@font-face {
  font-family: Poppins;
  src: url('../fonts/Poppins-ExtraBoldItalic.ttf') format("truetype"), url('../fonts/Poppins-BoldItalic.ttf') format("truetype");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}

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

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

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

@font-face {
  font-family: Poppins;
  src: url('../fonts/Poppins-ThinItalic.ttf') format("truetype");
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Poppins;
  src: url('../fonts/Poppins-ExtraLightItalic.ttf') format("truetype");
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Poppins;
  src: url('../fonts/Poppins-BlackItalic.ttf') format("truetype");
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}

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

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

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

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

@font-face {
  font-family: Poppins;
  src: url('../fonts/Poppins-LightItalic.ttf') format("truetype");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

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

@font-face {
  font-family: Poppins;
  src: url('../fonts/Poppins-SemiBoldItalic.ttf') format("truetype");
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}

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

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

@font-face {
  font-family: Bw Vivant;
  src: url('../fonts/bw-vivant-light.ttf') format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Bw Vivant;
  src: url('../fonts/bw-vivant-thin.ttf') format("truetype");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Bw Vivant;
  src: url('../fonts/bw-vivant-regular.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Bw Vivant;
  src: url('../fonts/bw-vivant-medium.ttf') format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Bw Vivant;
  src: url('../fonts/bw-vivant-bold.ttf') format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

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

@font-face {
  font-family: Bw Vivant;
  src: url('../fonts/bw-vivant-black.ttf') format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Orbitron Variablefont Wght;
  src: url('../fonts/Orbitron-VariableFont_wght.ttf') format("truetype");
  font-weight: 400 900;
  font-style: normal;
  font-display: swap;
}

:root {
  --background: white;
  --rounding-base: 6px;
  --primary-color-template: #808d57;
  --text-3: white;
  --neutras-3: #b2825e;
  --transparent: #fff0;
  --neutras-2: #f1f0f6;
  --gray: #888;
  --background-tertiary: #f0f0f0b3;
  --text-1: #003d4a;
  --text-2: #888;
  --white-web: white;
  --neutras-6: #fffc;
  --black-web: black;
  --white-90: #f0f0f0e6;
  --neutras-5: #f6f7ff;
  --neutras-4: #ccc;
  --background-dark: #333;
  --shadow-image: #2d2d2d80;
  --neutras-8: #fffc;
}

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

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

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

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

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

body {
  color: #333;
  --background: black;
  --primary-color-template: #6ebdba;
  --text-3: black;
  --neutras-3: #272c30e6;
  --transparent: #fff0;
  --neutras-2: #1e2125;
  --gray: #888;
  --background-tertiary: #f0f0f0b3;
  --text-1: #fafafa;
  --text-2: #aaa;
  --white-web: white;
  --neutras-6: #000c;
  --black-web: black;
  --white-90: #f0f0f0e6;
  --neutras-5: #f6f7ff;
  --neutras-4: #ccc;
  --background-dark: #333;
  --shadow-image: #2d2d2d80;
  --neutras-8: #fffc;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

.container-navbar {
  z-index: 10;
  background-color: var(--background);
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 80px;
  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: cover;
  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: flex;
}

.button-primary-pilates {
  border-radius: var(--rounding-base);
  background-color: var(--primary-color-template);
  color: var(--text-3);
  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-pilates:hover {
  box-shadow: inset 0 2px 5px 40vh #00000014;
}

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

.button-secondary-wellness:hover {
  background-color: var(--transparent);
  box-shadow: inset 0 2px 5px 40vh var(--neutras-2);
}

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

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

.code-embed.pagekraft-auth-login {
  cursor: pointer;
}

.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 {
  border: 2px solid var(--neutras-3);
  cursor: pointer;
  border-radius: 50%;
  width: auto;
  height: auto;
  padding: 9px 14px;
  line-height: 18px;
  transition: box-shadow .2s;
  display: none;
}

.div-block-3.pagekraft-auth-login:hover {
  box-shadow: inset 0 2px 5px 40vh var(--neutras-2);
}

.div-block-4 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: flex-end;
  align-items: center;
  min-width: 242px;
  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;
  display: flex;
}

.div-block-5 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  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: 320px;
  height: 100vh;
  padding-top: 20px;
  padding-left: 24px;
  padding-right: 24px;
  transition: all .3s;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  overflow: auto;
  transform: translate(-360px);
}

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

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

.div-block-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(--background-tertiary);
}

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

.heading-2 {
  color: var(--text-2);
  line-height: 21px;
}

.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 {
  height: 30vw;
  min-height: auto;
  max-height: 750px;
  margin-top: 80px;
  margin-bottom: 42px;
}

.div-block-11 {
  margin-top: 100px;
}

.container-gradient {
  width: 100%;
  height: 100%;
}

.container-banner-text {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  max-width: 1440px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.heading-3 {
  color: var(--white-web);
  text-align: center;
  margin-top: 20px;
  margin-bottom: 0;
  font-family: Bw Vivant, Arial, sans-serif;
  font-size: 64px;
  font-weight: 200;
  line-height: 64px;
}

.text-span {
  color: var(--primary-color-template);
}

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

.container-modalidade {
  grid-column-gap: 42px;
  grid-row-gap: 42px;
  flex-flow: column;
  width: 100%;
  max-width: 1200px;
  margin-bottom: 42px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 60px;
  padding-left: 12px;
  padding-right: 12px;
  display: flex;
}

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

.title-left {
  color: var(--text-1);
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 30px;
  font-weight: 500;
  line-height: 45px;
}

.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;
  border: 2px none var(--neutras-3);
  background-image: url('../images/aa3222e401c015e23264e35fffabf281.jpeg');
  background-position: 50% 85%;
  background-size: cover;
  background-color: var(--transparent);
  -webkit-text-fill-color: inherit;
  background-image: none;
  background-clip: border-box;
  border-radius: 6px;
  order: 0;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 400px;
  max-width: 90%;
  height: 413px;
  max-height: 427px;
  transition: width 1.3s;
  display: block;
}

.card-hover-description.card-border-3 {
  background-image: url('../images/b66d785f65d8a172d190523984fc545d.jpeg');
  background-position: 50%;
  background-size: cover;
  border-top-left-radius: 50px;
  border-bottom-right-radius: 50px;
  justify-content: center;
  align-items: center;
  display: block;
}

.card-hover-description.background-1-service {
  background-image: url('../images/aa3222e401c015e23264e35fffabf281.jpeg');
  background-position: 50% 80%;
  background-size: cover;
  border-top-right-radius: 50px;
  border-bottom-left-radius: 50px;
}

.card-hover-description.card-border-2 {
  background-image: url('../images/b34d77516f5208aa5c9ce1d734aae0a3.jpeg');
  background-position: 50%;
  background-size: cover;
  border-top-left-radius: 50px;
  border-top-right-radius: 50px;
  justify-content: center;
  align-items: center;
  display: block;
}

.div-block-13 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  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);
  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(--neutras-6);
  color: var(--text-3);
  border-bottom-right-radius: 6px;
  border-bottom-left-radius: 6px;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  height: 100%;
}

.box-description.border-none-title-professores {
  background-color: var(--neutras-2);
  color: var(--text-3);
  border-bottom-right-radius: 6px;
  border-bottom-left-radius: 6px;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  height: auto;
}

.title-card-hover {
  color: var(--primary-color-template);
  text-align: center;
  white-space: nowrap;
  height: auto;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 700;
  line-height: 120%;
  transform: rotate(90deg);
}

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

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

.subtitle-right {
  color: var(--text-1);
  max-width: 588px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 500;
  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: 1440px;
  margin-bottom: 42px;
  padding-bottom: 60px;
  display: flex;
}

.div-block-17 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: flex-start;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

.card-reserve {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  background-color: var(--text-1);
  border-radius: 16px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 327px;
  height: 327px;
  display: flex;
}

.div-block-19 {
  background-color: var(--primary-color-template);
  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-3);
  text-align: center;
  padding-left: 36px;
  padding-right: 36px;
  font-size: 14px;
  line-height: 130%;
}

.heading-7 {
  color: var(--text-3);
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  line-height: 27px;
}

