/*Portal Poupatempo - Autor: Prodesp 2023*/

@import url('./fonts.css');
body, html {
    background: none;
    font-size: 16px;
/*    font-family: 'robotoregular', sans-serif !important; */
    margin: 0;
    padding: 0;
}

body {
    overflow-x: hidden;
}

a {
    color: #444242;
    text-decoration: none;
}

a:hover {
    color: #000;
    text-decoration: none;
}

.load {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    background-color: white;
    width: 100%;
    height: 100%;
    opacity: .9;
    display: none;
}

#waitShow {
    position: relative;
    top: 50%;
    left: 50%;
    margin-top: -100px;
    margin-left: -80px;
}

#govsp-topbarGlobal {
    z-index: 10 !important;
}

nav, section, header, footer {
    width: 100%;
}

.modal {
    z-index: 1052;
}

nav#nav-superior {
    background: #bbb;
}

nav .pagination {
    margin: 25px 0;
}

nav .pagination a {
    color: #444242;
}

nav .pagination a:hover {
    color: #000000;
}

/* Modal */

.modal-header .close:focus {
    box-shadow: none !important;
}

.bg-azul .close {
    color: #fff;
}

/* Modal Login Ãšnico */

#modalLoginUnico .modal-content {
    height: 600px;
}

#modalLoginUnico .embed-responsive {
    height: 100%;
}

#modalLoginUnico .fechar {
    position: absolute;
    top: 0;
    right: -40px;
}

/* Corona */

#modal-corona .close {
    color: #fff;
}

.card-corona ul li a {
    color: black;
    text-decoration: underline;
}

/* Mutirao RG */
#mutirao-rg {
    background: black;
    font-family: 'Cairo', sans-serif;
    padding: 25px 10px;
}
#mutirao-rg .btn{
    font-family: 'robotoregular', sans-serif !important;
}

#mutirao-rg h2, #mutirao-rg h5 {
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
    font-family: 'robotobold';
    line-height: 26px;
    margin-bottom: 0;
    padding: 10px;
    text-transform: uppercase;
}

#mutirao-rg h2>small {
    font-size: 50%;
}

/* #mutirao-rg h5 {
    min-width: 200px;
    max-width: 100%;
    margin-bottom: 0;
} */

#mutirao-rg h5>img {
    width: 55px;
}

#mutirao-rg img.shadow {
    height: 75px;
}

/* Popover de Login */
.popover {
    border-color: black;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.30);
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.30);
    margin-top: 0;
    top: 75px;
}

.popover-header {
    background: black;
    color: #ffffff;
    text-align: center;
}

.popover .arrow {
    left: 25px;
}

/*Sombreamento Escuro Externo para Bordas de SeÃƒÂ§oes*/

.shad {
    box-shadow: 0 3px 12px rgba(0, 0, 0, 0.30);
    position: relative;
}

/* BotÃƒÂµes */

.btn>i {
    margin-right: 5px;
}

.btn:hover, .btn:focus, .btn {
    /*
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.30);
    -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.30);
    */
    color: #ffffff !important;
    font-size: 1.2rem !important;
    opacity: 1;
    border-radius: 10px;
    padding: 8px 15px;
}

.btn.btn-lg {
    font-size: 1.12rem !important;
}

.btn.bg-light {
    color: inherit !important;
}

.btn.btn-light {
    color: #212529 !important;
}

.btn-vermelho, .bg-vermelho {
    background: #bd070e !important;
}

.bg-cancelado{
    background: #c75757 !important;
}

.btn-vermelho:hover {
    background: #a2090f !important;
}

.btn-verde, .bg-verde {
    background: #05733b !important;
}

.btn-verde:hover {
    background: #06542c !important;
}

.btn-cinza, .bg-cinza {
    background: #464547 !important;
}

.btn-cinza:hover {
    background: #666666 !important;
}

.btn-azul, .bg-azul {
    /* background: black !important; */
	
	/*correÃ§Ã£o para os botÃµes laranja*/
	background-color: black !important;
}
/*
.busca-interna.bg-azul {
	background-color: transparent!important;
}
*/
.btn-azul:hover {
    background: black !important;
}

.bg-branco {
    background: #ffffff !important;
}

.bg-preto {
    background: #000000;
}

.btn-youtube {
    display: table;
    max-width: 90%;
}

.btn-youtube i {
    margin: 0 10px 0 0
}

.botoes-redes-sociais {
    display: flex;
    justify-content: center
}

.btn-acesso-rapido {
    background: #f7f7f7;
    border: none;
    border-radius: 50%;
    display: inline-block;
    margin-top: 4px;
    height: 42px;
    width: 42px;
    padding: 10px 0;
    text-align: center;
}

.nav-logado .btn-acesso-rapido:after {
    display: none;
}

.login_ok {
    position: absolute;
    margin-top: -6px;
    margin-left: -2px;
}
/* BotÃƒÂ£o Compartilhe */

.botao-inferior {
    /* margin: 20px 0 0 0; */
    width: 100%;
    display: flex;
    justify-content: center;
}

.btn-compartilhe {
    width: 266px;
    background: black;
    padding: .375rem .75rem;
    overflow: hidden;
    position: relative;
    float: left;
    margin: 0 5px 0 0;
}

.btn-compartilhe p {
    margin: 0;
    color: #ffffff !important;
}

.btn-compartilhe p i.fa-share-alt {
    opacity: 1;
    margin-left: 15px;
}

.btn-compartilhe p i {
    color: #fff;
    cursor: pointer;
    font-style: normal;
    margin: 3px 8px 0 8px;
}

/* facebook */

.btn-compartilhe a i.fa-facebook-f {
    opacity: 1;
}

.btn-compartilhe a i.fa-facebook-f:hover {
    transform: scale(1.5);
}

/* twitter */

.btn-compartilhe a i.fa-twitter {
    opacity: 1;
}

.btn-compartilhe a i.fa-twitter:hover {
    transform: scale(1.5);
}

/* whatsapp */

.btn-compartilhe a i.fa-whatsapp {
    opacity: 1;
}

.btn-compartilhe a i.fa-whatsapp:hover {
    transform: scale(1.5);
}

/* linkedin */

.btn-compartilhe a i.fa-linkedin-in {
    opacity: 1;
}

.btn-compartilhe a i.fa-linkedin-in:hover {
    transform: scale(1.5);
}

@media (max-width: 767.9px) {
    .btn-compartilhe:hover {
        padding-right: 14px;
        padding-left: 10px;
    }
    .btn-compartilhe p a i {
        margin-right: 7px;
        margin-left: 7px;
    }
    .btn-compartilhe {
        margin-top: 25px;
    }
}

@media (max-width: 425px) {
    .btn-compartilhe:hover {
        padding-right: 22px;
        padding-left: 8px;
    }
    @keyframes btn-expansivo {
        from {
            width: 180px;
        }
        to {
            width: 330px;
        }
    }
}

