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

@font-face {
  font-family: Fonnts;
  src: url('../fonts/fonnts.com-Haboro_Contrast_Norm_Black.otf') format("opentype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Haboro Contrast;
  src: url('../fonts/fonnts.com-Haboro_Contrast_Norm_ExBold.otf') format("opentype");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Haboro Contrast;
  src: url('../fonts/fonnts.com-Haboro_Contrast_Norm_Thin.otf') format("opentype");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Haboro Contrast;
  src: url('../fonts/fonnts.com-Haboro_Contrast_Norm_Bold.otf') format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Haboro Contrast;
  src: url('../fonts/fonnts.com-Haboro_Contrast_Norm_Light.otf') format("opentype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Haboro Contrast;
  src: url('../fonts/fonnts.com-Haboro_Contrast_Norm_Medium.otf') format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Haboro Contrastt;
  src: url('../fonts/fonnts.com-Haboro_Contrast_Norm_Regular.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --background: white;
  --rounding-base: 6px;
  --primary-color-template: #7a412d;
  --text-3: white;
  --neutras-3: #ebe0db;
  --transparent: #fff0;
  --neutras-2: #f9f7f5;
  --gray: #888;
  --text-1: #7a412d;
  --text-2: #555;
  --neutras-6: #5a5844;
  --text: #1e1e1e;
  --neutras-1: white;
  --white-web: white;
  --neutras-5: #b58a76;
  --neutras-4: #dbccc7;
  --black-web: black;
  --main-1: #31331f;
  --background-dark: #333;
  --neutras-7: #31331f;
  --background-tertiary: #f0f0f0b3;
  --white-90: #f0f0f0e6;
  --shadow-image: #2d2d2d80;
  --primary-color-template-dark-animation: #7a412d;
  --ang-primary: #7a412d;
}

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

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

@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: 4;
  background-color: var(--background);
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  display: flex;
  position: fixed;
  top: 0;
}

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

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

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

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

.icon-hamburguer.menu-mobile-action {
  display: block;
}

.button-primary-wellness {
  border-radius: var(--rounding-base);
  background-color: var(--primary-color-template);
  color: var(--text-3);
  padding: 12px 24px;
  font-weight: 500;
  line-height: 21px;
  transition: box-shadow .15s;
}

.button-primary-wellness:hover {
  mix-blend-mode: normal;
  box-shadow: inset 0 2px 5px 40vh #0003;
}

.button-secondary-wellness {
  border: 2px solid var(--neutras-3);
  border-radius: var(--rounding-base);
  background-color: var(--transparent);
  color: var(--primary-color-template);
  padding: 11px 24px;
  font-weight: 500;
  transition: box-shadow .15s;
}

.button-secondary-wellness:hover {
  text-decoration: none;
  box-shadow: inset 0 2px 5px 40vh #00000008;
}

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

.button-secondary-wellness.pagekraft-auth-register {
  font-family: Haboro Contrastt, Arial, sans-serif;
  font-weight: 400;
}

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

.code-embed {
  cursor: auto;
  height: auto;
}

.div-block-3 {
  border: 1px solid var(--neutras-2);
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  display: flex;
}

.div-block-3.pagekraft-auth-login {
  cursor: pointer;
  width: auto;
  height: auto;
  padding: 9px 14px;
  display: none;
}

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

.heading {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: var(--gray);
  text-align: center;
  font-size: 12px;
  font-weight: 500;
  line-height: 18px;
  display: block;
}

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

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

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

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

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

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

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

.button-hamburguer:hover {
  background-color: var(--neutras-3);
}

.button-hamburguer:visited {
  color: var(--text-1);
  font-weight: 700;
}

.button-hamburguer.w--current:hover {
  background-color: var(--neutras-3);
}

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

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

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

.container-banner {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  margin-top: 120px;
  margin-bottom: 0;
  display: flex;
}

.container-modalidade {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1230px;
  margin-bottom: 0;
  padding: 40px 15px;
  display: flex;
}

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

.card-hover-description.card-border-1 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -webkit-text-fill-color: inherit;
  background-image: none;
  background-position: 50% 85%;
  background-size: cover;
  background-clip: border-box;
  border-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;
  max-width: none;
  display: block;
}

.card-hover-description.card-border-1:where(.w-variant-e2c9cef6-6f38-f264-2725-60dfe5344690) {
  border-top-left-radius: 50px;
  border-bottom-left-radius: 0;
}

.card-hover-description.card-border-1:where(.w-variant-4a3abfb0-0f8b-6216-7136-946423277017) {
  border-radius: 50px 0;
}

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

.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);
  color: var(--text-3);
  border-bottom-left-radius: 0;
  width: auto;
  max-width: 100%;
  overflow: hidden;
}

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

.title-card-hover:where(.w-variant-e2c9cef6-6f38-f264-2725-60dfe5344690) {
  color: var(--primary-color-template);
}

.description-hide {
  color: var(--text-3);
  text-align: center;
  font-size: 12px;
  font-weight: 300;
  line-height: 18px;
  display: none;
}

