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

/* Rawline */
@font-face {
    font-family: 'Rawline';
    font-style: normal;
    font-weight: 100;
    src: url(../fonts/rawline/rawline-100.woff) format('woff');
}
@font-face {
    font-family: 'Rawline';
    font-style: normal;
    font-weight: 200;
    src: url(../fonts/rawline/rawline-200.woff) format('woff');
}
@font-face {
    font-family: 'Rawline';
    font-style: normal;
    font-weight: 300;
    src: url(../fonts/rawline/rawline-300.woff) format('woff');
}
@font-face {
    font-family: 'Rawline';
    font-style: normal;
    font-weight: 400;
    src: url(../fonts/rawline/rawline-400.woff) format('woff');
}
@font-face {
    font-family: 'Rawline';
    font-style: normal;
    font-weight: 500;
    src: url(../fonts/rawline/rawline-500.woff) format('woff');
}
@font-face {
    font-family: 'Rawline';
    font-style: normal;
    font-weight: 600;
    src: url(../fonts/rawline/rawline-600.woff) format('woff');
}
@font-face {
    font-family: 'Rawline';
    font-style: normal;
    font-weight: 700;
    src: url(../fonts/rawline/rawline-700.woff) format('woff');
}
@font-face {
    font-family: 'Rawline';
    font-style: normal;
    font-weight: 800;
    src: url(../fonts/rawline/rawline-800.woff) format('woff');
}
@font-face {
    font-family: 'Rawline';
    font-style: bold;
    font-weight: 900;
    src: url(../fonts/rawline/rawline-900.woff) format('woff');
}


body {
    /* padding-bottom: 20px; */
    /* font-size: 14px; */
    font-family: "Montserrat" !important;
}
.text-primary{
    color: #0075D4 !important;
}
.btn.btn-outline-primary{
    color: #0373CD !important;
    border: 1px solid #0373CD !important;
}
.btn.btn-outline-primary:hover{
    color: #fff !important;
    border: 1px solid #0373CD !important;
    background-color: #0373CD !important;
}

.btn.btn-primary{
    color: #fff !important;
    border: 1px solid #0373CD !important;
    background-color: #0373CD !important;
}

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

.container.principal {
    min-height: calc(100vh - 444px);
}

.navbar-light .navbar-nav .nav-link {
    color: #4F4C4D;
}

.navbar-light .navbar-nav .nav-link:hover {
    color: #256DC8;
}

.navbar-light .navbar-nav .nav-link.active {
    color: #000;
}

.navbar-light .navbar-nav .nav-link.active:hover {
    color: #256DC8;
}

.navbar.navbar-expand-lg.navbar-light.bg-light {
    min-height: 76px;
}


.navbar {
    margin-bottom: 20px;
    font-weight: bold;

}

.dropdown-menu.show {
    z-index: 9999;
}

.pagina-servicos .styckfixed:nth-child(2) {
    padding-top: 100px !important;
}

.breadcrumb-item+.breadcrumb-item::before {
    float: left;
    padding-right: 0.5rem;
    color: #6c757d;
    content: '\f105';
    font-family: "Font Awesome 6 Pro";
    font-weight: initial;
}

.no-recomendados {
    min-height: 345px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

#linha {
    width: 100%;
    height: 8px;
    background-image: linear-gradient(to right, orange, yellow, green);
}

.navbar {
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
}

header.top_bar {
    display: flex;
    flex: 2;
    flex-direction: row;
    background-color: #023E88;
    position: relative;
}

header.top_bar .top_menu {
    display: flex;
    flex-direction: row;
    justify-content: center;
    width: 100%;
    height: 40px;

}

