:root {
    --color-one: #22743E;
    --color-two: #22743E;
    --color-three: #22743E;
    --color-four: #22743E;
    --background-faq: #055380;
    --color-light: #ffffff;
    --color-dark: #3e3e3e;
    --color-required: #ff0000;
    --color-text: #15181B;
    --color-hover-nav: #81d49d;
    --color-button: #22743E;
    --background-body: #ffffff;
    --color-placeholder: #ffffff;
    --color-background-cinza: #E0E0E0;
    --desativado: #ADADAD;
    --color-placeholder-icon: #B9B9B9;

    /* claro 5cc2b1 */
    /* medio 055380 */
    /* escuro 243d76 */
}

html {
    max-width: 100vw;
}

.bodyTransparente {
    position: absolute;
    display: flex;
    justify-content: center;
    min-height: 100%;
    width: 100%;
    background: var(--color-light);
    opacity: 0.9;
    z-index: 9;
    overflow: hidden;
}

.swal2-popup, .swal2-container {
    max-width: 100vw;
}

body {
    /* font-family: Roboto, sans-serif; */
    /* font-family: 'Segoe UI_', 'Open Sans', Verdana, Arial, Helvetica, sans-serif; */
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    margin-bottom: 3rem;
    color: var(--color-text);
    /* background: #7a777712; */
    background: var(--background-body);
    height: 100%;
}

#box-login {
    border: 1px solid lightgray;
    border-radius: 1%;
    padding-bottom: 30px;
    padding-top: 30px;
    min-height: 100%;
    width: 100%;
}

/* @media (min-width: 100px) {
    #brand-amc {
        width: 170px;
    }
}

@media (min-width: 306px) {
    #brand-amc {
        width: 130px;
    }
}

@media (min-width: 506px) {
    #brand-amc {
        width: 170px;
    }
}



@media (min-width: 700px) {
    #brand-amc {
        width: 170px;
    }
}

@media (min-width: 1030px) {
    #brand-amc {
        width: 300px;
    }
} */

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 48px;
    z-index: -1;
}

#footer div {
    background: var(--color-four);
    text-align: center;
    margin: 0px;
}

#footer div p {
    color: var(--color-text);
    /* #E0F2F1; */
    /* font-family: Josefin Sans, sans-serif; */
    /* font-family: 'Segoe UI_', 'Open Sans', Verdana, Arial, Helvetica, sans-serif; */
    font-family: "Poppins";
    padding: 12px 40px !important;

}

h1,
h2,
h3,
h4,
h5,
h6,
.nav-item a,
.nav .dropdown a {
    /* font-family: Josefin Sans, sans-serif; */
    /* font-family: 'Segoe UI_', 'Open Sans', Verdana, Arial, Helvetica, sans-serif; */
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;

}
.nav-item{
    display: flex;
    align-items: center;
}
.navbar-light .navbar-nav .nav-link:hover{
    color: var(--color-hover-nav) !important;
}

#hr-consultas {
    margin: 8px 0px 0px 0px;
}

html {
    position: relative;
    min-height: 100%;
}

.icon-margin {
    font-size: 50px;
    margin-right: 20px;
    vertical-align: middle;
}

#img-info {
    margin-bottom: 3vh;
    width: 20em;
}

#linha-slide-consultas div {
    margin-top: 25px;
}

.link-css a,
.link-css a:link,
.link-css a:hover,
.link-css a:active,
.link-css a:visited {
    color: var(--color-light);
    text-decoration: none;
}

.link-amc a,
.link-amc a:link,
.link-amc a:active,
.link-amc a:visited {
    color: var(--color-two);
    text-decoration: none;
}

.link-amc a:hover {
    color: var(--color-text);
    text-decoration: none;
}

.link-hover {
    color: #373D3F;
    text-decoration: none;
}

.link-hover a:hover {
    color: var(--color-three);
    text-decoration: none;
    transition: ease-in-out 0.2s;

}

#list-link .list-inline {
    text-align: left;
    list-style: none;
    line-height: 1.6;
    margin-bottom: 0;
}

