/* ============================================================
   style.css
   assets/css/style.css
   Desenvolvido por AGENCIAPAZ
   Layout "boxer": margens laterais visíveis.
   ============================================================ */


/* ============================================================
   [RESET E BASE GLOBAL]
   ============================================================ */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { font-size: 16px; scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
  font-family: 'Inter', Arial, sans-serif;
  color: #1a1a1a;
  background: #e9e9e9;   /* cinza clarinho — visível nas laterais do boxer */
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}
a { text-decoration: none; color: inherit; }
ul, ol { list-style: none; }
img { display: block; max-width: 100%; height: auto; }
button { font-family: inherit; cursor: pointer; border: none; background: none; }

.skip-link {
  position: absolute; left: -9999px; top: auto;
  width: 1px; height: 1px; overflow: hidden;
}
.skip-link:focus {
  position: fixed; top: 8px; left: 8px; width: auto; height: auto;
  background: #e63329; color: #fff; font-weight: 700;
  padding: 8px 18px; border-radius: 4px; z-index: 99999;
}
.sr-only {
  position: absolute; width: 1px; height: 1px; padding: 0;
  margin: -1px; overflow: hidden; clip: rect(0,0,0,0);
  white-space: nowrap; border: 0;
}
:focus-visible { outline: 3px solid #2a6090; outline-offset: 2px; }

/* Utilitário: visível só no desktop */
.desktop-only { display: block; }


/* ============================================================
   [LAYOUT — BOXER]
   Centraliza conteúdo. Padding lateral = margem visual.
   ============================================================ */
.boxer { max-width: 1280px; margin: 0 auto; padding: 0 24px; }


/* ============================================================
   [HEADER — WRAPPER GERAL]
   ============================================================ */
#site-header {
  position: sticky; top: 0; left: 0;
  width: 100%; z-index: 9000;
  background: #e9e9e9;
}


/* ============================================================
   [HEADER — TOPBAR (faixa preta superior)]
   A: visível apenas no desktop
   ============================================================ */
