@font-face {
  font-family: The Amazing Grace;
  src: url('../fonts/the-amazing-grace.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

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

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

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

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

@font-face {
  font-family: Gotham;
  src: url('../fonts/Gotham-Light.otf') format("opentype"), url('../fonts/Gotham-XLight.otf') format("opentype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Gotham;
  src: url('../fonts/Gotham-BookItalic.otf') format("opentype"), url('../fonts/Gotham-UltraItalic.otf') format("opentype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Gotham;
  src: url('../fonts/Gotham-XLightItalic.otf') format("opentype");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

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

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

:root {
  --bg-fundo1: #363435;
  --secondary-web\<deleted\|variable-8044b7bd-8985-1e3c-eb5f-ddc5c572f205\>: #232325;
  --transparent: transparent;
  --white-web\<deleted\|variable-de34d52e\>: white;
  --yellow\<deleted\|variable-8ba44cf5\>: #daec08;
  --black-web\<deleted\|variable-bfcf3dbe\>: black;
  --yellow-green\<deleted\|variable-616c0c51\>: #bed500;
  --texto-color-2: white;
  --black-2\<deleted\|variable-a09c0539\>: #070801;
  --color-titulo-1: #edfc57;
  --cor-botao-1: #edfc57;
  --primary-web: #454d55;
  --texto-color-1: #454d55;
  --tm-titulo-1: 32px;
  --font-titulo-1: Montserrat, sans-serif;
}

.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-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: #000;
  min-height: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.1;
}

h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
}

h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.2;
}

h4 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4;
}

h5 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.5;
}

h6 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
}

p {
  margin-bottom: 0;
}

ul, ol {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 1.5rem;
}

li {
  margin-bottom: .25rem;
}

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

label {
  margin-bottom: .25rem;
  font-weight: 500;
}

blockquote {
  border-left: .25rem solid #e2e2e2;
  margin-bottom: 0;
  padding: 0 1.25rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

figure {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

figcaption {
  text-align: center;
  margin-top: .25rem;
}

.utility-page_component {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  display: flex;
}

.utility-page_wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  max-width: 20rem;
  display: flex;
}

.utility-page_form {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.utility-page_image {
  margin-left: auto;
  margin-right: auto;
}

.form_input {
  background-color: #0000;
  min-height: 3rem;
  margin-bottom: .75rem;
  padding: .5rem 1rem;
}

.form_message-error {
  margin-top: .75rem;
  padding: .75rem;
}

.button {
  color: #fff;
  text-align: center;
  background-color: #000;
  padding: .75rem 1.5rem;
  font-weight: 600;
}

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

.utility_block {
  grid-column-gap: 0rem;
  grid-row-gap: 1.25rem;
  text-align: center;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-content: center;
  place-items: center;
  width: 70%;
  max-width: 100%;
  margin-bottom: 0;
  display: flex;
  position: relative;
}

.lottie-animation {
  width: 50%;
}

.heading {
  color: #232536b0;
}

.text-block {
  color: #b5b5b5;
}

.l-nav {
  background-color: var(--bg-fundo1);
  opacity: 1;
  color: var(--bg-fundo1);
  -webkit-text-fill-color: inherit;
  mix-blend-mode: normal;
  background-clip: border-box;
  border: 1px #000;
  flex-flow: row;
  place-content: space-around;
  align-items: stretch;
  width: 100%;
  max-width: none;
  height: 100px;
  max-height: 100px;
  margin-bottom: auto;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  display: block;
  position: fixed;
  inset: 0% 0% auto;
}

.l-nav:hover {
  color: #ef2e4d;
}

.c-container {
  color: var(--transparent);
  object-fit: fill;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: none;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  position: static;
}

.c-nav-logo.w--current {
  flex: 0 auto;
  min-width: auto;
  margin-top: -10px;
  margin-right: auto;
}

.c-nav-link {
  border-bottom: 2px solid var(--transparent);
  color: var(--secondary-web\<deleted\|variable-8044b7bd-8985-1e3c-eb5f-ddc5c572f205\>);
  cursor: pointer;
  flex-flow: row;
  padding: 5px 10px;
  font-family: Open Sans, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  text-decoration: none;
  transition: opacity .2s;
  display: block;
}

.c-nav-link:hover {
  color: var(--secondary-web\<deleted\|variable-8044b7bd-8985-1e3c-eb5f-ddc5c572f205\>);
  border: 0 solid #000;
  padding: 5px 10px;
  font-weight: 400;
  text-decoration: none;
}

.c-nav-link:active, .c-nav-link:focus, .c-nav-link:focus-visible, .c-nav-link[data-wf-focus-visible], .c-nav-link:visited {
  color: var(--white-web\<deleted\|variable-de34d52e\>);
}

.c-nav-link.w--current {
  color: var(--white-web\<deleted\|variable-de34d52e\>);
  font-size: 14px;
}

.c-nav-link.w--current:hover {
  color: var(--secondary-web\<deleted\|variable-8044b7bd-8985-1e3c-eb5f-ddc5c572f205\>);
}

.nav-menu {
  text-align: center;
  flex: none;
  order: 1;
  justify-content: space-between;
  align-self: center;
  align-items: center;
  width: auto;
  max-width: 100%;
  margin-left: 0;
  margin-right: 0;
  font-size: 20px;
  font-weight: 600;
  display: block;
}

.image {
  width: 180px;
  min-width: auto;
  max-width: none;
  height: auto;
  max-height: none;
  margin-left: auto;
  margin-right: auto;
}

.c-nav-compra {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-direction: row;
  flex: 0 auto;
  order: 1;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  min-width: 280px;
  max-width: 320px;
  display: flex;
}

.passos {
  height: auto;
  padding: 0 10px;
  position: relative;
}

.grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  align-content: center;
  height: 100%;
}

.coluna {
  text-align: center;
  cursor: pointer;
  background-color: #070b3b;
  border-radius: 25px;
  flex-direction: column;
  justify-content: space-around;
  height: 340px;
  padding: 20px;
  display: flex;
  position: relative;
}

.heading-6 {
  color: #c0ff72;
  text-align: right;
  font-size: 6rem;
}

.heading-7 {
  color: #c0ff72;
  text-align: right;
  padding-top: 10px;
  font-size: 2rem;
  overflow: hidden;
}

.heading-8 {
  color: #c0ff72;
  text-align: left;
  margin-top: 0;
  font-size: 1.4rem;
  overflow: hidden;
}

.coluna-box {
  z-index: 0;
  object-fit: fill;
  background-color: #c0ff72;
  border: 2px solid #c0ff72;
  border-radius: 25px;
  justify-content: center;
  align-items: center;
  height: 0%;
  margin: auto;
  padding: 10px;
  display: none;
  position: absolute;
  inset: auto 0% auto auto;
  overflow: hidden;
}

.paragraph {
  height: auto;
  margin: auto;
  font-size: .75rem;
  display: block;
  overflow: hidden;
}

.paragraph-2 {
  margin: auto;
  font-size: .75rem;
  display: flex;
  overflow: hidden;
}

.paragraph-3, .paragraph-4 {
  font-size: .75rem;
  overflow: hidden;
}

.db-agenda {
  width: 100%;
  height: 100%;
}

.db-agenda.padding-default {
  background-color: var(--bg-fundo1);
  color: #fff;
  flex-flow: column;
  justify-content: flex-start;
  align-self: flex-start;
  align-items: center;
  height: 100%;
  min-height: 60vh;
  margin-top: 100px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.html-embed-2 {
  justify-content: flex-end;
  width: 100%;
  display: flex;
}

.html-embed-2.login-top {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: var(--transparent);
  color: var(--white-web\<deleted\|variable-de34d52e\>);
  justify-content: flex-end;
  align-items: center;
  width: auto;
  min-width: 300px;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 600;
}

.navigation {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
  mix-blend-mode: normal;
  background-color: #f5f5f500;
  flex-direction: column;
  flex: 1;
  align-items: center;
  max-width: none;
  padding: 20px 3%;
  display: block;
  position: relative;
  inset: 0% 0% auto;
}

.dropdown-2 {
  color: #242424;
  margin-left: 5px;
  margin-right: 5px;
}

.footer {
  background-color: var(--bg-fundo1);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  margin-top: auto;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.f-container {
  background-color: var(--transparent);
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 1200px;
  height: 100%;
  padding-top: 30px;
  padding-bottom: 60px;
  display: flex;
}

.grid-2 {
  grid-template-rows: 1fr;
  grid-template-columns: 25% 25% 25% 25%;
  justify-content: space-around;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding: 20px 40px;
  display: flex;
}

.div-block-4 {
  flex-direction: column;
  width: 20%;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.div-block-4.f-rede-social {
  display: block;
}

.f-r-link {
  color: var(--black-web\<deleted\|variable-bfcf3dbe\>);
  font-style: normal;
  text-decoration: none;
}

.f-r-link:hover {
  color: var(--yellow-green\<deleted\|variable-616c0c51\>);
  font-weight: 700;
}

.f-r-link:active {
  color: var(--white-web\<deleted\|variable-de34d52e\>);
  font-weight: 400;
}

.f-r-link.w--current {
  color: var(--black-web\<deleted\|variable-bfcf3dbe\>);
  cursor: pointer;
  font-family: "Baloo 2", sans-serif;
  font-style: normal;
  text-decoration: none;
}

.f-r-link.w--current:hover {
  color: var(--yellow-green\<deleted\|variable-616c0c51\>);
  font-weight: 700;
}

.f-r-link.w--current:focus {
  color: #070b3b;
}

.f-r-link.w--current:visited {
  color: #070b3b;
  -webkit-text-stroke-color: #070b3b;
}

.heading-11 {
  color: var(--white-web\<deleted\|variable-de34d52e\>);
  margin-bottom: .5rem;
}

.div-block-5 {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: auto;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.image-3 {
  width: 180px;
  max-width: 100%;
  height: auto;
  max-height: 100%;
}

.body-map {
  color: var(--yellow-green\<deleted\|variable-616c0c51\>);
  background-color: #f7f8fc;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  height: 100%;
  display: block;
}

.body-map.map-body {
  color: #000;
  justify-content: space-between;
  margin-top: 100px;
  font-family: Open Sans, sans-serif;
  display: block;
}

.my-account-top {
  width: 100%;
  max-width: 100%;
  min-height: 100%;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.body-my-account {
  color: var(--texto-color-2);
  background-color: #f7f8fc;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  max-width: 100%;
  min-height: 100%;
  font-family: Open Sans, sans-serif;
  display: flex;
}

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

.icon {
  display: none;
}

.box-r-sociais {
  flex-direction: column;
  align-items: center;
  display: block;
}

.box-r-sociais.menu {
  align-items: flex-start;
  display: block;
}

.box-r-sociais.menu.social-box-menu {
  display: none;
}

.heading-12 {
  color: var(--white-web\<deleted\|variable-de34d52e\>);
  margin-bottom: .5rem;
  font-size: 1rem;
}

.div-block-16 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  width: 160px;
  display: flex;
}

.pagekraft-agenda {
  color: #fff;
  background-color: #0000;
  width: 100%;
  padding-top: 40px;
  padding-bottom: 60px;
}

.div-block-21.p-click-21 {
  margin-bottom: 20px;
}

.heading-13 {
  color: #c9c9c9;
  text-align: center;
  font-size: 1.05rem;
}

.heading-13.p-mouse {
  display: block;
}

.heading-15.p-clickaqui {
  display: none;
}

.div-block-22 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border: 0 solid #000;
  justify-content: center;
  align-items: center;
  width: auto;
  margin-left: auto;
  margin-right: 0;
  line-height: 1;
  display: flex;
}

.div-block-22:hover {
  border: 0 solid #000;
}

.button-3, .div-block-23, .car-mobile {
  display: none;
}

.bold-text {
  color: var(--black-web\<deleted\|variable-bfcf3dbe\>);
  font-size: 1.1rem;
}

.l-youtube {
  display: none;
}

.social-links-footer {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  width: 160px;
  display: flex;
}

.body-politica {
  background-color: #363435;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding-top: 60px;
  padding-bottom: 0;
  font-family: Gotham Rounded Book;
  display: flex;
}

.body-cookiesof {
  background-color: #363435;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding-top: 60px;
  font-family: Gotham Rounded Book;
  display: flex;
}

.db-maps {
  background-color: var(--white-web\<deleted\|variable-de34d52e\>);
  width: 100%;
  height: auto;
  min-height: 60vh;
  max-height: none;
  margin-top: 0;
  margin-bottom: auto;
  padding-bottom: 0;
  position: relative;
}

.maps-html {
  height: auto;
  margin-bottom: auto;
  padding-top: 20px;
  display: block;
}

.body-agenda {
  color: var(--yellow-green\<deleted\|variable-616c0c51\>);
  background-color: #f7f8fc;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  font-family: "Baloo 2", sans-serif;
  display: flex;
}

.body-agenda.scroll {
  color: var(--texto-color-2);
  font-family: Open Sans, sans-serif;
}

.body-agenda.body-galeria {
  color: #000;
}

.body-packages {
  color: var(--texto-color-2);
  background-color: #f7f8fc;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  font-family: Open Sans, sans-serif;
  display: flex;
}

.db-packages {
  width: 100%;
  height: 100%;
}

.db-packages.padding-default {
  background-color: var(--bg-fundo1);
  color: var(--texto-color-2);
  flex-flow: column;
  justify-content: flex-start;
  align-self: flex-start;
  align-items: center;
  height: 100%;
  min-height: 60vh;
  margin-top: 100px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 100px;
  display: flex;
}

.packages-html {
  color: var(--texto-color-2);
  background-color: #0000;
  width: 100%;
  margin-top: 0;
}

.body-home {
  color: var(--yellow-green\<deleted\|variable-616c0c51\>);
  background-color: #f7f8fc;
  flex-flow: column wrap;
  place-content: center space-between;
  align-items: center;
  min-height: auto;
  font-family: "Baloo 2", sans-serif;
  transition: color .3s;
  display: flex;
}

.body-home.scroll {
  grid-row-gap: 0px;
  background-color: var(--bg-fundo1);
  color: var(--texto-color-2);
  font-family: Montserrat, sans-serif;
}

.div-top-bg {
  background-color: var(--black-web\<deleted\|variable-bfcf3dbe\>);
  color: var(--black-2\<deleted\|variable-a09c0539\>);
  object-fit: contain;
  width: 100%;
  height: 120px;
  margin-top: -120px;
  margin-left: 0;
  padding-left: 0;
  display: none;
  position: static;
  inset: 0% 0% auto;
}

.column-slide {
  border: 1px solid #0003;
  width: 100%;
}

.carrossel-professores {
  width: 360px;
  height: 374px;
  display: none;
}

.carrossel-professores.carrossel-passos {
  display: none;
}

.bg-top {
  background-color: var(--black-2\<deleted\|variable-a09c0539\>);
  width: 100%;
  height: 120px;
  margin-top: -120px;
  display: none;
}

.bold-text-5 {
  color: var(--black-web\<deleted\|variable-bfcf3dbe\>);
  font-size: 1.1rem;
}

.body-3 {
  font-family: "Baloo 2", sans-serif;
}

.body-4 {
  font-family: Open Sans, sans-serif;
}

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

.nona-dobra-2 {
  background-color: #f1f1f1;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 100px;
  padding-bottom: 60px;
  display: flex;
}

.nona-dobra-2.depoimentos {
  background-color: #f7fbfe;
  background-image: url('../images/Símbolo-Studio4_fundo-transparente-1.png');
  background-position: 100% 65%;
  background-repeat: no-repeat;
  background-size: 720px;
  background-color: var(--color-titulo-1);
  background-image: none;
  align-self: center;
  width: 100%;
  padding-bottom: 100px;
  display: flex;
}

.section-redirecionamento-2 {
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 60vh;
  padding-top: 0;
  display: flex;
}

.html-embed-17 {
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  display: flex;
}

.container-politicas {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: #fff;
  flex-flow: column;
  width: 100%;
  height: 100%;
  margin-top: 100px;
  padding-top: 0;
  padding-bottom: 140px;
  font-family: Montserrat, sans-serif;
  display: flex;
}

.paragraph-42 {
  margin-bottom: 1rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 180%;
}

.container-3 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1440px;
  height: 100%;
  min-height: auto;
  display: flex;
}

.body-5 {
  background-color: #363435;
  padding-top: 60px;
  font-family: Gotham Rounded Book;
}

.body-6 {
  background-color: #363435;
  padding-top: 60px;
  padding-bottom: 0;
  font-family: Gotham Rounded Book;
}

.section-banner-home {
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: none;
  height: auto;
  min-height: 320px;
  max-height: none;
  margin-top: 97.59px;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.section-banner-home.banner-unidades {
  max-height: none;
  margin-top: 0;
}

.section-4 {
  color: var(--bg-fundo1);
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  min-height: 480px;
  padding-top: 60px;
  padding-bottom: 0;
  display: flex;
}

.coluna-2 {
  text-align: center;
  cursor: pointer;
  background-color: #5cb85c;
  border-radius: 25px;
  flex-direction: column;
  justify-content: space-around;
  padding: 20px;
  display: flex;
  position: relative;
}

.heading-96 {
  color: var(--color-titulo-1);
  text-transform: uppercase;
  margin-right: 0;
  font-family: Montserrat, sans-serif;
  font-size: 36px;
  font-weight: 700;
  text-decoration: none;
}

.heading-41 {
  color: var(--color-titulo-1);
  margin-bottom: 8px;
  font-family: Montserrat, sans-serif;
  font-size: 30px;
  font-weight: 600;
  line-height: 1;
}

.mask-4 {
  align-self: center;
  width: 100%;
  max-width: none;
  height: 100%;
}

.slide-nav-3 {
  color: var(--texto-color-2);
  background-color: #8f444400;
  margin-bottom: -40px;
}

.flex-block-7 {
  border-radius: 16px 0 0 16px;
  flex: 1;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-height: 521px;
}

.flex-block-20 {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 95%;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
  position: absolute;
  inset: auto 0% 7% 5%;
}

.slider-wrapper-2 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  justify-content: center;
  place-items: start stretch;
  width: 100%;
  height: 100%;
  max-height: 521px;
  display: grid;
  position: relative;
  overflow: hidden;
}

.right-arrow-4 {
  margin-right: 0;
}

.left-arrow-3 {
  margin-left: 0;
}

.slide-5 {
  width: 346px;
  height: 100%;
  max-height: 521px;
  margin-left: 6px;
  margin-right: 6px;
  padding-left: 0;
  padding-right: 0;
}

.icon-10 {
  color: var(--color-titulo-1);
  -webkit-text-stroke-color: transparent;
  background-color: #0000;
  border: 0 solid #0000;
  border-radius: 50%;
  margin-left: 40px;
  margin-right: 60px;
  font-size: 32px;
}

.icon-10:hover {
  color: var(--color-titulo-1);
  background-color: #0000;
}

.icon-10.esquerda {
  color: var(--color-titulo-1);
  margin-left: 0;
  margin-right: 0;
}

.icon-10.esquerda:hover {
  color: var(--cor-botao-1);
}

.image-54 {
  cursor: pointer;
  width: 100%;
  height: 100%;
}

.logo-wrapper-2 {
  color: #0000;
  background-color: #0000;
  border: 1px #fff;
  border-radius: 16px;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 376px;
  height: 100%;
  max-height: none;
  margin-top: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: relative;
}

.container-12 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1440px;
  display: flex;
}

.heading-97 {
  color: var(--cor-botao-1);
  text-transform: uppercase;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 960px;
  font-family: Montserrat, sans-serif;
  font-size: 36px;
  font-weight: 700;
}

.social-links-footer-2 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  width: 160px;
  margin-top: 20px;
  display: flex;
}

.link-block-9 {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  color: #fff;
  justify-content: flex-start;
  align-items: center;
  margin-left: 0;
  text-decoration: none;
  display: flex;
}

.heading-103 {
  color: var(--texto-color-2);
  margin-bottom: .5rem;
  font-size: 18px;
}

.paragraph-17 {
  color: #fff;
  margin-bottom: 8px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  line-height: 1.5;
}

.paragraph-74 {
  color: #fff;
  margin-top: 5px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  line-height: 1;
}

.grid-6 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: var(--white-web\<deleted\|variable-de34d52e\>);
  grid-template-rows: 1fr;
  grid-template-columns: 25% 25% 25% 25%;
  width: 100%;
  height: 100%;
  padding: 20px;
}

