/* --- Estilos generales --- */

body {
  margin: 0;
  padding: 0;
  font-family: Arial, Helvetica, sans-serif;
  background: #ffffff;
  color: #000000;
  line-height: 1.6;
}

/* --- Contenedor de páginas legales --- */

.legal-page {
  max-width: 800px;
  margin: 50px auto;
  padding: 20px;
  border: 1px solid #000;
  border-radius: 6px;
}

.legal-page h1,
.legal-page h2 {
  font-weight: bold;
  color: #000;
}

.legal-page h1 {
  font-size: 28px;
  margin-bottom: 20px;
  text-transform: uppercase;
}

.legal-page h2 {
  font-size: 20px;
  margin-top: 30px;
}

.legal-page p,
.legal-page li {
  font-size: 16px;
}

.legal-page ul {
  padding-left: 20px;
}

/* --- Footer --- */

.footer {
  background: #000;
  color: #fff;
  padding: 40px 20px;
}

.footer-content {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 30px;
}

.footer-section h4 {
  color: #fff;
  font-size: 18px;
  margin-bottom: 10px;
}

.footer-section p,
.footer-section a {
  color: #fff;
  font-size: 14px;
  text-decoration: none;
}

.footer-section a:hover {
  text-decoration: underline;
}

.footer-social img {
  filter: invert(1);
  transition: opacity 0.2s;
}

.footer-social img:hover {
  opacity: 0.7;
}

.footer-bottom {
  text-align: center;
  margin-top: 30px;
  padding-top: 15px;
  border-top: 1px solid #555;
  font-size: 14px;
}




}
