.elementor-41 .elementor-element.elementor-element-0a88719{--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;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-41 .elementor-element.elementor-element-a4daa2d{--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;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-41 .elementor-element.elementor-element-a76cc1c{--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;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-41 .elementor-element.elementor-element-f24aff9{--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;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}:root{--page-title-display:none;}/* Start custom CSS */@import url('https://fonts.googleapis.com/css2?family=Barlow+Condensed:wght@700;800&family=Barlow:wght@400;500;600&display=swap');

/* ── HERO INTERNO ── */
.legal-hero {
  position: relative;
  background: #111112;
  padding: 80px 24px;
  text-align: center;
  overflow: hidden;
}
.legal-hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255,255,255,0.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.025) 1px, transparent 1px);
  background-size: 48px 48px;
}
.legal-hero__eyebrow {
  font-family: 'Barlow', sans-serif;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #E11115;
  margin-bottom: 14px;
  position: relative;
  z-index: 2;
}
.legal-hero__title {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: clamp(32px, 5vw, 56px);
  font-weight: 800;
  text-transform: uppercase;
  color: #ffffff;
  line-height: 1.0;
  margin-bottom: 16px;
  position: relative;
  z-index: 2;
}
.legal-hero__meta {
  font-family: 'Barlow', sans-serif;
  font-size: 13px;
  color: rgba(255,255,255,0.35);
  position: relative;
  z-index: 2;
}

/* ── CONTEÚDO ── */
.legal-content {
  background: #ffffff;
  padding: 80px 24px;
}
.legal-content__inner {
  max-width: 800px;
  margin: 0 auto;
}

/* Seção / Item */
.legal-section {
  margin-bottom: 48px;
  padding-bottom: 48px;
  border-bottom: 1px solid #f0f0f0;
}
.legal-section:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
.legal-section__num {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #E11115;
  margin-bottom: 8px;
}
.legal-section__title {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 24px;
  font-weight: 800;
  text-transform: uppercase;
  color: #282829;
  line-height: 1.1;
  margin-bottom: 18px;
}
.legal-section__text {
  font-family: 'Barlow', sans-serif;
  font-size: 15px;
  color: #444;
  line-height: 1.85;
  margin-bottom: 14px;
}
.legal-section__text:last-child { margin-bottom: 0; }

/* Listas */
.legal-list {
  list-style: none;
  padding: 0;
  margin: 14px 0;
}
.legal-list li {
  font-family: 'Barlow', sans-serif;
  font-size: 14px;
  color: #444;
  line-height: 1.75;
  padding: 10px 0 10px 20px;
  border-bottom: 1px solid #f5f5f5;
  position: relative;
}
.legal-list li:last-child { border-bottom: none; }
.legal-list li::before {
  content: '';
  width: 5px;
  height: 5px;
  background: #E11115;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 18px;
}

/* Destaque / Badge */
.legal-badge {
  display: inline-block;
  background: #fff0f0;
  color: #E11115;
  font-family: 'Barlow', sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 5px 12px;
  border-radius: 4px;
  margin-bottom: 12px;
}

/* Box de destaque */
.legal-box {
  background: #fafafa;
  border: 1px solid #e8e8e8;
  border-left: 3px solid #E11115;
  border-radius: 0 6px 6px 0;
  padding: 20px 24px;
  margin: 20px 0;
}
.legal-box p {
  font-family: 'Barlow', sans-serif;
  font-size: 14px;
  color: #555;
  line-height: 1.75;
  margin: 0;
}
.legal-box strong {
  font-weight: 700;
  color: #282829;
}

/* Link */
.legal-link {
  color: #E11115;
  font-weight: 600;
  text-decoration: none;
}
.legal-link:hover { text-decoration: underline; }

/* Contato box */
.legal-contact {
  background: #111112;
  border-radius: 8px;
  padding: 28px 32px;
  display: flex;
  align-items: center;
  gap: 24px;
  flex-wrap: wrap;
  margin-top: 16px;
}
.legal-contact__label {
  font-family: 'Barlow', sans-serif;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: rgba(255,255,255,0.4);
  margin-bottom: 6px;
}
.legal-contact__val {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 18px;
  font-weight: 700;
  color: #ffffff;
}
.legal-contact__val a {
  color: #E11115;
  text-decoration: none;
}
.legal-contact__val a:hover { text-decoration: underline; }

@media(max-width:600px){
  .legal-hero { padding: 56px 20px; }
  .legal-content { padding: 48px 20px; }
  .legal-contact { flex-direction: column; gap: 16px; }
}/* End custom CSS */