:root {
  --black-web: black;
  --white-web: white;
  --rounding-base: 6px;
  --transparent: #fff0;
  --neutras-3: #f0f0f0e6;
  --neutras-2: #1e1e1e;
  --gray: #888;
  --background: white;
  --primary-color-template: #c9b977;
  --text-1: #1e1e1e;
  --neutras-6: #fffc;
  --bege-claro: #f5edd0;
  --text-2: #888;
  --neutras-5: #f6f7ff;
  --background-dark: #333;
  --neutras-4: #ccc;
  --background-tertiary: #f0f0f0b3;
  --white-90: #f0f0f0e6;
  --shadow-image: #2d2d2d80;
  --neutras-8: #fffc;
  --ang-primary: #6ebdba;
}

.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;
  --black-web: black;
  --white-web: white;
  --rounding-base: 6px;
  --transparent: #fff0;
  --neutras-3: #272c30e6;
  --neutras-2: #1e2125;
  --gray: #888;
  --background: black;
  --primary-color-template: #6ebdba;
  --text-1: #fafafa;
  --neutras-6: #000c;
  --bege-claro: black;
  --text-2: #aaa;
  --neutras-5: #f6f7ff;
  --background-dark: #333;
  --neutras-4: #ccc;
  --background-tertiary: #f0f0f0b3;
  --white-90: #f0f0f0e6;
  --shadow-image: #2d2d2d80;
  --neutras-8: #fffc;
  --ang-primary: #6ebdba;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

.container-navbar {
  background-color: var(--black-web);
  color: var(--white-web);
  z-index: 2;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 80px;
  font-family: Marcellus;
  display: flex;
  position: fixed;
  top: 0;
}

.navbar-custom {
  color: var(--white-web);
  justify-content: space-between;
  width: 100%;
  max-width: 1440px;
  padding: 0 24px;
  display: flex;
}

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

.div-block {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  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(--white-web);
  color: var(--black-web);
  text-transform: uppercase;
  border: 1px solid #fff;
  justify-content: center;
  align-items: center;
  padding: 12px 24px;
  font-family: Montserrat, sans-serif;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 150%;
  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(--white-web);
  border-radius: var(--rounding-base);
  background-color: var(--transparent);
  color: var(--white-web);
  text-transform: uppercase;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  padding: 12px 24px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 150%;
  transition: box-shadow .15s;
  display: flex;
}

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

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

.code-embed {
  color: var(--white-web);
  -webkit-text-stroke-color: var(--black-web);
  height: auto;
  line-height: 14px;
}

.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(--white-web);
  cursor: pointer;
  border-radius: 50%;
  width: auto;
  height: auto;
  padding: 18px 20px;
  line-height: 18px;
  transition: box-shadow .2s;
}

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

.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-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 {
  background-image: url('../images/88c895ba64c8bc4569070c85eafc9aaa.jpeg');
  background-position: 50%;
  background-size: cover;
  height: 822px;
  margin-top: 80px;
  margin-bottom: 42px;
}

.container-gradient {
  background-image: linear-gradient(0deg, var(--primary-color-template), #b8c0ff00);
  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;
}

.container-modalidade {
  grid-column-gap: 42px;
  grid-row-gap: 42px;
  flex-flow: column;
  width: 100%;
  max-width: 1440px;
  margin-bottom: 42px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 60px;
  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;
  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;
}

.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(--bege-claro);
  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(--bege-claro);
  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;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 700;
  line-height: 120%;
  transform: rotate(90deg);
}

.description-hide {
  color: var(--bege-claro);
  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-2);
  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;
}

.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;
  max-width: 1440px;
  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: #aab3ff4d;
  border-radius: 16px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 327px;
  height: 327px;
  display: flex;
}

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

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

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

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

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

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

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

.div-block-28 {
  border: 1px solid var(--neutras-2);
  background-image: url('../images/d84e6c9ed2a435c8f249b95178c2a4ea-1.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-2);
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  font-weight: 600;
  line-height: 150%;
}

.container-espaco {
  grid-column-gap: 42px;
  grid-row-gap: 42px;
  color: gray;
  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;
}

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

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

.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(--bege-claro);
  text-align: center;
  border-radius: 6px;
  padding: 14px 42px;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
}

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

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

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

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

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

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

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

.box-description-shadow.card-border-1-copy.title-center-card {
  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;
}

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

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

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

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

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

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

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

.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(--primary-color-template);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
}

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

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

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

.container-playlist {
  grid-column-gap: 42px;
  grid-row-gap: 42px;
  background-color: var(--neutras-2);
  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;
  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;
}

.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/00cfc4d5373f2bedae04ca5b08d06853.jpeg');
  background-size: cover;
  width: 100%;
  height: 350px;
  margin-left: 0;
  margin-right: 20px;
  padding-left: 0;
}

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

.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.slicer-3 {
  background-image: url('../images/b4390578e2361d5c68aad610934a17d7.jpeg');
  background-size: cover;
  width: 100%;
  margin-right: 0;
}

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

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

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

.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(--black-web);
  width: 100%;
  max-width: none;
  margin-top: auto;
  padding: 0%;
}

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

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

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

.text-block-8 {
  color: var(--white-web);
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.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(--white-web);
  text-transform: uppercase;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 150%;
}

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

.text-block-9 {
  opacity: 1;
  color: var(--white-web);
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 150%;
}

.text-block-10 {
  opacity: 1;
  color: var(--white-web);
  font-size: 14px;
  font-weight: 500;
  line-height: 150%;
}

.flex-block-8 {
  grid-column-gap: 9px;
  grid-row-gap: 9px;
  font-family: Futura Std;
  font-size: 1rem;
  line-height: 1.2rem;
}

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

.link-footer {
  color: var(--white-web);
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 150%;
  text-decoration: none;
}

.link-footer.w--current {
  color: var(--white-web);
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 150%;
}

.flex-block-10 {
  grid-column-gap: 9px;
  grid-row-gap: 9px;
  font-family: Futura Std;
  font-size: 1rem;
  line-height: 1.2rem;
}

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

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

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

.container-title-page {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--black-web);
  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: 40px;
  padding-bottom: 40px;
  display: block;
}

.title-page {
  color: var(--white-web);
  text-align: center;
  text-transform: uppercase;
  font-family: Montserrat, sans-serif;
  font-size: 30px;
  font-weight: 600;
  line-height: 150%;
}

.container-script {
  background-color: var(--transparent);
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: none;
  min-height: 500px;
  display: flex;
}

.container-3 {
  justify-content: space-around;
  align-items: flex-start;
  width: 100%;
  max-width: none;
  min-height: 500px;
  margin-top: 80px;
  display: flex;
}

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

.code-embed-12 {
  z-index: 10;
  width: 100%;
  margin-top: 100px;
  margin-bottom: 100px;
  padding-top: 0;
  padding-bottom: 0;
}

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

