@font-face {
    font-family: 'Montserrat';
    src: url('https://transito.mg.gov.br/layout_portal/webfonts/Montserrat-VariableFont_wght.ttf') format('truetype');
    font-weight: 100 900;
    /* Especifica o intervalo de pesos suportados */
    font-style: normal;
    /* Pode ser normal, italic, etc. */
}

body {
    background: #f8f9fa;
    font-family: "Montserrat", "Helvetica", "Arial", sans-serif;
    font-size: 14px;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4 {
    font-weight: 300;
    line-height: 1.5em;
}

/* Tamanhos dos H dos conteudos nas telas de serviços */
.article .h1,
.article h1 {
    font-size: 2.2rem;
}

.article .h2,
.article h2 {
    font-size: 1.8rem;
}

.article .h3,
.article h3 {
    font-size: 1.5rem;
}

.article .h4,
.article h4 {
    font-size: 1.2rem;
}

.article .h5,
.article h5 {
    font-size: 1rem;
}

.article .h6,
.article h6 {
    font-size: 0.75rem;
}

.g-recaptcha>div {
    margin: 0 auto;
}

.icone-rodape {
    width: auto !important;
    max-width: 220px;
    max-height: 110px;
}

.topo-pagina {
    background-color: var(--servico-default-cor-1) !important;
    color: #fff;
    position: fixed;
    cursor: pointer;
    z-index: 9999;
    border-radius: 3px 3px 3px 3px;
    padding-left: 6px;
    right: 20px;
    bottom: 33px;
    display: flex;
    align-items: center;
    width: 43px;
    height: 43px;
    opacity: 0.65;
    -moz-opacity: 0.65;
    filter: alpha(opacity=65);
    font-size: 30px !important;
}

.btn-toggle {
    font-weight: bold !important;
}

.menu-list {
    font-size: 12px;
    list-style-type: none !important;
}

.menu-title span.titulo-servico-detran,
.menu-title a {
    font-size: 16px;
    text-decoration: none;
}

.titulo-servico-detran .titulo-card-menu {
    font-size: 32px;
    font-weight: bold;
    border: 0px;
    margin-left: 35px;

}

.servico-veiculos .titulo-servico-detran,
.servico-infracoes .titulo-servico-detran,
.servico-habilitacao .titulo-servico-detran,
.servico-classe-padrao .titulo-servico-detran,
.titulo-servico-detran .titulo-servicos-categoria {
    font-size: 24px;
    font-weight: 500;
}

.link-servicos-acesso-rapido,
.link-servicos-acesso-rapido:hover {
    color: inherit;
    text-decoration: none;
}

.btn-outros-servicos {
    line-height: 1;
    padding: 5px;
    border: none;
}

.div-bt-links-publicacoes {
    margin-bottom: 10px;
}

.bt-links-publicacoes {
    color: #000;
    border: solid 1px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
    padding: 10px;
    width: 100%;
    min-height: 84px;
    display: flex;
    align-items: center;
    position: relative;
    overflow: hidden;
    display: grid;
    place-items: center;
}

.div-bt-links-publicacoes .icon-links-publicacoes:before {
    color: var(--servico-default-cor-1);
    font-size: 30px;
    margin-right: 10px;
    display: flex;
    align-items: center;
}

.div-bt-links-publicacoes .icone-contraste:before {
    color: #FFFF00 !important;
}


.bt-links-publicacoes i {
    flex-shrink: 0;
}

#card-bt-link-publicacoes,
#descricao-bt-link-publicacoes {
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%;
    min-height: 84px;
    width: 100%;
    box-sizing: border-box;
    word-wrap: break-word;
}

#descricao-bt-link-publicacoes {
    display: none;
}

.bt-links-publicacoes:hover {
    text-decoration: none;
    color: #fff !important;
    background: #9F9E9E !important;
    min-height: 84px;
}

.bt-links-publicacoes-contraste:hover {
    color: #FFFF00 !important;
    background: #565656 !important;
}

.bt-links-publicacoes:hover #card-bt-link-publicacoes {
    display: none;
}

.bt-links-publicacoes:hover #descricao-bt-link-publicacoes {
    display: block;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-family: 'Montserrat';
    font-size: 12px;
    font-weight: bold;
    width: 100%;
}

