:root {
  --white: white;
  --verde: #c1d20e;
  --yellow\<deleted\|variable-8ba44cf5\>: #daec08;
  --yellow-green: #c2d10f;
  --black: black;
  --black-2\<deleted\|variable-a09c0539\>: #070801;
  --cinza-escuro: #404040;
  --amarelo: #ebf22a;
}

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

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

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

.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: #292929;
  background-clip: border-box;
  border: 1px #000;
  flex-flow: row;
  place-content: space-around;
  align-items: stretch;
  width: 100%;
  max-width: 100%;
  height: 120px;
  margin-left: 0;
  margin-right: 0;
  display: block;
  position: static;
  inset: 0% 0% auto;
}

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

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

.c-nav-logo.w--current {
  flex: 0 auto;
  min-width: auto;
  height: 70px;
}

.c-nav-link {
  color: #c2d10e;
  text-transform: uppercase;
  cursor: pointer;
  padding-left: 5px;
  padding-right: 5px;
  font-family: "Baloo 2", sans-serif;
  font-size: 14px;
  text-decoration: none;
  transition: opacity .2s;
}

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

.c-nav-link:active {
  color: var(--verde);
  text-decoration: none;
}

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

.c-nav-link.w--current {
  color: var(--verde);
  text-transform: uppercase;
  font-weight: 500;
}

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

.c-nav-link.w--current:active {
  color: var(--verde);
  text-decoration: none;
}

