.elementor-kit-8{--e-global-color-primary:#113470;--e-global-color-secondary:#FE723A;--e-global-color-text:#333333BD;--e-global-color-accent:#FE723A;--e-global-color-68a0019:#F2F5F9;--e-global-color-fe4fa39:#DFDFDF;--e-global-color-83e7262:#000000;--e-global-color-fdc96b0:#FFFFFF;--e-global-color-aa0c60e:#C94F19;--e-global-color-f498b2d:#164B96;--e-global-typography-primary-font-family:"Playfair Display";--e-global-typography-primary-font-size:50px;--e-global-typography-primary-font-weight:700;--e-global-typography-secondary-font-family:"Plus Jakarta Sans";--e-global-typography-secondary-font-size:16px;--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Lato";--e-global-typography-text-font-size:16px;--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Montserrat";--e-global-typography-accent-font-size:16px;--e-global-typography-accent-font-weight:400;font-family:"Lato", Sans-serif;}.elementor-kit-8 button,.elementor-kit-8 input[type="button"],.elementor-kit-8 input[type="submit"],.elementor-kit-8 .elementor-button{background-color:var( --e-global-color-secondary );color:var( --e-global-color-fdc96b0 );}.elementor-kit-8 button:hover,.elementor-kit-8 button:focus,.elementor-kit-8 input[type="button"]:hover,.elementor-kit-8 input[type="button"]:focus,.elementor-kit-8 input[type="submit"]:hover,.elementor-kit-8 input[type="submit"]:focus,.elementor-kit-8 .elementor-button:hover,.elementor-kit-8 .elementor-button:focus{background-color:var( --e-global-color-aa0c60e );color:var( --e-global-color-fdc96b0 );}.elementor-kit-8 e-page-transition{background-color:#FFBC7D;}.elementor-kit-8 a{color:var( --e-global-color-primary );font-family:"Montserrat", Sans-serif;}.elementor-kit-8 h1{font-family:"Playfair Display", Sans-serif;}.elementor-kit-8 h2{font-family:"Playfair Display", Sans-serif;}.elementor-kit-8 h3{font-family:"Playfair Display", Sans-serif;}.elementor-kit-8 h5{font-family:"Playfair Display", Sans-serif;}.elementor-kit-8 h6{font-family:"Playfair Display", Sans-serif;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1200px;}.e-con{--container-max-width:1200px;}.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 */.boton-pegajoso-invisible {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out;
  transform: translateY(20px);
}

/* Cuando el botón debe ser visible */
.boton-pegajoso-invisible.visible {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}



/* --- Estilos para la Página "Mi Cuenta" de WooCommerce --- */

/* 1. ESTILOS DE BOTONES (ESTADO NORMAL Y HOVER) */
/* Unificamos todos los .elementor-kit-8es de botones para consistencia */
.woocommerce .login .button,
.woocommerce .register .button,
.woocommerce .woocommerce-ResetPassword .button,
.woocommerce-form-login .woocommerce-form-login__submit,
.woocommerce-lost-password .woocommerce-Button.button {
    background-color: #fe723a !important;
    color: #ffffff !important;
    border: none;
    border-radius: 3px;
    padding: 12px 32px;
    transition: background-color 0.3s ease; /* Transición suave */
}

/* Estado hover para TODOS los botones */
.woocommerce .login .button:hover,
.woocommerce .register .button:hover,
.woocommerce .woocommerce-ResetPassword .button:hover,
.woocommerce-form-login .woocommerce-form-login__submit:hover,
.woocommerce-lost-password .woocommerce-Button.button:hover {
    background-color: #C94F19 !important;
    color: #ffffff !important;
}


/* 2. ESTILOS DE ENLACES ESPECÍFICOS */

/* Color unificado para "¿Perdiste tu contraseña?" y "Política de privacidad" */
.elementor-widget-woocommerce-my-account .woocommerce-LostPassword a,
.elementor-widget-woocommerce-my-account .woocommerce form.register .woocommerce-privacy-policy-link {
    color: #113470 !important;
}

/* Efecto hover (subrayado) para ambos enlaces */
.elementor-widget-woocommerce-my-account .woocommerce-LostPassword a:hover,
.elementor-widget-woocommerce-my-account .woocommerce form.register .woocommerce-privacy-policy-link:hover {
    text-decoration: underline !important;
}

/* --- Centrado REFORZADO para botones de Social Login --- */

/* Usamos un .elementor-kit-8 más específico para anular estilos del tema */
.woocommerce .nsl-container-buttons {
    display: flex !important;
    justify-content: center !important; /* Centra los botones horizontalmente */
    width: 100% !important;           /* Asegura que el contenedor ocupe todo el espacio disponible */
    gap: 10px !important;               /* Mantiene el espacio entre botones */
    padding-top: 15px;                  /* Opcional: añade un poco de espacio arriba */
}/* End custom CSS */