div.transbox {
  background: url("https://content3.cdnprado.net/imagenes/proyectos/personalizacion/7317a29a-d846-4c54-9034-6a114c3658fe/ElPrado/interactivos/sala39/splash/interactivo_splash_visor.png");
  text-align: center;
  font-family: 'Gotham SSm A', 'Gotham SSm B';
  font-size: 11px;
  margin: 30px;
  opacity: 1.0;
  color: #ffffff;
}

div.transbox .tutor {
  display: inline-block;
  text-align: left;
}
div.transbox p{
    margin: 2rem;
}
div.transbox h3 img {
  max-width: 90%;
  margin: 60px 0 20px 0;
}
div.transbox img.ico {
  margin-right: 5px;
  float: left;
}
div.transbox span {
  vertical-align: -webkit-baseline-middle;
}

#divElement{
    background-color: rgba(0,0,0,0.6);
    z-index: 10;
    height: 80vh;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-color: black;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

#initElement{
    z-index: 3;
    background-color: rgba(0.0,0.0,0.0,0.20);
}

#initElement, #divElement{
  /* position: absolute; */
  width: 100%;
  max-width: 960px;
  min-height: 500px;
  margin: 0;
}

#sala39-container{
    width: 100%;
    height: 50%;
    display: flex;
    justify-content: center;
    position: relative;
}

.button {
  background-color: #fff;
  border: none;
  color: #000;
  padding: 15px;
  text-align: center;
  text-decoration: none;
  display: block;
  font-size: 12px;
  font-weight: 600;
  margin: 25px auto;
  text-transform: uppercase;
  font-family: 'Gotham SSm A', 'Gotham SSm B';
}

/*a-scene{
  height: 300px;
  width: 600px;
}*/

html.a-fullscreen  canvas.a-canvas {
    width: inherit !important;
    height: inherit !important;
    top: inherit !important;
    left: inherit !important;
    right: inherit !important;
    bottom: inherit !important;
    position: inherit !important;
}

html.a-fullscreen body {
    height: inherit !important;
    margin: inherit !important;
    overflow: inherit !important;
    padding: inherit !important;
    width: inherit !important;
}

html.a-fullscreen {
    bottom: inherit !important;
    left: inherit !important;
    position: relative !important;
    right: inherit !important;
    top: inherit !important;
}

/*.a-loader-title{
  display: none !important;
}*/


@media (min-width: 600px) {
  div.transbox {
    font-size: 12px;
  }
}

@media (min-width: 960px) {
  div.transbox .tutor {
      border-right:1px solid #fff;
      display: inline-block;
      vertical-align: middle;
  }
  .both {
    position: relative;
    width: 80%;
    margin: 35px auto 0 auto;
  }
  .button {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    margin-left: 16%;
  }
  .button:before {
    content: ' ';
    position: absolute;
    width: 70%;
    top: 0;
    margin: auto;
    bottom: 0;
    left: -71%;
    height: 2px;
    border-top: 1px dotted #fff;
  }
}

.pace {
  -webkit-pointer-events: none;
  pointer-events: none;

  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;

  z-index: 2000;
  position: fixed;
  margin: auto;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 5px;
  width: 200px;
  background: #fff;
  border: 1px solid #74cbce;

  overflow: hidden;
}

.pace .pace-progress {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;

  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);

  max-width: 200px;
  position: fixed;
  z-index: 2000;
  display: block;
  position: absolute;
  top: 0;
  right: 100%;
  height: 100%;
  width: 100%;
  background: #74cbce;
}

.pace.pace-inactive {
  display: none;
}