*{
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

body {
    background: url('../img/Nosotros.jpg');
}

.contenedor {
    padding: 50px 120px;
    padding: auto;
    
}

.contenedor .titulo {
font-family: 'sans serif';
font-style: oblique;
font-size: 35px;
text-align: center;
color:#fff;


}

.contenedor .texto {
    font-family: 'open sans';
    color: #e2dde2;
    font-size: 20px;
    text-align: center;
    display: flex ;
    line-height : 40px;
    text-shadow: 0.10px 0.10px rgba(0, 0, 0, 0.2);
}

.texto2 {

    font-family: 'open sans';
    color: #e9e4ee;
    text-align: left;
    font-size: 20px;
    line-height : 40px;
    text-shadow: 0.10px 0.10px rgba(0, 0, 0, 1);
}


@media screen and (max-width: 800px){
    .contenedor {
        text-align: center;
        padding: 10px 20px;
                
    }

}

@media screen and (max-width: 500px){

    .contenedor .titulo {

        font-size: 20px;
        text-align: center;
    }
}


@media screen and (max-width: 500px){

    .contenedor .texto{

        font-size: 15px;
    }
}

@media screen and (max-width: 500px){

    .contenedor .texto2{

        font-size: 15px;
        text-align: left;
    }
}