

/*----- MÁXIMO 475 -----*/
@media (max-width:475px) {
    .acessibilidade {
        justify-content:flex-start;
    }
    .acessibilidade a i {
        font-size:9px;
        padding:4px 5px;
        margin-left:2px;
    }
    .acessibilidade a {
        margin:-2px 0px 0 0;
    }
    .barra-superior {
        padding:10px 0;
    }
    .municipio{
        top: 30px !important;
    }
    .nome-instituto{
        font-size: 20px;
        top: 50px !important;
    }
    footer h5 {
        line-height:24px;
    }
    .logo-footer img {
        height:90px;
    }
    footer {
        background-size: 240%;
    }
    #licitacoes-capa{
        margin-bottom: 75px;
    }
    #canais-atendimento-capa{
        margin-bottom: 30px;
    }
    .dados-footer{
        margin-bottom: 25px;
    }
    .titulo-interno{
        margin:0 0 40px 0;
    }
    #breadcrumb{
        display: none;
    }

    .line{
        display: none;
    }
    #titulo-noticia{
        font-size: 28px;
    }
    #video-home {
        height: 300px;
    }
    
    #video-home video {
        height: 300px;
    }

    .bannerTopo img {
        height:450px;
    }

    .bannerContainer{
        height: 450px !important;
    }

    #banner-topo .tns-controls button:first-child {
        left: 0px !important;
    }

    #banner-topo .tns-controls button:nth-child(2) {
        right: 5px !important;
    }

    .carousel-caption h1{
        font-size: 1.2rem !important;
        padding: 0px 40px;
    }

    .carousel-caption p{
        font-size: 0.9rem !important;
        padding: 0px 40px;
    }

    .app-title, .app-description{
        text-align: center;
    }

    .noticia-home-resp{
        margin-bottom: 25px;
    }

    .galeria{
        height: auto !important;
    }

    #container-acessibilidade{
        justify-content: flex-end !important;
    }

    .box-atendimento{
        height: auto;
    }

    .btn-acessibilidade {
        padding: 5px 10px;
        font-size: 12px;
    }

    .container-header{
        display: block !important;
    }

    .container-logo{
        justify-content: center;
    }
    
    .container-logo img{
        margin-right: 0px !important;
        margin-bottom: 30px;
    }
    .evento-capa {
        display: block;
        margin-bottom: 20px;
    }

    #form-busca input{
        width: 100% !important;
    }

    #form-busca button{
        left: unset;
        top: 3px;
        right: 17px;
    }

    .btn-contato-topo{
        display: none;
    }

    .box-home-legislacao{
        height: auto;
    }

    .noticia-home{
        height: auto;
        margin-bottom: 10px;
    }

    .noticia-home a{
        display: block;
    }

    .foto-noticia-home{
        width: 100%;
    }

    .noticia-home img{
        width: 100%;
    }

    .galeria-home img{
        height: 225px;
        object-position: center;
    }

    .evento-capa .dia-evento{
        clip-path: unset;
        border-radius: 12px 12px 0px 0px;
        padding: 20px 15px;
    }

    .evento-capa .nome-evento{
        padding: 20px 15px;
    }
    .anexos-scroll-container{
        max-height: none !important;
    }
    .noticia-destaque-lateral{
        height: 105px;
    }
    .hide-lateral-noticia{
        display: none !important;
    }
    .hide-menu-principal{
        display: none;
    }
    .logotipo-header  img{
        display: flex;
        justify-content: center;
        align-items: center;
        max-width: 220px !important;
        margin: 10px auto;
    }
    .container-busca{
        padding: 0px !important;
        margin: 10px auto;
        min-width: 100% !important;
    }

    #form-busca input{
        min-width: 100% !important;
    }

    #form-busca {
        justify-content: center;
        margin: 0px auto !important;
        padding: 0px !important;
        min-width: 85% !important;
    }

    .redes-sociais-cabecalho{
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 25px !important;
    }
    .redes-sociais-cabecalho a img {
        height: 22px !important;
        width: 22px !important;
        margin: 0px 3px;
    }
    .redes-sociais-cabecalho a:last-child{
        margin-right: 0px !important;
    }
    .acessibilidade {
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 0px !important;
        margin: 0px auto !important;
    }
    .linha-atalhos {
        gap: 5px;
        justify-content: space-around;
    }
    .atalho {
        flex: 0 0 240px !important;
        margin-bottom: 10px;
    }
    .date-short{
        display: none;
    }
    .date-long{
        display: flex;
    }
    .texto-noticia-home p {
        margin-bottom: 35px !important;
    }
    .noticia-home-data{
        position: absolute;
        bottom: 0px !important;
        left: 0px !important;
        right: 0px !important;
        border-radius: 0px 0px 5px 5px !important;
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 5px auto !important;
    }
    #canais-atendimento-capa .linha-titulo{
        margin-top: 40px !important;
    }
    .material-maior {
        top: -10px !important;
        left: -20px !important;
    }  
    .box-estrutura-adm-content-title,
    .box-estrutura-adm-content-mail {
        padding-left: 13px !important;
    }

    .box-estrutura-adm-content-title {
        font-size: 14px;
    }

    .box-estrutura-adm-content-mail {
        font-size: 10px !important;
    }
}





