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

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

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

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

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

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

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

@font-face {
  font-family: Cormorantgaramond Variablefont Wght;
  src: url('../fonts/CormorantGaramond-Italic-VariableFont_wght.ttf') format("truetype");
  font-weight: 300 700;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Cormorantgaramond Variablefont Wght;
  src: url('../fonts/CormorantGaramond-VariableFont_wght.ttf') format("truetype");
  font-weight: 300 700;
  font-style: normal;
  font-display: auto;
}

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

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

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

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

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

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

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

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

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

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

:root {
  --main-1: #403d39;
  --white-web: white;
  --text-2: #888;
  --rounding-base: 6px;
  --neutras-5: #ffffff4d;
  --neutras-1: #b2654e;
  --transparent: #fff0;
  --neutras-2: #edf2fe;
  --black-web: black;
  --text-3: white;
  --neutras-4: #f0efeb;
  --text-1: #1e1e1e;
  --neutras-6: #0000000d;
  --background: white;
  --neutras-3: #f8faff;
  --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;
  --p: Manrope, Arial, sans-serif;
}

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

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

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

.navbar-custom:where(.w-variant-b9a725aa-73fd-f485-810a-6e5e33969aef) {
  justify-content: space-between;
  align-items: center;
  max-height: 54px;
}

.logo-header {
  max-width: 77px;
  height: auto;
  max-height: 54px;
  display: block;
}

.logo-header:where(.w-variant-b9a725aa-73fd-f485-810a-6e5e33969aef) {
  display: block;
}

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

.div-block:where(.w-variant-b9a725aa-73fd-f485-810a-6e5e33969aef) {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: flex-end;
}

.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);
  margin-top: 5px;
}

.icon-hamburguer.menu-mobile-action:where(.w-variant-b9a725aa-73fd-f485-810a-6e5e33969aef) {
  color: var(--main-1);
  margin-bottom: 0;
}

.button-secondary-yoga {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  border-radius: var(--rounding-base);
  height: 44px;
  color: var(--white-web);
  cursor: pointer;
  background-color: #403d39;
  border: 2px #000;
  justify-content: center;
  align-items: center;
  padding: 12px 24px;
  font-weight: 900;
  transition: box-shadow .15s;
  display: flex;
}

.button-secondary-yoga:where(.w-variant-b9a725aa-73fd-f485-810a-6e5e33969aef) {
  border: 2px solid var(--main-1);
  background-color: var(--neutras-5);
  color: var(--main-1);
  cursor: pointer;
  font-weight: 700;
}

.button-secondary-yoga:hover {
  background-color: var(--neutras-1);
  color: var(--white-web);
  text-decoration: none;
}

.button-secondary-yoga:hover:where(.w-variant-b9a725aa-73fd-f485-810a-6e5e33969aef) {
  border-color: var(--main-1);
  background-color: var(--main-1);
  box-shadow: none;
  color: var(--white-web);
}

.button-secondary-yoga.pagekraft-auth-my-account {
  background-color: #403d39;
  font-family: Manrope, Arial, sans-serif;
  font-weight: 700;
  display: none;
}

.button-secondary-yoga.pagekraft-auth-my-account:where(.w-variant-b9a725aa-73fd-f485-810a-6e5e33969aef) {
  border-color: var(--main-1);
  background-color: var(--white-web);
  color: var(--main-1);
  font-family: Manrope, Arial, sans-serif;
  font-size: 14px;
  font-weight: 700;
  display: none;
}

.button-secondary-yoga.pagekraft-auth-my-account:hover {
  background-color: var(--neutras-1);
}

.button-secondary-yoga.pagekraft-auth-my-account:hover:where(.w-variant-b9a725aa-73fd-f485-810a-6e5e33969aef) {
  background-color: var(--main-1);
  color: var(--white-web);
}

.button-secondary-yoga.pagekraft-auth-register {
  background-color: #403d39;
  font-family: Manrope, Arial, sans-serif;
  font-weight: 700;
  display: none;
}

