@charset "UTF-8";
input[type=image] {
  max-width: 64px;
  width: 100%;
}

table[bgcolor="#000000"] td,
table[bgcolor="#000000"] th {
  padding: 0;
}

:root {
  --bg-color: #ffffff;
  --bg-secondary-color: #f3f3f6;
  --color-primary: #14854f;
  --color-lightGrey: #d2d6dd;
  --color-grey: #747681;
  --color-darkGrey: #3f4144;
  --color-error: #d43939;
  --color-success: #28bd14;
  --grid-maxWidth: 120rem;
  --grid-gutter: 2rem;
  --font-size: 1.6rem;
  --font-color: #333333;
  --font-family-sans: sans-serif;
  --font-family-mono: monaco, "Consolas", "Lucida Console", monospace;
  --color-light: rgb(203 213 225);
  --color-mid: rgb(51 65 85);
  --color-dark: rgb(71 85 105);
  --detran-cor1: #134175;
  --detran-cor2: #4c7097;
  --detran-cor3: #ef7d00;
}

body {
  font-family: Open Sans, sans-serif;
  line-height: 1.6;
  background: linear-gradient(135deg, #4c7097, #43505f);
  transition: all 0.3s ease-in-out;
}

.fonteMenor h4 {
  font-size: 1em;
  font-weight: bold;
  color: var(--bs-danger);
  margin-bottom: 2em;
}

.fonteMenor p {
  font-size: 13px;
  margin-bottom: 0.75em;
  line-height: 1.1em;
}

.form-container {
  max-width: 1140px;
  margin: 30px auto;
  background-color: white;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}

.form-title {
  text-align: center;
  margin-bottom: 30px;
  color: #0d6efd;
}

/* Header */
header {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  padding: 0rem 1rem !important;
}

header img {
  max-height: 100px;
  width: auto;
}

#btLoginGovBr,
#btLoginGovBrPj {
  border-radius: 60px;
  color: #1351b4;
  font-weight: 600;
}
#btLoginGovBr span,
#btLoginGovBrPj span {
  font-weight: 900;
}
#btLoginGovBr i,
#btLoginGovBrPj i {
  font-size: 14px;
  color: var(--color-darkGrey);
  display: block;
  margin-top: 6px;
}

#btSairGovBr {
  display: flex;
  border-radius: 60px;
  color: #ffffff;
  font-weight: 600;
  font-size: 1em;
  background-color: #f56868;
}
#btSairGovBr span {
  font-weight: 900;
}
#btSairGovBr svg {
  width: 16px;
  fill: #ffffff;
  color: #ffffff;
}

.header-middle {
  display: flex;
  align-items: center;
  gap: 1rem;
  flex-direction: row;
  justify-content: center;
  flex-wrap: wrap;
}
.header-middle a.button {
  border-radius: 60px;
  color: #1351b4;
  font-weight: 600;
}
.header-middle a.button span {
  font-weight: 900;
}
.header-middle.logadoGovBr {
  display: block;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.0823529412);
  padding: 18px 12px 0 12px;
  border-radius: 0 0 12px 12px;
  min-width: 20vw;
  text-align: center;
}
.header-middle .btSair {
  /* Força a div a ocupar toda a linha de baixo */
  flex-basis: 100%;
  width: 100%;
  /* Centraliza o link interno */
  display: flex;
  justify-content: center;
}
.header-middle .btSair .retornarPortal {
  text-align: center;
}

.header-right {
  display: flex;
  align-items: flex-end;
  gap: 1rem;
  flex-direction: column;
  justify-content: center;
}

.header-right div.icones {
  font-size: 0.79em;
  color: #fff;
  text-decoration: none;
  margin-left: 4px;
}

.header-right div a {
  font-size: 0.79em;
  color: #fff;
  text-decoration: none;
  margin-left: 4px;
}

.fab.tamanho28 {
  font-size: 2em;
}

.header-right div a.icone {
  width: 24px;
}

