#alertaGlobal{align-items:center;background-color:var(--cor-escuro-1);border-radius:10px;cursor:pointer;display:none;height:50px;justify-content:center;left:50%;padding:0 40px;position:fixed;text-align:center;top:-40px;transform:translate(-50%);z-index:2147483647}#alertaGlobal.mostrar{animation:mostrarAlertaGlobal .3s ease-out;display:flex;top:15px}#alertaGlobal.saindo{animation:esconderAlertaGlobal .3s ease-in;top:-40px}#alertaGlobal svg{min-width:15px;width:15px;fill:var(--cor-branco);margin:0 10px 0 0}#alertaGlobal p{color:var(--cor-branco);font-size:var(--f1)}#alertaGlobal.positivo{background-color:var(--cor-verde)}#alertaGlobal.positivo p{color:var(--cor-branco-fixo)}#alertaGlobal.positivo svg{fill:var(--cor-branco-fixo)}#alertaGlobal.negativo{background-color:var(--cor-vermelho)}#alertaGlobal.negativo p{color:var(--cor-branco-fixo)}#alertaGlobal.negativo svg{fill:var(--cor-branco-fixo)}@keyframes mostrarAlertaGlobal{0%{top:-40px;transform:translate(-50%)}to{top:15px;transform:translate(-50%)}}@keyframes esconderAlertaGlobal{0%{top:15px;transform:translate(-50%)}to{top:-40px;transform:translate(-50%)}}@media screen and (max-width:1000px){#alertaGlobal{box-sizing:border-box;height:44px;max-width:420px;padding:0 20px;width:calc(100vw - 24px)}#alertaGlobal.mostrar{top:calc(env(safe-area-inset-top,0px) + 12px)}#alertaGlobal.saindo{top:-60px}#alertaGlobal p{font-size:var(--f2)}@keyframes mostrarAlertaGlobal{0%{top:-60px;transform:translate(-50%)}to{top:calc(env(safe-area-inset-top,0px) + 12px);transform:translate(-50%)}}@keyframes esconderAlertaGlobal{0%{top:calc(env(safe-area-inset-top,0px) + 12px);transform:translate(-50%)}to{top:-60px;transform:translate(-50%)}}}
