

  ::-webkit-scrollbar-track { background: rgba(0,0,0,0.08)}
  ::-webkit-scrollbar { width: 5px; background: rgba(0,0,0,0.03)}
  ::-webkit-scrollbar-thumb { background:rgb(28, 91, 46)}
  ::-webkit-scrollbar-thumb:hover { background:rgb(21, 66, 34)}
  
  body {
    margin:0;
    padding:0;
    color:rgb(50,50,50);
    overflow-x: hidden;
    font-family: 'Roboto', sans-serif;
    font-size:14px;
    line-height:20px;
  }
  
  header {
      position:relative;
      z-index: 99;
  }

  .bg-primary-custom {
    background-color:rgb(255,255,255) !important;
  }
  
  a {
    color: rgb(28, 91, 46);
    text-decoration: none !important;
  }
  
  a:hover {
    color:#000;
    text-decoration: none !important;
  }
  
  .relative {
    position: relative;
  }
  
  .absolute {
    position: absolute;
  }
  
  .padding20 {
    padding:20px;
  }
  
  .rounded-maior {
    border-radius:12px;
  }
  
  .rounded20 {
    border-radius:20px;
  }

  .btn-contato-topo {
    background-color: rgb(255 255 255);
    padding: 8px 12px 8px 12px;
    border-radius: 30px;
    display: inline-block;
    border: 1px solid rgb(183 183 183 / 30%);
  }

  .btn-contato-topo span{
    color: rgb(5, 90, 155);
    font-size: 16px;
    margin-right: 5px;
  }

  .btn-contato-topo svg {
    color: rgb(5, 90, 155);
  }

    /* BANNER */

  .bannerContainer {
      height: 475px;
      position: relative;
      overflow: hidden;
      object-position: center;
      object-fit: cover;
      margin-top: 1px;
  }

  .bannerContainer .tns-nav {
      display: none !important;
  }

  .bannerContainer img {
      width: 100%;
      min-height: 480px;
      object-fit: cover;
  }

  .bannerContainer .tns-item {
      margin: 0px !important;
  }

  .bannerContainer .tns-item img {
      border-radius: 0px !important;
      margin-bottom: 0px !important;
  }

  .banner-slogan {
      height:700px;
      display: flex;
      justify-content: center;
      align-items: center;
      position: absolute;
      left:0;
      right:0;
      background-color:none;
    }
    
  .banner-slogan .frase a {
      flex: 0;
      min-width:1000px;
      max-width:40%;
      text-align:center;
      color:#FFF;
      align-items: center;
    }
      
  .banner-slogan h2 {
      text-shadow: 2px 2px #000;
      font-size:45px;
      line-height:55px;
      text-transform: uppercase;
      font-family:'Montserrat',sans-serif;
    }


  
  video {
      height:500px;
      width:100%;
      overflow: hidden;
      object-fit: cover;
  }
  
  .midias-topo {
    margin-top:15px;
  }
  
  .midias-topo .facebook {font-size:18px; color:rgb(170,170,170); margin:0 3px; transition: all .2s ease; transform: rotate(0)}
  .midias-topo .instagram {font-size:18px; color:rgb(170,170,170); margin:0 3px; transition: all .2s ease; transform: rotate(0)}
  .midias-topo .twitter {font-size:18px; color:rgb(170,170,170); margin:0 3px; transition: all .2s ease; transform: rotate(0)}
  .midias-topo .youtube {font-size:18px; color:rgb(170,170,170); margin:0 3px; transition: all .2s ease; transform: rotate(0)}
  .midias-topo .whatsapp {font-size:18px; color:rgb(170,170,170); margin:0 3px; transition: all .2s ease; transform: rotate(0)}
  .midias-topo .spotify {font-size:18px; color:rgb(170,170,170); margin:0 3px; transition: all .2s ease; transform: rotate(0)}
  
  .midias-topo .facebook:hover {color:#395693; transform: rotate(360deg)}
  .midias-topo .instagram:hover {color:#d12e7c; transform: rotate(360deg)}
  .midias-topo .twitter:hover {color:#1c9cea; transform: rotate(360deg)}
  .midias-topo .youtube:hover {color:#f70000; transform: rotate(360deg)}
  .midias-topo .whatsapp:hover {color:#1ad03f; transform: rotate(360deg)}
  .midias-topo .spotify:hover {color:#00d95f; transform: rotate(360deg)}
  
  .padding-busca {
    padding:15px;
    border-radius: 8px;
  }
  
  .recadastramento-capa img {
    border-radius:100px 0;
    width:100%;
    height:360px;
    overflow: hidden;
    object-fit: cover;
    object-position: center;
  }

  .recadastramento-capa h3 {
    font-size:40px;
    line-height:46px;
    font-weight:700;
  }

  .recadastramento-capa p {
    text-align: left;
  }

  #noticia-lista {
    width: 100%;
  }
  
  .mais_lidas {
    text-decoration: none;
    font-size:16px;
    line-height:18px;
    font-weight:900;
    padding:0;
    margin:0;
    text-align: left;
    color:rgb(50,50,50);
  }
  
  .noticia-destaque-lateral hr {
    padding:0 !important;
    margin:10px 0 !important;
  }
  
  #primeira_foto {
    width: 50%;
    display:inline; 
    float:left; 
    padding-left:20px; 
    padding-bottom:20px
  }
  
  #outras_fotos {
    width: 100%;
  }
  
  #link-box {
    color: #000000;
    padding: 0 !important;
    display: contents !important;
    font-weight: normal !important;
    text-transform: none !important;
    border-radius: 0 !important;
    font-size: 15px;
    text-decoration: none !important;
  }
  
  .atalhos {
    text-align: center !important;
    position: absolute;
    bottom:0;
    left:0;
    right:0;
  }
  
  .atalhos a {
    text-decoration:none;
    display:block;
    margin:0 -15px;
    height:100%;
    padding:0;
    border-top:5px solid transparent;
    transition:all .7s ease;
  }
  
  .atalhos a:hover {
    border-top:5px solid rgba(255,255,255,.3)
  }
  
  .atalhos img {
    margin-top:10px;
    min-height:auto !important;
    width:auto !important;
  }
  
  .atalhos h2 {
    color:rgb(255,255,255);
    padding:0 15px;
    margin:10px 0 20px 0;
    font-size:16px;
    line-height:16px;
    text-transform: uppercase;
  }
  
  .btn-status{
    padding:6px 12px;
    font-size:11px;
    line-height:16px;
    font-weight:bold;
    border-radius:30px;
    text-transform: uppercase;
    transition: all .2s ease;
    color:#fff;
    position: absolute;
    right:30px;
    top:11px;
  }
  
  .FI{
    border: 2px solid #e63131;
    background-color:#e63131;
  }
  
  .AB{
    border: 2px solid #55B863;
    background-color: #55B863;
  }
  
  .FR{
    border: 2px solid #e63131;
    background-color: #e63131;
  }
  
  .DE{
    border: 2px solid #e63131;
    background-color: #e63131;
  }
  
  .RE{
    border: 2px solid #e63131;
    background-color: #e63131;
  }
  
  .SS{
    border: 2px solid #f86a0b;
    background-color: #f86a0b;
  }
  
  .EA{
    border: 2px solid rgb(255,200,50);
    background-color: rgb(255,200,50);
  }

  .btn-padrao-busca {
    padding:8px 14px !important;
    border:0 !important;
    border-radius:20px !important;
    margin:1px !important;
    font-size:15px !important;
    line-height:15px !important;
    height:35px !important;
    color: #FFF;
    background-color: rgb(28, 91, 46) !important;
    transition: all .2s ease;
  }
  
  .btn-padrao-busca svg {
    font-size:12px !important;
  }
  
  .btn-padrao-busca:hover{
    background-color:rgb(18, 59, 30) !important;
    color:#FFF !important;
  }
  
  .btn-padrao {
    border:1.5px solid rgb(28, 91, 46);
    background-color: transparent;
    color:rgb(50,50,50);
    padding:8px 20px;
    font-size:12px;
    line-height:12px;
    font-weight:bold;
    border-radius:4px;
    text-transform: uppercase;
    transition: all .5s ease;
    margin-top:15px;
  }
  
  .btn-padrao:hover {
    background-color:rgb(28, 91, 46);
    color:rgb(255,255,255);
  }
  
  .margin-section {
    margin-top:80px;
  }
  
  .section-padding-fundo {
    padding-top:60px;
    padding-bottom:60px;
  }
  
  .section-padding-fundo-1 {
    padding-top:-20px;
    padding-bottom:60px;
  }
  
.titulo {
  text-align: left;
  position: relative;
  padding:15px 0 10px 0;
  margin-bottom:20px;
  border-bottom:1px solid rgba(0,0,0,.1);
  width:auto;
}

.titulo-interno {
  padding:0;
  margin:20px 0 40px 0 !important;
}

.section-breadcrumb{
  padding-left:30px !important;
  padding-right: 20px !important;
}

.line{
  height: 1px;
  margin: auto 30px !important;
  background-color: rgb(216, 216, 216);
}

.title-breadcrumbs h2{
  margin: 0px !important;
  padding: 0px 0px !important;
}

.titulo h2 {
  font-family: 'Montserrat', sans-serif;
  text-transform: uppercase;
  font-size:16px;
  line-height:20px;
  margin:0 0 0 5px;
  padding:0;
}

.titulo-interno h2 {
  font-family: 'Montserrat', sans-serif;
  font-size:14px !important;
  padding:0;
  line-height:50px;
  color:rgb(28, 91, 46);
}

body .titulo-interno h2 {
  font-weight: normal;
}


.square {
  width:20%;
  height:3px;
  border-radius:0px;
  position:absolute;
  top:46px;
  left:0;
  text-align:left;
  background-color:rgb(28, 91, 46);
  transition:all .2s ease;
}


  .container-noticias{
    margin-top: 60px!important;
    transition: all 0.3s ease;
  }

  .lista-noticias-conteudo{
    height: 100% !important;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    position: relative;
  }
  .lista-noticias-conteudo h3 {
    font-size: 14px;
    margin: 18px 0px 20px 0px !important;
    padding-left: 10px !important;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-left: 5px;
    width: 100% !important;
    height: 50px;
    display: flex;
    align-items: center;
  }

  .icon-noticias{
    position: absolute;
    bottom: -5px;
    right: 12px;
    font-size: 18px !important;
    background-color: rgb(240, 240, 240);
    border: 5px solid white;
    padding: 9px;
    border-radius: 50%;
    color: rgb(50, 50, 50);
    transition: all 0.3s ease;
  }

  .noticia-data-publicacao{
    padding-left: 10px;
    width: 100% !important;
    transition: all 0.3s ease;
    background-color: rgb(240, 240, 240);
    color: rgb(50, 50, 50);
    border-radius: 0px 0px 5px 5px;
  }

  .tarja-noticia-lateral{
    position: absolute;
    bottom: 22px;
    left: 100px;
    height: 2px;
    background-color: rgb(28, 91, 46);
    width: 32px;
    margin: auto;
  }
  .container-noticias {
    transition: all 0.3s ease;
  }

  .container-noticias:hover .noticia-home {
    opacity: 0.65;  
  }

  .container-noticias .noticia-home:hover {
    opacity: 1;
    filter: brightness(1);
    transform: scale(1.02,1.02);
    transition: all 0.3s ease;
  }

  .noticia-home {
    background-color: rgb(255,255,255);
    border-radius:12px;
    overflow:hidden;
    height:200px;
    margin-bottom: 15px;
    position: relative;
    padding: 0px !important;
    transition: all 0.3s ease;
  }

  .noticia-home-data{
    position: absolute;
    bottom: 0px !important;
    right: 0px !important;
    margin: 0px !important;
    background-color: rgb(245, 245, 245);
    color: rgb(95, 95, 95);
    padding: 8px !important;
    border-radius: 25%;
  }

  .foto-noticia-home {
    width:250px;
  }

  .noticia-home img {
    width:250px;
    height:200px;
    overflow: hidden;
    object-fit: cover;
    object-position: center;
    border-radius: 15px;
  }
  
  .noticia-home a {
    color:rgb(50,50,50);
    text-decoration: none;
    padding:0;
    display: flex;
    flex-direction: row;
  }

  .texto-noticia-home {
    display:flex;
    flex-direction: column;
    padding:0px 20px 20px 15px;
  }
  
  .texto-noticia-home h3 {
    font-size:20px !important;
    line-height:22px !important;
    font-weight:bold;
    padding:10px 0;
    margin:0;
  }
  
  img.responsive-img, video.responsive-video {
    max-width: 120px;
    min-height: 120px;
    object-fit: cover;
    border-radius:60px;
  }

  .box-home-legislacao {
    height:320px;
    overflow-y: auto;
    padding:0;
  }
  
  .home-legislacao:hover, .home-documento:hover{
    transform: scale(1.04, 1.04);
  }

  .home-legislacao:hover .title-home-legislacao, .home-documento:hover h4{
    color:rgb(44, 44, 44) !important;
  }

  .home-legislacao {
    display:block;
    padding:15px 0;
    width:100%;
    font-size:17px;
    border-bottom:1px solid rgba(0,0,0,.1);
    height: 155px;
    transition: all .4s ease;
  }

  .home-legislacao strong{
    color: rgb(28, 91, 46) !important;
    transition: all .4s ease;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    width: 100%;
    margin: 0px !important;
    padding: 0px !important;
  }

  .home-legislacao small {
    margin-top: -12px;
    color: rgb(50,50,50);
    font-size: 12px;
    line-height: 20px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
    width: 100%;
    word-break: break-word;
  }


  .container-documentos{
    overflow-y: auto;
    height:320px;
    margin: 0px !important;
  }

  .home-documento {
    width:100%;
    margin:2px 0;
    padding:15px 0px;
    text-align: left;
    border-radius:6px;
    height: 155px;
    border-bottom:1px solid rgba(0,0,0,.1);
    transition: all .4s ease;
  }

  .home-documento h4 {
      font-size: 17px;
      line-height: 24px;
      color: rgb(28, 91, 46);
      margin: 0;
      padding: 0;
      display: -webkit-box;
      -webkit-box-orient: vertical;
      -webkit-line-clamp: 1;
      overflow: hidden;
      width: 100%;
      transition: all .4s ease;
  }


  .home-documento p {
      color: rgb(50,50,50);
      padding: 5px 0 0 0;
      margin: 0;
      display: -webkit-box;
      -webkit-box-orient: vertical;
      -webkit-line-clamp: 4;
      overflow: hidden;
      text-overflow: ellipsis;
      color:rgb(50,50,50);
      font-size:13px;
  }


  .card {
    box-shadow:none;
    border:1px solid rgb(220,220,220);
    border-radius:6px;
  }
  
  .card-title {
    line-height:24px;
    margin-bottom:20px;
  }
  
  .card-content {
    height:250px;
    overflow-y: auto;
  }
  
  .box-home-ultimo-bloco {
    margin-top:-30px
  }
  
  .nome-secretario {
    font-size:14px;
    padding:2px 10px;
    margin:1px 0 0 0;
    border-left:7px solid rgb(120,0,0);
  }
  
  .midia-capa {
    position: relative;
  }
  
  .midia-capa img {
    width:100%;
    height:340px;
    object-fit: cover;
    object-position: center;
    overflow: hidden;
    border:1px solid rgb(255,255,255)
  }
  
  .midia-capa a h3 {
    position: absolute;
    left:1px;
    right:1px;
    bottom:-19px;
    font-size:20px;
    line-height:26px;
    background-color:rgba(0,0,0,.8);
    color:rgb(255,255,255);
    padding:15px;
    font-family:'Montserrat',sans-serif;
    transition: all .2s ease;
    text-align: center;
  }
  
  .midia-capa a:hover h3 {
    background-color:rgba(0,0,0,1);
    color:rgb(255,255,255);
    padding:30px 15px;
  }
  
  
  
  
  
  /*----- BREADCRUMB -----*/
  
  .breadcrumb {
    list-style:none !important;
    font-size:0.75em !important;
    padding:15px !important;
    font-family:"Roboto Flex", sans-serif;
    margin:0 !important;
    background-color:transparent !important;
    text-align: right !important;
  }
  
  .breadcrumb a {
    color:rgb(28, 91, 46);
  }
  
  footer {
    color:#FFF;
    background-color:rgb(28, 91, 46);
    margin-top:130px;
    padding-bottom:30px;
  }

  .dados-footer {
    background-color: rgba(255,255,255,.1);
    border:2px solid rgb(255,255,255,.1);
    padding:20px 20px 20px 60px;
    border-radius:12px;
    margin-top:-10px;
    text-align: left;
    position: relative;
    overflow: hidden;
  }

  .dados-footer svg {
    font-size:45px;
    position: absolute;
    top:0;
    left:0;
    height:80px;
    width:120px;
    padding-left:10px;
    padding-right:10px;
    background-color:rgba(5,90,155);
  }

  .dados-footer p {
    padding:0;
    margin:0;
  }
  
  footer h5 {
    line-height:40px;
    display:block;
  }
  
  footer .border-top-footer {
    border-top:10px solid rgb(240, 250, 240);
    padding-top:0px;
    padding-bottom:30px;
  }
  
  footer #nome-municipio {
    text-transform: uppercase;
    font-size:15px;
    margin-top:0px;
  }
  
  footer #nome-instituto {
    margin-top:10px;
    font-size:24px;
    line-height:30px;
    /*font-family:"Montserrat",sans-serif;*/
    text-transform: uppercase;
  }
  
  footer h5 {
    font-family:"Montserrat",sans-serif;
    font-size:18px;
  }
  
  .logo-footer img {
    width:140px;
    height:140px;
    margin-top:-70px;
  }

  footer hr {
    background-color: rgba(255,255,255,.3);
  }
  
  footer h5 {
    margin:5px 0 !important;
  }
  
  footer i {
    font-size:38px !important;
  }
  
  footer .btn-padrao:hover {
    background-color: rgb(4,57,130) !important;
    color:rgb(255,255,255)
  }

  .box-info-footer {
    position: relative;
    margin-bottom:15px;
    color:rgb(255,255,255);
    background-color: rgb(18, 59, 30);
    min-height: 105px;
    border-radius: 23px;
    border: 2px solid rgb(35, 109, 57);
  }

  .cabecalho-box-info-footer{
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100% !important;
    margin: 0px !important;
    padding: 0px !important;
  }

  .icons-footer{
    background-color: rgb(35, 110, 55);
    padding: 10px;
    border-radius: 20px 0px 15px 0px ;
  }

  .cabecalho-box-info-footer .icons-footer {
      font-size: 25px !important;
      line-height:1;
      vertical-align: middle; 
  }

  .corpo-box-info-footer{
    margin-left: 55px !important;
    margin: 4px 0px;
    text-align: start;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 13.8px;
  }


  .box-info-footer::-webkit-scrollbar {
    width: 8px;
    background: transparent;
  }

  .box-info-footer::-webkit-scrollbar-track {
    background: transparent;
    margin: 8px 0;
  }

  .box-info-footer::-webkit-scrollbar-thumb {
    background: rgba(255, 255, 255, 0.5);
    border-radius: 10px;
    border: 2px solid rgba(255, 255, 255, 0.3);
  }

  .box-info-footer::-webkit-scrollbar-thumb:hover {
    background: rgba(255, 255, 255, 0.8);
  }
  
  .box-info-footer .subtitle{
    color:rgb(230,230,230) !important;
    background-color: transparent;
  }
  
  .box-info-footer a {
    color:rgb(255,255,255);
  }
  
  .box-info-footer .info-icon {
    position: absolute;
    left:-16px;
    top:-15px;
    font-size:26px;
    padding:16px;
    background-color: #37474f;
    color:rgb(255,255,255)
  }
  
  .box-info-footer hr {
    border-bottom:1px solid rgba(255,255,255,.2);
  }
  
  .box-info-footer span {
    background-color:rgb(4,110,178);
    color:rgb(255,255,255);
    border-radius: 0px 0px 35px 0px;
  }
  
  .box-info-footer p {
    padding:0;
    margin:0;
    color:rgba(255,255,255,.5);
    line-height:24px;
  }
  
  .box-info-footer h3 {
    color:rgb(255,255,255);
    font-size:14px;
    line-height:20px;
    text-transform: uppercase;
    font-weight:900;
    width: 100% !important;
    text-align: start;
    margin-left: 10px !important;
    margin: 0px;
    margin-top: 10px;
  }
  
  .midia-footer img {
    opacity:1;
    width:30px;
    margin-right:5px;
    transform: rotate(0deg);
    transition: all .3s ease;
  }
  
  .midia-footer img:hover {
    opacity:.5;
    cursor:pointer;
    transform: rotate(360deg);
  }

  iframe {
    filter:grayscale(100%);
  }

  iframe:hover {
    filter:grayscale(0%);
  }
  
  .nav-tabs .nav-link.active, .nav-tabs .nav-item.show .nav-link {
    border-color: #FFF;
  }
  
  
  
  
  
  /*----- CONTATO -----*/
  
  #contato {
    display: flex;
    justify-content: center;
  }
  
  .contato {
    background-color:rgb(235,235,235);
    padding:15px 20px;
    text-align: center;
    align-items: stretch;
    border-radius:6px;
    margin:2px;
    height: 100px;
    overflow-y: auto;
  }
  
  

  /*----- BLOCOS -----*/
  
  #box-bloco , .home-box-licitacao {
    display: flex;
    justify-content:space-around;
    align-items: stretch;
    flex-direction: column;
  }
  
  .bloco {
    border-right:2px solid rgb(255,245,225);
    border-left:2px solid rgb(255,245,225);
    border-top:2px solid rgb(255,245,225);
    border-bottom:2px solid rgb(200,210,200);
    padding:30px;
    margin-bottom:10px;
    text-align: center;
    color:rgb(50,50,50);
    border-radius:0;
    position: relative;
    overflow: hidden;
    transition: all .2s ease;
    height:220px;
  }
  
  .bloco:hover {
    border-radius:12px;
    border:2px solid rgb(0,170,80);
  }
  
  .bloco h3 {
    font-size:20px;
    line-height:22px;
    margin:20px 0 10px 0;
    padding:0;
    color:rgb(50,50,50);
  }
  
  .bloco p {
    margin:0;
    padding:0;
    color:rgb(50,50,50);
  }
  
  .box-responsavel {
    overflow: hidden;
  }

  .container-responsavel{
    height: 120px;
    overflow-y: auto;
  }
  
  .foto-responsavel {
    width:100%;
    max-height:220px;
    object-fit: cover;
    object-position: top;
    border-bottom:5px solid rgb(160, 133, 104);
  }
  
  .box-responsavel img {
    border-radius:6px 6px 0 0;
  }
  
  .box-responsavel .container {
    border-radius:0 0 6px 6px;
  }
  
  .nome-responsavel {
    font-size:1.2em;
    font-weight:bold;
    padding:20px 0 5px 0;
    display:block;
  }
  
  .cargo-responsavel {
      font-size:1.05em;
      padding:0 20px 20px 20px;
      display:block;
  }
  
  .padding20 {
    padding:20px
  }
  
  .titulo:hover span {
    width:10px;
  }
  
  .titulo-listagem-lateral {
    border-top:1px solid rgb(220,220,220);
    border-left:1px solid rgb(220,220,220);
    border-right:1px solid rgb(180,180,180);
    border-bottom:1px solid rgb(180,180,180);
    padding:15px 15px 15px 35px;
    border-radius:6px;
    font-weight:bold;
    margin-bottom:30px;
    text-align: left;
    position: relative;
  }
  
  .titulo-listagem-lateral svg {
    font-size:11px;
    top:20px;
    left:15px;
    position: absolute;
  }
  
  .docs-anexos-1 {
    border:1px solid rgb(230,230,230);
    border-bottom:1px solid rgb(0,60,90);
    padding:10px 0;
    margin-bottom:8px;
    border-radius:12px;
    display:flex;
    flex-direction: row;
    text-align:left;
    transition:all .5s ease;
    position: relative;
  }
  
  .docs-anexos-1 a { 
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
  }
  
  .docs-anexos-1 svg {
    margin-left: 10px;
    padding:8px 12px;
    border-radius:12px;
    background-color:rgb(0,170,80);
    font-size:45px;
    color:rgb(255,255,255) !important;
    z-index: 2;
  }
  
  .docs-anexos-1 p {
    margin:7px 10px 10px 15px;
    line-height:15px;
    font-size:16px;
    color:rgb(50,50,50);
    font-weight:900;
  }
  
  .docs-anexos-1 p small {
    display:block;
    margin-top:8px;
    font-size:11px;
  }
  
  .docs-anexos-1:hover {
    border:1px solid rgb(230,230,230);
    background-color:rgba(23,53,105);
    cursor:pointer;
  }
  
  .docs-anexos-1:hover svg , .docs-anexos-1:hover a, .docs-anexos-1:hover small, .docs-anexos-1:hover span, .docs-anexos-1:hover{
    color:rgb(255,255,255);
  }
  
  .docs-anexos-1 a:hover {
    color: rgb(255,200,50) !important;
  }

  .docs-anexos-1 .link-conv {
    font-size:11px;
  }

  .docs-anexos-1 .anexo-rastreio {
    font-size: 15px;
    line-height:30px;
    text-transform: uppercase;
    border-bottom:3px solid rgb(0,141,54);
  }
  
  hr {
    width:100%;
    height:1px;
    background-color:rgb(220,220,220);
    padding:0;
    margin:20px 0 !important;
    border:0;
  }
  
  h2 {
    font-size: 36px;
    line-height: 110%;
    margin:20px 0;
  }
  
  h3 {
    font-size: 28.8px;
    line-height: 110%;
  }
  
  h4 {
    font-size: 25.6px;
    line-height: 110%;
    margin:20px 0;
  }
  
  h5 {
    font-size: 19px;
    line-height: 110%;
  }
  
  h6 {
    font-size: 17.6px;
    line-height: 110%;
    margin:20px 0;
  }
  
  .nopadding {
    padding:0 !important;
  }
  
  .nomargin {
    margin:0 !important;
  }
  
  .text-justify {
    text-align: justify;
  }
  
  .text-left {
    text-align: left;
  }
  
  .text-center {
    text-align: center;
  }
  
  .text-right {
    text-align: right;
  }
  
  .border {
    border:1px solid rgb(220,220,220);
  }

  .border-light {
    border:1px solid rgb(160,160,160) !important;
  }
  
  #temas button {
    margin-bottom:5px;
  }
  
  .btn-link {
    color:rgb(255, 255, 255);
  }
  
  .btn-link:hover {
    color: #ffffff;
    text-decoration: none;
  }
  
  .box-voltar {
    border-top:1px solid rgb(230,230,230);
    margin-top:60px;
    padding:20px 0;
    text-align:right;
  }
  
  .noticia-lateral {
    border-bottom:5px solid rgb(255,200,50) !important;
    margin-bottom:5px;
    border-radius:6px;
    overflow: hidden;
    display: block;
    position: relative;
    object-fit: cover;
    object-position: center;
  }
  
  .noticia-lateral h2 {
    position: absolute;
    bottom:0;
    left:0;
    right:0;
    margin:0;
    padding:20px;
    color:#FFF;
    font-size:1.2em;
    background-color: rgba(0,0,0,.7);
    transition:all .2s ease;
  }
  
  .noticia-lateral:hover h2 {
    padding:30px 20px;
  }
  
  #enquete .control-label {
    display:block;
    text-transform: uppercase;
    font-size:1.2em;
    margin-top:-15px;
    margin-bottom:20px;
  }
  
  #enquete label {
    display:block;
  }
  
  audio {
    background-color: #FFF !important;
  }
  
  .audio {
    margin:15px 0;
    height: auto;
    text-align: left;
    display: flex;
    flex-direction: row;
    justify-content: left;
    background-color: #FFF;
  }
  
  .audio small {
    padding:7px 25px;
    margin-left:25px;
    border-left:1px solid rgb(230,230,230);
  }
  
  p > span > span > br {
    display:none;
  }
  
  .hidden-summary .summary {
    display:none;
  }
  
  .box-agendamento , .box-solicitacao {
    padding:25px;
    margin:30px 0;
    border-radius:12px;
  }
  .box-solicitacao{
    background-color: rgb(240, 250, 240);
  }

  #form-agendamento .fade {
    opacity: 1;
    transition: opacity .15s linear;
  }
  
  #form-agendamento #m-form .modal-dialog {
    -webkit-transform: none;
    transform: none;
  }
  
  .nav-tabs .nav-link{
    border: 0px !important;
  }
  
  
  /* BLOCO LICITAÇÕES, TRANSPARENCIA, CONTRATAÇÕES */

  .container-geral-1{
    background-color: rgb(240, 250, 240);
  }
  
  
  /* ----- BOX LISTAGEM PADRÃO ----- */

