@font-face {
  font-family: Inter;
  src: url('../images/') format("truetype");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}

:root {
  --green-yellow: #c0ff72;
  --midnight-blue: #070b3b;
  --silver: #c9c9c9;
  --white: white;
}

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

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

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

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

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

body {
  color: #000;
  min-height: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

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

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

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

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

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

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

p {
  margin-bottom: 0;
}

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

li {
  margin-bottom: .25rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.lottie-animation {
  width: 50%;
}

.heading {
  color: #232536b0;
}

.text-block {
  color: #b5b5b5;
}

.l-nav {
  background-color: #c0ff72;
  flex-flow: row;
  flex: none;
  place-content: space-around;
  align-self: flex-start;
  align-items: stretch;
  width: 100%;
  max-width: 100%;
  height: 120px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: static;
}

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

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

.c-nav-link {
  color: #070b3b;
  cursor: pointer;
  text-decoration: none;
  transition: opacity .2s;
}

.c-nav-link:hover {
  color: #050827;
  font-weight: 600;
  text-decoration: overline;
}

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

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

.image {
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
}

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

.terceira-dobra {
  background-image: url('../images/simbolo-logo.svg');
  background-position: 146%;
  background-repeat: no-repeat;
  background-size: contain;
  background-attachment: scroll;
  width: 100%;
  height: auto;
  margin: auto auto 0;
  padding: 60px 20px 0;
}

.text-block-2 {
  font-size: 1.5rem;
  font-weight: 400;
}

.btn-default {
  background-color: var(--green-yellow);
  color: var(--midnight-blue);
  text-align: center;
  -webkit-text-stroke-color: var(--green-yellow);
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 200px;
  height: 56px;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  padding: 12px 16px;
  display: flex;
}

.btn-default:hover {
  background-color: var(--midnight-blue);
  color: var(--green-yellow);
  -webkit-text-stroke-color: #c0ff7200;
  text-decoration: none;
}

.btn-default.btn-banner {
  justify-content: center;
  align-items: center;
  max-width: 340px;
  height: 56px;
  margin-left: auto;
  display: flex;
}

.btn-default.btn-planospacotes {
  max-width: 240px;
}

.btn-default.btn-voltar {
  max-width: 180px;
  margin-left: 0;
  margin-right: 0;
}

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

.s-container {
  flex-direction: column;
  width: 100%;
  min-width: 100%;
  height: 100%;
  padding-top: 0;
  display: flex;
}

.text-block-3 {
  color: #9b9b9b;
  text-align: center;
  letter-spacing: -3px;
  -webkit-text-stroke-color: var(--silver);
  word-break: normal;
  margin-bottom: 40px;
  font-size: 1.5rem;
}

.passos {
  width: 100%;
  max-width: 960px;
  height: auto;
  margin-left: auto;
  margin-right: 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;
  place-content: center;
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.grid.pas-mobile {
  display: none;
}

.coluna {
  background-color: var(--midnight-blue);
  text-align: center;
  cursor: pointer;
  border-radius: 25px;
  flex-direction: column;
  justify-content: space-around;
  width: 240px;
  height: 300px;
  padding: 20px;
  display: flex;
  position: relative;
}

.heading-6 {
  color: var(--green-yellow);
  text-align: right;
  font-size: 2.5rem;
}

.heading-7 {
  color: var(--green-yellow);
  text-align: right;
  padding-top: 10px;
  font-size: 1.5rem;
  overflow: hidden;
}

.heading-8 {
  color: var(--green-yellow);
  text-align: left;
  margin-top: 0;
  font-size: 1.4rem;
  overflow: hidden;
}

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

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

.paragraph-3 {
  font-size: 14px;
  overflow: hidden;
}

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

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

.db-agenda.padding-default.db-coache {
  justify-content: center;
  align-items: center;
  padding-top: 60px;
  padding-bottom: 140px;
  display: flex;
}

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

.html-embed-2.login-top {
  min-width: 232px;
}

.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: var(--green-yellow);
  flex-direction: row;
  flex: none;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  height: auto;
  margin-top: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
  position: static;
}

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

.grid-2 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: 1fr;
  grid-template-columns: 25% 25% 25% 25%;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  width: 100%;
  max-width: none;
  height: 100%;
  padding: 20px;
  display: flex;
}

.div-block-4 {
  flex-direction: column;
  width: auto;
  min-width: 220px;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

.f-r-link {
  color: var(--midnight-blue);
  font-style: normal;
  text-decoration: none;
}

.f-r-link:hover {
  color: var(--midnight-blue);
  font-weight: 600;
}

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

.f-r-link.w--current:hover {
  color: var(--midnight-blue);
  font-weight: 600;
}

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

.f-r-link.w--current:visited {
  color: var(--midnight-blue);
  -webkit-text-stroke-color: var(--midnight-blue);
}

.heading-11 {
  margin-bottom: .5rem;
}

.div-block-5 {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.image-3 {
  max-height: 80px;
  margin-bottom: 20px;
}

.div-block-9 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-right: 0;
  display: block;
}

.div-block-9.btn-banner {
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 40px;
}

.primeira-dobra {
  width: 100%;
  height: auto;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
}

.body-map {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: stretch;
  height: auto;
  min-height: auto;
  display: block;
}

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

.body-my-account {
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  max-width: 100%;
  display: flex;
}

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

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

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

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

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

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

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

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

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

.plus-vert {
  background-color: #000;
  border-radius: 100px;
  width: 4px;
  height: 26px;
  position: absolute;
}

.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: 50px;
  display: flex;
  position: relative;
}

.plus-horiz {
  background-color: #000;
  border-radius: 100px;
  width: 26px;
  height: 4px;
  position: absolute;
}

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

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

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

.faq-default {
  padding: 60px 72px 100px;
  position: relative;
  overflow: hidden;
}

.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(--midnight-blue);
  margin-bottom: .5rem;
  font-size: 14px;
}

