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

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

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

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

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

:root {
  --white: white;
  --color\<deleted\|variable-d48b1b29-3674-b658-5a9c-4254b26b8653\>: transparent;
  --background: #1b1b1b;
  --black: black;
  --gray-text: #dedede;
  --blue-violet\<deleted\|variable-2afe1186\>: #8a2fec;
  --primary: #3e3e3f;
  --secondary: #404041;
  --orange-1\<deleted\|variable-0371015a-b7d3-8a29-61a5-7ce61b439e63\>: #f90;
  --orange-2\<deleted\|variable-330b0710-7635-8733-1a47-1d9fae15f64b\>: #d45700;
  --p: Montserrat, sans-serif;
  --h4-t: 1.125rem;
  --h3: Montserrat, sans-serif;
  --h5-t: .9375rem;
  --secondary-hover: #3e3e3f;
  --h4: Roboto, sans-serif;
  --h1: "Bebasneue 6196 400", sans-serif;
  --h1-t: 3.125rem;
  --h2: Montserrat, sans-serif;
  --h2-t: 1.875rem;
  --h3-t: 1.5rem;
  --h5: Montserrat, sans-serif;
  --h6: Roboto, sans-serif;
  --h6-t: .875rem;
  --p-t: 1rem;
  --bg-primary: #1b1b1b;
}

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

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

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

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

@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: #000;
  min-height: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.1;
}

h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
}

h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.2;
}

h4 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4;
}

h5 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.5;
}

h6 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
}

p {
  margin-bottom: 0;
}

ul, ol {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 1.5rem;
}

li {
  margin-bottom: .25rem;
}

img {
  max-width: 100%;
  display: inline-block;
}

label {
  margin-bottom: .25rem;
  font-weight: 500;
}

