@font-face {
  font-family: 'Gotham';
  src: url('../assets/fonts/Gotham-Thin.eot');
  src: url('../assets/fonts/Gotham-Thin.eot?#iefix') format('embedded-opentype'),
    url('../assets/fonts/Gotham-Thin.woff') format('woff'),
    url('../assets/fonts/Gotham-Thin.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Gotham-Medium';
  src: url('../assets/fonts/Gotham-Medium.eot');
  src: url('../assets/fonts/Gotham-Medium.eot?#iefix') format('embedded-opentype'),
    url('../assets/fonts/Gotham-Medium.woff') format('woff'),
    url('../assets/fonts/Gotham-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

body {
  font-family: 'Gotham';
  font-size: 16px;
  color: #FFF;
  padding: 0;
  margin: 0;
  background: #001335;
  overflow: hidden;
}

a{
  text-decoration: none;
  color: #FFF;
}

.container{
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding: 0;
  height: 100vh;
  box-sizing: border-box;
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
}

.display{
  display: none;
}

.iframeCIMY{
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100%;
}
.content{
  position: fixed;
  width: 600px;
  margin: 0 auto;
  text-align: center;
  bottom: 4%;
  left: 0;
  right: 0;
}
.content h1{
  font-family: 'Gotham-Medium';
  font-size:20px;
  background: rgba(0, 19, 53, 0.6);
  display: block;
  padding: 4px 15px;
  box-sizing: border-box;
  margin: 0 -5%;
}
.ascendex{
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
}
.ascendex .gif{
  width: 10%;
}
.download p{
  font-family: 'Gotham-Medium';
  font-weight: bold;
  font-size:14px;
}
.download img{
  max-width: 160px;
  margin: 0 10px;
}
.icono-360{
  position: fixed;
  top: 4%;
  left: 50%;
  right: 0;
  margin-left: -23px;
  width: 42px;
}
.btn-ascendex{
  display: flex;
  flex-direction: row;
}
.hand{
  margin: 10px 8px;
  position: relative;
  top: 20px;
}

@media (max-width:768px){
  .container{
    padding: 0;
  }
  .iframeCIMY{
    display: none;
  }
  .content h1{
    font-size: 17px;
  }
  .display {
    display: block !important;
  }
  .ascendex .gif {
    width: 24%;
    margin: -25px 0;
  }
  .logo-ascendex{
    width: 90%
  }
  .content{
    width: 90%;
  }
  .download img {
    max-width:28%;
    margin: 0 10px;
  }
}