.bold-text-23 {
  color: var(--white-web\<deleted\|variable-de34d52e\>);
  font-size: 18px;
}

.image-60 {
  margin-top: -10px;
  margin-left: 0;
  line-height: 1;
}

.f-r-link-footer {
  color: #fff;
  margin-bottom: 8px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-style: normal;
  text-decoration: none;
}

.f-r-link-footer:hover {
  color: var(--color-titulo-1);
  font-weight: 400;
}

.f-r-link-footer:active {
  color: #e9fe00;
}

.f-r-link-footer:visited {
  color: var(--texto-color-2);
}

.f-r-link-footer.w--current {
  color: var(--cor-botao-1);
  cursor: pointer;
  margin-bottom: 8px;
  font-family: Montserrat, sans-serif;
  font-style: normal;
  text-decoration: none;
}

.f-r-link-footer.w--current:hover {
  font-weight: 600;
}

.f-r-link-footer.w--current:focus {
  color: var(--white-web\<deleted\|variable-de34d52e\>);
}

.f-r-link-footer.w--current:visited {
  color: #070b3b;
  -webkit-text-stroke-color: #070b3b;
}

.div-block-140 {
  color: #4b7bff;
  flex-direction: column;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.image-61 {
  margin-top: -10px;
  line-height: 1;
}

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

.bold-text-24 {
  color: #fff;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
}

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

.l-facebook-2 {
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.paragraph-75 {
  color: #fff;
  margin-top: 5px;
  font-family: Montserrat, sans-serif;
  line-height: 1;
}

.image-62 {
  height: 40px;
  margin-left: 20px;
}

.div-block-147 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  background-color: #0009;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 0;
  padding-left: 20px;
  padding-right: 20px;
  display: none;
  position: absolute;
  inset: 0%;
}

.div-block-147.prof-hover {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  border-radius: 16px;
  justify-content: flex-start;
  align-items: center;
  height: 100%;
  padding-top: 40px;
  padding-left: 25px;
  padding-right: 25px;
  display: none;
}

.flex-block-23 {
  flex-flow: column;
  width: 100%;
}

.paragraph-78 {
  color: var(--white-web\<deleted\|variable-de34d52e\>);
  text-transform: none;
  max-width: 100%;
  margin-right: auto;
  font-family: Archivo, sans-serif;
  font-size: 14px;
  line-height: 1.4;
}

.flex-block-24 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1440px;
  margin-top: 60px;
}

.image-76, .image-77 {
  width: 36px;
}

.link-10 {
  color: #fff;
  border: 0 #000;
  padding: 5px 10px;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  font-weight: 600;
  text-decoration: none;
}

.link-10:hover {
  color: var(--color-titulo-1);
  border-style: none;
  text-decoration: none;
}

.link-10.w--current {
  color: var(--cor-botao-1);
}

