:root {
  --color: transparent;
  --primary: #5eba70;
  --black: black;
  --white: white;
  --yellow\<deleted\|variable-8ba44cf5\>: #daec08;
  --secondary: #0b2027;
  --yellow-green: #bed500;
  --black-2\<deleted\|variable-a09c0539\>: #070801;
  --btn-hover\<deleted\|variable-87409f8b-9bc0-48af-d0a0-9e490f5aa881\>: #716967;
  --h3: 27px;
  --pink\<deleted\|variable-d8573884-f311-7b2a-c0b9-1ba0cde4e48d\>: #f5d5ed;
  --cinza\<deleted\|variable-706f797b-1364-32a2-045e-30e25d87f37e\>: #666;
  --cinza-2\<deleted\|variable-21c051de-ffcf-2bdc-c18d-6866c26a94f6\>: #eaeade;
  --primary-hover: #5eba70bf;
}

.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 {
  opacity: 1;
  -webkit-text-fill-color: inherit;
  mix-blend-mode: normal;
  background-color: #fff;
  background-clip: border-box;
  border: 1px #000;
  flex-flow: row;
  place-content: space-around center;
  align-items: center;
  width: 100%;
  max-width: 100%;
  height: 100px;
  max-height: 100px;
  margin-bottom: auto;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

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

.c-container {
  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;
}

.link-menu {
  border-bottom: 2px solid var(--color);
  color: #0b2027;
  cursor: pointer;
  flex-flow: row;
  padding: 0;
  font-family: Open Sans, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  text-decoration: none;
  transition: opacity .2s;
  display: block;
}

.link-menu:hover {
  border-bottom: 2px solid var(--primary);
  color: var(--black);
  padding-top: 0;
  padding-bottom: 0;
  font-weight: 400;
  text-decoration: none;
}

.link-menu:active {
  color: var(--black);
}

.link-menu:focus {
  color: #000;
}

.link-menu:focus-visible, .link-menu[data-wf-focus-visible], .link-menu:visited {
  color: var(--black);
}

.link-menu.w--current {
  border-bottom-width: 2px;
  border-bottom-color: var(--primary);
  color: var(--black);
  padding-bottom: 3px;
  font-size: 14px;
  font-weight: 400;
}

.link-menu.w--current:hover {
  color: var(--black);
}

.link-menu.w--current:focus {
  border-bottom-color: var(--primary);
  color: var(--black);
  padding-bottom: 2px;
  font-weight: 400;
}

.link-menu.w--current:focus-visible, .link-menu.w--current[data-wf-focus-visible] {
  color: var(--black);
  font-weight: 400;
}

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

.nav-menu:hover {
  color: #000;
}

.image {
  width: 81px;
  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;
}

.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: #fff;
  flex-flow: column;
  justify-content: flex-start;
  align-self: flex-start;
  align-items: center;
  height: 100%;
  min-height: 60vh;
  margin-top: 100px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

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

.html-embed-2.login-top {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: var(--primary);
  justify-content: flex-end;
  align-items: center;
  width: auto;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 14px;
}

.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(--white);
  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(--secondary);
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 100%;
  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;
}

.div-block-4.footer-redesociais {
  align-items: flex-start;
  width: 15%;
  padding-right: 0;
}

.f-r-link {
  color: var(--black);
  font-style: normal;
  text-decoration: none;
}

.f-r-link:hover {
  color: var(--yellow-green);
  font-weight: 700;
}

.f-r-link:active {
  color: var(--white);
  font-weight: 400;
}

.f-r-link.w--current {
  color: var(--black);
  cursor: pointer;
  font-family: "Baloo 2";
  font-style: normal;
  text-decoration: none;
}

.f-r-link.w--current:hover {
  color: var(--yellow-green);
  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);
  margin-bottom: .5rem;
}

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

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

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

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

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

.body-my-account {
  color: var(--black);
  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 {
  align-items: flex-start;
  display: block;
}

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

.heading-12 {
  color: var(--white);
  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: 40px;
  grid-row-gap: 40px;
  border-bottom: 2px solid var(--color);
  justify-content: center;
  align-items: center;
  width: auto;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

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

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

.bold-text {
  color: var(--black);
  font-size: 1.1rem;
}

.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;
  font-family: Gotham Rounded Book;
  display: flex;
}

.db-maps {
  background-color: var(--white);
  width: 100%;
  height: auto;
  min-height: 60vh;
  max-height: none;
  margin-top: 0;
  margin-bottom: auto;
  padding-bottom: 0;
  position: relative;
}

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

.body-agenda {
  color: var(--yellow-green);
  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);
  font-family: Open Sans, sans-serif;
}

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

.body-packages {
  color: var(--black);
  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(--black);
  background-color: #f7f8fc;
  flex-flow: column wrap;
  place-content: center space-between;
  align-items: center;
  min-height: auto;
  font-family: Open Sans, sans-serif;
  transition: color .3s;
  display: flex;
}

.body-home.scroll {
  grid-row-gap: 0px;
  color: var(--secondary);
  background-color: #fff;
  font-family: Open Sans, sans-serif;
}

