
    a {
    }

    a:focus {
    }

    a:hover {
    }

    .icon {
      height: 20px !important;
      width: 20px !important;
      cursor: pointer;
    }
    .icon-md {
      height: 50px !important;
      width: 50px !important;
    }
    .icon:hover {
      height: 20px;
      width: 20px;
      filter: brightness(0.6);
    }
    .icon_edit {
      background: url('../img/icones/icon_edit.png');
      background-size: cover;
    }
    .icon_trash {
      background: url('../img/icones/icon_trash.png');
      background-size: cover;
    }
    .icon_attach {
      background: url('../img/icones/icon_attach.png');
      background-size: cover;
    }
    .icon_add {
      background: url('../img/icones/icon_plus.png');
      background-size: cover;
    }


    .noticias-eventos {
      background-color: #00348d;
      height: 250px !important;
    }
    .noticias-saude {
      background-color: #e20c35;
    }
    .noticias-promocoes {
      background-color: #0f8417;
    }
    .noticias-servicos {
      background-color: #c1661b;
    }
    .noticias-eventos .leia-mais {
      color: #00348d !important;
    }
    .noticias-saude .leia-mais {
      color: #e20c35 !important;
    }
    .noticias-promocoes .leia-mais {
      color: #0f8417 !important;
    }
    .noticias-servicos .leia-mais {
      color: #c1661b !important;
    }



    .btn-rounded {
        border-radius: 20px !important;
    }


    .btn-blue {
        color: #fff;
        background-color: #00348d;
        border-color: #00348d;
        font-weight: 700
    }
    .btn-blue:hover {
        color: #fff;
        background-color: #0069d9;
        border-color: #0062cc;
    }
    .btn-blue.focus,
    .btn-blue:focus {
        color: #fff;
        background-color: #0069d9;
        border-color: #0062cc;
        box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
    }
    .btn-blue.disabled,
    .btn-blue:disabled {
        color: #fff;
        background-color: #00348d;
        border-color: #00348d;
    }
    .btn-blue:not(:disabled):not(.disabled).active,
    .btn-blue:not(:disabled):not(.disabled):active,
    .show > .btn-blue.dropdown-toggle {
        color: #fff;
        background-color: #0062cc;
        border-color: #005cbf;
    }
    .btn-blue:not(:disabled):not(.disabled).active:focus,
    .btn-blue:not(:disabled):not(.disabled):active:focus,
    .show > .btn-blue.dropdown-toggle:focus {
        box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
    }
    .btn-outline-blue {
        color: #00348d;
        border-color: #00348d;
    }
    .btn-outline-blue:hover {
        color: #fff;
        background-color: #00348d;
        border-color: #00348d;
    }
    .btn-outline-blue.focus,
    .btn-outline-blue:focus {
        box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
    }
    .btn-outline-blue.disabled,
    .btn-outline-blue:disabled {
        color: #00348d;
        background-color: transparent;
    }
    .btn-outline-blue:not(:disabled):not(.disabled).active,
    .btn-outline-blue:not(:disabled):not(.disabled):active,
    .show > .btn-outline-blue.dropdown-toggle {
        color: #fff;
        background-color: #00348d;
        border-color: #00348d;
    }
    .btn-outline-blue:not(:disabled):not(.disabled).active:focus,
    .btn-outline-blue:not(:disabled):not(.disabled):active:focus,
    .show > .btn-outline-blue.dropdown-toggle:focus {
        box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
    }
    .bg-blue {
        background-color: #00348d !important;
    }
    a.bg-blue:focus,
    a.bg-blue:hover,
    button.bg-blue:focus,
    button.bg-blue:hover {
        background-color: #0062cc !important;
    }
    .text-blue {
        color: #00348d !important;
    }
    a.text-blue:focus,
    a.text-blue:hover {
        color: #0056b3 !important;
    }


    .bg-blue-light {
        background-color: #e4eeff !important;
    }
    a.bg-blue-light:focus,
    a.bg-blue-light:hover,
    button.bg-blue-light:focus,
    button.bg-blue-light:hover {
        background-color: #d6e5ff !important;
    }


    .btn-red {
        color: #fff;
        background-color: #e20c35;
        border-color: #e20c35;
        font-weight: 700
    }
    .btn-red:hover {
        color: #fff;
        background-color: #e81c43;
        border-color: #c80d31;
    }
    .btn-red.focus,
    .btn-red:focus {
        color: #fff;
        background-color: #e81c43;
        border-color: #c80d31;
        box-shadow: 0 0 0 0.2rem rgba(236, 93, 121, 0.5);
    }
    .btn-red.disabled,
    .btn-red:disabled {
        color: #fff;
        background-color: #e20c35;
        border-color: #e20c35;
    }
    .btn-red:not(:disabled):not(.disabled).active,
    .btn-red:not(:disabled):not(.disabled):active,
    .show > .btn-red.dropdown-toggle {
        color: #fff;
        background-color: #c80d31;
        border-color: #e20c35;
    }
    .btn-red:not(:disabled):not(.disabled).active:focus,
    .btn-red:not(:disabled):not(.disabled):active:focus,
    .show > .btn-red.dropdown-toggle:focus {
        box-shadow: 0 0 0 0.2rem rgba(236, 93, 121, 0.5);
    }
    .btn-outline-red {
        color: #e20c35;
        border-color: #e20c35;
    }
    .btn-outline-red:hover {
        color: #fff;
        background-color: #e20c35;
        border-color: #e20c35;
    }
    .btn-outline-red.focus,
    .btn-outline-red:focus {
        box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
    }
    .btn-outline-red.disabled,
    .btn-outline-red:disabled {
        color: #e20c35;
        background-color: transparent;
    }
    .btn-outline-red:not(:disabled):not(.disabled).active,
    .btn-outline-red:not(:disabled):not(.disabled):active,
    .show > .btn-outline-red.dropdown-toggle {
        color: #fff;
        background-color: #e20c35;
        border-color: #e20c35;
    }
    .btn-outline-red:not(:disabled):not(.disabled).active:focus,
    .btn-outline-red:not(:disabled):not(.disabled):active:focus,
    .show > .btn-outline-red.dropdown-toggle:focus {
        box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
    }
    .bg-red {
        background-color: #e20c35 !important;
    }
    a.bg-red:focus,
    a.bg-red:hover,
    button.bg-red:focus,
    button.bg-red:hover {
        background-color: #e81c43 !important;
    }
    .text-red {
        color: #e20c35 !important;
    }
    a.text-red:focus,
    a.text-red:hover {
        color: #e14261 !important;
    }



    .btn-green {
        color: #fff;
        background-color: #0f8417;
        border-color: #07780f;
        font-weight: 700
    }
    .btn-green:hover {
        color: #fff;
        background-color: #07780f;
        border-color: #0f8417;
    }
    .btn-green.focus,
    .btn-green:focus {
        color: #fff;
        background-color: #05670c;
        border-color: #0f9519;
        box-shadow: 0 0 0 0.2rem rgba(69, 195, 60, 0.5);
    }
    .btn-green.disabled,
    .btn-green:disabled {
        color: #fff;
        background-color: #e20c35;
        border-color: #e20c35;
    }
    .btn-green:not(:disabled):not(.disabled).active,
    .btn-green:not(:disabled):not(.disabled):active,
    .show > .btn-green.dropdown-toggle {
        color: #fff;
        background-color: #0f9519;
        border-color: #05670c;
    }
    .btn-green:not(:disabled):not(.disabled).active:focus,
    .btn-green:not(:disabled):not(.disabled):active:focus,
    .show > .btn-green.dropdown-toggle:focus {
        box-shadow: 0 0 0 0.2rem rgba(69, 195, 60, 0.5);
    }
    .btn-outline-green {
        color: #e20c35;
        border-color: #0f8417;
    }
    .btn-outline-green:hover {
        color: #fff;
        background-color: #e20c35;
        border-color: #e20c35;
    }
    .btn-outline-green.focus,
    .btn-outline-green:focus {
        box-shadow: 0 0 0 0.2rem rgba(0, 255, 24, 0.5);
    }
    .btn-outline-green.disabled,
    .btn-outline-green:disabled {
        color: #e20c35;
        background-color: transparent;
    }
    .btn-outline-green:not(:disabled):not(.disabled).active,
    .btn-outline-green:not(:disabled):not(.disabled):active,
    .show > .btn-outline-green.dropdown-toggle {
        color: #fff;
        background-color: #e20c35;
        border-color: #e20c35;
    }
    .btn-outline-green:not(:disabled):not(.disabled).active:focus,
    .btn-outline-green:not(:disabled):not(.disabled):active:focus,
    .show > .btn-outline-green.dropdown-toggle:focus {
        box-shadow: 0 0 0 0.2rem rgba(0, 255, 24, 0.5);
    }
    .bg-green {
        background-color: #0f8417 !important;
    }
    a.bg-green:focus,
    a.bg-green:hover,
    button.bg-green:focus,
    button.bg-green:hover {
        background-color: #e81c43 !important;
    }
    .text-green {
        color: #0f8417 !important;
    }
    a.text-green:focus,
    a.text-green:hover {
        color: #25a32e !important;
    }





    .btn-brown {
        color: #fff;
        background-color: #c1661b;
        border-color: #a75919;
        font-weight: 700
    }
    .btn-brown:hover {
        color: #fff;
        background-color: #a75919;
        border-color: #c1661b;
    }
    .btn-brown.focus,
    .btn-brown:focus {
        color: #fff;
        background-color: #c1661b;
        border-color: #a75919;
        box-shadow: 0 0 0 0.2rem rgba(125, 59, 5, 0.5);
    }
    .btn-brown.disabled,
    .btn-brown:disabled {
        color: #fff;
        background-color: #ccad94;
        border-color: #ab8b71;
    }
    .btn-brown:not(:disabled):not(.disabled).active,
    .btn-brown:not(:disabled):not(.disabled):active,
    .show > .btn-brown.dropdown-toggle {
        color: #fff;
        background-color: #c1661b;
        border-color: #a75919;
    }
    .btn-brown:not(:disabled):not(.disabled).active:focus,
    .btn-brown:not(:disabled):not(.disabled):active:focus,
    .show > .btn-brown.dropdown-toggle:focus {
        box-shadow: 0 0 0 0.2rem rgba(125, 59, 5, 0.5);
    }
    .btn-outline-brown {
        color: #e20c35;
        border-color: #0f8417;
    }
    .btn-outline-brown:hover {
        color: #fff;
        background-color: #e20c35;
        border-color: #e20c35;
    }
    .btn-outline-brown.focus,
    .btn-outline-brown:focus {
        box-shadow: 0 0 0 0.2rem rgba(0, 255, 24, 0.5);
    }
    .btn-outline-brown.disabled,
    .btn-outline-brown:disabled {
        color: #e20c35;
        background-color: transparent;
    }
    .btn-outline-brown:not(:disabled):not(.disabled).active,
    .btn-outline-brown:not(:disabled):not(.disabled):active,
    .show > .btn-outline-brown.dropdown-toggle {
        color: #fff;
        background-color: #c1661b;
        border-color: #c1661b;
    }
    .btn-outline-brown:not(:disabled):not(.disabled).active:focus,
    .btn-outline-brown:not(:disabled):not(.disabled):active:focus,
    .show > .btn-outline-brown.dropdown-toggle:focus {
        box-shadow: 0 0 0 0.2rem rgba(0, 255, 24, 0.5);
    }
    .bg-brown {
        background-color: #c1661b !important;
    }
    a.bg-brown:focus,
    a.bg-brown:hover,
    button.bg-brown:focus,
    button.bg-brown:hover {
        background-color: #e81c43 !important;
    }
    .text-brown {
        color: #0f8417 !important;
    }
    a.text-brown:focus,
    a.text-brown:hover {
        color: #25a32e !important;
    }




  @font-face {
    font-family: Gotham;
    src: url('../fonts/GothamNarrow-Book.otf')
  }

  body {
    font-family: Gotham;
    scroll-behavior: smooth;
  }
  hr.blue {
    background-color: #00348d;
    border: #00348d 2px solid;
  }

  .nav-link {
    font-size: 1.2em;
    font-weight: 600;

  }


  .navbar {
    display: block;
    font-size: 1em;
  }

  .btn {
    border-radius: 10px;
  }

  .btn-primary {
    background-color: #00348d !important;
  }

  .bg-primary {
    background-color: #00348d !important;
  }

  .text-primary {
    color: #00348d !important;
  }

  .btn-success {
    background-color: #4aa02e !important;
  }

  .bg-success {
    background-color: #4aa02e !important;
  }

  .text-success {
    color: #4aa02e !important;
  }

  .atalhos {
    color: #00348d;
    text-align: justify;
    text-align-last: center;
  }

  .atalhos.titulo {
    font-size: 2em;
    padding: 10px;
    font-weight: 700
  }

  .navbar {
    font-size: 1.3em
  }

  .imagem-navbar {
    max-height: 130px
  }

  .navbar-tel {}

  .navbar-text {
    font-weight: 700;
    font-style: italic;
    text-align: right;
  }

  .navbar-text-bottom {
    background-color: #00348d;
    padding: 5px;
    font-size: 1.5em;
    color: #FFF;
  }

  .icon {
    width: 30px;
    height: 30px;
  }
  

  .ig {
    background: url('../img/icones/ig.png');
    background-size: cover;
  }

  .site {
    background: url('../img/icones/site.png');
    background-size: cover;
  }




    @keyframes fadein {
      0% { opacity:0; }
      33% { opacity:0; }
      100% { opacity:1; }
    }

    /* Firefox < 16 */
    @-moz-keyframes fadein {
      0% { opacity:0; }
      66% { opacity:0; }
      100% { opacity:1; }
    }

    /* Safari, Chrome and Opera > 12.1 */
    @-webkit-keyframes fadein {
      0% { opacity:0; }
      66% { opacity:0; }
      100% { opacity:1; }
    }

    /* Internet Explorer */
    @-ms-keyframes fadein {
      0% { opacity:0; }
      66% { opacity:0; }
      100% { opacity:1; }
    }


