﻿/*/////// ACESSIBILIDADE ////////////*/

.grade_teclas, .grade_navagadores {
    border: 1px solid #ddd
}

.grade_row {
    display: flex;
    border-bottom: 1px solid #ddd;
    min-height: 40px;
}

    .grade_row:nth-child(even) {
        background-color: #f9f9f9
    }

.grade_esq {
    flex: 0 0 60px;
    display: flex;
    align-items: center;
}

.grade_dir {
    flex: 1;
    display: flex;
    align-items: center;
    padding-left: 10px
}

.grade_teclas .tecla {
    background-color: #6c757d;
    color: #FFF;
    font-size: 1.2rem;
    font-weight: bold;
    justify-content: center;
}

.grade_navagadores .grade_esq {
    flex: 0 0 40%;
    display: flex;
    align-items: center;
    padding-left: 10px
}

/* /////////////////////// CONTROLES DO TOPO /////////////////////////////////////////////////*/
@media (max-width: 995px) {
    /*.border_red {
        border-bottom: #eb3c48 solid 3px;
        margin-bottom: 3px;
        padding-bottom: 10px;
    }*/
}

@media (min-width: 1210px) {
    .logoMobile {
        height: 80px;
    }
}

@media (min-width: 800px) and (max-width: 1209px) {
    .logoMobile {
        height: 64px;
    }
}


@media (min-width: 500px) and (max-width: 767px) {
    .logoMobile {
        height: 66px;
    }
}

@media (max-width: 766px) {
    .logoMobile {
        height: 50px;
    }
}

@media (max-width: 449px) {
    .logoMobile {
        height: 34px;
       
    }
}

@media (max-width: 991px) {
    .sic {
       display:none;
    }

    .sic-mobile{
        display: block;
    }
}

@media (min-width: 992px) {    
    .sic-mobile {
        display: none;
    }
}

@media (max-width: 449px) {
    .margem-mobile {
        margin-top: 3px;
        margin-bottom: 3px;
    }
}

@media (min-width: 991px) {
    .margem-mobile {
        margin-top: 3px;
        margin-bottom: 3px;
    }
}

/*//////////////////////// CONTROLES DE MIDIAS DENTRO DO TEXTO ///////////////////////////////*/
.w3cgWrapper {
    background-color: #f1f3f4;
    margin-bottom: 16px;
    display: block;
    max-width: 100%
}

.w3cgLegenda {
    font-size: 0.9rem;
    color: #fff;
    line-height: 1.4;
    padding: 4px 8px;
    display: block;
    background-color: #323232
}

    .w3cgLegenda:empty {
        display: none;
    }

.w3cgWrapper img {
    width: 100%;
    height: auto
}

.w3cgAlignLeft video, .w3cgAlignRight video {
    width: 450px;
    height: 254px;
    margin-bottom: -5px
}

.w3cgAlignCenter video {
    width: 100%;
    margin-bottom: -5px
}

.w3cgAlignLeft audio, .w3cgAlignRight audio {
    width: 450px;
    margin-bottom: -5px
}

.w3cgAlignCenter audio {
    width: 100%;
    margin-bottom: -5px
}

.w3cgAlignLeft iframe, .w3cgAlignRight iframe {
    width: 450px;
    height: 254px;
    margin-bottom: -5px
}

.w3cgAlignCenter iframe {
    width: 900px;
    height: 374px;
    margin-bottom: -5px
}
/*Youtube Ratio: 1,77777778 - ALTERAR A LARGURA AQUI TAMBÃ‰M*/

.w3cgAlignLeft {
    float: left;
    width: 450px;
    margin-right: 15px;
}

.w3cgAlignCenter {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 15px;
}

.w3cgAlignRight {
    float: right;
    width: 450px;
    margin-left: 15px;
}


/*/////////////////// PÁGINA Noticia.asp ///////////////////////////*/

.linha_vertical_azul {
    border-left: 0.2em solid #1885D6;
    margin-right: 10px;
}

.lh-5 {
    line-height: 5px;
}

.txt_noticia p {
    font-size: 1.2rem;
    line-height: 1.7;
    font-weight: normal;
}

