#preloader{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#65b8fc54;z-index:999}#preloader .inner{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.bolas>div{display:inline-block;background-color:#fff;width:5vh;height:5vh;border-radius:100%;margin:3px;-webkit-animation-fill-mode:both;animation-fill-mode:both;animation-name:animarBola;animation-timing-function:linear;animation-iteration-count:infinite}.bolas>div:nth-child(1){animation-duration:10.75s;animation-delay:0}.bolas>div:nth-child(2){animation-duration:10.75s;animation-delay:.12s}.bolas>div:nth-child(3){animation-duration:10.75s;animation-delay:.24s}@keyframes animarBolas{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}16%{-webkit-transform:scale(.1);transform:scale(.1);opacity:.7}33%{-webkit-transform:scale(1);transform:scale(1);opacity:1}}#loading{display:none;position:fixed;width:100%;height:100%;top:0;left:0;background:#ffffffb3;z-index:9999;text-align:center;justify-content:center;align-items:center}#loading .spinner{border:16px solid #f3f3f3;border-top:16px solid #3498db;border-radius:50%;width:120px;height:120px;animation:spin 2s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}