.link-block-12 {
  color: #fff;
  text-align: right;
  background-color: #c6ad5f;
  border-radius: 14px;
  justify-content: space-around;
  align-items: center;
  width: 220px;
  height: 52px;
  margin-top: 0;
  padding: 10px;
  line-height: 1;
  text-decoration: none;
  display: flex;
}

.link-block-12:hover {
  -webkit-text-stroke-color: #7b8507;
  background-color: #000;
  text-decoration: none;
}

.link-block-12.btn-hover:hover {
  background-color: #c6ad5f;
}

.link-block-12.btn-hover.btn-reserver {
  border: 2px solid var(--primary-web);
  background-color: var(--primary-web);
  border-radius: 14px;
  justify-content: center;
  width: auto;
  min-width: 250px;
  margin-top: 3rem;
  padding-left: 20px;
  padding-right: 20px;
}

.link-block-12.btn-hover.btn-reserver:hover {
  border-color: var(--primary-web);
  background-color: var(--primary-web);
  -webkit-text-stroke-color: var(--primary-web);
}

.link-block-12.btn-hover.btn-reserver.btnprof {
  background-color: var(--cor-botao-1);
  margin-top: 0;
}

.link-block-12.btn-hover.btn-reserver.btnprof:hover {
  background-color: var(--texto-color-2);
}

.heading-106 {
  color: var(--texto-color-1);
  text-align: left;
  -webkit-text-stroke-color: #070801;
  text-transform: uppercase;
  margin-top: auto;
  margin-bottom: auto;
  padding-top: 0;
  font-family: "Baloo 2", sans-serif;
  font-size: 26px;
  font-weight: 600;
  line-height: 100%;
}

.html-embed-24 {
  justify-content: center;
  align-items: center;
  width: auto;
  margin-top: auto;
  margin-bottom: auto;
  margin-left: 5px;
  padding-top: 0;
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
  display: flex;
}

.div-block-161 {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 960px;
  margin: 60px auto 0;
  display: flex;
}

.section-12 {
  background-color: var(--bg-fundo1);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: auto;
  padding-top: 0;
  padding-bottom: 100px;
  display: flex;
  position: relative;
}

.link-block-14 {
  color: #fff;
  background-color: #bed500;
  border-radius: 14px;
  justify-content: space-around;
  align-items: center;
  width: 257px;
  height: 66px;
  margin-top: 0;
  text-decoration: none;
  display: flex;
}

.link-block-14:hover {
  -webkit-text-stroke-color: #7b8507;
  background-color: #daec08;
  text-decoration: none;
}

.link-block-14.btn-passos {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: center;
  width: 100%;
  max-width: 280px;
  margin-top: 16px;
  margin-left: auto;
  padding-left: 20px;
  padding-right: 20px;
}

.link-block-14.btn-passos:hover {
  background-color: #716967;
}

.link-block-14.btn-passos.btn-link {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: var(--secondary-web\<deleted\|variable-8044b7bd-8985-1e3c-eb5f-ddc5c572f205\>);
  color: #000;
  max-width: 291px;
  height: 54px;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  text-decoration: none;
}

.link-block-14.btn-passos.btn-link.btn-somos {
  max-width: 443px;
  margin-top: 100px;
}

.link-block-14.btn-passos.btn-link.btn-somos:hover {
  background-color: var(--texto-color-2);
  color: var(--primary-web);
}

.heading-110 {
  color: var(--cor-botao-1);
  -webkit-text-stroke-color: #070801;
  text-transform: uppercase;
  margin-top: auto;
  margin-bottom: auto;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 1;
  text-decoration: none;
}

.slide-18 {
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}

.html-embed-26 {
  margin-top: auto;
  margin-bottom: auto;
  font-size: 20px;
}

.html-embed-26.seta-rese {
  line-height: 1;
}

.image-89 {
  z-index: 0;
  margin-bottom: 155px;
  margin-left: 0;
  position: absolute;
  inset: 340px auto auto 0%;
}

.image-89.seta1 {
  max-width: none;
  max-height: 60px;
  margin-top: 0;
  margin-bottom: 140px;
  margin-left: 0;
  top: 340px;
  bottom: auto;
}

.heading-77 {
  z-index: 2;
  color: var(--color-titulo-1);
  text-align: left;
  background-color: #707173;
  width: 198px;
  margin: auto 0 0 10px;
  padding: 10px 30px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  position: absolute;
  inset: 308px auto auto 24px;
}

.heading-77.ttt {
  text-align: left;
  margin-bottom: 170px;
}

.container-18 {
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  max-width: 700px;
  margin-top: 0;
  display: flex;
}

.container-19 {
  width: 100%;
  max-width: 1040px;
}

.image-90 {
  text-align: left;
  width: 100%;
  max-width: 276px;
  max-height: 344px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: 0;
}

.image-90.estrela {
  z-index: 1;
  width: 40%;
  margin: 5px auto 0;
  position: relative;
  inset: auto 0% -1%;
}

.p-descricao {
  color: #000;
  text-align: left;
  justify-content: center;
  align-items: flex-start;
  width: 72%;
  max-width: none;
  height: auto;
  min-height: 0;
  max-height: none;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: 10px;
  padding-top: 4px;
  padding-left: 0;
  padding-right: 0;
  font-size: 12px;
  font-style: normal;
  line-height: 14px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.div-block-170 {
  text-align: center;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1140px;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
  padding-right: 0;
  display: flex;
}

.div-block-170.depoimentos {
  justify-content: center;
  max-width: none;
}

.heading-111 {
  color: var(--primary-web);
  text-align: center;
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  font-family: Montserrat, sans-serif;
  font-size: 56px;
  font-weight: 600;
  line-height: 66.36px;
  display: flex;
}

.heading-111.txtdep {
  color: var(--texto-color-1);
  margin-right: auto;
  font-size: 36px;
}

.slideralunos {
  color: #000;
  background-color: #0000;
  border-radius: 5.48px;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 328px;
  min-width: 0;
  max-width: 328px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  padding: 0 0 20px;
  display: flex;
  position: relative;
}

.div-block-172 {
  margin: 40px auto;
  display: flex;
}

.heading-112 {
  color: var(--color-titulo-1);
  text-align: left;
  text-transform: none;
  justify-content: flex-start;
  align-items: stretch;
  max-width: none;
  margin: 0 auto 0 0;
  padding-left: 0;
  font-family: Montserrat, sans-serif;
  font-size: 36px;
  font-weight: 700;
  line-height: 1;
  display: flex;
}

.heading-113 {
  color: #fff;
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 2;
}

.image-91 {
  width: auto;
  max-width: 80%;
  height: auto;
  margin-left: 10px;
}

.nona-dobra-3 {
  background-color: #0000;
  background-image: url('../images/Ellipse-12.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: auto;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-bottom: auto;
  padding-top: 60px;
  padding-bottom: 100px;
  display: flex;
}

.nona-dobra-3.nona-b {
  background-image: none;
  margin-top: 0;
  padding-top: 80px;
}

.code-embed-3 {
  margin-left: auto;
  margin-right: auto;
}

.div-block-173 {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 871px;
  margin: 20px auto 50px;
  padding-right: 51px;
  display: flex;
}

.div-block-173.m-playlist {
  flex-direction: column;
  align-items: flex-start;
  padding-right: 0;
}

.div-block-174 {
  width: 100%;
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
}

.div-block-175 {
  background-color: #ccc;
  width: 100%;
  height: 1px;
}

.div-block-175.linha {
  margin-top: 10px;
  margin-bottom: 30px;
}

.section-13 {
  background-color: var(--cor-botao-1);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 320px;
  padding-top: 120px;
  padding-bottom: 60px;
  display: flex;
}

.slider-14 {
  background-color: #0000;
  width: 100%;
  max-width: 328px;
  height: auto;
}

.slide-22, .slide-23, .slide-24 {
  width: auto;
  margin-left: 10px;
  margin-right: 10px;
}

.icon-25, .icon-26 {
  color: var(--primary-web);
}

.left-arrow-7, .right-arrow-8 {
  display: block;
}

.slide-nav-7 {
  color: var(--primary-web);
  display: none;
  bottom: -10%;
}

.slider-15 {
  background-color: #0000;
  width: 100%;
  height: 100%;
  min-height: 0;
}

.image-97 {
  width: 100%;
  height: auto;
  min-height: 0;
}

.slide-nav-8, .right-arrow-9, .left-arrow-8 {
  display: none;
}

.slide-29 {
  width: 481px;
  min-width: 0;
  max-width: none;
  height: auto;
}

.slide-29.slider-center1 {
  margin-left: 0%;
}

.slide-29.slider-desktop-forca {
  width: 0;
}

.button-13 {
  z-index: 2;
  background-color: var(--cor-botao-1);
  color: var(--texto-color-1);
  border-radius: 9px;
  justify-content: center;
  align-items: center;
  width: 222px;
  height: 54px;
  margin-bottom: 10px;
  margin-left: auto;
  margin-right: auto;
  font-family: Gotham, Arial, sans-serif;
  font-size: 20px;
  font-weight: 700;
  display: flex;
  position: relative;
  inset: 0 0% 0%;
}

.button-13:hover {
  background-color: var(--texto-color-2);
}

.serv-hover {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: #fff;
  background-color: #000000b3;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  padding: 30px 20px 10px;
  display: none;
  position: absolute;
  inset: 0%;
}

.div-block-182 {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  background-image: url('../images/ioga.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 488px;
  padding-bottom: 0;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.div-block-182.serv-img2 {
  background-color: #000;
  background-image: linear-gradient(#000000a6 100%, #0003), url('../images/pilates1.png');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  height: 488px;
}

.div-block-182.serv-img3 {
  background-image: url('../images/forca1.png');
}

.div-block-182.serv-img3.desktop-slider-forca {
  display: none;
}

.div-block-182.serv-img5 {
  background-image: url('../images/kids.png');
  margin-left: 0;
}

.div-block-182.serv-img5.center-slider {
  margin-left: 0%;
}

.div-block-182.serv-img6 {
  background-image: url('../images/fisioterapia.png');
}

.div-block-182.img1 {
  background-image: url('../images/bike-ciclo.png');
}

.heading-118 {
  color: var(--texto-color-2);
  text-align: center;
  text-transform: uppercase;
  min-height: 100px;
  margin-bottom: 0;
  font-size: 32px;
  font-weight: 800;
}

.heading-118.h1c {
  color: var(--cor-botao-1);
}

.paragraph-93 {
  text-align: center;
  width: auto;
  max-width: 351px;
  margin-top: 10px;
  margin-bottom: .5rem;
  font-family: Archivo, sans-serif;
  font-size: 14px;
  line-height: 1.2;
}

.button-12 {
  background-color: var(--cor-botao-1);
  color: var(--texto-color-1);
  text-transform: uppercase;
  border-radius: 9px;
  justify-content: center;
  align-items: center;
  width: 291px;
  height: 54px;
  margin-left: auto;
  margin-right: auto;
  font-family: Gotham, Arial, sans-serif;
  font-size: 20px;
  font-weight: 700;
  display: flex;
}

.button-12:hover {
  background-color: var(--texto-color-2);
}

.icon-28 {
  color: var(--cor-botao-1);
  margin-left: 0;
}

.slide-nav-9 {
  z-index: 1;
  display: block;
}

.slide-31 {
  width: 481px;
  min-width: 0;
  max-width: none;
}

.icon-27 {
  color: var(--cor-botao-1);
  margin-right: 0;
}

.slider-16 {
  background-color: #0000;
  width: 100%;
  min-width: auto;
  max-width: 963px;
  min-height: 489px;
  margin-top: 0;
}

.left-arrow-9 {
  display: block;
}

.container-21 {
  flex-flow: wrap;
  justify-content: space-around;
  align-items: center;
  width: 100%;
  display: flex;
}

.div-block-183, .div-block-184 {
  width: 50%;
  min-width: 320px;
}

.div-block-185 {
  width: 100%;
  height: 100%;
}

.paragraph-94 {
  color: var(--cor-botao-1);
  text-align: center;
  text-transform: uppercase;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 31.2px;
}

.container-22 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 980px;
  height: 100%;
  display: flex;
}

.heading-119 {
  color: var(--texto-color-1);
  -webkit-text-stroke-color: #070801;
  text-transform: uppercase;
  margin-top: auto;
  margin-bottom: auto;
  font-family: Gotham, Arial, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 1;
  text-decoration: none;
}

.div-block-186 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.paragraph-95 {
  color: var(--cor-botao-1);
  text-align: center;
  max-width: 262px;
  margin-top: 0;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  line-height: 24.22px;
}

.paragraph-95.p3 {
  margin-top: 0;
}

.div-block-187 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: #0000;
  border-radius: 16px;
  flex-flow: wrap;
  place-content: space-around center;
  align-items: flex-start;
  width: 100%;
  max-width: 871px;
  height: auto;
  margin-top: auto;
  margin-bottom: auto;
  margin-left: 10%;
  display: flex;
  position: absolute;
  inset: 0% 0 0% 1%;
}

.div-block-187.d-reservas {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  place-content: center;
  max-width: none;
  min-height: 0;
  max-height: 100%;
  margin: 0 auto;
  position: relative;
}

.right-arrow-10 {
  margin-right: -20px;
}

.div-block-188 {
  background-color: var(--bg-fundo1);
  color: #0000;
  border-radius: 16px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 312px;
  max-width: none;
  height: 100%;
  min-height: 319px;
  max-height: 319px;
  padding: 40px 10px 0;
  display: flex;
}

.heading-120 {
  color: var(--cor-botao-1);
  margin-left: 0;
  font-size: 54px;
  font-weight: 700;
  line-height: 63.99px;
  display: block;
}

.link-block-16 {
  color: #fff;
  background-color: #bed500;
  border-radius: 14px;
  justify-content: space-around;
  align-items: center;
  width: 257px;
  height: 66px;
  margin-top: 0;
  text-decoration: none;
  display: flex;
}

.link-block-16:hover {
  -webkit-text-stroke-color: #7b8507;
  background-color: #daec08;
  text-decoration: none;
}

.link-block-16.btn-passos {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: center;
  width: 100%;
  max-width: 280px;
  margin-top: 16px;
  margin-left: auto;
  padding-left: 20px;
  padding-right: 20px;
}

.link-block-16.btn-passos:hover {
  background-color: #716967;
}

.link-block-16.btn-passos.btn-link {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: var(--cor-botao-1);
  color: #000;
  max-width: 291px;
  height: 54px;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  text-decoration: none;
}

.link-block-16.btn-passos.btn-link:hover {
  background-color: var(--texto-color-2);
}

.html-embed-27 {
  margin-top: auto;
  margin-bottom: auto;
  font-size: 20px;
}

.html-embed-27.seta-rese {
  line-height: 1;
}

.section-15 {
  color: #fff;
  background-color: #707173;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 480px;
  margin-top: 51px;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.left-arrow-10 {
  margin-left: -20px;
}

.mask-11 {
  height: 100%;
}

.div-block-189 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: #0000;
  border-radius: 16px;
  flex-flow: wrap;
  place-content: space-around center;
  align-items: flex-start;
  width: 100%;
  max-width: 871px;
  height: auto;
  margin-top: auto;
  margin-bottom: auto;
  margin-left: 10%;
  display: flex;
  position: absolute;
  inset: 0% 0 0% 1%;
}

.div-block-189.d-reservas {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: row;
  place-content: center space-between;
  align-items: flex-start;
  max-width: none;
  max-height: 319px;
  margin: 40px 0 0;
  position: static;
  inset: 0% 0% auto;
}

.heading-121 {
  color: var(--cor-botao-1);
  text-transform: uppercase;
  font-family: Montserrat, sans-serif;
  font-size: 36px;
  font-weight: 700;
}

.grid-8 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-width: 320px;
  max-width: 1200px;
  display: flex;
  position: relative;
}

.div-block-190 {
  color: var(--texto-color-1);
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: auto;
  max-width: 681px;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  display: flex;
}

.div-block-190.txtmodalidade {
  color: var(--color-titulo-1);
}

.container-23 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: var(--color-titulo-1);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1440px;
  font-size: 56px;
  display: flex;
}

.div-block-191 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  max-width: 50%;
  display: flex;
  position: relative;
  inset: auto;
}

