.marquee{overflow:hidden;width:100%;background:transparent}.marquee-track{display:flex;align-items:center;gap:40px;width:max-content;animation:marquee 35s linear infinite}.marquee-text{font-size:22px;white-space:nowrap;color:#F7F0EC;font-family:poppins}.marquee-separator{width:18px;height:18px;flex-shrink:0;display:inline-block;background-image:url("https://nutrirsinrestriccion.mx/wp-content/uploads/2026/03/Group-4.png");background-size:contain;background-repeat:no-repeat;background-position:center}@keyframes marquee{from{transform:translateX(0)}to{transform:translateX(-50%)}}@media (max-width:980px){.marquee-track{gap:24px;animation-duration:50s}.marquee-text{font-size:16px!important}.marquee-separator{width:14px;height:14px;border-width:2px}}@media (max-width:980px){.reverse-mobile{display:flex!important;flex-direction:column-reverse!important}}