.heading-8 {
  background-color: var(--transparent);
  color: var(--text-3);
  margin-top: 0;
  margin-bottom: 0;
  padding: 0;
  font-size: 18px;
  font-weight: 600;
  line-height: 150%;
}

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

.title-reserve {
  color: var(--text-1);
  font-size: 30px;
  font-weight: 600;
  line-height: 45px;
}

.container-conheca {
  grid-column-gap: 128px;
  grid-row-gap: 128px;
  background-color: var(--transparent);
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: none;
  margin-bottom: 80px;
  padding-top: 64px;
  padding-bottom: 40px;
  display: flex;
}

.div-block-21 {
  flex-flow: column;
  justify-content: center;
  width: 50%;
  margin-top: 0;
  display: flex;
}

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

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

.image-2 {
  object-fit: cover;
  border-radius: 6px;
  width: 100%;
  max-width: 200px;
  height: 200px;
  position: relative;
  top: -40px;
}

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

.div-block-24 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: var(--neutras-3);
  cursor: pointer;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  height: 78px;
  padding: 0 20px;
  transition: transform .2s;
  display: flex;
  position: relative;
  top: -380px;
  bottom: auto;
  left: -50%;
}

.div-block-24:hover {
  transform: scale(1.05);
}

.text-block-3 {
  color: var(--primary-color-template);
  font-weight: 500;
  line-height: 16px;
}

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

.text-span-3 {
  color: var(--primary-color-template);
  font-weight: 200;
}

.text-span-4 {
  color: var(--primary-color-template);
  font-weight: 500;
}

.heading-9 {
  color: var(--text-1);
  font-size: 30px;
  font-weight: 500;
  line-height: 45px;
}

.text-block-4 {
  color: var(--primary-color-template);
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  font-size: 48px;
  font-weight: 500;
  line-height: 35px;
  display: flex;
}

.div-block-25 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  background-color: var(--neutras-2);
  border-radius: 6px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 185px;
  height: 103px;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 12px;
  display: flex;
}

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

.text-block-5 {
  color: var(--text-1);
  font-weight: 500;
}

.container-depoimento {
  grid-column-gap: 42px;
  grid-row-gap: 42px;
  background-color: var(--neutras-3);
  flex-flow: column;
  width: 100%;
  max-width: none;
  margin-bottom: 42px;
  padding: 64px 24px;
  display: none;
}

.container-depoimento.margin-page {
  min-height: auto;
  max-height: none;
  margin-top: 80px;
}

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

.heading-10 {
  color: var(--text-1);
  text-align: center;
  font-size: 30px;
  font-weight: 500;
  line-height: 45px;
}

.text-span-6 {
  color: var(--primary-color-template);
}

.div-block-26 {
  background-color: var(--primary-color-template);
  border-top-left-radius: 40px;
  border-bottom-right-radius: 40px;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 838px;
  margin-left: auto;
  margin-right: auto;
  padding: 24px;
  display: flex;
  box-shadow: 0 4px 4px #6aada640;
}

.paragraph-2 {
  color: var(--text-3);
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
}

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

.image-3 {
  object-fit: cover;
  width: 42px;
  height: 42px;
}

.div-block-28 {
  border: 1px solid var(--neutras-2);
  background-image: url('../images/fcce1dbb3ebcbc7df5f07ad23dd0604d.jpeg');
  background-position: 50%;
  background-size: cover;
  border-radius: 2px;
  width: 64px;
  height: 64px;
  box-shadow: 0 2.13px 2.13px #a69cff66;
}

.heading-11 {
  color: var(--text-3);
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  font-weight: 600;
  line-height: 150%;
}

.container-espaco {
  grid-column-gap: 42px;
  grid-row-gap: 42px;
  flex-flow: column;
  width: 100%;
  max-width: none;
  margin-bottom: 42px;
  padding: 64px 10px;
  display: flex;
}

.container-espaco.margin-page-localizacao {
  margin-top: 30px;
}

.div-block-29 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

.text-block-6 {
  color: var(--text-1);
  font-weight: 500;
}

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

.code-embed-5 {
  border-radius: 16px;
  width: 100%;
  max-width: 1200px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  line-height: 24px;
}

.container-professor {
  background-color: var(--transparent);
  width: 100%;
  max-width: none;
  margin-bottom: 42px;
  padding: 64px 24px;
  display: none;
}

.section-2 {
  grid-column-gap: 42px;
  grid-row-gap: 42px;
  flex-flow: column;
  justify-content: space-between;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

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

.text-span-7, .text-span-8 {
  color: var(--primary-color-template);
}

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

.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: 16px;
  font-weight: 700;
  line-height: 24px;
}

.div-block-31 {
  background-image: url('../images/39db5b39120a423da1766b30dc3b219c.jpeg');
  background-position: 50% 0;
  background-size: cover;
  border-top-right-radius: 50px;
  border-bottom-left-radius: 50px;
  justify-content: flex-start;
  align-items: flex-end;
  width: 320px;
  height: 430px;
  display: flex;
}

.div-block-32 {
  grid-column-gap: 42px;
  grid-row-gap: 42px;
  object-fit: fill;
  background-image: url('../images/e084db6158fcf4097665963f590e4ec1-1.jpeg');
  background-position: 50%;
  background-size: contain;
  border-radius: 10px;
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
  max-width: 480px;
  height: 320px;
  display: flex;
}

.div-block-33 {
  background-image: url('../images/11a5b1d8467047b4a87fc7f235c94f6d-3.jpeg');
  background-position: 0 0;
  background-size: cover;
  border-top-left-radius: 50px;
  border-bottom-right-radius: 50px;
  justify-content: flex-start;
  align-items: flex-end;
  width: 320px;
  height: 430px;
  display: flex;
}

.div-block-35 {
  background-color: var(--white-90);
  border-bottom-right-radius: 50px;
  border-bottom-left-radius: 0;
  width: 100%;
  padding: 18px;
  display: block;
}

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

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

.box-description-shadow.card-border-1 {
  background-color: var(--transparent);
  border-top-right-radius: 50px;
  border-bottom-left-radius: 50px;
}

.box-description-shadow.card-border-2 {
  background-color: var(--transparent);
  border-top-left-radius: 50px;
  border-top-right-radius: 50px;
}

.box-description-shadow.card-border-3 {
  border-top-left-radius: 50px;
  border-bottom-right-radius: 50px;
}

.box-description-shadow.card-border-1 {
  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: 2px solid var(--neutras-3);
  background-color: var(--transparent);
  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;
}

.div-block-34 {
  background-color: var(--white-90);
  border-bottom-left-radius: 50px;
  width: 100%;
  padding: 18px;
  display: block;
}

.div-block-36 {
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
  height: 100%;
  display: flex;
}

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

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

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

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

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

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

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

.card-hover-description-bottom.card-border-3 {
  background-image: url('../images/b66d785f65d8a172d190523984fc545d.jpeg');
  background-position: 50%;
  background-size: cover;
  border-top-left-radius: 50px;
  border-bottom-right-radius: 50px;
  justify-content: center;
  align-items: center;
  display: block;
}

.card-hover-description-bottom.background-1-service {
  background-image: url('../images/aa3222e401c015e23264e35fffabf281.jpeg');
  background-position: 50% 80%;
  background-size: cover;
  border-top-right-radius: 50px;
  border-bottom-left-radius: 50px;
}

.card-hover-description-bottom.card-border-2 {
  background-image: url('../images/b34d77516f5208aa5c9ce1d734aae0a3.jpeg');
  background-position: 50%;
  background-size: cover;
  border-top-left-radius: 50px;
  border-top-right-radius: 50px;
  justify-content: center;
  align-items: center;
  display: block;
}

.container-unidade {
  grid-column-gap: 42px;
  grid-row-gap: 42px;
  flex-flow: column;
  width: 100%;
  max-width: 1440px;
  margin-bottom: 42px;
  padding: 22px 24px;
  display: flex;
}

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

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

.div-block-38 {
  background-color: var(--neutras-3);
  border-radius: 16px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: auto;
  display: flex;
}

