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

:root {
  --texto-2-black1: #080e13;
  --secondary-web: #13161c;
  --transparent: transparent;
  --white-web: white;
  --yellow\<deleted\|variable-8ba44cf5\>: #daec08;
  --black-web: black;
  --yellow-green\<deleted\|variable-616c0c51\>: #bed500;
  --black-2\<deleted\|variable-a09c0539\>: #070801;
  --btn-hover\<deleted\|variable-87409f8b-9bc0-48af-d0a0-9e490f5aa881\>: #716967;
  --primary-web: #beff01;
  --h3\<deleted\|variable-d2879ad8-10de-a7f1-06fc-f23aaf96c168\>: 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;
  --texto-1-cinza: #81909e;
  --white-100: #e2e2e2;
}

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

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

.w-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

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

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

body {
  color: #000;
  min-height: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

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

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

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

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

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

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

p {
  margin-bottom: 0;
}

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

li {
  margin-bottom: .25rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.lottie-animation {
  width: 50%;
}

.heading {
  color: #232536b0;
}

.text-block {
  color: #b5b5b5;
}

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

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

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

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

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

.c-nav-link:hover {
  color: var(--secondary-web);
  border: 0 solid #000;
  padding: 5px 10px;
  font-weight: 400;
  text-decoration: none;
}

.c-nav-link:active, .c-nav-link:focus, .c-nav-link:focus-visible, .c-nav-link[data-wf-focus-visible], .c-nav-link:visited {
  color: var(--white-web);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.heading-11 {
  color: var(--white-web);
  margin-bottom: .5rem;
}

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

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

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

.body-map.map-body {
  background-color: var(--texto-2-black1);
  color: var(--white-web);
  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(--white-web);
  background-color: #f7f8fc;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  max-width: 100%;
  min-height: 100%;
  font-family: Montserrat, sans-serif;
  display: flex;
}

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

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

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

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

.heading-12 {
  color: var(--white-web);
  margin-bottom: .5rem;
  font-size: 1rem;
}

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

.pagekraft-agenda {
  width: 100%;
  padding-top: 40px;
  padding-bottom: 60px;
}

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

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

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

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

.div-block-22 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-bottom: 2px solid var(--transparent);
  justify-content: center;
  align-items: center;
  width: auto;
  margin-left: 0;
  margin-right: 0;
  line-height: 1;
  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-web);
  font-size: 1.1rem;
}

.l-youtube {
  display: none;
}

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

.body-politica, .body-cookiesof {
  background-color: var(--secondary-web);
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  margin-top: 100px;
  font-family: Gotham Rounded Book;
  display: flex;
}

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

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

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

.body-agenda.scroll {
  color: var(--white-web);
  font-family: Montserrat, sans-serif;
}

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

.body-agenda.body-galeria {
  background-color: var(--texto-2-black1);
  color: var(--white-web);
  font-family: Montserrat, sans-serif;
}

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

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

.db-packages.padding-default {
  align-self: flex-start;
  height: 100%;
  min-height: 60vh;
  margin-top: 100px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 0;
}

.packages-html {
  margin-top: 0;
}

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

.body-home.scroll {
  grid-row-gap: 0px;
  background-color: var(--secondary-web);
  color: var(--white-web);
  font-family: Montserrat, 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-web);
  color: var(--black-2\<deleted\|variable-a09c0539\>);
  object-fit: contain;
  width: 100%;
  height: 120px;
  margin-top: -120px;
  margin-left: 0;
  padding-left: 0;
  display: none;
  position: static;
  inset: 0% 0% auto;
}

.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\<deleted\|variable-616c0c51\>);
  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", sans-serif;
  font-size: 56px;
  line-height: 1;
  display: flex;
}

.link-block {
  background-color: var(--yellow-green\<deleted\|variable-616c0c51\>);
  color: var(--white-web);
  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-web);
  text-decoration: none;
}

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

.heading-32 {
  color: var(--black-web);
  -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-web);
  font-family: "Baloo 2", sans-serif;
  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-web);
  font-size: 1.1rem;
}

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

.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-web);
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  position: relative;
}

.faq {
  background-color: var(--transparent);
  color: var(--black-web);
  white-space: break-spaces;
  border-bottom: 1px solid #b6b6b6;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 80px;
  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-container {
  min-width: 0;
  max-width: 100%;
  margin-bottom: 60px;
}

.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-web);
  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-row-gap: 72px;
  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-web);
  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-web);
  margin-bottom: 24px;
  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-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: var(--primary-web);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: auto;
  padding-top: 128px;
  padding-bottom: 160px;
  display: flex;
}

.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-web);
  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-web);
  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: var(--transparent);
  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 142px;
  display: flex;
}

.heading-sections {
  color: var(--yellow-green\<deleted\|variable-616c0c51\>);
  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\<deleted\|variable-616c0c51\>);
  -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\<deleted\|variable-616c0c51\>);
  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", sans-serif;
  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", sans-serif;
  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: #fff;
  background-image: none;
  background-position: 100% 65%;
  background-repeat: no-repeat;
  background-size: 720px;
  align-self: center;
  padding-bottom: 100px;
  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\<deleted\|variable-616c0c51\>);
  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\<deleted\|variable-616c0c51\>);
  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-web);
  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-web);
  align-self: center;
  height: 100%;
  max-height: 22px;
  margin-bottom: 0;
  margin-left: 10px;
  margin-right: auto;
  font-family: "Baloo 2", sans-serif;
  font-style: normal;
  text-decoration: none;
}

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

.heading-53.n-studio {
  color: var(--black-web);
  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-web);
  text-decoration: none;
}

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

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

.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-web);
  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%;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
}

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

.paragraph-42 {
  color: var(--white-web);
  margin-bottom: 1rem;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  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 {
  color: var(--white-web);
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: none;
  height: 100%;
  min-height: 320px;
  max-height: none;
  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-web);
  font-family: Open Sans, sans-serif;
  font-size: var(--h3\<deleted\|variable-d2879ad8-10de-a7f1-06fc-f23aaf96c168\>);
}

.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: #666;
  margin-top: 15px;
  font-size: 14px;
}

.button-4 {
  background-color: var(--transparent);
  color: var(--cinza\<deleted\|variable-706f797b-1364-32a2-045e-30e25d87f37e\>);
  width: 280px;
  height: 44px;
  margin-top: 10px;
  padding-left: 0;
  font-family: Roboto;
  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 {
  flex-flow: column;
  justify-content: flex-start;
  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-web);
  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-web);
  text-align: left;
  font-family: Gotham Rounded;
  font-weight: 400;
}

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

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

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

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

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

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

.link-4.w--current {
  color: var(--white-web);
  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-web);
  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 {
  background-color: var(--secondary-web);
  margin-top: 100px;
  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-web);
  background-color: #000;
  border-radius: 100px;
  width: 13px;
  height: 2px;
  position: absolute;
}

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

.div-block-80 {
  color: var(--black-web);
  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;
  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-web);
  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;
  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-web);
  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-web);
  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-web);
  font-family: Roboto;
  font-size: 16px;
}

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

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

.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-web);
  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;
  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;
  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-web);
  text-decoration: none;
}

.link-6:hover {
  color: var(--primary-web);
  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-web);
  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-web);
}

.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-web);
  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;
  font-size: 28px;
}

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

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

