#nosotros{
    display: flex;
}
.contenedor-nosotros{
    width: 50%;
}
.nosotros-titulo{
    text-align: center;
    font-family: 'Playfair Display SC', serif;
    font-weight: bold;
}
.nosotros-titulo h2{
    text-align: center;
    padding-top: 10%;
    font-size: 25px;
    font-weight: bold;
    color: #555;
}

#nosotros .texto{
    width: 100%;
}

.texto p{
    font-size: 14px;
    margin: auto;
    width: 90%;
    padding-top: 5%;
}
.nosotros-img{
    width: 50%;
}
.nosotros-img img{
    width: 100%;
    height: 100%;
}


#nosotros2{
    background: url(../img/banner-2.png);
    width: 100%;
    height: 300px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    display: table;
}
#nosotros2 h3{
    background: rgba(0, 0, 0, .3);
    height: 100%;
    color: white;
    font-size: 18px;
    /*padding-top: auto;*/
    display: table-cell;
	vertical-align: middle;
    
    text-align: center;
    padding-left: 5%;
    padding-right: 5%;
}




