/*!
 * 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: 30px;
}


.login-card {
    position: relative;
    display: flex;
    flex-direction: column;
    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: 640px;
    max-height: 640px;
}

/*.brand-wrapper .logo {
    height: 100px;
    width: 100%;
}
*/
.login-card-img {
    /*object-fit: cover;
    height: 100%;*/
}

.card-body-modal {
    /*padding: 30px;*/
    width: 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: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}



.card-body-modal {
    width: 80%;
    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: 60px;
    
    
}



.brand-wrapper img {
    height: 42px;
    
}

.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;
}


/*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;
        }