.div-block-27 {
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

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

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

.div-block-36.m-playlist {
  flex-direction: column;
  align-items: flex-start;
}

.heading-29 {
  color: var(--yellow-green);
  text-align: left;
  text-transform: uppercase;
  justify-content: flex-start;
  align-items: stretch;
  max-width: none;
  margin: 0 auto 0 0;
  padding-left: 20px;
  font-family: "Baloo 2";
  font-size: 56px;
  line-height: 1;
  display: flex;
}

.link-block {
  background-color: var(--yellow-green);
  color: var(--white);
  border-radius: 14px;
  justify-content: space-around;
  align-items: center;
  width: 257px;
  height: 66px;
  margin-top: 0;
  text-decoration: none;
  display: flex;
}

.link-block:hover {
  background-color: var(--yellow\<deleted\|variable-8ba44cf5\>);
  -webkit-text-stroke-color: #7b8507;
  text-decoration: none;
}

.link-block.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.btn-passos:hover {
  background-color: var(--btn-hover\<deleted\|variable-87409f8b-9bc0-48af-d0a0-9e490f5aa881\>);
}

.link-block.btn-passos.btn-link {
  color: var(--black);
  text-decoration: none;
}

.html-embed-14 {
  margin-top: auto;
  margin-bottom: auto;
  font-size: 24px;
}

.heading-32 {
  color: var(--black);
  -webkit-text-stroke-color: var(--black-2\<deleted\|variable-a09c0539\>);
  margin-top: auto;
  margin-bottom: auto;
  font-size: 18px;
  text-decoration: none;
}

.nona-dobra {
  background-color: #d7d9d9;
  flex-direction: column;
  width: 100%;
  margin-bottom: auto;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.nona-dobra.nona-b {
  margin-top: 0;
  padding-top: 80px;
}

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

.div-block-40 {
  align-items: flex-start;
  width: 100%;
  max-width: none;
  height: 100%;
  max-height: none;
  position: relative;
}

.div-block-41 {
  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-41.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-45 {
  width: 100%;
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
}

.heading-36 {
  color: var(--black);
  font-family: "Baloo 2";
  font-size: 33px;
}

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

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

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

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

.mask-2 {
  height: 100%;
}

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

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

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

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

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

.bg-top.bg-map {
  margin-top: -120px;
}

.bold-text-5 {
  color: var(--black);
  font-size: 1.1rem;
}

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

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

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

.faq-answer {
  color: #424242;
  width: 100%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 30px;
  padding-left: 0;
  padding-right: 100px;
  font-size: 18px;
  font-weight: 300;
  line-height: 150%;
}

.toggle-text {
  z-index: 2;
  color: var(--secondary);
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  position: relative;
}

.faq {
  background-color: var(--color);
  color: var(--black);
  white-space: break-spaces;
  border-bottom: 1px solid #b6b6b6;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 80px;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 0;
  font-size: 16px;
  font-weight: 600;
  display: flex;
}

.faq.w--open {
  border-bottom: 1px solid #0000001a;
}

.faq.dasdas {
  border-bottom-style: none;
}

.faq-container {
  min-width: 0;
  max-width: 100%;
  margin-bottom: 0;
}

.faq-ans {
  width: 100%;
  max-width: 100%;
  overflow: hidden;
}

.head-medium {
  text-align: center;
  letter-spacing: .58px;
  text-transform: uppercase;
  font-size: 34px;
  font-weight: 700;
  line-height: 150%;
}

.text-block-7 {
  color: var(--secondary);
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
}

.head-regular {
  color: #424242;
  letter-spacing: -.31px;
  font-size: 24px;
  font-weight: 500;
  line-height: 32px;
  text-decoration: none;
}

.block-grid {
  grid-column-gap: 22px;
  grid-row-gap: 22px;
  border: 1px solid #b6b6b6;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  position: relative;
}

.faq-q {
  cursor: pointer;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 30px;
  padding-bottom: 30px;
  display: flex;
}

.text-block-8 {
  color: var(--secondary);
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
}

.faq-title {
  margin-bottom: 40px;
}

.faq-icon {
  z-index: 2;
  width: 24px;
  margin-right: 16px;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.faq-default {
  margin-top: 0;
  padding: 40px 72px 100px;
  font-family: Gotham Rounded Book;
  position: relative;
  overflow: hidden;
}

.border-faq-linear {
  background-color: #242424;
  background-image: linear-gradient(-259deg, #000, #fff);
  width: 100%;
  height: 2px;
}

.container-faq-default {
  z-index: 3;
  max-width: 1344px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.container-faq-default.basic-grid {
  z-index: 3;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 1152px;
  display: grid;
}

.accordian-item {
  border-top: 1px #8be98b;
  border-radius: 0;
  width: 100%;
}

.accordian-item:last-child {
  border-bottom: 1px solid #5fd567;
}

.faq-body {
  background-color: #0000;
  width: 100%;
  display: block;
  position: relative;
}

.faq-body.w--open {
  background-color: #0000;
}

.faq-answer-2 {
  color: var(--black);
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
}

.plus-icon {
  background-color: #1da23d00;
  border-radius: 40px;
  justify-content: center;
  align-items: center;
  width: 40px;
  min-width: 40px;
  height: 40px;
  min-height: 40px;
  margin-top: -5px;
  margin-left: 0;
  margin-right: 50px;
  display: flex;
  position: relative;
}

.plus-horiz {
  background-color: #000;
  border-radius: 100px;
  width: 26px;
  height: 4px;
  position: absolute;
}

.faq-p {
  background-color: #0000;
  border-radius: 4px;
  width: 100%;
  margin-bottom: 10px;
  overflow: hidden;
}

.faq-p.fewfw {
  margin-bottom: 0;
}

.faq-body-cont {
  background-color: #f2f2f2;
  border: 0 #000;
  border-bottom: 1px solid #e1e1e1;
  padding: 30px;
  font-size: 16px;
  font-weight: 300;
  line-height: 32px;
}

.plus-vert {
  background-color: #000;
  border-radius: 100px;
  width: 4px;
  height: 26px;
  position: absolute;
}

.section-modalidade {
  background-color: #fff;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: auto;
  padding-top: 90px;
  padding-bottom: 90px;
  display: flex;
}

.image-21 {
  margin-top: -8px;
}

.paragraph-18 {
  color: #000;
  text-align: center;
  margin-top: 0;
  font-size: 16px;
  line-height: 24.22px;
}

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

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

.paragraph-19 {
  color: var(--black);
  text-align: center;
  text-transform: uppercase;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 20px;
  font-size: 22px;
  font-weight: 700;
  line-height: 31.2px;
}

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

.div-block-52 {
  background-color: #cdcec9;
  border-radius: 16px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 312px;
  max-width: none;
  height: auto;
  min-height: 320px;
  max-height: 320px;
  padding: 40px 10px 60px;
  display: flex;
}

.div-block-53 {
  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-53.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 0 0 10px;
  position: static;
  inset: 0% 0% auto;
}

.div-block-54 {
  background-color: #0000;
  width: 100%;
  height: 100%;
  min-height: auto;
  max-height: 770px;
  margin-top: 97.59px;
  line-height: 1;
}

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

.section {
  width: 100%;
  padding-top: 80px;
  padding-bottom: 0;
}

.div-block-56 {
  background-image: url('../images/div.elementor-motion-effects-layer.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 60px;
  padding-bottom: 60px;
}

.c-carousel-coach {
  max-width: 100%;
  margin-top: 59px;
}

.c-carousel-coach.mobile {
  display: none;
}

.flex-block-8 {
  border-radius: 16px 0 0 16px;
  flex: 1;
  justify-content: flex-start;
  align-items: stretch;
  width: 50%;
}

.db-title-cta {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  padding-left: 40px;
  padding-right: 40px;
}

.container-1 {
  max-width: 1200px;
}

.terceira-dobra-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #0b2027;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  min-height: 480px;
  margin: auto auto 0;
  padding: 60px 20px;
  display: flex;
}

.heading-sections {
  color: var(--yellow-green);
  justify-content: flex-start;
  align-items: center;
  font-size: 56px;
  font-weight: 700;
  line-height: 66.36px;
  display: block;
}

.div-block-57 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-wrap: wrap;
  justify-content: center;
  display: none;
}

.div-block-58 {
  width: 493px;
  height: 305px;
}

.slider-3 {
  background-color: #0000;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  display: flex;
}

.heading-45 {
  font-size: 12px;
  font-weight: 500;
  line-height: 19.24px;
}

.right-arrow-2 {
  color: #8a2fec;
  left: auto;
}

.paragraph-21 {
  margin-top: 21px;
  font-size: 12px;
}

.div-block-59 {
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  height: 100%;
  display: flex;
}

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

.flex-block-9 {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 50%;
  padding-left: 13px;
  padding-right: 18px;
}

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

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

.icon-6:hover {
  color: #bed630;
  background-color: #0000;
}

.icon-6.esquerda {
  color: var(--yellow-green);
  margin-left: 0;
  margin-right: 0;
}

.mask-3 {
  align-self: center;
}

.slider-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: auto;
  display: grid;
}

.paragraph-22 {
  color: #000;
  font-family: "Baloo 2";
  font-size: 12px;
  line-height: 19.79px;
}

.image-22 {
  width: 100%;
}

.heading-44 {
  font-size: 12px;
  font-weight: 500;
  line-height: 19.24px;
}

.db-content {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.heading-47 {
  font-size: 12px;
  font-weight: 500;
  line-height: 19.24px;
}

.logo-wrapper {
  background-color: #fff;
  border-style: solid;
  border-color: #fff;
  border-radius: 16px;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 90%;
  height: auto;
  margin-top: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.heading-48 {
  font-size: 12px;
  font-weight: 500;
  line-height: 19.24px;
}

.heading-49 {
  color: #bed500;
  text-transform: uppercase;
  margin-bottom: 8px;
  font-family: "Baloo 2";
  font-size: 28px;
  font-weight: 500;
  line-height: 26.07px;
}

.heading-49.funco {
  text-align: left;
  text-transform: capitalize;
  color: #ccc;
  font-size: 16px;
  font-weight: 500;
  line-height: 19.24px;
}

.div-block-60 {
  grid-column-gap: 10px;
  border-radius: 16px;
  width: 493px;
  height: 305px;
  display: flex;
  overflow: hidden;
}

.heading-40 {
  color: #8a2fec;
  font-size: 22px;
  font-weight: 500;
  line-height: 26.07px;
}

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

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

.heading-50 {
  color: var(--black-2\<deleted\|variable-a09c0539\>);
  font-size: 16px;
  font-weight: 500;
  line-height: 100%;
}

.image-20 {
  text-align: center;
  max-width: 109px;
  margin-bottom: 20px;
}

.icon-7 {
  color: #c6ba2f;
}

.slider-4 {
  background-color: #0000;
  height: 100%;
  display: none;
}

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

.div-block-61 {
  background-color: #cdcec9;
  border-radius: 5.48px;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  max-width: 328px;
  margin-left: auto;
  margin-right: auto;
  padding: 36px 27px;
  display: flex;
}

.heading-51 {
  color: var(--yellow-green);
  text-align: center;
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  font-size: 56px;
  font-weight: 700;
  line-height: 66.36px;
  display: flex;
}

.paragraph-23 {
  color: #000;
  text-align: center;
  margin-bottom: 22px;
  font-size: 14.6px;
  font-style: normal;
  line-height: 31.03px;
}

.icon-8 {
  color: #c6ba2f;
}

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

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

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

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

.link-block-3:hover {
  color: #fff;
  -webkit-text-stroke-color: #7b8507;
  background-color: #711dcc;
  text-decoration: none;
}

.link-block-3.btn-banner {
  grid-column-gap: 10px;
  background-color: var(--yellow-green);
  text-transform: uppercase;
  border: 1px #000;
  justify-content: center;
  align-self: center;
  width: 203px;
  height: 52px;
  margin-top: 0;
  margin-left: auto;
  margin-right: 0;
  font-weight: 700;
}

.link-block-3.btn-banner:hover {
  background-color: var(--btn-hover\<deleted\|variable-87409f8b-9bc0-48af-d0a0-9e490f5aa881\>);
  text-align: left;
}

.link-block-3.btn-banner.btn-link {
  color: var(--black);
  text-decoration: none;
}

.html-embed-20 {
  color: #000;
  margin-top: auto;
  margin-bottom: auto;
  font-size: 24px;
}

.div-block-63 {
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  padding-right: 20px;
  display: flex;
}

.heading-52 {
  color: #000;
  -webkit-text-stroke-color: #070801;
  margin-top: auto;
  margin-bottom: auto;
  font-size: 17.76px;
  font-weight: 400;
  line-height: 21.04px;
}

.heading-52:hover {
  color: #000;
}

.heading-52.txt-menor {
  color: #000;
  font-weight: 700;
}

.paragraph-24 {
  color: var(--black);
  align-self: center;
  height: 100%;
  max-height: 22px;
  margin-bottom: 0;
  margin-left: 10px;
  margin-right: auto;
  font-family: "Baloo 2";
  font-style: normal;
  text-decoration: none;
}

.heading-53 {
  color: #ed672f;
  margin-left: 0;
  font-family: "Baloo 2";
  font-size: 54px;
  display: block;
}

.heading-53.n-studio {
  color: var(--black);
  align-self: flex-start;
  margin-bottom: 10px;
  font-size: 32px;
}

.html-embed-21 {
  align-self: center;
  height: 100%;
  max-height: 22px;
  margin-top: 0;
  padding-top: 0;
}

.div-block-64 {
  justify-content: flex-start;
  align-self: center;
  align-items: center;
  width: 100%;
  height: 30px;
  max-height: 30px;
  display: flex;
}

.div-block-65 {
  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-65.studios-c {
  background-color: #ebebebeb;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  max-width: 419px;
  height: 265px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  padding-bottom: 20px;
}

.div-block-66 {
  background-color: #070801;
  border-radius: 16px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 312px;
  max-width: none;
  height: auto;
  min-height: 319px;
  padding: 40px 15px 60px;
  display: flex;
}

.div-block-66.d-studio {
  background-color: #0000;
  border-radius: 0;
  flex-direction: column;
  align-items: flex-start;
  width: auto;
  max-width: none;
  height: auto;
  min-height: 0;
  padding: 0;
}

.link {
  color: var(--black);
  text-decoration: none;
}

.paragraph-25 {
  color: var(--black);
}

.div-block-70 {
  background-color: #cdcec9;
  width: 100%;
  height: 1px;
  margin-top: 10px;
  margin-left: 0;
  margin-right: auto;
  padding-left: 0;
}

.paragraph-27 {
  color: var(--black);
}

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

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

.link-block-4 {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  justify-content: flex-start;
  align-items: center;
  display: none;
}

.link-block-5 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: var(--black);
  justify-content: flex-start;
  align-items: flex-start;
  line-height: 1;
  text-decoration: none;
  display: flex;
}

.flex-block-11 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  line-height: 1;
}

.paragraph-28, .paragraph-29 {
  margin-left: 4px;
}

.link-block-6 {
  display: none;
}

.container-politicas {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: #000;
  flex-flow: column;
  width: 100%;
  height: 100%;
  margin-top: 140px;
  padding-top: 0;
  padding-bottom: 60px;
  display: flex;
}

.heading-68 {
  margin-bottom: 1rem;
  font-size: 2.5rem;
}

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

.heading-69 {
  font-size: 1.2rem;
}

.heading-70 {
  margin-bottom: 1rem;
  font-size: 2.5rem;
}

.heading-71, .bold-text-10 {
  font-size: 1.2rem;
}

.heading-72 {
  margin-bottom: 1rem;
  font-size: 2.5rem;
}

.text-span-8 {
  font-size: 1.2rem;
}

.bold-text-11 {
  margin-top: 20px;
  display: block;
}

.text-span-9, .text-span-10 {
  margin-top: 20px;
  font-size: 1.2rem;
  display: block;
}

.heading-75 {
  margin-bottom: 1rem;
  font-size: 2.5rem;
}

.text-span-19, .text-span-20, .text-span-21 {
  font-size: 1.2rem;
  font-weight: 700;
}

.text-span-22 {
  font-size: 1.4rem;
  font-weight: 700;
}

.text-span-23, .text-span-24, .text-span-25 {
  font-size: 1.2rem;
  font-weight: 700;
}

.bg-top-2 {
  background-color: #fff;
  width: 100%;
  height: 450px;
  min-height: 450px;
  max-height: 450px;
  margin-top: 0;
  padding-top: 0;
  display: none;
}

.bg-top-2.agenda-pacote {
  background-image: url('../images/Hero.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: flex-start;
  margin-top: 0;
  display: flex;
}

.html-embed-22 {
  width: 100%;
  height: 100%;
}

.container-mod-1 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1040px;
  display: flex;
}

.div-block-73 {
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 480px;
  height: 100%;
  max-height: 480px;
  padding: 0;
  display: flex;
}

.div-block-74 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: none;
  padding-right: 12px;
  display: flex;
}

.bold-text-12 {
  color: var(--secondary);
  font-family: Open Sans, sans-serif;
  font-size: var(--h3);
  font-weight: 700;
}

.heading-78 {
  color: var(--pink\<deleted\|variable-d8573884-f311-7b2a-c0b9-1ba0cde4e48d\>);
  word-break: break-all;
  width: 100%;
  margin-top: 1rem;
  margin-bottom: 1rem;
  font-family: Syncopate;
  font-size: 40px;
  line-height: 1;
}

.paragraph-43 {
  color: var(--primary);
  margin-top: 15px;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 700;
}

.button-4 {
  background-color: var(--color);
  color: var(--cinza\<deleted\|variable-706f797b-1364-32a2-045e-30e25d87f37e\>);
  width: 280px;
  height: 44px;
  margin-top: 10px;
  padding-left: 0;
  font-family: Roboto, sans-serif;
  font-size: 18px;
  font-weight: 700;
  text-decoration: underline;
}

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

.heading-79 {
  font-family: Syncopate;
  font-size: 40px;
  line-height: 1;
}

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

.div-block-75 {
  width: 100%;
  max-width: none;
  font-family: Syncopate;
}

.div-block-76 {
  width: 100%;
  max-width: 500px;
}

.heading-80 {
  color: var(--pink\<deleted\|variable-d8573884-f311-7b2a-c0b9-1ba0cde4e48d\>);
  font-family: Syncopate;
  font-size: 80px;
  line-height: 1;
}

.paragraph-44 {
  color: var(--white);
  font-size: 20px;
  line-height: 32px;
}

.section-2 {
  width: 100%;
  min-height: 80px;
}

.container-4 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  display: flex;
}

.container-5 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: row;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 1200px;
  min-height: 80px;
  display: flex;
}

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

.div-block-78 {
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
}

.paragraph-45 {
  color: var(--white);
  text-align: left;
  font-family: Gotham Rounded;
  font-weight: 400;
}

.link-2 {
  color: var(--white);
  font-weight: 500;
  text-decoration: none;
}

.link-2:hover {
  text-decoration: underline;
}

.link-3 {
  color: var(--white);
  font-weight: 500;
  text-decoration: none;
}

.link-3:hover {
  text-decoration: underline;
}

.paragraph-46 {
  color: var(--white);
  text-align: center;
}

.link-4 {
  color: var(--white);
  font-family: Gotham Rounded;
  line-height: 1;
  text-decoration: none;
}

.link-4.w--current {
  color: var(--white);
  text-transform: none;
  font-family: Gotham Rounded;
  font-weight: 500;
  text-decoration: none;
}

.div-block-79 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 360px;
  display: flex;
}

.text-span-26 {
  font-size: 2.5rem;
}

.text-span-27 {
  font-size: 1.125rem;
}

.bold-text-13, .text-span-28, .text-span-29 {
  font-size: 1.5rem;
}

.text-span-30, .text-span-31 {
  font-size: 1.125rem;
}

.text-span-32, .text-span-33, .text-span-34, .text-span-35, .text-span-36 {
  font-size: 1.5rem;
}

.text-span-37 {
  font-size: 2.5rem;
}

.text-span-38, .text-span-39 {
  font-size: 1.5rem;
}

.text-span-40 {
  font-size: 1.125rem;
}

.text-span-41, .text-span-42, .text-span-43 {
  font-size: 1.5rem;
}

.text-span-44 {
  font-size: 2.5rem;
}

.link-5 {
  color: var(--black);
  text-decoration: none;
}

.text-span-45, .text-span-46, .bold-text-14, .text-span-47, .text-span-48, .text-span-49, .text-span-50, .text-span-51, .text-span-52, .text-span-53, .text-span-54, .text-span-55, .text-span-56, .text-span-57, .text-span-58, .text-span-59, .text-span-60, .text-span-61 {
  font-size: 1.5rem;
}

.body-5, .body-6 {
  font-family: Gotham Rounded Book;
}

.plus-icon-2 {
  background-color: #1da23d00;
  border-radius: 40px;
  justify-content: center;
  align-items: center;
  width: 40px;
  min-width: 40px;
  height: 40px;
  min-height: 40px;
  margin-top: -5px;
  margin-left: 0;
  margin-right: 0;
  display: flex;
  position: relative;
}

.plus-horiz-2 {
  border: 1px solid var(--secondary);
  background-color: #000;
  border-radius: 100px;
  width: 13px;
  height: 2px;
  position: absolute;
}

.plus-vert-2 {
  border: 1px solid var(--secondary);
  background-color: #000;
  border-radius: 100px;
  width: 2px;
  height: 13px;
  position: absolute;
}

.div-block-80 {
  color: var(--black);
  background-color: #007984;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-top: 120px;
  padding-bottom: 120px;
  display: flex;
}

.heading-81 {
  text-align: center;
  color: #eaeade;
  font-family: Roboto, sans-serif;
  font-size: 48px;
  font-weight: 700;
  line-height: 1;
}

.paragraph-47 {
  color: var(--cinza-2\<deleted\|variable-21c051de-ffcf-2bdc-c18d-6866c26a94f6\>);
  text-align: right;
  max-width: 960px;
  margin-top: 8px;
  margin-left: auto;
  margin-right: auto;
  font-family: Gotham Rounded Book;
  font-size: 32px;
}

.div-block-81 {
  background-color: #fff;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  min-height: 40px;
  padding-top: 100px;
  padding-bottom: 40px;
  display: flex;
}

.container-franquia {
  color: var(--black);
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 1200px;
  font-family: Gotham Rounded Book;
  display: flex;
}

.paragraph-48 {
  text-align: center;
  color: #443f3f;
  font-family: Syncopate;
  font-size: 40px;
}

.form {
  flex-flow: column;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.form-block {
  width: 100%;
  max-width: 780px;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
}

.field-label, .field-label-2 {
  font-family: Roboto, sans-serif;
  font-size: 18px;
  font-weight: 700;
}

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

.div-block-83 {
  width: 66%;
}

.div-block-84 {
  width: 34%;
}

.submit-button {
  background-color: var(--primary);
  text-align: center;
  border-radius: 50px;
  width: 280px;
  height: 42px;
  margin-top: 20px;
  margin-left: auto;
  line-height: 1;
  position: relative;
}

.div-block-85 {
  color: var(--black);
  background-color: #0000;
  width: 100%;
  max-width: 1200px;
  min-height: 80px;
  padding-top: 60px;
  padding-bottom: 60px;
}

.div-block-85.bg-text {
  background-color: var(--cinza\<deleted\|variable-706f797b-1364-32a2-045e-30e25d87f37e\>);
  max-width: 100%;
}

.container-fraq-txt {
  justify-content: space-around;
  align-items: flex-start;
  max-width: 1200px;
  height: 100%;
  display: flex;
}

.container-fraq-txt.cont-franq {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
}

.paragraph-49 {
  color: var(--white);
  font-family: Roboto, sans-serif;
  font-size: 16px;
}

.image-29 {
  width: 128px;
  margin-bottom: 40px;
}

.div-block-86 {
  background-color: var(--primary);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.div-block-87 {
  width: 100%;
  max-height: 580px;
  overflow: hidden;
}

.image-30 {
  color: var(--white);
}

.div-block-88 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 50%;
  display: flex;
}

.div-block-89 {
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  max-width: 50%;
  height: 100%;
  display: flex;
}

.heading-82 {
  color: var(--primary);
  font-family: Syncopate;
  font-size: 36px;
  font-weight: 400;
}

.image-31 {
  width: 100%;
  height: auto;
  margin-top: 20px;
}

.image-32 {
  width: 353px;
  margin-top: 0;
}

.paragraph-50 {
  font-family: Gotham Rounded Book;
  font-size: 16px;
}

.paragraph-51 {
  color: var(--cinza\<deleted\|variable-706f797b-1364-32a2-045e-30e25d87f37e\>);
  margin-top: 80px;
  font-family: Montserrat, sans-serif;
}

.paragraph-51.txt-spin {
  margin-top: 40px;
  font-family: Roboto, sans-serif;
  font-size: 16px;
}

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

.paragraph-52 {
  color: var(--cinza\<deleted\|variable-706f797b-1364-32a2-045e-30e25d87f37e\>);
  align-self: flex-end;
  width: 280px;
  margin-top: 10px;
  margin-left: auto;
  font-family: Roboto, sans-serif;
  font-size: 16px;
}

.paragraph-53 {
  color: var(--cinza\<deleted\|variable-706f797b-1364-32a2-045e-30e25d87f37e\>);
  text-align: center;
  max-width: 660px;
  margin-top: 30px;
  font-size: 20px;
}

.bold-text-15 {
  color: var(--cinza\<deleted\|variable-706f797b-1364-32a2-045e-30e25d87f37e\>);
}

.link-6 {
  color: var(--black);
  text-decoration: none;
}

.link-6:hover {
  color: var(--primary);
  text-decoration: underline;
}

.paragraph-54 {
  margin-top: 10px;
}

.image-34 {
  width: 140px;
}

.container-modalidade {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 1200px;
  display: flex;
}

.heading-83 {
  color: var(--primary);
  font-family: Syncopate;
  font-size: 56px;
  font-weight: 700;
}

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

.container-6 {
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  margin-top: 40px;
  display: flex;
}

.div-block-91, .div-block-92 {
  width: 50%;
}

.modali-cont1 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  max-width: 100%;
  display: flex;
}

.modali-cont1.modali-aspincycle {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: center;
  margin-top: 100px;
}

.img1-modali {
  order: -1;
  justify-content: center;
  align-items: center;
  width: 50%;
  display: flex;
}

.txt1-modali {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 50%;
  padding-top: 20px;
  display: flex;
}

.heading-84 {
  color: var(--cinza\<deleted\|variable-706f797b-1364-32a2-045e-30e25d87f37e\>);
  font-family: Syncopate;
  font-size: 40px;
  font-weight: 700;
}

.paragraph-55 {
  color: var(--cinza\<deleted\|variable-706f797b-1364-32a2-045e-30e25d87f37e\>);
  font-family: Gotham Rounded Book;
  font-size: 20px;
}

.modali-cont2 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: center;
  align-items: center;
  max-width: 100%;
  margin-top: 100px;
  display: flex;
}

