@font-face {
  font-family: BebasNeue;
  src: url('../fonts/BebasNeueThin-4B3mY.ttf') format("truetype"), url('../fonts/BebasNeueThin-owB7q.otf') format("opentype");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: BebasNeue;
  src: url('../fonts/BebasNeueBook-d9A1l.ttf') format("truetype"), url('../fonts/BebasNeueRegular-gxj83.ttf') format("truetype"), url('../fonts/BebasNeueRegular-X34j2.otf') format("opentype"), url('../fonts/BebasNeueBook-mLWvV.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: BebasNeue;
  src: url('../fonts/BebasNeueLight-L3ajy.ttf') format("truetype"), url('../fonts/BebasNeueLight-PK7jP.otf') format("opentype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: BebasNeue;
  src: url('../fonts/BebasNeueBold-7B9LE.ttf') format("truetype"), url('../fonts/BebasNeueBold-w1w42.otf') format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Poppins;
  src: url('../fonts/Poppins-ExtraBold.ttf') format("truetype"), url('../fonts/Poppins-Bold.ttf') format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Poppins;
  src: url('../fonts/Poppins-BoldItalic.ttf') format("truetype"), url('../fonts/Poppins-ExtraBoldItalic.ttf') format("truetype");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Poppins;
  src: url('../fonts/Poppins-MediumItalic.ttf') format("truetype");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Poppins;
  src: url('../fonts/Poppins-ExtraLightItalic.ttf') format("truetype");
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Poppins;
  src: url('../fonts/Poppins-Black.ttf') format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Poppins;
  src: url('../fonts/Poppins-SemiBold.ttf') format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

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

@font-face {
  font-family: Poppins;
  src: url('../fonts/Poppins-SemiBoldItalic.ttf') format("truetype");
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Poppins;
  src: url('../fonts/Poppins-Light.ttf') format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Poppins;
  src: url('../fonts/Poppins-LightItalic.ttf') format("truetype");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

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

@font-face {
  font-family: Poppins;
  src: url('../fonts/Poppins-Italic.ttf') format("truetype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Poppins;
  src: url('../fonts/Poppins-ExtraLight.ttf') format("truetype");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Poppins;
  src: url('../fonts/Poppins-BlackItalic.ttf') format("truetype");
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Poppins;
  src: url('../fonts/Poppins-Thin.ttf') format("truetype");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Poppins;
  src: url('../fonts/Poppins-ThinItalic.ttf') format("truetype");
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}

:root {
  --black-web: black;
  --secondary-web: #707070;
  --transparent: transparent;
  --white-web: white;
  --yellow\<deleted\|variable-8ba44cf5\>: #daec08;
  --yellow-green\<deleted\|variable-616c0c51\>: #bed500;
  --black-2\<deleted\|variable-a09c0539\>: #070801;
  --texto-001: #e5e0e8;
  --primary-web: #da0e21;
  --background: black;
}

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

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

@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%;
  height: 48px;
  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(--black-web);
  opacity: 1;
  color: var(--secondary-web);
  -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: 80px;
  min-height: 0;
  max-height: none;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  padding-top: 0;
  padding-bottom: 0;
  display: block;
  position: fixed;
  inset: 0% 0% auto;
}

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

.c-container {
  background-color: var(--black-web);
  color: var(--transparent);
  object-fit: fill;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: auto;
  max-width: none;
  height: 80px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: static;
}

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

.c-nav-logo.c-nav-logo-mobile {
  display: none;
}

.c-nav-link {
  border-bottom: 2px solid var(--transparent);
  color: var(--secondary-web);
  cursor: pointer;
  flex-flow: row;
  padding: 5px 10px;
  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 {
  color: var(--secondary-web);
  border: 0 solid #000;
  padding: 5px 10px;
  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-web);
}

.c-nav-link.w--current {
  color: var(--white-web);
  font-size: 14px;
}

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

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

.image {
  width: 100%;
  min-width: auto;
  max-width: none;
  height: 66px;
  max-height: none;
  margin: 20px auto;
}

.c-nav-compra {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  color: var(--black-web);
  flex-direction: row;
  flex: 0 auto;
  order: 1;
  justify-content: center;
  align-items: center;
  width: auto;
  min-width: 0;
  font-family: gobold;
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
  display: flex;
  position: relative;
}

.menu-button.menu-mobile-action {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  color: var(--white-web);
  justify-content: center;
  align-items: center;
  height: auto;
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 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%;
}

.db-agenda.padding-default {
  background-color: var(--transparent);
  color: var(--black-web);
  flex-flow: column;
  justify-content: flex-start;
  align-self: flex-start;
  align-items: center;
  height: 100%;
  min-height: 60vh;
  margin-top: 100px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 140px;
  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: var(--white-web);
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  min-width: 0;
  max-width: none;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 600;
}

.html-embed-2.login-top.header-cad {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  max-width: 500px;
  height: 60px;
}

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

.f-container {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--transparent);
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 1200px;
  height: 100%;
  padding-top: 30px;
  padding-bottom: 60px;
  display: grid;
}

.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-web);
  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-web);
  font-weight: 400;
}

.f-r-link.w--current {
  color: var(--black-web);
  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-web);
  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: #fff;
  justify-content: space-between;
  margin-top: 0;
  font-family: Montserrat, 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 {
  background-color: #f7f8fc;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  max-width: 100%;
  min-height: 100%;
  font-family: Montserrat, sans-serif;
  display: flex;
}

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

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

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

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

.box-r-sociais.menu {
  align-items: flex-start;
  width: 100%;
  margin-top: 20px;
  display: block;
}

.heading-12 {
  color: var(--white-web);
  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 {
  color: var(--black-web);
  width: 100%;
  padding-top: 40px;
  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: 0px;
  grid-row-gap: 0px;
  border-bottom: 2px solid var(--transparent);
  justify-content: center;
  align-items: center;
  width: auto;
  margin-left: 0;
  margin-right: 0;
  line-height: 1;
  display: flex;
}

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

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

.image-4 {
  height: 18px;
}

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

.car-mobile {
  display: none;
}

.bold-text {
  color: var(--black-web);
  font-size: 1.1rem;
}

.l-youtube {
  height: auto;
  display: none;
}

.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 {
  background-color: var(--white-web);
  color: var(--white-web);
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  margin-top: 0;
  font-family: Montserrat, sans-serif;
  font-weight: 400;
  display: flex;
}

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

.db-maps {
  background-color: var(--white-web);
  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 {
  background-color: var(--transparent);
  color: var(--black-web);
  font-family: Montserrat, sans-serif;
}

.body-agenda.body-galeria {
  color: var(--black-web);
  font-family: Montserrat, sans-serif;
}

.body-packages {
  background-color: var(--transparent);
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  font-family: Montserrat, 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 {
  background-color: var(--transparent);
  color: var(--black-web);
  margin-top: 0;
}

.body-home {
  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 {
  box-sizing: border-box;
  grid-row-gap: 0px;
  background-color: var(--white-web);
  font-family: Montserrat, sans-serif;
}

.div-top-bg {
  background-color: var(--black-web);
  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: #070801;
  width: 100%;
  height: 120px;
  margin-top: -120px;
  display: none;
}

.bold-text-5 {
  color: var(--black-web);
  font-size: 1.1rem;
}

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

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

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

.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;
  flex-flow: column;
  width: 100%;
  height: 100%;
  margin-top: 140px;
  padding-top: 0;
  padding-bottom: 60px;
  font-family: Open Sans, sans-serif;
  display: flex;
}

.paragraph-42 {
  margin-bottom: 1rem;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
}

.body-5, .body-6 {
  margin-top: 0;
  font-family: Montserrat, sans-serif;
}

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

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

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

.heading-102 {
  color: #fff;
  margin-bottom: .5rem;
  font-family: Montserrat, sans-serif;
  font-size: 1rem;
}

.paragraph-17 {
  color: var(--texto-001);
  text-align: right;
  text-transform: uppercase;
  margin-bottom: 8px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
}

.grid-6 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  border-right: 1px solid var(--secondary-web);
  color: var(--white-web);
  flex-flow: column;
  grid-template-rows: 1fr;
  grid-template-columns: 20% 20% 20% 20% 20%;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  padding: 20px;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 18px;
  display: flex;
}

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

.f-r-link-2:hover {
  color: var(--white-web);
  font-weight: 400;
  text-decoration: underline;
}

.f-r-link-2:active {
  color: var(--white-web);
  text-decoration: none;
}

.f-r-link-2.w--current {
  cursor: pointer;
  margin-bottom: 8px;
  font-family: Helvetica;
  font-style: normal;
  text-decoration: none;
}

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

.f-r-link-2.w--current:focus {
  color: var(--white-web);
}

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

.div-block-140 {
  color: #4b7bff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 260px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.div-block-140.footer-right {
  justify-content: flex-end;
  align-items: flex-end;
  max-width: 381px;
}

.div-block-140.footer-right.footer-right-2 {
  margin-top: 20px;
}

.bold-text-6 {
  color: var(--white-web);
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

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

.body-sobre-nos {
  font-family: Montserrat, sans-serif;
}

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

.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-web);
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 3rem;
  font-family: Montserrat, sans-serif;
  font-size: 56px;
  font-weight: 400;
  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;
  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;
}

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

.flex-block-22 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #e8e432;
  flex-flow: row;
  margin-top: 60px;
  padding-bottom: 100px;
}

