#alerta[data-v-d505a10a]{align-items:center;background-color:var(--cor-branco);cursor:pointer;display:none;height:40px;justify-content:center;left:0;position:fixed;text-align:center;top:-40px;width:100%;z-index:10000}#alerta.mostrar[data-v-d505a10a]{animation:mostrarAlerta-d505a10a .3s ease-out;display:flex;top:0}#alerta.saindo[data-v-d505a10a]{animation:esconderAlerta-d505a10a .3s ease-in;top:-40px}#alerta svg[data-v-d505a10a]{margin:0 10px 0 0;min-width:15px;width:15px}#alerta p[data-v-d505a10a]{font-family:var(--regular);font-size:var(--f1)}#alerta.positivo[data-v-d505a10a]{background-color:var(--cor-verde)}#alerta.positivo svg[data-v-d505a10a]{fill:var(--cor-preto-fixo)}#alerta.positivo p[data-v-d505a10a]{color:var(--cor-preto-fixo)}#alerta.negativo[data-v-d505a10a]{background-color:var(--cor-vermelho)}#alerta.negativo svg[data-v-d505a10a]{fill:var(--cor-branco-fixo)}#alerta.negativo p[data-v-d505a10a]{color:var(--cor-branco-fixo)}@keyframes mostrarAlerta-d505a10a{0%{top:-40px}to{top:0}}@keyframes esconderAlerta-d505a10a{0%{top:0}to{top:-40px}}@media screen and (max-width:1000px){#alerta[data-v-d505a10a]{height:calc(40px + env(safe-area-inset-top,0px));padding-top:env(safe-area-inset-top,0)}#alerta p[data-v-d505a10a]{font-size:var(--f2)}}