header.top_bar .top_menu::after {
    content: ' ';
    width: 100%;
    height: 4px;
    background-image: linear-gradient(to right, #f9cf4d, #c5c852, #00b75e, #f9cf4d);
    position: absolute;
    top: 40px;
    z-index: 1;
}

header.top_bar .top_menu .top_logo {
    display: flex;
    height: 40px;
    flex: 2;
    align-items: center;
    color: #FFFFFF;
    font-size: 1.2rem;
    font-weight: 800;
    font-family: 'Rawline';
}

header.top_bar .top_menu .top_logo h5 {
    font-size: 1rem;
    display: table-cell;
    vertical-align: middle;
}

header.top_bar .top_menu .nav_top {
    display: table;
    /* padding-right: 60px; */
}

header.top_bar .top_menu .nav_top .brasao-seplag {
    display: table-cell;
    vertical-align: middle;
}


header.top_bar .top_menu .nav_top .brasao-seplag ul {
    display: flex;
    text-decoration: none;
    list-style: none;
    align-items: center;
    margin: 0;
    justify-content: space-between;
}

header.top_bar .top_menu .nav_top .brasao-seplag ul li {
    padding-left: 20px;
}

header.top_bar .top_menu .nav_top .brasao-seplag ul li a {
    text-decoration: none;
    color: #FFFFFF;
    opacity: 80%;
    font-size: 12px;
}

header.top_bar .top_menu .nav_top .brasao-seplag ul li a:hover {
    opacity: 100%;
    color: #FFFFFF;
}


.navbar-collapse {
    flex-basis: 100%;
    flex-grow: 0;
    align-items: center;
}

.navbar-brand {
    text-decoration: none;
    font-weight: bold;
    font-size: 1.6rem;
    -webkit-background-clip: text;
    -moz-background-clip: text;
    -moz-text-fill-color: transparent;
    overflow: hidden;
    white-space: nowrap;
}

.navbar-light .navbar-brand {
    color: #4F4C4D;
}

.navbar-light .navbar-nav .nav-link.active {
    color: #0075D4;
    border-bottom: 1px solid #256DC8;
}

.dropdown-toggle::after {
    display: none;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent;
}

.offcanvas {
    z-index: 999999999;
}

@media only screen and (max-width: 1186px) {
    header.top_bar .top_menu {
        display: none;
    }

}

@media only screen and (max-width: 425px) {
    .navbar-brand span {
        display: none;
    }

}

@media only screen and (max-width: 768px) {
    .offcanvas-start {
        width: 312px !important;
    }

}

.navbottom {
    display: none;
}

.navbottom a {
    display: none;
}



@media only screen and (max-width: 768.9px) {
    .navbottom {
        z-index: 9999;
        overflow: hidden;
        position: fixed;
        bottom: 0;
        display: flex;
        flex-direction: row;
        width: 100%;
        padding: 10px 10px !important;
        background-color: #023E88;
        box-shadow: 0px 5px 40px rgba(0, 0, 0, 0.8);
    }

    .navbottom-item {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-grow: 1;
        padding: 10px 15px;
        cursor: pointer;
        transition: all 0.5s ease-out;
    }

    .navbottom-text {
        font-size: 17px;
        margin: auto;
        text-align: center;
        font-weight: 500;
        display: none;
        transition: all 0.3s ease;
    }

    .navbottom-item i {
        font-size: 18px;
        transition: color .3s;
        color: #fff;
    }

    .navbottom-item.active {
        flex-grow: 2;
        border-radius: 30px;
        background: #fff;
    }

    .navbottom-item.active i {
        color: #023E88;

    }

    .navbottom-item.active .navbottom-text {
        color: #023E88;

    }

    .navbottom-item.active>.navbottom-text {
        display: inline-block;
    }
}




.container-footer {
    min-height: 55%;
}

div[vw] {

    top: calc(50vh - 33px) !important;
    margin-top: initial !important;

}

.rodape {
    left: 0;
    margin-top: 100px;
    bottom: 0;
    margin-bottom: 0;
    width: 100%;
    background-color: #393536 !important;
}

@media only screen and (max-width: 768.9px) {
    .rodape {
        min-height: 300px;
    }
}

#nav_top {
    background-color: rgba(255, 255, 255, 1) !important;
    border-radius: 19px !important;
}

.btn-outline-light:hover {
    color: #0075D4;
}

.fontSize100 .titulo_serv {
    font-size: 20px !important;
    color: rgba(2, 62, 136, 1) !important;
}

.badge {
    font-weight: normal;
    font-size: 14px;
}

.area_servico {
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    padding: 15px;
    min-height: 100%;
}
.margin-top-reduzida {
    margin-top: -15px;
}
.pagina-servicos .local {
    width: 100%;
    min-height: 400px;
    background-color: #fff;
    margin-bottom: 20px;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
    border-radius: 8px;

}

#linha_local {
    width: 100%;
    height: 1.5px;
    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_local {
    width: 100%;
    height: 1px;
    background-image: linear-gradient(89.95deg, rgba(21, 153, 87, 1), rgba(61, 114, 180, 1));
    margin-bottom: 10px;
}

.fontSize100 .pagina-servicos {
    font-size: 14px;
}

.fontSize100 .pagina-servicos span.title {
    font-size: 16px;
    font-weight: 600;
}

.conteudo_servico {
    margin-bottom: 30px;
}

