@font-face {
    font-family: "Montserrat";
    src: url("../fonts/Montserrat/Montserrat-Regular.ttf");
}

.back_top {
    background-color: #0075D4;
    border-radius: 65px;
    bottom: 100px;
    box-shadow: 2px 3px 19px -2px rgba(0, 0, 0, .75);
    color: #fff;
    cursor: pointer;
    height: 40px;
    position: fixed;
    right: 22px;
    width: 40px;
    z-index: 3;

}

.back_top::after {
    content: '\f077';
    font-family: FontAwesome;
    display: flex;
    justify-content: center;
    padding-left: 1px;
    padding-top: 10px;
    padding-bottom: 1000px;
}

body {
    margin: 0 !important;
    padding: 0 !important;
    font-family: "Montserrat";
}

.container a {
    text-decoration: none;
    /* color: #0373CD; */
}

.btn-primary {
    background-color: #0373CD;
    border-color: #0373CD;

}

.btn-primary:hover {
    background-color: #023E88;
    border-color: #023E88;
}

.form-control.pesquisa_servico {
    height: 60px;
    font-size: 20px;
    background-color: #fff;
    border-radius: 4px 0px 0px 4px !important;
    border-right: none !important;
}


#input_pesquisa {
    box-shadow: 0px 2px 8px rgba(0, 117, 212, 0.2) !important;
}

.lupa_pesquisa {
    border-left: none;
    background-color: #fff;
}

.lupa_pesquisa i {
    color: #0373CD;
}


.texto_content_azul {
    font-weight: bold;
    font-size: 60px;
}

.card {
    border: none;
}

.card img {
    max-width: 100%;
}

.card_all .card-footer,
.presencial .card-footer,
.digital .card-footer,
.externo .card-footer {
    background-color: inherit;
    border: none;
    color: #0373CD;
}

.card.card_all,
.card.presencial,
.card.digital,
.card.externo {
    min-height: 300px;
}

.card_all:hover {
    background-color: #FD907E;
    border: 1px solid #FD907E;
}


.card_all:hover .card-footer {
    color: #fff;
}

.presencial:hover .card-footer {
    color: #fff;
}

.digital:hover .card-footer {
    color: #fff;
}

.externo:hover .card-footer {
    color: #fff;
}

.card.presencial:hover {
    background-color: #6BC3A2;
    border: 1px solid #6BC3A2;
}

.card.digital:hover {
    background-color: #00C6D8;
    border: 1px solid #00C6D8;
}

.card.externo:hover {
    background-color: #FFCD72;
    border: 1px solid #FFCD72;
}


.fontSize100 #label_pesquisa {
    font-size: 20px;
}

#label_pesquisa {
    color: #023E88;
    font-weight: bold;
    margin-top: 100px;

}

#titulo_pesquisa {
    color: #4F4C4D;
    margin-top: 100px;
}

.titulos {
    color: #0373CD;
}

#linha_titulo {
    width: 40%;
    height: 2px;
    background-image: linear-gradient(89.95deg, #159957 0.06%, #3D72B4 47.94%, #F5F5F5 99.98%);
    margin-top: 18px;
    margin-left: 18px;
    border-radius: 8px;
}

.card_recomendados .card-footer {
    border: none;
    background: none;
}

.headline {
    /* visibility: hidden; */
    margin-bottom: 60px;
}

.card_recomendados {
    background-color: #F2F8FD;
    border: none;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
    height: 100%;
}

.card_recomendados .card-title {
    color: #0373CD;
    font-weight: bold;
}

.texto_card_acesso_rapido span>a {
    text-decoration: none;
    color: #393536;
}

.texto_card_acesso_rapido span>a:hover {
    text-decoration: none;
    color: #0373CD;
}

.card_categorias .card-body span {
    font-size: 30px;
    color: #023e88;
}

.card_categorias {
    background-color: #fff;
    min-height: 250px;
    box-shadow: 0px 2px 4px rgba(0, 117, 212, 0.1);
    border-radius: 8px;
    width: 100%;
}

.card.card_categorias:hover .mais_servicos {
    font-weight: bold;

}

.card.card_categorias:hover i {
    color: #fff;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: #80BAE9;
    padding-left: 10px;
    padding-top: 7px;

}

.card_categorias .card-footer {
    background-color: white;
    border: none;
    padding-bottom: 20px;
    border-radius: 20px;

}

.card_categorias .card-footer i {
    color: #0373CD;
}

#linha_card {
    width: 100%;
    height: 1px;
    background: linear-gradient(rgba(21, 153, 87, 1),
            rgba(61, 114, 180, 1));
    background-size: contain;
}

#img_banner {
    background: url("../images/estrutura/rede_pessoas.png") no-repeat center right;
    background-size: contain;
}