.box-lista {
  border-radius:12px;
  position:relative;
  margin:0 0 30px 0 !important;
  overflow: hidden;
  border:1px solid rgb(230,230,230);
  transition: all .4s ease;
  border-radius: 15px;
}

.box-lista:hover {
    box-shadow: 0 1px 5px rgba(134, 134, 134, 0.1);
    transform: scale(1.02,1.02) !important;
}

.box-lista .imagem-lista{
  width:100%;
  height:200px;
  overflow:hidden;
}

.box-lista img {
  width:100%;
  height:200px;
  object-fit: cover;
  object-position: center;
  transition: all .3s ease;
}

.box-lista:hover img{
  width:100%;
  object-fit: cover;
  object-position: center;
}

.box-lista .texto{
  padding:20px 20px 20px 20px;
  color:#000;
}

.box-lista hr{
  padding:0 !important;
  margin:15px 0 !important;
}

.box-lista h4{
  font-size:18px;
  text-transform: uppercase;
  margin:0 0px 12px 0px !important;
  font-family:'Montserrat',sans-serif;
  color: rgb(50, 50, 50) !important;
}

.box-lista small{
  font-size:1em;
  line-height:1.2em;
  padding:0;
  margin:0;
  display:block;
}

.box-lista {
  position: relative;
  overflow: hidden;
}