.button-secondary-yoga.pagekraft-auth-register:where(.w-variant-b9a725aa-73fd-f485-810a-6e5e33969aef) {
  background-color: var(--transparent);
  color: var(--main-1);
  font-weight: 700;
  display: none;
}

.button-secondary-yoga.pagekraft-auth-register:hover {
  background-color: var(--neutras-1);
  font-weight: 700;
}

.button-secondary-yoga.pagekraft-auth-register:hover:where(.w-variant-b9a725aa-73fd-f485-810a-6e5e33969aef) {
  background-color: var(--main-1);
  color: var(--white-web);
  font-weight: 700;
}

.button-secondary-yoga.pagekraft-auth-logout {
  background-color: #403d39;
  font-family: Manrope, Arial, sans-serif;
  font-weight: 700;
  display: none;
}

.button-secondary-yoga.pagekraft-auth-logout:where(.w-variant-b9a725aa-73fd-f485-810a-6e5e33969aef) {
  border-color: var(--main-1);
  color: var(--main-1);
  font-family: Manrope, Arial, sans-serif;
  font-weight: 700;
  display: none;
}

.button-secondary-yoga.pagekraft-auth-logout:hover {
  background-color: var(--neutras-1);
}

.button-secondary-yoga.pagekraft-auth-logout:hover:where(.w-variant-b9a725aa-73fd-f485-810a-6e5e33969aef) {
  color: var(--white-web);
}

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

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

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

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

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

.div-block-3.pagekraft-auth-login {
  border-top-style: none;
  border-top-width: 2px;
  border-top-color: var(--black-web);
  border-right-style: none;
  border-right-width: 2px;
  border-right-color: var(--black-web);
  border-bottom-style: none;
  border-bottom-width: 2px;
  border-bottom-color: var(--black-web);
  border-left-style: none;
  border-left-width: 2px;
  border-left-color: var(--black-web);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  color: var(--white-web);
  background-color: #403d39;
  padding: 14px 15px;
  display: none;
}

.div-block-3.pagekraft-auth-login:where(.w-variant-b9a725aa-73fd-f485-810a-6e5e33969aef) {
  border: 2px solid var(--main-1);
  background-color: var(--transparent);
  color: var(--main-1);
  margin-left: auto;
  margin-right: auto;
  display: none;
}

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

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

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

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

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

.container-gradient {
  opacity: 1;
  width: 100%;
  max-width: none;
  height: 100%;
}

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

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

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

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

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

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

.section-centered-home {
  grid-column-gap: 42px;
  grid-row-gap: 42px;
  padding-left: 24px;
  padding-right: 24px;
  flex-flow: column;
  width: 100%;
  max-width: 1248px;
  margin-left: auto;
  margin-right: auto;
  padding-block: clamp(24px, 100000vw - 768000px, 64px);
  display: flex;
}

.section-centered-home.bg-section-2 {
  background-color: var(--neutras-4);
  align-items: center;
  max-width: none;
}

.section-centered-home.section-professores {
  display: none;
}

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

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

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

.section-title {
  color: var(--text-1);
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Cormorantgaramond Variablefont Wght, Arial, sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 1;
}

.section-title.titel-mod {
  color: var(--white-web);
  font-family: Cormorantgaramond Variablefont Wght, Arial, sans-serif;
  font-size: 40px;
  font-weight: 700;
}

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

.text-block-5 {
  color: var(--black-web);
  font-family: Manrope, Arial, sans-serif;
  font-weight: 600;
  line-height: 1;
}

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

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

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

.text-span-7 {
  color: var(--neutras-1);
  font-style: italic;
}

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

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

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

.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(--neutras-1);
  font-style: italic;
}

