@font-face {
  font-family: Luxerie;
  src: url('../fonts/luxerie.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Causten;
  src: url('../fonts/causten-regular.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Causten;
  src: url('../fonts/causten-semibold.otf') format("opentype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Novecento;
  src: url('../fonts/synthview---novecento-sans-wide-normal.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Novecento;
  src: url('../fonts/synthview---novecento-sans-wide-demibold.otf') format("opentype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

:root {
  --background\<deleted\|variable-551fc17c-29ed-aaf7-5ca8-be86865ce718\>: white;
  --primary-color-template: #92725d;
  --text-3: white;
  --neutras-6: #5b4638;
  --white-web: white;
  --neutras-2: #eae3d5;
  --transparent: #fff0;
  --neutra-1: #bb977c;
  --gray\<deleted\|variable-d573e644-65e6-1abe-6c71-5c248c128b07\>: #888;
  --neutras-3: #4b4b4b;
  --text-1: #1e1e1e;
  --background-frame: #92725d4d;
  --black-web: black;
  --rounding-base\<deleted\|variable-11981e17-1849-2c14-4606-24200992a669\>: 6px;
  --text-2: #888;
  --neutras-4: #efefef;
  --background-dark: #333;
  --neutras-5: white;
}

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

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

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

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

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

body {
  color: #333;
  --background\<deleted\|variable-551fc17c-29ed-aaf7-5ca8-be86865ce718\>: black;
  --primary-color-template: #92725d;
  --text-3: #1e1e1e;
  --neutras-6: #5b4638;
  --white-web: white;
  --neutras-2: #eae3d5;
  --transparent: #fff0;
  --neutra-1: #bb977c;
  --gray\<deleted\|variable-d573e644-65e6-1abe-6c71-5c248c128b07\>: #888;
  --neutras-3: #4b4b4b;
  --text-1: #fafafa;
  --background-frame: #92725d4d;
  --black-web: black;
  --rounding-base\<deleted\|variable-11981e17-1849-2c14-4606-24200992a669\>: 6px;
  --text-2: #aaa;
  --neutras-4: #efefef;
  --background-dark: #333;
  --neutras-5: white;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

.container-navbar {
  z-index: 10;
  background-color: var(--background\<deleted\|variable-551fc17c-29ed-aaf7-5ca8-be86865ce718\>);
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 80px;
  display: flex;
  position: fixed;
  top: 0;
}

.navbar-custom {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1440px;
  padding: 10px 24px;
  display: flex;
}

.logo-header {
  object-fit: contain;
  max-width: none;
  height: 33px;
}

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

.icon-hamburguer {
  cursor: pointer;
  justify-content: center;
  align-items: center;
  display: flex;
}

.button-primary-bike {
  background-color: var(--primary-color-template);
  color: var(--text-3);
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  padding: 14px 28px;
  font-family: Luxerie, Arial, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 150%;
  transition: box-shadow .15s;
  display: flex;
}

.button-primary-bike:hover {
  background-color: var(--neutras-6);
  color: var(--white-web);
  box-shadow: inset 0 2px 5px 40vh #00000014;
}

.button-secondary-wellness {
  border: 2px solid var(--neutras-2);
  background-color: var(--transparent);
  color: var(--primary-color-template);
  cursor: pointer;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  padding: 14px 28px;
  font-family: Luxerie, Arial, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 150%;
  display: flex;
}

.button-secondary-wellness:hover {
  background-color: var(--neutra-1);
  color: var(--white-web);
}

.button-secondary-wellness.pagekraft-auth-register {
  display: flex;
}

.button-secondary-wellness.pagekraft-auth-register:hover {
  box-shadow: none;
  --background\<deleted\|variable-551fc17c-29ed-aaf7-5ca8-be86865ce718\>: white;
  --primary-color-template: #92725d;
  --text-3: white;
  --neutras-6: #5b4638;
  --white-web: white;
  --neutras-2: #eae3d5;
  --transparent: #fff0;
  --neutra-1: #bb977c;
  --gray\<deleted\|variable-d573e644-65e6-1abe-6c71-5c248c128b07\>: #888;
  --neutras-3: #4b4b4b;
  --text-1: #1e1e1e;
  --background-frame: #92725d4d;
  --black-web: black;
  --rounding-base\<deleted\|variable-11981e17-1849-2c14-4606-24200992a669\>: 6px;
  --text-2: #888;
  --neutras-4: #efefef;
  --background-dark: #333;
  --neutras-5: white;
}

.button-secondary-wellness.pagekraft-auth-my-account, .button-secondary-wellness.pagekraft-auth-logout {
  display: none;
}

.div-block-2 {
  grid-column-gap: 42px;
  grid-row-gap: 42px;
  align-items: center;
  display: flex;
}

.code-embed {
  height: auto;
  color: var(--primary-color-template);
  line-height: 14px;
  display: flex;
}

.code-embed.pagekraft-auth-login {
  border: 2px solid var(--neutras-2);
  cursor: pointer;
  border-radius: 12px;
  padding: 17px 20px;
}

.code-embed.pagekraft-auth-login:hover {
  background-color: var(--neutra-1);
  color: var(--white-web);
}

.div-block-3 {
  border: 1px solid var(--neutras-2);
  cursor: pointer;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  padding: 12.5px 14px;
  transition: box-shadow .2s;
  display: flex;
}

.div-block-3:hover {
  box-shadow: inset 0 2px 5px 100vh #0000000d;
}

.div-block-3.pagekraft-auth-login {
  border-width: 2px;
  border-color: var(--neutras-2);
  border-radius: 12px;
  padding: 16px 20px;
  transition-property: none;
  display: flex;
}

.div-block-3.pagekraft-auth-login:hover {
  background-color: var(--neutras-6);
  box-shadow: none;
  color: var(--white-web);
}

.div-block-4 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: flex-end;
  align-items: center;
  min-width: 248px;
  display: flex;
}

.heading {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: var(--gray\<deleted\|variable-d573e644-65e6-1abe-6c71-5c248c128b07\>);
  text-align: center;
  font-size: 12px;
  font-weight: 500;
  line-height: 18px;
  display: block;
}

.heading.pagekraft-auth-register {
  cursor: pointer;
  justify-content: flex-start;
  align-items: center;
  height: auto;
  margin-top: 0;
  margin-bottom: 0;
  display: flex;
}

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

.menu-hamburguer {
  z-index: auto;
  grid-column-gap: 42px;
  grid-row-gap: 42px;
  background-color: var(--white-web);
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 320px;
  height: 100vh;
  padding: 20px 24px 64px;
  transition: all .3s;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  overflow: auto;
  transform: translate(-360px);
}

.div-block-6 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  display: flex;
}

.code-embed-2 {
  cursor: pointer;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-8 {
  background-color: #0006;
  height: 100vh;
  display: none;
  position: fixed;
  inset: 0%;
  transform: translate(0);
}

.div-block-9 {
  grid-column-gap: 42px;
  grid-row-gap: 42px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding-left: 24px;
  padding-right: 24px;
  display: none;
}

.card-hover-description {
  background-color: var(--primary-color-template);
  width: 100%;
  max-width: 320px;
  height: 427px;
}

.card-hover-description.card-border-1 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -webkit-text-fill-color: inherit;
  background-image: none;
  background-position: 50% 85%;
  background-size: cover;
  background-clip: border-box;
  border-radius: 6px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 15%;
  max-width: 90%;
  height: 427px;
  max-height: 427px;
  transition: width 1s;
  display: block;
}

.box-description-3 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: var(--transparent);
  width: 100%;
  height: 66px;
  color: var(--primary-color-template);
  border-bottom-left-radius: 50px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  padding: 18px;
  font-weight: 500;
  line-height: 20px;
  display: flex;
}

.box-description-3:where(.w-variant-270b6861-34e5-0138-c40b-a3b523b75804) {
  border-bottom-left-radius: 0;
}

.box-description-3:where(.w-variant-4c61c162-ae64-b959-8e71-adb0151ae895) {
  border-radius: 0 0 50px;
}

.title-card-hover {
  color: var(--primary-color-template);
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 700;
  line-height: 36px;
}

.description-hide {
  color: var(--text-3);
  text-align: center;
  display: none;
}

.box-description-shadow {
  width: 100%;
  height: 100%;
  padding-top: 190px;
}

.box-description-shadow.card-border-1 {
  background-color: var(--transparent);
  z-index: 1;
  border-top-left-radius: 0;
  border-top-right-radius: 50px;
  border-bottom-left-radius: 50px;
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
  position: relative;
}

.box-description-shadow.card-border-1:where(.w-variant-270b6861-34e5-0138-c40b-a3b523b75804) {
  border-top-left-radius: 50px;
  border-bottom-left-radius: 0;
}

.box-description-shadow.card-border-1:where(.w-variant-4c61c162-ae64-b959-8e71-adb0151ae895) {
  border-radius: 50px 0;
}

.box-description-shadow.card-border-1-copy:where(.w-variant-270b6861-34e5-0138-c40b-a3b523b75804) {
  border-top-left-radius: 50px;
  border-bottom-left-radius: 0;
}

.box-description-shadow.card-border-1-copy:where(.w-variant-4c61c162-ae64-b959-8e71-adb0151ae895) {
  border-radius: 50px 0;
}

.box-description-shadow.card-border-1-copy {
  z-index: 1;
  border-top-left-radius: 0;
  border-top-right-radius: 50px;
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
  position: relative;
}

.box-description-shadow.card-border-1-copy.title-center-card {
  border-radius: 6px;
  justify-content: center;
  align-items: stretch;
  padding-top: 0;
  display: flex;
}

.box-description-shadow.card-border-1-copy.title-center-card:hover {
  justify-content: flex-start;
  align-items: flex-end;
}

.image-4 {
  z-index: 0;
  float: right;
  clear: none;
  aspect-ratio: auto;
  object-fit: cover;
  border-radius: 6px;
  width: 100%;
  height: 100%;
  display: inline-block;
  position: relative;
  inset: -100% 0% 0%;
}

.image-4:where(.w-variant-270b6861-34e5-0138-c40b-a3b523b75804) {
  border-top-left-radius: 50px;
  border-bottom-left-radius: 0;
}

.image-4:where(.w-variant-4c61c162-ae64-b959-8e71-adb0151ae895) {
  border-radius: 50px 0;
}

.card-hover-description-bottom {
  background-color: var(--primary-color-template);
  width: 100%;
  max-width: 320px;
  height: 427px;
}

.card-hover-description-bottom.card-border-1 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -webkit-text-fill-color: inherit;
  background-image: none;
  background-position: 50% 85%;
  background-size: cover;
  background-clip: border-box;
  border-top-left-radius: 0;
  border-top-right-radius: 50px;
  border-bottom-left-radius: 50px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: block;
}

.card-hover-description-bottom.card-border-1:where(.w-variant-270b6861-34e5-0138-c40b-a3b523b75804) {
  border-top-left-radius: 50px;
  border-bottom-left-radius: 0;
}

.card-hover-description-bottom.card-border-1:where(.w-variant-4c61c162-ae64-b959-8e71-adb0151ae895) {
  border-radius: 50px 0;
}

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

.image-5 {
  box-sizing: border-box;
  aspect-ratio: auto;
  object-fit: cover;
  object-position: 50% 50%;
  border-radius: 0 0 16px 16px;
  width: 100%;
  max-width: none;
  height: 250px;
  display: inline-block;
}

.div-block-40 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--neutras-3);
  border-radius: 16px 16px 0 0;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  width: 100%;
  max-width: none;
  padding: 24px;
  display: grid;
}

.heading-14 {
  color: var(--primary-color-template);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
}

.text-block-7 {
  color: var(--text-1);
  font-weight: 400;
}

.div-block-41, .div-block-42 {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-flow: column;
  display: flex;
}

.container-footer {
  background-color: var(--primary-color-template);
  background-image: url('../images/1.3---Footer.avif');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  max-width: none;
  margin-top: auto;
  padding-top: 0;
  padding-bottom: 0;
}

.section-6 {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 1230px;
  margin-left: auto;
  margin-right: auto;
  padding: 40px 15px;
  font-size: 14px;
  display: grid;
}

.image-7 {
  object-fit: contain;
  height: 45px;
}

.div-block-45 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.code-embed-11 {
  color: var(--neutras-6);
  display: flex;
}

.text-block-8 {
  opacity: .8;
  color: var(--white-web);
  font-family: Causten, Arial, sans-serif;
  line-height: 150%;
}

.flex-block-4 {
  grid-column-gap: 9px;
  grid-row-gap: 9px;
}

.flex-block-5 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  font-size: 14px;
}

