.navbar {
  z-index: 999;
  background-color: #fff0;
  justify-content: space-between;
  align-items: center;
  height: 128px;
  margin-bottom: -124px;
  display: flex;
  position: sticky;
  top: 0;
}

.body-2 {
  -webkit-text-fill-color: inherit;
  background-color: #fff;
  background-clip: border-box;
  font-family: Poppins, sans-serif;
}

.section-top {
  background-color: #fff;
  background-image: url('../images/dots-ok1.png');
  background-position: 50%;
  background-repeat: repeat;
  background-size: 850px;
  flex-flow: column;
  justify-content: center;
  height: 726px;
  margin-top: 0;
  padding-top: 124px;
  padding-bottom: 47px;
  display: flex;
  position: relative;
}

.section-top.top-suc {
  height: 86vh;
}

.navlink {
  color: #080808;
  cursor: pointer;
  background-color: #fff;
  border: 1px solid #000;
  border-radius: 100px;
  align-self: center;
  padding-top: 9px;
  padding-bottom: 9px;
  transition: all .2s cubic-bezier(.55, .055, .675, .19);
  box-shadow: 6px 8px 10px #00000014, 2px 4px #000;
}

.navlink:hover {
  background-color: #78f30e;
  transform: translate(0, 3px);
  box-shadow: 2px 2px #000;
}

.navlink.nav-contato {
  color: #050505;
  border-color: #78f30e;
  box-shadow: 2px 4px #78f30e, 6px 8px 10px #ecffdc;
}

.navlink.navbig {
  text-align: center;
  background-image: url('../images/arrow-side.png');
  background-position: 6% 51%;
  background-repeat: no-repeat;
  background-size: 28px;
  min-width: 29%;
  padding: 16px 39px 16px 52px;
  font-size: 15px;
  font-weight: 600;
  box-shadow: 2px 4px #000, 6px 20px 13px #0000008f;
}

.navlink.navbig:hover {
  color: #fff;
  background-color: #7454f8;
  background-position: 10% 51%;
}

.navlink.bt-form {
  color: #fff;
  background-color: #7953f6;
  width: 50%;
  margin-left: auto;
  padding-top: 16px;
  padding-bottom: 16px;
  font-size: 16px;
  font-weight: 500;
  position: relative;
  right: 0;
}

.navlink.bt-form:hover {
  background-color: #0f0f0f;
}

.hold-navbar {
  object-fit: fill;
  flex-flow: row;
  flex: 0 auto;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1220px;
  margin-left: 0;
  margin-right: 0;
  display: inline-flex;
  position: relative;
}