.div-block-15 {
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.subtitle-right {
  color: var(--text-2);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  font-style: italic;
  font-weight: 400;
  line-height: 21px;
}

.subtitle-center {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.code-embed-3 {
  color: var(--primary-color-template);
  justify-content: center;
  align-items: center;
  display: flex;
}

.container-reserva {
  grid-column-gap: 42px;
  grid-row-gap: 42px;
  flex-flow: column;
  width: 100%;
  max-width: 1230px;
  margin-bottom: 0;
  padding: 40px 15px;
  display: flex;
}

.div-block-17 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.card-reserve {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  background-color: var(--neutras-3);
  border-top-left-radius: 50px;
  border-bottom-right-radius: 50px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: none;
  height: 327px;
  display: flex;
}

.div-block-19 {
  background-color: var(--neutras-6);
  border-top-left-radius: 10px;
  border-bottom-right-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 42px;
  height: 42px;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.text-block-2 {
  color: var(--text);
  text-align: center;
  padding-left: 10px;
  padding-right: 10px;
  font-family: Haboro Contrastt, Arial, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 150%;
}

.heading-7 {
  color: var(--text);
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  line-height: 150%;
}

.heading-8 {
  color: var(--text-3);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 500;
  line-height: 27px;
}

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

.container-conheca {
  grid-column-gap: 128px;
  grid-row-gap: 128px;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: none;
  margin-bottom: 0;
  padding: 0;
  display: flex;
}

.container-espaco {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1230px;
  margin-bottom: 0;
  padding: 40px 15px;
  display: flex;
}

.container-professor {
  background-color: var(--neutras-1);
  width: 100%;
  max-width: 1230px;
  margin-bottom: 0;
  padding: 80px 15px;
}

.button-primary-template-xl {
  background-color: var(--primary-color-template);
  color: var(--text-3);
  text-align: center;
  border-radius: 6px;
  padding: 14px 42px;
  font-size: 14px;
  font-weight: 700;
  line-height: 150%;
  transition: box-shadow .15s;
}

.button-primary-template-xl:hover {
  box-shadow: inset 0 2px 5px 40vh #0003;
}

.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-e2c9cef6-6f38-f264-2725-60dfe5344690) {
  border-top-left-radius: 50px;
  border-bottom-left-radius: 0;
}

.box-description-shadow.card-border-1:where(.w-variant-4a3abfb0-0f8b-6216-7136-946423277017) {
  border-radius: 50px 0;
}

.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-e2c9cef6-6f38-f264-2725-60dfe5344690) {
  border-top-left-radius: 50px;
  border-bottom-left-radius: 0;
}

.box-description-shadow.card-border-1-copy:where(.w-variant-4a3abfb0-0f8b-6216-7136-946423277017) {
  border-radius: 50px 0;
}

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

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

.box-description-shadow.card-border-1-copy.title-center-card {
  border-bottom-left-radius: 50px;
  justify-content: flex-start;
  align-items: center;
  display: block;
}

.box-description-shadow.card-border-1-copy.title-center-card:where(.w-variant-e2c9cef6-6f38-f264-2725-60dfe5344690), .box-description-shadow.card-border-1-copy.title-center-card:where(.w-variant-4a3abfb0-0f8b-6216-7136-946423277017) {
  border-bottom-left-radius: 0;
}

.image-4 {
  z-index: 0;
  aspect-ratio: auto;
  object-fit: cover;
  border-top-right-radius: 50px;
  border-bottom-left-radius: 50px;
  width: 100%;
  max-width: none;
  height: 100%;
  position: relative;
  inset: -100% 0% 0%;
}

.image-4:where(.w-variant-e2c9cef6-6f38-f264-2725-60dfe5344690) {
  border-top-left-radius: 50px;
  border-bottom-left-radius: 0;
}

.image-4:where(.w-variant-4a3abfb0-0f8b-6216-7136-946423277017) {
  border-radius: 50px 0;
}

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

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

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

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

.card-hover-description-bottom.card-border-1:where(.w-variant-e2c9cef6-6f38-f264-2725-60dfe5344690) {
  border-top-left-radius: 50px;
  border-bottom-left-radius: 0;
}

.card-hover-description-bottom.card-border-1:where(.w-variant-4a3abfb0-0f8b-6216-7136-946423277017) {
  border-radius: 50px 0;
}

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

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

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

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

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

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

.text-block-7 {
  color: var(--text-2);
  font-weight: 500;
}

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

.container-playlist {
  grid-column-gap: 42px;
  grid-row-gap: 42px;
  background-color: var(--neutras-1);
  flex-flow: column;
  width: 100%;
  max-width: none;
  margin-bottom: 0;
  padding: 40px 15px;
  display: flex;
}

.section-3 {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1230px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.section-4 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  max-width: 1230px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.heading-15 {
  color: var(--text-1);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 500;
  line-height: 27px;
}

.code-embed-6 {
  height: 24px;
}

.code-embed-7 {
  height: 30px;
}

.code-embed-8 {
  width: 100%;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
}

.div-block-43 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: row;
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.container-contrato {
  background-color: var(--neutras-2);
  width: 100%;
  max-width: none;
  margin-bottom: 0;
  padding: 40px 15px;
}

.section-5 {
  grid-column-gap: 128px;
  grid-row-gap: 128px;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1230px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.image-6 {
  object-fit: cover;
  border-radius: 16px;
  width: 468px;
  max-width: 100%;
  height: 300px;
}

.flex-block-2 {
  justify-content: center;
  align-items: center;
  width: auto;
}

.flex-block-3 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  width: 50%;
  max-width: none;
}

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

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

.image-7 {
  height: 120px;
}

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

.code-embed-11 {
  color: var(--primary-color-template);
  display: flex;
}

.text-block-8 {
  color: var(--text-2);
  text-align: left;
  line-height: 150%;
}

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

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

.subtitle-1 {
  color: var(--text-1);
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
}

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

.text-block-9, .text-block-10 {
  opacity: .8;
  color: var(--text);
}

.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(--text-2);
  font-weight: 400;
  text-decoration: none;
}

.link-footer.w--current {
  font-weight: 400;
}

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

.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(--neutras-3);
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: none;
  max-height: 200px;
  margin-top: 120px;
  padding-top: 64px;
  padding-bottom: 64px;
  display: flex;
}

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