.local_oculto,
.local_oculto_modal {
    display: none;
}

.lista_recomendados {
    border-bottom: none;
}

.lista_recomendados a {
    color: #4F4C4D !important;
}


.lista_recomendados:hover {
    background-color: #ECF5FC;
}

.btn {
    font-size: 16px;
}

.pagina-servicos .btns_acesso {
    flex-direction: row;
}

.pagina-servicos .btns_acesso .item {
    padding-left: 5px;
    padding-right: 10px;
}

.pagina-servicos .btns_acesso .item:last-child {
    padding-left: 0px;
}

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

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

    .btns_acesso {
        display: flex;
        justify-content: start !important;
    }
}

@media only screen and (max-width: 637px) {
    .btns_acesso {
        display: flex;
        flex-direction: column;
        min-width: 100%;
        margin-left: 0 !important;
        margin-bottom: 10px;
    }

    .buttons {
        width: 100%;
    }

    .btns_acesso .bt_acao {
        min-width: 100%;

        margin-bottom: 15px;

    }

}

@media only screen and (max-width: 991.9px) {
    .coluna_direita {
        display: none;
    }
}


/**********************************************************************************************/
.fabs {
    position: fixed;
    right: 20px;
    bottom: 80px;
    z-index: 99;
}

.action {
    background-color: #0373CD;
    height: 50px;
    width: 50px;
    border-radius: 50%;
    box-shadow: 0 5px 7px 0px gray;
    transition: background-color 0.4s ease-in-out;
}

.action i {
    position: absolute;
    color: white;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    font-size: 25px;
    cursor: pointer;
}

.action:hover {
    background-color: #0373CD;
}

.btn_icon {
    position: absolute;
    height: 35px;
    width: 35px;
    border-radius: 50%;
}

.btn_icon i {
    position: absolute;
    font-size: 20px;
    color: white;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.btns_social {
    position: absolute;
    bottom: 0px;
    margin-bottom: 5px;
    height: 35px;
    width: 35px;
    transition: 0.3s ease-in-out;
    left: 50%;
    transform: translateX(-50%);
    z-index: -1;
}

.btns_social.open {
    bottom: 50px;
}

#voltar {
    text-decoration: none !important;
    font-size: 16px;
    color: #0373CD;
}


@media only screen and (min-width: 769px) {
    .fabs {
        display: none;
    }
}

label {
    cursor: pointer;
}

.coracao {
    display: none;

}


@keyframes preencher {
    0% {
        fill: transparent;
    }

    100% {

        fill: #023E88;
        stroke: #023E88;

    }
}



.coracao:checked+label>svg {
    animation: preencher;
    animation-duration: .5s;
    animation-fill-mode: forwards;

}

.div_favorito {
    background-color: #fff;
    height: 35px;
    width: 35px;
    border-radius: 50%;
    padding-left: 2px;
    padding-top: 2px;
}





#nav_top {
    background-color: #023E88;
    border-radius: 8px 8px 0px 0px
}

.background {
    background-color: #F2F8FD;
    border-radius: 19px;

}

.secao_servico {
    display: flex;
}

#conteudo {
    flex: 2;
    background-color: #fff;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
    border-radius: 4px;
}

.side_menu {
    flex: 1;

}

.imagem img {
    width: 80px;
}

.icone_desc {
    display: flex;
    flex-direction: row;
}

.desc_servico_titulo {
    align-self: center;
    font-size: 20px;
    font-weight: bold;
}

.desc_servico {
    margin-left: 80px;
    text-align: justify;
    margin-right: 10px;
}

.side_menu1,
.side_menu2 {
    height: 402px;
    border-radius: 4px;
    background-color: #fff;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);

}

.content_widget {
    display: flex;
    flex-direction: row;
    margin-left: 20px;
    margin-bottom: 20px;

}

.content_widget img {
    display: flex;
    flex-direction: row;
    width: 50px;

}

.titulo_widget {
    font-size: 22px;
    color: #0075D4;

}

.linha {
    width: 90%;
    height: 1px;
    margin: auto;
    margin-bottom: 20px;
    background-image: linear-gradient(to right, green, rgb(0, 102, 255));
}

.texto_widget {
    align-self: center;
    margin-left: 10px;
}

#titulo_agendamento {
    color: #0373CD;
}

.pop {
    height: 460px !important;
    width: 912px !important;
}

.pagina-agendamento .box {
    margin: 10px 20px 80px;
    background-color: #fff;

    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
    padding: 15px;

}



