/* ===== HOME PAGE — CSS DE AJUSTE PROPORCIONAL AO GUIA ===== */
/* Viewport de referência: 1920×812px | Guia: 1920×8237px       */
.container { max-width: 1240px !important; }
/* ── [0] HERO ─────────────────────────────────────────────────
   Guia ≈ 913px  →  920px
   ──────────────────────────────────────────────────────────── */
.section-0 { padding: 0 !important; }
.section-0__slider { min-height: unset !important; }

/* ── [1] NOSSAS SOLUÇÕES — cards_imagem ───────────────────────
   Guia ≈ 659px | content=740 → reduzir cards de 260→200 e padding mínimo
   ──────────────────────────────────────────────────────────── */
.section-1 { padding-bottom: 4vw !important; }
.section-1 .cards-imagem-card { min-height: 200px !important; }

/* ── [2] DIFERENCIAIS — features ─────────────────────────────
   Guia ≈ 661px | content=464 → padding 100px cada lado
   ──────────────────────────────────────────────────────────── */
.section-2 { margin-top: 2vw; padding-top: 0 !important; padding-bottom: 0px !important; }

/* ── [3] CLIENTES — mapa ──────────────────────────────────────
   Guia ≈ 910px | content=721 → padding 95px cada lado
   ──────────────────────────────────────────────────────────── */
.section-3 { padding-top: 40px !important; padding-bottom: 0px !important; }

/* ── [4] CONTADORES ───────────────────────────────────────────
   Guia ≈ 152px | py-6 no wrapper (ajustado no template)
   ──────────────────────────────────────────────────────────── */
.section-4 { padding: 0 !important; }

/* ── [5] DEPOIMENTOS — testemunhos ───────────────────────────
   Guia ≈ 862px | padding ajustado no template
   ──────────────────────────────────────────────────────────── */
.section-5 { padding-top: 0 !important; padding-bottom: 0 !important; margin-bottom: -40px !important; }

/* ── [6] BENEFICIÁRIOS ────────────────────────────────────────
   Guia ≈ 304px | padding ajustado no template
   ──────────────────────────────────────────────────────────── */
.section-6 { padding-top:0px !important; padding-bottom: 0 !important;  }

/* ── [7] MEDNEWS ──────────────────────────────────────────────
   Guia ≈ 1561px | atual=1343 → +218 via padding externo
   ──────────────────────────────────────────────────────────── */
.section-7 { padding-top: 30px !important; padding-bottom: 120px !important;  margin-top: -100px}

/* ── [8] TRABALHE CONOSCO — hero reutilizado ──────────────────
   Guia ≈ 516px  →  520px
   ──────────────────────────────────────────────────────────── */
.section-8    {   margin-top: -180px; padding: 0 !important; overflow: visible !important; z-index: 2; margin-bottom: calc(-1 * var(--section-gap)) !important; }

.section-2 .secao-titulo { margin-top: 1vw; margin-bottom: 3vw; }
.section-3 .secao-titulo { margin-bottom: 0; }
.section-7 .secao-subtitulo { color: #EE7629 !important; }