.bt-links-publicacoes.sem-descricao:hover #card-bt-link-publicacoes {
    display: flex;
    align-items: center;
}

.bt-links-publicacoes.sem-descricao:hover #descricao-bt-link-publicacoes {
    display: none;
}

.bt-links-publicacoes.sem-descricao:hover {
    color: inherit !important;
    background: inherit !important;
    padding: 10px;
}

.bt-links-publicacoes.sem-descricao.bt-links-publicacoes-contraste:hover {
    color: inherit !important;
    background: #393939 !important;
    padding: 10px;
}

#titulo-modal-fale-conosco {
    padding: 5px;
}

#titulo-modal-fale-conosco h5 {
    color: #fff;
    opacity: 1;
    text-shadow: none !important;
    font-size: 28px;
    font-family: 'Montserrat';
    font-weight: 500;
}

#titulo-modal-fale-conosco .close {
    color: #fff;
    opacity: 1;
    text-shadow: none !important;
    font-size: 18px;
    font-family: 'Montserrat';
    font-weight: 500;
}

#titulo-modal-fale-conosco span {
    font-size: 30px;
    font-weight: normal !important;
    color: #fff;
    opacity: 1;
    text-shadow: none !important;
}

#button-modal-fale-conosco {
    width: 80px;
    font-weight: 500;
    font-size: 16px;
}

#conteudo-modal-fale-conosco {
    margin: 20px 0px 5px 0px;
}

.tooltip {
    opacity: 1 !important;
}

.tooltip .tooltip-inner {
    color: #fff;
    background: #9F9E9E;
}

.tooltip .arrow::before {
    border-top-color: #9F9E9E;
}

.div-oculta {
    padding-right: 0px;
    padding-left: 0px;
    margin: 0px;
}

.linha-cat-serv {
    padding-right: 0px;
    padding-left: 0px;
    margin: 0px;
}

.container-cat-serv {
    padding-right: 0px;
    padding-left: 0px;
}

.div-bt-mais-menos {
    text-align: center;
    padding: 20px;
}

.bt-sem-sublinhado {
    text-decoration: none !important;
    font-size: 14px !important;
    width: auto !important;
}

.div-titulo-categoria {
    display: flex;
    align-items: center;
    width: 100%;
    padding: 20px;
}

.titulo-categoria {
    margin-right: 10px;
    font-size: 18px;
    font-weight: bold;
}

.div-titulo-categoria::after {
    content: "";
    flex-grow: 1;
    height: 2px;
    background-color: color-mix(in srgb, var(--servico-default-cor-3) 30%, transparent);
}

.div-titulo-categoria-contraste::after {
    background-color: #FFFF00 !important;
}

@media (max-width: 767px) {
    .bt-links-publicacoes {
        padding: 10px;
        font-size: 13px;
    }

    .div-titulo-categoria {
        padding-left: 5px;
        padding-right: 5px;
    }
}

a.btn-menu {
    font-weight: 500;
    text-decoration: none;
    display: block;
}

.dropdown-menu {
    z-index: 1050;
}

.card>.btn-mais-opcoes {
    color: white;
    text-align: center;
    text-decoration: none;
    display: inline-block;
}

.btn-mais-opcoes svg {
    color: white;
}

.stretched-link::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    pointer-events: auto;
    content: "";
    background-color: rgba(0, 0, 0, 0);
}

.accordion .btn-link {
    color: #FFF !important;
}

.accordion>.card .card-header {
    padding: 5px 10px;
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    color: #fff;
    background-color: #6c757d;
}

.nav-pills .nav-link {
    border-radius: 0.25rem 0.25rem 0 0;
    color: #565656;
}

