@font-face {
  font-family: "Helvetica 587 Ebe 5 A 59211";
  src: url('../fonts/helvetica-light-587ebe5a59211.ttf') format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

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

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

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

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

@font-face {
  font-family: Miracle Personal Use;
  src: url('../fonts/Miracle-Personal-use.otf') format("opentype"), url('../fonts/Miracle-Personal-use.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Helvetica Compressed 5871 D 14 B 6903 A";
  src: url('../fonts/helvetica-compressed-5871d14b6903a.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Helvetica Rounded 5871 D 05 Ead 8 De";
  src: url('../fonts/helvetica-rounded-bold-5871d05ead8de.otf') format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

:root {
  --secondary-web: #22362b;
  --transparent: transparent;
  --white-web: white;
  --yellow\<deleted\|variable-8ba44cf5\>: #daec08;
  --black-web: black;
  --yellow-green\<deleted\|variable-616c0c51\>: #bed500;
  --black-2\<deleted\|variable-a09c0539\>: #070801;
  --primary-web: #e5cdb5;
  --color-texto-1: #e5e0e8;
  --verde-70-web: #22362bb3;
  --black-70-web: #000000b3;
  --6px: 6px;
  --raudius: 6;
}

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

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

.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(--secondary-web);
  opacity: 1;
  color: var(--secondary-web);
  -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: 100%;
  height: 100px;
  max-height: 100px;
  margin-bottom: auto;
  margin-left: auto;
  margin-right: auto;
  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: auto;
  max-width: 100%;
  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-right: auto;
}

.c-nav-link {
  border-bottom: 2px solid var(--transparent);
  color: var(--secondary-web);
  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);
  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);
}

.c-nav-link.w--current {
  color: var(--white-web);
  font-size: 14px;
}

.c-nav-link.w--current:hover {
  color: var(--secondary-web);
}

.nav-menu {
  text-align: center;
  flex: none;
  order: 0;
  justify-content: space-between;
  align-self: center;
  align-items: center;
  width: auto;
  max-width: 100%;
  margin-left: auto;
  margin-right: 0;
  display: flex;
}

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

.c-nav-compra {
  flex-direction: row;
  flex: 0 auto;
  order: 1;
  justify-content: center;
  align-items: center;
  width: auto;
  min-width: 0;
  display: flex;
}

.menu-button.menu-mobile-action {
  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(--white-web);
  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);
  justify-content: flex-end;
  align-items: center;
  width: auto;
  min-width: 300px;
  margin-bottom: 0;
  margin-left: 30px;
  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(--secondary-web);
  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: 1440px;
  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);
  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);
  font-weight: 400;
}

.f-r-link.w--current {
  color: var(--black-web);
  cursor: pointer;
  font-family: "Baloo 2";
  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);
  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%;
}

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

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

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

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

.heading-12 {
  color: var(--white-web);
  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 {
  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: 15px;
  grid-row-gap: 15px;
  border: 0 solid #000;
  justify-content: center;
  align-items: center;
  width: auto;
  margin-left: 0;
  margin-right: 0;
  line-height: 1;
  display: flex;
}

.div-block-22:hover {
  border-style: solid;
  border-width: 0;
}

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

.image-4.menu-mobile-action {
  cursor: pointer;
  width: 43px;
  height: 43px;
  margin-right: 10px;
  padding: 5px;
  display: block;
}

.car-mobile {
  display: none;
}

.bold-text {
  color: var(--black-web);
  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, .body-cookiesof {
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  margin-top: 100px;
  font-family: Gotham Rounded Book;
  display: flex;
}

.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";
  display: flex;
}

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

.body-packages {
  color: var(--black-web);
  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 {
  align-self: flex-start;
  height: 100%;
  min-height: 60vh;
  margin-top: 100px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 0;
}

.packages-html {
  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";
  transition: color .3s;
  display: flex;
}

.body-home.scroll {
  grid-row-gap: 0px;
  background-color: var(--white-web);
  color: var(--black-web);
  font-family: Montserrat, sans-serif;
}

.div-top-bg {
  background-color: var(--black-web);
  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);
  font-size: 1.1rem;
}

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

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

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

.section-modalidade {
  background-color: var(--primary-web);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: auto;
  padding-top: 128px;
  padding-bottom: 160px;
  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: #000;
  flex-flow: column;
  width: 100%;
  height: 100%;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
}

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

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

.body-5, .body-6 {
  margin-top: 100px;
  font-family: Gotham Rounded Book;
}

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

.section-4 {
  background-image: url('../images/image-20.png');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  min-height: 558px;
  padding-top: 50px;
  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;
}

.section-5 {
  background-color: var(--secondary-web);
  color: var(--white-web);
  background-image: url('../images/Frame-77.png');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: auto;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 480px;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.heading-96 {
  color: var(--primary-web);
  text-transform: uppercase;
  margin-right: 0;
  font-family: Montserrat, sans-serif;
  font-size: 56px;
  font-weight: 600;
}

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

.heading-41.funco {
  color: #fff;
  text-align: left;
  font-size: 16px;
  font-weight: 400;
}

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

.slide-nav-3 {
  color: #e9fe00;
  background-color: #8f444400;
  margin-bottom: -30px;
}

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

.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-5 {
  background-color: #0000;
  justify-content: center;
  align-items: center;
  max-width: 960px;
  height: 100%;
  margin-top: 80px;
  display: flex;
}

.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%;
  display: grid;
  position: relative;
  overflow: hidden;
}

.right-arrow-4 {
  margin-right: -50px;
}

.left-arrow-3 {
  margin-left: -50px;
}

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

.icon-10 {
  color: var(--primary-web);
  -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(--secondary-web);
  background-color: #0000;
}

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

.icon-10.esquerda:hover {
  color: var(--secondary-web);
}

.image-54 {
  cursor: pointer;
  width: 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 {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.heading-97 {
  color: var(--secondary-web);
  text-transform: uppercase;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 0;
  margin-right: auto;
  font-family: Miracle Personal Use, Arial, sans-serif;
  font-size: 56px;
  font-weight: 600;
}

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

.heading-98 {
  color: var(--color-texto-1);
  text-transform: uppercase;
  font-family: Miracle Personal Use, Arial, sans-serif;
  font-size: 56px;
  font-weight: 400;
}

.social-links-footer-2 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  width: 160px;
  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-102 {
  color: #fff;
  margin-bottom: .5rem;
  font-size: 1rem;
}

.heading-103 {
  color: #000;
  margin-bottom: .5rem;
  font-family: Helvetica, sans-serif;
  font-size: 18px;
}

.paragraph-17 {
  color: var(--white-web);
  margin-bottom: 8px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  line-height: 1.5;
}

.paragraph-17.end-txt {
  color: var(--white-web);
  margin-bottom: 10px;
  font-family: Helvetica, sans-serif;
  font-size: 16px;
  text-decoration: none;
}

.paragraph-74 {
  color: var(--white-web);
  margin-top: 5px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  line-height: 1;
}

.grid-6 {
  grid-column-gap: 31px;
  grid-row-gap: 31px;
  color: var(--white-web);
  grid-template-rows: 1fr;
  grid-template-columns: 20% 20% 20% 20% 20%;
  width: 100%;
  height: 100%;
  padding: 20px;
  display: flex;
}

.bold-text-23 {
  color: var(--white-web);
  font-size: 18px;
}

.bold-text-4 {
  color: var(--white-web);
  font-family: Open Sans, sans-serif;
  font-size: 18px;
}

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

.f-r-link-2 {
  color: var(--white-web);
  margin-bottom: 8px;
  font-family: Helvetica, sans-serif;
  font-size: 16px;
  font-style: normal;
  text-decoration: none;
}

.f-r-link-2:hover {
  color: var(--primary-web);
  font-weight: 400;
}

.f-r-link-2:active {
  color: var(--primary-web);
}

.f-r-link-2.w--current {
  cursor: pointer;
  margin-bottom: 8px;
  font-family: Montserrat, sans-serif;
  font-style: normal;
  text-decoration: none;
}

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

.f-r-link-2.w--current:focus {
  color: var(--white-web);
}

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

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

.div-block-140.foot-raz {
  max-width: 224px;
}

.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: var(--white-web);
  font-family: Open Sans, sans-serif;
  font-size: 18px;
}

.bold-text-6 {
  color: var(--white-web);
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  display: block;
}

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

.l-facebook-2 {
  display: block;
}

.paragraph-75 {
  color: var(--white-web);
  margin-top: 5px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  line-height: 1;
}

.image-62 {
  height: auto;
  margin-left: 10px;
}

.body-professor {
  background-color: #e5e0e8;
}

.section-11 {
  background-color: #e5e0e8;
  background-image: url('../images/bg-001.png');
  background-repeat: no-repeat;
  background-size: cover;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 1050px;
  margin-top: 100px;
  padding: 0 40px;
  display: flex;
}

.section-11.section-modalidade {
  background-position: 0 0;
  background-repeat: repeat-y;
  background-size: contain;
  padding-top: 100px;
  padding-left: 0;
  padding-right: 0;
}

.div-block-143 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  min-width: 290px;
  margin-top: 110px;
  padding-top: 10px;
  padding-right: 20px;
  display: flex;
}

.heading-42 {
  color: var(--black-web);
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 5rem;
  font-family: "Avenue X 2";
  font-size: 56px;
  font-weight: 400;
  line-height: 1;
}

.div-block-144 {
  width: 60%;
  min-width: 320px;
  max-width: 648px;
  height: 100%;
  max-height: 950px;
  padding-top: 100px;
  padding-bottom: 220px;
  padding-left: 60px;
}

.container-16 {
  flex-flow: column;
  max-width: 100%;
  padding-left: 0;
  display: flex;
}

.image-65 {
  width: 100%;
  max-width: 344px;
}

.paragraph-26 {
  color: #000;
  max-width: 760px;
  margin-top: 20px;
  padding-left: 40px;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
}

.div-block-145 {
  background-color: var(--transparent);
  width: 100%;
  max-width: 780px;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 40px;
}

.flex-block-22 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #e8e432;
  flex-flow: row;
  margin-top: 60px;
  padding-bottom: 100px;
}