@media (max-width: 320px) {
    .btn-compartilhe:hover {
        padding-right: 8px;
        padding-left: 6px;
        margin-right: 0;
        margin-left: 0;
    }
    .btn-compartilhe p i {
        margin-right: 12px;
        margin-left: 12px;
    }
}

.conteudo-interno p, .conteudo-interno ul {
    color: #464547;
    /* font-size: 0.9em;     */
}

/* Tira a margem dos ÃƒÂºltimos elementos dos alerts, centralizando o conteudo */

.alert :last-child {
    margin-bottom: 0;
}

.alert .close {
    position: absolute;
    top: 10px;
    right: 15px;
}

/* Coloca underline nos links dos alerts */
.alert a{
    text-decoration: underline;
}
.alert .btn{
    text-decoration: none;
}

/* Arruma o alert dos avisos - logado */

.alert strong ul {
    margin: 0;
    padding: 0;
}

.alerta-download {
    position: fixed;
    top: 25px;
    z-index: 11;
    width: 100%;
}
.lh-sm{
    line-height: 1.25!important;
}

/* Form */

.input_radio_form tbody tr td label {
    margin-right: 10px;
}

.input_radio_form {
    width: auto !important;
    background: #ffffff;
}

.input_radio_form td {
    border-top: none;
}

.alert li {
    list-style-type: none;
}

.form-check-label a {
    text-decoration: underline;
}



.linkEscolhaArquivo{
    display: -webkit-inline-box;
}

#nome-social{
    display: none;
}

.text-decoration-underline{
    text-decoration: underline;
}
.line-height{
    line-height: normal !important;
}

/* correÃƒÂ§ÃƒÂ£o IE */

.popover {
    min-width: 300px !important;
}

.custom-control-label::before {
    background-color: #ffffff;
    border: 1px solid #2f2f2f;
}

/* Cores */   
.vermelho{    
    color: #bd070e !important;  
}     
.verde{    
    color: #05733b !important;    
}    
.cinza{    
    color: #464547 !important;    
}    
/*.azul{    
    color: black !important;    
} */
.branco{ 
    color: #ffffff !important; 
} 
.branco a{
    color: #ffffff !important;
}
.preto{ 
    color: #231f20 !important;  
} 

.preto {
    color: #231f20 !important;
}

/* tÃ­tulos de pÃ¡ginas */

.titulo {
    font-weight: 700;
    font-family: 'Nunito Sans', sans-serif;
    position: relative;
    padding: 20px;
    background-color: #F2F2F2;
    border-radius: 8px;
    /*
    font-size: 1.4em;
    font-family: 'Nunito Sans', sans-serif;
    text-transform: uppercase;
    margin: 15px 0 50px 0 !important;
    */
}

.titulo.azul:before {
    background: #231f20;
}

.titulo.branco:before {
    background: #ffffff;
}

.titulo a {
    display: inline-block !important;
}

.titulo:before {
    content: "";
    position: absolute;
    border-radius: 0 0 30px 30px;
    bottom: 0px;
    width: 5100%;
    max-width: 100%;
    height: 7px;
    margin-left: -20px;
}

.titulo.text-right:before {
    border-radius: 0px 0px 0px 30px;
    right: 0px;
}

.titulo.text-center:before {
    border-radius: 0px 0px 30px 30px;
    left: 50%;
    margin-left: -264px;
    border-radius: 0px 0px 30px 30px;
}
.col-avisos .titulo.text-center:before{
    margin-left: -50%;
}

/* Lista de links com estrela */

.conteudo-interno ul.lista-estrela {
    list-style: none;
    padding-left: 0;
}

.conteudo-interno ul.lista-estrela li {
    color: #727176;
    font-size: 0.9em;
    margin-bottom: 10px;
}

.conteudo-interno ul.lista-estrela li:before {
    content: "\f005";
    color: #777777;
    font-family: "Font Awesome 5 Free";
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-weight: 900;
    font-size: 12px;
    margin-right: 5px;
}

/*Box de Busca Principal*/

.box-busca {
    position: fixed;
    z-index: 1051;
    width: 100%;
    height: 100vh;
    min-height: 100%;
    background: rgba(0, 0, 0, 0.9);
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    transform: scale(0);
    transition: all .1s cubic-bezier(.5, 1.0, .2, .8);
}

.busca-active {
    overflow: hidden !important;
}

.busca-active .box-busca {
    transform: scale(1);
    transition: all .25s cubic-bezier(.5, 1.2, .2, .8);
    overflow-y: auto;
}

.busca-active .box-busca input {
    width: 90%;
    padding: 20px 40px;
    font-size: 26px;
    text-indent: 110px;
    border-radius: 50px;
    box-shadow: none;
    border: none;
    text-align: left;
    background-image: url(../images/logo_poupatempo.png);
    background-repeat: no-repeat;
    background-position: 25px center;
}

.box-busca-fixa {
    background: black;
    color: #fff;
    cursor: pointer;
    padding: 0;
    text-align: center;
}

.busca-open {
    cursor: pointer;
}

.box-busca-fixa:hover {
    opacity: 0.8;
}

.box-busca-fixa p {
    padding: 0;
    margin: 0;
    position: relative;
    z-index: 2;
}

.box-busca-fixa .icon-busca-topo svg {
    margin: 10px 0 0 5px;
    max-width: 40px;
}

.box-busca-fixa .icon-busca-topo {
    display: initial;
    position: relative;
    z-index: 2;
}

.box-busca-fixa .icon-busca-topo i {
    font-size: 28px;
    margin-top: 15px;
}

.box-busca-fixa.inc_negative:after {
    width: 30px;
    right: -10px;
    display: block;
}

.content-busca {
    color: #fff;
}

.content-busca ul {
    position: relative;
    margin: 30px 0 0 0;
    padding: 0;
}

.content-busca ul li {
    list-style-type: none;
    display: inline-block;
    font-size: 0;
    width: 15px;
    height: 15px;
    margin: 0 2px;
    cursor: pointer;
    border: 1px solid #ccc;
}

.custom-c1, .custom-c1 .dataTables_empty {
    background: rgba(0, 0, 0, 0.95);
}

.custom-c2, .custom-c2 .dataTables_empty {
    background: rgba(158, 36, 34, 0.95) !important;
}

.custom-c3, .custom-c3 .dataTables_empty {
    background: rgba(6, 115, 59, 0.95) !important;
}

.custom-c4, .custom-c4 .dataTables_empty {
    background: rgba(49, 84, 139, 0.95) !important;
}

.custom-c5 {
    background: rgba(255, 255, 255, 0.95) !important;
}

.custom-c6, .custom-c6 .dataTables_empty {
    background: rgba(193, 99, 28, 0.95) !important;
}

/*Customiza os componentes da Busca para cor Branca*/

.busca-active .box-busca.custom-c5 input, .box-busca.custom-c5 .tabelaDinamica tbody tr {
    border: 1px solid #000 !important;
}

