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

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

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

@font-face {
  font-family: Surt Trial;
  src: url('../fonts/Surt-Normal-Regular-TRIAL.otf') format("opentype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

:root {
  --main-1: #ebe8de;
  --transparent: #fff0;
  --white-web: white;
  --text-2: #888;
  --rounding-base: 6px;
  --neutras-1: #f2f2f0;
  --black-web: black;
  --text-3: white;
  --text-1: black;
  --neutras-2: #f2f2f0;
  --neutras-6: #0000000d;
  --neutras-3: #ebe8de78;
  --background: white;
  --main-2: #96a6ce;
  --background-dark: #333;
  --gray: #888;
  --background-tertiary: #f0f0f0b3;
  --white-90: #f0f0f0e6;
  --shadow-image: #2d2d2d80;
  --primary-color-template-dark-animation: #88e0dc;
  --ang-primary: #b99df4;
}

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

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

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

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

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

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

.container-navbar {
  z-index: 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: #000;
}

.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: 1230px;
  padding: 10px 24px;
  display: flex;
}

.logo-header {
  max-width: none;
  height: 40px;
}

.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 {
  width: 43px;
  height: 43px;
  color: var(--white-web);
}

.button-secondary-yoga {
  border: 2px solid var(--main-1);
  border-radius: var(--rounding-base);
  background-color: var(--transparent);
  color: var(--main-1);
  cursor: pointer;
  padding: 12px 24px;
  font-family: Surt Trial, Arial, sans-serif;
  font-weight: 500;
}

.button-secondary-yoga:where(.w-variant-b9a725aa-73fd-f485-810a-6e5e33969aef) {
  background-color: var(--transparent);
  color: var(--main-1);
  cursor: pointer;
  border-style: solid;
  border-width: 1px;
}

.button-secondary-yoga:hover {
  color: var(--main-1);
  text-decoration: none;
}

.button-secondary-yoga.pagekraft-auth-my-account {
  border-style: solid;
  border-width: 2px;
  font-family: Surt Trial, Arial, sans-serif;
  font-weight: 500;
  display: none;
}

.button-secondary-yoga.pagekraft-auth-my-account:hover {
  box-shadow: none;
}

.button-secondary-yoga.pagekraft-auth-register {
  border-style: solid;
  border-width: 2px;
  font-family: Surt Trial, Arial, sans-serif;
  font-weight: 500;
  display: none;
}

.button-secondary-yoga.pagekraft-auth-register:hover {
  box-shadow: none;
}

.button-secondary-yoga.pagekraft-auth-logout {
  border: 2px solid var(--main-1);
  font-family: Surt Trial, Arial, sans-serif;
  font-weight: 500;
  transition-property: none;
  display: none;
}

.button-secondary-yoga.pagekraft-auth-logout:hover {
  box-shadow: none;
  font-family: Surt Trial, Arial, sans-serif;
  font-weight: 700;
}

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

.code-embed {
  height: auto;
  color: var(--main-1);
  font-family: Surt Trial, Arial, sans-serif;
  font-weight: 700;
  display: flex;
}

.code-embed:where(.w-variant-b9a725aa-73fd-f485-810a-6e5e33969aef) {
  color: var(--main-1);
}

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

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

.div-block-3.pagekraft-auth-login {
  border-width: 2px;
  border-color: var(--main-1);
  background-color: var(--transparent);
  color: var(--main-1);
  padding: 14px 15px;
  font-family: Surt Trial, Arial, sans-serif;
  font-weight: 500;
}

.div-block-3.pagekraft-auth-login:where(.w-variant-b9a725aa-73fd-f485-810a-6e5e33969aef) {
  border-top-color: var(--main-1);
  border-right-color: var(--main-1);
  border-bottom-color: var(--main-1);
  border-left-color: var(--main-1);
  background-color: var(--transparent);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  color: var(--main-1);
}

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

.div-block-3.pagekraft-auth-login:hover:where(.w-variant-b9a725aa-73fd-f485-810a-6e5e33969aef) {
  color: var(--main-1);
}

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

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

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

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

.text-span-2 {
  color: var(--black-web);
  font-weight: 700;
}

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

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

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

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

.box-description: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: auto;
  min-width: 280px;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  display: block;
}

.container-reserva {
  grid-column-gap: 47px;
  grid-row-gap: 47px;
  flex-flow: row;
  justify-content: center;
  align-items: flex-start;
  width: 90%;
  max-width: 1230px;
  margin-bottom: 42px;
  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;
}

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

.container-depoimento {
  background-color: var(--main-1);
  width: 100%;
  max-width: none;
  margin-top: 0;
  margin-bottom: 42px;
  padding-top: 0;
  padding-bottom: 0;
}

.section {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  background-color: var(--main-1);
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1230px;
  margin-left: auto;
  margin-right: auto;
  padding: 40px 15px;
  display: flex;
}

.div-block-27 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  margin-left: 0;
  padding-left: 0;
  display: flex;
}

.div-block-28 {
  z-index: 2;
  border: 1px solid var(--neutras-1);
  background-image: url('../images/sobrenos.webp');
  background-position: 50%;
  background-size: cover;
  border-radius: 16px;
  width: 140px;
  height: 140px;
  margin-left: 0;
  position: relative;
  left: 50px;
  box-shadow: 0 5px 5px #00000040;
}

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

.section-2 {
  grid-column-gap: 42px;
  grid-row-gap: 42px;
  flex-flow: column;
  width: 100%;
  max-width: 1230px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.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(--white-web);
  color: var(--text-1);
  text-align: center;
  text-transform: uppercase;
  border-radius: 6px;
  margin-top: 24px;
  margin-bottom: 24px;
  padding: 14px 42px;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  transition: box-shadow .15s;
}

.button-primary-template-xl:hover {
  background-color: var(--main-1);
  box-shadow: inset 0 2px 5px 40vh #0003;
}

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

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

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

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

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

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

.box-description-shadow.card-border-1: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;
}

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

.container-unidade {
  grid-column-gap: 42px;
  grid-row-gap: 42px;
  background-color: var(--main-1);
  flex-flow: column;
  width: 100%;
  max-width: none;
  margin-bottom: 42px;
  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(--black-web);
  font-weight: 700;
}

.div-block-38 {
  background-color: #fff;
  border-radius: 16px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: auto;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  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: 1230px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  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(--text-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(--black-web);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 700;
  line-height: 150%;
}

.text-block-7 {
  color: var(--text-1);
  font-family: Montserrat, sans-serif;
  font-weight: 400;
  line-height: 150%;
}

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

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

.section-3 {
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: none;
  margin-bottom: 42px;
  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: 0;
  display: flex;
}

.container-slider {
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: none;
  margin-bottom: 42px;
  padding: 40px 15px;
  display: flex;
}

.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: 239px;
  height: 350px;
  margin-left: 10px;
  margin-right: 10px;
  padding-bottom: 0;
  padding-right: 0;
}

