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

/*==================SECCIÓN 1 - CAROUSEL=================*/
.secc1-bg{
    background-image: url('../img/1Home/banner.jpg');
    background-position: center;
    background-size: cover;
    height: 586px;
}
.secc2-bg{
    background-image: url('../img/1Home/slider2.jpeg') !important;
}
.secc3-bg{
    background-image: url('../img/1Home/slider3.jpeg') !important;
}
/*==================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: #1B6E52;
}
.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;
}

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

/*==================SECCIÓN 5=================*/
.secc5{
    margin-top: -350px;
    text-align: center;
}
.secc5 h1{
    font-weight: 400;
}
.secc5_texto{
    width: 680px;
    margin-top: 25px;
    margin-left: auto;
    margin-right: auto;
}
.secc5-btn-ref {
  padding: 7px 25px;
  text-decoration: none;
  background: #632e12;
  margin-top: 2rem;
  color: #fff !important;
  transition: transform 0.3s;
}
.secc5-btn-ref:hover {
  transform: scale(1.05);
}
/*==================SECCIÓN 6=================*/
.secc6{
    margin-top: 40px;
    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;
}

/*==================SECCIÓN 7=================*/
.secc7{
    margin-top: 70px;
    background-image: url('../img/1Home/img3.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{
        margin-top: 40px;
    }

    /*----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;
    }

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

@media (min-width: 768px){
    /*----SECC2----*/
    .secc2_img1 {
        display: block;
        width: 150px;
        height: 150px;
        top: 65px;
        left: 35px;
    }

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

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

@media (min-width: 992px){
    .secc1-bg {
        height: 500px;
    }
    .secc2 {
        margin-top: 80px;
    }
    .img_mango1 {
        width: 400px;
        height: 400px;
    }
    .secc2_img1 {
        width: 250px;
        height: 250px;
        top: 20px;
        left: 80px;
    }

    .secc5_texto {
        width: 680px;
    }

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

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

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

    .secc2 {
        margin-top: 140px;
    }
    .secc2_img1 {
        width: unset;
        height: unset;
        top: 0;
        left: 65px;
    }
    .img_mango1 {
        width: unset;
        height: unset;
    }
    .sec2_subtabla-texto_central{
        width: 480px;
    }
    .secc6 {
        width: unset;
    }
    .secc6_item {
        width: unset;
    }
}

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