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

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

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

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

:root {
  --2: #cd242b;
  --1: #0c396d;
  --4: #1dbdea;
  --5: #1e8ecd;
  --3: #58595b;
}

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

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

.w-pagination-wrapper {
  flex-wrap: wrap;
  justify-content: center;
  display: flex;
}

.w-pagination-previous {
  color: #333;
  background-color: #fafafa;
  border: 1px solid #ccc;
  border-radius: 2px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 9px 20px;
  font-size: 14px;
  display: block;
}

.w-pagination-previous-icon {
  margin-right: 4px;
}

.w-pagination-next {
  color: #333;
  background-color: #fafafa;
  border: 1px solid #ccc;
  border-radius: 2px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 9px 20px;
  font-size: 14px;
  display: block;
}

.w-pagination-next-icon {
  margin-left: 4px;
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-embed-youtubevideo {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/youtube-placeholder.2b05e7d68d.svg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.w-embed-youtubevideo:empty {
  min-height: 75px;
  padding-bottom: 56.25%;
}

@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 {
  background-color: #f1f1f1;
  font-family: Barlow, Arial, sans-serif;
}

.utility-page-wrap {
  color: #fff;
  background-color: #f1f1f1;
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  font-family: Barlow, Arial, sans-serif;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 400px;
  max-width: 90%;
  display: flex;
}

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

.div-block-292 {
  color: #000;
  background-color: #000;
  width: 100%;
  height: 3px;
}

.div-block-292-copy-copy {
  background-color: #b9b9b9;
  width: 100%;
  height: 3px;
  box-shadow: inset -1px 1px 3px #313131;
}

.list-item-5 {
  color: #000;
  text-align: right;
  margin-right: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.list-item-5.off {
  display: none;
}

.text-block-11 {
  color: #000;
  margin-left: 10px;
  font-family: Barlow, Arial, sans-serif;
  font-size: 20px;
  font-weight: 600;
}

.button-copy-copy {
  color: #001871;
  background-color: #f2cd00;
  border: 1px solid #f2cd00;
  border-radius: 200px;
  padding: 15px 20px;
  text-decoration: none;
  transition: all .5s;
}

.button-copy-copy:hover {
  color: #001871;
  background-color: #f2cd00;
  transform: translate(-3px, -3px);
}

.mobile-margin-top-10 {
  justify-content: flex-end;
  align-items: center;
  margin-top: 20px;
  margin-left: 20px;
  margin-right: 20px;
  display: flex;
}

.mobile-margin-top-10.off {
  display: none;
}

.div-block-293 {
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 20px;
  display: flex;
  position: relative;
}

.icone-menu {
  color: #160042;
  cursor: pointer;
  background-color: #f2cd00;
  border: 1px solid #f2cd00;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  transition: all .5s;
  display: flex;
}

.icone-menu:hover {
  color: #642eff;
  background-color: #f2cd00;
  transform: translate(-2px, -2px);
}

.navbar-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.s-menu {
  z-index: 998;
  background-color: #fff;
  height: 85px;
  position: fixed;
  inset: 0% 0% auto;
}

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

.nav-menu-wrapper {
  z-index: 999;
  color: #000;
  background-color: #fff;
  min-width: 300px;
  min-height: 100vh;
  margin-top: 85px;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 0;
}

.div-block-292-copy-copy8, .div-block-292-cop1y-copy {
  background-color: #b9b9b9;
  width: 100%;
  height: 3px;
  box-shadow: inset -1px 1px 3px #313131;
}

.nav-link {
  color: #000;
  letter-spacing: .25px;
  margin-left: 0;
  margin-right: 0;
  padding: 5px 10px;
  font-size: 18px;
  font-weight: 600;
  line-height: 20px;
  text-decoration: none;
  transition: all .5s;
}

.nav-link:hover {
  color: var(--2);
}

.nav-link:focus-visible, .nav-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-link.w--current {
  color: var(--2);
  background-color: #f2cd0000;
  border: 1px solid #f2cd0000;
  border-radius: 5px;
}

.nav-link.ext {
  background-image: url('../images/right-up.svg');
  background-position: 100% 60%;
  background-repeat: no-repeat;
  background-size: 18px;
  padding-right: 20px;
}

.div-block-291 {
  z-index: 1;
  background-color: #0000;
  flex-direction: column;
  justify-content: space-between;
  width: 20px;
  height: 20px;
  display: flex;
  position: absolute;
}

.img-icone-menu {
  width: 16px;
  height: 16px;
}

.div-block-294 {
  cursor: pointer;
  justify-content: center;
  align-items: center;
  display: flex;
}

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

.image {
  cursor: pointer;
  width: 90px;
  transition: all .5s;
}

.image:hover {
  transform: scale(.95);
}

.div-block-291-copy {
  background-color: #0000;
  flex-direction: column;
  justify-content: space-between;
  width: 20px;
  height: 20px;
  display: flex;
  position: absolute;
}

.menu-button {
  color: var(--1);
  cursor: pointer;
  border: 1px solid #1d3868;
  border-radius: 15px;
  padding: 15px;
  font-size: 23px;
  transition: all .5s;
}

.menu-button:hover {
  background-color: #1d38682b;
}

.menu-button.w--open {
  color: var(--1);
  background-color: #1d386830;
}

.container-regular {
  width: 1260px;
  max-width: 90%;
  min-height: 30px;
  margin-left: auto;
  margin-right: auto;
}

.nav-menu {
  z-index: 999;
  background-color: #00187100;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-left: 0;
  display: block;
  position: relative;
}

.navbar-no-shadow-container {
  z-index: 5;
  color: #fff;
  background-color: #00187100;
  width: auto;
  max-width: none;
  height: 85px;
  margin-left: auto;
  margin-right: auto;
  padding: 10px 0;
}

.s-busca {
  background-color: #fff0;
  padding-top: 60px;
  padding-bottom: 100px;
  font-family: Barlow, Arial, sans-serif;
  font-weight: 600;
}

.search {
  border-radius: 0;
  min-height: 45px;
  margin-bottom: 0;
  display: inline-flex;
  overflow: hidden;
}

.search-input {
  text-align: left;
  border-radius: 200px;
  min-height: 45px;
  margin-bottom: 0;
  margin-right: 5px;
}

.search-result-item {
  margin-bottom: 40px;
  font-size: 15px;
}

.text-block-12 {
  color: #5f5f5f;
  margin-bottom: 10px;
  font-size: 15px;
}

.search-button {
  background-color: var(--1);
  background-image: url('../images/lupa.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 15px;
  border-radius: 200px;
  width: 45px;
  min-width: 45px;
  max-width: 45px;
  height: 45px;
  min-height: 45px;
  max-height: 45px;
  transition: all .6s;
}

.search-button:hover {
  background-color: #cd242b;
}

.heading {
  color: #fff;
  margin-top: 0;
  margin-bottom: 15px;
  font-weight: 600;
}

.div-block-297 {
  width: 1200px;
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.s-busca-inicio {
  background-image: radial-gradient(circle, #1dbdea, #1e8ecd);
  margin-top: 85px;
  padding-top: 100px;
  padding-bottom: 100px;
  font-family: Barlow, Arial, sans-serif;
  font-weight: 600;
}

.container {
  width: 1200px;
  max-width: 90%;
}

.link {
  color: var(--1);
  font-weight: 600;
}

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

.body-2 {
  background-color: #fff0;
}

.submit-button {
  background-color: var(--1);
  border-radius: 200px;
  min-height: 45px;
  padding-top: 12px;
  padding-bottom: 12px;
  font-weight: 600;
  transition: all .6s;
}

.submit-button:hover {
  background-color: var(--2);
}

.text-field {
  text-align: center;
  border-radius: 200px;
  min-height: 45px;
  margin-bottom: 5px;
  font-size: 15px;
  font-weight: 600;
}

.heading-2 {
  color: var(--1);
  margin-bottom: 10px;
  font-size: 27px;
  font-weight: 500;
}

.field-label {
  font-weight: 600;
  display: none;
}

.image-2 {
  width: 50px;
  margin-left: auto;
  margin-right: auto;
}

.div-block-299 {
  background-color: #fff;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 100px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.heading-3 {
  color: #000;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Barlow, Arial, sans-serif;
  font-size: 40px;
  font-weight: 500;
  line-height: 45px;
}

.body-3 {
  font-family: Barlow, Arial, sans-serif;
}

.btn {
  background-color: var(--1);
  text-align: center;
  background-image: url('../images/de-volta.svg');
  background-position: 20px;
  background-repeat: no-repeat;
  background-size: 20px;
  border-radius: 200px;
  width: 220px;
  min-height: 45px;
  padding: 15px 20px 15px 40px;
  font-size: 16px;
  font-weight: 600;
  transition: all .6s;
}

.btn:hover {
  background-color: var(--2);
  transform: translate(-3px, -3px);
}

.paragraph {
  font-size: 15px;
  font-weight: 400;
}

.section {
  background-image: radial-gradient(circle, #1dbdeac9, #1e8ecdf7), url('../images/sede.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  margin-top: 85px;
  padding-top: 100px;
  padding-bottom: 100px;
}

.container-padrao {
  width: 1200px;
  max-width: 90%;
  margin-top: 0;
}

.heading-4 {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Barlow, Arial, sans-serif;
  font-size: 50px;
  font-weight: 600;
  line-height: 60px;
}

.div-block-300 {
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  display: flex;
}

.section-2 {
  background-color: #fff0;
  padding-top: 100px;
  padding-bottom: 100px;
}

.grid {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  grid-template-rows: auto;
}

.paragraph-2 {
  font-size: 16px;
  font-weight: 500;
  line-height: 25px;
}

.text-span {
  color: var(--1);
  font-weight: 700;
}

.h2 {
  color: var(--1);
  margin-top: 0;
  margin-bottom: 30px;
  font-size: 45px;
  line-height: 50px;
}

.h2.centro {
  color: #0c396d;
  text-align: left;
  margin-top: 10px;
}

.h2.centro._2 {
  color: #fff;
  margin-bottom: 10px;
}

.h2.centro-copy {
  color: #0c396d;
  text-align: left;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 20px;
}

.h2.centro-copy._2 {
  color: #fff;
  margin-bottom: 10px;
}

.h2.centro-copy-copy {
  color: #0c396d;
  text-align: left;
  margin-top: 10px;
  margin-bottom: 20px;
}

.h2.centro2 {
  text-align: center;
}

.divisor {
  background-color: var(--2);
  width: 40px;
  height: 3px;
  margin-bottom: 30px;
}

.divisor.centro {
  background-color: #cd242b;
  margin-left: auto;
  margin-right: auto;
}

.div-block-303 {
  background-color: #fff;
  border-radius: 15px;
  padding: 40px;
}

.div-block-303.off {
  display: none;
}

.heading-5-co {
  color: var(--1);
  margin-top: 0;
  margin-bottom: 30px;
  font-size: 30px;
  font-weight: 700;
  line-height: 40px;
}

.btn-fotrm {
  border: 1px solid var(--1);
  color: #000;
  text-transform: uppercase;
  background-color: #cd242b00;
  border-radius: 200px;
  width: 100%;
  min-height: 45px;
  margin-top: 10px;
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 15px;
  font-weight: 600;
  transition: all .6s;
}

.btn-fotrm:hover {
  border-color: var(--2);
  background-color: var(--2);
  color: #fff;
}

.text-field-2 {
  border-radius: 10px;
  min-height: 45px;
}

.field-label-2 {
  color: #000;
  margin-bottom: 0;
  font-weight: 500;
}

.checkbox-label {
  line-height: 17px;
}

.checkbox-field {
  margin-top: 20px;
}

.whatsapp-btn {
  z-index: 2000;
  color: #16b831;
  background-color: #16b831;
  border-radius: 200px;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  margin-bottom: 20px;
  margin-right: 20px;
  transition: all .8s;
  display: flex;
  position: fixed;
  inset: auto 0% 0% auto;
}

.whatsapp-btn:hover {
  transform: scale(1.1);
}

.image-38 {
  width: 22px;
}

.div-block-304 {
  border-radius: 30px;
  margin-top: 100px;
  overflow: hidden;
}

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

.div-block-306 {
  display: inline-flex;
}

.text-block-13 {
  color: var(--2);
  font-size: 15px;
  font-weight: 500;
}

.btn-azul {
  text-transform: uppercase;
  background-color: #0c396d;
  border-radius: 200px;
  min-height: 45px;
  padding: 15px 20px;
  font-size: 15px;
  font-weight: 600;
  transition: all .6s;
}

.btn-azul:hover {
  background-color: var(--2);
  transform: translate(-3px, -3px);
}

.btn-vermelho {
  background-color: var(--2);
  border-radius: 200px;
  min-height: 45px;
  padding: 15px 20px;
  font-size: 16px;
  font-weight: 600;
  transition: all .6s;
}

.btn-vermelho:hover {
  background-color: var(--1);
  transform: translate(-3px, -3px);
}

.bloco-label {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 5px;
  display: inline-flex;
}

.image-39 {
  width: 13px;
  min-width: 13px;
  max-width: 13px;
  height: 13px;
  min-height: 13px;
  max-height: 13px;
  margin-right: 5px;
}

.section-3 {
  background-color: #fff;
  padding-top: 100px;
  padding-bottom: 100px;
}

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

.grid-2 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-columns: 1fr 1fr 1fr;
}

.div-block-308 {
  text-align: center;
  border: 2px solid #cd242b1c;
  border-radius: 20px;
  padding: 40px;
  transition: all .6s;
}

.div-block-308:hover {
  background-color: #cd242b08;
}

.heading-5 {
  color: var(--1);
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 25px;
  font-weight: 600;
  line-height: 30px;
}

.paragraph-3 {
  font-size: 15px;
  line-height: 23px;
}

.div-block-309 {
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  display: flex;
}

.image-40 {
  width: 40px;
  margin-bottom: 20px;
}

.btn-ext {
  background-color: var(--1);
  text-transform: uppercase;
  background-image: url('../images/icone-seta.svg');
  background-position: 95%;
  background-repeat: no-repeat;
  background-size: 30px;
  border-radius: 200px;
  min-height: 45px;
  padding: 15px 50px 15px 20px;
  font-size: 15px;
  font-weight: 600;
  transition: all .6s;
}

.btn-ext:hover {
  background-color: var(--2);
  transform: translate(-3px, -3px);
}

.section-4 {
  background-color: var(--1);
}

.rodape {
  background-color: #18376c;
  border-bottom: 1px solid #e4ebf3;
  padding: 50px 0 15px;
  position: relative;
}

.container-2 {
  width: 1200px;
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.footer-wrapper {
  justify-content: center;
  align-items: center;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.footer-brand {
  text-align: center;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: block;
}

.footer-content {
  grid-column-gap: 47px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: auto auto auto auto auto;
  grid-auto-columns: 1fr;
  width: 100%;
  margin-top: 20px;
  display: grid;
}

.footer-block {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.title-small {
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  border-bottom: 0 solid #fff;
  margin-bottom: 30px;
  padding-bottom: 0;
  font-size: 15px;
  font-weight: 700;
  line-height: 16px;
}

.footer-link {
  color: #fff;
  cursor: pointer;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  font-size: 14px;
  line-height: 16px;
  text-decoration: none;
  transition: all .5s;
}

.footer-link:hover {
  color: var(--4);
  transform: translate(5px);
}

.footer-social-block {
  justify-content: flex-start;
  align-items: center;
  margin-top: 12px;
  margin-left: -12px;
  display: flex;
}

.footer-social-link {
  margin-left: 12px;
}

.footer-divider {
  background-color: #fff3;
  width: 1200px;
  max-width: 90%;
  height: 1px;
  margin: 40px auto 15px;
}

.footer-copyright-center {
  color: #fff;
  text-align: left;
  width: auto;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  font-size: 12px;
  line-height: 16px;
}

.image-41 {
  width: 100px;
}

.grid-3 {
  grid-template-rows: auto;
  width: 1200px;
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.footer-copyright-center-copy {
  color: #fff;
  text-align: right;
  width: auto;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  font-size: 12px;
  line-height: 16px;
}

.link-2 {
  color: #fff;
}

.div-block-310 {
  margin-top: 20px;
  margin-right: 20px;
  display: inline-flex;
}

.image-456 {
  width: 100px;
}

.image-456._2 {
  width: 70px;
}

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

.div-block-312 {
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 15px;
  display: inline-flex;
}

.image-457 {
  width: 13px;
  min-width: 13px;
  max-width: 13px;
  height: 13px;
  min-height: 13px;
  max-height: 13px;
  margin-top: 2px;
  margin-right: 7px;
}

.div-block-313 {
  background-color: #fff;
  height: 1px;
}

.section-pp {
  background-image: radial-gradient(circle, #1dbdea, #1e8ecd);
  margin-top: 85px;
  padding-top: 100px;
  padding-bottom: 100px;
}

.text-block-14 {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 600;
}

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

.paragraph-4 {
  font-size: 17px;
  line-height: 28px;
}

.bold-text {
  color: var(--1);
  font-size: 25px;
}

.text-block-15 {
  color: #fff;
  text-align: center;
  width: 600px;
  max-width: 90%;
  font-size: 20px;
  font-weight: 600;
  line-height: 25px;
}

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

.footer-divider-copy {
  background-color: var(--4);
  background-color: #fff3;
  width: auto;
  max-width: none;
  height: 1px;
  margin: 60px auto 15px;
}

.section-contato {
  background-image: radial-gradient(circle, #1dbdeac9, #1e8ecdf7), url('../images/sede.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  margin-top: 85px;
  padding-top: 100px;
  padding-bottom: 100px;
}

.section-6 {
  background-color: #fff0;
  padding-top: 0;
  padding-bottom: 100px;
}

.code-embed {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.div-block-316 {
  border-radius: 10px;
  overflow: hidden;
}

.section-7 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.grid-4 {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  grid-template-rows: auto;
}

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

.heading-6 {
  color: var(--1);
  margin-top: 0;
  margin-bottom: 20px;
  font-weight: 600;
}

.list-item-6 {
  margin-bottom: 10px;
}

.list-item-6a, .div-block-317-copy {
  margin-bottom: 0;
}

.image-458 {
  width: 15px;
  min-width: 15px;
  max-width: 15px;
  height: 15px;
  min-height: 15px;
  max-height: 15px;
  margin-top: 2px;
  margin-right: 10px;
}

.text-block-16 {
  color: #000;
  text-decoration: none;
}

.div-block-318 {
  justify-content: flex-start;
  align-items: flex-start;
  display: inline-flex;
}

.bold-text-2 {
  color: var(--1);
}

.text-block-17 {
  color: var(--1);
  text-align: center;
  font-size: 20px;
  line-height: 30px;
}

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

.bold-text-3 {
  color: var(--2);
  background-image: url('../images/mapas-e-bandeiras.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 17px;
  padding-left: 20px;
}

.footer-divider-c {
  background-color: #00000026;
  width: auto;
  max-width: none;
  height: 1px;
  margin: 40px auto 0;
}

.section-blog {
  background-image: radial-gradient(circle, #1dbdeac9, #1e8ecdf7), url('../images/7413.webp');
  background-position: 0 0, 50% 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  margin-top: 85px;
  padding-top: 100px;
  padding-bottom: 100px;
}

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

.grid-5 {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: .4fr 1.6fr;
  width: 95%;
  margin-left: auto;
  margin-right: auto;
}

.div-block-320 {
  background-color: #fff;
  border-radius: 20px;
  padding: 20px;
}

.collection-list {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.image-459 {
  border-radius: 10px;
  width: 100%;
}

.h4-blog {
  color: #000;
  max-width: none;
  margin: 15px auto 10px;
  font-weight: 600;
}

.button {
  border: 1px solid var(--1);
  color: #000;
  text-transform: uppercase;
  background-color: #0c396d00;
  border-radius: 200px;
  font-size: 13px;
  font-weight: 500;
  transition: all .6s;
}

.button:hover {
  border-color: var(--2);
  background-color: var(--2);
  color: #fff;
}

.section-blog-template {
  background-image: url('../images/7413.webp');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  margin-top: 85px;
  padding-top: 0;
  padding-bottom: 0;
}

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

.text-block-18 {
  color: var(--1);
  margin-bottom: 10px;
  font-weight: 600;
}

.collection-item {
  margin-bottom: 5px;
  margin-right: 5px;
  display: inline-flex;
}

.text-block-19 {
  color: #000;
  cursor: pointer;
  border: 1px solid #cd242b45;
  border-radius: 200px;
  padding: 3px 10px;
  font-size: 13px;
  text-decoration: none;
  transition: all .5s;
}

.text-block-19:hover {
  background-color: #cd242b17;
}

.text-block-15-2 {
  border: 1px solid var(--1);
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  background-color: #0c396d38;
  border-radius: 200px;
  margin-bottom: 0;
  padding: 5px 15px;
  font-size: 15px;
  font-weight: 600;
  line-height: 25px;
}

.section-blog-tag {
  background-image: radial-gradient(circle, #1dbdeac9, #1e8ecdf7), url('../images/7413.webp');
  background-position: 0 0, 50% 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  margin-top: 85px;
  padding-top: 100px;
  padding-bottom: 100px;
}

.link-block {
  width: 30px;
  height: 30px;
}

.sm {
  color: #000;
  cursor: pointer;
  border: 1px solid #cd242b45;
  border-radius: 200px;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  margin-right: 5px;
  padding: 0;
  font-size: 13px;
  text-decoration: none;
  transition: all .5s;
  display: flex;
}

.sm:hover {
  background-color: #cd242b17;
}

.image-460 {
  width: 12px;
  height: 12px;
}

.div-block-322 {
  display: inline-flex;
}

.image-461 {
  opacity: .6;
  cursor: pointer;
  width: 50px;
  transition: all .5s;
}

.image-461:hover {
  opacity: 1;
}

.collection-list-2 {
  text-align: left;
}

.collection-item-2 {
  margin-bottom: 10px;
  margin-right: 10px;
  display: inline-flex;
}

.search-b {
  min-height: 45px;
  margin-bottom: 0;
  display: inline-flex;
}

.div-block-323 {
  margin-top: 20px;
  display: inline-flex;
}

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

.rich-text-block {
  border-bottom: 1px solid #c5c5c5;
  font-size: 16px;
  line-height: 30px;
}

.btn-voltar {
  background-color: var(--1);
  text-transform: uppercase;
  background-image: url('../images/de-volta.svg');
  background-position: 20px;
  background-repeat: no-repeat;
  background-size: 15px;
  border-radius: 200px;
  min-height: 45px;
  padding: 15px 20px 15px 50px;
  font-size: 15px;
  font-weight: 600;
  transition: all .6s;
}

.btn-voltar:hover {
  background-color: var(--2);
  transform: translate(-3px, -3px);
}

.collection-list-3 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.link-block-2 {
  width: 100%;
  text-decoration: none;
}

.heading-7 {
  color: #000;
  margin-top: 5px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 18px;
  text-decoration: none;
}

.image-462 {
  border-radius: 10px;
  width: 100%;
}

.section-blog-marcas {
  background-image: radial-gradient(circle, #1dbdeac9, #1e8ecdf7), url('../images/7413.webp');
  background-position: 0 0, 50% 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  margin-top: 85px;
  padding-top: 100px;
  padding-bottom: 100px;
}

.image-463 {
  width: 200px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.empty-state {
  color: var(--1);
  text-align: center;
  text-transform: uppercase;
  background-color: #0c396d17;
  border-radius: 20px;
  padding: 40px;
  font-size: 25px;
  font-weight: 600;
}

.section-encontrar {
  background-image: radial-gradient(circle, #1dbdeac9, #1e8ecdf7), url('../images/sede.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  margin-top: 0;
  padding-top: 140px;
  padding-bottom: 140px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.section-9 {
  background-color: #fff;
  padding-top: 100px;
  padding-bottom: 100px;
}

.heading-8 {
  color: var(--1);
  text-align: center;
  max-width: 600px;
  margin: 0 auto 20px;
  font-size: 40px;
  line-height: 40px;
}

.paragraph-5 {
  text-align: center;
  width: 700px;
  margin-top: 10px;
  margin-left: auto;
  margin-right: auto;
  font-size: 20px;
  font-weight: 500;
  line-height: 25px;
}

.div-block-325, .div-block-326 {
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  display: flex;
}

.section-quemsomos, .section-marcas {
  background-image: radial-gradient(circle, #1dbdeac9, #1e8ecdf7), url('../images/7413.webp');
  background-position: 0 0, 50% 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  margin-top: 85px;
  padding-top: 100px;
  padding-bottom: 100px;
}

.section-10 {
  background-color: #fff;
  padding-top: 100px;
  padding-bottom: 100px;
}

.grid-6 {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr;
}

.div-block-327 {
  margin-top: 60px;
}

.div-block-328 {
  border: 0px solid var(--4);
  background-color: #0c396d12;
  border-radius: 20px;
  padding: 60px;
}

.grid-7 {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
}

.image-464 {
  width: 100%;
}

.heading-9 {
  color: var(--1);
  margin-top: 0;
  margin-bottom: 5px;
}

.text-block-20 {
  color: var(--2);
  font-size: 16px;
  font-weight: 600;
}

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

.paragraph-6 {
  text-align: left;
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 15px;
  font-weight: 400;
  line-height: 23px;
}

.div-block-330 {
  margin-bottom: 5px;
  margin-right: 5px;
  display: inline-flex;
}

.text-block-21 {
  color: #000;
  text-transform: none;
  cursor: pointer;
  border: 1px solid #cd242b45;
  border-radius: 8px;
  padding: 3px 10px;
  font-weight: 500;
  text-decoration: none;
  transition: all .6s;
}

.text-block-21:hover {
  background-color: #cd242b1a;
}

.text-span-2 {
  color: var(--1);
  font-weight: 700;
}

.div-block-331 {
  text-align: left;
  padding-top: 20px;
  padding-bottom: 20px;
}

.div-block-332 {
  background-color: #fff;
  border-radius: 15px;
  justify-content: center;
  align-items: center;
  padding: 40px;
  display: flex;
}

.text-span-3 {
  color: var(--2);
}

.div-block-333 {
  background-image: linear-gradient(#ffffffd9, #ffffffd9), url('../images/12216.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  border-radius: 20px;
  margin-top: 100px;
  padding: 0 60px 60px;
}

.image-465 {
  width: 30px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 10px;
  display: block;
}

.heading-10 {
  color: var(--1);
  text-align: center;
  text-transform: none;
  max-width: 800px;
  margin: 0 auto 30px;
  font-size: 45px;
  font-weight: 600;
  line-height: 50px;
}

.div-block-334 {
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  display: flex;
}

.text-span-4 {
  color: var(--2);
}

.section-11 {
  z-index: 5;
  background-color: #fff;
  padding-top: 80px;
  padding-bottom: 0;
  position: relative;
}

.grid-8 {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
}

.image-466 {
  border-radius: 20px;
  width: 100%;
}

.section-12 {
  z-index: 2;
  background-color: #fff;
  padding-top: 100px;
  padding-bottom: 100px;
  position: relative;
}

.timeline10_progress-line {
  z-index: 0;
  background-color: #cd242b;
  width: 3px;
  height: 50vh;
  margin-top: -50vh;
  position: sticky;
  top: 0;
}

.timeline10_item {
  z-index: 2;
  grid-column-gap: .375rem;
  grid-row-gap: .375rem;
  background-color: #fff;
  border: 1px solid #e7eaee;
  border-radius: 12px;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 12rem 1fr;
  grid-auto-columns: 1fr;
  padding: 2rem;
  display: flex;
  overflow: hidden;
}

.timeline10_item.is-alternate {
  background-color: #0c396d;
  box-shadow: 0 2px 5px #0003;
}

.timeline10_content {
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-items: center;
  display: grid;
  position: relative;
}

.timeline10_list {
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.timeline10_circle {
  z-index: 2;
  background-color: #cd242b;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: .9375rem;
  height: .9375rem;
  margin-top: 3rem;
  box-shadow: 0 0 0 8px #fff;
}

.padding-section-large {
  padding-top: 0;
  padding-bottom: 7rem;
}

.timeline10_progress {
  z-index: 0;
  flex-direction: column;
  align-items: center;
  width: 2rem;
  height: 100%;
  display: flex;
  position: absolute;
}

.text-size-tiny {
  color: #4b5563;
  font-size: .875rem;
}

.text-size-tiny.text-color-586174 {
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.4rem;
}

.text-size-tiny.text-color-white {
  color: #fff;
  font-family: Barlow, Arial, sans-serif;
  font-size: 1.2rem;
  line-height: 1.4rem;
}

.timeline10_progress-line-cover {
  z-index: 1;
  background-color: #fff;
  width: 100%;
  height: 50vh;
  position: absolute;
  top: -50vh;
}

.timeline10_row {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr max-content 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.timeline10_fade-overlay-bottom {
  z-index: 1;
  background-image: linear-gradient(#fff0, #fff);
  width: 4px;
  height: 4rem;
  position: absolute;
  bottom: 0%;
}

.spacer-xxlarge {
  width: 100%;
  padding-top: 10rem;
}

.timeline-heading {
  color: #0c396d;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.2;
}

.timeline-heading.text-color-586174 {
  color: #0c396d;
  font-weight: 700;
}

.timeline-heading.text-color-white {
  color: #fff;
}

.timeline10_line {
  background-color: #d9dadb;
  width: 3px;
  height: 100%;
}

.timeline10_circle-wrapper {
  z-index: 1;
  justify-content: center;
  width: 2rem;
  display: flex;
  position: relative;
}

.max-width-large {
  width: 100%;
  max-width: 48rem;
}

.div-block-17 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  display: flex;
}

.timeline10_fade-overlay-top {
  z-index: 1;
  background-image: linear-gradient(#fff, #0000);
  width: 4px;
  height: 4rem;
  position: absolute;
}

.timeline10_empty-space {
  width: 100%;
}

.heading-style-h6 {
  font-family: Montserrat, sans-serif;
  font-size: 1.25rem;
  font-weight: 800;
  line-height: 1.4;
}

.heading-style-h6.text-color-white {
  color: var(--4);
}

.heading-style-h6.text-color-db4729 {
  color: #cd242b;
  font-family: Barlow, Arial, sans-serif;
  font-size: 2rem;
}

.div-block-335 {
  z-index: 2;
  position: relative;
}

.section-13 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.paragraph-2-copy {
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
}

.text-span-5 {
  color: var(--1);
  font-weight: 700;
}

.div-block-336 {
  margin-top: 60px;
}

.grid-9, .grid-9-c {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
}

.bloco-numero {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border: 2px solid #cd242b24;
  border-radius: 20px;
  padding: 30px 40px 35px;
}

.bloco-numero._1 {
  background-image: linear-gradient(#1e8ecde6, #1e8ecde6), url('../images/021A5940-1.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.bloco-numero._2 {
  background-image: linear-gradient(#1e8ecde6, #1e8ecde6), url('../images/equipe.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.bloco-numero._3 {
  background-image: linear-gradient(#1e8ecde6, #1e8ecde6), url('../images/sede.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.list-item-7 {
  margin-bottom: 15px;
}

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

.image-467 {
  width: 17px;
  height: 17px;
  margin-right: 10px;
}

.text-block-22 {
  font-size: 15px;
  font-weight: 500;
}

.div-block-339 {
  background-color: #00000017;
  height: 1px;
  margin-top: 15px;
}

.div-block-339-copy {
  background-color: #00000017;
  height: 1px;
  margin-top: 15px;
  margin-bottom: 15px;
}

.slider {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  height: auto;
  min-height: auto;
  padding-top: 0;
  display: flex;
}

.icon, .icon-2 {
  border: 1px solid var(--4);
  color: #fff;
  background-color: #1dbdea33;
  border-radius: 200px;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  font-size: 12px;
  display: flex;
}

.s-home-video {
  background-color: #fff;
  padding-top: 100px;
  padding-bottom: 100px;
}

.div-block-340 {
  z-index: 2;
  color: #cd242b;
  border-radius: 30px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
}

.section-14 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.div-block-341 {
  margin-top: 60px;
}

.grid-10 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

.bloco-marcas-home {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  background-color: #fff;
  border: 2px solid #cd242b26;
  border-radius: 25px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding: 60px 20px;
  transition: all .6s;
  display: grid;
}

.bloco-marcas-home:hover {
  transform: scale(1.01);
}

.section-15 {
  background-color: #fff;
  padding-top: 100px;
  padding-bottom: 40px;
}

.div-block-342 {
  margin-top: 60px;
}

.grid-11 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.div-block-343 {
  justify-content: center;
  align-items: center;
  margin-top: 60px;
  display: flex;
}

.blog-home {
  background-color: #f1f1f1;
  border-radius: 10px;
  padding: 5px 5px 30px;
}

.div-block-344 {
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.h4-blog-home {
  color: #000;
  max-width: 90%;
  margin: 20px auto 10px;
  font-weight: 600;
}

.section-16 {
  padding-top: 100px;
  padding-bottom: 100px;
}

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

.grid-12 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.div-block-346 {
  border-top: 3px solid var(--2);
  text-align: left;
  background-color: #fff;
  border-radius: 15px;
  padding: 0 40px 40px;
}

.image-468 {
  width: 40px;
  margin-bottom: 20px;
}

.paragraph-7 {
  margin-top: 30px;
  font-size: 17px;
  font-weight: 500;
  line-height: 25px;
}

.text-block-23 {
  border-left: 2px solid var(--2);
  margin-top: 30px;
  padding-left: 10px;
  font-style: italic;
  font-weight: 500;
}

.image-469 {
  border-radius: 0;
  width: 100%;
  max-width: 80%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

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

.heading-11 {
  color: var(--1);
  text-align: center;
  margin-top: 0;
}

.div-block-348 {
  background-color: #fff;
  border-right: 1px solid #e4e4e4;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  padding: 20px;
}

.div-block-349 {
  text-align: left;
  margin-top: 0;
}

.heading-12 {
  color: var(--1);
  text-align: left;
  margin-top: 0;
  font-size: 30px;
  line-height: 40px;
}

.paragraph-8 {
  text-align: left;
  max-width: 300px;
  margin-left: 0;
  margin-right: auto;
  font-size: 15px;
  font-weight: 500;
}

.div-block-350 {
  justify-content: flex-start;
  align-items: center;
  margin-top: 20px;
  display: flex;
}

.btn-ext-2 {
  border: 1px solid var(--1);
  color: #000;
  text-transform: uppercase;
  background-color: #0f0f0f00;
  border-radius: 200px;
  min-height: 45px;
  padding: 12px 20px 10px;
  font-size: 13px;
  font-weight: 600;
  transition: all .6s;
}

.btn-ext-2:hover {
  border-color: var(--2);
  background-color: var(--2);
  color: #fff;
  transform: translate(-3px, -3px);
}

.div-block-351 {
  background-image: linear-gradient(125deg, var(--1), var(--5));
  text-align: center;
  border-radius: 30px;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  padding: 40px;
  display: block;
}

.div-block-352 {
  justify-content: center;
  align-items: center;
  max-width: 90%;
  min-height: auto;
  margin-left: auto;
  margin-right: auto;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.heading-13 {
  color: #fff;
  text-align: left;
  text-transform: uppercase;
  max-width: none;
  margin: 0 auto;
  font-size: 60px;
  line-height: 75px;
}

.right-arrow, .left-arrow {
  width: 45px;
  display: none;
}

.image-470 {
  width: 180px;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
}

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

.div-block-310-copy {
  margin-top: 20px;
  margin-right: 20px;
  display: inline-flex;
}

.btn-senha {
  background-color: var(--1);
  text-align: center;
  border-radius: 200px;
  width: 100%;
  min-height: 45px;
  margin-left: auto;
  margin-right: auto;
  padding: 15px 20px;
  font-size: 16px;
  font-weight: 600;
  transition: all .6s;
}

.btn-senha:hover {
  background-color: var(--2);
  transform: translate(-3px, -3px);
}

.div-block-354 {
  justify-content: center;
  align-items: center;
  margin-bottom: 15px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

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

.image-471 {
  border-radius: 20px;
  width: 100%;
}

.div-block-356 {
  background-image: radial-gradient(circle, #1dbdead9, #1e8ecdf2);
  padding-top: 100px;
  padding-bottom: 100px;
}

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

.list-item-5-copy {
  color: #000;
  text-align: right;
  margin-top: 20px;
  margin-right: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.list-item-5-copy.off {
  display: none;
}

.div-block-358 {
  background-color: #0c396d47;
  border: 1px solid #0c396d;
  border-radius: 200px;
  padding: 5px 15px;
  display: inline-flex;
}

.div-block-358.home {
  background-color: #0c396d2b;
}

.link-3 {
  color: #fff;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 500;
  text-decoration: none;
  display: inline-flex;
}

.link-3.w--current {
  color: #fff;
}

.image-472 {
  width: 15px;
  margin-left: 5px;
  margin-right: 5px;
}

.text-block-24 {
  color: var(--1);
  background-color: #fff;
  border-radius: 10px;
  margin-top: 0;
  padding: 3px 10px;
  font-size: 12px;
  font-weight: 500;
}

.div-block-359 {
  border: 1px solid #d3d3d3;
  border-radius: 15px;
  padding: 10px;
}

.div-block-360 {
  width: 100%;
  max-width: 90%;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
}

.div-block-361 {
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
  display: flex;
}

.text-block-15-copyf {
  color: #fff;
  text-align: center;
  width: 400px;
  max-width: 90%;
  font-size: 20px;
  font-weight: 600;
  line-height: 25px;
}

.link-block-3 {
  text-decoration: none;
}

.link-block-4, .code-embed-2 {
  text-transform: none;
}

.link-block-5 {
  text-decoration: none;
}

.div-block-362 {
  justify-content: center;
  align-items: center;
  margin-bottom: 40px;
  display: flex;
}

.div-block-363 {
  background-color: #fff;
  border-radius: 200px;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 70px;
  margin-top: -35px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  box-shadow: 0 0 20px #0000001a;
}

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

.container-3 {
  width: 1200px;
  max-width: 90%;
}

.div-block-364 {
  background-color: #c2c2c2;
  padding: 140px 20px;
}

.heading-14 {
  color: #7a7a7a;
  text-align: center;
}

.div-block-365 {
  margin-top: 60px;
}

.div-block-333-copy {
  background-image: linear-gradient(#ffffffd9, #ffffffd9), url('../images/021A5940-1.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  border-radius: 20px;
  margin-top: 0;
  padding: 60px;
}

.link-block-6 {
  text-transform: none;
  width: 23.6927%;
  height: 100%;
  text-decoration: none;
}

.section-18 {
  background-color: #fff;
  padding-top: 100px;
}

.container-4 {
  width: 1200px;
  max-width: 90%;
}

.collection-list-4 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.link-block-7 {
  text-decoration: none;
}

.btn-ext-3 {
  border: 1px solid var(--1);
  background-color: var(--1);
  color: #fff;
  text-transform: uppercase;
  border-radius: 200px;
  min-height: 45px;
  padding: 12px 20px 10px;
  font-size: 13px;
  font-weight: 600;
  transition: all .6s;
}

.btn-ext-3:hover {
  border-color: var(--2);
  background-color: var(--2);
  color: #fff;
  transform: translate(-3px, -3px);
}

.div-block-366 {
  margin-left: 5px;
}

.paragraph-9 {
  color: #fff;
  text-align: left;
  max-width: 600px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  font-size: 25px;
  font-weight: 400;
  line-height: 30px;
}

.grid-13 {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
}

.paragraph-10 {
  font-size: 16px;
  line-height: 23px;
}

.text-span-6 {
  color: var(--2);
}

.grid-14 {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: 1.25fr .75fr;
}

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

.f-testimonial-background {
  z-index: 0;
  background-color: var(--1);
  width: 100%;
  height: 30%;
  position: absolute;
  inset: auto 0% 0%;
}

.div-block-367 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 15px;
  justify-content: flex-start;
  align-items: flex-end;
  height: 180px;
  padding-bottom: 10px;
  padding-left: 10px;
  display: flex;
}

.link-block-8 {
  text-decoration: none;
}

.div-block-368 {
  justify-content: flex-start;
  align-items: center;
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.link-3-copy {
  color: var(--1);
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 500;
  text-decoration: none;
  display: inline-flex;
}

.link-3-copy.w--current {
  color: #fff;
}

.grid-15 {
  grid-template-rows: auto;
}

.div-block-369 {
  max-width: 90%;
  margin-bottom: 10px;
  margin-left: auto;
  margin-right: auto;
}

.div-block-370 {
  display: inline-flex;
}

.grid-16 {
  grid-template-rows: auto;
  grid-template-columns: .75fr 1.25fr;
  margin-bottom: 20px;
}

.heading-15 {
  margin-top: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
}

.image-473 {
  border-radius: 20px;
}

.div-block-371 {
  margin-top: 20px;
  display: none;
}

.div-block-372 {
  text-align: left;
}

.div-block-371-copy {
  width: 100%;
  margin-top: 20px;
}

.div-block-363-copy {
  background-color: #fff;
  border-radius: 200px;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 70px;
  margin-top: -35px;
  margin-left: auto;
  margin-right: auto;
  display: inline-flex;
  box-shadow: 0 0 20px #0000001a;
}

.div-block-374 {
  text-align: left;
  margin-top: 0;
}

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

.div-block-376 {
  display: inline-flex;
}

.div-block-377 {
  justify-content: center;
  align-items: center;
  margin-right: 15px;
  display: flex;
}

.image-474 {
  width: 30px;
}

.search-b-copy, .search-b-co {
  min-height: 45px;
  margin-bottom: 0;
  display: inline-flex;
}

.container-5 {
  width: 1200px;
  max-width: 90%;
}

.image-475 {
  border-radius: 50px;
  width: 100%;
}

.section-19 {
  padding-top: 60px;
}

.title-small-copy {
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 30px;
  font-size: 15px;
  font-weight: 700;
  line-height: 16px;
}

.heading-16 {
  color: var(--5);
  background-color: #cd242b00;
  margin-top: 30px;
  margin-bottom: 5px;
  font-size: 16px;
  font-weight: 600;
}

.collection-item-3 {
  margin-bottom: 5px;
  margin-right: 5px;
  display: inline-flex;
}

.text-block-25 {
  display: none;
}

.section-20 {
  margin-top: 85px;
}

.collection-list-5 {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.image-476 {
  width: 100%;
}

.heading-17 {
  color: var(--1);
  text-align: center;
  font-size: 25px;
  line-height: 35px;
}

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

.collection-list-6 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.heading-18 {
  color: var(--1);
  margin: 0;
}

.text-block-26 {
  background-image: url('../images/mapas-e-bandeiras.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 13px;
  justify-content: center;
  align-items: center;
  margin-top: 5px;
  padding-left: 17px;
  font-weight: 600;
  display: inline-flex;
}

.code-embed-3 {
  background-color: #e2e2e2;
  margin: 0;
}

.div-block-379 {
  border-radius: 20px;
  height: auto;
  overflow: hidden;
}

.text-block-27 {
  display: none;
}

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

.section-21 {
  padding-top: 80px;
  padding-bottom: 80px;
}

.container-6 {
  width: 1200px;
  max-width: 90%;
}

.collection-list-7 {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.image-477 {
  border-radius: 10px;
  width: 100%;
}

.heading-19 {
  color: var(--1);
  text-align: center;
  text-transform: uppercase;
  margin-top: 5px;
  font-size: 26px;
}

.text-span-8 {
  color: var(--4);
}

.section-22 {
  margin-top: 85px;
}

.slide {
  background-image: linear-gradient(88deg, #041f3de6, #0c396df2), url('../images/021A5940-1.webp');
  background-position: 0 0, 0 0;
  background-size: auto, auto;
  min-height: 90vh;
}

.slide-nav {
  font-size: 8px;
}

.section-23 {
  background-color: var(--5);
  background-image: radial-gradient(circle farthest-corner at 50% 50%, var(--4), var(--5)), linear-gradient(117deg, var(--4), var(--5));
  padding-top: 80px;
  padding-bottom: 80px;
}

.container-7 {
  width: 1200px;
  max-width: 90%;
}

.grid-17 {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: 1.25fr .75fr;
}

.image-478 {
  width: 100%;
}

.grid-18 {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
}

.paragraph-11 {
  color: #fff;
  margin-top: 15px;
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
}

.section-24 {
  margin: 0;
}

.creator_content {
  display: flex;
}

.creator_block {
  background-color: #fff;
  border-radius: 0;
  min-width: 200px;
  margin-right: 0;
  padding: 0;
  display: block;
}

.image-5 {
  width: 100%;
}

.paragraph-10-copygn {
  color: #fff;
  font-size: 16px;
  line-height: 23px;
}

.div-block-381 {
  color: #fff;
}

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

.div-block-358-copy {
  border: 1px solid var(--1);
  background-color: #0c396d36;
  border-radius: 200px;
  padding: 5px 15px;
  display: inline-flex;
}

.div-block-358-copy.home {
  background-color: #0c396d2b;
}

.link-3-copy-copy {
  color: #fff;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 500;
  text-decoration: none;
  display: inline-flex;
}

.link-3-copy-copy.w--current {
  color: #fff;
}

.text-span-6-copy {
  color: var(--4);
}

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

.container-8 {
  width: 1200px;
  max-width: 90%;
}

.grid-19 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.grid-13-copy {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  text-align: center;
  grid-template-rows: auto;
  display: block;
}

.div-block-385 {
  overflow: hidden;
}

.text-block-28 {
  text-align: center;
  font-size: 20px;
  font-weight: 600;
  line-height: 25px;
}

.code-embed-4 {
  border: 0px solid var(--2);
  border-radius: 20px;
}

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

.btn-ext-copybh {
  border: 1px solid var(--4);
  text-transform: uppercase;
  background-color: #0c396d00;
  background-image: url('../images/icone-seta.svg');
  background-position: 95%;
  background-repeat: no-repeat;
  background-size: 30px;
  border-radius: 200px;
  min-height: 45px;
  padding: 15px 50px 15px 20px;
  font-size: 15px;
  font-weight: 600;
  transition: all .6s;
}

.btn-ext-copybh:hover {
  border-color: var(--2);
  background-color: var(--2);
  transform: translate(-3px, -3px);
}

.slide-copy {
  background-image: linear-gradient(84deg, #041f3dd9, #0c396dd9), url('../images/12216.webp');
  background-position: 0 0, 0 0;
  background-size: auto, auto;
  min-height: 90vh;
}

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

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

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

.numeros {
  color: var(--5);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 60px;
  font-weight: 400;
  line-height: 70px;
}

.numeros.counter-number {
  color: #fff;
  line-height: 60px;
}

.text-block-29 {
  color: #fff;
  font-size: 20px;
}

.btn-ext-3-copy {
  border: 1px solid var(--1);
  background-color: var(--1);
  color: #fff;
  text-transform: uppercase;
  border-radius: 200px;
  min-height: 45px;
  padding: 12px 20px 10px;
  font-size: 13px;
  font-weight: 600;
  transition: all .6s;
}

.btn-ext-3-copy:hover {
  border-color: var(--2);
  background-color: var(--2);
  color: #fff;
  transform: translate(-3px, -3px);
}

.btn-local {
  background-color: var(--1);
  text-transform: uppercase;
  background-image: url('../images/pin.svg');
  background-position: 95%;
  background-repeat: no-repeat;
  background-size: 30px;
  border-radius: 200px;
  min-height: 45px;
  padding: 15px 50px 15px 20px;
  font-size: 15px;
  font-weight: 600;
  transition: all .6s;
}

.btn-local:hover {
  background-color: var(--2);
  transform: translate(-3px, -3px);
}

.bloco-numero-copy {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border: 2px solid #cd242b24;
  border-radius: 20px;
  padding: 30px 40px 35px;
}

.bloco-numero-copy._1 {
  background-image: linear-gradient(#1e8ecde6, #1e8ecde6), url('../images/021A5940-1.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.bloco-numero-copy._2 {
  background-image: linear-gradient(#1e8ecde6, #1e8ecde6), url('../images/equipe.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.bloco-numero-copy._3 {
  background-image: linear-gradient(#1e8ecde6, #1e8ecde6), url('../images/sede.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.bloco-numero-copy-copy {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border: 2px solid #cd242b24;
  border-radius: 20px;
  padding: 30px 40px 35px;
}

.bloco-numero-copy-copy._1 {
  background-image: linear-gradient(#1e8ecde6, #1e8ecde6), url('../images/021A5940-1.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.bloco-numero-copy-copy._2 {
  background-image: linear-gradient(#1e8ecde6, #1e8ecde6), url('../images/equipe.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.bloco-numero-copy-copy._3 {
  background-image: linear-gradient(#1e8ecde6, #1e8ecde6), url('../images/sede.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.bloco-quem {
  border: 2px solid #cd242b24;
  border-radius: 20px;
  padding: 30px 40px 35px;
}

.bloco-quem._1 {
  background-image: linear-gradient(#1e8ecde6, #1e8ecde6), url('../images/021A5940-1.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.bloco-quem._2 {
  background-image: linear-gradient(#1e8ecde6, #1e8ecde6), url('../images/equipe.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.bloco-quem._3 {
  background-image: linear-gradient(#1e8ecde6, #1e8ecde6), url('../images/sede.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

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

.div-block-393 {
  justify-content: center;
  align-items: center;
  margin-top: 10px;
  display: flex;
}

.div-block-394 {
  color: var(--2);
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  font-weight: 600;
  display: flex;
}

.text-block-30 {
  text-transform: uppercase;
}

@media screen and (max-width: 991px) {
  .nav-menu-wrapper {
    background-color: #fff;
  }

  .nav-link {
    padding-left: 5px;
    padding-right: 5px;
  }

  .menu-button {
    border: 1px solid var(--1);
    color: #000;
    border-radius: 16px;
    padding: 12px;
    transition: all .4s;
  }

  .menu-button:hover {
    color: #001871;
    background-color: #1d386829;
  }

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

  .nav-menu {
    background-color: #fff0;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    padding-left: 0;
    display: block;
  }

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

  .grid-2 {
    grid-template-columns: 1fr 1fr;
  }

  .container-2 {
    max-width: 728px;
  }

  .footer-content {
    grid-column-gap: 60px;
    grid-template-columns: auto auto 1fr;
  }

  .collection-list {
    grid-template-columns: 1fr 1fr;
  }

  .grid-7 {
    display: block;
  }

  .timeline10_item {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-columns: 1fr 10rem 1fr;
  }

  .timeline10_item.is-alternate {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .padding-section-large {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .timeline10_row {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .spacer-xxlarge {
    padding-top: 4.5rem;
  }

  .timeline-heading, .timeline-heading.text-color-586174 {
    font-size: 1rem;
  }

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

  .bloco-numero {
    padding-left: 20px;
    padding-right: 20px;
  }

  .grid-10 {
    grid-template-columns: 1fr;
  }

  .bloco-marcas-home {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
  }

  .grid-12 {
    grid-template-columns: 1fr 1fr;
  }

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

  .btn-ext-2 {
    text-align: center;
    width: 100%;
  }

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

  .btn-ext-3 {
    text-align: center;
    width: 100%;
  }

  .div-block-366 {
    margin-top: 5px;
  }

  .grid-13 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-columns: 1fr;
  }

  .f-testimonial-background {
    height: 20%;
  }

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

  .collection-list-6 {
    grid-template-columns: 1fr 1fr;
  }

  .grid-17 {
    grid-template-columns: 1.25fr;
  }

  .grid-18 {
    grid-template-columns: 1fr;
  }

  .creator_block {
    display: block;
  }

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

  .grid-13-copy {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-columns: 1fr;
  }

  .numeros {
    font-size: 40px;
    line-height: 55px;
  }

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

  .btn-ext-3-copy {
    text-align: center;
    width: 100%;
  }

  .bloco-numero-copy, .bloco-numero-copy-copy, .bloco-quem {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media screen and (max-width: 767px) {
  .list-item-5 {
    padding-top: 10px;
    padding-bottom: 10px;
  }

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

  .navbar-brand {
    padding-left: 0;
  }

  .nav-link {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .nav-menu {
    flex-direction: column;
    padding-bottom: 30px;
    padding-left: 0;
  }

  .container-busca {
    max-width: 90%;
  }

  .rodape {
    padding-left: 15px;
    padding-right: 15px;
  }

  .container-2 {
    width: auto;
    max-width: 90%;
  }

  .footer-wrapper {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .footer-brand {
    justify-content: center;
    align-items: center;
    display: block;
  }

  .footer-content {
    grid-template-columns: 1fr;
    margin-top: 40px;
  }

  .footer-block {
    align-items: center;
  }

  .footer-link:hover {
    color: #1a1b1fbf;
  }

  .footer-social-block {
    margin-top: 20px;
    margin-left: -20px;
  }

  .footer-social-link {
    margin-left: 20px;
  }

  .footer-divider, .footer-divider-copy, .footer-divider-copy, .footer-divider-c {
    margin-top: 60px;
  }

  .collection-list {
    grid-template-columns: 1fr;
  }

  .timeline10_item {
    grid-template-rows: auto auto;
    grid-template-columns: 4rem 1fr;
    padding: 1.5rem;
  }

  .timeline10_list {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
  }

  .timeline10_circle {
    margin-top: 2.25rem;
  }

  .padding-section-large {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .timeline10_progress {
    left: 0;
  }

  .timeline10_row {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-columns: max-content 1fr;
  }

  .spacer-xxlarge {
    padding-top: 3rem;
  }

  .timeline-heading {
    font-size: 1rem;
  }

  .timeline10_circle-wrapper {
    left: 0;
  }

  .timeline10_empty-space {
    display: none;
  }

  .heading-style-h6 {
    font-size: 1.125rem;
  }

  .grid-12 {
    grid-template-columns: 1fr;
  }

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

  .heading-13 {
    font-size: 50px;
    line-height: 70px;
  }

  .list-item-5-copy {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .collection-list-7 {
    grid-template-columns: 1fr 1fr;
  }

  .creator_block {
    display: block;
  }

  .numeros {
    font-size: 35px;
  }

  .text-block-29 {
    font-size: 13px;
    line-height: 17px;
  }

  /* Hero Onde Encontrar - padding igual top/bottom */
  .section-encontrar {
    margin-top: 0;
    padding-top: 120px;
    padding-bottom: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}

@media screen and (max-width: 479px) {
  .list-item-5 {
    text-align: right;
    margin-right: 20px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .text-block-11 {
    margin-left: 5px;
    font-size: 16px;
  }

  .button-copy-copy {
    text-align: center;
    width: auto;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .mobile-margin-top-10 {
    justify-content: flex-end;
    align-items: center;
    display: block;
  }

  .icone-menu {
    width: 30px;
    height: 30px;
  }

  .nav-menu-wrapper {
    min-width: 220px;
  }

  .div-block-291 {
    height: 16px;
  }

  .img-icone-menu {
    width: 15px;
    height: 15px;
  }

  .div-block-296 {
    grid-column-gap: 3px;
    grid-row-gap: 3px;
  }

  .image {
    width: 80px;
  }

  .div-block-291-copy {
    height: 16px;
  }

  .menu-button {
    padding: 15px 10px;
  }

  .nav-menu {
    flex-direction: column;
  }

  .search {
    width: 80%;
  }

  .heading {
    margin-bottom: 10px;
    font-size: 20px;
    line-height: 28px;
  }

  .heading-3 {
    margin-bottom: 10px;
    font-size: 25px;
    line-height: 35px;
  }

  .container-padrao {
    width: auto;
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
  }

  .heading-4 {
    font-size: 28px;
    line-height: 40px;
  }

  .section-2 {
    padding-top: 80px;
    padding-bottom: 80px;
  }

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

  .h2 {
    text-align: center;
    font-size: 40px;
    line-height: 45px;
  }

  .h2.centro, .h2.centro._2, .h2.centro-copy._2 {
    text-align: center;
  }

  .divisor {
    margin-left: auto;
    margin-right: auto;
  }

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

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

  .heading-5-co {
    text-align: center;
    font-size: 25px;
    line-height: 30px;
  }

  .div-block-304 {
    border-radius: 15px;
    margin-top: 80px;
  }

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

  .text-block-13 {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }

  .section-3 {
    padding-top: 80px;
    padding-bottom: 80px;
  }

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

  .div-block-308 {
    padding-left: 30px;
    padding-right: 30px;
  }

  .heading-5 {
    font-size: 22px;
    line-height: 28px;
  }

  .container-2 {
    max-width: none;
  }

  .footer-brand {
    text-align: center;
    display: block;
  }

  .title-small {
    font-size: 20px;
  }

  .footer-copyright-center {
    text-align: center;
  }

  .image-41 {
    margin-left: auto;
    margin-right: auto;
  }

  .grid-3 {
    text-align: center;
    grid-template-columns: 1fr;
  }

  .footer-copyright-center-copy {
    text-align: center;
  }

  .image-456 {
    width: 90px;
  }

  .image-456._2 {
    width: 60px;
  }

  .div-block-311 {
    flex-flow: row;
    justify-content: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .section-pp {
    text-align: center;
  }

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

  .text-block-15 {
    text-align: center;
    font-size: 17px;
  }

  .section-7 {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .grid-4 {
    grid-template-columns: 1fr;
  }

  .section-8 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .grid-5 {
    grid-template-columns: 1fr;
    width: 90%;
  }

  .div-block-321 {
    text-align: center;
    margin-top: 30px;
  }

  .text-block-15-2 {
    text-align: center;
    font-size: 15px;
  }

  .collection-list-2 {
    text-align: center;
  }

  .search-b {
    width: 100%;
  }

  .paragraph-5 {
    width: auto;
  }

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

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

  .heading-10 {
    font-size: 30px;
    line-height: 36px;
  }

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

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

  .section-12 {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .timeline10_item {
    grid-template-columns: 3rem 1fr;
  }

  .timeline-heading {
    text-align: left;
    font-size: 1rem;
  }

  .div-block-17 {
    grid-column-gap: .25rem;
    grid-row-gap: .25rem;
    flex-flow: column;
  }

  .section-13 {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .grid-9-c {
    grid-template-columns: 1fr;
  }

  .bloco-numero {
    padding: 20px;
  }

  .icon, .icon-2 {
    width: 25px;
    height: 25px;
  }

  .s-home-video {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .section-14 {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .grid-10 {
    grid-template-columns: 1fr;
  }

  .bloco-marcas-home {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-columns: 1fr;
  }

  .section-15, .section-16 {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .grid-12 {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
  }

  .div-block-348 {
    border-bottom: 1px solid #e4e4e4;
    border-right-width: 0;
  }

  .div-block-349, .heading-12, .paragraph-8 {
    text-align: center;
  }

  .div-block-351 {
    margin-top: 60px;
    padding: 60px 30px;
  }

  .div-block-352 {
    max-width: 90%;
    padding-top: 70px;
    padding-bottom: 60px;
  }

  .heading-13 {
    text-align: center;
    font-size: 30px;
    line-height: 40px;
  }

  .right-arrow {
    width: 35px;
    margin-right: 5px;
    display: none;
  }

  .left-arrow {
    width: 35px;
    margin-left: 5px;
    display: none;
  }

  .image-470 {
    width: 160px;
  }

  .div-block-310-copy {
    margin-right: 0;
  }

  .div-block-356 {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .list-item-5-copy {
    text-align: right;
    margin-right: 20px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .text-block-15-copyf {
    text-align: center;
    font-size: 17px;
  }

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

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

  .paragraph-9 {
    text-align: center;
    font-size: 20px;
    line-height: 27px;
  }

  .grid-13 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-columns: 1fr;
  }

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

  .grid-14 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    text-align: left;
    grid-template-columns: 1.25fr;
  }

  .grid-16 {
    grid-template-columns: 1fr;
  }

  .div-block-371 {
    text-align: center;
    margin-top: 0;
    display: block;
  }

  .div-block-372 {
    text-align: center;
    margin-bottom: 40px;
  }

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

  .div-block-371-copy {
    display: none;
  }

  .search-b-copy {
    width: 100%;
  }

  .search-b-co {
    width: 100%;
    display: none;
  }

  .image-475 {
    border-radius: 20px;
  }

  .section-19 {
    padding-top: 20px;
    display: none;
  }

  .title-small-copy {
    font-size: 20px;
  }

  .collection-list-6 {
    grid-template-columns: 1fr;
  }

  .heading-18 {
    margin-bottom: 10px;
    font-size: 25px;
    line-height: 35px;
  }

  .collection-list-7 {
    grid-template-columns: 1fr;
  }

  .slide-nav {
    font-size: 5px;
  }

  .section-23 {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .grid-17 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .grid-18 {
    grid-template-columns: 1fr;
  }

  .paragraph-11 {
    font-size: 15px;
    font-weight: 400;
    line-height: 24px;
  }

  .creator_block {
    display: block;
  }

  .div-block-383, .div-block-384 {
    text-align: center;
  }

  .grid-13-copy {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-columns: 1fr;
  }

  .div-block-387, .div-block-388, .div-block-389 {
    text-align: center;
  }

  .grid-20 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-columns: 1fr;
  }

  .numeros {
    font-size: 50px;
    line-height: 70px;
  }

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

  .bloco-numero-copy, .bloco-numero-copy-copy, .bloco-quem {
    padding: 20px;
  }
}

#w-node-bdd0280e-08c1-ef60-5dd3-c4e43f6745f7-e8acd85b, #w-node-_95475b87-c9ae-c1f8-c989-629b00d2fa93-e8acd85b, #w-node-e70ea2e8-17d2-3af7-fd6d-c46dc9b6d071-e8acd85b {
  align-self: center;
}

#w-node-efa2db28-f5fb-c99b-afc9-28d0c1d34242-e8acd85b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4ef86f5c-1d0c-b5d2-f0b7-9e13e4012b4a-e8acd85b {
  align-self: center;
}

#w-node-c177883e-928a-efc8-6f9a-1a4a30faf415-e8acd85b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_06d2c85f-3b4a-2fc6-59b4-60b3c61ed40c-e8acd85b, #w-node-_9b4b25d0-1580-e1cf-0374-728a43e9a6cb-e8acd85b, #w-node-db6f152f-3fd2-ad11-ea9c-f66dd4ff032c-e8acd85b, #w-node-_815d230c-5cbd-7e9e-523b-3306f3d842ef-e8acd85b {
  align-self: center;
}

#w-node-_4650bb5b-2567-a67c-8fa8-faa41c98537e-e8acd85b {
  place-self: center end;
}

#w-node-fa5a2cb3-bbbc-88e0-c3f2-f354aaa212fa-e8acd85b, #w-node-_3fccd6af-691a-ed03-8ee6-e0dd9bde0d80-e8acd85b {
  align-self: center;
}

#w-node-_932039c7-6ab2-8f36-eca7-16d8c78760e6-c78760d8, #w-node-_932039c7-6ab2-8f36-eca7-16d8c7876105-c78760d8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_932039c7-6ab2-8f36-eca7-16d8c7876118-c78760d8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: auto;
}

#w-node-_932039c7-6ab2-8f36-eca7-16d8c787612b-c78760d8, #w-node-b7eb71c8-51df-cfab-f8e2-c1f058d04023-c78760d8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4b63bad6-4798-dd8a-68de-ede5f1678e14-071a8759 {
  align-self: center;
}

#w-node-_4e01abab-af48-614e-5ca5-5c5c6b63e695-071a8759 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9e7e94c9-3d8e-7e6d-c9c2-8492e8720e9e-071a8759 {
  align-self: center;
}

#w-node-_1b6733d4-1744-85cb-21f8-7d9f1599e86e-4827e76f {
  align-self: auto;
}

#w-node-_6dfcf0a4-7bae-54f2-0538-77d9c482187f-4827e76f {
  align-self: center;
}

#w-node-_3d95d39c-aab4-00a3-eabb-812e15b49bef-4827e76f {
  align-self: auto;
}

#w-node-_3d95d39c-aab4-00a3-eabb-812e15b49bf1-4827e76f {
  align-self: center;
}

#w-node-_76f57e4d-87af-7ff9-b0e4-e19b395ee9c5-4827e76f {
  align-self: auto;
}

#w-node-_76f57e4d-87af-7ff9-b0e4-e19b395ee9c7-4827e76f {
  align-self: center;
}

#w-node-d86f0a2a-c656-0e8c-7866-c24f6082580f-4827e76f {
  align-self: auto;
}

#w-node-d86f0a2a-c656-0e8c-7866-c24f60825811-4827e76f {
  align-self: center;
}

#w-node-_70b3dbf1-ede0-8988-16c8-9aeb5fbb1aff-cf61b9d9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_24b8b497-99a6-efc3-6129-3541090a5650-0ab319d2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-_55c897df-c748-5f42-3914-7b8cfbb7f2e7-bf8ca80e, #w-node-_533f56ef-ce33-f019-8bf9-f6d992d02c18-9592be06, #w-node-fab941fb-7bc3-8a46-1beb-05ef697efab2-cbd00204 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 767px) {
  #w-node-_4e01abab-af48-614e-5ca5-5c5c6b63e6ad-071a8759, #w-node-_4e01abab-af48-614e-5ca5-5c5c6b63e6c7-071a8759, #w-node-_4e01abab-af48-614e-5ca5-5c5c6b63e6e1-071a8759, #w-node-_4e01abab-af48-614e-5ca5-5c5c6b63e6e7-071a8759 {
    order: -9999;
  }
}

@media screen and (max-width: 479px) {
  #w-node-bdd0280e-08c1-ef60-5dd3-c4e43f6745f7-e8acd85b, #w-node-e9b0f029-c1fa-c852-c037-0a0871577586-e8acd85b {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_4650bb5b-2567-a67c-8fa8-faa41c98537e-e8acd85b {
    justify-self: start;
  }

  #w-node-_70b3dbf1-ede0-8988-16c8-9aeb5fbb1aff-cf61b9d9, #w-node-_24b8b497-99a6-efc3-6129-3541090a5650-0ab319d2 {
    order: 9999;
  }
}


@font-face {
  font-family: 'Barlow';
  src: url('../fonts/Barlow-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Barlow';
  src: url('../fonts/Barlow-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Barlow';
  src: url('../fonts/Barlow-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Barlow';
  src: url('../fonts/Barlow-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}