blockquote {
  border-left: .25rem solid #e2e2e2;
  margin-bottom: 0;
  padding: 0 1.25rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

figure {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

figcaption {
  text-align: center;
  margin-top: .25rem;
}

.utility-page_component {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  display: flex;
}

.utility-page_wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  max-width: 20rem;
  display: flex;
}

.utility-page_form {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.utility-page_image {
  margin-left: auto;
  margin-right: auto;
}

.form_input {
  background-color: #0000;
  min-height: 3rem;
  margin-bottom: .75rem;
  padding: .5rem 1rem;
}

.form_message-error {
  margin-top: .75rem;
  padding: .75rem;
}

.button {
  color: #fff;
  text-align: center;
  background-color: #000;
  padding: .75rem 1.5rem;
  font-weight: 600;
}

.utility_component {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility_block {
  grid-column-gap: 0rem;
  grid-row-gap: 1.25rem;
  text-align: center;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-content: center;
  place-items: center;
  width: 50%;
  max-width: 100%;
  margin-bottom: 0;
  display: flex;
  position: relative;
}

.lottie-animation {
  width: 50%;
}

.heading {
  color: #232536b0;
}

.text-block {
  color: #b5b5b5;
}

.l-nav {
  opacity: 1;
  color: var(--white);
  -webkit-text-fill-color: inherit;
  mix-blend-mode: normal;
  background-color: #1b1b1b;
  background-clip: border-box;
  border: 1px #000;
  flex-flow: row;
  place-content: space-around;
  align-items: stretch;
  width: 100%;
  max-width: 100%;
  height: 100px;
  margin: auto;
  padding-left: 10px;
  padding-right: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  display: block;
  position: fixed;
  inset: 0% 0% auto;
}

.l-nav:hover {
  color: #f90;
}

.c-container {
  object-fit: fill;
  background-color: #1b1b1b;
  border: 1px #000;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  width: 100%;
  max-width: 1280px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  line-height: 1;
  display: flex;
  position: static;
}

.c-nav-logo.w--current {
  flex: 0 auto;
  justify-content: flex-end;
  width: auto;
  min-width: auto;
  height: auto;
  display: flex;
}

.c-nav-link {
  color: var(--white);
  cursor: pointer;
  justify-content: flex-start;
  align-items: stretch;
  margin-right: 10px;
  padding: 0;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  line-height: 1;
  text-decoration: none;
  transition: opacity .2s;
  display: flex;
}

.c-nav-link:hover {
  border-style: none none solid;
  border-width: 1px;
  border-color: var(--white);
  outline-color: var(--white);
  outline-offset: 0px;
  color: var(--white);
  -webkit-text-stroke-color: var(--white);
  outline-width: 3px;
  outline-style: none;
  padding-top: 0;
  padding-bottom: 0;
  font-weight: 400;
  text-decoration: none;
}

.c-nav-link:active, .c-nav-link:focus, .c-nav-link:focus-visible, .c-nav-link[data-wf-focus-visible], .c-nav-link:visited, .c-nav-link.w--current, .c-nav-link.w--current:active {
  color: var(--white);
}

.nav-menu {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  text-align: center;
  flex: none;
  order: 0;
  justify-content: flex-start;
  align-self: center;
  align-items: center;
  width: auto;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.image {
  border: 1px solid #0000;
  width: auto;
  min-width: 0;
  max-width: none;
  height: 61px;
  max-height: none;
  margin-left: auto;
  margin-right: 0;
}

.c-nav-compra {
  flex-direction: row;
  flex: 0 auto;
  order: 1;
  justify-content: flex-end;
  align-items: center;
  width: auto;
  min-width: 300px;
  height: 100%;
  display: flex;
}

.menu-button {
  -webkit-text-stroke-color: var(--color\<deleted\|variable-d48b1b29-3674-b658-5a9c-4254b26b8653\>);
}

.passos {
  height: auto;
  padding: 0 10px;
  position: relative;
}

.grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  align-content: center;
  height: 100%;
}

.coluna {
  text-align: center;
  cursor: pointer;
  background-color: #070b3b;
  border-radius: 25px;
  flex-direction: column;
  justify-content: space-around;
  height: 340px;
  padding: 20px;
  display: flex;
  position: relative;
}

.heading-6 {
  color: #c0ff72;
  text-align: right;
  font-size: 6rem;
}

.heading-7 {
  color: #c0ff72;
  text-align: right;
  padding-top: 10px;
  font-size: 2rem;
  overflow: hidden;
}

.heading-8 {
  color: #c0ff72;
  text-align: left;
  margin-top: 0;
  font-size: 1.4rem;
  overflow: hidden;
}

.coluna-box {
  z-index: 0;
  object-fit: fill;
  background-color: #c0ff72;
  border: 2px solid #c0ff72;
  border-radius: 25px;
  justify-content: center;
  align-items: center;
  height: 0%;
  margin: auto;
  padding: 10px;
  display: none;
  position: absolute;
  inset: auto 0% auto auto;
  overflow: hidden;
}

.paragraph {
  height: auto;
  margin: auto;
  font-size: .75rem;
  display: block;
  overflow: hidden;
}

.paragraph-2 {
  margin: auto;
  font-size: .75rem;
  display: flex;
  overflow: hidden;
}

.paragraph-3, .paragraph-4 {
  font-size: .75rem;
  overflow: hidden;
}

.db-agenda {
  width: 100%;
  height: 100%;
}

.db-agenda.padding-default {
  background-color: var(--background);
  color: var(--white);
  justify-content: center;
  align-self: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  min-height: 60vh;
  margin: 100px auto 0;
  padding-top: 0;
  padding-bottom: 90px;
  display: flex;
}

.db-agenda.padding-default.bgm-banner {
  background-image: url('../images/Ellipse-2.png');
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 0;
}

.db-agenda.padding-default.bgm-banner.dbmodalidade {
  flex-direction: column;
}

.db-agenda.padding-default.bgm-banner.dbmodalidade.corfundo {
  background-color: var(--black);
}

.db-agenda.padding-default.bg-modalidade-m {
  background-position: 50%;
  background-size: cover;
  flex-direction: column;
  margin-top: 0;
}

.db-agenda.padding-default.bg-modalidade-m.corfundo {
  background-color: var(--black);
}

.db-agenda.padding-default.cormyaccount {
  background-color: var(--background);
}

.html-embed-2 {
  justify-content: flex-end;
  width: 100%;
  display: flex;
}

.html-embed-2.login-top {
  justify-content: flex-end;
  align-items: center;
  min-width: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  line-height: 1;
}

.navigation {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
  mix-blend-mode: normal;
  background-color: #f5f5f500;
  flex-direction: column;
  flex: 1;
  align-items: center;
  max-width: none;
  padding: 20px 3%;
  display: block;
  position: relative;
  inset: 0% 0% auto;
}

.dropdown-2 {
  color: #242424;
  margin-left: 5px;
  margin-right: 5px;
}

.footer {
  background-color: #1b1b1b;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  margin-top: auto;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.f-container {
  background-color: #1b1b1b;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1440px;
  height: 100%;
  padding-left: 0;
  display: flex;
}

.grid-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-wrap: wrap;
  grid-template-rows: 1fr;
  grid-template-columns: 20% 20% 20% 20% 20px;
  grid-auto-columns: 20px;
  grid-auto-flow: row;
  place-content: start space-around;
  align-items: flex-start;
  width: 100%;
  max-width: 1220px;
  height: 100%;
  padding: 0 20px;
  display: flex;
}

.div-block-4 {
  flex-direction: column;
  width: 200px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.div-block-4.f-l-principais {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 25%;
  min-width: 0;
  max-width: none;
  height: 100%;
  padding-left: 0;
}

.div-block-4.f-si {
  width: 25%;
}

.div-block-4.f-p {
  grid-row-gap: 0px;
  flex-flow: column;
  width: 25%;
  height: 100%;
}

.f-r-link {
  color: var(--gray-text);
  width: 100%;
  height: 100%;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  font-style: normal;
  line-height: 1.5;
  text-decoration: none;
}

.f-r-link:hover {
  color: var(--white);
  font-weight: 400;
  text-decoration: none;
}

.f-r-link.w--current {
  color: var(--white);
  text-transform: uppercase;
  cursor: pointer;
  font-family: Montserrat, sans-serif;
  font-style: normal;
  text-decoration: none;
}

.f-r-link.w--current:hover {
  color: var(--white);
  font-weight: 400;
}

.f-r-link.w--current:focus {
  color: var(--white);
}

.f-r-link.w--current:visited {
  color: var(--white);
  -webkit-text-stroke-color: #070b3b;
}

.heading-11 {
  color: var(--white);
  margin-bottom: .5rem;
  font-size: 18px;
  line-height: 21.33px;
}

.div-block-5 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 25%;
  min-width: 0;
  height: 100%;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.image-3 {
  align-self: flex-start;
  width: auto;
  max-width: none;
  height: 136px;
  max-height: none;
  margin-left: 0;
}

.primeira-dobra {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 394px;
  min-height: 0;
  max-height: none;
  margin: 100px auto auto;
  padding: 0;
  line-height: 1;
  display: flex;
  position: relative;
}

.my-account-top {
  background-color: #0000;
  width: 100%;
  max-width: 100%;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.body-my-account {
  background-color: #000;
  background-image: none;
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  max-width: 100%;
  font-family: Montserrat, sans-serif;
  display: flex;
}

.body-my-account.cormyaccount {
  background-color: var(--background);
  color: var(--white);
}

.html-embed-3 {
  display: none;
}

.box-r-sociais {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: row;
  align-items: center;
  display: flex;
}

.box-r-sociais.menu {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: center;
  align-items: center;
  width: 300px;
  max-width: 180px;
  height: auto;
  display: flex;
}

.box-r-sociais.menu.social-box-menu {
  display: none;
}

.heading-12 {
  color: var(--white);
  width: 220px;
  margin-bottom: .5rem;
  font-size: 18px;
  line-height: 21.33px;
}

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

.pagekraft-agenda {
  background-color: #0000;
  width: 100%;
  padding-top: 0;
}

.div-block-21.p-click-21 {
  margin-bottom: 20px;
}

.heading-13 {
  color: #c9c9c9;
  text-align: center;
  font-size: 1.05rem;
}

.heading-13.p-mouse {
  display: block;
}

.heading-15.p-clickaqui {
  display: none;
}

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

.button-3, .div-block-23, .car-mobile {
  display: none;
}

.bold-text {
  color: var(--white);
}

.facebook-icon {
  background-color: #0000;
  border: 0 solid #000;
  border-radius: 0%;
  width: auto;
  height: auto;
  margin-right: 0;
  padding: 0;
  text-decoration: none;
  display: block;
}

.facebook-icon:hover {
  border: 0 solid #000;
}

.instagram-icon {
  color: #474747;
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
  display: block;
}

.l-facebook {
  text-align: left;
  border: 0 #000;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  display: flex;
}

.l-facebook:visited {
  border-style: none;
}

.l-instagram {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #fff;
  border: 0 solid #000;
  border-radius: 0%;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 0;
  height: 0;
  padding: 0;
  display: block;
}

.social-links-footer {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  color: #474747;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: auto;
  margin-left: 0;
  display: flex;
}

.db-politica {
  background-color: #fff;
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 100%;
  height: 100%;
  min-height: 60vh;
  margin-top: 100px;
  display: flex;
}

.db-politica-custom {
  width: 100%;
  max-width: 100%;
  padding: 60px;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.5rem;
}

.text-block-6 {
  color: #000;
}

.body-politica {
  background-color: #fff;
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  font-family: Montserrat, sans-serif;
  display: flex;
}

.db-cookiesof {
  color: #fff;
  background-color: #fff;
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 100%;
  height: 100%;
  min-height: 60vh;
  margin-top: 100px;
  padding: 60px;
  font-weight: 300;
  display: flex;
}

.text-block-5 {
  color: #000;
}

.body-cookiesof {
  background-color: #000;
  background-image: none;
  background-position: 0 0;
  background-size: auto;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  font-family: Montserrat, sans-serif;
  display: flex;
}

.body-agenda {
  background-color: var(--background);
  color: var(--white);
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  font-family: Montserrat, sans-serif;
  display: flex;
}

.body-packages {
  background-color: var(--background);
  color: var(--white);
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  font-family: Montserrat, sans-serif;
  display: flex;
}

.db-packages {
  width: 100%;
  height: 100%;
}

.db-packages.padding-default {
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  align-self: flex-start;
  height: 100%;
  min-height: 60vh;
  margin-top: 100px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 0;
}

.packages-html {
  border: 1px #000;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
}

.body-home {
  color: var(--white);
  background-color: #1b1b1b;
  flex-flow: column wrap;
  place-content: center space-between;
  align-items: center;
  min-height: auto;
  font-family: Montserrat, sans-serif;
  transition: color .3s;
  display: flex;
}

.div-top-bg {
  background-color: var(--white);
  color: #0000;
  object-fit: contain;
  background-image: url('../images/BRILHO.svg');
  background-position: 0 0;
  background-repeat: repeat-y;
  background-size: cover;
  width: 100%;
  height: auto;
  min-height: 0%;
  margin-top: 0;
  margin-left: 0;
  padding-left: 0;
  display: none;
  position: static;
  inset: 0% 0% auto;
}

.div-block-36 {
  text-align: center;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 940px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding-right: 0;
  font-family: Montserrat, sans-serif;
  font-size: 56px;
  display: flex;
}

.div-block-36.m-playlist {
  flex-direction: column;
  align-items: center;
}

.heading-29 {
  color: var(--white);
  text-align: center;
  -webkit-text-stroke-color: var(--blue-violet\<deleted\|variable-2afe1186\>);
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  font-family: PT Serif, serif;
  font-size: 56px;
  font-weight: 500;
  line-height: 66.36px;
  display: flex;
}

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

.heading-36 {
  color: var(--white);
  font-family: Rubik;
  font-size: 43px;
  font-weight: 400;
  line-height: 51.77px;
}

.div-block-46 {
  height: 48px;
  margin: 50px auto 40px;
  display: flex;
}

.image-15 {
  width: auto;
  max-width: none;
  height: auto;
  margin-left: 10px;
  font-size: 30px;
}

.column-slide {
  border: 1px solid #0003;
  width: 100%;
}

.paragraph-17 {
  color: var(--white);
  text-transform: capitalize;
  flex-wrap: wrap;
  width: 100%;
  font-family: Rubik;
  font-size: 14px;
  line-height: 1.5;
  display: flex;
}

.bg-top {
  background-color: var(--black);
  color: var(--black);
  width: 100%;
  height: 120px;
  margin-top: 120px;
  display: none;
}

.bold-text-4 {
  color: var(--white);
}

.bold-text-5 {
  color: var(--white);
  font-size: 18px;
}

.link-block-2 {
  align-self: flex-start;
}

.link-block-2.w--current {
  margin-top: 0;
  margin-left: 0;
  margin-right: auto;
}

.paragraph-19 {
  color: var(--white);
  font-size: 14px;
}

.faq-body-cont {
  border: 1px none var(--primary);
  background-color: #3e3e3f;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  margin-top: 0;
  padding: 30px;
  font-size: 16px;
  font-weight: 300;
  line-height: 32px;
}

.container-faq-default {
  z-index: 3;
  max-width: 1344px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.container-faq-default.basic-grid {
  z-index: 3;
  grid-row-gap: 120px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 1152px;
  margin-top: 100px;
  display: grid;
}

.faq-body {
  background-color: #0000;
  width: 100%;
  display: block;
  position: relative;
}

.faq-body.w--open {
  background-color: #0000;
}

.faq-body.hidden {
  border-radius: 0;
}

.toggle-text {
  z-index: 2;
  color: var(--white);
  position: relative;
}

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

.faq-icon {
  z-index: 2;
  background-color: var(--secondary);
  color: var(--primary);
  border: 1px #1e1e20;
  border-radius: 50%;
  width: 34px;
  height: 32px;
  margin-top: auto;
  margin-bottom: auto;
  margin-right: 16px;
  padding-top: 0;
  padding-left: 10px;
  padding-right: 10px;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.faq-container {
  min-width: 0;
  max-width: 100%;
  margin-bottom: 60px;
}

.block-grid {
  grid-row-gap: 72px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  position: relative;
}

.faq {
  border: 1px none var(--primary);
  color: var(--primary);
  white-space: break-spaces;
  background-color: #3e3e3f;
  border-radius: 10px;
  align-items: center;
  width: 100%;
  height: 80px;
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 50px;
  font-size: 16px;
  font-weight: 600;
  display: flex;
}

.faq.w--open {
  border-bottom: 1px solid #0000001a;
}

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

.faq-title {
  margin-bottom: 40px;
}

.faq-answer-2 {
  color: #cdcdcd;
  margin-bottom: 24px;
}

.faq-default {
  background-color: #1b1b1b;
  margin-top: 0;
  padding: 60px 72px 0;
  position: relative;
  overflow: hidden;
}

.head-medium {
  color: #f90;
  text-align: center;
  letter-spacing: .58px;
  text-transform: uppercase;
  font-size: 40px;
  font-weight: 700;
  line-height: 150%;
}

.faq-p {
  background-color: #0000;
  border-radius: 0;
  width: 100%;
  margin-bottom: 10px;
  overflow: hidden;
}

.body-2 {
  font-family: Montserrat, sans-serif;
}

.div-block-64 {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  min-height: 0;
  max-height: 700px;
  margin-top: 0;
  padding-bottom: 0;
  padding-left: 10%;
  display: flex;
  position: relative;
}

.div-block-64.bg-vidro {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 641px;
  min-height: 370px;
  max-height: none;
  margin-left: 2%;
  padding-left: 5%;
}

.dobra-2 {
  background-image: url('../images/Reserve-1920w.png');
  background-position: 0 10%;
  background-repeat: no-repeat;
  background-size: auto;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 320px;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 80px;
  padding-bottom: 0;
  display: flex;
}

.dobra-2.dobra-2b {
  background-image: url('../images/iluminação-center.svg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: contain;
  padding-top: 0;
}

.dobra-2.dobra-2b.depoimentos {
  display: none;
}

.div-block-65 {
  width: 100%;
  height: 100%;
  min-height: 485px;
  padding-top: 0;
  padding-bottom: 100px;
}

.div-block-65.listen {
  padding-bottom: 150px;
}

.html-embed-16 {
  margin-top: 0;
  margin-bottom: 40px;
}

.div-block-68 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-top: 40px;
  display: flex;
}

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

.paragraph-25 {
  text-align: center;
  max-width: 800px;
  margin-bottom: 20px;
}

.text-degrade {
  color: var(--orange-1\<deleted\|variable-0371015a-b7d3-8a29-61a5-7ce61b439e63\>);
}

.flex-block-13 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  align-items: center;
  width: 100%;
  min-height: 280px;
  margin-bottom: 140px;
}

.flex-block-13.nossosalunos {
  max-width: 1200px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
}

.div-block-69 {
  flex-direction: column;
  width: 320px;
  height: 500px;
  display: flex;
  position: relative;
}

.div-block-69.dep-aluno {
  margin-left: auto;
  margin-right: auto;
}

.image-28 {
  z-index: 1;
  width: auto;
  height: 60%;
  padding-left: 40px;
  position: relative;
}

.image-29 {
  z-index: 0;
  height: 70px;
  position: absolute;
  inset: auto auto 130px 0%;
}

.paragraph-29 {
  margin-top: 10px;
  padding-left: 100px;
  font-size: 12px;
}

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

.slider-4 {
  background-color: #0000;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.slider-4.prof-mobile {
  display: none;
}

.mask-4 {
  text-align: center;
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
}

.slide-3 {
  width: auto;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}

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

.slide-5 {
  width: auto;
}

.slide-6, .slide-7, .slide-8 {
  width: auto;
  margin-left: auto;
  margin-right: auto;
}

.div-block-71 {
  z-index: 2;
  background-image: linear-gradient(#f90, #d45700);
  justify-content: center;
  align-items: center;
  width: 200px;
  min-width: 200px;
  height: 36px;
  margin-top: 265px;
  margin-left: 40px;
  display: flex;
  position: absolute;
}

.heading-55 {
  font-weight: 400;
}

.div-block-72 {
  background-image: linear-gradient(250deg, #d45700, #f90);
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 336px;
  height: 60px;
  margin-top: 60px;
  text-decoration: none;
  display: flex;
  box-shadow: 0 16px 89px #f90;
}

.slide-nav-3 {
  color: var(--white);
}

.body-bem-vindo {
  color: #fff;
  background-color: #000;
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  font-family: Poppins;
}

.flex-block-14 {
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
}

.flex-block-14.bv-01 {
  flex-direction: column-reverse;
  max-width: 1280px;
}

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

.flex-block-15.bv-img-left {
  flex-flow: row-reverse wrap-reverse;
}

.flex-block-15.bvc {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: row;
  max-width: 1280px;
  margin-top: 0;
  margin-bottom: 100px;
}

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

.div-block-73 {
  grid-row-gap: 20px;
  background-image: url('../images/bg-modali.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: column;
  width: 45%;
  height: 100%;
  padding: 48px 100px;
  display: flex;
}

.div-block-73.bv-h1 {
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  align-items: center;
  width: 50%;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
}

.div-block-74 {
  border: 1px solid #d45700;
  border-radius: 24px;
  order: 1;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 545px;
  height: 100%;
  padding-left: 0;
  display: flex;
}

.div-block-74.img-left {
  order: -1;
  width: 100%;
}

.heading-56 {
  color: #fff;
  font-family: Poppins;
  font-size: 50px;
}

.heading-56.h-mobilr {
  display: none;
}

.heading-57 {
  color: #fff;
  text-align: right;
  width: 0%;
  padding-top: 0;
  padding-right: 20px;
  font-family: Poppins;
  font-size: 80px;
}

.heading-58 {
  color: #fff;
  text-align: left;
  font-family: Poppins;
  font-size: 33px;
}

.heading-58.tempo {
  text-align: center;
}

.paragraph-30 {
  color: #fff;
  margin-top: 0;
  font-family: Poppins;
  font-size: 14px;
}

.paragraph-30.modalidade-p {
  text-align: center;
  margin-top: 40px;
  font-size: 14px;
}

.flex-block-16 {
  background-image: url('../images/bg-contato1.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  max-width: 980px;
  min-height: 380px;
  margin-bottom: 100px;
  margin-left: auto;
  margin-right: auto;
  padding: 100px 40px 40px;
  display: flex;
}

.div-block-76 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: space-between;
  width: 50%;
  height: 100%;
  display: flex;
}

.div-block-77 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  width: 50%;
  height: 100%;
  padding-left: 20px;
  display: flex;
}

.link-block-3 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #fff;
  font-family: Poppins;
  text-decoration: none;
  display: flex;
}

.link-block-3.footer-phone {
  height: 100%;
  margin-right: 10px;
}

.form-block {
  color: #fff;
  font-family: Poppins;
}

.div-block-78 {
  flex-direction: column;
  width: 100%;
  height: 100%;
  padding-right: 10px;
  display: flex;
}

.div-block-79 {
  flex-direction: column;
  width: 100%;
  height: 100%;
  display: flex;
}

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

.text-field {
  background-color: #c3c3c333;
  border: 1px solid #c3c3c333;
  border-radius: 6px;
  min-height: 80px;
  padding-top: 0;
}

.submit-button {
  background-color: #0000;
  background-image: linear-gradient(250deg, var(--orange-2\<deleted\|variable-330b0710-7635-8733-1a47-1d9fae15f64b\>), var(--orange-1\<deleted\|variable-0371015a-b7d3-8a29-61a5-7ce61b439e63\>));
  text-align: center;
  border-radius: 6px;
  margin-left: auto;
}

.heading-59 {
  color: #fff;
  font-size: 32px;
}

.paragraph-31 {
  color: #fff;
  width: 360px;
  font-size: 16px;
}

.body-modalidades {
  background-color: #fff;
  background-image: url('../images/fundo-preto-com-textura-de-papel-amora-1.png');
  background-position: 0 0;
  background-size: auto;
  font-family: Poppins;
}

.body-modalidades.cor-fundo {
  background-color: #000;
}

.flex-block-17 {
  flex-direction: column;
  width: 100%;
  min-height: 320px;
  padding-top: 60px;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

.flex-block-17.masantes {
  padding-top: 100px;
  padding-bottom: 100px;
}

.div-block-81 {
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.div-block-81.maisantes-01 {
  justify-content: flex-start;
  display: flex;
}

.flex-block-18 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-wrap: nowrap;
  width: 100%;
  max-width: 1200px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
}

.flex-block-18.masantes-treinoc {
  flex-flow: column;
  max-width: 960px;
}

.flex-block-18.primeiravez {
  max-width: 960px;
}

.div-block-82 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 25%;
  padding: 20px 20px 40px;
  display: flex;
}

.div-block-82.masantes-treino {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: row;
  justify-content: center;
  width: 50%;
}

.div-block-82.masantes-treino.maisantes-bottom {
  width: 100%;
}

.paragraph-32 {
  color: #fff;
  text-align: center;
  margin-top: 1rem;
  font-family: Poppins;
}

.paragraph-32.treinar-p {
  text-align: left;
}

.div-block-83 {
  width: 100%;
  display: flex;
}

.heading-60 {
  color: #fff;
  font-size: 27px;
}

.div-block-84, .div-block-85 {
  width: 40%;
}

.div-block-86 {
  justify-content: flex-end;
  width: 40%;
  display: flex;
}

.dropdown-3 {
  color: var(--white);
}

.dropdown-3:hover {
  color: var(--orange-1\<deleted\|variable-0371015a-b7d3-8a29-61a5-7ce61b439e63\>);
}

.dropdown-toggle {
  color: var(--white);
}

.dropdown-toggle:hover {
  color: var(--orange-1\<deleted\|variable-0371015a-b7d3-8a29-61a5-7ce61b439e63\>);
}

.dropdown-toggle.w--open {
  color: var(--white);
}

.dropdown-list {
  background-color: #ddd;
}

.dropdown-list.w--open {
  background-color: #000;
}

.dropdown-link {
  color: var(--white);
}

.dropdown-link:hover {
  color: var(--orange-1\<deleted\|variable-0371015a-b7d3-8a29-61a5-7ce61b439e63\>);
}

.dropdown-link:visited {
  color: var(--white);
}

.dropdown-link-2 {
  color: var(--orange-1\<deleted\|variable-0371015a-b7d3-8a29-61a5-7ce61b439e63\>);
}

.heading-61 {
  z-index: 1;
  font-family: var(--p);
  color: var(--white);
  text-align: left;
  font-size: 2.25rem;
  font-weight: 400;
  line-height: 1.5;
  position: relative;
}

.heading-62 {
  color: var(--white);
  font-size: 20px;
  text-decoration: none;
}

.link-end {
  font-size: 14px;
}

.link-end.footer-phone {
  text-transform: lowercase;
  height: 100%;
  margin-bottom: 0;
  line-height: 1.5;
}

.html-embed-17 {
  font-size: 12px;
  line-height: 1;
}

.html-embed-18 {
  font-size: 12px;
}

.body-nosso-time {
  color: #fff;
  background-color: #000;
  flex-direction: column;
  justify-content: space-between;
  font-family: Poppins;
  display: flex;
}

.div-block-87 {
  background-color: #000;
  max-width: 960px;
  height: 100%;
  min-height: 0;
  margin-bottom: 100px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 100px;
  padding-bottom: 0;
}

.div-block-87.ntime {
  width: 100%;
  max-width: 1200px;
  margin-top: 120px;
}

.flex-block-19 {
  grid-column-gap: 20px;
  grid-row-gap: 0px;
  flex-wrap: wrap;
  align-items: flex-start;
  width: 100%;
  height: auto;
  margin-bottom: auto;
  padding-bottom: 0;
}

.flex-block-19.nossotime {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-wrap: wrap;
  justify-content: center;
  max-width: 1280px;
  padding-bottom: 60px;
}

.div-block-88 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  cursor: pointer;
  background-image: url('../images/Rafael.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 16px;
  align-items: flex-end;
  width: 450px;
  height: 660px;
  padding-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.div-block-88.rafael {
  background-image: url('../images/Rafael.png');
  width: 450px;
  padding-bottom: 60px;
}

.div-block-88.patricia {
  background-image: url('../images/Patricia.png');
  padding-bottom: 60px;
}

.div-block-88.regis {
  background-image: url('../images/Regis.png');
  width: 40%;
  min-width: 280px;
  max-width: 450px;
  padding-bottom: 60px;
}

.div-block-88.thais {
  background-image: url('../images/Thais.png');
  padding-bottom: 60px;
}

.div-block-88.joao {
  background-image: url('../images/Joao.png');
  padding-bottom: 60px;
}

.div-block-88.guiliana {
  background-image: url('../images/Giuliana.png');
  padding-bottom: 60px;
}

.div-block-88.anapaula {
  background-image: url('../images/Ana-Paula.png');
  padding-bottom: 60px;
}

.div-block-88.elber {
  background-image: url('../images/Elber.png');
  padding-bottom: 60px;
}

.div-block-88.daniel {
  background-image: url('../images/Daniel.png');
  padding-bottom: 60px;
}

.div-block-88.alinezinha {
  background-image: url('../images/Alinezinha.png');
  padding-bottom: 60px;
}

.div-block-88.niele {
  background-image: url('../images/Niele.png');
  padding-bottom: 60px;
}

.div-block-88.flavio {
  background-image: url('../images/Flavio.png');
  padding-bottom: 60px;
}

.heading-63 {
  color: #fff;
  font-family: Poppins;
  font-size: 2.5rem;
  text-decoration: none;
}

.time-titulo {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  margin-bottom: 60px;
  display: flex;
}

.heading-65 {
  color: #fff;
  text-align: center;
}

.paragraph-37 {
  text-align: center;
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
}

.body-aepic {
  color: #fff;
  background-color: #000;
  background-image: url('../images/fundo-preto-com-textura-de-papel-amora-1.png');
  background-position: 0 0;
  background-repeat: repeat;
  background-size: cover;
  font-family: Poppins;
}

.div-block-90 {
  flex-direction: column;
  align-items: center;
  min-height: 480px;
  margin-top: 120px;
  display: flex;
}

.flex-block-20 {
  background-image: linear-gradient(#00000080, #00000080), url('../images/BRILHO.svg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  flex-direction: column;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
}

.div-block-91 {
  background-image: url('../images/bg-apeic.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  min-width: 0;
  max-width: 1280px;
  height: 100%;
  min-height: 0;
  margin-bottom: 220px;
  margin-left: auto;
  margin-right: auto;
  padding: 40px 40px 60px;
  display: flex;
}

.div-block-91.cont-nossahistoria {
  background-image: url('../images/fundo-nh.png');
  background-position: 50% 0;
  background-size: cover;
  width: 100%;
  min-width: 0;
  max-width: 1280px;
  max-height: none;
  margin-top: 40px;
  margin-bottom: 140px;
  padding: 0 40px 40px;
  position: relative;
}

.div-block-92 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1280px;
  height: auto;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 40px;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

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

.paragraph-38 {
  margin-top: 40px;
  padding-bottom: 40px;
  padding-left: 0;
  padding-right: 0;
  font-size: 1.2rem;
  line-height: 1.2;
}

.paragraph-39 {
  margin-top: 0;
  padding-bottom: 0;
  font-size: 14px;
}

.link {
  margin-top: 40px;
  text-decoration: none;
}

.flex-block-21 {
  flex-direction: column;
  align-items: center;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 60px;
  padding-bottom: 40px;
}

.flex-block-22 {
  text-align: center;
  width: 100%;
}

.link-2 {
  color: #f90;
  text-decoration: none;
}

.html-embed-19 {
  color: #fff;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 60px;
  margin-bottom: 0;
  padding-top: 0;
  display: flex;
}

.div-block-93 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  height: 100%;
  display: flex;
}

.text-span-6 {
  font-weight: 400;
}

.heading-67 {
  color: #fff;
  font-size: 36px;
}

.image-30, .image-31, .image-32, .image-33, .image-34, .image-35, .image-36, .image-37 {
  border-radius: 24px;
}

.paragraph-40 {
  color: #f90;
}

.text-span-7 {
  color: #fff;
}

.text-field-2 {
  background-color: #c3c3c333;
  border: 1px solid #c3c3c333;
  border-radius: 6px;
  width: 100%;
}

.bd-bemvindo {
  flex-direction: column;
  display: flex;
}

.bv {
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 900px;
  margin: 60px auto;
}

.bvc {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.bvcn {
  width: 10%;
}

.bvct {
  width: 45%;
  margin-left: 40px;
}

.bvci {
  width: 40%;
}

.bvci.bv-left {
  display: none;
}

.bvci.bv-left.bv-mobile {
  display: flex;
}

.flex-block-25 {
  width: 100%;
  margin-top: 100px;
  padding-top: 60px;
}

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

.bold-text-9 {
  display: flex;
}

.text-field-3, .text-field-4, .text-field-5, .text-field-6, .text-field-7 {
  background-color: #c3c3c333;
  border: 1px solid #c3c3c333;
  border-radius: 6px;
}

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

.button-4 {
  background-color: var(--primary);
  font-family: var(--h3);
  font-size: var(--h5-t);
  border-radius: 4px;
  justify-content: center;
  align-items: stretch;
  margin-top: 0;
  font-weight: 700;
  display: flex;
}

.button-4:hover {
  background-color: var(--secondary-hover);
}

.heading-68 {
  color: var(--white);
  text-align: center;
  text-transform: uppercase;
  white-space: normal;
  word-break: normal;
  width: auto;
  margin-top: 0;
  margin-left: 1rem;
  margin-right: 1rem;
  padding-left: 40px;
  padding-right: 40px;
  font-family: "Bebasneue 6196 400", sans-serif;
  font-size: 80px;
  font-weight: 400;
  line-height: 1;
}

.div-block-95 {
  border: 1px solid var(--white);
  width: 100%;
  max-width: 600px;
  height: 2px;
  margin-left: 1rem;
  margin-right: 1rem;
}

.div-block-95.linha-reserva {
  max-width: 680px;
  margin-bottom: 40px;
  padding-bottom: 0;
}

.div-block-95.linha-playlist {
  max-width: 230px;
}

.slider-6 {
  background-color: #0000;
  width: 100%;
  min-height: 480px;
  margin-top: 2.8125rem;
}

.slide-10, .mask-6 {
  width: 100%;
  height: 100%;
}

.slide-11 {
  width: 100%;
}

.image-44 {
  object-fit: cover;
  width: 100%;
  height: auto;
  overflow: clip;
}

.image-45 {
  object-fit: cover;
  width: 100%;
  height: auto;
}

.slide-12 {
  width: 100%;
}

.image-46 {
  object-fit: cover;
  width: 100%;
  height: auto;
}

.icon-6, .icon-7 {
  color: var(--white);
}

.div-block-96 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: none;
  margin-bottom: 0;
  padding-top: 100px;
  display: flex;
}

.section-2 {
  background-image: url('../images/xnbikesvg.svg');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: auto;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 320px;
  margin-top: 20px;
  margin-bottom: 40px;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.div-block-97 {
  grid-column-gap: 0px;
  grid-row-gap: 32px;
  flex-flow: wrap;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.div-block-99 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  height: 100%;
  display: flex;
}

.div-block-99.width-contato {
  width: 100%;
  max-width: 260px;
}

.div-block-100 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  font-weight: 700;
  display: flex;
}

.heading-69, .paragraph-41 {
  color: var(--white);
  font-family: Montserrat, sans-serif;
  font-size: 16px;
}

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

.section-3 {
  background-color: #3e3e3f;
  width: 100%;
  padding-bottom: 100px;
}

.div-block-102 {
  background-color: #3e3e3f;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 80px;
  display: flex;
}

.div-block-103 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: center;
  align-items: center;
  max-width: 960px;
  margin-top: 0;
  display: flex;
}

.div-block-103.i-d {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: space-around;
  align-items: center;
  max-width: 960px;
  margin-top: 0;
}

.div-block-103.i-l {
  justify-content: space-between;
  max-width: 960px;
  margin-top: 0;
}

.div-block-104 {
  text-align: right;
  flex-flow: column;
  justify-content: center;
  align-items: flex-end;
  width: 50%;
  padding-right: 20px;
  display: flex;
}

.div-block-105 {
  justify-content: flex-start;
  align-items: center;
  width: 50%;
  margin-left: 0;
  padding-right: 0;
  display: flex;
}

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

.heading-70 {
  color: var(--white);
  text-transform: uppercase;
  font-family: Montserrat, sans-serif;
  font-size: 23px;
  font-weight: 700;
}

.paragraph-42 {
  color: var(--white);
  margin-top: 8px;
  font-family: Montserrat, sans-serif;
  font-weight: 300;
  line-height: 24px;
}

.image-47 {
  object-fit: cover;
  width: 480px;
  height: 440px;
  margin-left: 0;
}

.div-block-106 {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 50%;
  padding-left: 20px;
  display: flex;
}

.section-4 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 320px;
  padding-bottom: 0;
  display: flex;
}

.flex-block-26 {
  width: 100%;
  height: 100%;
}

.section-5 {
  background-image: url('../images/ASPAS.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 320px;
  display: flex;
}

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

.heading-71 {
  color: var(--white);
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 700;
}

.heading-72, .heading-73 {
  color: #fff;
  margin-bottom: 10px;
  font-weight: 700;
}

.l-youtube {
  border: 0 #000;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  display: flex;
}

.html-embed-20 {
  width: 100%;
  max-width: 960px;
}

.div-block-109 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  margin-bottom: 20px;
  font-weight: 700;
  display: flex;
}

.heading-74 {
  color: var(--white);
  font-size: 32px;
  font-weight: 700;
}

.link-block-4 {
  color: var(--white);
  background-color: #fff;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  display: flex;
  position: relative;
}

.link-block-4:hover {
  background-color: var(--primary);
}

.link-block-4.redesociais {
  justify-content: center;
  align-items: center;
  height: 48px;
  line-height: 1;
  display: flex;
}

.link-block-4.redesociais:hover {
  background-color: #b2b2b2;
}

.link-block-4.redesociais.rede-face {
  display: flex;
}

.link-block-4.redesociais.rede-face:hover {
  background-color: #b2b2b2;
}

.link-block-4.redesociais.rede-youtube {
  display: none;
}

.html-embed-21 {
  background-color: #0000;
  border-radius: 50px;
  line-height: 0;
}

.image-49 {
  width: 36px;
  font-size: 36px;
  line-height: 0;
  display: block;
}

.image-49:hover {
  display: block;
}

.image-49.imagem-hover {
  display: none;
}

.image-49.imagem-hover:hover {
  display: block;
}

.imagem-hover {
  width: 36px;
  height: 36px;
  display: none;
}

.imagem-hover:hover {
  display: block;
}

.html-embed-22 {
  width: auto;
  height: auto;
  margin-top: 0;
  position: absolute;
}

.html-embed-23 {
  margin-top: 0;
}

.bold-text-10 {
  color: var(--white);
}

.bold-text-11, .bold-text-12 {
  font-size: 23px;
  font-weight: 700;
}

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

.container-politicas {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: #fff;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  margin-top: 140px;
  padding-top: 0;
  padding-bottom: 60px;
  display: flex;
}

.heading-75 {
  color: #fff;
  margin-bottom: 1rem;
  font-size: 2.5rem;
}

.paragraph-43 {
  margin-bottom: 1rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 180%;
}

.heading-76 {
  font-size: 1.2rem;
}

.list {
  align-self: flex-start;
}

.container-politicas-2 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: #fff;
  flex-flow: column;
  width: 100%;
  height: 100%;
  margin-top: 100px;
  padding-top: 40px;
  padding-bottom: 60px;
  display: flex;
}

.heading-77 {
  color: #fff;
  margin-bottom: 1rem;
  font-size: 2.5rem;
}

.paragraph-44 {
  margin-bottom: 1rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 180%;
}

.heading-78, .bold-text-16 {
  font-size: 1.2rem;
}

.container-politicas-3 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: #000;
  flex-flow: column;
  width: 100%;
  height: 100%;
  margin-top: 100px;
  padding-top: 40px;
  padding-bottom: 60px;
  display: flex;
}

.heading-79 {
  color: #fff;
  margin-bottom: 1rem;
  font-size: 2.5rem;
}

.paragraph-45 {
  color: #fff;
  margin-bottom: 1rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 180%;
}

.text-span-9 {
  font-size: 1.2rem;
}

.bold-text-17 {
  margin-top: 20px;
  display: block;
}

.text-span-10, .text-span-11 {
  margin-top: 20px;
  font-size: 1.2rem;
  display: block;
}

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

.text-span-22 {
  font-size: 1.4rem;
  font-weight: 700;
}

.text-span-23, .text-span-20 {
  font-size: 1.2rem;
  font-weight: 700;
}

.heading-80 {
  color: #fff;
  margin-bottom: 1rem;
  font-size: 2.5rem;
}

.text-span-21 {
  font-size: 1.2rem;
  font-weight: 700;
}

.paragraph-46 {
  color: #fff;
  margin-bottom: 1rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 180%;
}

.container-politicas-4 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: #000;
  flex-flow: column;
  width: 100%;
  height: 100%;
  margin-top: 140px;
  padding-top: 0;
  padding-bottom: 60px;
  display: flex;
}

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

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

.text-span-24 {
  color: var(--white);
  font-size: 40px;
}

.text-span-25, .text-span-26 {
  font-size: 40px;
}

.text-span-27 {
  font-size: 32px;
}

.bold-text-19 {
  font-size: 23px;
  font-weight: 700;
}

.bold-text-20 {
  font-size: 40px;
  font-weight: 700;
}

.code-embed {
  background-color: #0000;
  width: 100%;
  height: 407px;
  min-height: auto;
}

.bold-text-21 {
  clear: none;
}

.link-3 {
  color: #fff;
  text-decoration: none;
}

.link-4 {
  color: #000;
  text-decoration: none;
}

.bold-text-22 {
  color: #fff;
  text-decoration: none;
}

.link-5 {
  text-decoration: none;
}

.bold-text-23 {
  color: #fff;
}

.body-3, .body-4, .body-5, .body-6 {
  background-color: #212529;
}

.code-embed-2, .code-embed-3 {
  color: #fff;
}

.code-embed-4 {
  color: #e6e6e6;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  padding-left: 6px;
  padding-right: 6px;
  display: flex;
}

.div-block-181 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: flex-end;
  align-items: center;
  min-width: 242px;
  display: flex;
}

.button-2-ang {
  color: #e6e6e6;
  background-color: #0000;
  border: 1px solid #e6e6e6;
  border-radius: 6px;
  padding: 6px 12px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  display: none;
}

.button-1-ang {
  color: var(--white);
  text-transform: uppercase;
  background-color: #0000;
  border-radius: 6px;
  padding: 6px 12px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  display: none;
}

.button-1-ang:hover {
  color: #9e9999;
}

.div-block-182, .div-block-183 {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.heading-81 {
  text-align: left;
  width: 100%;
}

.div-block-184 {
  background-color: var(--white);
  border-radius: 10px;
  width: 100%;
  padding-top: 5px;
}

.image-50 {
  height: 88px;
}

.image-51 {
  height: 98px;
}

.div-block-185, .div-block-186 {
  width: 100px;
}

.div-block-187 {
  background-image: url('../images/Unidade-Leblon.png');
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
}

.div-img-slider {
  width: 100%;
}

.div-block-188 {
  background-image: url('../images/Unidade-Leblon-2.png');
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
}

.div-block-189 {
  background-image: url('../images/Unidade-Leblon-4.png');
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
}

.div-block-190 {
  background-image: url('../images/Unidade-Leblon-6.png');
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
}

.div-block-191 {
  background-image: url('../images/1.png');
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
}

.div-block-192 {
  object-fit: fill;
  background-image: url('../images/image3.png');
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
}

.div-block-193 {
  background-image: url('../images/image5.png');
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
}

.code-embed-5 {
  color: var(--white);
}

.body-7, .body-8 {
  background-color: var(--background);
}

@media screen and (min-width: 1280px) {
  .primeira-dobra {
    margin-top: 100px;
    position: relative;
  }

  .div-block-64 {
    max-height: none;
  }

  .flex-block-13.nossosalunos {
    margin-left: auto;
    margin-right: auto;
  }

  .flex-block-20 {
    background-size: cover;
  }

  .image-44, .image-45, .image-46 {
    height: auto;
  }

  .div-block-100 {
    font-size: 16px;
  }

  .bold-text-19, .bold-text-20 {
    font-weight: 700;
  }
}

@media screen and (min-width: 1440px) {
  .primeira-dobra {
    background-image: none;
    min-height: 0;
  }

  .div-block-36 {
    max-width: 800px;
  }

  .flex-block-13.nossosalunos, .slider-4 {
    margin-left: auto;
    margin-right: auto;
  }

  .flex-block-20 {
    background-size: cover;
  }

  .slider-6 {
    min-height: 520px;
  }

  .image-44, .image-45, .image-46 {
    height: auto;
  }

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

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

@media screen and (min-width: 1920px) {
  .primeira-dobra {
    justify-content: center;
    min-height: 0;
    max-height: 394px;
  }

  .div-block-22 {
    align-items: center;
    height: 100%;
    display: flex;
  }

  .div-block-36 {
    max-width: 1100px;
  }

  .div-block-64 {
    height: 100%;
    min-height: 0;
    max-height: none;
    padding-left: 20%;
  }

  .dobra-2.dobra-2b {
    display: flex;
  }

  .dobra-2.dobra-2b.depoimentos {
    display: none;
  }

  .flex-block-13.nossosalunos {
    max-width: 100%;
  }

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

  .image-28 {
    width: 100%;
    height: 100%;
    padding-left: 0;
  }

  .slider-4 {
    flex-wrap: nowrap;
    min-width: auto;
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .mask-4 {
    width: 100%;
    min-width: 100%;
    max-width: none;
    position: relative;
  }

  .slide-3 {
    width: 25%;
  }

  .slide-3.tamanho {
    width: 25%;
    margin-right: 20px;
  }

  .slide-3.tamanho.relative {
    position: absolute;
  }

  .slide-4.tamanho, .slide-6.tamanho {
    width: 25%;
    margin-right: 20px;
    padding-right: 0;
  }

  .slide-7.c-mobile.tamanho {
    width: 25%;
    margin-right: 20px;
  }

  .slide-8 {
    width: auto;
  }

  .slide-nav-3 {
    align-self: flex-end;
    margin-top: 0;
    inset: auto 0% 0%;
  }

  .div-block-73 {
    justify-content: flex-end;
    display: flex;
  }

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

  .flex-block-20 {
    background-size: cover;
  }

  .button-4 {
    background-color: var(--primary);
    font-family: var(--p);
    font-size: var(--h5-t);
    justify-content: center;
    align-items: center;
    width: 295px;
    height: 41px;
    font-weight: 700;
    display: flex;
  }

  .slider-6 {
    min-height: 600px;
  }

  .image-44, .image-45, .image-46 {
    height: auto;
  }

  .div-block-96 {
    padding-top: 140px;
  }

  .section-2 {
    background-position: 100%;
    background-size: contain;
  }

  .div-block-97 {
    max-width: 980px;
  }

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

  .heading-71 {
    font-weight: 700;
  }

  .text-span-24, .text-span-25 {
    font-size: 32px;
  }

  .bold-text-19, .bold-text-20 {
    font-weight: 700;
  }

  .code-embed {
    margin-bottom: 40px;
  }

  .div-block-182, .div-block-183 {
    justify-content: space-between;
    align-items: stretch;
  }

  .image-50 {
    height: 88px;
  }

  .image-51 {
    height: 98px;
  }
}

@media screen and (max-width: 991px) {
  .utility_block {
    width: 95%;
  }

  .l-nav {
    mix-blend-mode: normal;
    align-self: flex-start;
    width: 100%;
    height: 100px;
    position: fixed;
    inset: 0% 0% auto;
  }

  .c-container {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    background-color: #1b1b1b;
    flex-direction: row;
    flex: 0 auto;
    order: 0;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: space-between;
    align-self: center;
    align-items: center;
    width: 100%;
    min-width: 100%;
    max-width: none;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
    display: flex;
    position: relative;
  }

  .c-nav-logo {
    text-align: left;
    flex-direction: row;
    flex: 0 auto;
    order: 1;
    justify-content: center;
    align-self: center;
    align-items: center;
    display: flex;
  }

  .c-nav-logo.w--current {
    flex: 0 auto;
    order: 1;
    margin-right: 0;
    display: block;
  }

  .c-nav-link {
    color: #c2d10f;
    margin-left: 0;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 5px;
  }

  .c-nav-link:hover {
    color: #daec08;
  }

  .nav-menu {
    object-fit: contain;
    background-color: #070801;
    flex-direction: column;
    flex: 0 auto;
    justify-content: flex-end;
    align-self: center;
    width: 0%;
    height: 0;
    margin-top: auto;
    margin-left: -2000px;
    display: none;
    overflow: hidden;
  }

  .image {
    text-align: left;
    flex: 0 auto;
    order: 1;
    align-self: center;
    width: auto;
    height: 60px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    overflow: auto;
  }

  .c-nav-compra {
    background-color: #0000;
    display: none;
  }

  .menu-button {
    background-color: #0000;
    flex: 0 auto;
    order: -1;
    justify-content: flex-start;
    align-self: center;
    align-items: flex-start;
    padding-right: 18px;
    display: block;
  }

  .menu-button.menu-mobile-action, .menu-button.menu-mobile-action.w--open {
    background-color: #1b1b1b;
  }

  .passos {
    width: auto;
    height: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .grid {
    grid-template-rows: auto auto;
    grid-template-columns: 50% 50% 50% 50%;
    grid-auto-flow: column;
    justify-content: stretch;
  }

  .coluna {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: stretch;
    width: 290px;
    height: 360px;
    max-height: 360px;
    padding-top: 30px;
    padding-bottom: 30px;
    display: flex;
  }

  .heading-6 {
    font-size: 5rem;
  }

  .heading-8 {
    text-align: center;
    font-size: 1.1rem;
  }

  .db-agenda.padding-default {
    margin-top: 100px;
  }

  .html-embed-2.login-top {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    display: block;
  }

  .navigation {
    display: none;
  }

  .footer {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: center;
    padding-left: 40px;
    padding-right: 40px;
    display: block;
  }

  .f-container {
    justify-content: space-between;
    align-items: stretch;
    display: block;
  }

  .grid-2 {
    grid-column-gap: 0px;
    grid-row-gap: 40px;
    flex-flow: wrap;
    grid-template-rows: auto;
    grid-template-columns: 25% 25% 25% 25%;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    place-content: center flex-start;
    place-items: flex-start center;
    padding-left: 10px;
    padding-right: 10px;
    display: flex;
  }

  .div-block-4 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    order: 1;
    grid-template-rows: 100% auto;
    grid-template-columns: 50% 1fr;
    grid-auto-columns: 1fr;
    align-self: flex-start;
    padding-left: 0;
    font-size: .8rem;
    display: flex;
  }

  .heading-11 {
    font-size: .875rem;
  }

  .div-block-5 {
    order: -1;
    align-self: flex-start;
    align-items: flex-start;
    width: 280px;
  }

  .image-3 {
    object-fit: contain;
    width: auto;
    max-width: 60%;
  }

  .primeira-dobra {
    flex-flow: column;
    align-content: flex-start;
    align-items: flex-end;
    width: 100%;
    max-width: none;
    height: auto;
    margin-top: 100px;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .html-embed-3 {
    width: 100%;
    height: 100%;
    margin-top: 20px;
    display: block;
    position: static;
    inset: 0% 0% auto;
  }

  .icon {
    background-color: #c0ff72;
    display: none;
  }

  .box-r-sociais.menu {
    margin-top: 0%;
    padding-bottom: 0;
    padding-left: 0;
    display: block;
  }

  .box-r-sociais.menu.social-box-menu {
    margin-top: 10%;
    margin-left: 20px;
    font-size: .875rem;
    display: block;
  }

  .heading-12 {
    text-align: left;
    font-size: .875rem;
  }

  .heading-12.rs-mobile {
    color: #d45700;
  }

  .div-block-16 {
    align-items: center;
  }

  .html-embed-9 {
    color: #c2d10f;
    cursor: pointer;
    display: none;
  }

  .div-block-17 {
    display: block;
  }

  .div-block-21 {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .div-block-21.p-click-21 {
    margin-top: 20px;
    overflow: hidden;
  }

  .heading-13.p-mouse {
    display: none;
    overflow: visible;
  }

  .heading-15 {
    color: #c9c9c9;
    font-size: 1.05rem;
  }

  .heading-15.p-clickaqui {
    display: block;
  }

  .html-embed-11 {
    padding-top: 0;
  }

  .div-block-22 {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    padding-top: 40px;
    padding-bottom: 10px;
    padding-left: 20px;
    display: flex;
  }

  .button-3 {
    color: var(--white);
    cursor: pointer;
    background-color: #0000;
    border-radius: 50px;
    justify-content: center;
    align-items: center;
    width: 48px;
    height: 48px;
    margin-top: 10px;
    font-size: 32px;
    font-weight: 400;
    line-height: 2;
    display: flex;
    position: static;
    inset: 13% 0% auto 50%;
  }

  .div-block-23 {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    height: auto;
    margin-bottom: 0;
    padding-left: 20px;
    display: flex;
    position: static;
    inset: auto 0% 15%;
  }

  .image-4 {
    width: 32px;
    max-width: none;
    height: 24px;
  }

  .car-mobile {
    order: 1;
    align-self: center;
    height: auto;
    display: block;
  }

  .bold-text {
    font-size: .875rem;
  }

  .facebook-icon {
    cursor: pointer;
    display: none;
  }

  .instagram-icon {
    cursor: pointer;
  }

  .social-links-footer {
    align-items: center;
  }

  .db-politica {
    width: 100%;
    max-width: 668px;
  }

  .db-politica-custom {
    width: 100%;
    max-width: 100%;
  }

  .body-politica {
    background-color: #fff;
    margin-top: 0;
  }

  .db-packages.padding-default {
    margin-top: 100px;
  }

  .body-home {
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
  }

  .bold-text-3 {
    color: var(--white);
  }

  .div-block-36 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-direction: row;
    justify-content: space-between;
    margin-bottom: 0;
    margin-left: 25px;
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-36.m-playlist {
    margin-left: 0;
    padding-left: 25px;
    padding-right: 25px;
  }

  .heading-29 {
    text-align: center;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
    padding-left: 0;
    font-size: 56px;
    display: block;
  }

  .bg-top {
    background-color: var(--black);
  }

  .container-faq-default.basic-grid {
    max-width: 700px;
  }

  .faq-container {
    width: 100%;
    min-width: 0;
  }

  .block-grid {
    border: 1px #000;
  }

  .faq-default {
    padding-top: 40px;
    padding-left: 48px;
    padding-right: 48px;
  }

  .dobra-2 {
    background-position: 100% 0;
    background-size: contain;
    min-height: auto;
    padding-top: 0;
  }

  .div-block-69.dep-aluno {
    display: flex;
  }

  .slider-4 {
    display: none;
  }

  .slider-4.prof-mobile {
    display: flex;
  }

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

  .div-block-73 {
    background-image: url('../images/bg-mobile.png');
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    max-width: 545px;
    margin-bottom: 20px;
  }

  .div-block-73.bv-h1 {
    width: 100%;
  }

  .heading-56 {
    display: none;
  }

  .heading-56.h-mobilr {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
  }

  .dropdown-3 {
    margin-left: 5px;
  }

  .dropdown-toggle {
    margin-right: auto;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

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

  .flex-block-19.nossotime {
    flex-wrap: wrap;
    justify-content: center;
  }

  .div-block-91 {
    background-size: contain;
  }

  .div-block-91.cont-nossahistoria {
    background-size: cover;
  }

  .div-block-92 {
    justify-content: space-between;
    padding-top: 0;
  }

  .html-embed-19 {
    margin-top: 10px;
  }

  .bd-bemvindo {
    margin-top: 100px;
  }

  .bv {
    padding-left: 20px;
    padding-right: 20px;
  }

  .bvci.bv-left {
    display: none;
  }

  .bvci.bv-left.bv-mobile {
    display: flex;
  }

  .heading-68 {
    font-size: 60px;
  }

  .div-block-95, .div-block-95.linha-reserva {
    max-width: 480px;
  }

  .slider-6 {
    min-height: 600px;
  }

  .image-44, .image-45, .image-46 {
    height: 100%;
  }

  .icon-6, .icon-7 {
    color: var(--primary);
  }

  .section-2 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .div-block-103.i-d {
    flex-flow: wrap;
    display: flex;
  }

  .heading-70 {
    font-weight: 700;
  }

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

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

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

  .div-block-187 {
    background-image: url('../images/Unidade-Leblon-1.png');
    background-position: 50% 100%;
  }

  .div-block-188 {
    background-image: url('../images/Unidade-Leblon-3.png');
    background-position: 50% 100%;
  }

  .slide-13 {
    width: 100%;
    height: 100%;
  }

  .div-block-189 {
    background-image: url('../images/Unidade-Leblon-5.png');
    background-position: 50% 100%;
    background-size: cover;
    width: 100%;
    height: 100%;
  }

  .div-block-190 {
    background-image: url('../images/Unidade-Leblon-7.png');
    background-position: 50% 100%;
  }

  .div-block-191 {
    background-image: url('../images/2.png');
  }

  .div-block-192 {
    background-image: url('../images/image4.png');
    background-position: 100% 100%;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 100%;
  }

  .div-block-193 {
    background-image: url('../images/image6.png');
    background-position: 100% 100%;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 100%;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 2.5rem;
  }

  h2 {
    font-size: 2rem;
  }

  h3 {
    font-size: 1.5rem;
  }

  h4 {
    font-size: 1.25rem;
  }

  h5 {
    font-size: 1rem;
  }

  h6 {
    font-size: .875rem;
  }

  .utility_block {
    width: 95%;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .l-nav {
    mix-blend-mode: normal;
  }

  .c-container {
    justify-content: space-around;
    max-width: none;
    padding-left: 0;
  }

  .c-nav-logo {
    padding-left: 0;
    padding-right: 20px;
  }

  .c-nav-logo.w--current {
    flex: 1;
    justify-content: center;
    align-self: center;
    align-items: center;
    padding-left: 0;
    display: flex;
  }

  .nav-menu {
    width: auto;
    height: 0;
    display: none;
  }

  .image {
    flex: 1;
    order: 1;
    min-width: 0;
    max-width: 60px;
    height: 61px;
    max-height: none;
    margin-left: 0;
    margin-right: 0;
  }

  .passos {
    flex-direction: column;
    height: auto;
    display: block;
  }

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

  .coluna {
    justify-content: space-around;
    width: 320px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .db-agenda.padding-default {
    margin-top: 0;
  }

  .footer {
    padding-left: 20px;
  }

  .grid-2 {
    grid-row-gap: 25px;
    flex-flow: column;
    place-content: flex-start center;
    align-items: flex-start;
    height: auto;
    display: flex;
  }

  .div-block-4 {
    grid-column-gap: 0px;
    grid-row-gap: 5px;
    width: 100%;
    margin-top: 0;
  }

  .div-block-4.f-l-principais {
    width: 50%;
    padding-left: 0;
  }

  .div-block-4.f-si, .div-block-4.f-p {
    width: 50%;
  }

  .heading-11 {
    margin-bottom: 0;
  }

  .div-block-5 {
    grid-column-gap: 0px;
    grid-row-gap: 5px;
    flex-flow: column wrap;
    justify-content: center;
    align-self: auto;
    align-items: flex-start;
    width: 100%;
    margin-bottom: 0;
    margin-left: 0;
    padding-left: 0;
  }

  .image-3 {
    object-fit: contain;
    max-width: 50%;
    max-height: none;
    font-size: 3rem;
  }

  .primeira-dobra {
    align-items: center;
    max-width: none;
    min-height: 0;
    margin-top: 100px;
    margin-bottom: 17%;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .box-r-sociais.menu {
    margin-top: 20px;
    padding-left: 0;
  }

  .box-r-sociais.menu.social-box-menu {
    width: 80%;
    padding-left: 0;
  }

  .div-block-16 {
    justify-content: flex-start;
    margin-left: 0;
  }

  .html-embed-11 {
    padding-top: 0;
  }

  .button-3 {
    line-height: 2;
  }

  .div-block-23 {
    position: static;
    inset: auto 0% 15%;
  }

  .car-mobile {
    width: auto;
    display: none;
  }

  .social-links-footer {
    justify-content: flex-start;
    margin-left: 0;
  }

  .db-politica {
    max-width: 468px;
  }

  .db-packages.padding-default {
    margin-top: 0;
  }

  .bold-text-3 {
    color: var(--white);
  }

  .div-block-36 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-direction: row;
    justify-content: space-between;
    width: auto;
    max-width: none;
    margin-bottom: 20px;
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-36.m-playlist {
    flex-flow: column wrap;
    padding-top: 60px;
  }

  .heading-29 {
    text-align: center;
    margin-left: 60px;
    margin-right: 60px;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 32px;
    line-height: 30px;
  }

  .heading-36 {
    font-size: 28px;
  }

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

  .image-15 {
    font-size: 28px;
  }

  .paragraph-17 {
    line-height: 2;
  }

  .bold-text-4 {
    align-items: flex-start;
    display: flex;
  }

  .bold-text-5 {
    font-size: .875rem;
  }

  .link-block-2.w--current {
    justify-content: flex-start;
    align-items: center;
    margin-left: 0;
    margin-right: 0;
    display: flex;
  }

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

  .container-faq-default.basic-grid {
    grid-row-gap: 120px;
    max-width: 500px;
  }

  .faq-block {
    margin-left: -24px;
    margin-right: -24px;
  }

  .block-grid {
    grid-row-gap: 48px;
  }

  .faq-title {
    padding-left: 24px;
    padding-right: 24px;
  }

  .faq-default {
    padding: 80px 24px;
  }

  .head-medium {
    letter-spacing: .41px;
    font-size: 28px;
    line-height: 30px;
  }

  .div-block-64 {
    align-items: center;
    padding-left: 0%;
  }

  .dobra-2.dobra-2b {
    padding-top: 100px;
  }

  .div-block-65 {
    min-height: 0;
    padding-bottom: 100px;
  }

  .mask-4 {
    margin-right: auto;
  }

  .slide-3 {
    margin-left: 100px;
  }

  .slide-7 {
    overflow: visible;
  }

  .flex-block-15 {
    flex-direction: row;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .flex-block-15.bv-img-left.mo {
    flex-direction: column;
  }

  .flex-block-15.bvc {
    padding-bottom: 0;
  }

  .flex-block-15.mo {
    margin-top: 0;
  }

  .div-block-73 {
    flex-direction: column;
    width: 100%;
    padding-top: 20px;
  }

  .div-block-73.bv-h1 {
    justify-content: center;
  }

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

  .div-block-74.img-left {
    order: 1;
  }

  .heading-57 {
    padding-right: 0;
  }

  .heading-58 {
    text-align: center;
    justify-content: center;
    display: flex;
  }

  .flex-block-16 {
    flex-flow: column;
    align-items: center;
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-76, .div-block-77 {
    width: 90%;
  }

  .bold-text-6 {
    margin-left: auto;
    margin-right: auto;
  }

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

  .div-block-81 {
    text-align: center;
    padding-top: 40px;
  }

  .flex-block-18.primeiravez {
    flex-wrap: wrap;
    justify-content: center;
  }

  .div-block-82 {
    width: 40%;
  }

  .dropdown-3 {
    margin-left: 0;
    padding-left: 0;
  }

  .dropdown-toggle {
    margin-top: -5px;
  }

  .text-block-9 {
    padding-left: 5px;
  }

  .div-block-91 {
    background-size: cover;
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-91.cont-nossahistoria {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    max-width: none;
  }

  .html-embed-19 {
    margin-top: 10px;
  }

  .bv {
    margin-top: 0;
  }

  .bvc {
    flex-flow: column wrap;
  }

  .bvcn {
    text-align: center;
    justify-content: center;
    width: 100%;
    padding-right: 25%;
    display: flex;
  }

  .bvct {
    width: 100%;
    margin-left: 0;
  }

  .bvci {
    width: 40%;
  }

  .bvci.bv-left {
    display: flex;
  }

  .bvci.bv-left.bv-mobile {
    display: none;
  }

  .flex-block-25 {
    margin-top: 0;
  }

  .div-block-94 {
    width: 70%;
  }

  .image-41 {
    display: none;
  }

  .heading-68 {
    font-size: 3rem;
  }

  .div-block-95 {
    max-width: 400px;
  }

  .slider-6 {
    min-height: 350px;
  }

  .div-block-99, .div-block-99.width-contato {
    justify-content: flex-start;
    align-items: center;
  }

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

  .heading-70 {
    font-size: 16px;
  }

  .paragraph-42 {
    font-size: 12px;
  }

  .bold-text-14 {
    font-size: 32px;
  }

  .container-politicas, .container-politicas-2, .container-politicas-3, .container-politicas-4 {
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .div-block-190 {
    background-position: 50% 100%;
  }
}

@media screen and (max-width: 479px) {
  .utility_block {
    width: 95%;
  }

  .l-nav {
    mix-blend-mode: normal;
    position: relative;
  }

  .c-container {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    background-color: #1b1b1b;
    order: 1;
    justify-content: space-around;
  }

  .c-nav-logo {
    padding-right: 20px;
  }

  .c-nav-logo.w--current {
    flex: 1;
    order: 1;
    align-self: center;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .c-nav-link {
    padding-left: 0;
  }

  .nav-menu {
    opacity: 1;
    -webkit-text-stroke-color: #101010;
    mix-blend-mode: normal;
    background-color: #070801;
    width: 0%;
    height: 0;
    margin-top: auto;
  }

  .image {
    flex: 0 auto;
    order: 1;
    align-self: center;
    width: 180px;
    height: auto;
    margin-left: 0%;
    margin-right: 0%;
  }

  .menu-button {
    flex: 0 auto;
    order: 0;
    align-self: center;
  }

  .grid {
    flex-direction: column;
    grid-template-rows: auto;
    grid-template-columns: 100%;
    grid-auto-flow: column;
    display: flex;
  }

  .coluna {
    width: 100%;
  }

  .db-agenda.padding-default {
    padding-bottom: 60px;
  }

  .db-agenda.padding-default.cormyaccount {
    margin-top: 0;
  }

  .footer {
    margin-bottom: auto;
    padding: 40px 10px 0;
  }

  .f-container {
    height: auto;
  }

  .grid-2 {
    text-align: center;
    flex-flow: column;
    margin-top: 0;
  }

  .div-block-4 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    margin-bottom: 0;
    display: flex;
  }

  .div-block-4.f-l-principais {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
  }

  .div-block-4.f-si {
    justify-content: center;
    align-items: flex-start;
    width: 100%;
  }

  .div-block-4.f-p {
    grid-row-gap: 5px;
    width: 100%;
  }

  .f-r-link, .f-r-link.w--current {
    text-align: left;
  }

  .div-block-5 {
    grid-row-gap: 0px;
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 0;
  }

  .image-3 {
    text-align: left;
    vertical-align: baseline;
    max-width: 100%;
    max-height: 100px;
    margin-left: 0;
    display: block;
  }

  .primeira-dobra {
    max-width: none;
    height: auto;
    min-height: auto;
    margin-top: 0;
    margin-bottom: 17%;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .html-embed-3 {
    width: 100%;
    display: block;
  }

  .box-r-sociais {
    text-align: left;
    justify-content: flex-start;
    align-items: center;
    padding-top: 20px;
    padding-bottom: 40px;
  }

  .box-r-sociais.menu {
    margin-top: 0;
    padding-top: 0;
    padding-left: 0;
  }

  .box-r-sociais.menu.social-box-menu {
    padding-left: 0;
  }

  .heading-12.rs-mobile {
    color: var(--white);
  }

  .html-embed-9 {
    display: none;
  }

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

  .button-3 {
    line-height: 2;
  }

  .div-block-23 {
    position: static;
    inset: auto 0% 15%;
  }

  .image-4 {
    width: 24px;
  }

  .car-mobile {
    display: none;
  }

  .facebook-icon {
    display: block;
  }

  .social-links-footer {
    justify-content: center;
    align-items: center;
  }

  .db-politica, .db-cookiesof {
    max-width: 360px;
  }

  .text-block-5 {
    width: 100%;
  }

  .db-packages.padding-default {
    margin-top: 0;
  }

  .body-home {
    align-items: center;
  }

  .bold-text-3 {
    color: var(--white);
  }

  .div-block-36 {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    margin-bottom: 40px;
    margin-left: auto;
  }

  .div-block-36.m-playlist {
    margin-top: 0;
    margin-left: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .heading-29 {
    text-align: center;
    justify-content: center;
    align-self: center;
    align-items: center;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    line-height: 1.2;
  }

  .heading-36 {
    align-items: center;
    display: flex;
  }

  .image-15 {
    width: 160px;
    height: 50px;
  }

  .bold-text-5 {
    font-size: .875rem;
  }

  .link-block-2.w--current {
    text-align: left;
    align-self: flex-start;
    margin-left: 0;
  }

  .container-faq-default.basic-grid {
    max-width: 360px;
    margin-top: 40px;
  }

  .faq-block {
    margin-left: 0;
    margin-right: 0;
  }

  .faq-default {
    padding-top: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

  .div-block-64 {
    align-items: center;
    padding-left: 0%;
  }

  .div-block-64.bg-vidro {
    justify-content: center;
    align-items: center;
    margin-left: 0%;
    padding-left: 15px;
    padding-right: 15px;
  }

  .div-block-68 {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

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

  .flex-block-15 {
    padding: 40px 10px;
  }

  .flex-block-15.bvc {
    margin-bottom: 60px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .div-block-73 {
    background-size: cover;
    width: 100%;
    padding: 20px 10px;
  }

  .div-block-73.bv-h1 {
    width: 100%;
  }

  .div-block-74.img-left {
    width: 90%;
  }

  .heading-56 {
    font-size: 32px;
  }

  .heading-56.h-mobilr {
    text-align: center;
    font-size: 28px;
  }

  .heading-57 {
    font-size: 40px;
  }

  .heading-58 {
    text-align: center;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 24px;
    display: flex;
  }

  .paragraph-30 {
    width: 100%;
  }

  .paragraph-30.modalidade-p {
    font-size: 16px;
  }

  .flex-block-16 {
    padding-top: 40px;
  }

  .heading-59 {
    font-size: 28px;
  }

  .paragraph-31 {
    width: auto;
  }

  .bold-text-6 {
    font-size: 20px;
  }

  .bold-text-7 {
    padding-left: 0;
  }

  .flex-block-17, .flex-block-17.masantes {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .flex-block-18.masantes-treinoc {
    flex-wrap: wrap;
  }

  .div-block-82 {
    width: 80%;
  }

  .div-block-82.masantes-treino {
    width: 100%;
  }

  .div-block-83 {
    flex-wrap: wrap;
  }

  .heading-61 {
    font-size: var(--h4-t);
  }

  .text-block-9 {
    color: #c2d10f;
    padding-left: 0;
  }

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

  .flex-block-20 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .div-block-91 {
    border-left: 1px #000;
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-91.cont-nossahistoria {
    background-position: 50% 0;
    background-size: cover;
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-92 {
    flex-direction: column-reverse;
    align-items: flex-start;
    padding-bottom: 40px;
    padding-left: 20px;
  }

  .paragraph-38 {
    padding-left: 0;
    padding-right: 0;
    font-size: 14px;
  }

  .flex-block-21 {
    padding-top: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .html-embed-19 {
    margin-top: 0;
  }

  .bvct {
    width: 100%;
    margin-left: 0;
  }

  .image-42, .image-43 {
    display: none;
  }

  .text-span-8 {
    font-size: 32px;
  }

  .button-4 {
    font-family: var(--h4);
    width: auto;
  }

  .heading-68 {
    margin-bottom: .25rem;
    padding-left: 0;
    padding-right: 0;
    font-size: 36px;
  }

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

  .div-block-95.linha-reserva {
    width: 70%;
    margin-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .image-44 {
    height: 100%;
  }

  .right-arrow-2 {
    inset: 0% 0% 0% auto;
  }

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

  .icon-7 {
    margin-left: 0;
    margin-right: auto;
  }

  .div-block-96 {
    margin-bottom: 0;
    padding-top: 60px;
  }

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

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

  .div-block-99 {
    width: 100%;
    margin-top: 30px;
    margin-bottom: 20px;
  }

  .div-block-103, .div-block-103.i-d {
    flex-flow: column;
  }

  .div-block-103.i-l {
    flex-flow: column;
    margin-top: 40px;
  }

  .div-block-104 {
    text-align: left;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    margin-top: 40px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .div-block-105 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    width: 100%;
    margin-top: 10px;
  }

  .div-block-105.imgleft {
    order: 1;
  }

  .heading-70 {
    text-align: center;
    font-size: 16px;
  }

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

  .div-block-106 {
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .heading-72, .heading-73 {
    text-align: left;
  }

  .div-block-109 {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    margin-top: 20px;
  }

  .image-48 {
    width: 50%;
  }

  .bold-text-14, .bold-text-15 {
    font-size: 32px;
  }

  .container-politicas {
    margin-top: 60px;
    padding-top: 0;
  }

  .heading-75 {
    font-size: 1.5rem;
  }

  .container-politicas-2 {
    padding-top: 60px;
  }

  .heading-77 {
    font-size: 1.5rem;
  }

  .container-politicas-3 {
    padding-top: 60px;
  }

  .heading-79, .heading-80 {
    font-size: 1.5rem;
  }

  .container-politicas-4 {
    margin-top: 0;
    padding-top: 40px;
  }

  .bold-text-18 {
    text-align: left;
  }
}

#w-node-_1f570b48-3731-99cb-1e06-4b8ee7d418b1-e7d418ae, #w-node-_1f570b48-3731-99cb-1e06-4b8ee7d418bc-e7d418ae, #w-node-_0b422a80-4c31-7444-5fe5-f911e55d182f-05e8c787, #w-node-_0b422a80-4c31-7444-5fe5-f911e55d1830-05e8c787, #w-node-_12d43579-d3d0-da14-5122-d04e3a41d18d-05e8c795 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}


@font-face {
  font-family: 'Alef';
  src: url('../fonts/Alef-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Alef';
  src: url('../fonts/Alef-Bold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Bebas neue ';
  src: url('../fonts/BebasNeue-Regular-6196_400.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Bebasneue 6196 400';
  src: url('../fonts/BebasNeue-Regular-6196_400.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Museo Slab 500';
  src: url('../fonts/Museo_Slab_500.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}