.elementor-796 .elementor-element.elementor-element-a3fc3d3{--display:flex;}.elementor-796 .elementor-element.elementor-element-7e963d1{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--padding-top:020px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-796 .elementor-element.elementor-element-ef0269a{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}/* Start custom CSS for html, class: .elementor-element-f286ee9 *//* ============================================
   Page Hero — Nossa História
   ============================================ */

.page-hero {
  position: relative;
  overflow: hidden;
  background: var(--red-primary);
  padding: clamp(72px, 12vw, 120px) 0 clamp(64px, 10vw, 104px);
  text-align: center;
}

/* Grade sutil */
.page-hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(0,0,0,.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(0,0,0,.08) 1px, transparent 1px);
  background-size: 60px 60px;
  pointer-events: none;
}

/* Profundidade — escuro nas bordas, vivo no centro */
.page-hero::after {
  content: '';
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse at 50% 50%, rgba(255,255,255,.06) 0%, transparent 60%),
    radial-gradient(ellipse at 0% 100%, rgba(115,1,15,.60) 0%, transparent 50%),
    radial-gradient(ellipse at 100% 0%, rgba(115,1,15,.60) 0%, transparent 50%);
  pointer-events: none;
}

.page-hero-wrap {
  position: relative;
  z-index: 2;
  width: min(1200px, calc(100% - 32px));
  margin-inline: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}

.page-hero .t-eyebrow {
  color: rgba(255,255,255,.75);
  margin: 0;
}

.page-hero .t-eyebrow::before {
  background: rgba(255,255,255,.5);
}

.page-hero-title {
  font-family: var(--font-display);
  font-size: clamp(2.8rem, 6vw, 5rem);
  font-weight: 700;
  line-height: 1.05;
  letter-spacing: -0.03em;
  color: var(--white);
  margin: 0;
  text-shadow: 0 2px 20px rgba(0,0,0,.25), 0 1px 4px rgba(0,0,0,.15);
}

.page-hero-sub {
  font-size: clamp(1rem, 1.6vw, 1.2rem);
  font-weight: 400;
  line-height: 1.65;
  color: rgba(255,255,255,.85);
  max-width: 540px;
  margin: 0;
  text-shadow: 0 1px 8px rgba(0,0,0,.20);
}

.page-hero .btn svg {
  width: 16px;
  height: 16px;
  flex-shrink: 0;
}

/* --- Variante: página Nossa História --- */
.historia-hero .btn--orange {
  background: var(--orange);
  border-color: var(--orange);
  color: var(--white);
}

.historia-hero .btn--orange:hover {
  background: var(--orange-dark);
  border-color: var(--orange-dark);
  color: var(--white);
}

/* --- Variante: página Fale Conosco --- */
.contact-hero {
  padding-bottom: clamp(64px, 10vw, 104px);
}

.contact-hero .btn--orange {
  background: var(--white);
  border-color: var(--white);
  color: var(--red-primary);
}

.contact-hero .btn--orange:hover {
  background: var(--ink-02);
  border-color: var(--ink-02);
  color: var(--red-wine);
}