.header-right button {
  background-color: #28a745;
  color: white;
  border: none;
  cursor: pointer;
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
  width: 100%;
  min-width: 160px;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.btn-group-sm > .btn,
.btn-sm {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

.header-right button:hover {
  background-color: #1c7932;
}

.header-right {
  position: relative;
}
.header-right #miniMenu {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  position: absolute;
  inset: 0;
}
.header-right #miniMenu .headerDivV2 {
  width: 60px;
  padding: 0 12px;
  display: flex;
  border: 1px solid transparent;
  border-radius: 12px;
}
.header-right #miniMenu .headerDivV2 .iconDivVazia,
.header-right #miniMenu .headerDivV2 .iconDiv {
  height: 38px;
  width: 38px;
  margin-top: 12px;
  margin-bottom: 12px;
  margin-left: 3px;
  padding: 3px;
  border-radius: 6px;
  display: inline-flex;
  align-items: center;
  white-space: nowrap;
  overflow: hidden;
  cursor: pointer;
  transition: width 300ms ease-in-out 0s, background-color 300ms linear 200ms;
}
.header-right #miniMenu .headerDivV2 .iconDivVazia .iconSVG,
.header-right #miniMenu .headerDivV2 .iconDiv .iconSVG {
  height: 34px;
  aspect-ratio: 1/1;
  color: var(--color-light);
}
.header-right #miniMenu .headerDivV2 .iconDivVazia .iconSVG svg,
.header-right #miniMenu .headerDivV2 .iconDiv .iconSVG svg {
  fill: var(--color-light);
}
.header-right #miniMenu .headerDivV2 .iconDivVazia svg {
  color: var(--color-light);
  fill: var(--color-light);
}
.header-right #miniMenu .headerDivV2 .iconDiv:hover,
.header-right #miniMenu .headerDivV2 .iconDiv:focus-visible {
  color: var(--color-light);
  width: 168px;
  background-color: var(--color-mid);
  transition: width 300ms ease-in-out 0s, background-color 100ms linear 0s;
}
.header-right #miniMenu .headerDivV2 .iconDiv:focus-visible {
  outline: 1px solid var(--color-mid);
  outline-offset: 4px;
}
.header-right #miniMenu .headerDivV2 .iconDiv:active {
  opacity: 0.9;
}
.header-right #miniMenu .headerDivV2 .iconDiv::after {
  content: attr(tooltip);
  margin-left: 12px;
  animation: fadeIn 600ms linear forwards;
}
.header-right #miniMenu .headerDivV2 .spacer {
  flex-grow: 1;
}
.header-right #miniMenu .headerDivV2 .divider {
  height: 34px;
  width: 1px;
  margin: 12px 18px;
  background-color: var(--color-dark);
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

