/* MShowTV V17.6.11 — HARD PUBLIC SCROLL REPAIR */
html,body{
  width:100% !important;
  height:auto !important;
  min-height:100% !important;
  max-height:none !important;
  overflow-x:hidden !important;
  overflow-y:scroll !important;
}
body{
  position:relative !important;
  min-height:100vh !important;
  touch-action:pan-y !important;
}
main{
  display:block !important;
  position:relative !important;
  inset:auto !important;
  width:100% !important;
  height:auto !important;
  min-height:0 !important;
  max-height:none !important;
  overflow:visible !important;
}
main>.page-section{
  position:relative !important;
  inset:auto !important;
  width:100% !important;
  height:auto !important;
  max-height:none !important;
  overflow:visible !important;
}
main>.page-section.active-section{
  min-height:calc(100vh - 110px) !important;
  height:auto !important;
  max-height:none !important;
  overflow:visible !important;
}
main>#inicio.page-section.active-section{
  display:flex !important;
  flex-direction:column !important;
  align-items:stretch !important;
  justify-content:flex-start !important;
  height:auto !important;
  max-height:none !important;
  overflow:visible !important;
}
#inicio .home-cover-v1752,
#inicio .home-story-v1752,
#inicio .home-story-grid-v1752,
#noticias,
#noticias #newsList,
#noticias .grid,
#noticias .news-card,
#noticias .news-card-v1764,
#noticias .news-shell-v1764,
#noticias .news-list-v1764,
#clima,#trafico,#reality,#envivo,#participar,#contrataciones,#comunidad,#compras{
  height:auto !important;
  max-height:none !important;
  overflow-y:visible !important;
}
#noticias #newsList,
#noticias .grid{
  align-items:start !important;
}
img,video{
  max-width:100%;
}
body.public-menu-open-v1762{
  overflow-y:scroll !important;
}
@media(max-width:760px){
  html,body{
    overflow-y:auto !important;
    -webkit-overflow-scrolling:touch !important;
  }
}
