/*
 Theme Name: Hello Elementor Child
 Template: hello-elementor
 Version: 1.0
*/

#btnPanelCookies{background: none; border: none; color: var( --e-global-color-primary ); font-size: 20px!important; font-weight: 400!important; cursor: pointer; padding: 0; text-transform: unset;}
#btnPanelCookies:hover{color: unset;}

#pagLegal h2{margin-top: 40px; margin-bottom: 15px; color: var( --e-global-color-primary ); font-size: 38px;}
#pagLegal ol, #pagLegal ul{margin-top: 10px;}
#pagLegal ul{margin: 10px 0;}
#pagLegal li{padding-bottom: 8px; line-height: 1.3em;}
#pagLegal a{text-decoration: underline;}

/*==========================================*/
@media only screen and ( max-width: 1300px ) {
}

/*PAGINA DE PRODUCTOS*/
.e-n-tabs-heading{
    background-color: #F0F2F4;
}






/* Estilo base para todas las galerías */
.galeria-custom {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
}

.galeria-item {
    width: 100%;
    overflow: hidden;
    border-radius: 10px;
}

.galeria-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    border-radius: 10px!important;
}

.video-item iframe {
    width: 100% !important;
    height: 100% !important;
    aspect-ratio: 16/9;
    border-radius: 8px;
    display: block;
}

/* 🎯 CARRUSEL para mobile */
@media (max-width: 768px) {
    .galeria-custom {
        display: flex;
        overflow-x: auto;
        scroll-snap-type: x mandatory;
        gap: 16px;
    margin-bottom: 40px;
    min-height: 200px;
    }

    .galeria-item {
        flex: 0 0 80%;
        scroll-snap-align: start;

    }

    .video-item {
        flex: 0 0 80%;
        scroll-snap-align: start;
        aspect-ratio: 16/9;
    }

    .video-item iframe {
        width: 100% !important;
        height: 100% !important;
    }
}