.box-lista:hover h4, .box-lista:hover a h4{
  color: rgb(28, 91, 46) !important;
}

.box-lista:hover p {  
  color: rgb(10, 10, 10) !important;
}

.box-lista {
  position: relative;
  overflow: hidden;
}

/* Linha vertical (parte esquerda) */
.tarja-vertical {
  position: absolute;
  top: 0;
  left: 0;
  width: 2px;
  height: 0;
  background: rgb(28, 91, 46);
  transition: height 0.4s ease;
  transition-delay: 0s;
  border-radius: 0px 0px 0px 15px !important;
}

.tarja-horizontal, .tarja-vertical{
  border-radius: inherit !important;
}

.box-lista:hover .tarja-vertical{
  height: 100%;
  transition-delay: 0s;
}



.box-lista p{
  max-height:60px;
  margin:0;
  padding:0;
  overflow: hidden;
  text-overflow:ellipsis;
  color: rgb(44, 44, 44) !important;
}
  
.list-group-item , .noticia-destaque-lateral {
  margin-bottom:5px;
  padding:10px 10px 15px 10px;
  border-radius:8px !important;
  border:1px solid rgb(242,242,242) !important;
}

.list-group-item:hover , .noticia-destaque-lateral:hover {
  background-color: rgb(245,245,245) !important;
}

