@font-face {
    font-family: "Montserrat";
    src: url("../fonts/Montserrat/Montserrat-Regular.ttf");
}
:root {
    --cor-principal:#023E88;
    --cor-secundaria:#3565A0;
    --cor-default:#0075D4;
    --cor-default-hover:#0065B7;
    --cor-success:#31A36E;
    --cor-warning:#FF8A00;
    --cor-danger:#F14950;
    --cor-clara:#FFF;
}

.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: 50px;
    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: 1px solid #1b9dfc;
}

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

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

.card.card_all,
.card.presencial,
.card.digital,
.card.agendaveis,
.card.externo {
    min-height: 0px;
}
.card.card_all,
.card.presencial,
.card.digital,
.card.agendaveis,
.card.externo {
    min-height: 0px;
}
.card_all .card-footer,
.presencial .card-footer,
.digital .card-footer,
.agendaveis .card-footer,
.externo .card-footer {
    color: #fff;
    margin-left: 56%;
    font-weight: 600;
}

.card_all{
    background-color: #FD907E !important;
    border: 1px solid #FD907E;
}
.card_all:hover {
    background-color: #FD907E;
    border: 1px solid #FD907E;
}
.card.presencial {
    background-color: #6BC3A2;
    border: 1px solid #6BC3A2;
}
.card.presencial:hover {
    background-color: #6BC3A2;
    border: 1px solid #6BC3A2;
}
.card.digital {
    background-color: #00C6D8;
    border: 1px solid #00C6D8;
}
.card.digital:hover {
    background-color: #00C6D8;
    border: 1px solid #00C6D8;
}
.card.externo {
    background-color: #FFCD72;
    border: 1px solid #FFCD72;
}
.card.externo:hover {
    background-color: #FFCD72;
    border: 1px solid #FFCD72;
}
.card.agendaveis {
    background-color: #FFCD72;
    border: 1px solid #FFCD72;
}
.card.agendaveis:hover {
    background-color: #FFCD72;
    border: 1px solid #FFCD72;
}


.fontSize100 #label_pesquisa {
    font-size: 20px;
}
 #label_pesquisa {
    color: #0075D4;
    font-weight: bold;
    margin-top: 50px;

}

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

.titulos {
    color: #0373CD;
}

#linha_titulo {
    width: 30%;
    height: 2px;
    background-image: linear-gradient(89.95deg, rgba(0, 117, 212, 1), #F5F5F5 99.98%);
    margin-top: 13px;
    margin-left: 9px;
    border-radius: 12px;
}
.linha_titulo_inicio {
    width: 30%;
    height: 2px;
    background-image: linear-gradient(89.95deg, rgba(0, 117, 212, 1), #F5F5F5 99.98%);
    margin-top: 2px;
    margin-left: 9px;
    border-radius: 12px;
}
.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 {
    background-color: #fff;
    border: none;
    min-height: 300px;
    box-shadow: 0px 2px 4px rgba(0, 117, 212, 0.1);
    border-radius: 8px;
}

.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: inherit;
    border: none;
    padding-bottom: 20px;

}

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

#linha_card {
    width: 100%;
    height: 1px;
    background: rgb(255,255,255);
    background: linear-gradient(93deg, rgba(255,255,255,0) 0%, rgba(61, 114, 180, 1) 35%, rgba(61, 114, 180, 1) 65%, rgba(255,255,255,0) 100%);
    background-size: contain;
}
.linha_card {
    width: 100%;
    height: 1px;
    background: rgb(255,255,255);
    background: linear-gradient(93deg, rgba(255,255,255,0) 0%, rgba(61, 114, 180, 1) 35%, rgba(61, 114, 180, 1) 65%, rgba(255,255,255,0) 100%);
    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 {*/
/*    text-decoration: none;*/
/*}*/

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

/*.list-group-item a .nome_servico {*/
/*    padding-left: 18px;*/
/*    background: red !important;*/
/*}*/

#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,
.agendaveis i,
.externo i
{
    color: #0373CD;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
}

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


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

.content_azul {
    width: 100%;
    background-color: var(--cor-principal);
}

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

}

.teste {
    color: #fff !important;
    height: 30px;
    width: 30px;
    background: var(--cor-default);
    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;
    }

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

    .agendaveis .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.agendaveis {
        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;
    }
}

.title-card{
    font-size: 16px;
    font-weight:700;
    color:#0075D4;
}

.nav-oca li {
    width: 100%;
}

.nav-oca li a {
    text-align: start;
    color: #0c0c0c;
    font-weight: bold;
}

.nav-oca li:hover {
    background: #f0f6fc;
    border-right: 3px solid #fdba45;
}

.accordion-item-oca .accordion-button:not(.collapsed), .accordion-item-oca-servico .accordion-button:not(.collapsed){
    /*color: #0c0c0c; !important;*/
    background: none; !important;
    box-shadow: none; !important;
}

.accordion-item-oca .accordion-button:hover, .accordion-item-oca-servico .accordion-button:hover {
    z-index: inherit;
}

.accordion-item-oca .accordion-button:focus .accordion-item-oca-servico .accordion-button:focus{
     z-index: inherit;  !important;
     border-color: inherit; !important;
     outline: none; !important;
     box-shadow: none; !important;
}

.accordion-item-oca-servico .accordion-item{
    border: none;
}

.accordion-item-oca .accordion-button::after {
    width: 0;
}

.link-servico{
    color: #0c0c0c;
}

