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

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

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

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

@font-face {
  font-family: Mencken Std Extra;
  src: url('../fonts/Mencken-Std-Extra-Bold.otf') format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

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

@font-face {
  font-family: Mencken Std Text Extra;
  src: url('../fonts/Mencken-Std-Text-Extra-Bold.otf') format("opentype");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

:root {
  --main-1: #bcd1d7;
  --transparent: #fff0;
  --white-web: white;
  --text-2: #888;
  --white-90: #f0f0f0e6;
  --rounding-base: 6px;
  --neutras-5: #f7e7ce;
  --text-3: white;
  --neutras-3: #70000e;
  --neutras-2: #edf2fe;
  --gray: #888;
  --background-tertiary: #f0f0f0b3;
  --text-1: #3f4b4e;
  --black-web: black;
  --main-2: #96a6ce;
  --background: white;
  --neutras-6: #7e573a;
  --neutras-7: #f8e680;
  --neutras-4: #39261a;
  --background-dark: #333;
  --shadow-image: #2d2d2d80;
  --primary-color-template-dark-animation: #88e0dc;
  --ang-primary: #b99df4;
}

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

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

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

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

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

body {
  color: #333;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

.container-navbar {
  z-index: 10;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 80px;
  display: flex;
  position: fixed;
  top: 0;
}

.container-navbar.minhaclasse {
  color: var(--main-1);
  background-color: #0000;
}

.container-navbar.minhaclasse:where(.w-variant-b9a725aa-73fd-f485-810a-6e5e33969aef) {
  background-color: var(--transparent);
  position: static;
}

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

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

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

.icon-hamburguer {
  color: var(--white-web);
  cursor: pointer;
  justify-content: center;
  align-items: center;
  display: flex;
}

.icon-hamburguer:where(.w-variant-b9a725aa-73fd-f485-810a-6e5e33969aef) {
  color: var(--text-2);
}

.icon-hamburguer.menu-mobile-action {
  color: var(--white-90);
  width: 43px;
  height: 43px;
}

.button-primary-wellness {
  border-radius: var(--rounding-base);
  background-color: var(--white-web);
  color: var(--main-1);
  padding: 14px 28px;
  font-weight: 900;
  line-height: 21px;
  transition: box-shadow .15s;
}

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

.button-secondary-yoga {
  border-radius: var(--rounding-base);
  background-color: var(--neutras-5);
  color: var(--text-3);
  cursor: pointer;
  border-style: none;
  border-width: 0;
  padding: 12px 24px;
  font-weight: 900;
  transition: box-shadow .15s;
}

.button-secondary-yoga:where(.w-variant-b9a725aa-73fd-f485-810a-6e5e33969aef) {
  background-color: var(--neutras-3);
  color: var(--main-1);
  cursor: pointer;
}

.button-secondary-yoga:hover {
  color: var(--main-1);
  text-decoration: none;
  box-shadow: inset 0 2px 5px 40vh #ffffffd9;
}

.button-secondary-yoga:hover:where(.w-variant-b9a725aa-73fd-f485-810a-6e5e33969aef) {
  box-shadow: inset 0 2px 5px 40vh var(--neutras-2);
}

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

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

.code-embed {
  color: var(--white-web);
  height: auto;
  display: flex;
}

.code-embed:hover {
  background-color: var(--transparent);
  color: var(--main-1);
}

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

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

.div-block-3.pagekraft-auth-login {
  border-top-color: var(--transparent);
  border-right-color: var(--transparent);
  border-bottom-color: var(--transparent);
  border-left-color: var(--transparent);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #ffffff2e;
  padding: 14px 15px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.container-banner {
  background-image: url('../images/c52e5a7491066e9e2a5585cc783c1730.png');
  background-position: 50%;
  background-size: cover;
  height: 680px;
  margin-top: 0;
  margin-bottom: 0;
}

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

.container-gradient {
  opacity: 1;
  background-image: linear-gradient(102deg, #96a6cecc, #c6abffcc);
  width: 100%;
  height: 100%;
}

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

.heading-3 {
  color: var(--text-3);
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Avenir;
  font-size: 250px;
  font-weight: 900;
  line-height: 300px;
}

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

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

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

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

.title-left {
  color: var(--text-1);
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 700px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 30px;
  font-weight: 500;
  line-height: 45px;
  display: flex;
}

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

.card-hover-description.card-border-1 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -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.card-border-1:where(.w-variant-e2c9cef6-6f38-f264-2725-60dfe5344690) {
  border-top-left-radius: 50px;
  border-bottom-left-radius: 0;
}

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

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

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

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

.div-block-13 {
  grid-column-gap: 42px;
  grid-row-gap: 42px;
  justify-content: center;
  align-items: center;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

.box-description {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: var(--transparent);
  color: var(--main-1);
  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:where(.w-variant-c7515164-382c-1db7-2512-53eab550e8f3) {
  border-bottom-right-radius: 16px;
  border-bottom-left-radius: 16px;
  overflow: hidden;
}

.box-description.border-none-title {
  background-color: var(--transparent);
  color: var(--text-3);
  border-bottom-left-radius: 0;
}

.title-card-hover {
  color: var(--main-1);
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Avenir;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
}

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

.title-card-hover:where(.w-variant-c7515164-382c-1db7-2512-53eab550e8f3) {
  font-weight: 800;
}

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

.description-hide:where(.w-variant-c7515164-382c-1db7-2512-53eab550e8f3) {
  color: var(--text-2);
}

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

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

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

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

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

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

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

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

.text-block-2 {
  color: var(--text-2);
  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(--text-3);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 500;
  line-height: 27px;
}

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

.title-reserve {
  color: var(--text-1);
  flex-flow: wrap;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: none;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 30px;
  font-weight: 500;
  line-height: 45px;
  display: block;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.section {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  width: 100%;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding: 40px 15px;
  display: block;
}

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

.text-span-6 {
  color: var(--main-1);
  font-weight: 800;
}

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

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

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

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

.div-block-28 {
  z-index: 2;
  border: 1px solid var(--neutras-2);
  box-shadow: 0 5px 5px 0 var(--main-2);
  background-image: url('../images/39af0ec4c69e577b6812e89bc2448654.jpeg');
  background-position: 50%;
  background-size: cover;
  border-radius: 50%;
  width: 140px;
  height: 140px;
  position: relative;
}

.heading-11 {
  color: var(--text-1);
  font-family: Bw Vivant;
  font-size: 14px;
  font-weight: 300;
  line-height: 21px;
}

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

.div-block-29 {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

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

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

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

.container-professor {
  background-color: var(--transparent);
  width: 100%;
  max-width: 1440px;
  margin-bottom: 0;
  padding: 40px 15px;
}

.section-2 {
  grid-column-gap: 42px;
  grid-row-gap: 42px;
  flex-flow: column;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

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

.text-span-7, .text-span-8 {
  color: var(--main-1);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.box-description-shadow.card-border-1:where(.w-variant-c7515164-382c-1db7-2512-53eab550e8f3) {
  border-radius: 16px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.image-4:where(.w-variant-c7515164-382c-1db7-2512-53eab550e8f3) {
  border-radius: 16px;
}

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

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

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

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

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

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

.card-hover-description-bottom.card-border-1:where(.w-variant-c7515164-382c-1db7-2512-53eab550e8f3) {
  border-radius: 16px;
}

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

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

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

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

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

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

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

.div-block-39 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  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: 579px;
  height: 250px;
  display: inline-block;
  position: relative;
}

.div-block-40 {
  grid-column-gap: 42px;
  grid-row-gap: 42px;
  background-color: var(--neutras-3);
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
  border-bottom-left-radius: 0;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  width: 100%;
  max-width: none;
  height: 100%;
  margin-left: -20px;
  padding: 24px 24px 24px 96px;
  display: flex;
}

.heading-14 {
  color: var(--main-1);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 800;
  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(--main-1);
}

.container-playlist {
  grid-column-gap: 42px;
  grid-row-gap: 42px;
  background-color: var(--transparent);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1440px;
  margin-bottom: 0;
  padding: 40px 15px;
  display: block;
}

.section-3 {
  flex-flow: wrap;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

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

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

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

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

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

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

.container-slider {
  width: 100%;
  max-width: 1440px;
  margin-bottom: 0;
  padding: 40px 15px;
}

.slide {
  width: 300px;
}

.slider-item {
  background-color: var(--main-1);
  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.slider-1 {
  background-image: url('../images/5254198051e93ef32e6fd914b88dddaf.jpeg');
  width: 290px;
  height: 350px;
  margin-left: 0;
  margin-right: 20px;
  padding-left: 0;
}

.slider-item.slider-2 {
  background-image: url('../images/39db5b39120a423da1766b30dc3b219c.jpeg');
  margin-right: 20px;
}

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

.slider-item.slider-4 {
  background-image: url('../images/b34d77516f5208aa5c9ce1d734aae0a3.jpeg');
  margin-right: 20px;
}

.slider-item.slider-5 {
  background-image: url('../images/aa3222e401c015e23264e35fffabf281.jpeg');
  margin-right: 20px;
}

.slider-item.slider-6 {
  background-image: url('../images/cc762530b5f01af6b84cd485cba29d13-1.jpeg');
  margin-right: 20px;
}

.slider-item.slider-7 {
  background-image: url('../images/4f2e96085505cbd4020f3686b8f6354b.jpeg');
  margin-right: 20px;
}

.slider-item.slider-8 {
  background-image: url('../images/4f2e96085505cbd4020f3686b8f6354b.jpeg');
  width: 292px;
  margin-right: 20px;
}

.slider {
  background-color: var(--transparent);
  justify-content: center;
  align-items: center;
  height: 390px;
  display: flex;
}

.code-embed-9 {
  color: var(--main-1);
  margin: 175px 20px;
  position: absolute;
}

.mask {
  box-sizing: border-box;
  aspect-ratio: auto;
  background-color: var(--neutras-3);
  object-fit: fill;
  border-radius: 6px;
  max-width: 960px;
  min-height: auto;
  max-height: none;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
}

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

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

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

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

.text-span-11 {
  color: var(--main-1);
  width: 100%;
  display: inline;
}

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

.flex-block-3 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding: 40px 15px;
}

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

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

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

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

.image-7 {
  height: 20px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.title-page {
  color: var(--main-1);
  text-align: center;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Avenir;
  font-size: 1.875rem;
  font-weight: 800;
  line-height: 1.875rem;
}

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

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

.container-3 {
  max-width: 1400px;
  min-height: 500px;
  margin-top: 0;
}

.container-page-base {
  grid-column-gap: 42px;
  grid-row-gap: 42px;
  flex-flow: column;
  max-width: none;
  min-height: 80svh;
  margin: 0 auto;
  padding: 5svw;
  display: block;
}

.body-2 {
  background-color: var(--background);
  --main-1: #bcd1d7;
  --transparent: #fff0;
  --white-web: black;
  --text-2: #888;
  --white-90: #f0f0f0e6;
  --neutras-5: #f7e7ce;
  --text-3: black;
  --neutras-3: #70000e;
  --neutras-2: #1f2327;
  --gray: #888;
  --background-tertiary: #f0f0f0b3;
  --text-1: #fafafa;
  --black-web: black;
  --main-2: #9cb8ff;
  --background: black;
  --neutras-6: #7e573a;
  --neutras-7: #f8e680;
  --neutras-4: #39261a;
  --background-dark: #333;
  --shadow-image: #2d2d2d80;
  --primary-color-template-dark-animation: #88e0dc;
  --ang-primary: #b99df4;
  font-family: Poppins;
}

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

.image-8 {
  color: var(--main-1);
}

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

.body-3, .body-4, .body-5, .body-6 {
  background-color: var(--background);
  --main-1: #bcd1d7;
  --transparent: #fff0;
  --white-web: black;
  --text-2: #888;
  --white-90: #f0f0f0e6;
  --neutras-5: #f7e7ce;
  --text-3: black;
  --neutras-3: #70000e;
  --neutras-2: #1f2327;
  --gray: #888;
  --background-tertiary: #f0f0f0b3;
  --text-1: #fafafa;
  --black-web: black;
  --main-2: #9cb8ff;
  --background: black;
  --neutras-6: #7e573a;
  --neutras-7: #f8e680;
  --neutras-4: #39261a;
  --background-dark: #333;
  --shadow-image: #2d2d2d80;
  --primary-color-template-dark-animation: #88e0dc;
  --ang-primary: #b99df4;
  font-family: Poppins;
}

.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(--main-1);
  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: #0000000d;
  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(--main-1);
  text-decoration: none;
}

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

.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(--main-1);
  color: var(--text-3);
  text-align: center;
  border-radius: 4px;
  width: 100%;
  padding: 12px 32px;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.play-state {
  position: relative;
}

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

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

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

.title-left-professores-lg {
  color: var(--main-1);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins;
  font-size: 30px;
  font-weight: 600;
  line-height: 45px;
}

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

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

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

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

.body-7 {
  background-color: var(--background);
  --main-1: #bcd1d7;
  --transparent: #fff0;
  --white-web: black;
  --text-2: #888;
  --white-90: #f0f0f0e6;
  --neutras-5: #f7e7ce;
  --text-3: black;
  --neutras-3: #70000e;
  --neutras-2: #1f2327;
  --gray: #888;
  --background-tertiary: #f0f0f0b3;
  --text-1: #fafafa;
  --black-web: black;
  --main-2: #9cb8ff;
  --background: black;
  --neutras-6: #7e573a;
  --neutras-7: #f8e680;
  --neutras-4: #39261a;
  --background-dark: #333;
  --shadow-image: #2d2d2d80;
  --primary-color-template-dark-animation: #88e0dc;
  --ang-primary: #b99df4;
  font-family: Poppins;
}

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

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

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

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

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

.title-left-professores {
  color: var(--main-1);
  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(--main-1);
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  padding: 18px;
  font-size: 18px;
  font-weight: 600;
  line-height: 27px;
}

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

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

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

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

.title-1313 {
  color: var(--main-1);
  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(--main-1);
  text-align: center;
  font-size: 24px;
  line-height: 36px;
}

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

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

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

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

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

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

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

.body-8 {
  background-color: var(--background);
  --main-1: #bcd1d7;
  --transparent: #fff0;
  --white-web: black;
  --text-2: #888;
  --white-90: #f0f0f0e6;
  --neutras-5: #f7e7ce;
  --text-3: black;
  --neutras-3: #70000e;
  --neutras-2: #1f2327;
  --gray: #888;
  --background-tertiary: #f0f0f0b3;
  --text-1: #fafafa;
  --black-web: black;
  --main-2: #9cb8ff;
  --background: black;
  --neutras-6: #7e573a;
  --neutras-7: #f8e680;
  --neutras-4: #39261a;
  --background-dark: #333;
  --shadow-image: #2d2d2d80;
  --primary-color-template-dark-animation: #88e0dc;
  --ang-primary: #b99df4;
  font-family: Poppins;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.section-11 {
  grid-column-gap: 42px;
  grid-row-gap: 42px;
  flex-flow: column;
  padding-top: 0;
  padding-bottom: 64px;
  display: flex;
}

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

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

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

.sub {
  font-family: Poppins;
}

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

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

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

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

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

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

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

.code-embed-13 {
  color: var(--main-1);
  cursor: pointer;
}

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

.body-9, .body-10 {
  background-color: var(--background);
  --main-1: #bcd1d7;
  --transparent: #fff0;
  --white-web: black;
  --text-2: #888;
  --white-90: #f0f0f0e6;
  --neutras-5: #f7e7ce;
  --text-3: black;
  --neutras-3: #70000e;
  --neutras-2: #1f2327;
  --gray: #888;
  --background-tertiary: #f0f0f0b3;
  --text-1: #fafafa;
  --black-web: black;
  --main-2: #9cb8ff;
  --background: black;
  --neutras-6: #7e573a;
  --neutras-7: #f8e680;
  --neutras-4: #39261a;
  --background-dark: #333;
  --shadow-image: #2d2d2d80;
  --primary-color-template-dark-animation: #88e0dc;
  --ang-primary: #b99df4;
  font-family: Poppins;
}

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

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

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

.div-block-83 {
  grid-column-gap: 42px;
  grid-row-gap: 42px;
  flex-flow: column;
  padding-top: 64px;
  padding-bottom: 64px;
  display: flex;
}

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

.body-11 {
  --main-1: #bcd1d7;
  --transparent: #fff0;
  --white-web: black;
  --text-2: #888;
  --white-90: #f0f0f0e6;
  --neutras-5: #f7e7ce;
  --text-3: black;
  --neutras-3: #70000e;
  --neutras-2: #1f2327;
  --gray: #888;
  --background-tertiary: #f0f0f0b3;
  --text-1: #fafafa;
  --black-web: black;
  --main-2: #9cb8ff;
  --background: black;
  --neutras-6: #7e573a;
  --neutras-7: #f8e680;
  --neutras-4: #39261a;
  --background-dark: #333;
  --shadow-image: #2d2d2d80;
  --primary-color-template-dark-animation: #88e0dc;
  --ang-primary: #b99df4;
  font-family: Poppins;
}

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

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

.body-12 {
  background-color: var(--background);
  --main-1: #bcd1d7;
  --transparent: #fff0;
  --white-web: black;
  --text-2: #888;
  --white-90: #f0f0f0e6;
  --neutras-5: #f7e7ce;
  --text-3: black;
  --neutras-3: #70000e;
  --neutras-2: #1f2327;
  --gray: #888;
  --background-tertiary: #f0f0f0b3;
  --text-1: #fafafa;
  --black-web: black;
  --main-2: #9cb8ff;
  --background: black;
  --neutras-6: #7e573a;
  --neutras-7: #f8e680;
  --neutras-4: #39261a;
  --background-dark: #333;
  --shadow-image: #2d2d2d80;
  --primary-color-template-dark-animation: #88e0dc;
  --ang-primary: #b99df4;
  font-family: Poppins;
}

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

.body-13 {
  background-color: var(--background);
  --main-1: #bcd1d7;
  --transparent: #fff0;
  --white-web: black;
  --text-2: #888;
  --white-90: #f0f0f0e6;
  --neutras-5: #f7e7ce;
  --text-3: black;
  --neutras-3: #70000e;
  --neutras-2: #1f2327;
  --gray: #888;
  --background-tertiary: #f0f0f0b3;
  --text-1: #fafafa;
  --black-web: black;
  --main-2: #9cb8ff;
  --background: black;
  --neutras-6: #7e573a;
  --neutras-7: #f8e680;
  --neutras-4: #39261a;
  --background-dark: #333;
  --shadow-image: #2d2d2d80;
  --primary-color-template-dark-animation: #88e0dc;
  --ang-primary: #b99df4;
  font-family: Poppins;
}

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

.body-14 {
  background-color: var(--background);
  --main-1: #bcd1d7;
  --transparent: #fff0;
  --white-web: black;
  --text-2: #888;
  --white-90: #f0f0f0e6;
  --neutras-5: #f7e7ce;
  --text-3: black;
  --neutras-3: #70000e;
  --neutras-2: #1f2327;
  --gray: #888;
  --background-tertiary: #f0f0f0b3;
  --text-1: #fafafa;
  --black-web: black;
  --main-2: #9cb8ff;
  --background: black;
  --neutras-6: #7e573a;
  --neutras-7: #f8e680;
  --neutras-4: #39261a;
  --background-dark: #333;
  --shadow-image: #2d2d2d80;
  --primary-color-template-dark-animation: #88e0dc;
  --ang-primary: #b99df4;
  font-family: Poppins;
}

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

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

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

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

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

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

.body-default {
  background-color: var(--background);
  color: var(--black-web);
  -webkit-text-fill-color: inherit;
  --main-1: #bcd1d7;
  --transparent: #fff0;
  --white-web: white;
  --text-2: #888;
  --white-90: #f0f0f0e6;
  --rounding-base: 6px;
  --neutras-5: #f7e7ce;
  --text-3: white;
  --neutras-3: #70000e;
  --neutras-2: #edf2fe;
  --gray: #888;
  --background-tertiary: #f0f0f0b3;
  --text-1: #3f4b4e;
  --black-web: black;
  --main-2: #96a6ce;
  --background: white;
  --neutras-6: #7e573a;
  --neutras-7: #f8e680;
  --neutras-4: #39261a;
  --background-dark: #333;
  --shadow-image: #2d2d2d80;
  --primary-color-template-dark-animation: #88e0dc;
  --ang-primary: #b99df4;
  background-clip: border-box;
  flex-flow: column;
  font-family: Avenir;
  display: block;
}

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

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

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

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

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

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

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

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

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

.paragraph-5 {
  color: var(--text-2);
  text-align: center;
  width: 100%;
  max-width: 1200px;
  margin-bottom: 0;
  font-weight: 500;
}

.body-17, .body-18 {
  background-color: var(--background);
  --main-1: #bcd1d7;
  --transparent: #fff0;
  --white-web: black;
  --text-2: #888;
  --white-90: #f0f0f0e6;
  --neutras-5: #f7e7ce;
  --text-3: black;
  --neutras-3: #70000e;
  --neutras-2: #1f2327;
  --gray: #888;
  --background-tertiary: #f0f0f0b3;
  --text-1: #fafafa;
  --black-web: black;
  --main-2: #9cb8ff;
  --background: black;
  --neutras-6: #7e573a;
  --neutras-7: #f8e680;
  --neutras-4: #39261a;
  --background-dark: #333;
  --shadow-image: #2d2d2d80;
  --primary-color-template-dark-animation: #88e0dc;
  --ang-primary: #b99df4;
  font-family: Poppins;
}

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

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

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

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

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

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

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

.title-card-hover-hover:where(.w-variant-c7515164-382c-1db7-2512-53eab550e8f3) {
  color: var(--main-1);
}

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

.div-block-89:where(.w-variant-c7515164-382c-1db7-2512-53eab550e8f3) {
  border-bottom-right-radius: 14px;
  border-bottom-left-radius: 14px;
}

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

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

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

.code-embed-14 {
  background-color: var(--neutras-5);
  color: var(--main-1);
  cursor: pointer;
  border-radius: 6px;
  padding: 12.5px 12px;
  transition: box-shadow .2s;
  display: flex;
}

.code-embed-14:hover {
  box-shadow: inset 0 2px 5px 100vh #ffffff82;
}

.code-embed-14.car-shopping.pagekraft-auth-checkout {
  color: var(--white-web);
}

.code-embed-14.car-shopping.pagekraft-auth-checkout:where(.w-variant-b9a725aa-73fd-f485-810a-6e5e33969aef) {
  background-color: var(--neutras-3);
  color: var(--main-1);
}

.code-embed-14.car-shopping.pagekraft-auth-checkout:hover {
  color: var(--main-1);
  box-shadow: inset 0 2px 5px 40vh #ffffffd9;
}

.code-embed-15, .code-embed-16, .code-embed-17, .code-embed-18 {
  color: var(--main-2);
}

.code-embed-19, .code-embed-20, .code-embed-21, .code-embed-22, .code-embed-23, .code-embed-24, .code-embed-25, .code-embed-26, .code-embed-27, .code-embed-28, .code-embed-29, .code-embed-30, .code-embed-31 {
  color: var(--main-1);
}

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

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

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

.div-block-90 {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  border: 0px none var(--neutras-3);
  border-radius: 0;
  justify-content: flex-start;
  align-items: center;
  height: 44px;
  padding: 0 14px;
  display: flex;
}

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

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

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

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

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

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

.heading-22 {
  color: var(--main-1);
  font-family: Avenir;
  font-size: 80px;
  line-height: 120px;
}

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

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

.text-span-17 {
  color: #000;
}

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

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

.image-14 {
  width: 70%;
  max-width: none;
  max-height: none;
  position: static;
  inset: -300% 0% 0%;
}

.div-block-106 {
  justify-content: center;
  align-items: center;
  max-height: 400px;
  display: flex;
  position: absolute;
  inset: auto;
}

.code-embed-40 {
  color: var(--main-1);
  width: 100%;
  max-width: none;
  height: auto;
  max-height: 413px;
}

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

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

.image-15 {
  object-fit: cover;
  border-radius: 16px;
  width: 100%;
  max-width: 700px;
  height: 100%;
  max-height: 308px;
}

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

.code-embed-41 {
  color: var(--main-2);
}

.heading-23 {
  color: var(--text-1);
  font-size: 24px;
  line-height: 36px;
}

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

.div-block-109 {
  max-width: none;
  padding: 64px;
}

.div-block-110 {
  background-color: var(--neutras-3);
  justify-content: space-between;
  width: 94%;
  max-width: none;
  height: 10px;
  display: flex;
}

.div-block-113 {
  background-color: var(--neutras-3);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  display: flex;
  position: relative;
  top: -20px;
  right: -3px;
}

.text-block-31 {
  color: var(--main-2);
  font-size: 24px;
  font-weight: 900;
  line-height: 30px;
}

.div-block-112 {
  background-color: var(--main-1);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  display: flex;
}

.text-block-32 {
  color: var(--text-1);
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 27px;
}

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

.div-block-114 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  width: 170px;
  display: flex;
}

.div-block-115 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: space-between;
  align-items: stretch;
  max-width: none;
  padding-top: 20px;
  display: flex;
}

.div-block-17-mobile {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  width: 100%;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 30px;
  display: none;
}

.div-block-113-styled {
  background-color: var(--main-1);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  display: flex;
  position: relative;
  top: -20px;
}

.div-block-116 {
  z-index: 1;
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  background-color: var(--white-web);
  border-radius: 0 16px 16px 0;
  flex-flow: column;
  max-width: 450px;
  padding: 32px 24px 12px 64px;
  display: flex;
  position: relative;
  left: -50px;
  box-shadow: 0 4px 4px #a69cff40;
}

.text-block-34 {
  color: var(--main-2);
  text-align: right;
}

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

.slide-2 {
  max-width: 320px;
  height: auto;
  margin-right: 42px;
}

.slider-9 {
  background-color: var(--transparent);
  width: 100%;
  max-width: 1440px;
  height: auto;
  max-height: 427px;
}

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

.div-block-118 {
  background-color: var(--neutras-3);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 64px;
  height: 64px;
  display: flex;
  position: relative;
}

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

.code-embed-42 {
  color: var(--main-2);
  line-height: 0;
}

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

.slide-nav {
  display: none;
}

.mask-2 {
  width: 100%;
}

.slider-9-copy {
  background-color: var(--transparent);
  width: 100%;
  max-width: 1440px;
  height: auto;
  max-height: 427px;
  display: none;
}

.container-meu-ciclo {
  grid-column-gap: 42px;
  grid-row-gap: 42px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 1440px;
  min-height: auto;
  max-height: 500px;
  margin-top: 0;
  margin-bottom: 0;
  padding: 40px 15px;
  display: block;
}

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

.section-12 {
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  min-height: 500px;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.title-left-mobile-center {
  color: var(--text-1);
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: none;
  margin-top: 0;
  margin-bottom: 40px;
  font-size: 30px;
  font-weight: 500;
  line-height: 45px;
  display: block;
}

.code-embed-43, .code-embed-44, .code-embed-45, .code-embed-46 {
  color: var(--main-2);
}

.div-block-113-copy {
  background-color: var(--main-1);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  display: flex;
  position: relative;
  top: -20px;
}

.text-block-31-copy {
  color: var(--text-3);
  font-size: 24px;
  font-weight: 900;
  line-height: 30px;
}

.button-primary-wellness-copy {
  border-radius: var(--rounding-base);
  background-color: var(--white-web);
  color: var(--main-1);
  padding: 12px 24px;
  font-weight: 900;
  line-height: 21px;
  transition: box-shadow .15s;
}

.button-primary-wellness-copy:where(.w-variant-b9a725aa-73fd-f485-810a-6e5e33969aef) {
  background-color: var(--main-1);
  color: var(--text-3);
}

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

.button-primary-wellness-copy.w--current:where(.w-variant-b9a725aa-73fd-f485-810a-6e5e33969aef) {
  background-color: var(--main-1);
  color: var(--text-3);
}

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

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

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

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

.pagekraft-auth-my-account.button-secondary-yoga-mobile {
  word-break: keep-all;
}

.button-secondary-yoga-mobile {
  border-radius: var(--rounding-base);
  background-color: var(--neutras-5);
  color: var(--text-3);
  border-style: none;
  border-width: 0;
  padding: 12px 24px;
  font-weight: 900;
  transition: box-shadow .15s;
}

.button-secondary-yoga-mobile:where(.w-variant-b9a725aa-73fd-f485-810a-6e5e33969aef) {
  background-color: var(--neutras-3);
  color: var(--main-1);
  cursor: pointer;
}

.button-secondary-yoga-mobile:hover {
  color: var(--main-1);
  text-decoration: none;
  box-shadow: inset 0 2px 5px 40vh #ffffffd9;
}

.button-secondary-yoga-mobile:hover:where(.w-variant-b9a725aa-73fd-f485-810a-6e5e33969aef) {
  box-shadow: inset 0 2px 5px 40vh var(--neutras-2);
}

.button-secondary-yoga-mobile.pagekraft-auth-my-account {
  cursor: pointer;
}

.container-9 {
  width: 100%;
  max-width: none;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.code-embed-47, .code-embed-48 {
  width: 100%;
}

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

.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-49 {
  color: var(--main-1);
  text-align: center;
}

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

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

.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: var(--text-1);
  text-align: center;
  font-size: 12px;
}

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

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

.heading-39 {
  color: var(--text-1);
  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 {
  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(--main-1);
  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-50 {
  color: var(--main-1);
  margin: 175px 20px;
  position: absolute;
  transform: rotate(180deg);
}

.paragraph-31 {
  color: var(--text-1);
  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;
}

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

.paragraph-35 {
  color: var(--text-1);
  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;
}

.faq-plus-l {
  background-color: #fff;
  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-158 {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 24px;
  margin-bottom: 24px;
  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: var(--text-1);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 30px;
  font-weight: 500;
  line-height: 1.5;
}

.paragraph-26 {
  color: #fff;
  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(--main-1);
  margin-bottom: 0;
  font-size: 10px;
  font-weight: 300;
  line-height: 1;
  position: relative;
  top: 0;
}

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

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

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

.link-block {
  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: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: var(--text-1);
  text-align: center;
  font-size: 12px;
  line-height: 1.5;
}

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

.faq-answer-text {
  color: var(--text-1);
  margin-bottom: 30px;
  font-size: 14px;
  line-height: 21px;
}

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

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

.code-embed-52 {
  color: var(--main-1);
  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(--main-1);
}

.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-53 {
  color: var(--main-1);
  text-align: center;
}

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

.faq-q-text {
  color: #fff;
  -webkit-text-stroke-color: #1f2124;
  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;
}

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

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

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

.paragraph-32 {
  color: var(--text-1);
  font-size: 13px;
  line-height: 1.5;
}

.paragraph-37 {
  color: var(--text-1);
  text-align: center;
  font-size: 13px;
}

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

.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: var(--text-1);
  font-size: 16px;
  line-height: 1.5;
}

.code-embed-54 {
  color: var(--main-1);
  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-55 {
  color: #fff;
}

.code-embed-56 {
  color: var(--main-1);
  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(--main-1);
  font-weight: 700;
}

.paragraph-30 {
  color: var(--text-1);
  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;
}

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

.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(--main-1);
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 600;
  line-height: 1;
}

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

.div-block-143 {
  background-color: var(--white-web);
  color: var(--text-1);
  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;
}

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

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

.container-lp {
  width: 100%;
}

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

.code-embed-57 {
  z-index: 0;
  color: var(--main-1);
  width: 100%;
  height: 100%;
  padding-top: 0;
  position: absolute;
  inset: 0%;
}

.faq-question {
  background-color: var(--main-1);
  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-58 {
  color: var(--main-1);
  text-align: center;
}

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

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

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

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

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

.div-block-183 {
  min-height: 60vh;
  margin-top: 0;
  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(--main-1);
  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;
}

.box-photo {
  width: 44px;
  height: 44px;
}

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

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

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

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

.code-embed-59 {
  color: var(--main-1);
  margin: 175px 20px;
  position: absolute;
}

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

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

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

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

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

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

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

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

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

.code-embed-62 {
  color: var(--main-1);
  text-align: center;
}

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

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

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

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

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

.code-embed-64 {
  color: var(--main-1);
  text-align: center;
}

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

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

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

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

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

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

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

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

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

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

.text-span-33 {
  color: var(--main-1);
  font-weight: 700;
}

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

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

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

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

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

.faq-question-2 {
  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-44 {
  color: #1e1e1e;
  text-align: center;
  font-size: 12px;
}

.code-embed-65 {
  color: var(--main-1);
  text-align: center;
}

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

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

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

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

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

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

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

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

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

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

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

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

.text-span-37 {
  color: var(--main-1);
  font-weight: 700;
}

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

.code-embed-66 {
  color: var(--main-1);
  text-align: center;
}

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

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

.mask-4 {
  box-sizing: border-box;
  aspect-ratio: auto;
  object-fit: fill;
  background-color: #b99df44d;
  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-98 {
  color: #1e1e1e;
  text-align: center;
  text-transform: none;
  font-size: 25px;
  font-weight: 700;
  line-height: 1.5;
}

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

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

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

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

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

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

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

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

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

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

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

.code-embed-67 {
  color: var(--main-1);
  text-align: center;
}

.code-embed-68 {
  color: var(--main-1);
}

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

.code-embed-69 {
  color: var(--main-1);
}

.code-embed-70 {
  color: var(--main-1);
  text-align: center;
}

.code-embed-71 {
  color: var(--main-1);
  margin: 175px 20px;
  position: absolute;
  transform: rotate(180deg);
}

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

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

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

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

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

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

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

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

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

.button-6 {
  background-color: var(--main-1);
  color: #fff;
  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;
}

.image-21 {
  width: auto;
}

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

.container-30 {
  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-30.faq-container {
  background-color: #0000;
  border-radius: 0;
  max-width: 900px;
  padding-top: 60px;
  padding-bottom: 80px;
}

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

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

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

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

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

.slide-3 {
  max-width: 320px;
}

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

.container-minha-conta.remove-padding {
  margin-top: 0;
}

.mask-5 {
  height: auto;
}

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

.heading-102 {
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 600;
  line-height: 1.5;
}

.code-embed-85 {
  color: #7d80da;
  margin-top: 5px;
}

.container-banner-franquia {
  z-index: 1;
  background-color: #000000b3;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: auto;
  padding: 80px 20px;
  display: flex;
  position: absolute;
  inset: 0%;
}

.flex-block-35 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  margin-top: 60px;
}

.paragraph-69 {
  color: #fff;
  text-align: center;
  margin-bottom: 0;
  font-size: 20px;
  line-height: 1.5;
}

.link-block-3 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  color: #fff;
  background-color: #7d80da;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 890px;
  min-height: 64px;
  text-decoration: none;
  display: flex;
  box-shadow: 0 8px 20px #7d80da;
}

.link-block-3:hover {
  box-shadow: 0 10px 25px #7d80da;
}

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

.code-embed-89 {
  color: #7d80da;
}

.paragraph-65 {
  color: #4b5563;
  text-align: center;
  margin-top: 24px;
  font-size: 16px;
  line-height: 1.5;
}

.paragraph-67 {
  color: #6b7280;
  text-align: center;
  max-width: 1440px;
  font-style: italic;
  font-weight: 400;
  line-height: 1.5;
}

.section-19 {
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 320px;
  padding: 100px 10px;
  display: flex;
}

.text-span-43 {
  font-weight: 700;
}

.nossos-franqueados {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: #eef2f6;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 320px;
  padding: 100px 20px;
  display: flex;
}

.nossos-franqueados.bg-white {
  background-color: #fff;
  padding-bottom: 140px;
}

.paragraph-68 {
  color: #374151;
  margin-bottom: 0;
  font-size: 20px;
  line-height: 1.5;
}

.heading-101 {
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  font-weight: 700;
  line-height: 1.2;
}

.heading-101.txt-widht {
  max-width: 860px;
  line-height: 1.2;
}

.div-block-206 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: #fff;
  border-radius: 12px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 340px;
  height: 400px;
  padding: 40px 0;
  display: flex;
  box-shadow: 0 8px 20px #0003;
}

.code-embed-88 {
  margin-top: 3px;
}

.paragraph-70 {
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
}

.heading-99 {
  color: #fff;
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-size: 72px;
  font-weight: 700;
  line-height: 1.2;
}

.code-embed-91 {
  color: #7d80da;
}

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

.div-franquia {
  width: 100%;
}

.heading-100 {
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  font-weight: 700;
  line-height: 1.2;
}

.heading-100.txt-white {
  color: #fff;
}

.paragraph-66 {
  color: #374151;
  text-align: center;
  width: 100%;
  max-width: 720px;
  margin-bottom: 0;
  font-size: 20px;
  line-height: 1.5;
}

.banner-franquia {
  background-image: url('../images/banner-desktop.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 800px;
  position: relative;
}

.code-embed-90 {
  color: #7d80da;
}

.flex-block-37 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  width: 100%;
  margin-top: 40px;
}

.section-22 {
  background-color: #eef2f6;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 320px;
  padding-top: 100px;
  padding-bottom: 140px;
  display: flex;
}

.section-21 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  background-color: #fff;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding: 100px 20px;
  display: flex;
}

.text-span-44 {
  font-weight: 700;
}

.paragraph-63 {
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 30px;
  line-height: 1.2;
}

.div-block-207 {
  background-color: #7d80da;
  border-radius: 50%;
  width: 80px;
  height: 80px;
}

.section-23 {
  background-color: #fff;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 320px;
  padding: 60px 20px;
  display: flex;
}

.button-7 {
  background-color: #7d80da;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  width: 560px;
  min-height: 64px;
  font-size: 24px;
  font-weight: 700;
  display: flex;
  box-shadow: 0 8px 20px #7d80da;
}

.button-7:hover {
  background-color: #7d80da;
  box-shadow: 0 12px 25px #7d80da;
}

.div-block-204 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 852px;
  line-height: 1;
  display: flex;
}

.code-embed-92 {
  color: #7d80da;
}

.paragraph-64 {
  color: #374151;
  text-align: center;
  margin-bottom: 0;
  font-size: 20px;
  line-height: 1.5;
}

.div-block-209 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  background-color: #036;
  border-radius: 16px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1024px;
  min-height: 320px;
  margin-top: -120px;
  padding: 60px;
  display: flex;
}

.div-block-208 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  min-width: 0;
  max-width: 260px;
  display: flex;
}

.section-24 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: var(--neutras-6);
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  height: 80px;
  display: flex;
}

.heading-103 {
  color: var(--neutras-5);
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Satoshi, Arial, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 100%;
}

.container-31 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: space-between;
  align-items: center;
  width: auto;
  height: auto;
  display: flex;
}

.text-block-52 {
  color: var(--neutras-7);
  font-family: Satoshi, Arial, sans-serif;
  font-size: 6px;
}

.text-block-53 {
  color: var(--neutras-7);
  height: auto;
  font-family: Satoshi, Arial, sans-serif;
  font-size: 25px;
}

.div-block-210 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 23%;
  display: flex;
}

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

.dias, .horas, .minutos, .segundos {
  color: var(--neutras-7);
  height: auto;
  font-family: Satoshi, Arial, sans-serif;
  font-size: 25px;
}

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

.countdown_number {
  color: var(--neutras-5);
  font-family: Satoshi, Arial, sans-serif;
  font-size: 1.875rem;
  line-height: 1.2;
}

.countdown_label {
  color: var(--neutras-5);
  letter-spacing: .05rem;
  text-transform: none;
  font-family: Satoshi, Arial, sans-serif;
  font-size: .7em;
  font-weight: 300;
}

.hide {
  display: none;
}

.align-center {
  margin-left: auto;
  margin-right: auto;
}

.countdown_number-2 {
  font-size: 4.25em;
  line-height: 1.2;
}

.countdown_label-2 {
  letter-spacing: .05rem;
  text-transform: uppercase;
  font-size: .875em;
}

.section-25 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  opacity: 1;
  background-color: #000;
  background-image: url('../images/2569ce869d645fd3f.avif');
  background-position: 50%;
  background-size: cover;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 600px;
  display: flex;
}

.image-22 {
  width: 194px;
}

.heading-104 {
  color: var(--neutras-5);
  text-align: center;
  font-size: 50px;
  font-weight: 400;
  line-height: 120%;
}

.text-span-45 {
  color: var(--main-1);
  font-weight: 800;
}

.paragraph-71 {
  color: var(--neutras-5);
  text-align: center;
  font-family: Satoshi, Arial, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
}

.btn {
  background-color: var(--main-1);
  color: var(--neutras-6);
  text-align: center;
  border-radius: 100px;
  width: 442px;
  min-width: auto;
  height: 42px;
  font-family: Satoshi, Arial, sans-serif;
  font-weight: 700;
  line-height: 21px;
}

.heading-26-copy {
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 50px;
  font-weight: 400;
  line-height: 120%;
}

.paragraph-7 {
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
}

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

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

.text-span-20-copy {
  color: #6b0103;
}

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

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

.heading-26-copy-copy {
  color: #6b0103;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 40px;
  font-weight: 500;
  line-height: 120%;
}

.cadastrese {
  color: #6b0103;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 25px;
  font-weight: 700;
  line-height: 30px;
}

.section-16 {
  background-color: #d6d1cd;
  justify-content: center;
  align-items: center;
  height: auto;
  padding: 60px 20px;
}

.button-9 {
  color: #fff;
  text-align: center;
  background-color: #6b0103;
  border-radius: 25px;
  width: 422px;
  height: 42px;
}

.heading-28 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 96px;
  font-weight: 700;
  line-height: 150%;
}

.title-reserve-2 {
  color: #000;
  width: 50%;
  font-size: 30px;
  font-weight: 700;
  line-height: 150%;
}

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

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

.text-span-22 {
  color: #6b0103;
}

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

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

.heading-27 {
  color: #000;
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 700;
  line-height: 150%;
}

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

.text-block-56 {
  color: #fff;
  text-align: left;
  padding-left: 0;
  padding-right: 0;
  font-size: 12px;
  font-weight: 500;
  line-height: 150%;
}

.div-block-127 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: space-around;
  align-items: stretch;
  width: 100%;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.card-reserve-2 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  color: #000;
  background-color: #d6d1cd;
  border-radius: 6px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 33%;
  max-width: none;
  height: auto;
  max-height: none;
  padding: 20px;
  display: flex;
}

.modal-section {
  background-color: var(--neutras-5);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding: 40px 15px;
  display: flex;
}

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

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

.title-reserva {
  color: #000;
  width: 50%;
  font-size: 30px;
  font-weight: 700;
  line-height: 150%;
}

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

.div-block-127-copy {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: space-around;
  align-items: stretch;
  width: 100%;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.card-reserva {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  color: #000;
  background-color: #d6d1cd;
  border-radius: 6px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 33%;
  max-width: none;
  height: auto;
  max-height: none;
  padding: 20px;
  display: flex;
}

.heading-28-copy {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 96px;
  font-weight: 700;
  line-height: 150%;
}

.div-block-212 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  border: 1px solid var(--neutras-6);
  background-color: var(--neutras-7);
  border-radius: 6px;
  justify-content: space-between;
  align-items: center;
  width: 32%;
  min-height: auto;
  padding: 40px;
  display: flex;
}

.heading-105 {
  color: var(--neutras-6);
  border-top-right-radius: 0;
  height: auto;
  margin-top: 0;
  margin-bottom: 0;
  padding-right: 0;
  font-family: Mencken Std Text, Arial, sans-serif;
  font-size: 96px;
  font-weight: 400;
  line-height: 150%;
}

.heading-106 {
  color: var(--neutras-6);
  font-family: Mencken Std Text Extra, Arial, sans-serif;
  font-size: 16px;
  font-weight: 800;
  line-height: 150%;
}

.paragraph-72 {
  color: var(--neutras-4);
  font-family: Satoshi, Arial, sans-serif;
  font-size: 12px;
  line-height: 150%;
}

.div-block-213 {
  width: 70%;
  padding-left: 0;
  padding-right: 0;
}

.text-block-57 {
  color: var(--neutras-6);
  text-align: center;
  justify-content: center;
  align-items: center;
  height: auto;
  min-height: auto;
  max-height: none;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 20px;
  font-family: Mencken Std Text, Arial, sans-serif;
  font-size: 96px;
  font-weight: 400;
  line-height: 100%;
  text-decoration: none;
  display: block;
}

.heading-107 {
  color: var(--neutras-6);
  width: 48%;
  font-family: Mencken Std Text, Arial, sans-serif;
  font-size: 40px;
  font-weight: 400;
  line-height: 150%;
}

.text-block-58 {
  color: var(--neutras-6);
  text-align: right;
  width: 50%;
  font-family: Satoshi, Arial, sans-serif;
  line-height: 150%;
}

.container-33 {
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: none;
  display: flex;
}

.btn-2 {
  background-color: var(--neutras-6);
  color: var(--neutras-5);
  text-align: center;
  border-radius: 100px;
  width: 442px;
  min-width: auto;
  height: 42px;
  font-family: Satoshi, Arial, sans-serif;
  font-weight: 700;
  line-height: 21px;
}

.container-34 {
  grid-column-gap: 42px;
  grid-row-gap: 42px;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  max-width: 1230px;
  height: 0;
  min-height: 450px;
  padding: 40px 15px;
  display: flex;
}

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

.paragraph-73 {
  font-family: Satoshi, Arial, sans-serif;
  font-weight: 500;
  line-height: 150%;
}

.text-span-46, .text-span-47 {
  font-weight: 700;
}

.div-block-214 {
  padding: 0;
}

.section-27 {
  background-color: var(--main-1);
}

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

.heading-108 {
  color: var(--neutras-6);
  text-align: center;
  font-family: Mencken Std Text, Arial, sans-serif;
  font-size: 45px;
  font-weight: 400;
  line-height: 120%;
}

.image-24 {
  min-width: 190px;
  max-width: none;
}

.text-block-59 {
  color: var(--neutras-6);
  text-align: center;
  font-family: Satoshi, Arial, sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 18px;
}

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

.container-36 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  max-width: none;
  margin-top: 40px;
  margin-bottom: 40px;
  display: flex;
}

.text-cards {
  color: var(--neutras-6);
  text-align: center;
  font-family: Satoshi, Arial, sans-serif;
  font-size: 12px;
}

.title-cards {
  color: var(--neutras-6);
  font-family: Mencken Std Text Extra, Arial, sans-serif;
  font-size: 15px;
  font-weight: 800;
  line-height: 21px;
}

.div-block-216 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 25%;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

.text-span-48, .text-span-49, .text-span-50, .text-span-51 {
  font-weight: 700;
}

.section-28 {
  background-color: var(--main-1);
  max-width: none;
  margin-left: auto;
  margin-right: auto;
}

.slide-01 {
  width: 50%;
  height: auto;
  margin-left: 0;
  margin-right: 10px;
  padding-bottom: 0;
  padding-right: 0;
}

.mask-6 {
  width: 60%;
  max-width: none;
  height: auto;
}

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

.slide-4-copy {
  background-image: url('../images/slide-2.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 50%;
  height: auto;
  padding-bottom: 0;
  padding-right: 0;
}

.slide-4-copy-copy {
  background-image: url('../images/slide-4.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 50%;
  height: 500px;
  padding-bottom: 0;
  padding-right: 0;
}

.slide-02 {
  background-image: url('../images/slide-2.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 50%;
  height: 500px;
  margin-left: 0;
  margin-right: 0;
  padding-bottom: 0;
  padding-right: 0;
}

.slide-04 {
  background-image: url('../images/slide-1.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 40%;
  height: 500px;
  margin-left: 0;
  margin-right: 0;
  padding-bottom: 0;
  padding-right: 0;
}

.slide-03 {
  background-image: url('../images/slide-4.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 40%;
  height: 500px;
  margin-left: 0;
  margin-right: 0;
  padding-bottom: 0;
  padding-right: 0;
}

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

.image-25 {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

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

.right-arrow-10 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-span-52 {
  color: var(--main-1);
  font-family: Mencken Std Extra, Arial, sans-serif;
  font-weight: 700;
}

.btn-new {
  background-color: var(--main-1);
  color: var(--neutras-6);
  text-align: center;
  border-radius: 100px;
  width: 442px;
  min-width: auto;
  height: 42px;
  font-family: Satoshi, Arial, sans-serif;
  font-weight: 700;
  line-height: 21px;
}

.section-formulario {
  background-color: var(--main-1);
  margin-left: auto;
  margin-right: auto;
  padding: 40px 0;
}

.container-37 {
  background-color: var(--neutras-5);
  border-radius: 18px;
  max-width: 504px;
  padding: 20px;
}

.heading-109 {
  color: var(--neutras-6);
  text-align: center;
  font-family: Satoshi, Arial, sans-serif;
  font-size: 25px;
  font-weight: 700;
  line-height: 30px;
}

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

.formulario {
  text-align: left;
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
  font-family: Satoshi, Arial, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 100%;
}

.container-38 {
  flex-flow: row;
  width: 100%;
  max-width: 1230px;
  padding: 0;
  display: flex;
}

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

.image-26 {
  width: 85px;
  margin-bottom: 10px;
}

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

.text-block-60 {
  color: var(--neutras-6);
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
  font-family: Satoshi, Arial, sans-serif;
  font-style: normal;
  line-height: 150%;
  text-decoration: none;
}

.text-block-61 {
  color: #1e1e1e;
  text-align: left;
  line-height: 150%;
}

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

.section-29 {
  background-image: url('../images/2569ce869d645fd3f.avif');
  background-position: 50%;
  background-size: cover;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 50dvh;
  padding: 20px;
  display: flex;
}

.section-30 {
  background-color: var(--neutras-5);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 50dvh;
  padding-top: 20px;
  padding-right: 20px;
  display: flex;
}

.image-27 {
  width: 194px;
}

.heading-110 {
  color: var(--main-1);
  font-family: Mencken Std Text Extra, Arial, sans-serif;
  font-weight: 800;
}

.image-28 {
  width: 176px;
  position: absolute;
}

.section-31 {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  display: flex;
  position: static;
}

.heading-110-copy {
  color: var(--neutras-6);
  font-family: Mencken Std Text Extra, Arial, sans-serif;
  font-size: 80px;
  font-weight: 800;
  line-height: 150%;
}

.text-block-62 {
  font-size: 24px;
}

.text-block-63 {
  color: var(--neutras-4);
  text-align: center;
  font-family: Satoshi, Arial, sans-serif;
  font-size: 24px;
  line-height: 150%;
}

.text-span-54 {
  color: var(--neutras-6);
}

.section-32 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-image: url('../images/2569ce869d645fd3f.avif');
  background-position: 50%;
  background-size: cover;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 90dvh;
  display: flex;
}

.image-29 {
  width: 194px;
}

.heading-111 {
  color: var(--neutras-5);
  text-align: center;
  font-family: Mencken Std Text, Arial, sans-serif;
  font-size: 50px;
  font-weight: 400;
  line-height: 120%;
}

.text-span-55 {
  color: var(--main-1);
  font-family: Mencken Std Text Extra, Arial, sans-serif;
  font-weight: 800;
}

.text-block-64 {
  color: var(--neutras-5);
  font-family: Satoshi, Arial, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
}

.text-block-65 {
  color: var(--neutras-7);
  text-align: center;
  font-family: Satoshi, Arial, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
}

.button-10 {
  text-align: center;
  border-radius: 100px;
  width: 241px;
  height: 42px;
  padding: 9px 0;
}

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

.text-block-66 {
  color: var(--neutras-6);
  justify-content: center;
  align-items: center;
  padding-bottom: 5px;
  font-family: Satoshi, Arial, sans-serif;
  font-weight: 700;
  display: block;
}

.code-embed-95 {
  text-align: left;
  text-decoration: none;
}

@media screen and (min-width: 1280px) {
  .container-espaco {
    margin-bottom: 0;
    padding: 40px 15px;
  }

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

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

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

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

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

  .container-page-base {
    max-width: 1920px;
  }

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

  .mask-3 {
    width: 78%;
  }

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

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

  .mask-4 {
    width: 78%;
  }

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

  .flex-block-35 {
    flex-flow: row;
    max-width: 1250px;
  }
}

@media screen and (min-width: 1440px) {
  .div-block-39 {
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .section-3 {
    max-width: none;
    display: block;
  }

  .section-4 {
    max-width: none;
  }

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

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

  .flex-block-35 {
    max-width: 1440px;
  }

  .title-reserve-2 {
    width: 50%;
  }

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

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

  .card-reserve-2 {
    max-width: none;
  }

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

  .title-reserva {
    width: 50%;
  }

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

  .card-reserva {
    max-width: none;
  }

  .section-30 {
    padding-bottom: 20px;
    padding-left: 20px;
  }
}

@media screen and (min-width: 1920px) {
  .code-embed-5 {
    border-radius: 10px;
  }

  .div-block-30 {
    max-width: none;
    padding-left: 0;
    padding-right: 0;
  }

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

  .div-block-107 {
    max-width: none;
    max-height: none;
  }

  .image-15 {
    width: 50%;
    max-width: none;
    height: 400px;
    max-height: none;
  }

  .slider-11 {
    max-width: none;
  }

  .paragraph-67 {
    max-width: 1480px;
  }

  .div-franquia {
    flex-flow: column;
    justify-content: flex-start;
    align-items: stretch;
    display: flex;
  }
}

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

  .heading-3 {
    font-size: 200px;
    line-height: 200px;
  }

  .container-modalidade {
    padding-left: 15px;
    padding-right: 15px;
  }

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

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

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

  .container-reserva {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: column;
  }

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

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

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

  .div-block-22 {
    width: auto;
    margin-top: -60px;
  }

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

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

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

  .div-block-24 {
    top: -180px;
    left: -170px;
  }

  .heading-9 {
    font-family: Avenir;
  }

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

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

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

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

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

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

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

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

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

  .div-block-40 {
    padding-left: 72px;
  }

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

  .slider-item.slider-1 {
    background-image: url('../images/31a8c25dc6310591317f6bb7917bc082.jpeg');
  }

  .slider {
    margin-left: 0;
  }

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

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

  .text-span-11 {
    width: auto;
  }

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

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

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

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

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

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

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

  .title-page {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 1.5rem;
  }

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

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

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

  .body-6 {
    font-family: Poppins;
  }

  .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-espaco-page {
    padding-left: 24px;
    padding-right: 24px;
  }

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

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

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

  .image-14, .code-embed-40 {
    width: 60%;
  }

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

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

  .div-block-113 {
    position: static;
  }

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

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

  .div-block-114 {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    background-color: var(--neutras-2);
    border-radius: 10px;
    justify-content: center;
    align-items: center;
    width: 350px;
    padding: 20px;
  }

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

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

  .div-block-113-styled {
    background-color: var(--neutras-3);
    color: var(--main-2);
    position: static;
  }

  .container-meu-ciclo {
    max-width: none;
    padding-left: 15px;
    padding-right: 15px;
  }

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

  .div-block-113-copy {
    position: static;
  }

  .text-block-31-copy {
    color: var(--main-2);
  }

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

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

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

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

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

  .code-embed-50 {
    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-158 {
    justify-content: flex-start;
    align-items: center;
    margin-top: 10px;
    margin-bottom: 10px;
  }

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

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

  .mask-3 {
    width: 78%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .mask-4 {
    width: 78%;
  }

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

  .paragraph-46, .paragraph-48 {
    text-align: center;
  }

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

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

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

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

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

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

  .slider-11 {
    height: auto;
  }

  .container-minha-conta {
    max-width: none;
    padding-left: 5svw;
    padding-right: 5svw;
  }

  .container-minha-conta.remove-padding {
    padding-left: 0;
    padding-right: 0;
  }

  .slide-nav-3 {
    pointer-events: auto;
    margin-top: 0;
    margin-bottom: -50px;
    padding-top: 0;
    display: block;
  }

  .container-banner-franquia {
    min-height: 200px;
  }

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

  .link-block-3 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .section-19 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .paragraph-70 {
    text-align: center;
    width: auto;
    font-size: 16px;
    line-height: 1.2;
  }

  .banner-franquia {
    background-size: cover;
    min-height: 800px;
  }

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

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

  .button-9 {
    margin-top: 20px;
  }

  .title-reserve-2 {
    width: 50%;
  }

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

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

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

  .card-reserve-2 {
    width: 100%;
  }

  .container-32 {
    padding: 0;
  }

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

  .title-reserva {
    width: 50%;
  }

  .div-block-127-copy {
    flex-flow: column;
  }

  .card-reserva, .div-block-212 {
    width: 100%;
  }

  .btn-2 {
    width: auto;
    padding-left: 40px;
    padding-right: 40px;
  }

  .container-34 {
    padding: 0;
  }

  .image-23 {
    width: 50%;
    min-width: auto;
  }

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

  .section-27 {
    padding: 40px 15px;
  }

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

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

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

  .mask-6 {
    width: 81%;
    height: auto;
  }

  .image-25 {
    width: 100%;
  }

  .btn-new {
    width: auto;
    padding-left: 40px;
    padding-right: 40px;
  }

  .section-30 {
    padding-bottom: 20px;
    padding-left: 20px;
  }

  .text-block-63, .text-span-54 {
    text-align: center;
  }
}

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

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

  .container-banner {
    height: 600px;
  }

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

  .heading-3 {
    word-break: break-all;
    max-width: none;
    margin-top: 0;
    padding-left: 0;
    padding-right: 0;
    font-size: 120px;
  }

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

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

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

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

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

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

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

  .div-block-22 {
    margin-top: 0;
    display: flex;
  }

  .div-block-23 {
    max-height: 400px;
  }

  .div-block-24 {
    top: -180px;
    left: -130px;
  }

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

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

  .div-block-28 {
    width: 80px;
    height: 80px;
    top: 30px;
  }

  .container-espaco {
    margin-bottom: 0;
    padding-top: 40px;
    padding-left: 24px;
    padding-right: 24px;
  }

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

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

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

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

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

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

  .div-block-39 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding-left: 0;
    padding-right: 0;
    display: block;
  }

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

  .div-block-40 {
    border-top-right-radius: 0;
    border-bottom-left-radius: 16px;
    margin-top: 0;
    margin-left: 0;
    padding: 22px;
  }

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

  .section-3 {
    grid-column-gap: 42px;
    grid-row-gap: 42px;
    flex-flow: column;
  }

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

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

  .container-contrato {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .text-span-11 {
    width: auto;
  }

  .flex-block-3 {
    padding-left: 24px;
    padding-right: 24px;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .modal-instrutores {
    display: none;
  }

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

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

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

  .div-block-82, .div-block-83 {
    background-image: none;
  }

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

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

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

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

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

  .code-embed-14 {
    cursor: pointer;
  }

  .code-embed-14.car-shopping.pagekraft-auth-checkout {
    color: var(--main-1);
    cursor: pointer;
  }

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

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

  .image-14 {
    width: 70%;
  }

  .code-embed-40 {
    width: 80%;
  }

  .code-embed-41 {
    justify-content: center;
    align-items: flex-start;
    display: flex;
  }

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

  .div-block-114 {
    background-color: var(--neutras-2);
    border-radius: 10px;
    justify-content: center;
    align-items: center;
    width: 350px;
    padding: 12px;
  }

  .div-block-115 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding-top: 0;
  }

  .div-block-116 {
    border-top-left-radius: 16px;
    border-bottom-left-radius: 16px;
    max-width: none;
    padding-left: 24px;
    position: static;
  }

  .slider-9 {
    justify-content: center;
    align-items: flex-start;
    display: flex;
  }

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

  .mask-2 {
    max-width: 320px;
  }

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

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

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

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

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

  .pagekraft-auth-my-account.button-secondary-yoga-mobile {
    white-space: nowrap;
  }

  .button-secondary-yoga-mobile {
    color: var(--text-1);
  }

  .button-primary-mobile {
    border-radius: var(--rounding-base);
    background-color: var(--main-1);
    color: var(--black-web);
    padding: 12px 24px;
  }

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

  .button-5 {
    width: 90%;
  }

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

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

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

  .section-14 {
    width: 90%;
  }

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

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

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

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

  .div-block-182 {
    background-image: url('../images/background-3.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;
  }

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

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

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

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

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

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

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

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

  .section-15 {
    width: 90%;
  }

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

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

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

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

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

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

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

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

  .button-6 {
    width: 90%;
  }

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

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

  .faq-plus---2 {
    width: 60%;
  }

  .container-minha-conta {
    margin-top: 40px;
    padding-left: 5svw;
    padding-right: 5svw;
  }

  .container-banner-franquia {
    background-size: cover;
    min-height: 380px;
  }

  .link-block-3 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .paragraph-70 {
    max-width: 280px;
  }

  .paragraph-63 {
    font-size: 24px;
  }

  .button-7 {
    width: 90%;
    max-width: 560px;
    font-size: 20px;
  }

  .div-block-204 {
    font-size: 48px;
  }

  .countdown_number, .countdown_number-2 {
    font-size: 3em;
  }

  .section-25 {
    background-position: 100%;
  }

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

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

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

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

  .title-reserva {
    color: #1e1e1e;
    text-align: center;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 24px;
    font-weight: 600;
    line-height: 36px;
    display: flex;
  }

  .heading-107, .text-block-58 {
    width: 100%;
  }

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

  .btn-2 {
    text-align: center;
  }

  .container-34 {
    flex-flow: column;
    height: auto;
    min-height: auto;
  }

  .image-23 {
    width: 30%;
  }

  .div-block-214 {
    text-align: center;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .slide-01 {
    width: 50%;
    height: auto;
  }

  .mask-6 {
    width: 90%;
    height: auto;
  }

  .slide-nav-4 {
    font-size: 6px;
    display: block;
  }

  .image-25 {
    width: 100%;
  }

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

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

  .image-27 {
    width: 140px;
  }

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

  .image-28 {
    width: 140px;
  }

  .heading-110-copy {
    text-align: center;
    font-size: 50px;
  }

  .text-block-63 {
    font-size: 20px;
  }

  .section-32 {
    background-position: 100%;
  }

  .image-29 {
    width: 120px;
  }

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

  .text-block-64, .text-block-65 {
    font-size: 14px;
  }
}

@media screen and (max-width: 479px) {
  .container-banner {
    height: 600px;
  }

  .heading-3 {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 140px;
    line-height: 150px;
  }

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

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

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

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

  .div-block-22 {
    margin-top: 300px;
  }

  .div-block-23 {
    max-height: 420px;
  }

  .div-block-24 {
    top: 220px;
    left: -20%;
  }

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

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

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

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

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

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

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

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

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

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

  .container-footer {
    padding: 0;
  }

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

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

  .container-page-base {
    margin-top: 0;
  }

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

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

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

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

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

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

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

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

  .body-19 {
    font-family: Poppins;
  }

  .image-14 {
    width: 100%;
    position: static;
    top: 0%;
  }

  .div-block-106 {
    top: auto;
    bottom: auto;
  }

  .code-embed-40 {
    height: 100%;
    max-height: 413px;
    position: absolute;
  }

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

  .code-embed-41 {
    justify-content: center;
    align-items: flex-start;
    display: flex;
  }

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

  .text-block-30 {
    text-align: center;
    margin-bottom: 20px;
  }

  .div-block-109 {
    padding: 0;
  }

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

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

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

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

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

  .button-primary-mobile {
    transition: box-shadow .2s;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .container-27 {
    width: 90%;
  }

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

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

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

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

  .heading-40 {
    width: 90%;
  }

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

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

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

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

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

  .container-banner-franquia {
    min-height: 480px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .heading-101 {
    font-size: 32px;
  }

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

  .heading-100 {
    font-size: 32px;
  }

  .banner-franquia {
    min-height: 600px;
  }

  .paragraph-63 {
    font-size: 20px;
  }

  .button-7 {
    text-align: center;
    width: auto;
    max-width: none;
  }

  .div-block-204 {
    font-size: 38px;
  }

  .paragraph-64 {
    font-size: 16px;
    line-height: 1.5;
  }

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

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

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

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

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

  .countdown_number {
    font-size: 1.6em;
  }

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

  .countdown_number-2 {
    font-size: 2.5em;
  }

  .countdown_label-2 {
    font-size: .75em;
  }

  .section-25 {
    height: 70dvh;
    padding-left: 15px;
    padding-right: 15px;
  }

  .image-22 {
    width: 0;
    min-width: 120px;
  }

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

  .paragraph-71 {
    font-size: 11px;
  }

  .heading-26-copy {
    margin-top: 0;
    font-size: 35px;
    line-height: 120%;
  }

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

  .container-10 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .paragraph-12-copy {
    text-align: center;
  }

  .heading-26-copy-copy {
    font-size: 20px;
  }

  .section-16 {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .button-9 {
    width: 100%;
    min-width: 0;
    max-width: none;
    margin-top: 40px;
    padding-top: 10px;
    padding-bottom: 10px;
  }

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

  .title-reserve-2 {
    flex-flow: column;
    justify-content: flex-end;
    align-items: center;
    width: 100%;
  }

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

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

  .container-reserva-2 {
    padding: 30px 20px;
  }

  .div-block-127 {
    justify-content: center;
    align-items: center;
    padding-left: 0;
    padding-right: 0;
  }

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

  .modal-section {
    padding-bottom: 40px;
  }

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

  .title-reserva {
    flex-flow: column;
    justify-content: flex-end;
    align-items: center;
    width: 100%;
  }

  .em-menos {
    text-align: center;
    width: 100%;
    font-size: 14px;
    font-weight: 400;
  }

  .div-block-127-copy {
    justify-content: center;
    align-items: center;
    padding-left: 0;
    padding-right: 0;
  }

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

  .heading-28-copy {
    font-size: 72px;
  }

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

  .heading-107 {
    text-align: center;
    font-size: 32px;
    line-height: 100%;
  }

  .btn-2 {
    text-align: center;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 12px;
  }

  .image-23 {
    width: 120px;
  }

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

  .heading-108 {
    font-size: 32px;
  }

  .image-24 {
    min-width: 120px;
  }

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

  .slide-01 {
    width: 100%;
    height: auto;
    margin-right: 0;
  }

  .mask-6 {
    width: 100%;
    height: auto;
  }

  .slide-nav-4 {
    font-size: 7px;
    display: block;
  }

  .image-25 {
    width: 100%;
  }

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

  .btn-new {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 12px;
  }

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

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

  .div-block-217 {
    width: 100%;
    margin-bottom: 40px;
  }

  .image-26 {
    width: 60px;
  }

  .section-29 {
    background-position: 100%;
  }

  .section-30 {
    justify-content: flex-start;
    align-items: center;
    height: 50dvh;
    padding-top: 40px;
  }

  .image-27 {
    width: 140px;
  }

  .heading-110 {
    font-size: 30px;
    line-height: 150%;
  }

  .image-28 {
    width: 100px;
  }

  .heading-110-copy {
    font-size: 40px;
  }

  .text-block-63 {
    font-size: 18px;
  }

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

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

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

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


@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Mencken Std Extra';
  src: url('../fonts/Mencken-Std-Extra-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Mencken Std Text';
  src: url('../fonts/Mencken-Std-Text-.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Mencken Std Text Extra';
  src: url('../fonts/Mencken-Std-Text-Extra-Bold.otf') format('opentype');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}