body
{
  background-color: #ff563d;
  margin: 0px;
}
#capa_load{
                width:100%;
                background:#fff;
                margin:0px;
                z-index: 9999;
                height:100vh;
                position: fixed;
                opacity: 0.98;
                text-align: center;  
                           
}
.pace .pace-progress{
	z-index:999999999999999999!important;
}

.pace{
	z-index:999999999999999999!important;
}
.overflow{
	overflow: hidden;
}

#capa_load1{

                color:#ccc;
                position:absolute;
                left:45%;
                top:60%;
                font-size:18px;
}
#load {
  position:absolute;
  width:55%;
  height:36px;
  left:20%;
  font-size:20px;
  font-weight:bold;
  top:60%;
  overflow:visible;
  -webkit-user-select:none;
  -moz-user-select:none;
  -ms-user-select:none;
  user-select:none;
  cursor:default;
}

#load div {
  position:absolute;
  width:24px;
  height:36px;
  opacity:0;
  font-family:Helvetica, Arial, sans-serif;
  animation:move 2s linear infinite;
  -o-animation:move 2s linear infinite;
  -moz-animation:move 2s linear infinite;
  -webkit-animation:move 2s linear infinite;
  transform:rotate(180deg);
  -o-transform:rotate(180deg);
  -moz-transform:rotate(180deg);
  -webkit-transform:rotate(180deg);
  color:#690965;
}
#doodle
{
  margin: 7%;
}

#load div:nth-child(2) {
  animation-delay:0.2s;
  -o-animation-delay:0.2s;
  -moz-animation-delay:0.2s;
  -webkit-animation-delay:0.2s;
}
#load div:nth-child(3) {
  animation-delay:0.4s;
  -o-animation-delay:0.4s;
  -webkit-animation-delay:0.4s;
  -webkit-animation-delay:0.4s;
}
#load div:nth-child(4) {
  animation-delay:0.6s;
  -o-animation-delay:0.6s;
  -moz-animation-delay:0.6s;
  -webkit-animation-delay:0.6s;
}
#load div:nth-child(5) {
  animation-delay:0.8s;
  -o-animation-delay:0.8s;
  -moz-animation-delay:0.8s;
  -webkit-animation-delay:0.8s;
}
#load div:nth-child(6) {
  animation-delay:1s;
  -o-animation-delay:1s;
  -moz-animation-delay:1s;
  -webkit-animation-delay:1s;
}
#load div:nth-child(7) {
  animation-delay:1.2s;
  -o-animation-delay:1.2s;
  -moz-animation-delay:1.2s;
  -webkit-animation-delay:1.2s;
}
#load div:nth-child(8) {
  animation-delay:1.4s;
  -o-animation-delay:1.4s;
  -moz-animation-delay:1.4s;
  -webkit-animation-delay:1.4s;
}

@keyframes move {
  0% {
    left:0;
    opacity:0;
  }
                35% {
                               left: 41%; 
                               -moz-transform:rotate(0deg);
                               -webkit-transform:rotate(0deg);
                               -o-transform:rotate(0deg);
                               transform:rotate(0deg);
                               opacity:1;
                }
                65% {
                               left:59%; 
                               -moz-transform:rotate(0deg); 
                               -webkit-transform:rotate(0deg); 
                               -o-transform:rotate(0deg);
                               transform:rotate(0deg); 
                               opacity:1;
                }
                100% {
                               left:100%; 
                               -moz-transform:rotate(-180deg); 
                               -webkit-transform:rotate(-180deg); 
                               -o-transform:rotate(-180deg); 
                               transform:rotate(-180deg);
                               opacity:0;
                }
}

@-moz-keyframes move {
                0% {
                               left:0; 
                               opacity:0;
                }
                35% {
                               left:41%; 
                               -moz-transform:rotate(0deg); 
                               transform:rotate(0deg);
                               opacity:1;
                }
                65% {
                               left:59%; 
                               -moz-transform:rotate(0deg); 
                               transform:rotate(0deg);
                               opacity:1;
                }
                100% {
                               left:100%; 
                               -moz-transform:rotate(-180deg); 
                               transform:rotate(-180deg);
                               opacity:0;
                }
}

@-webkit-keyframes move {
  0% {
    left:0; 
    opacity:0;
  }
  35% {
    left:41%; 
    -webkit-transform:rotate(0deg); 
    transform:rotate(0deg); 
    opacity:1;
  }
  65% {
    left:59%; 
    -webkit-transform:rotate(0deg); 
    transform:rotate(0deg); 
    opacity:1;
  }
  100% {
    left:100%;
    -webkit-transform:rotate(-180deg); 
    transform:rotate(-180deg); 
    opacity:0;
  }
}

@-o-keyframes move {
  0% {
    left:0; 
    opacity:0;
  }
  35% {
    left:41%; 
    -o-transform:rotate(0deg); 
    transform:rotate(0deg); 
    opacity:1;
  }
  65% {
    left:59%; 
    -o-transform:rotate(0deg); 
    transform:rotate(0deg); 
    opacity:1;
  }
  100% {
    left:100%; 
    -o-transform:rotate(-180deg); 
    transform:rotate(-180deg); 
    opacity:0;
  }
}

/*@media only screen and (max-width: 1500px){
    #doodle
    {
      margin-top:4%;
      width: 10%;

    }
}*/
@media only screen and (max-width: 1000px){
    #doodle
    {
      margin-top:10%;     
    }
}
@media only screen and (max-width: 700px){
    #doodle
    {
      margin-top:15%;     
    }
}
@media only screen and (max-width: 600px){
    #doodle
    {
      margin-top:25%;     
    }
    #doodle img
    {
      max-width: 25%;
    }
}

@media only screen and (max-width: 400px){
  #load{
    font-size: 16px;
  }
}
@media only screen and (max-width: 300px){
  #load{
    font-size: 12px;
  }
}


/*@media only screen and (max-width: 1710px){
    #load {
      left: 45%;
    }
}
@media only screen and (max-width: 1500px){
    #load {
      left: 45%;
    }
}
@media only screen and (max-width: 1320px){
    #load {
      width: 55%;
    }
    #doodle{
      left: 43%;

    }
}
@media only screen and (max-width: 1050px){
    #load {
      left: 50%;
    }
    #doodle{
      left:42%;
    }
}
@media only screen and (max-width: 950px){
    #load {
      left: 55%;
    }
    #doodle{
      left:41%;
    }    
    #doodle img
    {
      max-width: 95%;
    }
}

@media only screen and (max-width: 850px){
    #load {
      left: 60%;
    }
    
}
@media only screen and (max-width: 700px){
    #load {
      left: 65%;
    }
    #doodle {
      top: 15%;
      left: 38%;
    }

    #doodle img
    {
      max-width: 90%;
    }
}
@media only screen and (max-width: 600px){
    #load {
      left: 70%;
      font-size: 18px;
    }
    #doodle{
      left: 37%;      
    }
    #doodle img
    {
      max-width: 85%;
    }
}
@media only screen and (max-width: 550px){
    #load {
      left: 75%;
      font-size: 16px;
    }
    #doodle img
    {
      max-width: 80%;
    }
    #doodle
    {
      top: 20%;
      left: 35%;
    }
}

@media only screen and (max-width: 450px){
    #doodle {
      top: 20%;
    }
    #load
    {
      left: 87%;
    }
}

@media only screen and (max-width: 360px){
    #doodle {
      top: 25%;
    }
}*/