:root {
  --black: #12182e;
  --white: white;
  --pink: #eb5ea4;
  --blue: #0d0628;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

body {
  background-color: var(--black);
  color: var(--white);
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  text-align: center;
  letter-spacing: 0;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  font-family: Arges, sans-serif;
  font-size: 40vw;
  font-weight: 400;
  line-height: .88;
}

h2 {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 1rem;
  font-family: Arges, sans-serif;
  font-size: 13vw;
  font-weight: 400;
  line-height: .8;
}

p {
  max-width: 70ch;
  margin-bottom: 0;
}

.button {
  z-index: 1000;
  width: 12em;
  background-color: var(--pink);
  color: var(--white);
  text-align: center;
  text-transform: uppercase;
  border-radius: 100vw;
  margin-bottom: 1.4em;
  margin-left: auto;
  margin-right: auto;
  padding: .8em 1.2em .5em;
  font-family: Formula, sans-serif;
  font-size: 1.6rem;
  font-weight: 900;
  line-height: 1;
  position: fixed;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.button:hover {
  background-color: var(--black);
  color: var(--white);
}

.button:active {
  background-color: var(--pink);
}

.container {
  z-index: 2;
  width: 40%;
  max-width: 80rem;
  flex: none;
  align-self: flex-end;
  margin-bottom: 150px;
  padding-top: 6rem;
  padding-left: 2rem;
  padding-right: 2rem;
  position: relative;
}

.gradient {
  height: 100vh;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: auto;
}

.hero {
  height: 1080px;
  min-height: 100vh;
  background-image: url('../images/amarillo.jpg');
  background-position: 0 0;
  background-size: auto;
  justify-content: center;
  align-items: center;
  margin-top: -100vh;
  display: flex;
}

.spline {
  z-index: 1;
  height: 100vh;
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.section {
  height: 100vw;
  aspect-ratio: auto;
  object-fit: fill;
  background-image: url('../images/azul.jpg');
  background-position: 0 0;
  background-size: cover;
  align-items: flex-end;
  display: flex;
  position: static;
}

.section-copy {
  height: 1080px;
  aspect-ratio: auto;
  object-fit: fill;
  background-image: url('../images/guia.jpg');
  background-position: 50%;
  background-size: cover;
  position: static;
}

.heading {
  width: 100%;
  height: 40%;
  color: var(--pink);
  text-align: center;
  justify-content: center;
  align-items: center;
  font-size: 10vw;
  display: flex;
}

.heading-2 {
  color: var(--pink);
  text-align: center;
  flex: 1;
  align-self: auto;
  font-size: 500px;
  font-style: normal;
  line-height: 100%;
}

.div-block {
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.section-copy-copy {
  height: 1080px;
  aspect-ratio: auto;
  color: var(--white);
  object-fit: fill;
  justify-content: center;
  align-items: center;
  display: flex;
  position: static;
}

.body {
  background-color: var(--white);
}

.paragraph {
  width: 100%;
  color: var(--black);
}

.paragraph-2 {
  width: 100%;
  max-width: none;
  color: var(--black);
  text-align: center;
  justify-content: center;
  align-items: center;
  display: flex;
}

.heading-copy {
  width: 100%;
  height: 40%;
  color: var(--pink);
  text-align: center;
  justify-content: center;
  align-items: center;
  font-size: 20vw;
  display: flex;
}

.paragraph-2-copy {
  width: 100%;
  max-width: none;
  color: var(--white);
  text-align: center;
  justify-content: center;
  align-items: center;
  display: flex;
}

.section-2.is--nav {
  z-index: 900;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.menu__right {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  padding-top: 1em;
  padding-bottom: 1.7em;
  padding-right: 10.99em;
  display: flex;
}

.container-2 {
  width: 100%;
  max-width: 2000px;
  margin-left: auto;
  margin-right: auto;
  padding: 4.06em;
}

.container-2.is--nav {
  z-index: 2;
  justify-content: flex-start;
  align-items: center;
  padding-top: 1.65em;
  padding-bottom: 1.65em;
  display: flex;
  position: relative;
}

.container-2.is--menu {
  z-index: 2;
  height: 100vh;
  color: #e9c6dd;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
}

.menu__contain {
  width: 100%;
  color: #fff;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.nav-link__contain {
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.trigger__line {
  width: 3em;
  height: .2em;
  background-color: #0d0628;
  margin-top: .3em;
  margin-bottom: .3em;
}

.trigger__line.is--2 {
  background-color: #280607;
}

.nav__svg {
  width: 100%;
}

.nav-link {
  justify-content: flex-start;
  align-items: center;
  margin-top: .7em;
  margin-bottom: .7em;
  display: flex;
  overflow: hidden;
}

.nav-link:hover {
  font-style: italic;
  font-weight: 700;
}

.nav-link.is--3 {
  margin-left: 6.2em;
}

.nav-link.is--1 {
  margin-left: 12.4em;
}

.sublink__text {
  letter-spacing: -.04em;
  font-size: 1.77em;
  line-height: 1.2;
}

.menu__left {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-left: 4.06em;
  display: flex;
  position: relative;
}

.nav-link__text {
  width: 320px;
  max-width: 320ch;
  letter-spacing: .02em;
  font-family: Formula, sans-serif;
  font-size: 5em;
  line-height: 1.2;
}

.nav-link__text:hover {
  font-style: normal;
}

.sublink {
  margin-top: 1.5em;
  overflow: hidden;
}

.trigger {
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: flex-end;
  padding-top: 1em;
  padding-bottom: 1em;
  display: flex;
}

.nav__logo {
  width: 7em;
  flex: 0 auto;
  order: 0;
  align-self: auto;
}

.sublinks {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.background__lottie {
  width: 100%;
  margin-top: -1%;
}

.background {
  z-index: 1;
  width: 100%;
  height: 101%;
  color: #fff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.cursor__dot1 {
  width: 6px;
  height: 6px;
  background-color: #0d0628;
  border-radius: 50%;
  transition: opacity .35s, background-color .35s, height .35s, width .35s;
}

.cursor {
  z-index: 1000;
  width: 100%;
  height: 100vh;
  opacity: 0;
  justify-content: center;
  align-items: center;
  transition: opacity .2s;
  display: flex;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.cursor__dot2 {
  width: 52px;
  height: 52px;
  color: rgba(0, 0, 0, 0);
  border: 2px solid #0d0628;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  transition: border-color .35s, height .35s, width .35s, background-color .35s, color .35s;
  display: flex;
  position: absolute;
  overflow: hidden;
}

.sublink__line {
  width: 100%;
  height: .2em;
  background-color: #fff;
  transform: translate(-100%);
}

.nav-link__img {
  z-index: -2;
  width: 46em;
  height: 30em;
  object-fit: contain;
  margin-right: -35em;
  display: none;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.nav-link__num {
  letter-spacing: -.04em;
  margin-top: .7em;
  margin-left: .3em;
  font-size: 1.25em;
  font-style: normal;
  line-height: 1;
}

.nav-link__line {
  width: 0;
  height: .2em;
  background-color: #fff;
}

.html {
  width: 0;
  height: 0;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.trigger__circle {
  width: 14.58em;
  height: 14.58em;
  border: .2em solid #0d0628;
  border-radius: 50%;
  position: absolute;
}

.menu__icon {
  width: 3.02em;
}

.menu {
  z-index: 1;
  display: none;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.background__fill {
  width: 100%;
  height: 100%;
  background-color: var(--blue);
}

.utility-page-wrap {
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.utility-page-content {
  width: 260px;
  text-align: center;
  flex-direction: column;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.section-copy-copy-copy {
  height: 108px;
  aspect-ratio: auto;
  color: var(--white);
  object-fit: fill;
  justify-content: center;
  align-items: center;
  display: flex;
  position: static;
}

.slide {
  background-image: url('../images/guia.jpg');
  background-position: 50%;
  background-size: cover;
  position: static;
}

.slider {
  width: 100vw;
  height: 550px;
  object-fit: fill;
  position: relative;
}

.container-3 {
  width: auto;
  height: auto;
  max-height: none;
  max-width: none;
  min-height: auto;
  min-width: auto;
  object-fit: fill;
  align-self: center;
  margin-left: auto;
  margin-right: auto;
}

.slide-2 {
  position: static;
}

.mask, .carousel {
  position: relative;
}

.right {
  cursor: pointer;
}

.container-zw {
  width: 100%;
  height: 100%;
  max-width: none;
  color: rgba(255, 255, 255, 0);
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

.text-block {
  opacity: 0;
  color: #db8588;
  text-align: center;
  text-transform: uppercase;
  margin-top: 40px;
  font-size: 30px;
  font-weight: 600;
  line-height: 45px;
  display: block;
}

.flip-slider {
  opacity: 1;
}

.left {
  cursor: pointer;
}

.slide-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  margin-left: 0;
  margin-right: 0;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.carousel-fixed-item {
  z-index: 999;
  width: 100%;
  height: auto;
  padding-left: 18px;
  padding-right: 18px;
  display: block;
  position: absolute;
  top: 47%;
  left: 0;
  right: 0;
}

.navigator-icon {
  width: 39px;
  height: 39px;
  border: 2px solid #000;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.navigator-icon.nav-icon-right, .navigator-icon.nav-icon-left {
  background-color: #fff;
}

.carousel-item {
  filter: blur(2px) grayscale();
  padding-top: 465px;
  font-size: 16px;
}

.image {
  width: 7em;
  height: auto;
  max-width: none;
  display: block;
}

.text-block-2 {
  opacity: 0;
  color: #979797;
  text-align: center;
  text-transform: uppercase;
  margin-top: 10px;
  font-size: 30px;
  font-weight: 600;
  line-height: 45px;
  display: block;
}

.carousel-item-2 {
  object-fit: fill;
  padding-top: 500px;
  font-size: 16px;
  transition: opacity .2s;
}

.slide-img-2 {
  width: 100%;
  height: 100%;
  opacity: 1;
  pointer-events: auto;
  color: #5a5a5a;
  -webkit-text-stroke-color: rgba(90, 90, 90, 0);
  -webkit-text-fill-color: inherit;
  object-fit: scale-down;
  background-clip: border-box;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  transform: scale(1.3);
}

.slide-img-2:hover {
  opacity: 1;
  -webkit-text-fill-color: inherit;
  background-color: rgba(255, 255, 255, 0);
  background-clip: border-box;
  border-radius: 0;
  transform: scale(1.3);
}

.carousel-fixed-item-2 {
  z-index: 999;
  width: 100%;
  height: auto;
  color: rgba(192, 77, 77, 0);
  padding-left: 80px;
  padding-right: 80px;
  display: block;
  position: absolute;
  top: 47%;
  left: 0;
  right: 0;
}

.link-block {
  width: 100%;
  height: 100%;
  max-width: 100%;
  object-fit: scale-down;
  background-color: rgba(255, 255, 255, 0);
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: block;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.text-block-3 {
  opacity: 0;
  color: #979797;
  text-align: center;
  text-transform: uppercase;
  margin-top: 10px;
  font-size: 30px;
  font-weight: 600;
  line-height: 45px;
  display: block;
}

.slide-img-3 {
  width: 100%;
  height: 100%;
  opacity: 1;
  pointer-events: auto;
  color: #5a5a5a;
  -webkit-text-stroke-color: rgba(90, 90, 90, 0);
  -webkit-text-fill-color: inherit;
  object-fit: scale-down;
  background-clip: border-box;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  transform: scale(1.3);
}

.slide-img-3:hover {
  opacity: 1;
  -webkit-text-fill-color: inherit;
  background-color: rgba(255, 255, 255, 0);
  background-clip: border-box;
  border-radius: 0;
  transform: scale(1.3);
}

.carousel-fixed-item-3 {
  z-index: 999;
  width: 100%;
  height: auto;
  color: rgba(192, 77, 77, 0);
  padding-left: 80px;
  padding-right: 80px;
  display: block;
  position: absolute;
  top: 47%;
  left: 0;
  right: 0;
}

.body-2 {
  background-color: var(--white);
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 60vw;
  }

  h2 {
    font-size: 27vw;
  }

  .container {
    width: 70%;
    margin-bottom: 50px;
  }

  .hero {
    height: 1080px;
    justify-content: center;
    align-items: center;
  }

  .heading-2 {
    font-size: 300px;
  }

  .div-block {
    align-items: center;
    display: flex;
  }

  .container-2 {
    padding-left: 3em;
    padding-right: 3em;
  }

  .background__lottie {
    z-index: 2;
    flex: none;
    position: relative;
  }

  .cursor {
    display: none;
  }

  .menu {
    height: 100vh;
  }

  .background__fill {
    z-index: 1;
    position: relative;
  }

  .text-block {
    margin-top: 20px;
    font-size: 24px;
    line-height: 40px;
  }

  .carousel-item {
    padding-top: 52%;
  }

  .text-block-2 {
    margin-top: 20px;
    font-size: 24px;
    line-height: 40px;
  }

  .carousel-item-2 {
    padding-top: 52%;
    transition-property: opacity;
  }

  .carousel-item-2:hover {
    background-color: rgba(0, 0, 0, 0);
    border-radius: 8px;
  }

  .text-block-3 {
    margin-top: 20px;
    font-size: 24px;
    line-height: 40px;
  }
}

@media screen and (max-width: 767px) {
  .container {
    width: 80%;
  }

  .hero {
    height: 300px;
    min-height: auto;
    justify-content: center;
    align-items: flex-end;
    display: flex;
  }

  .spline {
    flex-direction: row;
    justify-content: center;
    align-items: stretch;
  }

  .heading {
    clear: none;
    justify-content: center;
    align-self: center;
    align-items: center;
    position: static;
  }

  .heading-2 {
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin-top: 300px;
    font-size: 20vw;
    display: flex;
  }

  .div-block {
    height: 100%;
    text-align: left;
    flex: 0 auto;
    order: 0;
    align-self: auto;
    display: block;
  }

  .heading-copy {
    clear: none;
    justify-content: center;
    align-self: center;
    align-items: center;
    position: static;
  }

  .container-2 {
    padding-left: 4.9em;
    padding-right: 4.9em;
  }

  .container-2.is--nav {
    padding-top: 22px;
    padding-bottom: 22px;
  }

  .nav__svg {
    font-size: 1em;
  }

  .sublink {
    font-size: 7px;
  }

  .trigger {
    font-size: 8px;
  }

  .nav__logo {
    font-size: 10px;
  }

  .sublink__line {
    display: none;
  }

  .menu__icon {
    font-size: 10px;
  }

  .carousel-item, .carousel-item-2 {
    padding-top: 80%;
  }
}

@media screen and (max-width: 479px) {
  h2 {
    font-size: 40vw;
  }

  .button {
    margin-bottom: 1.1em;
    font-size: 7.2vw;
  }

  .container {
    width: 90px;
    max-width: 80px;
  }

  .hero {
    width: auto;
    height: 300px;
    min-height: auto;
    min-width: auto;
    flex-direction: column;
    align-items: center;
  }

  .spline {
    width: auto;
    height: 100vh;
    min-height: auto;
    min-width: auto;
    display: flex;
  }

  .heading {
    flex: 0 auto;
    order: 0;
    align-self: center;
    display: flex;
    position: static;
  }

  .heading-2 {
    margin-top: 400px;
  }

  .div-block {
    align-self: flex-start;
  }

  .heading-copy {
    flex: 0 auto;
    order: 0;
    align-self: center;
    display: flex;
    position: static;
  }

  .menu__right {
    text-align: center;
    align-items: center;
    padding-top: 5.3em;
    padding-bottom: 0;
    padding-right: 0;
    font-size: 5px;
  }

  .menu__contain {
    display: block;
  }

  .menu__left {
    padding-left: 0;
    font-size: 2em;
  }

  .sublink {
    font-size: 2em;
  }

  .sublinks {
    text-align: center;
    align-items: center;
    padding-top: 1.3em;
  }

  .menu__icon {
    font-size: 2em;
  }

  .text-block, .text-block-2, .text-block-3 {
    font-size: 18px;
    line-height: 32px;
  }
}


@font-face {
  font-family: 'Formula';
  src: url('../fonts/PPFormula-CondensedBlack.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Arges';
  src: url('../fonts/ArgesNormal-Trial-ExtraHeavy.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Arges Condensed';
  src: url('../fonts/ArgesCondensed-Trial-CondensedHeavy.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}