/* Main Content */
main {
  min-height: calc(100vh - 150px);
  max-width: 1200px;
  margin: 0 auto;
  padding: 0.55rem 2rem 1rem 2rem;
}
main .tabs-buttons {
  margin-top: 2rem;
}
main .tabs-buttons .col:has(.botoesServicos) {
  display: flex;
  justify-content: center;
}
main .tabs-buttons .botoesServicos {
  background: var(--detran-cor3);
  border: 1px solid transparent;
  border-radius: 12px;
  color: #fff;
  cursor: pointer;
  font-size: 1.75rem;
  text-shadow: 2px 1px 2px black;
  line-height: 1;
  padding: 0.75rem 2rem;
  text-align: center;
  text-decoration: none;
  transform: scale(1);
  transition: opacity 0.2s ease;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-direction: column;
  min-width: 160px;
}
main .tabs-buttons .botoesServicos svg {
  fill: #fff;
}
main .tabs-buttons .botoesServicos.active {
  background-color: #004481;
  color: white;
}
main .cadaServico {
  display: flex;
  background: rgba(0, 0, 0, 0.1333333333);
  border-radius: 6px;
  border-top: 1px solid rgba(255, 255, 255, 0.0941176471);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1450980392);
  margin: 24px 0 0 0;
  padding: 6px;
  box-shadow: 0px 2px 6px 0 rgba(0, 0, 0, 0.1333333333);
}
main .cadaServico .botoesServicosV2 {
  border: 1px solid transparent;
  border-radius: 12px;
  color: #fff;
  cursor: pointer;
  font-size: 1.75rem;
  text-shadow: 2px 1px 2px black;
  line-height: 0.25em;
  padding: 0.75rem 2rem;
  text-align: center;
  text-decoration: none;
  transform: scale(1);
  transition: opacity 0.2s ease;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-direction: column;
  min-width: 160px;
  background-color: transparent;
}
main .cadaServico .botoesServicosV2 svg {
  fill: #fff;
  max-width: 64px;
}
main .cadaServico .botoesServicosV2.active {
  background-color: #004481;
  color: white;
}
main .cadaServico a {
  color: #ffffff;
  font-size: 1.65rem;
  line-height: 1rem;
}
main .cadaServico a span {
  font-size: 0.85em;
  display: block;
  margin-top: 6px;
  color: var(--detran-cor3);
}
main .cadaServico .limites [class*=" col-"]:has(a),
main .cadaServico .limites [class^=col-]:has(a) {
  border-radius: 4px;
  border-left: rgba(255, 255, 255, 0.1254901961);
  border-left-width: 1px;
  border-left-style: solid;
  border-top: 1px solid rgba(255, 255, 255, 0.1254901961);
  padding: 4px;
  background-color: rgba(255, 255, 255, 0.0117647059);
}
main .cadaServico .limites [class*=" col-"]:has(a).loginGovBr:has(.linkServicoTrancado),
main .cadaServico .limites [class^=col-]:has(a).loginGovBr:has(.linkServicoTrancado) {
  opacity: 0.4;
  cursor: not-allowed;
  position: relative;
}
main .cadaServico .limites [class*=" col-"]:has(a).loginGovBr:has(.linkServicoTrancado)::before,
main .cadaServico .limites [class^=col-]:has(a).loginGovBr:has(.linkServicoTrancado)::before {
  position: absolute;
  content: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB2ZXJzaW9uPSIxLjEiIHg9IjAiIHk9IjAiIHZpZXdCb3g9IjAgMCA1MTIgNTEyIiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCA1MTIgNTEyIiB4bWw6c3BhY2U9InByZXNlcnZlIiBjbGFzcz0iIj48Zz48cGF0aCBkPSJNMjU2IDBjLTc2LjU0NC4wOTQtMTM4LjU3MyA2Mi4xMjItMTM4LjY2NyAxMzguNjY3VjIyNGMwIDUuODkxIDQuNzc2IDEwLjY2NyAxMC42NjcgMTAuNjY3aDQyLjY2N2M1Ljg5MSAwIDEwLjY2Ny00Ljc3NiAxMC42NjctMTAuNjY3di04NS4zMzNDMTgxLjMzMyA5Ny40MjkgMjE0Ljc2MyA2NCAyNTYgNjRzNzQuNjY3IDMzLjQyOSA3NC42NjcgNzQuNjY3VjIyNGMwIDUuODkxIDQuNzc2IDEwLjY2NyAxMC42NjcgMTAuNjY3SDM4NGM1Ljg5MSAwIDEwLjY2Ny00Ljc3NiAxMC42NjctMTAuNjY3di04NS4zMzNDMzk0LjU3MyA2Mi4xMjIgMzMyLjU0NC4wOTQgMjU2IDB6IiBzdHlsZT0iIiBmaWxsPSIjMTgxODE4IiBkYXRhLW9yaWdpbmFsPSIjNDU1YTY0IiBjbGFzcz0iIiBvcGFjaXR5PSIxIi8+PHBhdGggZD0iTTEyOCAyMTMuMzMzaDI1NmMyOS40NTUgMCA1My4zMzMgMjMuODc4IDUzLjMzMyA1My4zMzN2MTkyQzQzNy4zMzMgNDg4LjEyMiA0MTMuNDU1IDUxMiAzODQgNTEySDEyOGMtMjkuNDU1IDAtNTMuMzMzLTIzLjg3OC01My4zMzMtNTMuMzMzdi0xOTJjMC0yOS40NTYgMjMuODc4LTUzLjMzNCA1My4zMzMtNTMuMzM0eiIgc3R5bGU9IiIgZmlsbD0iI2ZmY2Y0MSIgZGF0YS1vcmlnaW5hbD0iI2ZmYzEwNyIgY2xhc3M9IiIgb3BhY2l0eT0iMSIvPjxwYXRoIGQ9Ik0zMDkuMzMzIDMzMC42NjdjLjEyNC0yOS40NTUtMjMuNjUzLTUzLjQzNC01My4xMDgtNTMuNTU4LTI5LjQ1NS0uMTI0LTUzLjQzNCAyMy42NTMtNTMuNTU4IDUzLjEwOGE1My4zMzEgNTMuMzMxIDAgMCAwIDI5LjY3NCA0OC4wMjNsLTguMjM1IDU3LjZjLS44MjUgNS44MzMgMy4yMzUgMTEuMjMgOS4wNjggMTIuMDU1LjQ5NC4wNy45OTMuMTA1IDEuNDkyLjEwNWg0Mi42NjdjNS44OTEuMDYgMTAuNzE1LTQuNjY3IDEwLjc3NC0xMC41NTguMDA1LS41NDMtLjAzLTEuMDg2LS4xMDgtMS42MjNsLTguMjM1LTU3LjZhNTMuNTIyIDUzLjUyMiAwIDAgMCAyOS41NjktNDcuNTUyeiIgc3R5bGU9IiIgZmlsbD0iIzE4MTgxOCIgZGF0YS1vcmlnaW5hbD0iIzQ1NWE2NCIgY2xhc3M9IiIgb3BhY2l0eT0iMSIvPjwvZz48L3N2Zz4=");
  z-index: 99;
  right: -12px;
  font-size: 3rem;
  top: -12px;
  width: 28px;
}
main .cadaServico .limites [class*=" col-"]:has(a).loginGovBr:has(.linkServicoTrancado) a.linkServicoTrancado,
main .cadaServico .limites [class^=col-]:has(a).loginGovBr:has(.linkServicoTrancado) a.linkServicoTrancado {
  cursor: not-allowed;
}
main .tab-content {
  display: none;
  animation: fadeIn 0.4s ease;
  width: 100%;
}
main .tab-content.active {
  display: flex;
  background: rgba(0, 0, 0, 0.0784313725);
  border-radius: 6px;
  margin: 24px 0 0 0;
  padding: 6px;
  box-shadow: 0px 2px 6px 0 rgba(0, 0, 0, 0.168627451);
}
main .tab-content a {
  color: #ffffff;
  font-size: 1.65rem;
}
main .tab-content a span {
  font-size: 0.85em;
  display: block;
  margin-top: 6px;
  color: var(--detran-cor3);
}
main .tab-content [class*=" col-"]:has(a),
main .tab-content [class^=col-]:has(a) {
  border-radius: 12px;
  border-left: rgba(255, 255, 255, 0.1882352941);
  border-left-width: 2px;
  border-left-style: solid;
  padding-left: 6px;
}
main .linhaRelativa {
  position: relative;
}
main #search-results {
  background: white;
  border: 1px solid #ccc;
  position: absolute;
  z-index: 100;
  max-height: 250px;
  overflow-y: auto;
  left: 0;
  right: 0;
  margin: 0 auto;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  display: none;
}
main #search-results.is-active {
  display: block;
}
main #search-results a {
  display: block;
  padding: 12px 15px;
  border-bottom: 1px solid #eee;
  color: #333;
  text-decoration: none;
}
main #search-results a:hover {
  background: #bed7f3;
  color: #0056b3;
}
@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

