/* templates/core/club_esqui.html */

/* Estilos para hero background WebP optimizado */
    .hero-bg-picture {
        position: absolute;
        inset: 0;
        z-index: 0;
    }

    .hero-bg-img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center;
    }
