/* FILES: carregando.css */
.bloqueio-tela{width:100%;height:100%;background:transparent;position:fixed;top:0;left:0;z-index:15000;display:none}.bloqueio-tela .carregando{width:300px;height:80px;position:absolute;top:50%;margin-top:-50px;left:50%;margin-left:-150px;z-index:15001;background:#4a4a4a;border-radius:5px;padding:10px 0}.bloqueio-tela .carregando .spin{width:32px;height:32px;margin:0 auto;margin-bottom:10px}.bloqueio-tela .carregando .texto{width:100%;float:left;text-align:center;color:#FFF;font-weight:700;font-size:16px}@media screen and (max-width:1000px){.bloqueio-tela .carregando{width:100%;left:0;margin-left:0;border-radius:0}}