@keyframes mymove {
  from {left: 0px;}
  to {left: 200px;}
}

  .load {
    position: fixed;
    background-color: rgba(255, 255, 255, 1);
    z-index: 2001;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-animation: fadein 1s; /* Safari, Chrome and Opera > 12.1 */
       -moz-animation: fadein 1s; /* Firefox < 16 */
        -ms-animation: fadein 1s; /* Internet Explorer */
         -o-animation: fadein 1s; /* Opera < 12.1 */
            animation-all: fadein 1s;

    //animation-delay: 5s;
  }

  .fb {
    background: url('../img/icones/fb.png');
    background-size: cover;
  }

  .phone {
    background: url('../img/icones/phone.png');
    background-size: cover;
  }

  .phone-green {
    background: url('../img/icones/phone_green.png');
    background-size: cover;
  }

  .mail {
    background: url('../img/icones/mail.png');
    background-size: cover;
  }

  .ig {
    background: url('../img/icones/ig.png');
    background-size: cover;
  }

  .link-white {
    color: #FFF;
  }

  .link-white>a:link,
  a:visited {
    text-decoration: none;
    color: #FFF;
  }

  .link-white>a:hover {
    text-decoration: underline;
  }

  .link-white>a:active {
    text-decoration: none
  }

  .social-imagem {
    max-height: 150px;
    max-width: 100%
  }

  .social {
    font-size: 0.9em;
    border-left: #99b484 solid 2px;
    // border-right: #99b484 solid 2px;
  }

  .social-endereco {
    height: 100%;
  }


  .carousel-noticias-imagem {
     background-size: cover !important;
     background-position: center !important;
     height: 400px !important;
  }
  .carousel-noticias-titulo {
     font-size: 2.1em !important;
     margin: 0px;
  }
  .carousel-noticias-conteudo {
    text-align: justify !important;
    text-align-last: left;
    height: 80px;
    text-overflow: ellipsis;
    overflow: hidden; 
  }
  .carousel-noticias-button {
    background-color: #FFF !important;
    border: 0px !important;
    font-size: 1.3em !important;
    font-weight: 1000 !important;
    border-radius: 5px;
    padding: 2px 10px 2px 10px !important;
  }

  .counter {
    font-size: 2em;
    font-weight: 600
  }

  .counter-descricao {
    font-weight: 600;
    font-size: 1.3em
  }

  .icon-servicos>img {
    max-width: 70%;
  }


  @media (max-width: 1600px){
    .nav-item.active {
      font-weight: bold !important;
    }

    .atalhos {
      font-size: 0.85em;
    }
    .atalhos.imagem img {
      width: 80px;
    }
    .atalhos.titulo {
      font-size: 1.15em;
      font-weight: bolder !important
    }

    .navbar {
      font-size: 0.8em
    }
    .imagem-navbar {
      max-height: 110px;
      margin-bottom: 0.2em;
    }
    .imagem-seja-asmube {
      max-height: 80px;
    }
    .navbar a.btn {
      font-size: 1em !important;
      padding: 0.05em;
      border-radius: 7px
    }

    .navbar-text-bottom {
      font-size: 1.2em;
    }
    /* Show 4th slide on md  if col-md-4*/
    .carousel-noticias-inner .active.col-md-6.carousel-noticias-item + .carousel-noticias-item + .carousel-noticias-item + .carousel-noticias-item {
        position: absolute;
        top: 0;
        right: -50%;  /*change this with javascript in the future*/
        z-index: -1;
        display: block;
        visibility: visible;
    }
    .carousel-noticias-imagem {
         background-size: cover !important;
         background-position: center !important;
         height: 200px !important;
    }

    .carousel-noticias-conteudo {
      text-align: justify !important;
      text-align-last: left;
      height: 80px;
      text-overflow: ellipsis;
      overflow: hidden; 
      font-size: 0.8em;
    }

    .carousel-noticias-titulo {
         font-size: 1.4em !important;
    }

    .carousel-noticias-button {
      background-color: #FFF !important;
      border: 0px !important;
      font-size: 0.8em !important;
      font-weight: 1000 !important
    }

    #noticias .btn {
      font-size: 0.9em;
      padding: 2px
    }
    #agenda .btn {
      font-size: 0.9em;
      padding: 2px
    }
  }


  @media (max-width: 960px) {
    .atalhos {
      font-size: 1.1em;
      text-align-last: left;
    }

    .atalhos.imagem img {
      width: 90px;
    }

    .atalhos.titulo {
      font-size: 1.3em;
    }

    .navbar {
      font-size: 0.7em;
    }
    .imagem-navbar {
      max-height: 90px
    }
    .navbar a.btn {
      font-size: 0.9em !important
    }


    .navbar-tel {}

    .navbar-text {}

    .navbar-text-bottom {
      font-size: 1.4em;
    }

    .social {
      border-left: none;
      //border-right: #99b484 solid 2px;
    }

    .social-endereco {
      border-left: #99b484 solid 2px;

    }
  }

  @media (max-width: 767px) {
    .container {
      padding: 0 !important;
    }

    .atalhos {
      font-size: 1em;
    }

    .atalhos.imagem img {
      width: 80px;
    }

    .atalhos.titulo {
      font-size: 1.3em;
    }

    .imagem-navbar {
      max-width: 70%;
      padding: 0px;
      margin-bottom: 10px !important
    }


    .navbar-tel {}

    .navbar-text {}

    .navbar-text-bottom {
      font-size: 1.3em;
    }

        /* Show 3rd slide on sm  if col-sm-6*/
    .carousel-noticias-inner .active.col-sm-6.carousel-noticias-item + .carousel-noticias-item + .carousel-noticias-item {
        position: absolute;
        top: 0;
        right: -50%;  /*change this with javascript in the future*/
        z-index: -1;
        display: block;
        visibility: visible;
    }
    .carousel-noticias-imagem {
         background-size: cover !important;
         background-position: center !important;
         height: 200px !important;
    }


    .carousel-noticias-titulo {
         font-size: 1.3em !important;
    }
  }

  @media (max-width: 576px) {
    .atalhos {
      font-size: 0.8em;
    }

    .atalhos.imagem img {
      width: 70px;
    }

    .atalhos.titulo {
      font-size: 1em;
    }

    .imagem-navbar {
      max-width: 50%;
      max-height: 80%;
      margin-bottom: 10px !important
    }

    .navbar-tel {}

    .navbar-text {}

    .navbar-text-bottom {
      font-size: 1.1em;
    }

    .social {
      font-size: 0.8em;
      padding: 10px;
    }

    .social-endereco {
      padding: 10px;
    }

  }




  @media (min-width: 768px) and (max-width: 1600px) {


  }

  @media (min-width: 576px) and (max-width: 768px) {


  }
  @media (min-width: 576px) {
    
    .carousel-noticias-item {
        margin-right: 0;
    }

    /* show 2 items */
    .carousel-noticias-inner .active + .carousel-noticias-item {
        display: block;
    }

    .carousel-noticias-inner .carousel-noticias-item.active:not(.carousel-noticias-item-right):not(.carousel-noticias-item-left),
    .carousel-noticias-inner .carousel-noticias-item.active:not(.carousel-noticias-item-right):not(.carousel-noticias-item-left) + .carousel-noticias-item {
        transition: none;
    }

    .carousel-noticias-inner .carousel-noticias-item-next {
        position: relative;
        transform: translate3d(0, 0, 0);
    }

    /* left or forward direction */
    .active.carousel-noticias-item-left + .carousel-noticias-item-next.carousel-noticias-item-left,
    .carousel-noticias-item-next.carousel-noticias-item-left + .carousel-noticias-item,
    .carousel-noticias-item-next.carousel-noticias-item-left + .carousel-noticias-item + .carousel-noticias-item {
        position: relative;
        transform: translate3d(-100%, 0, 0);
        visibility: visible;
    } 

    /* farthest right hidden item must be abso position for animations */
    .carousel-noticias-inner .carousel-noticias-item-prev.carousel-noticias-item-right {
        position: absolute;
        top: 0;
        left: 0;
        z-index: -1;
        display: block;
        visibility: visible;
    }

    /* right or prev direction */
    .active.carousel-noticias-item-right + .carousel-noticias-item-prev.carousel-noticias-item-right,
    .carousel-noticias-item-prev.carousel-noticias-item-right + .carousel-noticias-item,
    .carousel-noticias-item-prev.carousel-noticias-item-right + .carousel-noticias-item + .carousel-noticias-item {
        position: relative;
        transform: translate3d(100%, 0, 0);
        visibility: visible;
        display: block;
        visibility: visible;
    }

  }

  /*MD*/
  @media (min-width: 991px) {

    /* show 3rd of 3 item slide */
    .carousel-noticias-inner .active + .carousel-noticias-item + .carousel-noticias-item {
        display: block;
    }

    .carousel-noticias-inner .carousel-noticias-item.active:not(.carousel-noticias-item-right):not(.carousel-noticias-item-left) + .carousel-noticias-item + .carousel-noticias-item {
        transition: none;
    }


    .carousel-noticias-inner .carousel-noticias-item-next {
        position: relative;
        transform: translate3d(0, 0, 0);
    }


    /* left or forward direction */
    .carousel-noticias-item-next.carousel-noticias-item-left + .carousel-noticias-item + .carousel-noticias-item + .carousel-noticias-item {
        position: relative;
        transform: translate3d(-100%, 0, 0);
        visibility: visible;
    }

    /* right or prev direction */
    .carousel-noticias-item-prev.carousel-noticias-item-right + .carousel-noticias-item + .carousel-noticias-item + .carousel-noticias-item {
        position: relative;
        transform: translate3d(100%, 0, 0);
        visibility: visible;
        display: block;
        visibility: visible;
    }

  }