.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(--primary-color-template);
  text-decoration: none;
}

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

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

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

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

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

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

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

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

.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(--primary-color-template));
}

.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(--primary-color-template);
  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(--primary-color-template);
  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-5);
  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-5);
  border-radius: 2px;
  justify-content: center;
  align-items: flex-start;
  padding: 4px 15px;
  display: flex;
}

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

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

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

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

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

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

.image-perfil-instrutores-1 {
  z-index: 0;
  border: 2.5px solid var(--neutras-4);
  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-4);
  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-4);
  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-4);
  object-fit: cover;
  border-radius: 50%;
  width: 52px;
  height: 52px;
  position: relative;
  left: -30px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.body-default {
  background-color: var(--background);
  color: var(--black-web);
  -webkit-text-fill-color: inherit;
  --background: white;
  --rounding-base: 6px;
  --primary-color-template: #7a412d;
  --text-3: white;
  --neutras-3: #ebe0db;
  --transparent: #fff0;
  --neutras-2: #f9f7f5;
  --gray: #888;
  --text-1: #7a412d;
  --text-2: #555;
  --neutras-6: #5a5844;
  --text: #1e1e1e;
  --neutras-1: white;
  --white-web: white;
  --neutras-5: #b58a76;
  --neutras-4: #dbccc7;
  --black-web: black;
  --main-1: #31331f;
  --background-dark: #333;
  --neutras-7: #31331f;
  --background-tertiary: #f0f0f0b3;
  --white-90: #f0f0f0e6;
  --shadow-image: #2d2d2d80;
  --primary-color-template-dark-animation: #7a412d;
  --ang-primary: #7a412d;
  background-clip: border-box;
  flex-flow: column;
  justify-content: space-between;
  min-height: 100%;
  font-family: Haboro Contrast, Arial, sans-serif;
  font-size: 14px;
  display: flex;
}

.text-block-21 {
  color: var(--text-2);
}

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

.paragraph-5 {
  color: var(--text-2);
  font-family: Haboro Contrastt, Arial, sans-serif;
  font-weight: 500;
  line-height: 150%;
}

.button-primary-wellness-my-account {
  border-radius: var(--rounding-base);
  background-color: var(--primary-color-template);
  font-weight: 500;
  line-height: 25px;
}

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

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

.button-secondary-wellness-sair {
  border: 2px solid var(--neutras-3);
  border-radius: var(--rounding-base);
  background-color: var(--transparent);
  color: var(--primary-color-template);
  font-weight: 500;
}

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

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

.div-block-88 {
  background-color: var(--neutras-3);
}

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

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

.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(--primary-color-template);
  color: var(--white-web);
  text-align: center;
  border-radius: 4px;
  width: auto;
  margin-left: auto;
  margin-right: auto;
  padding: 12px 32px;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  display: block;
}

.style-car-shopping {
  border: 2px solid var(--neutras-3);
  border-radius: var(--rounding-base);
  color: var(--primary-color-template);
  cursor: pointer;
  padding: 9.5px 12px;
  transition: box-shadow .2s;
  display: flex;
}

.style-car-shopping:hover {
  box-shadow: inset 0 2px 5px 100vh #00000008;
}

.style-car-shopping.car-shopping.pagekraft-auth-checkout:hover {
  box-shadow: inset 0 2px 5px 40vh #0000000d;
}

.code-embed-19, .code-embed-20, .code-embed-21, .code-embed-22, .code-embed-23, .code-embed-24, .code-embed-25, .code-embed-26, .code-embed-31 {
  color: var(--primary-color-template);
}

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

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

.div-block-102 {
  z-index: 2;
  background-image: linear-gradient(135deg, var(--text-1), var(--neutras-5));
  border-bottom-right-radius: 40%;
  border-bottom-left-radius: 40%;
  width: 100%;
  height: 100%;
  position: static;
  inset: 0% auto 0% 0%;
}

.container-7 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 128px;
  display: flex;
}

.code-embed-39 {
  color: var(--text-1);
  margin-top: -250px;
  position: static;
  top: auto;
}

.heading-22 {
  color: var(--primary-color-template);
  font-family: Poppins;
  font-size: 80px;
  line-height: 120px;
}

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

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

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

.text-block-29 {
  color: #555;
  text-align: center;
}

