/* =========================================================
   NAOS - Bloquear scroll en página simple mobile
========================================================= */

@media (max-width: 767px) {
  html,
  body {
    height: 100%;
    overflow: hidden !important;
    overscroll-behavior: none;
  }

  body.naos-is-leaving {
    overflow: hidden !important;
  }

  .naos-simple-page {
    position: fixed !important;
    inset: 0 !important;

    width: 100vw !important;
    height: 100vh !important;
    height: 100svh !important;
    height: 100dvh !important;

    min-height: 100vh !important;
    min-height: 100svh !important;
    min-height: 100dvh !important;

    max-height: 100vh !important;
    max-height: 100svh !important;
    max-height: 100dvh !important;

    overflow: hidden !important;
  }

  .naos-simple-page > .e-con,
  .naos-simple-page .e-con {
    max-height: 100dvh !important;
  }
}