/*!
 * Login Css
 * Autor: Euromundo
 */

.modal-content-login {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: .3rem;
    outline: 0;
    max-height: 100%;
    overflow: hidden;
}

.brand-wrapper {
    /*margin-block: 20px;*/
}

.login-buttom-close {
    width: 100%;
    margin-top: 20px;
    padding: 0px 35px 40px 0;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
}

.login-buttom-close-a {
    width: 100%;
    margin-top: 0px;
    position: absolute;
    top: 20px;
    left: 85%;
}


.login-card {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,.125);
    /*border: 0;
    box-shadow: 0 10px 30px 0 rgba(172, 168, 168, 0.43);*/
    overflow: hidden;
    min-height: 500px;
    max-height: 600px; 
}

/*.brand-wrapper .logo {
    height: 100px;
    width: 100%;
}
*/
.login-card-img {
    /*object-fit: cover;
    height: 100%;*/
}

.login-card .card-body {
    position: absolute;
    left: 15%;
    top: 10%;
    width: 70%;
    
}

.compraSinRegistro {
    display: block;
}

.sectionCompraSinRegistro {
    display: flex;
    flex-direction: column;
    align-items: center;
}


    
  .login-card-description {
    font-size: 25px;
    color: #000;
    font-weight: normal;
    margin-bottom: 23px; }


/* Estilos de control del formulario*/

/*.login-card .form-control {
    border-bottom: 1px solid #d5dae2;
    padding: 15px 25px;
    margin-bottom: 10px;
    min-height: 45px;
    font-size: 13px;
    line-height: 15;
    font-weight: normal;
    color: #212529 !important;
}

    .login-card .form-control::-webkit-input-placeholder {
      color: #919aa3; }
    .login-card .form-control::-moz-placeholder {
      color: #919aa3; }
    .login-card .form-control:-ms-input-placeholder {
      color: #919aa3; }
    .login-card .form-control:-ms-input-placeholder {
      color: #919aa3; }
    .login-card .form-control::placeholder {
      color: #919aa3; }*/

/* Estilos de control del formulario*/


    .login-card .login-btn {
        padding: 13px 20px 12px;
        background-color: #000;
        border-radius: 5px;
        font-size: 17px;
        font-weight: bold;
        line-height: 20px;
        color: #fff;
        margin-bottom: 24px;
       
    }

        .login-card .login-btn:hover {
            border: 1px solid #000;
            border-radius: 5px;
            background-color: transparent;
            color: #000;
        }


