@font-face {
  font-family: "Knockout Htf 49 Liteweight";
  src: url('../fonts/Knockout-HTF49Liteweight-Regular.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

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

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

:root {
  --white: white;
  --black: black;
  --dim-grey2\<deleted\|variable-944757b9\>: #474747;
  --background-gray: #f3f3f3;
  --crimson\<deleted\|variable-8929a653\>: #d45700;
  --verde\<deleted\|variable-c4838ada-d33f-5c7c-7d28-be49e7c50cb1\>: #d3fd34;
  --dim-grey\<deleted\|variable-7fa13e17\>: #636363;
  --primary: #f27830;
  --text-1: #463939;
}

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

.navbar {
  background-color: var(--white);
}

.brand {
  flex: 0 auto;
  align-self: stretch;
  align-items: center;
  max-width: 266px;
  height: 100%;
  display: flex;
}

.container {
  justify-content: space-around;
  align-items: center;
  height: 166px;
  padding-top: 0;
  display: block;
}

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

.image {
  clear: none;
  width: 100%;
  display: block;
  position: static;
  left: 0;
}

.nav-menu {
  align-self: center;
  align-items: center;
  height: 100%;
  min-height: 100%;
  max-height: 100%;
  display: flex;
  position: static;
}

.section {
  width: 100%;
  height: 100%;
  min-height: 60vh;
  margin-top: 80px;
  padding-top: 0;
  padding-bottom: 125px;
}

.section.section-01 {
  background-color: var(--white);
  background-image: url('../images/Banner-Desktop-1920w.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 100%;
  max-height: 100%;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.container-3 {
  max-width: 1140px;
}

.container-3.container-large {
  opacity: .5;
  background-color: #000;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  max-width: 100%;
  height: 100%;
  min-height: 475px;
  max-height: 475px;
  display: flex;
}

.body {
  background-color: var(--white);
  font-family: Nunito, sans-serif;
}

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

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

.f-container.container-footer-top {
  border-bottom: 1px solid var(--dim-grey2\<deleted\|variable-944757b9\>);
  align-self: center;
  padding-bottom: 14px;
  padding-left: 0;
}

.l-instagram {
  margin-right: 10px;
  display: block;
}

.bold-text-4 {
  color: #000;
  font-family: Gotham Book, sans-serif;
  line-height: 19.58px;
}

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

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

.bold-text-5 {
  color: #000;
  font-family: Gotham Book, sans-serif;
  font-size: 18px;
}

.bold-text-5.bold-text-4 {
  color: #000;
}

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

.heading-12 {
  color: #fff;
  width: auto;
  margin-bottom: .5rem;
  font-size: 18px;
}

.paragraph-17 {
  color: #111;
  flex-wrap: wrap;
  width: 100%;
  font-family: Montserrat, sans-serif;
  font-size: 13px;
  line-height: 1.2;
  display: flex;
}

.l-facebook {
  text-align: left;
  margin-right: 10px;
  display: block;
}

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

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

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

.div-block-4.f-p {
  width: 220px;
}

.div-block-4.f-l-principais {
  min-width: 180px;
  max-width: none;
  padding-left: 10px;
}

.div-block-4.cnpj-razao-social {
  display: none;
}

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

.box-r-sociais.menu {
  align-items: flex-start;
  width: 100%;
  max-width: 300px;
  display: flex;
}

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

.heading-11 {
  color: var(--white);
  margin-bottom: .5rem;
  font-family: Gotham, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 19.58px;
}

.f-r-link {
  color: #000;
  width: 100%;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  text-decoration: none;
}

.f-r-link:hover {
  color: #f27830;
  font-weight: 700;
  text-decoration: underline;
}

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

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

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

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

.div-block-5 {
  flex-direction: column;
  order: -1;
  justify-content: flex-start;
  align-items: flex-start;
  width: 200px;
  min-width: 200px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.bold-text {
  color: var(--dim-grey2\<deleted\|variable-944757b9\>);
}

.bold-text.bold-text-4 {
  color: #000;
}

.instagram-icon {
  color: #fff;
}

.paragraph-19 {
  color: var(--white);
  margin-bottom: 0;
  font-family: Gotham Book, sans-serif;
  font-size: 16px;
  line-height: 26px;
}

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

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

.faq-icon {
  z-index: 2;
  color: var(--white);
  width: 24px;
  margin-right: 16px;
  display: block;
  position: absolute;
  inset: 0% 0% 0% auto;
}

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

.faq {
  color: #070b3b;
  white-space: break-spaces;
  background-color: #eee;
  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;
}

.head-medium {
  text-align: center;
  letter-spacing: .58px;
  text-transform: uppercase;
  font-family: Montserrat, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 150%;
}

.head-medium.interroga-o {
  color: #f27830;
  font-size: 56px;
  font-weight: 800;
}

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

.faq-default {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding: 100px 72px 0;
  position: relative;
  overflow: hidden;
}

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

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

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

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

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

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

.toggle-text {
  z-index: 2;
  color: #000;
  position: relative;
}

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

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

.db-cookiesof {
  flex-direction: column;
  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;
}

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

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

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

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

.icon {
  text-align: center;
}

.nav-menu-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  text-align: center;
  flex: none;
  order: 1;
  justify-content: space-around;
  align-self: center;
  align-items: center;
  width: auto;
  margin-left: auto;
  margin-right: 0;
  display: flex;
}

.c-nav-logo {
  order: -1;
}

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

.heading-54 {
  color: #fff;
  width: 220px;
  margin-bottom: .5rem;
  font-size: 18px;
}

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

.c-container {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  object-fit: fill;
  background-color: #0000;
  border: 1px #000;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  position: static;
}

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

.c-nav-link {
  color: #fff;
  text-align: center;
  cursor: pointer;
  border-radius: 4px;
  width: 180px;
  font-family: Tahoma, Verdana, Segoe, sans-serif;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  transition: opacity .2s;
}

.c-nav-link:hover {
  color: #000;
  font-size: 14px;
  font-weight: 600;
  text-decoration: overline;
}

.c-nav-link:active, .c-nav-link:focus, .c-nav-link:focus-visible, .c-nav-link[data-wf-focus-visible], .c-nav-link:visited, .c-nav-link.w--current {
  color: #000;
}

.c-nav-link.comprar {
  color: #000;
  text-align: center;
  text-transform: uppercase;
  background-color: #e3e3e3;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  width: 140px;
  margin-right: 5px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Nunito, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  display: flex;
}

.c-nav-link.comprar:hover {
  text-decoration: none;
}

.c-nav-link.agenda {
  text-transform: uppercase;
  background-color: #f27830;
  justify-content: center;
  align-items: center;
  width: 140px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Nunito, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  display: flex;
}

.c-nav-link.agenda:hover {
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
  text-decoration: none;
}

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

.div-block-22 {
  min-width: 324px;
  display: flex;
}

.image-24 {
  border: 1px solid #0000;
  width: 100%;
  min-width: 0;
  max-width: 200px;
  max-height: 62px;
  margin-left: auto;
  margin-right: auto;
}

.menu-button.menu-mobile-action {
  flex-flow: row;
  order: -1;
  justify-content: center;
  align-items: center;
  width: 5%;
  display: none;
  position: static;
}

.menu-button.menu-mobile-action:hover {
  color: #000;
}

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

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

.l-nav {
  opacity: 1;
  color: #000;
  -webkit-text-fill-color: inherit;
  mix-blend-mode: normal;
  background-color: #fff;
  background-clip: border-box;
  border: 1px #000;
  flex-flow: row;
  place-content: space-around;
  align-items: stretch;
  width: 100%;
  max-width: 100%;
  height: 80px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: fixed;
  inset: 0% 0% auto;
}

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

.div-block-62 {
  order: 1;
  justify-content: space-between;
  align-items: center;
  width: 70%;
  display: flex;
}

.image-25 {
  max-width: 171%;
  max-height: 62px;
}

.angulare-myaccount {
  width: 100%;
  height: 100%;
}

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

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.db-default {
  grid-column-gap: 32px;
  grid-row-gap: 64px;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  display: grid;
}

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

.db-default.segunda-dobra {
  place-content: center;
  place-items: center;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.db-default-left {
  grid-row-gap: 32px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  display: flex;
}

.db-default-left.segunda-dobra {
  grid-row-gap: 0px;
  object-fit: cover;
  border-top-right-radius: 94px;
  border-bottom-right-radius: 94px;
  flex-flow: column;
  place-content: center;
  align-items: center;
  padding-left: 60px;
  display: flex;
  position: relative;
}

.db-default-left.mod02 {
  padding-left: 60px;
}

.db-default-right {
  grid-row-gap: 32px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-right: 60px;
  display: flex;
  position: relative;
}

.db-default-right.mod03 {
  padding-right: 60px;
}

.tb-default {
  float: left;
  clear: none;
  grid-row-gap: 16px;
  text-align: left;
  flex-direction: column;
  align-self: auto;
  width: 100%;
  margin-left: 0;
  font-family: Gotham Book, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8;
  display: flex;
}

.conf-img-home {
  object-fit: contain;
  align-self: flex-end;
  height: 100%;
  display: block;
}

.conf-img-home.mod02 {
  width: 100%;
}

.conf-img-home.mod02.desktop {
  object-fit: cover;
  width: 100%;
}

.conf-img-home.mod02.mobile, .conf-img-home.mobile {
  display: none;
}

.homepage-dbs {
  grid-row-gap: 100px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  height: auto;
  min-height: auto;
  margin-left: auto;
  margin-right: auto;
  padding: 100px 0;
  display: flex;
}

.coluna {
  text-align: center;
  cursor: pointer;
  background-color: #000;
  border-radius: 25px;
  flex-direction: column;
  justify-content: center;
  min-width: 280px;
  max-height: 320px;
  padding: 20px;
  display: flex;
  position: relative;
}

.paragraph-25 {
  color: #000;
  align-self: flex-start;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  line-height: 30px;
}

.paragraph-25.txt-laranja.uppercase {
  text-transform: uppercase;
}

.paragraph-25.txt-laranja.uppercase.bold {
  font-weight: 600;
}

.paragraph-25.uppercase {
  text-transform: uppercase;
  padding-top: 0;
  line-height: 1.2;
}

.bold-text-6 {
  color: #000;
  text-transform: uppercase;
  font-size: 22px;
  font-weight: 400;
  line-height: 32px;
}

.bold-text-6.titulo-home {
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 800;
}

.bold-text-6.titulo-home.txt-laranja {
  font-weight: 700;
}

.section-6 {
  max-width: 1200px;
  margin-top: 80px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 80px;
}

.heading-64 {
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 60px;
  font-family: Gotham Book, sans-serif;
  font-size: 60px;
  line-height: 1;
}

.container-10 {
  width: 100%;
  max-width: none;
  padding-top: 60px;
}

.tabs-menu {
  border-bottom: 1px solid var(--dim-grey\<deleted\|variable-7fa13e17\>);
  text-align: center;
  padding-bottom: 20px;
}

.tab-link-pr-aula {
  color: var(--black);
  background-color: #c8c8c800;
}

.tab-link-pr-aula.w--current {
  border-bottom: 2px solid var(--verde\<deleted\|variable-c4838ada-d33f-5c7c-7d28-be49e7c50cb1\>);
  outline-offset: 0px;
  background-color: #c8c8c800;
  outline: 3px #222;
}

.text-block-10 {
  font-family: Gotham, sans-serif;
  font-size: 18px;
}

.heading-65 {
  color: var(--black);
  text-transform: uppercase;
  font-family: Gotham Book, sans-serif;
}

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

.div-block-68 {
  border: 4px solid var(--verde\<deleted\|variable-c4838ada-d33f-5c7c-7d28-be49e7c50cb1\>);
  object-fit: cover;
  width: 50%;
  max-width: none;
  height: 250px;
  display: flex;
  box-shadow: 0 2px 5px #0003;
}

.image-30 {
  object-fit: cover;
  height: 100%;
  min-height: 100%;
}

.image-30.img-large {
  width: 100%;
}

.image-31 {
  object-fit: cover;
  height: 100%;
  min-height: 100%;
}

.paragraph-31 {
  color: var(--black);
  width: 50%;
  font-size: 20px;
  line-height: 130%;
}

.tabs-content {
  width: 100%;
  min-width: 0;
  max-width: none;
  padding-top: 40px;
}

.div-block-69 {
  object-fit: cover;
  width: 50%;
  height: 100%;
  min-height: 100%;
}

.div-block-70 {
  object-fit: cover;
  width: 50%;
  height: 100%;
}

.div-block-71 {
  width: 50%;
  height: 100%;
  min-height: 100%;
}

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

.flex-block-12.col01 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-wrap: nowrap;
  align-items: center;
}

.flex-block-12.col02 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-direction: row-reverse;
  align-items: center;
}

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

.flex-block-12.col04 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-direction: row-reverse;
  align-items: center;
}

.tab-pane-pr-aula {
  width: 100%;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
}

.tab-pane-ajustes-da-bike {
  width: 100%;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  padding-right: 0;
}

.tabs {
  width: 100%;
  min-width: 0;
  margin-left: auto;
  margin-right: auto;
}

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

.section-redirecionamento {
  justify-content: center;
  align-items: center;
  height: 100%;
  min-height: 0;
  padding-top: 240px;
  padding-bottom: 240px;
  display: flex;
}

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

.div-block-74 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 0;
  display: flex;
}

.div-block-75 {
  flex-direction: column;
  justify-content: space-between;
  min-height: 60vh;
  margin-top: 80px;
  padding-bottom: 60px;
  display: flex;
}

.padding-default {
  width: 100%;
  height: 100%;
  min-height: 60vh;
  margin-top: 80px;
  margin-bottom: auto;
  padding-top: 0;
  padding-bottom: 60px;
}

.div-block-79 {
  width: 100%;
  height: 100%;
  min-height: 60vh;
  margin-top: 80px;
  padding-bottom: 0;
}

.txt-laranja {
  color: #f27830;
}

.titulo-home.bold-text-6 {
  text-align: left;
}

.titulo-home.bold-text-6.center {
  color: #111;
  text-align: center;
  font-weight: 700;
  line-height: 36px;
}

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

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

.image-38.desktop {
  width: 456px;
}

.image-38.mobile {
  display: none;
}

.section-8 {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 60px;
  padding-bottom: 60px;
}

.section-9 {
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
}

.div-block-86 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  justify-content: center;
  place-items: flex-start center;
  width: 50%;
  display: flex;
}