body.logadoGovBr main .cadaServico .limites [class*=" col-"]:has(a).loginGovBr:has(.linkServicoTrancado),
body.logadoGovBr main .cadaServico .limites [class^=col-]:has(a).loginGovBr:has(.linkServicoTrancado) {
  cursor: pointer;
}
body.logadoGovBr main .cadaServico .limites [class*=" col-"]:has(a).loginGovBr:has(.linkServicoTrancado) a.linkServicoTrancado,
body.logadoGovBr main .cadaServico .limites [class^=col-]:has(a).loginGovBr:has(.linkServicoTrancado) a.linkServicoTrancado {
  cursor: pointer;
}

.breadcrumb {
  margin-bottom: 1.5rem;
  font-size: 1.5rem;
  color: #9eb8d4;
  flex-wrap: wrap;
  padding: 0.1rem 1rem 0.75rem 0rem;
  position: relative;
  background: rgba(0, 0, 0, 0.1333333333);
  border-radius: 6px;
  border-top: 1px solid rgba(255, 255, 255, 0.0941176471);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1450980392);
  box-shadow: 0px 2px 6px 0 rgba(0, 0, 0, 0.1333333333);
}

.breadcrumb a {
  color: #ffffff;
  text-decoration: none;
}

.breadcrumb a:hover {
  text-decoration: underline;
}

.tituloDaPagina {
  margin: 1.75em 0 1em 0;
}
.tituloDaPagina h1,
.tituloDaPagina h2,
.tituloDaPagina h3 {
  font-weight: 700;
  color: #fff;
  font-family: "Open Sans", sans-serif;
}
.tituloDaPagina h1 {
  font-weight: 300;
  font-size: 3.3rem;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  text-align: center;
}
.tituloDaPagina h3 {
  font-size: 2rem;
}

.content-area {
  background-color: #ffffff;
  padding: 2rem;
  border: 1px solid #eee;
  border-radius: 6px;
  min-height: 300px;
}

/* Footer */
footer {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
  padding: 2rem;
  background-color: #134175;
  color: white;
  margin-top: 2rem;
  justify-items: center;
}

footer .conteudo {
  max-width: 1200px;
}

footer div {
  padding: 0.5rem;
}

footer .redes a {
  font-size: 0.75em;
  color: #fff;
  text-decoration: none;
  margin-left: 3px;
}
footer .redes a.siteDetran {
  font-size: 0.75em;
  color: #fff;
  text-decoration: none;
  margin-left: 3px;
  border: 1px solid #fff;
  padding: 2px 6px;
  border-radius: 6px;
}

footer .rodapeMarca img {
  width: 16em;
  max-width: 200px;
}

footer p.texto {
  font-size: 0.75em;
}

/* Floating div */
.floating-div {
  position: fixed;
  top: 120px;
  right: 20px;
  z-index: 1000;
}

.fechar {
  display: none !important;
}

.wizard-navigation {
  display: flex;
  justify-content: space-between;
}

.conteudoPrincipal {
  width: 100%;
  max-width: 768px;
  margin: 0 auto;
  margin-top: 12px;
  border-radius: 12px;
  padding: 12px;
  background: #ffffff;
}