.heading-43 {
  color: var(--black-web);
  text-align: center;
  text-transform: uppercase;
  padding-left: 0;
  font-family: "Avenue X 2";
  font-size: 56px;
  font-weight: 400;
  line-height: 1;
}

.paragraph-76 {
  color: #000;
  text-align: center;
  max-width: 980px;
  margin: 0 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-web);
  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;
}

.image-76 {
  width: auto;
  height: 62px;
}

.image-77 {
  width: 48px;
}

.div-block-176 {
  background-color: var(--primary-web);
  color: var(--black-web);
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 214px;
  font-family: Montserrat, sans-serif;
  display: flex;
}

.container-20 {
  width: 100%;
}

.heading-116 {
  text-transform: uppercase;
  font-size: 56px;
  font-weight: 600;
}

.section-14 {
  background-image: url('../images/Ellipse-11.svg');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: auto;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 600px;
  padding-bottom: 100px;
  display: flex;
}

.section-14.sec-unidades {
  padding-top: 90px;
}

.container-unidades {
  background-color: var(--primary-web);
  color: var(--white-web);
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1279px;
  min-height: 588px;
  display: flex;
  box-shadow: 0 13px 13px #00000040;
}

.grid-7 {
  grid-template-rows: auto;
  width: 90%;
}

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

.paragraph-87 {
  font-family: Montserrat, sans-serif;
  font-size: 20px;
}

.heading-117 {
  font-family: Montserrat, sans-serif;
  font-size: 32px;
  font-weight: 600;
}

.paragraph-88 {
  color: var(--black-web);
  margin-top: 20px;
  margin-bottom: 25px;
  font-family: Inter;
  font-size: 17px;
  font-weight: 700;
}

.div-block-178 {
  justify-content: flex-start;
  align-items: center;
  width: auto;
  margin-bottom: 25px;
  display: flex;
}

.div-block-179 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-bottom: 25px;
  display: flex;
}

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

.paragraph-89 {
  font-family: Inter;
  font-size: 15px;
}

.paragraph-90 {
  margin-left: 0;
  font-family: Inter;
  font-size: 15px;
}

.paragraph-91 {
  color: var(--black-web);
  margin-bottom: 1rem;
  font-family: Inter;
  font-size: 17px;
  font-weight: 700;
}

.image-92, .image-93, .image-94 {
  margin-right: 8px;
}

.button-11 {
  background-color: var(--secondary-web);
  border-radius: 8px;
  margin-top: 20px;
}

.paragraph-92 {
  font-family: Montserrat, sans-serif;
  font-size: 16px;
}

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

.text-span-63, .text-span-64, .text-span-65, .text-span-66, .text-span-67, .text-span-68, .text-span-69, .text-span-70, .text-span-71, .text-span-72, .text-span-73, .text-span-74, .text-span-75, .text-span-76, .text-span-77, .text-span-78, .text-span-79, .text-span-80 {
  font-size: 20px;
}

.paragraph-93 {
  font-family: Montserrat, sans-serif;
  font-size: 16px;
}

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

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

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

.text-span-87, .text-span-88, .text-span-89 {
  font-size: 20px;
}

.paragraph-94 {
  font-family: Montserrat, sans-serif;
  font-size: 16px;
}

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

.text-span-91, .text-span-92, .text-span-93, .text-span-94, .text-span-95, .text-span-96 {
  font-size: 20px;
}

.div-block-182 {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: auto;
  padding-top: 80px;
  padding-bottom: 40px;
  display: flex;
}

.container-21 {
  width: 100%;
}

.paragraph-95 {
  color: var(--primary-web);
  text-align: center;
  font-size: 24px;
}

.link-block-10 {
  margin-left: auto;
}

.link-block-10.w--current {
  margin-bottom: 40px;
}

.i-whatsapp {
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
  display: flex;
}

.i-facebook {
  margin-left: -5px;
  margin-right: 1px;
  padding-left: 5px;
  padding-right: 5px;
}

.i-tiktok, .i-linkedin {
  display: none;
}

.link-11 {
  color: var(--primary-web);
  text-transform: uppercase;
  padding: 5px 10px;
  text-decoration: none;
}

.link-11:hover {
  font-weight: 500;
}

.button-12 {
  background-color: var(--transparent);
  color: var(--white-web);
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 38px;
  padding-left: 0;
  padding-right: 0;
  font-size: 24px;
  font-weight: 700;
  display: flex;
}

.button-12.w--current {
  width: auto;
  padding-left: 0;
  padding-right: 0;
  font-size: 24px;
}

.menu2 {
  background-color: var(--white-web);
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: none;
  height: 80px;
  margin-top: 0;
  display: flex;
}

.slider-16 {
  background-color: var(--transparent);
  width: 100%;
  height: auto;
  min-height: 0;
}

.slide-26 {
  width: auto;
  height: 100%;
}

.image-99 {
  width: 100%;
  height: 100%;
  max-height: 416px;
}

.slide-nav-9, .right-arrow-10, .left-arrow-9 {
  display: none;
}

.section-15 {
  color: var(--white-web);
  background-color: #0e6a75;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  min-height: 0;
  max-height: 740px;
  margin-top: 100px;
  margin-bottom: 100px;
  padding: 45px 40px;
  font-family: Montserrat, sans-serif;
  display: flex;
}

.section-15.np-1 {
  height: auto;
  min-height: 320px;
  max-height: none;
  margin-bottom: 40px;
}

.section-15.no-2 {
  background-color: #00a3ac;
  min-height: 320px;
  max-height: 740px;
  margin-top: 40px;
  margin-bottom: 40px;
}

.section-15.np-3 {
  background-color: #0e6a75;
  min-height: 320px;
  margin-top: 40px;
  margin-bottom: 40px;
}

.grid-8 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 60% 40%;
  width: 100%;
  max-width: 1040px;
}

.grid-8.grid-left {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-columns: 60% 40%;
  max-width: 1040px;
  height: 100%;
}

.div-block-185 {
  justify-content: center;
  align-items: flex-end;
  height: auto;
  min-height: 0;
  margin-top: 0%;
  display: flex;
  position: relative;
}

.image-101 {
  height: 350px;
  position: absolute;
  top: auto;
  bottom: -45%;
}

.image-101.img-ns-1 {
  bottom: -35%;
}

.image-101.imgy {
  width: 100%;
  max-width: 333px;
  max-height: 350px;
}

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

.heading-118 {
  font-size: 20px;
  font-weight: 800;
}

.paragraph-96 {
  margin-top: 15px;
  font-size: 15px;
  font-weight: 500;
}

.button-13 {
  z-index: 1;
  color: var(--primary-web);
  text-transform: uppercase;
  background-color: #fff;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  width: 190px;
  height: 38px;
  margin-top: 40px;
  margin-bottom: 0;
  line-height: 1;
  display: flex;
  position: relative;
}

.image-102, .image-103, .image-105, .image-106 {
  display: none;
}

.container-23 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1000px;
  min-height: 40px;
  margin-top: 90px;
  display: flex;
}

.heading-121 {
  color: var(--primary-web);
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 800;
}

.div-block-187 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 40px;
  display: flex;
}

.link-12 {
  color: var(--primary-web);
  text-transform: uppercase;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
}