.div-block-105 {
  z-index: 10;
  width: 100%;
  height: 100%;
  position: static;
}

.faq-question {
  color: #212121;
  cursor: pointer;
  background-color: #f91e19;
  border-radius: 50px;
  align-items: center;
  height: 46px;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 22px;
  font-weight: 800;
  display: flex;
}

.faq-question-2 {
  color: #212121;
  cursor: pointer;
  background-color: #6ebdba;
  border-radius: 50px;
  align-items: center;
  height: 46px;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 22px;
  font-weight: 800;
  display: flex;
}

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

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

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

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

.heading-92 {
  color: var(--text);
  text-align: center;
  font-family: Haboro Contrast, Arial, sans-serif;
  font-size: 36px;
  font-style: italic;
  font-weight: 700;
  line-height: 150%;
}

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

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

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

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

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

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

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

.faq-question-3 {
  color: #212121;
  cursor: pointer;
  background-color: #f1f0f6;
  border-radius: 50px;
  align-items: center;
  height: 46px;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 22px;
  font-weight: 800;
  display: flex;
}

.container-planos {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: none;
  min-height: 60svh;
  padding: 0;
  display: block;
}

.container-eventos {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: none;
  min-height: 60vh;
  margin-top: 120px;
  padding: 40px 0;
  display: block;
}

.container-minha-conta {
  grid-column-gap: 42px;
  grid-row-gap: 42px;
  flex-flow: column;
  width: 100%;
  max-width: none;
  height: auto;
  min-height: 60svh;
  margin: 120px auto 0;
  padding: 0;
  display: block;
}

.code-embed-99, .code-embed-100 {
  width: 100%;
  margin-bottom: 0;
}

.div-block-216 {
  border-top: 1px solid var(--text-1);
  width: 100%;
  padding: 20px 15px;
}

.list {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
  display: flex;
}

.list-item {
  pointer-events: auto;
  cursor: pointer;
  border-right: 1px solid #000;
  justify-content: center;
  align-items: center;
  height: 12px;
  padding-left: 20px;
  padding-right: 20px;
  list-style-type: none;
  display: flex;
}

.link {
  color: var(--text-1);
  font-family: Haboro Contrast, Arial, sans-serif;
  font-weight: 500;
  text-decoration: none;
}

.link.w--current {
  font-family: Haboro Contrastt, Arial, sans-serif;
  font-weight: 400;
}

.list-item-fim {
  pointer-events: auto;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  height: 12px;
  padding-left: 20px;
  padding-right: 20px;
  list-style-type: none;
  display: flex;
}

.container-31 {
  width: 100%;
  max-width: none;
}

.container-32 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: wrap;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  max-width: 1230px;
  padding: 80px 15px 40px;
  display: flex;
}

.div-block-217 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.heading-107 {
  color: var(--neutras-6);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Broadsheet, Arial, sans-serif;
  font-size: 40px;
  line-height: 150%;
}

.paragraph-79 {
  color: var(--text);
  text-align: center;
  width: 100%;
  margin-bottom: 30px;
  font-family: Haboro Contrastt, Arial, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 150%;
}

.image-23 {
  max-width: none;
  height: 36px;
}

.div-block-218 {
  border: 2px solid var(--text-1);
  background-color: var(--neutras-2);
  border-radius: 40px;
  width: 31%;
  padding: 40px 30px;
}

.paragraph-80 {
  color: var(--text);
  text-align: left;
  font-family: Haboro Contrastt, Arial, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 22px;
}

.heading-108 {
  color: var(--neutras-6);
  text-align: center;
  font-family: Haboro Contrastt, Arial, sans-serif;
  font-size: 30px;
  line-height: 150%;
}

.list-2 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: var(--text);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  padding-left: 0;
  font-family: Haboro Contrastt, Arial, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 22px;
  list-style-type: decimal;
  display: flex;
}

.heading-109 {
  color: var(--neutras-6);
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Broadsheet, Arial, sans-serif;
  font-size: 30px;
  font-weight: 500;
  line-height: 150%;
}

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

.container-33 {
  background-color: var(--neutras-6);
  border-radius: 16px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: none;
  padding: 0;
  display: flex;
}

.div-block-219 {
  width: 40%;
  padding: 42px 20px;
}

.div-block-220 {
  background-image: url('../images/alento-bo.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 16px;
  width: 60%;
  height: 370px;
}

.heading-110 {
  color: var(--neutras-4);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 500;
  line-height: 150%;
}

.text-block-52 {
  color: var(--neutras-1);
  margin-bottom: 40px;
  padding-bottom: 0;
  font-size: 18px;
  font-weight: 500;
  line-height: 150%;
}

.text-block-53 {
  color: var(--neutras-1);
  font-family: Haboro Contrastt, Arial, sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 150%;
}

.image-24 {
  border-radius: 16px;
  width: 100%;
  max-width: none;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
  display: block;
}

.slide-2 {
  width: 50%;
  height: auto;
  padding-left: 10px;
  padding-right: 10px;
}

.slider-11 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: var(--transparent);
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1230px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.mask-7 {
  width: 85%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}

.slide-nav-4 {
  background-color: var(--transparent);
  border-radius: 100px;
  width: 10%;
  height: auto;
  margin-top: 0;
  margin-bottom: -40px;
  padding-top: 8px;
  padding-bottom: 0;
  font-size: 6px;
  display: none;
}

.left-arrow-9 {
  z-index: 2;
  justify-content: center;
  align-items: center;
  display: flex;
}

.right-arrow-10 {
  z-index: 1;
  justify-content: center;
  align-items: center;
  display: flex;
}

.container-34 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1230px;
  display: flex;
}

