:root {
  --white: white;
  --black: black;
  --preto-hover: #1a1a1a;
}

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

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

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

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

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

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

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

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

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

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

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

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

p {
  margin-bottom: 0;
}

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

li {
  margin-bottom: .25rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.lottie-animation {
  width: 50%;
}

.heading {
  color: #232536b0;
}

.text-block {
  color: #b5b5b5;
}

.body {
  background-color: var(--white);
  color: #070b3b;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  min-height: auto;
  font-family: Montserrat, sans-serif;
  transition: color .3s;
  display: block;
}

.l-nav {
  opacity: 1;
  color: #fff;
  background-color: #fff0;
  flex-flow: row;
  place-content: space-around;
  align-items: stretch;
  width: 100%;
  max-width: 100%;
  height: 90px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
  inset: 0% 0% auto;
}

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

.text-block-2 {
  color: var(--black);
  margin-top: 10px;
  font-weight: 500;
}

.columns {
  display: flex;
}

.image-2 {
  border-radius: 8px;
}

.column {
  position: relative;
}

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

.passos {
  height: 620px;
  padding: 20px 10px;
  position: relative;
}

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

.coluna {
  background-color: var(--black);
  text-align: center;
  cursor: pointer;
  border-radius: 25px;
  flex-direction: column;
  justify-content: space-around;
  width: 100%;
  min-width: 280px;
  max-width: 280px;
  height: 100%;
  max-height: 340px;
  padding: 20px;
  display: flex;
  position: relative;
}

.heading-6 {
  color: var(--white);
  text-align: right;
  font-size: 6rem;
}

.heading-7 {
  color: var(--white);
  text-align: right;
  -webkit-text-stroke-color: transparent;
  font-size: 2rem;
  overflow: hidden;
}

.heading-8 {
  color: var(--white);
  text-align: left;
  -webkit-text-stroke-color: transparent;
  margin-top: 0;
  font-size: 1.4rem;
  overflow: hidden;
}

.heading-10 {
  color: #c9c9c9;
  text-align: left;
  margin-top: 40px;
  margin-bottom: 40px;
  font-size: 1rem;
  line-height: 1.2;
  overflow: hidden;
}

.coluna-box {
  z-index: 0;
  border: 2px solid var(--preto-hover);
  background-color: var(--preto-hover);
  color: var(--white);
  -webkit-text-stroke-width: 0px;
  -webkit-text-stroke-color: transparent;
  object-fit: fill;
  border-radius: 25px;
  justify-content: center;
  align-items: center;
  height: 0%;
  margin: auto;
  padding: 10px;
  display: none;
  position: absolute;
  inset: auto 0% auto auto;
  overflow: hidden;
}

.paragraph {
  color: var(--black);
  height: auto;
  margin: auto;
  font-size: 1rem;
  display: block;
  overflow: hidden;
}

.paragraph-2 {
  color: var(--black);
  margin: auto;
  font-size: 1rem;
  display: flex;
  overflow: hidden;
}

.paragraph-3 {
  color: var(--black);
  font-size: 1rem;
  overflow: hidden;
}

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

.div-block-2.body2 {
  min-height: 60vh;
  padding-top: 100px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.section-2 {
  min-height: 60vh;
}

.div-block-6 {
  max-width: 1200px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  padding: 40px 60px 60px;
}

.rich-text-block {
  padding: 60px 20px 100px;
}

.div-block-7 {
  padding: 40px 20px 100px;
}

.div-block-8 {
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  padding: 40px 20px 100px;
  display: block;
}

.sobre {
  width: 1200px;
  height: 600px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 60px 20px;
}

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

.section-3 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.body-my-account {
  max-width: 100%;
  height: auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.box-r-sociais.menu {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-flow: column;
  align-items: flex-start;
  width: 100%;
  max-width: 100%;
  height: auto;
  text-decoration: none;
  display: flex;
}

.icon-2, .menu-button-2, .image-4.menu-mobile-action {
  display: none;
}

.c-nav-logo-2.w--current {
  flex: 0 auto;
  width: 20%;
  min-width: auto;
}

.image-5 {
  width: 100%;
  max-width: 120px;
  max-height: 40px;
  margin-left: auto;
  margin-right: auto;
}

.image-5.logo-mobile, .button-3 {
  display: none;
}

.c-nav-link-2 {
  color: var(--black);
  cursor: pointer;
  font-weight: 600;
  text-decoration: none;
  transition: opacity .2s;
}

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

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

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

.c-nav-link-2.w--current {
  color: var(--black);
  text-decoration: overline;
}

.c-nav-link-2.w--current:hover, .c-nav-link-2.w--current:focus, .c-nav-link-2.w--current:focus-visible, .c-nav-link-2.w--current[data-wf-focus-visible], .c-nav-link-2.w--current:visited {
  color: var(--black);
}

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

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

.car-mobile {
  display: none;
}

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

.c-nav-compra-2 {
  flex-direction: row;
  flex: 0 auto;
  order: 1;
  justify-content: flex-end;
  align-items: baseline;
  width: 30%;
  min-width: 0;
  display: none;
}

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

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

.html-embed-18.login-top {
  min-width: 233px;
  height: 100%;
  max-height: 100%;
}

.link-block-2 {
  background-color: #fff;
  border-radius: 10px;
  padding: 10px;
}

.link-block-2.r-rod-instagram {
  cursor: pointer;
  background-color: #000;
}

.link-block-2.r-rod-instagram:hover {
  background-color: #0000;
}

.link-block-2.r-rod-zap {
  display: none;
}

.link-block-2.r-rod-zap:hover {
  background-color: #d1d2e3;
}

.link-block-2.r-rod-face {
  display: none;
}

.link-block-2.r-rod-face:hover {
  background-color: #d1d2e3;
}

.link-block-2.r-rod-twitter {
  background-color: #fff;
  display: none;
}

.link-block-2.r-rod-twitter:hover {
  background-color: #d1d2e3;
}

.image-15 {
  width: 32px;
  height: 32px;
}

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

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

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

.section-4, .html-embed-19 {
  display: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.banner {
  opacity: 1;
  mix-blend-mode: normal;
  background-image: url('../images/Flow_2023_04_004.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  min-height: 480px;
  max-height: 500px;
  margin-top: 0;
  display: flex;
}

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

.d-imagem {
  opacity: 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.heading-26 {
  z-index: 9;
  color: #000;
  text-align: center;
  text-transform: capitalize;
  margin-top: 79px;
  margin-left: auto;
  margin-right: auto;
  font-size: 120px;
  display: none;
  position: static;
}

.link-block {
  color: #fff;
  background-color: #ed672f;
  border-radius: 14px;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 300px;
  height: auto;
  max-height: 78px;
  margin-top: 0;
  padding: 20px;
  text-decoration: none;
  display: flex;
}

.link-block:hover {
  text-align: left;
  -webkit-text-stroke-color: #7b8507;
  background-color: #ed672f;
  justify-content: center;
  text-decoration: none;
}

.link-block.btn-banner {
  background-color: var(--black);
  opacity: 1;
  color: var(--white);
  flex-direction: row;
  align-self: center;
  align-items: center;
  width: 100%;
  max-width: 300px;
  height: auto;
  max-height: 78px;
  margin-top: 2rem;
  padding: 20px;
  display: none;
}

.link-block.btn-banner:hover {
  background-color: var(--preto-hover);
  color: var(--white);
}

.heading-32 {
  color: var(--white);
  text-align: left;
  -webkit-text-stroke-color: #070801;
  text-transform: capitalize;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 23px;
  font-weight: 600;
  display: flex;
}

.heading-32:hover {
  text-align: left;
}

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

.bold-text {
  color: var(--black);
  font-size: 56px;
  font-weight: 600;
}

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

.modalidade {
  width: 100%;
  height: auto;
  padding: 20px 0;
  position: relative;
}

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

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

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

.link-block-5.btn-banner {
  grid-column-gap: 10px;
  background-color: #f1f1f1;
  border: 1px solid #000;
  justify-content: center;
  align-self: center;
  width: 203px;
  height: 52px;
  margin-top: 0;
  margin-left: auto;
  margin-right: 0;
}

.link-block-5.btn-banner:hover {
  text-align: left;
  background-color: #f1f1f1;
}

.link-block-5.btn-passos {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: var(--black);
  color: var(--black);
  border: 1px solid #000;
  justify-content: center;
  align-self: flex-end;
  width: 100%;
  max-width: 280px;
  margin-top: 16px;
  margin-right: 0;
  padding-left: 20px;
  padding-right: 20px;
}

.link-block-5.btn-passos:hover {
  background-color: var(--preto-hover);
}

.link-block-5.btn-banner {
  grid-column-gap: 10px;
  background-color: var(--black);
  justify-content: center;
  align-self: center;
  width: 100%;
  max-width: 230px;
  height: 52px;
  margin-top: 0;
  margin-left: auto;
  margin-right: 0;
}

.link-block-5.btn-banner:hover {
  background-color: var(--preto-hover);
}

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

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

.playlist {
  flex-direction: column;
  width: 100%;
  margin-bottom: auto;
  padding-top: 100px;
  padding-bottom: 60px;
  display: flex;
}

.playlist.nona-b {
  justify-content: center;
  align-items: flex-start;
  margin-top: 0;
  padding-top: 60px;
}

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

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

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

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

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

.div-block-66.f-si {
  width: auto;
  max-width: 15%;
}

.div-block-66.f-l-principais {
  width: auto;
  min-width: 0%;
  max-width: 20%;
  padding-left: 10px;
}

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

.paragraph-24 {
  color: #000;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 1.2;
}

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

.container-4 {
  border-bottom: 1px solid #e2e2e280;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding-bottom: 20px;
  display: flex;
}

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

.social-links-footer-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: #474747;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-left: 0;
  text-decoration: none;
  display: flex;
}

.container-5 {
  width: 90%;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
}

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

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

.link-block-7 {
  object-fit: fill;
}

.link-block-7.w--current {
  object-fit: cover;
  justify-content: flex-start;
  display: flex;
}

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

.f-r-link-2:hover {
  font-weight: 400;
  text-decoration: underline;
}

.f-r-link-2.w--current {
  cursor: pointer;
  font-style: normal;
  text-decoration: underline;
}

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

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

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

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

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

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

.paragraph-25 {
  color: #fff;
  flex-wrap: wrap;
  width: 100%;
  font-size: 14px;
  line-height: 1.5;
  display: flex;
}

.paragraph-25.endereco {
  color: #000;
  text-transform: capitalize;
  margin-bottom: 10px;
}

.l-facebook-2 {
  text-align: left;
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  text-decoration: none;
}

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

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

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

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

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

.image-40 {
  object-fit: cover;
  max-width: 150px;
  margin-left: 0;
}

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

.modalidades {
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 140px;
  padding-left: 20px;
  padding-right: 20px;
}

.modalidades.section {
  background-color: #fff;
  background-image: url('../images/fundo-site-soul-dWxeNJ9L0XUKyXeY.png');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  padding-top: 140px;
  padding-bottom: 220px;
  display: none;
}

.modalidades.section.copia {
  background-image: none;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
}

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

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

.coluna-3.modalidade1.item2 {
  background-image: url('../images/Active-Stretch.jpg');
  min-width: 360px;
  max-width: 100%;
  height: 400px;
  max-height: 400px;
  padding: 0;
}

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

.coluna-3.modalidade1.item6 {
  background-image: url('../images/mod1.png');
  max-width: 100%;
  padding: 0;
}

.coluna-3.modalidade1.item6.sem-mouse-hover {
  background-image: url('../images/Power-Yoga.jpg');
  min-width: 360px;
  height: 400px;
  max-height: 400px;
}

.coluna-3.modalidade1.item4 {
  background-image: url('../images/Yoga-Flow-01.jpg');
  background-size: 360px;
  min-width: 360px;
  max-width: 360%;
  height: 400px;
  max-height: 400px;
  padding: 0;
}

.coluna-3.modalidade1.item4.novo-bg {
  background-image: url('../images/LPF.jpg');
  min-width: 360px;
  max-height: 400px;
}

.coluna-3.modalidade1.item5 {
  background-image: url('../images/Candlelight-Flow.jpg');
  background-position: 50%;
  background-size: cover;
  min-width: 360px;
  max-width: 100%;
  height: 400px;
  max-height: 400px;
  padding: 0;
}

.coluna-3.modalidade1.item3 {
  background-image: url('../images/Hot-Yoga.jpg');
  min-width: 360px;
  max-width: 100%;
  height: 400px;
  max-height: 400px;
  padding: 0;
}

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

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

.container-largura.container-7 {
  max-width: 100%;
}

.heading-63 {
  color: #000;
  justify-content: flex-start;
  align-items: center;
  font-size: 56px;
  font-weight: 600;
  line-height: 100%;
  display: block;
}

.heading-64 {
  color: var(--white);
  text-align: left;
  -webkit-text-stroke-color: #070801;
  margin-top: auto;
  margin-bottom: auto;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.2;
}

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

.grid-5.modalidades {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-flow: column;
  align-content: space-around;
  width: 100%;
  max-width: 1200px;
  margin-bottom: 0;
  padding-bottom: 0;
}

.paragraph-26 {
  color: #fff;
  text-align: left;
  height: auto;
  margin: 10px auto;
  font-family: Montserrat, sans-serif;
  font-size: 11.5px;
  line-height: 1.2;
  display: block;
  overflow: hidden;
}

.heading-65 {
  color: #fff;
  font-family: Montserrat, sans-serif;
  font-size: 32px;
  font-weight: 400;
  line-height: 38.63px;
  display: flex;
}

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

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

.link-block-8.desabilitado {
  pointer-events: auto;
  cursor: auto;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.link-block-8.btn-modalidade {
  background-color: #f1f1f1;
}

.link-block-8.btn-modalidade:hover {
  display: flex;
}

.link-block-8.btn-modalidade.desabilitado {
  background-color: var(--black);
}

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

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

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

.coluna-box-3.modalidade1.centro {
  justify-content: center;
  display: none;
}

.coluna-box-3.modalidade1.item6 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-image: none;
  justify-content: flex-start;
  align-items: flex-start;
  height: 400px;
  max-height: 400px;
  padding: 15px;
  display: none;
}

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

.html-embed-17:hover {
  display: block;
}

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

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

.studio.s {
  background-color: #fff;
  padding-top: 60px;
  padding-bottom: 60px;
}

.heading-67 {
  color: #000;
  text-align: center;
  justify-content: center;
  align-items: center;
  font-size: 56px;
  font-weight: 500;
  line-height: 1.5;
  display: flex;
}

.div-block-77 {
  background-image: url('../images/Conheça-nosso-estudio.jpg');
  background-size: cover;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  display: flex;
}

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

.heading-68 {
  color: var(--white);
  text-align: center;
  margin-left: 0;
  font-size: 54px;
  font-weight: 600;
  line-height: 63.99px;
  display: block;
}

.mask-3 {
  height: 100%;
}

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

.div-block-80.bg-resrevar {
  background-image: url('../images/div.elementor-motion-effects-layer_1.png');
  max-width: 100%;
  padding-top: 60px;
  padding-bottom: 60px;
}

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

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

.paragraph-15 {
  color: var(--white);
  text-align: center;
  margin-top: 10px;
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.5px;
}

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

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

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

.paragraph-16 {
  color: var(--white);
  text-align: center;
  margin-top: 0;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.2;
}

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

.heading-69 {
  color: var(--white);
  -webkit-text-stroke-color: #070801;
  margin-top: auto;
  margin-bottom: auto;
  font-size: 17.76px;
  font-weight: 400;
  line-height: 21.04px;
}

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

.heading-70 {
  color: #000;
  text-align: center;
  justify-content: center;
  align-items: center;
  font-size: 56px;
  font-weight: 600;
  line-height: 1.5;
  display: flex;
}

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

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

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

.div-block-85 {
  border: 1px solid var(--white);
  background-color: var(--black);
  border-radius: 16px;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 312px;
  max-width: none;
  height: auto;
  min-height: 320px;
  max-height: 320px;
  padding: 40px 15px 60px;
  display: flex;
}

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

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

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

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

.heading-sections {
  color: var(--black);
  justify-content: flex-start;
  align-items: center;
  font-family: Montserrat, sans-serif;
  font-size: 56px;
  font-weight: 500;
  line-height: 1.5;
  display: block;
}

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

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

.professores {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--white);
  color: var(--black);
  flex-wrap: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  width: 100%;
  height: auto;
  margin: auto auto 0;
  padding: 60px 20px;
  display: flex;
}

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

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

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

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

.right-arrow-4 {
  color: #8a2fec;
  display: none;
  left: auto;
}

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

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

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

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

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

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

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

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

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

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

.paragraph-22 {
  color: #000;
  width: 100%;
  font-family: Montserrat, sans-serif;
  font-size: 10.5px;
  line-height: 1.2;
}

.image-22 {
  width: 100%;
  max-height: 100%;
}

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

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

.heading-73.txt-menor {
  color: var(--white);
  text-transform: capitalize;
  font-size: 16px;
}

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

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

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

.heading-48 {
  color: var(--black);
  margin-bottom: 8px;
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 26.07px;
}

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

.logo-wrapper {
  background-color: #fff;
  border-style: solid;
  border-color: #fff;
  border-radius: 16px;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: auto;
  max-height: 370px;
  margin-top: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  overflow: hidden;
  box-shadow: 0 2px 5px #0003;
}

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

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

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

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

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

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

.heading-75.txt-menor {
  color: var(--white);
  text-transform: capitalize;
}

.paragraph-28 {
  color: #000;
  text-align: left;
  align-self: center;
  height: 100%;
  margin-bottom: 0;
  margin-left: 10px;
  margin-right: auto;
  font-weight: 500;
  line-height: 1.2;
}

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

.heading-76.n-studio {
  color: var(--black);
  text-align: center;
  align-self: flex-start;
  width: 100%;
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: 600;
}

.html-embed-34 {
  align-self: center;
  height: 100%;
  margin-top: 0;
  padding-top: 0;
}

.div-block-92 {
  flex-flow: row;
  justify-content: flex-start;
  align-self: center;
  align-items: center;
  width: 100%;
  height: 50px;
  max-height: 50px;
  margin-bottom: 10px;
  display: flex;
}

.div-block-93 {
  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-93.studios-c {
  background-color: #fff;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 419px;
  height: 265px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
}

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

.div-block-94.d-studio {
  text-align: center;
  background-color: #0000;
  border-radius: 0;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: none;
  height: auto;
  min-height: 0;
  padding: 0;
}

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

.reservar.nona-b-m {
  background-color: var(--white);
  color: var(--black);
  flex-direction: column;
  align-items: flex-start;
  height: 100%;
  max-height: 1000px;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
}

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

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

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

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

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

.db-agenda.padding-default {
  align-self: flex-start;
  height: auto;
  min-height: 60vh;
  max-height: none;
  margin-left: auto;
  margin-right: auto;
  padding-top: 70px;
  padding-bottom: 140px;
}

.pagekraft-agenda {
  padding: 40px 20px 60px;
}

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

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

.left-arrow-4 {
  display: none;
}

.div-block-95 {
  min-height: 60vh;
}

.code-embed {
  width: 100%;
  min-height: 60vh;
}

.code-embed-2 {
  color: #e6e6e6;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  padding-left: 6px;
  padding-right: 6px;
  display: flex;
}

.code-embed-2.car-shopping.pagekraft-auth-checkout {
  color: var(--black);
}

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

.button-2-ang {
  color: #e6e6e6;
  background-color: #0000;
  border: 1px solid #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-2-ang.pagekraft-auth-register {
  border-color: var(--black);
  color: var(--black);
  font-family: Montserrat, sans-serif;
  font-weight: 400;
}

.button-1-ang {
  background-color: var(--black);
  color: var(--white);
  text-transform: uppercase;
  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 {
  background-color: var(--black);
  color: var(--white);
  text-transform: none;
  font-family: Montserrat, sans-serif;
}

.h1-politicas {
  padding-bottom: 10px;
  font-size: 2rem;
  font-weight: 700;
}

.h2-politicas {
  margin-top: 15px;
  margin-bottom: 5px;
  font-size: 1.5rem;
  font-weight: 700;
}

.subtitle-politicas {
  margin-top: 10px;
  font-size: 1.2rem;
  font-weight: 700;
}

.sumario-word {
  margin-top: 10px;
  font-size: 1.2rem;
  font-weight: 600;
}

.paragraph-30, .paragraph-31 {
  text-align: center;
}

.list {
  list-style-type: lower-roman;
}

.div-block-182 {
  max-width: 1248px;
  margin-left: auto;
  margin-right: auto;
  padding: 60px 24px;
}

@media screen and (min-width: 1280px) {
  .paragraph-24 {
    margin-bottom: 0;
  }

  .social-links-footer-2 {
    text-decoration: none;
  }

  .paragraph-25 {
    text-transform: capitalize;
  }

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

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

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

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

  .db-agenda.padding-default {
    padding-top: 40px;
  }
}

@media screen and (min-width: 1440px) {
  .db-politica {
    max-width: 100%;
  }

  .link-block-5.btn-banner {
    background-color: var(--black);
    width: 100%;
    max-width: 230px;
    padding-left: 0;
  }

  .link-block-5.btn-banner:hover {
    background-color: var(--preto-hover);
  }

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

  .social-links-footer-2, .l-facebook-2, .l-instagram {
    text-decoration: none;
  }

  .modalidades.section.copia {
    padding-bottom: 60px;
  }

  .coluna-3.modalidade1.item2, .coluna-3.modalidade1.item6 {
    padding: 0;
  }

  .coluna-3.modalidade1.item4 {
    background-size: cover;
    padding: 0;
  }

  .coluna-3.modalidade1.item5, .coluna-3.modalidade1.item3 {
    padding: 0;
  }

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

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

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

  .heading-65 {
    font-family: Montserrat, sans-serif;
    font-weight: 400;
  }

  .link-block-8 {
    background-color: var(--black);
    color: var(--white);
    width: 257px;
    height: 69px;
  }

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

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

  .heading-sections, .icon-10, .icon-10.esquerda {
    color: var(--black);
  }

  .heading-73.txt-menor {
    color: var(--white);
  }

  .heading-48 {
    color: var(--black);
    font-weight: 600;
  }

  .db-agenda.padding-default {
    padding-top: 40px;
  }
}

@media screen and (min-width: 1920px) {
  .box-r-sociais.menu {
    text-decoration: none;
  }

  .icon-2 {
    display: none;
  }

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

  .db-politica-custom {
    padding-left: 60px;
    padding-right: 60px;
  }

  .modalidade {
    width: 100%;
    max-width: 100%;
    height: auto;
  }

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

  .container-4, .grid-4 {
    justify-content: center;
    align-items: flex-start;
  }

  .social-links-footer-2 {
    text-decoration: none;
  }

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

  .l-facebook-2, .l-instagram, .facebook-icon-2 {
    text-decoration: none;
  }

  .modalidades.section {
    height: auto;
    padding-bottom: 140px;
  }

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

  .coluna-3.modalidade1.item4 {
    background-size: cover;
  }

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

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

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

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

  .link-block-8.desabilitado, .link-block-8.btn-modalidade.desabilitado {
    display: flex;
  }

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

  .coluna-box-3.modalidade1.centro {
    display: none;
  }

  .coluna-box-3.modalidade1.item6 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    justify-content: flex-start;
    align-items: flex-start;
    display: none;
  }

  .div-block-76 {
    background-position: 50%;
    background-size: cover;
  }

  .db-agenda.padding-default {
    padding-top: 40px;
  }

  .h1-politicas, .subtitle-politicas {
    font-weight: 700;
  }
}

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

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

  .l-nav {
    align-self: flex-start;
  }

  .c-container {
    background-color: var(--white);
    flex-direction: row;
    flex: 0 auto;
    order: 0;
    justify-content: center;
    align-self: center;
    align-items: center;
    width: 100%;
    min-width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

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

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

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

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

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

  .passos {
    height: auto;
  }

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

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

  .heading-6 {
    margin-top: 0;
    padding-top: 0;
    font-size: 5rem;
  }

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

  .coluna-box {
    height: 0%;
    display: none;
  }

  .paragraph, .paragraph-2 {
    text-align: left;
  }

  .paragraph-3 {
    text-align: left;
    display: flex;
  }

  .navigation {
    display: none;
  }

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

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

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

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

  .div-block-5 {
    order: -1;
    justify-content: flex-start;
    align-self: flex-start;
    align-items: flex-start;
    width: 280px;
  }

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

  .image-3 {
    width: auto;
    margin-top: -20px;
  }

  .sobre {
    flex-flow: column;
    align-content: flex-start;
    align-items: flex-end;
    width: 100%;
    height: auto;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
    display: block;
  }

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

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

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

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

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

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

  .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%;
    padding-left: 20px;
    font-size: .875rem;
    display: block;
  }

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

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

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

  .menu-button-2 {
    background-color: var(--white);
    flex: 0 auto;
    order: -1;
    justify-content: flex-start;
    align-self: center;
    align-items: flex-start;
    padding-right: 18px;
    display: none;
  }

  .image-4 {
    color: var(--black);
    width: 32px;
    max-width: none;
    height: 24px;
  }

  .image-4.menu-mobile-action {
    display: block;
  }

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

  .c-nav-logo-2 {
    text-align: left;
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }

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

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

  .image-5.tablet {
    width: auto;
    height: 42px;
    max-height: none;
  }

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

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

  .c-nav-link-2 {
    color: var(--white);
    -webkit-text-stroke-color: transparent;
    margin-left: 0;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

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

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

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

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

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

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

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

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

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

  .link-block-2.r-rod-instagram, .link-block-2.r-rod-zap, .link-block-2.r-rod-face {
    padding: 5px;
  }

  .link-block-2.r-rod-twitter {
    background-color: #fff;
    padding: 5px;
  }

  .link-block-2.r-rod-twitter:hover {
    background-color: #101010;
  }

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

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

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

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

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

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

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

  .coluna-2 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: flex;
  }

  .link-block-5.btn-passos {
    justify-content: center;
    align-self: center;
  }

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

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

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

  .carrossel-professores.carrossel-passos {
    justify-content: center;
    align-self: center;
    align-items: center;
    display: none;
    position: relative;
  }

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

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

  .div-block-66.f-si {
    max-width: none;
  }

  .div-block-66.f-l-principais {
    max-width: none;
    margin-left: auto;
    padding-left: 0;
    font-size: 1rem;
  }

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

  .bold-text-12, .bold-text-13 {
    font-size: 1rem;
  }

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

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

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

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

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

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

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

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

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

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

  .coluna-3 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: flex;
  }

  .coluna-3.modalidade1.item4 {
    min-width: 320px;
  }

  .coluna-3.modalidade1.item4.novo-bg {
    background-size: cover;
  }

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

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

  .grid-5.modalidades {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
    padding-left: 0;
    padding-right: 0;
  }

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

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

  .studio.s {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 0;
  }

  .heading-67 {
    text-align: center;
    margin: 0 auto;
  }

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

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

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

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

  .div-block-80.bg-resrevar {
    height: auto;
    min-height: 0;
  }

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

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

  .icon-6 {
    color: #c6ba2f;
    -webkit-text-stroke-width: 0px;
    background-color: #0000;
  }

  .heading-70 {
    text-align: center;
    margin: 0 auto;
  }

  .icon-7 {
    color: #c6ba2f;
  }

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

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

  .div-block-83.d-reservas {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-direction: column;
    align-items: center;
    display: flex;
  }

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

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

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

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

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

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

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

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

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

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

  .reservar.nona-b-m {
    height: auto;
    max-height: none;
    margin-left: auto;
    margin-right: auto;
  }

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

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

  .div-block-183 {
    margin-left: 12px;
    position: absolute;
    left: 12px;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 2.5rem;
  }

  h2 {
    font-size: 2rem;
  }

  h3 {
    font-size: 1.5rem;
  }

  h4 {
    font-size: 1.25rem;
  }

  h5 {
    font-size: 1rem;
  }

  h6 {
    font-size: .875rem;
  }

  .utility_block {
    width: 95%;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

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

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

  .coluna {
    justify-content: flex-start;
    padding-top: 20px;
    position: relative;
  }

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

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

  .coluna-box {
    align-items: center;
    height: 0%;
    margin-top: -20px;
    display: none;
  }

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

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

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

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

  .image-3 {
    margin-top: 0;
  }

  .sobre {
    padding-left: 0;
    padding-right: 0;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

  .c-nav-logo-2 {
    flex-flow: row;
    justify-content: center;
    align-items: center;
    padding-left: 0;
  }

  .c-nav-logo-2.w--current {
    width: auto;
  }

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

  .image-5.tablet {
    width: auto;
    max-width: none;
    max-height: none;
  }

  .image-5.logo-mobile {
    display: none;
  }

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

  .c-nav-link-2 {
    padding-left: 0;
  }

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

  .nav-menu-2 {
    height: 100vh;
  }

  .db-politica {
    max-width: none;
  }

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

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

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

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

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

  .modalidade {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    display: flex;
  }

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

  .link-block-5.btn-passos {
    max-width: 260px;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .paragraph-25 {
    line-height: 2;
  }

  .paragraph-25.endereco {
    justify-content: center;
    align-items: center;
  }

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

  .coluna-3.modalidade1.item4 {
    background-size: cover;
  }

  .container-largura.container-7 {
    flex-flow: column;
    width: 100%;
    display: flex;
  }

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

  .grid-5.modalidades {
    grid-template-rows: auto auto auto auto auto auto;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    width: 100%;
    max-width: 560px;
  }

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

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

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

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

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

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

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

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

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

  .div-block-83 {
    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-84 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-direction: row;
    justify-content: space-between;
    max-width: none;
    margin-bottom: 70px;
    padding-left: 0;
    padding-right: 0;
  }

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

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

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

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

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

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

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

  .slider-3 {
    height: auto;
  }

  .right-arrow-4 {
    display: block;
  }

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

  .mask-4 {
    width: 414px;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

  .h1-politicas {
    font-size: 1.7rem;
  }

  .h2-politicas {
    font-size: 1.3rem;
  }

  .subtitle-politicas, .sumario-word {
    font-size: 1rem;
  }
}

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

  .l-nav {
    background-color: var(--white);
    display: flex;
    inset: 0% 0% auto;
  }

  .c-container {
    background-color: var(--white);
  }

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

  .column {
    padding-left: 15px;
    padding-right: 15px;
  }

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

  .passos {
    flex-direction: row;
    height: auto;
    padding-left: 0;
    padding-right: 0;
    display: block;
  }

  .grid {
    flex-direction: column;
    grid-template-rows: auto;
    grid-template-columns: 100%;
    grid-auto-flow: column;
    align-content: center;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .coluna {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    width: 100%;
  }

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

  .div-block-2.body2 {
    padding-top: 140px;
  }

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

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

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

  .section-2 {
    padding-top: 40px;
  }

  .div-block-6 {
    padding-top: 0;
  }

  .image-3 {
    text-align: left;
    margin-right: auto;
    display: inline-block;
  }

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

  .section-3 {
    padding-top: 100px;
  }

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

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

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

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

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

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

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

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

  .icon-2 {
    background-color: var(--white);
    color: var(--black);
    display: none;
  }

  .icon-2.menu-mobile-action {
    justify-content: center;
    align-items: center;
    display: none;
  }

  .html-embed-14 {
    display: flex;
  }

  .menu-button-2 {
    background-color: var(--white);
    flex: 0 auto;
    order: 0;
    justify-content: center;
    align-self: center;
    align-items: center;
    width: 25%;
    padding-right: 18px;
    display: none;
  }

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

  .image-4.menu-mobile-action {
    background-color: var(--white);
    color: var(--black);
    text-align: center;
    flex: 0 auto;
    width: 32px;
    display: block;
  }

  .c-nav-logo-2 {
    justify-content: center;
    align-items: center;
    padding-left: 0;
  }

  .c-nav-logo-2.w--current {
    flex-flow: row;
    justify-content: flex-end;
    align-items: center;
    width: auto;
    max-width: none;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .image-5 {
    flex: 0 auto;
    order: 0;
    align-self: center;
    max-width: none;
    max-height: 40px;
    margin-left: 0%;
    margin-right: 0%;
    padding-right: 20px;
  }

  .image-5.tablet {
    display: block;
  }

  .image-5.logo-mobile {
    max-width: 100%;
    display: block;
  }

  .html-embed-16 {
    display: flex;
  }

  .button-3 {
    color: var(--white);
    background-color: #0000;
    margin-left: 20px;
    line-height: 2;
  }

  .c-nav-link-2 {
    text-align: left;
    margin-right: 0;
    padding-left: 0;
  }

  .div-block-22 {
    align-items: flex-start;
    padding-right: 20px;
  }

  .car-mobile {
    display: none;
  }

  .nav-menu-2 {
    background-color: var(--black);
    width: 95%;
    height: 100vh;
    margin-top: 0;
  }

  .db-politica {
    max-width: none;
  }

  .db-politica-custom {
    padding-top: 40px;
  }

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

  .div-block-24 {
    padding-left: 0;
    padding-right: 0;
  }

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

  .d-imagem {
    height: auto;
    min-height: 480px;
    padding-left: 0;
    padding-right: 0;
  }

  .heading-26 {
    flex-flow: column wrap;
    align-items: center;
    font-size: 48px;
    display: flex;
  }

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

  .bold-text {
    font-size: 32px;
  }

  .coluna-2 {
    width: 100%;
  }

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

  .link-block-5.btn-passos {
    margin-left: auto;
    margin-right: auto;
  }

  .link-block-5.btn-banner {
    width: 220px;
    margin-bottom: 20px;
    margin-right: auto;
    font-size: 14px;
  }

  .html-embed-31 {
    font-size: 14px;
    line-height: 1;
  }

  .playlist {
    flex-wrap: nowrap;
    margin-bottom: 0;
    padding-top: 0;
    display: flex;
  }

  .playlist.nona-b {
    width: auto;
    margin-top: 0;
  }

  .carrossel-professores.carrossel-passos {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    display: none;
    overflow: hidden;
  }

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

  .section {
    padding-bottom: 220px;
  }

  .div-block-67 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    justify-content: flex-start;
    align-items: center;
    max-width: 100%;
    margin-bottom: 0;
  }

  .div-block-66 {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    max-width: 100%;
    margin-bottom: 0;
    display: flex;
  }

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

  .div-block-66.f-l-principais {
    max-width: 100%;
  }

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

  .bold-text-13 {
    display: inline;
  }

  .container-4 {
    padding-bottom: 10px;
  }

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

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

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

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

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

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

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

  .paragraph-25.endereco {
    text-align: center;
    align-items: flex-start;
    line-height: 1.2;
  }

  .l-instagram {
    align-self: center;
    max-height: 30px;
  }

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

  .instagram-icon-2 {
    align-items: center;
    max-height: 30px;
    display: flex;
  }

  .facebook-icon-2 {
    align-items: center;
    max-height: 30px;
    margin-right: 0;
    display: flex;
  }

  .modalidades {
    padding-bottom: 60px;
  }

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

  .modalidades.section.copia {
    align-self: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .coluna-3 {
    width: 100%;
  }

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

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

  .coluna-3.modalidade1.item6, .coluna-3.modalidade1.item6.sem-mouse-hover, .coluna-3.modalidade1.item4, .coluna-3.modalidade1.item4.novo-bg, .coluna-3.modalidade1.item5, .coluna-3.modalidade1.item3 {
    min-width: 100%;
  }

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

  .container-largura.container-7 {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
  }

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

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

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

  .grid-5.modalidades {
    width: 100%;
  }

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

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

  .studio.s {
    padding-top: 0;
  }

  .heading-67 {
    text-align: left;
    justify-content: center;
    align-self: center;
    align-items: center;
    margin-bottom: 10px;
    margin-left: 0;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 32px;
    line-height: 1.2;
  }

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

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

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

  .right-arrow-2 {
    margin-right: 0;
    inset: 15% -8% 0% 0%;
  }

  .div-block-50 {
    justify-content: center;
    max-width: none;
    overflow: hidden;
  }

  .left-arrow-2 {
    margin-left: 0;
    inset: 15% auto 0% 0%;
  }

  .slide-5, .slide-6 {
    width: 100%;
    padding-left: 40px;
    padding-right: 40px;
  }

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

  .slide-7 {
    width: 100%;
    padding-left: 40px;
    padding-right: 40px;
  }

  .heading-69 {
    font-size: 20px;
    line-height: 21px;
  }

  .heading-70 {
    text-align: center;
    justify-content: center;
    align-self: center;
    align-items: center;
    margin-bottom: 10px;
    margin-left: 0;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 32px;
    font-weight: 500;
    line-height: 1.2;
  }

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

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

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

  .div-block-85 {
    justify-content: space-between;
  }

  .div-block-85.p-carrossel {
    align-items: center;
    width: 100%;
    max-width: 320px;
    min-height: 300px;
    margin: 60px 0 auto;
    padding: 60px 10px;
    position: relative;
  }

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

  .c-carousel-coach.mobile {
    max-width: none;
    margin-top: 0;
    display: block;
  }

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

  .flex-block-8 {
    border-radius: 50%;
    align-items: flex-end;
    width: 100%;
  }

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

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

  .container-1 {
    padding-right: 0;
  }

  .professores {
    flex-flow: column;
    width: 100%;
    min-width: 0;
    max-width: none;
    margin-bottom: 0;
    padding: 0;
  }

  .div-block-87 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

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

  .slider-3 {
    justify-content: center;
    width: 100%;
    max-width: 320px;
    height: auto;
  }

  .right-arrow-4 {
    display: block;
  }

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

  .icon-10:hover {
    color: var(--black);
    margin-right: 60px;
    right: -20px;
  }

  .icon-10.esquerda {
    z-index: 9;
    color: var(--black);
    left: 0;
  }

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

  .slide {
    width: 100%;
    height: auto;
  }

  .mask-4 {
    width: 100%;
    overflow: hidden;
  }

  .slider-wrapper {
    overflow-wrap: normal;
    flex-flow: column wrap;
    grid-template-columns: 1fr 1fr;
    grid-template-areas: ". Area";
    grid-auto-flow: column;
    place-content: stretch flex-start;
    place-items: center baseline;
    width: 100%;
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
  }

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

  .image-22 {
    border-radius: 50%;
    width: 126px;
    min-width: auto;
    max-width: none;
    height: 126px;
  }

  .heading-73 {
    font-size: 20px;
    line-height: 21px;
  }

  .heading-73.txt-menor {
    font-size: 18px;
  }

  .db-content {
    justify-content: center;
    align-items: flex-start;
    width: 320px;
    padding-left: 0;
    padding-right: 0;
  }

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

  .logo-wrapper {
    grid-row-gap: 20px;
    flex-flow: column wrap;
    flex: 0 auto;
    place-content: stretch space-between;
    align-items: stretch;
    width: auto;
    min-width: 0;
    max-width: none;
    max-height: 374px;
    margin-top: 0;
    margin-bottom: 20px;
    padding: 10px 10px 20px;
    display: flex;
  }

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

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

  .heading-75 {
    font-size: 20px;
    line-height: 21px;
  }

  .heading-75.txt-menor {
    font-size: 18px;
  }

  .paragraph-28 {
    align-self: flex-end;
    align-items: center;
    max-height: 100%;
    font-size: 13px;
    display: flex;
  }

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

  .html-embed-34 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .div-block-92 {
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
    max-width: 100%;
    margin-bottom: 0;
    font-size: 10px;
  }

  .div-block-93.studios-c {
    flex-direction: column;
    flex: 0 auto;
    justify-content: center;
    align-self: center;
    height: auto;
    max-height: 400px;
    margin-top: 100px;
    margin-bottom: 0;
    padding: 10px 10px 31px;
    left: 0%;
    right: 0%;
  }

  .div-block-94.d-studio {
    flex-direction: column;
    max-width: 100%;
    padding-left: 0;
  }

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

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

  .db-packages.padding-default {
    padding-top: 80px;
  }

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

  .db-agenda.padding-default {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

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

  .left-arrow-4 {
    display: block;
    overflow: hidden;
  }

  .left-arrow-5 {
    display: block;
  }

  .heading-77 {
    font-family: Montserrat, sans-serif;
    font-size: 32px;
  }

  .container-8 {
    order: 1;
    width: 25%;
  }
}

#w-node-_67436e9c-d079-6361-d579-47cb85254368-ce8cff8c, #w-node-_67436e9c-d079-6361-d579-47cb85254373-ce8cff8c, #w-node-_67436e9c-d079-6361-d579-47cb85254380-ce8cff8c, #w-node-_67436e9c-d079-6361-d579-47cb8525438b-ce8cff8c, #w-node-_67436e9c-d079-6361-d579-47cb85254398-ce8cff8c, #w-node-_67436e9c-d079-6361-d579-47cb852543a5-ce8cff8c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: auto;
}

#w-node-_85eb9649-8da4-1cdc-0c28-35aa423d3b47-ce8cff8c {
  justify-self: end;
}

#w-node-_85eb9649-8da4-1cdc-0c28-35aa423d3b51-ce8cff8c {
  justify-self: start;
}

#w-node-_85eb9649-8da4-1cdc-0c28-35aa423d3b52-ce8cff8c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_85eb9649-8da4-1cdc-0c28-35aa423d3b5b-ce8cff8c {
  justify-self: end;
}

#w-node-_85eb9649-8da4-1cdc-0c28-35aa423d3b5c-ce8cff8c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_85eb9649-8da4-1cdc-0c28-35aa423d3b65-ce8cff8c {
  justify-self: start;
}

#w-node-_85eb9649-8da4-1cdc-0c28-35aa423d3b66-ce8cff8c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d274211f-b646-7861-6997-e0990c45b99b-ce8cff8c {
  justify-self: end;
}

#w-node-d274211f-b646-7861-6997-e0990c45b99c-ce8cff8c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_45a6cee6-018c-9e76-6b26-22a12c99530c-ce8cff8c {
  justify-self: start;
}

#w-node-_45a6cee6-018c-9e76-6b26-22a12c99530d-ce8cff8c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6637ab53-b52e-4f46-22fc-490c367754b0-ce8cff8c {
  justify-self: end;
}

#w-node-_6637ab53-b52e-4f46-22fc-490c367754b1-ce8cff8c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b201a751-582f-7542-6d92-5bedd2f4daed-ce8cff8c {
  justify-self: start;
}

