:root {
  --white100: white;
  --black100: #130501;
  --black70: #130501b3;
  --black40: #13050166;
  --black12: #1305011f;
  --black02: #13050105;
  --black05: #1305010d;
  --red: #d81e05;
  --red-2: #640000;
  --blue: #0133c6;
  --blue4: #000f3d;
  --blue3: #00185f;
  --red2: #e04c38;
  --blue10: #0033c61a;
  --blue2: #00248c;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

.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: #f26144;
  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: #df4113;
  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: #f26144;
}

.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: #df4113;
}

.text-body.footer-text {
  color: #3b1c48b3;
  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: #df4113;
  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: #df4113;
  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: #df4113;
  text-align: center;
  margin-top: 0;
}

.button {
  color: var(--white100);
  background-color: #df4113;
  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: #f26144;
  margin-left: 12px;
  font-family: Nunito, sans-serif;
  font-weight: 600;
}

.button.nav:hover {
  background-image: linear-gradient(#19759b, #19759b);
}

.button.nav:active {
  background-color: #19759b;
}

.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: #19759b;
}

.button.cta.off:hover {
  background-image: linear-gradient(#f26144, #f26144);
}

.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: #df41131a;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  display: flex;
}

.icon.facebook {
  background-color: #f2614440;
  display: inline-block;
}

.icon.linkedin {
  background-color: #f2614440;
  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);
  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;
  box-shadow: 0 0 1px 1px #df411308, 0 6px 16px 1px #df41130f;
}

.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;
  background-color: #df411305;
  background-image: url('../images/bg_cta.png');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: cover;
  border: 1px solid #f2614440;
  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 {
  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: 1px solid #df411366;
  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;
  background-image: url('../images/bg_cta.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #f2614440;
  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: #3b1c4808;
  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: #3b1c4808;
  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 {
  background-color: #df411305;
  border-right: 1px solid #df411340;
}

.pricing-column.first {
  border-right: 1px solid #df411340;
}

.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: #df41130d;
  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: #df4113;
}

.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: 20px;
  font-family: Inter, sans-serif;
  display: flex;
}

.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: #df4113;
}

.tem-form-submit-button {
  color: #fff;
  background-color: #df4113;
  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: column;
  align-items: center;
  width: auto;
  display: flex;
}

.div-block-4.top {
  margin-top: 0;
  margin-right: 20px;
}

.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: #df41131a;
  border-radius: 20px;
  margin-bottom: 24px;
  padding: 8px 24px;
  display: inline-block;
}

.faq-tag-separator {
  background-color: #df4113;
  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 {
  background-color: #df411305;
  border: 1px solid #df411366;
  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: #df41130d;
  border-radius: 0 0 24px 24px;
  margin: 24px -24px 0;
  padding: 16px 24px;
}

.home-header-slogan {
  color: #df4113;
  margin-bottom: 48px;
  margin-left: 24px;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
}

.faq-link {
  color: #df4113;
}

.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: #f26144;
  margin-left: -8px;
  padding: 8px;
}

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

.text-body-2.faq-item-text {
  color: var(--black100);
  width: 864px;
  margin-top: 24px;
  margin-bottom: 8px;
  padding-left: 0;
  padding-right: 0;
  font-family: Inter, sans-serif;
  font-weight: 300;
}

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

.text-body-2.contact-link {
  color: var(--red);
  margin-left: -8px;
  padding: 8px;
  font-family: Inter, sans-serif;
  font-size: 20px;
  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: #df4113;
}

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

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

.link-3 {
  color: #df4113;
}

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

.text-span-4 {
  color: #df4113;
  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: #df4113;
  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: #f26144;
}

.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 {
  width: auto;
  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 {
  align-items: center;
  width: 278.219vw;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.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: var(--red);
  color: #80b1d4;
  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: var(--red);
  margin-top: 24px;
  margin-bottom: 16px;
  font-family: Inter, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 30px;
}

.div-block-40 {
  color: #0095ff;
  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: var(--red);
  -webkit-text-stroke-color: var(--red-2);
  width: auto;
  height: auto;
  transform: rotate(-90deg);
}

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

.header-container-2 {
  color: var(--black02);
  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;
  max-width: 940px;
  display: flex;
}

.text-block-19 {
  color: #f26144;
  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: none;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 10px;
}

.image-27 {
  width: 46%;
}

.div-block-45 {
  justify-content: flex-start;
  width: 100%;
  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: var(--red);
  color: var(--white100);
  text-align: center;
  border-radius: 50px;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 60px;
  padding: 12px 60px;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 300;
}

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

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

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

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

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

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

.image_medicamentos {
  width: 75%;
  max-width: none;
}

.comece {
  background-color: var(--black05);
  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;
  width: 77%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 38px;
  font-weight: 500;
  line-height: 56px;
}

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

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

.heading-13 {
  color: #0063a9;
  text-align: center;
  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: .75fr .5fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-top: 40px;
  padding: 40px;
  display: grid;
}

.div_block_slider {
  background-color: #0063a9;
  border-radius: 24px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 337.07px;
  margin-top: 0;
  padding: 40px 24px;
  display: flex;
}

.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;
  width: 100%;
  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: var(--red);
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  font-family: Inter, sans-serif;
  font-size: 28px;
  font-weight: 400;
}

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

.heading-11 {
  color: #0063a9;
  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: 20px;
}

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

.heading-10 {
  color: var(--white100);
  text-align: center;
  text-transform: none;
  margin-bottom: 20px;
  font-family: Poppins, sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 28px;
}

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

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

.button_input_fake {
  background-color: #0063a9;
  border-radius: 50px;
  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 {
  width: 50px;
  height: 61px;
  margin-bottom: 10px;
}

.image-31.minus {
  width: 69px;
}

.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 {
  background-color: #f5f5f5;
}

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

.consulta-presencial {
  background-color: #0000;
  padding: 100px 24px;
  display: none;
}

.paragraph-8 {
  color: var(--white100);
  text-align: center;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 18px;
  font-weight: 400;
  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 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 48px;
  padding-top: 60px;
  display: flex;
}

.button_entrar2 {
  text-align: center;
  background-color: #0063a9;
  border-radius: 50px;
  width: auto;
  margin-top: 20px;
  padding: 12px 48px;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 700;
}

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

.div-block-49 {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  width: auto;
  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: #0063a9;
  font-family: Poppins, sans-serif;
  line-height: 32px;
}

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

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

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

.div-block_text {
  flex-direction: column-reverse;
  justify-content: flex-end;
  width: 50%;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 60px;
  padding-right: 0;
  display: flex;
}

.div-block_text.esquerda {
  padding-left: 0;
}

.div-block_text.habitos {
  flex-direction: column;
  justify-content: space-between;
}

.div-block_text.atendimento {
  flex-direction: column;
  align-items: flex-start;
  padding-left: 0;
}

.div-block_text.consultaporvideo {
  flex-direction: column;
  width: 60%;
  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 {
  color: #0063a9;
  text-align: left;
  width: 275px;
  margin-top: 40px;
}

.img_video {
  width: 300px;
  margin-bottom: 0;
}

.img_video.bottom {
  display: none;
}

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

.div_block_img.direita {
  justify-content: flex-end;
}

.div_block_img.direita.mobile {
  display: none;
}

.div_block_img.direita.desktop {
  width: 50%;
}

.img_celular {
  border-radius: 20px;
  width: 90%;
  max-width: none;
  margin-bottom: 0;
}

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

.div_block_img_logos, .div_block_img_note {
  justify-content: flex-start;
  width: 50%;
  margin-top: 0;
  padding-left: 0;
  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: 100%;
  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: var(--red);
}

.img_odonto {
  border-radius: 20px;
  width: 50%;
  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: var(--black100);
  flex: 1;
  margin-right: 24px;
  font-family: Inter, sans-serif;
  font-weight: 400;
  display: inline-block;
}

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

.perguntas-frequentes {
  background-color: var(--white100);
  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(0);
}

.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;
  font-weight: 600;
}

.text-body-4.header-contact-page.italic {
  color: #13050166;
  margin-bottom: 16px;
  font-family: Inter, sans-serif;
  font-style: italic;
  font-weight: 400;
}

.line_footer {
  background-color: var(--blue);
  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: #f5f5f5;
  grid-template-rows: auto;
  grid-template-columns: 2fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 0;
  padding-top: 100px;
  padding-bottom: 0;
}

.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: 60px;
  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;
  margin-right: 20px;
}

.image-19.mpfre {
  width: 130px;
}

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

.header-contact-link-2.regulamento {
  display: block;
}

.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: 80px 40px;
}

.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: var(--black05);
  background-color: #0000;
  background-image: url('../images/header.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 {
  background-color: var(--red);
  color: #fff;
  border-radius: 50px;
  padding: 8px 32px;
  font-family: Inter, sans-serif;
  font-size: 20px;
  font-weight: 400;
}

.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;
  max-width: 940px;
  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: #f26144;
}

.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: Inter, sans-serif;
  font-size: 16px;
  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(--red);
  text-align: center;
  margin-bottom: 0;
  padding-top: 8px;
  padding-bottom: 8px;
  font-family: Inter, sans-serif;
  font-size: 12px;
  line-height: 125%;
}

