@font-face {
    font-family: 'The-Historia-Demo';
    src:url('fonts/The-Historia-Demo.ttf.woff') format('woff'),
        url('fonts/The-Historia-Demo.ttf.svg#The-Historia-Demo') format('svg'),
        url('fonts/The-Historia-Demo.ttf.eot'),
        url('fonts/The-Historia-Demo.ttf.eot?#iefix') format('embedded-opentype'); 
    font-weight: normal;
    font-style: normal;
}

/*
* Letter change for FMC-2025
* Font: Lato
*/
@font-face {
    font-family: "Lato-Black";
    src: url("fonts/Lato-Black.ttf") format("truetype");
  }
  @font-face {
    font-family: "Lato-Regular";
    src: url("fonts/Lato-Regular.ttf") format("truetype");
  }
  @font-face {
    font-family: "Lato-Light";
    src: url("fonts/Lato-Light.ttf") format("truetype");
  }
  @font-face {
    font-family: "Lato-LightItalic";
    src: url("fonts/Lato-LightItalic.ttf") format("truetype");
  }

html { height:100%; }
body {
    height:100%;
    background: url('../../img/2025/LOGIN_BACKGROUND.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    color: #ffffff;
}
.outer-wrapper { 
    display: table;
    width: 100%;
    height: 100%;
}
a {
    cursor: pointer !important;
    color: #ffffff;
}
.inner-wrapper {
  display: table-cell;
  vertical-align:middle;
  padding:15px;
}
.c-primary{
    color: #638e4a;
}
.login-btn { position:fixed; top:15px; right:15px; }

.leftbar-login {
    background: rgba(0, 0, 0, 0.8);
    border-radius: 5px;
    box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.5);
    z-index: 2;
    color: #686868;
    padding: 2em 1em;
}
.rightbar-login{
	background: #ffffff;
    border-radius: 5px;
    box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.5);
    z-index: 2;
    color: #686868;
    padding: 2em 5em;
    margin: 1.5em 0;
}
hr {
    border: 1px solid rgba(136, 136, 136, 0.25) !important;
}
.logo-login{
	width: 200px;
}
.logo_flotante{
    position: absolute;
    top: -6em;
    width: 100%;
}

#loginform #togglePassword {
    position: absolute;
    top: 19.7rem;
    right: 1.5rem;
    cursor: pointer;
}

#loginform label{
    color: #ffffff;
    font-family: 'Lato-Regular';
}
#loginform .btn-danger{
    background-color: #E4312A;
    border-color: #E4312A;
    width: 30%;
    border-radius: 10px;
    padding: 0rem;
    font-family: 'Lato-Regular';
}
#loginform .btn-danger:hover {
    color: #ffffff;
    background-color: #961b1e;
    border-color: #961b1e;
}
/*
#loginform a {
    color: #ffffff;
    text-decoration: none;
    font-family: 'Lato-Regular';
    font-size: 18px;
}
#loginform a:hover {
    color: #961b1e;
    text-decoration: none;
    font-family: 'Lato-Regular';
    font-size: 18px;
}
*/
#loginform .leftbar-login .option_recovery h4 {
    color: #555555;
    font-family: 'Lato-Black';
    font-size: 3em;
    text-align: center;
}

#loginform .leftbar-login .option_recovery h5 {
    color: #555555;
    font-family: 'Lato-Regular';
    font-size: 1.3em;
    text-align: center;
    margin-top: 1.5rem;
}
#loginform .leftbar-login .recupera_pass form {
    text-align: center;
}
#loginform .leftbar-login .recupera_pass h4 {
    color: #555555;
    font-family: 'Lato-Black';
    font-size: 3em;
    text-align: center;
    margin-bottom: 0rem;
}
#loginform .leftbar-login .recupera_pass img {
    width: 20%;
    margin-top: -3rem;
}
#loginform .leftbar-login .recupera_pass h5 {
    color: #555555;
    font-family: 'Lato-Regular';
    font-size: 1.3em;
    text-align: center;
    margin-top: 0rem;
}

