@font-face {
  font-family: Archivo;
  src: url('../fonts/Archivo-Regular.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Archivo;
  src: url('../fonts/Archivo-Bold.ttf') format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Archivo;
  src: url('../fonts/Archivo-Medium.ttf') format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Roboto;
  src: url('../fonts/Roboto-Bold.ttf') format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

:root {
  --white-web: white;
  --rounding-base: 6px;
  --verde: #2d4f48;
  --coral-suave: #935a48;
  --marrom: #935a48;
  --transparent: #fff0;
  --neutras-2: #f0f0f0;
  --neutras-3: #f6f9ffe6;
  --text-3: #000;
  --black-web: #000;
  --main-1: #80b2fd;
  --text-subtitle-color: #888;
  --text-1: #1e1e1e;
  --background-tertiary: #f0f0f0b3;
  --text-2: #888;
  --neutras-6: #0000000d;
  --background: white;
  --neutras-4: #ccc;
  --azul-petróleo: #004f59;
  --verde-petróleo: #004e58;
  --neutras-5: #edf9f8;
  --section: 100%;
  --background-dark: #333;
  --gray: #888;
  --white-90: #f0f0f0e6;
  --shadow-image: #2d2d2d80;
}

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

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

.w-layout-vflex {
  flex-direction: column;
  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;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

.container-navbar {
  z-index: 10;
  background-color: var(--white-web);
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 80px;
  font-family: Archivo, Arial, sans-serif;
  font-weight: 700;
  display: flex;
  position: fixed;
  top: 0;
}

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

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

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

.button-primary-bike {
  border-radius: var(--rounding-base);
  background-color: var(--verde);
  color: var(--white-web);
  cursor: pointer;
  justify-content: center;
  align-items: center;
  padding: 12px 24px;
  font-size: 14px;
  font-weight: 700;
  line-height: 21px;
  transition: box-shadow .15s;
  display: flex;
}

.button-primary-bike:hover {
  background-color: var(--coral-suave);
  outline-offset: 0px;
  outline: 3px #fff;
}

.button-secondary-funcional {
  border: 2px solid var(--marrom);
  border-radius: var(--rounding-base);
  background-color: var(--transparent);
  color: var(--verde);
  cursor: pointer;
  justify-content: center;
  align-items: center;
  padding: 11px 24px;
  font-size: 14px;
  font-weight: 700;
  transition: box-shadow .15s;
  display: flex;
}

.button-secondary-funcional:hover {
  background-color: var(--marrom);
  outline-offset: 0px;
  color: var(--white-web);
  outline: 3px #fff;
}

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

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

.code-embed:hover {
  color: var(--white-web);
}

.div-block-3 {
  border: 0px none var(--neutras-2);
  border-radius: 0;
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
  display: flex;
}

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

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

.container-modalidade {
  grid-column-gap: 42px;
  grid-row-gap: 42px;
  background-color: var(--neutras-3);
  background-image: linear-gradient(80deg, var(--text-3), var(--verde));
  flex-flow: column;
  width: 100%;
  max-width: none;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 60px;
  display: flex;
}

.text-span-2 {
  color: var(--verde);
}

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

.card-hover-description.card-border-1 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-image: url('../images/aa3222e401c015e23264e35fffabf281.jpeg');
  background-position: 50% 85%;
  background-size: cover;
  background-color: var(--neutras-3);
  background-image: linear-gradient(to bottom, var(--coral-suave), var(--coral-suave));
  -webkit-text-fill-color: inherit;
  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: 25%;
  max-width: 90%;
  height: 427px;
  max-height: 427px;
  transition: width 1s;
  display: block;
  overflow: hidden;
}

.div-block-13 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: center;
  align-items: center;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

.box-description {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: var(--transparent);
  width: 100%;
  height: 66px;
  color: var(--main-1);
  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:where(.w-variant-270b6861-34e5-0138-c40b-a3b523b75804) {
  border-bottom-left-radius: 0;
}

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

.box-description.border-none-title {
  background-color: var(--transparent);
  width: auto;
  height: 300px;
  color: var(--text-3);
  border-bottom-left-radius: 0;
  justify-content: center;
  align-items: flex-end;
}

.title-card-hover {
  width: auto;
  height: auto;
  color: var(--white-web);
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Roboto, Arial, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 150%;
}

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

.div-block-15 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: wrap;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.subtitle-right {
  max-width: none;
  color: var(--text-subtitle-color);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Archivo, Arial, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 21px;
}

.subtitle-center {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: flex-end;
  align-items: center;
  width: 50%;
  padding: 0%;
  display: block;
}

.container-reserva {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1440px;
  height: auto;
  margin-bottom: 0;
  padding: 5%;
  display: flex;
}

.div-block-17 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.card-reserve {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  background-color: var(--neutras-3);
  background-image: linear-gradient(to bottom, var(--verde), var(--verde));
  width: 100%;
  max-width: 364px;
  height: auto;
  max-height: 151px;
  color: var(--black-web);
  border-radius: 6px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  padding: 42px;
  display: flex;
}

.text-block-2 {
  color: var(--white-web);
  text-align: left;
  padding-left: 0;
  padding-right: 0;
  font-size: 12px;
  font-weight: 500;
  line-height: 150%;
}

.heading-7 {
  color: var(--white-web);
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Roboto, Arial, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 150%;
}

.heading-8 {
  color: var(--coral-suave);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 96px;
  font-weight: 700;
  line-height: 100%;
}

.title-reserve {
  width: 50%;
  color: var(--text-1);
  font-family: Roboto, Arial, sans-serif;
  font-size: 34px;
  font-weight: 700;
  line-height: 150%;
}

.container-conheca {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: var(--transparent);
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1440px;
  height: auto;
  margin-bottom: 0;
  padding: 3% 5%;
  display: flex;
}

.container-professor {
  background-color: var(--transparent);
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1440px;
  margin-bottom: 0;
  padding: 0% 5% 5%;
  display: none;
}

.section-2 {
  grid-column-gap: 42px;
  grid-row-gap: 42px;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.div-block-30 {
  grid-column-gap: 42px;
  grid-row-gap: 42px;
  flex-flow: row;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  max-width: 1200px;
  margin-left: 0;
  margin-right: 0;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

.button-primary-template-xl {
  background-color: var(--coral-suave);
  color: var(--white-web);
  text-align: center;
  white-space: nowrap;
  border-radius: 6px;
  margin-top: 0;
  padding: 14px 42px;
  font-size: 14px;
  font-weight: 700;
  line-height: 150%;
  text-decoration: 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 {
  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: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.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;
  opacity: 0;
  object-fit: cover;
  border-radius: 6px;
  width: 100%;
  height: 100%;
  display: 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(--main-1);
  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;
}

.container-unidade {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1440px;
  margin-top: 80px;
  margin-bottom: 0;
  padding: 5%;
  display: flex;
}

.div-block-37 {
  width: 100%;
  max-width: 1440px;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
}

.text-span-9 {
  color: var(--verde);
}

.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: 16px 16px 0 0;
  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: 0 0 16px 16px;
  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(--main-1);
  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-slider {
  background-image: linear-gradient(to bottom, var(--verde), var(--verde));
  flex-flow: row;
  justify-content: center;
  width: 100%;
  max-width: none;
  margin-bottom: 0;
  padding: 3% 5%;
  display: flex;
}

.container-footer {
  background-color: var(--white-web);
  width: 100%;
  max-width: none;
  margin-top: auto;
  padding-top: 2%;
  padding-bottom: 2%;
}

.section-6 {
  grid-column-gap: 30px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: stretch stretch;
  width: 100%;
  max-width: 1440px;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
  font-size: 14px;
  display: grid;
}

.image-7 {
  object-fit: contain;
  width: 100%;
  height: auto;
}

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

.code-embed-11 {
  color: var(--main-1);
  display: flex;
}

.text-block-8 {
  width: 100%;
  color: var(--text-3);
  font-family: Archivo, Arial, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
}

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

.flex-block-5 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: wrap;
}

.subtitle-1 {
  color: var(--black-web);
  font-family: Roboto, Arial, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 150%;
}

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

.text-block-9 {
  opacity: 1;
  color: var(--text-3);
  font-family: Archivo, Arial, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
}

.text-block-10 {
  opacity: 1;
  color: var(--text-1);
  font-family: Archivo, Arial, sans-serif;
  font-size: 16px;
  font-weight: 500;
  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 {
  color: var(--black-web);
  font-family: Archivo, Arial, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
  text-decoration: none;
}

.link-footer.w--current {
  opacity: 1;
  color: var(--black-web);
  font-family: Archivo, Arial, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
}

.flex-block-10 {
  grid-column-gap: 9px;
  grid-row-gap: 9px;
  color: var(--black-web);
}

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

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

.title-page {
  color: var(--verde);
  text-align: center;
  text-transform: uppercase;
  font-family: Roboto, Arial, sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 150%;
}

.container-script {
  width: 100%;
  max-width: none;
  padding: 0%;
}

.container-3 {
  text-align: center;
  width: 100%;
  max-width: none;
  min-height: 500px;
  margin-top: 80px;
}

.container-page-base {
  grid-column-gap: 42px;
  grid-row-gap: 42px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: none;
  min-height: 60svh;
  margin-top: 80px;
  margin-bottom: 0;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  display: block;
}

.code-embed-12 {
  width: 100%;
  margin-top: 64px;
  margin-bottom: 60px;
  padding-top: 0;
  padding-bottom: 0;
}

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

.div-block-47 {
  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: 0;
  transition: background-color .2s;
  display: flex;
  position: relative;
}

.link-modalidade {
  color: var(--main-1);
  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(--main-1);
  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(--main-1));
  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;
}

.image-9 {
  z-index: 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: relative;
  top: -100%;
}

.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(--main-1));
}

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

.div-block-49 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: 100%;
  transition: all .2s;
  display: flex;
}

.div-block-50 {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  flex-flow: column;
  padding: 18px 18px 32px;
  display: flex;
}

.card-modalidade-professores {
  border-radius: 4px;
  width: 100%;
  max-width: 320px;
  height: 430px;
}

.image-11 {
  z-index: 0;
  object-fit: cover;
  border-radius: 4px;
  width: 100%;
  height: 100%;
  position: relative;
  top: -100%;
}

.div-block-56 {
  z-index: 1;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.div-block-57 {
  opacity: 1;
  display: block;
}

.title-template-h4 {
  color: var(--main-1);
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  padding: 18px;
  font-size: 18px;
  font-weight: 600;
  line-height: 27px;
}

.div-block-58 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: var(--neutras-2);
  opacity: 0;
  flex-flow: column;
  width: 100%;
  height: 140px;
  padding: 18px;
  transition: opacity .3s;
  display: none;
}

.text-block-16 {
  text-align: center;
  font-size: 12px;
  font-weight: 300;
  line-height: 18px;
}

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

.title-1313 {
  color: var(--main-1);
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  padding: 0;
  font-size: 18px;
  font-weight: 600;
  line-height: 27px;
}

.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(--main-1);
  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(--main-1);
  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(--main-1);
  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(--main-1);
  cursor: pointer;
}

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

.body-default {
  background-color: var(--background);
  min-height: 100%;
  color: var(--black-web);
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  font-family: Archivo, Arial, sans-serif;
  font-size: 14px;
  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;
}

.div-block-88 {
  background-color: var(--transparent);
  justify-content: center;
  align-items: center;
  width: 80px;
  display: flex;
}

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

.button-primary-template-lg-copy-copy {
  background-color: var(--main-1);
  width: auto;
  color: var(--white-web);
  text-align: center;
  border-radius: 4px;
  margin-left: auto;
  margin-right: auto;
  padding: 12px 32px;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  display: block;
}

.code-embed-15, .code-embed-24, .code-embed-25, .code-embed-26, .code-embed-31 {
  color: var(--main-1);
}

.div-block-90 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border: 2px solid var(--neutras-2);
  cursor: pointer;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
  padding: 9px 14px;
  transition: box-shadow .2s, opacity .2s;
  display: flex;
}