.slider-item.slider-1 {
  background-image: url('../images/imagem-1.webp');
  width: 239px;
  height: 350px;
  margin-left: 10px;
  margin-right: 10px;
  padding-left: 0;
}

.slider-item.slider-2 {
  background-image: url('../images/imagem-2.webp');
  width: 239px;
  margin-left: 10px;
  margin-right: 10px;
}

.slider-item.slider-3 {
  background-image: url('../images/imagem-3.webp');
  width: 239px;
  margin-left: 10px;
  margin-right: 10px;
}

.slider-item.slider-4 {
  background-image: url('../images/imagem-4.webp');
  width: 239px;
  margin-left: 10px;
  margin-right: 10px;
}

.slider-item.slider-5 {
  background-image: url('../images/imagem-5.webp');
  width: 239px;
  margin-left: 10px;
  margin-right: 10px;
}

.slider-item.slider-7 {
  background-image: url('../images/imagem-5.webp');
  width: 239px;
  margin-left: auto;
  margin-right: auto;
}

.slider-item.slider-8 {
  background-image: url('../images/imagem-6.webp');
  width: 239px;
  margin-left: 10px;
  margin-right: 10px;
}

.slider-item.slider-8a {
  background-image: url('../images/imagem-5_1.webp');
  width: 239px;
  margin-left: 10px;
  margin-right: 10px;
}

.slider-item.slider9 {
  background-image: url('../images/imagem_1.webp');
  margin-left: 10px;
  margin-right: 10px;
}

.slider-item.slider10 {
  background-image: url('../images/imagem-5_1.webp');
  margin-left: 10px;
  margin-right: 10px;
}

.slider-item.slider11 {
  background-image: url('../images/imagem-1_1.webp');
}

.slider-item.slider12 {
  background-image: url('../images/imagem-2_1.webp');
}

.slider-item.slider13 {
  background-image: url('../images/imagem-4_1.webp');
}

.slider-item.slider14 {
  background-image: url('../images/imagem-3_1.webp');
}

.slider-item.slider15 {
  background-image: url('../images/imagem.webp');
}

.slider-item.slider16 {
  background-image: url('../images/imagem-4_1.webp');
}

.slider-item.slidr20 {
  background-image: url('../images/imagem-8.webp');
}

.slider-item.slider21 {
  background-image: url('../images/imagem-9.webp');
}

.slider-item.slider20a {
  background-image: url('../images/imagem-4_1.webp');
}

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

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

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

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

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

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

.container-footer {
  background-color: var(--main-1);
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: none;
  margin-top: auto;
  padding-top: 42px;
  padding-bottom: 42px;
  display: flex;
}

.section-6 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  background-color: var(--main-1);
  flex-flow: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 1230px;
  margin-left: auto;
  margin-right: auto;
  padding: 40px 15px;
  display: flex;
}

.image-7 {
  height: 48px;
}

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

.text-block-8 {
  opacity: .8;
  color: var(--text-1);
  font-family: Montserrat, sans-serif;
}

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

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

.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);
  text-transform: uppercase;
  margin-bottom: 0;
  font-family: Surt Trial, Arial, sans-serif;
  font-weight: 500;
}

.flex-block-7 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  margin-left: auto;
  margin-right: auto;
}

.text-block-9 {
  opacity: .8;
  color: var(--text-1);
  font-family: Montserrat, sans-serif;
  line-height: 150%;
}

.text-block-10 {
  opacity: .8;
  color: var(--text-1);
  font-family: Montserrat, sans-serif;
}

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

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

.link-footer {
  opacity: .8;
  color: var(--text-1);
  font-family: Montserrat, sans-serif;
  font-weight: 400;
  text-decoration: none;
}

.link-footer.w--current {
  color: var(--text-1);
  font-family: Montserrat, sans-serif;
  font-weight: 400;
}

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

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

.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-center {
  color: var(--white-web);
  text-align: center;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 30px;
  font-weight: 400;
  line-height: 45px;
}

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

.title-page {
  color: var(--black-web);
  text-align: center;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 1.875rem;
  font-weight: 600;
  line-height: 1.875rem;
}

