@font-face {
  font-family: Ppneuemachina;
  src: url('../fonts/PPNeueMachina-InktrapRegular.woff2') format("woff2"), url('../fonts/PPNeueMachina-InktrapRegular.woff') format("woff"), url('../fonts/PPNeueMachina-InktrapRegular.ttf') format("truetype"), url('../fonts/PPNeueMachina-InktrapRegular.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Ppneuemachina;
  src: url('../fonts/PPNeueMachina-InktrapUltrabold.woff2') format("woff2"), url('../fonts/PPNeueMachina-InktrapUltrabold.woff') format("woff"), url('../fonts/PPNeueMachina-InktrapUltrabold.ttf') format("truetype"), url('../fonts/PPNeueMachina-InktrapUltrabold.otf') format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

:root {
  --black-web: black;
  --white-web: white;
  --primary-web: #40ff73;
  --black-2: black;
}

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

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

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

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

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

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

.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;
  padding-left: 15px;
  padding-right: 15px;
  line-height: 14px;
  display: flex;
  position: static;
}

.c-nav-link {
  color: #252424;
  cursor: pointer;
  padding: 10px;
  font-family: Ppneuemachina, sans-serif;
  font-size: 12px;
  text-decoration: none;
  transition: opacity .2s;
}

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

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

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

.c-nav-link.w--current:hover {
  font-weight: 700;
}

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

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

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

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

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

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

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

.image.mobile {
  display: none;
}

.image.desktop {
  max-width: 150px;
  height: auto;
  min-height: auto;
  max-height: 100%;
}

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

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

.l-nav {
  background-color: #e9e9e9;
  border-bottom: 1px solid #bcbcbc;
  flex-flow: row;
  flex: none;
  place-content: space-around;
  align-self: center;
  align-items: stretch;
  width: 100%;
  max-width: 100%;
  height: 80px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: static;
}

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

.html-embed-2.login-top {
  justify-content: flex-end;
  align-items: center;
  min-width: 239px;
  height: 100%;
  margin-bottom: 0;
  font-size: 12px;
}

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

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

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

.div-block-5 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 20%;
  padding-left: 0;
  padding-right: 0;
  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-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: 1fr;
  grid-template-columns: 20% 20% 10% 20% 20%;
  width: 100%;
  height: 100%;
  padding: 20px;
  display: flex;
}

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

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

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

.body-default {
  color: var(--white-web);
  flex-direction: column;
  display: flex;
}

.body-default.body-planos, .body-default.body-agenda {
  color: var(--white-web);
}

.body-default.body-instrutores {
  justify-content: flex-start;
  align-items: stretch;
  min-height: 100%;
  padding-bottom: 0;
}

.section-packages {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  min-width: 100%;
  min-height: 60vh;
  padding-top: 0;
  padding-bottom: 60px;
  display: flex;
}

.html-embed-17 {
  color: var(--white-web);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-width: 0%;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  display: flex;
}

.section-agenda {
  width: 100%;
  min-height: 60vh;
  padding-top: 0;
  padding-bottom: 100px;
}

.section {
  color: var(--black-web);
  flex-direction: column;
  width: 100%;
  min-height: 60vh;
  padding-top: 0;
  padding-bottom: 60px;
  display: flex;
}

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

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

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

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

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

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

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

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

.faq {
  color: #070b3b;
  white-space: break-spaces;
  background-color: #090909;
  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;
}

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

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

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

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

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

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

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

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

.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 {
  color: var(--black-web);
  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;
}

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

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

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

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

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

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

.body-home {
  color: var(--white-web);
  background-color: #f5f5f5;
  flex-direction: column;
  display: flex;
}

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

.div-block-63 {
  background-image: url('../images/banner-hh_V02.png');
  background-position: 50%;
  background-size: cover;
  flex-direction: column;
  justify-content: space-between;
  height: 1040px;
  max-height: 1040px;
  display: flex;
}

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

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

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

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

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

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

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

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

.button-4.btn-sec-2 {
  justify-content: center;
  width: 130px;
  height: 40px;
  margin-left: 0;
  margin-right: auto;
  box-shadow: 0 0 4px 1px #00000040;
}

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

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

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

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

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