.div-block-39 {
  grid-column-gap: 42px;
  grid-row-gap: 42px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

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

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

.heading-14 {
  color: var(--text-3);
  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;
}

.text-span-10 {
  color: var(--text-3);
}

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

.section-3 {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
}

.section-4 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding-left: 12px;
  padding-right: 12px;
  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: 1200px;
  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-slider {
  background-color: var(--transparent);
  width: 100%;
  max-width: none;
  margin-bottom: 42px;
  padding-top: 64px;
  padding-bottom: 64px;
}

.slide {
  width: 300px;
}

.slider-item {
  background-color: var(--primary-color-template);
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  border-radius: 6px;
  width: 240px;
  height: 350px;
  margin-right: 20px;
  padding-bottom: 0;
  padding-right: 0;
}

.slider-item.slider-1 {
  background-image: url('../images/97f0ff9352b1c1547fde3efb9c47d06cec17fcdc.png');
  background-size: cover;
  width: 100%;
  height: 350px;
  margin-left: 0;
  margin-right: 20px;
  padding-left: 0;
}

.slider-item.slider-2 {
  background-image: url('../images/e4f55b09a62413c0f10bbe0083e6fdae094d86a9.png');
  background-size: cover;
  width: 100%;
  margin-right: 20px;
}

.slider-item.slider-3 {
  background-image: url('../images/11a5b1d8467047b4a87fc7f235c94f6d-3.jpeg');
}

.slider-item.slider-4 {
  background-image: url('../images/c05071bf9846715bb3ae7b6941883892.jpeg');
  background-size: cover;
}

.slider-item.slider-5 {
  background-image: url('../images/d84e6c9ed2a435c8f249b95178c2a4ea-1.jpeg');
  background-size: cover;
}

.slider-item.slider-6 {
  background-image: url('../images/e290c0dc5c05eccfd8317d4e7add4a5b.jpeg');
  background-size: cover;
}

.slider-item.slider-7, .slider-item.slider-8 {
  background-image: url('../images/4f2e96085505cbd4020f3686b8f6354b.jpeg');
}

.slider-item.slicer-3 {
  background-image: url('../images/ecac920f0bfcc59a9b7b0731baf9392b9fd77334.png');
  background-size: cover;
  width: 100%;
  margin-right: 20px;
}

.slider-item.slicer-4 {
  background-image: url('../images/91cab694154de88795b9ddd001513cdc7642274c.png');
  background-size: cover;
  width: 100%;
  margin-right: 20px;
}

.slider-item.slicer-5 {
  background-image: url('../images/3f14c492f972970d0f3c63ebea0f2e6c83af9fd8.png');
  background-size: cover;
  width: 100%;
  margin-right: 20px;
}

.slider-item.slicer-6 {
  background-image: url('../images/022096200c43654d8541377b5c1203375a768331.png');
  background-size: cover;
  width: 100%;
  margin-right: 20px;
}

.slider-item.slider-8 {
  background-image: url('../images/b8244dcfcb3a4b2fac54dc8e6fdb8026213f6c46.png');
  background-size: cover;
  width: 100%;
  height: 350px;
  margin-left: 0;
  margin-right: 20px;
  padding-left: 0;
}

.slider-item.slider-1-copy {
  background-image: url('../images/4af38ff98b66aa246f683952cc2e80eb57bcd066-1.png');
  background-size: cover;
  width: 100%;
  height: 350px;
  margin-left: 0;
  margin-right: 20px;
  padding-left: 0;
}

.slider-item.slider-11 {
  background-image: url('../images/114d585feccc2b54cc4610910de4dd6e67422bec.png');
  background-size: cover;
  width: 100%;
  height: 350px;
  margin-left: 0;
  margin-right: 20px;
  padding-left: 0;
}

.slider-item.slicer-7, .slider-item.slicer-8, .slider-item.slicer-9 {
  background-image: url('../images/022096200c43654d8541377b5c1203375a768331.png');
  background-size: cover;
  width: 100%;
  margin-right: 20px;
}

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

.slider.slider-mobile {
  display: none;
}

.code-embed-9 {
  border: 2px none var(--neutras-3);
  color: var(--primary-color-template);
  border-radius: 50%;
  margin: 175px 20px;
  position: absolute;
}

.mask {
  box-sizing: border-box;
  aspect-ratio: auto;
  object-fit: fill;
  background-color: #aab3ff4d;
  border-radius: 6px;
  width: 100%;
  max-width: 920px;
  min-height: auto;
  max-height: none;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
}

.code-embed-10 {
  color: var(--primary-color-template);
  margin: 175px 20px;
  position: absolute;
  transform: rotate(180deg);
}

.container-contrato {
  background-color: var(--neutras-3);
  width: 100%;
  max-width: none;
  margin-bottom: 42px;
  padding-top: 64px;
  padding-bottom: 64px;
}

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

.image-6 {
  object-fit: cover;
  border-radius: 16px;
  width: 468px;
  height: 234px;
}

.text-span-11 {
  color: var(--primary-color-template);
}

.flex-block-2 {
  width: auto;
}

.flex-block-3 {
  grid-column-gap: 42px;
  grid-row-gap: 42px;
  justify-content: flex-start;
  align-items: center;
  max-width: 1200px;
}

.left-arrow {
  display: block;
}

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

.container-footer {
  background-color: var(--neutras-3);
  width: 100%;
  max-width: none;
  padding-top: 42px;
  padding-bottom: 42px;
}

.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: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 14px;
  display: grid;
}

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

.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(--text-3);
  display: flex;
}

.text-block-8 {
  color: var(--text-3);
  width: auto;
}

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

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

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

.subtitle-1 {
  color: var(--text-3);
  font-weight: 600;
}

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

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

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

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

.link-footer {
  color: var(--text-3);
  font-weight: 300;
  text-decoration: none;
}

.link-footer.w--current {
  color: var(--text-3);
}

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

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

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

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

.title-depoimento-center {
  color: var(--text-1);
  flex-flow: row;
  justify-content: center;
  align-items: flex-start;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 30px;
  font-weight: 500;
  line-height: 45px;
  display: flex;
}

.title-center {
  color: var(--text-1);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 30px;
  font-weight: 600;
  line-height: 45px;
}

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

.title-page {
  color: var(--primary-color-template);
  text-align: center;
  text-transform: uppercase;
  font-family: Poppins, Arial, sans-serif;
  font-size: 30px;
  font-weight: 600;
  line-height: 45px;
}

.container-script {
  width: 100%;
  max-width: none;
  min-height: 500px;
}

.container-title-page-1 {
  background-color: var(--neutras-3);
  max-width: none;
  margin-top: 80px;
  padding-top: 64px;
  padding-bottom: 64px;
}

.container-3 {
  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;
  max-width: 1248px;
  min-height: 500px;
  margin-top: 80px;
  margin-bottom: 64px;
  padding-top: 0;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
}

.body-2 {
  background-color: var(--background);
  --background: white;
  --rounding-base: 6px;
  --primary-color-template: #808d57;
  --text-3: white;
  --neutras-3: #b2825e;
  --transparent: #fff0;
  --neutras-2: #f1f0f6;
  --gray: #888;
  --background-tertiary: #f0f0f0b3;
  --text-1: #003d4a;
  --text-2: #888;
  --white-web: white;
  --neutras-6: #fffc;
  --black-web: black;
  --white-90: #f0f0f0e6;
  --neutras-5: #f6f7ff;
  --neutras-4: #ccc;
  --background-dark: #333;
  --shadow-image: #2d2d2d80;
  --neutras-8: #fffc;
  font-family: Montserrat, sans-serif;
}

.container-conheca-page {
  grid-column-gap: 128px;
  grid-row-gap: 128px;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1440px;
  padding-top: 80px;
  padding-bottom: 60px;
  display: flex;
}

.image-8 {
  color: var(--primary-color-template);
}

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

.body-3, .body-4, .body-5, .body-6 {
  background-color: var(--background);
  --background: white;
  --rounding-base: 6px;
  --primary-color-template: #808d57;
  --text-3: white;
  --neutras-3: #b2825e;
  --transparent: #fff0;
  --neutras-2: #f1f0f6;
  --gray: #888;
  --background-tertiary: #f0f0f0b3;
  --text-1: #003d4a;
  --text-2: #888;
  --white-web: white;
  --neutras-6: #fffc;
  --black-web: black;
  --white-90: #f0f0f0e6;
  --neutras-5: #f6f7ff;
  --neutras-4: #ccc;
  --background-dark: #333;
  --shadow-image: #2d2d2d80;
  --neutras-8: #fffc;
  font-family: Montserrat, sans-serif;
}

