: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;
  --untitled-ui--gray900: white;
  --untitled-ui--primary600: #01afa9;
  --untitled-ui--white: white;
  --untitled-ui--primary100: #f4ebff;
  --untitled-ui--gray600: white;
  --untitled-ui--gray300: #d0d5dd;
  --untitled-ui--gray700: #344054;
  --untitled-ui--gray50: #f9fafb;
  --untitled-ui--gray800: #1d2939;
  --untitled-ui--gray100: #f2f4f7;
  --elements-webflow-library--secondary--color-1\<deleted\|variable-6e6412b6\>: #281ca5;
  --elements-webflow-library--general--shadow-05: #14142b29;
  --elements-webflow-library--secondary--color-2: #f2f1ff;
  --untitled-ui--primary50: #f9f5ff;
  --untitled-ui--primary700: #6941c6;
  --untitled-ui--primary500: #9e77ed;
  --untitled-ui--primary200: #e9d7fe;
  --untitled-ui--primary300: #d6bbfb;
  --untitled-ui--warning300: #fec84b;
  --untitled-ui--gray200: #eaecf0;
  --radiant-ui-components-library-marketplace--color--button-background-dark: #131218;
  --untitled-ui--primary900: #42307d;
  --elements-webflow-library--general--shadow-03: #14142b1a;
}

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

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

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

.div-block-12.div-12-curso {
  justify-content: flex-start;
  align-items: center;
}

.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, .div-block-13.div-13-curso {
  align-self: flex-end;
}

.div-block-13.div-block-13-esquerda-copy {
  align-self: flex-start;
}

.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);
  width: 620px;
  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 {
  width: 290px;
  padding-left: 0;
  padding-right: 60px;
}

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

.div-block-16.div-16-curso {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  border-style: none;
  justify-content: center;
  align-items: flex-start;
  padding-top: 0;
  padding-right: 0;
}

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

.image-7.image-7-curso {
  height: 36px;
  margin-bottom: 12px;
}

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

.section-12 {
  padding-top: 0;
}

.uui-text-align-center {
  text-align: center;
}

.uui-page-padding {
  padding-left: 2rem;
  padding-right: 2rem;
}

.uui-container-small {
  width: 100%;
  max-width: 48rem;
  margin-left: auto;
  margin-right: auto;
}

.uui-heading-large {
  color: var(--untitled-ui--gray900);
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 3rem;
  font-weight: 600;
  line-height: 1.2;
}

.uui-button {
  grid-column-gap: .5rem;
  border: 1px solid var(--untitled-ui--primary600);
  background-color: var(--untitled-ui--primary600);
  color: var(--untitled-ui--white);
  text-align: center;
  white-space: nowrap;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  padding: .625rem 1.125rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  box-shadow: 0 1px 2px #1018280d;
}

.uui-button:hover {
  border-color: var(--azul-escuro);
  background-color: var(--azul-escuro);
}

.uui-button:focus {
  background-color: var(--untitled-ui--primary600);
  box-shadow: 0 1px 2px 0 #1018280d, 0 0 0 4px var(--untitled-ui--primary100);
}

.uui-button.is-button-large {
  grid-column-gap: .75rem;
  padding: 1rem 1.75rem;
  font-size: 1.125rem;
}

