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

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

:root {
  --green-web-hover: #7ea313;
  --dark-slate-grey: #333;
  --white-web: white;
  --black-web: #212527;
  --green-web: #c1e81b;
  --yellow: #daec08;
  --black-2: #070801;
  --black-3: #231f20;
  --slate-grey: #7d7d96;
}

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

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

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

.w-layout-vflex {
  flex-direction: column;
  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: 50%;
  max-width: 100%;
  margin-bottom: 0;
  display: flex;
  position: relative;
}

.lottie-animation {
  width: 50%;
}

.heading {
  color: #232536b0;
}

.heading.unit-name {
  color: #bed630;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Tahoma, sans-serif;
  font-size: 32px;
  font-weight: 400;
}

.text-block {
  color: #b5b5b5;
}

.button-2 {
  color: #fff;
  background-color: #03a9f4;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  padding: 1.25rem 1.5rem;
  font-weight: 600;
  text-decoration: none;
  transition: background-color .2s ease-in-out;
  display: flex;
}

.button-2:hover {
  background-color: #0474a7;
}

.button-2.btn-hover-shine {
  background-color: var(--green-web-hover);
}

.button-2.btn-hover-shine:hover {
  background-color: var(--dark-slate-grey);
}

.body {
  color: #070b3b;
  background-color: #ededed;
  flex-flow: column wrap;
  place-content: center;
  align-items: center;
  min-height: auto;
  font-family: Montserrat, sans-serif;
  transition: color .3s;
  display: flex;
}

.l-nav {
  background-color: var(--white-web);
  opacity: 1;
  -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: 120px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: static;
  inset: 0% 0% auto;
}

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

.c-container {
  background-color: var(--white-web);
  object-fit: fill;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  width: 95%;
  max-width: 1200px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
  position: static;
}

.c-nav-logo.w--current {
  flex: 0 auto;
  width: 100%;
  max-width: 200px;
}

.c-nav-link {
  color: var(--black-web);
  cursor: pointer;
  margin-top: 0;
  padding: 8px;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  font-weight: 400;
  text-decoration: none;
  transition: opacity .2s;
}

.c-nav-link:hover {
  color: var(--green-web-hover);
  margin-top: 0;
  font-weight: 600;
  text-decoration: overline;
}

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

.c-nav-link:focus-visible, .c-nav-link[data-wf-focus-visible] {
  color: #212527;
}

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

.c-nav-link.w--current {
  color: var(--green-web-hover);
  border-top: 0 #000;
  font-weight: 600;
  text-decoration: overline;
}

.c-nav-link.franquia {
  display: none;
}