.div-block-188 {
  background-color: var(--primary-web);
  width: 1px;
  height: 20px;
}

.left-arrow-10, .image-108 {
  display: none;
}

.div-block-193 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  min-height: 280px;
  display: flex;
}

.container-24 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.heading-123 {
  margin-right: 0;
  font-weight: 400;
}

.text-span-97 {
  font-weight: 600;
}

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

.image-110 {
  width: 32px;
  height: auto;
}

.paragraph-97 {
  max-width: 400px;
  font-size: .75rem;
}

.code-embed {
  width: 100%;
  margin-top: 20px;
}

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

.slider-18 {
  background-color: #0000;
  width: 100%;
  height: 950px;
  margin-top: 220px;
}

.slide-28 {
  width: 100%;
}

.div-block-196 {
  background-image: url('../images/new2banner.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding-left: 91px;
  display: flex;
}

.image-111 {
  height: 204px;
  margin-top: 106px;
  margin-left: 0;
}

.heading-124 {
  color: #fff;
  margin-top: 190px;
  font-family: Inter;
  font-size: 32px;
  font-weight: 400;
}

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

.div-block-191 {
  background-image: url('../images/fotobikecarrossel03.jpg');
  background-position: 0 0;
  background-size: auto;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding-left: 91px;
  display: flex;
}

.image-107 {
  height: 120px;
  margin-top: 106px;
  margin-left: 0;
}

.heading-122 {
  color: #fff;
  margin-top: 190px;
  font-family: Inter;
  font-size: 32px;
  font-weight: 400;
}

.div-estacionar {
  width: 100%;
}

.section-16 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-content: start space-between;
  align-items: flex-start;
  max-width: 1920px;
  height: 40px;
  margin-left: 40px;
  margin-right: 40px;
  display: flex;
}

.section-17 {
  background-color: var(--black-web);
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  margin-left: 0;
  padding-top: 10px;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

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

.paragraph-98 {
  color: var(--white-web);
  margin-bottom: 0;
  font-family: gobold;
  text-decoration: none;
}

.heading-125 {
  text-align: center;
  letter-spacing: -2px;
  text-transform: uppercase;
  align-self: auto;
  font-family: gobold;
  font-size: 5rem;
  font-weight: 700;
}

.section-18 {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.div-block-198 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: flex-start;
  align-items: center;
  margin-top: 5px;
  padding-top: 0;
  display: flex;
}

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

.link-13.btn-hover-footer {
  color: var(--white-web);
  align-items: center;
  padding: 3.5px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.link-13.btn-hover-footer.w--current {
  font-family: Montserrat, sans-serif;
  font-size: 18px;
}

.link-14.btn-hover-footer, .link-15.btn-hover-footer, .link-16.btn-hover-footer {
  color: var(--white-web);
  align-items: center;
  padding: 3.5px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.link-17.btn-hover-footer {
  color: var(--white-web);
  align-items: center;
  font-family: gobold;
  font-size: 14px;
  text-decoration: none;
  display: flex;
}

.div-block-201 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  border-right: 1px solid var(--secondary-web);
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-top: 0;
  display: flex;
}

.image-112 {
  height: auto;
}

.paragraph-99 {
  color: var(--white-web);
  text-align: left;
}

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

.image-114 {
  width: 18px;
  height: 18px;
  margin-top: -3px;
}

.div-block-202 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-203 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.link-block-11 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.image-115 {
  display: none;
}

.image-116 {
  display: block;
}

.slider-19 {
  width: 100%;
}

.slider-20, .slider-21, .slider-22 {
  width: 100px;
}

.slider-23 {
  width: 100%;
  min-height: 40vh;
  max-height: 75px;
}

.slide-29 {
  width: 100%;
}

.image-117, .image-118 {
  width: 100%;
  height: auto;
}

.div-block-219 {
  box-sizing: border-box;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border: 1px solid var(--white-web);
  background-color: var(--transparent);
  border-radius: 0%;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: flex;
}

.image-119 {
  width: 23px;
  height: 23px;
}

.div-block-205 {
  grid-column-gap: 3px;
  grid-row-gap: 3px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  margin-top: 0;
  display: flex;
}

.heading-126 {
  text-align: left;
  letter-spacing: .18em;
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: gobold;
  font-size: 1.5rem;
}

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

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

.paragraph-101 {
  margin-bottom: 40px;
  line-height: 2;
}

.heading-128 {
  text-align: right;
  letter-spacing: .18em;
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: gobold;
  font-size: 1.5rem;
}

.container-25 {
  color: #fff;
  flex-flow: row;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 60px;
  padding-left: 20px;
  padding-right: 0;
  display: flex;
}

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

.button-14 {
  border: 2px solid var(--white-web);
  background-color: var(--primary-web);
  margin-bottom: 40px;
  font-family: Open Sans, sans-serif;
  font-weight: 600;
}

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

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

.image-121 {
  width: 380px;
  height: 720px;
}

.slider-24 {
  width: 100%;
}

.image-122, .image-123 {
  width: 100%;
  height: auto;
}

.div-block-208 {
  box-sizing: content-box;
  aspect-ratio: auto;
  object-fit: contain;
  max-width: 1000px;
  height: 500px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.div-block-209 {
  width: 111px;
  height: 500px;
}

.div-block-209.hover-show-text {
  width: auto;
  min-width: 100px;
  height: auto;
  position: static;
}

.div-block-210 {
  width: 111px;
}

.div-block-210.hover-show-text {
  width: auto;
  min-width: 100px;
}

.div-block-211 {
  width: 111px;
}

.div-block-211.hover-show-text {
  width: auto;
  min-width: 100px;
}

.div-block-212 {
  width: 111px;
}

.div-block-212.hover-show-text {
  width: auto;
  min-width: 100px;
}

.image-124 {
  object-fit: cover;
  height: 500px;
  position: relative;
}

.heading-129 {
  z-index: auto;
  box-sizing: border-box;
  aspect-ratio: auto;
  color: var(--white-web);
  white-space: pre;
  word-break: keep-all;
  object-fit: fill;
  width: auto;
  height: 30px;
  margin-left: 0%;
  font-family: Open Sans, sans-serif;
  font-size: 24px;
  font-weight: 700;
  display: block;
  position: relative;
  inset: 0% 0% auto -57px;
  transform: rotate(-90deg);
}

.heading-129.head-styled {
  left: -128px;
}

.heading-129.head-styled-2 {
  left: -92px;
}

.div-block-213 {
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  min-width: 0;
  height: 100%;
  display: flex;
  position: relative;
  top: auto;
  bottom: 100%;
  left: auto;
}

.paragraph-102, .paragraph-103, .paragraph-104, .paragraph-105, .paragraph-106 {
  color: var(--white-web);
  display: none;
}

.paragraph-106.paragrafh-show {
  padding-left: 20px;
  padding-right: 20px;
  display: none;
}

.heading-130 {
  color: var(--white-web);
  font-family: Open Sans, sans-serif;
  font-size: 30px;
}

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

.div-block-219-copy {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: var(--white-web);
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border: 1px solid #000;
  border: 1px solid var(--white-web);
  background-color: var(--primary-web);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 45px;
  height: 45px;
  display: flex;
}

.div-block-220 {
  width: 60%;
  padding-left: 20px;
}

.heading-131 {
  font-family: Open Sans, sans-serif;
  font-weight: 700;
}

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

.heading-132 {
  margin-top: 20px;
  padding-top: 0;
  font-weight: 700;
}

.text-span-98 {
  font-family: Open Sans, sans-serif;
}

.text-span-99 {
  font-family: Open Sans, sans-serif;
  font-size: 28px;
  font-weight: 700;
}

.paragraph-108 {
  letter-spacing: normal;
  text-indent: 0;
  font-family: Open Sans, sans-serif;
  line-height: 1.5;
}

.text-span-100, .text-span-101, .text-span-102, .text-span-103, .text-span-104, .text-span-105, .text-span-106 {
  font-size: 18px;
  font-weight: 700;
}

.text-span-107, .text-span-108 {
  font-size: 16px;
  font-weight: 700;
}

.text-span-109, .text-span-110, .text-span-111, .text-span-112 {
  font-size: 18px;
  font-weight: 700;
}

.text-span-113, .text-span-114, .text-span-115, .text-span-116, .text-span-117, .text-span-118, .text-span-119 {
  font-weight: 600;
}

.text-span-120 {
  font-family: Open Sans, sans-serif;
  font-weight: 600;
}

.text-span-121, .text-span-122 {
  font-weight: 600;
}

.text-span-123, .text-span-124, .text-span-125, .text-span-126, .text-span-127 {
  font-size: 18px;
  font-weight: 700;
}

.container-26 {
  color: var(--black-web);
  margin-top: 140px;
}

.heading-133, .heading-134, .heading-135, .heading-136 {
  font-weight: 700;
}

.link-block-12 {
  display: flex;
}

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

.div-block-221, .div-block-222 {
  display: none;
}

.container-27 {
  max-width: 1024px;
  min-height: 500px;
}

.button-15 {
  border: 2px solid var(--white-web);
  background-color: #0000;
  border-radius: 3px;
  font-weight: 500;
  display: none;
}

.image-125 {
  height: 40px;
}

.image-126 {
  object-fit: cover;
  width: 100%;
  height: 485px;
}

.image-127 {
  object-fit: cover;
  width: 50%;
  height: 623px;
}

.div-block-223 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: flex-end;
  width: 100%;
  max-width: none;
  display: flex;
}

.heading-137 {
  color: #000;
  font-size: 30px;
  font-weight: 300;
}

.text-span-128 {
  color: var(--primary-web);
  font-weight: 700;
}

.div-block-224 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  align-items: center;
  margin-left: 0;
  display: flex;
}

.div-block-225 {
  background-color: #da0e214d;
  width: 123px;
  height: 2px;
  margin-top: 10px;
  margin-bottom: 13px;
}

.paragraph-109 {
  color: var(--black-web);
  max-width: 270px;
  margin-right: 20px;
  padding-right: 0;
  font-size: 18px;
  font-weight: 300;
}

.image-128 {
  height: 14px;
  margin-top: 40px;
  margin-right: 0;
}

.div-block-226 {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex-flow: column;
  align-items: flex-start;
  width: 100%;
  max-width: 600px;
  margin-top: 60px;
  padding-left: 35px;
  display: flex;
}

.div-block-227 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  justify-content: space-around;
  align-items: stretch;
  width: 100%;
  max-width: 350px;
  margin-left: auto;
  margin-right: 0;
  display: flex;
}