/*----- 476/575 -----*/
@media (min-width: 476px) and (max-width: 575px) {
    .acessibilidade {
        justify-content:flex-start;
    }
    .acessibilidade a i {
        font-size:9px;
        padding:4px 5px;
        margin-left:2px;
    }
    .acessibilidade a {
        margin:-2px 0px 0 0;
    }
    .barra-superior {
        padding:10px 0;
    }
    footer h5 {
        line-height:24px;
    }
    .logo-footer img {
        height:90px;
    }
    footer {
        background-size: 270%;
    }
    #licitacoes-capa{
        margin-bottom: 75px;
    }
    #canais-atendimento-capa{
        margin-bottom: 30px;
    }
    .box-atendimento{
        height: auto;
    }
    .dados-footer{
        margin-bottom: 25px;
    }
    .titulo-interno{
        margin:0 0 40px 0;
    }
    #breadcrumb{
        display: none;
    }
    .line{
        display: none;
    }
    #titulo-noticia{
        font-size: 28px;
    }
    #video-home {
        height: 350px;
    }
    
    #video-home video {
        height: 350px;
    }

    .bannerTopo img {
        height:400px;
    }

    .bannerContainer{
        height: 400px !important;
    }

    .noticia-home-resp{
        margin-bottom: 25px;
    }

    #banner-topo .tns-controls button:first-child {
        left: 0px !important;
    }

    #banner-topo .tns-controls button:nth-child(2) {
        right: 5px !important;
    }

    .carousel-caption h1{
        font-size: 1.4rem !important;
        padding: 0px 40px;
    }

    .carousel-caption p{
        font-size: 1.1rem !important;
        padding: 0px 40px;
    }

    .app-title, .app-description{
        text-align: center;
    }

    .galeria{
        height: auto !important;
    }

    #container-acessibilidade{
        justify-content: flex-end !important;
    }

    .btn-acessibilidade {
        padding: 5px 10px;
        font-size: 12px;
    }

    .container-header{
        display: block !important;
    }

    .container-logo{
        justify-content: center;
    }
    
    .container-logo img{
        margin-right: 0px !important;
        margin-bottom: 30px;
    }

    #form-busca input{
        width: 100% !important;
    }

    #form-busca button{
        left: unset;
        top: 3px;
        right: 17px;
    }

    .evento-capa {
        margin-bottom: 20px;
    }

    .btn-contato-topo{
        display: none;
    }

    .box-home-legislacao{
        height: auto;
    }

    .noticia-home{
        height: auto;
        margin-bottom: 10px;
    }

    .noticia-home a{
        display: block;
    }

    .foto-noticia-home{
        width: 100%;
    }

    .noticia-home img{
        width: 100%;
        height: 250px;
    }

    .galeria-home img{
        height: 225px;
        object-position: center;
    }
    .anexos-scroll-container{
        max-height: none !important;
    }
    .noticia-destaque-lateral{
        height: 105px;
    }
    .hide-lateral-noticia{
        display: none !important;
    }

    .hide-menu-principal{
        display: none;
    }

    .logotipo-header  img{
        display: flex;
        justify-content: center;
        align-items: center;
        max-width: 270px !important;
        margin: 15px auto;
    }

        .container-busca{
        padding: 0px !important;
        margin: 10px auto;
        min-width: 100% !important;
    }

    #form-busca input{
        min-width: 100% !important;
    }

    #form-busca {
        justify-content: center;
        margin: 0px auto !important;
        padding: 0px !important;
        min-width: 85% !important;
    }

    .redes-sociais-cabecalho{
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 25px !important;
    }
    .redes-sociais-cabecalho a img {
        height: 22px !important;
        width: 22px !important;
        margin: 0px 3px;
    }
    .redes-sociais-cabecalho a:last-child{
        margin-right: 0px !important;
    }
    .acessibilidade {
        padding: 0px !important;
        margin-left: 30px;
    }
    .texto-noticia-home p {
        margin-bottom: 50px !important;
    }
    .noticia-home-data{
        position: absolute;
        bottom: 0px !important;
        left: 0px !important;
        right: 0px !important;
        border-radius: 0px 0px 5px 5px !important;
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 5px auto !important;
    }
    .date-short{
        display: none;
    }
    .date-long{
        display: flex;
    }
    #canais-atendimento-capa .linha-titulo{
        margin-top: 40px !important;
    }
    .material-maior {
        top: -10px !important;
        left: -16px !important;
    }
    .box-estrutura-adm-content-title,
    .box-estrutura-adm-content-mail {
        padding-left: 20px !important;
    }

    .box-estrutura-adm-content-title {
        font-size: 16px;
    }

    .box-estrutura-adm-content-mail {
        font-size: 12px !important;
    }
}