.nav-menu {
  text-align: center;
  flex: none;
  order: 1;
  justify-content: flex-start;
  align-self: center;
  align-items: center;
  width: auto;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.nav-menu.ipad {
  display: none;
}

.c-nav-compra {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-direction: row;
  flex: 0 auto;
  order: 1;
  justify-content: flex-end;
  align-items: center;
  width: auto;
  min-width: 253px;
  line-height: 1;
  display: flex;
}

.menu-hamburguer-icon {
  display: none;
}

.terceira-dobra {
  width: 100%;
  height: auto;
  margin: auto auto 60px;
  padding: 100px 20px 0;
}

.text-block-2 {
  font-size: 1.5rem;
  font-weight: 400;
}

.btn-default {
  color: #070b3b;
  text-align: center;
  -webkit-text-stroke-color: #c0ff72;
  -webkit-text-fill-color: inherit;
  background-color: #c0ff72;
  background-clip: border-box;
  border-radius: 4px;
  width: 100%;
  max-width: 280px;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  padding: 12px 16px;
  display: block;
}

.btn-default:hover {
  color: #c0ff72;
  -webkit-text-stroke-color: #c0ff7200;
  background-color: #070b3b;
  text-decoration: none;
}

.btn-default.bt-passo {
  color: #070b3b;
  margin-top: 0;
  margin-left: auto;
}

.btn-default.bt-passo:hover {
  color: #c0ff72;
}

.btn-default.bt-passo:focus {
  color: #070b3b;
}

.image-2 {
  border-radius: 8px;
  width: 100%;
  height: auto;
}

.column {
  position: relative;
}

.column-2 {
  height: auto;
}

.segunda-dobra {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  max-height: none;
  margin-bottom: auto;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  display: none;
}

.s-container {
  background-color: var(--black-2);
  flex-direction: column;
  justify-content: flex-start;
  width: 100%;
  min-width: 100%;
  height: 100%;
  max-height: none;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.text-block-3 {
  color: #9b9b9b;
  text-align: center;
  letter-spacing: -3px;
  -webkit-text-stroke-color: #c9c9c9;
  word-break: normal;
  margin-bottom: 40px;
  font-size: 1.5rem;
}

.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 {
  align-self: flex-start;
  height: 100%;
  min-height: 60vh;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 0;
}

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

.html-embed-2.login-top {
  margin-bottom: 10px;
}

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

.div-block-3 {
  margin-top: 0;
}

.footer {
  background-color: var(--black-3);
  flex-direction: row;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  height: auto;
  margin-top: auto;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.footer:hover {
  color: var(--green-web-hover);
}

.f-container {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  height: 100%;
  display: block;
}

.grid-2 {
  grid-template-rows: 1fr;
  grid-template-columns: 25% 25% 25% 25%;
  width: 100%;
  height: 100%;
  padding: 20px;
}

.div-block-4 {
  flex-direction: column;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

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

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

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

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

.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: 100%;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.image-3 {
  max-height: 50px;
}

.div-block-9 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-right: 0;
  display: block;
}

.primeira-dobra {
  background-image: url('../images/unsplash_eot-ka5dM7Q.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  min-height: 480px;
  max-height: 772px;
  margin: 0 auto;
  padding: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.my-account-top {
  text-align: center;
  width: 100%;
  max-width: 100%;
  margin: auto;
  display: block;
}

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

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

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

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

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

.box-r-sociais.menu {
  align-items: flex-start;
  width: 300px;
  max-width: 180px;
  height: auto;
  display: flex;
}

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

.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 {
  display: block;
}

.div-block-22.navmobile {
  display: flex;
}

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

.l-instagram {
  flex-direction: column;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

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

.db-politica {
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  height: 100%;
  min-height: 60vh;
  display: flex;
}

.db-politica-custom {
  width: 100%;
  max-width: 100%;
  padding: 60px 20px;
}

.text-block-6 {
  color: #000;
}

.body-politica {
  color: var(--black-web);
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  font-family: Montserrat, sans-serif;
  display: flex;
}

.db-cookiesof {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  height: 100%;
  min-height: 60vh;
  padding: 60px;
  display: flex;
}

.text-block-5 {
  color: #000;
}

.body-cookiesof {
  color: var(--black-web);
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  font-family: Montserrat, sans-serif;
  display: flex;
}

.body-agenda, .body-packages {
  color: var(--black-web);
  background-color: #f7f8fc;
  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-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 0;
}

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

.body-home {
  color: var(--black-web);
  background-color: #f7f8fc;
  flex-flow: column;
  place-content: center space-between;
  align-items: center;
  min-height: auto;
  font-family: Montserrat, sans-serif;
  transition: color .3s;
  display: flex;
  overflow: visible;
}

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

.d-imagem {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: auto;
  height: 770px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 222px;
  display: flex;
  overflow: hidden;
}

.paragraph-5 {
  color: var(--green-web-hover);
  text-align: center;
  letter-spacing: .8px;
  margin-bottom: 75px;
  font-family: Tahoma, sans-serif;
  font-size: 50px;
  font-weight: 700;
  line-height: 67.5px;
}

.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 {
  color: var(--black-2);
  object-fit: contain;
  background-color: #202020;
  width: 100%;
  height: 120px;
  margin-top: -120px;
  margin-left: 0;
  padding-left: 0;
  display: block;
  position: static;
  inset: 0% 0% auto;
}

.text-span-3 {
  color: #a94317;
  margin-right: 9rem;
}

.text-span-4 {
  color: #a94317;
  margin-left: 9rem;
}

.heading-26 {
  color: var(--white-web);
  text-align: left;
  letter-spacing: 3.85px;
  text-transform: uppercase;
  word-break: normal;
  align-self: auto;
  width: 100%;
  max-width: none;
  margin: 0;
  padding-left: 0;
  font-family: Montserrat, sans-serif;
  font-size: 40px;
  font-weight: 800;
  line-height: 56px;
  position: relative;
}

.f-formas {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: space-around;
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
}

.f-forma {
  border: 1px solid var(--dark-slate-grey);
  border-radius: 16px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 419px;
  height: auto;
  max-height: 330px;
  padding: 70px 0;
  display: flex;
}

.f-forma:hover {
  border-color: var(--green-web-hover);
}

.image-13 {
  width: 85px;
  height: 85px;
}

.heading-28 {
  color: #a94317;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 24px;
}

.paragraph-8 {
  color: var(--white-web);
  text-align: center;
  height: 80px;
  margin-top: 20px;
  font-family: "Baloo 2";
  font-size: 20px;
}

.flex-block-5 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-wrap: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  display: flex;
}

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

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

.heading-29 {
  color: var(--green-web-hover);
  justify-content: flex-start;
  align-items: center;
  font-family: Montserrat, sans-serif;
  font-size: 56px;
  font-weight: 700;
  line-height: 100%;
  display: block;
}

.heading-29.verde-claro {
  color: var(--green-web);
}

.link-block {
  background-color: var(--green-web);
  color: var(--white-web);
  text-align: right;
  border-radius: 14px;
  justify-content: center;
  align-items: center;
  width: 257px;
  height: 69px;
  margin-top: 0;
  padding: 10px;
  text-decoration: none;
  display: flex;
}

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

.link-block.btn-banner {
  background-color: var(--green-web-hover);
  text-align: left;
  justify-content: center;
  align-self: flex-start;
  align-items: center;
  width: 257px;
  height: 69px;
  margin-top: 2rem;
}

.link-block.btn-banner.modalidades {
  margin-top: 0;
}

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

.link-block.btn-reservar:hover {
  background-color: var(--green-web);
  color: var(--green-web);
}

.html-embed-14 {
  margin-top: auto;
  margin-bottom: auto;
  margin-left: 5px;
  padding-top: 0;
  font-size: 24px;
  font-weight: 700;
}

.heading-32 {
  color: var(--black-web);
  text-align: left;
  -webkit-text-stroke-color: var(--black-2);
  margin-top: auto;
  margin-bottom: auto;
  font-family: Tahoma, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 100%;
}

.heading-32.btn-reservar:hover {
  color: var(--black-web);
}

.div-block-37 {
  background-color: #ffdfcd66;
  border-radius: 16px;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  width: 493px;
  height: 305px;
  margin-bottom: 36px;
  padding-top: 0;
  padding-left: 0;
  padding-right: 27px;
  display: flex;
}

.div-block-37.d-lunos {
  flex-direction: column;
  width: 328px;
  height: 428px;
  padding-top: 40px;
  padding-left: 10px;
  padding-right: 10px;
}

.div-block-37.mobile {
  flex-direction: column;
  justify-content: center;
  width: 100%;
  height: auto;
}

.div-block-37.p-carrossel {
  flex-direction: column;
  width: 283px;
  height: 100%;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 40px 10px 36px;
}

.image-14 {
  width: 267px;
  height: 100%;
}

.image-14.i-alunos {
  width: 76px;
  max-width: none;
  height: 76px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.image-14.p-carrossel {
  border-radius: 50%;
  align-self: center;
  width: 126px;
  height: 126px;
  margin-bottom: 10px;
}

.div-block-38 {
  flex-direction: column;
  justify-content: center;
  width: 100%;
  padding-left: 10px;
  display: flex;
}

.div-block-38.mobile {
  padding-top: 20px;
  padding-left: 0;
}

.heading-33 {
  color: #a94317;
  text-align: center;
  font-size: 17px;
}

.paragraph-10 {
  color: #989292;
  text-align: center;
  padding-top: 0;
  padding-bottom: 15px;
  font-size: 13px;
}

.paragraph-12 {
  color: #344033;
  text-align: center;
  font-size: 14px;
  line-height: 31px;
}

.paragraph-12.p-carrossel {
  line-height: 1.5;
}

.decima-dobra {
  padding-top: 100px;
  padding-bottom: 60px;
}

.nona-dobra {
  width: auto;
  padding-top: 100px;
  padding-bottom: 60px;
}

.nona-dobra.nona-b {
  margin-top: 10px;
}

.nona-dobra.nona-b.playlist {
  background-image: url('../images/Circulo-8_1.png');
  background-position: 100% -10%;
  background-repeat: no-repeat;
  background-size: 25%;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 0;
  padding-top: 140px;
  display: flex;
}

.nona-dobra.nona-b-m {
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  max-height: 1000px;
  padding-top: 100px;
  padding-bottom: 0;
  display: flex;
}

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

.div-block-40 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-image: url('../images/div.elementor-motion-effects-layer.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-around;
  align-items: flex-start;
  width: 100%;
  max-width: none;
  height: auto;
  max-height: none;
  padding-top: 81px;
  padding-bottom: 81px;
  display: block;
  position: relative;
}

.div-block-40.studio {
  background-image: none;
  width: auto;
  max-width: none;
  padding-top: 0;
  padding-bottom: 0;
}

.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.studios-c {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: var(--white-web);
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  max-width: 419px;
  height: auto;
  max-height: 289px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px 30px;
}

.div-block-41.studios-c.reservar {
  max-width: 312px;
  height: 319px;
  padding: 25px;
}

.div-block-41.studios-c.reservar.card1 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: center;
  max-width: 300px;
  margin-left: 0;
  padding: 15px;
  position: static;
}

.div-block-41.studios-c.reservar.card2 {
  flex-direction: column;
  justify-content: flex-start;
  max-width: 300px;
  margin-left: 0%;
  padding: 15px;
  position: static;
}

.div-block-41.studios-c.reservar.card3 {
  justify-content: space-around;
  max-width: 300px;
  margin-left: 0;
  margin-right: 0;
  padding: 15px;
  position: static;
}

.div-block-41.d-reservas {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  place-content: center;
  max-height: 100%;
  margin: 0 0 0 10px;
  display: none;
}

.div-block-42 {
  background-color: var(--black-2);
  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-42.d-studio {
  background-color: #0000;
  border-radius: 0;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  max-width: none;
  height: auto;
  min-height: 0;
  max-height: 250px;
  padding: 0;
}

.div-block-43 {
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  display: flex;
}

.heading-35 {
  color: var(--green-web-hover);
  margin-left: 0;
  font-family: "Baloo 2";
  font-size: 54px;
  display: block;
}

.heading-35.n-studio {
  color: var(--green-web-hover);
  text-align: center;
  align-self: flex-start;
  margin-left: auto;
  margin-right: auto;
  font-family: Tahoma, sans-serif;
  font-size: 54px;
}

.heading-35.n-studio.reservar {
  color: var(--green-web);
  margin-bottom: 22px;
}

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

.paragraph-14 {
  color: var(--black-web);
  text-align: center;
  margin-left: 5px;
  padding-bottom: 10px;
}

.paragraph-14.reservar {
  font-family: Tahoma, sans-serif;
}

.html-embed-15 {
  margin-top: 0;
  padding-top: 0;
}

.paragraph-15 {
  color: var(--green-web-hover);
  text-align: center;
  margin-top: 10px;
  margin-bottom: 20px;
  font-family: "Baloo 2";
  font-size: 24px;
}

.paragraph-16 {
  color: var(--green-web-hover);
  text-align: center;
  margin-top: 0;
  font-family: "Baloo 2";
  font-size: 16px;
}

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

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

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

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

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

.decima-primeira-dobra {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 90px;
  padding-bottom: 120px;
  display: none;
}

.div-block-47 {
  width: 100%;
  max-width: 1140px;
}

.heading-37 {
  color: var(--black-web);
  margin-bottom: 30px;
  padding-left: 33px;
}

.text-span-5 {
  color: #a94317;
}

.div-block-48 {
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1140px;
  display: flex;
}

.image-16 {
  height: 100%;
  max-height: 1000px;
  margin-bottom: auto;
  padding-top: 81px;
  padding-bottom: 81px;
  display: none;
}

.image-17 {
  width: 100%;
  min-width: 0%;
  max-width: none;
  display: block;
}

.slider-section {
  width: 100%;
  margin-top: 100px;
  margin-bottom: 0;
  display: none;
}

.first-slide-content {
  background-color: #ffdfcd;
  width: 50%;
  height: 100%;
  position: relative;
}

.mask {
  border: 0 dashed #000;
  width: 33%;
  margin-left: auto;
  margin-right: auto;
  padding: 15px 0;
  display: block;
  overflow: visible;
}

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

.column-slide.first {
  z-index: 10;
  padding-right: 0;
}

.column-slide.last {
  z-index: 500;
}

.slide-content {
  background-color: #ffdfcd;
  height: 96%;
  padding: 25px 10px;
  position: relative;
  overflow: hidden;
}

.column-step-slider {
  background-color: #0000;
  border: 0 dashed #d32ce6;
  flex-direction: row;
  width: 100%;
  min-height: 700px;
  margin-left: 15px;
  margin-right: 15px;
  padding: 36px 100px 25px;
  display: flex;
  overflow: hidden;
}

.last-slide-content {
  width: 50%;
  height: 100%;
}

.slide-arrow {
  color: #d32ce6;
  background-color: #fff;
  border: 1px dotted #000;
  width: 105px;
}

.first-slide-wrap {
  float: right;
  background-color: #f8474a4a;
  border: 0 dashed #f11212;
  justify-content: flex-end;
  width: 200%;
  height: 100%;
  display: flex;
  position: relative;
}

.last-slide-ghost {
  background-color: #ffdfcd;
  width: 50%;
  height: 100%;
  padding-left: 10px;
  padding-right: 10px;
  position: relative;
  overflow: hidden;
}

.last-slide-wrap {
  float: left;
  background-color: #ffdfcd;
  border: 0 dashed #05b49a;
  justify-content: flex-start;
  width: 200%;
  height: 100%;
  display: flex;
}

.first-slide-ghost {
  background-color: #ffdfcd;
  width: 50%;
  height: 100%;
  padding-left: 10px;
  padding-right: 10px;
  position: relative;
  overflow: hidden;
}

.icon-2, .icon-3 {
  color: #ffa13a;
}

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

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

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

.paragraph-17 {
  color: var(--white-web);
  font-family: "Baloo 2";
}

.bg-top {
  background-color: var(--black-2);
  width: 100%;
  height: 120px;
  margin-top: -120px;
}

.paragraph-18 {
  color: var(--white-web);
  text-align: left;
  letter-spacing: 9.02px;
  text-transform: uppercase;
  margin-bottom: 0;
  margin-left: 0;
  padding-left: 0;
  font-family: Montserrat, sans-serif;
  font-size: 32px;
}

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

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

.grid-3.modalidades {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto auto auto auto auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  align-content: space-around;
  margin-bottom: 0;
}

.terceira-dobra-2 {
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 140px;
  padding-left: 20px;
  padding-right: 20px;
}

.terceira-dobra-2.section {
  background-image: url('../images/Circulo-8.png');
  background-position: 100% -10%;
  background-repeat: no-repeat;
  background-size: auto;
  width: 100%;
  padding-top: 140px;
  padding-bottom: 220px;
}

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

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

.paragraph-20 {
  color: #fff;
  text-align: left;
  letter-spacing: 3px;
  height: auto;
  margin: 0 auto;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  display: block;
  overflow: hidden;
}

.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.item3 {
  background-image: url('../images/warm.jpg');
  background-position: 50% 100%;
  max-width: 100%;
  margin-bottom: 33px;
  padding: 0;
}

.coluna-2.modalidade1.item4 {
  background-image: url('../images/bootcamp-abdominal.jpg');
  border-radius: 8px;
  max-width: 100%;
  margin-top: 0;
  margin-bottom: 33px;
  padding: 0;
}

.coluna-2.modalidade1.item5 {
  background-image: url('../images/homem-correndo-saudavel.jpg');
  background-position: 50% 0;
  border-radius: 8px;
  max-width: 100%;
  margin-bottom: 33px;
  padding: 0;
}

.coluna-2.modalidade1.item6 {
  background-image: url('../images/corelab.jpg');
  background-position: 50% 100%;
  border-radius: 8px;
  max-width: 100%;
  margin-bottom: 33px;
  padding: 0;
}

.coluna-2.modalidade1.item1 {
  object-fit: contain;
  background-image: url('../images/bootcamp-mulher-treinando-1.jpg');
  background-size: cover;
  border-radius: 8px;
  max-width: 100%;
  margin-top: 0;
  margin-bottom: 33px;
  padding: 0;
}

.coluna-2.modalidade1.item7 {
  background-image: url('../images/sua-trainer.jpg');
  background-position: 50% 100%;
  border-radius: 8px;
  padding: 0;
}

.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;
  max-width: none;
  height: 347px;
  min-height: 347px;
  max-height: 347px;
}

.coluna-2.modalidade1.item2 {
  background-image: url('../images/labjump.jpg');
  border-radius: 8px;
  max-width: 100%;
  margin-bottom: 33px;
  padding: 0;
}

.modalidade {
  height: auto;
  padding: 20px 10px;
  position: relative;
}

.div-block-11 {
  border: 0 solid #5cb85c;
  border-bottom-width: 3px;
  width: 260px;
  margin-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
}

.div-block-11.linha-grande {
  border-width: 0;
  width: 860px;
  margin-bottom: 20px;
}

.div-block-11.linha-grande.modalidades {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.heading-40 {
  color: var(--white-web);
  font-family: Tahoma, sans-serif;
  font-size: 32px;
  line-height: 38.63px;
  display: none;
}

.section-2 {
  background-color: #231f20;
  border-top-right-radius: 310px;
  border-bottom-left-radius: 310px;
  flex-direction: column;
  width: 100%;
  height: 100%;
  min-height: 1000px;
  max-height: 1000px;
  padding-top: 100px;
  padding-bottom: 60px;
  display: block;
}

.section-2.background-black {
  background-color: #7ea313;
  background-image: url('../images/cropped-Simbolo-1.png');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: auto;
  justify-content: center;
  display: flex;
}

.section-2.background-black.hidden {
  display: none;
}

.image-21 {
  font-size: 24px;
  line-height: 31.2px;
}

.paragraph-21 {
  color: var(--green-web);
  text-transform: uppercase;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 31.2px;
}

.container-8 {
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 95%;
  max-width: 1200px;
  display: flex;
}

.container-9 {
  justify-content: flex-end;
  width: 100%;
  max-width: 960px;
  padding-top: 32px;
  padding-right: 60px;
  display: flex;
}

.div-block-51 {
  justify-content: space-around;
  width: 100%;
  margin-bottom: 22px;
  display: flex;
}

.icon-6 {
  color: var(--white-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-6:hover {
  color: var(--green-web-hover);
  background-color: #0000;
}

.icon-6.esquerda {
  margin-left: 0;
  margin-right: 0;
}

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

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

.logo-wrapper {
  border-style: solid;
  border-color: var(--white-web);
  background-color: var(--white-web);
  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;
}

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

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

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

.heading-41 {
  color: var(--green-web-hover);
  margin-bottom: 8px;
  font-family: Tahoma, sans-serif;
  font-size: 21px;
  font-weight: 700;
}

.heading-41.funco {
  color: var(--black-web);
  text-align: left;
  font-size: 12px;
  font-weight: 400;
}

.image-22 {
  width: 100%;
}

.paragraph-22 {
  color: var(--dark-slate-grey);
  font-family: Tahoma, sans-serif;
  font-size: 12px;
}

.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: #fff;
  position: relative;
}

.faq {
  background-color: var(--black-3);
  color: #070b3b;
  white-space: break-spaces;
  align-items: center;
  width: 100%;
  height: 80px;
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 50px;
  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: #fff;
}

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

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

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

.faq-default {
  padding: 60px 72px 100px;
  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: 180px;
  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 {
  margin-bottom: 24px;
}

.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: #f4f6f8;
  border-radius: 4px;
  width: 100%;
  margin-bottom: 10px;
  overflow: hidden;
}

.faq-body-cont {
  border-top: 1px #000;
  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;
}

.icone-info-contato {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: flex-start;
  align-self: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.contato-info {
  color: var(--black-web);
  text-align: left;
  margin-bottom: 0;
  margin-left: 0;
  padding-bottom: 0;
}

.img-contato-info {
  width: 100%;
  max-width: 20px;
  height: 100%;
  min-height: 20px;
  max-height: 20px;
}

.db-info-contato {
  background-color: var(--black-2);
  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;
}

.db-info-contato.d-studio {
  background-color: #0000;
  border-radius: 0;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: auto;
  max-width: none;
  height: auto;
  min-height: 0;
  padding: 0;
}

.heading-sections {
  color: var(--dark-slate-grey);
  justify-content: flex-start;
  align-items: center;
  font-family: Tahoma, sans-serif;
  font-size: 56px;
  line-height: 100%;
  display: block;
}

.db-content.depoimentos {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: block;
}

.db-title-cta {
  justify-content: space-between;
  align-items: center;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 40px;
  padding-right: 40px;
}

.c-carousel-coach {
  margin-top: 75px;
}

.section-depoimentos {
  width: 100%;
  padding-top: 100px;
  padding-bottom: 60px;
}

.section-depoimentos.depoimentos-custom {
  grid-column-gap: 75px;
  grid-row-gap: 75px;
  background-color: var(--green-web-hover);
  background-image: url('../images/cropped-Simbolo-1.png');
  background-repeat: no-repeat;
  background-size: auto;
  border-radius: 0 328px;
  flex-direction: row;
  justify-content: center;
  align-self: center;
  align-items: center;
  height: 100%;
  min-height: auto;
  max-height: none;
  margin-bottom: 140px;
  padding-top: 140px;
  padding-bottom: 140px;
  display: none;
}

.db-heading {
  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;
}

.db-heading.depoimentos {
  justify-content: center;
  margin-bottom: 75px;
  display: block;
}

.heading-depoimentos {
  color: var(--black-web);
  text-align: center;
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  font-family: Montserrat, sans-serif;
  font-size: 45px;
  font-weight: 700;
  display: block;
}

.db-grid._3-columns {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-wrap: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  display: flex;
}

.db-grid._3-columns.db-left, .db-grid._3-columns.right, .db-grid._3-columns.db-center {
  display: block;
}

.db-column-left {
  background-color: #fff;
  border-radius: 11px;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  min-width: 328px;
  max-width: 328px;
  margin-left: auto;
  margin-right: auto;
  padding: 36px 27px;
  display: flex;
}

.db-column-right {
  background-color: #fff;
  border-radius: 11px;
  flex-flow: column wrap;
  justify-content: space-between;
  align-items: center;
  min-width: 328px;
  max-width: 328px;
  margin-left: auto;
  margin-right: auto;
  padding: 36px 27px;
  display: flex;
}

.db-column-center {
  background-color: #fff;
  border-radius: 11px;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  min-width: 328px;
  max-width: 328px;
  margin-left: auto;
  margin-right: auto;
  padding: 36px 27px;
  display: flex;
}

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

.nome-cliente-depoimento {
  color: var(--green-web-hover);
  font-size: 12px;
}

.image-23 {
  max-width: 253px;
  margin-left: auto;
  margin-right: auto;
}

.image-24 {
  width: 100%;
  max-width: 253px;
}

.image-25 {
  position: absolute;
  inset: 15% 0% 0% auto;
}

.image-26 {
  max-width: 515px;
  margin-bottom: 20px;
}

.image-26.logo01 {
  max-width: 515px;
  margin-bottom: 20px;
  display: block;
}

.bold-text-4, .bold-text-5, .bold-text-6, .bold-text-7, .bold-text-8, .bold-text-9, .bold-text-10 {
  font-weight: 400;
}

.image-32 {
  max-width: 129px;
  margin-left: 0;
  padding-left: 0;
}

.social-links-footer-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: #474747;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 160px;
  margin-left: 0;
  display: flex;
}

.instagram-icon-2 {
  color: #fff;
}

.f-r-link-2 {
  color: #000;
  width: 100%;
  font-size: 14px;
  font-style: normal;
  text-decoration: none;
}

.f-r-link-2:hover {
  color: var(--green-web-hover);
  font-weight: 600;
  text-decoration: underline;
}

.f-r-link-2.w--current {
  color: var(--green-web-hover);
  cursor: pointer;
  font-family: Montserrat, sans-serif;
  font-style: normal;
  font-weight: 600;
  text-decoration: underline;
}

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

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

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

.bold-text-11 {
  color: #000;
  font-size: 18px;
}

.bold-text-12 {
  color: #000;
}

.heading-61 {
  color: #000;
  margin-bottom: .5rem;
  font-size: 18px;
  line-height: 21.33px;
}

.bold-text-13 {
  color: #000;
}

.icone-info-contato-2 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: flex-start;
  align-self: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.footer-2 {
  background-color: #fff;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  width: 100%;
  height: auto;
  margin-top: auto;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.l-facebook-2 {
  text-align: left;
  flex-direction: column;
  align-items: flex-start;
  margin-right: 10px;
  text-decoration: none;
  display: flex;
}

.l-facebook-2:hover {
  text-decoration: none;
}

.div-block-66 {
  flex-direction: column;
  width: 200px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.div-block-66.f-si {
  width: 25%;
}

.div-block-66.f-l-principais {
  width: 25%;
  min-width: 180px;
  max-width: none;
  padding-left: 10px;
}

.div-block-66.f-p {
  width: 25%;
}

.div-block-66.footer-rsocial {
  display: none;
}

.facebook-icon-2:hover {
  text-decoration: none;
}

.contato-info-2 {
  color: #000;
  text-align: left;
  text-transform: capitalize;
  margin-bottom: 0;
  margin-left: 0;
  padding-bottom: 0;
  font-size: 16px;
  font-weight: 500;
}

.contato-info-2.e-mail {
  text-transform: lowercase;
  max-width: 253px;
}

.div-block-67 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 25%;
  min-width: auto;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.f-container-2 {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 10px;
  padding-left: 50px;
  padding-right: 50px;
  display: block;
}

.paragraph-24 {
  color: #000;
  font-size: 14px;
}

.grid-4 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-top: 1px solid #474747;
  flex-wrap: wrap;
  grid-template-rows: 1fr;
  grid-template-columns: 20% 20% 20% 20% 20px;
  grid-auto-columns: 20px;
  grid-auto-flow: row;
  place-content: start space-between;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding: 20px 0;
  display: flex;
}

.heading-62 {
  color: #fff;
  width: 220px;
  margin-bottom: .5rem;
  font-size: 18px;
  line-height: 21.33px;
}

.bd-unidades {
  width: 100%;
  min-height: 60vh;
}

.banner-unidades {
  color: #fff;
  background-image: linear-gradient(#000c, #000c), url('../images/b93fecd5-4a31-43c7-a0e6-7fa725a8ad6c.webp_1.png');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  min-height: 284px;
  padding-left: 0;
  display: flex;
}

.flex-block-9 {
  grid-row-gap: 20px;
  width: 100%;
  max-width: 650px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
}

.heading-63 {
  color: #fff;
}

.div-block-70 {
  width: 100%;
  min-height: 480px;
  padding: 60px 0;
}

.div-block-71 {
  background-image: linear-gradient(#404040, #000);
  justify-content: center;
  align-items: stretch;
  width: 100%;
  max-width: none;
  min-height: 480px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  display: flex;
}

.div-block-71.hidden {
  display: none;
}

.div-block-72 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: column;
  align-items: flex-start;
  width: 50%;
  height: 100%;
  padding: 0 40px 0 20px;
  display: flex;
}

.div-block-73 {
  flex-direction: column;
  align-items: flex-start;
  width: 50%;
  display: flex;
}

.flex-block-10 {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1220px;
}

.heading-64 {
  color: #fff;
  margin-top: 1.25rem;
  margin-bottom: 0;
}

.paragraph-26 {
  color: #fff;
  margin-top: 1rem;
  font-size: 15px;
}

.bg-quemsomos {
  color: #fff;
  width: 100%;
}

.flex-block-11 {
  color: #000;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
}

.paragraph-27 {
  text-align: center;
  max-width: 585px;
  margin-top: 10px;
  margin-bottom: 65px;
  font-size: 15px;
}

.heading-65 {
  text-align: center;
  margin-top: 5px;
  margin-bottom: 2px;
  font-size: 30px;
}

.div-block-74 {
  background-color: #000;
  width: 100%;
}

.bg-ritmo {
  background-color: #0006;
  background-image: linear-gradient(#00000080, #00000080), url('../images/Rectangle-002.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  flex-direction: row-reverse;
  width: 100%;
  max-width: 1220px;
  max-height: 475px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 40px;
  padding-bottom: 100px;
}

.div-block-75 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 480px;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.flex-block-13 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: #000;
  align-items: center;
  width: 100%;
  max-width: 1220px;
  margin-left: auto;
  margin-right: auto;
}

.div-block-76 {
  justify-content: flex-end;
  width: 40%;
  display: flex;
}

.div-block-77 {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 60%;
  padding-left: 30px;
  display: flex;
}

.image-33 {
  margin-left: auto;
}

.heading-66 {
  color: #909090;
  font-weight: 600;
}

.paragraph-28 {
  margin-top: .5rem;
  margin-bottom: 1.5rem;
}

.bg-franquia {
  min-width: 100%;
}

.banner-quemsomos {
  background-image: url('../images/Main-→-Section-2.png');
  background-position: 50%;
  background-size: cover;
  align-items: center;
  min-height: 517px;
  display: flex;
}

.paragraph-29 {
  margin-top: 5px;
  font-size: 14px;
}

.bg-espera {
  color: #fff;
  background-color: #000;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  min-height: 660px;
  padding-bottom: 140px;
  display: flex;
}

.flex-block-14 {
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 1220px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 60px;
}

.heading-67 {
  margin-top: 13px;
  margin-bottom: 43px;
}

.flex-block-15 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 1220px;
  margin-left: auto;
  margin-right: auto;
}

.div-block-79 {
  grid-row-gap: 0px;
  flex-direction: column;
  width: 380px;
  max-width: none;
  display: flex;
}

.paragraph-31 {
  margin-top: 10px;
  line-height: 1.5;
}

.image-34, .image-35, .image-36 {
  height: 233px;
}

.flex-block-16 {
  align-items: center;
  width: 100%;
  max-width: 1220px;
  margin-left: auto;
  margin-right: auto;
}

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

.flex-block-17 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
  margin-top: 16px;
}

.div-block-80 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #373737;
  border-radius: 20px;
  flex-direction: column;
  align-items: flex-start;
  width: 274px;
  height: 82px;
  padding: 10px;
  display: flex;
}

.div-block-81 {
  color: #fff;
  background-color: #000;
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

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

.image-37 {
  max-width: 1173px;
  margin-top: 50px;
}

.div-block-82 {
  background-color: #ecedef;
  flex-direction: column;
  align-items: center;
  width: 100%;
  min-height: 480px;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
}

.html-embed-16 {
  width: 100%;
}

.heading-70 {
  color: #000;
  font-size: 1.5rem;
}

.flex-block-18 {
  width: 100%;
  max-width: 1220px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
}

.tabs {
  width: 100%;
  max-width: 1220px;
  margin-left: auto;
  margin-right: auto;
}

.flex-block-19 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-wrap: wrap;
  justify-content: center;
  margin: 20px auto 30px;
}

.div-block-83 {
  border-radius: 26px;
  flex-direction: column;
  width: 260px;
  height: 320px;
  display: flex;
  box-shadow: 0 0 15px #00000026;
}

.div-block-84 {
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  padding: 20px;
  display: flex;
}

.tab-link-todos {
  background-color: #c1e81b;
}

.tab-link-todos.w--current {
  background-color: #7ea313;
}

.tab-link-parana {
  background-color: #c1e81b;
}

.tab-link-parana.w--current {
  background-color: #7ea313;
}

.tab-link-rio-de-janeiro {
  background-color: #c1e81b;
}

.tab-link-rio-de-janeiro.w--current {
  background-color: #7ea313;
}

.tab-link-s-o-paulo {
  background-color: #c1e81b;
}

.tab-link-s-o-paulo.w--current {
  background-color: #7ea313;
}

.body-2 {
  color: var(--black-web);
  font-family: Montserrat, sans-serif;
}

.div-block-85 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 95%;
  display: flex;
}

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

.slider-6 {
  background-color: #0000;
  display: none;
}

.heading-71 {
  color: var(--dark-slate-grey);
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.2;
  text-decoration: none;
}

.heading-71:hover {
  text-decoration: none;
}

.heading-49 {
  color: #bed500;
  margin-bottom: 8px;
  font-family: Montserrat, sans-serif;
  font-size: 22px;
  font-weight: 500;
  line-height: 26.07px;
}

.heading-49.funco {
  color: #bed500;
  text-align: left;
  font-size: 12px;
  font-weight: 500;
  line-height: 19.24px;
}

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

.logo-wrapper-2 {
  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;
}

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

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

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

.image-38 {
  width: 100%;
}

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

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

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

.slider-wrapper-2 {
  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;
}

.icon-11 {
  color: #000;
  -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-11:hover {
  color: #bed630;
  background-color: #0000;
}

.icon-11.esquerda {
  color: #000;
  margin-left: 0;
  margin-right: 0;
}

.paragraph-32 {
  color: #000;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  line-height: 19.79px;
}

.slide-nav-4 {
  margin-top: 40px;
  inset: auto 0% 0%;
}

.image-39 {
  border-radius: 0;
}

.tabs-content {
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.image-40, .image-41 {
  max-width: 1170px;
}

.text-block-9 {
  background-color: var(--green-web-hover);
  text-align: center;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 18px;
  font-weight: 500;
}

.section-redirecionamento {
  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;
}

.pagekraft-auth-login {
  background-color: var(--green-web);
  color: var(--black-web);
  border: 0 #000;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  height: 38px;
  font-size: 12px;
  font-weight: 600;
  line-height: 1;
  display: none;
}

.pagekraft-auth-login:hover {
  background-color: var(--green-web-hover);
}

.pagekraft-auth-checkout {
  color: var(--black-web);
  justify-content: center;
  align-items: center;
  min-width: 38px;
  min-height: 38px;
  display: flex;
}

.pagekraft-auth-register {
  border: 1px solid var(--green-web);
  color: var(--black-web);
  background-color: #0000;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  height: 38px;
  font-size: 12px;
  font-weight: 600;
  line-height: 1;
  display: none;
}

.pagekraft-auth-my-account {
  border: 1px solid var(--green-web);
  background-color: var(--green-web);
  color: var(--black-web);
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  height: 38px;
  font-size: 12px;
  font-weight: 600;
  line-height: 1;
  display: none;
}

.pagekraft-auth-my-account:hover {
  background-color: var(--green-web-hover);
}

.pagekraft-auth-logout {
  color: var(--black-web);
  background-color: #0000;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  height: 38px;
  font-size: 12px;
  font-weight: 600;
  display: flex;
}

.section-3 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  min-height: 60vh;
  padding-top: 40px;
  padding-bottom: 60px;
  font-family: Open Sans, sans-serif;
  display: flex;
}

.flex-block-22 {
  justify-content: flex-start;
  align-items: center;
  width: 90%;
  max-width: 1140px;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
}

.div-block-86 {
  background-color: #bf0000;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 92px;
  display: flex;
}

.heading-73 {
  color: var(--white-web);
  text-align: center;
  font-family: Open Sans, sans-serif;
  font-size: 46px;
}

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

.bold-text-14 {
  font-family: Montserrat, sans-serif;
  font-size: 20px;
}

.heading-74 {
  margin-top: 4rem;
  font-family: Open Sans, sans-serif;
  font-size: 35px;
  font-weight: 800;
}

.text-span-6 {
  text-decoration: underline;
}

.code-embed {
  width: 100%;
  margin-top: 40px;
}

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

.menu-mobile-action {
  border: 1px solid var(--green-web);
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: none;
}

@media screen and (min-width: 1280px) {
  .c-nav-logo.w--current {
    width: 200px;
  }

  .c-nav-link {
    font-size: 1rem;
  }

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

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

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

  .section-depoimentos.depoimentos-custom {
    background-image: url('../images/cropped-Simbolo-1.png');
    background-position: 0%;
    background-size: auto;
    border-top-left-radius: 0;
    border-bottom-right-radius: 0;
  }

  .contato-info-2 {
    text-transform: capitalize;
  }

  .pagekraft-auth-login, .pagekraft-auth-register, .pagekraft-auth-my-account, .pagekraft-auth-logout {
    font-size: 1rem;
  }
}

@media screen and (min-width: 1440px) {
  .link-block {
    width: 257px;
    height: 69px;
  }

  .div-block-41.d-reservas, .carrossel-professores.carrossel-passos {
    display: none;
  }

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

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

  .coluna-2.modalidade1.item3, .coluna-2.modalidade1.item4, .coluna-2.modalidade1.item5, .coluna-2.modalidade1.item6, .coluna-2.modalidade1.item1, .coluna-2.modalidade1.item2 {
    padding: 0;
  }

  .div-block-11.linha-grande {
    width: 100%;
  }

  .section-2 {
    background-image: url('../images/Rectangle-213.png');
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    padding-top: 100px;
    padding-bottom: 60px;
    padding-right: 0;
  }

  .section-depoimentos.depoimentos-custom {
    background-size: auto;
  }

  .grid-4 {
    justify-content: space-between;
  }
}

@media screen and (min-width: 1920px) {
  .heading.unit-name {
    margin-bottom: 20px;
  }

  .button-2.btn-hover-shine {
    background-color: var(--green-web-hover);
  }

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

  .l-instagram {
    flex-direction: column;
  }

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

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

  .link-block.btn-banner.modalidades {
    display: flex;
  }

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

  .terceira-dobra-2.section {
    background-position: 100% -5%;
    height: auto;
    padding-bottom: 140px;
  }

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

  .coluna-box-2.modalidade1 {
    justify-content: center;
    min-width: 100%;
    min-height: 0;
    display: flex;
  }

  .paragraph-20 {
    letter-spacing: 3px;
    font-family: Montserrat, sans-serif;
  }

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

  .coluna-2.modalidade1.item1 {
    min-width: 347px;
  }

  .coluna-2.modalidade1.item7 {
    min-width: 100%;
  }

  .coluna-2.modalidade1 {
    min-width: 400px;
    max-width: 0;
  }

  .modalidade {
    height: auto;
  }

  .heading-40 {
    display: none;
  }

  .section-2 {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .section-depoimentos.depoimentos-custom {
    background-position: 0%;
    background-size: auto;
  }

  .image-25 {
    inset: 15% 0% 0% auto;
  }

  .image-26 {
    max-width: 515px;
    margin-bottom: 20px;
  }

  .image-32 {
    align-self: flex-start;
    margin-bottom: 0;
    margin-left: 0;
  }

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

  .l-facebook-2 {
    flex-direction: column;
  }

  .div-block-66.f-si {
    width: 25%;
  }

  .div-block-66.f-l-principais {
    width: 24%;
    min-width: auto;
    padding-left: 0;
  }

  .div-block-66.f-p {
    width: 24%;
  }

  .div-block-67 {
    width: 24%;
    min-width: auto;
  }

  .f-container-2 {
    padding-bottom: 10px;
    padding-left: 0;
    padding-right: 0;
  }

  .grid-4 {
    justify-content: flex-start;
    min-width: 100%;
  }

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

  .flex-block-10 {
    justify-content: center;
  }
}

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

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

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

  .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: center;
    align-self: center;
    align-items: center;
    width: 100%;
    min-width: 100%;
    max-width: none;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
    display: flex;
    position: relative;
  }

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

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

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

  .c-nav-link:hover {
    color: var(--yellow);
  }

  .c-nav-link:visited {
    color: var(--green-web);
  }

  .nav-menu {
    background-color: var(--black-2);
    object-fit: contain;
    flex-direction: column;
    flex: 0 auto;
    justify-content: center;
    align-self: center;
    align-items: center;
    width: 80%;
    height: 100vh;
    margin-top: auto;
    padding-bottom: 100px;
    padding-left: 20px;
    overflow: hidden;
  }

  .nav-menu.ipad {
    display: none;
  }

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

  .menu-hamburguer-icon {
    color: var(--black-web);
    background-color: #0000;
    flex: 0 auto;
    order: -1;
    justify-content: center;
    align-self: center;
    align-items: center;
    padding: 10px;
    line-height: 1;
    display: flex;
  }

  .terceira-dobra {
    flex-flow: column;
    align-content: flex-start;
    align-items: flex-end;
    width: 100%;
    max-width: none;
    height: auto;
    padding-top: 90px;
    padding-left: 20px;
    padding-right: 20px;
    display: block;
  }

  .text-block-2 {
    min-width: 100%;
  }

  .btn-default {
    margin-left: auto;
  }

  .btn-default.bt-passo {
    margin-top: 20px;
  }

  .columns {
    flex-flow: column;
    align-items: center;
    padding-left: 0;
    padding-right: 0;
    display: flex;
    overflow: visible;
  }

  .image-2 {
    border-radius: 0;
    width: 100%;
    display: block;
  }

  .column {
    flex-direction: column;
    justify-content: flex-start;
    align-self: center;
    align-items: center;
    height: auto;
    padding-top: 40px;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .column-2 {
    order: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .segunda-dobra {
    flex-direction: column;
    justify-content: space-between;
    width: 100%;
    max-width: 100%;
    height: auto;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .s-container {
    max-width: none;
    height: auto;
    padding-top: 0;
    padding-left: 20px;
    padding-right: 20px;
    display: block;
  }

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

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

  .navigation {
    display: none;
  }

  .div-block-3 {
    margin-top: 0;
  }

  .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: 40px;
    padding-right: 40px;
    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: row;
    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: grid;
  }

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

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

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

  .image-3 {
    width: auto;
    max-width: 60%;
  }

  .primeira-dobra {
    flex-flow: column;
    align-content: flex-start;
    align-items: flex-end;
    width: 100%;
    max-width: none;
    height: auto;
    margin-top: -120px;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
    display: block;
  }

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

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

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

  .box-r-sociais.menu.social-box-menu {
    margin-top: 10%;
    margin-bottom: 60px;
    padding-left: 0;
    font-size: .875rem;
    display: block;
  }

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

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

  .div-block-22 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    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: 32px;
    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-bottom: 0;
    display: flex;
    position: static;
    inset: auto 0% 15%;
  }

  .image-4 {
    width: 32px;
    max-width: none;
    height: 24px;
    margin-bottom: 0;
    display: block;
  }

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

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

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

  .instagram-icon {
    cursor: pointer;
  }

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

  .l-instagram {
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
  }

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

  .db-politica {
    width: 100%;
    max-width: 668px;
  }

  .db-politica-custom {
    width: 100%;
    max-width: 100%;
  }

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

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

  .paragraph-5 {
    padding-top: 60px;
  }

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

  .flex-block-5 {
    width: 100%;
    display: flex;
  }

  .flex-block-5.p-carrossel, .flex-block-5.estao-dizendo {
    display: none;
  }

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

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

  .div-block-37.d-lunos {
    width: 283px;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .div-block-37.p-carrossel {
    width: 283px;
  }

  .paragraph-12.p-dizendo {
    line-height: 1.5;
  }

  .decima-dobra {
    margin-left: auto;
    margin-right: auto;
    padding-top: 90px;
  }

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

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

  .div-block-40 {
    justify-content: center;
    align-self: center;
    height: auto;
  }

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

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

  .div-block-41.studios-c.reservar.card1 {
    width: auto;
    margin-left: auto;
  }

  .div-block-41.studios-c.reservar.card2 {
    width: 100%;
    margin-left: auto;
  }

  .div-block-41.studios-c.reservar.card3 {
    width: auto;
    margin-left: auto;
  }

  .div-block-42.p-carrossel {
    width: 300px;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
  }

  .div-block-48 {
    flex-wrap: wrap;
  }

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

  .mask {
    width: 60%;
  }

  .slide-2 {
    margin-top: auto;
    margin-bottom: auto;
  }

  .mask-2 {
    background-color: #0000;
  }

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

  .carrossel-professores.carrossel-passos {
    align-self: center;
    position: absolute;
  }

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

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

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

  .image-19 {
    margin-top: 10px;
  }

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

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

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

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

  .div-block-11.linha-grande.modalidades {
    flex-flow: row;
    width: 100%;
  }

  .container-8 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-wrap: wrap;
    justify-content: center;
    max-width: 420px;
  }

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

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

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

  .db-content.depoimentos {
    width: 100%;
  }

  .section-depoimentos {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-top: 90px;
    display: flex;
  }

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

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

  .db-grid._3-columns {
    justify-content: center;
    display: none;
  }

  .nome-cliente-depoimento {
    font-size: 12.78px;
    font-weight: 400;
    line-height: 13.9px;
  }

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

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

  .f-r-link-2, .bold-text-11 {
    text-align: center;
  }

  .bold-text-12, .heading-61 {
    font-size: .875rem;
  }

  .icone-info-contato-2 {
    justify-content: center;
    align-items: center;
  }

  .footer-2 {
    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: 40px;
    padding-right: 40px;
    display: block;
  }

  .l-facebook-2 {
    flex-flow: row;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-right: 0;
  }

  .div-block-66 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    order: 1;
    grid-template-rows: 100% auto;
    grid-template-columns: 50% 1fr;
    grid-auto-columns: 1fr;
    align-self: flex-start;
    padding-left: 0;
    font-size: .8rem;
    display: flex;
  }

  .div-block-66.f-si {
    justify-content: flex-start;
    align-items: center;
    width: 100%;
  }

  .div-block-66.f-l-principais {
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    margin-left: 0;
    padding-left: 0;
  }

  .div-block-66.f-p {
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    margin-left: 0;
  }

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

  .div-block-67 {
    order: -1;
    justify-content: flex-start;
    align-self: flex-start;
    align-items: center;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

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

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

  .heading-62 {
    text-align: center;
    font-size: .875rem;
  }

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

  .slider-4 {
    display: flex;
  }

  .slide-3 {
    width: 100%;
  }

  .mask-4 {
    margin-left: auto;
    margin-right: auto;
  }

  .slider-5 {
    height: 100%;
    display: flex;
  }

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

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

  .image-38 {
    height: 100%;
  }

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

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

  .menu-mobile-action {
    z-index: 10;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
    position: relative;
    top: auto;
  }

  .div-block-89 {
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .div-block-89.menu-mobile-action {
    position: absolute;
    left: 10px;
  }
}

@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: 15px;
  }

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

  .nav-menu {
    height: 100vh;
  }

  .terceira-dobra {
    min-width: 468px;
    max-width: none;
    padding-top: 90px;
    padding-left: 0;
    padding-right: 0;
  }

  .btn-default {
    margin-left: auto;
  }

  .btn-default.bt-passo {
    margin-top: 0;
    margin-left: auto;
  }

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

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

  .column-2 {
    padding-left: 0;
    padding-right: 0;
  }

  .segunda-dobra {
    max-width: none;
    margin-top: auto;
    margin-bottom: auto;
    padding-top: 0;
    padding-bottom: 60px;
    display: block;
  }

  .s-container {
    height: auto;
    padding-left: 0;
    padding-right: 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;
  }

  .div-block-3 {
    margin-top: 40px;
  }

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

  .div-block-4 {
    margin-top: 0;
  }

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

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

  .primeira-dobra {
    max-width: none;
    padding-left: 0;
    padding-right: 0;
  }

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

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

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

  .button-3 {
    line-height: 2;
  }

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

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

  .db-politica {
    max-width: 468px;
  }

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

  .d-imagem {
    height: 100%;
    min-height: 480px;
  }

  .paragraph-5 {
    margin-top: 90px;
    margin-bottom: 40px;
    font-size: 32px;
  }

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

  .text-span-3 {
    margin-right: 2rem;
  }

  .text-span-4 {
    margin-left: 2rem;
  }

  .flex-block-5 {
    grid-column-gap: 18px;
    grid-row-gap: 18px;
  }

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

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

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

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

  .decima-dobra {
    padding-top: 60px;
  }

  .nona-dobra {
    max-width: none;
    height: auto;
    margin-top: auto;
    padding-top: 60px;
  }

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

  .nona-dobra.nona-b-m {
    flex-wrap: nowrap;
    align-items: center;
    height: 100%;
    max-height: none;
    padding-top: 60px;
  }

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

  .div-block-41.studios-c {
    flex-flow: column;
    height: 374px;
    padding-bottom: 15px;
  }

  .div-block-41.studios-c.reservar.card1, .div-block-41.studios-c.reservar.card2, .div-block-41.studios-c.reservar.card3 {
    width: auto;
    margin-left: auto;
  }

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

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

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

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

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

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

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

  .image-17 {
    height: 568px;
  }

  .slider-section {
    margin-top: 50px;
    margin-bottom: 50px;
  }

  .mask {
    width: 95%;
  }

  .column-step-slider {
    min-height: 500px;
    padding-left: 50px;
    padding-right: 50px;
  }

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

  .coluna-2.modalidade1.item1 {
    flex-wrap: wrap;
  }

  .section-2.background-black {
    height: auto;
    min-height: 0;
    max-height: none;
  }

  .container-8 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column wrap;
    justify-content: center;
    align-items: center;
    margin-right: auto;
  }

  .slider-3 {
    height: auto;
    display: none;
  }

  .logo-wrapper {
    margin-top: 45px;
    padding-top: 31px;
    display: flex;
    position: relative;
  }

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

  .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: 80px 24px;
  }

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

  .contato-info {
    font-size: 14px;
  }

  .db-info-contato {
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    width: 260px;
  }

  .db-info-contato.d-studio {
    flex-wrap: wrap;
    align-content: center;
    width: 100%;
    padding-top: 10px;
    padding-bottom: 0;
  }

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

  .section-depoimentos {
    max-width: none;
    height: auto;
    padding-top: 0;
  }

  .db-heading {
    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;
  }

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

  .image-26, .image-26.logo01 {
    max-width: 320px;
  }

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

  .bold-text-11 {
    font-size: .875rem;
  }

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

  .bold-text-13 {
    align-items: flex-start;
    display: flex;
  }

  .div-block-66 {
    width: 100%;
    margin-top: 0;
  }

  .div-block-66.f-l-principais {
    padding-left: 0;
  }

  .div-block-66.f-p {
    margin-left: 0;
  }

  .div-block-67 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-self: auto;
    align-items: center;
    width: 100%;
    margin-bottom: 0;
    padding-left: 0;
  }

  .grid-4 {
    flex-flow: column;
    place-content: flex-start;
    align-items: flex-start;
    height: auto;
    display: flex;
  }

  .slider-6 {
    height: 100%;
    display: flex;
  }

  .mask-6 {
    width: 414px;
  }

  .logo-wrapper-2 {
    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;
  }

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

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

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

  .slider-7 {
    height: auto;
  }

  .slider-wrapper-2 {
    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-32 {
    text-align: center;
  }

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

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

  .heading.unit-name {
    margin-bottom: 10px;
  }

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

  .c-container {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    background-color: var(--white-web);
    order: 1;
    justify-content: center;
  }

  .c-nav-logo.w--current {
    flex: 1;
    order: 1;
    align-self: center;
    max-width: 160px;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .nav-menu {
    background-color: var(--black-2);
    opacity: 1;
    -webkit-text-stroke-color: #101010;
    mix-blend-mode: normal;
    width: 95%;
    height: 100vh;
    margin-top: auto;
    padding-left: 15px;
  }

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

  .terceira-dobra {
    min-width: 0;
    max-width: 360px;
    margin-bottom: 0;
    padding: 0 15px 60px;
  }

  .text-block-2 {
    padding-top: 30px;
    font-size: .75rem;
  }

  .btn-default, .btn-default.bt-passo {
    margin-left: auto;
  }

  .columns, .image-2 {
    padding-left: 0;
    padding-right: 0;
  }

  .column {
    margin-top: 40px;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .column-2 {
    padding-left: 0;
    padding-right: 0;
  }

  .segunda-dobra {
    max-width: none;
    padding: 0;
    display: none;
  }

  .s-container {
    padding: 40px 0;
  }

  .text-block-3 {
    font-size: 1.25rem;
  }

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

  .coluna {
    width: 100%;
  }

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

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

  .f-container {
    height: auto;
  }

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

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

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

  .primeira-dobra {
    max-width: none;
    height: auto;
    margin-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

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

  .icon {
    background-color: var(--white-web);
    color: var(--black-web);
    display: flex;
  }

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

  .box-r-sociais.menu.social-box-menu {
    width: 100%;
    max-width: 100%;
    margin-top: 10px;
    padding-left: 0;
  }

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

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

  .div-block-16.sociais-mobile {
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
  }

  .html-embed-9 {
    align-items: center;
    margin-right: 10px;
    display: flex;
  }

  .div-block-22.navmobile {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    padding-top: 20px;
  }

  .button-3 {
    line-height: 2;
  }

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

  .image-4 {
    width: 24px;
    display: none;
  }

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

  .l-instagram {
    align-items: flex-start;
    margin-top: 5px;
  }

  .db-politica, .db-cookiesof {
    max-width: 360px;
  }

  .text-block-5 {
    width: 100%;
  }

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

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

  .d-imagem {
    height: auto;
    min-height: 480px;
    padding: 20px;
  }

  .paragraph-5 {
    margin-top: 0;
    padding-left: 20px;
    padding-right: 20px;
    line-height: 1.5;
  }

  .div-block-27 {
    flex-direction: column;
    justify-content: center;
    align-items: stretch;
    padding-left: 10px;
    padding-right: 10px;
  }

  .text-span-3 {
    display: flex;
  }

  .heading-26 {
    flex-flow: column wrap;
    align-items: center;
    font-size: 32px;
    line-height: 1.5;
    display: flex;
  }

  .f-formas {
    flex-direction: column;
    align-items: center;
    max-width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .f-forma {
    max-width: 319px;
  }

  .f-forma:focus {
    border-color: var(--green-web-hover);
  }

  .flex-block-5 {
    flex-wrap: wrap;
  }

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

  .div-block-36.m-playlist {
    margin-top: 0;
    margin-left: auto;
    padding-top: 0;
    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: 0;
    line-height: 1.5;
  }

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

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

  .div-block-37 {
    flex-flow: row;
    width: auto;
    min-width: 300px;
    height: 200px;
    margin-bottom: 0;
    padding-top: 0;
    padding-left: 0;
    padding-right: 10px;
  }

  .div-block-37.d-lunos {
    width: auto;
    padding-left: 10px;
  }

  .image-14 {
    width: 128px;
    height: 200px;
    margin-right: 10px;
  }

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

  .paragraph-12 {
    text-align: left;
    font-size: 12px;
    line-height: 1rem;
  }

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

  .nona-dobra.nona-b {
    width: auto;
    padding-top: 420px;
  }

  .nona-dobra.nona-b.playlist {
    width: 100%;
    margin-top: auto;
    padding-top: 60px;
  }

  .nona-dobra.nona-b-m {
    justify-content: flex-start;
    width: 100%;
    height: auto;
    min-height: 480px;
    margin-top: auto;
    padding-top: 10px;
  }

  .div-block-40 {
    align-items: center;
    height: 0%;
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-41.studios-c {
    flex-direction: column;
    flex: 0 auto;
    justify-content: space-around;
    align-self: center;
    height: 1005px;
    max-height: 320px;
    margin-top: auto;
    padding: 10px 20px 40px;
    left: 0%;
    right: 0%;
  }

  .div-block-41.studios-c.reservar.card1, .div-block-41.studios-c.reservar.card2, .div-block-41.studios-c.reservar.card3 {
    width: 100%;
    max-width: 312px;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .div-block-42.d-studio {
    flex-direction: row;
    align-items: center;
  }

  .div-block-42.p-carrossel {
    width: 100%;
    margin-top: 60px;
    margin-bottom: auto;
    padding-bottom: 60px;
    padding-left: 0;
    padding-right: 0;
    display: none;
    position: relative;
  }

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

  .heading-35.n-studio {
    text-align: center;
    align-self: center;
    font-size: 24px;
  }

  .div-block-44 {
    padding-left: 0;
    font-size: 10px;
  }

  .paragraph-14.reservar {
    text-align: center;
    width: 100%;
    margin-left: 0;
    font-size: 14px;
  }

  .heading-36 {
    align-items: center;
    display: flex;
  }

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

  .image-16 {
    display: none;
  }

  .image-17 {
    display: block;
  }

  .mask {
    width: 75%;
    min-width: 195px;
  }

  .column-slide.first {
    max-width: 300px;
  }

  .slide-content {
    width: 100px;
  }

  .column-step-slider {
    padding-left: 0;
    padding-right: 0;
  }

  .first-slide-wrap {
    width: 100%;
  }

  .first-slide-ghost {
    width: 50%;
  }

  .carrossel-professores.carrossel-passos {
    width: 100%;
  }

  .right-arrow {
    margin-right: 0;
    right: -30px;
  }

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

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

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

  .slide-nav {
    background-color: #0000;
  }

  .paragraph-18 {
    font-size: 16px;
    line-height: 1.2;
  }

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

  .terceira-dobra-2 {
    padding-bottom: 60px;
  }

  .terceira-dobra-2.section {
    padding-top: 60px;
    padding-bottom: 70px;
  }

  .container-largura.container-7 {
    padding-top: 100px;
  }

  .coluna-box-2.modalidade1 {
    display: flex;
  }

  .coluna-2 {
    width: 100%;
  }

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

  .coluna-2.modalidade1.item3, .coluna-2.modalidade1.item4, .coluna-2.modalidade1.item5, .coluna-2.modalidade1.item6, .coluna-2.modalidade1.item1 {
    min-width: 100%;
  }

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

  .coluna-2.modalidade1.item2 {
    min-width: 100%;
  }

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

  .div-block-11.linha-grande {
    width: 100%;
  }

  .div-block-11.linha-grande.modalidades {
    flex-direction: column;
  }

  .section-2.background-black {
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
    border-top-right-radius: 120px;
    border-bottom-left-radius: 80px;
    padding-top: 40px;
  }

  .paragraph-21 {
    color: var(--green-web);
    display: flex;
  }

  .container-8 {
    flex-direction: column;
    width: 100%;
    max-width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .icon-6, .icon-6.esquerda {
    color: var(--green-web);
  }

  .slide {
    width: 320px;
    height: auto;
  }

  .slider-3 {
    height: auto;
    display: none;
  }

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

  .mask-3 {
    width: 320px;
  }

  .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 space-around;
    justify-items: baseline;
    width: 320px;
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
  }

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

  .faq-block {
    margin-left: 0;
    margin-right: 0;
  }

  .head-regular {
    font-size: 18px;
  }

  .faq-q {
    align-items: center;
  }

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

  .icone-info-contato {
    padding-left: 0;
    font-size: 14px;
  }

  .contato-info {
    font-size: 14px;
  }

  .db-info-contato.d-studio {
    flex-direction: row;
    padding-top: 0;
  }

  .heading-sections {
    text-align: left;
    justify-content: center;
    align-self: center;
    align-items: center;
    margin-bottom: 10px;
    margin-left: 0;
    line-height: 1.5;
  }

  .db-content.depoimentos {
    padding-left: 0;
    padding-right: 0;
  }

  .db-title-cta {
    flex-direction: column;
  }

  .section-depoimentos {
    flex-wrap: nowrap;
    margin-bottom: 0;
    padding-top: 0;
  }

  .section-depoimentos.depoimentos-custom {
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
  }

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

  .db-heading.depoimentos {
    padding-left: 20px;
    padding-right: 20px;
  }

  .heading-depoimentos {
    text-align: left;
    justify-content: center;
    align-self: center;
    align-items: center;
    margin-bottom: 0;
    margin-left: 0;
    font-size: 24px;
  }

  .db-grid._3-columns {
    grid-template-columns: 1fr;
    padding-left: 20px;
    padding-right: 20px;
  }

  .db-grid._3-columns.db-left {
    width: 100%;
  }

  .db-column-left, .db-column-right {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    width: 100%;
    max-width: none;
  }

  .db-column-center {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    max-width: none;
  }

  .image-25 {
    display: none;
  }

  .image-26, .image-26.logo01 {
    max-width: 250px;
  }

  .image-32 {
    margin-bottom: 10px;
    margin-left: 10px;
  }

  .social-links-footer-2 {
    flex-direction: column;
    align-items: flex-start;
  }

  .bold-text-11 {
    font-size: .875rem;
  }

  .icone-info-contato-2 {
    padding-left: 0;
    font-size: 10px;
  }

  .icone-info-contato-2.icon-zap {
    align-self: flex-start;
    padding-left: 0;
  }

  .footer-2 {
    align-self: flex-start;
    margin-bottom: auto;
    margin-left: auto;
    margin-right: auto;
    padding: 40px 0 0;
  }

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

  .div-block-66 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    margin-bottom: 0;
    display: flex;
  }

  .facebook-icon-2 {
    margin-right: 10px;
    display: flex;
  }

  .contato-info-2 {
    font-size: 14px;
  }

  .div-block-67 {
    justify-content: flex-start;
    align-items: flex-start;
    max-width: 100%;
    margin-bottom: 0;
  }

  .f-container-2 {
    height: auto;
    padding-left: 10px;
    padding-right: 10px;
  }

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

  .flex-block-9 {
    max-width: 100%;
    padding: 20px;
  }

  .div-block-72 {
    width: 100%;
    padding-bottom: 20px;
    padding-right: 20px;
  }

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

  .flex-block-10 {
    flex-direction: column;
  }

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

  .paragraph-27, .heading-65 {
    text-align: left;
  }

  .bg-ritmo {
    flex-direction: column-reverse;
    max-height: 100%;
  }

  .div-block-75 {
    flex-direction: column;
  }

  .flex-block-13 {
    flex-direction: column;
    justify-content: center;
  }

  .div-block-76 {
    justify-content: center;
    width: 80%;
  }

  .div-block-77 {
    align-items: flex-start;
    width: 100%;
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .banner-quemsomos, .mask-4 {
    width: 100%;
  }

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

  .left-arrow-2 {
    margin-left: auto;
  }

  .icon-7 {
    color: #c1e81b;
    margin-left: 0;
  }

  .icon-8 {
    color: #c1e81b;
    margin-right: 0;
  }

  .slider-6 {
    justify-content: center;
    align-items: center;
    width: auto;
    height: auto;
    display: none;
  }

  .icon-9, .icon-10 {
    color: var(--dark-slate-grey);
  }

  .heading-72 {
    color: var(--green-web);
    text-align: left;
    font-size: 12px;
    font-weight: 500;
    line-height: 1.2;
    text-decoration: none;
  }

  .link-block-5 {
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    text-decoration: none;
    display: flex;
  }

  .mask-5 {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .slide-nav-2 {
    color: var(--dark-slate-grey);
    margin-top: 20px;
    margin-bottom: -40px;
  }

  .slide-4 {
    width: 100%;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .slide-5, .slide-6 {
    width: auto;
    margin-left: 0;
  }

  .heading-49 {
    color: var(--green-web-hover);
    font-size: 16px;
  }

  .heading-49.funco {
    color: var(--green-web-hover);
  }

  .mask-6 {
    width: 320px;
    overflow: hidden;
  }

  .logo-wrapper-2 {
    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;
  }

  .flex-block-20 {
    border-radius: 50%;
    align-items: flex-end;
    width: 100%;
  }

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

  .image-38 {
    border-radius: 50%;
    width: 126px;
    max-width: none;
    height: 126px;
  }

  .slide-7 {
    width: 320px;
    height: auto;
  }

  .slider-7 {
    justify-content: center;
    width: auto;
    height: auto;
  }

  .slider-7.mobile {
    display: flex;
  }

  .slider-wrapper-2 {
    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;
  }

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

  .icon-11:hover {
    color: #c6ba2f;
    margin-right: 60px;
    right: -20px;
  }

  .icon-11.esquerda {
    z-index: 9;
    color: var(--green-web-hover);
    left: 0;
  }

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

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

#w-node-_597ce14b-e906-1d53-5f18-6bc04faf8cec-3067f394, #w-node-_3431082d-f097-224c-b11a-240b3984d950-3067f394, #w-node-_015319e4-67d9-7e57-d673-53826311d633-3067f394, #w-node-_92460c38-8ebb-9335-f5eb-93b2fd6ef32f-3067f394, #w-node-c0694225-dc78-5d78-be98-3bdf2cb6c915-3067f394, #w-node-a4a0fcd0-3a28-cd73-b11e-6529c915a0f5-3067f394, #w-node-_06a9a5ff-93ca-2528-2e4e-6ccd28de1be4-3067f394 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: auto;
}

#w-node-_0f191deb-ac76-7fcb-765a-ea39ff851731-3067f394 {
  justify-self: end;
}

#w-node-_55de8951-161d-064d-e5d2-5891a8a90491-3067f394 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_275db047-4b79-3a59-481e-ba48ba885860-3067f394 {
  justify-self: start;
}

#w-node-_275db047-4b79-3a59-481e-ba48ba885861-3067f394 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_67f32c98-034d-f62d-2098-dce754319800-3067f394 {
  justify-self: end;
}

#w-node-_67f32c98-034d-f62d-2098-dce754319801-3067f394 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_38782714-438a-6a8e-f653-28473f3a35c8-3067f394 {
  justify-self: start;
}

#w-node-_38782714-438a-6a8e-f653-28473f3a35c9-3067f394 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_09cfcddc-68ea-e492-c0c1-c66a4ecf78b2-3067f394 {
  justify-self: end;
}

#w-node-_09cfcddc-68ea-e492-c0c1-c66a4ecf78b3-3067f394 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_09cfcddc-68ea-e492-c0c1-c66a4ecf78bc-3067f394 {
  justify-self: start;
}

#w-node-_09cfcddc-68ea-e492-c0c1-c66a4ecf78bd-3067f394 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_09cfcddc-68ea-e492-c0c1-c66a4ecf78c6-3067f394 {
  justify-self: end;
}

#w-node-_09cfcddc-68ea-e492-c0c1-c66a4ecf78c7-3067f394 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_09cfcddc-68ea-e492-c0c1-c66a4ecf78d0-3067f394 {
  justify-self: start;
}

#w-node-_09cfcddc-68ea-e492-c0c1-c66a4ecf78d1-3067f394 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d2a679ef-c640-5bd2-aec1-8c00df0575a8-3067f394 {
  justify-self: end;
}

#w-node-d2a679ef-c640-5bd2-aec1-8c00df0575a9-3067f394 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d2a679ef-c640-5bd2-aec1-8c00df0575dc-3067f394 {
  justify-self: start;
}

#w-node-d2a679ef-c640-5bd2-aec1-8c00df0575dd-3067f394 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2f079115-323c-53d3-fc94-71863b6ae067-3067f394 {
  justify-self: end;
}

