@font-face {
  font-family: Inter;
  src: url('../fonts/Inter-Black.ttf') format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Inter;
  src: url('../fonts/Inter-ExtraLight.ttf') format("truetype");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Inter;
  src: url('../fonts/Inter-Light.ttf') format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Inter;
  src: url('../fonts/Inter-SemiBold.ttf') format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Inter;
  src: url('../fonts/Inter-Bold.ttf') format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Inter;
  src: url('../fonts/Inter-Thin.ttf') format("truetype");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Inter;
  src: url('../fonts/Inter-Medium.ttf') format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Inter;
  src: url('../fonts/Inter-ExtraBold.ttf') format("truetype");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Inter;
  src: url('../fonts/Inter-Medium.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Poppins;
  src: url('../fonts/Poppins-Black.ttf') format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Poppins;
  src: url('../fonts/Poppins-BlackItalic.ttf') format("truetype");
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Poppins;
  src: url('../fonts/Poppins-Bold.ttf') format("truetype"), url('../fonts/Poppins-ExtraBold.ttf') format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Poppins;
  src: url('../fonts/Poppins-BoldItalic.ttf') format("truetype"), url('../fonts/Poppins-ExtraBoldItalic.ttf') format("truetype");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Poppins;
  src: url('../fonts/Poppins-ExtraLight.ttf') format("truetype");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Poppins;
  src: url('../fonts/Poppins-ExtraLightItalic.ttf') format("truetype");
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Poppins;
  src: url('../fonts/Poppins-Italic.ttf') format("truetype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Poppins;
  src: url('../fonts/Poppins-LightItalic.ttf') format("truetype");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Poppins;
  src: url('../fonts/Poppins-Regular.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Poppins;
  src: url('../fonts/Poppins-Medium.ttf') format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Poppins;
  src: url('../fonts/Poppins-SemiBold.ttf') format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Poppins;
  src: url('../fonts/Poppins-ThinItalic.ttf') format("truetype");
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Poppins;
  src: url('../fonts/Poppins-Thin.ttf') format("truetype");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Poppins;
  src: url('../fonts/Poppins-Light.ttf') format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Poppins;
  src: url('../fonts/Poppins-SemiBoldItalic.ttf') format("truetype");
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Poppins;
  src: url('../fonts/Poppins-MediumItalic.ttf') format("truetype");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}

:root {
  --blue_sou: #29325d;
  --black100: #130501;
  --tem_orange: #f16145;
  --white100: white;
  --black70: #130501b3;
  --black40: #13050166;
  --black12: #1305011f;
  --black02: #13050105;
  --black05: #1305010d;
  --tem_grey: whitesmoke;
  --tem_orange2: #f26144;
  --tem_green: #d4d94c;
  --tem_blue: #29325d;
  --honeydew: #c0e3c8;
  --white80: #fffc;
  --yellow: #e3fe29;
  --white10-2: #ffffff1a;
  --80ebed: white;
}

.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(--blue_sou);
  font-family: Nunito, sans-serif;
}

.navbar {
  color: #dd5f1305;
  text-align: center;
  background-color: #fff;
  border-bottom-right-radius: 16px;
  border-bottom-left-radius: 16px;
  height: 80px;
  padding-left: 0;
  position: static;
  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: 5px;
  padding-bottom: 5px;
}

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

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

.text-heading-1.mobile {
  color: var(--tem_orange);
  max-width: 20ch;
  font-family: Poppins, sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 52px;
}

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

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

.text-heading-1.step {
  color: #e5007e;
  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;
  max-width: 20ch;
  margin-bottom: 16px;
  font-size: 24px;
  line-height: 40px;
}

.text-heading-2 {
  color: var(--tem_orange);
  margin-top: 24px;
  margin-bottom: 16px;
  font-family: Poppins, sans-serif;
  font-size: 24px;
  font-weight: 700;
  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: 500;
  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: #24205e;
  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;
  display: inline-block;
  overflow: visible;
}

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

.text-link.on-nav.w--current {
  color: #e5007e;
}

.text-body {
  color: #575757;
  width: auto;
  height: auto;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  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: #174580;
}

.text-body.footer-text {
  color: var(--black70);
  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: #25a6d3;
  margin-left: 0;
  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;
}

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

.text-body.form-error-text {
  color: #df4113;
  text-align: center;
}

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

.text-body.visa-parapraph {
  color: var(--tem_orange);
  text-align: left;
  white-space: pre;
  max-width: none;
  font-family: Poppins, sans-serif;
  font-size: 20px;
  font-weight: 500;
  display: block;
  position: static;
}

.text-body.pricing-highlight {
  color: #df4113;
  text-align: center;
  margin-top: 0;
}

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

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

.button.nav {
  color: var(--white100);
  background-color: #24205e;
  margin-left: 12px;
  font-family: Nunito, sans-serif;
  font-weight: 600;
}

.button.nav:hover {
  background-color: #24205e;
  background-image: linear-gradient(#e5007e, #e5007e);
}

.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 {
  justify-content: center;
  display: inline-block;
}

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

.button.cta.off {
  background-color: #e5007e;
}

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

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

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

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

.icon.facebook {
  background-color: var(--white100);
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: inline-block;
}

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

.header {
  z-index: 1;
  color: #19ac900d;
  background-color: #0000;
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
  margin: 0;
  padding: 24px 0 0;
  display: flex;
  position: static;
}

.header.faq-header {
  background-color: #25357305;
  background-image: url('../images/bg_faq.png');
  background-position: 50%;
  background-repeat: repeat;
  background-size: cover;
  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;
  margin-bottom: 0;
  display: grid;
}

.header-image {
  width: 75%;
  max-width: 75%;
  margin-top: -67px;
}

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

.card-visa {
  background-color: var(--white100);
  text-align: center;
  border-radius: 24px;
  grid-template-rows: auto;
  grid-template-columns: .75fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  max-width: 300px;
  margin-bottom: 48px;
  padding: 24px;
  display: block;
  box-shadow: 0 0 1px 1px #df411308, 0 6px 16px 1px #156da60f;
}

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

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

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

.header-container {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  max-width: none;
  height: auto;
  margin-bottom: 40px;
  display: flex;
}

.large-container {
  flex-direction: row;
  align-items: center;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.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 {
  background-color: var(--tem_orange);
  margin-top: 0;
  padding-top: 80px;
  padding-bottom: 170px;
}

.how_to_access {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: .75fr .5fr;
  grid-auto-columns: 1fr;
  width: 515px;
  margin-bottom: 0;
  display: block;
}

.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-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-rows: 0;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  display: grid;
}

.benefits-card {
  background-color: var(--white100);
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  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 {
  -webkit-text-fill-color: inherit;
  background-image: url('../images/forma_1forma.png');
  background-clip: border-box;
}

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

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

.div_agendar {
  grid-column-gap: 0px;
  grid-row-gap: 24px;
  -webkit-text-fill-color: inherit;
  background-color: #0000;
  background-clip: border-box;
  border: 1px #24205e40;
  border-radius: 24px;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: flex-end;
  height: auto;
  margin-top: 0;
  display: flex;
  position: relative;
}

.agendar_head {
  padding-left: 48px;
  padding-right: 0;
}

.plan-image {
  border-bottom-right-radius: 23px;
  width: 50%;
  margin-top: -50px;
  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.desktop {
  grid-column-gap: 25px;
}

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

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

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

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

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

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

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

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

.contact-us.large {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #25357305;
  background-image: url('../images/bg_cta.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #24205e40;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.contact-us.large.contact-pricing {
  background-color: #0000;
  background-image: url('../images/bg_cta.png');
  background-position: 50%;
  border-color: #24205e40;
  grid-template-columns: 1fr;
  margin-top: 96px;
  display: flex;
}

.float-button {
  background-color: #3b1c4808;
  display: none;
}

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

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

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

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

.footer {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #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 {
  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;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.pricing-column.highlight {
  background-color: #df411305;
  border-right: 1px solid #df411340;
}

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

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

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

.pricing-item-span {
  color: #df4113;
}

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

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

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

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

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

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

.header-contact-link {
  justify-content: flex-start;
  width: 319px;
  display: flex;
}

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

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

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

.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 #156da603, 0 8px 24px #156da60f;
}

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

.faq-tag-separator {
  background-color: #24205e;
  border-radius: 4px;
  width: 8px;
  height: 8px;
  margin-right: 16px;
  display: inline-block;
}

.image-3 {
  max-width: 75%;
  margin-top: 0;
  display: block;
}

.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 {
  width: auto;
  overflow: hidden;
}

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

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

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

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

.div-block-7 {
  background-color: #df411305;
  border: 1px solid #df411366;
  border-radius: 24px;
  justify-content: center;
  align-items: flex-end;
  height: 312px;
  margin-bottom: 24px;
  padding-top: 24px;
  display: flex;
}

.image-4 {
  height: 100%;
}

.error-message {
  background-color: #df41130d;
  border-radius: 0 0 24px 24px;
  margin: 24px -24px 0;
  padding: 16px 24px;
}

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

.faq-link {
  color: #174580;
}

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

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

.html-embed-2 {
  width: 981px;
  max-width: 100%;
  margin-top: 20px;
}

.image-5 {
  text-align: center;
  flex: 0 auto;
  align-self: auto;
  margin-top: 7px;
}

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

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

.footer-divider {
  background-color: #3b1c481f;
  height: 1px;
  margin-top: 80px;
  margin-bottom: 32px;
}

.link-2 {
  color: #156da6;
}

.link-3, .link-4 {
  color: #df4113;
}

.link-5, .link-6 {
  color: #156da6;
}

.link-7, .link-8 {
  color: #df4113;
}

.float-button-2 {
  background-color: #3b1c4808;
  display: none;
}

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

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

.button-2.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-2.cta.float {
  border-radius: 6px;
}

.grid {
  grid-template: "Area Area-2" 1fr
  / 1.75fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  display: block;
}

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

.link-9, .link-10 {
  color: #174580;
}

.text-span, .link-11 {
  color: #0070b9;
}

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

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

.economic_table {
  flex-direction: column;
  align-items: center;
  margin-top: 0;
  display: flex;
}

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

.image_acessar {
  max-width: 75%;
  display: block;
}

.image_acessar.mobile {
  display: block;
}

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

.text-span-2 {
  color: var(--black100);
}

.link-12 {
  color: #dd5f13;
}

.link-13 {
  color: #970000;
}

.link-14, .text-span-3, .link-15, .link-16 {
  color: #dd5f13;
}

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

.text-block-2 {
  color: var(--black70);
  align-items: center;
  width: 300px;
  font-size: 16px;
  line-height: 24px;
  display: flex;
}

.link-17 {
  color: #174580;
}

.italic-text {
  display: inline;
}

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

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

.link-18 {
  color: #24205e;
}

.grid-2 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-areas: "Area Area-2";
  grid-auto-flow: row;
  align-content: center;
  align-items: center;
  margin-bottom: 140px;
}

.button-3 {
  color: var(--black100);
  text-align: center;
  letter-spacing: .25px;
  background-color: #d4e167;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 302px;
  height: 91px;
  padding-top: 32px;
  padding-bottom: 32px;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 28px;
  display: flex;
  box-shadow: 2px 2px 9px #0000001a;
}

.button-6 {
  color: #19759b;
  text-align: center;
  letter-spacing: .25px;
  background-color: #f3f8fa;
  border-radius: 10px;
  width: 302px;
  height: 91px;
  padding-top: 19px;
  font-size: 16px;
  font-weight: 600;
  line-height: 26px;
  box-shadow: 2px 2px 9px #0000001a;
}

.button-4 {
  color: #19759b;
  text-align: center;
  letter-spacing: .25px;
  background-color: #f3f8fa;
  border-radius: 10px;
  width: 302px;
  height: 91px;
  padding-top: 19px;
  font-size: 16px;
  font-weight: 600;
  line-height: 26px;
  box-shadow: 3px 0 9px #0000001a;
}

.text-block-4 {
  color: #575757;
  letter-spacing: .25px;
  margin-top: 40px;
  margin-bottom: 24px;
  margin-left: 0;
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 28px;
}

.div-block-12 {
  background-color: #f3f8fa;
  border-radius: 10px;
  width: 934px;
  height: 188px;
  margin-top: 195px;
  margin-bottom: 128px;
  margin-left: 253px;
  padding-top: 0;
}

.text-block-14 {
  color: #616161;
  text-align: left;
  letter-spacing: .25px;
  height: 28px;
  margin-top: 16px;
  margin-bottom: 16px;
  margin-left: 16px;
  padding-top: 16px;
  padding-bottom: 16px;
  padding-left: 0;
  font-size: 18px;
  font-weight: 700;
  line-height: 28px;
}

.paragraph-5 {
  color: #616161;
  text-align: left;
  letter-spacing: .25px;
  margin-left: 16px;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
}

.heading2 {
  font-family: Inter, sans-serif;
  font-size: 32px;
}

.acessar {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.img_acessar {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 425px;
  height: auto;
  display: flex;
}

.image-12 {
  width: 40px;
  height: 40px;
  margin-right: 16px;
}

.div-block-13 {
  align-items: center;
  margin-top: 24px;
  display: flex;
}

.subheading {
  color: var(--black70);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
}

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

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

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

.subheading.link:hover {
  color: #174580;
}

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

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

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

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

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

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

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

.subheading.contact-link {
  color: #e5007e;
  margin-left: -8px;
  padding: 8px;
}

.subheading.contact-description {
  display: inline-block;
}

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

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

.subheading.faq-item-text {
  margin-top: 24px;
  margin-bottom: 8px;
  padding-left: 0;
  padding-right: 0;
}

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

.subheading.form-error-text {
  color: #df4113;
  text-align: center;
}

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

.subheading.visa-parapraph {
  text-align: left;
  white-space: pre;
  max-width: none;
  font-family: Inter, sans-serif;
  display: block;
  position: static;
}

.subheading.pricing-highlight {
  color: #df4113;
  text-align: center;
  margin-top: 0;
}

.image-13 {
  width: 420px;
}

.agendar2 {
  grid-column-gap: 9px;
  grid-row-gap: 60px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 950px;
  margin-top: 80px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

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

.heading-2 {
  font-family: Inter, sans-serif;
  font-size: 16px;
}

.heading-3 {
  margin-top: 0;
  margin-bottom: 0;
  padding-right: 6px;
  font-family: Inter, sans-serif;
  font-size: 24px;
  font-weight: 600;
}

.heading-4 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 600;
}

.image-14 {
  padding-right: 8px;
}

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

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

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

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

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

.text-body-copy.link:hover {
  color: #174580;
}

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

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

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

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

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

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

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

.text-body-copy.contact-link {
  color: #e5007e;
  margin-left: -8px;
  padding: 8px;
}

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

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

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

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

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

.text-body-copy.form-error-text {
  color: #df4113;
  text-align: center;
}

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

.text-body-copy.visa-parapraph {
  text-align: left;
  white-space: pre;
  max-width: none;
  font-family: Inter, sans-serif;
  display: block;
  position: static;
}

.text-body-copy.pricing-highlight {
  color: #df4113;
  text-align: center;
  margin-top: 0;
}

.text-block-15 {
  color: #575757;
  text-align: center;
  margin-top: 60px;
  margin-bottom: 60px;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 28px;
}

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

.image-15 {
  width: auto;
  max-width: 115%;
  height: auto;
}

.img_card_mb {
  justify-content: center;
  align-items: center;
  width: 386px;
  margin-left: 0;
  margin-right: 0;
  display: none;
}

.div-block-17 {
  background-color: #0000;
  border-radius: 10px;
  flex-direction: column;
  justify-content: space-between;
  height: 132px;
  margin-top: 0;
  margin-bottom: 72px;
  padding: 16px;
  display: flex;
}

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

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

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

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

.text-body2.link:hover {
  color: #174580;
}

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

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

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

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

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

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

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

.text-body2.contact-link {
  color: #e5007e;
  margin-left: -8px;
  padding: 8px;
}

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

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

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

.text-body2.faq-item-text {
  margin-top: 24px;
  margin-bottom: 8px;
  padding-left: 0;
  padding-right: 0;
}

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

.text-body2.form-error-text {
  color: #df4113;
  text-align: center;
}

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

.text-body2.visa-parapraph {
  text-align: left;
  white-space: pre;
  max-width: none;
  font-family: Inter, sans-serif;
  display: block;
  position: static;
}

.text-body2.pricing-highlight {
  color: #df4113;
  text-align: center;
  margin-top: 0;
}

.text-body3 {
  color: var(--black70);
  margin-top: 16px;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

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

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

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

.text-body3.link:hover {
  color: #174580;
}

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

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

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

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

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

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

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

.text-body3.contact-link {
  color: #e5007e;
  margin-left: -8px;
  padding: 8px;
}

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

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

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

.text-body3.faq-item-text {
  margin-top: 24px;
  margin-bottom: 8px;
  padding-left: 0;
  padding-right: 0;
}

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

.text-body3.form-error-text {
  color: #df4113;
  text-align: center;
}

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

.text-body3.visa-parapraph {
  text-align: left;
  white-space: pre;
  max-width: none;
  font-family: Inter, sans-serif;
  display: block;
  position: static;
}

.text-body3.pricing-highlight {
  color: #df4113;
  text-align: center;
  margin-top: 0;
}

.div-block-18 {
  flex: none;
  margin-left: 0;
  margin-right: 40px;
}

.div_pagar {
  margin-top: 140px;
  margin-bottom: 140px;
}

.slider {
  max-width: 940vh;
  height: auto;
  margin-top: 140px;
}

.image_pagar {
  max-width: 80%;
  display: block;
}

.image_pagar.mobile {
  display: block;
}

.img_pagar {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 425px;
  height: auto;
  display: flex;
}

.procedimento {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
  display: flex;
}

.how_to_pay {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: .75fr .5fr;
  grid-auto-columns: 1fr;
  width: 515px;
  margin-bottom: 0;
  display: block;
}

.div-block-19 {
  background-color: #f4f4f5;
  border-radius: 10px;
  flex-direction: column;
  justify-content: space-between;
  height: 132px;
  margin-top: 24px;
  margin-bottom: 40px;
  padding: 16px;
  display: flex;
}

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

.image-16 {
  padding-right: 8px;
}

.div_senha {
  background-color: #0000;
  border-radius: 10px;
  flex-direction: column;
  justify-content: space-between;
  height: auto;
  margin-top: 0;
  margin-bottom: 0;
  padding: 16px;
  display: flex;
  box-shadow: 1px 1px 20px #13050133;
}

.div-block-21 {
  border: 1px solid #0003;
  border-radius: 8px;
  margin-bottom: 16px;
  padding: 16px;
}

.text-body2-padding {
  color: var(--black70);
  margin-top: 0;
  margin-bottom: 24px;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
}

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

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

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

.text-body2-padding.link:hover {
  color: #174580;
}

.text-body2-padding.footer-text {
  color: var(--black70);
  text-align: left;
  max-width: 68ch;
}

.text-body2-padding.footer-text.right {
  text-align: right;
}

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

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

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

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

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

.text-body2-padding.contact-link {
  color: #e5007e;
  margin-left: -8px;
  padding: 8px;
}

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

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

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

.text-body2-padding.faq-item-text {
  margin-top: 24px;
  margin-bottom: 8px;
  padding-left: 0;
  padding-right: 0;
}

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

.text-body2-padding.form-error-text {
  color: #df4113;
  text-align: center;
}

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

.text-body2-padding.visa-parapraph {
  text-align: left;
  white-space: pre;
  max-width: none;
  font-family: Inter, sans-serif;
  display: block;
  position: static;
}

.text-body2-padding.pricing-highlight {
  color: #df4113;
  text-align: center;
  margin-top: 0;
}

.div-block-22 {
  border: 1px solid #0003;
  border-radius: 8px;
  padding: 16px;
}

.div_card {
  background-color: #f4f4f5;
  border-radius: 10px;
  flex-direction: column;
  justify-content: space-between;
  height: auto;
  margin-top: 0;
  margin-bottom: 72px;
  padding: 16px;
  display: flex;
}

.div_medicamentos {
  margin-bottom: 140px;
}

.comprar_medicamentos {
  grid-column-gap: 0px;
  grid-row-gap: 24px;
  -webkit-text-fill-color: inherit;
  background-color: #0000;
  background-clip: border-box;
  border: 1px #24205e40;
  border-radius: 24px;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-end;
  height: auto;
  margin-top: 0;
  margin-bottom: 48px;
  display: flex;
  position: relative;
}

.medicamentos_head {
  width: 463px;
  height: auto;
  padding-left: 0;
  padding-right: 0;
}

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

.comprar_medicamentos2 {
  grid-column-gap: 0px;
  grid-row-gap: 24px;
  -webkit-text-fill-color: inherit;
  background-color: #0000;
  background-clip: border-box;
  border: 1px #24205e40;
  border-radius: 24px;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: flex-start;
  height: auto;
  margin-top: 0;
  display: flex;
  position: relative;
}

.form_porcento {
  width: auto;
  margin-right: 8px;
}

.div-block-23 {
  justify-content: flex-start;
  align-items: flex-start;
  width: 443px;
  margin-right: 40px;
  display: block;
}

.div-block-24 {
  align-items: center;
  margin-bottom: 28px;
  padding-left: 16px;
  display: flex;
}

.text-block-16 {
  margin-right: 8px;
  font-family: Inter, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 36px;
}

.heading-5 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 18px;
  line-height: 28px;
}

.div-block-25 {
  align-items: center;
  width: auto;
  margin-bottom: 24px;
  display: flex;
}

.circle {
  background-color: #d4e167;
  border-radius: 20px;
  width: 16px;
  height: 8px;
  margin-right: 20px;
}

.text-block18px {
  color: #575757;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 60px;
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
}

.comprar_medicamentos3 {
  grid-column-gap: 0px;
  grid-row-gap: 24px;
  -webkit-text-fill-color: inherit;
  background-color: #f4f4f5;
  background-clip: border-box;
  border: 1px #24205e40;
  border-radius: 24px;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-start;
  height: auto;
  margin-top: 0;
  padding: 56px;
  display: flex;
  position: relative;
}

.autorizaoor {
  background-color: #0000;
  border-radius: 20px;
  width: auto;
  height: auto;
  margin-right: 20px;
}

.convenio {
  background-color: #d4e167;
  border-radius: 20px;
  width: 16px;
  height: 8px;
  margin-right: 20px;
}

.helper {
  margin-right: 24px;
  font-family: Inter, sans-serif;
}

.autorizador {
  align-items: center;
  width: 385px;
  margin-top: 60px;
  margin-bottom: 24px;
  display: flex;
}

.div-block-25-copy {
  align-items: center;
  width: 385px;
  margin-bottom: 24px;
  display: flex;
}

.div_telemedicina {
  margin-bottom: 140px;
}

.image_telemedicina {
  width: auto;
  max-width: 50%;
}

.howto_telemedicina {
  grid-column-gap: 0px;
  grid-row-gap: 24px;
  -webkit-text-fill-color: inherit;
  background-color: #0000;
  background-clip: border-box;
  border: 1px #24205e40;
  border-radius: 24px;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-end;
  height: auto;
  margin-top: 0;
  margin-bottom: 48px;
  display: flex;
  position: relative;
}

.img_telemedicina {
  justify-content: space-between;
  margin-bottom: 60px;
  display: flex;
}

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

.div-block-27 {
  flex-direction: column;
  justify-content: space-between;
  width: 550px;
  display: flex;
}

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

.div-block-28 {
  background-color: #f4f4f5;
  border-radius: 10px;
  padding: 16px;
}

.tuto2 {
  align-items: center;
  margin-bottom: 16px;
  display: flex;
}

.icon_telemedicina {
  margin-right: 8px;
}

.tuto, .tutorial {
  align-items: flex-start;
  margin-bottom: 16px;
  display: flex;
}

.div_cirurgias {
  margin-bottom: 140px;
}

.cirugias-2 {
  justify-content: space-between;
  margin-bottom: 60px;
  display: flex;
}

.div_sorteios {
  margin-bottom: 140px;
}

.sorteios-2 {
  justify-content: space-between;
  margin-bottom: 60px;
  display: flex;
}

.div-block_sorteios {
  background-color: #f4f4f5;
  border-radius: 10px;
  align-items: center;
  width: auto;
  margin-bottom: 24px;
  padding: 16px;
  display: flex;
}

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

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

.footer-content2 {
  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: 448px;
  padding: 40px 0;
  display: flex;
}

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

.section-2 {
  display: flex;
}

.div_acessar {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 140px;
  display: flex;
}

.card_virtual {
  display: block;
}

.medicamentos {
  background-color: var(--tem_grey);
  padding: 100px 40px 40px;
}

.image_agendar {
  width: 420px;
}

.image-20 {
  display: none;
}

.img_acessar_mb {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 425px;
  height: auto;
  display: none;
}

.img_card {
  justify-content: center;
  align-items: center;
  width: 386px;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.img_medicamentos_mb {
  display: none;
}

.img_telemedicina_mb {
  justify-content: space-between;
  margin-bottom: 60px;
  display: none;
}

.img_cirurgia, .img_sorteios {
  max-width: 35%;
}

.img_cirurgia_mb, .img_sorteios_mb {
  max-width: 35%;
  display: none;
}

.img_sorteios_mb-copy {
  max-width: 35%;
}

.image_pagar_mb {
  max-width: 80%;
  display: none;
}

.image_pagar_mb.mobile {
  display: block;
}

.div-block_card {
  justify-content: flex-start;
  align-items: flex-start;
  width: 443px;
  margin-right: 40px;
  display: block;
}

.slide {
  background-color: #d4e167;
  height: auto;
}

.heading-6 {
  text-align: center;
  font-family: Inter, sans-serif;
  font-size: 32px;
  font-weight: 700;
}

.div-block-30 {
  margin-top: 40px;
}

.div-block-31 {
  flex-direction: row;
  justify-content: center;
  margin-top: 40px;
  margin-bottom: 60px;
  display: flex;
}

.slider-2 {
  height: auto;
}

.text-block-17 {
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
}

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

.button-3-oculto {
  color: var(--black100);
  text-align: center;
  letter-spacing: .25px;
  background-color: #d4e167;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 302px;
  height: 91px;
  padding-top: 32px;
  padding-bottom: 32px;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 28px;
  display: none;
  box-shadow: 2px 2px 9px #0000001a;
}

.div-block-37, .div-block-38 {
  display: flex;
}

.columns {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 278.219vw;
  margin-left: 5px;
  margin-right: -83px;
  display: flex;
}

.column {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  align-items: center;
  padding-left: 0;
  display: flex;
}

.button-7 {
  background-color: var(--tem_orange);
  color: var(--white100);
  border-radius: 16px;
  padding: 12px 32px;
  font-family: Poppins, sans-serif;
  font-size: 20px;
  font-weight: 700;
}

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

.text-heading-1-copy.mobile {
  max-width: 20ch;
  font-family: Inter, sans-serif;
  font-size: 40px;
  font-weight: 800;
  line-height: 52px;
}

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

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

.text-heading-1-copy.step {
  color: #e5007e;
  text-align: center;
  width: 96px;
  height: 96px;
  margin-bottom: 0;
  line-height: 96px;
}

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

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

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

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

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

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

.text-heading-1-copy.home-page {
  text-align: center;
  max-width: 20ch;
  margin-bottom: 16px;
  font-size: 24px;
  line-height: 40px;
}

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

.text-heading-1-copy-copy.mobile {
  max-width: 20ch;
  font-family: Inter, sans-serif;
  font-size: 40px;
  font-weight: 800;
  line-height: 52px;
}

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

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

.text-heading-1-copy-copy.step {
  color: #e5007e;
  text-align: center;
  width: 96px;
  height: 96px;
  margin-bottom: 0;
  line-height: 96px;
}

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

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

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

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

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

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

.text-heading-1-copy-copy.home-page {
  text-align: center;
  max-width: 20ch;
  margin-bottom: 16px;
  font-size: 24px;
  line-height: 40px;
}

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

.line {
  background-color: var(--tem_orange2);
  width: 1px;
  max-width: 1px;
  height: 360px;
  margin-top: 50px;
  margin-bottom: 20px;
  overflow: visible;
}

.div-block-40 {
  flex-direction: column;
  align-items: center;
  width: auto;
  margin-bottom: -360px;
  display: flex;
}

.header-copy {
  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;
  width: auto;
  height: 600px;
  margin: 0 0 12px;
  padding-top: 24px;
  padding-bottom: 24px;
  position: relative;
}

.header-copy.faq-header {
  background-color: #25357305;
  background-image: url('../images/bg_faq.png');
  background-position: 50%;
  background-repeat: repeat;
  background-size: cover;
  height: 696px;
}

.header-copy-copy {
  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;
  width: auto;
  height: 600px;
  margin: 0 0 12px;
  padding-top: 24px;
  padding-bottom: 24px;
  position: relative;
}

.header-copy-copy.faq-header {
  background-color: #25357305;
  background-image: url('../images/bg_faq.png');
  background-position: 50%;
  background-repeat: repeat;
  background-size: cover;
  height: 696px;
}

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

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

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

.heading_title {
  color: var(--white100);
  margin-bottom: 40px;
  font-family: Poppins, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 40px;
}

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

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

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

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

.div-block-42 {
  width: 913px;
  padding-bottom: 20px;
  padding-left: 60px;
}

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

.paragraph-7 {
  color: var(--black70);
  width: 300px;
  height: auto;
  font-family: Poppins, sans-serif;
  font-weight: 500;
}

.div-block-43 {
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  width: 50%;
  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: 40%;
  max-width: 75%;
  margin-right: 20px;
}

.image-29 {
  width: 39%;
  max-width: 75%;
}

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

.button-8 {
  background-color: var(--tem_green);
  border-radius: 16px;
  margin-bottom: 60px;
  padding: 12px 60px;
  font-family: Poppins, sans-serif;
  font-size: 20px;
  font-weight: 700;
}

.indice {
  background-color: var(--tem_grey);
  padding: 100px 40px;
}

.heading-7 {
  color: var(--tem_blue);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 38px;
  font-weight: 500;
}

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

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

.button_id {
  background-color: var(--tem_orange);
  border-radius: 16px;
  align-items: center;
  width: auto;
  height: 44px;
  padding: 12px 32px;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 500;
  display: flex;
}

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

.link-block-2 {
  background-color: var(--tem_orange);
  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;
}

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

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

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

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

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

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

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

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

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

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

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

.heading-9 {
  font-family: Poppins, sans-serif;
}

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

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

.paragraph-8 {
  color: var(--black70);
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
}

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

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

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

.heading-11 {
  color: var(--tem_orange);
  font-family: Poppins, sans-serif;
  font-size: 24px;
  font-weight: 500;
}

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

.text-block-22 {
  color: var(--black70);
  text-align: center;
  margin-bottom: 20px;
  font-family: Poppins, sans-serif;
  font-weight: 500;
}

.image-34 {
  width: 35%;
  max-width: none;
  margin-right: 10px;
}

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

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

.div-block-51 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--tem_grey);
  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;
}

.button_entrar2 {
  background-color: var(--tem_green);
  border-radius: 16px;
  padding: 12px 32px;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 700;
}

.heading-12 {
  font-family: Poppins, sans-serif;
}

.heading-13 {
  color: var(--tem_orange);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 24px;
}

.consulta-por-video {
  background-color: var(--tem_grey);
  padding: 100px 40px 40px;
}

.heading_pronto {
  color: var(--tem_orange);
  margin-top: 0;
  font-family: Poppins, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 28px;
}

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

.img_video {
  margin-bottom: 0;
}

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

.img_video-copy {
  margin-bottom: 0;
}

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

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

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

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

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

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

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

.paragraph-9 {
  color: var(--black70);
  font-family: Poppins, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 28px;
}

.bold-text-4 {
  color: var(--tem_orange);
}

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

.perguntas-frequentes {
  background-color: var(--tem_grey);
  padding: 100px 40px 40px;
}

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

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

.text-heading-4.faq-item-heading-text {
  color: var(--black70);
  flex: 1;
  margin-right: 24px;
  font-family: Poppins, sans-serif;
  font-weight: 400;
  display: inline-block;
}

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

.text-body-3.faq-item-text {
  color: var(--black70);
  width: 864px;
  margin-top: 24px;
  margin-bottom: 8px;
  padding-left: 0;
  padding-right: 0;
  font-family: Poppins, sans-serif;
}

.text-body-3.contact-link {
  color: var(--honeydew);
  margin-left: -8px;
  padding: 8px;
  font-family: Poppins, sans-serif;
  text-decoration: none;
}

.text-body-3.contact-description {
  color: var(--white100);
  font-family: Poppins, sans-serif;
  display: inline-block;
}

.text-body-3.white {
  color: var(--white100);
  margin-bottom: 10px;
  font-family: Poppins, sans-serif;
  font-weight: 300;
  text-decoration: none;
}

.bold-text-5 {
  color: var(--tem_orange);
}

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

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

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

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

.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: var(--honeydew);
  margin-top: 0;
  margin-bottom: 8px;
  font-family: Poppins, sans-serif;
}

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

.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 {
  color: var(--white100);
  margin-bottom: 8px;
  font-family: Poppins, sans-serif;
  font-style: italic;
  font-weight: 400;
}

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

.div-block-54 {
  flex-direction: column;
  justify-content: center;
  width: 70%;
  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;
}

.line_footer {
  background-color: var(--tem_orange2);
  width: 1px;
  max-width: 1px;
  height: 250px;
  margin-top: 10px;
  margin-bottom: 20px;
}

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

.text-block-23 {
  color: var(--black40);
  text-align: center;
  font-family: Poppins, sans-serif;
}

.text-block-24 {
  color: var(--black40);
  margin-bottom: 20px;
  font-family: Poppins, sans-serif;
}

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

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

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

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

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

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

.slider-3 {
  display: none;
}

.paragraph_slider {
  color: var(--black70);
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
}

.heading_slider {
  color: var(--tem_orange);
  margin-bottom: 20px;
  font-family: Poppins, sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 28px;
}

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

.column-2 {
  padding-left: 0;
}

.slider-4 {
  display: none;
}

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

.div-block-56 {
  background-color: var(--tem_grey);
  border-radius: 10px;
  justify-content: space-between;
  align-items: center;
  width: 653.328px;
  padding: 4px;
  display: flex;
}

.form-block {
  margin-bottom: 0;
}

.text-field {
  background-color: var(--tem_grey);
  border: 1px #000;
  border-radius: 10px;
  width: 400px;
  margin-bottom: 0;
}

.text-field:focus-visible, .text-field[data-wf-focus-visible] {
  background-color: var(--tem_grey);
}

.button-9 {
  background-color: var(--tem_orange);
  border-radius: 10px;
  padding-left: 24px;
  padding-right: 24px;
  font-family: Poppins, sans-serif;
  font-weight: 600;
}

.heading_trigger {
  color: var(--black70);
  justify-content: center;
  font-family: Poppins, sans-serif;
  font-size: 20px;
  font-weight: 500;
  display: flex;
}

.heading_trigger:hover {
  color: var(--black40);
}

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

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

.div-block-57 {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  height: 200px;
  margin-bottom: 60px;
  display: flex;
}

.image-36 {
  width: 75%;
  max-width: none;
}

.logo-tem {
  width: 50%;
  max-width: none;
  margin-left: 0;
}

.logo-cea {
  width: 55%;
  max-width: none;
  margin-top: 40px;
}

.heading-14 {
  color: var(--white100);
  font-family: Poppins, sans-serif;
  font-size: 24px;
  line-height: 32px;
}

.div_header {
  margin-bottom: 20px;
}

.div_logos {
  background-color: var(--white100);
  border-top-right-radius: 300px;
  border-bottom-right-radius: 300px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 1329px;
  height: 600.094px;
  margin-bottom: 0;
  padding: 0 40px;
  display: flex;
}

.div_input {
  margin-bottom: 40px;
}

.text-field-2 {
  color: var(--white100);
  text-align: center;
  background-color: #80ebed;
  border: 1px #000;
  border-radius: 16px;
  width: 300px;
  display: none;
}

.button-10 {
  text-align: center;
  background-color: #ff4273;
  border-radius: 16px;
  width: 300px;
  font-family: Poppins, sans-serif;
  font-weight: 600;
  display: block;
}

.text-block-25 {
  color: var(--white100);
  margin-top: 20px;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}

.text-span-4, .bold-text-6 {
  color: #e3fe29;
}

.text-span-5 {
  color: var(--yellow);
}

.text-span-6 {
  color: var(--yellow);
  font-size: 20px;
}

.butto_voltar {
  text-align: center;
  background-color: #ff4273;
  border-radius: 16px;
  flex-direction: row;
  align-items: flex-start;
  width: 300px;
  height: auto;
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: Poppins, sans-serif;
  font-weight: 500;
  display: block;
}

.error-message-2 {
  background-color: #0000;
  width: auto;
  height: auto;
  padding: 0;
}

.text-block-26 {
  color: var(--black100);
}

.text-block_oculto {
  color: var(--white100);
  margin-top: 20px;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  display: none;
}

.logo_right {
  max-width: 75%;
  margin-top: 0;
  display: block;
}

.img_hero {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  margin-bottom: 0;
  margin-left: -101px;
  display: flex;
}

.img_hero.mobile {
  display: none;
}

.logo-tem-copy {
  width: 50%;
  max-width: none;
  margin-left: -102px;
}

.heading-15 {
  color: var(--blue_sou);
  text-align: left;
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Poppins, sans-serif;
  font-size: 20px;
  line-height: 28px;
}

.div-block-58 {
  border: 3px none var(--honeydew);
  border-top-left-radius: 16px;
  border-bottom-right-radius: 16px;
  border-bottom-left-radius: 16px;
  width: auto;
  margin-right: 0;
  padding: 0;
}

.heading-16 {
  color: var(--blue_sou);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 24px;
  font-weight: 500;
}

.div-block-59 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: flex-start;
  width: 100%;
  display: flex;
}

.text-block-27 {
  color: var(--blue_sou);
  font-family: Poppins, sans-serif;
  font-size: 16px;
  line-height: 18px;
}

.r {
  color: var(--blue_sou);
  margin-top: 0;
  font-family: Poppins, sans-serif;
  font-size: 28px;
}

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

.r-100 {
  color: var(--blue_sou);
  margin-top: 10px;
  font-family: Poppins, sans-serif;
  font-size: 28px;
}

.bold-text-7 {
  font-size: 40px;
}

.div-block-61 {
  flex-direction: column;
  align-items: center;
  margin-right: 4px;
  display: flex;
}

.div-block-62 {
  margin-right: 4px;
}

.text-block-28 {
  color: var(--blue_sou);
  margin-top: 4px;
  margin-right: 4px;
  font-size: 20px;
}

.heading-17 {
  color: var(--blue_sou);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 40px;
  font-weight: 600;
  text-decoration: none;
}

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

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

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

.legenda_valor {
  color: var(--blue_sou);
  margin-top: 4px;
  margin-right: 4px;
  font-size: 15px;
}

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

.div-block-65 {
  justify-content: center;
  width: auto;
  height: auto;
  margin-top: 20px;
  margin-bottom: 10px;
  display: flex;
}

.button-11 {
  background-color: var(--blue_sou);
  border-radius: 10px;
  font-family: Poppins, sans-serif;
  font-weight: 600;
}

.image-37 {
  width: 40%;
}

.image-37._2 {
  width: 48%;
}

.image-38 {
  width: 92%;
}

.div_input_fake-2 {
  background-color: #f5f5f5;
  border-radius: 10px;
  justify-content: space-between;
  align-items: center;
  width: 70%;
  margin-top: 20px;
  margin-bottom: 60px;
  padding: 4px;
  display: flex;
}

.form-block-2 {
  width: auto;
  margin-bottom: 0;
}

.form-2 {
  display: flex;
}

.text-field-3 {
  background-color: #f5f5f5;
  border: 1px #000;
  border-radius: 10px;
  width: auto;
  margin-bottom: 0;
}

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

.button_input_fake-2 {
  background-color: var(--blue_sou);
  border-radius: 10px;
  padding-left: 24px;
  padding-right: 24px;
  font-family: Poppins, sans-serif;
  font-weight: 600;
}

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

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

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

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

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

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

.text-span-14 {
  color: #ff4273;
}

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

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

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

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

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

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

.section-3 {
  background-color: var(--blue_sou);
  padding: 80px 80px 40px;
}

.div-block-66 {
  background-color: var(--white100);
  border-radius: 24px;
  padding-top: 40px;
  padding-bottom: 40px;
}

.div-block-67 {
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

.image-39 {
  width: 100%;
  margin-bottom: 20px;
}

.div-block-68 {
  flex-direction: column;
  align-self: center;
  align-items: center;
  width: 50%;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.heading-19 {
  font-family: Poppins, sans-serif;
  font-size: 24px;
}

.heading-20 {
  color: var(--blue_sou);
  margin-bottom: 0;
  margin-left: 0;
  font-family: Poppins, sans-serif;
  font-size: 28px;
  font-weight: 600;
  line-height: 33px;
}

.heading-20._2 {
  margin-left: 0;
}

.div-block-69 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: space-between;
  width: 50%;
  height: auto;
  padding-left: 0;
  padding-right: 20px;
  display: flex;
}

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

.paragraph-11 {
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 300;
}

.paragraph-12 {
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 600;
}

.paragraph-13 {
  color: #4b4b4b;
  width: 356px;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 300;
}

.text-span-15, .text-span-16 {
  font-weight: 600;
}

.div-block-70 {
  margin-top: 40px;
  display: flex;
}

.descontos {
  flex-direction: column;
  justify-content: center;
  width: 50%;
  padding-left: 40px;
  padding-right: 20px;
  display: flex;
}

.text-span-17, .text-span-18 {
  font-weight: 600;
}

.image-40 {
  width: 80%;
}

.image-41 {
  width: 35%;
  margin-right: 20px;
}

.image-42 {
  width: 50%;
}

.div_raia {
  align-self: center;
  width: 50%;
  padding-left: 20px;
  padding-right: 40px;
}

.div-block-71 {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  display: flex;
}

.text-block-31 {
  color: var(--blue_sou);
  margin-bottom: 20px;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 600;
}

.paragraph-14 {
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 14px;
  font-weight: 300;
}

.text-span-19, .text-span-20, .text-span-21 {
  font-weight: 600;
}

.div-block-72 {
  border: 2px solid var(--honeydew);
  border-radius: 16px;
  margin-left: 40px;
  padding: 16px;
  display: flex;
}

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

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

.text-block-32 {
  color: var(--white100);
  margin-bottom: 20px;
  font-family: Poppins, sans-serif;
}

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

.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: auto;
  padding: 40px 0 40px 40px;
  display: flex;
}

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

.conteiner_footer-2 {
  justify-content: space-between;
  align-items: center;
  max-width: 1056px;
  display: flex;
}

.line_footer-2 {
  background-color: var(--honeydew);
  width: 1px;
  max-width: 1px;
  height: 250px;
  margin-top: 10px;
  margin-bottom: 20px;
}

.howtouse_desk {
  background-color: var(--white100);
  border-radius: 24px;
  margin-top: 40px;
  padding-top: 40px;
  padding-bottom: 40px;
}

.howtouse_mobile {
  background-color: var(--white100);
  border-radius: 24px;
  padding-top: 40px;
  padding-bottom: 40px;
  display: none;
}

.logo_footer_mobile {
  align-items: center;
  margin-top: 20px;
  margin-bottom: 20px;
  display: none;
}

.div-block-74 {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 4px;
  margin-right: 0;
  display: flex;
}

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

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

.div-block-76 {
  margin-top: 0;
  padding-left: 40px;
}

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

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

.text-span-25 {
  color: var(--blue_sou);
  font-size: 18px;
  font-weight: 600;
}

.text-span-26, .text-span-27 {
  font-weight: 600;
}

.div-block-77 {
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  margin-bottom: 40px;
  display: flex;
}

.div-block-58-copy {
  border: 3px none var(--honeydew);
  border-top-left-radius: 16px;
  border-bottom-right-radius: 16px;
  border-bottom-left-radius: 16px;
  width: 200px;
  margin-right: 0;
  padding: 0;
}

.disponibilidade {
  background-color: var(--white100);
  border-radius: 24px;
  height: auto;
  margin-bottom: 40px;
  padding: 40px 0 9px;
}

.html-embed-3 {
  width: 752px;
  height: 505.5px;
}

.paragraph-13-copy {
  width: 356px;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 300;
}

.button_desk {
  background-color: var(--blue_sou);
  border-radius: 10px;
  font-family: Poppins, sans-serif;
  font-weight: 600;
}

.button_desk.full {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.button_mb {
  background-color: var(--blue_sou);
  border-radius: 10px;
  font-family: Poppins, sans-serif;
  font-weight: 600;
  display: none;
}

.text-block-34 {
  color: var(--tem_blue);
  font-size: 18px;
}

.div-block-78 {
  flex-direction: column;
  justify-content: center;
  display: flex;
}

.div-block-79 {
  flex-direction: column;
  margin-bottom: 0;
  margin-left: 40px;
  display: flex;
}

.button-12 {
  background-color: var(--honeydew);
  color: var(--blue_sou);
  border-radius: 8px;
  margin-bottom: 10px;
  padding-left: 40px;
  padding-right: 40px;
  font-family: Poppins, sans-serif;
  font-weight: 700;
}

.button-13 {
  background-color: var(--honeydew);
  color: var(--blue_sou);
  text-align: center;
  border-radius: 8px;
  font-family: Poppins, sans-serif;
  font-weight: 700;
}

.container_slide {
  justify-content: center;
  align-items: center;
  max-width: none;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.slide-6, .mask-2 {
  height: auto;
}

.slider-5 {
  background-color: #0000;
  width: 100%;
  height: auto;
}

.left-arrow-3 {
  justify-content: center;
  align-items: center;
  margin-left: 40px;
  display: flex;
}

.div-block-80 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 70%;
  display: flex;
}

.slide-nav {
  justify-content: center;
  align-items: center;
  display: flex;
  top: auto;
  bottom: -38px;
}

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

.right-arrow-2 {
  justify-content: center;
  align-items: center;
  margin-right: 20px;
  display: flex;
}

.link-19 {
  color: #4b4b4b;
}

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

.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: var(--blue_sou);
  width: auto;
  margin-top: 24px;
  margin-bottom: 8px;
  padding-left: 0;
  padding-right: 0;
  font-family: Poppins, sans-serif;
  font-weight: 300;
}

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

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

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

.text-heading-9.faq-item-heading-text {
  color: var(--blue_sou);
  flex: 1;
  margin-right: 24px;
  font-family: Poppins, sans-serif;
  font-weight: 400;
  display: inline-block;
}

.semibold {
  font-weight: 600;
}

.semibold.orange {
  color: var(--blue_sou);
}

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

.text-body-34.faq-item-text {
  color: var(--blue_sou);
  width: auto;
  margin-top: 24px;
  margin-bottom: 8px;
  padding-left: 0;
  padding-right: 0;
  font-family: Poppins, sans-serif;
  font-size: 12px;
  font-weight: 300;
  line-height: 125%;
}

.div-block-83 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  display: flex;
}

.text-block-35 {
  color: var(--blue_sou);
  font-family: Poppins, sans-serif;
  font-size: 20px;
  font-weight: 600;
}

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

.paragraph-15 {
  color: var(--blue_sou);
  margin-top: 10px;
  font-family: Poppins, sans-serif;
  font-size: 12px;
}

.text-block-36 {
  margin-top: 27px;
  padding-left: 40px;
  padding-right: 40px;
  font-family: Poppins, sans-serif;
  font-size: 10px;
  line-height: 125%;
}

.text-block-36-copy {
  padding-left: 0;
  padding-right: 40px;
  font-family: Poppins, sans-serif;
  font-size: 10px;
  line-height: 125%;
}

.link-20 {
  color: #4b4b4b;
  font-size: 14px;
}

.div-block-85 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: wrap;
  display: flex;
}

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

.image-45 {
  width: 22%;
}

.image-45._2 {
  width: 31%;
}

.div-block-87 {
  border: 3px solid var(--honeydew);
  border-radius: 16px;
  padding-top: 8px;
  padding-bottom: 8px;
}

.paragraph-16 {
  color: #29325d;
  text-align: center;
  margin: 5px 20px;
  font-family: Poppins, sans-serif;
  font-size: 17px;
  font-weight: 300;
  line-height: 131%;
}

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

.paragraph-17 {
  color: var(--white100);
  text-transform: none;
  font-family: Poppins, sans-serif;
  font-size: 11px;
  font-style: italic;
}

.link-21 {
  color: var(--black70);
}

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

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

.img_hero-copy {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  margin-bottom: 0;
  margin-left: -101px;
  display: flex;
}

.img_hero-copy.mobile {
  display: none;
}

@media screen and (min-width: 1280px) {
  .container.large {
    max-width: 1200px;
  }

  .text-heading-1.mobile {
    color: var(--tem_orange);
    font-family: Poppins, sans-serif;
    font-weight: 700;
  }

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

  .text-heading-2 {
    color: var(--tem_orange);
    font-family: Poppins, sans-serif;
    font-size: 32px;
  }

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

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

  .text-body.visa-parapraph {
    color: var(--tem_orange);
    width: 500px;
    max-width: 500px;
    height: auto;
    font-family: Poppins, sans-serif;
    font-size: 24px;
    font-weight: 500;
    display: inline-block;
  }

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

  .button.cta.contact.off.home:hover, .button.cta.off:hover {
    background-image: linear-gradient(#24205e, #24205e);
  }

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

  .header {
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
    width: auto;
    max-width: none;
    height: auto;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .header.faq-header {
    background-image: url('../images/bg_faq.png');
  }

  .header-grid {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex: 1;
    justify-content: flex-start;
    align-items: flex-end;
    width: 1200px;
    max-width: none;
    padding-bottom: 40px;
    display: flex;
  }

  .header-image {
    width: 100px;
    max-width: 100px;
    margin-top: 0;
  }

  .header-cta {
    align-items: flex-end;
    display: flex;
  }

  .card-visa {
    padding-right: 24px;
    display: block;
  }

  .header-container {
    align-items: flex-start;
    max-width: none;
    height: auto;
    margin-bottom: 40px;
    padding-bottom: 40px;
  }

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

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

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

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

  .div_agendar {
    background-color: #0000;
    justify-content: space-between;
    height: auto;
  }

  .agendar_head {
    margin-right: 0;
    padding-left: 0;
  }

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

  .plan-image.large {
    width: 50%;
    max-width: 50%;
    margin-top: -65px;
    margin-right: -1px;
    display: block;
    position: absolute;
  }

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

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

  .contact-us.large {
    background-color: #25357305;
    background-image: url('../images/bg_cta.png');
    background-position: 50% 0;
    background-size: cover;
    border-color: #24205e40;
    height: 400px;
  }

  .links {
    grid-template-columns: 1.75fr 2fr 1fr;
    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-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;
  }

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

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

  .html-embed-2 {
    width: 981px;
  }

  .image-10, .image-11 {
    max-width: 70%;
  }

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

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

  .subheading.visa-parapraph {
    display: inline-block;
  }

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

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

  .text-body-copy.visa-parapraph {
    display: inline-block;
  }

  .conteiner_cartao_virtual {
    justify-content: space-between;
    max-width: 1200px;
  }

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

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

  .text-body2.visa-parapraph {
    display: inline-block;
  }

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

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

  .text-body3.visa-parapraph {
    display: inline-block;
  }

  .div-block-18 {
    margin-left: 0;
  }

  .div_pagar {
    max-width: 940px;
  }

  .procedimento {
    width: auto;
    max-width: none;
  }

  .text-body2-padding.footer-text {
    text-align: left;
  }

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

  .text-body2-padding.visa-parapraph {
    display: inline-block;
  }

  .div_medicamentos {
    max-width: 940px;
  }

  .comprar_medicamentos, .comprar_medicamentos2 {
    background-color: #0000;
    height: auto;
  }

  .comprar_medicamentos3 {
    background-color: #f4f4f5;
    height: auto;
  }

  .div_telemedicina {
    max-width: 940px;
  }

  .howto_telemedicina {
    background-color: #25357305;
    background-image: url('../images/bg_cta_woman.png');
    height: 550px;
  }

  .div_cirurgias, .div_sorteios {
    max-width: 940px;
  }

  .sorteios-2 {
    max-width: 1200px;
  }

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

  .div-block-29 {
    justify-content: space-between;
    width: 940px;
    max-width: none;
    margin-left: 0;
    margin-right: 0;
    display: flex;
  }

  .image_agendar {
    margin-right: 60px;
    padding-right: 0;
  }

  .container-2 {
    margin-bottom: 140px;
  }

  .image-20 {
    display: none;
  }

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

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

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

  .text-heading-1-copy.mobile {
    color: var(--tem_orange);
    font-family: Poppins, sans-serif;
    font-weight: 700;
  }

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

  .text-heading-1-copy-copy.mobile {
    color: var(--tem_orange);
    font-family: Poppins, sans-serif;
    font-weight: 700;
  }

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

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

  .div-block-39 {
    background-color: var(--tem_orange);
    width: 1px;
    height: 360px;
  }

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

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

  .header-copy {
    width: 100%;
    max-width: 100vw;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
  }

  .header-copy.faq-header {
    background-image: url('../images/bg_faq.png');
  }

  .header-copy-copy {
    width: 100%;
    max-width: 100vw;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
  }

  .header-copy-copy.faq-header {
    background-image: url('../images/bg_faq.png');
  }

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

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

  .image-26 {
    margin-bottom: 120px;
  }

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

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

  .paragraph-6 {
    color: var(--white100);
    text-align: center;
    font-family: Poppins, sans-serif;
    font-size: 16px;
    font-weight: 500;
  }

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

  .div-block-41 {
    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;
  }

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

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

  .div-block-54 {
    width: 70%;
    padding-right: 40px;
  }

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

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

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

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

  .div_logos {
    width: 1400px;
    padding-left: 60px;
  }

  .img_hero {
    width: 92%;
    margin-left: -148px;
  }

  .heading_item-2 {
    width: 99.9999%;
  }

  .section-3 {
    padding-top: 100px;
    padding-left: 100px;
    padding-right: 100px;
  }

  .heading-20 {
    margin-top: 32px;
    margin-left: 0;
  }

  .descontos {
    height: 505.781px;
  }

  .div_raia {
    flex-direction: column;
    justify-content: space-between;
    height: 505px;
    padding-top: 40px;
    padding-bottom: 40px;
    display: flex;
  }

  .div-block-72 {
    margin-left: 40px;
  }

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

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

  .howtouse_desk {
    padding-top: 21px;
  }

  .disponibilidade {
    padding-bottom: 11px;
  }

  .faq-item-4, .faq-item-4-drogasil {
    background-color: #ecf9ee;
  }

  .img_hero-copy {
    width: 92%;
    margin-left: -148px;
  }
}

@media screen and (min-width: 1440px) {
  .body {
    background-color: var(--blue_sou);
  }

  .header {
    background-image: none;
    width: auto;
    max-width: none;
    height: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .header-container {
    margin-bottom: 40px;
  }

  .image-19 {
    width: 150px;
  }

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

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

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

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

  .button_entrar2 {
    margin-top: 10px;
  }

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

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

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

  .div-block-54 {
    width: 70%;
  }

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

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

  .paragraph_slider {
    margin-bottom: 10px;
  }

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

  .div_logos {
    width: 1400px;
    padding-left: 39px;
  }

  .butto_voltar {
    width: 300px;
    display: block;
  }

  .img_hero {
    width: 100%;
    margin-left: -89px;
  }

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

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

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

  .section-3 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-top: 100px;
    padding-left: 100px;
    padding-right: 100px;
    display: flex;
  }

  .div-block-66 {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .image-39 {
    width: 100%;
  }

  .div-block-68 {
    justify-content: center;
    margin-left: 40px;
    display: flex;
  }

  .div-block-68.left {
    margin-left: 0;
    margin-right: 40px;
  }

  .heading-20 {
    width: 385px;
    margin-top: 0;
    margin-left: 2px;
    margin-right: -134px;
    padding-right: 0;
  }

  .div-block-69 {
    justify-content: space-between;
    align-items: flex-start;
    height: auto;
    padding-right: 20px;
  }

  .paragraph-11, .paragraph-12 {
    width: 100%;
    margin-top: 20px;
    margin-left: 0;
  }

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

  .text-span-15 {
    height: auto;
  }

  .descontos {
    align-items: center;
    height: 513.078px;
    padding-top: 20px;
  }

  .image-40 {
    width: 70%;
    margin-top: -6px;
  }

  .image-41 {
    width: 25%;
  }

  .image-42 {
    width: 35%;
  }

  .div_raia {
    flex-direction: column;
    justify-content: space-between;
    height: 510px;
    padding-top: 40px;
    padding-bottom: 40px;
    display: flex;
  }

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

  .div-block-72 {
    width: auto;
    margin-top: 20px;
    margin-left: 40px;
  }

  .footer-content-2 {
    width: 70%;
  }

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

  .howtouse_desk {
    width: 1220px;
    padding-top: 56px;
    padding-bottom: 56px;
  }

  .howtouse_mobile {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .div-block-74 {
    margin-bottom: -1px;
  }

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

  .text-span-25 {
    font-size: 20px;
  }

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

  .disponibilidade {
    width: 1000px;
    padding-top: 40px;
    padding-bottom: 0;
  }

  .html-embed-3 {
    width: auto;
    height: auto;
  }

  .paragraph-13-copy {
    text-align: center;
    width: 100%;
    margin-bottom: 0;
    font-size: 16px;
    font-weight: 600;
  }

  .img_hero-copy {
    width: 100%;
    margin-left: -89px;
  }
}

@media screen and (min-width: 1920px) {
  .div_logos {
    width: 100%;
    padding-left: 40px;
  }

  .img_hero {
    width: 100%;
  }

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

  .img_hero-copy {
    width: 100%;
  }
}

@media screen and (max-width: 991px) {
  .body {
    background-color: #0000;
  }

  .container.large {
    max-width: 100%;
    margin-left: 40px;
    margin-right: 40px;
  }

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

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

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

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

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

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

  .text-heading-3.faq-tag {
    color: #24205e;
  }

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

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

  .text-body.link {
    text-align: center;
    overflow: visible;
  }

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

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

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

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

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

  .button.cta.contact.off.home:hover, .button.cta.off:hover {
    background-image: linear-gradient(#24205e, #24205e);
  }

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

  .icon.nav {
    background-color: #24205e;
    border-radius: 4px;
    display: flex;
  }

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

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

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

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

  .header {
    background-color: var(--blue_sou);
    background-image: none;
    height: auto;
    padding-left: 0;
  }

  .header.faq-header {
    background-color: #25357305;
    background-image: url('../images/bg_faq_1.png');
    background-position: 100% 0;
    background-size: cover;
  }

  .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: 0;
    padding-bottom: 100px;
    padding-left: 40px;
    padding-right: 40px;
  }

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

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

  .div_agendar {
    background-color: #0000;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 400px;
    margin-top: 0;
    display: flex;
  }

  .agendar_head {
    padding-left: 0;
  }

  .plan-image {
    display: none;
  }

  .plan-image.large {
    margin-top: -39px;
    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-color: #25357305;
    background-image: url('../images/bg_cta.png');
    background-position: 0%;
    background-repeat: no-repeat;
    background-size: cover;
    border-color: #24205e40;
  }

  .float-button {
    display: none;
  }

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

  .link-block {
    display: block;
  }

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

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

  .footer-content {
    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;
  }

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

  .social-content.tablet {
    flex-direction: row;
    justify-content: center;
    margin-top: 24px;
    display: flex;
  }

  .header-cta-content {
    flex-direction: column;
    align-items: flex-start;
    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;
  }

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

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

  .faq-section-tag {
    background-color: #24205e0d;
  }

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

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

  .float-button-2 {
    display: none;
  }

  .image_acessar {
    margin-bottom: 20px;
  }

  .image_acessar.mobile {
    display: none;
  }

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

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

  .image-11 {
    display: none;
  }

  .grid-2 {
    grid-template-rows: auto auto auto auto auto;
    grid-template-columns: 1fr 1fr;
    margin-bottom: 20px;
  }

  .acessar {
    flex-direction: column;
  }

  .img_acessar {
    display: none;
  }

  .subheading.link {
    text-align: center;
    overflow: visible;
  }

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

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

  .subheading.header-contact-page, .subheading.contact-additional-text {
    text-align: center;
  }

  .subheading.visa-parapraph {
    text-align: center;
    max-width: none;
  }

  .agendar2 {
    grid-row-gap: 40px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
    width: auto;
  }

  .text-body-copy.link {
    text-align: center;
    overflow: visible;
  }

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

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

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

  .text-body-copy.visa-parapraph {
    text-align: center;
    max-width: none;
  }

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

  .img_card_mb {
    width: auto;
    display: flex;
  }

  .text-body2.link {
    text-align: center;
    overflow: visible;
  }

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

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

  .text-body2.header-contact-page, .text-body2.contact-additional-text {
    text-align: center;
  }

  .text-body2.visa-parapraph {
    text-align: center;
    max-width: none;
  }

  .text-body3.link {
    text-align: center;
    overflow: visible;
  }

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

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

  .text-body3.header-contact-page, .text-body3.contact-additional-text {
    text-align: center;
  }

  .text-body3.visa-parapraph {
    text-align: center;
    max-width: none;
  }

  .div-block-18 {
    margin-right: 0;
  }

  .image_pagar.mobile {
    display: none;
  }

  .text-body2-padding.link {
    text-align: center;
    overflow: visible;
  }

  .text-body2-padding.footer-text {
    text-align: left;
  }

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

  .text-body2-padding.header-contact-page, .text-body2-padding.contact-additional-text {
    text-align: center;
  }

  .text-body2-padding.visa-parapraph {
    text-align: center;
    max-width: none;
  }

  .comprar_medicamentos {
    background-color: #0000;
    flex-direction: column;
    align-items: center;
    height: auto;
    margin-top: 0;
  }

  .image_medicamentos {
    max-width: 100%;
  }

  .comprar_medicamentos2 {
    background-color: #0000;
    height: auto;
    margin-top: 40px;
  }

  .div-block-23 {
    flex-direction: column;
    align-items: center;
    width: auto;
    margin-right: 0;
    display: flex;
  }

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

  .comprar_medicamentos3 {
    background-color: #f4f4f5;
    flex-direction: column;
    align-items: center;
    height: auto;
    margin-top: 120px;
  }

  .autorizador {
    flex-direction: column;
    margin-top: 20px;
  }

  .howto_telemedicina {
    background-color: #25357305;
    background-image: url('../images/bg_woman.png');
    height: 400px;
    margin-top: 120px;
  }

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

  .image-17 {
    max-width: 75%;
    display: none;
  }

  .div_cirurgias {
    margin-bottom: 60px;
  }

  .cirugias-2 {
    flex-direction: column;
    align-items: center;
  }

  .div_sorteios {
    margin-bottom: 0;
  }

  .sorteios-2 {
    flex-direction: column;
    align-items: center;
  }

  .image-19 {
    width: auto;
  }

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

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

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

  .div_acessar {
    justify-content: center;
  }

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

  .image-20 {
    max-width: 75%;
    margin-bottom: 20px;
    display: block;
  }

  .img_acessar_mb {
    margin-bottom: 20px;
    display: flex;
  }

  .container-3 {
    margin-bottom: 60px;
  }

  .img_card, .img_medicamentos {
    display: none;
  }

  .img_medicamentos_mb {
    display: block;
  }

  .img_telemedicina_mb {
    flex-direction: column;
    align-items: center;
    max-width: 75%;
    display: flex;
  }

  .img_cirurgia, .img_sorteios {
    max-width: 75%;
    display: none;
  }

  .img_cirurgia_mb, .img_sorteios_mb {
    max-width: 75%;
    margin-bottom: 40px;
    display: block;
  }

  .img_sorteios_mb-copy {
    max-width: 75%;
    display: block;
  }

  .image_pagar_mb.mobile {
    display: none;
  }

  .div-block_card {
    flex-direction: column;
    align-items: center;
    width: auto;
    margin-right: 0;
    display: flex;
  }

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

  .text-heading-1-copy.mobile {
    text-align: center;
    font-size: 32px;
  }

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

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

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

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

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

  .text-heading-1-copy-copy.mobile {
    text-align: center;
    font-size: 32px;
  }

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

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

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

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

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

  .header-copy {
    height: auto;
  }

  .header-copy.faq-header {
    background-color: #25357305;
    background-image: url('../images/bg_faq_1.png');
    background-position: 100% 0;
    background-size: cover;
  }

  .header-copy-copy {
    height: auto;
  }

  .header-copy-copy.faq-header {
    background-color: #25357305;
    background-image: url('../images/bg_faq_1.png');
    background-position: 100% 0;
    background-size: cover;
  }

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

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

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

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

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

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

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

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

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

  .heading_item {
    margin-bottom: 20px;
  }

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

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

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

  .busca {
    margin-bottom: 0;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .comece_mobile {
    display: none;
  }

  .img_comece_mobile {
    max-width: 100%;
  }

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

  .paragraph_slider {
    font-size: 14px;
  }

  .heading_slider {
    font-size: 20px;
  }

  .div_logos {
    height: 418.789px;
  }

  .div_trigger {
    margin-right: 40px;
  }

  .img_hero {
    width: 132%;
    margin-left: -41px;
  }

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

  .div-block-59 {
    flex-flow: row;
  }

  .image-38 {
    width: 100%;
    margin-bottom: 10px;
  }

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

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

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

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

  .section-3 {
    padding-left: 40px;
    padding-right: 40px;
  }

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

  .div-block-67.left {
    flex-flow: column-reverse wrap;
  }

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

  .heading-20 {
    margin-left: 0;
  }

  .div-block-69 {
    width: 100%;
    height: auto;
    padding-right: 0;
  }

  .paragraph-13 {
    width: auto;
  }

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

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

  .conteiner_footer-2 {
    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;
  }

  .logo_footer_mobile {
    flex-direction: column;
    justify-content: center;
    align-self: flex-start;
    align-items: flex-start;
    display: none;
  }

  .paragraph-13-copy {
    width: auto;
  }

  .button_mb {
    display: none;
  }

  .left-arrow-3 {
    margin-left: 10px;
  }

  .text-body-33.faq-item-text, .faq-item-4, .text-body-34.faq-item-text {
    width: auto;
  }

  .div-block-86 {
    justify-content: center;
    align-items: center;
  }

  .image-45 {
    width: 24%;
  }

  .faq-item-4-drogasil {
    width: auto;
  }

  .img_hero-copy {
    width: 132%;
    margin-left: -41px;
  }
}

@media screen and (max-width: 767px) {
  .body {
    background-image: none;
  }

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

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

  .brand.w--current {
    justify-content: center;
    align-items: center;
    padding-left: 0;
    display: flex;
  }

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

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

  .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;
    padding-left: 0;
    font-size: 28px;
    line-height: 42px;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

  .button.cta.float {
    text-align: center;
    margin: 8px;
  }

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

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

  .icon.nav {
    background-color: #24205e;
  }

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

  .header {
    background-color: var(--white100);
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
    padding-top: 0;
    position: static;
  }

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

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

  .card-visa {
    grid-row-gap: 22px;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    align-self: center;
    max-width: 400px;
  }

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

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

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

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

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

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

  .benefits-cards.par {
    display: inline-block;
  }

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

  .div_agendar {
    background-color: #0000;
    grid-template-columns: 1fr;
    height: auto;
    margin-top: 96px;
    display: flex;
  }

  .agendar_head {
    padding-top: 0;
    padding-left: 48px;
    padding-right: 48px;
  }

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

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

  .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-color: #25357305;
    background-image: url('../images/bg_cta.png');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: auto;
    border-color: #24205e40;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    height: auto;
    margin-top: 96px;
    padding: 64px 24px;
  }

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

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

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

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

  .footer {
    margin-top: 64px;
  }

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

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

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

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

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

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

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

  .pricing-column.highlight, .pricing-column.first {
    border-bottom-color: #df411340;
    border-right-style: none;
  }

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

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

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

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

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

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

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

  .html-embed-2 {
    margin-right: 40px;
  }

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

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

  .button-2.cta.float {
    text-align: center;
    background-color: #24205e;
    margin: 8px;
  }

  .button-2.cta.float:hover {
    background-color: #24205e;
    background-image: linear-gradient(#e5007e, #e5007e);
  }

  .image-9 {
    max-width: 20%;
  }

  .image_acessar {
    display: none;
  }

  .image_acessar.mobile {
    display: block;
  }

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

  .button-3 {
    width: 215.031px;
    line-height: 24px;
  }

  .heading2 {
    flex-direction: column;
    align-items: center;
    margin-top: 0;
    display: flex;
  }

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

  .subheading.footer-text {
    text-align: center;
    max-width: none;
  }

  .subheading.footer-text.right {
    text-align: center;
  }

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

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

  .subheading.visa-parapraph {
    float: none;
    text-align: center;
    display: block;
    position: static;
  }

  .agendar2 {
    grid-row-gap: 24px;
    grid-template-rows: auto auto auto auto auto;
    grid-template-columns: 1fr;
    margin-top: 40px;
    margin-left: 20px;
    margin-right: 20px;
  }

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

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

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

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

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

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

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

  .text-body2.footer-text {
    text-align: center;
    max-width: none;
  }

  .text-body2.footer-text.right {
    text-align: center;
  }

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

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

  .text-body2.visa-parapraph {
    float: none;
    text-align: center;
    display: block;
    position: static;
  }

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

  .text-body3.footer-text {
    text-align: center;
    max-width: none;
  }

  .text-body3.footer-text.right {
    text-align: center;
  }

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

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

  .text-body3.visa-parapraph {
    float: none;
    text-align: center;
    display: block;
    position: static;
  }

  .image_pagar {
    display: none;
  }

  .image_pagar.mobile {
    display: block;
  }

  .img_pagar {
    display: none;
  }

  .procedimento {
    flex-direction: column;
    display: flex;
  }

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

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

  .text-body2-padding.link {
    text-align: left;
  }

  .text-body2-padding.footer-text {
    text-align: center;
    max-width: none;
  }

  .text-body2-padding.footer-text.right {
    text-align: center;
  }

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

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

  .text-body2-padding.visa-parapraph {
    float: none;
    text-align: center;
    display: block;
    position: static;
  }

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

  .comprar_medicamentos {
    background-color: #0000;
    grid-template-columns: 1fr;
    justify-content: center;
    height: auto;
    margin-top: 0;
    display: flex;
  }

  .medicamentos_head {
    padding-top: 48px;
    padding-left: 0;
    padding-right: 0;
  }

  .comprar_medicamentos2 {
    background-color: #0000;
    grid-template-columns: 1fr;
    height: auto;
    margin-top: 96px;
    margin-left: 20px;
    margin-right: 20px;
    display: block;
  }

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

  .comprar_medicamentos3 {
    background-color: #f4f4f5;
    grid-template-columns: 1fr;
    height: auto;
    margin-top: 40px;
    padding-top: 20px;
    padding-bottom: 20px;
    display: block;
  }

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

  .howto_telemedicina {
    background-color: #25357305;
    background-image: url('../images/bg_cta_woman.png');
    background-repeat: no-repeat;
    background-size: cover;
    grid-template-columns: 1fr;
    height: 870px;
    margin-top: 96px;
    display: block;
  }

  .div-block-27 {
    width: auto;
  }

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

  .div_sorteios {
    margin-bottom: 60px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .sorteios-2 {
    margin-left: 20px;
    margin-right: 20px;
  }

  .div_acessar {
    margin-bottom: 40px;
  }

  .pagar {
    margin-right: 16px;
    padding-left: 16px;
  }

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

  .telemedicina {
    margin-left: 20px;
    margin-right: 20px;
  }

  .cirurgias {
    margin-left: 20px;
    margin-right: 20px;
    padding-right: 0;
  }

  .img_acessar_mb {
    max-width: 75%;
    margin-bottom: 20px;
  }

  .container-3 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .image_pagar_mb {
    flex-direction: column;
    align-items: center;
    max-width: 75%;
    margin-bottom: 40px;
    display: flex;
  }

  .image_pagar_mb.mobile {
    display: block;
  }

  .div-block_card {
    align-items: center;
  }

  .heading-6 {
    font-size: 24px;
    line-height: 40px;
  }

  .div-block-31 {
    flex-direction: column;
    align-items: center;
  }

  .text-block-17 {
    text-align: center;
  }

  .div-block-32 {
    height: 48px;
    padding-left: 0;
  }

  .image-22, .image-23, .image-24, .image-25 {
    margin-bottom: 20px;
  }

  .button-3-oculto {
    width: 215.031px;
    line-height: 24px;
  }

  .columns {
    flex-flow: row-reverse;
    display: flex;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .div-block-43 {
    background-color: var(--tem_grey);
    color: var(--tem_grey);
    border-radius: 16px;
    width: auto;
    padding: 20px;
  }

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

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

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

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

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

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

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

  .presencial {
    align-items: center;
  }

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

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

  .heading_item {
    flex-direction: column;
  }

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

  .div_block_img.mockup_cel {
    display: flex;
  }

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

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

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

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

  .busca {
    margin-top: 10px;
  }

  .div-block-49 {
    background-color: var(--tem_grey);
    border-radius: 16px;
    height: auto;
    padding-top: 16px;
    padding-bottom: 16px;
  }

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

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

  .heading_pronto {
    text-align: center;
  }

  .container_slider_howtouse {
    display: none;
  }

  .img_video {
    margin-bottom: 40px;
  }

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

  .img_celular {
    margin-bottom: 40px;
  }

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

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

  .img_mockup_cel {
    width: 75%;
  }

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

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

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

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

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

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

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

  .text-body-4.header-contact-page.italic {
    font-weight: 300;
  }

  .text-body-4.header-contact-page.italic._2 {
    margin-top: 20px;
  }

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

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

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

  .img_comece_mobile {
    max-width: 104%;
  }

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

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

  .div_block_img_mockup.mockup_cel {
    display: flex;
  }

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

  .div_block_img_medicamento.mockup_cel {
    display: flex;
  }

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

  .div_block_img_logos.mockup_cel {
    display: flex;
  }

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

  .slider-3 {
    background-color: var(--white80);
    display: block;
  }

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

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

  .heading_slider {
    text-align: center;
  }

  .container_slider_howtouse_slider {
    display: none;
  }

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

  .div_block_img_note.mockup_cel {
    display: flex;
  }

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

  .div_input_fake {
    width: auto;
  }

  .logo-tem {
    width: 60%;
    margin-bottom: 40px;
  }

  .logo-cea {
    width: 55%;
    margin-top: 40px;
  }

  .div_logos {
    background-color: #0000;
    align-items: center;
    width: 100%;
    height: auto;
    margin-top: 0;
  }

  .img_hero {
    height: auto;
    display: none;
  }

  .img_hero.mobile {
    width: auto;
    margin-left: 0;
    display: block;
  }

  .logo-tem-copy {
    width: 45%;
  }

  .heading-15 {
    text-align: center;
    font-size: 24px;
  }

  .div-block-58 {
    margin-right: 20px;
  }

  .div-block-59 {
    flex-flow: column;
    justify-content: center;
  }

  .image-37, .image-37._2 {
    width: 100%;
  }

  .div_input_fake-2 {
    width: auto;
  }

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

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

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

  .img_mockup_cel-2 {
    width: 75%;
  }

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

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

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

  .heading_pronto2 {
    text-align: center;
  }

  .section-3 {
    background-color: var(--white100);
    padding-top: 20px;
  }

  .div-block-67 {
    flex-direction: column;
    padding-left: 0;
    padding-right: 0;
  }

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

  .image-39 {
    margin-top: 40px;
    margin-bottom: 0;
    padding-bottom: 40px;
  }

  .div-block-68 {
    width: 100%;
    padding-right: 0;
    display: block;
  }

  .heading-20 {
    text-align: center;
    margin-bottom: 20px;
    margin-left: 0;
  }

  .div-block-69 {
    width: auto;
    height: auto;
    padding-right: 0;
  }

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

  .paragraph-11 {
    text-align: center;
    font-weight: 300;
  }

  .paragraph-12 {
    text-align: center;
    margin-bottom: 20px;
  }

  .paragraph-13 {
    text-align: left;
    font-weight: 300;
  }

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

  .descontos {
    align-items: center;
    width: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .div_raia {
    flex-direction: column;
    align-items: center;
    width: auto;
    margin-top: 20px;
    padding-right: 20px;
    display: flex;
  }

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

  .text-block-31 {
    text-align: center;
  }

  .paragraph-14 {
    text-align: center;
    font-weight: 300;
  }

  .div-block-72 {
    align-items: center;
  }

  .div-block-73 {
    margin-left: 20px;
    margin-right: 0;
    padding-right: 0;
  }

  .footer-content-2 {
    align-items: center;
    width: auto;
  }

  .footer-2 {
    margin-top: 0;
  }

  .conteiner_footer-2 {
    flex-direction: column;
    align-items: center;
    max-width: none;
    padding-top: 20px;
  }

  .line_footer-2 {
    display: none;
  }

  .howtouse_desk {
    display: block;
  }

  .howtouse_mobile {
    padding-top: 0;
    display: block;
  }

  .image-43 {
    width: 240px;
    margin-left: 0;
  }

  .logo_footer_mobile {
    align-items: center;
    width: 100%;
  }

  .div-block-74 {
    margin-bottom: 40px;
  }

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

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

  .div-block-58-copy {
    margin-right: 0;
  }

  .disponibilidade {
    padding: 0;
    display: block;
  }

  .paragraph-13-copy {
    text-align: left;
    font-weight: 300;
  }

  .button_desk {
    display: none;
  }

  .button_mb {
    display: block;
  }

  .container_slide {
    flex-flow: column;
  }

  .div-block-80 {
    justify-content: center;
    align-items: center;
    width: 70%;
  }

  .slide-nav {
    bottom: 14px;
  }

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

  .right-arrow-2 {
    margin-right: 10px;
  }

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

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

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

  .text-block-36-copy {
    text-align: center;
  }

  .div-block-88 {
    background-color: var(--honeydew);
    width: 100%;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
    display: block;
  }

  .faq-item-4-drogasil {
    width: auto;
  }

  .img_hero-copy {
    height: auto;
    display: none;
  }

  .img_hero-copy.mobile {
    width: auto;
    margin-left: 0;
    display: block;
  }
}

@media screen and (max-width: 479px) {
  .body {
    background-color: #0000;
    max-width: none;
  }

  .navbar {
    flex-direction: column-reverse;
    justify-content: center;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
  }

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

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

  .brand.w--current {
    padding-left: 0;
  }

  .text-heading-1.mobile {
    text-align: left;
    align-self: center;
    max-width: none;
    margin-bottom: 10px;
    margin-left: 0;
    font-size: 16px;
    line-height: 20px;
  }

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

  .text-heading-2 {
    text-align: left;
    margin-top: 10px;
    margin-bottom: 0;
    font-size: 14px;
  }

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

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

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

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

  .text-body.header-contact-page, .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: left;
    font-size: 12px;
    line-height: 18px;
    position: static;
  }

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

  .icon.nav {
    background-color: #24205e;
  }

  .header {
    background-image: none;
    border-radius: 0;
    flex-direction: row;
    align-items: flex-end;
    width: auto;
    height: auto;
    margin: 0;
    padding: 0;
    display: flex;
    position: static;
  }

  .header-grid {
    text-align: left;
    background-color: #0000;
    flex: 0 auto;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-self: auto;
    align-items: center;
    width: auto;
    margin-right: 0;
    display: flex;
  }

  .header-image.mobile {
    width: auto;
    max-width: 85%;
    margin-top: 36px;
  }

  .header-cta {
    width: 100%;
  }

  .card-visa {
    grid-template-columns: 1fr 1fr;
    align-self: center;
    max-width: 360px;
    margin-bottom: 24px;
    margin-left: 0;
    margin-right: 0;
    display: block;
    box-shadow: 0 0 1px 1px #df411308, 0 6px 16px 1px #0000;
  }

  .card-visa.mobile {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    align-self: center;
    width: 320px;
    display: block;
  }

  .header-container {
    flex: 1;
    justify-content: flex-start;
    align-items: flex-start;
    max-width: none;
    height: auto;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

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

  .benefits {
    margin-top: 0;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .how_to_access {
    grid-template-rows: auto;
    grid-template-columns: .75fr 1fr;
    width: auto;
    margin-bottom: 48px;
  }

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

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

  .benefits-cards.par {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    grid-auto-rows: 0;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    place-content: start;
    margin-bottom: 0;
    padding-bottom: 24px;
    display: inline-block;
  }

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

  .div_agendar {
    background-color: #0000;
    height: auto;
    margin-top: 0;
  }

  .agendar_head {
    padding-top: 24px;
    padding-left: 0;
    padding-right: 0;
  }

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

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

  .contact-us.large {
    background-color: #ffd53d0d;
    background-image: url('../images/bg_cta.png');
    background-position: 50%;
    background-size: auto;
    border-color: #24205e40;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    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;
  }

  .footer {
    flex-direction: column;
    align-items: flex-start;
    margin-top: 0;
    padding-left: 16px;
    padding-right: 16px;
  }

  .footer-content {
    align-items: center;
    width: auto;
  }

  .header-cta-content {
    flex-direction: column;
    align-items: flex-start;
    width: auto;
    max-width: none;
    margin-left: 0;
    display: block;
  }

  .pricing-image {
    height: 220px;
  }

  .header-contact-link {
    width: auto;
    display: block;
  }

  .header-contact-link-separator {
    display: none;
  }

  .header-contacts {
    align-items: flex-start;
    width: auto;
    padding-left: 0;
    padding-right: 0;
    display: block;
  }

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

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

  .tem-form-submit-button {
    margin-top: 0;
  }

  .div-block-4 {
    align-self: center;
    display: none;
  }

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

  .image-3 {
    width: 147px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .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 {
    text-align: center;
    flex-direction: column;
    width: auto;
    display: flex;
  }

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

  .html-embed-2 {
    margin-right: 20px;
  }

  .button-2.cta.float {
    background-color: #24205e;
    flex: 0 auto;
  }

  .button-2.cta.float:hover {
    background-color: #24205e;
    background-image: linear-gradient(#e5007e, #e5007e);
  }

  .grid {
    grid-template: "." 1fr
                   "." 1fr
                   / 1.75fr;
  }

  .image-9 {
    max-width: 40%;
  }

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

  .text-heading-1-bold {
    font-size: 24px;
  }

  .header-contact-link-separator-2 {
    display: none;
  }

  .div-block-11 {
    width: auto;
    height: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .image-11 {
    display: none;
  }

  .grid-2 {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    flex-direction: column;
    grid-template: "Area"
                   "."
                   "."
                   "."
                   "."
                   "."
                   "."
                   "."
                   "."
                   "."
                   / 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: column;
    justify-content: start;
    justify-items: center;
    display: grid;
  }

  .button-3 {
    font-size: 14px;
    line-height: 20px;
  }

  .text-block-4 {
    text-align: center;
    font-size: 16px;
  }

  .heading2 {
    font-size: 24px;
    line-height: 40px;
  }

  .acessar {
    width: auto;
    height: auto;
    margin-left: 16px;
    margin-right: 16px;
  }

  .subheading {
    font-size: 16px;
  }

  .subheading.footer-text, .subheading.footer-text.right {
    text-align: left;
  }

  .subheading.pricing-info-text {
    text-align: left;
    max-width: none;
  }

  .subheading.header-contact-page, .subheading.contact-additional-text {
    text-align: left;
  }

  .subheading.visa {
    text-align: center;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
  }

  .subheading.visa-parapraph {
    text-align: center;
    position: static;
  }

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

  .text-body-copy {
    font-size: 14px;
    line-height: 24px;
  }

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

  .text-body-copy.pricing-info-text {
    text-align: left;
    max-width: none;
  }

  .text-body-copy.header-contact-page, .text-body-copy.contact-additional-text {
    text-align: left;
  }

  .text-body-copy.visa {
    text-align: center;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
  }

  .text-body-copy.visa-parapraph {
    text-align: center;
    position: static;
  }

  .conteiner_cartao_virtual {
    padding-left: 16px;
    padding-right: 16px;
  }

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

  .text-body2.footer-text, .text-body2.footer-text.right {
    text-align: left;
  }

  .text-body2.pricing-info-text {
    text-align: left;
    max-width: none;
  }

  .text-body2.header-contact-page, .text-body2.contact-additional-text {
    text-align: left;
  }

  .text-body2.visa {
    text-align: center;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
  }

  .text-body2.visa-parapraph {
    text-align: center;
    position: static;
  }

  .text-body3.footer-text, .text-body3.footer-text.right {
    text-align: left;
  }

  .text-body3.pricing-info-text {
    text-align: left;
    max-width: none;
  }

  .text-body3.header-contact-page, .text-body3.contact-additional-text {
    text-align: left;
  }

  .text-body3.visa {
    text-align: center;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
  }

  .text-body3.visa-parapraph {
    text-align: center;
    position: static;
  }

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

  .slider {
    max-width: 320vh;
    margin-top: 60px;
    margin-bottom: 60px;
  }

  .how_to_pay {
    grid-template-rows: auto;
    grid-template-columns: .75fr 1fr;
    width: auto;
    margin-bottom: 48px;
  }

  .text-body2-padding.footer-text, .text-body2-padding.footer-text.right {
    text-align: left;
  }

  .text-body2-padding.pricing-info-text {
    text-align: left;
    max-width: none;
  }

  .text-body2-padding.header-contact-page, .text-body2-padding.contact-additional-text {
    text-align: left;
  }

  .text-body2-padding.visa {
    text-align: center;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
  }

  .text-body2-padding.visa-parapraph {
    text-align: center;
    position: static;
  }

  .div_medicamentos {
    padding-left: 16px;
    padding-right: 16px;
  }

  .comprar_medicamentos {
    grid-row-gap: 0px;
    background-color: #0000;
    height: auto;
  }

  .medicamentos_head {
    width: auto;
    padding-top: 24px;
    padding-left: 24px;
    padding-right: 24px;
  }

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

  .comprar_medicamentos2 {
    background-color: #19ac900d;
    height: auto;
    margin-left: 0;
    margin-right: 0;
  }

  .div-block-23 {
    max-width: none;
    height: auto;
    padding: 16px;
  }

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

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

  .div-block-25 {
    padding-left: 10px;
  }

  .comprar_medicamentos3 {
    background-color: #19ac900d;
    height: auto;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .autorizaoor, .helper {
    margin-right: 0;
  }

  .autorizador {
    width: auto;
  }

  .howto_telemedicina {
    background-color: #19ac900d;
    height: 710px;
  }

  .div_sorteios {
    margin-bottom: 60px;
  }

  .sorteios-2 {
    margin-left: 0;
    margin-right: 0;
  }

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

  .footer-content2 {
    width: auto;
  }

  .div_acessar {
    margin-left: 16px;
    margin-right: 16px;
  }

  .pagar {
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .medicamentos {
    width: auto;
    margin-left: 0;
    margin-right: 0;
    padding-left: 16px;
    padding-right: 16px;
  }

  .telemedicina, .cirurgias {
    margin-left: 0;
    margin-right: 0;
  }

  .image_agendar {
    width: auto;
  }

  .container-2 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .img_acessar_mb {
    width: auto;
    max-width: 100%;
  }

  .img_medicamentos_mb {
    flex-direction: column;
    align-items: center;
    width: auto;
    display: flex;
  }

  .img_telemedicina_mb, .img_cirurgia_mb, .img_sorteios_mb {
    max-width: 100%;
  }

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

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

  .div-block-31 {
    margin-bottom: 60px;
  }

  .slider-2 {
    background-color: #d4e167;
  }

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

  .image-22, .image-23, .image-24, .image-25 {
    max-width: 75%;
  }

  .icon-2 {
    margin-left: 8px;
  }

  .icon-3 {
    margin-right: 8px;
  }

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

  .div-block-34, .div-block-35, .div-block-36 {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .button-3-oculto {
    font-size: 14px;
    line-height: 20px;
  }

  .button-7 {
    align-self: center;
    margin-right: 10px;
    padding: 8px 24px;
    font-size: 14px;
  }

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

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

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

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

  .text-heading-1-copy.pricing {
    max-width: none;
    margin-bottom: 0;
  }

  .text-heading-1-copy.faq-header-text-heading-1 {
    max-width: 16ch;
    margin-left: auto;
    margin-right: auto;
  }

  .text-heading-1-copy.price-page {
    margin-top: 0;
  }

  .text-heading-1-copy.home-page {
    max-width: none;
    margin-top: 0;
  }

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

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

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

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

  .text-heading-1-copy-copy.pricing {
    max-width: none;
    margin-bottom: 0;
  }

  .text-heading-1-copy-copy.faq-header-text-heading-1 {
    max-width: 16ch;
    margin-left: auto;
    margin-right: auto;
  }

  .text-heading-1-copy-copy.price-page {
    margin-top: 0;
  }

  .text-heading-1-copy-copy.home-page {
    max-width: none;
    margin-top: 0;
  }

  .header-copy, .header-copy-copy {
    border-radius: 0;
    margin: 0 16px;
    display: block;
  }

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

  .div-block-41 {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr 1fr;
    display: none;
  }

  .paragraph-7 {
    width: auto;
  }

  .div-block-43 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .indice {
    padding-bottom: 40px;
    padding-left: 16px;
    padding-right: 16px;
  }

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

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

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

  .consulta-presencial {
    padding-left: 16px;
    padding-right: 16px;
  }

  .heading-8 {
    text-align: center;
    font-size: 18px;
    line-height: 32px;
  }

  .image-30 {
    width: 30px;
    margin-bottom: 10px;
    padding-right: 0;
  }

  .heading_item {
    align-items: center;
  }

  .div_block_img {
    display: flex;
  }

  .paragraph-8 {
    margin-bottom: 20px;
    line-height: 18px;
  }

  .container-6 {
    padding-bottom: 10px;
  }

  .image-32, .image-33 {
    display: block;
  }

  .busca {
    margin-bottom: 10px;
  }

  .button_entrar2 {
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .consulta-por-video {
    padding-left: 16px;
    padding-right: 16px;
  }

  .heading_pronto {
    margin-bottom: 20px;
  }

  .pagar-consulta {
    padding-left: 16px;
    padding-right: 16px;
  }

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

  .imh_logo_farma {
    width: 100px;
  }

  .odonto {
    width: auto;
    margin-left: 0;
    margin-right: 0;
    padding-left: 16px;
    padding-right: 16px;
  }

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

  .perguntas-frequentes {
    width: auto;
    margin-left: 0;
    margin-right: 0;
  }

  .text-heading-4.faq-item-heading-text {
    font-size: 14px;
    line-height: 20px;
  }

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

  .text-body-3.contact-link {
    padding-top: 4px;
    padding-bottom: 4px;
    font-size: 14px;
  }

  .text-body-3.white {
    text-align: center;
    font-size: 12px;
  }

  .header-contact-link-2 {
    flex-flow: column;
    justify-content: center;
    display: flex;
  }

  .text-heading-5.contact-page {
    text-align: left;
    text-align: left;
    font-size: 18px;
  }

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

  .header-contacts-2.last {
    align-items: center;
    margin-top: 24px;
    margin-bottom: 24px;
  }

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

  .text-body-4.header-contact-page.italic {
    font-size: 14px;
  }

  .text-body-4.header-contact-page.italic._2 {
    font-size: 12px;
  }

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

  .divider_footer {
    display: none;
  }

  .line_footer {
    transform: rotate(0);
  }

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

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

  .div_block_img_logos {
    display: flex;
  }

  .column-2 {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding-left: 0;
    display: block;
  }

  .right-arrow {
    justify-content: flex-end;
    display: flex;
  }

  .left-arrow {
    display: flex;
  }

  .slider-4 {
    background-color: #0000;
    flex-direction: column;
    align-items: center;
    width: 320px;
    height: 250px;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
  }

  .left-arrow-2 {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    display: flex;
  }

  .slide-2 {
    width: 150px;
  }

  .div-block-55 {
    justify-content: center;
    align-items: center;
    width: 150px;
    height: 100%;
    display: flex;
  }

  .icon-4 {
    justify-content: flex-start;
    font-size: 20px;
    display: flex;
  }

  .icon-5 {
    margin-right: 10px;
    font-size: 20px;
  }

  .slide-2-copy {
    width: 180px;
  }

  .slide-1, .slide-3, .slide-4, .slide-5 {
    width: 150px;
  }

  .mask {
    width: 100%;
  }

  .div_block_img_note {
    display: none;
  }

  .text-field {
    width: auto;
  }

  .div_input_fake {
    margin-top: 10px;
  }

  .logo-tem {
    width: 80%;
    margin-bottom: 0;
  }

  .logo-cea {
    margin-top: 20px;
  }

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

  .div_logos {
    align-items: center;
    width: auto;
    margin-top: 0;
    margin-bottom: 0;
    padding: 60px 0 20px;
  }

  .div_input {
    width: 100%;
  }

  .text-field-2 {
    width: 100%;
    display: none;
  }

  .text-block-25 {
    width: 343px;
  }

  .form {
    width: auto;
    display: block;
  }

  .logo_right {
    max-width: 65%;
    margin-left: auto;
    margin-right: auto;
  }

  .img_hero {
    margin-bottom: 40px;
  }

  .img_hero.mobile {
    margin-bottom: 0;
  }

  .heading-15 {
    text-align: center;
    margin-top: 0;
    margin-bottom: 20px;
    font-size: 18px;
  }

  .div-block-58 {
    margin-right: 0;
  }

  .div-block-59 {
    flex-direction: column;
    align-items: center;
  }

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

  .text-field-3 {
    width: auto;
  }

  .container_vidalink {
    flex-direction: column;
    padding-bottom: 10px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .paragraph-10 {
    text-align: left;
    margin-bottom: 20px;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
  }

  .medicamentos-2 {
    width: auto;
    margin-left: 0;
    margin-right: 0;
    padding-left: 16px;
    padding-right: 16px;
  }

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

  .heading-18 {
    text-align: center;
    font-size: 18px;
    line-height: 32px;
  }

  .div-block_text-2 {
    padding-top: 20px;
  }

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

  .heading_pronto2 {
    width: auto;
    margin-bottom: 20px;
  }

  .section-3 {
    height: auto;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-67 {
    width: auto;
    padding-top: 19px;
    padding-left: 0;
    padding-right: 0;
  }

  .image-39 {
    margin-bottom: 0;
    padding-bottom: 20px;
  }

  .heading-20 {
    margin-left: 0;
    font-size: 26px;
  }

  .div-block-69 {
    align-items: center;
    height: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .paragraph-11, .paragraph-12, .paragraph-13 {
    font-size: 14px;
    font-weight: 300;
  }

  .text-span-15 {
    font-size: 14px;
  }

  .descontos {
    padding-left: 16px;
    padding-right: 16px;
  }

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

  .div-block-71 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .paragraph-14 {
    font-weight: 300;
  }

  .div-block-72 {
    margin-left: 0;
  }

  .text-block-32 {
    margin-top: 20px;
    font-weight: 300;
  }

  .text-block-33 {
    font-weight: 300;
  }

  .footer-content-2 {
    justify-content: center;
    align-items: center;
    width: auto;
    margin-top: 20px;
  }

  .footer-2 {
    flex-direction: column;
    align-items: flex-start;
    margin-top: 0;
    padding-left: 16px;
    padding-right: 16px;
  }

  .conteiner_footer-2 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-direction: column;
    align-items: center;
    max-width: none;
    padding-left: 0;
    padding-right: 0;
  }

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

  .howtouse_desk {
    padding-top: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .howtouse_mobile {
    height: auto;
    padding-bottom: 0;
  }

  .logo_footer_mobile {
    align-self: center;
    display: flex;
  }

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

  .div-block-77 {
    flex-direction: column;
    margin-bottom: 0;
    padding-left: 16px;
    padding-right: 16px;
  }

  .text-span-28 {
    color: var(--blue_sou);
    font-size: 20px;
    font-weight: 600;
  }

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

  .paragraph-13-copy {
    font-size: 14px;
    font-weight: 300;
  }

  .button_desk {
    justify-content: flex-start;
    align-items: center;
    font-size: 16px;
    display: block;
  }

  .button_mb {
    display: block;
  }

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

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

  .left-arrow-3 {
    left: 70px;
  }

  .div-block-80 {
    width: 83%;
    margin-top: 20px;
  }

  .right-arrow-2 {
    right: 70px;
  }

  .text-body-33.faq-item-text {
    font-size: 16px;
    line-height: 150%;
  }

  .faq-item-4 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .text-heading-9.faq-item-heading-text {
    margin-top: 20px;
    margin-right: 5px;
    font-size: 16px;
    font-weight: 600;
    line-height: 20px;
  }

  .semibold {
    font-size: 16px;
  }

  .text-body-34.faq-item-text {
    font-size: 16px;
    line-height: 150%;
  }

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

  .div-block-85 {
    height: auto;
    display: flex;
  }

  .image-45 {
    width: 27%;
  }

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

  .image-46, .image-47 {
    width: 100%;
    padding-bottom: 450px;
  }

  .faq-item-4-drogasil {
    padding-left: 16px;
    padding-right: 16px;
  }

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

  .img_hero-copy.mobile {
    margin-bottom: 0;
  }
}


@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-ExtraLight.ttf') format('truetype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-Thin.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-ExtraBold.ttf') format('truetype');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-Medium.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-BlackItalic.ttf') format('truetype');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Bold.ttf') format('truetype'), url('../fonts/Poppins-ExtraBold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-BoldItalic.ttf') format('truetype'), url('../fonts/Poppins-ExtraBoldItalic.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-ExtraLight.ttf') format('truetype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-ExtraLightItalic.ttf') format('truetype');
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Italic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-LightItalic.ttf') format('truetype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-ThinItalic.ttf') format('truetype');
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Thin.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-SemiBoldItalic.ttf') format('truetype');
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-MediumItalic.ttf') format('truetype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}