/*--------------------------------------------------------------# Preloader--------------------------------------------------------------*/
#preloader {position: fixed;top: 0;left: 0;right: 0;bottom: 0;z-index: 9999;overflow: hidden;background: #fff; opacity:0.5}
#preloader:before {content: "";position: fixed;top: calc(50% - 30px);left: calc(50% - 30px);border: 6px solid #3366CC;border-top-color:#0099FF;border-radius: 50%;width: 140px;height: 140px;animation: animate-preloader 1s linear infinite;background-image:url(../imagenes/loader.png);background-repeat: no-repeat;background-position: center;}
@keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}
@media (max-width: 992px) {#preloader:before {left: calc(40% - 30px)}}
/*--------------------------------------------------------------# --------------------------------------------------------------*//* CSS Document */

