/* ============================================
   ESTILOS PARA ANIMACIÓN DE GALERÍA
   ============================================ */

.on-scroll-gallery {
  will-change: transform;
  transform-style: preserve-3d;
}

.on-scroll-container {
  will-change: transform;
  transform-style: preserve-3d;
  transition: none;
}

.top-container,
.bottom-container {
  will-change: transform;
  transform-style: preserve-3d;
  transition: none;
}

.text-block-top,
.text-block-bottom {
  will-change: opacity, transform;
  transform-style: preserve-3d;
  transition: none;
}

.hero-curve-bg {
  transform-style: preserve-3d;
  transition: none;
}
