@font-face {
  font-family: GothamMedium;
  src: url("../fonts/GothamMedium.ttf");
}
@font-face {
  font-family: CourierRegular;
  src: url("../fonts/CourierRegular.ttf");
}

.container360 {
  position: absolute;
  width: auto;
  height: 15%;
  left: 45%;
  bottom: 1%;
  background-color: transparent;
  z-index: 10;
}

.image360 {
  width: auto;
  height: 100%;
  top: 0%;
  left: 0%;
}

.help {
  position: absolute;
  width: auto;
  height: 10%;
  right: 5%;
  bottom: 2%;
  background-color: transparent;
  z-index: 10;
}

.ayuda {
  width: auto;
  height: 90%;
  top: 0%;
  left: 0%;
}

.ayuda:hover {
  cursor: pointer;
}

.register:hover {
  cursor: pointer;
}

iframe {
  pointer-events: none;
}
