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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

:root {
  --background: white;
  --rounding-base: 6px;
  --primary-color-template: #2b4551;
  --text-3: white;
  --neutras-3: #f0f0f0e6;
  --transparent: #fff0;
  --neutras-2: #c4d1d2;
  --gray: #888;
  --white-web: white;
  --background-tertiary: #f0f0f0b3;
  --text-1: #83dce7;
  --text-2: #555;
  --neutras-5: #f2f6f6;
  --neutras-6: #0000000d;
  --black-web: black;
  --background-dark: #333;
  --white-90: #f0f0f0e6;
  --shadow-image: #2d2d2d80;
  --primary-color-template-dark-animation: #88e0dc;
}

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

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

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

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

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

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

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

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

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

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

.icon-hamburguer {
  cursor: pointer;
  justify-content: center;
  align-items: center;
  padding: 10px;
  display: flex;
}

.button-primary-wellness {
  border-radius: var(--rounding-base);
  background-color: var(--primary-color-template);
  color: var(--text-3);
  justify-content: center;
  align-items: center;
  padding: 12px 24px;
  font-weight: 500;
  line-height: 25px;
  transition: box-shadow .15s;
  display: flex;
}

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

.button-secondary-wellness {
  border: 2px solid var(--neutras-3);
  border-radius: var(--rounding-base);
  background-color: var(--transparent);
  color: var(--primary-color-template);
  justify-content: center;
  align-items: center;
  padding: 12px 24px;
  font-weight: 500;
  display: flex;
}

.button-secondary-wellness:hover {
  text-decoration: none;
}

.div-block-2 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  width: 590px;
  min-width: 0;
  display: flex;
}

.code-embed {
  height: auto;
}

.div-block-3 {
  border: 1px solid var(--neutras-2);
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  display: flex;
}

.div-block-3.styled-login {
  cursor: pointer;
  border-radius: 50%;
  width: 42px;
  height: 42px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.container-banner {
  width: 100%;
  height: 480px;
  margin-top: 80px;
  margin-bottom: 42px;
}

.container-gradient {
  z-index: 2;
  background-image: linear-gradient(90deg, #1b302e3b, #2d2d2d54);
  width: 100%;
  height: 100%;
  position: relative;
  top: -100%;
}

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

.heading-3 {
  color: var(--white-web);
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 24px;
  padding-right: 24px;
  font-family: Poppins, Arial, sans-serif;
  font-size: 64px;
  font-weight: 700;
  line-height: 64px;
}

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

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

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

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

.card-hover-description.card-border-1 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -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;
  max-height: 427px;
  display: block;
  overflow: clip;
}

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

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

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

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

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

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

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

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

.description-hide {
  color: var(--text-3);
  text-align: center;
  scrollbar-width: thin;
  scrollbar-color: #2b4551 #83dce7;
  margin-bottom: 0;
  font-size: 12px;
  font-weight: 300;
  line-height: 120%;
  display: none;
  overflow: visible;
}

.description-hide:where(.w-variant-e2c9cef6-6f38-f264-2725-60dfe5344690) {
  font-weight: 300;
}

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

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

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

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

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

.div-block-17 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

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

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

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

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

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

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

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

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

.container-conheca.no-margin {
  margin-bottom: 0;
  padding-bottom: 64px;
}

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

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

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

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

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

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

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

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

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

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

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

.heading-11 {
  color: var(--text-1);
  font-family: Poppins, Arial, sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 21px;
}

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

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

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

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

.code-embed-5 {
  height: auto;
  line-height: 24px;
}

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

.button-primary-template-xl {
  background-color: var(--primary-color-template);
  color: var(--text-3);
  text-align: center;
  border-radius: 6px;
  padding: 14px 42px;
  font-size: 16px;
  font-weight: 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-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;
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  padding-top: 0;
  display: flex;
}

.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%;
  margin-top: -449px;
  margin-bottom: auto;
  position: static;
  inset: -100% 0% auto auto;
}

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

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

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

.card-hover-description-bottom.card-border-1:where(.w-variant-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;
}

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

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

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

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

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

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

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

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

.text-block-7 {
  color: var(--text-2);
  font-weight: 500;
}

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

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

