/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jul 03 2025 | 08:54:02 */
/* Lemon Think – Parallax de fondo (v1.0) */
.lt-parallax{
  position: relative;               /* Garantiza stacking correcto   */
  background-size: cover;           /* Cubre el contenedor completo  */
  background-position: center;      /* Centrado inicial              */
  background-repeat: no-repeat;     /* Evita repeticiones            */
  overflow: hidden;                 /* Sin fugas de contenido        */
}