/*----- 576/767 -----*/
@media (min-width: 576px) and (max-width: 767px) {
    .acessibilidade a i {
        font-size:9px;
        padding:5px 6px;
        margin-left:2px;
    }
    .barra-superior {
        padding:15px 0;
    }
    .menu-fechado {
        padding:8px 25px !important;
        top:60px !important;
    }
    footer h5 {
        line-height:24px;
    }
    .logo-footer img {
        height:90px;
    }
    footer {
        background-size: 250%;
    }
    .noticia-principal, .container-text-noticia-principal{
        height: auto;
    }
    .titulo-interno{
        margin:0 0 40px 0;
    }
    #licitacoes-capa{
        margin-bottom: 75px;
    }
    #canais-atendimento-capa{
        margin-bottom: 40px;
    }
    .dados-footer{
        margin-bottom: 25px;
    }
    #breadcrumb{
        display: none;
    }
    .line{
        display: none;
    }
    #titulo-noticia{
        font-size: 28px;
    }
   
    .noticia-home-resp{
        margin-bottom: 25px;
    }
    #video-home {
        height: 400px;
    }
    
    #video-home video {
        height: 400px;
    }
    
    .bannerTopo img {
        height:450px;
    }

    .bannerContainer{
        height: 450px !important;
    }

    #banner-topo .tns-controls button:first-child {
        left: 0px !important;
    }

    #banner-topo .tns-controls button:nth-child(2) {
        right: 5px !important;
    }

    .carousel-caption h1{
        font-size: 1.5rem !important;
        padding: 0px 40px;
    }

    .carousel-caption p{
        font-size: 1.2rem !important;
        padding: 0px 40px;
    }

    #container-acessibilidade{
        justify-content: flex-end !important;
    }

    .container-busca .d-flex{
        justify-content: flex-end;
    }

    #form-busca input{
        width: 80% !important;
    }
    #form-busca button {
        left: 64%;
    }

    .evento-capa {
        margin-bottom: 25px;
    }

    .btn-contato-topo:nth-child(2){
        display: none;
    }

    .box-home-legislacao{
        height: auto;
    }
  
    .noticia-home{
        height: 440px;
        margin-bottom: 10px;
    }

    .noticia-home a{
        display: block;
    }

    .foto-noticia-home{
        width: 100%;
    }

    .noticia-home img{
        width: 100%;
    }

    .galeria-home img{
        height: 225px;
        object-position: center;
    }
    .anexos-scroll-container{
        max-height: none !important;
    }
    .noticia-destaque-lateral{
        height: 105px;
    }

    .hide-lateral-noticia{
        display: none !important;
    }
    
    .hide-menu-principal{
        display: none;
    }

    .logotipo-header  img{
        display: flex;
        justify-content: center;
        align-items: center;
        max-width: 290px !important;
        margin: 10px auto;
    }

    .container-busca{
        padding: 0px !important;
        margin: 10px auto;
        min-width: 100% !important;
    }

    #form-busca input{
        min-width: 100% !important;
    }

    #form-busca {
        justify-content: center;
        margin: 0px auto !important;
        padding: 0px !important;
        min-width: 85% !important;
    }

    .redes-sociais-cabecalho{
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 15px !important;
    }

    .redes-sociais-cabecalho a img {
        height: 22px !important;
        width: 22px !important;
        margin: 0px 3px;
    }
    .redes-sociais-cabecalho a:last-child{
        margin-right: 0px !important;
    }

    .acessibilidade {
        padding: 0px !important;
        margin-left: 30px;
    }
    .linha-atalhos {
        gap: 5px;
        justify-content: space-around;
    }
    .atalho {
        flex: 0 0 210px;
        height: 220px;
    }
    .noticia-home-data{
        position: absolute;
        bottom: 0px !important;
        left: 0px !important;
        right: 0px !important;
        border-radius: 0px 0px 5px 5px !important;
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 5px auto !important;
    }
    .date-short{
        display: none;
    }
    .date-long{
        display: flex;
    }
    #canais-atendimento-capa .linha-titulo{
        margin-top: 40px !important;
    }
    .box-atendimento{
        height: auto !important;
    }
    .box-estrutura-adm-content-title,
    .box-estrutura-adm-content-mail {
        padding-left: 20px !important;
    }

    .box-estrutura-adm-content-title {
        font-size: 16px;
    }

    .box-estrutura-adm-content-mail {
        font-size: 12px !important;
    }
}