.container-playlist {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: var(--neutras-2);
  background-image: url('../images/a3c05fedd404021be81a999db095e84a-1.jpeg');
  background-position: 50%;
  background-size: cover;
  flex-flow: column;
  width: 100%;
  max-width: none;
  margin-bottom: 42px;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

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

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

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

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

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

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

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

.container-slider {
  width: 100%;
  max-width: 1440px;
  margin-bottom: 42px;
  padding-top: 64px;
  padding-bottom: 64px;
}

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

.slider-item.slider-1 {
  background-image: url('../images/54fb2490679e71d0f4c5180b86e2904b.jpeg');
  width: 290px;
  height: 350px;
  margin-left: 0;
  margin-right: 20px;
  padding-left: 0;
}

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

.slider-item.slider-3 {
  background-image: url('../images/b719b026ea123f5da1e5440e5d908724.jpeg');
  background-position: 0%;
  margin-right: 20px;
}

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

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

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

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

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

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

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

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

.flex-block-3 {
  grid-column-gap: 42px;
  grid-row-gap: 42px;
  max-width: 600px;
}

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

.section-6 {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  grid-template-rows: auto;
  grid-template-columns: minmax(auto, 400px) 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 14px;
  display: grid;
}

.image-7 {
  max-width: 145px;
  height: 60px;
}

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

.text-block-8 {
  color: var(--primary-color-template);
  font-weight: 300;
}

.text-block-8.subilinhado {
  text-decoration: underline;
}

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

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

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

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

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

.text-block-9 {
  opacity: .8;
  color: var(--primary-color-template);
  font-weight: 300;
}

.text-block-10 {
  opacity: .8;
  color: var(--primary-color-template);
}

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

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

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

.link-footer.w--current {
  color: var(--primary-color-template);
}

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

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

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

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

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

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

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

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

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

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

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

.body-2 {
  background-color: var(--background);
  --background: white;
  --rounding-base: 6px;
  --primary-color-template: #2b4551;
  --text-3: white;
  --neutras-3: #f0f0f0e6;
  --transparent: #fff0;
  --neutras-2: #c4d1d2;
  --gray: #888;
  --white-web: white;
  --background-tertiary: #f0f0f0b3;
  --text-1: #83dce7;
  --text-2: #555;
  --neutras-5: #f2f6f6;
  --neutras-6: #0000000d;
  --black-web: black;
  --background-dark: #333;
  --white-90: #f0f0f0e6;
  --shadow-image: #2d2d2d80;
  --primary-color-template-dark-animation: #88e0dc;
  font-family: Poppins, Arial, sans-serif;
}

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

.body-3, .body-4 {
  background-color: var(--background);
  --background: white;
  --rounding-base: 6px;
  --primary-color-template: #2b4551;
  --text-3: white;
  --neutras-3: #f0f0f0e6;
  --transparent: #fff0;
  --neutras-2: #c4d1d2;
  --gray: #888;
  --white-web: white;
  --background-tertiary: #f0f0f0b3;
  --text-1: #83dce7;
  --text-2: #555;
  --neutras-5: #f2f6f6;
  --neutras-6: #0000000d;
  --black-web: black;
  --background-dark: #333;
  --white-90: #f0f0f0e6;
  --shadow-image: #2d2d2d80;
  --primary-color-template-dark-animation: #88e0dc;
  font-family: Poppins, Arial, sans-serif;
}

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

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

.link-modalidade {
  color: var(--primary-color-template);
  text-decoration: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.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(--primary-color-template);
  font-size: 12px;
  font-weight: 600;
  line-height: 18px;
}

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

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

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

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

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

.image-perfil-instrutores-1 {
  z-index: 0;
  border: 2.5px solid var(--neutras-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(--primary-color-template);
  position: relative;
}

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

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

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

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

.body-16 {
  background-color: var(--background);
  color: var(--primary-color-template);
  -webkit-text-fill-color: inherit;
  --background: white;
  --rounding-base: 6px;
  --primary-color-template: #2b4551;
  --text-3: white;
  --neutras-3: #f0f0f0e6;
  --transparent: #fff0;
  --neutras-2: #c4d1d2;
  --gray: #888;
  --white-web: white;
  --background-tertiary: #f0f0f0b3;
  --text-1: #83dce7;
  --text-2: #555;
  --neutras-5: #f2f6f6;
  --neutras-6: #0000000d;
  --black-web: black;
  --background-dark: #333;
  --white-90: #f0f0f0e6;
  --shadow-image: #2d2d2d80;
  --primary-color-template-dark-animation: #88e0dc;
  background-clip: border-box;
  flex-flow: column;
  font-family: Poppins, Arial, sans-serif;
  font-size: 14px;
  display: flex;
}

.paragraph-3 {
  color: var(--text-2);
  max-width: 370px;
  font-size: 12px;
  line-height: 18px;
}

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

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

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

.body-18 {
  background-color: var(--background);
  --background: white;
  --rounding-base: 6px;
  --primary-color-template: #2b4551;
  --text-3: white;
  --neutras-3: #f0f0f0e6;
  --transparent: #fff0;
  --neutras-2: #c4d1d2;
  --gray: #888;
  --white-web: white;
  --background-tertiary: #f0f0f0b3;
  --text-1: #83dce7;
  --text-2: #555;
  --neutras-5: #f2f6f6;
  --neutras-6: #0000000d;
  --black-web: black;
  --background-dark: #333;
  --white-90: #f0f0f0e6;
  --shadow-image: #2d2d2d80;
  --primary-color-template-dark-animation: #88e0dc;
  font-family: Poppins, Arial, sans-serif;
}

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

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

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

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

.button-secondary-wellness-sair.pagekraft-auth-logout {
  border-style: none;
  padding: 12px 16px;
  transition: transform .2s;
  display: none;
}

.button-secondary-wellness-sair.pagekraft-auth-logout:hover {
  transform: scale(1.03);
}

.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: 24px;
  font-weight: 600;
  line-height: 36px;
  display: none;
}

.title-card-hover-hover:where(.w-variant-4a3abfb0-0f8b-6216-7136-946423277017) {
  font-size: 16px;
  line-height: 120%;
}

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

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

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

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

.code-embed-14.car-shopping.pagekraft-auth-checkout {
  border: 2px solid var(--neutras-3);
  cursor: pointer;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  padding: 10px;
  display: flex;
}

.code-embed-15, .code-embed-16, .code-embed-17, .code-embed-18, .code-embed-19, .code-embed-20, .code-embed-21, .code-embed-23, .code-embed-24, .code-embed-25, .code-embed-26, .code-embed-31 {
  color: var(--primary-color-template);
}

.button-primary-wellness-lg {
  border-radius: var(--rounding-base);
  background-color: var(--primary-color-template);
  color: var(--text-3);
  padding: 14px 42px;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  transition: box-shadow .15s;
}

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

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

.image-14 {
  width: auto;
  max-width: 193px;
  height: 60px;
}

.div-block-92 {
  grid-column-gap: 42px;
  grid-row-gap: 42px;
  background-image: linear-gradient(90deg, #2d2d2de6, #1b302ee6);
  flex-flow: column;
  width: 100%;
  height: 100%;
  padding-top: 66px;
  padding-bottom: 66px;
  display: flex;
}

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

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

.div-block-94 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  max-width: 1029px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.div-block-96 {
  justify-content: center;
  align-items: center;
  margin-top: 24px;
  display: flex;
}

.text-tiitle-1 {
  font-size: 32px;
  font-weight: 500;
  line-height: 35px;
}

.text-title-2 {
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
}

.text-title-3 {
  font-size: 16px;
}

.body-19, .body-20, .body-21, .body-22 {
  font-family: Poppins, Arial, sans-serif;
}

.bold-text {
  font-weight: 600;
}

.bold-text-2 {
  font-weight: 700;
}

.text-block-23 {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  font-weight: 400;
}

.bold-text-4, .bold-text-5, .bold-text-6, .bold-text-7, .bold-text-8, .bold-text-9, .bold-text-10, .bold-text-11 {
  font-weight: 600;
}

.div-block-98 {
  width: 100%;
  max-width: 1200px;
  min-height: 500px;
  margin-top: 80px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  padding-left: 10px;
  padding-right: 10px;
}

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

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

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

.code-embed-32 {
  margin-top: 80px;
}

.div-block-101 {
  min-height: 500px;
}

.icon-hamburguer-ang {
  cursor: pointer;
  justify-content: center;
  align-items: center;
  display: flex;
}

.icon-hamburguer-ang.menu-mobile-action {
  padding: 10px;
  display: block;
}

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

.link-block, .link-block-2, .link-block-3 {
  display: none;
}

.div-block-110 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: wrap;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 64px;
  display: flex;
}

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

.heading-112 {
  color: var(--text-2);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 30px;
  font-weight: 500;
  line-height: 45px;
}

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

.heading-113 {
  color: var(--primary-color-template);
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  line-height: 150%;
}

.text-block-24 {
  color: var(--text-2);
  text-align: center;
  font-size: 12px;
  line-height: 150%;
}

.image-15 {
  width: 86px;
  height: 86px;
}

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

.card-sobre-descriptions {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: var(--neutras-2);
  border-top-left-radius: 40px;
  border-bottom-right-radius: 40px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 327px;
  height: 387px;
  padding: 42px 24px;
  display: flex;
}

.card-sobre-descriptions-lg {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: var(--neutras-2);
  border-top-left-radius: 40px;
  border-bottom-right-radius: 40px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 327px;
  height: 387px;
  padding: 24px;
  display: flex;
}

.slide-nav {
  display: none;
}

.slider-9 {
  background-color: var(--transparent);
  flex: 1;
  align-self: auto;
  width: 100%;
  max-width: 1440px;
  display: block;
}

.div-block-114 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 100%;
  height: auto;
  display: flex;
}

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