.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: var(--silver);
  text-align: center;
  font-size: 1.05rem;
}

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

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

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

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

.image-4.menu-mobile-action {
  height: 16px;
}

.car-mobile {
  display: none;
}

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

.bold-text-2 {
  color: var(--midnight-blue);
  letter-spacing: 0;
}

.instagram-icon {
  margin-left: -6px;
}

.l-instagram {
  border: 1px #000;
  text-decoration: none;
}

.social-links-footer {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  display: flex;
}

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

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

.body-cookiesof {
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.db-maps {
  clear: none;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  flex: 0 auto;
  justify-content: space-between;
  align-self: stretch;
  width: 100%;
  height: 100%;
  min-height: 50vh;
  max-height: none;
  margin-bottom: 0%;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 0%;
  display: block;
  position: relative;
}

.maps-html {
  height: auto;
  margin-bottom: auto;
  position: relative;
}

.body-agenda, .body-packages {
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  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;
}

.body-home {
  color: #070b3b;
  background-color: #ededed;
  flex-flow: column wrap;
  place-content: center space-between;
  align-items: center;
  min-height: auto;
  font-family: Montserrat, sans-serif;
  transition: color .3s;
  display: flex;
}

.div-block-24 {
  width: 780px;
  margin-left: auto;
  margin-right: auto;
}

.paragraph-5 {
  font-size: 14px;
}

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

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

.faq {
  background-color: var(--midnight-blue);
  color: var(--midnight-blue);
  white-space: break-spaces;
  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-icon {
  z-index: 2;
  width: 24px;
  margin-right: 16px;
  position: absolute;
  inset: 0% 0% 0% auto;
}

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

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

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

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

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

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

.section {
  flex: 1;
  align-self: stretch;
  height: auto;
  min-height: auto;
  margin-bottom: 0%;
  padding-bottom: 0%;
  position: static;
}

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

.flex-block {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 0;
}

.paragraph-6 {
  text-align: center;
  max-width: 890px;
  margin-top: 40px;
  font-size: 24px;
  display: none;
}

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

.flex-block-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  cursor: pointer;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
}

.flex-block-2.p-2 {
  cursor: pointer;
  background-color: #0000;
  justify-content: center;
  align-items: flex-start;
  margin-top: 20px;
}

.div-block-27 {
  text-align: center;
  cursor: pointer;
  background-color: #fff;
  background-image: url('../images/amanda.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: contain;
  background-attachment: scroll;
  border-radius: 16px;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  min-width: 320px;
  max-width: 320px;
  min-height: 480px;
  padding-bottom: 60px;
  padding-left: 20px;
  padding-right: 20px;
  text-decoration: none;
  display: flex;
}

.div-block-27:hover {
  mix-blend-mode: luminosity;
}

.div-block-27.p-s {
  background-image: url('../images/paula.jpg');
}

.div-block-27.p-marg {
  background-image: url('../images/fellipe.jpg');
}

.div-block-27.p-raq {
  cursor: pointer;
  background-image: url('../images/Matheus.png');
  background-position: 50% 10%;
  background-repeat: no-repeat;
  background-size: contain;
  background-attachment: scroll;
}

.div-block-27.p-raq.p-m {
  background-color: #fff;
  background-image: url('../images/marcos.jpg');
  background-position: 50% 5%;
  background-repeat: no-repeat;
  background-size: contain;
  background-attachment: scroll;
}

.div-block-27.p-aga {
  text-align: center;
  cursor: pointer;
  background-color: #fff;
  background-image: url('../images/karoll.jpg');
  justify-content: flex-end;
  align-items: center;
  text-decoration: none;
}

.div-block-27.p-em {
  cursor: pointer;
  background-image: url('../images/everton.jpg');
}

.div-block-27.p-de {
  background-image: url('../images/image.png');
}

.heading-17 {
  z-index: 1;
  color: var(--green-yellow);
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: var(--green-yellow);
  font-size: 32px;
  text-decoration: none;
  position: relative;
}

.paragraph-8 {
  color: #070b3b;
}

.section-2 {
  width: 100%;
  min-height: 520px;
  margin-bottom: 100px;
}

.heading-18 {
  color: #070b3b;
  font-size: 32px;
}

.c-sliders-mobile {
  display: block;
}

.slider-3 {
  background-color: #ddd0;
  max-width: 1200px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
}

.slider-3.mobile {
  display: none;
}

.div-block-28 {
  cursor: pointer;
  background-image: url('../images/eliton-westphal.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  border-radius: 16px;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  min-width: 320px;
  max-width: 320px;
  min-height: 480px;
  padding-bottom: 60px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.div-block-28:hover {
  mix-blend-mode: luminosity;
}

.div-block-28.p-raq {
  cursor: pointer;
  background-image: url('../images/fabricio-silva.jpg');
}

.div-block-28.p-aga {
  cursor: pointer;
  background-image: url('../images/karol-moldo.jpg');
}

.div-block-28.p-em {
  cursor: pointer;
  background-image: url('../images/everton-schulter.jpg');
}

.div-block-28.p-s {
  background-image: url('../images/paula-fernanda-pini-simoes-biazin.jpg');
}

.div-block-28.p-marg {
  background-image: url('../images/felipe-biazin-goncalves.jpg');
}

.flex-block-3 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  cursor: pointer;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
}

.flex-block-3.p-2 {
  cursor: pointer;
  margin-top: 20px;
}

.html-embed-14 {
  color: #fff;
}

.bold-text-3 {
  font-size: 16px;
  font-weight: 400;
}

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

.image-8 {
  width: 100%;
}

.container-coache {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}

.container-2 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: space-around;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  display: flex;
}

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

.div-block-31 {
  order: 1;
  justify-content: center;
  align-items: flex-start;
  width: 40%;
  min-width: 320px;
  max-width: 376px;
  height: auto;
  display: flex;
}

.heading-19 {
  font-family: Exo, sans-serif;
  font-size: 3rem;
  font-weight: 700;
}

.image-9 {
  margin-bottom: auto;
}

.paragraph-10 {
  margin-top: 10px;
  font-size: 14px;
}

.bold-text-4 {
  font-size: 3rem;
}

.flex-block-4 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 940px;
}

.body-termos {
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  font-family: Montserrat, sans-serif;
  display: flex;
}

.section-3 {
  flex-flow: column;
  min-height: 60vh;
  padding-top: 60px;
  padding-bottom: 140px;
  display: flex;
}

.container-3 {
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
}

.text-span {
  font-size: 28px;
}

.text-span-2, .text-span-3, .bold-text-5, .text-span-4, .text-span-5, .bold-text-6 {
  font-size: 20px;
}

.text-span-6 {
  font-size: 28px;
}

.text-span-7, .text-span-8, .text-span-10, .text-span-11, .text-span-12 {
  font-size: 20px;
}

.text-span-13 {
  font-size: 28px;
}

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

.text-span-17 {
  font-size: 28px;
}

.text-span-18, .text-span-19, .text-span-20, .text-span-21, .text-span-22, .text-span-23, .text-span-24, .text-span-25, .text-span-26, .text-span-27, .text-span-28, .text-span-29, .text-span-30, .text-span-31, .text-span-32, .text-span-33, .text-span-34, .text-span-35, .text-span-36 {
  font-size: 20px;
}

.link {
  color: var(--midnight-blue);
  padding: 6px 10px;
  font-size: 14px;
  font-weight: 400;
  text-decoration: none;
}

.link:hover {
  font-weight: 600;
  text-decoration: overline;
}

.div-block-33 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: flex-start;
  align-items: center;
  margin-left: 40px;
  margin-right: 40px;
  display: flex;
}

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

