/* Página legal */
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700;800&family=DM+Sans:wght@400;500;600&display=swap');
.legal {
  background: #f7f9fc;
  padding: 80px 40px;
  font-family: 'Montserrat', sans-serif;
}

.contenedor-legal {
  max-width: 860px;
  margin: auto;
  background: white;
  padding: 60px 70px;
  border-radius: 16px;
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.07);
  border: 1px solid #e8edf5;
}

.contenedor-legal h1 {
  color: #0a3d91;
  font-size: 40px;
  font-weight: 800;
  margin-bottom: 8px;
  line-height: 1.2;
}

.actualizacion {
  font-size: 15px;
  color: #999;
  margin-bottom: 36px;
  padding-bottom: 36px;
  border-bottom: 1px solid #eaecf0;
}

.contenedor-legal h2 {
  color: #0a3d91;
  font-size: 18px;
  font-weight: 700;
  margin-top: 40px;
  margin-bottom: 12px;
  padding-left: 14px;
  border-left: 3px solid #d4af37;
}

.contenedor-legal p {
  color: #555;
  line-height: 1.8;
  font-size: 15px;
  margin-bottom: 12px;
}

.contenedor-legal ul {
  padding-left: 20px;
  margin-bottom: 12px;
}

.contenedor-legal li {
  color: #555;
  font-size: 15px;
  line-height: 1.7;
  margin-bottom: 8px;
}

.contenedor-legal a {
  color: #0a3d91;
  font-weight: 600;
  text-decoration: none;
  border-bottom: 1px solid rgba(10, 61, 145, 0.3);
  transition: color 0.2s, border-color 0.2s;
}

.contenedor-legal a:hover {
  color: #d4af37;
  border-bottom-color: #d4af37;
}

/* Responsive */
@media (max-width: 700px) {
  .legal {
    padding: 40px 16px;
  }

  .contenedor-legal {
    padding: 32px 24px;
  }

  .contenedor-legal h1 {
    font-size: 26px;
  }

  .contenedor-legal h2 {
    font-size: 16px;
  }
}
#footer {
  background: linear-gradient(135deg, #ffffff 0%, #f1f5ff 40%, #ffffff 100%);
  padding: 60px 0 20px;
  font-family: "Montserrat", sans-serif;
  color: #222;
  border-top: 4px solid #d4af37;
  box-shadow: 0 -10px 30px rgba(212, 175, 55, 0.08);
}
.footer-contenido {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 60px;
  padding: 0 10%;
  flex-wrap: wrap;
}
.footer-col h3,
h4 {
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 20px;
  position: relative;
}
.footer-col h3::after,
.footer-col h4::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -6px;
  width: 40px;
  height: 3px;
  background: #d4af37;
  border-radius: 3px;
}
.footer-col ul {
  list-style: none;
  padding: 0;
}
.footer-col ul li {
  margin-bottom: 8px;
}
.footer-col ul li::before {
  content: "•";
  color: #d4af37;
  margin-right: 6px;
  font-weight: bold;
}
.footer-col ul li a {
  color: #444;
  text-decoration: none;
  transition: 0.3s ease-in-out;
}
.footer-col ul li a:hover {
  color: #1e3a8a;
  padding-left: 4px;
}
.footer-col p,
li,
a {
  font-size: 15px;
  color: #444;
}
/* Google Maps */
.footer-maps iframe {
  width: 100%;
  height: 230px;
  border: 0;
  margin-top: 40px;
  border-radius: 14px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
}
/* Pie de páginal final */
.footer-final {
  text-align: center;
  padding: 18px 0;
  font-size: 14px;
  color: #666;
  border-top: 1px solid #dcdcdc;
  margin-top: 40px;
}
.footer-col img {
  width: 60px;
  height: 60px;
}