.link-18 {
  color: var(--primary-web);
  font-size: 18px;
  font-weight: 700;
  text-decoration: none;
}

.text-span-129 {
  color: var(--black-web);
}

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

.div-block-229 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--primary-web);
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 60px;
  padding-bottom: 100px;
  display: flex;
}

.button-16 {
  background-color: var(--transparent);
  color: var(--black-web);
  text-align: center;
  border: 2.2px solid #000;
  border-radius: 0;
  width: 220px;
  padding-top: 16px;
  padding-bottom: 16px;
  font-size: 18px;
  font-weight: 700;
}

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

.image-129, .image-130, .image-131 {
  width: 89px;
  height: auto;
}

.div-block-231 {
  background-color: var(--black-web);
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 400px;
  display: flex;
}

.slider-25 {
  flex: 1;
  max-width: 1200px;
  height: auto;
  position: absolute;
}

.image-132 {
  z-index: 999999;
  object-fit: cover;
  width: 100%;
  height: auto;
  max-height: 540px;
  position: relative;
}

.div-block-232 {
  background-color: var(--white-web);
  justify-content: space-between;
  width: 100%;
  max-width: 1200px;
  margin-bottom: 0;
  padding-top: 150px;
  display: flex;
}

.div-block-232.div232specifique {
  margin-bottom: 40px;
  padding-top: 0;
}

.heading-138 {
  color: var(--black-web);
  text-align: right;
  font-size: 36px;
  font-weight: 400;
}

.image-133, .image-134 {
  width: 100%;
  height: auto;
}

.div-block-233 {
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
}

.div-block-234 {
  background-image: url('../images/BGFOTO.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 485px;
  margin-top: 80px;
  display: flex;
}

.heading-139 {
  color: var(--white-web);
  text-align: center;
  font-size: 24px;
  font-weight: 400;
}

.heading-140 {
  color: var(--white-web);
  font-family: BebasNeue, Arial, sans-serif;
  font-size: 72px;
  font-weight: 700;
  line-height: .8;
}

.div-block-235 {
  display: flex;
}

.text-span-130 {
  color: var(--primary-web);
  font-weight: 600;
}

.div-block-236 {
  justify-content: flex-end;
  align-items: flex-end;
  display: flex;
}

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

.div-block-238 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  display: flex;
}

.paragraph-110 {
  text-align: left;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 700;
  display: block;
}

.div-block-239 {
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
}

.heading-141 {
  margin-top: 20px;
}

.image-135 {
  height: 30px;
}

.div-block-240 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  display: flex;
}

.container-28 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: center;
  align-items: flex-start;
  max-width: 1200px;
  margin-top: 60px;
  margin-bottom: 60px;
  display: flex;
}

.section-19 {
  background-color: var(--black-web);
  width: 100%;
  height: 175px;
  margin-top: 80px;
}

.heading-142 {
  color: var(--white-web);
  padding-left: 80px;
  font-family: Montserrat, sans-serif;
  font-size: 48px;
  font-weight: 500;
  line-height: 48px;
}

.text-span-131 {
  color: var(--primary-web);
  line-height: 48px;
}

