.audio-media {
  text-align: center;
  margin: auto;
}

.audio-media audio {
  width: 80%;
  margin-top: 100px;
  box-shadow: 0 13px 25px 0 rgba(0, 0, 0, 0.24);
  outline: none;
}

.audio-media p {
  width: 80%;
  text-align: left;
  display: block;
  margin-left: 10%;
  margin-top: 0;
  margin-right: 95px;
}

.audio-media.audio-media-in-hotspot {
  margin-top: 50%;
}.video-media {
  margin: 0 auto;
  text-align: center;
  outline: none;
}

.video-media video {
  outline: none;
  width: 75%;
  background-color: black;
  margin: auto;
  box-shadow: 0 13px 25px 0 rgba(0, 0, 0, 0.24);
}

.video-media video.video-media-in-hotspot img {
  width: 100%;
}

.video-media h1 {
  font-size: 70px;
  color: #EEEEEE;
  padding: 0;
  margin: 0;
  width: 200px;
  text-align: left;
  float: left;
  margin-left: 11%;
}

.video-media p {
  padding-top: 35px;
  padding-right: 9%;
  font-size: 14px;
  line-height: 25px;
  text-align: left;
  margin-top: 0;
  display: block;
  width: 55%;
  float: right;
}

.video-media.video-media-in-hotspot {
  width: 80%;
}

.video-media.video-media-in-hotspot video {
  width: 100%;
}

.video-media.video-media-in-hotspot h1 {
  margin-left: 30px;
}

.video-media.video-media-in-hotspot p {
  width: 80%;
}

.video-media.video-media-in-hotspot p h3 {
  width: 100%;
}.image-media {
  margin: 0 auto;
  text-align: center;
  outline: none;
}

.image-media .img {
  border: 12px solid white !important;
  box-shadow: 0 13px 25px 0 rgba(0, 0, 0, 0.24) !important;
  cursor: zoom-in;
  outline: none !important;
}

.image-media .wrapper-info {
  margin-bottom: 30px;
}

.image-media .wrapper-info p {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.image-media .wrapper-info p h3 {
  font-size: 16px;
  display: inline;
}

.image-media .wrapper-info.center-text p {
  text-align: center;
}

.image-media .wrapper-info.center-text p h3 {
  display: block;
}

.image-media h1 {
  font-size: 50px;
  text-align: left;
  color: #8B9399;
  padding: 0;
  margin: auto;
  width: 100%;
  margin-top: -20px;
  outline: none;
  opacity: 0.5;
}

.image-media h1.secondary-year {
  text-align: right;
}

.image-media h3 {
  margin-top: 10px;
}

.image-media p {
  width: 90%;
  font-size: 14px;
  line-height: 25px;
  margin-top: 10px;
  display: block;
  text-align: center;
}

.image-media .image-container {
  width: 100%;
  display: inline-block;
  outline: none;
}

.image-media.image-media-in-hotspot {
  outline: none;
}

.image-media.image-media-in-hotspot img {
  width: calc(100% - 24px);
  max-width: calc(100% - 24px);
}

.image-media.image-media-in-hotspot h1 {
  margin-left: 30px;
}

.image-media.image-media-in-hotspot h3 {
  width: 100%;
}

.image-media.image-media-in-hotspot p {
  width: 80%;
}

.image-media.image-media-in-slider {
  outline: none;
}

.image-media.image-media-in-slider.zoomed {
  width: 50% !important;
}

.image-media.image-media-in-slider.zoomed img {
  border: none;
  box-shadow: none;
}

.image-media.image-media-in-slider.zoomed .index__simpleZoom___pAG-d {
  border: 12px solid white;
  box-shadow: 0 13px 25px 0 rgba(0, 0, 0, 0.24);
}

.image-media.double {
  outline: none;
}

.image-media.double .img {
  width: 100% !important;
  border: 12px solid white;
  box-shadow: 0 13px 25px 0 rgba(0, 0, 0, 0.24);
}

.image-media.double .image-container {
  width: 40%;
  margin-right: 5%;
}

.image-media.double .wrapper-info {
  margin-bottom: 20px;
}

@media (max-width: 600px) {
  .image-media h1 {
    font-size: 22px;
    margin-top: 0;
  }

  .image-media h1.secondary-year {
    text-align: left;
  }

  .image-media .wrapper-info {
    padding-left: 0;
    margin-bottom: 10px;
  }

  .image-media.double .wrapper-info {
    padding-left: 13px;
    margin-bottom: 10px;
  }
}.html-media {
  text-align: center;
  margin: auto;
  width: 85%;
  height: 100%;
  position: relative;
}

.html-media iframe {
  outline: none;
  width: 100%;
  height: 100%;
  border: none;
  position: absolute;
  left: 0;
}.media-slider {
  margin-top: 50px;
  overflow-y: auto;
  height: calc(100% - 180px);
  width: 85%;
  float: right;
  opacity: 0;
  outline: none;
  -webkit-animation: showalpha 1s forwards;
  animation: showalpha 1s forwards;
  animation-delay: 1.3s;
}

@-webkit-keyframes showalpha {
  50% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes showalpha {
  50% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.slick-list {
  padding: 0;
}

.slick-prev {
  top: 90%;
  left: 8%;
  width: 53px;
  height: 38px;
  display: block !important;
  z-index: 998;
  position: fixed;
  background-image: url(img/bt_anterior.svg);
  background-color: transparent;
}

.slick-prev:hover {
  background-image: url(img/bt_anterior.svg);
}

.slick-prev:visited {
  background-image: url(img/bt_anterior.svg);
}

.slick-prev:focus {
  background-image: url(img/bt_anterior.svg);
}

.slick-next:before,
.slick-prev:before {
  color: transparent;
}

.slick-next {
  top: 90%;
  right: 8%;
  z-index: 998;
  left: auto;
  width: 60px;
  display: block !important;
  position: fixed;
  height: 38px;
  background-image: url(img/bt_siguiente.svg);
  background-color: transparent;
}

.slick-next:hover {
  background-image: url(img/bt_siguiente.svg);
}

.slick-next:visited {
  background-image: url(img/bt_siguiente.svg);
}

.slick-next:focus {
  background-image: url(img/bt_siguiente.svg);
}

.slick-next.slick-disabled,
.slick-prev.slick-disabled {
  display: none !important;
}

.slick-dots {
  bottom: 6%;
  width: 100%;
  position: fixed;
  display: none;
}

.slick-dots li.slick-active button::before {
  color: #ebb700;
}

.slick-dots li button::before {
  color: #eee;
  opacity: 1;
  font-size: 12px;
}

.slick-track {
  margin-bottom: 20px;
}

.slick-slide div {
  outline: none;
}

.slick-slide .img {
  display: block !important;
}

@media (max-width: 600px) {
  .media-slider {
    margin-top: 0;
    height: calc(100% - 235px);
    width: 100%;
    overflow-y: auto;
  }

  .media-slider .slick-list {
    border-top: 1px solid #ccc;
    padding-top: 15px !important;
  }

  .media-slider .slick-list .slick-track {
    margin: auto;
  }

  .media-slider .slick-list .slick-track .slick-slide {
    min-height: 320px;
  }

  .media-slider .slick-list .slick-track .slick-slide .video-media {
    position: absolute;
    width: calc(100% + 100px);
    height: 211px;
    left: -50px;
    top: 0;
  }

  .media-slider .slick-list .slick-track .slick-slide .video-media video {
    width: 85%;
    height: 100%;
  }

  .media-slider .slick-list .image-media {
    display: flex;
    flex-direction: column;
  }

  .media-slider .slick-list .image-media .image-container {
    width: 100% !important;
    margin-right: 0;
    padding: 0 13px;
  }

  .media-slider .slick-list .image-media .image-container .download {
    width: 70%;
    padding-right: 20px;
    padding-left: 40px;
  }

  .media-slider .slick-list .image-media .image-container .download i {
    left: -6px;
  }

  .media-slider .slick-list .image-media.double .image-container {
    width: 100% !important;
    margin-right: 0;
    margin-bottom: 20px;
    padding: 0 13px;
  }

  .media-slider .slick-list .image-media.double .download {
    padding-right: 20px;
    padding-left: 40px;
    width: calc(100% - 26px);
    width: 70%;
    margin: auto;
    margin-bottom: 20px;
  }

  .media-slider .slick-list .image-media.double .download i {
    left: -15px;
  }

  .media-slider .slick-list .image-media.image-media-in-slider {
    width: 100% !important;
  }

  .media-slider .slick-list .image-media.image-media-in-slider.zoomed {
    width: 100%;
  }

  .slick-next,
  .slick-prev {
    top: auto;
    bottom: 30px;
  }
}#menuToggle {
  display: none;
  position: relative;
  top: 00px;
  left: 00px;
  z-index: 999999;
  -webkit-user-select: none;
  user-select: none;
}

@media (max-width: 620px) {
  #menuToggle {
    display: block;
  }
}

#menuToggle input {
  display: block;
  width: 40px;
  height: 32px;
  position: absolute;
  top: -11px;
  left: -13px;
  cursor: pointer;
  opacity: 0;
  /* hide this */
  z-index: 2;
  /* and place it over the hamburger */
  -webkit-touch-callout: none;
}

/*
 * Just a quick hamburger
 */