.noticia-destaque-lateral{
  padding:0px !important;
  margin-bottom: 10px;
  height: 93px;
  transition: all 0.3s ease;
}

.noticia-destaque-lateral:hover .noticia-data-publicacao,
.noticia-destaque-lateral:hover .icon-noticias{
  background-color: rgb(28, 91, 46);
  color: white;
}

.noticia-destaque-lateral:hover{
  transform: scale(1.04,1.04);
  background-color: white !important;
  box-shadow: 0 1px 5px rgba(134, 134, 134, 0.212);
}
  
  
  
  
  /*----- CALENDARIO EVENTOS ----- */
  
  div .btn-group{
    background-color:transparent !important;
    color: #FFF !important;
    font-weight: bold !important;
  }

  button.fc-month-button.btn.btn-default.active, button.fc-agendaWeek-button.btn.btn-default{
    display: none !important;
  }
  
  .fc .fc-today-button{
    display: none !important;
  }
  
  .table-bordered thead th{
    background-color: rgb(75,75,75) !important;
    color: #FFF !important;
    padding: 12px !important;
    font-weight: bold !important;
  }

  button.fc-prev-button.btn.btn-default, button.fc-next-button.btn.btn-default {
    color: #FFF !important;
    background-color:rgb(0,110,150) !important;
  }
  
  span.fc-time {
    display: none !important;
  }
  
  .card-header {
    background-color:#28a745 !important;
    font-family:'Montserrat',sans-serif;
    font-weight:bold;
  }
  
  .accordion .card-header button{
    background-color: transparent !important;
  }
  
  
  
  
  /*----- BOX EVENTO ----- */
  
 
.box-evento {
	border-left:1px solid rgb(210,210,210);
	border-top:1px solid rgb(210,210,210);
	border-right:1px solid rgb(215,215,215);
	border-bottom:1px solid rgb(200,200,200);
	border-radius:8px;
	display:flex;
  justify-content: center;
  align-items: center;
	flex-direction: column;
	max-height:350px;
	margin-bottom:30px;
	overflow: hidden;
}

.box-evento img {
	width:100%;
	height:200px;
	overflow: hidden;
	object-fit: cover;
	object-position: center;
	border-bottom:1px solid rgb(210,210,210);
}

.box-evento-texto {
	padding:30px 15px;
	overflow-y: auto;
  width: 100%;
}

.box-evento-texto h5 {
  color:rgb(50, 50, 50) !important;
	font-size:16px !important;
  transition: all 0.3s ease;
}

.box-evento-texto:hover h5{
  color: rgb(28, 91, 46) !important;
}
  
  .fullcalendar h2 {
    font-weight:bold;
    text-transform: uppercase;
    font-size:22px;
  }
  


/* ESTRUTURA ADMINISTRATIVA */

/* CAIXA PRINCIPAL */
.box-estrutura-adm {
  padding: 0 !important;
  background-color: rgb(240, 240, 240);
  border-radius: 5px;
  margin: 5px 0 !important;
  height: 82px;
  display: flex;
  align-items: center;
  border: 1px solid rgb(226, 226, 226);
  transition: all 0.3s ease;
}

/* LISTA ROLÁVEL */
.estrutura-adm {
  height: 277px !important;
  overflow-y: auto;
  padding: 0 15px;
}

.estrutura-adm-transparencia {
  overflow-x: hidden;
}

.titulo-transparencia {
  margin-left: 15px !important;
}

.estrutura-adm .box-estrutura-adm:hover {
  transform: scale(1.02);
  transition: all 0.3s ease;
  box-shadow: 0 1px 5px rgba(134, 134, 134, 0.1);
}

.estrutura-adm .box-estrutura-adm:hover .box-estrutura-adm-content-title {
  color: black !important;
}

/* CONTEÚDO INTERNO */
.box-estrutura-adm-content {
  display: flex;
  align-items: center;
  padding: 0 !important;
  margin: 0 !important;
}

/* ÍCONE */
.box-estrutura-adm-content span {
  font-size: 36px !important;
  color: rgb(240, 250, 240);
  padding: 5px;
  min-height: 81.2px !important;
  min-width: 70px !important;
  background-color: rgb(35, 110, 55);
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 5px 0 0 5px;
}

/* COLUNA DOS TEXTOS (IMPORTANTE para o clamp funcionar) */
.box-estrutura-adm-content > div {
  flex: 1;
  min-width: 0;  /* ESSENCIAL PARA ENCOLHER E DAR "..." */
}