.btn.button_calendario:focus {
    background-color: green;
}

.tns-controls {
    display: flex;
    justify-content: space-between;
}

.tns-controls button {
    background-color: #0075D4;
    border: #0075D4;
    color: #fff;
    margin-right: 10px;
    height: 30px;
    border-radius: 0.25rem;
}

.tns-controls button:hover {
    background-color: #023E88;
    border: #023E88;

}

.carousel button {
    width: 25px !important;
}

.carousel-control-prev {
    left: -15px !important;
}

.carousel-control-next {
    right: -15px !important;
}

.ozeas {
    min-height: 481px !important;
    margin: 10px 5px 5px 5px;
    border: 1px solid #ced4da;
    border-radius: 5px;
    padding: 0px !important;
    box-shadow: 1px 1px 5px #ced4da;
    position: relative;
}

.ozeas::before {
    content: "";
    background: url('../images/aspiral.png') bottom repeat-x;
    background-size: 18px;
    position: absolute;
    top: -10px;
    height: 25px;
    width: 100%;
}

.ozeas .cabecalho {
    background: #cbe2f5;
    padding-top: 16px !important;
}

.carousel-control-next-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e") !important
}

.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e") !important
}

.legenda {
    font-size: 14px;
    background-color: #008959;
    padding: 5px;
    color: #fff;
    border-radius: 5px;
    margin-right: 5px;
}

.texto_legenda {
    font-size: 14px;
    margin-top: 2px;

}

.loading {
    height: 300px;
    width: 300px;
    position: fixed;
    z-index: 999999;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    background: rgb(255, 255, 255);
    border-radius: 12px;
    box-shadow: 1px 1px 5px #ced4da;
    display: none;
    align-items: center;
}

.pesquisa_menu {
    width: 800px;
}

/*======================= PAGINA INICIAL PUBLICO =======================*/

.publicidade-home .carousel-control-prev,
.publicidade-home .carousel-control-next {
    display: none;
}

.publicidade-home .carousel:hover .carousel-control-prev,
.publicidade-home .carousel:hover .carousel-control-next {
    display: block;
}

.publicidade-home .slide .carousel-control-prev {
    margin-left: 40px;
    width: 50px;
}

.publicidade-home .slide .carousel-control-next {
    margin-right: 40px;
    width: 50px;
}

.publicidade-home .slide.carousel button {
    width: 50px !important;
}


.publicidade-home .slide .carousel-control-prev-icon,
.publicidade-home .slide .carousel-control-next-icon {
    background: gray no-repeat center;
    height: 40px;
    width: 40px;
    border-radius: 50% !important;
    background-size: 50% !important;
}




/*======================= Lista Serviço Público =======================*/

.icons_social .btn_icon_share {
    display: flex;
    align-items: center;
    text-decoration: none;
}

.icons_social .btn_icon_share i {
    color: rgba(25, 135, 84, 1);
    font-size: 30px;
}

.icons_social .btn_icon_share span {
    font-size: 14px;
    margin-left: -3px;
    color: rgba(2, 62, 136, 1);
    font-weight: 500;
}
.favoritar-button {
    margin-left: -3px;
    font-size: 14px;
    color: rgba(2, 62, 136, 1);
    font-weight: 500;
}

/* breadcrumb */
.breadcrumb-item.active,
.breadcrumb-item.active a {
    color: #0373CD;
    font-weight: bolder;
}

.breadcrumb-item span {
    position: relative;
}

.breadcrumb-item.active span::after {
    content: " ";
    position: absolute;
    width: 100%;
    height: 2px;
    background: #0373CD;
    left: 0px;
    bottom: -5px;
}

/* CARD AVALIE */

.cards_avaliativos_web a {
    text-decoration: none;
}

.cards_avaliativos_web .header_avalie {
    color: #0373CD;
    font-size: 16px;
    font-weight: 700;
}

.card-avalie .titulos_pretos {
    font-size: 16px;
    color: #4F4C4D;
    font-weight: 600;
}

/* minhas solicitações */

.nome_servico_solicitacao {
    white-space: nowrap;
    max-height: 1rem;
    -webkit-box-orient: vertical;
    display: block;
    overflow: hidden !important;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    padding-left: 5px;
}

/* meus dados */
.dados_icon {
    color: #656263;
    font-size: 16px;
}

.dados_titulo {
    color: #656263;
    font-weight: 400;
}

.dados_conteudo {
    color: #4F4C4D;
    font-weight: 600;
}