#menuToggle span {
  display: block;
  width: 22px;
  height: 1px;
  margin-bottom: 5px;
  position: relative;
  background: #000;
  border-radius: 3px;
  z-index: 9999;
  transform-origin: 4px 0px;
  transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease;
}

#menuToggle span:first-child {
  transform-origin: 0% 0%;
}

#menuToggle span:nth-last-child(2) {
  transform-origin: 0% 100%;
}

/* 
 * Transform all the slices of hamburger
 * into a crossmark.
 */

#menuToggle input:checked ~ span {
  opacity: 1;
  transform: rotate(45deg) translate(-2px, -1px);
  background: #232323;
}

/*
 * But let's hide the middle one.
 */

#menuToggle input:checked ~ span:nth-last-child(3) {
  opacity: 0;
  transform: rotate(0deg) scale(0.2, 0.2);
}

/*
 * Ohyeah and the last one should go the other direction
 */

#menuToggle input:checked ~ span:nth-last-child(2) {
  transform: rotate(-45deg) translate(0, -1px);
}

.navigation {
  position: absolute;
  top: 11px;
  right: 11px;
}

/*
 * Make this absolute positioned
 * at the top left of the screen
 */

#menu {
  position: absolute;
  width: 200px;
  right: -11px;
  top: 29px;
  display: none;
  background: rgba(235, 183, 0, 0.8);
  list-style-type: none;
  -webkit-font-smoothing: antialiased;
  z-index: 9999;
  transform-origin: 0% 0%;
  transform: translate(200%, 0);
  transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
}

@media (max-width: 620px) {
  #menu {
    display: block;
  }
}

#menu li {
  text-align: right;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

#menu li:first-child {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

#menu li a {
  display: block;
  font-family: Pathway Gothic One , sans-serif;
  color: #000;
  padding: 10px;
  font-size: 18px;
  padding-right: 20px;
  text-decoration: none;
  width: 100%;
  height: 100%;
}

#menu li a:visited {
  text-decoration: none;
  color: #000;
}

#menu li:hover a {
  background-color: #000;
  color: #fff;
}

#menu li:hover a:visited {
  text-decoration: none;
  color: #fff;
}

/*
 * And let's slide it in from the left
 */

#menuToggle input:checked ~ ul {
  transform: none;
}html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
figure,
footer,
header,
main,
menu,
nav,
section,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

*,
*:before,
*:after {
  box-sizing: border-box;
}

*:focus {
  outline: none;
}

img {
  max-width: 100%;
  border-width: 0;
  vertical-align: middle;
  -ms-interpolation-mode: bicubic;
}

/*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */

/*!
 * Generated using the Bootstrap Customizer (http://getbootstrap.com/customize/?id=76290a4e23bf2c3f61a4e17625be4627)
 * Config saved to config.json and https://gist.github.com/76290a4e23bf2c3f61a4e17625be4627
 */

/*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */

/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */

@font-face {
  font-family: 'Glyphicons Halflings';
  src: url(img/glyphicons-halflings-regular.ttf) format("truetype");
}

.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.glyphicon-asterisk:before {
  content: "*";
}

.glyphicon-plus:before {
  content: "+";
}

.glyphicon-euro:before,
.glyphicon-eur:before {
  content: "\20AC";
}

.glyphicon-minus:before {
  content: "\2212";
}

.glyphicon-cloud:before {
  content: "\2601";
}

.glyphicon-envelope:before {
  content: "\2709";
}

.glyphicon-pencil:before {
  content: "\270F";
}

.glyphicon-glass:before {
  content: "\E001";
}

.glyphicon-music:before {
  content: "\E002";
}

.glyphicon-search:before {
  content: "\E003";
}

.glyphicon-heart:before {
  content: "\E005";
}

.glyphicon-star:before {
  content: "\E006";
}

.glyphicon-star-empty:before {
  content: "\E007";
}

.glyphicon-user:before {
  content: "\E008";
}

.glyphicon-film:before {
  content: "\E009";
}

.glyphicon-th-large:before {
  content: "\E010";
}

.glyphicon-th:before {
  content: "\E011";
}

.glyphicon-th-list:before {
  content: "\E012";
}

.glyphicon-ok:before {
  content: "\E013";
}

.glyphicon-remove:before {
  content: "\E014";
}

.glyphicon-zoom-in:before {
  content: "\E015";
}

.glyphicon-zoom-out:before {
  content: "\E016";
}

.glyphicon-off:before {
  content: "\E017";
}

.glyphicon-signal:before {
  content: "\E018";
}

.glyphicon-cog:before {
  content: "\E019";
}

.glyphicon-trash:before {
  content: "\E020";
}

.glyphicon-home:before {
  content: "\E021";
}

.glyphicon-file:before {
  content: "\E022";
}

.glyphicon-time:before {
  content: "\E023";
}

.glyphicon-road:before {
  content: "\E024";
}

.glyphicon-download-alt:before {
  content: "\E025";
}

.glyphicon-download:before {
  content: "\E026";
}

.glyphicon-upload:before {
  content: "\E027";
}

.glyphicon-inbox:before {
  content: "\E028";
}

.glyphicon-play-circle:before {
  content: "\E029";
}

.glyphicon-repeat:before {
  content: "\E030";
}

.glyphicon-refresh:before {
  content: "\E031";
}

.glyphicon-list-alt:before {
  content: "\E032";
}

.glyphicon-lock:before {
  content: "\E033";
}

.glyphicon-flag:before {
  content: "\E034";
}

.glyphicon-headphones:before {
  content: "\E035";
}

.glyphicon-volume-off:before {
  content: "\E036";
}

.glyphicon-volume-down:before {
  content: "\E037";
}

.glyphicon-volume-up:before {
  content: "\E038";
}

.glyphicon-qrcode:before {
  content: "\E039";
}

.glyphicon-barcode:before {
  content: "\E040";
}

.glyphicon-tag:before {
  content: "\E041";
}

.glyphicon-tags:before {
  content: "\E042";
}

.glyphicon-book:before {
  content: "\E043";
}

.glyphicon-bookmark:before {
  content: "\E044";
}

.glyphicon-print:before {
  content: "\E045";
}

.glyphicon-camera:before {
  content: "\E046";
}

.glyphicon-font:before {
  content: "\E047";
}

.glyphicon-bold:before {
  content: "\E048";
}

.glyphicon-italic:before {
  content: "\E049";
}

.glyphicon-text-height:before {
  content: "\E050";
}

.glyphicon-text-width:before {
  content: "\E051";
}

.glyphicon-align-left:before {
  content: "\E052";
}

.glyphicon-align-center:before {
  content: "\E053";
}

.glyphicon-align-right:before {
  content: "\E054";
}

.glyphicon-align-justify:before {
  content: "\E055";
}

.glyphicon-list:before {
  content: "\E056";
}

.glyphicon-indent-left:before {
  content: "\E057";
}

.glyphicon-indent-right:before {
  content: "\E058";
}

.glyphicon-facetime-video:before {
  content: "\E059";
}

.glyphicon-picture:before {
  content: "\E060";
}

.glyphicon-map-marker:before {
  content: "\E062";
}

.glyphicon-adjust:before {
  content: "\E063";
}

.glyphicon-tint:before {
  content: "\E064";
}

.glyphicon-edit:before {
  content: "\E065";
}

.glyphicon-share:before {
  content: "\E066";
}

.glyphicon-check:before {
  content: "\E067";
}

.glyphicon-move:before {
  content: "\E068";
}

.glyphicon-step-backward:before {
  content: "\E069";
}

.glyphicon-fast-backward:before {
  content: "\E070";
}

.glyphicon-backward:before {
  content: "\E071";
}

.glyphicon-play:before {
  content: "\E072";
}

.glyphicon-pause:before {
  content: "\E073";
}

.glyphicon-stop:before {
  content: "\E074";
}

.glyphicon-forward:before {
  content: "\E075";
}

.glyphicon-fast-forward:before {
  content: "\E076";
}

.glyphicon-step-forward:before {
  content: "\E077";
}

.glyphicon-eject:before {
  content: "\E078";
}

.glyphicon-chevron-left:before {
  content: "\E079";
}

.glyphicon-chevron-right:before {
  content: "\E080";
}

.glyphicon-plus-sign:before {
  content: "\E081";
}

.glyphicon-minus-sign:before {
  content: "\E082";
}

.glyphicon-remove-sign:before {
  content: "\E083";
}

.glyphicon-ok-sign:before {
  content: "\E084";
}

.glyphicon-question-sign:before {
  content: "\E085";
}

.glyphicon-info-sign:before {
  content: "\E086";
}

.glyphicon-screenshot:before {
  content: "\E087";
}

.glyphicon-remove-circle:before {
  content: "\E088";
}

.glyphicon-ok-circle:before {
  content: "\E089";
}

.glyphicon-ban-circle:before {
  content: "\E090";
}

.glyphicon-arrow-left:before {
  content: "\E091";
}

.glyphicon-arrow-right:before {
  content: "\E092";
}

.glyphicon-arrow-up:before {
  content: "\E093";
}

.glyphicon-arrow-down:before {
  content: "\E094";
}

.glyphicon-share-alt:before {
  content: "\E095";
}

.glyphicon-resize-full:before {
  content: "\E096";
}

.glyphicon-resize-small:before {
  content: "\E097";
}