.div-block-90:hover {
  box-shadow: inset 0 2px 5px 40px #00000008;
}

.div-block-90.pagekraft-auth-login {
  border-color: var(--coral-suave);
  color: var(--verde);
  cursor: pointer;
  padding: 10px 12px;
  display: none;
}

.div-block-90.pagekraft-auth-login:hover {
  background-color: var(--coral-suave);
  color: var(--white-web);
}

.image-14 {
  width: 70%;
  height: auto;
}

.div-block-91 {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  justify-content: center;
  align-items: center;
  width: 50%;
  padding: 5%;
  display: flex;
}

.div-block-92 {
  width: 100%;
  height: auto;
  transform: rotate(270deg);
}

.div-block-93 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  background-color: var(--neutras-3);
  background-image: linear-gradient(to bottom, var(--marrom), var(--marrom));
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: auto;
  padding: 24px 42px;
  display: none;
}

.text-block-22 {
  color: var(--white-web);
  font-size: 24px;
  font-weight: 700;
  line-height: 36px;
}

.div-block-94 {
  background-color: var(--neutras-4);
  width: 1px;
  height: 67px;
}

.text-block-23 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  max-width: 450px;
  color: var(--white-web);
  font-weight: 400;
  line-height: 21px;
  display: block;
  overflow: hidden;
}

.title-left-600 {
  width: 100%;
  color: var(--text-1);
  justify-content: flex-start;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Roboto, Arial, sans-serif;
  font-size: 34px;
  font-weight: 700;
  line-height: 150%;
  display: block;
}

.pagekraft-auth-logout.button-secondary-funcional {
  border-color: var(--coral-suave);
  display: none;
}

.car-shopping.pagekraft-auth-checkout.button-secondary-funcional--car {
  border: 2px solid var(--coral-suave);
  color: var(--verde);
  cursor: pointer;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  padding: 8px;
  transition: background-color .15s;
  display: flex;
}

.car-shopping.pagekraft-auth-checkout.button-secondary-funcional--car:hover {
  background-color: var(--coral-suave);
  color: var(--white-web);
}

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

.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;
  background-image: linear-gradient(135deg, var(--verde), var(--azul-petróleo));
  opacity: .74;
  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/19a3bd99e1b1c8fd5199780342c6ce4c.jpeg');
  background-position: 50%;
  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;
  display: flex;
}

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

.heading-22 {
  color: var(--verde);
  font-size: 80px;
  line-height: 120px;
}

.text-block-28 {
  color: var(--verde);
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  line-height: 36px;
}

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

.text-block-29 {
  color: var(--text-2);
  text-align: center;
}

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

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

.section-12 {
  justify-content: center;
  align-items: flex-start;
  min-height: 500px;
  margin-top: 40px;
  display: flex;
}

.div-block-106 {
  background-color: var(--neutras-4);
  width: 1px;
  height: 67px;
}

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

.div-block-110 {
  grid-column-gap: 42px;
  grid-row-gap: 42px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  display: flex;
}

.div-block-111 {
  border-radius: 16px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-end;
  width: auto;
  min-width: 320px;
  max-width: none;
  height: auto;
  max-height: none;
  display: flex;
}

.div-block-111:hover {
  border-radius: 16px;
}

