:root {
  --black: black;
  --black-2: #1e1e20;
  --primary-blue: #0a2636;
  --white: white;
  --orange-red: #f15a24;
  --green-yellow: #c0ff72;
  --lavender: #d1d2e3;
  --midnight-blue: #070b3b;
  --yellow: #d3e930;
}

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

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

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

body {
  color: #000;
  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;
}

.global-styles {
  display: block;
  position: fixed;
  inset: 0% auto auto 0%;
}

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

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

.cta-404:hover {
  background-color: #0474a7;
}

.cta-404.btn-hover-shine {
  background-color: var(--black);
}

.cta-404.btn-hover-shine:hover {
  color: #e4e4e4;
  background-color: #f96f1c;
  font-weight: 700;
}

.body-home {
  color: var(--black);
  background-color: #fff;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  height: auto;
  min-height: 100vh;
  font-family: Montserrat, sans-serif;
  transition-property: color;
  transition-duration: .3s;
  transition-timing-function: ease;
  display: flex;
}

.l-nav {
  background-color: var(--black-2);
  color: var(--primary-blue);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 90px;
  display: flex;
  position: relative;
}

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

.segunda-dobra {
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 140px 20px;
  display: block;
}

.segunda-dobra.eventos {
  padding-top: 0;
}

.columns-missao {
  justify-content: space-between;
  display: flex;
}

.footer {
  background-color: var(--black-2);
  width: 100%;
  padding: 80px 48px;
}

.column-5 {
  flex-direction: column;
  justify-content: space-around;
  align-items: flex-start;
  display: flex;
}

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

.title-nav-footer {
  color: var(--white);
  margin-bottom: 1rem;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 500;
}

.nav-link-2 {
  clear: both;
  color: var(--white);
  align-self: flex-start;
  margin-left: 0;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  font-family: Montserrat, sans-serif;
  text-decoration: none;
  display: flex;
}

.nav-link-2:hover, .nav-link-2:focus {
  color: var(--orange-red);
}

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

.nav-link-2.w--current {
  text-decoration: none;
  display: flex;
}

.coluna {
  background-color: var(--black);
  text-align: center;
  cursor: pointer;
  border-radius: 25px;
  flex-direction: column;
  justify-content: center;
  max-height: 320px;
  padding: 20px;
  display: flex;
  position: relative;
}

.right {
  color: var(--black);
  border-radius: 4px;
  order: -1;
  align-self: center;
}

.column-8 {
  grid-row-gap: 8px;
  text-align: left;
  flex-direction: column;
  align-items: flex-start;
  padding-left: 0;
  display: flex;
}

.image-5 {
  text-align: center;
  background-color: #3d3d3d00;
  align-self: center;
  max-width: 26px;
  font-size: 16px;
  position: relative;
}

.columns-6 {
  background-color: #0000;
}