.home-third.banner-carrossel {
  background-color: #0000;
  min-height: 320px;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.home-third.banner-carrossel.banner-rodape {
  margin-top: 0;
  margin-bottom: 0;
}

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

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

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

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

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

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

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

.home-modalidade {
  color: var(--black-web);
  padding: 60px 20px;
}

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

.heading-57 {
  font-family: Ppneuemachina, sans-serif;
}

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

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

.image-25 {
  width: 34px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.paragraph-21 {
  color: #fffc;
  margin-top: 43px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.link {
  color: #2e2d2d;
  margin-bottom: 10px;
  font-family: Ppneuemachina, sans-serif;
  font-size: 14px;
  line-height: 120%;
  text-decoration: none;
}

.link:hover {
  color: #252424;
}

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

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

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

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

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

.html-script {
  color: var(--black-web);
}

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

.i-whatsapp {
  display: none;
}

.html-embed-19, .div-block-92 {
  width: 100%;
}

.banner-instrutor {
  width: 100%;
  height: 100%;
  min-height: 100%;
  max-height: 592px;
  position: relative;
  overflow: hidden;
}

.section-descricao {
  color: var(--black-web);
  flex-flow: column;
  justify-content: space-around;
  align-items: center;
  min-height: 280px;
  max-height: none;
  margin-top: 0;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.section-descricao.desc-exp {
  padding-top: 60px;
  padding-bottom: 60px;
}

.section-desricao-container {
  justify-content: space-around;
  align-items: center;
  max-width: 1200px;
  position: relative;
}

.section-descicao-imagem {
  position: absolute;
}

.section-descicao-imagem.img-left-hit-box {
  max-height: 240px;
  inset: -140% auto 0 -17%;
}

.section-descicao-imagem.img-left-hit-box.friend1 {
  max-height: 419px;
  top: 0%;
  left: -25%;
}

.section-descicao-imagem.img-left-hit-box.friend1.left-img-exp {
  top: -30%;
  left: -35%;
}

.section-descicao-imagem.image-right-hit-box {
  max-height: 240px;
  inset: -240% -15% auto auto;
}

.section-descicao-imagem.image-right-hit-box.friend2 {
  max-height: 419px;
  top: -300%;
  right: -25%;
}

.section-descicao-imagem.image-right-hit-box.friend2.div-experien {
  top: -150%;
  right: -40%;
}

.section-descicao-imagem.img-left-bike {
  margin-right: auto;
  left: -36%;
}

.section-descicao-imagem.image-right-bike {
  right: -35%;
}

.section-descicao-imagem.image-lef-run {
  inset: auto auto 50% -20%;
}

.section-descicao-imagem.image-rigjt-run {
  inset: -55% -24% auto auto;
}

.section-descicao-imagem.image-left-res {
  inset: 15% auto auto -45%;
}

.section-descicao-imagem.image-right-res {
  margin-right: -10%;
  inset: -40% -40% auto auto;
}

.section-descricao-content {
  z-index: 1;
  max-height: none;
  position: relative;
}

.section-descricao-content.content-event {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  justify-content: space-around;
  align-items: center;
  min-width: auto;
  display: flex;
}

.paragraph-25 {
  color: var(--black-web);
  text-align: center;
  max-width: 680px;
  font-family: Ppneuemachina, sans-serif;
  font-size: 25px;
  font-weight: 700;
  line-height: 120%;
}

.paragraph-25.txt-2 {
  max-width: 780px;
}

.paragraph-25.txt-exp {
  max-width: 800px;
}

.image-34 {
  max-height: 419px;
}

.image-34.img-right-estrela {
  max-height: 304px;
}

.image-35 {
  max-height: 419px;
}

.image-35.imgeventos {
  min-width: 350px;
}

.image-35.img-left-estrela {
  max-height: 240px;
}

.banner-tempo {
  background-image: url('../images/experience2.jpg');
  background-position: 50%;
  background-size: cover;
  justify-content: center;
  align-items: center;
  min-height: 320px;
  display: flex;
}

.banner-tempo.img1 {
  background-image: url('../images/training.jpg');
}

.banner-tempo.img1.bbbikewith {
  background-image: url('../images/bbbikewith.jpg');
  min-height: 571px;
}

.banner-tempo.img1.training {
  background-image: url('../images/training.jpg');
  min-height: 571px;
}

.banner-tempo.img2 {
  background-image: url('../images/hh_01_2024_influs-154-1.jpg');
  min-height: 571px;
}

.banner-tempo.img4 {
  background-image: url('../images/hh_01_2024_influs-154-2.png');
}

.banner-tempo.img4.reshape {
  background-image: url('../images/reshape.jpg');
  min-height: 571px;
}

.banner-tempo.box001 {
  background-image: url('../images/box001.png');
  min-height: 571px;
}

.banner-tempo.bg-eventos1 {
  border-top: 8px solid var(--primary-web);
  border-bottom: 8px solid var(--primary-web);
  background-image: none;
  margin-top: 10px;
  margin-bottom: 0;
}

.banner-tempo-container {
  margin-top: 200px;
  margin-bottom: 200px;
  position: relative;
}

.section-professores {
  color: var(--black-web);
  max-width: 1440px;
  min-height: 0;
  max-height: 225px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 40px;
  padding-bottom: 40px;
}

.section-professores.sec-professor {
  display: none;
}

.section-professores.section-dt-imgs {
  background-image: url('../images/Artboard-12x-5.png');
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: auto;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-height: none;
  display: flex;
  position: relative;
}

.professores-container {
  justify-content: space-around;
  align-items: center;
}

.heading-64 {
  font-family: Ppneuemachina, sans-serif;
  font-size: 50px;
  font-weight: 700;
}

.txt-quem-somos {
  font-family: Ppneuemachina, sans-serif;
  font-weight: 700;
}

.image-37 {
  width: 100%;
  min-height: 0;
  max-height: 596px;
}

.div-block-93 {
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  display: flex;
  position: absolute;
  inset: 0%;
}

.heading-66 {
  color: var(--white-web);
  font-family: Ppneuemachina, sans-serif;
  font-size: 80px;
  font-weight: 700;
}

.paragraph-26 {
  color: var(--white-web);
  text-align: center;
  max-width: 775px;
  margin-top: 20px;
  margin-bottom: 0;
  font-family: Ppneuemachina, sans-serif;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
}

.div-block-94 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: none;
  display: flex;
}

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

.section-fotos.sec-professor {
  display: none;
}

.container-fotos {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
}

.container-foto {
  max-width: 359px;
  max-height: 540px;
  position: relative;
  overflow: hidden;
}

.container-foto.cont-foto-reshape {
  max-height: 247px;
}

.container-foto.foto-training {
  max-width: 361px;
  max-height: 270px;
}

.container-foto.foto-training2 {
  max-width: 292px;
  max-height: 320px;
}

.container-foto.foto-box {
  max-width: 288px;
  max-height: 433px;
}

.heading-67 {
  color: var(--white-web);
  text-align: center;
  width: 100%;
  font-family: Ppneuemachina, sans-serif;
  font-size: 32px;
  font-weight: 700;
  position: absolute;
  inset: auto 0% 15%;
}

.heading-67.txt-prof {
  text-align: left;
  width: 90%;
  left: 5%;
}

.all-container {
  background-color: #fff;
  background-image: url('../images/Artboard-12x-1.png');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  padding-bottom: 100px;
}

.all-container.section-friends1, .all-container.container-eventos {
  padding-bottom: 0;
}

.slider-2 {
  background-color: #0000;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.slide-4 {
  width: auto;
}

.dropdown-list {
  background-color: #e9e9e9;
  display: none;
}

.dropdown {
  display: block;
}

.text-block-8 {
  font-family: Ppneuemachina, sans-serif;
  font-size: 12px;
}

.text-block-8:hover {
  font-weight: 400;
}

.heading-75 {
  margin-bottom: 1rem;
  font-size: 2.5rem;
}

.paragraph-43 {
  margin-bottom: 1rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 180%;
}

.heading-76 {
  font-size: 1.2rem;
}

.list {
  align-self: flex-start;
}

.container-politicas-2 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: #000;
  flex-flow: column;
  width: 100%;
  height: 100%;
  padding-top: 40px;
  padding-bottom: 60px;
  display: flex;
}

.heading-77 {
  margin-bottom: 1rem;
  font-size: 2.5rem;
}

.paragraph-44 {
  margin-bottom: 1rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 180%;
}

.heading-78, .bold-text-16 {
  font-size: 1.2rem;
}

.heading-79 {
  margin-bottom: 1rem;
  font-size: 2.5rem;
}

.paragraph-45 {
  margin-bottom: 1rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 180%;
}

.text-span-9 {
  font-size: 1.2rem;
}

.bold-text-17 {
  margin-top: 20px;
  display: block;
}

.text-span-10, .text-span-11 {
  margin-top: 20px;
  font-size: 1.2rem;
  display: block;
}

.heading-80 {
  margin-bottom: 1rem;
  font-size: 2.5rem;
}

.paragraph-46 {
  margin-bottom: 1rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 180%;
}

.text-span-19 {
  font-size: 1.2rem;
  font-weight: 700;
}

.text-span-22 {
  font-size: 1.4rem;
  font-weight: 700;
}

.body {
  background-color: var(--white-web);
  color: var(--black-web);
}

.div-block-95 {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.div-block-95.txteventos2 {
  padding-left: 0;
}

.heading-82 {
  margin-left: -60px;
  font-family: Ppneuemachina, sans-serif;
  font-size: 40px;
}

.heading-83 {
  margin-right: -120px;
  font-family: Ppneuemachina, sans-serif;
  font-size: 40px;
}

.container-web {
  justify-content: center;
  align-items: flex-start;
  min-width: 100%;
  max-width: none;
  min-height: 100%;
  display: flex;
}

.div-block-96 {
  width: 100%;
  max-width: 960px;
}

.paragraph-47 {
  color: var(--black-web);
  text-align: left;
  max-width: 1000px;
  margin-top: 240px;
  font-family: Ppneuemachina, sans-serif;
  font-size: 35px;
  font-weight: 700;
  line-height: 150%;
}

.image-43 {
  z-index: 9;
  position: absolute;
  inset: -20% 0% auto auto;
}

.section-2 {
  background-image: url('../images/Artboard-12x-4.png');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  min-height: 240px;
}

.heading-84 {
  color: var(--black-web);
  text-align: center;
  font-family: Ppneuemachina, sans-serif;
  font-size: 40px;
}

.heading-84.txt-welcome {
  text-transform: uppercase;
}

.slide-5, .slide-6, .slide-7, .slide-8 {
  width: auto;
}

.slider-3 {
  background-color: #0000;
  height: 440px;
}

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

.icon-11 {
  display: block;
}

.left-arrow-3, .right-arrow-3, .left-arrow-4, .right-arrow-4 {
  display: none;
}

.heading-85 {
  font-family: Ppneuemachina, sans-serif;
  font-size: 40px;
  font-weight: 700;
}

.heading-86 {
  font-family: Ppneuemachina, sans-serif;
  font-size: 40px;
}

.container {
  padding-top: 60px;
}

.body-2, .body-3, .body-4 {
  background-color: var(--white-web);
}

.link-2 {
  color: var(--black-web);
  cursor: pointer;
  text-decoration: underline;
}

.div-block-97 {
  background-color: var(--primary-web);
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 104px;
  display: flex;
}

.heading-87 {
  color: var(--black-web);
  text-transform: uppercase;
  font-family: Ppneuemachina, sans-serif;
  font-size: 35px;
  font-weight: 700;
}

.div-block-98 {
  background-color: var(--primary-web);
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 57px;
  margin-top: 100px;
  margin-bottom: 60px;
  display: flex;
}

.paragraph-48 {
  color: var(--black-web);
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  font-family: Ppneuemachina, sans-serif;
  font-size: 25px;
  font-weight: 700;
  line-height: 1;
  display: flex;
}

.link-3, .link-4 {
  color: var(--black-web);
  text-decoration: underline;
}

.body-midia {
  background-color: #000;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.section-3 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  min-height: 60vh;
  display: flex;
}

.div-block-99 {
  background-image: url('../images/Group-14.svg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: auto;
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  min-height: 480px;
  display: flex;
}

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

.grid-3 {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 80px;
  padding-bottom: 100px;
}

.div-block-100 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 358px;
  min-height: 420px;
  display: flex;
  position: relative;
}

.div-block-101 {
  background-image: url('../images/imagemb1.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
  height: 358px;
  display: flex;
  position: relative;
}

.div-block-101.mid-02 {
  background-image: url('../images/imagemb2.png');
}

.div-block-101.mid-03 {
  background-image: url('../images/imagemb3.png');
}

.div-block-101.mid-04 {
  background-image: url('../images/imagemb4.png');
}

.div-block-101.mid-05 {
  background-image: url('../images/imagemb5.png');
}

.div-block-103 {
  color: var(--white-web);
  background-color: #d9d9d980;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 67px;
  padding-left: 30px;
  font-family: Ppneuemachina, sans-serif;
  display: flex;
}

.link-5 {
  color: var(--white-web);
  text-transform: uppercase;
  font-size: 20px;
  text-decoration: none;
}

.paragraph-49 {
  color: var(--white-web);
  text-align: center;
  margin-top: 20px;
  margin-bottom: 0;
  font-family: Ppneuemachina, sans-serif;
  font-size: 20px;
}

.div-block-104 {
  background-image: url('../images/Group-15.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 90px;
  max-height: none;
}

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

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

.slide-10, .slide-11, .slide-12, .slide-13, .slide-14 {
  width: auto;
}

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

.slide-15, .slide-16, .slide-17 {
  width: auto;
}

.slider-6 {
  background-color: #0000;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
}

.div-block-105 {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-flow: column;
  min-width: 320px;
  max-width: 360px;
  display: flex;
}

.slide-18, .slide-19, .slide-20, .slide-21 {
  width: auto;
}

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

.slide-22, .slide-23, .slide-24, .slide-25 {
  width: auto;
}

.slider-7 {
  background-color: #0000;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.slide-26, .slide-27 {
  width: auto;
}

.left-arrow-6, .right-arrow-6 {
  display: none;
}

.slide-28, .slide-29, .slide-30, .slide-31 {
  width: auto;
}

.right-arrow-7, .left-arrow-7, .right-arrow-8 {
  display: none;
}

.dropdown-link {
  font-family: Ppneuemachina, sans-serif;
  font-size: 12px;
}

.dropdown-toggle-2 {
  padding: 10px 40px 10px 10px;
}

.icon-16 {
  margin-right: 20px;
}

.text-block-9 {
  padding: 10px;
  font-family: Ppneuemachina, sans-serif;
  font-size: 12px;
  line-height: 12px;
}

.dropdown-link-2, .dropdown-link-3, .dropdown-link-4, .dropdown-link-5 {
  font-family: Ppneuemachina, sans-serif;
  font-size: 12px;
}

.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 {
  background-color: var(--primary-web);
  color: var(--black-web);
  border: 0 #e5cdb5;
  justify-content: center;
  align-items: center;
  height: 35px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  display: none;
}

.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 {
  color: var(--black-web);
}

.button-1-ang {
  color: #22362b;
  text-transform: none;
  background-color: #e5cdb5;
  border-radius: 6px;
  padding: 6px 12px;
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
  display: none;
}

.button-1-ang.pagekraft-auth-logout, .button-1-ang.pagekraft-auth-my-account, .button-1-ang.pagekraft-auth-login {
  background-color: var(--primary-web);
  color: var(--black-web);
  justify-content: center;
  align-items: center;
  height: 35px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  display: none;
}

.div-block-191 {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  justify-content: flex-end;
  align-items: center;
  min-width: 220px;
  height: 35px;
  margin-left: 24px;
  padding-left: 0;
  display: flex;
}

.container-3 {
  width: 100%;
  margin-top: 60px;
  margin-bottom: 100px;
}

.code-embed-2 {
  color: var(--black-web);
  width: 90%;
}

.image-51 {
  width: 100%;
}

@media screen and (min-width: 1280px) {
  .c-container {
    padding-left: 0;
    padding-right: 0;
  }

  .c-nav-link {
    font-size: 14px;
  }

  .image.mobile {
    display: none;
  }

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

  .home-third {
    display: block;
  }

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

  .section-descicao-imagem.img-left-hit-box.friend1 {
    left: -50%;
  }

  .section-descicao-imagem.image-right-hit-box.friend2 {
    right: -50%;
  }

  .section-descicao-imagem.image-right-res {
    margin-right: -30%;
  }

  .txt-quem-somos {
    font-size: 32px;
  }

  .paragraph-26 {
    font-weight: 700;
  }

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

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

  .text-block-8, .dropdown-link {
    font-size: 14px;
  }
}

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

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

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

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

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

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

  .section-descicao-imagem.img-left-hit-box.friend1 {
    left: -64%;
  }

  .section-descicao-imagem.image-right-hit-box.friend2 {
    right: -60%;
  }

  .section-descicao-imagem.image-left-res {
    margin-left: -11%;
  }

  .section-descicao-imagem.image-right-res {
    margin-right: -30%;
  }

  .section-professores.section-dt-imgs, .image-37 {
    width: 100%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .banner-instrutor {
    overflow: hidden;
  }

  .section-descicao-imagem.img-left-hit-box {
    left: -30%;
  }

  .section-descicao-imagem.img-left-hit-box.friend1 {
    left: -69%;
  }

  .section-descicao-imagem.image-right-hit-box {
    right: -30%;
  }

  .section-descicao-imagem.image-right-hit-box.friend2 {
    right: -90%;
  }

  .section-descicao-imagem.image-left-res {
    margin-left: 0%;
    margin-right: auto;
  }

  .section-descicao-imagem.image-right-res {
    margin-left: 0;
    margin-right: -92%;
    right: 0;
  }

  .image-34 {
    max-height: 419px;
  }

  .image-35 {
    margin-left: -65%;
  }

  .section-professores.section-dt-imgs {
    width: 100%;
  }

  .txt-quem-somos {
    font-family: Ppneuemachina, sans-serif;
    font-size: 40px;
  }

  .image-37 {
    width: 100%;
  }

  .section-fotos {
    margin-bottom: 250px;
  }

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

  .all-container {
    background-position: 50%;
    flex-flow: column;
    justify-content: space-between;
    align-items: stretch;
    min-height: 100%;
    display: flex;
  }

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

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

  .section-2 {
    background-position: 50% 91%;
    background-size: auto;
  }

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

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

  .div-block-99 {
    background-size: cover;
    min-height: 560px;
  }
}

@media screen and (max-width: 991px) {
  .image-4 {
    width: 32px;
    max-width: none;
    height: 24px;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .button-3 {
    color: #fff;
    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%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .div-block-4.f-raz {
    width: 80%;
    padding-left: 0;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .passos {
    margin-bottom: 0;
  }

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

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

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

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

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

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

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

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

  .section-descricao {
    padding-left: 15px;
    padding-right: 15px;
  }

  .section-descicao-imagem.image-right-res {
    margin-right: -20%;
  }

  .section-descricao-content.content-event {
    min-width: auto;
  }

  .section-professores.section-dt-imgs {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
  }

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

  .txt-quem-somos {
    font-size: 18px;
  }

  .section-fotos {
    flex-flow: column;
  }

  .container-fotos {
    display: flex;
  }

  .container-foto {
    max-width: 220px;
    height: 100%;
    max-height: 540px;
    margin-left: auto;
    margin-right: auto;
  }

  .image-39 {
    width: 100%;
  }

  .slider-2 {
    background-color: #0000;
    width: 100%;
    max-width: 722px;
    height: 100%;
    display: block;
  }

  .slider-2.slide-box {
    max-width: 576px;
  }

  .icon-8 {
    color: var(--white-web);
    margin-right: 0;
  }

  .icon-9 {
    color: var(--white-web);
    margin-left: 0;
  }

  .dropdown {
    color: #fff;
    margin-left: 0;
    padding-top: 0;
    padding-bottom: 20px;
    font-family: Ppneuemachina, sans-serif;
  }

  .dropdown-toggle {
    justify-content: flex-start;
    align-items: center;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
    display: flex;
  }

  .dropdown-toggle.w--open {
    width: 100%;
    max-width: 180px;
  }

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

  .image-41, .image-42 {
    width: 100%;
  }

  .div-block-95, .div-block-95.txteventos2 {
    flex-flow: column;
  }

  .heading-82 {
    margin-left: 0;
  }

  .heading-83 {
    margin-right: 0;
  }

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

  .paragraph-47 {
    margin-top: 100px;
  }

  .image-43 {
    display: none;
  }

  .section-2 {
    min-height: 160px;
  }

  .left-arrow-3, .right-arrow-3, .left-arrow-4, .right-arrow-4 {
    display: block;
  }

  .image-45 {
    width: 100%;
  }

  .grid-3 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-100 {
    width: 340px;
  }

  .slider-4, .slider-5 {
    max-width: 440px;
  }

  .slider-6 {
    width: auto;
    max-width: 440px;
  }

  .div-block-105 {
    width: 100%;
    min-width: 0;
  }

  .left-arrow-5 {
    color: var(--black-web);
    display: block;
    left: 0;
  }

  .icon-12 {
    margin-left: 0;
    left: 0;
  }

  .icon-13 {
    color: var(--black-web);
    margin-right: 0;
  }

  .slider-7 {
    max-width: 715px;
  }

  .icon-14 {
    margin-right: 0;
  }

  .icon-15 {
    margin-left: 0;
  }

  .left-arrow-6, .right-arrow-6, .right-arrow-7, .left-arrow-7, .right-arrow-8 {
    display: block;
  }

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

@media screen and (max-width: 767px) {
  .html-embed-11 {
    padding-top: 0;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .home-third.banner-carrossel {
    margin-top: 60px;
  }

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

  .home-modalidade {
    height: auto;
  }

  .div-block-71 {
    height: auto;
    margin-bottom: 0;
    padding-left: 0;
  }

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

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

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

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

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

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

  .image-26 {
    width: 133px;
  }

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

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

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

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

  .paragraph-21 {
    display: block;
  }

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

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

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

  .paragraph-22 {
    font-family: Ppneuemachina, sans-serif;
  }

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

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

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

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

  .div-block-87.end-loc {
    background-color: #0000;
    padding-top: 30px;
    padding-left: 0;
    padding-right: 0;
    display: block;
  }

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

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

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

  .slider {
    background-color: #0000;
    height: auto;
    max-height: 480px;
    margin-left: 0;
    display: flex;
  }

  .icon-6 {
    color: var(--white-web);
    margin-top: auto;
    margin-bottom: 0;
    inset: auto 0 50% auto;
  }

  .icon-7 {
    color: var(--white-web);
    margin-top: auto;
    margin-bottom: 0;
    inset: 0% auto 50% 0%;
  }

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

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

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

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

  .left-arrow-2 {
    justify-content: center;
    align-items: center;
    height: 100%;
    margin-top: 0;
    display: block;
    inset: 0% auto 0% 0%;
  }

  .div-block-89 {
    flex-flow: column wrap;
    place-content: center flex-start;
    align-items: center;
    display: flex;
    position: absolute;
    inset: auto 0% 25%;
  }

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

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

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

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

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

  .image-32 {
    width: 100%;
  }

  .right-arrow-2 {
    height: 100%;
    inset: 0% 0% auto auto;
  }

  .section-descicao-imagem.img-left-hit-box {
    top: -70%;
    left: 0%;
  }

  .section-descicao-imagem.image-right-hit-box {
    top: -100%;
    right: 0%;
  }

  .section-descicao-imagem.img-left-bike {
    left: -50%;
  }

  .section-descicao-imagem.image-right-bike {
    right: -42%;
  }

  .section-descicao-imagem.image-lef-run {
    bottom: 80%;
    left: 0%;
  }

  .section-descicao-imagem.image-rigjt-run {
    top: -80%;
    right: 0%;
  }

  .section-descicao-imagem.image-right-res {
    margin-top: -5%;
    margin-right: -25%;
  }

  .section-descricao-content {
    padding-left: 15px;
    padding-right: 15px;
  }

  .paragraph-25 {
    font-size: 18px;
  }

  .image-34 {
    max-height: 190px;
  }

  .image-35 {
    max-height: 140px;
  }

  .banner-tempo-container {
    margin-top: 100px;
    margin-bottom: 100px;
  }

  .section-professores.section-dt-imgs {
    padding-top: 0;
  }

  .professores-container {
    flex-flow: row;
  }

  .heading-64 {
    width: auto;
    max-width: none;
    font-size: 20px;
  }

  .txt-quem-somos {
    font-size: 14px;
  }

  .image-37 {
    min-height: 320px;
  }

  .heading-66 {
    font-size: 30px;
  }

  .paragraph-26 {
    margin-top: 0;
    font-size: 18px;
    line-height: 20px;
  }

  .section-fotos {
    flex-flow: column;
  }

  .container-fotos {
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .container-foto {
    width: 100%;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .container-foto.foto-training2 {
    min-width: 292px;
  }

  .image-38 {
    width: 90px;
    max-width: 100%;
  }

  .image-39 {
    width: auto;
  }

  .slider-2 {
    background-color: #0000;
    width: 100%;
    max-width: 560px;
    height: 100%;
  }

  .slider-2.slide-box {
    max-width: 288px;
  }

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

  .icon-8, .icon-9 {
    color: var(--white-web);
  }

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

  .image-41 {
    width: 292px;
  }

  .paragraph-47 {
    font-size: 28px;
  }

  .section-2 {
    min-height: 160px;
  }

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

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

  .grid-3 {
    flex-flow: column;
    grid-template-rows: auto auto auto auto auto;
    grid-template-columns: 1fr;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .slider-7 {
    width: auto;
    max-width: 560px;
  }

  .right-arrow-5 {
    right: 0;
  }
}

@media screen and (max-width: 479px) {
  .image-4 {
    width: 24px;
  }

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

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

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

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

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

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

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

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

  .image.desktop {
    display: block;
  }

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

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

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

  .l-nav {
    position: relative;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .home-third.banner-carrossel {
    min-height: auto;
    margin-bottom: 0;
  }

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

  .image-26 {
    width: 80%;
  }

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

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

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

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

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

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

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

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

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

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

  .link {
    margin-bottom: 0;
  }

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

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

  .slider {
    z-index: 0;
    max-height: 480px;
  }

  .icon-6 {
    color: #fff;
    margin-bottom: auto;
    margin-right: -10px;
    inset: 0% 0% 0% auto;
  }

  .icon-7 {
    color: #fff;
    margin-bottom: auto;
    margin-left: 0;
    inset: 0% auto 0% 0%;
  }

  .slide-nav-2 {
    justify-content: center;
    align-items: flex-end;
    margin-top: auto;
    margin-bottom: -3px;
    display: flex;
  }

  .mask-3, .slide-3 {
    z-index: 0;
  }

  .image-29 {
    min-width: 100%;
    max-width: none;
    min-height: 500px;
    max-height: 500px;
  }

  .div-block-89 {
    justify-content: center;
    align-items: center;
    inset: auto 0% 0%;
  }

  .heading-63 {
    font-family: Ppneuemachina, sans-serif;
    font-size: 14px;
  }

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

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

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

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

  .html-embed-19 {
    margin-bottom: 0;
  }

  .div-block-92 {
    margin-top: 40px;
    margin-bottom: 60px;
  }

  .banner-instrutor {
    min-height: 0;
  }

  .section-descicao-imagem.img-left-hit-box {
    display: block;
    inset: -80% auto auto 0%;
  }

  .section-descicao-imagem.image-right-hit-box {
    display: block;
    inset: 110px 0% 0% auto;
    overflow: visible;
  }

  .section-descicao-imagem.img-left-bike {
    width: auto;
    height: auto;
    top: -42%;
    left: -28%;
  }

  .section-descicao-imagem.image-right-bike {
    bottom: -20px;
    right: -20%;
  }

  .section-descicao-imagem.image-rigjt-run {
    top: -60%;
  }

  .section-descicao-imagem.image-left-res {
    top: auto;
    bottom: -25%;
    left: -10%;
  }

  .section-descicao-imagem.image-right-res {
    top: -10%;
    right: 0%;
  }

  .section-descricao-content {
    padding-left: 0;
    padding-right: 0;
  }

  .paragraph-25 {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 18px;
  }

  .image-34, .image-35 {
    max-height: 90px;
  }

  .banner-tempo {
    min-height: 0;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .banner-tempo.img1.bbbikewith, .banner-tempo.img1.training, .banner-tempo.img2, .banner-tempo.img4.reshape, .banner-tempo.box001 {
    min-height: 320px;
  }

  .banner-tempo-container {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .professores-container {
    flex-flow: wrap;
    justify-content: center;
    align-items: flex-start;
  }

  .heading-64 {
    text-align: center;
    width: 100%;
  }

  .txt-quem-somos {
    margin-top: 0;
    font-size: 18px;
  }

  .image-37 {
    height: 100%;
    min-height: 200px;
  }

  .div-block-93 {
    min-height: 0;
  }

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

  .paragraph-26 {
    margin-top: 0;
    font-size: 18px;
    line-height: 120%;
  }

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

  .container-fotos {
    width: auto;
  }

  .container-foto {
    width: 100%;
  }

  .container-foto.foto-training {
    width: auto;
    height: auto;
  }

  .image-38 {
    width: 60px;
  }

  .image-39 {
    width: 100%;
  }

  .slider-2 {
    width: auto;
    max-width: 292px;
  }

  .icon-8, .icon-9 {
    color: #fff;
  }

  .heading-75 {
    font-size: 1.5rem;
  }

  .container-politicas-2 {
    padding-top: 60px;
  }

  .heading-77, .heading-79, .heading-80 {
    font-size: 1.5rem;
  }

  .heading-82 {
    font-size: 24px;
  }

  .heading-83 {
    text-align: center;
    font-size: 24px;
  }

  .paragraph-47 {
    font-size: 18px;
  }

  .section-2 {
    min-height: 120px;
  }

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

  .slider-3 {
    height: 360px;
  }

  .heading-85, .heading-86 {
    text-align: center;
    font-size: 24px;
  }

  .container {
    padding-top: 20px;
  }

  .div-block-98 {
    height: auto;
    margin-top: 0;
    margin-bottom: 0;
    padding: 20px 10px;
  }

  .paragraph-48 {
    text-align: center;
    justify-content: center;
    align-items: center;
    font-size: 14px;
  }

  .image-46, .image-47, .image-48, .image-49 {
    width: 100%;
  }

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

  .slider-4, .slider-5, .slider-6 {
    max-width: 220px;
  }

  .slider-7 {
    max-width: 292px;
  }
}

#w-node-e1378a15-e324-a1f7-b1b5-b1052e337118-2e337115, #w-node-e1378a15-e324-a1f7-b1b5-b1052e33711b-2e337115, #w-node-e1378a15-e324-a1f7-b1b5-b1052e33712d-2e337115, #w-node-c2081179-df7f-6475-4686-4ff57565e7a8-2e337115, #w-node-dc68e68e-3268-ef56-5619-eb725a3bd471-2e337115, #w-node-e2b140a4-2ef6-11ab-4c70-35f8bc99a5b1-8f6daec5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-e1378a15-e324-a1f7-b1b5-b1052e33711b-2e337115, #w-node-c2081179-df7f-6475-4686-4ff57565e7a8-2e337115, #w-node-dc68e68e-3268-ef56-5619-eb725a3bd471-2e337115 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


@font-face {
  font-family: 'Ppneuemachina';
  src: url('../fonts/PPNeueMachina-InktrapRegular.woff2') format('woff2'), url('../fonts/PPNeueMachina-InktrapRegular.woff') format('woff'), url('../fonts/PPNeueMachina-InktrapRegular.ttf') format('truetype'), url('../fonts/PPNeueMachina-InktrapRegular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Ppneuemachina';
  src: url('../fonts/PPNeueMachina-InktrapUltrabold.woff2') format('woff2'), url('../fonts/PPNeueMachina-InktrapUltrabold.woff') format('woff'), url('../fonts/PPNeueMachina-InktrapUltrabold.ttf') format('truetype'), url('../fonts/PPNeueMachina-InktrapUltrabold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}