/*
    Login Page
*/

/*Fuente Poppins*/
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;700&display=swap');


/* Estilos generales */
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body{
    font-family: 'Poppins', sans-serif;
}

button:focus{
    outline: 0;
}

/*Columna Violeta*/
.colVioleta{
    background-color: #563554;
    color: #fcfcfc;
    height: 100vh;
}
@media(max-width:768px){
    .colVioleta{
        order: 2;
    }
    .colBlanco_contendorLogo img{
        width: 130px;
    }
    .colVioleta__quoteDiv{
        top: 2vh;
    }
}

.colVioleta__quoteDiv{
    font-weight: 400;
    font-size: 24px;
    line-height: 2.3rem;
    max-width: 500px;
    position: absolute;
    top: 25vh;
    left: 5vw;
    padding-right: 2rem;
}

.colVioleta__quoteDiv__fran{
    font-size: 1rem;
    font-weight: bold;
}

.colVioleta__invitacionDiv{
    max-width: 575px;
    position: absolute;
    left: 5vw;
    bottom: 5vh;
    padding-right: 1rem;
}

.colVioleta__invitacion{
    color: #fcfcfc;
    font-size: 1rem;
    line-height: 1.3rem;
}

.colVioleta__invitacion:hover{
    color: #fcfcfc;
    text-decoration: underline;
}

.colVioleta__invitacion__pregunta{
    font-weight: bold;
}

/*Columna Blanca*/
.colBlanco{
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items:center;
    font-size: 1.2rem;
    line-height: 2.3rem;
    position: relative;
}

.colBlanco_contendorLogo img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 1.5rem;
    max-width: 180px;
}

.colBlanco__titulo {
    text-align: center;
    margin-top: 0.5rem;
    margin-bottom: 2rem;
    position: static !important;
}

.colBlanco__form{
    width: 300px;
}

.form-control:focus{
    border: 1px solid #5B455B;
    box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0.075), 0 0 0px #5b455b;
}
.input-group-text{
    width: 38px;
    height: 38px;
    padding: 0;
}

.fa-user, .form-span>.fa-lock{
    width: 100%;
    color: #5B455B;
}
.btn_iniciarSesion,.plataforma__boton{
    background-color: #5B455B;
    color: #fcfcfc;
    font-size: 1rem;
    border: 1px solid #5b455b;
    width: 100%;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.3);
}


.colBlanco__recoverP, .colBlanco__recoverP a{
    font-size: 0.9rem;
    color: #5b455b;
    cursor: pointer;
    background-color: transparent;
    border: 0px;
    margin-top: -1rem;
    transition: all .5s;
    text-decoration: none;
}


/*MODAL RESTABLECER CONTRASENA - USUARIO */
#olvidadoContrasena, #olvidadoUsuario{
    font-family: 'Poppins', sans-serif;
}

.form-control:focus{
    border: solid 1px #5b455b;
    box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0.075), 0 0 0px #5b455b;
}
.form-control-focus:focus{
    box-shadow: inset -1px 16px 3px 20px rgb(0 0 0 / 8%), 0 0 0px #15101096;
}

.btn-close {
    background-color: #ffffff;
    color: #5b455b;
    font-size: 32px;
    border: 0px;
}

/* hover btn */
.bnt__hover:hover{
    opacity: 0.8;
    cursor: pointer;
} 
.bnt__hover{
    transition: all .5s;
}
/* Validaciones login*/

