.elementor-kit-7{--e-global-color-primary:#383839;--e-global-color-text:#8F94A2;--e-global-color-accent:#0057F1;--e-global-color-secondary:#262626;--e-global-color-d84d10e:#FFFFFF;--e-global-color-26eb216:#F7F7F7;--e-global-color-62ee273:#D7D8DF;--e-global-color-191d516:#7A7A7A;--e-global-color-b3305de:#002F5D;--e-global-color-87824ca:#01409D;--e-global-color-a9dceb3:#176AFF;--e-global-color-e1a1379:#26B170;--e-global-color-90acd1b:#00CC6D;--e-global-color-4aca6b5:#C9DCFF;--e-global-color-8caa64f:#9FE0C2;--e-global-color-e098fc4:#2F7C57;--e-global-typography-primary-font-family:"Manrope";--e-global-typography-primary-font-size:32px;--e-global-typography-primary-font-weight:800;--e-global-typography-primary-line-height:33px;--e-global-typography-secondary-font-family:"Manrope";--e-global-typography-secondary-font-size:20px;--e-global-typography-secondary-font-weight:800;--e-global-typography-secondary-line-height:22px;--e-global-typography-text-font-family:"Manrope";--e-global-typography-text-font-size:16px;--e-global-typography-text-font-weight:500;--e-global-typography-text-line-height:18px;--e-global-typography-accent-font-family:"Manrope";--e-global-typography-accent-font-size:14px;--e-global-typography-accent-font-weight:600;--e-global-typography-accent-line-height:16px;}.elementor-kit-7 a{color:var( --e-global-color-87824ca );}.elementor-kit-7 a:hover{color:var( --e-global-color-a9dceb3 );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){margin-block-end: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;}@media(max-width:1024px){.elementor-kit-7{--e-global-typography-secondary-font-size:20px;--e-global-typography-secondary-line-height:22px;--e-global-typography-text-font-size:16px;--e-global-typography-text-line-height:18px;--e-global-typography-accent-font-size:14px;--e-global-typography-accent-line-height:16px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-7{--e-global-typography-primary-font-size:24px;--e-global-typography-primary-line-height:26px;--e-global-typography-secondary-font-size:20px;--e-global-typography-secondary-line-height:22px;--e-global-typography-text-font-size:16px;--e-global-typography-text-line-height:18px;--e-global-typography-accent-font-size:14px;--e-global-typography-accent-line-height:16px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */@media (min-width: 1024px) {
    /* Inicialmente, la imagen secundaria está oculta */
    .product-container .secondary-product-img {
        opacity: 0;
        transition: opacity 0.3s ease;
    }

    /* La imagen principal está visible por defecto */
    .product-container .main-product-img {
        opacity: 1;
        transition: opacity 0.3s ease;
    }

    /* Al hacer hover sobre el contenedor, ocultar la imagen principal y mostrar la secundaria */
    .product-container:hover .main-product-img {
        opacity: 0;
    }

    .product-container:hover .secondary-product-img {
        opacity: 1;
    }
}/* End custom CSS */