.background-video-2 {
  background-image: linear-gradient(#0000 17%, #000);
  width: 100%;
  height: 100%;
  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-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;
}

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

.button-primary-template-lg--block {
  background-color: var(--primary-color-template);
  color: var(--bege-claro);
  text-align: center;
  border-radius: 4px;
  padding: 12px 32px;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  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;
  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;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.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-default {
  background-color: var(--black-web);
  color: var(--white-web);
  -webkit-text-fill-color: inherit;
  --black-web: black;
  --white-web: white;
  --rounding-base: 6px;
  --transparent: #fff0;
  --neutras-3: #f0f0f0e6;
  --neutras-2: #1e1e1e;
  --gray: #888;
  --background: white;
  --primary-color-template: #c9b977;
  --text-1: #1e1e1e;
  --neutras-6: #fffc;
  --bege-claro: #f5edd0;
  --text-2: #888;
  --neutras-5: #f6f7ff;
  --background-dark: #333;
  --neutras-4: #ccc;
  --background-tertiary: #f0f0f0b3;
  --white-90: #f0f0f0e6;
  --shadow-image: #2d2d2d80;
  --neutras-8: #fffc;
  --ang-primary: #6ebdba;
  background-clip: border-box;
  flex-flow: column;
  justify-content: space-between;
  min-height: 100%;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  display: flex;
}

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

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

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

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

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

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

.button-primary-wellness-my-account.pagekraft-auth-my-account.button-secondary-wellness {
  color: var(--white-web);
  cursor: pointer;
  font-weight: 600;
  line-height: 150%;
  transition-property: box-shadow;
  transition-duration: .2s;
  transition-timing-function: ease;
  display: none;
}

.button-primary-wellness-my-account.pagekraft-auth-my-account.button-secondary-wellness:hover {
  box-shadow: inset 0 2px 5px 40vh var(--neutras-3);
  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 {
  border-color: var(--white-web);
  color: var(--white-web);
  cursor: pointer;
  font-weight: 600;
  line-height: 150%;
  transition: box-shadow .2s;
}

.button-primary-wellness-my-account.pagekraft-auth-register.button-secondary-wellness:hover {
  box-shadow: inset 0 2px 5px 40vh var(--neutras-3);
  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-88-professores {
  background-color: var(--transparent);
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  display: flex;
}

.title-card-hover-hover {
  color: var(--bege-claro);
  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;
}

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

.code-embed-16, .code-embed-17, .code-embed-18, .code-embed-24, .code-embed-25, .code-embed-26, .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;
  font-size: 16px;
  display: flex;
}

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

.div-block-93 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  background-color: var(--neutras-6);
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: auto;
  margin-bottom: 20%;
  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;
}

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

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

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

.text-span-16, .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: 600;
  line-height: 150%;
  transition-duration: .2s;
  display: none;
}

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

.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 {
  box-shadow: inset 0 2px 5px 40vh var(--neutras-3);
}

.code-embed-38 {
  z-index: 1;
  width: 100%;
  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;
}

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

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

.section-12 {
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  min-height: 500px;
  margin-top: 37px;
  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: flex;
}

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

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

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

.text-block-32 {
  color: var(--bege-claro);
  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(--bege-claro);
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  line-height: 150%;
  display: flex;
}

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

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

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

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

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

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

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

.flex-block-16 {
  grid-column-gap: 42px;
  grid-row-gap: 42px;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  width: 90%;
  max-width: 1200px;
}

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

.div-block-156 {
  background-color: #f6f6ee;
  justify-content: center;
  align-items: center;
  height: auto;
  min-height: 667px;
  padding: 20px;
  display: flex;
}

.div-block-156.div-faq {
  background-color: #0000;
  flex-flow: column;
  width: 100%;
  padding-top: 80px;
}

.image-20 {
  width: auto;
}

.div-block-142 {
  flex-flow: column;
  justify-content: flex-start;
  width: 279px;
  height: 135px;
  padding: 0 10px 8px;
  display: flex;
}

.ang-header {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  min-height: 80px;
  display: flex;
}

.code-embed-51 {
  color: var(--primary-color-template);
  text-align: center;
}

.paragraph-25 {
  text-align: center;
  font-family: Poppins;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.5;
}

.div-block-133 {
  width: 100%;
  height: auto;
  min-height: 50px;
}

.paragraph-34 {
  color: #1e1e1e;
  text-align: center;
  font-size: 50px;
  line-height: 1.2;
}

.div-block-134 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: center;
  min-width: 170px;
  height: 100%;
  display: flex;
}

.paragraph-36 {
  color: #1e1e1e;
  text-align: center;
  font-size: 12px;
}

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

.faq-answer {
  border-bottom: 1px solid #2d3e501f;
  padding-top: 20px;
  padding-left: 20px;
  overflow: hidden;
}

.container-16 {
  background-color: #1e1e1e;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: none;
  min-height: 455px;
  margin-bottom: 42px;
  padding-top: 65px;
  padding-bottom: 65px;
  display: flex;
}

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

.container-17 {
  grid-column-gap: 46px;
  grid-row-gap: 46px;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 864px;
  min-height: 495px;
  margin-bottom: 42px;
  display: flex;
}

.heading-39 {
  color: #1e1e1e;
  text-align: center;
  font-size: 18px;
  line-height: 1.5;
}

.heading-35 {
  color: #fff;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 600;
  line-height: 1;
}

.heading-35.t_days, .heading-35.t_seconds, .heading-35.t_hours, .heading-35.t_minutes {
  color: var(--black-web);
  margin-top: 0;
  margin-bottom: 0;
}

.container-14 {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1100px;
  height: 100%;
  min-height: 40px;
  padding: 10px 20px 0;
  line-height: 1;
  display: flex;
}

.button-5 {
  background-color: var(--primary-color-template);
  color: #fff;
  border-radius: 9px;
  justify-content: center;
  align-items: center;
  width: 110%;
  max-width: 440px;
  height: 42px;
  font-family: Montserrat, sans-serif;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.5;
  display: flex;
  box-shadow: 0 7.5px 11.25px -2.25px #0000001a;
}

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

.paragraph-31 {
  color: var(--bege-claro);
  font-weight: 500;
  line-height: 1.5;
}

.div-block-157 {
  width: 100%;
  max-width: 529px;
  height: 100%;
  max-height: 295px;
}

.flex-block-17 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 294px;
}

.heading-38 {
  color: #1e1e1e;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 1.5;
}

.heading-38.txt-faq {
  text-transform: none;
  font-weight: 600;
}

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

.paragraph-35 {
  color: #1e1e1e;
  text-align: center;
  max-width: 600px;
  font-weight: 500;
}

.div-block-139 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 193px;
  display: flex;
}

.flex-block-20 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 90%;
  max-width: 667px;
}

.container-19 {
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: none;
  min-height: 320px;
  margin-bottom: 42px;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
}

.heading-40 {
  color: var(--white-web);
  text-transform: uppercase;
  font-size: 30px;
  line-height: 1.5;
}

.faq-plus-l {
  background-color: #1f2124;
  border-radius: 3px;
  width: 5px;
  height: 100%;
  position: absolute;
}

.slider-6 {
  background-color: #fff0;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1000px;
  height: 390px;
  display: flex;
}

.container-18 {
  background-color: #1e1e1e;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: none;
  min-height: 480px;
  margin-bottom: 42px;
  padding-top: 64px;
  padding-bottom: 64px;
  display: flex;
}

.div-block-135 {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  height: 25px;
  display: flex;
  position: relative;
}

.heading-37 {
  color: #1e1e1e;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 30px;
  font-weight: 500;
  line-height: 1.5;
}

.paragraph-26 {
  color: #1e1e1e;
  margin-bottom: 0;
}

.heading-36 {
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-size: 50px;
  font-weight: 400;
  line-height: 120%;
}

.container {
  z-index: 2;
  width: 100%;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 5vw;
  padding-right: 5vw;
  display: block;
  position: relative;
}

.container.faq-container {
  background-color: #0000;
  border-radius: 0;
  max-width: 900px;
  padding-top: 60px;
  padding-bottom: 80px;
}

.div-block-136 {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.div-block-140 {
  border-radius: 16px;
  overflow: hidden;
}

.paragraph-23 {
  color: var(--primary-color-template);
  margin-bottom: 0;
  font-size: 10px;
  font-weight: 300;
  line-height: 1;
  position: relative;
  top: 0;
}

.faq-plus {
  background-color: #1f2124;
  border-radius: 3px;
  width: 100%;
  height: 5px;
}

.linha01 {
  color: #fff;
  background-color: #ccc;
  width: 1px;
  height: 100%;
}

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

.link-block {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: var(--bege-claro);
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0;
  text-decoration: none;
  display: flex;
}

.link-block:hover {
  color: #13c666;
}

.lp-header {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: none;
  height: 100%;
  min-height: 600px;
  margin-bottom: 42px;
  padding: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.container-15 {
  grid-column-gap: 42px;
  grid-row-gap: 42px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 95%;
  max-width: 1200px;
  min-height: 379px;
  margin-bottom: 42px;
  display: flex;
}

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

.paragraph-33 {
  color: #1e1e1e;
  text-align: center;
  font-size: 12px;
  line-height: 1.5;
}

.paragraph-27 {
  color: var(--primary-color-template);
  margin-bottom: 0;
  font-size: 96px;
  font-weight: 700;
  line-height: 1;
}

.faq-answer-text {
  color: #1e1e1e;
  margin-bottom: 30px;
  font-family: Poppins;
  font-size: 14px;
  line-height: 21px;
}

.div-block-137 {
  border: 1px solid var(--primary-color-template);
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  width: 364px;
  height: 208px;
  padding: 42px;
  display: flex;
}

.code-embed-53 {
  color: var(--primary-color-template);
  text-align: center;
}

.code-embed-54 {
  color: var(--primary-color-template);
  margin: 175px 20px;
  position: absolute;
}

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

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

.flex-block-21 {
  justify-content: space-between;
  align-items: center;
  width: 90%;
  max-width: 1200px;
  min-height: 320px;
}

.div-block-138 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: space-around;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.paragraph-29 {
  color: #888;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.5;
}

.code-embed-55 {
  color: var(--primary-color-template);
  text-align: center;
}

.faq-q-text {
  color: #1f2124;
  -webkit-text-stroke-color: #1f2124;
  font-family: Poppins;
  font-size: 16px;
  font-weight: 500;
}

.container-20 {
  background-color: #1e1e1e;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: none;
  min-height: 320px;
  margin-bottom: 42px;
  padding-top: 64px;
  padding-bottom: 64px;
  display: flex;
}

.section-15 {
  z-index: 1;
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 574px;
  height: 100%;
  min-height: 350px;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  display: flex;
  position: relative;
}

.div-block-160 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: auto;
  max-width: none;
  display: flex;
}

.paragraph-37 {
  color: #1e1e1e;
  text-align: center;
  font-size: 13px;
}

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

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

.slider-item-2.slider-1 {
  background-color: #0000;
  background-image: url('../images/Rectangle-15.png');
  width: 95%;
  height: 350px;
  margin-left: 0;
  margin-right: 20px;
  padding-left: 0;
}

.flex-block-19 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 90%;
  max-width: 1200px;
  min-height: 320px;
}

