.contenedor{
    max-width: 1480px;
    margin-left: auto;
    margin-right: auto;
}
p{
    margin-bottom: 0;
}

/*==================SECCIÓN 1=================*/
.secc1-bg{

    background-position: center;
    background-size: cover;
    height: 586px;
}

.bg-1{
    background-image: url('../img/2Nosotros//Rectangle2.jpg');
}
.bg-2{
    background-image: url('../img/2Nosotros//Rectangle1.jpg');
}
.bg-3{
    background-image: url('../img/2Nosotros//Rectangle3.jpg');
}
/*==================SECCIÓN 2=================*/
.secc2{
    margin-top: 50px;
    display: flex;
}
.secc2_img{
    position: relative;
}
.secc2_img2{
    position: absolute;
    bottom: -60px;
    right: -95px;
}
.secc2_textos{
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-left: 200px;
}
.textos_item1{
    margin-bottom: 60px;
}
.secc2_textos_item{
    display: flex;
    flex-direction: column;
    gap: 15px;
}
.secc2_titulo{
    margin-bottom: 30px;
    color: #F8B945;
}
.secc2_item-titulo{
    width: 100px;
    color: #01042D;
}
.secc2_item-texto{
    width: 500px;
    color: #575757;
}

/*==================SECCIÓN 3=================*/
.secc3{
    margin-top: 400px;
    background-color: #F6F5F1;
    height: 700px;
}
.secc3_tabla{
    max-width: 1400px !important;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 640px;
    position: relative;
}
.secc3_item2{
    position: absolute;
    right: 0;
}
.secc3_texto{
    position: absolute;
    top: 35%;
    right: 135px;
    width: 170px;
}

.secc3alt{
    display: flex;
    justify-content: space-between;
    margin-top: 200px;
    background-color: #F6F5F1;
    padding: 50px 100px;
    position: relative;
}
.secc3alt-cont{

}
.secc3-img{
    width: 50%;
}
.secc3alt_cont2_texto{
    position: absolute;
    top: 35%;
    right: 120px;
    /* width: 170px; */
}

/*==================SECCIÓN 4=================*/
.secc4{
    background-image: url('../img/2Nosotros/Rectangle8.jpg');
    height: 572px;
    max-width: 1400px !important;
    background-repeat: no-repeat;
    margin-top: -50px;
    margin-bottom: 80px;
}
.secc4-alt{
    margin-bottom: 50px;
    display: flex;
    justify-content: space-between;
    gap: 40px;
}
.div-valores{
    display: flex;
    flex-direction: column;
}

/*==================RESPONSIVE=================*/
@media (min-width: 320px){
    .secc1-bg {
        height: 350px;
    }

    .secc2 {
        flex-direction: column;
        align-items: center;
        width: 80vw;
        gap: 20px;
    }
    .secc2_img1{
        height: 280px;
        width: 280px;
    }
    .secc2_img2 {
        display: none;
    }
    .secc2_textos {
        margin-left: 0;
    }
    .secc2_item-titulo {
        width: unset;
    }
    .secc2_item-texto{
        width: unset;
    }

    /*----SECC 3----*/
    .secc3{
        margin-top: 650px;
    }
    .secc3_tabla {
        flex-direction: column;
        justify-content: center;
        width: 80vw;
    }
    .secc3_item2 {
        right: unset;
        top: -600px;
    }
    .secc3_img{
        width: 290px;
        height: auto;
    }
    .secc3_texto{
        right: 60px;
    }

    .secc3alt{
        padding-left: 20px;
        padding-right: 20px;
    }
    .secc3alt-cont{
        width: 45%;
    }
    .secc3alt_cont2{

    }
    .secc3alt_cont2 > img{

    }
    .secc3alt_cont2_texto{
        left: 50%;  /* Centrar horizontalmente */
        transform: translateX(-50%);
        width: 320px;
        text-align: center;
    }

    /*----SECC 4----*/
    .secc4 {
        height: 350px;
        background-size: contain;
    }
    .secc4-alt{
        padding-left: 20px;
        padding-right: 20px;
    }
    .secc4-alt > img{
        position: static;
    }
}

