body.loading,html.loading body{overflow:hidden!important}body.loading>*:not(#preloader),html.loading body>*:not(#preloader){visibility:hidden!important;opacity:0!important;animation:fallback-show .3s ease-in 3s forwards}#preloader{position:fixed;top:0;left:0;width:100vw;height:100vh;background:#fff;z-index:999999;display:flex;justify-content:center;align-items:center;opacity:1;visibility:visible;transition:opacity .3s ease-out,visibility .3s ease-out}.spinner{width:100px;height:100px;display:flex;justify-content:center;align-items:center}.spinner>div{animation:1.4s ease-in-out infinite both bouncedelay;height:47px;width:50px;background-image:url(../img/ico-huella-red.svg);background-size:contain;background-repeat:no-repeat;background-position:center}.spinner .bounce1{animation-delay:-.32s}@keyframes bouncedelay{0%,80%,100%{transform:scale(1)}40%{transform:scale(1.5)}}body.loaded>*:not(#preloader),html.loaded body>*:not(#preloader){visibility:visible!important;opacity:1!important;transition:opacity .2s ease-in}body.loaded #preloader,html.loaded #preloader{opacity:0;visibility:hidden;pointer-events:none}@keyframes fallback-show{0%{opacity:0}100%{opacity:1}}