.heading-43 {
  color: var(--black-web);
  text-align: center;
  text-transform: uppercase;
  padding-left: 0;
  font-family: "Avenue X 2";
  font-size: 56px;
  font-weight: 400;
  line-height: 1;
}

.paragraph-76 {
  color: #000;
  text-align: center;
  max-width: 980px;
  margin: 60px auto 90px;
  padding-left: 20px;
  padding-right: 20px;
  font-family: Open Sans, sans-serif;
  font-size: 20px;
  font-weight: 400;
}

.paragraph-77 {
  padding-left: 10px;
}

.button-9 {
  color: var(--black-web);
  background-color: #fff;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 188px;
  height: 29px;
  margin-top: 20px;
  margin-left: 40px;
  font-family: Open Sans, sans-serif;
  font-size: 11px;
  font-weight: 600;
  display: flex;
}

.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 {
  border-radius: 16px;
  height: 100%;
  display: none;
}

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

.paragraph-78 {
  color: var(--white-web);
  max-width: 176px;
  margin-right: auto;
}

.image-76 {
  width: 31px;
}

.image-77 {
  width: 36px;
}

.link-10 {
  color: var(--white-web);
  text-transform: none;
  border-bottom: 1px #0000;
  padding: 5px 10px;
  font-family: Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
}

.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: 0;
  padding-left: 20px;
  padding-right: 20px;
}

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

.heading-106 {
  color: var(--verde-70-web);
  text-align: left;
  -webkit-text-stroke-color: #070801;
  text-transform: uppercase;
  margin-top: auto;
  margin-bottom: auto;
  font-family: Helvetica, sans-serif;
  font-size: 20px;
  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: 100%;
  margin: 60px auto 0 0;
  display: flex;
}

.div-block-163 {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1140px;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
  padding-right: 51px;
  display: flex;
}

.div-block-163.m-playlist {
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  margin-top: 100px;
  margin-bottom: 60px;
  padding-right: 0;
}

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

.section-12.section-professores {
  display: none;
}

.slide-14 {
  width: auto;
}

.icon-19 {
  color: var(--primary-web);
  left: 0;
}

.slide-15 {
  width: auto;
}

.slider-12 {
  background-color: #0000;
  width: 100%;
  max-width: 1040px;
  max-height: none;
  margin-bottom: 40px;
  overflow: visible;
}

.slider-12.slid-1 {
  margin-left: auto;
  margin-right: auto;
}

.image-85 {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.icon-20 {
  color: var(--primary-web);
}

.image-87 {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  width: auto;
}

.left-arrow-5 {
  left: -6%;
}

.right-arrow-6 {
  right: -6%;
}

.div-block-165 {
  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-165.d-reservas {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  place-content: center;
  min-height: 480px;
  max-height: 100%;
  margin: 0 auto;
  position: relative;
}

.div-block-166 {
  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-166.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: none;
  margin: 0;
  position: static;
  inset: 0% 0% auto;
}

.div-block-166.d-reservas.div-credito {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  max-width: none;
}

.heading-109 {
  color: #22362b;
  text-align: center;
  margin-left: 0;
  font-family: Miracle Personal Use, Arial, sans-serif;
  font-size: 49px;
  font-weight: 400;
  line-height: 1.5;
  display: block;
}

.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(--primary-web);
  color: #000;
  max-width: 291px;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  text-decoration: none;
}

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

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

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

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

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

.paragraph-82 {
  color: #22362b;
  text-align: center;
  margin-top: 0;
  font-family: Helvetica, sans-serif;
  font-size: 14px;
  line-height: 150%;
}

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

.paragraph-82.txt-credito {
  margin-top: 0;
  font-size: 12px;
}

.paragraph-82.txt-whatsapp {
  text-align: center;
  max-width: 90%;
  margin-top: 0;
  font-size: 13px;
  line-height: 150%;
}

.paragraph-82.txt-left {
  text-align: left;
  padding-left: 8px;
}

.div-block-169 {
  background-color: var(--primary-web);
  border-radius: 16px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 440px;
  max-width: 100%;
  height: 520px;
  padding-top: 20px;
  padding-left: 5px;
  padding-right: 5px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.div-block-169.cardcredito {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  min-height: 0;
  max-height: 320px;
  margin-left: 10px;
  padding-left: 8px;
  padding-right: 8px;
}

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

.mask-9 {
  height: 100%;
}

.paragraph-83 {
  color: #22362b;
  text-align: center;
  text-transform: none;
  width: 90%;
  margin-top: 10px;
  margin-bottom: 20px;
  font-family: Miracle Personal Use, Arial, sans-serif;
  font-size: 39px;
  font-weight: 400;
  line-height: 1.5;
}

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

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

.section-13 {
  background-color: #a69282;
  background-image: url('../images/image-23.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 480px;
  padding-top: 80px;
  padding-bottom: 80px;
  display: flex;
}

.div-block-176 {
  background-color: var(--primary-web);
  color: var(--black-web);
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 214px;
  font-family: Montserrat, sans-serif;
  display: flex;
}

.container-20 {
  width: 100%;
}

.heading-116 {
  text-transform: uppercase;
  font-size: 56px;
  font-weight: 600;
}

.section-14 {
  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-14.sec-unidades {
  padding-top: 90px;
}

.container-unidades {
  background-color: var(--primary-web);
  color: var(--white-web);
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1279px;
  min-height: 588px;
  display: flex;
  box-shadow: 0 13px 13px #00000040;
}

.grid-7 {
  grid-template-rows: auto;
  width: 90%;
}

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

.paragraph-87 {
  font-family: Montserrat, sans-serif;
  font-size: 20px;
}

.heading-117 {
  font-family: Montserrat, sans-serif;
  font-size: 32px;
  font-weight: 600;
}

.paragraph-88 {
  color: var(--black-web);
  margin-top: 20px;
  margin-bottom: 25px;
  font-family: Inter;
  font-size: 17px;
  font-weight: 700;
}

.div-block-178 {
  justify-content: flex-start;
  align-items: center;
  width: auto;
  margin-bottom: 25px;
  display: flex;
}

.div-block-179 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-bottom: 25px;
  display: flex;
}

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

.paragraph-89 {
  font-family: Inter;
  font-size: 15px;
}

.paragraph-90 {
  margin-left: 0;
  font-family: Inter;
  font-size: 15px;
}

.paragraph-91 {
  color: var(--black-web);
  margin-bottom: 1rem;
  font-family: Inter;
  font-size: 17px;
  font-weight: 700;
}

.image-92, .image-93, .image-94 {
  margin-right: 8px;
}

.button-11 {
  background-color: var(--secondary-web);
  border-radius: 8px;
  margin-top: 20px;
}

.container-21 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-width: auto;
  max-width: none;
  height: auto;
  min-height: 320px;
  padding-bottom: 0;
  display: flex;
}

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

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

.div-block-182.serv-img3 {
  background-image: url('../images/image-31.png');
  width: 354px;
  max-width: 354px;
}

.div-block-182.serv-img4 {
  background-image: url('../images/image-31_1.png');
}

.button-12 {
  background-color: var(--secondary-web);
  color: var(--color-texto-1);
  border-radius: 9px;
  justify-content: center;
  align-items: center;
  width: 142px;
  height: 30px;
  font-family: Helvetica, sans-serif;
  font-size: 12px;
  font-weight: 700;
  display: flex;
}

.heading-118 {
  color: var(--white-web);
  text-transform: uppercase;
  margin-bottom: 0;
  font-family: Miracle Personal Use, Arial, sans-serif;
  font-size: 32px;
  font-weight: 400;
}

.serv-hover {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  background-color: var(--black-70-web);
  color: var(--white-web);
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding: 100px 40px 60px;
  display: none;
  position: absolute;
  inset: 0%;
}

.button-13 {
  background-color: var(--primary-web);
  color: var(--secondary-web);
  border-radius: 9px;
  justify-content: center;
  align-items: center;
  width: 142px;
  height: 29.52px;
  margin-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
  font-family: Helvetica, sans-serif;
  font-size: 12px;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.paragraph-93 {
  text-align: center;
}

.flex-block-25 {
  flex-flow: row;
  justify-content: space-around;
  align-items: center;
  width: 100%;
  max-width: 960px;
  margin-top: 0;
}

.div-block-183 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 50%;
  min-width: 400px;
  display: flex;
}

.div-block-184 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 50%;
  min-width: 400px;
  display: flex;
}

.heading-119 {
  color: var(--white-web);
  text-transform: uppercase;
  font-family: Miracle Personal Use, Arial, sans-serif;
  font-size: 80px;
  font-weight: 400;
}

.link-block-16 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: var(--secondary-web);
  text-align: center;
  border-radius: 9px;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 356px;
  height: 54px;
  line-height: 1;
  text-decoration: none;
  display: flex;
}