.topbar { background: #111; color: #fff; font-size: 13px; width: 100%; }

.topbar .boxer { display: flex; align-items: center; height: 38px; }

.topbar__links { display: flex; align-items: center; flex-shrink: 0; }
.topbar__links a { color: #bbb; font-size: 13px; padding-right: 12px; transition: color .2s; }
.topbar__links a:hover { color: #fff; }
.topbar__links .sep { color: #444; margin-right: 12px; user-select: none; }

.topbar__center { flex: 1; text-align: center; font-weight: 700; font-size: 13.5px; color: #fff; }

.topbar__social { display: flex; align-items: center; gap: 8px; flex-shrink: 0; }
.topbar__social a {
  display: flex; align-items: center; justify-content: center;
  width: 26px; height: 26px; border-radius: 50%;
  background: #333; color: #fff; transition: background .2s;
}
.topbar__social a:hover { background: #555; }
.topbar__social svg { width: 13px; height: 13px; fill: currentColor; }


/* ============================================================
   [HEADER — SECONDARY NAV]
   A: visível apenas no desktop
   ============================================================ */
.secondary-nav { background: #e9e9e9; border-bottom: 1px solid #e8e8e8; width: 100%; }

.secondary-nav .boxer {
  display: flex; justify-content: flex-end; align-items: center; height: 34px;
}

.secondary-nav ul { display: flex; align-items: center; }
.secondary-nav ul li a {
  font-size: 13px; font-weight: 500; color: #333;
  padding: 0 14px; white-space: nowrap; transition: color .2s;
}
.secondary-nav ul li a:hover { color: #e63329; }
.secondary-nav ul li + li::before { content: '|'; color: #ddd; font-size: 12px; }


/* ============================================================
   [HEADER — LOGO BAR]
   Desktop: fundo cinza, card branco arredondado, desce atrás
   da nav preta via margin-bottom negativo (C).
   ============================================================ */
.logo-bar {
  background: #e9e9e9;
  padding: 10px 24px 0 24px;
  width: 100%;
  /* C: desce atrás da barra preta */
  margin-bottom: -20px;
  position: relative;
  z-index: 2;   /* fica acima da barra preta */
}

.logo-bar__card {
  max-width: 1280px; margin: 0 auto;
  background: #fff;
  border-radius: 14px;   /* arredondado nas 4 pontas */
  padding: 14px 36px;
  display: flex; align-items: center; justify-content: space-between;
  min-height: 86px;
  /* C: sombra suave separando do fundo */
  box-shadow: 0 4px 16px rgba(0,0,0,.08);
}

/* Logo */
.logo-bar__logo a { display: inline-flex; align-items: center; }
.logo-bar__logo img { width: 210px; height: auto; display: block; }

/* Direita: telefone + WhatsApp */
.logo-bar__contact { display: flex; align-items: center; gap: 24px; }

/* Telefone — desktop only */
.logo-bar__phone { text-align: right; line-height: 1.2; }

.logo-bar__phone-label {
  display: flex; align-items: center; justify-content: flex-end;
  gap: 5px; font-size: 11px; font-weight: 600; color: #e63329; margin-bottom: 3px;
}

.logo-bar__phone-number {
  font-size: 22px; font-weight: 800; color: #111;
  letter-spacing: -.3px; line-height: 1; white-space: nowrap;
  display: flex; align-items: center; gap: 6px; transition: color .2s;
}
.logo-bar__phone-number svg {
  width: 18px; height: 18px; stroke: #999; fill: none;
  stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; flex-shrink: 0;
}
.logo-bar__phone-number:hover { color: #e63329; }
.logo-bar__phone-number:hover svg { stroke: #e63329; }

/* WhatsApp — desktop: pílula grande */
.logo-bar__whatsapp {
  display: inline-flex; align-items: center; gap: 10px;
  background: #25d366; color: #fff;
  font-size: 20px; font-weight: 800;
  padding: 14px 30px; border-radius: 50px;
  white-space: nowrap;
  transition: background .2s, transform .15s;
  box-shadow: 0 4px 16px rgba(37,211,102,.3);
  letter-spacing: .01em;
}
.logo-bar__whatsapp:hover  { background: #1da851; transform: scale(1.03); }
.logo-bar__whatsapp:active { transform: scale(.98); }
.logo-bar__whatsapp svg    { width: 28px; height: 28px; fill: #fff; flex-shrink: 0; }
.logo-bar__whatsapp-text   { /* visível por padrão no desktop */ }


/* ============================================================
   [HEADER — MAIN NAV (barra preta)]
   Desktop: barra preta arredondada, links centralizados.
   C: padding-top compensa o margin-bottom negativo do logo-bar.
   ============================================================ */
.main-nav {
  background: transparent;
  padding: 0 24px 0px 24px;
  width: 100%;
  position: relative;
  z-index: 1;   /* C: fica ABAIXO do card branco */
}

.main-nav__bar {
  max-width: 1280px; margin: 0 auto;
  background: #00426E;
  border-radius: 14px;
  display: flex; align-items: stretch; position: relative;
  padding-top: 20px;   /* C: empurra links para baixo do card sobreposto */
}

/* Links desktop — centralizados */
.main-nav__list {
  display: flex; align-items: stretch; flex: 1;
  justify-content: center;
}
.main-nav__list > li { display: flex; align-items: stretch; }
.main-nav__list > li > a {
  display: flex; align-items: center;
  padding: 0 18px; height: 50px;
  font-size: 15px; font-weight: 700; color: #fff;
  white-space: nowrap; transition: background .18s; letter-spacing: .01em;
}
.main-nav__list > li > a:hover { background: #e63329; }
.main-nav__list > li > a[aria-current="page"] { background: #e63329; }

/* B: botão "TODOS OS SERVIÇOS" — OCULTO no desktop */
.main-nav__mobile-trigger { display: none !important; } /* oculto no desktop */


/* ============================================================
   [DRAWER MOBILE — painel lateral da direita]
   ============================================================ */
.drawer-overlay {
  display: none; position: fixed; inset: 0;
  background: rgba(0,0,0,.5); z-index: 8900; cursor: pointer;
}
.drawer-overlay.is-open { display: block; }

.mobile-drawer {
  position: fixed; top: 0; right: 0;
  width: 300px; max-width: 88vw; height: 100%;
  background: #fff; z-index: 9100; overflow-y: auto;
  transform: translateX(100%);
  transition: transform .32s cubic-bezier(.4,0,.2,1);
  box-shadow: -4px 0 32px rgba(0,0,0,.2);
  display: flex; flex-direction: column;
}
.mobile-drawer.is-open { transform: translateX(0); }

/* Topo: logo + fechar */
.mobile-drawer__header {
  display: flex; align-items: center; justify-content: space-between;
  padding: 16px 20px; border-bottom: 1px solid #f0f0f0;
  flex-shrink: 0;
}
.mobile-drawer__logo img { width: 130px; height: auto; }

.mobile-drawer__close {
  display: flex; align-items: center; justify-content: center;
  width: 36px; height: 36px; border-radius: 8px;
  border: 1px solid #e5e5e5; background: none;
  color: #555; cursor: pointer; transition: background .2s, color .2s;
}
.mobile-drawer__close:hover { background: #e63329; color: #fff; border-color: #e63329; }
.mobile-drawer__close svg {
  width: 18px; height: 18px; stroke: currentColor; fill: none;
  stroke-width: 2.5; stroke-linecap: round; stroke-linejoin: round;
}

/* Telefone + WhatsApp no drawer */
.mobile-drawer__phone {
  padding: 16px 20px 14px;
  border-bottom: 1px solid #f0f0f0;
  background: #fafafa; flex-shrink: 0;
}
.mobile-drawer__phone-label {
  font-size: 10px; font-weight: 700; text-transform: uppercase;
  letter-spacing: .08em; color: #e63329; margin-bottom: 6px;
}
.mobile-drawer__phone-number {
  display: flex; align-items: center; gap: 8px;
  font-size: 20px; font-weight: 800; color: #111;
  margin-bottom: 12px; transition: color .2s;
}
.mobile-drawer__phone-number:hover { color: #e63329; }
.mobile-drawer__phone-number svg {
  width: 16px; height: 16px; stroke: #999; fill: none;
  stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; flex-shrink: 0;
}
.mobile-drawer__whatsapp {
  display: flex; align-items: center; justify-content: center;
  gap: 8px; background: #25d366; color: #fff;
  font-size: 14px; font-weight: 700;
  padding: 11px 16px; border-radius: 50px; transition: background .2s;
}
.mobile-drawer__whatsapp:hover { background: #1da851; }
.mobile-drawer__whatsapp svg { width: 18px; height: 18px; fill: #fff; flex-shrink: 0; }

/* Links no drawer */
.mobile-drawer__nav { flex: 1; overflow-y: auto; }
.mobile-drawer__nav ul li a {
  display: flex; align-items: center; justify-content: space-between;
  padding: 15px 20px;
  font-size: 15px; font-weight: 600; color: #1d3557;
  border-bottom: 1px solid #f5f5f5;
  transition: background .15s, color .15s, padding-left .15s;
}
.mobile-drawer__nav ul li a::after { content: '›'; font-size: 18px; color: #ccc; }
.mobile-drawer__nav ul li a:hover {
  background: #e63329; color: #fff; padding-left: 28px;
}
.mobile-drawer__nav ul li a:hover::after { color: #fff; }
.mobile-drawer__nav ul li a[aria-current="page"] {
  background: #e63329; color: #fff; border-left: 4px solid #b5241c;
}
.mobile-drawer__nav-sep { display: block; height: 6px; background: #f0f0f0; margin: 4px 0; }


/* ============================================================
   [MAIN CONTENT]
   ============================================================ */
#main-content { min-height: 60vh; position: relative; z-index: 0; }


/* ============================================================
   [RESPONSIVO — MOBILE ≤ 900px]
   A: topbar e secondary-nav somem
   Mobile header: LOGO (esquerda) + WHATSAPP ícone+texto (direita)
   Barra preta: mostra "TODOS OS SERVIÇOS" em vez dos links
   ============================================================ */
@media (max-width: 900px) {

  /* A: faixas superiores somem */
  .topbar        { display: none; }
  .secondary-nav { display: none; }

  /* Logo bar mobile: fundo branco, sem margem negativa */
  .logo-bar {
    background: #fff;
    padding: 0;
    margin-bottom: 0;   /* sem overlap no mobile */
    z-index: 10;
    box-shadow: 0 2px 8px rgba(0,0,0,.1);
  }

  .logo-bar__card {
    border-radius: 0;
    padding: 10px 16px;
    min-height: 58px;
    box-shadow: none;
    justify-content: space-between;
  }

  /* Logo menor no mobile */
  .logo-bar__logo img { width: 130px; }

  /* Telefone some no mobile — substituído pelo WhatsApp */
  .desktop-only  { display: none !important; }

  /* WhatsApp mobile: ícone + texto "Whatsapp" compacto */
  .logo-bar__whatsapp {
    padding: 9px 16px;
    font-size: 14px;
    font-weight: 700;
    border-radius: 50px;
    box-shadow: 0 2px 10px rgba(37,211,102,.4);
    gap: 8px;
  }
  .logo-bar__whatsapp svg { width: 20px; height: 20px; }
  .logo-bar__whatsapp-text { display: inline; font-size: 14px; font-weight: 700; }

  /* Main nav mobile: oculta a lista de links do desktop */
  .main-nav {
    background: #fff;   /* fundo branco no mobile */
    padding: 0 10px 8px;
    margin-top: 0;
    z-index: 9;
  }

  .main-nav__bar {
    border-radius: 12px;
    padding-top: 0;
    justify-content: center;
    min-height: 44px;
  }

  /* Lista de links some no mobile */
  .main-nav__list { display: none; }

  /* B: botão "TODOS OS SERVIÇOS" aparece no mobile */
  .main-nav__mobile-trigger {
    display: flex !important;
    align-items: center;
    justify-content: center;
    gap: 10px;
    width: 100%;
    height: 44px;
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: .03em;
    cursor: pointer;
    border: none;
	background: #01436F;
    border-radius: 12px;
    transition: background .18s;
  }
  .main-nav__mobile-trigger:hover { background: #e63329; }
  .main-nav__mobile-trigger:active { background: #b5241c; }
}

@media (max-width: 480px) {
  .logo-bar__whatsapp { padding: 9px 12px; }
  .logo-bar__whatsapp-text { font-size: 13px; }
}

/* ============================================================
   [FIX DRAWER — garante que drawer e overlay funcionem]
   Regras com !important para sobrescrever qualquer conflito
   ============================================================ */
.mobile-drawer {
  display: flex !important;   /* sempre no DOM, posicionado via transform */
  transform: translateX(100%);
  visibility: hidden;
  transition: transform .32s cubic-bezier(.4,0,.2,1), visibility .32s;
}

.mobile-drawer.is-open {
  transform: translateX(0) !important;
  visibility: visible !important;
}

.drawer-overlay {
  display: none;
}

.drawer-overlay.is-open {
  display: block !important;
}




/* ============================================================
   HERO — sections/hero.css  (adicionar ao final do style.css)
   Desenvolvido por AGENCIAPAZ
   ============================================================ */

/* ============================================================
   [HERO — WRAPPER]
   B: margin-top negativo sobe a hero atrás da barra do menu.
   O z-index: 0 garante que o menu (z-index:1) fique na frente.
   ============================================================ */
.hero {
  position: relative;
  background: #002842;
  margin-top: -50px;          /* C: sobe atrás do menu até a linha demarcada */
  z-index: 0;
  overflow: hidden;
  min-height: 560px;
  display: flex;
  align-items: center;
}

/* Imagem de fundo com overlay escuro */
.hero__bg {
  position: absolute;
  inset: 0;
  background-image: url('/assets/img/hero-bg.jpg');
  background-size: cover;
  background-position: center;
  opacity: .10;               /* bem escuro — texto legível */
  z-index: 0;
}


/* Conteúdo sobre o fundo */
.hero__inner {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  padding: 80px 24px 48px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 400px;
  gap: 40px;
  align-items: start;
}

/* ============================================================
   [HERO — COLUNA ESQUERDA]
   ============================================================ */
.hero__left {
  display: flex;
  flex-direction: column;
  gap: 20px;
  min-width: 0;
  overflow: hidden;
}

/* Badge "ATENDIMENTO 24H" */
.hero__badge {
  display: inline-flex;
  align-items: center;
  background: #25d366;
  color: #fff;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
  padding: 10px 28px;
  border-radius: 50px;
  width: fit-content;
}

/* Título principal H1 */
.hero__title {
  font-size: clamp(2rem, 4.5vw, 3.2rem);
  font-weight: 900;
  color: #fff;
  line-height: 1.12;
  margin: 0;
}

.hero__title em {
  color: #e63329;             /* "e muito mais." em vermelho */
  font-style: normal;
}

/* Parágrafo descritivo */
.hero__desc {
  font-size: 1rem;
  color: #ccc;
  line-height: 1.6;
  max-width: 520px;
}

/* Box do telefone */
.hero__phone-box {
  display: inline-flex;
  flex-direction: column;
  background: #012d4a;
  border: 1px solid #333;
  border-radius: 10px;
  overflow: hidden;
  width: fit-content;
  min-width: 220px;
}

.hero__phone-box-label {
  background: #e63329;
  color: #fff;
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .1em;
  padding: 6px 16px;
  text-align: center;
}

.hero__phone-box-number {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 16px;
  color: #fff;
  font-size: 1.5rem;
  font-weight: 800;
  letter-spacing: -.3px;
  transition: color .2s;
}

.hero__phone-box-number:hover { color: #e63329; }

.hero__phone-box-number svg {
  width: 20px;
  height: 20px;
  stroke: #e63329;
  fill: none;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  flex-shrink: 0;
}

/* ============================================================
   [HERO — TICKER DE BAIRROS (A)]
   Faixa com nomes de bairros/cidades passando em loop.
   ============================================================ */
.hero__ticker {
  overflow: hidden;
  width: 100%;
  max-width: 520px;
  mask-image: linear-gradient(to right, transparent, #000 10%, #000 90%, transparent);
  -webkit-mask-image: linear-gradient(to right, transparent, #000 10%, #000 90%, transparent);
}

.hero__ticker-track {
  display: flex;
  gap: 0;
  animation: ticker-scroll 40s linear infinite;
  width: max-content;
}

.hero__ticker:hover .hero__ticker-track {
  animation-play-state: paused;
}

/* Cada item do ticker */
.hero__ticker-item {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #aaa;
  font-size: 13px;
  font-weight: 500;
  white-space: nowrap;
  padding: 0 20px 0 0;
}

.hero__ticker-item::before {
  content: '•';
  color: #e63329;
  font-size: 16px;
}

@keyframes ticker-scroll {
  0%   { transform: translateX(0); }
  100% { transform: translateX(-50%); } /* 50% pois duplicamos os itens */
}


/* ============================================================
   [HERO — COLUNA DIREITA — FORMULÁRIO]
   ============================================================ */
.hero__form-card {
  background: #fff;
  border-radius: 16px;
  padding: 28px 24px;
  box-shadow: 0 8px 40px rgba(0,0,0,.4);
  position: relative;
  width: 100%;              /* A: ocupa a coluna inteira */
  min-width: 0;             /* A: evita overflow */
}

/* C: ícone WhatsApp removido do card */

.hero__form-title {
  font-size: 1.5rem;
  font-weight: 800;
  color: #111;
  text-align: center;
  margin-bottom: 4px;
}

.hero__form-sub {
  font-size: 13px;
  color: #777;
  text-align: center;
  margin-bottom: 20px;
}

/* Campos do formulário */
.hero__form-group {
  position: relative;
  margin-bottom: 12px;
}

.hero__form-group svg {
  position: absolute;
  left: 14px;
  top: 50%;
  transform: translateY(-50%);
  width: 16px;
  height: 16px;
  pointer-events: none;
}

.hero__form-group input,
.hero__form-group select {
  width: 100%;
  padding: 13px 14px 13px 40px;
  border: 1.5px solid #e5e5e5;
  border-radius: 8px;
  font-size: 14px;
  font-family: inherit;
  color: #333;
  background: #fff;
  transition: border-color .2s;
  appearance: none;
  -webkit-appearance: none;
}

.hero__form-group input:focus,
.hero__form-group select:focus {
  outline: none;
  border-color: #25d366;
}

.hero__form-group input::placeholder { color: #aaa; }

/* Ícone seta do select */
.hero__form-select-wrap {
  position: relative;
}

.hero__form-select-wrap::after {
  content: '';
  position: absolute;
  right: 14px;
  top: 50%;
  transform: translateY(-50%);
  border: 5px solid transparent;
  border-top-color: #999;
  border-bottom: none;
  pointer-events: none;
}

/* Botão enviar WhatsApp */
.hero__form-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 100%;
  padding: 16px;
  background: #25d366;
  color: #fff;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: .06em;
  text-transform: uppercase;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  transition: background .2s, transform .15s;
  margin-top: 4px;
  font-family: inherit;
}

.hero__form-btn:hover  { background: #1da851; transform: scale(1.01); }
.hero__form-btn:active { transform: scale(.99); }

.hero__form-btn svg {
  width: 20px;
  height: 20px;
  fill: #fff;
  flex-shrink: 0;
}

/* Nota de rodapé do formulário */
.hero__form-note {
  font-size: 11px;
  color: #aaa;
  text-align: center;
  margin-top: 10px;
}

.hero__form-note a {
  color: #888;
  text-decoration: underline;
}


/* D: botão flutuante WhatsApp removido — será adicionado no footer */


/* ============================================================
   [HERO — RESPONSIVO]
   ============================================================ */
@media (max-width: 900px) {
  .hero__inner {
    grid-template-columns: 1fr;
    padding: 48px 16px 32px;
    gap: 32px;
  }

  .hero__form-card {
    padding: 24px 20px;
  }

  .hero__title {
    font-size: clamp(1.7rem, 6vw, 2.4rem);
  }

  .hero__ticker { max-width: 100%; }

  .whatsapp-float { bottom: 16px; right: 16px; width: 52px; height: 52px; }
  .whatsapp-float svg { width: 28px; height: 28px; }
}

@media (max-width: 480px) {
  .hero { margin-top: 0; }   /* no mobile não sobrepõe */
  .hero__phone-box { width: 100%; }
  .hero__form-card::before { display: none; }
}

/* ============================================================
   [HERO — AJUSTES D, B]
   D: subtítulo com serviços em vermelho
   B: ticker posicionado entre texto e telefone, fade lateral
   ============================================================ */

/* D: H1 = palavra-chave principal */
.hero__title {
  font-size: clamp(2.2rem, 5vw, 3.6rem) !important;
}

/* Subtítulo com serviços */
.hero__subtitle {
  font-size: 1.15rem;
  color: #ccc;
  line-height: 1.5;
  margin: -8px 0 0;
}

.hero__subtitle em {
  color: #e63329;
  font-style: normal;
  font-weight: 700;
}

/* B: ticker — fade mais suave nas laterais, velocidade 40s */
.hero__ticker {
  border-top: 1px solid rgba(255,255,255,.08);
  border-bottom: 1px solid rgba(255,255,255,.08);
  padding: 8px 0;
  /* Fade lateral mais pronunciado */
  mask-image: linear-gradient(to right,
    transparent 0%,
    #000 15%,
    #000 85%,
    transparent 100%
  ) !important;
  -webkit-mask-image: linear-gradient(to right,
    transparent 0%,
    #000 15%,
    #000 85%,
    transparent 100%
  ) !important;
}

/* B: ticker ao lado do telefone — mesma linha */
.hero__phone-ticker-row {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 24px;
  width: 100%;
  overflow: hidden;
}

.hero__phone-ticker-row .hero__phone-box {
  flex-shrink: 0;
}

.hero__phone-ticker-row .hero__ticker {
  flex: 1;
  min-width: 0;
  max-width: none;
  border-top: none;
  border-bottom: none;
  padding: 0;
  overflow: hidden;
}






/* ============================================================
   infos.css
   assets/css/infos.css
   Desenvolvido por AGENCIAPAZ
   ============================================================
   Seção de cards deslizantes abaixo da hero.
   Fundo branco, cards com borda, ícones SVG vermelhos.
   Animação CSS pura — sem dependência de biblioteca.
   ============================================================ */

/* ============================================================
   [INFOS — WRAPPER DA SEÇÃO]
   ============================================================ */
.infos {
  background: #f8f8f8;
  padding: 0;
  overflow: hidden;
  border-bottom: 1px solid #eee;
  position: relative;
  z-index: 1;
}

/* Fade lateral — esmaecer nas bordas */
.infos::before,
.infos::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  width: 80px;
  z-index: 2;
  pointer-events: none;
}
.infos::before {
  left: 0;
  background: linear-gradient(to right, #f8f8f8, transparent);
}
.infos::after {
  right: 0;
  background: linear-gradient(to left, #f8f8f8, transparent);
}


/* ============================================================
   [INFOS — TRACK ANIMADO]
   Duplicamos os cards no PHP para loop infinito contínuo.
   ============================================================ */
.infos__track {
  display: flex;
  gap: 0;
  animation: infos-scroll 32s linear infinite;
  width: max-content;
  padding: 20px 0;
}

.infos__track:hover {
  animation-play-state: paused;
}

@keyframes infos-scroll {
  0%   { transform: translateX(0); }
  100% { transform: translateX(-50%); } /* 50% porque duplicamos os itens */
}


/* ============================================================
   [INFOS — CARD INDIVIDUAL]
   ============================================================ */
.info-card {
  display: flex;
  align-items: center;
  gap: 14px;
  background: #fff;
  border: 1.5px solid #e8e8e8;
  border-radius: 10px;
  padding: 16px 22px;
  margin: 0 10px;
  min-width: 220px;
  max-width: 240px;
  flex-shrink: 0;
  transition: border-color .2s, box-shadow .2s;
}

.info-card:hover {
  border-color: #e63329;
  box-shadow: 0 4px 16px rgba(230,51,41,.1);
}

/* Ícone SVG */
.info-card__icon {
  flex-shrink: 0;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.info-card__icon svg {
  width: 36px;
  height: 36px;
  fill: none;
  stroke: #e63329;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

/* Ícones que usam fill em vez de stroke */
.info-card__icon svg.icon-fill {
  fill: #e63329;
  stroke: none;
}

/* Texto do card */
.info-card__text {
  font-size: 13.5px;
  font-weight: 600;
  color: #222;
  line-height: 1.4;
}

.info-card__text strong {
  display: block;
  font-size: 18px;
  font-weight: 800;
  color: #e63329;
  line-height: 1.1;
}


/* ============================================================
   [INFOS — RESPONSIVO]
   ============================================================ */
@media (max-width: 600px) {
  .info-card {
    min-width: 190px;
    max-width: 200px;
    padding: 14px 16px;
    gap: 10px;
  }

  .info-card__icon svg {
    width: 28px;
    height: 28px;
  }

  .info-card__text {
    font-size: 12.5px;
  }

  .infos__track {
    animation-duration: 24s;
  }
}





/* ============================================================
   [CLIENTES — Seção "Nossos Clientes"]
   Carrossel automático CSS puro. Logos em escala de cinza
   com hover colorido. Desktop: ~6 visíveis | Mobile: 2.
   ============================================================ */

.clientes {
  background: #f5f5f5;
  padding: 48px 0 36px;
  overflow: hidden;
}

/* Cabeçalho centralizado */
.clientes__header {
  text-align: center;
  padding: 0 24px;
  margin-bottom: 32px;
}

.clientes__eyebrow {
  display: inline-block;
  font-size: 13px;
  font-weight: 700;
  color: #e63329;
  text-transform: uppercase;
  letter-spacing: .1em;
  margin-bottom: 8px;
}

.clientes__title {
  font-size: clamp(1.1rem, 2.5vw, 1.4rem);
  font-weight: 800;
  color: #111;
  max-width: 640px;
  margin: 0 auto;
  line-height: 1.3;
}

/* Wrapper com fade nas bordas */
.clientes__track-wrap {
  position: relative;
  overflow: hidden;
  mask-image: linear-gradient(to right,
    transparent 0%,
    #000 8%,
    #000 92%,
    transparent 100%
  );
  -webkit-mask-image: linear-gradient(to right,
    transparent 0%,
    #000 8%,
    #000 92%,
    transparent 100%
  );
}

/* Track animado */
.clientes__track {
  display: flex;
  align-items: center;
  gap: 0;
  width: max-content;
  animation: clientes-scroll 30s linear infinite;
}

.clientes__track:hover {
  animation-play-state: paused;
}

@keyframes clientes-scroll {
  0%   { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}

/* Item individual */
.clientes__item {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 16px 32px;
  flex-shrink: 0;
}

/* Logo em cinza, colorido no hover */
.clientes__item img {
  height: 100px;
  width: auto;
  max-width: 280px;
  object-fit: contain;
  filter: grayscale(100%) opacity(.55);
  transition: filter .3s ease;
}

.clientes__item:hover img {
  filter: grayscale(0%) opacity(1);
}

/* Mobile: logos menores, 2 visíveis */
@media (max-width: 600px) {
  .clientes__item {
    padding: 12px 20px;
  }

  .clientes__item img {
    height: 38px;
    max-width: 100px;
  }

  .clientes__track {
    animation-duration: 20s;
  }

  .clientes__title {
    font-size: 1rem;
  }
}

/* ============================================================
   [CLIENTES — SETAS DE NAVEGAÇÃO]
   ============================================================ */

/* Posiciona a seção como relativa para as setas absolutas */
.clientes {
  position: relative;
}

.clientes__arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: #01436F;
  color: #fff;
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 16px rgba(1,67,111,.3);
  transition: background .2s, transform .2s;
  flex-shrink: 0;
}

.clientes__arrow:hover {
  background: #012d4a;
  transform: translateY(-50%) scale(1.08);
}

.clientes__arrow svg {
  width: 20px;
  height: 20px;
  stroke: #fff;
}

.clientes__arrow--prev { left: 16px; }
.clientes__arrow--next { right: 16px; }

/* Velocidade mais lenta — 48s */
.clientes__track {
  animation-duration: 48s;
}

@media (max-width: 600px) {
  .clientes__arrow { width: 36px; height: 36px; }
  .clientes__arrow svg { width: 16px; height: 16px; }
  .clientes__arrow--prev { left: 8px; }
  .clientes__arrow--next { right: 8px; }
  .clientes__track { animation-duration: 32s; }
}

/* Setas boxer — mais para dentro, alinhadas ao conteúdo */
.clientes__arrow--prev { left: max(16px, calc((100% - 1280px) / 2 + 16px)); }
.clientes__arrow--next { right: max(16px, calc((100% - 1280px) / 2 + 16px)); }







/* ============================================================
   [SERVIÇOS — Seção de cards de serviços]
   Grid 3 colunas. Foto + badge "Saiba mais" + título + texto.
   Botão WhatsApp sobreposto ao card (margin-top negativo).
   ============================================================ */

.servicos {
  background: #fff;
  padding: 64px 0 80px;
}

/* Cabeçalho centralizado com marca d'água */
.servicos__header {
  text-align: center;
  padding: 0 24px;
  margin-bottom: 48px;
  position: relative;
}

/* Marca d'água "Serviços" atrás do título */
.servicos__header::before {
  content: 'Serviços';
  position: absolute;
  top: -20px;
  left: 50%;
  transform: translateX(-50%);
  font-size: clamp(4rem, 10vw, 8rem);
  font-weight: 900;
  color: #f0f0f0;
  white-space: nowrap;
  pointer-events: none;
  z-index: 0;
  line-height: 1;
  user-select: none;
}

.servicos__title {
  font-size: clamp(1.4rem, 3vw, 2rem);
  font-weight: 800;
  color: #111;
  line-height: 1.25;
  position: relative;
  z-index: 1;
  margin-bottom: 16px;
}

.servicos__desc {
  font-size: 1rem;
  color: #444;
  line-height: 1.6;
  max-width: 680px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.servicos__desc .red {
  color: #e63329;
  font-weight: 700;
}

/* Grid 3 colunas */
.servicos__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
  align-items: start;
}

/* ---- CARD ---- */
.servico-card {
  background: #fff;
  border: 1px solid #e8e8e8;
  border-radius: 12px;
  overflow: visible;          /* permite o botão sobresair */
  display: flex;
  flex-direction: column;
  box-shadow: 0 2px 12px rgba(0,0,0,.06);
  transition: box-shadow .25s, transform .25s;
  position: relative;
}

.servico-card:hover {
  box-shadow: 0 8px 32px rgba(0,0,0,.12);
  transform: translateY(-4px);
}

/* Imagem */
.servico-card__img-wrap {
  position: relative;
  overflow: hidden;
  border-radius: 12px 12px 0 0;
}

.servico-card__img-wrap img {
  width: 100%;
  height: 240px;
  object-fit: cover;
  display: block;
  transition: transform .4s ease;
}

.servico-card:hover .servico-card__img-wrap img {
  transform: scale(1.04);
}

/* Badge "Saiba mais" — sobreposto na base da imagem */
.servico-card__badge {
  position: absolute;
  bottom: 16px;
  left: 16px;
  background: #e63329;
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  padding: 7px 20px;
  border-radius: 50px;
  transition: background .2s;
  z-index: 2;
}

.servico-card__badge:hover { background: #b5241c; }

/* Conteúdo de texto */
.servico-card__body {
  padding: 24px 24px 16px;
  flex: 1;
}

.servico-card__title {
  font-size: 1.25rem;
  font-weight: 800;
  color: #111;
  margin-bottom: 12px;
  line-height: 1.3;
}

/* Mesmo tamanho para todos os parágrafos */
.servico-card__text {
  font-size: 14px;
  color: #555;
  line-height: 1.65;
  margin-bottom: 10px;
}

.servico-card__text:last-of-type { margin-bottom: 0; }

/* ---- BOTÃO — sobreposto ao card ---- */
.servico-card__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin: 0 20px -22px; /* -22px: metade da altura sai do card */
  padding: 14px 20px;
  border-radius: 50px;
  font-size: 15px;
  font-weight: 700;
  color: #fff;
  transition: transform .2s, box-shadow .2s;
  position: relative;
  z-index: 3;
  box-shadow: 0 4px 16px rgba(0,0,0,.2);
}

.servico-card__btn:hover {
  transform: scale(1.02);
  box-shadow: 0 6px 24px rgba(0,0,0,.25);
}

.servico-card__btn svg {
  width: 20px;
  height: 20px;
  fill: #fff;
  flex-shrink: 0;
}

/* Variante escura */
.servico-card__btn--escuro { background: #1a1a1a; }
.servico-card__btn--escuro:hover { background: #333; }

/* Variante verde WhatsApp */
.servico-card__btn--verde { background: #25d366; }
.servico-card__btn--verde:hover { background: #1da851; }

/* Espaço após o botão sobreposto */
.servico-card::after {
  content: '';
  display: block;
  height: 28px;
}

/* ============================================================
   [SERVIÇOS — RESPONSIVO]
   ============================================================ */

/* 2 colunas em tablet */
@media (max-width: 1024px) {
  .servicos__grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
  }
}

/* 1 coluna em mobile */
@media (max-width: 600px) {
  .servicos {
    padding: 48px 0 64px;
  }

  .servicos__grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .servico-card__img-wrap img {
    height: 200px;
  }

  .servicos__header::before {
    display: none;
  }
}



/* ============================================================
   [MAIS SERVIÇOS — Grid de cards com ícone + seta]
   5 colunas desktop, 3 tablet, 2 mobile.
   Cards brancos com borda, ícone SVG cinza, seta no canto.
   ============================================================ */

.mais-servicos {
  background: #fff;
  padding: 64px 0;
  border-top: 1px solid #f0f0f0;
}

/* Cabeçalho com marca d'água */
.mais-servicos__header {
  text-align: center;
  padding: 0 24px;
  margin-bottom: 40px;
  position: relative;
}

.mais-servicos__header::before {
  content: 'Mais serviços';
  position: absolute;
  top: -24px;
  left: 50%;
  transform: translateX(-50%);
  font-size: clamp(3rem, 8vw, 6.5rem);
  font-weight: 900;
  color: #f0f0f0;
  white-space: nowrap;
  pointer-events: none;
  z-index: 0;
  line-height: 1;
  user-select: none;
}

.mais-servicos__title {
  font-size: clamp(1.2rem, 2.5vw, 1.6rem);
  font-weight: 800;
  color: #111;
  line-height: 1.3;
  position: relative;
  z-index: 1;
  margin-bottom: 12px;
}

.mais-servicos__desc {
  font-size: .95rem;
  color: #555;
  line-height: 1.65;
  max-width: 640px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

/* Grid 5 colunas */
.mais-servicos__grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 16px;
  margin-bottom: 40px;
}

/* ---- CARD ---- */
.mais-servico-card {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  gap: 16px;
  padding: 24px 16px 20px;
  border: 1.5px solid #e8e8e8;
  border-radius: 10px;
  text-decoration: none;
  background: #fff;
  transition: border-color .2s, box-shadow .2s, transform .2s;
  min-height: 160px;
}

.mais-servico-card:hover {
  border-color: #01436F;
  box-shadow: 0 6px 24px rgba(1,67,111,.1);
  transform: translateY(-3px);
}

/* Seta diagonal — canto superior direito */
.mais-servico-card__arrow {
  position: absolute;
  top: 12px;
  right: 12px;
  width: 18px;
  height: 18px;
  color: #ccc;
  transition: color .2s;
}

.mais-servico-card__arrow svg {
  width: 100%;
  height: 100%;
}

.mais-servico-card:hover .mais-servico-card__arrow {
  color: #01436F;
}

/* Ícone SVG central */
.mais-servico-card__icon {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}

.mais-servico-card__icon svg {
  width: 64px;
  height: 64px;
  color: #ccc;
  transition: color .2s;
}

.mais-servico-card:hover .mais-servico-card__icon svg {
  color: #01436F;
}

/* Nome do serviço */
.mais-servico-card__nome {
  font-size: 13.5px;
  font-weight: 700;
  color: #222;
  text-align: center;
  line-height: 1.3;
}

/* Rodapé da seção */
.mais-servicos__footer {
  text-align: center;
  font-size: .95rem;
  color: #555;
}

/* Utilitário cor vermelha (reutilizado em várias seções) */
.red { color: #e63329; }

/* ============================================================
   [MAIS SERVIÇOS — RESPONSIVO]
   ============================================================ */
@media (max-width: 1024px) {
  .mais-servicos__grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 600px) {
  .mais-servicos__grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
  }

  .mais-servico-card {
    min-height: 140px;
    padding: 20px 12px 16px;
  }

  .mais-servico-card__icon svg {
    width: 48px;
    height: 48px;
  }

  .mais-servicos__header::before {
    display: none;
  }
}





/* ============================================================
   [VANTAGENS — Grid assimétrico com cards preto/azul]
   3 colunas: esquerda (2 cards), centro (2 cards),
   direita (1 card grande com logo).
   ============================================================ */

.vantagens {
  background: #fff;
  padding: 64px 0;
  border-top: 1px solid #f0f0f0;
}

/* Cabeçalho com marca d'água */
.vantagens__header {
  text-align: center;
  margin-bottom: 40px;
  position: relative;
}

.vantagens__header::before {
  content: 'Vantagens';
  position: absolute;
  top: -28px;
  left: 50%;
  transform: translateX(-50%);
  font-size: clamp(3.5rem, 9vw, 7rem);
  font-weight: 900;
  color: #f0f0f0;
  white-space: nowrap;
  pointer-events: none;
  z-index: 0;
  line-height: 1;
  user-select: none;
}

.vantagens__title {
  font-size: clamp(1.2rem, 2.5vw, 1.6rem);
  font-weight: 800;
  color: #111;
  line-height: 1.3;
  position: relative;
  z-index: 1;
  margin-bottom: 12px;
}

.vantagens__desc {
  font-size: .95rem;
  color: #555;
  line-height: 1.65;
  max-width: 740px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

/* Grid 3 colunas — coluna direita é mais larga */
.vantagens__grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1.1fr;
  gap: 16px;
  align-items: stretch;
}

/* Coluna: empilha 2 cards */
.vantagens__col {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

/* Coluna direita: card ocupa toda a altura */
.vantagens__col--right {
  display: flex;
  flex-direction: column;
}

/* ---- CARD BASE ---- */
.vantagem-card {
  position: relative;
  flex: 1;
  border-radius: 16px;
  padding: 28px 28px 24px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  overflow: hidden;
  min-height: 160px;
}

/* Card preto */
.vantagem-card--dark {
  background: #111;
  color: #fff;
}

/* Card azul escuro */
.vantagem-card--blue {
  background: #7a1e1e;    /* bordô/vinho — igual ao print */
  color: #fff;
}

/* Card grande (coluna direita) */
.vantagem-card--tall {
  min-height: 340px;
  justify-content: space-between;
}

/* Marca d'água SVG — fundo do card */
.vantagem-card__watermark {
  position: absolute;
  bottom: -10px;
  left: -10px;
  width: 160px;
  height: 160px;
  opacity: .15;
  pointer-events: none;
}

.vantagem-card__watermark svg {
  width: 100%;
  height: 100%;
  color: #fff;
  stroke: #fff;
}

/* Logo no card grande */
.vantagem-card__logo {
  position: relative;
  z-index: 1;
  margin-bottom: 16px;
}

.vantagem-card__logo img {
  width: 180px;
  height: auto;
  /* Inverte para ficar branco sobre o fundo colorido */
  filter: brightness(0) invert(1);
  opacity: .9;
}

/* Texto do card */
.vantagem-card__content {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.vantagem-card__content strong {
  font-size: 1.05rem;
  font-weight: 800;
  color: #fff;
  line-height: 1.2;
}

.vantagem-card__content span {
  font-size: .9rem;
  color: rgba(255,255,255,.8);
  line-height: 1.4;
}

/* Card grande: textos maiores */
.vantagem-card--tall .vantagem-card__content strong {
  font-size: 1.3rem;
}

.vantagem-card--tall .vantagem-card__content span {
  font-size: 1rem;
}

/* ============================================================
   [VANTAGENS — RESPONSIVO]
   ============================================================ */
@media (max-width: 900px) {
  .vantagens__grid {
    grid-template-columns: 1fr 1fr;
  }

  .vantagens__col--right {
    grid-column: 1 / -1;  /* ocupa as 2 colunas */
  }

  .vantagem-card--tall {
    min-height: 200px;
    flex-direction: row;
    align-items: center;
    gap: 24px;
    justify-content: flex-start;
  }

  .vantagem-card--tall .vantagem-card__logo {
    margin-bottom: 0;
    flex-shrink: 0;
  }
}

@media (max-width: 600px) {
  .vantagens__grid {
    grid-template-columns: 1fr;
  }

  .vantagem-card { min-height: 140px; }

  .vantagem-card--tall {
    flex-direction: column;
    min-height: 220px;
    align-items: flex-start;
  }

  .vantagens__header::before { display: none; }
}





/* ============================================================
   [SOBRE — Seção institucional]
   Layout: imagem grande esquerda + texto direita,
   depois dois cards (áreas atendidas + destaque 24h).
   ============================================================ */

.sobre {
  background: #fff;
  padding: 72px 0 0;
  border-top: 1px solid #f0f0f0;
}

/* ============================================================
   [SOBRE — BLOCO SUPERIOR: imagem + texto]
   ============================================================ */
.sobre__top {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 56px;
  align-items: start;
  margin-bottom: 0;
}

/* ---- Imagem ---- */
.sobre__img-wrap {
  position: relative;
  flex-shrink: 0;
}

.sobre__img {
  width: 100%;
  height: 640px;
  object-fit: cover;
  border-radius: 16px;
  display: block;
}

/* Badge circular "Sem juros no cartão" */
.sobre__badge-circle {
  position: absolute;
  bottom: 40px;
  left: -30px;
  width: 110px;
  height: 110px;
  background: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 20px rgba(0,0,0,.15);
  animation: badge-spin 12s linear infinite;
}

.sobre__badge-circle > svg:first-child {
  position: absolute;
  width: 32px;
  height: 32px;
  z-index: 2;
}

.sobre__badge-text {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

@keyframes badge-spin {
  from { transform: rotate(0deg); }
  to   { transform: rotate(360deg); }
}

/* ---- Texto institucional ---- */
.sobre__texto {
  position: relative;
  padding-top: 8px;
}

/* Marca d'água atrás do texto */
.sobre__watermark {
  position: absolute;
  top: -20px;
  right: -20px;
  font-size: clamp(3rem, 7vw, 5.5rem);
  font-weight: 900;
  color: #f0f0f0;
  white-space: nowrap;
  pointer-events: none;
  user-select: none;
  z-index: 0;
  line-height: 1;
}

.sobre__eyebrow {
  display: block;
  font-size: 13px;
  font-weight: 700;
  color: #e63329;
  letter-spacing: .05em;
  margin-bottom: 8px;
  position: relative;
  z-index: 1;
}

.sobre__title {
  font-size: clamp(1.4rem, 2.5vw, 1.9rem);
  font-weight: 800;
  color: #111;
  line-height: 1.25;
  margin-bottom: 20px;
  position: relative;
  z-index: 1;
}

.sobre__p {
  font-size: .93rem;
  color: #444;
  line-height: 1.7;
  margin-bottom: 14px;
  position: relative;
  z-index: 1;
}

.sobre__p:last-child { margin-bottom: 0; }

.sobre__p .underline { text-decoration: underline; }
.sobre__p .red       { color: #e63329; font-weight: 600; }

.sobre__link {
  color: #e63329;
  font-weight: 600;
  text-decoration: none;
  transition: opacity .2s;
}
.sobre__link:hover { opacity: .75; }

/* ============================================================
   [SOBRE — BLOCO INFERIOR: dois cards]
   Cards sobrepostos parcialmente à seção (margin-top negativo)
   ============================================================ */
.sobre__cards {
  display: grid;
  grid-template-columns: 1.4fr 1fr;
  gap: 24px;
  margin-top: 48px;
  padding-bottom: 0;
  position: relative;
  z-index: 2;
}

/* Card base */
.sobre__card {
  background: #fff;
  border: 1.5px solid #e5e5e5;
  border-radius: 16px;
  padding: 36px 36px 32px;
  box-shadow: 0 4px 24px rgba(0,0,0,.07);
}

/* Card áreas atendidas */
.sobre__card--areas {}

.sobre__card-title {
  font-size: 1.3rem;
  font-weight: 800;
  color: #111;
  line-height: 1.3;
  margin-bottom: 20px;
}

.sobre__areas-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 6px 24px;
  margin-bottom: 24px;
}

.sobre__areas-list li {
  font-size: 13.5px;
  color: #333;
  font-weight: 500;
}

.sobre__area-link {
  color: #e63329;
  font-weight: 700;
  text-decoration: none;
  transition: opacity .2s;
}
.sobre__area-link:hover { opacity: .75; }

/* Link "Conheça outros serviços →" */
.sobre__card-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #e63329;
  font-size: .9rem;
  font-weight: 600;
  text-decoration: none;
  transition: gap .2s;
}
.sobre__card-link:hover { gap: 14px; }
.sobre__card-link svg   { stroke: #e63329; }

/* Card destaque 24h */
.sobre__card--destaque {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  border-color: #e5e5e5;
  border-radius: 16px;
  min-height: 200px;
}

.sobre__card-destaque-text {
  font-size: clamp(1.3rem, 2.5vw, 1.8rem);
  font-weight: 700;
  color: #111;
  line-height: 1.35;
}

.sobre__card-destaque-text strong {
  font-weight: 900;
  font-size: 110%;
}

/* ============================================================
   [SOBRE — RESPONSIVO]
   ============================================================ */
@media (max-width: 1024px) {
  .sobre__top {
    gap: 36px;
  }
  .sobre__img {
    height: 520px;
  }
}

@media (max-width: 768px) {
  .sobre__top {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .sobre__img {
    height: 360px;
  }

  .sobre__badge-circle {
    left: 16px;
    bottom: 16px;
    width: 90px;
    height: 90px;
  }

  .sobre__watermark {
    display: none;
  }

  .sobre__cards {
    grid-template-columns: 1fr;
  }

  .sobre__areas-list {
    grid-template-columns: 1fr;
  }

  .sobre__card--destaque {
    min-height: 140px;
  }
}

@media (max-width: 480px) {
  .sobre { padding: 48px 0 0; }
  .sobre__card { padding: 24px 20px; }
}





/* ============================================================
   [SEGMENTOS — Cards com ícone + barra vermelha]
   6 colunas desktop, 3 tablet, 2 mobile.
   Fundo cinza claro nos cards, ícone SVG cinza, barra vermelha embaixo.
   ============================================================ */

.segmentos {
  background: #fff;
  padding: 64px 0 72px;
  border-top: 1px solid #f0f0f0;
}

/* Cabeçalho com marca d'água */
.segmentos__header {
  text-align: center;
  margin-bottom: 40px;
  position: relative;
}

.segmentos__header::before {
  content: 'Segmentos';
  position: absolute;
  top: -28px;
  left: 50%;
  transform: translateX(-50%);
  font-size: clamp(3.5rem, 9vw, 7rem);
  font-weight: 900;
  color: #efefef;
  white-space: nowrap;
  pointer-events: none;
  z-index: 0;
  line-height: 1;
  user-select: none;
}

.segmentos__title {
  font-size: clamp(1.2rem, 2.5vw, 1.6rem);
  font-weight: 800;
  color: #111;
  line-height: 1.3;
  position: relative;
  z-index: 1;
  margin-bottom: 10px;
}

.segmentos__desc {
  font-size: .95rem;
  color: #555;
  line-height: 1.6;
  max-width: 680px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

/* Grid 6 colunas */
.segmentos__grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 16px;
}

/* ---- CARD ---- */
.segmento-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 14px;
  padding: 28px 12px 20px;
  background: #f2f2f2;
  border-radius: 10px;
  text-decoration: none;
  position: relative;
  overflow: hidden;
  transition: background .2s, transform .2s, box-shadow .2s;
  min-height: 170px;
}

.segmento-card:hover {
  background: #eaeaea;
  transform: translateY(-3px);
  box-shadow: 0 6px 20px rgba(0,0,0,.09);
}

/* Ícone SVG — cinza, colorido no hover */
.segmento-card__icon {
  width: 64px;
  height: 64px;
  flex-shrink: 0;
}

.segmento-card__icon svg {
  width: 100%;
  height: 100%;
  color: #aaa;
  stroke: #aaa;
  transition: stroke .2s, color .2s;
}

.segmento-card:hover .segmento-card__icon svg {
  stroke: #01436F;
  color: #01436F;
}

/* Nome do segmento */
.segmento-card__nome {
  font-size: 13.5px;
  font-weight: 700;
  color: #222;
  text-align: center;
  line-height: 1.3;
}

/* Barra vermelha na base do card */
.segmento-card__bar {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 50%;
  height: 4px;
  background: #e63329;
  border-radius: 4px 4px 0 0;
  transition: width .25s ease;
}

.segmento-card:hover .segmento-card__bar {
  width: 80%;
}

/* ============================================================
   [SEGMENTOS — RESPONSIVO]
   ============================================================ */
@media (max-width: 1024px) {
  .segmentos__grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 14px;
  }
}

@media (max-width: 600px) {
  .segmentos__grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
  }

  .segmento-card {
    min-height: 140px;
    padding: 22px 10px 18px;
  }

  .segmento-card__icon {
    width: 50px;
    height: 50px;
  }

  .segmentos__header::before {
    display: none;
  }
}




/* ============================================================
   [FOOTER — Rodapé global]
   Fundo preto, 5 colunas, links cinza claro com hover vermelho.
   ============================================================ */

.site-footer {
  background: #0a0a0a;
  color: #ccc;
  padding-top: 56px;
}

.site-footer__main {
  display: grid;
  grid-template-columns: 1.3fr 1fr 1fr 1fr 1fr;
  gap: 32px;
  padding-bottom: 48px;
}

/* ============================================================
   [FOOTER — COLUNA BASE]
   ============================================================ */
.footer-col__heading {
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .08em;
  color: #888;
  margin-bottom: 18px;
}

.footer-col__heading--mt { margin-top: 28px; }

.footer-col__list {
  display: flex;
  flex-direction: column;
  gap: 11px;
}

.footer-col__list li a {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  color: #e8e8e8;
  line-height: 1.4;
  transition: color .2s, padding-left .2s;
}

/* Seta triangular antes do link */
.footer-col__list li a::before {
  content: '▸';
  color: #e63329;
  font-size: 12px;
  flex-shrink: 0;
}

.footer-col__list li a:hover {
  color: #e63329;
  padding-left: 4px;
}

/* Botão "Contato" com borda */
.footer-col__cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 24px;
  padding: 12px 32px;
  border: 1.5px solid #e63329;
  border-radius: 50px;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  transition: background .2s, color .2s;
}

.footer-col__cta:hover {
  background: #e63329;
  color: #fff;
}

/* ============================================================
   [FOOTER — COLUNA 1: marca]
   ============================================================ */
.footer-col--brand {
  padding-right: 16px;
}

.footer-col__logo {
  display: inline-block;
  margin-bottom: 20px;
}

.footer-col__logo img {
  width: 180px;
  height: auto;
  /* Logo em branco sobre fundo preto */
  filter: brightness(0) invert(1);
}

.footer-col__title {
  font-size: 17px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 10px;
}

.footer-col__address {
  font-style: normal;
  font-size: 13.5px;
  color: #aaa;
  line-height: 1.7;
  margin-bottom: 10px;
}

.footer-col__phone {
  font-size: 13.5px;
  color: #aaa;
  margin-bottom: 24px;
}

.footer-col__phone a {
  color: #ccc;
  transition: color .2s;
}
.footer-col__phone a:hover { color: #e63329; }

.footer-col__subtitle {
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .06em;
  color: #fff;
  margin-bottom: 14px;
}

/* Ícones de redes sociais */
.footer-social {
  display: flex;
  gap: 10px;
}

.footer-social a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: #e63329;
  transition: background .2s, transform .2s;
}

.footer-social a:hover {
  background: #b5241c;
  transform: translateY(-2px);
}

.footer-social svg {
  width: 16px;
  height: 16px;
  fill: #fff;
}

/* ============================================================
   [FOOTER — Formas de pagamento]
   ============================================================ */
.footer-col__payments {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.footer-col__payments li {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 14px;
  color: #e8e8e8;
}

.footer-col__payments svg {
  width: 22px;
  height: 22px;
  color: #999;
  flex-shrink: 0;
}

/* ============================================================
   [FOOTER — BARRA INFERIOR]
   ============================================================ */
.site-footer__bottom {
  border-top: 1px solid #222;
  padding: 20px 0;
}

.site-footer__bottom-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 8px;
}

.site-footer__bottom-inner p {
  font-size: 12.5px;
  color: #777;
}

.site-footer__bottom-inner a {
  color: #999;
  text-decoration: underline;
  transition: color .2s;
}

.site-footer__bottom-inner a:hover { color: #e63329; }

/* ============================================================
   [FOOTER — RESPONSIVO]
   ============================================================ */
@media (max-width: 1024px) {
  .site-footer__main {
    grid-template-columns: 1fr 1fr 1fr;
    gap: 28px 24px;
  }

  .footer-col--brand {
    grid-column: 1 / -1;
  }
}

@media (max-width: 600px) {
  .site-footer { padding-top: 40px; }

  .site-footer__main {
    grid-template-columns: 1fr 1fr;
    gap: 32px 20px;
    padding-bottom: 32px;
  }

  .footer-col--brand {
    grid-column: 1 / -1;
  }

  .site-footer__bottom-inner {
    flex-direction: column;
    text-align: center;
  }
}





/* ============================================================
   [BREADCRUMB]
   ============================================================ */
.breadcrumb {
  background: #1a1a1a;
  padding: 14px 0;
}

.breadcrumb__list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 6px;
  list-style: none;
}

.breadcrumb__item {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 13.5px;
}

.breadcrumb__home-icon {
  width: 15px;
  height: 15px;
  stroke: #e63329;
  margin-right: 2px;
}

.breadcrumb__item a {
  color: #ccc;
  text-decoration: none;
  transition: color .2s;
}
.breadcrumb__item a:hover { color: #fff; }

.breadcrumb__item span[aria-current] {
  color: #888;
}

.breadcrumb__sep {
  color: #555;
  margin: 0 2px;
}


/* ============================================================
   [PAGE HEADER — cabeçalho de páginas internas]
   ============================================================ */
.page-header {
  padding: 48px 24px 8px;
}

.page-header__title {
  font-size: clamp(1.8rem, 4vw, 2.6rem);
  font-weight: 800;
  color: #111;
  margin-bottom: 16px;
}

.page-header__bar {
  display: block;
  width: 100%;
  max-width: 100%;
  height: 3px;
  background: #eee;
  position: relative;
  margin-bottom: 28px;
}

.page-header__bar::after {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  width: 120px;
  height: 3px;
  background: #e63329;
}

.page-header__desc {
  font-size: 1rem;
  color: #555;
  max-width: 720px;
  line-height: 1.6;
}


/* ============================================================
   [SERVIÇO SINGLE — layout 2 colunas: conteúdo + sidebar]
   ============================================================ */
.servico-single {
  display: grid;
  grid-template-columns: 1fr 380px;
  gap: 48px;
  padding: 48px 24px 80px;
  align-items: start;
}

.servico-single__content {
  min-width: 0;
}

.servico-single__title {
  font-size: clamp(1.8rem, 4vw, 2.6rem);
  font-weight: 800;
  color: #111;
  margin-bottom: 16px;
}

.servico-single__title-bar {
  display: block;
  width: 100%;
  height: 3px;
  background: #eee;
  position: relative;
  margin-bottom: 28px;
}

.servico-single__title-bar::after {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  width: 130px;
  height: 3px;
  background: #e63329;
}

.servico-single__img {
  width: 100%;
  max-width: 600px;
  height: auto;
  border-radius: 8px;
  margin-bottom: 28px;
  display: block;
}

/* Tipografia do conteúdo */
.servico-single__content h2 {
  font-size: 1.4rem;
  font-weight: 800;
  color: #111;
  margin: 32px 0 14px;
}

.servico-single__content p {
  font-size: .96rem;
  color: #333;
  line-height: 1.75;
  margin-bottom: 16px;
}

.servico-single__list {
  list-style: none;
  margin-bottom: 20px;
}

.servico-single__list li {
  font-size: .96rem;
  color: #333;
  padding: 6px 0 6px 22px;
  position: relative;
}

.servico-single__list li::before {
  content: '•';
  color: #e63329;
  font-size: 18px;
  position: absolute;
  left: 0;
  top: 4px;
}

/* CTA inline no meio do conteúdo */
.servico-single__cta {
  margin: 32px 0;
  text-align: center;
  padding: 28px;
  background: #f8f8f8;
  border-radius: 12px;
}

.servico-single__cta-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: #25d366;
  color: #fff;
  font-weight: 700;
  font-size: 1rem;
  padding: 16px 32px;
  border-radius: 50px;
  transition: background .2s, transform .15s;
}

.servico-single__cta-btn:hover { background: #1da851; transform: scale(1.02); }
.servico-single__cta-btn svg { width: 22px; height: 22px; fill: #fff; }

/* FAQ — accordion nativo via <details> */
.servico-single__faq {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.faq-item {
  border: 1px solid #e5e5e5;
  border-radius: 8px;
  padding: 4px 18px;
}

.faq-item summary {
  font-weight: 700;
  color: #111;
  font-size: .98rem;
  padding: 14px 0;
  cursor: pointer;
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.faq-item summary::-webkit-details-marker { display: none; }

.faq-item summary::after {
  content: '+';
  font-size: 1.4rem;
  color: #e63329;
  transition: transform .2s;
}

.faq-item[open] summary::after { transform: rotate(45deg); }

.faq-item p {
  padding-bottom: 16px;
  color: #555;
  font-size: .92rem;
  line-height: 1.6;
}


/* ============================================================
   [SIDEBAR — formulário + emergência + lista de serviços]
   ============================================================ */
.sidebar {
  background: #fafafa;
  border: 1px solid #eee;
  border-radius: 16px;
  overflow: hidden;
  position: sticky;
  top: 90px;
}

/* Banner WhatsApp verde no topo */
.sidebar__whats-banner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #25d366;
  color: #fff;
  padding: 18px 22px;
  font-size: .92rem;
  line-height: 1.4;
  transition: background .2s;
}
.sidebar__whats-banner:hover { background: #1da851; }
.sidebar__whats-banner strong { font-size: 1.15rem; font-weight: 800; }
.sidebar__whats-banner svg { width: 32px; height: 32px; fill: #fff; flex-shrink: 0; }

/* Box do formulário */
.sidebar__form-box {
  padding: 24px 22px;
}

.sidebar__form-title {
  font-size: 1.2rem;
  font-weight: 800;
  color: #111;
  text-align: center;
  margin-bottom: 6px;
}

.sidebar__form-box > form::before,
.sidebar__form-title + hr {
  display: none;
}

/* Linha decorativa sob o título */
.sidebar__form-title {
  position: relative;
  padding-bottom: 14px;
}
.sidebar__form-title::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 60px;
  height: 2px;
  background: #25d366;
}

.sidebar__form-group {
  position: relative;
  margin-bottom: 12px;
  margin-top: 16px;
}

.sidebar__form-group svg {
  position: absolute;
  left: 14px;
  top: 50%;
  transform: translateY(-50%);
  width: 16px;
  height: 16px;
  pointer-events: none;
}

.sidebar__form-group input,
.sidebar__form-group select {
  width: 100%;
  padding: 12px 14px 12px 40px;
  border: 1.5px solid #e0e0e0;
  border-radius: 8px;
  font-size: 14px;
  font-family: inherit;
  color: #333;
  background: #fff;
  appearance: none;
  -webkit-appearance: none;
  transition: border-color .2s;
}

.sidebar__form-group input:focus,
.sidebar__form-group select:focus {
  outline: none;
  border-color: #25d366;
}

.sidebar__form-label {
  font-size: 12.5px;
  color: #666;
  margin: 14px 0 6px;
}

.sidebar__form-select-wrap { position: relative; }
.sidebar__form-select-wrap::after {
  content: '';
  position: absolute;
  right: 14px;
  top: 50%;
  transform: translateY(-50%);
  border: 5px solid transparent;
  border-top-color: #999;
  pointer-events: none;
}

.sidebar__form-btn {
  width: 100%;
  padding: 15px;
  background: #25d366;
  color: #fff;
  font-size: .9rem;
  font-weight: 800;
  letter-spacing: .04em;
  text-transform: uppercase;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  margin-top: 8px;
  transition: background .2s;
  font-family: inherit;
}
.sidebar__form-btn:hover { background: #1da851; }

.sidebar__form-btn--dark { background: #1a1a1a; }
.sidebar__form-btn--dark:hover { background: #333; }

.sidebar__form-note {
  font-size: 11px;
  color: #999;
  text-align: center;
  margin-top: 10px;
}
.sidebar__form-note a { color: #888; text-decoration: underline; }

/* Box emergência */
.sidebar__emergency-box {
  padding: 24px 22px;
  border-top: 1px solid #eee;
}

.sidebar__emergency-title {
  font-size: 1.15rem;
  font-weight: 800;
  color: #111;
  text-align: center;
}

.sidebar__emergency-sub {
  font-size: 12.5px;
  color: #777;
  text-align: center;
  margin: 4px 0 14px;
  position: relative;
  padding-bottom: 14px;
}
.sidebar__emergency-sub::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 60px;
  height: 2px;
  background: #e63329;
}

/* Lista de serviços (linkagem interna) */
.sidebar__services {
  padding: 22px;
  border-top: 1px solid #eee;
}

.sidebar__services-title {
  font-size: 1rem;
  font-weight: 800;
  color: #111;
  margin-bottom: 14px;
}

.sidebar__services ul {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.sidebar__services a {
  display: block;
  font-size: 13.5px;
  color: #444;
  padding: 9px 0;
  border-bottom: 1px solid #f0f0f0;
  transition: color .2s, padding-left .2s;
}

.sidebar__services a:hover {
  color: #e63329;
  padding-left: 4px;
}

.sidebar__services a.is-active {
  color: #e63329;
  font-weight: 700;
}


/* ============================================================
   [PÁGINA DE LISTAGEM DE SERVIÇOS]
   ============================================================ */
.servicos-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
  padding: 16px 24px 56px;
}

.servico-list-card {
  background: #fff;
  border: 1px solid #eee;
  border-radius: 12px;
  overflow: hidden;
  transition: box-shadow .25s, transform .25s;
}

.servico-list-card:hover {
  box-shadow: 0 8px 28px rgba(0,0,0,.1);
  transform: translateY(-3px);
}

.servico-list-card__img-wrap img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  display: block;
}

.servico-list-card__body {
  padding: 20px;
}

.servico-list-card__title {
  font-size: 1.1rem;
  font-weight: 800;
  color: #111;
  margin-bottom: 8px;
}

.servico-list-card__resumo {
  font-size: .87rem;
  color: #666;
  line-height: 1.55;
  margin-bottom: 16px;
}

.servico-list-card__link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #e63329;
  font-weight: 700;
  font-size: .88rem;
}

.servico-list-card__link svg { width: 16px; height: 16px; }

/* CTA final da listagem */
.servicos-list__cta {
  text-align: center;
  padding: 48px 24px;
  background: #f8f8f8;
  border-radius: 16px;
  margin: 0 24px 56px;
}

.servicos-list__cta h2 {
  font-size: 1.4rem;
  font-weight: 800;
  color: #111;
  margin-bottom: 8px;
}

.servicos-list__cta p {
  color: #666;
  margin-bottom: 20px;
}

.servicos-list__cta-btn {
  display: inline-block;
  background: #25d366;
  color: #fff;
  font-weight: 700;
  padding: 14px 36px;
  border-radius: 50px;
  transition: background .2s;
}
.servicos-list__cta-btn:hover { background: #1da851; }


/* ============================================================
   [RESPONSIVO — single + listagem + sidebar]
   ============================================================ */
@media (max-width: 1024px) {
  .servico-single { grid-template-columns: 1fr; }
  .sidebar { position: static; }
  .servicos-list { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 600px) {
  .servico-single { padding: 32px 16px 56px; gap: 32px; }
  .servicos-list { grid-template-columns: 1fr; padding: 16px 16px 40px; }
  .page-header { padding: 32px 16px 8px; }
  .breadcrumb__list { font-size: 12px; }
}





/* ============================================================
   [PÁGINAS DE ERRO — 404 / 500]
   ============================================================ */

.error-page {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  min-height: 70vh;
  padding: 64px 24px;
}

/* Número grande em cinza claro */
.error-page__code {
  font-size: clamp(6rem, 18vw, 12rem);
  font-weight: 900;
  color: #ebebeb;
  line-height: 1;
  margin-bottom: 8px;
  user-select: none;
}

.error-page__title {
  font-size: clamp(1.4rem, 3vw, 2rem);
  font-weight: 800;
  color: #111;
  margin-bottom: 16px;
}

.error-page__desc {
  font-size: 1rem;
  color: #666;
  max-width: 480px;
  line-height: 1.6;
  margin-bottom: 36px;
}

/* Botões de ação */
.error-page__actions {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 48px;
}

.error-page__btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 14px 28px;
  border-radius: 50px;
  font-weight: 700;
  font-size: .95rem;
  transition: opacity .2s, transform .15s;
  text-decoration: none;
}

.error-page__btn:hover { opacity: .88; transform: scale(1.02); }

.error-page__btn--primary {
  background: #01436F;
  color: #fff;
}

.error-page__btn--whats {
  background: #25d366;
  color: #fff;
}

.error-page__btn--whats svg {
  width: 20px;
  height: 20px;
  fill: #fff;
}

/* Links sugeridos */
.error-page__links { text-align: left; }

.error-page__links-title {
  font-size: .9rem;
  color: #888;
  margin-bottom: 12px;
  text-align: center;
}

.error-page__links ul {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
  list-style: none;
}

.error-page__links a {
  font-size: .88rem;
  color: #01436F;
  border-bottom: 1px solid #cde;
  transition: color .2s;
}
.error-page__links a:hover { color: #e63329; }