@font-face {
  font-family: Hurmege ometric sans3;
  src: url('../fonts/HurmeGeometricSans3-Black.otf') format("opentype");
  font-weight: 900;
  font-style: normal;
  font-display: auto;
}

@font-face {
  font-family: Hurme geometric sans3;
  src: url('../fonts/HurmeGeometricSans3-Bold.otf') format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: auto;
}

@font-face {
  font-family: Hurme geometric sans3;
  src: url('../fonts/HurmeGeometricSans3-SemiBold.otf') format("opentype");
  font-weight: 600;
  font-style: normal;
  font-display: auto;
}

:root {
  --green-yellow: #adf161;
  --apple-green: #89c546;
  --black: black;
  --red: #e50913;
  --white: white;
  --dark-slate-grey: #424242;
  --font-color: #333;
  --lime-green: #39ab11;
  --grey: #848c8e;
  --sky-blue: #0cd9ff;
  --black-2: #1e1f24;
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 50%;
  width: 12px;
  height: 12px;
}

.w-form-formradioinput--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-width: 4px;
  border-color: #3898ec;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: bold;
  line-height: 36px;
}

h4 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Karla, sans-serif;
  font-size: 22px;
  font-weight: 700;
  line-height: 26px;
}

p {
  margin-bottom: 15px;
  font-family: Karla, sans-serif;
  font-size: 16px;
  line-height: 22px;
}

.navbar-container {
  justify-content: space-between;
  align-items: center;
  padding: 30px 10%;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}