.glyphicon-exclamation-sign:before {
  content: "\E101";
}

.glyphicon-gift:before {
  content: "\E102";
}

.glyphicon-leaf:before {
  content: "\E103";
}

.glyphicon-fire:before {
  content: "\E104";
}

.glyphicon-eye-open:before {
  content: "\E105";
}

.glyphicon-eye-close:before {
  content: "\E106";
}

.glyphicon-warning-sign:before {
  content: "\E107";
}

.glyphicon-plane:before {
  content: "\E108";
}

.glyphicon-calendar:before {
  content: "\E109";
}

.glyphicon-random:before {
  content: "\E110";
}

.glyphicon-comment:before {
  content: "\E111";
}

.glyphicon-magnet:before {
  content: "\E112";
}

.glyphicon-chevron-up:before {
  content: "\E113";
}

.glyphicon-chevron-down:before {
  content: "\E114";
}

.glyphicon-retweet:before {
  content: "\E115";
}

.glyphicon-shopping-cart:before {
  content: "\E116";
}

.glyphicon-folder-close:before {
  content: "\E117";
}

.glyphicon-folder-open:before {
  content: "\E118";
}

.glyphicon-resize-vertical:before {
  content: "\E119";
}

.glyphicon-resize-horizontal:before {
  content: "\E120";
}

.glyphicon-hdd:before {
  content: "\E121";
}

.glyphicon-bullhorn:before {
  content: "\E122";
}

.glyphicon-bell:before {
  content: "\E123";
}

.glyphicon-certificate:before {
  content: "\E124";
}

.glyphicon-thumbs-up:before {
  content: "\E125";
}

.glyphicon-thumbs-down:before {
  content: "\E126";
}

.glyphicon-hand-right:before {
  content: "\E127";
}

.glyphicon-hand-left:before {
  content: "\E128";
}

.glyphicon-hand-up:before {
  content: "\E129";
}

.glyphicon-hand-down:before {
  content: "\E130";
}

.glyphicon-circle-arrow-right:before {
  content: "\E131";
}

.glyphicon-circle-arrow-left:before {
  content: "\E132";
}

.glyphicon-circle-arrow-up:before {
  content: "\E133";
}

.glyphicon-circle-arrow-down:before {
  content: "\E134";
}

.glyphicon-globe:before {
  content: "\E135";
}

.glyphicon-wrench:before {
  content: "\E136";
}

.glyphicon-tasks:before {
  content: "\E137";
}

.glyphicon-filter:before {
  content: "\E138";
}

.glyphicon-briefcase:before {
  content: "\E139";
}

.glyphicon-fullscreen:before {
  content: "\E140";
}

.glyphicon-dashboard:before {
  content: "\E141";
}

.glyphicon-paperclip:before {
  content: "\E142";
}

.glyphicon-heart-empty:before {
  content: "\E143";
}

.glyphicon-link:before {
  content: "\E144";
}

.glyphicon-phone:before {
  content: "\E145";
}

.glyphicon-pushpin:before {
  content: "\E146";
}

.glyphicon-usd:before {
  content: "\E148";
}

.glyphicon-gbp:before {
  content: "\E149";
}

.glyphicon-sort:before {
  content: "\E150";
}

.glyphicon-sort-by-alphabet:before {
  content: "\E151";
}

.glyphicon-sort-by-alphabet-alt:before {
  content: "\E152";
}

.glyphicon-sort-by-order:before {
  content: "\E153";
}

.glyphicon-sort-by-order-alt:before {
  content: "\E154";
}

.glyphicon-sort-by-attributes:before {
  content: "\E155";
}

.glyphicon-sort-by-attributes-alt:before {
  content: "\E156";
}

.glyphicon-unchecked:before {
  content: "\E157";
}

.glyphicon-expand:before {
  content: "\E158";
}

.glyphicon-collapse-down:before {
  content: "\E159";
}

.glyphicon-collapse-up:before {
  content: "\E160";
}

.glyphicon-log-in:before {
  content: "\E161";
}

.glyphicon-flash:before {
  content: "\E162";
}

.glyphicon-log-out:before {
  content: "\E163";
}

.glyphicon-new-window:before {
  content: "\E164";
}

.glyphicon-record:before {
  content: "\E165";
}

.glyphicon-save:before {
  content: "\E166";
}

.glyphicon-open:before {
  content: "\E167";
}

.glyphicon-saved:before {
  content: "\E168";
}

.glyphicon-import:before {
  content: "\E169";
}

.glyphicon-export:before {
  content: "\E170";
}

.glyphicon-send:before {
  content: "\E171";
}

.glyphicon-floppy-disk:before {
  content: "\E172";
}

.glyphicon-floppy-saved:before {
  content: "\E173";
}

.glyphicon-floppy-remove:before {
  content: "\E174";
}

.glyphicon-floppy-save:before {
  content: "\E175";
}

.glyphicon-floppy-open:before {
  content: "\E176";
}

.glyphicon-credit-card:before {
  content: "\E177";
}

.glyphicon-transfer:before {
  content: "\E178";
}

.glyphicon-cutlery:before {
  content: "\E179";
}

.glyphicon-header:before {
  content: "\E180";
}

.glyphicon-compressed:before {
  content: "\E181";
}

.glyphicon-earphone:before {
  content: "\E182";
}

.glyphicon-phone-alt:before {
  content: "\E183";
}

.glyphicon-tower:before {
  content: "\E184";
}

.glyphicon-stats:before {
  content: "\E185";
}

.glyphicon-sd-video:before {
  content: "\E186";
}

.glyphicon-hd-video:before {
  content: "\E187";
}

.glyphicon-subtitles:before {
  content: "\E188";
}

.glyphicon-sound-stereo:before {
  content: "\E189";
}

.glyphicon-sound-dolby:before {
  content: "\E190";
}

.glyphicon-sound-5-1:before {
  content: "\E191";
}

.glyphicon-sound-6-1:before {
  content: "\E192";
}

.glyphicon-sound-7-1:before {
  content: "\E193";
}

.glyphicon-copyright-mark:before {
  content: "\E194";
}

.glyphicon-registration-mark:before {
  content: "\E195";
}

.glyphicon-cloud-download:before {
  content: "\E197";
}

.glyphicon-cloud-upload:before {
  content: "\E198";
}

.glyphicon-tree-conifer:before {
  content: "\E199";
}

.glyphicon-tree-deciduous:before {
  content: "\E200";
}

.glyphicon-cd:before {
  content: "\E201";
}

.glyphicon-save-file:before {
  content: "\E202";
}

.glyphicon-open-file:before {
  content: "\E203";
}

.glyphicon-level-up:before {
  content: "\E204";
}

.glyphicon-copy:before {
  content: "\E205";
}

.glyphicon-paste:before {
  content: "\E206";
}

.glyphicon-alert:before {
  content: "\E209";
}

.glyphicon-equalizer:before {
  content: "\E210";
}

.glyphicon-king:before {
  content: "\E211";
}

.glyphicon-queen:before {
  content: "\E212";
}

.glyphicon-pawn:before {
  content: "\E213";
}

.glyphicon-bishop:before {
  content: "\E214";
}

.glyphicon-knight:before {
  content: "\E215";
}

.glyphicon-baby-formula:before {
  content: "\E216";
}

.glyphicon-tent:before {
  content: "\26FA";
}

.glyphicon-blackboard:before {
  content: "\E218";
}

.glyphicon-bed:before {
  content: "\E219";
}

.glyphicon-apple:before {
  content: "\F8FF";
}

.glyphicon-erase:before {
  content: "\E221";
}

.glyphicon-hourglass:before {
  content: "\231B";
}

.glyphicon-lamp:before {
  content: "\E223";
}

.glyphicon-duplicate:before {
  content: "\E224";
}

.glyphicon-piggy-bank:before {
  content: "\E225";
}

.glyphicon-scissors:before {
  content: "\E226";
}

.glyphicon-bitcoin:before {
  content: "\E227";
}

.glyphicon-btc:before {
  content: "\E227";
}

.glyphicon-xbt:before {
  content: "\E227";
}

.glyphicon-yen:before {
  content: "\A5";
}

.glyphicon-jpy:before {
  content: "\A5";
}

.glyphicon-ruble:before {
  content: "\20BD";
}

.glyphicon-rub:before {
  content: "\20BD";
}

.glyphicon-scale:before {
  content: "\E230";
}

.glyphicon-ice-lolly:before {
  content: "\E231";
}

.glyphicon-ice-lolly-tasted:before {
  content: "\E232";
}

.glyphicon-education:before {
  content: "\E233";
}

.glyphicon-option-horizontal:before {
  content: "\E234";
}

.glyphicon-option-vertical:before {
  content: "\E235";
}

.glyphicon-menu-hamburger:before {
  content: "\E236";
}

.glyphicon-modal-window:before {
  content: "\E237";
}

.glyphicon-oil:before {
  content: "\E238";
}

.glyphicon-grain:before {
  content: "\E239";
}

.glyphicon-sunglasses:before {
  content: "\E240";
}

.glyphicon-text-size:before {
  content: "\E241";
}

.glyphicon-text-color:before {
  content: "\E242";
}

.glyphicon-text-background:before {
  content: "\E243";
}

.glyphicon-object-align-top:before {
  content: "\E244";
}