.div-block-112 {
  border: 0px none var(--transparent);
  background-color: var(--transparent);
  background-image: linear-gradient(104deg, var(--coral-suave), var(--azul-petróleo));
  opacity: 1;
  outline-offset: 0px;
  pointer-events: auto;
  -webkit-text-fill-color: inherit;
  cursor: auto;
  mix-blend-mode: normal;
  background-clip: border-box;
  border-bottom-right-radius: 16px;
  border-bottom-left-radius: 16px;
  outline: 0 #d63636;
  width: 100%;
}

.text-block-34 {
  background-color: var(--transparent);
  height: 82px;
  color: var(--white-web);
  text-align: center;
  border-bottom-right-radius: 16px;
  border-bottom-left-radius: 16px;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  font-weight: 700;
  line-height: 120%;
  display: flex;
}

.div-block-114 {
  background-color: var(--transparent);
  background-image: linear-gradient(126deg, var(--coral-suave), var(--verde-petróleo) 69%);
  border-radius: 16px;
  flex-flow: column;
  justify-content: space-between;
  width: 0;
  max-width: none;
  height: 100%;
  max-height: 320px;
  padding: 42px;
  transition: all .2s;
  display: none;
}

.div-block-115 {
  opacity: .97;
  border-radius: 0;
  max-width: 830px;
  height: 320px;
  display: flex;
}

.text-block-35 {
  color: var(--white-web);
  font-family: Roboto, Arial, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 120%;
}

.text-block-36 {
  color: var(--white-web);
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
}

.div-block-116 {
  opacity: 0;
  width: auto;
  max-width: none;
  height: 100%;
  color: var(--text-1);
  border-radius: 16px;
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  transition: opacity .2s;
  display: block;
}

.div-block-border-hover {
  background-image: url('../images/28272b2646e07d94a441374b84211839.jpeg');
  background-size: cover;
  border: 0 solid #000;
  border-radius: 16px;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  max-width: 320px;
  height: 320px;
  display: none;
}

.div-block-113-copy {
  z-index: 2;
  background-image: none;
  background-position: 50% 0;
  background-size: cover;
  border-radius: 16px;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  max-width: 320px;
  height: 320px;
  display: flex;
  position: relative;
}

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

.pagekraft-auth-register.button-secondary-funcional {
  border-color: var(--coral-suave);
  display: none;
}

.pagekraft-auth-my-account.button-secondary-funcional, .slider-9 {
  display: none;
}

.image-20 {
  object-fit: cover;
  object-position: 50% 0%;
  border-radius: 16px;
  width: 100%;
  max-width: 320px;
  height: 320px;
  position: absolute;
}

.div-block-44-copy {
  display: none;
}

.menu-mobile-action {
  cursor: pointer;
}

.div-block-184 {
  background-color: var(--main-1);
  color: #1e1e1e;
  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;
}

.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-91 {
  color: var(--text-3);
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-size: 48px;
  font-weight: 700;
}

.text-block-50 {
  color: var(--text-2);
  justify-content: center;
  align-items: flex-start;
  padding-top: 15px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 500;
  display: flex;
}

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

.text-block-49 {
  color: var(--text-3);
  font-family: Montserrat, sans-serif;
  font-weight: 700;
}

.heading-92 {
  color: #1e1e1e;
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.5;
}

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

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

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

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

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

.section-14 {
  padding-top: 0;
  padding-bottom: 0;
}

.slider-10 {
  background-color: var(--transparent);
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 1200px;
  height: auto;
  display: none;
}

.slide-2 {
  width: 100%;
  max-width: 1200px;
}

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

.mask-2 {
  width: 100%;
}

.div-block-189 {
  grid-column-gap: 42px;
  grid-row-gap: 42px;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 1200px;
  display: flex;
}