/* TÍTULO */
.box-estrutura-adm-content-title {
  margin: 0 !important;
  padding-left: 20px !important;
  color: rgb(28, 91, 46);
  font-weight: 600;
  font-size: 17px;
  transition: all 0.3s ease;

  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* EMAIL */
.box-estrutura-adm-content-mail {
  margin: 0 !important;
  padding-left: 20px !important;
  color: rgb(87, 87, 87);
  font-size: 12px;

  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

  
  
  /*----- GALERIA DE FOTOS PADRÃO ----- */
  
  .tns-outer {
    position: relative;
    overflow: hidden;
    border:0px solid rgb(255,255,255);
  }
  
  .tns-controls {
    position: absolute;
    left:0;
    top:0;
    z-index: 99 !important;
  }
  
  .tns-controls button {
    background-color: #FFF !important;
    text-transform: uppercase;
    font-weight:bold;
    font-size:10px !important;
    border:1px solid rgb(220,220,220) !important;
    border-radius:3px !important;
    padding:4px 15px;
    height:10px;
  }
  
  .tns-controls button:hover {
    background-color:rgb(220,220,220) !important;
  }
  
  .tns-nav {
    position: absolute;
    right:25px;
    top:15px;
    z-index: 98 !important;
  }
  
  .tns-nav button {
    height:2px !important;
    padding:3px 10px !important;
    background-color: rgb(200,200,200) !important;
  }

  .tns-nav .tns-nav-active{
    background-color: #000 !important;
  }
  
  .tns-carousel {
    margin-top:0;
  }
  
  .tns-item {
    position: relative;
    margin:40px 0 0 0 !important;
    padding:0 !important;
    height:100% !important;
  }
  
  .tns-item span {
    position: absolute;
    bottom:100px;
    left:30px;
    right:30px;
    text-align: center;
    padding:10px;
    z-index: 2 !important;
    color:rgb(255,255,255);
  }
  
  .tns-item img {
    border-radius:16px;
    overflow: hidden;
    margin-bottom:80px;
    border:0;
    width:100%;
  }
  
  .bannerContainer .tns-item {
    margin:0px !important;
  }
  
  .bannerContainer .tns-item img {
    border-radius:0px !important;
    margin-bottom:0px !important;
  }
  
  
  
  
  
  /* ----- ICONES COMPARTILHAMENTO ----- */
  
  .icone {
    display: inline-block;
    width: 30px;
    height: 30px;
    padding:7px 4px;
    color: #FFF;
    font-size: 13px;
    line-height:13px;
    text-align: center;
    margin-top:10px;
    margin-bottom:10px;
    border-radius:4px;
    transition: all .3s ease;
  }
  
  .icone:hover {
    color:rgb(120,120,120);
    background-color:rgb(230,230,230);
  }
  
  .icone-print {
    color: #000;
    border:1px solid rgb(210,210,210)
  }
  
  .icone-twitter {
      background-color: #000000;
  }
  
  .icone-whatsapp {
      background-color: #55B863;
  }
  
  .icone-facebook {
      background-color: #366EA7;
  }
  
  .icone-linkedin {
      background-color: #326BA4;
  }
  
  .rodape-whatsapp {
      color: #ffffff;
    width: 24px;
  }
  
  
  
  
  
  /* ----- SELETOR DE CORES ----- */
  
  .seletorCor0, .seletorCor3, .seletorCor6, .seletorCor9, .seletorCor12 {
    background-color:rgb(8,96,164) !important;
  }
  
  .seletorCor1, .seletorCor4, .seletorCor7, .seletorCor10, .seletorCor13 {
    background-color:rgb(243,143,36) !important;
  }
  
  .seletorCor2, .seletorCor5, .seletorCor8, .seletorCor11, .seletorCor14 {
    background-color:rgb(0,141,54) !important;
  }
  
  
  
  
  
  /* ----- BOOTSTRAP ----- */
  
  .bg-light {background-color:rgba(5,90,155,.1) !important}
  .bg-menu {background-color:rgb(163, 183, 211) !important}
  .bg-primary , .bg-cor1 {background-color:rgb(15,15,50) !important}
  .bg-secondary , .bg-cor2 {background-color:rgba(16,15,47,.2) !important}
  .bg-laranja , .bg-cor3 {background-color:rgb(15,15,50)}
  .bg-info {background-color:rgb(190,5,15) !important}
  .bg-blue {background-color:rgb(4,57,130) !important}
  .bg-warning , .bg-cor4 {background-color:#cead18 !important}
  .bg-danger , .bg-cor5 {background-color:#8a1919 !important}
  .bg-success , .bg-cor6 {background-color:rgb(0,170,80) !important}
  .bg-verde-escuro , .bg-cor7 {background-color:rgb(4,57,130) !important}
  .bg-amarelo-claro {background-color: rgb(255,245,225)!important}
  .bg-branco {background-color: rgb(255,255,255)!important}
  
  .text-light {color:rgb(200,200,200) !important}
  .text-primary {color:rgb(0,170,80) !important}
  .text-primary-custom {color:rgb(28, 91, 46) !important}
  .text-secondary {color:rgb(255,200,50) !important}
  .text-laranja {color:rgb(255,200,50) !important}
  .text-info {color:#44176e !important}
  .text-warning {color:#cead18 !important}
  .text-danger {color:#8a1919 !important}
  .text-success {color:rgb(0,170,80) !important}
  .text-verde-escuro {color:rgb(0,145,70) !important}
  .text-white {color:#FFF !important}
  
  
  .btn-outline-primary {border-color:rgb(8,96,164); color:rgb(8,96,164)}
  .btn-outline-secondary {border-color:rgb(0, 151, 45); color:rgb(0, 151, 45)}
  
  hr {margin: 15px 0;}
  
  .summary {margin-bottom:20px; text-align:center}
  
  .btn {
    box-shadow:none !important;
    text-shadow: none !important;
  }
  
  .accordion {
    margin:10px 0;
  }
  
  .accordion .card-header {
    padding:5px;
  }
  
  .accordion p {
    margin:0;
  }
  
  .form-control {
    border: 1px solid rgb(210,210,210);
    padding-left:20px;
  }

  
  .card-header h5 {
    margin:0;
    padding:0;
  }
  
  .card-header h5 button:hover {
    background-color: transparent !important;
  }
  
  .nav-tabs li {
   padding:6px 15px;
   border-top:1px solid rgb(220,220,220);
   border-right:1px solid rgb(220,220,220);
   border-left:1px solid rgb(220,220,220);
   margin-left:2px;
   border-radius:6px 6px 0 0;
  }
  
  .nav-tabs li:first-child {
    margin-left:10px;
  }
  
  .pagination {
    margin-top:40px;
    justify-content: center;
  }
  
  .pagination li {
    text-align: center;
    padding:1px;
    margin:1px;
    border:1px solid #FFF;
    border-radius:4px;
    height:32px;
  }
  
  .pagination li a {
    padding:5px 10px;
    line-height:30px;
    margin:0;
    transition: all .2s ease;
    color:rgb(0, 151, 45);
    font-family:'Roboto',sans-serif;
  }
  
  .pagination li:hover , .pagination li.active {
    border:1px solid rgb(230,230,230);
  }
  
  .pagination li:first-child , .pagination li:last-child {
    border:none;
    padding:5px 15px;
  }
  
  
  
  /* ----- MENU ----- */

  .container-menu{
    background-color: #1C5B2E;
  }
  .nav{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0px !important;
    margin: 0px  auto!important;
  }
  .navbar{
    margin: 0px !important;
    padding: 0px !important;
    height: 55px;
  }

  .container-menu-adaptive{
    width: 100%;
  }

.dynamika-menu-li-root:last-child .dynamika-menu-span-sub:hover a + ul {
  left: auto;
  right: 181px;
}

.dynamika-menu-nav-forest {
  width: 100% !important;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0px !important;
  padding: 0px !important;
  height: 55px;
}

.dynamika-menu-ul-forest {
  margin:0;
  padding:0;
  z-index: 2;
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.dynamika-menu-span-sub ul{
  margin: 0;
  padding: 0;
  z-index: 2;
}

.dynamika-menu-li-root {
  width: 100%;
  z-index: 1 !important;
  justify-content:center !important;
  margin-right:3px;
  position: relative;
  display:flex !important;
  text-align: center !important;
  border-radius:6px;
  position: relative;
  padding: 5px;
  height: 100% !important;
}

  .dynamika-menu-li-root:last-child {
  margin-right:0px !important;
}


.dynamika-menu-a-root , .dynamika-menu-a-root:hover {
  align-items: center !important;
  color: white;
  font-weight: bold;
  font-size: 15px;
  padding: 10px 20px;
  text-align: center !important;
}
.dynamika-menu-a-root:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 0;
    height: 2px;
    background-color: rgb(255, 255, 255);
    transition: width 0.3s ease, left 0.3s ease;
    transform: translateX(-50%);
}

.dynamika-menu-a-root:hover:after {
    width: 65%;
    left: 50%;
}


.dynamika-menu-span-items {
  opacity: 0;
  pointer-events: none;
  transform: translateY(-5px);
  transition: opacity 0.3s ease, transform 0.3s ease;
  position: absolute;
  top: 53px !important;
  left: 0;
  width: 180px;
  border-radius: 10px !important;
  display: flex;
  flex-direction: column;
  z-index: 99;
  background-color: rgb(28, 91, 46);
}

.dynamika-menu-span-sub:first-child {
  min-height: 48px !important;
  line-height: 14px !important;
  border-radius: 10px 10px 10px 10px !important;
}

.dynamika-menu-span-sub:last-child {
  border-radius: 0 0 10px 10px; 
}

.dynamika-menu-span-sub > a:first-of-type {
    border-radius: 10px 10px 0 0 !important;
}

.dynamika-menu-span-items > * {
  margin: 0px !important;
  text-transform: uppercase;
}
  
.dynamika-menu-li-root:hover {
  color:rgb(255,255,255);
}
  
.dynamika-menu-li-root:hover .dynamika-menu-span-items {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

.dynamika-menu-li-link {
  position: relative;
  border-bottom: 1px solid rgba(255,255,255,0.1);
}
  
.dynamika-menu-span-sub {
  min-height: 48px !important;
  width: 100%;
  display: flex;
  flex-direction: column;
  position: relative;
  padding: 0px !important;
  margin: 0px !important;
  background-color: rgb(28, 91, 46);
}

.dynamika-menu-span-sub h3 {
  color: white;
  font-size: 11px !important;
  line-height: 14px !important;
  font-weight: bold;
  padding: 17px;
  margin: 0px !important;
  border-bottom: 1px solid rgba(255,255,255,0.1);
}
  
  .dynamika-menu-span-sub a + ul {
    display:none;
    overflow: hidden !important
  }
  
  .dynamika-menu-span-sub:hover a + ul  {
    display:block;
    position: absolute;
    left: 182px;
    border-radius: 10px !important;
    background-color: rgb(21, 70, 35) !important;
    width:180px;
  }
  
  .dynamika-menu-li-link {
    min-height: 48px !important;
    list-style: none;
    margin-left: 0px;
  }
  
  .dynamika-menu-a-link {
    overflow: hidden;
    min-height: 48px !important;
    display: block;
    color: white !important;
    font-weight: bold;
    font-size: 11px !important;
    line-height: 14px !important;
    padding: 15px;
    text-decoration: none !important;
    border-radius: 10px !important;
  }


  .dynamika-menu-li-link:after, .dynamika-menu-span-sub h3::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 1px;
    background-color: rgb(28, 91, 46);
    transition: width 0.3s ease;
    z-index: 1;
  }
  
  .dynamika-menu-a-link:hover, .dynamika-menu-span-sub h3:hover{
    text-decoration: none !important;
  }
  .dynamika-menu-a-link:hover{
    background-color: rgb(28, 91, 46);
  }

.container-header{
  margin: 27px 0px 25px 0px !important;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
}

.logotipo-header{
    margin: 0px !important;
    padding: 0px !important;
}

.logotipo-header img {
  width: 95px !important;
}

.img-logo {
  height:100%;
  width:100%;
  display: flex;
  align-items: start;
}

.img-logo a {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: start;
  color: #000;
  /* border: 1px solid blue; */
}
.img-logo a h3 {
    font-size: 15px;
    line-height: 123%;
    margin: 20px 0px 20px 13px;
    font-weight: 500;
}

.container-busca {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    min-width: 320px !important;
    font-size: 16px;
}

.container-busca form input {
    font-size: 14px;
    padding: 10px 20px;
    width:350px;
}

.container-busca .material-icons {
    vertical-align: middle;
    font-size: 20px;
    padding-bottom: 2px !important;
}

.container-busca button {
    background-color: rgb(28, 91, 46) !important;
    color: white !important;
    border-radius: 0px 5px 5px 0px !important;
    border: none;
    background: transparent;
    border-radius: 0 10px 10px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 10px;
  }

  .container-busca input {
    width: 100%;
    border: none;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
    padding: 6px 40px 6px 10px;
    border-radius: 10px 0px 0px 10px;
    outline: none;
}

.redes-sociais {
    display: flex;
    justify-content: end;
    align-items: center;
    margin: 0px !important;
    padding: 0px !important;
    padding-right: 10px !important;
}

.redes-sociais a {
    margin: 0px 5px;
}

.redes-sociais a img {
    width: 25px !important;
    height: 25px !important;
    transition: all .4s ease;
}

.redes-sociais a:hover img {
    transform: scale(1.08, 1.08);
}


.redes-sociais-acessibilidade{
  display: none;
}

.redes-sociais-acessibilidade a:last-child{
  margin-right: 15px !important;
}

.redes-sociais-cabecalho{
  display: flex;
}
  
  .btn-group-vertical>.btn-group:after, .btn-group-vertical>.btn-group:before, .btn-toolbar:after, .btn-toolbar:before, .clearfix:after, .clearfix:before, .container-fluid:after, .container-fluid:before, .container:after, .container:before, .dl-horizontal dd:after, .dl-horizontal dd:before, .form-horizontal .form-group:after, .form-horizontal .form-group:before, .modal-footer:after, .modal-footer:before, .modal-header:after, .modal-header:before, .nav:after, .nav:before, .navbar-collapse:after, .navbar-collapse:before, .navbar-header:after, .navbar-header:before, .navbar:after, .navbar:before, .pager:after, .pager:before, .panel-body:after, .panel-body:before, .row:after, .row:before{
    content:none  !important;
  }
  
  .dynamika-chat-left , .dynamika-chat-right {
      margin-top:10px !important;
      border-radius:6px !important;
  }
  
  .dynamika-chat-left a , .dynamika-chat-right a {
      width:100%;
      float:left;
      margin-top:-15px;
      text-align: right;
      font-size:12px;
  }
  
  .dynamika-chat-left {
      background-color: rgba(128,128,128, 0.3);
  }
  
  .dynamika-chat span {
      padding:20px;
      display: inline-block;
  }
  
  .dynamika-chat p {
      text-align: justify;
      padding:0;
      margin:0;
  }
  
  .bg-protocolo {
      background-color: rgb(235,235,235);
      padding:30px;
      border-radius:6px;
      text-align: center;
  }
  
  .bg-protocolo a{
      text-align: center;
      border-radius:16px;
      margin-top: 15px;
  }
  
  .grid-view thead tr th {
    background-color: #fff  ;
  }
  
  .grid-view thead tr th a{
    color: #fff  ;
  }
  
  .home-noticia-secundaria img {
    height:200px;
    overflow: hidden;
    object-fit: cover;
    object-position: center;
    border-radius:12px;
    border:3px solid rgb(255,255,255);
  }
  
  .card-cor1 {background: linear-gradient(0deg, rgba(12,161,157,1) 0%, rgba(16,175,171,1) 100%);}
  .card-cor2 {background: linear-gradient(0deg, rgba(5,112,120,1) 0%, rgba(6,135,131,1) 100%);}
  .card-cor3 {background: linear-gradient(0deg, rgba(109,86,156,1) 0%, rgba(136,104,171,1) 100%);}
  .card-cor4 {background: linear-gradient(0deg, rgba(76,54,137,1) 0%, rgba(104,81,149,1) 100%);}
  .card-cor5 {background: linear-gradient(0deg, rgba(128,68,142,1) 0%, rgba(176,94,156,1) 100%);}
  .card-cor6 {background: linear-gradient(0deg, rgba(221,85,33,1) 0%, rgba(230,107,48,1) 100%);}
  .card-cor7 {background: linear-gradient(0deg, rgba(9,106,174,1) 0%, rgba(9,134,216,1) 100%);}
  .card-cor8 {background: linear-gradient(0deg, rgba(224,134,24,1) 0%, rgba(235,143,6,1) 100%);}
  .card-cor9 {background: linear-gradient(0deg, rgb(112, 90, 64) 0%, rgb(107, 89, 61) 100%);}
  
  
  .flex {
      display: flex;
  }
  
  .padding30{
    padding: 30px;
  }
  
  .margin30B{
    margin-bottom: 30px;
  }
  
  .padding5V{
    padding:5px 0;
  }
  
  .padding10B {
    padding-bottom: 10px;
  }
  
  .padding10V {
    padding:10px 0;
  }
  
  .margin5V {
    margin:5px 0;
  }
  
  .summary-none{
    display: none;
  }
  
  @media print {
    body * {
      visibility: hidden;
    }
  
    #conteudoImpressao * {
      visibility: visible;
    }
  
    #conteudoImpressao {
      position: fixed;
      left: 0;
      top: 0;
    }
  }
  
  
  
  
  
  /*----- BOX TRANSPARÊNCIA ----- */
  
  .box-transparencia {
    display:flex;
    flex-direction:row;
    flex-wrap: wrap;
    justify-content: space-between;
    transition: all 0.4s ease;
  }
  
  .transparencia {
    display: flex;
    flex-direction: column;
    border:1px solid rgb(220,220,220);
    border-radius:8px;
    margin:10px;
    flex-basis:320px;
    flex-grow: 1;
    flex-shrink: 0;
    padding:20px;
    text-align: center;
  }
  
  .transparencia span {
    color:rgb(28, 91, 46);
    font-size:50px;
    line-height:40px;
    margin:0;
    padding:0;
  }
  
  .transparencia h3 {
    padding:10px 0 15px 0;
    margin:0;
    font-size:20px;
    line-height:22px;
    text-transform: uppercase;
    font-weight:900;
    color: rgb(50, 50, 50);
    transition: all 0.2s ease;
  }
  
  .transparencia ul {
    margin:0;
    padding:0 20px;
  }
  
  .transparencia ul li {
    text-align: left;
    font-size:13px;
    line-height:15px;
    margin-top:3px;
  }
  
  .transparencia ul li a:hover {
    text-decoration:underline !important;
  }
  .transparencia:hover h3{
    color: rgb(28, 91, 46);
  }
  
  
  /* --- MODAL AVISO ----- */
  
  .modal-header {
      position:relative;
      background-color: rgb(3,146,61) !important;
      color:rgb(255,255,255) !important;
    }
    
    .modal-header button {
      position: relative;
      right:0;
      top:0;
      border:0 !important;
    }
    
    .modal-title {
      margin-top:0;
      width:100%;
      text-align: center;
    }
    
    .modal-body {
      display: flex;
      flex-direction: column;
    }

    #banner-popup img {
      height: 100%;
      max-width: 100%;
    }
  
    .bannerTopo {
      width:100%;
      margin:0;
      padding:0;
      overflow: hidden;
      background-color: rgb(245,245,245);
      position:relative;
    }
    
    .bannerTopo img {
      width:100%;
      height:400px;
      object-fit: cover;
      object-position:center;
      overflow: hidden;
    }
    
    .bannerTopo .frase h2 {
      position: absolute;
      bottom:-20px;
      left:0;
      right:0;
      background-color:rgba(0,0,0,.4);
      color:rgb(255,255,255);
      text-align: center;
      font-size:16px;
      padding:20px;
    }

    #banner-topo .tns-controls {
      z-index: 99 !important;
      position: absolute !important;
      top: 44% !important;
      width: 100% !important;
    }
      
    #banner-topo .tns-controls button {
      background-color: transparent !important;
      background-image: none !important;
      color:transparent !important;
      border:0 !important;
      border-radius:0 !important;
    }
      
    #banner-topo .tns-controls button:hover , #banner-topo .tns-controls button:focus {
      background-color: transparent !important;
      border: 0 !important;
      text-decoration: none !important;
    }
      
    #banner-topo .tns-controls button:first-child {
      border-left:0 !important;
      padding-left:10px !important;
      left: -10px !important;
      position: absolute !important;
      width: 5% !important;
    }
      
    #banner-topo .tns-controls button:nth-child(2) {
      border-left:0 !important;
      padding-left:10px !important;
      right: -10px !important;
      position: absolute !important;
      width: 5% !important;
    }
      
    #banner-topo .tns-controls button svg{
      color:#ffffff !important;
      font-size: 24px !important;
    }
    
    .licitacao-home a{
      color: #000;
    }
  
  .link-rodape {
    margin-left:50px;
  }
  
  #video-home {
    width: 100%;
    height: 700px;
    object-fit: cover;
    z-index: 1;
    position:relative;
  }
  
  #video-home video {
    width: 100%;
    height: 700px;
    object-fit: cover;
    z-index: 1;
    position:relative;
  }


  /*----- SCROLL PARA O TOPO -----*/

  .scrollTop {
    position: fixed !important;
    right: 10px;
    bottom: 50px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: rgb(28, 91, 46);
    border: none;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0px 0px 0px 4px rgba(1, 150, 45, 0.2);
    cursor: pointer;
    transition-duration: 0.3s;
    overflow: hidden;
    position: relative;
	z-index: 2;
}
  
