:root {
  --h3: "Neou B 31 D 400", sans-serif;
  --h2: "Neou B 31 D 400", sans-serif;
  --paragrafo: "Fort 6764 400", sans-serif;
  --color-h2-r: #a96dad;
  --paragrafo-2: "Fort 760 E 400", sans-serif;
  --white: white;
  --h1: "Fort 6764 400", sans-serif;
  --black-2: black;
  --primary: #86d0ca;
  --black: black;
  --cinza: #c0bfbf;
}

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

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

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

@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-home-old {
  flex-direction: column;
  justify-content: space-between;
  display: flex;
}

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

.c-nav-logo.w--current {
  height: 60px;
  min-width: auto;
  flex: 0 auto;
  margin-top: 0;
  margin-bottom: auto;
}

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

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

.c-nav-link {
  font-family: var(--h3);
  color: #252424;
  cursor: pointer;
  font-size: 16px;
  text-decoration: none;
  transition: opacity .2s;
}

.c-nav-link:hover {
  color: #252424;
  font-weight: 600;
  text-decoration: overline;
}

.c-nav-link:active, .c-nav-link:focus {
  color: #fff;
}

.c-nav-link:focus-visible {
  color: #fff;
}

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

.c-nav-link:visited {
  color: #252424;
}

.heading-12 {
  color: #070b3b;
  margin-bottom: .5rem;
  font-size: 1rem;
}

.car-mobile {
  display: none;
}

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

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

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

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

.image {
  max-height: 17px;
  max-width: 99px;
  min-width: 0;
  margin-left: auto;
  margin-right: auto;
}

.image.mobile {
  display: none;
}

.image.desktop {
  height: auto;
  max-height: none;
  max-width: none;
  min-height: auto;
  min-width: auto;
}

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

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

.l-nav {
  width: 100%;
  height: 100px;
  max-width: 100%;
  font-family: var(--h2);
  background-color: #e9e9e9;
  border-bottom: 1px solid #bcbcbc;
  flex-flow: row;
  flex: none;
  align-content: space-around;
  justify-content: space-between;
  align-self: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
  position: static;
}

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

.html-embed-2.login-top {
  height: 100%;
  margin-bottom: 0;
}

.heading-11 {
  color: #000;
  margin-bottom: .5rem;
  font-family: Ppneuemachina;
  font-size: 16px;
}

.footer {
  width: 100%;
  height: auto;
  color: #000;
  background-color: #e9e9e9;
  border: 1px solid #bcbcbc;
  flex-direction: row;
  flex: none;
  justify-content: center;
  align-items: stretch;
  margin-top: auto;
  padding-bottom: 0;
  display: flex;
  position: static;
}

.social-links-footer {
  width: 100%;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  display: flex;
}

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

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

.grid-2 {
  width: 100%;
  height: 100%;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: 1fr;
  grid-template-columns: 20% 20% 10% 20% 20%;
  padding: 20px;
  display: flex;
}

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

.div-block-4.f-raz {
  padding-left: 10px;
}

.div-block-4.f-pag {
  line-height: 120%;
}

.home-banner-primeira-dobra {
  width: 100%;
  min-height: 800px;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-image: url('../images/Fundo-01.png');
  background-position: 0 0;
  background-size: auto;
  flex-direction: row;
  justify-content: center;
  align-items: flex-end;
  margin-bottom: 0;
  display: flex;
}

.home-section-modalidade {
  width: 100%;
  height: 100%;
  background-color: #090909;
  padding-top: 100px;
  padding-bottom: 120px;
}

.heading-13 {
  aspect-ratio: auto;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 120px;
  font-family: Ppneuemachina;
  font-size: 56px;
}

.heading-13.txt-studio {
  color: #40ff73;
  margin-bottom: 0;
  font-size: 44px;
}

.div-block-27 {
  width: 377px;
}

.flex-block {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  align-items: center;
}

.flex-block.m02 {
  flex-direction: row-reverse;
  margin-top: 44px;
  margin-bottom: 44px;
}

.flex-block.m04 {
  flex-direction: row-reverse;
}

