:root {
  --nf_black: var(--black);
  --nf_off-black: #141414cc;
  --white: white;
  --off-white: #ffffffb3;
  --nf_footer: #383838;
  --nf_neutral-10: #0000001a;
  --nf_grey: #535353;
  --nf_neutral-5: #0000000d;
  --nf_neutral-20: #0003;
  --black: black;
  --estudio-treino_color: #b89572;
  --bem-estar_colour: #3890c8;
  --services-cards-background: #ffffff1a;
}

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

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

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

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

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Lato, sans-serif;
  font-size: 55px;
  font-weight: 700;
  line-height: 44px;
}

h2 {
  color: var(--nf_black);
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Lato, sans-serif;
  font-size: 40px;
  font-weight: 400;
  line-height: 1.2;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Lato, sans-serif;
  font-size: 33px;
  font-weight: 400;
  line-height: 1.2;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Lato, sans-serif;
  font-size: 25px;
  font-weight: 400;
  line-height: 24px;
}

p {
  color: var(--nf_off-black);
  margin-bottom: 10px;
  font-family: Roboto, sans-serif;
  font-size: 17px;
  line-height: 1.4;
}

img {
  max-width: 100%;
  display: inline-block;
}

.body {
  color: #000;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  line-height: 1.4;
}

.container {
  max-width: 1160px;
  margin-left: auto;
  margin-right: auto;
}

.container.lp-container {
  text-align: center;
  margin-top: 30vh;
}

.hero-content {
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 510px;
  margin-top: 25%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  display: block;
}