.nav-btn-container {
  background-image: url('../images/logo-2.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: column;
  justify-content: space-between;
  width: 34px;
  height: 45px;
  display: flex;
  position: relative;
}

.logo-text {
  color: #fff;
  letter-spacing: 1%;
  font-family: Hurme geometric sans3, sans-serif;
  font-size: 30px;
  line-height: 30px;
  text-decoration: none;
}

.contact-container {
  background-color: #1e1f24;
  justify-content: center;
  align-items: center;
  padding-top: 110px;
  padding-bottom: 110px;
  display: flex;
}

.big-link-text {
  z-index: 1;
  color: #fff;
  letter-spacing: 1px;
  font-family: Hurme geometric sans3, sans-serif;
  font-size: 72px;
  font-weight: 700;
  line-height: 72px;
  text-decoration: none;
  position: relative;
}

.big-link {
  text-decoration: none;
}

.big-link-underline {
  background-color: #0cd9ff;
  width: 70%;
  height: 20px;
  position: relative;
  bottom: 20px;
}

.footer-container {
  background-color: #1e1f24;
  justify-content: center;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.footer-text {
  color: #848c8e;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.navigation-container {
  z-index: 9;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: none;
  position: fixed;
  inset: 0;
}

.nav-items-container {
  justify-content: space-around;
  align-items: center;
  display: flex;
}

.med-link {
  margin-left: 30px;
  margin-right: 30px;
  text-decoration: none;
  overflow: hidden;
}

.med-link-text {
  z-index: 3;
  color: #fff;
  letter-spacing: 1px;
  font-family: Hurme geometric sans3, sans-serif;
  font-size: 72px;
  font-weight: 700;
  line-height: 72px;
  text-decoration: none;
  position: relative;
}

.med-link-underline {
  z-index: 2;
  background-color: #0cd9ff;
  width: 70%;
  height: 15px;
  position: relative;
  bottom: 20px;
}

.logo-white {
  background-image: url('../images/logo-white.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  display: none;
  position: absolute;
  inset: 0;
}

.navigation-bg {
  display: none;
  position: fixed;
  inset: 0;
  overflow: hidden;
}

.navigation-bg-panel {
  background-color: #000;
  flex: 1;
}

.navigation-circle-bg {
  transform-origin: 50%;
  background-color: #000;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  margin-top: 30px;
  margin-right: 10%;
  position: fixed;
  top: 0;
  right: 0;
}

.header-article {
  background-color: #1e1f24;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  height: 70vh;
  padding-bottom: 80px;
  padding-left: 10%;
  padding-right: 10%;
  display: flex;
}

.articlle-title {
  color: #fff;
  width: 70%;
  font-family: Hurme geometric sans3, sans-serif;
  font-size: 90px;
  font-weight: 600;
  line-height: 90px;
}

.article-date {
  color: #848c8e;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: Karla, sans-serif;
  font-size: 18px;
}

.article-content {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 10%;
  padding-bottom: 10%;
  display: flex;
}

.rich-text-blog {
  max-width: 50%;
  margin-bottom: 70px;
}

.rich-text-blog h2 {
  color: #1e1f24;
  margin-bottom: 20px;
  font-family: Hurme geometric sans3, sans-serif;
  font-size: 36px;
  font-weight: 700;
}

.contact-form-container {
  z-index: 11;
  background-color: #fff;
  justify-content: center;
  align-items: flex-start;
  height: 100vh;
  display: block;
  position: fixed;
  inset: 0;
}

.form-step {
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  height: auto;
  padding: 15% 30% 5% 10%;
  display: flex;
}

.form-step.radio {
  padding-left: 10%;
  padding-right: 10%;
}

.form-step.home-form {
  padding-top: 9%;
  padding-left: 10%;
  padding-right: 10%;
}

.slider {
  background-color: #0000;
  justify-content: center;
  height: 100vh;
}

.form-block-2 {
  width: 100%;
}

.input-label {
  color: #000;
  margin-bottom: 70px;
  font-family: Karla, sans-serif;
  font-size: 48px;
  line-height: 48px;
}

.text-input {
  color: #848c8e;
  background-color: #0000;
  border: 1px #000;
  border-bottom: 2px solid #000;
  width: 80%;
  height: 60px;
  padding-bottom: 10px;
  font-size: 28px;
  line-height: 28px;
}

.submit-btn {
  color: #fff;
  background-color: #000;
  padding: 20px 60px;
  font-family: Hurme geometric sans3, sans-serif;
  font-size: 28px;
  font-weight: 700;
  line-height: 30px;
}

.slider-dot-nav {
  display: none;
}

.nextbutton-text {
  background-color: var(--green-yellow);
  color: #000;
  border-radius: 11px;
  padding: 15px 25px;
  font-family: Karla, sans-serif;
  font-size: 21px;
  font-weight: 700;
  line-height: 30px;
}

.radio-btn {
  width: 30px;
  height: 30px;
  margin-right: 10px;
}

.radio-btn.w--redirected-checked {
  border-color: var(--green-yellow);
}

.radio-btn.w--redirected-focus {
  box-shadow: 0 0 3px 1px var(--green-yellow);
}

.radio-button-field {
  align-items: center;
  margin-right: 50px;
  display: flex;
}

.radio-label {
  color: #000;
  font-family: Karla, sans-serif;
  font-size: 24px;
  line-height: 24px;
}

.radio-label.check {
  padding-left: 15px;
}

.form-radio-container {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.text-area {
  color: #1e1f24;
  min-height: 200px;
  font-size: 18px;
  line-height: 22px;
}

.form-close-btn {
  z-index: 100;
  background-image: url('../images/close-icon.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 34px;
  height: 34px;
  margin-top: 30px;
  margin-right: 10%;
  display: none;
  position: fixed;
  top: 0;
  right: 0;
}

.form-verification {
  align-self: stretch;
  align-items: center;
  height: 60px;
  display: flex;
}

.text-alert {
  color: #ff0051;
  font-family: Hurme geometric sans3, sans-serif;
  font-size: 18px;
  font-weight: 600;
  display: none;
}

.next-prev-block {
  justify-content: space-between;
  align-self: flex-start;
  align-items: flex-end;
  display: flex;
}

.prev-link {
  color: #848c8e;
  margin-right: 20px;
  font-family: Karla, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 20px;
  text-decoration: none;
}

.right-arrow, .left-arrow-2 {
  width: 0;
  height: 0;
}

.social-block {
  z-index: 3;
  justify-content: space-between;
  align-items: flex-end;
  margin-top: 50px;
  display: flex;
  position: relative;
}

.social-icon {
  background-image: url('../images/facebook-logo-1.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 30px;
  height: 30px;
  margin-left: 15px;
  margin-right: 15px;
}

.social-icon:hover {
  background-image: url('../images/facebook-logo.svg');
}

.social-icon.insta {
  background-image: url('../images/linkedin-blue.svg');
}

.social-icon.insta:hover {
  background-image: url('../images/linkedin.svg');
}

.social-icon.twitter {
  background-image: url('../images/twitter-logo-silhouette-1.svg');
}

.social-icon.twitter:hover {
  background-image: url('../images/twitter-logo-silhouette.svg');
}

.topbar-container {
  z-index: 10;
  background-color: #1e1f24;
  justify-content: space-between;
  align-items: center;
  padding: 20px 10%;
  display: flex;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}

.social-share-container {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.h5-base {
  color: #848c8e;
  margin-bottom: 30px;
  font-family: Hurme geometric sans3, sans-serif;
  font-size: 18px;
}

.social-links {
  align-items: center;
  display: flex;
}

.alert-block {
  z-index: 100;
  background-color: #fff;
  border: 5px solid #e65555;
  width: 30%;
  margin-top: 50px;
  margin-left: 50px;
  margin-right: 50px;
  padding: 20px;
  display: none;
  position: fixed;
  top: 0;
  right: 0;
}

.alert-block__text {
  color: #333;
  margin-bottom: 0;
  font-family: Inconsolata, monospace;
}

.alet-block__link {
  color: #000;
}

.alert-block__close {
  color: #fff;
  cursor: pointer;
  background-color: #000;
  font-family: Inconsolata, monospace;
  display: none;
  position: absolute;
  top: -28px;
  right: -5px;
}

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

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

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

.div-block {
  background-color: #87f448;
  justify-content: center;
  align-items: center;
  display: flex;
}

.bold-text {
  color: #87f448;
}

.checkbox {
  width: 30px;
  height: 30px;
}

.checkbox-field {
  align-items: center;
  margin-right: 50px;
  display: flex;
}

.input-label-copy {
  color: #000;
  margin-bottom: 70px;
  font-family: Hurme geometric sans3, sans-serif;
  font-size: 24px;
  line-height: 48px;
}

.bold-text-2, .bold-text-3, .bold-text-4, .bold-text-5, .bold-text-6, .bold-text-7, .bold-text-8, .bold-text-9, .bold-text-10, .bold-text-11 {
  color: #87f448;
}

.link-block {
  color: #1e1e1e;
  padding-top: 1em;
  padding-right: .125em;
  text-decoration: none;
  position: absolute;
  inset: 0 1rem auto auto;
}

.heading-form {
  color: var(--black);
  text-align: center;
  letter-spacing: .5em;
  text-transform: uppercase;
  margin-bottom: 1rem;
  padding-bottom: 1em;
  font-size: 1.1em;
  font-weight: 200;
  line-height: 21px;
}

.modal {
  z-index: 2147483647;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: none;
  position: fixed;
  inset: 0%;
}

.text-field-2 {
  color: #1b1919;
  background-color: #fff0;
  border: 1px #000;
  border-bottom: 1px solid #fff;
  border-radius: 0;
  margin-bottom: 2.2em;
  padding-top: 0;
  padding-left: 0;
}

.text-field-2:active, .text-field-2:focus, .text-field-2:focus-visible, .text-field-2[data-wf-focus-visible], .text-field-2::placeholder {
  color: #fff;
}

.modal-bg {
  -webkit-backdrop-filter: blur(1px);
  backdrop-filter: blur(1px);
  background-color: #00000026;
  width: 100%;
  height: 100%;
}

.close-text {
  color: #fff;
  font-size: 4rem;
  transform: rotate(45deg);
}

.text-block-6 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.submit-button {
  color: #fff;
  letter-spacing: .2em;
  text-transform: uppercase;
  background-color: #000;
  border: 1px solid #ecaaa4;
  margin-top: 0;
  padding: 2em 8em;
  font-size: .8em;
  font-weight: 600;
}

.submit-button:hover {
  color: #000;
  background-color: #ecaaa4;
  font-weight: 700;
}

.div-block-28 {
  background-color: #0000;
  justify-content: center;
  align-items: center;
  padding-top: 4.4em;
  display: flex;
}

.modal-container {
  background-color: #fff;
  border-radius: 4px;
  width: 100%;
  max-width: 35rem;
  padding: 4rem;
  position: absolute;
}

.success-message-2 {
  background-color: #3fff73;
}

.text-block-5 {
  color: #000;
  text-transform: none;
  font-weight: 700;
}

.form-block-3 {
  background-color: #43f3ca00;
}

.error-message-2 {
  background-color: red;
}

.lottie-animation {
  width: 10em;
}

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

.heading {
  text-align: center;
  font-family: Karla, sans-serif;
}

.cta-modal-form {
  justify-content: center;
  align-items: center;
  padding-top: 2em;
  padding-bottom: 2em;
  display: flex;
}

.heading-form-2 {
  color: #fff;
  text-align: center;
  letter-spacing: .5em;
  text-transform: uppercase;
  margin-bottom: 1rem;
  padding-bottom: 1em;
  font-size: 1.1em;
  font-weight: 200;
  line-height: 21px;
}

.modal-2 {
  z-index: 2147483647;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: none;
  position: fixed;
  inset: 0%;
}

.text-field-3 {
  background-color: #fff0;
  border: 1px #000;
  border-bottom: 1px solid #fff;
  border-radius: 0;
  margin-bottom: 2.2em;
  padding-top: 0;
  padding-left: 0;
}

.text-field-3:active, .text-field-3:focus, .text-field-3:focus-visible, .text-field-3[data-wf-focus-visible], .text-field-3::placeholder {
  color: #fff;
}

.text-block-7 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.submit-button-2 {
  color: #fff;
  letter-spacing: .2em;
  text-transform: uppercase;
  background-color: #ecaaa400;
  border: 1px solid #ecaaa4;
  margin-top: 0;
  padding: 2em 8em;
  font-size: .8em;
  font-weight: 600;
}

.submit-button-2:hover {
  color: #000;
  background-color: #ecaaa4;
  font-weight: 700;
}

.div-block-31 {
  background-color: #0000;
  justify-content: center;
  align-items: center;
  padding-top: 4.4em;
  display: flex;
}

.modal-container-2 {
  background-color: #000;
  border-radius: 4px;
  width: 100%;
  max-width: 35rem;
  padding: 4rem;
  position: absolute;
}

.heading-form-3 {
  color: #fff;
  text-align: center;
  letter-spacing: .5em;
  text-transform: uppercase;
  margin-bottom: 1rem;
  padding-bottom: 1em;
  font-size: 1.1em;
  font-weight: 200;
  line-height: 21px;
}

.modal-3 {
  z-index: 2147483647;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: none;
  position: fixed;
  inset: 0%;
}

.text-field-4 {
  background-color: #fff0;
  border: 1px #000;
  border-bottom: 1px solid #fff;
  border-radius: 0;
  margin-bottom: 2.2em;
  padding-top: 0;
  padding-left: 0;
}

.text-field-4:active, .text-field-4:focus, .text-field-4:focus-visible, .text-field-4[data-wf-focus-visible], .text-field-4::placeholder {
  color: #fff;
}

.text-block-8 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.submit-button-3 {
  color: #fff;
  letter-spacing: .2em;
  text-transform: uppercase;
  background-color: #ecaaa400;
  border: 1px solid #ecaaa4;
  margin-top: 0;
  padding: 2em 8em;
  font-size: .8em;
  font-weight: 600;
}

.submit-button-3:hover {
  color: #000;
  background-color: #ecaaa4;
  font-weight: 700;
}

.div-block-32 {
  background-color: #0000;
  justify-content: center;
  align-items: center;
  padding-top: 4.4em;
  display: flex;
}

.modal-container-3 {
  background-color: #000;
  border-radius: 4px;
  width: 100%;
  max-width: 35rem;
  padding: 4rem;
  position: absolute;
}

.text-m {
  text-align: center;
  font-size: 21px;
  font-weight: 700;
  line-height: 28px;
}

.bt-modal {
  background-color: var(--green-yellow);
  color: #000;
  border-radius: 20px;
  padding: 15px 25px;
  font-family: Hurme geometric sans3, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 30px;
}

.bold-text-12, .bold-text-13, .bold-text-14, .bold-text-15, .bold-text-16 {
  color: #87f448;
}

.input-label-2 {
  color: #000;
  margin-top: 55px;
  margin-bottom: 23px;
  font-family: Karla, sans-serif;
  font-size: 48px;
  line-height: 48px;
}

.bold-text-17 {
  color: #87f448;
}

.text-alert-2 {
  color: var(--red);
  font-family: Hurme geometric sans3, sans-serif;
  font-size: 18px;
  font-weight: 600;
  display: none;
}

.chamada-3 {
  border: 1px #fff;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-left: 0;
  padding-top: 0;
  padding-bottom: 0;
  display: block;
}

.chamada-3.lp1 {
  width: 45%;
}

.chamada-3.lp6 {
  width: 40%;
  display: block;
}

.chamada-3.lp1-lright {
  width: 50%;
  position: relative;
}

.obras-txt-line-1 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.bold-text-18 {
  color: #ecaaa4;
  font-size: 1.5em;
  line-height: 1.5em;
}

.grid-conteudo-3 {
  border: 1px #000;
  border-radius: 0;
  justify-content: space-between;
  align-items: center;
  padding-top: 0;
  display: flex;
}

.grid-conteudo-3.como-funciona {
  justify-content: space-between;
  align-items: flex-start;
  padding-top: 7.4em;
  position: relative;
}

.grid-conteudo-3.beneficios {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 2em;
  padding-bottom: 4em;
}

.grid-conteudo-3._1 {
  flex-direction: column;
  padding-top: 4em;
}

.grid-conteudo-3.rodape {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
}

.grid-conteudo-3.lp1 {
  justify-content: space-between;
  padding-top: 2em;
  padding-left: 0;
  padding-right: 0;
}

.grid-conteudo-3.lp-s2 {
  flex-flow: column;
}

.grid-conteudo-3.lp3, .grid-conteudo-3.lp4 {
  justify-content: space-between;
  align-items: flex-start;
  padding-top: 0;
  padding-left: 4em;
  padding-right: 4em;
  position: relative;
}

.grid-conteudo-3.lp6 {
  flex-direction: row-reverse;
  justify-content: space-between;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}

.block-1 {
  width: auto;
}

.div-block-14 {
  background-color: #fff;
  justify-content: flex-end;
  align-items: center;
  width: 34px;
  height: 2px;
  margin-top: 1.6em;
  margin-bottom: 1.6em;
  display: flex;
}

.container-3 {
  width: 100%;
  max-width: 100em;
  margin-left: auto;
  margin-right: auto;
  padding: 0 8em;
  display: block;
}

.container-3._3 {
  padding-top: 6em;
}

.container-3.beneficios {
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.container-3.lp-s2 {
  padding-top: 0;
  padding-bottom: 4em;
}

.container-3.lp3 {
  padding-top: 0;
}

.container-3.lp4 {
  padding-top: 0;
  padding-bottom: 0;
}

.container-3.rodape {
  padding: 0;
}

.flex {
  background-image: url('../images/FyrStudio-Think-CasaHigienopolis-14-Living-Final.png');
  background-position: 100% 100%;
  background-attachment: fixed;
  width: 100%;
  height: 18em;
}

.section {
  background-color: #000;
  justify-content: center;
  align-items: center;
  height: auto;
  padding-bottom: 0;
  display: block;
}

.section._4 {
  background-color: #a1fd6c;
  padding-top: 1em;
  padding-bottom: 8em;
}

.section.menu {
  z-index: 566666;
  background-color: #a1fd6c;
  border-bottom: 1px solid #000;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.section._2 {
  background-color: #fff;
}

.section._3 {
  background-color: #fff;
  padding-top: 4em;
}

.section._2-copy {
  background-color: #fff;
}

.section.rodape {
  background-color: #a1fd6c;
  margin-top: 76px;
  padding-top: 0;
  padding-bottom: 0;
}

.section.lp-s2 {
  background-color: #fff;
  padding-top: 4em;
  padding-bottom: 4em;
}

.section.lp-s1 {
  background-color: #a1fd6c;
  padding: 12em 0 8em;
}

.section.lp3 {
  background-color: #fff;
  padding-top: 8em;
  padding-left: 0;
  padding-right: 0;
}

.section.lp3.lei {
  padding-bottom: 8em;
}

.section.lp4 {
  background-color: #a1fd6c;
  padding: 8em 0;
}

.section.lp-s5 {
  background-color: #a1fd6c;
  padding-top: 0;
  padding-bottom: 4em;
}

.section.lp-s6 {
  background-color: #fcfcfc;
  padding-top: 8em;
  padding-bottom: 8em;
  padding-left: 0;
}

.section.menu {
  z-index: 10;
  background-color: #a1fd6c;
  border-bottom: 1px #000;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 1em;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.button-3 {
  color: #000;
  letter-spacing: .4em;
  text-transform: uppercase;
  background-color: #ecaaa400;
  border: 1px solid #000;
  border-radius: 0;
  padding: 2em 4em;
  font-family: Karla, sans-serif;
  font-size: .8em;
  font-weight: 600;
}

.button-3:hover {
  color: #000;
  background-color: #000;
}

.bold-text-19 {
  font-weight: 300;
}

.div-block-33 {
  justify-content: center;
  display: flex;
}

.paragraph-3 {
  color: #000;
  text-align: center;
  white-space: pre-wrap;
  margin-bottom: 0;
  padding: 0 8em;
  font-size: 1.5em;
  font-weight: 300;
  line-height: 1.3em;
}

.paragraph-3.frase-4 {
  font-size: 1em;
  line-height: 1.8em;
}

.back-flex {
  justify-content: flex-end;
  align-items: center;
  display: flex;
  position: static;
}

.back-flex.img-h {
  justify-content: center;
}

.bold-text-20 {
  font-weight: 300;
}

.texts-como-funciona {
  border-radius: 0;
  padding-left: 0;
  padding-right: 0;
  display: block;
}

.texts-como-funciona.lp-explicacao {
  background-color: #eaf8ea;
  padding: 4em;
}

.txt {
  justify-content: flex-start;
  align-items: center;
  width: 80%;
  padding: 0 4em 4em;
  display: block;
}

.txt.beneficios {
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}

.txt.lp-s3 {
  border-bottom: 1px solid #000;
  padding: 2em 0;
}

.txt.lp-s3.final {
  border-bottom-style: none;
}

.txt.p-s2 {
  width: auto;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.h2 {
  text-align: center;
  letter-spacing: .3em;
  text-transform: uppercase;
  margin-top: 0;
  padding-bottom: .125em;
  padding-left: 0;
  padding-right: .8em;
  font-size: 2.5em;
  font-weight: 100;
  line-height: 1.3em;
}

.heading-1 {
  text-align: center;
  margin-top: 0;
  padding-top: .5em;
  padding-bottom: .5em;
  font-family: Karla, sans-serif;
  font-size: 6em;
  font-weight: 700;
  line-height: 1em;
}

.heading-1.lp1 {
  text-align: left;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: .25em;
  font-size: 5em;
}

.heading-1.lp1.green {
  color: #fff;
}

.heading-2 {
  text-align: center;
}

.cards-feature {
  border: 1px #fff;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-left: 0;
  padding-top: 0;
  padding-bottom: 0;
  display: block;
}

.cards-feature.left {
  width: 40%;
  margin-top: 20px;
  margin-bottom: 140px;
  position: sticky;
  top: 146px;
  bottom: 30px;
}

.cards-feature.left.lp4 {
  margin-bottom: 0;
}

.cards-feature.right {
  width: 60%;
}

.cards-feature.right.beneficios {
  width: 100%;
}

.cards-feature.right.lp3.green-dark {
  background-color: #f6f6f6;
  border-radius: 20px;
  width: 50%;
}

.cards-feature.right.perguntas-respostas {
  width: 100%;
  display: flex;
}

.cards-feature.right.como-funciona {
  width: 100%;
  padding-top: 8em;
  padding-bottom: 8em;
  position: relative;
}

.heading-3 {
  color: #000;
  margin-top: 0;
  padding-top: .5em;
  padding-bottom: .5em;
  font-family: Karla, sans-serif;
  font-size: 1.8em;
  line-height: 28px;
}

.heading-3.beneficios {
  text-align: center;
  border-bottom: 1px solid #000;
  justify-content: center;
  align-items: center;
  padding-top: 1em;
  padding-bottom: 1em;
  display: flex;
}

.heading-3.h-cards-s2 {
  color: #4b9a1d;
  text-align: center;
  border-bottom: 1px solid #000;
  justify-content: center;
  align-items: center;
  padding-top: 0;
  padding-bottom: 1em;
  font-size: 2em;
  display: flex;
}

.heading-3.beneficios-copy {
  text-align: center;
  border-bottom: 1px solid #000;
  align-items: center;
  padding-top: 1em;
  padding-bottom: 1em;
  display: flex;
}

.heading-3.green {
  color: #4b9a1d;
}

.heading-3.black {
  font-size: 2.5em;
}

.heading-3.t-beneficios {
  text-align: center;
  border-bottom: 1px solid #000;
  justify-content: center;
  align-items: center;
  padding-top: 1em;
  padding-bottom: 1em;
  display: flex;
}

.ico-text {
  background-color: #f8f8f800;
  justify-content: center;
  align-items: center;
  display: flex;
}

.ico-text.beneficios {
  opacity: 1;
  border: 1px solid #000;
  border-radius: 0;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 30%;
  padding: 2em 2em 1em;
}

.ico-text.card-como-funciona {
  opacity: 1;
  border: 1px solid #000;
  border-radius: 0;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 50%;
  height: auto;
  margin-left: 0;
  margin-right: 1em;
  padding-top: 2em;
  padding-bottom: 0;
  padding-left: 0;
}

.ico-text.card-hist-ria {
  opacity: 1;
  background-color: #eaf8ea;
  border: 1px #000;
  border-radius: 19px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 45%;
  height: 42em;
  margin-left: 2em;
  margin-right: 2em;
  padding: 2em 4em 4em;
}

.ico-text.card-hist-ria._2 {
  height: 42em;
}

.ico-text.card-historia {
  opacity: 1;
  border: 1px solid #000;
  border-radius: 0;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 50%;
  height: auto;
  margin-left: 0;
  margin-right: 1em;
  padding-top: 2em;
  padding-bottom: 0;
  padding-left: 0;
}

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

.heading-4 {
  text-align: center;
}

.card-prod {
  background-color: #c26d6d00;
  border: 1px solid #000;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 80%;
  margin-left: 0;
  padding-top: 2em;
  padding-bottom: .25em;
  display: block;
  position: relative;
}

.card-prod:hover {
  background-color: #fbfff7;
}

.card-prod.left {
  width: 40%;
}

.card-prod.right {
  width: 60%;
}

.card-prod.voc-possui {
  background-color: #fbfff7;
  padding-top: 2em;
}

.card-prod.market-place {
  background-color: #fbfbfb00;
  border-style: solid;
  width: 90%;
  margin-left: 2em;
  margin-right: 2rem;
  padding-right: 0;
}

.card-prod.market-place:hover {
  background-color: #fbfbfb00;
}

.image {
  border-radius: 8px;
  width: auto;
  height: 7em;
}

.heading-5 {
  text-align: center;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 1em;
  font-family: Karla, sans-serif;
  font-size: 2em;
  line-height: 28px;
}

.img-prod {
  justify-content: center;
  align-items: center;
  margin-left: 0;
  padding-top: .5em;
  padding-bottom: .5em;
  padding-right: 0;
  display: flex;
}

.cont-prod {
  padding-left: 2em;
  padding-right: 2em;
}

.prod-sub-tite {
  color: #a5a5a5;
  text-align: center;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  font-family: Karla, sans-serif;
  font-size: 1em;
  line-height: 12px;
  display: block;
}

.subtitle {
  padding-top: .5em;
  padding-bottom: 0;
}

.produto {
  padding-top: .5em;
  padding-bottom: .5em;
  line-height: 3px;
}

.div-block-35 {
  background-color: #0000;
  border-radius: 20px;
  width: auto;
  height: auto;
  position: absolute;
  inset: 4% 0% auto;
}

.paragraph-4 {
  text-align: center;
  background-color: #ecffd6;
  border-radius: 20px;
  margin-bottom: 0;
  padding: 5px 20px;
  font-size: 14px;
  font-weight: 700;
}

.total-venda {
  justify-content: center;
  align-items: center;
  margin-top: 2em;
  margin-bottom: 1em;
  padding-top: 0;
  display: flex;
}

.subscript-2 {
  font-size: .4em;
  line-height: .5em;
  display: none;
}

.p-texto {
  color: #000;
  font-size: 1.4em;
  font-weight: 400;
  line-height: 32px;
}

.p-texto.beneficios {
  text-align: center;
  padding-top: 1em;
}

.p-texto.t-lgpd {
  color: #000;
  padding-right: 0;
  font-family: Karla, sans-serif;
}

.p-texto.p-cards-s2 {
  text-align: center;
  padding-top: 1em;
  padding-left: 0;
  padding-right: 0;
  font-size: 1.3em;
  line-height: 32px;
}

.image-2 {
  width: 12em;
  max-width: none;
}

.image-2._4 {
  width: 8em;
  max-width: none;
}

.image-2.beneficios {
  width: 8em;
}

.image-2.lgpd {
  padding-left: 31px;
}

.image-2.icon-cards {
  width: 8em;
}

.image-3 {
  width: 32em;
}

.ico {
  align-items: center;
  width: auto;
  display: flex;
}

.heading-6 {
  text-align: center;
  padding-bottom: 0;
  font-family: Karla, sans-serif;
  font-size: 52px;
  line-height: 52px;
}

.heading-6.beneficios {
  text-align: center;
  padding-top: 1em;
  padding-bottom: 1em;
}

.heading-6.rodape {
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 16px;
}

.heading-6.s2 {
  color: #000;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 3.5em;
  line-height: 1em;
}

.heading-6.t-lp {
  color: #000;
  text-align: left;
  font-size: 4em;
}

.heading-6.t-lp.green {
  padding-bottom: 0;
  padding-right: .5em;
  font-size: 2.5em;
  line-height: 1.3em;
}

.heading-6.pag-produtos {
  padding-top: 2em;
  padding-bottom: 2em;
}

.bold-text-21 {
  color: var(--apple-green);
}

.texts-beneficios {
  justify-content: space-between;
  padding-left: 2em;
  padding-right: 2em;
  display: flex;
}

.container-3-copy {
  width: 100%;
  max-width: 100em;
  margin-left: auto;
  margin-right: auto;
  padding: 0 6em 0 0;
  display: block;
}

.container-3-copy._3 {
  padding-top: 6em;
}

.container-3-copy.beneficios {
  padding-left: 0;
  padding-right: 0;
}

.nav-link {
  background-color: #0000;
  font-family: Karla, sans-serif;
  font-size: 1.2em;
}

.nav-link.final {
  padding-right: 0;
}

.nav-menu {
  background-color: #b3434300;
}

.navbar {
  background-color: #a9373700;
}

.preco {
  padding-top: .5em;
  padding-bottom: .5em;
  line-height: 3px;
}

.compartilhar {
  background-color: #fafafa00;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  padding: .5em 1em;
  font-family: Karla, sans-serif;
  line-height: 3px;
  display: flex;
}

.compartilhar:hover {
  border: 1px solid #000;
}

.p-card-shop {
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: .5em;
  padding-right: 1em;
  font-family: Karla, sans-serif;
  font-size: 1em;
  line-height: 23px;
}

.button-buy {
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  justify-content: center;
  align-items: center;
  padding-top: 2em;
  padding-bottom: 2em;
  line-height: 3px;
  display: flex;
}

.cta {
  width: 90%;
  color: var(--green-yellow);
  text-align: center;
  background-color: #000;
  border-radius: 60px;
  padding: 2em;
  font-family: Karla, sans-serif;
  font-size: 1em;
  font-weight: 700;
}

.cta:hover {
  color: var(--green-yellow);
  background-color: #000;
}

.t-pre-o {
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Karla, sans-serif;
  font-size: 2em;
  line-height: 1em;
}

.div-block-37 {
  justify-content: space-between;
  display: flex;
}

.down-card {
  justify-content: center;
  align-items: center;
  padding: 1em 0;
  display: flex;
}

.card {
  color: #b8b9c2;
  background-color: #3f4046;
  border-radius: 5px;
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  box-shadow: 0 5px 2rem #0000004d;
}

.section-2 {
  background-color: #30313600;
  justify-content: center;
  align-items: center;
  padding-top: 99px;
  padding-bottom: 99px;
  overflow: hidden;
}

.arrow-right {
  background-color: #ecffd6;
  border-radius: 5px;
  width: 50px;
  height: 50px;
  inset: 8% 0% auto auto;
}

.container {
  width: 100%;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
}

.container.market-place {
  width: auto;
  margin-top: 4em;
  padding-left: 0;
  padding-right: 0;
}

.card-header {
  background-image: url('../images/david-lundgren-1677087-unsplash.jpg');
  background-position: 50% 30%;
  background-size: cover;
  height: 150px;
}

.carousel-slider._6 {
  right: -105%;
}

.carousel-slider._5 {
  right: -84%;
}

.carousel-slider._3 {
  right: -42%;
}

.carousel-slider._4 {
  right: -63%;
}

.carousel-slider._7 {
  right: -126%;
}

.carousel-slider._2 {
  right: -21%;
}

.carousel-slider._8 {
  right: -147%;
}

.carousel-mask {
  width: 40%;
  overflow: visible;
}

.carousel {
  background-color: #0000;
  justify-content: flex-end;
  align-items: center;
  width: 100vw;
  height: 400px;
}

.carousel.is_contained {
  z-index: 8;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  height: auto;
  margin-top: 0;
  padding-bottom: 75px;
  padding-left: 8em;
  padding-right: 8em;
}

.arrow-left {
  background-color: #ecffd6;
  width: 50px;
  height: 50px;
  inset: 8% auto auto 0%;
}

.btn {
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #3862ec;
  border-radius: 5px;
  padding: 15px 25px;
  font-size: 1rem;
  transition: background-color .3s ease-out;
}

.btn:hover {
  background-color: #213ea0;
}

.card-body {
  height: 100%;
  padding: 30px;
}

.heading-7 {
  text-align: center;
  margin-bottom: 101px;
}

.icon {
  color: #000;
  font-size: 21px;
  top: 0;
}

.icon-2 {
  color: #000;
  font-size: 21px;
}

.lottie-animation-2 {
  justify-content: center;
  align-items: center;
  height: 32em;
  margin-top: -6.1em;
  display: flex;
}

.possui-cluster {
  background-color: #adf16100;
  justify-content: center;
  align-items: center;
  width: auto;
  padding-top: 0;
  display: flex;
}

.possui-cluster-h {
  color: var(--green-yellow);
  text-align: center;
  background-color: #adf16100;
  border-radius: 20px;
  margin-bottom: 0;
  padding: 5px 10px;
  font-size: 14px;
  font-weight: 400;
}

.div-block-38 {
  background-color: var(--black);
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  padding: .25em 1em;
  display: flex;
}

.image-5 {
  max-width: 15%;
}

.field-label {
  text-align: center;
}

.text-field-5 {
  border: 1px solid #000;
  border-radius: 20px;
}

.price {
  color: #000;
  margin-bottom: 10px;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1;
}

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

.counter-button {
  color: #fff;
  cursor: pointer;
  background-color: #73cc34;
  border-radius: .7rem;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 2.25rem;
  height: 2.25rem;
  margin-right: .25rem;
  padding: .0625rem .625rem;
  font-size: 1rem;
  font-weight: 900;
  transition: background-color .1s;
  display: flex;
}

.counter-button:hover {
  background-color: #439609;
}

.counter-button.down {
  background-color: #a1fd6c;
}

.counter-button.up {
  background-color: #a1fd6c;
  border-radius: .4rem;
}

.field {
  border: .0625rem solid #00000078;
  border-radius: .625rem;
  min-height: 3.375rem;
  margin-bottom: 0;
}

.field:focus-visible, .field[data-wf-focus-visible] {
  border-color: #31fe6a;
}

.field.hide {
  display: none;
}

.counter-arrow {
  color: #000;
  width: 1.375rem;
}

.counter-arrow.flip {
  transform: rotate(180deg);
}

.calculator {
  background-color: #f8f8f800;
  border: 1px #585858;
  border-radius: 7px;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  padding: 1rem;
  display: block;
}

.counter-box {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.price-value {
  color: #c3baba;
  margin-left: 1rem;
  font-size: .95rem;
}

.counter-input {
  background-color: #701d1d00;
  border: .0625rem solid #0000006e;
  border-radius: .1rem;
  width: 5rem;
  height: 3.375rem;
  margin-bottom: 0;
  margin-right: .25rem;
  padding-left: 1.15rem;
  font-size: 1.25rem;
  line-height: 1.625rem;
}

.counter-input::placeholder {
  color: #240c2e;
}

.especificacoes {
  border: 1px solid #000;
  border-radius: 40px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: .5em 0;
  line-height: 3px;
  display: none;
}

.especificacoes-left {
  text-align: center;
  justify-content: center;
  align-items: center;
  width: auto;
  padding-left: 0;
  padding-right: 0;
  display: block;
}

.t-especificacoes {
  text-align: center;
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-right: 1em;
  font-family: Karla, sans-serif;
  font-size: 12px;
  line-height: 23px;
  display: flex;
}

.especificacoes-right {
  padding-left: 0;
  padding-right: 0;
}

.p-especificacoes {
  text-align: center;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  font-family: Karla, sans-serif;
  font-size: 21px;
  line-height: 23px;
}

.div-block-39 {
  justify-content: space-between;
  display: block;
}

.quantidade {
  padding-top: 1em;
  padding-bottom: 1em;
}

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

.p-lp2 {
  color: #000;
  text-align: left;
  text-transform: none;
  white-space: pre-line;
  margin-bottom: 0;
  padding: 1em 2em 0 0;
  font-size: 1.3em;
  font-weight: 300;
  line-height: 1.5em;
}

.p-lp2.frase-4 {
  font-size: 1em;
  line-height: 1.8em;
}

.p-lp2.s2 {
  text-align: center;
  white-space: break-spaces;
  word-break: normal;
  margin-top: 0;
  padding: 1em 4em;
  font-family: Karla, sans-serif;
  font-size: 1.3em;
}

.bemvindo {
  text-align: center;
  margin-top: 0;
  padding-top: .5em;
  padding-bottom: .5em;
  font-family: Karla, sans-serif;
  font-size: 6em;
  font-weight: 700;
  line-height: 1em;
}

.bemvindo.lp1 {
  color: #000;
  text-align: left;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 2em;
}

.h-2 {
  text-align: center;
  margin-top: 0;
  padding-top: .5em;
  padding-bottom: .5em;
  font-family: Karla, sans-serif;
  font-size: 6em;
  font-weight: 700;
  line-height: 1em;
}

.h-2.lp1 {
  color: #000;
  text-align: left;
  white-space: pre-wrap;
  margin-bottom: 0;
  padding-top: .5em;
  padding-bottom: .5em;
  padding-right: 2em;
  font-size: 2.1em;
}

.h-2.lp6 {
  color: #000;
  text-align: left;
  margin-bottom: 0;
  padding-top: .25em;
  padding-bottom: .25em;
  font-size: 2.2em;
}

.image-7 {
  width: 100%;
  max-width: none;
}

.image-7.rodape {
  width: 40em;
}

.bold-text-22 {
  color: var(--apple-green);
}

.bold-text-23 {
  color: var(--black);
}

.faq-wrap-02 {
  border: 1px #dbdbdb;
  width: 100%;
  max-width: 1100px;
}

.faq-02 {
  border-bottom: 1px solid #dbdbdb;
  width: 100%;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.faq-question-02 {
  cursor: pointer;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 80px;
  padding-bottom: 80px;
  display: flex;
}

.plus-minus-wrap {
  background-color: #000;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  margin-right: 20px;
  padding-top: 4px;
  display: flex;
}

.faq-lottie {
  width: 50%;
}

.faq-question-header {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 600;
}

.faq-answer-wrap-02 {
  border-bottom: 1px solid #000;
  padding: 0 40px 0 60px;
  overflow: hidden;
}

.faq-paragraph {
  opacity: .75;
  margin-top: 0;
  margin-bottom: 30px;
  font-size: 16px;
  line-height: 22px;
}

.form {
  background-color: #a1fd6c;
  border-radius: 20px;
  padding: 4em;
  display: block;
}

.text-field-6 {
  background-color: #fff;
  border-bottom: 1px #000;
  border-radius: 20px;
  margin-bottom: 1em;
  padding-top: 20px;
  padding-bottom: 20px;
}

.submit-button-4 {
  letter-spacing: .4em;
  background-color: #000;
  border-radius: 80px;
  width: 100%;
  padding: 2em 4em;
}

.submit-button-4:hover {
  color: #000;
  background-color: #daf305;
}

.form-2 {
  text-align: right;
}

.p-rodape {
  text-align: center;
  margin-top: 0;
  padding-top: .5em;
  padding-bottom: .5em;
  font-family: Karla, sans-serif;
  font-size: 6em;
  font-weight: 700;
  line-height: 1em;
}

.p-rodape.lp1 {
  text-align: left;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: .25em;
  font-size: 2.2em;
}

.p-rodape.lp6 {
  color: #000;
  text-align: left;
  margin-bottom: 0;
  padding-top: 1em;
  padding-bottom: 2em;
  font-size: 1.1em;
  font-weight: 400;
  line-height: 1.3em;
}

.checkbox-field-2 {
  text-align: left;
  padding-top: 2em;
  padding-bottom: 2em;
}

.headinig-1-lp {
  text-align: center;
  margin-top: 0;
  padding-top: .5em;
  padding-bottom: .5em;
  font-family: Karla, sans-serif;
  font-size: 6em;
  font-weight: 700;
  line-height: 1em;
}

.headinig-1-lp.lp1 {
  color: #000;
  text-align: left;
  white-space: nowrap;
  word-break: normal;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 6.4em;
  line-height: .8em;
}

.div-block-40 {
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-left: 60px;
  padding-right: 60px;
  display: flex;
}

.div-block-40._2 {
  justify-content: center;
  align-items: flex-start;
  margin-top: 4em;
}

.texts-missao {
  white-space: normal;
  word-break: break-all;
  border-radius: 0;
  padding-left: 4em;
  padding-right: 4em;
  display: block;
}

.lottie-coin {
  position: absolute;
  inset: -11% 0% auto auto;
}

.lottie-coin._2 {
  inset: -12% auto auto 0%;
}

.lottie-coin._3 {
  inset: 212px auto 0% 21%;
}

.lottie-coin.cf-1 {
  inset: 2% auto auto 0%;
}

.lottie-coin.cf-2 {
  inset: 7% 0% auto auto;
}

.lottie-coin.cf-3 {
  inset: auto auto 5% 0%;
}

.lottie-coin.cf-4 {
  inset: auto 0% 0% auto;
}

.coin, .coin._3, .coin.cf-1, .coin.c-f2 {
  width: 10em;
}

.image-8 {
  width: 7em;
  max-width: none;
}

.image-9 {
  padding-top: 4em;
}

.heading-como-funciona {
  justify-content: center;
  align-items: center;
  padding-top: 1em;
  padding-bottom: 1em;
  font-family: Karla, sans-serif;
  font-size: 3.5em;
  display: flex;
}

.div-block-41 {
  background-color: #110c0c;
  justify-content: center;
  align-items: center;
  height: 6em;
  display: flex;
  position: fixed;
  inset: auto 0% 0%;
}

.image-10 {
  width: 2em;
  max-width: none;
}

.heading-8 {
  color: #a1fd6c;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: .5em;
  padding-bottom: .5em;
  padding-left: 1em;
  font-family: Karla, sans-serif;
  font-size: 1em;
}

.barra-form {
  z-index: 22;
  color: #a1fd6c;
  background-color: #a1fd6c;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 100%;
  height: auto;
  padding-top: .5em;
  padding-bottom: .5em;
  display: flex;
  position: fixed;
  inset: auto 0% 0%;
}

.div-block-42 {
  background-color: #000;
  justify-content: center;
  align-items: center;
  padding-left: 2em;
  padding-right: 2em;
  display: flex;
}

.cta-form {
  background-color: #000;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  padding-left: 2em;
  padding-right: 2em;
  display: flex;
}

.cta-form:hover {
  color: #000;
  background-color: #2b2b2b;
}

.text-form {
  padding-right: 2em;
}

.heading-9 {
  color: #000;
  font-family: Karla, sans-serif;
  font-size: 2em;
}

.checkbox-label-2 {
  font-family: Karla, sans-serif;
}

.nav-link-2 {
  color: #000;
  letter-spacing: .1em;
  text-transform: uppercase;
  background-color: #0000;
  margin-left: 0;
  margin-right: 0;
  padding-left: 20px;
  padding-right: 20px;
  font-family: Karla, sans-serif;
  font-size: 1em;
}

.nav-link-2.w--current {
  color: #000;
  font-weight: 700;
}

.nav-link-2.pesquisa {
  color: #000;
  background-color: #0000;
  border: 1px solid #000;
  border-radius: 80px;
  padding: 10px 20px;
}

.nav-link-2.pesquisa:hover {
  color: #adf161;
  background-color: #000;
}

.nav-link-2.minha-carteira {
  color: #adf161;
  text-transform: uppercase;
  background-color: #000;
  border: 1px solid #000;
  border-radius: 30px;
  padding: 10px 20px;
}

.nav-link-2.minha-carteira:hover {
  background-color: #3d3d3d;
}

.navbar-2 {
  background-color: #a9373700;
  justify-content: flex-end;
  width: 90%;
  padding-right: 0;
  display: flex;
}

.container-12 {
  margin-left: 0;
  margin-right: 0;
}

.logo {
  width: 10%;
}

.image-11 {
  width: 14em;
  max-width: none;
}

.nav-menu-2 {
  background-color: #b3434300;
  justify-content: flex-end;
  align-items: center;
  width: 100em;
  display: flex;
}

.menu {
  justify-content: flex-end;
  width: 90%;
  display: flex;
}

.heading-10 {
  color: #000;
  font-family: Karla, sans-serif;
  font-size: 2em;
}

.heading-11 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  padding: .5em 1em;
  font-family: Karla, sans-serif;
  font-size: 1em;
  font-weight: 400;
  text-decoration: none;
}

.heading-11:hover {
  color: #fff;
}

.link-block-2 {
  text-decoration: none;
}

.checkbox-field-3 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.checkbox-label-3 {
  padding-left: 1em;
  font-size: 1.5em;
}

.checkbox-2 {
  width: 2em;
  height: 2em;
}

.calculator-form {
  background-color: #f8f8f800;
  border: 1px #585858;
  border-radius: 7px;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  padding: 1rem;
  display: none;
}

.faq-item {
  background-color: #fff0;
  border-radius: 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: none;
  display: flex;
}

.faq-question {
  color: #000;
  background-color: #fbfbfb;
  border: 1px #000;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 18px;
  padding: 20px;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  display: flex;
}

.faq-question:hover {
  color: var(--apple-green);
}

.p-m-wrap {
  justify-content: center;
  align-items: center;
  width: 15px;
  height: 15px;
  display: flex;
  position: relative;
}

.minus {
  background-color: #000;
  border-radius: 20px;
  width: 100%;
  height: 3px;
  position: absolute;
}

.plus {
  background-color: #000;
  border-radius: 20px;
  width: 3px;
  height: 100%;
  position: absolute;
}

.faq-answer {
  text-align: left;
  border-bottom: 1px #cfcfcf;
  width: auto;
  overflow: hidden;
}

.faq-p {
  color: #000;
  margin-bottom: 20px;
  margin-left: 20px;
  margin-right: 20px;
}

.text-block-9 {
  padding-left: 22px;
}

.text-block-9:hover {
  color: var(--apple-green);
}

.cards-produtos {
  justify-content: center;
  align-items: flex-start;
  height: auto;
  padding-top: 4em;
  padding-bottom: 4em;
  display: flex;
}

.cards-produtos.line {
  margin-top: 4em;
}

.card-produto {
  width: 25%;
}

.header-mp {
  background-color: #0000;
  justify-content: center;
  align-items: center;
  padding-top: 4em;
  display: flex;
}

.mp-left {
  padding-right: 8em;
}

.mp-right {
  padding-left: 4em;
}

.div-block-43 {
  background-color: var(--green-yellow);
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 75%;
  padding: 4em 10em;
  display: flex;
}

.image-12 {
  width: 24em;
  max-width: none;
}

.icon-arrow {
  justify-content: center;
  align-items: center;
  width: 12em;
  display: flex;
}

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

.image-13 {
  padding-top: 1em;
  padding-bottom: 1em;
}

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

.cta-market-place {
  background-color: var(--green-yellow);
  color: #000;
  text-align: center;
  -webkit-text-stroke-color: var(--green-yellow);
  text-transform: uppercase;
  border-radius: 60px;
  width: 18%;
  padding: 2em;
  font-family: Karla, sans-serif;
  font-size: 1.5em;
  font-weight: 700;
}

.cta-market-place:hover {
  color: var(--green-yellow);
  background-color: #000;
}

.p-card-shop-2 {
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: .5em;
  padding-right: 1em;
  font-size: 1em;
  line-height: 23px;
}

.cta-2 {
  color: #adf161;
  text-align: center;
  background-color: #000;
  border-radius: 60px;
  width: 90%;
  padding: 2em;
  font-size: 1em;
  font-weight: 700;
}

.cta-2:hover {
  color: #adf161;
  background-color: #000;
}

.div-block-46 {
  justify-content: space-between;
  display: block;
}

.paragraph-5 {
  text-align: center;
  background-color: #ecffd6;
  border-radius: 20px;
  margin-bottom: 0;
  padding: 5px 20px;
  font-size: 14px;
  font-weight: 700;
}

.faq-question-2 {
  color: #000;
  background-color: #fbfbfb;
  border: 1px #000;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 18px;
  padding: 20px;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  display: flex;
}

.faq-question-2:hover {
  color: #89c546;
}

.p-especificacoes-2 {
  text-align: center;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  font-size: 21px;
  line-height: 23px;
}

.image-14 {
  border-radius: 8px;
  width: auto;
  height: 7em;
}

.heading-12 {
  text-align: center;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 1em;
  font-size: 2em;
  line-height: 28px;
}

.text-block-10 {
  padding-left: 22px;
}

.text-block-10:hover {
  color: #89c546;
}

.image-15 {
  max-width: 15%;
}

.compartilhar-2 {
  background-color: #fafafa00;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  padding: .5em 1em;
  line-height: 3px;
  display: flex;
}

.compartilhar-2:hover {
  border: 1px solid #000;
}

.t-especificacoes-2 {
  text-align: center;
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-right: 1em;
  font-size: 12px;
  line-height: 23px;
  display: flex;
}

.div-block-47 {
  justify-content: space-between;
  display: block;
}

.paragraph-6 {
  text-align: center;
  background-color: #ecffd6;
  border-radius: 20px;
  margin-bottom: 0;
  padding: 5px 20px;
  font-size: 14px;
  font-weight: 700;
}

.faq-question-3 {
  color: #000;
  background-color: #fbfbfb;
  border: 1px #000;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 18px;
  padding: 20px;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  display: flex;
}

.faq-question-3:hover {
  color: #89c546;
}

.p-especificacoes-3 {
  text-align: center;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  font-size: 21px;
  line-height: 23px;
}

.image-16 {
  border-radius: 8px;
  width: auto;
  height: 7em;
}

.heading-13 {
  text-align: center;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 1em;
  font-size: 2em;
  line-height: 28px;
}

.text-block-11 {
  padding-left: 22px;
}

.text-block-11:hover {
  color: #89c546;
}

.image-17 {
  max-width: 15%;
}

.div-block-48 {
  justify-content: space-between;
  display: block;
}

.faq-question-4 {
  color: #000;
  background-color: #fbfbfb;
  border: 1px #000;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 18px;
  padding: 20px;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  display: flex;
}

.faq-question-4:hover {
  color: #89c546;
}

.p-especificacoes-4 {
  text-align: center;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  font-size: 21px;
  line-height: 23px;
}

.image-18 {
  border-radius: 8px;
  width: auto;
  height: 7em;
}

.heading-14 {
  text-align: center;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 1em;
  font-size: 2em;
  line-height: 28px;
}

.text-block-12 {
  padding-left: 22px;
}

.text-block-12:hover {
  color: #89c546;
}

.image-19 {
  max-width: 15%;
}

.div-block-49 {
  justify-content: space-between;
  display: block;
}

.faq-question-5 {
  color: #000;
  background-color: #fbfbfb;
  border: 1px #000;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 18px;
  padding: 20px;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  display: flex;
}

.faq-question-5:hover {
  color: #89c546;
}

.p-especificacoes-5 {
  text-align: center;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  font-size: 21px;
  line-height: 23px;
}

.image-20 {
  border-radius: 8px;
  width: auto;
  height: 7em;
}

.heading-15 {
  text-align: center;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 1em;
  font-size: 2em;
  line-height: 28px;
}

.text-block-13 {
  padding-left: 22px;
}

.text-block-13:hover {
  color: #89c546;
}

.image-21 {
  max-width: 15%;
}

.div-block-50 {
  justify-content: space-between;
  display: block;
}

.p-especificacoes-6 {
  text-align: center;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  font-size: 21px;
  line-height: 23px;
}

.image-22 {
  border-radius: 8px;
  width: auto;
  height: 7em;
}

.heading-16 {
  text-align: center;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 1em;
  font-size: 2em;
  line-height: 28px;
}

.text-block-14 {
  padding-left: 22px;
}

.text-block-14:hover {
  color: #89c546;
}

.image-23 {
  max-width: 15%;
}

.div-block-51 {
  justify-content: space-between;
  display: block;
}

.p-especificacoes-7 {
  text-align: center;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  font-size: 21px;
  line-height: 23px;
}

.image-24 {
  border-radius: 8px;
  width: auto;
  height: 7em;
}

.heading-17 {
  text-align: center;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 1em;
  font-size: 2em;
  line-height: 28px;
}

.text-block-15 {
  padding-left: 22px;
}

.text-block-15:hover {
  color: #89c546;
}

.div-block-52 {
  justify-content: space-between;
  display: block;
}

.p-especificacoes-8 {
  text-align: center;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  font-size: 21px;
  line-height: 23px;
}

.image-25 {
  border-radius: 8px;
  width: auto;
  height: 7em;
}

.heading-18 {
  text-align: center;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 1em;
  font-size: 2em;
  line-height: 28px;
}

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

.text-block-16:hover {
  color: #89c546;
}

.div-block-53 {
  justify-content: space-between;
  display: block;
}

.p-especificacoes-9 {
  text-align: center;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  font-size: 21px;
  line-height: 23px;
}

.image-26 {
  border-radius: 8px;
  width: auto;
  height: 7em;
}

.heading-19 {
  text-align: center;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 1em;
  font-size: 2em;
  line-height: 28px;
}

.text-block-17 {
  padding-left: 22px;
}

.text-block-17:hover {
  color: #89c546;
}

.div-block-54 {
  justify-content: space-between;
  display: block;
}

.p-especificacoes-10 {
  text-align: center;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  font-size: 21px;
  line-height: 23px;
}

.image-27 {
  border-radius: 8px;
  width: auto;
  height: 7em;
}

.heading-20 {
  text-align: center;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 1em;
  font-size: 2em;
  line-height: 28px;
}

.text-block-18 {
  padding-left: 22px;
}

.text-block-18:hover {
  color: #89c546;
}

.div-block-55 {
  justify-content: space-between;
  display: block;
}

.image-28 {
  border-radius: 8px;
  width: auto;
  height: 7em;
}

.heading-21 {
  text-align: center;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 1em;
  font-size: 2em;
  line-height: 28px;
}

.text-block-19 {
  padding-left: 22px;
}

.text-block-19:hover {
  color: #89c546;
}

.div-block-56 {
  justify-content: space-between;
  display: block;
}

.image-29 {
  border-radius: 8px;
  width: auto;
  height: 7em;
}

.heading-22 {
  text-align: center;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 1em;
  font-size: 2em;
  line-height: 28px;
}

.text-block-20 {
  padding-left: 22px;
}

.text-block-20:hover {
  color: #89c546;
}

.div-block-57 {
  justify-content: space-between;
  display: block;
}

.image-30 {
  border-radius: 8px;
  width: auto;
  height: 7em;
}

.heading-23 {
  text-align: center;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 1em;
  font-size: 2em;
  line-height: 28px;
}

.text-block-21 {
  padding-left: 22px;
}

.text-block-21:hover {
  color: #89c546;
}

.div-block-58 {
  justify-content: space-between;
  display: block;
}

.image-31 {
  border-radius: 8px;
  width: auto;
  height: 7em;
}

.heading-24 {
  text-align: center;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 1em;
  font-size: 2em;
  line-height: 28px;
}

.div-block-59 {
  justify-content: space-between;
  display: block;
}

.image-32 {
  border-radius: 8px;
  width: auto;
  height: 7em;
}

.heading-25 {
  text-align: center;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 1em;
  font-size: 2em;
  line-height: 28px;
}

.consentimento {
  color: #000;
}

.b-green {
  color: #4b9a1d;
}

.bold-text-25, .bold-text-26, .bold-text-27, .bold-text-28, .bold-text-29, .bold-text-30 {
  color: #89c546;
}

.link {
  color: #000;
}

.bold-text-31 {
  color: var(--apple-green);
}

.bold-text-32, .bold-text-33, .bold-text-34, .bold-text-35, .bold-text-36, .bold-text-37 {
  color: #89c546;
}

@media screen and (max-width: 991px) {
  .med-link-text {
    font-size: 36px;
    line-height: 36px;
  }

  .med-link-underline {
    height: 8px;
    bottom: 10px;
  }

  .form-step {
    padding-top: 25%;
    padding-bottom: 25%;
    padding-right: 10%;
  }

  .form-step.radio, .form-step.home-form {
    padding-top: 20%;
    padding-bottom: 20%;
  }

  .text-input {
    width: 100%;
  }

  .radio-button-field {
    margin-bottom: 30px;
  }

  .form-radio-container {
    flex-direction: column;
    align-items: flex-start;
  }

  .social-icon {
    width: 20px;
    height: 20px;
    margin-left: 10px;
    margin-right: 10px;
  }

  .chamada-3 {
    width: 100%;
    margin-left: 0;
    padding-top: 0;
    padding-left: 0;
  }

  .chamada-3.lp1 {
    width: 90%;
  }

  .chamada-3.lp6 {
    width: 80%;
  }

  .grid-conteudo-3.lp1 {
    flex-direction: column-reverse;
    justify-content: center;
  }

  .grid-conteudo-3.lp4 {
    padding-left: 2em;
    padding-right: 1em;
  }

  .grid-conteudo-3.lp6 {
    flex-direction: column-reverse;
    padding-left: 0;
    padding-right: 0;
  }

  .container-3 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    max-width: none;
    margin-right: 0;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .section {
    height: auto;
    padding-bottom: 5.3em;
  }

  .section.lp-s6 {
    padding-top: 8em;
  }

  .paragraph-3 {
    padding-left: 4em;
    padding-right: 4em;
  }

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

  .texts-como-funciona.lp-explicacao {
    padding-left: 0;
    padding-right: 0;
  }

  .txt.lp-s3 {
    padding-top: 1em;
    padding-bottom: 1em;
    padding-right: 1em;
  }

  .cards-feature {
    width: 100%;
    margin-left: 0;
    padding-top: 0;
    padding-left: 0;
  }

  .heading-3.beneficios, .heading-3.h-cards-s2, .heading-3.beneficios-copy {
    justify-content: center;
  }

  .heading-3.green {
    padding-top: 1em;
    padding-bottom: 1em;
  }

  .heading-3.black {
    padding-bottom: 0;
    font-size: 2em;
  }

  .heading-3.t-beneficios {
    justify-content: center;
  }

  .ico-text {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    padding-left: 4em;
    padding-right: 0;
  }

  .ico-text.beneficios {
    width: 80%;
    margin-bottom: 2.8em;
  }

  .ico-text.end {
    justify-content: center;
    align-items: flex-start;
  }

  .ico-text.card-como-funciona {
    width: 80%;
    margin-bottom: 2.8em;
  }

  .ico-text.card-hist-ria {
    width: 80%;
    height: 40em;
    margin-bottom: 2.8em;
    margin-left: 1em;
    margin-right: 1em;
    padding-left: 2em;
    padding-right: 2em;
  }

  .ico-text.card-hist-ria._2 {
    height: 40em;
  }

  .ico-text.card-historia {
    width: 80%;
    margin-bottom: 2.8em;
  }

  .card-prod {
    width: 100%;
    margin-left: 0;
    padding-top: 0;
    padding-left: 0;
  }

  .p-texto {
    font-size: 1.1em;
    line-height: 24px;
  }

  .p-texto.t-lgpd {
    padding-right: 0;
  }

  .p-texto.p-cards-s2 {
    padding-left: 0;
    padding-right: 0;
    font-size: 1.2em;
  }

  .image-2 {
    width: 8em;
  }

  .ico {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .heading-6 {
    font-size: 32px;
    line-height: 34px;
  }

  .heading-6.s2 {
    padding-top: 0;
    padding-bottom: 0;
    font-size: 3em;
    line-height: 1em;
  }

  .heading-6.t-lp {
    font-size: 2.5em;
  }

  .heading-6.t-lp.green {
    line-height: 1.2em;
  }

  .texts-beneficios {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .container-3-copy {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-right: 0;
    padding-top: 2em;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .cta {
    padding-left: 2em;
    padding-right: 2em;
  }

  .carousel-mask {
    width: 100%;
  }

  .counter-row {
    flex-direction: column;
  }

  .p-lp2 {
    text-align: center;
    padding-left: 4em;
    padding-right: 4em;
  }

  .p-lp2.s2 {
    padding-left: 2em;
    padding-right: 2em;
    font-size: 1.3em;
  }

  .bemvindo.lp1 {
    text-align: center;
  }

  .h-2.lp1 {
    text-align: center;
    padding-top: 0;
  }

  .image-7 {
    padding-bottom: 4em;
  }

  .image-7.rodape {
    width: 20em;
  }

  .form {
    margin-top: -95px;
  }

  .headinig-1-lp.lp1 {
    text-align: center;
    font-size: 7em;
    line-height: 1em;
  }

  .div-block-40 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .image-8 {
    width: 5em;
  }

  .heading-10 {
    font-size: 1.4em;
  }

  .cta-market-place, .cta-2 {
    padding-left: 2em;
    padding-right: 2em;
  }
}

@media screen and (max-width: 767px) {
  .nav-btn-container {
    top: 0;
    right: 0;
  }

  .big-link-text {
    font-size: 36px;
    line-height: 36px;
  }

  .big-link-underline {
    height: 10px;
    bottom: 10px;
  }

  .nav-items-container {
    flex-direction: column;
  }

  .input-label {
    font-size: 36px;
    line-height: 36px;
  }

  .radio-button-field {
    margin-bottom: 20px;
  }

  .radio-label {
    font-size: 20px;
    line-height: 20px;
  }

  .text-alert {
    font-size: 16px;
    line-height: 16px;
  }

  .topbar-container {
    justify-content: space-between;
    padding-left: 30px;
    padding-right: 30px;
    position: absolute;
  }

  .alert-block {
    width: 80%;
    margin-top: 0;
    margin-bottom: 20px;
    inset: auto 0 0;
  }

  .input-label-copy, .input-label-2 {
    font-size: 36px;
    line-height: 36px;
  }

  .text-alert-2 {
    font-size: 16px;
    line-height: 16px;
  }

  .chamada-3 {
    width: 80%;
  }

  .grid-conteudo-3 {
    flex-direction: column;
    align-items: center;
  }

  .grid-conteudo-3.lp4 {
    justify-content: space-between;
    align-items: center;
    padding-left: 0;
    padding-right: 0;
  }

  .section.lp3 {
    padding-top: 4em;
  }

  .section.lp4 {
    padding-top: 4em;
    padding-bottom: 4em;
  }

  .texts-como-funciona {
    width: 100%;
  }

  .texts-como-funciona.lp-explicacao {
    margin-top: 0;
    padding-top: 4em;
    padding-bottom: 4em;
  }

  .txt.lp-s3 {
    width: 100%;
  }

  .cards-feature {
    width: 80%;
  }

  .cards-feature.left.lp3 {
    width: 100%;
    margin-bottom: 0;
    position: static;
  }

  .cards-feature.left.lp4 {
    width: 100%;
    padding-left: 8em;
    padding-right: 8em;
    position: static;
  }

  .cards-feature.right {
    width: 100%;
  }

  .cards-feature.right.lp3.green-dark {
    width: 100%;
    margin-top: 4em;
  }

  .heading-3 {
    text-align: center;
    padding-bottom: 0;
  }

  .heading-3.green {
    padding-bottom: 0;
  }

  .heading-3.black {
    text-align: center;
  }

  .ico-text {
    justify-content: center;
    align-items: center;
    padding-left: 4em;
    padding-right: 4em;
  }

  .ico-text.end {
    justify-content: center;
    align-items: center;
  }

  .card-prod {
    width: 80%;
  }

  .p-texto {
    text-align: center;
  }

  .heading-6.s2 {
    padding-bottom: 1em;
    font-size: 2.5em;
  }

  .heading-6.t-lp {
    text-align: center;
    font-size: 3em;
  }

  .heading-6.t-lp.green {
    text-align: center;
  }

  .carousel-slider._6 {
    right: -45%;
  }

  .carousel-slider._5 {
    right: -36%;
  }

  .carousel-slider._3 {
    right: -18%;
  }

  .carousel-slider._4 {
    right: -27%;
  }

  .carousel-slider._7 {
    right: -54%;
  }

  .carousel-slider._2 {
    right: -9%;
  }

  .carousel-slider._8 {
    right: -63%;
  }

  .carousel-mask {
    width: 60%;
  }

  .counter-button {
    padding-left: 1.875rem;
    padding-right: 1.875rem;
  }

  .counter-button.down, .counter-button.up {
    padding-left: .5rem;
    padding-right: .5rem;
  }

  .p-lp2, .p-lp2.s2 {
    padding-left: 0;
    padding-right: 0;
  }

  .bemvindo.lp1 {
    padding-top: 2.9em;
  }

  .h-2.lp1 {
    padding-top: .5em;
    font-size: 2.1em;
  }

  .bold-text-23 {
    text-align: center;
  }

  .faq-question-02 {
    padding-top: 40px;
    padding-bottom: 20px;
  }

  .faq-question-header {
    font-size: 1.4em;
  }

  .headinig-1-lp.lp1 {
    font-size: 6em;
  }

  .div-block-40 {
    flex-flow: column;
  }

  .texts-missao {
    padding-left: 0;
    padding-right: 0;
  }

  .coin, .coin._3 {
    width: 8em;
  }

  .barra-form {
    flex-flow: column;
    padding-top: 0;
  }

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

@media screen and (max-width: 479px) {
  .contact-form-container {
    height: auto;
    position: static;
  }

  .form-step {
    justify-content: flex-start;
    align-items: flex-start;
    padding-top: 20%;
    padding-bottom: 20%;
  }

  .form-step.radio {
    justify-content: flex-start;
    align-items: flex-start;
    padding-left: 5%;
    padding-right: 5%;
  }

  .form-step.home-form {
    justify-content: flex-start;
    align-items: flex-start;
    padding: 16% 5% 0%;
  }

  .input-label {
    margin-bottom: 16px;
    padding-top: .3em;
    line-height: 38px;
  }

  .text-input {
    height: auto;
    padding-top: 0;
    padding-bottom: 0;
  }

  .submit-btn {
    border-radius: 11px;
    padding: 15px 40px;
    font-size: 16px;
  }

  .nextbutton-text {
    border-radius: 7px;
    font-size: 21px;
  }

  .radio-btn {
    border: 1px solid #000;
    border-radius: 120%;
    width: 2em;
    height: 2em;
    margin-left: 0;
    margin-right: 1em;
    padding: 10px 10px 10px 0;
    display: block;
  }

  .radio-btn.w--redirected-checked {
    border-color: var(--green-yellow);
  }

  .radio-btn.w--redirected-focus {
    box-shadow: 0 0 3px 1px var(--green-yellow);
  }

  .radio-button-field {
    align-items: center;
    width: 100%;
    margin-right: 0;
    display: flex;
  }

  .radio-label {
    font-size: 18px;
  }

  .form-radio-container {
    justify-content: center;
    align-items: flex-start;
  }

  .next-prev-block {
    background-color: #fff;
    justify-content: space-between;
    padding-left: 40px;
    padding-right: 40px;
    position: fixed;
    inset: auto 0% 7%;
  }

  .prev-link {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .div-block {
    position: fixed;
    inset: 0% 0% auto;
  }

  .checkbox.w--redirected-checked {
    background-color: var(--green-yellow);
    background-size: 18px 18px;
    border-color: #c7ff88;
    font-size: 6px;
    line-height: 2;
  }

  .checkbox.w--redirected-focus {
    box-shadow: 0 0 3px 1px var(--green-yellow);
  }

  .subscript {
    color: var(--apple-green);
    font-size: 18px;
  }

  .input-label-copy {
    color: var(--black);
    margin-bottom: 17px;
    font-size: 21px;
  }

  .bold-text-2, .bold-text-3, .bold-text-4, .bold-text-5, .bold-text-6, .bold-text-7, .bold-text-8, .bold-text-9, .bold-text-10, .bold-text-11 {
    color: #87f448;
  }

  .heading-form {
    font-size: .7em;
    line-height: 21px;
  }

  .modal {
    display: none;
  }

  .text-field-2 {
    padding-right: 0;
    font-size: .79em;
  }

  .submit-button {
    padding-left: 4em;
    padding-right: 4em;
  }

  .modal-container {
    width: 90%;
    padding: 2rem 1rem;
  }

  .lottie-animation {
    width: 8em;
  }

  .heading {
    font-size: 28px;
    line-height: 38px;
  }

  .heading-form-2 {
    font-size: .7em;
    line-height: 21px;
  }

  .text-field-3 {
    padding-right: 0;
    font-size: .79em;
  }

  .submit-button-2 {
    padding-left: 4em;
    padding-right: 4em;
  }

  .heading-form-3 {
    font-size: .7em;
    line-height: 21px;
  }

  .text-field-4 {
    padding-right: 0;
    font-size: .79em;
  }

  .submit-button-3 {
    padding-left: 4em;
    padding-right: 4em;
  }

  .text-m {
    font-size: 18px;
  }

  .bt-modal {
    border-radius: 7px;
    font-size: 21px;
  }

  .bold-text-12, .bold-text-13, .bold-text-14, .bold-text-15, .bold-text-16 {
    color: #87f448;
  }

  .input-label-2 {
    margin-top: 23px;
    margin-bottom: 0;
    font-size: 21px;
  }

  .chamada-3 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: auto;
    margin-top: 0;
    padding-top: 0;
    display: flex;
  }

  .chamada-3.lp1 {
    width: 95%;
  }

  .chamada-3.lp6 {
    width: 100%;
  }

  .chamada-3.lp1-lright {
    width: 90%;
  }

  .obras-txt-line-1 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .grid-conteudo-3 {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .grid-conteudo-3.como-funciona {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-top: 2em;
    padding-bottom: 2em;
  }

  .grid-conteudo-3._1 {
    flex-direction: column-reverse;
    margin-bottom: -92px;
  }

  .grid-conteudo-3.lp1 {
    flex-direction: column-reverse;
    justify-content: center;
    padding-top: 1em;
    padding-left: 1em;
    padding-right: 1em;
  }

  .grid-conteudo-3.lp-s2 {
    justify-content: center;
    width: 100%;
    padding-bottom: 4em;
    padding-left: 2em;
    padding-right: 2em;
  }

  .grid-conteudo-3.lp3 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0 1em 2em;
  }

  .grid-conteudo-3.lp4 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: auto;
    padding: 0 1em 2em;
  }

  .grid-conteudo-3.lp6 {
    flex-flow: column-reverse;
    justify-content: center;
    align-items: center;
    padding-left: 1em;
    padding-right: 1em;
  }

  .block-1 {
    width: 90%;
  }

  .div-block-14 {
    background-color: #fff;
    justify-content: center;
    height: .005em;
  }

  .container-3 {
    width: auto;
    max-width: none;
    padding: 0 0;
  }

  .container-3.beneficios, .container-3.rodape {
    padding-bottom: 0;
  }

  .flex {
    background-position: 50%;
    background-repeat: repeat-x;
    background-size: cover;
    width: 20em;
    margin-top: 2em;
  }

  .flex._3, .flex._2 {
    display: none;
  }

  .section {
    background-image: linear-gradient(to bottom, null, null);
    height: auto;
  }

  .section._4 {
    margin-bottom: -52px;
    padding-top: 4.2em;
    padding-bottom: 0;
  }

  .section.menu {
    width: auto;
    max-width: none;
    padding-top: 0;
  }

  .section.rodape {
    padding-top: 0;
  }

  .section.lp-s2 {
    margin-bottom: -52px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .section.lp-s1 {
    margin-bottom: -52px;
    padding-top: 8em;
    padding-bottom: 8em;
  }

  .section.lp3 {
    padding-top: 0;
    padding-bottom: 4em;
  }

  .section.lp3.lei {
    padding-bottom: 2em;
  }

  .section.lp4 {
    padding-top: 1em;
    padding-bottom: 0;
  }

  .section.lp-s5 {
    margin-top: 4em;
    margin-bottom: 4em;
    padding-top: 0;
    padding-bottom: 0;
  }

  .section.lp-s6 {
    background-color: #fcfcfc00;
    margin-bottom: -16px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .section.menu {
    width: auto;
    max-width: none;
    padding-top: 0;
    padding-bottom: 0;
    inset: 0% 0% auto;
  }

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

  .paragraph-3 {
    text-align: center;
    padding: 0;
    font-size: 1.1em;
  }

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

  .texts-como-funciona {
    text-align: center;
  }

  .texts-como-funciona.lp-explicacao {
    padding: 2em;
  }

  .txt {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 90%;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .txt.lp-s3 {
    padding-top: 0;
    padding-bottom: 2em;
    padding-right: 0;
  }

  .h2 {
    text-align: center;
    padding-top: 2em;
    padding-bottom: 0;
    font-size: 1.5em;
  }

  .heading-1 {
    font-size: 3em;
  }

  .heading-1.lp1 {
    padding-bottom: 0;
    font-size: 3em;
    line-height: 1;
  }

  .cards-feature {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
  }

  .cards-feature.left {
    width: 90%;
    margin-bottom: 0;
    position: static;
  }

  .cards-feature.left.lp4 {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .cards-feature.right {
    width: 90%;
  }

  .cards-feature.right.beneficios {
    flex-direction: column;
    margin-top: -6.1em;
  }

  .cards-feature.right.lp3.green-dark {
    width: 95%;
    margin-top: 0;
  }

  .cards-feature.right.perguntas-respostas {
    flex-direction: column;
  }

  .cards-feature.right.como-funciona {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 8em;
  }

  .heading-3 {
    color: var(--black);
    font-size: 1.5em;
  }

  .heading-3.beneficios {
    padding-top: 0;
    font-size: 1.5em;
    line-height: 21px;
  }

  .heading-3.beneficios._2 {
    padding-top: .5em;
  }

  .heading-3.h-cards-s2 {
    padding-top: 0;
    font-size: 1.5em;
    line-height: 21px;
  }

  .heading-3.h-cards-s2._2 {
    padding-top: .5em;
  }

  .heading-3.beneficios-copy {
    padding-top: 0;
    font-size: 1.5em;
    line-height: 21px;
  }

  .heading-3.beneficios-copy._2 {
    padding-top: .5em;
  }

  .heading-3.green {
    color: var(--black);
    padding-top: 0;
  }

  .heading-3.black {
    color: #000;
    font-size: 1.5em;
  }

  .heading-3.t-beneficios {
    color: #000;
    padding-top: .5em;
    font-size: 1.5em;
    line-height: 21px;
  }

  .heading-3.t-beneficios._2 {
    padding-top: .5em;
  }

  .ico-text {
    border-top: 1px #000;
    border-bottom: 1px #000;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0 .5em;
  }

  .ico-text.beneficios {
    width: 80%;
    margin-top: 52px;
    padding-top: 1em;
    padding-bottom: 3.4em;
  }

  .ico-text.end {
    border-bottom-style: none;
    padding-top: 2em;
  }

  .ico-text.card-como-funciona {
    width: 100%;
    height: auto;
    margin-top: 52px;
    margin-bottom: 0;
    padding-top: 1em;
    padding-bottom: 3.4em;
    padding-right: 0;
  }

  .ico-text.card-hist-ria {
    width: 100%;
    height: auto;
    margin: 52px .5em 0;
    padding: 1em .5em 3.4em;
  }

  .ico-text.card-hist-ria._2 {
    height: auto;
    margin-top: 0;
  }

  .ico-text.card-historia {
    width: 100%;
    height: auto;
    margin-top: 52px;
    margin-bottom: 0;
    padding-top: 1em;
    padding-bottom: 3.4em;
    padding-right: 0;
  }

  .ico-text.lei-geral {
    padding-top: 2em;
    padding-bottom: 2em;
  }

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

  .card-prod {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
  }

  .card-prod.market-place {
    width: 90%;
    margin-left: 0;
    margin-right: 0;
  }

  .image {
    max-width: 25%;
    height: auto;
    padding-top: 0;
  }

  .image.phone {
    max-width: 19%;
  }

  .img-prod {
    padding-top: 2.2em;
  }

  .produto {
    padding-bottom: .5em;
  }

  .p-texto {
    margin-bottom: 0;
    font-size: 1.1em;
    line-height: 24px;
  }

  .p-texto.beneficios {
    padding-right: 0;
    font-size: 1.2em;
    line-height: 28px;
  }

  .p-texto.t-lgpd {
    padding-top: 0;
    padding-bottom: 2em;
    padding-right: 0;
  }

  .p-texto.p-cards-s2 {
    padding-left: 1em;
    padding-right: 1em;
    font-size: 1.2em;
    line-height: 28px;
  }

  .image-2 {
    width: 10em;
    padding-top: 1em;
    padding-bottom: 1em;
  }

  .image-2.beneficios, .image-2.icon-cards {
    width: 7em;
  }

  .heading-6 {
    text-align: center;
    padding-bottom: 0;
    font-size: 2.5em;
    line-height: 42px;
  }

  .heading-6.beneficios {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .heading-6.rodape {
    font-size: 14px;
  }

  .heading-6.s2 {
    margin-top: 0;
    padding-top: .7em;
    padding-bottom: .5em;
    font-size: 2em;
    line-height: 32px;
  }

  .heading-6.t-lp {
    text-align: center;
    font-size: 2.3em;
    line-height: 32px;
  }

  .heading-6.t-lp.green {
    font-size: 2em;
    line-height: 32px;
  }

  .heading-6.pag-produtos {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: .5em;
    padding-bottom: .5em;
  }

  .texts-beneficios {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-left: 0;
    padding-right: 0;
  }

  .container-3-copy {
    flex-direction: row;
    justify-content: space-between;
    align-items: stretch;
    width: 100%;
    max-width: none;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .nav-link {
    color: var(--green-yellow);
    background-color: #030303;
    top: 59px;
  }

  .compartilhar {
    opacity: 1;
    border-bottom: 1px solid #000;
    border-radius: 0;
    justify-content: center;
    padding-bottom: 1em;
  }

  .compartilhar.like {
    border-bottom-style: none;
    padding-top: 1em;
  }

  .p-card-shop {
    padding-left: 1.1em;
  }

  .button-buy {
    padding-bottom: 2em;
  }

  .down-card {
    flex-direction: column;
  }

  .section-2 {
    padding-top: 19px;
    padding-bottom: 40px;
  }

  .section-2.market {
    margin-top: 5em;
  }

  .section-2.market.pag-produto {
    margin-top: 1em;
    padding-bottom: 0;
  }

  .arrow-right {
    top: 2%;
  }

  .container {
    max-width: none;
  }

  .container.market-place {
    padding-left: 0;
    padding-right: 0;
  }

  .carousel-slider {
    clear: left;
    padding-left: 10px;
    padding-right: 10px;
  }

  .carousel-slider._6, .carousel-slider._5, .carousel-slider._3, .carousel-slider._4, .carousel-slider._7, .carousel-slider._2, .carousel-slider._8 {
    right: 0%;
  }

  .carousel-mask {
    width: 100%;
  }

  .carousel.is_contained {
    width: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .carousel.is_contained.pag-produto {
    padding-bottom: 0;
  }

  .arrow-left {
    top: 2%;
  }

  .card-body {
    padding: 20px;
  }

  .heading-7 {
    margin-bottom: 64px;
  }

  .image-4 {
    max-width: 50%;
  }

  .lottie-animation-2 {
    margin-top: -168px;
  }

  .image-5, .image-6 {
    width: 1.5em;
    max-width: none;
  }

  .price {
    font-size: 1.4rem;
  }

  .counter-row {
    flex-direction: column;
  }

  .calculator {
    margin-bottom: 0;
    padding-bottom: 0;
  }

  .counter-box {
    margin-bottom: 1rem;
  }

  .price-value {
    margin-left: 0;
    font-size: .7rem;
  }

  .especificacoes {
    border-top-style: none;
    border-left-style: none;
    border-right-style: none;
    border-radius: 0;
    flex-direction: column;
  }

  .t-especificacoes {
    line-height: 14px;
  }

  .p-lp {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .p-lp2 {
    text-align: center;
    padding: 0;
    font-size: 1.3em;
  }

  .p-lp2.s2 {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    font-size: 1.2em;
    line-height: 1.8em;
  }

  .bemvindo {
    font-size: 3em;
  }

  .bemvindo.lp1 {
    text-align: center;
    padding-top: 2em;
    font-size: 1.3em;
  }

  .h-2 {
    font-size: 3em;
  }

  .h-2.lp1 {
    text-align: center;
    padding: 1em;
    font-size: 1.5em;
  }

  .h-2.lp6 {
    text-align: center;
  }

  .image-7 {
    width: 22em;
    padding-bottom: 0;
  }

  .image-7.rodape {
    width: 14em;
    margin-top: 0;
    margin-bottom: -2.3em;
    padding-bottom: 0;
    position: relative;
  }

  .faq-wrap-02 {
    max-width: none;
  }

  .faq-question-02 {
    padding: 20px 1em;
  }

  .plus-minus-wrap {
    width: 30px;
    min-width: 30px;
    height: 30px;
  }

  .faq-question-header {
    font-size: 16px;
    line-height: 24px;
  }

  .faq-answer-wrap-02 {
    padding-left: 50px;
    padding-right: 0;
  }

  .faq-paragraph {
    padding-right: 2em;
  }

  .form {
    text-align: center;
    border-radius: 0;
    margin-top: 0;
    margin-bottom: 95px;
    padding-left: 4em;
    padding-right: 4em;
  }

  .text-field-6 {
    border-bottom-style: none;
  }

  .submit-button-4 {
    color: #a1fd6c;
    padding-top: 2em;
    padding-bottom: 2em;
  }

  .form-2 {
    text-align: center;
  }

  .p-rodape {
    font-size: 3em;
  }

  .p-rodape.lp6 {
    text-align: center;
    font-size: 1em;
  }

  .checkbox-field-2 {
    padding-top: 0;
  }

  .headinig-1-lp {
    font-size: 3em;
  }

  .headinig-1-lp.lp1 {
    text-align: center;
    font-size: 4em;
    line-height: .9em;
  }

  .div-block-40 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    padding-left: 0;
    padding-right: 0;
  }

  .texts-missao {
    text-align: center;
    padding: 4em 0;
  }

  .texts-missao.lp-explicacao {
    padding-top: 2em;
    padding-bottom: 2em;
  }

  .bold-text-24 {
    color: var(--apple-green);
  }

  .lottie-coin._3 {
    top: 153px;
    left: 18%;
  }

  .lottie-coin.cf-1 {
    top: 0%;
  }

  .lottie-coin.cf-2 {
    top: 2%;
  }

  .lottie-coin.cf-3 {
    inset: auto auto 3% 0%;
  }

  .lottie-coin.cf-4 {
    bottom: 2%;
  }

  .coin, .coin._3, .coin.cf-1, .coin.c-f2 {
    width: 6em;
  }

  .image-8 {
    width: 6em;
    max-width: 60%;
  }

  .image-9 {
    margin-top: -6.5em;
    padding-top: 0;
  }

  .checkbox-label {
    font-family: Karla, sans-serif;
    font-size: 1em;
  }

  .heading-como-funciona {
    margin-top: -.5em;
    margin-bottom: 0;
    padding-top: 2.4em;
    padding-bottom: 0;
    font-size: 2em;
  }

  .heading-8 {
    font-size: .9em;
  }

  .barra-form {
    flex-direction: column;
    padding-top: .125em;
  }

  .text-form {
    padding-right: 0;
  }

  .heading-9 {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 6px;
    padding-bottom: 6px;
    font-size: 1em;
    line-height: 22px;
  }

  .nav-link-2 {
    color: #adf161;
    background-color: #030303;
    width: 16em;
    margin-left: 0;
    padding-left: 16px;
    padding-right: 0;
    top: 0;
    left: 0;
  }

  .nav-link-2.pesquisa {
    color: #000;
    background-color: #a1fd6c;
    border-radius: 20px;
    font-weight: 700;
  }

  .nav-link-2.minha-carteira {
    color: #000;
    background-color: #a1fd6c;
    border-radius: 20px;
    margin-left: 0;
    font-weight: 700;
  }

  .navbar-2 {
    width: 10%;
  }

  .logo {
    justify-content: flex-start;
    align-items: center;
    width: auto;
    display: flex;
  }

  .image-11 {
    width: 12em;
    max-width: none;
    display: block;
  }

  .nav-menu-2 {
    background-color: #000;
    justify-content: center;
    align-items: flex-start;
    width: auto;
    margin-top: 60px;
    margin-left: 0;
    padding: 2em;
  }

  .menu {
    width: auto;
  }

  .menu-button {
    float: none;
    clear: left;
  }

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

  .heading-10 {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 6px;
    padding-bottom: 6px;
    font-size: 1em;
    line-height: 22px;
  }

  .heading-11 {
    font-size: .9em;
  }

  .calculator-form {
    margin-bottom: 0;
    padding-bottom: 0;
  }

  .faq-item {
    width: auto;
    padding-bottom: 27px;
  }

  .faq-question {
    background-color: #f5f5f5;
    border-top-style: none;
    border-radius: 30px;
    margin-bottom: 5px;
    padding-left: 0;
    padding-right: 0;
  }

  .faq-answer {
    object-fit: fill;
  }

  .text-block-9:hover {
    color: var(--apple-green);
  }

  .text-block-9:focus, .text-block-9:focus-visible, .text-block-9[data-wf-focus-visible] {
    color: #000;
  }

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

  .cards-produtos {
    flex-direction: column;
    align-items: center;
    padding-top: 0;
    padding-bottom: 0;
  }

  .cards-produtos.line {
    margin-top: 0;
  }

  .card-produto {
    justify-content: center;
    align-items: center;
    width: 100%;
    padding-top: 3.2em;
    padding-bottom: 1em;
    display: flex;
  }

  .header-mp {
    flex-direction: column;
  }

  .mp-left {
    justify-content: center;
    align-items: center;
    padding-right: 0;
    display: flex;
  }

  .mp-right {
    justify-content: center;
    align-items: center;
    width: 80%;
    padding-left: 0;
    display: flex;
  }

  .div-block-43 {
    background-color: var(--green-yellow);
    flex-direction: column-reverse;
    width: 90%;
    padding: 2em 0;
  }

  .image-12 {
    width: 8em;
  }

  .cta-market-place {
    width: auto;
    font-size: 1em;
  }

  .p-card-shop-2 {
    padding-left: 1.1em;
  }

  .faq-question-2 {
    background-color: #f5f5f5;
    border-top-style: none;
    border-radius: 30px;
    margin-bottom: 5px;
    padding-left: 0;
    padding-right: 0;
  }

  .image-14 {
    max-width: 25%;
    height: auto;
    padding-top: 0;
  }

  .text-block-10:hover {
    color: #89c546;
  }

  .text-block-10:focus, .text-block-10:focus-visible, .text-block-10[data-wf-focus-visible] {
    color: #000;
  }

  .image-15 {
    width: 1.5em;
    max-width: none;
  }

  .compartilhar-2 {
    opacity: 1;
    border-bottom: 1px solid #000;
    border-radius: 0;
    justify-content: center;
    padding-bottom: 1em;
  }

  .compartilhar-2.like {
    border-bottom-style: none;
    padding-top: 1em;
  }

  .t-especificacoes-2 {
    line-height: 14px;
  }

  .faq-question-3 {
    background-color: #f5f5f5;
    border-top-style: none;
    border-radius: 30px;
    margin-bottom: 5px;
    padding-left: 0;
    padding-right: 0;
  }

  .image-16 {
    max-width: 25%;
    height: auto;
    padding-top: 0;
  }

  .text-block-11:hover {
    color: #89c546;
  }

  .text-block-11:focus, .text-block-11:focus-visible, .text-block-11[data-wf-focus-visible] {
    color: #000;
  }

  .image-17 {
    width: 1.5em;
    max-width: none;
  }

  .faq-question-4 {
    background-color: #f5f5f5;
    border-top-style: none;
    border-radius: 30px;
    margin-bottom: 5px;
    padding-left: 0;
    padding-right: 0;
  }

  .image-18 {
    max-width: 25%;
    height: auto;
    padding-top: 0;
  }

  .text-block-12:hover {
    color: #89c546;
  }

  .text-block-12:focus, .text-block-12:focus-visible, .text-block-12[data-wf-focus-visible] {
    color: #000;
  }

  .image-19 {
    width: 1.5em;
    max-width: none;
  }

  .faq-question-5 {
    background-color: #f5f5f5;
    border-top-style: none;
    border-radius: 30px;
    margin-bottom: 5px;
    padding-left: 0;
    padding-right: 0;
  }

  .image-20 {
    max-width: 25%;
    height: auto;
    padding-top: 0;
  }

  .text-block-13:hover {
    color: #89c546;
  }

  .text-block-13:focus, .text-block-13:focus-visible, .text-block-13[data-wf-focus-visible] {
    color: #000;
  }

  .image-21 {
    width: 1.5em;
    max-width: none;
  }

  .image-22 {
    max-width: 25%;
    height: auto;
    padding-top: 0;
  }

  .text-block-14:hover {
    color: #89c546;
  }

  .text-block-14:focus, .text-block-14:focus-visible, .text-block-14[data-wf-focus-visible] {
    color: #000;
  }

  .image-23 {
    width: 1.5em;
    max-width: none;
  }

  .image-24 {
    max-width: 25%;
    height: auto;
    padding-top: 0;
  }

  .text-block-15:hover {
    color: #89c546;
  }

  .text-block-15:focus, .text-block-15:focus-visible, .text-block-15[data-wf-focus-visible] {
    color: #000;
  }

  .image-25 {
    max-width: 25%;
    height: auto;
    padding-top: 0;
  }

  .text-block-16:hover {
    color: #89c546;
  }

  .text-block-16:focus, .text-block-16:focus-visible, .text-block-16[data-wf-focus-visible] {
    color: #000;
  }

  .image-26 {
    max-width: 25%;
    height: auto;
    padding-top: 0;
  }

  .text-block-17:hover {
    color: #89c546;
  }

  .text-block-17:focus, .text-block-17:focus-visible, .text-block-17[data-wf-focus-visible] {
    color: #000;
  }

  .image-27 {
    max-width: 25%;
    height: auto;
    padding-top: 0;
  }

  .text-block-18:hover {
    color: #89c546;
  }

  .text-block-18:focus, .text-block-18:focus-visible, .text-block-18[data-wf-focus-visible] {
    color: #000;
  }

  .image-28 {
    max-width: 25%;
    height: auto;
    padding-top: 0;
  }

  .text-block-19:hover {
    color: #89c546;
  }

  .text-block-19:focus, .text-block-19:focus-visible, .text-block-19[data-wf-focus-visible] {
    color: #000;
  }

  .image-29 {
    max-width: 25%;
    height: auto;
    padding-top: 0;
  }

  .text-block-20:hover {
    color: #89c546;
  }

  .text-block-20:focus, .text-block-20:focus-visible, .text-block-20[data-wf-focus-visible] {
    color: #000;
  }

  .image-30 {
    max-width: 25%;
    height: auto;
    padding-top: 0;
  }

  .text-block-21:hover {
    color: #89c546;
  }

  .text-block-21:focus, .text-block-21:focus-visible, .text-block-21[data-wf-focus-visible] {
    color: #000;
  }

  .image-31, .image-32 {
    max-width: 25%;
    height: auto;
    padding-top: 0;
  }
}


@font-face {
  font-family: 'Hurmege ometric sans3';
  src: url('../fonts/HurmeGeometricSans3-Black.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Hurme geometric sans3';
  src: url('../fonts/HurmeGeometricSans3-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Hurme geometric sans3';
  src: url('../fonts/HurmeGeometricSans3-SemiBold.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
  font-display: auto;
}