@font-face {
    font-family: Mont;
    src: url(../fonts/Mont-Bold.woff) format('woff');
    font-weight: 700;
    font-style: normal
}
@font-face {
    font-family: Mont;
    src: url(../fonts/Mont-Regular.woff2) format('woff2');
    font-weight: 400;
    font-style: normal
}
.new_logeo {
    background-image: url(../images/fondo_login.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 2;
    margin-top: 0;
    left: 50%;
    top: 50%;
    text-align: center;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%)
}
.sep_log {
    height: 90px
}
.img_logo {
    width: 245px;
    padding: 80px 0px;
    margin-top: -45px
}
.letra_redireccion {
    font-family: Mont;
    font-weight: 400;
    color: #ccc;
    padding: 10px 15px;
    letter-spacing: 3px
}
.letra_redireccion:hover {
    color: #fff!important;
    font-weight: bold;
    text-decoration: none;
    text-shadow: 0 1px 1px #000;
}
.contenedor_log {
    width: 350px;
    float: right;
    margin-top: -100px;
    margin-right: 7%
}
.contenedor_log_2 {
    width: 500px;
    float: right;
    margin-top: -110px;
    margin-right: 5%
}
.contenedor_log_reg {
    padding: 20px 10px;
    border-radius: 10px;
    background: rgba(0, 0, 0, .7)
}
.log_reg_titulo {
    font-family: Mont;
    font-weight: 400;
    width: 100%;
    text-align: center;
    color: #fff;
    font-size: 23px;
    padding-bottom: 10px
}
.log_reg_div {
    width: 100%;
    padding: 10px 10px
}
.log_reg_div>div>span {
    background: #fff;
    color: #868686;
    font-size: 18px
}
.letra_reg_log {
    color: #fff;
    cursor: pointer;
    font-weight: 700
}
.letra_reg_log:hover {
    color: #fff
}
.contenedor_log_linea {
    padding-top: 15px
}
.contenedor_log_linea>div {
    height: 2px;
    background-color: #fff
}
.contenedor_log_linea>p {
    color: #ddd;
    margin-top: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
    border-radius: 10px;
    font-size: 12px;
    background: rgba(0, 0, 0, .7)
}
.btn_login {
    font-family: Mont;
    font-weight: 400;
    width: 95%;
    padding: 11px 12px;
    background-color: rgba(11, 73, 93, .8);
    border: 0;
    border-radius: 5px;
    color: #fff;
    font-size: 20px;
    margin: 15px 0
}
.cont_letras_rojas {
    margin-top: -140px;
    padding-left: 8%;
    text-align: left;
    width: 50%
}
.letra_cam {
    font-family: Mont;
    font-weight: 700;
    color: #fff;
    font-size: 44px;
    line-height: 15px;
    text-shadow: 0 3px 2px rgba(0, 0, 0, .31)
}
.letra_emp {
    font-family: Mont;
    font-weight: 700;
    background: linear-gradient(90deg, #ff1010 0, #6b1414 100%);
    -webkit-background-clip: text;
    color: transparent;
    font-size: 56px;
    line-height: 69px;
    letter-spacing: 1px
}
.letra_tras {
    font-family: Mont;
    font-weight: 400;
    color: #f3f3f3;
    font-size: 22px;
    letter-spacing: 2px;
    line-height: 2px
}
.letra_www {
    font-family: Mont;
    font-weight: 400;
    color: #f3f3f3;
    letter-spacing: 8px;
    font-size: 11px;
    line-height: 30px
}
.letra_m_cam {
    font-family: Mont;
    font-weight: 700;
    color: #fff;
    display: none
}
.letra_m_cam>p>span {
    background: linear-gradient(90deg, #ff1010 0, #6b1414 100%);
    -webkit-background-clip: text;
    color: transparent;
    font-weight: 700
}
#msjErrorLog,
#msjErrorLogReg,
#msjErrorLogRecPass {
    color: #d6d6d6;
    text-shadow: 0 1px 1px #969696;
    font-size: 12px;
    margin-top: 4px;
    margin-bottom: 2px;
}
.inputLog {
    padding: 22px 5px;
    border-left: 0
}
@media screen and (max-width: 768px) {
    .sep_log {
        height: 10px
    }
    .img_logo {
        width: 60%;
        margin-top: 20px;
        //margin-bottom: 25px;
        padding: 50px 0px;
    }
    .contenedor_log {
        width: 100%;
        margin-top: 10px;
        margin-right: 0
    }
    .contenedor_log_2 {
        width: 100%;
        margin-top: 10px;
        margin-right: 0
    }
    .log_reg_titulo {
        font-size: 20px
    }
    .inputLog {
        padding: 22px 5px
    }
    .btn_login {
        padding: 11px;
        font-size: 19px;
        margin: 16px 0 0 0
    }
    .contenedor_log_linea {
        padding-top: 15px
    }
    .cont_letras_rojas {
        display: inline-block;
        margin-top: 0;
        padding-left: 0;
        text-align: left;
        width: 100%
    }
    .letra_cam {
        display: none
    }
    .letra_emp {
        display: none
    }
    .letra_tras {
        display: none
    }
    .letra_www {
        text-align: center;
        color: #ccc;
        letter-spacing: 5px;
        font-size: 10px;
        line-height: 10px
    }
    .letra_m_cam {
        text-align: center;
        display: block
    }
    .new_logeo {
        background-position: 60%
    }
}
@media screen and (max-height: 524px) {
    .sep_log {
        height: 5px
    }
    .img_logo {
        width: 40%
    }
    .letra_redireccion {
        color: #ccc;
        padding: 7px 15px;
        letter-spacing: 1px
    }
    .contenedor_log_reg {
        padding: 8px 8px
    }
    .log_reg_titulo {
        font-size: 16px;
        padding-bottom: 5px
    }
    .inputLog {
        padding: 18px 5px
    }
    .log_reg_div {
        padding: 6px 5px
    }
    .btn_login {
        padding: 10px;
        font-size: 15px;
        margin: 8px 0 0 0
    }
    .contenedor_log_linea>p {
        padding-top: 4px
    }
    .contenedor_log_linea {
        padding-top: 10px
    }
    .contenedor_log_linea>div {
        height: 1px
    }
    .cont_letras_rojas {
        display: inline-block
    }
}
#overlay_popup_preloag {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    //z-index: 5;
    top: 0;
    left: 0;
    z-index: 9999;
}
.popup_preload {
    position: absolute;
    left: 50%;
    top: 48%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    padding: 15px 15px;
}
.popup_preload>img {
    width: 170px;
}
@media screen and (max-width: 768px) {
    .cont_red_so_log {
        /*display: none;*/
    }
    body {
        background-color: #0e0d12;
    }
}
@media screen and (max-height: 550px) {
    .img_logo {
        width: 40%;
    }
}