.container-script {
  width: 100%;
  max-width: none;
  min-height: 60svh;
  margin-top: 40px;
  padding: 40px 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.h5-template {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
}

.widget-unidade {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  background-color: var(--neutras-1);
  border-radius: 6px;
  flex-flow: column;
  padding: 32px;
  display: flex;
}

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

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

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

.line-divisor-unidades {
  background-color: var(--neutras-6);
  height: 24px;
  padding-left: 1px;
}

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

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

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

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

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

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

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

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

.image-perfil-instrutores-1 {
  z-index: 0;
  border: 2.5px solid var(--neutras-3);
  object-fit: cover;
  border-radius: 50%;
  width: 52px;
  height: 52px;
  position: relative;
}

.image-perfil-instrutores-2 {
  z-index: 1;
  border: 2.5px solid var(--neutras-3);
  object-fit: cover;
  border-radius: 50%;
  width: 52px;
  height: 52px;
  position: relative;
  left: -10px;
}

.image-perfil-instrutores-3-copy {
  z-index: 2;
  border: 2.5px solid var(--neutras-3);
  object-fit: cover;
  border-radius: 50%;
  width: 52px;
  height: 52px;
  position: relative;
  left: -20px;
}

.image-perfil-instrutores-4 {
  z-index: 3;
  border: 2.5px solid var(--neutras-3);
  object-fit: cover;
  border-radius: 50%;
  width: 52px;
  height: 52px;
  position: relative;
  left: -30px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.body-default {
  background-color: var(--background);
  min-height: 100%;
  color: var(--black-web);
  -webkit-text-fill-color: inherit;
  --main-1: #ebe8de;
  --transparent: #fff0;
  --white-web: white;
  --text-2: #888;
  --rounding-base: 6px;
  --neutras-1: #f2f2f0;
  --black-web: black;
  --text-3: white;
  --text-1: black;
  --neutras-2: #f2f2f0;
  --neutras-6: #0000000d;
  --neutras-3: #ebe8de78;
  --background: white;
  --main-2: #96a6ce;
  --background-dark: #333;
  --gray: #888;
  --background-tertiary: #f0f0f0b3;
  --white-90: #f0f0f0e6;
  --shadow-image: #2d2d2d80;
  --primary-color-template-dark-animation: #88e0dc;
  --ang-primary: #b99df4;
  background-clip: border-box;
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  font-family: Surt Trial, Arial, sans-serif;
  display: flex;
}

.text-block-21 {
  color: var(--text-1);
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 150%;
}

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

.paragraph-5 {
  width: 100%;
  max-width: 1200px;
  color: var(--white-web);
  text-align: center;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-weight: 400;
}

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

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

.code-embed-14 {
  background-color: var(--neutras-3);
  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 {
  border: 2px solid var(--main-1);
  background-color: var(--transparent);
  color: var(--main-1);
  font-family: Surt Trial, Arial, sans-serif;
  font-weight: 500;
  line-height: 1;
  transition-property: none;
}

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

.code-embed-14.car-shopping.pagekraft-auth-checkout:hover {
  background-color: var(--transparent);
  box-shadow: none;
  color: var(--main-1);
}

.code-embed-15 {
  color: var(--black-web);
  line-height: 1;
}

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

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

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

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

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

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

.heading-22 {
  color: var(--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-107 {
  background-color: var(--main-1);
  border-radius: 16px;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: none;
  height: auto;
  max-height: 320px;
  padding: 6px 6px 6px 0;
  display: flex;
}

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

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

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

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

.text-block-30 {
  color: #000;
  max-width: 500px;
  font-family: Montserrat, sans-serif;
  font-weight: 400;
  line-height: 150%;
}

.div-block-109 {
  width: auto;
  max-width: 536px;
  margin-left: auto;
  margin-right: auto;
  padding: 32px 20px 32px 30px;
}

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

.div-block-113 {
  background-color: var(--black-web);
  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(--white-web);
  font-size: 24px;
  font-weight: 900;
  line-height: 30px;
}

.text-block-32 {
  color: #000;
  font-family: Surt Trial, Arial, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 150%;
}

.text-block-33 {
  color: #000;
  font-family: Montserrat, sans-serif;
  line-height: 150%;
}

.div-block-114 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  width: 100%;
  max-width: 250px;
  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;
  margin-left: 0;
  padding: 32px 24px 12px 64px;
  display: flex;
  position: relative;
  left: 0;
  box-shadow: 0 4px 4px #00000040;
}

.text-block-34 {
  color: var(--black-web);
  text-align: right;
}

.text-block-35 {
  color: #3f4b4e;
  font-family: Montserrat, sans-serif;
  font-weight: 400;
  line-height: 150%;
}

.title-left-mobile-center {
  width: 100%;
  max-width: none;
  color: var(--black-web);
  text-transform: uppercase;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 0;
  margin-bottom: 40px;
  font-family: Surt Trial, Arial, sans-serif;
  font-size: 26px;
  font-weight: 400;
  line-height: 150%;
  display: block;
}

.div-block-113-copy {
  background-color: var(--black-web);
  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(--main-1);
  color: var(--text-1);
  padding: 12px 24px;
  font-family: Surt Trial, Arial, sans-serif;
  font-weight: 500;
  line-height: 21px;
}

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

.button-primary-wellness-copy:hover {
  mix-blend-mode: normal;
}

.button-primary-wellness-copy.w--current {
  color: var(--black-web);
}

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

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

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

.button-3.button-primary-template-xl {
  background-color: var(--black-web);
  min-height: 44px;
  color: var(--white-web);
  border-radius: 8px;
  margin-top: 10px;
  padding-top: 16px;
  padding-bottom: 16px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
}

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

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

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

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

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

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

.mask-5 {
  width: 100%;
  max-width: 1072px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}

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

.script-yoga-planos {
  width: 100%;
  max-width: none;
  min-height: 60svh;
  margin-top: 0;
  padding: 0 0 40px;
}

.code-embed-93 {
  width: 100%;
  max-width: 1230px;
  color: var(--black-web);
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 40px 20px;
  line-height: 1.5;
}

.link-block-4.w--current {
  cursor: pointer;
}

.code-embed-94 {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-bottom: 0;
  display: flex;
}

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

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

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

.div-block-212 {
  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-104 {
  color: #1e1e1e;
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 150%;
}

.div-block-213 {
  color: #fff;
  text-transform: uppercase;
  background-color: #000;
  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-213:hover {
  box-shadow: inset 0 2px 5px 40vh #00000047;
}

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

.text-block-53 {
  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-214 {
  margin-top: 60px;
}

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

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

.div-block-216 {
  z-index: 0;
  background-color: #000;
  width: 100%;
  height: 80px;
  position: absolute;
}

.div-block-216.header-home {
  display: none;
  position: absolute;
}

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

.paragraph-6 {
  margin-top: 12px;
  margin-bottom: 0;
  font-family: Surt Trial, Arial, sans-serif;
  font-weight: 300;
}

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

.div-block-218 {
  max-width: 960px;
  margin-top: 80px;
  padding-left: 15px;
  padding-right: 15px;
}

.body, .body-2 {
  font-family: Surt Trial, Arial, sans-serif;
}

.section-7 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1230px;
  min-height: 200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.heading-106 {
  text-align: center;
  text-transform: none;
  max-width: none;
  margin-top: 40px;
  margin-bottom: 20px;
  font-family: Surt Trial, Arial, sans-serif;
  font-size: 30px;
  font-weight: 400;
  line-height: 150%;
}

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

.paragraph-7 {
  text-align: center;
  max-width: none;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  line-height: 150%;
}

.div-block-219 {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  flex-flow: column;
  width: 100%;
  display: flex;
}

.div-block-219.glo-retiro {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
}

.icon {
  background-color: var(--transparent);
  color: var(--text-1);
  border-radius: 50%;
  font-family: Montserrat, sans-serif;
  font-weight: 900;
}

.icon-2 {
  background-color: var(--transparent);
  color: var(--black-web);
  border: 1px #000;
  border-radius: 50%;
  margin-left: auto;
  margin-right: auto;
  font-family: Montserrat, sans-serif;
  font-weight: 900;
}

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

.heading-107 {
  text-transform: uppercase;
  font-size: 26px;
  font-weight: 400;
  line-height: 150%;
}

.slider-12 {
  background-color: #0000;
  height: auto;
}

.slide-4, .slide-5 {
  width: auto;
  height: auto;
  margin-left: 21px;
  margin-right: 21px;
}

.div-block-220 {
  border-radius: 16px;
  width: 320px;
  height: 427px;
  position: relative;
  overflow: hidden;
}

.bg-image-prof {
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.bg-image-prof.prof1 {
  background-image: url('../images/Anita-Carvalho-1.webp');
  background-position: 50%;
  background-size: cover;
  flex-flow: column;
  justify-content: flex-end;
  align-items: stretch;
  display: flex;
}

.bg-image-prof.prof2 {
  background-image: url('../images/Bel-Machline-1.webp');
  background-position: 50%;
  background-size: cover;
}

.bg-image-prof.prof3 {
  background-image: url('../images/Bruna-Fiorotto-1.webp');
  background-position: 50%;
  background-size: cover;
}

.bg-image-prof.prof4 {
  background-image: url('../images/Caio-Arantes-1.webp');
  background-position: 50%;
  background-size: cover;
}

.bg-image-prof.prof5 {
  background-image: url('../images/Camila-Guedes-1.webp');
  background-position: 50%;
  background-size: cover;
}

.bg-image-prof.prof6 {
  background-image: url('../images/Eli-Blanc-1.webp');
  background-position: 50%;
  background-size: cover;
}

.bg-image-prof.prof7 {
  background-image: url('../images/Felipe-Amorim-1.webp');
  background-position: 50%;
  background-size: cover;
}

.bg-image-prof.prof8 {
  background-image: url('../images/Fernanda-Tavares-1.webp');
  background-position: 50%;
  background-size: cover;
}

.bg-image-prof.prof9 {
  background-image: url('../images/Isabel-León-1.webp');
  background-position: 50%;
  background-size: cover;
}

.bg-image-prof.pro10 {
  background-image: url('../images/Isabella-Leonel-1.webp');
  background-position: 50%;
  background-size: cover;
}

.bg-image-prof.prof11 {
  background-image: url('../images/Joanna-Lewicka-1.webp');
  background-position: 73%;
  background-repeat: no-repeat;
  background-size: auto;
}

.bg-image-prof.prof12 {
  background-image: url('../images/Juliana-Ceruti-1.webp');
  background-position: 50%;
  background-size: cover;
}

.bg-image-prof.pro13 {
  background-image: url('../images/Lygia-Lima-1.webp');
  background-position: 50% 100%;
  background-size: cover;
}

.bg-image-prof.prof14 {
  background-image: url('../images/Minoru-Honda-1.webp');
  background-position: 50%;
  background-size: cover;
}

.bg-image-prof.prof15 {
  background-image: url('../images/Mariana-Razuk-1.webp');
  background-position: 50%;
  background-size: cover;
}

.bg-image-prof.prof16 {
  background-image: url('../images/Patrícia-Dabus-1.webp');
  background-position: 50%;
  background-size: cover;
}

.bg-image-prof.prof17 {
  background-image: url('../images/Pedro-Abreu-1.webp');
  background-position: 50%;
  background-size: cover;
}

.bg-image-prof.prof18 {
  background-image: url('../images/Rafael-Bogoni-1.webp');
  background-position: 50%;
  background-size: cover;
}

.bg-image-prof.pro19 {
  background-image: url('../images/Raphaela-Erena-1.webp');
  background-position: 50%;
  background-size: cover;
}

.bg-image-prof.prof20 {
  background-image: url('../images/Vinícius-Santi-1.webp');
  background-position: 50%;
  background-size: cover;
}

.bg-image-prof.prof21 {
  background-image: url('../images/Sun-Vaz-1.webp');
  background-position: 50%;
  background-size: cover;
}

.bg-image-prof.prof22 {
  background-image: url('../images/Stella-Crippa-1.webp');
  background-position: 50%;
  background-size: cover;
}

.bg-image-prof.prof23 {
  background-image: url('../images/Silvana-Fleck-1.webp');
  background-position: 50%;
  background-size: cover;
}

.bg-image-prof.prof24 {
  background-image: url('../images/Rodrigo-Milano-1.webp');
  background-position: 50%;
  background-size: cover;
}

.bg-image-prof.prof25 {
  background-image: url('../images/Raquel-Peres-1.webp');
  background-position: 50%;
  background-size: cover;
}

.bg-image-prof.prof26a {
  background-image: url('../images/Mariana-Razuk-2.webp');
  background-position: 50%;
  background-size: cover;
}

.detalhe-prof {
  background-color: var(--main-1);
  border-radius: 0;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 82px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 20px;
  font-size: 20px;
  font-weight: 700;
  line-height: 150%;
  display: flex;
}

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

.paragraph-8 {
  color: var(--white-web);
  text-align: center;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 400;
  display: none;
}

.slide-6 {
  width: auto;
  margin-left: 21px;
  margin-right: 21px;
}

.slide-6.slider-mleft {
  margin-left: 15px;
}

.icon-3 {
  color: var(--black-web);
  left: 0;
}

.icon-4 {
  color: var(--black-web);
  margin-left: auto;
  margin-right: 0;
  right: 20px;
}

.mask-6 {
  width: 91%;
  margin-left: auto;
  margin-right: auto;
}

.slide-nav-4 {
  margin-top: 0;
  top: auto;
  bottom: -40px;
}

.section-8 {
  background-image: url('../images/bg-urban.webp');
  background-position: 50%;
  background-size: cover;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 320px;
  display: flex;
}

.container-8 {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1230px;
  padding: 64px 15px;
  display: flex;
}

.div-block-225 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: auto;
  max-width: 560px;
  font-family: Surt Trial, Arial, sans-serif;
  font-size: 60px;
  font-weight: 300;
  line-height: 140%;
  display: flex;
}

.paragraph-11 {
  text-align: left;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 100%;
}

.paragraph-12 {
  line-height: 1.4;
}

.container-conheca-2 {
  grid-column-gap: 128px;
  grid-row-gap: 128px;
  background-color: #0000;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: none;
  min-height: 519px;
  margin-bottom: 80px;
  padding: 64px 20px 40px;
  display: flex;
}

.div-block-129 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  min-width: 0;
  max-width: 600px;
  margin-top: auto;
  margin-bottom: auto;
  display: flex;
}

.div-block-128 {
  color: var(--black-web);
}

.paragraph-13 {
  color: #000;
}

.paragraph-13.txt-black {
  color: #1e1e1e;
  max-width: 600px;
  margin-top: 20px;
  margin-bottom: 32px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
}

.subtitle-center-2 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  min-width: 0;
  max-width: 600px;
  display: flex;
}

.div-block-130 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 90%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.div-block-130.flexa1 {
  flex-flow: row;
}

.div-block-130.flexa1.section-app {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1230px;
  padding-left: 15px;
  padding-right: 15px;
}

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

.paragraph-15 {
  text-transform: uppercase;
  font-size: 30px;
  line-height: 1.2;
}

.image-17 {
  width: 100%;
  max-width: 468px;
}

.image-18 {
  width: 100%;
}

.image-19, .image-20 {
  display: none;
}

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

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

.paragraph-16 {
  text-align: center;
  margin-bottom: 0;
  font-weight: 400;
  line-height: 150%;
}

.container-9 {
  background-color: #f1f0f6;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: none;
  padding: 64px 15px;
  display: flex;
}

.section-10 {
  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-110 {
  text-transform: none;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 30px;
  font-weight: 400;
}

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

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

.image-21 {
  border-radius: 16px;
  width: 100%;
  max-width: 580px;
  height: 100%;
  max-height: 427px;
}

.div-block-228 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding-left: 20px;
  padding-right: 25px;
  display: flex;
}

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

.div-block-229 {
  border-radius: 16px;
  width: 80px;
  height: 80px;
}

.div-block-229.cor-1, .div-block-229.cor-2, .div-block-229.cor-3 {
  background-color: #fff;
  justify-content: center;
  align-items: center;
  min-width: 80px;
  display: flex;
}

.div-block-230 {
  width: 100%;
  max-width: 460px;
  margin-left: auto;
  margin-right: auto;
  padding-right: 40px;
}

.paragraph-18 {
  margin-bottom: 0;
  line-height: 150%;
}

.image-22 {
  display: none;
}

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

.section-11 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1230px;
  min-height: 280px;
  margin-left: auto;
  margin-right: auto;
  padding: 40px 15px;
  display: flex;
}

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

.paragraph-20 {
  text-align: center;
  line-height: 150%;
}

.flex-block-18 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 200px;
}

.div-block-231, .div-block-232 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 387px;
  display: flex;
}

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

.div-block-234 {
  border-radius: 16px;
  justify-content: center;
  align-items: center;
  min-width: 80px;
  min-height: 80px;
  display: flex;
}

.div-block-234.bg-emp-1 {
  background-color: #f1f0f6;
  max-width: 80px;
  max-height: 80px;
}

.div-block-234.bg-emp-1.emp-left {
  background-color: #ebe8de;
  order: -9999;
}

.div-block-234.bg-emp-2 {
  background-color: #ebe8de;
}

.div-block-234.bg-emp-2.emp-left {
  background-color: #f1f0f6;
  order: -9999;
}

.div-block-235 {
  text-align: left;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 247px;
  padding-right: 20px;
  display: flex;
}

.paragraph-21 {
  margin-bottom: 0;
  line-height: 150%;
}

.div-block-236 {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1260px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.section-12 {
  background-image: url('../images/bg-urban.webp');
  background-position: 50%;
  background-size: cover;
  justify-content: center;
  align-items: center;
  padding-top: 120px;
  padding-bottom: 120px;
  display: flex;
}

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

.slider-13 {
  background-color: #0000;
  width: 100%;
  max-width: none;
  height: auto;
}

.slide-8, .slide-9 {
  width: auto;
  margin-left: 10px;
  margin-right: 10px;
}

.div-block-238 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #ebe8de;
  border-radius: 16px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 224px;
  height: 82px;
  padding: 10px;
  display: flex;
  overflow: hidden;
}

.left-arrow-9, .right-arrow-11, .slide-nav-5 {
  display: none;
}

.image-26 {
  max-height: 271px;
}

.paragraph-22 {
  text-align: center;
  margin-bottom: 0;
  line-height: 150%;
}

.icon-5 {
  color: var(--black-web);
  margin-right: 0;
}

.icon-6 {
  color: var(--black-web);
  margin-left: 0;
}

.mask-7 {
  width: 100%;
  max-width: 1215px;
  margin-left: auto;
  margin-right: auto;
}

.paragraph-23 {
  text-align: center;
  line-height: 150%;
}

.container-11 {
  width: 100%;
  max-width: 980px;
  padding: 40px 15px 60px;
}

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

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

.paragraph-24 {
  text-transform: none;
  font-size: 30px;
  line-height: 1.5;
}

.paragraph-25 {
  font-size: 25px;
  line-height: 1.5;
}

.paragraph-26 {
  text-align: center;
  font-family: Montserrat, sans-serif;
}

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

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

.flex-block-19 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: wrap;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
}

.div-block-239 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #fff;
  border-radius: 16px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 224px;
  height: 260px;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  padding: 20px 10px;
  display: flex;
}