.subtitle-1 {
  color: var(--white-web);
  font-family: Causten, Arial, sans-serif;
  font-weight: 600;
}

.flex-block-7 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
}

.text-block-9, .text-block-10 {
  opacity: .8;
  color: var(--white-web);
  font-family: Causten, Arial, sans-serif;
  line-height: 150%;
}

.flex-block-8 {
  grid-column-gap: 9px;
  grid-row-gap: 9px;
}

.flex-block-9 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
}

.link-footer {
  opacity: .8;
  color: var(--white-web);
  font-family: Causten, Arial, sans-serif;
  font-weight: 300;
  line-height: 150%;
  text-decoration: none;
}

.link-footer.w--current {
  color: var(--white-web);
  font-family: Causten, Arial, sans-serif;
  line-height: 150%;
}

.flex-block-10 {
  grid-column-gap: 9px;
  grid-row-gap: 9px;
}

.flex-block-11 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
}

.flex-block-12 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: flex-start;
  align-items: center;
}

.container-title-page {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--background-frame);
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: none;
  margin-top: -10px;
  padding-top: 64px;
  padding-bottom: 64px;
  display: flex;
}

.title-page {
  color: var(--primary-color-template);
  text-align: center;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Causten, Arial, sans-serif;
  font-size: 1.875rem;
  font-weight: 600;
  line-height: 1.875rem;
}

