:root {
  --branco: white;
  --elements-webflow-library--neutral--300\<deleted\|variable-37cef123\>: #eff0f6;
  --elements-webflow-library--neutral--100\<deleted\|variable-07926372\>: white;
  --verde: #01afa9;
  --elements-webflow-library--neutral--800\<deleted\|variable-44c33ad4\>: #211f54;
  --elements-webflow-library--accent--primary-1\<deleted\|variable-86b36df2\>: #4a3aff;
  --elements-webflow-library--general--shadow-02\<deleted\|variable-cfed2663\>: #14142b14;
  --elements-webflow-library--neutral--600\<deleted\|variable-06b40b4b\>: #6e7191;
  --azul-escuro: #011a29;
  --azul: #01263d;
  --radiant-ui-components-library-marketplace--color--white\<deleted\|variable-2638b7e3-76f4-2553-5414-582d280e7f61\>: white;
  --radiant-ui-components-library-marketplace--color--body-font-dark: #6d6d6d;
  --radiant-ui-components-library-marketplace--color--theme-color\<deleted\|variable-7d716cca-6feb-e1e3-34d1-e80b03c86465\>: #116df8;
  --radiant-ui-components-library-marketplace--light-grey: #5a5a5a;
}

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

.w-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

.w-layout-vflex {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

@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 {
  color: #333;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

a {
  color: var(--branco);
  text-decoration: none;
}

.brix---container-default {
  max-width: 1280px;
  height: auto;
  padding-left: 0;
  padding-right: 0;
}

.brix---header-wrapper {
  background-color: #0000;
  height: auto;
  padding-top: 50px;
  padding-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  position: absolute;
  inset: 0% 0% auto;
}

.brix---header-content-wrapper {
  justify-content: space-between;
  align-items: center;
  height: auto;
  display: flex;
}

.brix---header-nav-menu-list {
  z-index: 1;
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
  display: flex;
}

.brix---header-nav-link {
  color: var(--branco);
  padding: 0;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  line-height: 14px;
  transition: color .3s;
}

.brix---header-nav-link:hover, .brix---header-nav-link.w--current {
  color: var(--verde);
}

.brix---dropdown-toggle {
  color: var(--elements-webflow-library--neutral--800\<deleted\|variable-44c33ad4\>);
  align-items: center;
  padding: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 18px;
  line-height: 20px;
  transition: color .3s;
  display: flex;
}

.brix---dropdown-toggle:hover {
  color: var(--elements-webflow-library--accent--primary-1\<deleted\|variable-86b36df2\>);
}

.brix---dropdown-card {
  border: 1px solid var(--elements-webflow-library--neutral--300\<deleted\|variable-37cef123\>);
  background-color: var(--elements-webflow-library--neutral--100\<deleted\|variable-07926372\>);
  box-shadow: 0 2px 12px 0 var(--elements-webflow-library--general--shadow-02\<deleted\|variable-cfed2663\>);
  border-radius: 20px;
  min-width: 280px;
  top: 32px;
  overflow: hidden;
}

.brix---dropdown-link {
  color: var(--elements-webflow-library--neutral--600\<deleted\|variable-06b40b4b\>);
  align-items: center;
  width: 100%;
  padding: 0;
  font-size: 18px;
  line-height: 20px;
  text-decoration: none;
  transition: color .3s;
  display: flex;
}

.brix---dropdown-link:hover {
  color: var(--elements-webflow-library--accent--primary-1\<deleted\|variable-86b36df2\>);
}

.brix---dropdown-pd {
  padding: 40px;
}

.brix---header-logo {
  width: auto;
  max-width: none;
  height: 50px;
}

.brix---header-logo-link {
  transform-style: preserve-3d;
  padding-left: 0;
  transition: transform .3s, color .3s;
}

.brix---header-logo-link:hover {
  transform: scale3d(.96, .96, 1.01);
}

.brix---hamburger-menu-wrapper {
  padding: 0;
  transition: transform .3s;
}

.brix---hamburger-menu-wrapper:hover {
  transform: scale(.96);
}

.brix---hamburger-menu-wrapper.w--open {
  background-color: #0000;
}

.brix---header-right-col {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.brix---dropdown-chevron {
  width: 14px;
  margin-left: 6px;
}

.brix---dropdown-links-grid {
  grid-column-gap: 0px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.brix---dropdown-column-wrapper {
  background-color: #0000;
  padding-top: 32px;
  transform: translate(0);
}

.brix---dropdown-column-wrapper.w--open {
  transform: translate(-50%);
}

.brix---hamburger-menu-bar-top, .brix---hamburger-menu-bar-bottom {
  background-color: var(--elements-webflow-library--neutral--800\<deleted\|variable-44c33ad4\>);
  border-radius: 20px;
  width: 52px;
  height: 4px;
  margin-top: 12px;
  margin-bottom: 12px;
}

.brix---btn-primary-small {
  background-color: var(--verde);
  color: var(--branco);
  text-align: center;
  transform-style: preserve-3d;
  border-radius: 48px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 50px;
  padding: 0 24px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 16px;
  text-decoration: none;
  transition: background-color .3s, transform .3s, color .3s;
  display: flex;
}

.brix---btn-primary-small:hover {
  background-color: var(--azul-escuro);
  color: var(--elements-webflow-library--neutral--100\<deleted\|variable-07926372\>);
  transform: translate3d(0, -3px, .01px);
}

.brix---btn-header-hidden-on-mbl {
  margin-left: 24px;
}

.brix---header-nav-list-item-show-in-mbl {
  margin-bottom: 0;
  padding-left: 32px;
  display: none;
}

.brix---header-nav-list-item-middle {
  margin-bottom: 0;
  padding-left: 16px;
  padding-right: 16px;
}

.image {
  background-color: var(--verde);
}

.section {
  background-image: url('../images/aqui-sua-saude-importa.avif');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: auto;
  padding-top: 100px;
}

.body {
  background-color: var(--azul);
}

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

.div-block {
  justify-content: space-between;
  align-items: center;
  width: 1120px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: absolute;
  inset: 0%;
}

.div-block.slide-2 {
  width: 1280px;
}

.div-block-2 {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 510px;
  display: flex;
}

.image-2 {
  width: auto;
  height: 648px;
}

.image-2.image-2-slide-2 {
  height: 563px;
}

.heading {
  color: var(--branco);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 96px;
  font-weight: 400;
  line-height: 96px;
}

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

.paragraph {
  color: var(--branco);
  width: 355px;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 22px;
}

.paragraph.paragraph-slide-2 {
  width: 435px;
}

.slide-nav {
  bottom: -30px;
}

.div-block-3 {
  background-color: #011a2940;
  background-image: radial-gradient(circle at 50% 150%, #01afa940, #011a2940);
  border: 5px solid #01afa940;
  border-radius: 60px;
  justify-content: space-between;
  align-items: center;
  width: 1280px;
  max-width: 100%;
  height: auto;
  margin-top: 185px;
  margin-left: auto;
  margin-right: auto;
  padding: 80px 80px 0;
  display: flex;
  position: relative;
}

.div-block-4 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: -75px;
  display: grid;
}

.card-exame {
  background-color: var(--azul-escuro);
  border-radius: 60px;
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  width: 290px;
  height: 290px;
  padding-bottom: 45px;
  padding-left: 45px;
  padding-right: 45px;
  display: flex;
  position: relative;
}

.card-exame.card-exame-2 {
  background-color: var(--verde);
  margin-top: -50%;
}

.card-exame.card-exame-3 {
  background-color: var(--verde);
}

.card-exame.card-exame-4 {
  margin-top: -50%;
}

.section-2 {
  background-color: var(--azul-escuro);
  height: 600px;
}

.image-3 {
  width: 290px;
  height: auto;
  position: absolute;
  inset: 0% 0% auto;
}

.div-block-6 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.heading-2 {
  color: var(--verde);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 16px;
}

.heading-2.heading-2-azul {
  color: var(--azul-escuro);
}

.heading-2.heading-2-blog-all {
  color: var(--branco);
  text-align: center;
}

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

.div-block-7 {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-left: 80px;
  display: flex;
}

.heading-3 {
  color: var(--branco);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 72px;
  font-weight: 400;
  line-height: 72px;
}

.heading-3.heading-3-novidades {
  text-align: center;
  width: 625px;
}

.paragraph-2 {
  color: var(--branco);
  margin-bottom: 0;
  font-size: 16px;
  line-height: 22px;
}

.paragraph-2.paragraph-2-tratamentos {
  width: 500px;
}

.paragraph-2.paragraph-2-clinica-mais-saude {
  width: 585px;
}

.text-block-2 {
  color: var(--verde);
  font-size: 24px;
  line-height: 24px;
}

.div-block-8 {
  width: 490px;
  position: absolute;
  inset: 0% 0% auto auto;
}

.image-4 {
  width: 99px;
  height: auto;
  margin-top: -83px;
}

.section-3 {
  background-image: url('../images/prevencao-e-longevidade.avif');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: auto;
  justify-content: flex-start;
  align-items: flex-end;
  height: 936px;
  margin-top: -90px;
  padding-bottom: 165px;
  display: flex;
}

.div-block-9 {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 1280px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 80px;
  display: flex;
}

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

.div-block-11 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.image-5 {
  width: 17px;
  height: 17px;
}

.heading-4 {
  color: var(--branco);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
}

.div-block-12 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 1280px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.sobre-dr-yohandy {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 60px;
  display: flex;
}

.div-block-13 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: flex-start;
  align-self: flex-start;
  align-items: flex-start;
  margin-top: 0;
  display: flex;
}

.div-block-13.div-block-13-direita {
  align-self: flex-end;
}

.div-block-14 {
  border: 5px solid var(--verde);
  border-radius: 60px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-end;
  width: 620px;
  height: 290px;
  padding-left: 30px;
  padding-right: 40px;
  display: flex;
}

.div-block-14.div-block-14-alt {
  border-style: none;
  border-color: var(--azul-escuro);
  background-color: var(--azul-escuro);
  padding-left: 40px;
  padding-right: 40px;
}

.image-6 {
  width: auto;
  height: 338px;
}

.image-6.image-6-2 {
  height: 436px;
}

.div-block-15 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  height: 100%;
  padding-left: 40px;
  display: flex;
}

.div-block-15.div-block-15-alt {
  padding-left: 0;
  padding-right: 115px;
}

.div-block-16 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  border: 5px solid var(--verde);
  border-radius: 60px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 290px;
  height: 290px;
  padding: 40px;
  display: flex;
}

.div-block-16.div-block-16-alt {
  border-color: var(--azul-escuro);
  background-color: var(--azul-escuro);
}

.image-7 {
  width: auto;
  height: 48px;
}

.footer {
  background-color: var(--azul-escuro);
  height: auto;
  padding-top: 100px;
  padding-bottom: 100px;
}

.section-4 {
  background-image: url('../images/clinica-mais-saude.avif');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: auto;
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-end;
  height: 1021px;
  margin-top: -330px;
  padding-bottom: 130px;
  display: flex;
}

.div-block-17 {
  justify-content: flex-end;
  align-items: flex-end;
  width: 1280px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.div-block-18 {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 620px;
  display: flex;
}

.div-block-19 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 1280px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.div-block-20 {
  justify-content: space-between;
  align-items: flex-start;
  width: 1280px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

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

.card-blog {
  background-color: var(--azul-escuro);
  border-radius: 60px;
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  width: 290px;
  height: 400px;
  padding-bottom: 45px;
  padding-left: 45px;
  padding-right: 45px;
  display: flex;
  position: relative;
}

.card-blog.card-exame-2 {
  background-color: var(--verde);
  margin-top: -50%;
}

.card-blog.card-exame-3 {
  background-color: var(--verde);
}

.card-blog.card-exame-4 {
  margin-top: -50%;
}

.div-block-22 {
  background-color: var(--verde);
  border-radius: 60px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 290px;
  height: 400px;
  padding: 40px;
  display: flex;
  position: relative;
}

.image-8 {
  width: 201px;
  height: auto;
  position: absolute;
  inset: auto auto 0%;
}

.div-block-23 {
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  display: flex;
  position: relative;
}

.brix---btn-primary-small-copy {
  background-color: var(--azul-escuro);
  color: var(--branco);
  text-align: center;
  transform-style: preserve-3d;
  border-radius: 48px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 50px;
  padding: 0 24px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 16px;
  text-decoration: none;
  transition: background-color .3s, transform .3s, color .3s;
  display: flex;
}

.brix---btn-primary-small-copy:hover {
  background-color: var(--azul);
  color: var(--elements-webflow-library--neutral--100\<deleted\|variable-07926372\>);
  transform: translate3d(0, -3px, .01px);
}

.div-block-24 {
  grid-column-gap: 210px;
  grid-row-gap: 210px;
  justify-content: space-between;
  align-items: flex-start;
  width: 1280px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.section-5 {
  padding-bottom: 150px;
}

.image-9 {
  width: auto;
  height: 50px;
}

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

.text-block-3 {
  color: var(--branco);
  width: 390px;
  line-height: 26px;
}

.div-block-26 {
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  margin-top: 60px;
  display: flex;
}

.div-block-27 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.heading-5 {
  color: var(--verde);
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 400;
  line-height: 18px;
}

.div-block-28 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.link {
  line-height: 20px;
}

.div-block-29 {
  padding-top: 40px;
}

.div-block-30 {
  border-top: 1px solid #ffffff26;
  justify-content: space-between;
  align-items: flex-start;
  width: 1280px;
  max-width: 100%;
  margin-top: 100px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 50px;
  display: flex;
}

.text-block-4 {
  color: var(--branco);
  font-size: 10px;
  line-height: 10px;
}

.body-2 {
  background-color: var(--azul);
}

.section-6 {
  background-image: url('../images/aqui-sua-saude-importa.avif');
  background-position: 0 0;
  background-size: auto;
  padding-top: 220px;
  padding-bottom: 0;
}

.div-block-31 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 1280px;
  max-width: 100%;
  margin-top: -60px;
  margin-bottom: 50px;
  display: flex;
}

.div-block-32 {
  background-color: var(--verde);
  border-radius: 100px;
  width: 5px;
  height: 50px;
}

.paragraph-3 {
  color: var(--branco);
  column-count: 2;
  width: 960px;
  margin-top: 100px;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 26px;
}

.section-7 {
  background-image: url('../images/aqui-sua-saude-importa.avif');
  background-position: 0 0;
  background-size: auto;
  padding-top: 220px;
  padding-bottom: 100px;
}

.div-block-38 {
  justify-content: space-between;
  align-items: center;
  width: 1280px;
  max-width: 100%;
  margin-top: 150px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.div-block-35 {
  background-image: url('../images/ultrassonografiamorfologica.webp');
  background-position: 50%;
  background-size: cover;
  border-radius: 50px;
  width: 565px;
  height: 640px;
  position: static;
}

.div-block-36 {
  border: 5px solid #00afaa;
  border-radius: 50px;
  width: 565px;
  height: 640px;
  margin-top: 60px;
  margin-left: 60px;
  position: static;
  inset: 0%;
}

.div-block-34 {
  flex-direction: column;
  align-items: flex-start;
  width: 480px;
  display: flex;
}

.bold-text-2 {
  color: #00afaa;
}

.text-block-35 {
  color: var(--branco);
  margin-top: 30px;
  font-size: 16px;
  line-height: 22px;
}

.link-block-16 {
  color: #fff;
  background-color: #00afaa;
  border-radius: 100px;
  margin-top: 90px;
  padding: 20px;
  transition: all .2s ease-in-out;
}

.link-block-16:hover {
  background-color: var(--azul);
}

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

.div-block-38-alt {
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: center;
  width: 1280px;
  max-width: 100%;
  margin-top: 100px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.div-block-35-alt-1 {
  background-image: url('../images/dopler.jpg');
  background-position: 0%;
  background-size: cover;
  border-radius: 50px;
  width: 565px;
  height: 640px;
  position: static;
  overflow: visible;
}

.div-block-39 {
  border: 5px solid #00afaa;
  border-radius: 50px;
  width: 565px;
  height: 640px;
  margin-top: 60px;
  margin-left: 60px;
  position: static;
  inset: 0%;
}

.div-block-40 {
  flex-direction: column;
  align-items: flex-start;
  width: 480px;
  display: flex;
}

.text-block-36 {
  color: var(--branco);
  margin-top: 30px;
  font-size: 16px;
  line-height: 22px;
}

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

.heading-6, .heading-7 {
  margin-top: 0;
  margin-bottom: 0;
}

.div-block-41 {
  justify-content: space-between;
  align-items: center;
  width: 1280px;
  max-width: 100%;
  margin-top: 100px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.div-block-35-alt-2 {
  background-image: url('../images/dopler.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 50px;
  width: 565px;
  height: 640px;
  position: static;
}

.div-block-42 {
  border: 5px solid #00afaa;
  border-radius: 50px;
  width: 565px;
  height: 640px;
  margin-top: 60px;
  margin-left: 60px;
  position: static;
  inset: 0%;
}

.div-block-43 {
  flex-direction: column;
  align-items: flex-start;
  width: 480px;
  display: flex;
}

.text-block-38 {
  color: var(--branco);
  margin-top: 30px;
  font-size: 16px;
  line-height: 22px;
}

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

.heading-8 {
  margin-top: 0;
  margin-bottom: 0;
}

.div-block-38-copy-full {
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 1200px;
  max-width: 100%;
  margin-top: 100px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.div-block-35-alt-2-copy-full {
  background-image: url('../images/3d.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 50px;
  width: 1280px;
  height: 640px;
  margin-top: 50px;
  position: static;
}

.div-block-36-copy-full {
  border: 5px solid #00afaa;
  border-radius: 50px;
  width: 1280px;
  height: 640px;
  margin-top: 60px;
  margin-left: 60px;
  position: static;
  inset: 0%;
}

.div-block-34-copy-full {
  flex-direction: column;
  align-items: center;
  width: 1200px;
  margin-top: 160px;
  display: flex;
}

.text-block-35-copy-full {
  border-bottom: 1px dotted var(--verde);
  color: var(--branco);
  column-count: 2;
  column-gap: 60px;
  width: 960px;
  margin-top: 60px;
  padding-bottom: 60px;
  font-size: 16px;
  line-height: 24px;
}

.link-block-17 {
  color: #fff;
  background-color: #00afaa;
  border-radius: 100px;
  margin-top: 90px;
  padding: 20px;
  transition: all .2s ease-in-out;
}

.link-block-17:hover {
  background-color: var(--azul);
}

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

.heading-9 {
  margin-top: 0;
  margin-bottom: 0;
}

.text-block-35-copy-300 {
  border-bottom: 1px dotted var(--verde);
  color: var(--branco);
  column-count: 0;
  column-gap: 60px;
  width: 300px;
  margin-top: 20px;
  padding-bottom: 20px;
  font-size: 14px;
  line-height: 22px;
}

.div-block-35-alt-2-copy-300-copy-mamas {
  background-image: url('../images/mama.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 50px;
  width: 300px;
  height: 300px;
  position: static;
}

.div-block-36-copy-300 {
  border: 5px solid #00afaa;
  border-radius: 50px;
  width: 300px;
  height: 300px;
  margin-top: 20px;
  margin-left: 20px;
  position: static;
  inset: 0%;
}

.div-block-44 {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 1280px;
  max-width: 100%;
  margin-top: 150px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.div-block-35-alt-2-copy-300-copy-tireode {
  background-image: url('../images/tireoide.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 50px;
  width: 300px;
  height: 300px;
  position: static;
}

.link-block-16-300 {
  color: #fff;
  background-color: #00afaa;
  border-radius: 100px;
  align-self: flex-start;
  margin-top: 20px;
  padding: 20px;
  transition: all .2s ease-in-out;
}

.link-block-16-300:hover {
  background-color: var(--azul);
}

.div-block-34-copy-300 {
  flex-direction: column;
  align-items: center;
  width: 300px;
  margin-top: 60px;
  display: flex;
}

.div-block-38-copy-300 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 300px;
  max-width: 100%;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.div-block-35-alt-2-copy-300-copytransvaginal {
  background-image: url('../images/transvaginal.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 50px;
  width: 300px;
  height: 300px;
  position: static;
}

.section-8 {
  padding-top: 0;
  padding-bottom: 100px;
}

.section-3-copy {
  background-image: url('../images/prevencao-e-longevidade.avif');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: auto;
  justify-content: flex-start;
  align-items: flex-end;
  height: 936px;
  margin-top: 0;
  padding-bottom: 165px;
  display: flex;
}

.section-9 {
  background-image: url('../images/aqui-sua-saude-importa.avif');
  background-position: 50% 0;
  background-size: auto;
  padding-top: 220px;
  padding-bottom: 100px;
}

.rt-text-white {
  color: var(--radiant-ui-components-library-marketplace--color--white\<deleted\|variable-2638b7e3-76f4-2553-5414-582d280e7f61\>);
}

.rt-margin-bottom-twenty {
  margin-bottom: 20px;
}

.rt-component-heading-four {
  color: #233050;
  letter-spacing: 0;
  text-transform: capitalize;
  font-size: 24px;
  font-weight: 400;
  line-height: 34px;
}

.rt-component-heading-four.rt-text-white {
  color: var(--radiant-ui-components-library-marketplace--color--white\<deleted\|variable-2638b7e3-76f4-2553-5414-582d280e7f61\>);
  font-family: Montserrat, sans-serif;
}

.rt-component-container {
  width: 100%;
  max-width: 1280px;
  position: relative;
}

.rt-component-section {
  color: var(--radiant-ui-components-library-marketplace--color--body-font-dark);
  background-color: #0000;
  width: 100%;
  padding: 80px 15px;
  font-family: Outfit;
  font-size: 17px;
  font-weight: 300;
  line-height: 29px;
  position: relative;
}

.rt-white-text {
  color: #fff;
}

.rt-white-text.rt-margin-bottom-zero {
  font-family: Montserrat, sans-serif;
}

.rt-margin-bottom-zero {
  margin-bottom: 0;
}

.rt-margin-bottom-zero.rt-padding-left-right-twenty-one {
  padding-left: 21%;
  padding-right: 21%;
}

.rt-margin-bottom-zero.rt-padding-left-right-twenty-one.rt-body-font-color {
  font-family: Montserrat, sans-serif;
}

.rt-margin-top-zero {
  margin-top: 0;
}

.rt-margin-top-zero.rt-margin-bottom-twenty {
  color: var(--verde);
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
}

.rt-body-font-color {
  color: var(--radiant-ui-components-library-marketplace--color--body-font-dark);
  transition: color .35s;
}

.rt-no-underline {
  cursor: pointer;
  text-decoration: none;
}

.rt-footer-address-flex {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  margin-top: 10px;
}

.rt-home-one-submit {
  background-color: var(--radiant-ui-components-library-marketplace--color--theme-color\<deleted\|variable-7d716cca-6feb-e1e3-34d1-e80b03c86465\>);
  color: var(--radiant-ui-components-library-marketplace--color--white\<deleted\|variable-2638b7e3-76f4-2553-5414-582d280e7f61\>);
  letter-spacing: .11rem;
  text-transform: uppercase;
  cursor: pointer;
  border-radius: 5px;
  width: 285px;
  padding: 17px 5px;
  font-size: .9375rem;
  font-weight: 600;
  line-height: 1.5625rem;
}

.rt-home-one-submit.rt-home-one-submit-two {
  background-color: var(--verde);
  color: var(--radiant-ui-components-library-marketplace--color--white\<deleted\|variable-2638b7e3-76f4-2553-5414-582d280e7f61\>);
  border-radius: 100px;
  font-family: Montserrat, sans-serif;
}

.rt-image-height-auto-2 {
  object-fit: cover;
  height: auto;
  margin-top: 6px;
}

.rt-contact-two-flex-one {
  margin-top: 35px;
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
}

.rt-contact-two-flex-two {
  margin-bottom: 45px;
}

.rt-footer-social-flex {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
}

.rt-footer-phone-link {
  color: #fff;
  letter-spacing: .02rem;
  cursor: pointer;
  font-family: Montserrat, sans-serif;
  font-size: 1rem;
  line-height: 150%;
  text-decoration: none;
}

.rt-home-one-form-text-field {
  color: #fff;
  text-transform: uppercase;
  background-color: #0000;
  border: 1px solid #49392a;
  height: 58px;
  padding-left: 25px;
  padding-right: 25px;
}

.rt-home-one-form-text-field.rt-menu-two-field {
  color: #abaaaa;
  background-color: #f5f3f0;
  border-color: #f5f3f0;
  margin-bottom: 20px;
}

.rt-home-one-form-text-field.rt-menu-two-field::placeholder {
  color: #abaaaa;
}

.rt-home-one-form-text-field.rt-menu-two-field.rt-contact-two-input {
  color: var(--radiant-ui-components-library-marketplace--color--body-font-dark);
  background-color: #f3f3f3;
  border-radius: 5px;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
}

.rt-home-one-form-text-field.rt-menu-two-field.rt-contact-two-input::placeholder {
  color: var(--radiant-ui-components-library-marketplace--light-grey);
}

.rt-home-one-form-text-field.rt-menu-two-field.rt-contact-two-textarea {
  color: var(--radiant-ui-components-library-marketplace--color--body-font-dark);
  background-color: #f3f3f3;
  border-radius: 5px;
  height: 105px;
  font-family: Montserrat, sans-serif;
}

.rt-home-one-form-text-field.rt-menu-two-field.rt-contact-two-textarea::placeholder {
  color: var(--radiant-ui-components-library-marketplace--light-grey);
}

.rt-form-flex-block {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  margin-bottom: 10px;
}

.rt-form-flex-block.rt-contact-two-form-flex {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
}

.rt-courrse-name-form-block {
  text-align: center;
  align-self: stretch;
  margin-top: 30px;
}

.rt-contact-two-block-right {
  background-color: var(--verde);
  border-top-right-radius: 25px;
  border-bottom-right-radius: 25px;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-self: center;
  align-items: stretch;
  max-width: 30%;
  height: 595px;
  padding-left: 70px;
  padding-right: 40px;
  display: flex;
}

.rt-contact-two-block-left {
  text-align: center;
  background-color: #fff;
  border-top-left-radius: 25px;
  border-bottom-left-radius: 25px;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  max-width: 70%;
  height: 595px;
  padding: 38px 70px;
  display: flex;
}

.rt-contact-two-form-block {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #0000;
  justify-content: center;
  box-shadow: 0 4px 60px #0000001a;
}

.rt-error-message {
  color: #f33;
  text-align: center;
  padding: 20px;
}

.rt-success-message {
  color: #128800;
  text-align: center;
  background-color: #e1ffe0;
}

.link-3 {
  color: #fff;
  text-align: center;
  align-self: center;
  width: 50%;
  margin-top: -30px;
  font-size: 16px;
  line-height: 22px;
}

.heading-15 {
  color: #fff;
  text-align: left;
  width: 50%;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 36px;
  line-height: 40px;
}

.div-block-62 {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 960px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.div-block-61 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 1280px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.botao {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: #082b54;
  background-color: #ffb72c;
  border-radius: 13px;
  justify-content: space-between;
  align-items: center;
  height: 60px;
  padding-left: 20px;
  padding-right: 20px;
  font-weight: 700;
  transition: all .2s ease-in-out;
  display: flex;
}

.botao:hover {
  transform: scale(.9);
}

.botao.botao-artigo {
  background-color: var(--verde);
  color: #fff;
  border-radius: 100px;
  align-self: center;
}

.paragraph-11 {
  color: #fff;
  column-count: 2;
  column-gap: 100px;
  width: 960px;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 26px;
}

.heading-10 {
  text-transform: none;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 16px;
}

.image-39 {
  width: 100%;
  height: auto;
  margin-top: 100px;
  margin-bottom: 100px;
}

.text-block-10 {
  color: #fff;
  text-align: left;
  width: 50%;
}

.heading-14 {
  color: var(--verde);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 16px;
}

.heading-16 {
  color: #af9274;
  text-align: center;
  align-self: center;
  width: 50%;
  margin-top: 60px;
  margin-bottom: 0;
}

.heading-16.subtitulo-artigo {
  text-align: left;
  align-self: auto;
  margin-top: 0;
}

.section-10 {
  padding-top: 300px;
  padding-bottom: 150px;
}

.bold-text-7, .bold-text-8 {
  color: var(--verde);
}

.section-11 {
  padding-top: 220px;
}

.div-block-20-copy {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: center;
  align-items: flex-start;
  width: 1280px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

@media screen and (max-width: 991px) {
  .brix---header-wrapper {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .brix---header-menu-wrapper {
    border-top: 1px solid var(--elements-webflow-library--neutral--300\<deleted\|variable-37cef123\>);
    border-bottom: 1px solid var(--elements-webflow-library--neutral--300\<deleted\|variable-37cef123\>);
    background-color: var(--elements-webflow-library--neutral--100\<deleted\|variable-07926372\>);
    padding: 24px;
  }

  .brix---header-nav-menu-list {
    flex-direction: column;
    align-items: flex-start;
  }

  .brix---dropdown-card {
    box-shadow: none;
    background-color: #0000;
    border-width: 0;
    border-radius: 0;
    min-width: auto;
  }

  .brix---dropdown-card.w--open {
    position: static;
  }

  .brix---dropdown-pd {
    padding: 20px 0 14px;
  }

  .brix---header-logo {
    max-width: 232px;
  }

  .brix---hamburger-menu-wrapper {
    order: -1;
    transition: transform .3s;
  }

  .brix---hamburger-menu-wrapper:hover {
    transform: scale(.96);
  }

  .brix---hamburger-menu-wrapper.w--open {
    background-color: #0000;
  }

  .brix---dropdown-column-wrapper {
    padding-top: 0;
    position: static;
  }

  .brix---dropdown-column-wrapper.w--open {
    transform: none;
  }

  .brix---hamburger-menu-bar-top {
    width: 44px;
    height: 3px;
  }

  .brix---hamburger-menu-bar-bottom {
    width: 44px;
    height: 3px;
    margin-top: 12px;
    margin-bottom: 12px;
  }

  .brix---header-nav-list-item-show-in-mbl {
    margin-bottom: 16px;
    padding-left: 0;
  }

  .brix---header-nav-list-item-middle {
    margin-bottom: 16px;
    padding-left: 0;
    padding-right: 0;
  }

  .rt-home-one-submit {
    width: 200px;
  }

  .rt-contact-two-flex-one {
    margin-top: 15px;
    margin-bottom: 0;
  }

  .rt-contact-two-flex-two {
    margin-bottom: 25px;
  }

  .rt-home-one-form-text-field {
    padding-left: 15px;
    padding-right: 15px;
  }

  .rt-form-flex-block {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    margin-bottom: 10px;
  }

  .rt-contact-two-block-right {
    max-width: 100%;
    height: 450px;
    padding-left: 40px;
  }

  .rt-contact-two-block-left {
    max-width: 100%;
    padding-left: 40px;
    padding-right: 40px;
  }

  .rt-contact-two-form-block {
    display: block;
  }

  .rt-error-message, .rt-success-message {
    padding: 10px;
  }
}

@media screen and (max-width: 767px) {
  .brix---header-logo {
    max-width: 90%;
  }

  .brix---btn-primary-small {
    padding: 20px 32px;
  }

  .brix---btn-header-hidden-on-mbl {
    display: none;
  }

  .brix---header-nav-list-item-show-in-mbl {
    display: block;
  }

  .brix---btn-primary-small-copy {
    padding: 20px 32px;
  }

  .rt-margin-bottom-zero.rt-padding-left-right-twenty-one {
    padding-left: 10%;
    padding-right: 10%;
  }

  .rt-home-one-submit {
    width: 100%;
  }

  .rt-contact-two-flex-one, .rt-contact-two-flex-two {
    flex: 1;
  }

  .rt-form-flex-block {
    display: block;
  }

  .rt-contact-two-block-right {
    height: 400px;
  }

  .rt-contact-two-block-left {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media screen and (max-width: 479px) {
  .brix---container-default {
    padding-left: 20px;
    padding-right: 20px;
  }

  .brix---header-menu-wrapper {
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    background-color: #ffffff26;
    border-top-style: none;
    border-bottom-style: none;
  }

  .brix---header-nav-link {
    font-size: 16px;
    line-height: 16px;
  }

  .brix---header-logo {
    max-width: none;
  }

  .brix---hamburger-menu-bar-top, .brix---hamburger-menu-bar-bottom {
    background-color: var(--verde);
    width: 36px;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .brix---btn-primary-small {
    width: 100%;
    padding-top: 18px;
    padding-bottom: 18px;
  }

  .brix---header-nav-list-item-show-in-mbl {
    text-align: left;
    width: 100%;
  }

  .brix---header-nav-list-item-middle {
    text-align: left;
    width: 100%;
    margin-bottom: 25px;
  }

  .section {
    padding-top: 120px;
  }

  .slider {
    height: 712px;
  }

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

  .div-block.slide-2 {
    flex-flow: column-reverse;
  }

  .div-block-2 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    width: 300px;
    max-width: 100%;
  }

  .image-2 {
    width: 300px;
    height: auto;
    margin-top: -10px;
    position: relative;
  }

  .image-2.image-2-slide-2 {
    width: 100%;
    height: auto;
    margin-top: 0;
  }

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

  .paragraph, .paragraph.paragraph-slide-2 {
    width: 300px;
  }

  .slide-nav {
    bottom: -50px;
  }

  .div-block-3 {
    flex-flow: column-reverse;
    width: 90%;
    margin-top: 100px;
    padding-top: 80px;
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-4 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    margin-top: 60px;
    margin-bottom: -60px;
    display: flex;
  }

  .card-exame.card-exame-2, .card-exame.card-exame-4 {
    margin-top: 0;
  }

  .div-block-7 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    width: 300px;
    padding-left: 0;
  }

  .heading-3 {
    font-size: 36px;
    line-height: 36px;
  }

  .heading-3.heading-3-novidades, .paragraph-2.paragraph-2-tratamentos, .paragraph-2.paragraph-2-clinica-mais-saude {
    width: 300px;
  }

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

  .div-block-8 {
    justify-content: center;
    align-items: flex-start;
    width: 300px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    inset: 0% 0% auto;
  }

  .image-4 {
    width: 50px;
    margin-top: -41px;
  }

  .section-3 {
    background-position: 0 0;
    background-size: 548px;
    height: 700px;
    margin-top: 0;
    margin-bottom: 70px;
    padding-bottom: 0;
  }

  .div-block-9 {
    width: 300px;
    padding-left: 0;
  }

  .div-block-12 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    width: 300px;
  }

  .div-block-13 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    justify-content: flex-start;
    align-self: auto;
    align-items: center;
  }

  .div-block-13.div-block-13-direita {
    align-self: auto;
  }

  .div-block-14 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column-reverse;
    width: 290px;
    height: auto;
    padding-top: 40px;
    padding-left: 40px;
  }

  .div-block-14.div-block-14-alt {
    flex-flow: column;
  }

  .image-6, .image-6.image-6-2 {
    height: auto;
  }

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

  .div-block-15.div-block-15-alt {
    padding-right: 0;
  }

  .footer {
    padding-bottom: 50px;
  }

  .section-4 {
    background-position: 0 0;
    background-size: 720px;
    height: auto;
    margin-top: -130px;
    padding-top: 260px;
    padding-bottom: 70px;
  }

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

  .div-block-18 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    width: 300px;
  }

  .div-block-19 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .div-block-20 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
  }

  .brix---btn-primary-small-copy {
    width: 100%;
    padding-top: 18px;
    padding-bottom: 18px;
  }

  .div-block-24 {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    flex-flow: column;
    width: 300px;
  }

  .section-5 {
    padding-bottom: 100px;
  }

  .text-block-3 {
    width: 300px;
  }

  .div-block-26 {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    flex-flow: column;
  }

  .div-block-30 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    width: 300px;
    margin-top: 50px;
  }

  .section-6 {
    padding-top: 120px;
  }

  .paragraph-3 {
    column-count: 1;
    max-width: 100%;
    margin-top: 50px;
    font-size: 14px;
    line-height: 24px;
  }

  .section-7 {
    padding-top: 120px;
  }

  .div-block-38 {
    flex-direction: column;
    justify-content: flex-start;
    margin-top: 100px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .div-block-35 {
    width: 300px;
    height: 465px;
  }

  .div-block-36 {
    width: 300px;
    height: 465px;
    margin-top: 20px;
    margin-left: 20px;
  }

  .div-block-34 {
    width: 300px;
    margin-top: 50px;
  }

  .link-block-16 {
    margin-top: 60px;
  }

  .div-block-38-alt {
    flex-direction: column;
    justify-content: flex-start;
    margin-top: 100px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .div-block-35-alt-1 {
    width: 300px;
    height: 465px;
  }

  .div-block-39 {
    width: 300px;
    height: 465px;
    margin-top: 20px;
    margin-left: 20px;
  }

  .div-block-40 {
    width: 300px;
    margin-top: 50px;
  }

  .div-block-41 {
    flex-direction: column;
    justify-content: flex-start;
    margin-top: 50px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .div-block-35-alt-2 {
    width: 300px;
    height: 465px;
  }

  .div-block-42 {
    width: 300px;
    height: 465px;
    margin-top: 20px;
    margin-left: 20px;
  }

  .div-block-43 {
    width: 300px;
    margin-top: 50px;
  }

  .div-block-38-copy-full {
    flex-direction: column;
    justify-content: flex-start;
    margin-top: 50px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .div-block-35-alt-2-copy-full {
    width: 300px;
    height: 465px;
  }

  .div-block-36-copy-full {
    width: 300px;
    height: 465px;
    margin-top: 20px;
    margin-left: 20px;
  }

  .div-block-34-copy-full {
    width: 300px;
    margin-top: 50px;
  }

  .text-block-35-copy-full {
    column-count: 1;
    max-width: 95%;
  }

  .link-block-17 {
    margin-top: 60px;
  }

  .div-block-35-alt-2-copy-300-copy-mamas {
    width: 300px;
    height: 465px;
  }

  .div-block-36-copy-300 {
    width: 300px;
    height: 465px;
    margin-top: 20px;
    margin-left: 20px;
  }

  .div-block-44 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    margin-top: 50px;
  }

  .div-block-35-alt-2-copy-300-copy-tireode {
    width: 300px;
    height: 465px;
  }

  .link-block-16-300 {
    margin-top: 60px;
  }

  .div-block-34-copy-300 {
    width: 300px;
    margin-top: 50px;
  }

  .div-block-38-copy-300 {
    flex-direction: column;
    justify-content: flex-start;
    margin-top: 50px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .div-block-35-alt-2-copy-300-copytransvaginal {
    width: 300px;
    height: 465px;
  }

  .section-3-copy {
    background-position: 0 0;
    background-size: 548px;
    height: 700px;
    margin-top: 0;
    margin-bottom: 70px;
    padding-bottom: 0;
  }

  .section-9 {
    padding-top: 120px;
  }

  .rt-component-section {
    padding-top: 0;
    padding-bottom: 0;
  }

  .rt-margin-bottom-zero.rt-padding-left-right-twenty-one {
    padding-left: 5%;
    padding-right: 5%;
  }

  .rt-contact-two-block-right {
    border-top-right-radius: 0;
    border-bottom-left-radius: 25px;
    height: auto;
    padding: 50px 20px 10px;
  }

  .rt-contact-two-block-left {
    border-top-right-radius: 25px;
    border-bottom-left-radius: 0;
    height: auto;
  }

  .link-3 {
    width: 100%;
  }

  .heading-15 {
    width: 100%;
    font-size: 24px;
    line-height: 30px;
  }

  .div-block-62, .div-block-61 {
    width: 300px;
  }

  .botao {
    height: 50px;
  }

  .paragraph-11 {
    column-count: 1;
    max-width: 100%;
  }

  .heading-10 {
    font-size: 12px;
    line-height: 12px;
  }

  .image-39 {
    margin-top: 60px;
    margin-bottom: 60px;
  }

  .text-block-10, .heading-16, .heading-16.subtitulo-artigo {
    width: 100%;
  }

  .section-10 {
    padding-top: 130px;
    padding-bottom: 50px;
  }

  .section-11 {
    padding-top: 120px;
  }

  .div-block-20-copy {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
  }
}