.box_imagem_dados {
    width: 100%;
    background-color: #FAFCFF;
    box-shadow: 0px 1px 6px rgba(2, 62, 136, 0.2);
    border-radius: 4px;

}

.circle_dados {
    margin-left: 10px;
    margin-bottom: 10px;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background-color: #ECF5FC;
    display: flex;
    justify-content: center;
    align-items: center;
}

.circle_dados i {
    font-size: 40px;
    color: #BFDCF4;
}

i.nivel_usuario.bronze {
    color: #CA663D !important;
}

i.nivel_usuario.prata {
    color: #C0C0C0 !important;
}

i.nivel_usuario.ouro {
    color: #FFD700 !important;
}


/* pagina de avaliação */
.pg-avaliacao .card {
    background: #fff !important;
    border-color: #80BAE9 !important;
}

.pg-avaliacao .form-check-input {
    border-color: #BFDCF4;
    border-radius: 50px !important;
    font-size: 20px;
}

.pg-avaliacao .form-check-input:checked {
    background-color: #33A570;
    border-color: #BFDCF4;
}

.pg-avaliacao .form-check-input:focus {
    box-shadow: none;
}

.pg-avaliacao .mais_servicos {
    font-weight: bold;
    color: #0373CD;
}

.pg-avaliacao .checked {
    position: absolute;
    right: 10px
}

.pg-avaliacao .footer-avalie {
    position: relative
}

.pg-avaliacao .opcoes-avaliacao {
    cursor: pointer;
}

/* SERVIÇOS FAVORITOS */
.card-header.header_favorito {

    padding: 0;
    margin-bottom: 0;
    background-color: transparent;
    border-bottom: none;
}



@media only screen and (max-width: 991px) {
    .rodape .container .row  .d-flex {
        justify-content: center !important;
    }
}



@media only screen and (max-width: 768px) {
    #conteudo_listagem {
        height: 100% !important;
    }
}



.avaliacao {
    display: flex;
    padding: 0;
}

.star-item {
    list-style-type: none;
    border: 1px solid #fff;
    cursor: pointer;
    color: #FFCA64;
    font-size: 60px;
    /* alterar o tamanho das estrelas */
}

.star-item::before {
    font-family: "fontawesome";
    content: "\2605";
}

.star-item.active~.star-item::before {
    font-family: "fontawesome";
    content: "\2606";
}

.avaliacao:hover .star-item::before {
    font-family: "fontawesome";
    content: "\2605";
}

.star-item:hover~.star-item::before {
    font-family: "fontawesome";
    content: "\2606";
}



/*======================= Categorias =======================*/

.link_card_categorias_small{
    text-align: center;
    text-decoration: none;
    color: #000;
}


.card.card_categorias_small{
    background-color: #fff;
    border-radius: 4px;
    box-shadow: 0px 1px 6px rgba(2, 62, 136, 0.2);
    margin-bottom: 20px;
}

.card.card_categorias_small.active{
    background-color: #F1F7FC;
    color: #0075D4;

}


/* COMPROVANTE DE AGENDAMENTO */
.pg-comprovante-agendamento #nav_top {
    background-color: #023E88;
}

.pg-comprovante-agendamento .background {
    background-color: #F2F8FD;
    border-radius: 0px 0px 8px 8px;
    min-height: 54.6%;

}

.pg-comprovante-agendamento .secao_servico {
    display: flex;
}

.pg-comprovante-agendamento .box {
    margin: 10px 20px 80px;
}

.pg-comprovante-agendamento .href_circle {
    color: #fff;
    text-decoration: none;
}

.pg-comprovante-agendamento .href_circle:hover {
    color: #fff;
    text-decoration: none;
}

.pg-comprovante-agendamento .circle_icons {
    height: 52px;
    width: 52px;
    border-radius: 50%;
    background-color: #0373CD;
    padding: 12px;
}

.pg-comprovante-agendamento .circle_icons:hover {

    background-color: #023E88;

}

.pg-comprovante-agendamento .circle_icons i {

    font-size: 25px;
}

.pg-comprovante-agendamento .horarios_mobile {
    display: none;
}

.pg-comprovante-agendamento #brasao_acre {
    display: none !important;
}

.pg-comprovante-agendamento #circle_pdf:hover{
    background-color: #49a177 !important;
}

@media only screen and (max-width: 672px) {
    .pg-comprovante-agendamento #horarios_desk {
        display: none !important;
    }

    .horarios_mobile {
        display: block !important;
    }


}

.pg-comprovante-agendamento .breadcrumb-item.active {
    color: #0373CD !important;
    font-weight: bolder;
}