.paragraph-28 {
  color: #1e1e1e;
  font-size: 16px;
  line-height: 1.5;
}

.code-embed-56 {
  color: var(--primary-color-template);
  text-align: center;
}

.faq-plus-wrap {
  color: #1f2124;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  margin-right: 25px;
  display: flex;
  position: relative;
}

.code-embed-57 {
  color: #fff;
}

.code-embed-58 {
  color: var(--primary-color-template);
  text-align: center;
}

.flex-block-15 {
  grid-column-gap: 42px;
  grid-row-gap: 42px;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 208px;
}

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

.paragraph-30 {
  color: var(--white-web);
  margin-bottom: 0;
  font-size: 30px;
  font-weight: 500;
  line-height: 1.5;
}

.container-21 {
  color: #1e1e1e;
  background-color: #1e1e1e;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: none;
  min-height: 320px;
  padding-top: 42px;
  padding-bottom: 42px;
  display: flex;
}

.div-block-141 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 600px;
  min-height: 324px;
  display: flex;
}

.paragraph-24 {
  color: var(--primary-color-template);
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 600;
  line-height: 1;
}

.paragraph-17 {
  color: var(--text-2);
  margin-bottom: 0;
  font-size: 14px;
  line-height: 1;
}

.div-block-143 {
  background-color: #fff;
  border-radius: 18px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 530px;
  min-height: 445px;
  max-height: none;
  padding: 33px 24px;
  display: flex;
  position: relative;
}

.container-lp {
  width: 100%;
}

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

.code-embed-59 {
  z-index: 0;
  width: 100%;
  height: 100%;
  padding-top: 0;
  position: absolute;
  inset: 0%;
}

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

.code-embed-60 {
  color: var(--primary-color-template);
  text-align: center;
}

.faq-wrap {
  margin-bottom: 20px;
}

.heading-41 {
  color: #1e1e1e;
  text-align: center;
  text-transform: none;
  font-size: 25px;
  font-weight: 700;
  line-height: 1.5;
}

.paragraph-32 {
  color: #1e1e1e;
  font-size: 13px;
  line-height: 1.5;
}

.text-block-49 {
  color: #fff;
  font-family: Montserrat, sans-serif;
  font-weight: 700;
}

.div-block-182 {
  background-image: linear-gradient(#6ebdbae6, #ffffff1a), url('../images/background-1.png');
  background-position: 0 0, 50% 100%;
  background-size: auto, cover;
  justify-content: center;
  align-items: flex-end;
  height: 380px;
  display: flex;
}

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

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

.heading-92 {
  color: #3f4b4e;
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-weight: 700;
}

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

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

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

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

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

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

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

.heading-93 {
  color: #1e1e1e;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 30px;
  font-weight: 500;
  line-height: 1.5;
}

.paragraph-38 {
  color: #1e1e1e;
  text-align: center;
  max-width: 600px;
  font-weight: 500;
}

.code-embed-72 {
  color: #6ebdba;
}

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

.text-span-37 {
  color: #6ebdba;
}

.paragraph-39 {
  text-align: center;
  font-family: Poppins;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.5;
}

.flex-block-23 {
  justify-content: space-between;
  align-items: center;
  width: 90%;
  max-width: 1200px;
  min-height: 320px;
}

.container-22 {
  grid-column-gap: 42px;
  grid-row-gap: 42px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 95%;
  max-width: 1200px;
  min-height: 379px;
  margin-bottom: 42px;
  display: flex;
}

.div-block-188 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: auto;
  max-width: none;
  display: flex;
}

.code-embed-73 {
  z-index: 0;
  width: 100%;
  height: 100%;
  padding-top: 0;
  position: absolute;
  inset: 0%;
}

.paragraph-40 {
  color: #1e1e1e;
  text-align: center;
  font-size: 12px;
  line-height: 1.5;
}

.code-embed-74 {
  color: #6ebdba;
  margin: 175px 20px;
  position: absolute;
}

.code-embed-75 {
  color: #6ebdba;
  text-align: center;
}

.div-block-189 {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  height: 25px;
  display: flex;
  position: relative;
}

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

.paragraph-41 {
  color: #6ebdba;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 600;
  line-height: 1;
}

.text-span-38 {
  color: #6ebdba;
}

.paragraph-42 {
  color: #6ebdba;
  margin-bottom: 0;
  font-size: 96px;
  font-weight: 700;
  line-height: 1;
}

.div-block-191 {
  width: 100%;
  height: auto;
  min-height: 50px;
}

.div-block-192 {
  width: 100%;
  max-width: 529px;
  height: 100%;
  max-height: 295px;
}

.flex-block-24 {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 90%;
  max-width: 1200px;
  min-height: 320px;
}

.div-block-193 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 193px;
  display: flex;
}

.container-23 {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1100px;
  height: 100%;
  min-height: 40px;
  padding: 10px 20px 0;
  line-height: 1;
  display: flex;
}

.flex-block-25 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 294px;
}

.div-block-194 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: flex-end;
  min-width: 170px;
  height: 100%;
  display: flex;
}

.container-24 {
  color: #1e1e1e;
  background-color: #f1f0f6;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: none;
  min-height: 320px;
  padding-top: 42px;
  padding-bottom: 42px;
  display: flex;
}

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

.image-21 {
  width: auto;
}

.container-25 {
  background-color: #f1f0f6;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: none;
  min-height: 480px;
  margin-bottom: 42px;
  padding-top: 64px;
  padding-bottom: 64px;
  display: flex;
}

.text-span-39 {
  color: #6ebdba;
  font-weight: 700;
}

.paragraph-53 {
  color: #1e1e1e;
  text-align: center;
  font-size: 13px;
}

.text-span-40 {
  color: #6ebdba;
}

.paragraph-54 {
  color: #1e1e1e;
  margin-bottom: 0;
}

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

.heading-94 {
  color: #1e1e1e;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 1.5;
}

.code-embed-71 {
  color: #6ebdba;
  display: flex;
}

.div-block-195 {
  background-color: #f1f0f6;
  border: 1px solid #6ebdba;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  width: 364px;
  height: 208px;
  padding: 42px;
  display: flex;
}

.flex-block-27 {
  grid-column-gap: 42px;
  grid-row-gap: 42px;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  width: 90%;
  max-width: 1200px;
}

.section-20 {
  z-index: 1;
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 574px;
  height: 100%;
  min-height: 350px;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  display: flex;
  position: relative;
}

.div-block-196 {
  background-color: #f6f6ee;
  justify-content: center;
  align-items: center;
  height: auto;
  min-height: 667px;
  padding: 20px;
  display: flex;
}

.div-block-196.div-faq {
  background-color: #0000;
  flex-flow: column;
  width: 100%;
  padding-top: 80px;
}

.div-block-197 {
  flex-flow: column;
  justify-content: flex-start;
  width: 279px;
  height: 135px;
  padding: 0 10px 8px;
  display: flex;
}