.sidepanelSobre {
  background-color: #FFF; /* Black*/
  overflow-x: hidden; /* Disable horizontal scroll */
  padding-top: 60px; /* Place content 60px from the top */
  transition: 0.5s; /* 0.5 second transition effect to slide in the sidepanel */
}



.lineLateral {
  height: calc(100% - 109px);
  border-left: 1px solid rgba(23, 14, 104, 1);
  position: absolute;
  bottom: 20px;
  left: -10px;
  -o-border-image: linear-gradient(to bottom, rgba(23, 14, 104, 1) 80%, transparent) 1 100%;
     border-image: -webkit-linear-gradient(top, rgba(23, 14, 104, 1) 80%, transparent) 1 100%;
     border-image: linear-gradient(to bottom, rgba(23, 14, 104, 1) 80%, transparent) 1 100%;
}


.lineItem {
  width: 20px;
  border-top: 1px solid rgba(23, 14, 104, 1);
  position: absolute;
  margin-top: 11px;
  left: -10px;
  z-index: 1000;
}

.sidepanelSobre a:first-child .lineItem {
  margin-top: 20px;

}



.sidepanelSelected {
  font-weight: 900
}
.sidepanelSobre a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 1em;
  color: #180F75;
  display: block;
  overflow: hidden;
  text-transform: uppercase;
  font-weight: 600;
}
.sidepanelSobre a:hover {
  color: #ABA9EA;
}
.tituloSobre {
  font-size: 2em;
  font-weight: 800;
}

