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;
    height: 586px;
}
.bg-1{
    background-image: url('../img/1Home/Rectangle1.jpg');
}
.bg-2{
    background-image: url('../img/1Home/Rectangle2.jpg');
    background-position: top;
}
.bg-3{
    background-image: url('../img/1Home/Rectangle3.jpg');
}
/*==================SECCIÓN 2=================*/
.secc2{
    display: flex;
    margin-top: 140px;
    max-width: 1450px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}
.secc2_img1{
    position: absolute;
}
.secc2_img2{
    padding-top: 20px;
}
.secc2_tabla{
    display: flex;
    justify-content: space-evenly;
    width: 100%;
}
.secc2_subtabla{
    display: flex;
    gap: 20px;
    flex-direction: column;
    justify-content: center;
}
.secc2_subtabla h1{
    font-weight: 400;
}
.secc2_texto-color{
    color: #518B1B;
}
.item_primero{
    margin-top: 20px;
}
.sec2_subtabla-item{
    display: flex;
    align-items: center;
    gap: 20px;
}
/*==================SECCIÓN 3=================*/
.secc3{
    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-weight: 400;
}
.secc5_texto{
    width: 680px;
    margin-top: 40px;
    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;
}
.secc6_textos{
    padding: 5px 15px;
    background-color: #F6F5F1;
}
.secc6_item-titulo{
    width: 350px;
    padding: 25px 20px 0px 20px;
    font-weight: 400;
}
.secc6_item-texto{
    font-weight: 100;
    width: 400px;
    padding: 20px;
}
/*SLIDER INFINITO*/
.slider {
    width: 75vw;
    max-width: 1250px;
    margin-bottom: 40px !important;
    height: auto;
    margin: auto;
    overflow: hidden;
    margin-top: 40px;
}

.certs{
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    height: 150px;
    width: 150px; /* Cambiamos el ancho a 200px */
}

.certi1{
    background-image: url('../img/Certificados/1.png');
}
.certi2{
    background-image: url('../img/Certificados/2.png');
}
.certi3{
    background-image: url('../img/Certificados/3.png');
}
.certi4{
    background-image: url('../img/Certificados/4.png');
}
.certi5{
    background-image: url('../img/Certificados/5.png');
}

.slider .slide-track {
    display: flex;
    animation: scroll 20s linear infinite;
    -webkit-animation: scroll 20s linear infinite;
    width: calc(300px * 10);
}

.slider .slide {
    width: 300px;
}

@keyframes scroll {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    100% {
        -webkit-transform: translateX(calc(-300px * 5));
        transform: translateX(calc(-300px * 5));
    }
}
/*==================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){
    /*----SECC1----*/
    .secc1-bg {
        height: 350px;
    }

    /*----SECC2----*/
    .secc2{
        margin-top: 40px;
    }
    .secc2_img1{
        display: none;
    }
    .secc2_tabla{
        width: 80vw;
        flex-direction: column;
        align-items: center;
        gap: 20px;
    }
    .img_mango1{
        width: 280px;
        height: 280px;
    }

    /*----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_tabla{
        flex-direction: column;
    }
    .secc6_item img{
        width: 80vw;
    }
    .secc6_textos {
        width: 80vw;
        height: 100%;
    }
    .secc6_item-titulo {
        width: unset;
    }
    .secc6_item-texto {
        width: unset;
    }

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

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

}

@media (min-width: 650px){
    /*----SECC1----*/
    .secc1-bg {
        height: 450px;
    }

    .img_mango1 {
        width: 300px;
        height: 300px;
    }
    .secc2_tabla {
        width: 80vw;
        flex-direction: row;
        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----*/
    .secc2_img1 {
        display: block;
        width: 150px;
        height: 150px;
        top: 65px;
        left: 35px;
    }

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

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

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

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

    .img_mango1 {
        width: 400px;
        height: 400px;
    }
    .secc2_img1 {
        width: 250px;
        height: 250px;
        top: 20px;
        left: 80px;
    }

    .secc5_texto {
        width: 680px;
    }

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

@media (min-width: 1200px){
    .img_mango1 {
        width: 550px;
        height: 550px;
    }
    .secc2_img1 {
        top: 0px;
    }
}

@media (min-width: 1440px){
    .secc1-bg {
        height: 586px;
    }
    .secc2_img1 {
        width: unset;
        height: unset;
        top: 0;
        left: 65px;
    }
    .img_mango1 {
        width: unset;
        height: unset;
    }
    .secc3_img1 {
        width: unset;
    }
    .secc3_img2 {
        width: unset;
    }
    .sec2_subtabla-texto_central{
        width: 480px;
    }

    .secc3 {
        width: unset;
    }


    .secc6 {
        width: unset;
    }
    .secc6_item {

    }
}

@media (min-width: 1600px){
    .secc2_img1 {
        left: 0;
    }
}
