:root {
  --white100: white;
  --black100: #130501;
  --new-primary-orange-100: #f26144;
  --black70: #130501b3;
  --primary100: #df4113;
  --secondary70: #3b1c48b3;
  --black40: #13050166;
  --new-blue-100: #19759b;
  --primaryprimary10: #df41131a;
  --new-primary-orange-25: #f2614440;
  --primary40: #df411366;
  --primary03: #df411308;
  --primary02: #df411305;
  --secondary03: #3b1c4808;
  --black12: #1305011f;
  --primary25: #df411340;
  --primary05: #df41130d;
  --black02: #13050105;
  --black05: #1305010d;
  --primary70: #df4113b3;
  --secondary100: #3b1c48;
  --white80: #fffc;
  --white10-101: #ffffff1a;
  --new-primary-orange-10-101: #f261441a;
}

.body {
  background-color: var(--white100);
  background-image: linear-gradient(#3b1c4803, #3b1c4803);
  font-family: Nunito, sans-serif;
}

.navbar {
  background-color: #fff;
  height: 80px;
  position: sticky;
  top: 0;
  box-shadow: 0 0 1px #13050124, 0 3px 6px #1305010f;
}

.container.large {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: #e5007e40;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  height: 80px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.brand {
  padding-top: 20px;
  padding-bottom: 20px;
}

.text-heading-1 {
  color: var(--black100);
  text-align: left;
  margin-top: 0;
  margin-bottom: 24px;
  font-family: Montserrat, sans-serif;
  font-size: 32px;
  line-height: 48px;
}

.text-heading-1.mobile {
  max-width: 20ch;
}

.text-heading-1.benefits {
  float: left;
  text-align: left;
  flex: 1;
  align-self: center;
  max-width: 20ch;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 0;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  display: block;
  position: static;
}

.text-heading-1.how-to {
  text-align: center;
  max-width: none;
  margin-bottom: 64px;
}

.text-heading-1.step {
  color: var(--new-primary-orange-100);
  text-align: center;
  width: 96px;
  height: 96px;
  margin-bottom: 0;
  line-height: 96px;
}

.text-heading-1.emoji {
  text-align: center;
  width: 96px;
  height: 96px;
  font-size: 72px;
  line-height: 96px;
}

.text-heading-1.contact-page {
  text-align: left;
  max-width: 19ch;
  margin-top: 96px;
  margin-bottom: 16px;
}

.text-heading-1.pricing {
  color: var(--white100);
}

.text-heading-1.pricing-item-value {
  text-align: center;
}

.text-heading-1.faq-header-text-heading-1 {
  text-align: center;
  margin-bottom: 12px;
  font-weight: 700;
}

.text-heading-1.price-page {
  text-align: center;
  margin-bottom: 16px;
}

.text-heading-1.home-page {
  text-align: center;
  justify-content: center;
  max-width: 25ch;
  margin-bottom: 16px;
  margin-left: 0;
  display: flex;
}

.text-heading-2 {
  color: var(--black100);
  margin-top: 24px;
  margin-bottom: 16px;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
}

.text-heading-2.how-to {
  text-align: center;
  margin-top: 24px;
}

.text-heading-2.pricing-item-title {
  text-align: center;
  margin-top: 0;
  margin-bottom: 8px;
}

.text-heading-2.contact-page {
  margin-top: 0;
  margin-bottom: 8px;
}

.text-heading-3 {
  color: var(--black100);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
}

.text-heading-3.link {
  text-align: left;
  margin-bottom: 8px;
}

.text-heading-3.faq-header-text-heading-3 {
  color: var(--black70);
  text-align: center;
  margin-top: 84px;
  margin-bottom: 12px;
}

.text-heading-3.faq-tag {
  color: var(--primary100);
  display: inline-block;
}

.text-heading-3.faq-item-heading-text {
  flex: 1;
  margin-right: 24px;
  font-weight: 500;
  display: inline-block;
}

.text-heading-3.form-success {
  text-align: left;
  margin-bottom: 8px;
}

.text-link {
  color: var(--black100);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
}

.text-link.on-nav {
  padding: 28px 12px;
}

.text-link.on-nav:hover {
  text-decoration: underline;
}

.text-link.on-nav.w--current {
  color: var(--new-primary-orange-100);
}

.text-body {
  color: var(--black70);
  text-align: left;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  padding-left: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  display: block;
}

.text-body.scroll-effect {
  color: var(--black100);
  margin-left: 16px;
}

.text-body.how-to {
  text-align: center;
  margin-top: 0;
}

.text-body.link {
  text-align: left;
  text-decoration: underline;
}

.text-body.link:hover {
  color: var(--primary100);
}

.text-body.footer-text {
  color: var(--secondary70);
  text-align: left;
  max-width: 68ch;
}

.text-body.footer-text.right {
  text-align: right;
}

.text-body.pricing-item-description {
  text-align: center;
  margin-bottom: 32px;
}

.text-body.pricing-info-text {
  text-align: center;
  max-width: 80ch;
  margin-bottom: 24px;
  margin-left: auto;
  margin-right: auto;
}

.text-body.pricing-info-text.last {
  margin-bottom: 0;
}

.text-body.header-contact-page {
  margin-bottom: 8px;
}

.text-body.header-contact-page.italic {
  color: var(--black40);
  margin-bottom: 16px;
  font-style: italic;
}

.text-body.contact-link {
  color: var(--primary100);
  margin-left: -8px;
  padding: 8px;
}

.text-body.contact-description {
  display: inline-block;
}

.text-body.faq-header-text-body {
  text-align: center;
}

.text-body.contact-additional-text {
  margin-bottom: 48px;
}

.text-body.faq-item-text {
  margin-top: 24px;
  margin-bottom: 8px;
  padding-left: 0;
  padding-right: 0;
  font-size: 16px;
}

.text-body.form-success-paragraph {
  color: var(--black70);
  text-align: left;
  padding-bottom: 24px;
}

.text-body.form-error-text {
  color: var(--primary100);
  text-align: center;
}

.text-body.visa {
  color: var(--black100);
  max-width: 30ch;
  margin-top: 28px;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
  font-weight: 600;
}

.text-body.visa-parapraph {
  max-width: 24ch;
}

.text-body.pricing-highlight {
  color: var(--primary100);
  text-align: center;
  margin-top: 0;
}

.button {
  background-color: var(--primary100);
  color: var(--white100);
  border-radius: 20px;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 8px 16px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  transition: box-shadow .3s ease-out, background-color .3s ease-out;
}

.button:hover {
  background-image: linear-gradient(#c03810, #c03810);
  box-shadow: 0 1px 6px #c0381024;
}

.button.nav {
  background-color: var(--new-primary-orange-100);
  margin-left: 12px;
  font-family: Nunito, sans-serif;
  font-weight: 600;
}

.button.nav:hover {
  background-image: linear-gradient(to bottom, var(--new-blue-100), var(--new-blue-100));
}

.button.nav:active {
  background-color: var(--new-blue-100);
}

.button.cta {
  letter-spacing: 1px;
  border-radius: 24px;
  margin-top: 0;
  margin-bottom: 48px;
  padding: 12px 24px;
  font-family: Nunito, sans-serif;
  font-weight: 700;
}

.button.cta.plan {
  margin-top: 32px;
  margin-bottom: 0;
  overflow: hidden;
}

.button.cta.contact {
  margin-bottom: 24px;
}

.button.cta.contact.off.home {
  color: var(--white100);
  text-align: left;
  border-radius: 24px;
  flex-flow: row;
  place-content: space-around center;
  align-items: center;
  margin-top: 24px;
  margin-left: auto;
  margin-right: auto;
  display: inline-block;
  position: static;
}

.button.cta.float {
  border-radius: 6px;
}

.button.cta.off {
  background-color: var(--new-blue-100);
}

.button.cta.off:hover {
  background-image: linear-gradient(to bottom, var(--new-primary-orange-100), var(--new-primary-orange-100));
}

.button.cta.pricing {
  text-align: center;
  margin-bottom: 24px;
}

.button.cta.pricing.highlight {
  margin-bottom: 16px;
  font-size: 20px;
  font-weight: 700;
}

.icon {
  background-color: var(--primaryprimary10);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  display: flex;
}

.icon.facebook {
  background-color: var(--new-primary-orange-25);
  display: inline-block;
}

.icon.linkedin {
  background-color: var(--new-primary-orange-25);
  margin-right: 16px;
  display: inline-block;
}

.header {
  z-index: 1;
  background-image: linear-gradient(#0000, #f261440d);
  border-radius: 24px;
  margin: 12px;
  padding-top: 20px;
  position: relative;
}

.header.faq-header {
  height: 696px;
}

.header-grid {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.header-image {
  width: 70%;
  max-width: 70%;
  margin-bottom: 80px;
  display: block;
  overflow: auto;
}

.header-image.mobile {
  display: none;
}

.card-visa {
  background-color: var(--white100);
  box-shadow: 0 0 1px 1px var(--primary03), 0 6px 16px 1px #df41130f;
  border-radius: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  max-width: 279px;
  margin-bottom: 48px;
  padding: 24px;
  display: flex;
}

.card-visa.mobile {
  display: none;
}

.scroll-effect {
  align-items: center;
  display: flex;
}

.html-embed {
  display: inline-block;
}

.header-container {
  align-items: center;
  height: 100%;
  display: flex;
}

.large-container {
  height: 100%;
}

.large-container.faq-page {
  max-width: 840px;
}

.benefit-card {
  background-color: #fff;
  border-radius: 24px;
  margin: 24px 12px;
  padding: 24px;
  box-shadow: 0 0 1px #00000024, 0 8px 24px #1305010f;
}

.benefit-card.first {
  margin-left: 0;
  margin-right: 0;
}

.benefit-slide-test {
  width: 297px;
  margin-left: 0;
  margin-right: 24px;
}

.benefit-slide-test.first {
  margin-left: 24px;
}

.slider-test {
  background-color: #0000;
  height: 420px;
  margin-left: -24px;
  margin-right: -24px;
  display: none;
}

.benefit-icon-test {
  background-image: url('../images/img-benefit-shape-first.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  display: flex;
}

.slide-nav-test {
  justify-content: center;
  align-items: center;
  height: 56px;
  padding-top: 0;
  display: flex;
}

.mask-test {
  margin-left: 0;
}

.right-arrow-test {
  background-color: var(--white100);
  border-radius: 24px;
  justify-content: center;
  align-items: center;
  width: 56px;
  height: 56px;
  margin-bottom: -32px;
  margin-right: 24px;
  display: flex;
  inset: auto 0% 0% auto;
}

.right-arrow-test.slide-to-right {
  border-radius: 50%;
  margin-bottom: 0;
  box-shadow: 0 8px 24px #1305010f;
}

.left-arrow-test {
  width: 56px;
  height: 56px;
  inset: auto auto 0% 0%;
}

.left-arrow-test.slide-to-left {
  background-color: var(--white100);
  border-radius: 50%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: 24px;
  display: flex;
  box-shadow: 0 0 1px #13050124, 0 8px 24px #1305010f;
}

.benefits {
  margin-top: 148px;
  margin-bottom: 80px;
}

.benefits-header {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template: "Area"
  / 1.5fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 64px;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  display: grid;
}

.benefits-cards {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 24px;
  display: grid;
}

.benefits-cards.impar {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.benefits-cards.par {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.benefits-card {
  background-color: var(--white100);
  border-radius: 24px;
  padding: 24px;
  box-shadow: 0 0 1px #13050124, 0 8px 24px #1305010f;
}

.benefit-icon {
  background-image: url('../images/img-benefit-shape-first.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  display: flex;
}

.benefit-icon.first, .benefit-icon.second {
  background-image: url('../images/forma2_1forma2.png');
}

.benefit-icon.third {
  background-image: url('../images/img-benefit-shape-fourth.png');
}

.benefit-icon.fourth {
  background-image: url('../images/img-benefit-shape-first.png');
}

.plans {
  grid-column-gap: 0px;
  grid-row-gap: 24px;
  border: 1px solid var(--new-primary-orange-25);
  background-color: var(--primary02);
  background-image: url('../images/bg_cta.png');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  height: 480px;
  margin-top: 160px;
  display: grid;
  position: relative;
}

.plans-content {
  padding-left: 48px;
  padding-right: 48px;
}

.plan-image {
  border-bottom-right-radius: 23px;
  width: 50%;
  margin-top: -48px;
  margin-right: -1px;
  position: absolute;
  inset: 0% 0% auto auto;
}

.plan-image.large, .plan-image.small {
  display: none;
}

.how-to {
  margin-top: 160px;
}

.how-to-content {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-left: 48px;
  padding-right: 48px;
  display: grid;
}

.how-to-content.mobile {
  display: none;
}

.how-to-card {
  box-shadow: none;
  border-radius: 24px;
}

.how-to-card:hover {
  background-color: var(--white100);
  box-shadow: 0 0 1px #13050124, 0 8px 24px #1305010f;
}

.how-to-step {
  background-color: var(--white100);
  border-radius: 12px;
  width: 96px;
  height: 96px;
  margin-bottom: 24px;
  display: block;
  box-shadow: 0 0 1px #1305010a, 0 3px 9px #1305010a;
}

.how-to-card-content {
  border-radius: 24px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: 40px 24px;
  display: flex;
  position: relative;
}

.how-to-dots {
  position: absolute;
  inset: auto -64px auto auto;
}

.how-to-emoji {
  width: 96px;
  height: 96px;
  display: none;
}

.contact-us {
  border: 1px solid var(--primary40);
  background-color: var(--white100);
  background-image: url('../images/img-contactus-bg-default.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 24px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 344px;
  margin-top: 160px;
  display: flex;
}

.contact-us.large {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-color: var(--new-primary-orange-25);
  background-image: url('../images/bg_cta.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  grid-template-rows: auto;
  grid-template-columns: 1fr .75fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.contact-us.large.contact-pricing {
  background-image: url('../images/bg_cta.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: 96px;
  display: flex;
}

.float-button {
  background-color: var(--secondary03);
  display: none;
}

.links {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 1.75fr;
  grid-auto-columns: 1fr;
  place-items: start center;
  margin-top: 120px;
  padding-left: 0;
  padding-right: 0;
  display: grid;
}

.link-block {
  padding: 6px 12px;
  display: inline-block;
}

.link-block.first {
  margin-left: 0;
}

.links-content {
  margin-left: -12px;
  margin-right: -3px;
}

.footer {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--secondary03);
  grid-template-rows: auto;
  grid-template-columns: 2fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 120px;
  padding-top: 32px;
  padding-bottom: 32px;
}

.footer-content {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 2.5fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center start;
  display: grid;
}

.float-button-spacing {
  height: 64px;
  display: none;
}

.social-content {
  margin-top: 48px;
  display: flex;
}

.social-content.tablet {
  align-items: center;
  margin-top: 0;
}

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

.animation-content {
  width: 96px;
  height: 96px;
}

.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: 360px;
  display: flex;
}

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

.heading {
  color: var(--black100);
}

.div-block {
  color: var(--black70);
}

.pricing-organic {
  z-index: -1;
  width: 60%;
  position: absolute;
}

.pricing-header {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: .78fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  height: 640px;
  display: grid;
}

.pricing-gradient {
  z-index: -2;
  background-image: linear-gradient(#df411300, #df41130d);
  border-radius: 24px;
  min-height: 780px;
  margin-top: 12px;
  position: absolute;
  left: 12px;
  right: 12px;
}

.pricing-table {
  grid-column-gap: 0px;
  grid-row-gap: 24px;
  background-color: var(--white100);
  border-radius: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  box-shadow: 0 0 1px #13050124, 0 8px 24px #1305010f;
}

.pricing-column {
  padding: 48px 24px 24px;
  position: relative;
}

.pricing-column.highlight {
  border-right: 1px solid var(--primary25);
  background-color: var(--primary02);
}

.pricing-column.first {
  border-right: 1px solid var(--primary25);
}

.pricing-list-item {
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 0;
  display: flex;
}

.pricing-list-icon {
  background-color: var(--primary05);
  border-radius: 50%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  margin-right: 24px;
  padding: 4px;
  display: flex;
}

.pricing-item-span {
  color: var(--primary100);
}

.pricing-button {
  flex-direction: column;
  justify-content: center;
  margin-top: 48px;
  display: flex;
}

.pricing-button.align-to-bottom {
  margin-left: 24px;
  margin-right: 24px;
  position: absolute;
  inset: auto 0% 24px;
}

.pricing-info {
  margin-top: 96px;
}

.pricing-image {
  background-image: url('../images/img-price-bg.png');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  height: 100%;
}

.pricing-organic-mobile {
  z-index: -1;
  width: 60%;
  display: none;
  position: absolute;
}

.header-grid-contact {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  height: 100%;
  display: grid;
}

.header-contact-link-separator {
  background-color: var(--black12);
  border-radius: 4px;
  width: 4px;
  height: 4px;
  margin-right: 8px;
  display: inline-block;
}

.header-contacts.last {
  margin-top: -8px;
}

.contact-form-block {
  background-color: var(--white100);
  border-radius: 24px;
  height: 100%;
  margin-top: 48px;
  margin-bottom: 48px;
  padding: 24px 24px 0;
  box-shadow: 0 0 1px #df411308, 0 8px 24px #df41130f;
}

.tem-field-label {
  color: var(--black70);
  margin-bottom: 12px;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.tem-text-field {
  border: 1px solid var(--black12);
  background-color: var(--black02);
  color: var(--black40);
  border-radius: 6px;
  height: 56px;
  margin-bottom: 24px;
  padding: 0 16px;
  font-size: 16px;
  line-height: 24px;
}

.tem-text-field:hover {
  border-color: var(--black40);
  color: var(--black100);
}

.tem-text-field:active, .tem-text-field:focus {
  border-color: var(--black70);
  color: var(--black100);
}

.tem-text-field::placeholder {
  color: var(--black70);
}

.tem-text-field.text-area {
  height: auto;
  min-height: 128px;
  padding-top: 16px;
  padding-bottom: 16px;
}

.tem-field-span {
  color: var(--primary100);
}

.tem-form-submit-button {
  background-color: var(--primary100);
  color: #fff;
  border-radius: 24px;
  width: 100%;
  margin-top: 24px;
  margin-bottom: 24px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
}

.div-block-4 {
  flex-direction: row;
  align-items: center;
  width: auto;
  display: flex;
}

.contact-page-bg {
  z-index: 1;
  background-color: var(--white100);
  border-radius: 24px;
  width: 600px;
  height: 600px;
  margin-top: -396px;
  margin-left: auto;
  margin-right: auto;
  padding: 24px;
  position: relative;
  box-shadow: 0 0 1px #df411303, 0 8px 24px #df41130f;
}

.image-2 {
  border-radius: 24px;
}

.faq-wrapper {
  margin-top: 96px;
  padding-left: 24px;
  padding-right: 24px;
}

.faq-wrapper.others {
  margin-top: 72px;
}

.faq-section-tag {
  background-color: var(--primaryprimary10);
  border-radius: 20px;
  margin-bottom: 24px;
  padding: 8px 24px;
  display: inline-block;
}

.faq-tag-separator {
  background-color: var(--primary100);
  border-radius: 4px;
  width: 8px;
  height: 8px;
  margin-right: 16px;
  display: inline-block;
}

.image-3 {
  max-width: 75%;
}

.faq-item {
  cursor: pointer;
  border-radius: 12px;
  align-items: center;
  margin-bottom: 16px;
  padding: 24px 24px 16px;
  box-shadow: 0 0 1px #1305010a, 0 3px 9px #1305010a;
}

.faq-item-head {
  align-items: center;
  display: flex;
}

.faq-item-content {
  overflow: hidden;
}

.social-link {
  width: 32px;
  height: 32px;
  margin-right: 16px;
}

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

.div-block-6 {
  margin-top: 24px;
}

.success-message {
  background-color: #0000;
  height: 100%;
  padding: 0;
}

.div-block-7 {
  border: 1px solid var(--primary40);
  background-color: var(--primary02);
  border-radius: 24px;
  justify-content: center;
  align-items: flex-end;
  height: 312px;
  margin-bottom: 24px;
  padding-top: 24px;
  display: flex;
}

.image-4 {
  height: 100%;
}

.error-message {
  background-color: var(--primary05);
  border-radius: 0 0 24px 24px;
  margin: 24px -24px 0;
  padding: 16px 24px;
}

.home-header-slogan {
  color: var(--primary100);
  margin-bottom: 48px;
  margin-left: 24px;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
}

.faq-link {
  color: var(--primary100);
}

.div-block-8 {
  background-color: var(--black12);
  height: 1px;
  margin-top: 28px;
}

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

.html-embed-2 {
  margin-top: 120px;
}

.image-5 {
  text-align: left;
  align-self: stretch;
  margin-top: 7px;
}

.image-6, .image-7, .image-8 {
  margin-top: 7px;
}

.video {
  z-index: auto;
  box-shadow: 6px 6px 8px 4px var(--black12);
  opacity: 1;
  border: 1px #000;
  border-radius: 0;
  margin-top: 42px;
  position: relative;
  top: 0;
}

.section {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: flex-start;
  margin-top: 61px;
  display: flex;
}

.heading-2 {
  font-family: Montserrat, sans-serif;
}

.benefits-header-2 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: .75fr .5fr;
  grid-auto-columns: 1fr;
  margin-bottom: 64px;
  display: grid;
}

.text-heading-4 {
  color: #130501;
  margin-top: 0;
  margin-bottom: 24px;
  font-family: Montserrat, sans-serif;
  font-size: 32px;
  line-height: 48px;
}

.text-heading-4.benefits {
  max-width: 20ch;
  margin-top: 0;
  margin-bottom: 0;
}

.text-heading-4.mobile {
  color: #fff;
  max-width: 20ch;
  margin-bottom: 28px;
  font-family: Poppins, sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 52px;
}

.text-body-2 {
  color: #130501b3;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.text-body-2.contact-link {
  color: var(--new-primary-orange-100);
  margin-left: -8px;
  padding: 8px;
}

.text-body-2.contact-description {
  margin-right: 8px;
  display: inline-block;
}

.text-body-2.faq-item-text {
  color: #130501b3;
  width: 864px;
  margin-top: 24px;
  margin-bottom: 8px;
  padding-left: 0;
  padding-right: 0;
  font-family: Poppins, sans-serif;
}

.text-body-2.contact-description {
  color: #130501b3;
  display: inline-block;
}

.text-body-2.contact-link {
  color: #f26144;
  margin-left: -8px;
  padding: 8px;
  font-family: Poppins, sans-serif;
  text-decoration: none;
}

.benefits-card-2 {
  background-color: #fff;
  border-radius: 24px;
  padding: 24px;
  box-shadow: 0 0 1px #13050124, 0 8px 24px #1305010f;
}

.text-heading-5 {
  color: #130501;
  margin-top: 24px;
  margin-bottom: 16px;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
}

.text-heading-5.contact-page {
  color: #f16145;
  margin-top: 0;
  margin-bottom: 8px;
  font-family: Poppins, sans-serif;
}

.link-2 {
  color: var(--primary100);
}

.text-span {
  font-size: 11px;
}

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

.link-3 {
  color: var(--primary100);
}

.text-span-3 {
  font-size: 12px;
}

.text-span-4 {
  color: var(--primary100);
  text-decoration: underline;
}

.image-10 {
  object-fit: fill;
  max-width: 100%;
}

.section-2 {
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-11 {
  flex-direction: column;
  align-items: center;
  margin-top: 60px;
  display: flex;
}

.text-heading-1-bold {
  color: var(--black100);
  text-align: center;
  margin-top: 0;
  margin-bottom: 24px;
  font-family: Montserrat, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 48px;
}

.text-heading-1-bold.mobile {
  max-width: 20ch;
}

.text-heading-1-bold.benefits {
  float: left;
  text-align: left;
  flex: 1;
  align-self: center;
  max-width: 20ch;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 0;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  display: block;
  position: static;
}

.text-heading-1-bold.how-to {
  text-align: center;
  max-width: none;
  margin-bottom: 64px;
}

.text-heading-1-bold.step {
  color: var(--primary100);
  text-align: center;
  width: 96px;
  height: 96px;
  margin-bottom: 0;
  line-height: 96px;
}

.text-heading-1-bold.emoji {
  text-align: center;
  width: 96px;
  height: 96px;
  font-size: 72px;
  line-height: 96px;
}

.text-heading-1-bold.contact-page {
  text-align: left;
  max-width: 19ch;
  margin-top: 96px;
  margin-bottom: 16px;
}

.text-heading-1-bold.pricing {
  color: var(--white100);
}

.text-heading-1-bold.pricing-item-value {
  text-align: center;
}

.text-heading-1-bold.faq-header-text-heading-1 {
  text-align: center;
  margin-bottom: 12px;
  font-weight: 700;
}

.text-heading-1-bold.price-page {
  text-align: center;
  margin-bottom: 16px;
}

.text-heading-1-bold.home-page {
  text-align: center;
  justify-content: center;
  max-width: 25ch;
  margin-bottom: 16px;
  margin-left: 0;
  display: flex;
}

.text-block {
  text-align: center;
  margin-top: 20px;
}

.image-table {
  display: block;
}

.image-table.mobile {
  display: none;
}

.header-contact-link-separator-2 {
  background-color: #1305011f;
  border-radius: 4px;
  width: 4px;
  height: 4px;
  margin-right: 8px;
  display: inline-block;
}

.div-block-12 {
  grid-template-columns: 1.75fr 2.25fr;
}

.text-span-5, .text-span-6, .text-span-7 {
  font-size: 12px;
}

.text-span-8 {
  font-size: 10px;
}

.text-span-9 {
  font-size: 12px;
}

.link-4, .link-5, .link-6, .link-7 {
  color: var(--new-primary-orange-100);
}

.button-7 {
  color: #fff;
  background-color: #d4d94c;
  border-radius: 50px;
  padding: 12px 32px;
  font-size: 20px;
  font-weight: 700;
}

.navbar-2 {
  color: #dd5f1305;
  background-color: #fff;
  height: 80px;
  position: sticky;
  top: 0;
  box-shadow: 0 0 1px #13050124, 0 3px 6px #1305010f;
}

.image-11 {
  width: 90%;
  max-width: 100%;
  margin-top: 0;
  display: block;
}

.brand-2 {
  padding-top: 5px;
  padding-bottom: 5px;
}

.brand-2.w--current {
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.column {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  display: flex;
}

.columns {
  width: 278.219vw;
  margin-left: 0;
  margin-right: 0;
}

.text-body-3 {
  color: #575757;
  width: auto;
  height: auto;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  display: block;
}

.text-body-3.visa-parapraph {
  color: #fff;
  text-align: left;
  white-space: pre;
  max-width: none;
  margin-bottom: 20px;
  padding-right: 0;
  font-family: Poppins, sans-serif;
  font-size: 20px;
  font-weight: 500;
  display: block;
  position: static;
}

.line {
  background-color: #b6371e;
  width: 1px;
  max-width: 1px;
  height: 360px;
  margin-top: 50px;
  margin-bottom: 20px;
  overflow: visible;
}

.header-2 {
  z-index: 1;
  color: #19ac900d;
  background-color: #0000;
  background-image: url('../images/Cuidar_hero.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 0;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  height: 600px;
  margin: 0 auto;
  padding-top: 24px;
  padding-bottom: 24px;
  display: flex;
  position: relative;
}

.text-span-10 {
  color: #fff;
}

.text-heading-6 {
  color: #f16145;
  margin-top: 24px;
  margin-bottom: 16px;
  font-family: Poppins, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
}

.div-block-40 {
  flex-direction: column;
  align-items: center;
  width: auto;
  margin-bottom: -200px;
  margin-left: 0;
  display: flex;
  position: fixed;
  inset: auto auto 0% 0%;
}

.text-block-18 {
  color: #b6371e;
  width: auto;
  height: auto;
  transform: rotate(-90deg);
}

.div-block-41 {
  width: auto;
  max-width: none;
  padding-right: 0;
  display: inline-block;
}

.header-container-2 {
  flex-direction: row;
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  max-width: 970px;
  height: 100%;
  padding-left: 100px;
  display: flex;
}

.paragraph-6 {
  color: #fff;
  text-align: center;
  font-family: Poppins, sans-serif;
  font-weight: 500;
}

.div_benefits {
  flex-direction: column;
  align-items: center;
  width: 175px;
  display: flex;
}

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

.text-block-19 {
  color: var(--new-primary-orange-100);
  text-align: center;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 40px;
}

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

.benefits-2 {
  background-color: #ef5f46;
  margin-top: 0;
  padding-top: 80px;
  padding-bottom: 100px;
}

.heading_title {
  color: #fff;
  margin-bottom: 40px;
  font-size: 32px;
  font-weight: 700;
  line-height: 40px;
}

.slider-4 {
  display: none;
}

.image-26 {
  max-width: 10%;
  margin-top: 0;
  margin-bottom: 60px;
}

.image-27 {
  width: 46%;
}

.div-block-45 {
  justify-content: flex-start;
  width: 67%;
  height: auto;
  margin-top: 20px;
  margin-bottom: 20px;
  display: flex;
}

.img_comece_mobile {
  width: auto;
  max-width: 90%;
}

.paragraph-7 {
  color: #130501b3;
  width: 300px;
  height: auto;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}

.button-8 {
  background-color: #d4d94c;
  border-radius: 16px;
  margin-bottom: 60px;
  padding: 12px 60px;
  font-size: 20px;
  font-weight: 700;
}

.container-5 {
  flex-direction: row;
  justify-content: center;
  display: flex;
}

.div-block-44 {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 50%;
  padding-left: 60px;
  display: flex;
}

.image-28 {
  width: 100%;
  max-width: 92%;
  margin-right: 20px;
}

.comece_mobile {
  padding: 60px 40px 0;
  display: none;
}

.image-29 {
  width: 100%;
  max-width: 100%;
}

.div-block-43 {
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  width: 50%;
  display: flex;
}

.image_medicamentos {
  width: auto;
  max-width: 90%;
}

.comece {
  padding: 60px 40px 0;
}

.link-block-6 {
  background-color: #f16145;
  border-radius: 16px;
  justify-content: space-between;
  align-items: center;
  width: 454px;
  height: 44px;
  margin-bottom: 10px;
  padding-left: 16px;
  padding-right: 16px;
  text-decoration: none;
  display: flex;
}

.div-block-46 {
  display: flex;
}

.text-block-21 {
  color: #fff;
  width: auto;
  padding-right: 16px;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 500;
}

.bold-text-3 {
  font-size: 20px;
}

.bold-text {
  font-size: 48px;
}

.heading-7 {
  color: #29325d;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 38px;
  font-weight: 500;
}

.heading-7.bold {
  margin-top: 10px;
  margin-bottom: 10px;
}

.indice {
  background-color: #f5f5f5;
  padding: 100px 40px;
}

.heading-13 {
  color: #f16145;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 24px;
}

.div-block-51 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #f5f5f5;
  border-radius: 16px;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 20px 32px;
  display: grid;
}

.div_block_slider {
  width: 50%;
  margin-top: 0;
  padding-left: 20px;
}

.presencial {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 40px;
  display: flex;
}

.text-span-11 {
  font-family: Poppins, sans-serif;
}

.text-span-12 {
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 32px;
}

.heading_item {
  flex-direction: row;
  align-items: center;
  display: flex;
}

.div-block-58 {
  justify-content: flex-end;
  align-self: flex-end;
  width: 100%;
  display: flex;
}

.heading_slider {
  color: #f16145;
  margin-bottom: 20px;
  font-size: 24px;
  font-weight: 600;
  line-height: 28px;
}

.slider-3 {
  display: none;
}

.heading-8 {
  color: #f16145;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 32px;
  font-weight: 600;
}

.text-span-13 {
  color: #f16145;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.heading-11 {
  color: #f16145;
  font-family: Poppins, sans-serif;
  font-size: 24px;
  font-weight: 500;
}

.busca {
  flex-direction: column;
  align-items: center;
  margin-bottom: 20px;
  display: flex;
}

.image-30 {
  padding-right: 10px;
}

.image-33 {
  transform-style: preserve-3d;
  width: 40px;
  max-width: none;
}

.heading-10 {
  color: #f16145;
  margin-bottom: 20px;
  font-family: Poppins, sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 28px;
}

.div_input_fake {
  background-color: #f5f5f5;
  border-radius: 10px;
  justify-content: space-between;
  align-items: center;
  width: 653.328px;
  padding: 4px;
  display: flex;
}

.text-block-22 {
  color: #130501b3;
  text-align: center;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-weight: 500;
}

.button_input_fake {
  background-color: #f16145;
  border-radius: 10px;
  padding-left: 24px;
  padding-right: 24px;
  font-family: Poppins, sans-serif;
  font-weight: 600;
}

.form {
  display: flex;
}

.heading_trigger {
  color: #130501b3;
  flex-direction: column;
  justify-content: center;
  font-size: 20px;
  font-weight: 500;
  display: flex;
}

.heading_trigger:hover {
  color: #130501b3;
}

.image-31 {
  margin-bottom: 40px;
}

.div-block-57 {
  flex-direction: column;
  align-items: flex-end;
  display: flex;
}

.text-field {
  background-color: #f5f5f5;
  border: 1px #000;
  border-radius: 10px;
  width: 100%;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
}

.text-field:focus-visible, .text-field[data-wf-focus-visible] {
  background-color: #f5f5f5;
}

.consulta-presencial {
  background-color: #0000;
  padding: 100px 40px;
}

.paragraph-8 {
  color: #130501b3;
  margin-bottom: 40px;
  font-family: Poppins, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
}

.image-32 {
  width: 40px;
  max-width: none;
}

.error-message-2 {
  background-color: #0000;
  padding-top: 0;
  padding-bottom: 0;
}

.container_slider_howtouse {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 48px;
  padding-top: 60px;
  display: flex;
}

.button_entrar2 {
  background-color: #d4d94c;
  border-radius: 16px;
  margin-top: 20px;
  padding: 12px 32px;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 700;
}

.div-block-50 {
  flex-direction: row;
  justify-content: center;
  width: 100%;
  display: flex;
}

.div-block-49 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 104px;
  display: flex;
}

.paragraph_slider {
  color: #130501b3;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
}

.text-block-25 {
  margin-bottom: 10px;
}

.text-span-14 {
  color: #f16145;
  font-family: Poppins, sans-serif;
  line-height: 32px;
}

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

.consulta-por-video {
  background-color: #f5f5f5;
  padding: 100px 40px 40px;
}

.container-6 {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
  padding-top: 40px;
  padding-bottom: 20px;
  display: flex;
}

.div-block_text {
  width: 50%;
  margin-top: 0;
  padding-left: 20px;
}

.heading_pronto {
  color: #f16145;
  text-align: left;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Poppins, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 28px;
}

.heading_pronto.pronto2 {
  text-align: left;
}

.img_video {
  margin-bottom: 0;
}

.div_block_img {
  justify-content: center;
  width: 50%;
  margin-top: 0;
  padding-left: 20px;
  display: flex;
}

.img_celular {
  width: 80%;
  max-width: none;
  margin-bottom: 0;
}

.pagar-consulta {
  background-color: #0000;
  padding: 100px 40px 40px;
}

.div_block_img_logos, .div_block_img_note {
  justify-content: center;
  width: 50%;
  margin-top: 0;
  padding-left: 20px;
  display: flex;
}

.heading_pronto2 {
  color: #f16145;
  text-align: left;
  width: 324px;
  margin-top: 0;
  font-family: Poppins, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 28px;
}

.div_block_img_medicamento {
  justify-content: center;
  width: auto;
  margin-top: 0;
  padding-left: 20px;
  display: flex;
}

.img_mockup_cel {
  width: 93%;
  max-width: none;
  margin-bottom: 0;
  margin-right: 20px;
}

.medicamentos {
  background-color: #f5f5f5;
  padding: 100px 40px 40px;
}

.div_block_img_mockup {
  justify-content: center;
  width: 50%;
  margin-top: 0;
  padding-left: 20px;
  display: none;
}

.imh_logo_farma {
  width: 150px;
  max-width: none;
  margin-bottom: 0;
  margin-right: 20px;
}

.container-7 {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
  padding-top: 40px;
  padding-bottom: 20px;
  display: flex;
}

.text-span-15 {
  font-weight: 700;
}

.bold-text-4 {
  color: #f16145;
}

.img_odonto {
  width: 80%;
  max-width: none;
  margin-bottom: 0;
  margin-right: 20px;
}

.odonto {
  background-color: #0000;
  padding: 100px 40px 40px;
}

.paragraph-9 {
  color: #130501b3;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
}

.text-heading-7 {
  color: #130501;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
}

.text-heading-7.faq-item-heading-text {
  color: #130501b3;
  flex: 1;
  margin-right: 24px;
  font-weight: 400;
  display: inline-block;
}

.faq-item-content-2 {
  width: auto;
  overflow: hidden;
}

.perguntas-frequentes {
  background-color: #f5f5f5;
  padding: 100px 40px 40px;
}

.div-block-52 {
  align-items: center;
  display: flex;
}

.faq-item-2 {
  cursor: pointer;
  background-color: #fff;
  border-radius: 12px;
  align-items: center;
  margin-bottom: 16px;
  padding: 16px 24px;
  box-shadow: 0 0 1px #1305010a, 0 3px 9px #1305010a;
}

.container_faq {
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
  padding-top: 40px;
  padding-bottom: 20px;
  display: flex;
}

.arrow_faq {
  transform: rotate(90deg);
}

.text-block-24 {
  color: #13050166;
  margin-bottom: 20px;
}

.text-block-23 {
  color: #13050166;
  text-align: center;
  font-family: Poppins, sans-serif;
}

.text-body-4 {
  color: #130501b3;
  text-align: left;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  padding-left: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  display: block;
}

.text-body-4.header-contact-page {
  margin-bottom: 20px;
  font-family: Poppins, sans-serif;
}

.text-body-4.header-contact-page.italic {
  color: #13050166;
  margin-bottom: 16px;
  font-style: italic;
}

.line_footer {
  background-color: #f26144;
  width: 1px;
  max-width: 1px;
  height: 250px;
  margin-top: 10px;
  margin-bottom: 20px;
}

.footer-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #0000;
  grid-template-rows: auto;
  grid-template-columns: 2fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 0;
  padding-top: 100px;
  padding-bottom: 100px;
}

.footer-content-2 {
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 2.5fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  place-items: flex-start start;
  width: 361px;
  padding: 40px 0 40px 40px;
  display: flex;
}

.conteiner_footer {
  justify-content: center;
  max-width: 1056px;
  display: flex;
}

.div-block-59 {
  align-items: center;
  margin-top: 20px;
  margin-bottom: 20px;
  display: block;
}

.div-block-54 {
  flex-direction: column;
  justify-content: center;
  margin-right: 0;
  display: flex;
}

.divider_footer {
  flex-direction: column;
  align-items: center;
  width: auto;
  margin-bottom: 0;
  margin-left: 20px;
  margin-right: 20px;
  display: flex;
}

.image-19 {
  width: 100px;
  max-width: none;
  margin-bottom: 0;
}

.footer_copy {
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 2.5fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  place-items: center start;
  width: auto;
  padding: 40px;
  display: flex;
}

.header-contact-link-2 {
  text-decoration: none;
}

.navbar_primeiroacesso {
  color: #dd5f1305;
  background-color: #fff;
  height: 80px;
  position: sticky;
  top: 0;
  box-shadow: 0 0 1px #13050124, 0 3px 6px #1305010f;
}

.benefits-2_white {
  background-color: var(--white100);
  margin-top: 0;
  padding-top: 80px;
  padding-bottom: 80px;
}

.container_vidalink {
  border: 2px solid var(--black12);
  background-color: #fff;
  border-radius: 16px;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.div-block_text-2 {
  width: 50%;
  margin-top: 0;
  padding-left: 20px;
}

.paragraph-10 {
  color: #130501b3;
  width: auto;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 28px;
}

.text-block-28 {
  text-decoration: underline;
}

.img_mockup_cel-2 {
  width: 85%;
  max-width: none;
  margin-bottom: 0;
  margin-right: 20px;
}

.text-body-32 {
  color: var(--white100);
  width: auto;
  height: auto;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 28px;
  display: block;
}

.text-body-32.visa-parapraph {
  color: #fff;
  text-align: left;
  white-space: pre;
  max-width: none;
  margin-bottom: -4px;
  padding-right: 0;
  font-family: Poppins, sans-serif;
  font-size: 20px;
  font-weight: 500;
  display: block;
  position: static;
}

.header_credz {
  z-index: 1;
  color: #19ac900d;
  background-color: #0000;
  background-image: url('../images/Img_hero_1Img_hero.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 0;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  height: 600px;
  margin: 0 auto;
  padding-top: 24px;
  padding-bottom: 24px;
  display: flex;
  position: relative;
}

.logo_cuidarmais {
  width: 90%;
  max-width: 100%;
  margin-top: 0;
  display: block;
}

.button_credz {
  color: #fff;
  background-color: #022662;
  border-radius: 50px;
  padding: 12px 32px;
  font-size: 20px;
  font-weight: 700;
}

.text-block_cuida {
  color: var(--white100);
  text-align: center;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 30px;
  font-weight: 400;
  line-height: 40px;
}

.benefits-2_orange {
  background-color: #ef5f46;
  margin-top: 0;
  padding-top: 80px;
  padding-bottom: 0;
}

.div_busca {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 40px;
  display: flex;
}

.presencial-copy {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 40px;
  display: flex;
}

.pronto {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 40px;
  display: flex;
}

.text-span-16, .text-span-17 {
  color: var(--new-primary-orange-100);
}

.text-body_horario {
  color: #130501b3;
  text-align: left;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  padding-left: 0;
  font-family: Nunito, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  display: block;
}

.text-body_horario.header-contact-page {
  margin-bottom: 8px;
  font-family: Poppins, sans-serif;
}

.text-body_horario.header-contact-page.italic {
  color: #13050166;
  margin-bottom: 16px;
  font-style: italic;
}

.contact {
  color: var(--black70);
  margin-bottom: 0;
  padding-top: 8px;
  padding-bottom: 8px;
  font-family: Nunito, sans-serif;
}

.div-block-60 {
  border: 1px none var(--new-primary-orange-100);
  background-image: url('../images/frame_icon2.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: auto;
  border-radius: 16px;
  align-items: center;
  width: 381px;
  height: 151px;
  padding: 16px 32px;
  display: flex;
  position: static;
}

.paragraph-11 {
  padding-left: 92px;
  font-family: Poppins, sans-serif;
  font-size: 16px;
}

.container-10 {
  justify-content: center;
  align-items: center;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

.image-34 {
  z-index: 22;
  clear: none;
  width: auto;
  max-width: none;
  height: auto;
  margin-left: 0;
  margin-right: -44px;
  position: relative;
}

.compre_creditos {
  border: 1px none var(--new-primary-orange-100);
  background-image: url('../images/frame_icon.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: auto;
  border-radius: 16px;
  align-items: center;
  width: 381px;
  height: 151px;
  padding: 16px 32px;
  display: flex;
  position: static;
}

.div-block-61 {
  align-items: flex-start;
  margin-top: 20px;
  margin-bottom: 20px;
  display: flex;
}

.image-35 {
  margin-top: 8px;
}

.paragraph-12 {
  margin-bottom: 0;
  margin-left: 20px;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  line-height: 24px;
}

.text-span-18 {
  font-weight: 500;
}

.text-span-19 {
  color: var(--new-primary-orange-100);
  font-weight: 600;
}

.div-block-62 {
  margin-top: 100px;
  margin-bottom: 100px;
  display: flex;
}

.heading-14 {
  font-family: Montserrat, sans-serif;
  font-size: 24px;
}

.button-9 {
  background-color: #19759b;
  border-radius: 20px;
  padding-left: 32px;
  padding-right: 32px;
  font-size: 16px;
}

.div-block-63 {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 78%;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.image-36 {
  margin-right: 20px;
}

.google {
  width: 71%;
  margin-right: 0;
}

.paragraph-13 {
  width: auto;
  margin-bottom: 20px;
  font-size: 16px;
}

.paragraph-14, .paragraph-15 {
  width: 485.227px;
  margin-bottom: 20px;
  font-size: 16px;
}

.paragraph-16 {
  width: auto;
  font-size: 14px;
}

.paragraph-17 {
  width: 485.227px;
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 14px;
}

.link-block-7 {
  justify-content: flex-start;
  align-items: center;
  width: auto;
  min-width: auto;
  max-width: none;
  padding-right: 0;
  display: flex;
}

.link-block-8 {
  flex: none;
  justify-content: flex-start;
  width: auto;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.div-block-64 {
  width: 458px;
}

.paragraf_comece {
  width: auto;
  margin-bottom: 20px;
  font-size: 16px;
}

.image-37 {
  padding-left: 40px;
}

.img_mobile {
  padding-left: 40px;
  display: none;
}

.link-8, .link-9, .link-10 {
  color: var(--new-primary-orange-100);
}

.faq-item-3 {
  cursor: pointer;
  border-radius: 12px;
  align-items: center;
  margin-bottom: 16px;
  padding: 24px 24px 16px;
  box-shadow: 0 0 1px #1305010a, 0 3px 9px #1305010a;
}

.text-heading-8 {
  color: #130501;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
}

.text-heading-8.faq-item-heading-text {
  flex: 1;
  margin-right: 24px;
  font-weight: 500;
  display: inline-block;
}

.text-body-33 {
  color: #130501b3;
  text-align: left;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  padding-left: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  display: block;
}

.text-body-33.faq-item-text {
  margin-top: 24px;
  margin-bottom: 8px;
  padding-left: 0;
  padding-right: 0;
  font-size: 16px;
}

.faq-item-4 {
  cursor: pointer;
  border-radius: 12px;
  align-items: center;
  margin-bottom: 16px;
  padding: 24px 24px 16px;
  box-shadow: 0 0 1px #1305010a, 0 3px 9px #1305010a;
}

.text-heading-9 {
  color: #130501;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
}

.text-heading-9.faq-item-heading-text {
  flex: 1;
  margin-right: 24px;
  font-weight: 500;
  display: inline-block;
}

.text-body-34 {
  color: #130501b3;
  text-align: left;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  padding-left: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  display: block;
}

.text-body-34.faq-item-text {
  margin-top: 24px;
  margin-bottom: 8px;
  padding-left: 0;
  padding-right: 0;
  font-size: 16px;
}

.faq-item-5 {
  cursor: pointer;
  border-radius: 12px;
  align-items: center;
  margin-bottom: 16px;
  padding: 24px 24px 16px;
  box-shadow: 0 0 1px #1305010a, 0 3px 9px #1305010a;
}

.text-heading-10 {
  color: #130501;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
}

.text-heading-10.faq-item-heading-text {
  flex: 1;
  margin-right: 24px;
  font-weight: 500;
  display: inline-block;
}

.link-block-regulamento {
  padding: 6px 12px;
  display: inline-block;
}

.link-block-regulamento.first {
  margin-left: 0;
  display: none;
}

@media screen and (min-width: 1280px) {
  .body {
    background-image: linear-gradient(#3b1c4803, #3b1c4803);
  }

  .container.large {
    max-width: 1200px;
  }

  .text-heading-1.how-to {
    max-width: none;
  }

  .text-heading-3.link {
    text-align: left;
  }

  .text-heading-3.faq-tag {
    color: var(--new-primary-orange-100);
  }

  .text-body.footer-text {
    text-align: left;
  }

  .text-body.pricing-info-text {
    max-width: 80ch;
  }

  .button.cta.pricing.highlight {
    border-radius: 62px;
    padding-top: 16px;
    padding-bottom: 16px;
    line-height: 30px;
  }

  .header.faq-header {
    background-image: url('../images/img_bg_contact.png');
    background-position: 50%;
    background-size: cover;
  }

  .header-grid {
    flex: 1;
  }

  .header-image {
    width: 80%;
    max-width: 80%;
  }

  .header-container, .large-container {
    max-width: 1200px;
  }

  .benefits-cards {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .benefits-cards.par {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .plans {
    background-color: var(--white100);
    background-image: url('../images/bg_cta.png'), linear-gradient(to bottom, var(--primary02), var(--primary02));
    background-position: 0 0, 0 0;
    background-repeat: no-repeat, repeat;
    background-size: cover, auto;
  }

  .plan-image {
    width: 45%;
    display: none;
  }

  .plan-image.large {
    width: 45%;
    margin-top: -55px;
    display: block;
  }

  .how-to {
    margin-top: 160px;
  }

  .how-to-content {
    padding-left: 96px;
    padding-right: 96px;
  }

  .contact-us.large {
    background-image: url('../images/bg_cta.png');
    background-size: cover;
  }

  .links {
    grid-template-columns: 1.75fr 2fr;
    padding-left: 0;
    padding-right: 0;
  }

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

  .links-content {
    margin-left: -12px;
  }

  .footer-content {
    grid-template-rows: auto;
    grid-template-columns: 2.5fr 1fr;
  }

  .pricing-organic {
    width: 50%;
  }

  .pricing-header {
    grid-template-columns: .52fr 1fr;
  }

  .pricing-column.first {
    padding-bottom: 48px;
  }

  .pricing-organic-mobile {
    width: 50%;
  }

  .contact-form-block {
    margin-left: 48px;
    margin-right: 48px;
  }

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

  .faq-section-tag {
    background-color: var(--new-primary-orange-25);
  }

  .faq-tag-separator {
    background-color: var(--new-primary-orange-100);
  }

  .faq-item {
    background-color: var(--white100);
  }

  .div-block-5 {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
  }

  .faq-link {
    color: var(--new-primary-orange-100);
  }

  .paragraph-4 {
    color: var(--primary100);
    text-align: center;
  }

  .text-heading-4.mobile {
    color: #fff;
    font-weight: 700;
  }

  .link-2 {
    color: var(--new-primary-orange-100);
  }

  .image-9 {
    object-fit: scale-down;
  }

  .link-3 {
    color: var(--new-primary-orange-100);
  }

  .text-heading-1-bold.how-to {
    max-width: none;
  }

  .button-7 {
    font-size: 18px;
  }

  .column {
    justify-content: flex-end;
    display: flex;
  }

  .columns {
    width: 1200px;
    margin-left: 0;
    margin-right: 0;
  }

  .text-body-3.visa-parapraph {
    color: #fff;
    width: 500px;
    max-width: 500px;
    height: auto;
    font-size: 24px;
    font-weight: 500;
    display: inline-block;
  }

  .line {
    color: #0000;
    background-color: #b6371e;
    border: 1px #000;
    justify-content: center;
    width: 1px;
    max-width: 1px;
    height: 360px;
    margin-top: 50px;
    margin-bottom: 20px;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .header-2 {
    align-items: center;
  }

  .text-heading-6 {
    color: #f16145;
    font-size: 32px;
  }

  .div-block-40 {
    flex-direction: column;
    align-items: center;
    width: auto;
    height: auto;
    margin-top: 0;
    margin-bottom: -200px;
    margin-left: 20px;
    display: flex;
    inset: auto auto 0% 0%;
  }

  .text-block-18 {
    color: #b6371e;
    object-fit: fill;
    object-position: 50% 50%;
    display: block;
    position: static;
    transform: rotate(-90deg);
  }

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

  .header-container-2 {
    align-items: center;
    max-width: 1200px;
  }

  .paragraph-6 {
    color: #fff;
    text-align: center;
    font-size: 16px;
    font-weight: 500;
  }

  .div_benefits {
    flex-direction: column;
    align-items: center;
    width: 200px;
    display: flex;
  }

  .container-4 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .text-block-19 {
    color: var(--new-primary-orange-100);
    text-align: center;
    margin-bottom: 10px;
    font-size: 30px;
    font-weight: 700;
    line-height: 40px;
  }

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

  .benefits-2 {
    background-color: #f16145;
    margin-top: -1px;
    padding-top: 80px;
  }

  .heading_title {
    color: #fff;
    text-align: center;
    margin-bottom: 32px;
    font-size: 30px;
    font-weight: 700;
    line-height: 40px;
  }

  .image-26 {
    max-width: 20%;
    margin-bottom: 120px;
  }

  .image-27 {
    margin-bottom: 16px;
  }

  .div-block-44 {
    padding-left: 0;
  }

  .faq-item-2 {
    background-color: #fff;
  }

  .line_footer {
    color: #0000;
    background-color: #f26144;
    border: 1px #000;
    justify-content: center;
    width: 1px;
    max-width: 1px;
    height: 200px;
    margin-top: 10px;
    margin-bottom: 20px;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .footer-content-2 {
    grid-template-rows: auto;
    grid-template-columns: 2.5fr 1fr;
  }

  .divider_footer {
    flex-direction: column;
    align-items: center;
    width: auto;
    height: auto;
    margin-top: 0;
    margin-bottom: 0;
    display: flex;
  }

  .footer_copy {
    grid-template-rows: auto;
    grid-template-columns: 2.5fr 1fr;
  }

  .benefits-2_white {
    background-color: var(--white100);
    margin-top: 0;
    padding-top: 80px;
  }

  .text-body-32.visa-parapraph {
    color: #fff;
    width: 500px;
    max-width: 500px;
    height: auto;
    font-size: 24px;
    font-weight: 500;
    display: inline-block;
  }

  .header_credz {
    align-items: center;
  }

  .button_credz {
    font-size: 18px;
  }

  .text-block_cuida {
    color: var(--white100);
    text-align: center;
    margin-bottom: 10px;
    font-size: 30px;
    font-weight: 700;
    line-height: 40px;
  }

  .benefits-2_orange {
    background-color: var(--new-primary-orange-100);
    margin-top: 0;
    padding-top: 80px;
    padding-bottom: 0;
  }

  .div-block-62 {
    justify-content: center;
    padding-left: 60px;
    padding-right: 60px;
  }

  .div-block-64 {
    width: 50%;
  }

  .image-37 {
    width: 75%;
    max-width: none;
    padding-left: 0;
  }

  .div-block-65 {
    justify-content: center;
    width: 50%;
    display: flex;
  }

  .img_mobile {
    width: 75%;
    max-width: none;
    padding-left: 0;
  }

  .faq-item-3, .faq-item-4, .faq-item-5 {
    background-color: #fff;
  }

  .link-block-regulamento {
    display: inline-block;
  }
}

@media screen and (min-width: 1440px) {
  .line {
    background-color: #b6371e;
  }

  .header-2 {
    height: 650px;
  }

  .div-block-40 {
    margin-left: 40px;
    position: fixed;
    inset: auto auto 0% 0%;
  }

  .text-block-18 {
    color: #d54529;
  }

  .benefits-2 {
    margin-top: -2px;
    padding-bottom: 100px;
  }

  .image-26 {
    max-width: 9%;
    margin-bottom: 60px;
  }

  .button-8 {
    margin-top: 10px;
  }

  .div-block-44 {
    width: 50%;
    padding-left: 0;
  }

  .div_block_slider {
    justify-content: center;
    margin-right: 0;
    display: block;
  }

  .text-span-11 {
    font-size: 24px;
  }

  .heading_trigger {
    flex-direction: column;
  }

  .div-block-57 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .paragraph-8 {
    margin-bottom: 10px;
  }

  .button_entrar2 {
    margin-top: 10px;
  }

  .paragraph_slider {
    margin-bottom: 10px;
  }

  .div-block_text {
    margin-right: 0;
  }

  .heading_pronto {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .div_block_img, .div_block_img_logos, .div_block_img_note {
    justify-content: center;
    margin-right: 0;
    display: flex;
  }

  .heading_pronto2 {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .div_block_img_medicamento {
    justify-content: center;
    margin-right: 0;
    display: flex;
  }

  .div_block_img_mockup {
    justify-content: center;
    margin-right: 0;
    display: none;
  }

  .div-block_text-2 {
    margin-right: 0;
  }

  .paragraph-10 {
    margin-bottom: 10px;
  }

  .header_credz {
    height: 650px;
  }

  .benefits-2_orange {
    padding-bottom: 0;
  }

  .div-block-63 {
    justify-content: flex-start;
    width: 68%;
  }
}

@media screen and (max-width: 991px) {
  .container.large {
    max-width: 100%;
    margin-left: 40px;
    margin-right: 40px;
  }

  .brand {
    padding-left: 24px;
  }

  .text-heading-1.mobile {
    text-align: center;
  }

  .text-heading-1.emoji {
    text-align: center;
    width: 96px;
    height: 96px;
    font-size: 72px;
    line-height: 96px;
  }

  .text-heading-1.contact-page {
    text-align: center;
    max-width: none;
  }

  .text-heading-1.pricing {
    max-width: 20ch;
    margin-top: 96px;
    margin-bottom: 0;
  }

  .text-heading-1.price-page {
    max-width: none;
  }

  .text-heading-1.home-page {
    max-width: 28ch;
    padding-left: 25px;
  }

  .text-heading-2.how-to {
    margin-top: 8px;
  }

  .text-heading-2.contact-page, .text-heading-3.link {
    text-align: center;
  }

  .text-link.on-nav {
    margin-left: 24px;
    margin-right: 24px;
    padding: 13px 0;
  }

  .text-link.on-nav.w--current {
    display: block;
  }

  .text-body.link, .text-body.footer-text, .text-body.footer-text.right {
    text-align: center;
  }

  .text-body.pricing-info-text {
    max-width: 50ch;
  }

  .text-body.header-contact-page, .text-body.contact-additional-text, .text-body.visa-parapraph {
    text-align: center;
  }

  .button.nav {
    margin: 24px;
    display: block;
  }

  .icon {
    background-color: var(--primary100);
    color: #fff;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    display: flex;
  }

  .icon.nav {
    background-color: var(--new-primary-orange-100);
    border-radius: 4px;
  }

  .icon.facebook, .icon.linkedin {
    background-color: var(--primaryprimary10);
    width: 32px;
    height: 32px;
  }

  .menu-button {
    margin-right: 0;
    padding: 20px 24px;
  }

  .menu-button.w--open {
    background-color: #fff;
    margin-right: 0;
  }

  .nav-menu {
    border-top: 1px solid var(--primary40);
    background-color: #fff;
    padding-top: 24px;
    box-shadow: 0 0 1px #13050124, 0 3px 6px #1305010f;
  }

  .header {
    height: auto;
  }

  .header-grid {
    flex-direction: column;
    grid-template-columns: 1fr;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding-left: 12px;
    padding-right: 12px;
    display: flex;
  }

  .header-image {
    display: none;
  }

  .header-image.mobile {
    width: 59.6%;
    margin-top: 84px;
    margin-bottom: 48px;
    display: block;
  }

  .header-cta {
    flex-direction: column;
    align-items: flex-start;
  }

  .card-visa {
    margin-bottom: 24px;
  }

  .scroll-effect {
    display: none;
  }

  .header-container {
    max-width: 100%;
  }

  .benefits {
    margin-top: 108px;
  }

  .benefits-header {
    grid-template-areas: "Area";
  }

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

  .benefits-cards.par {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }

  .plans {
    margin-top: 120px;
  }

  .plan-image {
    display: none;
  }

  .plan-image.large {
    margin-top: -37px;
    display: block;
  }

  .how-to {
    margin-top: 120px;
  }

  .how-to-content.desktop {
    padding-left: 0;
    padding-right: 0;
  }

  .how-to-step {
    margin-bottom: 0;
    display: none;
  }

  .how-to-card-content {
    background-color: var(--white100);
    justify-content: flex-start;
    padding-top: 24px;
    padding-bottom: 24px;
    box-shadow: 0 0 1px #13050124, 0 8px 24px #1305010f;
  }

  .how-to-dots {
    z-index: 1;
    top: 49%;
  }

  .how-to-emoji {
    display: block;
  }

  .contact-us.large {
    background-image: url('../images/img-contactus-bg-default.png');
    background-repeat: no-repeat;
    background-size: cover;
  }

  .float-button {
    display: none;
  }

  .links {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }

  .link-block {
    display: block;
  }

  .links-content {
    margin-left: 0;
  }

  .footer-content {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .social-content {
    justify-content: center;
    margin-top: 24px;
    display: none;
  }

  .social-content.tablet {
    display: flex;
  }

  .header-cta-content {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .pricing-organic {
    width: 65%;
  }

  .pricing-header {
    grid-template-rows: 320px auto;
    grid-template-columns: 1fr;
  }

  .pricing-gradient {
    min-height: 780px;
  }

  .pricing-organic-mobile {
    width: 65%;
  }

  .header-grid-contact {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .header-contacts {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .header-contacts.last {
    align-items: flex-start;
  }

  .contact-form-block {
    margin-bottom: 96px;
    margin-left: 96px;
    margin-right: 96px;
  }

  .div-block-4 {
    display: inline-block;
  }

  .home-header-slogan {
    margin-bottom: 96px;
  }

  .text-heading-4.mobile {
    text-align: left;
    font-size: 32px;
    line-height: 40px;
  }

  .text-body-2.faq-item-text {
    width: auto;
  }

  .text-body-2.contact-description {
    font-size: 14px;
  }

  .text-body-2.contact-link {
    margin-left: 0;
    padding-left: 0;
  }

  .text-heading-5.contact-page, .text-heading-1-bold.mobile {
    text-align: center;
  }

  .text-heading-1-bold.emoji {
    text-align: center;
    width: 96px;
    height: 96px;
    font-size: 72px;
    line-height: 96px;
  }

  .text-heading-1-bold.contact-page {
    text-align: center;
    max-width: none;
  }

  .text-heading-1-bold.pricing {
    max-width: 20ch;
    margin-top: 96px;
    margin-bottom: 0;
  }

  .text-heading-1-bold.price-page {
    max-width: none;
  }

  .text-heading-1-bold.home-page {
    max-width: 28ch;
  }

  .image-table.mobile {
    display: none;
  }

  .brand-2 {
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 24px;
  }

  .columns {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .text-body-3.visa-parapraph {
    text-align: left;
    max-width: none;
  }

  .header-2 {
    height: 450px;
  }

  .header-cta-content-2 {
    flex-direction: column;
    align-items: flex-start;
    display: flex;
  }

  .text-heading-6 {
    text-align: left;
    font-size: 20px;
  }

  .header-container-2 {
    max-width: 100%;
  }

  .paragraph-6 {
    font-size: 12px;
  }

  .div_benefits {
    width: 125px;
  }

  .text-block-19 {
    margin-bottom: 80px;
    font-size: 24px;
    line-height: 32px;
  }

  .div-block-42 {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  }

  .benefits-2 {
    margin-top: 0;
    padding-bottom: 100px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .heading_title {
    font-size: 24px;
    line-height: 32px;
  }

  .image-26 {
    width: 10%;
    max-width: 75%;
    margin-bottom: 60px;
  }

  .img_comece_mobile {
    max-width: 100%;
  }

  .button-8 {
    margin-bottom: 20px;
  }

  .div-block-44 {
    padding-left: 0;
  }

  .comece_mobile {
    display: none;
  }

  .image_medicamentos {
    max-width: 100%;
  }

  .text-block-21 {
    align-items: center;
    font-size: 14px;
    display: flex;
  }

  .presencial {
    align-items: flex-start;
    margin-bottom: 0;
  }

  .heading_item {
    margin-bottom: 20px;
  }

  .heading_slider {
    font-size: 20px;
  }

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

  .busca {
    margin-bottom: 0;
  }

  .heading-10 {
    font-size: 20px;
  }

  .div-block-57 {
    margin-bottom: 20px;
  }

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

  .paragraph_slider {
    font-size: 14px;
  }

  .container-6 {
    margin-bottom: 0;
    padding-top: 20px;
  }

  .heading_pronto {
    text-align: left;
  }

  .container-7 {
    margin-bottom: 0;
    padding-top: 20px;
  }

  .faq-item-2 {
    width: 688px;
  }

  .text-body-4.header-contact-page {
    text-align: center;
  }

  .footer-2 {
    flex-direction: column;
    margin-top: 0;
    padding-top: 40px;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
  }

  .footer-content-2 {
    flex-direction: column;
    grid-template: "."
                   "."
                   / 1fr;
    justify-content: flex-end;
    align-items: flex-start;
    width: 361px;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
    display: flex;
  }

  .conteiner_footer {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: row;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    align-items: center;
    display: flex;
  }

  .div-block-59 {
    flex-direction: column;
    justify-content: center;
    align-self: flex-start;
    align-items: flex-start;
    display: flex;
  }

  .div-block-54 {
    align-items: flex-start;
  }

  .divider_footer {
    margin-left: 0;
    margin-right: 0;
  }

  .image-19 {
    width: auto;
  }

  .footer_copy {
    grid-template: "."
                   "."
                   / 1fr;
    padding-top: 0;
    padding-bottom: 0;
  }

  .benefits-2_white {
    margin-top: 0;
    padding-bottom: 100px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .container_vidalink {
    margin-bottom: 0;
    padding-top: 20px;
  }

  .paragraph-10 {
    font-size: 14px;
  }

  .text-body-32.visa-parapraph {
    text-align: left;
    max-width: none;
  }

  .header_credz {
    height: 450px;
  }

  .text-block_cuida {
    margin-bottom: 0;
    font-size: 24px;
    line-height: 32px;
  }

  .benefits-2_orange {
    margin-top: 0;
    padding-bottom: 0;
    padding-left: 40px;
    padding-right: 40px;
  }

  .div_busca {
    align-items: center;
    margin-bottom: 0;
  }

  .presencial-copy {
    align-items: flex-start;
    margin-bottom: 0;
  }

  .pronto {
    align-items: center;
    margin-bottom: 0;
  }

  .text-body_horario.header-contact-page {
    text-align: center;
  }

  .div-block-60 {
    background-size: cover;
    border-right-style: solid;
    border-radius: 8px;
    width: 350px;
    height: 143px;
  }

  .paragraph-11 {
    margin-bottom: 0;
    padding-bottom: 0;
    padding-left: 56px;
  }

  .container-10 {
    padding-left: 0;
    padding-right: 0;
  }

  .compre_creditos {
    background-image: url('../images/frame_icon2.png');
    background-size: cover;
    border-right-style: solid;
    border-radius: 8px;
    width: 350px;
    height: 143px;
    padding-bottom: 16px;
  }

  .heading-14 {
    line-height: 32px;
  }

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

  .div-block-64 {
    width: 50%;
  }

  .image-37 {
    width: 374px;
  }

  .div-block-65 {
    justify-content: center;
    align-items: center;
    width: 50%;
    display: flex;
  }

  .img_mobile {
    width: 374px;
  }

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

@media screen and (max-width: 767px) {
  .container.large {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-direction: row;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-left: 0;
    margin-right: 0;
    display: flex;
  }

  .text-heading-1.mobile {
    margin-bottom: 48px;
  }

  .text-heading-1.benefits {
    margin-bottom: 24px;
    font-size: 28px;
    line-height: 42px;
    display: flex;
  }

  .text-heading-1.plan, .text-heading-1.how-to {
    font-size: 28px;
    line-height: 42px;
  }

  .text-heading-1.contact-page {
    text-align: center;
    max-width: none;
    margin-top: 48px;
    font-size: 28px;
    line-height: 42px;
  }

  .text-heading-1.pricing {
    text-align: center;
    max-width: 20ch;
    margin: 48px auto;
    font-size: 28px;
    line-height: 42px;
  }

  .text-heading-1.pricing-item-value {
    max-width: none;
  }

  .text-heading-1.faq-header-text-heading-1 {
    text-align: center;
  }

  .text-heading-1.price-page {
    max-width: none;
    margin-top: 48px;
    font-size: 28px;
    line-height: 42px;
  }

  .text-heading-1.home-page {
    max-width: 19ch;
    margin-top: 48px;
    font-size: 28px;
    line-height: 42px;
  }

  .text-heading-3.link {
    text-align: left;
  }

  .text-heading-3.faq-header-text-heading-3 {
    text-align: center;
    margin-top: 72px;
  }

  .text-body {
    display: inline-block;
  }

  .text-body.link {
    text-align: left;
  }

  .text-body.footer-text {
    text-align: left;
    max-width: none;
  }

  .text-body.footer-text.right {
    text-align: left;
  }

  .text-body.pricing-info-text {
    max-width: 40ch;
  }

  .text-body.header-contact-page {
    display: block;
  }

  .text-body.faq-header-text-body {
    text-align: center;
  }

  .button.cta.plan {
    margin-top: 24px;
  }

  .button.cta.contact.off {
    display: block;
  }

  .button.cta.contact.off.home {
    display: none;
  }

  .button.cta.float {
    background-color: var(--new-blue-100);
    text-align: center;
    margin: 8px;
  }

  .button.cta.float:hover {
    background-image: linear-gradient(to bottom, var(--new-primary-orange-100), var(--new-primary-orange-100));
  }

  .button.cta.off {
    display: none;
  }

  .button.cta.pricing {
    margin-bottom: 0;
  }

  .icon.facebook, .icon.linkedin {
    background-color: var(--new-primary-orange-25);
  }

  .menu-button.w--open {
    margin-right: 0;
    padding-left: 24px;
    padding-right: 24px;
  }

  .header.faq-header {
    border-radius: 0;
    height: auto;
    margin: 0;
  }

  .header-image.mobile {
    width: 100%;
  }

  .large-container {
    height: auto;
    padding-left: 24px;
    padding-right: 24px;
  }

  .large-container.faq-page {
    height: auto;
    overflow: hidden;
  }

  .large-container.header-faq {
    height: 429px;
  }

  .benefits {
    margin-top: 84px;
  }

  .benefits-header {
    margin-bottom: 48px;
    display: block;
  }

  .benefits-cards.impar {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .plans {
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
    grid-template-columns: 1fr;
    height: 830px;
    margin-top: 96px;
    display: block;
  }

  .plans-content {
    padding-top: 48px;
    padding-left: 48px;
    padding-right: 48px;
  }

  .plan-image, .plan-image.large {
    display: none;
  }

  .plan-image.small {
    border-bottom-left-radius: 23px;
    width: 100%;
    display: block;
    inset: auto 0% 0%;
  }

  .how-to {
    margin-top: 96px;
  }

  .how-to-content.desktop {
    display: none;
  }

  .how-to-content.mobile {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    padding-left: 64px;
    padding-right: 64px;
    display: grid;
  }

  .how-to-card-content {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .how-to-emoji {
    width: 96px;
    height: 96px;
    margin-bottom: 16px;
    display: block;
  }

  .contact-us.large {
    background-image: linear-gradient(to bottom, var(--primary03), var(--primary03));
    background-position: 0 0;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    height: auto;
    margin-top: 96px;
    padding: 64px 24px;
  }

  .contact-us.large.contact-pricing {
    margin-top: 64px;
  }

  .float-button {
    z-index: 100;
    background-color: var(--white100);
    flex-direction: column;
    display: flex;
    position: fixed;
    inset: auto 0% 0%;
    box-shadow: 0 0 1px #13050124, 0 0 6px #1305010f;
  }

  .links {
    margin-top: 64px;
    padding-left: 0;
    padding-right: 0;
  }

  .links-content {
    margin-left: -12px;
  }

  .footer {
    margin-top: 64px;
  }

  .float-button-spacing {
    display: block;
  }

  .social-content {
    justify-content: flex-start;
  }

  .pricing-organic {
    width: 100%;
    display: none;
  }

  .pricing-header {
    grid-template-rows: auto 344px;
    height: auto;
    margin-top: 0;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    display: block;
  }

  .pricing-table {
    grid-row-gap: 0px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  .pricing-column {
    border-bottom: 1px solid var(--black12);
    padding-top: 24px;
  }

  .pricing-column.last {
    border-bottom-style: none;
  }

  .pricing-column.highlight, .pricing-column.first {
    border-right-style: none;
    border-bottom-color: var(--primary25);
  }

  .pricing-button.align-to-bottom {
    position: static;
  }

  .pricing-image {
    width: auto;
    height: 270px;
    margin-left: 24px;
    margin-right: 24px;
  }

  .pricing-organic-mobile {
    width: 100%;
    display: block;
  }

  .contact-form-block {
    margin-bottom: 48px;
    margin-left: 24px;
    margin-right: 24px;
  }

  .contact-page-bg {
    width: auto;
    max-width: 432px;
    height: auto;
    margin-top: -163px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .image-2 {
    width: 100%;
    height: 100%;
  }

  .faq-wrapper {
    margin-top: 64px;
  }

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

  .home-header-slogan {
    align-self: auto;
    margin-left: 0;
  }

  .benefits-header-2 {
    margin-bottom: 48px;
    display: block;
  }

  .text-heading-4.benefits {
    margin-bottom: 24px;
    font-size: 28px;
    line-height: 42px;
  }

  .text-heading-4.mobile {
    margin-bottom: 48px;
  }

  .benefits-card-2 {
    margin-bottom: 24px;
  }

  .text-heading-5.contact-page {
    text-align: left;
  }

  .text-heading-1-bold.mobile {
    margin-bottom: 48px;
  }

  .text-heading-1-bold.benefits {
    margin-bottom: 24px;
    font-size: 28px;
    line-height: 42px;
    display: flex;
  }

  .text-heading-1-bold.plan, .text-heading-1-bold.how-to {
    font-size: 28px;
    line-height: 42px;
  }

  .text-heading-1-bold.contact-page {
    text-align: center;
    max-width: none;
    margin-top: 48px;
    font-size: 28px;
    line-height: 42px;
  }

  .text-heading-1-bold.pricing {
    text-align: center;
    max-width: 20ch;
    margin: 48px auto;
    font-size: 28px;
    line-height: 42px;
  }

  .text-heading-1-bold.pricing-item-value {
    max-width: none;
  }

  .text-heading-1-bold.faq-header-text-heading-1 {
    text-align: center;
  }

  .text-heading-1-bold.price-page {
    max-width: none;
    margin-top: 48px;
    font-size: 28px;
    line-height: 42px;
  }

  .text-heading-1-bold.home-page {
    max-width: 19ch;
    margin-top: 48px;
    font-size: 28px;
    line-height: 42px;
  }

  .text-block {
    font-size: 12px;
  }

  .image-table {
    display: none;
  }

  .image-table.mobile {
    display: block;
  }

  .navbar-2 {
    flex-direction: row-reverse;
    align-items: center;
    display: block;
  }

  .brand-2 {
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .column {
    align-items: center;
  }

  .columns {
    display: flex;
  }

  .text-body-3 {
    font-size: 16px;
  }

  .text-body-3.visa-parapraph {
    float: none;
    text-align: left;
    display: block;
    position: static;
  }

  .header-2 {
    background-position: 50%;
  }

  .text-heading-6 {
    text-align: left;
  }

  .div-block-40 {
    display: none;
  }

  .div-block-41 {
    display: block;
    position: static;
  }

  .header-container-2 {
    padding-left: 24px;
  }

  .div_benefits {
    width: 100px;
  }

  .container-4 {
    justify-content: center;
  }

  .text-block-19 {
    margin-bottom: 40px;
    font-size: 16px;
    line-height: 24px;
  }

  .div-block-42 {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  }

  .benefits-2 {
    align-items: center;
    margin-top: 0;
    padding: 20px 0;
    display: flex;
  }

  .heading_title {
    margin-bottom: 24px;
    font-size: 16px;
  }

  .div-block-45 {
    justify-content: center;
    width: auto;
  }

  .img_comece_mobile {
    max-width: 104%;
  }

  .paragraph-7 {
    text-align: center;
  }

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

  .div-block-44 {
    align-items: center;
    width: auto;
  }

  .image-28 {
    width: 120px;
    max-width: none;
    height: 35.2109px;
  }

  .comece_mobile {
    flex-direction: row;
    padding-top: 20px;
    display: block;
  }

  .image-29 {
    width: 120px;
    max-width: none;
    height: 35px;
  }

  .div-block-43 {
    color: #f5f5f5;
    background-color: #f5f5f5;
    border-radius: 16px;
    width: auto;
    padding: 20px;
  }

  .comece {
    flex-direction: row;
    display: none;
  }

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

  .indice {
    margin-top: 20px;
    padding-top: 40px;
  }

  .div-block-51 {
    background-color: #0000;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  .div_block_slider, .container-9 {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .presencial {
    align-items: center;
  }

  .text-span-11 {
    font-size: 16px;
  }

  .text-span-12 {
    font-size: 14px;
    line-height: 24px;
  }

  .heading_item {
    flex-direction: column;
  }

  .heading_slider {
    text-align: center;
  }

  .slider-3 {
    background-color: #fffc;
    display: block;
  }

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

  .heading-11 {
    text-align: center;
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 28px;
  }

  .busca {
    margin-top: 10px;
  }

  .image-30 {
    width: 40px;
    max-width: none;
  }

  .image-33 {
    transform: rotateX(0)rotateY(180deg)rotateZ(0);
  }

  .div_input_fake {
    width: auto;
  }

  .heading_trigger {
    text-align: center;
    font-size: 20px;
    line-height: 28px;
  }

  .consulta-presencial {
    padding: 40px 24px;
  }

  .container-8 {
    justify-content: center;
    display: flex;
  }

  .paragraph-8 {
    text-align: center;
    width: auto;
    line-height: 24px;
  }

  .container_slider_howtouse {
    display: none;
  }

  .div-block-49 {
    background-color: #f5f5f5;
    border-radius: 16px;
    height: auto;
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .paragraph_slider {
    text-align: center;
    width: auto;
    line-height: 24px;
  }

  .consulta-por-video {
    flex-direction: column;
    align-items: center;
    padding-top: 40px;
    display: flex;
  }

  .container-6 {
    flex-direction: column-reverse;
    justify-content: space-between;
    align-items: center;
    padding-left: 16px;
    padding-right: 16px;
    display: flex;
  }

  .div-block_text {
    flex-direction: column;
    align-items: center;
    width: auto;
    margin-bottom: 20px;
    padding-left: 0;
    display: flex;
  }

  .heading_pronto {
    text-align: center;
  }

  .img_video {
    margin-bottom: 40px;
  }

  .div_block_img {
    width: auto;
    padding-left: 0;
    display: flex;
  }

  .img_celular {
    margin-bottom: 40px;
  }

  .pagar-consulta {
    padding-top: 40px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .div_block_img_logos {
    width: auto;
    padding-left: 0;
    display: block;
  }

  .div_block_img_note {
    width: auto;
    padding-left: 0;
    display: none;
  }

  .heading_pronto2 {
    text-align: center;
  }

  .div_block_img_medicamento {
    width: auto;
    margin-bottom: 20px;
    padding-left: 0;
  }

  .img_mockup_cel {
    width: 75%;
  }

  .medicamentos {
    margin-left: 0;
    margin-right: 0;
    padding-top: 40px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .div_block_img_mockup {
    width: auto;
    margin-bottom: 20px;
    padding-left: 0;
    display: flex;
  }

  .container-7 {
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    display: flex;
  }

  .img_odonto {
    width: 80%;
    margin-bottom: 20px;
    margin-right: 0;
  }

  .odonto {
    flex-direction: column;
    align-items: center;
    margin-left: 20px;
    margin-right: 20px;
    padding-top: 40px;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .perguntas-frequentes {
    margin-left: 0;
    margin-right: 0;
    padding-top: 40px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .faq-item-2 {
    width: auto;
  }

  .text-body-4 {
    display: inline-block;
  }

  .text-body-4.header-contact-page {
    text-align: left;
    display: block;
  }

  .footer-2 {
    margin-top: 64px;
  }

  .footer-content-2 {
    width: auto;
  }

  .conteiner_footer {
    max-width: none;
  }

  .navbar_primeiroacesso {
    flex-direction: row-reverse;
    align-items: center;
    display: block;
  }

  .benefits-2_white {
    margin-top: 0;
    padding: 40px 24px;
  }

  .container_vidalink {
    flex-direction: column-reverse;
    justify-content: space-between;
    align-items: center;
    display: flex;
  }

  .div-block_text-2 {
    flex-direction: column;
    align-items: center;
    width: auto;
    margin-bottom: 20px;
    padding-left: 0;
    display: flex;
  }

  .paragraph-10 {
    text-align: center;
    width: 50%;
    font-size: 16px;
    line-height: 24px;
  }

  .img_mockup_cel-2 {
    width: 75%;
  }

  .text-body-32 {
    font-size: 16px;
  }

  .text-body-32.visa-parapraph {
    float: none;
    text-align: left;
    display: block;
    position: static;
  }

  .header_credz {
    background-position: 50%;
  }

  .button_credz {
    align-items: center;
    padding-top: 12px;
    padding-bottom: 12px;
    display: flex;
  }

  .text-block_cuida {
    margin-bottom: 40px;
    font-size: 16px;
    line-height: 24px;
  }

  .benefits-2_orange {
    margin-top: 0;
    padding-bottom: 0;
    padding-left: 24px;
    padding-right: 24px;
  }

  .div_busca, .presencial-copy, .pronto {
    align-items: center;
  }

  .text-body_horario {
    display: inline-block;
  }

  .text-body_horario.header-contact-page {
    text-align: left;
    display: block;
  }

  .paragraph-11 {
    padding-left: 64px;
    font-size: 14px;
  }

  .compre_creditos {
    background-image: url('../images/frame_icon.png');
  }

  .div-block-62 {
    flex-direction: column;
  }

  .heading-14 {
    margin-bottom: 20px;
  }

  .paragraph-16 {
    text-align: center;
  }

  .paragraph-17 {
    width: auto;
  }

  .link-block-7, .link-block-8 {
    justify-content: center;
  }

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

  .paragraf_comece {
    text-align: center;
  }

  .image-37 {
    padding-bottom: 40px;
    padding-left: 0;
    display: none;
  }

  .img_mobile {
    padding-bottom: 40px;
    padding-left: 0;
    display: block;
  }

  .text-body-33, .text-body-34 {
    display: inline-block;
  }
}

@media screen and (max-width: 479px) {
  .container.large {
    width: 100%;
    max-width: none;
    height: auto;
    margin-left: 0;
    margin-right: 0;
  }

  .text-heading-1.mobile {
    text-align: center;
    max-width: 13ch;
    margin-left: 0;
    font-size: 28px;
    line-height: 42px;
  }

  .text-heading-1.benefits {
    margin-bottom: 24px;
    font-size: 28px;
    line-height: 42px;
  }

  .text-heading-1.how-to {
    margin-bottom: 48px;
    font-size: 28px;
    line-height: 42px;
  }

  .text-heading-1.contact-page {
    text-align: left;
  }

  .text-heading-1.pricing {
    max-width: none;
    margin-bottom: 0;
  }

  .text-heading-1.faq-header-text-heading-1 {
    max-width: 16ch;
    margin-left: auto;
    margin-right: auto;
  }

  .text-heading-1.price-page {
    margin-top: 0;
  }

  .text-heading-1.home-page {
    max-width: none;
    margin-top: 0;
    padding-left: 0;
  }

  .text-heading-2.contact-page {
    text-align: left;
  }

  .text-body.pricing-info-text {
    text-align: left;
    max-width: none;
  }

  .text-body.header-contact-page {
    text-align: left;
  }

  .text-body.faq-header-text-body {
    display: block;
  }

  .text-body.contact-additional-text {
    text-align: left;
  }

  .text-body.visa {
    text-align: center;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
  }

  .text-body.visa-parapraph {
    text-align: center;
    max-width: 24ch;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .button.cta.contact.off.home {
    display: none;
  }

  .header {
    border-radius: 0;
    margin: 0;
  }

  .header-image.mobile {
    margin-top: 36px;
  }

  .header-cta {
    width: 100%;
  }

  .card-visa {
    grid-template-columns: 1fr 1fr;
    max-width: 100%;
    margin-bottom: 24px;
    display: none;
  }

  .card-visa.mobile {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    width: 320px;
    display: grid;
  }

  .large-container.header-faq {
    height: 429px;
  }

  .benefits {
    margin-top: 84px;
  }

  .benefits-header {
    grid-template-rows: auto;
    grid-template-columns: .75fr 1fr;
    margin-bottom: 48px;
  }

  .benefits-cards {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .benefits-cards.impar {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    display: block;
  }

  .benefits-cards.par {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
    margin-bottom: 0;
  }

  .plans {
    height: 710px;
  }

  .plans-content {
    padding-top: 24px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .plan-image.small {
    width: 100%;
  }

  .how-to-content.mobile {
    padding-left: 0;
    padding-right: 0;
  }

  .how-to-card-content, .contact-us.large {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .contact-us.large.contact-pricing {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .links {
    grid-row-gap: 24px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .social-content.tablet {
    margin-bottom: 8px;
  }

  .pricing-image {
    height: 220px;
  }

  .header-contact-link {
    display: block;
  }

  .header-contact-link-separator {
    display: none;
  }

  .header-contacts {
    align-items: flex-start;
  }

  .header-contacts.last {
    align-items: flex-start;
    margin-top: 24px;
    margin-bottom: 24px;
  }

  .contact-form-block {
    margin-bottom: 24px;
    margin-left: 0;
    margin-right: 0;
  }

  .tem-form-submit-button {
    margin-top: 0;
  }

  .contact-page-bg {
    max-width: none;
    margin-top: -118px;
    margin-left: 24px;
    margin-right: 24px;
    padding: 16px;
  }

  .faq-wrapper {
    padding-left: 0;
    padding-right: 0;
  }

  .paragraph-3 {
    text-align: center;
    margin-bottom: 0;
  }

  .div-block-6, .error-message {
    margin-top: 0;
  }

  .home-header-slogan {
    text-align: center;
    margin-bottom: 24px;
    margin-left: 12px;
  }

  .div-block-8 {
    background-color: var(--black05);
    margin-top: 24px;
  }

  .div-block-8.top {
    margin-top: 0;
    margin-bottom: 24px;
  }

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

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

  .benefits-header-2 {
    grid-template-rows: auto;
    grid-template-columns: .75fr 1fr;
    margin-bottom: 48px;
  }

  .text-heading-4.benefits {
    margin-bottom: 24px;
    font-size: 28px;
    line-height: 42px;
  }

  .text-heading-4.mobile {
    text-align: left;
    align-self: center;
    max-width: none;
    margin-bottom: 10px;
    margin-left: 0;
    font-size: 20px;
    line-height: 24px;
  }

  .text-body-2.faq-item-text {
    font-size: 14px;
  }

  .text-body-2.contact-link {
    padding-top: 4px;
    padding-bottom: 4px;
  }

  .benefits-card-2 {
    margin-bottom: 0;
  }

  .text-heading-5.contact-page {
    text-align: left;
  }

  .image-10 {
    margin-left: 29px;
  }

  .text-heading-1-bold {
    font-size: 24px;
  }

  .text-heading-1-bold.mobile {
    text-align: center;
    max-width: 13ch;
    margin-left: 0;
    font-size: 28px;
    line-height: 42px;
  }

  .text-heading-1-bold.benefits {
    margin-bottom: 24px;
    font-size: 28px;
    line-height: 42px;
  }

  .text-heading-1-bold.how-to {
    margin-bottom: 48px;
    font-size: 28px;
    line-height: 42px;
  }

  .text-heading-1-bold.contact-page {
    text-align: left;
  }

  .text-heading-1-bold.pricing {
    max-width: none;
    margin-bottom: 0;
  }

  .text-heading-1-bold.faq-header-text-heading-1 {
    max-width: 16ch;
    margin-left: auto;
    margin-right: auto;
  }

  .text-heading-1-bold.price-page {
    margin-top: 0;
  }

  .text-heading-1-bold.home-page {
    max-width: none;
    margin-top: 0;
  }

  .header-contact-link-separator-2 {
    display: none;
  }

  .button-7 {
    align-self: center;
    margin-right: 10px;
    padding: 8px 24px;
    font-size: 14px;
  }

  .column-2 {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding-left: 0;
    display: block;
  }

  .navbar-2 {
    flex-direction: column-reverse;
    justify-content: center;
    display: flex;
  }

  .image-11 {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .brand-2 {
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .brand-2.w--current {
    padding-left: 0;
  }

  .text-body-3 {
    font-size: 14px;
    line-height: 24px;
  }

  .text-body-3.visa-parapraph {
    text-align: left;
    font-size: 12px;
    line-height: 18px;
    position: static;
  }

  .header-2 {
    background-position: 50%;
    border-radius: 0;
    flex-direction: row;
    align-items: center;
    width: auto;
    height: 300px;
    margin: 0;
    padding-bottom: 16px;
    padding-left: 16px;
    padding-right: 16px;
    display: flex;
  }

  .header-cta-content-2 {
    flex-direction: column;
    align-items: flex-start;
    width: auto;
    max-width: none;
    margin-left: 0;
    display: block;
  }

  .text-heading-6 {
    text-align: left;
    width: auto;
    max-width: none;
    margin-top: 10px;
    margin-bottom: 20px;
    font-size: 18px;
    line-height: 24px;
  }

  .div-block-41 {
    text-align: center;
    flex-direction: column;
    width: auto;
    display: flex;
  }

  .header-container-2 {
    flex: 1;
    justify-content: flex-start;
    align-items: flex-end;
    max-width: none;
    height: auto;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .slide-3 {
    width: 150px;
  }

  .div_benefits {
    width: 110.969px;
  }

  .container-4 {
    height: 107%;
  }

  .text-block-19 {
    margin-left: 24px;
    margin-right: 24px;
    font-size: 14px;
    font-weight: 600;
    line-height: 22px;
  }

  .div-block-42 {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr 1fr;
    display: none;
  }

  .benefits-2 {
    margin-top: 0;
    padding-top: 40px;
    padding-bottom: 40px;
    display: none;
  }

  .div-block-55 {
    justify-content: center;
    align-items: center;
    width: 150px;
    height: 100%;
    display: flex;
  }

  .left-arrow-2 {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    display: flex;
  }

  .slider-4 {
    -webkit-text-fill-color: inherit;
    background-color: #ef5f46;
    background-clip: content-box;
    flex-direction: column;
    align-items: center;
    width: 100%;
    height: 250px;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .icon-5 {
    margin-right: 10px;
    font-size: 20px;
  }

  .mask {
    width: 100%;
  }

  .icon-4 {
    justify-content: flex-start;
    font-size: 20px;
    display: flex;
  }

  .image-26 {
    width: 48px;
    margin-bottom: 20px;
  }

  .image-27 {
    width: 72%;
  }

  .img_comece_mobile {
    width: auto;
    max-width: 100%;
  }

  .paragraph-7 {
    text-align: left;
    width: auto;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
  }

  .button-8 {
    margin-bottom: 0;
  }

  .container-5 {
    align-items: flex-start;
  }

  .div-block-44 {
    text-align: left;
    align-items: flex-start;
  }

  .comece_mobile {
    padding-top: 0;
    padding-left: 16px;
    padding-right: 16px;
  }

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

  .image_medicamentos {
    width: auto;
    max-width: 100%;
  }

  .link-block-6 {
    width: 100%;
  }

  .text-block-21 {
    padding-right: 10px;
    font-size: 12px;
  }

  .arrow_1 {
    width: 6%;
    max-width: 100%;
  }

  .bold-text {
    font-size: 32px;
  }

  .heading-7 {
    text-align: left;
    font-size: 24px;
    line-height: 32px;
  }

  .indice {
    padding-bottom: 40px;
    padding-left: 16px;
    padding-right: 16px;
  }

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

  .div_block_slider {
    align-items: flex-start;
    width: 75%;
    padding-top: 20px;
    padding-left: 0;
  }

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

  .text-span-12 {
    text-align: left;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .right-arrow {
    justify-content: flex-end;
    display: flex;
  }

  .heading_item {
    align-items: center;
  }

  .div-block-58 {
    margin-top: 20px;
  }

  .heading_slider {
    text-align: left;
  }

  .heading-8 {
    text-align: center;
    font-size: 18px;
    line-height: 26px;
  }

  .heading-11 {
    line-height: 24px;
  }

  .busca {
    margin-bottom: 10px;
  }

  .image-30 {
    width: 30px;
    margin-bottom: 10px;
    padding-right: 0;
  }

  .image-33 {
    display: block;
  }

  .div_input_fake {
    margin-top: 10px;
  }

  .text-block-22 {
    width: 100%;
  }

  .image-31 {
    margin-bottom: 20px;
  }

  .text-field {
    width: auto;
  }

  .consulta-presencial {
    padding-left: 16px;
    padding-right: 16px;
  }

  .paragraph-8 {
    text-align: left;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
  }

  .image-32 {
    display: block;
  }

  .button_entrar2 {
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .left-arrow {
    display: flex;
  }

  .paragraph_slider {
    text-align: left;
    font-family: Montserrat, sans-serif;
    line-height: 22px;
  }

  .consulta-por-video {
    padding-left: 16px;
    padding-right: 16px;
  }

  .container-6 {
    padding-bottom: 0;
  }

  .heading_pronto {
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 24px;
  }

  .heading_pronto.pronto2 {
    font-size: 16px;
    line-height: 24px;
  }

  .div_block_img {
    display: flex;
  }

  .pagar-consulta {
    padding-left: 16px;
    padding-right: 16px;
  }

  .div_block_img_logos {
    display: flex;
  }

  .div_block_img_note {
    display: none;
  }

  .heading_pronto2 {
    width: auto;
    margin-bottom: 20px;
  }

  .div_block_img_medicamento {
    margin-top: 20px;
    margin-bottom: 0;
  }

  .medicamentos {
    width: auto;
    margin-left: 0;
    margin-right: 0;
    padding-bottom: 0;
    padding-left: 16px;
    padding-right: 16px;
  }

  .imh_logo_farma {
    width: 100px;
  }

  .odonto {
    width: auto;
    margin-left: 0;
    margin-right: 0;
    padding-left: 16px;
    padding-right: 16px;
  }

  .paragraph-9 {
    text-align: left;
    font-size: 14px;
    line-height: 22px;
  }

  .text-heading-7.faq-item-heading-text {
    margin-right: 10px;
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
  }

  .perguntas-frequentes {
    width: auto;
    margin-left: 0;
    margin-right: 0;
  }

  .text-body-4.header-contact-page {
    text-align: left;
  }

  .line_footer {
    transform: rotate(0);
  }

  .footer-2 {
    flex-direction: column;
    align-items: flex-start;
    margin-top: 0;
    padding-left: 16px;
    padding-right: 16px;
  }

  .footer-content-2 {
    align-items: center;
    width: auto;
  }

  .conteiner_footer {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-direction: column;
    align-items: center;
    max-width: none;
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-59 {
    align-self: center;
    display: block;
  }

  .div-block-54 {
    align-items: flex-start;
  }

  .divider_footer {
    display: none;
  }

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

  .header-contact-link-2 {
    justify-content: flex-start;
    display: flex;
  }

  .navbar_primeiroacesso {
    flex-direction: column-reverse;
    justify-content: center;
    display: flex;
  }

  .benefits-2_white {
    margin-top: 0;
    padding: 40px 0;
  }

  .container_vidalink {
    flex-direction: column;
    padding-bottom: 10px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block_text-2 {
    padding-top: 20px;
  }

  .paragraph-10 {
    text-align: left;
    width: 100%;
    margin-bottom: 20px;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
  }

  .text-body-32 {
    text-align: left;
    font-size: 12px;
    line-height: 20px;
  }

  .text-body-32.visa-parapraph {
    text-align: left;
    font-size: 12px;
    line-height: 18px;
    position: static;
  }

  .header_credz {
    background-position: 50%;
    border-radius: 0;
    flex-direction: row;
    align-items: center;
    width: auto;
    height: 250px;
    margin: 0;
    padding-bottom: 16px;
    padding-left: 16px;
    padding-right: 16px;
    display: flex;
  }

  .logo_cuidarmais {
    width: 80%;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .button_credz {
    align-self: center;
    margin-right: 10px;
    padding: 8px 24px;
    font-size: 14px;
  }

  .text-block_cuida {
    margin-bottom: 0;
    margin-left: 24px;
    margin-right: 24px;
    font-size: 14px;
  }

  .benefits-2_orange {
    margin-top: 0;
    padding: 40px 0;
  }

  .text-body_horario.header-contact-page {
    text-align: left;
  }

  .div-block-60 {
    width: auto;
    height: auto;
    margin-top: 20px;
  }

  .container-10 {
    flex-direction: column;
  }

  .compre_creditos {
    width: auto;
    height: auto;
  }

  .div-block-61 {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .paragraph-12 {
    font-size: 14px;
  }

  .text-span-19 {
    font-size: 16px;
    font-weight: 500;
  }

  .heading-14 {
    text-align: center;
    width: 72%;
  }

  .google {
    width: 71%;
  }

  .link-block-7 {
    width: 50%;
  }

  .link-block-8 {
    width: 50%;
    margin-left: 0;
    margin-right: 0;
  }

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

  .div-block-65 {
    display: none;
  }
}

#w-node-_95b77326-a8d2-d33b-2f17-a028ac93290a-c7d1b498 {
  align-self: center;
}

#w-node-_7908fce7-b68a-6f57-34ba-eecfb177dd95-c7d1b498 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-eb42745f-7e5f-9251-4cad-bf30aa304775-c7d1b498 {
  grid-area: Area;
}

#w-node-c293b3d0-2594-7f38-1258-abd08b2ebdf4-c7d1b498 {
  align-self: center;
}

#w-node-b9bb5c62-57f9-56a9-c028-d4433201297b-c7d1b498 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-cea4d0f2-5fb1-c7ed-1bcc-dc9b5d1f3ded-c7d1b498, #w-node-c948eaa7-c293-513e-2a30-7433be3ce0c4-c7d1b498, #w-node-d42d2e28-fd31-4c52-f3d1-d6b53884b1b8-c7d1b498 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_48da3f7c-b23d-b8c1-6f8a-f06f5fa94869-c7d1b498 {
  align-self: center;
}

#w-node-_2784303d-7603-9f01-1799-5899a9418f6f-c7d1b498 {
  align-self: start;
}

#w-node-_6e78402d-cc71-3eb0-b462-ccd0fabf0a9d-c7d1b498, #w-node-_4f7170a8-45de-3238-f31d-55b8fc9200fc-c7d1b498, #w-node-ebf076a1-a812-277a-790a-492f5ab816d3-5ab816ce {
  justify-self: center;
}

#w-node-_6e85f493-6a37-886e-2ead-33a1e048b7b8-5ab816ce {
  justify-self: stretch;
}

#w-node-_0364f7bb-b24f-68b9-5299-08752803c5b0-5ab816ce {
  place-self: center;
}

#w-node-bdd35da8-1391-7566-81ed-33d2aaead541-aaead540, #w-node-bdd35da8-1391-7566-81ed-33d2aaead55e-aaead540 {
  justify-self: stretch;
}

@media screen and (min-width: 1280px) {
  #w-node-b9bb5c62-57f9-56a9-c028-d4433201297b-c7d1b498 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-cea4d0f2-5fb1-c7ed-1bcc-dc9b5d1f3ded-c7d1b498, #w-node-c948eaa7-c293-513e-2a30-7433be3ce0c4-c7d1b498 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-ebf076a1-a812-277a-790a-492f5ab816d3-5ab816ce {
    justify-self: stretch;
  }

  #w-node-_6e85f493-6a37-886e-2ead-33a1e048b7b8-5ab816ce {
    justify-self: auto;
  }
}

@media screen and (max-width: 991px) {
  #w-node-eb42745f-7e5f-9251-4cad-bf30aa304775-c7d1b498 {
    grid-area: Area;
  }

  #w-node-b9bb5c62-57f9-56a9-c028-d4433201297b-c7d1b498 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-cea4d0f2-5fb1-c7ed-1bcc-dc9b5d1f3ded-c7d1b498, #w-node-c948eaa7-c293-513e-2a30-7433be3ce0c4-c7d1b498, #w-node-d42d2e28-fd31-4c52-f3d1-d6b53884b1b8-c7d1b498 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-b7db0321-39e2-fdda-a9d3-19bdb7b2e130-5ab816ce, #w-node-ebf076a1-a812-277a-790a-492f5ab816d3-5ab816ce, #w-node-_6e85f493-6a37-886e-2ead-33a1e048b7b8-5ab816ce {
    justify-self: center;
  }
}

@media screen and (max-width: 767px) {
  #w-node-b7db0321-39e2-fdda-a9d3-19bdb7b2e130-5ab816ce, #w-node-ebf076a1-a812-277a-790a-492f5ab816d3-5ab816ce {
    justify-self: center;
  }
}

@media screen and (max-width: 479px) {
  #w-node-b9bb5c62-57f9-56a9-c028-d4433201297b-c7d1b498, #w-node-cea4d0f2-5fb1-c7ed-1bcc-dc9b5d1f3ded-c7d1b498, #w-node-c948eaa7-c293-513e-2a30-7433be3ce0c4-c7d1b498, #w-node-d42d2e28-fd31-4c52-f3d1-d6b53884b1b8-c7d1b498 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-b7db0321-39e2-fdda-a9d3-19bdb7b2e130-5ab816ce {
    justify-self: start;
  }
}