/* Estilo para la vista recuperar SMS*/
#loginform .leftbar-login .recupera_pass_sms form {
    text-align: center;
}
#loginform .leftbar-login .recupera_pass_sms h4 {
    color: #555555;
    font-family: 'Lato-Black';
    font-size: 2.5em;
    text-align: center;
    margin-bottom: 0rem;
}
#loginform .leftbar-login .recupera_pass_sms img {
    width: 20%;
    margin-top: -3rem;
}
#loginform .leftbar-login .recupera_pass_sms h5 {
    color: #555555;
    font-family: 'Lato-Regular';
    font-size: 1.25em;
    text-align: center;
    margin-top: 0rem;
}

/* Estilo para la vista recuperar email (Revisión de bandeja de correo) */
#loginform .leftbar-login .view_inbox form {
    text-align: center;
}
#loginform .leftbar-login .view_inbox h4 {
    color: #555555;
    font-family: 'Lato-Black';
    font-size: 3em;
    text-align: center;
    margin-bottom: 0rem;
}
#loginform .leftbar-login .view_inbox img {
    width: 20%;
    margin-top: -3rem;
}
#loginform .leftbar-login .view_inbox h5 {
    color: #555555;
    font-family: 'Lato-Regular';
    font-size: 1.3em;
    text-align: center;
    margin-top: 0rem;
    margin-bottom: 2.5rem;
}
#loginform .leftbar-login .view_inbox #btn_view {
    text-align: center;
}
#loginform .leftbar-login .view_inbox #btn_view .btn-danger {
    width: 15%;
}

/* Estilo para la vista recuperar email (verificación del código) */
#loginform .leftbar-login .verify_code form {
    text-align: center;
}
#loginform .leftbar-login .verify_code h4 {
    color: #555555;
    font-family: 'Lato-Black';
    font-size: 3em;
    text-align: center;
    margin-bottom: 0rem;
}
#loginform .leftbar-login .verify_code img {
    width: 20%;
    margin-top: -3rem;
}
#loginform .leftbar-login .verify_code h5 {
    color: #555555;
    font-family: 'Lato-Regular';
    font-size: 1.3em;
    text-align: center;
    margin-top: 0rem;
}
#loginform .leftbar-login .verify_code #btn_verify {
    text-align: right;
    padding-right: 3rem;
}
#loginform .leftbar-login .verify_code #btn_verify .btn-danger {
    width: 20%;
}

/* Estilo para la vista nuevo pass email */
#loginform .leftbar-login .new_password form {
    text-align: center;
}
#loginform .leftbar-login .new_password h4 {
    color: #555555;
    font-family: 'Lato-Black';
    font-size: 3em;
    text-align: center;
    margin-bottom: 0rem;
}
#loginform .leftbar-login .new_password img {
    width: 20%;
    margin-top: -3rem;
}
#loginform .leftbar-login .new_password #showpass {
    width: 25px;
    margin-top: 0;
    position: absolute;
    top: 35.8rem;
    right: 2rem;
}
#loginform .leftbar-login .new_password #showpassconfirmation {
    width: 25px;
    margin-top: 0;
    position: absolute;
    top: 39.2rem;
    right: 2rem;
}
#loginform .leftbar-login .new_password h5 {
    color: #555555;
    font-family: 'Lato-Regular';
    font-size: 1.3em;
    text-align: center;
    margin-top: 0rem;
}
#loginform .leftbar-login .new_password #btn_new {
    text-align: right;
    padding-right: 10px;
}
#loginform .leftbar-login .new_password #btn_new .btn-danger {
    width: 20%;
}
#loginform .leftbar-login .new_password ul {
    text-align: left;
    margin-left: 1rem;
    font-size: 1.3em;
    font-family: 'Lato-Regular';
    color: #555555;
}
#loginform .leftbar-login .new_password #newpassword {
    width: 100%;
}
#loginform .leftbar-login .new_password #confirmationpassword {
    width: 100%;
}