.section-16 {
  background-image: url('../images/Ellipse-11.svg');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: auto;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 600px;
  padding-bottom: 100px;
  display: flex;
}

.section-16.sec-unidades {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  background-color: var(--bg-fundo1);
  color: #bed500;
  background-image: none;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  padding: 90px 0 0;
}

.container-unidades-2 {
  background-color: var(--cor-botao-1);
  color: #fff;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: none;
  min-height: 316px;
  padding: 60px 20px;
  display: flex;
}

.container-unidades-2.unidade2 {
  background-color: #707173;
}

.paragraph-98 {
  color: var(--color-titulo-1);
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 600;
  line-height: 2;
  text-decoration: none;
}

.paragraph-98.txt-agendar {
  color: var(--texto-color-1);
}

.heading-122 {
  color: var(--primary-web);
  text-transform: uppercase;
  margin-bottom: 1rem;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 700;
}

.heading-122.h1modalidade {
  color: var(--color-titulo-1);
  margin-bottom: 1rem;
}

.heading-123 {
  color: var(--color-titulo-1);
  text-align: center;
  text-transform: uppercase;
  width: 100%;
  margin-bottom: 2rem;
  margin-left: auto;
  margin-right: auto;
  font-family: Montserrat, sans-serif;
  font-size: 36px;
  font-weight: 900;
}

.link-block-17 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  text-align: center;
  background-color: #22362b;
  border-radius: 9px;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 356px;
  height: 54px;
  line-height: 1;
  text-decoration: none;
  display: flex;
}

.link-block-17.btnunidade {
  background-color: var(--primary-web);
  max-width: 291px;
  font-family: Gotham, Arial, sans-serif;
  font-size: 20px;
}

.link-block-17.btnunidade:hover {
  background-color: var(--texto-color-2);
  color: var(--primary-web);
}

.link-block-17.btnunidade.btnmodalidade2 {
  background-color: var(--cor-botao-1);
}

.link-block-17.btnunidade.btnmodalidade2:hover {
  background-color: var(--texto-color-2);
}

.image-108 {
  width: 340px;
  max-width: none;
}

.image-108.imgestudio {
  height: 333px;
}

.image-108.imgaulas, .image-108.imgcompras, .image-108.imgcancelamento, .image-108.imgtransferencia {
  width: auto;
  height: 333px;
}

.image-108.imgspinn {
  width: auto;
  max-width: 500px;
  height: auto;
}

.image-108.imgspinn.imgspa {
  max-height: 420px;
}

.image-110 {
  display: none;
}

.heading-124 {
  color: #000;
  text-transform: uppercase;
  max-width: 426px;
  font-size: 90px;
  line-height: 90px;
}

.paragraph-100 {
  color: #000;
  max-width: none;
}

.div-block-193 {
  color: var(--cor-botao-1);
  justify-content: flex-start;
  align-items: flex-start;
  width: 80%;
  max-width: 960px;
  margin-top: 20px;
  margin-bottom: 10px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.code-embed-4 {
  width: 100%;
}

.paragraph-101 {
  color: var(--cor-botao-1);
  width: auto;
  margin-left: 10px;
  line-height: 120%;
}

.paragraph-102 {
  color: var(--texto-color-1);
  text-transform: uppercase;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 700;
  line-height: 2;
  text-decoration: none;
}

.link-block-18 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  text-align: center;
  background-color: #22362b;
  border-radius: 9px;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 356px;
  height: 54px;
  line-height: 1;
  text-decoration: none;
  display: flex;
}

.link-block-18.btn-loc {
  background-color: var(--cor-botao-1);
  max-width: 257px;
}

.link-block-18.btn-loc:hover {
  background-color: var(--texto-color-2);
}

.div-block-194 {
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  max-width: 960px;
  padding-left: 22px;
  display: flex;
}

.paragraph-103 {
  color: var(--texto-color-2);
}

.heading-125 {
  color: var(--cor-botao-1);
  text-align: left;
  text-transform: uppercase;
  justify-content: space-between;
  align-items: flex-start;
  max-width: none;
  margin: 0 auto 0 0;
  padding-left: 0;
  font-family: Gotham, Arial, sans-serif;
  font-size: 56px;
  font-weight: 700;
  line-height: 1;
  display: flex;
}

.div-block-195 {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 871px;
  margin: 20px auto 50px;
  padding-right: 51px;
  display: flex;
}

.div-block-195.m-playlist {
  color: var(--cor-botao-1);
  flex-direction: column;
  align-items: flex-start;
  max-width: 920px;
  padding-right: 0;
  font-size: 36px;
  font-weight: 700;
}

.image-114, .image-115 {
  height: 366px;
}

.slider-17 {
  background-color: #0000;
  width: 100%;
  max-width: 693px;
  height: 100%;
  max-height: 366px;
  overflow: visible;
}

.slide-35 {
  width: auto;
  max-width: 346px;
}

.icon-31 {
  color: var(--cor-botao-1);
  left: 0;
}

.image-116 {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  width: auto;
  height: 366px;
  max-height: none;
}

.section-17 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: auto;
  min-height: auto;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.icon-32 {
  color: var(--cor-botao-1);
}

.left-arrow-11 {
  margin-left: 0%;
  margin-right: 0;
  left: 0%;
}

.right-arrow-11 {
  margin-right: 0%;
  right: 0%;
}

.slide-36 {
  width: auto;
  max-width: 346px;
}

.flex-block-25 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: center;
  align-items: center;
  width: 100%;
}

.link-12 {
  color: var(--color-titulo-1);
  text-transform: uppercase;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
}

.div-block-196 {
  background-color: var(--cor-botao-1);
  width: 1px;
  height: 16px;
}

.paragraph-104 {
  color: var(--texto-color-1);
  margin-bottom: 1rem;
  font-family: Montserrat, sans-serif;
  font-size: .87rem;
  font-weight: 800;
}

.paragraph-104.h1modalidade {
  color: var(--color-titulo-1);
}

.paragraph-105 {
  color: var(--texto-color-1);
  text-align: justify;
  margin-top: 0;
  margin-bottom: 20px;
}

.paragraph-105.h1modalidade {
  color: var(--color-titulo-1);
  text-align: justify;
}

.paragraph-106 {
  color: var(--texto-color-1);
  margin-bottom: .5rem;
}

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

.text-span-68.h1modalidade {
  color: var(--color-titulo-1);
}

.list-2 {
  color: var(--color-titulo-1);
  margin-bottom: 1.5rem;
}

.list-2.listmodalidade1 {
  color: var(--texto-color-1);
}

.paragraph-107 {
  font-family: Montserrat, sans-serif;
}

.text-span-69 {
  font-size: 1.75rem;
}

.text-span-70, .text-span-71, .text-span-72, .text-span-73, .text-span-74, .text-span-75, .text-span-76, .text-span-77, .text-span-78, .text-span-79, .text-span-80, .text-span-81, .text-span-82, .text-span-83, .text-span-84, .text-span-85, .bold-text-27, .text-span-86, .text-span-87 {
  font-size: 1.25rem;
}

.paragraph-108 {
  font-family: Montserrat, sans-serif;
}

.text-span-88 {
  font-size: 1.75rem;
}