.box-busca.custom-c5 .tabelaDinamica tbody tr td a {
    color: #0d0d0d;
    text-shadow: 1px 0px 16px #fff;
}

.box-busca.custom-c5 .tabelaDinamica tbody tr:hover {
    background: rgba(204, 204, 204, 0.80);
}

.box-busca.custom-c5 .tag-portal:before {
    color: #fff;
}

.custom-c5 .dataTables_empty {
    color: #000;
    background: rgba(255, 255, 255, 1) !important;
}

.box-busca.custom-c5 .closeBusca svg line {
    stroke: black !important;
}

.box-busca.custom-c5 .dataTables_wrapper .dataTables_length, .box-busca.custom-c5 .dataTables_wrapper .dataTables_info, .box-busca.custom-c5 .content-busca {
    color: #000;
}

.box-busca.custom-c5 .tabelaDinamica thead .sorting_asc {
    background: url(../images/icones/sort_asc_p.png);
    background-repeat: no-repeat;
    background-position: right 5px;
}

.box-busca.custom-c5 .tabelaDinamica thead .sorting_desc {
    background: url(../images/icones/sort_desc_p.png);
    background-repeat: no-repeat;
    background-position: right 5px;
}

.box-busca.custom-c5 .dataTables_wrapper .dataTables_paginate .paginate_button.disabled {
    background: #d6d6d6;
}

/*Tabela DinÃƒÂ¢mica Busca*/

.box-busca #tabelaDinamica_length {
    display: none;
}

.box-busca div#tabelaDinamica_filter {
    position: relative;
    top: -50px;
    width: 100%;
}

.box-busca .closeBusca {
    width: 60px;
    height: 60px;
    color: #fff;
    position: fixed;
    z-index: 9999999;
    right: 4%;
    text-indent: -9999999999px;
    top: 50px;
    display: block;
    cursor: pointer;
}

.box-busca .closeBusca svg {
    display: block;
    width: 60px;
}

.box-busca .clearTable {
    position: absolute;
    z-index: 2;
    color: #000;
    top: 180px;
    right: 8%;
    border: 1px solid #000;
    border-radius: 100%;
    display: block;
    width: 60px;
    height: 60px;
    line-height: 60px;
    cursor: pointer;
}

.box-busca .clearTable:hover {
    background: black;
    color: #fff;
}

.box-busca div#tabelaDinamica_filter label {
    width: 100%;
    margin: 0 auto;
    font-size: 0;
    text-align: center;
}

.box-busca .dataTables_wrapper {
    margin: 110px 0 0 0;
    padding: 50px 0 50px 0;
}

.box-busca thead {
    width: auto;
    display: block;
    width: 50%;
    margin: 0 auto;
    position: relative;
    top: -35px;
}

.box-busca thead th {
    font-size: 17px;
    font-weight: normal;
    padding: 8px 100px 8px 0;
    display: initial;
    outline: none;
}

.box-busca thead tr {
    width: 100%;
    display: inline;
}

.box-busca tbody {
    padding: 0 0 30px 0;
    display: block;
}

.box-busca tbody tr {
    border: 1px solid rgba(255, 255, 255, 0.4);
    width: 30%;
    height: 80px;
    display: inline-block;
    margin: 10px;
    background: rgba(255, 255, 255, 0.15);
    color: #fff;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
}

.box-busca tbody tr:hover {
    background: rgba(255, 255, 255, 0.30);
    transition-duration: 0.5s;
}

.box-busca tbody tr td {
    display: block;
    height: 80px;
    border: none;
    background: transparent;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    cursor: pointer;
    line-height: normal;
}

.box-busca tbody tr td a {
    width: 100%;
    height: 100%;
    display: block;
    font-size: 18px;
    color: #fff;
    text-shadow: 1px 0px 16px rgba(0, 0, 0, 0.52);
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    opacity: 1;
    padding: 25px 15px;
    position: relative;
}

.box-busca thead .sorting_asc {
    background: url(../images/icones/sort_asc_b.png);
    background-repeat: no-repeat;
    background-position: right 5px;
}

.box-busca thead .sorting_desc {
    background: url(../images/icones/sort_desc_b.png);
    background-repeat: no-repeat;
    background-position: right 5px;
}

.box-busca .tag-portal:before {
    content: "FaÃƒÂ§a On-line";
    background: black;
    display: block;
    position: absolute;
    top: -12px;
    left: 20px;
    border-radius: 50px;
    line-height: 24px;
    padding: 0px 12px;
    font-size: 14px;
    box-shadow: 1px 1px 9px rgba(255, 255, 255, 0.35);
}

.box-busca table.dataTable.no-footer {
    background: none !important;
    width: 100%;
    padding: 0 0 30px 0;
    border-bottom: 1px solid #585858;
}

.box-busca .dataTables_wrapper .dataTables_length {
    color: rgba(255, 255, 255, 0.60);
    margin: 20px 0 0 0;
    float: none;
}

.box-busca .dataTables_wrapper .dataTables_paginate .paginate_button, .box-busca .dataTables_length select {
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    background: #fff;
    padding: 10px 15px;
    margin: 3px;
    cursor: pointer;
    text-align: center;
}

.box-busca .dataTables_length select {
    padding: 5px;
    text-align-last: center;
}

.box-busca .dataTables_wrapper .dataTables_info {
    color: #fff;
    position: relative;
}

.box-busca .dataTables_paginate {
    float: none;
    margin: 60px auto 0 auto;
    text-align: center;
}

.box-busca .dataTables_wrapper .dataTables_paginate .paginate_button.disabled {
    background: #fff;
    opacity: 0.2;
}

.box-busca .dataTables_empty {
    width: 100% !important;
    position: absolute;
    background: #2f2f2f !important;
    left: 0;
    margin: -1px 0 0 0;
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    border-radius: 0 !important;
}

.box-busca a.paginate_button.current {
    background: #cecece !important;
}

/************** RESPONSIVO BUSCA *************/

@media (max-width: 575.98px) {
    .box-busca tbody tr, .box-busca tbody tr td {
        height: auto;
    }
}

