:root {
  --branco: white;
  --cinza-escuro: #181818;
  --cinza-claro: #e8e8e8;
  --preto: black;
  --cinza: #e6e6e6;
  --5b5a5d: #5b5a5d;
}

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

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

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

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

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

.c-nav-logo {
  width: 20%;
  margin-right: auto;
}

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

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

.link-menu {
  color: #fff;
  text-transform: uppercase;
  padding: 5px 10px;
  line-height: 1;
  text-decoration: none;
}

.link-menu:hover {
  color: var(--branco);
  text-decoration: overline;
}

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

.c-container {
  color: #000;
  object-fit: fill;
  background-color: #000;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 98%;
  max-width: none;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: static;
}

.heading-44 {
  margin-top: 7px;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
}

.image {
  width: 100%;
  max-width: 293px;
  max-height: none;
  margin-left: 60px;
  margin-right: auto;
}

.car-mobile {
  display: none;
}

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

.html-embed-2.login-top {
  color: #000;
  text-transform: uppercase;
  justify-content: flex-end;
  align-items: center;
  min-width: 233px;
  max-width: 301px;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
}

.l-nav {
  opacity: 1;
  -webkit-text-fill-color: inherit;
  mix-blend-mode: normal;
  background-color: #000;
  background-clip: border-box;
  border: 1px #000;
  flex-flow: row;
  place-content: space-around center;
  align-items: center;
  width: 100%;
  max-width: none;
  height: 80px;
  margin-bottom: 100px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

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

.hero {
  width: 100%;
  height: auto;
  max-height: 360px;
  margin-top: 80px;
  padding-right: 0;
}

.menu-navegacao {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: center;
  align-items: center;
  width: auto;
  margin-left: 0;
  margin-right: auto;
  display: flex;
}

.paragraph-17 {
  color: #fff;
  margin-bottom: 8px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  line-height: 1.5;
}

.paragraph-17.end-txt {
  margin-bottom: 10px;
}

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

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

.heading-11 {
  color: #fff;
  margin-bottom: .5rem;
}

.f-r-link {
  color: #fff;
  margin-bottom: 8px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-style: normal;
  text-decoration: none;
}

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

.f-r-link:active {
  color: var(--branco);
}

.f-r-link:visited {
  text-decoration: none;
}

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

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

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

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

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

.footer {
  background-color: #000;
  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: #bed630;
}

.l-instagram {
  border: 1px #000;
  text-decoration: none;
}

.paragraph-29 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  line-height: 1;
}

.paragraph-28 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  line-height: 1;
}

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

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

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

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

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

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

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

.image-37 {
  align-self: center;
  margin-top: 0;
  margin-bottom: 0;
  line-height: 1;
}

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

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

.box-r-sociais.menu {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: row;
  justify-content: flex-start;
  align-self: flex-start;
  align-items: center;
  width: 100%;
  max-width: 100%;
  display: flex;
}

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

.image-38 {
  margin-top: 0;
  margin-bottom: 0;
  line-height: 1;
}

.div-block-57 {
  background-color: #474747;
  width: 100%;
  height: 1px;
  margin-top: 27px;
  margin-bottom: 35px;
}

.quem-somos {
  background-color: #181818;
  width: 100%;
}

.grid-3 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: row;
  grid-template-rows: auto;
  justify-content: center;
  align-items: center;
  min-width: auto;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.container-home {
  width: 100%;
  max-width: 1200px;
  min-height: 0;
  padding-top: 128px;
  padding-bottom: 128px;
}

.botao {
  color: #e8e8e8;
  text-align: center;
  text-transform: uppercase;
  cursor: pointer;
  background-color: #3898ec00;
  border: 1px solid #e8e8e8;
  border-radius: 13.65px;
  justify-content: center;
  align-self: flex-start;
  align-items: center;
  max-width: 379px;
  height: 39px;
  max-height: 39px;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
  padding: 5px 10px;
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  line-height: 100%;
  display: flex;
}