.div-block-221 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: var(--text-1);
  border-radius: 25px;
  justify-content: space-between;
  align-items: center;
  width: 50%;
  margin-left: 0;
  margin-right: 10px;
  padding: 20px;
  display: flex;
}

.div-block-223 {
  background-image: url('../images/9c5aff8da0846284582ea4b28706ec34248097bd.avif');
  background-position: 50%;
  background-size: cover;
  border-radius: 20px;
  width: 50%;
  height: 427px;
}

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

.heading-111 {
  color: var(--neutras-1);
  width: 100%;
  font-size: 30px;
  line-height: 150%;
}

.text-block-54 {
  color: var(--neutras-1);
  width: 100%;
  font-family: Haboro Contrastt, Arial, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 150%;
}

.div-block-225 {
  background-image: url('../images/fa961a0d05bb0719ccd3a34faf661f3a7df5bc90.avif');
  background-position: 50%;
  background-size: cover;
  border-radius: 20px;
  width: 50%;
  height: 427px;
}

.div-block-225.imag-1 {
  background-image: url('../images/fa961a0d05bb0719ccd3a34faf661f3a7df5bc90.avif');
  background-position: 25%;
}

.div-block-225.imag2 {
  background-image: url('../images/e5e8bab0d0fe248293e75715a63e2ea73f807d88.avif');
}

.div-block-225.imag-3 {
  background-image: url('../images/b981511d775c7bcf07561e8b881c7510d4e9c0ef.avif');
  background-position: 0%;
}

.container-35 {
  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;
  place-content: center;
  align-items: center;
  width: 100%;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.div-block-226 {
  text-align: left;
  background-image: url('../images/img-cursos.avif');
  background-position: 50% 0;
  background-size: cover;
  border-radius: 18px;
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  width: 33%;
  height: 529px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
  display: flex;
}

.heading-112 {
  color: var(--neutras-1);
  --background: white;
  --rounding-base: 6px;
  --primary-color-template: #7a412d;
  --text-3: white;
  --neutras-3: #ebe0db;
  --transparent: #fff0;
  --neutras-2: #f9f7f5;
  --gray: #888;
  --text-1: #7a412d;
  --text-2: #555;
  --neutras-6: #5a5844;
  --text: #1e1e1e;
  --neutras-1: white;
  --white-web: white;
  --neutras-5: #b58a76;
  --neutras-4: #dbccc7;
  --black-web: black;
  --main-1: #31331f;
  --background-dark: #333;
  --neutras-7: #31331f;
  --background-tertiary: #f0f0f0b3;
  --white-90: #f0f0f0e6;
  --shadow-image: #2d2d2d80;
  --primary-color-template-dark-animation: #7a412d;
  --ang-primary: #7a412d;
  width: 100%;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 20px;
  line-height: 150%;
}

.text-block-55 {
  color: var(--neutras-1);
  width: 100%;
  font-family: Haboro Contrastt, Arial, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 100%;
}

.container-36 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1230px;
  padding: 40px 15px;
  display: flex;
}

.div-block-229 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: var(--neutras-6);
  border-radius: 25px;
  justify-content: space-between;
  align-items: center;
  width: 700px;
  padding: 20px;
  display: flex;
}

.button20 {
  background-color: var(--text-1);
  color: var(--text-3);
  text-align: center;
  border-radius: 6px;
  padding: 14px 42px;
  font-size: 14px;
  font-weight: 700;
  line-height: 150%;
  transition: box-shadow .15s;
}

.button20:hover {
  box-shadow: inset 0 2px 5px 40vh #0003;
}

.heading-113 {
  color: var(--neutras-1);
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 30px;
  line-height: 150%;
}

.text-block-56 {
  color: var(--neutras-1);
  width: 100%;
  font-family: Haboro Contrastt, Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
}

.heading-116 {
  color: var(--text-1);
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Broadsheet, Arial, sans-serif;
  font-size: 30px;
  font-weight: 500;
  line-height: 150%;
}

.image-27 {
  display: none;
}

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

.code-embed-101 {
  color: var(--text);
  font-weight: 400;
}

.section-28 {
  width: 100%;
  max-width: 1230px;
  margin-top: 120px;
  margin-left: auto;
  margin-right: auto;
  padding: 40px 14px;
}

.body {
  text-align: center;
}

.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;
  justify-content: center;
  align-items: center;
  display: flex;
}

.heading-117 {
  font-family: Haboro Contrast, Arial, sans-serif;
}

.section-29 {
  width: 100%;
  max-width: 1230px;
  margin-top: 120px;
  margin-left: auto;
  margin-right: auto;
}

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

.heading-118 {
  color: var(--neutras-6);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Haboro Contrast, Arial, sans-serif;
  font-style: normal;
}

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