.svgIcon {
    width: 12px;
    transition-duration: 0.3s;
}
  
.svgIcon path {
    fill: white;
}
  
.scrollTop:hover {
    width: 65px;
    border-radius: 50px;
    transition-duration: 0.3s;
    background-color: rgb(19, 63, 32);
    align-items: center;
}
  
.scrollTop:hover .svgIcon {
    transition-duration: 0.3s;
    transform: translateY(-200%);
}
  
.scrollTop::before {
    position: absolute;
    bottom: -20px;
    content: "Topo";
    color: white;
    font-size: 0px;
}
  
.scrollTop:hover::before {
    font-size: 13px;
    opacity: 1;
    bottom: unset;
    transition-duration: 0.3s;
}

.span-iframe{
  overflow-y: auto;
  width: 100%;
  height: 500px;
}

.iframe-midia{
  display: flex;
  justify-content: center;
  margin-bottom: 25px;
}

.btn-padrao-conta {
  padding:20px !important;
  border-radius:12px !important;
  font-size:18px;
  font-weight:bold;
  line-height:30px !important;
  display:block !important;
  background-color: rgb(245,245,245);
  width:80%;
  margin:0 10%;
  height:100px;
  border:3px solid rgb(255,255,255);
}

.btn-padrao-conta:hover {
  border:3px solid rgb(0,170,80);
}

.link-evento {
  text-decoration: none;
  transition: color 0.2s ease;
}

#calendario-evento{
  background-color: rgb(240, 240, 240);
}

.link-evento:hover {
  color: rgb(28, 91, 46);
}

.info-evento {
  padding: 10px;
  border: 1px solid #ddd;
  border-radius: 5px;
  background-color: #f9f9f9;
  margin-bottom: 10px;
}

.title-evento{
  font-weight: bold;
  color: rgb(28, 91, 46) !important;
}

.info-evento p {
  margin-bottom: 0;
  color: #000;
}

#link-util-meio {
  display:flex;
  flex-direction:row;
}

.modal-header h5:first-child{
  display: none;
}

.modal-header .m-regiao {
  padding-top: 8px;
}





/* -------- ANEXO  ---------- */

.box-anexos {
  border-radius: 4px;
}

.anexos-scroll-container{
  overflow-y: auto;
  max-height: 300px !important;
}

.box-anexos {
  background-color: white;
  box-shadow: 0 1px 5px rgba(134, 134, 134, 0.212);
  border-radius: 8px;
  transition: all 0.4s ease;
}

.box-anexos:hover{
  transform: scale(1.03,1.03);
}

.box-anexos:hover .titulo, .box-anexos:hover .icon-filtro{
  background-color: #4CAF50 !important;
  color: white !important;
}
.box-anexos .material-icons {
  background-color: #4CAF50;
  color: white;
}

