.listo{display:flex;background-color:#fff;justify-content:center}.listo .layoutTitle{color:#cb182e}.listoItem{position:relative;display:flex;flex-direction:column;width:100%;max-width:370px;color:#ae0015;background-color:#cb182e;border-radius:10px;border:3px solid #cb182e}.listoItemsContainer{flex-wrap:wrap;justify-content:space-between;gap:30px;margin-top:30px;max-width:768px}.listoItemTextContainer,.listoItemsContainer{display:flex;justify-content:center;width:100%}.listoItemTextContainer{height:65px;min-height:65px;max-height:65px;background:#cb182e;z-index:3;flex-direction:column;padding:0 20px}.listoItemTitle{color:#fff;text-align:center;font-family:var(--font-arial);font-size:16px;font-style:normal;font-weight:400;line-height:24px;width:100%}.listoItem img{width:100%;height:100%;object-fit:cover;border-top-left-radius:10px;border-top-right-radius:10px;transition:transform .2s ease-in-out}.listoItemContent{color:#fff;text-align:center;font-family:var(--font-arial);font-size:12px;font-style:normal;font-weight:400;line-height:15px;margin-bottom:5px}.listo .layoutContent{max-width:672px}.listo .layoutTitle{max-width:465px}.listoItem.isInView img{animation:showFromBottom .5s ease-in}.listoItem.isInView .listoItemTitle{animation:opacityIn .5s ease-in .2s}.listoItem.isInView .listoItemContent{animation:opacityIn .5s ease-in .3s}@media screen and (min-width:1024px){.listoItem{width:320px;max-width:345px}.listoItem:hover img{transform:scale(1.05)}.listoItemsContainer{margin-top:70px;max-width:1440px}}.marcas{display:flex;justify-content:center;align-items:center;flex-wrap:wrap;background-color:#fff6e0;position:relative}.marcasBackground{position:absolute;z-index:0;width:100%;height:100%;overflow:hidden;top:0}.marcas .stage{align-items:center;z-index:1}.marcas .layoutTitle{max-width:720px;text-align:center}.marcas .layoutContent{max-width:720px;color:#000}.marcasItemsContainer{display:flex;flex-wrap:wrap;justify-content:space-between;margin-top:40px;max-width:768px}.marcasItem{width:155px;height:190px;margin-bottom:30px}.marcasItemContent{display:none}.marcas .layoutTitle{max-width:458px}.marcas .layoutContent{max-width:500px}.marcasItem.isInView img{animation:animVisible .5s ease-in}