.car-shopping.pagekraft-auth-checkout.button-secondary-funcional--ca {
  border-top-style: solid;
  border-top-width: 2px;
  border-top-color: var(--neutras-3);
  border-right-style: solid;
  border-right-width: 2px;
  border-right-color: var(--neutras-3);
  border-bottom-style: solid;
  border-bottom-width: 2px;
  border-bottom-color: var(--neutras-3);
  border-left-style: solid;
  border-left-width: 2px;
  border-left-color: var(--neutras-3);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  color: var(--text-1);
  cursor: pointer;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  padding: 8px 10px;
  transition-property: background-color;
  transition-duration: .15s;
  transition-timing-function: ease;
  display: flex;
}

.car-shopping.pagekraft-auth-checkout.button-secondary-funcional--ca:hover {
  background-color: #f6f9ffe6;
}

.container-40 {
  max-width: 1120px;
  margin-top: 0;
  margin-bottom: 100px;
  padding-left: 0;
  padding-right: 0;
}

.toggle-text-3 {
  z-index: 2;
  color: var(--text-3);
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 400;
  position: relative;
}

.code-embed-102 {
  color: var(--text-3);
  background-color: #0000;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  line-height: 10px;
  display: flex;
}

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

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

.faq-3 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  background-color: var(--text-1);
  color: var(--black-web);
  white-space: break-spaces;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 66px;
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 28px;
  font-size: 16px;
  font-weight: 600;
  display: flex;
  left: 0;
}

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

.div-block-2348 {
  width: 100%;
  margin-top: 40px;
  font-family: Montserrat, sans-serif;
}

.faq-body-cont-3 {
  background-color: var(--neutras-3);
  color: #000;
  border-top: 1px #000;
  padding: 18px 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 32px;
}

.faq-p-4 {
  z-index: 2;
  background-color: var(--transparent);
  color: var(--text-3);
  border-radius: 4px;
  width: 100%;
  margin-bottom: 0;
  overflow: hidden;
}

.text-faq {
  font-size: 12px;
  font-weight: 500;
  line-height: 150%;
}

.section-30 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.div-block-2350 {
  background-color: var(--main-1);
  background-image: linear-gradient(180deg, var(--transparent) 70%, var(--black-web)), url('../images/img-cursos.avif');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  border-radius: 16px;
  flex-flow: column;
  justify-content: flex-end;
  align-items: stretch;
  width: 31%;
  height: 480px;
  padding: 20px;
  display: flex;
}

.div-block-2350.imag-1 {
  background-image: linear-gradient(180deg, var(--transparent) 50%, var(--black-web)), url('../images/d9e0a8420f07a636330ea71f57c29288b89a5277.avif');
  background-position: 0 0, 50%;
  background-repeat: repeat, repeat;
  background-size: auto, cover;
}

.div-block-2350.imag-4 {
  background-image: linear-gradient(180deg, var(--transparent) 50%, var(--black-web)), url('../images/653ec97a2fcad57182023053058dcc9cd73921b2.avif');
  background-position: 0 0, 50% 85%;
  background-repeat: repeat, no-repeat;
  background-size: auto, auto;
}

.div-block-2350.imag-6 {
  background-image: linear-gradient(180deg, var(--transparent) 55%, var(--black-web)), url('../images/db01c3a8ad3d2477adef34504ad34e2572fb6bdd.avif');
  background-position: 0 0, 0 0;
  background-repeat: repeat, repeat;
  background-size: auto, cover;
}

.div-block-2350.imag-9 {
  background-image: linear-gradient(180deg, var(--transparent), var(--black-web)), url('../images/e64255c7264bec4fd08bc2412f76d976aba91d5d.avif');
  background-position: 0 0, 0 0;
  background-repeat: repeat, repeat;
  background-size: auto, cover;
}

.div-block-2350.imag-11 {
  background-image: linear-gradient(180deg, var(--transparent) 30%, var(--black-web)), url('../images/58eea71c333b3e12e2c8a462020396c0e33ce97e.avif');
  background-position: 0 0, 0 0;
  background-repeat: repeat, repeat;
  background-size: auto, cover;
}

.div-block-2350.imag-10 {
  background-image: linear-gradient(180deg, var(--transparent) 50%, var(--black-web)), url('../images/1d31373b8c79bb7058debcdafab9f0b71d73f5ad.avif');
  background-position: 0 0, 100%;
  background-repeat: repeat, repeat;
  background-size: auto, cover;
}

.div-block-2350.imag-14 {
  background-image: linear-gradient(180deg, var(--transparent), var(--black-web)), url('../images/32a5ecdf2de48210505c85302e68526f11e971ca.avif');
  background-position: 0 0, 50%;
  background-repeat: repeat, repeat;
  background-size: auto, cover;
}

.div-block-2350.imag-2 {
  background-image: linear-gradient(180deg, var(--transparent) 50%, var(--black-web)), url('../images/e31ac667ce5c99f7b982a7186881a364acba3529.avif');
  background-position: 0 0, 70%;
  background-repeat: repeat, repeat;
  background-size: auto, cover;
}

.div-block-2350.imag-3 {
  background-image: linear-gradient(180deg, var(--transparent) 45%, var(--black-web)), url('../images/f983e0d6c5377bea7a52c40b591e27de2247a893.avif');
  background-position: 0 0, 50%;
  background-repeat: repeat, repeat;
  background-size: auto, cover;
}