.navbar {
  z-index: 1000;
  background-color: #000000e6;
  background-image: linear-gradient(#0003, #0003);
  margin-top: 0;
  padding: 10px 60px;
  position: sticky;
  top: 0;
}

.image {
  margin-top: 10px;
}

.navlink {
  color: #fff;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 20px;
  font-family: Roboto, sans-serif;
  font-size: 15px;
  font-weight: 400;
  transition: opacity .2s;
  display: inline-block;
}

.navlink:hover {
  opacity: .7;
}

.navlink.navbutton {
  background-color: #fff3;
  border-radius: 15px;
  margin-top: 0;
  padding: 12px 30px;
}

.white {
  color: #fff;
  margin-top: 0;
  margin-bottom: 30px;
  font-size: 3.5em;
}

.hero-paragraph {
  color: var(--white);
  margin-bottom: 0;
  font-size: 25px;
}

.button {
  color: #000;
  text-align: center;
  background-color: #fff;
  border-radius: 15px;
  flex-flow: column;
  align-items: stretch;
  width: 180px;
  height: 100%;
  margin-top: 40px;
  padding: 15px 40px;
  font-family: Roboto, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  transition: opacity .2s;
  display: inline-block;
}

.button:hover {
  opacity: .8;
}

.ghost-button {
  color: #fff;
  text-align: center;
  background-color: #0000;
  border: 1px solid #fff;
  border-radius: 15px;
  width: 180px;
  margin-top: 60px;
  margin-left: 30px;
  padding: 15px 40px;
  font-size: 1rem;
  font-weight: 400;
  transition: background-color .2s;
}

.ghost-button:hover {
  opacity: 1;
  background-color: #ffffff1a;
}

.section {
  background-color: var(--off-white);
  padding: 120px 60px;
}

.section.footer-section {
  background-color: var(--nf_footer);
  border: 1px solid #666;
}

.section.estudio-treino-colour {
  background-color: var(--nf_neutral-10);
}

.section.scroll-section {
  background-color: var(--nf_neutral-10);
  padding-top: 120px;
  padding-bottom: 0;
  padding-right: 0;
}

.section.bem-estar---colour {
  background-color: var(--off-white);
}

.section.cultura_landing-section {
  background-color: var(--nf_neutral-10);
  font-weight: 400;
}

.section.pt_section, .section.cta_section {
  background-color: var(--nf_neutral-10);
}

.flexbox {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  place-content: space-around space-between;
  place-items: stretch stretch;
  display: grid;
  position: static;
}

.leftbox {
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  max-width: none;
  margin-right: 0;
  display: block;
}

.txt {
  color: var(--nf_grey);
  text-transform: uppercase;
  margin-bottom: 0;
  font-family: Roboto, sans-serif;
  font-size: 15px;
  font-weight: 500;
}

.txt.txt_landing {
  margin-bottom: 10px;
}

.paragraph-2 {
  color: #141414b3;
  max-width: 60ch;
  height: 200px;
  margin-top: 20px;
  margin-bottom: 0;
  font-size: 1rem;
  line-height: 1.8;
}

.estudios {
  object-fit: cover;
  border-radius: 15px;
  width: 100%;
  height: 100%;
  margin-top: 0;
  box-shadow: 4px 4px 14px #0000001a;
}

.rightbox {
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  max-width: none;
  display: block;
}

.landing-card {
  border: 1px solid var(--nf_off-black);
  border-radius: 15px;
  width: 33%;
  min-width: 0%;
  height: 540px;
  padding: 40px;
  box-shadow: 4px 4px 14px #0000001a;
}

.text-block {
  margin-top: 0;
  font-size: 14px;
}

.text-block.space {
  margin-top: 0;
  margin-bottom: 60px;
}

.text-block-2 {
  text-transform: uppercase;
  margin-top: 30px;
  font-weight: 500;
}

.card-button {
  border: 1px solid var(--nf_off-black);
  color: #000;
  text-align: center;
  background-color: #fff;
  border-radius: 15px;
  justify-content: center;
  align-items: center;
  margin-top: 60px;
  padding: 15px 40px;
  font-size: 1rem;
  font-weight: 400;
  transition: opacity .2s;
  display: flex;
}

.card-button:hover {
  opacity: .8;
}

.mid-card {
  border: 0px solid var(--nf_off-black);
  background-image: url('../images/map_nf.png');
  background-position: 50%;
  background-size: cover;
  border-radius: 15px;
  width: 33%;
  min-width: 0%;
  height: 540px;
  margin-left: 30px;
  margin-right: 30px;
  padding-left: 0;
  padding-right: 45px;
  box-shadow: 4px 4px 14px #0000001a;
}

.third-card {
  border: 0px solid var(--nf_off-black);
  background-color: var(--nf_black);
  border-radius: 15px;
  flex-flow: column;
  justify-content: space-between;
  align-self: center;
  align-items: center;
  width: 33%;
  min-width: 0%;
  height: 540px;
  margin-left: 0;
  margin-right: 0;
  padding-top: 40px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  box-shadow: 4px 4px 14px #0000001a;
}

.heading-2 {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.5em;
}

._404-button {
  background-color: var(--nf_grey);
  color: #fff;
  text-align: center;
  justify-content: center;
  align-items: center;
  width: auto;
  margin-top: 30px;
  padding: 12px 40px;
  font-size: 1rem;
  font-weight: 400;
  transition: opacity .2s;
  display: inline-block;
}

._404-button:hover {
  opacity: .8;
}

._404-button.w--current {
  width: auto;
}

.card-wrapper {
  padding-left: 40px;
  padding-right: 40px;
}

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

.footer-column {
  background-color: var(--nf_grey);
  border: 1px solid #666;
  border-radius: 15px;
  flex-flow: column;
  justify-content: space-between;
  height: 390px;
  padding: 40px 30px;
  display: flex;
}

.footer-column.white-column {
  background-color: #ffffff80;
  flex-flow: column;
  justify-content: space-between;
  display: flex;
}

.footer-column.last-column {
  background-image: linear-gradient(#535353e6, #535353e6), url('../images/group-photo_1.webp');
  background-position: 0 0, 50% 100%;
  background-size: auto, cover;
  flex-flow: column;
  justify-content: space-between;
  display: flex;
}

.link {
  color: var(--off-white);
  object-fit: fill;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 10px;
  padding-right: 0;
  font-family: Roboto, sans-serif;
  font-size: .8rem;
  text-decoration: none;
  display: flex;
}

.footer-paragraph {
  color: var(--off-white);
  margin-bottom: 1rem;
  padding-bottom: 0;
  font-size: 1rem;
  line-height: 1.8;
}

.footer-paragraph.off-white {
  color: var(--off-white);
  font-size: 1rem;
}

.text-block-3 {
  color: #fff;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 30px;
  font-weight: 500;
}

.footer-button {
  border: 1px none var(--nf_off-black);
  background-color: var(--nf_off-black);
  color: var(--off-white);
  text-align: center;
  border-radius: 15px;
  justify-content: center;
  align-items: center;
  margin-top: 60px;
  padding: 15px 40px;
  font-family: Roboto, sans-serif;
  font-size: 1rem;
  font-weight: 500;
  transition: opacity .2s;
  display: flex;
}

.footer-button:hover {
  opacity: .8;
}

.heading-3 {
  color: var(--off-white);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2em;
  font-weight: 400;
  line-height: 1.2;
}

.image-11 {
  max-width: 60px;
  margin-left: 15px;
  margin-right: 15px;
}

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

.logo {
  margin-bottom: 30px;
}

.hero-estudio-treino {
  background-color: #0000;
  background-image: url('../images/estudio-treino_hero-min.jpg');
  background-position: 50%;
  background-size: cover;
  min-height: 70vh;
  padding-left: 60px;
  padding-right: 60px;
}

.hero-content-copy {
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 610px;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  display: block;
}

.hero-pages {
  color: #fff;
  margin-top: 0;
  margin-bottom: 20px;
  padding-top: 25vh;
  font-size: 3.5rem;
}

.phrase {
  text-align: center;
  max-width: 550px;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
}

.heading-bold {
  text-align: center;
  margin-top: 0;
  margin-bottom: 30px;
  font-size: 2.5em;
  font-weight: 700;
  line-height: 1.2;
}

.servi-os-heading {
  color: var(--nf_black);
  margin-top: 0;
  margin-bottom: 40px;
  font-size: 2.5em;
  font-weight: 700;
}

.selection-menu {
  margin-top: 30px;
}

.tabs-content {
  background-color: #0000;
  border-radius: 15px;
  margin-top: 40px;
}

.tabs-menu-2 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  text-align: center;
  border-bottom: 0 solid #000;
  flex-flow: row;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.tabs-button {
  background-color: #ffffff1a;
  border: 0 solid #000;
  border-radius: 15px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 18px 30px;
  font-family: Roboto, sans-serif;
  font-size: 1rem;
  font-weight: 500;
  transition: border-color .4s, color .4s;
}

.tabs-button:hover {
  border-bottom: 1px solid var(--white);
  color: var(--white);
}

.tabs-button.w--current {
  background-color: #fff3;
  border-width: 1.5px;
  border-color: #fffc;
  border-radius: 15px;
  padding-left: 15px;
  padding-right: 15px;
  font-size: 1rem;
  font-weight: 500;
  text-decoration: none;
}

.tabs-button.w--current:hover {
  border: 0 solid #fff3;
}

.horizontal-section {
  height: 300vh;
}

.horizontal-scroll {
  height: 400vw;
  position: relative;
  overflow: visible;
}

.sticky {
  width: 100vw;
  height: 100vh;
  position: sticky;
  top: 70px;
  overflow: hidden;
}

.sticky.bem-estar_smaller {
  width: 100vw;
}

.flex-scroll {
  flex-flow: row;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.image-scroll {
  flex: none;
  width: 45vw;
  height: 70vh;
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 30px;
}

.image-scroll.drenagem {
  object-fit: cover;
  position: static;
}

.txt-padding {
  color: var(--nf_grey);
  text-transform: uppercase;
  margin-bottom: 0;
  padding-bottom: 20px;
  font-family: Roboto, sans-serif;
  font-size: 15px;
  font-weight: 500;
}

.txt-padding.txt_treino {
  font-size: .9rem;
}

.line {
  background-color: var(--nf_grey);
  max-width: 800px;
  height: 1px;
  margin-left: auto;
  margin-right: auto;
}

.cta-button {
  border: 0px solid var(--nf_off-black);
  background-color: var(--nf_grey);
  color: var(--white);
  text-align: center;
  border-radius: 15px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  padding: 15px 40px;
  font-family: Roboto, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  transition: opacity .2s;
  display: flex;
  box-shadow: 4px 4px 14px #0000001a;
}

.cta-button:hover {
  opacity: .8;
}

.cta-button.bem-estar-button {
  background-color: var(--nf_off-black);
}

.tabs_flex {
  background-color: var(--nf_neutral-5);
  border-radius: 15px;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.tabs_content {
  background-color: #0000;
  border-top-left-radius: 15px;
  border-bottom-left-radius: 15px;
  align-self: stretch;
  width: 46.5517%;
  height: auto;
  padding: 60px 60px 40px;
}

.tabs_image {
  align-self: flex-end;
  width: 53.4483%;
}

.heading-5 {
  color: #000;
  margin-top: 20px;
  margin-bottom: 0;
  font-size: 2em;
  line-height: 1.21212;
}

.paragraph-3 {
  color: var(--nf_off-black);
  margin-top: 20px;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.8;
}

.tabs_visual {
  padding-top: 91.7742%;
  position: relative;
}

.image-13 {
  object-fit: cover;
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.cta_flex {
  background-color: #fff0;
  border-radius: 15px;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-top: 0;
  display: flex;
}

.cta_image {
  width: 57.2414%;
}

.cta_content {
  flex-flow: column;
  justify-content: center;
  align-self: center;
  align-items: flex-start;
  width: 42.7586%;
  padding-left: 60px;
  display: flex;
}

.cta-image_height {
  width: 100%;
  padding-top: 56.3253%;
  position: relative;
}

.image-14 {
  object-fit: cover;
  border-radius: 20px;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.heading-6 {
  color: var(--nf_black);
  font-size: 2em;
}

.photo-selection_flex {
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.photo-selection_content {
  width: 42.7586%;
  padding-right: 30px;
}

.photo-selection_images {
  width: 57.2414%;
}

.heading-7 {
  color: #000;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 2.5em;
}

.paragraph-4 {
  color: #141414cc;
  max-width: 55ch;
  margin-top: 30px;
  font-size: 1rem;
  line-height: 1.8;
}

.photo-selection-height {
  padding-top: 92.1687%;
  position: relative;
}

.image-15 {
  align-self: center;
  width: 55.2711%;
}

.image-16 {
  border-radius: 15px;
  width: 40.3614%;
  padding-left: 0;
  padding-right: 0;
}

.photos-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 92px 0% 0%;
}

.hero-bem-estar {
  background-color: #0000;
  background-image: url('../images/bem-estar_hero_1.webp');
  background-position: 50%;
  background-size: cover;
  min-height: 70vh;
  padding-left: 60px;
  padding-right: 60px;
}

.phrase-bem-estar {
  text-align: center;
  max-width: 630px;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
}

.hero-cultura {
  background-color: #0000;
  background-image: url('../images/cultura_hero-1_1.webp');
  background-position: 50% 100%;
  background-size: cover;
  min-height: 70vh;
  margin-bottom: 20px;
  padding-left: 60px;
  padding-right: 60px;
}

.hero-content_cultura {
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 510px;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  padding-top: 20vh;
  display: block;
}

.cultura-heading {
  color: #fff;
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3.5em;
}

.cultura_paragraph {
  color: #ffffffe6;
  text-align: left;
  max-width: 60ch;
  margin-top: 30px;
  font-size: 1rem;
  line-height: 1.8;
}

.facts_flex {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.facts_left-box {
  align-self: flex-start;
  width: 33.4483%;
  position: sticky;
  top: 100px;
}

.facts_right-box {
  align-self: flex-start;
  width: 66.5517%;
}

.factos_heading {
  color: var(--nf_black);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.5em;
  font-weight: 700;
}

.heading-8 {
  color: var(--nf_black);
  font-size: 1.8em;
}

.factos_txt {
  color: #535353;
  letter-spacing: 0;
  text-transform: capitalize;
  font-family: Roboto, sans-serif;
  font-size: .875rem;
}

.n-meros_elements-box.remaining-boxes {
  margin-top: 100px;
}

.pt-cards_wrapper {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: row-reverse wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row dense;
  place-content: start center;
  place-items: start stretch;
  display: grid;
  overflow: visible;
}

.pt-card_photo {
  object-fit: cover;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.pt-card {
  border: 0px solid var(--nf_off-black);
  background-color: #ffffffe6;
  border-radius: 15px;
  margin-top: 0;
  margin-bottom: 0;
  overflow: hidden;
  box-shadow: 4px 4px 14px #0000001a;
}

.pt-card_txt {
  color: #535353;
  text-align: left;
  text-transform: uppercase;
  padding-left: 0;
  padding-right: 0;
  font-family: Roboto, sans-serif;
  font-size: .875rem;
  font-weight: 500;
  line-height: 20px;
}

.pt-card_photo-height {
  padding-top: 103%;
  position: relative;
}

.pt-card_heading {
  color: #000;
  text-align: left;
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 0;
  padding-right: 0;
  font-size: 1.8em;
  font-weight: 700;
}

.pt-card_paragraph {
  color: #141414b3;
  text-align: left;
  margin-top: 20px;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.8;
}

.pt-cards_wrapper-founders {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  column-count: 3;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-content: start center;
  place-items: start stretch;
  column-gap: 2rem;
  width: 100%;
  display: grid;
  overflow: visible;
}

.pt-card-_founder {
  border: 0px solid var(--nf_off-black);
  background-color: var(--white);
  border-radius: 15px;
  flex-flow: column;
  align-self: stretch;
  align-items: stretch;
  width: 100%;
  margin-top: 0;
  margin-bottom: 2rem;
  display: flex;
  overflow: hidden;
  box-shadow: 4px 4px 14px #0000001a;
}

.equipa_heading {
  color: var(--nf_black);
  margin-top: 0;
  margin-bottom: 40px;
  font-size: 2.5em;
  font-weight: 700;
}

.hero_contactos {
  background-color: var(--off-white);
  min-height: 50vh;
  padding-left: 0;
  padding-right: 0;
}

.contacts {
  grid-column-gap: 30px;
  grid-row-gap: 17px;
  grid-template-rows: minmax(auto, 1fr);
  grid-template-columns: 1.5fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  place-content: center start;
  place-items: center;
  display: grid;
}

.contacts-content {
  flex-flow: column;
  width: 90%;
  padding-top: 30px;
  padding-bottom: 30px;
  display: block;
  overflow: visible;
}

.adress {
  border: 1px solid #14141480;
  border-radius: 15px;
  flex-flow: column;
  width: 75%;
  min-height: 0;
  margin-top: 50px;
  padding: 20px;
  display: flex;
}

.contacts-button {
  border: 1px none var(--nf_off-black);
  background-color: var(--nf_grey);
  color: var(--white);
  text-align: center;
  cursor: pointer;
  border-radius: 15px;
  justify-content: center;
  align-items: center;
  width: auto;
  margin-top: 0;
  padding: 10px 20px;
  font-family: Roboto, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  transition: opacity .2s;
  display: inline-block;
}

.contacts-button:hover {
  opacity: .8;
}

.contacts_image {
  width: 100%;
  height: 100%;
}

.adress_txt {
  color: var(--nf_grey);
  text-transform: capitalize;
  margin-bottom: 0;
  padding-left: 30px;
  padding-right: 0;
  font-family: Roboto, sans-serif;
  font-size: .9rem;
  font-weight: 400;
}

.adress_txt.mail {
  text-transform: lowercase;
  word-break: break-all;
  overflow-wrap: anywhere;
  margin-bottom: 0;
  padding-right: 0;
  position: relative;
}

.contacts_paragraph {
  margin-top: 20px;
  margin-bottom: 40px;
}

.adress_wrapper {
  aspect-ratio: auto;
  margin-left: 8px;
  position: relative;
}

.phone_wrapper {
  margin-left: 10px;
  position: relative;
}

.mail_wrapper {
  width: 100%;
  margin-bottom: 0;
  margin-left: 10px;
  margin-right: 0;
  padding-right: 0;
  position: relative;
}

.image-17, .image-18, .image-19 {
  position: absolute;
  inset: -10% auto 0% -1%;
}

.heading-11 {
  font-size: 2em;
}

.image-21 {
  object-fit: cover;
  border-radius: 15px;
  width: 100%;
  height: 100%;
}

.image-21.drenagem {
  aspect-ratio: auto;
  object-fit: cover;
}

.heading-12 {
  margin-top: 5px;
  margin-bottom: 0;
  line-height: 1.2;
}

.dropdown-link {
  background-color: var(--nf_off-black);
  color: #fff;
  padding: 20px 40px;
  font-family: Roboto, sans-serif;
  font-size: 15px;
  font-weight: 500;
}

.dropdown-link.w--current {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  padding-top: 20px;
  padding-bottom: 20px;
}

.dropdown-link.down-link {
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
}

.estudios_photo-wrapper {
  background-image: url('../images/grid_treino.svg');
  background-position: 0 0;
  background-size: cover;
  border-radius: 15px;
  width: 100%;
  height: 394px;
}

.estudios_photo-wrapper.bem-estar-grid {
  background-image: url('../images/grid_bem-estar.svg');
  background-position: 50% 0;
  background-size: cover;
  position: static;
}

.estudios-link {
  width: 100%;
  height: 100%;
  position: relative;
}

.background-video {
  background-image: linear-gradient(#0006, #0006);
  height: 100vh;
}

.image-22 {
  text-align: center;
  padding-bottom: 100px;
}

.background-video-2 {
  background-color: #0000004d;
  background-image: linear-gradient(#00000080, #00000080);
  height: 100vh;
  position: relative;
}

.image-23 {
  max-width: 60px;
}

.link-block {
  border: 0px solid var(--nf_off-black);
  text-align: left;
  background-color: #14141499;
  border-radius: 15px;
  justify-content: flex-start;
  align-items: stretch;
  margin-top: 20px;
  padding: 15px 30px;
  text-decoration: none;
  display: inline-block;
  box-shadow: 4px 4px 14px #0000001a;
}

.link-block:hover {
  opacity: 1;
}

.link2 {
  color: var(--white);
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  text-decoration: none;
  display: inline-block;
}

.image-2 {
  margin-top: -2px;
  margin-left: 20px;
  padding-bottom: 0;
}

.adress_link {
  padding-bottom: 10px;
  text-decoration: none;
}

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

.utility-page-content {
  text-align: center;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  width: 1000px;
  height: 100%;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.body-2 {
  background-color: #060709;
}

._404-left-box {
  text-align: left;
  width: 40%;
  padding-right: 40px;
}

._404-right-box {
  background-image: url('../images/404.png');
  background-position: 50%;
  background-size: cover;
  border: 2px solid #454545;
  border-radius: 1550px;
  width: 60%;
  height: 580px;
}

.heading-13 {
  color: var(--white);
}

.heading-13._404-heading {
  text-align: left;
  margin-top: 0;
  margin-bottom: 10px;
  font-weight: 700;
}

.text-block-4 {
  color: #ffffffb3;
  text-align: left;
  font-size: 1rem;
  line-height: 1.6;
}

.last-card-button {
  background-color: var(--nf_grey);
  color: #fff;
  text-align: center;
  border-radius: 15px;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 30px;
  padding: 15px 40px;
  font-size: 1rem;
  font-weight: 400;
  transition: opacity .2s;
  display: inline-block;
}

.last-card-button:hover {
  opacity: .8;
}

.last-card-button.w--current {
  width: auto;
}

.phone_link {
  padding-top: 5px;
  padding-bottom: 10px;
  padding-right: 20px;
  text-decoration: none;
}

.mail_link {
  padding-top: 5px;
  padding-bottom: 0;
  padding-right: 30px;
  text-decoration: none;
}

.link-block-3 {
  color: var(--nf_black);
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 5px;
  font-size: 14px;
  text-decoration: none;
}

.link-block-4, .link-block-5 {
  color: var(--nf_black);
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 5px;
  text-decoration: none;
}

.tabs-link {
  background-color: var(--nf_neutral-5);
  color: #141414b3;
  border-radius: 15px;
  justify-content: center;
  align-items: center;
  width: 50%;
  margin-left: 0;
  margin-right: 0;
  padding-top: 18px;
  padding-bottom: 18px;
  font-family: Roboto, sans-serif;
  font-size: 1rem;
  font-weight: 500;
  transition: color .5s, border-color .5s;
  display: inline-flex;
  box-shadow: 4px 4px 14px #1414140a;
}

.tabs-link:hover {
  border: 1.5px none var(--nf_black);
  background-color: var(--nf_neutral-20);
  color: var(--nf_black);
}

.tabs-link.w--current {
  border: 1.5px solid var(--black);
  background-color: var(--nf_neutral-10);
  color: var(--nf_black);
  justify-content: center;
  align-items: center;
  width: 50%;
  margin-left: 0;
  display: inline-flex;
}

.tabs-link.last_tab-link {
  margin-right: 0;
}

.tabs-link.first_tab-link {
  margin-left: 0;
  box-shadow: 4px 4px 14px #14141417;
}

.tabs-link.first_tab-link.w--current {
  border-color: var(--white);
}

.tabs-link.second_line {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  display: inline-flex;
}

.tabs-link.services-headers.w--current {
  background-color: var(--nf_neutral-20);
}

.tabs {
  flex-flow: column;
  display: flex;
}

.tab-pane-tab-1 {
  background-color: #854242;
}

.tab-pane-tab-1-2 {
  background-color: #0000;
}

.heading-14 {
  color: #fff;
  margin-top: 20px;
  margin-bottom: 0;
  font-size: 2em;
  line-height: 1.21212;
}

.paragraph-5 {
  color: #ffffffb3;
  margin-top: 20px;
  font-size: 1rem;
  line-height: 1.8;
}

.image-24 {
  object-fit: cover;
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.tabs-menu-3 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  text-align: center;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  margin-bottom: 40px;
  padding-bottom: 0;
  display: flex;
}

.tabs-menu-4 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  margin-bottom: 2rem;
  padding-bottom: 0;
  display: flex;
}

.tabs-container {
  max-width: 1160px;
  margin-left: auto;
  margin-right: auto;
}

.tabs-container.lp-container {
  text-align: center;
  margin-top: 30vh;
}

.tabs-content-2 {
  background-color: #0000;
  border-radius: 15px;
}

.tab-pane-tab-1-3 {
  background-color: var(--nf_neutral-10);
}

.tabs-content-3 {
  border-radius: 15px;
}

.dropdown-list {
  border-bottom-left-radius: 15px;
}

.dropdown-list.w--open {
  background-color: #14141480;
  border-radius: 0 0 20px 20px;
}

.image-25 {
  max-width: 60px;
}

.link-block-6 {
  max-width: none;
}

.modal-wrapper {
  z-index: 1001;
  background-color: #141414e6;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
}

.modal {
  background-color: var(--white);
  border-radius: 40px;
  width: 600px;
  padding: 60px;
  display: block;
  position: relative;
}

.paragraph-6 {
  color: var(--nf_grey);
  margin-bottom: 40px;
}

.close-icon {
  opacity: .5;
  cursor: pointer;
  width: 60px;
  padding: 15px;
  transition: opacity .2s;
  position: absolute;
  inset: 10px 10px auto auto;
}

.close-icon:hover {
  opacity: .8;
}

.close-area {
  position: fixed;
  inset: 0%;
}

.heading-modal {
  color: #000;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 2.5em;
}

.div-block-2 {
  text-align: center;
  max-width: 100px;
}

.more-info-button {
  text-align: center;
  background-color: #0000;
  border: 0 solid #000;
  border-radius: 15px;
  justify-content: center;
  max-width: 150px;
  margin-top: 40px;
  padding: 10px 10px 10px 0;
  font-family: Lato, sans-serif;
  font-size: 1rem;
  display: flex;
}

.paragraph-7, .menos-txt {
  color: var(--nf_off-black);
  margin-bottom: 0;
  font-size: 1rem;
}

.pt-info-wrapper {
  padding: 40px 40px 30px;
}

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

.mais-paragraph-wrapper {
  padding-left: 0;
  display: flex;
}

.div-block-4, .menos-paragraph-wrapper {
  display: flex;
}

.image-26, .image-27 {
  margin-left: 5px;
}

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

.dropdown-card {
  cursor: pointer;
  flex-flow: row;
  align-items: stretch;
  margin-top: 25px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 30px;
  display: inline-flex;
}

.flexbox-cta {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-content: start space-between;
  place-items: start stretch;
  display: grid;
  position: static;
}

.flexbox-cta-copy {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-content: start space-between;
  place-items: start stretch;
  display: flex;
  position: static;
}

.heading_white {
  color: var(--white);
  margin-top: 0;
}

.team-slider {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.container-2 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.centered-heading {
  text-align: center;
  margin-bottom: 16px;
}

.centered-subheading {
  text-align: center;
  max-width: 530px;
  margin-left: auto;
  margin-right: auto;
}

.team-slider-wrapper {
  background-color: #0000;
  height: auto;
  margin-top: 50px;
}

.team-slide-wrapper {
  border-radius: 25px;
  width: 30%;
  margin-right: 5%;
  position: relative;
}

.team-block {
  background-color: #fff;
  padding-bottom: 24px;
}

.team-member-image-two {
  margin-bottom: 18px;
}

.team-block-info {
  flex-direction: column;
  align-items: flex-start;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
}

.team-member-name-two {
  margin-bottom: 12px;
  font-weight: 600;
}

.team-member-text {
  margin-bottom: 20px;
}

.text-link-arrow {
  color: #1a1b1f;
  justify-content: flex-start;
  align-items: center;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
  display: flex;
}

.arrow-embed {
  margin-left: 2px;
  display: flex;
}

.team-slider-arrow {
  display: none;
}

.team-slider-nav {
  margin-top: 24px;
  font-size: 10px;
  position: static;
  bottom: -60px;
}

.track {
  height: 400vw;
}

.camera {
  width: 100vw;
  height: 100vh;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.frame {
  display: flex;
}

.item {
  flex: none;
  width: 100vw;
  height: 100vh;
  padding: 40px;
}

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

.hero-heading-left {
  background-color: #191716;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.container-3 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

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

.hero-split {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 46%;
  display: flex;
}

.margin-bottom-24px {
  color: #fffc;
  margin-bottom: 24px;
}

.button-primary {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary:active {
  background-color: #43464d;
}

.shadow-two {
  box-shadow: 0 4px 24px #96a3b514;
}

.heading-15 {
  color: #fff;
}

.hero-background-video {
  height: 100vh;
}

.background-video-3 {
  height: 100%;
}

.hero-section {
  padding: 0;
}

.background-video-4 {
  height: 80vh;
  position: relative;
}

.background-video-5, .background-video-6 {
  height: 100vh;
}

.background-video-7 {
  background-color: #14141433;
  height: 100vh;
}

.politica-privacidae-section {
  background-color: var(--off-white);
  padding: 120px 60px;
}

.politica-privacidae-section.footer-section {
  background-color: var(--nf_footer);
  border: 1px solid #666;
}

.politica-privacidae-section.estudio-treino-colour {
  background-color: var(--nf_neutral-10);
}

.politica-privacidae-section.scroll-section {
  background-color: var(--nf_neutral-10);
  padding-top: 120px;
  padding-bottom: 0;
  padding-right: 0;
}

.politica-privacidae-section.bem-estar---colour {
  background-color: var(--off-white);
}

.politica-privacidae-section.cultura_landing-section {
  background-color: var(--nf_neutral-10);
  font-weight: 400;
}

.politica-privacidae-section.pt_section, .politica-privacidae-section.cta_section {
  background-color: var(--nf_neutral-10);
}

.list-item {
  color: var(--nf_grey);
  font-family: Roboto, sans-serif;
  font-size: 1rem;
}

.privacy-subpoints {
  margin-top: 40px;
  margin-bottom: 10px;
}

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

.tabs-menu-5 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-content: center;
  align-items: stretch;
  margin-bottom: 2rem;
  padding-left: 0;
  padding-right: 0;
  display: grid;
}

.service-top {
  background-color: var(--nf_neutral-5);
  color: #141414b3;
  border-radius: 15px;
  justify-content: center;
  align-items: center;
  width: 50%;
  margin-left: 10px;
  margin-right: 10px;
  padding-top: 18px;
  padding-bottom: 18px;
  font-family: Roboto, sans-serif;
  font-size: 1rem;
  font-weight: 500;
  transition: color .5s, border-color .5s;
  display: inline-flex;
  box-shadow: 4px 4px 14px #1414140a;
}

.service-top:hover {
  border: 1.5px none var(--nf_black);
  background-color: var(--nf_neutral-20);
  color: var(--nf_black);
}

.service-top.w--current {
  border: 1.5px solid var(--black);
  background-color: var(--nf_neutral-10);
  color: var(--nf_black);
  justify-content: center;
  align-items: center;
  width: 50%;
  display: inline-flex;
}

.service-top.last_tab-link {
  margin-right: 0;
}

.service-top.first_tab-link {
  margin-left: 0;
  box-shadow: 4px 4px 14px #14141417;
}

.service-top.first_tab-link.w--current {
  border-color: var(--white);
}

.service-top.second_line {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  display: inline-flex;
}

.service-top.services-headers {
  background-color: var(--nf_neutral-20);
  margin-left: 0;
  margin-right: 0;
}

.service-top.services-headers.w--current {
  background-color: #0006;
  margin-right: 0;
}

.paragraph-9 {
  color: var(--nf_grey);
}

@media screen and (max-width: 991px) {
  .hero-content {
    margin-top: 30%;
  }

  .image {
    margin-top: 0;
  }

  .navlink {
    font-weight: 400;
    display: block;
  }

  .navlink.navbutton, .navlink.arrow {
    display: inline-block;
  }

  .section {
    background-color: var(--off-white);
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .section.scroll-section {
    background-color: var(--nf_neutral-10);
    padding-top: 60px;
    padding-bottom: 60px;
    padding-right: 60px;
  }

  .section.cultura_landing-section {
    height: auto;
  }

  .flexbox {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: column;
    place-items: center stretch;
    display: grid;
  }

  .leftbox {
    width: 100%;
    max-width: none;
    margin-right: 0;
  }

  .txt {
    padding-bottom: 20px;
  }

  .txt.txt_landing {
    padding-bottom: 0;
  }

  .paragraph-2 {
    height: auto;
  }

  .estudios {
    object-fit: cover;
  }

  .rightbox {
    align-self: flex-start;
    width: 100%;
    max-width: none;
    margin-top: 60px;
  }

  .landing-card {
    width: 100%;
    height: 500px;
    padding: 40px;
  }

  .text-block.space {
    margin-top: 0;
  }

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

  .card-button {
    margin-top: 40px;
  }

  .mid-card {
    width: 100%;
    height: 500px;
    margin-top: 40px;
    margin-bottom: 40px;
    padding-right: 0;
  }

  .third-card {
    width: 100%;
    height: 500px;
    padding-top: 40px;
  }

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

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

  .hero-estudio-treino {
    min-height: 70vh;
  }

  .hero-content-copy {
    padding-top: 25vh;
  }

  .hero-pages {
    padding-top: 0;
  }

  .tabs-content {
    margin-top: 0;
    overflow: hidden;
  }

  .tabs-menu-2 {
    grid-column-gap: .75rem;
    grid-row-gap: .75rem;
    text-align: left;
    flex-flow: wrap;
    justify-content: center;
    margin-bottom: 2rem;
  }

  .horizontal-scroll {
    height: auto;
  }

  .sticky {
    width: auto;
    height: auto;
    overflow: visible;
  }

  .sticky.bem-estar_smaller {
    width: auto;
  }

  .flex-scroll {
    flex-flow: column;
    width: auto;
  }

  .image-scroll {
    object-fit: cover;
    width: 100%;
    height: 50svw;
    margin-bottom: 30px;
    padding-left: 0;
    padding-right: 0;
    position: static;
  }

  .txt-padding, .txt-padding.txt_treino {
    margin-bottom: 0;
  }

  .tabs_flex {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    height: 100%;
  }

  .tabs_content {
    border-top-right-radius: 15px;
    border-bottom-left-radius: 0;
    width: 100%;
    padding-top: 40px;
  }

  .tabs_image {
    align-self: center;
    width: 100%;
    height: auto;
  }

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

  .tabs_visual {
    justify-content: center;
    align-items: center;
    margin-bottom: 0;
    padding-top: 60%;
    display: flex;
    position: relative;
  }

  .image-13 {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-left-radius: 15px;
    height: 100%;
    inset: 0% 0% auto;
  }

  .cta_flex {
    margin-top: 60px;
  }

  .cta_content {
    justify-content: space-around;
  }

  .photo-selection_flex {
    flex-flow: column;
  }

  .photo-selection_content, .photo-selection_images {
    width: 100%;
  }

  .photo-selection-height {
    margin-bottom: 60px;
  }

  .hero-bem-estar, .hero-cultura {
    min-height: 70vh;
  }

  .hero-content_cultura {
    padding-top: 20vh;
  }

  .facts_left-box {
    width: 40%;
    font-family: Lato, sans-serif;
    position: static;
  }

  .factos_heading {
    font-size: 3em;
  }

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

  .n-meros_elements-box.remaining-boxes {
    margin-top: 60px;
  }

  .pt-cards_wrapper {
    column-count: 2;
    grid-template-columns: 1fr;
  }

  .pt-card_txt, .pt-card_heading, .pt-card_paragraph {
    padding-left: 0;
    padding-right: 0;
  }

  .pt-cards_wrapper-founders {
    flex-flow: column;
    grid-template-columns: 1fr;
  }

  .pt-card-_founder {
    width: 100%;
  }

  .contacts {
    grid-template-rows: minmax(auto, 1fr) auto;
    grid-template-columns: 1.5fr;
  }

  .contacts-button {
    font-family: Roboto, sans-serif;
    font-size: 1rem;
    font-weight: 400;
  }

  .contacts_paragraph {
    font-size: 1rem;
  }

  .image-20 {
    object-fit: cover;
    border-bottom-right-radius: 15px;
    border-bottom-left-radius: 15px;
    width: 100%;
    height: 50%;
  }

  .menu-button {
    background-color: #0000;
  }

  .menu-button.w--open {
    background-color: var(--nf_off-black);
  }

  .nav-menu {
    background-color: var(--nf_grey);
    text-align: left;
    border-bottom-right-radius: 30px;
    border-bottom-left-radius: 30px;
    padding: 20px;
    position: absolute;
  }

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

  .heading-12 {
    font-size: 2.5em;
  }

  .dropdown-link {
    padding-left: 20px;
  }

  .estudios_photo-wrapper {
    height: 57svh;
  }

  .estudios-link {
    height: 100%;
  }

  .background-video-2 {
    height: 100vh;
  }

  .icon {
    color: var(--white);
  }

  .link-block {
    margin-top: 30px;
  }

  .brand {
    padding-top: 10px;
  }

  .brand.w--current {
    margin-top: 5px;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-right: 10px;
  }

  .utility-page-content {
    flex-flow: column;
  }

  ._404-left-box {
    text-align: center;
    width: 80%;
    padding-bottom: 60px;
    padding-right: 0;
  }

  ._404-right-box {
    width: 400px;
    height: 400px;
  }

  .heading-13._404-heading, .text-block-4 {
    text-align: center;
  }

  .last-card-button {
    margin-top: 40px;
  }

  .tabs-link {
    width: 100%;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .tabs-link.w--current {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .tabs-link.second_line {
    width: auto;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .tabs-link.second_line.w--current {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

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

  .image-24 {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-left-radius: 15px;
    height: 100%;
    inset: 0% 0% auto;
  }

  .tabs-menu-3 {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    margin-bottom: 1rem;
  }

  .tabs-menu-4 {
    grid-column-gap: .75rem;
    grid-row-gap: .75rem;
    flex-flow: column wrap;
    justify-content: center;
    margin-bottom: 1rem;
  }

  .dropdown-list.w--open {
    background-color: var(--nf_grey);
    width: 100%;
  }

  .flexbox-cta, .flexbox-cta-copy {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: column;
    place-items: center stretch;
    display: flex;
  }

  .container-2 {
    max-width: 728px;
  }

  .team-slide-wrapper {
    width: 47%;
    margin-right: 6%;
  }

  .track {
    height: auto;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .camera {
    width: auto;
    height: auto;
    overflow: visible;
  }

  .frame {
    flex-direction: column;
  }

  .item {
    height: 50vh;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .container-3 {
    max-width: 728px;
  }

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

  .hero-split {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .politica-privacidae-section {
    background-color: var(--off-white);
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .politica-privacidae-section.scroll-section {
    background-color: var(--nf_neutral-10);
    padding-top: 60px;
    padding-bottom: 60px;
    padding-right: 60px;
  }

  .politica-privacidae-section.cultura_landing-section {
    height: auto;
  }

  .dropdown {
    width: 100%;
  }

  .tabs-menu-5 {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    grid-template-rows: auto auto auto auto auto auto;
    grid-template-columns: 1fr;
    padding-left: 0;
    padding-right: 0;
  }

  .service-top {
    margin-bottom: 10px;
  }

  .service-top.second_line {
    width: auto;
    margin-left: 14px;
    margin-right: 14px;
  }

  .service-top.services-headers {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .service-top.services-headers.w--current {
    margin-left: 0;
  }
}

@media screen and (max-width: 767px) {
  .hero-content {
    margin-top: 50%;
  }

  .navbar {
    padding: 5px 20px;
    position: sticky;
  }

  .white {
    font-size: 3em;
  }

  .hero-paragraph, .button, .ghost-button {
    font-size: 1rem;
  }

  .section, .section.scroll-section {
    padding: 40px 30px;
  }

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

  .txt {
    padding-bottom: 0;
    font-size: .9rem;
  }

  .txt.txt_landing {
    margin-bottom: 10px;
    font-size: .9rem;
  }

  .paragraph-2 {
    font-size: 1rem;
    line-height: 1.8;
  }

  .landing-card {
    width: 100%;
    height: 410px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .text-block {
    font-size: .9rem;
  }

  .text-block.space {
    margin-top: 0;
    margin-bottom: 20px;
  }

  .text-block-2 {
    font-size: .9rem;
  }

  .card-button {
    margin-top: 30px;
  }

  .mid-card {
    width: 100%;
    height: 410px;
  }

  .third-card {
    width: 100%;
    height: 410px;
    padding-top: 30px;
  }

  .heading-2 {
    font-size: 2em;
  }

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

  .card-wrapper {
    padding-left: 40px;
    padding-right: 40px;
  }

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

  .footer-column {
    align-items: flex-start;
    height: auto;
    padding: 30px 40px;
  }

  .footer-column.white-column {
    text-align: center;
    flex-flow: column;
    justify-content: space-between;
    align-items: stretch;
    height: 300px;
    display: inline-flex;
  }

  .footer-column.last-column {
    height: 300px;
  }

  .link {
    font-size: .9rem;
  }

  .footer-paragraph {
    text-align: left;
    font-size: .9rem;
  }

  .footer-paragraph.off-white {
    font-size: .9rem;
  }

  .text-block-3 {
    text-align: left;
  }

  .footer-button {
    text-align: center;
    justify-content: center;
    align-items: center;
    margin-top: 40px;
    font-family: Roboto, sans-serif;
    font-weight: 400;
  }

  .heading-3 {
    text-align: left;
    font-size: 1.8em;
  }

  .hero-estudio-treino {
    min-height: 60vh;
  }

  .hero-pages {
    padding-top: 0;
    font-size: 3em;
    line-height: 1.2;
  }

  .heading-bold, .servi-os-heading {
    font-size: 2em;
  }

  .tabs-menu-2 {
    text-align: center;
    flex-flow: column wrap;
  }

  .tabs-button, .tabs-button.w--current {
    font-size: .9rem;
  }

  .image-scroll {
    object-fit: fill;
    height: 50svh;
    margin-bottom: 20px;
  }

  .txt-padding {
    padding-bottom: 10px;
    font-size: .9rem;
  }

  .txt-padding.txt_treino {
    font-size: .9rem;
  }

  .cta-button {
    align-items: stretch;
    width: 100%;
    font-size: 1rem;
  }

  .tabs_content {
    padding-top: 20px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .heading-5 {
    text-align: left;
    font-size: 1.7em;
  }

  .paragraph-3 {
    text-align: left;
    font-size: 1rem;
  }

  .cta_flex {
    flex-flow: column;
    margin-top: 60px;
  }

  .cta_image {
    width: 100%;
  }

  .cta_content {
    justify-content: center;
    align-self: flex-start;
    align-items: flex-start;
    width: 100%;
    padding-left: 0;
    display: inline-flex;
  }

  .heading-6 {
    text-align: left;
    font-size: 1.7em;
  }

  .heading-7 {
    margin-top: 0;
    font-size: 2em;
  }

  .paragraph-4 {
    font-size: 1em;
  }

  .hero-bem-estar {
    min-height: 60vh;
  }

  .hero-cultura {
    min-height: 60vh;
    padding-left: 30px;
    padding-right: 30px;
  }

  .hero-content_cultura {
    margin-top: 0;
    padding-top: 16vh;
  }

  .cultura-heading {
    text-align: left;
    font-size: 3em;
  }

  .cultura_paragraph {
    text-align: left;
    font-size: 1rem;
  }

  .facts_flex {
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
  }

  .facts_left-box {
    text-align: center;
    align-self: flex-start;
    width: 100%;
    padding-bottom: 30px;
  }

  .facts_right-box {
    text-align: center;
    width: 100%;
  }

  .factos_heading {
    text-align: left;
    font-size: 2em;
  }

  .heading-8 {
    text-align: left;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 1.5em;
  }

  .factos_txt {
    text-align: left;
    font-size: .8rem;
  }

  .n-meros_elements-box.remaining-boxes {
    margin-top: 25px;
  }

  .pt-cards_wrapper {
    column-count: 1;
  }

  .pt-card_txt {
    text-align: left;
    padding-right: 30px;
    font-size: .8rem;
  }

  .pt-card_heading {
    text-align: left;
    padding-left: 0;
    padding-right: 0;
    font-size: 1.5em;
  }

  .pt-card_paragraph {
    color: #141414b3;
    text-align: left;
    margin-bottom: 10px;
    padding-bottom: 0;
    font-size: .9rem;
  }

  .pt-cards_wrapper-founders {
    flex-flow: column;
    align-items: center;
    width: 100%;
  }

  .pt-card-_founder {
    text-align: left;
    width: 100%;
  }

  .equipa_heading {
    text-align: left;
    margin-bottom: 20px;
    font-size: 2em;
  }

  .contacts-button {
    width: 100%;
    font-size: .9rem;
  }

  .adress_txt {
    font-size: .8rem;
  }

  .contacts_paragraph {
    font-size: 1rem;
  }

  .image-20 {
    object-fit: cover;
    height: 45%;
    position: static;
  }

  .heading-11 {
    font-size: 1.7em;
  }

  .menu-button {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .image-21 {
    object-fit: cover;
  }

  .heading-12 {
    font-size: 2em;
  }

  .estudios_photo-wrapper {
    height: 55svh;
  }

  .background-video-2 {
    height: 100vh;
  }

  .brand.w--current {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 20px;
  }

  .utility-page-content {
    width: auto;
  }

  ._404-right-box {
    width: 350px;
    height: 350px;
  }

  .last-card-button {
    margin-top: 30px;
    margin-bottom: 20px;
    font-size: 1rem;
  }

  .mail_link {
    padding-bottom: 0;
  }

  .tabs-link {
    justify-content: center;
    width: 100%;
    display: flex;
  }

  .tabs-link.w--current {
    width: 100%;
    margin-bottom: 0;
    display: flex;
  }

  .tabs-link.second_line {
    margin-left: 0;
    margin-right: 0;
  }

  .tabs-link.second_line.w--current {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .heading-14 {
    text-align: left;
    font-size: 1.7em;
  }

  .paragraph-5 {
    text-align: left;
    font-size: 1rem;
  }

  .tabs-menu-3 {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    flex-flow: row;
    align-items: center;
    margin-bottom: 1rem;
  }

  .modal-wrapper {
    display: none;
  }

  .modal {
    width: 90%;
    padding: 60px;
  }

  .close-icon {
    top: 0;
    right: 0;
  }

  .heading-modal {
    margin-top: 0;
    font-size: 2em;
  }

  .paragraph-7, .menos-txt {
    font-size: .9rem;
  }

  .pt-info-wrapper {
    padding: 30px 30px 20px;
  }

  .image-26, .image-27 {
    width: 14px;
  }

  .dropdown-card {
    margin-top: 10px;
  }

  .flexbox-cta, .flexbox-cta-copy {
    justify-content: space-between;
  }

  .heading_white {
    font-size: 1.7em;
  }

  .team-slider {
    padding: 60px 15px;
  }

  .track, .item {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .hero-heading-left {
    padding: 60px 15px;
  }

  .politica-privacidae-section, .politica-privacidae-section.scroll-section {
    padding: 40px 30px;
  }

  .service-top {
    justify-content: center;
    width: 100%;
    display: flex;
  }

  .service-top.w--current {
    width: 100%;
    margin-bottom: 10px;
    display: flex;
  }

  .service-top.second_line {
    margin-left: 0;
    margin-right: 0;
  }

  .service-top.second_line.w--current {
    margin-bottom: 10px;
    margin-left: 0;
    margin-right: 0;
  }

  .service-top.services-headers {
    margin-right: 0;
  }

  .service-top.services-headers.w--current {
    margin-bottom: 0;
    margin-left: 0;
  }
}

@media screen and (max-width: 479px) {
  .hero-content {
    margin-top: 25svh;
    display: flex;
  }

  .navbar {
    padding-left: 20px;
    padding-right: 20px;
    position: sticky;
  }

  .white {
    font-size: 2em;
  }

  .hero-paragraph {
    font-size: 1rem;
    line-height: 1.7;
  }

  .button {
    font-size: 1rem;
  }

  .ghost-button {
    margin-top: 20px;
    margin-left: 0;
    font-size: 1rem;
    font-weight: 400;
  }

  .section {
    padding: 50px 20px;
  }

  .section.estudio-treino-colour {
    text-align: center;
  }

  .section.scroll-section {
    padding: 20px 20px 30px;
  }

  .section.bem-estar---colour {
    padding-left: 20px;
    padding-right: 20px;
  }

  .txt {
    text-align: left;
    margin-bottom: 0;
    padding-bottom: 0;
    font-size: .8rem;
  }

  .txt.txt_landing {
    margin-bottom: 10px;
    font-size: .8rem;
  }

  .paragraph-2 {
    font-size: 1rem;
    line-height: 1.7;
  }

  .landing-card {
    height: 390px;
    padding: 20px;
  }

  .text-block {
    text-align: left;
    font-size: .8rem;
  }

  .text-block.space {
    text-align: left;
    margin-top: 0;
    margin-bottom: 20px;
    font-size: .8rem;
  }

  .text-block-2 {
    text-align: left;
    margin-top: 20px;
    font-size: 14px;
  }

  .mid-card {
    background-size: cover;
    height: 380px;
    margin: 20px 0;
    padding-right: 0;
  }

  .third-card {
    height: 380px;
    padding-top: 20px;
  }

  .heading-2 {
    text-align: left;
    padding-bottom: 20px;
    font-size: 1.7em;
  }

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

  ._404-button.w--current {
    font-size: .9rem;
  }

  .card-wrapper {
    flex-flow: column;
    justify-content: space-between;
    align-items: stretch;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
  }

  .footer-column {
    text-align: left;
    justify-content: space-between;
    align-items: flex-start;
    height: auto;
    padding: 20px;
  }

  .footer-column.white-column {
    justify-content: space-between;
    align-items: stretch;
    height: auto;
  }

  .footer-column.last-column {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    height: auto;
  }

  .link {
    text-align: left;
    font-family: Roboto, sans-serif;
    font-size: .8rem;
  }

  .footer-paragraph {
    text-align: left;
    margin-bottom: 20px;
    font-size: .9rem;
  }

  .footer-paragraph.off-white {
    text-align: left;
    margin-bottom: 0;
    font-size: .9rem;
    line-height: 1.6;
  }

  .text-block-3 {
    text-align: left;
    margin-bottom: 20px;
    font-size: 1.3em;
  }

  .footer-button {
    margin-top: 40px;
    font-family: Roboto, sans-serif;
    font-size: 1rem;
  }

  .heading-3 {
    text-align: left;
    margin-bottom: 80px;
    font-size: 20px;
  }

  .icons-div {
    text-align: center;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
    display: flex;
  }

  .image-11 {
    margin-left: 10px;
    margin-right: 10px;
  }

  .image-11.facebook {
    padding: 10px 20px;
  }

  .hero-estudio-treino {
    min-height: 60vh;
    padding-left: 20px;
    padding-right: 20px;
  }

  .hero-content-copy {
    margin-top: 0;
  }

  .hero-pages {
    font-size: 2em;
  }

  .heading-bold {
    font-size: 1.7em;
  }

  .servi-os-heading {
    text-align: left;
    font-size: 1.7em;
  }

  .tabs-menu-2 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .tabs-button, .tabs-button.w--current {
    text-align: center;
    padding-left: 0;
    padding-right: 0;
    font-size: 1rem;
  }

  .image-scroll {
    height: 40svh;
  }

  .txt-padding {
    text-align: left;
    margin-bottom: 0;
    font-size: .85rem;
  }

  .txt-padding.txt_treino {
    text-align: left;
    font-size: .85rem;
  }

  .cta-button {
    justify-content: center;
    align-items: stretch;
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    font-size: .8rem;
    display: inline-flex;
  }

  .cta-button.bem-estar-button {
    font-size: 1rem;
  }

  .tabs_content {
    padding-bottom: 30px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .heading-5 {
    text-align: left;
    font-size: 1.4em;
  }

  .paragraph-3 {
    text-align: left;
    font-size: .9rem;
  }

  .image-13.mobile-photo {
    aspect-ratio: auto;
    object-fit: cover;
    object-position: 50% 0%;
    inset: 0%;
  }

  .image-13.mobile-tri-photo {
    object-position: 50% 0%;
  }

  .cta_flex {
    margin-top: 40px;
  }

  .heading-6 {
    text-align: left;
    font-size: 1.4em;
  }

  .photo-selection_flex {
    flex-flow: column;
    justify-content: space-between;
    display: flex;
  }

  .photo-selection_content {
    padding-right: 0;
  }

  .heading-7 {
    font-size: 1.7em;
    line-height: 1.3;
  }

  .paragraph-4 {
    margin-bottom: 40px;
    font-size: 1em;
    line-height: 1.7;
  }

  .photo-selection-height {
    margin-bottom: 0;
    padding-top: 0%;
  }

  .image-15 {
    display: none;
  }

  .image-16 {
    object-fit: cover;
    border-radius: 15px;
    width: 100%;
    height: 100%;
  }

  .photos-wrapper {
    height: 50svh;
    display: block;
    position: static;
  }

  .hero-bem-estar {
    background-position: 50%;
    min-height: 60vh;
  }

  .hero-cultura {
    min-height: 65vh;
    margin-bottom: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .hero-content_cultura {
    padding-top: 14vh;
  }

  .cultura-heading {
    text-align: left;
    font-size: 2em;
  }

  .cultura_paragraph {
    text-align: left;
    margin-top: 20px;
    margin-bottom: 0;
    font-size: .92rem;
  }

  .factos_heading {
    font-size: 1.7em;
  }

  .heading-8 {
    font-size: 1.3em;
  }

  .factos_txt {
    font-size: .8rem;
  }

  .pt-cards_wrapper {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .pt-card_txt {
    padding-left: 0;
    padding-right: 0;
    font-size: .7rem;
  }

  .pt-card_heading {
    padding-left: 0;
    padding-right: 0;
    font-size: 1.3em;
  }

  .pt-card_paragraph {
    padding-left: 0;
    padding-right: 0;
    font-size: .8rem;
  }

  .pt-cards_wrapper-founders {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .equipa_heading {
    font-size: 1.7em;
  }

  .contacts {
    grid-auto-flow: column;
    justify-content: center;
  }

  .contacts-content {
    padding-left: 10px;
    padding-right: 10px;
  }

  .adress {
    word-break: normal;
    overflow-wrap: anywhere;
    width: 100%;
    padding: 15px 10px;
    overflow: visible;
  }

  .contacts-button {
    text-align: center;
    justify-content: center;
    align-items: center;
    width: 100%;
    font-size: .95rem;
    display: inline-flex;
  }

  .adress_txt {
    font-size: .8rem;
  }

  .adress_txt.mail {
    float: none;
    clear: none;
    overflow-wrap: anywhere;
    overflow: visible;
  }

  .contacts_paragraph {
    text-align: left;
    font-size: 1rem;
    line-height: 1.8;
  }

  .heading-11 {
    font-size: 1.3em;
  }

  .menu-button {
    margin-top: 0;
  }

  .image-21 {
    object-fit: cover;
  }

  .heading-12 {
    text-align: left;
    margin-top: 10px;
    margin-bottom: 20px;
    font-size: 1.7em;
  }

  .estudios_photo-wrapper {
    height: 34svh;
  }

  .estudios-link {
    width: 100%;
  }

  .background-video-2 {
    height: 87vh;
  }

  .image-23 {
    text-align: left;
  }

  .link-block {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .brand.w--current {
    margin-top: 3px;
    padding-left: 0;
  }

  ._404-right-box {
    width: 240px;
    height: 240px;
  }

  .heading-13._404-heading {
    margin-bottom: 10px;
    font-size: 1.7rem;
  }

  .last-card-button {
    margin-top: 0;
    font-size: 1rem;
  }

  .last-card-button.w--current {
    font-size: .9rem;
  }

  .tabs-link.second_line {
    text-align: center;
    width: 100%;
    margin-bottom: 0;
  }

  .tabs-link.second_line.w--current {
    margin-bottom: 0;
  }

  .heading-14 {
    text-align: left;
    font-size: 1.4em;
  }

  .paragraph-5 {
    text-align: left;
    font-size: .9rem;
  }

  .tabs-menu-3 {
    flex-flow: column;
    margin-bottom: 1rem;
  }

  .tabs-menu-4 {
    margin-bottom: 1rem;
  }

  .modal-wrapper {
    display: none;
  }

  .modal {
    padding: 50px 40px;
  }

  .paragraph-6 {
    font-size: .95rem;
  }

  .heading-modal {
    margin-bottom: 20px;
    font-size: 1.6em;
    line-height: 1.3;
  }

  .dropdown-card {
    cursor: pointer;
  }

  .heading_white {
    margin-bottom: 30px;
  }

  .container-2 {
    max-width: none;
  }

  .centered-heading {
    margin-bottom: 24px;
  }

  .team-slide-wrapper {
    width: 100%;
    margin-right: 0%;
  }

  .item {
    padding: 10px 20px;
  }

  .container-3 {
    max-width: none;
  }

  .politica-privacidae-section {
    padding: 50px 20px;
  }

  .politica-privacidae-section.estudio-treino-colour {
    text-align: center;
  }

  .politica-privacidae-section.scroll-section {
    padding: 20px 20px 30px;
  }

  .politica-privacidae-section.bem-estar---colour {
    padding-left: 20px;
    padding-right: 20px;
  }

  .service-top.services-headers {
    margin-bottom: 0;
    margin-left: 0;
  }

  .service-top.services-headers.w--current {
    margin-bottom: 0;
  }
}

#w-node-a95a9326-f648-a4cc-50b1-27fe33e2c7de-d54bd2bc {
  align-self: auto;
}

#w-node-ba8a2e1f-0b36-437c-613a-e4b36e2dc559-6e2dc540 {
  align-self: stretch;
}

#w-node-b0ceab84-ec99-dab9-b518-f1040e286fe0-8f7dfd7d {
  justify-self: stretch;
}

#w-node-_3d10d21e-677f-d948-187a-e889e87718ac-f30a8dad, #w-node-_4be88c7f-ac87-13f6-071b-7f3e1de90477-f30a8dad {
  align-self: start;
}

#w-node-ccb8cb5e-cc9a-1662-ad3b-5f28eae61432-6f9aa8b8 {
  align-self: stretch;
}

#w-node-e80b721b-79d2-4d11-ae0e-773f1f9d1250-6f9aa8b8 {
  place-self: center;
}

@media screen and (max-width: 479px) {
  #w-node-ba8a2e1f-0b36-437c-613a-e4b36e2dc543-6e2dc540 {
    justify-self: start;
  }

  #w-node-ba8a2e1f-0b36-437c-613a-e4b36e2dc559-6e2dc540 {
    justify-self: auto;
  }

  #w-node-b0ceab84-ec99-dab9-b518-f1040e286fe0-8f7dfd7d {
    place-self: center;
  }

  #w-node-_6844d692-e5fa-4ecc-7228-d8e53e9651a7-8f7dfd7d, #w-node-_8078b53c-5317-8b4c-f4d5-571d966d3580-8f7dfd7d, #w-node-c797249b-69ae-28da-8f94-3a96fdb3b7a4-8f7dfd7d, #w-node-_8359bd79-7a3f-b9c6-c6dd-9b7910cc88dd-8f7dfd7d {
    justify-self: stretch;
  }
}