.topoV2 {
  margin: 0 auto;
  padding: 0.55rem 2rem 1rem 2rem;
}
.topoV2 .content-display {
  position: absolute;
  width: 80vw;
  left: 10vw;
  top: 0;
  z-index: 9;
}
.topoV2 .tabs-buttons {
  margin-top: 2rem;
  margin-bottom: 1rem;
}
.topoV2 .tabs-buttons .col:has(.botoesServicos) {
  display: flex;
  justify-content: center;
}
.topoV2 .tabs-buttons .botoesServicos {
  background: #d2d6dd;
  color: #134175;
  border: 1px solid transparent;
  border-radius: 100px;
  cursor: pointer;
  font-size: 1.7rem;
  font-weight: 500;
  line-height: 1;
  padding: 0.75rem 2rem;
  text-align: center;
  text-decoration: none;
  transform: scale(1);
  transition: opacity 0.2s ease;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-direction: column;
  min-width: 150px;
}
.topoV2 .tabs-buttons .botoesServicos svg {
  fill: #fff;
}
.topoV2 .tabs-buttons .botoesServicos.controle .desktop-only {
  display: inline-block;
}
.topoV2 .tabs-buttons .botoesServicos.controle .mobile-only {
  display: none;
}
.topoV2 .tabs-buttons .botoesServicos.controle .mobile-only svg {
  width: 40px;
}
.topoV2 .tabs-buttons .botoesServicos.active {
  background-color: #004481;
  color: white;
}
.topoV2 .cadaServico {
  display: flex;
  background: rgba(0, 0, 0, 0.1333333333);
  border-radius: 6px;
  border-top: 1px solid rgba(255, 255, 255, 0.0941176471);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1450980392);
  margin: 24px 0 0 0;
  padding: 6px;
  box-shadow: 0px 2px 6px 0 rgba(0, 0, 0, 0.1333333333);
}
.topoV2 .cadaServico .botoesServicosV2 {
  border: 1px solid transparent;
  border-radius: 12px;
  color: #fff;
  cursor: pointer;
  font-size: 1.75rem;
  text-shadow: 2px 1px 2px black;
  line-height: 0.25em;
  padding: 0.75rem 2rem;
  text-align: center;
  text-decoration: none;
  transform: scale(1);
  transition: opacity 0.2s ease;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-direction: column;
  min-width: 160px;
  background-color: transparent;
}
.topoV2 .cadaServico .botoesServicosV2 svg {
  fill: #fff;
  max-width: 64px;
}
.topoV2 .cadaServico .botoesServicosV2.active {
  background-color: #004481;
  color: white;
}
.topoV2 .cadaServico a {
  color: #ffffff;
  font-size: 1.65rem;
  line-height: 1rem;
}
.topoV2 .cadaServico a span {
  font-size: 0.85em;
  display: block;
  margin-top: 6px;
  color: var(--detran-cor3);
}
.topoV2 .cadaServico .limites [class*=" col-"]:has(a),
.topoV2 .cadaServico .limites [class^=col-]:has(a) {
  border-radius: 4px;
  border-left: rgba(255, 255, 255, 0.1254901961);
  border-left-width: 1px;
  border-left-style: solid;
  border-top: 1px solid rgba(255, 255, 255, 0.1254901961);
  padding: 4px;
  background-color: rgba(255, 255, 255, 0.0117647059);
}
.topoV2 .cadaServico .limites [class*=" col-"]:has(a) .loginGovBr:has(.linkServicoTrancado),
.topoV2 .cadaServico .limites [class^=col-]:has(a) .loginGovBr:has(.linkServicoTrancado) {
  opacity: 0.4;
  cursor: not-allowed;
  position: relative;
}
.topoV2 .cadaServico .limites [class*=" col-"]:has(a) .loginGovBr:has(.linkServicoTrancado)::before,
.topoV2 .cadaServico .limites [class^=col-]:has(a) .loginGovBr:has(.linkServicoTrancado)::before {
  position: absolute;
  content: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB2ZXJzaW9uPSIxLjEiIHg9IjAiIHk9IjAiIHZpZXdCb3g9IjAgMCA1MTIgNTEyIiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCA1MTIgNTEyIiB4bWw6c3BhY2U9InByZXNlcnZlIiBjbGFzcz0iIj48Zz48cGF0aCBkPSJNMjU2IDBjLTc2LjU0NC4wOTQtMTM4LjU3MyA2Mi4xMjItMTM4LjY2NyAxMzguNjY3VjIyNGMwIDUuODkxIDQuNzc2IDEwLjY2NyAxMC42NjcgMTAuNjY3aDQyLjY2N2M1Ljg5MSAwIDEwLjY2Ny00Ljc3NiAxMC42NjctMTAuNjY3di04NS4zMzNDMTgxLjMzMyA5Ny40MjkgMjE0Ljc2MyA2NCAyNTYgNjRzNzQuNjY3IDMzLjQyOSA3NC42NjcgNzQuNjY3VjIyNGMwIDUuODkxIDQuNzc2IDEwLjY2NyAxMC42NjcgMTAuNjY3SDM4NGM1Ljg5MSAwIDEwLjY2Ny00Ljc3NiAxMC42NjctMTAuNjY3di04NS4zMzNDMzk0LjU3MyA2Mi4xMjIgMzMyLjU0NC4wOTQgMjU2IDB6IiBzdHlsZT0iIiBmaWxsPSIjMTgxODE4IiBkYXRhLW9yaWdpbmFsPSIjNDU1YTY0IiBjbGFzcz0iIiBvcGFjaXR5PSIxIi8+PHBhdGggZD0iTTEyOCAyMTMuMzMzaDI1NmMyOS40NTUgMCA1My4zMzMgMjMuODc4IDUzLjMzMyA1My4zMzN2MTkyQzQzNy4zMzMgNDg4LjEyMiA0MTMuNDU1IDUxMiAzODQgNTEySDEyOGMtMjkuNDU1IDAtNTMuMzMzLTIzLjg3OC01My4zMzMtNTMuMzMzdi0xOTJjMC0yOS40NTYgMjMuODc4LTUzLjMzNCA1My4zMzMtNTMuMzM0eiIgc3R5bGU9IiIgZmlsbD0iI2ZmY2Y0MSIgZGF0YS1vcmlnaW5hbD0iI2ZmYzEwNyIgY2xhc3M9IiIgb3BhY2l0eT0iMSIvPjxwYXRoIGQ9Ik0zMDkuMzMzIDMzMC42NjdjLjEyNC0yOS40NTUtMjMuNjUzLTUzLjQzNC01My4xMDgtNTMuNTU4LTI5LjQ1NS0uMTI0LTUzLjQzNCAyMy42NTMtNTMuNTU4IDUzLjEwOGE1My4zMzEgNTMuMzMxIDAgMCAwIDI5LjY3NCA0OC4wMjNsLTguMjM1IDU3LjZjLS44MjUgNS44MzMgMy4yMzUgMTEuMjMgOS4wNjggMTIuMDU1LjQ5NC4wNy45OTMuMTA1IDEuNDkyLjEwNWg0Mi42NjdjNS44OTEuMDYgMTAuNzE1LTQuNjY3IDEwLjc3NC0xMC41NTguMDA1LS41NDMtLjAzLTEuMDg2LS4xMDgtMS42MjNsLTguMjM1LTU3LjZhNTMuNTIyIDUzLjUyMiAwIDAgMCAyOS41NjktNDcuNTUyeiIgc3R5bGU9IiIgZmlsbD0iIzE4MTgxOCIgZGF0YS1vcmlnaW5hbD0iIzQ1NWE2NCIgY2xhc3M9IiIgb3BhY2l0eT0iMSIvPjwvZz48L3N2Zz4=");
  z-index: 99;
  right: -10px;
  font-size: 3rem;
  top: -15px;
  width: 28px;
}
.topoV2 .cadaServico .limites [class*=" col-"]:has(a) .loginGovBr:has(.linkServicoTrancado) a.linkServicoTrancado,
.topoV2 .cadaServico .limites [class^=col-]:has(a) .loginGovBr:has(.linkServicoTrancado) a.linkServicoTrancado {
  cursor: not-allowed;
}
.topoV2 .tab-content {
  display: none;
  animation: fadeIn 0.4s ease;
  width: 100%;
}
.topoV2 .tab-content .btFecharMenu {
  position: absolute;
  border-radius: 100%;
  border: 2px solid #ffffff;
  font-size: 19px;
  font-weight: 900;
  right: 5px;
  color: #ffffff;
  width: 32px;
  height: 32px;
  background-color: transparent;
  cursor: pointer;
  z-index: 100;
  display: none;
}
.topoV2 .tab-content.active {
  display: flex;
  background: #3b4f65;
  border-radius: 6px;
  margin: 12px 0 0 0;
  padding: 6px;
  box-shadow: 0px 2px 6px 0 rgba(0, 0, 0, 0.168627451);
}
.topoV2 .tab-content.active .btFecharMenu {
  display: flex;
  justify-content: center;
}
.topoV2 .tab-content a {
  color: #ffffff;
  font-size: 1.5rem;
}
.topoV2 .tab-content a span {
  font-size: 0.8em;
  display: block;
  margin-top: 6px;
  color: var(--detran-cor3);
}
.topoV2 .tab-content [class*=" col-"]:has(a),
.topoV2 .tab-content [class^=col-]:has(a) {
  border-radius: 8px;
  border-left: rgba(255, 255, 255, 0.1882352941);
  border-left-width: 1px;
  border-left-style: solid;
  padding-left: 4px;
}
.topoV2 .linhaRelativa {
  position: relative;
}
.topoV2 #search-results {
  background: white;
  border: 1px solid #ccc;
  position: absolute;
  z-index: 100;
  max-height: 250px;
  overflow-y: auto;
  left: 0;
  right: 0;
  margin: 0 auto;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  display: none;
}
.topoV2 #search-results.is-active {
  display: block;
}
.topoV2 #search-results a {
  display: block;
  padding: 12px 15px;
  border-bottom: 1px solid #eee;
  color: #333;
  text-decoration: none;
}
.topoV2 #search-results a:hover {
  background: #bed7f3;
}
@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.btSair {
  text-align: center;
}
.btSair a.button {
  background-color: transparent;
  padding: 6px 12px;
  margin-top: 6px;
  font-size: 0.8em;
  color: #ffffff;
  border: 2px solid #ffffff;
  font-weight: 400;
}
.btSair a.logout:hover {
  background-color: tomato;
}