.div-block-38 {
  background-color: var(--neutras-1);
  background-image: url('../images/bg-unidade.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 16px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 254px;
  padding: 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: none;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

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

.div-block-40 {
  grid-column-gap: 42px;
  grid-row-gap: 42px;
  background-color: #0000;
  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(--white-web);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Cormorantgaramond, Arial, sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.5;
}

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

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

.text-span-10 {
  color: var(--neutras-1);
  font-style: italic;
}

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

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

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

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

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

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

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

.container-footer {
  background-color: var(--neutras-1);
  background-image: url('../images/bg-footer-1.png');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  max-width: none;
  margin-top: auto;
  padding-top: 42px;
  padding-bottom: 42px;
}

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

.image-7 {
  height: auto;
}

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

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

.text-block-8 {
  opacity: .8;
  color: var(--white-web);
  font-family: Manrope, Arial, sans-serif;
  line-height: 150%;
}

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

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

.subtitle-1 {
  color: var(--white-web);
  font-family: Cormorantgaramond, Arial, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
}

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

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

.text-block-10 {
  opacity: .8;
  color: var(--white-web);
}

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

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

.link-footer {
  opacity: .8;
  color: var(--white-web);
  font-family: Manrope, Arial, sans-serif;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.link-footer.w--current {
  color: var(--white-web);
  font-family: Manrope, Arial, 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;
}

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

.container-script {
  width: 100%;
  max-width: none;
  min-height: 60svh;
  margin-top: 0;
  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-2);
  opacity: 0;
  flex-flow: column;
  width: 100%;
  height: 140px;
  padding: 18px;
  transition: opacity .3s;
  display: none;
}

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

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

.title-1313 {
  color: var(--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-2);
  border-radius: 6px;
  flex-flow: column;
  padding: 32px;
  display: flex;
}

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

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

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

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

.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-5);
  object-fit: cover;
  border-radius: 50%;
  width: 52px;
  height: 52px;
  position: relative;
}

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

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

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

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

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

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

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

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

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

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

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

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

.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: #403d39;
  --white-web: white;
  --text-2: #888;
  --rounding-base: 6px;
  --neutras-5: #ffffff4d;
  --neutras-1: #b2654e;
  --transparent: #fff0;
  --neutras-2: #edf2fe;
  --black-web: black;
  --text-3: white;
  --neutras-4: #f0efeb;
  --text-1: #1e1e1e;
  --neutras-6: #0000000d;
  --background: white;
  --neutras-3: #f8faff;
  --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;
  --p: Manrope, Arial, sans-serif;
  background-clip: border-box;
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  font-family: Manrope, Arial, sans-serif;
  display: flex;
}

.paragraph-3 {
  width: 100%;
  max-width: 579px;
  color: var(--black-web);
  font-family: Manrope, Arial, sans-serif;
  line-height: 150%;
}

.text-block-21 {
  color: var(--white-web);
  font-family: Montserrat, sans-serif;
  font-weight: 700;
  line-height: 1.5;
}

.paragraph-4 {
  color: var(--white-web);
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
}

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

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

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

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

.div-block-89:where(.w-variant-4c61c162-ae64-b959-8e71-adb0151ae895) {
  border-bottom-right-radius: 48px;
  border-bottom-left-radius: 0;
}

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

.button-primary-template-lg-copy-copy {
  background-color: var(--main-1);
  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-5);
  color: var(--main-1);
  cursor: pointer;
  border-radius: 6px;
  padding: 12.5px 12px;
  transition: box-shadow .2s;
  display: flex;
}

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

.code-embed-14.car-shopping.pagekraft-auth-checkout {
  width: 46px;
  height: 44px;
  color: var(--white-web);
  background-color: #403d39;
  border: 2px #000;
  justify-content: center;
  align-items: center;
  padding: 0;
}

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

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

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

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

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

