.elementor-kit-6{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Inter";--e-global-typography-text-font-size:20px;--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;color:#000000;font-family:"Inter", Sans-serif;font-size:20px;font-weight:400;}.elementor-kit-6 button,.elementor-kit-6 input[type="button"],.elementor-kit-6 input[type="submit"],.elementor-kit-6 .elementor-button{background-color:#000000;font-family:"Inter", Sans-serif;color:#FFFFFF;}.elementor-kit-6 button:hover,.elementor-kit-6 button:focus,.elementor-kit-6 input[type="button"]:hover,.elementor-kit-6 input[type="button"]:focus,.elementor-kit-6 input[type="submit"]:hover,.elementor-kit-6 input[type="submit"]:focus,.elementor-kit-6 .elementor-button:hover,.elementor-kit-6 .elementor-button:focus{background-color:#FFFFFF;color:#000000;border-style:solid;border-width:1px 1px 1px 1px;}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.elementor-kit-6 h1{color:#000000;font-family:"Montserrat", Sans-serif;font-size:40px;font-weight:600;}.elementor-kit-6 h2{color:#232323;font-family:"Montserrat", Sans-serif;font-size:25px;font-weight:500;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1280px;}.e-con{--container-max-width:1280px;}.elementor-widget:not(:last-child){--kit-widget-spacing:0px;}.elementor-element{--widgets-spacing:0px 0px;--widgets-spacing-row:0px;--widgets-spacing-column:0px;}{}h1.entry-title{display:var(--page-title-display);}.elementor-lightbox{--lightbox-header-icons-size:0px;--lightbox-navigation-icons-size:0px;}@media(max-width:1024px){.elementor-kit-6{--e-global-typography-text-font-size:17px;font-size:17px;}.elementor-kit-6 h1{font-size:35px;}.elementor-kit-6 h2{font-size:21px;line-height:1.2em;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-6{--e-global-typography-text-font-size:15px;font-size:15px;}.elementor-kit-6 h1{font-size:25px;line-height:1.2em;}.elementor-kit-6 h2{font-size:19px;line-height:1.2em;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* --- 1. CONFIGURACIÓN PARA PC (Escritorio) --- */
.elementor-lightbox .elementor-lightbox-item img {
    max-width: 75% !important; 
    max-height: 75vh !important;
    margin: auto;
}

/* --- 2. CONFIGURACIÓN PARA TABLETS (768px a 1024px) --- */
@media (max-width: 1024px) {
    .elementor-lightbox .elementor-lightbox-item img {
        max-width: 90% !important; /* Un poco más ancho en tablet */
        max-height: 90vh !important;
    }
}

/* --- 3. CONFIGURACIÓN PARA MÓVILES (Menos de 768px) --- */
@media (max-width: 767px) {
    .elementor-lightbox .elementor-lightbox-item img {
        max-width: 95% !important; /* Casi pantalla completa en móvil */
        max-height: 95vh !important;
    }
}

/* --- 4. UTILIDAD GLOBAL --- */
.elementor-template-wrapper {
    display: contents;
}

/* --- 5. CONFIGURACIÓN PARA PC (Escritorio) --- */
.glightbox-container .gslide-image img {
    max-width: 75% !important; 
    max-height: 75vh !important;
    margin: auto;
    object-fit: contain; /* Asegura que la imagen no se deforme */
}

/* --- 6. CONFIGURACIÓN PARA TABLETS (768px a 1024px) --- */
@media (max-width: 1024px) {
    .glightbox-container .gslide-image img {
        max-width: 90% !important; 
        max-height: 90vh !important;
    }
}

/* --- 7. CONFIGURACIÓN PARA MÓVILES (Menos de 768px) --- */
@media (max-width: 767px) {
    .glightbox-container .gslide-image img {
        max-width: 95% !important; 
        max-height: 95vh !important;
    }
}

/* 8. Eliminar el fondo blanco y sombras de los botones de navegación */
.glightbox-container .gbtn {
    background-color: transparent !important;
    border: none !important;
    box-shadow: none !important;
}

/* 9. Asegurar que la flecha (SVG) sea siempre blanca y visible */
.glightbox-container .gbtn svg path {
    fill: #ffffff !important; /* Color blanco para la flecha */
}

/* 10. Evitar que cambie al pasar el ratón o hacer clic */
.glightbox-container .gbtn:hover,
.glightbox-container .gbtn:focus,
.glightbox-container .gbtn:active {
    background-color: rgba(0,0,0,0.2) !important; /* Un fondo sutil oscuro para que se note el clic */
}



/* Ocultar globalmente la descripción (ALT) en las galerías de Elementor Pro */
.elementor-gallery-item__description {
    display: none !important;
}/* End custom CSS */