
#carga{border-top-color:#d80001;z-index: 100;border-top-style:groove;height:130px;width:130px;border-radius:100%;-webkit-animation:girar 1.5s linear infinite;animation:girar 1.5s linear infinite}
#carga,
#imagen,
#texto{position:fixed;top:0;left:0;right:0;bottom:0;margin:auto}
#texto{color:#000;height:230px;width:200px}
@-webkit-keyframes girar{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}
@keyframes girar{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}
/*# sourceMappingURL=main.dbc05644.chunk.css.map */