.list-group-item:first-child {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

small.text-muted {
    width: 120px;
    padding: 0 5px;
}

.img-cont {
    background-size: 70%;
    width: 100%;
    min-height: 175px;
    padding: 5px;
    margin-bottom: 15px;
}

.maisInformacoes {
    height: 170px;
    background-color: #828282;
}

.maisInformacoes img {
    margin-top: 55%;
}

.pesquisaPecas {
    background-color: #359ac7;
    padding: 20px;
}

.leiloes {
    background-color: #dedede;
    padding: 20px;
}

a.nounderline:link {
    text-decoration: none;
}

a>.card-body .pesquisaPecas {
    color: #FFF;
}

a>.card-body .pesquisaPecas:hover {
    background-color: #63cffa;
    color: #3c99f0;
}

a>.card-body .leiloes {
    color: #565656;
    text-decoration: none;
}

a>.card-body .leiloes:hover {
    background-color: #6b6b6b;
    color: #FFF;
}

.estatisticas .card-body {
    padding: 5px;
}

ul.links-vertical {
    padding: 0;
}

ul.links-vertical li {
    display: block;
}

ul.links-vertical li>a {
    color: #565656;
}

.list-inline-item>a {
    font-size: 25px;
    padding: 5px;
}

.detran-wizard {
    margin-top: 10px;
    margin-bottom: 10px;
}

.titulo-categoria-servico-detran {
    font-weight: bold;
    margin-bottom: 0;
}

.menu-title .post>a {
    text-decoration: none !important;
}

.detran-lateral-card {
    margin-bottom: 10px;
}

.detran-lateral-card h5 {
    color: #2196F3;
}

.detran-servico-descricao {
    background-color: #E3F2FD;
    border: 0px !important;
    color: #000 !important;
}

#detran-servico-descricao .digital-presencial .card-header {
    background: var(--servico-default-cor-1) !important;
}

#detran-servico-descricao .digital-presencial .card-title {
    color: var(--servico-default-cor-3);
    background: var(--servico-default-cor-1) !important;
}

#detran-servico-descricao .card .digital-presencial {
    border: 1px solid var(--servico-default-cor-1) !important;
}

#detran-servico-descricao .card-header {
    background: #fff !important;
}

#detran-servico-descricao .card-title {
    color: var(--servico-default-cor-3);
    background: #fff !important;
}

#detran-servico-descricao .card-title img {
    margin-right: 10px;
}

#detran-servico-descricao .card {
    border: 1px solid #c9c9c8;
    margin-bottom: 20px;
}

#detran-servico-descricao ol ol,
ul ul,
ol ul,
ul ol {
    list-style-type: disc;
}

/*#detran-servico-descricao  .digital-presencial .card-header .card-title:after {*/
/*    content: "\f068  VER MENOS";*/
/*    font-size: 8px;*/
/*    margin-left: 5px;*/
/*    border: solid 1px black;*/
/*    width: 70px;*/
/*    text-align: center;*/
/*    border-radius: 3px;*/
/*}*/

/*#detran-servico-descricao .digital-presencial  .card-header.collapsed .card-title:after {*/
/*    content: "\f067  VER MAIS";*/
/*    font-size: 8px;*/
/*    margin-left: 5px;*/
/*    border: solid 1px var(--servico-default-cor-2);*/
/*    width: 70px;*/
/*    text-align: center;*/
/*}*/

.btn-custom-accordion {
    font-size: 10px;
    margin-left: 5px;
    border: 1px solid var(--servico-default-cor-3);
    min-width: 80px;
    width: 85px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 3px;
    height: 25px;
}

.btn-custom-accordion-default {
    font-size: 10px;
    margin: 0px 5px;
    min-width: 80px;
    width: 85px;
    display: flex;
    background: var(--servico-default-cor-1);
    align-items: center;
    justify-content: center;
    border-radius: 3px;
    height: 25px;
}

.breadcrumb-highlight {
    color: #FFFF00 !important;
}

.breadcrumb-item.active.yellow-highlight {
    color: #FFFF00 !important;
}

.dark-custom .btn-custom-accordion-default {
    font-size: 10px;
    margin: 0px 5px;
    border: 1px solid #ffffff;
    min-width: 80px;
    width: 85px;
    display: flex;
    background: #ffffff;
    align-items: center;
    justify-content: center;
    border-radius: 3px;
    height: 25px;
}

.dark-custom {
    padding: 0.2rem 0rem;
    position: relative;
    align-items: center;
    background: black;
}

.dark-custom h5 {
    background: black !important;
    color: white !important;
}

.breadcrumb-highlight {
    color: #FFFF00 !important;
}

.breadcrumb-item-contraste::before {
    color: #FFFF00 !important;
}

.breadcrumb-item.active.yellow-highlight {
    color: #FFFF00 !important;
}

.btn-custom-accordion-novo {
    font-size: 10px;
    background: #ffff;
    margin: 0px 5px;
    padding: 4px 0px;
    font-weight: bold;
    border: 1px solid var(--servico-default-cor-3);
    max-width: 85px;
    min-width: 80px !important;
    display: flex;
    align-items: center;
    justify-content: center;
    color: black;
    border-radius: 3px;
}

