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

/*==================SECCIÓN 1 - CAROUSEL=================*/
.secc1-bg{
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 550px;

    display: flex;
    align-items: center;
    justify-content: center;
    padding-left: 1rem;
    padding-right: 1rem;
}
.secc1-bg-1{
    background-image: url('../img/1Home/banner1.jpg');
}
.secc1-bg-2{
    background-image: url('../img/1Home/banner2.jpg');
    background-position: bottom;
}
.secc1-bg-3{
    background-image: url('../img/1Home/banner3.jpg');
}
.secc1-div{
    display: flex;
    justify-content: center;
    background-color: rgba(255, 255, 255, 0.342);
    backdrop-filter: blur(.4rem);
    border-radius: 1rem;
    padding: 1rem;
}
.secc1-div-textos{
    max-width: 700px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}
.secc1-div-textos-titulo{
    font-size: 2rem;
    font-weight: bold;
}
.secc1-div-textos-subtitulo{
    font-size: 1.5rem;
    font-style: italic;
}
.sec2_subtabla-texto_central{
    text-align: justify;
}
/*==================SECCIÓN 2=================*/
.secc2{
    display: flex;
    margin-top: 140px;
    max-width: 1450px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}
.secc2_img1{
    z-index: 1;
    position: absolute;
    width: 25%;
    max-width: 350px;
    height: auto;
    margin-left: 2rem;
}
.secc2_img2{
    padding-top: 20px;
}
.img_circular1{
    width: 50%;
    height: auto;

    max-width: 650px;
}
.secc2_tabla{
    display: flex;
    justify-content: space-evenly;
    width: 100%;
}
.secc2_subtabla{
    max-width: 500px;
    display: flex;
    gap: 20px;
    flex-direction: column;
    justify-content: center;
}
.secc2_subtabla h1{
    font-weight: bold;
    font-size: 2.6rem;
}
.secc2_texto-color{
    color: #076F3A;
}
.secc2_li{
    margin-bottom: 1rem;
    color: black;
}
.secc2_li::marker{
    color: #076F3A;
}
/*==================SECCIÓN 3=================*/
.secc3{
    position: relative;
    z-index: 1;
    display: flex;
    justify-content: center;
    gap: 15px;
    max-width: 1330px;
}

/*==================SECCIÓN 4=================*/
.secc4{
    background-color: #F6F5F1;
    height: 750px;
    margin-top: -250px;
}

/*==================SECCIÓN 5=================*/
.secc5{
    margin-top: -350px;
    text-align: center;
}
.secc5 h1{
    font-size: 2.6rem;
    font-weight: bold;
    color: #076F3A;
}
.secc5_texto{
    width: 680px;
    font-size: 1.2rem;
    margin-top: 50px;
    margin-left: auto;
    margin-right: auto;
}

/*==================SECCIÓN 6=================*/
.secc6{
    margin-top: 50px;
    max-width: 1330px;
}
.secc6_tabla{
    display: flex;
    justify-content: center;
    gap: 15px;
}
.secc6_item{
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 33.33333%;
}
.secc6_item img {
    transition: all .15s ease-in-out;
}

.secc6_item img:hover {
    transform: scale(1.05);
}


.secc6_item img:hover + .secc6_textos {
    transform: scale(1.05);
}

.secc6_textos{
    transition: all .15s ease-in-out;
    width: 100%;
    padding: 1rem;
    background-color: #F6F5F1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.secc6_item-titulo{
    text-align: center;
    font-weight: 400;
}
.secc6_item-texto{
    font-weight: 100;
    width: 400px;
    padding: 20px;
}

/*==================SECCIÓN 7=================*/
.secc7{
    margin-top: 70px;
    background-image: url('../img/1Home/Rectangle14.jpg');
    height: 401px;
    background-position: center;
    background-size: cover;
}

/*==================RESPONSIVE=================*/
@media (min-width: 250px){
    /*----SECC2----*/
    .secc2{
        margin-top: 40px;
    }
    .secc2_tabla{
        width: 80vw;
        align-items: center;
        gap: 20px;
    }
    /*----SECC3----*/
    .secc3{
        width: 80vw;
        margin-top: 80px;
        flex-direction: column;
    }
    .secc3_img2{
        display: none;
    }
    /*----SECC4----*/
    .secc4 {
        margin-top: -180px;
    }
    /*----SECC5----*/
    .secc5 {
        margin-top: -450px;
        width: 80vw;
        margin-left: auto;
        margin-right: auto;
    }
    .secc5_texto {
        width: unset;

    }
    /*----SECC6----*/
    .secc6{
        width: 80vw;
    }
    .secc6_item img{
        width: 80vw;
        border-radius: 1rem 1rem 0 0;
    }
    .secc6_textos {
        height: 100%;
    }


    /*----SECC7----*/
    .secc7 {
        height: 250px;
    }
}
@media (min-width: 650px){
    .secc2_tabla {
        width: 80vw;
        align-items: center;
    }

    /*----SECC3----*/
    .secc3 {
        flex-direction: row;
    }
    .secc3_img1{
        width: 31%;
    }
    .secc3_img2 {
        display: block;
        width: 65%;
    }

    /*----SECC7----*/
    .secc7 {
        height: 350px;
    }
}

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


    /*----SECC3----*/
    .secc3{
        width: 85vw;
    }

    /*----SECC4----*/
    .secc4 {
        margin-top: -120px;
    }

    /*----SECC6----*/
    .secc6 {
        width: 85vw;
    }
    .secc6_tabla {
        flex-direction: row;
    }
    .secc6_item img {
        width: 100%;
    }
    .secc6_textos{
        width: 100%;
    }
}

@media (min-width: 992px){
    .secc2 {
        margin-top: 80px;
    }

    .secc5_texto {
        width: 680px;
    }

    /*----SECC7----*/
    .secc7 {
        height: 401px;
    }
}

@media (min-width: 1200px){
    .secc2 {
        margin-top: 120px;
    }
}

@media (min-width: 1440px){
    .secc2 {
        margin-top: 140px;
    }
    .secc3_img1 {
        width: unset;
    }
    .secc3_img2 {
        width: unset;
    }
    .sec2_subtabla-texto_central{
        width: 480px;
    }
    .secc3 {
        width: unset;
    }
    .secc6 {
        width: unset;
    }
}
@media (max-width: 1600px){
    .secc2_img1{
        width: 20%;
    }
}
@media (max-width: 992px){
    .secc2_img1{
        display: none;
    }
    /*------*/
    .secc6_tabla{
        flex-direction: column;
        align-items: center;
        gap: 3rem;
    }
    .secc6_item{
        width: 100%;
        max-width: 400px;
    }
    .secc6_item-titulo {
        width: 100%;
        max-width: unset;
    }
    .secc6_item-texto {
        width: 100%;
    }
}
@media (max-width: 768px){
    .secc1-div-textos-titulo{
        font-size: 1.5rem;
    }
    .secc1-div-textos-subtitulo{
        font-size: 1rem;
    }
    /*---------*/
    .secc2_tabla{
        flex-direction: column;
    }
    .img_circular1{
        width: 80%;
        min-width: 250px;
    }

}
@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;
    }
}