.glyphicon-object-align-bottom:before {
  content: "\E245";
}

.glyphicon-object-align-horizontal:before {
  content: "\E246";
}

.glyphicon-object-align-left:before {
  content: "\E247";
}

.glyphicon-object-align-vertical:before {
  content: "\E248";
}

.glyphicon-object-align-right:before {
  content: "\E249";
}

.glyphicon-triangle-right:before {
  content: "\E250";
}

.glyphicon-triangle-left:before {
  content: "\E251";
}

.glyphicon-triangle-bottom:before {
  content: "\E252";
}

.glyphicon-triangle-top:before {
  content: "\E253";
}

.glyphicon-console:before {
  content: "\E254";
}

.glyphicon-superscript:before {
  content: "\E255";
}

.glyphicon-subscript:before {
  content: "\E256";
}

.glyphicon-menu-left:before {
  content: "\E257";
}

.glyphicon-menu-right:before {
  content: "\E258";
}

.glyphicon-menu-down:before {
  content: "\E259";
}

.glyphicon-menu-up:before {
  content: "\E260";
}

@font-face {
  font-family: 'Pathway Gothic One';
  src: url(img/PathwayGothicOne-Regular.ttf) format("truetype");
}

@font-face {
  font-family: 'Playfair Display';
  src: url(img/PlayfairDisplay-Regular.ttf) format("truetype");
}

@font-face {
  font-family: 'Playfair Display Italic';
  src: url(img/PlayfairDisplay-Italic.ttf) format("truetype");
}

form input[type="hidden"] {
  display: none;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

/*--------------------------------
	Basic document styling
*/

html {
  font-size: 100%;
  -webkit-text-size-adjust: none;
}

body {
  margin: 0;
}

.header {
  width: 100%;
  height: 80px;
  background-size: cover;
  background-position: top right;
  opacity: 0;
}

.header.show {
  -webkit-animation: showalpha 1s forwards;
  animation: showalpha 1s forwards;
}

.header img {
  font-family: "Pathway Gothic One", sans-serif;
  display: inline-block;
  margin-top: 25px;
  margin-left: 4%;
}

.header .address {
  position: absolute;
  font-family: "Pathway Gothic One", sans-serif;
  left: 4%;
  font-size: 14px;
  top: 56px;
  color: #fff;
}

.header .fronton {
  margin-left: 10px;
  font-size: 25px;
  font-family: Playfair Display, serif;
  display: inline-block;
  color: white;
}

.header .project-button {
  float: right;
  margin-top: 35px;
  margin-right: 120px;
  color: #000000;
  text-decoration: none;
  cursor: pointer;
  font-size: 18px;
  line-height: 21px;
  text-align: right;
}

.header .project-button:hover {
  font-weight: bold;
}

.header .project-button a {
  text-decoration: none;
  color: black;
}

@media (max-width: 620px) {
  .header {
    height: 40px;
  }

  .header .address {
    display: none;
  }

  .header img {
    height: 20px;
    margin-top: 10px;
  }

  .header .project-button {
    display: none;
  }
}

.footer {
  width: 100%;
  height: 80px;
  vertical-align: middle;
  position: absolute;
  bottom: 0;
  vertical-align: middle;
  z-index: 1;
  opacity: 0;
}

.footer.show {
  -webkit-animation: showalpha 1s forwards;
  animation: showalpha 1s forwards;
}

.footer .collaborators {
  outline: none;
  vertical-align: middle;
  line-height: 80px;
  margin-left: 50px;
  font-size: 15px;
}

.footer .collaborators .logos {
  display: inline-block;
  margin-left: 20px;
  vertical-align: middle;
}

.footer .collaborators .logos img {
  display: inline-block;
  vertical-align: middle;
  margin-right: 20px;
}

.footer .sponsors-button {
  outline: none;
  float: right;
  margin-top: 35px;
  margin-right: 120px;
  color: #000000;
  text-decoration: none;
  font-size: 18px;
  line-height: 21px;
  text-align: right;
  cursor: pointer;
}

.footer .sponsors-button:hover {
  font-weight: bold;
}

.floormap {
  width: 24%;
  height: 100%;
  margin-left: 3%;
  margin-right: 3%;
  display: inline-block;
  padding-top: 50px;
  vertical-align: top;
  position: relative;
}

.floormap span {
  font-size: 14px;
  display: block;
  width: 100%;
  text-align: center;
  margin-bottom: 30px;
  font-style: italic;
  color: #66676c;
}

.floormap .ball-selector {
  cursor: pointer;
}

.floormap h2 {
  color: #000000;
  font-family: "Playfair Display";
  font-size: 40px;
  line-height: 40px;
  text-transform: capitalize;
  text-align: right;
  margin-top: 20px;
  text-transform: uppercase;
}

.floormap object {
  width: 80%;
  height: 60%;
  max-width: 200px;
}

.floormap .separator-yellow {
  box-sizing: border-box;
  height: 2px;
  width: 180px;
  background-color: #ffb900;
  float: right;
  box-sizing: border-box;
  height: 2px;
  position: absolute;
  right: -40px;
}

@media (max-width: 1480px) {
  .floormap h2 {
    font-size: 27px;
    line-height: 30px;
  }
}

@media (max-width: 1080px) {
  .floormap h2 {
    font-size: 17px;
    line-height: 20px;
  }

  .floormap .intro-video-button {
    margin-top: 0;
    font-size: 12px;
  }
}

@media (max-height: 600px) {
  .floormap h2 {
    line-height: 20px;
    font-size: 17px;
  }

  .floormap .intro-video-button {
    margin-top: 0;
    font-size: 12px;
  }
}

@media (max-height: 620px) {
  .floormap {
    margin-top: 15px;
  }

  .floormap span {
    margin-bottom: 10px;
  }

  .floormap h2 {
    margin-top: 10px;
  }

  .pre-footer {
    vertical-align: middle;
  }

  .intro-video-button {
    margin-top: 0 !important;
    font-size: 12px !important;
  }

  .start-visit {
    font-size: 12px !important;
    line-height: 14px !important;
    padding: 14px !important;
    padding-right: 20px !important;
    padding-left: 20px !important;
  }

  .start-visit i {
    display: none;
  }
}

@media (max-width: 620px) {
  .floormap {
    margin-top: 0;
    width: 100%;
    height: 51%;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
    vertical-align: top;
    position: absolute;
    bottom: 0;
    text-align: center;
  }

  .floormap span,
  .floormap .map-separator {
    display: none;
  }

  .floormap h2 {
    position: absolute;
    top: 10px;
    width: 100%;
    text-align: center;
    font-size: 24px;
  }

  .floormap .separator-yellow {
    display: none;
  }

  #mainFloorMap {
    transform: rotate(270deg);
    height: 110%;
    margin-top: -70px;
  }

  .intro-video-button {
    margin-top: 23px !important;
  }

  .pre-footer {
    bottom: 20px !important;
  }

  .start-visit {
    padding: 14px !important;
    padding-right: 20px !important;
    padding-left: 20px !important;
    vertical-align: middle;
  }

  .start-visit i {
    display: none;
  }
}

@media (max-width: 620px) and (max-height: 700px) {
  #mainFloorMap {
    transform: rotate(270deg);
    height: 135%;
    margin-top: -70px;
  }
}

.clear {
  width: 100%;
  height: 1px;
  clear: both;
}

.loading-screen {
  height: 100%;
  width: 100%;
  z-index: 10;
  position: fixed;
}

.loading-screen.replay {
  background-color: rgba(0, 0, 0, 0.5);
}

.loading-screen .experience-video {
  position: absolute;
  -webkit-animation: slide 1s forwards;
  animation: slide 1s forwards;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}

@-webkit-keyframes slide {
  100% {
    left: 0;
  }
}

@keyframes slide {
  100% {
    left: 0;
  }
}

.loading-screen .experience-video.ended {
  -webkit-animation: slide3 1s forwards;
  animation: slide3 1s forwards;
  left: 0;
}

@-webkit-keyframes slide3 {
  100% {
    left: -100%;
  }
}

@keyframes slide3 {
  100% {
    left: -100%;
  }
}

.loading-screen .experience-video .experience-video-items {
  width: 60%;
}

.loading-screen .experience-video .experience-video-items .box {
  float: right;
  margin: inherit;
  margin-top: 10px;
  border: 1px solid black inset;
  position: relative;
}

.loading-screen .experience-video .experience-video-items .box.centered {
  float: none;
  color: white;
  background-color: black;
}

.loading-screen .experience-video .experience-video-items .box.centered:hover {
  font-weight: bold;
}

.loading-screen .experience-video .experience-video-items .video-media {
  width: 100%;
  margin: 0 !important;
  margin-bottom: 10px;
}

.loading-screen .experience-video .experience-video-items .video-media video {
  width: 100%;
}

