.home-hero-section {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  width: 100vw;
  height: 600vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #0026ff;
}

.mycontainer {
  max-width: 1600px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 20px;
  padding-left: 20px;
}

.mycontainer.hero-container {
  position: static;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.mycontainer.first-content {
  position: static;
  z-index: 5;
  height: 600vh;
  padding-right: 0px;
  padding-left: 0px;
}

.animation {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: none;
}

.h1-home {
  display: block;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 79px;
  color: #000;
  font-size: 15vw;
  text-transform: uppercase;
}

.logo-top {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 10;
  display: block;
  width: 97vw;
  margin-top: 20px;
  margin-right: auto;
  margin-left: auto;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.bg-video {
  position: static;
  left: 0%;
  top: 0px;
  right: 0%;
  bottom: 0%;
  width: 100%;
  height: 100vh;
}

.first-text {
  margin-top: 70px;
  font-family: Spacegrotesk, sans-serif;
  color: #000;
  font-size: 5vw;
  line-height: 5vw;
  font-weight: 400;
  text-transform: uppercase;
  white-space: nowrap;
}

.first-text.link {
  margin-top: 0px;
  line-height: 4vw;
  font-weight: 700;
}

.home-second-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 200vh;
  margin-top: -100vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  background-color: #ffb62c;
}

.first-text-container {
  position: -webkit-sticky;
  position: sticky;
  top: 21px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100vw;
  height: 100vh;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.first-blanck-space {
  height: 60vh;
}

.last-block-color {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: 120vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #cc00d6;
}

.instagram-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffb62c;
  -webkit-transform: scale(1.2) rotate(9deg);
  -ms-transform: scale(1.2) rotate(9deg);
  transform: scale(1.2) rotate(9deg);
  line-height: 0px;
  text-decoration: none;
}

.instagram-marquee-container {
  padding-top: 13px;
  padding-right: 20px;
  padding-bottom: 10px;
  background-color: #ffb62c;
}

.facebook-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  background-color: #0026ff;
  -webkit-transform: scale(1.2) rotate(-6deg);
  -ms-transform: scale(1.2) rotate(-6deg);
  transform: scale(1.2) rotate(-6deg);
  text-decoration: none;
}

.facebook-marquee-container {
  padding-top: 13px;
  padding-right: 20px;
  padding-bottom: 10px;
}

.social-media-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 80vh;
  -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;
}

.body {
  background-color: #0026ff;
}

.bg-mobile {
  display: none;
}

.fantasma-svg {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.video-container-bg {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  background-color: #ffb62c;
}

.loader {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 100;
  display: none;
  background-color: #0026ff;
}

.mail-link {
  position: static;
  left: 30px;
  top: auto;
  right: auto;
  bottom: 30px;
  z-index: 20;
  display: block;
  font-family: Spacegrotesk, sans-serif;
  color: #000;
  font-size: 19px;
  font-weight: 700;
  text-decoration: underline;
}

.mail-button-wrapper {
  position: fixed;
  left: 30px;
  top: auto;
  right: auto;
  bottom: 30px;
  z-index: 20;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.flecha-mail {
  margin-left: 10px;
  font-family: Spacegrotesk, sans-serif;
  color: #000;
  font-size: 40px;
  font-weight: 300;
}

@media screen and (max-width: 991px) {
  .bg-mobile {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .bg-mobile {
    display: none;
  }
}

@media screen and (max-width: 479px) {
  .home-hero-section {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .mycontainer.first-content {
    position: absolute;
    width: 100vw;
    margin-right: 0px;
    margin-left: 0px;
  }
  .bg-video {
    display: none;
  }
  .first-text {
    font-size: 15vw;
    line-height: 15vw;
  }
  .first-text.link {
    margin-top: 0px;
  }
  .instagram-container {
    -webkit-transform: translate(-86px, 48px) scale(1.2) rotate(-43deg);
    -ms-transform: translate(-86px, 48px) scale(1.2) rotate(-43deg);
    transform: translate(-86px, 48px) scale(1.2) rotate(-43deg);
  }
  .instagram-marquee-container {
    padding-top: 31px;
    padding-bottom: 25px;
  }
  .facebook-container {
    -webkit-transform: translate(0px, -76px) scale(1.2) rotate(-9deg);
    -ms-transform: translate(0px, -76px) scale(1.2) rotate(-9deg);
    transform: translate(0px, -76px) scale(1.2) rotate(-9deg);
  }
  .facebook-marquee-container {
    padding-top: 31px;
    padding-bottom: 25px;
  }
  .bg-mobile {
    position: -webkit-sticky;
    position: sticky;
    left: 0%;
    top: 0px;
    right: 0%;
    bottom: auto;
    z-index: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    width: 100%;
    height: 100vh;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    background-color: #0026ff;
  }
  .fantasma-svg {
    display: block;
    width: 100%;
    max-width: none;
    -webkit-transform: scale3d(1none, 1none, 1none);
    transform: scale3d(1none, 1none, 1none);
  }
  .mail-button-wrapper {
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 30px;
    -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;
  }
}

@font-face {
  font-family: 'Spacegrotesk';
  src: url('../fonts/SpaceGrotesk-Bold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Spacegrotesk';
  src: url('../fonts/SpaceGrotesk-Light.woff2') format('woff2');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Spacegrotesk';
  src: url('../fonts/SpaceGrotesk-Medium.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Spacegrotesk';
  src: url('../fonts/SpaceGrotesk-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Spacegrotesk';
  src: url('../fonts/SpaceGrotesk-SemiBold.woff2') format('woff2');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}