.paragraph-94 {
  text-transform: uppercase;
  color: #e5e0e8;
  margin-bottom: 0;
  font-family: Helvetica, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 2;
  text-decoration: none;
}

.paragraph-95 {
  color: var(--white-web);
  margin-top: 20px;
  margin-bottom: 40px;
  font-family: Helvetica, sans-serif;
  font-size: 16px;
  line-height: 165%;
}

.grid-10 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: wrap;
  grid-template-rows: auto;
  grid-template-columns: 60% 40%;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  padding-left: 20px;
  padding-right: 20px;
  display: grid;
}

.div-block-187 {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: auto;
  min-width: 400px;
  display: flex;
}

.heading-122 {
  text-transform: uppercase;
  font-family: Miracle Personal Use, Arial, sans-serif;
  font-size: 80px;
  font-weight: 400;
}

.paragraph-98 {
  font-family: Helvetica, sans-serif;
  line-height: 164.9%;
}

.div-block-188 {
  justify-content: center;
  align-items: center;
  width: auto;
  min-width: 0;
  display: flex;
}

.image-98 {
  width: 366px;
  height: auto;
  max-height: none;
  margin-bottom: 60px;
}

.image-98.imgsomos {
  border-radius: 20px;
  width: auto;
}

.section-16 {
  height: 268px;
  min-height: auto;
  max-height: none;
}

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

.slide-25 {
  width: 25%;
  height: 268px;
  max-height: none;
}

.slide-26, .slide-27, .slide-28 {
  width: 25%;
  height: 268px;
}

.image-99 {
  width: 100%;
  max-width: none;
  height: 268px;
  max-height: none;
}

.image-100, .image-101, .image-102 {
  width: 100%;
  max-width: none;
  height: 268px;
}

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

.heading-124 {
  color: var(--secondary-web);
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 0;
  font-family: Miracle Personal Use, Arial, sans-serif;
  font-size: 96px;
  font-weight: 400;
}

.paragraph-99 {
  color: var(--secondary-web);
  text-align: center;
  max-width: 809px;
  margin-bottom: 20px;
  font-family: Helvetica, sans-serif;
}

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

.slide-29 {
  width: auto;
  height: auto;
}

.slide-30, .slide-31 {
  width: auto;
}

.icon-27, .icon-28 {
  color: var(--primary-web);
}

.right-arrow-9, .left-arrow-8 {
  display: flex;
}

.slide-nav-8, .l-spotify {
  display: none;
}

.paragraph-101 {
  font-family: Helvetica, sans-serif;
  font-size: 16px;
}

.paragraph-102, .paragraph-103 {
  font-family: Helvetica, sans-serif;
  font-size: 1rem;
}

.link-block-4 {
  color: #fff;
  text-align: right;
  background-color: #e5cdb5;
  border-radius: 14px;
  justify-content: space-around;
  align-items: center;
  width: 142px;
  height: 29px;
  margin-top: 0;
  padding: 10px;
  text-decoration: none;
  display: flex;
}

.link-block-4:hover {
  -webkit-text-stroke-color: #7b8507;
  background-color: #fff;
  text-decoration: none;
  display: flex;
}

.link-block-4.desabilitado {
  pointer-events: auto;
  cursor: pointer;
  width: 142px;
  height: 29px;
  display: flex;
  position: static;
}

.flex-block-6 {
  width: 1045px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
}

.coluna-box-2 {
  z-index: 0;
  object-fit: fill;
  background-color: #5cb85c;
  border-radius: 25px;
  flex-direction: column;
  justify-content: space-around;
  align-items: stretch;
  height: 0%;
  min-height: 400px;
  padding: 20px;
  display: flex;
  position: absolute;
  inset: auto 0% auto auto;
  overflow: hidden;
}

.coluna-box-2.modalidade1 {
  background-color: #22362bb3;
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  border-radius: 0;
  justify-content: center;
  align-self: auto;
  align-items: center;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  height: 347px;
  min-height: 0;
  max-height: 347px;
  display: flex;
}

.coluna-box-2.modalidade1.item6 {
  background-color: #22362bb3;
  background-image: none;
  justify-content: center;
  display: flex;
}

.coluna-box-2.modalidade1.item6.terapia-relaxante {
  cursor: auto;
  background-color: #22362b66;
  justify-content: space-between;
  padding-top: 60px;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
}

.coluna-box-2.modalidade1.item6.hot-power-yoga {
  cursor: auto;
  background-color: #22362b66;
  justify-content: space-between;
  min-width: 0%;
  padding-top: 60px;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
}

.coluna-box-2.modalidade1.item6.yoga-do-sentir {
  cursor: auto;
  background-color: #22362b66;
  justify-content: space-between;
  padding-top: 60px;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
}

.coluna-box-2.modalidade1.item6.yoga-flow {
  cursor: auto;
  background-color: #22362b66;
  justify-content: space-between;
  padding-top: 60px;
  display: flex;
}

.coluna-box-2.modalidade1.item6.soundhealing, .coluna-box-2.modalidade1.item6.one-journey, .coluna-box-2.modalidade1.item6.ice-circuit, .coluna-box-2.modalidade1.item6.breathworkdhealing, .coluna-box-2.modalidade1.item6.fisioterapia {
  cursor: auto;
  background-color: #22362b66;
  justify-content: space-between;
  padding-top: 60px;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
}

.coluna-box-2.modalidade1.item6.yoga-original, .coluna-box-2.modalidade1.item6.terapia-manual, .coluna-box-2.modalidade1.item6.recoverylivre, .coluna-box-2.modalidade1.item6.yogateoria, .coluna-box-2.modalidade1.item6.balesolo, .coluna-box-2.modalidade1.item6.sculpt, .coluna-box-2.modalidade1.item6.kundalini, .coluna-box-2.modalidade1.item6.reset, .coluna-box-2.modalidade1.item6.limpeza, .coluna-box-2.modalidade1.item6.chakras {
  cursor: auto;
  background-color: #22362b66;
  justify-content: space-between;
  padding-top: 60px;
  display: flex;
}

.coluna-box-2.modalidade1.item6.glandulas {
  background-color: #22362b66;
  justify-content: space-between;
  padding-top: 60px;
  display: flex;
}

.coluna-box-2.modalidade1.item6.detox, .coluna-box-2.modalidade1.item6.massagem-relaxante {
  cursor: auto;
  background-color: #22362b66;
  justify-content: space-between;
  padding-top: 60px;
  display: flex;
}

.coluna-box-2.modalidade1.centro {
  background-color: #22362bb3;
  justify-content: center;
  display: flex;
}

.coluna-box-2.modalidade1.centro.hot-mat-pilates {
  cursor: auto;
  background-color: #22362b66;
  order: -1;
  justify-content: space-between;
  padding-top: 60px;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
}

.coluna-box-2.modalidade1.terapia-manual {
  padding-left: 30px;
  padding-right: 30px;
  display: none;
}

.coluna-box-2.modalidade1.butt-and-abs {
  cursor: auto;
  background-color: #22362b66;
  justify-content: space-between;
  padding-top: 60px;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
}

.modalidade {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: auto;
  margin-bottom: 45px;
  padding: 20px 10px;
  display: flex;
  position: relative;
}

.heading-53 {
  color: #231f20;
  text-align: left;
  -webkit-text-stroke-color: #070801;
  margin-top: auto;
  margin-bottom: auto;
  font-family: Helvetica, sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 100%;
}

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

.grid-3.modalidades {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  place-content: center;
  place-items: center;
  width: 100%;
  margin-bottom: 0;
  display: grid;
}