.paragraph-55 {
  color: #888;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 1;
}

.code-embed-61 {
  color: #6ebdba;
  text-align: center;
}

.container-26 {
  background-color: #f1f0f6;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: none;
  min-height: 320px;
  margin-bottom: 42px;
  padding-top: 64px;
  padding-bottom: 64px;
  display: flex;
}

.div-block-198 {
  border-radius: 16px;
  overflow: hidden;
}

.text-block-51 {
  color: #888;
}

.flex-block-28 {
  grid-column-gap: 42px;
  grid-row-gap: 42px;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 208px;
}

.code-embed-76 {
  color: #6ebdba;
  text-align: center;
}

.text-span-41 {
  color: #6ebdba;
}

.heading-42 {
  color: #1e1e1e;
  text-align: center;
  font-size: 18px;
  line-height: 1.5;
}

.code-embed-77 {
  color: #6ebdba;
  text-align: center;
}

.code-embed-78 {
  color: #000;
}

.div-block-199 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: space-around;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.div-block-200 {
  background-color: #fff;
  border-radius: 18px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 530px;
  min-height: 445px;
  max-height: none;
  padding: 33px 24px;
  display: flex;
  position: relative;
}

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

.heading-95 {
  color: #1e1e1e;
  text-align: center;
  text-transform: none;
  font-size: 25px;
  font-weight: 700;
  line-height: 1.5;
}

.container-27 {
  background-color: #f1f0f6;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: none;
  min-height: 455px;
  margin-bottom: 42px;
  padding-top: 65px;
  padding-bottom: 65px;
  display: flex;
}

.paragraph-56 {
  color: #1e1e1e;
  margin-bottom: 0;
  font-size: 30px;
  font-weight: 500;
  line-height: 1.5;
}

.paragraph-57 {
  color: #1e1e1e;
  text-align: center;
  font-size: 50px;
  line-height: 1.2;
}

.paragraph-44 {
  color: #1e1e1e;
  text-align: center;
  font-size: 12px;
}

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

.text-span-42 {
  color: #6ebdba;
  font-weight: 700;
}

.paragraph-58 {
  color: #1e1e1e;
  font-size: 16px;
  line-height: 1.5;
}

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

.paragraph-59 {
  color: #888;
  font-weight: 500;
  line-height: 1.5;
}

.heading-96 {
  color: #1e1e1e;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 1.5;
}

.heading-96.txt-faq {
  text-transform: none;
  font-weight: 600;
}

.code-embed-79 {
  color: #6ebdba;
  text-align: center;
}

.heading-97 {
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-size: 50px;
  font-weight: 400;
  line-height: 120%;
}

.link-block-2 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #1e1e1e;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0;
  text-decoration: none;
  display: flex;
}

.link-block-2:hover {
  color: #13c666;
}

.linha01-2 {
  color: #fff;
  background-color: #ccc;
  width: 1px;
  height: 100%;
}

.paragraph-60 {
  color: #1e1e1e;
  font-size: 13px;
  line-height: 1.5;
}

.code-embed-62 {
  color: #6ebdba;
}

.heading-98 {
  color: #000;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 600;
  line-height: 1;
}

.heading-98.t_days, .heading-98.t_minutes, .heading-98.t_hours, .heading-98.t_seconds {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
}

.container-28 {
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: none;
  min-height: 320px;
  margin-bottom: 42px;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
}

.div-block-202 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 600px;
  min-height: 324px;
  display: flex;
}

.container-29 {
  z-index: 2;
  width: 100%;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 5vw;
  padding-right: 5vw;
  display: block;
  position: relative;
}

.container-29.faq-container {
  background-color: #0000;
  border-radius: 0;
  max-width: 900px;
  padding-top: 60px;
  padding-bottom: 80px;
}

.text-span-36 {
  color: #6ebdba;
}

.button-6 {
  color: #fff;
  background-color: #6ebdba;
  border-radius: 9px;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 440px;
  height: 42px;
  font-family: Montserrat, sans-serif;
  font-size: 13.5px;
  font-weight: 700;
  line-height: 21px;
  display: flex;
  box-shadow: 0 7.5px 11.25px -2.25px #0000001a;
}

.flex-block-33 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 90%;
  max-width: 667px;
}

.code-embed-80 {
  color: #6ebdba;
  text-align: center;
}

.paragraph-61 {
  color: #6ebdba;
  margin-bottom: 0;
  font-size: 10px;
  font-weight: 300;
  line-height: 1;
  position: relative;
  top: 0;
}

.code-embed-81 {
  color: #6ebdba;
  margin: 175px 20px;
  position: absolute;
  transform: rotate(180deg);
}

.slider-8 {
  background-color: #fff0;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  height: 390px;
  display: flex;
}

.div-block-203 {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.paragraph-62 {
  color: #888;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.5;
}

.section-21 {
  opacity: 1;
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  flex-flow: wrap;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  max-width: none;
  height: calc(100dvh - 100px);
  margin-top: 80px;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  display: flex;
}

.image-22 {
  width: 180px;
}

.div-block-204 {
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-top: 0;
  display: flex;
}

.heading-99 {
  color: var(--white-web);
  text-align: center;
  text-transform: uppercase;
  width: 100%;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 35px;
  font-weight: 600;
  line-height: 40px;
}

.button-7 {
  border-radius: 10px;
  padding-top: 14px;
  padding-bottom: 14px;
}

.button-8 {
  color: var(--black-web);
  text-align: left;
  text-transform: uppercase;
  background-color: #fff;
  border-radius: 10px;
  flex: 0 auto;
  margin-top: 0;
  padding: 14px 30px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 150%;
  display: block;
}

.div-block-205 {
  background-image: url('../images/mulher-usando-roxo-copiar.webp');
  background-position: 50%;
  background-size: cover;
  width: 50%;
  height: auto;
}

.section-22 {
  flex-flow: row;
  justify-content: center;
  align-items: stretch;
  height: 400px;
  margin-top: 40px;
  margin-bottom: 40px;
  display: flex;
}

.div-block-206 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: #f5edd0;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 50%;
  padding: 40px;
  display: flex;
}

.heading-100 {
  font-family: Marcellus;
  font-size: 1.875rem;
  font-weight: 400;
  line-height: 2.5rem;
}

.all-p {
  color: var(--neutras-5);
  text-align: center;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 150%;
}

.section-23 {
  background-image: url('../images/bg-homee.webp');
  background-position: 50%;
  background-size: cover;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1440px;
  height: 600px;
  margin-left: auto;
  margin-right: auto;
  padding: 5%;
  display: flex;
}

.heading-101 {
  color: var(--white-web);
  text-transform: uppercase;
  width: 100%;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 55px;
}

.section-24 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: #000;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1440px;
  height: auto;
  margin-top: 0%;
  margin-left: auto;
  margin-right: auto;
  padding: 5%;
  display: none;
}

.heading-102 {
  text-align: left;
  text-transform: uppercase;
  width: 100%;
  margin-top: 0;
  margin-bottom: 40px;
  font-family: Montserrat, sans-serif;
  font-size: 35px;
  font-weight: 600;
  line-height: 150%;
}

.paragraph-64 {
  text-align: center;
  font-family: Futura Std;
  font-weight: 500;
}

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

.slider-10 {
  color: var(--transparent);
  width: 100%;
}

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

.grid-2 {
  grid-row-gap: 43px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.grid-3 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  width: 80%;
}

.image-23 {
  background-image: url('../images/Frame-48095982.png');
  background-position: 0 0;
  background-size: auto;
}

.heading-103 {
  text-align: center;
  text-transform: uppercase;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 150%;
}

.paragraph-65 {
  text-align: center;
  font-family: Futura Std;
  font-weight: 500;
}

.grid-depoimento {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border: 2px solid var(--white-web);
  text-align: center;
  border-top-left-radius: 50px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 50px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  height: 450px;
  padding: 10%;
  display: flex;
}

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

.image-24, .image-25 {
  width: auto;
}

.section-25 {
  background-color: var(--black-web);
  width: 100%;
  max-width: 1440px;
  height: auto;
  margin: 0 auto;
  padding: 5%;
  display: none;
}

.heading-104 {
  text-align: center;
  text-transform: uppercase;
  font-family: Montserrat, sans-serif;
  font-size: 35px;
  font-weight: 600;
  line-height: 150%;
}

