.swiper-tendencias {
    width: 100%;
    height: 100%;
    margin: 20px 0 0 0;
    overflow: hidden;
    position: relative
}
.swiper-pagination-bullet-active {
    background: #99e502 !important
}
.swiper-tendencias .swiper-slide {
    width: 25%;
    width: calc(25% - 10px)
}
.swiper-tendencias .swiper-slide img {
    width: 100%
}
.swiper-tendencias .swiper-slide:nth-child(1),
.swiper-tendencias .swiper-slide:nth-child(4) {
    width: 50%
}
.swiper-tendencias .swiper-slide:nth-child(3),
.swiper-tendencias .swiper-slide:nth-child(6) {
    margin-right: 0 !important
}
.swiper-slide img {
    width: 100%
}
.swiper-pagination {
    position: relative;
    margin: 0 auto;
    padding-top: 10px
}
.swiper-pagination-bullet {
    margin: 3px
}
.swiper-pagination-bullet-active {
    background: #697077
}
@media(min-width:1024px) {
    .swiper-pagination {
        padding: 10px 0 30px 0
    }
}
.swiper-pagination-tendencias {
    position: relative !important;
    text-align: center
}
.tnd-button-next {
    background-image: url(https://www.falabella.com.pe/static/RDF/site/home-new/assets/icons/flecha-next.png) !important;
    right: 0 !important
}
.tnd-button-prev {
    background-image: url(https://www.falabella.com.pe/static/RDF/site/home-new/assets/icons/flecha-prev.png) !important;
    left: 0 !important
}
@media(max-width:768px) {
    .tnd-button-next,
    .tnd-button-prev {
        display: none !important
    }


    .swiper-tendencias .swiper-slide:nth-child(2), 
    .swiper-tendencias .swiper-slide:nth-child(3),
    .swiper-tendencias .swiper-slide:nth-child(5), 
    .swiper-tendencias .swiper-slide:nth-child(6)
    {
        width: 46.8%;
        width: calc(46.8% - 10px) !important;
    }
    .swiper-tendencias .swiper-slide:nth-child(1), .swiper-tendencias .swiper-slide:nth-child(4) {
        width: 90%;
    }

}