:root {
  --black-text: #171717;
  --white: white;
  --bg: #f0f1f3;
  --bg-black: #242424;
  --blue: #5462e6;
  --grey: #9194ab;
  --semiblack-pp: #474a61;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

h1 {
  letter-spacing: -.03em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 5.6em;
  font-weight: 700;
  line-height: 1.2;
}

.naw-container {
  justify-content: space-between;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-left: 8em;
  padding-right: 8em;
  display: flex;
}

.section-boost {
  background-color: var(--black-text);
  color: var(--white);
  padding-top: 8em;
  padding-bottom: 8em;
  position: relative;
  overflow: clip;
}

.section-hiro {
  justify-content: flex-start;
  align-items: center;
  height: 100vh;
  display: flex;
}

.image-logo {
  width: 7.6em;
  height: 4.1em;
}

.container-80 {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 8em;
  padding-right: 8em;
}

.section-footer {
  background-color: var(--black-text);
  color: var(--white);
  padding-top: 10em;
  padding-bottom: 10em;
}

.navbar {
  z-index: 100;
  background-color: rgba(221, 221, 221, 0);
  padding-top: 2.4em;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.page-wrapper {
  z-index: 1;
  position: relative;
}

.body-elevate {
  background-color: var(--bg);
  color: var(--black-text);
  font-family: Gilroy, sans-serif;
  font-size: .69vw;
  font-weight: 600;
  line-height: 1.2;
}

.box-btn {
  justify-content: center;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.box-btn.non {
  display: none;
}

.btn-blak {
  z-index: 2;
  grid-column-gap: 1.6em;
  grid-row-gap: 1.6em;
  border: 1px solid var(--black-text);
  color: var(--bg-black);
  background-color: rgba(84, 98, 230, 0);
  border-radius: 10rem;
  justify-content: center;
  align-items: center;
  width: 20em;
  padding: 1.5em 2.4em;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.btn-blak:hover {
  background-color: var(--black-text);
  color: var(--white);
  flex: 0 auto;
}

.btn-blak.blue {
  background-color: var(--blue);
  color: var(--white);
  border-style: none;
}

.btn-blak.blue:hover {
  background-color: var(--bg-black);
}

.text-btt-animation {
  z-index: 2;
  line-height: 110%;
  position: relative;
}

.text-btt-animation.relativ {
  z-index: 2;
  font-size: 1.6em;
  font-weight: 500;
  line-height: 1.1;
  position: relative;
}

.wrapper-naw {
  grid-column-gap: 2.4em;
  grid-row-gap: 2.4em;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.link-language {
  color: var(--black-text);
  font-size: 1.6em;
  text-decoration: none;
}

.link-language.color-griy {
  color: var(--grey);
  padding: .75em 1em;
}

.link-language.black {
  justify-content: center;
  align-items: center;
  min-width: 2.8rem;
  max-height: 1.8rem;
  display: flex;
}

.link-language.black.w--current {
  background-color: var(--black-text);
  color: var(--white);
  border-radius: 1.7em;
  justify-content: center;
  align-items: center;
  min-width: 3.6rem;
  min-height: 2.5rem;
  padding-top: 2px;
  font-size: 1.1rem;
  line-height: 1.4;
  display: flex;
}

.flax-h-g-8px {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.svg {
  width: 1.3em;
  height: 1.3em;
}

.flax-h {
  z-index: 2;
  grid-column-gap: 1.2em;
  grid-row-gap: 1.2em;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  display: none;
  position: relative;
}

.wrapper-hiro-ev {
  background-color: var(--white);
  border-radius: 4.8em;
  width: 100%;
  height: 75vh;
  margin-top: 11vh;
  display: flex;
  position: relative;
  overflow: clip;
}

.image-hiro-el {
  object-fit: cover;
  max-width: 60vw;
  height: 75vh;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.block-utp {
  z-index: 3;
  grid-column-gap: 3.6em;
  grid-row-gap: 3.6em;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 55%;
  height: 100%;
  padding-left: 7.2em;
  display: flex;
  position: relative;
}

.text-16 {
  margin-bottom: 0;
  font-size: 1.6em;
  font-weight: 300;
}

.text-16.bolt {
  font-weight: 700;
}

.text-16.bolt.mob-central {
  font-weight: 600;
}

.flax-v-g-24 {
  grid-column-gap: 2.4em;
  grid-row-gap: 2.4em;
  flex-flow: column;
  display: flex;
}

.btn-pop-app {
  z-index: 2;
  background-color: var(--white);
  border-radius: 2em;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 17em;
  height: 17em;
  padding-left: 1em;
  padding-right: 1em;
  display: flex;
  position: absolute;
  top: 6em;
  bottom: auto;
  left: auto;
  right: auto;
  box-shadow: 0 2px 40px rgba(145, 148, 171, .4);
}

.btn-pop-app.open-app {
  display: flex;
  top: auto;
  bottom: 9em;
  left: auto;
  right: auto;
}

.link-block {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  color: var(--black-text);
  border-radius: 10em;
  justify-content: flex-start;
  align-items: center;
  padding: 1em 1em 1em 1.4em;
  font-size: 1.6em;
  text-decoration: none;
  transition: all .3s;
  display: none;
}

.link-block.grin {
  background-color: var(--bg);
  display: none;
}

.link-block.grin.mob, .link-block.mob {
  display: none;
}

.div-block-122 {
  width: 100%;
  margin-top: 2.4em;
  display: none;
}

.h2-el {
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 4em;
  font-weight: 600;
}

.h1-el {
  font-weight: 600;
}

.h1-el.es {
  font-size: 5em;
}

.container-128 {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 12.8em;
  padding-right: 12.8em;
}

.container-128.w300 {
  position: relative;
}

.box-h2-el {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.box-h2-el.non {
  display: none;
}

.text-20 {
  letter-spacing: -.02em;
  font-size: 2em;
  font-weight: 400;
}

.text-20.blue {
  color: var(--blue);
  font-weight: 500;
}

.text-20.grin {
  color: var(--grey);
}

.text-20.s-bolt {
  font-weight: 600;
}

.text-20.bolt {
  font-weight: 700;
}

.text-20.bolt.mob-central {
  font-weight: 600;
}

.text-20.light {
  margin-bottom: 0;
  font-weight: 300;
}

.text-20.max-w-80 {
  width: 80%;
}

.im-bg-boost {
  z-index: 1;
  width: 58em;
  height: 58em;
  position: absolute;
  top: auto;
  bottom: -19.6vh;
  left: auto;
  right: -12.8em;
}

.section-comission {
  z-index: 2;
  background-color: var(--bg);
  padding-top: 8em;
  padding-bottom: 8em;
  position: relative;
}

.container-comission {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 8em;
  padding-right: 8em;
  display: flex;
}

.blok-h2-boost {
  margin-bottom: 4.4em;
  position: relative;
}

.grid-boost {
  grid-column-gap: 8em;
  grid-row-gap: 8em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

.block-progres-boost {
  grid-column-gap: 1.6em;
  grid-row-gap: 1.6em;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: absolute;
  top: auto;
  bottom: auto;
  left: 0%;
  right: auto;
}

.block-progres-boost.es {
  margin-bottom: 6.8em;
}

.number-box {
  background-color: var(--white);
  color: var(--black-text);
  border-radius: 1.2em;
  justify-content: center;
  align-items: center;
  width: 3.6em;
  height: 3.6em;
  padding-top: .1em;
  font-weight: 700;
  line-height: .9;
  display: flex;
}

.number-box._2, .number-box._3 {
  color: var(--white);
  background-color: rgba(145, 148, 171, .6);
  line-height: .9;
}

.line-progres {
  background-color: var(--white);
  border-radius: 5em;
  width: 2px;
  height: 8.4em;
}

.block-grid-boost-left {
  grid-column-gap: 1.6em;
  grid-row-gap: 1.6em;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.box-text-boost {
  grid-column-gap: 1.6vh;
  grid-row-gap: 1.6vh;
  color: var(--grey);
  cursor: default;
  background-color: #242424;
  border-radius: 1.6em;
  flex-flow: column;
  margin-left: 8.4em;
  padding: 3.2em 4em;
  display: flex;
}

.cart-boost {
  z-index: 3;
  background-color: #686868;
  border-radius: 2.8em;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: clip;
}

.cart-boost._2 {
  z-index: 2;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.cart-boost._3 {
  z-index: 1;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.wrapper-cart-boost {
  width: 60em;
  height: 36em;
  position: relative;
}

.im-cart-boost {
  width: 100%;
  height: 100%;
}

.block-grid-boost-right {
  z-index: 2;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.grid-comission {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: var(--white);
  border-radius: 3.6em;
  grid-template-rows: auto;
  justify-content: space-between;
  justify-items: stretch;
  margin-top: 4.4em;
  margin-bottom: 3.6em;
  display: flex;
  overflow: clip;
}

.block-grid-comission {
  grid-column-gap: 2.4em;
  grid-row-gap: 2.4em;
  color: #474a61;
  border-top-right-radius: 3.6em;
  border-bottom-right-radius: 3.6em;
  flex-flow: column;
  width: 35.6em;
  padding: 4.4em 3.6em 2.4em;
  font-weight: 700;
  display: flex;
  box-shadow: 0 4px 40px rgba(71, 74, 97, .1);
}

.text-32 {
  font-size: 3.2em;
  font-weight: 500;
}

.text-32.blue {
  color: var(--blue);
  font-weight: 500;
}

.box-text-commision {
  border-bottom: 2px dotted var(--blue);
  color: var(--semiblack-pp);
  justify-content: space-between;
  align-items: center;
  padding-bottom: 2em;
  font-weight: 400;
  display: flex;
}

.box-text-commision.color-line-grin {
  border-bottom-color: var(--grey);
  color: var(--semiblack-pp);
}

.box-text-commision.mob-border-non {
  border-bottom-style: none;
}

.box-text-commision.height-63 {
  padding-bottom: 1.8em;
}

.item-punto {
  grid-column-gap: 1.8em;
  grid-row-gap: 1.8em;
  flex-flow: column;
  display: flex;
}

.block-grid-comission-2 {
  grid-column-gap: 2.4em;
  grid-row-gap: 2.4em;
  color: var(--grey);
  flex-flow: column;
  width: 35.6em;
  padding: 4.4em 3.6em 2.4em;
  font-weight: 700;
  display: flex;
}

.text-14 {
  font-size: 1.4em;
}

.text-14.grin {
  color: var(--grey);
}

.text-14.blue {
  color: var(--blue);
}

.blue {
  color: var(--blue);
  font-weight: 600;
}

.div-block-123 {
  background-color: var(--white);
  border-radius: 4.8em;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-top: 8em;
  padding-top: 6em;
  padding-bottom: 6em;
  display: flex;
  position: relative;
  overflow: hidden;
}

.h3-el {
  text-align: center;
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 4em;
  font-weight: 600;
  line-height: 1;
}

.div-block-124 {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 80em;
  display: flex;
}

.div-block-125 {
  grid-column-gap: 3.6em;
  grid-row-gap: 3.6em;
  flex-flow: column;
  display: flex;
}

.max-w-50 {
  max-width: 56%;
}

.max-w-50.central {
  text-align: center;
}

.wrapper-im-comission {
  position: absolute;
  top: 3.6em;
  bottom: auto;
  left: 0%;
  right: auto;
  overflow: hidden;
}

.image {
  width: 32em;
  position: relative;
  left: -2em;
}

.wrapper-im-comission2 {
  position: absolute;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
  overflow: hidden;
}

.image-copy {
  width: 27em;
  position: relative;
  top: 2.8em;
  left: 2.2em;
}

.colose-popap {
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.div-block-127 {
  width: 30.8em;
}

.flax-central {
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.grid-footer {
  grid-column-gap: 0px;
  grid-row-gap: 6.9em;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

.block-grid-footer {
  justify-content: flex-start;
  align-items: center;
  width: 70%;
  padding-left: 0;
  padding-right: 9.4em;
  display: flex;
}

.block-grid-footer.wrap-right {
  padding-left: 0;
}

.im-code {
  width: 100%;
}

.text-72 {
  font-size: 7.2em;
  line-height: 1.1;
}

.box-btn-footer {
  grid-column-gap: 2.4em;
  grid-row-gap: 2.4em;
  justify-content: flex-start;
  align-items: flex-start;
  margin-right: 9.2em;
  display: flex;
}

.text-56 {
  font-size: 5.6em;
  line-height: 1.1;
}

.btn-wight {
  z-index: 2;
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  border: 1px solid var(--white);
  color: var(--white);
  background-color: rgba(240, 138, 115, 0);
  border-radius: 10rem;
  justify-content: center;
  align-items: center;
  width: 11em;
  padding: 1.2em 1.5em;
  font-size: 2em;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.btn-wight:hover {
  background-color: var(--white);
  color: var(--black-text);
  flex: 0 auto;
}

.btn-wight.mob {
  display: none;
}

.text-btt-animation-wight {
  z-index: 2;
  line-height: 110%;
  position: relative;
}

.text-btt-animation-wight.relativ {
  z-index: 2;
  font-weight: 500;
  line-height: 1.1;
  position: relative;
}

.link-email {
  color: var(--white);
  font-size: 2.4em;
  text-decoration: none;
}

.block-social {
  grid-column-gap: 3.6em;
  grid-row-gap: 3.6em;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.icon-social {
  height: 2.6em;
  transition: all .3s;
}

.icon-social:hover {
  color: var(--grey);
}

.link-social {
  color: var(--white);
}

.flax-v-g-16 {
  grid-column-gap: 1.6em;
  grid-row-gap: 1.6em;
  flex-flow: column;
  display: flex;
}

.flax-v-g-16.max-w-70 {
  max-width: 70%;
}

.image-hiro-el-mob {
  object-fit: cover;
  max-width: 60vw;
  height: 80vh;
  display: none;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.im-bg-boost-mob {
  z-index: 1;
  width: 9em;
  position: absolute;
  top: 7.3em;
  bottom: auto;
  left: 0%;
  right: auto;
}

.im-cart-boost-mob {
  width: 100%;
  height: 100%;
  display: none;
}

.number-box-mob {
  background-color: var(--white);
  color: var(--black-text);
  border-radius: 1.2em;
  justify-content: center;
  align-items: center;
  width: 3.6em;
  height: 3.6em;
  font-weight: 700;
  display: none;
}

.im-bg-boost-mob-2 {
  z-index: 1;
  width: 58em;
  display: none;
  position: absolute;
  top: auto;
  bottom: -19.6vh;
  left: auto;
  right: -12.8em;
}

.image-mob {
  width: 32em;
  display: none;
  position: relative;
  left: -2em;
}

.image-bg-mob {
  width: 27em;
  display: none;
  position: relative;
  top: 2.8em;
  left: 2.2em;
}

.text-block {
  font-weight: 500;
}

.qr-code-google {
  z-index: 2;
  position: relative;
}

.wrap-qr {
  justify-content: center;
  align-items: center;
  width: 11.6em;
  height: 11.6em;
  display: flex;
  position: relative;
}

.qr-code-aple {
  z-index: 1;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.image-2 {
  width: 1.1em;
  min-width: 1.1em;
}

.image-2-copy {
  width: 1.1em;
  min-width: 1.8em;
}

.svg--big {
  width: 2.1em;
  height: 2.1em;
}

.box-qr {
  background-color: var(--white);
  border-radius: 3em;
  width: 12.1em;
  min-width: 12.1em;
  height: 12.1em;
  margin-right: 7.2em;
  padding: 1.5em;
  display: none;
}

.bg-big {
  position: absolute;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.section-form {
  background-color: var(--white);
  padding-top: 5.2em;
  padding-bottom: 5.2em;
}

.grid {
  grid-column-gap: 5em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

.div-block-128 {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  flex-flow: column;
  display: flex;
}

.form {
  background-color: #f0f1f3;
  border-radius: 10em;
  justify-content: flex-end;
  align-items: center;
  padding: .8em;
  display: flex;
}

.text-field {
  color: var(--grey);
  background-color: rgba(255, 255, 255, 0);
  border: 1px #000;
  width: 19em;
  margin-bottom: 0;
  padding-left: 24px;
  font-size: 1.6em;
  font-weight: 300;
}

.text-field:active, .text-field:focus {
  color: var(--black-text);
}

.text-field:focus-visible {
  color: var(--black-text);
}

.text-field[data-wf-focus-visible] {
  color: var(--black-text);
}

.div-block-129 {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.form-block {
  width: 91%;
  margin-bottom: 0;
}

.submit-button {
  background-color: var(--blue);
  border-radius: 10em;
  width: 12.2em;
  height: 3.2em;
  font-size: 1.6em;
  font-weight: 500;
  transition: all .3s;
}

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

.success-message {
  background-color: #f0f1f3;
  border: 1px solid #74c267;
  border-radius: 10em;
  width: 100%;
}

.text-block-2 {
  color: #74c267;
  font-size: 1.6em;
  font-weight: 500;
}

.error-message {
  color: #4e4a4a;
  border-radius: 10em;
  padding-left: 2.5em;
  font-size: 1.6em;
  font-weight: 400;
}

.btn-wight-mob {
  z-index: 2;
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  border: 1px solid var(--white);
  color: var(--white);
  background-color: rgba(240, 138, 115, 0);
  border-radius: 10rem;
  justify-content: center;
  align-items: center;
  width: 11em;
  padding: 1.2em 1.5em;
  font-size: 2em;
  text-decoration: none;
  transition: all .3s;
  display: none;
  position: relative;
  overflow: hidden;
}

.btn-wight-mob:hover {
  background-color: var(--white);
  color: var(--black-text);
  flex: 0 auto;
}

.btn-wight-mob.mob {
  display: none;
}

.text-16-numr {
  margin-bottom: 0;
  font-size: 1.6em;
  font-weight: 300;
}

.text-16-numr.bolt {
  font-weight: 700;
}

.anchor {
  width: 100%;
  margin-top: 14.5rem;
  position: absolute;
}

.text-block-3 {
  font-weight: 500;
}

@media screen and (max-width: 991px) {
  .section-hiro {
    position: relative;
  }

  .container-80 {
    padding-left: 5em;
    padding-right: 5em;
  }

  .menu-button {
    background-color: #cb6a6a;
  }

  .menu-button.w--open {
    background-color: rgba(255, 255, 255, 0);
  }

  .navbar {
    padding-top: 1em;
  }

  .body-elevate {
    font-size: 1vw;
  }

  .image-hiro-el {
    max-width: 70vw;
    height: 75vh;
    top: auto;
    bottom: 0;
    right: -8.5em;
  }

  .block-utp {
    width: 60%;
    padding-left: 5em;
  }

  .container-128, .container-128.w300 {
    padding-left: 5em;
    padding-right: 5em;
  }

  .im-bg-boost {
    width: 45em;
    height: 45em;
    bottom: -9.7vh;
  }

  .grid-boost {
    grid-column-gap: 3em;
    grid-row-gap: 3em;
  }

  .box-text-boost {
    margin-left: 5em;
  }

  .wrapper-cart-boost {
    width: 44em;
    height: 27em;
  }

  .wrapper-im-comission {
    top: 11.5em;
  }

  .image {
    width: 22em;
  }

  .image-copy {
    width: 20em;
  }

  .block-grid-footer {
    padding-left: 0;
    padding-right: 0;
  }

  .text-72 {
    font-size: 6em;
  }

  .btn-wight {
    display: none;
  }

  .btn-wight.mob {
    display: flex;
  }

  .flax-v-g-16.max-w-70 {
    max-width: 78%;
  }

  .image-hiro-el-mob {
    max-width: 90vw;
    right: -23.3em;
  }

  .im-bg-boost-mob {
    width: 7em;
    top: 12.4em;
  }

  .im-bg-boost-mob-2 {
    width: 45em;
    bottom: -9.7vh;
  }

  .image-mob {
    width: 22em;
  }

  .image-bg-mob {
    width: 20em;
  }

  .grid {
    grid-template-columns: 1fr;
  }

  .text-field, .form-block {
    width: 100%;
  }

  .submit-button {
    min-width: 12.2em;
  }

  .btn-wight-mob, .btn-wight-mob.mob {
    display: flex;
  }

  .anchor {
    top: auto;
    bottom: auto;
    left: 0%;
    right: 0%;
  }
}

@media screen and (max-width: 767px) {
  .box-btn.mob-non {
    display: none;
  }

  .image-hiro-el {
    right: -25.9em;
  }

  .block-utp {
    width: 65%;
  }

  .btn-pop-app.open-app, .link-block, .link-block.grin {
    display: none;
  }

  .link-block.grin.mob {
    display: flex;
  }

  .link-block.grin.ps {
    display: none;
  }

  .link-block.mob {
    display: flex;
  }

  .link-block.ps {
    display: none;
  }

  .block-grid-footer {
    width: 100%;
  }

  .image-hiro-el-mob {
    right: -25.9em;
  }

  .im-bg-boost-mob {
    top: 15.8em;
  }

  .anchor {
    top: auto;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }
}

@media screen and (max-width: 479px) {
  .naw-container {
    padding-left: 2.4em;
    padding-right: 2.4em;
  }

  .section-boost {
    min-width: auto;
    min-height: auto;
    padding-top: 8em;
    padding-bottom: 5.5em;
  }

  .section-hiro {
    justify-content: center;
    align-items: flex-start;
    height: auto;
    padding-top: 8.3rem;
    position: relative;
    overflow: hidden;
  }

  .image-logo {
    width: 7.6em;
    height: 4em;
  }

  .container-80 {
    z-index: 3;
    padding-left: 2.4em;
    padding-right: 2.4em;
    position: relative;
  }

  .container-80.mob-0 {
    padding-left: 0;
    padding-right: 0;
  }

  .styky-boost {
    position: relative;
    top: 0;
  }

  .section-footer {
    padding-top: 5.6em;
    padding-bottom: 3.1em;
  }

  .navbar {
    padding-top: 0;
  }

  .brand {
    margin-top: 2.4em;
    margin-bottom: 2.4em;
    padding-left: 0;
  }

  .body-elevate {
    font-size: 3.1vw;
  }

  .box-btn {
    border-radius: 10em;
    width: 100%;
    overflow: visible;
  }

  .box-btn.mob-non {
    display: none;
  }

  .box-btn.mob-marg-app-8px {
    width: 100%;
    margin-top: .8em;
  }

  .btn-blak {
    padding: 1.6em 2em;
  }

  .link-language.w--current {
    color: var(--grey);
    justify-content: center;
    align-items: center;
    padding: .5em 1em;
    display: flex;
  }

  .link-language.color-griy {
    padding: .5em 1em;
  }

  .link-language.color-griy.w--current {
    color: var(--grey);
    border-radius: 10em;
    justify-content: center;
    align-items: center;
    padding-right: 1em;
    display: flex;
  }

  .link-language.black.w--current {
    background-color: var(--black-text);
    color: var(--white);
    background-color: var(--black-text);
    border-radius: 10em;
    padding-bottom: 0;
  }

  .flax-h-g-8px {
    grid-column-gap: 0em;
    grid-row-gap: 0em;
  }

  .svg {
    height: 1.1em;
  }

  .wrapper-hiro-ev {
    background-color: rgba(240, 241, 243, 0);
    flex-flow: column;
    height: auto;
    margin-top: 0;
    margin-bottom: 25em;
    overflow: visible;
  }

  .image-hiro-el {
    display: none;
    position: static;
  }

  .block-utp {
    grid-column-gap: 2em;
    grid-row-gap: 2em;
    width: 100%;
    padding-left: 0;
  }

  .text-16 {
    margin-bottom: 0;
    font-size: 1.4em;
  }

  .text-16.bolt {
    font-size: 1.2em;
  }

  .text-16.bolt.mob-central {
    text-align: center;
  }

  .text-16.mob-12 {
    font-size: 1.2em;
  }

  .text-16.mob-non, .text-16.non {
    display: none;
  }

  .btn-pop-app.open-app {
    padding-top: 1em;
    display: none;
  }

  .link-block {
    grid-column-gap: .9em;
    grid-row-gap: .9em;
    width: 100%;
    display: none;
  }

  .link-block.grin {
    background-color: rgba(240, 241, 243, 0);
    display: none;
  }

  .link-block.grin.mob {
    display: flex;
  }

  .div-block-122 {
    margin-top: 0;
  }

  .h2-el {
    text-align: center;
    font-size: 2.4em;
    line-height: 1.25;
  }

  .h1-el {
    text-align: center;
    font-size: 3.2em;
    font-weight: 600;
  }

  .h1-el.es {
    font-size: 3.2em;
  }

  .container-128 {
    padding-left: 2.4em;
    padding-right: 2.4em;
  }

  .container-128.w300 {
    height: auto;
    padding-left: 2.4em;
    padding-right: 2.4em;
  }

  .box-h2-el {
    grid-column-gap: 1.2em;
    grid-row-gap: 1.2em;
    text-align: center;
  }

  .text-20 {
    font-size: 1.6em;
  }

  .text-20.blue.mob-14 {
    font-size: 1.4em;
  }

  .text-20.grin {
    color: var(--grey);
  }

  .text-20.grin.mob-14 {
    font-size: 1.4em;
  }

  .text-20.s-bolt {
    font-size: 1.8em;
  }

  .text-20.bolt.mob-central {
    text-align: center;
  }

  .text-20.max-w-80 {
    width: 100%;
  }

  .im-bg-boost {
    width: 15em;
    height: 15em;
    display: none;
    bottom: 39.8em;
    right: -10em;
  }

  .section-comission {
    padding-top: 4.4em;
    padding-bottom: 0;
    overflow: hidden;
  }

  .container-comission {
    padding-left: 2.4em;
    padding-right: 2.4em;
  }

  .grid-boost {
    z-index: 2;
    grid-template-columns: 1fr;
    position: relative;
  }

  .block-progres-boost.es {
    display: none;
  }

  .number-box, .number-box._2, .number-box._3 {
    color: var(--grey);
    background-color: #242424;
  }

  .block-grid-boost-left {
    justify-content: flex-start;
    align-items: center;
    width: auto;
  }

  .box-text-boost {
    grid-column-gap: 1.2em;
    grid-row-gap: 1.2em;
    color: var(--grey);
    background-color: #242424;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    margin-left: 0;
    padding: 2.4em 2.8em 2.8em;
  }

  .box-text-boost._1 {
    z-index: 1;
    color: var(--black-text);
    background-color: #fff;
    border-top: 1px #000;
    position: relative;
    box-shadow: 0 0 rgba(255, 255, 255, .2);
  }

  .box-text-boost._2, .box-text-boost._3 {
    background-color: var(--white);
    color: var(--black-text);
  }

  .im-cart-boost {
    height: auto;
  }

  .block-grid-boost-right {
    display: none;
  }

  .grid-comission {
    border-radius: 2em;
    flex-flow: row;
    margin-top: 2.8em;
    margin-bottom: 2.8em;
  }

  .block-grid-comission {
    width: auto;
    padding: 3.5em 2em 1.3em;
  }

  .text-32 {
    font-size: 2em;
  }

  .box-text-commision {
    grid-column-gap: .8em;
    grid-row-gap: .8em;
    border-bottom-width: 1px;
    flex-flow: column;
    justify-content: flex-end;
    align-items: flex-start;
    padding-bottom: .8em;
  }

  .box-text-commision.mob-border-non {
    border-bottom-style: none;
  }

  .box-text-commision.height-48 {
    height: 4.8em;
  }

  .box-text-commision.height-63 {
    height: 6.3em;
  }

  .item-punto {
    grid-column-gap: 1.6em;
    grid-row-gap: 1.6em;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .block-grid-comission-2 {
    width: auto;
    padding: 3.5em 2em 1.3em 1.2em;
  }

  .text-14.grin.mob-12 {
    white-space: nowrap;
  }

  .text-14.mob-12 {
    font-size: 1.2em;
  }

  .text-14.mob-non {
    display: none;
  }

  .div-block-123 {
    background-color: var(--white);
    border-radius: 0;
    padding: 17.8em 2.4em 12em;
  }

  .h3-el {
    font-size: 2.4em;
  }

  .div-block-124 {
    grid-column-gap: 1.2em;
    grid-row-gap: 1.2em;
  }

  .div-block-125 {
    z-index: 3;
    grid-column-gap: 3.2em;
    grid-row-gap: 3.2em;
    position: relative;
  }

  .max-w-50.central {
    max-width: 97%;
  }

  .wrapper-im-comission {
    z-index: 1;
    top: 0;
  }

  .image {
    display: none;
  }

  .wrapper-im-comission2 {
    top: auto;
    bottom: 0;
    left: 0%;
    right: 0%;
  }

  .image-copy {
    width: 80%;
    display: none;
    top: 9.5em;
  }

  .div-block-127 {
    width: auto;
  }

  .grid-footer {
    grid-row-gap: 4em;
  }

  .block-grid-footer {
    grid-column-gap: 4em;
    grid-row-gap: 4em;
    flex-flow: column;
  }

  .block-grid-footer.wrap-right {
    flex-flow: column-reverse wrap-reverse;
  }

  .im-code {
    margin-right: 0;
  }

  .text-72 {
    text-align: center;
    font-size: 2.4em;
  }

  .box-btn-footer {
    grid-column-gap: 1.6em;
    grid-row-gap: 1.6em;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    margin-right: 0;
  }

  .text-56 {
    font-size: 2.4em;
  }

  .btn-wight {
    width: 100%;
    padding-top: 1.2em;
    padding-bottom: 1.2em;
    font-size: 1.6em;
  }

  .btn-wight.mob {
    display: flex;
  }

  .text-btt-animation-wight.relativ {
    font-size: 1.2em;
  }

  .link-email {
    font-size: 1.4em;
  }

  .block-social {
    justify-content: flex-start;
    align-items: center;
  }

  .icon-social {
    height: 2.2em;
  }

  .icon-social.mini {
    height: 1.9em;
  }

  .link-social {
    justify-content: flex-start;
    align-items: flex-end;
    display: flex;
  }

  .flax-v-g-16.max-w-70 {
    grid-column-gap: .8em;
    grid-row-gap: .8em;
    max-width: 100%;
  }

  .flax-v-g-16.max-w-70.mob-central {
    text-align: center;
  }

  .image-hiro-el-mob {
    z-index: 2;
    object-fit: contain;
    width: 100%;
    max-width: 100vw;
    height: auto;
    display: block;
    position: absolute;
    top: auto;
    bottom: 0%;
    left: 0;
    right: 0;
  }

  .im-bg-boost-mob {
    width: 10em;
    display: inline-block;
    top: 20em;
    bottom: auto;
    left: 0%;
    right: auto;
  }

  .im-cart-boost-mob {
    object-fit: cover;
    height: 14em;
    display: inline-block;
    position: relative;
  }

  .wrap-cart-boost {
    border-radius: 2em;
    overflow: clip;
  }

  .number-box-mob {
    background-color: var(--bg-black);
    color: var(--white);
    padding-top: .2em;
    padding-bottom: 0;
    display: inline-flex;
  }

  .im-bg-boost-mob-2 {
    width: 10em;
    display: inline-block;
    bottom: 43em;
    right: 0;
  }

  .image-mob {
    width: 100%;
    display: inline-block;
    left: 0;
  }

  .image-bg-mob {
    z-index: 1;
    width: 100%;
    height: 11rem;
    display: inline-block;
    position: absolute;
    top: auto;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .qr-code-google, .wrap-qr, .qr-code-aple {
    display: none;
  }

  .image-2 {
    width: 1em;
    min-width: 1em;
  }

  .svg--big {
    height: 2.1em;
  }

  .box-qr {
    margin-right: 0;
    display: none;
  }

  .wrap-cart-boost2, .wrap-cart-boost3 {
    border-radius: 2em;
    overflow: clip;
  }

  .section-form {
    padding-top: 4.4em;
    padding-bottom: 4.4em;
  }

  .div-block-128 {
    grid-column-gap: 1.3em;
    grid-row-gap: 1.3em;
    text-align: center;
    justify-content: flex-start;
    align-items: center;
  }

  .form {
    grid-column-gap: 2em;
    grid-row-gap: 2em;
    background-color: rgba(240, 241, 243, 0);
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    padding-left: 0;
    padding-right: 0;
  }

  .text-field {
    background-color: #f0f1f3;
    border-radius: 10em;
    height: 3.2em;
    padding-left: 42px;
  }

  .success-message {
    padding: 17px 4.4em 15px;
  }

  .success-message.en {
    padding-left: 2.5em;
    padding-right: 2.5em;
  }

  .error-message {
    text-align: center;
    padding-left: 1.9em;
    padding-right: 1.9em;
  }

  .error-message.en {
    padding-left: 1em;
    padding-right: 1em;
  }

  .btn-wight-mob {
    width: 100%;
    padding-top: 1.2em;
    padding-bottom: 1.2em;
    font-size: 1.6em;
  }

  .btn-wight-mob.mob {
    display: flex;
  }

  .text-16-numr {
    margin-bottom: 0;
    font-size: 1.4em;
  }

  .text-16-numr.bolt {
    font-size: 1.2em;
    line-height: 1;
  }

  .text-16-numr.bolt.mob-central {
    text-align: center;
  }

  .text-16-numr.mob-12 {
    font-size: 1.2em;
  }

  .text-16-numr.mob-non, .text-16-numr.non {
    display: none;
  }

  .anchor {
    margin-top: 22rem;
    top: auto;
    bottom: auto;
    left: 0%;
    right: 0%;
  }

  .div-block-130 {
    background-color: var(--white);
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .div-block-131 {
    position: relative;
  }
}

#w-node-_0bc9f643-723b-38a2-615d-68752bcbb0db-83ac74d0, #w-node-_0bc9f643-723b-38a2-615d-68752bcbb0db-6582f178 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}


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