@font-face {
    font-family: oswaldbold;
    src: url(../fuentes/static/Oswald-Bold.ttf);
}

@font-face {
    font-family: oswaldlight;
    src: url(../fuentes/static/Oswald-ExtraLight.ttf);
}

@font-face {
    font-family: LaguSansBold;
    src: url(../fuentes/Lagu\ Sans\ Light.otf);
}
.nosotros h5{
font-family: oswaldbold;
font-weight: normal;
font-size: 30px;
}
.nosotros {
    margin-top: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    flex-direction: column;
    font-family: LaguSansBold;
 
    text-align: justify;
    line-height: 1.4;
}

.nosotros div figure img {
    width: 400px;
    height: 300px;
    object-fit: cover;
}

.nosotros div {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}

.vision {
    flex-direction: row-reverse;
}

.nosotros div div {
    width: 40%;
    display: flex;
    flex-direction: column;


}

.nosotros .valores {
    width: 100%;
    justify-content: flex-start;
    align-items:flex-start;
    position: relative;
   
}

.nosotros .valores figure ,.nosotros .valores div {

    width: 50%;
}

.nosotros .valores figure img {
    width: 100%;
    height: 700px;
    object-fit: cover;


}
.valores div ul{
    list-style: none;
    padding: 30px;
    width: 100%;
    
}
.nosotros div div {

margin-bottom: 20px;
}
@media only screen and (max-width: 950px) {
.nosotros .mision, .nosotros .vision{
flex-direction: column-reverse;

}
.nosotros div div {
width: 80%;
margin-bottom: 40px;


}
}

@media only screen and (max-width: 800px) {

.borrar{
display: none;
}

.nosotros .valores {
   flex-direction: column-reverse;
    justify-content: center;
    align-items:center;
   
   
}
.nosotros .valores figure ,.nosotros .valores div {
display: flex;
justify-content: center;
align-items: center;
width: 100%;
}
.nosotros .valores figure img {
    width: 100%;
    height: 300px;
    object-fit: cover;


}
}
@media only screen and (max-width: 400px) {
.nosotros div figure img {
padding: 10px;
    width: 100%;
    height: 100%;
    object-fit: cover;

}

}