:root {
  --bg-002: black;
  --transparent: transparent;
  --white\<deleted\|variable-de34d52e\>: #f9f9f9;
  --primary\<deleted\|variable-ddce1244-fb4f-7414-b455-c62308616f95\>: #26261e;
  --bg-001: #f57035;
  --yellow\<deleted\|variable-8ba44cf5\>: #daec08;
  --black\<deleted\|variable-bfcf3dbe\>: black;
  --yellow-green\<deleted\|variable-616c0c51\>: #bed500;
  --black-2\<deleted\|variable-a09c0539\>: #070801;
  --secondary\<deleted\|variable-8044b7bd-8985-1e3c-eb5f-ddc5c572f205\>: #e1e43e;
  --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: 70%;
  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: var(--bg-002);
  opacity: 1;
  color: #fff;
  -webkit-text-fill-color: inherit;
  mix-blend-mode: normal;
  background-clip: border-box;
  border: 1px #000;
  flex-flow: row;
  place-content: space-around;
  align-items: stretch;
  width: 100%;
  max-width: 100%;
  height: 100px;
  max-height: 100px;
  margin-bottom: auto;
  margin-left: auto;
  margin-right: auto;
  position: fixed;
  inset: 0% 0% auto;
}

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

.c-container {
  background-color: var(--bg-002);
  color: var(--transparent);
  object-fit: fill;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
  position: static;
}

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

.c-nav-link {
  border-bottom: 2px solid var(--transparent);
  color: var(--white\<deleted\|variable-de34d52e\>);
  cursor: pointer;
  flex-flow: row;
  padding: 0;
  font-family: Open Sans, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  text-decoration: none;
  transition: opacity .2s;
  display: block;
}

.c-nav-link:hover {
  border-bottom: 2px solid var(--primary\<deleted\|variable-ddce1244-fb4f-7414-b455-c62308616f95\>);
  color: var(--bg-001);
  padding-top: 0;
  padding-bottom: 0;
  font-weight: 400;
  text-decoration: none;
}

.c-nav-link:active, .c-nav-link:focus, .c-nav-link:focus-visible, .c-nav-link[data-wf-focus-visible], .c-nav-link:visited {
  color: var(--white\<deleted\|variable-de34d52e\>);
}

.c-nav-link.w--current {
  color: #f9f9f9;
  font-size: 14px;
}

.c-nav-link.w--current:hover {
  color: var(--bg-001);
  font-weight: 400;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.db-agenda {
  width: 100%;
  height: 100%;
  min-height: 60vh;
  margin-top: 100px;
  padding-top: 0;
}

.db-agenda.padding-default {
  background-color: #fff;
  flex-flow: column;
  justify-content: flex-start;
  align-self: flex-start;
  align-items: center;
  height: 100%;
  min-height: 60vh;
  margin-top: 100px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 40px;
  padding-bottom: 0;
  display: flex;
}

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

.html-embed-2.login-top {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: var(--transparent);
  color: #f9f9f9;
  justify-content: flex-end;
  align-items: center;
  width: auto;
  min-width: 270px;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 14px;
}

.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(--bg-002);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  margin-top: auto;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.f-container {
  background-color: var(--bg-002);
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 1200px;
  height: 100%;
  padding-top: 30px;
  padding-bottom: 60px;
  display: flex;
}

.grid-2 {
  grid-template-rows: 1fr;
  grid-template-columns: 25% 25% 25% 25%;
  justify-content: space-around;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding: 20px 40px;
  display: flex;
}

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

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

.f-r-link {
  color: var(--black\<deleted\|variable-bfcf3dbe\>);
  font-style: normal;
  text-decoration: none;
}

.f-r-link:hover {
  color: var(--yellow-green\<deleted\|variable-616c0c51\>);
  font-weight: 700;
}

.f-r-link:active {
  color: var(--white\<deleted\|variable-de34d52e\>);
  font-weight: 400;
}

.f-r-link.w--current {
  color: var(--black\<deleted\|variable-bfcf3dbe\>);
  cursor: pointer;
  font-family: "Baloo 2";
  font-style: normal;
  text-decoration: none;
}

.f-r-link.w--current:hover {
  color: var(--yellow-green\<deleted\|variable-616c0c51\>);
  font-weight: 700;
}

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

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

.heading-11 {
  color: var(--white\<deleted\|variable-de34d52e\>);
  margin-bottom: .5rem;
}

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

.image-3 {
  width: 180px;
  max-width: 100%;
  height: auto;
  max-height: 100%;
}

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

.body-map.map-body {
  color: #000;
  justify-content: space-between;
  margin-top: 100px;
  font-family: Open Sans, sans-serif;
  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 {
  color: #000;
  background-color: #f7f8fc;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  max-width: 100%;
  min-height: 100%;
  font-family: Open Sans, sans-serif;
  display: flex;
}

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

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

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

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

.heading-12 {
  color: var(--white\<deleted\|variable-de34d52e\>);
  margin-bottom: .5rem;
  font-size: 1rem;
}

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

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

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

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

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

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

.div-block-22 {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  border-bottom: 2px solid var(--transparent);
  justify-content: center;
  align-items: center;
  width: auto;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.div-block-22:hover {
  border-bottom-style: none;
  border-bottom-width: 0;
}

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

.bold-text {
  color: var(--black\<deleted\|variable-bfcf3dbe\>);
  font-size: 1.1rem;
}

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

.body-politica, .body-cookiesof {
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  font-family: Gotham Rounded Book;
  display: flex;
}

.db-maps {
  background-color: var(--white\<deleted\|variable-de34d52e\>);
  width: 100%;
  height: auto;
  min-height: 60vh;
  max-height: none;
  margin-top: 0;
  margin-bottom: auto;
  padding-bottom: 0;
  position: relative;
}

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

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

.body-agenda.scroll {
  color: #000;
  font-family: Open Sans, sans-serif;
}

.body-packages {
  color: #000;
  background-color: #f7f8fc;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  font-family: Open Sans, sans-serif;
  display: flex;
}

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

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

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

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

.body-home.scroll {
  grid-row-gap: 0px;
  background-color: var(--bg-002);
  color: var(--bg-002);
  font-family: Poppins, sans-serif;
}

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

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

.bg-top {
  background-color: var(--black-2\<deleted\|variable-a09c0539\>);
  width: 100%;
  height: 120px;
  margin-top: -120px;
  display: none;
}

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

.bold-text-5 {
  color: var(--black\<deleted\|variable-bfcf3dbe\>);
  font-size: 1.1rem;
}

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

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

.body-4 {
  font-family: Open Sans, sans-serif;
}

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

.toggle-text {
  z-index: 2;
  color: var(--secondary\<deleted\|variable-8044b7bd-8985-1e3c-eb5f-ddc5c572f205\>);
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  position: relative;
}

.faq {
  background-color: var(--transparent);
  color: var(--black\<deleted\|variable-bfcf3dbe\>);
  white-space: break-spaces;
  border-bottom: 1px solid #b6b6b6;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 80px;
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 0;
  font-size: 16px;
  font-weight: 600;
  display: flex;
}

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

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

.text-block-7 {
  color: var(--secondary\<deleted\|variable-8044b7bd-8985-1e3c-eb5f-ddc5c572f205\>);
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
}

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

.text-block-8 {
  color: var(--secondary\<deleted\|variable-8044b7bd-8985-1e3c-eb5f-ddc5c572f205\>);
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
}

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

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

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

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

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

.faq-answer-2 {
  color: var(--black\<deleted\|variable-bfcf3dbe\>);
  margin-bottom: 24px;
  font-family: Open Sans, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
}

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

.faq-body-cont {
  background-color: #f2f2f2;
  border: 0 #000;
  border-bottom: 1px solid #e1e1e1;
  padding: 30px;
  font-size: 16px;
  font-weight: 300;
  line-height: 32px;
}

.section-modalidade {
  background-color: var(--transparent);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: auto;
  padding-top: 128px;
  padding-bottom: 160px;
  display: flex;
}

.terceira-dobra-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--transparent);
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  min-height: 480px;
  margin: auto auto 0;
  padding: 60px 20px 142px;
  display: flex;
}

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

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

.container-politicas {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: #000;
  flex-flow: column;
  width: 100%;
  max-width: 1200px;
  height: 100%;
  margin-top: 100px;
  padding-top: 60px;
  padding-bottom: 60px;
  font-family: Open Sans, sans-serif;
  display: flex;
}

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

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

.container-3 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 960px;
  height: 100%;
  min-height: auto;
  display: flex;
}