.paragraph-29 {
  text-align: center;
  margin-bottom: 0;
  font-weight: 700;
}

.paragraph-30 {
  text-align: center;
  margin-bottom: 0;
  line-height: 1.5;
}

.button-4 {
  text-transform: uppercase;
  background-color: #000;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 211px;
  height: 44px;
  margin-top: 20px;
  display: flex;
}

.paragraph-31 {
  text-align: center;
  margin-bottom: 0;
  font-size: 25px;
  line-height: 1.5;
}

.paragraph-32 {
  text-align: center;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
}

.paragraph-33 {
  text-align: center;
  text-transform: none;
  margin-bottom: 0;
  font-size: 30px;
  line-height: 1.5;
}

.div-block-240 {
  background-color: var(--main-1);
  padding-top: 64px;
  padding-bottom: 64px;
}

.slider-14 {
  background-color: #0000;
  width: 100%;
  max-width: 960px;
  display: none;
}

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

.slide-10, .slide-11, .slide-12, .slide-13, .slide-14, .slide-15, .slide-16, .slide-17, .slide-18 {
  width: auto;
  margin-left: 20px;
  margin-right: 20px;
}

.flex-block-20 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 0;
  margin-top: 20px;
  margin-bottom: 10px;
  padding-top: 0;
}

