.banner2{
    background-image: url("img_nos_web.png");
    background-repeat: no-repeat;
    background-size: cover;
    margin: 0;
    border-radius: 0;
}
/*seccion de socios*/
.container_socios{
    display: flex;
    justify-content: space-evenly;
    margin: 80px 0;
}
.socios{
    text-align: center;
    font-size: 21px;
}
.socios p{
    width: 260px;
}
.socios h4{
    font-weight: 700;
}
.socios img{
    width: 250px;
}
/*este es el texto que está solito*/
.text_alone{
    font-size: 24px;
    text-align: justify;
    margin: 80px;

}
/*foto fondo 2*/
.foto_fondo2{
    margin: 160px 0 80px 0;
}
.foto_fondo2 img{
    width: 100%;
}

/*este es el valores*/
.container_valores{
    display: flex;
    justify-content: space-evenly;
    margin: 80px 0;
}
.valores{
    text-align: center;
    font-size: 21px;
}
.valores p{
    width: 340px;
    font-size: 21px;
}
.valores h4{
    font-weight: 700;
}

@media (max-width: 440px) {
    .banner2{
        background-image: url("img_nos_mobile.png");
    }
    /*este es el texto que está solito*/
    .text_alone{
    font-size: 16px;
    text-align: justify;
    margin: 24px;

}
/*este es el valores*/
.container_valores{
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    margin: 24px 0;
}
.valores{
    text-align: center;
    font-size: 16px;
}
.valores p{
    width: 100%;
    font-size: 16px;
}
.valores h4{
    font-weight: 700;
}
/*seccion de socios*/
.container_socios{
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    margin: 24px 0;
}
.socios{
    text-align: center;
    font-size: 16px;
}
.socios p{
    width: 100%;
}
.socios h4{
    font-weight: 700;
}
.socios img{
    width: 200px;
}
}