/*----- 768/991 -----*/
@media (min-width: 768px) and (max-width: 991px) {
    #container-acessibilidade {
        justify-content: flex-end !important;
    }
    .barra-superior {
        padding:15px 0;
    }
    .menu-fechado {
        padding:8px 25px !important;
        top:60px !important;
    }
    footer h5 {
        line-height:24px;
    }
    .dados-footer{
        margin-bottom: 25px;
    }
    .logo-footer img {
        height:90px;
    }
    footer {
        background-size: 270%;
    }
    .noticia-principal, .container-text-noticia-principal{
        height: auto;
    }
    .titulo-interno {
        margin:0 0 40px 0;
    }
    #licitacoes-capa{
        margin-bottom: 75px;
    }
    #canais-atendimento-capa{
        margin-bottom: 50px;
    }
    .breadcrumb-item.active{
        max-width: 30ch;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    .line{
        display: none;
    }
    .iframe-midia:nth-child(3){
        display: none;
    }
    #video-home {
        height: 450px;
    }

    .noticia-home-resp{
        margin-bottom: 25px;
    }
    
    #video-home video {
        height: 450px;
    }
    .bannerTopo img {
        height:380px;
    }

    #banner-topo .tns-controls button:first-child {
        left: 0px !important;
    }

    #banner-topo .tns-controls button:nth-child(2) {
        right: 5px !important;
    }

    .carousel-caption h1{
        font-size: 1.7rem !important;
        padding: 0px 40px;
    }

    .carousel-caption p{
        font-size: 1.4rem !important;
        padding: 0px 40px;
    }

    .container-busca .d-flex{
        justify-content: flex-end;
    }

    #form-busca input{
        width: 58% !important;
    }

    .btn-contato-topo:nth-child(2){
        display: none;
    }

    .evento-capa {
        margin-bottom: 25px;
    }

    .noticia-home{
        height: 410px;
        margin-bottom: 10px;
    }

    .noticia-home a{
        display: block;
    }

    .foto-noticia-home{
        width: 100%;
    }

    .noticia-home img{
        width: 100%;
    }
    .hide-menu-principal{
        display: none;
    }

    .container-busca{
        justify-content: end;
        padding: 0px !important;
    }

    .container-busca form input {
        font-size: 14px;
        padding: 10px 20px;
        min-width:320px !important;
    }

    .redes-sociais{
        padding-right: 0px !important;
    }
    .redes-sociais > *:last-child {
        margin-right: 0px !important;
    }

    .container-header{
        margin: 12px 0px 10px 0px !important;
    }
    .redes-sociais-acessibilidade{
        display: flex;
    }
    .redes-sociais-cabecalho{
        display: none;
    }
    .acessibilidade {
        padding: 0px !important;
        margin-left: 15px !important;
    }
    .noticia-home-data{
        position: absolute;
        bottom: 0px !important;
        left: 0px !important;
        right: 0px !important;
        border-radius: 0px 0px 5px 5px !important;
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 5px auto !important;
    }
    .date-short{
        display: none;
    }
    .date-long{
        display: flex;
    }
    .linha-canais-atendimento{
        padding: 0px !important;
        margin: 0px !important;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .box-atendimento{
        margin: 0px 15px !important;
    }
    #canais-atendimento-capa .linha-titulo{
        margin-top: 30px !important;
    }
  .box-estrutura-adm-content-title,
  .box-estrutura-adm-content-mail {
      padding-left: 30px !important;
  }

  .box-estrutura-adm-content-title {
      font-size: 16px;
  }

  .box-estrutura-adm-content-mail {
      font-size: 12px !important;
  }
}