.sidepanelSobre a.btn {
  font-size: 1em;
  text-align: center !important;
}



@media (max-width: 990px) {
  .lineLateral {
    left: 20px;
  }

  .lineItem {
    left: 20px;
  }
  .sidepanelSobre a {
    padding: 8px 28px 8px 32px !important;
  }
}


@media (max-width: 767px) {

  .sidepanelSobre {
    //display: flex;
    margin: 10px;
    padding: 10px;
    transition: 0.5s; /* 0.5 second transition effect to slide in the sidepanel */
  }



  .lineLateral {
    top: 40px;
    left: 20px;
  }
  .lineItem {
    margin-top: 11px;
    left: 20px;
  }


  .lineItem {
    //display: none;
  }



  .sidepanelSelected {
    font-weight: 900
  }
  .sidepanelSobre a {
    text-align: left !important;
    padding: 8px 28px 8px 8px !important;
    font-size: 1em !important;
    text-align: center;
  }
  .sidepanelSobre a:nth-child(1) {

    font-size: 1.4em !important;
    //display: none;
  }
  .sidepanelSobre a:hover {
    color: #ABA9EA;
  }
  .tituloSobre {
    font-size: 2em;
    font-weight: 800;
  }



}




.sidepanel {
  min-height: 100%; /* Specify a height */
  width: 0; /* 0 width - change this with JavaScript */
  position: absolute; /* Stay in place */
  z-index: 1000; /* Stay on top */
  top: 0;
  left: 0;
  background-color: #FFF; /* Black*/
  overflow-x: hidden; /* Disable horizontal scroll */
  padding-top: 60px; /* Place content 60px from the top */
  transition: 0.5s; /* 0.5 second transition effect to slide in the sidepanel */
}