.loading-screen .experience {
  width: 100%;
  position: fixed;
  top: 15%;
  display: flex;
  display: -webkit-flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

.loading-screen .experience .hidden {
  -webkit-animation: hidealpha 1s forwards;
  animation: hidealpha 1s forwards;
  animation-delay: 1s;
}

.loading-screen .experience .percent {
  text-align: center;
  display: block;
  margin-top: 44px;
  opacity: 0;
  -webkit-animation: showalpha 2s forwards;
  animation: showalpha 2s forwards;
  animation-delay: 4s;
}

.loading-screen .experience .percent .label {
  font-family: Playfair Display, serif;
}

.loading-screen .experience .percent .percent {
  margin-bottom: 15px;
}

.loading-screen .experience .texts {
  width: 40%;
  margin-top: 44px;
  opacity: 0;
  -webkit-animation: showalpha 1.5s forwards;
  animation: showalpha 1.5s forwards;
  animation-delay: 2s;
}

.loading-screen .experience .texts .date {
  display: inline-block;
  width: 44px;
  margin-right: 30px;
  margin-left: 30px;
  opacity: 0.5;
  color: #ffffff;
  font-family: "Playfair Display";
  font-size: 50px;
  letter-spacing: -3.48px;
  line-height: 33px;
  text-align: center;
  line-height: 44px;
  vertical-align: top;
}

.loading-screen .experience .texts .date2 {
  float: right;
  margin-top: 24px;
}

.loading-screen .experience .texts .text {
  width: 65%;
  display: inline-block;
  color: #000000;
  font-family: "Playfair Display";
  font-size: 1.25rem;
}

.loading-screen .experience .texts .text2 {
  margin-top: 30px;
  text-align: right;
  float: right;
}

.loading-screen .experience .logo-splash {
  width: 100%;
  text-align: center;
  opacity: 0;
  -webkit-animation: showalpha 1s forwards;
  animation: showalpha 1s forwards;
  animation-delay: 1s;
}

.loading-screen .collaborators {
  margin-top: 44px;
  width: 100%;
  text-align: center;
  opacity: 0;
  -webkit-animation: showalpha 1s forwards;
  animation: showalpha 1s forwards;
  animation-delay: 4s;
}

.loading-screen .collaborators .logos {
  display: flex;
  vertical-align: middle;
  align-items: center;
  justify-content: center;
}

.loading-screen .collaborators .logos .logo-madrid {
  width: 60px;
}

.loading-screen .collaborators .logos .logo-ferro {
  margin-left: 20px;
  display: none;
}

.loading-screen .box {
  outline: none;
  cursor: pointer;
  display: flex;
  margin: auto;
  margin-top: 44px;
  display: -webkit-flex;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  height: 56px;
  width: 220px;
  border: 1px solid #000000;
  opacity: 0;
  color: white;
  background-color: #000;
  -webkit-animation: showalpha 1.5s forwards;
  animation: showalpha 1.5s forwards;
}

.loading-screen .box:hover {
  font-weight: bold;
}

@media (max-width: 900px) {
  .experience {
    top: 5% !important;
  }

  .texts {
    width: 90% !important;
    margin-top: 10px !important;
  }

  .texts .text {
    margin-top: 10px !important;
  }

  .texts .text2 {
    margin-top: 10px !important;
  }

  .box {
    margin-top: 0 !important;
  }
}

@media (max-height: 820px) {
  .loading-screen .experience {
    top: 5%;
  }
}

@media (max-height: 620px) {
  .experience {
    top: 5% !important;
  }

  .texts {
    width: 90% !important;
    margin-top: 10px !important;
  }

  .texts .text {
    margin-top: 10px !important;
  }

  .texts .text2 {
    margin-top: 10px !important;
  }

  .box {
    margin-top: 0 !important;
  }
}

@media (max-width: 620px) {
  .experience {
    top: 5% !important;
  }

  .experience .logo-splash {
    width: 140px !important;
  }

  .texts {
    width: 100% !important;
    margin-top: 10px !important;
    font-size: 14px !important;
  }

  .texts .date {
    line-height: 33px !important;
    margin-top: 30px !important;
  }

  .texts .date2 {
    line-height: 42px !important;
  }

  .texts .date {
    line-height: 25px;
  }

  .texts .text {
    margin-top: 40px !important;
    font-size: 14px !important;
  }

  .texts .text2 {
    margin-top: 40px !important;
  }

  .box {
    margin-top: 50px !important;
  }

  .loading-screen .collaborators {
    margin-top: 50px !important;
  }

  .loading-screen .collaborators .logos .logo-ferro {
    display: block !important;
  }

  .experience-video-items {
    width: 100% !important;
  }

  .experience-video-items .box {
    margin-top: 10px !important;
  }
}

@keyframes hidealpha {
  100% {
    opacity: 0;
  }
}

.overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  top: 0;
  left: 0;
}

.overlay.closed {
  opacity: 1;
  -webkit-animation: hidealpha 0.5s forwards;
  animation: hidealpha 0.5s forwards;
}

@-webkit-keyframes hidealpha {
  100% {
    opacity: 0;
  }
}

@keyframes hidealpha {
  100% {
    opacity: 0;
  }
}

.overlay.closed .sponsors-modal {
  transform: scale(1);
  opacity: 1;
  -webkit-animation: smaller 0.5s forwards;
  animation: smaller 0.5s forwards;
}

@-webkit-keyframes smaller {
  100% {
    transform: scale(0.7);
    opacity: 0.3;
    display: none;
  }
}

@keyframes smaller {
  100% {
    transform: scale(0.7);
    opacity: 0.3;
    display: none;
  }
}

.overlay .sponsors-modal {
  position: fixed;
  width: calc(90% - 110px);
  height: calc(90% - 110px);
  top: 5%;
  left: 5%;
  background-color: white;
  background-image: url(img/slideshow-corner-background.jpg);
  background-position: bottom left;
  background-repeat: no-repeat;
  padding: 55px;
  overflow-y: auto;
}

.overlay .sponsors-modal .back-button {
  color: black;
  font-size: 16px;
  line-height: 21px;
  background-color: transparent;
  vertical-align: middle;
  position: relative;
  font-family: Playfair Display, serif;
  padding-left: 50px;
  cursor: pointer;
  border: none;
  outline: none;
}

.overlay .sponsors-modal .back-button i {
  width: 39px;
  height: 38px;
  top: -6px;
  position: absolute;
  left: -2px;
  background-image: url(img/arrow-left.svg);
  background-size: cover;
  background-repeat: no-repeat;
  vertical-align: middle;
}

.overlay .sponsors-modal .back-button:hover {
  color: #D3592A;
}

.overlay .sponsors-modal .back-button:hover i {
  background-image: url(img/arrow-left-hover.svg);
}

.overlay .sponsors-modal .close {
  width: 33px;
  height: 33px;
  position: absolute;
  right: 50px;
  z-index: 99;
  top: 50px;
  background-repeat: no-repeat;
  background-image: url(img/close.svg);
  cursor: pointer;
  outline: none;
}

.overlay .sponsors-modal .close:hover {
  background-image: url(img/close-hover.svg);
}

.overlay .sponsors-modal h2 {
  font-size: 28px;
}

.overlay .sponsors-modal h2 i {
  display: inline-block;
  width: 32px;
  height: 32px;
  margin-right: 32px;
  vertical-align: middle;
  background-image: url(img/hotspot.svg);
  background-repeat: no-repeat;
  background-size: cover;
}

.overlay .sponsors-modal p {
  display: block;
  padding: 0 55px 0 55px;
  margin-top: 30px;
  margin-bottom: 50px;
}

.overlay .sponsors-modal ul {
  list-style: none;
  margin: 0;
  padding: 0 55px 0 55px;
}

.overlay .sponsors-modal ul li {
  display: inline-block;
  width: 15%;
  max-width: 150px;
  margin-right: 1%;
  margin-bottom: 30px;
}

.overlay .sponsors-modal ul li img {
  width: 100%;
}

@media (max-width: 600px) {
  .overlay .sponsors-modal {
    width: 100% !important;
    left: 0;
    top: 40px;
    padding: 0;
    height: calc(100% - 40px);
    background-image: none;
  }

  .overlay .sponsors-modal .close {
    background-size: 100%;
    width: 20px;
    height: 20px;
    right: 20px;
    top: 33px;
  }

  .overlay .sponsors-modal .wrapper-header {
    display: flex;
    align-items: center;
    padding-left: 24px;
    margin-top: 25px;
  }

  .overlay .sponsors-modal .wrapper-header .back-button {
    color: transparent;
    width: 56px;
    height: 25px;
  }

  .overlay .sponsors-modal .wrapper-header h2 {
    font-size: 19px;
  }

  .overlay .sponsors-modal .wrapper-header h2 i {
    display: none !important;
  }

  .overlay .sponsors-modal p {
    padding: 50px 24px 20px 24px;
    margin-top: 0;
    margin-bottom: 0;
  }

  .overlay .sponsors-modal ul {
    list-style: none;
    margin: 0;
    padding: 0 24px 0 24px;
    width: 100%;
    max-width: inherit;
    margin-top: 20px;
  }

  .overlay .sponsors-modal ul li {
    width: calc(50% - 48px);
    margin-right: 0;
    max-width: inherit;
    margin-right: 24px;
    margin-left: 24px;
  }
}

.overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  top: 0;
  left: 0;
}

.overlay.closed {
  opacity: 1;
  -webkit-animation: hidealpha 0.5s forwards;
  animation: hidealpha 0.5s forwards;
}

@-webkit-keyframes hidealpha {
  100% {
    opacity: 0;
  }
}

@keyframes hidealpha {
  100% {
    opacity: 0;
  }
}