.heading-16 {
  color: var(--text-1);
  justify-content: center;
  align-items: flex-start;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 30px;
  font-weight: 600;
  line-height: 45px;
  display: flex;
}

.text-block-11 {
  color: var(--text-2);
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
}

.section-7 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  display: flex;
}

.text-block-12 {
  color: var(--primary-color-template);
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
}

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

.divisor-modalidade {
  color: var(--neutras-6);
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
}

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

.section-9 {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  justify-content: center;
  align-items: flex-start;
  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;
}

.video {
  width: 100%;
  height: 100%;
  top: -100%;
}

.background-video-2 {
  background-image: linear-gradient(#0000 17%, #000);
  width: 100%;
  height: 100%;
  inset: 0%;
}

.play-pause-button {
  inset: 0%;
}

.div-block-47-copy {
  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: none;
  position: relative;
}

.play-state {
  position: relative;
}

.play-pause-button-2 {
  z-index: 0;
  inset: 45%;
}

.section-10 {
  justify-content: space-between;
  align-items: stretch;
  padding-top: 64px;
  display: flex;
}

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

.title-left-professores-lg {
  color: var(--primary-color-template);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 30px;
  font-weight: 600;
  line-height: 45px;
}

.title-left-professores-lg.title-center-professores {
  text-align: center;
}

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

.text-block-14 {
  color: var(--text-1);
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  line-height: 21px;
}

.text-block-15 {
  color: var(--text-2);
  max-width: 650px;
}

.body-7 {
  background-color: var(--background);
  --background: white;
  --rounding-base: 6px;
  --primary-color-template: #808d57;
  --text-3: white;
  --neutras-3: #b2825e;
  --transparent: #fff0;
  --neutras-2: #f1f0f6;
  --gray: #888;
  --background-tertiary: #f0f0f0b3;
  --text-1: #003d4a;
  --text-2: #888;
  --white-web: white;
  --neutras-6: #fffc;
  --black-web: black;
  --white-90: #f0f0f0e6;
  --neutras-5: #f6f7ff;
  --neutras-4: #ccc;
  --background-dark: #333;
  --shadow-image: #2d2d2d80;
  --neutras-8: #fffc;
  font-family: Montserrat, sans-serif;
}

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

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

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

.image-10 {
  object-fit: cover;
  border-radius: 50%;
  width: 250px;
  max-width: none;
  height: 100%;
  max-height: 250px;
}

.container-modalidades-professor {
  grid-column-gap: 42px;
  grid-row-gap: 42px;
  background-color: var(--neutras-3);
  flex-flow: column;
  max-width: none;
  padding-top: 42px;
  padding-bottom: 42px;
  display: flex;
}

.title-left-professores {
  color: var(--primary-color-template);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, Arial, sans-serif;
  font-size: 30px;
  font-weight: 600;
  line-height: 45px;
}

.title-left-professores.title-center-professores {
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 35px;
}

.div-block-54 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  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;
}

.button {
  margin-left: 0;
  margin-right: 0;
  display: block;
}

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

.container-4 {
  grid-column-gap: 42px;
  grid-row-gap: 42px;
  flex-flow: column;
  max-width: 1200px;
  display: flex;
}

.title-center-sm {
  color: var(--primary-color-template);
  text-align: center;
  font-size: 24px;
  line-height: 36px;
}

.div-block-60 {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  background-color: var(--neutras-3);
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  padding: 32px;
  display: flex;
}

.div-block-61 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  height: auto;
  display: flex;
}

.heading-18 {
  color: var(--text-1);
  text-align: center;
  font-size: 14px;
  font-weight: 600;
  line-height: 21px;
}

.button-2 {
  margin-left: 0;
  margin-right: 0;
}

.line-divisor {
  background-color: var(--neutras-2);
  height: 120px;
  padding-left: 1px;
  display: flex;
}

.container-5 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  max-width: 1200px;
  padding-bottom: 64px;
  display: flex;
}

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

.body-8 {
  background-color: var(--background);
  --background: white;
  --rounding-base: 6px;
  --primary-color-template: #808d57;
  --text-3: white;
  --neutras-3: #b2825e;
  --transparent: #fff0;
  --neutras-2: #f1f0f6;
  --gray: #888;
  --background-tertiary: #f0f0f0b3;
  --text-1: #003d4a;
  --text-2: #888;
  --white-web: white;
  --neutras-6: #fffc;
  --black-web: black;
  --white-90: #f0f0f0e6;
  --neutras-5: #f6f7ff;
  --neutras-4: #ccc;
  --background-dark: #333;
  --shadow-image: #2d2d2d80;
  --neutras-8: #fffc;
  font-family: Poppins, Arial, sans-serif;
}

.text-span-12 {
  color: var(--primary-color-template);
}

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

.text-span-13 {
  color: var(--primary-color-template);
}

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

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

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

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

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

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

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

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

.image-perfil-instrutores-3 {
  border: 2.5px solid var(--neutras-5);
  border-radius: 50%;
  width: 52px;
  height: 52px;
}

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

.section-11 {
  grid-column-gap: 42px;
  grid-row-gap: 42px;
  flex-flow: column;
  padding-top: 0;
  padding-bottom: 64px;
  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;
}

.sub {
  font-family: Poppins, Arial, sans-serif;
}

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

.text-span-14 {
  color: var(--primary-color-template);
}

.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-9, .body-10 {
  background-color: var(--background);
  --background: white;
  --rounding-base: 6px;
  --primary-color-template: #808d57;
  --text-3: white;
  --neutras-3: #b2825e;
  --transparent: #fff0;
  --neutras-2: #f1f0f6;
  --gray: #888;
  --background-tertiary: #f0f0f0b3;
  --text-1: #003d4a;
  --text-2: #888;
  --white-web: white;
  --neutras-6: #fffc;
  --black-web: black;
  --white-90: #f0f0f0e6;
  --neutras-5: #f6f7ff;
  --neutras-4: #ccc;
  --background-dark: #333;
  --shadow-image: #2d2d2d80;
  --neutras-8: #fffc;
  font-family: Poppins, Arial, sans-serif;
}

.div-block-81 {
  margin-top: 80px;
  padding-bottom: 64px;
}

