@font-face {
  font-family: Trashhand Webfont;
  src: url('../fonts/trashhand-webfont.eot') format("embedded-opentype"), url('../fonts/trashhand-webfont.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

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

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

:root {
  --white: white;
  --vermelho1: #ef4136;
  --black: black;
  --yellow\<deleted\|variable-8ba44cf5\>: #daec08;
  --laranja\<deleted\|variable-616c0c51\>: #ed672f;
  --white-smoke\<deleted\|variable-642c04bb\>: whitesmoke;
  --black-2\<deleted\|variable-a09c0539\>: #070801;
  --preto-42: #424242;
  --color: transparent;
  --cinza: #888;
  --vermelho: #f93369;
  --verde: #84e87a;
}

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

@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: 70%;
  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;
  -webkit-text-fill-color: inherit;
  mix-blend-mode: normal;
  background-color: #f5f5f599;
  background-clip: border-box;
  border: 1px #000;
  flex-flow: row;
  place-content: space-around;
  align-items: stretch;
  width: 100%;
  max-width: 100%;
  height: 90px;
  margin-bottom: auto;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: fixed;
  inset: 0% 0% auto;
}

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

.l-nav.bg-vidro {
  z-index: 1;
  color: var(--vermelho1);
  background-color: #fff;
  height: 100px;
  font-family: Warpaint Webfont, sans-serif;
  position: relative;
}

.c-container {
  object-fit: fill;
  background-color: #fff;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 12px;
  padding-right: 12px;
  display: flex;
  position: static;
}

.c-nav-logo.w--current {
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-width: 0;
  max-width: 82px;
  height: 100%;
  display: flex;
}

.c-nav-link {
  color: var(--black);
  cursor: pointer;
  font-family: Agencyfb;
  font-size: 20px;
  text-decoration: none;
  transition: opacity .2s;
  display: none;
}

.c-nav-link:hover {
  color: var(--black);
  font-weight: 600;
  text-decoration: overline;
}

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

.c-nav-link.w--current {
  color: var(--black);
  font-size: 20px;
  text-decoration: overline;
}

.c-nav-link.w--current:hover {
  color: var(--black);
}

.nav-menu {
  text-align: center;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 40%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.c-nav-compra {
  flex-direction: row;
  flex: 0 auto;
  order: 1;
  justify-content: flex-end;
  align-items: baseline;
  width: 30%;
  min-width: 0;
  display: none;
}

.segunda-dobra {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  max-height: none;
  margin-bottom: auto;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  display: none;
}

.s-container {
  background-color: var(--white-smoke\<deleted\|variable-642c04bb\>);
  color: #474747;
  mix-blend-mode: normal;
  background-image: none;
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto;
  flex-direction: column;
  justify-content: flex-start;
  width: 100%;
  min-width: 100%;
  height: 100%;
  max-height: none;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.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 {
  align-self: flex-start;
  height: auto;
  min-height: 60vh;
  max-height: none;
  margin-left: auto;
  margin-right: auto;
  padding-top: 140px;
  padding-bottom: 140px;
}

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

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

.html-embed-2.login-top {
  color: var(--vermelho1);
  justify-content: flex-end;
  align-items: center;
}

.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: #131313;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  height: auto;
  margin-top: auto;
  padding-top: 40px;
  padding-bottom: 40px;
  font-family: Roboto, sans-serif;
  display: flex;
}

.body-map {
  color: var(--laranja\<deleted\|variable-616c0c51\>);
  background-color: #f7f8fc;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  height: 100%;
  display: block;
}

.body-map.map-body {
  justify-content: space-between;
  font-family: "Baloo 2";
  display: block;
}

.my-account-top {
  width: 100%;
  height: auto;
  min-height: auto;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 60px;
  display: block;
}

.body-my-account {
  color: var(--black);
  background-color: #eee;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  max-width: 100%;
  height: auto;
  min-height: auto;
  font-family: Roboto, sans-serif;
  display: flex;
}

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

.box-r-sociais {
  flex-direction: column;
  align-items: center;
  display: block;
}

.box-r-sociais.menu {
  align-items: flex-start;
  display: block;
}

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

.box-r-sociais.menu {
  align-items: flex-start;
  width: 100%;
  max-width: 100%;
  height: auto;
  text-decoration: none;
  display: flex;
}

.heading-12 {
  color: var(--white);
  margin-bottom: .5rem;
  font-size: 1rem;
}

.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 {
  width: 100%;
  padding: 40px 20px 60px;
}

.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 {
  align-items: center;
  width: 100%;
  display: flex;
}

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

.l-instagram {
  text-decoration: none;
}

.l-instagram.youtube {
  text-decoration: none;
  display: none;
}

.db-politica {
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  height: 100%;
  min-height: 60vh;
  padding-top: 140px;
  padding-bottom: 60px;
  display: flex;
}

.db-politica.old {
  display: flex;
}

.db-politica-custom {
  width: 100%;
  max-width: 100%;
  padding: 60px 20px;
}

.body-politica {
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  font-family: Roboto, sans-serif;
  display: flex;
}

.db-cookiesof {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  height: 100%;
  min-height: 60vh;
  padding: 140px 60px 60px;
  display: flex;
}

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

.body-cookiesof {
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  font-family: Roboto, sans-serif;
  display: flex;
}

.db-maps {
  background-color: var(--white);
  width: 100%;
  height: auto;
  min-height: 60vh;
  max-height: none;
  margin-top: 0;
  margin-bottom: auto;
  padding-top: 140px;
  padding-bottom: 0;
  position: relative;
}

.maps-html {
  height: auto;
  margin-bottom: auto;
  padding-top: 20px;
  display: block;
}

.body-agenda {
  color: var(--laranja\<deleted\|variable-616c0c51\>);
  background-color: #f7f8fc;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  font-family: "Baloo 2";
  display: flex;
}

.body-agenda.scroll {
  color: var(--black);
  font-family: Roboto, sans-serif;
}

.body-agenda.scroll.body-instrutores.backgrond-none {
  background-color: var(--white);
}

.body-agenda.scroll.background-transparent {
  background-color: #0000;
}

.body-agenda.scroll.background-white-agenda {
  background-color: #fff;
}

.body-packages {
  color: var(--laranja\<deleted\|variable-616c0c51\>);
  background-color: #f7f8fc;
  flex-flow: column wrap;
  place-content: center space-between;
  align-items: center;
  min-height: auto;
  display: flex;
}

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

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

.packages-html {
  width: 100%;
  margin-top: 0;
}

.body-home {
  color: var(--laranja\<deleted\|variable-616c0c51\>);
  background-color: #f7f8fc;
  flex-flow: column wrap;
  place-content: center space-between;
  align-items: center;
  min-height: auto;
  font-family: "Baloo 2";
  transition: color .3s;
  display: flex;
}

.body-home.scroll {
  grid-row-gap: 0px;
  color: var(--black);
  background-color: #fff;
  flex-flow: column;
  font-family: Roboto, sans-serif;
}

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

.d-imagem {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 770px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.paragraph-5 {
  color: var(--laranja\<deleted\|variable-616c0c51\>);
  text-align: center;
  margin-bottom: 75px;
  font-family: "Baloo 2";
  font-size: 50px;
}

.div-top-bg {
  background-color: var(--black);
  color: var(--black-2\<deleted\|variable-a09c0539\>);
  object-fit: contain;
  width: 100%;
  height: 120px;
  margin-top: -120px;
  margin-left: 0;
  padding-left: 0;
  display: none;
  position: static;
  inset: 0% 0% auto;
}

.heading-26 {
  color: var(--white);
  text-align: center;
  text-transform: uppercase;
  margin-top: 79px;
  margin-left: auto;
  margin-right: auto;
  font-family: Agencyfb;
  font-size: 64px;
}

.f-formas {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: space-around;
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
}

.f-forma {
  flex-direction: column;
  align-items: center;
  width: 288px;
  height: 224px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.image-13 {
  width: 85px;
  height: 85px;
}

.paragraph-8 {
  color: var(--black);
  text-align: center;
  margin-top: 20px;
  font-family: "Baloo 2";
  font-size: 20px;
}

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

.div-block-36.m-playlist {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding-right: 0;
}

.heading-29 {
  color: var(--preto-42);
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  font-family: Trashhand Webfont, sans-serif;
  font-size: 82px;
  font-weight: 700;
  line-height: 1;
  display: flex;
}

.link-block {
  background-color: var(--laranja\<deleted\|variable-616c0c51\>);
  color: var(--white);
  border-radius: 14px;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 300px;
  height: auto;
  max-height: 78px;
  margin-top: 0;
  padding: 20px;
  text-decoration: none;
  display: flex;
}

.link-block:hover {
  background-color: var(--laranja\<deleted\|variable-616c0c51\>);
  text-align: left;
  -webkit-text-stroke-color: #7b8507;
  justify-content: center;
  text-decoration: none;
}

.link-block.btn-banner {
  background-color: var(--laranja\<deleted\|variable-616c0c51\>);
  flex-direction: row;
  align-self: center;
  align-items: center;
  width: 100%;
  max-width: 300px;
  height: auto;
  max-height: 78px;
  margin-top: 2rem;
  padding: 20px;
}

.html-embed-14 {
  margin-top: auto;
  margin-bottom: auto;
  font-size: 24px;
}

.heading-32 {
  color: var(--black-2\<deleted\|variable-a09c0539\>);
  text-align: left;
  -webkit-text-stroke-color: var(--black-2\<deleted\|variable-a09c0539\>);
  text-transform: uppercase;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Agencyfb;
  font-size: 32px;
  display: flex;
}

.heading-32:hover {
  text-align: left;
}

.nona-dobra {
  z-index: 2;
  color: #ed672f;
  background-color: #fff;
  border-top-left-radius: 100px;
  flex-direction: column;
  width: 100%;
  margin-top: -100px;
  margin-bottom: auto;
  padding-top: 160px;
  padding-bottom: 117px;
  display: flex;
  position: relative;
}

.nona-dobra.nona-b {
  margin-top: 0;
  padding-top: 60px;
  padding-bottom: 0;
}

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

.bg-top {
  background-color: var(--white);
  width: 100%;
  height: 450px;
  min-height: 450px;
  max-height: 450px;
  margin-top: 0;
  padding-top: 0;
  display: none;
}

.bg-top.bg-map {
  margin-top: -120px;
}

.bg-top.agenda-pacote {
  background-image: url('../images/bg-pacotes-agenda_default-02.jpg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: 100%;
  align-items: flex-start;
  margin-top: 0;
  display: flex;
}

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

.body-3, .body-4 {
  font-family: "Baloo 2";
}

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

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

.faq-answer {
  color: #424242;
  width: 100%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 30px;
  padding-left: 0;
  padding-right: 100px;
  font-size: 18px;
  font-weight: 300;
  line-height: 150%;
}

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

.faq {
  background-color: var(--color);
  color: #070b3b;
  white-space: break-spaces;
  border-bottom: 1px solid #e1e1e1;
  justify-content: space-between;
  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;
}

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

.faq-ans {
  width: 100%;
  max-width: 100%;
  overflow: hidden;
}

.head-medium {
  text-align: left;
  letter-spacing: .58px;
  text-transform: none;
  font-size: 34px;
  font-weight: 700;
  line-height: 150%;
}

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

.head-regular {
  color: #424242;
  letter-spacing: -.31px;
  font-size: 24px;
  font-weight: 500;
  line-height: 32px;
  text-decoration: none;
}

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

.faq-q {
  cursor: pointer;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 30px;
  padding-bottom: 30px;
  display: flex;
}

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

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

.faq-icon {
  z-index: 2;
  width: 24px;
  margin-right: 16px;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.faq-default {
  padding: 140px 72px 100px;
  font-family: Roboto, sans-serif;
  position: relative;
  overflow: hidden;
}

.border-faq-linear {
  background-color: #242424;
  background-image: linear-gradient(-259deg, #000, #fff);
  width: 100%;
  height: 2px;
}

.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: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 1152px;
  display: grid;
}

.accordian-item {
  border-top: 1px #8be98b;
  border-radius: 0;
  width: 100%;
}

.accordian-item:last-child {
  border-bottom: 1px solid #5fd567;
}

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

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

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

.plus-icon {
  background-color: #1da23d00;
  border-radius: 40px;
  justify-content: center;
  align-items: center;
  width: 40px;
  min-width: 40px;
  height: 40px;
  min-height: 40px;
  margin-top: -5px;
  margin-left: 0;
  margin-right: 0;
  display: flex;
  position: relative;
}

.plus-horiz {
  background-color: #000;
  border: 1px solid #e1e1e1;
  border-radius: 100px;
  width: 13px;
  height: 2px;
  position: absolute;
}

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

.faq-body-cont {
  border-top: 1px #000;
  padding: 30px;
  font-size: 16px;
  font-weight: 300;
  line-height: 32px;
}

.plus-vert {
  background-color: #000;
  border: 1px solid #e1e1e1;
  border-radius: 100px;
  width: 2px;
  height: 13px;
  position: absolute;
}

.section-modalidade {
  background-image: url('../images/background-chamada-1920w.jpg');
  background-position: 100% 0;
  background-size: cover;
  width: 100%;
  min-height: 480px;
  margin-top: 0;
  padding-top: 107px;
  padding-bottom: 355px;
}

.div-block-54 {
  background-image: url('../images/young-women-taking-part-spinning-class-1.png');
  background-position: 50%;
  background-repeat: repeat-y;
  background-size: cover;
  width: 100%;
  height: 100%;
  min-height: 480px;
  max-height: 770px;
  display: none;
}

.section {
  width: 100%;
  height: 100%;
  padding-top: 40px;
  padding-bottom: 40px;
}

.nona-dobra-2 {
  background-color: #f1f1f1;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 100px;
  padding-bottom: 60px;
  display: flex;
}

.nona-dobra-2.depoimentos {
  background-color: #fff;
  background-image: url('../images/Logo_AF_presential-3.png');
  background-position: 100% 0;
  background-repeat: no-repeat;
  background-size: cover;
  align-self: center;
  padding-bottom: 140px;
  display: none;
}

.heading-50 {
  color: var(--laranja\<deleted\|variable-616c0c51\>);
  font-size: 12px;
  font-weight: 400;
  line-height: 15.14px;
}

.image-20 {
  text-align: center;
  max-width: 109px;
  margin-bottom: 20px;
}

.icon-7 {
  color: #c6ba2f;
}

.slider-4 {
  background-color: #0000;
  height: 100%;
  display: none;
}

.div-block-61 {
  background-color: #fff;
  border-radius: 5.48px;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  max-width: 328px;
  margin-left: auto;
  margin-right: auto;
  padding: 36px 27px;
  display: flex;
}

.heading-51 {
  color: var(--laranja\<deleted\|variable-616c0c51\>);
  text-align: center;
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  font-family: Agencyfb;
  font-size: 56px;
  font-weight: 700;
  line-height: 66.36px;
  display: flex;
}

.paragraph-23 {
  color: #000;
  text-align: center;
  margin-bottom: 22px;
  font-size: 14.6px;
  font-style: normal;
  line-height: 31.03px;
}

.icon-8 {
  color: #c6ba2f;
}

.div-block-62 {
  text-align: center;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1140px;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
  padding-right: 0;
  display: flex;
}

.div-block-62.depoimentos {
  justify-content: center;
}

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

.contato-info-2 {
  color: #fff;
  text-align: left;
  text-transform: capitalize;
  margin-bottom: 0;
  margin-left: 0;
  padding-bottom: 0;
  font-size: 16px;
  font-weight: 500;
}

.contato-info-2.e-mail {
  text-transform: lowercase;
  max-width: 253px;
}

.img-contato-info {
  width: 100%;
  max-width: 20px;
  height: 100%;
  min-height: 20px;
  max-height: 20px;
}

.social-links-footer-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: #474747;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-left: 0;
  text-decoration: none;
  display: flex;
}

.grid-4 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  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 flex-start;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding: 20px 0;
  display: flex;
}

.bold-text-11 {
  color: #fff;
  font-size: 18px;
}

.paragraph-24 {
  color: #fff;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 1.2;
}

.f-r-link-2 {
  color: #fff;
  width: auto;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  font-style: normal;
  text-decoration: none;
}

.f-r-link-2:hover {
  font-weight: 400;
  text-decoration: underline;
}

.f-r-link-2.w--current {
  cursor: pointer;
  font-family: Roboto, sans-serif;
  font-style: normal;
  text-decoration: none;
}

.f-r-link-2.w--current:hover {
  font-weight: 600;
}

.f-r-link-2.w--current:focus {
  color: #070b3b;
}

.f-r-link-2.w--current:visited {
  color: #070b3b;
  -webkit-text-stroke-color: #070b3b;
}

.heading-62 {
  color: #fff;
  width: 100%;
  margin-bottom: .5rem;
  font-size: 18px;
  line-height: 21.33px;
}

.instagram-icon-2 {
  color: #fff;
  text-decoration: none;
}

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

.paragraph-25 {
  color: #fff;
  flex-wrap: wrap;
  width: 100%;
  font-size: 14px;
  line-height: 1.5;
  display: flex;
}

.paragraph-25.endereco {
  color: #fff;
  text-transform: capitalize;
  margin-bottom: 10px;
}

.div-block-66 {
  flex-direction: column;
  width: 100%;
  min-width: 20px;
  max-width: 25%;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.div-block-66.f-si {
  width: 20%;
  max-width: 15%;
}

.div-block-66.f-p {
  width: 100%;
}

.div-block-66.f-l-principais {
  min-width: 20%;
  max-width: 20%;
  padding-left: 10px;
}

.div-block-66.f-l-principais.ocultar-redes-sociais {
  grid-column-gap: 63px;
  grid-row-gap: 63px;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  max-width: 100%;
  padding-left: 0;
}

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

.icone-info-contato-2 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: flex-start;
  align-self: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.heading-61 {
  color: #000;
  margin-bottom: .5rem;
  font-size: 18px;
  line-height: 21.33px;
}

.facebook-icon-2, .facebook-icon-2:hover {
  text-decoration: none;
}

.l-facebook-2 {
  text-align: left;
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  text-decoration: none;
}

.l-facebook-2:hover {
  text-decoration: none;
}

.f-container-2 {
  flex-direction: row;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  height: 100%;
  padding-bottom: 10px;
  padding-left: 50px;
  padding-right: 50px;
  display: block;
}

.div-block-67 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  min-width: 20%;
  max-width: 20%;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.image-33 {
  text-align: left;
  object-fit: fill;
  width: 100%;
  max-width: 168px;
  display: inline-block;
}

.container-3 {
  justify-content: flex-start;
  display: flex;
}

.section-redirecionamento {
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 60vh;
  padding-top: 60px;
  display: flex;
}

.html-embed-17 {
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  display: flex;
}

.image-39 {
  max-width: 150px;
}

.section-carrousel {
  color: #f15a24;
  width: 100%;
  height: 100%;
  min-height: auto;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
}

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

.image-40 {
  object-fit: cover;
  height: 71px;
  margin-left: 0;
}

.container-4 {
  color: var(--white);
  border: 0 #000;
  flex-flow: column;
  justify-content: flex-start;
  width: 90%;
  max-width: 1220px;
  padding-bottom: 20px;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

.link-block-5 {
  object-fit: fill;
}

.link-block-5.w--current {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.image-41 {
  background-color: #fff;
  width: 100%;
  height: 68px;
  padding-top: 0;
}

.container-5 {
  width: 100%;
  max-width: 1220px;
}

.div-block-68, .div-block-68.menu-mobile-action {
  display: none;
}

.paragraph-26, .paragrafo {
  margin-bottom: 10px;
}

.heading-64 {
  margin-top: 40px;
  margin-bottom: 10px;
}

.heading-64.subtitulo {
  margin-top: 35px;
  margin-bottom: 12px;
}

.background-video {
  height: auto;
  min-height: 650px;
  max-height: 650px;
}

.background-video.bg-video-banner {
  height: 750px;
  min-height: auto;
  max-height: none;
}

.container-6 {
  max-width: 1220px;
}

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

.imagem-lop-play {
  max-width: 53px;
  margin-top: 0;
}

.modal-popup {
  z-index: 100;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: none;
  position: fixed;
  inset: 0%;
}

.bg-modal-popup {
  -webkit-backdrop-filter: blur(1px);
  backdrop-filter: blur(1px);
  background-color: #00000026;
  width: 100%;
  height: 100%;
}

.modal-popup-container {
  width: 100%;
  max-width: 89rem;
  height: 100%;
  max-height: 29rem;
  position: absolute;
}

.div-block-71 {
  width: 100%;
  height: 100%;
  position: relative;
}

.background-video-2 {
  width: 100%;
  height: 100%;
  margin-top: 0;
}

.heading-65 {
  color: var(--black);
  background-color: #0000;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  padding-right: 0;
  font-size: 2rem;
  font-weight: 400;
  display: flex;
  position: relative;
  inset: 0% 0% auto auto;
  transform: rotate(45deg);
}

.link-block-6 {
  z-index: 101;
  cursor: pointer;
  background-color: #ffffff26;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  padding-top: 1px;
  line-height: 1;
  text-decoration: none;
  display: flex;
  position: absolute;
  inset: 2% 1% auto auto;
}

.link-block-7 {
  z-index: 99;
  justify-content: center;
  align-items: center;
  height: 440px;
  margin-top: -850px;
  display: flex;
  position: relative;
}

.div-block-72 {
  width: 40%;
  margin-top: -150px;
  padding-right: 0;
}

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

.heading-66 {
  color: var(--white);
  text-align: center;
  font-family: Warpaint Webfont, sans-serif;
  font-size: 114px;
  font-weight: 400;
}

.paragraph-27 {
  color: var(--white);
  max-width: 641px;
  font-family: Trashhand Webfont, sans-serif;
  font-size: 24px;
  line-height: 48px;
}

.link-block-8 {
  color: var(--white);
  background-color: #84e87a;
  border-radius: 34px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 319px;
  min-height: 59px;
  padding-left: 36px;
  padding-right: 20px;
  font-family: Trashhand Webfont, sans-serif;
  line-height: 1;
  text-decoration: none;
  display: flex;
}

.link-block-8:hover {
  background-color: #6dc664;
}

.paragraph-28 {
  color: #f93369;
  justify-content: flex-end;
  align-items: center;
  margin-top: 7px;
  margin-bottom: 0;
  font-size: 24px;
  line-height: 1;
  display: flex;
}

.html-embed-19 {
  line-height: 1;
}

.container-7 {
  grid-column-gap: 120px;
  grid-row-gap: 120px;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

.div-block-74 {
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  margin-left: 150px;
  display: block;
}

.div-block-75 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  margin-right: 60px;
  display: flex;
}

.image-43 {
  object-fit: contain;
  border-radius: 6% 25% 6% 6%;
  width: 30svw;
  max-width: 684px;
  height: auto;
  max-height: 458px;
}

.heading-67 {
  color: var(--preto-42);
  font-family: Trashhand Webfont, sans-serif;
  font-size: 82px;
}

.bold-text-15 {
  color: var(--preto-42);
}

.image-44 {
  width: 150px;
  height: auto;
}

.paragraph-29 {
  color: var(--cinza);
  text-align: center;
  margin-top: 20px;
  padding-bottom: 20px;
  font-family: Lato, sans-serif;
  font-size: 22px;
  font-weight: 300;
  line-height: 200%;
}

.button-5 {
  color: #ff4800;
  background-color: #0000;
  border: 2px solid #ff4800;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  width: 229px;
  height: 58px;
  margin-top: 20px;
  font-family: Lato, sans-serif;
  font-size: 18px;
  display: flex;
}

.button-5:hover {
  color: #fff;
  background-color: #ff4800;
}

.slider-5 {
  background-color: #0000;
  justify-content: center;
  align-items: center;
  height: 100%;
  min-height: 480px;
  max-height: none;
  display: flex;
}

.slide-5 {
  width: 523px;
  height: 415px;
  margin-left: 10px;
  margin-right: 10px;
}

.mask-4 {
  width: 100%;
  max-width: 1085px;
  height: 100%;
  min-height: 480px;
  margin-top: 0;
  padding-top: 40px;
}

.div-block-76 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #fff;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 60px 20px 40px;
  display: flex;
  box-shadow: 0 5px 10px #00000042;
}

.image-45 {
  width: 50px;
  height: 50px;
}

.paragraph-30 {
  color: var(--cinza);
  text-align: center;
  margin-top: 15px;
  margin-bottom: 15px;
  font-size: 16px;
}

.linha {
  border: 1px solid var(--cinza);
  background-color: var(--black);
  color: #ed672f;
  width: 30%;
  height: 0;
  margin-top: 10px;
  margin-bottom: 10px;
}

.heading-68 {
  color: var(--cinza);
  font-weight: 400;
  line-height: 1;
}

.heading-69 {
  color: #666;
  font-size: 18px;
  line-height: 1;
}

.heading-70 {
  color: #444;
  text-align: center;
  font-family: Roboto, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 1;
}

.icon-9 {
  color: var(--preto-42);
  margin-left: 0;
}

.icon-10 {
  color: var(--preto-42);
  margin-right: 0;
}

.slide-nav-3 {
  color: var(--black);
  text-align: center;
  padding-top: 40px;
}

.image-46 {
  height: 20px;
  line-height: 1;
}

.image-47 {
  object-fit: cover;
  margin-top: 30px;
}

.heading-71 {
  color: #fff;
  font-size: 28px;
  line-height: 1;
}

.paragraph-31 {
  color: #fff;
  margin-top: 1rem;
  font-size: 18px;
  font-weight: 400;
}

.div-block-77 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-bottom: 2px solid #1e1e1e;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.div-block-78 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  color: var(--white);
  border-bottom: 3px solid #333;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.image-48 {
  width: 27px;
}

.heading-72 {
  color: var(--white);
  margin-bottom: 0;
  font-family: Roboto, sans-serif;
  font-size: 27px;
  font-weight: 500;
  line-height: 1.2;
}

.image-49 {
  border: 1px solid #0cc243;
  border-radius: 50%;
  height: 40px;
  padding: 8px;
  line-height: 1;
}

.bg-top-o-studio {
  color: var(--preto-42);
  width: 100%;
  height: 100%;
  max-height: 595px;
  margin-top: auto;
  padding-top: 0;
  padding-bottom: 0;
  font-family: Lato, sans-serif;
  font-size: 24px;
  position: relative;
  overflow: hidden;
}

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

.div-block-79 {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  min-height: 500px;
  padding-bottom: 40px;
  display: flex;
}

.container-9 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  width: 100%;
  max-width: 1600px;
  margin-left: 0;
  margin-right: 0;
  padding: 48px 24px 0;
  display: flex;
}

.div-block-80 {
  margin-left: 306px;
}

.div-block-81 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 33%;
  margin-left: auto;
  margin-right: 0;
  padding-left: 80px;
  display: flex;
}

.paragraph-32 {
  color: var(--cinza);
  width: 100%;
  max-width: 682px;
  font-family: Lato, sans-serif;
  font-size: 24px;
  font-weight: 300;
}

.button-6 {
  color: var(--white);
  background-color: #ef4136;
  background-image: linear-gradient(135deg, #ffa700 38%, #881697);
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  width: 191px;
  height: 53px;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  transition-property: box-shadow;
  transition-duration: .2s;
  transition-timing-function: ease;
  display: flex;
}

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

.button-7 {
  -webkit-text-stroke-width: 0px;
  -webkit-text-stroke-color: var(--white);
  color: #ef4136;
  background-color: #0000;
  border: 1px solid #ef4136;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  width: 191px;
  height: 53px;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  display: flex;
}

.button-7:hover {
  color: var(--white);
  background-color: #ef4136;
}

.container-10 {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  flex-flow: row;
  max-width: 1200px;
  height: 100%;
  min-height: auto;
  max-height: none;
  margin-top: 0;
  margin-left: 306px;
  margin-right: 0;
  padding: 0 10px;
  font-family: Lato, sans-serif;
  display: flex;
}

.div-block-82 {
  width: 50%;
  max-width: none;
  max-height: none;
  margin-right: 0;
}

.flex-block-12 {
  grid-column-gap: 150px;
  grid-row-gap: 150px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 50%;
  height: 100%;
  min-height: auto;
  max-height: none;
}

.image-51 {
  width: auto;
  max-width: 560px;
  height: auto;
}

.image-52 {
  width: 100%;
}

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

.div-block-84 {
  width: auto;
  max-width: 650px;
}

.image-53 {
  width: 100%;
}

.div-block-85 {
  padding-top: 60px;
}

.flex-block-13 {
  grid-column-gap: 20px;
  grid-row-gap: 5px;
  flex-flow: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  place-items: flex-start center;
  width: 100%;
  min-height: 60vh;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 40px;
  padding-left: 10px;
  padding-right: 10px;
  display: grid;
}

.div-block-86 {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 373px;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.div-block-87 {
  z-index: 1;
  color: var(--black);
  background-color: #c2362b;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 98px;
  display: flex;
  position: relative;
}

.heading-73 {
  color: var(--black);
  font-family: Rock Salt, sans-serif;
  font-size: 35px;
  font-weight: 400;
}

.image-54 {
  object-fit: cover;
  min-height: 428px;
  max-height: 428px;
}

.image-55 {
  object-fit: cover;
  height: 100%;
  min-height: 428px;
  max-height: 428px;
}

.image-56, .image-57, .image-58, .image-59, .image-60 {
  object-fit: cover;
  min-height: 428px;
  max-height: 428px;
}

.text-block-9 {
  color: var(--vermelho1);
  padding-top: 0;
  font-size: 18px;
}

.icon-11 {
  color: var(--vermelho1);
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 10px;
  padding-top: 7px;
  padding-bottom: 5px;
}

.dropdown-link {
  color: #999;
}

.dropdown-link:hover, .dropdown-link.w--current {
  color: #ff4800;
}

.dropdown-link.current {
  color: #999;
}

.dropdown-link.current:hover {
  color: var(--preto-42);
}

.dropdown-list {
  color: var(--vermelho1);
  background-color: #fff;
}

.paragraph-33 {
  color: var(--cinza);
  text-align: center;
  font-size: 22px;
  font-weight: 300;
  line-height: 44px;
}

.link {
  color: var(--vermelho1);
  padding: 8px 15px 5px;
  font-size: 18px;
  line-height: 1;
  text-decoration: none;
}

.bg-top-novidade-banner {
  width: 100%;
  max-width: 1200px;
  height: 100%;
  max-height: 330px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
}

.div-block-88 {
  -webkit-text-fill-color: inherit;
  mix-blend-mode: color;
  background-color: #ffffff9c;
  background-clip: border-box;
  position: absolute;
  inset: 0%;
}

.div-block-89 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.heading-74 {
  color: var(--white);
  justify-content: center;
  align-items: center;
  font-family: Warpaint Webfont, sans-serif;
  font-size: 96px;
  font-weight: 400;
  line-height: 1;
  display: flex;
}

.div-block-90 {
  background-color: #fff;
  width: 64px;
  height: 1px;
}

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

.div-block-91 {
  color: var(--black);
  width: 100%;
  height: 100%;
  padding: 80px 20px 100px;
  font-family: Warpaint Webfont, sans-serif;
}

.text-span {
  font-size: 2.5rem;
}

.text-span-2, .text-span-3, .text-span-4, .text-span-5, .text-span-6, .text-span-7, .text-span-8, .text-span-9, .text-span-10, .text-span-11, .text-span-12, .text-span-13, .text-span-14, .text-span-15, .text-span-16, .text-span-17, .text-span-18, .text-span-19 {
  font-size: 1.125rem;
}

.text-span-20 {
  font-size: 2.5rem;
}

.text-span-21, .text-span-22 {
  font-size: 1.125rem;
}

.text-span-23 {
  font-size: 2.5rem;
}

.text-span-24, .bold-text-17, .text-span-25, .text-span-26 {
  font-size: 1.125rem;
}

.text-span-27 {
  font-size: 2.5rem;
}

.paragraph-34 {
  font-size: 1rem;
}

.text-span-28, .text-span-29, .text-span-30 {
  font-size: 1.125rem;
}

.dropdown-toggle {
  padding-top: 4px;
  padding-bottom: 0;
  padding-right: 30px;
}

.image-61 {
  display: none;
}

.paragraph-35 {
  z-index: auto;
  color: #f15900;
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-left: 0;
  font-family: Trashhand Webfont, sans-serif;
  font-size: 38px;
  font-weight: 400;
  display: block;
  position: absolute;
  inset: auto auto 5%;
}

.btn-primary-ang {
  border: 1px solid var(--vermelho1);
  background-color: var(--white);
  color: var(--vermelho1);
  border-radius: 50px;
  font-family: Roboto, sans-serif;
  font-size: 14px;
}

.btn-primary-ang.pagekraft-auth-login, .btn-primary-ang.pagekraft-auth-my-account {
  display: none;
}

.btn-secondary-ang {
  border: 1px solid var(--vermelho1);
  background-color: var(--vermelho1);
  color: var(--white);
  border-radius: 50px;
  font-family: Roboto, sans-serif;
  font-size: 14px;
}

.btn-secondary-ang.pagekraft-auth-register, .btn-secondary-ang.pagekraft-auth-logout {
  font-weight: 700;
  display: none;
}

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

.code-embed {
  padding: 6px 12px;
  display: flex;
}

.code-embed.pagekraft-auth-checkout.car-shopping, .code-embed-2 {
  cursor: pointer;
}

.div-block-93 {
  background-image: url('../images/indique-ganhe-largo-154b5d10-1920w.webp');
  background-position: 50%;
  background-size: cover;
  height: 430px;
}

.div-block-94 {
  background-image: linear-gradient(80deg, #c2362bba, #000000d6);
  width: 100%;
  height: 100%;
}

.div-block-95 {
  justify-content: flex-start;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.image-62 {
  max-width: 1000px;
  margin-right: 36px;
}

.text-block-10 {
  font-family: Open Sans, sans-serif;
}

.text-block-11 {
  font-family: Roboto, sans-serif;
  font-weight: 700;
}

.link-block-9 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: var(--white);
  background-color: #1877f2;
  border-radius: 50%;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 36px;
  height: 36px;
  padding: 0;
  display: flex;
}

.code-embed-3 {
  display: flex;
}

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

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

.link-block-10 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: var(--white);
  background-color: #0f1419;
  border-radius: 50%;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 36px;
  height: 36px;
  padding: 0;
  display: flex;
}

.link-block-11 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: var(--white);
  background-color: #0079b4;
  border-radius: 50%;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 36px;
  height: 36px;
  padding: 0;
  display: flex;
}

.link-block-12 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: var(--white);
  background-color: #01e675;
  border-radius: 50%;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 36px;
  height: 36px;
  padding: 0;
  display: flex;
}

.section-2 {
  border-bottom-width: 2px;
}

.section-3 {
  border-bottom: 3px solid #000;
}

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

.div-block-99 {
  grid-column-gap: 120px;
  grid-row-gap: 120px;
  display: flex;
}

.text-block-12 {
  color: var(--white);
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  font-family: Trashhand Webfont, sans-serif;
  font-size: 48px;
  display: flex;
}

.image-63 {
  object-fit: contain;
  object-position: 50% 50%;
  height: 193px;
}

.div-block-79-copy {
  width: 100%;
}

.paragraph-32-copy {
  color: var(--cinza);
  width: 100%;
  max-width: 919px;
  margin-left: 0%;
  font-family: Lato, sans-serif;
  font-size: 24px;
  font-weight: 300;
  line-height: 1.2;
}

.paragraph-39 {
  color: var(--cinza);
  width: 100%;
  max-width: 570px;
  padding-top: 110px;
  font-family: Lato, sans-serif;
  font-size: 24px;
  font-weight: 300;
  line-height: 1.2;
}

.image-64 {
  max-width: 583px;
}

.container-11 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: row;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  max-width: 1200px;
  height: 100%;
  min-height: auto;
  max-height: none;
  margin-top: -20px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 10px;
  font-family: Lato, sans-serif;
  display: flex;
}

.container-12 {
  grid-column-gap: 66px;
  grid-row-gap: 66px;
  flex-flow: row;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 1200px;
  height: 100%;
  min-height: auto;
  max-height: none;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 30px 10px 0;
  font-family: Lato, sans-serif;
  display: flex;
}

.image-66 {
  height: 434px;
}

.text-block-13 {
  color: var(--cinza);
  text-align: center;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 24px;
}

.image-67 {
  height: 60px;
}

.image-68 {
  height: 81px;
}

.image-69, .image-70 {
  height: 64px;
}

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

.container-13 {
  max-width: 1200px;
  padding-top: 50px;
  padding-left: 10px;
  padding-right: 10px;
}

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

.text-block-14 {
  color: var(--cinza);
  text-align: center;
  font-family: Lato, sans-serif;
  font-size: 24px;
  font-weight: 300;
  line-height: 1.2;
}

.button-8 {
  color: var(--black);
  background-image: linear-gradient(90deg, #c18f8f, #ffce00);
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  width: 195px;
  height: 54px;
  margin-left: 0;
  margin-right: 0;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 15px;
  font-size: 16px;
  font-weight: 400;
  transition: box-shadow .2s;
  display: flex;
}

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

.button-8.spaces-btn {
  margin-top: 24px;
  margin-bottom: 24px;
  padding-top: 0;
}

.div-block-101 {
  justify-content: center;
  align-items: flex-start;
  margin-top: 24px;
  padding-bottom: 24px;
  display: flex;
}

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

.text-block-15 {
  color: var(--cinza);
  text-align: left;
  max-width: 237px;
  padding-top: 60px;
  font-family: Lato, sans-serif;
  font-size: 24px;
  font-weight: 300;
  line-height: 1.3;
}

.div-block-102 {
  display: inline-flex;
}

.image-72 {
  height: 450px;
}

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

.image-73 {
  width: 354px;
}

.text-block-16 {
  color: var(--cinza);
  text-align: right;
  max-width: 494px;
  margin-left: -160px;
  font-family: Lato, sans-serif;
  font-size: 24px;
  font-weight: 300;
  line-height: 1.2;
}

.container-15 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: row;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 1200px;
  height: 100%;
  min-height: auto;
  max-height: none;
  margin-top: 0;
  padding: 0 10px 60px;
  font-family: Lato, sans-serif;
  display: flex;
}

.image-64-copy {
  max-width: none;
  height: 100%;
  max-height: 564px;
}

.div-block-104 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.button-9 {
  background-image: linear-gradient(90deg, #d5139b, #000);
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  width: 195px;
  height: 54px;
  font-family: Roboto, sans-serif;
  transition: box-shadow .2s;
  display: flex;
}

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

.div-block-105 {
  background-image: url('../images/background-chamada-2880w.webp');
  background-position: 50%;
  background-size: auto;
  justify-content: center;
  align-items: center;
  height: 285px;
  display: flex;
}

.heading-75 {
  color: var(--white);
  text-align: center;
  font-family: Warpaint Webfont, sans-serif;
  font-size: 72px;
  font-weight: 400;
}

.div-block-106 {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  width: 100%;
  max-width: 1220px;
  margin-left: auto;
  margin-right: auto;
  padding: 60px 10px;
  display: flex;
}

.image-74 {
  object-fit: cover;
  width: 100%;
  max-width: 500px;
  height: 461px;
}

.list {
  max-width: 470px;
  font-size: 18px;
  line-height: 1.2;
}

.list-item {
  margin-bottom: 0;
  font-size: 18px;
  line-height: 1.1;
}

.div-block-107 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  padding-top: 60px;
  font-family: Roboto, sans-serif;
  display: flex;
}

.div-block-107.no-margin-top {
  opacity: 0;
  padding-top: 0;
  transition: transform .7s, opacity 1s;
  transform: translate(156px);
}

.button-10 {
  text-align: center;
  background-color: #c2362b;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 222px;
  height: 51px;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  display: flex;
}

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

.button-11 {
  color: var(--black);
  background-image: linear-gradient(90deg, #e1a02a 63%, #d24545);
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  width: 195px;
  height: 54px;
  margin-left: 0;
  margin-right: 0;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 15px;
  font-size: 16px;
  font-weight: 400;
  transition: box-shadow .2s;
  display: flex;
}

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

.button-11.spaces-btn {
  margin-top: 24px;
  margin-bottom: 24px;
  padding-top: 0;
}

.heading-66-copy {
  color: var(--white);
  text-align: right;
  font-family: Warpaint Webfont, sans-serif;
  font-size: 114px;
  font-weight: 400;
}

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

.heading-30 {
  color: var(--preto-42);
  text-transform: uppercase;
  justify-content: flex-start;
  align-items: center;
  margin: 0 0;
  font-family: Trashhand Webfont, sans-serif;
  font-size: 82px;
  font-weight: 700;
  line-height: 1;
}

.heading-30.line-min-ang {
  line-height: 1.2;
}

.div-block-109 {
  background-image: url('../images/team-background-1920w.png');
  background-position: 50% 0;
  background-size: cover;
  height: 517px;
}

.div-block-111 {
  width: 100%;
  margin-top: 100px;
  margin-bottom: 100px;
}

.text-block-17 {
  color: #888;
  text-align: center;
  margin-top: 2px;
  font-family: Lato, sans-serif;
  font-size: 22px;
  font-weight: 300;
  line-height: 44px;
}

.text-block-17-copy {
  color: #888;
  text-align: center;
  font-size: 18px;
}

.btn-secondary-ang-copy {
  border: 1px solid var(--vermelho1);
  background-color: var(--vermelho1);
  color: var(--white);
  text-align: center;
  cursor: pointer;
  border-radius: 50px;
  width: 222px;
  margin-top: 40px;
  margin-left: 0;
  padding-top: 16px;
  padding-bottom: 16px;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.2;
  transition: box-shadow .2s;
}

.btn-secondary-ang-copy:hover {
  box-shadow: inset 0 2px 5px 40vh #0003;
}

.btn-secondary-ang-copy.pagekraft-auth-register, .btn-secondary-ang-copy.pagekraft-auth-logout {
  display: none;
}

.div-block-112 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  display: flex;
}

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

.div-block-36-copy.m-playlist {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding-right: 0;
}

.container-55 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: row;
  max-width: none;
  height: 100%;
  min-height: auto;
  max-height: none;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  padding: 0 10px;
  font-family: Lato, sans-serif;
  display: flex;
}

.link-block-13 {
  text-decoration: none;
}

.container-120 {
  flex-flow: row;
  width: 100%;
  max-width: none;
  height: 100%;
  min-height: auto;
  max-height: none;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  padding: 0;
  font-family: Lato, sans-serif;
  display: flex;
}

.heading-29-copy {
  color: var(--preto-42);
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  font-family: Trashhand Webfont, sans-serif;
  font-size: 82px;
  font-weight: 700;
  line-height: 1;
  display: flex;
}

.container-111 {
  flex-flow: row;
  width: 100%;
  height: 100%;
  min-height: auto;
  max-height: none;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  padding: 0;
  font-family: Lato, sans-serif;
  display: flex;
}

.pagekraft-agenda-copy {
  background-color: #fff;
  width: 100%;
  padding: 40px 20px 60px;
}

.code-embed-5 {
  color: var(--black);
  font-family: Roboto, sans-serif;
}

.div-block-91-copy {
  color: var(--black);
  width: 100%;
  max-width: 1200px;
  height: 100%;
  padding: 80px 20px 100px;
  font-family: Warpaint Webfont, sans-serif;
}

.code-embed-6 {
  padding-left: 10px;
  padding-right: 10px;
  font-family: Roboto, sans-serif;
}

.div-block-113 {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
}

.div-block-114 {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding: 40px 10px;
}

.image-46-copy {
  height: 13px;
  line-height: 1;
}

.paragraph-29-copy {
  color: var(--cinza);
  text-align: left;
  max-width: 520px;
  margin-top: 20px;
  padding-bottom: 20px;
  font-family: Lato, sans-serif;
  font-size: 22px;
  font-weight: 300;
  line-height: 200%;
}

.list-item-2, .list-item-3, .list-item-4, .list-item-5, .list-item-6 {
  margin-bottom: 0;
  font-size: 18px;
}

.text-block-18 {
  font-size: 18px;
}

.body-5 {
  background-color: #f4f4f4;
  overflow: visible;
}

.text-block-19 {
  font-size: 18px;
}

.list-item-7 {
  margin-bottom: 0;
}

.text-block-20, .text-block-21, .text-block-22 {
  font-size: 18px;
}

.div-block-106-copy {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  width: 100%;
  max-width: 1220px;
  margin-left: auto;
  margin-right: auto;
  padding: 60px 10px;
  display: flex;
}

.bold-text-21, .bold-text-22, .bold-text-23, .bold-text-24, .bold-text-25, .bold-text-26, .bold-text-27, .bold-text-28, .bold-text-29 {
  font-weight: 700;
}

.paragraph-393 {
  z-index: auto;
  color: var(--vermelho1);
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-left: 0;
  font-family: Trashhand Webfont, sans-serif;
  font-size: 38px;
  font-weight: 400;
  display: none;
  position: absolute;
  inset: auto auto 5%;
}

@media screen and (min-width: 1280px) {
  .l-nav {
    background-color: #ededed99;
  }

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

  .l-instagram {
    text-decoration: none;
  }

  .bg-top.agenda-pacote {
    background-position: 50% 0;
    background-size: cover;
  }

  .contato-info-2 {
    text-transform: capitalize;
  }

  .social-links-footer-2 {
    text-decoration: none;
  }

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

  .paragraph-25 {
    text-transform: capitalize;
  }

  .l-facebook-2 {
    text-decoration: none;
  }

  .div-block-72 {
    width: auto;
    margin-top: -250px;
  }

  .container-7 {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
  }

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

  .image-43 {
    width: 33svw;
  }
}

@media screen and (min-width: 1440px) {
  .db-agenda.padding-default {
    padding-top: 40px;
  }

  .l-instagram {
    text-decoration: none;
  }

  .bg-top.agenda-pacote {
    background-position: 50% 0;
    background-size: cover;
  }

  .social-links-footer-2 {
    text-decoration: none;
  }

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

  .l-facebook-2 {
    text-decoration: none;
  }

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

  .div-block-72 {
    width: 50%;
    margin-top: -150px;
  }

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

  .heading-66-copy {
    padding-right: 10%;
  }

  .container-55, .container-120, .container-111 {
    padding-bottom: 60px;
  }
}

@media screen and (min-width: 1920px) {
  .l-nav.bg-vidro {
    background-color: #fff;
  }

  .c-container {
    background-color: #fff;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

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

  .box-r-sociais.menu {
    text-decoration: none;
  }

  .div-block-22 {
    justify-content: center;
  }

  .l-instagram {
    text-decoration: none;
  }

  .body-agenda.scroll.background-transparent {
    background-color: #0000;
  }

  .heading-29 {
    margin-left: auto;
  }

  .bg-top {
    background-repeat: no-repeat;
    background-size: 100%;
    min-height: 450px;
    max-height: 450px;
  }

  .bg-top.agenda-pacote {
    background-position: 50% 0;
    background-size: cover;
  }

  .section-modalidade {
    background-position: 100% 0;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .social-links-footer-2 {
    text-decoration: none;
  }

  .grid-4 {
    justify-content: flex-start;
  }

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

  .footer-2 {
    align-items: center;
  }

  .facebook-icon-2, .l-facebook-2 {
    text-decoration: none;
  }

  .f-container-2 {
    padding-bottom: 10px;
  }

  .container-3 {
    width: 100%;
    max-width: 100%;
  }

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

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

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

  .div-block-74 {
    justify-content: flex-start;
    align-items: flex-start;
    padding-left: 0;
  }

  .div-block-75 {
    justify-content: flex-start;
    align-items: flex-start;
    width: 80%;
  }

  .image-43 {
    width: 35svw;
    margin-left: 30px;
    padding-left: 0;
  }

  .slider-5 {
    margin-left: auto;
    margin-right: auto;
  }

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

  .container-9 {
    max-width: none;
    margin-left: 0;
    margin-right: 0;
    display: flex;
  }

  .div-block-80 {
    justify-content: flex-start;
    width: auto;
    max-width: 920px;
    margin-left: 306px;
    padding: 0 24px 0 0;
    display: flex;
  }

  .paragraph-32 {
    max-width: 682px;
    padding-top: 12px;
    font-weight: 300;
  }

  .button-6 {
    background-image: linear-gradient(135deg, #ffa700 38%, #881697);
    transition: box-shadow .2s;
  }

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

  .container-10 {
    grid-column-gap: 64px;
    grid-row-gap: 64px;
    justify-content: flex-start;
    align-items: flex-start;
    max-width: 1200px;
    margin-left: 0;
    margin-right: -200px;
  }

  .flex-block-12 {
    grid-column-gap: 150px;
    grid-row-gap: 150px;
  }

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

  .image-54, .image-55, .image-56, .image-57, .image-58, .image-59, .image-60 {
    object-fit: cover;
  }

  .image-63 {
    height: 193px;
  }

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

  .paragraph-32-copy {
    max-width: none;
    margin-left: 0;
    font-weight: 300;
  }

  .paragraph-39 {
    max-width: 625px;
    font-weight: 300;
  }

  .image-64 {
    max-width: none;
    height: 471px;
  }

  .container-11 {
    grid-column-gap: 64px;
    grid-row-gap: 64px;
    justify-content: space-between;
    align-items: flex-start;
    max-width: 1200px;
    padding-bottom: 40px;
    padding-left: 0;
    padding-right: 0;
  }

  .container-12 {
    max-width: 1200px;
    padding-bottom: 40px;
  }

  .image-66 {
    max-width: none;
    height: 471px;
  }

  .button-8 {
    transition: box-shadow .2s;
  }

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

  .image-72 {
    width: 800px;
  }

  .container-15 {
    max-width: 1200px;
    padding-bottom: 40px;
    padding-left: 0;
    padding-right: 0;
  }

  .button-9 {
    transition: box-shadow .2s;
  }

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

  .button-11 {
    transition: box-shadow .2s;
  }

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

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

  .heading-30 {
    margin-left: 0;
  }

  .div-block-36-copy {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .image-46-copy {
    height: 15px;
  }

  .container-55 {
    grid-column-gap: 64px;
    grid-row-gap: 64px;
    justify-content: flex-start;
    align-items: flex-start;
    max-width: 1366px;
    margin-left: 0;
    padding-bottom: 40px;
  }

  .container-120 {
    justify-content: flex-start;
    align-items: flex-start;
    max-width: none;
    margin-left: 0;
    padding-bottom: 40px;
  }

  .heading-29-copy {
    margin-left: auto;
  }

  .container-111 {
    grid-column-gap: 64px;
    grid-row-gap: 64px;
    justify-content: flex-start;
    align-items: flex-start;
    max-width: none;
    margin-left: 0;
    padding-bottom: 40px;
  }

  .div-block-113 {
    max-width: 1200px;
  }

  .paragraph-29-copy {
    text-align: left;
  }
}

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

  .l-nav {
    mix-blend-mode: normal;
    align-self: flex-start;
    position: relative;
    inset: 0 0%;
  }

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

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

  .c-nav-link {
    color: var(--white);
    margin-left: 0;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 5px;
    line-height: 1.5;
  }

  .c-nav-link:hover {
    color: var(--yellow\<deleted\|variable-8ba44cf5\>);
  }

  .c-nav-link:active, .c-nav-link:focus {
    color: var(--white);
  }

  .nav-menu {
    object-fit: contain;
    background-color: #000;
    flex-direction: column;
    flex: 0 auto;
    justify-content: flex-start;
    align-self: center;
    width: 80%;
    height: 100vh;
    margin-top: 0;
    padding-top: 0;
    padding-left: 20px;
    overflow: hidden;
  }

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

  .segunda-dobra {
    flex-direction: column;
    justify-content: space-between;
    width: 100%;
    max-width: 100%;
    height: auto;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
    display: none;
  }

  .s-container {
    max-width: none;
    height: auto;
    padding-top: 0;
    padding-left: 20px;
    padding-right: 20px;
    display: block;
  }

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

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

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

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

  .box-r-sociais.menu {
    margin-top: 0%;
    padding-bottom: 0;
    padding-left: 0;
    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: var(--laranja\<deleted\|variable-616c0c51\>);
    cursor: pointer;
    display: flex;
  }

  .html-embed-10 {
    cursor: pointer;
    display: flex;
  }

  .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: 30px;
    grid-row-gap: 30px;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding-top: 40px;
    padding-bottom: 10px;
    padding-left: 0;
    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: 24px;
    font-weight: 500;
    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-top: 40px;
    margin-bottom: 20px;
    padding-left: 0;
    display: flex;
    position: static;
    inset: auto 0% 15%;
  }

  .open-menu {
    width: 32px;
    max-width: none;
    height: 24px;
  }

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

  .html-embed-13 {
    margin-bottom: 0;
    margin-right: 0;
    display: none;
  }

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

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

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

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

  .paragraph-5 {
    padding-top: 60px;
  }

  .div-block-36 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    justify-content: space-between;
    margin-left: auto;
    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: 25px;
  }

  .nona-dobra {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-top: 90px;
    display: flex;
  }

  .nona-dobra.nona-b {
    flex-direction: column;
    display: flex;
  }

  .div-block-49 {
    padding-left: 0;
    display: block;
  }

  .div-block-50 {
    background-color: var(--black);
    width: 80%;
    height: 100%;
    min-height: 100vh;
    margin-top: -50px;
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 40px;
    display: none;
    position: absolute;
    inset: 0%;
  }

  .faq-answer {
    border: 0 #e70f0f;
    font-size: 16px;
  }

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

  .head-regular {
    font-size: 20px;
    line-height: 28px;
  }

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

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

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

  .accordian-item, .accordian-block {
    border: 1px #000;
  }

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

  .nona-dobra-2 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-top: 90px;
    display: flex;
  }

  .heading-50 {
    font-size: 12.78px;
    font-weight: 400;
    line-height: 13.9px;
  }

  .image-20 {
    margin-bottom: 22px;
  }

  .slider-4 {
    display: flex;
  }

  .container-2 {
    flex-direction: column;
    display: flex;
  }

  .heading-51 {
    text-align: center;
    margin: 0 auto;
  }

  .columns-2 {
    display: none;
  }

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

  .div-block-62.depoimentos {
    margin-left: auto;
    padding-left: 0;
  }

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

  .grid-4 {
    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: 0;
    padding-right: 10px;
    display: flex;
  }

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

  .instagram-icon-2 {
    cursor: pointer;
  }

  .footer-2 {
    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;
  }

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

  .div-block-66.f-p {
    margin-left: 80px;
  }

  .div-block-66.f-l-principais {
    margin-left: 0;
    padding-left: 0;
  }

  .div-block-66.f-l-principais.ocultar-redes-sociais {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .bold-text-12, .heading-61 {
    font-size: .875rem;
  }

  .facebook-icon-2 {
    cursor: pointer;
    display: flex;
  }

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

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

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

  .section-carrousel {
    flex: 1;
  }

  .coluna-2 {
    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;
    display: flex;
  }

  .image-41 {
    margin-right: 0;
    padding-top: 0;
  }

  .div-block-68 {
    justify-content: flex-start;
    align-items: center;
    width: auto;
    margin-left: 20px;
    margin-right: auto;
    padding: 10px;
    display: flex;
    position: absolute;
    inset: 0% auto 0% 0%;
  }

  .div-block-68.menu-mobile-action {
    justify-content: flex-start;
    align-items: center;
    display: flex;
    position: absolute;
    inset: 0% auto 0% 0%;
  }

  .menu-mobile-action {
    display: flex;
  }

  .background-video.bg-video-banner, .link-block-7 {
    display: none;
  }

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

  .container-7 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

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

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

  .image-43 {
    border-top-left-radius: 80px;
    border-top-right-radius: 0;
    width: 100%;
  }

  .mask-4 {
    max-width: 95%;
  }

  .slide-nav-3 {
    padding-top: 40px;
  }

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

  .container-9 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    max-width: 960px;
    padding-top: 0;
  }

  .div-block-80 {
    width: 100%;
    max-width: 327px;
    margin-left: 0;
  }

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

  .paragraph-32 {
    max-width: none;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 19px;
  }

  .container-10 {
    flex-flow: wrap;
    justify-content: center;
    align-items: flex-start;
    max-width: none;
    margin-left: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-82 {
    justify-content: center;
    align-items: center;
    width: 50%;
    display: flex;
  }

  .flex-block-12 {
    grid-column-gap: 75px;
    grid-row-gap: 75px;
    width: 50%;
  }

  .image-51 {
    max-width: none;
    max-height: 480px;
  }

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

  .flex-block-13 {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr 1fr;
    justify-content: center;
    align-items: flex-start;
  }

  .image-61 {
    display: block;
  }

  .paragraph-35, .div-block-92 {
    display: none;
  }

  .code-embed-2 {
    display: flex;
  }

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

  .image-62 {
    width: 100%;
    margin-right: 0;
  }

  .div-block-96 {
    padding-left: 12px;
    padding-right: 12px;
  }

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

  .div-block-99 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
  }

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

  .text-block-12 {
    color: var(--white);
    text-align: center;
    width: 100%;
    font-family: Trashhand Webfont, sans-serif;
    font-size: 48px;
    display: flex;
    position: static;
    top: 0;
    bottom: auto;
    left: auto;
  }

  .image-63 {
    height: 270px;
  }

  .paragraph-39 {
    max-width: none;
    padding-top: 0;
    font-size: 19px;
  }

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

  .container-11 {
    flex-flow: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    max-width: none;
    padding-left: 10px;
    padding-right: 10px;
  }

  .container-12 {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    flex-flow: wrap;
    max-width: none;
    padding-left: 15px;
    padding-right: 15px;
  }

  .image-66 {
    height: auto;
  }

  .text-block-13 {
    padding-top: 0;
  }

  .image-67 {
    height: 46px;
  }

  .image-68 {
    height: 70px;
  }

  .image-69 {
    height: 50px;
  }

  .image-70 {
    height: 50px;
    margin-top: 0;
    padding-top: 0;
    padding-left: 10px;
  }

  .div-block-100 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    justify-content: center;
    padding-bottom: 24px;
  }

  .container-13 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    max-width: none;
    display: flex;
  }

  .image-71 {
    max-width: 333px;
    margin-left: auto;
    margin-right: auto;
  }

  .text-block-14 {
    width: 100%;
    max-width: 410px;
    padding-top: 12px;
  }

  .container-14 {
    flex-flow: wrap;
    padding-left: 10px;
  }

  .text-block-15 {
    max-width: none;
    padding-bottom: 15px;
    font-size: 19px;
  }

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

  .image-73 {
    width: 100%;
  }

  .text-block-16 {
    text-align: center;
    width: 100%;
    max-width: 450px;
    margin-left: 0;
  }

  .container-15 {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    flex-flow: wrap;
    justify-content: center;
    max-width: none;
    padding-left: 10px;
    padding-right: 10px;
  }

  .image-64-copy {
    max-width: 333px;
  }

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

  .image-74 {
    object-fit: cover;
    object-position: 50% 0%;
  }

  .button-11.spaces-btn.center {
    margin-left: auto;
    margin-right: auto;
  }

  .heading-66-copy {
    font-size: 70px;
  }

  .heading-30 {
    text-align: center;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 25px;
  }

  .div-block-109 {
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 480px;
    display: flex;
  }

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

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

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

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

  .container-55 {
    flex-flow: wrap;
    justify-content: center;
    align-items: flex-start;
    max-width: none;
    margin-left: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

  .container-120 {
    flex-flow: wrap;
    justify-content: center;
    align-items: flex-start;
    max-width: none;
    padding-left: 0;
    padding-right: 0;
  }

  .heading-29-copy {
    text-align: center;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: auto;
  }

  .container-111 {
    flex-flow: wrap;
    justify-content: center;
    align-items: flex-start;
    max-width: none;
    padding-left: 0;
    padding-right: 0;
  }

  .code-embed-6, .div-block-113 {
    padding-left: 0;
    padding-right: 0;
  }

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

  .paragraph-393 {
    color: #f15900;
    padding-bottom: 12px;
    font-size: 72px;
    display: flex;
    position: static;
  }

  .div-block-115, .div-block-116 {
    width: 100%;
  }

  .bold-text-31 {
    font-size: 19px;
  }
}