#w-node-_2f079115-323c-53d3-fc94-71863b6ae068-3067f394 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_415080d6-f8ba-c8d6-cee5-d1987787100f-3067f394 {
  justify-self: start;
}

#w-node-_415080d6-f8ba-c8d6-cee5-d19877871010-3067f394 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_60e220ab-61ed-6564-7e17-792f6c3c2da5-3067f394 {
  justify-self: end;
}

#w-node-_60e220ab-61ed-6564-7e17-792f6c3c2da6-3067f394 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_60e220ab-61ed-6564-7e17-792f6c3c2db1-3067f394 {
  justify-self: start;
}

#w-node-_60e220ab-61ed-6564-7e17-792f6c3c2db2-3067f394 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_60e220ab-61ed-6564-7e17-792f6c3c2dbd-3067f394 {
  justify-self: end;
}

#w-node-_60e220ab-61ed-6564-7e17-792f6c3c2dbe-3067f394 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_60e220ab-61ed-6564-7e17-792f6c3c2dc9-3067f394 {
  justify-self: start;
}

#w-node-_60e220ab-61ed-6564-7e17-792f6c3c2dca-3067f394, #w-node-b50ddbac-dadd-2dd2-afd3-823922dfe3c7-3067f394, #w-node-_6a984096-759b-1ece-19ef-abd55656db26-3067f394, #w-node-_749ccd5c-13ee-0ba0-e127-3548e183646d-3067f394, #w-node-_21a2d6e1-549f-e1eb-8963-1e0da7f75df4-a7f75de1, #w-node-_21a2d6e1-549f-e1eb-8963-1e0da7f75dfc-a7f75de1, #w-node-_21a2d6e1-549f-e1eb-8963-1e0da7f75e0e-a7f75de1, #w-node-_0b422a80-4c31-7444-5fe5-f911e55d182f-3067f396, #w-node-_0b422a80-4c31-7444-5fe5-f911e55d1830-3067f396, #w-node-_8470795a-06ef-2f04-c3ef-08606546c51a-3067f398, #w-node-_1f570b48-3731-99cb-1e06-4b8ee7d418b1-e7d418ae, #w-node-_1f570b48-3731-99cb-1e06-4b8ee7d418b3-e7d418ae, #w-node-_1f570b48-3731-99cb-1e06-4b8ee7d418bc-e7d418ae, #w-node-_1f570b48-3731-99cb-1e06-4b8ee7d418c6-e7d418ae, #w-node-b72b518a-38e8-46c6-0011-5aaab9ca93be-b9ca93bc, #w-node-b72b518a-38e8-46c6-0011-5aaab9ca93cd-b9ca93bc, #w-node-b72b518a-38e8-46c6-0011-5aaab9ca93dc-b9ca93bc, #w-node-b72b518a-38e8-46c6-0011-5aaab9ca93eb-b9ca93bc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (min-width: 1920px) {
  #w-node-_597ce14b-e906-1d53-5f18-6bc04faf8cec-3067f394, #w-node-_3431082d-f097-224c-b11a-240b3984d950-3067f394, #w-node-_015319e4-67d9-7e57-d673-53826311d633-3067f394, #w-node-_92460c38-8ebb-9335-f5eb-93b2fd6ef32f-3067f394, #w-node-c0694225-dc78-5d78-be98-3bdf2cb6c915-3067f394, #w-node-a4a0fcd0-3a28-cd73-b11e-6529c915a0f5-3067f394, #w-node-_06a9a5ff-93ca-2528-2e4e-6ccd28de1be4-3067f394 {
    justify-self: stretch;
  }
}

@media screen and (max-width: 991px) {
  #w-node-_21a2d6e1-549f-e1eb-8963-1e0da7f75df4-a7f75de1, #w-node-_1f570b48-3731-99cb-1e06-4b8ee7d418b3-e7d418ae {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-b72b518a-38e8-46c6-0011-5aaab9ca93cd-b9ca93bc {
    order: 0;
    grid-area: 1 / 2 / 2 / 3;
    align-self: start;
  }

  #w-node-b72b518a-38e8-46c6-0011-5aaab9ca93dc-b9ca93bc {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-b72b518a-38e8-46c6-0011-5aaab9ca93eb-b9ca93bc {
    order: 9999;
    grid-area: 2 / 2 / 3 / 3;
    align-self: start;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_0f191deb-ac76-7fcb-765a-ea39ff851731-3067f394, #w-node-d2a679ef-c640-5bd2-aec1-8c00df0575a8-3067f394, #w-node-_60e220ab-61ed-6564-7e17-792f6c3c2da5-3067f394 {
    align-self: center;
  }
}


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