.right-arrow-3 {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.left-arrow-3 {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.slider-11 {
  background-color: var(--transparent);
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 1440px;
  height: auto;
  display: flex;
}

.mask-3 {
  width: 100%;
}

.slide-nav-3, .heading-93, .image-21 {
  display: none;
}

.mask-4 {
  width: 100%;
}

.unidade {
  justify-content: space-between;
  align-items: center;
  width: 49%;
  height: auto;
  display: block;
}

.div-block-192 {
  width: 100%;
  height: 220px;
  color: var(--white-web);
  background-color: #223b36;
  border-radius: 0 0 20px 20px;
  flex-flow: wrap;
  justify-content: space-between;
  align-items: flex-start;
  padding: 5%;
  display: flex;
}

.image-22 {
  border-radius: 20px 20px 0 0;
  width: 100%;
}

.div-block-193 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  width: 65%;
  display: flex;
}

.heading-94 {
  width: 100%;
  height: auto;
  color: var(--coral-suave);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Roboto, Arial, sans-serif;
  font-size: 20px;
  line-height: 150%;
}

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

.text-block-51 {
  width: 100%;
  color: var(--coral-suave);
  line-height: 150%;
}

.infos {
  width: 100%;
  color: var(--white-web);
  font-family: Archivo, Arial, sans-serif;
  font-size: 16px;
  line-height: 150%;
}

.button-3 {
  background-color: var(--coral-suave);
  border-radius: 6px;
  padding: 14px 20px;
  font-weight: 700;
  line-height: 150%;
}

.code-embed-55 {
  width: 100%;
  color: var(--white-web);
  margin-bottom: 0;
  padding-bottom: 0;
  line-height: 150%;
}

.div-app {
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  width: 50%;
  padding: 20px;
  display: flex;
}

.section-15 {
  background-image: linear-gradient(to bottom, var(--verde), var(--verde));
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: auto;
  padding: 2%;
  display: block;
}

.heading-96 {
  width: 100%;
  color: var(--neutras-5);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Roboto, Arial, sans-serif;
  font-size: 30px;
  line-height: 100%;
  display: block;
}

.div-block-194 {
  flex-flow: wrap;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.text-block-52 {
  width: 100%;
  color: var(--neutras-5);
  margin-bottom: 20px;
  font-family: Archivo, Arial, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 150%;
}

.text-block-53 {
  width: 100%;
  color: var(--white-web);
  margin-bottom: 40px;
  font-size: 14px;
  font-weight: 500;
  line-height: 150%;
}

.image-23 {
  padding-right: 20px;
}

.div-app-copy {
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  width: 50%;
  padding: 2%;
  display: flex;
}

.image-24 {
  width: 100%;
  position: static;
}

.section-16 {
  background-image: linear-gradient(120deg, var(--black-web), var(--verde) 60%);
  flex-flow: wrap;
  justify-content: space-between;
  align-items: center;
  margin-top: 40px;
  padding: 0%;
  display: block;
}

.div-block-195 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 50%;
  padding: 2% 0%;
  display: flex;
}

.div-block-196 {
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding: 5%;
  display: flex;
}

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

.text-block-54 {
  color: var(--white-web);
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
}

.section-17 {
  width: 100%;
  max-width: 1440px;
  margin-top: 80px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
}

.text-block-55 {
  width: 50%;
  color: var(--text-1);
  text-align: right;
  font-weight: 500;
  line-height: 150%;
}

.code-embed-56, .code-embed-57, .code-embed-58, .code-embed-59, .code-embed-60 {
  font-family: Archivo, Arial, sans-serif;
}

.code-embed-61 {
  margin-bottom: 50px;
}

.text-block-63 {
  color: #fff;
  text-transform: none;
  font-family: Archivo, Arial, sans-serif;
  font-weight: 700;
  line-height: 150%;
}

.div-block-204 {
  background-color: #fff;
  background-image: url('../images/overlay.svg');
  background-position: 50% 100%;
  background-repeat: repeat;
  background-size: cover;
  justify-content: center;
  align-items: flex-end;
  height: 380px;
  display: flex;
}

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

.div-block-206 {
  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-102 {
  color: var(--text-1);
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 150%;
}

.div-block-207 {
  background-color: var(--verde);
  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-207:hover {
  box-shadow: inset 0 2px 5px 40vh #00000047;
}

.text-block-64 {
  color: #f6f7ffcc;
  text-align: center;
  max-width: 530px;
  font-family: Archivo, Arial, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
}

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

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

.heading-103 {
  color: #fff;
  text-align: center;
  font-family: Roboto, Arial, sans-serif;
  font-size: 48px;
  font-weight: 700;
  line-height: 150%;
}

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

.code-embed-55-copy {
  width: 100%;
  color: var(--white-web);
  margin-bottom: 0;
  padding-bottom: 25px;
  line-height: 150%;
}

.countdown_wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  text-align: center;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-around;
  align-items: center;
  display: grid;
}

.countdown_label {
  color: var(--text-1);
  letter-spacing: .05rem;
  text-transform: none;
  font-size: .7em;
  font-weight: 400;
}

.countdown_number {
  color: var(--text-1);
  font-size: 1.875rem;
  font-weight: 500;
  line-height: 1.2;
}

.hide {
  display: none;
}

.section-24-copy {
  width: 100%;
  height: 80px;
  max-width: var(--section);
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: var(--neutras-2);
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

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

.heading-105-copy {
  color: var(--verde);
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Archivo, Arial, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 100%;
}

.mask-5 {
  width: 100%;
  max-width: 100%;
}

.slide-nav-4 {
  height: auto;
  font-size: 8px;
}

.slider-12 {
  width: 100%;
  max-width: 100%;
  height: auto;
  margin-top: 80px;
}

.image-28 {
  width: 100%;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  position: static;
}

.section-25 {
  width: 100%;
  height: auto;
  max-width: var(--section);
  margin-left: auto;
  margin-right: auto;
}

.section-26 {
  width: 100%;
  max-width: var(--section);
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin: -60px auto 0;
  padding-bottom: 140px;
  display: flex;
}

.heading-106 {
  width: 100%;
  color: var(--white-web);
  text-align: left;
  font-size: 50px;
}

.text-block-68-copy {
  text-align: center;
  width: 45%;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Archivo, Arial, sans-serif;
  font-size: 16px;
  line-height: 150%;
}

.button-4 {
  background-color: var(--verde);
  min-width: 319px;
  height: 44px;
  color: var(--white-web);
  text-align: center;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  padding: 14px 20px;
  font-family: Archivo, Arial, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 150%;
  display: flex;
}

.image-28-copy {
  place-self: anchor-center;
  width: 100%;
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
}

.container-10 {
  max-width: 1230px;
  padding: 80px 0;
}

.container-11 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: space-between;
  align-items: center;
  max-width: 1230px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.section-27 {
  width: 100%;
  max-width: var(--section);
  background-image: linear-gradient(105deg, var(--verde), white 30%);
  margin-left: auto;
  margin-right: auto;
}

.div-block-214 {
  width: 30%;
}

.div-block-215 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 70%;
  display: flex;
}

.text-block-71 {
  width: 100%;
  color: var(--coral-suave);
  text-align: left;
  padding-top: 0;
  padding-bottom: 0;
  font-family: Archivo, Arial, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 150%;
}

.button-5 {
  background-color: var(--verde);
  min-width: 249px;
  height: 44px;
  color: var(--white-web);
  text-align: center;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  padding: 0;
  font-family: Archivo, Arial, sans-serif;
  font-weight: 700;
  line-height: 150%;
  display: flex;
}

.section-28 {
  width: 100%;
  max-width: var(--section);
  background-image: linear-gradient(to bottom, var(--verde), var(--verde));
  margin-left: auto;
  margin-right: auto;
}

.button-6 {
  background-color: var(--marrom);
  min-width: 274px;
  height: 44px;
  color: var(--white-web);
  text-align: center;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  padding: 14px 20px;
  font-family: Archivo, Arial, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 150%;
  display: flex;
}

.div-block-216 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 60%;
  display: flex;
}

.div-block-217 {
  width: 40%;
}

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

.section-29 {
  width: 100%;
  height: 800px;
  max-width: var(--section);
  background-image: url('../images/recovery-zone.png');
  background-position: 0 0;
  background-size: cover;
  margin-left: auto;
  margin-right: auto;
}

.text-block-72 {
  width: 100%;
  color: var(--marrom);
  text-align: left;
  padding-top: 0;
  padding-bottom: 0;
  font-family: Archivo, Arial, sans-serif;
  font-size: 16px;
  line-height: 150%;
}

.text-block-73 {
  text-align: left;
  width: 100%;
  padding-top: 0;
  padding-bottom: 0;
  font-family: Archivo, Arial, sans-serif;
  font-size: 16px;
  line-height: 150%;
}

.text-block-74 {
  text-align: left;
  width: 100%;
  padding-top: 0;
  padding-bottom: 0;
  font-family: Archivo, Arial, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 150%;
}

.div-block-218 {
  max-width: 1230px;
  margin-left: auto;
  margin-right: auto;
}

.section-30 {
  width: 100%;
  height: 800px;
  max-width: var(--section);
  background-color: var(--marrom);
  background-image: url('../images/41b189bcdfc2025790522f7dceb966e52b61a7b9.avif');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: 960px;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.container-13 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 50%;
  max-width: none;
  margin-left: 0;
  margin-right: auto;
  padding: 40px;
  display: flex;
}

.div-block-220 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 1230px;
  height: 800px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.text-block-75 {
  width: 100%;
  color: var(--white-web);
  text-align: left;
  padding-top: 0;
  padding-bottom: 0;
  font-family: Archivo, Arial, sans-serif;
  font-size: 16px;
  line-height: 150%;
}

.container-14 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: space-between;
  align-items: center;
  max-width: 1230px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.div-block-221 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 50%;
  display: flex;
}

.div-block-222 {
  width: 50%;
}

.section-31 {
  width: 100%;
  max-width: var(--section);
  background-image: linear-gradient(51deg, var(--verde) 65%, #935a48);
  margin-left: auto;
  margin-right: auto;
  padding: 40px 0;
}

.image-29 {
  border-radius: 16px;
}

.heading-110 {
  color: var(--white-web);
  font-size: 50px;
  font-weight: 700;
  line-height: 150%;
}

.text-block-76 {
  width: 100%;
  color: var(--white-web);
  text-align: left;
  padding-top: 0;
  padding-bottom: 0;
  font-family: Archivo, Arial, sans-serif;
  font-size: 22px;
  font-weight: 700;
  line-height: 150%;
}

.text-block-77 {
  width: 100%;
  color: var(--white-web);
  text-align: left;
  padding-top: 0;
  padding-bottom: 0;
  font-family: Archivo, Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
}

.text-block-78 {
  width: 100%;
  color: var(--marrom);
  text-align: left;
  -webkit-text-stroke-color: var(--marrom);
  padding-top: 0;
  padding-bottom: 0;
  font-family: Archivo, Arial, sans-serif;
  font-size: 22px;
  font-weight: 700;
  line-height: 150%;
}

.section-32 {
  width: 100%;
  max-width: var(--section);
  background-image: linear-gradient(320deg, #2d4f48, var(--verde) 62%, var(--marrom));
  margin-left: auto;
  margin-right: auto;
  padding: 40px 0;
}

.container-15 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: space-between;
  align-items: center;
  max-width: 1230px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.container-16 {
  background-color: var(--marrom);
  border-radius: 16px;
  width: 100%;
  max-width: 1230px;
  margin-left: auto;
  margin-right: auto;
}

.section-34 {
  width: 100%;
  max-width: var(--section);
  background-image: linear-gradient(to bottom, var(--verde), var(--verde));
  margin-left: auto;
  margin-right: auto;
  padding: 60px 15px;
}

.section-35 {
  width: 100%;
  max-width: var(--section);
  margin-left: auto;
  margin-right: auto;
  padding: 60px 0;
}

.container-17 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 1230px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.heading-111 {
  color: var(--verde);
  text-align: center;
  font-size: 50px;
  line-height: 120%;
}

.text-span-23 {
  color: var(--verde);
  font-weight: 400;
}

.image-30 {
  width: 240px;
  max-width: none;
  margin-bottom: 10px;
}

.section-36 {
  width: 100%;
  height: auto;
  max-width: var(--section);
  background-image: linear-gradient(127deg, var(--marrom), var(--verde) 79%);
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
}

.text-span-24 {
  color: #1a1a1a;
}

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

.div-block-127 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: #fff;
  border-radius: 18px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 505px;
  padding: 40px 20px 40px 40px;
  display: flex;
}

.cadastres {
  color: var(--verde);
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 25px;
  font-weight: 700;
  line-height: 30px;
}

.paragraph-13 {
  font-size: 12px;
  line-height: 18px;
}

.section-37 {
  width: 100%;
  max-width: var(--section);
  margin-left: auto;
  margin-right: auto;
}

.container-18 {
  justify-content: space-between;
  align-items: center;
  max-width: 1230px;
  padding: 60px 15px;
  display: flex;
}

.div-block-227 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 50%;
  display: flex;
}

