*{margin:0;padding:0;box-sizing:border-box}.fundo{position:fixed;height:100vh;margin:0;offset:0;inset:0;display:flex;justify-content:center;flex-direction:column;align-items:center;z-index:99;background-color:#b3d9fa80;overflow:hidden}#fundo-fosco{-webkit-backdrop-filter:blur(25px);backdrop-filter:blur(25px)}.iconeCarregando{width:100px;height:100px;border-radius:100%;position:relative;outline:5px solid transparent;background:linear-gradient(45deg,#fff,#020066) border-box;-webkit-mask:radial-gradient(farthest-side,transparent calc(100% - 5px),white calc(100% - 5px));mask:radial-gradient(farthest-side,transparent calc(100% - 5px),white calc(100% - 5px));animation:girar 1.5s linear infinite}#textoCarregando:after{content:"";animation:adicionaPontos 1.5s infinite}@keyframes girar{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes adicionaPontos{0%{content:"."}33%{content:".."}66%{content:"..."}to{content:""}}
