/*
 * Preferências de cookies do site público.
 *
 * O componente é independente do CMS: o ExpressionEngine controla a decisão
 * e este arquivo se restringe à apresentação acessível do aviso e do diálogo.
 */
.cookieConsentBanner{position:fixed;z-index:1000;right:20px;bottom:20px;left:20px;display:grid;grid-template-columns:minmax(0,1fr) auto;gap:22px;align-items:center;max-width:980px;margin:0 auto;padding:22px 24px;border:1px solid rgba(98,213,208,.48);border-radius:16px;background:#071f49;color:#fff;box-shadow:0 18px 52px rgba(6,13,43,.38)}
.cookieConsentBanner[hidden],.cookieConsentReopen[hidden]{display:none!important}
.cookieConsentBanner h2,.cookieConsentDialog h2{margin:0;color:#fff;font-size:20px;line-height:1.25}
.cookieConsentBanner p{max-width:690px;margin:8px 0 0;color:#e1ebfa;font-size:14px;line-height:1.55}
.cookieConsentBanner a,.cookieConsentDialog a{color:#8be7e3;text-decoration:underline;text-underline-offset:3px}
.cookieConsentActions{display:flex;flex-wrap:wrap;gap:9px;justify-content:flex-end}
.cookieConsentButton{min-height:42px;padding:10px 14px;border:1px solid transparent;border-radius:9px;background:#fff;color:#092554;font:inherit;font-size:14px;font-weight:800;line-height:1.2;cursor:pointer}
.cookieConsentButton:hover,.cookieConsentButton:focus-visible{outline:3px solid rgba(98,213,208,.58);outline-offset:2px}
.cookieConsentButtonPrimary{background:#62d5d0;color:#06254f}
.cookieConsentButtonSecondary{border-color:rgba(255,255,255,.58);background:transparent;color:#fff}
.floatingActions{position:fixed;z-index:30;right:18px;bottom:18px;display:flex;align-items:center;gap:10px}
.floatingActions .cookieConsent{display:contents}
.cookieConsentReopen{position:fixed;z-index:998;right:18px;bottom:18px;display:grid;place-items:center;width:46px;height:46px;padding:0;border:1px solid #9ac4d8;border-radius:50%;background:#fff;color:#092554;box-shadow:0 8px 24px rgba(6,13,43,.2);cursor:pointer}
.cookieConsentReopen svg{width:21px;height:21px;fill:currentColor}
.floatingActions .cookieConsentReopen{position:static;z-index:auto;flex:0 0 46px}
.floatingActions .zap{position:static;right:auto;bottom:auto;height:46px}
.cookieConsentDialog{width:min(620px,calc(100% - 28px));max-height:calc(100% - 28px);margin:auto;padding:0;border:0;border-radius:16px;background:#fff;color:#283852;box-shadow:0 24px 70px rgba(6,13,43,.45)}
.cookieConsentDialog::backdrop{background:rgba(4,16,40,.68)}
.cookieConsentDialogInner{padding:26px}
.cookieConsentDialogHeader{display:flex;gap:18px;align-items:flex-start;justify-content:space-between;padding:22px 26px;background:#092554;color:#fff}
.cookieConsentDialogHeader p{margin:7px 0 0;color:#dce9fa;font-size:14px;line-height:1.5}
.cookieConsentClose{width:36px;height:36px;border:1px solid rgba(255,255,255,.55);border-radius:50%;background:transparent;color:#fff;font-size:24px;line-height:1;cursor:pointer}
.cookieConsentDialog h3{margin:0 0 8px;color:#092554;font-size:17px}
.cookieConsentDialog p{line-height:1.58}
.cookieConsentChoice{display:grid;grid-template-columns:1fr auto;gap:18px;align-items:center;margin:20px 0;padding:18px;border:1px solid #d6e2ec;border-radius:12px;background:#f8fbfd}
.cookieConsentChoice label{display:flex;gap:9px;align-items:center;color:#092554;font-weight:800;cursor:pointer}
.cookieConsentChoice input{width:18px;height:18px;accent-color:#0f766e}
.cookieConsentDialogActions{display:flex;flex-wrap:wrap;gap:10px;justify-content:flex-end;margin-top:20px}
.cookieConsentDialog .cookieConsentButtonSecondary{border-color:#7594ac;color:#092554}
@media(max-width:700px){.cookieConsentBanner{right:10px;bottom:10px;left:10px;grid-template-columns:1fr;gap:16px;padding:20px}.cookieConsentActions{justify-content:flex-start}.cookieConsentButton{flex:1 1 190px}.cookieConsentChoice{grid-template-columns:1fr;gap:12px}.cookieConsentDialogHeader,.cookieConsentDialogInner{padding:20px}.floatingActions{right:16px;bottom:16px;left:16px}.floatingActions .zap{right:auto;left:auto;flex:1 1 auto}.cookieConsentReopen{right:10px;bottom:10px}}
