.motivo-carousel{display:flex;align-items:center;margin:20px 0;position:relative}.carousel-wrapper{overflow:hidden;width:100%}.carousel-track{display:flex;transition:transform .3s ease-in-out;gap:15px;touch-action:pan-y}.carousel-item{flex:0 0 calc(25% - 15px);box-sizing:border-box;border-radius:10px;box-shadow:0 4px 6px rgba(0,0,0,.1);background-color:#f9f9f9;transition:transform .2s ease;cursor:pointer}.carousel-item img{width:100%;height:auto;object-fit:contain}.carousel-item:hover{transform:scale(1.05)}.carousel-prev,.carousel-next{position:absolute;top:50%;transform:translateY(-50%);background-color:unset!important;color:#fff;border:none;padding:10px;cursor:pointer;font-size:18px;border-radius:50%;width:30px;height:30px;display:flex;align-items:center;justify-content:center;z-index:10}.carousel-prev{left:-50px}.carousel-next{right:-50px}.carousel-prev:hover,.carousel-next:hover{background-color:#333}@media screen and (max-width:768px){.carousel-item{flex:0 0 calc(33% - 15px)}.carousel-prev{left:-25px;right:-30px}.carousel-next{right:-24px}}