.elementor-1126 .elementor-element.elementor-element-0fbe892{--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-198a93c */:root{
  --petro:#1C3A3E;
  --text:#3A3A3A;
  --gold:#C9A648;
  --gold-dark:#A58638;
  --border:rgba(0,0,0,.12);
}

/* ===== Bloque general ===== */
.legal-basic{
  max-width: 900px;
  margin: 0 auto;
  padding: 60px 20px; /* más aire como en la Política */
  color: var(--text);
  font: 400 16px/1.75 "Poppins", system-ui, sans-serif;
  background-color: #fff;
}

/* ===== Títulos ===== */
.legal-basic h2{
  margin: 0 0 15px;
  color: var(--petro);
  font: 700 32px/1.2 "Montserrat", system-ui, sans-serif;
  text-align: left;
}

.legal-basic h3{
  margin: 35px 0 12px;
  color: var(--petro);
  font: 700 20px/1.3 "Montserrat", system-ui, sans-serif;
  border-bottom: 1px solid var(--border);
  padding-bottom: 8px;
}

/* ===== Párrafos ===== */
.legal-basic p{ 
  margin: 0 0 14px;
  max-width: 700px;
}

/* ===== Listas ===== */
.legal-basic ul{
  margin: 0 0 18px 22px;
  padding: 0;
  list-style: disc;
}
.legal-basic li{ 
  margin: 8px 0; 
}

/* ===== Enlaces ===== */
.legal-basic a{ 
  color: var(--petro); 
  text-decoration: underline; 
  transition: color .2s ease;
}
.legal-basic a:hover{ 
  color: var(--gold-dark); 
  text-decoration: none;
}

/* ===== Botón estilo “Política de Privacidad” ===== */
.btn-basic{
  display: inline-block;
  margin-top: 20px;
  padding: 14px 24px;
  background: var(--gold);
  color: #0F1E23;
  text-decoration: none;
  font: 700 14px/1 "Montserrat", system-ui, sans-serif;
  border: 0;
  border-radius: 0; /* cuadrado */
  transition: background .2s ease, transform .15s ease;
}
.btn-basic:hover{ 
  background: var(--gold-dark); 
  transform: translateY(-1px);
}

/* ===== Separadores sutiles (opcional, como en Política) ===== */
.legal-basic hr {
  border: none;
  border-top: 1px solid var(--border);
  margin: 25px 0;
}/* End custom CSS */