.image-1-depoimentos {
  background-image: url('../images/ff279db2ca74777001512e2402f7b0bf.png');
  background-position: 50%;
  background-size: cover;
  border-top-left-radius: 18px;
  border-bottom-right-radius: 18px;
  width: 42px;
  height: 42px;
}

.image-2-depoimentos {
  background-image: url('../images/678ef3639846d3a23c6e8477535290f5.png');
  background-position: 50%;
  background-size: cover;
  border-top-left-radius: 18px;
  border-bottom-right-radius: 18px;
  width: 42px;
  height: 42px;
}

.image-3-depoimentos {
  background-image: url('../images/445562fb16b266914c6e2fc2f8d05c10.png');
  background-position: 50%;
  background-size: cover;
  border-top-left-radius: 18px;
  border-bottom-right-radius: 18px;
  width: 42px;
  height: 42px;
}

.image-4-depoimento {
  background-image: url('../images/a6c1af04c0b7111de5e441ccbf5b1e48.png');
  background-position: 50%;
  background-size: cover;
  border-top-left-radius: 18px;
  border-bottom-right-radius: 18px;
  width: 42px;
  height: 42px;
}

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

.div-block-26-copy.big-comment {
  max-width: 1000px;
  display: block;
}

.paragraph-2-copy {
  color: var(--text-3);
  text-overflow: clip;
  white-space: nowrap;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 600;
  line-height: 150%;
  overflow: hidden;
}

