/* ==========================================================
   Requerimento à Gerência de Veículos — DETRAN-GO
   ========================================================== */

body {
  font-family: 'Times New Roman', Times, serif;
}

.text-center { text-align: center; }
.text-left   { text-align: justify; }

/* ── Cabeçalho ── */
.header img {
  display: inline-block;
  margin: 10px 10px;
  height: 55px;
}

/* ── Título ── */
.inicio { margin-top: 20px; }

/* ── Corpo ── */
.meio p {
  font-size: 16px;
  line-height: 32px;
}

.meio input {
  font-family: 'Times New Roman', Times, serif;
  border: none;
  border-bottom: 1px solid #c8c8c8;
  font-size: 18px;
  text-align: center;
}
.meio input:focus { outline: none; }

/* ── Checkboxes ── */
.op p {
  display: block;
  margin-block-start: 0em;
  margin-block-end: 0em;
  font-size: 16px;
  line-height: 28px;
}

.op p input {
  width: 20px;
  height: 20px;
  vertical-align: middle;
  margin-right: 4px;
  cursor: pointer;
}

.op label { cursor: pointer; }

/* ── Textarea ── */
.area textarea {
  border: 1px outset;
  font-family: 'Times New Roman', Times, serif;
  font-size: 18px;
  line-height: 22px;
  text-align: center;
  outline: none;
  width: 100%;
  resize: vertical;
}

/* ── Responsabilidade ── */
.responsabilidade {
  font-size: 16px;
  line-height: 32px;
  margin-top: 10px;
}

/* ── Fechamento ── */
.mt { margin-top: 50px; }

.assinatura {
  margin-top: 50px;
  margin-bottom: 50px;
}

.assinatura .obs {
  font-size: 13px;
  font-style: italic;
}

/* ── Botão imprimir ── */
.print img { cursor: pointer; }

/* ── CEP ── */
#cep.cep-loading { border-bottom-color: #f59e0b !important; }
#cep.cep-ok      { border-bottom-color: #16a34a !important; }
#cep.cep-err     { border-bottom-color: #dc2626 !important; }


/* ==========================================================
   DOCUMENTO PDF (#pdf-document)
   ========================================================== */

#pdf-document {
  padding: 12mm 18mm 10mm 18mm;
}

#pdf-document .doc-header {
  text-align: center;
  margin-bottom: 5px;
}
#pdf-document .doc-header img {
  height: 44px;
  margin: 0 6px;
  display: inline-block;
}

#pdf-document .doc-title {
  font-size: 12pt;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
  margin: 3px 0 6px;
  line-height: 1.25;
}

#pdf-document .doc-check-row {
  font-size: 11pt;
  margin: 4pt 0;
  line-height: 16pt;
}

#pdf-document .doc-box {
  border: 1px solid #000;
  padding: 2pt 6pt;
  margin: 3pt 0;
}

#pdf-document .doc-box p {
  font-size: 11pt;
  line-height: 16pt;
  margin: 0;
  text-align: left;
}

#pdf-document .doc-subtitle {
  font-size: 10pt;
  font-weight: bold;
  margin: 2pt 0;
}

#pdf-document .pf-nome         { width: 88mm; }
#pdf-document .pf-condicao     { width: 48mm; }
#pdf-document .pf-cpf          { width: 36mm; }
#pdf-document .pf-rg           { width: 36mm; }
#pdf-document .pf-orgao        { width: 28mm; }
#pdf-document .pf-endereco     { width: 130mm; }
#pdf-document .pf-bairro       { width: 44mm; }
#pdf-document .pf-cidade       { width: 55mm; }
#pdf-document .pf-uf           { width: 11mm; }
#pdf-document .pf-cep          { width: 28mm; }
#pdf-document .pf-email        { width: 68mm; }
#pdf-document .pf-telefone     { width: 40mm; }
#pdf-document .pf-placa        { width: 22mm; }
#pdf-document .pf-marca-modelo { width: 72mm; }
#pdf-document .pf-renavam      { width: 36mm; }
#pdf-document .pf-chassi       { width: 52mm; }
#pdf-document .pf-motivos      { width: 145mm; min-height: 18mm; display: block; vertical-align: top; text-align: left; }
#pdf-document .pf-cidade-data  { width: 32mm; }
#pdf-document .pf-dia          { width: 10mm; }
#pdf-document .pf-mes          { width: 24mm; }
#pdf-document .pf-ano          { width: 12mm; }

#pdf-document .doc-responsabilidade {
  font-size: 10pt;
  margin: 6pt 0 2pt;
  line-height: 14pt;
}

#pdf-document .doc-deferimento {
  font-size: 11pt;
  text-align: center;
  margin: 4pt 0;
}

#pdf-document .doc-data {
  font-size: 11pt;
  text-align: center;
  margin: 8pt 0 0;
}

#pdf-document .doc-assinatura {
  margin-top: 14pt;
  text-align: center;
}

#pdf-document .doc-assinatura p {
  font-size: 11pt;
  margin: 2pt 0;
}


/* ==========================================================
   Responsividade
   ========================================================== */
@media (max-width: 768px) {
  .container { width: 100% !important; max-width: 100% !important; padding: 0 12px; }
  .meio input { font-size: 15px; }
  .meio p { font-size: 14px; }
  .op p { font-size: 14px; }
  .header img { height: 40px; margin: 6px; }
}
