p{
    margin-bottom: 0;
}

/*==================SECCIÓN 1=================*/
.secc1-bg{
    background-image: url('../img/Nosotros/banner.jpg');
    background-position: center;
    background-size: cover;
    height: 593px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
}
.secc1_marca_agua{
    max-width: 300px;
    opacity: .6;
}
.secc1_flecha{
    position: absolute;
    bottom: 0;
}

/*==================SECCIÓN 1-NEW=================*/
.secc1-new{
    margin-top: 80px;
    margin-bottom: 80px;
}
.secc1-new-div{
    display: flex;
    align-items: center;
    gap: 20px;
}
.secc1-new-img{
    background-image: url('../img/Nosotros/image-1.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 1rem;
    width: 100%;
    height: 400px;
}
.secc1-new-textos{
    width: 80%;
}
.secc1-new-textos h1{
    font-size: 1.4rem;
    color: #950606;
}

/*==================SECCIÓN 2=================*/
.secc2{
    margin-top: 50px;
    gap: 2rem;

    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.secc2_tabla{
    display: flex;
    gap: 3rem;
}
.secc2-div{
    width: 50%;
    display: flex;
    flex-direction: column;
}
/*------------*/
.secc2-div-texto{
    display: flex;
    flex-direction: column;
}
.secc2-div-texto h2{
    color: #950606;
}

.secc2-div-2-div{
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}
.secc2-div-2-div::after{
    content: "";
    position: absolute;
    display: block;
    left: 0;
    width: 100%;
    height: 5px;
    background-color: #950606;
}
/*------------*/
.secc2 .titulos{
    font-size: 3rem;
}



/*==================SECCIÓN 3=================*/
.secc3{
    margin-top: 5rem;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.secc3 .titulos{
    font-size: 3rem;
}
.secc3-div h2{
    color: #09597B;
}

/*==================SECCIÓN 4=================*/
.secc4{
    display: flex;
    justify-content: space-between;
    align-items: center;

    margin-top: 80px;
}
.secc4_img2{
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    min-height: 600px;
}

.secc4_img2::before{
    content: "";
    background-image: url('../img/Nosotros/Rectangle41.jpg');
    background-attachment: fixed;
    filter: grayscale(0.5) hue-rotate(355deg) brightness(0.5);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}
.secc4-div{
    padding: 40px 20px;
    background-color: rgba(0, 0, 0, 0.192);
    backdrop-filter: blur(0.05rem);
    display: flex;
    justify-content: center;
    width: 100%;
    z-index: 1;
}
.secc4-div-texto{
    color: white;
    text-align: center;
    max-width: 750px;
}
/*==================SECCIÓN 5=================*/
.secc5{
    position: absolute;
    z-index: -1;
    background-color: #9e6868;
}

/*==================SECCIÓN 6=================*/
.secc6{
    display: flex;
    align-items: flex-start;

    margin-top: 220px;
    margin-bottom: 100px;
    margin-left: 0;
    width: calc(100% - 75px);
}
.secc6_img1,
.secc6_img2{
    border-radius: 1rem;
}


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

    /*-----------------*/
    /*-----------------*/
    .secc4 {
        flex-direction: column;
        margin-right: auto;
    }
    /*--------*/
    .secc5{
        height: 780px;
        width: 45%;
        margin-top: -390px;
        margin-left: 175px;
    }
    /*--------*/
    .secc6 {
        margin-left: auto;
        justify-content: center;
        margin-top: 80px;
        width: 90vw;
    }
    .secc6_img2{
        display: none;
    }
}
@media (min-width: 550px) {
    .secc1-bg {
        height: 450px;
    }

    /*-----------------*/
}
@media (min-width: 768px) {

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

    /*-----------------*/
    .secc4 {
        flex-direction: row;
        gap: 15px;
    }
    /*-----------------*/
    .secc5 {
        margin-top: -630px;
    }
    /*-----------------*/
    .secc6 {
        gap: 15px;
        justify-content: unset;
        margin-top: 320px;
        margin-left: 0;
        width: calc(100% - 75px);
    }
    .secc6_img2 {
        display: block;
    }

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

    /*-----------------*/
}

@media (min-width: 1600px) {
    .secc5{
        margin-top: -630px;
    }
    /*--------*/
    .secc6{
        gap: 100px;
    }
}
@media (min-width: 1921px) {
    .secc6{
        margin-left: auto;
        width: calc(100% - 150px);
    }
}
@media (max-width: 992px) {
    .secc1-new-div{
        flex-direction: column-reverse;
    }
    /*------------------*/
    .secc2_tabla{
        flex-direction: column;
    }
    .secc2-div-2:nth-child(2){
        display: none;
    }
    .secc2-div-2-div::before,
    .secc2-div-2-div::after{
        width: 100%;
    }
    .secc2-div{
        gap: 3rem;
        width: 100%;
    }
    /*------------------*/
    .secc4_img2{
        height: unset;
        padding-top: 100px;
        padding-bottom: 100px;
    }
    .secc2-div-2-div{
        margin-top: 3rem;
    }
}
@media (max-width: 500px) {
    .secc2-div-2-div::before,
    .secc2-div-2-div::after{
        width: 25%;
    }
}