.div-block-241 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: var(--main-1);
  border-radius: 16px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: auto;
  min-width: 224px;
  max-width: 347px;
  height: 153px;
  padding: 10px 15px;
  line-height: 1.5;
  display: flex;
}

.div-block-241.card4 {
  width: 100%;
  max-width: 347px;
  padding-left: 15px;
  padding-right: 15px;
}

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

.paragraph-35 {
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  line-height: 1.5;
}

.image-27 {
  width: 100%;
}

.image-28, .image-29 {
  display: none;
}

.div-block-242 {
  background-color: #f0e9df;
  padding-top: 40px;
  padding-bottom: 40px;
}

.div-block-242.bg-proximo-retiro {
  background-color: #fff;
}

.section-13 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  align-items: center;
  display: flex;
}

.image-30 {
  width: 26px;
  max-width: none;
  height: 66px;
  margin-top: 0;
}

.heading-111 {
  text-transform: none;
  margin-top: 20px;
  margin-bottom: 0;
  font-size: 36px;
  font-weight: 400;
}

.heading-112 {
  margin-top: 0;
  font-size: 30px;
  font-weight: 400;
}

.sliderretiro {
  background-color: #0000;
  width: 100%;
  max-width: 1360px;
  height: auto;
  max-height: none;
  margin-top: 20px;
  padding-left: 0;
  padding-right: 0;
}

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

.mask-9 {
  background-color: #edf2fe54;
  border-radius: 16px;
  width: 100%;
  max-width: 1056px;
  height: 100%;
  max-height: none;
  margin-left: auto;
  margin-right: auto;
  padding: 20px 10px;
}

.slide-19 {
  width: 239px;
  height: 350px;
  margin-left: 10px;
  margin-right: 10px;
}

.slide-19.retiro1 {
  border-radius: 16px;
}

.slide-20 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  width: 239px;
  height: 350px;
  margin-left: 10px;
  margin-right: 10px;
}

