
/*-----------------------------------*/
/*--- Clases nueva pantalla login ---*/
/*-----------------------------------*/
html{
    overflow-y: auto;
}
body.login{
    height:100%;
}
body.login .doBody{
     box-shadow: 0px 8px 16px rgba(0,0,0,.07);
     position:relative;
     margin-top:80px;
     background:#ffffff;
}
#wrapper.wrapperLogin{
    display:flex;
    flex-direction: column;
}
#wrapper.wrapperLogin .navbar{
    height:80px;
    z-index:10;
}
.doBody.flex{
        display:flex;
        flex-direction:row;
        margin-top:0 !important;
        padding:30px;
        gap:30px;
    }
.visible-md-block, .visible-lg-block{
    display:block;
}
.visible-sm-block{
    display:none;
}
.dvClaimPortada {
   /* box-shadow: 0 1px 4px rgb(0 0 0 / 54%);
    -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.24);
    -webkit-box-shadow: 0 1px 4px rgb(0 0 0 / 24%);*/
    display: block;
    margin-bottom: 0;
    width: 100%;
}
.dvImg {
    display: block;
    width: 100%;
    
}
.dvImg:before {
    background-color: rgba(0, 0, 0, 0.5);
    box-shadow: inset 0 8px 8px -4px rgb(0 0 0 / 24%);
    -moz-box-shadow: inset 0 8px 8px -4px rgba(0, 0, 0, 0.24);
    -webkit-box-shadow: inset 0 8px 8px -4px rgb(0 0 0 / 24%);
    content: '';
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.dvClaimTxt{
    left: 0;
    padding: 50px;
    top: 0;
    width: 50%;
    color: #fff;
    position: absolute;
    z-index: 9;
}
.dvClaimTxt h1 {
    font-weight:900;
    padding-top: 35px;
    color:#ffffff;
    line-height: 55px;
}
.dvClaimTxt .dvTxt {
    font-weight:700;
    font-size: 18px;
    padding:30px 0;
}
.dvClaimTxt .dvBtn {
    font-weight:900;
}
.dvBtn input{
    margin:15px auto;
}
a.lnkMod3 {
    background-repeat: no-repeat;
    border: 2px solid #fff;
    border-radius: 77px;
    clear: both;
    color: #fff;
    display: inline-block;
    font-weight: 900;
    font-size:14px;
    margin-left: -4px;
    min-width: auto;
    padding: 13px 22px 16px 22px;
    position: relative;
    transition: all 300ms ease-out;
}
.dvPortadaForm{
    background-color: rgba(255, 255, 255, 0.9);
    -webkit-box-shadow: inset 0 6px 8px -8px rgb(0 0 0 / 80%);
    -moz-box-shadow: inset 0 6px 8px -8px rgba(0, 0, 0, 0.8);
    box-shadow: inset 0 0 6px 8px -8px rgba(0, 0, 0, 0.8);
    height: 100%;
    left: 50%;
    padding-left: 5.4%;
    padding-right: 6%;
    position: absolute;
    top: 0;
    width: 50%;
    z-index: 9;
    display: flex;
    flex-direction: column;
    /* align-items: center; */
    justify-content: center;
}
.dvPortadaForm .form_field label, .dvPortadaForm .form_field input{
    font-weight: 700;
}
.dvPortadaForm h2 {
    color: #464648;
    font-size: 24px;
    font-weight:900;
    letter-spacing: 0;
    /*margin-top: 113px;*/
    padding: 0;
}
.login_form{
    width:100%;
}
.form-end {
    margin-top: 35px;
    text-align: center;
}
.form-end .dvBtn span{
    font-weight:700;
    line-height:50px;
}
.logincol{
    display: flex;
    gap: 30px;
    flex-direction: row;
    align-items: flex-start;
}
.logincol h4{
    font-weight:900;
}
.logincol p{
    /*font-weight:700;*/
    font-size:14px;
}
footer.loginfoot{   
    position: relative;
    font-weight:700;
    display: block;
    width: 100%;
    height: fit-content;
    top: 0;
    margin-bottom: 0;
    background:#ffffff;
    box-shadow: 0px 8px 16px rgba(0,0,0,.07);
}
footer.loginfoot a{
    font-weight:900;
}
/*---Responsive tablets pantalla Login----*/
@media (max-width: 1200px) {
    .dvClaimTxt h1 {
        padding-top: 0;
        line-height: 50px;
    }
    .dvClaimTxt .dvTxt {
        font-weight:600;
        font-size: 16px;
        padding:25px 0;
        overflow:hidden;
        white-space: nowrap;
        text-overflow:ellipsis;
    }
    .dvPortadaForm h2 {
       /* margin-top:70px;*/
    }
    .login_form .form_field label.error {
        top:60px;
        left:0;
    }
    .logincol{
        width:33%;
        gap:15px;
    }
    
}

@media (max-width: 912px) {
   .doBody.flex{
        display:flex;
        flex-direction:column;
        padding:50px;
        gap:40px;
    }
    
    .dvClaimTxt h1{
        font-size: 28px;
        line-height:32px;
        padding:20px 0;
        margin-top:0;
    }
    
    .dvClaimTxt .dvTxt {
        display:none;
    }
    .dvClaimTxt .dvBtn .btnForm {
        margin:15px auto !important;
    }
    .dvPortadaForm h2 {
        /*margin-top:40px;*/
    }
    .form-end{
        margin-top:0;
    }
    .form-end .dvBtn .btnForm{
        margin:10px auto !important;
    }
    .form-end .dvBtn span{
        font-weight: 600;
        line-height: 20px;
    }
    .logincol{
        width:100%;
        gap:20px;
    }
}
/*--- Fin Responsive tablets pantalla Login----*/


/*--- Responsive mobile pantalla Login----*/
@media (max-width: 720px) {
    .logo{
        padding:15px 30px;
    }
    .dvClaimPortada{
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
    }
   .dvClaimTxt {
        width: 100%;
        position: relative;
        bottom: 0;
        height: 250px;
        padding: 30px;
    }
    
    
    
    .dvTxt .ulIconos li img{
        width:60%;
    }
    
   
    .form-end .dvBtn span{
        line-height: 25px;
        display:block;
    }
    .dvPortadaForm{
        width: 100%;
        padding: 30px;
        left: 0;
        top: 0;
        position: relative;
        background: #ffffff;
        border-bottom:1px solid #cccccc;
    }
    .dvPortadaForm h2{
        margin-top:0;
    }
    .form-end{
        margin-top:20px;
    }
    .dvImg{
        position:absolute;
        height:100%;
    }
    .dvImg img{
        width: fit-content;
    }
    .dvImg:before {
        z-index: 8;
    }
    a.lnkMod3 {
        padding:12px 22px;
    }
    
    .doBody.flex{
        padding:20px;
    }
    .logincol{
        display:flex;
        width:100%;
        justify-content: space-between;
        padding:0;
        gap:15px;
    }
    .logincol img{
        width:12%;
    }
    footer{
        padding:20px;
    }
    footer ul{
        margin:0 !important;
    }
    
    /*--- label error ---*/
    .login_form .form_field label.error{
    height: fit-content;
    width:auto;
    top: 6px;
    text-align: right;
    padding-top: 0;
    border: 0;
    right: 10px;
    background: transparent;
    border-radius: 0;
    }
}
/*--- Fin Responsive mobile pantalla Login----*/

/*-----------------------------------*/
/*--- Clases nueva pantalla login ---*/
/*-----------------------------------*/

