.footer-contacto__titulo {
  margin-bottom: 14px;
}

.footer-contacto__datos {
  gap: 9px;
  font-size: 14.5px;
}

.footer-contacto__dato {
  color: var(--footer-text-muted);
}

.footer-contacto__enlace-dato {
  color: var(--footer-text-link);
  text-decoration: none;
}

.footer-contacto__enlace-dato:hover {
  color: var(--footer-accent);
}

.footer-contacto__enlace-dato:focus-visible,
.footer-contacto__enlace:focus-visible {
  outline: var(--footer-focus-ring);
  outline-offset: var(--footer-focus-offset);
}

/* La dirección es un párrafo largo: se le da medida en lugar de una sola línea. */
.footer-contacto__direccion {
  margin-top: 14px;
  max-width: 36ch;
  font-size: 14.5px;
  line-height: 1.6;
  color: var(--footer-text-soft);
  white-space: pre-line;
}

.footer-contacto__enlaces {
  margin-top: 14px;
}

.footer-contacto__enlace {
  gap: var(--footer-space-xs);
  font-size: 14.5px;
  font-weight: 700;
  color: var(--footer-text);
  text-decoration: none;
}

.footer-contacto__enlace:hover {
  color: var(--footer-accent);
}

.footer-contacto__enlace-flecha {
  font-family: var(--footer-mono);
  font-size: 11px;
  color: var(--footer-accent);
}
