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

.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: var(--new-primary-orange-100);
  text-align: center;
  width: 96px;
  height: 96px;
  margin-bottom: 0;
  line-height: 96px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.large-container {
  height: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.image-4 {
  height: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.image-table {
  display: block;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.slider-4 {
  display: none;
}

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

.image-27 {
  width: 46%;
}

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

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

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

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

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

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

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

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

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

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

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

.comece {
  padding: 60px 40px;
}

.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: #fff;
  padding: 60px 40px 100px;
}

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

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

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

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

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

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

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

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

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

.slider-3 {
  display: none;
}

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

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

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

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

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

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

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

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

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

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

.form {
  display: flex;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.img_video {
  margin-bottom: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.text_button {
  color: var(--azul-marinho);
  font-weight: 600;
}

.div-block-62 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.button-9.orange {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #d4d94c;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  padding: 12px 24px;
  font-family: Montserrat, sans-serif;
  text-decoration: none;
  display: inline-flex;
}

.brand-3 {
  padding-top: 0;
}

.container-11 {
  justify-content: center;
  align-items: center;
  max-width: 1000px;
  height: 88px;
  display: flex;
}

.navbar-3 {
  background-color: var(--azul-marinho);
  height: 88px;
  padding-left: 56px;
  padding-right: 56px;
}

.slide {
  background-image: url('../images/Carrossel1.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.container_slide {
  justify-content: flex-start;
  align-items: flex-end;
  max-width: none;
  height: 100%;
  margin-left: 100px;
  margin-right: 100px;
  padding-bottom: 60px;
  display: flex;
}

.container_slide._2 {
  justify-content: flex-start;
  align-items: center;
}

.div-block-2 {
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.div-block_centro {
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  width: 80%;
  display: flex;
}

.hero {
  height: 480px;
}

.div-block_direita {
  justify-content: center;
  align-items: flex-end;
  width: 25%;
  display: flex;
}

.slider {
  background-color: #0000;
  height: 480px;
}

.header_hero {
  color: #fff;
  margin-top: 0;
  font-family: Montserrat, sans-serif;
}

.header_hero.white {
  margin-bottom: 0;
  padding-left: 10px;
  font-family: Red Hat Display, sans-serif;
  font-size: 32px;
  font-weight: 400;
}

.header_hero.purple {
  color: #462a71;
  background-color: #ffcf00;
  padding: 5px 10px;
}

.header_hero.yellow {
  color: var(--verde);
  background-color: #0000;
  padding: 0;
  font-size: 40px;
  line-height: 125%;
  display: inline-block;
}

.div1 {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

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

.slide-2 {
  background-image: url('../images/Carrossel2.png');
  background-position: 100%;
  background-size: cover;
}

.paragraph_hero {
  color: #fff;
  width: 100%;
  padding-left: 10px;
  font-family: Red Hat Display, sans-serif;
  font-size: 20px;
  line-height: 28px;
}

.text-block-2 {
  z-index: 999;
  color: #fff;
  height: auto;
  font-family: Montserrat, sans-serif;
  font-size: 56px;
  font-weight: 300;
  line-height: 125%;
  display: block;
  position: relative;
  top: 24px;
}

.container_hero {
  max-width: none;
  height: 480px;
}

.text-block-29 {
  color: #fff;
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  line-height: 125%;
}

.heading-14 {
  color: var(--verde);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 220px;
  line-height: 80%;
  position: relative;
  left: -32px;
}

.div-block_esquerda {
  justify-content: center;
  align-items: center;
  width: 25%;
  display: flex;
}

.image-61 {
  display: none;
}

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

.div-block-91 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  display: flex;
}

.text-block-37 {
  color: var(--azul-escuro);
  font-family: Red Hat Display, sans-serif;
  font-weight: 700;
}

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

.text-block-378-copy {
  color: var(--verde-escuro);
  font-weight: 700;
}

.div-block-88 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  width: 70%;
  height: 100%;
  display: flex;
}

.text-span-55 {
  color: #4b3f40;
  font-family: Red Hat Display, sans-serif;
  font-weight: 400;
}

.link-block-11-copy {
  color: var(--azul-escuro);
  margin-top: 10px;
}

.div-block-65 {
  background-color: #0000;
  border-radius: 20px;
  flex-direction: column;
  justify-content: space-around;
  align-items: stretch;
  width: 40%;
  height: 100%;
  display: flex;
  box-shadow: 0 2px 5px #0003;
}

.text-block-38 {
  color: #e6f0f7;
  margin-top: 10px;
  margin-bottom: 10px;
  font-weight: 400;
}

.text-block-38.mobile {
  display: none;
}

.div-block-66 {
  background-color: #1305010d;
  border-radius: 16px;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 130px;
  margin-right: 16px;
  padding: 24px 16px;
  display: flex;
}

.div-block-66.grid3 {
  background-color: #fff;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  padding: 16px 24px;
  box-shadow: 0 2px 5px #0003;
}

.div-block-66.grid3.blue {
  background-color: var(--azul-marinho);
}

.text-block-37-copy {
  color: var(--white100);
  font-family: Red Hat Display, sans-serif;
  font-weight: 700;
}

.div-block-73 {
  border-radius: 16px 16px 0 0;
  height: 99%;
  overflow: hidden;
}

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

.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 {
  justify-content: flex-start;
  align-items: center;
  height: auto;
  margin-bottom: 0;
}

.text-block-33-copy-copy {
  color: var(--verde-escuro);
  margin-bottom: 8px;
  font-family: Red Hat Display, sans-serif;
  font-size: 16px;
  font-weight: 700;
}

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

.image-63 {
  max-width: none;
  margin-top: 0;
  margin-bottom: 0;
}

.in {
  background-color: #fff;
  margin-top: 0;
  padding: 80px 40px;
}

.link-block-12 {
  color: var(--white100);
  margin-top: 10px;
}

.link-block-11 {
  color: var(--verde-escuro);
  margin-top: 10px;
  font-family: Red Hat Display, sans-serif;
}

.txt_grid {
  color: #ec1d27;
  text-align: left;
  letter-spacing: 0;
  margin-top: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 125%;
}

.txt_grid.grid3 {
  color: #4b3f40;
  font-family: Red Hat Display, sans-serif;
  font-size: 14px;
}

.txt_grid.grid3.white {
  color: var(--white100);
  font-family: Red Hat Display, sans-serif;
}

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

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

.heading-15 {
  color: var(--azul-marinho);
  font-family: Red Hat Display, sans-serif;
  font-weight: 700;
}

.paragraph-14 {
  color: #1e1e1e;
  text-align: right;
  width: 71%;
  font-family: Red Hat Display, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 125%;
}

.div-block-80 {
  color: var(--verde-escuro);
  margin-left: 16px;
  margin-right: 16px;
}

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

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

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

.container-12 {
  flex-direction: column;
  align-items: center;
  max-width: 940px;
  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;
}

.text-block-33-copy {
  color: var(--azul-escuro);
  margin-bottom: 8px;
  font-family: Red Hat Display, sans-serif;
  font-size: 16px;
}

.text-span-78 {
  color: #ec1d27;
}

.button-10 {
  color: #ec1d27;
  text-align: center;
  background-color: #fff;
  border-radius: 20px;
  width: 100%;
  font-weight: 500;
}

.div-block-64 {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  height: 100%;
  display: flex;
}

.text-block-33 {
  color: var(--white100);
  margin-bottom: 8px;
  font-family: Red Hat Display, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.text-span-80 {
  color: var(--azul-escuro);
}

.primeiro-acesso {
  background-color: var(--azul-marinho);
  justify-content: center;
  align-items: center;
  height: 508px;
  display: flex;
}

.text-block-6 {
  color: #fff;
  font-family: Red Hat Display, sans-serif;
  font-size: 16px;
}

.text_button-2 {
  color: var(--white100);
  font-family: Red Hat Display, sans-serif;
  font-weight: 600;
}

.text_button-2.white {
  color: var(--white100);
}

.text_button-2.blue {
  color: var(--azul-marinho);
}

.div-block-100 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 20px;
  display: flex;
}

.button-11.orange {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--verde);
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  padding: 12px 24px;
  font-family: Montserrat, sans-serif;
  text-decoration: none;
  display: inline-flex;
}

.button-11.green {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--verde-escuro);
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  padding: 12px 24px;
  font-family: Montserrat, sans-serif;
  text-decoration: none;
  display: inline-flex;
}

.button-11.blue {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: var(--azul-marinho);
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  padding: 12px 20px;
  font-family: Montserrat, sans-serif;
  text-decoration: none;
  display: inline-flex;
}

.div-block-101 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  margin-bottom: 20px;
  display: flex;
}

.container-primeiro-acesso {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1000px;
  height: 508px;
  display: flex;
}

.div-block-102 {
  width: 100%;
  padding-left: 56px;
}

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

.heading-3 {
  color: #fff;
  margin-bottom: 20px;
  font-family: Red Hat Display, sans-serif;
  font-size: 24px;
  font-weight: 300;
  line-height: 125%;
}

.image-65 {
  width: 80%;
}

.paragraph-15 {
  color: #4b3f40;
  margin-bottom: 0;
  margin-left: 0;
  font-family: Red Hat Display, sans-serif;
  font-size: 16px;
  line-height: 24px;
}

.paragraph-15.color {
  color: #fff;
  font-family: Red Hat Display, sans-serif;
}

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

.image-52 {
  width: 100%;
}

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

.text-heading-8 {
  color: var(--azul-marinho);
  margin-top: 24px;
  margin-bottom: 16px;
  font-family: Red Hat Display, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 30px;
}

.text-heading-8._2 {
  margin-top: 0;
}

.text-span-81 {
  color: var(--azul-marinho);
  text-decoration: none;
}

.text-block-379 {
  font-family: Red Hat Display, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
}

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

.comece-2 {
  background-color: #78278b08;
  padding: 100px 40px;
}

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

.image-66 {
  margin-top: 0;
  margin-right: 10px;
}

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

.div_primeiro_consultas {
  background-color: var(--azul-marinho);
  border-radius: 16px;
  align-items: center;
  margin-top: 5px;
  margin-bottom: 20px;
  padding: 8px 16px;
  display: flex;
}

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

.text-span-80-copy {
  color: #5e9732;
}

.paragraph-16 {
  color: #130501;
  margin-bottom: 0;
  margin-left: 0;
  font-size: 16px;
  line-height: 24px;
}

.image-67 {
  width: 100%;
}

.container-14 {
  flex-direction: row;
  justify-content: center;
  max-width: 940px;
  display: flex;
}

.text-block-380 {
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
}

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

.image-68 {
  margin-top: 0;
  margin-right: 10px;
}

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

.consultas-video {
  background-color: #fff;
  padding: 60px 40px;
}

.text-heading_video {
  color: var(--verde-escuro);
  margin-top: 24px;
  margin-bottom: 16px;
  font-family: Red Hat Display, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 30px;
}

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

.right-arrow-2 {
  justify-content: flex-end;
  align-items: center;
  height: auto;
  display: flex;
}

.splide__track {
  grid-column-gap: 4vw;
  grid-row-gap: 4vw;
  opacity: 1;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.splide__list {
  display: flex;
}

.desconto-medicamentos {
  background-color: #fff;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: auto;
  padding: 60px 40px;
  display: flex;
}

.paragraph-2-copy {
  width: auto;
  margin-bottom: 0;
  font-family: Red Hat Display, sans-serif;
}

.splide__slide {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 230px;
  min-width: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.text-block-7 {
  color: var(--azul-escuro);
  font-family: Red Hat Display, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.text-span-83 {
  color: #fa6300;
  font-weight: 400;
}

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

.div-block-108 {
  width: 60%;
}

.text_button-3 {
  color: #fff;
  font-family: Red Hat Display, sans-serif;
  font-weight: 600;
}

.paragraph-17 {
  color: #4b3f40;
  width: auto;
  margin-bottom: 60px;
  font-family: Red Hat Display, sans-serif;
  font-size: 21px;
  font-weight: 700;
}

.paragraph-17.subtitle {
  margin-bottom: 20px;
  font-size: 18px;
}

.left-arrow-3 {
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: absolute;
}

.image-57 {
  width: 300px;
  height: 60px;
}

.container_desconto-medicamentos {
  justify-content: space-around;
  align-items: center;
  width: 100%;
  max-width: 940px;
  height: 100%;
  display: flex;
}

.slide-4 {
  width: 230px;
  height: auto;
  padding-left: 16px;
  padding-right: 16px;
}

.slider-5 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #0000;
  justify-content: center;
  align-items: center;
  height: 100px;
  display: none;
}

.img_medicamentos {
  width: 90%;
  margin-top: 140px;
}

.title_benefits {
  color: var(--azul-escuro);
  margin-bottom: 20px;
  font-family: Red Hat Display, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 125%;
}

.div-block-90 {
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  margin-top: 20px;
  display: flex;
}

.button-12.orange {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--azul-escuro);
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  padding: 12px 24px;
  font-family: Montserrat, sans-serif;
  text-decoration: none;
  display: inline-flex;
}

.image-58 {
  width: 300px;
  height: 60px;
}

.div-block-14 {
  flex-flow: column;
  justify-content: center;
  align-items: flex-end;
  width: 40%;
  height: auto;
  margin-top: 40px;
  padding-left: 60px;
  display: flex;
}

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

.image-53 {
  width: 25px;
}

.slide-nav-2 {
  display: none;
}

.image-56 {
  width: 234px;
  height: 60px;
}

.bold-text-7 {
  color: var(--azul-escuro);
}

.paragraph-2 {
  color: #4b3f40;
  width: auto;
  font-family: Red Hat Display, sans-serif;
}

.logo-carousel {
  margin-top: 3em;
  overflow: hidden;
}

.logo-carousel.splide {
  opacity: 1;
  margin-top: 16px;
}

.paragraph-18 {
  margin-top: 20px;
  font-family: Red Hat Display, sans-serif;
  font-size: 10px;
  font-weight: 300;
  line-height: 125%;
}

.div-block-13-medicamentos {
  width: 100%;
  padding-left: 0;
}

.div-block-13-medicamentos._2 {
  padding-top: 60px;
  padding-left: 0;
}

.mask-3 {
  width: 887px;
  height: auto;
}

.image-59 {
  width: 230px;
  height: 60px;
}

.bold-text-8 {
  font-family: Red Hat Display, sans-serif;
  font-size: 24px;
}

.bold-text-9 {
  color: var(--azul-escuro);
}

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

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

.text-heading-9.faq-item-heading-text {
  color: #130501;
  flex: 1;
  margin-right: 24px;
  font-family: Red Hat Display, sans-serif;
  font-weight: 700;
  display: inline-block;
}

.bold-text-10 {
  color: var(--azul-escuro);
}

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

.arrow_faq-2 {
  transform: rotate(0);
}

.faq-item-3 {
  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;
}

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

.heading-16 {
  color: var(--azul-marinho);
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  padding-left: 60px;
  font-family: Red Hat Display, sans-serif;
  font-size: 32px;
  font-weight: 700;
}

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

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

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

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

.text-body-33.faq-item-text {
  color: #130501;
  width: 864px;
  margin-top: 24px;
  margin-bottom: 8px;
  padding-left: 0;
  padding-right: 0;
  font-family: Red Hat Display, sans-serif;
  font-weight: 300;
}

.link-11 {
  color: #4b3f40;
}

.link-12 {
  color: #3f4b40;
}

.text-block-8 {
  color: #462a71;
  text-align: center;
  background-color: #ffcf00;
  padding: 5px 10px;
  font-family: Lato, sans-serif;
  font-size: 18px;
  font-weight: 400;
  display: inline-block;
}

.text-block-9-copy {
  opacity: .7;
  color: #fff;
  font-family: Montserrat, sans-serif;
  font-weight: 300;
}

.text-block-9-copy._10 {
  margin-top: 10px;
  font-family: Red Hat Display, sans-serif;
  font-size: 10px;
}

.heading-9 {
  color: #fff;
  margin-top: 0;
  font-family: Red Hat Display, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 125%;
}

.container-2 {
  border-top: 1px #fff;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 20px;
  display: flex;
}

.container-2._2 {
  border-top-style: solid;
  border-bottom: 1px solid #fff;
  padding-top: 20px;
  padding-bottom: 20px;
}

.div-block-96 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.div-block-96._3 {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  justify-content: center;
  align-items: center;
}

.div-block-96._2 {
  justify-content: flex-start;
  align-items: center;
}

.paragraph-5 {
  color: #fff;
  font-family: Red Hat Display, sans-serif;
  font-size: 10px;
  font-weight: 400;
}

.link-block-10 {
  color: #fff;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
}

.footer-3 {
  background-color: var(--azul-marinho);
  padding-top: 60px;
  padding-bottom: 60px;
}

.div-block-95 {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  display: flex;
}

.div-block-95._2 {
  justify-content: center;
  align-items: flex-start;
  width: auto;
  padding-top: 20px;
}

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

.text-block-9 {
  opacity: .7;
  color: #fff;
  font-family: Red Hat Display, sans-serif;
  font-weight: 300;
}

.div-block-97 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  justify-content: center;
  align-items: center;
  width: 400px;
  margin-top: 60px;
  display: flex;
}

.text-block-381, .text-block-382 {
  font-family: Red Hat Display, sans-serif;
}

.como-agendar_desktop {
  cursor: pointer;
  padding-left: 40px;
  padding-right: 40px;
}

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

.div-block-110 {
  width: 65%;
  padding-left: 0;
}

.div-block-111 {
  width: 35%;
}

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

.div-block-112.top {
  justify-content: flex-start;
  align-items: center;
  margin-top: 20px;
}

.heading-17 {
  margin-top: 0;
  font-family: Red Hat Display, sans-serif;
  font-size: 16px;
  line-height: 100%;
}

.heading-17.grey {
  color: var(--black40);
}

.image-72 {
  width: 53px;
}

.div-block-113 {
  justify-content: center;
  align-items: center;
  width: 59px;
  margin-right: 16px;
  display: flex;
}

.text-block-383 {
  width: 535px;
  font-family: Red Hat Display, sans-serif;
  font-size: 16px;
}

.text-block-383.grey {
  color: var(--black40);
}

.bold-text-11 {
  color: var(--azul-marinho);
}

.bold-text-11.gray {
  color: var(--black40);
}

.div-block-114 {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.div-block-114.hide {
  width: 1048px;
  display: block;
}

.div-block-114.grey {
  color: var(--black40);
}

.container_contatos {
  margin-top: 40px;
}

._1-container_steps1, ._2container_steps2, ._3container_steps3, ._4container_steps4, ._5container_steps5 {
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  display: flex;
}

.div-block-115 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.como-agendar_mobile {
  display: none;
}

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

.bold-text-13 {
  font-family: Red Hat Display, sans-serif;
}

.div-block-118 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: flex-start;
  align-items: center;
  margin-top: 20px;
  display: flex;
}

.bold-text-14 {
  color: var(--azul-escuro);
}

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

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

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

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

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

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

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

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

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

  .header-grid {
    flex: 1;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .pricing-organic {
    width: 50%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .heading-7 {
    width: 67%;
  }

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

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

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

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

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

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

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

  .header_credz {
    align-items: center;
  }

  .button_credz {
    font-size: 18px;
  }

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

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

  .container_slide._2 {
    justify-content: flex-start;
    align-items: center;
    padding-bottom: 0;
  }

  .header_hero.yellow {
    color: var(--verde);
    background-color: #0000;
    padding-left: 0;
  }

  .paragraph_hero {
    width: 100%;
  }

  .heading-14 {
    color: var(--verde);
  }

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

  .div-block-65 {
    width: 40%;
  }

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

  .div-block-63 {
    padding-top: 32px;
  }

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

  .in {
    background-color: #fff;
    margin-top: 0;
    padding-top: 80px;
  }

  .paragraph-14 {
    width: 700px;
  }

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

  .heading-3 {
    font-size: 32px;
  }

  .text-heading-8 {
    color: var(--azul-marinho);
    font-size: 32px;
    line-height: 125%;
  }

  .div-block-104, .div-block-106 {
    padding-left: 0;
  }

  .text-heading_video {
    color: var(--verde-escuro);
    font-size: 32px;
    line-height: 125%;
  }

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

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

  .header-2 {
    height: 650px;
  }

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

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

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

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

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

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

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

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

  .heading_trigger {
    flex-direction: column;
  }

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

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

  .button_entrar2 {
    margin-top: 10px;
  }

  .paragraph_slider {
    margin-bottom: 10px;
  }

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

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

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

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

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

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

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

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

  .header_credz {
    height: 650px;
  }

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

  .text_button {
    color: var(--azul-marinho);
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
  }

  .button-9 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    color: #fff;
    background-color: #fa6300;
    border-radius: 50px;
    justify-content: center;
    align-items: center;
    padding: 12px 32px;
    text-decoration: none;
    display: flex;
  }

  .brand-3 {
    flex-flow: row;
    justify-content: center;
    align-items: center;
    height: 48px;
    display: flex;
  }

  .container-11 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    max-width: 1000px;
    height: 48px;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    display: block;
  }

  .navbar-3 {
    background-color: var(--azul-marinho);
    justify-content: space-around;
    align-items: center;
    height: 88px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .logo-bmg {
    margin-top: 0;
  }

  .slide {
    background-color: #0000;
    background-image: url('../images/Carrossel1.png');
    background-position: 0 0;
    background-size: cover;
    height: 100%;
  }

  .container_slide {
    justify-content: flex-start;
    align-items: flex-end;
    max-width: 1000px;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .div-block-2 {
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
  }

  .hero {
    height: 600px;
  }

  .div-block_direita {
    justify-content: center;
    align-items: flex-end;
  }

  .slider {
    height: auto;
  }

  .mask-2 {
    height: 600px;
  }

  .header_hero.white {
    font-size: 40px;
  }

  .header_hero.yellow {
    color: var(--verde);
    background-color: #0000;
    padding: 5px 10px 5px 0;
    font-size: 40px;
    display: inline-block;
  }

  .div1 {
    color: var(--verde);
  }

  .div1.image {
    justify-content: center;
    align-items: center;
    width: 40%;
    display: flex;
  }

  .slide-2 {
    background-image: url('../images/Carrossel2.png');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: auto;
  }

  .paragraph_hero {
    width: 100%;
  }

  .text-block-2 {
    z-index: 999;
    color: #fff;
    font-family: Montserrat, sans-serif;
    font-size: 56px;
    font-weight: 300;
    line-height: 125%;
    position: relative;
    top: 43px;
    right: 0;
  }

  .container_hero {
    max-width: none;
    height: 100%;
  }

  .text-block-29 {
    color: #fff;
    font-family: Montserrat, sans-serif;
    font-size: 28px;
    line-height: 125%;
  }

  .heading-14 {
    color: var(--verde);
    margin-top: 0;
    font-family: Montserrat, sans-serif;
    font-size: 220px;
    line-height: 220px;
    position: relative;
    left: -35px;
  }

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

  .div-block-91 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    justify-content: space-between;
    align-items: center;
    width: 211px;
    height: 100%;
    display: flex;
  }

  .div_grid_benefits {
    max-width: 1000px;
  }

  .div-block-88 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    width: 77%;
  }

  .div-block-65 {
    width: 36%;
  }

  .div-block-73 {
    background-image: none;
    border-radius: 20px 20px 0 0;
    height: auto;
  }

  .div-block-63 {
    padding-top: 16px;
  }

  .text-block-33-copy-copy {
    font-family: Red Hat Display, sans-serif;
    font-weight: 400;
  }

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

  .image-38 {
    width: 26%;
  }

  .paragraph-14 {
    width: 700px;
  }

  .div-block-99 {
    max-width: 1000px;
  }

  .image-48 {
    width: 15%;
  }

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

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

  .text-block-33-copy {
    font-family: Red Hat Display, sans-serif;
    font-weight: 400;
  }

  .image-64 {
    width: 100%;
  }

  .text_button-2 {
    color: var(--white100);
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
  }

  .button-11 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    color: #fff;
    background-color: #fa6300;
    border-radius: 50px;
    justify-content: center;
    align-items: center;
    padding: 12px 32px;
    text-decoration: none;
    display: flex;
  }

  .div-block-101 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .container-primeiro-acesso {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .div-block-102 {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    padding-left: 140px;
    display: flex;
  }

  .text-heading-8 {
    color: var(--azul-marinho);
  }

  .div-block-104, .div-block-106 {
    width: 50%;
    padding-left: 0;
  }

  .text-heading_video {
    color: var(--verde-escuro);
  }

  .image-69 {
    display: block;
  }

  .text-block-7 {
    font-size: 14px;
  }

  .text_button-3 {
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    text-decoration: none;
  }

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

  .button-12 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    color: #fff;
    background-color: #fa6300;
    border-radius: 50px;
    justify-content: center;
    align-items: center;
    padding: 12px 32px;
    text-decoration: none;
    display: flex;
  }
}

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

  .brand {
    padding-left: 24px;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .header {
    height: auto;
  }

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

  .header-image {
    display: none;
  }

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

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

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

  .scroll-effect {
    display: none;
  }

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

  .benefits {
    margin-top: 108px;
  }

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

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

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

  .plans {
    margin-top: 120px;
  }

  .plan-image {
    display: none;
  }

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

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

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

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

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

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

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

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

  .float-button {
    display: none;
  }

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

  .link-block {
    display: block;
  }

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

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

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

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

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

  .pricing-organic {
    width: 65%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .header-2 {
    height: 450px;
  }

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

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

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

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

  .div_benefits {
    width: 125px;
  }

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

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

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

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

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

  .img_comece_mobile {
    max-width: 100%;
  }

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

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

  .comece_mobile {
    display: none;
  }

  .image_medicamentos {
    max-width: 100%;
  }

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

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

  .heading_item {
    margin-bottom: 20px;
  }

  .heading_slider {
    font-size: 20px;
  }

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

  .busca {
    margin-bottom: 0;
  }

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

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

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

  .paragraph_slider {
    font-size: 14px;
  }

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

  .heading_pronto {
    text-align: left;
  }

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

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

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

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

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

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

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

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

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

  .image-19 {
    width: auto;
  }

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

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

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

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

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

  .header_credz {
    height: 450px;
  }

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

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

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

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

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

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

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

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

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

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

  .button-9.orange {
    width: auto;
    display: flex;
  }

  .slide {
    background-position: 0 0, 100%, 141% 100%, 0 0, 0 0;
  }

  .container_slide {
    margin-left: auto;
    margin-right: auto;
    padding-left: 24px;
    padding-right: 24px;
  }

  .image-61 {
    display: none;
  }

  .div_grid_benefits {
    grid-column-gap: 8px;
    flex-flow: wrap;
    justify-content: space-between;
    align-items: flex-start;
  }

  .div-block-88 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    width: 68%;
  }

  .div-block-65 {
    width: 30%;
    height: 100%;
  }

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

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

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

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

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

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

  .image-63 {
    width: 42%;
    max-width: none;
    margin-bottom: 0;
  }

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

  .txt_grid {
    font-size: 11px;
  }

  .image-36 {
    width: 24%;
  }

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

  .div-block-80 {
    width: auto;
  }

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

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

  .text-block-6 {
    font-size: 14px;
  }

  .button-11.orange, .button-11.green, .button-11.blue {
    width: auto;
    display: flex;
  }

  .div-block-101 {
    justify-content: center;
    align-items: center;
  }

  .container-primeiro-acesso {
    padding-left: 24px;
    padding-right: 24px;
  }

  .div-block-102 {
    flex-flow: column;
    align-items: flex-start;
    padding-left: 40px;
    display: flex;
  }

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

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

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

  .text-block-379 {
    font-size: 16px;
  }

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

  .image-66 {
    width: 8%;
  }

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

  .text-block-380 {
    font-size: 16px;
  }

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

  .image-68 {
    width: 8%;
  }

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

  .image-69 {
    display: block;
  }

  .image-70 {
    display: none;
  }

  .desconto-medicamentos {
    background-position: -105% 100%, 92%;
    padding-left: 24px;
    padding-right: 24px;
  }

  .paragraph-2-copy {
    width: auto;
  }

  .text-block-7 {
    font-size: 14px;
  }

  .img_medicamentos {
    width: 100%;
  }

  .title_benefits {
    font-size: 22px;
  }

  .div-block-90 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: row;
    justify-content: space-between;
    align-items: center;
  }

  .button-12.orange {
    width: auto;
    display: flex;
  }

  .div-block-14 {
    margin-top: -15px;
    padding-left: 24px;
  }

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

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

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

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

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

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

  .text-block-383 {
    width: 347px;
  }

  .div-block-115 {
    grid-column-gap: 7px;
    grid-row-gap: 7px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }
}