body.logadoGovBr main .cadaServico .limites .loginGovBr:has(.linkServicoTrancado) {
  opacity: 1;
  cursor: pointer;
}
body.logadoGovBr main .cadaServico .limites .loginGovBr:has(.linkServicoTrancado)::before {
  content: "";
}

/* MODAL */
/* Fundo escuro que cobre a tela toda */
.modal-overlay {
  display: none; /* Escondido por padrÃ£o */
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
}

/* A janela centralizada */
.modal-content {
  position: relative;
  background-color: #fff;
  margin: 5% auto; /* 5% de margem no topo */
  padding: 20px;
  border-radius: 8px;
  /* As dimensÃµes que vocÃª pediu */
  width: 60%;
  height: 80%;
  /* Garante que o conteÃºdo nÃ£o vaze se for muito grande */
  overflow-y: auto;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
}

/* BotÃ£o de fechar */
.close-btn {
  position: absolute;
  right: 20px;
  top: 10px;
  font-size: 28px;
  cursor: pointer;
  color: #333;
}

.close-btn:hover {
  color: red;
}

#modalLoginGovBr .modal-content {
  position: relative;
  background-color: #eee;
  margin: 10% auto;
  padding: 25px;
  border-radius: 12px;
  width: 60%;
  height: 60%;
  max-width: 360px;
  max-height: 280px;
  overflow-y: auto;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
}

