.elementor-kit-7{--e-global-color-primary:#074EA2;--e-global-color-secondary:#8CC641;--e-global-color-text:#000000;--e-global-color-accent:#C8DA2B;--e-global-color-6286902:#F50283;--e-global-color-d321628:#75CDD7;--e-global-color-f92af89:#FFFFFF;--e-global-color-efa77d5:#475569;--e-global-color-a27cb06:#F8FAFC;--e-global-color-617fc83:#1E3A8A;--e-global-typography-primary-font-family:"Poppins";--e-global-typography-primary-font-weight:800;--e-global-typography-secondary-font-family:"Poppins";--e-global-typography-secondary-font-weight:600;--e-global-typography-text-font-family:"Poppins";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Poppins";--e-global-typography-accent-font-weight:600;}.elementor-kit-7 button,.elementor-kit-7 input[type="button"],.elementor-kit-7 input[type="submit"],.elementor-kit-7 .elementor-button{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );color:var( --e-global-color-f92af89 );background-color:var( --e-global-color-secondary );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.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);}.elementor-kit-7 e-page-transition{background-color:#FFBC7D;}.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 */.burb {
    aspect-ratio: 900 / 500;
}

.burb15 {
    aspect-ratio: 1920 / 450;
}

/* Estilos globales para las imágenes del contenedor */
.contenedor-imagenes .elementor-widget-image {
    position: absolute; /* Superponer */
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover; /* Ajuste perfecto */
    opacity: 0; /* Ocultas por defecto */
    transition: opacity 0.3s ease-in-out; /* Suavidad */
    pointer-events: none; /* No interceptar clics si están ocultas */
}

/* Estilo para la imagen "activa" (mostrada) */
.contenedor-imagenes .elementor-widget-image.imagen-activa {
    opacity: 1;
    pointer-events: auto; /* Interceptar clics si está visible */
}

/* Estilos de cursor para los ítems de texto (para indicar que son interactivos) */
.item-destacado {
    cursor: pointer;
}

/* Estilo para que se vea como tu H4 anterior */
.formato-precio {
    opacity: 0;
    transition: opacity 0.3s ease;
    font-family: "Poppins", sans-serif; /* Cambia por la de Ragvi */
    font-size: 24px;   /* Ajusta a tu gusto */
    font-weight: 800;  /* Negrita */
    color: var(--e-global-color-primary);    /* El color de tu marca */
    margin: 0;
    display: block;
}/* End custom CSS */