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

/*==================SECCIÓN 1=================*/
.secc1-bg{
    background-image: url('../img/2Nosotros//Rectangle4.jpg');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 500px;

    display: flex;
    align-items: center;
}
.secc1-div{
    width: 100%;
    display: flex;
    justify-content: center;
    background-color: rgba(255, 255, 255, 0.342);
    backdrop-filter: blur(.4rem);
    padding: 1rem;
}
.secc1-div-textos{
    max-width: 500px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}
/*==================SECCIÓN 2=================*/
.secc2{
    margin-top: 50px;
    display: flex;
    justify-content: center;
}
.secc2_img{
    position: relative;
}
.secc2_img1{
    width: 100%;
    height: auto;

    max-width: 600px;  
}
.secc2_img2{
    position: absolute;
    right: 0;
    bottom: -5rem;
    width: 55%;
    max-width: 315px;
}
.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{
    font-weight: bold;
    width: 100px;
    color: #076F3A;
}
.secc2_item-texto{
    font-size: 1.1rem;
    width: 500px;
    color: black;
}
/*==================SECCIÓN 2-NEW=================*/
.secc2-new{
    margin-top: 160px;
    padding-left: 100px;
    padding-right: 100px;
}
.secc2-new-div-int{
    align-items: center;
}
.secc2-new-div{
    display: flex;
    flex-direction: column;
    gap: 40px;
}

/*==================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{
    padding: 5rem 5rem;
    gap: 2rem;
    margin-top: 200px;
    background-color: #F6F5F1;
    display: flex;
    align-items: center;
}
.secc3alt-cont{
    width: 50%;
}
.secc3alt-cont p{
    margin-top: 1rem;
    font-size: 1.1rem;
}
.secc3-img{
    width: 50%;
    background-image: url('../img/2Nosotros/Rectangle8.jpg');
    border-radius: 1rem;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 400px;
}

/*==================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;
}
.secc4-alt img{
    border-radius: 1rem;
}

/*==================RESPONSIVE=================*/
@media (min-width: 320px){
    .secc2 {
        align-items: center;
        width: 80vw;
        gap: 20px;
    }
    .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;
    }


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


@media (min-width: 650px){
    .secc2{
        width: 80vw;
        align-items: center;
    }
    .secc4 {
        width: 80vw;
    }
}

@media (min-width: 992px){
    .secc2 {
        width: 85vw;
    }
    .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;
    }


    .secc4 {
        height: 400px;
    }
}

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

}

@media (min-width: 1440px){
    .secc2 {
        width: 88vw;
    }
    .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: 1200px){
    .secc2-new{
        padding-left: 30px;
        padding-right: 30px;
    }
}
@media(max-width: 992px){
    .secc3alt{
        padding: 5rem 1rem;
    }
    .secc2_img2{
        display: none;
    }
    .secc2_textos{
        width: 71%;
    }
}
@media(max-width: 768px){
    .secc2{
        flex-direction: column;
    }
    .secc2-new{
        margin-top: 40px;
    }
    .secc2-new-div{
        gap: 120px;
    }
    .secc2-new-div-int{
        flex-direction: column;
    }
    .secc2-new-vision{
        flex-direction: column-reverse;
    }
    .secc2_img{
        text-align: center;
    }
    .secc2_img1{
        width: 80%;
        min-width: 250px;
        max-width: 490px;
    }
    .secc2_textos{
        width: 100%;
    }
    /*---------*/
    .secc3alt{
        flex-direction: column;
    }
    .secc3alt-cont{
        width: 100%;
    }
    .secc3-img{
        width: 100%;
    }
}
@media (max-width: 1200px){
    .secc1-bg{
        height: unset;
        padding-top: 10rem;
        padding-bottom: 10rem;
    }
}
@media (max-width: 768px){
    .secc1-bg{
        padding-top: 5rem;
        padding-bottom: 5rem;
    }
}