.overlay.closed .sponsors-modal {
  transform: scale(1);
  opacity: 1;
  -webkit-animation: smaller 0.5s forwards;
  animation: smaller 0.5s forwards;
}

@-webkit-keyframes smaller {
  100% {
    transform: scale(0.7);
    opacity: 0.3;
    display: none;
  }
}

@keyframes smaller {
  100% {
    transform: scale(0.7);
    opacity: 0.3;
    display: none;
  }
}

.overlay .materport-modal {
  position: fixed;
  width: calc(90%);
  height: calc(90%);
  top: 5%;
  left: 5%;
  background-color: white;
  background-image: url(img/slideshow-corner-background.jpg);
  background-position: bottom left;
  background-repeat: no-repeat;
  padding: 0;
  overflow: hidden;
}

.overlay .materport-modal iframe {
  width: 100%;
  height: 100%;
}

.overlay .materport-modal .back-button {
  color: black;
  font-size: 16px;
  line-height: 21px;
  background-color: transparent;
  vertical-align: middle;
  position: relative;
  font-family: Playfair Display, serif;
  padding-left: 50px;
  cursor: pointer;
  border: none;
  outline: none;
}

.overlay .materport-modal .back-button i {
  width: 39px;
  height: 38px;
  top: -6px;
  position: absolute;
  left: -2px;
  background-image: url(img/arrow-left.svg);
  background-size: cover;
  background-repeat: no-repeat;
  vertical-align: middle;
}

.overlay .materport-modal .back-button:hover {
  color: #D3592A;
}

.overlay .materport-modal .back-button:hover i {
  background-image: url(img/arrow-left-hover.svg);
}

.overlay .materport-modal .close {
  width: 40px;
  height: 40px;
  background-position: center;
  position: absolute;
  right: 50px;
  background-color: white;
  border-radius: 5px;
  z-index: 99;
  top: 50px;
  background-repeat: no-repeat;
  background-image: url(img/close.svg);
  cursor: pointer;
  outline: none;
}

.overlay .materport-modal .close:hover {
  background-image: url(img/close-hover.svg);
}

@media (max-width: 600px) {
  .overlay .materport-modal {
    width: 100% !important;
    left: 0;
    top: 40px;
    padding: 0;
    height: calc(100% - 40px);
    background-image: none;
  }

  .overlay .materport-modal iframe {
    width: 100%;
    height: 100%;
  }

  .overlay .materport-modal .close {
    background-size: 100%;
    background-color: white;
    border-radius: 5px;
    width: 20px;
    height: 20px;
    right: 20px;
    top: 33px;
  }
}

.overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  top: 0;
  left: 0;
  opacity: 0;
  z-index: 99;
  -webkit-animation: showalpha 1s forwards;
  animation: showalpha 1s forwards;
}

@-webkit-keyframes showalpha {
  100% {
    opacity: 1;
  }
}

@keyframes showalpha {
  100% {
    opacity: 1;
  }
}

.overlay.closed {
  opacity: 1;
  -webkit-animation: hidealpha 0.5s forwards;
  animation: hidealpha 0.5s forwards;
}

@-webkit-keyframes hidealpha {
  100% {
    opacity: 0;
  }
}

@keyframes hidealpha {
  100% {
    opacity: 0;
  }
}

.overlay.closed .hotspot-modal {
  transform: scale(1);
  opacity: 1;
  -webkit-animation: smaller 0.5s forwards;
  animation: smaller 0.5s forwards;
}

@-webkit-keyframes smaller {
  100% {
    transform: scale(0.7);
    opacity: 0.3;
    display: none;
  }
}

@keyframes smaller {
  100% {
    transform: scale(0.7);
    opacity: 0.3;
    display: none;
  }
}

.overlay .hotspot-modal {
  position: fixed;
  width: calc(50% - 16px);
  height: 90%;
  top: 5%;
  left: 16px;
  background-color: white;
  background-image: url(img/hotspotmenu-bg.jpg);
  background-position: bottom left;
  background-repeat: no-repeat;
  backface-visibility: hidden;
  transform: scale(0.7);
  opacity: 0.3;
  -webkit-animation: bigger 1s forwards;
  animation: bigger 1s forwards;
}

@-webkit-keyframes bigger {
  100% {
    transform: scale(1);
    opacity: 1;
  }
}

@keyframes bigger {
  100% {
    transform: scale(1);
    opacity: 1;
  }
}

.overlay .hotspot-modal.small {
  transform: scale(1);
  opacity: 1;
  -webkit-animation: grow3 0.5s forwards;
  animation: grow3 0.5s forwards;
}

@-webkit-keyframes grow3 {
  100% {
    width: calc(50% - 16px);
    height: 76%;
    top: 12%;
  }
}

@keyframes grow3 {
  100% {
    width: calc(50% - 16px);
    height: 76%;
    top: 12%;
  }
}

.overlay .hotspot-modal.hostspot-media {
  transform: scale(1);
  opacity: 1;
  -webkit-animation: grow5 1s forwards;
  animation: grow5 1s forwards;
}

@-webkit-keyframes grow5 {
  100% {
    width: calc(100% - 32px);
  }
}

@keyframes grow5 {
  100% {
    width: calc(100% - 32px);
  }
}

.overlay .hotspot-modal.hostspot-media .close {
  background-image: url(img/close-white.svg);
}

.overlay .hotspot-modal.hostspot-media .left-content {
  width: 39%;
}