/* The sidepanel links */
.sidepanel a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 25px;
  color: #180F75;
  display: block;
  transition: 0.3s;
  overflow: hidden;
  white-space: nowrap;
  text-transform: uppercase;
}

/* When you mouse over the navigation links, change their color */
.sidepanel a:hover {
  color: #ABA9EA;
}

/* Position and style the close button (top right corner) */
.sidepanel .closebtn {
  position: absolute;
  top: 0;
  right: 20px;
  font-size: 36px;
  margin-left: 0;
}

/* Style the button that is used to open the sidepanel */
.openbtn {
  font-size: 20px;
  cursor: pointer;
  background-color: #111;
  color: white;
  padding: 10px 15px;
  border: none;
}

.openbtn:hover {
  background-color: #444;
}
.subSideBar {
  font-size: 1.2em !important;
  text-transform: uppercase;
}
.sideBarToggle {
  min-height: 100%; /* Specify a height */
  width: 100px;
  position: absolute; /* Stay in place */
  z-index: 1000; /* Stay on top */
  top: 0;
  left: 20;
  background-color: #EEE; /* Black*/
  overflow-x: hidden; /* Disable horizontal scroll */
  padding-top: 60px; /* Place content 60px from the top */
  transition: 0.5s; /* 0.5 second transition effect to slide in the sidepanel */
}







