/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jul 30 2026 | 11:22:17 */
.elementor-image-carousel .swiper-slide img {
  transition: transform 0.3s ease-in-out !important;
  transform: scale(0.85) !important;
}

/* 2. Engañamos al sistema: la imagen del medio (la siguiente a la activa) es la que crece */
.elementor-image-carousel .swiper-slide-next img {
  transform: scale(1.15) !important;
}

/* Extra: Espacio para que la imagen al crecer no se corte arriba o abajo */
.elementor-image-carousel .swiper {
  padding-top: 30px !important;
  padding-bottom: 30px !important;
}