.div-block-228 {
  width: 50%;
}

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

.text-block-79 {
  color: var(--text-1);
  font-family: Archivo, Arial, sans-serif;
  font-size: 16px;
  line-height: 150%;
}

.code-embed-64 {
  border-radius: 16px;
}

.image-31 {
  width: 375px;
  max-width: none;
  margin-bottom: 10px;
}

.heading-113 {
  color: var(--white-web);
  font-family: Archivo, Arial, sans-serif;
  font-size: 50px;
  font-weight: 700;
  line-height: 120%;
}

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

.image-32 {
  display: none;
}

.image-33 {
  width: 100%;
  max-width: none;
}

.container-11-copy {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: space-between;
  align-items: center;
  max-width: 1230px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.grid {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template: ". Area"
  / 3fr;
  grid-auto-flow: row;
  justify-items: stretch;
  padding: 10px;
}

.div-block-229 {
  background-image: url('../images/unidade-2.avif');
  background-position: 50%;
  background-size: cover;
  border-radius: 6px;
  height: 500px;
}

.div-block-230 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  height: auto;
  display: flex;
}

.div-block-232 {
  background-image: url('../images/unidade-3.avif');
  background-position: 50%;
  background-size: cover;
  border-radius: 6px;
  height: 33%;
}

.div-block-233 {
  background-image: url('../images/unidade-4.avif');
  background-position: 50%;
  background-size: cover;
  border-radius: 6px;
  height: 33%;
}

.div-block-234 {
  background-image: url('../images/unidade-5.avif');
  background-position: 50%;
  background-size: cover;
  border-radius: 6px;
  height: 33%;
}

.container-19 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 1230px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.section-38 {
  background-image: linear-gradient(180deg, var(--marrom), var(--text-1) 55%, var(--text-1) 60%, var(--text-1) 67%, var(--verde));
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 85dvh;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.image-35 {
  height: 55px;
}

.heading-114 {
  color: var(--white-web);
  text-align: center;
  font-family: Archivo, Arial, sans-serif;
  font-size: 50px;
  line-height: 120%;
}

.text-block-80 {
  color: var(--white-web);
  text-align: center;
  font-family: Archivo, Arial, sans-serif;
  font-size: 16px;
  line-height: 150%;
}

.text-block-81 {
  color: var(--white-web);
  text-align: center;
  text-transform: uppercase;
  font-family: Archivo, Arial, sans-serif;
  font-size: 16px;
  line-height: 150%;
}

.text-span-26 {
  color: var(--white-web);
  font-weight: 400;
}

.text-block-82 {
  color: var(--white-web);
  font-family: Archivo, Arial, sans-serif;
  font-size: 16px;
}

.code-embed-65 {
  padding-top: 5px;
}

.section-22 {
  width: 100%;
  max-width: var(--section);
  min-height: auto;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
}

.container-20 {
  background-color: var(--coral-suave);
  border-radius: 16px;
  width: 100%;
  max-width: 1230px;
  margin-left: auto;
  margin-right: auto;
}

.div-block-235 {
  border-radius: 6px;
  height: 100%;
}

.div-block-236 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  height: auto;
  display: flex;
}

.div-block-232-copy, .div-block-233-copy, .div-block-234-copy {
  border-radius: 6px;
  height: 33%;
}

.text-block-68-copy-copy {
  text-align: center;
  width: 45%;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Archivo, Arial, sans-serif;
  font-size: 16px;
  line-height: 150%;
}

.text-block-85 {
  width: 100%;
  color: var(--white-web);
  text-align: left;
  padding-top: 0;
  padding-bottom: 0;
  font-family: Archivo, Arial, sans-serif;
  font-size: 16px;
  line-height: 150%;
}

.text-block-86 {
  text-align: left;
  width: 100%;
  padding-top: 0;
  padding-bottom: 0;
  font-family: Archivo, Arial, sans-serif;
  font-size: 16px;
  line-height: 150%;
}

.heading-115 {
  width: 100%;
  color: var(--text-1);
  text-align: center;
  font-size: 50px;
}

.heading-118 {
  width: 100%;
  color: var(--text-1);
  text-align: left;
  font-size: 50px;
}

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

.lightbox-link-7 {
  width: 100%;
  height: 100%;
}

.image-36 {
  border-radius: 6px;
  width: 100%;
  height: 100%;
}

.lightbox-link-8 {
  width: 100%;
  max-width: 100%;
  height: 100%;
}

.image-37 {
  object-fit: cover;
  border-radius: 6px;
  width: 100%;
  height: 100%;
}

.div-block-240 {
  place-self: anchor-center;
  width: 100%;
  max-width: 1230px;
  margin-left: auto;
  margin-right: auto;
}

.section-em-breve {
  background-color: #d6d1cd;
  background-image: url('../images/Gradient.png');
  background-position: 50%;
  background-size: cover;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 50svh;
  padding: 60px 20px;
  display: flex;
}

.container-21 {
  justify-content: center;
  align-items: center;
  max-width: none;
  display: flex;
}

.text-block-87 {
  color: var(--marrom);
  font-size: 24px;
  line-height: 150%;
}

.text-span-27 {
  color: var(--text-1);
}

.container-em-breve {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: none;
  padding: 0%;
  display: flex;
}

.image-50 {
  width: 280px;
  max-width: none;
}

.heading-28 {
  color: var(--white-web);
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 50px;
  font-weight: 700;
  line-height: 150%;
}

.image-41 {
  position: absolute;
}

.section-42 {
  text-align: center;
  width: 100%;
  height: 50svh;
}

.aguarde-2 {
  color: #2d4f48;
  text-align: center;
  margin-top: 70px;
  margin-bottom: 0;
  font-size: 80px;
  font-weight: 700;
  line-height: 150%;
}

.button-7 {
  background-color: var(--verde);
  min-width: 274px;
  height: 44px;
  color: var(--white-web);
  text-align: center;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  padding: 14px 20px;
  font-family: Archivo, Arial, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 150%;
  display: flex;
}

.button-8 {
  background-color: var(--verde);
  min-width: 289px;
  height: 44px;
  color: var(--white-web);
  text-align: center;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  padding: 14px 20px;
  font-family: Archivo, Arial, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 150%;
  display: flex;
}

.button-9 {
  background-color: var(--verde);
  min-width: 274px;
  height: 44px;
  color: var(--white-web);
  text-align: center;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  padding: 14px 20px;
  font-family: Archivo, Arial, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 150%;
  display: flex;
}

.link-block-5 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: var(--marrom);
  border-radius: 6px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 241px;
  height: 40px;
  text-decoration: none;
  display: flex;
}

