.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; }
.occape-login-error-dialog { position: fixed; inset: 0; margin: auto; width: min(520px, calc(100% - 32px)); max-height: calc(100vh - 32px); max-height: calc(100dvh - 32px); overflow: auto; box-sizing: border-box; padding: 36px; border: 1px solid #e2d8d5; border-radius: 16px; background: #fff; color: #292523; box-shadow: 0 24px 70px rgba(41, 18, 15, .32); font-family: Arial, sans-serif; }
.occape-login-error-dialog::backdrop { background: rgba(23, 18, 17, .66); backdrop-filter: blur(2px); }
.occape-login-error-dialog[open] { animation: occape-login-error-in .18s ease-out; }
.occape-login-error-close { position: absolute; top: 16px; right: 16px; width: 40px; height: 40px; padding: 0; border: 0; border-radius: 50%; background: transparent; color: #665b58; font-size: 28px; line-height: 1; cursor: pointer; }
.occape-login-error-close:hover { background: #f7efed; color: #af1f17; }
.occape-login-error-icon { display: grid; place-items: center; width: 64px; height: 64px; margin-bottom: 24px; border-radius: 50%; background: #fae9e6; color: #b91e18; }
.occape-login-error-icon svg { width: 31px; height: 31px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; }
.occape-login-error-kicker { display: block; margin-bottom: 12px; color: #b91e18; font-size: 12px; font-weight: 700; letter-spacing: .16em; }
.occape-login-error-dialog h2 { margin: 0 48px 12px 0; color: #171414; font-size: 30px; line-height: 1.15; }
.occape-login-error-dialog p { margin: 0 0 28px; color: #554e4b; font-size: 16px; line-height: 1.55; }
.occape-login-error-actions { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.occape-login-error-actions button, .occape-login-error-actions a { display: flex; align-items: center; justify-content: center; min-height: 48px; box-sizing: border-box; padding: 11px 16px; border-radius: 8px; font-size: 15px; font-weight: 700; text-align: center; cursor: pointer; }
.occape-login-error-actions button { border: 1px solid #b91e18; background: #b91e18; color: #fff; }
.occape-login-error-actions button:hover { background: #951813; }
.occape-login-error-actions a { border: 1px solid #d9cfcc; background: #fff; color: #7f1814; text-decoration: none; }
.occape-login-error-actions a:hover { background: #faf5f3; }
.occape-login-error-dialog :focus-visible { outline: 3px solid #2459ac; outline-offset: 2px; }
@keyframes occape-login-error-in { from { opacity: 0; transform: translateY(10px) scale(.985); } to { opacity: 1; transform: none; } }
@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; }
  .occape-login-error-dialog { padding: 28px 22px 22px; }
  .occape-login-error-dialog h2 { font-size: 25px; }
  .occape-login-error-actions { grid-template-columns: 1fr; }
}
@media (prefers-reduced-motion: reduce) {
  .occape-login-error-dialog[open] { animation: none; }
}