#list-services .col i {
    font-size: 70px;
}

#locais-div i {
    margin: 0px 10px 0px 0px;
    font-size: 30px;
}

.margin-heading {
    margin: 10vh 0 0 0;
}

#navbar-main {
    background-color: var(--color-one);
}

.navbar-light .navbar-nav .active>.nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .show>.nav-link,
.navbar-light .navbar-nav .nav-link {
    color: var(--color-light);
}

#nav-down {
    border-right: 0;
    border-left: 0;
    padding: 0px;
    background-color: var(--color-four);
}

.nav-tabs .nav-item .nav-link {
    color: var(--color-three);
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    color: var(--color-light);
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    background-color: var(--color-button);
}

.form-control, .gridjs-input{
    background-color: var(--color-placeholder) ;
    color: var(--color-text) !important;
}

.form-control:focus,.gridjs-input{
    background-color: var(--color-placeholder) !important;
    color: var(--color-text) !important;
}
.gridjs-pagination button{
    background-color: var(--background-body) !important;
    color: var(--color-text) !important;
}
.gridjs-pagination .gridjs-pages button:focus {
    box-shadow: none !important;
}

p,
p a {
    /* font-family: Roboto, sans-serif; */
    /* font-family: 'Segoe UI_', 'Open Sans', Verdana, Arial, Helvetica, sans-serif; */
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    color: var(--color-text);
    /* #373D3F */
}

.clicou:hover, .clicou:visited{
    color: var(--color-light) !important;
}
.zona-azul:focus{
    color: var(--color-light) !important;
}
@media(max-width: 768px){
    .clicou:hover {
        color: var(--color-text) !important;
    }
}

.tab-content {
    border: 1px solid #e7e7e7;
    border-radius: 6px;
    -webkit-box-shadow: 0 10px 6px -6px #c9c9c9;
    -moz-box-shadow: 0 10px 6px -6px #c9c9c9;
    box-shadow: 0 10px 6px -6px #c9c9c9;
}

.titulos-color i,
.titulos-color h4,
.titulos-color h3,
.titulos-color h5,
.titulos-color {
    color: var(--color-two);
    transition: 0.5s;
}

.cards-home i,
.cards-home h4,
.cards-home h3,
.cards-home h5,
.cards-home p,
.cards-home {
    transition: 0.5s;
}

#list-services .fa.fa-drivers-license-o {
    margin-top: 17px;
    margin-bottom: 17px;
}

#list-informacoes {
    margin-top: 3vh;
}

.icon-size i {
    font-size: 80px;
}

.margin-button {
    margin-top: 30px;
}

.margin-form .form-row {
    margin-top: 15px;
    margin-bottom: 10px;
}

.button-amc {
    background-color: var(--color-button);
    color: var(--color-light);
    border-color: var(--color-button);
    font-family: "Poppins";
    font-weight: 500;
}

.button-amc:hover {
    background-color: var(--color-four);
    color: var(--color-hover-nav);
    border-color: var(--color-one);
}

.button-amc:active,
.button-amc:active:before,
.button-amc:after {
    background-color: var(--color-button);
    color: var(--color-hover-nav);
    border-color: var(--color-one);
}

.bg-success,
.bg-success:hover {
    border: 1px solid green;
    color: var(--color-light);
}

.bg-danger,
.bg-danger:hover {
    border: 1px solid red;
    color: var(--color-light);
}

#form-anexos input {
    /* background-color: var(--color-light); */
    border-radius: 6px;
}

#escolha-tipo div {
    padding-bottom: 40px;
    padding-left: 10px;
    padding-right: 10px;
}

@media (max-width: 500px) {
    .w100-on-small {
        width: 100%;
    }
}

.justify-paragraphs {
    text-align: justify;
}

.fixed {
    position: fixed;
}

.bs-docs-sidebar {
    margin-left: 50px;
    margin-right: 20px;
    margin-top: -120px;
    margin-bottom: 20px;
    border: 1px solid rgb(239, 239, 239);
    border-radius: 5px;
    padding: 10px;
    font-size: 0.8em;
    background-color: white;
}