/*----- 992/1199 -----*/
@media (min-width: 992px) and (max-width: 1199px) {

    #container-acessibilidade {
        justify-content: flex-end !important;
    }
    .barra-superior {
        padding:15px 0;
    }
    .menu-fechado {
        padding:8px 25px !important;
        top:12px !important;
    }
    .dados-footer{
        margin-bottom: 25px;
    }
    .titulo-interno {
        margin:0 0 40px 0;
    }
    .noticia-principal h2{
        font-size: 21px;
    }
    #licitacoes-capa{
        margin-bottom: 75px;
    }
    .home-licitacao{
        height: 180px;
    }
    .home-contratacao{
        height: 190px;
    }

    .container-busca .d-flex{
        justify-content: flex-end;
    }

    #form-busca input{
        width: 52% !important;
    }

    .evento-capa {
        margin-bottom: 10px;
    }

    .texto-noticia-home h3{
        font-size: 15px !important;
        line-height: 19px !important;
    }
    .hide-menu-principal{
        display: none;
    }

    .container-busca form input {
        font-size: 14px;
        padding: 10px 20px;
        min-width:280px !important;
    }

    .container-busca{
        justify-content: end;
        padding: 0px !important;
    }

    .redes-sociais{
        padding-right: 0px !important;
    }
    .redes-sociais > *:last-child {
        margin-right: 0px !important;
    }

    .container-header{
        margin: 12px 0px 10px 0px !important;
    }
    .acessibilidade {
        padding: 0px !important;
        margin-left: 31px !important;
        min-width: 100% !important ;
    }
    .date-short{
        display: flex;
    }
    .date-long{
        display: none;
    }

    .linha-canais-atendimento{
        padding: 0px !important;
        margin: 0px !important;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-bottom: 50px !important;
    }
    .box-atendimento{
        margin: 0px 15px !important;
    }
    .container-atendimento{
        order: 1;
    }
    .container-legislacao{
        order: 3;
    }
    .container-publicacoes{
        order: 2;        
    }

    .box-estrutura-adm-content-title,
    .box-estrutura-adm-content-mail {
        padding-left: 30px !important;
    }

    .box-estrutura-adm-content-title {
        font-size: 16px;
    }

    .box-estrutura-adm-content-mail {
        font-size: 12px !important;
    }
}





/*----- 1200/1399 -----*/
@media (min-width: 1200px) and (max-width: 1399px) {
    .menu-fechado {
        display:none;
    }
    .titulo-interno {
        margin:0 0 40px 0;
    }
    .dynamika-menu-responsivo-wrapper{
        display: none;
    }
    .home-licitacao{
        height: 207px;
    }
    .container-busca{
        width: 35%;
    }
    .noticia-destaque-lateral{
        height: 95px;
    }
    .date-short{
        display: flex;
    }
    .date-long{
        display: none;
    }
}





/*----- 1400/1679 -----*/
@media (min-width: 1400px) and (max-width: 1679px) {
    .menu-fechado {
        display:none
    }
    .titulo-interno {
        margin:0 0 40px 0;
    }
    .home-licitacao{
        height: 207px;
    }
    .container-busca{
        width: 35%;
    }
    .noticia-destaque-lateral{
        height: 98px;
    }
    .date-short{
        display: flex;
    }
    .date-long{
        display: none;
    }
}





/*----- 1680/1920 -----*/
@media (min-width: 1680px) and (max-width: 1920px) {
    .menu-fechado {
        display:none
    }
    .titulo-interno {
        margin:0 0 40px 0;
    }
    .home-licitacao {
        height: 207px;
    }
    .date-short{
        display: flex;
    }
    .date-long{
        display: none;
    }
}





/*----- MAIS DE 1920 -----*/
@media (min-width: 1921px) {
    .menu-fechado {
        display:none
    }
    .date-short{
        display: flex;
    }
    .date-long{
        display: none;
    }
}




/* ----- MENU FECHADO ----- */
@media (max-width: 1200px) {
    .dynamika-menu-nav-forest {display:none}
}