.heading-120 {
  width: 100%;
  color: var(--text-1);
  text-align: center;
  font-size: 50px;
}

.heading-150 {
  width: 100%;
  color: var(--black-web);
  text-align: left;
  font-size: 50px;
}

.heading-151 {
  font-family: Archivo, Arial, sans-serif;
  font-size: 25px;
  font-weight: 700;
  line-height: 150%;
}

.heading-153 {
  font-family: Archivo, Arial, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 150%;
}

@media screen and (min-width: 1440px) {
  .container-modalidade {
    background-image: linear-gradient(117deg, var(--black-web), var(--verde) 55%);
  }

  .div-block-15 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: wrap;
    justify-content: space-between;
    align-items: center;
  }

  .title-reserve {
    width: 50%;
  }

  .container-unidade {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: wrap;
    justify-content: space-between;
    align-items: center;
  }

  .div-block-37 {
    max-width: 1440px;
  }

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

  .unidade {
    width: 49%;
    height: auto;
  }

  .div-block-192 {
    justify-content: space-between;
    align-items: flex-start;
    height: 250px;
  }

  .div-block-193 {
    width: 66%;
  }

  .heading-95 {
    margin-top: 0;
    margin-bottom: 10px;
    font-family: Archivo, Arial, sans-serif;
    font-size: 18px;
  }

  .infos {
    font-weight: 400;
    line-height: 200%;
    text-decoration: none;
  }

  .button-3 {
    border-radius: 6px;
    padding: 14px 42px;
    font-weight: 700;
    line-height: 150%;
  }

  .text-span-21 {
    color: var(--verde);
  }

  .code-embed-55 {
    color: var(--white-web);
    font-size: 14px;
    font-weight: 700;
    line-height: 200%;
  }

  .section-15, .div-block-194 {
    margin-left: auto;
    margin-right: auto;
  }

  .div-block-196 {
    width: 100%;
    max-width: 1440px;
    margin-left: auto;
    margin-right: auto;
  }

  .text-block-55 {
    text-align: right;
    width: 50%;
    font-weight: 500;
    line-height: 150%;
  }

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

  .code-embed-55-copy {
    color: var(--white-web);
    font-size: 14px;
    font-weight: 700;
    line-height: 200%;
  }

  .heading-106 {
    text-transform: uppercase;
    font-family: Archivo, Arial, sans-serif;
    font-weight: 700;
    line-height: 120%;
  }

  .text-block-68-copy {
    text-align: center;
    width: 36%;
    max-width: none;
  }

  .button-4 {
    font-size: 14px;
  }

  .text-block-68-copy-copy {
    text-align: left;
  }

  .text-block-71 {
    text-align: left;
    max-width: none;
  }

  .text-block-72, .text-block-73, .text-block-74 {
    text-align: left;
  }

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

  .text-block-75 {
    text-align: left;
  }

  .heading-110 {
    font-family: Archivo, Arial, sans-serif;
    font-weight: 700;
    line-height: 120%;
  }

  .text-block-76, .text-block-77, .text-block-78 {
    text-align: left;
  }

  .section-34 {
    background-image: linear-gradient(80deg, var(--verde), var(--verde));
  }

  .section-35 {
    background-image: none;
  }

  .heading-111 {
    text-transform: none;
    font-family: Archivo, Arial, sans-serif;
    font-weight: 700;
    line-height: 120%;
  }

  .text-span-23 {
    text-transform: none;
  }

  .section-36 {
    background-image: linear-gradient(127deg, var(--marrom), var(--verde) 79%);
  }

  .text-block-68-copy-copy {
    text-align: center;
    width: 36%;
    max-width: none;
  }

  .text-block-85, .text-block-86 {
    text-align: left;
  }

  .heading-115, .heading-118, .heading-120 {
    color: var(--text-1);
    text-transform: uppercase;
    font-family: Archivo, Arial, sans-serif;
    font-weight: 700;
    line-height: 120%;
  }

  .heading-150 {
    text-transform: uppercase;
    font-family: Archivo, Arial, sans-serif;
    font-weight: 700;
    line-height: 120%;
  }

  .heading-151 {
    font-family: Archivo, Arial, sans-serif;
    font-weight: 700;
  }

  .heading-153 {
    font-family: Archivo, Arial, sans-serif;
    font-size: 16px;
    font-weight: 700;
  }
}