.div-block-2350.imag-5 {
  background-image: linear-gradient(180deg, var(--transparent) 61%, var(--black-web)), url('../images/4693354822061d707004daf9ed7290a65b4988db.avif');
  background-position: 0 0, 0 0;
  background-repeat: repeat, repeat;
  background-size: auto, cover;
}

.div-block-2350.imag-7 {
  background-image: linear-gradient(180deg, var(--transparent) 50%, var(--black-web)), url('../images/484bda8d2f199f23cc563a6314bab831af045427.avif');
  background-position: 0 0, 0 0;
  background-repeat: repeat, repeat;
  background-size: auto, cover;
}

.div-block-2350.imag-8 {
  background-image: linear-gradient(180deg, var(--transparent) 50%, var(--black-web)), url('../images/ec041c597eb27d82c006f3801fc1614dcb35d055.avif');
  background-position: 0 0, 0 0;
  background-repeat: repeat, repeat;
  background-size: auto, cover;
}

.div-block-2350.imag-12 {
  background-image: linear-gradient(180deg, var(--transparent) 20%, var(--black-web)), url('../images/1e9c3a98578aa992ec660d5531f8bdfce0219abf.avif');
  background-position: 0 0, 0 0;
  background-repeat: repeat, repeat;
  background-size: auto, cover;
}

.div-block-2350.imag-13 {
  background-image: linear-gradient(180deg, var(--transparent) 50%, var(--black-web)), url('../images/cfb6f8db811307d68d9c31f80e8a183e373fb33b.avif');
  background-position: 0 0, 0 0;
  background-repeat: repeat, repeat;
  background-size: auto, cover;
}

.div-block-230 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: var(--text-1);
  border-radius: 25px;
  justify-content: space-between;
  align-items: center;
  width: 50%;
  margin-left: 10px;
  margin-right: 0;
  padding: 20px;
  display: flex;
}

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

.list-item-3, .list-item-4, .list-item-5, .list-item-6, .list-item-7 {
  font-size: 15px;
}

.slider-12, .slide-3, .mask-8 {
  height: auto;
}

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

.container-41 {
  width: 100%;
  max-width: none;
}

@media screen and (min-width: 1280px) {
  .card-hover-description.card-border-1 {
    max-width: 320px;
  }

  .container-planos {
    width: auto;
    max-width: none;
    padding: 0;
  }

  .container-eventos, .container-minha-conta {
    max-width: none;
  }
}

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

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

  .image-5, .div-block-40, .container-playlist {
    max-width: none;
  }

  .section-3, .section-4 {
    max-width: 1440px;
  }

  .container-contrato {
    max-width: none;
    padding: 0;
  }

  .section-5 {
    background-color: var(--neutras-2);
    max-width: 1440px;
    padding: 15px;
  }

  .flex-block-2 {
    width: 50%;
  }

  .flex-block-3 {
    width: 50%;
    max-width: none;
  }

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

  .section-6 {
    max-width: 1440px;
    padding: 40px 15px;
  }

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

  .container-planos, .container-eventos {
    max-width: none;
  }
}

@media screen and (min-width: 1920px) {
  .image-28 {
    width: 100%;
  }
}