.link-2 {
  color: var(--white);
  flex-direction: column;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.link-2:hover {
  color: var(--orange-red);
}

.link-2.w--current {
  color: var(--orange-red);
  cursor: pointer;
  margin-bottom: 5px;
  font-family: Montserrat, sans-serif;
  font-style: normal;
  text-decoration: none;
}

.link-2.w--current:hover, .link-2.w--current:active, .link-2.w--current:focus {
  color: var(--orange-red);
}

.link-2.w--current:visited {
  color: var(--white);
}

.section-packages {
  width: 100%;
  max-width: 100%;
  height: 100%;
  min-height: 60vh;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.html-myaccount {
  height: auto;
  margin-bottom: 0;
}

.section-reservas {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
}

.heading-15 {
  text-transform: uppercase;
  margin-bottom: 20px;
  font-size: 1.75rem;
  font-weight: 300;
}

.paragraph-14 {
  text-transform: uppercase;
  margin-bottom: 10px;
}

.paragraph-16 {
  margin-bottom: 40px;
}

.c-missao {
  max-width: 1200px;
}

.left {
  order: 1;
}

.left.first {
  order: -1;
}

.cta-whats {
  background-color: var(--black-2);
  border-radius: 4px;
  margin-top: 20px;
}

.image-6 {
  border-radius: 4px;
}

.columns-9 {
  color: var(--black);
  justify-content: flex-start;
  display: flex;
}

.column-18 {
  color: var(--white);
  align-self: center;
}

.heading-17 {
  color: var(--black);
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: 700;
}

.paragraph-19 {
  color: var(--black);
  text-transform: uppercase;
  margin-bottom: 10px;
}

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

.c-itaim {
  max-width: 1200px;
  padding-left: 40px;
}

.c-pinheiros {
  max-width: 1200px;
  padding-left: 40px;
  display: none;
}

.image-8, .image-9 {
  border-radius: 4px;
}

.carrousel-html {
  margin-bottom: 0;
}

.lb-footer-social {
  background-color: var(--white);
  border-radius: 100%;
  flex: 0 auto;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 45px;
  height: 45px;
  margin-bottom: 0;
  display: flex;
}

.lb-footer-social:hover {
  background-color: #f8721d;
}

.section-carrousel {
  color: var(--orange-red);
  width: 100%;
  height: 100%;
  min-height: auto;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
}

.social-footer {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: row;
  justify-content: flex-start;
  width: 100%;
  margin-bottom: 20px;
  display: flex;
}

.body-packages {
  color: var(--black);
  background-color: #fff;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  height: auto;
  min-height: auto;
  display: flex;
}

.packages-html {
  min-height: 100%;
}

.db-packages {
  background-color: #fff;
  height: 100%;
  min-height: 60vh;
}

.link-footer-nav {
  grid-row-gap: 8px;
  flex-direction: column;
  display: flex;
}

.body-reservas {
  color: var(--black);
  background-color: #fff;
  flex-flow: column;
  place-content: center space-between;
  align-items: stretch;
  height: auto;
  display: flex;
}

.custom-html-agenda {
  width: 100%;
}

.body-map {
  color: var(--white);
  flex-direction: column;
  justify-content: space-between;
  height: auto;
  display: flex;
}

.section-maps {
  height: auto;
  padding-top: 100px;
  padding-bottom: 140px;
}

.body-myaccount {
  color: var(--black);
  background-color: #fff;
  flex-direction: column;
  justify-content: space-between;
  height: auto;
  display: flex;
}

.section-myaccount {
  height: auto;
  min-height: auto;
}

.body-contato {
  color: var(--black);
  background-color: #fff;
  height: 100%;
  min-height: 100%;
}

.section-unit {
  grid-row-gap: 100px;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  height: 100%;
  min-height: auto;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
}

.body-sobre {
  color: var(--black);
  background-color: #fff;
}

.section-missao {
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 140px 20px;
  display: block;
}

.body-treino {
  color: var(--black);
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.db-treino {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  display: flex;
}

.db-video {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 100%;
  padding-top: 60px;
  padding-bottom: 60px;
  display: block;
}

.body-moving {
  color: var(--black);
  background-color: #fff;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  min-height: 100%;
  display: flex;
}

.db-movingbit {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  min-height: 100%;
  display: flex;
}

.db-moving {
  width: 100%;
  max-width: 1200px;
}

.db-cookiesof {
  color: var(--white);
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  width: 90%;
  max-width: 960px;
  height: 100%;
  min-height: 60vh;
  padding: 40px 0 60px;
  display: flex;
}

.text-block-5 {
  color: var(--white);
}

.body {
  color: var(--black);
  background-color: #fff;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.db-politica {
  color: var(--black);
  justify-content: center;
  align-items: flex-start;
  width: 90%;
  max-width: 980px;
  height: 100%;
  min-height: 60vh;
  padding-top: 40px;
  padding-bottom: 100px;
  display: flex;
}

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

.text-block-6 {
  color: var(--white);
}

.body-politica {
  color: var(--black);
  background-color: #fff;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.c-paragrafo-footer {
  color: var(--white);
  width: 90%;
  max-width: 300px;
  font-family: Montserrat, sans-serif;
  line-height: 1.6;
}

.button-4, .car-mobile {
  display: none;
}

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

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

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

.image-12.menu-mobile-action {
  display: none;
}

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

.image-13 {
  min-width: auto;
  max-width: 180px;
  margin-left: auto;
  margin-right: auto;
}

.c-nav-link-3 {
  color: var(--white);
  cursor: pointer;
  text-decoration: none;
  transition: opacity .2s;
}

.c-nav-link-3:hover {
  color: var(--orange-red);
  font-weight: 600;
  text-decoration: overline;
}

.c-nav-link-3:active {
  color: var(--white);
}

.c-nav-link-3:focus, .c-nav-link-3:focus-visible, .c-nav-link-3[data-wf-focus-visible] {
  color: var(--orange-red);
}

.c-nav-link-3:visited {
  color: var(--white);
}

.c-nav-link-3.w--current {
  color: var(--orange-red);
}

.c-nav-link-3.home, .c-nav-link-3.d-none {
  display: none;
}

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

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

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

.html-embed-17, .div-block-26 {
  display: none;
}

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

.custom-html.login-top {
  color: var(--white);
}

.html-embed-18 {
  height: auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.faq-default {
  color: var(--black);
  padding: 60px 72px 100px;
  position: relative;
  overflow: hidden;
}

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

.container-faq-default {
  z-index: 3;
  max-width: 1344px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.container-faq-default.basic-grid {
  z-index: 3;
  grid-row-gap: 180px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 1152px;
  display: grid;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.button-2-ang {
  color: #e6e6e6;
  background-color: #0000;
  border: 0 #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: 400;
  line-height: 24px;
  display: none;
}

.button-2-ang.pagekraft-auth-register {
  color: var(--white);
  font-family: Montserrat, sans-serif;
}

.button-2-ang.pagekraft-auth-register:hover {
  text-decoration: none;
}

.button-1-ang {
  color: var(--white);
  text-transform: none;
  background-color: #0000;
  border-radius: 6px;
  padding: 6px 12px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  display: none;
}

.button-1-ang:hover {
  color: var(--white);
  text-decoration: none;
}

.button-1-ang.pagekraft-auth-my-account {
  font-weight: 400;
}

.body-2, .body-3 {
  color: var(--black);
  background-color: #fff;
}

.code-embed-2 {
  color: var(--black);
  margin-bottom: 60px;
}

.code-embed-3, .code-embed-4, .code-embed-5, .code-embed-6 {
  color: var(--black);
}

@media screen and (min-width: 1280px) {
  .db-packages {
    min-height: 60vh;
  }

  .body-map {
    height: auto;
  }
}

@media screen and (min-width: 1440px) {
  .section-packages {
    min-height: 100vh;
  }

  .body-packages {
    min-height: 0;
  }

  .packages-html {
    height: 100%;
  }

  .db-packages {
    min-height: 60vh;
  }

  .body-map {
    height: auto;
  }
}

@media screen and (min-width: 1920px) {
  .segunda-dobra {
    width: 100%;
    height: 100%;
    min-height: 60vh;
    margin-left: auto;
    margin-right: auto;
    padding: 0;
    display: block;
  }

  .segunda-dobra.eventos {
    width: 100%;
  }

  .columns-missao {
    grid-column-gap: 32px;
  }

  .title-nav-footer {
    font-size: 18px;
  }

  .nav-link-2 {
    font-size: 16px;
  }

  .link-2 {
    font-family: Montserrat, sans-serif;
    font-size: 16px;
  }

  .link-2.w--current {
    font-size: 16px;
  }

  .section-packages {
    max-width: 100%;
    height: 100%;
    min-height: 100vh;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .html-myaccount {
    margin-left: auto;
    margin-right: auto;
  }

  .section-reservas {
    width: 100%;
    max-width: 100%;
    height: 100%;
    min-height: 60vh;
    margin-left: auto;
    margin-right: auto;
    padding: 0;
  }

  .c-missao {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    flex-direction: column;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .columns-9 {
    grid-column-gap: 32px;
    justify-content: space-around;
    align-items: stretch;
    margin-left: auto;
    margin-right: auto;
  }

  .c-itaim {
    grid-column-gap: 64px;
    justify-content: space-between;
    width: 100%;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    display: block;
  }

  .c-pinheiros {
    grid-column-gap: 0px;
    flex-direction: row;
    justify-content: space-around;
    width: 100%;
    max-width: 100%;
    padding-left: 0;
    display: block;
  }

  .social-footer {
    grid-column-gap: 32px;
    grid-row-gap: 0px;
    justify-content: flex-start;
    display: flex;
  }

  .body-packages {
    height: auto;
    min-height: 0;
  }

  .packages-html {
    margin: 100px auto 0;
  }

  .db-packages {
    width: 100%;
    min-height: 60vh;
    margin-left: auto;
    margin-right: auto;
    padding-top: 0;
  }

  .link-footer-nav {
    grid-row-gap: 16px;
    flex-direction: column;
    font-size: 1.4rem;
    line-height: 1.4;
    display: flex;
  }

  .body-reservas, .body-map {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: auto;
    display: flex;
  }

  .section-maps {
    width: 100%;
    max-width: 100%;
    height: auto;
    min-height: 60vh;
  }

  .body-myaccount {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: auto;
    display: flex;
  }

  .section-myaccount {
    width: 100%;
    height: 100%;
    min-height: 60vh;
    margin-left: auto;
    margin-right: auto;
  }

  .body-contato {
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    height: auto;
    min-height: auto;
    display: flex;
  }

  .section-unit {
    grid-row-gap: 100px;
    flex-direction: column;
    width: 100%;
    max-width: 1200px;
    min-height: 100%;
    display: flex;
  }

  .body-sobre {
    flex-direction: column;
    justify-content: space-between;
    align-items: stretch;
    height: 100%;
    display: flex;
  }

  .section-missao {
    margin-left: auto;
    margin-right: auto;
    padding: 0;
    display: block;
  }

  .body-treino {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: auto;
    min-height: auto;
    display: flex;
  }

  .video {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: block;
  }

  .db-treino {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .db-video {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 1200px;
    display: flex;
  }

  .body-moving {
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    height: 100%;
    display: flex;
  }

  .db-movingbit {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .db-moving {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 1200px;
    display: flex;
  }

  .bg-top {
    margin-bottom: 100px;
  }

  .bg-top-2 {
    margin-bottom: 0;
  }

  .db-agenda.padding-default {
    padding-top: 0;
  }

  .pagekraft-agenda {
    margin-top: 100px;
  }
}

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

  .body-home {
    justify-content: space-between;
    align-items: flex-start;
  }

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

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

  .columns-missao {
    grid-row-gap: 32px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 100%;
  }

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

  .section-reservas {
    flex: 1;
  }

  .left.tpo, .left.moving {
    order: -1;
  }

  .c-itaim, .c-pinheiros {
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
  }

  .section-carrousel, .section-maps, .section-myaccount {
    flex: 1;
  }

  .section-unit {
    justify-content: flex-start;
    padding-left: 40px;
    padding-right: 40px;
  }

  .db-treino {
    max-width: 668px;
  }

  .db-movingbit {
    height: auto;
    min-height: auto;
  }

  .db-moving {
    max-width: 668px;
    padding-top: 40px;
    padding-bottom: 40px;
  }

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

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

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

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

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

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

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

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

  .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: 0;
    font-size: .875rem;
    display: block;
  }

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

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

  .image-12 {
    width: 48px;
    max-width: none;
    height: 48px;
    padding-left: 10px;
    padding-right: 10px;
  }

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

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

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

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

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

  .html-embed-16 {
    color: var(--lavender);
    cursor: pointer;
    display: flex;
  }

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

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

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

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

  .html-embed-17 {
    width: 100%;
    height: 100%;
    margin-top: 20px;
    display: block;
    position: static;
    inset: 0% 0% auto;
  }

  .div-block-26 {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    height: auto;
    margin-bottom: 0;
    display: flex;
    position: static;
    inset: auto 0% 15%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  h2 {
    font-size: 2rem;
  }

  h3 {
    font-size: 1.5rem;
  }

  h4 {
    font-size: 1.25rem;
  }

  h5 {
    font-size: 1rem;
  }

  h6 {
    font-size: .875rem;
  }

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

  .column-5 {
    padding-left: 0;
  }

  .column-8 {
    grid-row-gap: 8px;
    padding-top: 20px;
    padding-right: 0;
  }

  .columns-6 {
    grid-row-gap: 16px;
    flex-direction: column;
    display: flex;
  }

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

  .columns-9 {
    grid-row-gap: 32px;
    flex-direction: column;
  }

  .column-21 {
    order: -1;
  }

  .c-itaim {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: block;
  }

  .image-9 {
    position: static;
  }

  .section-carrousel {
    margin-top: 0;
  }

  .body-contato {
    height: auto;
    min-height: auto;
  }

  .section-unit {
    min-height: 100%;
  }

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

  .db-moving {
    max-width: 458px;
  }

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

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

  .button-4 {
    color: var(--white);
    background-color: #0000;
    line-height: 2;
  }

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

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

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

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

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

  .image-13 {
    flex: 1;
    order: 1;
    margin-left: 0;
    margin-right: 0;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .body-home {
    height: auto;
  }

  .c-container {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    padding-left: 0;
  }

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

  .columns-missao {
    flex-direction: column;
  }

  .column-5 {
    padding-left: 0;
  }

  .title-nav-footer {
    margin-top: 0;
    margin-bottom: 0;
  }

  .nav-link-2:visited {
    color: var(--green-yellow);
  }

  .coluna {
    width: 100%;
  }

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

  .column-8 {
    margin-bottom: 40px;
  }

  .link-2.w--current {
    color: var(--orange-red);
  }

  .column-11 {
    padding-left: 0;
  }

  .columns-9 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
  }

  .column-18 {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

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

  .column-21 {
    order: -1;
  }

  .c-itaim {
    padding-left: 20px;
    padding-right: 20px;
    display: block;
  }

  .c-pinheiros {
    padding-left: 20px;
    padding-right: 20px;
  }

  .section-unit {
    grid-row-gap: 32px;
    padding-left: 10px;
    padding-right: 10px;
  }

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

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

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

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

  .menu-button-2 {
    background-color: #fc373700;
    flex: 0 auto;
    order: 0;
    align-self: center;
  }

  .button-4 {
    color: var(--white);
    background-color: #0000;
    line-height: 2;
  }

  .car-mobile {
    padding-right: 0;
  }

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

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

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

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

  .image-12 {
    background-color: #7e7e7e00;
    width: 24px;
  }

  .image-12.menu-mobile-action {
    width: 48px;
  }

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

  .image-13 {
    flex: 0 auto;
    order: 1;
    align-self: center;
    margin-left: 0%;
    margin-right: 0%;
  }

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

  .c-nav-link-3.home {
    display: block;
  }

  .c-nav-link-3.d-none {
    display: flex;
  }

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

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

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

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

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

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

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

#w-node-_0b422a80-4c31-7444-5fe5-f911e55d182f-229be4ff, #w-node-_0b422a80-4c31-7444-5fe5-f911e55d1830-229be4ff, #w-node-a95a19d6-0050-f4af-0fed-d33aab7c1e68-6d9f7af2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}