.code-embed-playlist {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

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

.div-block-83 {
  grid-column-gap: 42px;
  grid-row-gap: 42px;
  background-image: linear-gradient(270deg, #1b302ee6, #2d2d2de6);
  flex-flow: column;
  padding-top: 64px;
  padding-bottom: 64px;
  display: flex;
}

.title-left-copy {
  color: var(--white-web);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 30px;
  font-weight: 500;
  line-height: 45px;
}

.body-11 {
  --background: white;
  --rounding-base: 6px;
  --primary-color-template: #808d57;
  --text-3: white;
  --neutras-3: #b2825e;
  --transparent: #fff0;
  --neutras-2: #f1f0f6;
  --gray: #888;
  --background-tertiary: #f0f0f0b3;
  --text-1: #003d4a;
  --text-2: #888;
  --white-web: white;
  --neutras-6: #fffc;
  --black-web: black;
  --white-90: #f0f0f0e6;
  --neutras-5: #f6f7ff;
  --neutras-4: #ccc;
  --background-dark: #333;
  --shadow-image: #2d2d2d80;
  --neutras-8: #fffc;
  font-family: Poppins, Arial, sans-serif;
}

.div-block-84 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  width: 100%;
  max-width: 1248px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
}

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

.body-12 {
  background-color: var(--background);
  --background: white;
  --rounding-base: 6px;
  --primary-color-template: #808d57;
  --text-3: white;
  --neutras-3: #b2825e;
  --transparent: #fff0;
  --neutras-2: #f1f0f6;
  --gray: #888;
  --background-tertiary: #f0f0f0b3;
  --text-1: #003d4a;
  --text-2: #888;
  --white-web: white;
  --neutras-6: #fffc;
  --black-web: black;
  --white-90: #f0f0f0e6;
  --neutras-5: #f6f7ff;
  --neutras-4: #ccc;
  --background-dark: #333;
  --shadow-image: #2d2d2d80;
  --neutras-8: #fffc;
  font-family: Poppins, Arial, sans-serif;
}

.container-espaco-page {
  grid-column-gap: 42px;
  grid-row-gap: 42px;
  flex-flow: column;
  width: 100%;
  max-width: none;
  margin-top: 80px;
  padding-top: 64px;
  padding-bottom: 64px;
  display: flex;
}

.body-13 {
  background-color: var(--background);
  --background: white;
  --rounding-base: 6px;
  --primary-color-template: #808d57;
  --text-3: white;
  --neutras-3: #b2825e;
  --transparent: #fff0;
  --neutras-2: #f1f0f6;
  --gray: #888;
  --background-tertiary: #f0f0f0b3;
  --text-1: #003d4a;
  --text-2: #888;
  --white-web: white;
  --neutras-6: #fffc;
  --black-web: black;
  --white-90: #f0f0f0e6;
  --neutras-5: #f6f7ff;
  --neutras-4: #ccc;
  --background-dark: #333;
  --shadow-image: #2d2d2d80;
  --neutras-8: #fffc;
  font-family: Poppins, Arial, sans-serif;
}

.container-contrato-page {
  background-color: var(--neutras-2);
  width: 100%;
  max-width: none;
  margin-top: 80px;
  margin-bottom: 64px;
  padding-top: 64px;
  padding-bottom: 64px;
}

.body-14 {
  background-color: var(--background);
  --background: white;
  --rounding-base: 6px;
  --primary-color-template: #808d57;
  --text-3: white;
  --neutras-3: #b2825e;
  --transparent: #fff0;
  --neutras-2: #f1f0f6;
  --gray: #888;
  --background-tertiary: #f0f0f0b3;
  --text-1: #003d4a;
  --text-2: #888;
  --white-web: white;
  --neutras-6: #fffc;
  --black-web: black;
  --white-90: #f0f0f0e6;
  --neutras-5: #f6f7ff;
  --neutras-4: #ccc;
  --background-dark: #333;
  --shadow-image: #2d2d2d80;
  --neutras-8: #fffc;
  font-family: Poppins, Arial, sans-serif;
}

.text-span-15 {
  color: var(--primary-color-template);
}

.title-card-meu-ciclo {
  color: var(--text-1);
  font-size: 18px;
  font-weight: 500;
  line-height: 27px;
}

.text-block-20 {
  color: var(--text-2);
  word-break: break-all;
  font-weight: 500;
  line-height: 21px;
}

.div-block-85 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  background-color: var(--neutras-2);
  border-radius: 16px;
  flex-flow: column;
  padding: 42px;
  display: flex;
}

.container-page-base-copy {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  max-width: none;
  min-height: 500px;
  margin-top: 80px;
  margin-bottom: 64px;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.body-15 {
  grid-column-gap: 0px;
  grid-row-gap: 42px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  font-family: Poppins, Arial, sans-serif;
  display: grid;
}

.body-default {
  background-color: var(--background);
  color: var(--black-web);
  -webkit-text-fill-color: inherit;
  --background: white;
  --rounding-base: 6px;
  --primary-color-template: #808d57;
  --text-3: white;
  --neutras-3: #b2825e;
  --transparent: #fff0;
  --neutras-2: #f1f0f6;
  --gray: #888;
  --background-tertiary: #f0f0f0b3;
  --text-1: #003d4a;
  --text-2: #888;
  --white-web: white;
  --neutras-6: #fffc;
  --black-web: black;
  --white-90: #f0f0f0e6;
  --neutras-5: #f6f7ff;
  --neutras-4: #ccc;
  --background-dark: #333;
  --shadow-image: #2d2d2d80;
  --neutras-8: #fffc;
  background-clip: border-box;
  flex-flow: column;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  display: block;
}

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

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

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

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

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

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

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

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

.paragraph-5 {
  color: var(--text-3);
  font-weight: 500;
}

.body-17, .body-18 {
  background-color: var(--background);
  --background: white;
  --rounding-base: 6px;
  --primary-color-template: #808d57;
  --text-3: white;
  --neutras-3: #b2825e;
  --transparent: #fff0;
  --neutras-2: #f1f0f6;
  --gray: #888;
  --background-tertiary: #f0f0f0b3;
  --text-1: #003d4a;
  --text-2: #888;
  --white-web: white;
  --neutras-6: #fffc;
  --black-web: black;
  --white-90: #f0f0f0e6;
  --neutras-5: #f6f7ff;
  --neutras-4: #ccc;
  --background-dark: #333;
  --shadow-image: #2d2d2d80;
  --neutras-8: #fffc;
  font-family: Poppins, Arial, sans-serif;
}

.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);
  white-space: nowrap;
  word-break: normal;
  transition: transform .2s;
}

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

.button-primary-wellness-my-account.pagekraft-auth-my-account.button-secondary-wellness {
  cursor: pointer;
  font-weight: 700;
  line-height: 21px;
  transition: box-shadow .2s;
  display: none;
}

.button-primary-wellness-my-account.pagekraft-auth-my-account.button-secondary-wellness:hover {
  box-shadow: inset 0 2px 5px 40vh var(--neutras-2);
  transform: none;
}

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

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

.button-primary-wellness-my-account.pagekraft-auth-register.button-secondary-wellness {
  cursor: pointer;
  font-weight: 700;
  line-height: 21px;
  transition: box-shadow .2s;
  display: none;
}

.button-primary-wellness-my-account.pagekraft-auth-register.button-secondary-wellness:hover {
  box-shadow: inset 0 2px 5px 40vh var(--neutras-2);
  transform: none;
}

.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-87 {
  width: 100%;
}

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

.div-block-88-professores.styled-professores {
  width: 1100%;
}

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

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

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

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

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

.code-embed-15 {
  color: var(--text-3);
}

.code-embed-16, .code-embed-17, .code-embed-18, .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-27, .code-embed-28, .code-embed-29, .code-embed-30, .code-embed-31 {
  color: var(--primary-color-template);
}

.div-block-90 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  border: 2px none var(--neutras-2);
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
  padding: 0;
  display: flex;
}

.image-14 {
  height: 24px;
}

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

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

.div-block-93 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  background-color: var(--neutras-6);
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: auto;
  margin-bottom: 10%;
  padding: 18px;
  display: none;
}

.text-block-22 {
  color: var(--primary-color-template);
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: -8px;
  font-size: 20px;
  font-weight: 700;
  line-height: 150%;
  display: block;
}

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

.text-block-23 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  color: var(--text-2);
  text-align: center;
  max-width: 450px;
  font-size: 14px;
  font-weight: 400;
  line-height: 120%;
  display: block;
}

.text-block-24 {
  color: var(--text-1);
  font-size: 16px;
  font-weight: 700;
  line-height: 120%;
}

.div-block-95 {
  background-color: var(--neutras-3);
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 82px;
  display: flex;
}

.text-block-25 {
  color: var(--primary-color-template);
  justify-content: center;
  align-items: flex-start;
  font-family: Orbitron Variablefont Wght, Arial, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
  display: flex;
}

.div-block-96 {
  aspect-ratio: auto;
  border-radius: 6px;
  width: 240px;
  height: 350px;
}

.image-15 {
  aspect-ratio: auto;
  object-fit: fill;
  border-radius: 6px;
  width: 100%;
  max-width: none;
  height: 100%;
  overflow: hidden;
}

.div-block-97 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  display: flex;
}

.title-right {
  color: var(--text-1);
  text-align: right;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 30px;
  font-weight: 600;
  line-height: 45px;
  display: flex;
}

.div-block-98 {
  border-radius: 16px;
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

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

.text-block-26 {
  color: var(--text-1);
}

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

.heading-19, .text-block-27, .heading-20 {
  color: var(--text-1);
}

.text-span-16 {
  color: var(--text-3);
}

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

.title-left-600 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  color: var(--text-1);
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 30px;
  font-weight: 600;
  line-height: 20px;
  display: flex;
}

.text-center-600 {
  color: var(--text-1);
  font-size: 30px;
  font-weight: 600;
  line-height: 45px;
}

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

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

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

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

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

.heading-21 {
  color: #555;
}

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

.pagekraft-auth-logout.button-secondary-wellness {
  cursor: pointer;
  padding-top: 12px;
  padding-bottom: 12px;
  font-weight: 700;
  line-height: 21px;
  transition-duration: .2s;
  display: none;
}

