* {
  font-family: "Raleway", sans-serif;
}

html,
body {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  background-color: #222222;
  overflow: hidden;
}

html div#main-container,
body div#main-container {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  background-color: #222222;
  overflow: hidden;
}

div#keypress {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  background-color: red;
}

div#container-start-presentation {
  position: fixed;
  z-index: 100;
  width: 100%;
  height: 100%;
  background-color: #282828;
}

div#container-start-presentation div#button-container-start-presentation {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  cursor: pointer;
}

div#container-start-presentation div#button-container-start-presentation div#image-container {
  position: relative;
  width: 500px;
  height: 200px;
}

div#container-start-presentation div#button-container-start-presentation div#image-container img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: opacity 0.5s;
}

div#container-start-presentation div#button-container-start-presentation div#image-container img#logo-qualery {
  opacity: 1;
  width: 500px;
}

div#container-start-presentation div#button-container-start-presentation div#image-container img#play {
  opacity: 0;
  width: 150px;
}

div#container-start-presentation div#button-container-start-presentation p {
  text-align: center;
  color: white;
  font-size: 1.2em;
}

div#navigation-buttons {
  position: fixed;
  bottom: -100px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  transition: bottom 2s;
  z-index: 99999;
}

div#navigation-buttons button {
  background-color: rgba(255, 255, 255, 0.8);
  display: flex;
  align-items: center;
  border: none;
  padding: 5px;
  border-radius: 5px;
  outline: none;
}

div#navigation-buttons button#exit-matterport {
  background-color: rgba(248, 115, 115, 0.8);
}

div#navigation-buttons button:not(:first-child) {
  margin-left: 20px;
}

div#navigation-buttons button:hover {
  background-color: rgba(242, 242, 242, 0.8);
}

div#navigation-buttons button#fullscreen {
  padding: 5px 15px;
}

div#navigation-buttons button#fullscreen img {
  height: 20px;
}

div#navigation-buttons button img {
  height: 15px;
}

div#navigation-buttons button p {
  margin-left: 10px;
  font-size: 0.7em;
}

div#navigation-buttons.show {
  bottom: 20px;
}

video {
  position: relative;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  z-index: 50;
  transition: opacity 1s;
}

video#outro {
  opacity: 0;
  z-index: 20;
}

button#skip {
  position: absolute;
  bottom: 5px;
  right: 5px;
  background-color: rgba(255, 255, 255, 0.8);
  border: none;
  padding: 5px 5px;
  border-radius: 5px;
  outline: none;
  z-index: 60;
  display: none;
}

button#skip p {
  margin: 0;
  padding: 0;
  font-size: 0.8em;
}

div#iframe-container {
  position: absolute;
  z-index: 30;
  top: 0;
  left: 0;
  width: 100%;
  height: calc(100% + 20px);
}

div#iframe-container iframe.matterport {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 0.5s;
}

div#iframe-container iframe.matterport.show {
  opacity: 1;
  z-index: 31;
}

div#container-exit-confirmation {
  position: fixed;
  z-index: 90;
  top: 50%;
  left: 50%;
  background-color: white;
  padding: 40px;
  border-radius: 20px;
  transform: translate(-50%, -50%);
  display: none;
}

div#container-exit-confirmation div {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  margin-top: 20px;
}

div#container-exit-confirmation div button {
  padding: 10px 30px;
  border-radius: 5px;
  cursor: pointer;
  transition: transform 0.2s;
  outline: none;
}

div#container-exit-confirmation div button:hover {
  transform: scale(1.1);
}

div#container-exit-confirmation div button#exit-cancel {
  background-color: #e0e0e0;
  border: 2px solid #cccccc;
}

div#container-exit-confirmation div button#exit-success {
  margin-left: 10px;
  background-color: #f87373;
  border: 2px solid #ff4444;
}

div#container-map {
  position: fixed;
  z-index: 999999;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: black;
  justify-content: center;
  align-items: center;
  display: none;
}

div#container-map div#image {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 95%;
  height: 95%;
}

div#container-map div#image img {
  display: block;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
}

div#container-map button {
  position: fixed;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #f87373;
  border: 2px solid #ff4444;
  display: flex;
  align-items: center;
  padding: 5px;
  border-radius: 5px;
  outline: none;
}

div#container-map button img {
  height: 15px;
}

div#container-map button p {
  margin-left: 20px;
  margin-left: 10px;
  font-size: 0.7em;
}

div#agradecimientos {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: black;
  color: white;
  z-index: 150;
  display: none;
}

div#agradecimientos h2 {
  text-align: center;
  margin-top: 100px;
}

div#agradecimientos ul {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-top: 50px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}

div#agradecimientos ul li {
  display: block;
  margin-top: 20px;
}

div#agradecimientos button#reload {
  display: block;
  margin: 50px auto;
  background-color: rgba(255, 255, 255, 0.8);
  display: flex;
  align-items: center;
  border: none;
  padding: 5px;
  border-radius: 5px;
  outline: none;
}

div#agradecimientos button#reload img {
  height: 15px;
}

div#agradecimientos button#reload p {
  margin-left: 10px;
  font-size: 0.7em;
}