body.dark {
  --bg-color: #000;
  --bg-secondary-color: #131316;
  --font-color: #f5f5f5;
  --color-grey: #ccc;
  --color-darkGrey: #777;
  background: linear-gradient(135deg, #1c3046, #43505f);
}
body.dark .content-area {
  background-color: #3f3f3f;
  border: 1px solid #4b4b4b;
}
body.dark .form-container {
  background-color: #2f2f2f;
}
body.dark input:not([type=checkbox], [type=radio], [type=submit], [type=color], [type=button], [type=reset]),
body.dark select,
body.dark textarea,
body.dark textarea[type=text] {
  border: 1px solid #000000;
  background-color: #131313;
  color: #ebebeb;
}

/* Responsividade bÃ¡sica */
@media (max-width: 768px) {
  .col:has(.botoesServicos) {
    flex: 0 1 44%;
  }
  .alert.alert-warning.text-center.fade-in-0 {
    text-align: left !important;
    font-size: 0.85em;
    line-height: 1.2em;
  }
  .alert.alert-warning.text-center.fade-in-0 ul li {
    margin-bottom: 12px;
  }
  header {
    grid-template-columns: 1fr;
    text-align: center;
  }
  .header-left img {
    cursor: pointer;
  }
  .header-middle {
    flex-direction: column;
  }
  .header-middle.logadoGovBr {
    padding: 12px;
    border-radius: 12px;
  }
  .header-middle .btSair {
    flex-basis: 1%;
  }
  .header-right {
    justify-content: center;
    margin-top: 1rem;
  }
  main {
    padding: 0.55rem 1rem 1rem 1rem;
  }
  main .cadaServico .botoesServicosV2 {
    background-color: transparent;
    line-height: 0.75em;
    font-size: 2.5rem;
  }
  main .cadaServico .botoesServicosV2 svg {
    width: 128px;
  }
  main .cadaServico a {
    font-size: 2rem;
  }
  .topoV2 {
    padding: 0;
  }
  .topoV2 .tab-content.active {
    margin: 12px 0 0 6px;
    padding-left: 0;
  }
  .topoV2 .tabs-buttons [class*=" col-"],
  .topoV2 .tabs-buttons [class^=col-],
  .topoV2 .tabs-buttons [class^=col] {
    flex: 0 1 25%;
    padding: 0;
    margin: 0;
  }
  .topoV2 .tabs-buttons [class*=" col-"] .botoesServicos,
  .topoV2 .tabs-buttons [class^=col-] .botoesServicos,
  .topoV2 .tabs-buttons [class^=col] .botoesServicos {
    background-color: rgba(0, 0, 0, 0.0196078431);
    line-height: 0.75em;
    font-size: 2.5rem;
    min-width: inherit;
  }
  .topoV2 .tabs-buttons [class*=" col-"] .botoesServicos svg,
  .topoV2 .tabs-buttons [class^=col-] .botoesServicos svg,
  .topoV2 .tabs-buttons [class^=col] .botoesServicos svg {
    width: 128px;
  }
  .topoV2 .tabs-buttons [class*=" col-"] .botoesServicos.controle,
  .topoV2 .tabs-buttons [class^=col-] .botoesServicos.controle,
  .topoV2 .tabs-buttons [class^=col] .botoesServicos.controle {
    background-color: #d2d6dd;
    line-height: 0.75em;
    font-size: 2.5rem;
    min-width: inherit;
    border-radius: 6px;
    padding: 1rem 1.75rem;
  }
  .topoV2 .tabs-buttons [class*=" col-"] .botoesServicos.controle .desktop-only,
  .topoV2 .tabs-buttons [class^=col-] .botoesServicos.controle .desktop-only,
  .topoV2 .tabs-buttons [class^=col] .botoesServicos.controle .desktop-only {
    display: none;
  }
  .topoV2 .tabs-buttons [class*=" col-"] .botoesServicos.controle .mobile-only,
  .topoV2 .tabs-buttons [class^=col-] .botoesServicos.controle .mobile-only,
  .topoV2 .tabs-buttons [class^=col] .botoesServicos.controle .mobile-only {
    display: inline-block;
    line-height: 1rem;
  }
  .topoV2 .tabs-buttons [class*=" col-"] .botoesServicos.controle .mobile-only svg,
  .topoV2 .tabs-buttons [class^=col-] .botoesServicos.controle .mobile-only svg,
  .topoV2 .tabs-buttons [class^=col] .botoesServicos.controle .mobile-only svg {
    fill: #243d64;
  }
  .topoV2 .tabs-buttons [class*=" col-"] .botoesServicos.controle .mobile-only span,
  .topoV2 .tabs-buttons [class^=col-] .botoesServicos.controle .mobile-only span,
  .topoV2 .tabs-buttons [class^=col] .botoesServicos.controle .mobile-only span {
    font-size: 1.2rem;
    color: #243d64;
  }
  .topoV2 .tabs-buttons [class*=" col-"] .botoesServicos.controle .mobile-only.agendamento:before, .topoV2 .tabs-buttons [class*=" col-"] .botoesServicos.controle .mobile-only.habilitacao:before, .topoV2 .tabs-buttons [class*=" col-"] .botoesServicos.controle .mobile-only.veiculo:before, .topoV2 .tabs-buttons [class*=" col-"] .botoesServicos.controle .mobile-only.multa:before,
  .topoV2 .tabs-buttons [class^=col-] .botoesServicos.controle .mobile-only.agendamento:before,
  .topoV2 .tabs-buttons [class^=col-] .botoesServicos.controle .mobile-only.habilitacao:before,
  .topoV2 .tabs-buttons [class^=col-] .botoesServicos.controle .mobile-only.veiculo:before,
  .topoV2 .tabs-buttons [class^=col-] .botoesServicos.controle .mobile-only.multa:before,
  .topoV2 .tabs-buttons [class^=col] .botoesServicos.controle .mobile-only.agendamento:before,
  .topoV2 .tabs-buttons [class^=col] .botoesServicos.controle .mobile-only.habilitacao:before,
  .topoV2 .tabs-buttons [class^=col] .botoesServicos.controle .mobile-only.veiculo:before,
  .topoV2 .tabs-buttons [class^=col] .botoesServicos.controle .mobile-only.multa:before {
    width: 98%;
    height: 11px;
    position: absolute;
    text-align: center;
    text-transform: uppercase;
    font-size: 10px;
    left: 1%;
    bottom: 1%;
  }
  .topoV2 .tabs-buttons [class*=" col-"] .botoesServicos.controle .mobile-only.agendamento:before,
  .topoV2 .tabs-buttons [class^=col-] .botoesServicos.controle .mobile-only.agendamento:before,
  .topoV2 .tabs-buttons [class^=col] .botoesServicos.controle .mobile-only.agendamento:before {
    content: "Agenda";
  }
  .topoV2 .tabs-buttons [class*=" col-"] .botoesServicos.controle .mobile-only.habilitacao:before,
  .topoV2 .tabs-buttons [class^=col-] .botoesServicos.controle .mobile-only.habilitacao:before,
  .topoV2 .tabs-buttons [class^=col] .botoesServicos.controle .mobile-only.habilitacao:before {
    content: "CNH";
  }
  .topoV2 .tabs-buttons [class*=" col-"] .botoesServicos.controle .mobile-only.veiculo:before,
  .topoV2 .tabs-buttons [class^=col-] .botoesServicos.controle .mobile-only.veiculo:before,
  .topoV2 .tabs-buttons [class^=col] .botoesServicos.controle .mobile-only.veiculo:before {
    content: "Veículo";
  }
  .topoV2 .tabs-buttons [class*=" col-"] .botoesServicos.controle .mobile-only.multa:before,
  .topoV2 .tabs-buttons [class^=col-] .botoesServicos.controle .mobile-only.multa:before,
  .topoV2 .tabs-buttons [class^=col] .botoesServicos.controle .mobile-only.multa:before {
    content: "Multa";
  }
  .topoV2 a {
    font-size: 2rem;
  }
  .content-area {
    padding: 1rem;
    min-height: 300px;
  }
  .form-container {
    padding: 1rem;
  }
  footer {
    grid-template-columns: 1fr;
    gap: 1rem;
  }
}
.fade-in-0 {
  -webkit-animation: fade-in 1.2s cubic-bezier(0.39, 0.575, 0.565, 1) 10ms both;
  animation: fade-in 1.2s cubic-bezier(0.39, 0.575, 0.565, 1) 10ms both;
}

.fade-in-1 {
  -webkit-animation: fade-in 1.2s cubic-bezier(0.39, 0.575, 0.565, 1) 400ms both;
  animation: fade-in 1.2s cubic-bezier(0.39, 0.575, 0.565, 1) 400ms both;
}

.fade-in-2 {
  -webkit-animation: fade-in 1.2s cubic-bezier(0.39, 0.575, 0.565, 1) 700ms both;
  animation: fade-in 1.2s cubic-bezier(0.39, 0.575, 0.565, 1) 700ms both;
}

.fade-in-3 {
  -webkit-animation: fade-in 1.2s cubic-bezier(0.39, 0.575, 0.565, 1) 1000ms both;
  animation: fade-in 1.2s cubic-bezier(0.39, 0.575, 0.565, 1) 1000ms both;
}

.fade-in-4 {
  -webkit-animation: fade-in 1.2s cubic-bezier(0.39, 0.575, 0.565, 1) 1100ms both;
  animation: fade-in 1.2s cubic-bezier(0.39, 0.575, 0.565, 1) 1100ms both;
}

.fade-in-5 {
  -webkit-animation: fade-in 1.2s cubic-bezier(0.39, 0.575, 0.565, 1) 1300ms both;
  animation: fade-in 1.2s cubic-bezier(0.39, 0.575, 0.565, 1) 1300ms both;
}

.fade-in-6 {
  -webkit-animation: fade-in 1.2s cubic-bezier(0.39, 0.575, 0.565, 1) 1500ms both;
  animation: fade-in 1.2s cubic-bezier(0.39, 0.575, 0.565, 1) 1500ms both;
}

.fade-in-7 {
  -webkit-animation: fade-in 1.2s cubic-bezier(0.39, 0.575, 0.565, 1) 1750ms both;
  animation: fade-in 1.2s cubic-bezier(0.39, 0.575, 0.565, 1) 1750ms both;
}

/**
       * ----------------------------------------
       * animation fade-in
       * ----------------------------------------
       */
@-webkit-keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

/*# sourceMappingURL=estilo.css.map */