.scrollspy {
    position: relative;
    height: 500px;
    overflow: auto;
}

#sidebar-info .active {
    background-color: #4DB6AC;
    color: white;
}

#sidebar-info a:link,
#sidebar-info a:visited,
#sidebar-info a:hover,
#sidebar-info a {
    color: var(--color-light);
}

#sidebar-info {
    overflow: auto;
    position: relative;
    height: 500px;
    background-color: white;
    border-radius: 5px;
}

.list-amc ul {
    list-style: none;
}

.margin-tab-content {
    margin: 20px;
}

/* Loading  */
.loading {
    position: fixed;
    display: flex;
    justify-content: center;
    min-height: 100%;
    width: 100vw;
    background: var(--color-light);
    opacity: 0.9;
    z-index: 1040;
    overflow: hidden;
}

.load {
    display: flex;
    height: 100vh;
    position: 1vh;
    justify-content: center;
    align-items: center;
    padding-top: 40vh;
    padding-left: 40vw;

}

@media only screen and (min-width: 820px) and (max-width: 1000px) {
    #padrao {
        display: flex;
    }
    #logado {
        display: flex;
    }
    #navbar-main {
        height: 126px;
    }
    .load {
        padding-left: 27vw;
    }

}

svg circle {
    display: block;
    fill: none;
    stroke-width: 5;
    stroke: var(--color-two);
    stroke-linecap: round;
    transform: translate(5px, 5px);
    stroke-dasharray: 440;
    stroke-dashoffset: 440;
    animation: animate 2s linear infinite;
    margin-top: auto;


}

@keyframes animate {
    0% {
        stroke-dashoffset: 440;
    }

    50% {
        stroke-dashoffset: 0;
    }

    50.1% {
        stroke-dashoffset: 880;
    }
}

#carousel-1 {
    min-height: 400px;
    max-height: 400px;
    border-radius: 6px;
}

#img-slider {
    max-height: 360px;
    min-height: 360px;
    /* 23em */
}

@media (max-width: 840px) {
    #carousel-1 {
        min-height: 352px;
        max-height: 352px;
        border-radius: 6px;
    }

    #img-slider {
        min-height: 320px;
        max-height: 320px;
    }

    .margin-heading {
        margin: 6vh 0 0 0;
    }
}

@media (min-width: 1140px) {
    .margin-heading {
        margin: 48px 0px 0px;
    }
}

.overlay {
    position: absolute;
    bottom: 0;
    background: rgb(0, 0, 0);
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.75) 0%, rgba(0, 0, 0, 0.40) 49%, rgba(17, 14, 16, 0.00) 100%);
    transition: .5s ease;
    opacity: 0.5;
}

.overlay:hover {
    opacity: 1;
}

#describe-news {
    color: var(--color-light);
    padding-top: 1em;
    max-width: 150ch;
    overflow: hidden;
    text-overflow: ellipsis;
}

#custom-slide {
    left: 0%;
    right: 0%;
    padding: 2vh 2vw;
}

#btn-menu-toggle,
#nav-menu-toggle {
    margin: 0.5em 0.5em;
    color: white;
    border: none;
}

@media (max-width: 768px) {
    .overlay {
        opacity: 1;
    }
    #acessibilidade_lista{
        padding-left: 0 !important;
    }
    .dropdown-toggle::after {
        vertical-align: 0.05em !important;
    }

    #nav-relatorios {
        margin-right: 1rem;
    }



}

@media (min-width: 1000px) {
    #logado {
        display: flex;
    }
    #navbar-main {
        height: 126px;
    }

    .load {
        padding-left: 13em;
    }
}

/* ================================== Cards informações ================================== */

.cards-info {
    margin: 0 auto;
    display: grid;
    grid-column-gap: 10px;
    grid-row-gap: 1.2em;
    max-height: 38.6em;
    overflow-y: scroll;
}