.div-block-102 {
  z-index: 2;
  background-image: linear-gradient(135deg, #b2654ee6, var(--neutras-1));
  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(--neutras-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;
}

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

.div-block-106 {
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 579px;
  max-height: none;
  display: flex;
  position: relative;
  inset: auto;
}

.text-span-18 {
  color: var(--neutras-1);
  font-style: italic;
}

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

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

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

.heading-23 {
  color: var(--white-web);
  font-family: Cormorantgaramond Variablefont Wght, Arial, sans-serif;
  font-size: 40px;
  line-height: 36px;
}

.text-block-30 {
  color: var(--white-web);
  font-family: Manrope, Arial, sans-serif;
  line-height: 150%;
}

.div-block-109 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  max-width: none;
  padding: 40px 64px 40px 40px;
  display: flex;
}

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

.div-block-113 {
  background-color: var(--neutras-4);
  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(--text-1);
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
}

.titulo-reserva {
  color: var(--text-1);
  font-family: Cormorantgaramond Variablefont Wght, Arial, sans-serif;
  font-size: 22px;
  font-weight: 700;
  line-height: 150%;
}

.desc-reserva {
  color: var(--text-1);
  font-family: Manrope, Arial, sans-serif;
  line-height: 21px;
}

.div-block-114 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  width: 240px;
  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-113-copy {
  background-color: var(--neutras-1);
  width: 60px;
  height: 60px;
  color: var(--black-web);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  top: -20px;
}

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

.button-primary-wellness-copy {
  border-radius: var(--rounding-base);
  background-color: var(--white-web);
  height: 44px;
  color: var(--main-1);
  justify-content: center;
  align-items: center;
  padding: 12px 24px;
  font-weight: 700;
  line-height: 20px;
  display: flex;
}

.button-primary-wellness-copy:where(.w-variant-b9a725aa-73fd-f485-810a-6e5e33969aef) {
  background-color: var(--neutras-1);
  width: 113.3px;
  color: var(--white-web);
  font-weight: 700;
}

.button-primary-wellness-copy:hover {
  background-color: var(--neutras-1);
  color: var(--white-web);
  mix-blend-mode: normal;
  box-shadow: inset 0 2px 5px 40vh #0000001a;
}

.button-primary-wellness-copy:hover:where(.w-variant-b9a725aa-73fd-f485-810a-6e5e33969aef) {
  border: 2px solid var(--main-1);
  background-color: var(--main-1);
  box-shadow: none;
  justify-content: center;
  align-items: center;
  display: flex;
}

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

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

.button-primary-wellness-copy.w--current:hover:where(.w-variant-b9a725aa-73fd-f485-810a-6e5e33969aef) {
  background-color: var(--main-1);
  outline-offset: 0px;
  border-style: none;
  border-width: 0;
  outline: 3px #fff;
}

.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(--neutras-1);
  border-radius: 25px;
  font-family: Manrope, Arial, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.5;
}

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

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

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

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

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

.text-span-45 {
  color: var(--neutras-1);
  font-style: italic;
}

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

.button-8 {
  background-color: var(--neutras-1);
  width: 149px;
  height: 44px;
  color: var(--white-web);
  border-radius: 25px;
  justify-content: center;
  align-items: center;
  padding: 14px 28px;
  font-family: Manrope, Arial, sans-serif;
  font-weight: 700;
  line-height: 1;
  display: flex;
}

.paragraph-71 {
  color: var(--text-1);
}

.div-block-211 {
  background-image: url('../images/trabalheconosco.webp');
  background-position: 50%;
  background-size: cover;
  border-radius: 16px;
  width: 470px;
  height: 235px;
}

.logo-header-1:where(.w-variant-b9a725aa-73fd-f485-810a-6e5e33969aef) {
  display: block;
}

.logo-header-1.w--current {
  justify-content: center;
  align-items: center;
  height: 54px;
  display: flex;
}

.container-body-template {
  flex-flow: column;
  justify-content: space-between;
  min-height: 100svh;
  display: flex;
}

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

.body-page-template {
  font-family: Manrope, Arial, sans-serif;
}

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

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

.container-conheca {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-2360 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  max-width: 1200px;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
}

.section-centered-home-bg-gray {
  background-color: var(--neutras-3);
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-block: clamp(24px, 100000vw - 768000px, 64px);
  display: flex;
}

.section-centered-home-bg-gray.bg-section-2 {
  background-color: var(--neutras-4);
  display: none;
}

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

.div-block-2361 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 450px;
  min-height: 267px;
  display: flex;
}

.heading-105 {
  color: var(--white-web);
  font-family: Cormorantgaramond Variablefont Wght, Arial, sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 1;
}

.paragraph-79 {
  color: var(--white-web);
  font-family: Montserrat, sans-serif;
  line-height: 1.5;
}