.section-banner-home.test {
  min-height: 300px;
}

.section-banner-home.banner-section-3 {
  height: auto;
  min-height: 320px;
}

.container-7 {
  justify-content: center;
  align-items: center;
  min-width: 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-web);
  color: var(--primary-web);
  width: 100%;
  max-width: 173px;
  height: 2px;
  margin-top: 6px;
}

.paragraph-59 {
  margin-top: 18px;
  margin-bottom: 18px;
  font-size: 14px;
}

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

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

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

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

.heading-86 {
  color: var(--white-web);
  font-size: var(--h3\<deleted\|variable-d2879ad8-10de-a7f1-06fc-f23aaf96c168\>);
}

.italic-text {
  color: var(--primary-web);
  font-size: 16px;
}

.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-web);
  color: var(--white-web);
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  display: flex;
}

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

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

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

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

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

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

.section-4 {
  background-image: url('../images/Ellipse-11.svg');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: auto;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  min-height: 480px;
  padding-top: 60px;
  padding-bottom: 40px;
  display: flex;
}

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

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

.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_8354-Editar-63d05944-f2027d10-1920w.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;
  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;
}

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

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

.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 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 {
  color: #fff;
  text-align: right;
  background-color: #eb2124;
  border-radius: 14px;
  justify-content: space-around;
  align-items: center;
  width: 220px;
  height: 52px;
  margin-top: 0;
  padding: 10px;
  line-height: 1;
  text-decoration: none;
  display: flex;
}

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

.link-block-8.btn-hover {
  background-color: var(--black-web);
  border-top: 2px solid #666;
  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-web);
}

.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: 35px;
  grid-row-gap: 35px;
  background-color: #0009;
  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: flex;
}

.section-5 {
  background-color: var(--secondary-web);
  color: var(--white-web);
  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 {
  justify-content: flex-start;
  align-items: flex-start;
  width: 50%;
  max-width: 772px;
  display: flex;
}

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

.paragraph-62 {
  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-web);
  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;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 20px;
}

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

.image-50 {
  max-height: 100%;
}

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

.div-block-117 {
  justify-content: flex-end;
  align-items: flex-start;
  width: 50%;
  min-width: 0;
  max-height: 534px;
  display: flex;
}

.div-block-118 {
  width: 50%;
  min-width: 0;
  overflow: hidden;
}

.code-embed {
  max-height: 479px;
  overflow: hidden;
}

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

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

.container-9 {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 980px;
  padding-left: 10px;
  padding-right: 10px;
  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-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-web);
  font-size: 18px;
  font-weight: 400;
}

.section-7 {
  background-color: var(--primary-web);
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 180px;
  padding-top: 47px;
  padding-bottom: 47px;
  display: flex;
}

.container-10 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.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(--white-web);
  margin-bottom: 20px;
}

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

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

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

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

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

.text-block-9, .dropdown-link {
  font-size: 14px;
}

.dropdown-link:hover {
  color: var(--secondary-web);
  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-web);
}

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

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

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

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

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

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

.body-atividades {
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.section-8 {
  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-web);
}

.tab-link-tab-1.w--current {
  background-color: var(--primary-web);
  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-web);
  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;
}

.tab-link-tab-2 {
  background-color: #0000;
  font-family: Open Sans, sans-serif;
  font-size: 18px;
}

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

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

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

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

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

.tab-link-tab-4 {
  background-color: #0000;
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  font-weight: 400;
}

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

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

.image-53 {
  width: 100%;
}

.button-7 {
  z-index: 1;
  color: var(--secondary-web);
  background-color: #f3a234;
  border: 2px solid #f3a234;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 200px;
  max-width: 320px;
  margin-bottom: 0;
  margin-left: 0;
  padding: 10px 25px;
  line-height: 1;
  display: flex;
  position: relative;
  inset: auto;
}

.heading-94 {
  color: var(--white-web);
  letter-spacing: 5px;
  text-transform: uppercase;
  font-size: 55px;
  font-weight: 300;
}

.paragraph-67 {
  font-size: 20px;
  line-height: 26px;
}

.heading-95 {
  letter-spacing: 4px;
  text-transform: uppercase;
  margin-bottom: 33px;
  font-family: "Avenue X 2";
  font-size: 36px;
  font-weight: 400;
}

.button-8 {
  background-color: var(--secondary-web);
  text-transform: uppercase;
  color: #262626;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-width: 188px;
  max-width: 314px;
  height: 46px;
  margin-top: 64px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
  display: flex;
}

.button-8.btn-reservas {
  background-color: var(--white-web);
}

.heading-96 {
  text-transform: uppercase;
  color: #beff01;
  margin: 0 0 60px 20px;
  font-family: Montserrat, sans-serif;
  font-size: 36px;
  font-weight: 700;
}

.heading-96.txt-h1 {
  margin-bottom: 140px;
  font-size: 64px;
}

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

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

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

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

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

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

.slider-5 {
  background-color: #0000;
  justify-content: center;
  align-items: center;
  max-width: 960px;
  height: 100%;
  margin-top: 80px;
  display: flex;
}

.slider-5.galeria1 {
  margin-left: auto;
}

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

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

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

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

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

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

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

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

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

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

.container-12 {
  width: 100%;
}

.slider-6 {
  background-color: var(--transparent);
  height: 100%;
  margin-top: 90px;
  display: none;
}

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

.icon-12 {
  color: var(--black-web);
}

.slide-6 {
  width: 347px;
  height: 100%;
  min-height: 100%;
  margin-left: 20px;
  margin-right: 20px;
}

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

.div-block-130 {
  width: 347px;
  height: auto;
}

.mask-5 {
  width: 100%;
  min-width: auto;
  max-width: none;
  height: 100%;
  padding-left: 60px;
}

.slide-7 {
  max-width: 347px;
  margin-left: 20px;
  margin-right: 20px;
}

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

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

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

.slider-7 {
  background-color: var(--transparent);
  width: 100%;
  height: 427px;
}

.slide-8 {
  width: 300px;
  height: 100%;
  margin-left: 10px;
  margin-right: 10px;
}

.slide-9, .slide-10 {
  width: 300px;
  margin-left: 10px;
  margin-right: 10px;
}

.image-55 {
  margin-left: 0;
  margin-right: 0;
}

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

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

.flex-block-21 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: wrap;
  width: 100%;
  margin-top: 44px;
}

.image-56, .image-57, .image-58 {
  width: 320px;
}

.div-block-131 {
  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-131.m-playlist {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.heading-59 {
  color: #000;
  text-align: center;
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  margin-right: auto;
  font-family: "Avenue X 2";
  font-size: 32px;
  font-weight: 400;
  line-height: 63px;
  display: flex;
}

.div-block-132 {
  align-items: center;
  margin: 50px auto 40px;
  display: flex;
}

.heading-99 {
  color: #000;
  font-size: 24px;
  font-weight: 400;
  line-height: 51.77px;
}

.image-59 {
  width: auto;
  max-width: 117px;
  height: auto;
  max-height: 36px;
  margin-left: 10px;
}

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

.heading-100 {
  color: var(--white-web);
  text-align: right;
  letter-spacing: 5px;
  text-transform: uppercase;
  font-size: 36px;
  font-weight: 400;
  line-height: 49px;
}

.text-span-62 {
  color: var(--secondary-web);
}

.div-block-134, .div-block-135 {
  width: auto;
}

.paragraph-68 {
  color: var(--white-web);
  letter-spacing: 5px;
  font-size: 36px;
  font-weight: 300;
  line-height: 49px;
}

.section-9 {
  color: var(--primary-web);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 480px;
  padding-top: 60px;
  display: flex;
}

.container-14 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 980px;
  display: flex;
}

.div-block-136 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 50%;
  margin-right: 0;
  display: flex;
}

