.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;
  }
}

.header {
  width: 100%;
  min-height: 682px;
  background-image: url('../images/bg.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: auto;
  position: relative;
}

.navbar {
  width: 100%;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 32px;
  display: flex;
}

.navbar-link {
  width: 100%;
  max-width: 475px;
  justify-content: space-between;
  margin-left: 40px;
  display: flex;
}

.navbar-link-text {
  color: #fff;
  font-family: Opensans Variablefont Wdth Wght, sans-serif;
  font-weight: 600;
  text-decoration: none;
  transition: color .2s;
}

.navbar-link-text:hover {
  color: #1ec993;
}

.container {
  max-width: 1216px;
}

.navbar-btns {
  margin-left: 40px;
  display: flex;
}

.btn {
  width: 206px;
  height: 36px;
  color: #fff;
  background-color: #1ec993;
  border-radius: 7.872px;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  text-decoration: none;
  display: flex;
}

.btn.ml-15 {
  margin-left: 32px;
}

.btn.ml-15.bg-white {
  color: #2121c0;
  background-color: #fff;
  transition: background-color .2s, color .2s;
}

.btn.ml-15.bg-white:hover {
  color: #fff;
  background-color: #1ec993;
}

.btn.bg-white {
  color: #2121c0;
  background-color: #fff;
}

.btn.bg-white.mt-32 {
  margin-top: 32px;
}

.btn.bg-white.mt-32.h-40 {
  width: 227px;
  height: 40px;
  transition: background-color .2s, color .2s;
}

.btn.bg-white.mt-32.h-40:hover {
  color: #fff;
  background-color: #1ec993;
}

.btn.big {
  width: 316px;
  height: 49px;
}

.btn.big.mt-97 {
  margin-top: 97px;
}

.btn.big.mt-97.auto {
  margin-left: auto;
  margin-right: auto;
  transition: background-color .2s;
}

.btn.big.mt-97.auto:hover {
  background-color: #2121c0;
}

.btn.none-phone {
  transition: background-color .2s cubic-bezier(.6, -.28, .735, .045);
}

.btn.none-phone:hover {
  background-color: #2121c0;
}

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

.body {
  font-family: Opensans Variablefont Wdth Wght, sans-serif;
}

.div-block {
  margin-top: 84px;
}

.header-h1 {
  width: 100%;
  max-width: 400px;
  min-width: 0;
  color: #1ec993;
  font-size: 64px;
  line-height: 56px;
}

.header-p {
  width: 100%;
  max-width: 488px;
  color: #fff;
  margin-top: 24px;
  font-size: 16px;
  line-height: 24px;
}

.header-p.t-black {
  max-width: 480px;
  color: #000;
  line-height: 32px;
}

.header-p.t-black.lh-24 {
  text-align: left;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  font-size: 14px;
  line-height: 24px;
}

.header-p.t-black.lh-24.mt-24 {
  margin-top: 24px;
  font-size: 14px;
}

.header-p.t-black.lh-24.mt-24.no-w {
  width: auto;
  max-width: none;
  margin-top: 0;
}

.header-p.m-w {
  font-size: 18px;
}

.header-p.m-w._665 {
  max-width: 665px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  line-height: 150%;
}

.header-p.m-w.no-top {
  max-width: none;
  margin-top: 0;
  font-size: 16px;
}

.image {
  position: absolute;
  bottom: 0;
}

.ball-white {
  width: 51.81px;
  height: 51.81px;
  background-color: #fff;
  border-radius: 26px;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: absolute;
  bottom: -27px;
  left: 0%;
  right: 0%;
  box-shadow: 0 0 40px rgba(77, 45, 130, .4);
}

.section {
  padding-top: 88px;
  transition: height .2s, width .2s;
}

.section.bg-green {
  min-height: 474px;
  background-image: url('../images/bg-green.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: 112px;
}

.section.bg-blue {
  background-color: #2121c0;
  background-image: url('../images/bg-blue.svg');
  background-position: 0 0;
  background-repeat: repeat;
  background-size: cover;
  padding-top: 100px;
  padding-bottom: 100px;
  transition-property: none;
}

.text-espc-center {
  color: #707070;
  text-align: center;
  letter-spacing: 3.5px;
  text-transform: uppercase;
  font-size: 17px;
  font-weight: 600;
}

.sub-title.ta-center {
  color: #2121c0;
  text-align: center;
  letter-spacing: -.5px;
  font-size: 56px;
  font-weight: 700;
}

.sct1-flexbox {
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 112px;
  display: flex;
}

.sct1-flexbox-element {
  width: 281.709px;
  height: 320px;
  border: 1px solid #6ee8c2;
  border-radius: 21px;
  padding: 15px 21px 26px 26px;
  display: block;
}

.sct1-flexbox-element-number {
  color: #0ed999;
  text-align: right;
  letter-spacing: -4.778px;
  font-size: 63.8px;
  line-height: 68px;
}

.sct1-flexbox-element-text {
  margin-top: 42.64px;
  font-size: 17.45px;
  font-weight: 500;
}

.sct1-flexbox-element-busness {
  color: #2121c0;
  margin-top: 9.44px;
  font-size: 32px;
  line-height: 32px;
}

.sct1-flexbox-element-link {
  color: #000;
  margin-top: 24px;
  text-decoration: none;
  display: block;
  position: relative;
}

.sct1-flexbox-element-link.t-white {
  color: #fff;
}

.sct-img-down {
  width: 40px;
  cursor: pointer;
  margin-top: 70px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.sct2-flex {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.sct-suptitle {
  color: #2121c0;
  letter-spacing: .8px;
  font-size: 16px;
  font-weight: 500;
  line-height: 18.667px;
}

.sct2-flex-leftside {
  width: 100%;
  max-width: 488px;
}

.sct2-flex-leftside-title {
  max-width: 460px;
  color: #1ec993;
  font-size: 36px;
  line-height: 44px;
}

.sct2-flex-rightside {
  width: 100%;
  max-width: 592px;
  flex-wrap: wrap;
  justify-content: space-between;
  display: flex;
}

.sct2-flex-rightside-box {
  width: 187px;
  height: 213px;
  text-align: center;
  background-color: #0ed999;
  justify-content: center;
  align-items: flex-start;
  padding-top: 18px;
  padding-left: 25px;
  padding-right: 25px;
  display: block;
}

.sct2-flex-rightside-box.mt-16 {
  margin-top: 16px;
}

.sct2-flex-rightside-box.mt-16.no-left {
  padding-left: 0;
  padding-right: 0;
}

.sct2-flex-rightside-box.mt-16.no-left.bg-blue, .sct2-flex-rightside-box.mt-16.mt-mob.bg-blue, .sct2-flex-rightside-box.mt-min.blue-bg {
  background-color: #2121c0;
}

.sct2-flex-rightside-box-text {
  color: #fff;
  margin-top: 72px;
  font-size: 18px;
  font-weight: 600;
  line-height: 26px;
}

.sct3-flex {
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.sct3-flex-leftside {
  max-width: 385px;
}

.sct3-flex-leftside-title {
  color: #fff;
  letter-spacing: -.96px;
  font-size: 48px;
  line-height: 130%;
}

.sct3-flex-leftside-title.ta-center {
  text-align: center;
}

.sct3-flex-leftside-link {
  color: #fff;
  margin-top: 32px;
  font-size: 18px;
  text-decoration: none;
  display: flex;
}

.sct3-flex-leftside-link-img {
  margin-left: 10px;
}

.sct3-flex-yt {
  width: 246px;
  letter-spacing: -.96px;
  cursor: pointer;
}

.yt-text {
  color: #fff;
  font-size: 32px;
  font-weight: 600;
}

.sct3-flex-rightside-textoutline {
  color: rgba(0, 0, 0, 0);
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: white;
  font-size: 67px;
  line-height: 130%;
}

.sct3-flex-rightside-text {
  color: #fff;
  text-align: center;
  margin-top: -21px;
  font-size: 60px;
}

.sct-4-talk {
  width: 100%;
  height: 72px;
  max-width: 276px;
  color: #000;
  background-color: #fff;
  border-radius: 35px;
  align-items: center;
  margin-top: 24px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 19px;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.sct-4-talk:hover {
  transform: scale(1.05);
}

.sct-4-talk-text {
  margin-left: 16px;
  font-size: 16px;
  font-weight: 700;
}

.sct5-flex {
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 54px;
  display: flex;
}

.sct5-flex-box {
  width: 100%;
  max-width: 280px;
  min-height: 320px;
  border: 1px solid #2121c0;
  border-radius: 24px;
  padding-top: 47.5px;
  padding-left: 29px;
  padding-right: 15px;
}

.sct5-flex-box-title {
  margin-top: 34px;
  margin-bottom: 0;
  font-size: 18px;
}

.green-talk-us {
  height: 106px;
  background-color: #23ce98;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-top: 112px;
  padding-left: 33px;
  padding-right: 33px;
  display: flex;
}

.green-talk-us-texts {
  margin-left: 40px;
}

.precisa-conversar-com-a-nossos-especialistas {
  font-weight: 400;
}

.green-talk-us-title {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 700;
}

.green-talk-us-leftside {
  align-items: center;
  display: flex;
}

.link-block {
  width: 178px;
  height: 55px;
  color: #fff;
  border: 1px solid #fff;
  border-radius: 28px;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.link-block:hover {
  color: #23ce98;
  background-color: #fff;
}

.footer-flex {
  align-items: flex-start;
  display: flex;
}

.footer-flex-leftside {
  width: 100%;
  max-width: 402px;
}

.footer-flex-linksbox {
  margin-top: 50px;
  margin-left: 119px;
}

.footer-flex-linksbox-title {
  color: #000;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
}

.footer-flex-linksbox-text {
  color: #000;
  justify-content: space-between;
  margin-top: 16px;
  text-decoration: none;
  transition: color .2s;
  display: flex;
}

.footer-flex-linksbox-text:hover {
  color: #2121c0;
}

.footer-flex-linksbox-text.mt-23 {
  justify-content: space-between;
  margin-top: 23px;
  transition: color .2s;
  display: flex;
}

.footer-flex-linksbox-text.mt-23:hover {
  color: #2121c0;
}

.footer-flex-linksbox-text.hidden {
  display: none;
}

.hr {
  width: 100%;
  height: 1px;
  border: 1px solid rgba(33, 33, 192, .7);
  margin-top: 45px;
}

.copys {
  justify-content: space-between;
  margin-top: 33px;
  padding-bottom: 69px;
  display: flex;
}

.copys-flex {
  justify-content: center;
  align-items: center;
  display: flex;
}

.menu-hamb, .menu-mob {
  display: none;
}

.white-menu {
  display: block;
}

.sct2-flex-arrow {
  margin-top: 32px;
}

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

.bold-text {
  color: #26d19b;
  font-weight: 700;
}

.paragraph {
  max-width: 650px;
  margin: 32px auto;
}

.text-block-4 {
  max-width: 500px;
  text-align: center;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  font-size: 16px;
  font-weight: 400;
}

@media screen and (min-width: 1920px) {
  .header-p.t-black.lh-24 {
    font-size: 14px;
  }

  .section.bg-green {
    background-size: cover;
  }

  .sct5-flex-box.pdr {
    padding-right: 25px;
  }
}

@media screen and (max-width: 991px) {
  .navbar {
    justify-content: space-between;
  }

  .navbar-link {
    display: none;
  }

  .container {
    padding-left: 30px;
    padding-right: 30px;
  }

  .btn.ml-15.bg-white {
    display: none;
  }

  .btn.ml-15.bg-white.menu-mobi {
    width: 90%;
    height: 55px;
    border: 1px solid #2121c0;
    margin-top: 30px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .btn.none-phone {
    display: none;
  }

  .btn.mobile-btn {
    width: 90%;
    height: 55px;
    margin-top: 40px;
    margin-left: auto;
    margin-right: auto;
  }

  .header-p.t-black.lh-24.mt-24.no-w {
    width: 100%;
    text-align: center;
  }

  .ball-white {
    left: 0%;
    right: 0%;
  }

  .section.bg-blue {
    background-repeat: repeat-x;
    background-size: cover;
  }

  .sct1-flexbox {
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
  }

  .sct1-flexbox-element {
    margin-top: 30px;
  }

  .sct2-flex {
    flex-wrap: wrap;
  }

  .sct2-flex-rightside {
    margin-top: 40px;
    margin-left: auto;
    margin-right: auto;
  }

  .sct3-flex {
    align-items: center;
  }

  .sct3-flex-leftside {
    width: 100%;
    max-width: 100%;
  }

  .sct3-flex-yt {
    margin-top: 40px;
  }

  .sct5-flex {
    flex-wrap: wrap;
    justify-content: space-around;
  }

  .sct5-flex-box {
    margin-top: 30px;
  }

  .green-talk-us {
    height: auto;
    flex-wrap: wrap;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .link-block {
    margin-top: 46px;
    margin-left: auto;
    margin-right: auto;
  }

  .footer-flex {
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .footer-flex-leftside {
    max-width: 100%;
  }

  .footer-flex-linksbox {
    margin-left: 0;
  }

  .copys {
    flex-wrap: wrap;
  }

  .copys-flex {
    width: 100%;
    max-width: 450px;
    margin-top: 19px;
    margin-left: auto;
    margin-right: auto;
  }

  .menu-hamb {
    width: 55px;
    cursor: pointer;
    display: block;
  }

  .menu-mob {
    z-index: 9;
    width: 100%;
    height: 100vh;
    background-color: rgba(0, 0, 0, .37);
    display: none;
    position: fixed;
  }

  .white-menu {
    width: 60%;
    height: 100vh;
    color: #23ce98;
    background-color: #fff;
    padding-top: 40px;
    padding-left: 20px;
    padding-right: 20px;
    display: block;
  }

  .close {
    text-align: right;
    cursor: pointer;
    margin-top: 0;
    display: block;
  }

  .link-menu-mob {
    color: #23ce98;
    text-align: center;
    margin-top: 35px;
    font-size: 28px;
    font-weight: 700;
    line-height: 130%;
    text-decoration: none;
    display: block;
  }

  .link-menu-mob.mt-big {
    margin-top: 86px;
  }
}

@media screen and (max-width: 767px) {
  .container {
    padding-bottom: 60px;
  }

  .header-h1 {
    font-size: 48px;
  }

  .header-p.m-w._665 {
    font-size: 16px;
  }

  .ball-white {
    left: 44.5%;
  }

  .sub-title.ta-center {
    font-size: 42px;
  }

  .sct1-flexbox {
    margin-top: 40px;
  }

  .sct2-flex-rightside {
    justify-content: space-around;
  }

  .sct2-flex-rightside-box {
    margin-top: 0;
  }

  .sct2-flex-rightside-box.mt-mob {
    margin-top: 16px;
  }

  .sct3-flex {
    justify-content: center;
  }

  .sct3-flex-leftside-title.ta-center {
    font-size: 36px;
  }

  .container-2 {
    padding-left: 3px;
  }

  .white-menu {
    width: 80%;
  }
}

@media screen and (max-width: 479px) {
  .header {
    background-image: url('../images/bg-mobile.png');
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: auto;
    padding-bottom: 60px;
  }

  .container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .btn.bg-white.mt-32.h-40 {
    width: 90%;
  }

  .btn.big.mt-97.auto {
    width: 90%;
    margin-top: 34px;
  }

  .header-h1 {
    max-width: none;
    font-size: 33px;
    line-height: 120%;
  }

  .header-p.m-w.no-top {
    text-align: center;
    font-size: 12px;
  }

  .ball-white {
    margin-left: auto;
    margin-right: auto;
    top: auto;
    bottom: -26px;
    left: 0%;
    right: 0%;
  }

  .text-espc-center {
    font-size: 15px;
  }

  .sub-title.ta-center {
    font-size: 32px;
  }

  .sct2-flex-leftside-title {
    font-size: 32px;
    line-height: 130%;
  }

  .sct2-flex-rightside-box {
    width: 60%;
  }

  .sct2-flex-rightside-box.mt-min {
    margin-top: 16px;
  }

  .sct3-flex-leftside-title {
    font-size: 32px;
  }

  .sct3-flex-yt {
    text-align: center;
  }

  .sct3-flex-rightside-textoutline {
    font-size: 40px;
  }

  .sct3-flex-rightside-text {
    font-size: 35px;
  }

  .green-talk-us-texts {
    margin-left: 0;
  }

  .green-talk-us-title {
    text-align: center;
    margin-top: 20px;
    font-size: 16px;
  }

  .green-talk-us-leftside {
    flex-wrap: wrap;
    justify-content: center;
  }

  .link-block {
    margin-top: 20px;
  }

  .footer-flex {
    align-items: flex-start;
  }

  .footer-flex-linksbox-text {
    align-items: center;
  }

  .copys {
    padding-bottom: 0;
  }

  .image-2 {
    height: 40px;
  }

  .img-sct6 {
    width: 180px;
  }

  .menu-mob {
    z-index: 9;
    width: 100%;
    height: 100vh;
    background-color: rgba(0, 0, 0, .4);
    position: fixed;
    overflow: hidden;
  }

  .white-menu {
    width: 100%;
  }

  .link-menu-mob {
    margin-top: 20px;
    font-size: 24px;
  }

  .link-menu-mob.mt-big {
    margin-top: 60px;
  }
}


@font-face {
  font-family: 'Opensans Variablefont Wdth Wght';
  src: url('../images/') format('truetype');
  font-weight: 300 800;
  font-style: normal;
  font-display: swap;
}