.scroll-smooth {
    scroll-behavior: smooth
}

.contact-card {
    transition: all .3s ease
}

.contact-card:hover {
    transform: translateY(-5px)
}

.social-icon {
    transition: all .25s ease
}

.social-icon:hover {
    transform: scale(1.08)
}

/* El iframe del mapa ocupa todo el contenedor */
.map-wrap {
    position: relative;
    width: 100%;
    height: 24rem
}

.map-wrap iframe {
    position: absolute;
    inset: 0;
    border: 0;
    width: 100%;
    height: 100%
}