.div-block-137 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 50%;
  padding-left: 20px;
  display: flex;
}

.heading-101 {
  color: var(--primary-web);
  letter-spacing: 6px;
  font-size: 85px;
  font-weight: 400;
}

.paragraph-69 {
  letter-spacing: 5px;
  font-size: 16px;
  font-weight: 700;
}

.paragraph-70 {
  margin-top: 20px;
  margin-bottom: 42px;
  font-weight: 700;
}

.paragraph-71 {
  font-size: 16px;
  font-weight: 600;
}

.paragraph-72 {
  font-size: 16px;
  font-weight: 400;
}

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

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

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

.link-8 {
  color: var(--primary-web);
  text-decoration: none;
}

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

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

.heading-102 {
  color: #fff;
  margin-bottom: .5rem;
  font-size: 1rem;
}

.heading-103 {
  color: #000;
  margin-bottom: .5rem;
  font-size: 18px;
}

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

.paragraph-17.end-txt {
  color: var(--white-web);
  margin-bottom: 10px;
}

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

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

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

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

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

.l-youtube-2 {
  display: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.section-10 {
  width: 100%;
}

.image-64 {
  display: none;
}

.heading-104 {
  text-align: center;
  margin-top: 2rem;
  font-size: 32px;
  font-weight: 600;
}

.section-11 {
  width: 100%;
  min-height: 60vh;
  margin-top: 100px;
  padding-top: 80px;
  padding-bottom: 0;
}

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

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

.div-block-143.mdalidadetxt {
  justify-content: center;
  align-items: flex-start;
  width: 50%;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 0;
}

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

.heading-42.txt001 {
  margin-top: 146px;
  margin-bottom: 100px;
}

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

.div-block-144.modalidade1 {
  justify-content: center;
  align-items: center;
  width: 50%;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  display: flex;
}

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

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

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

.paragraph-26.divi-proposta {
  text-align: center;
  max-width: 1034px;
  margin-top: 60px;
  margin-bottom: 4rem;
  font-family: Open Sans, sans-serif;
  font-size: 24px;
}

.paragraph-26.txt-pagr {
  color: #26261e;
  padding-left: 0;
}

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

.div-block-145.divi-proposta {
  max-width: 1034px;
}

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

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

.flex-block-22.div-nossapropsta {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding-bottom: 160px;
}

.flex-block-22.modalidade {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 0 20px 240px;
}

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

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

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

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

.button-9.btn-nossa {
  text-transform: uppercase;
  width: 100%;
  min-width: 188px;
  max-width: 314px;
  height: 46px;
  margin-top: 60px;
  margin-left: 0;
  padding-left: 0;
  padding-right: 0;
  font-size: 16px;
}

.button-9.btn-modalidade {
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-width: 188px;
  max-width: 314px;
  height: 43px;
  margin-left: 0;
  font-size: 16px;
}

.image-66, .image-67 {
  height: 240px;
}

.slide-11 {
  width: 289px;
}

.image-68 {
  height: 240px;
}

.icon-15 {
  color: var(--black-web);
}

.slider-8 {
  background-color: #0000;
  width: 100%;
  max-width: 1140px;
  height: 280px;
  max-height: none;
  margin-top: 60px;
}

.image-69 {
  border-top-left-radius: 16px;
  border-bottom-left-radius: 16px;
  height: 240px;
}

.icon-16 {
  color: var(--black-web);
}

.image-70 {
  height: 240px;
}

.image-71 {
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
  height: 240px;
}

.left-arrow-4 {
  margin-left: -60px;
}

.right-arrow-5 {
  margin-right: -60px;
}

.container-17 {
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  padding-top: 200px;
  display: flex;
}

.bold-text-25 {
  color: #26261e;
  font-family: Open Sans, sans-serif;
  font-size: 24px;
  font-weight: 400;
}

.bold-text-26 {
  font-size: 24px;
  font-weight: 400;
}

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

.div-block-147.prof-hover {
  border-radius: 16px;
  height: 100%;
  display: none;
}

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

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

.slider-9 {
  background-color: #0000;
  width: 100%;
  max-width: 100%;
  min-height: 420px;
}

.mask-6 {
  height: 100%;
}

.image-72 {
  width: 100%;
  margin-left: 0;
  position: relative;
}

.slide-12 {
  text-align: center;
  width: 100%;
}

.div-block-148 {
  position: relative;
  inset: 0%;
}

.image-73 {
  display: none;
}

.div-block-149 {
  position: absolute;
  inset: auto 0% 10%;
}

.div-block-150 {
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  height: 100%;
  margin-bottom: 0;
  display: flex;
}

.slider-10 {
  background-color: #0000;
  width: 100%;
  height: 420px;
  position: absolute;
}

.div-block-151 {
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.image-74 {
  position: relative;
}

.slider-11 {
  background-color: #0000;
  width: 100%;
  height: 100%;
}

.div-block-152 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  background-image: url('../images/banner-top.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding-left: 120px;
  display: flex;
}

.div-block-152.desktop {
  padding-left: 60px;
}

.div-block-152.mobile {
  display: none;
}

.div-block-153 {
  background-image: url('../images/Principal_1440x480px_AJUSTADO-62.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
}

.div-block-153.banner3 {
  background-image: url('../images/Banner03_bikefit_1440x480px.jpg');
}

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

.heading-105 {
  color: #f9f9f9;
  font-family: "Avenue X 2";
  font-size: 100px;
  font-weight: 400;
  line-height: 1;
}

.text-span-63 {
  font-size: 32px;
  font-weight: 400;
}

.text-span-64, .text-span-65, .text-span-66 {
  font-size: 32px;
}

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

.rede-social {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.link-block-10, .link-block-11 {
  text-decoration: none;
}

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

.mask-8 {
  height: 100%;
}

.link-9 {
  text-decoration: none;
}

.div-block-154 {
  color: var(--secondary-web);
}

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

.icon-17, .icon-18, .slide-nav-4 {
  color: var(--transparent);
}

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

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

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

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

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

.link-block-12.btn-hover.btn-reserver.btn-reservar-1 {
  width: 168px;
  min-width: 220px;
  height: 48px;
  padding-left: 10px;
  padding-right: 10px;
}

.link-block-12.btn-hover.btn-reserver.btn-center {
  margin-left: auto;
}

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

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

.div-block-155 {
  width: 100%;
  height: 100%;
  position: static;
}

.flex-block-2 {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: auto;
  margin-bottom: 43px;
}

.flex-block-2.m-01.img-desabled {
  display: none;
}

.image-78 {
  object-fit: cover;
  width: 100%;
  max-height: 350px;
  margin-left: auto;
  margin-right: auto;
}

.image-78.alterada {
  object-fit: cover;
  height: 100%;
  padding-top: 0;
}

.div-block-156 {
  background-color: #0009;
  border-radius: 20px;
  align-items: center;
  height: 0%;
  display: none;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.div-block-156.m-01 {
  justify-content: center;
  align-items: center;
  height: 0%;
  display: none;
}

.heading-61 {
  color: #fff;
  text-transform: uppercase;
  font-size: 32px;
  font-weight: 700;
  line-height: 120%;
}

.div-block-157, .image-25, .div-block-158 {
  width: 34px;
}

.button-10 {
  color: #2e2e2d;
  background-color: #40ff73;
  border-radius: 6px;
  justify-content: center;
  align-self: flex-end;
  align-items: center;
  width: 228px;
  height: 82px;
  margin: 35px auto;
  font-size: 16px;
  display: flex;
  box-shadow: 0 0 4px 4px #00000040;
}

.button-10:hover {
  color: #2e2e2d;
  background-color: #02a750;
  text-decoration: none;
}

.button-10.btn-reservar-1 {
  width: 168px;
  height: 40px;
  margin: 5px auto 20px;
}

.div-block-159 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 0%;
  padding-top: 0;
  padding-left: 0;
  display: flex;
}

.div-block-160 {
  border-radius: 20px;
  margin-left: 20px;
  margin-right: 20px;
  display: flex;
  position: relative;
  inset: 0% auto auto 0%;
  overflow: hidden;
}

.paragraph-79 {
  color: #fff;
  text-align: center;
  width: 100%;
  max-width: 800px;
}

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

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

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

.link-block-13.btn-hover.btn-reserver {
  background-color: #202123;
  border: 2px solid #c6ad5f;
  border-radius: 50px;
  width: auto;
  min-width: 250px;
  margin-top: 0;
  padding-left: 20px;
  padding-right: 20px;
}

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

.heading-107 {
  color: var(--primary-web);
  text-transform: none;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0;
  margin-left: 0;
  font-family: Montserrat, sans-serif;
  font-size: 32px;
  font-weight: 200;
  line-height: 100%;
  display: block;
}

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

.div-block-162 {
  justify-content: space-between;
  width: 100%;
  margin-top: 0;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

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

.image-79 {
  margin-top: -18px;
}

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

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

.image-80 {
  width: 100%;
  margin-top: 16px;
  margin-bottom: 0;
}

.heading-108 {
  color: #c6ad5f;
  text-align: left;
  -webkit-text-stroke-color: #070801;
  text-transform: uppercase;
  margin-top: auto;
  margin-bottom: auto;
  font-size: 22px;
  font-weight: 500;
  line-height: 100%;
}

.paragraph-80 {
  justify-content: flex-start;
  align-items: center;
  font-size: 24px;
  line-height: 1;
  display: flex;
}

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

.paragraph-81 {
  color: var(--white-web);
}

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

.slide-14 {
  width: auto;
}

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

.slide-15 {
  width: auto;
}

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

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

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

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

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

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

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

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

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

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

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

.heading-109 {
  color: #000;
  margin-left: 0;
  font-size: 54px;
  font-weight: 700;
  line-height: 63.99px;
  display: block;
}

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

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

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

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

.link-block-14.btn-passos.btn-link {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: var(--secondary-web);
  color: #000;
  max-width: 291px;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  text-decoration: none;
}

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

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

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

.heading-110 {
  color: #fff;
  -webkit-text-stroke-color: #070801;
  text-transform: uppercase;
  margin-top: auto;
  margin-bottom: auto;
  font-family: "Baloo 2", sans-serif;
  font-size: 26px;
  font-weight: 600;
  line-height: 1;
  text-decoration: none;
}

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

.paragraph-82 {
  color: #000;
  text-align: center;
  margin-top: 0;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  line-height: 24.22px;
}

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

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

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

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

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

.mask-9 {
  height: 100%;
}

.paragraph-83 {
  color: #000;
  text-align: center;
  text-transform: uppercase;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 20px;
  font-family: "Baloo 2", sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 31.2px;
}

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

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

.image-89.seta1 {
  margin-top: 0;
  margin-bottom: 140px;
  margin-left: 0;
}

.heading-77 {
  z-index: 2;
  background-color: var(--primary-web);
  color: #000;
  text-align: center;
  margin: auto 0 170px 10px;
  padding: 10px 30px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  position: absolute;
  inset: auto auto 6% 45px;
}

.heading-77.d-2 {
  color: #000;
  margin-left: 10px;
  font-size: 16px;
  font-weight: 700;
}

.heading-77.ttt {
  margin-bottom: 190px;
}

.slider-13 {
  background-color: #0000;
  justify-content: center;
  align-items: center;
  height: 100%;
  min-height: 632px;
  display: none;
}

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

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

.slide-19 {
  width: 100%;
  max-width: 310px;
}

.slide-20 {
  max-width: 310px;
}

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

.image-90.estrela {
  width: 40%;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: auto 0% 0%;
}

.paragraph-84 {
  color: #000;
  text-align: left;
  justify-content: center;
  align-items: flex-start;
  width: 90%;
  height: auto;
  min-height: 180px;
  max-height: 200px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: 0;
  padding-top: 15px;
  padding-left: 0;
  padding-right: 10px;
  font-size: 12px;
  font-style: normal;
  line-height: 14px;
  display: flex;
  overflow: hidden;
}

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

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

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

.slide-21 {
  max-width: 310px;
}

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

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

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

.heading-113 {
  color: var(--white-web);
  font-family: Montserrat, sans-serif;
  font-size: 33px;
  font-weight: 400;
}

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

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

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

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

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

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

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

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

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

.heading-114 {
  color: var(--primary-web);
  text-transform: uppercase;
  font-family: Montserrat, sans-serif;
  font-size: 98px;
  font-weight: 900;
}

.paragraph-85 {
  color: var(--white-web);
  text-align: center;
  font-size: 24px;
  position: absolute;
  inset: 5% 0% auto;
}

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

.heading-115 {
  font-size: 36px;
  font-weight: 600;
}

.paragraph-86 {
  color: var(--white-web);
  text-align: center;
  max-width: 1040px;
  margin-top: 40px;
  font-size: 20px;
  font-weight: 600;
}

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

.container-20 {
  width: 100%;
  max-width: none;
}

.heading-116 {
  color: var(--white-web);
  text-transform: uppercase;
  font-size: 56px;
  font-weight: 600;
}

.section-14 {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  background-color: var(--texto-2-black1);
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  min-height: 600px;
  padding-bottom: 100px;
  display: flex;
}

.section-14.sec-unidades {
  margin-top: -100px;
  padding-top: 90px;
}

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

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

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

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

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

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

.div-block-177 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  min-width: 320px;
  max-width: 600px;
  display: flex;
}

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

.heading-117 {
  color: var(--texto-2-black1);
  text-transform: uppercase;
  font-family: Montserrat, sans-serif;
  font-size: 32px;
  font-weight: 600;
}

.paragraph-88 {
  text-transform: uppercase;
  color: #81909e;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 600;
}

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

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

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

.paragraph-89 {
  color: #080e13;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
}

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

.paragraph-91 {
  color: var(--black-web);
  margin-top: 20px;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 17px;
  font-weight: 700;
}

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

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

.div-block-181 {
  height: 100%;
  max-height: 377px;
}

.image-96, .link-block-15 {
  display: none;
}

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

.text-span-67 {
  text-align: right;
  margin-left: 0;
}

.italic-text-3 {
  color: var(--white-web);
  display: block;
}

.text-span-68 {
  font-size: 14px;
}

.italic-text-4 {
  color: var(--primary-web);
}

.div-block-182 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 640px;
  margin-left: 10%;
  display: flex;
}

.heading-118 {
  color: var(--primary-web);
  text-transform: uppercase;
  max-width: none;
  font-size: 48px;
}

.text-span-69 {
  color: var(--texto-1-cinza);
}

.paragraph-92 {
  color: var(--texto-1-cinza);
  text-transform: uppercase;
  margin-bottom: 30px;
}

.paragraph-92.txt-banner-2 {
  color: var(--white-web);
  text-transform: none;
  max-width: 440px;
  margin-bottom: 0;
}

.section-02 {
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 320px;
  padding-top: 60px;
  padding-bottom: 90px;
  display: flex;
}

.container-21 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.div-block-183 {
  min-width: 320px;
  max-width: 440px;
}

.div-block-184 {
  min-width: 320px;
  max-width: 440px;
  min-height: auto;
  max-height: none;
}

.heading-119 {
  color: var(--primary-web);
  text-transform: uppercase;
  font-size: 64px;
}

.text-span-70 {
  color: var(--texto-1-cinza);
}

.paragraph-93 {
  color: var(--white-web);
  line-height: 160%;
}

.button-13 {
  background-color: var(--primary-web);
  color: var(--black-web);
  border-radius: 9px;
  font-size: 12px;
  font-weight: 600;
}

.heading-120 {
  color: #fff;
  text-transform: uppercase;
  font-size: 32px;
  font-weight: 800;
}

.paragraph-94 {
  color: #fff;
}

.container-22 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  min-width: 100%;
  max-width: none;
  height: auto;
  min-height: 790px;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.grid-9 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-flow: row;
  place-content: start center;
  width: 100%;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
}

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

.div-block-185.serv-img2 {
  background-image: url('../images/4_1.png');
  width: 100%;
  padding-left: 30px;
  padding-right: 30px;
}

.div-block-185.serv-img3 {
  background-image: url('../images/4.png');
  width: 100%;
}

.div-block-185.serv-img4 {
  background-image: url('../images/4_2.png');
}

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

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

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

.div-block-186 {
  background-image: url('../images/bg-002.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  max-width: none;
  height: 100%;
  padding-top: 70px;
  padding-bottom: 100px;
}

.paragraph-96 {
  color: var(--primary-web);
  max-width: 400px;
  margin-top: 31px;
  margin-bottom: 31px;
  font-weight: 600;
}

.text-span-71 {
  color: var(--texto-1-cinza);
}

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

.paragraph-97 {
  color: var(--primary-web);
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 60px;
  font-size: 64px;
  font-weight: 700;
}

.text-span-73 {
  color: #81909e;
}

.flex-block-25 {
  flex-flow: wrap;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  max-width: 1440px;
  min-height: 320px;
}

.div-block-187 {
  background-image: url('../images/bg-modali.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: flex-start;
  width: 50%;
  min-width: 320px;
  padding-bottom: 41px;
  padding-left: 50px;
  display: flex;
}

.div-block-187.div-esquerdo {
  order: -1;
  justify-content: center;
  align-items: flex-start;
  padding-left: 0;
  padding-right: 0;
}

.div-block-188 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 50%;
  min-width: 320px;
  max-width: 450px;
  margin-left: 160px;
  padding-top: 100px;
  padding-right: 40px;
  display: flex;
}

.div-block-188.mod-right {
  max-width: 504px;
  margin-left: 83px;
  margin-right: auto;
  padding-right: 0;
}

.heading-121 {
  color: var(--primary-web);
  text-transform: uppercase;
  font-family: Montserrat, sans-serif;
  font-size: 40px;
}

.paragraph-98 {
  color: var(--texto-1-cinza);
  text-transform: uppercase;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 600;
}

.paragraph-99 {
  color: var(--white-web);
  margin-top: 20px;
  margin-bottom: 30px;
  font-family: Montserrat, sans-serif;
}

.image-97 {
  max-height: 377px;
}

.image-98 {
  margin-top: 5px;
  margin-left: -5px;
}

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

.bold-text-27 {
  font-size: 28px;
}

.text-span-74, .text-span-75, .text-span-76, .text-span-77, .text-span-78, .text-span-79, .text-span-80, .text-span-81, .text-span-82 {
  font-size: 20px;
}

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

.text-span-83 {
  font-size: 28px;
}

.text-span-84, .text-span-85 {
  font-size: 20px;
}

.text-span-86 {
  font-size: 28px;
}

.text-span-87, .text-span-88, .text-span-89 {
  font-size: 20px;
}

.text-span-90 {
  font-size: 28px;
}

.text-span-91, .text-span-92, .text-span-93 {
  font-size: 20px;
}

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

.text-span-94 {
  font-size: 28px;
}

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

.text-span-100 {
  color: var(--texto-1-cinza);
}

.image-99 {
  margin-top: 10px;
  margin-bottom: 30px;
}

.image-100, .image-101, .image-102, .image-103 {
  margin-top: -60px;
}

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

.slide-25 {
  width: 260px;
}

.right-arrow-9 {
  margin-right: -5%;
  right: 0%;
}

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

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

.slide-26 {
  width: 260px;
}

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

.slider-15 {
  background-color: #0000;
  width: 100%;
  max-width: 1040px;
  height: 100%;
  max-height: none;
  margin-left: auto;
  margin-right: auto;
  overflow: visible;
}

.image-107 {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  height: 100%;
  max-height: 366px;
}

.section-15 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: auto;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

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

.text-span-101, .text-span-102, .text-span-103 {
  font-weight: 400;
}

.text-span-104 {
  font-family: Montserrat, sans-serif;
  font-weight: 400;
}

.text-span-105 {
  font-weight: 400;
}

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

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

.image-108 {
  height: 100%;
}

.image-109 {
  display: none;
}

.slide-27 {
  width: 100%;
  min-width: 100%;
}

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

.image-111 {
  display: none;
}

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

.slide-28, .mask-11 {
  width: 100%;
  min-width: 100%;
}

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

.button-primary-angulare {
  background-color: var(--primary-web);
  color: var(--secondary-web);
  white-space: nowrap;
  border-radius: 6px;
  padding: 6px 12px;
  font-weight: 500;
}

.button-primary-angulare.pagekraft-auth-login, .button-primary-angulare.pagekraft-auth-logout, .button-primary-angulare.pagekraft-auth-my-account {
  cursor: pointer;
  display: none;
}

.button-secondary-angulare {
  border: 2px solid var(--primary-web);
  background-color: var(--transparent);
  color: var(--primary-web);
  border-radius: 6px;
  padding: 6px 12px;
  font-weight: 500;
}

.button-secondary-angulare.pagekraft-auth-register {
  cursor: pointer;
  padding-top: 5px;
  padding-bottom: 5px;
  display: none;
}

.flex-block-26 {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  order: 1;
  justify-content: flex-end;
  align-items: center;
  min-width: 230px;
  display: flex;
}

.button-14 {
  background-color: var(--transparent);
  color: var(--primary-web);
}

.code-embed-4 {
  color: var(--primary-web);
  cursor: pointer;
  display: flex;
}

.link-block-17.pagekraft-auth-my-account {
  text-decoration: none;
  display: none;
}

.code-embed-5 {
  display: none;
}

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

  .terceira-dobra-2 {
    background-position: 50% 65%;
  }

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

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

  .container-3 {
    background-image: url('../images/bg-modali.png');
    background-position: 100%;
    background-repeat: no-repeat;
    background-size: auto;
    max-width: 1440px;
  }

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

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

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

  .button-7 {
    right: auto;
  }

  .heading-96 {
    margin-left: 40px;
    margin-right: auto;
  }

  .image-63 {
    min-height: 320px;
  }

  .image-72 {
    margin-left: auto;
    margin-right: auto;
  }

  .section-12 {
    background-image: none;
  }

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

  .div-block-176 {
    background-color: var(--secondary-web);
  }

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

  .section-14 {
    background-image: none;
  }

  .container-unidades {
    justify-content: space-between;
  }

  .div-block-177 {
    width: 100%;
    min-width: 320px;
    max-width: 600px;
    display: flex;
  }

  .heading-117 {
    color: var(--secondary-web);
  }

  .paragraph-88 {
    color: var(--texto-1-cinza);
    text-transform: uppercase;
    margin-top: 0;
  }

  .div-block-178 {
    margin-bottom: 0;
  }

  .paragraph-89 {
    color: #080e13;
  }

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

  .container-22 {
    background-image: url('../images/bg-modali.png');
    background-position: 100% 0;
    background-repeat: no-repeat;
    background-size: contain;
  }

  .grid-9 {
    grid-template-columns: 1fr 1fr 1fr 1fr;
    max-width: 1440px;
  }

  .div-block-185 {
    width: 360px;
  }

  .container-23 {
    max-width: 960px;
  }

  .paragraph-97 {
    text-transform: uppercase;
  }

  .text-span-72 {
    color: var(--texto-1-cinza);
  }

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

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

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

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

  .terceira-dobra-2 {
    background-position: 50% 70%;
  }

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

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

  .image-30 {
    width: 100%;
  }

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

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

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

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

  .heading-96 {
    margin-left: 40px;
  }

  .mask-6 {
    width: 100%;
  }

  .div-block-152 {
    height: 480px;
  }

  .slide-13, .mask-7 {
    width: 100%;
  }

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

  .flex-block-2 {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
  }

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

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

  .paragraph-89 {
    color: #080e13;
  }

  .container-22 {
    background-position: 100% 0;
    background-repeat: no-repeat;
    background-size: contain;
  }

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

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

  .slider-15 {
    height: 100%;
    max-height: 366px;
  }

  .image-107 {
    width: 100%;
    max-width: 360px;
    height: auto;
  }
}

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

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

  .terceira-dobra-2 {
    background-position: 50% 65%;
    background-size: auto;
  }

  .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 {
    height: 480px;
    margin-top: 100px;
  }

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

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

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

  .button-7 {
    right: auto;
  }

  .grid-6 {
    grid-template-columns: 25% 20% 18% 20% 18%;
  }

  .slider-9 {
    min-height: 580px;
  }

  .image-72 {
    height: auto;
  }

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

  .div-block-152 {
    height: 480px;
    min-height: 0;
  }

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

  .flex-block-2 {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
  }

  .image-78 {
    text-align: center;
    max-width: 100%;
  }

  .div-block-160 {
    justify-content: center;
    display: flex;
  }

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

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

  .paragraph-89 {
    color: #080e13;
  }

  .container-22 {
    background-position: 100%;
    background-repeat: no-repeat;
    background-size: 680px;
    justify-content: flex-start;
    align-items: center;
  }

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

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

  .image-110, .mask-11 {
    width: 100%;
  }

  .button-primary-angulare.pagekraft-auth-login {
    cursor: pointer;
    display: none;
  }

  .button-primary-angulare.pagekraft-auth-logout, .button-primary-angulare.pagekraft-auth-my-account {
    cursor: pointer;
  }

  .button-secondary-angulare.pagekraft-auth-register {
    cursor: pointer;
    display: none;
  }

  .link-block-17 {
    text-decoration: none;
  }
}

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

  .l-nav {
    mix-blend-mode: normal;
    align-self: flex-start;
    position: fixed;
    inset: 0 0%;
  }

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

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

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

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

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

  .c-nav-link:active, .c-nav-link:focus {
    color: var(--white-web);
  }

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

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

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

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

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

  .menu-button.menu-mobile-action {
    z-index: 2;
    background-color: var(--transparent);
    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.social-box-menu {
    margin-top: 10%;
    font-size: .875rem;
    display: none;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .instagram-icon {
    cursor: pointer;
  }

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

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

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

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

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

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

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

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

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

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

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

  .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-image: none;
    flex-flow: column;
    place-content: flex-start center;
    align-items: center;
    width: 100%;
    max-width: none;
    height: auto;
    padding: 60px 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-image: none;
    background-position: 100% 100%;
    background-size: 480px;
    padding-bottom: 60px;
  }

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

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

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

  .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 {
    justify-content: center;
    align-items: center;
    height: 480px;
    min-height: auto;
    margin-top: 100px;
  }

  .section-4 {
    padding-bottom: 0;
  }

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

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

  .container-9 {
    padding-top: 0;
    padding-bottom: 0;
  }

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

  .button-7 {
    margin-bottom: 40px;
    position: absolute;
    bottom: 0%;
    right: auto;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .instagram-icon-2 {
    cursor: pointer;
  }

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

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

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

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

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

  .image-64 {
    display: none;
  }

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

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

  .div-block-144.modalidade1 {
    padding-right: 0;
  }

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

  .icon-15, .icon-16 {
    color: var(--white-web);
  }

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

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

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

  .slider-9 {
    height: 100%;
    min-height: auto;
  }

  .mask-6 {
    height: auto;
  }

  .image-72 {
    display: block;
  }

  .image-73 {
    width: auto;
    display: none;
  }

  .div-block-149 {
    width: 100%;
    position: absolute;
    inset: 0%;
  }

  .slider-10 {
    height: 320px;
    margin-top: auto;
  }

  .image-74 {
    height: 320px;
    display: block;
  }

  .div-block-152 {
    background-image: url('../images/banner-top.png');
    justify-content: center;
    align-items: center;
    padding-top: 60px;
    padding-bottom: 60px;
    padding-left: 0;
  }

  .div-block-152.desktop {
    padding-left: 0;
  }

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

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

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

  .flex-block-2.m-01 {
    margin-bottom: 0;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .slider-13 {
    width: 100%;
    display: flex;
  }

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

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

  .slide-19 {
    vertical-align: baseline;
    margin-right: 10px;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .slider-14 {
    width: auto;
    display: block;
  }

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

  .container-unidades {
    flex-flow: wrap;
    justify-content: center;
    align-items: flex-start;
    margin-top: 0;
    margin-bottom: 240px;
    padding-top: 40px;
    padding-right: 0;
  }

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

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

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

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

  .div-block-182 {
    margin-left: 0%;
  }

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

  .grid-9 {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    place-content: stretch;
  }

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

  .div-block-188 {
    margin-left: 0;
  }

  .div-block-188.mod-right {
    margin-left: 0;
    margin-right: 0;
  }

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

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

  .slider-15 {
    width: 100%;
    max-width: none;
  }

  .div-block-189 {
    background-image: none;
  }

  .image-108 {
    display: block;
  }

  .image-109 {
    width: auto;
  }

  .image-112 {
    height: 100%;
  }

  .image-113, .flex-block-26 {
    display: none;
  }
}

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

  h2 {
    font-size: 2rem;
  }

  h3 {
    font-size: 1.5rem;
  }

  h4 {
    font-size: 1.25rem;
  }

  h5 {
    font-size: 1rem;
  }

  h6 {
    font-size: .875rem;
  }

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

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

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

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

  .nav-menu {
    height: 100vh;
  }

  .image {
    aspect-ratio: auto;
    object-fit: contain;
    flex: 1;
    order: 1;
    max-width: none;
    height: 48px;
    max-height: none;
    margin-left: 0;
    margin-right: 0%;
  }

  .menu-button.menu-mobile-action {
    z-index: 1;
    inset: 0% auto 0% 0%;
  }

  .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 {
    background-color: var(--texto-2-black1);
    padding-left: 0;
    padding-right: 0;
  }

  .footer {
    padding-left: 0;
    padding-right: 0;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .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: none;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 100%;
    min-height: 374px;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .div-block-112 {
    max-width: 540px;
  }

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

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

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

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

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

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

  .image-53 {
    display: none;
  }

  .button-7 {
    margin-bottom: 20px;
    bottom: 8%;
    right: 33%;
  }

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

  .mask-4 {
    height: 100%;
  }

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

  .slider-5 {
    height: auto;
  }

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

  .slide-5 {
    height: auto;
  }

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

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

  .div-block-130 {
    width: 347px;
    height: auto;
    display: block;
  }

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

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

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

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

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

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

  .heading-99, .image-59 {
    font-size: 28px;
  }

  .section-9 {
    min-height: auto;
    padding-top: 0;
    padding-bottom: 47px;
  }

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

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

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

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

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

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

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

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

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

  .div-block-143.mdalidadetxt {
    width: 100%;
  }

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

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

  .div-block-144.modalidade1 {
    order: -1;
  }

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

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

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

  .div-block-146 {
    margin-left: 0;
  }

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

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

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

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

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

  .image-72 {
    display: none;
  }

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

  .slider-10 {
    height: 480px;
  }

  .image-74 {
    display: none;
  }

  .image-75 {
    width: 100%;
  }

  .div-block-152 {
    background-image: url('../images/banner-top.png');
    background-position: 50%;
    background-size: cover;
    justify-content: center;
    align-items: center;
    height: 480px;
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .div-block-153 {
    background-image: url('../images/Principal_480x480px_AJUSTADO-74.jpg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .div-block-153.banner3 {
    background-image: url('../images/Banner03_bikefit_480x480px.jpg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
  }

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

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

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

  .flex-block-2.m-01 {
    display: flex;
  }

  .button-10 {
    width: 136px;
    height: 49px;
    font-size: 11px;
  }

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

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

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

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

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

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

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

  .icon-21 {
    color: #000;
  }

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

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

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

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

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

  .icon-22 {
    color: #000;
  }

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

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

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

  .slider-13 {
    min-height: auto;
  }

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

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

  .slide-nav-6 {
    margin-bottom: -30px;
  }

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

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

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

  .div-block-171 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

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

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

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

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

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

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

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

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

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

  .container-unidades {
    flex-flow: wrap;
    justify-content: center;
    max-height: 480px;
    padding-top: 60px;
    padding-bottom: 100px;
    padding-right: 0;
  }

  .image-96, .link-block-15 {
    display: block;
  }

  .div-block-182 {
    justify-content: flex-start;
    align-items: flex-start;
    width: 90%;
    margin-left: 0%;
  }

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

  .grid-9 {
    grid-template-rows: auto auto auto auto;
  }

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

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

  .div-block-187 {
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    margin-top: 140px;
    padding-left: 0;
    font-family: Montserrat, sans-serif;
  }

  .div-block-187.div-esquerdo {
    order: 1;
  }

  .div-block-188 {
    width: 90%;
    margin-left: 0;
    padding-top: 40px;
  }

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

  .image-97 {
    max-height: 240px;
    margin-top: 10px;
  }

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

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

  .slider-16 {
    height: 480px;
  }

  .div-block-189 {
    background-image: none;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .image-108 {
    display: none;
  }

  .image-109 {
    width: auto;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .slide-27 {
    height: auto;
  }

  .image-110 {
    display: none;
  }

  .image-111 {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .image-112 {
    display: none;
  }

  .image-113 {
    width: 100%;
  }
}

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

  .heading {
    font-size: 1.5rem;
  }

  .l-nav {
    background-color: var(--secondary-web);
    mix-blend-mode: normal;
    position: relative;
  }

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

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

  .c-nav-link {
    color: var(--white-web);
  }

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

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

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

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

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

  .coluna {
    width: 100%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .image-4 {
    width: 24px;
  }

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

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

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

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

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

  .div-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-web);
    background-color: #0000;
    margin-left: 10px;
    margin-right: 0;
    right: 0;
  }

  .icon-5 {
    color: var(--white-web);
    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-bottom: 80px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .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\<deleted\|variable-616c0c51\>);
  }

  .icon-6:hover {
    color: #c6ba2f;
    margin-right: 60px;
    right: -20px;
  }

  .icon-6.esquerda {
    z-index: 9;
    color: var(--yellow-green\<deleted\|variable-616c0c51\>);
    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: 0;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .icon-7 {
    color: var(--yellow-green\<deleted\|variable-616c0c51\>);
    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\<deleted\|variable-616c0c51\>);
    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 {
    margin-top: 0;
    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-74 {
    padding-left: 0;
    padding-right: 0;
  }

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

  .paragraph-44 {
    margin-top: 20px;
    font-size: 16px;
  }

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

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

  .link-4.w--current {
    font-family: Gotham Rounded;
  }

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

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

  .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 {
    height: 100%;
    margin-top: auto;
  }

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

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

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

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

  .coluna-box-2.modalidade1 {
    min-width: 320px;
    min-height: 320px;
  }

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

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

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

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

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

  .image-51 {
    max-height: 479px;
  }

  .section-6 {
    padding-left: 10px;
    padding-right: 10px;
  }

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

  .container-10 {
    flex-flow: column;
    padding-left: 15px;
    padding-right: 15px;
  }

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

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

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

  .image-53 {
    min-height: auto;
  }

  .button-7 {
    margin-bottom: 40px;
    position: relative;
    inset: auto 0% 0%;
  }

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

  .heading-96.txt-h1 {
    margin-bottom: 0;
    font-size: 32px;
  }

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

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

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

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

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

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

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

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

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

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

  .image-54 {
    height: 100%;
  }

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

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

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

  .slide-7 {
    width: 100%;
    max-width: none;
  }

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

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

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

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

  .div-block-131.m-playlist {
    background-color: #fff;
    margin-top: 0;
    margin-left: auto;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .heading-59 {
    text-align: center;
    text-transform: uppercase;
    color: #000;
    justify-content: center;
    align-self: center;
    align-items: center;
    margin-bottom: 10px;
    margin-left: auto;
    font-size: 24px;
    line-height: 36px;
  }

  .heading-99 {
    color: #000;
    align-items: center;
    display: flex;
  }

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

  .html-spotify {
    padding-bottom: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .heading-100, .paragraph-68 {
    text-align: center;
  }

  .section-9 {
    padding-bottom: 0;
  }

  .container-14 {
    flex-flow: column;
    padding-top: 47px;
    padding-bottom: 47px;
  }

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

  .div-block-137 {
    width: 100%;
    margin-top: 20px;
    padding-left: 0;
  }

  .div-block-139 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
  }

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

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

  .instagram-icon-2 {
    justify-content: center;
    align-items: flex-start;
    line-height: 1;
    display: flex;
  }

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

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

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

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

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

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

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

  .facebook-icon-2 {
    justify-content: center;
    align-items: flex-start;
    line-height: 1;
    display: flex;
  }

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

  .youtube-icon-2 {
    justify-content: center;
    align-items: flex-start;
    line-height: 1;
    display: flex;
  }

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

  .section-11 {
    margin-top: 0;
    padding-top: 40px;
  }

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

  .div-block-143.mdalidadetxt {
    padding-left: 0;
    padding-right: 0;
  }

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

  .div-block-144.modalidade1 {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }

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

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

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

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

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

  .image-66, .image-67, .slide-11, .image-68, .image-69, .image-70 {
    width: 100%;
  }

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

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

  .slide-12 {
    vertical-align: baseline;
    max-width: 414px;
  }

  .div-block-152 {
    background-image: url('../images/banner-top.png');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: auto;
    justify-content: center;
    align-items: center;
    height: 480px;
    margin-top: 0;
  }

  .div-block-152.desktop {
    background-image: url('../images/Mobile.png');
    background-position: -3%;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    position: relative;
  }

  .div-block-152.mobile {
    background-position: 30%;
    background-size: auto;
    display: flex;
  }

  .slide-13 {
    height: 100%;
  }

  .div-block-153 {
    height: 480px;
  }

  .div-block-153.banner3 {
    background-image: url('../images/Banner03_bikefit_480x480px.jpg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
  }

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

  .link-block-12.btn-hover.btn-reserver {
    margin-top: 40px;
    margin-left: auto;
  }

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

  .flex-block-2.m-01 {
    margin-bottom: 0;
  }

  .div-block-160 {
    margin-left: 0;
    margin-right: 0;
  }

  .heading-107 {
    text-align: left;
    justify-content: center;
    align-self: center;
    align-items: center;
    margin-bottom: 0;
    margin-left: 0;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 24px;
    line-height: 1.5;
  }

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

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

  .image-79 {
    margin-top: 0;
  }

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

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

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

  .image-81 {
    max-width: 50%;
  }

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

  .paragraph-80 {
    font-size: 18px;
  }

  .div-block-164 {
    justify-content: center;
    align-items: flex-start;
    margin-left: 5%;
    margin-right: 5%;
  }

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

  .image-82 {
    width: 100%;
  }

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

  .image-84 {
    width: 100%;
  }

  .icon-19 {
    left: 0;
  }

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

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

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

  .icon-20 {
    right: 0;
  }

  .image-86 {
    width: 100%;
  }

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

  .icon-21 {
    color: var(--white-web);
    background-color: #0000;
    margin-left: 10px;
    margin-right: 0;
    left: auto;
    right: 0%;
  }

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

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

  .slide-17 {
    height: auto;
  }

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

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

  .icon-22 {
    color: var(--white-web);
    background-color: #0000;
    margin-left: 10px;
    margin-right: 0;
    left: -11px;
  }

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

  .slide-18 {
    height: auto;
  }

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

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

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

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

  .image-89 {
    left: 0%;
  }

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

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

  .heading-77.d-2 {
    margin-left: -10px;
  }

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

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

  .slide-19, .slide-20 {
    max-width: 100%;
  }

  .slide-nav-6 {
    margin-bottom: -15px;
  }

  .paragraph-84 {
    width: 279px;
    padding-left: 8px;
    padding-right: 8px;
  }

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

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

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

  .slide-21 {
    max-width: 100%;
  }

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

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

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

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

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

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

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

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

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

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

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

  .heading-115 {
    text-align: center;
    font-size: 20px;
  }

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

  .div-block-176 {
    margin-bottom: 0;
  }

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

  .section-14 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    padding-bottom: 40px;
  }

  .section-14.sec-unidades {
    padding-top: 0;
  }

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

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

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

  .div-block-178 {
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }

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

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

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

  .mask-10 {
    height: auto;
  }

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

  .slide-nav-8 {
    bottom: -40px;
  }

  .div-block-182 {
    text-align: center;
    justify-content: flex-start;
    align-items: center;
    margin-left: 0%;
    display: none;
  }

  .heading-118 {
    white-space: normal;
    word-break: break-all;
    width: 100%;
    max-width: none;
    font-size: 28px;
  }

  .section-02 {
    padding: 40px 0 60px;
  }

  .container-21 {
    width: 90%;
  }

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

  .div-block-184 {
    width: 100%;
    min-width: auto;
    margin-left: auto;
    margin-right: 0;
  }

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

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

  .container-22 {
    width: 100%;
  }

  .grid-9 {
    width: 100%;
    max-width: none;
  }

  .div-block-185 {
    width: 100%;
    max-width: 320px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .serv-hover, .div-block-186 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .container-23 {
    margin-bottom: 0;
    padding-bottom: 60px;
  }

  .paragraph-97 {
    margin-bottom: 0;
    font-size: 32px;
  }

  .flex-block-25 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .div-block-187, .div-block-187.div-esquerdo {
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-188 {
    justify-content: flex-start;
    align-items: center;
    min-width: auto;
    margin-left: 0;
    padding-top: 40px;
    padding-right: 0;
  }

  .div-block-188.mod-right {
    margin-left: 0;
    margin-right: 0;
  }

  .heading-121 {
    text-align: center;
    font-size: 28px;
  }

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

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

  .slide-25, .image-104 {
    width: 100%;
    height: 366px;
  }

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

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

  .image-105 {
    width: 100%;
    height: 366px;
  }

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

  .slide-26 {
    width: 100%;
    max-width: 100%;
  }

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

  .slider-15 {
    max-width: 100%;
  }

  .image-107 {
    width: 100%;
    height: 3660px;
  }

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

  .icon-29 {
    margin-left: 0;
    margin-right: auto;
    left: 0;
  }

  .left-arrow-9 {
    left: auto;
  }

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

  .div-block-189 {
    background-image: none;
  }

  .image-108 {
    display: none;
  }

  .image-109 {
    height: 480px;
  }

  .image-111, .image-113 {
    height: 100%;
  }

  .link-block-16 {
    display: block;
    position: absolute;
    inset: 0%;
  }
}

#w-node-_1b39eef3-f62f-f674-de4f-87d38c50c492-e7d418ae, #w-node-_1b39eef3-f62f-f674-de4f-87d38c50c4a2-e7d418ae, #w-node-_1b39eef3-f62f-f674-de4f-87d38c50c4aa-e7d418ae, #w-node-_1b39eef3-f62f-f674-de4f-87d38c50c4b4-e7d418ae, #w-node-_1b39eef3-f62f-f674-de4f-87d38c50c4c0-e7d418ae, #w-node-_0b422a80-4c31-7444-5fe5-f911e55d182f-30c83058, #w-node-_0b422a80-4c31-7444-5fe5-f911e55d1830-30c83058 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-_1b39eef3-f62f-f674-de4f-87d38c50c4a2-e7d418ae {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


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