.elementor-kit-6{--e-global-color-primary:#202020;--e-global-color-secondary:#202020;--e-global-color-text:#202020;--e-global-color-accent:#202020;--e-global-color-dfdcd9d:#FF6100;--e-global-color-cd8c898:#F4F4F4;--e-global-color-eae35b4:#FFAF7F;--e-global-typography-primary-font-family:"Bebas Neue";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Montserrat";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Montserrat";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Montserrat";--e-global-typography-accent-font-weight:500;background-color:#F4F4F4;}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1400px;}.e-con{--container-max-width:1400px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */html{
    overflow-x: hidden;
}
/* === IMÁGENES Y VIDEOS === */
.gal img,
.galinv img,
.galinv iframe {
    height: 250px;
    width: 100%;
    object-fit: cover;
    border-radius: 5px;
}

/* === CONTENEDOR PRINCIPAL SCROLLABLE === */
.gal .gallery,
.galinv,
.galinv .gallery {
    display: inline-flex;
    overflow-x: auto;
    scrollbar-width: none; /* Firefox */
    -ms-overflow-style: none; /* IE/Edge */
    -webkit-overflow-scrolling: touch; /* iOS smooth scroll */
    width: 100%;
    gap: 20px;
    will-change: transform;
}

/* Ocultar scrollbars */
.gal .gallery::-webkit-scrollbar,
.galinv::-webkit-scrollbar {
    display: none;
}

/* === ITEMS === */
.gal .gallery-item,
.galinv .gallery-item {
    flex: 0 0 auto;
    min-width: 20% !important;
}

/* Ajustes específicos para iframes */
.galinv iframe {
    display: block;
    width: 100%;
    height: 250px;
    border: none;
    border-radius: 5px;
}

/* === RESPONSIVE === */
@media only screen and (max-width: 768px) {
    .gal .gallery-item,
    .galinv .gallery-item {
        min-width: 40% !important;
    }

    .gal img,
    .galinv img,
    .galinv iframe {
        height: 200px;
    }
}/* End custom CSS */