.img2-modali {
  order: 1;
}

.image-35, .image-36 {
  border-radius: 14px;
  width: 350px;
}

.paragraph-56 {
  color: var(--cinza\<deleted\|variable-706f797b-1364-32a2-045e-30e25d87f37e\>);
  text-align: center;
  font-size: 20px;
}

.bold-text-16 {
  color: var(--cinza\<deleted\|variable-706f797b-1364-32a2-045e-30e25d87f37e\>);
}

.bold-text-16.txt-spincycle {
  color: var(--primary);
}

.image-37 {
  width: 100%;
  height: 100%;
}

.div-block-93 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  place-items: stretch stretch;
  width: 100%;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

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

.image-38 {
  width: 100%;
  max-height: 230px;
  margin-bottom: 20px;
}

.div-block-95 {
  background-image: url('../images/galeria41-1280w.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  max-height: 530px;
}

.image-39 {
  height: 100%;
  min-height: 0;
  max-height: 530px;
}

.div-block-96 {
  height: 100%;
}

.image-40 {
  max-height: none;
  margin-top: 10px;
}

.div-block-97 {
  background-image: url('../images/galeria1-1.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 230px;
  max-height: none;
  margin-bottom: 20px;
}

.div-block-98 {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 100%;
  min-height: 280px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 140px;
  padding-bottom: 100px;
  padding-left: 40px;
  display: flex;
}

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

.div-block-100 {
  width: auto;
}

.heading-85 {
  color: var(--black);
  max-width: none;
  font-family: Gotham Rounded Book;
  font-size: 48px;
  font-weight: 700;
  line-height: 72px;
}

.bold-text-17 {
  max-width: 280px;
  font-family: Gotham Rounded Book;
  font-size: 25px;
}

.paragraph-57 {
  color: var(--cinza\<deleted\|variable-706f797b-1364-32a2-045e-30e25d87f37e\>);
  max-width: 420px;
  margin-top: 20px;
}

.div-block-101 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 20px;
  display: flex;
}

.image-41 {
  width: 625px;
  height: auto;
}

.franquia-unidades {
  padding-top: 100px;
}

.div-block-102 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-top: 40px;
  display: flex;
}

