/* Footer */

.site-footer {
  background-color: #1A1B3F;
  color: #f1f1f1;
  padding: 3rem 2rem 1rem;
  font-size: 0.95rem;
}

.footer-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 2rem;
  max-width: 1200px;
  margin: 0 auto;
}

.footer-info,
.footer-links,
.footer-social {
  flex: 1 1 200px;
}

.footer-info h4,
.footer-links h4,
.footer-social h4 {
  font-size: 1.2rem;
  margin-bottom: 1rem;
  color: #f9f9f9;
}

/* Links */
.footer-links ul {
  list-style: none;
  padding: 0;
}

.footer-links li {
  margin-bottom: 0.5rem;
}

.footer-links a,
.footer-info a {
  color: #d1d1e0;
  text-decoration: none;
  transition: color 0.3s ease;
}

.footer-links a:hover,
.footer-info a:hover {
  color: #ffffff;
}

/* Pie inferior */
.footer-bottom {
  text-align: center;
  padding-top: 2rem;
  border-top: 1px solid #333;
  margin-top: 2rem;
  font-size: 0.85rem;
  color: #ccc;
}

/* Íconos */
.footer-icon {
  width: 18px;
  height: 18px;
  margin-right: 8px;
  vertical-align: middle;
}