.list-group-item {
    padding: 0;
    position: relative;
    display: block;
    text-decoration: none;
    padding-top: 15px;
    background-color: transparent;
}

.list-group-item a {
    color: #000000;
    text-decoration: none;
}

.list-group-item a:hover {
    color: #0373CD;
}

.list-group-item a .nome_servico {
    padding-left: 18px;
}

#border_blue {
    height: 60px;
    border-radius: 5px;
    width: 4px;
    background-color: #0373cd;

}

.div_bottom_indicadores {
    background-color: #80BAE9;
    height: 100px;
}

.card_all i,
.presencial i,
.digital i,
.externo i {
    color: #0373CD;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;

}

.mais_servicos a {
    color: #0075D4;
    font-weight: bold;
}


.main {
    margin-top: 50px;
    width: 100%;
    background-color: #F2F8FD;
}

.content_azul {
    width: 100%;

    background-color: #1D3884;
}

.botao_mais {
    background-color: #0373CD;
    color: #fff !important;
    border-color: #0373CD;

}

.teste {
    color: #fff !important;
    height: 30px;
    width: 30px;
    background: #80BAE9;
    text-align: center;
    padding-top: 6px;
    border-radius: 50%;
}

.botao_mais:hover {
    background-color: #023E88;
    border-color: #023E88;
    box-shadow: 0px 2px 8px rgba(0, 117, 212, 0.2) !important;
}

.botao_mais_indicadores {
    background-color: #fff;
    color: #0373CD !important;
    border-color: #fff;
    box-shadow: 0px 2px 8px rgba(0, 117, 212, 0.2) !important;
}

.botao_mais_indicadores:hover {
    background-color: #023E88;
    border-color: #023E88;
    color: #fff !important;
}

.dados_indicadores {
    text-align: center;
}

.btn_mais_outline {
    border-radius: 41px;
    color: #fff !important;
    border: 1px solid #fff;
}

.btn_mais_outline:hover {
    color: #023E88 !important;
    background-color: #fff;
    border: 1px solid #fff;
}

.avalia {
    background-color: red;
    min-height: auto;
}

.avaliacao {
    padding: 0;
    border-radius: 12px;
    background: #80BAE9 url("../images/estrutura/border.png") no-repeat;
    background-size: contain;
    min-height: 200px;
}

.avaliacao .card_avaliacao {
    background-color: #fff;
    box-shadow: 0px 2px 2px rgba(2, 62, 136, 0.2);
    border-radius: 8px;
    width: 180px;
    height: 120px;
}


.avaliacao .card {
    border: none;
    max-width: 120px;

}

.header_avalie {
    color: #0373CD !important;
    font-size: 20px !important;
}

.card_avaliacao .card-footer {
    background-color: inherit;
    border: none;
    border-radius: 8px;
    font-size: 12px;

}

#cabecalho_avaliativo_1 {
    background-color: #F2F8FD;

}

#cabecalho_avaliativo_teste {
    background-color: #80BAE9;
}

.card_avaliacao_md {
    border: none;
    box-shadow: 0px 2px 2px rgba(2, 62, 136, 0.2);
}





@media only screen and (min-width: 768px) {
    .cards_avaliativos_web {
        display: block;
    }

    .cards_avaliativos_mobile {
        display: none;
    }

    .back_top {
        bottom: 14px;
    }


}

@media only screen and (max-width: 768px) {
    .cards_avaliativos_mobile {
        display: block;
    }

    .cards_avaliativos_web {
        display: none;
    }

    /* .arrow_card_servico i {
        background-color: #7FB8E6;
        width: 30px;
        height: 30px;
        border-radius: 50%;
        padding-left: 12px;
        padding-top: 6px;
        color: #fff !important;
    } */

    .card_all {
        background-color: #FD907E;
        border: 1px solid #FD907E;

    }

    .card_all .card-footer {
        color: #fff;
    }

    .card_all .card-footer i {
        background-color: #fff;
        color: #0373CD;
        width: 30px;
        height: 30px;
        border-radius: 50%;
        padding-top: 7px;
        padding-left: 12px;
    }

    .presencial .card-footer {
        color: #fff;
    }

    .presencial .card-footer i {
        background-color: #fff;
        color: #0373CD;
        width: 30px;
        height: 30px;
        border-radius: 50%;
        padding-top: 7px;
        padding-left: 12px;
    }

    .digital .card-footer {
        color: #fff;
    }

    .digital .card-footer i {
        background-color: #fff;
        color: #0373CD;
        width: 30px;
        height: 30px;
        border-radius: 50%;
        padding-top: 7px;
        padding-left: 12px;
    }

    .externo .card-footer {
        color: #fff;
    }

    .externo .card-footer i {
        background-color: #fff;
        color: #0373CD;
        width: 30px;
        height: 30px;
        border-radius: 50%;
        padding-top: 7px;
        padding-left: 12px;
    }

    .card.presencial {
        background-color: #6BC3A2;
        border: 1px solid #6BC3A2;
    }

    .card.digital {
        background-color: #00C6D8;
        border: 1px solid #00C6D8;
    }

    .card.externo {
        background-color: #FFCD72;
        border: 1px solid #FFCD72;
    }

    .card.card_categorias i {
        color: #fff;
        width: 30px;
        height: 30px;
        border-radius: 50%;
        background-color: #80BAE9;
        padding-left: 12px;
        padding-top: 7px;

    }


}




