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;
}

.bg-home {
    background: linear-gradient(rgba(150, 150, 177, 0.527), rgba(241, 241, 241, 0.8)), url(../images/dunas_pisadas.jpg);
    background-attachment: fixed;
    background-position: center;
    background-size: cover;

}

.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;
    }
   
}

/* .cajaInicio {
    background: url(../images/imagenInicio.jpg) !important;
} */
.logo-lasalle {
    width: 143px;
    height: 63px;
    display: block;
}

.logo-lasalle img {
    width: 100%;
    height: 100%;
}

.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)
}

@media (max-width: 600px) {}

.form-style input[type="text"],
.form-style input[type="password"],
.form-style select {
    width: 100%;
    background: #F0F0F0;
    border-radius: 2px;
    border: none;
}