@media (max-width: 767.98px) {
    .box-busca .closeBusca {
        width: 50px;
        height: 50px;
        top: 30px;
    }
    .busca-active .box-busca input {
        background-size: 60px;
        padding: 10px 20px;
        width: 100%;
    }
    .box-busca .clearTable {
        top: 175px;
        right: 20px;
        width: 40px;
        height: 40px;
        line-height: 42px;
        font-size: 10px;
    }
    .busca-active .box-busca input {
        width: 100%;
        padding: 10px 55px 10px 85px;
        font-size: 18px;
        background-position: 20px center;
        background-size: 60px;
        text-indent: 0;
    }
    .box-busca thead {
        width: 100%;
    }
    .box-busca tbody tr {
        margin: 10px 0;
        width: 100%;
    }
    .box-busca tbody tr, .box-busca tbody tr td {
        height: 60px;
    }
    .box-busca tbody tr td a {
        padding: 15px;
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .box-busca tbody tr {
        width: 46%;
    }
    .box-busca tbody tr td a {
        padding: 25px;
    }
}

.card-rounded{
    border-radius: .5rem!important;
}


/* Menu principal */
nav.navbar {
    background: #ffffff !important;
    padding: 1rem;
    /*z-index: 1;*/
}

nav.navbar .nav-link {
    padding: .5rem .8rem !important;
    text-transform: uppercase;
}

nav.navbar .nav-item-icon .nav-link {
    color: black;
    padding: .5rem !important;
}

nav.navbar .nav-item-icon .btn {
    background: #f5f5f5;
    color: black !important;
    margin-left: .5rem;
}

nav.navbar .navbar-toggler {
    border: none;
}

nav.navbar .nav-item-icon.dropdown .dropdown-menu {
    left: auto !important;
    right: 0;
}

.nav-item-icon .dropdown-menu {
    border: 1px solid #cccccc;
    border-radius: 15px 0 15px 15px;
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3) !important;
    padding-bottom: 0;
}

.nav-item-icon .dropdown-menu .dropdown-item {
    color: #212529 !important;
    padding: 0.5rem 1.5rem;
}

.nav-item-icon .dropdown-menu .dropdown-item>i {
    margin-right: 15px;
}

.nav-item-icon .dropdown-menu a.menu_sair {
    background: black;
    border-radius: 0 0 15px 15px;
    color: #ffffff !important;
    text-align: right;
}

.nav-item-icon .dropdown-menu a.menu_sair>i {
    margin-right: 0;
    margin-left: 15px;
}

.busca-active .box-login-servicos.active-login-fixed:after {
    right: -20px;
}

.active-login-fixed .msg-login {
    display: none;
}

.active-login-fixed .msg-login-fixed {
    display: block !important;
}

.barra-login.fixed-barra-login:after {
    content: "";
    position: absolute;
    right: 25px;
    top: 25px;
    z-index: 5;
    height: 20px;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    border-right: 15px solid #ffffff;
}

::-webkit-input-placeholder {
    text-transform: initial;
}

:-moz-placeholder {
    /* Firefox 18- */
    text-transform: initial;
}

::-moz-placeholder {
    /* Firefox 19+ */
    text-transform: initial;
}

:-ms-input-placeholder {
    text-transform: initial;
}

.tooltip-inner {
    max-width: 245px;
}

.tooltip.show {
    z-index: 9999999;
}

/* Barra de serviÃƒÂ§os */

.servicos-destaque, .titulo-area {
    background: #E7E6E6;
    box-shadow: 5px 3px 7px #b9b9b9;
    text-align: center;
}

.servicos-destaque {
    height: auto;
}

.titulo-area {
    padding: 1rem;
    /*max-height: 80px;*/
}

.servicos-destaque h3, .titulo-area h3 {
    color: #444444;
    font-size: 2rem;
    font-family: 'Nunito Sans', sans-serif;
    font-weight: 700;
    letter-spacing: 2px;
    margin: 5px 0;
}

.titulo-area h3>i {
    font-size: 130%;
    position: relative;
    margin-right: 10px;
    top: 4px;
}

.servicos-destaque i {
    color: #444444;
}

.servicos-destaque a {
    display: block;
    padding: 15px 0;
    line-height: 15px;
    font-size: 80%;
}

.servicos-destaque a>i {
    display: block;
    font-size: 24px;
    margin-bottom: 10px;
}

.servicos-destaque #slide-servicos .slick-arrow {
    box-shadow: none !important;
    z-index: 14;
}

.servicos-destaque #slide-servicos .slick-prev {
    left: 15px;
}

.servicos-destaque #slide-servicos .slick-next {
    right: 15px;
}

.servicos-destaque #slide-servicos .slick-arrow:before {
    color: #444242;
}

/* Box toten */

.box-totem h1, .box-totem h2, .box-totem h3, .box-totem h4, .box-totem h5, .box-totem p.lead {
    color: black;
}

.box-totem img {
    display: table;
    max-height: 300px;
    margin: auto;
}

/* VÃƒÂ­deos */

.lista-videos {
    color: rgb(114, 113, 118);
}

.lista-videos .imagem-video {
    position: relative;
    xdisplay: block;
}

.lista-videos .imagem-video:before {
    content: "";
    position: absolute;
    background: url(../images/noticias/btn-video.png);
    width: 80px;
    height: 80px;
    opacity: .75;
    left: 50%;
    margin-left: -40px;
    top: 50%;
    margin-top: -40px;
}

.lista-videos .imagem-video:hover:before {
    opacity: 1;
}


.extr-social li div{
    width: 30%;
    max-width: 80px;
    display: flex;
    justify-content: space-between;
} 
div#collapseDateOne > div,.extr-social{
    border: 1px solid rgba(0,0,0,.125);
    border-radius: 0 0 15px 15px;
}
@media (min-width: 768px) {
    div#collapseDateOne > div,.extr-social{
        box-shadow: 0 .125rem .25rem rgba(0,0,0,.075)!important;
    }
}

button.h5[data-toggle="collapse"] .fa {
    float: right;
    margin-top: 2px;
}

button.h5[data-toggle="collapse"] .fa:before {
    content: "\f0d8";
    /* content: "\f056"; */
}

button.h5[data-toggle="collapse"].collapsed .fa:before {
    content: "\f0d7";
    /* content: "\f055"; */
}

.serv_list_online ul, footer ul {
    list-style: none;
    padding-left: 0;
}

/* #mapa-site ul li,
#mapa-site ul li a,  
#mapa-site p,  
footer ul li,
footer ul li a,    
footer p{    
    font-size: 14px;    
}     */

.serv_list_online ul li, footer ul li {
    border-bottom: 1px dotted rgba(204, 204, 204, 0.50);
    margin: 0 0 5px 0;
    padding: 0 0 5px 0;
}

.serv_list_online ul li {
    border: none !important;
}

.serv_list_online ul li:last-child, footer ul li:last-child {
    border-bottom: none;
}

