/* ═══════════════════════════════════════════════════════
   WP-FOOTER — Components
   Colores, logos, contacto, social icons, términos
═══════════════════════════════════════════════════════ */

/* ── Logos ───────────────────────────────────────────── */
.footer__logo-link {
  display: inline-block;
  line-height: 0;
}

.footer__logo--iteso {
  height: 52px;
  width: auto;
  max-width: 220px;
  object-fit: contain;
}

.footer__logo--signalab {
  height: 52px;
  width: auto;
  max-width: 186px;
  object-fit: contain;
}

/* ── Contacto ────────────────────────────────────────── */
.footer__contact {
  display: flex;
  flex-direction: column;
  gap: 3px;
}

.footer__contact-label {
  display: block;
  color: #38d7d7;
}

.footer__contact-address,
.footer__contact-info {
  color: rgba(220, 223, 226, 0.85);
}

.footer__contact-key {
  color: rgba(220, 223, 226, 0.75);
}

.footer__contact-email {
  color: #fff;
  font-weight: 400;
  text-decoration: none;
}

.footer__contact-email:hover {
  color: #38d7d7;
  text-decoration: underline;
}

/* ── Redes sociales ──────────────────────────────────── */
.footer__social-link {
  opacity: 0.85;
  transition: opacity 0.2s ease;
}

.footer__social-link:hover {
  opacity: 1;
}

.footer__social-icon {
  width: 20px;
  height: 20px;
  display: block;
  color: #fff;
  object-fit: contain;
}

/* ── Barra de términos ───────────────────────────────── */
.footer__terms {
  background-color: #1a1a1a;
  padding: 14px 135px;
  color: rgba(220, 223, 226, 0.65);
}

.footer__terms-link {
  color: inherit;
  text-decoration: none;
}

.footer__terms-link:hover {
  color: #38d7d7;
}

/* ── Descansador — crédito foto ──────────────────────── */
.foto-nino__caption {
  position: absolute;
  bottom: 14px;
  right: 20px;
  color: rgba(255, 255, 255, 0.70);
  z-index: 2;
  margin: 0;
}