.slide-20.retiro2 {
  background-image: none;
  border-radius: 16px;
}

.slide-20.retiro3 {
  background-image: url('../images/URB_CARROSSEL_PATAGONIA_03.jpg');
  background-position: 20%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 16px;
}

.slide-20.retiro4 {
  background-image: url('../images/URB_CARROSSEL_PATAGONIA_04.jpg');
  background-position: 40%;
  background-size: cover;
  border-radius: 16px;
  padding-right: 0;
}

.slide-20.retiro5 {
  background-image: url('../images/URB_CARROSSEL_PATAGONIA_05.webp');
  border-radius: 16px;
}

.slide-20.retiro6 {
  background-image: url('../images/URB_CARROSSEL_PATAGONIA_06.webp');
  border-radius: 16px;
}

.slide-20.retiro7 {
  background-image: url('../images/URB_CARROSSEL_PATAGONIA_07.webp');
  border-radius: 16px;
}

.slide-20.retiro8 {
  background-image: url('../images/URB_CARROSSEL_PATAGONIA_08.webp');
  border-radius: 16px;
}

.slide-20.retiro9 {
  background-image: url('../images/URB_CARROSSEL_PATAGONIA_09.webp');
  border-radius: 16px;
}

.icon-9 {
  color: var(--black-web);
  font-weight: 700;
}

.icon-10 {
  color: var(--text-1);
  font-weight: 700;
}

.paragraph-36 {
  text-align: center;
  margin-bottom: 0;
  font-size: 36px;
  font-weight: 700;
  line-height: 1.5;
}

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

.paragraph-37 {
  font-size: 24px;
  line-height: 1.5;
}

.paragraph-38 {
  text-align: center;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.5;
}

.paragraph-39 {
  font-size: 24px;
  line-height: 1.5;
}

.image-31 {
  height: 350px;
}

.div-block-243 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 16px;
  width: 239px;
  height: 350px;
  overflow: hidden;
}

.div-block-243.ret1 {
  background-image: url('../images/URB-PTG-01.png');
  background-position: 50%;
  background-size: cover;
}

.div-block-243.ret2 {
  background-image: url('../images/URB-PTG-02.png');
  background-position: 50%;
  background-size: cover;
}

.div-block-243.ret3 {
  background-image: url('../images/URB-PTG-03.png');
}

.div-block-243.ret4 {
  background-image: url('../images/URB-PTG-04.png');
}

.div-block-243.ret5 {
  background-image: url('../images/URB-PTG-05.png');
}

.div-block-243.ret6 {
  background-image: url('../images/URB-PTG-06.png');
}

.div-block-243.ret7 {
  background-image: url('../images/URB-PTG-07.png');
}

.div-block-243.ret8 {
  background-image: url('../images/URB-PTG-08.png');
}

.div-block-243.ret9 {
  background-image: url('../images/URB-PTG-09.png');
}

.div-block-243.returi10 {
  background-image: url('../images/URB-PTG-10.png');
}

.div-block-243.retiro11 {
  background-image: url('../images/URB-PTG-11.png');
}

.div-block-243.retiro12 {
  background-image: url('../images/URB-PTG-12.png');
}

.div-block-244 {
  width: 244px;
}

.paragraph-40 {
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 700;
}

.bold-text {
  text-transform: uppercase;
}

