.elementor-kit-57{--e-global-color-primary:#D4AF37;--e-global-color-secondary:#1A1A1A;--e-global-color-text:#708090;--e-global-color-accent:#C5A059;--e-global-color-5516f46:#FFFFFF;--e-global-color-fb4d014:#F9FAFB;--e-global-typography-primary-font-family:"Montserrat";--e-global-typography-primary-font-weight:700;--e-global-typography-secondary-font-family:"Montserrat";--e-global-typography-secondary-font-weight:500;--e-global-typography-text-font-family:"Open Sans";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Open Sans";--e-global-typography-accent-font-weight:600;}.elementor-kit-57 e-page-transition{background-color:#FFBC7D;}.elementor-kit-57 button,.elementor-kit-57 input[type="button"],.elementor-kit-57 input[type="submit"],.elementor-kit-57 .elementor-button{font-family:var( --e-global-typography-accent-font-family ), Sans-serif;font-weight:var( --e-global-typography-accent-font-weight );box-shadow:0px 0px 10px 0px rgba(211.99999999999997, 175.00000000000009, 54.99999999999999, 0.73);border-radius:50px 50px 50px 50px;padding:18px 40px 18px 40px;}.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);}@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 *//* =========================================
   ACTUALIZACIÓN: HOVER LIFT (SOMBRA DORADA)
   ========================================= */

.hover-lift {
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1) !important;
}

.hover-lift:hover {
    /* Elevar la tarjeta */
    transform: translateY(-10px) !important;
    
    /* Sombra DORADA Brillante */
    /* El código rgba(212, 175, 55, 0.3) es tu color #D4AF37 con 30% de opacidad */
    box-shadow: 0 20px 40px rgba(212, 175, 55, 0.3) !important;
    
    /* Opcional: Un borde sutil dorado también */
    border-color: rgba(212, 175, 55, 0.4) !important;
}
/* Bloquear scroll horizontal en móviles */
html, body {
    overflow-x: hidden !important;
    width: 100%;
    position: relative;
}/* End custom CSS */