.div-block-103 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-end;
  width: 50%;
  display: flex;
}

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

.image-42 {
  height: 200px;
}

.spin-container {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  width: 100%;
  max-width: 1200px;
  display: flex;
}

.container-spin {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: flex-start;
  align-items: center;
  max-width: 100%;
  padding-top: 60px;
  display: flex;
}

.spin-block {
  flex-flow: column;
  justify-content: space-around;
  align-items: flex-start;
  width: 100%;
  max-width: 466px;
  height: 100%;
  display: flex;
}

.img-spin1 {
  width: 320px;
  height: 220px;
}

.image-43 {
  width: 320px;
  margin-top: 20px;
}

.image-44 {
  margin-top: 20px;
}

.bold-text-18 {
  font-family: Gotham Rounded;
  font-weight: 500;
}

.bold-text-19, .bold-text-20 {
  font-weight: 500;
}

.bold-text-21 {
  font-family: Gotham Rounded;
  font-weight: 500;
}

.paragraph-58 {
  color: var(--cinza\<deleted\|variable-706f797b-1364-32a2-045e-30e25d87f37e\>);
  font-family: Roboto, sans-serif;
  font-size: 28px;
}

.section-3 {
  margin-top: 97.59px;
}

.section-banner-home {
  background-image: url('../images/DSC_8285_menor-031fc34d-640w.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 1093px;
  margin-top: 97.59px;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.container-7 {
  background-color: #0b202480;
  justify-content: center;
  align-items: center;
  min-width: 100%;
  height: 100%;
  display: flex;
}

.image-48 {
  width: 100%;
  max-width: 602px;
  max-height: 100%;
  margin-top: 100px;
  margin-bottom: 100px;
}

.div-block-107 {
  background-color: var(--primary);
  color: var(--primary);
  width: 100%;
  max-width: 173px;
  height: 2px;
  margin-top: 6px;
}

.paragraph-59 {
  margin-top: 18px;
  margin-bottom: 18px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
}

.button-5 {
  border: 1px solid var(--primary);
  background-color: var(--color);
  color: var(--primary);
  justify-content: center;
  align-items: center;
  width: 250px;
  height: 51px;
  font-size: 14px;
  font-weight: 700;
  display: flex;
}

.button-5:hover {
  background-color: var(--primary);
  color: var(--white);
}

.button-5.btn-atividades {
  margin-top: 20px;
}

.flex-block-12 {
  width: 100%;
}

.heading-86 {
  color: var(--white);
  font-size: var(--h3);
  font-weight: 700;
}

.italic-text {
  color: var(--primary);
  font-size: 14px;
  font-style: italic;
  font-weight: 700;
}

.flex-block-13 {
  justify-content: center;
  align-items: flex-start;
  width: 100%;
}

.grid-3 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
}

.div-block-108 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 40px;
  display: flex;
}

.div-block-109 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-end;
  padding-top: 40px;
  display: flex;
}

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

.div-block-111 {
  background-color: var(--primary);
  color: var(--white);
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  margin-bottom: 10px;
  display: flex;
}

.image-49 {
  width: 40px;
  height: auto;
}

.flex-block-14 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
}

.paragraph-60 {
  color: var(--white);
  text-align: right;
  font-size: 14px;
}

.italic-text-2 {
  color: var(--primary);
  font-size: 18px;
  font-style: italic;
  line-height: 1;
}

.paragraph-61 {
  color: var(--white);
  font-size: 14px;
}

.flex-block-15 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.section-4 {
  width: 100%;
  min-height: 480px;
}

.heading-87 {
  color: var(--primary);
  font-family: Open Sans, sans-serif;
  font-size: 60px;
  font-weight: 700;
  line-height: 38.63px;
}

.heading-88 {
  pointer-events: auto;
  text-align: left;
  -webkit-text-stroke-color: #070801;
  text-transform: uppercase;
  flex: 0 auto;
  margin-top: auto;
  margin-bottom: auto;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  font-weight: 600;
  line-height: 100%;
}

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

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

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

.coluna-2.modalidade1.item6 {
  background-image: url('../images/DSC_8362_final-e2b3dafe.png');
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  min-width: 100%;
  max-width: 0%;
  height: 100%;
  min-height: 514px;
  max-height: 850px;
  padding: 0;
  text-decoration: none;
  overflow: hidden;
}

.coluna-2.modalidade1.item6.item6a {
  background-image: url('../images/DSC_8285_menor-031fc34d-1920w.png');
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  min-width: 100%;
  max-height: 850px;
  text-decoration: none;
}

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

.coluna-2.modalidade1.item7 {
  background-image: url('../images/brenda-luna-along-640w.png');
  background-size: cover;
  min-width: 100%;
  height: 100%;
  min-height: 514px;
  max-height: 850px;
  padding: 0;
  display: block;
}

.coluna-2.modalidade1.item7.display-hidden {
  display: none;
}

.coluna-2.modalidade1.item8 {
  background-image: url('../images/DSC_8285_menor-62cae7fe-1280w.webp');
  min-width: 100%;
  height: 100%;
  min-height: 514px;
  max-height: 850px;
  padding: 0;
}

.coluna-2.modalidade1.item8.display-hidden {
  display: none;
}

.grid-4 {
  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-4.modalidades {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-flow: column;
  align-content: space-around;
  width: 100%;
  max-width: 100%;
  margin-bottom: 0;
}

.paragraph-20 {
  color: #fff;
  text-align: center;
  max-width: 500px;
  height: auto;
  margin: 0 auto;
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  display: block;
  overflow: hidden;
}

.html-embed-23 {
  width: auto;
  margin-top: auto;
  margin-bottom: auto;
  margin-left: 5px;
  padding-top: 0;
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
}

.link-block-8 {
  aspect-ratio: auto;
  background-color: var(--color);
  color: var(--primary);
  text-align: right;
  border-radius: 0;
  justify-content: space-around;
  align-items: center;
  width: 165px;
  height: 34px;
  margin-top: 0;
  padding: 0 10px;
  line-height: 1;
  text-decoration: none;
  display: flex;
  box-shadow: 1px -2px #f0eaea73;
}

.link-block-8:hover {
  background-color: var(--primary);
  color: var(--white);
  -webkit-text-stroke-color: #7b8507;
  text-decoration: none;
}

.link-block-8.btn-hover {
  background-color: var(--color);
  color: var(--white);
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  border: 1px solid #0000000d;
  border-top: 2px solid #ffffff70;
  border-radius: 0;
  width: 165px;
  height: 34px;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 12rem;
}

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

.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 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  background-color: #0b2027b3;
  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: 0;
  height: 100%;
  min-height: 514px;
  max-height: 850px;
  display: none;
}

.section-5 {
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 480px;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.flex-block-16 {
  flex-flow: wrap;
  width: 100%;
}

.container-8 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: wrap;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 100%;
  padding-right: 0;
  display: flex;
}

.div-block-112 {
  flex-flow: column;
  order: -1;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 400px;
  max-height: none;
  padding-right: 0;
  display: flex;
}

.div-block-113 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: stretch;
  width: 50%;
  max-width: 772px;
  display: flex;
}

.heading-89 {
  font-size: 27px;
  font-weight: 700;
}

.paragraph-62 {
  margin-top: 10px;
  margin-bottom: 0;
  font-size: 14px;
}

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

.div-block-115 {
  background-color: var(--primary);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 34px;
  height: 34px;
  line-height: 1;
  display: flex;
}