.grid-3.modalidades.modalidade-massagem {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.grid-3.modalidades.tm-menor {
  max-width: 642px;
}

.coluna-3 {
  text-align: center;
  cursor: pointer;
  background-color: #0000;
  background-image: url('../images/imga1.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 0;
  flex-direction: column;
  justify-content: space-around;
  width: 100%;
  min-width: 320px;
  max-width: 100%;
  height: 347px;
  padding: 20px;
  display: flex;
  position: relative;
}

.coluna-3.modalidade1 {
  background-color: #0000;
  background-image: url('../images/imga1.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 0;
  width: 100%;
  min-width: 320px;
  max-width: 100%;
  height: 100%;
  min-height: 347px;
  max-height: 347px;
}

.coluna-3.modalidade1.item4 {
  background-image: url('../images/Rectangle-196_1.png');
  max-width: 100%;
  padding: 0;
}

.coluna-3.modalidade1.item4.novo-bg {
  background-image: url('../images/1_1.png');
  min-width: 320px;
}

.coluna-3.modalidade1.item4.novo-bg.fight {
  background-image: url('../images/5_1.png');
}

.coluna-3.modalidade1.item4.novo-bg.pump {
  background-image: url('../images/11.png');
}

.coluna-3.modalidade1.item4.novo-bg.cross {
  background-image: url('../images/4_1.png');
}

.coluna-3.modalidade1.item4.novo-bg.funcional {
  background-image: url('../images/13.png');
}

.coluna-3.modalidade1.item4.novo-bg.funcional.massagemrelaxante {
  background-image: url('../images/36235230014.png');
}

.coluna-3.modalidade1.item4.novo-bg.funcional.drenageminfatica {
  background-image: url('../images/FJ0x5_OUmjWUfhY5Dd_5ulVGGFTp7JPeiA.jpg');
}

.coluna-3.modalidade1.item4.novo-bg.spinning {
  background-image: url('../images/7.png');
  background-position: 50%;
  background-size: cover;
  min-width: 320px;
}

.coluna-3.modalidade1.item4.novo-bg.item10 {
  background-image: url('../images/2_1.png');
}

.coluna-3.modalidade1.item4.novo-bg.item11 {
  background-image: url('../images/9.png');
}

.coluna-3.modalidade1.item4.novo-bg.item12 {
  background-image: url('../images/6a.png');
}

.coluna-3.modalidade1.item4.novo-bg.fisioterapia {
  background-image: url('../images/10.png');
}

.coluna-3.modalidade1.item4.novo-bg.terapiamanual {
  background-image: url('../images/12.png');
}

.coluna-3.modalidade1.item4.novo-bg.recoverylivre {
  background-image: url('../images/-Recovery-Livre.jpg');
}

.coluna-3.modalidade1.item4.novo-bg.yogateoria {
  background-image: url('../images/imga1.jpg');
  background-position: 50%;
  background-size: cover;
}

.coluna-3.modalidade1.item4.novo-bg.balesolo {
  background-image: url('../images/ana-1.png');
  background-position: 50%;
  background-size: cover;
  display: none;
}

.coluna-3.modalidade1.item4.novo-bg.sculpt {
  background-image: url('../images/IMG-20250507-WA0045.jpg');
}

.coluna-3.modalidade1.item4.novo-bg.sculpt.imagem-9 {
  background-image: url('../images/IMAGEM-PARA-MODALIDADE-YOGA-GENTIL.jpeg');
}

.coluna-3.modalidade1.item4.novo-bg.kundalini {
  background-image: url('../images/IMG-20250507-WA0046.jpg');
  display: none;
}

.coluna-3.modalidade1.item4.novo-bg.reset {
  background-image: url('../images/RESET.jpg');
  background-size: cover;
}

.coluna-3.modalidade1.item4.novo-bg.limpeza {
  background-image: url('../images/Limpeza-Energética-com-cristais.jpg');
  background-size: cover;
  display: flex;
}

.coluna-3.modalidade1.item4.novo-bg.chakras {
  background-image: url('../images/Limpeza-Profunda-dos-Chakras.jpg');
}

.coluna-3.modalidade1.item4.novo-bg.glandulas {
  background-image: url('../images/Limpeza-das-Glândulas-Sudoríficas.jpg');
  background-position: 0%;
}

.coluna-3.modalidade1.item4.novo-bg.detox {
  background-image: url('../images/Drenagem-detox-com-argila.jpg');
}

.coluna-3.modalidade1.item4.novo-bg.mrelaxante {
  background-image: url('../images/13.png');
}

.coluna-3.modalidade1.item4.novo-bg.detoxmental {
  background-image: url('../images/WhatsApp-Image-2025-10-22-at-14.52.31.jpeg');
}

.coluna-3.modalidade1.item6 {
  background-image: url('../images/Rectangle-196.png');
  max-width: 100%;
  padding: 0;
}

.coluna-3.modalidade1.item6.sem-mouse-hover {
  background-image: url('../images/8.png');
  min-width: 320px;
}

.coluna-3.modalidade1.item5 {
  background-image: url('../images/3_1.png');
  min-width: 320px;
  max-width: 100%;
  padding: 0;
  display: flex;
}

.flex-block-26 {
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: none;
}

.heading-52 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  color: #fff;
  cursor: auto;
  margin-bottom: 10px;
  font-family: Miracle Personal Use, Arial, sans-serif;
  font-size: 28px;
  font-weight: 400;
  line-height: 38.63px;
  display: flex;
}

.paragraph-20 {
  color: #fff;
  text-align: center;
  height: auto;
  margin: 0 auto 10px;
  font-family: Helvetica, sans-serif;
  font-size: 12px;
  display: flex;
  overflow: hidden;
}

.container-25 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: none;
  margin-bottom: 60px;
  display: flex;
}

.heading-129 {
  color: #22362b;
  text-align: center;
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 60px;
  font-family: Miracle Personal Use, Arial, sans-serif;
  font-size: 48px;
  font-weight: 400;
}

.slide-32 {
  height: auto;
  max-height: 702.66px;
  margin-left: 0;
  margin-right: 10px;
}

.slide-33 {
  width: auto;
  margin-left: 10px;
  margin-right: 10px;
}

.slider-17 {
  background-color: #0000;
  flex-flow: row;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 1200px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.slide-nav-9 {
  display: none;
  bottom: auto;
}

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

.icon-29 {
  margin-right: 0;
  display: block;
}

.icon-30 {
  margin-left: 0;
  display: block;
}

.mask-11 {
  background-color: #0000;
  width: 100%;
  max-width: 440px;
}

.section-17 {
  background-color: var(--primary-web);
  background-image: url('../images/image-26.png');
  background-position: 50%;
  background-size: auto;
  width: 100%;
  padding-top: 40px;
  padding-bottom: 40px;
}

.heading-130 {
  color: var(--secondary-web);
  text-transform: uppercase;
  margin-bottom: 0;
  font-family: Miracle Personal Use, Arial, sans-serif;
  font-size: 48px;
  font-weight: 400;
}

.heading-130.subtituto-servicos {
  text-align: center;
  text-transform: capitalize;
  margin-bottom: 20px;
  font-size: 38px;
  font-weight: 400;
}

.paragraph-105 {
  color: var(--secondary-web);
  margin-bottom: 40px;
  font-family: Helvetica, sans-serif;
}

.button-16 {
  background-color: var(--secondary-web);
  color: var(--color-texto-1);
  text-align: left;
  text-transform: uppercase;
  border-radius: 13px;
  justify-content: center;
  align-self: center;
  align-items: center;
  max-width: 356px;
  font-family: Helvetica, sans-serif;
  font-size: 20px;
  font-weight: 700;
  display: flex;
}

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

.div-block-190 {
  background-color: var(--secondary-web);
  border-radius: 13px;
  justify-content: space-between;
  align-items: center;
  max-width: 266px;
  max-height: 64px;
  margin-bottom: 46px;
  padding: 20px;
  text-decoration: none;
  display: flex;
}

.div-block-190.link-descubra {
  margin-top: 20px;
  margin-bottom: 0;
  position: relative;
  inset: 0% 0% 0% auto;
}

.heading-131 {
  color: #e5e0e8;
  text-transform: uppercase;
  font-family: Helvetica, sans-serif;
  font-size: 10px;
  text-decoration: none;
}

.text-span-84 {
  font-size: 2rem;
}

.text-span-85, .text-span-86, .text-span-87, .text-span-88, .text-span-89 {
  font-size: 1.25rem;
}

.text-span-90 {
  font-size: 1rem;
}

.text-span-91, .text-span-92, .text-span-93, .text-span-94, .text-span-95, .text-span-96, .text-span-97, .text-span-98, .text-span-99, .text-span-100, .text-span-101 {
  font-size: 1.25rem;
}

.bold-text-28 {
  font-size: 2rem;
}

.text-span-102, .text-span-103, .text-span-104, .text-span-105, .text-span-106 {
  font-size: 1.25rem;
}

.bold-text-29 {
  font-size: 2rem;
}

.text-span-107, .text-span-108, .text-span-109 {
  font-size: 1.25rem;
}

.text-span-110 {
  font-size: 2rem;
}

.text-span-111, .text-span-112, .text-span-113, .text-span-114, .text-span-115 {
  font-size: 1.25rem;
}

.h1, .text-span-116 {
  font-weight: 700;
}

.slider-19 {
  background-color: #0000;
  width: 100%;
  max-width: 865px;
  height: 367px;
  margin-top: 40px;
}

.slide-35, .slide-36 {
  width: 288px;
}

.link-block-18 {
  width: 100%;
  height: 100%;
}

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

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

.slide-nav-10.navbolinhas, .right-arrow-11.arrowd, .left-arrow-10.arrowl {
  display: block;
}

.div-compras {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-top: 100px;
  display: flex;
}

.slider-banner-top {
  background-color: #0000;
  width: 100%;
  height: auto;
  min-height: 480px;
}

.image-103 {
  box-sizing: border-box;
  object-fit: cover;
  width: 100%;
  height: 100%;
  min-height: 480px;
  margin-left: auto;
  margin-right: auto;
}

.image-104 {
  display: none;
}

.slide-37, .slide-38, .slide-39, .slide-40, .slide-41 {
  min-height: 480px;
}

.container-27 {
  display: none;
}

.flex-block-27 {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 900px;
  min-height: 80px;
  margin-bottom: 0;
}

.code-embed {
  color: #e6e6e6;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  padding-left: 6px;
  padding-right: 6px;
  display: flex;
}

.code-embed.car-shopping.pagekraft-auth-checkout {
  color: var(--primary-web);
}

.button-2-ang {
  color: #e6e6e6;
  background-color: #0000;
  border: 1px solid #e6e6e6;
  border-radius: 6px;
  padding: 6px 12px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  display: none;
}

.button-2-ang.pagekraft-auth-register {
  border-color: var(--primary-web);
  color: var(--primary-web);
  font-family: Helvetica, sans-serif;
  font-size: 20px;
  font-weight: 700;
  display: none;
}

.button-1-ang {
  background-color: var(--primary-web);
  color: var(--secondary-web);
  text-transform: none;
  border-radius: 6px;
  padding: 6px 12px;
  font-family: Helvetica, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
  display: none;
}

.div-block-192 {
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.div-block-192.flexmodalidae {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
}

.div-block-193 {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  justify-content: flex-end;
  align-items: center;
  min-width: 279px;
  margin-left: 24px;
  display: flex;
}

.slide-42 {
  width: auto;
}

.button-20 {
  border-radius: var(--6px);
  background-color: var(--primary-web);
  color: var(--secondary-web);
  padding-left: 20px;
  padding-right: 20px;
  font-weight: 700;
  display: none;
}

.button-21 {
  border: 1px solid var(--primary-web);
  border-radius: var(--6px);
  background-color: var(--transparent);
  color: var(--primary-web);
  padding-left: 20px;
  padding-right: 20px;
  font-weight: 700;
  display: none;
}

.div-block-194 {
  background-color: #22362b;
  border-radius: 13px;
  justify-content: space-between;
  align-items: center;
  max-width: 266px;
  max-height: 64px;
  margin-bottom: 46px;
  padding: 20px;
  text-decoration: none;
  display: flex;
}

.div-block-194.tn-nossos {
  margin-bottom: 0;
}

.heading-133 {
  color: #e5e0e8;
  text-transform: uppercase;
  font-family: Helvetica, sans-serif;
  font-size: 10px;
  text-decoration: none;
}

.code-embed-2 {
  width: 100%;
  height: 100%;
  max-height: none;
}

.section-18 {
  width: 100%;
  min-height: 320px;
}

.div-block-195 {
  width: 100%;
  min-width: 320px;
  max-width: 853px;
  min-height: 480px;
  margin-bottom: 100px;
  margin-left: auto;
  margin-right: auto;
}

.bold-text-30, .bold-text-31, .bold-text-32, .bold-text-33, .bold-text-34, .bold-text-35, .bold-text-36 {
  font-weight: 400;
}

.div-block-196 {
  cursor: pointer;
  background-color: #22362b;
  border-radius: 50px;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  min-width: 300px;
  max-width: 310px;
  height: 100%;
  min-height: 360px;
  max-height: 427px;
  padding: 40px 20px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.heading-134 {
  color: var(--primary-web);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Miracle Personal Use, Arial, sans-serif;
  font-size: 32px;
  font-weight: 400;
}

.div-block-197 {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  cursor: pointer;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 40px 15px;
  display: flex;
  position: absolute;
  inset: 0%;
}

.div-block-199 {
  flex-flow: column;
  align-items: center;
  display: flex;
}

.cred-hide {
  flex-flow: column;
  align-items: center;
  width: 90%;
  display: flex;
}

.cred-hide.tipos-cred {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  min-height: 0;
  display: none;
}

.cred-hide.div-foot {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  min-height: 60px;
  margin-top: 30px;
  display: none;
  position: relative;
  bottom: 0;
}

.paragraph-106 {
  color: #fff;
  text-align: center;
  margin-bottom: 0;
  font-family: Helvetica, sans-serif;
  font-size: 10px;
}

.div-block-200 {
  background-color: #e5cdb51a;
  border-radius: 25px;
  justify-content: center;
  align-items: center;
  min-width: 74px;
  height: 28px;
  padding-top: 2px;
  padding-left: 8px;
  padding-right: 8px;
  line-height: 1;
  display: flex;
}

.heading-135 {
  color: var(--primary-web);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Helvetica, sans-serif;
  font-size: 10px;
  font-weight: 400;
  line-height: 1;
}

.flex-block-28 {
  grid-column-gap: 7px;
  grid-row-gap: 7px;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 427px;
  display: flex;
}

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

.link-block-19 {
  margin-top: 0;
}

.div-block-202 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: wrap;
  justify-content: flex-end;
  align-items: flex-start;
  width: 95%;
  max-width: 1279px;
  margin-bottom: 40px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: relative;
}

.div-block-203 {
  width: 266px;
}

.div-block-204 {
  width: 260px;
  display: none;
}

.bold-text-37, .bold-text-38, .bold-text-39 {
  font-weight: 400;
}

.heading-136 {
  color: #fff;
  margin-bottom: 0;
  font-family: Helvetica, sans-serif;
  font-size: 1rem;
}

.heading-137 {
  color: #fff;
  text-align: center;
  font-family: Helvetica, sans-serif;
  font-size: .75rem;
  font-weight: 400;
}

.div-block-205 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  min-height: 335px;
  display: flex;
  position: relative;
}

.button-22 {
  text-transform: uppercase;
  background-color: #22362b;
  border-radius: 11.24px;
  justify-content: center;
  align-items: center;
  width: 225.44px;
  height: 44.43px;
  font-family: Helvetica, sans-serif;
  font-weight: 700;
  display: flex;
}

.detalhe-credito {
  z-index: 1;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: var(--primary-web);
  opacity: 0;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 20px;
  display: none;
  position: absolute;
  inset: 0%;
}

.detalhe-credito.card1 {
  opacity: 0;
  height: 500px;
  display: none;
  inset: 0%;
  overflow: auto;
}

.detalhe-credito.card2, .detalhe-credito.card3 {
  opacity: 0;
  display: none;
}

.div-block-206 {
  background-color: var(--secondary-web);
  color: var(--white-web);
  border-radius: 41.14px;
  justify-content: center;
  align-items: center;
  width: 344.75px;
  height: 186.77px;
  font-family: Helvetica, sans-serif;
  display: flex;
  position: relative;
}

.div-block-207 {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 275px;
  height: 90%;
  max-height: none;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

.heading-138 {
  color: #22362b;
  justify-content: center;
  align-items: flex-end;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  display: block;
}

.div-block-208 {
  background-color: var(--primary-web);
  border-radius: 16px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  min-width: 32px;
  min-height: 32px;
  padding-left: 12px;
  padding-right: 12px;
  display: flex;
}

.paragraph-107 {
  color: var(--primary-web);
  text-align: center;
  font-size: 12px;
}

.paragraph-107.txt-3 {
  max-width: 151px;
}

.left-arrow-11, .right-arrow-12 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-209 {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  flex-flow: column;
  width: 100%;
  margin-top: 67px;
  margin-bottom: 80px;
  display: flex;
}

.slider-20 {
  background-color: #0000;
  width: 100%;
  max-width: 960px;
  height: 100%;
}

.slide-43 {
  width: auto;
  height: auto;
  margin-left: 5px;
  margin-right: 5px;
}

.slide-44, .slide-45, .slide-46 {
  width: auto;
  margin-left: 5px;
  margin-right: 5px;
}

.mask-12 {
  width: 100%;
  max-width: 620px;
  margin-left: auto;
  margin-right: auto;
}

.icon-33, .icon-34 {
  color: var(--secondary-web);
}

.slide-nav-11 {
  display: none;
}

.flex-block-30 {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  min-height: 80px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
}

.link-11 {
  color: var(--secondary-web);
  text-align: center;
  margin-top: 42px;
  font-family: Helvetica, sans-serif;
  font-size: 20px;
  text-decoration: underline;
}

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

  .section-banner-home {
    height: 480px;
    margin-top: 100px;
  }

  .section-4 {
    background-size: cover;
  }

  .container-12 {
    max-width: 1280px;
  }

  .heading-97 {
    margin-left: 10%;
  }

  .image-62 {
    margin-left: 10px;
  }

  .section-11 {
    background-size: cover;
  }

  .div-block-166.d-reservas.div-credito {
    max-width: none;
  }

  .div-block-169 {
    width: 400px;
  }

  .image-99, .image-100, .image-101, .image-102, .container-23 {
    max-width: none;
  }

  .coluna-box-2.modalidade1 {
    max-width: 100%;
  }

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

  .slide-32 {
    max-width: 400px;
  }

  .slider-17 {
    background-color: #0000;
    max-width: 1440px;
  }

  .icon-29 {
    margin-right: 30px;
  }

  .mask-11 {
    max-width: 1240px;
  }

  .div-block-196 {
    max-width: 360px;
    max-height: 380px;
  }

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

  .div-block-202 {
    justify-content: space-between;
    align-items: flex-start;
  }

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

  .div-block-208 {
    border-radius: 16px;
  }

  .left-arrow-11, .right-arrow-12 {
    display: none;
  }

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

  .mask-12 {
    max-width: 1250px;
  }

  .left-arrow-12, .right-arrow-13 {
    display: none;
  }
}

@media screen and (min-width: 1440px) {
  .f-container {
    max-width: 1440px;
  }

  .div-block-22 {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .section-banner-home {
    max-width: 100%;
    height: 480px;
    margin-top: 100px;
  }

  .section-4 {
    background-size: cover;
  }

  .container-12 {
    max-width: 1440px;
  }

  .image-62 {
    margin-left: 10px;
  }

  .section-11 {
    background-size: cover;
  }

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

  .div-block-166.d-reservas.div-credito {
    justify-content: space-between;
    align-items: center;
    max-width: 1440px;
  }

  .div-block-182 {
    width: 354px;
  }

  .div-block-182.serv-img3 {
    width: 354px;
    max-width: none;
  }

  .button-12 {
    font-family: Helvetica, sans-serif;
  }

  .heading-118 {
    font-family: Miracle Personal Use, Arial, sans-serif;
  }

  .paragraph-93 {
    font-family: Archivo, sans-serif;
  }

  .slide-25, .slide-26, .slide-27, .slide-28 {
    width: 25%;
  }

  .image-99 {
    max-width: none;
  }

  .image-100 {
    min-width: 319px;
    max-width: none;
  }

  .image-101, .image-102, .container-23 {
    max-width: none;
  }

  .paragraph-99 {
    margin-bottom: 20px;
  }

  .slider-16 {
    max-width: 1440px;
  }

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

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

  .coluna-box-2.modalidade1 {
    max-width: 100%;
    padding-top: 20px;
    display: none;
    position: relative;
    right: auto;
  }

  .coluna-3.modalidade1.item4, .coluna-3.modalidade1.item6, .coluna-3.modalidade1.item5 {
    padding: 0;
  }

  .slider-17 {
    max-width: 1440px;
    height: auto;
  }

  .icon-29 {
    margin-right: 10px;
  }

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

  .mask-11 {
    max-width: 1440px;
  }

  .slider-19 {
    max-width: 1440px;
    height: 367px;
  }

  .slide-nav-10, .slide-nav-10.navbolinhas, .right-arrow-11, .right-arrow-11.arrowd, .left-arrow-10, .left-arrow-10.arrowl, .cred-hide.tipos-cred {
    display: none;
  }

  .flex-block-28 {
    max-width: 1440px;
  }
}

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

  .section-banner-home {
    height: auto;
    min-height: 480px;
    margin-top: 100px;
  }

  .section-4 {
    background-size: cover;
  }

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

  .image-62 {
    margin-left: 10px;
  }

  .section-11 {
    background-size: cover;
  }

  .section-11.section-modalidade {
    background-size: cover;
    margin-top: 80px;
    padding-bottom: 100px;
  }

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

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

  .div-block-166.d-reservas {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    margin-left: 0;
  }

  .div-block-166.d-reservas.div-credito {
    justify-content: space-between;
    align-items: center;
    max-width: none;
    margin-left: auto;
    margin-right: auto;
  }

  .div-block-169 {
    margin-left: 0;
    margin-right: 0;
    padding-bottom: 20px;
  }

  .image-99, .image-100, .image-101, .image-102 {
    width: 100%;
  }

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

  .heading-124 {
    color: #22362b;
    margin-bottom: 50px;
  }

  .paragraph-99 {
    color: var(--secondary-web);
    margin-bottom: 20px;
  }

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

  .link-block-4.desabilitado {
    display: flex;
  }

  .flex-block-6 {
    margin-top: 0;
  }

  .coluna-box-2.modalidade1 {
    min-width: 100%;
    min-height: 0;
    display: none;
  }

  .coluna-box-2.modalidade1.item6, .coluna-box-2.modalidade1.centro {
    display: none;
  }

  .modalidade {
    width: 100%;
    max-width: 100%;
    height: auto;
  }

  .grid-3.modalidades {
    grid-auto-flow: row;
    place-items: stretch stretch;
  }

  .coluna-3.modalidade1 {
    background-color: #0000;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    min-width: 5px;
    max-width: 0;
  }

  .slider-17 {
    background-color: #0000;
    width: 100%;
    max-width: 1440px;
    height: auto;
    margin-left: auto;
    margin-right: auto;
  }

  .image-103 {
    min-width: 100%;
  }

  .div-block-194.tn-nossos {
    margin-bottom: 0;
  }

  .cred-hide, .cred-hide.tipos-cred {
    display: none;
  }

  .heading-135 {
    line-height: 1;
  }

  .flex-block-28 {
    max-width: none;
  }
}

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

  .l-nav {
    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: center;
    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);
    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);
  }

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

  .menu-button.menu-mobile-action {
    background-color: var(--transparent);
  }

  .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.social-box-menu {
    margin-top: 10%;
    font-size: .875rem;
    display: none;
  }

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

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

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

  .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;
    width: 320px;
    height: 374px;
    display: flex;
    position: absolute;
  }

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

  .div-block-50 {
    background-color: var(--black-web);
    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%;
  }

  .section-modalidade {
    padding-top: 60px;
    padding-bottom: 60px;
  }

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

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

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

  .section-4 {
    background-size: cover;
    padding-bottom: 100px;
  }

  .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 {
    height: auto;
    line-height: 1;
  }

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

  .slider-5 {
    justify-content: center;
    align-items: center;
    max-width: 100%;
    max-height: 100%;
    margin-top: 0;
    overflow: visible;
  }

  .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: none;
    margin-bottom: 0;
  }

  .icon-10, .icon-10.esquerda {
    color: var(--secondary-web);
  }

  .logo-wrapper-2 {
    margin-top: 65px;
  }

  .container-12 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    margin-top: 40px;
    display: flex;
  }

  .heading-97 {
    margin-bottom: 2rem;
    margin-right: 0;
  }

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

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

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

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

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

  .paragraph-17 {
    text-align: center;
  }

  .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-top: 0;
    padding-left: 10px;
    padding-right: 10px;
    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;
  }

  .section-11 {
    background-repeat: repeat-y;
    background-size: contain;
    padding-bottom: 60px;
  }

  .section-11.section-modalidade {
    padding-top: 60px;
  }

  .div-block-143 {
    margin-top: 60px;
    padding-bottom: 100px;
  }

  .div-block-144 {
    width: 100%;
    max-width: none;
    max-height: none;
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

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

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

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

  .div-block-161 {
    flex-flow: column;
    justify-content: center;
  }

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

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

  .left-arrow-5 {
    left: 0%;
  }

  .right-arrow-6 {
    right: 0%;
  }

  .icon-21 {
    color: #000;
    -webkit-text-stroke-width: 0px;
    background-color: #0000;
    font-family: "Baloo 2";
    left: auto;
    right: 0;
  }

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

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

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

  .div-block-166.d-reservas.div-credito {
    display: block;
  }

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

  .div-block-167 {
    flex-flow: wrap;
    width: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .slide-16, .slide-17 {
    margin-left: 0;
  }

  .icon-22 {
    color: #000;
    left: 0;
    right: auto;
  }

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

  .div-block-169 {
    text-align: center;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
    padding: 40px 10px;
  }

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

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

  .paragraph-83 {
    width: 100%;
  }

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

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

  .div-block-179 {
    justify-content: center;
    align-items: center;
  }

  .div-block-181 {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .container-21 {
    width: 100%;
    min-width: auto;
    max-width: none;
    padding-left: 20px;
    padding-right: 20px;
  }

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

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

  .grid-10 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    padding: 40px 15px 20px;
  }

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

  .section-16 {
    background-color: var(--secondary-web);
    justify-content: center;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .slider-15 {
    width: 100%;
    height: auto;
  }

  .slide-25, .slide-26, .slide-27, .slide-28 {
    width: 50%;
  }

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

  .slide-29, .slide-30, .slide-31 {
    width: 100%;
  }

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

  .flex-block-6 {
    flex-wrap: wrap;
    width: 100%;
    max-width: 1045px;
  }

  .modalidade {
    margin-left: auto;
    margin-right: auto;
  }

  .grid-3 {
    grid-template-rows: auto auto;
    grid-template-columns: 50% 50% 50% 50%;
    grid-auto-flow: column;
  }

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

  .grid-3.modalidades.modalidade-massagem {
    grid-template-columns: 1fr 1fr;
  }

  .coluna-3 {
    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;
  }

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

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

  .left-arrow-9 {
    left: 0%;
  }

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

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

  .slide-32 {
    height: auto;
    max-height: none;
    margin-left: 0;
    margin-right: 0;
  }

  .slide-33 {
    margin-left: 10px;
    margin-right: 10px;
  }

  .slider-17 {
    background-color: #0000;
    width: 100%;
    height: auto;
    margin-top: 40px;
    margin-left: auto;
    margin-right: auto;
  }

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

  .icon-29 {
    margin-right: 0;
    display: block;
  }

  .icon-30 {
    margin-left: 0;
    display: block;
  }

  .mask-11 {
    max-width: 460px;
    height: auto;
    margin-left: auto;
    margin-right: auto;
  }

  .heading-130 {
    font-size: 38px;
  }

  .div-block-190.link-descubra {
    order: -9999;
    margin-top: 0;
    margin-bottom: 20px;
    position: relative;
  }

  .slider-19 {
    width: 576px;
    max-width: none;
  }

  .container-27, .div-block-193 {
    display: none;
  }

  .cred-hide, .cred-hide.tipos-cred, .cred-hide.div-foot {
    display: flex;
  }

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

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

  .div-block-205 {
    height: auto;
  }

  .detalhe-credito.card1 {
    width: 100%;
  }
}

@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: 90px;
    max-height: none;
    margin-left: 0;
    margin-right: 15%;
  }

  .menu-button.menu-mobile-action {
    z-index: 1;
  }

  .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.social-box-menu {
    padding-left: 20px;
  }

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

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

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

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

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

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

  .section-modalidade {
    flex-direction: column;
    display: flex;
  }

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

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

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

  .section-banner-home {
    height: 480px;
  }

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

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

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

  .mask-4 {
    height: 100%;
  }

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

  .slider-5 {
    height: auto;
  }

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

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

  .container-12 {
    margin-top: 0;
  }

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

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

  .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: center;
    padding-bottom: 0;
    display: flex;
  }

  .bold-text-4 {
    margin-right: auto;
  }

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

  .div-block-140.foot-raz {
    max-width: none;
  }

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

  .section-11 {
    background-repeat: repeat-y;
    background-size: contain;
  }

  .div-block-143 {
    margin-top: 0;
    padding-top: 40px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .heading-42 {
    font-size: 36px;
  }

  .div-block-144 {
    justify-content: center;
    align-items: center;
    width: 100%;
    max-height: none;
    padding-bottom: 40px;
    display: flex;
  }

  .container-16 {
    padding-left: 0;
    padding-right: 0;
  }

  .paragraph-26 {
    padding-left: 0;
    font-size: 16px;
  }

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

  .flex-block-22 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    margin-top: 0;
  }

  .heading-43 {
    font-size: 48px;
  }

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

  .button-9 {
    margin-left: 0;
  }

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

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

  .div-block-163.m-playlist {
    flex-flow: column wrap;
    margin-bottom: 0;
    padding-top: 60px;
    padding-bottom: 60px;
  }

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

  .icon-21 {
    color: #000;
  }

  .div-block-165 {
    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-165.d-reservas {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .div-block-166 {
    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-166.d-reservas {
    margin-left: 0;
  }

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

  .icon-22 {
    color: #000;
  }

  .div-block-169 {
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    max-width: 420px;
  }

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

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

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

  .container-21 {
    width: 100%;
    min-width: auto;
  }

  .grid-10 {
    padding-top: 40px;
  }

  .container-23 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .heading-124 {
    font-size: 72px;
  }

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

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

  .grid-3.modalidades {
    flex-flow: column;
    display: flex;
  }

  .coluna-3.modalidade1.item4.novo-bg, .coluna-3.modalidade1.item4.novo-bg.spinning.imagea1, .coluna-3.modalidade1.item6.sem-mouse-hover, .coluna-3.modalidade1.item5 {
    margin-bottom: 10px;
  }

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

  .slide-32 {
    width: 100%;
    margin-left: 0;
  }

  .slide-33 {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

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

  .slide-nav-9 {
    justify-content: center;
    align-items: flex-start;
    margin-bottom: -60px;
    display: flex;
    top: auto;
    bottom: 10px;
  }

  .slider-19 {
    width: 288px;
    max-width: none;
  }

  .image-103 {
    display: none;
  }

  .image-104 {
    width: 100%;
    display: block;
  }

  .container-27 {
    justify-content: space-between;
    width: 100%;
    display: flex;
  }

  .button-17 {
    z-index: 2;
    background-color: var(--primary-web);
    color: var(--black-web);
    text-align: center;
    width: 50%;
    font-weight: 500;
    position: fixed;
    inset: auto auto 0% 0%;
  }

  .button-18 {
    z-index: 2;
    background-color: var(--black-web);
    color: var(--white-web);
    text-align: center;
    width: 50%;
    font-weight: 500;
    position: fixed;
    inset: auto 0% 0% auto;
  }

  .div-block-196 {
    min-height: 380px;
  }

  .detalhe-credito.card1 {
    z-index: 1;
  }

  .left-arrow-11, .right-arrow-12 {
    display: none;
  }

  .mask-12 {
    max-width: 310px;
  }
}

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

  .heading {
    font-size: 1.5rem;
  }

  .l-nav {
    background-color: var(--secondary-web);
    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;
  }

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

  .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;
    margin-left: 0;
    margin-right: 15%;
  }

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

  .menu-button.menu-mobile-action {
    z-index: 1;
  }

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

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

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

  .box-r-sociais.menu {
    justify-content: flex-start;
    align-items: center;
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
    display: flex;
  }

  .heading-12.rs-mobile {
    color: var(--white-web);
  }

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

  .body-politica, .body-cookiesof, .db-packages.padding-default {
    margin-top: 0;
  }

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

  .bold-text-3 {
    color: var(--white-web);
  }

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

  .section-modalidade {
    padding-bottom: 80px;
    padding-left: 10px;
    padding-right: 10px;
  }

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

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

  .body-5, .body-6 {
    margin-top: 0;
  }

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

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

  .coluna-2 {
    width: 100%;
  }

  .section-5 {
    padding: 60px 0 140px;
  }

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

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

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

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

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

  .slider-5 {
    height: auto;
    margin-left: auto;
    margin-right: auto;
  }

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

  .icon-10:hover {
    color: var(--secondary-web);
  }

  .icon-10.esquerda {
    color: var(--primary-web);
  }

  .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-bottom: 2rem;
    margin-left: 0;
    font-size: 28px;
  }

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

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

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

  .paragraph-17.end-txt {
    text-align: center;
  }

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

  .f-r-link-2 {
    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: 0;
    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;
  }

  .section-11 {
    background-repeat: repeat-y;
    background-size: contain;
    margin-top: 0;
    padding-top: 40px;
    padding-left: 0;
    padding-right: 0;
  }

  .section-11.section-modalidade {
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-143 {
    padding-top: 20px;
  }

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

  .container-16, .paragraph-26 {
    padding-left: 0;
    padding-right: 0;
  }

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

  .heading-43 {
    padding-left: 0;
    padding-right: 0;
    font-size: 38px;
  }

  .paragraph-76 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .button-9 {
    margin-left: 0;
  }

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

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

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

  .div-block-163.m-playlist {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: auto;
    padding-top: 0;
    padding-left: 15px;
    padding-right: 15px;
  }

  .image-82 {
    width: 100%;
  }

  .image-83, .slide-14 {
    width: 100%;
    height: auto;
  }

  .image-84 {
    width: 100%;
  }

  .slide-15 {
    width: 100%;
    height: auto;
    max-height: 478px;
  }

  .slider-12.slid-1 {
    height: auto;
  }

  .image-85 {
    width: 100%;
    height: auto;
  }

  .image-86 {
    width: 100%;
  }

  .image-87 {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    width: 100%;
  }

  .icon-21 {
    color: #000;
    background-color: #0000;
    margin-left: 10px;
    margin-right: 0;
    left: auto;
    right: 0%;
  }

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

  .heading-109 {
    font-size: 42px;
  }

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

  .slide-17 {
    height: auto;
  }

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

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

  .icon-22 {
    color: #000;
    background-color: #0000;
    margin-left: 10px;
    margin-right: 0;
    left: -11px;
  }

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

  .slide-18 {
    height: auto;
  }

  .div-block-169 {
    width: 100%;
    max-width: 420px;
    height: 480px;
    max-height: none;
    padding-right: 10px;
  }

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

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

  .paragraph-83 {
    font-size: 32px;
  }

  .heading-116 {
    text-align: center;
    padding-left: 0;
  }

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

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

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

  .div-block-179 {
    flex-flow: wrap;
  }

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

  .mask-10 {
    height: auto;
  }

  .container-21 {
    padding-left: 10px;
    padding-right: 10px;
  }

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

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

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

  .button-13 {
    position: relative;
  }

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

  .div-block-184 {
    width: 90%;
    min-width: auto;
    margin-top: 60px;
  }

  .heading-119 {
    width: 100%;
    font-size: 48px;
  }

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

  .grid-10 {
    max-width: none;
    padding-top: 40px;
  }

  .div-block-187 {
    width: 100%;
    min-width: auto;
  }

  .heading-122 {
    font-size: 56px;
  }

  .slider-15, .slide-25, .slide-26, .slide-27, .slide-28 {
    width: 100%;
  }

  .container-23 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .heading-124 {
    font-size: 48px;
  }

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

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

  .slide-30, .slide-31 {
    width: 100%;
  }

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

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

  .image-37 {
    margin-bottom: 20px;
  }

  .coluna-box-2.modalidade1, .coluna-box-2.modalidade1.item6 {
    display: none;
  }

  .modalidade {
    width: 100%;
    height: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .heading-53 {
    font-size: 12px;
  }

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

  .grid-3.modalidades {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .coluna-3 {
    width: 100%;
  }

  .coluna-3.modalidade1 {
    background-size: cover;
  }

  .coluna-3.modalidade1.item4 {
    min-width: 100%;
    margin-bottom: 10px;
  }

  .coluna-3.modalidade1.item6 {
    min-width: 100%;
  }

  .coluna-3.modalidade1.item6.sem-mouse-hover {
    margin-bottom: 10px;
  }

  .coluna-3.modalidade1.item5 {
    min-width: 100%;
    margin-bottom: 10px;
  }

  .image-36, .image-35 {
    margin-bottom: 20px;
  }

  .flex-block-26 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .image-34, .image-38 {
    margin-bottom: 20px;
  }

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

  .left-arrow-9 {
    left: 0%;
  }

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

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

  .slide-33 {
    padding-left: 5px;
    padding-right: 5px;
  }

  .slider-17 {
    max-width: 90%;
  }

  .slide-nav-9 {
    bottom: 5px;
  }

  .mask-11 {
    max-width: 420px;
  }

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

  .container-26 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .slider-19.slider-compras {
    margin-left: auto;
    margin-right: auto;
  }

  .slider-banner-top {
    height: 480px;
  }

  .image-104 {
    height: 100%;
  }

  .container-27 {
    z-index: 3;
    justify-content: space-between;
    width: 100%;
    margin-top: 100px;
    display: flex;
    position: fixed;
    inset: auto 0% 0%;
  }

  .button-17 {
    background-color: var(--primary-web);
    color: var(--black-web);
    text-align: center;
    justify-content: center;
    align-items: center;
    width: 50%;
    max-width: 50%;
    height: 50px;
    max-height: 50px;
    margin-top: 0;
    font-weight: 500;
    position: fixed;
    inset: auto auto 0% 0%;
  }

  .button-18 {
    background-color: var(--black-web);
    color: var(--white-web);
    text-align: center;
    justify-content: center;
    align-items: center;
    width: 50%;
    max-width: 50%;
    height: 50px;
    max-height: 50px;
    margin-top: 0;
    font-weight: 500;
    display: flex;
    position: fixed;
    inset: auto 0% 0% auto;
  }

  .div-block-196 {
    min-width: 290px;
    height: auto;
    min-height: 380px;
    max-height: 600px;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .heading-134 {
    font-size: 28px;
  }

  .div-block-197 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    height: 100%;
    padding: 30px 15px 20px;
  }

  .cred-hide.tipos-cred {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }

  .cred-hide.div-foot {
    min-height: 0;
  }

  .div-block-206 {
    width: auto;
    min-width: 100%;
  }

  .div-block-207 {
    min-width: 0;
    max-width: none;
  }

  .mask-12 {
    max-width: 300px;
  }

  .icon-33, .icon-34 {
    color: var(--primary-web);
  }
}

#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-760b3673, #w-node-_0b422a80-4c31-7444-5fe5-f911e55d1830-760b3673 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#hot-yoga.w-node-a57c83e8-ab50-c400-7b10-abdebd350222-760b3688, #hot-mat-pilates.w-node-a57c83e8-ab50-c400-7b10-abdebd350254-760b3688, #yoga-do-sentir.w-node-a57c83e8-ab50-c400-7b10-abdebd35027b-760b3688, #power.w-node-a57c83e8-ab50-c400-7b10-abdebd35023c-760b3688, #yoga-flow.w-node-a57c83e8-ab50-c400-7b10-abdebd350261-760b3688, #yoga-original.w-node-cc0fb0ed-e74c-78dd-9549-e5fd5f1739cd-760b3688, #yogateoria.w-node-b065096d-3a59-0294-5ed8-6450d978fefb-760b3688, #balesolo.w-node-_7eba1a4b-15b0-8063-9cd3-e922699d094a-760b3688, #sculpt.w-node-_2c19a8a7-132d-ba37-f04d-8f1eb8de4a5d-760b3688, #sculpt.w-node-a356ba61-5c8f-8c9e-4b9a-07ae07034b22-760b3688, #kundalini.w-node-f631ab8c-ab07-a856-7467-bebbfbabc294-760b3688, #ice-circuit.w-node-_2a923f68-ec95-1a5d-bf5c-edb470a4cd29-760b3688, #breathworkdhealing.w-node-_2a923f68-ec95-1a5d-bf5c-edb470a4cd33-760b3688, #recoverylivre.w-node-_2a923f68-ec95-1a5d-bf5c-edb470a4cd63-760b3688 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: auto;
}

#terapia-manual.w-node-_2bce3f93-2d70-3126-65d7-a9ed11bdc760-760b3688 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: auto;
}

#massagem-relaxante.w-node-_2bce3f93-2d70-3126-65d7-a9ed11bdc769-760b3688, #drenagem-linfatica.w-node-f48c455b-bb70-2e77-a733-ee045e13319a-760b3688, #terapia-relaxante.w-node-_9a448c24-210c-a500-f018-c239c3c87f27-760b3688, #detox.w-node-_9a448c24-210c-a500-f018-c239c3c87fa8-760b3688, #detox.w-node-_2ada6b58-c95c-7e3f-5117-ecc5cd9158f4-760b3688, #one-journey.w-node-_966ccf30-395c-926f-2217-243e97b81f28-760b3688, #reset.w-node-_966ccf30-395c-926f-2217-243e97b81faa-760b3688, #soundhealing.w-node-_1a7773f2-64cc-4c3f-aa05-9e4f0b61fd9d-760b3688 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: auto;
}