.container-script {
  width: 100%;
  max-width: none;
  min-height: 60svh;
  padding: 0;
}

.code-embed-12 {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.link-modalidade {
  color: var(--primary-color-template);
  text-decoration: none;
}

.container-links-unidades {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex: 0 auto;
  justify-content: space-around;
  align-items: flex-end;
  width: 100%;
  padding-bottom: 24px;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
}

.button-primary-template-lg {
  background-color: var(--primary-color-template);
  width: 100%;
  color: var(--text-3);
  text-align: center;
  border-radius: 4px;
  padding: 12px 32px;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}

.button-primary-template-lg.agend-button-modalidade {
  width: auto;
  display: block;
}

.button-primary-template-lg.saiba-button-modalidade {
  display: block;
}

.heading-17 {
  color: var(--white-web);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
}

.text-block-13 {
  color: var(--white-web);
  font-weight: 500;
  line-height: 21px;
}

.description-modalidade-hover {
  z-index: 3;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  background-image: linear-gradient(180deg, #43447400, var(--primary-color-template));
  opacity: 0;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  transition: opacity .2s;
  display: none;
  position: relative;
}

.description-modalidade-normal {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.card-modalidade-video {
  width: 100%;
  max-width: 350px;
  height: 350px;
  max-height: none;
}

.container-card-modalidade-video {
  z-index: 1;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  text-align: center;
  background-image: linear-gradient(#0000, #000000c2 99%, #000);
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 24px;
  transition: background-color .2s;
  display: flex;
  position: relative;
}

.container-card-modalidade-video:hover {
  background-image: linear-gradient(180deg, #43447400, var(--primary-color-template));
}

.background-video {
  z-index: 0;
  width: 100%;
  height: 100%;
  top: -100%;
}

.h5-template {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
}

.widget-unidade {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  background-color: var(--neutras-2);
  border-radius: 6px;
  flex-flow: column;
  padding: 32px;
  display: flex;
}

.div-block-63 {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.text-block-17 {
  color: var(--text-1);
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
}

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

.line-divisor-unidades {
  background-color: var(--neutras-6);
  height: 24px;
  padding-left: 1px;
}

.div-block-65 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  display: flex;
}

.div-block-66 {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  background-color: var(--neutras-6);
  border-radius: 2px;
  justify-content: center;
  align-items: flex-start;
  padding: 4px 15px;
  display: flex;
}

.text-block-18 {
  color: var(--primary-color-template);
  font-size: 12px;
  font-weight: 600;
  line-height: 18px;
}

.flex-block-13 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: space-between;
  align-items: center;
}

.div-block-67 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  display: flex;
}

.div-block-68 {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-flow: wrap;
  display: flex;
}

.subtitle-lg {
  color: var(--primary-color-template);
  font-size: 18px;
  font-weight: 600;
  line-height: 27px;
}

.div-block-69 {
  grid-column-gap: 52px;
  grid-row-gap: 52px;
  flex-flow: column;
  display: flex;
}

.image-perfil-instrutores-1 {
  z-index: 0;
  border: 2.5px solid var(--neutras-3);
  object-fit: cover;
  border-radius: 50%;
  width: 52px;
  height: 52px;
  position: relative;
}

.image-perfil-instrutores-2 {
  z-index: 1;
  border: 2.5px solid var(--neutras-3);
  object-fit: cover;
  border-radius: 50%;
  width: 52px;
  height: 52px;
  position: relative;
  left: -10px;
}

.image-perfil-instrutores-3-copy {
  z-index: 2;
  border: 2.5px solid var(--neutras-3);
  object-fit: cover;
  border-radius: 50%;
  width: 52px;
  height: 52px;
  position: relative;
  left: -20px;
}

.image-perfil-instrutores-4 {
  z-index: 3;
  border: 2.5px solid var(--neutras-3);
  object-fit: cover;
  border-radius: 50%;
  width: 52px;
  height: 52px;
  position: relative;
  left: -30px;
}

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

.div-block-71 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  display: flex;
}

.div-block-72 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  display: flex;
}

.subtitle-lg-bold {
  color: var(--text-1);
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
}

.text-block-17-copy {
  color: var(--text-1);
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
}

.image-12 {
  object-fit: cover;
  border-radius: 4px;
  height: 320px;
}

.div-block-73 {
  height: auto;
}

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

.div-block-64-copy {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.modal-instrutores {
  z-index: 10;
  background-color: #000c;
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  height: 100%;
  display: none;
  position: fixed;
  inset: auto 0% 0%;
}

.div-block-76 {
  background-color: var(--white-web);
  flex: 0 auto;
  width: 100%;
  height: auto;
  min-height: 300px;
  padding-bottom: 64px;
  overflow: auto;
}

.div-block-77 {
  justify-content: space-between;
  align-items: stretch;
  padding: 24px;
  display: flex;
}

.div-block-78 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 24px;
  display: flex;
  overflow: auto;
}

.div-block-79 {
  border-radius: 50%;
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  width: 120px;
  height: 120px;
  display: flex;
}

.subtitle-md {
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  line-height: 21px;
}

.subtitle-md.color-main {
  z-index: 1;
  color: var(--primary-color-template);
  position: relative;
}

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

.text-block-19 {
  color: var(--text-1);
  cursor: pointer;
  font-size: 10px;
  font-weight: 500;
  line-height: 15px;
}

.code-embed-13 {
  color: var(--primary-color-template);
  cursor: pointer;
}

.image-13 {
  object-fit: cover;
  border-radius: 50%;
  width: 120px;
  height: 120px;
  position: relative;
  bottom: -43%;
}

.body-default {
  background-color: var(--white-web);
  color: var(--black-web);
  --background\<deleted\|variable-551fc17c-29ed-aaf7-5ca8-be86865ce718\>: white;
  --primary-color-template: #92725d;
  --text-3: white;
  --neutras-6: #5b4638;
  --white-web: white;
  --neutras-2: #eae3d5;
  --transparent: #fff0;
  --neutra-1: #bb977c;
  --gray\<deleted\|variable-d573e644-65e6-1abe-6c71-5c248c128b07\>: #888;
  --neutras-3: #4b4b4b;
  --text-1: #1e1e1e;
  --background-frame: #92725d4d;
  --black-web: black;
  --rounding-base\<deleted\|variable-11981e17-1849-2c14-4606-24200992a669\>: 6px;
  --text-2: #888;
  --neutras-4: #efefef;
  --background-dark: #333;
  --neutras-5: white;
  flex-flow: column;
  justify-content: space-between;
  font-family: Causten, Arial, sans-serif;
  display: flex;
}

.text-block-21 {
  color: var(--text-1);
  font-weight: 600;
}

.paragraph-4 {
  color: var(--text-1);
  font-size: 18px;
  font-weight: 600;
  line-height: 27px;
}

.button-primary-wellness-my-account {
  border-radius: var(--rounding-base\<deleted\|variable-11981e17-1849-2c14-4606-24200992a669\>);
  background-color: var(--primary-color-template);
  font-weight: 500;
  line-height: 25px;
}

.button-primary-wellness-my-account.pagekraft-auth-my-account {
  background-color: var(--transparent);
  color: var(--primary-color-template);
  transition: transform .2s;
}

.button-primary-wellness-my-account.pagekraft-auth-my-account:hover {
  transform: scale(1.03);
}

.button-secondary-wellness-sair {
  border: 2px solid var(--neutras-3);
  border-radius: var(--rounding-base\<deleted\|variable-11981e17-1849-2c14-4606-24200992a669\>);
  background-color: var(--transparent);
  color: var(--primary-color-template);
  font-weight: 500;
}

.button-secondary-wellness-sair.pagekraft-auth-logout-dsds {
  border-style: none;
  transition: transform .2s;
}

.button-secondary-wellness-sair.pagekraft-auth-logout-dsds:hover {
  transform: scale(1.03);
}

.title-card-hover-hover {
  color: var(--text-3);
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  line-height: 30px;
  display: none;
}

.div-block-89 {
  background-color: var(--neutras-3);
  border-bottom-left-radius: 48px;
  width: 100%;
}

.div-block-89:where(.w-variant-4c61c162-ae64-b959-8e71-adb0151ae895) {
  border-bottom-right-radius: 48px;
  border-bottom-left-radius: 0;
}

.code-embed-14 {
  color: var(--primary-color-template);
}

.code-embed-14.car-shopping.pagekraft-auth-checkout {
  border: 2px solid var(--neutras-2);
  border-radius: 4px;
  padding: 9px 14px;
}

.code-embed-15, .code-embed-16, .code-embed-17, .code-embed-18, .code-embed-24, .code-embed-25, .code-embed-26 {
  color: var(--primary-color-template);
}

.div-block-101 {
  flex-flow: column;
  width: 100%;
  display: flex;
  overflow: visible;
}

.button-hamburguer-2 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  border-radius: 6px;
  justify-content: flex-start;
  align-items: center;
  height: 64px;
  padding-left: 24px;
  padding-right: 24px;
  font-weight: 600;
  text-decoration: none;
  transition: background-color .2s;
  display: flex;
}