.text-span-47, .text-span-48 {
  color: var(--neutras-1);
  font-style: italic;
}

.button-10 {
  background-color: var(--neutras-1);
  border-radius: 25px;
  justify-content: center;
  align-items: center;
  width: 173px;
  height: 44px;
  font-family: Manrope Variablefont Wght, Arial, sans-serif;
  font-weight: 700;
  line-height: 1;
  display: flex;
}

.text-span-49 {
  font-style: italic;
}

.icon {
  color: var(--neutras-1);
  margin-left: 0;
}

.icon-2 {
  color: var(--neutras-1);
  margin-right: 0;
}

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

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

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

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

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

.detalhe-prof {
  background-color: #b2654ecc;
  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;
}

.paragraph-8 {
  color: #fff;
  text-align: center;
  margin-bottom: 32px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  display: none;
}

.heading-108 {
  color: var(--white-web);
  font-family: Cormorantgaramond Variablefont Wght, Arial, sans-serif;
  font-size: 30px;
  line-height: 150%;
}

.icon-3 {
  color: var(--neutras-1);
  left: 0;
}

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

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

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

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

.bg-image-prof.prof1 {
  background-image: url('../images/Vitor.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/Gabriela.webp');
  background-position: 50%;
  background-size: cover;
}

.right-arrow-10 {
  display: none;
}

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

.icon-5 {
  color: var(--neutras-1);
  margin-left: auto;
  margin-right: 0;
  right: 20px;
}

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

