.elementor-2074 .elementor-element.elementor-element-eae4a7d{--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;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-bf85a1d *//* === Estilo general para las páginas legales === */
.page-legal {
  max-width: 900px;
  margin: 60px auto;
  padding: 40px 30px;
  background: #ffffff;
  border-radius: 16px;
  box-shadow: 0 4px 20px rgba(0,0,0,0.05);
  color: #2b2b2b;
  font-family: "Poppins", sans-serif;
  line-height: 1.8;
}

/* === Título principal === */
.page-legal h1 {
  font-size: 2.3rem;
  color: #0056b3;
  text-align: center;
  margin-bottom: 30px;
  border-bottom: 3px solid #e3eef9;
  padding-bottom: 12px;
  letter-spacing: 0.5px;
}

/* === Subtítulos === */
.page-legal h2 {
  font-size: 1.4rem;
  color: #004080;
  margin-top: 35px;
  margin-bottom: 12px;
  border-left: 5px solid #0073e6;
  padding-left: 10px;
}

/* === Párrafos === */
.page-legal p {
  margin-bottom: 18px;
  text-align: justify;
  font-size: 1rem;
}

/* === Enlaces === */
.page-legal a {
  color: #0073e6;
  text-decoration: none;
  border-bottom: 1px dashed #0073e6;
  transition: 0.3s ease;
}
.page-legal a:hover {
  color: #003d80;
  border-bottom-color: transparent;
}

/* === Listas === */
.page-legal ul {
  margin-left: 25px;
  margin-bottom: 20px;
}
.page-legal li {
  margin-bottom: 8px;
}

/* === Bloque final (última actualización) === */
.page-legal p:last-child {
  font-size: 0.9rem;
  color: #555;
  text-align: right;
  margin-top: 40px;
}

/* === Responsive === */
@media (max-width: 768px) {
  .page-legal {
    padding: 25px 15px;
    margin: 30px auto;
  }
  .page-legal h1 {
    font-size: 1.8rem;
  }
  .page-legal h2 {
    font-size: 1.2rem;
  }
}/* End custom CSS */