.text-span-89, .text-span-90, .text-span-91, .text-span-92, .text-span-93 {
  font-size: 1.25rem;
}

.text-span-94 {
  font-size: 1.75rem;
}

.text-span-95, .text-span-96, .text-span-97 {
  font-size: 1.25rem;
}

.text-span-98 {
  font-size: 1.75rem;
}

.text-span-99, .text-span-100, .text-span-101, .text-span-102, .text-span-103, .text-span-104 {
  font-size: 1.25rem;
}

.slideequipe {
  background-color: #0000;
  width: 359px;
  height: 100%;
  margin-top: 60px;
}

.div-block-107 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  min-height: auto;
  margin-bottom: 20px;
  display: flex;
}

.code-embed {
  width: 100%;
  min-height: 0;
}

.code-embed-5 {
  width: 100%;
}

.menu-button-2.menu-mobile-action {
  display: none;
}

.code-embed-6 {
  width: 100%;
}

.pagekraft-auth-logout.button-secondary {
  color: #fff;
  cursor: pointer;
  background-color: #0000;
  height: 45px;
  padding-top: 0;
  padding-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 1;
  transition-property: none;
  display: none;
}

.pagekraft-auth-logout.button-secondary:hover {
  border-color: var(--cor-botao-1);
  background-color: var(--cor-botao-1);
  box-shadow: none;
  color: var(--bg-fundo1);
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  display: flex;
}

.paragraph-7 {
  margin-bottom: 0;
  line-height: 1;
}

.button-secondary {
  color: #bed500;
  cursor: pointer;
  background-color: #fff0;
  border: 2px solid #f0f0f0e6;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  padding: 10px 24px;
  font-size: 14px;
  font-weight: 700;
  transition: box-shadow .15s;
  display: flex;
}

.button-secondary:hover {
  box-shadow: inset 0 2px 5px 40vh #f0f0f0e6;
}

.button-secondary.pagekraft-auth-my-account {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  color: var(--cor-botao-1);
  background-color: #0000;
  justify-content: center;
  align-items: center;
  min-width: 193px;
  height: 45px;
  padding: 0 20px;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 1;
  text-decoration: none;
  transition-property: none;
  display: none;
}

.button-secondary.pagekraft-auth-my-account:hover {
  background-color: var(--transparent);
  box-shadow: none;
  border-style: solid;
  border-color: #fff;
  display: none;
}

.code-embed-48 {
  color: var(--texto-color-2);
  line-height: 1;
}

.button-primary {
  background-color: #bed500;
  border-radius: 6px;
  font-weight: 500;
  line-height: 25px;
}

.button-primary.pagekraft-auth-login {
  background-color: var(--cor-botao-1);
  color: var(--bg-fundo1);
  justify-content: center;
  align-items: center;
  height: 45px;
  padding-top: 0;
  padding-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 1;
  display: none;
}

.button-primary.pagekraft-auth-login:hover {
  display: none;
}

.div-block-197 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  min-width: 0;
  display: flex;
}

.pagekraft-auth-register.button-secondary {
  border-style: solid;
  border-color: var(--cor-botao-1);
  color: var(--cor-botao-1);
  background-color: #0000;
  height: 45px;
  padding: 0 15px;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 1;
  transition-property: none;
  display: none;
}

.pagekraft-auth-register.button-secondary:hover {
  border-color: var(--cor-botao-1);
  background-color: var(--cor-botao-1);
  box-shadow: none;
  color: var(--primary-web);
}

.pagekraft-auth-checkout {
  background-color: var(--transparent);
  color: var(--texto-color-2);
  border: 2px solid #f0f0f0e6;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  width: 45px;
  height: 45px;
  line-height: 1;
  display: flex;
}

.code-embed-14 {
  color: #b99df4;
}

.code-embed-14.car-shopping.pagekraft-auth-checkout {
  background-color: var(--transparent);
  color: #fff;
  cursor: pointer;
  border: 2px solid #f8faff;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  padding: 0;
  transition: box-shadow .15s;
  display: flex;
}

.code-embed-14.car-shopping.pagekraft-auth-checkout:hover {
  background-color: var(--transparent);
  color: var(--texto-color-2);
}

.bold-text-28 {
  font-weight: 600;
}

@media screen and (min-width: 1280px) {
  .image {
    width: auto;
  }

  .section-banner-home {
    height: auto;
    max-height: none;
  }

  .link-10 {
    font-size: 16px;
  }

  .container-18 {
    max-width: 1220px;
    display: flex;
  }

  .slider-14 {
    max-width: 700px;
  }

  .slide-29.slider-desktop-forca {
    width: 0;
  }

  .div-block-182.serv-img3.desktop-slider-forca {
    display: none;
  }

  .left-arrow-11 {
    margin-left: 0%;
  }

  .right-arrow-11 {
    margin-right: 0%;
  }

  .slideequipe {
    width: 1076px;
  }

  .bold-text-28 {
    font-weight: 600;
  }
}

@media screen and (min-width: 1440px) {
  .section-banner-home {
    max-width: 100%;
    height: auto;
    max-height: none;
  }

  .link-block-12 {
    width: 257px;
    height: 69px;
  }

  .container-18 {
    width: 100%;
    max-width: none;
    display: flex;
  }

  .slide-29 {
    width: 480px;
  }

  .slide-29.slider-center-2 {
    margin-left: 0%;
  }

  .slide-29.slider-center-2.desktop-slider-1 {
    width: auto;
    max-width: 0;
    margin-left: 0%;
  }

  .slide-29.slider-center1 {
    margin-left: 0%;
  }

  .slide-29.slider-desktop-forca {
    width: 480px;
  }

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

  .div-block-182.serv-img3.desktop-slider-forca {
    display: flex;
  }

  .div-block-182.serv-img5.center-slider {
    margin-left: 0%;
  }

  .div-block-182.desktop-slider1-ioga {
    display: none;
  }

  .slide-31 {
    width: 480px;
  }

  .slider-16 {
    max-width: none;
  }

  .slider-17 {
    max-width: 1384px;
    height: 100%;
    max-height: 366px;
  }

  .left-arrow-11 {
    margin-left: 0%;
  }

  .right-arrow-11 {
    margin-right: 0%;
  }

  .slideequipe {
    width: 1076px;
  }
}

@media screen and (min-width: 1920px) {
  .c-container {
    flex-flow: row;
    justify-content: space-between;
    max-width: 1920px;
  }

  .section-banner-home {
    height: auto;
    max-height: none;
    margin-top: 100px;
  }

  .link-block-12 {
    width: 257px;
    height: 69px;
  }

  .container-18 {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
    max-width: 1220px;
    display: flex;
  }

  .image-97 {
    width: 100%;
  }

  .slide-29.slider-center-2 {
    margin-left: 0%;
  }

  .div-block-191 {
    bottom: -25%;
  }

  .left-arrow-11 {
    margin-left: -5%;
  }

  .right-arrow-11 {
    margin-right: -5%;
  }

  .bold-text-28 {
    font-weight: 600;
  }
}

