body {
  padding: 0;
  margin: 0;
  overflow: hidden;
}

#unity-container {
  position: absolute;
}
#unity-container.unity-desktop {
  /*left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);*/
  width: 100%; /* Restaura el tamaño completo */
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
#unity-container.unity-mobile {
  width: 100%;
  height: 100%;
}
#unity-canvas {
  background: url('Load_Page.png');
  flex-wrap: wrap;
  min-width: 300px;
  width: 100%; /* Ajusta el ancho al contenedor */
  height: auto; /* Altura proporcional al contenido */
  background-size: cover;
}
.unity-mobile #unity-canvas {
  width: 100%;
  height: 100%;
}
#counter {
  position: absolute;
  text-align: center;
  top: 0px;
  right: 0px;
  width: 100%;
  height: 100%;
  z-index: 8;
  opacity: 1;
  transform-origin: 0 50%;
}
#counter p {
  opacity: inherit;
  display: inherit;
  position: absolute;
  width: 141px;
  height: 0px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-family: 'Inter', sans-serif;
  font-style: medium;
  font-weight: 700;
  font-size: 24px;
  line-height: 29px;
  color: #FFFFFF;
}
#counter h1 {
  opacity: inherit;
  display: inherit;
  position: absolute;
  width: 1500px;
  height: 80px;
  left: 50%;
  top: 34%;
  transform: translate(-50%, -50%);
  font-family: 'Inter', sans-serif;
  font-style: Light;
  font-weight: 500;
  font-size: 32px;
  line-height: 38.73px;
  color: #FFFFFF;
}

#counter h2 {
  opacity: inherit;
  display: inherit;
  position: absolute;
  width: 1500px;
  height: 80px;
  left: 50%;
  top: 40%;
  transform: translate(-50%, -50%);
  font-family: 'Inter', sans-serif;
  font-style: Light;
  font-weight: 500;
  font-size: 32px;
  line-height: 38.73px;
  color: #FFFFFF;
}
#unity-loading-bar {
  position: absolute;
  left: 50%;
  top: 45%;
  transform: translate(-50%, -50%);
  display: none;
}
#unity-logo {
  position: absolute;
  width: 500px;
  height: 500px;
  left: 51%;
  top: 15%;
  transform: translate(-50%, -50%);
  background: url('Logo_Muvas_blanco.png') no-repeat center;
  background-size: contain;
}
#unity-progress-bar-empty {
  width: 169px;
  height: 21px;
  margin-top: 180px;
  margin-left: 50%;
  transform: translateX(-50%);
  background: url('BarraVacia.png') no-repeat center;
}
#unity-progress-bar-full {
  width: 0%;
  height: 18.5px;
  margin-top: 10px;
  background: url('BarraLlena.png') no-repeat center;
}
#unity-footer {
  position: relative;
}
.unity-mobile #unity-footer {
  display: none;
}
#unity-build-title {
  float: right;
  margin-right: 10px;
  line-height: 38px;
  font-family: arial;
  font-size: 18px;
}

#unity-fullscreen-button {
  position: absolute;
  width: 35px;
  height: 35px;
  right: 0.2%;
  bottom: 1%;
  background: url('FullScreen.png') no-repeat center;
  background-size: contain;
  cursor: pointer;
  display: block;
  pointer-events: auto;
}
#unity-fullscreen-button:hover {
  opacity: 0.8; /* Retroalimentación visual al pasar el mouse */
}
#unity-container:fullscreen #unity-fullscreen-button {
  display: block; /* Asegura que sea visible en fullscreen */
}
#unity-fullscreen-button:active {
  transform: scale(0.95); /* Retroalimentación al clic */
}
  
  #unity-warning {
  position: absolute;
  left: 50%;
  top: 5%;
  transform: translate(-50%);
  background: white;
  padding: 10px;
  display: none;
  }
  
  #particles-js {
  height: 100vh;
  width: 100%;
  position: fixed;
  z-index: 1;
  position: relative;
  }

  .responsive-text {
    max-width: 1500px;
    position: relative;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    font-size: 20px;
    line-height: 30px;
    color: #FFFFFF;
    text-align: center;
    overflow-wrap: break-word;
    padding: 0 10px;
}
@media (max-width: 768px) {
  .responsive-text {
      font-size: 22px;
      line-height: 25px;
      color: #FFFFFF;
  }

  #counter h2 {
    top: 45%; /* Ajustar según sea necesario */
}
#unity-loading-bar {
    top: 60%; /* Ajustar según sea necesario */
}
}

@media (max-width: 480px) {

#counter h2 {
  top: 40%; /* Ajustar según sea necesario */
}

#unity-loading-bar {
  top: 65%; /* Ajustar según sea necesario */
}

  .responsive-text {
      font-size: 20px;
      line-height: 22px;
      color: #FFFFFF;
  }
}