.flex-block-17 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 20px;
}

.div-block-116 {
  justify-content: center;
  align-items: center;
  height: 100%;
  margin-top: auto;
  margin-bottom: auto;
  padding-bottom: 10px;
  display: flex;
}

.image-50 {
  min-width: 20px;
  max-height: 100%;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 0;
  line-height: 1;
}

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

.div-block-117 {
  justify-content: flex-end;
  align-items: stretch;
  width: 50%;
  min-width: 0;
  height: auto;
  display: flex;
}

.div-block-118 {
  width: 50%;
  min-width: 0;
  height: auto;
  max-height: 534px;
  overflow: hidden;
}

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

.image-51 {
  object-fit: cover;
  height: 100%;
  min-height: auto;
  max-height: none;
  margin-left: auto;
}

.section-6 {
  background-color: var(--secondary);
  color: var(--white);
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 480px;
  display: flex;
}

.container-9 {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 100%;
  padding-left: 5%;
  padding-right: 20px;
  display: flex;
}

.div-block-119 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  min-width: 300px;
  display: flex;
}

.grid-5 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.div-block-120 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  min-width: 0;
  max-width: 218px;
  display: flex;
}

.div-block-120:hover {
  mix-blend-mode: normal;
}

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

.div-block-122 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  font-weight: 700;
  display: flex;
}

.heading-90 {
  color: var(--primary-hover);
  font-size: 18px;
  font-weight: 400;
}

.section-7 {
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 180px;
  display: flex;
}

.container-10 {
  width: 100%;
  height: 100%;
}

.div-block-123 {
  justify-content: center;
  align-items: center;
  width: 126px;
  height: 120px;
  display: flex;
}

.flex-block-18 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: center;
  align-items: center;
}

.heading-91 {
  color: var(--primary);
  margin-bottom: 20px;
  font-size: 14px;
  font-weight: 400;
}

.paragraph-64 {
  color: var(--white);
  font-size: 14px;
}

.div-block-124 {
  flex-flow: column;
  width: 100%;
  display: flex;
}

.link-7 {
  color: var(--white);
  font-size: 16px;
  text-decoration: none;
}

.dropdown-toggle {
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 20px;
}

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

.text-block-9, .dropdown-link {
  font-family: Open Sans, sans-serif;
  font-size: 14px;
}

.dropdown-link:hover {
  color: var(--secondary);
  text-transform: capitalize;
  text-decoration: underline;
}

.dropdown-link:active, .dropdown-link:focus, .dropdown-link:focus-visible, .dropdown-link[data-wf-focus-visible], .dropdown-link:visited {
  color: var(--secondary);
}

.dropdown-link-2 {
  font-family: Open Sans, sans-serif;
  font-size: 14px;
}

.dropdown-link-2:hover {
  text-decoration: underline;
}

.dropdown-link-3 {
  font-size: 14px;
}

.dropdown-link-3:hover {
  text-decoration: underline;
}

.dropdown-link-3.w--current {
  font-family: Open Sans, sans-serif;
}

.dropdown-list {
  background-color: #fff;
}

.div-block-125 {
  background-color: #000;
  background-image: linear-gradient(#0b202799, #0b202799), url('../images/DSC_8285_menor-62cae7fe-1920w.png');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 245px;
  margin-top: 100px;
  display: flex;
}

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

.heading-92 {
  color: var(--white);
  font-family: Open Sans, sans-serif;
  font-size: 33px;
  font-weight: 700;
}

.paragraph-65 {
  color: var(--white);
  font-family: Open Sans, sans-serif;
}

.body-atividades {
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  font-family: Open Sans, sans-serif;
  display: flex;
}

.section-8 {
  width: 100%;
  max-width: 1220px;
  height: 100%;
  min-height: 60vh;
  margin-top: 100px;
  margin-left: auto;
  margin-right: auto;
}

.div-block-126 {
  width: 100%;
  height: 100%;
  padding: 60px 20px;
}

.tab-link-tab-1 {
  background-color: var(--white);
  width: 33%;
  font-weight: 400;
}

.tab-link-tab-1:hover {
  background-color: var(--primary);
  color: #fff;
  font-weight: 700;
}

.tab-link-tab-1.w--current {
  background-color: var(--primary);
  width: 33%;
  padding-right: 30px;
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  font-weight: 700;
}

.div-block-127 {
  background-image: url('../images/WhatsApp-Image-2023-09-26-at-17.25.35-1920w.jpeg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  min-width: 384px;
  max-width: 384px;
  height: 100%;
  min-height: 444px;
  max-height: none;
}

.div-block-127.img01 {
  background-image: url('../images/DSC_8285_menor-031fc34d-1920w.png');
}

.div-block-127.img02 {
  background-image: url('../images/DSC_8354-Editar-63d05944-f2027d10-1920w.png');
}

.div-block-127.imag004 {
  background-image: url('../images/DSC_8285_menor-62cae7fe-1920w.png');
}

.image-52 {
  width: auto;
  height: auto;
  min-height: auto;
}

.flex-block-19 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  padding-top: 20px;
}

.div-block-128 {
  width: 100%;
  min-width: auto;
  max-width: none;
  margin-top: 20px;
  padding-top: 0;
}

.heading-93 {
  color: var(--primary);
  font-family: Open Sans, sans-serif;
  font-size: 18px;
}

.button-6 {
  margin-top: 20px;
}

.paragraph-66 {
  margin-top: 10px;
  font-family: Open Sans, sans-serif;
  font-size: 14px;
}

.list {
  font-family: Open Sans, sans-serif;
  font-size: 14px;
}

.tabs-menu {
  border-bottom: 2px solid #ededed;
  width: 100%;
}

.tab-link-tab-2 {
  background-color: #0000;
  width: 33%;
  padding-right: 30px;
  font-family: Open Sans, sans-serif;
  font-size: 18px;
}

.tab-link-tab-2:hover {
  color: #000;
  background-color: #5eba70;
  font-weight: 700;
}

.tab-link-tab-2.w--current {
  background-color: var(--primary);
  font-weight: 700;
}

.tab-link-tab-3 {
  background-color: var(--color);
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  font-weight: 700;
}

.tab-link-tab-3:hover {
  background-color: var(--primary);
  color: #000;
  font-weight: 700;
}

.tab-link-tab-3.w--current {
  background-color: var(--primary);
  font-weight: 700;
}

.tab-link-tab-3.w--current:hover {
  font-weight: 700;
}

.text-block-10 {
  color: var(--secondary);
  font-family: Open Sans, sans-serif;
  font-size: 18px;
}

.text-block-11 {
  font-weight: 400;
}

.tab-link-tab-4 {
  background-color: #0000;
  width: 34%;
  padding-right: 140px;
  font-family: Open Sans, sans-serif;
  font-size: 18px;
}

.tab-link-tab-4:hover {
  background-color: #5eba70;
  font-weight: 700;
}

.tab-link-tab-4.w--current {
  background-color: var(--primary);
  font-weight: 700;
}

.bold-text-22 {
  font-weight: 700;
}

.paragraph-67 {
  font-family: Open Sans, sans-serif;
}

.text-span-62 {
  font-size: 24px;
}

.text-span-63, .text-span-64, .text-span-65, .text-span-66, .text-span-67, .text-span-68, .text-span-69, .text-span-70, .text-span-71, .text-span-72, .text-span-73, .text-span-74, .text-span-75, .text-span-76, .text-span-77, .text-span-78, .text-span-79, .text-span-80 {
  font-size: 20px;
}

.paragraph-68 {
  font-family: Open Sans, sans-serif;
}

.text-span-81 {
  font-size: 24px;
}

.text-span-82, .text-span-83, .text-span-84, .text-span-85, .text-span-86, .text-span-87 {
  font-size: 20px;
}

.paragraph-69 {
  font-family: Open Sans, sans-serif;
}

.text-span-88 {
  font-size: 24px;
}

.text-span-89, .text-span-90, .text-span-91 {
  font-size: 20px;
}

.paragraph-70 {
  font-family: Open Sans, sans-serif;
}

.text-span-92 {
  font-size: 24px;
}

.text-span-93, .text-span-94, .text-span-95, .text-span-96, .text-span-97 {
  font-size: 20px;
}

.heading-94 {
  font-size: 27px;
  font-weight: 700;
}

.heading-95, .heading-96, .heading-97, .heading-98 {
  font-size: 16px;
  font-weight: 700;
}

.image-53 {
  mix-blend-mode: normal;
  transition: transform .5s;
}

.image-53:hover {
  transform: scale(1.05);
}

.bold-text-23, .bold-text-24, .bold-text-25, .bold-text-26 {
  font-weight: 400;
}

.nav-link {
  margin-bottom: 0;
  padding: 0 0 3px;
  font-family: Open Sans, sans-serif;
  font-size: 14px;
  line-height: 1;
}

.nav-link:hover {
  border-bottom: 2px solid #5eba70;
  padding-bottom: 3px;
}

.nav-link:focus {
  color: #000;
  border-bottom: 1px solid #5eba70;
  padding-bottom: 3px;
  font-weight: 400;
}

.nav-link:visited {
  color: var(--black);
}

.nav-link.w--current {
  color: var(--black);
  border-bottom: 2px solid #5eba70;
  padding-bottom: 3px;
  font-weight: 400;
}

.div-block-129 {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100px;
  padding-left: 60px;
  padding-right: 60px;
  display: flex;
}

.button-21 {
  color: var(--primary);
  white-space: nowrap;
  background-color: #0000;
  border: 1px solid #da0e21;
  padding: 8px 48px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 700;
  transition: background-color .2s;
}

.button-21:hover {
  background-color: #da0e211a;
}

.button-21.pagekraft-auth-register {
  font-size: 14px;
  display: none;
}

.button-21.pagekraft-auth-logout {
  display: none;
}

.code-embed-2 {
  color: #000;
  background-color: #da0e21;
  padding: 8px 8px 3px;
}

.code-embed-2.car-shopping.pagekraft-auth-checkout {
  background-color: var(--color);
  color: var(--primary);
  padding-top: 7px;
  padding-bottom: 7px;
}

.div-block-265 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: flex-end;
  align-items: center;
  min-width: 230px;
  display: flex;
}

.button-20 {
  background-color: var(--primary);
  color: var(--white);
  cursor: pointer;
  padding-left: 24px;
  padding-right: 24px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 600;
  transition: box-shadow .2s;
}

.button-20:hover {
  box-shadow: inset 0 40vh 5px #0000002b;
}