@media screen and (max-width: 991px) {
  .utility_block {
    width: 95%;
  }

  .l-nav {
    background-color: var(--bg-fundo1);
    mix-blend-mode: normal;
    align-self: flex-start;
    position: fixed;
    inset: 0 0%;
  }

  .c-container {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    background-color: #0000;
    flex-direction: row;
    flex: 0 auto;
    order: 0;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-start;
    align-self: center;
    align-items: flex-start;
    width: 100%;
    min-width: 100%;
    max-width: none;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
    display: flex;
    position: static;
  }

  .c-nav-logo {
    text-align: left;
    flex-direction: row;
    flex: 1;
    order: 1;
    justify-content: center;
    align-self: center;
    align-items: center;
    display: flex;
  }

  .c-nav-logo.w--current {
    flex: 1;
    order: 1;
    min-width: 0;
    margin-right: 0;
    display: block;
  }

  .c-nav-link {
    color: var(--white-web\<deleted\|variable-de34d52e\>);
    margin-left: 0;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 5px;
    line-height: 1.5;
  }

  .c-nav-link:hover {
    color: var(--yellow\<deleted\|variable-8ba44cf5\>);
  }

  .c-nav-link:active, .c-nav-link:focus {
    color: var(--white-web\<deleted\|variable-de34d52e\>);
  }

  .nav-menu {
    object-fit: contain;
    background-color: #000;
    flex-direction: column;
    flex: 0 auto;
    justify-content: flex-start;
    align-self: center;
    width: 0%;
    height: 0;
    margin-top: 0;
    margin-left: -2000px;
    padding-top: 0;
    padding-left: 0;
    overflow: hidden;
  }

  .image {
    text-align: left;
    flex: 0 auto;
    order: 1;
    align-self: center;
    width: auto;
    max-height: none;
    margin-left: auto;
    margin-right: auto;
    display: block;
    overflow: auto;
  }

  .c-nav-compra {
    background-color: #0000;
    display: none;
  }

  .menu-button {
    background-color: #0000;
    flex: 0 auto;
    order: -1;
    justify-content: flex-start;
    align-self: center;
    align-items: flex-start;
    width: auto;
    padding-right: 18px;
    display: block;
  }

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

  .passos {
    width: auto;
    height: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .grid {
    grid-template-rows: auto auto;
    grid-template-columns: 50% 50% 50% 50%;
    grid-auto-flow: column;
    justify-content: stretch;
  }

  .coluna {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: stretch;
    width: 290px;
    height: 360px;
    max-height: 360px;
    padding-top: 30px;
    padding-bottom: 30px;
    display: flex;
  }

  .heading-6 {
    font-size: 5rem;
  }

  .heading-8 {
    text-align: center;
    font-size: 1.1rem;
  }

  .db-agenda.padding-default {
    padding-left: 0;
    padding-right: 0;
  }

  .html-embed-2.login-top {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    display: block;
  }

  .navigation {
    display: none;
  }

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

  .f-container {
    justify-content: space-between;
    align-items: stretch;
    display: block;
  }

  .grid-2 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: wrap;
    grid-template-rows: auto;
    grid-template-columns: 25% 25% 25% 25%;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    place-content: flex-start space-between;
    place-items: center;
    padding-left: 10px;
    padding-right: 10px;
    display: flex;
  }

  .div-block-4 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    order: 1;
    grid-template-rows: 100% auto;
    grid-template-columns: 50% 1fr;
    grid-auto-columns: 1fr;
    align-self: flex-start;
    min-width: 320px;
    margin-bottom: 40px;
    padding-left: 0;
    font-size: .8rem;
    display: flex;
  }

  .f-r-link {
    font-size: 1rem;
  }

  .heading-11 {
    font-size: .875rem;
  }

  .div-block-5 {
    order: -1;
    align-self: center;
    align-items: center;
    width: auto;
  }

  .image-3 {
    width: 228px;
    max-width: 100%;
    height: 96px;
  }

  .html-embed-3 {
    width: 100%;
    height: 100%;
    display: block;
    position: static;
    inset: 0% 0% auto;
  }

  .icon {
    background-color: #c0ff72;
    display: none;
  }

  .box-r-sociais.menu {
    margin-top: 0%;
    padding-bottom: 40px;
    padding-left: 20px;
    display: block;
  }

  .box-r-sociais.menu.social-box-menu {
    margin-top: 10%;
    font-size: .875rem;
    display: none;
  }

  .heading-12 {
    text-align: left;
    font-size: .875rem;
  }

  .heading-12.rs-mobile {
    color: #d45700;
  }

  .div-block-16 {
    align-items: center;
  }

  .html-embed-9 {
    color: var(--yellow-green\<deleted\|variable-616c0c51\>);
    cursor: pointer;
    display: flex;
  }

  .html-embed-10 {
    cursor: pointer;
    display: flex;
  }

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

  .div-block-21 {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .div-block-21.p-click-21 {
    margin-top: 20px;
    overflow: hidden;
  }

  .heading-13.p-mouse {
    display: none;
    overflow: visible;
  }

  .heading-15 {
    color: #c9c9c9;
    font-size: 1.05rem;
  }

  .heading-15.p-clickaqui {
    display: block;
  }

  .html-embed-11 {
    padding-top: 0;
  }

  .div-block-22 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding-top: 40px;
    padding-bottom: 10px;
    padding-left: 0;
    display: flex;
  }

  .button-3 {
    color: var(--white-web\<deleted\|variable-de34d52e\>);
    cursor: pointer;
    background-color: #0000;
    border-radius: 50px;
    justify-content: center;
    align-items: center;
    width: 48px;
    height: 48px;
    margin-top: 10px;
    font-size: 24px;
    font-weight: 500;
    line-height: 2;
    display: flex;
    position: static;
    inset: 13% 0% auto 50%;
  }

  .div-block-23 {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    height: auto;
    margin-top: 40px;
    margin-bottom: 20px;
    padding-left: 0;
    display: flex;
    position: static;
    inset: auto 0% 15%;
  }

  .image-4 {
    width: 32px;
    max-width: none;
    height: 24px;
  }

  .car-mobile {
    order: 1;
    align-self: center;
    height: auto;
    display: block;
  }

  .html-embed-13 {
    margin-bottom: 0;
    margin-right: 0;
    display: none;
  }

  .bold-text {
    font-size: 1.1rem;
  }

  .facebook-icon {
    cursor: pointer;
    display: flex;
  }

  .instagram-icon {
    cursor: pointer;
  }

  .youtube-icon {
    cursor: pointer;
    display: flex;
  }

  .social-links-footer {
    align-items: center;
  }

  .body-home {
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
  }

  .bold-text-3 {
    color: var(--white-web\<deleted\|variable-de34d52e\>);
  }

  .carrossel-professores {
    background-color: #0000;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    display: block;
    position: relative;
  }

  .carrossel-professores.carrossel-passos {
    justify-content: center;
    align-self: center;
    align-items: center;
    height: 374px;
    display: flex;
    position: absolute;
  }

  .div-block-49 {
    padding-left: 0;
    display: block;
  }

  .div-block-50 {
    background-color: var(--black-web\<deleted\|variable-bfcf3dbe\>);
    width: 80%;
    height: 100%;
    min-height: 100vh;
    margin-top: -50px;
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 40px;
    display: none;
    position: absolute;
    inset: 0%;
  }

  .nona-dobra-2 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-top: 90px;
    display: flex;
  }

  .nona-dobra-2.depoimentos {
    background-image: none;
    background-position: 100% 100%;
    background-size: 480px;
    padding-bottom: 60px;
  }

  .html-embed-17 {
    margin-top: 10px;
  }

  .container-3 {
    justify-content: flex-start;
    align-items: center;
    max-width: 100%;
  }

  .section-banner-home {
    justify-content: center;
    align-items: center;
    height: auto;
    min-height: auto;
    margin-top: 100px;
  }

  .section-4 {
    padding-bottom: 100px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .coluna-2 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: flex;
  }

  .mask-4 {
    width: 358px;
    height: auto;
    line-height: 1;
  }

  .slide-nav-3 {
    margin-bottom: -40px;
  }

  .slider-wrapper-2 {
    justify-content: center;
    align-items: flex-start;
    display: flex;
  }

  .right-arrow-4 {
    margin-right: 0;
  }

  .left-arrow-3 {
    margin-left: 0;
  }

  .slide-5 {
    vertical-align: baseline;
    max-height: 521px;
    margin-bottom: 0;
  }

  .icon-10 {
    color: var(--cor-botao-1);
  }

  .icon-10.esquerda {
    color: var(--color-titulo-1);
  }

  .logo-wrapper-2 {
    margin-top: 0;
  }

  .social-links-footer-2 {
    justify-content: center;
    align-items: center;
  }

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

  .heading-103 {
    font-size: .875rem;
  }

  .grid-6 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: row;
    grid-template-rows: auto auto auto auto auto;
    grid-template-columns: 50%;
    grid-auto-columns: 1fr;
    grid-auto-flow: column dense;
    place-content: flex-start center;
    place-items: start center;
    padding: 0 10px 60px;
    display: grid;
  }

  .div-block-140 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    order: 1;
    grid-template-rows: 100% auto;
    grid-template-columns: 50% 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-start;
    align-self: flex-start;
    align-items: center;
    margin-top: 20px;
    padding-left: 0;
    font-size: .8rem;
    display: flex;
  }

  .bold-text-24 {
    font-size: 18px;
  }

  .link-block-12.btn-hover {
    margin-top: 0;
  }

  .link-block-12.btn-hover.btn-reserver {
    max-width: 320px;
    margin-top: 2rem;
  }

  .div-block-161 {
    flex-flow: column;
    justify-content: center;
    margin-bottom: 40px;
  }

  .link-block-14.btn-passos.btn-link {
    margin-top: 0;
    position: absolute;
    bottom: 40px;
  }

  .link-block-14.btn-passos.btn-link.btn-somos {
    margin-top: 0;
    margin-bottom: 40px;
    position: relative;
  }

  .slide-18 {
    width: 100%;
    margin-top: auto;
    margin-bottom: auto;
    margin-left: auto;
  }

  .image-89 {
    margin-bottom: 140px;
  }

  .heading-77 {
    margin-top: 317px;
    margin-bottom: 200px;
    margin-left: 0;
    font-size: 12.78px;
    font-weight: 700;
    line-height: 13.9px;
    top: -5px;
    left: 35px;
  }

  .container-18 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    width: 100%;
    max-width: 300px;
    display: block;
  }

  .container-19 {
    flex-direction: column;
    width: 100%;
    max-width: 728px;
    display: flex;
  }

  .image-90 {
    margin-bottom: 10px;
    margin-right: 0;
  }

  .image-90.estrela {
    width: 50%;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: auto;
  }

  .p-descricao {
    margin-bottom: 20px;
    padding-top: 0;
  }

  .div-block-170 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-direction: row;
    justify-content: space-between;
    margin-left: auto;
    padding-left: 40px;
    padding-right: 0;
  }

  .div-block-170.depoimentos {
    margin-left: auto;
    padding-left: 0;
  }

  .heading-111 {
    text-align: center;
    margin: 0 auto;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 56px;
  }

  .slideralunos {
    display: flex;
  }

  .heading-112 {
    text-align: center;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: auto;
  }

  .nona-dobra-3 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-top: 90px;
    display: flex;
  }

  .nona-dobra-3.nona-b {
    flex-direction: column;
    display: flex;
  }

  .div-block-173 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    justify-content: space-between;
    margin-bottom: 0;
    margin-left: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-173.m-playlist {
    margin-left: 0;
    padding-left: 25px;
    padding-right: 25px;
  }

  .section-13 {
    padding-top: 60px;
    padding-bottom: 0;
    position: relative;
  }

  .slider-14 {
    width: 100%;
    max-width: 315px;
    display: block;
  }

  .slide-22, .slide-23, .slide-24 {
    width: 328px;
    margin-left: 10px;
    margin-right: 10px;
  }

  .icon-25 {
    margin-right: 0;
  }

  .icon-26 {
    margin-left: 0;
  }

  .left-arrow-7, .right-arrow-8 {
    display: block;
  }

  .slide-29 {
    width: 100%;
    max-width: 482px;
  }

  .slide-29.slider-center-2.desktop-slider-1 {
    max-width: 0;
  }

  .slide-29.slider-center1 {
    margin-left: 0%;
  }

  .div-block-182 {
    margin-left: auto;
    margin-right: auto;
  }

  .div-block-182.desktop-slider1-ioga {
    display: none;
  }

  .heading-118 {
    min-height: 100px;
  }

  .button-12 {
    background-color: var(--color-titulo-1);
    color: var(--primary-web);
  }

  .icon-28 {
    color: var(--cor-botao-1);
  }

  .slide-nav-9 {
    display: block;
  }

  .slide-31 {
    width: 100%;
    max-width: 482px;
  }

  .icon-27 {
    color: var(--cor-botao-1);
  }

  .slider-16 {
    width: 100%;
    min-width: auto;
    max-width: 482px;
  }

  .left-arrow-9 {
    display: block;
  }

  .container-21 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column;
    margin-bottom: 60px;
  }

  .div-block-183 {
    width: 50%;
  }

  .icon-29 {
    color: var(--cor-botao-1);
    left: 0;
    right: auto;
  }

  .container-22 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .slide-32 {
    margin-left: 0;
  }

  .icon-30 {
    color: var(--cor-botao-1);
    -webkit-text-stroke-width: 0px;
    background-color: #0000;
    font-family: "Baloo 2", sans-serif;
    left: auto;
    right: 0;
  }

  .div-block-187 {
    margin-left: auto;
    margin-right: auto;
    display: none;
  }

  .div-block-187.d-reservas {
    max-width: 100%;
    min-height: 379px;
    display: flex;
  }

  .right-arrow-10 {
    background-color: #0000;
  }

  .div-block-188 {
    text-align: center;
    width: 300px;
    min-height: 319px;
    max-height: 319px;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
  }

  .link-block-16.btn-passos.btn-link {
    margin-top: 0;
    position: absolute;
    bottom: -100px;
  }

  .slide-nav-10 {
    top: auto;
    bottom: 0;
  }

  .section-15 {
    padding-bottom: 140px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .slide-33 {
    margin-left: 0;
  }

  .mask-11 {
    background-color: #0000;
    flex: 0 auto;
    align-self: center;
    margin-left: auto;
    margin-right: auto;
  }

  .div-block-189 {
    margin-left: auto;
    margin-right: auto;
    display: none;
  }

  .grid-8 {
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

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

  .div-block-191 {
    justify-content: center;
    align-items: center;
    max-width: 100%;
    display: flex;
    position: relative;
    bottom: 0%;
  }

  .container-unidades-2 {
    box-shadow: none;
  }

  .link-block-17.btnunidade {
    flex-flow: row;
    display: flex;
  }

  .div-block-194 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .heading-125 {
    text-align: center;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
    font-size: 36px;
  }

  .div-block-195 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    justify-content: space-between;
    margin-bottom: 0;
    margin-left: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-195.m-playlist {
    margin-left: 0;
    padding-left: 25px;
    padding-right: 25px;
  }

  .slider-17 {
    max-width: 346px;
  }

  .section-17 {
    margin-left: auto;
    margin-right: auto;
  }

  .left-arrow-11 {
    margin-left: 0%;
    left: 0%;
  }

  .right-arrow-11 {
    margin-right: 0%;
    right: 0%;
  }

  .flex-block-25 {
    flex-flow: wrap;
  }

  .div-block-107 {
    min-height: auto;
  }

  .menu-button-2 {
    background-color: #c0ff72;
    flex: 0 auto;
    order: -1;
    justify-content: flex-start;
    align-self: center;
    align-items: flex-start;
    margin-left: 0;
    padding-right: 18px;
    display: block;
  }

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

  .menu-button-2.menu-mobile-action.w--open {
    background-color: #c0ff72;
  }

  .button-secondary {
    padding: 10px 24px;
  }

  .bold-text-28 {
    font-weight: 600;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 2.5rem;
  }

  h2 {
    font-size: 2rem;
  }

  h3 {
    font-size: 1.5rem;
  }

  h4 {
    font-size: 1.25rem;
  }

  h5 {
    font-size: 1rem;
  }

  h6 {
    font-size: .875rem;
  }

  .utility_block {
    width: 95%;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .l-nav {
    mix-blend-mode: normal;
  }

  .c-container {
    justify-content: space-around;
    max-width: none;
    padding-left: 0;
  }

  .c-nav-logo.w--current {
    flex: 1;
    align-self: center;
    padding-left: 0;
    display: flex;
  }

  .nav-menu {
    height: 100vh;
  }

  .image {
    flex: 1;
    order: 1;
    max-width: 50%;
    max-height: none;
    margin-left: 0;
    margin-right: 15%;
  }

  .passos {
    flex-direction: column;
    height: auto;
    display: block;
  }

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

  .coluna {
    justify-content: space-around;
    width: 320px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .db-agenda.padding-default, .footer {
    padding-left: 0;
    padding-right: 0;
  }

  .f-container {
    justify-content: space-between;
    align-items: center;
    display: flex;
  }

  .grid-2 {
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
    display: flex;
  }

  .div-block-4 {
    margin-top: 20px;
  }

  .f-r-link {
    font-size: 1rem;
  }

  .heading-11 {
    margin-bottom: 0;
    font-size: 1.1rem;
  }

  .div-block-5 {
    justify-content: flex-start;
    align-self: flex-start;
    margin-bottom: 20px;
    padding-left: 0;
  }

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

  .box-r-sociais.menu {
    margin-top: 20px;
    padding-left: 0;
  }

  .box-r-sociais.menu.social-box-menu {
    padding-left: 20px;
  }

  .div-block-16 {
    justify-content: flex-start;
    margin-left: 0;
  }

  .html-embed-11 {
    padding-top: 0;
  }

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

  .button-3 {
    justify-content: center;
    align-items: center;
    line-height: 2;
    display: flex;
  }

  .div-block-23 {
    position: static;
    inset: auto 0% 15%;
  }

  .html-embed-13 {
    margin-right: 0;
  }

  .bold-text {
    font-size: 1.1rem;
  }

  .social-links-footer {
    justify-content: flex-start;
    margin-left: 0;
  }

  .bold-text-3 {
    color: var(--white-web\<deleted\|variable-de34d52e\>);
  }

  .carrossel-professores.carrossel-passos {
    background-image: none;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    max-width: 360px;
    height: 100%;
    min-height: 374px;
  }

  .bold-text-5 {
    font-size: 1.1rem;
  }

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

  .div-block-50 {
    min-height: 100vh;
  }

  .nona-dobra-2 {
    max-width: none;
    height: auto;
    padding-top: 0;
  }

  .html-embed-17 {
    margin-top: 10px;
  }

  .container-politicas {
    margin-top: 100px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .container-3 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
  }

  .section-banner-home {
    height: auto;
  }

  .section-4 {
    background-position: 100% 100%;
    padding-bottom: 20px;
  }

  .heading-96 {
    text-align: center;
    margin-left: 15px;
  }

  .mask-4 {
    height: 100%;
  }

  .slide-nav-3 {
    margin-top: 0;
    margin-bottom: 0;
    bottom: -35px;
  }

  .slider-wrapper-2 {
    flex-flow: row;
    justify-content: center;
    align-items: center;
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
  }

  .slide-5 {
    height: auto;
  }

  .icon-10, .icon-10.esquerda {
    color: var(--cor-botao-1);
  }

  .logo-wrapper-2 {
    margin-top: 0;
    padding-top: 0;
    display: block;
    position: relative;
  }

  .heading-97 {
    text-align: center;
    margin-left: 15px;
  }

  .social-links-footer-2 {
    justify-content: center;
    align-items: center;
    margin-left: 0;
    line-height: 1;
  }

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

  .heading-103 {
    margin-bottom: 0;
  }

  .grid-6 {
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
    padding-bottom: 0;
    display: flex;
  }

  .div-block-140 {
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    margin-top: 20px;
  }

  .image-62 {
    margin-bottom: 20px;
    margin-left: 0;
  }

  .flex-block-24 {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    margin-top: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

  .link-block-12 {
    width: 278px;
    height: 54px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .div-block-161 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
  }

  .section-12 {
    padding-bottom: 40px;
  }

  .link-block-14 {
    width: 278px;
    height: 54px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .heading-77 {
    margin-top: 318px;
    margin-left: 0;
  }

  .container-18 {
    max-width: 313px;
  }

  .container-19 {
    padding-top: 40px;
  }

  .image-90 {
    margin-bottom: 0;
  }

  .div-block-170 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-direction: row;
    justify-content: space-between;
    max-width: none;
    margin-bottom: 70px;
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-170.depoimentos {
    margin-bottom: 0;
  }

  .heading-111 {
    text-align: center;
    margin-bottom: 20px;
    font-size: 32px;
    line-height: 1;
  }

  .slideralunos {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .div-block-172 {
    margin-top: 10px;
  }

  .heading-112 {
    text-align: center;
    margin-bottom: 10px;
    margin-left: auto;
    font-size: 32px;
  }

  .heading-113, .image-91 {
    font-size: 28px;
  }

  .nona-dobra-3 {
    max-width: none;
    height: auto;
    padding-top: 0;
  }

  .nona-dobra-3.nona-b {
    padding-top: 0;
    padding-bottom: 60px;
  }

  .div-block-173 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-direction: row;
    justify-content: space-between;
    max-width: none;
    margin-bottom: auto;
    margin-left: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-173.m-playlist {
    flex-flow: column wrap;
    padding-top: 20px;
  }

  .slide-22, .slide-23, .slide-24 {
    width: 100%;
  }

  .slider-15 {
    height: auto;
    min-height: 0;
    margin-top: 0;
  }

  .image-97 {
    display: none;
  }

  .slide-29, .slider-16 {
    width: 100%;
  }

  .div-block-184 {
    width: 90%;
  }

  .icon-29, .icon-30 {
    color: var(--cor-botao-1);
  }

  .div-block-187 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: wrap;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    align-content: center;
    max-width: none;
    display: none;
  }

  .div-block-187.d-reservas {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .right-arrow-10 {
    margin-right: 0;
  }

  .div-block-188 {
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    width: 260px;
  }

  .link-block-16 {
    width: 278px;
    height: 54px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .section-15 {
    padding-top: 47px;
    padding-bottom: 100px;
  }

  .div-block-189 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: wrap;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    align-content: center;
    max-width: none;
    display: none;
  }

  .div-block-189.d-reservas {
    margin-left: 0;
  }

  .grid-8 {
    width: 90%;
  }

  .div-block-190, .div-block-190.txtmodalidade {
    margin-top: 0;
  }

  .div-block-191 {
    width: auto;
    overflow: hidden;
  }

  .container-unidades-2 {
    background-image: none;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .container-unidades-2.unidade2 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .image-110 {
    width: 100%;
    height: auto;
    display: block;
  }

  .div-block-193 {
    width: 90%;
  }

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

  .heading-125 {
    text-align: center;
    margin-bottom: 10px;
    margin-left: auto;
    font-size: 32px;
  }

  .div-block-195 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-direction: row;
    justify-content: space-between;
    max-width: none;
    margin-bottom: auto;
    margin-left: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-195.m-playlist {
    flex-flow: column wrap;
    padding-top: 20px;
  }

  .slider-17 {
    width: 347px;
    max-width: none;
  }

  .icon-31 {
    margin-left: 0;
  }

  .icon-32 {
    margin-right: 0;
  }

  .flex-block-25 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .code-embed {
    min-height: 0;
  }

  .menu-button-2 {
    margin-left: 0;
  }

  .code-embed-14 {
    cursor: pointer;
  }

  .code-embed-14.car-shopping.pagekraft-auth-checkout {
    color: #b99df4;
    cursor: pointer;
  }
}

@media screen and (max-width: 479px) {
  .utility_block {
    width: 95%;
  }

  .heading {
    font-size: 1.5rem;
  }

  .l-nav {
    background-color: var(--secondary-web\<deleted\|variable-8044b7bd-8985-1e3c-eb5f-ddc5c572f205\>);
    color: var(--bg-fundo1);
    mix-blend-mode: normal;
    position: relative;
  }

  .c-container {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    background-color: var(--transparent);
    order: 1;
    justify-content: space-around;
    padding-left: 20px;
  }

  .c-nav-logo.w--current {
    flex: 1;
    order: 1;
    justify-content: center;
    align-self: center;
    align-items: center;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .c-nav-link {
    color: var(--white-web\<deleted\|variable-de34d52e\>);
  }

  .nav-menu {
    opacity: 1;
    -webkit-text-stroke-color: #101010;
    mix-blend-mode: normal;
    background-color: #000;
    width: 100%;
    height: 100%;
    min-height: 100vh;
    margin-top: 0;
  }

  .image {
    flex: 0 auto;
    order: 1;
    align-self: center;
    max-width: none;
    margin-left: 0;
    margin-right: 15%;
  }

  .menu-button {
    flex: 0 auto;
    order: 0;
    align-self: center;
  }

  .grid {
    flex-direction: column;
    grid-template-rows: auto;
    grid-template-columns: 100%;
    grid-auto-flow: column;
    display: flex;
  }

  .coluna {
    width: 100%;
  }

  .db-agenda.padding-default {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    margin-top: 0;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .footer {
    margin-bottom: auto;
    padding: 0;
  }

  .f-container {
    height: auto;
    padding-top: 60px;
    padding-bottom: 0;
    display: flex;
  }

  .grid-2 {
    flex-wrap: nowrap;
    margin-top: 0;
  }

  .div-block-4 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    width: 100%;
    min-width: auto;
    margin-bottom: 40px;
    display: flex;
  }

  .f-r-link {
    font-size: 1rem;
  }

  .div-block-5 {
    justify-content: flex-start;
    margin-bottom: 20px;
  }

  .image-3 {
    width: 100%;
    max-width: 220px;
    height: 96px;
  }

  .body-map.map-body {
    margin-top: 0;
  }

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

  .box-r-sociais {
    padding-top: 20px;
    padding-bottom: 40px;
  }

  .box-r-sociais.menu {
    margin-top: 0;
    padding-top: 0;
    padding-left: 0;
  }

  .heading-12.rs-mobile {
    color: var(--white-web\<deleted\|variable-de34d52e\>);
  }

  .html-embed-9, .html-embed-10 {
    display: flex;
  }

  .pagekraft-agenda {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 100%;
    display: block;
  }

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

  .button-3 {
    justify-content: center;
    align-items: center;
    line-height: 2;
    display: flex;
  }

  .div-block-23 {
    position: static;
    inset: auto 0% 15%;
  }

  .image-4 {
    width: 24px;
  }

  .bold-text {
    font-size: 1.1rem;
  }

  .facebook-icon, .youtube-icon {
    display: flex;
  }

  .db-packages.padding-default {
    margin-top: 0;
  }

  .body-home {
    background-color: #f7f8fc;
    align-items: center;
  }

  .bold-text-3 {
    color: var(--white-web\<deleted\|variable-de34d52e\>);
  }

  .div-top-bg {
    display: none;
  }

  .carrossel-professores.carrossel-passos {
    width: 100%;
    height: auto;
    min-height: 0;
  }

  .bold-text-5 {
    font-size: 1.1rem;
  }

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

  .div-block-50 {
    min-height: 100vh;
    margin-top: -50px;
    padding-top: 20px;
  }

  .nona-dobra-2 {
    flex-wrap: nowrap;
    margin-bottom: 0;
    padding-top: 0;
  }

  .nona-dobra-2.depoimentos {
    margin-top: 0;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .html-embed-17 {
    margin-top: 0;
  }

  .container-politicas {
    padding-top: 40px;
  }

  .section-banner-home {
    height: auto;
    max-height: none;
    margin-top: auto;
  }

  .section-4 {
    background-position: 100% 100%;
    justify-content: center;
    align-items: center;
    padding: 40px 10px;
  }

  .coluna-2 {
    width: 100%;
  }

  .heading-96 {
    margin-left: 0;
    font-size: 32px;
  }

  .heading-41 {
    font-size: 16px;
  }

  .mask-4 {
    width: auto;
    max-width: none;
  }

  .slide-nav-3 {
    margin-bottom: 0;
  }

  .flex-block-7 {
    height: 100%;
  }

  .slider-wrapper-2 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    overflow-wrap: normal;
    flex-flow: column wrap;
    grid-template-columns: 1fr 1fr;
    grid-template-areas: ". Area";
    grid-auto-flow: column;
    place-content: stretch space-around;
    justify-items: baseline;
    width: 100%;
    height: auto;
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
  }

  .slide-5 {
    width: 100%;
    max-width: 100%;
    height: auto;
    margin-left: 0%;
    margin-right: 0%;
  }

  .icon-10 {
    color: var(--cor-botao-1);
  }

  .icon-10:hover {
    color: var(--secondary-web\<deleted\|variable-8044b7bd-8985-1e3c-eb5f-ddc5c572f205\>);
  }

  .icon-10.esquerda {
    color: var(--cor-botao-1);
  }

  .image-54 {
    height: 100%;
  }

  .logo-wrapper-2 {
    flex-flow: wrap;
    flex: 0 auto;
    align-content: stretch;
    width: 100%;
    min-width: 300px;
    max-width: 300px;
    margin-top: 30px;
    margin-bottom: 30px;
    padding-top: 0;
    display: flex;
  }

  .heading-97 {
    margin-left: 0;
    font-size: 36px;
  }

  .social-links-footer-2 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-start;
    align-items: flex-start;
    width: 120px;
    margin-left: -15px;
    display: flex;
  }

  .link-block-9 {
    margin-top: 0;
    margin-left: 0;
    margin-right: 10px;
    padding-right: 0;
  }

  .l-instagram-2 {
    justify-content: center;
    align-items: flex-start;
    display: flex;
  }

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

  .grid-6 {
    flex-wrap: nowrap;
    justify-content: flex-end;
    align-items: flex-start;
    margin-top: 0;
    padding-bottom: 0;
  }

  .f-r-link-footer {
    margin-bottom: 0;
  }

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

  .l-facebook-2 {
    justify-content: center;
    align-items: flex-start;
    display: flex;
  }

  .image-62 {
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
  }

  .div-block-147.prof-hover {
    width: 100%;
    max-width: none;
  }

  .flex-block-24 {
    flex-flow: column;
    margin-top: 40px;
    padding-left: 0;
    padding-right: 0;
  }

  .link-block-12.btn-hover.btn-reserver:hover {
    background-color: var(--primary-web);
  }

  .heading-106 {
    font-size: 20px;
  }

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

  .link-block-14.btn-passos.btn-link {
    bottom: -100px;
  }

  .link-block-14.btn-passos.btn-link.btn-somos {
    max-width: 300px;
    margin-bottom: 0;
    bottom: 0;
  }

  .heading-110 {
    font-size: 14px;
  }

  .slide-18 {
    height: auto;
  }

  .html-embed-26 {
    width: auto;
  }

  .image-89 {
    left: 0%;
  }

  .image-89.seta1 {
    margin-left: 0;
    left: 0%;
  }

  .heading-77 {
    margin-left: -10px;
    margin-right: auto;
    font-size: 16px;
    font-weight: 700;
    line-height: 1;
  }

  .container-18 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    max-width: none;
  }

  .container-19 {
    text-align: center;
    width: 320px;
    padding-left: 0;
    padding-right: 0;
  }

  .p-descricao {
    width: 279px;
    padding-left: 8px;
    padding-right: 8px;
  }

  .div-block-170 {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    margin-bottom: 40px;
    margin-left: auto;
  }

  .div-block-170.depoimentos {
    margin-bottom: 0;
  }

  .heading-111 {
    text-align: center;
    justify-content: center;
    align-self: center;
    align-items: center;
    margin-bottom: 10px;
    margin-left: 0;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 28px;
    line-height: 1.2;
  }

  .slideralunos {
    width: 100%;
    min-width: 0;
    max-width: none;
    margin-bottom: 20px;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .heading-112 {
    text-align: left;
    justify-content: center;
    align-self: center;
    align-items: center;
    margin-bottom: 10px;
    margin-left: auto;
  }

  .heading-113 {
    align-items: center;
    font-size: 20px;
    display: flex;
  }

  .image-91 {
    width: 160px;
    height: 50px;
  }

  .nona-dobra-3 {
    flex-wrap: nowrap;
    margin-bottom: 0;
    padding-top: 0;
    padding-left: 15px;
    padding-right: 15px;
    display: flex;
  }

  .nona-dobra-3.nona-b {
    width: 100%;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .div-block-173 {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    margin-bottom: 40px;
    margin-left: auto;
  }

  .div-block-173.m-playlist {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    margin-top: 0;
    margin-left: auto;
    padding-top: 60px;
    padding-left: 0;
    padding-right: 0;
  }

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

  .slider-15 {
    min-height: 0;
  }

  .image-97 {
    display: none;
  }

  .slide-29 {
    min-height: 100%;
  }

  .button-13 {
    z-index: 4;
    position: relative;
  }

  .serv-hover {
    padding-top: 20px;
    padding-left: 15px;
    padding-right: 15px;
    display: none;
  }

  .div-block-182 {
    grid-column-gap: 100px;
    grid-row-gap: 100px;
    width: 100%;
    height: 500px;
    display: flex;
  }

  .heading-118 {
    text-align: center;
  }

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

  .button-12 {
    width: 90%;
    position: absolute;
    inset: auto 0% 60px;
  }

  .icon-28 {
    margin-left: 0;
  }

  .slide-nav-9 {
    z-index: 1;
    bottom: -15px;
  }

  .slide-31 {
    width: 100%;
  }

  .icon-27 {
    margin-right: 0;
  }

  .slider-16 {
    min-height: 480px;
    margin-left: auto;
    margin-right: auto;
  }

  .container-21 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    width: 100%;
    margin-bottom: 0;
    padding-bottom: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-183 {
    width: auto;
    min-width: 0;
  }

  .div-block-184 {
    width: 100%;
    min-width: 0;
  }

  .icon-29 {
    color: var(--cor-botao-1);
    background-color: #0000;
    margin-left: 10px;
    margin-right: 0;
    left: -11px;
  }

  .container-22 {
    justify-content: flex-start;
    align-items: center;
    padding-left: 0;
    padding-right: 0;
  }

  .slide-32 {
    height: auto;
  }

  .heading-119 {
    font-size: 16px;
  }

  .icon-30 {
    color: var(--cor-botao-1);
    background-color: #0000;
    margin-left: 10px;
    margin-right: 0;
    left: auto;
    right: 0%;
  }

  .div-block-187.d-reservas {
    height: 100%;
    max-height: 378px;
  }

  .right-arrow-10 {
    margin-right: 0;
    inset: 0% 0% 0% auto;
  }

  .div-block-188 {
    max-height: 320px;
  }

  .link-block-16.btn-passos.btn-link {
    bottom: -100px;
  }

  .html-embed-27 {
    width: auto;
  }

  .slide-nav-10 {
    background-color: #0000;
    bottom: -40px;
  }

  .section-15 {
    margin-top: 140px;
    padding: 60px 0 140px;
  }

  .left-arrow-10 {
    margin-left: 0;
  }

  .mask-11 {
    width: 100%;
    min-height: 319px;
  }

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

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

  .div-block-190 {
    margin-top: 40px;
    padding: 0 15px;
  }

  .div-block-191 {
    justify-content: space-between;
    align-items: center;
    width: 100%;
    max-width: none;
    margin-top: 0;
    position: relative;
    top: 0;
    bottom: auto;
    right: auto;
    overflow: hidden;
  }

  .section-16.sec-unidades {
    padding: 60px 0 100px;
  }

  .container-unidades-2 {
    background-size: 312px;
    margin-top: 0;
    padding-bottom: 60px;
  }

  .container-unidades-2.unidade2 {
    margin-top: 0;
  }

  .heading-123 {
    width: 90%;
  }

  .link-block-17.btnunidade {
    max-width: 280px;
  }

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

  .image-108.imgcompras, .image-108.imgcancelamento, .image-108.imgtransferencia {
    max-width: none;
  }

  .image-110 {
    width: auto;
    height: auto;
  }

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

  .div-block-193 {
    justify-content: flex-start;
    align-items: flex-start;
    width: 90%;
  }

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

  .heading-125 {
    text-align: center;
    justify-content: center;
    align-self: center;
    align-items: center;
    margin-bottom: 10px;
    margin-left: auto;
    font-size: 28px;
  }

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

  .div-block-195 {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    margin-bottom: 40px;
    margin-left: auto;
  }

  .div-block-195.m-playlist {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    text-align: center;
    justify-content: center;
    align-items: center;
    width: 90%;
    margin-top: 0;
    margin-left: auto;
    padding-top: 60px;
    padding-left: 0;
    padding-right: 0;
  }

  .image-113 {
    width: 90%;
    max-width: none;
    height: auto;
  }

  .image-114, .image-115 {
    width: 100%;
    height: 366px;
  }

  .slider-17 {
    max-width: 100%;
  }

  .slide-35 {
    width: 100%;
    height: 366px;
  }

  .icon-31 {
    margin-left: 0;
  }

  .image-116 {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    width: 100%;
  }

  .icon-32 {
    margin-right: 0;
  }

  .left-arrow-11 {
    margin-left: 0%;
  }

  .right-arrow-11 {
    margin-right: 0%;
  }

  .slide-36 {
    width: 100%;
    max-width: 100%;
  }

  .slideequipe {
    width: 100%;
  }

  .menu-button-2 {
    flex: 0 auto;
    order: 0;
    align-self: center;
    margin-left: 0;
  }

  .menu-button-2.menu-mobile-action {
    background-color: #0000;
    justify-content: center;
    align-items: center;
    width: 48px;
    height: 48px;
    margin-right: 20px;
    padding: 5px 0 0;
    display: flex;
  }

  .image-117 {
    width: auto;
  }
}

#w-node-_1b39eef3-f62f-f674-de4f-87d38c50c492-e7d418ae, #w-node-_1b39eef3-f62f-f674-de4f-87d38c50c4a2-e7d418ae, #w-node-_1b39eef3-f62f-f674-de4f-87d38c50c4aa-e7d418ae, #w-node-_1b39eef3-f62f-f674-de4f-87d38c50c4b4-e7d418ae, #w-node-_1b39eef3-f62f-f674-de4f-87d38c50c4c0-e7d418ae, #w-node-_0b422a80-4c31-7444-5fe5-f911e55d182f-5aa22cae, #w-node-_0b422a80-4c31-7444-5fe5-f911e55d1830-5aa22cae {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-_1b39eef3-f62f-f674-de4f-87d38c50c4a2-e7d418ae {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


@font-face {
  font-family: 'The Amazing Grace';
  src: url('../fonts/the-amazing-grace.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: '1';
  src: url('../fonts/GothamMedium_1.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gothambook';
  src: url('../fonts/GothamBook.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gotham';
  src: url('../fonts/Gotham-ThinItalic.otf') format('opentype');
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Gotham';
  src: url('../fonts/Gotham-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gotham';
  src: url('../fonts/Gotham-Light.otf') format('opentype'), url('../fonts/Gotham-XLight.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gotham';
  src: url('../fonts/Gotham-BookItalic.otf') format('opentype'), url('../fonts/Gotham-UltraItalic.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Gotham';
  src: url('../fonts/Gotham-XLightItalic.otf') format('opentype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Gotham';
  src: url('../fonts/Gotham-Thin.otf') format('opentype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gotham';
  src: url('../fonts/Gotham-Black.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}