@media only screen and (max-width: 994px) {
    #titulo_pesquisa {
        text-align: center;
    }

    #img_banner {
        visibility: hidden;
    }

}

@media only screen and (max-width: 1024px) {
    #img_banner {
        display: none;
    }
}

@media only screen and (max-width: 948px) {
    [class*="col-"] {
        width: 100%;
    }

    #titulo_pesquisa {
        text-align: center;
    }

    #img_banner {
        visibility: hidden;
    }

}

@media only screen and (max-width: 320px) {

    .subtext {
        font-size: 5px !important;
    }

    .botao_mais,
    .botao_mais_indicadores {
        font-size: 5px !important;
    }
}

@media only screen and (max-width: 425px) {
    .subtext {
        font-size: 14px !important;
    }

    .botao_mais,
    .botao_mais_indicadores {
        font-size: 14px !important;
    }
}

@media only screen and (max-width: 1400px) {
    .container {
        max-width: 100% !important;
    }
}

/* .tooltip-inner {
    background-color: #0373CD;
}

.tooltip-arrow:before, .tooltip-arrow::after {
    border-top-color: #0373CD !important;
} */


.fundo {
    width: 100%;
    background-color: #F2F8FD;
}

.card_area {
    text-align: center !important;
    align-items: center;
}

.card_area .card_area_span {
    padding-left: 70px;
    padding-right: 70px;
}

.card_area .card-body {
    background-color: #fff;
    border: 1px solid #0373CD;
    min-height: 200px;
    box-shadow: 0px 2px 4px rgba(0, 117, 212, 0.1);
    border-radius: 8px;
    border-radius: 100%;
}

.card_area .card-body span {
    font-size: 70px;
    color: #023e88;
}

.card_area .card-footer {
    background-color: #fff;
    border: none;
    border-radius: 8px;
    font-size: 20px;
    color: #212529;
    font-weight: normal;
    padding: 8px 0px;
}

.card_area .card-footer p {
    margin: 8px 0px;
    font-size: 12px;
    color: #0373CD;
}

.card_area .card-footer h5 {
    color: #0373CD;
}


.fa-chevron-down {
    font-size: 12px !important;
}

.box {
    position: relative;
    display: flex;
    align-content: center;
    justify-content: center;
    overflow: hidden;
}

.box .w-100 {
    position: relative;
}

.box .w-100 .content-hover {
    transform: scale(0, 0);
    position: absolute;
    top: 0px;
    height: 100%;
    width: 100%;
    background-color: #ffffff;
    transition: all 0.2s ease-in-out;
    display: flex;
    flex-flow: column;
    padding: 15px 0px;
}


.box .content-hover a:hover {
    background-color: #f8f9fa;
}

.box .content-hover a {
    padding: 5px 12px;
}


.box:hover .w-100 > .content-hover {
    transform: scale(1, 1);
    cursor: pointer;
}

#mais_acessado{
    color: #023E88 !important;
}

.badge{
    border-radius: 50px !important;
    background-color: #0373CD;
    padding: 8px 10px;
}

.areas-atuacao i{
    font-size: 60px !important;
    color: #0373CD;
}

.areas-atuacao b{
    font-size: 20px;
}

.icone-card{
    color: #023e88 !important;
}

.link-modal-card{
    text-decoration: none !important;
    font-size: 15px;
    color: #252129 !important;
}

.link-modal-card:hover{
    text-decoration: none !important;
    font-size: 15px;
    color: #023e88 !important;
}

.link-modal-card span{
    color: #023e88 !important;
}

.col-modal-card{
    background-color: #F2F8FD;
}

/* .carousel-item{
    height: 350px !important;
} */


.linha-card{
    text-decoration: none;
    border-bottom: 3px solid #159957 ;
    padding-bottom: 3px;
    line-height: 1.5;
}

@media (max-width: 600px) {
    .publicidade-home {
      display: none !important;
    }
    .logo-transparencia{
        display: none !important;
    }
  }