.container-4 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  display: flex;
}

.container-5 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: row;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 1200px;
  min-height: 80px;
  display: flex;
}

.div-block-77 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.div-block-78 {
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
}

.paragraph-45 {
  color: var(--white\<deleted\|variable-de34d52e\>);
  text-align: left;
  font-family: Gotham Rounded;
  font-weight: 400;
}

.link-2 {
  color: var(--white\<deleted\|variable-de34d52e\>);
  font-weight: 500;
  text-decoration: none;
}

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

.link-3 {
  color: var(--white\<deleted\|variable-de34d52e\>);
  font-weight: 500;
  text-decoration: none;
}

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

.paragraph-46 {
  color: var(--white\<deleted\|variable-de34d52e\>);
  text-align: center;
}

.link-4 {
  color: var(--white\<deleted\|variable-de34d52e\>);
  font-family: Gotham Rounded;
  line-height: 1;
  text-decoration: none;
}

.link-4.w--current {
  color: var(--white\<deleted\|variable-de34d52e\>);
  text-transform: none;
  font-family: Gotham Rounded;
  font-weight: 500;
  text-decoration: none;
}

.div-block-79 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 360px;
  display: flex;
}

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

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

.bold-text-13, .text-span-28, .text-span-29 {
  font-size: 1.5rem;
}

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

.text-span-32, .text-span-33, .text-span-34, .text-span-35, .text-span-36 {
  font-size: 1.5rem;
}

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

.text-span-38, .text-span-39 {
  font-size: 1.5rem;
}

.text-span-40 {
  font-size: 1.125rem;
}

.text-span-41, .text-span-42, .text-span-43 {
  font-size: 1.5rem;
}

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

.link-5 {
  color: var(--black\<deleted\|variable-bfcf3dbe\>);
  text-decoration: none;
}

.text-span-45, .text-span-46, .bold-text-14, .text-span-47, .text-span-48, .text-span-49, .text-span-50, .text-span-51, .text-span-52, .text-span-53, .text-span-54, .text-span-55, .text-span-56, .text-span-57, .text-span-58, .text-span-59, .text-span-60, .text-span-61 {
  font-size: 1.5rem;
}

.body-5, .body-6 {
  font-family: Gotham Rounded Book;
}

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

.plus-horiz-2 {
  border: 1px solid var(--secondary\<deleted\|variable-8044b7bd-8985-1e3c-eb5f-ddc5c572f205\>);
  background-color: #000;
  border-radius: 100px;
  width: 13px;
  height: 2px;
  position: absolute;
}

.plus-vert-2 {
  border: 1px solid var(--secondary\<deleted\|variable-8044b7bd-8985-1e3c-eb5f-ddc5c572f205\>);
  background-color: #000;
  border-radius: 100px;
  width: 2px;
  height: 13px;
  position: absolute;
}

.bold-text-18 {
  font-family: Gotham Rounded;
  font-weight: 500;
}

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

