.cuerpo{
    overflow-x: hidden;
}

.container_borde{
    border-bottom: 5px solid #8a9597;
}
.titulo_seccion{
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size: 40px;
    color: rgb(0, 0, 0);
}
.txt_1{
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size: 25px;
    color: rgb(73, 79, 83);
    text-align: center;
}
.txt_2{
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    font-size: 30px;
    color: rgb(73, 79, 83);
    text-align: center;
}

.img_nosotros {
    width: 100%;
}

.img_nosotros_cont_pc {
    display: block;
}

.img_nosotros_cont_mob {
    display: none;
}
.sombra{
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    background-color: white;
}


@media screen and (max-width: 576px) {
    .titulo_seccion{
        font-family: 'Poppins', sans-serif;
        font-weight: 400;
        font-size: 24px;
        color: rgb(0, 0, 0);
    }
    .txt_1{
        font-family: 'Poppins', sans-serif;
        font-weight: 400;
        font-size: 16px;
        color: rgb(73, 79, 83);
        text-align: center;
    }
    .txt_2{
        font-family: 'Poppins', sans-serif;
        font-weight: 500;
        font-size: 20px;
        color: rgb(73, 79, 83);
    }
    .img_nosotros_cont_pc {
        display: none;
    }

    .img_nosotros_cont_mob {
        display: block;
    }
}