@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 {
    background-color: var(--new-blue-100);
    text-align: center;
    margin: 8px;
  }

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

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

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

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

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

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

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

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

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

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

  .benefits {
    margin-top: 84px;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .footer {
    margin-top: 64px;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .image-table {
    display: none;
  }

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

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

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

  .column {
    align-items: center;
  }

  .columns {
    display: flex;
  }

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

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

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

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

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

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

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

  .div_benefits {
    width: 100px;
  }

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

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

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

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

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

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

  .img_comece_mobile {
    max-width: 104%;
  }

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

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

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

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

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

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

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

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

  .heading-7 {
    text-align: center;
    font-size: 32px;
    line-height: 40px;
  }

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

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

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

  .presencial {
    align-items: center;
  }

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

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

  .heading_item {
    flex-direction: column;
  }

  .heading_slider {
    text-align: center;
  }

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

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

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

  .busca {
    margin-top: 10px;
  }

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

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

  .div_input_fake {
    width: auto;
  }

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

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

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

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

  .container_slider_howtouse {
    display: none;
  }

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

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

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

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

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

  .heading_pronto {
    text-align: center;
  }

  .img_video {
    margin-bottom: 40px;
  }

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

  .img_celular {
    margin-bottom: 40px;
  }

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

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

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

  .heading_pronto2 {
    text-align: center;
  }

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

  .img_mockup_cel {
    width: 75%;
  }

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

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

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

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

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

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

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

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

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

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

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

  .conteiner_footer {
    max-width: none;
  }

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

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

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

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

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

  .img_mockup_cel-2 {
    width: 75%;
  }

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

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

  .header_credz {
    background-position: 50%;
  }

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

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

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

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

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

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

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

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

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

  .slide {
    background-image: url('../images/Carrossel1-mobile.png');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    height: 470px;
  }

  .container_slide {
    height: 100%;
  }

  .hero, .slider {
    height: auto;
  }

  .header_hero.white {
    font-size: 38px;
  }

  .header_hero.purple {
    font-size: 24px;
    line-height: 125%;
  }

  .slide-2 {
    background-image: url('../images/Carrossel2-mobile.png');
    background-position: 50%;
    height: 470px;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .paragraph_hero {
    width: auto;
    font-size: 16px;
    line-height: 125%;
  }

  .container_hero {
    height: auto;
  }

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

  .image-61 {
    display: none;
  }

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

  .div-block-91 {
    justify-content: center;
    align-items: center;
  }

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

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

  .div-block-88 {
    width: 100%;
    margin-top: 20px;
  }

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

  .text-block-38 {
    margin-top: 0;
    display: none;
  }

  .text-block-38.mobile {
    display: block;
  }

  .div-block-66.color2 {
    background-color: #640000;
    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: #ec1d27;
    justify-content: flex-start;
    height: 195px;
    margin-top: -27px;
    padding-bottom: 20px;
    padding-left: 40px;
    padding-right: 40px;
    position: relative;
  }

  .div-block-66.grid3 {
    height: auto;
  }

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

  .div-block-63 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    border-radius: 24px;
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
    height: auto;
    padding-bottom: 16px;
    padding-left: 24px;
    padding-right: 24px;
  }

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

  .image-63 {
    width: 80%;
  }

  .in {
    margin-top: 0;
    padding: 40px 60px;
  }

  .txt_grid {
    color: #fff;
    text-align: left;
    align-items: center;
    font-size: 16px;
    display: block;
  }

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

  .image-36 {
    width: 15%;
  }

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

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

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

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

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

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

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

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

  .button-10 {
    color: #ec1d27;
    background-color: #fff;
  }

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

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

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

  .primeiro-acesso {
    height: auto;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .div-block-101 {
    flex-flow: row;
    margin-top: 40px;
  }

  .container-primeiro-acesso {
    flex-flow: column;
    height: auto;
  }

  .div-block-102 {
    justify-content: center;
    align-items: center;
    margin-top: 40px;
    padding-left: 0;
  }

  .heading-3 {
    font-size: 32px;
  }

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

  .text-heading-8 {
    text-align: left;
    font-size: 32px;
  }

  .comece-2 {
    flex-direction: row;
    display: block;
  }

  .div-block-104 {
    justify-content: center;
    align-items: flex-start;
    width: auto;
  }

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

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

  .div-block-106 {
    justify-content: center;
    align-items: flex-start;
    width: auto;
  }

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

  .consultas-video {
    flex-direction: row;
    display: block;
  }

  .text-heading_video {
    text-align: left;
    font-size: 32px;
  }

  .image-69 {
    display: block;
  }

  .image-70 {
    width: 70%;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .desconto-medicamentos {
    background-color: var(--white100);
    background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg'), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg'), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg'), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg'), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg'), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg'), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg'), url('../images/fi-rr-medicine_1.svg');
    background-position: 0 0, 0 0, 0 0, 0 0, 0 0, 0 0, 0 0, 50%;
    background-repeat: repeat, repeat, repeat, repeat, repeat, repeat, repeat, no-repeat;
    background-size: auto, auto, auto, auto, auto, auto, auto, auto;
    padding-left: 40px;
    padding-right: 40px;
    display: flex;
  }

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

  .paragraph-17 {
    width: auto;
    font-size: 24px;
    line-height: 125%;
  }

  .title_benefits {
    font-size: 32px;
  }

  .div-block-90 {
    flex-flow: row;
    justify-content: space-between;
    align-items: center;
  }

  .div-block-14 {
    width: 50%;
    display: none;
  }

  .div-block-109 {
    justify-content: center;
    align-items: center;
    margin-bottom: 40px;
    display: flex;
  }

  .paragraph-2 {
    width: auto;
  }

  .div-block-13-medicamentos {
    width: auto;
    padding-left: 0;
  }

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

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

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

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

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

  .text-body-33.faq-item-text {
    font-size: 14px;
  }

  .footer-3 {
    padding-left: 24px;
    padding-right: 24px;
  }

  .div-block-95.mobile, .como-agendar_desktop {
    display: none;
  }

  .como-agendar_mobile {
    padding-left: 40px;
    padding-right: 40px;
    display: block;
  }

  .text-block-384 {
    font-family: Red Hat Display, sans-serif;
  }

  .div_steps {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  ._1step_mobile {
    margin-top: 40px;
  }

  .heading-19 {
    font-family: Red Hat Display, sans-serif;
    font-size: 24px;
    line-height: 125%;
  }

  .text-block-385 {
    font-family: Red Hat Display, sans-serif;
    font-size: 16px;
  }

  .image-73 {
    width: 45%;
    margin-left: auto;
    margin-right: auto;
  }

  .div-block-117 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-flow: column;
    display: flex;
  }

  ._2step_mobile, ._3step_mobile, ._4step_mobile, ._5step_mobile {
    margin-top: 40px;
  }

  .div-teste {
    display: none;
  }

  .slider-6 {
    background-color: #0000;
    height: auto;
  }

  .mask-4 {
    height: auto;
  }

  .icon-6, .icon-7 {
    color: var(--black100);
  }
}

