.elementor-2386 .elementor-element.elementor-element-56b42192{--display:flex;--margin-top:60px;--margin-bottom:60px;--margin-left:60px;--margin-right:60px;--padding-top:40px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}:root{--page-title-display:none;}/* Start custom CSS for text-editor, class: .elementor-element-3f5664a *//* ===== SOLO PÁGINAS LEGALES ===== */

.legal-page {
  max-width: 920px;
  margin: 0 auto;
  padding: 38px 42px;
  background: #0d1822;
  border: 1px solid rgba(245, 166, 35, 0.14);
  border-radius: 22px;
  box-shadow: 0 14px 38px rgba(0, 0, 0, 0.22);
  color: #d8e3ea;
  line-height: 1.8;
}

/* TÍTULO */
.legal-page h1 {
  font-size: clamp(2rem, 3.4vw, 2.6rem);
  text-align: center;
  color: #f5a623;
  margin-bottom: 24px;
}

.legal-page h1::after {
  content: "";
  display: block;
  width: 150px;
  height: 2px;
  margin: 14px auto 0;
  background: linear-gradient(to right, transparent, #f5a623, transparent);
}

/* SUBTÍTULOS */
.legal-page h2 {
  font-size: 1.4rem;
  color: #ffd27a;
  margin-top: 30px;
  border-left: 3px solid #f5a623;
  padding-left: 12px;
}

/* TEXTO */
.legal-page p {
  font-size: 15.5px;
  margin-bottom: 16px;
}

/* LISTAS */
.legal-page ul {
  margin: 10px 0 20px 20px;
}

.legal-page li {
  margin-bottom: 8px;
}

/* LINKS */
.legal-page a {
  color: #f5a623;
  text-decoration: none;
  position: relative;
}

.legal-page a::after {
  content: "";
  position: absolute;
  width: 0%;
  height: 1px;
  left: 0;
  bottom: -2px;
  background: #f5a623;
  transition: width 0.3s ease;
}

.legal-page a:hover::after {
  width: 100%;
}

/* SEPARADORES */
.legal-page hr {
  border: none;
  height: 1px;
  background: linear-gradient(to right, transparent, rgba(245,166,35,.5), transparent);
  margin: 30px 0;
}

/* MÓVIL */
@media (max-width: 767px) {
  .legal-page {
    padding: 25px;
    margin: 20px;
  }
}/* End custom CSS */