/* Contenedor del slider */
.mySwiper {
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
}

/* Cada slide */
.mySwiper .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
}

/* Imagen */
.mySwiper .swiper-slide img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 8px; /* opcional */
}

.galeria {
  width: 100%;
  max-width: 900px;
  margin: 40px auto;
}