

/* --- ESTILOS PÁGINAS LEGALES --- */
.legal-body {
  background-color: #fff;
  color: var(--color-text-main);
  padding-top: 120px;}

.legal-container {
  max-width: 850px;
  margin: 0 auto;
  padding: 0 25px;
}

.legal-header {
  border-bottom: 2px solid #f1f5f9;
  margin-bottom: 40px;
  padding-bottom: 20px;
}

.legal-header h1 {
  font-size: clamp(2rem, 5vw, 2.8rem);
  margin-bottom: 10px;
}

.legal-content h2 {
  font-size: 1.5rem;
  margin-top: 35px;
  margin-bottom: 15px;
  color: var(--color-primary);
}

.legal-content p, .legal-content li {
  font-size: 1.05rem;
  line-height: 1.8;
  margin-bottom: 15px;
  color: #475569;
}

.legal-content ul {
  margin-left: 20px;
  margin-bottom: 20px;
  list-style: disc;
}

.back-link {
  display: inline-block;
  margin-bottom: 20px;
  color: var(--color-secondary);
  font-weight: 600;
}

.internal-header {
  background-color: var(--color-primary);
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 100;
}