.box-anexos .titulo{
  margin-left: 15px !important;
  margin-right: 15px !important;
  margin-bottom: 0px;
  padding: 10px 0px !important;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 900;
  border: none 0 !important;
  border-radius: 8px 0px 0px 0px;
  color: rgb(50, 50, 50) !important;
  background-color: rgb(240, 240, 240);
  transition: all 0.4s ease;
}

.box-anexos .titulo p {
  border-bottom: 3.5px solid rgb(76, 175, 80) !important;
  padding-bottom: 9px !important;
}

.box-anexos .line-dotted:last-child .btn-anexos {
  border-bottom: none; 
}
.box-anexos:hover .titulo p {
  border-color: white !important;
}

.box-anexos .titulo span:nth-of-type(1) {
  position: absolute;
  top: 5px;
  left: 15px;
  width: 20px;
  color: rgb(0, 151, 45);
}

.box-anexos .titulo p {
  padding: 0;
  margin: 0 0 0 15px;
  display: inline;
}

.anexos-scroll-container.no-height {
  height: auto !important; 
  max-height: none !important;
  overflow-y: visible !important; 
}

.box-anexos .titulo span:nth-of-type(2){
	display: none;
}

.box-anexos .titulo, .box-anexos .titulo span:nth-of-type(1){
	color: rgb(50, 50, 50);
}

.btn-anexos {
	padding:14px;
	line-height:16px;
	font-size:12px;
	text-transform: uppercase;
	display:block;
	color:rgb(50,50,50);
  border-bottom: 1px dashed rgb(190, 190, 190);
  transition: all 0.2s ease;
}

.btn-anexos:hover{
  color: #4CAF50 !important;
}

.btn-anexos i {
	font-size:10px;
	color:rgb(28, 91, 46);
}

.galeria-home {
  width:100%;
}

.galeria-home img {
  width:100%;
  height:165px;
  overflow: hidden;
  object-fit: cover;
  object-position: top;
  border-radius:12px;
  margin:2px 0;
}

.galeria-home a h4 {
  font-weight:900;
  font-size:20px;
  line-height:24px;
  margin:0;
  padding:3px 10px;
}

.galeria-home a:hover h4 {
  color:rgb(50,50,50);
}

.galeria-home p {
  padding:0 10px;
  color:rgb(50,50,50);
}

.galeria {
	object-fit: cover;
	width: 100%;
	height: 16rem;
	border-radius: 0.3rem !important;
	margin-bottom: 35px;
	transition: all 0.3s;
}

.galeria-unica{
  height: auto !important;
}

.galeria-dupla{
  height: 20rem !important;
}

.galeria:hover{
	transform: translateY(-10px);
	box-shadow: 0px 20px 20px rgba(0, 0, 0, 0.1), -4px -4px 12px rgba(0, 0, 0, 0.08);
}

.modal-galeria .modal-header {
	position:relative;
	background-color: rgb(50, 50, 50);
	color:rgb(255,255,255) !important;
	justify-content: flex-end;
}
  
.modal-galeria .modal-header button {
	position: relative;
	right:0;
	top:0;
	border:0 !important;
}

.termsfeed-com---pc-dialog button{
  padding: 10px 5px 10px 10px !important;
  border: unset !important;
  border-radius: unset !important;
  margin: unset !important;
  font-size: 12px !important;
  line-height: 19px !important;
  height: unset !important;
  background-color: unset !important;
}

.cc-nb-changep{
  background-color: #eaeaea !important;
}

.bg-primary-custom {
  background-color: #005f87;
}

.me-3{
  margin-right: 1rem !important;
}

.me-2{
  margin-right: .5rem !important;
}

/* ACESSIBILIDADE */

.barra-acessibilidade {
    background-color: rgb(240, 240, 240);
    padding: 5px 0px !important;
    height: 40px;
    display: flex;
    align-items: center;
}

.acessibilidade {
    padding: 0px !important;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    z-index: 10;
    margin-left: 15px !important;
}

.acessibilidade a {
    text-decoration: none;
    transition: all .3s ease;
}

.acessibilidade a:hover {
    color: rgb(255, 255, 255);
}

.acessibilidade a i {
    font-size: 12px;
    padding: 6px 8px;
    color: rgb(100, 100, 100);
    border: 1px solid rgb(220, 220, 220);
    transition: all .3s ease;
    margin: 0 2px;
    border-radius: 6px;
}

.acessibilidade a:hover i {
    border: 1px solid rgb(100, 100, 100);
}



.me-auto{
  margin-right: auto !important;
}

.btn-outline-light{
  --bs-btn-color: #f8f9fa;
    --bs-btn-border-color: #f8f9fa;
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: #f8f9fa;
    --bs-btn-hover-border-color: #f8f9fa;
    --bs-btn-focus-shadow-rgb: 248, 249, 250;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: #f8f9fa;
    --bs-btn-active-border-color: #f8f9fa;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #f8f9fa;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #f8f9fa;
    --bs-gradient: none;
}

.btn-outline-light:hover{
  color: #212529 !important;
}

.carousel-caption {
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  padding-bottom: 0;
  padding-top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background: rgba(0, 0, 0, 0.6);
}

.carousel-caption h1{
  font-size: 3.5rem !important;
  font-weight: 700 !important;
  color: #FFF;
}

.carousel-caption p{
  color: #FFF;
}

/* ATALHOS */

.atalhos-uteis {
    margin: -12px 0px !important;
}

.box-atalho {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 0px  !important;
    margin: 0px !important;
    flex: 0 0 200px;
}

.linha-atalhos {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    justify-content: center;
}
.box-atalho {
    margin: 0 !important;
}

.lista-atalho {
    display: flex;
    justify-content: center;
    position: relative;
    text-decoration: none !important;
    margin-bottom: 30px;
}

.conteudo-atalhos {
    margin-top: 20px;
}

.atalho {
    flex: 0 0 200px;
    background-color: rgb(240, 240, 240);
    display: flex;
    align-items: center;
    justify-content: space-around;
    border-radius: 8px 8px 20px 20px;
    padding: 20px;
    height: 220px;
    position: relative;
    border: 1px solid rgb(228, 228, 228);
    transition: all .3s ease;
}

.atalho:hover {
    background-color: #1C5B2E;
    transform: translateY(-5px);
}

.atalho:hover p,
.atalho:hover h3 {
    color: white !important;
}

.atalho h3 {
    text-transform: uppercase;
    font-size: 20px;
    text-align: center;
    font-family: 'Mulish', sans-serif !important;
    font-weight: 300;
    color: #2d2d2d;
}

.atalho p {
    color: gray;
}

.lista-atalho span {
    position: absolute;
    top: -40px;
    padding: 15px;
    font-size: 34px;
    color: rgb(116, 108, 108);
    background-color: #1C5B2E;
    color: white;
    border: 9px solid white;
    border-radius: 50%;
    transition: all .4s ease;
}

.lista-atalho .atalho:hover span{
    transform: scale(1.08,1.08);
}

.resumo-links-servico {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: center;
}



.bloco-app {
  background-color:rgb(0,145,70,.1);
  border-radius: 15px;
  padding:0;
  margin: 30px 0;
  overflow: hidden;
  position: relative;
}

.app-image-container {
  position: relative;
  max-width: 200px;
  margin: 0 auto;
  padding:60px 0 0 0;
}

.app-image {
  transition: transform 0.3s ease;
  height:400px;
}

.app-image:hover {
  transform: scale(1.03);
}

.app-content {
  padding: 20px;
}


.app-title {
  font-size: 2.2rem;
  font-weight: 700;
  margin-bottom: 15px;
  color: #2c3e50;
}

.app-description {
  font-size: 1.1rem;
  margin-bottom: 30px;
  color: #546578;
  line-height: 1.6;
  max-width: 500px;
}

.download-buttons {
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
}

.btn-store {
  border-radius: 8px;
  padding: 12px 20px;
  font-weight: 600;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  gap: 8px;
}

.btn-store img {
  height: 30px;
}

.btn-apple {
  background-color: #000;
  color: white;
}

.btn-apple:hover {
  background-color: #333;
}

.btn-google {
  background-color: white;
  color: #333;
  border: 1px solid #ddd;
}

.btn-google:hover {
  background-color: #f8f9fa;
}

@media (max-width: 767.98px) {
  .app-image-container {
      margin-bottom: 20px;
  }
  
  .app-title {
      font-size: 1.8rem;
  }
  
  .download-buttons {
      justify-content: center;
  }
}

.store-image {
  height: 50px;
  transition: transform 0.3s ease;
}

.store-image:hover {
  transform: scale(1.05);
}

.box-atendimento{
	background-color: rgb(255, 255, 255);
	border-radius: 8px;
	padding: 20px 20px 25px 20px !important;
	margin-bottom: 15px !important;
  position: relative;
  height:149px;
  transition: all .4s ease;
  box-shadow: 0 1px 5px rgba(134, 134, 134, 0.1);
}

.box-atendimento:hover{
  transform: scale(1.04, 1.04);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.box-atendimento:hover h5 a{
  color:rgb(44, 44, 44) !important;
}

.box-atendimento h5 {
  margin:0 !important;
  padding:5px 0 !important;
}

.box-atendimento h5 a {
  color: rgb(28, 91, 46) !important;
  transition: all .4s ease !important;
}

.atendimento-resumo{
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-overflow: ellipsis;
}

.box-atendimento::-webkit-scrollbar {
  width: 8px;
  background: transparent;
}

.box-atendimento::-webkit-scrollbar-track {
  background: transparent;
  margin: 8px 0;
}

.box-atendimento::-webkit-scrollbar-thumb {
  background: rgba(0, 95, 135, 0.9);
  border-radius: 10px;
}

.box-atendimento::-webkit-scrollbar-thumb:hover {
  background: rgba(55,71,79);
}

.evento-capa {
  display: flex;
  align-items: center;
  border:1px solid rgb(210,210,210);
  border-radius:12px;
  margin:3px 0;
}

.evento-capa .dia-evento {
  display:flex;
  flex-direction: column;
  background-color: rgb(28, 91, 46);
  color:rgb(255, 255, 255);
  font-size:26px;
  padding:30px 40px 30px 30px;
  font-weight:900;
  align-items: center;
  border-radius:12px 0 0 12px;
  text-align: center;
  clip-path: polygon(0 0, 100% 0%, 75% 100%, 0% 100%);
}

.evento-capa .dia-evento small {
  font-size:.9rem;
  padding-top:5px;
  text-transform: uppercase;
}

.evento-capa .nome-evento {
  display: flex;
  flex-direction: column;
  padding:8px 15px;
  font-size:18px;
  line-height:20px;
  font-weight:bold;
  color:rgb(50,50,50);
}

.evento-capa .nome-evento p {
  font-size:14px;
  line-height:24px;
  font-weight:normal;
  margin:0;
  padding:0;
}

.material-maior {
	font-size:32px !important;
	padding:15px;
	border-radius:50%;
  background-color: rgb(255, 255, 255);
  color: rgb(28, 91, 46);
  border: 8px solid rgb(240, 250, 240);
  top: -10px !important;
  left: -28px !important;
  position: absolute;
}

#container-conselho{
  margin-bottom: 15px;
}

