.swiper {
  width: 100%;
  height: auto;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: transparent;
  display: flex;
  justify-content: center;
  align-items: center;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: auto;
  object-fit:contain;
}

.swiper-wrapper{
  height: auto !important; 
  min-height: 200px;
}

@media(max-width:520px){
  .swiper-wrapper{
    min-height: 250px;
  }
}

.swiper-pagination{
  bottom: 0;
}

.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 22px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 22px));
  display: inline-block;
  border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
  background: #fff;
  opacity: var(--swiper-pagination-bullet-inactive-opacity, .4);
}

.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: #fff;
}

.clientes{
  background-color: var(--color-darker);
}

.clientes__item{
  width: 100%;
  height: auto;
  background-color: #fff;
  aspect-ratio: 1/1;
  padding: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
}

.clientes__item figure{
  margin: 0;
  padding: 0;
  overflow: hidden;
}