.sutia h5 {
    line-height: 1.4;
}

hr {
    border-top: 1px solid rgba(0, 0, 0, 0.2);
}


/*#################### LISTAS ####################*/
.linha {
    display: none;
}

@media only screen and (max-width: 600px) {
    .linha {
        display: block;
    }
}

/*_____________Controles de paginação________________*/

#page_nav_box {
    width: 330px;
    margin-left: auto;
    margin-right: auto;
    color: #666;
    font-size: 11px;
    font-family: Arial, Helvetica, sans-serif;
    margin-top: 10px
}

    #page_nav_box div {
        float: left;
        min-height: 28px;
        border: #999 1px solid;
        text-align: center;
        background-color: #F4F3EF
    }

    #page_nav_box .disable {
        float: left;
        border: #ccc 1px solid;
        text-align: center;
        background-color: #FFF;
        padding-top: 7px;
        font-weight: bold;
        color: #CCC
    }

    #page_nav_box a {
        display: block;
        color: #666;
        text-decoration: none;
        padding: 5px;
        font-weight: bold
    }

#pgnav_first {
    width: 25px;
    margin-right: 5px;
    text-align: center
}

#pgnav_prev {
    width: 75px;
    margin-right: 5px
}

    #pgnav_prev img {
        vertical-align: middle
    }

#pgnav_centro {
    width: 80px;
    margin-right: 5px;
    padding-top: 5px;
    height: 20px !important
}

#pgnav_next {
    width: 75px;
    margin-right: 5px
}

#pgnav_last {
    width: 25px;
}

    #pgnav_first:hover, #pgnav_prev:hover, #pgnav_next:hover, #pgnav_last:hover {
        background-color: #E6E6E6
    }

#pgnavgo {
    text-align: center;
    width: 24px;
    height: 14px;
    border: 0px solid;
    color: #005782;
    font-size: 11px;
    background-color: #E1E0D5
}

/*############# títulos - mobile ##########*/

@media only screen and (max-width: 600px) {
    h1 {
        font-size: 1.8rem;
    }

    h2 {
        font-size: 1.6rem;
    }
}


/*############ PROJETOS E AÇÕES ###############*/

/*.item_projetos_resumo {
    height: calc( ( (100vw - 120px)/2 ) / 1.5);
}*/

@media (max-width: 600px) {
    .espaco-b {
        margin-bottom: 0.25rem !important;
    }
}

.espaco-b {
    margin-bottom: 1.5rem !important;
}

@media (max-width: 767px) {
    .item_projetos_img {
        height: 220px;
    }

    .item_projetos_resumo {
        height: 250px;
    }
}




@media (min-width: 768px) {
    .item_projetos_img {
        height: 220px;
    }

    .item_projetos_resumo {
        height: 250px;
    }
}



@media (min-width: 992px) {

    .item_projetos_img {
        height: 188px;
    }

    .item_projetos_resumo {
        height: 250px;
    }
}


@media (min-width: 1200px) {
    .item_projetos_img {
        height: 233px;
    }

    .item_projetos_resumo {
        height: 220px;
    }
}

.imagem_listagem {
    object-fit: cover;
    height: 183px;
}

.imagem_listagem_not_index {
    object-fit: cover;
    height: 105px;
    width: 160px;
    border-radius: 4px;
}

@media (max-width: 600px) {
    .imagem_listagem {
        object-fit: cover;
        height: 233px;
        width: 100%;
    }
}

@media (max-width: 600px) {
    .imagem_listagem_not_index {
        object-fit: cover;
        height: 200px;
        width: 100%;
    }
}


/*############# ESPAÇO SECULT ################*/
@media (max-width: 767px) {
    .item_espacos_img {
        height: 220px !important;
    }

    .item_espacos_resumo {
        height: 250px;
    }

    .item_espacos_resumo_es {
        /*height: 250px;*/
    }
}




@media (min-width: 768px) {
    .item_espacos_img {
        height: 220px;
    }

    .item_espacos_resumo {
        height: 250px;
    }

    .item_espacos_resumo_es {
        height: 250px;
    }
}



