.marques{background:0 0;flex-direction:column;gap:40px;width:100%;padding:170px 0 0;display:flex;position:relative;overflow:hidden;-webkit-mask-image:linear-gradient(90deg,#0000,#000 10% 90%,#0000);mask-image:linear-gradient(90deg,#0000,#000 10% 90%,#0000)}.marques__track{gap:20px;width:max-content;display:flex}.marques__track--left{animation:120s linear infinite scroll-left}.marques__track--right{animation:120s linear infinite scroll-right}.marques__item{border-radius:20px;flex-shrink:0;width:180px;height:240px;transition:transform .3s;position:relative;overflow:hidden}.marques__item:hover{z-index:2;transform:scale(1.05)}.marques__image{-o-object-fit:cover;object-fit:cover;border-radius:20px;width:100%;height:100%}.marques__skeleton{background:#2a2a2a;border-radius:20px;width:100%;height:100%;animation:1.5s infinite pulse}@keyframes scroll-left{0%{transform:translate(0)}to{transform:translate(-50%)}}@keyframes scroll-right{0%{transform:translate(-50%)}to{transform:translate(0%)}}@keyframes pulse{0%{opacity:.6}50%{opacity:1}to{opacity:.6}}@media (max-width:768px){.marques{gap:24px;padding:40px 0}.marques__item{border-radius:12px;width:120px;height:120px}.marques__image,.marques__skeleton{border-radius:12px}}