.div-block-86.left {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  align-items: flex-start;
  width: 100%;
}

.container-12 {
  justify-content: flex-start;
  align-items: center;
  max-width: 1200px;
  display: flex;
}

.image-39 {
  align-self: center;
  width: auto;
}

.heading-67 {
  color: #000;
  text-transform: uppercase;
  font-size: 24px;
  font-weight: 700;
}

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

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

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

.heading-68 {
  color: #111;
  text-align: center;
  text-transform: uppercase;
  font-size: 24px;
  font-weight: 400;
}

.heading-70 {
  color: #000;
  font-weight: 800;
}

.bold-text-7, .bold-text-8 {
  font-weight: 700;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.text-block-11, .text-block-12, .text-block-13 {
  font-size: 16px;
  font-weight: 700;
}

.tabs-menu-2 {
  text-align: center;
}

.tab-pane-geral, .tab-pane-reservas, .tab-pane-pacotes-e-assinaturas {
  padding-top: 40px;
}

.bold-text-18, .bold-text-19, .bold-text-20, .bold-text-21, .bold-text-22 {
  font-weight: 600;
}

.bold-text-23, .bold-text-24 {
  font-weight: 700;
}

.heading-81 {
  color: var(--primary);
  text-align: center;
  margin-bottom: 40px;
  font-size: 30px;
}

.btn-carinho {
  color: var(--text-1);
  padding: 10px;
}

.btn-carinho.pagekraft-auth-checkout {
  line-height: 1;
  display: flex;
}

.btn-carinho.pagekraft-auth-checkout:hover {
  color: var(--primary);
}

.pagekraft-auth-login {
  color: var(--text-1);
  text-transform: uppercase;
  background-color: #0000;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  padding: 10px 20px;
  font-family: Nunito, sans-serif;
  font-size: 16px;
  font-weight: 500;
  display: none;
}

.pagekraft-auth-login:hover {
  color: var(--primary);
}

.linha {
  border-style: none solid none none;
  border-width: 1px;
  border-color: var(--text-1);
  background-color: var(--text-1);
  width: 1px;
  height: 30px;
  margin-left: 4px;
  margin-right: 4px;
}

.pagekraft-auth-register {
  color: var(--text-1);
  text-transform: uppercase;
  background-color: #0000;
  justify-content: center;
  align-items: center;
  min-width: 165px;
  padding: 10px 20px;
  font-family: Nunito, sans-serif;
  font-size: 16px;
  font-weight: 500;
  display: none;
}

.pagekraft-auth-register:hover {
  color: var(--primary);
}

.pagekraft-auth-my-account {
  color: var(--text-1);
  text-transform: uppercase;
  background-color: #0000;
  justify-content: center;
  align-items: center;
  min-width: 160px;
  padding: 10px 20px;
  font-family: Nunito, sans-serif;
  font-size: 16px;
  font-weight: 500;
  display: none;
}

.pagekraft-auth-my-account:hover {
  color: var(--primary);
}

.pagekraft-auth-logout {
  color: var(--text-1);
  text-transform: uppercase;
  background-color: #0000;
  font-family: Nunito, sans-serif;
  font-size: 16px;
  font-weight: 500;
  display: none;
}

.pagekraft-auth-logout:hover {
  color: var(--primary);
}

@media screen and (min-width: 1280px) {
  .section.section-01 {
    background-image: url('../images/Banner-Desktop-1920w.jpg');
    background-position: 50%;
    background-size: cover;
    margin-bottom: 0;
    padding-bottom: 40px;
  }

  .container-3.container-large {
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
  }

  .f-container, .f-container.container-footer-top {
    align-self: center;
  }

  .c-container {
    width: 100%;
    max-width: 1140px;
  }

  .section-6 {
    width: 100%;
  }

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

  .div-block-68 {
    max-width: 100%;
    height: 250px;
  }

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

@media screen and (min-width: 1440px) {
  .section.section-01 {
    background-image: url('../images/Banner-Desktop-1920w.jpg');
    background-position: 50% 100%;
    background-size: cover;
    margin-bottom: 0;
  }

  .container-3.container-large {
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    min-height: 675px;
    max-height: 675px;
  }

  .f-container, .f-container.container-footer-top {
    align-self: center;
  }

  .c-container {
    width: 100%;
  }

  .div-block-68 {
    max-width: 100%;
    height: 250px;
  }
}

@media screen and (min-width: 1920px) {
  .container {
    justify-content: space-between;
    align-items: center;
    max-width: 1140px;
    display: block;
  }

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

  .section.section-01 {
    background-image: url('../images/Banner-Desktop-1920w.jpg');
    background-position: 50%;
    background-repeat: repeat-x;
    background-size: cover;
    min-height: 100%;
    max-height: 100%;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .container-3 {
    padding-top: 200px;
  }

  .container-3.container-large {
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    min-height: 675px;
    max-height: 675px;
    margin-bottom: 0;
    padding-top: 0;
  }

  .social-links-footer {
    display: flex;
  }

  .f-container {
    border-bottom: 0 solid #474747;
    align-self: center;
  }

  .f-container.container-footer-top {
    border-bottom-width: 1px;
    align-self: auto;
    padding-left: 0;
  }

  .grid-3 {
    justify-content: space-between;
    padding-left: 0;
    padding-right: 0;
  }

  .footer {
    background-color: var(--background-gray);
  }

  .l-facebook, .instagram-icon {
    display: block;
  }

  .nav-menu-2 {
    justify-content: center;
  }

  .c-nav-logo {
    order: -1;
  }

  .c-container {
    justify-content: space-between;
    width: 100%;
    max-width: 1140px;
    margin-left: auto;
    margin-right: auto;
  }

  .c-nav-link:hover {
    color: var(--crimson\<deleted\|variable-8929a653\>);
  }

  .l-nav {
    justify-content: space-between;
    align-items: center;
    display: flex;
  }

  .div-block-62 {
    order: 1;
    justify-content: space-between;
    display: flex;
  }

  .db-default.primeira-dobra {
    grid-column-gap: 18px;
    grid-row-gap: 18px;
    flex-direction: row;
    place-content: center space-between;
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
    display: flex;
  }

  .db-default.segunda-dobra {
    grid-column-gap: 80px;
    justify-items: stretch;
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .db-default-left.segunda-dobra {
    align-items: stretch;
    padding-left: 0;
  }

  .db-default-left.mod02 {
    grid-row-gap: 24px;
    padding-left: 40px;
  }

  .db-default-right {
    grid-row-gap: 0px;
    justify-content: center;
    align-items: center;
    height: 482px;
    margin-left: 0;
    padding-right: 0;
  }

  .db-default-right.mod03 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    padding-right: 0;
  }

  .conf-img-home {
    align-self: flex-start;
  }

  .conf-img-home.mod02 {
    align-self: flex-end;
    width: 100%;
  }

  .conf-img-home.mod02.desktop {
    width: 600px;
    max-width: none;
    height: auto;
  }

  .homepage-dbs {
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    max-width: 1200px;
    height: auto;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
    padding: 0 0 100px;
    display: flex;
  }

  .paragraph-25 {
    margin-top: 0;
    line-height: 24px;
  }

  .div-block-68 {
    max-width: none;
    height: 250px;
  }

  .image-30 {
    width: 100%;
  }

  .div-block-71, .div-block-72 {
    width: 50%;
    height: 100%;
    min-height: 100%;
  }

  .section-10 {
    padding-bottom: 0;
  }
}

@media screen and (max-width: 991px) {
  .section, .section.section-01 {
    margin-top: 0;
  }

  .social-links-footer {
    justify-content: flex-start;
    align-items: flex-end;
    max-width: 400px;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

  .instagram-icon {
    cursor: pointer;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .db-default.primeira-dobra {
    grid-row-gap: 32px;
    flex-direction: column;
    align-items: center;
    max-width: 668px;
    display: flex;
  }

  .db-default.segunda-dobra {
    max-width: 668px;
    display: flex;
  }

  .db-default-left {
    grid-row-gap: 32px;
    order: 1;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
  }

  .db-default-left.segunda-dobra {
    order: -1;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .db-default-right {
    grid-row-gap: 32px;
    order: -1;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
  }

  .tb-default {
    grid-row-gap: 16px;
    flex-direction: column;
    min-width: 100%;
    height: auto;
    min-height: auto;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.5;
    display: flex;
  }

  .conf-img-home {
    margin-left: 0;
    margin-right: 0;
    display: block;
  }

  .homepage-dbs {
    align-items: center;
  }

  .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;
    align-content: center;
    align-items: stretch;
    display: flex;
  }

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

  .paragraph-31 {
    width: 50%;
    line-height: 130%;
  }

  .flex-block-12 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-direction: row-reverse;
    align-items: center;
  }

  .flex-block-12.col04 {
    flex-wrap: nowrap;
  }

  .utility_block {
    width: 95%;
  }

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

  .button-5 {
    background-color: var(--primary);
    color: var(--white);
    text-transform: uppercase;
    justify-content: center;
    align-items: center;
    height: 44px;
    font-family: Montserrat, sans-serif;
    font-size: 18px;
    font-weight: 700;
    display: flex;
  }

  .button-5.cinza {
    background-color: #333;
  }

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

  .menu-button-2.w--open {
    background-color: #fff;
  }

  .menu-button-2.menu-mobile-action {
    color: #0000;
    background-color: #0000;
    order: 0;
    justify-content: center;
    align-items: center;
    width: 68px;
    margin-left: 0;
    margin-right: 0;
    display: flex;
    position: absolute;
    inset: 0% auto 0% 0%;
  }

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

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

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

  .button-6 {
    color: var(--black);
    text-transform: uppercase;
    background-color: #e3e3e3;
    justify-content: center;
    align-items: center;
    height: 44px;
    font-family: Montserrat, sans-serif;
    font-size: 18px;
    font-weight: 700;
    display: flex;
  }
}

@media screen and (max-width: 767px) {
  .social-links-footer {
    justify-content: flex-start;
    margin-left: 0;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .head-medium.interroga-o {
    padding-bottom: 40px;
  }

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

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

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

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

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

  .nav-menu-2 {
    height: 0;
  }

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

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

  .c-nav-logo.w--current {
    flex: 0 auto;
    align-self: center;
    width: 100%;
    padding-left: 0;
    display: flex;
  }

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

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

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

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

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

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

  .db-default.primeira-dobra, .db-default.segunda-dobra {
    max-width: none;
  }

  .db-default-left.segunda-dobra {
    align-items: center;
  }

  .db-default-left.mod02 {
    width: 90%;
    padding-left: 0;
  }

  .db-default-right {
    grid-row-gap: 0px;
    padding-right: 0;
  }

  .db-default-right.mod03 {
    width: 90%;
  }

  .conf-img-home.mod02.mobile {
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .conf-img-home.desktop {
    display: none;
  }

  .conf-img-home.mobile {
    display: block;
  }

  .homepage-dbs {
    align-items: center;
  }

  .heading-65 {
    padding-left: 20px;
  }

  .paragraph-28, .paragraph-31 {
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .flex-block-12.col02, .flex-block-12.col03, .flex-block-12.col04 {
    flex-direction: column-reverse;
  }

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

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

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

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

  .menu-button-2.menu-mobile-action {
    z-index: 1;
    width: auto;
  }
}

@media screen and (max-width: 479px) {
  .section {
    padding-top: 0;
  }

  .section.section-01 {
    background-color: var(--black);
    background-image: url('../images/_MG_0371-640w.webp');
    background-position: 50% 0;
    background-size: cover;
    align-items: center;
    min-height: 100%;
    max-height: 100%;
    margin-top: 0;
    padding: 0;
    display: flex;
  }

  .container-3.container-large {
    flex-direction: column;
    justify-content: flex-end;
    align-self: center;
    align-items: center;
    min-height: 370px;
    max-height: 370px;
    margin-left: 0;
    margin-right: 0;
  }

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

  .social-links-footer {
    justify-content: center;
    align-self: center;
    align-items: center;
    width: 100%;
  }

  .f-container {
    height: auto;
  }

  .l-instagram {
    align-self: center;
  }

  .facebook-icon {
    margin-right: 10px;
    display: flex;
  }

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

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

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

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

  .heading-12 {
    margin-top: 0;
    margin-bottom: 12px;
  }

  .paragraph-17 {
    text-align: center;
    justify-content: center;
    align-self: center;
    align-items: center;
    font-size: 16px;
  }

  .l-facebook {
    align-self: center;
    margin-right: 0;
  }

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

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

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

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

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

  .heading-11 {
    font-size: 18px;
  }

  .f-r-link {
    font-size: 14px;
    line-height: 130%;
  }

  .div-block-5 {
    order: 1;
    justify-content: flex-start;
    margin-bottom: 0;
  }

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

  .head-medium {
    margin-top: 20px;
  }

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

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

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

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

  .icon {
    color: #000;
    background-color: #fff;
    display: block;
  }

  .nav-menu-2 {
    background-color: var(--black);
    opacity: 1;
    -webkit-text-stroke-color: #101010;
    mix-blend-mode: normal;
    width: 0%;
    height: 0;
    margin-top: auto;
    box-shadow: 2px 0 5px #0003;
  }

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

  .image-23 {
    width: 24px;
    display: none;
  }

  .c-nav-logo {
    justify-content: center;
    align-items: flex-start;
    padding-left: 0;
    padding-right: 10px;
  }

  .c-nav-logo.w--current {
    flex: 0 auto;
    width: 100%;
    max-width: 60%;
    margin-left: 0;
    margin-right: 0;
    padding: 10px;
    display: flex;
    position: static;
  }

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

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

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

  .button-3 {
    color: var(--white);
    font-size: 22px;
    line-height: 2;
  }

  .car-mobile {
    display: none;
  }

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

  .c-nav-link:hover {
    color: var(--verde\<deleted\|variable-c4838ada-d33f-5c7c-7d28-be49e7c50cb1\>);
  }

  .html-embed-3 {
    align-self: flex-start;
    width: 100%;
    display: block;
  }

  .div-block-22 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    align-items: flex-start;
    padding-top: 20px;
  }

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

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

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

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

  .l-nav {
    opacity: 1;
    mix-blend-mode: normal;
    background-color: #f5f5f5;
    position: relative;
  }

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

  .image-25 {
    text-align: left;
    align-self: center;
    max-width: 90%;
  }

  .db-default.primeira-dobra {
    max-width: 100%;
  }

  .db-default.segunda-dobra {
    object-fit: cover;
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-right: 0;
  }

  .db-default-left {
    grid-row-gap: 0px;
  }

  .db-default-left.segunda-dobra {
    object-fit: cover;
    margin-left: 0;
    margin-right: 0;
  }

  .db-default-left.mod02 {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }

  .db-default-right {
    grid-row-gap: 0px;
    min-width: 100%;
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-right: 0;
  }

  .db-default-right.mod03 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .tb-default {
    grid-row-gap: 0px;
    color: var(--black);
    margin: 0 0 40px;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
    font-size: .75rem;
  }

  .conf-img-home {
    object-fit: cover;
    width: 100%;
    min-width: 100%;
  }

  .conf-img-home.mod02.desktop {
    display: none;
  }

  .conf-img-home.mod02.mobile {
    object-fit: cover;
  }

  .conf-img-home.desktop {
    display: none;
  }

  .conf-img-home.mobile {
    display: block;
  }

  .homepage-dbs {
    grid-row-gap: 16px;
    background-color: var(--white);
    min-width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-bottom: 40px;
  }

  .coluna {
    width: 100%;
  }

  .paragraph-25 {
    text-align: left;
    margin-bottom: 36px;
    line-height: 150%;
  }

  .paragraph-25.txt-laranja.uppercase.bold {
    align-self: center;
  }

  .paragraph-25.uppercase {
    text-align: center;
    align-self: center;
    margin-bottom: 10px;
  }

  .bold-text-6 {
    color: var(--black);
    text-align: left;
    align-self: flex-start;
    font-size: 18px;
    line-height: 150%;
  }

  .bold-text-6.titulo-home {
    text-align: center;
    align-self: center;
    width: 100%;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.2;
  }

  .heading-64 {
    text-align: center;
    font-size: 24px;
  }

  .container-10 {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .tabs-menu {
    justify-content: center;
    display: flex;
  }

  .tab-link-pr-aula {
    padding-left: 10px;
    padding-right: 10px;
  }

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

  .heading-65 {
    font-size: 24px;
  }

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

  .div-block-68 {
    flex-direction: row;
    width: 100%;
    max-width: 100%;
  }

  .image-30, .image-30.img-large, .image-31 {
    object-fit: cover;
  }

  .paragraph-31 {
    text-align: left;
    width: 100%;
    max-width: 100%;
    padding-left: 5px;
    padding-right: 5px;
    font-size: 14px;
  }

  .link {
    display: none;
  }

  .utility_block {
    width: 95%;
  }

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

  .container-11 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .image-38.desktop {
    flex: 0 auto;
    display: none;
  }

  .image-38.mobile {
    display: block;
  }

  .div-block-86.left {
    justify-content: center;
    align-items: center;
    width: 100%;
    padding-left: 0;
  }

  .container-12 {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .image-39 {
    max-width: 60%;
  }

  .heading-67 {
    align-self: center;
  }

  .section-10 {
    max-width: 100%;
  }

  .container-13 {
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 100%;
  }

  .bold-text-7 {
    text-align: center;
    justify-content: center;
    align-items: center;
    display: block;
  }

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

  .button-5 {
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    background-color: #f27830;
    width: 100%;
    font-weight: 700;
  }

  .button-5.cinza {
    color: #000;
    background-color: #e3e3e3;
  }

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

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

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

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

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

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

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

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

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

  .menu-button-2.menu-mobile-action {
    z-index: 1;
    order: 0;
    width: 61px;
    margin-right: 0;
    padding-right: 0;
  }

  .image-4 {
    width: 24px;
  }

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

#w-node-_11118597-fc7f-e495-85b4-73c494ff928b-2592523a, #w-node-ece23146-9a17-359b-34a6-74a111dd63f2-2592523a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ece23146-9a17-359b-34a6-74a111dd63f4-2592523a {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-bf83a044-b742-2ef8-5594-a01ce90d7121-2592523a, #w-node-_5be53aba-0e6a-f203-3d99-70dcb084291d-b0842908, #w-node-_5be53aba-0e6a-f203-3d99-70dcb0842925-b0842908, #w-node-_5be53aba-0e6a-f203-3d99-70dcb084292d-b0842908, #w-node-_5be53aba-0e6a-f203-3d99-70dcb084290d-b0842908, #w-node-_5be53aba-0e6a-f203-3d99-70dcb0842938-b0842908, #w-node-_20d4d32b-4eb1-92bb-2152-2bdb3e24654e-2592523c, #w-node-_20d4d32b-4eb1-92bb-2152-2bdb3e24654f-2592523c, #w-node-_1ca73ecc-c742-793a-d925-4ec430cb8057-2592523f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8b15c6e5-d6e7-78bb-d35d-162ff2532cd1-25925240, #w-node-_6ce57741-f8ed-03e9-dd44-081c5cd5772e-25925240, #w-node-_29b0d48e-5aa8-e09c-ba7a-04a5786e926b-25925240, #w-node-ae1d3d07-206c-0bb3-4946-bcca5b60aabc-25925240, #w-node-f9ddb820-b31f-618d-805b-41f91e85e787-25925240, #w-node-cf17ec4a-cc5b-4279-8765-73fa0f06708a-25925240, #w-node-_3f9ca146-27d1-e16c-5349-1fb0ea2a519a-25925240 {
  grid-area: Area;
}

@media screen and (min-width: 1920px) {
  #w-node-ece23146-9a17-359b-34a6-74a111dd63f4-2592523a {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 991px) {
  #w-node-_5be53aba-0e6a-f203-3d99-70dcb084291d-b0842908 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


@font-face {
  font-family: 'Knockout Htf 49 Liteweight';
  src: url('../fonts/Knockout-HTF49Liteweight-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gotham';
  src: url('../fonts/Gotham-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gotham Book';
  src: url('../fonts/Gotham-Book.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}