.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(--midnight-blue);
}

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

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

.button-2-ang.pagekraft-auth-register {
  border-color: var(--midnight-blue);
  color: var(--midnight-blue);
  font-weight: 400;
  display: none;
}

.button-1-ang {
  background-color: var(--midnight-blue);
  color: var(--green-yellow);
  text-transform: none;
  border-radius: 6px;
  padding: 6px 12px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  display: none;
}

.div-block-182 {
  background-image: url('../images/0c02e6f205497052588a692f2ce8a0168d0a723a.png');
  background-position: 50%;
  background-size: cover;
  height: 200px;
}

.heading-20 {
  color: #060838;
  text-align: center;
  text-transform: uppercase;
  padding: 42px 0;
  font-family: Inter, Arial, sans-serif;
  font-size: 50px;
  font-weight: 700;
}

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

.div-block-183.margin-bottom-space {
  padding-bottom: 60px;
}

.div-block-184 {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  max-width: 1060px;
  margin-left: auto;
  margin-right: auto;
  padding: 48px 10px;
  display: flex;
}

.image-10 {
  object-fit: cover;
  border-radius: 25px;
  width: 100%;
  max-width: 470px;
  height: 350px;
}

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

.link-2:hover {
  text-decoration: underline;
}

.div-block-185 {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  color: #070b3b;
  flex-flow: column;
  max-width: 480px;
  font-family: Inter, Arial, sans-serif;
  display: flex;
}

