.slider-section {
    width: 90%;
    margin:20px 0;
}

.swiper {
    width: 100%;
 
}

.swiper-slide {
    position: relative;
    width: 100%;
    opacity:1;
}

.swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.swiper-slide::after {
    content: "";
    position: absolute;
    inset: 0;
    
}

.swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 1;
  filter: none;
}

/* Botones */



.swiper-button-next,
.swiper-button-prev {
    color: #fff !important;
}

.swiper-button-next:after, .swiper-button-prev:after{
    width:20px  !important;
}
.swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction{
    bottom:0 !important;
}
.swiper-pagination{
    position:relative !important;
    
   
}
.swiper-pagination-bullet {
    background: #fff !important;
    opacity: 0.6;
}

.swiper-pagination-bullet-active {
    opacity: 1;
}
.swiper-pagination-bullet-active{
    background-color: #fff;
}