html{
  overflow: hidden;
}
body {
  padding: 0;
  margin: 0;
}
#fondo{
  background-color: black;
}
#unity-container {
  position: absolute;
}
.unity-mobile {
  width: 100%;
  height: 100%;
}
#unity-canvas {
  background: #000000;
  height: 100vh;
  width: 100vw;
}
.unity-mobile {
  width: 100%;
  height: 100%;
}
#unity-loading-bar {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: none;
}
#unity-logo {
  width: 600px;
  height: 200px;
  margin-top: -90px;
  background: url('unity-logo-dark.png') no-repeat center;
}
#unity-progress-bar-empty {
  width: 230px;
  height: 18px;
  margin-top: -30px;
  margin-left: 180px;
  background: url('progress-bar-empty-dark.png') no-repeat center;
}
#unity-progress-bar-full {
  width: 0%;
  height: 18px;
  margin-top: 0px;
  margin-left: 10px;
  background: url('progress-bar-full-dark.png') no-repeat center;
}
/*#unity-footer {
  position: relative;
}*/
.unity-mobile {
  display: none;
}
#unity-build-title {
  float: right;
  margin-right: 10px;
  line-height: 38px;
  font-family: arial;
  font-size: 18px;
}
/*#unity-fullscreen-button {
  float: right;
  width: 75px;
  height: 75px;
  margin-top: -83px;
  margin-right: 6px;
  background: url('fullscreen-button.svg') no-repeat center;
}*/
#unity-warning {
  position: absolute;
  left: 50%;
  top: 5%;
  transform: translate(-50%);
  background: white;
  padding: 10px;
  display: none;
}
