@media (max-width: 767.98px) {
  .owl-carousel,
  .owl-carousel .owl-stage-outer {
    touch-action: pan-y !important;   /* permite el scroll vertical */
  }
}