.nav-menu {
  text-align: center;
  flex: none;
  order: 1;
  justify-content: flex-start;
  align-self: center;
  align-items: center;
  width: auto;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.image {
  width: auto;
  min-width: auto;
  max-width: none;
  height: 100%;
  max-height: none;
  margin-left: auto;
  margin-right: auto;
}

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

.segunda-dobra {
  background-image: url('../images/Grupo-de-máscara-1.png');
  background-position: 50%;
  background-size: cover;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-bottom: auto;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  display: none;
}

.s-container {
  color: #474747;
  mix-blend-mode: normal;
  background-color: #f5f5f500;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-width: 100%;
  max-width: 1200px;
  height: 100%;
  max-height: none;
  padding-top: 100px;
  padding-bottom: 400px;
  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 {
  background-color: #0000;
  flex-flow: column;
  justify-content: flex-start;
  align-self: flex-start;
  align-items: center;
  height: 100%;
  min-height: 60vh;
  margin-top: 100px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

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

.html-embed-2.login-top {
  width: auto;
  min-width: 0;
  display: block;
}

.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: #292929;
  flex-direction: row;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  height: auto;
  margin-top: auto;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.f-container {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 95%;
  max-width: 1200px;
  height: 100%;
  display: flex;
}

.grid-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: 1fr;
  grid-template-columns: 200px 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-around;
  place-items: flex-start stretch;
  width: 100%;
  min-width: auto;
  height: 100%;
  padding: 20px 0;
  display: flex;
}

.div-block-4 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-end;
  width: auto;
  min-width: 0%;
  max-width: none;
  margin-bottom: auto;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.div-block-4.f-rede-social {
  display: none;
}

.f-r-link {
  color: #c2d10e;
  text-align: right;
  text-transform: uppercase;
  margin-right: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-style: normal;
  text-decoration: none;
}

.f-r-link:hover {
  color: var(--verde);
  font-weight: 700;
}

.f-r-link:active {
  color: var(--verde);
  font-weight: 400;
}

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

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

.f-r-link.w--current:active {
  font-weight: 400;
}

.f-r-link.w--current:focus, .f-r-link.w--current:focus-visible, .f-r-link.w--current[data-wf-focus-visible] {
  color: var(--verde);
  font-weight: 400;
}

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

.heading-11 {
  color: var(--white);
  margin-bottom: .5rem;
}

.div-block-5 {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: auto;
  max-width: 280px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.image-3 {
  width: 100%;
  min-width: 200px;
  max-width: 100%;
  max-height: 100%;
}

.primeira-dobra {
  background-image: url('../images/1920x843-6.png');
  background-position: 50%;
  background-size: cover;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  min-height: 480px;
  max-height: 772px;
  margin: 0 auto;
  padding: 0;
  display: flex;
  position: relative;
}

.primeira-dobra.home {
  background-image: none;
  justify-content: center;
  align-items: flex-start;
}

.primeira-dobra.home.dobra-contaexcluida {
  min-height: 60vh;
  max-height: none;
}

.body-map {
  color: var(--yellow-green);
  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", sans-serif;
  display: block;
}

.my-account-top {
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  max-width: none;
  height: auto;
  min-height: 100%;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

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

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

.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 {
  justify-content: center;
  align-items: center;
  width: 100%;
  font-size: 14px;
  display: flex;
}

.button-3, .div-block-23, .image-4.icone-menu-novo.menu-mobile-action, .car-mobile {
  display: none;
}

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

.social-links-footer {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  width: 160px;
  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-bottom: 0;
  position: relative;
}

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

.body-agenda {
  color: var(--yellow-green);
  background-color: #f7f8fc;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  font-family: "Baloo 2", sans-serif;
  display: flex;
}

.body-agenda.scroll {
  background-color: var(--white);
  color: var(--black);
}

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

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

.packages-html {
  margin-top: 0;
}

.body-home {
  color: var(--yellow-green);
  background-color: #f7f8fc;
  flex-flow: column wrap;
  place-content: center space-between;
  align-items: center;
  min-height: auto;
  font-family: "Baloo 2", sans-serif;
  transition: color .3s;
  display: flex;
}

.body-home.scroll {
  background-color: var(--white);
  color: var(--black);
}

.body-home.body-my-account {
  color: var(--black);
  max-width: 100%;
  min-height: 100%;
}

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

.d-imagem {
  flex-flow: row;
  justify-content: center;
  align-self: center;
  align-items: flex-end;
  max-width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

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

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

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

.link-block {
  background-color: var(--yellow-green);
  color: var(--white);
  border-radius: 14px;
  justify-content: space-around;
  align-items: center;
  width: 257px;
  height: 66px;
  margin-top: 0;
  text-decoration: none;
  display: flex;
}

.link-block:hover {
  background-color: var(--yellow\<deleted\|variable-8ba44cf5\>);
  -webkit-text-stroke-color: #7b8507;
  text-decoration: none;
}

.link-block.btn-banner {
  text-align: right;
  background-color: #ebf22a;
  border-radius: 62px;
  justify-content: center;
  align-self: flex-end;
  align-items: center;
  margin-top: 0;
  margin-bottom: 70px;
}

.heading-32 {
  color: var(--black);
  -webkit-text-stroke-color: var(--black-2\<deleted\|variable-a09c0539\>);
  align-self: center;
  margin-top: auto;
  margin-bottom: auto;
  margin-left: 10px;
  font-size: 24px;
  font-weight: 700;
}

.nona-dobra {
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.nona-dobra.historia {
  max-width: none;
}

.nona-dobra.valores {
  background-color: #fff;
  background-image: url('../images/0B4A0190.png');
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-size: 50%;
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  min-width: 100%;
  max-width: 100%;
  padding-bottom: 0;
}

.nona-dobra.junte-se {
  background-image: url('../images/design_05.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  min-width: 100%;
  max-width: 100%;
  padding-top: 300px;
  padding-bottom: 300px;
  display: none;
}

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

.bg-top {
  background-color: #fff;
  width: 100%;
  height: 120px;
  margin-top: -120px;
}

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

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

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

.toggle-text {
  z-index: 2;
  color: var(--black);
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  font-weight: 700;
  position: relative;
}

.faq {
  background-color: var(--white);
  color: #070b3b;
  white-space: break-spaces;
  align-items: center;
  width: 100%;
  height: 100%;
  min-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-block {
  min-height: auto;
}

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

.text-block-7.toggle-text {
  font-size: 28px;
}

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

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

.text-block-8.toggle-text {
  padding-top: 0;
  padding-bottom: 0;
  line-height: 1;
}

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

.faq-default {
  margin-top: 40px;
  padding: 0 72px 100px;
  position: relative;
  overflow: hidden;
}

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

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

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

.faq-answer-2 {
  color: #232323;
  margin-bottom: 24px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 500;
}

.faq-p {
  background-color: var(--white);
  border-radius: 4px;
  width: 100%;
  height: auto;
  max-height: none;
  margin-bottom: 10px;
  overflow: hidden;
}

.faq-body-cont {
  background-color: var(--white);
  border-top: 1px #000;
  height: 100%;
  padding: 10px 30px;
  font-size: 16px;
  font-weight: 300;
  line-height: 32px;
}

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

.flex-block-6 {
  background-color: #fff0;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 0;
}

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

.div-block-52.last {
  flex-flow: column;
  order: 1;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  display: flex;
}

.div-block-52.last.historia {
  width: 45%;
}

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

.div-block-53.first {
  width: 60%;
}

.div-block-53.first.historia {
  width: 55%;
}

.paragraph-18 {
  color: #404040;
  margin-bottom: 50px;
  font-family: Montserrat, sans-serif;
  font-size: 30px;
  line-height: 1.2;
}

.heading-38 {
  color: #c1d20e;
  font-size: 94px;
}

.section {
  background-image: url('../images/faixa.png');
  background-position: 50%;
  background-repeat: repeat-x;
  background-size: auto;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  height: 300px;
  margin-top: 0;
  padding-bottom: 0;
}

.image-21 {
  object-fit: contain;
  max-width: 90%;
  margin-bottom: 220px;
}

.paragraph-19 {
  color: var(--white);
  text-align: right;
  max-width: 615px;
  margin-bottom: 60px;
  margin-left: 0;
  font-family: Montserrat, sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.2;
}

.div-block-64 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  align-self: flex-end;
  align-items: center;
  width: auto;
  height: 30px;
  max-height: 30px;
  display: flex;
}

.html-embed-21 {
  align-self: center;
  height: 100%;
  max-height: 22px;
  margin-top: 0;
  padding-top: 0;
}

.paragraph-24 {
  color: #fff;
  align-self: center;
  height: 100%;
  max-height: 22px;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  font-family: "Baloo 2", sans-serif;
  font-style: normal;
  text-decoration: none;
}

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

.div-block-66 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: flex-end;
  align-self: center;
  align-items: center;
  width: auto;
  height: 30px;
  max-height: 30px;
  margin-left: auto;
  text-decoration: none;
  display: flex;
}

.html-embed-29 {
  align-self: center;
  height: 100%;
  max-height: 22px;
  margin-top: 0;
  padding-top: 0;
}

.paragraph-25 {
  color: #fff;
  align-self: center;
  height: 100%;
  max-height: 22px;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  font-family: "Baloo 2", sans-serif;
  font-style: normal;
  text-decoration: none;
}

.segunda-dobra-nosso-espaco {
  width: 100%;
  padding-top: 60px;
  padding-bottom: 150px;
}

.container-web {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 1200px;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

.paragraph-26 {
  color: var(--cinza-escuro);
  text-align: left;
  max-width: none;
  margin-bottom: 60px;
  font-family: Montserrat, sans-serif;
  font-size: 30px;
  line-height: 1.2;
}

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

.heading-39 {
  margin-bottom: 50px;
  font-size: 94px;
}

.section-agenda {
  width: 100%;
  padding-top: 90px;
  padding-bottom: 0;
  line-height: 1.2;
}

.container-web-2 {
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  max-width: 1200px;
  display: flex;
}

.paragraph-27 {
  color: var(--cinza-escuro);
  text-align: center;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 22px;
}

.heading-40 {
  color: var(--verde);
  text-align: center;
  margin-bottom: 0;
  font-size: 94px;
}

.div-top-bg-2 {
  color: #fff;
  object-fit: contain;
  background-color: #000;
  width: 100%;
  height: 120px;
  margin-top: -120px;
  margin-left: 0;
  padding-left: 0;
  display: none;
  position: static;
  inset: 0% 0% auto;
}

.pagekraft-agenda-2 {
  width: 100%;
  margin-bottom: 0;
  padding-bottom: 140px;
}

.image-23 {
  align-self: center;
  width: auto;
  height: 40px;
}

.div-top-bg-4 {
  color: #070801;
  object-fit: contain;
  background-color: #000;
  width: 100%;
  height: 120px;
  margin-top: -120px;
  margin-left: 0;
  padding-left: 0;
  display: none;
  position: static;
  inset: 0% 0% auto;
}

.pagekraft-agenda-4 {
  width: 100%;
  padding-top: 40px;
  padding-bottom: 60px;
}

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

.div-block-68 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 400px;
  margin-bottom: 60px;
  display: flex;
}

.grid-4 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto auto;
  justify-items: center;
  padding-bottom: 140px;
}

.heading-41 {
  color: var(--black);
  text-align: center;
  margin-bottom: 20px;
  font-size: 32px;
}

.image-24 {
  object-fit: contain;
  max-width: 150px;
  max-height: 150px;
  margin-bottom: 32px;
}

.paragraph-28 {
  color: var(--black);
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
}

.div-top-bg-5 {
  color: #070801;
  object-fit: contain;
  background-color: #000;
  width: 100%;
  height: 120px;
  margin-top: -120px;
  margin-left: 0;
  padding-left: 0;
  display: none;
  position: static;
  inset: 0% 0% auto;
}

.bold-text-6 {
  min-height: auto;
  line-height: 1;
}

.bold-text-7 {
  font-size: 28px;
}

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

.paragraph-70 {
  font-family: Open Sans, sans-serif;
}

.text-span-92 {
  font-size: 24px;
}

.text-span-93, .text-span-94 {
  font-size: 20px;
}

.paragraph-69 {
  font-family: Open Sans, sans-serif;
}

.text-span-88 {
  font-size: 24px;
}

.text-span-89, .text-span-90, .text-span-91 {
  font-size: 20px;
}

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

.text-span-86, .text-span-82, .text-span-83 {
  font-size: 20px;
}

.paragraph-68 {
  font-family: Open Sans, sans-serif;
}

.text-span-62 {
  font-size: 24px;
}

.paragraph-67 {
  font-family: Open Sans, sans-serif;
}

.image-26 {
  width: 100%;
  min-width: 100%;
}

.div-block-69 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  min-height: 60vh;
  display: flex;
}

.dropdown-3 {
  color: var(--yellow-green);
  text-transform: uppercase;
}

.text-block-9 {
  color: var(--yellow-green);
}

.icon-2 {
  color: var(--yellow-green);
  margin-right: 0;
}

.dropdown-toggle {
  margin-right: 5px;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-right: 20px;
}

.dropdown-toggle.rodape {
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  font-family: Montserrat, sans-serif;
}

.paragraph-73 {
  color: #fff;
  text-align: center;
  margin-bottom: 75px;
  font-family: "Baloo 2", sans-serif;
  font-size: 60px;
  font-weight: 700;
  line-height: 1;
}

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

.paragraph-74 {
  color: #000;
  text-align: center;
  margin-top: 20px;
  font-family: "Baloo 2", sans-serif;
  font-size: 20px;
}

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

.dropdown-link:hover {
  background-color: var(--yellow-green);
  color: var(--black);
}

.dropdown-link:visited, .dropdown-link-2 {
  color: var(--black);
}

.dropdown-link-2:hover {
  background-color: var(--yellow-green);
  color: var(--black);
}

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

.dropdown-link-4:hover {
  background-color: var(--yellow-green);
  color: var(--black);
}

.dropdown-link-5 {
  color: var(--black);
  text-transform: uppercase;
}

.dropdown-link-5:hover {
  background-color: var(--yellow-green);
}

.dropdown-list {
  top: auto;
  bottom: 30px;
}

.bold-text-10 {
  font-size: 28px;
  line-height: 1;
}

.bold-text-11 {
  height: 100%;
  font-size: 28px;
  line-height: 1.2;
}

.bold-text-12, .bold-text-13, .bold-text-14, .bold-text-15 {
  font-size: 28px;
}

.slider {
  background-color: #0000;
  width: 100%;
  height: 100%;
}

.image-31 {
  display: none;
}

.image-33, .slide-2 {
  height: 100%;
}

.div-top-bg-6 {
  color: #070801;
  object-fit: contain;
  background-color: #000;
  width: 100%;
  height: 120px;
  margin-top: -120px;
  margin-left: 0;
  padding-left: 0;
  display: none;
  position: static;
  inset: 0% 0% auto;
}

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

.text-span-79 {
  font-size: 1.75rem;
}

.text-span-80, .text-span-81, .text-span-95, .text-span-96, .text-span-84 {
  font-size: 1.25rem;
}

.paragraph-75 {
  margin-top: 60px;
  padding-bottom: 40px;
}

.section-16 {
  width: 100%;
  margin-top: 0;
  padding-top: 60px;
  padding-bottom: 60px;
}

.container-22 {
  flex-flow: column;
  justify-content: space-between;
  display: flex;
}

.heading-119 {
  margin-bottom: 2rem;
  font-size: 2rem;
}

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

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

.button-1-ang.pagekraft-auth-my-account, .button-1-ang.pagekraft-auth-logout {
  color: var(--white);
}

.button-2-ang {
  border: 1px solid var(--yellow-green);
  color: #e6e6e6;
  background-color: #0000;
  border-radius: 6px;
  padding: 6px 12px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  display: flex;
}

.button-2-ang.pagekraft-auth-register {
  border-color: var(--yellow-green);
  color: var(--white);
  display: none;
}

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

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

.code-embed.car-shopping.pagekraft-auth-checkout {
  color: var(--yellow-green);
}

.bold-text-16, .heading-120 {
  margin-left: auto;
  margin-right: auto;
}

.bikeindoor {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.paragraph-76 {
  font-size: 1.5rem;
}

.bodybalance {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  display: flex;
}

.danca, .funcional, .lpf, .yoga {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.dropdown-4, .icon-3 {
  color: var(--yellow-green);
}

.text-block-10 {
  color: var(--yellow-green);
  text-transform: uppercase;
}

.bold-text-17 {
  font-weight: 400;
}

.dropdown-list-2 {
  background-color: #292929;
}

.dropdown-link-6 {
  color: var(--yellow-green);
}

.dropdown-link-6:hover, .dropdown-link-6.w--current:hover {
  color: var(--white);
}

.dropdown-link-7 {
  color: var(--yellow-green);
}

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

.dropdown-link-8 {
  color: var(--yellow-green);
}

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

.linha {
  background-color: var(--yellow-green);
  width: 100%;
  height: 1px;
}

.button-4 {
  background-color: var(--yellow-green);
  color: var(--black);
  border-radius: 8px;
  justify-content: center;
  align-items: flex-end;
  max-width: 160px;
  min-height: 48px;
  margin-left: auto;
  margin-right: auto;
  font-size: 2rem;
  font-weight: 700;
  display: flex;
}

.div-block-182 {
  width: 320px;
}

.div-block-183 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: var(--white);
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.link {
  color: var(--white);
  padding: 4px 10px;
  font-size: 14px;
  text-decoration: none;
}

.heading-121 {
  margin-left: 10px;
  font-size: 18px;
}

.link-block-2 {
  margin-bottom: auto;
}

.image-37 {
  width: 100%;
}

.slide-6, .div-block-184 {
  height: 100%;
}

.background-video {
  height: 50svw;
}

@media screen and (min-width: 1280px) {
  .c-nav-link, .div-block-22 {
    font-size: 1rem;
  }
}

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

  .my-account-top {
    margin-bottom: 100px;
  }

  .faq-p {
    height: auto;
  }
}

@media screen and (min-width: 1920px) {
  .c-container {
    width: 1280px;
    max-width: 1280px;
  }

  .s-container {
    max-width: 1200%;
  }

  .footer {
    padding-top: 100px;
  }

  .grid-2 {
    justify-content: space-between;
    align-items: center;
    padding-left: 0;
    padding-right: 0;
  }

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

  .primeira-dobra {
    min-height: 700px;
    max-height: 900px;
    margin-bottom: 0;
    padding-bottom: 0;
  }

  .primeira-dobra.home {
    background-image: none;
    min-width: 100%;
    max-width: 100%;
  }

  .my-account-top {
    margin-bottom: 100px;
  }

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

  .d-imagem {
    background-color: #29292900;
  }

  .link-block.btn-banner {
    flex-flow: row;
    justify-content: center;
    align-items: center;
  }

  .nona-dobra {
    background-color: #fff;
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .nona-dobra.valores {
    background-image: url('../images/0B4A0190.png');
    background-position: 100% 100%;
    background-size: contain;
    padding-bottom: 0;
  }

  .nona-dobra.junte-se {
    background-position: 50% 100%;
    background-repeat: no-repeat;
    background-size: cover;
    justify-content: center;
    align-items: center;
    min-width: 100%;
    max-width: 100%;
    padding-top: 380px;
    padding-bottom: 320px;
  }

  .text-block-8.toggle-text {
    line-height: 1;
  }

  .faq-p {
    height: auto;
    max-height: 400px;
  }

  .flex-block-6 {
    background-color: #fff0;
    flex-flow: row;
    justify-content: center;
    align-items: flex-end;
    max-width: 1400px;
    padding-bottom: 0;
  }

  .div-block-52 {
    background-color: var(--white);
    order: 0;
  }

  .div-block-52.last {
    background-color: #fff0;
    flex-flow: column;
    order: 1;
    justify-content: center;
    align-items: flex-end;
    width: 100%;
    height: 100%;
    margin-left: 0;
    padding-left: 0;
    display: flex;
  }

  .div-block-53.first {
    order: -1;
    width: 60%;
    height: 100%;
    padding-bottom: 60px;
  }

  .paragraph-18 {
    color: #404040;
    font-size: 30px;
  }

  .image-21 {
    margin-bottom: 0;
  }

  .paragraph-19 {
    text-align: right;
    max-width: 620px;
    margin-left: 0;
  }

  .historia {
    object-fit: cover;
    width: 100%;
  }

  .container-web {
    width: 100%;
  }

  .paragraph-26 {
    margin-bottom: 60px;
    font-family: Montserrat, sans-serif;
  }

  .heading-39 {
    margin-bottom: 50px;
  }

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

  .image-33, .image-34, .image-35, .image-36, .slide-2 {
    width: 100%;
    min-width: 100%;
  }

  .slide-3, .slide-4, .slide-5 {
    width: 100%;
  }
}

@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: space-between;
    align-self: center;
    align-items: flex-start;
    width: 100%;
    min-width: 100%;
    max-width: none;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
    display: flex;
    position: static;
  }

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

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

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

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

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

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

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

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

  .navigation {
    display: none;
  }

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

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

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

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

  .f-r-link {
    font-size: 1rem;
  }

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

  .div-block-5 {
    order: -1;
    align-self: center;
    align-items: center;
    width: auto;
  }

  .image-3 {
    width: 228px;
    max-width: 100%;
    height: 96px;
  }

  .primeira-dobra {
    background-repeat: no-repeat;
    background-size: cover;
    flex-flow: column;
    align-content: flex-start;
    align-items: flex-end;
    width: 100%;
    max-width: none;
    height: auto;
    min-height: 0;
    max-height: none;
    margin-top: 0;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
    display: block;
  }

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

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

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

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

  .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(--yellow-green);
    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: none;
  }

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

  .image-4 {
    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;
  }

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

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

  .instagram-icon {
    cursor: pointer;
  }

  .youtube-icon {
    cursor: pointer;
    display: flex;
  }

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

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

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

  .d-imagem {
    background-color: var(--black);
  }

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

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

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

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

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

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

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

  .grid-4 {
    grid-column-gap: 120px;
    grid-row-gap: 120px;
    grid-template-columns: 1fr;
  }

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

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

  .image-33, .image-34, .image-35, .image-36 {
    display: none;
  }

  .mask {
    background-color: #0000;
  }

  .paragraph-75 {
    padding-left: 0;
  }

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

  .div-block-183 {
    flex-flow: column;
    order: 1;
    justify-content: flex-start;
    align-items: flex-start;
  }

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

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

  h2 {
    font-size: 2rem;
  }

  h3 {
    font-size: 1.5rem;
  }

  h4 {
    font-size: 1.25rem;
  }

  h5 {
    font-size: 1rem;
  }

  h6 {
    font-size: .875rem;
  }

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

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

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

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

  .nav-menu {
    height: 100vh;
  }

  .image {
    flex: 1;
    order: 1;
    margin-left: 0;
    margin-right: 0;
  }

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

  .grid-2 {
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
    display: flex;
  }

  .div-block-4 {
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: 20px;
    padding-left: 10px;
  }

  .f-r-link {
    font-size: 1rem;
  }

  .heading-11 {
    margin-bottom: 0;
    font-size: 1.1rem;
  }

  .div-block-5 {
    justify-content: flex-start;
    align-self: flex-start;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .nona-dobra.historia {
    flex-flow: column;
    display: flex;
  }

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

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

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

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

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

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

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

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

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

  .div-block-52.last.historia {
    order: -1;
    width: 90%;
  }

  .div-block-53.first.historia {
    width: 90%;
  }

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

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

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

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

  .heading-39 {
    margin-bottom: 20px;
    font-size: 38px;
  }

  .section-agenda {
    padding-top: 40px;
  }

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

  .heading-40 {
    margin-bottom: 40px;
    font-size: 38px;
  }

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

  .heading-41 {
    font-size: 26px;
  }

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

  .container-politicas {
    margin-top: 100px;
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .text-block-9 {
    font-size: 1rem;
  }

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

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

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

  .heading {
    font-size: 1.5rem;
  }

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

  .c-container {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    background-color: #07080100;
    order: 1;
    justify-content: center;
    align-items: center;
    padding-left: 10px;
  }

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

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

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

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

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

  .menu-button.menu-mobile-action {
    order: 0;
    display: block;
  }

  .segunda-dobra {
    max-width: none;
    margin-top: 0;
    padding-top: 40px;
    padding-left: 0;
    padding-right: 0;
  }

  .s-container {
    max-width: 360px;
    padding: 0 0 150px;
  }

  .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: flex-start;
    align-items: center;
    margin-top: 0;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

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

  .f-container {
    max-width: 100%;
    height: auto;
  }

  .grid-2 {
    flex-wrap: nowrap;
    justify-content: center;
    align-items: flex-start;
    margin-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-4 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    justify-content: center;
    align-items: flex-start;
    margin-bottom: 40px;
    display: flex;
  }

  .f-r-link {
    margin-bottom: 10px;
    font-size: 1rem;
  }

  .div-block-5 {
    justify-content: flex-start;
    width: 100%;
    margin-bottom: 20px;
  }

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

  .primeira-dobra {
    background-image: none;
    justify-content: center;
    align-items: center;
    max-width: none;
    height: auto;
    margin-top: 0;
    padding-left: 0;
    padding-right: 0;
    display: block;
  }

  .my-account-top {
    justify-content: center;
    width: auto;
    display: flex;
  }

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

  .icon {
    display: none;
  }

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

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

  .image-4 {
    align-self: center;
    width: 24px;
    display: block;
  }

  .image-4.icone-menu-novo {
    margin-left: 20px;
    display: block;
  }

  .image-4.icone-menu-novo.menu-mobile-action {
    width: 32px;
    height: 32px;
    margin-left: 0;
    display: none;
  }

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

  .facebook-icon, .youtube-icon {
    display: flex;
  }

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

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

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

  .d-imagem {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    background-color: var(--black);
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    max-width: 100%;
    height: auto;
    min-height: 400px;
    margin-top: 0;
    margin-bottom: 0%;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

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

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

  .link-block.btn-banner {
    justify-content: center;
    align-self: center;
    align-items: center;
    margin: 0 auto 60px;
  }

  .link-block.btn-banner.agenda {
    margin-top: 20px;
    margin-bottom: 60px;
  }

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

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

  .nona-dobra.historia {
    padding-bottom: 0;
  }

  .nona-dobra.valores {
    background-position: 50% 100%;
    background-size: contain;
    padding-bottom: 300px;
    position: relative;
  }

  .nona-dobra.junte-se {
    padding-top: 40px;
  }

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

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

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

  .toggle-text {
    font-size: 16px;
  }

  .faq {
    min-height: auto;
    padding-left: 0;
    padding-right: 0;
  }

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

  .text-block-7.toggle-text {
    font-size: 16px;
  }

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

  .text-block-8.toggle-text {
    padding-right: 10px;
    font-size: 16px;
    line-height: 1.2;
  }

  .faq-icon {
    margin-right: 0;
    display: flex;
  }

  .faq-default {
    padding: 20px 10px 0;
  }

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

  .faq-answer-2 {
    font-size: 14px;
    line-height: 1.5;
  }

  .faq-body-cont {
    padding-left: 0;
    padding-right: 0;
  }

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

  .flex-block-6 {
    flex-flow: column;
    justify-content: flex-end;
    align-items: center;
    max-width: 100%;
    position: static;
  }

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

  .div-block-52.last {
    text-align: center;
    justify-content: flex-end;
    align-self: center;
    align-items: center;
    width: 100%;
  }

  .div-block-52.last.historia {
    order: -1;
    width: 100%;
  }

  .div-block-53 {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-53.first {
    width: 100%;
    padding-bottom: 140px;
  }

  .div-block-53.first.historia {
    width: 100%;
  }

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

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

  .section {
    height: 150px;
  }

  .image-21 {
    box-sizing: border-box;
    object-fit: contain;
    max-width: 100%;
    margin-bottom: 60px;
  }

  .paragraph-19 {
    text-align: center;
    margin-bottom: 0;
    font-size: 20px;
  }

  .div-block-64 {
    justify-content: flex-end;
    align-items: flex-start;
    max-width: 100%;
    height: auto;
    max-height: none;
    margin-bottom: 0;
    font-size: 10px;
    display: flex;
  }

  .html-embed-21 {
    align-self: flex-end;
    max-height: 22px;
    margin-top: 0;
    margin-bottom: auto;
  }

  .paragraph-24 {
    align-self: flex-end;
    align-items: center;
    max-height: none;
    font-size: 13px;
    display: flex;
  }

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

  .div-block-66 {
    justify-content: flex-start;
    align-items: flex-end;
    max-width: 100%;
    height: auto;
    max-height: none;
    font-size: 10px;
  }

  .html-embed-29 {
    align-self: flex-end;
    max-height: 22px;
  }

  .paragraph-25 {
    align-self: flex-end;
    align-items: center;
    max-height: 22px;
    font-size: 13px;
    display: flex;
  }

  .segunda-dobra-nosso-espaco {
    padding: 60px 20px;
  }

  .paragraph-26 {
    margin-bottom: 20px;
    font-size: 20px;
  }

  .heading-39 {
    margin-bottom: 0;
    font-size: 38px;
  }

  .section-agenda {
    padding-top: 40px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .container-web-2 {
    width: 100%;
    max-width: 100%;
  }

  .paragraph-27 {
    margin-bottom: 0;
    font-size: 20px;
  }

  .heading-40 {
    margin-bottom: 20px;
    font-size: 38px;
  }

  .pagekraft-agenda-2 {
    padding-bottom: 100px;
  }

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

  .pagekraft-agenda-4 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 360px;
    display: block;
  }

  .div-block-67 {
    text-align: center;
  }

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

  .grid-4 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    align-content: start;
    align-items: stretch;
    width: 100%;
  }

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

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

  .bold-text-6 {
    font-size: 16px;
    line-height: 1.2;
  }

  .bold-text-7 {
    font-size: 16px;
    line-height: 1;
  }

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

  .image-26 {
    vertical-align: bottom;
    position: absolute;
    inset: auto 0% 0%;
  }

  .div-block-69 {
    align-self: flex-start;
    width: 100%;
  }

  .dropdown-3.rodape {
    align-self: auto;
    margin-left: 0;
  }

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

  .dropdown-toggle.rodape {
    margin-bottom: 10px;
    font-size: 1rem;
  }

  .paragraph-73 {
    margin-top: 0;
    padding-top: 0;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.2;
  }

  .bold-text-10 {
    font-size: 16px;
    line-height: 1.2;
  }

  .bold-text-11, .bold-text-12 {
    font-size: 16px;
  }

  .bold-text-13 {
    margin-right: 0;
    font-size: 16px;
  }

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

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

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

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

  .div-block-184 {
    padding-top: 90px;
  }
}

#w-node-_0b422a80-4c31-7444-5fe5-f911e55d182f-4f34128d, #w-node-_0b422a80-4c31-7444-5fe5-f911e55d1830-4f34128d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cf917c67-1511-565a-4a15-ba9cecc9d488-cbab55bc, #w-node-_8559ddc3-a7b3-5356-5ddd-ff0a435904f9-70badb52 {
  grid-area: Area;
}