@media (min-width: 425px){
    .secc2_img1 {
        height: 400px;
        width: 400px;
    }

    .secc3alt{
        padding-left: 30px;
        padding-right: 30px;
    }
    .secc3alt_cont2 > img{

    }
    .secc4-alt{
        padding-left: 30px;
        padding-right: 30px;
    }
}

@media (min-width: 650px){
    /*----SECC1----*/
    .secc1-bg {
        height: 450px;
    }
    .secc2_img1{
        width: 300px;
        height: 300px;
    }
    .secc2{
        width: 80vw;
        flex-direction: row;
        align-items: center;
    }
    .secc4 {
        width: 80vw;
    }
}

@media (min-width: 768px){
    /*----SECC2----*/
    .secc2_img2 {
        display: block;
        width: 150px;
        height: 150px;
        right: -15px;
    }
}

@media (min-width: 992px){
    .secc1-bg {
        height: 500px;
    }

    .secc2 {
        width: 85vw;
    }
    .secc2_img1 {
        width: 400px;
        height: 400px;
    }
    .secc2_img2 {
        width: 250px;
        height: 250px;
        right: -35px;
    }
    .secc2_textos {
        margin-left: 40px;
    }

    .secc3 {
        margin-top: 250px;
        height: 580px;
    }
    .secc3_tabla {
        flex-direction: row;
        justify-content: space-between;
    }
    .secc3_item2 {
        right: 0;
        top: unset;
    }
    .secc2_item-texto {
        width: 400px;
    }
    .secc3_texto {
        right: 100px;
    }
    .secc3_img {
        width: 370px;
    }

    .secc3alt-cont{

    }
    .secc3alt_cont2{

    }
    .secc3alt_cont2_texto{
        position: absolute;
        top: 35%;
        right: 120px;
        left: auto;
        transform: none;
        width: auto;
        text-align: left;
        /* width: 170px; */
    }
    .secc3alt_cont2 > img{

    }

    .secc4 {
        height: 400px;
    }
}

@media (min-width: 1200px){
    .secc2 {
        gap: 40px;
    }
    .secc2_item-texto {
        width: 500px;
    }
    .secc2_img1 {
        width: 500px;
        height: 500px;
    }
    .secc2_img2 {
        right: -55px;
    }
    .secc3_img {
        width: unset;
    }
    .secc3_texto {
        right: 135px;
    }

    .secc3alt{
        padding-left: 100px;
        padding-right: 100px;
        padding-bottom: 120px;
    }
    .secc3alt_cont2{

    }

    .secc4-alt{
        padding-left: 100px;
        padding-right: 100px;
    }
    .secc4-alt > img{
        position: relative;
        top: -50px
    }
}

@media (min-width: 1440px){
    .secc1-bg {
        height: 586px;
    }
    .secc2 {
        width: 88vw;
    }
    .secc2_img1 {
        width: unset;
        height: unset;
    }
    .secc2_img2 {
        width: unset;
        height: unset;
    }
    .secc3 {
        margin-top: 350px;
        height: 700px;
    }
    .secc3_tabla {
        width: 85vw;
    }
    .secc4 {
        height: 572px;
        width: 85vw;
    }
}


@media (min-width: 1600px){
    .secc2 {
        gap: 0px;
    }
    .secc2_textos {
        margin-left: 100px;
    }
    .secc2_item-texto {
        width: 550px;
    }
}

@media(max-width: 992px){
    .secc4-alt{
        flex-direction: column;
    }
    .div-valores-cont{
        justify-content: space-evenly;
    }
    .secc3alt{
        flex-direction: column;
    }
    .secc3-img{
        width: 100%;
    }
    .secc3alt-cont{
        width: 100%;
    }
}
