/* ============================================================
   LOEX — Página: Logística y Distribución
   (extiende los estilos base de services.css)
   ============================================================ */

@import url('./services.css');

/* Overrides específicos del hero de logística */
.img-storage--logistics {
    background: linear-gradient(90deg, rgba(0,0,0,0.85) 25%, rgba(255,255,255,0) 100%),
                image-set(
                    url('../../img/Logistica-distribucion.webp') type('image/webp'),
                    url('../../img/Logistica-distribucion.jpg') type('image/jpeg')
                ) center / cover no-repeat;
}
