/******************************** NOSOTROS *************************************/
.img_nosotros {
    width: 100%;
    height: auto;
}
.nosotros {  
    display: flex;
    background-color: #C7C2BC;
    color: #382F2D;
}
.nosotros_left{ 
    width: 40%;
    height: auto;
    padding: 60px 0px 0px 40px;
    color:white;
}
.nosotros_right{ 
    width: 60%;
    height: auto;
    text-align: justify;
    padding:80px;
}
.nosotros_left a {
    font-size: 2em;
}

@media only screen and  (max-width: 649px) {
    .nosotros{
        display:block;
    }
    .nosotros_left{
        width: 100%;
        padding: 20px;
    }
    .nosotros_right{ 
        width: 100%;
        padding:20px;
    }    
}