.div-block-28 {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.heading-14 {
  color: #40ff73;
  text-transform: uppercase;
  font-family: Ppneuemachina;
  font-size: 32px;
}

.paragraph-2 {
  max-width: 559px;
  color: #fff;
  margin-top: 33px;
  margin-bottom: 33px;
  font-size: 16px;
  line-height: 30px;
}

.link-block {
  width: 380px;
  height: 62px;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: #40ff73;
  border: 2px solid #40ff73;
  border-radius: 13px;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 220px;
  text-decoration: none;
  display: flex;
}

.link-block:hover {
  background-color: #fff;
  border-style: none;
}

.link-block.btn-plano {
  width: 250px;
}

.link-block.btn-plano.btn-studio {
  margin-bottom: 0;
}

.link-block.btn-plano.btn-reservar {
  justify-content: center;
  align-self: flex-end;
  margin-top: 60px;
  margin-bottom: 0;
  margin-right: 30px;
}

.heading-15 {
  color: #090909;
  margin-top: auto;
  margin-bottom: auto;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-style: normal;
  text-decoration: none;
}

.html-embed-15 {
  margin-top: auto;
  margin-bottom: auto;
}

.container-3 {
  max-width: 1200px;
  margin-bottom: 40px;
}

.container-4 {
  width: 100%;
  max-width: 100%;
  min-height: 556px;
  background-image: url('../images/banner2.png');
  background-position: 0 0;
  background-size: cover;
  position: relative;
}

.home-section-studio {
  width: 100%;
  min-height: 480px;
  padding-top: 60px;
  padding-bottom: 140px;
}

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

.heading-50 {
  color: rgba(35, 37, 54, .69);
}

.heading-50.unit-name {
  color: #40ff73;
  margin-top: 0;
  margin-bottom: 21px;
  font-size: 32px;
  font-weight: 400;
  line-height: 37.92px;
}

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

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

.db-info-contato.d-studio {
  width: 100%;
  height: auto;
  max-width: 300px;
  min-height: 0;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 0;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 0;
}

.telefone-whatsapp {
  width: 100%;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

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

.div-block-57 {
  width: 100%;
  height: auto;
  max-width: 871px;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 16px;
  flex-flow: wrap;
  align-content: space-around;
  justify-content: center;
  align-items: flex-start;
  margin-top: auto;
  margin-bottom: auto;
  margin-left: 10%;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 1%;
  right: 0;
}

.div-block-57.studios-c {
  height: 265px;
  background-color: rgba(9, 9, 9, .7);
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.contato-info {
  color: #fff;
  text-align: left;
  margin-bottom: 0;
  margin-left: 0;
  padding-bottom: 0;
}

.mask-2 {
  height: 100%;
}

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

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

.heading-35 {
  color: #40ff73;
  -webkit-text-stroke-color: #40ff73;
  margin-left: 0;
  font-size: 54px;
  font-weight: 400;
  line-height: 63.99px;
  display: block;
}

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

.div-block-50 {
  width: 100%;
  max-width: 1180px;
  flex-direction: column;
  display: flex;
}

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

.div-block-59 {
  width: 100%;
  height: auto;
  max-height: none;
  max-width: none;
  min-height: 497px;
  background-image: url('../images/Rectangle-2242x.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: flex-start;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 0;
  display: flex;
  position: relative;
}

.div-block-59.bg-resrevar {
  max-width: none;
  background-image: url('../images/banner-reservar.png');
  padding-top: 60px;
  padding-bottom: 60px;
}

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

.heading-29 {
  color: #40ff73;
  text-align: center;
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  font-family: Ppneuemachina;
  font-size: 44px;
  font-weight: 700;
  line-height: 66.36px;
  display: flex;
}

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

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

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

.home-section-reservar {
  width: 100%;
  background-color: #f7f8fc;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 60px;
  display: flex;
}

.home-section-reservar.nona-b-m {
  height: 100%;
  max-height: 1000px;
  color: #fff;
  background-color: #fff;
  flex-direction: column;
  align-items: flex-start;
  padding-top: 0;
  padding-bottom: 100px;
  display: flex;
}

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

.paragraph-15 {
  color: #40ff73;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 20px;
  font-size: 24px;
  line-height: 31.2px;
}

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

.div-block-41 {
  width: 100%;
  height: auto;
  max-width: 871px;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 16px;
  flex-flow: wrap;
  align-content: space-around;
  justify-content: center;
  align-items: flex-start;
  margin-top: auto;
  margin-bottom: auto;
  margin-left: 10%;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 1%;
  right: 0;
}

.div-block-41.d-reservas {
  max-height: none;
  max-width: none;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: row;
  align-content: center;
  justify-content: space-around;
  align-items: flex-start;
  margin: 0 0 0 10px;
  position: static;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.div-block-42 {
  width: 312px;
  height: auto;
  max-height: 320px;
  max-width: none;
  min-height: 320px;
  background-color: rgba(9, 9, 9, .7);
  border-radius: 16px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding: 40px 15px 60px;
  display: flex;
}

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

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

.container-5 {
  width: 100%;
}

.heading-53 {
  color: #40ff73;
  text-align: center;
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  font-family: Ppneuemachina;
  font-size: 44px;
  font-weight: 700;
  line-height: 66.36px;
  display: flex;
}

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

.home-section-spotify {
  width: 100%;
  background-color: #f7f8fc;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 60px;
  display: flex;
}

.home-section-spotify.nona-b {
  background-color: #fff;
  margin-top: 0;
  padding-top: 40px;
}

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

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

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

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

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

.nome-cliente-depoimento {
  color: #40ff73;
  font-size: 12px;
}

.db-heading {
  width: 100%;
  max-width: 1140px;
  text-align: center;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  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;
}

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

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

.section-depoimentos.depoimentos-custom {
  height: 100%;
  max-height: none;
  min-height: auto;
  grid-column-gap: 75px;
  grid-row-gap: 75px;
  background-color: #fff;
  border-top-left-radius: 328px;
  border-bottom-right-radius: 328px;
  flex-direction: row;
  justify-content: center;
  align-self: center;
  align-items: center;
  padding-top: 140px;
  padding-bottom: 140px;
  display: none;
}

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

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

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

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

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

.heading-depoimentos {
  color: #40ff73;
  text-align: center;
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  font-family: Ppneuemachina;
  font-size: 44px;
  font-weight: 700;
  display: block;
}

.body-default {
  flex-direction: column;
  display: flex;
}

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

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

.section-agenda {
  width: 100%;
  padding-top: 20px;
  padding-bottom: 100px;
}

.section {
  width: 100%;
  flex-direction: column;
  padding-top: 0;
  padding-bottom: 60px;
  display: flex;
}

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

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

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

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

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

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

.faq-container {
  max-width: 100%;
  min-width: 0;
  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%;
}

.faq {
  width: 100%;
  height: 80px;
  color: #070b3b;
  white-space: break-spaces;
  background-color: #090909;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 50px;
  font-size: 16px;
  font-weight: 600;
  display: flex;
}

.faq.w--open {
  border-bottom: 1px solid rgba(0, 0, 0, .1);
}

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

.block-grid {
  grid-row-gap: 72px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  position: relative;
}

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

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

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

.faq-default {
  padding: 60px 72px 100px;
  position: relative;
  overflow: hidden;
}

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

.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;
  width: 100%;
  max-width: 1152px;
  grid-row-gap: 180px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.text-block-7 {
  color: #fff;
}

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

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

.faq-body {
  width: 100%;
  background-color: rgba(0, 0, 0, 0);
  display: block;
  position: relative;
}

.faq-body.w--open {
  background-color: rgba(0, 0, 0, 0);
}

.faq-answer-2 {
  margin-bottom: 24px;
}

.plus-icon {
  width: 40px;
  height: 40px;
  min-height: 40px;
  min-width: 40px;
  background-color: rgba(29, 162, 61, 0);
  border-radius: 40px;
  justify-content: center;
  align-items: center;
  margin-top: -5px;
  margin-left: 0;
  margin-right: 50px;
  display: flex;
  position: relative;
}

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

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

.toggle-text {
  z-index: 2;
  color: #fff;
  position: relative;
}

.faq-body-cont {
  border-top: 1px #000;
  padding: 30px;
  font-size: 16px;
  font-weight: 300;
  line-height: 32px;
}

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

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

.utility-page-content {
  width: 260px;
  text-align: center;
  flex-direction: column;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.body-home {
  font-family: var(--paragrafo);
  background-color: #f5f5f5;
  flex-direction: column;
  display: flex;
}

.home-banner {
  height: 100%;
  max-height: none;
  position: relative;
}

.div-block-63 {
  width: 100%;
  height: auto;
  max-height: none;
  min-height: 320px;
  background-image: url('../images/imagem-01.png');
  background-position: 50%;
  background-size: cover;
  flex-direction: column;
  justify-content: flex-end;
  padding-top: 400px;
  padding-bottom: 200px;
  display: flex;
  position: relative;
}

.div-block-63.banner-proximaunidade {
  background-image: url('../images/banner001-640w.png');
  background-position: 50%;
  background-size: cover;
}

.div-block-63.bg-home1 {
  min-height: 0;
  background-image: none;
  padding-top: 0;
  padding-bottom: 0;
}

.div-block-64 {
  width: 100%;
  height: 100%;
  border-bottom: 1px solid #fff;
  border-radius: 1px;
  justify-content: center;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.div-block-65 {
  width: 100%;
  height: 42px;
  max-width: none;
  object-fit: fill;
  border-top: 1px solid #fff;
  border-radius: 1px;
  justify-content: center;
  align-items: center;
  display: flex;
  overflow: hidden;
}

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

.heading-54 {
  color: #fff;
  text-align: center;
  font-family: Ppneuemachina;
  font-size: 24px;
  font-weight: 400;
}

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

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

.button-4.btn-passos {
  width: 186px;
  height: 40px;
  margin-top: 17px;
  margin-right: 30px;
}

.button-4.btn-passos:hover {
  -webkit-text-stroke-color: #2e2e2d;
  text-decoration: none;
}

.button-4.btn-sec-2 {
  width: 130px;
  height: 40px;
  justify-content: center;
  margin-left: 0;
  margin-right: auto;
  box-shadow: 0 0 4px 1px rgba(0, 0, 0, .25);
}

.button-4.btn-reservar-1 {
  width: 168px;
  height: 40px;
  margin-top: 5px;
  margin-bottom: 20px;
  margin-left: 0;
}

.button-4.btn-loc {
  width: 150px;
  height: 40px;
  margin-top: 30px;
  margin-bottom: 0;
  margin-left: 0;
}

.home-second {
  height: 100%;
  max-height: none;
  min-height: 0;
  background-image: url('../images/bg-banner-2.png');
  background-position: 20%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-top: 200px;
  padding-bottom: 200px;
  display: flex;
}

.home-second.second-mobile {
  display: none;
}

.home-third {
  width: 100%;
  min-height: 480px;
  background-color: #1e1e1e;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
}

.div-block-67 {
  width: 100%;
  height: 100%;
  max-width: 1680px;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: column;
  justify-content: center;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.heading-55 {
  color: #fff;
  margin-left: 30px;
  font-family: Ppneuemachina;
}

.passos {
  width: 100%;
  height: 100%;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 43px;
  margin-bottom: 0;
  display: flex;
}

.passo {
  width: 380px;
  height: 202px;
  background-color: #3a3a3a;
  border-radius: 6px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 23px 19px 10px;
  display: flex;
  box-shadow: 0 0 16px rgba(0, 0, 0, .7);
}

.div-block-70 {
  width: 57px;
  height: 57px;
  border: 1px solid #40ff73;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  display: flex;
}

.heading-56 {
  width: auto;
  height: auto;
  color: #fff;
  text-align: center;
  margin-top: 5px;
  margin-bottom: 0;
  font-family: Ppneuemachina;
  font-size: 23px;
}

.paragraph-18 {
  color: #fff;
  text-align: center;
}

.home-modalidade {
  padding: 80px 20px 60px;
}

.div-block-71 {
  width: 100%;
  max-width: 1200px;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 80px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  display: flex;
}

.heading-57 {
  font-family: Ppneuemachina;
}

.div-block-72 {
  height: 100%;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  margin-left: 10px;
  font-size: 11px;
  font-weight: 700;
  display: flex;
  overflow: hidden;
}

.div-block-73 {
  justify-content: center;
  align-items: center;
  margin-top: -10px;
  display: flex;
}

.image-25 {
  width: 34px;
}

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

.flex-block-2.m-04 {
  min-height: 0;
  display: none;
}

.flex-block-2.m-04.m-004, .flex-block-2.m-05, .flex-block-2.m-01a, .flex-block-2.m-02a, .flex-block-2.m-03a {
  display: none;
}

.flex-block-2.m-04a {
  display: flex;
}

.flex-block-2.m-06 {
  display: none;
}

.div-block-74, .div-block-75 {
  width: 34px;
}

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

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

.home-conheca {
  width: 100%;
  min-height: 720px;
}

.div-block-78 {
  width: 100%;
  height: 100%;
  min-height: 730px;
  background-image: url('../images/bg-conheca.png');
  background-position: 50%;
  background-size: auto;
  flex-direction: column;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 140px;
  display: flex;
}

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

.heading-59 {
  color: #fff;
  font-family: Ppneuemachina;
  font-size: 64px;
}

.image-26 {
  max-width: none;
  margin-left: 20px;
}

.flex-block-3 {
  width: 800px;
  margin: 0 auto 0 40px;
}

.text-span {
  width: auto;
  color: #000;
  font-family: Ppneuemachina;
  font-size: 64px;
}

.bold-text-3 {
  line-height: 120%;
}

.heading-60 {
  color: #000;
  text-align: left;
  margin-left: -5px;
  font-family: Ppneuemachina;
  font-size: 23px;
  font-weight: 700;
}

.paragraph-20 {
  max-width: 560px;
  color: #000;
  margin-top: 20px;
  font-size: 16px;
}

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

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

.paragraph-21 {
  color: rgba(255, 255, 255, .8);
  margin-top: 43px;
}

.paragraph-21.loc-foot {
  display: none;
}

.div-block-80 {
  width: 480px;
  text-align: center;
  font-size: 23px;
  line-height: 120%;
}

.div-block-81 {
  height: 0%;
  background-color: rgba(0, 0, 0, .6);
  border-radius: 20px;
  align-items: center;
  display: none;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.div-block-81.b-m01, .div-block-81.b-m02, .div-block-81.b-m03, .div-block-81.b-m05, .div-block-81.m-01 {
  height: 0%;
  display: none;
}

.div-block-81.b-m02a {
  height: 100%;
  display: flex;
}

.div-block-81.b-m03a, .div-block-81.b-m04a, .div-block-81.m-b06a, .div-block-81.b-m06c, .div-block-81.m-b06d, .div-block-81.b-m06e {
  height: 0%;
  display: none;
}

.div-block-82 {
  width: 100%;
  height: 0%;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-top: 10px;
  padding-left: 65px;
  display: flex;
}

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

.paragraph-22 {
  width: 100%;
  max-width: 800px;
  color: #fff;
}

.flex-block-4 {
  width: 100%;
  max-width: 1200px;
  border-radius: 20px;
  justify-content: center;
  margin-top: 60px;
  overflow: hidden;
}

.div-block-85 {
  width: 50%;
  height: 287px;
  background-image: url('../images/Rectangle-6.png');
  background-position: 0 0;
  background-size: cover;
}

.div-block-86 {
  width: 50%;
  height: 287px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  padding-top: 0;
  padding-bottom: 0;
}

.div-block-87 {
  width: 100%;
  height: 100%;
  background-color: #2e2e2d;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-left: 140px;
  display: flex;
}

.div-block-87.end-loc {
  display: none;
}

.paragraph-23 {
  color: #fff;
  line-height: 120%;
}

.paragraph-24 {
  color: #2e2d2d;
  margin-bottom: 0;
  font-family: Ppneuemachina;
  font-size: 14px;
  line-height: 180%;
}

.paragraph-24.f-p-end {
  line-height: 120%;
}

.div-block-88 {
  grid-column-gap: 5px;
  grid-row-gap: 0px;
  display: block;
}

.image-28 {
  margin-bottom: 40px;
}

.link {
  color: #2e2d2d;
  margin-bottom: 10px;
  font-family: Ppneuemachina;
  font-size: 14px;
  text-decoration: none;
}

.link:hover {
  color: #252424;
}

.link.w--current {
  color: #2e2d2d;
  margin-bottom: 10px;
  font-family: Ppneuemachina;
  font-size: 16px;
  line-height: 120%;
  text-decoration: none;
}

.heading-62.mobile, .slider {
  display: none;
}

.text-run {
  margin-top: auto;
  margin-bottom: auto;
  margin-right: 0%;
}

.text-run-banner {
  width: 100%;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  overflow-wrap: break-word;
  object-fit: contain;
  margin-bottom: 0;
  margin-left: 0%;
  margin-right: -200%;
  font-family: Montserrat, sans-serif;
  font-size: 11px;
  font-weight: 700;
  overflow: hidden;
}

.bold-text-5 {
  text-transform: uppercase;
}

.section-redirecionamento {
  justify-content: center;
  align-items: center;
  padding-top: 60px;
  display: flex;
}

.i-whatsapp {
  display: none;
}

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

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

.flex-block-5 {
  width: 100%;
  justify-content: space-around;
  align-items: center;
  padding: 60px 40px;
}

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

.heading-64 {
  font-family: var(--h2);
  color: var(--color-h2-r);
  font-size: 3.125rem;
  font-weight: 400;
  line-height: 3.5rem;
}

.bold-text-7 {
  font-family: "Fort 3 C 84 400", sans-serif;
}

.paragraph-25 {
  font-family: var(--paragrafo-2);
  color: #000;
  font-size: 1.25rem;
  line-height: 1.5rem;
}

.bold-text-8, .bold-text-9, .bold-text-10 {
  font-family: var(--paragrafo);
}

.section-3 {
  width: 100%;
  min-height: 320px;
  padding-top: 40px;
  padding-bottom: 100px;
}

.flex-block-6 {
  width: 100%;
  height: 100%;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-wrap: nowrap;
  justify-content: center;
  padding-left: 40px;
  padding-right: 40px;
}

.div-block-94 {
  width: 100%;
  height: 100%;
  max-height: 520px;
  max-width: 520px;
  position: relative;
}

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

.heading-65 {
  color: var(--white);
  text-align: center;
  font-size: 32px;
  position: absolute;
  top: auto;
  bottom: 10%;
  left: 0%;
  right: 0%;
}

.section-4 {
  width: 100%;
  min-height: 320px;
  padding-top: 40px;
  padding-bottom: 60px;
}

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

.heading-66 {
  font-family: var(--h1);
  color: #e8b691;
  font-size: 3.125rem;
  font-weight: 700;
}

.heading-66.txt-roxo {
  color: var(--color-h2-r);
  margin-bottom: 40px;
}

.heading-66.txt-az {
  color: #86d0ca;
  margin-top: 40px;
}

.heading-66.txt-unid-top {
  font-family: var(--paragrafo-2);
  color: #000;
  margin-bottom: 40px;
}

.heading-66.txt-plano {
  color: #000;
  font-family: Lato, sans-serif;
  font-weight: 400;
}

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

.text-span-2 {
  font-family: var(--h2);
}

.flex-block-8 {
  width: 100%;
  min-height: 280px;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: center;
  align-items: center;
}

.div-block-96 {
  max-width: 280px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.paragraph-26 {
  font-family: var(--paragrafo-2);
  text-align: center;
  font-size: 16px;
}

.section-5 {
  width: 100%;
  min-height: 320px;
  background-color: #e9e9e9;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 0;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.section-5.bg-unidades {
  background-color: rgba(0, 0, 0, 0);
}

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

.flex-block-10 {
  width: 100%;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  font-family: var(--paragrafo-2);
  justify-content: space-around;
  font-weight: 300;
}

.text-span-3 {
  color: var(--color-h2-r);
  font-family: Lato, sans-serif;
  font-size: 3.125rem;
  font-weight: 400;
}

.image-36 {
  width: 380px;
  height: 240px;
  border-top: 1px solid #000;
  border-left: 1px solid #000;
  border-right: 1px solid #000;
}

.div-block-97 {
  height: 86px;
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  border-left: 1px solid #000;
  border-right: 1px solid #000;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 30px 20px 20px;
  display: flex;
}

.div-block-98 {
  max-height: none;
  max-width: 380px;
  min-width: 380px;
  border: 0 solid #000;
  margin-bottom: 40px;
}

.button-5 {
  width: 100%;
  height: 54px;
  border-right: 1px solid var(--color-h2-r);
  border-left: 1px solid var(--color-h2-r);
  background-color: var(--color-h2-r);
  color: var(--black-2);
  justify-content: center;
  align-items: center;
  font-family: Lato, sans-serif;
  font-size: 15px;
  font-weight: 700;
  display: flex;
}

.paragraph-27 {
  text-align: center;
  font-size: 12px;
}

.heading-67 {
  margin-top: 0;
  margin-bottom: 0;
}

.section-6 {
  width: 100%;
  min-height: 320px;
  padding-top: 40px;
  padding-bottom: 100px;
}

.section-6.sec-esc-modal {
  padding-top: 100px;
}

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

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

.button-6 {
  width: 100%;
  height: 72px;
  max-width: 738px;
  border: 1px solid var(--primary);
  font-family: var(--h1);
  color: var(--primary);
  background-color: rgba(0, 0, 0, 0);
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  font-size: 24px;
  font-weight: 700;
  display: flex;
}

.button-6.btn-unid {
  height: 58px;
  max-width: 446px;
}

.section-7 {
  width: 100%;
  min-height: 320px;
  background-color: #e9e9e9;
  justify-content: center;
  align-items: center;
  font-family: Lato, sans-serif;
  font-size: 28px;
  display: flex;
}

.section-7.bnf-unidades {
  background-color: rgba(0, 0, 0, 0);
}

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

.div-block-99 {
  width: 300px;
}

.text-span-4 {
  color: var(--color-h2-r);
}

.heading-68 {
  font-size: 26px;
  line-height: 32px;
}

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

.heading-69 {
  font-size: 16px;
  font-weight: 400;
}

.image-37 {
  width: 43px;
  height: auto;
  margin-right: 4px;
}

.heading-70 {
  text-align: left;
  font-size: 16px;
  font-weight: 400;
}

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

.div-block-102 {
  width: 240px;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: center;
  align-items: center;
  display: flex;
}

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

.section-8 {
  min-height: 125px;
  justify-content: center;
  align-items: center;
  display: flex;
}

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

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

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

.flex-block-13 {
  width: 100%;
  min-height: 280px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
}

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

.image-38 {
  width: 28px;
  height: 28px;
}

.div-block-107 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  display: flex;
}

.flex-block-14 {
  width: 100%;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  font-family: Helvetica;
  font-size: 18px;
}

.linha {
  width: 0;
  height: 24px;
  color: #fff;
  border: 1px solid #fff;
  line-height: 24px;
}

.link-2, .link-3, .link-4, .link-5, .link-6 {
  color: #fff;
  text-decoration: none;
}

.home-unidades {
  display: block;
}

.heading-71 {
  font-family: var(--h1);
  color: #fff;
  text-align: center;
  font-size: 75px;
  position: absolute;
  top: auto;
  bottom: 10%;
  left: 0%;
  right: 0%;
}

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

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

  .div-block-57.studios-c {
    font-weight: 400;
  }

  .section-depoimentos.depoimentos-custom {
    background-image: none;
    border-top-left-radius: 368px;
    border-bottom-right-radius: 368px;
  }

  .home-second {
    background-position: 20%;
  }

  .heading-55 {
    margin-left: 30px;
  }
}

@media screen and (min-width: 1440px) {
  .image.mobile {
    display: none;
  }

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

  .button-4.btn-passos {
    margin-right: 102px;
  }

  .home-second {
    background-position: 18%;
  }

  .heading-55 {
    margin-left: 100px;
  }

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

  .flex-block-3 {
    margin-left: 80px;
  }
}

@media screen and (min-width: 1920px) {
  .image.mobile {
    display: none;
  }

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

  .button-4.btn-passos {
    margin-right: 227px;
  }

  .home-second {
    background-position: 200%;
    background-repeat: no-repeat;
    background-size: contain;
    align-self: auto;
    align-items: flex-start;
  }

  .heading-55 {
    margin-left: 225px;
  }

  .home-modalidade {
    padding-left: 220px;
    padding-right: 220px;
  }

  .div-block-71 {
    width: 100%;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 40px;
    padding-right: 40px;
  }

  .div-block-72 {
    width: 100%;
    max-width: 820px;
    position: relative;
  }

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

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

  .flex-block-3 {
    align-self: flex-start;
    align-items: flex-start;
    margin-left: 360px;
  }

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

@media screen and (max-width: 991px) {
  .nav-menu {
    width: 100%;
    height: 100vh;
    outline-offset: 0px;
    object-fit: contain;
    background-color: rgba(0, 0, 0, .7);
    outline: 3px #070b3b;
    flex-direction: column;
    flex: 0 auto;
    justify-content: flex-end;
    align-self: center;
    margin-top: auto;
    padding-top: 0;
    position: absolute;
    overflow: hidden;
  }

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

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

  .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;
    margin-right: 0;
    display: block;
  }

  .div-block-26 {
    width: 80%;
    height: 100%;
    background-color: #333;
    padding-top: 40px;
  }

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

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

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

  .c-nav-link {
    color: #fff;
    margin-left: 0;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 5px;
  }

  .c-nav-link:hover, .c-nav-link:visited {
    color: #fff;
  }

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

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

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

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

  .c-nav-compra {
    background-color: rgba(0, 0, 0, 0);
    display: none;
  }

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

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

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

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

  .button-3 {
    width: 48px;
    height: 48px;
    color: #fff;
    cursor: pointer;
    background-color: rgba(0, 0, 0, 0);
    border-radius: 50px;
    justify-content: center;
    align-items: center;
    margin-top: 10px;
    font-size: 32px;
    font-weight: 500;
    line-height: 2;
    display: flex;
    position: static;
    top: 13%;
    bottom: auto;
    left: 50%;
    right: 0%;
  }

  .html-embed-3 {
    width: 100%;
    height: 100%;
    display: block;
    position: static;
    top: 0%;
    bottom: auto;
    left: 0%;
    right: 0%;
  }

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

  .l-nav {
    align-self: flex-start;
    position: fixed;
    top: 0%;
    bottom: auto;
    left: 0%;
    right: 0%;
  }

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

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

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

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

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

  .div-block-5.f-end {
    width: 80%;
    align-items: flex-start;
  }

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

  .grid-2 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: wrap;
    grid-template-rows: auto auto 100%;
    grid-template-columns: 50% 50%;
    grid-auto-columns: 100%;
    grid-auto-flow: column;
    align-content: flex-start;
    justify-content: space-between;
    align-items: center;
    justify-items: center;
    padding: 0 10px;
    display: grid;
  }

  .div-block-4 {
    width: 80%;
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    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-4.f-raz {
    width: 80%;
    padding-left: 0;
  }

  .div-block-4.f-pag {
    width: 80%;
  }

  .home-banner-primeira-dobra {
    background-position: 100%;
  }

  .heading-13.txt-studio {
    margin-left: 25px;
  }

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

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

  .mask-2 {
    background-color: rgba(0, 0, 0, 0);
  }

  .carrossel-professores {
    background-color: rgba(0, 0, 0, 0);
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    display: block;
    position: relative;
  }

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

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

  .div-block-59 {
    height: 568px;
    justify-content: center;
    align-self: center;
  }

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

  .right-arrow {
    background-color: rgba(0, 0, 0, 0);
  }

  .icon-4 {
    -webkit-text-stroke-width: 0px;
    background-color: rgba(0, 0, 0, 0);
  }

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

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

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

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

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

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

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

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

  .home-section-spotify.nona-b {
    flex-direction: column;
    display: flex;
  }

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

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

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

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

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

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

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

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

  .section-agenda {
    margin-top: 60px;
    padding-top: 10px;
  }

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

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

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

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

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

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

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

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

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

  .div-block-63 {
    height: 700px;
    padding-top: 60px;
  }

  .div-block-64 {
    width: auto;
    min-width: 0;
    margin-top: 0;
  }

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

  .button-4.btn-passos {
    margin-right: auto;
  }

  .button-4.btn-sec-2 {
    margin-left: auto;
  }

  .home-second {
    background-size: auto;
    display: none;
  }

  .home-second.second-mobile {
    background-image: none;
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
  }

  .heading-55 {
    text-align: center;
    margin-left: 0;
  }

  .passos {
    margin-bottom: 0;
  }

  .flex-block-3 {
    width: auto;
    height: auto;
  }

  .paragraph-20 {
    max-width: 100%;
    margin-right: 40px;
  }

  .bold-text-4 {
    color: #fff;
    -webkit-text-stroke-color: white;
  }

  .text-run-banner {
    width: auto;
    min-width: 0;
    object-fit: fill;
    display: block;
    position: relative;
  }

  .div-block-90 {
    width: 100%;
    height: 60px;
    margin-top: 0;
    margin-left: 0;
  }

  .image-30 {
    margin-top: 20px;
    margin-left: 20px;
  }

  .div-block-91 {
    width: 100%;
    background-image: url('../images/simbolo-4.svg');
    background-position: 50% 100%;
    background-repeat: no-repeat;
    background-size: contain;
    flex-direction: column-reverse;
    justify-content: center;
    align-items: center;
    display: flex;
  }

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

@media screen and (max-width: 767px) {
  .nav-menu {
    height: 100vh;
    box-shadow: none;
    opacity: 1;
  }

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

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

  .menu-button {
    margin-left: 0;
    padding-top: 10px;
    padding-bottom: 10px;
  }

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

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

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

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

  .box-r-sociais.menu.icon-footer {
    height: auto;
    justify-content: center;
    align-items: center;
    display: flex;
  }

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

  .image.desktop {
    max-width: 99px;
    min-width: 99px;
  }

  .div-block-23 {
    margin-bottom: 10px;
    position: static;
    top: auto;
    bottom: 15%;
    left: 0%;
    right: 0%;
  }

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

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

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

  .footer {
    height: auto;
    padding-bottom: 30px;
  }

  .social-links-footer {
    justify-content: flex-start;
    align-items: center;
    margin-left: 0;
    display: block;
  }

  .social-links-footer.red-f-social {
    margin-bottom: 20px;
    margin-left: 0;
    display: flex;
  }

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

  .div-block-5.f-end {
    margin-bottom: 0;
  }

  .grid-2 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-direction: column;
    grid-template-rows: auto auto 100%;
    grid-template-columns: 50% 50%;
    grid-auto-columns: 100%;
    justify-content: flex-end;
    align-items: flex-start;
    display: flex;
  }

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

  .div-block-4.f-raz {
    display: block;
  }

  .div-block-4.rd {
    display: none;
  }

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

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

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

  .div-block-57 {
    max-width: none;
    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;
    display: none;
  }

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

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

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

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

  .home-section-reservar.nona-b-m {
    height: 100%;
    flex-wrap: nowrap;
    padding-top: 60px;
  }

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

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

  .div-block-41 {
    max-width: none;
    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;
    display: none;
  }

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

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

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

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

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

  .home-section-spotify.nona-b {
    padding-bottom: 0;
  }

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

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

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

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

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

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

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

  .section-agenda {
    padding-top: 0;
  }

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

  .faq-answer {
    background-color: rgba(232, 251, 232, 0);
    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 {
    max-width: 500px;
    grid-row-gap: 120px;
  }

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

  .plus-icon {
    width: 12px;
    height: 40px;
    min-height: 40px;
    min-width: 12px;
    background-color: rgba(0, 0, 0, 0);
    border-radius: 0;
    margin-right: 24px;
  }

  .body-home {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .home-banner {
    height: auto;
    max-height: 1200px;
    min-height: 0;
  }

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

  .button-4 {
    width: 136px;
    height: 49px;
    font-size: 11px;
  }

  .button-4.btn-passos.btn-m-moblie {
    width: 136px;
    margin-top: 20px;
  }

  .button-4.btn-sec-2 {
    margin-bottom: 35px;
    margin-left: auto;
  }

  .button-4.btn-loc {
    margin-left: auto;
  }

  .home-second {
    max-height: none;
    min-height: 800px;
    background-image: url('../images/bg-mobile-02.png');
    background-position: 50% -30%;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: scroll;
    justify-content: flex-start;
    margin-bottom: 0;
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .home-second.second-mobile {
    min-height: 0;
  }

  .home-third {
    padding-top: 60px;
  }

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

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

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

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

  .div-block-73 {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }

  .flex-block-2.m-01, .flex-block-2.m-02, .flex-block-2.m-03, .flex-block-2.m-04, .flex-block-2.m-05, .flex-block-2.m-01a, .flex-block-2.m-02a, .flex-block-2.m-03a, .flex-block-2.m-04a, .flex-block-2.m-06 {
    display: none;
  }

  .div-block-79 {
    flex-direction: column;
    align-items: center;
  }

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

  .image-26 {
    width: 133px;
  }

  .flex-block-3 {
    width: auto;
    justify-content: flex-start;
    margin: 100px auto 0;
    padding-top: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

  .text-span {
    text-align: center;
    font-size: 36px;
  }

  .bold-text-3, .heading-60 {
    text-align: center;
  }

  .paragraph-20 {
    text-align: center;
    margin-bottom: 0;
    margin-right: 0;
  }

  .paragraph-21 {
    display: block;
  }

  .paragraph-21.loc-foot {
    margin-top: 40px;
    font-size: 16px;
  }

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

  .div-block-80.loc-foot {
    display: block;
  }

  .flex-block-4 {
    max-width: none;
    border-radius: 0;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    margin-top: 26px;
  }

  .div-block-85 {
    width: auto;
    height: auto;
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
    justify-content: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .div-block-86 {
    width: 100%;
    height: auto;
    padding-top: 0;
    padding-bottom: 0;
  }

  .div-block-87 {
    padding-left: 10px;
    padding-right: 10px;
    display: none;
  }

  .div-block-87.end-loc {
    background-color: rgba(0, 0, 0, 0);
    padding-top: 30px;
    padding-left: 0;
    padding-right: 0;
    display: block;
  }

  .paragraph-23 {
    width: 320px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }

  .paragraph-24, .image-28 {
    margin-bottom: 0;
  }

  .heading-62 {
    justify-content: center;
    margin: 0 auto;
    display: flex;
  }

  .slider {
    height: 100%;
    background-color: rgba(0, 0, 0, 0);
    margin-left: 0;
    display: flex;
  }

  .icon-6, .icon-7 {
    color: #000;
    margin-top: auto;
    margin-bottom: 0;
  }

  .slide-nav-2 {
    color: #000;
  }

  .mask-3, .slide-3 {
    margin-left: auto;
    margin-right: auto;
  }

  .image-29 {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

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

  .div-block-89 {
    flex-flow: column wrap;
    align-content: center;
    display: flex;
    position: absolute;
    top: auto;
    bottom: 5%;
    left: 0%;
    right: 0%;
  }

  .heading-63 {
    max-width: 320px;
    color: #fff;
    text-align: center;
  }

  .text-run-banner {
    overflow-wrap: normal;
  }

  .div-block-90 {
    height: 0;
  }

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

  .div-block-91 {
    background-position: 50% 100%;
    background-size: contain;
  }

  .image-32 {
    width: 100%;
  }

  .heading-66.txt-roxo {
    text-align: center;
    line-height: 50px;
  }

  .flex-block-10 {
    flex-flow: column;
    justify-content: space-around;
    align-items: center;
  }
}

@media screen and (max-width: 479px) {
  .nav-menu {
    height: 100vh;
    box-shadow: none;
    mix-blend-mode: normal;
    background-color: rgba(0, 0, 0, .7);
    margin-top: auto;
    padding-top: 0;
  }

  .image-4 {
    width: 24px;
  }

  .html-embed-11.whatsapp {
    display: none;
  }

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

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

  .c-container {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    order: 1;
    justify-content: space-around;
  }

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

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

  .box-r-sociais.menu.icon-footer {
    margin-left: auto;
  }

  .image {
    width: 100%;
    max-width: 160px;
    min-width: 160px;
    flex: 0 auto;
    order: 1;
    align-self: center;
    margin-left: -8%;
    margin-right: 0%;
  }

  .image.desktop {
    display: block;
  }

  .div-block-23 {
    margin-bottom: 0;
    position: static;
    top: auto;
    bottom: 15%;
    left: 0%;
    right: 0%;
  }

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

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

  .l-nav {
    position: relative;
  }

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

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

  .social-links-footer.red-f-social {
    justify-content: center;
    margin-bottom: 10px;
  }

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

  .div-block-5.f-end {
    width: 100%;
  }

  .f-container {
    height: auto;
    padding-top: 20px;
  }

  .grid-2 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-wrap: nowrap;
    justify-content: space-between;
    margin-top: 0;
    padding-bottom: 40px;
  }

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

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

  .div-block-4.f-pag {
    margin-bottom: 0;
  }

  .home-banner-primeira-dobra {
    background-position: 50% 0;
  }

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

  .heading-13 {
    text-align: center;
    margin-bottom: 40px;
    font-size: 32px;
  }

  .heading-13.txt-studio {
    text-align: center;
  }

  .div-block-27 {
    width: 50%;
    justify-content: center;
    margin-bottom: 0;
    display: flex;
  }

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

  .flex-block.m02 {
    flex-direction: column;
    margin-bottom: 0;
  }

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

  .flex-block.m04, .flex-block.m05 {
    flex-direction: column;
    padding-top: 40px;
  }

  .div-block-28 {
    margin-top: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

  .link-block {
    width: 100%;
    margin-bottom: 40px;
  }

  .link-block.btn-plano.btn-studio {
    margin-top: 40px;
  }

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

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

  .heading-50.unit-name {
    margin-left: 20px;
  }

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

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

  .div-block-57.studios-c {
    height: 380px;
    flex: 0 auto;
    align-self: center;
    margin-top: auto;
    left: 0%;
    right: 0%;
  }

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

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

  .slide-nav {
    background-color: rgba(0, 0, 0, 0);
  }

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

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

  .heading-29 {
    text-align: center;
    justify-content: center;
    align-self: center;
    align-items: center;
    margin-bottom: 10px;
    margin-left: 10px;
    margin-right: 10px;
    line-height: 1.2;
  }

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

  .icon-4 {
    color: #8a2fec;
    background-color: rgba(0, 0, 0, 0);
    margin-left: 10px;
    margin-right: 0;
  }

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

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

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

  .icon-5 {
    color: #8a2fec;
    background-color: rgba(0, 0, 0, 0);
    margin-left: 10px;
    margin-right: 0;
    left: -11px;
  }

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

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

  .slide-2 {
    padding-left: 40px;
    padding-right: 40px;
  }

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

  .heading-53 {
    text-align: center;
    justify-content: center;
    align-self: center;
    align-items: center;
    margin-bottom: 10px;
    margin-left: 10px;
    margin-right: 10px;
    line-height: 1.2;
  }

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

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

  .home-section-spotify.nona-b {
    width: auto;
    padding-top: 0;
  }

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

  .div-block-62.m-playlist {
    margin-top: 0;
    margin-left: auto;
    padding-left: 0;
    padding-right: 0;
  }

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

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

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

  .container-6 {
    display: block;
  }

  .image-23 {
    width: 100%;
    max-width: none;
  }

  .image-24 {
    width: 100%;
  }

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

  .section-agenda {
    margin-top: 0;
    padding-top: 20px;
  }

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

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

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

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

  .body-home {
    grid-row-gap: 0px;
  }

  .div-block-63 {
    max-height: 700px;
    padding-top: 0;
  }

  .button-4.btn-sec-2 {
    margin-top: 30px;
    margin-bottom: 60px;
  }

  .home-second {
    height: 100%;
    max-height: 1200px;
    min-height: 600px;
    background-image: url('../images/bg-mobile-02.png');
    background-position: 50% 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: scroll;
    justify-content: space-around;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 60px;
    display: none;
  }

  .home-second.second-mobile {
    max-height: none;
    min-height: 0;
  }

  .home-third {
    margin-top: auto;
  }

  .image-26 {
    width: 80%;
  }

  .flex-block-3 {
    height: 100%;
    margin-bottom: 0;
    padding-top: 20px;
    display: block;
  }

  .text-span {
    margin-top: 0;
  }

  .bold-text-3 {
    font-size: 26px;
  }

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

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

  .div-block-80.loc-foot {
    width: auto;
    padding-left: 10px;
    padding-right: 10px;
  }

  .paragraph-23 {
    margin-left: 10px;
    margin-right: 10px;
  }

  .paragraph-24 {
    margin-top: 5px;
    line-height: 20px;
  }

  .paragraph-24.f-p-end {
    width: 100%;
    margin-top: 10px;
  }

  .paragraph-24.f-p-end.txt-f-end {
    max-width: 360px;
    margin-top: 0;
    line-height: 180%;
  }

  .link {
    margin-bottom: 0;
  }

  .link.w--current {
    margin-bottom: 0;
    font-size: 14px;
  }

  .heading-62 {
    margin-top: 0;
  }

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

  .icon-7 {
    margin-left: -10px;
  }

  .slide-nav-2 {
    justify-content: center;
    display: flex;
  }

  .image-29 {
    max-height: 500px;
    min-height: 500px;
  }

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

  .bold-text-6 {
    flex-wrap: wrap;
    display: flex;
  }

  .div-block-91 {
    background-position: 0 100%;
    background-repeat: no-repeat;
    background-size: contain;
  }

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

  .html-embed-18 {
    overflow: hidden;
  }

  .flex-block-10 {
    width: 95%;
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

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

  .div-block-98 {
    width: 100%;
    max-width: 340px;
    min-width: 280px;
    margin-bottom: 20px;
  }
}

#w-node-e2b140a4-2ef6-11ab-4c70-35f8bc99a5b1-ef970c14, #w-node-_9c4a961a-54de-eef8-a8c9-d6c65fa2372a-ef970c18, #w-node-_9c4a961a-54de-eef8-a8c9-d6c65fa23732-ef970c18, #w-node-_9c4a961a-54de-eef8-a8c9-d6c65fa2373a-ef970c18 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}


@font-face {
  font-family: 'Neou 6 E 7 A 400';
  src: url('../fonts/Neou-Thin-6e7a_400.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Neou B 31 D 400';
  src: url('../fonts/Neou-Bold-b31d_400.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fort Cf 08 400';
  src: url('../fonts/Fort-BoldItalic-cf08_400.otf') format('opentype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Fort Bf 9 A 400';
  src: url('../fonts/Fort-BlackItalic-bf9a_400.otf') format('opentype');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Fort 1 B 8 C 400';
  src: url('../fonts/Fort-Bold-1b8c_400.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fort Eea 4 400';
  src: url('../fonts/Fort-Extrabold-eea4_400.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fort 972 E 400';
  src: url('../fonts/Fort-BookItalic-972e_400.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Fort 3 C 84 400';
  src: url('../fonts/Fort-ExtraboldItalic-3c84_400.otf') format('opentype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Fort 2862 400';
  src: url('../fonts/Fort-ThinItalic-2862_400.otf') format('opentype');
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Fort 5 Ee 3 400';
  src: url('../fonts/Fort-Extralight-5ee3_400.otf') format('opentype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fort 9709 400';
  src: url('../fonts/Fort-Black-9709_400.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fort 6764 400';
  src: url('../fonts/Fort-Medium-6764_400.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fort C 8 B 7 400';
  src: url('../fonts/Fort-MediumItalic-c8b7_400.otf') format('opentype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Fort 23 A 7 400';
  src: url('../fonts/Fort-ExtralightItalic-23a7_400.otf') format('opentype');
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Fort 1221 400';
  src: url('../fonts/Fort-Thin-1221_400.otf') format('opentype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fort 3 Ccf 400';
  src: url('../fonts/Fort-LightItalic-3ccf_400.otf') format('opentype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Fort Book 5 D 8 A 400';
  src: url('../fonts/Fort-Book-5d8a_400.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fort 760 E 400';
  src: url('../fonts/Fort-Light-760e_400.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}