.paragraph-66 {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 40px;
  font-family: Futura Std;
  font-weight: 500;
}

.image-26 {
  width: auto;
}

.grid-4 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  width: 80%;
}

.image-27 {
  width: auto;
}

.heading-105 {
  text-transform: uppercase;
  font-family: Montserrat, sans-serif;
  font-size: 22px;
  font-weight: 600;
  line-height: 150%;
}

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

.div-block-211 {
  justify-content: space-between;
  display: flex;
}

.section-26 {
  width: 100%;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding: 5%;
}

.heading-106 {
  text-transform: uppercase;
  width: 100%;
  max-width: 1200px;
  margin-bottom: 40px;
  font-family: Montserrat, sans-serif;
  font-size: 35px;
  font-weight: 600;
  line-height: 150%;
}

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

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

.image-28 {
  margin-top: 20px;
  margin-bottom: 20px;
}

.section-27 {
  color: var(--bege-claro);
  justify-content: center;
  align-items: stretch;
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  padding: 0;
  display: flex;
}

.div-block-213 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: var(--black-web);
  color: var(--text-1);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 50%;
  max-width: none;
  margin-top: 0;
  padding: 2%;
  display: flex;
}

.heading-107 {
  color: var(--white-web);
  text-align: left;
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  width: 100%;
  font-family: Montserrat, sans-serif;
  font-size: 35px;
  font-weight: 600;
  line-height: 150%;
  display: block;
}

.heading-108 {
  color: var(--white-web);
  text-transform: none;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 35px;
  font-weight: 600;
  line-height: 40px;
}

.heading-109 {
  font-family: Marcellus;
  font-size: 1.875rem;
  font-weight: 400;
  line-height: 1.875rem;
}

.h1-d7 {
  color: var(--white-web);
  text-align: left;
  text-transform: uppercase;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 150%;
}

.link {
  color: var(--text-1);
  text-decoration: none;
}

.paragraph-67 {
  font-family: Futura Std;
}

.all-p2 {
  color: var(--white-web);
  width: 100%;
  margin-top: 5px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.div-block-214 {
  background-image: url('../images/scoop.jpg');
  background-position: 50%;
  background-size: cover;
  width: 50%;
  height: auto;
}

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

.section-28 {
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1440px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  padding: 5%;
  display: flex;
}

.grid-5 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  width: 80%;
}

.image-29 {
  width: 100%;
}

.dobra-09 {
  background-color: var(--transparent);
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1440px;
  height: auto;
  margin: 0 auto;
  padding: 5%;
  display: flex;
}

.heading-110 {
  text-align: center;
  text-transform: uppercase;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 34px;
  font-weight: 600;
  line-height: 150%;
}

.section-29 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-image: url('../images/bg-homee.webp');
  background-position: 50% 100%;
  background-size: cover;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1440px;
  height: 400px;
  margin-left: auto;
  margin-right: auto;
  padding: 5%;
  display: flex;
}

.slider-11 {
  background-color: #0000;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  height: auto;
  display: flex;
}

.left-arrow-7 {
  justify-content: flex-start;
  align-items: center;
  font-size: 20%;
  display: flex;
  left: 0;
}

.right-arrow-8 {
  justify-content: flex-end;
  align-items: center;
  font-size: 20%;
  display: flex;
  right: 0;
}