.btn-custom-accordion span {
    font-family: "Montserrat";
    font-weight: bold;
}

.btn-custom-accordion span svg {
    margin-right: 2px;
}

#detran-servico-descricao .card-header .d-flex {
    padding: 10px 10px 10px 0px;
}

#detran-servico-descricao .card-header .card-title:after {
    content: "";
}

#detran-servico-descricao .card-header.collapsed .card-title:after {
    content: "";
}

#detran-servico-descricao .card-header[aria-expanded="true"] .open-close_doc-cust:after {
    content: "";
}

#detran-servico-descricao .card-header .open-close_doc-cust:after {
    content: "";
}

.card {
    box-shadow: 2px 2px 5px 0px #0000001A;
}

.card-noticias {
    border-radius: 15px;
    max-width: 288px !important;
}

.img-card-noticias {
    border-radius: 15px 15px 0px 0px;
    max-height: 162px;
}

.disabled-hover {
    color: #0b071e;
}

.disabled-hover:hover {
    text-decoration: none;
    color: #0b071e;
}

.card-body-noticias {
    padding: 10px;
}

.titulo-card-noticias {
    width: 100%;
    font-size: 14px;
    font-weight: bold;
    height: 100px;
}

.data-card-noticias {
    width: 100%;
    padding-bottom: 10px;
}

.btn-redondo-tx-preto {
    border-radius: 20px;
    width: 140px;
    font-size: 14px;
    color: #000 !important;
    text-decoration-color: color-mix(in srgb, var(--servico-default-cor-3) 30%, transparent);
    transition: color 0.2s ease, text-decoration-color 0.2s ease;
}

.btn-redondo-tx-preto:hover {
    color: #fff !important;
    text-decoration-color: rgba(255, 255, 255, 0.8);
}

.owl-stage {
    display: flex;
    align-items: stretch;
    height: 100%;
    padding-bottom: 20px;
}

.owl-item {
    display: flex;
    justify-content: center;
    height: 100%;
    flex-shrink: 0;
    margin-right: 0px !important;
    margin-left: 10px;
    width: auto !important;
}

.owl-item:first-child {
    margin-left: 50px;
}

.owl-item:last-child {
    margin-right: 10px;
}

.div-mais-noticias {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0 auto;
}

.owl-nav {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: space-between;
    pointer-events: none;
    margin: 0 !important;
    padding: 0 !important;
}

.owl-nav .nav-btn {
    color: rgb(0, 0, 0);
    width: auto;
    font-weight: bold;
    font-size: 20px;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    pointer-events: auto;
}

.owl-next:focus {
    outline: none;
    box-shadow: none;
}

.owl-prev:focus {
    outline: none;
    box-shadow: none;
}

.next-slide {
    padding-right: 10px;
}

.prev-slide {
    padding-left: 10px;
}

.owl-next {
    background: linear-gradient(to right, rgb(255, 255, 255, 0.1), rgb(255, 255, 255, 1)) !important;
}

.owl-next:hover {
    background: linear-gradient(to right, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 1)) !important;
}

.owl-prev {
    background: linear-gradient(to right, rgb(255, 255, 255, 1), rgb(255, 255, 255, 0.1)) !important;
}

.owl-prev:hover {
    background: linear-gradient(to right, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0.1)) !important;
}

.owl-theme .owl-nav [class*=owl-] {
    margin: 0 !important;
}

.owl-nav .prev-slide {
    left: 0;
}

.owl-nav .next-slide {
    right: 0;
}

.owl-dots {
    display: none;
}

/** WIZARD **/

.bs-wizard {
    margin-top: 20px;
}


/*Form Wizard*/

.bs-wizard {
    padding: 0 0 10px 0;
}

.bs-wizard>.bs-wizard-step {
    padding: 0;
    position: relative;
}

.bs-wizard>.bs-wizard-step .bs-wizard-stepnum {
    color: #595959;
    font-size: 16px;
    /* margin-bottom: 5px; */
    height: 45px;
    padding-left: 1px;
    padding-right: 1px;
}

.bs-wizard>.bs-wizard-step .bs-wizard-info {
    color: #999;
    font-size: 14px;
}