.bold-text-21 {
  font-family: Gotham Rounded;
  font-weight: 500;
}

.section-banner-home {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  min-height: auto;
  max-height: none;
  margin-top: 97.59px;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

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

.section-6 {
  background-color: var(--bg-001);
  color: var(--white\<deleted\|variable-de34d52e\>);
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 480px;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
}

.container-9 {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 960px;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

.div-block-125 {
  background-color: #000;
  background-image: linear-gradient(#0b202799, #0b202799), url('../images/DSC_8285_menor-62cae7fe-1920w.png');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 245px;
  margin-top: 100px;
  display: flex;
}

.container-11 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 1152px;
  display: flex;
}

.heading-92 {
  color: var(--white\<deleted\|variable-de34d52e\>);
  font-family: Open Sans, sans-serif;
  font-size: 33px;
}

.paragraph-65 {
  color: var(--white\<deleted\|variable-de34d52e\>);
  font-family: Open Sans, sans-serif;
}

.heading-96 {
  color: var(--bg-001);
  text-transform: uppercase;
  font-size: 33px;
  font-weight: 600;
}

.heading-41 {
  color: var(--bg-001);
  margin-bottom: 8px;
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 1;
}

.heading-41.funco {
  color: var(--bg-002);
  text-align: left;
  font-family: Archivo, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.mask-4 {
  align-self: center;
  height: 100%;
}

.slide-nav-3 {
  color: #e9fe00;
  background-color: #8f444400;
  margin-bottom: -30px;
}

.flex-block-7 {
  border-radius: 16px 0 0 16px;
  flex: 1;
  justify-content: center;
  align-items: center;
  width: 100%;
}

.flex-block-7.t-profes {
  max-width: none;
}

.flex-block-20 {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 95%;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
  position: absolute;
  inset: auto 0% 7% 5%;
}

.slider-5 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #0000;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 925px;
  height: 100%;
  margin-top: 97px;
  display: flex;
}

.slider-wrapper-2 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  justify-content: center;
  place-items: start stretch;
  width: 100%;
  height: 100%;
  display: grid;
}

.slider-wrapper-2.t-profes {
  width: 320px;
  display: flex;
}

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

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

.slide-5 {
  width: 300px;
  height: 100%;
  margin-left: 4px;
  margin-right: 4px;
  padding-left: 0;
  padding-right: 0;
}

.icon-10 {
  color: var(--bg-001);
  -webkit-text-stroke-color: transparent;
  background-color: #0000;
  border: 0 solid #0000;
  border-radius: 50%;
  margin-left: 40px;
  margin-right: 60px;
  font-size: 32px;
}

.icon-10:hover {
  color: var(--white\<deleted\|variable-de34d52e\>);
  background-color: #0000;
}

.icon-10.esquerda {
  color: var(--bg-001);
  margin-left: 0;
  margin-right: 0;
}

.image-54 {
  cursor: pointer;
  width: 100%;
  height: 100%;
  min-height: 450px;
  max-height: 450px;
}

.logo-wrapper-2 {
  color: #0000;
  background-color: #0000;
  border: 1px #fff;
  border-radius: 16px;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 376px;
  height: 100%;
  max-height: none;
  margin-top: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: relative;
}

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

.div-block-131.m-playlist {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 960px;
}

.heading-59 {
  color: #000;
  text-align: center;
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  font-family: Poppins, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 63px;
  display: flex;
}

.div-block-132 {
  justify-content: center;
  align-items: center;
  margin: 50px auto 40px;
  display: flex;
}

.heading-99 {
  text-transform: uppercase;
  color: #fff;
  font-size: 33px;
  font-weight: 700;
  line-height: 1;
}

.image-59 {
  width: auto;
  max-width: none;
  height: 48px;
  max-height: none;
  margin-left: 10px;
}

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

.social-links-footer-2 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 160px;
  display: flex;
}

.link-block-9 {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  color: #fff;
  justify-content: flex-start;
  align-items: center;
  margin-left: 0;
  text-decoration: none;
  display: flex;
}

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

.heading-103 {
  color: #000;
  margin-bottom: .5rem;
  font-size: 18px;
}

.paragraph-17 {
  color: #f9f9f9;
  margin-bottom: 8px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
}

.paragraph-17.end-txt {
  color: var(--white\<deleted\|variable-de34d52e\>);
  margin-bottom: 10px;
}

.paragraph-74 {
  color: var(--white\<deleted\|variable-de34d52e\>);
  margin-top: 5px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  line-height: 1;
}

.grid-6 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: var(--white\<deleted\|variable-de34d52e\>);
  grid-template-rows: 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-flow: column;
  width: 100%;
  height: 100%;
  padding: 20px;
}

.bold-text-23 {
  color: var(--white\<deleted\|variable-de34d52e\>);
  font-size: 18px;
}

.bold-text-4 {
  color: var(--white\<deleted\|variable-de34d52e\>);
  font-family: Open Sans, sans-serif;
  font-size: 18px;
}

.image-60 {
  margin-top: -10px;
  margin-left: 0;
  line-height: 1;
}

.f-r-link-2 {
  color: #f9f9f9;
  margin-bottom: 8px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-style: normal;
  text-decoration: none;
}

.f-r-link-2:hover {
  color: var(--bg-001);
  font-weight: 400;
}

.f-r-link-2:active {
  color: var(--bg-001);
}

.f-r-link-2.w--current {
  color: #f9f9f9;
  cursor: pointer;
  margin-bottom: 8px;
  font-family: Montserrat, sans-serif;
  font-style: normal;
  text-decoration: none;
}

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

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

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