.link-servico:hover{
    text-decoration: underline ;
}

.cards-oca .card:hover{
    background: #f0f6fc;
    border-right: 3px solid #fdba45;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.nav-link:is(.active){
    color: #0c63e4; !important;
}
.img-banner-pesquisa {
    background-image: url("../images/estrutura/rede_pessoas.png") !important;
    background-size: 18%;
    background-position: right center;
    background-repeat: no-repeat;
    opacity: 0.80;
    width: 100%;
    height: 100%;
    z-index: -1;
    padding: 40%;
}
.circulo-indicador{
    width: 75px;
    height: 75px;
}
.card_modalidade .circle-bg {
    position: absolute;
    margin-top: 20px;
    width: 150px;
    height: 150px;
    background: linear-gradient(0deg, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
    border-radius: 50%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 0;
    opacity: 0.8;
    transition: opacity 1.5s ease-in-out, background 1.5s ease-in-out;
}

/* Animação ao passar o mouse */
.card_modalidade:hover .circle-bg {
    animation: transicao-cima-baixo 1.5s ease-in-out alternate forwards;
}

@keyframes transicao-cima-baixo {
    0% {
        opacity: 0.8;
        background: linear-gradient(180deg, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 70%);
    }
    50% {
        opacity: 0.6; /* Estado intermediário */
        background: linear-gradient(180deg, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 80%);
    }
    100% {
        opacity: 0.5;
        background: linear-gradient(180deg, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 90%);
    }
}

.circle-bg-maior {
    position: absolute;
    margin-top: 20px;
    width: 172px;
    height: 172px;
    background: rgb(255,255,255);
    background: linear-gradient(0deg, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
    border-radius: 50%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 0;
    opacity: 0.3; /* Inicia com um pouco de transparência */
    transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out; /* Transição suave */
    visibility: visible; /* Garante que o elemento seja visível inicialmente */
}

.card_modalidade:hover .circle-bg-maior {
    opacity: 0; /* Faz o círculo desaparecer suavemente */
    visibility: hidden; /* Esconde o elemento após a transição para evitar cliques nele */
}
.card_modalidade .img-banner-servico-oca{
    width: 80% !important;
    max-width: 300px; /* Ajuste conforme necessário */
    height: auto;
    top: 25px !important;
}
.card_modalidade .img-banner-servico {
    transition: transform 0.9s ease;
    margin-top: -18px;
    width: 55%;
    top: 10px;
}
.card_modalidade .circle-bg {
    transition: background 0.3s ease; /* Transição suave para o gradiente */
}
.card_modalidade:hover .img-banner-servico {
    transform: scale(1.1); /* Aumenta a imagem quando o card é hoverado */
}
.card_modalidade:hover .circle-bg {
    background: linear-gradient(180deg, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%); /* Muda o gradiente do círculo quando o card é hoverado */
}
@media (max-width: 768px) { /* Ajuste o valor conforme necessário */
    .marging-top-mobile {
        margin-top: -60px;
    }
}
.card-categorias {
    cursor: pointer;
    margin-left: 3px;
    margin-right: 3px;
}

.card-categorias:hover {
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    background: #fafafa;
}

.card-footer-categorias {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    position: absolute;
    bottom: 3px;
    right: 5px;
}

.card-footer-categorias .rounded-circle {
    transition: background-color 0.3s ease;
}

.text-cor-default {
    color: var(--cor-default);
}
.font-weight-600 {
    font-weight: 600;
}
.card-categorias .icone{
    width: 20px;
    height: 20px;
}
.fonte-10 {
    font-size: 10px;
}
.padding-bottom-card{
    padding-bottom: 100px;
}

.img-categorias{
    max-height: 150px;
    margin-top: 30px;
    margin-bottom: 60px;
}
.img-categorias-home{
    max-height: 100px;
}
.list-group-servicos {
    padding: 2px;
    cursor: pointer;
}

.list-group-servicos .nome_servico {
    display: grid;
    align-items: center;
    justify-content: center;
    margin: 1px 16px;
    margin-bottom: 8px;
    text-align: center;
    overflow: hidden;
    max-width: 100%;
    font-size: 1rem;
    line-height: 1.5;
    height: 2.6rem;
    text-overflow: ellipsis;
}
.list-group-servicos .nome_servico a{
    color: #0373CD !important;
}
.list-group-servicos .texto-a-esquerda{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
}
.list-group-servicos .rounded-servico{
    border-radius: 25px;
    background: white;
}
.list-group-servicos:hover .rounded-servico{
    background: #F8F9FA;
}
 .posicao{
    font-size: 23px;
    color: rgba(0, 117, 212, 1);
    font-family:Arial;
    font-weight: bold;
}
.posicao-caracter-menor {
    margin-right: -29%;
}
.indicacdores-title-numero{
    font-weight: bold;
    font-size:60px;
}
.icone-mais-servicos{
    width: 30px;
    height: 30px;
    background: var(--cor-default);
    margin-right: -15px;
}
.news-gov {
    width: 100vw !important;
    max-width: 100% !important;
    height: auto;
    border: none;
    overflow: hidden;
    display: block;
    margin-top: -25px;
}
/*!* Adicionar foco e hover aos links *!*/
/*a:focus, a:hover {*/
/*    border: 2px solid #F00 !important; !* Red border for focus or hover *!*/
/*}*/
.fonte-32{
    font-size: 32px !important;
}
