@font-face {
  font-family: Satoshi;
  src: url('../fonts/Satoshi-Regular.woff2') format("woff2"), url('../fonts/Satoshi-RegularIt.woff2') format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

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

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

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

@font-face {
  font-family: "Sourceserif 4";
  src: url('../fonts/SourceSerif4-Semibold.ttf.woff2') format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

:root {
  --primary: #131643;
  --secondary: #22de61;
}

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

.w-form-formrecaptcha {
  margin-bottom: 8px;
}

.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 {
  color: #333;
  font-family: Satoshi, Arial, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: bold;
  line-height: 30px;
}

.body {
  color: #fff;
  margin: 0;
  font-family: Satoshi, Arial, sans-serif;
}

.container {
  z-index: 2;
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.container.flex-vertical {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.section.bg-primary {
  z-index: 1;
  background-color: var(--primary);
  height: 100vh;
  overflow: hidden;
}

.section.bg-primary.bg-image {
  background-image: url('../images/linhas.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: auto;
}

.section.bg-primary.bg-image.flex-center {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.section.padding-bottom {
  padding-bottom: 64px;
}

.section.bg-gray {
  background-color: #fafafc;
}

.header {
  z-index: 5;
  border: 1px solid #272e5b;
  border-bottom-color: #fafafc00;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 84px;
  padding: 32px;
  display: flex;
  position: fixed;
  top: 0;
}

.branding, .branding.w--current {
  width: 140px;
}

.nav {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: static;
}

.bg-primary {
  background-color: var(--primary);
}

.hero-overlay {
  z-index: 1;
  background-image: linear-gradient(90deg, #131643 33%, #0000 86%);
  width: 100%;
  height: 100vh;
  display: none;
  position: absolute;
  top: 0;
  overflow: hidden;
}

.hero-background-video {
  opacity: .41;
  mix-blend-mode: screen;
  width: 100%;
  height: 100vh;
  position: absolute;
  top: 0;
}

.hero {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 700px;
  height: 80vh;
  margin-top: 110px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 14px;
  padding-right: 14px;
  display: flex;
}

.title-h1 {
  color: #fff;
  text-align: center;
  font-family: Satoshi, Arial, sans-serif;
  font-size: 42px;
  font-weight: 400;
  line-height: 48px;
}

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

.nav-link {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  color: #fff;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 14px 14px 0;
  font-size: 16px;
  font-weight: 300;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

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

.nav-link:active {
  color: #fff;
}

.nav-link.w--current:lang(en) {
  color: var(--secondary);
}

.page-header {
  grid-column-gap: 42px;
  grid-row-gap: 42px;
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 80px;
  padding-bottom: 80px;
  display: flex;
}

.page-header.center {
  justify-content: center;
  align-items: center;
}

.page-title-h2 {
  color: var(--primary);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 32px;
  font-weight: 700;
  line-height: 48px;
}

.page-title-paragh {
  color: var(--primary);
  text-align: center;
  max-width: 600px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  font-size: 20px;
  line-height: 32px;
}

.page-title-paragh.color-white {
  color: #fff;
}

.footer.bg-primary {
  margin-top: 64px;
}

.footer-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-bottom: 1px solid #ffffff0d;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 104px;
  padding-bottom: 104px;
  display: grid;
}

.footer-grid._2-colum {
  grid-template-columns: 1fr 1fr;
  padding-top: 64px;
  padding-bottom: 64px;
}

.footer-grid._2-colum.no-border {
  border-bottom-width: 0;
}

.footer-grid._2-colum.padding-24 {
  padding-top: 24px;
  padding-bottom: 24px;
}

.footer-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
}

.footer-link {
  color: #888895;
  text-decoration: none;
  transition: all .3s ease-in-out;
}

.footer-link:hover {
  color: var(--secondary);
}

.fotter-collum {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  flex-flow: column;
  display: flex;
}

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

.footer-row {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.page-content {
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 40px;
  display: flex;
}

.solucao-card {
  background-color: var(--primary);
  width: 100%;
  height: 420px;
  text-decoration: none;
  overflow: hidden;
}

.card-thumb {
  background-image: none;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 250px;
}

.card-overlay {
  background-image: linear-gradient(0deg, #11122a 40%, #12132b69 76%);
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: 420px;
  display: flex;
  position: relative;
  top: -250px;
}

.div-block-2 {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-flow: column;
  width: 100%;
  height: auto;
  padding-bottom: 32px;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
}

.collection-item {
  padding-left: 0;
  padding-right: 0;
}

.collection-list {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  margin-top: 40px;
  margin-bottom: 40px;
  display: grid;
}

.heading {
  color: #fff;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
}

.card-paragraph {
  color: #ffffffa3;
  width: 100%;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.text-block {
  color: var(--secondary);
}

.div-block-3 {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  justify-content: flex-start;
  align-items: center;
  transition: all .3s;
  display: flex;
}

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

.collection-list-2 {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 40px;
  display: grid;
}

.card-label-title {
  color: var(--secondary);
  text-transform: uppercase;
  margin-bottom: -23px;
  font-size: 11px;
}

.servico-card {
  background-color: var(--primary);
  background-image: none;
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: 420px;
  text-decoration: none;
  display: flex;
}

.div-block-4 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.div-block-5 {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  display: flex;
}

.link {
  color: var(--secondary);
  text-decoration: none;
}

.heading-2 {
  font-size: 48px;
  font-weight: 300;
  line-height: 64px;
}

.heading-2:lang(pt-br) {
  text-align: center;
}

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

.cases-card {
  width: 100%;
  height: 420px;
  text-decoration: none;
}

.card-thumb--cases {
  background-image: none;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 200px;
}

.card-content {
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  display: flex;
}

.card-cases-title {
  color: var(--primary);
  font-size: 18px;
  font-weight: 500;
}

.card-case-paragraf {
  color: #222;
  font-weight: 400;
}

.card-case-wrap {
  padding-bottom: 32px;
}

.card-case-link {
  color: var(--primary);
  flex: none;
  font-weight: 600;
}

.insig-card {
  width: 100%;
  height: 350px;
  text-decoration: none;
}

.card-insigh-title {
  color: var(--primary);
  max-height: 50px;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  overflow: hidden;
}

.card-insigh-title:hover {
  text-decoration: underline;
}

.card-insigh-wrap {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  min-height: 50px;
  display: flex;
}

.card-insgh-link {
  color: var(--primary);
  font-weight: 600;
}

.collection-insight {
  padding-left: 0;
  padding-right: 0;
}

.branding-footer {
  width: 150px;
}

.branding-footer.w--current {
  width: 140px;
}

.wrapper {
  padding-top: 100px;
  padding-bottom: 100px;
}

.hero-insights {
  background-color: var(--primary);
  background-image: url('../images/linhas.svg');
  background-position: 0 -200%;
  background-repeat: no-repeat;
  background-size: auto;
  background-attachment: fixed;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 500px;
  display: flex;
}

.insights-title {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 36px;
  font-weight: 400;
  line-height: 48px;
}

.insights-title.mb-24 {
  margin-bottom: 24px;
}

.insights-hero-title {
  text-align: center;
  flex-flow: column;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
}

.rich-text-block {
  color: var(--primary);
  width: 100%;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  font-size: 16px;
  line-height: 28px;
}

.bt-outline {
  background-color: #fff0;
  background-image: url('../images/Arrow.svg');
  background-position: 95%;
  background-repeat: no-repeat;
  background-size: auto;
  border: 1px solid #fff;
  padding: 14px 54px 14px 18px;
  transition: all .3s;
}

.bt-outline:hover {
  border-color: var(--secondary);
  background-color: var(--secondary);
  color: var(--primary);
  padding-right: 18px;
}

.bt-outline.no-icon {
  background-image: none;
  padding-top: 14px;
  padding-bottom: 14px;
  padding-right: 18px;
}

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

.hero-paraph {
  text-align: center;
  font-size: 18px;
  font-weight: 300;
  line-height: 30px;
}

.text-span-5, .text-span-6 {
  color: var(--secondary);
}

.text-span-7, .text-span-8 {
  color: var(--secondary);
  font-weight: 300;
}

.nav-link-underline {
  background-color: var(--secondary);
  width: 100%;
  height: 2px;
}

.logo-svg-atlante {
  width: 121px;
  height: 30px;
}

.slider-companies {
  width: 100%;
  margin-bottom: 80px;
  overflow: hidden;
}

.slider-companies-wrapp {
  grid-column-gap: 94px;
  grid-row-gap: 94px;
  display: flex;
}

.slider-brand-companies {
  grid-column-gap: 94px;
  grid-row-gap: 94px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  height: 150px;
  display: flex;
}

.brand-companies {
  width: 100px;
}

.bt-primary {
  background-color: var(--primary);
  padding: 18px 24px;
  font-size: 18px;
  font-weight: 500;
  transition: all .3s;
}

.bt-primary:hover {
  background-color: var(--secondary);
  color: var(--primary);
}

.bt-primary.outline {
  border: 1px solid var(--primary);
  color: var(--primary);
  background-color: #fff;
}

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

.depoiment-content {
  background-color: #fafafc;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 600px;
  padding: 64px;
  display: flex;
}

.depoiment-brand {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  background-color: var(--primary);
  background-image: linear-gradient(#131643c9, #131643c9), url('../images/amerinode_1.png');
  background-position: 0 0, 0 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 600px;
  padding-left: 64px;
  display: flex;
}

.depoiment-brand.tim {
  background-image: linear-gradient(#050233cf, #050233cf), url('../images/tim.jpg');
}

.depoiment-brand.jetta {
  background-image: linear-gradient(#ffffffa8, #ffffffa8), url('../images/jetta-transporte-e-logistica.jpg');
  background-position: 0 0, 50%;
}

.depoiment-paragrafo {
  color: var(--primary);
  margin-bottom: 40px;
  font-size: 20px;
  font-weight: 300;
  line-height: 32px;
}

.depoiment-title {
  color: var(--primary);
  font-weight: 500;
}

.depoiment-author {
  color: var(--primary);
  margin-bottom: 5px;
  font-size: 18px;
  font-weight: 600;
}

.depoiment-author-especialidade {
  color: var(--primary);
  font-size: 16px;
  font-weight: 400;
}

.depoiment-brand-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 64px;
  font-weight: 100;
}

.depoiment-brand-title.blue {
  color: var(--primary);
}

.brand-amerinode {
  margin-bottom: 80px;
}

.results {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  font-size: 22px;
  display: flex;
}

.results.max-900 {
  max-width: 900px;
  margin-top: 60px;
}

.results-card {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  border: 1px solid #fafafc;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 24px;
  display: flex;
}

.results-car-title {
  color: var(--primary);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 32px;
}

.results-card-number {
  color: var(--primary);
  letter-spacing: -5px;
  font-size: 120px;
  font-weight: 700;
  line-height: 120px;
}

.results-card-paragraph {
  color: var(--primary);
  font-size: 16px;
  line-height: 24px;
}

.text-span-9 {
  color: var(--secondary);
  font-weight: 500;
}

.swiper {
  width: 100%;
  height: 800px;
}

.swiper-wrapper {
  overflow: hidden;
}

.swiper-card {
  background-color: #fff;
  width: 100%;
  max-width: 450px;
  height: 300px;
  position: relative;
  bottom: -290px;
  left: 109px;
  box-shadow: 4px 20px 50px #00000012;
}

.swiper-slide {
  background-color: var(--primary);
  width: 100%;
  max-width: 950px;
  height: 450px;
}

.about-us-content {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  max-width: 800px;
  margin: 80px auto;
  display: flex;
}

.about-title {
  color: var(--primary);
}

.about-paragraph {
  color: var(--primary);
  font-size: 16px;
  line-height: 24px;
}

.back-page {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  color: var(--secondary);
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.image {
  transform: rotate(180deg);
}

.insghts-collection {
  width: 100%;
}

.atlante-ia {
  background-color: #f5f6f6;
  width: 100vw;
  height: 100vh;
}

.page-form {
  width: 100%;
  max-width: 600px;
  margin-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
}

.page-form-submit {
  border: 2px solid var(--primary);
  background-color: var(--primary);
  width: 100%;
  height: 60px;
  padding: 14px 24px;
  font-size: 18px;
  font-weight: 600;
}

.page-form-label {
  color: var(--primary);
  font-size: 18px;
}

.page-form-input {
  border: 0 solid #000;
  border-bottom-width: 2px;
  width: 100%;
  height: 60px;
}

.page-form-wraper {
  width: 100%;
}

.page-form-block {
  grid-column-gap: 42px;
  grid-row-gap: 42px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.success-message {
  background-color: var(--primary);
}

.text-block-2 {
  color: var(--primary);
}

.logo-svg-azul {
  display: block;
}

.bt-outline-header {
  background-color: #fff0;
  background-image: url('../images/Arrow.svg');
  background-position: 95%;
  background-repeat: no-repeat;
  background-size: auto;
  border: 1px solid #fff;
  padding: 14px 54px 14px 18px;
}

.bt-outline-header:hover {
  border-color: var(--secondary);
  background-color: var(--secondary);
  color: var(--primary);
  padding-right: 18px;
}

.bt-outline-header.no-icon {
  background-image: none;
  padding-top: 14px;
  padding-bottom: 14px;
  padding-right: 18px;
  transition: all .3s;
}

.bt-outline-header.no-icon:hover {
  border-color: var(--secondary);
  background-color: var(--secondary);
  color: var(--primary);
}

.menu-mobile {
  width: 48px;
  height: 48px;
  display: none;
}

.menu-resposivo {
  z-index: 99;
  background-color: #fff;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  height: 100vh;
  display: none;
  position: fixed;
  transform: translate(-100vw);
}

.header-menu-responsivo {
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: 100px;
  padding-right: 24px;
  display: flex;
}

.footer-menu-responsivo {
  background-color: var(--primary);
  width: 100%;
  height: 250px;
}

.content-menu-responsivo {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding-top: 32px;
  padding-bottom: 32px;
  padding-left: 64px;
  display: flex;
}

.menu-responsivo-link {
  color: var(--primary);
  font-size: 18px;
  font-weight: 400;
  line-height: 18px;
  text-decoration: none;
}

.icon-menu-close {
  filter: invert();
}

.dropdown-list {
  width: 100%;
}

.dropdown-list.w--open {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  background-color: #fff;
  border: 1px solid #fafafc;
  flex-flow: row;
  justify-content: space-between;
  align-items: flex-start;
  width: 100vw;
  min-height: 400px;
  display: flex;
  top: 84px;
  left: 0;
}

.case-wrapp {
  padding-top: 60px;
  padding-bottom: 60px;
}

.cases-collection-list {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  display: grid;
}

.collection-cases {
  padding-left: 0;
  padding-right: 0;
}

.dropdown {
  position: static;
}

.dropbox-link {
  margin-left: 0;
  font-size: 16px;
  font-weight: 700;
  transition: all .3s;
  transform: translate(0);
}

.dropbox-link:hover {
  color: var(--primary);
  text-decoration: underline;
  transform: translate(5px);
}

.dropbox-link:focus {
  color: var(--secondary);
}

.div-block-6 {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  display: flex;
}

.office-locations {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  flex-flow: column;
  display: flex;
}

.office-locations.hidden {
  display: none;
}

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

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

.form-trial {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  flex-flow: column;
  width: 100%;
  max-width: 600px;
  display: flex;
}

.success-message-2 {
  background-color: var(--primary);
}

.text-block-3 {
  color: var(--primary);
}

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

.case-lits {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
  display: grid;
}

.collection-platform {
  width: 100%;
  margin-top: 40px;
}

.card-content-platform {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.card-thumb--platform {
  background-color: var(--primary);
  width: 100%;
  height: 200px;
}

.collection-list-wrapper {
  width: 300px;
  height: 250px;
}

.destaque-menu {
  background-image: none;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 250px;
}

.menu-destaque-insght {
  color: #fff;
  width: 100%;
  height: 250px;
  text-decoration: none;
}

.menu-destaque-insght:hover {
  color: #fff;
  text-decoration: underline;
}

.menu-lights-overview {
  background-image: linear-gradient(0deg, var(--primary), #1b103d00);
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  height: 250px;
  padding-bottom: 24px;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
}

.carrer {
  padding-top: 64px;
}

.checkbox-field {
  color: var(--primary);
}

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

.recaptcha {
  margin-top: 24px;
  margin-bottom: 24px;
}

.contact-us {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  padding-top: 80px;
  padding-bottom: 80px;
  display: flex;
}

.contact-wrapper {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  background-color: #f1f1f1;
  flex-flow: column;
  width: 100%;
  min-height: 350px;
  padding: 24px 64px 32px;
  display: flex;
}

.contact-wrapper.hidden {
  display: none;
}

.contact-heading {
  color: var(--primary);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
}

.contact-paragraph {
  color: var(--primary);
  margin-top: 0;
  margin-bottom: 0;
}

.contact-link {
  color: var(--primary);
  font-size: 16px;
  font-weight: 700;
}

.contact-faria-lima {
  margin-bottom: 80px;
}

.content-insights {
  color: var(--primary);
  background-color: #fff;
  width: 100%;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 60px;
  padding-left: 80px;
  padding-right: 80px;
  font-size: 18px;
  line-height: 32px;
}

.blog-cover {
  background-color: #fff;
  background-image: none;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  max-width: 900px;
  height: 450px;
  margin: -167px auto -70px;
}

.cookie_consent {
  z-index: 99;
  width: 100%;
  position: fixed;
  bottom: 0;
}

.fs-consent_component {
  display: block;
}

.fs-consent_banner {
  z-index: 9999;
  background-color: var(--primary);
  flex-flow: row;
  width: 100%;
  padding: 1rem 2rem;
  display: flex;
  position: fixed;
  inset: auto 0% 0% auto;
}

.fs-consent_banner_wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.fs-consent_banner_paragraph {
  margin-bottom: 0;
}

.fs-consent_banner_buttons {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: wrap;
  justify-content: flex-end;
  align-items: center;
  gap: 16px;
  display: flex;
}

.fs-consent_allow {
  background-color: var(--secondary);
  color: var(--primary);
  padding: .5rem 1rem;
  font-weight: 400;
  text-decoration: none;
  display: block;
}

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

.div-block-8.hidden, .hidden {
  display: none;
}

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

.utility-page-content {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  text-align: center;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 260px;
  display: flex;
}

.utility-page-content:lang(pt-br) {
  width: 100%;
  max-width: 300px;
}

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

.contact-subtitle {
  color: var(--primary);
  font-size: 18px;
  font-weight: 700;
}

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

.div-block-10.hidden {
  display: flex;
}

.video-wrapp {
  max-width: 900px;
  margin: 64px auto;
}

.nav-full {
  position: absolute;
}

.div-block-11 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.text-block-4 {
  color: #313131;
  padding-left: 20px;
}

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

.dropdow-wrap {
  max-width: 300px;
}

.div-block-13 {
  flex-flow: column;
  width: 100%;
  display: flex;
  box-shadow: 0 15px 20px #0000001c;
}

.div-block-14 {
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  padding: 24px 32px;
  display: flex;
}

.dropdown-footer {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  border-top: 1px solid #d6d6d6;
  justify-content: space-between;
  align-items: center;
  min-height: 100px;
  padding: 14px 32px;
  display: flex;
}

.button-dropdow {
  background-color: var(--primary);
  color: var(--secondary);
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 80px;
  padding-left: 32px;
  font-size: 22px;
  transition: all .3s;
  display: flex;
}

.button-dropdow:hover {
  background-color: var(--secondary);
  color: var(--primary);
}

.image-2 {
  width: 150px;
}

.lp-hero {
  background-color: var(--primary);
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 800px;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
}

.lp-container {
  z-index: 2;
  grid-column-gap: 42px;
  grid-row-gap: 42px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
  position: relative;
}

.lp-hero-wrapper {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
}

.lp-branding {
  justify-content: center;
  align-items: center;
  width: 140px;
  display: flex;
}

.lp-branding.w--current {
  width: 140px;
}

.lp-headline {
  text-align: center;
  max-width: 800px;
  font-size: 42px;
  font-weight: 700;
}

.lp-subheadline {
  text-align: center;
  max-width: 600px;
  font-size: 22px;
  line-height: 32px;
}

.lp-section {
  padding: 64px 24px;
}

.lp-section.bg-cinza {
  background-color: #f7f7ff;
}

.lp-container-wrapper {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  flex-flow: column;
  max-width: 800px;
  display: flex;
}

.lp-h2 {
  color: var(--primary);
  text-align: center;
  margin-top: 0;
  font-size: 40px;
  line-height: 42px;
}

.lp-h2.white {
  color: #fff;
}

.bt-secondary {
  background-color: var(--secondary);
  color: #000;
  padding: 18px 24px;
  font-size: 18px;
  font-weight: 700;
  transition: all .3s;
}

.bt-secondary:hover {
  background-color: var(--primary);
  color: #fff;
}

.bt-secondary.outline {
  border: 1px solid var(--primary);
  color: var(--primary);
  background-color: #fff;
}

.lp-hero-content {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-span-11 {
  color: var(--secondary);
}

.lp-grid-3 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.lp-card-ouline {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  background-color: var(--primary);
  color: #fff;
  cursor: pointer;
  border-radius: 0;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 32px 24px;
  transition: all .3s;
  display: flex;
}

.lp-card-ouline:hover {
  transform: scale(1.05);
  box-shadow: 0 5px 5px #00000030;
}

.lp-card-paragrafo {
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.lp-card-titulo {
  color: var(--secondary);
  margin-top: 0;
  margin-bottom: 0;
  line-height: 28px;
}

.lp-card-titulo.error {
  color: #a20103;
}

.lp-div-text {
  color: var(--primary);
  font-size: 24px;
  font-weight: 700;
  line-height: 28px;
}

.lp-div-text.cinza {
  color: #494b66;
  text-align: center;
  font-size: 22px;
  font-weight: 400;
}

.lp-div-text.branco {
  color: var(--secondary);
  text-align: center;
  font-size: 22px;
  font-weight: 400;
}

.lp-card-error {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  color: #000;
  cursor: pointer;
  border: 1px solid #ee2727;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 24px 24px 32px;
  transition: all .3s;
  display: flex;
}

.lp-card-error:hover {
  background-color: #ffe2e2;
  transform: translate(0, -5px);
}

.lp-card-icon {
  background-color: #ff00001a;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  display: flex;
}

.lp-card-icon.green {
  background-color: var(--secondary);
  border-radius: 0;
}

.lp-card-icon-i {
  width: 32px;
  height: 32px;
}

.lp-linha {
  background-color: #8386bd;
  width: 100%;
  max-width: 1024px;
  height: 4px;
  position: absolute;
}

.lp-circle {
  z-index: 1;
  border: 4px solid var(--primary);
  background-color: #fff;
  border-radius: 500px;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  transition: all .3s;
  display: flex;
  position: relative;
  box-shadow: 0 19px 12px #0003;
}

.lp-circle:hover {
  transform: scale(1.1);
}

.div-block-15 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: center;
  align-items: center;
  max-width: 1024px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.lp-icon-label {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.lp-circle-label {
  color: #000;
  text-align: center;
  min-width: 100px;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 500;
}

.lp-circle-icon {
  width: 40px;
  height: 40px;
}

.lp-cta {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  display: flex;
}

.lp-cta-bullet {
  background-color: var(--secondary);
  border-radius: 50px;
  width: 10px;
  height: 10px;
}

.lp-cta-list {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.lp-cta-list-text {
  color: var(--primary);
  justify-content: flex-start;
  align-items: flex-end;
  font-weight: 700;
}

.lp-case-dados {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: grid;
}

.lp-case-card {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  cursor: pointer;
  border: 1px solid #fff;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  min-width: 300px;
  min-height: 180px;
  padding: 32px 24px;
  transition: all .3s;
  display: flex;
}

.lp-case-card:hover {
  border-color: var(--secondary);
  background-color: var(--secondary);
  color: var(--primary);
  font-weight: 700;
  transform: translate(0, -5px);
}

.lp-case-card-titulo {
  font-size: 60px;
  line-height: 48px;
}

.lp-case-card-sub {
  font-size: 18px;
}

.italic-text {
  color: var(--primary);
  font-size: 22px;
  line-height: 32px;
}

.div-block-17 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  background-color: #fff;
  border: 1px solid #ffffff14;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 32px 32px 64px;
  display: flex;
}

.paragraph {
  text-align: center;
  max-width: 600px;
}

.heading-3 {
  color: var(--primary);
  font-weight: 700;
}

.image-3 {
  width: 200px;
}

.text-block-6 {
  color: var(--primary);
  font-weight: 700;
}

.background-video {
  z-index: 1;
  opacity: .13;
  mix-blend-mode: screen;
  width: 100%;
  height: 800px;
  position: absolute;
  top: 0;
}

.background-video:lang(pt-br) {
  display: none;
}

.text-span-12 {
  color: var(--secondary);
}

.div-block-18 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.div-block-19 {
  border: 1px solid var(--primary);
  color: var(--primary);
  cursor: pointer;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 150px;
  padding: 24px;
  transition: all .3s;
  display: flex;
}

.div-block-19:hover {
  background-color: var(--primary);
  color: #fff;
  transform: translate(0, -5px);
}

.text-block-7 {
  text-align: center;
  font-size: 20px;
  line-height: 24px;
}

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

.faq {
  width: 100%;
}

.faq-wrapper {
  cursor: pointer;
  border-top: 1px solid #d3d3d3;
  border-bottom: 1px solid #d3d3d3;
  padding-top: 14px;
  padding-bottom: 14px;
}

.faq-wrapper:hover {
  background-color: #f4f5ff;
}

.faq-title {
  color: #000;
  justify-content: space-between;
  align-items: center;
  height: 40px;
  padding-left: 14px;
  padding-right: 14px;
  font-size: 20px;
  display: flex;
}

.faq-content {
  margin-top: 14px;
  display: none;
}

.faq-content:lang(pt-br) {
  display: none;
}

.paragraph-2 {
  color: var(--primary);
  padding-left: 14px;
  padding-right: 14px;
  font-size: 18px;
}

.image-4 {
  transform: rotate(90deg);
}

.text-span-13, .text-span-14, .text-span-15 {
  color: var(--secondary);
}

.barra-contato {
  z-index: 99;
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  background-color: var(--primary);
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 80px;
  display: flex;
  position: fixed;
  bottom: 0;
  left: 0;
}

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

.div-block-20 {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  height: 80px;
  display: flex;
}

.image-5 {
  width: 32px;
  height: 32px;
}

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

.text-block-9 {
  color: #fff;
  font-size: 16px;
  font-weight: 700;
}

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

.text-block-10 {
  color: var(--secondary);
  font-size: 20px;
  font-weight: 700;
}

.barra-link-whatsapp {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  background-color: #00aa39;
  justify-content: space-between;
  align-items: center;
  padding-left: 24px;
  padding-right: 24px;
  text-decoration: none;
  display: flex;
}

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

.slider {
  height: 600px;
}

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

.brand-tim, .brand-jetta {
  width: 200px;
  margin-bottom: 80px;
}

.slide-nav {
  display: none;
}

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

.text-span-16, .text-span-17 {
  color: var(--secondary);
}

.selo-iso9001 {
  filter: invert();
  width: 80px;
}

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

@media screen and (max-width: 991px) {
  .nav {
    display: none;
  }

  .hero {
    max-width: 100%;
    padding-left: 32px;
    padding-right: 32px;
  }

  .page-header {
    grid-column-gap: 14px;
    grid-row-gap: 14px;
    flex-flow: column;
    padding: 64px 14px;
  }

  .page-title-paragh {
    text-align: center;
  }

  .page-content {
    padding-left: 14px;
    padding-right: 14px;
  }

  .collection-item {
    height: 420px;
  }

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

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

  .servico-card {
    height: 420px;
  }

  .div-block-4 {
    padding-left: 24px;
    padding-right: 24px;
  }

  .collection-insight {
    height: 420px;
  }

  .depoiment {
    flex-flow: column;
  }

  .depoiment-content {
    height: 450px;
  }

  .depoiment-brand {
    height: 300px;
  }

  .brand-amerinode {
    margin-bottom: 10px;
  }

  .results {
    grid-column-gap: 64px;
    grid-row-gap: 64px;
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
  }

  .results-card {
    width: 100%;
    max-width: 400px;
  }

  .bt-outline-header.no-icon {
    display: none;
  }

  .menu-mobile {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .header-menu-responsivo {
    padding-top: 8px;
    padding-right: 14px;
  }

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

  .collection-cases {
    height: 420px;
  }

  .case-lits {
    grid-column-gap: 14px;
    grid-row-gap: 14px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

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

  .lp-linha {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: none;
  }

  .div-block-15 {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .text-block-5 {
    text-align: center;
  }

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

  .barra-contato {
    grid-column-gap: 14px;
    grid-row-gap: 14px;
    padding-left: 14px;
    padding-right: 14px;
  }

  .div-block-20 {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .brand-tim, .brand-jetta {
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 767px) {
  .container {
    padding-left: 14px;
    padding-right: 14px;
  }

  .header {
    justify-content: space-between;
    align-items: center;
    padding-bottom: 32px;
  }

  .nav {
    display: none;
  }

  .page-title-h2 {
    text-align: center;
  }

  .footer-grid {
    grid-template-columns: 1fr;
    place-items: center;
  }

  .footer-grid._2-colum {
    grid-template-columns: 1fr;
  }

  .fotter-collum {
    justify-content: space-between;
    align-items: center;
  }

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

  .div-block-2 {
    height: auto;
  }

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

  .branding-footer {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .wrapper {
    padding: 64px 24px;
  }

  .hero-insights {
    justify-content: center;
    align-items: center;
  }

  .insights-title {
    text-align: center;
  }

  .depoiment-brand {
    justify-content: center;
    align-items: center;
    padding-left: 0;
  }

  .depoiment-brand-title {
    display: none;
  }

  .contact-us {
    flex-flow: column;
  }

  .content-insights {
    padding-left: 40px;
    padding-right: 40px;
  }

  .div-block-9 {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }

  .lp-section.mg-32 {
    padding-top: 32px;
    padding-bottom: 32px;
  }

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

  .lp-card-ouline {
    justify-content: space-between;
    align-items: center;
  }

  .lp-card-paragrafo, .lp-card-titulo.error {
    text-align: center;
  }

  .lp-card-error {
    justify-content: space-between;
    align-items: center;
  }

  .div-block-15 {
    place-items: center stretch;
  }

  .text-block-5 {
    text-align: center;
    line-height: 32px;
  }

  .lp-case-dados {
    grid-template-columns: 1fr;
  }

  .lp-case-card {
    justify-content: center;
    align-items: center;
  }

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

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

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

  .div-block-22 {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .selo-iso9001 {
    margin-top: 0;
  }

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

@media screen and (max-width: 479px) {
  h3 {
    font-size: 20px;
    font-weight: 600;
  }

  .container {
    flex-flow: column;
  }

  .section.bg-primary.bg-image {
    background-position: 50%;
  }

  .section.padding-bottom {
    padding-bottom: 64px;
  }

  .header {
    border-bottom: 1px solid #202463;
    flex-flow: row;
    justify-content: space-between;
    align-items: center;
    padding-left: 14px;
    padding-right: 14px;
  }

  .nav {
    display: none;
  }

  .hero {
    justify-content: flex-start;
    align-items: flex-start;
    padding-top: 32px;
    padding-left: 0;
    padding-right: 0;
  }

  .title-h1 {
    font-size: 28px;
    font-weight: 400;
    line-height: 36px;
  }

  .page-header {
    flex-flow: column;
    padding: 32px 14px;
  }

  .page-title-h2 {
    text-align: center;
    font-size: 24px;
    line-height: 32px;
  }

  .page-title-paragh {
    text-align: center;
    padding-left: 14px;
    padding-right: 14px;
    font-size: 16px;
    line-height: 24px;
  }

  .footer-grid {
    grid-template-columns: 1fr;
    padding: 64px 14px;
  }

  .footer-grid._2-colum {
    grid-template-columns: 1fr;
  }

  .footer-title, .footer-link {
    text-align: center;
  }

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

  .footer-row {
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .page-content {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    margin-bottom: 40px;
    padding-bottom: 40px;
    padding-left: 0;
    padding-right: 0;
  }

  .collection-item {
    margin-bottom: 0;
  }

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

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

  .div-block-4 {
    padding-left: 14px;
    padding-right: 14px;
  }

  .heading-2 {
    font-size: 32px;
    line-height: 42px;
  }

  .insig-card {
    height: 350px;
  }

  .collection-insight {
    height: 340px;
  }

  .branding-footer {
    justify-content: center;
    align-items: center;
    display: flex;
  }

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

  .hero-insights {
    background-position: 30% 0;
    justify-content: center;
    align-items: center;
    height: auto;
    padding-top: 120px;
    padding-bottom: 64px;
  }

  .insights-title {
    font-size: 28px;
    line-height: 38px;
  }

  .bt-outline {
    width: 100%;
  }

  .bt-outline.no-icon {
    display: none;
  }

  .slider-companies {
    margin-bottom: 40px;
  }

  .slider-companies-wrapp {
    grid-column-gap: 54px;
    grid-row-gap: 54px;
  }

  .slider-brand-companies {
    grid-column-gap: 54px;
    grid-row-gap: 54px;
    height: 100px;
  }

  .brand-companies {
    width: 80px;
  }

  .bt-primary {
    text-align: center;
    width: 100%;
  }

  .depoiment-content {
    height: 400px;
    padding: 24px;
  }

  .depoiment-brand {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    background-image: linear-gradient(#13164399, #13164399), url('../images/amerinode_1.png');
    background-position: 0 0, 0 0;
    background-repeat: repeat, no-repeat;
    background-size: auto, auto;
    background-attachment: scroll, scroll;
    justify-content: center;
    align-items: center;
    height: 200px;
    padding-left: 0;
  }

  .depoiment-paragrafo {
    font-size: 16px;
    line-height: 24px;
  }

  .depoiment-brand-title {
    font-size: 32px;
    font-weight: 300;
    line-height: 32px;
    display: none;
  }

  .brand-amerinode {
    width: 150px;
  }

  .page-form-block {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .bt-outline-header {
    width: 100%;
  }

  .bt-outline-header.no-icon {
    display: none;
  }

  .content-menu-responsivo {
    padding-left: 24px;
    padding-right: 24px;
  }

  .menu-responsivo-botao {
    width: 100%;
  }

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

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

  .case-lits {
    grid-column-gap: 14px;
    grid-row-gap: 14px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .contact-us {
    grid-column-gap: 1px;
    grid-row-gap: 1px;
    padding: 40px 0 0;
  }

  .contact-wrapper {
    padding: 64px 48px;
  }

  .content-insights {
    padding-top: 24px;
    padding-left: 14px;
    padding-right: 14px;
  }

  .blog-cover {
    height: 300px;
    margin-top: -82px;
    margin-bottom: -83px;
  }

  .fs-consent_banner_wrapper {
    flex-flow: column;
  }

  .fs-consent_banner_buttons {
    text-align: center;
    flex-flow: column;
    align-items: stretch;
  }

  .header-profile {
    background-image: none;
    background-position: 0%;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
    height: 250px;
    padding-top: 48px;
    padding-left: 32px;
    display: flex;
  }

  .profile-image {
    border: 2px solid var(--secondary);
    background-image: none;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 100px;
    flex: none;
    width: 110px;
    height: 110px;
  }

  .profile-wrap {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    justify-content: space-between;
    align-items: center;
    display: flex;
    position: relative;
    top: 56px;
  }

  .profile-name {
    margin-top: 0;
    margin-bottom: 0;
  }

  .profile-function {
    color: var(--secondary);
    margin-bottom: 0;
  }

  .content-profile {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    margin-top: 84px;
    padding-left: 32px;
    padding-right: 32px;
    display: flex;
  }

  .profile-link {
    grid-column-gap: 14px;
    grid-row-gap: 14px;
    color: #fff;
    border-bottom: 1px solid #3a3c4e;
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    height: 60px;
    padding-left: 14px;
    font-size: 16px;
    font-weight: 700;
    text-decoration: none;
    display: flex;
  }

  .profile-icon {
    filter: invert();
    width: 22px;
    height: 22px;
  }

  .lp-hero {
    height: 750px;
  }

  .lp-hero-wrapper {
    padding-top: 14px;
  }

  .lp-headline {
    font-size: 32px;
    line-height: 40px;
  }

  .lp-subheadline {
    font-size: 16px;
    line-height: 24px;
  }

  .lp-section, .lp-section.bg-cinza {
    padding-top: 0;
    padding-bottom: 0;
  }

  .lp-h2 {
    font-size: 32px;
    line-height: 38px;
  }

  .bt-secondary {
    text-align: center;
    width: 100%;
  }

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

  .lp-card-ouline {
    justify-content: space-between;
    align-items: center;
  }

  .lp-card-paragrafo, .lp-card-titulo, .lp-card-titulo.error {
    text-align: center;
  }

  .lp-div-text.cinza {
    font-size: 20px;
    line-height: 24px;
  }

  .lp-card-error {
    justify-content: space-between;
    align-items: center;
  }

  .lp-linha {
    display: none;
  }

  .div-block-15 {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    place-items: center;
    display: grid;
  }

  .text-block-5 {
    text-align: center;
    line-height: 28px;
  }

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

  .lp-cta {
    flex-flow: column;
  }

  .lp-case-card {
    width: 100%;
    min-width: 250px;
  }

  .faq {
    grid-column-gap: 14px;
    grid-row-gap: 14px;
    flex-flow: column;
    display: flex;
  }

  .link-block {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

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

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

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

  .barra-link-whatsapp {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding-left: 14px;
    padding-right: 14px;
  }

  .brand-tim, .brand-jetta {
    width: 150px;
  }

  .selo-iso9001 {
    margin-top: 0;
  }

  .div-block-23 {
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    display: flex;
  }

  #w-node-_51b440a7-79c5-ff6c-64b2-3fb6f933146f-f933146c {
    justify-self: center;
  }
}


@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Regular.woff2') format('woff2'), url('../fonts/Satoshi-RegularIt.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Sourceserif 4';
  src: url('../fonts/SourceSerif4-Bold.ttf.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Sourceserif 4';
  src: url('../fonts/SourceSerif4-Regular.ttf.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Bold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Sourceserif 4';
  src: url('../fonts/SourceSerif4-Semibold.ttf.woff2') format('woff2');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}