.bs-wizard>.bs-wizard-step>.bs-wizard-dot {
    position: absolute;
    width: 30px;
    height: 30px;
    display: block;
    background: #99c6ff;
    top: 65px;
    left: 50%;
    margin-top: -10px;
    margin-left: -15px;
    border-radius: 50%;
}

.bs-wizard>.bs-wizard-step>.bs-wizard-dot:after {
    content: ' ';
    width: 14px;
    height: 14px;
    background: #199bfb;
    border-radius: 50px;
    position: absolute;
    top: 8px;
    left: 8px;
}

.bs-wizard>.bs-wizard-step>.progress {
    position: relative;
    border-radius: 0px;
    height: 8px;
    box-shadow: none;
    margin: 22px 0;
}

.bs-wizard>.bs-wizard-step>.progress>.progress-bar {
    width: 0px;
    box-shadow: none;
    background: #99c6ff;
}

.bs-wizard>.bs-wizard-step.complete>.progress>.progress-bar {
    width: 100%;
}

.bs-wizard>.bs-wizard-step.active>.progress>.progress-bar {
    width: 50%;
}

.bs-wizard>.bs-wizard-step:first-child.active>.progress>.progress-bar {
    width: 0%;
}

.bs-wizard>.bs-wizard-step:last-child.active>.progress>.progress-bar {
    width: 100%;
}

.bs-wizard>.bs-wizard-step.disabled>.bs-wizard-dot {
    background-color: #f5f5f5;
}

.bs-wizard>.bs-wizard-step.disabled>.bs-wizard-dot:after {
    opacity: 0;
}

.bs-wizard>.bs-wizard-step:first-child>.progress {
    left: 50%;
    width: 50%;
}

.bs-wizard>.bs-wizard-step:last-child>.progress {
    width: 50%;
}

.bs-wizard>.bs-wizard-step.disabled a.bs-wizard-dot {
    pointer-events: none;
}

.card-header,
.card-footer {
    background-color: #fff;
}

.list-group-item h6 {
    font-weight: bold !important;
}

#my_centered_buttons {
    display: flex;
    justify-content: flex-end;
}

.publicacoes-relacionadas>a {
    color: #69696b;
}

.form-group label {
    font-weight: bold;
}

input.transparent-input:focus {
    background-color: rgba(255, 255, 255, 0.644) !important;
}

input.transparent-input:focus::placeholder {
    color: #424242;
}

.disabled {
    opacity: 0.4;
    filter: alpha(opacity=40);
}

.pointer {
    cursor: pointer;
}

.img_tooltip {
    padding: 5px;
    border-radius: .55rem;
    background-color: #ccc;
}

.tooltip-inner {
    max-width: 500px !important;
}

figure.image {
    margin: .6rem;
}

figure {
    display: inline-table !important;
}

figcaption {
    display: table-caption !important;
    caption-side: top !important;
}

.termos-uso {
    margin: 0px auto;
    height: 150px;
    overflow: auto;
}

.termos-uso-2 {
    margin: 0px auto;
    height: 200px;
    overflow: auto;
}

#card-banner-inicial {
    border: solid 15px var(--servico-default-cor-1);
    background: var(--servico-default-cor-1);
    /* border-radius: 8px; */
    overflow: hidden;
}

#div-banner-inicial {
    padding: 0px;
    overflow: hidden;
    /* Garante que o conteúdo siga o border-radius */
    /*border-radius: 8px;*/
}

#img-banner-inicial {
    width: 100%;
    height: 100%;
    object-fit: cover;
    -webkit-transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    max-width: 100%;
    height: auto;
    display: block;
    image-rendering: auto;
    /* border-radius: 8px; */
}

.carousel {
    display: flex;
    overflow: hidden;
    width: 100%;
    font-size: 16px;
    -webkit-text-size-adjust: 100%;
}

.carousel-item {
    flex: 0 0 100%;
    max-width: 100%;
}

.carousel-control-prev {
    opacity: 1;
}

.carousel-control-next {
    opacity: 1;
}

.carousel-control-prev .icon-portal:before {
    font-size: 1.2rem;
    text-shadow: 1px 0 currentColor,
        0 1px currentColor,
        -1px 0 currentColor,
        0 -1px currentColor;
}

