/* archivo realizado para agilizar la carga - Pablo Cuadrado .: 21/02/2021 */
#loader-wrapper {position: fixed; top: 0; left: 0; width: 100%; height: 100%; z-index: 77; background-color: #ffffff; opacity: 1; display: block;}
#loader-wrapper.loader-off, body.loaded #loader-wrapper {/* opacity: 0; *//* visibility: hidden; */-webkit-transition: all 500ms linear 0s;-moz-transition: all 500ms linear 0s;-ms-transition: all 500ms linear 0s;-o-transition: all 500ms linear 0s;transition: all 500ms linear 0s;}
#loader {position: absolute; top: calc(50% - 20px); left: 50%; width: 200px; height: 200px; margin-top: -9px; margin-left: -100px; perspective: 400px; transform-type: preserve-3d; text-align: center}
#loader .dot {animation: loader ease-in-out 3s infinite; height: 15px; width: 15px; border-radius: 50%; background-color: black; position: absolute; background: #2879fe;}
#loader .dot:nth-child(2) {animation-delay: 0.5s;}
#loader .dot:nth-child(3) {animation-delay: 0.4s;}
#loader .dot:nth-child(4) {animation-delay: 0.3s;}
#loader .dot:nth-child(5) {animation-delay: 0.2s;}
#loader .dot:nth-child(6) {animation-delay: 0.1s;}
#loader .dot:nth-child(7) {animation-delay: 0s;}
html:not(.ie) #loader .dot {border: 2px solid #ffffff;}