@media screen and (min-width: 1280px) {
  .container-reserva {
    width: 100%;
  }

  .div-block-17 {
    max-width: none;
  }

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

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

  .div-block-110 {
    width: 83%;
  }

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

  .div-block-129 {
    min-width: 520px;
  }

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

  .left-arrow-9 {
    display: none;
  }

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

@media screen and (min-width: 1440px) {
  .container-depoimento {
    background-color: var(--main-1);
  }

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

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

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

  .div-block-39 {
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

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

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

  .slider-item {
    margin-left: 10px;
    margin-right: 10px;
  }

  .slider-item.slider-5 {
    background-image: url('../images/imagem-4.webp');
  }

  .slider-item.slider-7 {
    background-image: url('../images/imagem-5.webp');
  }

  .slider-item.slider-8 {
    background-image: url('../images/imagem-6.webp');
  }

  .slider-item.slider-8a {
    background-image: url('../images/imagem-4_1.webp');
  }

  .slider-item.slider9 {
    background-image: url('../images/imagem-8.webp');
  }

  .slider-item.slider10 {
    background-image: url('../images/imagem-9.webp');
  }

  .slider-item.slider11 {
    background-image: url('../images/imagem_1.webp');
  }

  .slider-item.slider12 {
    background-image: url('../images/imagem-4_1.webp');
  }

  .slider-item.slider13 {
    background-image: url('../images/imagem-3_1.webp');
  }

  .slider-item.slider14 {
    background-image: url('../images/imagem-4_1.webp');
  }

  .slider-item.slider15 {
    background-image: url('../images/imagem-5_1.webp');
  }

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

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

@media screen and (min-width: 1920px) {
  .div-block-30 {
    max-width: none;
    padding-left: 0;
    padding-right: 0;
  }

  .slider-item.slider-1 {
    background-image: url('../images/imagem-1.webp');
  }

  .slider-item.slider-2 {
    background-image: url('../images/imagem-2.webp');
  }

  .slider-item.slider-3 {
    background-image: url('../images/imagem-3.webp');
  }

  .slider-item.slider-4 {
    background-image: url('../images/imagem-4.webp');
  }

  .slider-item.slider-5 {
    background-image: url('../images/imagem-5.webp');
  }

  .slider-item.slider-7, .slider-item.slider-8 {
    background-image: url('../images/imagem-6.webp');
  }

  .slider-item.slider-8a {
    background-image: url('../images/imagem-5_1.webp');
  }

  .slider-item.slider9 {
    background-image: url('../images/imagem_1.webp');
  }

  .slider-item.slider11 {
    background-image: url('../images/imagem-1_1.webp');
  }

  .slider-item.slider12 {
    background-image: url('../images/imagem-2_1.webp');
  }

  .slider-item.slider13 {
    background-image: url('../images/imagem-4_1.webp');
  }

  .slider-item.slider14 {
    background-image: url('../images/imagem-3_1.webp');
  }

  .slider-item.slider15 {
    background-image: url('../images/imagem.webp');
  }

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

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

  .image-15 {
    width: 100%;
    max-width: 524px;
    height: 100%;
    max-height: 308px;
  }

  .div-block-110 {
    width: 83%;
  }

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

  .div-block-130 {
    max-width: 1540px;
  }

  .div-block-130.flexa1.section-app {
    max-width: 1200px;
  }

  .section-9 {
    margin-top: 40px;
    margin-bottom: 40px;
  }
}

@media screen and (max-width: 991px) {
  .navbar-custom {
    background-color: var(--transparent);
    position: relative;
  }

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

  .icon-hamburguer.menu-mobile-action {
    z-index: 1;
    position: absolute;
    left: 0;
  }

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

  .container-banner {
    height: auto;
    min-height: 280px;
    margin-top: 80px;
    margin-left: auto;
    margin-right: auto;
  }

  .container-modalidade {
    max-width: 670px;
    margin-bottom: 24px;
    padding-left: 15px;
    padding-right: 15px;
  }

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

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

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

  .title-reserve {
    text-align: left;
    margin-top: 0;
  }

  .container-depoimento {
    justify-content: center;
    align-items: center;
    margin-bottom: 24px;
    padding-left: 64px;
    padding-right: 64px;
    display: flex;
  }

  .section {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    padding-left: 15px;
    padding-right: 15px;
  }

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

  .container-professor {
    margin-bottom: 24px;
  }

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

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

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

  .div-block-38 {
    border-radius: 16px;
    flex-flow: column;
    padding-top: 0;
    padding-left: 0;
    overflow: hidden;
  }

  .div-block-39 {
    grid-template-columns: 1fr;
    max-width: 640px;
  }

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

  .div-block-40 {
    padding-left: 72px;
  }

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

  .slider-item.slider-1 {
    background-image: url('../images/imagem.webp');
  }

  .slider-item.slider-2 {
    margin-right: 20px;
  }

  .slider-item.slider-4 {
    margin-right: 10px;
  }

  .slider-item.slider-7 {
    margin-left: 10px;
    margin-right: 10px;
  }

  .slidera1 {
    max-width: 578px;
    margin-left: 0;
  }

  .mask {
    max-width: 538px;
  }

  .container-contrato {
    max-width: none;
    margin-bottom: 24px;
  }

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

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

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

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

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

  .flex-block-7 {
    margin-left: 0;
  }

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

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

  .widget-unidade {
    border-radius: 6px;
  }

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

  .line-divisor-unidades {
    display: none;
  }

  .div-block-65 {
    grid-column-gap: 18px;
    grid-row-gap: 18px;
  }

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

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

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

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

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

  .div-block-107 {
    flex-flow: row;
    height: 100%;
    max-height: none;
    padding: 6px 6px 6px 0;
  }

  .image-15 {
    max-width: 320px;
    height: 320px;
    max-height: 320px;
  }

  .image-15.mod13 {
    border-radius: 16px;
  }

  .div-block-109 {
    width: auto;
    max-width: 310px;
    padding: 37px;
  }

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

  .div-block-113 {
    color: var(--white-web);
    position: static;
  }

  .text-block-31 {
    color: var(--white-web);
  }

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

  .div-block-114 {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    background-color: var(--transparent);
    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;
    padding-top: 0;
  }

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

  .div-block-113-styled {
    background-color: var(--black-web);
    color: var(--main-2);
    position: static;
  }

  .div-block-116 {
    left: -50px;
  }

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

  .slider-11 {
    height: auto;
  }

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

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

  .script-yoga-planos {
    max-width: none;
  }

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

  .link-block-4.w--current {
    width: auto;
  }

  .div-block-211 {
    background-image: url('../images/bg-recrutamento-tablet.png');
  }

  .div-block-212 {
    max-width: 640px;
  }

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

  .heading-105 {
    max-width: 438px;
    font-size: 38px;
  }

  .div-block-216.header-home {
    display: flex;
  }

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

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

  .paragraph-7 {
    max-width: 664px;
  }

  .slider-12 {
    width: 100%;
    max-width: 715px;
    margin-left: auto;
    margin-right: auto;
  }

  .slide-4, .slide-5, .slide-6 {
    margin-left: 21px;
    margin-right: 21px;
  }

  .mask-6 {
    width: 100%;
  }

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

  .container-8 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    max-width: 600px;
  }

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

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

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

  .paragraph-13.txt-black {
    text-align: left;
  }

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

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

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

  .image-18 {
    display: none;
  }

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

  .section-9 {
    flex-flow: column;
    max-width: 640px;
    margin-left: auto;
    margin-right: auto;
  }

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

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

  .image-21 {
    order: -9999;
    max-width: 640px;
    margin-top: 60px;
    margin-bottom: 40px;
  }

  .div-block-228 {
    max-width: 600px;
  }

  .flex-block-18 {
    flex-flow: column;
    max-width: 640px;
    padding-top: 40px;
    padding-bottom: 20px;
  }

  .div-block-231, .div-block-232 {
    max-width: 720px;
  }

  .div-block-233 {
    order: -9999;
    justify-content: flex-start;
    align-items: center;
  }

  .div-block-234.bg-emp-1, .div-block-234.bg-emp-2 {
    order: -9999;
  }

  .div-block-235 {
    max-width: 420px;
  }

  .slider-13 {
    max-width: 640px;
  }

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

  .right-arrow-11 {
    display: block;
  }

  .icon-5 {
    color: var(--black-web);
    margin-left: auto;
    margin-right: auto;
  }

  .icon-6 {
    color: var(--black-web);
    margin-left: 0;
  }

  .mask-7 {
    max-width: 486px;
    margin-left: auto;
    margin-right: auto;
  }

  .flex-block-19 {
    display: none;
  }

  .paragraph-33 {
    line-height: 1.5;
  }

  .slider-14 {
    max-width: 640px;
    display: block;
  }

  .slide-18 {
    margin-left: 20px;
    margin-right: 20px;
  }

  .icon-7 {
    color: var(--black-web);
    margin-left: 0;
  }

  .icon-8 {
    color: var(--black-web);
    margin-right: 0;
  }

  .mask-8 {
    width: 100%;
    max-width: 526px;
    margin-left: auto;
    margin-right: auto;
  }

  .flex-block-20 {
    grid-column-gap: 13.75px;
    grid-row-gap: 13.75px;
  }

  .div-block-241 {
    grid-column-gap: 8.81px;
    grid-row-gap: 8.81px;
    flex-flow: column;
  }

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

  .paragraph-35 {
    font-size: 12.34px;
  }

  .image-27 {
    display: none;
  }

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

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

  .mask-9 {
    max-width: 537px;
  }

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

  .slide-21 {
    width: auto;
    margin-left: 20px;
    margin-right: 20px;
  }
}

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

  .container-banner {
    height: auto;
    min-height: 280px;
  }

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

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

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

  .title-reserve {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
    color: var(--black-web);
    text-align: center;
    justify-content: center;
    align-items: center;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 20px;
    font-weight: 400;
    line-height: 150%;
    display: flex;
  }

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

  .section {
    text-align: left;
    justify-content: space-between;
    align-items: center;
    padding-left: 24px;
    padding-right: 24px;
  }

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

  .div-block-28 {
    width: 80px;
    height: 80px;
    top: 30px;
  }

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

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

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

  .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: 15px;
    padding-right: 15px;
  }

  .section-3 {
    grid-column-gap: 42px;
    grid-row-gap: 42px;
    flex-flow: column;
  }

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

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

  .slider-item.slider-1, .slider-item.slider-2, .slider-item.slider-3, .slider-item.slider-4, .slider-item.slider-5, .slider-item.slider-7, .slider-item.slider-8 {
    margin-right: 20px;
  }

  .slidera1 {
    max-width: 319px;
  }

  .container-contrato {
    padding-bottom: 0;
    padding-left: 15px;
    padding-right: 15px;
  }

  .flex-block-3 {
    padding-left: 24px;
    padding-right: 24px;
  }

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

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

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

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

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

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

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

  .title-page {
    line-height: 1.875rem;
  }

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

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

  .modal-instrutores {
    display: none;
  }

  .div-block-79 {
    background-image: none;
    flex-flow: column;
    justify-content: flex-end;
    align-items: center;
  }

  .subtitle-md.color-main {
    z-index: 2;
    position: relative;
  }

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

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

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

  .div-block-107 {
    flex-flow: column;
    max-height: 566px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 6px;
  }

  .image-15 {
    max-width: 315px;
    height: 308px;
  }

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

  .title-left-mobile-center {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
    justify-content: center;
    align-items: center;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 24px;
    line-height: 36px;
  }

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

  .container-minha-conta {
    margin-top: 40px;
    padding-left: 5svw;
    padding-right: 5svw;
  }

  .mask-5 {
    max-width: 327px;
  }

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

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

  .heading-104 {
    color: #1e1e1e;
    font-size: 20px;
  }

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

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

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

  .div-block-216.header-home {
    display: flex;
  }

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

  .heading-106, .heading-107 {
    text-align: center;
  }

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

  .slide-4, .slide-5 {
    margin-left: 0;
    margin-right: 0;
  }

  .slide-6 {
    margin-left: 0;
  }

  .container-8 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    max-width: 327px;
  }

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

  .paragraph-12 {
    font-size: 40px;
    line-height: 1.4;
  }

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

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

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

  .subtitle-center-2 {
    text-align: left;
    justify-content: center;
    align-items: center;
    margin-top: 40px;
  }

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

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

  .mask-7 {
    max-width: 244px;
  }

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

  .paragraph-34 {
    line-height: 1.5;
  }
}

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

  .container-banner {
    height: auto;
    min-height: 280px;
  }

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

  .title-reserve {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
  }

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

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

  .section-3 {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

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

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

  .slider-item.slider-1 {
    width: 100%;
    min-width: 0;
    max-width: 290px;
    margin-left: 0;
    margin-right: 10px;
  }

  .slider-item.slider-2, .slider-item.slider-3, .slider-item.slider-4, .slider-item.slider-5, .slider-item.slider-7, .slider-item.slider-8 {
    width: 100%;
    max-width: 290px;
    margin-left: 0;
    margin-right: 10px;
  }

  .slider-item.slider-8a, .slider-item.slider9, .slider-item.slider10 {
    width: 100%;
    max-width: 290px;
    margin-left: 0;
  }

  .slidera1 {
    width: 100%;
  }

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

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

  .flex-block-3 {
    padding-left: 0;
    padding-right: 0;
  }

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

  .container-footer {
    padding: 0;
  }

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

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

  .title-center {
    word-break: normal;
    font-size: 20px;
    line-height: 1.5;
    display: flex;
  }

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

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

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

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

  .div-block-107 {
    padding-top: 24px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .code-embed-41 {
    justify-content: center;
    align-items: flex-start;
    display: flex;
  }

  .heading-23 {
    text-align: center;
    font-size: 18px;
  }

  .text-block-30 {
    text-align: center;
    margin-bottom: 20px;
  }

  .div-block-109 {
    padding: 0 14px;
  }

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

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

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

  .button-3.button-primary-template-xl {
    max-width: 90%;
    font-size: 12px;
  }

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

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

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

  .text-block-52 {
    padding-left: 0;
    padding-right: 0;
  }

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

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

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

  .heading-107 {
    margin-bottom: 0;
    font-size: 20px;
  }

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

  .slide-4, .slide-5 {
    margin-left: 0;
    margin-right: 0;
  }

  .slide-6 {
    margin-left: 0;
  }

  .container-conheca-2 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .div-block-129 {
    min-width: 310px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .subtitle-center-2 {
    min-width: 0;
    max-width: none;
  }

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

  .div-block-130.flexa1.section-app {
    padding-left: 0;
    padding-right: 0;
  }

  .image-17 {
    max-width: none;
    height: auto;
    min-height: 234px;
  }

  .image-19 {
    display: none;
  }

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

  .section-9, .container-9 {
    padding-left: 24px;
    padding-right: 24px;
  }

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

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

  .image-21 {
    display: none;
  }

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

  .div-block-229.cor-1, .div-block-229.cor-2, .div-block-229.cor-3 {
    width: 60px;
    min-width: 60px;
    height: 60px;
  }

  .div-block-230 {
    margin-left: auto;
    margin-right: auto;
    padding-right: 0;
  }

  .image-22 {
    order: -9999;
    margin-top: 40px;
    margin-bottom: 40px;
    display: block;
  }

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

  .image-23, .image-24, .image-25 {
    height: 30px;
  }

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

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

  .div-block-235 {
    padding-right: 0;
  }

  .paragraph-24 {
    text-align: center;
    font-size: 20px;
  }

  .paragraph-25 {
    text-align: center;
    font-size: 18px;
  }

  .paragraph-27, .paragraph-31 {
    font-size: 18px;
  }

  .paragraph-33 {
    font-size: 20px;
  }

  .slider-14 {
    max-width: 320px;
  }

  .mask-8 {
    max-width: 265px;
  }

  .paragraph-34 {
    font-size: 28.51px;
    line-height: 1.5;
  }

  .paragraph-35 {
    font-size: 8.87px;
  }

  .image-28 {
    display: none;
  }

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

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

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

  .heading-112 {
    font-size: 20px;
    line-height: 1.5;
  }

  .mask-9 {
    max-width: 278px;
  }

  .icon-9 {
    margin-left: 0;
  }

  .icon-10 {
    margin-right: 0;
  }

  .paragraph-36 {
    font-size: 22px;
  }

  .paragraph-37, .paragraph-38, .paragraph-39 {
    font-size: 16px;
  }
}


@font-face {
  font-family: 'Surt Trial';
  src: url('../fonts/Surt-Normal-Bold-TRIAL.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Surt Trial';
  src: url('../fonts/Surt-Normal-Regular-TRIAL.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Surt Trial';
  src: url('../fonts/Surt-Normal-Medium-TRIAL.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Surt Trial';
  src: url('../fonts/Surt-Normal-Regular-TRIAL.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}