@media screen and (max-width: 991px) {
  .div-block-2, .div-block-9 {
    display: none;
  }

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

  .container-modalidade {
    padding: 40px 15px;
  }

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

  .subtitle-center {
    justify-content: flex-end;
    align-items: center;
  }

  .container-reserva {
    padding: 40px 15px;
  }

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

  .card-reserve {
    width: 50%;
  }

  .container-conheca {
    grid-column-gap: 64px;
    grid-row-gap: 64px;
    flex-flow: column-reverse;
    padding: 40px 15px;
  }

  .container-espaco {
    padding: 40px 15px 15px;
  }

  .container-professor {
    padding: 80px 15px;
  }

  .container-playlist {
    padding: 40px 15px;
  }

  .container-contrato {
    padding-top: 40px;
    padding-bottom: 40px;
    padding-right: 15px;
  }

  .section-5 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: column;
  }

  .flex-block-3 {
    text-align: center;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    max-width: none;
  }

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

  .container-title-page {
    max-width: none;
    padding-top: 24px;
    padding-bottom: 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;
  }

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

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

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

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

  .container-planos, .container-eventos, .container-minha-conta {
    max-width: none;
  }

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

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

  .list-2 {
    line-height: 22px;
  }

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

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

  .div-block-221 {
    width: 100%;
    margin-bottom: 20px;
    margin-right: 0;
  }

  .div-block-223, .div-block-225 {
    height: 300px;
  }

  .container-35 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .div-block-226 {
    width: 47%;
  }

  .container-40 {
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-2348 {
    margin-top: 20px;
  }

  .div-block-2350 {
    width: 48%;
  }

  .div-block-230 {
    width: 100%;
    margin-left: 0;
  }

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

@media screen and (max-width: 767px) {
  .div-block-2, .div-block-4 {
    display: none;
  }

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

  .container-banner {
    margin-top: 60px;
  }

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

  .card-hover-description.card-border-1 {
    max-width: 280px;
  }

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

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

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

  .card-reserve {
    width: 60%;
  }

  .container-conheca, .container-espaco, .container-professor, .container-playlist, .container-contrato {
    padding-left: 24px;
    padding-right: 24px;
  }

  .flex-block-3 {
    width: 100%;
    max-width: none;
  }

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

  .container-title-page {
    margin-top: 80px;
  }

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

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

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

  .style-car-shopping, .style-car-shopping.car-shopping.pagekraft-auth-checkout {
    cursor: pointer;
  }

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

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

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

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

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

  .heading-92 {
    color: #3f4b4e;
    font-size: 20px;
  }

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

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

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

  .container-planos {
    justify-content: center;
    align-items: center;
    max-width: none;
  }

  .container-eventos {
    justify-content: center;
    align-items: center;
    max-width: none;
    margin-top: 80px;
  }

  .container-minha-conta {
    margin-top: 80px;
  }

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

  .text-block-52 {
    margin-bottom: 20px;
  }

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

  .mask-7 {
    width: 100%;
  }

  .slide-nav-4 {
    width: 100%;
    display: block;
  }

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

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

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

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

  .image-27 {
    width: 100%;
    max-width: none;
    display: block;
  }

  .image-28 {
    display: none;
  }

  .section-28 {
    margin-top: 80px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .container-40 {
    padding-left: 0;
    padding-right: 0;
  }

  .toggle-text-3 {
    font-size: 14px;
  }

  .code-embed-102 {
    flex: none;
  }

  .div-block-2351 {
    justify-content: center;
    align-items: flex-start;
    height: 62px;
    padding-bottom: 12px;
    padding-left: 12px;
    padding-right: 12px;
    display: flex;
    position: fixed;
    inset: auto 0% 0%;
  }

  .div-block-2352 {
    background-color: var(--text-1);
    color: var(--neutras-1);
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
    justify-content: center;
    align-items: center;
    width: 50%;
    height: 100%;
    text-decoration: none;
    display: flex;
  }

  .text-block-70 {
    font-weight: 700;
  }

  .div-block-2353 {
    border: 2px solid var(--neutras-5);
    background-color: var(--neutras-2);
    color: var(--text-1);
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
    justify-content: center;
    align-items: center;
    width: 50%;
    height: 100%;
    text-decoration: none;
    display: flex;
  }

  .text-block-71 {
    font-weight: 700;
  }

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

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

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

@media screen and (max-width: 479px) {
  .div-block-4 {
    display: none;
  }

  .container-banner {
    margin-top: 60px;
  }

  .card-hover-description.card-border-1 {
    max-width: none;
    height: 300px;
  }

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

  .card-reserve {
    width: 100%;
    max-width: 327px;
  }

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

  .container-espaco {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    padding-bottom: 40px;
    display: flex;
  }

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

  .card-hover-description-bottom.card-border-1 {
    height: 300px;
  }

  .div-block-40 {
    grid-template-columns: 1fr;
  }

  .container-playlist {
    display: flex;
  }

  .image-6 {
    height: 250px;
    overflow: scroll;
  }

  .flex-block-3 {
    max-width: none;
  }

  .container-footer {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

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

  .image-7 {
    height: 100px;
  }

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

  .title-page {
    margin-top: 0;
    margin-bottom: 0;
  }

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

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

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

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

  .faq-question, .faq-question-2 {
    height: auto;
    padding-top: 10px;
    padding-bottom: 10px;
  }

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

  .faq-question-3 {
    height: auto;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .container-planos, .container-eventos {
    max-width: none;
  }

  .heading-107 {
    font-size: 35px;
  }

  .div-block-218 {
    padding: 20px;
  }

  .heading-109 {
    font-size: 26px;
  }

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

  .div-block-219 {
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
  }

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

  .text-block-52 {
    margin-bottom: 10px;
  }

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

  .div-block-223, .div-block-224 {
    width: 100%;
  }

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

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

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

  .div-block-226 {
    width: 100%;
    height: 445px;
  }

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

  .container-36 {
    padding: 0;
  }

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

  .heading-116 {
    font-size: 26px;
  }

  .toggle-text-3 {
    font-size: 14px;
  }

  .faq-3 {
    height: auto;
    min-height: 80px;
    max-height: 130px;
    padding-right: 20px;
  }

  .div-block-2348 {
    margin-top: 20px;
  }

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

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


@font-face {
  font-family: 'Broadsheet';
  src: url('../fonts/Broadsheet-Regular.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fonnts';
  src: url('../fonts/fonnts.com-Haboro_Contrast_Norm_Black.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Haboro Contrast';
  src: url('../fonts/fonnts.com-Haboro_Contrast_Norm_ExBold.otf') format('opentype');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Haboro Contrast';
  src: url('../fonts/fonnts.com-Haboro_Contrast_Norm_Thin.otf') format('opentype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Haboro Contrast';
  src: url('../fonts/fonnts.com-Haboro_Contrast_Norm_Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Haboro Contrast';
  src: url('../fonts/fonnts.com-Haboro_Contrast_Norm_Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Haboro Contrast';
  src: url('../fonts/fonnts.com-Haboro_Contrast_Norm_Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Haboro Contrastt';
  src: url('../fonts/fonnts.com-Haboro_Contrast_Norm_Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}