.pg-comprovante-agendamento .box i {
    width: 30px;
    text-align: center;
}


.navbar-nav .tipo-perfil {
    position: initial;
    right: initial;
    top: initial;
}


.tipo-perfil ul {
    list-style: none;
    display: flex;
    flex-wrap: nowrap;
    background: #0075D4;
    border-radius: 19px;
    color: #FFF;
    padding: 0px;
    font-size: .8rem;
    padding: 5px;
    user-select: none;
}

.tipo-perfil ul li {
    padding: 2px 15px;
    text-align: center;
    cursor: pointer;
    display: flex;
    align-items: center;
}

.tipo-perfil ul li.active {
    background: #FFF;
    color: #0075D4;
    border-radius: 19px;
}

.tipo-perfil ul li a {
    text-decoration: none;
    color: #FFF;
}

.tipo-perfil ul li.active a {
    color: #0075D4 !important;
}




.navbar-nav .tipo-perfil {
    position: initial;
    right: initial;
    top: initial;
}


.tipo-perfil ul {
    list-style: none;
    display: flex;
    flex-wrap: nowrap;
    background: #0075D4;
    border-radius: 19px;
    color: #FFF;
    padding: 0px;
    font-size: .8rem;
    padding: 5px;
    user-select: none;
}

.tipo-perfil ul li {
    padding: 2px 15px;
    text-align: center;
    cursor: pointer;
    display: flex;
    align-items: center;
}

.tipo-perfil ul li.active {
    background: #FFF;
    color: #0075D4;
    border-radius: 19px;
}

.tipo-perfil ul li a {
    text-decoration: none;
    color: #FFF;
}

.tipo-perfil ul li.active a {
    color: #0075D4 !important;
}



.servico-nao-publicado {
    position: fixed;
    background: #ff0000ad;
    width: 100%;
    bottom: 0px;
    right: 0px;
    padding: 10px;
    color: #fff;
    font-weight: bold;
    text-align: center;
  }

label.required::after {
    content: '*';
    color: red;
    padding-left: 3px;
}

a.not-found {
    font-size: .8rem;
    text-decoration: none;
}

select[readonly] {
    background: #e9ecef;
    pointer-events: none;
    touch-action: none;
}

a.btn-simplifique {
    text-decoration: none;
    font-size: 1.1rem;
}

ul.horarios-funcionamento {
    list-style: none;
    padding: 0px;
}

ul.horarios-funcionamento li {
    padding-bottom: 10px;
}