/* Estilo para la vista recuperar pass por SMS (enviar numero telefono) */
#loginform .leftbar-login .send_phone form {
    text-align: center;
}
#loginform .leftbar-login .send_phone h4 {
    color: #555555;
    font-family: 'Lato-Black';
    font-size: 2.5em;
    text-align: center;
    margin-bottom: 0rem;
}
#loginform .leftbar-login .send_phone img {
    width: 20%;
    margin-top: -3rem;
}
#loginform .leftbar-login .send_phone p {
    margin-bottom: 0;
}
#loginform .leftbar-login .send_phone p b {
    color: #555555;
    font-family: 'Lato-Black';
    font-size: 1.25em;
    text-align: center;
    margin-top: 0rem;
}
#loginform .leftbar-login .send_phone h5 {
    color: #555555;
    font-family: 'Lato-Regular';
    font-size: 1.25em;
    text-align: center;
    margin-top: 0rem;
}
#loginform .leftbar-login .send_phone #btn_send_phone {
    text-align: right;
    padding-right: 7px;
}
#loginform .leftbar-login .send_phone #btn_send_phone .btn-danger {
    width: 20%;
}

/* Estilo para la vista recuperar pass por SMS (verificar codigo) */
#loginform .leftbar-login .verify_phone form {
    text-align: center;
}
#loginform .leftbar-login .verify_phone h4 {
    color: #555555;
    font-family: 'Lato-Black';
    font-size: 2.5em;
    text-align: center;
    margin-bottom: 0rem;
}
#loginform .leftbar-login .verify_phone img {
    width: 20%;
    margin-top: -3rem;
}
#loginform .leftbar-login .verify_phone p {
    margin-bottom: 0;
}
#loginform .leftbar-login .verify_phone p b {
    color: #555555;
    font-family: 'Lato-Black';
    font-size: 1.25em;
    text-align: center;
    margin-top: 0rem;
}
#loginform .leftbar-login .verify_phone h5 {
    color: #555555;
    font-family: 'Lato-Black';
    font-size: 1.25em;
    text-align: center;
    margin-top: 0rem;
}
#loginform .leftbar-login .verify_phone #btn_verify_phone {
    text-align: right;
    padding-right: 7px;
}
#loginform .leftbar-login .verify_phone #btn_verify_phone .btn-danger {
    width: 20%;
}

/* Estilo para la vista nuevo pass phone */
#loginform .leftbar-login .new_password_phone form {
    text-align: center;
}
#loginform .leftbar-login .new_password_phone h4 {
    color: #555555;
    font-family: 'Lato-Black';
    font-size: 3em;
    text-align: center;
    margin-bottom: 0rem;
}
#loginform .leftbar-login .new_password_phone img {
    width: 20%;
    margin-top: -3rem;
}
#loginform .leftbar-login .new_password_phone h5 {
    color: #555555;
    font-family: 'Lato-Regular';
    font-size: 1.25em;
    text-align: center;
    margin-top: 0rem;
}
#loginform .leftbar-login .new_password_phone #btn_new_phone {
    text-align: right;
    padding-right: 10px;
}
#loginform .leftbar-login .new_password_phone #btn_new_phone .btn-danger {
    width: 20%;
}
#loginform .leftbar-login .new_password_phone ul {
    text-align: left;
    margin-left: 1rem;
    font-size: 1.25em;
    font-family: 'Lato-Regular';
    color: #555555;
}
#loginform .leftbar-login .new_password_phone #newpasswordphone {
    width: 100%;
}
#loginform .leftbar-login .new_password_phone #confirmationpasswordphone {
    width: 100%;
}





#loginform .leftbar-login .option_recovery #option_icons {
    margin-top: 2.5rem;
}
#loginform .leftbar-login .option_recovery #option_icons #correo {
    text-align: center;
    height: 200px;
}
#loginform .leftbar-login .option_recovery #option_icons #correo img {
    width: 30%;
    min-width: 30%;
}
#loginform .leftbar-login .option_recovery #option_icons #correo h5 {
    font-family: 'Lato-Black';
    font-size: 1.3em;
    color: #555555;
}

#loginform .leftbar-login .option_recovery #option_icons #celular {
    text-align: center;
    height: 200px;
}
#loginform .leftbar-login .option_recovery #option_icons #celular img {
    width: 30%;
    min-width: 30%;
}
#loginform .leftbar-login .option_recovery #option_icons #celular h5 {
    font-family: 'Lato-Black';
    font-size: 1.3em;
    color: #555555;
}

.logo_footer_login{
    /*width: 6em;*/
    width: 15em;
}

