@charset "UTF-8";#landscape-block{display:none;position:fixed;inset:0;z-index:999999;background:linear-gradient(135deg,#182678,#4f8cff 55%,#7c5cff);color:#fff;align-items:center;justify-content:center;text-align:center}#landscape-block .landscape-block__content{display:flex;flex-direction:column;align-items:center;gap:1.4rem}#landscape-block .landscape-block__content svg{opacity:.9;animation:rotate-hint 2s ease-in-out infinite}#landscape-block .landscape-block__content p{font-size:1.1rem;line-height:1.5;margin:0;font-family:var(--font-sans);opacity:.95}#landscape-block .landscape-block__content p strong{font-size:1.3rem}#landscape-block .landscape-block__logo{width:160px;height:auto;opacity:.95;animation:logo-fade-in .8s ease-out both}#landscape-block .landscape-block__divider{width:48px;height:2px;background:#ffffff4d;border-radius:1px}@keyframes rotate-hint{0%,to{transform:rotate(0)}25%{transform:rotate(-90deg)}50%{transform:rotate(-90deg)}75%{transform:rotate(0)}}@keyframes logo-fade-in{0%{opacity:0;transform:translateY(-8px)}to{opacity:.95;transform:translateY(0)}}@media(orientation:landscape)and (pointer:coarse)and (any-pointer:coarse)and (not (any-pointer:fine))and (max-width:1024px)and (max-height:820px){html:not(.nao-bloquear-paisagem) #landscape-block{display:flex}html:not(.nao-bloquear-paisagem) app-root{display:none!important}}:root{--app-shell-height: 100dvh;--font-sans: ui-sans-serif, system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif;--font-mono: ui-monospace, SFMono-Regular, "SF Mono", Menlo, Consolas, "Liberation Mono", monospace;--brand-blue-900: #101b65;--brand-blue-800: #182678;--brand-blue-700: #2136b2;--brand-blue-600: #386bfb;--brand-blue-500: #4f8cff;--brand-violet-500: #7c5cff;--brand-blue-200: #bac9ff;--brand-blue-100: #edf1ff;--brand-red-700: #b40f19;--brand-red-600: #cb1a25;--brand-red-500: #de3541;--brand-red-100: #fde9ec;--ink-900: #14233f;--ink-700: #2a3f63;--ink-500: #5b7298;--ink-inverse: #ffffff;--surface-0: #ffffff;--surface-50: #f7faff;--surface-100: #edf3fb;--surface-200: #d8e4f3;--border-soft: #d5e2f2;--border-strong: #adc8e8;--brand-accent-700: #0f766e;--brand-accent-500: #14b8a6;--brand-accent-300: #2ee6a8;--brand-accent-100: #e6fbf7;--gradient-brand: linear-gradient(135deg, #182678 0%, #4f8cff 58%, #7c5cff 100%);--gradient-accent: linear-gradient(100deg, #2ee6a8 0%, #14b8a6 100%);--gradient-soft: linear-gradient(135deg, #f8faff 0%, #edf1ff 100%);--gradient-soft-alt: linear-gradient(135deg, #edf1ff 0%, #e0e7ff 100%)}.page-acoes,.page-acoes *,.page-acoes *:before,.page-acoes *:after{box-sizing:border-box}html,body{margin:0;padding:0;height:100%;min-height:100dvh;width:100%;overflow:hidden;overscroll-behavior:none;background-image:url(/background.svg);background-size:cover;background-position:center;background-repeat:no-repeat;background-attachment:fixed}body.rota-publica{background-image:none;background-color:#f7faff}app-root{display:flex;flex-direction:column;height:100%;min-height:100dvh;overflow:hidden}app-root>*{display:block;flex:0 0 auto;width:100%;min-width:0}@supports not (height: 100dvh){html,body,app-root{height:100vh;min-height:100vh}}@media(max-width:1023px){html,body,app-root{height:100%;min-height:100dvh}body{background-attachment:scroll}}