.cards-info img {
    text-align: center;
    border-radius: 5px;
    max-width: 21.5em;
    min-width: 21.5em;
    max-height: 10em;
    min-height: 10em;
    /* image-rendering: high-quality; */
    image-rendering: -webkit-optimize-contrast;
    image-rendering: crisp-edges;
}

.cards-info div {
    text-align: center;
}

.cards-info::-webkit-scrollbar {
    width: 3px;
    border-radius: 2em;
}

.cards-info::-webkit-scrollbar-track {
    background: #013f3967;
    border-radius: 2em;
}

.cards-info::-webkit-scrollbar-thumb {
    background-color: var(--color-two);
    border-radius: 2em;
    border: 3px solid var(--color-four);
}

.order-1 {
    grid-row-start: 1;
    grid-row-end: 1;
}

.order-2 {
    grid-row-start: 2;
    grid-row-end: 2;
}

.order-3 {
    grid-row-start: 3;
    grid-row-end: 3;
}

.order-4 {
    grid-row-start: 4;
    grid-row-end: 4;
}

.order-5 {
    grid-row-start: 5;
    grid-row-end: 5;
}

/* Screen larger than 600px? 2 column */
@media (min-width: 900px) {
    .cards-info {
        grid-template-columns: repeat(2, 1fr);
    }
}

/* ========================================= Cards de serviços ========================================= */

.cards-home {
    padding: 1em;
    background-color: var(--background-body);
    border-radius: 5px;
    max-width: 17em;
    min-height: 15em;
    max-height: 15em;
    /* box-shadow: 0px 2px 5px #1c1b1b7d; */
    /* overflow: auto; */
    cursor: pointer;
    margin: 1em 0em;
    transition: .5s;

}

.cards-home p {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}

/* .cards-home:hover {
    transform: scale(1.03);
} */

.cards-home i {
    margin-bottom: 0.2em;
}

.cards-home h4 {
    margin-bottom: 0.7em;
}

.cards-home::-webkit-scrollbar {
    width: 3px;
    border-radius: 2em;
}

.cards-home::-webkit-scrollbar-track {
    background: #013f3967;
    border-radius: 2em;
}

.cards-home::-webkit-scrollbar-thumb {
    background-color: var(--color-two);
    border-radius: 2em;
    border: 3px solid var(--color-four);
}

#list-services {
    display: flex;
    justify-content: left;
    word-break: break-word;
}

.separator {
    display: flex;
    align-items: center;
    text-align: center;
}

.separator::before,
.separator::after {
    content: '';
    flex: 1;
    border-bottom: 2px solid var(--color-two);
}

.separator:not(:empty)::before {
    margin-right: .25em;
}

.separator:not(:empty)::after {
    margin-left: .25em;
}

#more-services {
    line-height: 1;
    padding: 0.5em;
    margin: 0.5em;
}

.desc-servicos{
    text-align: left;
    text-justify: inter-word;
}



.link-servico{
    width: 7rem;
}

@media(min-width:768px){
    .response-table{
        width: 100%
    }
}

/* ======================== BATEU ======================== */
/*

.thumbnail {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
}
.thumbnail p:not(button) {
    color: #999999;
    font-size: 14px;
}
.thumbnail h3 {
    font-weight: bold;
    font-size: 17px;
}

.tamanho-do-thumbnail{
    height: 173px;
}
.tamanho-da-imagem{
    height: 167px !important;
}
.exemplo-cnh:hover{
    border-color: #428bca4f !important;
}

.input-file-custom-envolvido {
    width: 100%;
    height: 100%;
    visibility: hidden;
    z-index: 100;
}
.espacamento-placa-foto{
    margin-bottom: 12px;
} */


/* ======================== MAPAS_CONSULTA ======================== */


#consulta_mapas img {
    width: 100%;
    image-rendering: -webkit-optimize-contrast;
    image-rendering: crisp-edges;
}