.pagekraft-auth-logout.button-secondary-wellness:hover {
  box-shadow: inset 0 2px 5px 40vh var(--neutras-2);
}

.car-shopping.pagekraft-auth-checkout.button-secondary-wellness {
  cursor: pointer;
  padding: 10px 14px;
  transition-duration: .2s;
}

.car-shopping.pagekraft-auth-checkout.button-secondary-wellness:hover {
  background-color: var(--transparent);
  box-shadow: inset 0 2px 5px 40vh var(--neutras-2);
}

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

.container-slider-page {
  background-color: var(--neutras-2);
  width: 100%;
  max-width: none;
  margin-bottom: 42px;
  padding-top: 64px;
  padding-bottom: 64px;
}

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

.image-16 {
  z-index: 1;
  object-fit: cover;
  border-bottom-right-radius: 40%;
  border-bottom-left-radius: 40%;
  width: 100%;
  height: 380px;
  position: relative;
}

.div-block-102 {
  z-index: 2;
  background-image: linear-gradient(135deg, #7d80dae6, #405189);
  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(--primary-color-template);
  font-size: 80px;
  line-height: 120px;
}

.text-block-28 {
  color: var(--primary-color-template);
  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;
}

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

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

.code-embed-44 {
  color: #6ebdba;
  justify-content: center;
  align-items: center;
  display: flex;
}

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

.container-8 {
  margin-top: 80px;
}

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

.container-modalidade-page {
  grid-column-gap: 42px;
  grid-row-gap: 42px;
  flex-flow: column;
  width: 100%;
  max-width: 1440px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 40px;
  display: flex;
}

.div-block-106 {
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  max-width: 1220px;
  margin-bottom: 120px;
  padding-left: 10px;
  padding-right: 10px;
  display: none;
}

.text-block-30 {
  color: var(--text-3);
  font-size: 30px;
  font-weight: 600;
  line-height: 120%;
}

.text-block-31 {
  color: var(--text-3);
  max-width: 600px;
}

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

.text-block-32 {
  color: var(--text-3);
  justify-content: flex-start;
  align-items: center;
  font-size: 48px;
  font-weight: 600;
  line-height: 120%;
  display: flex;
}

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

.text-block-33 {
  color: var(--text-3);
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  line-height: 150%;
  display: flex;
}

.div-block-109 {
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.text-span-18 {
  color: var(--text-3);
}

.heading-23 {
  color: var(--text-1);
  font-size: 30px;
  font-weight: 600;
  line-height: 120%;
}

.div-block-110 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
}

.text-span-19 {
  color: var(--text-3);
}

.div-block-111 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: center;
  width: 100%;
  max-width: 1200px;
  display: flex;
}

.div-block-93-professores {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  background-color: var(--neutras-2);
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: auto;
  padding: 24px;
  display: none;
}

.title-card-hover-professores {
  color: var(--primary-color-template);
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 600;
  line-height: 120%;
}

.title-left-600-copy {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  color: var(--text-1);
  flex-flow: row;
  justify-content: flex-end;
  align-items: flex-start;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 30px;
  font-weight: 600;
  line-height: 20px;
  display: flex;
}

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

.title-left-copy {
  color: var(--text-1);
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 30px;
  font-weight: 600;
  line-height: 45px;
}

.text-block-30-copy {
  color: var(--primary-color-template);
  font-size: 30px;
  font-weight: 600;
  line-height: 120%;
}

.text-block-31-copy {
  color: var(--text-2);
  max-width: 600px;
}

.text-block-32-copy {
  color: var(--primary-color-template);
  justify-content: flex-start;
  align-items: center;
  font-size: 48px;
  font-weight: 600;
  line-height: 120%;
  display: flex;
}

.text-block-33-copy {
  color: var(--primary-color-template);
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  line-height: 150%;
  display: flex;
}

.section-13 {
  flex: 1;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.div-block-112 {
  background-color: var(--neutras-3);
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  width: 42px;
  height: 42px;
  padding: 0;
  display: flex;
}

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

.code-embed-49 {
  margin-top: 0;
}

.div-block-114 {
  min-height: 500px;
  margin-top: 100px;
}

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

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

.heading-23-copy {
  color: var(--text-1);
  font-size: 30px;
  font-weight: 600;
  line-height: 120%;
}

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

.card-hover-decription-professores.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(--transparent);
  -webkit-text-fill-color: inherit;
  background-image: none;
  background-clip: border-box;
  border-radius: 6px;
  order: 0;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 200px;
  max-width: 90%;
  height: 413px;
  max-height: 427px;
  transition: width 1s;
  display: block;
}

.card-hover-decription-professores.card-border-3 {
  background-image: url('../images/b66d785f65d8a172d190523984fc545d.jpeg');
  background-position: 50%;
  background-size: cover;
  border-top-left-radius: 50px;
  border-bottom-right-radius: 50px;
  justify-content: center;
  align-items: center;
  display: block;
}

.card-hover-decription-professores.background-1-service {
  background-image: url('../images/aa3222e401c015e23264e35fffabf281.jpeg');
  background-position: 50% 80%;
  background-size: cover;
  border-top-right-radius: 50px;
  border-bottom-left-radius: 50px;
}

.card-hover-decription-professores.card-border-2 {
  background-image: url('../images/b34d77516f5208aa5c9ce1d734aae0a3.jpeg');
  background-position: 50%;
  background-size: cover;
  border-top-left-radius: 50px;
  border-top-right-radius: 50px;
  justify-content: center;
  align-items: center;
  display: block;
}

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

.box-description-shadow-copy.card-border-1 {
  background-color: var(--transparent);
  border-top-right-radius: 50px;
  border-bottom-left-radius: 50px;
}

.box-description-shadow-copy.card-border-2 {
  background-color: var(--transparent);
  border-top-left-radius: 50px;
  border-top-right-radius: 50px;
}

.box-description-shadow-copy.card-border-3 {
  border-top-left-radius: 50px;
  border-bottom-right-radius: 50px;
}

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

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

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

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

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

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

.title-center-copy-3 {
  color: var(--text-1);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 30px;
  font-weight: 600;
  line-height: 45px;
}

.slider-9 {
  display: none;
}

.body-19 {
  --background: white;
  --rounding-base: 6px;
  --primary-color-template: #808d57;
  --text-3: white;
  --neutras-3: #b2825e;
  --transparent: #fff0;
  --neutras-2: #f1f0f6;
  --gray: #888;
  --background-tertiary: #f0f0f0b3;
  --text-1: #003d4a;
  --text-2: #888;
  --white-web: white;
  --neutras-6: #fffc;
  --black-web: black;
  --white-90: #f0f0f0e6;
  --neutras-5: #f6f7ff;
  --neutras-4: #ccc;
  --background-dark: #333;
  --shadow-image: #2d2d2d80;
  --neutras-8: #fffc;
  font-family: Montserrat, sans-serif;
}

.div-docs {
  width: 100%;
  max-width: 1280px;
  min-height: 500px;
  margin-top: 80px;
  margin-left: auto;
  margin-right: auto;
  padding: 40px 24px;
}

.div-block-117 {
  direction: ltr;
}

.paragraph-7 {
  display: block;
}

.title-h1-docs, .title-h2-docs, .heading-28 {
  font-weight: 700;
}

.div-block-118 {
  font-size: 14px;
}

.heading-29, .heading-30, .bold-text-2 {
  font-weight: 700;
}

.paragraph-8 {
  font-size: 18px;
  line-height: 24px;
}

.paragraph-9, .paragraph-10 {
  text-align: center;
}

.list-terms {
  list-style-type: none;
}

.heading-31 {
  font-weight: 700;
}

.slider-10 {
  width: 100%;
  height: 100%;
}

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

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

.slide-3 {
  background-image: url('../images/a81ebd5c6bbf5ccb5b8ed463b5ec48cf7157fc3b.png');
  background-position: 50% 80%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  padding-bottom: 0;
  padding-right: 0;
}

.slide-4 {
  background-image: url('../images/b328cb8a68a2528d11e1a0daacf29b4d16800a1c.png');
  background-position: 50% 80%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100svw;
}

.slide-5 {
  background-image: url('../images/e2ac2ed14c929eb62a1a06171c605d77f6d88813.png');
  background-position: 50% 80%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100svw;
}