.serv_list_online ul li a {
    text-decoration: none;
    display: block;
    border: #cccccc 1px solid;
    border-radius: 10px;
    font-weight: bold;
    line-height: normal;
    padding: 10px;
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.30);
    -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.30);
}
.accordionDate button[data-toggle="collapse"],.accordionPather button[data-toggle="collapse"]{ 
width:100%;
}
.accordionPather button[data-toggle="collapse"].collapsed .fa:before {
    content: "\f107";
    transition: .2s;
}
.accordionPather button[data-toggle="collapse"] .fa:before {
    content: "\f106";
    transition: .2s;


/* Accordion */

.accordion .card-header {
    position: relative;
    padding-right: 40px;
}

.accordion .card-header .btn {
    box-shadow: none !important;
    color: #4a4a4a !important;
    padding-left: 0;
    white-space: normal;
    text-align: left;
}

.accordion .card-header .fa {
    position: absolute;
    right: 15px;
    top: 40%;
}

.accordion .card-header [data-toggle="collapse"] .fa:before {
    content: "\f106";
}

.accordion .card-header [data-toggle="collapse"].collapsed .fa:before {
    content: "\f107";
}

/* Accordion - Lista*/

.accordionLista .card:first-of-type {
    border-bottom: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.accordionLista .conteudo-perguntas-frequentes h1 {
    color: black;
}

.accordionLista .collapsible {
    background-color: #efefef;
    color: #777777;
    cursor: pointer;
    padding: 15px 25px 15px 15px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 15px;
    position: relative;
}

.accordionLista .collapsible h2 {
    line-height: 1.5;
    font-size: 1em !important;
    margin-top: 0px !important;
    font-size: 0.9em;
    width: 90%;
}

.accordionLista .active, .accordionLista .collapsible:hover, .accordionLista .collapsible:focus, .accordionLista .collapsible:active, .accordionLista .collapsible h2:hover, .accordionLista .collapsible h2:focus, .accordionLista .collapsible h2:active, .accordionLista textarea:hover, .accordionLista input:hover, .accordionLista textarea:active, .accordionLista input:active, .accordionLista textarea:focus, .accordionLista input:focus, .accordionLista button:hover, .accordionLista button:active, .accordionLista button:focus {
    background-color: #efefef;
    box-shadow: none !important;
    text-decoration: underline !important;
}

.accordionLista .collapsible:after {
    color: #777777;
    position: absolute;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f107";
    right: 10px;
    top: calc(50% - 11px);
}

.accordionLista .active:after {
    content: "\f106";
}

.accordionLista .content {
    padding: 0 18px;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
    background-color: #f1f1f1;
}

.accordionLista .resumo-noticia {
    background: #fff;
}
.accordionLista .active + .resumo-noticia{
    max-height: none !important;
    padding-bottom: 10px;
}

.cartaServicos .card{
    margin-bottom: 15px !important;
}

.cartaServicos .card:first-of-type .content{
    border-bottom: 1px solid rgba(0,0,0,.125);
}

.cartaServicos .collapsible:hover{
    background: black !important;
}
.cartaServicos .collapsible h2{
    font-size: 1.2rem !important;
}
.cartaServicos .collapsible h2:hover{
    background: none !important;
    text-decoration: none !important;
}
.cartaServicos .collapsible:after{
    color: #fff !important;
    font-size: 20px;
    margin-right: 10px;
    margin-top: -3px;
}

/* Bolsa do Povo */
.bolsa-do-povo .list-group-flush{
    text-align: center;
}
.bolsa-do-povo .list-beneficio{
    text-transform: uppercase;
}
.bolsa-do-povo .list-valor{
    background: black;
    color: #fff;
    font-size: 28px;
    font-weight: bold;
    line-height: 28px;
    padding-top: 5px;
}
.bolsa-do-povo .list-valor small{
    font-size: 16px;
}
.bolsa-do-povo .carrousel-beneficios{
    margin: 0 25px 30px;
}
.bolsa-do-povo .carrousel-beneficios .slick-prev, 
.bolsa-do-povo .carrousel-beneficios .slick-next{
    z-index: 100;
}
.bolsa-do-povo .carrousel-beneficios .slick-prev:before, 
.bolsa-do-povo .carrousel-beneficios .slick-next:before{
    color: #999;
}
.bolsa-do-povo .carrousel-beneficios .slick-track{ 
    margin-left: 0; 
}
.bolsa-do-povo .carrousel-beneficios .slick-slide {
    margin: 0 20px;
}
.bolsa-do-povo .carrousel-beneficios .slick-list {
    margin: 0 -20px;
}

/* Internas */

.input-group{
    border: none;
}

.input-group input{
    margin-top: 5px;
}

.busca-interna {
    padding: 10px;
}

.busca-interna .card {
    /*background: #f5f5f5;*/
    border: 1px solid #262626;
    border-radius: 8px 8px 16px 8px;
}

.busca-interna .card-body {
    padding: 2px;
}

.busca-interna input, .busca-interna button, .busca-interna input:hover, .busca-interna button:hover, .busca-interna input:focus, .busca-interna button:focus {
    background: none;
    box-shadow: none !important;
}

.busca-interna button {
    background: none;
}

.busca-interna button i {
    color: #444444;
}

.busca-interna .input-group-prepend i {
    cursor: pointer;
}

.conteudo-interno {
    padding: 50px 0 20px;
}

.conteudo-interno dl {
    margin-top: 20px;
}

.conteudo-interno dl dd a {
    color: #727176;
    font-family: 'robotobold';
    font-style: italic;
    font-size: 0.9em;
}

.conteudo-interno h1 {
    font-size: 1.6rem;
    margin-bottom: 25px;
}

.conteudo-interno h1.border-bottom i {
    margin-bottom: 10px;
    margin-right: 15px;
}

.table-striped table.input_radio_form, .table-striped table.input_radio_form tbody tr {
    background: transparent !important;
}

.conteudo-interno .ui-paginator {
    background: none !important;
    border: none !important;
    padding: 15px 0 !important;
}

.conteudo-interno .ui-paginator .ui-state-default:hover {
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.30) !important;
}

.conteudo-interno .ui-paginator .ui-paginator-page, .conteudo-interno .ui-paginator .ui-paginator-pages, .conteudo-interno .ui-paginator .ui-paginator-next, .conteudo-interno .ui-paginator .ui-paginator-last, .conteudo-interno .ui-paginator .ui-paginator-first, .conteudo-interno .ui-paginator .ui-paginator-prev, .conteudo-interno .ui-paginator .ui-paginator-current {
    background: #ffffff;
    border-radius: 0;
    font-size: .875rem;
    font-weight: normal;
    padding: 5px 10px !important;
    margin: 0 -1px;
}

.conteudo-interno .ui-paginator .ui-paginator-page, .conteudo-interno .ui-paginator .ui-paginator-next, .conteudo-interno .ui-paginator .ui-paginator-last, .conteudo-interno .ui-paginator .ui-paginator-first, .conteudo-interno .ui-paginator .ui-paginator-prev {
    border: 1px solid #dddddd !important;
}

.ui-icon-seek-prev, .ui-icon-seek-next {
    color: transparent;
    background: none !important;
    text-indent: 0 !important;
    width: auto !important;
}

.ui-icon-seek-prev:after, .ui-icon-seek-next:after {
    color: #666666 !important;
    margin-right: 9px;
}

.ui-icon-seek-prev:after {
    content: "<";
}

.ui-icon-seek-next:after {
    content: ">";
}

.ui-state-hover, .ui-state-focus {
    box-shadow: none !important;
}

.conteudo-interno .ui-paginator .ui-paginator-pages {
    padding: 0 !important;
}

.conteudo-interno .ui-state-active {
    background: black !important;
    border-color: black !important;
    color: #ffffff !important;
    box-shadow: none !important;
    text-shadow: none !important;
}

.conteudo-interno .ui-paginator .ui-state-default:hover {
    background: #efefef;
    box-shadow: none !important;
}

.conteudo-interno .ui-datatable thead th, .conteudo-interno .ui-datatable tbody td, .conteudo-interno .ui-datatable tfoot td {
    padding: 5px 10px !important;
}

.conteudo-interno .ui-datatable-tablewrapper .ui-widget-content {
    border-color: #dee2e6 !important;
}

.conteudo-interno .prefeitura .ui-datatable-tablewrapper .ui-widget-content {
    border: none !important;
}

.conteudo-interno .prefeitura .ui-datatable-tablewrapper .ui-datatable-odd {
    background: none;
}

/* ServiÃƒÂ§os on-line */

.card-serv-online {
    border-radius: 15px;
    margin-bottom: 25px;
}

.card-serv-online .table-sm {
    font-size: small;
}

.card-serv-online > .card-body {
    background: #fafafa;
    border-radius: 0 0 15px 15px;
}

.card-serv-online > .card-header {
    background: #212529;
    border: none;
    border-radius: 15px 15px 0 0;
    color: #ffffff;
    font-size: 1.2rem;
    font-family: 'Nunito Sans', sans-serif;
}

.card-serv-online .card-header .card-title {
    margin: .75rem 0;
}

.card-serv-online.card-identif > .card-header {
    padding: 0 2rem 0 1.25rem;
}

.card-serv-online.card-identif .card-header .card-title {
    margin: 0;
}
.cod-cnh-build  .card-header  {
    white-space: nowrap;
    display: inline;
    overflow: hidden;
    text-overflow: ellipsis;
}
.cod-cnh-build .card-body.bg-branco {
    border: 1px solid #d2d2d2;
    border-top: 0;
}


/* Accordion SABESP */
#accordionSabesp .card-header{
    padding-right: 1.25rem !important;
}
#accordionSabesp .card-header .btn{
    padding-right: 0;
}