.box-conselho {
  border: 1px solid rgba(0, 0, 0, 0.05) !important;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05) !important;
  border-radius: 10px;
  overflow: hidden;
  transition: transform 0.3s, box-shadow 0.3s;
  background-color: white;
}

.box-conselho:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 20px rgba(0,0,0,0.1);
}

.box-conselho-header {
  background-color: #005f87;
  color: white;
  padding: 1rem;
  font-weight: bold;
  text-align: center;
  font-family: 'Montserrat', sans-serif;
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}

.box-conselho-content {
  padding: 1.5rem;
}

.member-img {
  width: 150px;
  height: 150px;
  object-fit: cover;
  border-radius: 50%;
  margin-bottom: 1rem;
  border: 3px solid #ecf0f1;
}

.member-title {
  color: #005f87 !important;
  font-weight: 600;
  margin-bottom: 0.5rem;
}

.member-name {
  font-weight: bold;
  font-size: 0.9rem;
  margin-bottom: 0.5rem;
  color: rgb(50, 50, 50);
}

.member-info {
  font-size: 0.9rem;
  color: #6c757d;
}

@media (max-width: 768px) {
  .member-img {
      height: 150px;
  }
}


.container-form-login {
  background: #F8F9FD;
  background: linear-gradient(0deg, rgb(255, 255, 255) 0%, rgb(244, 247, 251) 100%);
  border-radius: 40px;
  padding: 35px 35px;
  border: 5px solid rgb(255, 255, 255);
  box-shadow: rgba(133, 189, 215, 0.8784313725) 0px 30px 30px -20px;
  margin: 20px;
}

.heading {
  text-align: center;
  font-weight: 900;
  font-size: 30px;
  color: #005f87;
}

#login-form {
  margin-top: 20px;
}

#login-form .input {
  width: 100%;
  background: white;
  border: none;
  padding: 15px 20px;
  border-radius: 20px;
  margin-top: 15px;
  box-shadow: #cff0ff 0px 10px 10px -5px;
  border-inline: 2px solid transparent;
}

#login-form .input::-moz-placeholder {
  color: rgb(141, 141, 141);
}

#login-form .input::placeholder {
  color: rgb(141, 141, 141);
}

#login-form .input:focus {
  outline: none;
  border-inline: 2px solid #005f87;
}

#login-form .forgot-password {
  display: block;
  margin-top: 10px;
  margin-left: 10px;
}

#login-form .forgot-password a {
  font-size: 11px;
  color: #005f87;
  text-decoration: none;
}

#login-form .login-button {
  display: block;
  width: 100%;
  font-weight: bold;
  background: linear-gradient(45deg, #005f87 0%, #005f87 100%);
  color: white;
  padding-block: 15px;
  margin: 20px auto;
  border-radius: 20px;
  box-shadow: rgba(133, 189, 215, 0.8784313725) 0px 20px 10px -15px;
  border: none;
  transition: all 0.2s ease-in-out;
}

#login-form .login-button:hover {
  transform: scale(1.03);
  box-shadow: rgba(133, 189, 215, 0.8784313725) 0px 23px 10px -20px;
}

#login-form .login-button:active {
  transform: scale(0.95);
  box-shadow: rgba(133, 189, 215, 0.8784313725) 0px 15px 10px -10px;
}

.dynamika-menu-responsivo-wrapper {
  top: 5px !important;
}

.dynamika-menu-responsivo-wrapper button {
  left: 192px;
	background-color: rgb(28, 91, 46) !important;
	height: 38px !important;
  padding: 8px 25px !important;
  border-radius: 0.25rem !important;
	top: -1px;
}

.dynamika-menu-responsivo-wrapper button:hover{
  background-color: rgb(28, 91, 46) !important;
}

.dynamika-menu-responsivo-wrapper ul {
background-color: rgb(28, 91, 46) !important;
}




/*----- GALERIA DE FOTOS PADRÃO ----- */

.tns-outer {
	position: relative;
	overflow: hidden;
	border:0px solid rgb(255,255,255);
}
  
.tns-controls {
	position: absolute;
	left:12px;
	top:0;
	z-index: 99 !important;
}
  
.tns-controls button {
	background-color: #FFF;
	text-transform: uppercase;
	font-weight:bold;
	font-size:10px !important;
	border:1px solid rgb(220,220,220) !important;
	border-radius:3px !important;
	padding:4px 15px;
	height:100%;
	margin: 1px;
}
  
.tns-controls button:hover {
	background-color:rgb(220,220,220) !important;
}
  
.tns-nav {
	position: absolute;
	right:25px;
	top:15px;
	z-index: 98 !important;
}
  
.tns-nav button {
	height:2px !important;
	padding:3px 10px !important;
	border-radius: 20px !important;
	margin: 1px;
	border: 0;
	background-color: rgb(200,200,200) !important;
}
  
.tns-nav button.tns-nav-active {
	background-color: #333 !important;
	color: #fff;
}

.tns-carousel {
	margin-top:0;
}
  
.tns-item {
	position: relative;
	padding:0 !important;
	height:100% !important;
}
  
.tns-item span {
    width: 100%;
    display: block;
    text-align: center;
    margin-top: 10px;
}
  
.tns-item img {
	border-radius:16px;
	overflow: hidden;
	border:0;
	width:100%;
}

#whatsappBotao {
	position: fixed;
	bottom: 115px;
	right: 3px;
	display: inline-block;
	width: 70px;
	z-index: 999;
	transition: all 500ms;
}

#whatsappBotao:hover{
	transform: scale(1.3);
	filter: brightness(115%);
}

.anexo-card {
  position: relative;
	background: white;
	padding: 20px;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
	transition: all 0.4s ease;
	height: 100%;
	border-left: 2px solid rgb(76, 175, 80);
}

.anexo-card:hover {
	transform: scale(1.04, 1.04);
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.12);
}

.doc-icon {
	font-size: 2.0rem;
	color: rgb(0, 151, 45);
	margin-bottom: 15px;
}

.doc-title {
	color: #212529;
	margin-bottom: 5px;
	font-size: 1.1rem;
}

.doc-meta {
	color: #6c757d;
	font-size: 0.85rem;
	margin-bottom: 10px;
}

.me-1{
	margin-right: 3px;
}

.doc-actions .btn {
	padding: 5px 10px;
	font-size: 0.8rem;
}

#whatsapp {
	position: fixed;
	bottom: 115px;
	right: -5px;
	display: inline-block;
	width: 80px;
	z-index: 999;
	transition: all 500ms;
}

#whatsapp:hover {
	transform: scale(1.3);
	filter: brightness(115%);
}

.box-filtro {
  position: relative;
  background-color: rgb(240, 240, 240);
}

.icon-filtro{
  position: absolute;
  top: -15px;
  right: -5px;
  font-size: 18px !important;
  background-color: rgb(240, 240, 240);
  border: 5px solid white;
  padding: 11px;
  border-radius: 50%;
  color: rgb(50, 50, 50);
  transition: all 0.4s ease;
}

.box-filtro strong{
  font-size: 17px;
}
.box-filtro p {
  font-size: 13px;
  color: rgb(77, 77, 77);
  padding: 0px !important;
  margin: 14px 0px  !important;
}

.titulo-filtro{
  padding-bottom: 4px !important;
  border-bottom: 2px solid rgb(28, 91, 46);
}

 .box-filtro #w1 input, .box-filtro #w1 .select2-selection{
  font-size: 14px !important;
  color: rgb(169, 171, 169) !important;
  
} 

.select2-selection__arrow{
  border-left: none !important;
}

.buttons-filtro button, .buttons-filtro a{
  border-radius: 5px !important;
  display: flex;
  justify-content: center;
  align-items: center;
}

.buttons-filtro button > *, .buttons-filtro a > *{
  margin: 0px 5px;
}


.conteudo_view h3{
  margin-bottom: 18px;
}

.titulo-lateral{
  padding-bottom: 4px !important;
  border-bottom: 2px solid rgb(28, 91, 46) !important;
}

.descricao-formulario p{
  max-width: 100%;
  overflow-wrap: break-word;
  word-break: break-all;
}

.faq-container h6 a{
  color: rgb(50, 50, 50) !important;
}

.faq-accordion .card-header{
  background-color: rgb(28, 91, 46) !important;
}

#btn-calendario-anterior, #btn-calendario-proximo{
  color: rgb(28,91,46);
}

.evento-content{
  padding-left: -15px !important;
  padding-right: -15px !important;
}

.grafico-lateral{
  background-color: rgb(240, 240, 240) !important;
}

.no-hover .box-anexos:hover {
  all: unset !important;
  background-color: white !important;
  color: inherit !important;
  transform: none !important;
}

.no-hover .box-anexos {
    box-shadow: none !important;
}

.no-hover .box-anexos:hover .titulo{
  background-color: rgb(240, 240, 240) !important;
  color: rgb(50, 50, 50) !important;
}

.no-hover .box-anexos:hover p{
    color: rgb(50, 50, 50);
    border-color: rgb(76, 175, 80) !important;
}