.button-hamburguer-2:hover {
  background-color: #f0f0f0b3;
}

.button-hamburguer-2:visited {
  color: #1e1e1e;
  background-color: #f0f0f0b3;
  font-weight: 700;
}

.code-embed-33 {
  color: var(--primary-color-template);
}

.heading-21 {
  color: #555;
}

.code-embed-34, .code-embed-35, .code-embed-36, .code-embed-37 {
  color: var(--primary-color-template);
}

.code-embed-38 {
  width: auto;
  max-width: none;
  margin-bottom: 0;
}

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

.container-6 {
  width: 100%;
  max-width: none;
  margin-top: 80px;
}

.div-block-102 {
  z-index: 2;
  border-bottom-right-radius: 40%;
  border-bottom-left-radius: 40%;
  width: 100%;
  height: 100%;
  position: static;
  inset: 0% auto 0% 0%;
}

.div-block-103 {
  background-image: url('../images/background_1.png');
  background-position: 50% 0;
  background-size: cover;
  border-bottom-right-radius: 40%;
  border-bottom-left-radius: 40%;
  height: 380px;
}

.container-7 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 128px;
  font-family: Causten, Arial, sans-serif;
  display: flex;
}

.code-embed-39 {
  margin-top: -250px;
  position: static;
  top: auto;
}