/* PaginaÃƒÂ§ÃƒÂ£o */

.card-serv-online nav .pagination {
    margin-bottom: 0;
}

.card-serv-online .pagination .page-item.active .page-link {
    background: black;
    border-color: #231f20;
}

/* Lista com link */

.card-serv-online .list-unstyled a {
    text-decoration: underline;
}

.card-serv-online .list-unstyled a:after {
    content: "\f35d";
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    -webkit-font-smoothing: antialiased;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-left: 5px;
    text-rendering: auto;
}

/* Atestado de antecedentes */

.atestadoGerado .border {
    border-width: 2px !important;
}

.atestadoGerado p {
    color: #000000;
}

.atestadoGerado p a {
    word-break: break-word;
    text-decoration: underline;
}

/* ServiÃ§os favoritos */

.table-favoritos a:not(.btn) {
    font-weight: bold;
    text-decoration: underline;
}

.table-favoritos .divisoria-categoria td {
    background: black;
    color: #fff;
    padding: .5rem .75rem;
}

/* Duvidas Covid */

#page-covid .conteudo-interno {
    padding: 0 0 25px !important;
}

#duvidas-covid {
    background: #fff;
    padding: 25px 0;
}

#duvidas-covid h3 {
    font-weight: bold;
}

#duvidas-covid h2.titulo {
    margin-bottom: 25px !important;
}

#duvidas-covid .accordion {
    min-height: 282px;
}

.content-covid .accordion .card-header {
    padding: 5px 30px 5px 15px;
    position: relative;
}

.content-covid .accordion .card-header button {
    width: 100%;
}

.content-covid .accordion .card-header button:after {
    font-family: "Font Awesome 5 Free";
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-weight: 900;
    color: black;
    content: "\f077";
    position: absolute;
    right: 10px;
    top: calc(50% - 10px);
}

.content-covid .accordion .card-header button.collapsed:after {
    content: "\f078";
}

.content-covid .accordion .card-body p {
    margin-bottom: 0;
}

.content-covid .banner-covid {
    background: url(../images/covid/bg.jpg) no-repeat right center;
    background-size: cover;
    margin-bottom: 50px;
    padding: 25px 15px;
}

.content-covid .banner-covid h1 {
    font-size: 2.5rem !important;
    margin-bottom: 15px;
}

.content-covid .banner-covid h1, .content-covid .banner-covid h3 {
    text-shadow: 3px 3px 3px rgba(120, 120, 120, 1);
}

/* Cronograma de reabertura */

#cronograma-abertura {
    padding: 25px 0;
    text-align: center;
}

#cronograma-abertura h2 {
    font-family: 'robotobold';
    margin-bottom: 25px;
}

#cronograma-abertura h5 {
    background: url(../images/seta-cronograma.png) no-repeat bottom center;
    background-size: 85px;
    font-family: 'robotobold';
    line-height: auto;
    padding-bottom: 30px;
    text-transform: uppercase;
}

#cronograma-abertura h5>small {
    display: block;
    font-size: 85%;
}

#cronograma-abertura h5>small.inauguracao {
    font-size: 60%;
    margin-top: 25px;
}

#cronograma-abertura p>span {
    white-space: nowrap;
}

#cronograma-abertura p.obs {
    color: black !important;
    font-style: italic;
    text-transform: uppercase;
}

/************** RESPONSIVO TEMA *************/

@media (max-width: 350px) {
    .navbar-brand {
        width: 150px;
    }
    #modalLoginUnico .modal-content {
        height: 480px !important;
    }
    #modalLoginUnico .fechar {
        top: -30px !important;
    }
}

@media (max-width: 420px) {}

@media (max-width: 575.98px) {
    body {
        padding-bottom: 65px;
    }
    .titulo:before {
        width: 100%;
    }
    .titulo.text-center:before {
        margin-left: -50%;
    }
    .titulo-area h3>i {
        font-size: 110%;
        margin-right: 5px;
        top: 0;
    }
    .navbar-brand {
        margin: 0;
    }
    .servicos-destaque h3, .titulo-area h3 {
        font-size: 1rem;
    }
    .prefeitura_ico {
        max-width: 40%;
    }
    #mutirao-rg {
        text-align: center;
    }
    #mutirao-rg h2, #mutirao-rg h2>small, #mutirao-rg h5 {
        font-family: 'robotoregular';
        font-size: 1.4rem;
        text-transform: none;
    }
    #mutirao-rg h5 {
        display: inline-block;
        text-align: left;
    }
}

@media (min-width: 576px) and (max-width: 767.98px) {
    body {
        padding-bottom: 65px !important;
    }
    .conteudo-interno {
        padding: 20px 0;
    }
    .navbar-brand {
        margin: 0;
    }
    .servicos-destaque h3, .titulo-area h3 {
        font-size: 1.1rem;
    }
    #mutirao-rg h2,
    #mutirao-rg h5{
        font-size: 1.4rem;
    }
}

