.marquee{--gap:1rem;overflow:hidden;position:relative;user-select:none;z-index:3}.marquee,.marquee__content{display:flex;gap:var(--gap)}.marquee__content{flex-shrink:0;justify-content:space-around;min-width:100%}@media (min-width:769px){.box-lines-custom-16.xd .line-1{bottom:-400px}}@media (min-width:669px){.box-lines-custom-16.xd .line-1{bottom:-450px}}@keyframes scroll{0%{transform:translateX(0)}to{transform:translateX(calc(-100% - var(--gap)))}}@media (prefers-reduced-motion:reduce){.marquee__content{animation-play-state:paused!important}}.enable-animation .marquee__content{animation:scroll 60s linear infinite}.marquee--reverse .marquee__content{animation-direction:reverse}.marquee--hover-pause:hover .marquee__content{animation-play-state:paused}.marquee--fit-content{max-width:fit-content}.marquee--pos-absolute .marquee__content:last-child{left:0;position:absolute;top:0}.enable-animation .marquee--pos-absolute .marquee__content:last-child{animation-name:scroll-abs}@keyframes scroll-abs{0%{transform:translateX(calc(100% + var(--gap)))}to{transform:translateX(0)}}@media (max-width:768px){.section-nosotros-3{padding-bottom:0}}