.list {
  text-align: justify;
  font-size: 24px;
  font-weight: 500;
}

.heading-21 {
  font-family: Inter, Arial, sans-serif;
  font-size: 24px;
  font-weight: 700;
}

.body {
  color: #000;
  background-color: #ededed;
}

.div-block-187 {
  background-color: var(--green-yellow);
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.div-block-184-invert {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  flex-flow: row-reverse;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  max-width: 1060px;
  margin-left: auto;
  margin-right: auto;
  padding: 48px 10px;
  display: flex;
}

.div-block-185-invert {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  color: #070b3b;
  flex-flow: column;
  max-width: 485px;
  font-family: Inter, Arial, sans-serif;
  display: flex;
}

.div-block-188 {
  background-color: #000070;
  margin-bottom: 52px;
  padding: 48px;
}

.div-block-189 {
  flex-flow: column;
  max-width: 1040px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.heading-22 {
  color: var(--green-yellow);
  font-family: Inter, Arial, sans-serif;
  font-size: 24px;
}

.link-3 {
  color: var(--green-yellow);
  font-family: Inter, Arial, sans-serif;
  font-size: 24px;
  text-decoration: none;
}

.text-block-9 {
  text-align: justify;
  max-width: 509px;
  font-size: 24px;
  font-weight: 500;
}

.image-11 {
  object-fit: cover;
  border-radius: 25px;
  max-width: 470px;
  height: 606px;
}

.div-block-184-invert-bike {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  flex-flow: row-reverse;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  max-width: 1060px;
  margin-left: auto;
  margin-right: auto;
  padding: 48px 10px;
  display: flex;
}

.list-2, .text-block-9-copy {
  text-align: justify;
  font-size: 24px;
  font-weight: 500;
}

.div-block-185-invert-burn {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  color: #070b3b;
  flex-flow: column;
  width: 100%;
  max-width: 475px;
  font-family: Inter, Arial, sans-serif;
  display: flex;
}

.code-embed-2 {
  margin-top: 60px;
}

@media screen and (min-width: 1280px) {
  .image {
    padding-left: 0;
  }

  .link {
    font-size: 16px;
  }
}

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

  .l-nav {
    align-self: flex-start;
    position: fixed;
    inset: 0% 0% auto;
  }

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

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

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

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

  .nav-menu {
    outline-offset: 0px;
    object-fit: contain;
    background-color: #000000b3;
    outline: 3px #070b3b;
    flex-direction: column;
    flex: 0 auto;
    justify-content: flex-end;
    align-self: center;
    width: 100%;
    height: 100vh;
    margin-top: auto;
    padding-top: 0;
    position: absolute;
    overflow: hidden;
  }

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

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

  .menu-button {
    background-color: var(--green-yellow);
    flex: 0 auto;
    order: -1;
    justify-content: flex-start;
    align-self: center;
    align-items: flex-start;
    margin-left: 0;
    padding-right: 18px;
    display: block;
  }

  .menu-button.menu-mobile-action.w--open {
    background-color: var(--green-yellow);
  }

  .terceira-dobra {
    background-position: 250%;
    flex-flow: column;
    align-content: flex-start;
    align-items: flex-end;
    width: 100%;
    max-width: 100%;
    height: auto;
    padding-top: 40px;
    padding-left: 0;
    padding-right: 0;
    display: block;
  }

  .text-block-2 {
    min-width: 100%;
  }

  .btn-default {
    margin-left: auto;
  }

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

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

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

  .grid {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    grid-template-rows: auto auto;
    grid-template-columns: 50% 50% 50% 50%;
    grid-auto-flow: column;
    justify-content: center;
    display: none;
  }

  .grid.pas-mobile {
    display: flex;
  }

  .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: 240px;
    height: 300px;
    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;
  }

  .coluna-box {
    width: 240px;
    max-width: none;
    inset: 0%;
    overflow: hidden;
  }

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

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

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

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

  .grid-2 {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    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: 0 15px;
    display: flex;
  }

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

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

  .div-block-5 {
    order: -1;
    justify-content: space-between;
    align-self: center;
    align-items: flex-start;
    width: 100%;
  }

  .image-3 {
    width: auto;
    max-width: none;
    height: 58px;
    margin-bottom: 0;
  }

  .primeira-dobra {
    flex-flow: column;
    align-content: flex-start;
    align-items: flex-end;
    width: 100%;
    max-width: none;
    height: auto;
    margin-top: 120px;
    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;
  }

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

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

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

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

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

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

  .icon {
    background-color: var(--green-yellow);
    display: none;
  }

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

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

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

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

  .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: var(--silver);
    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: flex-start;
    align-items: center;
    padding-top: 20px;
    padding-bottom: 10px;
    padding-left: 20px;
    display: flex;
  }

  .button-3 {
    color: var(--midnight-blue);
    cursor: pointer;
    background-color: #0000;
    border-radius: 50px;
    justify-content: center;
    align-items: center;
    width: 48px;
    height: 48px;
    margin-top: 10px;
    font-size: 32px;
    font-weight: 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-bottom: 10px;
    padding-top: 0;
    padding-left: 20px;
    display: flex;
    position: static;
    inset: auto 0% 15%;
  }

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

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

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

  .instagram-icon {
    cursor: pointer;
    margin-left: 0;
  }

  .social-links-footer {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: flex-start;
    align-items: center;
  }

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

  .div-block-24 {
    width: 100%;
    max-width: 680px;
  }

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

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

  .div-block-26 {
    background-color: var(--green-yellow);
    width: 80%;
    height: 100%;
    padding-top: 40px;
  }

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

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

  .flex-block-2 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: row;
    place-content: flex-end center;
    align-items: center;
  }

  .div-block-27 {
    align-items: flex-start;
    max-width: 320px;
  }

  .div-block-27.p-s {
    display: flex;
  }

  .div-block-27.p-marg, .c-sliders-mobile {
    display: none;
  }

  .slider-3 {
    max-height: 480px;
  }

  .div-block-28 {
    align-items: flex-start;
    max-width: 320px;
  }

  .div-block-28.p-raq.p-3 {
    display: none;
  }

  .div-block-28.p-s {
    display: flex;
  }

  .div-block-28.p-s.p-2, .div-block-28.p-marg {
    display: none;
  }

  .div-block-28.p-marg.p-1 {
    display: flex;
  }

  .flex-block-3 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: row;
    place-content: flex-end center;
    align-items: center;
  }

  .bold-text-3 {
    font-size: .8rem;
  }

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

  .section-3 {
    margin-top: 120px;
  }

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

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

  .link-block {
    display: flex;
  }

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

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

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

  .list {
    font-size: 16px;
    font-weight: 400;
  }

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

  .div-block-186 {
    padding-top: 120px;
  }

  .div-block-184-invert {
    flex-flow: column;
  }

  .heading-22, .link-3 {
    font-size: 16px;
  }

  .div-block-184-invert-bike {
    flex-flow: column;
  }
}