.heading-22 {
  color: var(--primary-color-template);
  font-family: Causten, Arial, sans-serif;
  font-size: 80px;
  font-weight: 600;
  line-height: 120px;
}

.text-block-28 {
  text-align: center;
  font-size: 24px;
  font-weight: 600;
  line-height: 36px;
}

.text-span-17 {
  color: var(--black-web);
}

.text-block-29 {
  color: var(--text-2);
  text-align: center;
  font-family: Causten, Arial, sans-serif;
  font-weight: 400;
}

.div-block-104 {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  flex-flow: column;
  display: flex;
}

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

.title-card-hover-2 {
  width: auto;
  height: auto;
  color: var(--primary-color-template);
  white-space: nowrap;
  word-break: keep-all;
  justify-content: flex-start;
  align-items: flex-end;
  font-family: Montserrat, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.5;
  display: block;
}

.text-block-30 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  max-width: 450px;
  color: var(--text-1);
  font-weight: 400;
  line-height: 1.5;
  display: block;
}

.div-block-106 {
  justify-content: center;
  align-items: flex-end;
  width: 300px;
  position: relative;
  top: -130px;
  transform: rotate(270deg);
}

.div-block-107 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  background-color: var(--neutras-3);
  justify-content: space-between;
  align-items: center;
  width: 100%;
  min-height: 132px;
  padding-left: 42px;
  padding-right: 42px;
  display: none;
  overflow: hidden;
}

.div-block-108 {
  background-color: #ccc;
  width: 1px;
  height: 67px;
}

.box-description {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: #f38d50;
  background-color: #fff0;
  border-bottom-left-radius: 50px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 66px;
  margin-top: 0;
  padding: 18px;
  font-weight: 500;
  line-height: 20px;
  display: flex;
}

.text-block-31 {
  color: var(--primary-color-template);
  font-size: 40px;
  font-weight: 700;
  line-height: 1.5;
}

.div-block-109 {
  background-color: var(--neutras-3);
  justify-content: center;
  align-items: flex-end;
  width: 80px;
  display: flex;
}

.container-minha-conta {
  max-width: none;
  min-height: 60svh;
  margin-top: 80px;
  padding: 0;
}

.code-embed-50 {
  margin-bottom: 0;
}

.div-block-188 {
  padding-top: 20px;
  padding-bottom: 40px;
}

.font-14 {
  line-height: 1.5;
}

.body-page-template {
  --background\<deleted\|variable-551fc17c-29ed-aaf7-5ca8-be86865ce718\>: white;
  --primary-color-template: #92725d;
  --text-3: white;
  --neutras-6: #5b4638;
  --white-web: white;
  --neutras-2: #eae3d5;
  --transparent: #fff0;
  --neutra-1: #bb977c;
  --gray\<deleted\|variable-d573e644-65e6-1abe-6c71-5c248c128b07\>: #888;
  --neutras-3: #4b4b4b;
  --text-1: #1e1e1e;
  --background-frame: #92725d4d;
  --black-web: black;
  --rounding-base\<deleted\|variable-11981e17-1849-2c14-4606-24200992a669\>: 6px;
  --text-2: #888;
  --neutras-4: #efefef;
  --background-dark: #333;
  --neutras-5: white;
  font-family: Montserrat, sans-serif;
}

.container-body-template {
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  min-height: 100svh;
  display: flex;
}

.div-block-189 {
  margin-top: 80px;
}

.container-bike-script-copy {
  width: auto;
  max-width: none;
  min-height: 60svh;
  padding: 0 0 40px;
}

.div-block-2357 {
  margin-top: 80px;
}

.pagekraft-auth-checkout {
  border: 2px solid var(--neutras-2);
  color: var(--primary-color-template);
  cursor: pointer;
  border-radius: 12px;
  padding: 14px 20px;
}

.pagekraft-auth-checkout:hover {
  background-color: var(--neutra-1);
  color: var(--white-web);
}

.container-frame {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1248px;
  margin-left: auto;
  margin-right: auto;
  padding: 60px 40px;
  display: flex;
}

.section-7 {
  margin-top: 80px;
}

.code-embed-51 {
  margin-bottom: 0;
}

.heading-23 {
  color: #241717;
  text-align: center;
  max-width: 780px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Luxerie, Arial, sans-serif;
  font-size: 40px;
  font-weight: 400;
  line-height: 120%;
}

.paragraph-5 {
  text-align: center;
  max-width: 780px;
  margin-bottom: 0;
  font-family: Causten, Arial, sans-serif;
  font-size: 16px;
  line-height: 150%;
}