@media (max-width: 767.98px) {
    #mapa-site ul li {
        border: none;
    }
    #mapa-site ul li a {
        border-radius: 10px;
        display: block;
        padding: 6px 12px;
        box-shadow: 0 2px 3px rgba(0, 0, 0, 0.30);
        -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.30);
    }
    #mapa-site h1 {
        margin: 0 0 15px;
    }
    #modalLoginUnico .modal-content {
        height: 520px;
    }
    #modalLoginUnico .fechar {
        top: -40px;
        right: 0;
    }
    #servicos-online .grupo-servicos button {
        margin-bottom: 10px;
    }
    #servicos-online .grupo-servicos .serv_list_online {
        margin: 0 0 15px;
    }
    #servicos-online-page .grupo-servicos .col-md-6:not(:first-child) button {
        margin-top: 15px;
    }
    #duvidas-covid .border-left {
        border: none !important;
    }
    #duvidas-covid .accordion {
        min-height: 1px;
    }
    .content-covid .accordion .card-body iframe {
        width: 100%;
        height: 200px;
        margin-top: 25px;
    }
    #cronograma-abertura h5 {
        margin-top: 20px;
    }
    #cronograma-abertura h5+p {
        font-size: 18px;
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .modal-lg {
        max-width: 750px;
    }
    .navbar-nav .dropdown-menu {
        border: none;
        box-shadow: none !important;
    }
    #baixeaplicativos .conteudo-interno h3 {
        font-size: 2rem;
    }
    .servicos-destaque .link {
        padding: 0;
    }
    .servicos-destaque h3, .titulo-area h3 {
        font-size: 1.2rem;
    }
    .prefeitura_ico {
        max-width: 70%;
    }
    #modalLoginUnico .modal-content {
        min-height: 670px;
    }
    #servicos-online .grupo-servicos button {
        margin-bottom: 10px;
    }
    #servicos-online .grupo-servicos .serv_list_online {
        margin: 0 0 15px;
    }
    #servicos-online-page .grupo-servicos .col-md-6:nth-of-type(3n) button, #servicos-online-page .grupo-servicos .col-md-6:nth-of-type(4n) button {
        margin-top: 15px;
    }
    #duvidas-covid .accordion {
        min-height: 400px;
    }
    .content-covid .accordion .card-body iframe {
        width: 100%;
        height: 210px;
    }
    #mutirao-rg h2 {
        font-size: 1.6rem;
    }
    #mutirao-rg h5 {
        font-size: 1rem;
        min-width: unset;
        display: block;
    }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    nav.navbar .nav-link, nav.navbar .nav-item-icon .btn {
        font-size: .8rem !important;
    }
    nav.navbar .nav-link {
        padding: .5rem .8rem !important;
    }
    #modalLoginUnico .modal-content {
        height: 660px;
    }
    #duvidas-covid .accordion {
        min-height: 330px;
    }
    .content-covid .accordion .card-body iframe {
        width: 100%;
        height: 290px;
    }
}

@media (min-width: 1200px) {
    .container {
        max-width: 1280px;
    }
    .content-covid .accordion .card-body iframe {
        width: 100%;
        height: 390px;
    }
}

h5.vermelho>a {
    text-decoration: underline;
}

.opacidade_block {
    opacity: 0.4;
}

.radio_txt_input {
    margin-top: -6px;
}

/* Poupinha */

#contentParent {
    z-index: 10 !important;
}

body#content {
    font-size: inherit;
}

/* DataTable de busca */

.page-item.active .page-link {
    background-color: white;
    border-color: #dee2e6;
    color: black !important;
}

.page-link {
    color: black;
}

/* Print */

@media print {
    .conteudo-interno .order-2.order-lg-1, footer {
        display: none;
    }
    .card-serv-online .card-header {
        background: black;
        -webkit-print-color-adjust: exact;
    }
}

/* Badge da tabela do Procon */

.badge-procon {
    font-size: 85%;
}

/* Tamanho cards do agendamento */

#buscaServicos_wrapper {
    width: 100%;
}

#buscaServicosAgenda_wrapper {
    width: 100%;
}

/* Anular largura absoluta do elemento setado por bootstrap*/

div.dataTables_wrapper div.dataTables_info {
    white-space: normal!important;
}

/*Detran*/

.titulo-cnhs {
    font-size: 0.8em;
}

/* Ajuste Poupinha */

figure.thumbBt {
    width: auto !important;
}

/* Jumbotron logado */

.jumbotron-logado {
    padding: 2rem !important;
}

.jumbotron-logado h1 {
    color: #000 !important;
    font-family: 'Nunito Sans', sans-serif;
    font-size: 2.2rem;
}

.jumbotron-logado h1>strong {
    font-weight: 700;
    font-family: 'Nunito Sans', sans-serif;
}

.sublinhado {
    text-decoration: underline;
}

/* Drive Thru CRV */

#drive-crv {
    background: #faf2f0;
}

#drive-crv .bg-crv{
    background: url(../images/locais-atendimento/bg-crv.jpg) no-repeat center;
    background-size: cover;
}

#drive-crv h3, #drive-crv p:first-of-type {
    font-family: 'Cairo', sans-serif;
    font-style: oblique;
}

#drive-crv h3 {
    color: #000;
    font-size: 2rem;
}

#drive-crv p:first-of-type {
    color: #666;
    font-size: 1.2rem;
}

/*Wizard Nav*/

.wizard-nav {
    margin-bottom: 1.2rem;
    position: relative;
}

.wizard-nav ul {
    display: flex;
    border: none;
}

.connecting-line {
    height: 2px;
    background: #ccc;
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    z-index: 1;
}

.nav-tabs .nav-link:last-child.active {
    z-index: 9;
}

.wizard-nav .nav-tabs>li.current {
    font-weight: bold;
}

.wizard-nav .nav-tabs>li.active>a {
    cursor: pointer;
}

span.round-tab {
    width: 50px;
    height: 50px;
    line-height: 46px;
    display: inline-block;
    border-radius: 100px;
    background: #fafafa;
    border: 2px solid #ccc;
    color: #ccc;
    z-index: 2;
    position: relative;
    left: 0;
    text-align: center;
    font-size: 18px;
}

.wizard-nav li.active a span.round-tab, .wizard-nav li.active div span.round-tab {
    background: black;
    border: 2px solid black;
    color: white;
}

.wizard-nav .nav-tabs>li {
    display: contents;
}

.wizard-nav .nav-tabs>li a, .wizard-nav .nav-tabs>li .nav-link {
    width: 50px;
    height: 50px;
    margin: 0 auto;
    border-radius: 100%;
    padding: 0;
    position: relative;
}

.no_underline {
    text-decoration: none !important;
}

.opacity-2 {
    opacity: 0.3;
}