#w-node-b201a751-582f-7542-6d92-5bedd2f4daee-ce8cff8c, #w-node-_85eb9649-8da4-1cdc-0c28-35aa423d3bd6-ce8cff8c, #w-node-_5c3d9f75-c1f2-4535-391a-5dd7adaa771a-adaa7704, #w-node-_5c3d9f75-c1f2-4535-391a-5dd7adaa7722-adaa7704, #w-node-_5c3d9f75-c1f2-4535-391a-5dd7adaa772c-adaa7704, #w-node-_0b422a80-4c31-7444-5fe5-f911e55d182f-ce8cff94, #w-node-_0b422a80-4c31-7444-5fe5-f911e55d1830-ce8cff94, #w-node-_105950ed-fe1e-e19f-aeb7-8c9f2834b7ec-ce8cff96 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (min-width: 1920px) {
  #w-node-_67436e9c-d079-6361-d579-47cb85254368-ce8cff8c, #w-node-_67436e9c-d079-6361-d579-47cb85254373-ce8cff8c, #w-node-_67436e9c-d079-6361-d579-47cb85254380-ce8cff8c, #w-node-_67436e9c-d079-6361-d579-47cb8525438b-ce8cff8c, #w-node-_67436e9c-d079-6361-d579-47cb85254398-ce8cff8c, #w-node-_67436e9c-d079-6361-d579-47cb852543a5-ce8cff8c {
    justify-self: stretch;
  }
}

@media screen and (max-width: 991px) {
  #w-node-_67436e9c-d079-6361-d579-47cb852543a5-ce8cff8c {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: auto stretch;
  }

  #w-node-_5c3d9f75-c1f2-4535-391a-5dd7adaa771a-adaa7704 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_67436e9c-d079-6361-d579-47cb85254368-ce8cff8c, #w-node-_67436e9c-d079-6361-d579-47cb85254373-ce8cff8c {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: auto stretch;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_85eb9649-8da4-1cdc-0c28-35aa423d3b47-ce8cff8c {
    align-self: center;
  }
}