.slide-6 {
  background-image: url('../images/6f16165b944158ea1d786b0e65b72d0ff6fc2ab1.png');
  background-position: 50% 80%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100svw;
}

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

.button-3 {
  margin-left: auto;
  margin-right: auto;
}

.slider-9-copy {
  display: none;
}

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

.card-modernpilates {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  border-radius: 16px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 327px;
  height: 327px;
  padding-left: 0;
  padding-right: 0;
  display: block;
}

.card-modernpilates.image-1 {
  background-image: url('../images/2ce7e04c99a3e8bf0aaf2deda3c5000f10f17678.jpg');
  background-position: 0 0;
  background-size: cover;
}

.card-modernpilates.image-3 {
  background-image: url('../images/b9e027d253bea9ace658cf94f8483a2a62edf897.jpg');
  background-position: 0 0;
  background-size: cover;
}

.card-modernpilates.image-4 {
  background-image: url('../images/c46a4fde3a85c6f47c22bbb63915a90807473865.jpg');
  background-position: 0 0;
  background-size: cover;
}

.card-modernpilates.image-5 {
  background-image: url('../images/7d927613ad9c139c889f676b6f169da00f889212.jpg');
  background-position: 0 0;
  background-size: cover;
}

.card-modernpilates.image-6 {
  background-image: url('../images/3c1722ea90ccfa3b869a7da5f5baa22daf5a9c03.jpg');
  background-position: 0 0;
  background-size: cover;
}

.text-block-2-copy {
  color: var(--text-3);
  text-align: center;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 14px;
  line-height: 18px;
}

.div-block-119 {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  background-color: var(--primary-color-template);
  border-radius: 16px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-left: 24px;
  padding-right: 24px;
  transition: background-color .2s;
  display: flex;
}

.div-block-119:hover {
  background-color: #808d5780;
}