.box-header {
  width: 854px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.heading {
  color: #080808;
  text-align: center;
  letter-spacing: -17px;
  margin-top: 0;
  font-size: 172px;
  font-weight: 800;
  line-height: 152px;
}

.heading-2 {
  color: #080808;
  text-align: center;
}

.nav-menu {
  grid-column-gap: 13px;
  grid-row-gap: 13px;
  flex-flow: row;
  margin-top: auto;
  margin-bottom: auto;
  margin-left: auto;
  display: flex;
}

.brand {
  margin-right: auto;
}

.bt-social {
  cursor: pointer;
  background-color: #3898ec00;
  background-image: url('../images/icon-instagram-purple.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: 100px;
  width: 32px;
  height: 32px;
  margin-left: 11px;
  margin-right: -2px;
  transition: all .2s;
}

.bt-social:hover {
  filter: grayscale();
  transform: translate(0, -3px);
}

.bt-social.bt-top-whats {
  background-image: url('../images/icon-whatsapp-purple.svg');
  width: 37px;
}

.bt-social.bt0--yoube {
  background-image: url('../images/icon-youtube-purple.svg');
  background-position: 49%;
}

.section-who {
  flex-flow: column;
  justify-content: center;
  height: auto;
  padding-top: 135px;
  padding-bottom: 100px;
  display: flex;
  position: relative;
}

.all {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.side-who {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-flow: column;
  align-self: center;
  width: 50%;
  padding-right: 0;
  display: flex;
}

.paragraph {
  color: #505050;
  margin-bottom: 0;
  font-size: 17px;
  line-height: 26px;
}

.paragraph.text-quote {
  font-size: 18px;
  font-style: italic;
  font-weight: 500;
}

.side-video {
  background-color: #7454f8;
  border: 4px solid #000;
  border-radius: 38px;
  justify-content: center;
  align-items: center;
  width: 50%;
  padding: 5px 18px;
  display: flex;
  box-shadow: 11px 10px #000, 6px 26px 38px 10px #00000030;
}

.two-col {
  z-index: 1;
  grid-column-gap: 86px;
  grid-row-gap: 86px;
  flex-flow: row;
  justify-content: center;
  align-items: stretch;
  display: flex;
  position: relative;
}

.image {
  border-radius: 20px;
}

.banner-middle {
  z-index: 1;
  background-color: #78f30e;
  background-image: url('../images/Mask-group.png'), url('../images/head-octopus.png'), url('../images/dots5.png');
  background-position: 100% 100%, -10% 100%, 50% 100%;
  background-repeat: no-repeat, no-repeat, repeat-x;
  background-size: auto, contain, contain;
  border-radius: 38px;
  justify-content: space-around;
  height: 200px;
  margin-top: 120px;
  padding-left: 239px;
  padding-right: 84px;
  display: flex;
  position: relative;
  box-shadow: 0 93px 44px -71px #00000045;
}

.heading-5 {
  color: #0d0d0d;
  align-self: center;
  font-size: 27px;
  line-height: 31px;
}

.text-span {
  color: #7454f8;
}

.section-solution {
  background-image: url('../images/tentaculos087.png'), url('../images/tentaculo-big02.png');
  background-position: 100% 100%, -22px 0;
  background-repeat: no-repeat, no-repeat;
  background-size: 200px, 194px;
  height: auto;
  padding-top: 110px;
  padding-bottom: 72px;
}

.overline-regular {
  color: #7455f8;
  letter-spacing: 1.28px;
  text-transform: uppercase;
  border: 1px solid #000;
  border-radius: 100px;
  flex-flow: column;
  width: auto;
  margin-left: 0;
  margin-right: auto;
  padding: 4px 34px;
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
  display: block;
  box-shadow: 0 3px #000;
}

.overline-regular.bt-center {
  margin-left: auto;
}

.container-small {
  width: 100%;
  max-width: 858px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.h2-heading {
  color: #030711;
  letter-spacing: -2px;
  margin-top: 8px;
  margin-bottom: 0;
  font-size: 46px;
  font-weight: 600;
  line-height: 59px;
}

.subheading-large {
  color: #030711;
  letter-spacing: -.32px;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 500;
  line-height: 32px;
}

.subheading-large.text-color-gray-600 {
  color: #4b5563;
}

.column-x-small {
  grid-column-gap: 19px;
  grid-row-gap: 19px;
  flex-direction: column;
  display: flex;
}

.column-x-small.column-center {
  text-align: center;
  align-items: center;
}

.title-center-regular {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 858px;
  margin-bottom: 50px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.lottie-animation {
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: flex-end;
  width: 65px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
  inset: auto 0% 7%;
}

.blur-tm {
  z-index: 200;
  opacity: .7;
  filter: blur(30px);
  width: 8vw;
  position: fixed;
  inset: 0% auto auto 55%;
}

.nav-item {
  color: #d3d4d4;
  letter-spacing: -.4px;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
  font-size: 15px;
  font-weight: 700;
  display: flex;
}

.nav-item:hover {
  color: #8f00ff;
}

.nav-item.w--current {
  color: #000;
}

.blur-tr-container {
  z-index: 200;
  opacity: .7;
  filter: blur(45px);
  justify-content: flex-start;
  align-items: center;
  width: 20vw;
  height: 80vh;
  display: flex;
  position: fixed;
  inset: 10vh 0% auto auto;
  overflow: hidden;
}

.blur-bl {
  z-index: 200;
  opacity: .75;
  filter: blur(50px);
  width: 17.5vw;
  transition: all 1s;
  position: fixed;
  inset: auto auto 10% 3%;
}

.accordion-icon {
  border: 1px solid #d3d4d4;
  border-radius: 100%;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 5vw;
  height: 5vw;
  margin-right: 23px;
  padding: 1vw;
  transition: all .5s;
  display: flex;
  position: relative;
}

.accordion-icon:hover {
  border-color: #8f00ff;
}

.accordion-2 {
  z-index: 1;
  border-bottom: 1px solid #d3d4d4;
  flex-direction: column;
  flex: none;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 30vh;
  min-height: 0;
  max-height: 90vh;
  margin-top: -62px;
  transition: box-shadow .75s, border-color .75s;
  display: flex;
  position: relative;
  overflow: visible;
  box-shadow: 5px -12px 40px -20px #00000080;
}

.accordion-2:hover {
  z-index: 2;
  box-shadow: 0 10px 40px 30px #d3d4d466;
}

.icon-line {
  background-color: #83f224;
  width: 2px;
  height: auto;
  position: absolute;
  top: 1vw;
  bottom: 1vw;
}

.icon-line-static {
  background-color: #83f224;
  width: 100%;
  height: 2px;
}

.blur-tr {
  z-index: 200;
  object-fit: cover;
  object-position: 0% 50%;
  flex: none;
  width: 20vw;
  height: 80vh;
  position: relative;
}

.mascote {
  z-index: 888;
  width: 259px;
  position: absolute;
  inset: -69% auto auto 0%;
}

.image-2 {
  z-index: 888;
  width: 193px;
  position: absolute;
  top: 164px;
  left: 0;
}

.image-3 {
  width: 100px;
  position: absolute;
  inset: -76% 0% auto auto;
}

.image-4 {
  width: 169px;
  position: absolute;
  inset: 122px 0% 0% auto;
}

.section-posicion {
  background-image: url('../images/dots5.png');
  background-position: 50% 268px;
  background-repeat: repeat-x;
  background-size: contain;
  height: auto;
  padding-top: 110px;
  padding-bottom: 111px;
}

.box-cards {
  z-index: 1;
  grid-column-gap: 57px;
  grid-row-gap: 57px;
  margin-top: 82px;
  display: flex;
  position: relative;
}

.cardp {
  background-color: #fff;
  border: 2px solid #7454f8;
  border-radius: 38px;
  width: 100%;
  padding: 39px 49px;
  box-shadow: 8px 13px #7454f8;
}

.number-card {
  color: #7454f8;
  margin-bottom: 13px;
  font-size: 57px;
  line-height: 46px;
}

.box-quote {
  text-align: left;
  flex-flow: row-reverse;
  justify-content: flex-end;
  height: 132px;
  margin-bottom: 12px;
  display: flex;
}

.image-5 {
  align-self: flex-start;
  width: 29px;
  margin-right: 14px;
  padding-left: 0;
}

.accordion-item {
  cursor: pointer;
  border-top: 1px solid #fff;
  position: relative;
  overflow: hidden;
}

.accordion-pane {
  background-color: #0000;
  overflow: hidden;
}

.arrow-div-wrapper {
  justify-content: center;
  align-items: center;
  width: 15%;
  display: flex;
}

.accordion-item-2 {
  background-color: #7953f6;
  border: 1px solid #c9c9c9;
  border-bottom-style: none;
  border-radius: 40px;
  justify-content: center;
  align-items: center;
  max-width: 1000px;
  margin-bottom: 12px;
  margin-left: auto;
  margin-right: auto;
  padding: 1rem 0;
  transition: transform .4s, border-color .4s;
  position: relative;
}

.accordion-item-2:hover {
  z-index: 1;
  border-style: none;
  transform: scale(1.04);
  box-shadow: 8px 8px 36px -8px #8286c438;
}

.accordion-item-2.bottom {
  border-bottom-style: solid;
}

.accordion-item-2.bottom:hover {
  border-bottom-style: none;
}

.accordion-header-3 {
  color: #fff;
  text-align: left;
  width: 85%;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
  padding-bottom: 7px;
  padding-left: 36px;
  font-size: 2.1rem;
  font-weight: 600;
  line-height: 1.3;
  transition: font-size .2s;
}

.accordion-tab-button {
  cursor: pointer;
  border-bottom: 1px solid #ffffff26;
  justify-content: flex-start;
  align-items: center;
  padding-top: 4px;
  padding-bottom: 4px;
  display: flex;
}

.accordion-text {
  color: #fff;
  text-align: left;
  width: 100%;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.7;
}

.number-div-wrapper {
  justify-content: center;
  align-items: center;
  width: 15%;
  font-size: 61px;
  display: flex;
}

.accordion-pane-content {
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  flex-flow: column;
  justify-content: flex-end;
  margin-bottom: 5px;
  padding: 28px 89px 28px 76px;
  display: flex;
}

.number {
  color: #83f224;
  letter-spacing: 3px;
  text-transform: uppercase;
  font-size: 2.5rem;
  font-weight: 800;
}

.accordion-section {
  z-index: 1;
  background-color: #fff0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: auto;
  padding-top: 1%;
  padding-bottom: 1%;
  padding-right: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.div-block {
  padding-right: 0;
}

.heading-6 {
  color: #fff;
  font-size: 20px;
}

.text-span-2 {
  background-color: #82f124;
  padding-left: 7px;
  padding-right: 7px;
}

.section-contato {
  z-index: 1;
  background-color: #83f224;
  background-image: url('../images/dots-ok1.png'), url('../images/Mask-group.png');
  background-position: 0 0, 100% 100%;
  background-repeat: repeat, no-repeat;
  background-size: 500px, auto;
  padding-top: 110px;
  padding-bottom: 110px;
  position: relative;
}

.div-block-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.link-mail {
  color: #5127c4;
  margin-bottom: 8px;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
}

.bt-social02 {
  background-color: #3898ec00;
  background-image: url('../images/icon-instagram-black.svg');
  background-position: 50%;
  background-size: auto;
  width: 50px;
  height: 50px;
  margin-right: 19px;
}

.bt-social02:hover {
  filter: invert(26%);
}

.bt-social02.icon01 {
  background-image: url('../images/icon-whatsapp-black.svg');
}

.bt-social02.bt-youtube5 {
  background-image: url('../images/icon-youtube.svg');
  background-repeat: no-repeat;
}

.heading-7 {
  color: #000;
  margin-top: 0;
  font-size: 45px;
}

.heading-8 {
  color: #000;
  margin-top: 11px;
  margin-bottom: 28px;
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
}

.side4 {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 64%;
  display: flex;
}

.field {
  border: 2px solid #000;
  border-radius: 12px;
  height: 48px;
  margin-bottom: 17px;
  box-shadow: 0 5px #000;
}

.field.field-message {
  height: 128px;
}

.label01 {
  color: #000;
  margin-bottom: 1px;
}

.div-block-3 {
  margin-top: 7px;
}

.section-footer {
  z-index: 1;
  background-color: #000;
  justify-content: center;
  align-items: center;
  height: 150px;
  display: flex;
  position: relative;
}

.image-6 {
  width: 191px;
}

.hero-2 {
  z-index: 0;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100%;
  max-height: 100%;
  display: flex;
  position: relative;
}

.accordion-4 {
  z-index: 1;
  box-shadow: none;
  border-bottom: 1px solid #d3d4d4;
  flex-direction: column;
  flex: none;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 19vh;
  min-height: 0;
  max-height: 90vh;
  transition: box-shadow .75s, border-color .75s;
  display: flex;
  position: relative;
  overflow: scroll;
}

.accordion-4:hover {
  z-index: 2;
  box-shadow: 0 10px 40px 30px #d3d4d466;
}

.link-block {
  z-index: 5;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: auto 0% 10%;
}

.nav-button_component {
  grid-row-gap: .5rem;
  background-color: #8f00ff;
  border-radius: 4px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 4rem;
  height: 4rem;
  padding-left: 1rem;
  padding-right: 1rem;
  display: flex;
}

.nav-button_component:hover {
  opacity: 1;
}

.nav-button_line {
  background-color: #fbf9fc;
  border-radius: 2px;
  width: 100%;
  height: .25rem;
}

.nav-button_line.is-first {
  transform-origin: 50%;
  width: 100%;
  transform: translate(0);
}

.nav-button_line.is-second {
  width: 100%;
}

.nav-button_line.is-third {
  transform-origin: 50%;
}

.modal01 {
  z-index: 9999;
  background-color: #050211c4;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: 0%;
}

.box-sucesso {
  text-align: center;
  background-color: #fff;
  border-radius: 40px;
  width: 450px;
  height: 450px;
  margin-top: 9%;
  margin-left: auto;
  margin-right: auto;
  padding: 19px;
  position: relative;
}

.heading-9 {
  margin-bottom: 19px;
  padding-left: 23px;
  padding-right: 23px;
  font-size: 21px;
  font-weight: 500;
}

.heading-10 {
  color: #7953f6;
}

.lottie-animation-2 {
  width: 29%;
  margin-left: auto;
  margin-right: auto;
}

.close01 {
  position: absolute;
  inset: 2% 2% auto auto;
}

@media screen and (min-width: 1280px) {
  .section-solution {
    background-image: url('../images/tentaculos087.png'), url('../images/tentaculo-big02.png');
    background-position: 100% 100%, -22px 0;
    background-repeat: no-repeat, no-repeat;
    background-size: 168px, 194px;
  }

  .modal01 {
    z-index: 9999;
    background-color: #050211c4;
    height: 100vh;
    position: absolute;
    inset: 0%;
  }

  .box-sucesso {
    text-align: center;
    background-color: #fff;
    border-radius: 40px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 500px;
    height: 500px;
    margin-top: 7%;
    margin-left: auto;
    margin-right: auto;
    padding: 41px;
    display: flex;
    position: relative;
  }

  .heading-9 {
    margin-bottom: 33px;
    font-weight: 500;
  }

  .heading-10 {
    color: #7953f6;
  }

  .lottie-animation-2 {
    width: 29%;
  }

  .close01 {
    margin-top: 6px;
    margin-right: 5px;
    position: absolute;
    inset: 0% 0% auto auto;
  }
}

@media screen and (min-width: 1920px) {
  .section-solution {
    background-size: 220px, 260px;
  }
}

@media screen and (max-width: 991px) {
  .navbar {
    padding-left: 21px;
    padding-right: 21px;
  }

  .navlink {
    text-align: center;
    margin-top: 14px;
    margin-bottom: 14px;
    padding-top: 13px;
    padding-bottom: 13px;
    font-weight: 500;
  }

  .navlink.nav-contato {
    box-shadow: 2px 4px #78f30e, 6px 8px 10px #ecffdc80;
  }

  .navlink.navbig {
    margin-top: 10px;
  }

  .navlink.bt-form {
    width: 75%;
  }

  .box-header {
    width: auto;
  }

  .heading {
    font-size: 164px;
  }

  .nav-menu {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    background-color: #7953f6;
    flex-flow: column;
    padding: 38px;
  }

  .section-who {
    padding-left: 21px;
    padding-right: 21px;
  }

  .side-who {
    width: 100%;
  }

  .side-video {
    width: 100%;
    padding-top: 14px;
    padding-bottom: 14px;
  }

  .two-col {
    grid-column-gap: 51px;
    grid-row-gap: 51px;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: flex;
  }

  .banner-middle {
    background-size: 150px, 192px, contain;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    height: 255px;
    padding-left: 41px;
    padding-right: 41px;
  }

  .heading-5 {
    text-align: center;
    width: 562px;
  }

  .section-solution {
    background-size: 200px, 122px;
    padding-left: 21px;
    padding-right: 21px;
  }

  .overline-regular {
    margin-left: auto;
    margin-right: auto;
  }

  .h2-heading {
    font-size: 43px;
  }

  .column-x-small {
    text-align: center;
    flex-flow: column;
    width: 100%;
    display: flex;
  }

  .image-2 {
    width: 138px;
    top: 179px;
  }

  .image-4 {
    top: 196px;
  }

  .section-posicion {
    height: auto;
    padding-bottom: 92px;
    padding-left: 21px;
    padding-right: 21px;
  }

  .box-cards {
    grid-column-gap: 39px;
    grid-row-gap: 39px;
    flex-flow: column;
  }

  .cardp {
    padding: 28px 26px;
  }

  .box-quote {
    height: auto;
  }

  .accordion-pane {
    width: 100%;
  }

  .accordion-item-2 {
    margin-bottom: 20px;
  }

  .accordion-header-3 {
    font-size: 1.8rem;
    line-height: 1;
  }

  .accordion-section {
    padding-left: 6%;
    padding-right: 6%;
  }

  .section-contato {
    padding-left: 25px;
    padding-right: 25px;
  }

  .heading-8 {
    font-size: 18px;
  }

  .side4 {
    width: 90%;
  }

  .menu-button {
    margin-left: 12px;
    padding: 5px;
  }

  .menu-button.w--open {
    background-color: #7953f600;
  }

  .menu-button-2 {
    padding: 5px;
  }

  .menu-button-2.w--open {
    background-color: #f6303a00;
  }

  .nav-button_component {
    grid-row-gap: .3rem;
    background-color: #683a9200;
    justify-content: center;
    align-items: center;
    width: 3.4rem;
    height: 3rem;
  }

  .nav-button_line.is-first {
    background-color: #775af4;
  }

  .nav-button_line.is-second, .nav-button_line.is-third {
    background-color: #7953f6;
  }
}

@media screen and (max-width: 767px) {
  .navlink.bt-form {
    margin-top: 15px;
  }

  .heading {
    font-size: 134px;
  }

  .all {
    width: 100%;
    max-width: none;
  }

  .two-col {
    display: block;
  }

  .banner-middle {
    height: 300px;
  }

  .heading-5 {
    width: 355px;
  }

  .h2-heading {
    font-size: 46px;
    line-height: 54px;
  }

  .blur-tr-container {
    width: 50vw;
  }

  .accordion-icon {
    width: 44px;
    height: 44px;
    padding: 10px;
  }

  .accordion-2 {
    height: 25vh;
    max-height: 80vh;
  }

  .accordion-2:hover {
    box-shadow: none;
  }

  .icon-line {
    top: 10px;
    bottom: 10px;
  }

  .blur-tr {
    width: 50vw;
  }

  .mascote {
    width: 198px;
    top: -54%;
  }

  .image-2 {
    width: 121px;
  }

  .image-4 {
    width: 138px;
  }

  .accordion-item-2:hover {
    transform: scale(1.01);
  }

  .accordion-header-3 {
    padding-left: 7px;
    line-height: 1.2;
  }

  .accordion-tab-button {
    width: 90vw;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .accordion-section {
    padding-left: 1%;
    padding-right: 1%;
  }

  .div-block-2 {
    display: block;
  }

  .bt-social02 {
    background-position: 0%;
    background-repeat: no-repeat;
  }

  .field {
    height: 60px;
  }

  .form {
    margin-top: 51px;
  }

  .accordion-4 {
    height: 25vh;
    max-height: 80vh;
  }

  .accordion-4:hover {
    box-shadow: none;
  }

  .box-sucesso {
    width: 80%;
    height: auto;
    padding-top: 34px;
    padding-bottom: 34px;
  }
}

@media screen and (max-width: 479px) {
  .section-top {
    height: 644px;
    padding-top: 61px;
  }

  .navlink.bt-suc {
    padding-left: 33px;
    padding-right: 33px;
    font-size: 13px;
  }

  .hold-navbar {
    flex-flow: row;
    align-items: center;
  }

  .box-header {
    text-align: center;
  }

  .heading {
    letter-spacing: -7px;
    width: 300px;
    margin-bottom: -4px;
    margin-left: auto;
    margin-right: auto;
    font-size: 76px;
  }

  .heading-2 {
    margin-top: -24px;
    font-size: 27px;
  }

  .brand {
    width: 100%;
    margin-right: auto;
    padding-left: 0;
  }

  .bt-social {
    width: 28px;
    height: 28px;
  }

  .section-who {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .paragraph {
    font-size: 14px;
    line-height: 20px;
  }

  .paragraph.text-quote {
    font-size: 15px;
  }

  .side-video {
    margin-top: 19px;
  }

  .banner-middle {
    background-position: 100% 100%, 0 100%, 50% 100%;
    background-size: 80px, 167px, contain;
    margin-top: 90px;
  }

  .heading-5 {
    width: 282px;
    margin-top: -16px;
    font-size: 22px;
    line-height: 26px;
  }

  .section-solution {
    background-size: 200px, 94px;
    padding: 75px 0;
  }

  .h2-heading {
    font-size: 32px;
    line-height: 40px;
  }

  .title-center-regular.minor {
    padding-left: 21px;
    padding-right: 21px;
  }

  .blur-tr-container {
    height: 60vh;
    top: 30vh;
  }

  .accordion-icon {
    width: 40px;
    height: 40px;
  }

  .blur-tr {
    height: 60vh;
  }

  .mascote {
    width: 156px;
    top: -39%;
  }

  .image-2 {
    width: 75px;
    top: 185px;
  }

  .image-3 {
    top: -42%;
  }

  .image-4 {
    width: 112px;
    top: 222px;
  }

  .section-posicion {
    padding-top: 61px;
    padding-bottom: 71px;
  }

  .box-cards {
    margin-top: 46px;
  }

  .cardp {
    padding: 16px 21px 28px;
  }

  .number-card {
    margin-bottom: 10px;
    font-size: 54px;
  }

  .arrow-div-wrapper {
    width: 15%;
    padding-right: 10px;
  }

  .accordion-item-2 {
    max-width: none;
    margin-bottom: 10px;
    padding: 1px 6px 18px;
  }

  .accordion-header-3 {
    padding-left: 15px;
    font-size: 1.2rem;
  }

  .accordion-tab-button {
    padding-left: 10px;
  }

  .accordion-text {
    width: 90%;
    font-size: .9rem;
    line-height: 1.4;
  }

  .number-div-wrapper {
    width: 15%;
    padding-right: 10px;
  }

  .accordion-pane-content {
    padding: 0 25px;
  }

  .number {
    letter-spacing: -3px;
    font-size: 2.2rem;
  }

  .accordion-section {
    padding-left: 3%;
    padding-right: 4%;
  }

  .heading-6 {
    font-size: 18px;
    line-height: 24px;
  }

  .section-contato {
    padding-top: 56px;
    padding-bottom: 56px;
  }

  .heading-7 {
    font-size: 33px;
    line-height: 41px;
  }

  .heading-8 {
    font-size: 16px;
    line-height: 24px;
  }

  .side4 {
    width: 100%;
  }

  .image-7 {
    max-width: 84%;
  }

  .menu-button {
    text-align: right;
    padding-right: 0;
  }

  .nav-button_component {
    width: 3.1rem;
    height: 2.8rem;
    padding-left: .8rem;
    padding-right: .8rem;
  }

  .nav-button_line.is-first, .nav-button_line.is-second, .nav-button_line.is-third {
    height: .15rem;
  }

  .box-sucesso {
    padding-top: 16px;
    padding-bottom: 16px;
    font-size: 20px;
  }

  .heading-9 {
    padding-left: 3px;
    padding-right: 3px;
    font-size: 17px;
    line-height: 24px;
  }

  .heading-10 {
    margin-bottom: -10px;
    font-size: 31px;
  }

  .lottie-animation-2 {
    width: 50%;
  }
}