.card_categorias_small .card-footer {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

/* ANEXOS MODALIDADE */
.anexos .file img {
    width: 125px;
    max-width: 100%;
}
.anexos a {
    text-decoration: none;
    color: #0075D4;
    font-weight: bold;
}


/* SIMPLIFIQUE */
.simplifique-content {
    border: 2px solid #7eb8e5;
    border-radius: 5px;
    box-shadow: 2px 2px 8px 0px #ccc;
}

.simplifique-content .content-simplifique {
    background: url(../images/simplifique/efeito-esquerdo.svg) no-repeat left 30px;
}

.simplifique-content .content-simplifique {
    display: flex;
    align-content: space-between;
    flex-wrap: wrap;
}

.simplifique-content .content-simplifique .simplifique-body {
    padding: 30px 0px 10px 70px;
    font-size: .9rem;
    width: 100%;
}

.simplifique-content .content-simplifique .simplifique-footer {
    padding: 15px 0px 15px 15px;
    font-weight: 800;
    font-size: .85rem;
}

.simplifique-content .logo-simplifique {
    background: url(../images/simplifique/background.png) no-repeat center right;
    background-size: cover;
    text-align: center;
}

.titulo-simplifique {
    font-size: 1.2rem;
    font-weight: 800;
    color: #0075D4;
    margin-bottom: 20px;
}

@media only screen and (max-width: 991px) {
    .simplifique-content .logo-simplifique {
        background: initial !important;
    }
}


.anuncios-sistemas-interno img {
    width: 100%;
}


.aceite-modal-agendamento {
    max-height: 250px;
    overflow: hidden;
    overflow-y: auto;
    border: 2px solid #ccc;
    border-radius: 5px;
    text-align: justify;
    line-height: 140%;
    padding: 10px;
}


.opcoes-share {
    position: absolute;
    background: #fff;
    list-style: none;
    padding: 0px;
    list-style-type: none;
    display: none;
    top: -8px;
    left: 40px;
    box-shadow: 4px 3px 5px 0px #ccc;
    font-size: 22px;
    border-radius: 5px;
    transition: max-height 1s ease-in-out;
    z-index: 100 !important;
}

.opcoes-share::before {
    content: '';
    position: absolute;
    top: 12px;
    left: -20px;
    transform: rotate(-90deg);
    border: 10px solid transparent;
    border-bottom: 10px solid #fff;
}
.opcoes-share li a {
    padding: 5px 10px;
    cursor: pointer;
    float: left;
    color: #0075D4;
}

.opcoes-share li a:hover {
    background: #0075D4;
    color: #fff;
}

.opcoes-share li:first-child a  {
    border-radius: 5px 0px 0px 5px;
}
.opcoes-share li:last-child a  {
    border-radius: 0px 5px 5px 0px;
}

.tags-modalidades {
    overflow-y: auto;
}


.flexdatalist-results .item:hover {
    background-color: #0373CD;
    color: #fff;
    cursor: pointer;
}


/* DOCUMENTOS */
.area-painel .documento {
    border: 1px solid #ccc;
    border-radius: 10px;
    box-shadow: 1px 1px 4px 1px #ccc;
    overflow: hidden;
    cursor: pointer;
}

.area-painel .documento .header {
    height: 125px;
    width: 100%;
    padding: 10px;
    display: flex;
    align-items: flex-end;
    background: #2d97e3;
    color: white;
    font-size: .9rem;
    font-weight: bold;
    overflow: hidden;
    position: relative;
}

.area-painel .documento .header .logo {
    position: absolute;
    top: 0px;
    right: 0px;
}

.area-painel .documento .body {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row;
    padding: 10px;
}

.area-painel .documento .body label {
    font-size: .7rem;
}
.area-painel .documento .body span {
    font-weight: bold;
}
/* DOCUMENTOS */


/* LINKS FALA BR */
.falabr.ouvidoria.titulo {
    font-weight: 900;
    color: #023e88;
    margin-bottom: 0px;
}

.falabr-ouvidoria.banner .card .card-body {
    text-decoration: none;
    font-family: 'Rawline';
}

.falabr-ouvidoria.banner .card .card-body h1 {
    font-size: 1.6rem;
    font-weight: 900;
    text-decoration: none;
}

.falabr .col-12 {
    overflow: hidden;
    text-decoration: none;
    color: #fff;
}
.falabr .col-12 .card {
    position: relative;
    min-height: 135px;
    overflow: hidden;
    display: flex;
    justify-content: flex-end;
    padding: 10px;
    border-radius: 5px;
    font-size: .8rem;
    font-weight: bold;
    text-align: center;
    margin-bottom: 10px;
    border: none;
}

.falabr .card .content {
    z-index: 2;
}
.falabr .titulo {
    font-family: 'Rawline';
    font-weight: 900;
    text-align: left;
    font-size: 1.3rem;
    text-shadow: 1px 1px 0px #000;
}
.falabr .texto {
    text-align: left;
    font-size: .8rem;
    font-weight: 500;
}


.falabr .card::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, rgba(255,255,255,0) 0%, rgba(255,255,255,0.5) 50%, rgba(255,255,255,0) 100%);
    top: 0px;
    left: -100%;
    transition: all .5s ease-in-out;
}

.falabr .card:hover::before {
    left: 100%;
}