.arquivo_banner {
    display: block !important;
    right: 1px;
    top: 1px;
    height: 34px;
    opacity: 0;
    width: 100%;
    background: none;
    position: absolute;
    overflow: hidden;
    z-index: 2;
    cursor: pointer;
}

#span_banner {
    display: block;
    border: 1px solid #d6d7d6;
    background: #FFF;
    border-radius: 4px;
    width: 100%;
    height: 36px;
    line-height: 36px;
    padding: 0px 10px 2px 10px;
    overflow: hidden;
    position: relative;
}

.buttons_locais {
    gap: 15px;
    justify-content: center;
}

.span_required {
    color: var(--color-required);
}

#lista_links_manuais li {
    text-decoration: none;
    color: var(--color-dark);
}

.div_respostas {
    display: flex;
    margin-left: 1.5rem ;
    padding: 1rem 0 0.5rem 0 ;
}

.titulo_perguntas {
    margin: 0 ;
    padding: 10px;
    /* background-color: rgb(208, 208, 208); */
}

.ul_faq h4 {
    border-bottom: 1px solid var(--color-text);
}

.ul_faq_selected {
    /* background-color: rgb(208, 208, 208); */
    color: var(--color-text);
}

.ul_faq {
    padding: 1rem;
    padding-bottom: 0.5rem;
    border-radius: 1rem;
    margin-bottom: 0;
    margin-top: 0;
}

.lista_perguntas {
    /* background-color: rgb(208, 208, 208); */
    color: var(--color-text);
    border-radius: 1rem;
    padding: 1rem;
}

