.elementor-586 .elementor-element.elementor-element-2168bba{--display:flex;}.elementor-586 .elementor-element.elementor-element-8ab6c95{--display:flex;}/* Start custom CSS for html, class: .elementor-element-089e248 */.legal-index {
  background: #ffffff;
  border: 1px solid #e5e7eb;
  padding: 20px 24px;
  border-radius: 12px;
  margin-bottom: 40px;
  box-shadow: 0 8px 20px rgba(15, 23, 42, 0.05);
}

.legal-index h3 {
  margin: 0 0 12px 0;
  font-size: 1.1rem;
  color: #5B21B6;
  font-weight: 600;
}

.legal-index ul {
  list-style: none;
  padding-left: 0;
  margin: 0;
}

.legal-index li {
  margin-bottom: 8px;
}

.legal-index a {
  text-decoration: none;
  color: #374151;
  font-size: 0.95rem;
  transition: 0.15s;
}

.legal-index a:hover {
  color: #5B21B6;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-8288333 */.legal-wrapper {
  padding: 80px 0;
  background: #f9fafb; /* gris muy clarito */
}

.legal-container {
  max-width: 900px;
  margin: 0 auto;
  padding: 40px 24px;
  background: #ffffff;
  border-radius: 18px;
  box-shadow: 0 18px 45px rgba(15, 23, 42, 0.08);
}

.legal-header {
  text-align: center;
  margin-bottom: 36px;
}

.legal-header h2 {
  font-size: 2.1rem;
  font-weight: 700;
  color: #111827;
  margin-bottom: 8px;
}

.legal-domain {
  font-size: 0.9rem;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  color: #6b7280;
}

.legal-section {
  margin-bottom: 40px;
}

.legal-section h3 {
  font-size: 1.4rem;
  margin-bottom: 16px;
  color: #5B21B6; /* morado Takshub */
}

.legal-section h4 {
  font-size: 1.05rem;
  margin-top: 24px;
  margin-bottom: 10px;
  color: #111827;
}

.legal-section p {
  margin-bottom: 10px;
  line-height: 1.7;
  color: #374151;
  font-size: 0.98rem;
}

.legal-section ul {
  padding-left: 20px;
  margin-bottom: 16px;
}

.legal-section li {
  margin-bottom: 6px;
  line-height: 1.6;
}

.legal-section strong {
  font-weight: 600;
  color: #111827;
}

.legal-section a {
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 2px;
}

@media (max-width: 768px) {
  .legal-container {
    padding: 28px 18px;
    border-radius: 14px;
  }

  .legal-header h2 {
    font-size: 1.6rem;
  }
}/* End custom CSS */