.div-block-241 {
  justify-content: space-between;
  width: auto;
  max-width: 1200px;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 40px;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

.image-136 {
  height: 14px;
}

.div-block-242 {
  align-items: flex-end;
  display: flex;
}

.div-block-243 {
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
}

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

.div-block-244-bottom {
  background-color: var(--primary-web);
  width: 75%;
  height: auto;
  padding-top: 10px;
  padding-left: 10px;
  padding-right: 10px;
}

.div-block-244-bottom.div-block-244-especifique {
  width: 50%;
  margin-left: auto;
  margin-right: 0;
}

.div-block-245 {
  border: 1px solid var(--black-web);
  width: auto;
  max-width: none;
  padding: 30px;
}

.image-138 {
  width: auto;
  height: auto;
  padding: 0;
}

.heading-143 {
  padding-top: 20px;
  padding-bottom: 15px;
}

.paragraph-111 {
  font-family: Montserrat, sans-serif;
  line-height: 1.1;
}

.heading-144 {
  padding-top: 15px;
  padding-bottom: 15px;
}

.button-17 {
  background-color: var(--primary-web);
  font-family: Montserrat, sans-serif;
  font-size: 14px;
}

.heading-145 {
  padding-top: 15px;
}

.container-29 {
  max-width: 1200px;
  margin-bottom: 0;
}

.paragraph-112 {
  color: var(--white-web);
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 70px;
  padding-bottom: 70px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.2;
}

.heading-146 {
  text-align: center;
  padding-top: 40px;
  padding-bottom: 60px;
  font-family: Montserrat, sans-serif;
  font-size: 40px;
  font-weight: 700;
}

.div-block-246 {
  width: 750px;
  margin-left: auto;
  margin-right: auto;
}

.image-139 {
  height: 14px;
}

.image-140 {
  height: 2px;
}

.div-block-247 {
  justify-content: space-between;
  align-items: flex-end;
  margin-top: 60px;
  margin-bottom: 60px;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

.image-141 {
  width: 600px;
  height: auto;
}

.div-block-248 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.div-block-248.div-block-invert {
  background-color: #f7f7f7;
  flex-flow: row-reverse;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: none;
  padding-top: 40px;
  padding-bottom: 40px;
}

.image-142 {
  height: 150px;
}

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

.paragraph-113 {
  width: 400px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 300;
}

.section-20 {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  flex-flow: column;
  margin-bottom: 60px;
  display: flex;
}

.div-block-250 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: row-reverse;
  justify-content: center;
  align-items: center;
  max-width: 1200px;
  display: flex;
}

.paragraph-114 {
  color: var(--black-web);
  white-space: normal;
  padding: 0 10px;
  font-size: 18px;
  text-decoration: none;
}

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

.link-19 {
  color: var(--black-web);
  text-decoration: none;
}

.link-block-13 {
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 100%;
  display: flex;
}

.link-block-14, .link-block-15 {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.button-18 {
  background-color: var(--primary-web);
  color: var(--white-web);
  text-align: center;
  border-radius: 20px;
  margin-left: 0;
  margin-right: 0;
  padding: 10px 20px;
}

.button-18.btn-contato {
  justify-content: center;
  align-items: center;
  width: 278px;
  height: 53px;
  margin-top: 40px;
  display: flex;
}

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

.div-block-252 {
  justify-content: space-between;
  width: 100%;
  max-width: 1200px;
  display: flex;
}

.div-block-253 {
  width: 100%;
  max-width: 1200px;
}

.bold-text-8, .bold-text-9 {
  color: var(--white-web);
}

.paragraph-115, .paragraph-116 {
  font-family: Montserrat, sans-serif;
  line-height: 1.1;
}

.bold-text-10, .bold-text-11, .bold-text-12, .bold-text-13, .bold-text-14, .bold-text-15 {
  font-family: Montserrat, sans-serif;
}

.heading-147 {
  padding-top: 15px;
}

.div-block-254, .div-block-255 {
  width: auto;
  min-width: 400px;
  max-width: 513px;
}

.div-block-256 {
  z-index: inherit;
  width: 100%;
}

.div-block-257 {
  height: 80px;
}

.text-span-132 {
  color: var(--white-web);
  text-decoration: none;
}

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

.link-21, .link-22 {
  color: var(--white-web);
  text-decoration: none;
}

.button-19 {
  background-color: var(--primary-web);
}

.button-19.btn-scroll-top {
  margin-right: 20px;
  position: absolute;
  right: 0;
}

.heading-148 {
  position: static;
  right: 0;
}

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

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

.image-143 {
  background-color: var(--primary-web);
  cursor: pointer;
}

.image-143.btn-scroll-top {
  color: var(--white-web);
  width: 59px;
  height: 59px;
  position: static;
  right: 0;
}

.div-block-260 {
  background-color: var(--primary-web);
  color: var(--white-web);
  padding-top: 70px;
  padding-bottom: 70px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
}

.paragraph-117 {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.div-block-261 {
  background-color: var(--black-web);
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-262 {
  background-color: var(--primary-web);
  width: 75%;
  margin-left: auto;
  padding-top: 8px;
}

.div-block-263 {
  width: 100%;
  padding-top: 20px;
}

.button-20 {
  background-color: var(--primary-web);
  color: var(--black-web);
  cursor: pointer;
  padding: 9px 39px;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.2;
  transition: box-shadow .2s;
}

.button-20:hover {
  box-shadow: inset 0 40vh 5px #0000002b;
}

.button-20.pagekraft-auth-login {
  font-size: 14px;
  display: none;
}

.button-20.pagekraft-auth-my-account {
  display: none;
}

.button-21 {
  border: 1px solid var(--primary-web);
  background-color: var(--transparent);
  color: var(--primary-web);
  white-space: nowrap;
  padding: 8px 16px;
  font-family: Montserrat, sans-serif;
  font-weight: 700;
  line-height: 1.2;
  transition: background-color .2s;
}

.button-21:hover {
  background-color: #da0e211a;
}

.button-21.pagekraft-auth-register {
  font-size: 14px;
  display: none;
}

.button-21.pagekraft-auth-logout {
  display: none;
}

.div-block-265 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: flex-end;
  align-items: center;
  min-width: 300px;
  margin-right: 20px;
  padding-bottom: 10px;
  display: flex;
}

.code-embed-2 {
  background-color: var(--primary-web);
  color: var(--black-web);
  padding: 8px 8px 3px;
}

.code-embed-2.car-shopping.pagekraft-auth-checkout {
  background-color: var(--transparent);
  color: var(--primary-web);
  padding-top: 6px;
  padding-bottom: 6px;
}

.menu-mobile-action {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  color: var(--white-web);
  justify-content: flex-start;
  align-items: center;
  margin-top: 10px;
  margin-bottom: 20px;
  display: flex;
}

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

.paragraph-8 {
  text-align: center;
  font-size: 14px;
}

.paragraph-7 {
  text-align: center;
}

.paragraph-9 {
  font-size: 24px;
  line-height: 30px;
}

.bold-text-16, .bold-text-17, .bold-text-18 {
  color: var(--black-web);
}

.heading-149, .heading-150 {
  font-family: Montserrat, sans-serif;
  font-weight: 700;
}

.heading-151 {
  font-weight: 700;
}

.text-span-133 {
  font-size: 20px;
  font-weight: 700;
}

.text-span-134 {
  font-weight: 700;
}

.container-30 {
  max-width: 1200px;
  min-height: 500px;
  margin-top: 100px;
  margin-bottom: 60px;
  padding-bottom: 0;
}

.body-8 {
  background-color: #36363614;
}

.div-block-267 {
  background-color: #36363614;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  margin-top: 40px;
  margin-bottom: 40px;
  display: flex;
}

.text-block-2 {
  color: #666;
  text-align: center;
  letter-spacing: 3.2px;
  font-family: Montserrat, sans-serif;
}

.heading-152 {
  color: var(--primary-web);
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-size: 35px;
  font-weight: 700;
}

.div-block-268 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  margin-top: 100px;
  display: flex;
}

.div-block-269 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.div-block-270 {
  background-color: var(--white-web);
  border-radius: 20px;
  margin-top: 70px;
  padding: 52px 32px 32px;
}

.div-block-270.card-gg {
  margin-top: 20px;
  padding-top: 32px;
}

.heading-153 {
  color: var(--black-web);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, Arial, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2;
}

.text-block-3, .text-block-4 {
  color: #6c6c6c;
  font-family: Montserrat, sans-serif;
}

.code-embed-3 {
  padding-bottom: 15px;
}

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

  .nav-menu, .html-embed-2.login-top.header-cad {
    justify-content: center;
    align-items: center;
  }

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

  .section-banner-home {
    height: auto;
    min-height: auto;
    max-height: none;
  }

  .menu2 {
    margin-top: 0;
  }

  .slider-16 {
    height: auto;
    min-height: 0;
  }

  .section-17 {
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .div-block-197 {
    justify-content: center;
    align-items: center;
    width: auto;
    margin-left: 0;
    display: flex;
  }

  .slider-23 {
    height: 80vh;
    min-height: auto;
    max-height: none;
  }

  .heading-126 {
    letter-spacing: .18em;
    margin-top: 40px;
    margin-bottom: 20px;
    font-family: gobold;
    font-size: 1.5rem;
    font-weight: 400;
    line-height: 1.2em;
  }

  .heading-127 {
    text-align: right;
    letter-spacing: .18em;
    font-family: gobold;
    font-size: 1.5rem;
    font-weight: 400;
  }

  .paragraph-100 {
    margin-bottom: 40px;
    line-height: 2;
  }

  .body-7 {
    background-color: var(--transparent);
    line-height: 1.5em;
  }

  .paragraph-101 {
    margin-top: 20px;
    margin-bottom: 40px;
    padding-bottom: 0;
  }

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

  .paragraph-109 {
    margin-right: 0;
  }

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

  .div-block-234 {
    background-size: cover;
  }

  .paragraph-110 {
    color: var(--white-web);
  }

  .div-block-241 {
    width: auto;
    max-width: 1280px;
  }

  .div-block-244-bottom {
    width: 50%;
  }

  .container-29 {
    margin-bottom: 0;
  }

  .div-block-252 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .div-block-254, .div-block-255 {
    width: 100%;
    min-width: auto;
  }

  .button-20.pagekraft-auth-my-account, .button-21.pagekraft-auth-logout {
    font-size: 14px;
  }

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

  .code-embed-2.car-shopping.pagekraft-auth-checkout:hover {
    box-shadow: inset 0 40vh 5px #0000002b;
  }

  .menu-mobile-action {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }
}

@media screen and (min-width: 1440px) {
  .l-nav {
    background-color: var(--black-web);
  }

  .nav-menu {
    margin-left: 0;
    margin-right: 0;
  }

  .html-embed-2.login-top.header-cad {
    min-width: auto;
    max-width: 500px;
  }

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

  .button-12 {
    font-size: 24px;
  }

  .menu2 {
    margin-top: 0;
  }

  .slider-16 {
    height: auto;
    min-height: 0;
  }

  .image-101 {
    bottom: -32%;
  }

  .image-101.img-ns-1 {
    margin-top: 0;
    bottom: -35%;
  }

  .image-101.imgy {
    bottom: -28%;
  }

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

  .div-block-197 {
    margin-left: 0;
  }

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

  .div-block-220 {
    padding-left: 40px;
  }

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

  .div-block-226 {
    padding-left: 60px;
  }

  .div-block-227 {
    justify-content: space-around;
    max-width: 450px;
    padding-right: 10px;
  }

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

  .div-block-234 {
    background-size: cover;
  }

  .div-block-244-bottom {
    justify-content: center;
    align-items: center;
    width: 50%;
    padding-top: 10px;
    padding-bottom: 0;
    display: flex;
  }

  .div-block-244-bottom.div-block-244-especifique {
    padding-top: 10px;
    padding-bottom: 0;
  }

  .container-29 {
    margin-bottom: 0;
    padding-top: 40px;
    padding-bottom: 0;
  }

  .paragraph-112 {
    text-align: left;
    width: 100%;
    padding-top: 0;
    padding-bottom: 0;
    font-family: Montserrat, sans-serif;
    font-size: 18px;
    display: flex;
  }

  .heading-146 {
    text-align: center;
    font-size: 40px;
  }

  .video {
    width: 750px;
  }

  .div-block-252 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .div-block-255 {
    width: 100%;
    min-width: auto;
  }
}

@media screen and (min-width: 1920px) {
  .l-nav {
    background-color: var(--black-web);
    justify-content: center;
    align-items: center;
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
  }

  .c-container {
    flex-flow: row;
    justify-content: center;
    align-items: center;
    max-width: 1920px;
    height: auto;
  }

  .c-nav-logo.w--current {
    margin-right: 0;
  }

  .c-nav-compra {
    font-family: gobold;
    font-weight: 700;
  }

  .menu-button.menu-mobile-action {
    height: auto;
    padding-bottom: 0;
  }

  .html-embed-2.login-top.header-cad {
    justify-content: center;
    align-items: center;
    width: auto;
    min-width: auto;
    max-width: 500px;
    display: flex;
  }

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

  .f-container {
    flex-flow: row;
    height: auto;
  }

  .section-banner-home {
    height: auto;
    min-height: 0;
    max-height: none;
    margin-top: 0;
  }

  .grid-6 {
    border-right: 1px solid var(--secondary-web);
    outline-offset: 0px;
    color: var(--white-web);
    outline: 3px #fff;
    flex-flow: column;
    height: auto;
    font-family: gobold;
    font-size: 18px;
  }

  .div-block-182 {
    justify-content: center;
    align-items: center;
    max-width: 1000px;
    overflow: visible;
  }

  .menu2 {
    margin-top: 0;
  }

  .slider-16 {
    height: auto;
    min-height: 0;
  }

  .slide-26 {
    width: 100%;
  }

  .image-99 {
    max-height: none;
    display: none;
  }

  .image-101.img-ns-1 {
    bottom: -24%;
  }

  .mask-11 {
    width: 100%;
  }

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

  .slider-18, .slider-17 {
    height: 1200px;
  }

  .section-16 {
    justify-content: space-between;
    place-items: center stretch;
    min-width: 1900px;
    max-width: 1920px;
    margin: 0;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .section-17 {
    justify-content: space-between;
    width: 100%;
  }

  .div-block-197 {
    margin-left: 0;
  }

  .div-block-198 {
    justify-content: flex-start;
    padding-left: 40px;
  }

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

  .div-block-200 {
    flex-flow: row;
    justify-content: center;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .link-13 {
    opacity: 1;
    outline-offset: 0px;
    color: var(--white-web);
    outline: 3px #00e;
    text-decoration: none;
  }

  .link-13.btn-hover-footer {
    font-family: Montserrat, sans-serif;
    font-size: 18px;
  }

  .link-14 {
    color: var(--white-web);
    text-decoration: none;
  }

  .link-14.btn-hover-footer {
    font-family: Montserrat, sans-serif;
    font-size: 18px;
  }

  .link-15 {
    color: var(--white-web);
    text-decoration: none;
  }

  .link-15.btn-hover-footer {
    font-family: Montserrat, sans-serif;
    font-size: 18px;
  }

  .link-16 {
    color: var(--white-web);
    text-decoration: none;
  }

  .link-16.btn-hover-footer {
    font-family: Montserrat, sans-serif;
    font-size: 18px;
  }

  .link-17 {
    pointer-events: auto;
    color: var(--white-web);
    text-decoration: none;
  }

  .div-block-201 {
    border-right: 1px solid var(--secondary-web);
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    height: 450px;
    margin-top: 0;
    padding-top: 0;
    display: flex;
  }

  .image-112 {
    width: 181px;
    height: auto;
  }

  .paragraph-99 {
    color: var(--white-web);
    text-align: left;
    margin-top: 20px;
    padding-left: 10px;
    padding-right: 10px;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  }

  .div-block-219 {
    border-color: var(--white-web);
    background-color: var(--transparent);
    border-radius: 0%;
  }

  .div-block-205 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    border: 1px #000;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    height: 450px;
    margin-top: 0;
    margin-left: 0;
    padding-left: 20px;
  }

  .container-25 {
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-208 {
    display: flex;
    position: relative;
    overflow: clip;
  }

  .div-block-209.hover-show-text {
    width: auto;
    min-width: auto;
  }

  .heading-129 {
    aspect-ratio: auto;
    height: 30px;
    margin-left: 0;
    position: relative;
    inset: 0% auto auto -57px;
    overflow: visible;
  }

  .heading-129.head-styled, .heading-129.head-styled-2 {
    position: relative;
  }

  .div-block-213 {
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    margin-left: 0;
    position: relative;
    left: auto;
  }

  .paragraph-106.paragrafh-show {
    margin-left: 0;
    padding-left: 40px;
    padding-right: 40px;
    display: none;
  }

  .image-127 {
    width: 50%;
  }

  .div-block-223 {
    justify-content: flex-end;
    align-items: flex-start;
  }

  .image-128 {
    margin-right: 100px;
  }

  .div-block-226 {
    justify-content: flex-start;
    align-items: flex-start;
    max-width: 600px;
    padding-left: 30px;
    padding-right: 40px;
  }

  .div-block-227 {
    justify-content: space-between;
    align-items: flex-start;
    max-width: 500px;
    padding-right: 0;
  }

  .div-block-232 {
    justify-content: space-between;
    max-width: 1200px;
    padding-bottom: 20px;
    display: flex;
  }

  .slide-nav-10 {
    justify-content: flex-end;
    padding-right: 40px;
    display: flex;
  }

  .image-133, .image-134 {
    width: 100%;
    height: auto;
  }

  .div-block-233 {
    justify-content: flex-start;
    align-items: flex-start;
    width: auto;
    margin-right: 0;
    padding-left: 0;
    display: block;
  }

  .div-block-234 {
    -webkit-text-fill-color: inherit;
    background-size: cover;
    background-clip: border-box;
    width: 100%;
    height: 485px;
  }

  .div-block-238 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    display: flex;
  }

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

  .container-28 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    justify-content: center;
    align-items: center;
    margin-top: 60px;
    margin-bottom: 60px;
    padding-bottom: 0;
    display: flex;
  }

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

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

  .div-block-244-bottom {
    width: 50%;
    padding-top: 10px;
    padding-bottom: 0;
  }

  .div-block-244-bottom.div-block-244-especifique {
    justify-content: flex-start;
    align-items: flex-start;
    margin-left: auto;
    display: flex;
    position: relative;
    left: auto;
    right: 0;
  }

  .div-block-245 {
    border: 1px solid #000;
    width: auto;
    padding: 30px;
  }

  .image-138 {
    width: 100%;
    max-width: none;
    height: auto;
    padding: 0;
  }

  .heading-143 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .paragraph-111 {
    margin-bottom: 20px;
    padding-bottom: 0;
  }

  .heading-144 {
    margin-top: 20px;
    padding-top: 0;
  }

  .button-17 {
    background-color: var(--primary-web);
    margin-top: 20px;
    font-family: Montserrat, sans-serif;
    font-size: 14px;
    font-weight: 700;
  }

  .container-29 {
    max-width: 1200px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .paragraph-112 {
    width: auto;
    padding-top: 70px;
    padding-bottom: 70px;
    font-weight: 300;
    line-height: 1.1;
    position: static;
  }

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

  .div-block-248.div-block-invert {
    flex-flow: row;
  }

  .section-20 {
    margin-top: 40px;
    margin-bottom: 60px;
  }

  .div-block-250 {
    flex-flow: row-reverse;
  }

  .paragraph-114 {
    padding-top: 0;
    padding-bottom: 0;
  }

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

  .div-block-255 {
    width: 100%;
    min-width: auto;
  }

  .div-block-256 {
    background-color: var(--black-web);
  }

  .div-block-257 {
    display: flex;
  }

  .button-19.btn-scroll-top {
    margin-right: 0;
    position: relative;
    left: auto;
    right: 0%;
  }

  .div-block-258 {
    justify-content: space-between;
    width: 100%;
    display: flex;
    position: relative;
    inset: auto 0% auto auto;
  }

  .div-block-260 {
    background-color: var(--primary-web);
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .paragraph-117 {
    color: var(--white-web);
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    font-family: Montserrat, sans-serif;
    font-size: 14px;
  }

  .container-30 {
    max-width: 1200px;
  }

  .div-block-267 {
    background-color: #36363614;
    justify-content: center;
    align-items: flex-start;
    margin-top: 40px;
    margin-bottom: 40px;
    padding-bottom: 0;
    display: flex;
  }

  .text-block-2 {
    color: #666;
    text-align: center;
    letter-spacing: 3.2px;
    font-family: Montserrat, sans-serif;
  }

  .heading-152 {
    color: var(--primary-web);
    text-align: center;
    font-family: Montserrat, sans-serif;
    font-size: 35px;
  }

  .div-block-268 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-flow: column;
    margin-top: 100px;
    display: flex;
  }

  .div-block-269 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: flex-start;
    margin-top: 0;
    display: grid;
  }

  .div-block-270 {
    background-color: var(--white-web);
    border-radius: 20px;
    padding: 52px 32px 32px;
  }

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

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

  .l-nav {
    mix-blend-mode: normal;
    justify-content: center;
    align-self: flex-start;
    align-items: center;
    height: 100px;
    min-height: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 20px;
    padding-bottom: 20px;
    display: flex;
    position: fixed;
    inset: 0 0%;
  }

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

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

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

  .c-nav-logo.c-nav-logo-mobile {
    max-width: 210px;
    display: flex;
  }

  .c-nav-link {
    color: var(--white-web);
    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-web);
  }

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

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

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

  .menu-button {
    background-color: #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(--transparent);
    color: var(--transparent);
    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%;
  }

  .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 {
    margin-top: 100px;
    padding-left: 0;
    padding-right: 0;
  }

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

  .html-embed-2.login-top.header-cad, .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;
    padding-top: 60px;
    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 {
    color: var(--black-web);
    background-color: #c0ff72;
    display: none;
  }

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

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

  .box-r-sociais.menu {
    justify-content: flex-start;
    align-items: center;
    margin-top: 0%;
    padding-bottom: 0;
    padding-left: 0;
    display: flex;
  }

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

  .image-4.menu-mobile-action {
    display: block;
  }

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

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

  .div-block-50 {
    background-color: var(--black-web);
    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%;
  }

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

  .container-politicas {
    margin-top: 140px;
  }

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

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

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

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

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

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

  .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: 0;
    padding-left: 0;
    font-size: .8rem;
    display: flex;
  }

  .div-block-140.footer-right {
    justify-content: flex-end;
    align-items: center;
  }

  .div-block-140.footer-right.footer-right-2 {
    width: 100%;
    margin-top: 0;
  }

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

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

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

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

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

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

  .link-block-10.w--current {
    margin-bottom: 30px;
    margin-left: 0;
  }

  .menu2 {
    display: none;
  }

  .slider-16 {
    height: auto;
    min-height: auto;
  }

  .slide-26 {
    height: auto;
  }

  .image-99 {
    display: none;
  }

  .section-15.np-1, .section-15.no-2, .section-15.np-3 {
    max-height: none;
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .grid-8 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    place-content: center;
    max-width: none;
  }

  .grid-8.grid-left {
    grid-template-columns: 1fr;
  }

  .div-block-185, .div-block-185.img-left {
    height: auto;
  }

  .image-101 {
    position: relative;
    bottom: auto;
  }

  .image-101.img-ns-1 {
    position: relative;
    bottom: 0%;
  }

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

  .image-102 {
    width: 100%;
    display: none;
  }

  .image-103 {
    display: none;
  }

  .mask-11 {
    height: auto;
  }

  .image-105 {
    display: block;
  }

  .slider-18 {
    height: 506px;
  }

  .div-block-196 {
    background-size: cover;
  }

  .image-111 {
    height: 60px;
  }

  .heading-124 {
    margin-top: 40px;
  }

  .slider-17 {
    height: 506px;
  }

  .div-block-191 {
    background-size: cover;
  }

  .heading-122 {
    margin-top: 40px;
  }

  .section-16 {
    display: none;
  }

  .section-17 {
    justify-content: center;
    align-items: stretch;
    width: 100%;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-197, .paragraph-98, .div-block-198, .div-block-200 {
    display: none;
  }

  .link-13.btn-hover-footer.w--current {
    color: var(--white-web);
    display: block;
  }

  .div-block-201 {
    border-top: 1px solid var(--secondary-web);
    padding-top: 20px;
  }

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

  .image-113 {
    display: none;
  }

  .image-115 {
    display: block;
  }

  .image-116 {
    min-width: auto;
    max-width: none;
    height: 40px;
    display: block;
  }

  .slider-23 {
    height: auto;
    min-height: auto;
    max-height: none;
  }

  .div-block-205 {
    border-top: 1px solid var(--secondary-web);
    justify-content: center;
    align-items: center;
    margin-top: 40px;
    padding-top: 20px;
  }

  .container-25 {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-end;
    margin-top: 100px;
  }

  .div-block-206 {
    justify-content: center;
    width: 100%;
    margin-bottom: 40px;
    display: flex;
  }

  .button-14 {
    background-color: var(--primary-web);
    font-family: Open Sans, sans-serif;
    font-weight: 600;
  }

  .div-block-207 {
    margin-top: 140px;
  }

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

  .div-block-220 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding-left: 0;
    padding-right: 20px;
    display: flex;
  }

  .container-26 {
    margin-top: 140px;
  }

  .link-block-12.w--current {
    display: block;
  }

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

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

  .image-127 {
    object-fit: cover;
    width: 50%;
  }

  .div-block-227 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: column;
  }

  .div-block-229 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    padding-bottom: 250px;
  }

  .div-block-231 {
    height: auto;
    padding-bottom: 120px;
  }

  .slider-25 {
    height: auto;
  }

  .image-132 {
    max-height: none;
  }

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

  .paragraph-110 {
    flex: 0 auto;
    display: none;
  }

  .section-19 {
    margin-top: 100px;
  }

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

  .div-block-241 {
    width: auto;
    max-width: 1280px;
  }

  .div-block-245 {
    padding: 20px;
  }

  .image-141 {
    width: auto;
  }

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

  .div-block-248.div-block-invert {
    flex-flow: row;
  }

  .div-block-249 {
    align-items: flex-start;
  }

  .div-block-250 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column;
    align-items: stretch;
  }

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

  .div-block-253 {
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .div-block-254, .div-block-255 {
    width: auto;
    min-width: 300px;
  }

  .div-block-256 {
    width: 100%;
    position: static;
  }

  .button-19.btn-scroll-top {
    justify-content: center;
    align-items: center;
    width: 58px;
    height: 58px;
    font-family: Times New Roman, TimesNewRoman, Times, Baskerville, Georgia, serif;
    font-size: 40px;
    display: flex;
  }

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

  .image-143.btn-scroll-top {
    margin-right: 20px;
    display: block;
    position: absolute;
  }

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

  .div-block-263 {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    text-align: left;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .div-block-265, .code-embed-2.car-shopping.pagekraft-auth-checkout, .menu-mobile-action {
    display: none;
  }

  .div-block-266 {
    justify-content: flex-start;
    align-items: center;
    width: 100px;
    padding-left: 12px;
    display: flex;
    position: absolute;
    inset: 0% auto 0% 0%;
  }

  .container-30 {
    padding-left: 12px;
    padding-right: 12px;
  }
}

@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;
    height: 100px;
    min-height: 0;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .c-container {
    justify-content: center;
    align-items: center;
    min-width: auto;
    max-width: none;
    height: 80px;
    padding-left: 0;
    padding-right: 0;
  }

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

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

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

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

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

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

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

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

  .html-embed-2.login-top.header-cad {
    display: none;
  }

  .footer {
    padding-left: 0;
    padding-right: 0;
  }

  .f-container {
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    margin-left: 0;
    padding-left: 10px;
    padding-right: 10px;
    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-web);
  }

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

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

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

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

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

  .section-banner-home {
    height: auto;
    min-height: auto;
    max-height: none;
    margin-top: 100px;
  }

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

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

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

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

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

  .container-unidades {
    padding-top: 60px;
    padding-bottom: 100px;
  }

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

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

  .link-block-10.w--current {
    margin-bottom: 10px;
  }

  .slider-16 {
    height: auto;
  }

  .image-99 {
    height: 480px;
    display: none;
  }

  .grid-8 {
    max-width: none;
  }

  .paragraph-96 {
    text-align: center;
  }

  .image-102 {
    width: 100%;
    display: none;
  }

  .image-103 {
    display: none;
  }

  .image-105 {
    display: block;
  }

  .image-106 {
    width: 100%;
    display: none;
  }

  .div-block-194 {
    margin-left: 40px;
  }

  .slider-18 {
    height: 377px;
  }

  .div-block-196 {
    padding-left: 38px;
  }

  .image-111 {
    height: 42px;
    margin-top: 60px;
  }

  .heading-124 {
    font-size: 14px;
    font-weight: 600;
  }

  .slider-17 {
    height: 377px;
  }

  .div-block-191 {
    padding-left: 38px;
  }

  .image-107 {
    height: 79px;
    margin-top: 60px;
  }

  .heading-122 {
    font-size: 14px;
    font-weight: 600;
  }

  .section-17 {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .paragraph-98 {
    display: none;
  }

  .div-block-201 {
    border-top-width: 1px;
    border-right-width: 0;
  }

  .image-115 {
    display: block;
  }

  .image-116 {
    height: 25px;
  }

  .container-25 {
    margin-top: 100px;
    padding-left: 10px;
    padding-right: 0;
  }

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

  .div-block-229 {
    padding-bottom: 200px;
  }

  .button-16 {
    border-width: 2.2px;
  }

  .div-block-231 {
    padding-bottom: 60px;
  }

  .div-block-234 {
    background-position: 50%;
  }

  .div-block-236 {
    text-align: right;
  }

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

  .section-19 {
    height: 150px;
  }

  .div-block-245 {
    margin-left: 10px;
    margin-right: 10px;
  }

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

  .paragraph-113 {
    width: auto;
    padding-left: 10px;
    padding-right: 10px;
  }

  .container-30 {
    padding-left: 12px;
    padding-right: 12px;
  }

  .div-block-269 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    margin-top: 70px;
    display: flex;
  }

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

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

  .heading {
    font-size: 1.5rem;
  }

  .l-nav {
    background-color: var(--black-web);
    mix-blend-mode: normal;
    justify-content: center;
    align-items: center;
    height: 80px;
    min-height: 0;
    display: flex;
    position: static;
  }

  .c-container {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    background-color: var(--transparent);
    order: 0;
    justify-content: center;
    align-items: center;
    min-width: auto;
    height: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-right: 0;
    display: flex;
  }

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

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

  .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;
    margin-left: 0;
    margin-right: 15%;
  }

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

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

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

  .coluna {
    width: 100%;
  }

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

  .html-embed-2.login-top.header-cad {
    display: none;
  }

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

  .f-container {
    height: auto;
    padding-top: 60px;
    padding-bottom: 40px;
    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: 20px;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
    display: flex;
  }

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

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

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

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

  .body-politica, .body-cookiesof, .db-packages.padding-default {
    margin-top: 0;
  }

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

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

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

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

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

  .body-5, .body-6 {
    margin-top: 0;
  }

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

  .coluna-2 {
    width: 100%;
  }

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

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

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

  .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%;
    max-width: none;
    margin-bottom: 40px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .div-block-140.footer-right {
    margin-top: 0;
  }

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

  .heading-116 {
    text-align: center;
    padding-left: 0;
  }

  .container-unidades {
    padding-bottom: 60px;
  }

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

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

  .div-block-179 {
    flex-flow: wrap;
  }

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

  .div-block-182 {
    color: var(--white-web);
  }

  .link-block-10.w--current {
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
  }

  .slider-16 {
    height: auto;
    min-height: auto;
  }

  .image-99 {
    display: none;
  }

  .section-15.np-1, .section-15.no-2 {
    margin-top: 40px;
    margin-bottom: 40px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .section-15.no-2.np-4 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .section-15.np-3 {
    margin-top: 40px;
    margin-bottom: 40px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .div-block-185 {
    width: 100%;
    max-width: 480px;
    height: 364px;
  }

  .div-block-185.img-left {
    height: 364px;
  }

  .image-101, .image-101.img-ns-1 {
    display: block;
  }

  .image-102 {
    display: none;
  }

  .image-103 {
    display: none;
    position: absolute;
    inset: 0%;
  }

  .image-105 {
    display: none;
  }

  .image-106 {
    display: block;
  }

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

  .container-24 {
    flex-flow: column;
    width: 90%;
  }

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

  .div-block-196 {
    background-image: none;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    padding-left: 20px;
  }

  .image-111 {
    height: 42px;
  }

  .div-block-191 {
    background-image: none;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .section-17 {
    align-items: center;
    width: 100%;
  }

  .paragraph-98 {
    display: none;
  }

  .link-13.btn-hover-footer.w--current {
    color: var(--white-web);
  }

  .image-115 {
    display: block;
  }

  .image-116 {
    min-width: 100px;
    height: 20px;
    display: block;
  }

  .container-25 {
    margin-top: 20px;
    padding-right: 0;
  }

  .div-block-207 {
    margin-top: 40px;
  }

  .heading-130 {
    background-color: var(--transparent);
    color: var(--white-web);
  }

  .div-block-219-copy {
    border-color: var(--white-web);
  }

  .container-26 {
    margin-top: 40px;
  }

  .image-127 {
    width: 100%;
  }

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

  .image-128 {
    object-fit: contain;
  }

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

  .div-block-227 {
    margin-bottom: 40px;
  }

  .div-block-229 {
    padding-bottom: 150px;
  }

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

  .heading-140 {
    padding-left: 10px;
    padding-right: 10px;
  }

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

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

  .section-19 {
    height: 120px;
    margin-top: 0;
  }

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

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

  .image-136 {
    display: none;
  }

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

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

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

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

  .paragraph-113 {
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-254, .div-block-255 {
    min-width: auto;
  }

  .div-block-256 {
    background-color: var(--black-web);
    width: 100%;
    height: 80px;
    position: fixed;
  }

  .div-block-257 {
    margin-top: 0;
    padding-top: 0;
  }

  .container-30 {
    margin-top: 0;
  }
}

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


@font-face {
  font-family: 'BebasNeue';
  src: url('../fonts/BebasNeueThin-4B3mY.ttf') format('truetype'), url('../fonts/BebasNeueThin-owB7q.otf') format('opentype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'BebasNeue';
  src: url('../fonts/BebasNeueBook-d9A1l.ttf') format('truetype'), url('../fonts/BebasNeueRegular-gxj83.ttf') format('truetype'), url('../fonts/BebasNeueRegular-X34j2.otf') format('opentype'), url('../fonts/BebasNeueBook-mLWvV.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'BebasNeue';
  src: url('../fonts/BebasNeueLight-L3ajy.ttf') format('truetype'), url('../fonts/BebasNeueLight-PK7jP.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'BebasNeue';
  src: url('../fonts/BebasNeueBold-7B9LE.ttf') format('truetype'), url('../fonts/BebasNeueBold-w1w42.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-ExtraBold.ttf') format('truetype'), url('../fonts/Poppins-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-BoldItalic.ttf') format('truetype'), url('../fonts/Poppins-ExtraBoldItalic.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-MediumItalic.ttf') format('truetype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-ExtraLightItalic.ttf') format('truetype');
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-SemiBoldItalic.ttf') format('truetype');
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-LightItalic.ttf') format('truetype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Italic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-ExtraLight.ttf') format('truetype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-BlackItalic.ttf') format('truetype');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Thin.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-ThinItalic.ttf') format('truetype');
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}