.overlay .hotspot-modal.hostspot-media .right-content {
  width: 0;
  overflow-x: hidden;
  -webkit-animation: grow2 0.5s forwards;
  animation: grow2 0.5s forwards;
  background-image: url(img/bghotspot.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 0;
}

@-webkit-keyframes grow2 {
  100% {
    width: 50%;
    opacity: 1;
  }
}

@keyframes grow2 {
  100% {
    width: 50%;
    opacity: 1;
  }
}

.overlay .hotspot-modal.hostspot-media .wrapper-buttons {
  display: none;
}

.overlay .hotspot-modal.guided {
  background-image: none;
}

.overlay .hotspot-modal.guided .floor-in-hotspot {
  top: 190px;
  width: 220px;
}

.overlay .hotspot-modal.guided .floor-in-hotspot .floormap {
  width: 80%;
  max-height: 70%;
  margin-top: 0;
  background: none;
  background-image: none;
}

.overlay .hotspot-modal.guided .floor-in-hotspot .floormap span,
.overlay .hotspot-modal.guided .floor-in-hotspot .floormap h2,
.overlay .hotspot-modal.guided .floor-in-hotspot .floormap .separator-yellow {
  display: none;
}

.overlay .hotspot-modal.guided .left-content {
  width: 20%;
}

.overlay .hotspot-modal.guided .left-content h2 {
  width: 90%;
  max-width: 90%;
}

.overlay .hotspot-modal.guided .right-content {
  overflow-x: hidden;
  -webkit-animation: grow7 0.5s forwards;
  animation: grow7 0.5s forwards;
}

@-webkit-keyframes grow7 {
  100% {
    width: 70%;
    opacity: 1;
  }
}

@keyframes grow7 {
  100% {
    width: 70%;
    opacity: 1;
  }
}

.overlay .hotspot-modal.guided .right-content .video-media video {
  margin-top: 40px;
}

.overlay .hotspot-modal.guided .cancel {
  color: black;
  font-size: 16px;
  line-height: 21px;
  padding: 10px;
  background-color: transparent;
  float: left;
  vertical-align: middle;
  border: 1px solid black;
  position: relative;
  margin-right: 3%;
  font-family: Playfair Display, serif;
  padding-right: 50px;
  padding-left: 50px;
  cursor: pointer;
  position: absolute;
  bottom: 20px;
  left: 20px;
  outline: none;
}

.overlay .hotspot-modal.guided .cancel i {
  width: 48px;
  height: 48px;
  top: -3px;
  position: absolute;
  right: -25px;
  background-image: url(img/arrow-right-enabled.svg);
  background-size: cover;
  background-repeat: no-repeat;
  vertical-align: middle;
}

.overlay .hotspot-modal.guided .cancel:hover {
  color: #D3592A;
}

.overlay .hotspot-modal.guided .cancel:hover i {
  background-image: url(img/arrow-right-hover.svg);
}

.overlay .hotspot-modal.guided .next {
  color: black;
  font-size: 16px;
  line-height: 21px;
  padding: 10px;
  background-color: transparent;
  float: left;
  vertical-align: middle;
  border: 1px solid black;
  position: relative;
  margin-right: 3%;
  font-family: Playfair Display, serif;
  padding-right: 50px;
  padding-left: 50px;
  cursor: pointer;
  position: absolute;
  bottom: 20px;
  left: 20px;
  outline: none;
}

.overlay .hotspot-modal.guided .next i {
  width: 48px;
  height: 48px;
  top: -3px;
  position: absolute;
  right: -25px;
  background-image: url(img/arrow-right-enabled.svg);
  background-size: cover;
  background-repeat: no-repeat;
  vertical-align: middle;
}

.overlay .hotspot-modal.guided .next:hover {
  color: #D3592A;
}

.overlay .hotspot-modal.guided .next:hover i {
  background-image: url(img/arrow-right-hover.svg);
}

.overlay .hotspot-modal.slider-media {
  transform: scale(1);
  opacity: 1;
  -webkit-animation: grow 0.5s forwards;
  animation: grow 0.5s forwards;
  background-image: url(img/slideshow-corner-background.jpg);
}

@-webkit-keyframes grow {
  100% {
    width: calc(100% - 32px);
    height: calc(100% - 32px);
    top: 16px;
  }
}

@keyframes grow {
  100% {
    width: calc(100% - 32px);
    height: calc(100% - 32px);
    top: 16px;
  }
}

.overlay .hotspot-modal.slider-media .left-content {
  display: block;
  position: relative;
  padding: 30px 50px 0 50px;
  width: calc(100% - 120px);
}

.overlay .hotspot-modal.slider-media .left-content .menu-container {
  padding-left: 0px;
  position: absolute;
  right: 0;
  top: 70px;
  max-width: 70%;
}

.overlay .hotspot-modal.slider-media .left-content .menu-container .menu-separator {
  display: none;
}

.overlay .hotspot-modal.slider-media .left-content .menu-container .hotspots-menu li {
  display: inline-block;
  padding-left: 0;
  -webkit-animation: none;
  animation: none;
}

.overlay .hotspot-modal.slider-media .left-content .menu-container .hotspots-menu li:hover,
.overlay .hotspot-modal.slider-media .left-content .menu-container .hotspots-menu li.selected {
  padding-left: 0;
}

.overlay .hotspot-modal .close {
  width: 33px;
  height: 33px;
  position: absolute;
  right: 30px;
  z-index: 99;
  top: 30px;
  background-repeat: no-repeat;
  background-image: url(img/close.svg);
  cursor: pointer;
  outline: none;
}

.overlay .hotspot-modal .close:hover {
  background-image: url(img/close-hover.svg);
}

.overlay .hotspot-modal .floor-in-hotspot {
  position: absolute;
  left: 39px;
  top: 80px;
  width: 180px;
}

.overlay .hotspot-modal .floor-in-hotspot .floormap {
  width: 60%;
  margin-top: 0;
  background: none;
  background-image: none;
}

.overlay .hotspot-modal .floor-in-hotspot .floormap span,
.overlay .hotspot-modal .floor-in-hotspot .floormap h2,
.overlay .hotspot-modal .floor-in-hotspot .floormap .separator-yellow {
  display: none;
}

.overlay .hotspot-modal .left-content {
  padding: 50px;
  display: inline-block;
  margin: 0;
  width: 100%;
}

.overlay .hotspot-modal .left-content .back-button {
  color: black;
  font-size: 16px;
  line-height: 21px;
  background-color: transparent;
  vertical-align: middle;
  position: relative;
  font-family: Playfair Display, serif;
  padding-left: 50px;
  cursor: pointer;
  border: none;
  outline: none;
}

.overlay .hotspot-modal .left-content .back-button i {
  width: 39px;
  height: 38px;
  top: -6px;
  position: absolute;
  left: -2px;
  background-image: url(img/arrow-left.svg);
  background-size: cover;
  background-repeat: no-repeat;
  vertical-align: middle;
}

.overlay .hotspot-modal .left-content .back-button:hover {
  color: #D3592A;
}

.overlay .hotspot-modal .left-content .back-button:hover i {
  background-image: url(img/arrow-left-hover.svg);
}

.overlay .hotspot-modal .left-content h2 {
  font-size: 28px;
  max-width: 30%;
}

.overlay .hotspot-modal .left-content h2 i {
  display: inline-block;
  width: 32px;
  height: 32px;
  margin-right: 32px;
  vertical-align: middle;
  background-image: url(img/hotspot.svg);
  background-repeat: no-repeat;
  background-size: cover;
}

.overlay .hotspot-modal .right-content {
  padding: 0;
  margin: 0;
  width: 50%;
  background-color: black;
  color: white;
  vertical-align: top;
  height: 100%;
  float: right;
}

@media (max-width: 1050px) {
  .guided {
    background-image: none;
  }

  .guided .floor-in-hotspot {
    top: 180px;
    width: 120px;
    display: block;
  }

  .guided .floor-in-hotspot .floormap {
    width: 40%;
    max-height: 30%;
    margin-top: 0;
    background: none;
    background-image: none;
  }

  .guided .floor-in-hotspot .floormap span,
  .guided .floor-in-hotspot .floormap h2,
  .guided .floor-in-hotspot .floormap .separator-yellow {
    display: none;
  }

  .guided .left-content {
    width: 20% !important;
  }

  .guided .right-content {
    width: 60%;
  }

  .left-content h2 {
    font-size: 18px !important;
  }
}

@media (max-width: 950px) {
  .hostspot-media .left-content {
    width: 30% !important;
  }

  .floor-in-hotspot {
    display: none;
  }

  .guided {
    background-image: none;
  }

  .guided .floor-in-hotspot {
    top: 190px;
    width: 220px;
    display: block;
  }

  .guided .floor-in-hotspot .floormap {
    width: 80%;
    max-height: 70%;
    margin-top: 0;
    background: none;
    background-image: none;
  }

  .guided .floor-in-hotspot .floormap span,
  .guided .floor-in-hotspot .floormap h2,
  .guided .floor-in-hotspot .floormap .separator-yellow {
    display: none;
  }

  .guided .left-content {
    width: 20% !important;
  }

  .guided .right-content {
    width: 60%;
  }

  .overlay .hotspot-modal .left-content {
    padding: 20px;
  }
}

.menu-next {
  display: none;
}

@media (max-width: 600px) {
  .overlay {
    background-color: transparent;
  }

  .overlay .hotspot-modal {
    position: initial;
    width: 100%;
    height: 100%;
    margin-top: 40px;
  }

  .overlay .hotspot-modal.slider-media {
    -webkit-animation: slider-media-600 0.5s forwards;
    animation: slider-media-600 0.5s forwards;
  }

@-webkit-keyframes slider-media-600 {
    100% {
      width: 100%;
      height: 100%;
    }
}

@keyframes slider-media-600 {
    100% {
      width: 100%;
      height: 100%;
    }
}

  .overlay .hotspot-modal.slider-media .left-content {
    display: block;
    position: relative;
    padding: 25px 25px 0 25px;
    width: 100%;
  }

  .overlay .hotspot-modal.slider-media .left-content .back-button {
    color: transparent;
    float: left;
    width: 0;
    padding-left: 50px;
    height: 30px;
  }

  .overlay .hotspot-modal.slider-media .left-content h2 {
    float: left;
    max-width: calc(100% - 75px);
  }

  .overlay .hotspot-modal.slider-media .left-content h2 i {
    display: none;
  }

  .overlay .hotspot-modal.slider-media .left-content .menu-container {
    display: flex;
    position: relative;
    top: 0;
    max-width: 100%;
    margin-top: 40px;
    width: 100%;
  }

  .overlay .hotspot-modal.slider-media .left-content .menu-container .menu-separator {
    display: none;
  }

  .overlay .hotspot-modal.slider-media .left-content .menu-container .hotspots-menu {
    display: flex;
    margin-bottom: 5px;
    width: 100%;
    overflow: hidden;
  }

  .overlay .hotspot-modal.slider-media .left-content .menu-container .hotspots-menu li {
    padding-left: 0;
    -webkit-animation: none;
    animation: none;
    font-size: 13px;
    max-width: 120px;
  }

  .overlay .hotspot-modal.slider-media .left-content .menu-container .hotspots-menu li:hover,
  .overlay .hotspot-modal.slider-media .left-content .menu-container .hotspots-menu li.selected {
    padding-left: 0;
  }

  .overlay .hotspot-modal.slider-media .left-content .menu-container .menu-prev {
    display: block;
    position: absolute;
    left: -20px;
    margin-top: 14px;
    width: 16px;
    height: 16px;
    color: gray;
    cursor: pointer;
  }

  .overlay .hotspot-modal.slider-media .left-content .menu-container .menu-next {
    display: block;
    position: absolute;
    right: -20px;
    margin-top: 14px;
    width: 16px;
    height: 16px;
    color: gray;
    cursor: pointer;
  }

  .overlay .hotspot-modal .close {
    background-size: 100%;
    width: 20px;
    height: 20px;
    right: 20px;
  }

  .overlay .hotspot-modal.hostspot-media {
    -webkit-animation: grow-hotspot-media-600 1s forwards;
    animation: grow-hotspot-media-600 1s forwards;
  }

@-webkit-keyframes grow-hotspot-media-600 {
    100% {
      width: 100%;
    }
}

@keyframes grow-hotspot-media-600 {
    100% {
      width: 100%;
    }
}

  .overlay .hotspot-modal.hostspot-media .left-content {
    display: none !important;
  }

  .overlay .hotspot-modal.hostspot-media .right-content {
    -webkit-animation: grow-right-content-600 0.5s forwards;
    animation: grow-right-content-600 0.5s forwards;
    background-image: url(img/bghotspot.jpg);
  }

@-webkit-keyframes grow-right-content-600 {
    100% {
      width: 100%;
      opacity: 1;
    }
}

  .overlay .hotspot-modal.hostspot-media .right-content h3 {
    font-size: 24px;
    padding: 0 10%;
    margin-top: 50px;
    text-align: left;
  }

  .overlay .hotspot-modal.hostspot-media .right-content audio {
    margin-top: 60px;
    margin-bottom: 50px;
  }

  .overlay .hotspot-modal.hostspot-media .right-content .wrapper-buttons {
    display: flex;
    width: 100%;
    justify-content: space-between;
    padding-left: 24px;
    padding-right: 24px;
    position: absolute;
    bottom: 65px;
  }

  .overlay .hotspot-modal.hostspot-media .right-content .wrapper-buttons button {
    position: relative;
    cursor: pointer;
  }

  .overlay .hotspot-modal.hostspot-media .right-content .wrapper-buttons button.back-button {
    background-color: transparent;
    font-family: 'Playfair Display';
    border: 1px solid #fff;
    color: #fff;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 16px;
  }

  .overlay .hotspot-modal.hostspot-media .right-content .wrapper-buttons button.next {
    margin-right: 0;
    bottom: 0;
    border-color: #fff;
    color: #fff;
    padding-left: 20px;
    padding-right: 20px;
    left: inherit;
  }

  .left-content h2 {
    font-size: 22px !important;
  }
}

.menu-container {
  padding-left: 160px;
}

.menu-container .menu-separator {
  box-sizing: border-box;
  height: 2px;
  width: 180px;
  border: 1px solid #FFB900;
  margin-bottom: 23px;
  margin-top: 70px;
}

.menu-container .hotspots-menu {
  padding: 0;
  margin: 0;
  list-style: none;
}

.menu-container .hotspots-menu li {
  list-style: none;
  font-size: 16px;
  padding: 15px;
  text-transform: uppercase;
  cursor: pointer;
  outline: none;
  -webkit-animation: movePad2 0.5s forwards;
  animation: movePad2 0.5s forwards;
}

@-webkit-keyframes movePad2 {
  100% {
    padding-left: 0;
  }
}

@keyframes movePad2 {
  100% {
    padding-left: 0;
  }
}

.menu-container .hotspots-menu li:hover,
.menu-container .hotspots-menu li.selected {
  padding-left: 0;
  color: #D3592A;
  -webkit-animation: movePad 0.5s forwards;
  animation: movePad 0.5s forwards;
}

@-webkit-keyframes movePad {
  100% {
    padding-left: 50px;
  }
}

@keyframes movePad {
  100% {
    padding-left: 50px;
  }
}

@media (max-width: 800px) {
  .menu-container {
    padding-left: 40px;
  }

  .menu-container .hotspots-menu li {
    font-size: 12px;
  }
}

html,
body {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  font-family: Playfair Display, serif;
}

body {
  position: fixed;
  left: 0;
  top: 0;
  min-width: 800px;
  overflow-x: auto;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top right;
  background: url(img/bg2.jpg);
}

@media (max-width: 1440px) {
  body {
    background: url(img/bg-1440.jpg);
  }
}

@media (max-width: 500px) {
  body {
    background: url(img/splash-mobile.png);
    min-width: auto !important;
    background-size: cover !important;
  }
}

#renderCanvas {
  width: 100%;
  height: 100%;
  outline: none;
}