.div-block-140 {
  color: #4b7bff;
  flex-direction: column;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.image-61 {
  margin-top: -10px;
  line-height: 1;
}

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

.bold-text-24, .bold-text-6 {
  color: var(--white\<deleted\|variable-de34d52e\>);
  font-family: Open Sans, sans-serif;
  font-size: 18px;
}

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

.paragraph-75 {
  color: var(--white\<deleted\|variable-de34d52e\>);
  margin-top: 5px;
  font-family: Montserrat, sans-serif;
  line-height: 1;
}

.image-62 {
  width: 150px;
  margin-left: 10px;
}

.section-10 {
  width: 100%;
}

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

.section-11.section-modalidade {
  font-family: Poppins, sans-serif;
}

.div-block-143 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  min-width: 290px;
  margin-top: 110px;
  padding-top: 10px;
  padding-right: 20px;
  display: flex;
}

.heading-42 {
  color: var(--black\<deleted\|variable-bfcf3dbe\>);
  text-align: center;
  text-transform: uppercase;
  font-family: Montserrat, sans-serif;
  font-size: 56px;
  font-weight: 600;
  line-height: 1;
}

.div-block-144 {
  width: 60%;
  min-width: 320px;
  max-width: 648px;
  height: 100%;
  max-height: 950px;
  padding-top: 100px;
  padding-bottom: 220px;
  padding-left: 60px;
}

.container-16 {
  flex-flow: column;
  width: 100%;
  max-width: 100%;
  padding-left: 0;
  display: flex;
}

.image-65 {
  width: 100%;
  max-width: 344px;
}

.paragraph-26 {
  color: #000;
  max-width: 760px;
  margin-top: 20px;
  padding-left: 40px;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
}

.paragraph-26.divi-proposta {
  max-width: 1034px;
  margin-top: 60px;
}

.div-block-145 {
  background-color: var(--transparent);
  width: 100%;
  max-width: 780px;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 40px;
}

.div-block-145.divi-proposta {
  max-width: 1034px;
}

.flex-block-22 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: var(--bg-001);
  flex-flow: row;
  width: 100%;
  margin-top: 60px;
  padding-bottom: 100px;
}

.flex-block-22.div-nossapropsta {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding-bottom: 160px;
}

.heading-43 {
  color: var(--black\<deleted\|variable-bfcf3dbe\>);
  padding-left: 0;
  font-family: Montserrat, sans-serif;
  font-size: 68px;
  font-weight: 400;
  line-height: 1;
}

.paragraph-76 {
  color: #000;
  text-align: center;
  max-width: 1200px;
  margin: 60px auto 90px;
  padding-left: 20px;
  padding-right: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 400;
}

.paragraph-77 {
  padding-left: 10px;
}

.button-9 {
  color: var(--black\<deleted\|variable-bfcf3dbe\>);
  background-color: #fff;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 188px;
  height: 29px;
  margin-top: 20px;
  margin-left: 40px;
  font-family: Open Sans, sans-serif;
  font-size: 11px;
  font-weight: 600;
  display: flex;
}

.button-9.btn-nossa {
  margin-top: 60px;
  margin-left: 0;
  padding-left: 0;
  padding-right: 0;
}

.slide-11 {
  width: 289px;
}

.icon-15 {
  color: var(--black\<deleted\|variable-bfcf3dbe\>);
}

.slider-8 {
  background-color: #0000;
  width: 100%;
  max-width: 1140px;
  max-height: 295px;
  margin-top: 60px;
}

.image-69 {
  border-top-left-radius: 16px;
  border-bottom-left-radius: 16px;
}

.icon-16 {
  color: var(--black\<deleted\|variable-bfcf3dbe\>);
}

.image-71 {
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
}

.left-arrow-4 {
  margin-left: -60px;
}

.right-arrow-5 {
  margin-right: -60px;
}

.heading-105 {
  color: var(--bg-001);
  font-size: 33px;
}

.paragraph-78 {
  margin-bottom: 2rem;
}

.container-18 {
  width: 100%;
}

.grid-7 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  place-content: end stretch;
  justify-items: center;
  display: grid;
}

.div-block-146 {
  border-radius: 16px;
  justify-content: center;
  align-items: center;
  width: 362px;
  height: 272px;
  display: block;
  position: relative;
  overflow: hidden;
}

.box-content-img {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: #000000a6;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 0%;
  display: none;
  position: absolute;
  inset: 0%;
}

.heading-106 {
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  font-family: Poppins, sans-serif;
  font-size: 36px;
}

.button-10 {
  background-color: var(--bg-001);
  color: var(--bg-002);
  border-radius: 2px;
  justify-content: center;
  align-items: center;
  width: auto;
  min-width: 120px;
  height: 40px;
  font-family: Roboto, sans-serif;
  font-weight: 700;
  display: flex;
}

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

.section-12 {
  background-color: var(--bg-001);
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 320px;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.container-19 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 560px;
  height: 100%;
  display: flex;
}

.heading-107 {
  font-size: 33px;
}

.text-span-63 {
  color: #000;
}

.paragraph-79 {
  margin-top: 10px;
  font-family: Poppins, sans-serif;
  font-size: 18px;
}

.form-block {
  width: 100%;
  margin-top: 30px;
}

.submit-button {
  color: #a54b24;
  background-color: #d7622f;
  width: 100%;
  padding-top: 15px;
  padding-bottom: 15px;
  font-weight: 700;
  display: inline-block;
}

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

.div-block-147 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  margin-top: 30px;
  display: flex;
}

.paragraph-80 {
  text-decoration: none;
}

.bold-text-27 {
  color: #fff;
  border: 1px #000;
  text-decoration: none;
}

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

.code-embed {
  margin-top: -8px;
}

.image-72 {
  width: 32px;
}

.heading-108 {
  color: var(--bg-001);
  text-align: center;
  font-size: 48px;
}