.falabr .denuncia {
    background: linear-gradient(45deg, #990004, #f80007);
}
.falabr .denuncia::after {
    content: '';
    position: absolute;
    width: 100px;
    height: 86px;
    right: 0px;
    background-image: url(../images/falabr/denuncia.svg);
    background-size: cover;
    right: -25px;
    top: 23px;
    transform: rotate(15deg);
    opacity: .65;
}

.falabr .elogio {
    background: linear-gradient(45deg, #9b0059, #ff1286);
}
.falabr .elogio::after {
    content: '';
    position: absolute;
    width: 80px;
    height: 80px;
    background-image: url(../images/falabr/elogio.svg);
    background-size: cover;
    right: 5px;
    top: 20px;
    opacity: .65;
}

.falabr .reclamacao {
    background: linear-gradient(45deg, #cf5a00, #f58200);
}
.falabr .reclamacao::after {
    content: '';
    position: absolute;
    width: 80px;
    height: 80px;
    background-image: url(../images/falabr/reclamacao.svg);
    background-size: cover;
    right: 5px;
    top: 20px;
    opacity: .65;
}

.falabr .solicitacao {
    background: linear-gradient(45deg, #7cba00, #bde700);
}
.falabr .solicitacao::after {
    content: '';
    position: absolute;
    width: 80px;
    height: 80px;
    background-image: url(../images/falabr/solicitacao.svg);
    background-size: cover;
    right: 5px;
    top: 20px;
    opacity: .65;
}

.falabr .sugestao {
    background: linear-gradient(45deg, #c69900, #ffd800);
}
.falabr .sugestao::after {
    content: '';
    position: absolute;
    width: 80px;
    height: 80px;
    background-image: url(../images/falabr/sugestao.svg);
    background-size: cover;
    right: 0px;
    top: 20px;
    opacity: .65;
}


.novo-falabr .col-12 {
    text-decoration: none;
    padding-bottom: 1rem;
}

.novo-falabr .card:hover {
    background: #ecf5fc;
    transition: all .5s ease-in-out;
}

.novo-falabr .card {
    display: flex;
    align-content: space-around;
    justify-content: center;
    flex-direction: row;
    color: #0373CD;
}

.novo-falabr .card .icone {
    min-width: 100px;
    min-height: 100px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.6rem;
    background: url(../images/falabr/bg-icone.svg) no-repeat center;
}
.novo-falabr .card .content {
    display: flex;
    align-content: center;
    flex-wrap: wrap;
    padding-left: 10px;
}
.novo-falabr .card .content .titulo {
    font-family: 'Rawline';
    font-weight: 700;
    text-align: left;
    font-size: 1.3rem;
}
.novo-falabr .card .content .texto {
    line-height: 18px;
}

.novo-falabr .card .icone.elogio {
    background: url(../images/falabr/bg-elogio.svg) no-repeat center;
}

.novo-falabr .card .icone.solicitacao {
    background: url(../images/falabr/bg-solicitacao.svg) no-repeat center;
}

.novo-falabr .card .icone.sugestao {
    background: url(../images/falabr/bg-sugestao.svg) no-repeat center;
}

.novo-falabr .card .icone.denuncia {
    background: url(../images/falabr/bg-denuncia.svg) no-repeat center;
}
.realizar-btn {
    background-color: rgba(0, 156, 81, 1);
    color: white;
    font-weight: bold;
    border: 5px solid rgba(109, 190, 151, 1);
    font-size: 16px;
    padding: 10px 50px;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    transition: all 0.3s ease-in-out;
    outline: none;
    width: 100%;
    max-width: 300px;
    position: relative;
}
.realizar-btn:hover {
    background-color: rgba(0, 108, 56, 1);
    color: white;
    border: 5px solid rgba(109, 190, 151, 1);
}
.btn-text {
    flex-grow: 1;
    text-align: center;
}

.btn-icon {
    position: absolute;
    right: 20px;
    width: 8% !important;
}
@media (max-width: 768px) {
    .realizar-btn {
       padding-left: 50px;
       padding-right: 50px;
        max-width: 90%;
        border-radius: 60px;
    }
}
.text-primary-cor-principal{
    color: rgba(2, 62, 136, 1);
    font-weight: 600;
    font-size: 16px;
}
.text-primary-cor-principal-sem-bold{
    color: rgba(2, 62, 136, 1);
    font-size: 16px;
}
.text-senconry-cor-secundaria{
    color: rgba(0, 117, 212, 1);
    font-weight: 600;
    font-size: 16px;
}

.avaliacao-servico-footer .star-item {
    font-size: 20px !important;
    margin: 0!important;
}
.icone-local{
    font-size: 14px;
    color:#0373CD;
}
.container-app{
    position: fixed;
    width:100%;
    height:100vh;
    background: #FFF;
    z-index: 99999;
    display: table;
}
.app-table-app{
    display: table-cell;
    vertical-align: middle;
}
.tamanho-50{
    width:50px;
}
.foto-perfil{
    width: 28px;
    height:28px;
    border-radius: 50%;
}
.fonte-20{
    font-size: 20px !important;
}
.offcanvas-start {
    width: 312px !important;
}

.offcanvas-body a {
    text-decoration: none;
    color: #393536;
}

.offcanvas-body a {
    text-decoration: none;
    color: #393536;
}

@media only screen and (min-width: 768px) {
    #btn_logar {
        display: none;
    }
}

.banner-sistemas{
    border-radius: 10px;
    border: 1px solid #e9e9e9;
}
.fonte-14{
    font-size: 14px;
}
.imagem-footer{
    max-width: 160px;
}
.rounded-top-comprovante{
    border-radius: 20px 20px 0 0 !important;
}
