.occape-mobile-bar { display: none; }
.occape-mobile-ready #myNav { display: none; }
.occape-login-dialog { position: fixed; inset: 0; margin: auto; height: fit-content; border: 0; border-radius: 12px; padding: 16px; width: min(440px, calc(100% - 32px)); box-sizing: border-box; max-height: calc(100vh - 24px); max-height: calc(100dvh - 24px); overflow: auto; overscroll-behavior: contain; color: #333; }
.occape-login-dialog::backdrop { background: rgba(0,0,0,.65); }
.occape-login-dialog h2 { font: bold 20px Arial, sans-serif; margin: 8px 48px 20px 0; }
.occape-dialog-close { float: right; position: sticky; top: 0; min-width: 44px; min-height: 44px; border: 0; border-radius: 6px; background: #af1f17; color: #fff; font-size: 26px; cursor: pointer; }
.occape-login-dialog .SuscNews { display: block; border: 0; }
.occape-login-dialog .tituloSuscNews { display: none; }
#occape-login-dialog .SuscNews input:not([type="hidden"]), #occape-login-dialog .SuscNews select { display: block; width: 100%; max-width: 100%; min-height: 44px; margin: 10px 0; font-size: 16px; color: #444; box-sizing: border-box; }
#occape-login-dialog .SuscNews input[type="submit"]:hover { transform: none; }
.occape-login-dialog .SuscNews a { display: inline-block; padding: 12px 0; }
.occape-mobile-bar :focus-visible, .occape-login-dialog :focus-visible { outline: 3px solid #2459ac; outline-offset: 2px; }
@media screen and (max-width: 768px) {
  body.occape-mobile-ready { padding-bottom: calc(80px + env(safe-area-inset-bottom, 0px)); }
  .occape-mobile-ready .instalarApp, .occape-mobile-ready .whatsapp, .occape-mobile-ready .menuMovil, .occape-mobile-ready #ingreso-sistema { display: none !important; }
  .occape-mobile-ready .cuerpo .col1 { display: none; }
  .occape-mobile-ready .occape-mobile-bar { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); position: fixed; z-index: 1000; bottom: 0; left: 0; right: 0; background: #af1f17; box-shadow: 0 -2px 10px #0003; padding-bottom: env(safe-area-inset-bottom, 0px); }
  .occape-mobile-bar button, .occape-mobile-bar a { box-sizing: border-box; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 5px; min-width: 0; min-height: 72px; margin: 0; padding: 8px 2px; border: 0; border-radius: 0; background: transparent; color: #fff; font: 12px Arial, sans-serif; text-decoration: none; cursor: pointer; }
  .occape-mobile-bar svg { width: 24px; height: 24px; fill: currentColor; }
  .occape-mobile-ready #myNav { display: none; position: fixed; top: 0; left: 0; width: 100%; background: #000; color: #fff; z-index: 999; bottom: calc(72px + env(safe-area-inset-bottom, 0px)); height: auto !important; overflow-y: auto; transition: none; }
  .occape-mobile-ready #myNav.occape-menu-open { display: block; }
  .occape-mobile-ready #myNav .overlay-content { position: relative; top: 0; width: 90%; margin: 0 auto; text-align: center; padding-top: 80px; padding-bottom: 24px; }
  .occape-mobile-ready #myNav a { display: block; padding: 10px; color: #fff; text-decoration: none; }
  .occape-mobile-ready #myNav .closebtn { position: absolute; z-index: 1; top: 0; right: 16px; min-width: 44px; font-size: 48px; text-align: center; }
}