.timeline-item {
  padding: 3em 2em 2em;
  position: relative;
  margin-left: 8em;
  color: rgba(0, 0, 0, 0.7);
  border-left: 2px solid rgba(23, 14, 104, 1);
}
.timeline-item p {
  font-size: 1rem;
  top: 10em
}
.timeline-item img {
  max-width: 90%;
  border-radius: 10px;
}
.timeline-start {
  position: relative;
  left: 7.5em;
  width: calc(100% - 7.5em);
  margin-bottom: 0px;
}
.timeline-point {
  width: 24px;
  height: 24px;
  display: block;
  top: 1em;
  position: relative;
  left: 7.3em;
  border-radius: 20px;
  border: 2px solid rgba(23, 14, 104, 1);
  background: rgb(23, 14, 104);
}
.timeline-date {
  position: absolute;
  color: #278A2A;
  text-align: right;
  left: -10em;
  width: 8em;
  font-weight: bold;
  top: 3em;
  display: block;
  font-weight: 700;
  font-size: 1em;
}
.timeline-item::after {
  width: 24px;
  height: 24px;
  display: block;
  top: 3em;
  position: absolute;
  left: -13px;
  border-radius: 20px;
  content: '';
  border: 2px solid rgba(23, 14, 104, 1);
  background: rgb(23, 14, 104);
}
.timeline-item:last-child {
  -o-border-image: linear-gradient(to bottom, rgba(23, 14, 104, 1) 60%, transparent) 1 100%;
     border-image: -webkit-linear-gradient(top, rgba(23, 14, 104, 1) 60%, transparent) 1 100%;
     border-image: linear-gradient(to bottom, rgba(23, 14, 104, 1) 60%, transparent) 1 100%;
}