.botao.preto {
  border-color: var(--cinza-escuro);
  color: var(--cinza-escuro);
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 100%;
  max-width: 223px;
  height: 39px;
  max-height: 39px;
  margin-top: 46px;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.botao.nosso-studio {
  min-width: 223px;
  max-width: 223px;
  margin-right: 20px;
  font-size: 24px;
}

.botao.btn-ocultar {
  display: none;
}

.div-block-60 {
  box-sizing: content-box;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 50%;
  min-width: 320px;
  display: flex;
}

.titulos {
  color: var(--cinza-claro);
  text-transform: uppercase;
  width: 100%;
  margin-top: 0;
  margin-bottom: 40px;
  font-family: Montserrat, sans-serif;
  font-size: 56px;
  font-weight: 600;
}

.titulos.preto {
  color: var(--cinza-escuro);
  width: 90%;
  min-width: auto;
  margin-bottom: 0;
}

.paragrafos {
  color: var(--branco);
  margin-bottom: 60px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
}

.image-39.menu-mobile-action {
  width: 42px;
  height: 42px;
  padding-left: 10px;
  padding-right: 10px;
  position: absolute;
}

.metodo-basic {
  background-color: var(--preto);
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 556px;
  display: flex;
}

.novos-produtos {
  background-color: var(--cinza-escuro);
  width: 100%;
  padding-bottom: 0;
}

.container-produtos {
  background-color: var(--cinza-claro);
  background-image: url('../images/Asset-42-1-1.png');
  background-position: 100% 0;
  background-repeat: no-repeat;
  background-size: auto;
  max-width: 1200px;
  padding: 76px 48px 104px;
}

.section-minha-conta {
  width: 100%;
  height: 100%;
}

.section-minha-conta.padding-default {
  color: #000;
  background-color: #fff;
  flex-flow: column;
  justify-content: flex-start;
  align-self: flex-start;
  align-items: center;
  height: 100%;
  min-height: 60vh;
  margin-top: 100px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.div-top-bg {
  color: #070801;
  object-fit: contain;
  background-color: #000;
  width: 100%;
  height: 120px;
  margin-top: -120px;
  margin-left: 0;
  padding-left: 0;
  display: none;
  position: static;
  inset: 0% 0% auto;
}

.section-redirecionamento-2 {
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 60vh;
  padding-top: 0;
  display: flex;
}

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

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

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

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

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

.body-my-account {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 100%;
  min-height: 0;
  display: flex;
}

.bg-top {
  background-color: #070801;
  width: 100%;
  height: 120px;
  margin-top: -120px;
}

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

.db-agenda.padding-default {
  background-color: #0000;
  align-self: flex-start;
  height: 100%;
  min-height: 60vh;
  margin-top: 80px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 0;
}

.div-top-bg-2 {
  color: #fff;
  object-fit: contain;
  background-color: #000;
  width: 100%;
  height: 120px;
  margin-top: -120px;
  margin-left: 0;
  padding-left: 0;
  display: none;
  position: static;
  inset: 0% 0% auto;
}

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

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

.text-block-8 {
  color: #0e0f10;
}

.faq-default {
  color: #0e0f10;
  background-color: #fff;
  margin-top: 0;
  padding: 100px 72px;
  position: relative;
  overflow: hidden;
}

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

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

.faq-icon {
  z-index: 2;
  background-color: var(--preto);
  color: var(--preto);
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin-right: 16px;
  position: absolute;
  inset: auto 0% auto auto;
}

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

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

.faq {
  color: #0e0f10;
  white-space: break-spaces;
  background-color: #f2f2f2;
  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-title {
  margin-bottom: 40px;
}

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

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

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

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

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

.bold-text-13 {
  color: #0e0f10;
}

.section-remover-conta {
  padding-top: 100px;
  padding-bottom: 100px;
}

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

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

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

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

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

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

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

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

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

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

.professores {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--cinza-claro);
  background-image: url('../images/Asset-15-1-1.png');
  background-position: 90% 0;
  background-repeat: no-repeat;
  background-size: auto;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  min-height: 480px;
  margin: 0 auto;
  padding: 60px 20px;
  display: none;
}

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

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

.container-3.container {
  justify-content: center;
  align-items: center;
  max-width: 1200px;
}

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

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

.heading-41 {
  color: var(--cinza);
  margin-bottom: 5px;
  font-family: Montserrat, sans-serif;
  font-size: 30px;
  font-weight: 600;
  line-height: 1;
}

.heading-41.funco {
  color: var(--branco);
  text-align: left;
  margin-top: 0;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

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

.paragraph-78 {
  color: #fff;
  max-width: 176px;
  margin-right: auto;
}

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

.icon-10:hover {
  color: #fff;
  background-color: #0000;
}

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

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

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

.heading-108 {
  color: var(--cinza);
  text-transform: uppercase;
  margin-top: 16px;
  margin-bottom: 23px;
  font-family: Montserrat, sans-serif;
  font-size: 32px;
  font-weight: 600;
}

.div-block-63 {
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  min-width: auto;
  max-width: 1200px;
  margin-top: 20px;
  display: flex;
}

.dobra-nosso-estudio {
  background-color: var(--cinza-escuro);
  width: 100%;
  padding-top: 100px;
  padding-bottom: 0;
}

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

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

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

.div-block-36.m-playlist {
  background-image: url('../images/seta-dupla.svg');
  background-position: 100% 0;
  background-repeat: no-repeat;
  background-size: auto;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  padding-right: 0;
}

.div-block-36.m-playlist.section-map {
  background-image: none;
  width: 90%;
  max-width: 1200px;
}

.paragraph-30 {
  color: #fff;
}

.div-block-53 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-width: auto;
  max-width: 1200px;
  margin-top: 40px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

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

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

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

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

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

.heading-35 {
  color: #bed630;
  margin-left: 0;
  font-size: 54px;
  display: block;
}

.paragraph-84 {
  color: var(--cinza-escuro);
  text-align: center;
  margin-top: 0;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  line-height: 24.22px;
}

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

.mask-10 {
  height: 100%;
}

.paragraph-85 {
  color: #bed630;
  text-align: center;
  margin-top: 0;
  font-size: 16px;
}

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

.div-block-170 {
  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-170.d-reservas {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: wrap;
  place-content: center;
  align-items: flex-start;
  width: 90%;
  max-width: none;
  max-height: none;
  margin: 0 0 50px 10px;
  position: static;
  inset: 0% 0% auto;
}

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

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

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

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

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

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

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

.link-block-6:hover {
  -webkit-text-stroke-color: #7b8507;
  background-color: #060f13;
  text-decoration: none;
}

.link-block-6.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;
}

.paragraph-86 {
  color: #bed630;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 20px;
  font-size: 24px;
}

.div-block-175 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #4b7bff;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-around;
  align-items: center;
  width: 100%;
  max-width: none;
  height: auto;
  max-height: none;
  padding-top: 81px;
  padding-bottom: 81px;
  display: flex;
  position: relative;
}

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

.paragraph-87 {
  color: #000;
  text-align: center;
  text-transform: uppercase;
  width: auto;
  margin-top: 10px;
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 31.2px;
}

.heading-113 {
  color: #060f13;
  text-align: left;
  -webkit-text-stroke-color: #070801;
  text-transform: uppercase;
  margin-top: auto;
  margin-bottom: auto;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 1;
}

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

.nona-dobra.nona-b-m {
  background-color: var(--cinza);
  flex-direction: column;
  align-items: flex-start;
  height: 100%;
  max-height: 1000px;
  margin-top: 0;
  padding-top: 34px;
  padding-bottom: 40px;
  display: flex;
}

.nona-dobra.nona-b {
  background-color: var(--cinza-escuro);
  color: var(--cinza-escuro);
  background-image: url('../images/Asset-43-1.png');
  background-position: 100% 0;
  background-repeat: no-repeat;
  background-size: auto 82%;
  margin-top: 0;
}

.heading-114 {
  color: #000;
  text-align: center;
  margin-left: 0;
  font-family: Montserrat, sans-serif;
  font-size: 54px;
  font-weight: 900;
  line-height: 63.99px;
  display: block;
}

.div-block-177 {
  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-177.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-178 {
  background-color: var(--cinza);
  width: 100%;
  max-width: 1200px;
  padding-top: 0;
  padding-bottom: 0;
}

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

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

.div-block-156.m-01 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 0;
  display: flex;
}

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

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

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

.paragraph-79 {
  color: var(--branco);
  text-align: center;
  width: 100%;
  max-width: 800px;
  margin-top: 45px;
  margin-left: auto;
  margin-right: auto;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
}

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

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

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

.modalidade {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 100%;
  height: auto;
  padding: 20px 0;
  display: flex;
  position: relative;
}

.modalidade.mobile {
  display: none;
}

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

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

.heading-61 {
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 0;
  font-size: 96px;
  font-weight: 700;
  line-height: 120%;
  display: none;
}

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

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

.mask-11 {
  height: 100%;
  max-height: none;
}

.slider-6 {
  background-color: var(--branco);
  width: 100%;
  height: 100%;
  min-height: auto;
  max-height: 100%;
  padding-top: 0;
}

.image-90 {
  vertical-align: baseline;
  width: 100%;
  max-width: none;
  height: auto;
  max-height: 478px;
}

.right-arrow-8, .left-arrow-7 {
  max-height: 360px;
}

.slider-mobile {
  display: none;
}

.text-span-71 {
  font-size: 1.25rem;
}

.container-politicas {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: #000;
  flex-flow: column;
  width: 100%;
  height: 100%;
  margin-top: 100px;
  padding-top: 40px;
  padding-bottom: 60px;
  font-family: Open Sans, sans-serif;
  display: flex;
}

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

.bold-text-27 {
  font-size: 1.75rem;
}

.paragraph-80 {
  font-family: Open Sans, sans-serif;
  font-weight: 400;
}

.text-span-95 {
  font-size: 1.75rem;
}

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

.text-span-91 {
  font-size: 1.75rem;
}

.text-span-92, .text-span-93, .text-span-94 {
  font-size: 1.25rem;
}

.container-politicas-2 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: #000;
  flex-flow: column;
  width: 100%;
  height: 100%;
  margin-top: 100px;
  padding-top: 40px;
  padding-bottom: 60px;
  font-family: Open Sans, sans-serif;
  display: flex;
}

.text-span-96 {
  font-size: 1.75rem;
}

.text-span-97, .text-span-98, .text-span-99, .text-span-100, .text-span-101, .text-span-102 {
  font-size: 1.25rem;
}

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

.div-block-46 {
  justify-content: center;
  align-items: center;
  width: 100%;
  margin: 50px auto 40px;
  display: flex;
}

.heading-115 {
  color: #fff;
  text-align: left;
  text-transform: uppercase;
  justify-content: flex-start;
  align-self: flex-start;
  align-items: center;
  margin-left: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 56px;
  font-weight: 600;
  line-height: 100%;
  display: block;
}

.div-block-179 {
  justify-content: space-between;
  width: 90%;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.heading-36 {
  color: #fff;
  font-family: Montserrat, sans-serif;
  font-size: 43px;
  font-weight: 400;
  line-height: 1;
}

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

.div-block-180.m-playlist {
  color: var(--cinza-escuro);
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  min-width: auto;
  max-width: 1040px;
  padding-right: 0;
}

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

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

.paragraph-90 {
  color: var(--branco);
  text-align: right;
  margin-top: 25px;
  margin-bottom: 0;
  padding-bottom: 50px;
  padding-right: 50px;
  font-family: Montserrat, sans-serif;
  font-size: 24px;
}

.icon-27 {
  color: var(--preto);
}

.image-92 {
  width: 50%;
  min-width: 320px;
}

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

.button-1-ang.pagekraft-auth-login, .button-1-ang.pagekraft-auth-my-account, .button-1-ang.pagekraft-auth-logout {
  height: 42px;
  line-height: 28px;
}

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

.button-2-ang.pagekraft-auth-register {
  height: 42px;
  line-height: 28px;
}

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

.code-embed {
  color: var(--cinza);
  cursor: pointer;
  justify-content: center;
  align-items: center;
  padding-left: 6px;
  padding-right: 6px;
  display: flex;
}

.code-embed.car-shopping.pagekraft-auth-checkout {
  width: 42px;
  height: 42px;
}

@media screen and (min-width: 1280px) {
  .c-nav-logo {
    margin-right: auto;
  }

  .c-nav-logo.w--current {
    margin-left: 0;
    margin-right: auto;
  }

  .c-container {
    max-width: 100%;
    padding-left: 40px;
    padding-right: 40px;
  }

  .image {
    max-width: 293px;
  }

  .menu-navegacao {
    justify-content: flex-end;
    align-items: center;
    margin-right: auto;
  }

  .slider-6 {
    padding-top: 0;
  }

  .body {
    max-width: none;
  }
}

@media screen and (min-width: 1440px) {
  .c-nav-logo {
    margin-right: auto;
  }

  .c-nav-logo.w--current {
    margin-left: 40px;
    margin-right: auto;
  }

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

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

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

  .div-block-177.d-reservas {
    display: none;
  }

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

@media screen and (min-width: 1920px) {
  .c-nav-logo {
    margin-right: auto;
  }

  .c-nav-logo.w--current {
    margin-left: 40px;
    margin-right: auto;
  }

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

  .html-embed-2.login-top:hover, .html-embed-2.login-top:active, .html-embed-2.login-top:focus {
    color: #eb2124;
  }

  .menu-navegacao {
    justify-content: flex-end;
    align-items: center;
    margin-right: auto;
  }

  .botao.preto {
    justify-content: center;
    align-items: center;
    height: 39px;
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
  }

  .botao.nosso-studio {
    min-width: 223px;
  }

  .titulos {
    margin-bottom: 0;
  }

  .heading-108 {
    color: var(--cinza);
    text-transform: uppercase;
    margin-top: 16px;
    margin-bottom: 23px;
    font-family: Montserrat, sans-serif;
  }

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

  .div-block-36.m-playlist.section-map {
    max-width: 1200px;
  }

  .div-block-53 {
    justify-content: space-between;
    min-width: 1200px;
    max-width: 1200px;
    margin-top: 0;
  }

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

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

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

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

  .modalidade {
    height: auto;
  }

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

  .slider-6 {
    padding-top: 0;
  }

  .image-90 {
    width: 100%;
  }

  .paragraph-90 {
    padding-right: 50px;
  }
}

@media screen and (max-width: 991px) {
  .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;
    justify-content: center;
    align-items: center;
    margin-left: 0;
    margin-right: 0;
    display: flex;
  }

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

  .icon {
    color: #eb2124;
    background-color: #0000;
    font-size: 2.125rem;
    line-height: 1;
    display: none;
  }

  .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: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
    display: flex;
    position: relative;
    overflow: hidden;
  }

  .heading-44 {
    font-family: Montserrat, sans-serif;
    font-size: 14px;
  }

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

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

  .menu-button.menu-mobile-action {
    z-index: 10;
    display: none;
  }

  .menu-button.menu-mobile-action.w--open {
    background-color: #000;
  }

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

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

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

  .hero {
    width: auto;
    height: auto;
    max-height: none;
  }

  .menu-navegacao {
    justify-content: center;
    align-items: center;
    width: 50%;
    display: none;
  }

  .paragraph-17.end-txt {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
  }

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

  .div-block-5 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    order: -1;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-start;
    align-self: center;
    align-items: stretch;
    width: 100%;
    max-width: 280px;
    display: flex;
  }

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

  .bold-text-6 {
    color: #e6e6e6;
  }

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

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

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

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

  .instagram-icon {
    cursor: pointer;
  }

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

  .bold-text-5 {
    color: #e6e6e6;
    text-align: left;
    width: 100%;
    font-family: Montserrat, sans-serif;
    display: inline;
  }

  .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;
    width: 100%;
    max-width: 280px;
    padding-left: 0;
    font-size: .8rem;
    display: flex;
  }

  .bold-text-4 {
    color: #e6e6e6;
  }

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

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

  .quem-somos {
    overflow: visible;
  }

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

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

  .botao {
    width: 100%;
    max-width: 220px;
    max-height: none;
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 18px;
  }

  .botao.preto {
    margin-top: 70px;
  }

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

  .titulos {
    line-height: 46px;
  }

  .titulos.preto {
    text-align: center;
    align-self: center;
  }

  .image-39.menu-mobile-action {
    color: var(--branco);
    min-width: 32px;
    margin-right: 0;
    display: block;
    inset: auto auto auto 0%;
  }

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

  .section-minha-conta.padding-default {
    padding-left: 0;
    padding-right: 0;
  }

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

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

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

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

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

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

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

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

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

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

  .professores {
    background-image: none;
    flex-flow: column;
    place-content: flex-start center;
    align-items: center;
    width: 100%;
    max-width: none;
    height: auto;
    padding: 60px 20px;
    display: none;
  }

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

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

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

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

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

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

  .div-block-63 {
    flex-flow: wrap;
    justify-content: space-between;
    align-items: center;
    min-width: auto;
  }

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

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

  .div-block-53 {
    min-width: 0;
  }

  .right-arrow-7 {
    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 {
    justify-content: center;
    align-self: center;
    align-items: center;
    height: 374px;
    display: flex;
    position: absolute;
  }

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

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

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

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

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

  .slide-19 {
    margin-left: 0;
  }

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

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

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

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

  .div-block-175 {
    flex-flow: column;
    justify-content: center;
    align-self: center;
    align-items: center;
    height: 568px;
    padding-top: 0;
    padding-bottom: 20px;
    display: flex;
  }

  .icon-24 {
    color: #000;
    -webkit-text-stroke-width: 0px;
    background-color: #0000;
    left: auto;
    right: 0;
  }

  .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-177 {
    margin-left: auto;
    margin-right: auto;
    display: none;
  }

  .div-block-159 {
    height: 399px;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
  }

  .div-block-156.m-01 {
    height: 0;
    display: block;
  }

  .paragraph-79 {
    font-size: 9px;
  }

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

  .div-block-160 {
    margin-left: 0;
    margin-right: 0;
  }

  .slide-21 {
    vertical-align: baseline;
    height: 100%;
    max-height: 100%;
  }

  .mask-11 {
    max-height: none;
  }

  .image-90 {
    height: 100%;
    min-height: 0;
    max-height: 478px;
  }

  .body {
    max-width: 100%;
    overflow: auto;
  }

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

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

  .image-92 {
    width: 90%;
  }

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

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

@media screen and (max-width: 767px) {
  .c-nav-logo.w--current {
    flex: 1;
    align-self: center;
    padding-left: 0;
    display: flex;
  }

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

  .image {
    flex: 1;
    order: 1;
    max-width: 120px;
    height: auto;
    max-height: 60px;
    margin-left: 0;
    margin-right: 0;
  }

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

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

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

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

  .social-links-footer {
    justify-content: flex-start;
    align-items: center;
    margin-left: 0;
    line-height: 1;
  }

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

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

  .div-block-4 {
    justify-content: flex-start;
    align-items: center;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
  }

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

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

  .botao.preto {
    margin-top: 40px;
    margin-bottom: 0;
  }

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

  .section-minha-conta.padding-default {
    padding-left: 0;
    padding-right: 0;
  }

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

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

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

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

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

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

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

  .slide-5 {
    height: auto;
  }

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

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

  .professores {
    align-items: center;
    width: 100%;
    min-width: 0;
    max-width: none;
    padding: 47px 0;
  }

  .slider-5 {
    height: auto;
  }

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

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

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

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

  .dobra-nosso-estudio {
    padding-top: 0;
    padding-bottom: 0;
    display: block;
  }

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

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

  .div-block-53 {
    flex-flow: column;
    margin-top: 0;
  }

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

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

  .carrossel-professores.carrossel-passos {
    background-image: none;
    width: 100%;
    height: auto;
    position: relative;
  }

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

  .div-block-171 {
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    width: 260px;
    max-height: 320px;
  }

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

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

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

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

  .icon-23 {
    color: #000;
  }

  .div-block-175 {
    flex-flow: column wrap;
    justify-content: space-around;
    height: auto;
    padding-bottom: 10px;
  }

  .icon-24 {
    color: #000;
  }

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

  .nona-dobra.nona-b-m {
    flex-wrap: nowrap;
    height: 100%;
    max-height: none;
    margin-top: 0;
    padding-top: 0;
  }

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

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

  .flex-block-24 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    justify-content: center;
    align-items: center;
    margin-top: 0;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .paragraph-79 {
    font-family: Montserrat, sans-serif;
    font-weight: 300;
    line-height: 144%;
  }

  .flex-block-2.m-01 {
    justify-content: center;
    display: flex;
  }

  .flex-block-2.m-01.img-desabled {
    overflow: hidden;
  }

  .modalidade.desktop {
    display: none;
  }

  .modalidade.mobile {
    display: flex;
  }

  .div-block-160 {
    margin-left: 0;
    margin-right: 0;
  }

  .div-block-155 {
    display: block;
    overflow: hidden;
  }

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

  .body {
    max-width: 100%;
  }

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

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

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

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

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

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

  .image-92 {
    width: 100%;
  }
}

@media screen and (max-width: 479px) {
  .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;
  }

  .icon {
    color: var(--branco);
    display: none;
  }

  .c-container {
    background-color: #07080100;
    order: 1;
    justify-content: center;
    min-width: 0%;
    max-width: 100%;
    padding-right: 0;
    position: relative;
  }

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

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

  .menu-button.menu-mobile-action {
    padding: 0;
  }

  .car-mobile {
    display: none;
  }

  .l-nav {
    mix-blend-mode: normal;
    padding-left: 0;
    padding-right: 0;
    position: fixed;
  }

  .hero {
    height: 100%;
    max-height: 480px;
    margin-top: 80px;
  }

  .menu-navegacao {
    display: none;
  }

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

  .f-r-link.w--current:focus, .f-r-link.w--current:visited {
    color: var(--branco);
  }

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

  .grid-2 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-wrap: nowrap;
    margin-top: 0;
  }

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

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

  .instagram-icon {
    line-height: 1;
  }

  .f-container {
    height: auto;
  }

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

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

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

  .box-r-sociais.menu {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    margin-top: 0;
    padding-top: 0;
    padding-left: 0;
    display: flex;
  }

  .grid-3 {
    grid-template-columns: 1fr;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .container-home {
    width: 100%;
    margin-top: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .botao {
    justify-content: center;
    align-self: center;
    align-items: center;
    margin-top: 0;
    margin-bottom: 20px;
    font-size: 16px;
    display: flex;
  }

  .botao.preto {
    z-index: 999;
    margin-top: 0;
    margin-bottom: 0;
    position: relative;
    top: 50px;
  }

  .botao.nosso-studio {
    align-self: center;
  }

  .div-block-60 {
    min-width: 0;
  }

  .titulos {
    text-align: center;
    align-self: center;
    padding-top: 40px;
    font-size: 36px;
    line-height: 36px;
  }

  .titulos.preto {
    padding-top: 50px;
    font-size: 36px;
  }

  .paragrafos {
    white-space: normal;
    word-break: normal;
    width: 100%;
  }

  .image-39 {
    height: 32px;
  }

  .image-39.menu-mobile-action {
    margin-left: 10px;
    margin-right: 0;
    display: block;
  }

  .container-produtos {
    background-position: 100% 0;
    background-size: cover;
    height: auto;
    padding: 40px 10px;
  }

  .section-minha-conta.padding-default {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    margin-top: 0;
    padding-top: 100px;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .div-top-bg {
    display: none;
  }

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

  .pagekraft-agenda {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 100%;
    display: block;
  }

  .db-packages.padding-default {
    margin-top: 0;
    padding-top: 100px;
  }

  .faq-default {
    margin-top: 140px;
  }

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

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

  .section-remover-conta {
    padding-top: 140px;
  }

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

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

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

  .slider-wrapper-2 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    overflow-wrap: normal;
    flex-flow: column wrap;
    grid-template-columns: 1fr 1fr;
    grid-template-areas: ". Area";
    grid-auto-flow: column;
    place-content: stretch space-around;
    justify-items: baseline;
    height: auto;
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
  }

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

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

  .professores {
    background-image: linear-gradient(#0000, #0000);
    flex-flow: column;
    width: 100%;
    min-width: 0;
    max-width: none;
    margin-bottom: 0;
    padding: 0 10px 60px;
    display: none;
  }

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

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

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

  .icon-10 {
    color: var(--5b5a5d);
  }

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

  .icon-10.esquerda {
    color: var(--5b5a5d);
  }

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

  .link-block-4 {
    margin-top: 0;
    margin-left: 0;
    margin-right: 10px;
    padding-right: 0;
  }

  .div-block-45 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .div-block-63 {
    min-width: auto;
    margin-top: 40px;
  }

  .dobra-nosso-estudio {
    background-image: none;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

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

  .div-block-36.m-playlist {
    background-size: auto 10%;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: auto;
    padding: 20px 0;
  }

  .div-block-36.m-playlist.section-map {
    flex-flow: column;
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .div-block-53 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    margin-top: 0;
  }

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

  .slide-nav-6 {
    background-color: #0000;
    bottom: -30px;
  }

  .carrossel-professores.carrossel-passos {
    justify-content: center;
    align-items: center;
    width: 100%;
    height: auto;
    min-height: 0;
    display: flex;
  }

  .slide-17 {
    height: auto;
  }

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

  .mask-10 {
    width: 100%;
    min-height: auto;
  }

  .div-block-171 {
    max-height: 320px;
  }

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

  .div-block-173.d-reservas {
    justify-content: space-between;
    height: 100%;
    min-height: 350px;
    max-height: 378px;
  }

  .slide-20 {
    height: auto;
  }

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

  .div-block-175 {
    align-items: center;
    height: 0%;
    padding-bottom: 100px;
    padding-left: 0;
    padding-right: 0;
  }

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

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

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

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

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

  .div-block-159 {
    justify-content: center;
    height: 100%;
    max-height: none;
    padding-left: 0;
    padding-right: 0;
    font-size: 9px;
    font-weight: 400;
  }

  .div-block-156.m-01 {
    height: 0%;
    min-height: auto;
    max-height: none;
    padding-left: 10px;
    padding-right: 10px;
    display: flex;
  }

  .image-78.alterada {
    object-fit: fill;
    width: auto;
    height: 100%;
    min-height: auto;
    max-height: none;
  }

  .flex-block-24 {
    flex-flow: column;
    margin-top: 0;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .paragraph-79 {
    max-width: 100%;
    margin-top: 20px;
    margin-bottom: 10px;
    padding-bottom: 0;
    font-size: 9px;
    font-weight: 300;
    line-height: 144%;
  }

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

  .flex-block-2.m-01.img-desabled {
    height: auto;
  }

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

  .modalidade.desktop {
    display: none;
  }

  .modalidade.mobile {
    display: flex;
  }

  .div-block-160 {
    height: 100%;
    min-height: 100%;
    max-height: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .div-block-155 {
    height: 100%;
    max-height: 100%;
    display: block;
  }

  .slide-21 {
    height: 100%;
    max-height: 480px;
  }

  .mask-11 {
    width: 100%;
    height: auto;
    max-height: 480px;
  }

  .slider-6 {
    display: none;
  }

  .image-90 {
    display: block;
  }

  .slider-mobile {
    background-color: #ddd;
    width: 100%;
    height: 100%;
    max-height: 480px;
    display: block;
  }

  .icon-25, .icon-26 {
    color: var(--cinza-escuro);
  }

  .container-politicas, .container-politicas-2 {
    margin-top: 0;
    padding-top: 100px;
  }

  .text-span-96 {
    display: block;
  }

  .div-block-46 {
    flex-flow: column;
    margin-left: 0;
    margin-right: 0;
  }

  .heading-115 {
    text-align: left;
    justify-content: center;
    align-self: center;
    align-items: center;
    margin-bottom: 0;
    margin-left: 0;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 24px;
    line-height: 1.5;
  }

  .div-block-179 {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }

  .heading-36 {
    text-align: center;
    justify-content: center;
    align-self: center;
    align-items: center;
    width: 100%;
    max-width: 100%;
    font-size: 22px;
    display: flex;
  }

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

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

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

  .paragraph-90 {
    padding-bottom: 20px;
    padding-right: 20px;
  }

  .image-92 {
    min-width: 0;
  }
}

#w-node-_45329aab-a8f3-91d6-c8eb-85c0ff3a25dc-ff3a25d6, #w-node-_45329aab-a8f3-91d6-c8eb-85c0ff3a25ec-ff3a25d6, #w-node-_45329aab-a8f3-91d6-c8eb-85c0ff3a25f4-ff3a25d6, #w-node-_45329aab-a8f3-91d6-c8eb-85c0ff3a25fe-ff3a25d6, #w-node-_45329aab-a8f3-91d6-c8eb-85c0ff3a260a-ff3a25d6, #w-node-a79a9d00-da03-0ce2-252b-8e7cfba16fa6-7119db6f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-_45329aab-a8f3-91d6-c8eb-85c0ff3a25dc-ff3a25d6 {
    grid-row: span 1 / span 1;
    align-self: start;
  }

  #w-node-_45329aab-a8f3-91d6-c8eb-85c0ff3a25ec-ff3a25d6 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