.flex-block-23 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: center;
  align-items: flex-start;
  margin-top: 30px;
}

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

.div-block-149 {
  width: 100%;
  max-width: 582px;
}

.image-73 {
  max-width: 582px;
}

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

.image-74 {
  height: 24px;
}

.button-11 {
  background-color: var(--bg-001);
  justify-content: center;
  align-items: center;
  width: 380px;
  height: 52px;
  margin-top: 40px;
  font-family: Roboto, sans-serif;
  font-size: 15px;
  font-weight: 700;
  display: flex;
}

.heading-110 {
  color: var(--bg-001);
  text-align: center;
  font-family: Roboto, sans-serif;
  font-size: 36px;
}

.paragraph-81 {
  text-align: center;
  font-family: Roboto, sans-serif;
  font-size: 24px;
}

.container-20 {
  width: 100%;
  max-width: 1070px;
  min-height: 280px;
  margin-top: 40px;
}

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

.text-field, .text-field-2, .text-field-3 {
  background-color: var(--transparent);
  color: var(--white);
  border: 1px solid #fff;
}

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

.code-embed-2 {
  cursor: auto;
  width: 100%;
  height: auto;
  max-height: 480px;
  position: relative;
  inset: 0%;
}

.div-menu-mobile-novo.menu-mobile-action {
  display: none;
}

.div-prof {
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  width: 1070px;
  max-width: none;
  display: flex;
}

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

.code-embed-3.car-shopping.pagekraft-auth-checkout {
  border: 1px solid var(--bg-001);
  color: var(--bg-001);
  border-radius: 6px;
  padding-top: 6px;
  padding-bottom: 6px;
}

.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(--bg-001);
  color: var(--bg-001);
  font-weight: 400;
  display: none;
}

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

.button-1-ang.pagekraft-auth-my-account, .button-1-ang.pagekraft-auth-login, .button-1-ang.pagekraft-auth-logout {
  display: none;
}