.carousel-control-next .icon-portal:before {
    font-size: 1.2rem;
    text-shadow: 1px 0 currentColor,
        0 1px currentColor,
        -1px 0 currentColor,
        0 -1px currentColor;
}

.carousel-indicators li {
    background: #000;
    height: 3px;
    opacity: 1;
    border-top: 10px transparent;
    border-bottom: 10px transparent;
}

.carousel-indicators .active {
    background: var(--servico-default-cor-2);
}

.carousel-indicators-contraste .active {
    background: #FFFF00 !important;
}

.servico-default .breadcrumb.ancoras a {
    color: #2196F3 !important;
}

.fixed-scroll {
    left: 9%;
    margin-top: 15px;
}

.fixed-scroll-rodadpe {
    display: none;
}

@media (max-width: 1200px) {
    .fixed-scroll {
        z-index: 9999;
        left: 2%;
    }

}

@media (max-width: 992px) {
    .fixed-scroll {
        z-index: 9999;
        left: 6%;
    }
}

@media (max-width: 736px) {
    .fixed-scroll {
        z-index: 9999;
        left: 1%;
    }
}

@media (max-width: 989px) {
    /* #div-container-default {
        margin-top: 20px;
    } */
}

#div-links-atendimento {
    margin: 0px;
    padding: 0px;
}

#div-links-atendimento .card-links-atendimento {
    border: solid 1px color-mix(in srgb, var(--servico-default-cor-3) 30%, transparent);
    border-radius: 10px;
    margin-bottom: 20px;
    text-align: center;
}

#div-links-atendimento .titulo-links-atendimento {
    border-bottom: solid 1px color-mix(in srgb, var(--servico-default-cor-3) 30%, transparent);
    padding: 10px;
    font-weight: bold;
}

#div-links-atendimento .conteudo-links-atendimento {
    padding: 10px;
    overflow: hidden;
}

#capa-links-atendimento .fa-circle-info {
    font-size: 22px;
    display: none;
}

#capa-links-atendimento .card-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px;
}

#capa-links-atendimento .card-header a {
    flex-grow: 1;
    text-align: center;
    color: var(--servico-default-cor-3);
    font-family: 'Montserrat';
    font-size: 16px;
}

#descricao-links-atendimento span {
    display: none;
}

#links-atendimento {
    border-radius: 7px;
    cursor: pointer;
    height: 200px;
}

#descricao-links-atendimento {
    display: none;
    border-radius: 7px;
    height: 200px;
    min-height: 200px;
    font-size: 12px
}

@media (max-width: 991px) {

    #capa-links-atendimento .fa-circle-info {
        display: inline-block;
    }

    #links-atendimento #capa-links-atendimento {
        display: block;
    }

    #descricao-links-atendimento span {
        display: inline-block;
    }

    .descricao-exibida {
        display: flex !important;
        background: #9F9E9E;
        padding: 10px;
        position: relative;
        align-items: center;
        justify-content: center;
        text-align: center;
        font-weight: bold;
        font-family: 'Montserrat';
    }

    .descricao-exibida a {
        display: flex;
        width: 100%;
        height: 100%;
        color: #fff;
        text-align: center;
        font-weight: bold;
        font-family: 'Montserrat';
        align-items: center;
        justify-content: center;
        text-decoration: none;
    }

    .descricao-exibida .close-btn {
        display: inline-block;
        position: absolute;
        top: 5px;
        right: 10px;
        font-size: 18px;
        cursor: pointer;
        background: transparent;
        border: none;
        color: #fff;
        font-weight: bold;
    }

}

@media (min-width: 992px) {

    #links-atendimento:hover #capa-links-atendimento {
        display: none;
    }

    #links-atendimento:hover #descricao-links-atendimento {
        display: block;
        background: #9F9E9E;
        padding: 10px;
        position: relative;
        align-items: center;
        justify-content: center;
        text-align: center;
        font-weight: bold;
        font-family: 'Montserrat';
    }

    #links-atendimento:hover #descricao-links-atendimento a {
        display: flex;
        width: 100%;
        height: 100%;
        color: #fff;
        text-align: center;
        font-weight: bold;
        font-family: 'Montserrat';
        align-items: center;
        justify-content: center;
        text-decoration: none;
    }
}

