/* ===== FOOTER ===== */
.site-footer {
  background: #fff;
  border-top: 1px solid #eee;
  text-align: center;
  padding: 25px 10px 40px;
  font-family: "Montserrat", sans-serif;
  color: #333;
}

.site-footer p {
  margin: 0;
  font-size: 14.5px;
  line-height: 1.6;
}

.site-footer strong {
  color: #e0234e; /* Color Teletón */
  font-weight: 700;
}

.social-links {
  margin-top: 14px;
  display: flex;
  justify-content: center;
  gap: 14px;
  flex-wrap: wrap;
}

.social-links a {
  color: #e0234e;
  font-size: 20px;
  text-decoration: none;
  transition: all 0.3s ease;
}

.social-links a:hover {
  color: #c81c45;
  transform: scale(1.1);
}

/* Responsive */
@media (max-width: 600px) {
  .site-footer {
    padding: 20px 10px 30px;
    font-size: 13.5px;
  }

  .social-links a {
    font-size: 18px;
  }
}