@media (min-width: 992px) {

    .item_espacos_img {
        height: 150px;
    }

    .item_espacos_resumo {
        height: 250px;
    }

    .item_espacos_resumo_es {
        height: 250px;
    }
}


@media (min-width: 1200px) {
    .item_espacos_img {
        height: 180px;
    }

    .item_espacos_resumo {
        height: 220px;
    }

    .item_espacos_resumo_es {
        height: 250px;
    }
}

.badge-orange {
    color: #fff;
    background-color: #ff8d00;
}

/*############### FIM ESPAÇO SECULT ###############*/




.imagem_galeria_home {
    object-fit: cover;
    height: 170px;
}

.linha-lg-imagens {
    display: none;
}

.padding_images_listagens {
    padding: 0 1.5rem 0 1.5rem;
}

/*.margem_index_not{
    margin-bottom: 1.5rem;
}*/

@media only screen and (min-width: 601px) {
    .linha-lg-imagens {
        display: block;
    }
}

.imagem_listagem_3col {
    object-fit: cover;
    height: 200px;
    width: 100%;
}

@media (min-width: 678px) AND (max-width: 991px) {
    .imagem_listagem_3col {
        object-fit: cover;
        height: 150px;
        width: 100%;
    }
}


@media (max-width: 600px) {
    .imagem_listagem_3col {
        object-fit: cover;
        height: 200px;
        width: 100%;
    }

    .margem_itens_mobile {
        margin-top: 0.4rem;
        margin-bottom: 1rem;
    }

    p {
        font-size: 18px !important;
    }

    .imagem_galeria_home {
        object-fit: cover;
        height: 218px;
    }



    .linha_caixas_listas {
        display: block !important;
        margin-top: 1rem;
        margin-bottom: 1rem;
        border: 0;
        border-top: 1px solid rgba(0, 0, 0, 0.3);
    }

    .margem_index_not {
        margin-bottom: 0.5rem;
    }
}



.altura_audio {
    height: 123px;
}

.titulo {
    border-bottom: #DF0C30 solid 2px !important;
}

.images_shadow {
    box-shadow: 0 4px 6px -6px black;
}


/*######## MARCADOR ############*/

.linha_marcador_azul {
    border-bottom: 2px solid #0065B3;
    color: #0065B3;
}

.linha_marcador_vermelho {
    border-bottom: 2px solid #DF0C30;
    color: #DF0C30;
}

.linha_marcador_amarelo {
    border-bottom: 2px solid #F7C00C;
    color: #F7C00C;
}

.linha_marcador_laranja {
    border-bottom: 2px solid #ff8d00;
    color: #ff8d00;
}



.linha_marcador_azul_escuro {
    border-bottom: 2px solid #0d2267;
    color: #0d2267;
}

.linha_marcador_branco {
    border-bottom: 2px solid #fff;
    color: #fff;
}

.marcador_laranja {
    display: inline;
    width: 0;
    border-bottom: 4px solid #ff8d00;
}

.marcador_azul {
    display: inline;
    width: 0;
    border-bottom: 4px solid #0065B3;
}

.marcador_azul_escuro {
    display: inline;
    width: 0;
    border-bottom: 4px solid #0d2267;
}

.marcador_vermelho {
    display: inline;
    width: 0;
    border-bottom: 4px solid #DF0C30;
}

.marcador_amarelo {
    display: inline;
    width: 0;
    border-bottom: 3px solid #F7C00C;
}

.marcador_branco {
    display: inline;
    width: 0;
    border-bottom: 4px solid #fff;
}

.bg_videos {
    background-color: #171717;
}


.bg_azul {
    background-color: #002959;
}

.text-azul {
    color: #002959;
}

#servicos .nav-link {
    color: #fff !important;
}

#servicos .active {
    color: #002959 !important;
}

#servicos {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
}

    #servicos h5 {
        font-weight: bold;
    }

.align_icons {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.bg-cinzaclaro {
    background-color: #f6f6f6;
}

.leiamais {
    border-left: #1e77f7 solid 6px;
    font-size: 14px;
    font-weight: bold;
    padding-left: 10px;
    margin-top: 10px;
    margin-bottom: 20px;
}