.div-block-182 {
  max-width: 1240px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

@media screen and (min-width: 1280px) {
  .image {
    height: 60px;
  }

  .div-block-22 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .button-1-ang.pagekraft-auth-my-account, .button-1-ang.pagekraft-auth-logout {
    display: none;
  }

  .div-block-182 {
    max-width: 90%;
  }
}

@media screen and (min-width: 1440px) {
  .code-embed-2 {
    max-height: 600px;
  }
}

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

  .c-container {
    background-color: var(--transparent);
    flex-flow: row;
    justify-content: space-between;
    max-width: 1920px;
  }

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

  .body-home.scroll {
    background-color: var(--bg-002);
  }

  .section-banner-home {
    height: 100%;
    min-height: auto;
  }

  .code-embed-2 {
    max-height: 600px;
  }
}

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

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

  .c-container {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    background-color: var(--bg-002);
    flex-direction: row;
    flex: 0 auto;
    order: 0;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-start;
    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: static;
  }

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

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

  .c-nav-link {
    color: var(--white\<deleted\|variable-de34d52e\>);
    margin-left: 0;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 5px;
    line-height: 1.5;
  }

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

  .c-nav-link:active, .c-nav-link:focus {
    color: var(--white\<deleted\|variable-de34d52e\>);
  }

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

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

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

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

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

  .menu-button.menu-mobile-action {
    background-color: var(--bg-002);
  }

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

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

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

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

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

  .db-agenda.padding-default {
    padding-left: 0;
    padding-right: 0;
  }

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

  .navigation {
    display: none;
  }

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

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

  .grid-2 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: wrap;
    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: center;
    padding-left: 10px;
    padding-right: 10px;
    display: flex;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .html-embed-9 {
    color: var(--yellow-green\<deleted\|variable-616c0c51\>);
    cursor: pointer;
    display: flex;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .instagram-icon {
    cursor: pointer;
  }

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

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

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

  .bold-text-3 {
    color: var(--white\<deleted\|variable-de34d52e\>);
  }

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

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

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

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

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

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

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

  .terceira-dobra-2 {
    background-image: none;
    flex-flow: column;
    place-content: flex-start center;
    align-items: center;
    width: 100%;
    max-width: none;
    height: auto;
    padding: 60px 20px;
    display: flex;
  }

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

  .section-banner-home {
    justify-content: center;
    align-items: center;
    min-height: auto;
  }

  .coluna-2 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: flex;
  }

  .container-9 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .slide-nav-3 {
    margin-bottom: -40px;
  }

  .slider-5 {
    max-width: 100%;
    margin-top: 20px;
  }

  .slider-wrapper-2 {
    display: flex;
  }

  .right-arrow-4 {
    margin-right: 0;
  }

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

  .icon-10, .icon-10.esquerda {
    color: var(--bg-001);
  }

  .logo-wrapper-2 {
    margin-top: 65px;
  }

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

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

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

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

  .link-block-9 {
    margin-left: 0;
  }

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

  .heading-103 {
    text-align: center;
    font-size: .875rem;
  }

  .paragraph-17.end-txt {
    text-align: center;
  }

  .grid-6 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: row;
    grid-template-rows: auto auto auto auto auto;
    grid-template-columns: 50%;
    grid-auto-columns: 1fr;
    grid-auto-flow: column dense;
    place-content: flex-start center;
    place-items: start;
    padding-top: 0;
    padding-left: 10px;
    padding-right: 10px;
    display: grid;
  }

  .div-block-140 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    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: center;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    font-size: .8rem;
    display: flex;
  }

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

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

  .div-block-143 {
    margin-top: 60px;
    padding-bottom: 100px;
  }

  .div-block-144 {
    width: 100%;
    max-width: none;
    max-height: none;
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

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

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

  .icon-15, .icon-16 {
    color: var(--white\<deleted\|variable-de34d52e\>);
  }

  .left-arrow-4 {
    margin-left: 0;
  }

  .right-arrow-5 {
    margin-right: 0;
  }

  .coluna-3 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: flex;
  }

  .image-73 {
    width: 100%;
  }

  .div-menu-mobile-novo.menu-mobile-action {
    justify-content: center;
    align-items: center;
    width: 60px;
    height: 60px;
    display: flex;
  }

  .div-prof {
    width: 720px;
  }

  .menu-button-2 {
    background-color: #c0ff72;
    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-2.menu-mobile-action {
    background-color: #0000;
    position: absolute;
    left: 18px;
  }

  .menu-button-2.menu-mobile-action.w--open {
    background-color: #c0ff72;
  }

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

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

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

  h2 {
    font-size: 2rem;
  }

  h3 {
    font-size: 1.5rem;
  }

  h4 {
    font-size: 1.25rem;
  }

  h5 {
    font-size: 1rem;
  }

  h6 {
    font-size: .875rem;
  }

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

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

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

  .c-nav-logo.w--current {
    flex: 0 auto;
    min-width: auto;
    max-width: none;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    display: block;
  }

  .nav-menu {
    height: 100vh;
    display: none;
  }

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

  .menu-button.menu-mobile-action {
    z-index: 2;
    background-color: var(--bg-002);
  }

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

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

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

  .db-agenda.padding-default, .footer {
    padding-left: 0;
    padding-right: 0;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .bold-text-3 {
    color: var(--white\<deleted\|variable-de34d52e\>);
  }

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

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

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

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

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

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

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

  .section-modalidade {
    flex-direction: column;
    display: flex;
  }

  .terceira-dobra-2 {
    align-items: center;
    width: 100%;
    min-width: 0;
    max-width: none;
    padding: 47px 0;
  }

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

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

  .container-3 {
    flex-flow: column;
  }

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

  .section-6 {
    padding-top: 0;
  }

  .container-9 {
    flex-flow: column;
    padding-left: 0%;
    padding-right: 0;
  }

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

  .heading-96 {
    margin-left: 15px;
  }

  .slide-nav-3 {
    margin-bottom: 0;
  }

  .slider-5 {
    height: auto;
  }

  .slider-wrapper-2 {
    flex-flow: row;
    justify-content: center;
    align-items: center;
    padding-top: 0;
    padding-bottom: 80px;
    display: flex;
  }

  .icon-10, .icon-10.esquerda {
    color: var(--bg-001);
  }

  .logo-wrapper-2 {
    margin-top: 45px;
    padding-top: 31px;
    display: block;
    position: relative;
  }

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

  .div-block-131.m-playlist {
    flex-flow: column wrap;
    margin-bottom: 0;
    padding-top: 47px;
    padding-bottom: 47px;
  }

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

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

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

  .social-links-footer-2 {
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
    margin-left: 0;
    line-height: 1;
  }

  .link-block-9 {
    margin-left: 0;
  }

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

  .grid-6 {
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
    padding-bottom: 0;
    display: flex;
  }

  .bold-text-4 {
    margin-right: auto;
  }

  .div-block-140 {
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    margin-top: 20px;
  }

  .image-62 {
    margin-bottom: 20px;
    margin-left: 0;
  }

  .div-block-143 {
    margin-top: 0;
    padding-top: 40px;
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .div-block-144 {
    justify-content: center;
    align-items: center;
    width: 100%;
    max-height: none;
    padding-bottom: 40px;
    display: flex;
  }

  .container-16, .container-16.container-proposta {
    padding-left: 0;
    padding-right: 0;
  }

  .paragraph-26 {
    padding-left: 0;
    font-size: 16px;
  }

  .div-block-145, .div-block-145.divi-proposta {
    padding-left: 0;
  }

  .flex-block-22 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    margin-top: 0;
  }

  .heading-43 {
    font-size: 48px;
  }

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

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

  .grid-7 {
    grid-template-rows: auto auto auto auto auto auto auto auto;
    grid-template-columns: 1fr;
    place-content: center;
  }

  .div-block-146 {
    margin-left: auto;
    margin-right: auto;
  }

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

  .flex-block-23 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding-left: 15px;
    padding-right: 15px;
  }

  .div-block-148 {
    width: 98%;
    margin-left: auto;
    margin-right: auto;
  }

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

  .div-menu-mobile-novo.menu-mobile-action {
    justify-content: center;
    align-items: center;
    width: 60px;
    height: 60px;
    display: flex;
  }

  .div-prof {
    width: auto;
  }

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

  .menu-button-2.menu-mobile-action {
    position: absolute;
    left: 10px;
  }

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

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

  .heading {
    font-size: 1.5rem;
  }

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

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

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

  .c-nav-link {
    color: var(--white\<deleted\|variable-de34d52e\>);
  }

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

  .image {
    flex: 0 auto;
    order: 1;
    align-self: center;
    max-width: none;
    height: 60px;
    max-height: none;
    margin-left: 0;
    margin-right: 0;
    padding-right: 0;
  }

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

  .menu-button.menu-mobile-action {
    z-index: 2;
    background-color: var(--bg-002);
  }

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

  .coluna {
    width: 100%;
  }

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

  .db-agenda.padding-default {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    margin-top: 0;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

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

  .f-container {
    height: auto;
    padding-top: 60px;
    display: flex;
  }

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

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

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

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

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

  .body-map.map-body {
    margin-top: 0;
  }

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

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

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

  .heading-12.rs-mobile {
    color: var(--white\<deleted\|variable-de34d52e\>);
  }

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

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

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

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

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

  .image-4 {
    width: 24px;
  }

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

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

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

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

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

  .bold-text-3 {
    color: var(--white\<deleted\|variable-de34d52e\>);
  }

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

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

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

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

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

  .faq-default {
    padding: 40px 10px 60px;
  }

  .container-faq-default.basic-grid {
    max-width: 100%;
  }

  .section-modalidade {
    margin-top: 0;
    padding-bottom: 80px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .terceira-dobra-2 {
    background-image: linear-gradient(#0000, #0000);
    flex-flow: column;
    width: 100%;
    min-width: 0;
    max-width: none;
    margin-bottom: 0;
    padding: 60px 10px;
  }

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

  .container-politicas {
    padding-top: 0;
  }

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

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

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

  .link-4.w--current {
    font-family: Gotham Rounded;
  }

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

  .bold-text-18 {
    font-family: Gotham Rounded;
  }

  .section-banner-home {
    max-height: 320px;
    margin-top: auto;
  }

  .coluna-2 {
    width: 100%;
  }

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

  .div-block-125 {
    margin-top: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .slide-nav-3 {
    margin-bottom: -15px;
  }

  .slider-5 {
    height: auto;
  }

  .slider-wrapper-2 {
    overflow-wrap: normal;
    flex-flow: column wrap;
    grid-template-columns: 1fr 1fr;
    grid-template-areas: ". Area";
    grid-auto-flow: column;
    place-content: stretch space-around;
    justify-items: baseline;
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
  }

  .icon-10, .icon-10.esquerda {
    color: var(--bg-001);
  }

  .logo-wrapper-2 {
    flex-flow: wrap;
    flex: 0 auto;
    align-content: stretch;
    width: 100%;
    min-width: 300px;
    max-width: 300px;
    margin-top: 30px;
    margin-bottom: 30px;
    padding-top: 0;
    display: flex;
  }

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

  .div-block-131.m-playlist {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    background-color: var(--transparent);
    margin-top: 0;
    margin-left: auto;
    padding: 40px 0 0;
  }

  .heading-59 {
    text-align: center;
    text-transform: uppercase;
    color: #000;
    justify-content: center;
    align-self: center;
    align-items: center;
    margin-bottom: 10px;
    margin-left: auto;
    font-size: 24px;
    line-height: 36px;
  }

  .heading-99 {
    color: #000;
    align-items: center;
    font-size: 20px;
    display: flex;
  }

  .image-59 {
    width: auto;
    height: 39px;
  }

  .html-spotify {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .social-links-footer-2 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: row;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-start;
    align-items: flex-start;
    width: 120px;
    margin-left: -15px;
    display: flex;
  }

  .link-block-9 {
    margin-top: 0;
    margin-left: 0;
    margin-right: 10px;
    padding-right: 0;
  }

  .l-instagram-2 {
    justify-content: center;
    align-items: flex-start;
    display: flex;
  }

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

  .paragraph-17.end-txt {
    text-align: center;
  }

  .grid-6 {
    flex-wrap: nowrap;
    justify-content: flex-end;
    align-items: flex-start;
    margin-top: 0;
    padding-bottom: 0;
  }

  .l-youtube-2 {
    justify-content: center;
    align-items: flex-start;
    display: flex;
  }

  .f-r-link-2 {
    margin-bottom: 0;
  }

  .div-block-140 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .l-facebook-2 {
    justify-content: center;
    align-items: flex-start;
    display: flex;
  }

  .image-62 {
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
  }

  .section-11 {
    margin-top: 0;
    padding-top: 40px;
  }

  .div-block-143 {
    padding-top: 20px;
  }

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

  .container-16, .paragraph-26 {
    padding-left: 0;
    padding-right: 0;
  }

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

  .heading-43 {
    padding-left: 0;
    padding-right: 0;
    font-size: 38px;
  }

  .paragraph-76 {
    padding-left: 15px;
    padding-right: 15px;
  }

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

  .image-66, .image-67, .slide-11, .image-68, .image-69, .image-70 {
    width: 100%;
  }

  .image-71 {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    width: 100%;
  }

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

  .coluna-3 {
    width: 100%;
  }

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

  .div-block-147 {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
  }

  .paragraph-80 {
    font-size: 13px;
  }

  .div-menu-mobile-novo {
    justify-content: center;
    align-self: auto;
    align-items: center;
    width: 20%;
    height: 80px;
    display: flex;
  }

  .div-menu-mobile-novo.menu-mobile-action {
    width: 48px;
    height: 48px;
    display: flex;
  }

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

  .menu-button-2.menu-mobile-action {
    background-color: #0000;
    justify-content: center;
    align-items: center;
    width: 48px;
    height: 48px;
    margin-right: 0;
    padding: 5px 0 0;
    display: flex;
  }

  .image-117 {
    width: auto;
    margin-left: auto;
    margin-right: auto;
  }

  .div-block-182 {
    justify-content: center;
    align-items: center;
  }
}

#w-node-_8208dd1c-ae81-f8d7-19c3-5652227d3613-ddf882f4, #w-node-ee5a3634-028f-19b8-357c-c6d2bba4ee6f-ddf882f4, #w-node-_418edf90-aa7b-b217-b588-8d31d266bece-ddf882f4, #w-node-f69ae495-9b81-ee19-5298-8ef9c6f6339a-ddf882f4, #w-node-a2c5fdbc-84de-96c2-65cd-a0489c8a288f-ddf882f4, #w-node-_511f203d-470d-b4c4-ca06-cc11af7da51b-ddf882f4, #w-node-ffe104d4-3b20-3332-70c5-a0d965811c97-ddf882f4, #w-node-_0cff445e-eb1b-eaed-7adf-9e856b8f6c89-ddf882f4, #w-node-e54bac89-df7a-2aa7-7dce-62bde0d91536-ddf882f4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e54bac89-df7a-2aa7-7dce-62bde0d91587-ddf882f4 {
  justify-self: end;
}

#w-node-e54bac89-df7a-2aa7-7dce-62bde0d91588-ddf882f4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b1578fa8-7f17-35c6-f82d-c66f9b9fad93-ddf882f4 {
  justify-self: end;
}

#w-node-b1578fa8-7f17-35c6-f82d-c66f9b9fad94-ddf882f4, #w-node-_22174374-ae21-f004-ffeb-6c74fd0a0178-ddf882f4, #w-node-e1773468-be8b-81dd-6c02-12525d814448-ddf882f4, #w-node-a1241fcb-9f63-f170-2d27-7a82c8cbafab-ddf882f4, #w-node-_6776e7e9-142b-3234-9a52-967b7d484b58-ddf882f4, #w-node-_9c35a8f9-0560-89b6-a9cf-b9270aec8c92-ddf882f4, #w-node-_64f2f9c5-00da-6ca0-186b-d1c7d1e19bc7-ddf882f4, #w-node-_6e286388-e778-9b0f-7ae5-3abe685d8db1-ddf882f4, #w-node-_88296fe8-5915-5d54-9b1d-c3d210430563-ddf882f4, #w-node-ac076c0b-d105-065e-b1b1-0878194d99a9-ddf882f4, #w-node-bc73c23c-b1fc-f4df-55da-42e9a445d2cc-ddf882f4, #w-node-a2ce4204-cbec-8eb5-2733-da452cc07678-ddf882f4, #w-node-_2530c526-fefc-d0bc-3512-226ba6e959ca-ddf882f4, #w-node-_853f7859-65d8-1173-9182-d7118eacafa5-ddf882f4, #w-node-_7be5f4fe-5d04-c519-01df-8dec494de9a5-ddf882f4, #w-node-_4c0a7361-c1ab-9952-ed55-e6435031540e-ddf882f4, #w-node-e77d2beb-7197-3ebc-99aa-85b5f80a7998-ddf882f4, #w-node-_04e4f1e6-f59f-be3a-d853-40f1dd96d9a8-ddf882f4, #w-node-bf277678-abbe-b14d-e8f8-d132272706ee-ddf882f4, #w-node-_1b39eef3-f62f-f674-de4f-87d38c50c492-e7d418ae, #w-node-_1b39eef3-f62f-f674-de4f-87d38c50c4a2-e7d418ae, #w-node-_1b39eef3-f62f-f674-de4f-87d38c50c4aa-e7d418ae, #w-node-_1b39eef3-f62f-f674-de4f-87d38c50c4b4-e7d418ae, #w-node-_1b39eef3-f62f-f674-de4f-87d38c50c4c0-e7d418ae, #w-node-_0b422a80-4c31-7444-5fe5-f911e55d182f-ddf882f8, #w-node-_0b422a80-4c31-7444-5fe5-f911e55d1830-ddf882f8, #w-node-_90223e07-f871-a2bf-402d-13330c447c5a-ddf882fa, #w-node-a0b1e504-4132-3ea8-ed57-cde1a57e6346-f07124dc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a9ff7902-577d-b43d-cf8f-f20161d64c41-f07124dc {
  justify-self: end;
}

#w-node-a9ff7902-577d-b43d-cf8f-f20161d64c42-f07124dc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_53f1d627-79c8-b696-35e6-a27f102c628b-f07124dc {
  justify-self: end;
}