footer{
    position: relative;
    width: 100%;
    margin: 0 auto;
    bottom: 0;
    font-size: 0.8em;

    background-color: #5b5856;
}
footer .row {
    margin-right: 15px;
    margin-left: 15px;
}
footer #colaliado {
    text-align: center;
    margin-bottom: 0rem;
}
footer #colaliado span {
    font-size: 18px;
    font-family: 'Lato-Regular';
}
footer #colaliado img {
    padding: 0rem;
    background-color: transparent;
    border: 0px solid #dee2e6;
    border-radius: 0rem;
    /*max-width: 100%;
    width: 100%;
    height: auto;*/
}
footer #colapp {
    padding: 1rem;
}
footer #colapp h4 {
    font-size: 36px;
    padding-top: 2rem;
    font-family: 'Lato-Black';
}
footer #colapp span {
    font-size: 18px;
    font-family: 'Lato-Regular';
}

footer #colapp {
    b {
        a {
            font-family: 'Lato-Black';
            font-size: 18px;
        }
    }
}


footer #colapp b a:hover {
    color: #FFFFFF;
}
footer #colapp .row {
    margin-right: -15px;
    margin-left: -15px;
}
/*footer #colapp {
    padding-left: 5rem;
}*/
footer #colapp img {
    padding-top: 0rem;
    max-width: 100%;
    height: auto;
}
footer #colsoporte {
    /*height: -webkit-fill-available;
    position: absolute;
    top: -3rem;
    right: 0rem;
    width: 40%;
    background-image: linear-gradient(to right top, #971B1E, #E4312A);
    border-radius: 0px;
    padding: 30px 30px;
    text-align: center;
    clip-path: polygon(12% 0%, 100% 0%, 100% 100%, 0% 100%);*/



    height: -webkit-fill-available;
    position: absolute;
    top: -3rem;
    right: 0rem;
    width: 100%;
    max-width: fit-content;
    background-image: linear-gradient(to right top, #971B1E, #E4312A);
    border-radius: 0px;
    padding: 30px 0px 0px 50px;
    text-align: center;
    clip-path: polygon(18% 0%, 100% 0%, 100% 100%, 0% 100%);
}

footer #colsoporte::before {
    /*content: "";
    width: 0rem;
    background: #9e1d1f;
    height: 100%;
    position: absolute;
    border-left: 14px solid #84bb3b;
    transform: skew(-15deg);
    left: 1.7rem;
    top: 0rem;*/

    content: "";
    width: 0rem;
    background: #9e1d1f;
    height: 100%;
    position: absolute;
    border-left: 14px solid #84bb3b;
    transform: skew(-15deg);
    left: 2.5rem;
    top: 0rem;
}

footer #colsoporte h4 {
    font-size: 36px;
    font-family: 'Lato-Black';
}
footer #colsoporte span {
    font-family: 'Lato-Regular';
}
footer #colsoporte b {
    font-family: 'Lato-Black';
}
footer #colsoporte .logos {
    padding: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.no-registrado-footer{
    font-family:'The-Historia-Demo' ;
    font-size: 2em;
}

.soon {
    cursor: pointer;
}

.modal-soon {
    background-color: #961b1e;
}


@media (min-width: 319px) and (max-width: 400px) {
    .leftbar-login {
        top: -3em;
        padding-top: 1em !important;
    }
    .logo-login{
        width: 115px;
    }
}

@media (max-width: 575.98px) {
    footer #colapp div {
        display: block;
    } 
    #loginform .leftbar-login .option_recovery h4 {
        font-size: 2em;
    }
    #loginform .leftbar-login .option_recovery h5 {
        font-size: 1em;
    }
    #loginform .leftbar-login .recupera_pass h4 {
        font-size: 2rem;
    }
    #loginform .leftbar-login .recupera_pass #btn_send {
        text-align: center;
    }
    #loginform .leftbar-login .recupera_pass_sms h4 {
        font-size: 1.5rem;
    }
    #loginform .leftbar-login .recupera_pass_sms #btn_send {
        text-align: center;
    }
    #loginform .leftbar-login .view_inbox h4 {
        font-size: 2em;
    }
    #loginform .leftbar-login .view_inbox #btn_view .btn-danger {
        width: 20%;
    }
    #loginform .leftbar-login .verify_code #btn_verify {
        text-align: center;
        padding-right: 0;
    }
    #loginform .leftbar-login .new_password h4 {
        font-size: 2.5em;
    }
    #loginform .leftbar-login .send_phone h4 {
        font-size: 1.5em;
    }
    #loginform .leftbar-login .verify_phone h4 {
        font-size: 1.5em;
    }
    footer #colsoporte {
        position: relative;
        top: 0rem;
        right: 0rem;
        width: 100%;
    }
 }