.lista_perguntas ul {
    color: var(--color-text);
    padding-left: 2rem;
    margin-top:1rem;
}
.lista_perguntas h5 {
    border-bottom: 1px solid #a2a2a2;
    border-radius: 1rem;
    transition: ease-in-out 0.3s;
}
.lista_perguntas h5:hover {
    background-color: rgb(179, 179, 179);
}
.pace {
    -webkit-pointer-events: none;
    pointer-events: none;

    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

.pace-inactive {
    display: none;
}

.pace .pace-progress {
    background: var(--color-two);
    position: fixed;
    z-index: 2000;
    top: 0;
    right: 100%;
    width: 100%;
    height: 5px;
}

.tabela_agendamento{
    color: var(--color-text);
}

.dia_selecionado {
    background-color: var(--color-three);
    color: var(--color-light);
}

.altera_mes {
    color: var(--color-text);
}

.horario_selecionado {
    background-color: var(--color-three);
    color: var(--color-light);
}

h3{
    font-size: 1.75em;
}

.dia_indisponivel {
    opacity: 50%;
}

.horario_indisponivel {
    opacity: 50%;
}

.dia_mes:hover {
    cursor: pointer;
}

.horario_dia:hover {
    cursor: pointer;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* .hover-branco:hover{
    color: var(--color-light) !important;
} */

#navcol-1 ul .nav-link:hover{
    color: var(--color-hover-nav) !important;
}
/* #hover-dropdown .dropdown-item:hover{
    color: var(--color-light) !important;
} */

/* .nav-link-menu:hover{
    color: var(--color-light) !important;
} */

/* .nav-link-menu.active{
    color: var(--color-text)
} */

.nav-link-menu{
    font-size: 1rem !important;
    font-family: "Poppins" !important;
    font-weight: 500 !important;
}

.nav-link-menu:focus{
    color: var(--color-light) !important;
}

.titulo_servicos{
    font-size: 1.75rem;
}

.btn-wpp{
    max-width: 20vw;
    max-height: 20vh;
    z-index: 1030 !important;
}

.bottom-fixed {
    position: fixed;
    right: 0;
    bottom:0;
    left: 0;
    max-width: 6.25rem;
    margin-left: auto;
}

.color-modal-wpp{
    background-color:#64b161 ;
    color: var(--color-light);
}

.margin-swal-wpp .swal2-modal{

    bottom: -12vh;
    right: 2;
    box-shadow: 0 5px 15px rgb(0 0 0 / 50%);
}
/* .swal2-center-end{
    overflow-y: scroll !important;
} */
body.swal2-shown{
    overflow-y: auto !important;
    padding-right: 0 !important;
}

@media(min-width:320px) {
    .margin-swal-wpp .swal2-modal{
        bottom: -12vh;
    }
}


@media(min-width:480px) {
    .margin-swal-wpp .swal2-modal{
        bottom: -5vh;
    }
}

@media(min-width:768px){
    .margin-swal-wpp .swal2-modal{
        bottom: -5vh;
    }
}


@media(min-width:1024px) {
    .margin-swal-wpp .swal2-modal{
        bottom: -15vh;
    }
}

@media(min-width:1366px) {
    .margin-swal-wpp .swal2-modal{
        bottom: -12vh;
    }
}


@media(min-width: 1800px)  {
    .margin-swal-wpp .swal2-modal{
        bottom: -22vh;
    }
}


/* @media(max-height:900px) and (min-height: 800px) {
    .margin-swal-wpp .swal2-modal{
        bottom: -15vh;
    }
}

@media(min-width: 1200px) and (min-height: 800px) {
    .margin-swal-wpp .swal2-modal{
        bottom: -22vh;
    }
} */

.margin-swal-wpp {
    z-index: 1 !important;
}

.margin-swal-wpp .swal2-html-container, .margin-swal-wpp .swal2-popup{
    margin-right: 0px;
    margin-left: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-bottom: 0px;
}

.margin-swal-wpp .swal2-timer-progress-bar-container {
    display: none;
}

.middle-modal-wpp {
    width:100%;
    background-color: #e4dcd4;
}

.margin-swall-wpp .swal2-actions {
    margin-top: 0 !important;
}

.margin-swal-wpp .form-group {
    margin: 0 auto 0.8rem auto;
}

.margin-swal-wpp .form-control {
    height: 2em;
    font-size: 0.875rem !important;
}

.margin-swal-wpp .swal2-popup{
    background-color: #64b161;
    font-size: 0.8rem !important;
}

.margin-swal-wpp .swal2-actions{
    width: 100% !important;
    justify-content:end !important;
    margin-top: 0 !important;
    padding: 0.9375rem !important;
}

.margin-swal-wpp .swal2-close{
    width: 1em !important;
    height: 1em !important;
    margin-top: 0.1em !important;
}

.cancelWpp{
    color: #333 !important;
    background-color: #fff !important;
    border-color: #ccc !important;
    font-size: 0.875em !important;
    margin: 0 !important;
}

#button-wpp{
    align-items: flex-start;
    font-size: 0.875em !important;
}

.titulo_transparencia{
    cursor: pointer;
    border-bottom:solid 1px black;
    width:100%;
}

.titulo_transparencia:hover{
    color: var(--color-three);
    text-decoration: none;
}

.acessibilidade{
    color: var(--color-light);
    list-style: none;
    justify-content: left;
    font-weight: 500;
    font-family: 'Poppins';
    align-items: baseline;
    gap: 0.75rem;
    font-size: 0.75rem;
}

.input-wpp{
    color: var(--color-dark) !important;
    background-color: var(--color-light) !important;
}

.input-wpp:focus{
    color: var(--color-dark) !important;
    background-color: var(--color-light) !important;
}

.lista-acessibilidade{
    cursor: pointer;
    align-self: baseline !important;
    -webkit-touch-callout: none;
   -webkit-user-select: none;
   -khtml-user-select: none;
   -moz-user-select: none;
   -ms-user-select: none;
   user-select: none;
   font-size: 1rem !important;

}
.lista-acessibilidade:hover{
    color: var(--color-hover-nav);
}
/* .acessibilidade-menos{
    font-size: 0.688em;
}
.acessibilidade-default, .dark-mode-acessibilidade{
    font-size: 0.813em;
}
.acessibilidade-mais{
    font-size: 0.938em;
} */
#policy {
    background: var(--color-two) !important;
}

#btnAccept {
    margin: 0 auto;
    width: min-content;
    font-size: 0.9em;
}

