body{
  margin:0px;
  width:100vw;
  height:100vh;
  overflow:auto;
}


.game_container {
    position: relative;   
}

.game_title p {
    font-family: 'Sigurd';
    font-weight: 300;
    font-size: 120px;
    line-height: 34px;
    text-align: center;
    letter-spacing: 0.01em;
    padding-bottom: 0;
    margin-bottom: -60px;
}

.game_text p {
    margin-top: 14px !important;
    width: 636px;
    max-width: 90%;
    font-family: Rules;
    font-weight: 300;
    font-size: 16px;
    line-height: 26px;
    color: #d9d9d9;
    text-align: left;
    margin: auto;
}

.game_logo {
    width: 351px;
    max-width: 80%;
    text-align: center;
    margin: auto;
    padding-bottom: 100px;
}

.game_logo img {
    width: 80%;
    height: auto;
}

.contenedor-letra {
     display: flex;
     width: 26px;
     height: 38px;
     padding: 8px 6px;
       box-shadow: 0px 1px 0px 0px #898A8D;
       border-radius: 4px;
       border: solid white;
       border-width: 1px;
     flex-direction: column;
     justify-content: center;
     align-items: center;
     gap: 10px;
     flex-shrink: 0;
    color: #000;
    text-align: center;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px; /* 146.667% */
    letter-spacing: -0.3px;
    text-transform: uppercase;
}


div#tecladoContainer {
  display: flex;
  gap: 0.5rem;
  flex-wrap: wrap;
  justify-content: center;
}

.tecla {
     display: flex;
     width: 26px;
     height: 38px;
     padding: 8px 6px;
       box-shadow: 0px 1px 0px 0px #898A8D;
       border-radius: 4px;
       border: solid white;
       border-width: 1px;
     flex-direction: column;
     justify-content: center;
     align-items: center;
     gap: 10px;
     flex-shrink: 0;
    background-color: #fff;
    color: #000;
    text-align: center;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px; /* 146.667% */
    letter-spacing: -0.3px;
    text-transform: uppercase;
}

.tecla:hover {
  opacity: 0.4;
  box-shadow: none;
}

.tecla-desactivada {
  background: grey;
  pointer-events: none;
}

.letra-ok {
  background: white;
  pointer-events: none;
}

.landing_text {
    margin-top: 14px !important;
    width: 636px;
    max-width: 90%;
    font-family: Rules;
    font-weight: 300;
    font-size: 16px;
    line-height: 26px;
    color: #d9d9d9;
    text-align: center;
    margin: auto;
}

.landing_button {
    margin-top: 41px !important;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 16px 20px 14px 20px;
    border: 1px solid #d9d9d9;
    border-radius: 50px;
    font-family: Rules;
    font-weight: 300;
    font-size: 13px;
    color: #d9d9d9;
    width: fit-content;
    margin: auto;
    cursor: pointer;
    transition: all 0.3s ease;
    text-decoration: unset;
}
.landing_button:hover {
    color: #000;
    background-color: #fff;
}

.video_preview {
    margin-top: 65px !important;
}

.video_cover {
    width: 100%;
    height: auto;
    position: relative;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 40px;
}

.video_cover .video_button {
    width: 86px;
    height: 86px;
    position: absolute;
    cursor: pointer;
}

footer {
    padding: 40px 0px 32px 0px;
    /* margin: 0px auto; */
    /* width: 57.394vw;
    margin: 67px auto; */
}

@media( max-width: 768px ) {
    footer {
        padding-top: 97px;
        /* padding: 0px; */
    }
}


*{
  margin:0;
  padding: 0;
  box-sizing:border-box;
}
.contenedor-general {
  margin: 0 auto;
}

h1.titulo-principal {
  text-align: center;
  color: white;
  background: red;
  margin-bottom:0;

}

.contenedor-general h2 {
  text-align: center;
  font-size: 1.5rem;
  line-height: 1.7rem;
}

input#inputPalabra,
input#inputLetra {
  font-size: 2rem;
  text-align: center;
  max-width: 80%;
  background: white;
  border-radius: 30px;
  border: 2px solid;
}

input#inputLetra {
  width: 3rem;

}

div#inicioContent h3 {
  font-size: 1.2rem;
  text-align: center;
  margin-bottom:0;
}

div#inicioContent p {
  text-align: center;
}

div#palabraContainer {
display: flex;
gap: 0.5rem;
flex-wrap: wrap;
justify-content: center;
}

div#infoJuego {
  color: #FFF;
  text-align: center;
  font-family: Rules;
  font-size: 13px;
  font-style: normal;
  line-height: 18px; /* 138.462% */
  letter-spacing: -0.26px;
}

.button-container {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.juego-container_td {
  display: block;
  grid-template-columns: 50% 50%;
  gap: 1rem;
  padding: 20px;
  margin: 0 auto;
  text-align: center;
}


div#juegoContent {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  align-items: center;
}

p.letra {
  border-bottom: 2px solid black;
  font-size: 4rem;
  min-width: 2rem;
  min-height: 4rem;
  text-transform: uppercase
}


@keyframes mymove {
  0% {
    background: #ff000030;
  }

  50% {
    background: #0000ff30;
  }

  100% {
    background: #6060601f;
  }
}

svg#svg5 {
  width: 60%;
}

.parte {
  background: black;
}

#restartBtn {
    display: inline-flex;
    padding: 8px 36px;
    align-items: flex-start;
    gap: 20px;
    border-radius: 50px;
    border: 1px solid #D9D9D9;
}

#homeBtn {
    display: inline-flex;
    padding: 8px 36px;
    align-items: flex-start;
    gap: 20px;
    border-radius: 50px;
    border: 1px solid #D9D9D9;
    text-decoration: none;
    color: white;
}

.ventana-container {
  background: rgba(217, 217, 217, 0.10);
  backdrop-filter: blur(27px);
  -webkit-backdrop-filter: blur(27px);
  text-align: center;
}


  .ventana-container {
      overflow-y: auto; 
    }
    .fin-juego-info {
        overflow-y: initial !important
    }


.ventana-container {
    display: none;
}
#finJuegoContainer {
  color: white;
  text-align: center;
  padding: 120px 40px 30px 40px;
}

.mostrar {
  display: initial;

}

@media screen and (max-width: 800px) {
  .juego-container_td {
    grid-template-columns: 100%;
    gap: 2rem;
  }     
}

@media screen and (max-width: 440px) {
  p.letra {
    font-size: 1.7rem;
    min-width: 1.3rem;
    min-height: 2rem;
  }
  
  .tecla {
    padding: 0.5rem;
    font-size: 1.4rem;
   }
}