/* NOTE: Datos Incorrectos*/
/* alguno de los datos está mal aplicar clases  */
.form-span-user-invalid,.form-span-lock-invalid{
    border: 1px solid #c53030;
    background: #c53030;
}
.fa-user-invalid, .form-span>.fa-lock-invalid{
    color: white;
}
.form-control-invalid{
    border:1px solid  #c53030;
}
.form-control-invalid::placeholder{   color:  #c53030;}
/* / alguno de los datos está mal aplicar clases  */

/* Modal Usuario Inactivo */
.modal-content {
    border-radius: 10px;
    border: none;
    box-shadow: 0 0 20px rgba(0,0,0,0.1);
}

.modal-header {
    border-bottom: 1px solid #eee;
    padding: 1.5rem;
}

.modal-body {
    padding: 2rem;
}

.btn-whatsapp {
    background-color: #25D366;
    color: white;
    border: none;
    padding: 0.75rem 1.5rem;
    border-radius: 5px;
    font-weight: 500;
    transition: all 0.3s ease;
}

.btn-whatsapp:hover {
    background-color: #128C7E;
    color: white;
    transform: translateY(-1px);
}

.btn-whatsapp i {
    margin-right: 8px;
}

.text-warning {
    color: #FFA500 !important;
}

.modal-backdrop {
    background-color: rgba(0,0,0,0.5);
}
/* / Modal Usuario Inactivo */

.input-group>.custom-select:not(:first-child), .input-group>.form-control:not(:first-child){
    border-top-left-radius: .25rem;
    border-bottom-left-radius: .25rem;
}

/* Texto de mensaje de interacion -- validaciones*/
.texto__validacion{
    font-size: 1rem;
    line-height: 17px;
    margin-top: 1rem;
}
.texto__validacion p{
    margin-bottom: 0;
}

/* Recuperar contraseña */
body{
    color: #5B455B;
}

.recuperar-contraseña__img{
    width: 76px;
}
.recuperar-contraseña-seccion{
    margin-top: 4rem;
    margin-bottom: 4rem;
    width: 45%;
}
.recuperar-contraseña-seccion p{
    font-size: 1.2rem;
}
.recuperar-contraseña-header, .recuperar-contraseña-footer{
    position: relative;
}
.recuperar-contraseña-header::after, .recuperar-contraseña-footer::after{
    content: " ";
    width: 100%;
    position: absolute;
    background-color: #5B455B;
    padding: 0;
}
.recuperar-contraseña-header::after{
    height: 1rem;
}
.recuperar-contraseña-footer::after{
    height: 3rem;
}
/* .recuperar-contraseña-form{
    margin-left: 3rem;
} */
.style-bolder {
    font-weight: 500;
    color: #5B455B;
    transition: all .5s; 
}
.style-bolder:hover{
    opacity: 0.8;
}
.recuperar-contraseña-seccion a:hover, .recuperar-contraseña-seccion a:hover{
    transform: scale(1,2);
    color: #5B455B;
    text-decoration: none;
}
.recuperar-contraseña-seccion h2{
    font-size: 1.5rem;
}


/* Responsive */
@media(max-width:768px){
    .recuperar-contraseña-seccion{
        width: 100%;
        margin-top: 3rem;
        margin-bottom: 2rem;
        padding-left: 1.2rem;
        padding-right: 1.2rem;
    }
    .recuperar-contraseña-seccion p{
        font-size: .9rem;
    }
    .colBlanco__form{
        width: 80%;
        margin: auto;
    }
}
@media(min-width:1050px) and (max-width:1099px){
    .recuperar-contraseña-seccion{
        width: 58%;
    }
}
@media(min-width:1100px) and (max-width:1300px){
    .recuperar-contraseña-seccion{
        width: 54%;
    }
}
/* @media(min-width:1301px){
    .recuperar-contraseña-seccion{
    }
} */

@media(min-width:1700px) and (max-width: 2400px){
    .recuperar-contraseña-seccion{
        margin-top: 10rem;
        margin-bottom: 10rem;
    }

}
/* / Recuperar contraseña */

.footer-lang {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1000;
    padding: 1rem;
}

#lang-container {
    background: transparent;
}

#lang {
    list-style: none;
    display: flex;
    align-items: center;
    margin: 0;
    padding: 0;
}

#lang li {
    margin: 0 5px;
}

.lang-link {
    font-size: 0.9rem;
}

.lang-link a {
    color: #5B455B;
    text-decoration: none;
    transition: all 0.3s ease;
}

.barra {
    color: #5B455B;
    font-weight: bold;
}

.lang-link a:hover {
    opacity: 0.8;
}

#mundo {
    width: 30px;
    height: auto;
}

@media(max-width: 768px) {
    .footer-lang {
        padding: 0.5rem;
    }
    
    #mundo {
        width: 25px;
    }
    
    .lang-link {
        font-size: 0.8rem;
    }
}