.code-embed-50, .div-block-120 {
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.button-4 {
  background-image: url('../images/7dce0776e89506ad2f6e4f9313522d1b8582c5f8.png');
  background-position: 50% 52%;
  background-size: cover;
  border-radius: 15px;
  width: 240px;
  height: 68px;
}

.div-block-121 {
  background-color: var(--primary-color-template);
  opacity: .5;
  height: 100%;
}

.code-embed-51 {
  font-size: 16px;
}

.code-embed-52 {
  color: var(--black-web);
}

@media screen and (max-width: 991px) {
  .icon-hamburguer {
    display: none;
  }

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

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

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

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

  .container-banner {
    height: 330px;
    min-height: auto;
    max-height: none;
  }

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

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

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

  .div-block-13 {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    flex-flow: wrap;
    flex: auto;
    grid-template: "Area Area Area"
                   ". . ."
                   / 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    place-content: stretch center;
    place-items: center;
    padding-left: 0;
    padding-right: 0;
    display: none;
  }

  .div-block-15 {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: stretch;
    padding-left: 0;
    padding-right: 0;
  }

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

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

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

  .container-conheca {
    grid-column-gap: 64px;
    grid-row-gap: 64px;
    flex-flow: column-reverse;
    margin-bottom: 0;
    padding: 0 24px;
  }

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

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

  .image {
    width: 100%;
    max-width: 500px;
    height: 210px;
  }

  .image-2 {
    max-width: 200px;
  }

  .div-block-23 {
    flex: 0 auto;
  }

  .div-block-24 {
    top: -80px;
    left: 60px;
  }

  .div-block-25 {
    margin-left: auto;
  }

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

  .section {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: column-reverse;
    justify-content: space-between;
    align-items: center;
    padding-left: 10px;
    padding-right: 10px;
  }

  .div-block-26 {
    margin-left: auto;
    margin-right: auto;
  }

  .div-block-28 {
    margin-left: 0;
  }

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

  .div-block-29 {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: column;
    justify-content: flex-end;
    align-items: center;
  }

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

  .code-embed-5 {
    width: 100%;
    max-width: 1200px;
  }

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

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

  .div-block-32 {
    background-repeat: no-repeat;
    background-size: cover;
  }

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

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

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

  .div-block-38 {
    flex-flow: column;
    width: auto;
  }

  .div-block-39 {
    flex-flow: column;
    grid-template-columns: 1fr;
    width: 100%;
    max-width: 1200px;
  }

  .image-5 {
    border-top-right-radius: 0;
    border-bottom-left-radius: 16px;
  }

  .div-block-40 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    border-top-right-radius: 16px;
    border-bottom-left-radius: 0;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    width: 100%;
    display: grid;
  }

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

  .slider {
    height: 430px;
    margin-left: 0;
    padding-bottom: 40px;
  }

  .mask {
    max-width: none;
  }

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

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

  .flex-block-3 {
    text-align: center;
    justify-content: flex-start;
    align-items: center;
  }

  .left-arrow {
    display: none;
  }

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

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

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

  .title-depoimento-center, .title-center {
    text-align: center;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    display: flex;
  }

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

  .container-conheca-page {
    grid-column-gap: 64px;
    grid-row-gap: 64px;
    flex-flow: column-reverse;
    padding: 0 24px;
  }

  .body-6 {
    font-family: Poppins, Arial, sans-serif;
  }

  .section-8 {
    flex-flow: row-reverse wrap;
  }

  .section-9 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

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

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

  .title-left-professores-lg {
    text-align: center;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    display: flex;
  }

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

  .title-left-professores {
    text-align: center;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    display: flex;
  }

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

  .div-block-60 {
    grid-column-gap: 42px;
    grid-row-gap: 42px;
    background-color: var(--transparent);
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .div-block-61 {
    background-color: var(--neutras-5);
    border-radius: 4px;
    width: 100%;
    padding: 32px;
  }

  .line-divisor {
    display: none;
  }

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

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

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

  .title-left-copy {
    text-align: center;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    display: flex;
  }

  .container-page-base-copy {
    padding-left: 0;
    padding-right: 0;
  }

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

  .div-block-88-professores {
    justify-content: center;
    align-items: flex-end;
    margin-left: 0;
    display: flex;
  }

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

  .div-block-93 {
    align-self: center;
    margin-bottom: 0%;
    display: none;
  }

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

  .title-right {
    text-align: center;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    display: flex;
  }

  .div-block-99 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

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

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

  .div-block-106 {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: wrap;
    padding-left: 24px;
    padding-right: 24px;
  }

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

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

  .div-block-111 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    margin-top: 0;
    margin-bottom: 0;
    display: none;
  }

  .div-block-93-professores {
    border-bottom-right-radius: 6px;
    border-bottom-left-radius: 6px;
    display: none;
  }

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

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

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

  .card-hover-decription-professores.card-border-1 {
    width: 80%;
    max-width: 100%;
    height: 427px;
    max-height: 427px;
    transition: width .6s;
    display: block;
  }

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

  .menu-mobile-action {
    display: flex;
  }

  .title-center-copy-3 {
    text-align: center;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    display: flex;
  }

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

  .slide-2 {
    width: 100%;
  }

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

  .mask-2 {
    width: 100%;
  }

  .slide-nav {
    display: none;
  }

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

  .heading-24 {
    font-size: 24px;
    line-height: 32px;
  }

  .heading-25 {
    font-size: 18px;
    line-height: 26px;
  }

  .title-h1-docs {
    font-size: 24px;
    line-height: 30px;
  }

  .title-h2-docs {
    font-size: 18px;
    line-height: 24px;
  }

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

  .slider-10 {
    background-color: var(--transparent);
  }

  .left-arrow-3, .right-arrow-3 {
    height: 33vw;
    margin-top: 0;
  }

  .slide-3, .slide-4, .slide-5, .slide-6 {
    background-position: 50% 0;
    background-size: contain;
  }

  .slide-nav-3 {
    justify-content: center;
    align-items: flex-start;
    margin-top: 0;
    display: flex;
  }

  .slide-nav-3.slider-styled {
    display: flex;
  }

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

  .card-modernpilates.image-1 {
    background-image: url('../images/2ce7e04c99a3e8bf0aaf2deda3c5000f10f17678.jpg');
  }
}

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

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

  .container-banner {
    height: 130vw;
    max-height: none;
  }

  .container-gradient {
    background-image: linear-gradient(0deg, var(--primary-color-template), #b8c0ff00);
  }

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

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

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

  .div-block-13 {
    flex-flow: wrap;
    flex: 0 auto;
    align-content: flex-start;
  }

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

  .title-reserve {
    color: var(--black-web);
    text-align: center;
    justify-content: center;
    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;
  }

  .container-depoimento {
    padding: 24px;
  }

  .section {
    grid-column-gap: 42px;
    grid-row-gap: 42px;
    flex-flow: column-reverse;
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-27 {
    justify-content: center;
    align-items: center;
    margin-left: 0;
  }

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

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

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

  .div-block-32 {
    flex-flow: column;
    justify-content: flex-end;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
  }

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

  .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-playlist, .container-slider {
    padding-left: 24px;
    padding-right: 24px;
  }

  .slider-item {
    height: 100%;
  }

  .slider-item.slider-1 {
    background-image: url('../images/b6ac68b85ac3dbc7e0b40b7e08146a745af22ccd.png');
    height: 100%;
  }

  .slider-item.slider-2 {
    background-image: url('../images/161be61cea9ebf71ddae4b71ded258c8f7f7f5c2.png');
    background-size: cover;
  }

  .slider-item.slicer-3 {
    background-image: url('../images/237a711380ac0188c0f4d99825814f2be2dcff1b.png');
  }

  .slider-item.slicer-4 {
    background-image: url('../images/6964113d06bf2950daae7d2fadb9de5d9273d70f.png');
  }

  .slider-item.slicer-5 {
    background-image: url('../images/621747bd410380fdf1a19b2f98f7e81d8e425352.png');
  }

  .slider-item.slicer-6 {
    background-image: url('../images/41044adb36ed4fd2ecb72b80e3885524cf06390f.png');
  }

  .slider-item.slicer-7 {
    background-image: url('../images/d5300775cfc4994a0d5112d18dc00cda4d945c25.png');
  }

  .slider-item.slicer-8 {
    background-image: url('../images/45915be661fa4a5910d67722ccd3ed336819b1cf.png');
  }

  .slider-item.slicer-9 {
    background-image: url('../images/f8de1a2729b1d25948034866fddd7ac5fae3b714.png');
  }

  .slider {
    max-width: none;
    height: 600px;
    margin-left: auto;
    margin-right: auto;
    display: none;
  }

  .slider.slider-mobile {
    display: flex;
  }

  .container-contrato {
    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;
  }

  .flex-block-6 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
  }

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

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

  .title-depoimento-center, .title-center {
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 24px;
    line-height: 36px;
  }

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

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

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

  .section-10 {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: column-reverse;
    padding-top: 0;
  }

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

  .title-left-professores-lg {
    text-align: center;
    justify-content: center;
    align-items: flex-start;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 24px;
    line-height: 36px;
  }

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

  .div-block-53 {
    text-align: center;
  }

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

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

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

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

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

  .container-page-base-copy {
    padding-left: 0;
    padding-right: 0;
  }

  .body-default {
    font-size: 14px;
  }

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

  .div-block-88-professores {
    margin-left: 0;
  }

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

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

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

  .div-block-93 {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    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-right {
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 24px;
    line-height: 36px;
  }

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

  .text-center-600 {
    font-size: 24px;
    line-height: 120%;
  }

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

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

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

  .code-embed-40, .code-embed-41, .code-embed-42 {
    color: var(--primary-color-template);
  }

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

  .container-modalidade-page {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .heading-23 {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 24px;
  }

  .div-block-110 {
    grid-column-gap: 42px;
    grid-row-gap: 42px;
  }

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

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

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

  .button-primary-pilates-xl {
    font-weight: 700;
  }

  .heading-23-copy {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 24px;
  }

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

  .title-center-copy-3 {
    justify-content: center;
    align-items: flex-start;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 24px;
    line-height: 36px;
    display: block;
  }

  .slider-9 {
    height: 470px;
  }

  .slide-nav {
    display: block;
  }

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

  .slider-10 {
    background-color: var(--transparent);
    height: 100%;
    max-height: none;
  }

  .left-arrow-3, .right-arrow-3 {
    height: auto;
  }

  .slide-3 {
    background-image: url('../images/a26016ea2b969c808e2c4cb47dc0560449ac4cd1.png');
    background-size: contain;
    width: 100%;
  }

  .slide-4 {
    background-image: url('../images/27476434e8eea528f6e56d115eb69a040b2932c4.png');
    background-size: cover;
    width: 100svw;
  }

  .slide-5 {
    background-image: url('../images/e97088445c659b05ee87b411f4907047673777c6.png');
    background-size: cover;
  }

  .slide-6 {
    background-image: url('../images/16bf2be9eaa83319bc267b8c484bcba64ea75ca1.png');
    background-size: cover;
  }

  .slider-9-copy {
    height: 470px;
  }
}

@media screen and (max-width: 479px) {
  .navbar-custom {
    padding-left: 12px;
    padding-right: 12px;
  }

  .button-primary-pilates {
    font-weight: 700;
  }

  .button-primary-pilates.style-mobile, .button-secondary-wellness.style-mobile {
    padding-left: 12px;
    padding-right: 12px;
  }

  .heading-3 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .title-left {
    text-align: right;
    word-break: normal;
    display: block;
  }

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

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

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

  .title-reserve {
    font-weight: 600;
    display: block;
  }

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

  .div-block-24 {
    left: 18%;
  }

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

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

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

  .div-block-29 {
    padding-left: 24px;
    padding-right: 24px;
  }

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

  .div-block-32 {
    background-repeat: no-repeat;
    background-size: cover;
    flex-flow: column;
  }

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

  .text-span-10 {
    word-break: normal;
  }

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

  .mask {
    max-width: none;
  }

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

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

  .title-depoimento-center, .title-center {
    word-break: normal;
    display: flex;
  }

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

  .title-left-professores-lg, .title-left-professores {
    word-break: normal;
    display: flex;
  }

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

  .title-left-copy {
    word-break: normal;
    display: block;
  }

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

  .image-14 {
    height: 30px;
  }

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

  .title-right {
    text-align: left;
    word-break: normal;
    display: block;
  }

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

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

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

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

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

  .code-embed-40, .code-embed-41, .code-embed-42 {
    color: var(--primary-color-template);
  }

  .code-embed-43 {
    color: var(--neutras-2);
  }

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

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

  .title-left-copy {
    text-align: center;
    word-break: normal;
    justify-content: center;
    align-items: flex-start;
    display: block;
  }

  .button-primary-pilates-xl {
    font-weight: 700;
  }

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

  .title-center-copy-3 {
    word-break: normal;
    display: block;
  }

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

  .slider-10 {
    background-color: var(--transparent);
  }

  .link-block {
    max-width: 100px;
  }

  .link-block.w--current {
    max-width: 70px;
  }

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

#w-node-f013c2a1-3c7c-635f-412d-0dae6fda0380-6fda0378 {
  align-self: center;
}

@media screen and (max-width: 767px) {
  #w-node-f013c2a1-3c7c-635f-412d-0dae6fda037b-6fda0378 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}


@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-ExtraBoldItalic.ttf') format('truetype'), url('../fonts/Poppins-BoldItalic.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-ExtraBold.ttf') format('truetype'), url('../fonts/Poppins-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-ExtraLight.ttf') format('truetype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-ThinItalic.ttf') format('truetype');
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-ExtraLightItalic.ttf') format('truetype');
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-BlackItalic.ttf') format('truetype');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Italic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-LightItalic.ttf') format('truetype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-SemiBoldItalic.ttf') format('truetype');
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Thin.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-MediumItalic.ttf') format('truetype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Bw Vivant';
  src: url('../fonts/bw-vivant-light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Bw Vivant';
  src: url('../fonts/bw-vivant-thin.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Bw Vivant';
  src: url('../fonts/bw-vivant-regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Bw Vivant';
  src: url('../fonts/bw-vivant-medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Bw Vivant';
  src: url('../fonts/bw-vivant-bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Bwvivant Skinny';
  src: url('../fonts/BwVivant-Skinny.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Bw Vivant';
  src: url('../fonts/bw-vivant-black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Orbitron Variablefont Wght';
  src: url('../fonts/Orbitron-VariableFont_wght.ttf') format('truetype');
  font-weight: 400 900;
  font-style: normal;
  font-display: swap;
}