.button-20.pagekraft-auth-login {
  font-size: 14px;
  display: none;
}

.button-20.pagekraft-auth-my-account, .button-20.pagekraft-auth-register {
  display: none;
}

.button-20.pagekraft-auth-logout {
  font-size: 14px;
  display: none;
}

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

.navbar.header-fixed {
  margin-top: 0;
  padding-top: 0;
  position: fixed;
}

.button-22 {
  position: relative;
  top: -40%;
  left: 50%;
}

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

.container-12 {
  max-width: 940px;
  min-height: 500px;
  margin-top: 120px;
}

.paragraph-8 {
  text-align: center;
  margin-bottom: .5rem;
  font-size: 20px;
}

.paragraph-7 {
  text-align: center;
  margin-bottom: 1rem;
  line-height: 1.2;
}

.paragraph-9 {
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
}

.div-block-268 {
  margin-bottom: 60px;
}

.heading-99, .heading-100 {
  font-weight: 700;
}

.h3-termos {
  font-size: 28px;
  font-weight: 700;
}

.div-block-67 {
  margin-bottom: 60px;
  padding-top: 20px;
  padding-left: 16px;
  padding-right: 16px;
  font-family: Open Sans, sans-serif;
}

.container-13 {
  margin-top: 140px;
  padding-bottom: 40px;
}

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

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

.heading-103 {
  font-size: 24px;
}

.code-embed-3, .code-embed-4, .code-embed-5, .code-embed-6 {
  font-family: Open Sans, sans-serif;
}

.div-block-269 {
  background-color: #0b202726;
  justify-content: center;
  align-items: flex-start;
  padding: 15px 10px;
  display: flex;
}

.text-block-12 {
  color: #0b2027bf;
  font-size: 14px;
}

.heading-104 {
  margin-top: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 1rem;
  font-weight: 700;
}

.div-block-270 {
  width: 100%;
  max-width: 1200px;
}

@media screen and (min-width: 1280px) {
  .div-block-54, .bg-top-2.agenda-pacote {
    background-position: 50% 0;
    background-size: cover;
  }

  .html-embed-22 {
    width: 100%;
    height: 100%;
  }

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

  .div-block-118 {
    max-height: 534px;
  }

  .tab-link-tab-1:hover, .tab-link-tab-2:hover {
    font-weight: 400;
  }

  .tab-link-tab-3.w--current {
    font-weight: 700;
  }

  .tab-link-tab-4:hover {
    font-weight: 400;
  }

  .button-21.pagekraft-auth-logout {
    font-size: 14px;
  }

  .code-embed-2.car-shopping.pagekraft-auth-checkout {
    cursor: pointer;
  }

  .code-embed-2.car-shopping.pagekraft-auth-checkout:hover {
    box-shadow: inset 0 40vh 5px #0000002b;
  }

  .button-20.pagekraft-auth-my-account {
    font-size: 14px;
  }
}

@media screen and (min-width: 1440px) {
  .div-block-54 {
    justify-content: center;
    align-items: flex-start;
    min-height: 100%;
    max-height: none;
    display: flex;
  }

  .bg-top-2.agenda-pacote {
    background-position: 50% 0;
    background-size: cover;
  }

  .html-embed-22 {
    width: 100%;
    height: 100%;
  }

  .image-30 {
    width: 100%;
  }

  .coluna-2.modalidade1.item6 {
    padding: 0;
  }

  .link-block-8 {
    width: 165px;
    height: 34px;
  }

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

  .div-block-117 {
    overflow: hidden;
  }

  .div-block-118 {
    height: 100%;
    max-height: 534px;
  }

  .code-embed {
    max-height: 534px;
  }
}

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

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

  .div-block-54 {
    background-color: #0000;
    background-image: linear-gradient(#0000, #0000);
    min-height: 100px;
  }

  .bg-top-2 {
    background-repeat: no-repeat;
    background-size: 100%;
    min-height: 450px;
    max-height: 450px;
  }

  .bg-top-2.agenda-pacote {
    background-position: 50%;
    background-size: cover;
  }

  .html-embed-22 {
    width: 100%;
    height: 100%;
  }

  .image-30 {
    width: 100%;
  }

  .div-block-99 {
    justify-content: center;
    align-items: center;
    padding-left: 10%;
    display: flex;
  }

  .paragraph-57 {
    max-width: 100%;
    font-family: Segoe Ui;
    font-size: 25px;
  }

  .image-47 {
    font-family: Abril Fatface;
    font-size: 2px;
  }

  .link-block-7 {
    margin-top: 40px;
    font-family: Abril Fatface;
    font-size: 20px;
  }

  .section-banner-home {
    background-position: 50%;
  }

  .paragraph-59 {
    font-family: Open Sans, sans-serif;
  }

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

  .coluna-2.modalidade1.item6, .coluna-2.modalidade1.item6.item6a, .coluna-2.modalidade1.item7 {
    min-height: 850px;
    max-height: 0;
  }

  .coluna-2.modalidade1.item8 {
    min-height: 850px;
    max-height: none;
  }

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

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

  .div-block-117 {
    overflow: hidden;
  }

  .div-block-118 {
    height: 100%;
    min-height: auto;
    max-height: 534px;
  }

  .code-embed {
    max-height: 534px;
  }

  .image-51 {
    overflow: visible;
  }

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

  .tab-link-tab-1.w--current {
    font-weight: 700;
  }

  .div-block-129 {
    max-width: 1200px;
  }
}