@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 {
    width: auto;
    max-width: none;
    position: fixed;
  }

  .c-container {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: row;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: space-between;
    min-width: auto;
    max-width: none;
    padding-left: 15px;
    position: static;
  }

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

  .nav-menu {
    box-shadow: none;
    opacity: 1;
    height: 100vh;
  }

  .image {
    flex: 0 auto;
    max-width: none;
    margin-left: 0;
    margin-right: 0;
    overflow: visible;
  }

  .menu-button {
    margin-left: 0;
  }

  .terceira-dobra {
    max-width: 468px;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

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

  .btn-default {
    margin-left: auto;
  }

  .btn-default.btn-banner {
    margin-top: 0;
  }

  .segunda-dobra {
    max-width: 468px;
    margin-top: auto;
    margin-bottom: auto;
    padding-top: 40px;
    padding-bottom: 60px;
    display: block;
  }

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

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

  .coluna-box {
    width: 240px;
  }

  .footer {
    height: auto;
    padding-bottom: 30px;
  }

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

  .div-block-4 {
    margin-top: 0;
  }

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

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

  .image-3 {
    max-width: none;
    max-height: 58px;
  }

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

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

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

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

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

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

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

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

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

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

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

  .faq-default {
    margin-top: 120px;
    padding: 40px 24px 80px;
  }

  .box-r-sociais.menu {
    margin-top: 20px;
    padding-bottom: 0;
    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;
  }

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

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

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

  .div-block-24 {
    padding-top: 40px;
  }

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

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

  .container.car-coachs {
    display: none;
  }

  .flex-block-2 {
    flex-direction: column;
    place-content: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
  }

  .flex-block-2.p-2 {
    flex-direction: column;
  }

  .div-block-27 {
    justify-content: flex-end;
    max-width: 320px;
  }

  .div-block-27.p-s {
    align-self: flex-start;
    align-items: flex-start;
    display: none;
  }

  .div-block-27.p-raq, .div-block-27.p-de {
    justify-content: flex-end;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
  }

  .heading-18 {
    color: var(--green-yellow);
    -webkit-text-stroke-width: 0px;
    -webkit-text-stroke-color: var(--midnight-blue);
  }

  .heading-18.txt-everson, .heading-18.txt-marcos {
    color: var(--green-yellow);
  }

  .c-sliders-mobile {
    display: block;
  }

  .slider-3 {
    display: none;
  }

  .slider-3.mobile {
    display: flex;
  }

  .div-block-28 {
    background-color: #fff;
    background-image: url('../images/amanda.jpg');
    background-position: 50% 0;
    background-size: contain;
    justify-content: flex-end;
    align-items: center;
    max-width: 320px;
    padding-bottom: 100px;
    text-decoration: none;
  }

  .div-block-28.m-00 {
    display: none;
  }

  .div-block-28.p-raq {
    background-image: url('../images/7.png');
  }

  .div-block-28.p-raq.m-001 {
    display: none;
  }

  .div-block-28.p-aga {
    background-color: #fff;
    background-image: url('../images/karoll.jpg');
    background-position: 50% 0;
    background-size: contain;
    justify-content: flex-end;
    align-items: center;
    text-decoration: none;
  }

  .div-block-28.p-aga.m-004 {
    display: none;
  }

  .div-block-28.p-em {
    background-image: url('../images/everton.jpg');
  }

  .div-block-28.p-em.m-003 {
    display: none;
  }

  .div-block-28.p-s {
    align-self: flex-start;
    align-items: flex-start;
    display: none;
  }

  .div-block-28.p-s.m-00 {
    background-image: url('../images/paula.jpg');
    justify-content: flex-end;
    align-items: center;
    display: flex;
  }

  .div-block-28.p-marg.p-1.m-001 {
    background-image: url('../images/fellipe.jpg');
    display: flex;
  }

  .div-block-28.p-mb1 {
    background-color: #fff;
    background-image: url('../images/marcos.jpg');
    background-position: 50% 10%;
    background-repeat: no-repeat;
    background-size: contain;
    background-attachment: scroll;
  }

  .flex-block-3 {
    flex-direction: column;
    place-content: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
  }

  .flex-block-3.p-2 {
    flex-direction: column;
    margin-top: 0;
  }

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

  .container-2 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: wrap;
  }

  .div-block-30 {
    width: 90%;
  }

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

  .icon-2, .icon-3 {
    color: var(--midnight-blue);
  }

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

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

  .div-block-184 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .list {
    font-size: 14px;
  }

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

  .div-block-184-invert {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .div-block-188 {
    margin-bottom: 25px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .heading-22, .link-3 {
    font-size: 14px;
  }

  .text-block-9 {
    font-size: 12px;
    font-weight: 400;
  }

  .image-11 {
    height: 253px;
  }

  .div-block-184-invert-bike {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    padding-left: 25px;
    padding-right: 25px;
  }

  .list-2, .text-block-9-copy {
    font-size: 12px;
    font-weight: 400;
  }
}

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

  .l-nav {
    padding-left: 10px;
    padding-right: 10px;
    position: fixed;
  }

  .c-container {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    order: 1;
    justify-content: space-between;
    width: auto;
    min-width: 0%;
    padding-left: 0;
    padding-right: 0;
  }

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

  .nav-menu {
    box-shadow: none;
    mix-blend-mode: normal;
    background-color: #000000b3;
    height: 100vh;
    margin-top: auto;
    padding-top: 0;
  }

  .image {
    flex: 0 auto;
    order: 1;
    align-self: center;
    min-width: 0;
    max-width: none;
    margin-left: 0%;
    margin-right: 0%;
  }

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

  .menu-button.menu-mobile-action {
    display: none;
  }

  .terceira-dobra {
    max-width: 360px;
    padding: 0 15px;
  }

  .text-block-2 {
    padding-top: 0;
    font-size: 1rem;
  }

  .btn-default {
    width: 90%;
    margin-left: auto;
  }

  .btn-default.btn-banner {
    width: 90%;
    margin-top: 0;
  }

  .segunda-dobra {
    width: auto;
    max-width: 320px;
    padding-bottom: 140px;
    padding-left: 0;
    padding-right: 0;
  }

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

  .text-block-3 {
    font-size: 1.25rem;
  }

  .passos {
    width: 100%;
    max-width: none;
  }

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

  .coluna {
    width: 240px;
    padding-left: 20px;
  }

  .coluna-box {
    width: 240px;
  }

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

  .footer {
    margin-bottom: auto;
    padding-top: 0;
    padding-bottom: 0;
  }

  .f-container {
    height: auto;
    padding-top: 20px;
  }

  .grid-2 {
    flex-wrap: nowrap;
    margin-top: 0;
  }

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

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

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

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

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

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

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

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

  .faq-default {
    margin-top: 120px;
    padding-top: 40px;
    padding-left: 0;
    padding-right: 0;
  }

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

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

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

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

  .image-4 {
    width: 24px;
  }

  .image-4.menu-mobile-action {
    width: 30px;
    height: 60px;
    margin-left: 0;
  }

  .db-cookiesof {
    max-width: 360px;
    margin-top: 120px;
    padding-top: 40px;
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .db-packages.padding-default {
    margin-top: 120px;
    padding-bottom: 60px;
  }

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

  .section {
    margin-top: 120px;
  }

  .heading-16 {
    margin-left: 0;
    margin-right: 0;
    font-size: 24px;
  }

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

  .paragraph-6 {
    width: 320px;
    max-width: none;
    margin-left: 0;
    margin-right: 0;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 14px;
  }

  .div-block-28.p-mb1 {
    background-color: #fff;
    background-image: url('../images/marcos.jpg');
    background-position: 50% 30%;
    background-repeat: no-repeat;
    background-size: contain;
    background-attachment: scroll;
  }

  .flex-block-3.p-2 {
    margin-top: 0;
  }

  .html-embed-14 {
    min-height: auto;
  }

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

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

  .heading-19 {
    font-size: 3rem;
    font-weight: 700;
  }

  .paragraph-10 {
    margin-top: 10px;
  }

  .flex-block-4 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .icon-2, .icon-3 {
    color: var(--midnight-blue);
  }

  .image-11, .div-block-184-invert-bike {
    width: 100%;
  }
}

#w-node-_1f570b48-3731-99cb-1e06-4b8ee7d418b1-e7d418ae {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-dd08e006-47fa-c032-90af-5fb1c31e973d-e7d418ae, #w-node-_1f570b48-3731-99cb-1e06-4b8ee7d418b3-e7d418ae, #w-node-_1f570b48-3731-99cb-1e06-4b8ee7d418bc-e7d418ae, #w-node-_1f570b48-3731-99cb-1e06-4b8ee7d418c6-e7d418ae, #w-node-_86484908-e6fd-55e7-e0ea-6afae25593f7-b9ca93bc, #w-node-_86484908-e6fd-55e7-e0ea-6afae2559408-b9ca93bc, #w-node-_86484908-e6fd-55e7-e0ea-6afae2559419-b9ca93bc, #w-node-b72b518a-38e8-46c6-0011-5aaab9ca93be-b9ca93bc, #w-node-_0b422a80-4c31-7444-5fe5-f911e55d182f-81676eac, #w-node-_0b422a80-4c31-7444-5fe5-f911e55d1830-81676eac, #w-node-_14f1b811-6e9d-381b-9360-bf2c45b0c28d-81676eae {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-_1f570b48-3731-99cb-1e06-4b8ee7d418b3-e7d418ae {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_86484908-e6fd-55e7-e0ea-6afae2559408-b9ca93bc {
    order: 0;
    grid-area: 1 / 2 / 2 / 3;
    align-self: start;
  }

  #w-node-_86484908-e6fd-55e7-e0ea-6afae2559419-b9ca93bc {
    grid-area: 2 / 1 / 3 / 2;
  }
}


@font-face {
  font-family: 'Inter';
  src: url('../images/') format('truetype');
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}