#renderingZone {
  width: calc(70% - 2px);
  height: 100%;
  outline: none;
  float: right;
}

.separator-mobile {
  display: none;
}

.map-separator {
  width: 2px;
  height: 100%;
  background-color: #EFDCBC;
  position: absolute;
  top: 0;
  left: 30%;
  opacity: 0;
}

h1,
h2,
h3,
h4 {
  font-weight: 100;
}

#app {
  width: 100%;
  height: 100%;
}

.content-zone {
  width: calc(100% - 80px);
  height: calc(100% - 160px);
  display: inline-block;
  background-color: white;
  position: absolute;
  left: 100%;
  box-shadow: 0 24px 72px 0 rgba(0, 0, 0, 0.16);
  background-position: bottom left;
  background-repeat: no-repeat;
  background-size: 30%;
}

.content-zone.opened {
  left: 100%;
  -webkit-animation: slide 0.7s forwards;
  animation: slide 0.7s forwards;
}

.content-zone.opened .floormap,
.content-zone.opened .map-separator,
.content-zone.opened .pre-footer,
.content-zone.opened #renderingZone {
  opacity: 0;
  -webkit-animation: showalpha 1s forwards;
  animation: showalpha 1s forwards;
}

.content-zone.semi-opened {
  left: 100%;
  -webkit-animation: slide2 0.7s forwards;
  animation: slide2 0.7s forwards;
}

.content-zone.semi-opened .floormap,
.content-zone.semi-opened .pre-footer,
.content-zone.semi-opened #renderingZone {
  opacity: 0;
}

.content-zone .veil {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 999;
  background-color: rgba(255, 255, 255, 0.65);
}

.content-zone .floormap-bg {
  position: absolute;
  width: 30%;
  height: 75px;
  bottom: 0;
  background-image: url(img/dots.png);
  background-position: left bottom;
  background-repeat: no-repeat;
  background-size: 100%;
}

.pre-footer {
  width: 97%;
  vertical-align: middle;
  position: absolute;
  bottom: 10px;
  z-index: 9;
}

.pre-footer .intro-video-button {
  color: black;
  margin-top: 10px;
  font-size: 16px;
  line-height: 21px;
  background-color: transparent;
  float: left;
  vertical-align: middle;
  border: none;
  margin-left: 3%;
  font-family: Playfair Display, serif;
  cursor: pointer;
  outline: none;
}

.pre-footer .intro-video-button:hover {
  color: #D3592A;
}

.pre-footer .intro-video-button i {
  margin-top: -5px;
  font-size: 24px;
  display: inline-block;
  margin-right: 5px;
  vertical-align: middle;
}

.pre-footer .start-visit {
  color: black;
  margin-top: 10px;
  font-size: 16px;
  line-height: 21px;
  padding: 10px;
  background-color: transparent;
  float: right;
  vertical-align: middle;
  border: 1px solid black;
  position: relative;
  margin-right: 3%;
  font-family: Playfair Display, serif;
  padding-right: 50px;
  padding-left: 50px;
  cursor: pointer;
  outline: none;
  background-color: rgba(255, 255, 255, 0.2);
}

.pre-footer .start-visit i {
  width: 48px;
  height: 48px;
  top: -3px;
  position: absolute;
  right: -25px;
  background-image: url(img/arrow-right-enabled.svg);
  background-size: cover;
  background-repeat: no-repeat;
  vertical-align: middle;
}

.pre-footer .start-visit:hover {
  color: #D3592A;
}

.pre-footer .start-visit:hover i {
  background-image: url(img/arrow-right-hover.svg);
}

.rotate {
  position: fixed;
  left: 0;
  text-align: center;
  top: 0;
  width: 100%;
  height: 100%;
  overflow-x: auto;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top right;
  background: url(img/background.png);
  z-index: 998;
  display: none;
}

@media (max-width: 1440px) {
  .rotate {
    background: url(img/bg-1440.jpg);
  }
}

@media (max-width: 500px) {
  .rotate {
    background: url(img/splash-mobile.png);
    min-width: auto !important;
    background-size: cover !important;
  }
}

.show-alpha {
  opacity: 0;
  -webkit-animation: showalpha 1s forwards;
  animation: showalpha 1s forwards;
}

.hide-alpha {
  opacity: 1;
  -webkit-animation: hidealpha 1s forwards;
  animation: hidealpha 1s forwards;
}

@-webkit-keyframes slide {
  100% {
    left: 0;
  }
}

@keyframes slide {
  100% {
    left: 0;
  }
}

@-webkit-keyframes slide2 {
  100% {
    left: 100%;
  }
}

@keyframes slide2 {
  100% {
    left: 100%;
  }
}

@-webkit-keyframes showalpha {
  100% {
    opacity: 1;
  }
}

@keyframes showalpha {
  100% {
    opacity: 1;
  }
}

@keyframes hidealpha {
  100% {
    opacity: 0;
  }
}

.download {
  color: black;
  font-size: 16px;
  line-height: 21px;
  padding: 10px;
  display: block;
  width: 320px;
  margin: auto;
  margin-top: 30px;
  background-color: transparent;
  border: 1px solid black;
  position: relative;
  text-decoration: none;
  font-family: Playfair Display, serif;
  padding-right: 50px;
  padding-left: 50px;
  cursor: pointer;
  outline: none;
}

.download i {
  width: 48px;
  height: 48px;
  top: -3px;
  position: absolute;
  left: 25px;
  background-image: url(img/download.svg);
  background-size: cover;
  background-repeat: no-repeat;
  vertical-align: middle;
}

.download:hover {
  color: #D3592A;
}

.download:hover i {
  background-image: url(img/download-red.svg);
}

.disable-select {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  outline: none;
}

#ball-audio {
  display: none;
}

@media (max-width: 620px) {
  .content-zone {
    width: 100%;
    height: calc(100% - 40px);
    transform: none;
    transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
  }

  .content-zone #renderingZone {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 50%;
  }

  .content-zone.menu-visible {
    transform: translate(-200px, 0);
  }

  .map-separator {
    display: none;
  }

  .footer {
    display: none;
  }

  .separator-mobile {
    display: block;
    background: url(img/separator-mobile.png);
    min-width: auto !important;
    height: 17px;
    z-index: 9999;
    width: 100%;
    position: absolute;
    bottom: -1px;
    left: 0;
    background-size: 100% 100%;
    background-repeat: no-repeat;
  }
}

@media (max-height: 450px) {
  .pre-footer {
    display: none !important;
  }

  .rotate {
    display: block !important;
  }
}