.login-btn {
    padding: 13px 20px 12px;
    background-color: #1E3166;
    border-radius: 5px;
    font-size: 17px;
    font-weight: bold;
    line-height: 20px;
    color: #fff;
    margin-bottom: 24px;
    width: 100%;
    border: none;
}

        .login-btn:hover {
            border: 1px solid #000;
            border-radius: 5px;
            background-color: #d11e39 !important;
            color: #000;
            border: none;
        }

        .login-btn:active {
            border: 1px solid #000;
            border-radius: 5px;
            background-color: #d11e39 !important;
            color: #000;
            border: none;
        }



  .login-card .forgot-password-link {
    font-size: 14px;
    color: #919aa3;
    margin-bottom: 12px; 
    cursor: pointer;
  }
  .login-card-footer-text {
    font-size: 16px;
    color: #0d2366;
    margin-bottom: 60px; }
    @media (max-width: 767px) {
      .login-card-footer-text {
        margin-bottom: 24px; } }
  .login-card-footer-nav a {
    font-size: 14px;
    color: #919aa3; }

/*# sourceMappingURL=login.css.map */


/*Login Modal General */

/*Atributos de Modal*/

.modal-login-size{
    max-width:60%;
}



.login-card .card-body-register {
    padding: 15px 20px;
}




.modal-login-return-text {
    font-size: 14px;
    color: var(--main-color);
    margin-bottom: 20px;
    margin-top: -15px;
}

.modal-login-card-title {
    color: #000;
    margin-bottom: 32px;
    text-align: center;
    font-family: Inter;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}



.card-body-modal {
    width: 90%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.login-card-content-b {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-block: 40px;
    height: 640px;
}

.login-card-content-c {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-block: 20px;
    /* height: 640px; */
}

.modal-login-form-container {
    display: flex;
    width: 80%;
    flex-direction: column;
    align-items: center;
}

.label-form-login {
    font-size: 12px;
}

.btn-form-login {
    width: 100%;
    padding: 13px 20px 12px;
    background-color: var(--main-color);
    border-radius: 4px;
    font-size: 16px;
    font-weight: 600;
    line-height: 18px;
    color: #fff;
    margin-bottom: 24px;
}

    .btn-form-login:hover {
        background-color: var(--black-color);
        color: #fff ;
        border-radius: 4px;
    }

    .btn-form-login:active {
        background-color: var(--black-color);
        color: #fff;
        border-radius: 4px;
    }


/*Fin Atributos de Modal*/

/*Formulario de login 3*/
.modal-login-registered {
    /*padding-inline: 5px;*/
}

.form-login-modal {
    display: flex;
    width: 100%;
    flex-direction: column;
    align-items: center;
}


.login-card-b {
}

.login-card-img-b {
   
}

.login-card-img-b img{
    object-position: center;
}



.login-card-description-b {
    text-align: center;
    font-size: 24px;
    color: #000;
    font-weight: normal;
    margin-bottom: 24px;
    margin-bottom: 24px;
}

.login-card-c{

}

.login-card-img-c {
    overflow: hidden;
    height: 640px;
}

    .login-card-img-c img {
        object-position: top center;
        object-fit: cover;
        height: 100%;
    }



.login-card-register-c {
    padding: 30px;
}

.card-body-register-c{

}

.login-card-description-c {
    text-align: center;
    font-size: 22px;
    color: #000;
    font-weight: normal;
    margin-top: 14px;
    margin-bottom: 24px;
}

.brand-wrapper img{
    height: auto;
    max-height: 100px;
    width: 100%;
    margin-bottom: 20px;
}

.contrasena-registro {
    display: flex;
    flex-direction: column;
}

.form-group-a {
    width: 100%;
}

/* Formulario Login Principal Nuevo*/
.wrapper-login {
}

.row-formulario {
    width: 900px;
    height: 550px;
    border-radius: 1em;
    background: #ffffff;
    box-shadow: 5px 5px 10px 1px rgba(0,0,0,0.2);
}

.contenedor-login {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
}

.imagen-login {
    background-image: url("/assets/img/login/login.png");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    border-radius: 10px 0 0 10px;
}

.imagen-logo-login img {
    height: 100px;
    margin-bottom: 25px;
}

.texto-imagen {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

    .texto-imagen p {
        color: #fff;
        font-size: 1px;
    }

.formulario-login {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    padding: 35px;
    text-align: center;
    height: 100%;
}

.input-box {
    width: 330px;
    box-sizing: border-box;
}

    .input-box header {
        font-weight: 700;
        text-align: center;
        margin-bottom: 45px;
        font-size: 25px;
    }

.input-field-form {
    display: flex;
    flex-direction: column;
    position: relative;
    padding: 0 10px 0 10px;
}

.input-form {
    height: 45px;
    width: 100%;
    background: transparent;
    border: none;
    border-bottom: 1px solid rgba(0,0,0,0.2);
    outline: none;
    margin-bottom: 20px;
    color: #40414a;
}

.input-box .input-field-form label {
    position: absolute;
    top: 10px;
    left: 10px;
    pointer-events: none;
    transition: .5s;
}

.input-field-form .input-form:focus ~ label {
    top: -10px;
    font-size: 13px;
}

.input-field-form .input-form:valid ~ label {
    top: -10px;
    font-size: 13px;
    color: red;
}

.input-field-form .input-form:focus, .input-field-form .input-form:valid {
    border-bottom: 1px solid red;
}

.submit-button {
    border: none;
    outline: none;
    height: 45px;
    width: 100%;
    background: #ececec;
    border-radius: 5px;
    transition: .4s;
}

    .submit-button:hover {
        background: blue;
        color: #fff;
    }

.signin-form {
    text-align: center;
    font-size: small;
    margin-top: 25px;
}

.signin-form-span {
    text-decoration: none;
    font-size: 13px;
    font-weight: 400;
    color: #000;
    transition: .5s;
}

.signin-form-a {
    text-decoration: none;
    font-size: 12px;
    font-weight: 700;
    color: #000;
}

.signin-form span, .signin-form a :hover {
    text-decoration: underline;
    color: #000;
}


/*RESET PASS*/

.reset-container {
            background-color: #fff;
            /* border-radius: 16px;
            box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1); */
            padding: 3rem;
            width: 100%;
            max-width: 90%;
            margin: 2rem auto;
            position: relative;
            /* border: 1px solid rgba(0, 0, 0, 0.05); */
            display: flex;
            justify-content: center;
        }

        .reset-container-content{
            max-width: 100%;
            width: 40%;
            margin-bottom: 0rem;
        }

        .reset-container h2 {
            font-family: Montserrat;
            font-weight: 600;
            font-size: 22px;
            text-align: center;
        }

        .reset-container p {
            font-family: Montserrat;
            font-weight: 400;
            font-size: 16px;
            text-align: center;
            margin-bottom: 1.5rem;
        }

.reset-container .form-group {
    margin-bottom: 1.5rem;
}

.reset-container .form-group label {
    display: block;
    color: rgba(89, 83, 83, 1);
    margin-bottom: 0.5rem;
    font-family: 'Inter', sans-serif;
}

.reset-container input[type="password"] {
    width: 100%;
    border: 1px solid rgba(37, 68, 70, 1);
    border-radius: 7px;
    padding: 0.875rem 1rem;
    font-size: 16px;
    transition: all 0.2s ease;
    background-color: #fafafa;
    color: #374151;
    font-family: 'Inter', sans-serif;
    margin: 0 auto; 
    display: block; 
}

.reset-container input[type="password"]:focus {
    outline: none;
    border-color: var(--main-color, #1E3166);
    box-shadow: 0 0 0 3px rgba(30, 49, 102, 0.1);
    background-color: #fff;
}

.reset-container input[type="password"]::placeholder {
    color: #a0aec0;
    font-size: 0.9rem;
}

.reset-container .btn-submit {

    width: 100%;
    max-width: 280px;
    background: rgba(37, 68, 70, 1);
    border: 1px solid rgba(203, 209, 215, 1);
    border-radius: 8px;
    color: white;
    font-weight: 600;
    padding: 0.875rem 1.5rem;
    font-size: 1rem;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
    font-family: 'Inter', sans-serif;
    cursor: pointer;
    margin: 3rem auto 0; 
    display: block;
}

.reset-container .btn-submit:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(30, 49, 102, 0.3);
    background: rgba(37, 68, 70, 1);
}

.reset-container .btn-submit:active {
    transform: translateY(0);
    box-shadow: 0 4px 15px rgba(30, 49, 102, 0.2);
}

.reset-container .btn-submit:disabled {
    opacity: 0.7;
    cursor: not-allowed;
    transform: none;
    box-shadow: none;
}

/* Loading state for button */
.reset-container .btn-submit.loading {
    pointer-events: none;
}

.reset-container .btn-submit.loading::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 20px;
    height: 20px;
    margin: -10px 0 0 -10px;
    border: 2px solid transparent;
    border-top: 2px solid #fff;
    border-radius: 50%;
    animation: spin 1s linear infinite;
}


/* Validation styles */
.reset-container input.is-invalid {
    border-color: #dc3545;
    background-color: #fff5f5;
}

.reset-container input.is-valid {
    border-color: #28a745;
    background-color: #f0fff4;
}

.reset-container .invalid-feedback {
    display: block;
    width: 100%;
    margin-top: 0.25rem;
    font-size: 0.8rem;
    color: #dc3545;
}

.reset-container .valid-feedback {
    display: block;
    width: 100%;
    margin-top: 0.25rem;
    font-size: 0.8rem;
    color: #28a745;
}

.text__login-cambioContraseña{
    font-size: 12px;
    width: 120%;
    font-family: var(--font-texto);
}

.text__login-cambioContraseña a {
    color: var(--main-color); 
    font-family: 'Montserrat', Arial, sans-serif !important;
    font-weight: 700 !important;
    line-height: 100%;
    text-align: center;
    text-decoration: underline !important;
    text-decoration-style: solid !important;
    font-style: normal !important;
}

.text__recuperacion-contraseña{
    width: 88%;
    font-size: 12px;
    text-align: center;
    margin-bottom: 20px;
}

.swal2-shown .swal2-height-auto{
    padding-right: 0px !important;
}

 /* Estilos para el wrapper del input con icono */
        .password-input-wrapper {
            position: relative;
            display: flex;
            align-items: center;
        }

        .password-input-wrapper input[type="password"],
        .password-input-wrapper input[type="text"] {
            width: 100%;
            padding-right: 45px; 
            border: 1px solid rgba(37, 68, 70, 1);
            border-radius: 6px;
            padding: 0.65rem 0.75rem;
            font-size: 14px;
            transition: all 0.2s ease;
            background-color: #fafafa;
            color: #374151;
            font-family: 'Inter', sans-serif;
        }

        .password-input-wrapper input:focus {
            outline: none;
            border-color: var(--main-color, #1E3166);
            box-shadow: 0 0 0 2px rgba(30, 49, 102, 0.1);
            background-color: #fff;
        }

        .password-toggle {
            position: absolute;
            right: 12px;
            top: 50%;
            transform: translateY(-50%);
            background: none;
            border: none;
            cursor: pointer;
            padding: 4px;
            color: #6b7280;
            font-size: 16px;
            transition: color 0.2s ease;
            z-index: 2;
        }

        .password-toggle:hover {
            color: #374151;
        }

        .password-toggle:focus {
            outline: 2px solid var(--main-color, #1E3166);
            outline-offset: 2px;
            border-radius: 4px;
        }

        .password-toggle i {
            pointer-events: none;
        }

        .swal2-confirm.swal-confirm-button.swal2-styled.swal2-default-outline{
            background: rgba(37, 68, 70, 1);
            border: 1px solid rgba(203, 209, 215, 1);
            border-radius: 8px;
            color: white;
            padding: .7rem 3rem;
        }

/****************************************** Responsive Reset ******************************************/
@media (max-width: 1200px) {
    .reset-container {
        max-width: 85%;
        padding: 2.5rem;
    }
    
    .reset-container-content {
        width: 50%;
    }
}

@media (max-width: 992px) {
    .reset-container {
        max-width: 90%;
        padding: 2rem;
    }
    
    .reset-container-content {
        width: 60%;
    }
    
    .reset-container h2 {
        font-size: 20px;
    }
}

@media (max-width: 768px) {
    .reset-container {
        max-width: 95%;
        padding: 2rem 1.5rem;
        margin: 1rem auto;
    }
    
    .reset-container-content {
        width: 80%;
        margin-bottom: 5rem;
    }
    
    .reset-container h2 {
        font-size: 20px;
    }
    
    .reset-container p {
        font-size: 15px;
    }
    
    .reset-container .btn-submit {
        max-width: 100%;
        margin: 2rem auto 0;
    }
}

@media (max-width: 576px) {
    .reset-container {
        max-width: 100%;
        margin: 0.5rem auto;
        padding: 1.5rem 1rem;
        border-radius: 12px;
    }
    
    .reset-container-content {
        width: 100%;
        margin-bottom: 3rem;
    }
    
    .reset-container h2 {
        font-size: 18px;
        margin-bottom: 1rem;
    }
    
    .reset-container p {
        font-size: 14px;
        margin-bottom: 1.2rem;
    }
    
    .reset-container .form-group {
        margin-bottom: 1.2rem;
    }
    
    .reset-container .form-group label {
        font-size: 14px;
        margin-bottom: 0.4rem;
    }
    
    .reset-container input[type="password"] {
        padding: 0.75rem 0.8rem;
        font-size: 16px; 
        border-radius: 6px;
    }
    
    .reset-container .btn-submit {
        padding: 0.8rem 1rem;
        font-size: 16px; 
        margin: 1.5rem auto 0;
        border-radius: 6px;
    }
}

@media (max-width: 480px) {
    .reset-container {
        padding: 1.2rem 0.8rem;
        border-radius: 8px;
        margin: 2rem auto 2rem;
    }
    
    .reset-container h2 {
        font-size: 16px;
    }
    
    .reset-container p {
        font-size: 13px;
    }
    
    .reset-container input[type="password"] {
        padding: 0.7rem;
        font-size: 16px;
    }
    
    .reset-container .btn-submit {
        padding: 0.75rem 0.8rem;
        font-size: 15px;
    }
    
    .reset-container .btn-submit.loading::after {
        width: 16px;
        height: 16px;
        margin: -8px 0 0 -8px;
    }
}

@media (max-width: 375px) {
    .reset-container {
        padding: 1rem 0.6rem;
        width: 90%;
    }
    
    .reset-container h2 {
        font-size: 15px;
    }
    
    .reset-container p {
        font-size: 12px;
    }
    
    .reset-container .form-group label {
        font-size: 13px;
    }
    
    .reset-container input[type="password"] {
        padding: 0.65rem;
        font-size: 16px;
    }
    
    .reset-container .btn-submit {
        padding: 0.7rem;
        font-size: 14px;
    }
}


/*Responsive de formulario del Login*/

/*@media only screen and (max-width: 576px) {

            .imagen-login {
                width: 35px;
                position: absolute;
                top: 20px;
                left: 47%;
            }

            .texto-imagen {
                border-radius: 10px 10px 0 0;
                position: absolute;
                top: 70%;
                text-align: center;
            }

                .texto-imagen p, i {
                    font-size: 17px;
                }

            .row-formulario {
                max-width: 420px;
                width: 100%;
                height: 100%;
            }

            .formulario-login {
                padding: 15px;
                height: 100%;
            }
        }*/

/* Fin Responsive de formulario del Login*/

/* Fin Formulario Login Nuevo*/


/* Control de Inputs de Formulario*/

/*.form-control {
    height: 38px;
    border: none;
    border-radius: 0;
    border-bottom: 2px solid var(--main-color);*/
    /*box-shadow: 0px 1px 13px 0px #0000000d;*/
    /*padding: 1px 2px;
    font-size: 16px;
}*/

    /*.form-control:focus {*/
        /*color: var(--heading-color);*/
        /*color: #919aa3;
        background-color: #fff;
        border-bottom: 2px solid var(--black-color) !important;
        outline: none;
        box-shadow: none;
        border-radius: 0;
    }*/

   /* .form-control:focus {
        color: var(--heading-color);
        background-color: #fff;
        border: 0px dashed var(--black-color);
        outline: none;
        box-shadow: none;
    }*/

    .form-control:placeholder-shown {
        /*color: var(--heading-color);*/
        color: #919aa3;
    }



@media (max-width: 422px) {
    .login-card .card-body {
        padding: 35px 24px;
    }
}

@media (max-width: 575px) {
    .modal-login-size {
        max-width: 500px;
    }
}

@media (max-width: 767px) {
    .login-card-img-b {
        display: none !important;
    }

    .login-card-img-c {
        display: none !important;
    }

    .contrasena-registro {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .forgot-password-link-a {
        font-size: 14px;
    }

    .login-card-footer-text-a {
        font-size: 12px;
    }



    .brand-wrapper-c img {
        height: 100px !important;
        margin-block: 20px;
    }
}

@media (max-width: 1199px) {
    .container-checkout-notes-login-a p {
        font-size: 12px;
    }

    .login-card-footer-text {
        font-size: 13px;
    }

    .container-checkout-notes-login {
       
        padding: 48px 5px;
      
    }
}

@media (min-width: 992px) {

    .compraSinRegistro {
        display: none;
    }
}
.share-container {
    position: relative;
    display: inline-block;
}

.share-options {
    display: none;
    position: absolute;
    background-color: white;
    box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.2);
    padding: 10px;
    z-index: 1;
    border-radius: 8px;
}

    .share-options button {
        background: none;
        border: none;
        cursor: pointer;
        padding: 10px;
        display: block;
    }

        .share-options button:hover {
            background-color: #f1f1f1;
        }