/**
* Login Form
*/

.login-form {
    width: 28rem;
    background-color: white;
    /* display: flex;
    flex-direction: column; */
    position: relative;
    padding: var(--padding-4);
}

/* .login-form img {max-height: 5rem;} */

/**
* Login Landscape
*/

.login-landscape {
    background-color: var(--primary-color);
    background-image: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url('../../images/ImagenLogin.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    width: calc(100vw - 32rem);
    justify-content: center;
    align-items: center;
}

.error-code {
    width: 100%;
    margin-top: 0.25rem;
    font-size: 80%;
    color: #dc3545;
}

.email-label {
    width: 100%;
    text-align: center;
}

.login-landscape img {
    width: 35rem;
    height: 13.7rem;
    padding: var(--padding-4);
}

@media (min-width: 1480px) {
    .login-landscape img {
        width: 55rem !important;
        height: 20rem;
    }
}

.logo-login {
    width: 100% !important;
    max-width: 539px !important;
    height: auto !important;
    margin-right: 10px !important;
    margin-bottom: 2rem;
    padding-top: 30px;
}

.bottom-form {
    position: absolute;
    bottom: 4rem;
    width: calc(100% - var(--padding-4) * 2) !important;
}


.main {
    display: flex;
}

.bg-danger {
  background-color: #EB415B !important;
}
.bg-success {
  background-color: #51A8A3 !important;
}
.bg-warning {
  background-color: #FABE18 !important;
}

.side-one {
    width: 600px !important;
    height: 717px;

    padding: 45px 45px 20px 45px;
}

.side-two {
    background-size: 100% !important;
    background-color: var(--primary-color);
    background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), url('../../images/ImagenLogin.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100vh;
    width: calc(100vw - 38rem);
    display: flex;
    justify-content: center;
    align-items: center;
}

.element-two {
    width: 75%;
    height: auto;
}

.element-two img {
    width: 100% !important;
  
}

.side-one-content {
 
    background-color: white;
    border-radius: 15px;
    width: 100%;
}

.item-one {
    height: 35vh;
    display: flex;
    justify-content: center;
    align-items: end;
}

.item-one img {
 
    height: 180px !important;
    width: 180px !important;
}

.item-two {
    height: 60vh;
    padding-left: var(--padding-4);
    padding-right: var(--padding-4);
}

.item-three {
    height: 10vh;
    padding-left: var(--padding-4);
    padding-right: var(--padding-4);
    text-align: center;
}

@media (max-height: 820px) {
    .pt-5 {
        padding-top: 3rem !important;
    }

    .mt-3 {
        margin-top: 2rem !important;
    }

    .item-one img {
        width: 45% !important;
    }
}

/**
* Set password Landscape
*/

.set-password-landscape {
    background-color: var(--primary-color);
    background-image: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url('../../images/LoginImagenBackground.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    width: calc(100vw - 32rem);
    justify-content: center;
    align-items: center;
}

/**
* Set password Form
*/

.set-password-form {
    border-radius: 1rem;
    width: 40rem;
    background-color: white;
   
    position: relative;
    padding: var(--padding-4);
    padding-top: 0;
}

.logo-set-password {
    width: 15rem;
    height: 10rem;
}

.logo-set-password img {
    width: 100%;
    height: auto;


}

.font-sz-1-5-r {
    font-size: 1.5rem;
}

.font-primary {
    font-family: "Montserrat" !important;
    color: #0D1C2C;
}
.font-secondary{
    font-family: sans-serif;
    font-weight: 200;       
    font-style: normal;    
    font-size: 12px;     
    line-height: 100%;      
    letter-spacing: -0.02em; 
}

.btn-recover:disabled {
   
    opacity: 1 !important; 

     background-color: #3B485833 !important; 
}
.gotham-text {
    font-family: 'Gotham' !important;
    font-weight: 400 !important;
    font-style: normal;

    line-height: 120%;
    letter-spacing: 0.02em !important;

    color: #868686 ;
}
.gotham-book {
    font-family: 'Gotham' !important;
    font-weight: 400 !important;
    font-style: normal !important;

    font-size: 20px !important;
    line-height: 120% !important;
    letter-spacing: 0.02em !important;
    color : #3B4858 !important;
    text-align: center !important;
}

.gotham-text h4{
    color: #0e0d0d !important;
    font-size: 20px !important;
     line-height: 120%;
    letter-spacing: 0.02em !important;
}
.gotham-text h2{
    font-weight: 700;
    font-size: 24px;
    line-height: 120%;
    letter-spacing: -0.02em;
    text-align: center;
}

.a-btn-ok {
    background-color: #25160F;
}
.a-btn-ok:hover {
    color: #FFFFFF !important; 
  
    background-color: #25160F;
;
}

.estilo-input-gotham {
    font-family: 'Gotham'!important;
    font-weight: 400 !important;
    font-size: 14px !important;
    line-height: 120% !important;
    letter-spacing: 0.02em !important;
}

/* OVERLAY FULLSCREEN */
.token-overlay {
    position: fixed;
    inset: 0;
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
}

.token-bg {
    opacity: 0.5;
    position: absolute;
    inset: 0;
   /* Evitar "zoom"/recorte: siempre mostrar la imagen completa */
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

/* CARD BLANCA */
.token-card {
    position: relative;
    background: #ffffff;
    border-radius: 16px;
    padding: 40px 36px;
    width: 420px;
    max-width: 90%;
    text-align: center;
    box-shadow: 0 12px 30px rgba(0,0,0,.25);
    z-index: 1;
}

/* TÍTULO */
.token-title {
    font-size: 22px;
    font-weight: 600;
    color: #000;
    margin-bottom: 12px;
}

/* TEXTO */
.token-message {
    font-size: 15px;
    color: #555;
    margin-bottom: 24px;
}

/* BOTÓN */
.token-btn {
    display: block;
    width: 100%;
    background: #2b1a12;
    color: #fff;
    padding: 12px 0;
    border-radius: 999px;
    text-decoration: none;
    font-weight: 500;
    transition: background .2s ease;
}

.token-btn:hover {
    background: #1e120c;
}
.token-overlay {
    position: fixed;
    inset: 0;
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
}



.token-card {
    position: relative;
    background: #fff;
    border-radius: 1rem;
    padding: 2rem;
    width: 480px;
    text-align: center;
    z-index: 1;
}

.token-error-full {
    height: 100vh;
    width: 100%;
}

.token-error-left {
    width: 40%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #f2f2f2;
}

.token-error-box {
    background: white;
    padding: 3rem;
    border-radius: 1.5rem;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.1);
    max-width: 420px;
    width: 100%;
    text-align: center;
}

.token-overlay {
    position: fixed;
    inset: 0;
    overflow: hidden;
    z-index: 9999;

    display: flex;
    align-items: center;
    justify-content: center;
}


.token-overlay::before {
    content: '';
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.45);
}

.token-modal {
    position: relative;
    background: #fff;
    border-radius: 20px;
    padding: 2.5rem;
    width: 100%;
    max-width: 747px;
    text-align: center;

    box-shadow: 0 10px 40px rgba(0,0,0,0.3);
    z-index: 1;
}

.token-modal h2 {
    font-family: 'Gotham' !important;
    font-weight: 700 !important;
    font-style: normal !important;

    font-size: 30px !important;
    line-height: 120% !important;
    letter-spacing: 0.02em !important;
    color : #0D0D0E !important;
    text-align: center !important;
}

.token-modal p {
    font-family: 'Gotham' !important;
    font-weight: 400 !important;
    font-style: normal !important;

    font-size: 20px !important;
    line-height: 120% !important;
    letter-spacing: 0.02em !important;
    color : #3B4858 !important;
    text-align: center !important;
}

.gothan-700-24 {
    font-family: 'Gotham' !important;
    font-weight: 700 !important;
    font-style: normal !important;
    font-size: 24px !important;
    line-height: 120% !important;
    letter-spacing: 0.02em !important;
    color : #3B4858 !important;
    text-align: center !important;
}

.gothan-400-14 {
    font-family: 'Gotham' !important;
    font-weight: 400 !important;
    font-style: normal !important;
    font-size: 14px !important;
    line-height: 120% !important;
    letter-spacing: 0.02em !important;
    color : #3B4858 !important;
    text-align: center !important;
}

.gothan-700-16 {
    font-family: 'Gotham' !important;
    font-weight: 700 !important;
    font-style: normal !important;
    font-size: 16px !important;
    line-height: 120% !important;
    letter-spacing: 0.02em !important;
    color : #0D0D0E !important;
    text-align: center !important;
}





