p{
    margin-bottom: 0;
}

/*========SECC 1========*/
.proyectos1-contenedor{
    max-width: 1440px;
    padding-left: 7rem;
    padding-right: 7rem;
    margin-left: auto;
    margin-right: auto;
}

.proyectos1{
    background-color: #013753;
}
.proyectos1-textos{
    width: 100%;
    margin-bottom: 5%;
}
.proyectos1-imagen{
    --animate-duration: 1s;
    margin-left: auto;
    background-image: url('../img/Nosotros/banner1.jpeg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 593px;
    display: flex;
    align-items: flex-end;
}
/*.proyectos1-textos-bg{
    display: flex;
    justify-content: right;
}*/
.proyectos1-textos-bg-int{
    color: white;
    display: flex;
    flex-direction: column;
    text-align: left;
    padding-left: 5%;
    padding-right: 1rem;
}
.proyectos1-textos-bg-int h1{
    animation-delay: .7s;
    text-align: left;
    color: #63AC41;
    font-size: 2.5rem;
    text-shadow: 0 0 10px black;
    text-align: center;
    font-family: 'Install2';
}
.proyectos1-textos-bg-int p{
    font-family: 'Install2';
    animation-delay: .9s;
    font-size: 1.1rem;
    text-shadow: 0 0 10px black;
}

/*==================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/img1.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{
    color: #63AC41;
}

/*==================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: #49A5B2;
}
.secc2-div-2-img{
    max-width: 120px;
}
.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: 25%;
    height: 5px;
    background-color: #49A5B2;
}
.secc2-div-2-div::before{
    content: "";
    position: absolute;
    display: block;
    right: 0;
    width: 25%;
    height: 5px;
    background-color: #49A5B2;
}
/*------------*/
.secc2 .titulos{
    font-size: 3rem;
    color: #63AC41;
}



/*==================SECCIÓN 3=================*/
.secc3{
    margin-top: 5rem;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.secc3 .titulos{
    font-size: 3rem;
    color: #63AC41;
}
.secc3-div{
    display: flex;
    flex-direction: column;
    gap: 2rem;
}
.secc3-div-int{
    border-radius: 1rem;
    border: solid 1px #49A5B2;
    padding: 1rem;
}
.secc3-div h2{
    color: #49A5B2;
}

/*==================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/img2.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: #317068;
}

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

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

/*==================SECCIÓN 7=================*/
.secc7{
    margin-top: 80px;
    background-image: url('../img/Nosotros/img5.jpeg');
    height: 461px;
    background-size: cover;
    background-position: center;
}
/*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;
    }
    .proyectos1-textos-bg-int h1{
        font-size: 4rem;
        text-align: left;
    }
    .proyectos1-textos-bg-int p{
        font-size: 1.5rem;
    }

    /*-----------------*/
    .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;
    }
    
    .secc1-new-textos{
        width: 100%;
    }
    /*------------------*/
    .secc2_tabla{
        flex-direction: column;
    }
    .secc2-div-2:nth-child(2){
        display: none;
    }
    .secc2-div-2-div::before,
    .secc2-div-2-div::after{
        width: 30%;
    }
    .secc2-div{
        gap: 3rem;
        width: 100%;
    }
    /*------------------*/
    .secc4_img2{
        height: unset;
        padding-top: 100px;
        padding-bottom: 100px;
    }
}
@media (max-width: 500px) {
    .secc2-div-2-div::before,
    .secc2-div-2-div::after{
        width: 25%;
    }
}

@media(max-width: 1200px){
    .proyectos1-imagen{
        width: 110%;
    }
}
@media(max-width: 1050px){
    .proyectos1-imagen{
        width: 115%;
    }
}
@media(max-width: 992px){
    .proyectos1-imagen{
        width: 100%;
        background-size: cover;
        background-position: center;
        background-image: url('../img/Nosotros/banner1.jpeg');
        justify-content: center;
        margin-left: unset;
        height: 500px;
    }
    .proyectos1-textos{
        width: 100%;
    }
    .proyectos1-textos-bg{
        justify-content: center;
        padding-top: 1rem;
        padding-bottom: 1rem;
        background-color: rgba(0, 0, 0, 0.171);
        backdrop-filter: blur(0.5rem);
    }
    .proyectos1-textos-bg-int{
        text-align: center;
    }
}
@media(max-width: 550px){
    .proyectos1-imagen{
        height: 450px;
    }
}
@media(max-width: 320px){
    .proyectos1-imagen{
        height: 350px;
    }
}