@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: flex-start;
    width: 100%;
    min-width: 100%;
    max-width: none;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
    display: flex;
    position: static;
  }

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

  .c-nav-logo.w--current {
    flex: 0 auto;
    order: 1;
    max-width: 100px;
    margin-left: 0;
    margin-right: 0;
    display: block;
  }

  .link-menu {
    color: var(--white);
    margin-left: 0;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 5px;
    line-height: 1.5;
  }

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

  .link-menu:active, .link-menu:focus {
    color: var(--white);
  }

  .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: 0;
    padding-top: 0;
    padding-left: 0;
    display: none;
    overflow: hidden;
  }

  .image {
    text-align: left;
    flex: 0 auto;
    order: 1;
    align-self: center;
    width: auto;
    max-height: 81px;
    margin-left: 0;
    margin-right: 0;
    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 {
    position: absolute;
  }

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

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

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

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

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

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

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

  .navigation {
    display: none;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .html-embed-9 {
    color: var(--yellow-green);
    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);
    cursor: pointer;
    background-color: #0000;
    border-radius: 50px;
    justify-content: center;
    align-items: center;
    width: 48px;
    height: 48px;
    margin-top: 10px;
    font-size: 24px;
    font-weight: 500;
    line-height: 2;
    display: flex;
    position: static;
    inset: 13% 0% auto 50%;
  }

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

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

  .image-4.menu-mobile-action {
    object-fit: cover;
    width: 26px;
    height: 26px;
    padding-left: 0;
    display: block;
  }

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

  .div-block-27 {
    justify-content: flex-start;
  }

  .div-block-36 {
    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-36.m-playlist {
    margin-left: 0;
    padding-left: 25px;
    padding-right: 25px;
  }

  .heading-29 {
    text-align: center;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 25px;
  }

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

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

  .div-block-40 {
    background-image: url('../images/div.elementor-motion-effects-layer.png');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    justify-content: center;
    align-self: center;
    height: 568px;
    margin-top: 40px;
  }

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

  .image-17 {
    object-fit: cover;
    height: 100%;
    overflow: visible;
  }

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

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

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

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

  .icon-4 {
    -webkit-text-stroke-width: 0px;
    background-color: #0000;
    font-family: "Baloo 2";
  }

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

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

  .faq-answer {
    border: 0 #e70f0f;
    font-size: 16px;
  }

  .faq-container {
    width: 100%;
    min-width: 0;
  }

  .head-regular {
    font-size: 20px;
    line-height: 28px;
  }

  .block-grid {
    border: 1px #000;
  }

  .faq-default {
    padding-left: 48px;
    padding-right: 48px;
  }

  .container-faq-default.basic-grid {
    max-width: 700px;
  }

  .accordian-item, .accordian-block {
    border: 1px #000;
  }

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

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

  .div-block-54 {
    background-image: none;
    min-height: auto;
    max-height: none;
  }

  .slide-3, .slide-4 {
    margin-left: 0;
  }

  .c-carousel-coach.mobile {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .c-carousel-coach.desktop {
    display: none;
  }

  .container-1 {
    width: 100%;
    max-width: none;
    overflow: hidden;
  }

  .terceira-dobra-2 {
    background-position: 100% 100%;
    background-size: contain;
    flex-flow: column;
    place-content: flex-start center;
    align-items: center;
    width: 100%;
    max-width: none;
    height: auto;
    padding-top: 90px;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
  }

  .heading-sections {
    text-align: center;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 25px;
  }

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

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

  .slider-wrapper {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

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

  .image-22 {
    height: 100%;
  }

  .logo-wrapper {
    justify-content: center;
    margin-top: 65px;
    margin-left: auto;
    margin-right: auto;
  }

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

  .nona-dobra-2.depoimentos {
    background-position: 100% 100%;
    background-size: 480px;
  }

  .heading-50 {
    font-size: 12.78px;
    font-weight: 400;
    line-height: 13.9px;
  }

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

  .slider-4 {
    display: flex;
  }

  .container-2 {
    flex-direction: column;
    display: flex;
  }

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

  .columns-2 {
    display: none;
  }

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

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

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

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

  .div-block-65.studios-c {
    justify-content: center;
    width: 95%;
    max-width: none;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .paragraph-48 {
    font-size: 20px;
  }

  .modali-cont1.modali-aspincycle {
    flex-flow: column;
  }

  .img1-modali, .txt1-modali {
    width: 100%;
  }

  .div-block-98 {
    flex-flow: column;
    padding-left: 20px;
    padding-right: 20px;
  }

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

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

  .heading-85 {
    max-width: 100%;
    font-size: 32px;
  }

  .bold-text-17, .paragraph-57 {
    max-width: 100%;
  }

  .container-spin {
    flex-flow: column;
  }

  .spin-block {
    max-width: 100%;
  }

  .img-spin1 {
    width: 100%;
    height: auto;
  }

  .image-43 {
    width: 100%;
  }

  .section-banner-home {
    margin-top: 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;
  }

  .coluna-2.modalidade1.item6 {
    background-position: 50% 0;
  }

  .coluna-2.modalidade1.item7 {
    background-image: url('../images/brenda-luna-along-640w.png');
    background-position: 50% 30%;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .coluna-2.modalidade1.item8 {
    background-position: 50% 0;
  }

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

  .grid-4.modalidades {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
    display: block;
  }

  .coluna-box-2.modalidade1 {
    background-position: 0 0;
    background-size: cover;
    display: flex;
  }

  .div-block-113 {
    justify-content: center;
    align-items: stretch;
    width: 100%;
    max-width: none;
    padding-left: 12px;
    padding-right: 12px;
  }

  .div-block-117 {
    justify-content: flex-start;
    align-items: stretch;
    max-height: 100%;
  }

  .image-51 {
    max-height: 534px;
    overflow: clip;
  }

  .container-9 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .grid-5 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .tab-link-tab-1.w--current, .tabs-menu, .tab-link-tab-2, .tab-link-tab-4 {
    width: auto;
  }

  .code-embed-2.car-shopping.pagekraft-auth-checkout, .div-block-265 {
    display: none;
  }

  .menu-mobile-action {
    justify-content: center;
    align-items: center;
    width: 32px;
    height: 32px;
    padding-top: 0;
    padding-left: 0;
    display: flex;
    position: absolute;
  }

  .div-block-266 {
    justify-content: center;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .navbar {
    z-index: 2;
  }

  .navbar.header-fixed {
    margin-top: 0;
    padding-top: 0;
    position: fixed;
  }
}

@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;
    width: auto;
    max-width: none;
  }

  .c-container {
    justify-content: center;
    width: auto;
    min-width: 0%;
    max-width: none;
    padding-left: 0;
    position: relative;
  }

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

  .nav-menu {
    height: 100vh;
  }

  .image {
    flex: 1;
    order: 1;
    max-width: 81px;
    margin-left: 0;
    margin-right: 0;
  }

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

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

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

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

  .div-block-4.footer-redesociais {
    width: 40%;
    min-width: 0;
    max-width: 320px;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .div-block-27 {
    max-width: none;
  }

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

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

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

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

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

  .nona-dobra.nona-b {
    padding-bottom: 0;
  }

  .div-block-40 {
    flex-flow: column wrap;
    height: 100%;
  }

  .div-block-41 {
    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;
  }

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

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

  .image-15 {
    font-size: 28px;
  }

  .image-17 {
    height: 568px;
  }

  .carrossel-professores.carrossel-passos {
    background-image: url('../images/div.elementor-motion-effects-layer.png');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 100%;
    min-height: 374px;
  }

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

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

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

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

  .faq-answer {
    background-color: #e8fbe800;
    border: 1px #000;
    padding: 0 40px 24px 0;
  }

  .faq-block {
    margin-left: -24px;
    margin-right: -24px;
  }

  .head-medium {
    letter-spacing: .41px;
    font-size: 28px;
    line-height: 30px;
  }

  .head-regular {
    letter-spacing: -.19px;
    padding-right: 20px;
    font-size: 20px;
    line-height: 28px;
  }

  .block-grid {
    grid-row-gap: 48px;
  }

  .faq-q {
    padding-left: 0;
    padding-right: 0;
  }

  .faq-title {
    padding-left: 24px;
    padding-right: 24px;
  }

  .faq-default {
    padding: 40px 24px 80px;
  }

  .container-faq-default.basic-grid {
    grid-row-gap: 120px;
    max-width: 500px;
  }

  .accordian-item {
    max-width: 100%;
  }

  .plus-icon {
    background-color: #0000;
    border-radius: 0;
    width: 12px;
    min-width: 12px;
    height: 40px;
    min-height: 40px;
    margin-right: 24px;
  }

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

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

  .div-block-53 {
    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-54 {
    background-size: contain;
    min-height: 0;
  }

  .c-carousel-coach.mobile {
    max-width: none;
    display: flex;
  }

  .c-carousel-coach.desktop {
    display: none;
  }

  .flex-block-8 {
    text-align: left;
    border-radius: 50%;
    justify-content: center;
    width: auto;
    height: auto;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
  }

  .db-title-cta {
    flex-flow: column wrap;
    align-content: center;
    width: auto;
    display: flex;
  }

  .terceira-dobra-2 {
    align-items: center;
    width: 100%;
    min-width: 0;
    max-width: none;
    padding-top: 90px;
    padding-left: 0;
    padding-right: 0;
  }

  .heading-sections {
    text-align: center;
    margin-left: 0;
    font-size: 32px;
  }

  .slider-3 {
    height: auto;
  }

  .flex-block-9 {
    align-items: center;
    width: 70%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px;
  }

  .mask-3 {
    width: 414px;
  }

  .slider-wrapper {
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    width: auto;
    margin-left: auto;
    margin-right: auto;
    padding-top: 0;
    padding-bottom: 80px;
    display: flex;
  }

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

  .image-22 {
    border-radius: 50%;
    width: 126px;
    max-width: none;
    height: 126px;
    margin-bottom: 0;
  }

  .db-content {
    flex-direction: column;
    width: 100%;
    max-width: none;
    display: flex;
  }

  .logo-wrapper {
    grid-row-gap: 20px;
    border-top-left-radius: 16px;
    border-bottom-left-radius: 16px;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    height: 374px;
    margin-top: 0;
    padding-top: 31px;
    padding-bottom: 31px;
    display: flex;
    position: relative;
  }

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

  .icon-7 {
    color: var(--yellow\<deleted\|variable-8ba44cf5\>);
  }

  .heading-51 {
    text-align: center;
    font-size: 32px;
  }

  .icon-8 {
    color: var(--yellow\<deleted\|variable-8ba44cf5\>);
  }

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

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

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

  .link-block-3.btn-banner {
    margin-right: 100px;
  }

  .div-block-63 {
    width: 100%;
    height: 54px;
  }

  .heading-53.n-studio {
    margin-bottom: 1rem;
    padding-top: 0;
  }

  .div-block-65 {
    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-65.studios-c {
    flex-flow: column;
    height: 374px;
    padding-bottom: 15px;
    padding-left: 20px;
  }

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

  .div-block-66.d-studio {
    flex-wrap: wrap;
    align-content: center;
    width: 100%;
    padding-top: 10px;
    padding-bottom: 0;
  }

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

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

  .container-mod-1 {
    flex-flow: column;
  }

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

  .container-3 {
    flex-flow: column;
  }

  .plus-icon-2 {
    background-color: #0000;
    border-radius: 0;
    width: 12px;
    min-width: 12px;
    height: 40px;
    min-height: 40px;
    margin-right: 24px;
  }

  .heading-81 {
    font-size: 24px;
  }

  .paragraph-47 {
    font-size: 20px;
  }

  .div-block-81 {
    padding-top: 40px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-85.bg-text {
    padding-left: 20px;
    padding-right: 20px;
  }

  .container-fraq-txt.cont-franq {
    flex-flow: column;
  }

  .div-block-88 {
    justify-content: flex-start;
    align-items: center;
    max-width: 100%;
  }

  .div-block-89 {
    max-width: 100%;
  }

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

  .image-32 {
    width: 100%;
  }

  .paragraph-51 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .container-modalidade {
    justify-content: flex-start;
    align-items: center;
  }

  .modali-cont1 {
    flex-flow: column;
  }

  .txt1-modali {
    padding-left: 20px;
    padding-right: 20px;
  }

  .modali-cont2 {
    flex-flow: column;
    margin-top: 0;
  }

  .div-block-93 {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    grid-auto-flow: column dense;
  }

  .div-block-94 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .image-38, .div-block-95 {
    max-height: 320px;
  }

  .div-block-96 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .image-40 {
    max-height: none;
    margin-top: 10px;
  }

  .div-block-97 {
    height: 320px;
  }

  .div-block-98 {
    padding-top: 60px;
  }

  .heading-85 {
    line-height: 48px;
  }

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

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

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

  .image-42 {
    width: 100%;
    height: 100%;
  }

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

  .div-block-106 {
    height: 100%;
    margin-top: 320px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .image-45 {
    width: 100%;
    height: 320px;
    max-height: none;
    margin-top: 20px;
  }

  .image-46 {
    height: 320px;
  }

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

  .paragraph-60, .paragraph-61 {
    font-size: 12px;
  }

  .grid-4.modalidades {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto auto auto auto auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

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

  .coluna-box-2.modalidade1 {
    min-width: 100%;
    min-height: 320px;
    display: flex;
  }

  .div-block-112 {
    justify-content: flex-start;
    align-items: center;
    max-width: 540px;
    padding-left: 12px;
    padding-right: 12px;
  }

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

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

  .flex-block-17 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

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

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

  .div-block-118 {
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    max-height: 300px;
    display: block;
  }

  .code-embed {
    max-height: 300px;
  }

  .image-51 {
    width: 100%;
    max-height: 300px;
  }

  .container-9 {
    flex-flow: column;
    padding-left: 0%;
    padding-right: 0;
  }

  .div-block-119 {
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 30px;
  }

  .flex-block-18 {
    flex-flow: wrap;
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .tab-link-tab-1 {
    width: 100%;
  }

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

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

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

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

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

  .heading {
    font-size: 1.5rem;
  }

  .l-nav {
    mix-blend-mode: normal;
    width: 100%;
    position: relative;
  }

  .c-container {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    background-color: #fff;
    order: 1;
    justify-content: space-around;
  }

  .c-nav-logo.w--current {
    flex: none;
    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;
  }

  .link-menu {
    color: var(--white);
  }

  .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: 0%;
  }

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

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

  .f-container {
    height: auto;
  }

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

  .div-block-4.footer-redesociais {
    width: 50%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

  .image-4 {
    width: 24px;
  }

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

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

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

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

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

  .div-block-27 {
    flex-direction: column;
    justify-content: center;
    align-items: stretch;
    padding-left: 10px;
    padding-right: 10px;
  }

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

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

  .div-block-36.m-playlist {
    margin-top: 0;
    margin-left: auto;
    padding-left: 0;
    padding-right: 0;
  }

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

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

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

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

  .nona-dobra.nona-b {
    width: auto;
    margin-top: 0;
    margin-bottom: 0;
    display: none;
  }

  .div-block-40 {
    align-items: center;
    height: auto;
    padding-left: 0;
    padding-right: 0;
  }

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

  .heading-36 {
    align-items: center;
    display: flex;
  }

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

  .image-17 {
    display: block;
  }

  .slide-2 {
    height: auto;
  }

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

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

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

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

  .icon-4 {
    color: var(--white);
    background-color: #0000;
    margin-left: 10px;
    margin-right: 0;
    right: 0;
  }

  .icon-5 {
    color: var(--white);
    background-color: #0000;
    margin-left: 10px;
    margin-right: 0;
    left: -11px;
  }

  .slide-nav {
    background-color: #0000;
  }

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

  .faq-block {
    margin-left: 0;
    margin-right: 0;
  }

  .head-regular {
    font-size: 18px;
  }

  .faq-q {
    align-items: center;
  }

  .faq-default {
    padding: 40px 10px 60px;
  }

  .container-faq-default.basic-grid {
    max-width: 100%;
  }

  .section-modalidade {
    padding: 50px 10px 80px;
  }

  .div-block-54 {
    background-position: 50% 0;
    background-size: cover;
  }

  .slide-3 {
    height: auto;
  }

  .c-carousel-coach.mobile {
    max-width: none;
    display: block;
  }

  .c-carousel-coach.desktop {
    display: none;
  }

  .flex-block-8 {
    border-radius: 50%;
    align-items: flex-end;
    width: 100%;
  }

  .db-title-cta {
    flex-direction: column;
  }

  .terceira-dobra-2 {
    background-image: linear-gradient(#0000, #0000);
    flex-flow: column;
    width: 100%;
    min-width: 0;
    max-width: none;
    margin-bottom: 0;
    padding: 60px 10px;
  }

  .heading-sections {
    text-align: left;
    justify-content: center;
    align-self: center;
    align-items: center;
    margin-bottom: 10px;
    margin-left: 0;
    line-height: 1.5;
  }

  .div-block-57 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .div-block-58 {
    height: 100%;
  }

  .slider-3 {
    justify-content: center;
    width: auto;
    height: auto;
  }

  .flex-block-9 {
    width: 100%;
  }

  .slide {
    width: 320px;
    height: auto;
  }

  .icon-6 {
    color: var(--yellow-green);
  }

  .icon-6:hover {
    color: #c6ba2f;
    margin-right: 60px;
    right: -20px;
  }

  .icon-6.esquerda {
    z-index: 9;
    color: var(--yellow-green);
    left: 0;
  }

  .mask-3 {
    width: 320px;
    overflow: hidden;
  }

  .slider-wrapper {
    overflow-wrap: normal;
    flex-flow: column wrap;
    grid-template-columns: 1fr 1fr;
    grid-template-areas: ". Area";
    grid-auto-flow: column;
    place-content: stretch flex-start;
    place-items: center baseline;
    width: 320px;
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
  }

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

  .image-22 {
    border-radius: 50%;
    width: 126px;
    max-width: none;
    height: 126px;
  }

  .db-content {
    width: 320px;
  }

  .logo-wrapper {
    grid-row-gap: 20px;
    flex-flow: column wrap;
    flex: 0 auto;
    place-content: stretch space-between;
    align-items: stretch;
    width: auto;
    min-width: 0;
    max-width: none;
    margin-top: 0;
    margin-bottom: 60px;
    padding: 0 10px 40px;
    display: flex;
  }

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

  .div-block-60 {
    flex-flow: column;
    width: 100%;
    height: 100%;
  }

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

  .nona-dobra-2.depoimentos {
    margin-top: 180px;
    padding-top: 80px;
    padding-bottom: 100px;
  }

  .icon-7 {
    color: var(--yellow-green);
    margin-right: 0;
  }

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

  .column-3 {
    margin-top: 10px;
    margin-bottom: 10px;
  }

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

  .left-arrow-2 {
    margin-left: 0;
    inset: 0% auto 0% 0%;
  }

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

  .paragraph-23 {
    padding-left: 5px;
    padding-right: 5px;
  }

  .icon-8 {
    color: var(--yellow-green);
    margin-left: 0;
    margin-right: auto;
  }

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

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

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

  .link-block-3.btn-banner {
    width: 220px;
    margin-bottom: 20px;
    margin-right: auto;
    font-size: 14px;
  }

  .html-embed-20 {
    font-size: 14px;
    line-height: 1;
  }

  .div-block-63 {
    width: 100%;
    height: auto;
    padding-top: 20px;
  }

  .heading-52 {
    font-size: 20px;
    line-height: 21px;
  }

  .heading-52.txt-menor {
    font-size: 16px;
  }

  .paragraph-24 {
    align-self: flex-end;
    align-items: center;
    max-height: 22px;
    font-size: 13px;
    display: flex;
  }

  .heading-53.n-studio {
    text-align: center;
    align-self: center;
    font-size: 24px;
  }

  .html-embed-21 {
    align-self: flex-end;
    max-height: 22px;
  }

  .div-block-64 {
    justify-content: flex-start;
    align-items: flex-end;
    max-width: 100%;
    font-size: 10px;
  }

  .div-block-65.studios-c {
    flex-direction: column;
    flex: 0 auto;
    justify-content: center;
    align-self: center;
    height: auto;
    max-height: 400px;
    margin-top: 60px;
    margin-bottom: 0;
    padding-left: 5px;
    left: 0%;
    right: 0%;
  }

  .div-block-66.d-studio {
    flex-direction: column;
    max-width: 100%;
    padding-left: 0;
  }

  .link {
    align-self: flex-end;
  }

  .paragraph-25 {
    font-size: 1rem;
  }

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

  .paragraph-27 {
    font-size: 1rem;
  }

  .link-block-5 {
    justify-content: flex-start;
    align-items: center;
    height: 20px;
  }

  .paragraph-28, .paragraph-29 {
    align-self: flex-end;
    margin-bottom: 0;
  }

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

  .heading-68, .heading-70, .heading-72, .heading-75 {
    font-size: 1.5rem;
  }

  .image-26, .image-27 {
    align-self: flex-end;
  }

  .bg-top-2.agenda-pacote {
    background-position: 35%;
    background-size: cover;
  }

  .div-block-73 {
    order: -1;
    width: 50%;
  }

  .div-block-74 {
    justify-content: flex-start;
    align-items: center;
    padding-left: 0;
    padding-right: 0;
  }

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

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

  .paragraph-44 {
    margin-top: 20px;
    font-size: 16px;
  }

  .container-5, .div-block-77 {
    flex-flow: column;
  }

  .div-block-78 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    padding-left: 10px;
    padding-right: 10px;
  }

  .link-4.w--current {
    font-family: Gotham Rounded;
  }

  .div-block-79 {
    flex-flow: column;
    padding-left: 10px;
    padding-right: 10px;
  }

  .heading-81 {
    font-size: 24px;
  }

  .paragraph-47 {
    text-align: center;
    font-size: 20px;
  }

  .div-block-81 {
    padding-top: 40px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .heading-82 {
    text-align: left;
    font-size: 29px;
    font-weight: 400;
  }

  .container-modalidade {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    text-align: left;
    justify-content: flex-start;
    align-items: center;
  }

  .heading-83 {
    word-break: break-all;
    font-size: 30px;
  }

  .txt1-modali {
    padding-left: 0;
    padding-right: 0;
  }

  .heading-84 {
    font-size: 30px;
  }

  .paragraph-55 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .modali-cont2 {
    margin-top: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

  .paragraph-56 {
    text-align: left;
  }

  .bold-text-16.txt-spincycle {
    word-break: keep-all;
    font-size: 30px;
  }

  .div-block-97 {
    height: 200px;
  }

  .div-block-98 {
    padding: 60px 10px;
  }

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

  .franquia-unidades {
    padding-top: 40px;
  }

  .div-block-106 {
    margin-top: 220px;
  }

  .image-45 {
    height: 220px;
    margin-top: 0;
  }

  .image-46 {
    height: 200px;
  }

  .bold-text-18 {
    font-family: Gotham Rounded;
  }

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

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

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

  .heading-86 {
    text-align: center;
    font-size: 16px;
  }

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

  .div-block-108 {
    padding-top: 10px;
  }

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

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

  .flex-block-15 {
    text-align: center;
    justify-content: flex-start;
    align-items: center;
  }

  .heading-87 {
    font-size: 35px;
    line-height: 50px;
  }

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

  .coluna-2 {
    width: 100%;
  }

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

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

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

  .link-block-8 {
    margin-top: 1rem;
  }

  .coluna-box-2.modalidade1 {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    min-width: 100%;
    min-height: 320px;
  }

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

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

  .div-block-113 {
    flex-flow: column;
    padding-left: 10px;
    padding-right: 10px;
  }

  .paragraph-62 {
    margin-top: 10px;
  }

  .div-block-117, .div-block-118 {
    width: 100%;
  }

  .image-51 {
    max-height: 479px;
  }

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

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

  .section-8 {
    margin-top: 140px;
  }

  .div-block-126 {
    padding-top: 0;
  }

  .div-block-127.img01, .div-block-127.img02, .div-block-127.imag003, .div-block-127.imag004 {
    min-width: 100%;
  }

  .bold-text-23 {
    font-size: 17px;
    display: flex;
  }

  .image-54 {
    display: none;
  }

  .menu-mobile-action {
    flex-flow: row;
    justify-content: center;
    align-items: center;
    height: 26px;
    padding-top: 3px;
    padding-left: 0;
    display: flex;
  }
}

#w-node-bc7c3c9a-6957-db46-38b5-1f4a74f6010d-1d89a68e, #w-node-bc7c3c9a-6957-db46-38b5-1f4a74f60118-1d89a68e, #w-node-_75c020fb-d081-36bc-1a7a-02a43ee8f60a-1d89a68e, #w-node-_0f8bc7db-ab68-5ed2-e186-fdbe827db6ad-1d89a68e {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: auto;
}

#w-node-_0b422a80-4c31-7444-5fe5-f911e55d182f-1d89a6cd, #w-node-_0b422a80-4c31-7444-5fe5-f911e55d1830-1d89a6cd, #w-node-_90223e07-f871-a2bf-402d-13330c447c5a-1d89a6f8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (min-width: 1920px) {
  #w-node-bc7c3c9a-6957-db46-38b5-1f4a74f6010d-1d89a68e, #w-node-bc7c3c9a-6957-db46-38b5-1f4a74f60118-1d89a68e, #w-node-_75c020fb-d081-36bc-1a7a-02a43ee8f60a-1d89a68e, #w-node-_0f8bc7db-ab68-5ed2-e186-fdbe827db6ad-1d89a68e {
    justify-self: stretch;
  }
}

@media screen and (max-width: 479px) {
  #w-node-bc7c3c9a-6957-db46-38b5-1f4a74f60118-1d89a68e {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: auto stretch;
  }
}


