body {
    background: var(--body-bg);
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif !important;

    font-weight: 300;
    font-style: normal;
    /*height: 100vh;*/
}


html, body {
    overflow-x: auto; 
}


.botonLista {
    border-radius: 0px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.178);
}

#lista {
    padding-left: 20vh;
    padding-right: 20vh;
}

@media (max-width: 800px) {
    #lista {
        padding-left: 4vh;
        padding-right: 4vh;
    }
    .box-register-login {
        margin-top: 50px !important; }
}

/* .cajaInicio {
    background: url(../images/imagenInicio.jpg) !important;
} */


.link-home a {
    color: #FFF !important;
    text-decoration: none;
    margin-left: 5px;
}

.link-home a.active {
    font-weight: bold;
    text-decoration: underline;
}

.footer{
    padding: 2vh;

}
.text-welcome {
    font-size: 35px;
    color: #FFF;
}

.leyenda {
    font-size: 25px;
}

.trabaja {
    color: var(--yellow);
    font-size: 20px;
    font-style: italic;
}

.box-register-login {
    padding: 0px 0px;
}

.box-bg-white {
    background: rgba(255, 255, 255, 0.8)
}


hr {
    flex-grow: 1;
    border-top: 1px solid rgb(187, 187, 187) !important;
}

#ssoButtons{
    display:flex;
    flex-direction: column;
    
}

.main-container{
    height: 100% ;
    width:100%
}

.main{
    width:100%;
}

.login-container{
    width: 100%;
}

.login-container-left{
    width:60%;

}

.login-container-right{
    width:40%;
    background-color: whitesmoke;
    box-shadow: 4px 4px 30px 10px #97979738;
    display:flex;
    flex-direction:column;
    justify-content:center;
    align-items:center;

    min-height:100vh ;

}


.fraseBienvenida{
    border-radius: 8px;
}
.mitad-top {
    height: 50%;
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: start;
    width: 100%;
    margin-top:50px;
    /* padding-bottom: 100px; */
}

.mitad-top a {
    width: 100%;
}

.mitad-bottom{
    height:50%;
    width:100%;
    display:flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: start;
}

.cajaLogo{
    width:70%;
}

.logoCabecera {
    width: 100%;
}

.logoSalleJob {
    width: 100%;
}

.logo {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.hheecc{
width:100%;
white-space: nowrap;

}

.hheeccVersionRow{
   display:flex;
   flex-direction:row;
   justify-content: center;
   align-items: center;
   justify-content: center;
   width:max-content;
}



.left-container-top {
    height: 50%;
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: end;
    width: 100%;
    margin-top:50px;
}

.left-container-bottom{
    height:50%;
    width:100%;
    display:flex;
    flex-direction: row;
    justify-content: start;
    align-items: center;
}

.footer .txt{
    font-size:14px;
}

.emptyDiv{
    width:60%;
}

.footer.login{
    display:flex;
    flex-direction:row;
    justify-content:start;
    align-items: center;
    width:100%;
    position:relative;
}