.table_remocao{
    color: var(--color-text);
}

#wrapper a:hover {
    color: var(--color-text);
}

.gridjs-tbody, td.gridjs-td, .gridjs-th, .gridjs-footer{
    background-color: var(--background-body) !important;
    color: var(--color-text) !important;
}

.gridjs-wrapper{
    border-radius:0% !important;
}

.anonimo{
    background-color: #d0dff2;
    border-radius: 1rem;
}

.titulo_cadastro{
    font-family: "Poppins";
    font-weight: 500;
}

.button-fundo-branco{
    background-color: var(--color-light);
    color: var(--color-button);
    border: solid 0.125rem var(--color-button);
    font-family: "Poppins";
    font-weight: 500;
}

.button-fundo-branco:hover{
    background-color: var(--color-background-cinza);
    color: var(--color-button);
}

.link-volta-cadastro{
    font-size: 1rem;
    font-family: "Poppins";
    text-decoration: none;
    color: var(--color-text);
    font-weight: 400;
    gap: 0.875rem;
}

.link-volta-cadastro:hover{
    text-decoration: none;
    color: var(--color-text);
    opacity: 70%;
    cursor: pointer;
}

#numero_progresso_cadastro{
    color: #4B9DC9;
    line-height: 0.75rem;
    font-size: 0.6rem;
    font-weight: 500;
    font-family: "Poppins";
    position: relative;
    top: 0.563rem;
}

.icon-regra-senha{
    color: #FFA500;
}

.div-regra-senha{
    gap: 0.5rem;
}

.texto-regra-senha{
    font-family: "Poppins";
    font-weight: 500;
    font-size: 0.75rem;
    line-height: 1.125rem;
    color: var(--color-text);
}

.icone_verde{
    color: #008000;
}

.icone_vermelho{
    color: var(--color-required);
}

.aviso_campo_invalido{
    color: var(--color-required);
    opacity: 70%;
}

.link-padrao{
    color: var(--color-four);
    font-family: "Poppins";
    font-weight: 500;
    font-size: 1rem;
}

.container_senha{
    width: 100%;
    position: relative;
}

.exibir_senha{
    position: absolute;
    top: 50%;
    right: 0.625rem;
    transform: translateY(-50%);
    cursor: pointer;
    color: var(--color-placeholder-icon);
}

#avatar
{
    border: solid 1px var(--color-light);

}

.avatar_div{
    height: 3rem;
    width: 3rem;
    font-size: 1.5rem;
    font-weight: 700;
    pointer-events: none;
    color: var(--color-light);
}

.map-container {
    position: relative;
    padding-bottom: 75%; /* Proporção de 450 / 600 = 0,75 */
    height: 0;
    overflow: hidden;
}

/* Estilo do Iframe Responsivo */
.map-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

@media (max-width: 1385px){
    #logado ul {
        display: block !important;
    }
 }


 @media (max-width: 400px){
    #logo-acessibilidade{
        gap: 0.3rem !important;
    }
 }

 @media (max-width: 972px){
    .lista_servicos .nav-link-menu{
        margin-left: auto;

    }

    #logado, #padrao{
        position: absolute;
        top: 7.375rem;
        left: 2.813rem;
    }

    #padrao ul{
        display: block !important;
    }

    #logado ul , #padrao ul{
        padding-inline-start: 0 !important;
    }

    .remove_collapsing{
        position: static !important;
    }

    .espaco-collapse{
        padding: 3rem;
    }
 }

 @media (max-width: 1093px){

    #logado ul , #padrao ul{
        padding-inline-start: 0 !important;
    }
 }


 .dropdown-menu{
    position: absolute !important;
 }
 
#quantidade_filtros{
    background-color: #00527E;
    color: var(--color-light);
    border-radius: 50%;
    font-size: 0.7rem;
    width: 1rem;
    position: relative;
    top: 0.6rem;
    right: 0.9rem;
    display: inline;
}

.swal2-confirm{
 background-color: var(--color-four) !important;
}