.container-frame-2 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 1248px;
  margin-left: auto;
  margin-right: auto;
  padding: 60px 40px;
  display: flex;
}

.heading-24 {
  color: #241717;
  text-align: center;
  max-width: 780px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Luxerie, Arial, sans-serif;
  font-size: 40px;
  font-weight: 400;
  line-height: 120%;
}

.card-modali {
  border-radius: 16px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 450px;
  padding: 30px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.heading-25 {
  color: var(--white-web);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Novecento, Arial, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 150%;
}

.div-block-2359 {
  z-index: 4;
  background-color: var(--primary-color-template);
  border-radius: 12px;
  justify-content: flex-start;
  align-items: center;
  padding: 8px 20px;
  display: block;
  position: relative;
}

.div-block-2362 {
  z-index: 11;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: none;
  position: relative;
}

.div-block-2363 {
  z-index: 10;
  background-image: linear-gradient(182deg, #fff0, #241717e6 87%);
  display: none;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.container-frame-3, .container-frame--4 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 1248px;
  margin-left: auto;
  margin-right: auto;
  padding: 60px 40px;
  display: flex;
}

.code-embed-55 {
  width: 100%;
}

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

.container-frame-5 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 1248px;
  margin-left: auto;
  margin-right: auto;
  padding: 60px 40px;
  display: flex;
}

.heading-29 {
  color: #241717;
  text-align: center;
  max-width: 780px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Luxerie, Arial, sans-serif;
  font-size: 40px;
  font-weight: 400;
  line-height: 120%;
}

.div-block-2377 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-image: url('../images/bg.avif');
  background-position: 50%;
  background-size: cover;
  border-radius: 24px;
  flex-flow: column;
  width: 100%;
  padding: 20px;
  display: flex;
}

.div-block-2378 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.div-block-2379 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  width: 50%;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.heading-30 {
  color: var(--white-web);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Luxerie, Arial, sans-serif;
  font-size: 30px;
  line-height: 150%;
}

.paragraph-12 {
  color: var(--white-web);
  text-transform: uppercase;
  margin-bottom: 0;
  font-family: Causten, Arial, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 150%;
}

.heading-31 {
  color: var(--white-web);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Causten, Arial, sans-serif;
  font-size: 18px;
  line-height: 150%;
}

.paragraph-13 {
  color: var(--white-web);
  margin-bottom: 0;
  font-family: Causten, Arial, sans-serif;
}

.div-block-2381 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 320px;
  display: flex;
  position: relative;
}

.div-block-2382 {
  background-image: url('../images/8f370786a370dcaa724a3f67d46226a1bf52eef1.avif');
  background-position: 50%;
  background-size: cover;
  border-radius: 16px;
  width: 50%;
  height: 100%;
  margin: 0;
  position: static;
  inset: 0% auto auto 0%;
}

.code-embed-56 {
  width: 50%;
}

.container-frame-6 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 1248px;
  margin-left: auto;
  margin-right: auto;
  padding: 60px 40px;
  display: flex;
}

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

.slide-2 {
  width: 33.33%;
  padding-left: 10px;
  padding-right: 10px;
}

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

.slide-nav-2 {
  font-size: 11px;
  bottom: -50px;
}

.container-frame--6 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1248px;
  margin-left: auto;
  margin-right: auto;
  padding: 60px 40px;
  display: flex;
}

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

.mask-4 {
  height: auto;
}

.slide-nav-3 {
  bottom: -50px;
}

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

.div-block-2385 {
  background-image: url('../images/zaya-local-1.avif');
  background-position: 50%;
  background-size: cover;
  border-radius: 16px;
  width: 100%;
  height: 300px;
}

.slide-3 {
  width: 50%;
  padding: 0 10px;
}

.div-block-2387 {
  background-image: url('../images/zaya-local-4.avif');
  background-position: 50%;
  background-size: cover;
  border-radius: 16px;
  width: 100%;
  height: 300px;
}

.div-block-2388 {
  background-image: url('../images/zaya-local-3.avif');
  background-position: 50%;
  background-size: cover;
  border-radius: 16px;
  width: 100%;
  height: 300px;
}

.div-block-2389 {
  background-image: url('../images/zaya-local-2.avif');
  background-position: 50%;
  background-size: cover;
  border-radius: 16px;
  width: 100%;
  height: 300px;
}

