@media (max-width:1000px) {
  body.menu-abierto #menu.on {
    touch-action: pan-y;
    overflow-x: hidden !important;
    overflow-y: auto !important;
    -webkit-overflow-scrolling: touch;
    scroll-behavior: auto;
    overflow-anchor: none;
    animation: none !important;
  }
  #bg, #menu a, #menu button { touch-action: manipulation; }
  #hd #bg.tap-feedback134, #menu .tap-feedback134 { animation: none !important; }
  body.menu-abierto > section *, body.menu-abierto main *, body.menu-abierto > footer * {
    animation-play-state: paused !important;
  }
}
