.pantalla-inicial {
  position: fixed;
  z-index: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/sky.jpg');
  background-position: 0px 50%;
  background-size: cover;
}

.overlay {
  position: absolute;
  left: 0px;
  top: 100%;
  z-index: 10;
  width: 100%;
  height: 100vh;
  background-color: #305a76;
}

.image-torre {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 1;
  width: 100%;
  height: 100%;
  -webkit-filter: none;
  filter: none;
}

.heading {
  position: relative;
  left: -109px;
  top: -26px;
  z-index: 2;
  display: none;
  margin-top: 0px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 90px;
  line-height: 80px;
  letter-spacing: 10px;
}

.heading.back {
  left: 141px;
  top: -116px;
  z-index: 0;
  display: none;
  color: hsla(0, 0%, 100%, .84);
}

.panel-blanco {
  position: absolute;
  left: -700px;
  bottom: 0%;
  z-index: 3;
  display: block;
  overflow: hidden;
  width: 150vw;
  height: 0vh;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  background-color: #fff;
  opacity: 1;
}

.torre-3d-container {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 45%;
  margin-right: -130px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.menu-container {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 35%;
  padding-top: 9%;
  padding-right: 40px;
  padding-bottom: 9%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.background {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 0;
  opacity: 0;
  -webkit-transition: opacity 600ms ease;
  transition: opacity 600ms ease;
}

.bg-container {
  position: relative;
  z-index: 2;
  display: none;
  width: 100%;
  height: 100vh;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.bg-menu-image {
  position: relative;
  z-index: 1;
  width: 40%;
  background-image: url('../images/Lobby.jpg');
  background-position: 0px 50%;
  background-size: cover;
  background-repeat: no-repeat;
}
.bg-back-menu-image {
  position: absolute;
  z-index: 1;
  background-image: url('../images/Lobby.jpg');
  background-position: 0px 50%;
  background-size: cover;
  background-repeat: no-repeat;
}
.body {
  font-family: Gotham;
  color: #949494;
}

.wrapper {
  position: relative;
  overflow: hidden;
  height: 100vh;
}

.triangulo-mask {
  position: absolute;
  left: -150px;
  display: block;
  width: 150px;
  height: 100%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, .5)), to(hsla(0, 0%, 100%, .5))), url('../images/Lobby1_blur.jpg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, .5), hsla(0, 0%, 100%, .5)), url('../images/Lobby1_blur.jpg');
  background-position: 0px 0px, 0px 50%;
  background-size: auto, cover;
}

.triangulo-mask.background {
  left: 0px;
  z-index: 1;
  overflow: hidden;
}

.contenido {
  position: absolute;
  left: 0px;
  bottom: 0px;
  z-index: 4;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  width: 100%;
  height: 100vh;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  opacity: 0;
  -webkit-transition: opacity 700ms ease;
  transition: opacity 700ms ease;
}

.bg-image {
  position: relative;
  width: 100%;
  height: 100%;
  max-width: auto;
  opacity: 1;
}

.menu-item {
  -webkit-transition: all 300ms cubic-bezier(.25, .1, .392, .931);
  transition: all 300ms cubic-bezier(.25, .1, .392, .931);
  font-family: 'Gotham LIGHT';
  color: #fff;
  font-size: 30px;
  line-height: 45px;
  letter-spacing: 2px;
  cursor: pointer;
}

.menu-item:hover {
  font-family: 'Gotham MEDIUM';
  color: dimgrey;
  font-size: 35px;
}

.white-overlay {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 2;
  background-color: hsla(0, 0%, 100%, .5);
}

.small-bar {
  position: static;
  width: 50px;
  height: 5px;
  margin-top: 0px;
  margin-bottom: 50px;
  background-color: #fff;
}

.logo {
  position: fixed;
  left: 35px;
  top: 30px;
  z-index: 5;
  opacity: 0;
  -webkit-transition: opacity 1000ms ease;
  transition: opacity 1000ms ease;
}
.loading_text {
  position: relative;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
}

.backfade {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: rgba(0, 0, 0, .5);
}
.loading_class {
  position: fixed;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: none;
  width: 100%;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
}

._360-container {
  position: fixed;
  z-index: 6;
  display: block;
  overflow: visible;
  visibility: hidden;
  width: 100%;
  height: 100%;
  background-color: hsla(0, 0%, 73%, .61);
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
}

.back-arrow {
  position: fixed;
  display: block;
  width: 50px;
  height: 50px;
  margin-top: 40px;
  margin-right: 40px;
  padding-left: 0px;
  float: right;
  clear: right;
}

.skadia-logo {
  width: 50px;
  height: 50px;
  margin-top: 40px;
  margin-right: 40px;
  margin-left: 40px;
  padding-left: 0px;
  float: left;
  clear: right;
}

.bottom-information {
  position: absolute;
  left: -70px;
  bottom: 150px;
  display: block;
  width: 300px;
  height: 80px;
  margin-top: 0px;
  margin-right: 0px;
  padding-left: 0px;
  float: left;
  clear: right;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.place-info {
  position: static;
  width: 100%;
  height: 30%;
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  font-family: Inconsolata, monospace;
  color: #e4e4e4;
  font-size: 30px;
  letter-spacing: 3px;
}

.whiteblock {
  width: 40px;
  height: 5px;
  margin-top: 12px;
  background-color: #dbdbdb;
}

.image-4 {
  position: fixed;
  left: 33px;
  top: 33px;
  width: 70px;
  height: 70px;
}

.image-5 {
  position: fixed;
  top: 43px;
  right: 49px;
  width: 50px;
  height: 50px;
  cursor: pointer;
}

.container {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: block;
  overflow: visible;
  height: 100%;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  background-image: url('../images/skadia_tower.png');
  background-position: 50% 50%;
  background-size: cover;
}

.div-block {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  margin-left: 0px;
  background-image: url('../images/skadia_tower.png');
  background-position: 50% 50%;
  background-size: cover;
}

.heading-mobile {
  position: relative;
  left: -109px;
  top: -26px;
  z-index: 2;
  display: block;
  width: auto;
  height: auto;
  margin-top: 0px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 90px;
  line-height: 80px;
  letter-spacing: 10px;
}

.heading-mobile.back {
  left: 141px;
  top: -116px;
  z-index: 0;
  display: block;
  color: hsla(0, 0%, 100%, .84);
}

.heading-mobie {
  position: relative;
  left: -109px;
  top: -26px;
  z-index: 2;
  margin-top: 0px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 90px;
  line-height: 80px;
  letter-spacing: 10px;
}

.heading-mobie.back {
  left: 141px;
  top: -116px;
  z-index: 0;
  display: block;
  color: hsla(0, 0%, 100%, .84);
}

.logo-simple {
  position: fixed;
  top: 30px;
  right: 35px;
  z-index: 5;
  display: none;
  width: 80px;
  height: 80px;
  opacity: 1;
}

@media (max-width: 991px) {
  .image-torre {
    position: fixed;
    display: block;
    width: 100%;
    max-width: 100%;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }
  .panel-blanco {
    left: -800px;
    width: 250vw;
  }
  .torre-3d-container {
    margin-right: -89px;
    padding-right: 0px;
  }
  .menu-container {
    width: 45%;
  }
  .div-block {
    width: 120%;
    margin-left: -2px;
  }
}

@media (max-width: 767px) {
  .image-torre {
    -webkit-filter: blur(0);
    filter: blur(0);
  }
  .menu-container {
    width: 60%;
    padding-top: 17%;
    padding-bottom: 30%;
  }
  .menu-item {
    display: block;
    border-color: #fff;
    font-size: 20px;
    line-height: 20px;
  }
  .menu-item:hover {
    font-size: 25px;
    line-height: 25px;
  }
  .logo {
    display: none;
  }
  .div-block {
    width: 120%;
    margin-left: 31px;
    padding-left: 82px;
  }
  .heading-mobile {
    left: -55px;
    -webkit-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
    font-size: 40px;
  }
  .heading-mobie.back {
    left: 73px;
    z-index: 2;
    font-size: 40px;
  }
  .logo-simple {
    display: block;
  }
}

@media (max-width: 479px) {
  .panel-blanco {
    left: -850px;
    width: 370vw;
  }
  .torre-3d-container {
    width: 45%;
    margin-right: -51px;
  }
  .menu-container {
    padding-top: 52%;
    padding-bottom: 58%;
  }
  .menu-item {
    font-size: 14px;
    line-height: 14px;
  }
  .menu-item:hover {
    font-size: 14px;
    line-height: 14px;
  }
  .small-bar {
    position: relative;
    top: 30px;
    width: 30px;
    margin-top: 0px;
  }
  .div-block {
    width: 130%;
    margin-left: 38px;
  }
  .logo-simple {
    display: block;
    width: 50px;
    height: 50px;
  }
}

@font-face {
  font-family: 'Gotham BLACK';
  src: url('../fonts/Gotham-Black.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: 'Gotham MEDIUM';
  src: url('../fonts/GothamHTF-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'Gotham';
  src: url('../fonts/Gotham-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'Gotham THIN';
  src: url('../fonts/GothamHTF-Thin.otf') format('opentype');
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: 'Gotham LIGHT';
  src: url('../fonts/GothamHTF-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
}