:root {
  --blue-primary: #2160fd;
  --branding--white: white;
}

.button-primary {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #fff;
  text-align: center;
  letter-spacing: -.02em;
  background-color: #0073ce;
  border-radius: 3px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 11px 22px;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  transition: all .5s cubic-bezier(.6, .6, 0, 1);
}

.button-primary:hover {
  background-color: #0052b4;
}

.button-primary:active {
  background-color: #28257e;
}

.container-navigation {
  width: 100%;
  max-width: 1216px;
  justify-content: space-between;
  align-items: center;
  margin: 24px auto;
  display: flex;
}

.nav-menu {
  width: 100%;
  grid-column-gap: 12px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.nav-link {
  color: #0b0b0b;
  letter-spacing: -.02em;
  white-space: nowrap;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  padding: 11px 22px;
  font-family: Noto Sans, sans-serif;
  font-size: 15px;
  font-weight: 600;
  line-height: 15px;
  transition: color .2s;
}

.nav-link:hover {
  color: var(--blue-primary);
  -webkit-text-fill-color: inherit;
  background-color: rgba(0, 0, 0, 0);
  background-clip: border-box;
  border-radius: 0;
  font-weight: 600;
}

.nav-link.w--current {
  color: #fff;
  -webkit-text-stroke-color: transparent;
  text-decoration: none;
}

.navbar-mobile-button-wrapper {
  display: none;
}

.behance {
  width: 32px;
  height: 32px;
  background-image: url('../images/linkedin.svg');
  background-position: 0 0;
  background-size: auto;
}

.behance:hover {
  background-image: url('../images/linkedinhover.svg');
  background-position: 0 0;
  background-size: auto;
}

.navigation-right {
  width: 100%;
  max-width: 190px;
  align-items: center;
  display: flex;
}

.instagram {
  width: 32px;
  height: 32px;
  background-image: url('../images/instagram.svg');
  background-position: 0 0;
  background-size: auto;
}

.instagram:hover {
  background-image: url('../images/instagramhover.svg');
  background-position: 0 0;
  background-size: auto;
}

.facebook {
  width: 32px;
  height: 32px;
  background-image: url('../images/facebook.svg');
  background-position: 0 0;
  background-size: auto;
}

.facebook:hover {
  background-image: url('../images/facebookhover.svg');
  background-position: 0 0;
  background-size: auto;
}

.linkedin {
  width: 32px;
  height: 32px;
  background-image: url('../images/linkedin.svg');
  background-position: 0 0;
  background-size: auto;
}

.linkedin:hover {
  background-image: url('../images/linkedinhover.svg');
  background-position: 0 0;
  background-size: auto;
}

.navigation-left {
  align-items: center;
  display: flex;
}

.navigation-button-wrap {
  width: 100%;
  max-width: 190px;
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.navbar-header {
  z-index: 999;
  background-color: rgba(0, 0, 0, 0);
  border-bottom: 1px #ebebef;
  padding: 20px 16px;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.navigation-middle {
  flex: 0 auto;
  margin-left: 0;
}

.btn-principal {
  width: 100%;
  height: 46px;
  max-width: 190px;
  background-image: linear-gradient(to bottom, var(--blue-primary), var(--blue-primary));
  color: var(--branding--white);
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 500;
  display: flex;
}

.btn-principal.btn-header {
  margin-top: 32px;
}

.header-hero {
  background-image: url('../images/bg-header.svg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: auto;
  padding-top: 32px;
}

.h4 {
  width: 100%;
  max-width: 500px;
  min-width: 0;
  background-color: var(--blue-primary);
  color: #fff;
  text-transform: uppercase;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  font-family: Inter, sans-serif;
  font-size: 11px;
  font-weight: 300;
  display: flex;
}

.h1 {
  width: 100%;
  max-width: 1216px;
  color: #0b0b0b;
  text-align: center;
  letter-spacing: -2.56px;
  justify-content: center;
  align-items: center;
  margin: 24px auto;
  font-family: Inter, sans-serif;
  font-size: 72px;
  line-height: 72px;
  display: flex;
}

.body {
  font-family: Noto Sans, sans-serif;
}

.paragraph {
  width: 100%;
  max-width: 750px;
  text-align: center;
  margin: 24px auto;
  font-size: 18px;
  line-height: 27px;
}

.button {
  width: 100%;
  text-align: left;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.process {
  display: block;
}

.top-text {
  width: 100%;
}

.h4-process {
  width: 100%;
  max-width: 216px;
  min-width: 0;
  background-color: var(--blue-primary);
  color: #fff;
  text-transform: uppercase;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  font-family: Inter, sans-serif;
  font-size: 11px;
  font-weight: 300;
  display: flex;
}

.h1-process {
  width: 100%;
  max-width: 905px;
  color: #0b0b0b;
  text-align: center;
  letter-spacing: -2.56px;
  justify-content: center;
  align-items: center;
  margin: 24px auto;
  font-family: Inter, sans-serif;
  font-size: 57px;
  line-height: 64px;
  display: flex;
}

.phases {
  width: 100%;
  height: auto;
  max-width: 1216px;
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  margin-top: 32px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 25px;
  padding-right: 25px;
  display: flex;
}

.card-phases {
  width: 100%;
  height: auto;
  max-width: 423.93px;
}

.phases-top {
  width: 100%;
  height: auto;
  justify-content: center;
  align-items: center;
  display: flex;
}

.h3-phases {
  width: 100%;
  max-width: 290px;
  text-align: center;
  letter-spacing: -.36px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  font-family: Inter, sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 27px;
  display: flex;
}

.benefits {
  width: 100%;
  height: auto;
  justify-content: space-between;
  margin-top: 80px;
  padding-left: 24px;
  padding-right: 25px;
  display: flex;
}

.container {
  height: auto;
  max-width: 1440px;
  align-items: center;
  display: flex;
}

.left-info {
  width: 100%;
  max-width: 50%;
}

.right-info {
  width: 100%;
  max-width: 50%;
  padding: 16px;
}

.heading {
  width: 100%;
  max-width: 35rem;
  font-family: Inter, sans-serif;
  font-size: 56px;
  font-weight: 500;
  line-height: 100%;
}

.span-white {
  background-image: linear-gradient(to bottom, var(--blue-primary), var(--blue-primary));
  color: #fff;
  border-radius: 8px;
  padding-left: 8px;
  padding-right: 9px;
  font-size: 56px;
}

.paragraph-2 {
  width: 100%;
  max-width: 32rem;
  margin-top: 32px;
  font-size: 18px;
  font-weight: 400;
  line-height: 27px;
}

.content {
  width: 100%;
  height: auto;
  max-width: 1780px;
  background-image: url('../images/bg-content.svg'), linear-gradient(#0b0b0b, #0b0b0b);
  background-position: 50%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: cover, auto;
  border-radius: 32px;
  margin-top: 80px;
  padding-top: 80px;
  padding-bottom: 80px;
}

.text-block {
  width: 100%;
  max-width: 685px;
  color: #999;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  font-size: 15px;
  line-height: 20px;
}

.heading-2 {
  width: 100%;
  max-width: 428px;
  color: #fff;
  margin-left: auto;
  margin-right: auto;
  font-family: Inter, sans-serif;
  font-size: 96px;
  line-height: 96px;
}

.block-incrivel {
  width: 100%;
  max-width: 600px;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.image-2 {
  position: relative;
  top: 8px;
  left: -40px;
}

.heading-3 {
  width: 100%;
  max-width: 713px;
  color: #fff;
  text-align: center;
  letter-spacing: -2.56px;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  font-family: Inter, sans-serif;
  font-size: 58px;
  line-height: 61px;
}

.h1-price {
  width: 100%;
  max-width: 1000px;
  text-align: center;
  letter-spacing: -4.35px;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(#2160fd, rgba(18, 18, 19, 0));
  -webkit-background-clip: text;
  background-clip: text;
  margin-left: auto;
  margin-right: auto;
  font-family: Inter, sans-serif;
  font-size: 118px;
  font-weight: 900;
  line-height: 163.05px;
  display: block;
}

.text-block-2 {
  width: 100%;
  max-width: 800px;
  color: #fff;
  text-align: center;
  margin-top: 16px;
  margin-left: auto;
  margin-right: auto;
  font-family: Inter, sans-serif;
  font-size: 36px;
  font-weight: 500;
  line-height: 36px;
}

.image-3 {
  width: 600px;
  margin-top: 32px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.btn-buy {
  width: 100%;
  height: 46px;
  max-width: 190px;
  background-image: linear-gradient(to bottom, var(--blue-primary), var(--blue-primary));
  color: var(--branding--white);
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 500;
  display: flex;
}

.btn-buy.btn-header {
  max-width: 220px;
  margin-top: 40px;
  margin-bottom: 40px;
}

.faq {
  margin-top: 120px;
}

.btn-wpp {
  width: 100%;
  height: 46px;
  max-width: 190px;
  background-image: linear-gradient(to bottom, var(--blue-primary), var(--blue-primary));
  color: var(--branding--white);
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 500;
  display: flex;
}

.btn-wpp.btn-header {
  max-width: 250px;
  background-image: linear-gradient(#25d366, #25d366);
  flex-direction: row;
  margin-top: 40px;
  margin-bottom: 40px;
}

.footer {
  width: 100%;
  height: auto;
  background-image: linear-gradient(#2160fd, #2160fd);
  margin-top: 80px;
  font-family: Inter, sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 30px;
}

.content-footer {
  width: 100%;
  max-width: 1216px;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 80px;
}

.top-footer {
  justify-content: space-between;
  align-items: center;
  margin-right: 0;
  padding-left: 16px;
  padding-right: 16px;
  display: flex;
}

.span-footer {
  width: 100%;
  max-width: 176px;
  color: #fff;
  letter-spacing: -1.36px;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(#fff 41%, rgba(255, 255, 255, .33));
  -webkit-background-clip: text;
  background-clip: text;
}

.span-footer-two {
  width: 100%;
  max-width: 421px;
  color: #fff;
  letter-spacing: -1.36px;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(#fff 41%, rgba(255, 255, 255, .33));
  -webkit-background-clip: text;
  background-clip: text;
  font-size: 56px;
  line-height: 56px;
}

.divider {
  width: 100%;
  height: 1px;
  border-top: 1px solid #fff;
  margin-top: 24px;
  margin-bottom: 24px;
}

.navbar-footer {
  z-index: 999;
  background-color: rgba(0, 0, 0, 0);
  border-bottom: 1px #ebebef;
  padding: 0 16px;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.navigation-footer {
  flex: 0 auto;
  margin-left: 0;
}

.nav-link-footer {
  color: #fff;
  letter-spacing: -.02em;
  white-space: nowrap;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  padding: 11px 22px;
  font-family: Noto Sans, sans-serif;
  font-size: 15px;
  font-weight: 600;
  line-height: 15px;
  transition: color .2s;
}

.nav-link-footer:hover {
  color: #0c2461;
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  border-radius: 0;
  font-weight: 600;
}

.nav-link-footer.w--current {
  color: #fff;
  -webkit-text-stroke-color: transparent;
  text-decoration: none;
}

.footer-dev {
  width: 100%;
  max-width: 1216px;
  justify-content: space-between;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 24px 16px;
  display: flex;
}

.heading-4 {
  width: 100%;
  max-width: 352px;
  color: #fff;
  text-align: left;
  letter-spacing: .11px;
  font-weight: 400;
}

.privacity {
  width: 100%;
  max-width: 89px;
  color: #fff;
  font-size: 13px;
  font-weight: 500;
}

.terms {
  color: #fff;
  font-size: 13px;
  font-weight: 500;
}

.div-block {
  width: 100%;
  max-width: 280px;
  justify-content: space-around;
  align-items: center;
  display: flex;
}

.info-price-alt {
  width: 100%;
  max-width: 750px;
  color: var(--branding--white);
  text-align: center;
  margin-top: 32px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 12px;
  padding-bottom: 12px;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 300;
}

.bold-text, .bold-text-2, .bold-text-3 {
  margin-bottom: 8px;
  font-size: 18px;
}

.btn-principal-footer {
  width: 100%;
  height: 46px;
  max-width: 190px;
  background-image: linear-gradient(to bottom, var(--branding--white), var(--branding--white));
  color: var(--blue-primary);
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 700;
  display: flex;
}

.btn-principal-footer.btn-header {
  margin-top: 32px;
}

.navigation-right---footer {
  width: 100%;
  max-width: 190px;
  align-items: center;
  display: flex;
}

.link-block {
  width: 100px;
  height: 100px;
  display: none;
  position: fixed;
  top: auto;
  bottom: 10px;
  left: auto;
  right: 0;
}

.html-embed {
  width: 200px;
  height: 200px;
}

.image-4 {
  width: 100px;
  height: 100px;
  cursor: pointer;
}

.team {
  display: block;
}

.profile {
  width: 100%;
  height: auto;
  max-width: 1216px;
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  justify-content: space-between;
  margin-top: 32px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 25px;
  padding-right: 25px;
  display: flex;
  position: static;
}

.img-profile {
  width: 40%;
  text-align: center;
  position: relative;
}

.image-5 {
  width: 170px;
  position: absolute;
  top: 54px;
  left: 375px;
}

.info-profile {
  width: 50%;
  text-align: center;
  justify-content: center;
  align-items: center;
  display: flex;
}

.block-info {
  width: 520px;
  height: 422px;
}

.heading-5 {
  color: var(--blue-primary);
  text-align: left;
  font-family: Inter, sans-serif;
  font-size: 57px;
  line-height: 57px;
}

.text-block-3 {
  text-align: left;
  margin-top: 8px;
  font-family: Inter, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 20px;
}

.text-block-4 {
  color: #8d909c;
  text-align: left;
  margin-top: 16px;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 28.8px;
}

.text-block-5 {
  text-align: left;
  margin-top: 32px;
  font-family: Inter, sans-serif;
  font-size: 18px;
}

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

.image-6 {
  width: 100%;
  display: block;
}

.div-block-2 {
  width: 100%;
  max-width: 700px;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.btn-instagram {
  width: 100%;
  height: 46px;
  max-width: 190px;
  background-image: linear-gradient(to bottom, var(--blue-primary), var(--blue-primary));
  color: var(--branding--white);
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 500;
  display: flex;
}

.btn-instagram.btn-header {
  max-width: 250px;
  background-image: url('../images/bg-instagram.jpeg'), linear-gradient(#25d366, #25d366);
  background-position: 0 0, 0 0;
  background-size: auto, auto;
  flex-direction: row;
  margin-top: 40px;
  margin-bottom: 40px;
}

.text-span-2 {
  font-size: 56px;
}

@media screen and (min-width: 1280px) {
  .container-navigation {
    justify-content: space-around;
  }

  .navigation-right {
    max-width: 190px;
  }

  .navigation-button-wrap {
    max-width: 190px;
    justify-content: center;
  }

  .btn-principal, .btn-buy, .btn-wpp {
    width: 100%;
    height: 45px;
    max-width: 190px;
    background-color: var(--blue-primary);
    color: var(--branding--white);
    justify-content: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    font-family: Inter, sans-serif;
    font-weight: 600;
    line-height: 21.9px;
    display: flex;
  }

  .btn-principal-footer {
    width: 100%;
    height: 45px;
    max-width: 190px;
    background-color: var(--blue-primary);
    color: var(--blue-primary);
    justify-content: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    font-family: Inter, sans-serif;
    font-weight: 700;
    line-height: 21.9px;
    display: flex;
  }

  .navigation-right---footer {
    max-width: 190px;
  }

  .btn-instagram {
    width: 100%;
    height: 45px;
    max-width: 190px;
    background-color: var(--blue-primary);
    color: var(--branding--white);
    justify-content: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    font-family: Inter, sans-serif;
    font-weight: 600;
    line-height: 21.9px;
    display: flex;
  }
}

@media screen and (min-width: 1440px) {
  .container-navigation {
    max-width: 1216px;
    justify-content: space-between;
    margin-top: 0;
  }

  .nav-link:hover {
    color: var(--blue-primary);
    -webkit-text-fill-color: inherit;
    background-image: none;
    background-clip: border-box;
    font-weight: 600;
  }

  .btn-principal, .btn-buy, .btn-wpp {
    border-radius: 10px;
  }

  .divider {
    width: 1215px;
    margin-left: auto;
    margin-right: auto;
  }

  .footer-menu {
    width: 100%;
    max-width: 1216px;
    margin-left: auto;
    margin-right: auto;
  }

  .nav-link-footer {
    color: #fff;
  }

  .nav-link-footer:hover {
    color: #000;
    -webkit-text-fill-color: inherit;
    background-image: none;
    background-clip: border-box;
    font-weight: 600;
  }

  .footer-dev {
    width: 100%;
    height: 80px;
    max-width: 1216px;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .btn-principal-footer {
    color: var(--blue-primary);
    border-radius: 10px;
    font-weight: 700;
  }

  .btn-instagram {
    border-radius: 10px;
  }
}

@media screen and (min-width: 1920px) {
  .header-hero {
    background-position: 50% 0;
    background-repeat: no-repeat;
  }

  .image {
    width: 1623px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .h1-process {
    max-width: 905px;
    font-size: 57px;
  }

  .container {
    max-width: 1216px;
    display: flex;
  }

  .content {
    border-radius: 24px;
    margin-left: auto;
    margin-right: auto;
  }

  .image-3 {
    width: 100%;
    max-width: 700px;
  }

  .btn-principal-footer {
    color: var(--blue-primary);
    font-weight: 700;
  }
}

@media screen and (max-width: 991px) {
  .button-primary {
    width: 130px;
    color: var(--blue-primary);
    background-color: #fff;
    border-radius: 10px;
    margin-top: 30px;
    margin-left: auto;
    margin-right: auto;
  }

  .button-primary._w-200 {
    width: 200px;
  }

  .button-primary.green-btn {
    width: 240px;
    color: #fff;
    background-color: #27d264;
  }

  .container-navigation {
    height: auto;
    justify-content: space-between;
    align-items: center;
  }

  .nav-menu {
    height: 100vh;
    background-color: var(--blue-primary);
  }

  .nav-link {
    color: #fff;
    text-align: center;
    margin-top: 30px;
  }

  .nav-link:hover {
    color: var(--branding--white);
  }

  .logo {
    margin-left: 32px;
  }

  .menu-button {
    border: 1px #ebebef;
    margin-left: 83px;
    padding: 10px;
  }

  .menu-button:active {
    background-color: #fff;
  }

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

  .navbar-mobile-button-wrapper {
    flex-direction: column;
    padding-left: 16px;
    padding-right: 16px;
    display: flex;
  }

  .navigation-right {
    height: auto;
    flex: 0 auto;
    justify-content: flex-start;
    align-items: center;
    display: block;
    overflow: visible;
  }

  .navigation-button-wrap {
    display: block;
  }

  .icon {
    outline-offset: 0px;
    color: var(--blue-primary);
    outline: 3px #2160fd;
    font-size: 32px;
    line-height: 32px;
  }

  .card-phases {
    height: auto;
  }

  .benefits {
    padding-right: 24px;
  }

  .container {
    flex-direction: column;
  }

  .left-info {
    max-width: 100%;
    text-align: left;
  }

  .right-info {
    max-width: 80%;
    margin-top: 24px;
  }

  .content {
    border-radius: 0;
  }

  .h1-price {
    text-align: center;
    font-size: 120px;
    line-height: 150px;
  }

  .top-footer, .footer-dev {
    padding-left: 24px;
    padding-right: 24px;
  }

  .navigation-right---footer {
    height: auto;
    flex: 0 auto;
    justify-content: flex-start;
    align-items: center;
    display: block;
    overflow: visible;
  }

  .menu-button-footer {
    border: 1px #ebebef;
    margin-left: 83px;
    padding: 10px;
  }

  .menu-button-footer:active {
    background-color: #fff;
  }

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

  .profile {
    flex-direction: column;
    align-items: center;
  }

  .img-profile {
    width: 60%;
  }

  .image-5 {
    left: 343px;
  }

  .info-profile {
    width: 70%;
  }

  .block-info, .heading-5, .text-block-3, .text-block-4, .text-block-5 {
    text-align: center;
  }
}

@media screen and (max-width: 767px) {
  .container-navigation {
    justify-content: flex-start;
  }

  .nav-menu {
    height: 85vh;
    display: block;
  }

  .menu-button {
    margin-left: 95px;
  }

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

  .navigation-right {
    position: relative;
    left: 78px;
  }

  .navigation-button-wrap {
    display: block;
  }

  .icon {
    color: var(--blue-primary);
  }

  .h1 {
    font-size: 56px;
    line-height: 56px;
  }

  .paragraph {
    padding-left: 24px;
    padding-right: 24px;
  }

  .h1-process {
    padding-left: 16px;
    padding-right: 16px;
    font-size: 48px;
  }

  .phases {
    flex-direction: column;
    align-items: center;
  }

  .left-info {
    padding-left: 16px;
    padding-right: 15px;
  }

  .heading {
    max-width: 100%;
  }

  .content {
    height: auto;
    padding-bottom: 133px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .text-block {
    padding-left: 16px;
    padding-right: 16px;
  }

  .heading-2 {
    max-width: 409px;
    font-size: 5.6rem;
    line-height: 96px;
  }

  .block-incrivel {
    max-width: 75%;
    flex-flow: wrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    margin-top: 24px;
    display: flex;
  }

  .image-2 {
    margin-top: 16px;
    display: block;
    position: static;
  }

  .heading-3 {
    font-size: 36px;
  }

  .h1-price {
    font-size: 80px;
  }

  .text-block-2 {
    text-align: center;
    font-size: 24px;
  }

  .span-footer-two {
    text-align: right;
    font-size: 32px;
  }

  .footer-dev {
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .heading-4 {
    max-width: 100%;
    text-align: center;
  }

  .div-block {
    max-width: 100%;
  }

  .navigation-right---footer {
    position: relative;
    left: 78px;
  }

  .menu-button-footer {
    margin-left: 95px;
  }

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

  .profile {
    flex-direction: column;
    align-items: center;
  }

  .image-5 {
    display: block;
    top: 36px;
    left: 279px;
    overflow: hidden;
  }

  .info-profile {
    width: 80%;
  }

  .block-info {
    width: 100%;
    height: auto;
    padding-left: 16px;
    padding-right: 16px;
  }

  .text-block-4 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .image-6 {
    width: 100%;
    display: block;
  }

  .div-block-2 {
    flex-wrap: wrap;
  }
}

@media screen and (max-width: 479px) {
  .button-primary {
    width: 100%;
  }

  .container-navigation {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-flow: wrap;
    justify-content: space-around;
    padding-left: 8px;
    padding-right: 8px;
  }

  .logo {
    width: 100%;
    max-width: 100%;
    margin-left: 0;
  }

  .menu-button {
    margin-left: 0;
    display: none;
  }

  .navigation-right {
    max-width: 50px;
    justify-content: center;
    align-items: center;
    display: none;
  }

  .navigation-button-wrap {
    margin-top: 24px;
  }

  .icon {
    color: var(--blue-primary);
  }

  .header-hero {
    width: 95%;
    margin-left: auto;
    margin-right: auto;
  }

  .h4 {
    max-width: 400px;
    text-align: center;
    flex-direction: row;
    padding: 8px;
  }

  .h1 {
    padding-left: 8px;
    padding-right: 8px;
    font-size: 48px;
    line-height: 48px;
  }

  .image {
    margin-top: 32px;
    margin-bottom: 32px;
  }

  .top-text {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .h1-process {
    font-size: 40px;
    line-height: 48px;
  }

  .phases {
    padding-left: 16px;
    padding-right: 16px;
  }

  .benefits {
    flex-wrap: wrap;
    margin-left: auto;
    margin-right: auto;
    padding-left: 16px;
    padding-right: 16px;
  }

  .container {
    max-width: 100%;
    justify-content: center;
  }

  .left-info {
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .heading {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .span-white {
    flex-flow: wrap;
    justify-content: flex-start;
    align-items: center;
    font-size: 5.2vh;
    display: inline-block;
  }

  .paragraph-2 {
    max-width: 100%;
    display: block;
  }

  .content {
    height: auto;
    border-radius: 0;
    margin-bottom: 0;
    padding: 80px 24px;
  }

  .text-block {
    max-width: 100%;
    padding-left: 24px;
    padding-right: 24px;
  }

  .heading-2 {
    max-width: 100%;
    text-align: center;
    margin-bottom: 20px;
    padding-left: 0;
    padding-right: 0;
    font-size: 56px;
    line-height: 56px;
    display: block;
  }

  .block-incrivel {
    max-width: 100%;
    flex-flow: column wrap;
    align-content: center;
    align-items: center;
    padding-left: 8px;
    padding-right: 8px;
    display: flex;
  }

  .image-2 {
    left: 0;
  }

  .heading-3 {
    margin-top: 24px;
    font-size: 32px;
    line-height: 48px;
  }

  .h1-price {
    letter-spacing: -1px;
    font-size: 42px;
    line-height: 80px;
  }

  .text-block-2 {
    text-align: center;
    font-size: 18px;
  }

  .image-3 {
    margin-bottom: 0;
    padding-left: 16px;
    padding-right: 16px;
  }

  .btn-buy.btn-header {
    text-align: center;
    padding-left: 24px;
    padding-right: 24px;
  }

  .question {
    padding-left: 8px;
    padding-right: 8px;
  }

  .btn-wpp.btn-header {
    margin-top: 0;
  }

  .footer {
    height: auto;
    margin-top: 32px;
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .content-footer {
    padding-top: 0;
  }

  .span-footer, .span-footer-two {
    font-size: 16px;
  }

  .brand {
    padding-left: 0;
  }

  .btn-principal-footer {
    font-size: 13px;
  }

  .navigation-right---footer {
    max-width: 100%;
    text-align: center;
    justify-content: space-around;
    align-items: center;
    display: flex;
    left: 0;
  }

  .menu-button-footer {
    margin-left: 0;
    display: none;
  }

  .brand-2 {
    width: 100%;
    padding-left: 0;
  }

  .link-block {
    z-index: 99999999;
    bottom: 0;
    right: 0;
  }

  .team {
    width: 479px;
  }

  .profile {
    width: 100%;
    flex-direction: column;
    align-items: center;
    margin-left: auto;
    padding-left: 16px;
    padding-right: 16px;
    display: flex;
    overflow: hidden;
  }

  .img-profile {
    width: 80%;
  }

  .image-5 {
    top: 19px;
    left: 242px;
  }

  .info-profile {
    width: 90%;
  }

  .block-info {
    display: block;
  }

  .heading-5 {
    text-align: left;
    font-size: 40px;
    line-height: 57px;
  }

  .text-block-3 {
    text-align: left;
  }

  .text-block-4 {
    text-align: left;
    padding-left: 0;
    padding-right: 0;
  }

  .text-block-5 {
    text-align: left;
    font-size: 16px;
    line-height: 28.8px;
  }

  .image-6 {
    width: 100%;
  }

  .btn-instagram.btn-header {
    margin-top: 0;
  }
}