.uui-button-row {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.uui-button-row.button-row-center {
  justify-content: center;
}

.uui-text-size-xlarge {
  color: var(--untitled-ui--gray600);
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1.25rem;
  line-height: 1.5;
}

.uui-text-size-xlarge.text-color-primary700 {
  color: var(--branco);
}

.uui-button-secondary-gray {
  grid-column-gap: .5rem;
  border: 1px solid var(--untitled-ui--gray300);
  background-color: var(--untitled-ui--white);
  color: var(--untitled-ui--gray700);
  text-align: center;
  white-space: nowrap;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  padding: .625rem 1.125rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  box-shadow: 0 1px 2px #1018280d;
}

.uui-button-secondary-gray:hover {
  background-color: var(--untitled-ui--gray50);
  color: var(--untitled-ui--gray800);
}

.uui-button-secondary-gray:focus {
  background-color: var(--untitled-ui--white);
  box-shadow: 0 1px 2px 0 #1018280d, 0 0 0 4px var(--untitled-ui--gray100);
}

.uui-button-secondary-gray.is-button-large {
  grid-column-gap: .75rem;
  padding: 1rem 1.75rem;
  font-size: 1.125rem;
}

.uui-space-small {
  width: 100%;
  min-height: 1.5rem;
}

.uui-space-medium {
  width: 100%;
  min-height: 2rem;
}

.uui-padding-vertical-xhuge {
  padding-top: 0;
  padding-bottom: 7rem;
}

.uui-heading-subheading {
  color: var(--verde);
  width: 300px;
  margin-bottom: .75rem;
  font-family: Montserrat, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
}

.brix---color-neutral-800 {
  color: var(--elements-webflow-library--neutral--800\<deleted\|variable-44c33ad4\>);
}

.brix---color-neutral-600 {
  color: var(--elements-webflow-library--neutral--600\<deleted\|variable-06b40b4b\>);
}

.brix---mg-bottom-40px {
  margin-bottom: 40px;
}

.brix---mg-top-80px {
  margin-top: 80px;
}

.brix---btn-primary {
  background-color: var(--elements-webflow-library--accent--primary-1\<deleted\|variable-86b36df2\>);
  color: var(--elements-webflow-library--neutral--100\<deleted\|variable-07926372\>);
  text-align: center;
  transform-style: preserve-3d;
  border-radius: 48px;
  justify-content: center;
  padding: 26px 38px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .3s, transform .3s, color .3s;
}

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

.brix---btn-secondary {
  border: 1px solid var(--elements-webflow-library--neutral--300\<deleted\|variable-37cef123\>);
  background-color: var(--elements-webflow-library--neutral--100\<deleted\|variable-07926372\>);
  color: var(--elements-webflow-library--neutral--800\<deleted\|variable-44c33ad4\>);
  text-align: center;
  transform-style: preserve-3d;
  border-radius: 48px;
  padding: 26px 38px;
  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: border-color .3s, transform .3s, background-color .3s, color .3s;
  box-shadow: 0 4px 10px #14142b0a;
}

.brix---btn-secondary:hover {
  border-color: var(--elements-webflow-library--accent--primary-1\<deleted\|variable-86b36df2\>);
  background-color: var(--elements-webflow-library--accent--primary-1\<deleted\|variable-86b36df2\>);
  color: var(--elements-webflow-library--neutral--100\<deleted\|variable-07926372\>);
  transform: translate3d(0, -3px, .01px);
}

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

.brix---heading-h1-size {
  color: var(--verde);
  margin-top: 0;
  margin-bottom: 16px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 54px;
  font-weight: 700;
  line-height: 66px;
}

.brix---text-center {
  text-align: center;
}

.brix---opacity-20 {
  opacity: .2;
}

.brix---paragraph-default {
  text-align: center;
  margin-bottom: 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: 30px;
}

.brix---button-row-left {
  margin-right: 24px;
}

.brix---buttons-row-center {
  justify-content: center;
  align-items: center;
  display: flex;
}

.brix---floating-image-hero-v6---1 {
  z-index: -1;
  max-width: 600px;
  position: absolute;
  inset: auto -12% 41% auto;
  transform: rotate(140deg);
}

.brix---inner-container-574px---center {
  max-width: 574px;
  margin-left: auto;
  margin-right: auto;
}

.brix---section-hero-top-small {
  padding-top: 220px;
  padding-bottom: 0;
  position: relative;
  overflow: hidden;
}

.brix---color-neutral-100 {
  color: var(--elements-webflow-library--neutral--100\<deleted\|variable-07926372\>);
}

.brix---buttons-row {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.brix---heading-h1-size-2 {
  text-align: center;
  margin-top: 0;
  margin-bottom: 16px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 54px;
  font-weight: 700;
  line-height: 66px;
}

.brix---play-button-large {
  box-shadow: 0 24px 65px 0 var(--elements-webflow-library--general--shadow-05);
  transform-style: preserve-3d;
  border-radius: 50%;
  transition: transform .3s;
}

.brix---play-button-large:hover {
  transform: scale3d(.94, .94, 1.01);
}

.brix---bg-image-full-width {
  z-index: -1;
  object-fit: cover;
  object-position: 50% 0%;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.brix---hero-bg-image-dark {
  background-image: linear-gradient(180deg, #01263d00, var(--azul));
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  height: 100vh;
  padding-top: 0;
  padding-bottom: 5%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.brix---btn-primary-white {
  background-color: var(--verde);
  color: var(--branco);
  text-align: center;
  transform-style: preserve-3d;
  border-radius: 48px;
  justify-content: center;
  padding: 26px 38px;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .3s, transform .3s, color .3s;
}

.brix---btn-primary-white:hover {
  background-color: var(--azul-escuro);
  color: var(--branco);
  transform: translate3d(0, -3px, .01px);
}

.brix---btn-secondary-white {
  border: 1px solid var(--verde);
  color: var(--elements-webflow-library--neutral--100\<deleted\|variable-07926372\>);
  text-align: center;
  transform-style: preserve-3d;
  background-color: #0000;
  border-radius: 48px;
  padding: 26px 38px;
  font-size: 18px;
  line-height: 20px;
  transition: border-color .3s, transform .3s, background-color .3s, color .3s;
  box-shadow: 0 4px 10px #14142b0a;
}

.brix---btn-secondary-white:hover {
  border-style: solid;
  border-color: var(--verde);
  background-color: var(--verde);
  color: var(--branco);
  transform: translate3d(0, -3px, .01px);
}

.brix---grid-hero-play-button {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.brix---color-neutral-801 {
  color: var(--elements-webflow-library--neutral--100\<deleted\|variable-07926372\>);
}

.brix---border-radius-24px {
  z-index: -1;
  border-radius: 24px;
  overflow: hidden;
  transform: translate(0);
}

.brix---position-relative {
  position: relative;
}

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

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

.brix---header-nav-menu-list-2 {
  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-list-item {
  margin-bottom: 0;
  padding-left: 32px;
}

.brix---dropdown-card-2 {
  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-2 {
  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-2:hover {
  color: var(--elements-webflow-library--accent--primary-1\<deleted\|variable-86b36df2\>);
}

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

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

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

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

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

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

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

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

.brix---bg-overlay {
  z-index: 1;
  background-color: #00000080;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.brix---lightbox-video-icon-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
}

.brix---btn-primary-small-white {
  background-color: var(--elements-webflow-library--neutral--100\<deleted\|variable-07926372\>);
  color: var(--elements-webflow-library--accent--primary-1\<deleted\|variable-86b36df2\>);
  text-align: center;
  transform-style: preserve-3d;
  border-radius: 48px;
  justify-content: center;
  padding: 18px 24px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 18px;
  text-decoration: none;
  transition: background-color .3s, transform .3s, color .3s;
}

.brix---btn-primary-small-white:hover {
  background-color: var(--elements-webflow-library--secondary--color-2);
  color: var(--elements-webflow-library--accent--primary-1\<deleted\|variable-86b36df2\>);
  transform: translate3d(0, -3px, .01px);
}

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

.brix---dropdown-links-grid-2 {
  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-2 {
  background-color: #0000;
  padding-top: 32px;
  transform: translate(0);
}

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

.brix---btn-primary-small-2 {
  background-color: var(--elements-webflow-library--accent--primary-1\<deleted\|variable-86b36df2\>);
  color: var(--elements-webflow-library--neutral--100\<deleted\|variable-07926372\>);
  text-align: center;
  transform-style: preserve-3d;
  border-radius: 48px;
  justify-content: center;
  padding: 18px 24px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 18px;
  text-decoration: none;
  transition: background-color .3s, transform .3s, color .3s;
}

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

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

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

.brix---header-wrapper-transparent {
  background-color: #0000;
  width: 100%;
  padding-top: 32px;
  padding-bottom: 32px;
  position: absolute;
}

.brix---header-nav-link-white {
  color: var(--elements-webflow-library--neutral--100\<deleted\|variable-07926372\>);
  padding: 0;
  font-size: 18px;
  line-height: 20px;
  transition: opacity .3s, color .3s;
}

.brix---header-nav-link-white:hover {
  opacity: .48;
}

.brix---hamburger-menu-bar-top-white, .brix---hamburger-menu-bar-bottom-white {
  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---dropdown-toggle-white {
  color: var(--elements-webflow-library--neutral--100\<deleted\|variable-07926372\>);
  align-items: center;
  padding: 0;
  font-size: 18px;
  line-height: 20px;
  transition: opacity .3s, color .3s;
  display: flex;
}

.brix---dropdown-toggle-white:hover {
  opacity: .59;
}

.brix---show-on-tablet {
  display: none;
}

.brix---hero-v15-grid {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.brix---section-hero-half-bg-color {
  padding-top: 220px;
  padding-bottom: 176px;
}

.brix---buttons-row-right---t-left {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.div-block-63 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 640px;
  display: flex;
}

.uui-container-large {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.uui-text-size-large {
  color: var(--untitled-ui--gray600);
  text-align: left;
  letter-spacing: normal;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  line-height: 22px;
}

.uui-heading-medium {
  color: var(--branco);
  width: 400px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 2.25rem;
  font-weight: 400;
  line-height: 1.3;
}

.uui-heading-medium.dr {
  width: auto;
}

.uui-lightbox_play-icon {
  z-index: 2;
  -webkit-backdrop-filter: saturate(150%) blur(12px);
  backdrop-filter: saturate(150%) blur(12px);
  color: #fff;
  background-color: #ffffff1a;
  border-radius: 100%;
  width: 8rem;
  height: 8rem;
  position: absolute;
}

.lightbox_video-overlay-layer {
  z-index: 1;
  background-color: #0000;
  border-radius: 60px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.uui-layout31_item-list {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  margin-top: 2rem;
  margin-bottom: 2.5rem;
}

.uui-layout31_component {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.uui-layout31_lightbox {
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 4rem;
  display: flex;
  position: relative;
}

.uui-layout31_lightbox-image {
  object-fit: cover;
  width: 100%;
  height: 32.25rem;
}

.uui-layout31_number {
  color: var(--untitled-ui--primary600);
  margin-top: 0;
  margin-bottom: .5rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 3.75rem;
  font-weight: 600;
  line-height: 1.2;
}

.uui-layout31_number-text {
  color: var(--untitled-ui--gray900);
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-weight: 500;
}

.uui-max-width-xlarge {
  width: 100%;
  max-width: 64rem;
}

.align-center {
  margin-left: auto;
  margin-right: auto;
}

.uui-max-width-large {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 48rem;
  display: flex;
}

.uui-max-width-large.align-center {
  margin-left: auto;
  margin-right: auto;
}

.uui-max-width-large.esteja-preparado {
  max-width: 50rem;
}

.uui-heading-xlarge {
  color: var(--untitled-ui--gray900);
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 3.75rem;
  font-weight: 600;
  line-height: 1.2;
}

.uui-heading-xlarge.text-color-primary900 {
  color: var(--verde);
}

.uui-button-icon {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.25rem;
  min-width: 1.25rem;
  height: 1.25rem;
  min-height: 1.25rem;
  display: flex;
}

.uui-button-icon.is-icon-large {
  width: 1.5rem;
  min-width: 1.5rem;
  height: 1.5rem;
  min-height: 1.5rem;
}

.uui-badge-group {
  background-color: var(--untitled-ui--gray100);
  color: var(--untitled-ui--gray700);
  white-space: nowrap;
  mix-blend-mode: multiply;
  border-radius: 10rem;
  align-items: center;
  padding: .25rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: .875rem;
  font-weight: 500;
  line-height: 1.5;
  display: flex;
}

.uui-badge-group.is-primary {
  background-color: var(--untitled-ui--primary50);
  color: var(--untitled-ui--primary700);
  white-space: nowrap;
  text-decoration: none;
}

.badge-group_text-wrapper {
  align-items: center;
  padding-left: .75rem;
  padding-right: .75rem;
  display: flex;
}

.uui-badge-group_badge {
  background-color: var(--untitled-ui--white);
  color: var(--untitled-ui--gray700);
  white-space: nowrap;
  border-radius: 1rem;
  align-items: center;
  padding: .125rem .625rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: .875rem;
  font-weight: 500;
  line-height: 1.5;
  display: flex;
}

.uui-badge-group_badge.is-primary {
  background-color: var(--untitled-ui--white);
  color: var(--untitled-ui--primary700);
}

.uui-badge-group_icon {
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  margin-left: .25rem;
  display: flex;
}

.uui-badge-group_icon.text-color-primary500 {
  color: var(--untitled-ui--primary500);
  margin-right: -.25rem;
}

.uui-heroheader18_image-wrapper {
  justify-content: center;
  align-items: flex-start;
  height: 30rem;
  margin-top: 4rem;
  display: flex;
  position: relative;
}

.uui-heroheader18_image {
  z-index: 1;
  width: 76rem;
  min-width: 76rem;
  position: relative;
}

.uui-section_heroheader18 {
  background-color: #0000;
  overflow: hidden;
}

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

.uui-heroheader18_background {
  z-index: 0;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 100vw;
  display: flex;
  position: absolute;
  inset: 0% auto auto;
  transform: skew(0deg, -7.25deg);
}

.uui-heroheader18_background-grid {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 125rem;
  min-width: 125rem;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.uui-heroheader18_background-grid-section {
  height: 4.5rem;
}

.uui-heroheader18_background-grid-section.background-color-primary200 {
  background-color: var(--untitled-ui--primary200);
}

.uui-heroheader18_background-grid-section.background-color-primary100 {
  background-color: var(--untitled-ui--primary100);
}

.uui-heroheader18_background-grid-section.background-color-primary300, .uui-heroheader18_background-grid-section.background-color-primary300-copy {
  background-color: var(--untitled-ui--primary300);
}

.background-color-primary100 {
  background-color: var(--untitled-ui--primary100);
}

.background-color-primary200 {
  background-color: var(--untitled-ui--primary200);
}

.background-color-primary300 {
  background-color: var(--untitled-ui--primary300);
}

.uui-heroheader18_background-grid-mask {
  z-index: -1;
  background-color: #0000;
  width: 100%;
  height: 300%;
  position: absolute;
  inset: auto 0% -267%;
}

.uui-space-large {
  width: 100%;
  min-height: 3rem;
}

.uui-space-xhuge {
  width: 100%;
  min-height: 220px;
}

.uui-icon-1x1-xsmall {
  color: var(--verde);
  border: 1px #000;
  width: 1.5rem;
  height: 1.5rem;
}

.uui-layout08_item-list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  margin-top: 2rem;
  margin-bottom: 2.5rem;
  display: grid;
}

.uui-layout08_item {
  display: flex;
}

.uui-layout08_item-icon-wrapper {
  align-self: flex-start;
  margin-right: .75rem;
}

.uui-layout08_component {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.uui-layout08_image {
  border: .25rem solid var(--untitled-ui--gray900);
  border-radius: .5rem;
  width: 100%;
}

.uui-space-xsmall {
  width: 100%;
  min-height: 2.5rem;
}

.uui-layout09_component {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: end stretch;
  display: grid;
}

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

.uui-layout09_item {
  display: flex;
}

.uui-layout09_lightbox-image {
  border: .25rem none var(--untitled-ui--gray900);
  object-fit: cover;
  border-radius: .5rem;
  width: 100%;
}

.uui-layout09_lightbox {
  justify-content: center;
  align-items: center;
  width: 100%;
  position: relative;
}

.uui-layout09_item-list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 500px;
  margin-top: 0;
  margin-bottom: 0;
  display: grid;
}

.uui-layout09_item-icon-wrapper {
  align-self: flex-start;
  margin-right: .75rem;
}

.brix---color-neutral-802 {
  color: var(--elements-webflow-library--neutral--100\<deleted\|variable-07926372\>);
}

.brix---container-default-4 {
  max-width: 1218px;
  padding-left: 24px;
  padding-right: 24px;
}

.brix---heading-h1-size-3 {
  text-align: center;
  margin-top: 0;
  margin-bottom: 16px;
  font-family: Montserrat, sans-serif;
  font-size: 72px;
  font-weight: 700;
  line-height: 72px;
}

.brix---paragraph-default-2 {
  text-align: center;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  line-height: 30px;
}

.brix---grid-2-col---1-col-t {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: flex;
}

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

.uui-text-size-medium {
  color: var(--untitled-ui--gray600);
  letter-spacing: normal;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  line-height: 22px;
}

.uui-heading-xxsmall {
  color: var(--verde);
  letter-spacing: normal;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
}

.uui-heading-medium-2 {
  color: var(--untitled-ui--gray900);
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 64px;
  font-weight: 400;
  line-height: 64px;
}

.uui-layout94_list {
  grid-column-gap: 20px;
  grid-row-gap: 60px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: stretch start;
  margin-top: 4rem;
  margin-bottom: 4rem;
  display: grid;
}

.uui-layout94_component {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.uui-layout94_item {
  background-color: var(--azul-escuro);
  border-radius: 60px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  padding: 2rem;
  display: flex;
}

.icon-featured-square-large {
  background-color: var(--untitled-ui--primary500);
  color: var(--untitled-ui--white);
  border-radius: .625rem;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  display: flex;
}

.uui-space-xxlarge {
  width: 100%;
  min-height: 3rem;
}

.uui-space-xxsmall {
  width: 100%;
  min-height: 1.5rem;
}

.uui-heading-subheading-2 {
  color: var(--untitled-ui--primary600);
  text-align: center;
  margin-bottom: .75rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
}

.uui-text-size-large-2 {
  color: var(--untitled-ui--gray600);
  letter-spacing: normal;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 16px;
  line-height: 22px;
}

.uui-heading-medium-3 {
  color: var(--untitled-ui--gray900);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 2.25rem;
  font-weight: 400;
  line-height: 1.3;
}

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

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

.uui-layout53_component {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: start stretch;
  display: grid;
}

.uui-section_layout53 {
  padding-top: 40px;
}

.uui-icon-featured-outline-large {
  border: .5rem solid var(--untitled-ui--primary50);
  background-color: var(--untitled-ui--primary100);
  color: var(--untitled-ui--primary600);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 3.5rem;
  height: 3.5rem;
  display: flex;
}

.uui-layout53_lightbox {
  background-color: var(--untitled-ui--gray100);
  border-radius: 60px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  min-height: 35rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.uui-layout53_lightbox-image-01 {
  border: .25rem solid var(--untitled-ui--gray900);
  border-radius: .5rem;
  width: 40rem;
  min-width: 40rem;
  position: absolute;
  inset: auto 16% auto auto;
}

.uui-layout53_lightbox-image-02 {
  width: 15.25rem;
  min-width: 15.25rem;
  position: absolute;
  inset: auto 2rem -5rem auto;
}

.uui-heading-subheading-3 {
  color: var(--untitled-ui--primary600);
  margin-bottom: .75rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
}

.uui-layout53_item-list {
  grid-column-gap: 2rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
  margin-top: 0;
  margin-bottom: 0;
}

.uui-max-width-large-2 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 48rem;
  display: flex;
}

.uui-text-size-large-3 {
  color: var(--untitled-ui--gray600);
  letter-spacing: normal;
  width: 640px;
  font-family: Montserrat, sans-serif;
  font-size: 1.125rem;
  line-height: 1.5;
}

.uui-heading-medium-4 {
  color: var(--untitled-ui--gray900);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 2.25rem;
  font-weight: 400;
  line-height: 1.3;
}

.uui-layout90_item {
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.uui-layout90_list {
  grid-column-gap: 2rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: start center;
  margin-top: 4rem;
  margin-bottom: 4rem;
  display: grid;
}

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

.uui-heading-subheading-4 {
  color: var(--untitled-ui--primary600);
  margin-bottom: .75rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
}

.uui-heading-medium-5 {
  color: var(--untitled-ui--gray900);
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 2.25rem;
  font-weight: 600;
  line-height: 1.3;
}

.uui-heading-medium-5.text-weight-medium {
  font-weight: 500;
}

.uui-heading-medium-5.text-weight-medium.depoimehtos-curso {
  color: var(--verde);
}

.uui-testimonial10_lightbox-image {
  object-fit: cover;
  border-radius: 60px;
  width: 100%;
  height: 35rem;
}

.uui-testimonial10_content {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 4rem;
  display: flex;
}

.uui-testimonial10_component {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  background-color: var(--untitled-ui--gray50);
  border-radius: 60px;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  display: grid;
  overflow: hidden;
}

.uui-testimonial10_lightbox {
  border-radius: 60px;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.uui-testimonial10_rating-wrapper {
  align-items: center;
  display: flex;
}

.uui-testimonial10_rating-icon {
  color: var(--untitled-ui--warning300);
  justify-content: center;
  align-items: center;
  width: 1.25rem;
  height: 1.25rem;
  margin-right: .25rem;
  display: flex;
}

.uui-testimonial10_client {
  text-align: left;
  align-items: center;
  display: flex;
}

.uui-testimonial10_divider {
  background-color: var(--untitled-ui--gray200);
  align-self: stretch;
  width: 1px;
  margin-left: 1.25rem;
  margin-right: 1.25rem;
}

.uui-testimonial10_logo {
  max-height: 3rem;
}

.uui-heading-tiny {
  color: var(--untitled-ui--gray900);
  letter-spacing: normal;
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.5;
}

.uui-text-weight-semibold {
  font-weight: 600;
}

.uui-max-width-large-3 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 640px;
  display: flex;
}

.uui-heading-medium-6 {
  color: var(--untitled-ui--gray900);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 2.25rem;
  font-weight: 600;
  line-height: 1.3;
}

.uui-heading-xsmall {
  color: var(--untitled-ui--gray900);
  letter-spacing: 0;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.4;
}

.uui-pricing01_top-left {
  width: 200px;
  margin-right: 1rem;
}

.uui-pricing01_component {
  grid-column-gap: 6rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: start stretch;
  margin-top: 4rem;
  display: grid;
}

.uui-pricing01_content-list {
  grid-column-gap: 2rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

.uui-pricing01_divider {
  background-color: var(--untitled-ui--white);
  opacity: .25;
  width: 100%;
  height: 1px;
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.uui-pricing01_feature-list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 1rem;
  margin-bottom: 2rem;
  padding-top: .5rem;
  padding-bottom: .5rem;
  display: grid;
}

.uui-pricing01_icon-wrapper {
  flex: none;
  align-self: flex-start;
  margin-right: .75rem;
}

.uui-pricing01_feature {
  display: flex;
}

.uui-pricing01_item-text-wrapper {
  padding-top: .5rem;
  padding-bottom: .5rem;
}

.uui-pricing01_item-icon-wrapper {
  flex: none;
  align-self: flex-start;
  margin-right: 1rem;
}

.uui-pricing01_content-item {
  display: flex;
}

.uui-section_pricing01 {
  background-image: radial-gradient(circle at 50% 100%, #01afa933, #fff0 50%);
}

.uui-badge {
  grid-column-gap: .375rem;
  background-color: var(--untitled-ui--gray100);
  color: var(--untitled-ui--gray700);
  white-space: nowrap;
  border-radius: 10rem;
  align-items: center;
  padding: .125rem .625rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: .875rem;
  font-weight: 500;
  line-height: 1.5;
  text-decoration: none;
  display: flex;
}

.uui-badge.is-primary {
  background-color: var(--untitled-ui--primary50);
  color: var(--untitled-ui--primary700);
}

.uui-pricing01_plan-name-wrapper {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  align-items: center;
  margin-bottom: .25rem;
  display: flex;
}

.uui-pricing01_content-top {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.uui-pricing01_plan {
  border: 1px solid var(--untitled-ui--primary600);
  border-radius: 1rem;
  padding: 2rem;
  box-shadow: 0 12px 16px -4px #00000014, 0 4px 6px -2px #10182808;
}

.uui-heading-subheading-5 {
  color: var(--untitled-ui--primary600);
  margin-bottom: .75rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
}

.uui-pricing01_top-right-text {
  color: var(--verde);
  letter-spacing: normal;
  margin-left: .125rem;
  font-size: 1.125rem;
  font-weight: 500;
}

.uui-pricing01_top-right-price {
  color: var(--verde);
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 3.75rem;
  font-weight: 600;
  line-height: 1.2;
}

.uui-pricing01_card-heading {
  color: var(--untitled-ui--gray900);
  letter-spacing: normal;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
}

.bold-text-9 {
  font-family: Montserrat, sans-serif;
}

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

.text-block-41 {
  opacity: 1;
  color: #01263d80;
  margin-bottom: -30px;
  font-size: 150px;
  font-weight: 600;
  line-height: 110px;
}

.div-block-65 {
  background-color: var(--verde);
  background-image: linear-gradient(135deg, var(--azul) 25%, var(--verde));
  border: 1px solid #01afa9;
  border-radius: 60px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.image-40 {
  margin-top: -40px;
}

.link-block-18 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.video-porque {
  z-index: 9999;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #011a29cc;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: flex;
  position: sticky;
  inset: 0%;
}

.link-4 {
  justify-content: center;
  align-items: center;
  width: 200px;
  height: 40px;
  font-size: 18px;
  line-height: 18px;
  display: flex;
}

.link-5 {
  text-decoration: underline;
}

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

  .uui-heading-large {
    font-size: 2.75rem;
  }

  .uui-padding-vertical-xhuge {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .brix---btn-primary {
    padding-top: 24px;
    padding-bottom: 24px;
  }

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

  .brix---floating-image-hero-v6---1 {
    top: 24%;
    right: -30%;
  }

  .brix---section-hero-top-small {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .brix---heading-h1-size-2 {
    font-size: 48px;
    line-height: 60px;
  }

  .brix---hero-bg-image-dark {
    padding-top: 160px;
    padding-bottom: 160px;
  }

  .brix---btn-primary-white {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .brix---grid-hero-play-button {
    grid-row-gap: 40px;
    grid-template-columns: .8fr;
  }

  .brix---play-button-large-wrapper {
    width: 110px;
  }

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

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

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

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

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

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

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

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

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

  .brix---lightbox-video-icon-wrapper {
    max-width: 100px;
  }

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

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

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

  .brix---header-wrapper-transparent {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .brix---header-nav-link-white {
    color: var(--elements-webflow-library--neutral--800\<deleted\|variable-44c33ad4\>);
  }

  .brix---hamburger-menu-bar-top-white {
    background-color: var(--elements-webflow-library--neutral--100\<deleted\|variable-07926372\>);
    width: 44px;
    height: 3px;
  }

  .brix---hamburger-menu-bar-bottom-white {
    background-color: var(--elements-webflow-library--neutral--100\<deleted\|variable-07926372\>);
    width: 44px;
    height: 3px;
    margin-top: 12px;
    margin-bottom: 12px;
  }

  .brix---dropdown-toggle-white {
    color: var(--elements-webflow-library--neutral--800\<deleted\|variable-44c33ad4\>);
  }

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

  .brix---hidden-on-tablet {
    display: none;
  }

  .brix---show-on-tablet {
    display: block;
  }

  .brix---hero-v15-grid {
    grid-template-columns: 1fr;
  }

  .brix---section-hero-half-bg-color {
    padding-top: 118px;
    padding-bottom: 118px;
  }

  .brix---buttons-row-right---t-left {
    justify-content: flex-start;
  }

  .uui-layout31_component {
    grid-row-gap: 1.25rem;
    grid-template-columns: 1fr;
  }

  .uui-layout31_number, .uui-heading-xlarge {
    font-size: 3.25rem;
  }

  .uui-heroheader18_image-wrapper {
    height: auto;
    padding-bottom: 6rem;
  }

  .uui-heroheader18_image {
    width: 100%;
    min-width: auto;
  }

  .uui-heroheader18_background-grid {
    width: 150vw;
    min-width: 150vw;
  }

  .uui-heroheader18_background-grid-section {
    height: 7.5vw;
  }

  .uui-space-large {
    min-height: 2.5rem;
  }

  .uui-space-xhuge {
    min-height: 6rem;
  }

  .uui-layout08_component, .uui-layout09_component {
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

  .uui-layout09_lightbox-image {
    object-fit: cover;
    width: 100%;
    height: 100%;
  }

  .brix---heading-h1-size-3 {
    font-size: 48px;
    line-height: 60px;
  }

  .brix---grid-2-col---1-col-t {
    grid-template-columns: 1fr;
  }

  .uui-layout94_list {
    grid-template-columns: 1fr 1fr;
  }

  .uui-space-xxlarge {
    min-height: 4.5rem;
  }

  .uui-layout53_component {
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

  .uui-layout53_lightbox {
    padding: 4rem 2rem;
  }

  .uui-layout53_lightbox-image-01 {
    width: 100%;
    min-width: 100%;
    margin-left: -40%;
    position: static;
    left: auto;
    right: -2rem;
  }

  .uui-layout53_lightbox-image-02 {
    width: 35%;
    min-width: auto;
    bottom: -15%;
  }

  .uui-layout90_list {
    grid-template-columns: 1fr 1fr;
  }

  .uui-testimonial10_lightbox-image {
    object-fit: cover;
    width: 100%;
    height: 35rem;
  }

  .uui-testimonial10_content {
    padding: 3rem;
  }

  .uui-testimonial10_component {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

  .uui-pricing01_component {
    grid-template-columns: 1fr;
    grid-auto-flow: row;
  }

  .uui-pricing01_top-right-price {
    font-size: 3.25rem;
  }
}

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

  .uui-page-padding {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .max-width-full-mobile-landscape {
    width: 100%;
    max-width: none;
  }

  .uui-heading-large {
    font-size: 2.25rem;
  }

  .uui-button {
    font-size: 1rem;
  }

  .uui-button:hover {
    border-color: var(--untitled-ui--primary600);
    background-color: var(--untitled-ui--primary600);
  }

  .uui-button.is-button-large {
    grid-column-gap: .5rem;
    padding: .75rem 1.25rem;
    font-size: 1rem;
  }

  .uui-button-row {
    align-self: stretch;
  }

  .uui-button-row.button-row-center.is-reverse-mobile-landscape, .uui-button-row.is-reverse-mobile-landscape {
    flex-direction: column-reverse;
  }

  .uui-button-wrapper.max-width-full-mobile-landscape {
    width: 100%;
  }

  .uui-text-size-xlarge {
    font-size: 1.125rem;
  }

  .uui-button-secondary-gray {
    padding-left: 1.25rem;
    font-size: 1rem;
  }

  .uui-button-secondary-gray:hover {
    background-color: var(--untitled-ui--white);
    color: var(--untitled-ui--gray700);
  }

  .uui-button-secondary-gray.is-button-large {
    grid-column-gap: .5rem;
    padding: .75rem 1.25rem;
    font-size: 1rem;
  }

  .uui-space-small {
    min-height: 1.25rem;
  }

  .uui-space-medium {
    min-height: 1.5rem;
  }

  .uui-padding-vertical-xhuge {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .brix---mg-bottom-40px {
    margin-bottom: 24px;
  }

  .brix---mg-top-80px {
    margin-top: 64px;
  }

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

  .brix---btn-secondary {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .brix---heading-h1-size {
    margin-bottom: 12px;
    font-size: 38px;
    line-height: 46px;
  }

  .brix---button-row-left {
    margin-right: 16px;
  }

  .brix---floating-image-hero-v6---1 {
    max-width: 480px;
  }

  .brix---section-hero-top-small {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .brix---heading-h1-size-2 {
    margin-bottom: 12px;
    font-size: 38px;
    line-height: 46px;
  }

  .brix---hero-bg-image-dark {
    padding-top: 120px;
    padding-bottom: 120px;
  }

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

  .brix---btn-secondary-white {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .brix---grid-hero-play-button {
    grid-template-columns: 1fr;
  }

  .brix---play-button-large-wrapper {
    width: 110px;
  }

  .brix---header-logo-2 {
    max-width: 90%;
  }

  .brix---lightbox-video-icon-wrapper {
    max-width: 90px;
  }

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

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

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

  .brix---hero-v15-grid {
    grid-template-columns: 1fr;
  }

  .brix---section-hero-half-bg-color {
    background-image: linear-gradient(to bottom, var(--elements-webflow-library--accent--primary-1\<deleted\|variable-86b36df2\>) 72%, var(--elements-webflow-library--accent--primary-1\<deleted\|variable-86b36df2\>) 72%, white 72%);
    padding-top: 120px;
    padding-bottom: 100px;
  }

  .uui-text-size-large {
    font-size: 1rem;
  }

  .uui-heading-medium {
    font-size: 1.75rem;
    line-height: 1.4;
  }

  .uui-lightbox_play-icon {
    width: 4rem;
    height: 4rem;
  }

  .uui-layout31_item-list {
    margin-top: 1.5rem;
    margin-bottom: 2rem;
  }

  .uui-layout31_component {
    grid-row-gap: 1rem;
  }

  .uui-layout31_lightbox {
    margin-top: 3rem;
  }

  .uui-layout31_lightbox-image {
    width: 100vw;
    min-width: 100vw;
    max-width: none;
    height: 22rem;
  }

  .uui-layout31_number, .uui-heading-xlarge {
    font-size: 2.25rem;
  }

  .uui-button-icon.is-icon-large {
    width: 1.25rem;
    height: 1.25rem;
  }

  .uui-badge-group {
    font-size: .75rem;
  }

  .uui-badge-group_badge {
    padding: .125rem .5rem;
    font-size: .75rem;
  }

  .uui-heroheader18_image-wrapper {
    padding-bottom: 4rem;
  }

  .uui-heroheader18_background {
    background-image: url('../images/Background-Pattern-Small.svg');
    background-position: 50% -80px;
    top: 46%;
  }

  .uui-space-large {
    min-height: 2rem;
  }

  .uui-space-xhuge {
    min-height: 4rem;
  }

  .uui-layout08_item-list {
    margin-top: 1.5rem;
    margin-bottom: 2rem;
  }

  .uui-layout08_component {
    grid-row-gap: 3rem;
  }

  .uui-space-xsmall {
    min-height: .75rem;
  }

  .uui-layout09_component {
    grid-row-gap: 3rem;
  }

  .uui-layout09_item-list {
    margin-top: 1.5rem;
    margin-bottom: 2rem;
  }

  .brix---heading-h1-size-3 {
    margin-bottom: 12px;
    font-size: 38px;
    line-height: 46px;
  }

  .brix---grid-2-col---1-col-t {
    grid-template-columns: 1fr;
  }

  .uui-heading-xxsmall {
    font-size: 1.125rem;
  }

  .uui-heading-medium-2 {
    font-size: 1.75rem;
    line-height: 1.4;
  }

  .uui-layout94_list {
    grid-template-columns: 1fr;
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  .uui-layout94_component {
    align-items: stretch;
  }

  .uui-layout94_item {
    padding: 1.5rem;
  }

  .uui-space-xxlarge {
    min-height: 3rem;
  }

  .uui-text-size-large-2 {
    font-size: 1rem;
  }

  .uui-heading-medium-3 {
    font-size: 1.75rem;
    line-height: 1.4;
  }

  .uui-layout53_component {
    grid-row-gap: 3rem;
  }

  .uui-layout53_lightbox {
    min-height: auto;
    padding: 1.5rem 1rem;
  }

  .uui-layout53_lightbox-image-01 {
    width: 100%;
    min-width: 100%;
    margin-right: -30%;
    position: static;
  }

  .uui-layout53_lightbox-image-02 {
    width: 35%;
    max-width: none;
    bottom: -15%;
    right: 1rem;
  }

  .uui-layout53_item-list {
    margin-top: 1.5rem;
    margin-bottom: 2rem;
  }

  .uui-text-size-large-3 {
    font-size: 1rem;
  }

  .uui-heading-medium-4 {
    font-size: 1.75rem;
    line-height: 1.4;
  }

  .uui-layout90_list {
    grid-row-gap: 2.5rem;
    grid-template-columns: 1fr;
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  .uui-layout90_component {
    align-items: stretch;
  }

  .uui-heading-medium-5 {
    font-size: 1.75rem;
    line-height: 1.4;
  }

  .uui-testimonial10_lightbox-image {
    height: 22rem;
  }

  .uui-testimonial10_content {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    padding: 2.5rem 1.5rem;
  }

  .uui-testimonial10_component {
    border-radius: 1rem;
    grid-template-columns: 1fr;
  }

  .uui-testimonial10_client {
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
  }

  .uui-testimonial10_divider {
    display: none;
  }

  .uui-testimonial10_logo-wrapper {
    margin-top: 1rem;
  }

  .uui-testimonial10_logo {
    max-height: 2.5rem;
  }

  .uui-heading-medium-6 {
    font-size: 1.75rem;
    line-height: 1.4;
  }

  .uui-heading-xsmall {
    font-size: 1.25rem;
  }

  .uui-pricing01_component {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
    margin-top: 3rem;
  }

  .uui-pricing01_content-list {
    grid-row-gap: 2.5rem;
  }

  .uui-pricing01_feature-list {
    grid-template-columns: 1fr;
  }

  .uui-badge {
    padding: .125rem .5rem;
  }

  .uui-pricing01_content-top {
    grid-row-gap: 1rem;
    flex-direction: column-reverse;
  }

  .uui-pricing01_plan {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .uui-pricing01_top-right-text {
    font-size: 1rem;
  }

  .uui-pricing01_top-right-price {
    font-size: 3rem;
  }
}

@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, .div-block-13.div-block-13-esquerda-copy {
    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;
    width: 300px;
    padding-bottom: 40px;
  }

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

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

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

  .div-block-16.div-16-curso {
    justify-content: center;
    align-items: flex-start;
    height: auto;
    padding-left: 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;
  }

  .uui-padding-vertical-xhuge {
    padding-top: 0;
  }

  .brix---mg-top-80px {
    margin-top: 56px;
  }

  .brix---btn-primary, .brix---btn-secondary {
    width: 100%;
    padding-top: 18px;
    padding-bottom: 18px;
    font-size: 17px;
    line-height: 19px;
  }

  .brix---container-default-2 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .brix---heading-h1-size {
    margin-bottom: 10px;
    font-size: 30px;
    line-height: 37px;
  }

  .brix---paragraph-default {
    font-size: 17px;
    line-height: 28px;
  }

  .brix---button-row-left {
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    margin-bottom: 20px;
    margin-right: 0;
    display: flex;
  }

  .brix---buttons-row-center {
    flex-direction: column;
  }

  .brix---floating-image-hero-v6---1 {
    display: none;
  }

  .brix---section-hero-top-small {
    padding-top: 48px;
    padding-bottom: 96px;
  }

  .brix---buttons-row {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .brix---heading-h1-size-2 {
    margin-bottom: 10px;
    font-size: 30px;
    line-height: 37px;
  }

  .brix---bg-image-full-width {
    object-position: 40% 0%;
  }

  .brix---hero-bg-image-dark {
    padding-top: 100px;
    padding-bottom: 0;
  }

  .brix---btn-primary-white, .brix---btn-secondary-white {
    width: 300px;
    padding-top: 18px;
    padding-bottom: 18px;
    font-size: 16px;
    line-height: 18px;
  }

  .brix---play-button-large-wrapper {
    width: 80px;
  }

  .brix---container-default-3 {
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .brix---header-logo-2 {
    max-width: 84%;
  }

  .brix---lightbox-video-icon-wrapper {
    max-width: 70px;
  }

  .brix---btn-primary-small-white {
    width: 100%;
    padding: 16px 20px;
  }

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

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

  .brix---section-hero-half-bg-color {
    padding-top: 120px;
    padding-bottom: 100px;
  }

  .brix---buttons-row-right---t-left {
    flex-direction: column;
    align-items: stretch;
  }

  .uui-container-large {
    width: 300px;
    max-width: 100%;
  }

  .uui-text-size-large.esteja {
    text-align: center;
  }

  .uui-heading-medium {
    width: 300px;
  }

  .uui-layout31_item-list {
    grid-template-columns: 1fr;
  }

  .uui-layout31_lightbox-image {
    height: 15rem;
  }

  .uui-max-width-large {
    width: 300px;
    max-width: 100%;
  }

  .uui-heroheader18_background {
    top: 42%;
  }

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

  .uui-layout09_content, .uui-layout09_item-list {
    width: 300px;
  }

  .brix---container-default-4 {
    padding-left: 0;
    padding-right: 0;
  }

  .brix---heading-h1-size-3 {
    margin-bottom: 10px;
    font-size: 30px;
    line-height: 37px;
  }

  .brix---paragraph-default-2 {
    font-size: 17px;
    line-height: 28px;
  }

  .div-block-64 {
    width: auto;
    padding-left: 20px;
    padding-right: 20px;
  }

  .uui-layout94_list {
    grid-row-gap: 20px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 300px;
    display: flex;
  }

  .uui-layout94_component {
    justify-content: flex-start;
    align-items: center;
  }

  .uui-layout53_lightbox-image-01 {
    width: 150%;
    min-width: 150%;
    margin-right: -100%;
  }

  .uui-layout53_lightbox-image-02 {
    width: 50%;
    bottom: -12%;
  }

  .uui-layout53_item-list {
    grid-row-gap: 2.5rem;
    grid-template-columns: 1fr;
  }

  .uui-text-size-large-3 {
    width: 300px;
  }

  .uui-heading-medium-5.text-weight-medium.depoimehtos-curso {
    font-size: 1.5rem;
    line-height: 1.3;
  }

  .uui-testimonial10_lightbox-image {
    height: 15rem;
  }

  .uui-testimonial10_component {
    border-radius: 60px;
    grid-template-columns: 1fr;
  }

  .uui-testimonial10_divider {
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .uui-pricing01_component, .uui-pricing01_content-list {
    grid-template-columns: 1fr;
  }
}

#w-node-_491425b1-45f5-f0e9-b2e3-f8c72d41103b-434732f1, #w-node-_491425b1-45f5-f0e9-b2e3-f8c72d411041-434732f1, #w-node-_491425b1-45f5-f0e9-b2e3-f8c72d411047-434732f1 {
  align-self: start;
}

#w-node-a289379e-60e4-42d9-4fad-105bfda64203-434732f1 {
  grid-area: 2 / 2 / 3 / 4;
  align-self: auto;
}

#w-node-ee1cec34-a8a7-21b1-401c-9d88caa6e0a5-434732f1, #w-node-ee1cec34-a8a7-21b1-401c-9d88caa6e0aa-434732f1, #w-node-ee1cec34-a8a7-21b1-401c-9d88caa6e0af-434732f1, #w-node-ee1cec34-a8a7-21b1-401c-9d88caa6e0b4-434732f1, #w-node-aead669f-8b94-36c0-3111-e9178bb94cf9-434732f1 {
  align-self: start;
}

@media screen and (max-width: 991px) {
  #w-node-_43c737dc-f991-39c8-fbc2-3162706823da-434732f1 {
    order: -9999;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_94a0992d-6100-f918-52da-10c84503aa9d-434732f1, #w-node-_43c737dc-f991-39c8-fbc2-3162706823da-434732f1 {
    order: -9999;
  }
}


