.elementor-1139 .elementor-element.elementor-element-dcfd209{--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-b444b94 */:root{
  --petro:#1C3A3E;
  --text:#3A3A3A;
  --gold:#C9A648;
  --gold-dark:#A58638;
  --border:rgba(0,0,0,.12);
}

/* Contenedor general */
.legal-basic{
  max-width: 900px;
  margin: 0 auto;
  padding: 60px 20px;
  color: var(--text);
  font: 400 16px/1.75 "Poppins", system-ui, sans-serif;
  background: #fff;
}

/* Encabezados principales */
.legal-basic h1,
.legal-basic h2{
  margin: 0 0 15px;
  color: var(--petro);
  font: 700 32px/1.2 "Montserrat", system-ui, sans-serif;
  text-align: left;
}

/* Subtítulos */
.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;
}

/* Texto y párrafos */
.legal-basic p{
  margin: 0 0 14px;
  max-width: 700px;
}

/* Listas */
.legal-basic ul{
  margin: 0 0 18px 22px;
  list-style: disc;
  padding: 0;
}
.legal-basic li{
  margin: 8px 0;
}

/* Enlaces */
.legal-basic a{
  color: var(--petro);
  text-decoration: underline;
  transition: color .2s;
}
.legal-basic a:hover{
  color: var(--gold-dark);
  text-decoration: none;
}

/* Botón */
.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;
  transition: background .25s, color .25s, transform .15s;
}
.btn-basic:hover{
  background: var(--gold-dark);
  color: #fff;
  transform: translateY(-1px);
}
.btn-basic:active{
  background: #8f732d;
  color: #fff;
}

/* Separador opcional */
.legal-basic hr{
  border: none;
  border-top: 1px solid var(--border);
  margin: 25px 0;
}/* End custom CSS */