@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-between;
    align-items: center;
    max-width: none;
    padding-left: 0;
  }

  .c-nav-logo {
    order: 0;
    align-self: auto;
    padding-left: 0;
  }

  .c-nav-logo.w--current {
    flex: 0 auto;
    order: 0;
    align-self: auto;
    padding-left: 0;
    display: flex;
  }

  .nav-menu {
    height: 100vh;
  }

  .segunda-dobra {
    max-width: none;
    margin-top: auto;
    margin-bottom: auto;
    padding-top: 0;
    padding-bottom: 0;
    display: none;
  }

  .s-container {
    height: auto;
    padding-left: 0;
    padding-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 {
    padding-left: 10px;
    padding-right: 10px;
  }

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

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

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

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

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

  .button-3 {
    justify-content: center;
    align-items: center;
    line-height: 2;
    display: flex;
  }

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

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

  .html-embed-13 {
    margin-right: 0;
  }

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

  .db-cookiesof {
    padding-top: 40px;
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .d-imagem {
    height: 100%;
    min-height: 480px;
  }

  .paragraph-5 {
    margin-top: 90px;
    margin-bottom: 40px;
    font-size: 32px;
  }

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

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

  .heading-29 {
    text-align: center;
    margin-bottom: 10px;
    margin-left: auto;
    font-size: 48px;
  }

  .link-block {
    width: 278px;
    height: 54px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .nona-dobra {
    max-width: none;
    height: auto;
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 60px;
  }

  .nona-dobra.nona-b {
    padding-bottom: 0;
    display: block;
  }

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

  .div-block-50 {
    min-height: 100vh;
  }

  .faq-answer {
    background-color: #e8fbe800;
    border: 1px #000;
    padding: 0 40px 24px 0;
  }

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

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

  .head-regular {
    letter-spacing: -.19px;
    padding-right: 20px;
    font-size: 20px;
    line-height: 28px;
  }

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

  .faq-q {
    padding-left: 0;
    padding-right: 0;
  }

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

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

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

  .accordian-item {
    max-width: 100%;
  }

  .plus-icon {
    background-color: #0000;
    border-radius: 0;
    width: 12px;
    min-width: 12px;
    height: 40px;
    min-height: 40px;
    margin-right: 24px;
  }

  .section-modalidade {
    background-position: 50% 0;
    flex-direction: column;
    height: 100%;
    min-height: auto;
    margin-top: 0;
    padding-top: 60px;
    padding-bottom: 40px;
    display: flex;
  }

  .section {
    flex-flow: column;
  }

  .nona-dobra-2 {
    max-width: none;
    height: auto;
    padding-top: 0;
  }

  .heading-51 {
    text-align: center;
    font-size: 32px;
  }

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

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

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

  .grid-4 {
    flex-flow: column;
    place-content: flex-start;
    align-items: flex-start;
    height: auto;
    display: flex;
  }

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

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

  .div-block-66 {
    width: 100%;
    margin-top: 0;
  }

  .div-block-66.f-p {
    margin-left: 0;
  }

  .div-block-66.f-l-principais {
    padding-left: 0;
  }

  .div-block-66.f-l-principais.ocultar-redes-sociais {
    justify-content: flex-start;
    align-items: center;
  }

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

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

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

  .section-carrousel {
    margin-top: 0;
  }

  .link-block-5.w--current {
    justify-content: center;
    align-items: center;
    margin-top: 40px;
  }

  .image-41 {
    padding-top: 0;
  }

  .div-block-68 {
    margin-left: 20px;
    margin-right: auto;
    padding-left: 0;
  }

  .background-video.bg-video-banner {
    display: none;
  }

  .container-6 {
    height: 100%;
  }

  .flex-block-11 {
    flex-flow: column;
  }

  .link-block-7 {
    display: none;
  }

  .div-block-72 {
    width: 90%;
    margin-top: 0;
  }

  .div-block-73 {
    justify-content: flex-start;
    align-items: center;
    width: 90%;
    margin-top: 0;
  }

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

  .paragraph-27 {
    text-align: center;
    max-width: 370px;
    margin-top: 20px;
    font-family: Roboto, sans-serif;
    font-size: 16px;
    line-height: 32px;
  }

  .link-block-8 {
    max-width: 250px;
    margin-top: 40px;
  }

  .container-7 {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    margin-top: 0;
    padding-top: 40px;
  }

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

  .div-block-75 {
    width: 100%;
    margin-top: 60px;
    margin-right: 0;
  }

  .heading-67, .bold-text-15 {
    font-size: 48px;
  }

  .image-44 {
    width: 100%;
    height: auto;
  }

  .slide-5 {
    width: 380px;
    height: 430px;
  }

  .slide-nav-3 {
    padding-top: 70px;
    bottom: -20px;
  }

  .image-46 {
    width: 100%;
    height: 30px;
  }

  .image-47 {
    height: 100%;
    min-height: 295px;
    max-height: none;
  }

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

  .paragraph-31 {
    text-align: center;
    font-size: 16px;
  }

  .div-block-77 {
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
  }

  .heading-72 {
    font-size: 17px;
  }

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

  .flex-block-12 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: row;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin-top: 40px;
  }

  .flex-block-13 {
    grid-template-rows: auto auto auto auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .image-61 {
    display: block;
  }

  .bold-text-18 {
    font-size: 48px;
  }

  .image-66, .image-72 {
    object-fit: cover;
  }

  .text-block-16 {
    text-align: center;
    margin-left: 0;
    margin-right: 0;
  }

  .image-64-copy {
    object-fit: cover;
  }

  .heading-66-copy {
    text-align: center;
    line-height: 1.1;
  }

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

  .heading-30 {
    text-align: center;
    margin-bottom: 10px;
    margin-left: 0;
    font-size: 48px;
  }

  .div-block-109 {
    height: 55vw;
  }

  .div-block-36-copy {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    justify-content: center;
    max-width: none;
    margin-bottom: auto;
    margin-left: auto;
    padding-left: 0;
    padding-right: 0;
  }

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

  .heading-29-copy {
    text-align: center;
    margin-bottom: 10px;
    margin-left: auto;
    font-size: 48px;
  }

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

  .image-46-copy {
    width: 100%;
    height: 30px;
  }
}

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

  .heading {
    font-size: 1.5rem;
  }

  .l-nav {
    background-color: var(--white);
    mix-blend-mode: normal;
    position: relative;
  }

  .c-container {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    background-color: var(--white);
    order: 1;
    justify-content: space-between;
    align-items: center;
    padding-right: 0;
  }

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

  .c-nav-link {
    color: var(--black);
  }

  .c-nav-link:hover {
    color: var(--laranja\<deleted\|variable-616c0c51\>);
  }

  .nav-menu {
    background-color: var(--white);
    opacity: 1;
    -webkit-text-stroke-color: #101010;
    mix-blend-mode: normal;
    width: 80%;
    height: 100%;
    min-height: 100vh;
    margin-top: 0;
  }

  .segunda-dobra {
    max-width: none;
    padding-left: 0;
    padding-right: 0;
    display: none;
  }

  .s-container {
    max-width: 360px;
    padding-bottom: 20px;
    padding-left: 0;
    padding-right: 0;
  }

  .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 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

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

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

  .box-r-sociais {
    padding-top: 20px;
    padding-bottom: 40px;
  }

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

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

  .html-embed-9, .html-embed-10 {
    display: flex;
  }

  .pagekraft-agenda {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 100%;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
    display: block;
  }

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

  .button-3 {
    color: var(--black);
    justify-content: center;
    align-items: center;
    line-height: 2;
    display: flex;
  }

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

  .open-menu {
    width: 24px;
    display: none;
  }

  .open-menu.hamburguer {
    width: 32px;
    display: block;
  }

  .open-menu.hamburguer.menu-mobile-action {
    align-self: center;
    margin-left: 0;
    display: block;
  }

  .open-menu.hamburguer.menu-mobile-action.car-mobile {
    width: 28px;
    display: none;
  }

  .l-instagram {
    align-self: center;
    max-height: 30px;
  }

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

  .db-politica.old {
    padding-top: 0;
  }

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

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

  .body-home {
    background-color: #f7f8fc;
    align-items: center;
  }

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

  .d-imagem {
    height: auto;
    min-height: 480px;
    padding-left: 0;
    padding-right: 0;
  }

  .paragraph-5 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-top-bg {
    display: none;
  }

  .heading-26 {
    flex-flow: column wrap;
    align-items: center;
    font-size: 48px;
    display: flex;
  }

  .f-formas {
    flex-direction: column;
    align-items: center;
  }

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

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

  .heading-29 {
    text-align: left;
    justify-content: center;
    align-self: center;
    align-items: flex-start;
    margin-bottom: 0;
    margin-left: auto;
  }

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

  .nona-dobra {
    flex-wrap: nowrap;
    margin-bottom: 0;
    padding-top: 0;
    display: flex;
  }

  .nona-dobra.nona-b {
    width: auto;
    min-height: auto;
    margin-top: 0;
    padding-top: 40px;
  }

  .bg-top.agenda-pacote {
    background-size: cover;
  }

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

  .div-block-50 {
    min-height: 100vh;
    margin-top: -50px;
    padding-top: 20px;
  }

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

  .head-regular {
    font-size: 18px;
  }

  .faq-q {
    align-items: center;
  }

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

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

  .section-modalidade {
    margin-top: 0;
    padding-top: 60px;
    padding-bottom: 40px;
  }

  .section {
    padding-bottom: 100px;
  }

  .nona-dobra-2 {
    flex-wrap: nowrap;
    margin-bottom: 0;
    padding-top: 0;
  }

  .icon-7 {
    color: #000;
    margin-right: 0;
  }

  .container-2 {
    text-align: center;
    width: 320px;
    padding-left: 0;
    padding-right: 0;
  }

  .column-3 {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .right-arrow-3 {
    margin-left: auto;
    margin-right: 0;
  }

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

  .heading-51 {
    text-align: center;
    justify-content: center;
    align-self: center;
    align-items: center;
    margin-bottom: 10px;
    margin-left: 0;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 28px;
    line-height: 1.2;
  }

  .paragraph-23 {
    padding-left: 5px;
    padding-right: 5px;
  }

  .icon-8 {
    color: #000;
    margin-left: 0;
    margin-right: auto;
  }

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

  .div-block-62.depoimentos {
    margin-bottom: 0;
  }

  .bold-text-13 {
    display: inline;
  }

  .contato-info-2 {
    font-size: 14px;
  }

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

  .grid-4 {
    flex-wrap: nowrap;
    margin-top: 0;
    padding-left: 0;
  }

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

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

  .instagram-icon-2 {
    align-items: center;
    max-height: 30px;
    display: flex;
  }

  .footer-2 {
    align-self: flex-start;
    margin-bottom: auto;
    padding: 40px 0 0;
  }

  .paragraph-25.endereco {
    align-items: flex-start;
    line-height: 1.2;
  }

  .div-block-66 {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    max-width: 100%;
    margin-bottom: 0;
    display: flex;
  }

  .div-block-66.f-si, .div-block-66.f-p {
    width: 100%;
    max-width: 100%;
  }

  .div-block-66.f-l-principais {
    max-width: 100%;
  }

  .div-block-66.f-l-principais.ocultar-redes-sociais {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
  }

  .icone-info-contato-2 {
    padding-left: 0;
    font-size: 10px;
  }

  .icone-info-contato-2.icon-zap {
    align-self: flex-start;
    padding-left: 0;
  }

  .facebook-icon-2 {
    align-items: center;
    max-height: 30px;
    margin-right: 0;
    display: flex;
  }

  .f-container-2 {
    height: auto;
    padding-left: 10px;
    padding-right: 10px;
  }

  .div-block-67 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    justify-content: flex-start;
    align-items: flex-start;
    max-width: 100%;
    margin-bottom: 0;
  }

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

  .coluna-2 {
    width: 100%;
  }

  .container-4 {
    padding-bottom: 10px;
  }

  .div-block-68 {
    justify-content: center;
    align-items: center;
    width: auto;
    height: auto;
    padding-left: 0;
    display: flex;
  }

  .div-block-68.menu-mobile-action {
    width: 32px;
    margin-left: 20px;
    margin-right: 0;
    padding-right: 0;
  }

  .menu-mobile-action {
    max-width: 32px;
  }

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

  .paragraph-27 {
    margin-top: 0;
    margin-bottom: 0;
  }

  .container-7 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .div-block-74, .div-block-75 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .paragraph-29 {
    text-align: left;
    padding-left: 10px;
    padding-right: 10px;
  }

  .slider-5 {
    width: 100%;
    min-height: auto;
  }

  .slide-5 {
    width: 100%;
    height: auto;
    margin-left: 0;
    margin-right: 0;
  }

  .mask-4 {
    max-width: none;
    min-height: auto;
    padding-left: 10px;
    padding-right: 10px;
  }

  .div-block-76 {
    box-shadow: none;
  }

  .bold-text-16 {
    text-align: center;
  }

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

  .right-arrow-4 {
    margin-left: auto;
  }

  .slide-nav-3 {
    padding-top: 40px;
    bottom: 0;
  }

  .image-46 {
    width: 100%;
    height: auto;
    margin-top: 10px;
  }

  .image-47 {
    height: 100%;
    min-height: auto;
    max-height: none;
  }

  .paragraph-31 {
    margin-bottom: 1rem;
  }

  .paragraph-32 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .div-block-82 {
    height: 100%;
  }

  .flex-block-12 {
    flex-flow: column;
  }

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

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

  .paragraph-35 {
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
    left: auto;
    right: auto;
  }

  .text-block-12 {
    top: -90px;
  }

  .paragraph-32-copy {
    text-align: center;
    padding-left: 10px;
    padding-right: 10px;
  }

  .container-14 {
    justify-content: space-between;
    align-items: stretch;
  }

  .image-74 {
    width: 100%;
  }

  .heading-66-copy {
    font-size: 60px;
  }

  .heading-30 {
    text-align: left;
    justify-content: center;
    align-self: center;
    align-items: flex-start;
    margin-bottom: 0;
    margin-left: 0;
  }

  .div-block-109 {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    height: 40vw;
  }

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

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

  .heading-29-copy {
    text-align: left;
    justify-content: center;
    align-self: center;
    align-items: flex-start;
    margin-bottom: 0;
    margin-left: auto;
  }

  .pagekraft-agenda-copy {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 100%;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
    display: block;
  }

  .image-46-copy {
    width: 100%;
    height: auto;
    margin-top: 10px;
  }

  .paragraph-29-copy {
    text-align: left;
    padding-left: 10px;
    padding-right: 10px;
  }

  .paragraph-393 {
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
    left: auto;
    right: auto;
  }
}

#w-node-_5350502e-98b7-4fbd-bedd-732a7180ef5e-7180ef42, #w-node-a65ac6f8-631c-0438-7afd-ceeeefe6c0e7-7180ef42, #w-node-_0b422a80-4c31-7444-5fe5-f911e55d182f-24dca722, #w-node-_0b422a80-4c31-7444-5fe5-f911e55d1830-24dca722, #w-node-_90223e07-f871-a2bf-402d-13330c447c5a-24dca725, #w-node-_39abfcd5-1900-eb04-cb0a-06ddc20c1a43-24dca725, #w-node-_9e4bc8ec-223d-c2ae-9b54-51c505262482-24dca725 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}


@font-face {
  font-family: 'Trashhand Webfont';
  src: url('../fonts/trashhand-webfont.eot') format('embedded-opentype'), url('../fonts/trashhand-webfont.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Warpaint Webfont';
  src: url('../fonts/warpaint-webfont.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Warpaint F 4 F 4 400';
  src: url('../fonts/Warpaint-f4f4_400.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}