@media screen and (max-width: 479px) {
  .container.large {
    width: 100%;
    max-width: none;
    height: auto;
    margin-left: 0;
    margin-right: 0;
  }

  .text-heading-1.mobile {
    text-align: center;
    max-width: 13ch;
    margin-left: 0;
    font-size: 28px;
    line-height: 42px;
  }

  .text-heading-1.benefits {
    margin-bottom: 24px;
    font-size: 28px;
    line-height: 42px;
  }

  .text-heading-1.how-to {
    margin-bottom: 48px;
    font-size: 28px;
    line-height: 42px;
  }

  .text-heading-1.contact-page {
    text-align: left;
  }

  .text-heading-1.pricing {
    max-width: none;
    margin-bottom: 0;
  }

  .text-heading-1.faq-header-text-heading-1 {
    max-width: 16ch;
    margin-left: auto;
    margin-right: auto;
  }

  .text-heading-1.price-page {
    margin-top: 0;
  }

  .text-heading-1.home-page {
    max-width: none;
    margin-top: 0;
    padding-left: 0;
  }

  .text-heading-2.contact-page {
    text-align: left;
  }

  .text-body.pricing-info-text {
    text-align: left;
    max-width: none;
  }

  .text-body.header-contact-page {
    text-align: left;
  }

  .text-body.faq-header-text-body {
    display: block;
  }

  .text-body.contact-additional-text {
    text-align: left;
  }

  .text-body.visa {
    text-align: center;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
  }

  .text-body.visa-parapraph {
    text-align: center;
    max-width: 24ch;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .button.cta.contact.off.home {
    display: none;
  }

  .header {
    border-radius: 0;
    margin: 0;
  }

  .header-image.mobile {
    margin-top: 36px;
  }

  .header-cta {
    width: 100%;
  }

  .card-visa {
    grid-template-columns: 1fr 1fr;
    max-width: 100%;
    margin-bottom: 24px;
    display: none;
  }

  .card-visa.mobile {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    width: 320px;
    display: grid;
  }

  .large-container.header-faq {
    height: 429px;
  }

  .benefits {
    margin-top: 84px;
  }

  .benefits-header {
    grid-template-rows: auto;
    grid-template-columns: .75fr 1fr;
    margin-bottom: 48px;
  }

  .benefits-cards {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .benefits-cards.impar {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    display: block;
  }

  .benefits-cards.par {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
    margin-bottom: 0;
  }

  .plans {
    height: 710px;
  }

  .plans-content {
    padding-top: 24px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .plan-image.small {
    width: 100%;
  }

  .how-to-content.mobile {
    padding-left: 0;
    padding-right: 0;
  }

  .how-to-card-content, .contact-us.large {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .contact-us.large.contact-pricing {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .links {
    grid-row-gap: 24px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .social-content.tablet {
    margin-bottom: 8px;
  }

  .pricing-image {
    height: 220px;
  }

  .header-contact-link {
    display: block;
  }

  .header-contact-link-separator {
    display: none;
  }

  .header-contacts {
    align-items: flex-start;
  }

  .header-contacts.last {
    align-items: flex-start;
    margin-top: 24px;
    margin-bottom: 24px;
  }

  .contact-form-block {
    margin-bottom: 24px;
    margin-left: 0;
    margin-right: 0;
  }

  .tem-form-submit-button {
    margin-top: 0;
  }

  .contact-page-bg {
    max-width: none;
    margin-top: -118px;
    margin-left: 24px;
    margin-right: 24px;
    padding: 16px;
  }

  .faq-wrapper {
    padding-left: 0;
    padding-right: 0;
  }

  .paragraph-3 {
    text-align: center;
    margin-bottom: 0;
  }

  .div-block-6, .error-message {
    margin-top: 0;
  }

  .home-header-slogan {
    text-align: center;
    margin-bottom: 24px;
    margin-left: 12px;
  }

  .div-block-8 {
    background-color: var(--black05);
    margin-top: 24px;
  }

  .div-block-8.top {
    margin-top: 0;
    margin-bottom: 24px;
  }

  .div-block-9 {
    width: 100%;
  }

  .div-block-10 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1.75fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .benefits-header-2 {
    grid-template-rows: auto;
    grid-template-columns: .75fr 1fr;
    margin-bottom: 48px;
  }

  .text-heading-4.benefits {
    margin-bottom: 24px;
    font-size: 28px;
    line-height: 42px;
  }

  .text-heading-4.mobile {
    text-align: left;
    align-self: center;
    max-width: none;
    margin-bottom: 10px;
    margin-left: 0;
    font-size: 20px;
    line-height: 24px;
  }

  .text-body-2.faq-item-text {
    font-size: 14px;
  }

  .text-body-2.contact-link {
    padding-top: 4px;
    padding-bottom: 4px;
  }

  .benefits-card-2 {
    margin-bottom: 0;
  }

  .text-heading-5.contact-page {
    text-align: left;
  }

  .image-10 {
    margin-left: 29px;
  }

  .text-heading-1-bold {
    font-size: 24px;
  }

  .text-heading-1-bold.mobile {
    text-align: center;
    max-width: 13ch;
    margin-left: 0;
    font-size: 28px;
    line-height: 42px;
  }

  .text-heading-1-bold.benefits {
    margin-bottom: 24px;
    font-size: 28px;
    line-height: 42px;
  }

  .text-heading-1-bold.how-to {
    margin-bottom: 48px;
    font-size: 28px;
    line-height: 42px;
  }

  .text-heading-1-bold.contact-page {
    text-align: left;
  }

  .text-heading-1-bold.pricing {
    max-width: none;
    margin-bottom: 0;
  }

  .text-heading-1-bold.faq-header-text-heading-1 {
    max-width: 16ch;
    margin-left: auto;
    margin-right: auto;
  }

  .text-heading-1-bold.price-page {
    margin-top: 0;
  }

  .text-heading-1-bold.home-page {
    max-width: none;
    margin-top: 0;
  }

  .header-contact-link-separator-2 {
    display: none;
  }

  .button-7 {
    align-self: center;
    margin-right: 10px;
    padding: 8px 24px;
    font-size: 14px;
  }

  .column-2 {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding-left: 0;
    display: block;
  }

  .navbar-2 {
    flex-direction: column-reverse;
    justify-content: center;
    display: flex;
  }

  .image-11 {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .brand-2 {
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .brand-2.w--current {
    padding-left: 0;
  }

  .text-body-3 {
    font-size: 14px;
    line-height: 24px;
  }

  .text-body-3.visa-parapraph {
    text-align: left;
    font-size: 12px;
    line-height: 18px;
    position: static;
  }

  .header-2 {
    background-position: 50%;
    border-radius: 0;
    flex-direction: row;
    align-items: center;
    width: auto;
    height: 300px;
    margin: 0;
    padding-bottom: 16px;
    padding-left: 16px;
    padding-right: 16px;
    display: flex;
  }

  .header-cta-content-2 {
    flex-direction: column;
    align-items: flex-start;
    width: auto;
    max-width: none;
    margin-left: 0;
    display: block;
  }

  .text-heading-6 {
    text-align: left;
    width: auto;
    max-width: none;
    margin-top: 10px;
    margin-bottom: 20px;
    font-size: 18px;
    line-height: 24px;
  }

  .div-block-41 {
    text-align: center;
    flex-direction: column;
    width: auto;
    display: flex;
  }

  .header-container-2 {
    flex: 1;
    justify-content: flex-start;
    align-items: flex-end;
    max-width: none;
    height: auto;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .slide-3 {
    width: 150px;
  }

  .div_benefits {
    width: 110.969px;
  }

  .container-4 {
    height: 107%;
  }

  .text-block-19 {
    margin-left: 24px;
    margin-right: 24px;
    font-size: 14px;
    font-weight: 600;
    line-height: 22px;
  }

  .div-block-42 {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr 1fr;
    display: none;
  }

  .benefits-2 {
    margin-top: 0;
    padding-top: 40px;
    padding-bottom: 40px;
    display: none;
  }

  .div-block-55 {
    justify-content: center;
    align-items: center;
    width: 150px;
    height: 100%;
    display: flex;
  }

  .left-arrow-2 {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    display: flex;
  }

  .slider-4 {
    -webkit-text-fill-color: inherit;
    background-color: #ef5f46;
    background-clip: content-box;
    flex-direction: column;
    align-items: center;
    width: 100%;
    height: 250px;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .icon-5 {
    margin-right: 10px;
    font-size: 20px;
  }

  .mask {
    width: 100%;
  }

  .icon-4 {
    justify-content: flex-start;
    font-size: 20px;
    display: flex;
  }

  .image-26 {
    width: 48px;
    margin-bottom: 20px;
  }

  .image-27 {
    width: 72%;
  }

  .img_comece_mobile {
    width: auto;
    max-width: 100%;
  }

  .paragraph-7 {
    text-align: center;
    width: auto;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
  }

  .button-8 {
    margin-bottom: 0;
  }

  .container-5 {
    align-items: flex-start;
  }

  .div-block-44 {
    text-align: left;
    align-items: center;
  }

  .comece_mobile {
    padding-top: 0;
    padding-left: 16px;
    padding-right: 16px;
  }

  .div-block-43 {
    padding-left: 0;
    padding-right: 0;
  }

  .image_medicamentos {
    width: auto;
    max-width: 100%;
  }

  .link-block-6 {
    width: 100%;
  }

  .text-block-21 {
    padding-right: 10px;
    font-size: 12px;
  }

  .arrow_1 {
    width: 6%;
    max-width: 100%;
  }

  .bold-text {
    font-size: 32px;
  }

  .heading-7 {
    text-align: center;
    width: 100%;
    font-size: 24px;
    line-height: 32px;
  }

  .indice {
    padding-bottom: 40px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .div-block-51 {
    padding-left: 0;
    padding-right: 0;
  }

  .div_block_slider {
    align-items: flex-start;
    width: 75%;
    padding-top: 20px;
    padding-left: 0;
  }

  .presencial {
    padding-left: 16px;
    padding-right: 16px;
  }

  .text-span-12 {
    text-align: left;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .right-arrow {
    justify-content: flex-end;
    display: flex;
  }

  .heading_item {
    align-items: center;
  }

  .div-block-58 {
    margin-top: 20px;
  }

  .heading_slider {
    text-align: left;
  }

  .heading-8 {
    text-align: center;
    font-size: 18px;
    line-height: 26px;
  }

  .heading-11 {
    line-height: 24px;
  }

  .busca {
    margin-bottom: 10px;
  }

  .image-30 {
    width: 30px;
    margin-bottom: 10px;
    padding-right: 0;
  }

  .image-33 {
    display: block;
  }

  .div_input_fake {
    margin-top: 10px;
  }

  .text-block-22 {
    width: 100%;
  }

  .image-31 {
    margin-bottom: 20px;
  }

  .text-field {
    width: auto;
  }

  .consulta-presencial {
    padding-left: 16px;
    padding-right: 16px;
  }

  .paragraph-8 {
    text-align: left;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
  }

  .image-32 {
    display: block;
  }

  .button_entrar2 {
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .left-arrow {
    display: flex;
  }

  .paragraph_slider {
    text-align: left;
    font-family: Montserrat, sans-serif;
    line-height: 22px;
  }

  .consulta-por-video {
    padding-left: 16px;
    padding-right: 16px;
  }

  .container-6 {
    padding-bottom: 0;
  }

  .heading_pronto {
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 24px;
  }

  .heading_pronto.pronto2 {
    font-size: 16px;
    line-height: 24px;
  }

  .div_block_img {
    display: flex;
  }

  .pagar-consulta {
    padding-left: 16px;
    padding-right: 16px;
  }

  .div_block_img_logos {
    display: flex;
  }

  .div_block_img_note {
    display: none;
  }

  .heading_pronto2 {
    width: auto;
    margin-bottom: 20px;
  }

  .div_block_img_medicamento {
    margin-top: 20px;
    margin-bottom: 0;
  }

  .medicamentos {
    width: auto;
    margin-left: 0;
    margin-right: 0;
    padding-bottom: 0;
    padding-left: 16px;
    padding-right: 16px;
  }

  .imh_logo_farma {
    width: 100px;
  }

  .odonto {
    width: auto;
    margin-left: 0;
    margin-right: 0;
    padding-left: 16px;
    padding-right: 16px;
  }

  .paragraph-9 {
    text-align: left;
    font-size: 14px;
    line-height: 22px;
  }

  .text-heading-7.faq-item-heading-text {
    margin-right: 10px;
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
  }

  .perguntas-frequentes {
    width: auto;
    margin-left: 0;
    margin-right: 0;
  }

  .text-body-4.header-contact-page {
    text-align: left;
  }

  .line_footer {
    transform: rotate(0);
  }

  .footer-2 {
    flex-direction: column;
    align-items: flex-start;
    margin-top: 0;
    padding-left: 16px;
    padding-right: 16px;
  }

  .footer-content-2 {
    align-items: center;
    width: auto;
  }

  .conteiner_footer {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-direction: column;
    align-items: center;
    max-width: none;
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-59 {
    align-self: center;
    display: block;
  }

  .div-block-54 {
    align-items: flex-start;
  }

  .divider_footer {
    display: none;
  }

  .footer_copy {
    width: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .header-contact-link-2 {
    justify-content: flex-start;
    display: flex;
  }

  .navbar_primeiroacesso {
    flex-direction: column-reverse;
    justify-content: center;
    display: flex;
  }

  .benefits-2_white {
    margin-top: 0;
    padding: 40px 0;
  }

  .container_vidalink {
    flex-direction: column;
    padding-bottom: 10px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block_text-2 {
    padding-top: 20px;
  }

  .paragraph-10 {
    text-align: left;
    width: 100%;
    margin-bottom: 20px;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
  }

  .text-body-32 {
    text-align: left;
    font-size: 12px;
    line-height: 20px;
  }

  .text-body-32.visa-parapraph {
    text-align: left;
    font-size: 12px;
    line-height: 18px;
    position: static;
  }

  .header_credz {
    background-position: 50%;
    border-radius: 0;
    flex-direction: row;
    align-items: center;
    width: auto;
    height: 250px;
    margin: 0;
    padding-bottom: 16px;
    padding-left: 16px;
    padding-right: 16px;
    display: flex;
  }

  .logo_cuidarmais {
    width: 80%;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .button_credz {
    align-self: center;
    margin-right: 10px;
    padding: 8px 24px;
    font-size: 14px;
  }

  .text-block_cuida {
    margin-bottom: 0;
    margin-left: 24px;
    margin-right: 24px;
    font-size: 14px;
  }

  .benefits-2_orange {
    margin-top: 0;
    padding: 40px 0;
  }

  .text-body_horario.header-contact-page {
    text-align: left;
  }

  .div-block-60 {
    width: auto;
    height: auto;
    margin-top: 20px;
  }

  .container-10 {
    flex-direction: column;
  }

  .compre_creditos {
    width: auto;
    height: auto;
  }

  .div-block-61 {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .paragraph-12 {
    font-size: 14px;
  }

  .text-span-19 {
    font-size: 16px;
    font-weight: 500;
  }

  .div_baixar {
    padding-left: 20px;
    padding-right: 20px;
  }

  .bold-text-5 {
    font-size: 27px;
  }

  .button-9.orange {
    padding: 8px 20px;
  }

  .navbar-3 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .logo-bmg {
    width: 75%;
  }

  .slide {
    background-position: 50%;
    background-size: cover;
    width: 100%;
    height: 300px;
  }

  .container_slide {
    flex-flow: column;
    justify-content: flex-end;
    align-items: flex-start;
    padding-bottom: 20px;
  }

  .container_slide._2 {
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .div-block_centro, .div-block_direita {
    width: 100%;
  }

  .image-62 {
    width: 35%;
  }

  .slider, .div-block-98, .mask-2 {
    width: 100%;
  }

  .header_hero.white {
    width: 218px;
    font-size: 23px;
    line-height: 125%;
  }

  .header_hero.yellow {
    width: 166px;
    font-size: 20px;
    line-height: 125%;
    display: inline-block;
  }

  .div1 {
    width: 73%;
    padding-left: 10px;
  }

  .div1.image {
    width: 50%;
    display: none;
  }

  .slide-2 {
    background-image: url('../images/Carrossel2-mobile.png');
    background-position: 50% 0;
    background-size: cover;
    height: 300px;
  }

  .paragraph_hero {
    margin-left: -31px;
    padding-left: 0;
  }

  .text-block-2 {
    font-size: 24px;
  }

  .text-block-29 {
    font-size: 16px;
  }

  .heading-14 {
    font-size: 125px;
    left: -13px;
  }

  .div-block_esquerda {
    width: 100%;
    display: none;
  }

  .image-61 {
    width: 35%;
    display: block;
  }

  .div-block_interno {
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    margin-bottom: 20px;
    padding-left: 16px;
    padding-right: 0;
    display: flex;
  }

  .image-43 {
    width: 18%;
    margin-right: 16px;
    padding-right: 0;
  }

  .div_grid_benefits {
    grid-template-rows: auto auto auto auto auto auto auto auto;
    grid-template-columns: 1fr;
    padding-left: 0;
    padding-right: 0;
    display: block;
  }

  .div-block-88 {
    margin-top: 24px;
  }

  .text-span-55, .text-block-38 {
    text-align: left;
  }

  .div-block-66 {
    z-index: 9;
    justify-content: center;
    margin-top: -31px;
    padding-bottom: 40px;
    position: relative;
  }

  .div-block-66.color2 {
    background-color: #640000;
    height: auto;
    margin-top: -20px;
    padding-top: 20px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .div-block-66.color3 {
    background-color: #ec1d27;
    height: auto;
    margin-top: -22px;
    padding-bottom: 40px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .div-block-66.grid3 {
    margin-top: 0;
    padding-left: 16px;
    padding-right: 16px;
  }

  .div-block-73 {
    background-image: url('../images/img_saude-da-mulher.png');
    height: 200px;
    display: none;
  }

  .div-block-63 {
    border-radius: 24px;
    height: auto;
    padding: 0 16px;
  }

  .image-45 {
    width: 18%;
    margin-right: 16px;
    padding-right: 0;
  }

  .image-63 {
    width: 100%;
    margin-bottom: 20px;
  }

  .in {
    margin-top: 0;
    padding: 40px 0;
  }

  .txt_grid {
    color: #fff;
    text-align: left;
    font-size: 14px;
    line-height: 150%;
  }

  .txt_grid.grid3 {
    font-size: 12px;
  }

  .image-36 {
    width: 13%;
    margin-right: 16px;
    padding-right: 0;
  }

  .image-38 {
    width: 17%;
    margin-right: 16px;
    padding-right: 0;
  }

  .heading-15 {
    width: auto;
    font-size: 15px;
  }

  .paragraph-14 {
    text-align: center;
    width: 100%;
    margin-top: 10px;
    font-size: 17px;
    line-height: 150%;
  }

  .image-46, .image-42 {
    width: 18%;
    margin-right: 16px;
    padding-right: 0;
  }

  .div-block-80 {
    margin-left: 0;
    margin-right: 0;
  }

  .div-block-99 {
    flex-direction: column;
    justify-content: center;
    padding-top: 0;
    padding-left: 16px;
    padding-right: 16px;
  }

  .text-span-74 {
    font-weight: 700;
  }

  .container-12 {
    height: 107%;
  }

  .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;
  }

  .button-10 {
    color: #ec1d27;
    background-color: #fff;
    width: 90%;
  }

  .button-10.mobile {
    margin-top: 10px;
  }

  .div-block-64 {
    width: 100%;
    margin-bottom: 0;
  }

  .image-44 {
    width: 21px;
    margin-left: 16px;
    margin-right: 16px;
    padding-right: 0;
  }

  .div-block-100 {
    width: 100%;
  }

  .button-11.green {
    margin-top: 20px;
  }

  .div-block-101 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-top: 60px;
  }

  .div-block-102 {
    justify-content: center;
    align-items: center;
  }

  .heading-3 {
    width: 100%;
    font-size: 24px;
  }

  .paragraph-15 {
    font-size: 14px;
    line-height: 150%;
  }

  .div_primeiro_acesso_steps {
    width: 100%;
    margin-top: 20px;
    margin-bottom: 0;
  }

  .container-13 {
    align-items: center;
  }

  .text-heading-8 {
    color: var(--azul-marinho);
    text-align: left;
    width: auto;
    max-width: none;
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 24px;
    line-height: 24px;
  }

  .text-block-379 {
    margin-top: 20px;
  }

  .comece-2 {
    padding-left: 24px;
    padding-right: 24px;
    display: block;
  }

  .div-block-104 {
    text-align: left;
    justify-content: center;
    align-items: flex-start;
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-105 {
    background-color: #0000;
    width: 100%;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .div_primeiro_consultas {
    width: 100%;
    margin-top: 10px;
    margin-bottom: 0;
  }

  .paragraph-16 {
    font-size: 14px;
    line-height: 150%;
  }

  .container-14 {
    align-items: center;
  }

  .text-block-380 {
    margin-top: 20px;
  }

  .div-block-106 {
    text-align: left;
    justify-content: center;
    align-items: flex-start;
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-107 {
    background-color: #0000;
    width: 100%;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .consultas-video {
    padding-left: 24px;
    padding-right: 24px;
    display: block;
  }

  .text-heading_video {
    color: #5e9732;
    text-align: center;
    width: auto;
    max-width: none;
    margin-top: 10px;
    margin-bottom: 0;
    font-size: 24px;
    line-height: 24px;
  }

  .image-69 {
    display: block;
  }

  .image-70 {
    width: 100%;
    margin-top: 40px;
    margin-bottom: 40px;
    display: block;
  }

  .desconto-medicamentos {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
    padding-left: 24px;
    padding-right: 24px;
  }

  .text-block-7 {
    font-size: 14px;
  }

  .image-55 {
    width: 70%;
  }

  .div-block-108, .slide-4 {
    width: 100%;
  }

  .slider-5 {
    margin-top: 20px;
  }

  .title_benefits {
    margin-top: 10px;
  }

  .div-block-90 {
    flex-flow: column;
  }

  .div-block-14 {
    width: 80%;
    margin-top: 20px;
    display: none;
  }

  .div-block-13-medicamentos._2 {
    padding-top: 20px;
  }

  .mask-3 {
    width: 100%;
  }

  .presencial-2 {
    justify-content: center;
    align-items: flex-start;
    padding-left: 0;
    padding-right: 0;
  }

  .text-heading-9.faq-item-heading-text {
    margin-right: 5px;
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
  }

  .container_faq-2 {
    padding-top: 0;
  }

  .faq-item-3 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .perguntas-frequentes-2 {
    width: auto;
    margin-left: 0;
    margin-right: 0;
    padding-top: 100px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .heading-16 {
    text-align: left;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    font-size: 20px;
    line-height: 150%;
  }

  .text-span-64 {
    text-align: left;
    font-size: 32px;
  }

  .heading_item-2 {
    text-align: left;
    align-items: center;
  }

  .text-body-33.faq-item-text {
    font-size: 14px;
    line-height: 150%;
  }

  .text-block-8 {
    text-align: center;
    padding-left: 5px;
    padding-right: 5px;
    font-size: 16px;
    display: block;
  }

  .text-block-8.mobile {
    text-align: left;
  }

  .container-2 {
    justify-content: center;
    align-items: flex-start;
  }

  .container-2._2 {
    flex-flow: row;
  }

  .div-block-96 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .div-block-96._3 {
    flex-flow: row;
  }

  .div-block-96._2 {
    justify-content: center;
    align-items: flex-start;
  }

  .div-block-95 {
    justify-content: center;
    align-items: flex-start;
    display: none;
  }

  .div-block-95._2 {
    width: auto;
    display: block;
  }

  .div-block-95.mobile {
    display: flex;
  }

  .div-block-97 {
    justify-content: center;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .image-71 {
    width: 13%;
  }

  .como-agendar_mobile, .section-3 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .heading-18 {
    color: var(--azul-marinho);
    margin-top: 0;
    font-family: Red Hat Display, sans-serif;
    font-size: 24px;
    font-weight: 400;
    line-height: 125%;
  }

  .text-block-384 {
    font-family: Red Hat Display, sans-serif;
  }

  .div-block-116, .div_steps {
    margin-top: 10px;
    display: flex;
  }

  ._1step_mobile {
    flex-flow: column;
    margin-top: 20px;
    padding-top: 0;
    display: flex;
  }

  .heading-19 {
    font-family: Red Hat Display, sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 125%;
  }

  .text-block-385 {
    font-family: Red Hat Display, sans-serif;
  }

  .bold-text-12 {
    color: var(--azul-marinho);
  }

  .image-73 {
    width: 60%;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .link-block-13 {
    width: 100%;
  }

  .image-74 {
    width: auto;
  }

  .div-block-117 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  ._2step_mobile, ._3step_mobile, ._4step_mobile {
    margin-top: 20px;
    padding-top: 0;
    display: block;
  }

  .div_number {
    cursor: pointer;
  }

  ._5step_mobile {
    margin-top: 20px;
    padding-top: 0;
    display: block;
  }

  .arrow_fixed {
    justify-content: flex-end;
    align-items: flex-end;
    padding-bottom: 16px;
    padding-right: 16px;
    display: flex;
    position: fixed;
  }

  .link-block-9 {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .image-47 {
    width: 75%;
    max-width: 98%;
  }

  .div-teste {
    display: none;
  }

  .div_slider {
    height: auto;
  }

  .slider-6 {
    background-color: #0000;
    height: auto;
  }

  .slide-5 {
    height: 100%;
  }

  .mask-4 {
    height: auto;
  }

  .icon-6 {
    color: #000;
    margin-right: 0;
  }

  .icon-7 {
    color: #000;
    margin-left: 0;
  }

  .slide-nav-3 {
    bottom: -38px;
  }
}

#w-node-_95b77326-a8d2-d33b-2f17-a028ac93290a-f4c3fd00 {
  align-self: center;
}

#w-node-_7908fce7-b68a-6f57-34ba-eecfb177dd95-f4c3fd00 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-eb42745f-7e5f-9251-4cad-bf30aa304775-f4c3fd00 {
  grid-area: Area;
}

#w-node-c293b3d0-2594-7f38-1258-abd08b2ebdf4-f4c3fd00 {
  align-self: center;
}

#w-node-b9bb5c62-57f9-56a9-c028-d4433201297b-f4c3fd00, #w-node-cea4d0f2-5fb1-c7ed-1bcc-dc9b5d1f3ded-f4c3fd00, #w-node-c7736df2-68e1-700f-08a1-7ddab1aa9152-f4c3fd00, #w-node-d42d2e28-fd31-4c52-f3d1-d6b53884b1b8-f4c3fd00, #w-node-c948eaa7-c293-513e-2a30-7433be3ce0c4-f4c3fd00 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_48da3f7c-b23d-b8c1-6f8a-f06f5fa94869-f4c3fd00 {
  align-self: center;
}

#w-node-_2784303d-7603-9f01-1799-5899a9418f6f-f4c3fd00 {
  align-self: start;
}

#w-node-_6e78402d-cc71-3eb0-b462-ccd0fabf0a9d-f4c3fd00, #w-node-_4f7170a8-45de-3238-f31d-55b8fc9200fc-f4c3fd00, #w-node-ebf076a1-a812-277a-790a-492f5ab816d3-5ab816ce {
  justify-self: center;
}

#w-node-_6e85f493-6a37-886e-2ead-33a1e048b7b8-5ab816ce {
  justify-self: stretch;
}

#w-node-_0364f7bb-b24f-68b9-5299-08752803c5b0-5ab816ce {
  place-self: center;
}

#w-node-bdd35da8-1391-7566-81ed-33d2aaead541-aaead540, #w-node-bdd35da8-1391-7566-81ed-33d2aaead55e-aaead540 {
  justify-self: stretch;
}

#w-node-_1286771e-2221-5e8d-d944-95e20e98f403-ab2a0b43, #w-node-_1286771e-2221-5e8d-d944-95e20e98f403-c3ec1388 {
  justify-self: center;
}

#w-node-a66f9c46-f360-33ee-e9ba-5fcb316d6211-b8078d2b {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-a66f9c46-f360-33ee-e9ba-5fcb316d621c-b8078d2b, #w-node-a66f9c46-f360-33ee-e9ba-5fcb316d6228-b8078d2b, #w-node-a66f9c46-f360-33ee-e9ba-5fcb316d6232-b8078d2b, #w-node-a66f9c46-f360-33ee-e9ba-5fcb316d623c-b8078d2b, #w-node-a66f9c46-f360-33ee-e9ba-5fcb316d6246-b8078d2b, #w-node-a66f9c46-f360-33ee-e9ba-5fcb316d6250-b8078d2b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a66f9c46-f360-33ee-e9ba-5fcb316d625a-b8078d2b {
  grid-area: span 3 / span 1 / span 3 / span 1;
}

#w-node-a66f9c46-f360-33ee-e9ba-5fcb316d626f-b8078d2b, #w-node-a66f9c46-f360-33ee-e9ba-5fcb316d6286-b8078d2b, #w-node-a66f9c46-f360-33ee-e9ba-5fcb316d6293-b8078d2b {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

@media screen and (min-width: 1280px) {
  #w-node-b9bb5c62-57f9-56a9-c028-d4433201297b-f4c3fd00, #w-node-cea4d0f2-5fb1-c7ed-1bcc-dc9b5d1f3ded-f4c3fd00, #w-node-c7736df2-68e1-700f-08a1-7ddab1aa9152-f4c3fd00, #w-node-c948eaa7-c293-513e-2a30-7433be3ce0c4-f4c3fd00 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-ebf076a1-a812-277a-790a-492f5ab816d3-5ab816ce {
    justify-self: stretch;
  }

  #w-node-_6e85f493-6a37-886e-2ead-33a1e048b7b8-5ab816ce {
    justify-self: auto;
  }
}

@media screen and (max-width: 991px) {
  #w-node-eb42745f-7e5f-9251-4cad-bf30aa304775-f4c3fd00 {
    grid-area: Area;
  }

  #w-node-b9bb5c62-57f9-56a9-c028-d4433201297b-f4c3fd00, #w-node-cea4d0f2-5fb1-c7ed-1bcc-dc9b5d1f3ded-f4c3fd00, #w-node-c7736df2-68e1-700f-08a1-7ddab1aa9152-f4c3fd00, #w-node-d42d2e28-fd31-4c52-f3d1-d6b53884b1b8-f4c3fd00, #w-node-c948eaa7-c293-513e-2a30-7433be3ce0c4-f4c3fd00 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-b7db0321-39e2-fdda-a9d3-19bdb7b2e130-5ab816ce, #w-node-ebf076a1-a812-277a-790a-492f5ab816d3-5ab816ce, #w-node-_6e85f493-6a37-886e-2ead-33a1e048b7b8-5ab816ce {
    justify-self: center;
  }
}

@media screen and (max-width: 767px) {
  #w-node-b7db0321-39e2-fdda-a9d3-19bdb7b2e130-5ab816ce, #w-node-ebf076a1-a812-277a-790a-492f5ab816d3-5ab816ce {
    justify-self: center;
  }

  #w-node-a66f9c46-f360-33ee-e9ba-5fcb316d6211-b8078d2b, #w-node-a66f9c46-f360-33ee-e9ba-5fcb316d625a-b8078d2b {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-cea4d0f2-5fb1-c7ed-1bcc-dc9b5d1f3ded-f4c3fd00, #w-node-c7736df2-68e1-700f-08a1-7ddab1aa9152-f4c3fd00, #w-node-d42d2e28-fd31-4c52-f3d1-d6b53884b1b8-f4c3fd00, #w-node-c948eaa7-c293-513e-2a30-7433be3ce0c4-f4c3fd00 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-b7db0321-39e2-fdda-a9d3-19bdb7b2e130-5ab816ce {
    justify-self: start;
  }
}