.btn-arquivo {
  text-decoration:none;
  background: #F9F9F9;
  border-radius: 10px;
  color: #180F75;
  cursor: pointer;
  transition: 0.3s;
  font-size: 0.7em !important;
}
.btn-arquivo:hover {
  text-decoration:none;
  background: #EFEFEF;
  cursor: pointer;
  color: #090751;
}
.btn-arquivo:active {
  text-decoration:none;
  background: #C9C9C9;
  color: #090751;
}
.btn-arquivo:visited {
  text-decoration:none;
  color: #180F75;
}


.tabelaLicitacoes td:nth-child(1) {
  border: 1px solid #180F75;
  text-align: center;
}
.tabelaLicitacoes tr:nth-child(1) td:nth-child(1) {
  border-right: 1px solid #fff;
  text-align: center;
}
.tabelaLicitacoes tr:nth-child(1){
  background: #180F75;
  color: #eee;
  text-align: center;
}
.btn-click {
  border-right: 1px solid #180F75;
  border-bottom: 1px solid #180F75;
  width: 100% !important;
  //height: 33.3% !important;
  vertical-align: middle;
  cursor: pointer;
}
.btn-click:hover {
  border-color: #898989;
  background: #F9F9F9;
}

.btn-click:active {
  border-color: #898989;
  background-color: #EFEFEF;
  color: #8E8E8E
}
.btn-click.disabled {
  border-color: #898989;
  background: #E5E5E5;
  color: #ADADAD
}
.btn-click:nth-child(1) {
  border-top: 1px solid #180F75;
}


.bold {
  font-weight: 900 !important;
}
.thin {
  font-weight: 300 !important;
}
.boldest {
  font-weight: 900 !important;
  text-shadow: 1px 0 #000;
  letter-spacing:2px;
  font-weight:bold;
}
.text-blue.boldest {
  text-shadow: 1px 0 #180F75;
}


