.elementor-22 .elementor-element.elementor-element-127120f9{--display:flex;--padding-top:20px;--padding-bottom:30px;--padding-left:20px;--padding-right:20px;}.elementor-22 .elementor-element.elementor-element-10daf5f{--display:flex;--min-height:80vh;--flex-direction:column;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--justify-content:center;--align-items:center;--padding-top:20px;--padding-bottom:20px;--padding-left:20px;--padding-right:20px;}.elementor-22 .elementor-element.elementor-element-ec32ef4{--display:flex;--justify-content:center;--align-items:center;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--border-radius:12px 12px 12px 12px;box-shadow:0px 0px 5px 0px rgba(255, 255, 255, 0.08);--padding-top:20px;--padding-bottom:20px;--padding-left:30px;--padding-right:30px;}.elementor-22 .elementor-element.elementor-element-ec32ef4:not(.elementor-motion-effects-element-type-background), .elementor-22 .elementor-element.elementor-element-ec32ef4 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#FFFFFF;}body.elementor-page-22:not(.elementor-motion-effects-element-type-background), body.elementor-page-22 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#795CF61A;}@media(max-width:767px){.elementor-22 .elementor-element.elementor-element-127120f9{--padding-top:10px;--padding-bottom:30px;--padding-left:10px;--padding-right:10px;}}@media(min-width:768px){.elementor-22 .elementor-element.elementor-element-127120f9{--content-width:1450px;}.elementor-22 .elementor-element.elementor-element-10daf5f{--content-width:500px;}}/* Start custom CSS for shortcode, class: .elementor-element-592883d */.auth-modal {
    display: none;
    position: fixed;
    top: 0; left: 0; right: 0; bottom: 0;
    background: rgba(255,255,255,0.7);
    justify-content: center;
    align-items: center;
    z-index: 9999;
    backdrop-filter: blur(5px);
    font-family: "Montserrat", sans-serif;
}

.auth-modal-content {
    background: #ffffff;
    border: 2px solid #00000010;
    padding: 2.5rem;
    border-radius: 12px;
    max-width: 450px;
    width: 90%;
    text-align: center;
    animation: modalFadeIn 0.3s ease;
    font-family: "Montserrat", sans-serif;
    box-shadow: 0 8px 25px rgba(0,0,0,0.05);
}

.auth-modal-content p {
    color: #333 !important;
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 20px;
}

/* Contenedor principal */
#auth-wrapper {
    max-width: 500px;
    margin: 0 auto;
    padding: 0rem;
    background: transparent;
    border-radius: 12px;
    font-family: "Montserrat", sans-serif;
}

#auth-wrapper h3 {
    text-align: center;
    margin-bottom: 0.5rem;
    color: #111;
    font-size: 1.8rem;
    font-weight: 700;
}

#auth-wrapper p {
    text-align: center;
    margin-bottom: 1.2rem;
    color: #333;
    font-size: 17px;
    font-weight: 400;
}

/* Inputs */
#auth-wrapper input[type="text"],
#auth-wrapper input[type="email"],
#auth-wrapper input[type="password"] {
    padding: 12px 15px;
    border: 2px solid #ddd;
    border-radius: 8px;
    font-size: 16px;
    transition: all 0.3s ease;
    width: 100%;
    background-color: #f9f9f9;
    color: #111;
    margin-top: 10px;
}

#auth-wrapper input[type="text"]:focus,
#auth-wrapper input[type="email"]:focus,
#auth-wrapper input[type="password"]:focus {
    border: 2px solid #f39200 !important;
    background-color: #fff;
    outline: none;
}

/* Placeholders */
#auth-wrapper input::placeholder {
    color: #888;
}

/* Botones */
#auth-wrapper button {
    margin-top: 1rem;
    background: #f39200;
    color: white;
    border: none;
    padding: 12px !important;
    border-radius: 8px;
    cursor: pointer;
    font-size: 18px;
    transition: all 0.3s ease;
    font-weight: 700;
    width: 100%;
}

#auth-wrapper button:hover {
    background: #211d2b;
    transform: translateY(-1px);
    box-shadow: 0 6px 15px rgba(0, 117, 255, 0.25);
}

#auth-wrapper button:active {
    transform: translateY(0);
    box-shadow: 0 2px 8px rgba(0, 117, 255, 0.2);
}

/* Enlaces */
#auth-wrapper a {
    color: #000;
    text-decoration: none;
    font-size: 15px;
    font-weight: 400;
    transition: all 0.2s;
    display: inline-block;
    margin-top: 10px;
    text-align: left;
}

#auth-wrapper a:hover {
    color: #000;
    text-decoration: underline;
}

/* Errores de login */
.login-error {
    color: #c0392b;
    background-color: rgba(192, 57, 43, 0.1);
    padding: 10px;
    border-radius: 6px;
    margin-bottom: 15px;
    font-size: 14px;
    font-weight: 500;
    display: none;
}

.login-error:not(:empty) {
    display: block;
}

/* Checkbox */
#auth-wrapper label {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    color: #555;
    cursor: pointer;
    margin: 5px 0;
}

#auth-wrapper input[type="checkbox"] {
    width: 18px;
    height: 18px;
    accent-color: #f39200;
}