@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-funcional {
    padding: 10px 24px;
  }

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

  .container-modalidade {
    padding-bottom: 0;
    padding-left: 24px;
    padding-right: 24px;
  }

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

  .div-block-13 {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: wrap;
    flex: 0 auto;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    width: 100%;
    max-width: 700px;
    padding-left: 0;
    padding-right: 0;
    display: none;
  }

  .div-block-15 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
    padding-left: 0;
    padding-right: 0;
  }

  .subtitle-right {
    width: 100%;
    max-width: none;
    font-family: Archivo, Arial, sans-serif;
    font-weight: 400;
  }

  .subtitle-center {
    text-align: left;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    padding: 0%;
    display: block;
  }

  .container-reserva {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    padding-left: 24px;
    padding-right: 24px;
  }

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

  .title-reserve {
    width: 50%;
  }

  .container-conheca {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: wrap;
    margin-bottom: 0;
    padding: 5%;
    display: flex;
  }

  .container-professor {
    max-width: none;
    padding-left: 24px;
    padding-right: 24px;
  }

  .div-block-30 {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: column;
  }

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

  .container-unidade {
    max-width: none;
    margin-bottom: 0;
    padding: 5%;
  }

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

  .container-slider {
    padding-left: 24px;
    padding-right: 24px;
  }

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

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

  .image-7 {
    width: 33%;
  }

  .text-block-8, .subtitle-1, .text-block-9, .link-footer, .link-footer.w--current {
    font-size: 14px;
  }

  .container-page-base {
    padding-left: 24px;
    padding-right: 24px;
  }

  .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-88 {
    margin-left: 0;
  }

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

  .image-14 {
    width: 27%;
    display: none;
  }

  .div-block-91 {
    flex-flow: row;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding: 1% 5% 5%;
    display: flex;
  }

  .div-block-93 {
    height: auto;
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .text-block-23 {
    max-height: none;
    overflow: auto;
  }

  .title-left-600 {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
    text-align: center;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    display: flex;
  }

  .div-block-110 {
    flex-flow: column;
    width: 100%;
    max-width: 1200px;
  }

  .div-block-115 {
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .slider-9 {
    background-color: var(--transparent);
    height: 427px;
    display: flex;
  }

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

  .slide-nav {
    display: none;
  }

  .right-arrow-2, .left-arrow-2 {
    justify-content: center;
    align-items: center;
    display: flex;
  }

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

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

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

  .slider-10 {
    display: flex;
  }

  .slide-2 {
    width: 100%;
    margin-left: 0;
  }

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

  .right-arrow-3, .left-arrow-3 {
    align-self: center;
  }

  .slider-11 {
    display: none;
  }

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

  .heading-93 {
    font-size: 24px;
    font-weight: 500;
    display: block;
  }

  .image-21 {
    width: 33%;
    display: block;
  }

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

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

  .infos {
    font-size: 12px;
  }

  .button-3 {
    margin-top: 20px;
    padding-top: 12px;
    padding-bottom: 12px;
  }

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

  .div-app {
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  .heading-96 {
    text-align: center;
    font-size: 35px;
  }

  .div-block-194 {
    flex-flow: wrap;
  }

  .text-block-52, .text-block-53 {
    text-align: center;
    margin-bottom: 30px;
  }

  .image-23 {
    width: 30%;
    max-width: none;
    margin-right: 10px;
    padding-right: 0;
  }

  .div-app-copy {
    width: 100%;
    padding: 3%;
  }

  .image-24 {
    width: 60%;
  }

  .image-25 {
    width: 30%;
    max-width: none;
  }

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

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

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

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

  .slider-12 {
    width: 100%;
    max-width: none;
  }

  .section-26 {
    margin-top: -20px;
  }

  .heading-106 {
    font-size: 40px;
  }

  .div-block-216 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .container-12 {
    width: 60%;
  }

  .section-29 {
    background-position: 0%;
    background-repeat: no-repeat;
    background-size: cover;
    height: 700px;
  }

  .section-30 {
    background-position: 100%;
    background-size: contain;
    height: 400px;
  }

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

  .section-31 {
    padding-left: 0;
    padding-right: 0;
  }

  .heading-110 {
    font-size: 40px;
    line-height: 120%;
  }

  .text-block-76, .text-block-78 {
    font-size: 20px;
  }

  .section-32 {
    padding-left: 0;
    padding-right: 0;
  }

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

  .heading-111 {
    font-size: 40px;
  }

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

  .image-31 {
    width: 200px;
  }

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

  .slides {
    background-image: none;
    height: auto;
  }

  .image-32 {
    display: none;
  }

  .div-block-229 {
    height: 300px;
  }

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

  .div-block-235 {
    height: 300px;
  }

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

  .heading-115, .heading-118, .heading-120, .heading-150 {
    font-size: 40px;
  }

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

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

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

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

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

  .container-modalidade {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    padding-bottom: 0;
  }

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

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

  .div-block-15 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: wrap;
  }

  .subtitle-center {
    text-align: left;
    justify-content: flex-start;
    align-items: center;
  }

  .container-reserva {
    padding-left: 5%;
    padding-right: 5%;
  }

  .title-reserve {
    color: var(--text-1);
    text-align: center;
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 24px;
    font-weight: 600;
    line-height: 36px;
    display: flex;
  }

  .container-conheca {
    padding-left: 24px;
    padding-right: 24px;
  }

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

  .div-block-30 {
    align-items: stretch;
  }

  .button-primary-template-xl {
    margin-top: 40px;
  }

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

  .container-unidade {
    margin-bottom: 0;
    padding: 5%;
  }

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

  .container-slider {
    padding-left: 24px;
    padding-right: 24px;
  }

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

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

  .title-page {
    font-size: 24px;
    line-height: 36px;
  }

  .container-page-base {
    min-height: 60svh;
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

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

  .div-block-88 {
    background-color: var(--transparent);
    margin-left: 0;
  }

  .button-primary-template-lg-copy-copy {
    width: auto;
  }

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

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

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

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

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

  .title-left-600 {
    text-align: left;
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 24px;
    line-height: 18px;
    display: flex;
  }

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

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

  .div-block-111 {
    background-image: none;
    border-radius: 0;
    height: 320px;
  }

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

  .div-block-114 {
    border-radius: 0 0 16px 16px;
    width: auto;
    height: auto;
    max-height: none;
    display: flex;
  }

  .div-block-115 {
    flex-flow: column;
    max-width: 320px;
    height: auto;
  }

  .div-block-116 {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    opacity: 100;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .div-block-border-hover {
    background-image: url('../images/28272b2646e07d94a441374b84211839.jpeg');
    background-position: 50% 0;
    background-size: cover;
    border-radius: 16px 16px 0 0;
    display: none;
  }

  .div-block-113-copy {
    background-image: none;
    background-position: 50% 0;
    background-size: cover;
    border-radius: 16px;
  }

  .slider-9 {
    height: 470px;
  }

  .slide-nav {
    display: block;
  }

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

  .image-20 {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }

  .div-block-44-copy {
    justify-content: flex-start;
    align-items: flex-start;
  }

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

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

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

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

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

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

  .right-arrow-3 {
    justify-content: flex-end;
    align-self: center;
    align-items: center;
    display: none;
  }

  .left-arrow-3 {
    justify-content: flex-start;
    align-self: center;
    align-items: center;
    display: none;
  }

  .slide-nav-3 {
    justify-content: center;
    align-items: flex-start;
    margin-bottom: -50px;
    display: flex;
  }

  .unidade {
    width: 100%;
  }

  .div-app {
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  .section-15 {
    padding: 5%;
  }

  .heading-96 {
    text-align: center;
    font-size: 30px;
  }

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

  .text-block-52, .text-block-53 {
    text-align: center;
  }

  .image-23 {
    width: 34%;
    margin-right: 10px;
  }

  .div-app-copy {
    width: 100%;
  }

  .image-24 {
    width: 70%;
  }

  .image-25 {
    width: 34%;
  }

  .div-block-204 {
    background-image: url('../images/overlay.svg');
    background-position: 50%;
    align-items: stretch;
    padding-left: 15px;
    padding-right: 15px;
  }

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

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

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

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

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

  .countdown_number {
    font-size: 3em;
  }

  .heading-105-copy {
    display: none;
  }

  .section-26 {
    margin-top: -40px;
  }

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

  .text-block-68-copy {
    width: 80%;
    font-size: 12px;
  }

  .container-10 {
    padding: 0 24px;
  }

  .container-11 {
    flex-flow: wrap;
  }

  .div-block-214 {
    text-align: center;
    width: 100%;
  }

  .div-block-215 {
    text-align: left;
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  .text-block-68-copy-copy, .text-block-71 {
    text-align: center;
  }

  .div-block-216 {
    justify-content: center;
    align-items: center;
    width: 100%;
  }

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

  .container-12 {
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 0;
  }

  .section-29 {
    background-position: 50% 100%;
    background-size: contain;
    height: 680px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .text-block-72, .text-block-73, .text-block-74 {
    text-align: center;
  }

  .section-30 {
    background-position: 100% 100%;
    background-repeat: no-repeat;
    background-size: 350px;
    height: 520px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .container-13 {
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 0;
  }

  .text-block-75 {
    text-align: center;
    font-size: 12px;
  }

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

  .div-block-221 {
    justify-content: center;
    align-items: center;
    width: 100%;
  }

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

  .section-31 {
    padding-left: 24px;
    padding-right: 24px;
  }

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

  .text-block-76 {
    text-align: center;
    font-size: 16px;
  }

  .text-block-77 {
    text-align: center;
    font-size: 12px;
  }

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

  .section-32 {
    padding-left: 24px;
    padding-right: 24px;
  }

  .container-15 {
    flex-flow: wrap-reverse;
  }

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

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

  .section-37 {
    padding-left: 24px;
    padding-right: 24px;
  }

  .container-18 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: wrap-reverse;
    padding-left: 0;
    padding-right: 0;
  }

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

  .div-block-228 {
    width: 100%;
    margin-bottom: 20px;
  }

  .heading-113 {
    text-align: center;
    font-size: 30px;
  }

  .slides {
    height: auto;
  }

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

  .image-33 {
    display: none;
  }

  .image-34 {
    width: 100%;
  }

  .container-11-copy {
    flex-flow: wrap-reverse;
  }

  .grid {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template: "Area"
    / 2fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .div-block-229 {
    height: 250px;
  }

  .div-block-230 {
    height: 750px;
  }

  .image-35 {
    height: 40px;
  }

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

  .text-block-80 {
    font-size: 14px;
  }

  .text-block-81 {
    font-size: 12px;
  }

  .div-block-235 {
    height: 250px;
  }

  .div-block-236 {
    height: 750px;
  }

  .text-block-68-copy-copy {
    width: 80%;
    font-size: 12px;
  }

  .text-block-85, .text-block-86 {
    text-align: center;
  }

  .heading-115, .heading-118 {
    font-size: 30px;
  }

  .image-41 {
    width: 150px;
    max-width: none;
  }

  .section-42 {
    height: 50svh;
  }

  .heading-120, .heading-150 {
    font-size: 30px;
  }
}

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

  .container-modalidade {
    padding: 20% 5%;
  }

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

  .div-block-15 {
    flex-flow: column wrap-reverse;
    justify-content: center;
    align-items: center;
  }

  .container-reserva {
    padding-top: 20%;
    padding-bottom: 20%;
  }

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

  .card-reserve {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    width: 100%;
    max-width: 327px;
    padding: 30px;
  }

  .heading-8 {
    font-size: 72px;
  }

  .title-reserve {
    width: 100%;
  }

  .container-conheca {
    padding: 20% 5%;
  }

  .container-professor {
    padding: 20% 24px;
  }

  .section-2 {
    width: 100%;
  }

  .container-unidade {
    padding: 20% 5%;
  }

  .container-slider {
    padding: 20% 24px;
  }

  .section-6 {
    grid-template-rows: auto auto auto auto;
  }

  .image-7 {
    width: 55%;
  }

  .flex-block-4 {
    flex-flow: column;
  }

  .flex-block-5 {
    max-height: none;
  }

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

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

  .button-primary-template-lg-copy-copy {
    width: auto;
    margin-left: auto;
  }

  .image-14 {
    width: 46%;
    height: 30px;
  }

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

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

  .title-left-600 {
    text-align: left;
    word-break: normal;
    line-height: 36px;
    display: block;
  }

  .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-111 {
    justify-content: center;
    align-items: flex-start;
    width: auto;
    min-width: auto;
  }

  .div-block-115 {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-113-copy {
    max-width: none;
  }

  .image-20 {
    width: 100%;
    position: absolute;
  }

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

  .image-21 {
    width: 46%;
  }

  .unidade {
    width: 100%;
  }

  .div-block-192 {
    justify-content: space-between;
    align-items: center;
  }

  .infos {
    font-size: 12px;
  }

  .div-app {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    justify-content: space-between;
    align-items: center;
  }

  .section-15 {
    padding-top: 20%;
    padding-bottom: 20%;
  }

  .heading-96 {
    text-align: left;
    font-size: 20px;
  }

  .div-block-194 {
    flex-flow: wrap;
  }

  .text-block-52 {
    text-align: left;
    margin-bottom: 0;
    font-size: 14px;
  }

  .text-block-53 {
    text-align: left;
  }

  .image-23 {
    width: 48%;
    margin-bottom: 0;
    margin-right: 0;
    padding-right: 0;
  }

  .image-24 {
    width: 100%;
  }

  .image-25 {
    width: 48%;
  }

  .section-16 {
    flex-flow: wrap-reverse;
    padding-top: 20%;
    padding-bottom: 20%;
    display: block;
  }

  .div-block-195 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: space-between;
    align-items: center;
    width: 100%;
  }

  .div-block-196 {
    flex-flow: wrap;
  }

  .heading-97 {
    text-align: center;
    width: 100%;
    font-size: 24px;
  }

  .text-block-55 {
    text-align: left;
    width: 100%;
    font-size: 14px;
    font-weight: 400;
  }

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

  .countdown_wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    justify-content: space-between;
    align-items: center;
  }

  .countdown_label {
    font-size: .5em;
  }

  .countdown_number {
    font-size: 1.6em;
  }

  .section-24-copy {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    height: auto;
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .div-block-213-copy {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
    padding-top: 0;
    padding-bottom: 0;
  }

  .heading-105-copy {
    font-size: 7px;
  }

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

  .heading-106 {
    text-align: center;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 20px;
    font-weight: 700;
    line-height: 150%;
  }

  .text-block-68-copy {
    padding-top: 0;
    padding-bottom: 0;
  }

  .button-4 {
    min-width: 220px;
    height: 33px;
    font-size: 10px;
  }

  .div-block-215 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .text-block-68-copy-copy {
    margin-top: 0;
    font-size: 12px;
  }

  .text-block-71 {
    text-align: center;
    font-size: 12px;
  }

  .button-5, .button-6 {
    min-width: 220px;
    height: 33px;
    font-size: 10px;
  }

  .container-12 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .section-29 {
    height: 480px;
  }

  .text-block-72 {
    font-size: 14px;
  }

  .text-block-73 {
    font-size: 12px;
  }

  .text-block-74 {
    font-size: 16px;
    font-weight: 700;
  }

  .section-30 {
    background-size: 220px;
    height: 400px;
  }

  .container-13 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .div-block-220 {
    padding-top: 20px;
  }

  .text-block-75 {
    max-width: 240px;
  }

  .div-block-221 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .section-31 {
    background-image: linear-gradient(250deg, var(--marrom), var(--verde) 27%);
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .heading-110 {
    font-size: 20px;
    font-weight: 700;
  }

  .text-block-78 {
    font-size: 14px;
  }

  .section-32 {
    background-image: linear-gradient(57deg, var(--verde) 62%, var(--marrom));
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .section-34 {
    padding: 20px 24px;
  }

  .section-35 {
    background-image: none;
    padding-left: 24px;
    padding-right: 24px;
  }

  .heading-111 {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
  }

  .image-30 {
    width: 150px;
    margin-bottom: 0;
  }

  .section-36 {
    padding-left: 24px;
    padding-right: 24px;
  }

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

  .cadastres {
    font-size: 15px;
  }

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

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

  .container-18 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .heading-113 {
    text-align: center;
    max-width: 240px;
    margin-top: 20px;
    margin-bottom: 0;
    font-size: 20px;
  }

  .container-11-copy {
    flex-flow: wrap;
  }

  .grid {
    grid-template-rows: auto;
    grid-template-columns: 2fr;
    grid-auto-flow: row;
    justify-items: stretch;
  }

  .div-block-229 {
    height: 150px;
  }

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

  .section-38 {
    padding-left: 24px;
    padding-right: 24px;
  }

  .heading-114 {
    font-size: 22px;
  }

  .text-block-80 {
    font-size: 12px;
  }

  .text-block-81 {
    font-size: 10px;
  }

  .div-block-235 {
    height: 150px;
  }

  .div-block-236 {
    height: 450px;
    overflow: hidden;
  }

  .div-block-232-copy {
    height: 33%;
    overflow: visible;
  }

  .text-block-68-copy-copy {
    margin-top: 5px;
    margin-bottom: 5px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .text-block-85, .text-block-86 {
    margin-top: 0;
    font-size: 12px;
  }

  .heading-115, .heading-118 {
    text-align: center;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 20px;
    font-weight: 700;
    line-height: 150%;
  }

  .section-em-breve {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding-bottom: 60px;
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .text-block-87 {
    margin-top: 20px;
    padding-top: 0;
    font-size: 18px;
    line-height: 150%;
  }

  .image-50 {
    width: 180px;
  }

  .heading-28 {
    font-size: 35px;
    line-height: 120%;
  }

  .image-41 {
    width: 150px;
    max-width: none;
    margin-top: 0;
    position: absolute;
  }

  .section-42 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    height: 50svh;
    margin-top: 0;
    margin-bottom: 0;
    padding: 60px 20px;
    display: block;
  }

  .aguarde-2 {
    margin-top: 60px;
    font-size: 40px;
  }

  .button-7, .button-8, .button-9 {
    min-width: 220px;
    height: 33px;
    font-size: 10px;
  }

  .heading-120, .heading-150 {
    text-align: center;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 20px;
    font-weight: 700;
    line-height: 150%;
  }

  .heading-151, .heading-153 {
    font-size: 14px;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_559d2716-ec0b-0dfe-cabc-8474dfa7f796-dfa7f796 {
    grid-row-end: 6;
  }
}


@font-face {
  font-family: 'Archivo';
  src: url('../fonts/Archivo-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Archivo';
  src: url('../fonts/Archivo-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Archivo';
  src: url('../fonts/Archivo-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Roboto';
  src: url('../fonts/Roboto-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}