@media only screen and (max-width: 768px) {
    .logo_busca.justify-content-between {
        text-align: center !important;
    }

    .carousel-control-next,
    .carousel-control-prev {
        width: 8% !important;
    }

    .carousel-indicators {
        bottom: -5px !important;
    }

    .logo_busca {
        text-align: center;
    }

    .logo_busca .logo-detran {
        margin-bottom: 0 !important;
    }

    .logo_busca .form-group {
        margin-bottom: 0;
    }

    .termos-uso {
        height: 300px;
    }

    .btn-outros-servicos {
        width: auto !important;
    }
    #div-container-default {
        /* padding-right: 0px !important; */
        margin-top: 63px;
    }

    .accordion.mx-5 {
        margin-left: 10px !important;
        margin-right: 10px !important;
    }

    .accordion .card.digital-presencial .card-body{
        padding: 5px;
    }
}

/* #div-container-default {
    padding-right: 0px !important;
} */

@media (max-width: 584px) {

    /* .row {
        margin-right: 0px !important;
    } */

    #div-container-default {
        /* padding-right: 0px !important; */
        margin-top: 45px;
    }

    /* .servico-default {
        margin: 5px !important;
    } */
}

.custom-nav-mobile {
    background: var(--servico-default-cor-1);
    z-index: 99;
}


.menu-superior {
    background: var(--servico-default-cor-1);
}

.menu-superior .autenticacao .nome-usuario {
    font-weight: 400;
}

.menu-down {
    background: #2B2A2B;
}

.menu-down li {
    list-style: none;
}

.menu-down li a {
    color: #FFFFFF;
    font-size: 12px;
}

@media (max-width: 989px) {

    .menu-down {
        display: none;
    }

}

@media (max-width: 580px) {

    /* .card-title {
        font-size: 12px !important;
    } */

    .lista-categoria {
        padding: 0px 14px;
    }

    .card-body {
        padding: 0px 16px 0px 16px !important;
    }

    .card-links .card-body {
        padding: 20px;
    }

    .btn-custom-accordion-default>span {
        /* font-size: 8px !important; */
        min-width: 80px !important;
        text-align: center;
    }

    .btn-custom-accordion>span {
        /* font-size: 8px !important; */
        min-width: 80px !important;
        text-align: center;
    }

    .custom-social {
        display: none !important;
    }

    .custom-social-mobile {
        display: flex !important;
        align-items: center;
        justify-content: center;
    }

    .rede-social {
        display: block !important;
    }
}

.rede-social {
    display: none;
}

@media (max-width: 480px) {

    .card-body .lista-categoria {
        padding: 5px !important
    }

    .card-body>.justify-content-md-center>.col {
        padding: 0px !important
    }

    #detran-servico-descricao {
        padding: 0px 14px 0px 14px;
    }

    #descricao-links-fale-conosco {
        padding: 20px !important;
    }

    .margin-mobile-left {
        padding-left: 15px;
    }

    #cards-informativo {
        margin-left: 0px !important;
    }
}

.custom-social-mobile {
    display: none;
}

.dark-mode.notificacoes .toast-header {
    background-color: #393939 !important;
    border-bottom: 1px solid #393939;
    color: #FFFF00 !important;
}

.dark-mode.notificacoes .toast-header button span {
    color: #FFFF00 !important;
}

.dark-acesso-rapido-border {
    border-bottom: none !important;
    border-radius: 5px;
    background: #252526 !important;
    margin: 0 0 15px 0;
}

.dark-mode .altura-notificacao {
    background-color: #252527 !important;
    color: #FFFF00 !important;
    border: none !important;
}

.dark-mode .altura-notificacao .table-striped tbody tr:nth-of-type(odd) {
    background-color: #393939 !important;
    border: none !important;
}

.dark-mode .altura-notificacao a {
    color: #FFFF00 !important;
    border: none !important;
}

.dark-mode .altura-notificacao th,
.dark-mode .altura-notificacao td,
.dark-mode .altura-notificacao a {
    color: #FFFF00 !important;
    border: none !important;
}

/* Cor padrão fora do modo dark */
.altura-notificacao th,
.altura-notificacao td,
.altura-notificacao a {
    color: #030302 !important;
    border: none !important;
}

.toast-header .titulo-popup-centraliza {
    text-align: center !important;
    width: 100%;
}

.titulo-itens-minha-conta .icon-portal:before {
    color: var(--servico-default-cor-1);
}