/* Formulario de recuperación */
#recover-form p {
    color: #333;
    margin-bottom: 20px;
    font-size: 17px;
    line-height: 1.5;
}

#reset-password-form .code-container {
    display: flex;
    gap: 10px;
    justify-content: center;
    margin-bottom: 25px;
    margin-top: 5px;
}

.code-digit {
    width: 60px !important;
    height: 60px;
    text-align: center;
    font-size: 45px !important;
    font-weight: 100;
    background-color: #f3f3f3 !important;
    color: #111 !important;
    border: 2px solid #ddd !important;
}

.code-digit:focus {
    border: 2px solid #f39200 !important;
    background-color: #fff !important;
    outline: none;
}

#reset-password-form {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

#reset-password-form .new-password-section {
    margin-top: 15px;
    position: relative;
}

#reset-password-form .new-password-section::before {
    content: '';
    display: block;
    height: 1px;
    background: #ddd;
    margin-bottom: 20px;
}

#reset-password-form .new-password-section label {
    display: block;
    text-align: left;
    margin-bottom: 10px;
    color: #111;
    font-weight: 500;
}

/* NUEVOS ESTILOS PARA CAMPOS DE CONTRASEÑA CON OJITO */
.password-field {
    position: relative;
    display: inline-block;
    width: 100%;
    margin-bottom: 10px !important;
}

.password-field input {
    width: 100%;
    padding-right: 45px !important;
}

.password-toggle {
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translateY(-50%);
    cursor: pointer;
    color: #777;
    transition: color 0.3s ease;
    z-index: 10;
}

.password-toggle:hover {
    color: #111;
}

.password-toggle i {
    font-size: 16px;
}

/* Overlays de carga */
.form-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255,255,255,0.9);
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 100;
    border-radius: inherit;
}

.overlay-content {
    text-align: center;
    padding: 20px;
    color: #111;
}

.overlay-content p {
    color: #333 !important;
    font-size: 16px;
    margin-top: 15px;
}

/* Spinner de carga */
.loading-spinner {
    border: 4px solid #ccc;
    border-top: 4px solid #f39200;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    animation: spin 2s linear infinite;
    margin: 0 auto 15px;
}

/* Botón del modal */
.auth-modal button {
    background: #f39200;
    color: white;
    border: none;
    padding: 15px 30px !important;
    border-radius: 8px;
    font-weight: 600;
    transition: all 0.3s;
    box-shadow: 0 4px 12px rgba(0, 117, 255, 0.2);
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    cursor: pointer;
}

.auth-modal button:hover {
    background: #0062d6;
    transform: translateY(-2px);
}

/* Posicionamiento para overlays */
#login-form, #register-form, #recover-form {
    position: relative;
}

/* ANIMACIONES */
@keyframes modalFadeIn {
    from { opacity: 0; transform: translateY(-20px) scale(0.95); }
    to { opacity: 1; transform: translateY(0) scale(1); }
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

@keyframes shake {
    0%, 100% { transform: translateX(0); }
    10%, 30%, 50%, 70%, 90% { transform: translateX(-5px); }
    20%, 40%, 60%, 80% { transform: translateX(5px); }
}

.shake {
    animation: shake 0.6s;
}

/* Efectos de transición entre formularios */
#login-form, #register-form, #recover-form {
    transition: all 0.4s ease;
}

/* Formulario activo */
#login-form:not([style*="display: none"]),
#register-form:not([style*="display: none"]),
#recover-form:not([style*="display: none"]) {
    animation: formFadeIn 0.5s ease;
}

@keyframes formFadeIn {
    from { opacity: 0; transform: translateY(10px); }
    to { opacity: 1; transform: translateY(0); }
}

/* RESPONSIVE */
@media (max-width: 600px) {
    #auth-wrapper {
        padding: 0rem;
        margin: 0 10px;
    }
    #auth-wrapper h3 {
        font-size: 1.5rem;
    }
    #auth-wrapper input[type="text"],
    #auth-wrapper input[type="email"],
    #auth-wrapper input[type="password"] {
        padding: 10px 12px;
    }
    .code-digit {
        width: 45px !important;
        height: 45px;
        font-size: 35px !important;
    }
    .password-toggle {
        right: 12px;
    }
    .password-toggle i {
        font-size: 14px;
    }
    .auth-modal-content {
        padding: 1.5rem;
        margin: 0 15px;
    }
}

#auth-wrapper input[type="text"], #auth-wrapper input[type="email"], #auth-wrapper input[type="password"] {
    margin-bottom: 10px;
}

.selectdocumentype {
    padding: 12px 15px;
    border: 2px solid #f9f9f9;
    border-radius: 8px;
    font-size: 16px;
    transition: all 0.3s 
ease;
    width: 100%;
    background-color: #f9f9f9 !important;
    font-family: "Montserrat", sans-serif;
    border-color: #dddddd !important;
    color: #666 !important;
    border-color: #ddd !important;
}/* End custom CSS */
/* Start custom CSS */.woocommerce-account .woocommerce-MyAccount-content {
    width: 100%;
}

.woocommerce-account .woocommerce-MyAccount-navigation {
    display: none;
}/* End custom CSS */