#w-node-_53f1d627-79c8-b696-35e6-a27f102c628c-f07124dc, #w-node-ef0ccfac-3312-9063-e892-17cc30c101ce-f07124dc, #w-node-d9433542-309c-167e-6f99-b02f6368149a-f07124dc, #w-node-_30a64531-8030-3a64-5af1-4459d48d6db1-f07124dc, #w-node-_33977fd4-6760-77c6-0538-9ddadb481f59-f07124dc, #w-node-a3f1c97f-dc28-e809-09a6-30d3cb71f0e9-f07124dc, #w-node-ac9460ab-c3dd-e730-6e4b-e32d5471d22b-f07124dc, #w-node-bd6a739b-9128-ea3c-6169-8eb365b54174-f07124dc, #w-node-_6835cf36-a700-cf8c-b840-71e6c4d18c8b-f07124dc, #w-node-_2f6c4d73-1d48-26c8-f03d-2b995a3f0c22-f07124dc, #w-node-_4df18ae5-feda-ea19-75ab-288bfcf14f3f-f07124dc, #w-node-d5a40dbc-8063-f550-955f-f8c152382332-f07124dc, #w-node-_1a2910a0-c59b-d02a-8972-e9796620118f-f07124dc, #w-node-c0bb14ed-7c00-5df0-d239-56fb6b979603-f07124dc, #w-node-_749a6290-243e-b6ec-f49f-5b2161e05b44-f07124dc, #w-node-_4606df9a-bb1b-4dc6-7dde-62ccc8231634-f07124dc, #w-node-cc575835-67ef-c21d-365d-23c325dd24e1-f07124dc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-_1b39eef3-f62f-f674-de4f-87d38c50c492-e7d418ae, #w-node-_1b39eef3-f62f-f674-de4f-87d38c50c4a2-e7d418ae, #w-node-_1b39eef3-f62f-f674-de4f-87d38c50c4b4-e7d418ae {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_8208dd1c-ae81-f8d7-19c3-5652227d3613-ddf882f4 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-e54bac89-df7a-2aa7-7dce-62bde0d91587-ddf882f4, #w-node-b1578fa8-7f17-35c6-f82d-c66f9b9fad93-ddf882f4, #w-node-a9ff7902-577d-b43d-cf8f-f20161d64c41-f07124dc, #w-node-_53f1d627-79c8-b696-35e6-a27f102c628b-f07124dc {
    align-self: center;
  }
}