.div-block-2391 {
  border-radius: 16px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  max-width: none;
  height: 450px;
  padding: 20px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.image-17 {
  vertical-align: baseline;
  object-fit: cover;
  object-position: 50% 25%;
  width: 100%;
  max-width: none;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.image-17.pretoebranco {
  filter: grayscale();
  transition: all .2s;
}

.div-block-2392 {
  background-image: linear-gradient(357deg, #000000e6, #fff0);
  display: none;
  position: absolute;
  inset: 0%;
}

.div-block-2393 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.paragraph-14 {
  border-bottom: 1px solid var(--white-web);
  color: var(--white-web);
  margin-bottom: 20px;
  padding-bottom: 20px;
}

.heading-32 {
  color: var(--white-web);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Causten, Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.link-block-2 {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.div-block-2395 {
  flex-flow: column;
  width: 100%;
  display: none;
}

.div-block-2397 {
  border-radius: 16px;
  width: 100%;
  height: 450px;
  transition: all .4s;
  position: relative;
  overflow: hidden;
}

.div-block-2398 {
  z-index: 6;
  background-image: linear-gradient(#fff0, #000000e6);
  display: block;
  position: absolute;
  inset: 0%;
}

.div-block-2360 {
  z-index: 4;
  background-color: var(--neutras-2);
  border-radius: 12px;
  justify-content: flex-start;
  align-items: center;
  padding: 8px 20px;
  display: block;
  position: relative;
}

.heading-25-copy {
  color: var(--neutras-3);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Novecento, Arial, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 150%;
}

.div-block-2399 {
  z-index: 10;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  padding: 20px;
  display: flex;
  position: absolute;
  inset: 0%;
}

.paragraph-16 {
  border-bottom: 1px solid var(--white-web);
  width: 100%;
  color: var(--white-web);
  margin-bottom: 0;
  padding-bottom: 10px;
  font-family: Causten, Arial, sans-serif;
  line-height: 150%;
}

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

.div-block-2400 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  width: 100%;
  display: none;
}

.image-18 {
  position: absolute;
  inset: 0% 0% auto;
}

.image-18.sat {
  filter: grayscale();
}

.section-8 {
  display: none;
}

.container-frame-7 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-image: url('../images/img-bg-recrutamento.avif');
  background-position: 50%;
  border-radius: 16px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 1240px;
  height: 320px;
  margin-left: auto;
  margin-right: auto;
  padding: 10px;
  display: block;
}

.section-9 {
  background-color: var(--neutras-2);
}

.section-10 {
  background-color: var(--neutras-4);
}

.section-11 {
  width: 100%;
  padding: 80px 40px;
}

.div-block-2401 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: var(--neutras-4);
  border-radius: 16px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 50%;
  height: 100%;
  padding: 20px;
  display: flex;
}

.heading-34 {
  color: #241717;
  text-align: left;
  width: 100%;
  max-width: 780px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Luxerie, Arial, sans-serif;
  font-size: 40px;
  font-weight: 400;
  line-height: 120%;
}

.paragraph-17 {
  font-family: Causten, Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
}

.button-2 {
  background-color: var(--primary-color-template);
  color: var(--text-3);
  text-transform: uppercase;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  padding: 14px 28px;
  font-family: Luxerie, Arial, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 150%;
  transition: box-shadow .15s;
  display: flex;
}

.button-2:hover {
  background-color: var(--text-3);
  color: var(--primary-color-template);
  box-shadow: inset 0 2px 5px 40vh #00000014;
}

.section-12 {
  width: 100%;
  max-width: 1248px;
  margin-top: 80px;
  margin-left: auto;
  margin-right: auto;
  padding: 40px;
}

.section-13 {
  width: 100%;
  max-width: 1248px;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 40px;
}

.text-block-49 {
  color: #fff;
  font-family: Causten, Arial, sans-serif;
  font-weight: 700;
  line-height: 150%;
}

.div-block-182 {
  background-image: url('../images/background.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  height: 380px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.div-block-138 {
  min-height: 60vh;
  margin-top: 80px;
  padding-top: 0;
}

.div-block-185 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  margin-top: 0;
  margin-bottom: -5px;
  display: flex;
}

.heading-92 {
  color: #1e1e1e;
  text-align: center;
  font-family: Causten, Arial, sans-serif;
  font-weight: 700;
}

.div-block-184 {
  background-color: var(--primary-color-template);
  color: #fff;
  text-transform: uppercase;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 380px;
  height: 64px;
  text-decoration: none;
  transition: box-shadow .2s;
  display: flex;
}

.div-block-184:hover {
  box-shadow: inset 0 2px 5px 40vh #00000047;
}

.text-block-48 {
  color: #f6f7ffcc;
  text-align: center;
  max-width: 530px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 500;
}

.text-block-50 {
  color: #888;
  justify-content: center;
  align-items: flex-start;
  padding-top: 15px;
  font-family: Causten, Arial, sans-serif;
  font-size: 14px;
  font-weight: 500;
  display: flex;
}

.div-block-186 {
  margin-top: 60px;
}

.heading-91 {
  color: #fff;
  text-align: center;
  font-family: Causten, Arial, sans-serif;
  font-size: 48px;
  font-weight: 600;
}

.div-block-187 {
  min-height: 300px;
  margin-top: 40px;
}

@media screen and (min-width: 1440px) {
  .container-script {
    max-width: none;
  }

  .code-embed-38, .code-embed-50 {
    margin-bottom: 0;
  }

  .font-14 {
    font-family: Montserrat, sans-serif;
  }

  .container-bike-script-copy {
    max-width: none;
  }

  .div-block-182 {
    height: 450px;
  }
}

@media screen and (max-width: 991px) {
  .div-block {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    width: 100%;
  }

  .button-primary-bike {
    padding: 12px 24px;
    font-weight: 700;
    display: flex;
  }

  .button-secondary-wellness {
    padding: 10px 24px;
  }

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

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

  .card-hover-description.card-border-1 {
    width: 80%;
    max-width: 90%;
    transition: width .6s;
  }

  .box-description-shadow.card-border-1-copy.title-center-card {
    justify-content: flex-start;
    align-items: stretch;
  }

  .div-block-38 {
    width: auto;
  }

  .div-block-40 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .section-6 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    padding-left: 24px;
    padding-right: 24px;
  }

  .flex-block-4 {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
  }

  .flex-block-5 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .subtitle-1 {
    font-weight: 600;
  }

  .flex-block-7 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .flex-block-8 {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
  }

  .flex-block-9 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .flex-block-10 {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
  }

  .flex-block-11 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .container-title-page {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .container-script {
    max-width: none;
  }

  .button-primary-template-lg {
    width: auto;
    margin-left: 0;
    display: block;
  }

  .widget-unidade {
    border-radius: 6px;
  }

  .div-block-64 {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .line-divisor-unidades {
    display: none;
  }

  .div-block-65 {
    grid-column-gap: 18px;
    grid-row-gap: 18px;
  }

  .flex-block-13 {
    grid-column-gap: 64px;
    grid-row-gap: 64px;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

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

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

  .div-block-64-copy {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .div-block-109 {
    margin-left: 70px;
  }

  .container-bike-script-copy {
    max-width: none;
  }

  .link-block.w--current {
    justify-content: center;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .slide-2 {
    width: 50%;
  }

  .slide-3 {
    width: 100%;
  }

  .div-block-2391 {
    height: 450px;
  }

  .heading-34 {
    line-height: 120%;
  }

  .button-2 {
    padding: 12px 24px;
    font-weight: 700;
    display: flex;
  }

  .container-8 {
    background-image: url('../images/footer--tablet.avif');
  }

  .text-block-48 {
    font-weight: 400;
  }

  .div-block-186 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .heading-91 {
    font-size: 38px;
  }
}

@media screen and (max-width: 767px) {
  .button-primary-bike {
    font-weight: 700;
  }

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

  .div-block-9 {
    display: flex;
  }

  .card-hover-description.card-border-1 {
    width: 90%;
  }

  .div-block-40 {
    grid-column-gap: 42px;
    grid-row-gap: 42px;
    flex-flow: column;
    align-items: flex-start;
    display: flex;
  }

  .div-block-41 {
    justify-content: flex-start;
    align-self: auto;
    align-items: flex-start;
    margin-right: auto;
    display: flex;
  }

  .section-6 {
    grid-column-gap: 42px;
    grid-row-gap: 42px;
    grid-template-columns: 1fr;
    padding-left: 24px;
    padding-right: 24px;
  }

  .flex-block-12 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    justify-content: flex-start;
    align-items: center;
    display: none;
  }

  .title-page {
    font-size: 1.875rem;
    line-height: 1.875rem;
  }

  .button-primary-template-lg {
    width: 100%;
  }

  .flex-block-13 {
    grid-column-gap: 64px;
    grid-row-gap: 64px;
  }

  .modal-instrutores {
    display: none;
  }

  .div-block-79 {
    background-image: none;
    flex-flow: column;
    justify-content: flex-end;
    align-items: center;
  }

  .subtitle-md.color-main {
    z-index: 2;
    position: relative;
  }

  .image-13 {
    object-fit: cover;
    border-radius: 50%;
    width: 120px;
    max-width: none;
    height: 120px;
    position: relative;
    bottom: -43%;
  }

  .code-embed-14, .code-embed-14.car-shopping.pagekraft-auth-checkout {
    cursor: pointer;
  }

  .div-block-102, .div-block-103 {
    border-bottom-right-radius: 0%;
    border-bottom-left-radius: 0%;
  }

  .container-7 {
    margin-bottom: 64px;
  }

  .text-block-30 {
    min-height: auto;
    font-size: 12px;
    line-height: 18px;
    overflow: auto;
  }

  .div-block-107 {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 24px;
    display: none;
  }

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

  .text-block-31 {
    text-align: left;
    font-size: 20px;
    line-height: 30px;
  }

  .div-block-109 {
    margin-left: 30px;
  }

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

  .paragraph-5 {
    font-size: 14px;
  }

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

  .div-block-2376 {
    justify-content: center;
    align-items: center;
  }

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

  .div-block-2378 {
    flex-flow: column;
  }

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

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

  .div-block-2381 {
    flex-flow: column;
    height: auto;
  }

  .div-block-2382 {
    width: 100%;
    height: 150px;
  }

  .code-embed-56, .slide-2 {
    width: 100%;
  }

  .div-block-2391 {
    height: 400px;
  }

  .paragraph-14 {
    line-height: 150%;
  }

  .container-frame-7 {
    height: 640px;
  }

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

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

  .button-2 {
    font-weight: 700;
  }

  .container-8 {
    background-image: url('../images/footer--mobil.avif');
  }

  .div-block-182 {
    background-image: url('../images/background.png');
    background-position: 50% 0;
    background-size: cover;
    align-items: stretch;
    padding-left: 15px;
    padding-right: 15px;
  }

  .div-block-185 {
    justify-content: flex-end;
    align-items: center;
    margin-bottom: -30px;
  }

  .heading-92 {
    color: #1e1e1e;
    font-size: 20px;
  }

  .text-block-48 {
    padding-left: 24px;
    padding-right: 24px;
    font-weight: 700;
  }

  .div-block-186 {
    margin-top: 140px;
  }

  .heading-91 {
    font-size: 38px;
  }
}

@media screen and (max-width: 479px) {
  .button-primary-bike {
    font-weight: 700;
  }

  .card-hover-description.card-border-1 {
    width: 80%;
  }

  .text-block-7 {
    line-height: 1.5;
  }

  .section-6 {
    padding-right: 24px;
  }

  .subtitle-1 {
    word-break: break-all;
  }

  .image-12 {
    object-fit: cover;
  }

  .div-block-102, .div-block-103 {
    border-bottom-right-radius: 0%;
    border-bottom-left-radius: 0%;
  }

  .container-7 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .div-block-107 {
    padding: 12px;
    display: none;
  }

  .container-minha-conta {
    padding: 0;
  }

  .container-frame {
    padding: 40px 24px;
  }

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

  .container-frame-2 {
    padding: 40px 24px;
  }

  .heading-24 {
    width: 100%;
    max-width: none;
    font-size: 28px;
  }

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

  .container-frame--4, .container-frame-5 {
    padding: 40px 24px;
  }

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

  .container-frame-6, .container-frame--6 {
    padding: 40px 24px;
  }

  .div-block-2391 {
    height: 400px;
  }

  .section-11 {
    padding: 40px 24px;
  }

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

  .button-2 {
    font-weight: 700;
  }

  .section-12, .section-13 {
    padding-left: 24px;
    padding-right: 24px;
  }

  .text-block-50 {
    text-align: center;
  }
}


@font-face {
  font-family: 'Luxerie';
  src: url('../fonts/luxerie.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Causten';
  src: url('../fonts/causten-regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Causten';
  src: url('../fonts/causten-semibold.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Novecento';
  src: url('../fonts/synthview---novecento-sans-wide-normal.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Novecento';
  src: url('../fonts/synthview---novecento-sans-wide-demibold.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}