/* Exclusivo de Nosotros: mapa de ciudad y datos de contacto. */
.about-location__address{color:var(--color-text-muted);margin-bottom:24px;}
.about-location__map{overflow:hidden;border:1px solid var(--color-border);border-radius:16px;background:#f8fafc;}
.about-location__map iframe{display:block;width:100%;height:280px;border:0;}
.about-location__map-link{display:inline-block;margin-top:12px;color:var(--color-blue);font-size:.9rem;text-underline-offset:3px;}
.about-location__contacts{display:grid;grid-template-columns:1fr;gap:24px;margin:24px 0 0;padding:24px;border:1px solid var(--color-border);border-radius:16px;background:#fff;}
.about-location__contacts dt{font-family:var(--font-heading);font-weight:700;color:var(--color-graphite);margin-bottom:8px;}
.about-location__contacts dd{margin:0;color:var(--color-text-muted);overflow-wrap:anywhere;}
.about-location__contacts a{text-underline-offset:3px;}
@media(min-width:640px){.about-location__map iframe{height:320px;}.about-location__contacts{grid-template-columns:1fr 1fr;}}