.div-block-115 {
  width: 100%;
  height: 480px;
}

.slider-11 {
  height: 480px;
}

.slide-9 {
  background-image: url('../images/banner-Cryo.jpeg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100svw;
}

.slide-10 {
  background-image: url('../images/2920172c920183c313c99020d2434ba2.jpeg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100svw;
}

.left-arrow-4, .right-arrow-4, .slide-nav-3 {
  display: none;
}

.slide-11 {
  background-image: url('../images/98801a1fd95884169952cc971390890e.jpeg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100svw;
}

.slide-12 {
  background-image: url('../images/fe42c15768400a1dc3e4a7d38633ce86.jpeg');
  background-position: 50% 0;
  background-size: cover;
  width: 100svw;
}

.slide-13 {
  background-image: url('../images/97bf239bbefe9b2c83810ab35289e9e0.jpeg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100svw;
}

.slide-14 {
  background-image: url('../images/f75195c4874364e3fc1964dc8a2cc33f.jpeg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100svw;
}

.code-embed-34, .code-embed-35, .text-block-25 {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.pagekraft-auth-login {
  display: none;
}

.dropdown-list {
  background-color: var(--text-3);
  color: var(--black-web);
}

.dropdown-link, .dropdown-link-2, .dropdown-link-3, .dropdown-link-4 {
  color: var(--primary-color-template);
}

.heading-114 {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
}

.slide-15 {
  background-image: url('../images/mG9ZCEaRHDnL114hR8W0jkrQ-1BnDjiNBg.png');
  background-position: 50% 0;
  background-size: cover;
}

.div-block-116 {
  height: 100%;
  box-shadow: inset 0 2px 5px 100vh #0000008c;
}

@media screen and (min-width: 1920px) {
  .card-reserve {
    width: 100%;
    max-width: 327px;
  }

  .text-block-23 {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
  }

  .heading-114 {
    justify-content: flex-start;
    align-items: flex-start;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }
}

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

  .button-primary-wellness {
    flex: 0 auto;
    padding: 9px 15px;
    display: flex;
  }

  .button-secondary-wellness {
    padding: 9px 15px;
  }

  .div-block-5 {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    align-items: center;
    display: flex;
  }

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

  .heading-3 {
    margin-top: 0;
    padding-left: 24px;
    padding-right: 24px;
    font-size: 48px;
    line-height: 60px;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .slider {
    margin-left: 0;
  }

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

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

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

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

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

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

  .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-92 {
    padding-left: 24px;
    padding-right: 24px;
  }

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

  .icon-hamburguer-ang.menu-mobile-action {
    display: block;
  }

  .slider-9 {
    width: 100%;
  }

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

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

  .paragraph-2-copy {
    white-space: normal;
    max-height: 200px;
    overflow: auto;
  }
}

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

  .logo-header {
    height: 40px;
  }

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

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

  .div-block-4 {
    flex-flow: wrap;
    display: none;
  }

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

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

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

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

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

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

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

  .container-conheca.no-margin {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .image.image-margin {
    margin-top: 40px;
  }

  .div-block-26 {
    overflow-wrap: anywhere;
  }

  .paragraph-2 {
    text-overflow: clip;
    overflow-wrap: anywhere;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .modal-instrutores {
    display: flex;
  }

  .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, .code-embed-14.car-shopping.pagekraft-auth-checkout {
    cursor: pointer;
  }

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

  .heading-111, .heading-112 {
    font-size: 24px;
  }

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

  .link-block-4, .link-block-5, .link-block-6 {
    display: none;
  }

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

  .mask-2 {
    height: auto;
  }

  .paragraph-2-copy {
    text-overflow: clip;
    overflow-wrap: anywhere;
    max-height: 300px;
  }

  .slide-15 {
    background-image: url('../images/ufBupc0OvhRZZJzEI-Gj0BDWOf8UJHY10g_1.png');
  }
}

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

  .logo-header {
    height: 35px;
  }

  .button-primary-wellness {
    padding-left: 12px;
    padding-right: 12px;
  }

  .div-block-5 {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
  }

  .heading-3 {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 35px;
    line-height: 50px;
  }

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

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

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

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

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

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

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

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

  .div-block-26 {
    width: 100%;
    max-width: none;
  }

  .paragraph-2 {
    overflow-wrap: anywhere;
  }

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

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

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

  .left-arrow {
    display: flex;
  }

  .right-arrow {
    display: block;
  }

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

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

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

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

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

  .button-primary-wellness-lg {
    text-align: center;
    font-size: 16px;
  }

  .div-block-91 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    width: 100%;
  }

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

  .icon-hamburguer-ang.menu-mobile-action {
    padding-left: 0;
  }

  .div-block-91-copy, .div-block-110 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    width: 100%;
  }

  .heading-111, .heading-112 {
    margin-top: 0;
    margin-bottom: 0;
  }

  .div-block-111 {
    flex-flow: wrap;
  }

  .text-block-24 {
    overflow: auto;
  }

  .slider-9 {
    width: 100%;
  }

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

  .div-block-26-copy.big-comment {
    width: 100%;
    max-width: none;
  }

  .slide-2 {
    width: auto;
    max-width: none;
  }

  .paragraph-2-copy {
    overflow-wrap: anywhere;
    max-height: 500px;
  }

  .dropdown-toggle {
    padding-left: 12px;
  }
}


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