@media screen and (min-width: 1920px) {
  #hot-yoga.w-node-a57c83e8-ab50-c400-7b10-abdebd350222-760b3688, #hot-mat-pilates.w-node-a57c83e8-ab50-c400-7b10-abdebd350254-760b3688, #yoga-do-sentir.w-node-a57c83e8-ab50-c400-7b10-abdebd35027b-760b3688, #power.w-node-a57c83e8-ab50-c400-7b10-abdebd35023c-760b3688, #yoga-flow.w-node-a57c83e8-ab50-c400-7b10-abdebd350261-760b3688, #yoga-original.w-node-cc0fb0ed-e74c-78dd-9549-e5fd5f1739cd-760b3688, #yogateoria.w-node-b065096d-3a59-0294-5ed8-6450d978fefb-760b3688, #balesolo.w-node-_7eba1a4b-15b0-8063-9cd3-e922699d094a-760b3688, #sculpt.w-node-_2c19a8a7-132d-ba37-f04d-8f1eb8de4a5d-760b3688, #sculpt.w-node-a356ba61-5c8f-8c9e-4b9a-07ae07034b22-760b3688, #kundalini.w-node-f631ab8c-ab07-a856-7467-bebbfbabc294-760b3688, #ice-circuit.w-node-_2a923f68-ec95-1a5d-bf5c-edb470a4cd29-760b3688, #breathworkdhealing.w-node-_2a923f68-ec95-1a5d-bf5c-edb470a4cd33-760b3688, #recoverylivre.w-node-_2a923f68-ec95-1a5d-bf5c-edb470a4cd63-760b3688, #terapia-manual.w-node-_2bce3f93-2d70-3126-65d7-a9ed11bdc760-760b3688, #massagem-relaxante.w-node-_2bce3f93-2d70-3126-65d7-a9ed11bdc769-760b3688, #drenagem-linfatica.w-node-f48c455b-bb70-2e77-a733-ee045e13319a-760b3688, #terapia-relaxante.w-node-_9a448c24-210c-a500-f018-c239c3c87f27-760b3688, #detox.w-node-_9a448c24-210c-a500-f018-c239c3c87fa8-760b3688, #detox.w-node-_2ada6b58-c95c-7e3f-5117-ecc5cd9158f4-760b3688, #one-journey.w-node-_966ccf30-395c-926f-2217-243e97b81f28-760b3688, #reset.w-node-_966ccf30-395c-926f-2217-243e97b81faa-760b3688, #soundhealing.w-node-_1a7773f2-64cc-4c3f-aa05-9e4f0b61fd9d-760b3688 {
    justify-self: stretch;
  }
}

@media screen and (min-width: 1440px) {
  #yoga-flow.w-node-a57c83e8-ab50-c400-7b10-abdebd350261-760b3688 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: auto;
  }
}

@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: 'Helvetica 587 Ebe 5 A 59211';
  src: url('../fonts/helvetica-light-587ebe5a59211.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Helvetica';
  src: url('../fonts/Helvetica-BoldOblique.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Helvetica';
  src: url('../fonts/Helvetica.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Helvetica';
  src: url('../fonts/Helvetica-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Helvetica';
  src: url('../fonts/Helvetica-Oblique.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Miracle Personal Use';
  src: url('../fonts/Miracle-Personal-use.otf') format('opentype'), url('../fonts/Miracle-Personal-use.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Helvetica Compressed 5871 D 14 B 6903 A';
  src: url('../fonts/helvetica-compressed-5871d14b6903a.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Helvetica Rounded 5871 D 05 Ead 8 De';
  src: url('../fonts/helvetica-rounded-bold-5871d05ead8de.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}