@media (min-width: 576px) and (max-width: 768.98px) { 
    footer #colapp {
        padding-left: 0rem;
        text-align: center;
        padding-bottom: 2rem;
    }
    footer #colapp div {
        display: block;
    }
    footer #colapp img {
        margin: 0 auto;
    }
    footer #colsoporte {
        position: relative;
        top: 0rem;
        right: 0rem;
        width: 100%;
    }
    #loginform .leftbar-login .option_recovery #option_icons #correo h5 {
        margin-top: 0;
    }
    #loginform .leftbar-login .recupera_pass #btn_send {
        text-align: center;
    }
    #loginform .leftbar-login .recupera_pass_sms #btn_send {
        text-align: center;
    }
    #loginform .leftbar-login .verify_code #btn_verify {
        text-align: center;
        padding-right: 0;
    }
    #loginform .leftbar-login .send_phone #btn_send_phone {
        text-align: center;
        padding-right: 0;
    }
 }


@media (min-width: 769px) and (max-width: 992.98px) { 
    footer #colaliado span {
        font-size: 12px;
    }
    footer #colapp h4 {
        font-size: 20px;
        padding-top: 1rem;
    }
    footer #colapp span {
        font-size: 12px;
    }
    footer #colapp img {
        max-width: 50%;
        width: 10%;
    }
    footer #colsoporte {
        min-height: 110px;
        padding: 20px 30px;
        height: 110px;
    }
    footer #colsoporte h4 {
        font-size: 20px;
    }
    footer #colsoporte img {
        width: 10%;
    }
    #loginform .leftbar-login .recupera_pass h4 {
        font-size: 2.5rem;
    }
    #loginform .leftbar-login .recupera_pass_sms h4 {
        font-size: 2rem;
    }
    #loginform .leftbar-login .view_inbox h4 {
        font-size: 2em;
    }
    #loginform .leftbar-login .view_inbox h5 {
        font-size: 1em;
    }
    #loginform .leftbar-login .view_inbox #btn_view .btn-danger {
        width: 20%;
    }
    #loginform .leftbar-login .new_password h4 {
        font-size: 2.5em;
    }
    #loginform .leftbar-login .send_phone h4 {
        font-size: 2em;
    }
    #loginform .leftbar-login .verify_phone h4 {
        font-size: 2em;
    }
    #loginform .leftbar-login .new_password_phone h4 {
        font-size: 2.5em;
    }
}


@media (min-width: 993px) and (max-width: 1200.98px) {
    footer #colaliado span {
        font-size: 14px;
    } 
    footer #colapp h4 {
        font-size: 26px;
        padding-top: 1rem;
    }
    footer #colapp span {
        font-size: 14px;
    }
    /*footer #colapp img {
        max-width: 50%;
        width: 12%;
    }*/
    /*footer #colsoporte {
        min-height: 135px;
        padding: 20px 30px;
        height: 135px;
    }*/
    footer #colsoporte h4 {
        font-size: 26px;
    }
    /*footer #colsoporte img {
        width: 10%;
    }*/
 }


@media (min-width: 1201px) and (max-width: 1440.98px) { 
    footer #colapp h4 {
        font-size: 32px;
        padding-top: 1rem;
    }
    footer #colapp span {
        /*font-size: 16px;*/
    }
    /*footer #colapp img {
        max-width: 50%;
        width: 15%;
    }*/
    /*footer #colsoporte {
        min-height: 190px;
        padding: 20px 30px;
        height: 190px;
    }*/
    footer #colsoporte h4 {
        font-size: 32px;
    }
    footer #colsoporte::before {
        transform: skew(-20deg);
        left: 2.5rem;
    }
}

a.linkTo {
    transition: .3s;
    height: 2rem;
    display: flex;
    justify-content: center;
    align-items: center;

    &:hover {
        color: #fff !important;
        font-size: 1.18rem !important;
        transition: .3s;
    }
}