/* --- Mobile ≤ 767px --- */
@media (max-width: 767px) {
  .page-hero-wrap {
    width: min(100%, calc(100% - 24px));
    gap: 16px;
  }

  .page-hero .btn {
    width: 100%;
    justify-content: center;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-4642231 */:root {
  --red: #BC0C24;
  --red-wine: #73010F;
  --orange: #FF6600;
  --night: #021627;
  --ink-60: #3D3D3D;
  --ink-40: #6B6B6B;
  --ink-10: #DDDCDC;
  --ink-05: #F0EFEF;
  --ink-02: #F7F7F7;
  --white: #FFFFFF;
  --green: #25D366;
  --font: 'Poppins', Arial, sans-serif;
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
body { font-family: var(--font); background: var(--ink-02); }

/* ---- Filtro ---- */
.u-filtro {
  width: min(1200px, calc(100% - 48px));
  margin: 0 auto 24px;
  background: var(--white);
  border: 1px solid var(--ink-05);
  border-radius: 14px;
  padding: 16px 20px;
  display: flex;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
}
.u-filtro__label {
  font-size: 0.72rem;
  font-weight: 600;
  color: var(--ink-40);
  letter-spacing: .05em;
  text-transform: uppercase;
  white-space: nowrap;
}
.u-filtro__btns {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  flex: 1;
}
.u-btn-uf {
  font-family: var(--font);
  font-size: 0.72rem;
  font-weight: 600;
  padding: 6px 14px;
  border-radius: 100px;
  border: 1.5px solid var(--ink-10);
  background: transparent;
  color: var(--ink-40);
  cursor: pointer;
  transition: all .2s;
}
.u-btn-uf:hover { border-color: var(--red); color: var(--red); }
.u-btn-uf.ativo { background: var(--red); border-color: var(--red); color: var(--white); }
.u-filtro__count {
  font-size: 0.72rem;
  font-weight: 600;
  color: var(--ink-40);
  white-space: nowrap;
  margin-left: auto;
}

/* Select mobile — oculto por padrão no desktop */
.u-filtro__select-wrap { display: none; }

/* ---- Layout mapa + lista ---- */
.u-layout {
  width: min(1200px, calc(100% - 48px));
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 380px;
  gap: 24px;
  align-items: start;
}

/* ---- Mapa ---- */
.u-mapa-wrap {
  position: sticky;
  top: 24px;
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid var(--ink-05);
  box-shadow: 0 4px 24px rgba(2,22,39,.08);
}
#mapa { height: 560px; width: 100%; }

/* Leaflet overrides */
.leaflet-popup-content-wrapper {
  border-radius: 12px !important;
  padding: 0 !important;
  box-shadow: 0 8px 32px rgba(2,22,39,.15) !important;
  border: 1px solid var(--ink-05) !important;
  overflow: hidden;
  font-family: var(--font) !important;
}
.leaflet-popup-content { margin: 0 !important; width: 280px !important; }
.leaflet-popup-tip-container { margin-top: -1px; }
.leaflet-popup-tip { background: var(--white) !important; }
.leaflet-popup-close-button {
  color: var(--ink-40) !important;
  font-size: 18px !important;
  top: 10px !important;
  right: 10px !important;
}

/* ---- Popup custom ---- */
.pu { font-family: var(--font); }
.pu__header {
  background: var(--red);
  padding: 16px 18px 14px;
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.pu__badge {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .06em;
  text-transform: uppercase;
  color: rgba(255,255,255,.7);
}
.pu__nome {
  font-size: 14px;
  font-weight: 700;
  color: var(--white);
  line-height: 1.3;
}
.pu__body {
  padding: 14px 18px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.pu__row {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  font-size: 12px;
  color: var(--ink-60);
  line-height: 1.4;
}
.pu__row svg { width: 13px; height: 13px; flex-shrink: 0; margin-top: 1px; stroke: var(--ink-40); }
.pu__footer { padding: 10px 18px 16px; display: flex; gap: 8px; }
.pu__cta {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  padding: 9px 10px;
  border-radius: 8px;
  font-family: var(--font);
  font-size: 11px;
  font-weight: 600;
  text-decoration: none;
  transition: all .2s;
}
.pu__cta svg { width: 12px; height: 12px; flex-shrink: 0; }
.pu__cta--maps { background: rgba(188,12,36,.08); color: var(--red); }
.pu__cta--maps:hover { background: var(--red); color: var(--white); }
.pu__cta--wa { background: rgba(37,211,102,.1); color: #128C5E; }
.pu__cta--wa:hover { background: var(--green); color: var(--white); }

/* ---- Lista lateral ---- */
.u-lista {
  display: flex;
  flex-direction: column;
  gap: 12px;
  max-height: 560px;
  overflow-y: auto;
  padding-right: 4px;
}
.u-lista::-webkit-scrollbar { width: 4px; }
.u-lista::-webkit-scrollbar-track { background: transparent; }
.u-lista::-webkit-scrollbar-thumb { background: var(--ink-10); border-radius: 2px; }

.u-card {
  background: var(--white);
  border: 1.5px solid var(--ink-05);
  border-radius: 12px;
  padding: 18px;
  cursor: pointer;
  transition: all .2s;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.u-card:hover, .u-card.ativo {
  border-color: var(--red);
  box-shadow: 0 4px 16px rgba(188,12,36,.1);
}
.u-card__top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 8px;
}
.u-card__uf {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .06em;
  text-transform: uppercase;
  padding: 2px 8px;
  border-radius: 100px;
  background: rgba(188,12,36,.08);
  color: var(--red);
}
.u-card__nome {
  font-size: 14px;
  font-weight: 700;
  color: var(--night);
  line-height: 1.3;
  margin: 0;
}
.u-card__ico {
  width: 36px;
  height: 36px;
  border-radius: 8px;
  background: rgba(188,12,36,.08);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.u-card__ico svg { width: 16px; height: 16px; stroke: var(--red); }
.u-card__detalhe {
  display: flex;
  align-items: flex-start;
  gap: 7px;
  font-size: 13px;
  color: var(--ink-60);
  line-height: 1.4;
}
.u-card__detalhe svg { width: 12px; height: 12px; stroke: var(--ink-10); flex-shrink: 0; margin-top: 1px; }
.u-card__ctas {
  display: flex;
  gap: 6px;
  padding-top: 8px;
  border-top: 1px solid var(--ink-05);
}
.u-card__cta {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  padding: 8px;
  border-radius: 7px;
  font-family: var(--font);
  font-size: 11px;
  font-weight: 600;
  text-decoration: none;
  transition: all .2s;
}
.u-card__cta svg { width: 12px; height: 12px; flex-shrink: 0; }
.u-card__cta--maps { background: rgba(188,12,36,.08); color: var(--red); }
.u-card__cta--maps:hover { background: var(--red); color: var(--white); }
.u-card__cta--wa { background: rgba(37,211,102,.1); color: #128C5E; }
.u-card__cta--wa:hover { background: var(--green); color: var(--white); }

.u-vazio {
  text-align: center;
  padding: 40px 20px;
  background: var(--white);
  border: 1px solid var(--ink-05);
  border-radius: 12px;
  font-size: 14px;
  color: var(--ink-40);
}

/* ---- Layout mapa + lista ---- */
.u-layout {
  width: min(1200px, calc(100% - 48px));
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 380px;
  gap: 24px;
  align-items: start;
  padding-bottom: clamp(48px, 6vw, 80px);
}

/* ---- Tablet ---- */
@media (max-width: 900px) {
  .u-layout { grid-template-columns: 1fr; }
  .u-mapa-wrap { position: static; }
  #mapa { height: 400px; }
  .u-lista { max-height: none; overflow-y: visible; }
}

/* ---- Mobile filtro select ---- */
@media (max-width: 768px) {
  .u-filtro {
    flex-direction: column;
    align-items: stretch;
    gap: 10px;
    padding: 14px 16px;
  }
  .u-filtro__label { display: none !important; }
  .u-filtro__btns { display: none !important; }
  .u-filtro__count { display: none !important; }
  .u-filtro__select-wrap {
    display: flex !important;
    align-items: center;
    position: relative;
    width: 100%;
  }
  .u-filtro__select {
    width: 100%;
    appearance: none;
    -webkit-appearance: none;
    font-family: var(--font);
    font-size: 0.875rem;
    font-weight: 600;
    color: var(--ink-60);
    background: var(--white);
    border: 1.5px solid var(--ink-10);
    border-radius: 10px;
    padding: 10px 40px 10px 14px;
    cursor: pointer;
    outline: none;
    transition: border-color .2s, box-shadow .2s;
  }
  .u-filtro__select:focus {
    border-color: var(--red);
    box-shadow: 0 0 0 3px rgba(188,12,36,.1);
  }
  .u-filtro__select-icon {
    position: absolute;
    right: 12px;
    width: 16px;
    height: 16px;
    stroke: var(--ink-40);
    pointer-events: none;
    flex-shrink: 0;
  }
}

/* ---- Mobile geral ---- */
@media (max-width: 520px) {
  .u-filtro, .u-layout { width: calc(100% - 24px); }
  .u-card__ctas { flex-direction: column; }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-bf8a8c5 *//* ============================================
   Bloco CTA Final — padrão global
   Container: 760px — min(760px, calc(100% - 48px))
   ============================================ */

.s-cta-final {
  position: relative;
  overflow: hidden;
  background: linear-gradient(135deg, #0c1320 0%, #121b2c 55%, #301117 100%);
}

.s-cta-final::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse at 14% 50%, rgba(223,9,23,.18) 0%, transparent 52%),
    radial-gradient(ellipse at 86% 50%, rgba(217,77,73,.10) 0%, transparent 48%);
  pointer-events: none;
}

.s-cta-final::after {
  content: '';
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255,255,255,.018) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.018) 1px, transparent 1px);
  background-size: 56px 56px;
  pointer-events: none;
}

.s-cta-final__wrap {
  position: relative;
  z-index: 2;
  width: min(760px, calc(100% - 48px));
  margin-inline: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 24px;
}

.s-cta-final .t-eyebrow {
  color: rgba(255,255,255,.70);
}

.s-cta-final .t-eyebrow::before {
  background: rgba(255,255,255,.50);
}

.s-cta-final__title {
  font-family: var(--font-display);
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: -0.02em;
  color: var(--white);
  margin: 0;
}

.s-cta-final__sub {
  font-family: var(--font-primary);
  font-size: var(--text-base);
  font-weight: 400;
  line-height: 1.7;
  color: rgba(255,255,255,.60);
  max-width: 520px;
  margin: 0;
}

.s-cta-final__ctas {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
  justify-content: center;
  margin-top: 8px;
}

.s-cta-final__trust {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  align-items: center;
  justify-content: center;
}

.s-cta-final__trust-item {
  display: flex;
  align-items: center;
  gap: 8px;
  font-family: var(--font-primary);
  font-size: var(--text-sm);
  font-weight: 500;
  color: rgba(255,255,255,.60);
}

.s-cta-final__trust-item svg {
  width: 18px;
  height: 18px;
  stroke: rgba(255,255,255,.80);
  flex-shrink: 0;
}

/* --- Mobile --- */
@media (max-width: 520px) {
  .s-cta-final__wrap {
    width: min(100%, calc(100% - 24px));
    gap: 20px;
  }

  .s-cta-final__ctas {
    flex-direction: column;
    width: 100%;
  }

  .s-cta-final__ctas .btn {
    width: 100%;
    justify-content: center;
  }

  .s-cta-final__trust {
    flex-direction: column;
    gap: 12px;
  }
}/* End custom CSS */