.buscaCredenciados {
  font-size: 16pt;
  border-radius: 30px;
  border: none;
}
.buscaCredenciados:focus {
  outline: none;
}
.buscaButton:focus {
  outline: none;
}


.code {
  text-transform: italic;
  border-left: 4px solid #8a9197;
  color: #8a9197;
  margin: 15px;
  padding: 5px;
  padding-left: 10px;
  font-size: 1em;
} 


.noticias-imagem {
   background-size: cover !important;
   background-position: center !important;
   height: 400px !important;
}

.noticias-imagem-ler {
   background-size: cover !important;
   background-position: center !important;
   height: 300px !important;
}

.noticias-titulo-ler {
   font-size: 2.7em !important
}



#textarea {
  background-color: #fff;
  border: 1px solid #ccc;
  color: #555;
  font-size: 14px;
  height: 300px;
  width: 100%;
  border-radius: 20px;
}
.format-controls {
  background-size: cover !important;
  width: 25px !important;
  height: 25px !important;
  padding: 5px !important;
  border-radius: 2px !important;
  cursor: pointer !important;
  border: 2px solid #8a9197 !important;
  margin-top: 10px !important;
  margin-bottom: 10px !important;
}
.format-controls.bold {
  background-position: 0px 0px;
  background-image: url(../img/format_controls.png);
}
.format-controls.italic {
  background-position: -22px 0px;
  background-image: url(../img/format_controls.png);
}
.format-controls.underline {
  background-position: -42px 0px;
  background-image: url(../img/format_controls.png);
}
.format-controls.left {
  background-position: -63px 0px;
  background-image: url(../img/format_controls.png);
}
.format-controls.center {
  background-position: -84px 0px;
  background-image: url(../img/format_controls.png);
}
.format-controls.right {
  background-position: -104px 0px;
  background-image: url(../img/format_controls.png);
}
.format-controls.justify {
  background-position: -126px 0px;
  background-image: url(../img/format_controls.png);
}
.format-controls.titulo {
  background-position: -148px 0px;
  background-image: url(../img/format_controls.png);
}
.format-controls.subtitulo {
  background-position: -168px 0px;
  background-image: url(../img/format_controls.png);
}
.format-controls.normal {
  background-position: -188px 0px;
  background-image: url(../img/format_controls.png);
}
.format-controls.code_ {
  background-position: -210px 0px;
  background-image: url(../img/format_controls.png);
}
.format-controls.limparFormatacao {
  background-position: -232px 0px;
  background-image: url(../img/format_controls.png);
} 


.format-controls.cor_blue {
  background-position: -398px 0px;
  background-image: url(../img/format_controls.png);
} 
.format-controls.cor_red {
  background-position: -419px 0px;
  background-image: url(../img/format_controls.png);
} 
.format-controls.cor_green {
  background-position: -441px 0px;
  background-image: url(../img/format_controls.png);
} 

.format-controls.iamgem {
  background-position: -253px 0px;
  background-image: url(../img/format_controls.png);
} 
.format-controls.iamgem-l {
  background-position: -274px 0px;
  background-image: url(../img/format_controls.png);
} 
.format-controls.iamgem-c {
  background-position: -295px 0px;
  background-image: url(../img/format_controls.png);
} 
.format-controls.iamgem-r {
  background-position: -316px 0px;
  background-image: url(../img/format_controls.png);
} 
.format-controls.link {
  background-position: -357px 0px;
  background-image: url(../img/format_controls.png);
} 
.format-controls.table-l {
  background-position: -378px 0px;
  background-image: url(../img/format_controls.png);
} 
.format-controls.table {
  padding: 0 !important;
  margin: 0 !important;
  background-position: -337px 0px;
  background-image: url(../img/format_controls.png);
} 
.format-controls.table:hover {
  box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
} 





.acarousel-item img {
  max-width: 100%;
  -moz-transition: all 8s ease-in;
  -webkit-transition: all 8s ease-in;
  transition: all 8s ease-in;
}

.acarousel-item.active img {
  -moz-transform: scale(1.0);
  -webkit-transform: scale(1.0);
  transform: scale(1.0);
}



.form-group>label {
  top: 38px;
  left: 15px;
  position: relative;
  background-color: white;
  padding: 0px 5px 0px 5px;
  font-size: 1.1em;
  transition: 0.2s;
  color: #CCC;
  pointer-events:none;
}

.form-group.label-animate>label {
  top: 18px !important;
  left: 16px !important;
  font-size: 0.9em;
  color: #000;
}