.div-block-60 {
  background-image: url('../images/frame_icon2.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: auto;
  border: 1px #f26144;
  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 {
  background-image: url('../images/frame_icon.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: auto;
  border: 1px #f26144;
  border-radius: 16px;
  align-items: center;
  width: 381px;
  height: 151px;
  padding: 16px 32px;
  display: flex;
  position: static;
}

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

.image-35 {
  margin-top: 0;
}

.paragraph-12 {
  color: var(--black100);
  margin-bottom: 0;
  margin-left: 10px;
  font-family: Inter, sans-serif;
  font-size: 16px;
  line-height: 24px;
}

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

.text-span-19 {
  color: #f26144;
  font-weight: 600;
}

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

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

.vermais_fixo {
  color: #0095ff;
  flex-direction: column;
  align-items: center;
  width: auto;
  margin-bottom: -200px;
  margin-left: 0;
  display: flex;
  position: fixed;
  inset: auto auto 0% 0%;
}

.container-11 {
  width: 100%;
  height: 100%;
}

.container_hero {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  display: flex;
}

.heading-14 {
  color: var(--white100);
  font-family: Inter, sans-serif;
}

.paragraph-13 {
  color: var(--white100);
  width: 500px;
  font-family: Inter, sans-serif;
  font-size: 20px;
  line-height: 125%;
}

.div-block-62 {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 20px 0;
  display: flex;
}

.paragraph-14 {
  color: var(--black100);
  text-align: right;
  width: 71%;
  font-family: Inter, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 125%;
}

.div_grid_benefits {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-radius: 0;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  width: 100%;
  max-width: 940px;
  height: 100%;
  margin-top: 40px;
  display: grid;
}

.div-block-63 {
  background-color: var(--red);
  border-radius: 0 0 18px 18px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  height: 90%;
  margin-top: -1px;
  padding: 16px 24px 24px;
  display: flex;
}

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

.image-36 {
  width: 44px;
  padding-right: 10px;
}

.heading-15 {
  color: var(--white100);
  font-family: Inter, sans-serif;
  font-weight: 400;
}

.text-block-29 {
  color: #e6f0f7;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Inter, sans-serif;
  font-weight: 400;
  overflow: hidden;
}

.div-block-65 {
  border-radius: 20px;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  display: flex;
}

.div-block-66 {
  background-color: var(--black05);
  border-radius: 16px;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: auto;
  margin-right: 16px;
  padding: 24px 16px;
  display: flex;
}

.div-block-66.grid {
  background-color: #0000;
  flex-direction: row;
  padding-left: 0;
  padding-right: 0;
}

.div-block-66.grid2 {
  margin-right: 0;
}

.div-block-66.grid3 {
  background-color: var(--red);
  flex-direction: row;
  padding: 16px 24px;
}

.button-9 {
  background-color: var(--white100);
  color: var(--red);
  text-align: center;
  border-radius: 20px;
  width: 100%;
  font-family: Inter, sans-serif;
  font-weight: 500;
}

.button-9.grid2 {
  background-color: var(--red);
  color: var(--white100);
  font-family: Inter, sans-serif;
}

.button-9.grid3 {
  width: 35%;
}

.txt_grid {
  color: var(--red);
  text-align: center;
  letter-spacing: 0;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Inter, sans-serif;
  font-size: 15px;
  font-weight: 300;
  line-height: 125%;
}

.txt_grid.grid3 {
  color: var(--white100);
  font-size: 14px;
}

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

.image-37 {
  max-width: 100%;
  height: 100%;
}

.image-38 {
  width: 28%;
  max-width: 100%;
  padding-top: 7px;
}

.text-span-21, .text-span-22 {
  font-weight: 700;
}

.div_primeiro_acesso_steps {
  align-items: center;
  margin-top: 5px;
  margin-bottom: 20px;
  display: flex;
}

.text-span-23, .text-span-24 {
  font-weight: 700;
}

.paragraph-12-black {
  color: var(--black70);
  margin-bottom: 0;
  margin-left: 10px;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  line-height: 24px;
}

.text-span-25, .text-span-26, .text-span-27, .text-span-28, .text-span-29 {
  font-weight: 700;
}

.link-block-7 {
  width: auto;
}

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

.link-block-8 {
  width: auto;
}

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

.div_appstore {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  justify-items: center;
  width: auto;
  height: auto;
  margin-top: 20px;
  margin-bottom: 0;
  display: grid;
}

.div_appstore.medicine {
  width: 244px;
  margin-top: 0;
}

.div-block-67 {
  flex-direction: column;
  justify-content: space-between;
  width: 50%;
  height: 100%;
  display: flex;
}

.div-block-49-center {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  display: flex;
}

.text-block-30 {
  color: #0063a9;
  text-align: center;
  width: 100%;
}

.div-block-67-copy {
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
  height: auto;
  display: flex;
}

.paragraph-text {
  color: var(--black100);
  text-align: left;
  margin-bottom: 0;
  margin-right: 0;
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
}

.paragraph-text.tempay {
  width: 400px;
}

.paragraph-text.medicine {
  font-size: 16px;
}

.paragraph-text.mobile {
  display: none;
}

.paragraph-text.desktop {
  margin-bottom: 20px;
  font-family: Inter, sans-serif;
  font-size: 16px;
}

.text-block-31 {
  font-family: Poppins, sans-serif;
  font-size: 16px;
}

.pronto_atendimento {
  background-color: var(--white100);
  padding: 100px 40px 40px;
}

.div-block-68 {
  align-items: flex-start;
  margin-bottom: 24px;
  display: flex;
}

.div-block-68.top {
  margin-top: 0;
  margin-bottom: 0;
}

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

.txt_pronto {
  color: var(--black100);
  text-align: left;
  margin-top: 0;
  margin-bottom: 20px;
  margin-left: 20px;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
}

.txt_pronto.pronto2 {
  color: #0063a9;
  text-align: left;
  margin-top: 40px;
}

.txt_pronto.assitente {
  margin-left: 0;
}

.txt_pronto.habitos {
  margin-bottom: 0;
  font-size: 14px;
}

.txt_pronto.atendimento {
  margin-bottom: 0;
}

.txt_pronto.medicine {
  margin-bottom: 0;
  font-family: Inter, sans-serif;
}

.text-span-31, .text-span-32, .text-span-33, .text-span-34, .text-span-35 {
  font-weight: 700;
}

.heading_pay {
  color: #0063a9;
  margin-top: 0;
  margin-bottom: 20px;
  margin-left: 0;
  font-family: Poppins, sans-serif;
  font-size: 32px;
  font-weight: 600;
}

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

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

.div_block_img_medicamento-2 {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-top: 0;
  padding-left: 0;
  display: flex;
}

.img_mockup_cel-3 {
  width: 85%;
  max-width: none;
  margin-bottom: 0;
  margin-right: 20px;
  position: relative;
  left: -20px;
}

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

.text-span-36 {
  color: #0063a9;
  font-weight: 700;
}

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

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

.div-block_text-3 {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 50%;
  margin-top: 0;
  margin-left: 60px;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 40px;
  display: flex;
}

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

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

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

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

.heading_pronto2-2 {
  color: #0063a9;
  text-align: left;
  width: 100%;
  margin-top: 0;
  margin-bottom: 40px;
  font-family: Poppins, sans-serif;
  font-size: 23px;
  font-weight: 500;
  line-height: 28px;
}

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

.imagem-30 {
  padding-right: 20px;
}

.div-block-69 {
  background-color: #0063a9;
  border-radius: 8px;
  width: 83%;
  margin-bottom: 20px;
  padding: 16px;
}

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

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

.container_invert {
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.titulo_cap {
  background-color: #fff;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  padding: 100px 40px 0;
  display: flex;
}

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

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

.text-span-38 {
  color: #0063a9;
  width: 17%;
  max-width: 100%;
  font-size: 29px;
}

.paragraph-17 {
  color: var(--white100);
  width: auto;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 28px;
}

.img_odonto-2 {
  width: 100%;
  max-width: none;
  margin-bottom: -1px;
  margin-right: 20px;
}

.heading_concorra {
  color: #0063a9;
  text-align: left;
  width: 414px;
  margin-top: 0;
  font-family: Poppins, sans-serif;
  font-size: 40px;
  font-weight: 600;
  line-height: 48px;
}

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

.text-span-39 {
  color: #0063a9;
}

.titulo-cap {
  background-color: var(--white100);
  padding: 100px 40px 0;
  display: none;
}

.div_comoconcorrer {
  align-items: center;
  margin-bottom: 32px;
  display: flex;
}

.div_comoconcorrer.top {
  align-items: center;
  margin-top: 40px;
}

.txt_concorrer {
  color: var(--black70);
  text-align: left;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 20px;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
}

.txt_concorrer.pronto2 {
  color: #0063a9;
  text-align: left;
  margin-top: 40px;
}

.point {
  width: 5px;
}

.checkup {
  background-color: #f5f5f5;
  padding-top: 100px;
  padding-bottom: 60px;
}

.container_checkup {
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.heading_checkup {
  color: var(--black70);
  text-align: left;
  width: 100%;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Poppins, sans-serif;
  font-size: 19px;
  font-weight: 500;
  line-height: 28px;
}

.paragraph-text_disclaimer {
  color: var(--black70);
  text-align: left;
  height: auto;
  margin-top: 0;
  margin-bottom: 20px;
  margin-right: 0;
  font-family: Inter, sans-serif;
  font-size: 8px;
  font-weight: 300;
  line-height: 150%;
}

.block_agendar {
  background-color: #0063a9;
  border-radius: 8px;
  align-items: center;
  width: 100%;
  margin-bottom: 20px;
  padding: 16px;
  display: flex;
}

.paragraph_block_central {
  color: var(--white100);
  flex-direction: column;
  align-items: center;
  width: auto;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 28px;
  display: flex;
}

.text-span-40 {
  font-size: 18px;
}

.text-span-41 {
  font-size: 21px;
  font-weight: 600;
}

.div-block-70 {
  justify-content: flex-end;
  align-items: center;
  width: 92px;
  margin-right: 16px;
  padding: 8px 0;
  display: flex;
}

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

.div-block_central {
  flex-direction: column;
  justify-content: flex-start;
  width: 50%;
  height: auto;
  display: flex;
}

.heading-central {
  color: var(--white100);
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 20px;
}

.text-block_central {
  color: var(--white100);
  text-align: center;
  width: 100%;
  font-family: Poppins, sans-serif;
}

.text-span-42, .text-span-43 {
  font-size: 12px;
}

.heading_contact_footer {
  color: var(--red);
  text-align: left;
  align-items: center;
  margin-top: 0;
  margin-bottom: 20px;
  margin-left: 0;
  padding-left: 0;
  font-family: Inter, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 24px;
  display: block;
}

.heading_contact_footer.header-contact-page {
  margin-bottom: 20px;
  font-family: Poppins, sans-serif;
  font-weight: 600;
}

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

.number_phone {
  color: var(--red);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 125%;
}

.number_phone.contact-link {
  color: #f26144;
  margin-left: -8px;
  padding: 8px;
}

.number_phone.contact-description {
  margin-right: 8px;
  display: inline-block;
}

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

.number_phone.contact-description {
  color: #130501b3;
  display: inline-block;
}

.number_phone.contact-link {
  color: #0063a9;
  margin-left: -8px;
  padding: 8px;
  font-family: Poppins, sans-serif;
  font-size: 20px;
  text-decoration: none;
}

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

.div-block_text-3-copy {
  width: 50%;
  margin-top: 0;
  padding-bottom: 40px;
  padding-left: 0;
  padding-right: 40px;
}

.div-block_central1 {
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
  height: auto;
  display: flex;
}

.div-block-73 {
  background-image: url('../images/plano-familia.png');
  background-position: 50%;
  background-size: cover;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  height: 99%;
}

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

.div_grid_benefits_mobile {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-radius: 0;
  grid-template-rows: auto auto;
  grid-template-columns: 1.5fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  height: 100%;
  margin-top: 40px;
  display: none;
}

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

.img_pronto_mobile {
  display: none;
}

.text-span-46, .text-span-47, .text-span-48 {
  font-weight: 600;
}

.container_invert_mobile {
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  display: none;
}

.txt_disclaimer {
  color: var(--black70);
  text-align: left;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 20px;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
}

.txt_disclaimer.pronto2 {
  color: #0063a9;
  text-align: left;
  margin-top: 40px;
}

.div-block_text_medicamentos {
  width: 50%;
  margin-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.div_block_img_consultas_video {
  justify-content: center;
  width: 33%;
  margin-top: 0;
  padding-left: 0;
  display: flex;
}

.div-block_tit_cap {
  width: 50%;
  margin-top: 0;
  padding-bottom: 40px;
  padding-left: 0;
  padding-right: 40px;
}

.div_contato_mobile {
  display: none;
}

.div-block_app_mobile {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  width: auto;
  height: 104px;
  display: flex;
}

.div_appstore_mobile {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  justify-items: center;
  width: auto;
  height: auto;
  margin-top: 20px;
  margin-bottom: 0;
  display: grid;
}

.img_celular_mobile {
  width: 50%;
  max-width: none;
  margin-bottom: 0;
  display: none;
}

.img_celular_mobile-copy {
  width: 50%;
  max-width: none;
  margin-bottom: 0;
}

.container-12-copy {
  background-color: #f5f5f5;
  border-radius: 20px;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 20px;
  padding: 16px 40px;
  display: flex;
}

.container-12-copy.top {
  background-color: #c4c4c454;
  margin-top: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.div-block-69-copy {
  background-color: #0063a9;
  border-radius: 8px;
  width: 83%;
  margin-bottom: 20px;
  padding: 16px;
}

.txt_concorrer_disclaimer {
  color: var(--black70);
  text-align: left;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 20px;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
}

.txt_concorrer_disclaimer.pronto2 {
  color: #0063a9;
  text-align: left;
  margin-top: 40px;
}

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

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

.section-3 {
  position: fixed;
  inset: auto 2% 2% auto;
}

.arrow_fixed {
  z-index: 999;
  position: fixed;
  inset: auto 5% 2% auto;
}

.text-span-51 {
  font-weight: 600;
}

.img_medicines {
  width: 15%;
  max-width: none;
  margin-bottom: 0;
  margin-right: 20px;
  position: relative;
}

.div_block_img_checkup {
  justify-content: flex-end;
  width: 50%;
  margin-top: 0;
  padding-left: 0;
  display: flex;
}

.div_block_img_checkup_mobile {
  justify-content: flex-start;
  width: 50%;
  margin-top: 0;
  padding-left: 0;
  display: flex;
}

.text-span-52 {
  color: var(--red);
  font-weight: 600;
}

.text-span-53 {
  font-weight: 600;
}

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

.text-span-55, .text-span-56, .text-span-57 {
  font-weight: 600;
}

.div-block-79 {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 42.6016px;
  margin-bottom: 10px;
  padding-bottom: 0;
  display: flex;
}

.div-block-79.grid2 {
  height: auto;
  margin-bottom: 0;
}

.div-block-79.peso {
  flex-direction: column;
  height: auto;
}

.image-48 {
  width: 30%;
  margin-right: 10px;
}

.image-48.grid3 {
  width: 9%;
}

.image-48.grid2 {
  width: 13%;
}

.text-span-58 {
  color: var(--red);
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 700;
}

.text-span-58.medicine {
  font-size: 18px;
}

.text-block-33 {
  color: #fff;
  margin-bottom: 8px;
  font-family: Inter, sans-serif;
  font-size: 16px;
}

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

.div-block-80 {
  margin-left: 16px;
  margin-right: 16px;
}

.text-span-60 {
  font-weight: 600;
}

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

.text-span-62 {
  color: var(--red);
  font-weight: 700;
}

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

.text-span-64 {
  font-weight: 600;
}

.text-span-65, .text-span-66, .text-span-67, .text-span-68, .text-span-69 {
  font-weight: 700;
}

.text-span-70 {
  color: var(--red);
  font-weight: 700;
}

.section_saudedamulher {
  padding-top: 100px;
  padding-bottom: 40px;
}

.container_saudedamulher {
  display: flex;
}

.div-block-81 {
  align-items: flex-end;
  width: 50%;
  height: auto;
  display: flex;
}

.div-block-82 {
  width: 59%;
  height: auto;
}

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

.image-49 {
  width: 75%;
  max-width: none;
  margin-top: 40px;
  margin-left: auto;
  margin-right: 46px;
}

.image-49.desktop {
  width: 85%;
}

.div-block-83 {
  flex-direction: row;
  justify-content: flex-end;
  display: flex;
}

.div-block-83.mobile {
  display: none;
}

.button-10 {
  background-color: var(--red);
  border-radius: 50px;
  padding-left: 24px;
  padding-right: 24px;
}

.div-block-84 {
  justify-content: flex-end;
  width: auto;
  display: flex;
}

.div-block-84.mobile {
  display: none;
}

.paragraph-18 {
  color: var(--black100);
  margin-top: 40px;
  font-family: Inter, sans-serif;
  font-size: 16px;
  line-height: 150%;
}

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

.paragraph-19 {
  margin-top: 24px;
  margin-bottom: 24px;
  font-family: Inter, sans-serif;
  font-size: 16px;
  line-height: 150%;
}

.div-block-85 {
  align-items: center;
  margin-bottom: 32px;
  display: flex;
}

.div-block-85.bg {
  background-color: var(--red);
  border-radius: 16px;
  width: 85%;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 24px;
  display: flex;
}

.div-block-85.bg._2 {
  flex-direction: column;
  align-items: flex-start;
  width: 72%;
  margin-top: 20px;
  margin-bottom: 0;
}

.paragraph-20 {
  color: var(--black100);
  width: 70%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
}

.paragraph-20.white {
  color: var(--white100);
  width: auto;
}

.paragraph-20.white.number {
  margin-top: 20px;
}

.image-50 {
  margin-right: 0;
}

.image-50.white {
  width: 80%;
  margin-right: 20px;
}

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

.div-block-86 {
  justify-content: center;
  align-items: center;
  width: 70px;
  display: flex;
}

.img_educando {
  border-radius: 20px;
  width: 75%;
  max-width: none;
  margin-bottom: 0;
}

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

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

.img_habitos {
  border-radius: 20px;
  width: 351px;
  max-width: none;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: 0;
}

.div-block-84-copy {
  justify-content: flex-end;
  width: 329px;
  display: flex;
}

.txt_pronto-copy {
  color: var(--black100);
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
}

.txt_pronto-copy.pronto2 {
  color: #0063a9;
  text-align: left;
  margin-top: 40px;
}

.txt_pronto-copy.bottom {
  margin-top: 20px;
}

.div-block_habitos {
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  display: flex;
}

.div-block_habitos.top {
  margin-top: 20px;
  margin-left: 0;
}

.text-block-34 {
  color: var(--black100);
  margin-top: 20px;
  font-family: Inter, sans-serif;
}

.div-block_text_medicine {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 50%;
  margin-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 40px;
  display: flex;
}

.app_medicine {
  width: 100%;
}

.link-block-10 {
  background-color: var(--red);
  color: var(--white100);
  border-radius: 50px;
  justify-content: space-between;
  align-items: center;
  width: auto;
  height: 40px;
  padding-left: 24px;
  padding-right: 24px;
  text-decoration: none;
  display: flex;
}

.image-51 {
  margin-right: 10px;
}

.assistente-digital {
  background-color: var(--white100);
  padding: 100px 40px 40px;
}

.educando-com-afeto {
  background-color: #f5f5f5;
  padding: 100px 40px;
}

.acolhimento {
  background-color: #f5f5f5;
  padding-top: 100px;
  padding-bottom: 60px;
}

.div-block-84-desktop {
  justify-content: flex-end;
  width: 329px;
  display: flex;
}

.div-block-84-mobile {
  justify-content: flex-end;
  width: 329px;
  display: none;
}

.img_celular_desktop {
  width: 50%;
  max-width: none;
  margin-bottom: 0;
  display: none;
}

.div-block_educando {
  flex-direction: row-reverse;
  justify-content: space-between;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 0;
  padding-left: 60px;
  padding-right: 0;
  display: flex;
}

.text-span-75 {
  color: var(--red);
}

.div-block-87 {
  width: 1px;
  height: 1px;
}

.text-span-77 {
  color: var(--red);
  font-weight: 600;
}

.text-span-78, .text-span-79, .text-span-80, .text-span-81 {
  font-weight: 600;
}

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

.text-span-83, .text-span-84, .text-span-85 {
  font-weight: 600;
}

.heading-18 {
  color: var(--red);
  font-family: Inter, sans-serif;
  font-size: 20px;
  font-weight: 400;
  display: block;
}

.button_entrar2-2 {
  background-color: var(--red);
  text-align: center;
  border-radius: 50px;
  width: auto;
  margin-top: 10px;
  padding: 12px 48px;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.text-span-86 {
  color: var(--red);
  text-transform: uppercase;
  font-family: Poppins, sans-serif;
  font-weight: 600;
}

.image-52 {
  margin-right: 10px;
}

.div_block_img_medicamento-3 {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-top: 0;
  padding-left: 0;
  display: flex;
}

.text-block-37 {
  font-family: Inter, sans-serif;
  font-weight: 500;
}

.link-block-11 {
  color: #fff;
  background-color: #1bb99a;
  border-radius: 50px;
  justify-content: space-between;
  align-items: center;
  width: auto;
  height: 40px;
  padding-left: 24px;
  padding-right: 24px;
  font-family: Inter, sans-serif;
  font-weight: 500;
  text-decoration: none;
  display: flex;
}

.link-block-11.agendamento {
  background-color: var(--red);
  height: 32px;
}

.link-block-11.top {
  background-color: #1bb99a;
}

.link-block-11.top.agendamento {
  background-color: var(--red);
  height: 32px;
}

.como-pagar {
  background-color: var(--black05);
  padding: 100px 40px 40px;
}

.text-span-88 {
  font-weight: 600;
}

.paragraph-21 {
  color: #130501;
  margin-top: 20px;
  font-family: Inter, sans-serif;
  font-size: 16px;
  line-height: 150%;
}

.text-span-89, .text-span-90 {
  font-weight: 600;
}

.heading-19 {
  color: var(--red);
  font-family: Inter, sans-serif;
  font-size: 32px;
  font-weight: 600;
}

.div-block-88 {
  justify-content: flex-end;
  width: auto;
  display: flex;
}

.div-block-88.mobile {
  display: none;
}

.text-span-87, .text-span-91 {
  font-weight: 600;
}

.div-block-89 {
  flex-direction: column;
  justify-content: center;
  width: 50%;
  height: auto;
  display: flex;
}

.text-span-red {
  color: var(--red);
  font-weight: 600;
}

.text-span-red.medicine {
  font-size: 18px;
}

.text-span-101 {
  font-weight: 600;
}

.autorizador {
  width: 33%;
}

.text-span-103 {
  font-weight: 600;
}

.text-block-39 {
  text-decoration: none;
}

.text-span-102 {
  font-weight: 600;
}

.text-block-40 {
  text-decoration: none;
}

.div-block-90 {
  width: 33%;
}

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

.txt_pronto-2 {
  color: #130501;
  text-align: left;
  align-self: auto;
  width: 408px;
  margin: 0 auto -15px 14px;
  padding-right: 42px;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
}

.txt_pronto-2.medicine-copy {
  width: 76%;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 20px;
}

.text-span-104 {
  font-size: 26px;
  font-weight: 500;
}

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

.section_consultas {
  padding-top: 100px;
  padding-bottom: 40px;
}

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

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

.image-54 {
  display: none;
}

.bold-text-6 {
  color: var(--red);
}

.section_consulta-por-video {
  background-color: #fff;
  padding: 100px 40px 40px;
}

.image-55 {
  margin-bottom: 20px;
}

.link-9 {
  color: var(--red);
  font-family: Inter, sans-serif;
  font-weight: 600;
}

.solicitar-agendamento {
  background-color: #fff;
  padding: 100px 40px 40px;
}

.text-block-41 {
  color: var(--red);
  margin-top: 20px;
  font-family: Inter, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 150%;
}

.img_odonto-3 {
  border-radius: 20px;
  width: 325px;
  max-width: none;
  margin-bottom: 0;
  margin-right: 20px;
}

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

.div-block_text-4 {
  flex-direction: column-reverse;
  justify-content: flex-end;
  width: 50%;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 60px;
  padding-right: 0;
  display: flex;
}

.div-block_text-4.atendimento {
  flex-direction: column;
  align-items: flex-start;
  padding-left: 0;
}

.div-block-92 {
  align-items: flex-start;
  margin-bottom: 24px;
  display: flex;
}

.div-block-92.top {
  margin-top: 0;
  margin-bottom: 0;
}

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

.heading_item-3 {
  flex-direction: row;
  align-items: center;
  width: 100%;
  display: flex;
}

.image-56 {
  padding-right: 20px;
}

.txt_pronto-3 {
  color: #130501;
  text-align: left;
  margin-top: 0;
  margin-bottom: 20px;
  margin-left: 20px;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
}

.txt_pronto-3.atendimento {
  margin-bottom: 0;
}

.heading-20 {
  color: #d81e05;
  width: 100%;
  margin-top: 0;
  margin-bottom: 20px;
  margin-left: 0;
  font-family: Inter, sans-serif;
  font-size: 31px;
  font-weight: 400;
}

.pronto_atendimento-2 {
  background-color: var(--black05);
  padding: 100px 40px 40px;
}

@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: #f26144;
  }

  .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(#df411305, #df411305);
    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: #f2614440;
  }

  .faq-tag-separator {
    background-color: #f26144;
  }

  .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: #f26144;
  }

  .paragraph-4 {
    color: #df4113;
    text-align: center;
  }

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

  .text-body-2.contact-link {
    font-family: Montserrat, sans-serif;
    font-size: 18px;
  }

  .link-2 {
    color: #f26144;
  }

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

  .link-3 {
    color: #f26144;
  }

  .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 {
    background-color: var(--red-2);
    color: #0000;
    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: var(--red);
    font-size: 32px;
    line-height: 125%;
  }

  .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: var(--red-2);
    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: #f26144;
    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: 100%;
    margin-bottom: 0;
  }

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

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

  .heading-7 {
    width: 67%;
  }

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

  .div-block-51 {
    align-items: center;
    margin-top: 40px;
  }

  .div_block_slider {
    height: 337.07px;
  }

  .image-31 {
    width: 50px;
  }

  .div-block-49 {
    justify-content: center;
  }

  .div_block_img.direita {
    justify-content: flex-end;
  }

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

  .text-block-24, .text-body-4.header-contact-page.italic {
    font-family: Nunito, sans-serif;
  }

  .line_footer {
    background-color: var(--red);
    color: #0000;
    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;
  }

  .div-block-54 {
    margin-right: 60px;
  }

  .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;
    padding-top: 100px;
  }

  .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: #f26144;
    margin-top: 0;
    padding-top: 80px;
    padding-bottom: 0;
  }

  .text-body_horario {
    font-size: 16px;
    font-weight: 400;
  }

  .contact {
    font-size: 12px;
    line-height: 125%;
  }

  .vermais_fixo {
    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%;
  }

  .paragraph-14 {
    width: 700px;
  }

  .div-block-66.grid, .div-block-66.grid2 {
    margin-right: 0;
  }

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

  .text-block-30 {
    font-family: Poppins, sans-serif;
  }

  .heading_item-2 {
    width: 99.9999%;
  }

  .container-13 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .div-block-69 {
    width: 97%;
  }

  .titulo_cap {
    display: block;
  }

  .paragraph-17 {
    width: 85%;
  }

  .img_odonto-2 {
    margin-right: 0;
  }

  .div_block_img-2 {
    margin-right: 20px;
  }

  .txt_concorrer {
    margin-left: 10px;
  }

  .point {
    width: 6px;
  }

  .container_checkup {
    align-items: center;
  }

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

  .heading_contact_footer {
    font-family: Montserrat, sans-serif;
    font-size: 20px;
    font-weight: 600;
  }

  .number_phone {
    font-size: 24px;
  }

  .div-block_text-3-copy {
    margin-bottom: 40px;
    padding-bottom: 0;
  }

  .div-block-73 {
    background-image: url('../images/img_benefícios.png');
    background-position: 50%;
    background-size: cover;
    height: 83%;
  }

  .link-8 {
    color: #0063a9;
    text-decoration: none;
  }

  .txt_disclaimer {
    margin-left: 10px;
    font-size: 14px;
  }

  .div-block_text_medicamentos {
    padding-bottom: 0;
  }

  .div-block_tit_cap {
    margin-bottom: 40px;
  }

  .div-block_app_mobile {
    justify-content: center;
  }

  .container-12-copy.top {
    background-color: #c4c4c454;
  }

  .div-block-69-copy {
    width: 97%;
  }

  .txt_concorrer_disclaimer {
    margin-left: 10px;
  }

  .img_habitos {
    margin-right: 0;
  }

  .text-block-37, .text-block-38 {
    font-family: Inter, sans-serif;
    font-weight: 500;
  }

  .link-block-11 {
    background-color: #1bb99a;
  }

  .link-block-11.agendamento {
    height: 40px;
  }

  .link-block-11.top {
    background-color: #1bb99a;
  }

  .link-block-11.top.agendamento, .img_mockup_cel-4 {
    height: 40px;
  }

  .txt_pronto-2.medicine-copy {
    width: 448px;
  }
}

@media screen and (min-width: 1440px) {
  .text-body-2.contact-link {
    font-family: Inter, sans-serif;
  }

  .line {
    background-color: var(--red-2);
  }

  .header-2 {
    height: 650px;
  }

  .text-heading-6 {
    color: var(--red);
  }

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

  .text-block-18 {
    color: var(--red-2);
  }

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

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

  .image-26 {
    max-width: 100%;
    margin-bottom: 0;
  }

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

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

  .div-block-51 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    margin-top: 40px;
    padding-left: 40px;
    padding-right: 40px;
  }

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

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

  .heading_trigger {
    flex-direction: column;
  }

  .image-31 {
    width: 50px;
  }

  .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 {
    width: 52%;
    margin-right: 0;
    padding-right: 0;
  }

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

  .div_block_img {
    justify-content: flex-end;
    width: 50%;
    margin-right: 0;
    padding-left: 0;
    display: flex;
  }

  .div_block_img.esquerda {
    justify-content: center;
  }

  .img_celular {
    width: 42%;
  }

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

  .div_block_img_note {
    justify-content: flex-start;
    margin-right: 0;
    padding-left: 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;
  }

  .img_odonto {
    width: 50%;
  }

  .img_odonto.digital {
    width: 70%;
  }

  .line_footer {
    background-color: var(--red);
  }

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

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

  .header_credz {
    height: 650px;
  }

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

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

  .paragraph-14 {
    width: 700px;
  }

  .div_grid_benefits {
    max-width: 1200px;
  }

  .image-38 {
    width: 26%;
  }

  .text-block-30 {
    font-family: Poppins, sans-serif;
  }

  .paragraph-text {
    margin-bottom: 0;
  }

  .div-block-68.top {
    margin-bottom: 16px;
  }

  .txt_pronto {
    margin-top: 0;
    margin-bottom: 0;
  }

  .div_block_img_medicamento-2 {
    justify-content: space-between;
    margin-right: 0;
    display: flex;
  }

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

  .div-block_text-3 {
    margin-right: 0;
    padding-right: 20px;
  }

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

  .container-13 {
    padding-top: 0;
    padding-bottom: 0;
  }

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

  .div-block-69 {
    width: 67%;
    max-width: 100%;
    margin-bottom: 0;
  }

  .container_invert {
    max-width: 1100px;
  }

  .paragraph-17 {
    width: auto;
    margin-bottom: 0;
  }

  .heading_concorra {
    width: 413px;
    margin-top: 0;
    margin-bottom: 20px;
  }

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

  .titulo-cap {
    padding-left: 0;
    padding-right: 0;
  }

  .div_comoconcorrer {
    margin-bottom: 0;
  }

  .div_comoconcorrer.top {
    margin-top: 0;
  }

  .txt_concorrer {
    margin-top: 20px;
    margin-bottom: 8px;
  }

  .container_checkup {
    justify-content: space-between;
  }

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

  .paragraph-text_disclaimer, .paragraph_block_central {
    margin-bottom: 10px;
  }

  .div-block_text-3-copy {
    margin-right: 0;
    padding-bottom: 0;
    padding-right: 20px;
  }

  .div-block-73 {
    background-image: url('../images/plano-familia.png');
    border-radius: 20px 20px 0 0;
    height: 99%;
  }

  .container-6-copy {
    align-items: center;
  }

  .txt_disclaimer {
    margin-top: 20px;
    margin-bottom: 8px;
  }

  .div-block_text_medicamentos {
    margin-right: 0;
    padding-bottom: 0;
  }

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

  .div-block_tit_cap {
    margin-left: 40px;
    margin-right: 0;
    padding-right: 0;
  }

  .container-12-copy {
    justify-content: space-between;
  }

  .container-12-copy.top {
    background-color: #c4c4c454;
  }

  .div-block-69-copy {
    width: 67%;
    max-width: 100%;
    margin-bottom: 0;
  }

  .txt_concorrer_disclaimer {
    margin-top: 20px;
    margin-bottom: 8px;
  }

  .div_block_img_checkup {
    justify-content: flex-end;
    width: 45%;
    margin-right: 0;
    padding-left: 0;
    display: flex;
  }

  .div_block_img_checkup_mobile {
    justify-content: flex-start;
    margin-right: 0;
    padding-left: 0;
    display: flex;
  }

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

  .image-48 {
    width: 15%;
  }

  .image-48.grid3 {
    width: 7%;
  }

  .image-48.grid2 {
    width: 10%;
  }

  .div-block-85.bg._2 {
    padding-right: 24px;
  }

  .img_educando {
    width: 80%;
  }

  .img_habitos {
    width: 80%;
    margin-right: 0;
  }

  .txt_pronto-copy {
    margin-top: 0;
    margin-bottom: 20px;
  }

  .div-block_text_medicine {
    margin-right: 0;
    padding-right: 20px;
  }

  .div-block_educando {
    width: 100%;
    margin-right: 0;
    padding-right: 0;
  }

  .button_entrar2-2 {
    margin-top: 10px;
  }

  .div_block_img_medicamento-3 {
    justify-content: space-between;
    margin-right: 0;
    display: flex;
  }

  .text-block-37, .text-block-38 {
    font-family: Inter, sans-serif;
    font-weight: 600;
  }

  .link-block-11.agendamento, .link-block-11.top.agendamento {
    height: 40px;
  }

  .txt_pronto-2 {
    margin-top: 0;
    margin-bottom: 0;
  }

  .img_odonto-3 {
    width: 50%;
  }

  .div-block_text-4 {
    width: 52%;
    margin-right: 0;
    padding-right: 0;
  }

  .div-block-92.top {
    margin-bottom: 16px;
  }

  .txt_pronto-3 {
    margin-top: 0;
    margin-bottom: 0;
  }
}

@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 {
    color: #fff;
    background-color: #df4113;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    display: flex;
  }

  .icon.nav {
    background-color: #f26144;
    border-radius: 4px;
  }

  .icon.facebook, .icon.linkedin {
    background-color: #df41131a;
    width: 32px;
    height: 32px;
  }

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

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

  .nav-menu {
    background-color: #fff;
    border-top: 1px solid #df411366;
    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;
  }

  .div-block-4.top {
    margin-right: 0;
  }

  .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;
    font-family: Inter, sans-serif;
    font-size: 16px;
  }

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

  .image-26.mapfre {
    width: 78%;
  }

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

  .div-block-51 {
    grid-row-gap: 30px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr .75fr;
  }

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

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

  .heading_item {
    margin-bottom: 20px;
  }

  .heading_slider {
    font-size: 20px;
  }

  .heading-8 {
    width: 86%;
    font-size: 22px;
  }

  .busca {
    margin-bottom: 0;
  }

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

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

  .paragraph-8 {
    font-size: 13px;
    line-height: 125%;
  }

  .button_entrar2 {
    width: 100%;
  }

  .div-block-49 {
    height: auto;
  }

  .paragraph_slider {
    font-size: 14px;
  }

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

  .div-block_text {
    padding-left: 0;
    padding-right: 0;
  }

  .div-block_text.esquerda {
    padding-left: 0;
  }

  .heading_pronto {
    text-align: left;
  }

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

  .img_odonto {
    width: 94%;
  }

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

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

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

  .line_footer {
    background-color: var(--red-2);
  }

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

  .footer-content-2 {
    flex-direction: column;
    grid-template: "."
                   "."
                   / 1fr;
    justify-content: flex-end;
    align-items: flex-start;
    width: 50%;
    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;
    max-width: 100%;
    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;
    width: 50%;
    margin-right: 20px;
    padding-left: 0;
  }

  .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 {
    font-size: 14px;
  }

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

  .contact {
    text-align: left;
  }

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

  .image-35 {
    width: 8%;
  }

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

  .container_hero {
    justify-content: flex-end;
    padding-bottom: 40px;
  }

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

  .paragraph-14 {
    width: 550px;
    margin-bottom: 0;
    font-size: 16px;
  }

  .div_grid_benefits {
    grid-column-gap: 8px;
  }

  .div-block-63 {
    height: 50%;
    padding-left: 16px;
    padding-right: 16px;
  }

  .image-36 {
    width: 33%;
  }

  .text-block-29 {
    font-size: 12px;
    line-height: 125%;
  }

  .div-block-66 {
    justify-content: space-between;
    padding: 16px 8px;
  }

  .txt_grid {
    font-size: 11px;
  }

  .image-37 {
    width: auto;
    height: auto;
  }

  .div_appstore.medicine {
    margin-left: 10px;
    margin-right: 10px;
  }

  .text-block-30 {
    font-family: Poppins, sans-serif;
  }

  .div-block-67-copy {
    flex-direction: column;
  }

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

  .paragraph-text.tempay {
    width: 50%;
  }

  .txt_pronto {
    text-align: left;
    margin-left: 10px;
    font-size: 14px;
    line-height: 125%;
  }

  .heading_pay {
    font-size: 28px;
  }

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

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

  .div-block_text-3 {
    padding-right: 0;
  }

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

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

  .heading_item-2 {
    margin-bottom: 20px;
  }

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

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

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

  .container_invert {
    align-items: flex-end;
    margin-bottom: 0;
    padding-top: 20px;
  }

  .titulo_cap {
    padding-top: 80px;
  }

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

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

  .img_odonto-2 {
    align-self: flex-end;
    margin-right: 40px;
  }

  .heading_concorra {
    text-align: left;
    width: 256px;
    font-size: 24px;
    line-height: 125%;
  }

  .txt_concorrer {
    text-align: left;
    font-size: 14px;
  }

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

  .paragraph-text_disclaimer {
    font-size: 11px;
    line-height: 125%;
  }

  .paragraph_block_central {
    text-align: center;
    font-size: 14px;
    line-height: 125%;
  }

  .text-span-41 {
    text-align: center;
    font-size: 17px;
    line-height: 125%;
  }

  .div-block_central {
    width: 100%;
  }

  .heading_contact_footer {
    font-size: 15px;
  }

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

  .number_phone {
    font-size: 23px;
  }

  .number_phone.faq-item-text {
    width: auto;
  }

  .number_phone.contact-description {
    font-size: 14px;
  }

  .number_phone.contact-link {
    margin-left: 0;
    padding-left: 0;
  }

  .div-block_text-3-copy {
    padding-right: 0;
  }

  .image-41 {
    width: 51px;
  }

  .div-block_central1 {
    flex-direction: row;
  }

  .div-block-72 {
    padding-bottom: 40px;
  }

  .div-block-73 {
    background-image: url('../images/plano-familia.png');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    border-top-left-radius: 24px;
    border-top-right-radius: 24px;
    height: 50%;
  }

  .container-6-copy {
    align-items: center;
    margin-bottom: 0;
    padding-top: 20px;
  }

  .div_grid_benefits_mobile {
    grid-column-gap: 8px;
    display: none;
  }

  .img_odonto-copy {
    width: 94%;
  }

  .container_invert_mobile {
    align-items: flex-end;
    margin-bottom: 0;
    padding-top: 20px;
    display: none;
  }

  .txt_disclaimer {
    text-align: left;
    font-size: 14px;
  }

  .div_block_img_consultas_video {
    width: 37%;
  }

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

  .div_contato_mobile {
    display: none;
  }

  .div-block_app_mobile {
    height: auto;
  }

  .container-12-copy {
    margin-bottom: 0;
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .container-12-copy.top {
    justify-content: space-between;
    margin-top: 14px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .div-block-69-copy {
    width: 100%;
  }

  .txt_concorrer_disclaimer {
    text-align: left;
    font-size: 14px;
  }

  .img_medica_checkup_mobile {
    display: none;
  }

  .img_medicines {
    width: 13%;
  }

  .div-block-79 {
    margin-bottom: 0;
  }

  .paragraph-18, .paragraph-19, .paragraph-20 {
    font-size: 14px;
  }

  .image-50 {
    width: 40px;
  }

  .image-50.cel {
    width: 24px;
  }

  .img_educando, .img_habitos {
    width: 100%;
  }

  .txt_pronto-copy {
    text-align: left;
    font-size: 14px;
    line-height: 125%;
  }

  .div-block_habitos, .div-block_habitos.top {
    margin-bottom: 10px;
  }

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

  .link-block-10 {
    height: 37px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .image-51 {
    width: 24%;
    margin-right: 5px;
  }

  .text-block-35 {
    width: 100%;
    font-size: 14px;
  }

  .div-block_educando {
    padding-left: 0;
    padding-right: 0;
  }

  .div-block_educando.esquerda {
    padding-left: 0;
  }

  .button_entrar2-2 {
    width: 100%;
  }

  .image-52 {
    width: 24%;
    margin-right: 5px;
  }

  .text-block-37 {
    font-size: 11px;
  }

  .text-block-38 {
    text-align: left;
    width: 100%;
    font-size: 10px;
  }

  .link-block-11 {
    height: 37px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .link-block-11.agendamento {
    margin-right: 10px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .link-block-11.top.agendamento {
    height: 32px;
  }

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

  .txt_pronto-2 {
    text-align: left;
    margin-top: 11px;
    margin-bottom: 3px;
    margin-left: 37px;
    padding-bottom: 14px;
    padding-left: 7px;
    padding-right: 46px;
    font-size: 14px;
    line-height: 125%;
  }

  .div-block-91 {
    width: 195px;
  }

  .img_odonto-3 {
    width: 94%;
  }

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

  .div-block_text-4 {
    padding-left: 0;
    padding-right: 0;
  }

  .heading_item-3 {
    margin-bottom: 20px;
  }

  .txt_pronto-3 {
    text-align: left;
    margin-left: 10px;
    font-size: 14px;
    line-height: 125%;
  }

  .heading-20 {
    width: 86%;
    font-size: 22px;
  }
}

@media screen and (max-width: 767px) {
  .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 {
    text-align: center;
    background-color: #19759b;
    margin: 8px;
  }

  .button.cta.float:hover {
    background-image: linear-gradient(#f26144, #f26144);
  }

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

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

  .icon.facebook, .icon.linkedin {
    background-color: #f2614440;
  }

  .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(#df411308, #df411308);
    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-bottom-color: #df411340;
    border-right-style: none;
  }

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

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

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

  .text-body-2.faq-item-text {
    font-size: 14px;
  }

  .text-body-2.contact-link {
    font-size: 16px;
  }

  .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;
    padding-left: 0;
  }

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

  .image-26 {
    width: 25%;
  }

  .image-26.mapfre {
    width: 35%;
  }

  .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: 135px;
    max-width: none;
    height: auto;
  }

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

  .image-29 {
    width: 140px;
    max-width: none;
    height: auto;
  }

  .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;
    font-size: 32px;
    line-height: 40px;
  }

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

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

  .div_block_slider {
    flex-direction: column;
    align-items: center;
    width: 80%;
    height: 288px;
    display: flex;
  }

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

  .presencial {
    align-items: center;
  }

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

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

  .right-arrow {
    justify-content: center;
    align-items: center;
    display: flex;
    inset: 0 0% 0 auto;
  }

  .heading_item {
    flex-direction: row;
    display: flex;
  }

  .heading_slider {
    color: var(--white100);
    text-align: center;
    font-family: Poppins, sans-serif;
  }

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

  .heading-8 {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    font-size: 20px;
    line-height: 125%;
  }

  .text-span-13 {
    margin-top: 20px;
  }

  .heading-11 {
    color: var(--black70);
    text-align: center;
    width: 63%;
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 125%;
  }

  .busca {
    margin-top: 10px;
  }

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

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

  .div_input_fake {
    width: 100%;
    padding-left: 16px;
  }

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

  .button_entrar2 {
    width: auto;
  }

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

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

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

  .paragraph_slider {
    color: var(--white100);
    text-align: center;
    width: auto;
    margin-bottom: 0;
    font-family: Poppins, sans-serif;
    line-height: 24px;
  }

  .consulta-por-video {
    flex-direction: column;
    align-items: center;
    padding-top: 100px;
    padding-left: 24px;
    padding-right: 24px;
    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: flex-start;
    width: auto;
    margin-bottom: 20px;
    padding-left: 0;
    display: flex;
  }

  .div-block_text.habitos {
    align-items: center;
  }

  .div-block_text.assistente {
    flex-direction: column-reverse;
  }

  .heading_pronto {
    text-align: center;
  }

  .img_video {
    width: 68%;
    margin-bottom: 40px;
  }

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

  .div_block_img.direita.mobile {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .div_block_img.direita.desktop {
    display: none;
  }

  .img_celular {
    margin-bottom: 40px;
    display: none;
  }

  .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: 200px;
    margin-bottom: 20px;
    margin-right: 0;
    display: block;
  }

  .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: 100px;
    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;
  }

  .div-block-54 {
    margin-right: 0;
    padding-left: 0;
  }

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

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

  .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-image: url('../images/header-MOBILE.png');
    background-position: 50%;
    align-items: flex-end;
    height: 393px;
  }

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

  .contact {
    text-align: left;
  }

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

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

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

  .vermais_fixo {
    display: none;
  }

  .container_hero {
    justify-content: flex-end;
    padding-left: 20px;
    padding-right: 140px;
  }

  .heading-14 {
    font-size: 30px;
  }

  .paragraph-13 {
    width: 400px;
    font-size: 16px;
  }

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

  .paragraph-14 {
    text-align: center;
    width: 79%;
    margin-top: 40px;
  }

  .div_grid_benefits {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
    display: none;
  }

  .div-block-63 {
    border-radius: 0 0 20px 20px;
    align-items: center;
    height: auto;
    padding-bottom: 60px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .div-block-64 {
    justify-content: center;
    width: 100%;
    margin-bottom: 20px;
  }

  .image-36 {
    width: 15%;
  }

  .div-block-65 {
    border-radius: 20px;
  }

  .div-block-66.color2 {
    background-color: var(--red-2);
    justify-content: flex-start;
    height: 196px;
    margin-top: -27px;
    padding-top: 16px;
    padding-left: 40px;
    padding-right: 40px;
    position: relative;
  }

  .div-block-66.color3 {
    background-color: var(--red);
    justify-content: flex-start;
    height: 195px;
    margin-top: -27px;
    padding-bottom: 20px;
    padding-left: 40px;
    padding-right: 40px;
    position: relative;
  }

  .div-block-66.color4 {
    background-color: #0184e0;
    justify-content: center;
    margin-top: -27px;
    padding-left: 40px;
    padding-right: 40px;
    position: relative;
  }

  .div-block-66.color5 {
    background-color: #038cee;
    justify-content: center;
    margin-top: -27px;
    padding-left: 40px;
    padding-right: 40px;
    position: relative;
  }

  .div-block-66.color6 {
    background-color: #0095ff;
    justify-content: center;
    margin-top: -27px;
    padding-left: 40px;
    padding-right: 40px;
    position: relative;
  }

  .div-block-66.color7 {
    background-color: #27a6ff;
    justify-content: center;
    margin-top: -27px;
    padding-left: 40px;
    padding-right: 40px;
    position: relative;
  }

  .div-block-66.color1 {
    background-color: var(--red2);
    justify-content: center;
    height: 200px;
    margin-top: -30px;
    margin-bottom: 0;
    margin-right: 0;
    padding-bottom: 40px;
    position: relative;
  }

  .div-block-66.color3-copy {
    background-color: var(--red);
    justify-content: flex-start;
    height: 195px;
    margin-top: -27px;
    padding-bottom: 20px;
    padding-left: 40px;
    padding-right: 40px;
    position: relative;
  }

  .button-9 {
    background-color: var(--white100);
    color: var(--red);
    font-family: Inter, sans-serif;
  }

  .button-9.mobile {
    margin-top: 20px;
  }

  .txt_grid {
    color: var(--white100);
    text-align: left;
    align-items: center;
    font-size: 16px;
    display: block;
  }

  .txt_grid.mobile {
    text-align: center;
  }

  .image-38 {
    width: 15%;
    margin-right: 20px;
  }

  .link-block-7 {
    justify-content: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

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

  .div_appstore {
    justify-content: center;
    width: auto;
  }

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

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

  .div-block-67-copy {
    flex-direction: row;
  }

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

  .paragraph-text.tempay {
    display: none;
  }

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

  .txt_pronto {
    text-align: left;
  }

  .txt_pronto.assitente {
    text-align: center;
  }

  .heading_pay {
    font-size: 20px;
  }

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

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

  .div_block_img_medicamento-2 {
    flex-direction: column;
    justify-content: space-between;
    width: auto;
    height: 200px;
    margin-bottom: 0;
    padding-left: 0;
  }

  .img_mockup_cel-3 {
    width: 75%;
    margin-left: auto;
    margin-right: auto;
    left: 0;
  }

  .medicamentos-2 {
    margin-left: 0;
    margin-right: 0;
    padding-top: 100px;
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .div_block_img_mockup-2 {
    width: auto;
    margin-bottom: 40px;
    padding-left: 0;
    display: none;
  }

  .div_block_img_mockup-2.desktop {
    display: none;
  }

  .div_block_img_mockup-2.mobile {
    align-items: center;
    display: flex;
  }

  .div-block_text-3 {
    flex-direction: column;
    align-items: center;
    width: 77%;
    margin-bottom: 0;
    margin-left: 0;
    padding-left: 16px;
    padding-right: 16px;
    display: flex;
  }

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

  .paragraph-15 {
    text-align: center;
    width: auto;
    margin-bottom: 0;
    font-size: 16px;
    line-height: 24px;
  }

  .heading_item-2 {
    flex-direction: column;
  }

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

  .heading_pronto2-2 {
    color: #0063a9;
    text-align: center;
  }

  .imagem-30 {
    display: none;
  }

  .div-block-69 {
    margin-top: 20px;
  }

  .presencial-3 {
    align-items: center;
  }

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

  .container_invert {
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
    display: none;
  }

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

  .paragraph-16 {
    width: 66.6815%;
  }

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

  .paragraph-17 {
    text-align: left;
    width: auto;
    margin-bottom: 0;
    font-size: 14px;
    line-height: 24px;
  }

  .img_odonto-2 {
    margin-bottom: 20px;
    margin-right: 0;
  }

  .heading_concorra {
    text-align: left;
    width: 80%;
    margin-left: 0;
    margin-right: auto;
  }

  .div_block_img-2 {
    flex-direction: row;
    width: 45%;
    padding-left: 0;
    display: flex;
  }

  .titulo-cap {
    margin-left: 0;
    margin-right: 0;
    padding-top: 40px;
    padding-left: 0;
    padding-right: 0;
  }

  .div_comoconcorrer, .div_comoconcorrer.top {
    align-items: flex-start;
  }

  .txt_concorrer {
    text-align: left;
    width: 93%;
    margin-left: 10px;
  }

  .point {
    margin-top: 4px;
  }

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

  .heading_checkup {
    text-align: center;
  }

  .paragraph-text_disclaimer {
    text-align: center;
    width: 100%;
    line-height: 24px;
  }

  .block_agendar.top1 {
    margin-bottom: 0;
  }

  .paragraph_block_central {
    text-align: center;
    width: auto;
    margin-bottom: 0;
    font-size: 16px;
    line-height: 24px;
  }

  .heading_contact_footer {
    display: inline-block;
  }

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

  .img_checkup {
    width: 75%;
  }

  .div-block_text-3-copy {
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    margin-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
  }

  .div-block_central1 {
    flex-direction: column;
  }

  .div-block-73 {
    background-image: url('../images/plano-familia.png');
    background-position: 50% 0;
    height: 228px;
    display: block;
  }

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

  .div_grid_benefits_mobile {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
    display: block;
  }

  .div-block_interno {
    justify-content: flex-start;
    align-items: center;
    width: 328px;
    margin-bottom: 32px;
    padding-bottom: 0;
    display: flex;
  }

  .image-42 {
    width: 15%;
    margin-right: 20px;
    padding-right: 0;
  }

  .image-43 {
    width: 15%;
    margin-right: 20px;
  }

  .image-43._2 {
    width: 10%;
  }

  .image-44 {
    padding-right: 20px;
  }

  .image-45 {
    width: 15%;
    margin-right: 20px;
  }

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

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

  .img_pronto_mobile {
    border-radius: 20px;
    width: 50%;
    max-width: none;
    margin: 0 auto 40px;
    display: block;
  }

  .container_invert_mobile {
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .div-block-75 {
    width: 6%;
  }

  .div-block-76 {
    align-items: flex-end;
    display: flex;
  }

  .div-block-77 {
    width: 50%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 8px;
    padding-right: 20px;
  }

  .txt_disclaimer {
    text-align: left;
    width: 93%;
    margin-left: 10px;
  }

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

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

  .div-block_tit_cap {
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    margin-bottom: 20px;
    padding-left: 20px;
    display: flex;
  }

  .div_contato_mobile {
    background-color: #f5f5f5;
    border-radius: 20px;
  }

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

  .div_appstore_mobile {
    justify-content: center;
    width: auto;
  }

  .text-block-32 {
    color: #0063a9;
    text-align: center;
    margin-bottom: 20px;
    font-family: Poppins, sans-serif;
    font-size: 20px;
    line-height: 125%;
  }

  .text-span-49 {
    font-weight: 600;
  }

  .img_celular_mobile {
    width: 50%;
    margin-top: 40px;
    margin-bottom: 20px;
    display: block;
  }

  .img_celular_mobile.desk {
    display: none;
  }

  .img_celular_mobile-copy {
    margin-bottom: 40px;
  }

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

  .container-12-copy.top {
    flex-direction: column-reverse;
    max-width: 58%;
    margin-top: 13px;
  }

  .div-block-69-copy {
    margin-top: 20px;
  }

  .txt_concorrer_disclaimer {
    text-align: left;
    width: 93%;
    margin-left: 10px;
  }

  .img_medica_checkup {
    width: 75%;
    margin-right: 0;
    display: none;
  }

  .img_medica_checkup_mobile {
    width: 75%;
    margin-bottom: 20px;
    margin-right: 0;
    display: block;
  }

  .img_medicines {
    width: 50%;
    margin-right: 0;
  }

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

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

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

  .container_saudedamulher {
    flex-direction: column;
  }

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

  .div-block-82 {
    flex-direction: column;
    align-items: center;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .image-49.mobile {
    width: 75%;
    margin-right: auto;
    display: block;
  }

  .div-block-83.desktop {
    display: none;
  }

  .div-block-83.mobile {
    display: block;
  }

  .div-block-84.desktop {
    display: none;
  }

  .div-block-84.mobile {
    display: block;
  }

  .paragraph-18 {
    text-align: center;
    width: 75%;
    margin-top: 0;
  }

  .div-block-85 {
    justify-content: center;
    width: 75%;
  }

  .div-block-85.bg {
    width: 75%;
  }

  .div-block-85.bg._2 {
    width: 50%;
  }

  .paragraph-20 {
    width: 75%;
    padding-left: 10px;
  }

  .image-50 {
    margin-right: 0;
  }

  .img_educando {
    margin-bottom: 40px;
    display: none;
  }

  .img_acolhimento {
    width: 50%;
    margin-left: auto;
    margin-right: auto;
  }

  .habitos-saudaveis {
    padding-top: 100px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .img_habitos {
    margin-bottom: 40px;
    display: none;
  }

  .txt_pronto-copy, .text-block-34 {
    text-align: center;
  }

  .div-block_text_medicine {
    flex-direction: column;
    align-items: center;
    width: 77%;
    margin-bottom: 0;
    padding-left: 16px;
    padding-right: 16px;
    display: flex;
  }

  .link-block-10, .link-block-10.top {
    justify-content: center;
    width: 244px;
  }

  .image-51 {
    width: 10%;
    display: block;
  }

  .text-block-35 {
    width: auto;
  }

  .assistente-digital {
    flex-direction: column;
    align-items: center;
    margin-left: 0;
    margin-right: 0;
    padding-top: 100px;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .educando-com-afeto {
    padding: 100px 20px 20px;
  }

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

  .div-block-84-desktop {
    display: none;
  }

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

  .div-block-84-mobile.mobile {
    justify-content: center;
    width: 100%;
    margin-top: 20px;
    display: flex;
  }

  .img_celular_desktop {
    border-radius: 20px;
    width: 50%;
    margin-top: 40px;
    margin-bottom: 40px;
    display: block;
  }

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

  .text-span-76 {
    text-align: center;
  }

  .heading-18 {
    color: #130501b3;
    text-align: center;
    width: 63%;
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 125%;
  }

  .button_entrar2-2 {
    width: auto;
  }

  .image-52 {
    width: 10%;
    display: block;
  }

  .div_block_img_medicamento-3 {
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    width: auto;
    height: auto;
    margin-bottom: 0;
    padding-left: 0;
  }

  .text-block-38 {
    width: auto;
  }

  .link-block-11 {
    justify-content: center;
    width: 244px;
  }

  .link-block-11.agendamento {
    margin-bottom: 5px;
    margin-right: 0;
  }

  .link-block-11.top {
    justify-content: center;
    width: 244px;
  }

  .link-block-11.top.agendamento {
    margin-bottom: 6px;
  }

  .como-pagar {
    flex-direction: column;
    align-items: center;
    margin-left: 0;
    margin-right: 0;
    padding-top: 100px;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .paragraph-21 {
    text-align: center;
    width: 75%;
    margin-top: 0;
  }

  .div-block-88.mobile, .div-block-88.desktop {
    display: block;
  }

  .div-block-89 {
    flex-direction: column;
    align-items: center;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .autorizador, .div-block-90 {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .img_mockup_cel-4 {
    width: 75%;
  }

  .img_mockup_cel-4.epharma {
    width: 120px;
  }

  .txt_pronto-2 {
    text-align: left;
    margin-top: -15px;
  }

  .txt_pronto-2.medicine-copy {
    text-align: center;
    width: 100%;
    margin-top: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .image-53 {
    display: none;
  }

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

  .section_orientacao {
    padding-top: 100px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-91 {
    justify-content: center;
    width: 100%;
  }

  .image-54 {
    width: 79px;
    display: block;
  }

  .section_consulta-por-video {
    padding-top: 100px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .solicitar-agendamento {
    flex-direction: column;
    align-items: center;
    padding-top: 100px;
    padding-left: 24px;
    padding-right: 24px;
    display: flex;
  }

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

  .presencial-4 {
    align-items: center;
  }

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

  .heading_item-3 {
    flex-direction: row;
    display: flex;
  }

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

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

  .heading-20 {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    font-size: 20px;
    line-height: 125%;
  }

  .pronto_atendimento-2 {
    flex-direction: column;
    align-items: center;
    margin-left: 0;
    margin-right: 0;
    padding-top: 100px;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }
}

@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 {
    flex-direction: row;
    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;
  }

  .div-block-4 {
    padding-left: 10px;
  }

  .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;
    line-height: 150%;
  }

  .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 {
    width: 92px;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 0;
  }

  .brand-2.w--current {
    width: 70%;
    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 {
    color: var(--red);
    text-align: center;
    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: 28%;
    max-width: 71%;
    margin-bottom: 20px;
  }

  .image-26.mapfre {
    width: 46%;
  }

  .image-27 {
    width: 72%;
  }

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

  .paragraph-7 {
    text-align: center;
    width: auto;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
  }

  .button-8 {
    margin-bottom: 0;
    font-size: 16px;
  }

  .container-5 {
    align-items: center;
  }

  .div-block-44 {
    text-align: left;
    align-items: center;
    padding-left: 16px;
    padding-right: 16px;
  }

  .image-28 {
    width: 100%;
    margin-right: 0;
  }

  .comece_mobile {
    background-color: #0063a9;
    padding-top: 0;
    padding-left: 16px;
    padding-right: 16px;
    display: none;
  }

  .image-29 {
    width: 100%;
  }

  .div-block-43 {
    background-color: #0000;
    width: 100%;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .image_medicamentos {
    width: 50%;
    max-width: 100%;
  }

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

  .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: center;
    width: 100%;
    font-size: 24px;
    line-height: 32px;
  }

  .indice {
    padding-bottom: 40px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .div-block-51 {
    grid-template-rows: auto auto auto;
    padding-left: 16px;
    padding-right: 16px;
    display: none;
  }

  .div_block_slider {
    align-items: center;
    width: 75%;
    height: 289.5px;
    padding-top: 20px;
    padding-left: 20px;
  }

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

  .text-span-11 {
    font-size: 14px;
    line-height: 150%;
  }

  .text-span-12 {
    text-align: left;
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 13px;
    line-height: 150%;
  }

  .right-arrow {
    justify-content: flex-end;
    display: flex;
  }

  .heading_item {
    align-items: center;
  }

  .div-block-58 {
    justify-content: center;
    margin-top: 20px;
  }

  .heading_slider {
    color: var(--white100);
    text-align: center;
    font-family: Poppins, sans-serif;
  }

  .slider-3 {
    height: 100%;
  }

  .heading-8 {
    text-align: center;
    width: 72%;
    margin-left: auto;
    margin-right: auto;
    font-size: 19px;
    line-height: 26px;
  }

  .heading-11 {
    color: var(--black70);
    width: 100%;
    font-weight: 400;
    line-height: 125%;
  }

  .busca {
    margin-bottom: 10px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .image-30 {
    width: 30px;
    margin-bottom: 10px;
    padding-right: 0;
    display: none;
  }

  .image-33 {
    display: block;
  }

  .div_input_fake {
    width: 100%;
    margin-top: 10px;
    padding-left: 8px;
  }

  .text-block-22 {
    width: 100%;
    margin-bottom: 10px;
    font-size: 16px;
  }

  .button_input_fake {
    margin-top: 0;
  }

  .form {
    justify-content: space-between;
    align-items: center;
  }

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

  .text-field {
    width: 100%;
    margin-left: 10px;
    padding-left: 0;
  }

  .consulta-presencial {
    padding-left: 0;
    padding-right: 0;
  }

  .paragraph-8 {
    text-align: left;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
  }

  .image-32 {
    display: block;
  }

  .button_entrar2 {
    width: auto;
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .left-arrow {
    justify-content: flex-start;
    display: flex;
  }

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

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

  .paragraph_slider {
    color: var(--white100);
    text-align: center;
    font-family: Poppins, sans-serif;
    line-height: 125%;
  }

  .text-span-14 {
    margin-bottom: 20px;
  }

  .consulta-por-video {
    padding-top: 100px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .container-6 {
    flex-direction: column-reverse;
    padding: 0;
  }

  .div-block_text {
    flex-direction: column-reverse;
    align-items: center;
  }

  .div-block_text.consultaporvideo {
    width: 100%;
    margin-bottom: 40px;
    padding-left: 0;
  }

  .heading_pronto {
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 24px;
  }

  .heading_pronto.pronto2 {
    text-align: center;
    font-size: 14px;
    line-height: 150%;
  }

  .img_video {
    width: 70%;
  }

  .img_video.bottom {
    border-radius: 20px;
    width: 87%;
    margin-top: 40px;
    margin-bottom: 0;
    display: block;
  }

  .div_block_img {
    display: flex;
  }

  .div_block_img.direita.mobile {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    height: auto;
    padding-bottom: 0;
    display: flex;
  }

  .div_block_img.direita.desktop {
    display: none;
  }

  .img_celular {
    width: 100%;
  }

  .pagar-consulta {
    padding-left: 16px;
    padding-right: 16px;
  }

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

  .img_odonto {
    width: 60%;
    display: block;
  }

  .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: 150%;
  }

  .text-heading-7.faq-item-heading-text {
    margin-right: 5px;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
  }

  .perguntas-frequentes {
    width: auto;
    margin-left: 0;
    margin-right: 0;
    padding-top: 100px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .faq-item-2 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .container_faq {
    padding-top: 0;
  }

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

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

  .line_footer {
    transform: rotate(0);
  }

  .footer-2 {
    background-color: var(--black05);
    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: center;
    width: 100%;
    margin-right: 0;
    padding-left: 0;
  }

  .divider_footer {
    display: none;
  }

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

  .header-contact-link-2 {
    color: #0063a9;
    text-align: center;
    justify-content: center;
    display: flex;
  }

  .navbar_primeiroacesso {
    flex-direction: column-reverse;
    justify-content: center;
    height: auto;
    padding: 10px 10px 10px 20px;
    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-image: url('../images/header-MOBILE.png');
    background-position: 75%;
    background-size: cover;
    border-radius: 0;
    flex-direction: row;
    align-items: center;
    width: auto;
    height: 256px;
    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;
  }

  .contact {
    font-family: Inter, sans-serif;
    font-size: 11px;
  }

  .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: 12px;
    line-height: 150%;
  }

  .text-span-19 {
    font-size: 16px;
    font-weight: 500;
  }

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

  .bold-text-5 {
    font-size: 27px;
  }

  .container_hero {
    justify-content: flex-end;
    padding-bottom: 20px;
    padding-left: 0;
    padding-right: 40px;
  }

  .heading-14 {
    font-size: 18px;
    line-height: 125%;
  }

  .paragraph-13 {
    width: 277px;
    margin-bottom: 0;
    font-size: 12px;
    font-weight: 300;
    line-height: 125%;
  }

  .div-block-62 {
    flex-direction: column;
    justify-content: center;
    padding-top: 0;
    padding-left: 16px;
    padding-right: 16px;
  }

  .paragraph-14 {
    text-align: center;
    width: 100%;
    margin-top: 10px;
    font-size: 12px;
    line-height: 150%;
  }

  .div_grid_benefits {
    grid-template-rows: auto auto auto auto auto auto auto auto;
    grid-template-columns: 1fr;
    padding-left: 16px;
    padding-right: 16px;
    display: none;
  }

  .div-block-63 {
    background-color: var(--red);
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    height: auto;
    margin-top: -2px;
    padding: 20px 16px 40px;
  }

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

  .image-36 {
    width: 13%;
    margin-right: 16px;
    padding-right: 0;
  }

  .heading-15 {
    width: auto;
    font-family: Inter, sans-serif;
    font-size: 15px;
  }

  .text-block-29 {
    text-align: center;
  }

  .div-block-66 {
    z-index: 9;
    background-color: var(--blue4);
    justify-content: center;
    margin-top: -30px;
    padding-bottom: 40px;
    position: relative;
  }

  .div-block-66.color2 {
    background-color: var(--red);
    height: auto;
    margin-top: -23px;
    padding-top: 20px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .div-block-66.color3 {
    background-color: var(--blue3);
    height: 189px;
    margin-top: -22px;
    padding-bottom: 40px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .div-block-66.color4 {
    background-color: var(--red-2);
    height: auto;
    margin-top: -22px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .div-block-66.color5 {
    background-color: #038cee;
    padding-left: 16px;
    padding-right: 16px;
  }

  .div-block-66.color6 {
    background-color: #0095ff;
    padding-left: 16px;
    padding-right: 16px;
  }

  .div-block-66.color7 {
    background-color: #27a6ff;
    height: 187px;
    padding-bottom: 20px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .div-block-66.color1 {
    background-color: var(--red2);
    height: 181px;
    margin-right: 0;
    padding: 0 16px 40px;
  }

  .div-block-66.color3-copy {
    background-color: var(--red);
    height: auto;
    margin-top: -22px;
    padding-bottom: 40px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .button-9 {
    background-color: var(--white100);
    color: var(--red);
    width: 90%;
    font-family: Inter, sans-serif;
  }

  .button-9.mobile {
    margin-top: 10px;
  }

  .button-9.color1, .button-9._2 {
    color: var(--red);
  }

  .button-9._3 {
    color: var(--blue3);
  }

  .button-9._4 {
    color: var(--blue4);
  }

  .txt_grid {
    color: var(--white100);
    text-align: left;
    width: 187px;
    font-size: 14px;
    line-height: 150%;
  }

  .txt_grid.mobile {
    font-size: 12px;
    font-weight: 300;
  }

  .image-38 {
    width: 100%;
    margin-right: 16px;
    padding-right: 0;
  }

  .div_primeiro_acesso_steps {
    width: 90%;
    margin-top: 10px;
    margin-bottom: 0;
  }

  .paragraph-12-black {
    font-size: 14px;
  }

  .link-block-7 {
    justify-content: center;
    display: flex;
  }

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

  .div_appstore.medicine {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    width: 80%;
    margin-top: 0;
    margin-bottom: 10px;
  }

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

  .div-block-49-center {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    padding-left: 16px;
    padding-right: 16px;
  }

  .div-block-67-copy {
    flex-direction: row;
  }

  .paragraph-text {
    text-align: center;
    width: 88%;
    margin-bottom: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
    font-size: 12px;
    font-weight: 400;
    line-height: 150%;
  }

  .paragraph-text.tempay {
    width: 100%;
    font-size: 13px;
    display: none;
  }

  .paragraph-text.medicine {
    width: 100%;
    font-size: 13px;
  }

  .paragraph-text.mobile {
    display: block;
  }

  .paragraph-text.desktop {
    display: none;
  }

  .text-block-31 {
    text-align: center;
    font-size: 10px;
    font-weight: 300;
  }

  .pronto_atendimento {
    width: auto;
    margin-left: 0;
    margin-right: 0;
    padding-top: 100px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .div-block-68.top {
    align-items: center;
    width: 100%;
    margin-bottom: 24px;
  }

  .txt_pronto {
    text-align: left;
    margin-bottom: 0;
    margin-left: 10px;
    font-size: 12px;
    line-height: 125%;
  }

  .txt_pronto.pronto2 {
    font-size: 16px;
    line-height: 24px;
  }

  .txt_pronto.assitente {
    text-align: center;
    font-size: 13px;
  }

  .txt_pronto.habitos {
    font-size: 12px;
  }

  .txt_pronto.atendimento {
    text-align: center;
  }

  .heading_pay {
    text-align: center;
    font-size: 18px;
    line-height: 26px;
    display: none;
  }

  .image-39 {
    width: 30px;
    margin-bottom: 10px;
    padding-right: 0;
  }

  .div_block_img_medicamento-2 {
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    width: 75%;
    height: auto;
    margin-bottom: 0;
    display: flex;
  }

  .img_mockup_cel-3 {
    flex: 1;
    width: 80%;
    max-width: 100%;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
    left: 0;
  }

  .medicamentos-2 {
    width: auto;
    margin-left: 0;
    margin-right: 0;
    padding-top: 100px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .text-span-36 {
    width: auto;
    font-size: 16px;
  }

  .heading-16 {
    text-align: center;
    font-size: 18px;
    line-height: 32px;
  }

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

  .div_block_img_mockup-2.desktop {
    display: none;
  }

  .div_block_img_mockup-2.mobile {
    margin-top: 20px;
  }

  .div-block_text-3 {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding: 0 0 20px;
  }

  .container-12 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .paragraph-15 {
    text-align: left;
    margin-bottom: 20px;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
  }

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

  .container-13 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .heading_pronto2-2 {
    color: #0063a9;
    width: auto;
    margin-bottom: 20px;
    font-size: 14px;
    font-weight: 600;
    line-height: 125%;
  }

  .imagem-30, .div-block-69 {
    display: none;
  }

  .image-40 {
    width: 30px;
    margin-bottom: 10px;
    padding-right: 0;
  }

  .container_invert {
    flex-direction: column;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    display: none;
  }

  .titulo_cap {
    width: auto;
    margin-left: 0;
    margin-right: 0;
    padding-left: 16px;
    padding-right: 16px;
  }

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

  .heading-17 {
    text-align: center;
    font-size: 18px;
    line-height: 32px;
  }

  .paragraph-17 {
    text-align: left;
    margin-bottom: 0;
    font-size: 12px;
    font-weight: 400;
    line-height: 20px;
  }

  .img_odonto-2 {
    margin-bottom: 0;
  }

  .heading_concorra {
    width: 100%;
    margin-bottom: 0;
    font-size: 16px;
  }

  .div_block_img-2 {
    width: 100%;
    display: flex;
  }

  .text-span-39 {
    width: 45%;
  }

  .titulo-cap {
    width: auto;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .div_comoconcorrer {
    align-items: flex-start;
    margin-bottom: 20px;
  }

  .div_comoconcorrer.top {
    align-items: flex-start;
    margin-top: 10px;
    margin-bottom: 0;
  }

  .txt_concorrer {
    margin-bottom: 0;
    margin-left: 0;
    font-size: 14px;
    line-height: 150%;
  }

  .txt_concorrer.pronto2 {
    font-size: 16px;
    line-height: 24px;
  }

  .point {
    width: 6px;
    margin-top: 8px;
    margin-right: 10px;
  }

  .checkup {
    padding-top: 40px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .container_checkup {
    padding-top: 0;
    padding-bottom: 0;
  }

  .heading_checkup {
    width: auto;
    margin-bottom: 20px;
    font-size: 14px;
    line-height: 125%;
  }

  .paragraph-text_disclaimer {
    text-align: center;
    margin-bottom: 0;
    font-size: 8px;
    font-weight: 300;
    line-height: 150%;
  }

  .block_agendar {
    border-radius: 16px;
    flex-direction: row;
    width: 88%;
    margin-top: 20px;
    padding: 16px;
  }

  .block_agendar.top1 {
    width: 100%;
    margin-top: 0;
    margin-bottom: 0;
  }

  .paragraph_block_central {
    text-align: center;
    margin-bottom: 10px;
    font-size: 12px;
    font-weight: 400;
    line-height: 20px;
  }

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

  .div-block-70 {
    justify-content: center;
    width: 65px;
    margin-right: 0;
  }

  .heading-central {
    font-size: 16px;
    line-height: 125%;
  }

  .text-block_central {
    font-family: Montserrat, sans-serif;
    font-size: 10px;
    line-height: 125%;
  }

  .heading_contact_footer {
    text-align: center;
    font-size: 16px;
    font-weight: 600;
  }

  .heading_contact_footer.header-contact-page {
    text-align: left;
  }

  .number_phone {
    font-size: 16px;
  }

  .number_phone.faq-item-text {
    font-size: 14px;
  }

  .number_phone.contact-link {
    padding-top: 4px;
    padding-bottom: 4px;
  }

  .img_checkup {
    flex: 1;
  }

  .div-block_text-3-copy {
    margin-top: 20px;
    padding: 0 16px;
  }

  .image-41 {
    width: 40px;
  }

  .div-block_central1 {
    flex-direction: column;
  }

  .div-block-73 {
    background-image: url('../images/plano-familia.png');
    height: 200px;
    display: block;
  }

  .container-6-copy {
    padding: 0;
  }

  .div_grid_benefits_mobile {
    grid-template-rows: auto auto auto auto auto auto auto auto;
    grid-template-columns: 1fr;
    margin-top: 20px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .div-block-74 {
    margin-bottom: 20px;
    padding-left: 16px;
    padding-right: 16px;
    display: flex;
  }

  .div-block_interno {
    justify-content: flex-start;
    align-items: center;
    width: 240px;
    margin-bottom: 20px;
    padding-top: 10px;
    padding-left: 16px;
    padding-right: 0;
    display: flex;
  }

  .image-42 {
    width: 18%;
    margin-right: 16px;
    padding-right: 0;
  }

  .image-43 {
    width: 18%;
    margin-right: 12px;
    padding-right: 0;
  }

  .image-43._2 {
    width: 10%;
    margin-left: 12px;
    margin-right: 17px;
  }

  .image-44 {
    width: 100px;
    margin-left: 16px;
    margin-right: 0;
    padding-right: 0;
  }

  .image-45 {
    width: 18%;
    margin-right: 16px;
    padding-right: 0;
  }

  .image-46 {
    width: 18%;
    margin-right: 12px;
    padding-right: 0;
  }

  .img_pronto_mobile {
    border-radius: 16px;
    width: 75%;
    margin: 0 auto 20px;
    display: block;
  }

  .text-span-44 {
    color: #0063a9;
    font-weight: 600;
  }

  .text-span-45, .text-span-46, .text-span-47, .text-span-48 {
    font-weight: 600;
  }

  .container_invert_mobile {
    flex-direction: column;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-76 {
    flex-direction: row;
  }

  .div-block-77 {
    width: 100%;
    margin-top: 0;
    padding-left: 16px;
    padding-right: 16px;
  }

  .txt_disclaimer {
    margin-bottom: 0;
    margin-left: 0;
    font-size: 14px;
    line-height: 125%;
  }

  .txt_disclaimer.pronto2 {
    font-size: 16px;
    line-height: 24px;
  }

  .div-block_text_medicamentos {
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

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

  .div-block_tit_cap {
    padding-top: 0;
    padding-left: 16px;
    padding-right: 16px;
  }

  .div_contato_mobile {
    width: 90%;
    margin-top: 20px;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
    display: block;
  }

  .div-block_app_mobile {
    border-radius: 0;
    padding-left: 16px;
    padding-right: 16px;
  }

  .div_appstore_mobile {
    flex-direction: column;
    display: flex;
  }

  .text-block-32 {
    color: #0063a9;
    text-align: center;
    margin-bottom: 20px;
    font-family: Poppins, sans-serif;
    font-size: 20px;
  }

  .text-span-49 {
    font-weight: 600;
  }

  .div-block-78 {
    background-color: #f5f5f5;
  }

  .text-span-50 {
    font-weight: 600;
  }

  .img_celular_mobile {
    border-radius: 16px;
    width: 75%;
    margin-top: 40px;
    margin-bottom: 20px;
  }

  .img_celular_mobile.desk {
    display: none;
  }

  .img_celular_mobile-copy {
    width: 100%;
  }

  .container-12-copy {
    padding-top: 10px;
    padding-bottom: 0;
    display: block;
  }

  .container-12-copy.top {
    max-width: none;
    height: auto;
    margin-top: -14px;
    margin-bottom: 35px;
    padding: 24px 16px 20px;
    display: flex;
  }

  .txt_concorrer_disclaimer {
    text-align: center;
    margin-bottom: 0;
    margin-left: 0;
    font-size: 12px;
    font-weight: 300;
    line-height: 150%;
  }

  .txt_concorrer_disclaimer.pronto2 {
    font-size: 16px;
    line-height: 24px;
  }

  .img_medica_checkup {
    flex: 1;
    max-width: 69%;
    margin-bottom: 20px;
    margin-right: 0;
    display: none;
  }

  .img_medica_checkup_mobile {
    flex: 1;
    width: 100%;
    max-width: 100%;
    margin-top: 20px;
    margin-bottom: 20px;
    margin-right: 0;
    display: block;
  }

  .section-3 {
    justify-content: flex-end;
    align-items: flex-end;
    padding-bottom: 16px;
    padding-right: 16px;
    display: flex;
    position: fixed;
  }

  .image-47 {
    width: 75%;
    max-width: 98%;
  }

  .link-block-9 {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .arrow_fixed {
    justify-content: flex-end;
    align-items: flex-end;
    padding-bottom: 16px;
    padding-right: 16px;
    display: flex;
    position: fixed;
  }

  .img_check {
    width: 30px;
  }

  .slide-nav {
    margin-top: 0;
    bottom: -8px;
  }

  .img_medicines {
    flex: 1;
    width: 35%;
    max-width: 100%;
    margin-bottom: 20px;
    margin-right: 0;
  }

  .div_block_img_checkup {
    justify-content: center;
    align-items: center;
    display: none;
  }

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

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

  .text-span-58.medicine {
    font-size: 15px;
  }

  .section_saudedamulher {
    flex-direction: row;
    padding-top: 100px;
    padding-left: 16px;
    padding-right: 16px;
    display: flex;
  }

  .container_saudedamulher {
    flex-direction: column;
  }

  .div-block-81, .div-block-82 {
    width: 100%;
  }

  .image-49.mobile {
    width: 80%;
    margin-top: 0;
    margin-right: auto;
  }

  .div-block-83.desktop {
    justify-content: center;
    align-items: center;
    display: none;
  }

  .button-10 {
    margin-left: auto;
    margin-right: auto;
  }

  .div-block-84 {
    justify-content: center;
  }

  .div-block-84.desktop {
    display: none;
  }

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

  .paragraph-18 {
    text-align: center;
    width: 100%;
    margin-top: 0;
    margin-bottom: 40px;
  }

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

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

  .div-block-85.bg {
    width: 100%;
    padding-right: 24px;
  }

  .div-block-85.bg._2 {
    align-items: center;
    width: 86%;
  }

  .paragraph-20 {
    width: 93%;
    font-size: 12px;
  }

  .paragraph-20.white {
    text-align: center;
    padding-left: 0;
  }

  .image-50, .image-50.cel, .image-50.white {
    width: 40px;
  }

  .div-block-86 {
    justify-content: center;
  }

  .img_educando {
    width: 100%;
  }

  .img_acolhimento {
    flex: 1;
  }

  .habitos-saudaveis {
    padding-top: 100px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .img_habitos {
    width: 100%;
  }

  .txt_pronto-copy {
    text-align: center;
    margin-bottom: 0;
    margin-left: 10px;
    font-size: 13px;
    line-height: 150%;
  }

  .txt_pronto-copy.pronto2 {
    font-size: 16px;
    line-height: 24px;
  }

  .txt_pronto-copy.bottom {
    font-size: 12px;
  }

  .div-block_habitos.top {
    width: 100%;
  }

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

  .div-block_text_medicine {
    width: 100%;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
    padding: 0 0 20px;
  }

  .img_check-copy {
    width: 30px;
  }

  .link-block-10 {
    justify-content: center;
    width: 207px;
    height: auto;
    margin-bottom: 0;
    padding-top: 4px;
    padding-bottom: 4px;
  }

  .link-block-10.top {
    width: 221px;
    height: auto;
    margin-bottom: 20px;
    padding-top: 4px;
    padding-bottom: 4px;
  }

  .image-51 {
    width: 15%;
  }

  .text-block-35 {
    text-align: center;
  }

  .assistente-digital {
    width: auto;
    margin-left: 0;
    margin-right: 0;
    padding-top: 100px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .educando-com-afeto {
    padding: 100px 16px 20px;
  }

  .acolhimento {
    padding-top: 100px;
    padding-left: 16px;
    padding-right: 16px;
  }

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

  .div-block-84-desktop {
    display: none;
  }

  .div-block-84-mobile {
    justify-content: center;
    width: 100%;
    display: flex;
  }

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

  .img_celular_desktop {
    border-radius: 16px;
    width: 75%;
    margin-top: 40px;
    margin-left: auto;
    margin-right: auto;
  }

  .div-block_educando {
    flex-direction: column-reverse;
    align-items: center;
    margin-top: 0;
  }

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

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

  .heading-18 {
    color: var(--red);
    width: 100%;
    font-family: Inter, sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 125%;
  }

  .button_entrar2-2 {
    width: auto;
    margin-top: 10px;
    padding-top: 8px;
    padding-bottom: 8px;
    font-weight: 400;
  }

  .text-span-86 {
    font-family: Inter, sans-serif;
  }

  .image-52 {
    width: 8%;
  }

  .div_block_img_medicamento-3 {
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    max-width: none;
    height: auto;
    margin-bottom: 0;
    display: flex;
  }

  .text-block-37 {
    font-size: 14px;
  }

  .text-block-38 {
    text-align: center;
    font-size: 14px;
  }

  .link-block-11 {
    background-color: #1bb99a;
    justify-content: center;
    width: 207px;
    height: auto;
    margin-bottom: 0;
    padding-top: 4px;
    padding-bottom: 4px;
  }

  .link-block-11.agendamento {
    width: 80%;
    margin-bottom: 10px;
    margin-right: 0;
  }

  .link-block-11.top {
    background-color: #1bb99a;
    height: auto;
    margin-bottom: 10px;
    padding-top: 4px;
    padding-bottom: 4px;
  }

  .link-block-11.top.agendamento {
    width: 80%;
  }

  .como-pagar {
    width: auto;
    margin-left: 0;
    margin-right: 0;
    padding-top: 100px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .paragraph-21 {
    text-align: center;
    width: 100%;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 12px;
  }

  .heading-19 {
    display: none;
  }

  .div-block-88 {
    justify-content: center;
  }

  .div-block-88.mobile {
    margin-top: 30px;
  }

  .div-block-88.desktop {
    display: none;
  }

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

  .text-span-red.medicine {
    font-size: 15px;
  }

  .autorizador {
    flex-direction: row;
    justify-content: space-between;
    width: 210.414px;
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .text-block-39, .text-block-40 {
    margin-right: 10px;
  }

  .div-block-90 {
    flex-direction: row;
    justify-content: center;
  }

  .img_mockup_cel-4 {
    width: 100%;
    margin-right: 0;
  }

  .img_mockup_cel-4.epharma {
    width: 50%;
  }

  .txt_pronto-2 {
    text-align: left;
    width: 84%;
    margin: 0 16px 0 11px;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    font-size: 12px;
    line-height: 125%;
  }

  .txt_pronto-2.medicine-copy {
    padding-right: 0;
    font-size: 14px;
  }

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

  .image-53 {
    width: 30%;
    display: none;
  }

  .section_consultas {
    flex-direction: column;
    padding-top: 100px;
    padding-left: 16px;
    padding-right: 16px;
    display: flex;
  }

  .section_orientacao {
    padding-top: 100px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .div-block-91 {
    justify-content: center;
  }

  .imagem-44._2 {
    width: 37px;
    margin-right: 20px;
  }

  .image-54 {
    width: 27%;
    display: block;
  }

  .section_consulta-por-video, .solicitar-agendamento {
    padding-top: 100px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .text-block-41 {
    text-align: center;
    font-size: 16px;
  }

  .img_odonto-3 {
    display: none;
  }

  .presencial-4 {
    padding-left: 0;
    padding-right: 0;
  }

  .div-block_text-4 {
    flex-direction: column-reverse;
    align-items: center;
  }

  .div-block-92.top {
    align-items: center;
    width: 100%;
    margin-bottom: 24px;
  }

  .heading_item-3 {
    align-items: center;
  }

  .image-56 {
    width: 30px;
    margin-bottom: 10px;
    padding-right: 0;
    display: none;
  }

  .txt_pronto-3 {
    text-align: left;
    margin-bottom: 0;
    margin-left: 10px;
    font-size: 12px;
    line-height: 125%;
  }

  .txt_pronto-3.atendimento {
    text-align: center;
  }

  .heading-20 {
    text-align: center;
    width: 79%;
    margin-left: auto;
    margin-right: auto;
    font-size: 20px;
    line-height: 26px;
  }

  .pronto_atendimento-2 {
    width: auto;
    margin-left: 0;
    margin-right: 0;
    padding-top: 100px;
    padding-left: 16px;
    padding-right: 16px;
  }
}

#w-node-c38f373b-1d25-fc01-62b6-139c7903fd82-ad135ef2 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-c53647ad-d0a2-efd6-0f65-747d5958ff71-ad135ef2, #w-node-_7a204af0-de9f-a620-c5a8-d5a3d1b3b573-ad135ef2, #w-node-_7328415f-0a21-32ed-da8e-7ddefe771a69-ad135ef2, #w-node-d9dff757-9179-5708-4118-df5a6d3bdc37-ad135ef2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9f915d3b-72f7-baed-0f30-a33151602cb5-ad135ef2 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_260cd233-51bd-8032-1203-130cbf1fd32b-ad135ef2, #w-node-_17eae9d2-0bb4-40bf-e43b-5a641f8b5786-ad135ef2, #w-node-_58aa8302-6f1d-91e4-e41f-c0a8ff4fde77-ad135ef2, #w-node-f78d087f-133f-3c13-ec23-4e015587dbb0-ad135ef2, #w-node-_92cf4797-b0d1-bc1f-89ca-bf54a8cd3b24-ad135ef2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-bafb4040-9216-9790-0367-c50e7ac042e3-ad135ef2 {
  justify-self: center;
}

#w-node-bd1eacac-82a3-f1a2-d290-f010597f3def-ad135ef2, #w-node-_350ac9fc-5c39-9f5e-1562-47ed66827740-ad135ef2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b02498e5-efc6-ac7b-0403-22162b26fe73-ad135ef2 {
  justify-self: center;
}

@media screen and (max-width: 991px) {
  #w-node-_1d92ee99-6938-3405-22e4-f47f759f98d6-ad135ef2 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}

@media screen and (max-width: 767px) {
  #w-node-c38f373b-1d25-fc01-62b6-139c7903fd82-ad135ef2, #w-node-_9f915d3b-72f7-baed-0f30-a33151602cb5-ad135ef2 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-bafb4040-9216-9790-0367-c50e7ac042e3-ad135ef2 {
    justify-self: center;
  }

  #w-node-_1d92ee99-6938-3405-22e4-f47f759f98d6-ad135ef2 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-b02498e5-efc6-ac7b-0403-22162b26fe73-ad135ef2 {
    justify-self: center;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_1d92ee99-6938-3405-22e4-f47f759f98d6-ad135ef2 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