.slide-3 {
  width: 33%;
  height: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.mask-5 {
  width: 1000px;
}

.slide-nav-2 {
  display: none;
  bottom: -60px;
}

.slide-equipe {
  background-color: #0000;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  height: auto;
  display: flex;
}

.monique {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

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

.slide-3-copy {
  width: 340px;
  height: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.slide {
  width: 33%;
}

.slide-ambiente {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.slide-ambientee {
  background-color: #0000;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  height: auto;
  display: flex;
}

.slides-fotos {
  width: 350px;
  margin: 0;
}

.mask-6 {
  width: 1200px;
}

.espaco {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-217 {
  width: 400px;
}

.div-epaco {
  width: auto;
  height: auto;
  margin: 18px;
}

.slider-12 {
  background-color: #0000;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1440px;
  height: auto;
  display: flex;
}

.right-arrow-9, .left-arrow-8 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.mask-7 {
  width: 80%;
  max-width: none;
}

.slide-4 {
  border-radius: 0;
  width: 33%;
  height: auto;
}

.image-30 {
  border-radius: 15px;
  padding: 11px;
}

.slide-nav-3 {
  display: none;
  bottom: -20%;
}

.section-27-copy {
  color: var(--bege-claro);
  background-color: #000;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  width: auto;
  max-width: none;
  height: auto;
  margin-top: 40px;
  margin-bottom: 40px;
  padding: 0;
  display: flex;
}

.all-p2-copy {
  color: var(--white-web);
  width: 100%;
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.tudo {
  color: var(--text-1);
  width: 100%;
  margin-top: 0;
  font-family: Futura Std;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.4rem;
  text-decoration: none;
}

.image-31 {
  margin-right: 20px;
  display: none;
}

.div-block-214-copy {
  justify-content: center;
  align-items: center;
  width: 50%;
  height: auto;
  padding: 2%;
  display: flex;
}

.div-block-218 {
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: none;
  display: flex;
}

.section-30 {
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 40vw;
  display: flex;
}

.div-block-219 {
  background-color: red;
  width: 50%;
  height: 100%;
}

.div-block-219-copy {
  background-color: #00f;
  width: 50%;
  height: 100%;
}

.section-31 {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: none;
  height: auto;
  display: flex;
}

.div-block-220 {
  background-color: red;
  width: 50%;
  height: 100%;
}

.div-block-220-copy {
  background-color: #00f;
  width: 50%;
  height: 100%;
}

.div-block-221 {
  justify-content: center;
  align-items: center;
  width: 1200px;
  max-width: 1200px;
  height: 40vw;
  display: flex;
}

.image-32 {
  display: none;
}

.div-block-213-copy {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #000;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  width: 50%;
  margin-top: 0;
  padding: 0%;
  display: flex;
}

.image-33, .image-34 {
  border-radius: 15px;
  padding: 10px;
}

.image-35 {
  border-radius: 15px;
  padding: 9px;
}

.image-36, .image-37 {
  border-radius: 15px;
  padding: 10px;
}

.body {
  padding: 5%;
}

.heading-111 {
  min-width: 0;
  font-family: Marcellus;
  font-size: 2.5rem;
  font-weight: 400;
  line-height: 3.1rem;
}

.paragraph-68 {
  font-family: Futura Std;
  font-size: 1rem;
  line-height: 1.6rem;
}

.sub-title, .sub-title-copy {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Marcellus;
  font-size: 2rem;
  font-weight: 400;
  line-height: 2.6rem;
}

.div-block-222 {
  width: 100%;
  max-width: 1240px;
  margin: 0 auto;
  padding: 8% 5%;
  font-family: Montserrat, sans-serif;
}

.section-32 {
  justify-content: space-between;
  align-items: stretch;
  height: 400px;
  margin-top: 20px;
  margin-bottom: 20px;
  display: flex;
}

.div-block-224 {
  background-color: #f5edd0;
  flex-flow: row;
  justify-content: space-around;
  align-items: center;
  width: 50%;
  padding: 20px;
  display: block;
}

.div-block-225 {
  background-image: url('../images/mulher-usando-roxo-copiar.webp');
  background-position: 50%;
  background-size: cover;
  justify-content: space-around;
  align-items: stretch;
  width: 50%;
  height: 100%;
  display: block;
}

.section-27-copy {
  color: var(--bege-claro);
  justify-content: center;
  align-items: stretch;
  width: 100%;
  margin: 40px auto;
  padding: 0;
  display: flex;
}

.heading-107-copy {
  color: var(--white-web);
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  font-family: Montserrat, sans-serif;
  font-size: 35px;
  font-weight: 600;
  line-height: 40px;
  display: flex;
}

.div-block-214-copy {
  background-image: url('../images/mulher-usando-roxo-copiar.webp');
  background-position: 50%;
  background-size: cover;
  width: 50%;
  max-width: none;
  height: auto;
}

.app {
  justify-content: center;
  align-items: center;
  width: 50%;
  height: auto;
  padding: 2%;
  display: flex;
}

.image-38 {
  color: var(--white-web);
}

.section-27-copy-copy {
  color: var(--bege-claro);
  background-color: #000;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1440px;
  height: auto;
  margin: 0 auto;
  padding: 5%;
  display: flex;
}

.div-block-226 {
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  max-width: 1440px;
  height: auto;
  display: flex;
}

.div-block-227 {
  flex-flow: wrap;
  justify-content: flex-end;
  align-items: flex-start;
  max-width: 1440px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 5%;
  display: flex;
}

.section-33 {
  width: 100%;
  max-width: 1440px;
  height: auto;
  min-height: 80dvh;
  margin-top: 80px;
  padding-top: 40px;
  padding-bottom: 40px;
}

.code-embed-84, .code-embed-85 {
  width: 100%;
}

.background-video-3 {
  width: 100%;
  height: 100%;
}

.play-pause-button-3 {
  opacity: .29;
  width: 20px;
}

.code-embed-86 {
  font-family: Montserrat, sans-serif;
}

.div-block-228 {
  justify-content: space-between;
  align-items: stretch;
  max-width: 1440px;
  display: flex;
}

.section-34 {
  margin-top: 20px;
  margin-bottom: 20px;
}

.image-40 {
  margin-top: 0;
  margin-bottom: 0;
}

.button-9 {
  color: var(--black-web);
  text-align: left;
  text-transform: uppercase;
  background-color: #fff;
  border-radius: 10px;
  flex: 0 auto;
  margin-top: 0;
  padding: 14px 30px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 150%;
  display: block;
  position: relative;
}

.button-10 {
  background-color: var(--white-web);
  color: var(--neutras-2);
  text-transform: uppercase;
  border-radius: 6px;
  padding: 14px 30px;
  font-size: 16px;
  font-weight: 600;
  line-height: 150%;
  position: static;
}

.div-block-229 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: -100px;
  padding-bottom: 40px;
  display: flex;
}

.image-41 {
  max-width: none;
  height: 80px;
  margin-bottom: 20px;
}

.button-11 {
  background-color: var(--white-web);
  color: var(--neutras-2);
  text-transform: uppercase;
  border-radius: 6px;
  padding: 14px 30px;
  font-size: 16px;
  font-weight: 600;
  line-height: 150%;
  position: static;
}

.div-block-230 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: auto;
  margin: auto;
  padding-bottom: 0;
  display: flex;
  position: relative;
  top: -50%;
}

.section-35 {
  background-image: url('../images/2.4.-Sobre-nós-Angulare---tela-5.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  height: 600px;
  margin-bottom: 0;
  padding-bottom: 40px;
  display: flex;
}

.section-36 {
  background-image: url('../images/0b5fea372cb17da1389136c46468d307159bb0e7.png');
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 600px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 40px;
  display: flex;
}

.button-12 {
  color: var(--black-web);
  text-align: left;
  text-transform: uppercase;
  background-color: #fff;
  border-radius: 10px;
  flex: 0 auto;
  margin-top: 0;
  padding: 14px 30px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 150%;
  display: block;
}

.section-38 {
  background-image: url('../images/2.4.-Sobre-nós.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  height: 600px;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 40px;
  display: flex;
}

.text-block-52 {
  color: var(--white-web);
  padding-top: 40px;
  font-size: 18px;
  font-weight: 700;
}

@media screen and (min-width: 1280px) {
  .slider-6 {
    max-width: 1143px;
  }

  .mask-3 {
    width: 78%;
  }

  .slider-item-2.slider-1 {
    width: 95%;
  }

  .mask-4 {
    width: 78%;
  }

  .slider-8 {
    max-width: 1143px;
  }

  .section-21 {
    justify-content: space-between;
    align-items: stretch;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .section-23 {
    height: 50vh;
  }

  .div-block-209 {
    justify-content: center;
  }

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

  .div-block-214 {
    background-image: url('../images/scoop.jpg');
  }

  .slide-3 {
    width: 33%;
  }

  .paragraph-68 {
    text-align: justify;
    margin-top: 10px;
    margin-bottom: 30px;
  }

  .sub-title {
    -webkit-text-stroke-width: 1px;
    margin-bottom: 10px;
  }

  .sub-title-copy {
    -webkit-text-stroke-width: 1px;
    margin-bottom: 10px;
    font-size: 1.6rem;
  }

  .section-32 {
    flex-flow: row;
    justify-content: center;
    align-items: center;
  }

  .div-block-224 {
    flex-flow: row;
    justify-content: center;
    align-items: center;
    display: block;
  }

  .background-video-3 {
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .container-30 {
    justify-content: center;
    align-items: center;
    max-width: none;
    display: flex;
    position: relative;
    inset: 0%;
  }

  .image-39 {
    max-width: none;
    height: 80px;
  }

  .section-34 {
    width: 100%;
    max-width: 1440px;
    margin-left: auto;
    margin-right: auto;
  }

  .image-40 {
    max-width: none;
  }

  .section-35, .section-38 {
    width: 100%;
    height: 700px;
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (min-width: 1440px) {
  .body-default {
    background-color: var(--black-web);
  }

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

  .section-21 {
    height: calc(100dvh - 200px);
  }

  .grid {
    width: 100%;
  }

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

  .section-26 {
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .div-block-214 {
    background-image: url('../images/scoop.jpg');
    height: auto;
  }

  .slider-11 {
    flex-flow: row;
    justify-content: center;
    align-items: center;
  }

  .left-arrow-7 {
    justify-content: flex-start;
    align-items: center;
    left: -60px;
  }

  .right-arrow-8 {
    right: -60px;
  }

  .slide-3 {
    width: 33%;
  }

  .mask-5 {
    width: 1200px;
  }

  .slide-equipe {
    flex-flow: row;
    justify-content: center;
    align-items: center;
  }

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

  .slide-3-copy {
    width: 400px;
  }

  .slide-ambiente {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .slide-ambientee {
    flex-flow: row;
    justify-content: center;
    align-items: center;
  }

  .mask-6 {
    width: 1200px;
  }

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

  .right-arrow-9 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

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

  .section-27-copy {
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
    width: 100%;
  }

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

  .div-block-218 {
    max-width: 1200px;
  }

  .section-30 {
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 40vw;
    display: flex;
  }

  .div-block-219, .div-block-219-copy {
    background-color: #00f;
    width: 50%;
    height: 100%;
  }

  .section-27-copy {
    align-items: stretch;
  }

  .div-block-214-copy {
    background-position: 50%;
    background-size: cover;
    align-items: center;
    height: auto;
  }

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

  .section-27-copy-copy {
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  .section-35, .section-38 {
    height: 800px;
  }
}

@media screen and (min-width: 1920px) {
  .container-script {
    justify-content: flex-start;
    align-items: flex-start;
  }

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

  .section-21 {
    height: calc(100dvh - 300px);
  }

  .section-22 {
    height: 60vh;
  }

  .section-23 {
    height: 30vw;
  }

  .heading-102 {
    text-align: left;
  }

  .section-26 {
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .heading-106 {
    width: 100%;
    max-width: 1200px;
  }

  .div-block-212 {
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 1200px;
    display: block;
  }

  .section-27 {
    background-color: #f5edd0;
    height: 30vw;
    margin-top: 40px;
  }

  .div-block-213 {
    background-color: #000;
  }

  .section-28 {
    justify-content: center;
    align-items: center;
    height: auto;
  }

  .slide-equipe, .slide-ambientee {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .slider-12 {
    max-width: 1440px;
  }

  .mask-7 {
    width: 84%;
    max-width: 1200px;
    height: auto;
  }

  .slide-4 {
    width: 33.2%;
  }

  .section-27-copy {
    color: var(--transparent);
    background-color: #000;
  }

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

  .div-block-213-copy {
    background-color: #0000;
  }

  .heading-111 {
    -webkit-text-stroke-width: 1px;
  }

  .section-27-copy {
    background-color: #000;
    height: 30vw;
    margin-top: 40px;
  }

  .div-block-214-copy {
    width: 50%;
    max-width: none;
  }

  .section-27-copy-copy {
    color: var(--transparent);
    background-color: #000;
  }

  .background-video-3 {
    height: 100%;
  }
}

@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;
    display: none;
  }

  .div-block-9 {
    display: 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-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-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;
  }

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

  .box-description-shadow.card-border-1-copy.title-center-card {
    justify-content: flex-start;
    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 {
    margin-left: 0;
  }

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

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

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

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

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

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

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

  .div-block-156 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .div-block-134 {
    margin-top: 15px;
  }

  .flex-block-14 {
    width: 90%;
  }

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

  .container-14 {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
    flex-flow: column;
  }

  .code-embed-52 {
    margin-right: 0;
  }

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

  .faq-plus-l {
    width: 3px;
    height: 80%;
  }

  .slider-6 {
    max-width: 585px;
    margin-left: 0;
  }

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

  .faq-plus {
    width: 80%;
    height: 3px;
  }

  .mask-3 {
    width: 78%;
  }

  .code-embed-54 {
    margin-left: 0;
  }

  .flex-block-21 {
    grid-column-gap: 42px;
    grid-row-gap: 42px;
    flex-flow: column;
  }

  .section-15 {
    width: 95%;
    max-width: 600px;
  }

  .div-block-160 {
    justify-content: flex-start;
    align-items: center;
    width: 45%;
    max-width: none;
  }

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

  .slider-item-2.slider-1 {
    background-image: url('../images/Rectangle-15.png');
    width: 416px;
  }

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

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

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

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

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

  .flex-block-23 {
    grid-column-gap: 42px;
    grid-row-gap: 42px;
    flex-flow: column;
  }

  .div-block-188 {
    justify-content: flex-start;
    align-items: center;
    width: 45%;
    max-width: none;
  }

  .code-embed-74 {
    margin-left: 0;
  }

  .paragraph-42 {
    justify-content: center;
    align-items: center;
    width: 50px;
    display: flex;
  }

  .container-23 {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
    flex-flow: column;
  }

  .div-block-194 {
    margin-top: 15px;
  }

  .flex-block-26 {
    width: 90%;
  }

  .mask-4 {
    width: 78%;
  }

  .section-20 {
    width: 95%;
    max-width: 600px;
  }

  .div-block-196 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

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

  .div-block-199 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: center;
    align-items: center;
  }

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

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

  .linha01-2 {
    margin-left: 20px;
    margin-right: 20px;
  }

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

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

  .code-embed-81 {
    margin-right: 0;
  }

  .slider-8 {
    max-width: 585px;
    margin-left: 0;
  }

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

  .section-21 {
    height: calc(100dvh - 100px);
  }

  .image-22 {
    width: 140px;
  }

  .heading-99 {
    font-size: 25px;
    line-height: 150%;
  }

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

  .section-22 {
    justify-content: space-around;
    align-items: stretch;
    height: 400px;
  }

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

  .heading-100 {
    font-size: 1.2rem;
    line-height: 1.5rem;
  }

  .all-p {
    font-size: .8rem;
    line-height: 1.1rem;
  }

  .heading-101 {
    width: 74%;
    margin-top: 0;
    margin-bottom: 20px;
    font-size: 25px;
    line-height: 150%;
  }

  .section-24 {
    padding-bottom: 10%;
  }

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

  .section-25 {
    padding-bottom: 12%;
  }

  .heading-104, .heading-106, .heading-107 {
    font-size: 25px;
  }

  .heading-108 {
    font-size: 25px;
    line-height: 150%;
  }

  .section-28 {
    height: auto;
  }

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

  .left-arrow-7 {
    left: 0;
  }

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

  .slide-3 {
    width: 50%;
  }

  .mask-5 {
    width: 580px;
    max-width: none;
  }

  .slide-3-copy {
    width: 200px;
  }

  .slide {
    width: 33%;
    padding: 15px;
  }

  .mask-6 {
    width: 500px;
    max-width: 400px;
  }

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

  .slide-4 {
    width: 50%;
    margin-left: auto;
    margin-right: auto;
  }

  .image-30 {
    vertical-align: baseline;
    display: inline-block;
  }

  .image-31 {
    width: 120px;
    margin-bottom: 0;
    margin-right: 10px;
  }

  .div-block-214-copy {
    padding: 5%;
  }

  .image-32 {
    width: 120px;
  }

  .div-block-222 {
    padding-top: 12%;
    padding-bottom: 12%;
  }

  .heading-107-copy {
    font-size: 25px;
    line-height: 150%;
  }

  .div-block-214-copy {
    background-position: 100%;
  }

  .app {
    padding: 5%;
  }

  .div-block-229, .div-block-230 {
    padding-bottom: 50px;
  }

  .section-35, .section-36, .section-38 {
    height: 500px;
  }
}

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

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

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

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

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

  .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: 400;
    line-height: 36px;
    display: flex;
  }

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

  .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 {
    max-width: none;
    margin-left: auto;
    margin-right: auto;
  }

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

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

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

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

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

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

  .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, .code-embed-43 {
    color: var(--primary-color-template);
  }

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

  .div-block-134 {
    margin-top: 10px;
  }

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

  .button-5 {
    width: 90%;
  }

  .heading-38, .heading-40 {
    text-align: center;
  }

  .faq-plus-l {
    height: 60%;
  }

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

  .container.faq-container {
    padding-left: 1vw;
    padding-right: 1vw;
  }

  .faq-plus {
    width: 60%;
  }

  .mask-3 {
    width: 77%;
    max-width: none;
  }

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

  .div-block-159.lp-redesocial {
    display: flex;
  }

  .section-15 {
    width: 90%;
  }

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

  .slider-item-2.slider-1 {
    width: 100%;
    max-width: 300px;
    margin-right: 20px;
  }

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

  .flex-block-15 {
    width: 90%;
    padding-left: 0;
    padding-right: 0;
  }

  .paragraph-24 {
    text-align: center;
    font-size: 14px;
    line-height: 1.5;
  }

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

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

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

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

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

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

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

  .code-embed-74 {
    margin-top: 175px;
    bottom: 0;
  }

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

  .div-block-190.lp-redesocial {
    display: flex;
  }

  .paragraph-41 {
    text-align: center;
    font-size: 14px;
    line-height: 1.5;
  }

  .div-block-194 {
    margin-top: 10px;
  }

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

  .mask-4 {
    width: 77%;
    max-width: none;
  }

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

  .section-20 {
    width: 90%;
  }

  .left-arrow-6 {
    display: block;
  }

  .flex-block-28 {
    width: 90%;
    padding-left: 0;
    padding-right: 0;
  }

  .heading-96, .paragraph-60 {
    text-align: center;
  }

  .container-29.faq-container {
    padding-left: 1vw;
    padding-right: 1vw;
  }

  .button-6 {
    width: 90%;
  }

  .code-embed-81 {
    bottom: -2%;
  }

  .slider-8 {
    max-width: 440px;
  }

  .section-21 {
    height: calc(100dvh - 100px);
    margin-top: 80px;
  }

  .image-22 {
    width: 120px;
  }

  .heading-99 {
    font-size: 1.6rem;
    line-height: 2rem;
  }

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

  .section-22 {
    flex-flow: wrap;
    height: 40vh;
    display: flex;
  }

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

  .heading-100 {
    font-size: 1.2rem;
    font-weight: 400;
  }

  .section-23 {
    height: 300px;
  }

  .heading-101 {
    width: 53%;
    margin-top: 0;
    margin-bottom: 20px;
    font-size: 25px;
    line-height: 150%;
  }

  .section-24 {
    padding-bottom: 12%;
  }

  .section-25 {
    padding-bottom: 14%;
  }

  .div-block-214 {
    background-image: url('../images/scoop.jpg');
    background-size: cover;
  }

  .section-28 {
    height: auto;
  }

  .slide-3 {
    width: 100%;
  }

  .mask-5 {
    width: 350px;
  }

  .slide-3-copy {
    width: 400px;
  }

  .slide {
    width: 100%;
  }

  .mask-7 {
    width: 60%;
  }

  .slide-4 {
    width: 100%;
  }

  .image-31 {
    width: 90px;
    margin-bottom: 0;
    margin-right: 10px;
  }

  .image-32 {
    width: 90px;
  }

  .div-block-222 {
    padding-top: 14%;
    padding-bottom: 14%;
  }

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

  .section-32 {
    flex-flow: row;
    justify-content: space-between;
    align-items: center;
    display: flex;
  }

  .div-block-224 {
    background-color: #f5edd0;
    width: 50%;
    padding: 20px;
  }

  .div-block-225 {
    align-items: stretch;
    width: 50%;
    display: block;
  }

  .heading-107-copy {
    font-size: 1.2rem;
    line-height: 1.5rem;
  }

  .div-block-214-copy {
    background-image: url('../images/mulher-usando-roxo-copiar.webp');
    background-position: 100%;
    background-size: cover;
  }

  .div-block-227 {
    justify-content: flex-end;
    align-items: center;
  }

  .div-block-229, .div-block-230 {
    padding-bottom: 50px;
  }

  .section-35, .section-36, .section-38 {
    height: 320px;
  }
}

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

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

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

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

  .div-block-29, .container-professor, .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;
  }

  .container-footer {
    padding-top: 10%;
    padding-bottom: 10%;
  }

  .section-6 {
    grid-column-gap: 42px;
    grid-row-gap: 42px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    padding: 10% 5%;
    display: grid;
  }

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

  .flex-block-12 {
    display: block;
  }

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

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

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

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

  .div-block-156.div-faq {
    margin-top: 0;
    padding-top: 40px;
  }

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

  .paragraph-34 {
    font-size: 30px;
  }

  .paragraph-36, .flex-block-14 {
    text-align: center;
  }

  .button-5 {
    text-align: center;
    width: 100%;
    max-width: 320px;
    font-size: 12px;
  }

  .code-embed-52 {
    margin-left: 0;
  }

  .slider-6 {
    max-width: 600px;
  }

  .heading-36 {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 38px;
  }

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

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

  .lp-header {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    width: 100%;
    height: auto;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .container-15 {
    width: 90%;
  }

  .mask-3 {
    width: 80%;
    min-width: 320px;
    max-width: 320px;
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-137 {
    width: 100%;
    max-width: 320px;
    padding: 30px 20px;
  }

  .section-15 {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    width: 100%;
    max-width: none;
    height: auto;
  }

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

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

  .paragraph-37 {
    margin-top: 10px;
  }

  .slider-item-2.slider-1 {
    width: 100%;
    min-width: 0;
    max-width: 300px;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
  }

  .faq-plus-wrap {
    width: 40px;
    margin-right: 10px;
  }

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

  .flex-block-15 {
    width: 100%;
  }

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

  .paragraph-24 {
    text-align: center;
    line-height: 1.4;
  }

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

  .code-embed-59 {
    width: 100%;
    height: 100%;
  }

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

  .heading-41, .text-block-50 {
    text-align: center;
  }

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

  .container-22 {
    width: 90%;
  }

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

  .code-embed-73 {
    width: 100%;
    height: 100%;
  }

  .paragraph-41 {
    text-align: center;
    line-height: 1.4;
  }

  .paragraph-42 {
    min-width: 40px;
  }

  .flex-block-24 {
    width: 100%;
  }

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

  .paragraph-53 {
    margin-top: 10px;
  }

  .mask-4 {
    width: 100%;
    min-width: 0;
    max-width: 320px;
    padding-left: 0;
    padding-right: 0;
  }

  .heading-94 {
    width: 90%;
  }

  .div-block-195 {
    width: 100%;
    max-width: 320px;
    padding: 30px 20px;
  }

  .section-20 {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    width: 100%;
    max-width: none;
    height: auto;
  }

  .div-block-196.div-faq {
    margin-top: 0;
    padding-top: 40px;
  }

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

  .flex-block-28 {
    width: 100%;
  }

  .div-block-199 {
    justify-content: space-between;
  }

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

  .heading-95, .paragraph-56 {
    text-align: center;
  }

  .paragraph-57 {
    font-size: 30px;
  }

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

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

  .heading-97 {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 38px;
  }

  .container-29.faq-container {
    padding-top: 0;
    padding-bottom: 0;
  }

  .button-6 {
    text-align: center;
    width: 100%;
    max-width: 320px;
    font-size: 12px;
  }

  .code-embed-81 {
    margin-left: 0;
  }

  .slider-8 {
    max-width: 600px;
  }

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

  .section-21 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    height: calc(100dvh - 200px);
    padding: 10% 5%;
  }

  .image-22 {
    width: 80px;
    max-width: none;
  }

  .heading-99 {
    font-size: 20px;
    line-height: 130%;
  }

  .button-8 {
    margin-top: 10px;
    padding: 10px 20px;
    font-size: 10px;
  }

  .div-block-205 {
    width: 100%;
    height: 300px;
  }

  .section-22 {
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
    height: auto;
  }

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

  .heading-100 {
    font-size: 1.6rem;
    line-height: 2rem;
  }

  .all-p {
    font-size: .8rem;
    line-height: 1.1rem;
  }

  .section-23 {
    background-image: url('../images/bg-mobile.webp');
    background-position: 50%;
    background-size: cover;
    height: 400px;
    padding: 10% 5%;
  }

  .heading-101 {
    width: 68%;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 24px;
    line-height: 140%;
  }

  .section-24 {
    padding-top: 10%;
    padding-bottom: 10%;
  }

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

  .image-23 {
    width: auto;
  }

  .heading-103 {
    font-size: 1.3rem;
    line-height: .9rem;
  }

  .grid-depoimento {
    height: auto;
  }

  .section-25 {
    padding-top: 10%;
    padding-bottom: 10%;
  }

  .heading-104 {
    text-align: center;
    font-size: 20px;
  }

  .image-27 {
    width: 80%;
  }

  .section-26 {
    padding-top: 10%;
    padding-bottom: 10%;
  }

  .heading-106 {
    text-align: center;
    font-size: 20px;
  }

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

  .section-27 {
    flex-flow: wrap;
    justify-content: center;
    align-items: stretch;
  }

  .div-block-213 {
    width: 100%;
    padding: 10% 20% 10% 5%;
  }

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

  .heading-108 {
    margin-bottom: 0;
    font-size: 20px;
    line-height: 150%;
  }

  .all-p2 {
    margin-bottom: 0;
  }

  .div-block-214 {
    width: 100%;
    height: 400px;
  }

  .section-28 {
    height: auto;
  }

  .dobra-09 {
    padding-top: 10%;
    padding-bottom: 10%;
  }

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

  .section-29 {
    background-image: url('../images/bg-mobile.webp');
    height: 400px;
  }

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

  .slide-3 {
    width: 100%;
  }

  .mask-5 {
    width: 300px;
  }

  .slide-nav-2 {
    padding-top: 20px;
    display: block;
    bottom: -40px;
  }

  .slide-3-copy {
    width: 300px;
  }

  .slide {
    width: 100%;
  }

  .slides-fotos {
    width: 288px;
  }

  .mask-6 {
    width: 300px;
  }

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

  .mask-7 {
    width: 100%;
  }

  .image-30 {
    border-radius: 16px;
    padding: 0;
  }

  .slide-nav-3 {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 20px;
    display: block;
    bottom: -10%;
  }

  .image-31 {
    width: 48%;
    margin-right: 10px;
  }

  .div-block-218 {
    clear: none;
    flex-flow: wrap-reverse;
    flex: 0 auto;
  }

  .image-32 {
    width: 47%;
  }

  .div-block-213-copy {
    clear: none;
    width: 100%;
    padding: 5%;
  }

  .image-37 {
    padding: 0;
  }

  .div-block-222 {
    padding-top: 25%;
    padding-bottom: 25%;
  }

  .code-embed-83 {
    font-size: 14px;
  }

  .section-27-copy {
    flex-flow: wrap;
    justify-content: center;
    align-items: stretch;
  }

  .heading-107-copy {
    text-align: left;
    margin-top: 0;
    margin-bottom: 20px;
  }

  .div-block-214-copy {
    width: 100%;
    height: 400px;
  }

  .app {
    width: 100%;
    height: 200px;
  }

  .section-27-copy-copy {
    flex-flow: wrap;
    justify-content: center;
    align-items: stretch;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 100px;
    padding-bottom: 0%;
  }

  .div-block-227 {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-end;
    padding: 0%;
  }

  .background-video-3 {
    height: 100%;
    position: static;
  }

  .button-9 {
    margin-top: 10px;
    font-size: .8rem;
  }

  .button-10 {
    padding: 10px 20px;
    font-size: 8px;
  }

  .image-41 {
    height: 40px;
  }

  .button-11 {
    padding: 10px 20px;
    font-size: 8px;
  }

  .div-block-230 {
    top: -40%;
  }

  .section-35, .section-36 {
    height: 200px;
  }

  .button-12 {
    margin-top: 10px;
    padding: 10px 20px;
    font-size: 10px;
  }

  .section-38 {
    height: 200px;
  }
}