/* Accordion Duvida */
#accordionDuvida .card{
    border: 1px solid #d4d4d4;
    border-radius: 5px;
}
#accordionDuvida .card-header{
    background: #fff;
    color: #464547;
    font-size: 1.1rem;
    padding: 10px 15px;
}
#accordionDuvida .card-header a{
    display: block;
    font-family: 'robotobold';
    text-decoration: none;
}
#accordionDuvida .card-header .fa-chevron-down{
    float: right;
    margin-top: 5px;
}
#accordionDuvida .card-body{
    background: #fff;
    border-top: 1px solid #d4d4d4;
    margin-top: 1px;
}

@media( max-width: 585px) {
    span.round-tab {
        width: 30px;
        height: 30px;
        line-height: 26px;
        font-size: 12px;
    }
    .wizard-nav .nav-tabs>li a, .wizard-nav .nav-tabs>li .nav-link {
        width: 30px;
        height: 30px;
    }
}

/*BotÃ£o de excluir arquivo upload*/
.card-body .area_form_cad ul li a.text-small-box, .area_form_cad .custom-file a.text-small-box {
    overflow: hidden;
    display: inline-block;
    width: 30px;
    height: 30px;
    text-align: center;
    vertical-align: bottom;
    color: black!important;
}

.card-body .area_form_cad ul li a.text-small-box::before, .area_form_cad .col-md-6 .custom-file a.text-small-box::before {
    content: "x";
    margin-right: 5px;
    font-weight: bold;
    display: inline-block;
    line-height: 1.6rem;
    font-size: 1.0rem;
    display: inline-block;
    width: 30px;
    height: 30px;
    border: 2px solid;
    border-radius: 50%;
}

.area_form_cad .col-md-6 .custom-file a.text-small-box {
    margin: 5px 0;
    top: 3px;
    position: absolute;
    right: -38px;
    z-index: 9;
}

/* Cartilhas */
.tab-cartilhas .nav-tabs .nav-link.active{
    background: #fbfbfb;
    border-bottom: none;
    color: black;
    font-weight: bold;
}
.tab-content-cartilhas{
    background: #fbfbfb;
    border: 1px solid #dee2e6;
    border-top: none;
    padding: 1.5rem 1rem 1rem;
}
.card-cartilha{
    background: url(../images/cartilha/pdf.png) no-repeat right 10px bottom 10px #fff;
}

.text-decoration-underline{
    text-decoration: underline  !important;
}
.text-decoration-underline:hover{
    text-decoration: none  !important;
}
/* Vacina */
.card-vacina .table-exterior thead{
    background: black !important;
}
.card-vacina table thead{
    background: black !important;
    color: #fff;
}
.card-vacina .table-infantil thead{
    background: black !important;
    color: white;
}
.card-vacina .table-infantil td,
.card-vacina .table-infantil th{
    border-color: black !important;
}
.card-vacina .table-bordered td, 
.card-vacina .table-bordered th{
    border-color: black;
}
.card-vacina .table-exterior td, 
.card-vacina .table-exterior th{
    border-color: black !important;
}
.card-vacina .header-vacina{
    background: black;
    /* margin-bottom: 25px; */
    padding: 10px;
}
.card-vacina .header-vacina.dose-adicional{
    background: black !important;
}

.card-vacina .header-vacina.dose-infantil{
    background: black !important;
}

.card-vacina .table-dose-adicional thead{
    background: black !important; 
}
.card-vacina .table-dose-adicional td, 
.card-vacina .table-dose-adicional th{
    border-color: black !important;
}
.card-vacina p.text-info{
    color: black !important
}

@media (max-width: 769px) {
    .card-vacina table tr td{
        display: block;
    }
}


@media (max-width: 1199px) {
    .tab-cartilhas .nav-tabs .nav-link{
        border-color: #dee2e6;
        border-bottom: none;
    }
}

@media (max-width: 769px) {
    .area_form_cad .col-md-6 .custom-file a.text-small-box {
        top: 4px;
        right: 82px;
    }
}

/* Media query para correÃ§Ã£o de lightbox datepicker */
@media (max-height: 820px) {
    .datepicker {
        top: 550px !important;
    }
}

@media (max-width: 575px) {
    .datepicker {
        top: 600px !important;
    }
}

@media (max-width: 500px) and (min-width: 435px) {
    .datepicker {
        top: 620px !important;
    }
}

@media (max-width: 435px) {
    .datepicker {
        top: 650px !important;
    }
}

@media (max-width: 330px) {
    .datepicker {
        top: 670px !important;
    }
}

/* Tabela RenovaÃ§Ã£o */
@media screen and (max-width: 768px){
    .table-renovacao tr,
    .table-renovacao td{
        width: 100% !important;
        display: block;
        background: rgb(201 216 232);
    }
}

.input-group button, .input-group a{
    background-color: transparent;
}

.border-left{
    border-left: none!important;
}

.border-bottom{
    border-bottom: none!important;
}

.input-group button, .input-group a{
    padding: 10px 45px;
}

.pagination-busca.pagination-centered-busca ul{
    display: -ms-flexbox;
    display: flex;
    padding-left: 0;
    list-style: none;
    border-radius: 0.25rem;
}

.pagination-busca.pagination-centered-busca ul li{
    position: relative;
    display: block;
    padding: 0.5rem 0.75rem;
    margin-left: -1px;
    line-height: 1.25;
    background-color: #fff;
    border: 1px solid #dee2e6;
}

.pagination-busca.pagination-centered-busca ul li a{
    color: black;
}

.pagination-centered-busca ul{
    justify-content: center!important;
}

#facebook {
	display:none;
}
/* EducaÃ§Ã£o - Campo RA */
.campos-RA .campo-Digito:before{
    content: "-";
    position: absolute;
    left: 0;
    top: 25%;
}
.campos-RA .campo-Digito:after{
    content: "/";
    position: absolute;
    right: 0;
    top: 25%;
}
.campos-RA .carteirinha:after{
    display: none;
}

/* CREA-SP */
#tabCrea ::before{
    display: none;
}
#tabCrea{
    border-bottom: none;
}
#tabCrea .nav-item{
    margin: 0;
}
#tabCrea .nav-item .nav-link{
    background: black;
    border-radius: 10px 10px 0 0;
    border: 1px solid #bbb;
    color: #fff;
    height: 40px;
    margin-top: 10px;
}
@media (max-width: 767px){
    #tabCrea .nav-item .nav-link,
    #tabCrea .nav-item .nav-link.active{
        border-radius: 5px 5px 0 0;
        margin: 0;
        height: unset !important;
        padding: .5rem 1rem !important;
    }
}
@media (max-width: 1199px){
    .border-responsive{
        border: none !important;
    }
}
#tabCrea .nav-item .nav-link.active{
    background: #fff;
    border-bottom: 0;
    color: #000;
    font-weight: bold;
    height: 45px;
    padding: .75rem 1.25rem .5rem;
}
#tabCreaContent{
    background: #fff;
    border: 1px solid #bbb;
    border-top: 0;
    padding: 15px 15px 10px;
}

#tabCreaContent .tab-pane .card-body{
    background: #fafafa;
}
}