
.tokenNotValid{
  
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%; 
}


.size-container {
  margin: 0 auto;
  margin-top: 15px;
  width: 80%;
  max-width: 1920px;
}

#textForBaner {
    color: #ffffff;
    font-size: 32px;
    /*margin-top: 150px;*/
   /* position: inherit;*/
    /*display: block;*/
    cursor: pointer;
    height: 79px;
    font-weight: bold;
}
#prev_img {
  width: 10%;
}
.textForBaner{
  background: #000000; 
  width: 100%; 
  height: 100%; 
  z-index: 4; 
  justify-content: center; 
  align-items: center; 
  display: flex; 
  flex-direction: column;
  opacity: 1; 
  pointer-events: auto; 
  transition: opacity 325ms cubic-bezier(0.4, 0, 0.2, 1);
  gap:20px;
}
 
.loading-container {
  display: flex;
}

.loading {
  height: 12%;
  margin: 0;
}

.dash {
  margin: 0 15px;
  width: 35px;
  height: 6px;
  border-radius: 8px;
  background: #2A66A8;
  box-shadow: 0 0 10px 0 #FFFFFF;
}

.uno {
  margin-right: -18px;
  transform-origin: center left;
  animation: spin 3s linear infinite;  
}

.dos {
  transform-origin: center right;
  animation: spin2 3s linear infinite;
  animation-delay: .2s;
}

.tres {
  transform-origin: center right;
  animation: spin3 3s linear infinite;
  animation-delay: .3s;
}

.cuatro {
  transform-origin: center right;
  animation: spin4 3s linear infinite;
  animation-delay: .4s;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  25% {
    transform: rotate(360deg);
  }
  30% {
    transform: rotate(370deg);
  }
  35% {
    transform: rotate(360deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes spin2 {
  0% {
    transform: rotate(0deg);
  }
  20% {
    transform: rotate(0deg);
  }
  30% {
    transform: rotate(-180deg);
  }
  35% {
    transform: rotate(-190deg);
  }
  40% {
    transform: rotate(-180deg);
  }
  78% {
    transform: rotate(-180deg);
  }
  95% {
    transform: rotate(-360deg);
  }
  98% {
    transform: rotate(-370deg);
  }
  100% {
    transform: rotate(-360deg);
  }
}

@keyframes spin3 {
  0% {
    transform: rotate(0deg);
  }
  27% {
    transform: rotate(0deg);  
  }
  40% {
    transform: rotate(180deg);
  }
  45% {
    transform: rotate(190deg);
  }
  50% {
    transform: rotate(180deg);
  }
  62% {
    transform: rotate(180deg);
  }
  75% {
    transform: rotate(360deg);
  }
  80% {
    transform: rotate(370deg);
  }
  85% {
    transform: rotate(360deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes spin4 {
  0% {
    transform: rotate(0deg);
  }
  38% {
    transform: rotate(0deg);
  }
  60% {
    transform: rotate(-360deg);
  }
  65% {
    transform: rotate(-370deg);
  }
  75% {
    transform: rotate(-360deg);
  }
  100% {
    transform: rotate(-360deg);
  }
}


.grid-12 {
  margin: -35px;
  display: none;
  grid-template-columns: repeat(12, 1fr);
  grid-template-rows: repeat(12, 1fr);
  
  height: 100vh;
}

.grid-element {
  padding: 5px;
  font-size: 14px;
  color: #fff;
}

.grid-video {
  text-align: center;
  grid-column: 1 / -1;
  grid-row: 3;
}
.grid-text {
  text-align: center;
  grid-column: 3 / 11;
  grid-row: 6;
}
.textScreenRotation {
  font-size: 54px;
}
.logo_mobile {
  animation: pulse 2s infinite;
  max-height: 35%; 
}

@media (max-width: 501px) {
  .grid-video {
    text-align: center;
    grid-column: 1 / 13;
    grid-row: 1 ;
  }
  .grid-text {
    text-align: center;
    grid-column: 2 / 12;
    grid-row: 4;
  }
  .textScreenRotation {
    font-size: 20px;
  }

}

/*.logo_mobile {
  display: none;
}*/

.rotate_screen{
  margin: 0 auto;
  position: absolute;
  width: auto;
  height: auto;
}

.logo_mobile {
    width: 30%;
    height: auto;
}

@media (max-width: 600px) {
  .logo_mobile {
      width: 50%;
  }
}




#video-container {
  display: none;
  width: 100vw;
  height: 100vh;
  position: relative;
}
#video-container video {
  left: 0;
  top: 0;
}

#video-container ~ h1 {
  text-align: center;
} 

.tokenValid { 
  display: flex; 
  flex-direction: column;
  justify-content: center; 
  align-items: center; 
  height: 100vh; 
  gap: 20px;
}
.queue{
  padding-top: 30px;
  display: none;
}

.queue > div:first-child {
  border-radius: 25px;
  padding: 20px;
  background-color: #2a67a80e;
}