.slider-item-2 {
  background-color: #eae8de;
  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-2.slider12 {
  background-image: url('../images/carrossel13.webp');
  border-radius: 16px;
  margin-left: 5px;
  margin-right: 5px;
}

.slider-item-2.slider9 {
  background-image: url('../images/carrossel1.webp');
  border-radius: 16px;
  margin-left: 5px;
  margin-right: 5px;
}

.slider-item-2.slider14 {
  background-image: url('../images/carrossel14.webp');
  border-radius: 16px;
  margin-left: 5px;
  margin-right: 5px;
}

.slider-item-2.slider11 {
  background-image: url('../images/carrossel2.webp');
  border-radius: 16px;
  margin-left: 5px;
  margin-right: 5px;
}

.mask-7 {
  box-sizing: border-box;
  aspect-ratio: auto;
  background-color: var(--neutras-1);
  object-fit: fill;
  border-radius: 16px;
  max-width: 1017px;
  min-height: auto;
  max-height: none;
  margin-left: auto;
  margin-right: auto;
  padding: 20px 10px;
}

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

.icon-6 {
  color: var(--neutras-1);
  left: 0;
}

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

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

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

.text-span-50 {
  color: var(--neutras-1);
  font-style: italic;
}

.content-termos {
  width: 100%;
  max-width: 960px;
}

.container-termos {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-top: 0;
  padding: 40px 24px 100px;
  display: flex;
}

.code-embed-47 {
  font-family: Manrope, Arial, sans-serif;
  line-height: 1.5;
}

.bg-header {
  background-color: #fff;
  width: 100%;
  height: 80px;
  position: absolute;
}

.code-embed-48 {
  color: var(--neutras-1);
}

.loc1 {
  border-radius: 16px;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.text-span-51 {
  color: var(--neutras-1);
  font-style: italic;
}

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

.paragraph-80:where(.w-variant-b9a725aa-73fd-f485-810a-6e5e33969aef) {
  font-family: Manrope, Arial, sans-serif;
  font-weight: 700;
}

.logo-header-2 {
  max-width: 77px;
  max-height: 64px;
}

.logo-header-2:where(.w-variant-b9a725aa-73fd-f485-810a-6e5e33969aef) {
  max-width: 77px;
  margin-right: auto;
}

.logo-header-2.w--current {
  display: none;
}

.section-7 {
  width: 100%;
  min-height: 200px;
}

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

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

.div-block-182 {
  background-image: url('../images/bg-recru.webp');
  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-185 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  margin-top: 0;
  margin-bottom: -5px;
  display: flex;
}

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

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

.div-block-184:hover {
  background-color: var(--main-1);
  box-shadow: inset 0 2px 5px 40vh #00000047;
}

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

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

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

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

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

@media screen and (min-width: 1280px) {
  .div-block-17 {
    max-width: none;
  }

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

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

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

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

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

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

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

@media screen and (min-width: 1440px) {
  .div-block-23 {
    justify-content: center;
    align-items: center;
  }

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

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

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

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

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

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

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

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

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

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

@media screen and (min-width: 1920px) {
  .container-banner {
    background-position: 50% 70%;
    height: 780px;
  }

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

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

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

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

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

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

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

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

@media screen and (max-width: 991px) {
  .div-block {
    width: 100%;
  }

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

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

  .section-centered-home {
    flex-flow: column;
  }

  .div-block-21 {
    width: 100%;
    margin-bottom: 42px;
  }

  .div-block-22 {
    justify-content: center;
    align-items: center;
    width: auto;
    margin-top: -60px;
  }

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

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

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

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

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

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

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

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

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

  .text-block-8 {
    font-family: Montserrat, sans-serif;
    line-height: 150%;
  }

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

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

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

  .image-14 {
    width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
  }

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

  .div-block-107 {
    flex-flow: column;
    max-height: none;
  }

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

  .div-block-113 {
    background-color: var(--neutras-1);
    position: static;
  }

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

  .desc-reserva {
    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: 255px;
    padding: 0 20px;
  }

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

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

  .div-block-113-styled {
    background-color: var(--neutras-4);
    color: var(--text-1);
    position: static;
  }

  .div-block-113-copy {
    position: static;
  }

  .text-block-31-copy {
    color: var(--main-2);
  }

  .slider-11 {
    height: auto;
  }

  .container-minha-conta {
    max-width: none;
    padding-left: 5svw;
    padding-right: 5svw;
  }

  .container-minha-conta.remove-padding {
    padding-left: 0;
    padding-right: 0;
  }

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

  .text-block-31-copy-copy {
    color: var(--white-web);
    font-weight: 800;
  }

  .div-block-15-copy {
    text-align: center;
    flex-flow: column;
    max-width: none;
  }

  .logo-header-1 {
    width: 100%;
  }

  .logo-header-1:where(.w-variant-b9a725aa-73fd-f485-810a-6e5e33969aef), .logo-header-1.w--current {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .container-title-page-planos {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .container-conheca, .div-block-2360 {
    flex-flow: column;
  }

  .section-centered-home-bg-gray {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
  }

  .mask-6 {
    width: 100%;
    max-width: 715px;
  }

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

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

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

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

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

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

  .icon-5 {
    right: 0;
  }

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

  .slider-item-2.slider12, .slider-item-2.slider9, .slider-item-2.slider14, .slider-item-2.slider11 {
    margin-left: 10px;
    margin-right: 10px;
  }

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

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

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

  .slide-nav-5 {
    pointer-events: auto;
    margin-top: 0;
    margin-bottom: -50px;
    padding-top: 0;
    display: block;
  }

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

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

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

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

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

  .container-banner {
    height: 600px;
  }

  .container-banner-text {
    justify-content: center;
    padding-left: 24px;
    padding-right: 24px;
  }

  .div-block-21 {
    margin-bottom: 0;
  }

  .div-block-22 {
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: 0;
    display: flex;
  }

  .div-block-23 {
    max-height: 400px;
  }

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

  .div-block-25 {
    margin-left: 0;
    padding-left: 0;
  }

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

  .div-block-37 {
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
    display: flex;
  }

  .div-block-38 {
    border-radius: 16px;
    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;
  }

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

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

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

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

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

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

  .paragraph-3 {
    text-align: left;
  }

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

  .code-embed-14 {
    cursor: pointer;
  }

  .code-embed-14.car-shopping.pagekraft-auth-checkout {
    color: var(--main-1);
    cursor: pointer;
  }

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

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

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

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

  .div-block-109 {
    justify-content: center;
    align-items: center;
    padding-left: 24px;
    padding-right: 24px;
  }

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

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

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

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

  .text-span-45 {
    margin-left: 6px;
  }

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

  .div-block-2359 {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

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

  .heading-105, .paragraph-79 {
    text-align: center;
  }

  .mask-6 {
    max-width: 320px;
  }

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

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

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

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

  .mask-7 {
    width: 100%;
    max-width: 279px;
  }

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

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

  .slidera1 {
    max-width: 380px;
  }

  .text-span-50, .text-span-51 {
    margin-left: 6px;
  }

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

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

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

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

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

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

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

  .container-banner {
    height: 600px;
  }

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

  .section-centered-home {
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-21 {
    align-items: center;
    position: static;
  }

  .div-block-22 {
    justify-content: flex-start;
    align-items: center;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
  }

  .div-block-23 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    max-height: none;
    position: relative;
  }

  .section-title {
    text-align: center;
    margin-top: 0;
    margin-bottom: 0;
  }

  .div-block-25 {
    padding-left: 0;
  }

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

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

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

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

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

  .container-footer {
    padding: 0;
  }

  .section-6 {
    padding: 40px 20px;
  }

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

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

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

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

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

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

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

  .image-14 {
    width: 100%;
    position: static;
    top: 0%;
  }

  .div-block-106 {
    min-height: 0;
    max-height: none;
    position: relative;
    top: auto;
    bottom: auto;
  }

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

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

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

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

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

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

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

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

  .mask-5 {
    max-width: 83%;
  }

  .div-block-15-copy {
    text-align: center;
    justify-content: center;
    align-items: center;
    width: 100%;
    display: flex;
  }

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

  .container-conheca {
    grid-column-gap: 42px;
    grid-row-gap: 42px;
  }

  .section-centered-home-bg-gray {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

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

  .icon-4 {
    right: -10px;
  }

  .icon-3 {
    margin-left: 0;
    left: -10px;
  }

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

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

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

  .slider-item-2.slider9 {
    width: 100%;
    max-width: 239px;
    margin-left: 10px;
  }

  .mask-7 {
    width: 100%;
    max-width: 279px;
    padding-left: 10px;
  }

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

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

  .slidera1 {
    width: 100%;
  }

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


@font-face {
  font-family: 'Manrope Variablefont Wght';
  src: url('../fonts/Manrope-VariableFont_wght.ttf') format('truetype');
  font-weight: 200 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Manrope';
  src: url('../fonts/Manrope-ExtraBold.ttf') format('truetype'), url('../fonts/Manrope-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Manrope';
  src: url('../fonts/Manrope-ExtraLight.ttf') format('truetype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Manrope';
  src: url('../fonts/Manrope-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Manrope';
  src: url('../fonts/Manrope-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Manrope';
  src: url('../fonts/Manrope-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Manrope';
  src: url('../fonts/Manrope-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Cormorantgaramond Variablefont Wght';
  src: url('../fonts/CormorantGaramond-Italic-VariableFont_wght.ttf') format('truetype');
  font-weight: 300 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Cormorantgaramond Variablefont Wght';
  src: url('../fonts/CormorantGaramond-VariableFont_wght.ttf') format('truetype');
  font-weight: 300 700;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Cormorantgaramond';
  src: url('../fonts/CormorantGaramond-BoldItalic.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Cormorantgaramond';
  src: url('../fonts/CormorantGaramond-LightItalic.ttf') format('truetype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Cormorantgaramond';
  src: url('../fonts/CormorantGaramond-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Cormorantgaramond';
  src: url('../fonts/CormorantGaramond-Italic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Cormorantgaramond';
  src: url('../fonts/CormorantGaramond-MediumItalic.ttf') format('truetype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Cormorantgaramond';
  src: url('../fonts/CormorantGaramond-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Cormorantgaramond';
  src: url('../fonts/CormorantGaramond-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Cormorantgaramond';
  src: url('../fonts/CormorantGaramond-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Cormorantgaramond';
  src: url('../fonts/CormorantGaramond-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Cormorantgaramond';
  src: url('../fonts/CormorantGaramond-SemiBoldItalic.ttf') format('truetype');
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}