:root {
  --laranja: #e96b00;
  --white: var(--laranja);
}

.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-form-formradioinput--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 50%;
  width: 12px;
  height: 12px;
}

.w-form-formradioinput--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-width: 4px;
  border-color: #3898ec;
}

.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;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 38px;
  font-weight: bold;
  line-height: 44px;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: bold;
  line-height: 36px;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: bold;
  line-height: 30px;
}

h4 {
  color: var(--laranja);
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: bold;
  line-height: 20px;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: bold;
  line-height: 18px;
}

p {
  margin-bottom: 10px;
}

a {
  text-decoration: underline;
}

.navbar-logo-left {
  z-index: 10;
  position: fixed;
  inset: 0% 0% auto;
}

.navbar-logo-left-container {
  z-index: 5;
  background-color: #0000;
  width: 1030px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 15px 20px;
}

.navbar-logo-left-container.shadow-three {
  background-color: #000000d1;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 100%;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  padding: 20px;
  display: block;
}

.container {
  width: 100%;
  max-width: 990px;
  margin-left: auto;
  margin-right: auto;
}

.navbar-wrapper {
  justify-content: space-between;
  align-items: center;
  margin-top: 10px;
  display: flex;
}

.nav-menu-two {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.nav-menu-two.other {
  display: none;
}

.nav-link {
  color: #d7d7d7;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
}

.nav-link:hover {
  color: var(--laranja);
}

.nav-link:focus-visible, .nav-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-link.dropdown {
  display: inline-flex;
  position: static;
  inset: 0% auto auto 0%;
}

.nav-dropdown {
  margin-left: 5px;
  margin-right: 5px;
}

.nav-dropdown-toggle {
  color: #a8a5b2;
  letter-spacing: .25px;
  padding: 5px 30px 5px 10px;
  font-size: 14px;
  line-height: 20px;
}

.nav-dropdown-toggle:hover {
  color: #1a1b1fbf;
}

.nav-dropdown-toggle:focus-visible, .nav-dropdown-toggle[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-icon {
  margin-right: 10px;
}

.nav-dropdown-list {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-link {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

.nav-dropdown-link:focus-visible, .nav-dropdown-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-divider {
  background-color: #e4ebf3;
  width: 1px;
  height: 22px;
  margin-left: 15px;
  margin-right: 15px;
}

.nav-link-accent {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 20px;
  padding: 5px 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-accent:hover {
  color: #1a1b1fbf;
}

.button-primary {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary:active {
  background-color: #43464d;
}

.menu-button.desk {
  grid-column-gap: 3px;
  grid-row-gap: 3px;
  color: #fff;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  padding: 10px;
  display: flex;
}

.menu-button.desk.w--open {
  background-color: var(--laranja);
}

.nav-right {
  z-index: 100;
  position: relative;
}

.div-block {
  text-align: left;
  width: 60px;
  height: 60px;
  display: none;
  position: relative;
  overflow: hidden;
}

.line-1 {
  z-index: 5;
  background-color: #fff;
  width: 35px;
  height: 2px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  top: 18px;
}

.line-2 {
  z-index: 1;
  text-align: center;
  background-color: #fff;
  width: 35px;
  height: 2px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  top: 28px;
}

.line-3 {
  z-index: 1;
  text-align: center;
  background-color: #fff;
  width: 35px;
  height: 2px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  top: 38px;
}

.hero {
  background-color: #000;
  height: 100%;
  position: relative;
}

.heading {
  color: #e96b00;
  height: auto;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 70px;
  line-height: 80px;
  overflow: visible;
}

.heading.home-hero-words {
  opacity: 0;
  transition: opacity .2s cubic-bezier(.455, .03, .515, .955);
}

.heading.home-hero-words.show {
  opacity: 100;
}

.home-hero-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  max-width: 990px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  display: grid;
}

.home-hero-main-text {
  z-index: 3;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  height: 100%;
  margin-top: 0;
  margin-left: 0;
  display: flex;
  position: relative;
  inset: 0% auto auto 0%;
}

.hero-black {
  background-color: #000;
  height: 100%;
}

.hero-background-video {
  z-index: 1;
  width: 70%;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.link {
  border: 1px solid #000;
  border-radius: 10px;
}

.link-2 {
  border-radius: 12px;
  padding-left: 10px;
  padding-right: 10px;
}

.button {
  transform: scale3d(1none, 1none, 1none);
  color: #d3d3d3;
  transform-style: preserve-3d;
  background-color: #0000;
  border: 1px solid #e96b00;
  border-radius: 12px;
  padding-left: 65px;
  padding-right: 65px;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  font-weight: 500;
  transition: transform .1s;
}

.button:hover {
  background-color: var(--laranja);
  transform: scale(.95);
}

.paragraph {
  color: #d3d3d3;
  margin-bottom: 30px;
  padding-top: 0;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  font-weight: 500;
}

.paragraph.shadow.small-width {
  max-width: 300px;
}

.hero-trabalhe-conosco {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  place-items: center stretch;
  width: 100%;
  max-width: 900px;
  height: 100%;
  display: flex;
}

._2-hero-background-video {
  position: absolute;
  inset: 0%;
}

._2-hero-main-text {
  z-index: 2;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 80px;
  display: block;
  position: absolute;
}

.heading-2 {
  margin-top: 0;
  font-weight: 400;
}

.heading-3 {
  color: #f5f5f5;
  -webkit-text-stroke-color: #d7d7d7;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 42px;
  font-weight: 600;
}

.text-span {
  color: #e96b00;
}

.heading-4 {
  color: #f5f5f5;
  text-align: left;
  -webkit-text-stroke-color: white;
  justify-content: center;
  align-items: center;
  margin-left: 60px;
  font-family: Montserrat, sans-serif;
  display: block;
}

.button-2 {
  transform: scale3d(1none, 1none, 1none);
  color: #f5f5f5;
  text-align: left;
  transform-style: preserve-3d;
  background-color: #0000;
  border: 1px solid #e96b00;
  border-radius: 12px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 250px;
  margin-top: 40px;
  margin-left: 30px;
  padding-left: 10px;
  padding-right: 10px;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  transition: transform .1s;
  display: flex;
  overflow: visible;
}

.button-2:hover {
  color: #e96b00;
  -webkit-text-fill-color: inherit;
  background-color: #fff;
  background-clip: border-box;
  transform: scale(.95);
}

.button-2.bluerbg {
  -webkit-backdrop-filter: blur(11px);
  backdrop-filter: blur(11px);
}

.hero-agropecuario {
  justify-content: center;
  align-items: center;
  height: 90vh;
  display: flex;
  position: relative;
}

._3-hero-background-video {
  position: absolute;
  inset: 0%;
}

.text-span-2 {
  color: #e96b00;
  font-size: 80px;
  font-weight: 700;
  line-height: 55px;
}

.heading-5 {
  color: #f5f5f5;
  font-family: Montserrat, sans-serif;
  font-size: 38px;
  font-weight: 500;
}

.button-3 {
  transform: scale3d(1none, 1none, 1none);
  transform-style: preserve-3d;
  background-color: #0000;
  border: 1px solid #e96b00;
  border-radius: 12px;
  margin-top: 40px;
  font-family: Montserrat, sans-serif;
  transition: transform .1s;
}

.button-3:hover {
  background-color: var(--laranja);
  transform: scale(.95);
}

._3-hero-main-text {
  z-index: 2;
  width: 100%;
  max-width: 900px;
  font-family: Montserrat, sans-serif;
  position: absolute;
}

.heading-6 {
  color: #f5f5f5;
  margin-top: 20px;
  margin-left: 40px;
  font-family: Montserrat, sans-serif;
}

.heading-6.home-hero-words {
  font-size: 22px;
}

.heading-6.home-hero-words.max-width {
  max-width: 570px;
}

.text-cards {
  text-align: left;
  background-color: #000;
  flex-flow: wrap;
  justify-content: space-between;
  align-items: center;
  max-width: 990px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 60px 10px;
  display: flex;
}

.main-text-card {
  margin-top: 0;
  margin-right: 40px;
}

.heading-7 {
  color: #e96b00;
  margin-top: 0;
  margin-bottom: 40px;
  font-size: 30px;
  line-height: 35px;
}

.card {
  transform: scale3d(1none, 1none, 1none);
  transform-style: preserve-3d;
  margin: 0;
  transition: transform .1s;
  position: relative;
}

.card:hover {
  transform: none;
}

.card-wrapper {
  width: 210px;
  max-width: 100%;
  height: 280px;
  transition: transform .1s;
}

.card-wrapper:hover {
  transform: scale(.95);
}

.card-content {
  opacity: .7;
  background-color: #000;
  border-bottom-right-radius: 25px;
  border-bottom-left-radius: 25px;
  justify-content: center;
  align-items: center;
  height: 60px;
  display: flex;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.card-content.mobile {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  height: auto;
  padding: 11px 28px;
}

._1-card-image {
  object-fit: cover;
  border-radius: 25px;
  width: 100%;
  height: 100%;
}

.card-text {
  opacity: 1;
  color: #d7d7d7;
  background-color: #0000;
  width: 190px;
  margin-bottom: 0;
  margin-left: .5rem;
  margin-right: 1rem;
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: Lato, sans-serif;
  font-size: 12px;
  line-height: 16px;
  display: block;
  position: absolute;
  bottom: 0;
  left: auto;
}

.main-card {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: wrap;
  flex: 1;
  justify-content: center;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.paragraph-2 {
  color: #d7d7d7;
  font-family: Lato, sans-serif;
  font-size: 12px;
  font-weight: 400;
}

.paragraph-3 {
  z-index: 0;
  color: #f5f5f5;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  font-weight: 600;
  position: absolute;
  bottom: 137px;
  left: .5rem;
}

.paragraph-3.mobile {
  position: static;
}

.paragraph-4 {
  z-index: 10;
  color: #f5f5f5;
  margin-bottom: 0;
  font-family: Lato, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
  position: absolute;
  bottom: 71px;
  left: .5rem;
}

.paragraph-4.mobile {
  position: static;
}

.card-orange {
  z-index: 10;
  opacity: 0;
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
  background-color: #0000;
  border-radius: 25px;
  transition: opacity .2s, transform .1s, background-color .4s;
  position: absolute;
  inset: 0;
}

.card-orange:hover {
  opacity: 100;
  background-color: #e96b00b5;
}

.card-orange.hover-1 {
  z-index: 1000;
  background-color: #0000;
  display: block;
}

.card-orange.hover-2, .card-orange.hover-3 {
  background-color: #0000;
}

.scroll-home-wrapper {
  background-color: #efefef;
  background-image: url('../images/scrollfotos-bg.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: 100%;
  margin-bottom: 0;
  padding-top: 100px;
  padding-bottom: 40px;
}

.scroll-home-title {
  color: #424040;
  text-align: center;
  margin-top: 0;
  margin-left: 140px;
  margin-right: 140px;
  font-family: Montserrat, sans-serif;
}

.scroll-images {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-bottom: 301px;
  display: flex;
}

.right-img-wrapper {
  float: left;
  clear: none;
  justify-content: center;
  align-items: center;
  width: 400px;
  margin-left: 300px;
  margin-right: 0;
  display: flex;
  position: relative;
  right: 0;
}

.left-img-wrapper {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 400px;
  margin-right: 300px;
  display: flex;
  position: relative;
}

.scroll-text {
  color: #f5f5f5;
  text-transform: none;
  width: 300px;
  font-family: Montserrat, sans-serif;
  font-size: 25px;
  font-weight: 500;
  line-height: 30px;
  display: block;
  position: absolute;
  inset: auto;
}

.div-block-2 {
  position: absolute;
  inset: 0;
}

.image {
  box-sizing: border-box;
  aspect-ratio: auto;
  object-fit: cover;
  object-position: 50% 50%;
  width: 500px;
  height: 200px;
  overflow: clip;
}

.image-2, .image-3, .image-4 {
  object-fit: cover;
  width: 400px;
  height: 200px;
}

.left-shade-black {
  opacity: .45;
  background-color: #000;
  position: absolute;
  inset: 0;
}

.div-block-3 {
  position: relative;
}

.paragraph-6 {
  text-align: left;
  justify-content: center;
  align-items: center;
  display: block;
  position: absolute;
  bottom: auto;
}

.right-shade-black {
  opacity: .35;
  background-color: #000;
  position: absolute;
  inset: 0;
}

.first-card-content {
  height: 80px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.text-span-3 {
  z-index: 10;
  opacity: .9;
  background-color: #000;
  font-family: Lato, sans-serif;
  position: relative;
}

.item-list-wrapper {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 900px;
  height: 100%;
  margin-top: 30px;
  margin-bottom: 50px;
  padding: 0;
  display: flex;
}

.heading-9 {
  color: #e96b00;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  font-family: Montserrat, sans-serif;
  font-size: 36px;
}

.img-list-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1024px;
  height: 100%;
  padding: 20px 0 0;
  display: flex;
}

.left-list {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 100%;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  display: flex;
}

.truck-img {
  justify-content: center;
  align-items: center;
  width: 1200px;
  display: flex;
}

.left-item {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr .25fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  justify-content: flex-end;
  align-items: center;
  width: 250px;
  height: 70px;
  display: flex;
}

.right-item {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center start;
  width: 250px;
  height: 70px;
  display: flex;
}

.left-image {
  object-fit: contain;
  width: 40px;
  height: 40px;
}

.left {
  width: auto;
}

.left-text {
  text-align: right;
  margin-bottom: 0;
  font-family: Lato, sans-serif;
  font-weight: 400;
}

.left-tex, .paragraph-7 {
  margin-bottom: 0;
}

.right-text {
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  display: block;
}

.image-5 {
  max-width: 100%;
}

.right-image {
  vertical-align: baseline;
  object-fit: contain;
  width: 40px;
  height: 40px;
}

.background-video {
  z-index: 1;
  object-fit: fill;
}

.heading-10 {
  color: #e96b00;
  width: auto;
  margin-top: 50px;
  margin-left: 0;
  font-family: Montserrat, sans-serif;
  font-size: 38px;
  font-weight: 700;
  line-height: 44px;
}

.nossos-clientes-wrapper {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 220px;
  display: block;
}

.logos-without-title {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 60px 30px;
  display: block;
  position: relative;
}

.container-2 {
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.clients-wrapper-three {
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: center;
  margin-bottom: -10px;
  display: flex;
}

.clients-image-three {
  margin-bottom: 10px;
  margin-left: 15px;
  margin-right: 15px;
}

.logo-marcas-section {
  padding-top: 20px;
  padding-bottom: 20px;
  overflow: hidden;
}

.logo-marcas-wrapper {
  flex-flow: row;
  margin-left: 0%;
  display: flex;
  position: static;
}

.logo-marcas-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex: none;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  place-items: center;
  width: 170vw;
  height: auto;
  display: flex;
}

.logo-img {
  object-fit: contain;
  width: 140px;
  height: 48px;
  padding-left: 15px;
  padding-right: 15px;
}

.footer-dark {
  background-color: #000;
  border: 1px solid #000;
  margin-top: 0;
  padding: 0 30px;
  position: relative;
}

.container-3 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.footer-wrapper {
  border: 1px #f5f5f5;
  justify-content: space-between;
  align-items: flex-start;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 40px;
  font-family: Montserrat, sans-serif;
  display: flex;
}

.footer-content {
  grid-column-gap: 100px;
  grid-row-gap: 40px;
  color: #f5f5f5;
  grid-template-rows: auto;
  grid-template-columns: auto auto 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.footer-block {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
}

.title-small {
  color: #d7d7d7;
  letter-spacing: 1px;
  text-transform: capitalize;
  margin-bottom: 12px;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 8px;
}

.footer-link {
  color: #d7d7d7;
  margin-top: 12px;
  margin-bottom: 6px;
  font-family: Lato, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  text-decoration: none;
}

.footer-link:hover {
  color: var(--laranja);
}

.footer-social-block {
  justify-content: flex-start;
  align-items: center;
  margin-top: 40px;
  margin-left: -12px;
  display: flex;
}

.footer-social-link {
  margin-left: 12px;
}

.footer-divider {
  background-color: #e4ebf3;
  width: 96%;
  height: 1px;
  margin: 30px auto 15px;
}

.footer-copyright-center {
  color: #f5f5f5;
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  line-height: 16px;
}

.footer-white {
  background-color: #fff;
  padding-bottom: 0;
  padding-left: 30px;
  padding-right: 30px;
}

.footer-white-container {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.footer-divider-white {
  background-color: #000;
  width: 100%;
  height: 1px;
  margin: 30px auto 15px;
}

.footer-content-white {
  grid-column-gap: 90px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.title-footer-white {
  text-align: left;
  margin-bottom: 12px;
  font-family: Lato, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 16px;
}

.link-white-footer {
  color: #fff;
  text-align: right;
  margin-top: 12px;
  margin-bottom: 6px;
  font-family: Lato, sans-serif;
  font-weight: 400;
  line-height: 8px;
  text-decoration: none;
}

.link-white-footer.no-margin {
  margin-top: 0;
}

.link-white-footer.white {
  color: #d7d7d7;
}

.link-white-footer.white:hover {
  color: var(--laranja);
}

.link-white-footer.black {
  color: #000;
}

.link-white-footer.black:hover {
  color: var(--laranja);
}

.image-6, .social-image-black {
  width: 30px;
}

.instagram-image-black, .image-7 {
  width: 25px;
}

.linkedin-footer-black {
  width: 30px;
}

.youtube-footer-black {
  width: 30px;
  margin-top: 5px;
  display: block;
}

.maxtrack-go-section {
  opacity: 1;
  mix-blend-mode: normal;
  background-color: #000;
  background-image: url('../images/agropecuario-04-maxtrackgo-00-modified.jpg');
  background-position: 50%;
  background-repeat: repeat;
  background-size: cover;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 570px;
  display: flex;
  position: relative;
  overflow: visible;
}

.black-background {
  opacity: .7;
  object-fit: fill;
  background-color: #000;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin: 0;
  display: block;
  position: absolute;
  overflow: visible;
}

.go-content-wrapper {
  max-width: 900px;
  margin-left: 0;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.text-span-4 {
  color: #f5f5f5;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 500;
}

.heading-11 {
  color: #e96b00;
  margin-top: 0;
  margin-left: 0;
  margin-right: 60px;
  padding-top: 15px;
  font-family: Montserrat, sans-serif;
  font-size: 38px;
  font-weight: 600;
  line-height: 40px;
}

.go-items-left {
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  display: block;
}

.image-8 {
  background-color: #e96b00;
  padding: 10px;
}

.go-img {
  background-color: #e96b00;
  width: 70px;
  height: 100%;
  padding: 10px;
}

.go-item {
  text-align: left;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 0;
  display: flex;
}

.paragraph-8 {
  color: #f5f5f5;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

.go-text {
  opacity: 1;
  color: #d3d3d3;
  margin-bottom: 0;
  margin-left: 15px;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 22px;
  display: block;
}

.items-wrapper {
  grid-column-gap: 35px;
  grid-row-gap: 35px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-left: 0;
  margin-right: 0;
  display: grid;
}

.go-button {
  transform: scale3d(1none, 1none, 1none);
  transform-style: preserve-3d;
  background-color: #0000;
  border: 1px solid #e96b00;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  width: 240px;
  margin: 10px auto;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  font-weight: 500;
  transition: transform .1s;
  display: flex;
  position: relative;
}

.go-button:hover {
  background-color: var(--laranja);
  transform: scale(.95);
}

.go-button.margin-top {
  margin-top: 36px;
}

.tec-max-section {
  background-color: #000;
  padding-top: 40px;
  padding-bottom: 60px;
}

.tec-card-title {
  z-index: 1;
  background-color: #0000005e;
  justify-content: center;
  align-items: center;
  margin-left: 0;
  padding: 10px 22px 20px;
  display: flex;
  position: absolute;
  inset: 0%;
}

.tec-card-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: center;
  align-items: center;
  margin-left: 0;
  display: flex;
}

.tec-card {
  justify-content: center;
  align-items: center;
  width: 280px;
  height: 400px;
  transition: transform .1s;
  display: flex;
  position: relative;
}

.tec-card:hover {
  display: block;
  transform: scale(.95);
}

.tec-black {
  opacity: 0;
  background-color: #000000b8;
  flex-flow: column;
  padding: 29px 25px;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.paragraph-9 {
  z-index: 10;
  color: #fff;
  text-align: left;
  font-family: Lato, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 14px;
  display: block;
  position: static;
  inset: auto auto 5% 4%;
}

.image-9 {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: relative;
}

.tec-image {
  filter: saturate(0%);
  object-fit: cover;
  border-radius: 25px;
  width: 100%;
  height: 100%;
}

.heading-12 {
  color: #e96b00;
  font-size: 34px;
  line-height: 44px;
}

.tec-button {
  background-color: #0000;
  border: 1px solid #e96b00;
  border-radius: 12px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 230px;
  margin: 40px auto 0;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  font-weight: 500;
  display: flex;
}

.tec-content-wrapper {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.icon-list-content {
  max-width: 100%;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
}

.rastreador-section {
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-bottom: 60px;
  display: flex;
}

.rastreador-wrapper {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: auto;
  max-width: 900px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.rastreador-title {
  padding-left: 0;
}

.rastreador-image-left {
  margin-left: 0;
  padding-right: 0;
}

.rastreador-items-right {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.heading-13 {
  color: #e96b00;
  font-family: Montserrat, sans-serif;
  font-size: 38px;
  font-weight: 700;
  line-height: 44px;
}

.image-10 {
  object-fit: cover;
  border-radius: 25px;
  width: 340px;
  height: 470px;
}

.rastreador-item {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.image-11 {
  object-fit: contain;
  background-color: #e96b00;
  width: 60px;
  max-width: 60px;
  height: 60px;
  max-height: 60px;
  padding: 15px;
}

.paragraph-10 {
  margin-bottom: 0;
  margin-left: 10px;
  font-family: Lato, sans-serif;
}

.rastreador-content {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  justify-content: flex-start;
  align-items: center;
  margin-left: 0;
  padding-top: 20px;
  display: flex;
}

.diferenciais-section {
  justify-content: center;
  align-items: center;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
}

.diferenciais-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 900px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.items-diferenciais {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  margin-top: 27px;
  display: flex;
}

.image-12 {
  object-fit: cover;
  border-radius: 25px;
  width: 500px;
  height: 100%;
}

.heading-14 {
  color: #e96b00;
  margin-top: 0;
  margin-left: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 38px;
  line-height: 44px;
}

.item-diferenciais {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  justify-content: center;
  place-items: center;
  display: grid;
}

.item-diferencial-p {
  margin-bottom: 0;
  margin-left: 0;
  font-family: Lato, sans-serif;
}

.diferenciais-content {
  margin-left: 40px;
}

.bold-text {
  color: #e96b00;
  font-family: Montserrat, sans-serif;
}

.bold-text-2, .bold-text-3 {
  color: #e96b00;
}

.form-banco-section {
  background-color: #efefef;
  justify-content: center;
  align-items: center;
  padding-top: 40px;
  display: flex;
}

.title-form {
  font-family: Montserrat, sans-serif;
}

.banco-wrapper {
  width: 900px;
  max-width: 900px;
  margin-top: 20px;
  margin-bottom: 60px;
}

.banco-wrapper.modal {
  z-index: 2;
  background-color: #fdfdfd;
  border-radius: 9px;
  padding: 10px 31px 31px;
  position: relative;
  box-shadow: 0 2px 5px #0003;
}

.heading-15 {
  color: #e96b00;
  border-radius: 12px 12px 0 0;
  margin-top: 10px;
  margin-bottom: 0;
  font-size: 18px;
  display: block;
}

.heading-16 {
  color: #e96b00;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
}

.form {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template: "."
                 "."
                 "."
                 / 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.paragraph-11 {
  font-family: Lato, sans-serif;
  font-weight: 400;
}

.submit-button {
  background-color: #e96b00;
  border-radius: 12px;
}

.button-4 {
  color: #fff;
  text-align: center;
  background-color: #e96b00;
  border-radius: 8px;
  width: 210px;
  padding-top: 8px;
  padding-bottom: 8px;
  font-family: Lato, sans-serif;
}

.button-5 {
  color: #fff;
  text-align: center;
  background-color: gray;
  border-radius: 8px;
  width: 210px;
  margin-left: 0;
  padding-top: 8px;
  padding-bottom: 8px;
  font-family: Lato, sans-serif;
}

.bottom-form {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  display: flex;
}

.paragraph-12 {
  justify-content: flex-start;
  align-items: center;
  margin-left: 0;
  font-family: Lato, sans-serif;
  font-size: 12px;
  display: inline-flex;
  position: static;
}

.input-form {
  border: 1px solid #000;
  height: 30px;
  margin-bottom: 2px;
}

.input-form.hidden {
  display: none;
}

.form-drop-1 {
  z-index: 1000;
  justify-content: flex-start;
  align-items: center;
  margin-top: 0;
  margin-left: 0;
  display: block;
  position: static;
  inset: auto;
}

.dropdown-toggle {
  color: #fff;
  text-align: left;
  object-fit: fill;
  background-color: #e96b00;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  margin-top: 0;
  margin-left: 0;
  padding: 0;
  display: flex;
  position: relative;
}

.dropdown-toggle.dropdown-arrow {
  position: static;
}

.dropdown-toggle.dropdown-arrow.w--open {
  position: absolute;
  inset: 0% 0% auto auto;
}

.icon {
  justify-content: center;
  align-items: center;
  margin: 0;
  padding-top: 2px;
  font-size: 25px;
  line-height: 20px;
  display: block;
  position: relative;
  inset: 0;
}

.form-drop-2 {
  clear: none;
  justify-content: flex-start;
  align-items: center;
  margin-top: 0;
  margin-left: 0;
  display: block;
  position: absolute;
  inset: auto;
}

.dropdown-list {
  background-color: #fff;
  border: 1px solid #e96b00;
  border-bottom-right-radius: 12px;
  border-bottom-left-radius: 12px;
  display: none;
  inset: 100% 0% auto auto;
}

.drop-div {
  text-align: left;
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  display: flex;
  position: relative;
}

.oportunidades-section {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 40px;
  padding-top: 40px;
  display: flex;
}

.oportunidades-section.unique-page {
  padding-top: 90px;
}

.oportunidades-wrapper {
  width: 900px;
  margin-top: 40px;
  margin-bottom: 40px;
}

.oportunidades-vagas {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  margin-top: 20px;
  display: flex;
}

.heading-17 {
  color: #e96b00;
  margin-top: 0;
  font-family: Montserrat, sans-serif;
  font-size: 38px;
}

.oportunidades-categoria {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: wrap;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.paragraph-13 {
  display: inline-block;
}

.oportunidades-button {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: #000;
  text-align: center;
  background-color: #0000;
  border: 1px solid #000;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  width: 160px;
  padding-left: 2px;
  padding-right: 2px;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  font-weight: 600;
  display: block;
}

.oportunidade-item {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: left;
  background-color: #e4dfdf;
  grid-template-rows: auto;
  grid-template-columns: .5fr .75fr;
  grid-auto-columns: 1fr;
  place-items: center start;
  padding-top: 5px;
  padding-bottom: 5px;
  display: grid;
  position: relative;
}

.oportunidades-p {
  border-left: 1px solid #000;
  margin-bottom: 0;
  padding-left: 10px;
  font-family: Lato, sans-serif;
  font-size: 13px;
}

.oportunidades-p-first {
  margin-bottom: 0;
  padding-left: 10px;
  font-family: Lato, sans-serif;
  font-size: 13px;
  font-weight: 700;
}

.dropdown {
  text-align: left;
  justify-content: flex-start;
  align-items: center;
  display: block;
  position: absolute;
  right: 0;
}

.link-3 {
  display: block;
  position: absolute;
}

.image-13 {
  width: 100%;
  height: 100%;
  position: relative;
}

.oportunidades-link {
  background-color: var(--laranja);
  color: #fff;
  letter-spacing: .5px;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding-left: 5px;
  padding-right: 5px;
  font-family: Montserrat, sans-serif;
  font-size: 11px;
  text-decoration: none;
  display: flex;
  position: absolute;
  right: 0;
}

.tab-link-ti {
  text-align: center;
  background-color: #0000;
  border: 1px solid #000;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  height: 40px;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  transition: opacity .1s;
  display: flex;
  overflow: hidden;
}

.tab-link-ti:hover {
  background-color: var(--laranja);
  color: #fff;
  transform: scale(.95);
}

.tab-link-ti.w--current {
  color: #fff;
  text-align: center;
  background-color: #e96b00;
  border: 1px solid #000;
  border-radius: 12px;
  padding-left: 5px;
  padding-right: 5px;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
}

.tab-link-comercial {
  text-align: center;
  background-color: #0000;
  border: 1px solid #000;
  border-radius: 12px;
  padding-left: 5px;
  padding-right: 5px;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
}

.tab-link-comercial.w--current {
  color: #fff;
  background-color: #e96b00;
  width: 160px;
  font-style: normal;
  text-decoration: none;
  position: relative;
}

.tab-link-rh {
  text-align: center;
  background-color: #0000;
  border: 1px solid #000;
  border-radius: 12px;
  padding-left: 5px;
  padding-right: 5px;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
}

.tab-link-rh.w--current {
  color: #fff;
  background-color: #e96b00;
}

.tab-link-financeiro {
  text-align: center;
  background-color: #0000;
  border: 1px solid #000;
  border-radius: 12px;
  padding-left: 5px;
  padding-right: 5px;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
}

.tab-link-financeiro.w--current {
  color: #fff;
  background-color: #e96b00;
}

.tab-link-departamento-pessoal {
  text-align: center;
  letter-spacing: -1px;
  background-color: #0000;
  border: 1px solid #000;
  border-radius: 12px;
  padding-left: 0;
  padding-right: 0;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
}

.tab-link-departamento-pessoal.w--current {
  color: #fff;
  background-color: #e96b00;
}

.tab-link-montagem {
  text-align: center;
  background-color: #0000;
  border: 1px solid #000;
  border-radius: 12px;
  padding-left: 5px;
  padding-right: 5px;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
}

.tab-link-montagem.w--current {
  color: #fff;
  background-color: #e96b00;
}

.tabs-menu {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
  display: grid;
}

.text-block, .text-block-2, .text-block-3, .text-block-4 {
  font-size: 12px;
}

.tab-text-2 {
  z-index: 2;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 11px;
  font-weight: 600;
  line-height: 12px;
  position: relative;
}

.text-block-6 {
  font-size: 12px;
}

.text-block-7 {
  color: #333;
  text-align: center;
  font-size: 12px;
  text-decoration: none;
  position: relative;
}

.text-block-8, .text-block-9, .text-block-10, .text-block-11 {
  font-size: 12px;
  position: relative;
}

.tabs {
  margin-top: 40px;
}

.text-block-12 {
  font-size: 13px;
}

.faca-parte-section {
  background-image: linear-gradient(#fff 78%, #000 78%);
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.faca-parte-wrapper {
  width: 900px;
  margin-bottom: 40px;
  display: flex;
}

.faca-parte-content {
  margin-left: 30px;
}

.paragraph-14 {
  font-family: Lato, sans-serif;
}

.paragraph-15 {
  width: auto;
  font-family: Lato, sans-serif;
}

.heading-18 {
  color: #e96b00;
  margin-top: 0;
  font-family: Montserrat, sans-serif;
  font-size: 30px;
  font-weight: 700;
}

.button-6 {
  transform: scale3d(1none, 1none, 1none);
  color: #000;
  text-align: center;
  -webkit-text-stroke-color: white;
  transform-style: preserve-3d;
  background-color: #0000;
  border: 1px solid #e96b00;
  border-radius: 12px;
  width: 200px;
  font-family: Lato, sans-serif;
  font-weight: 700;
  transition: transform .1s;
}

.button-6:hover {
  background-color: var(--laranja);
  color: #fff;
  transform: scale(.95);
}

.image-14 {
  object-fit: cover;
  width: 500px;
  height: 300px;
}

.nossos-clientes-section {
  background-color: #fff;
  padding-bottom: 50px;
}

.hero-section {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 90vh;
  display: flex;
  position: relative;
}

.trabalhar-na-maxtrack-section {
  justify-content: center;
  align-items: center;
  display: flex;
}

.trab-maxtrack-img {
  display: block;
}

.trab-maxtrack-content {
  margin-top: 75px;
  margin-left: 50px;
}

.trab-maxtrack-wrapper {
  width: 100%;
  max-width: 900px;
  margin-top: -50px;
  margin-bottom: 20px;
  display: flex;
}

.heading-19 {
  color: #e96b00;
  margin-top: 0;
  font-family: Montserrat, sans-serif;
}

.image-15 {
  object-fit: cover;
  width: 500px;
  max-width: none;
  height: 350px;
}

.paragraph-16 {
  font-family: Lato, sans-serif;
  font-weight: 700;
}

.nosso-processo-section {
  background-color: #efefef;
  justify-content: center;
  align-items: center;
  padding-top: 40px;
  display: flex;
  overflow: hidden;
}

.nosso-processo-wrapper {
  width: 900px;
  padding-top: 20px;
  padding-bottom: 50px;
}

.nosso-processo-title {
  font-family: Lato, sans-serif;
  font-weight: 700;
}

.nosso-processo-content {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 900px;
  margin-top: 30px;
  display: flex;
}

.seletivo-item {
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  width: 15%;
  display: flex;
}

.seletivo-text {
  text-align: center;
  max-width: 100%;
  margin-top: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 22px;
}

.seletivo-seta {
  justify-content: center;
  align-items: flex-start;
  display: block;
  position: static;
}

.image-16 {
  text-align: left;
  border: 2.5px solid #000;
  border-radius: 50%;
  width: 30px;
  margin-top: 24px;
}

.heading-20 {
  color: #e96b00;
  font-family: Montserrat, sans-serif;
  font-size: 38px;
}

.paragraph-17 {
  margin-top: 10px;
  font-family: Lato, sans-serif;
  font-size: 12px;
  font-weight: 600;
}

.slider-section {
  background-color: #000;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 40px;
  display: flex;
  overflow: hidden;
}

.slider-wrapper {
  width: 900px;
  margin-top: 30px;
  margin-bottom: 10px;
  overflow: visible;
}

.slider-content {
  height: auto;
  display: block;
  position: relative;
  overflow: visible;
}

.heading-21 {
  color: #e96b00;
  margin-top: 0;
  font-family: Montserrat, sans-serif;
}

.heading-21.big {
  font-size: 38px;
}

.gallery-slider {
  border-bottom: 1px solid #e4ebf3;
  padding: 40px 30px 60px;
  position: relative;
}

.container-4 {
  width: 100%;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.gallery-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  place-items: start stretch;
  display: block;
}

.gallery-block {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.gallery-slide {
  background-color: #0000;
  height: auto;
}

.gallery-slide-wrapper {
  max-width: 240px;
  margin-right: 2%;
}

.gallery-slide-image {
  width: 250px;
  position: relative;
}

.gallery-image {
  object-fit: cover;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: auto;
  border-radius: 30px;
  width: 100%;
  height: 340px;
}

.gallery-slide-text {
  z-index: 1;
  color: #f5f7fa;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Lato, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 20px;
  position: static;
  bottom: 24px;
  left: 24px;
  right: 24px;
}

.gallery-slide-text.beneficios {
  position: absolute;
  bottom: 25px;
}

.gallery-slider-left {
  justify-content: center;
  align-items: center;
  width: 40px;
  display: flex;
  left: -50px;
}

.gallery-slider-left:focus-visible, .gallery-slider-left[data-wf-focus-visible] {
  outline-offset: 0px;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.slider-arrow-embed {
  color: #1a1b1f;
}

.gallery-slider-right {
  justify-content: center;
  align-items: center;
  width: 40px;
  display: flex;
  right: -50px;
}

.gallery-slider-right:focus-visible, .gallery-slider-right[data-wf-focus-visible] {
  outline-offset: 0px;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.gallery-slide-nav {
  display: none;
}

.team-slider {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.container-5 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.centered-heading {
  text-align: center;
  margin-bottom: 16px;
}

.centered-subheading {
  text-align: center;
  max-width: 530px;
  margin-left: auto;
  margin-right: auto;
}

.team-slider-wrapper {
  background-color: #0000;
  height: auto;
  margin-top: 50px;
}

.team-slide-wrapper {
  width: 30%;
  margin-right: 5%;
}

.team-block {
  background-color: #fff;
  padding-bottom: 24px;
}

.team-member-image-two {
  margin-bottom: 18px;
}

.team-block-info {
  flex-direction: column;
  align-items: flex-start;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
}

.team-member-name-two {
  margin-bottom: 12px;
  font-weight: 600;
}

.team-member-text {
  margin-bottom: 20px;
}

.text-link-arrow {
  color: #1a1b1f;
  justify-content: flex-start;
  align-items: center;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
  display: flex;
}

.arrow-embed {
  margin-left: 2px;
  display: flex;
}

.team-slider-arrow {
  display: none;
}

.team-slider-nav {
  margin-top: 24px;
  font-size: 10px;
  position: static;
  bottom: -60px;
}

.beneficios-orange {
  opacity: .82;
  filter: contrast(200%);
  background-color: #d56900;
  border-radius: 30px;
  position: absolute;
  inset: 0;
}

.text-span-5 {
  font-size: 12px;
  font-weight: 400;
  line-height: 12px;
}

.text-span-6 {
  font-size: 14px;
}

.slider {
  box-sizing: border-box;
  flex-flow: row;
  display: block;
}

.slider-2 {
  background-color: #0000;
  width: 100%;
  height: auto;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 30px;
  padding-bottom: 60px;
  display: block;
  position: relative;
  overflow: visible;
}

.slider-2.tec {
  display: none;
}

.slide {
  width: auto;
  max-width: 250px;
  margin-left: 20px;
  overflow: visible;
}

.slide.tec {
  max-width: 280px;
}

.slide.solucoes {
  margin-left: 10px;
}

.slider-mask {
  max-width: 240px;
  overflow: visible;
}

.slide-nav {
  z-index: 100;
  padding-top: 0;
}

.slide-nav.dots {
  z-index: 2;
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.slide-nav.dots.hide {
  display: none;
}

.icon-2 {
  border: 0 solid #e96b00;
  border-radius: 4px;
  padding: 0;
}

.left-arrow-block {
  background-color: var(--laranja);
  border: 1px solid #e96b00;
  border-radius: 12px;
  width: 60px;
  height: 60px;
  padding: 0;
  display: block;
  position: relative;
}

.left-arrow {
  justify-content: center;
  align-items: center;
  display: flex;
}

.right-arrow-block {
  background-color: var(--laranja);
  border: 1px solid #e96b00;
  border-radius: 12px;
  width: 60px;
  height: 60px;
}

.right-arrow {
  justify-content: center;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.image-18 {
  opacity: .53;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.hero-image-carga {
  z-index: 0;
  opacity: .9;
  background-color: #000;
  border: 1px #000;
  border-radius: 0;
  position: absolute;
  inset: 0%;
}

.hero-content-carga {
  z-index: 2;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 900px;
  display: flex;
  position: relative;
}

.carga-wrapper {
  background-color: #000;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.hero-left-content {
  flex-flow: column;
  display: flex;
}

.heading-22 {
  color: #fff;
  font-family: Montserrat, sans-serif;
  font-weight: 400;
}

.text-span-7 {
  color: #e96b00;
  font-size: 80px;
  font-weight: 700;
  line-height: 44px;
}

.heading-23 {
  color: #fff;
  margin-left: 70px;
  display: inline-block;
}

.button-7 {
  text-align: center;
  background-color: #0000;
  border: 1px solid #e96b00;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  width: 250px;
  margin-top: 60px;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  display: block;
}

.button-7.button-2 {
  margin-left: 0;
  font-weight: 400;
}

.button-7.button-2:hover {
  color: #f5f5f5;
  background-color: #e96b00;
}

.hero-right-content {
  z-index: 9999999;
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  background-color: #000000a6;
  border: 1px solid #e96b00;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  transition: transform .1s;
  display: flex;
  position: fixed;
  inset: auto 1% 1% auto;
}

.hero-right-content:hover {
  background-color: #e96b00;
  transform: scale(.95);
}

.funcionalidades-section {
  justify-content: center;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 20px;
  display: flex;
}

.background-video-2 {
  width: 100%;
  height: 100%;
}

.home-hero-section {
  background-color: #000;
  height: 660px;
}

.home-cards-section {
  background-color: #000;
}

.ful-video-section {
  background-color: #000;
  padding-top: 89px;
}

.ful-video-section.no-padding {
  padding-top: 0;
}

.ful-video-section.no-padding.hidden {
  display: none;
}

.black-label {
  opacity: 1;
  background-color: #0000008a;
  height: auto;
  padding: 14px 22px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.nos-somos-section {
  justify-content: center;
  align-items: center;
  display: flex;
}

.nos-somos-section.paddgn-top {
  margin-top: 89px;
}

.nos-somos-wrapper {
  width: 900px;
  margin-top: 40px;
  margin-bottom: 40px;
}

.nos-somos-content {
  justify-content: center;
  align-items: center;
  display: flex;
}

.nos-somos-right {
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  margin-left: 40px;
  display: block;
}

.heading-24 {
  color: #e96b00;
  margin-top: 0;
  font-family: Montserrat, sans-serif;
}

.paragraph-18 {
  font-family: Lato, sans-serif;
  line-height: 18px;
}

.image-20 {
  object-fit: cover;
  border-radius: 25px;
  width: auto;
  max-width: 400px;
  height: 400px;
}

.nossas-unidades-section {
  background-color: #000;
  justify-content: center;
  align-items: center;
  display: flex;
}

.nossas-unidades-wrapper {
  width: 900px;
  margin-top: 40px;
  margin-bottom: 60px;
}

.nossas-unidades-content {
  justify-content: center;
  align-items: center;
  margin-top: 30px;
  display: flex;
}

.nossas-unidades-grid {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 800px;
  display: flex;
}

.heading-25 {
  color: #e96b00;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 36px;
  line-height: 44px;
}

.unidades-items {
  grid-column-gap: 11px;
  grid-row-gap: 11px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.paragraph-19, .paragraph-20, .paragraph-21, .paragraph-22, .paragraph-23 {
  color: #fff;
  margin-bottom: 0;
}

.button-8 {
  transform: scale3d(1none, 1none, 1none);
  transform-style: preserve-3d;
  background-color: #0000;
  border: 1px solid #e96b00;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  width: 250px;
  margin: 40px auto 0;
  transition: all .1s;
  display: flex;
  position: static;
}

.button-8:hover {
  background-color: var(--laranja);
  transform: scale(.95);
}

.nosso-proposito-section {
  background-color: #ff6513;
  justify-content: center;
  align-items: center;
  display: flex;
}

.nosso-proposito-wrapper {
  width: 900px;
  margin-top: 30px;
  margin-bottom: 30px;
}

.nosso-proposito-title {
  border-top: 1px #f5f5f5;
  border-bottom: 1.6px solid #f5f5f5;
  border-left: 3px #f5f5f5;
  border-right: 1px #f5f5f5;
  margin-bottom: 30px;
  padding-top: 0;
  padding-bottom: 40px;
}

.proposito-items {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  width: 95%;
  display: flex;
}

.proposito-item {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  display: flex;
}

.paragraph-24 {
  color: #f5f5f5;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 0;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  display: flex;
}

.paragraph-25, .paragraph-26 {
  color: #f5f5f5;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 0;
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  display: flex;
}

.heading-26 {
  color: #f5f5f5;
  margin-top: 20px;
  margin-bottom: 0;
  margin-left: 50px;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
}

.heading-27 {
  color: #f5f5f5;
  margin-top: 0;
  font-size: 36px;
  line-height: 44px;
}

.nossa-historia-section {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.nossa-historia-wrapper {
  width: 900px;
  margin-top: 20px;
  position: absolute;
}

.heading-28 {
  color: #e96b00;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 38px;
  line-height: 44px;
}

.background-video-3 {
  width: 100%;
  height: 720px;
}

.background-video-3.mobile {
  display: none;
}

.footer-text-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
}

.footer-text {
  margin-top: 35px;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 34px;
}

.text-span-8 {
  color: #e96b00;
}

.div-block-4 {
  max-width: 928px;
  margin-bottom: 100px;
  margin-left: auto;
  margin-right: auto;
  position: sticky;
  top: 50vh;
}

.background-video-4 {
  width: 100%;
  height: 100%;
}

._3-hero-background-hover {
  background-color: #00000040;
  position: absolute;
  inset: 0%;
}

.background-video-5, .background-video-6 {
  width: 100%;
  height: 100%;
}

.background-video-6.mobile {
  display: none;
}

.link-4 {
  color: #d7d7d7;
  text-decoration: none;
}

.nav-hamb-link {
  color: #d7d7d7;
  padding-left: 10px;
  padding-right: 10px;
  text-decoration: none;
}

.image-21 {
  padding-bottom: 2px;
}

.dropdown-list-2 {
  z-index: 1000;
  background-color: #fff;
  border: 1px solid #e96b00;
  border-radius: 0 0 12px 12px;
  display: none;
  position: absolute;
  inset: 100% 0% auto auto;
  overflow: visible;
}

.dropdown-list-2.dropdown-options.autocomplete-dropdown {
  inset: 0% 0% auto;
}

.dropdown-list-2.dropdown-options.autocomplete-dropdown.w--open {
  height: auto;
  inset: 30px 0% auto;
}

.dropdown-link {
  z-index: 1000;
}

.dropdown-arrow {
  color: #fff;
  cursor: pointer;
  background-color: #e96b00;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  display: flex;
}

.autocomplete-dropdown.dropdown-options.dropdown-list {
  z-index: 99999;
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-height: 200px;
  padding: 10px;
  display: none;
  position: absolute;
  inset: 30px 0% auto;
  overflow: auto;
}

.collection-list {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-items: stretch;
  margin-bottom: 20px;
  display: grid;
}

.collection-list-2 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.oportunidades-modal {
  z-index: 2147483647;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #e4dfdfc4;
  justify-content: center;
  align-items: flex-start;
  height: 100vh;
  padding-top: 28px;
  display: none;
  position: fixed;
  inset: 0% 0% auto;
  overflow: auto;
}

.close-modal {
  cursor: pointer;
  width: 30px;
  height: 30px;
  position: absolute;
  inset: 12px 10px auto auto;
}

.close-hover-modal {
  z-index: 1;
  position: absolute;
  inset: 0%;
}

.radio-button {
  z-index: 1;
  cursor: pointer;
  border: 1px #000;
  border-radius: 0;
  width: 100%;
  height: 100%;
  margin-top: 0;
  margin-left: 0;
  transition: transform .1s;
  position: absolute;
  inset: 0%;
}

.radio-button:hover {
  transform: scale(.95);
}

.radio-button.w--redirected-checked {
  background-color: var(--laranja);
}

.radio-button-field {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-bottom: 0;
  padding-left: 3px;
  padding-right: 3px;
  font-weight: 600;
  display: flex;
  position: relative;
}

.radio-button-field.link {
  background-color: var(--laranja);
  color: #fff;
  max-width: 110px;
  height: 40px;
  text-decoration: none;
}

.pagination {
  margin-top: 13px;
}

.unidades-icon {
  height: 80px;
}

.proposito-icon {
  max-width: 80px;
}

.svg {
  width: 20px;
  height: 20px;
}

.link-block {
  color: #333;
  text-decoration: none;
}

.icon-4 {
  margin-right: 0;
  position: static;
  inset: auto 0% 0% auto;
}

.dropdown-2 {
  z-index: 999999;
  position: relative;
}

.text-block-13 {
  margin-right: 8px;
}

.dropdown-list-3 {
  background-color: #ddd;
}

.dropdown-list-3.w--open {
  background-color: #000;
}

.dropdown-link-2 {
  color: #fff;
}

.dropdown-link-2:hover {
  color: var(--laranja);
}

.div-block-5 {
  text-align: center;
  margin-top: 22px;
  margin-bottom: 69px;
  font-size: 10px;
}

.paragraph-27 {
  line-height: 15px;
}

.form-block {
  margin-top: 20px;
}

.alter-title {
  position: relative;
  overflow: visible;
}

.mover-wrapper {
  height: 85px;
  display: none;
  overflow: hidden;
}

.container-mover {
  display: flex;
}

.div-block-6.inline {
  border-left: 1px solid #000;
  padding-left: 5px;
}

.card-orange-3 {
  z-index: 1000;
  opacity: .7;
  background-color: #e96b00;
  border-radius: 25px;
  position: absolute;
  inset: 0;
}

.card-orange-3:hover {
  background-color: #0000;
}

.card-orange-3.hover-1 {
  z-index: 1000;
  background-color: #0000;
  display: block;
}

.card-orange-3.hover-2, .card-orange-3.hover-3 {
  background-color: #0000;
}

.card-orange-2 {
  z-index: 1000;
  opacity: .7;
  background-color: #0000;
  border-radius: 25px;
  position: absolute;
  inset: 0;
}

.card-orange-2:hover {
  background-color: #0000;
}

.card-orange-2.hover-1 {
  z-index: 1000;
  background-color: #0000;
  display: block;
}

.card-orange-2.hover-2, .card-orange-2.hover-3 {
  background-color: #0000;
}

.text-block-14 {
  color: #d7d7d7;
  font-family: Montserrat, sans-serif;
}

.icon-5 {
  color: #d7d7d7;
}

.dropdown-list-4 {
  z-index: 5;
  opacity: 1;
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  -webkit-text-fill-color: inherit;
  mix-blend-mode: normal;
  background-color: #000;
  background-clip: border-box;
}

.dropdown-list-4.w--open {
  z-index: 10000;
  opacity: .7;
  color: #d7d7d7;
  background-color: #000000d1;
  padding-top: 5px;
  padding-bottom: 5px;
  inset: auto 0% auto auto;
}

.dropdown-link-3 {
  z-index: 100;
  color: #fff;
  border-bottom: 1.1px solid #fff;
  margin-left: 10px;
  margin-right: 10px;
  padding: 12px 10px;
  font-family: Montserrat, sans-serif;
  display: block;
}

.dropdown-link-4 {
  z-index: 100;
  color: #fff;
  margin-left: 10px;
  margin-right: 10px;
  padding: 12px 10px;
  font-family: Montserrat, sans-serif;
}

.dropdown-link-5 {
  z-index: 100;
  color: #d7d7d7;
  border-top: 1.1px solid #fff;
  border-bottom: 0 #fff;
  margin-left: 10px;
  margin-right: 10px;
  padding: 12px 10px;
  font-family: Montserrat, sans-serif;
}

.hero-right-content-v2 {
  z-index: 3;
  border: 1px solid #e96b00;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  display: flex;
  position: absolute;
  inset: 350px 10% auto auto;
}

.nosso-processo-mobile {
  display: none;
  overflow: visible;
}

.processo-card {
  justify-content: center;
  align-items: center;
  width: 280px;
  height: 400px;
  transition: transform .1s;
  display: flex;
  position: relative;
}

.processo-card:hover {
  transform: scale(.95);
}

.hamburger-menu-hm3.w--open {
  background-color: #0000;
}

.top-bar-hm3 {
  background-color: #83dc52;
  border-radius: 8px;
  width: 50px;
  height: 5px;
  margin-top: 7px;
  margin-bottom: 7px;
}

._2nd-top-bar-hm3 {
  background-color: #83dc52;
  border-radius: 8px;
  width: 50px;
  height: 5px;
  margin-top: 7px;
  margin-bottom: 7px;
  display: none;
}

.middle-bar-hm3, .bottom-bar-hm3 {
  background-color: #83dc52;
  border-radius: 8px;
  width: 50px;
  height: 5px;
  margin-top: 7px;
  margin-bottom: 7px;
}

._2nd-bottom-bar-hm3 {
  background-color: #83dc52;
  border-radius: 8px;
  width: 50px;
  height: 5px;
  margin-top: 7px;
  margin-bottom: 7px;
  display: none;
}

.div-block-7 {
  background-color: #fff;
  border-radius: 20px;
  width: 100%;
  height: 3px;
}

.slider-2-copy {
  background-color: #0000;
  width: 100%;
  height: auto;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 30px;
  padding-bottom: 60px;
  display: block;
  position: relative;
  overflow: visible;
}

.slider-2-copy-copy {
  background-color: #0000;
  width: 100%;
  height: auto;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 30px;
  padding-bottom: 60px;
  display: none;
  position: relative;
  overflow: visible;
}

.tec-card-wrapper-copy {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: center;
  align-items: center;
  margin-left: 0;
  display: flex;
}

.paragraph-28 {
  color: #fff;
  margin-bottom: 0;
  font-family: Lato, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 14px;
  position: absolute;
  inset: auto auto 21% 4%;
}

.paragraph-28-copy {
  color: #fff;
  inset: auto auto 18% 4%;
  margin-bottom: 0;
  font-family: Lato, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 14px;
  position: absolute;
  inset: auto auto 21% 4%;
}

.paragraph-9-copy {
  z-index: 10;
  color: #fff;
  text-align: left;
  z-index: 10;
  text-align: left;
  inset: auto auto 3% 4%;
  font-family: Lato, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 14px;
  display: block;
  position: absolute;
  inset: auto auto 5% 4%;
}

.paragraph-9-copy-copy {
  z-index: 10;
  color: #fff;
  text-align: center;
  justify-content: center;
  align-items: center;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 22px;
  display: flex;
  position: absolute;
  inset: 0%;
}

.tec-black-copy {
  opacity: .3;
  background-color: #000;
  margin-top: 0;
  position: absolute;
  inset: 0;
}

.text-card-mobile-home {
  display: none;
}

.tec-card-mob {
  transform: scale3d(1none, 1none, 1none);
  transform-style: preserve-3d;
  margin: 0;
  transition: transform .1s;
  position: relative;
}

.tec-card-mob:hover {
  transform: none;
}

.list {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  justify-content: center;
  place-items: start stretch;
  padding-left: 20px;
  display: grid;
}

.requisitos-list, .destaque-list {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-flow: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  justify-content: center;
  place-items: center stretch;
  padding-left: 20px;
  display: grid;
}

.hide {
  display: none;
}

.tec-title {
  z-index: 1;
  justify-content: center;
  align-items: center;
  margin-left: 0;
  padding-top: 10px;
  padding-bottom: 20px;
}

.heading-29 {
  color: #fff;
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-size: 32px;
  font-weight: 600;
  line-height: 42px;
}

.div-block-8 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: .25fr .25fr .5fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.oportunidade-description h1 {
  color: var(--laranja);
  font-size: 32px;
}

.oportunidade-description h2 {
  color: var(--laranja);
  font-size: 28px;
}

.oportunidade-description h3, .oportunidade-description h5, .oportunidade-description h6 {
  color: var(--laranja);
}

.oportunidade-description a {
  color: var(--white);
}

.heading-30 {
  color: var(--laranja);
}

.dropdown-list-4-copy {
  z-index: 5;
  opacity: 1;
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  -webkit-text-fill-color: inherit;
  mix-blend-mode: normal;
  background-color: #000;
  background-clip: border-box;
}

.dropdown-list-4-copy.w--open {
  z-index: 10000;
  opacity: .7;
  color: #d7d7d7;
  background-color: #000000d1;
  padding-top: 5px;
  padding-bottom: 5px;
  inset: auto 0% auto auto;
}

.dropdown-toggle-2 {
  color: #fff;
}

.dropdown-3 {
  text-align: left;
  -webkit-text-stroke-color: white;
  width: 100%;
  font-family: Montserrat, sans-serif;
}

.dropdown-list-5 {
  color: #d7d7d7;
}

.dropdown-list-5.w--open {
  color: #fff;
  position: static;
}

.dropdown-4, .dropdown-4-copy {
  color: #fff;
}

.dropdown-link-6, .dropdown-link-7 {
  color: #fff;
  background-color: #000;
}

.dropdown-link-8 {
  color: #fff;
  text-align: left;
  background-color: #000;
}

.nossos-clientes-title {
  justify-content: center;
  align-items: center;
  width: auto;
  display: flex;
}

.div-block-9 {
  width: 900px;
}

.slide-copy {
  width: auto;
  max-width: 250px;
  margin-left: 20px;
  overflow: visible;
}

.slide-copy.tec {
  max-width: 280px;
}

.gallery-overview {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.container-6 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.gallery-wrapper-2 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.gallery-block-2 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.gallery-features-block {
  margin-top: 16px;
  margin-bottom: 24px;
}

.gallery-feature {
  background-image: url('../images/.');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 20px;
  margin-bottom: 8px;
  padding-left: 30px;
  font-size: 14px;
  line-height: 24px;
}

.button-primary-2 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-2:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary-2:active {
  background-color: #43464d;
}

.gallery-grid {
  grid-row-gap: 40px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.gallery-image-2 {
  width: 100%;
}

.blog {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  width: 900px;
  margin: 122px auto 60px;
  display: grid;
}

.blog-slidebar {
  position: sticky;
  top: 98px;
}

.collection-list-3 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.blog-post {
  color: #000;
  background-color: #ebebeb;
  border-radius: 30px;
  flex-flow: column;
  width: 100%;
  height: 100%;
  padding: 125px 20px 20px;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.blog-body {
  color: #d3d3d3;
  background-color: #000;
  font-family: Montserrat, sans-serif;
}

.paragraph-29 {
  flex: 1;
  font-size: 12px;
}

.text-block-15 {
  color: var(--laranja);
  text-align: right;
  font-size: 12px;
  font-weight: 700;
}

.image-22 {
  object-fit: cover;
  width: 100%;
  height: 120px;
  position: absolute;
  inset: 0% 0% auto;
}

.link-5 {
  border: 1px solid var(--laranja);
  color: #d3d3d3;
  cursor: pointer;
  background-color: #e96b0000;
  border-radius: 10px;
  padding: 3px 5px;
  font-size: 10px;
  text-decoration: none;
  display: block;
  position: relative;
}

.link-5.w--current {
  background-color: var(--laranja);
  color: #000;
}

.collection-list-4 {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-flow: column;
  align-items: flex-start;
  display: flex;
}

.heading-31 {
  font-size: 15px;
  line-height: 18px;
}

.heading-32 {
  margin-top: 0;
}

.text-field, .submit-button-2 {
  display: none;
}

.radio-button-2 {
  z-index: 0;
  border: 0 solid #000;
  border-radius: 10px;
  width: 100%;
  height: 100%;
  margin-top: 0;
  margin-left: 0;
  display: block;
  position: absolute;
  inset: 0%;
}

.radio-button-label {
  z-index: 1;
  position: relative;
}

.text-block-16 {
  background-color: var(--laranja);
  color: #030303;
  text-transform: uppercase;
  border-radius: 6px;
  padding-left: 5px;
  padding-right: 5px;
  font-size: 9px;
}

.text-block-16.link {
  border-style: none;
  text-decoration: none;
  display: block;
}

.collection-list-wrapper {
  z-index: 1;
  position: absolute;
  top: 90px;
  left: 20px;
}

.collection-item {
  transform: scale3d(1none, 1none, 1none);
  transform-style: preserve-3d;
  transition: transform .475s cubic-bezier(.19, 1, .22, 1);
  position: relative;
}

.collection-item:hover {
  transform: scale(.95);
}

.link-block-2 {
  z-index: 2;
  position: absolute;
  inset: 0%;
}

.pagination-2 {
  margin-top: 28px;
}

.next {
  background-color: var(--laranja);
  border-style: none;
  border-radius: 10px;
}

.blog-inner-section {
  justify-content: center;
  align-items: center;
  display: flex;
}

.blog-inner-section.paddgn-top {
  flex-flow: column;
  margin-top: 89px;
}

.blog-inner-content-left {
  flex: 0 auto;
  width: 100%;
  max-width: 100%;
}

.blog-inner-wrapp {
  justify-content: center;
  align-items: center;
  display: block;
}

.div-block-10 {
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: 270px;
  font-family: Montserrat, sans-serif;
  display: flex;
  position: relative;
}

.div-block-11 {
  z-index: 1;
  text-align: center;
  width: 100%;
  max-width: 900px;
  padding-bottom: 36px;
  padding-left: 10px;
  padding-right: 10px;
  position: relative;
}

.div-block-12 {
  z-index: 0;
  background-color: #00000094;
  position: absolute;
  inset: 0%;
}

.collection-list-5 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.heading-33 {
  color: #d3d3d3;
}

.blog-inner-content-wrapper {
  border-bottom: 1px solid #c4c4c4;
  width: 900px;
  margin-top: 40px;
  margin-bottom: 52px;
  padding-bottom: 44px;
}

.div-block-13 {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  flex-flow: column;
  width: 900px;
  padding-bottom: 58px;
  display: flex;
}

.heading-34 {
  text-align: center;
  font-size: 24px;
}

.link-block-3 {
  text-decoration: none;
}

.collection-list-6 {
  height: 19px;
  overflow: hidden;
}

.clienter-archor {
  width: 1px;
  height: 1px;
  position: relative;
  top: -101px;
}

.empty-state {
  background-color: #ddd0;
}

.form-2 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  display: flex;
}

.pagination-3 {
  margin-top: 19px;
}

.next-2 {
  border-color: #292929;
  border-radius: 10px;
}

.empty-state-2 {
  background-color: #ddd0;
  width: 0;
  height: 0;
  display: none;
}

.collection-item-2 {
  display: inline;
}

.oportunidades-p-inline {
  border-left: 1px #000;
  margin-bottom: 0;
  padding-left: 5px;
  font-family: Lato, sans-serif;
  font-size: 13px;
  display: inline;
}

.oportunidades-p-inline.virgula {
  padding-left: 0;
}

.div {
  background-color: #0000000f;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 31px;
  padding-bottom: 31px;
  display: flex;
}

.div-block-14 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.form-3 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.background-video-7 {
  height: 100%;
}

.cracha-section {
  opacity: 1;
  mix-blend-mode: normal;
  background-color: #fff;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 450px;
  display: flex;
  position: relative;
  overflow: visible;
}

.black-background-copy {
  opacity: .7;
  object-fit: fill;
  background-color: #000;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin: 0;
  display: block;
  position: absolute;
  overflow: visible;
}

.cracha-content-wrapper {
  max-width: 100%;
  margin-left: 0;
  padding-left: 0;
  padding-right: 60px;
  display: block;
  position: relative;
}

.heading-11-copy {
  color: #e96b00;
  margin-top: 0;
  margin-left: 0;
  margin-right: 60px;
  padding-top: 15px;
  font-family: Montserrat, sans-serif;
  font-size: 38px;
  font-weight: 600;
  line-height: 40px;
}

.text-span-4-copy {
  color: #000;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 0;
}

.go-item-copy {
  text-align: left;
  text-align: left;
  text-align: left;
  text-align: left;
  text-align: left;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 0;
  display: flex;
}

.go-text-copy {
  color: #000;
  opacity: 1;
  margin-bottom: 0;
  margin-left: 15px;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
  display: block;
}

.cracha-wrapper {
  max-width: 900px;
  display: flex;
}

.cracha-img {
  object-fit: cover;
  border-radius: 25px;
  width: 300px;
  height: 100%;
}

.maxtrack-go-section2 {
  opacity: 1;
  mix-blend-mode: normal;
  background-color: #000;
  background-image: url('../images/agropecuario-04-maxtrackgo-00-modified.jpg');
  background-position: 50%;
  background-repeat: repeat;
  background-size: cover;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 570px;
  display: flex;
  position: relative;
  overflow: visible;
}

.hero-image-privacidade {
  z-index: 0;
  opacity: .9;
  background-color: #000;
  background-image: url('../images/layer-2-min.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border: 1px #000;
  border-radius: 0;
  position: absolute;
  inset: 0%;
}

.background-video-privacidade {
  width: 100%;
  height: 100%;
}

.priv-wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  opacity: .9;
  flex-flow: column;
  width: 900px;
  max-width: 900px;
  display: flex;
}

.priv-section {
  background-color: #f5f5f5;
  justify-content: center;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 60px;
  display: flex;
}

.priv-title {
  color: #e96b00;
  font-family: Montserrat, sans-serif;
}

.priv-text {
  font-family: Lato, sans-serif;
}

.list-2 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  color: #e96b00;
  flex-flow: column;
  height: auto;
  font-family: Lato, sans-serif;
  display: flex;
}

.priv-bullet-text, .bold-text-5, .bold-text-6, .list-item-5, .list-item-6 {
  color: #333;
}

.link-6 {
  color: #e96b00;
}

.gestao-section {
  background-color: #e96b00;
  justify-content: center;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 40px;
  display: flex;
}

.gestao-wrapper {
  max-width: 900px;
  display: block;
}

.gestao-content {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.gestao-img {
  margin-right: 40px;
}

.items-wrapper-copy {
  grid-column-gap: 35px;
  grid-row-gap: 35px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-left: 0;
  margin-right: 0;
  display: grid;
}

.priv-item-wrapper {
  grid-column-gap: 35px;
  grid-row-gap: 35px;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.go-item-copy, .go-item-copy-copy {
  text-align: left;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 0;
  display: flex;
}

.go-img-copy, .go-img-copy-copy {
  background-color: #e96b00;
  width: 70px;
  height: 100%;
  padding: 10px;
}

.go-items-left-copy, .go-items-left-copy-copy {
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  display: block;
}

.go-item-copy, .go-item-copy-copy {
  text-align: left;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 0;
  display: flex;
}

.go-item-copy-copy.no-bottom-padding {
  padding-bottom: 0;
}

.go-img-copy {
  background-color: #e96b00;
  width: 70px;
  height: 100%;
  padding: 10px;
}

.go-img-copy-copy.small {
  padding-top: 0;
  padding-bottom: 0;
}

.priv-item-content {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.heading-35 {
  color: #fff;
  font-family: Montserrat, sans-serif;
}

.go-text-copy {
  opacity: .02;
  color: #d3d3d3;
  margin-bottom: 0;
  margin-left: 15px;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 22px;
  display: block;
}

.text-span-9, .text-span-10, .text-span-11 {
  color: #333;
}

.indicadores-section {
  background-color: #fff;
  justify-content: center;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 40px;
  display: flex;
}

.indicadores-wrapper {
  max-width: 900px;
  display: block;
}

.indicadores-content {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.indicadores-img {
  margin-left: 40px;
  margin-right: 0;
}

.indicadores-item-wrapper {
  grid-column-gap: 35px;
  grid-row-gap: 35px;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.heading-36 {
  color: #e96b00;
  font-family: Montserrat, sans-serif;
}

.indica-item-content {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.indica-item-left {
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  display: block;
}

.indica-item {
  text-align: left;
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 0;
  display: flex;
}

.indica-img {
  background-color: #e96b00;
  width: 70px;
  height: 100%;
  padding: 10px;
}

.indica-img.no-bg {
  background-color: #e96b0000;
}

.indica-text {
  opacity: 1;
  color: #333;
  margin-bottom: 0;
  margin-left: 15px;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 22px;
  display: block;
}

.go-item-copy-copy-copy {
  text-align: left;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 0;
  display: flex;
}

.text-span-12 {
  color: #e96b00;
  font-weight: 600;
}

.indicadores-section-copy, .indicadores-section-copy-copy, .time-section {
  background-color: #fff;
  justify-content: center;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 40px;
  display: flex;
}

.time-section.bg {
  background-image: url('../images/bg-carro.png');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: cover;
}

.time-wrapper {
  width: 900px;
  max-width: 900px;
  display: block;
}

.time-content {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.time-item-wrapper {
  grid-column-gap: 35px;
  grid-row-gap: 35px;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.time-item-content {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: block;
}

.time-item-left {
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  display: block;
}

.time-item-left.margin-right {
  padding-left: 70px;
}

.time-item {
  text-align: left;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  max-width: 80%;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 0;
  display: flex;
}

.time-img {
  background-color: #e96b00;
  width: 70px;
  height: 100%;
  padding: 10px;
}

.time-img.no-bg {
  background-color: #e96b0000;
  padding-top: 0;
  padding-bottom: 0;
}

.time-text {
  opacity: 1;
  color: #333;
  margin-bottom: 0;
  margin-left: 15px;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 22px;
  display: block;
}

.time-heading {
  color: #e96b00;
  max-width: 60%;
  font-family: Montserrat, sans-serif;
}

.heading-37 {
  color: #e96b00;
  font-size: 80px;
  line-height: 70px;
}

.priv-col {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  opacity: .9;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr .5fr;
  grid-auto-columns: 1fr;
  width: 900px;
  max-width: 900px;
  display: grid;
}

.image-23 {
  position: sticky;
  top: 100px;
}

.background-video-8 {
  z-index: 1;
  width: 220px;
}

.text-span-13 {
  color: var(--laranja);
}

.background-video-9 {
  height: 100%;
}

.image-5-copy {
  max-width: 100%;
}

.cracha-img-copy {
  object-fit: cover;
  border-radius: 25px;
  width: 300px;
  height: 100%;
}

.go-text-copy-copy {
  opacity: 1;
  color: #333;
  margin-bottom: 0;
  margin-left: 15px;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
  display: block;
}

.go-img-copy-copy {
  background-color: #0000;
  width: 70px;
  height: 100%;
  padding: 10px;
}

.controle-section {
  opacity: 1;
  mix-blend-mode: normal;
  background-color: #0000;
  background-image: url('../images/bg.png');
  background-position: 50%;
  background-repeat: repeat;
  background-size: cover;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 570px;
  display: flex;
  position: relative;
  overflow: visible;
}

.slider-solucao {
  background-color: #0000;
  width: 100%;
  height: auto;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 30px;
  padding-bottom: 30px;
  display: block;
  position: relative;
  overflow: visible;
}

.slider-solucao.tec {
  display: none;
}

.fs-marquee_instance {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  width: 100%;
  min-width: 0;
  max-width: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.fs-marquee_list-wrapper {
  perspective: 1200px;
  flex: 1;
  position: relative;
  overflow: clip;
}

.fs-marquee_list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  transform-style: preserve-3d;
  flex-direction: row;
  justify-content: start;
  align-items: start;
  display: flex;
}

.is-vertical {
  flex-flow: column;
  height: 35rem;
}

.fs-marquee_item {
  backface-visibility: hidden;
  transition-property: transform opacity;
  background-color: #f5f5f500;
  flex: none;
  justify-content: center;
  align-items: stretch;
  width: 10rem;
  padding: 1rem;
  display: flex;
  position: relative;
}

.fs-marquee_placeholder {
  color: #707070;
  text-align: center;
  border: 1px dashed #707070;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 1rem;
  display: flex;
}

@media screen and (min-width: 1280px) {
  .navbar-logo-left {
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
  }

  .hero-background-video {
    width: 67%;
  }

  .hero-trabalhe-conosco, ._3-hero-main-text, .item-list-wrapper {
    max-width: 1024px;
  }

  .img-list-wrapper {
    padding-left: 0;
    padding-right: 0;
  }

  .go-content-wrapper {
    width: 1024px;
    max-width: 1024px;
  }

  .tec-max-section {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .tec-card-title {
    margin-left: 0;
  }

  .tec-card-wrapper {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .tec-card {
    width: 100%;
  }

  .heading-12 {
    font-family: Montserrat, sans-serif;
    font-size: 38px;
  }

  .tec-content-wrapper {
    width: 1024px;
    max-width: 1024px;
  }

  .icon-list-content {
    max-width: 100%;
  }

  .rastreador-wrapper {
    width: 1024px;
    max-width: 100%;
  }

  .diferenciais-wrapper {
    max-width: 1024px;
  }

  .items-diferenciais {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
  }

  .image-12 {
    width: 520px;
  }

  .heading-14 {
    color: #e96b00;
    font-family: Montserrat, sans-serif;
  }

  .banco-wrapper {
    width: 1024px;
    max-width: 1024px;
  }

  .form-drop-1, .form-drop-2 {
    margin-left: 993px;
  }

  .drop-div {
    width: 100%;
  }

  .oportunidades-wrapper {
    width: 1024px;
    margin-bottom: 60px;
  }

  .oportunidades-categoria {
    justify-content: space-between;
  }

  .tabs-menu {
    margin-bottom: 20px;
  }

  .tabs {
    margin-top: 40px;
  }

  .faca-parte-section {
    background-image: linear-gradient(#fff, #fff 61%, #000 60%);
  }

  .faca-parte-wrapper {
    width: 1024px;
  }

  .button-6 {
    transition: transform .1s;
  }

  .image-14 {
    width: 600px;
    height: 400px;
  }

  .trab-maxtrack-wrapper {
    width: 100%;
    max-width: 1024px;
  }

  .nosso-processo-wrapper {
    width: 1024px;
  }

  .nosso-processo-content {
    margin-left: auto;
    margin-right: auto;
  }

  .slider-wrapper {
    width: 1024px;
  }

  .container-4 {
    width: 100%;
    max-width: 1024px;
  }

  .mask {
    width: auto;
    height: auto;
    overflow: visible;
  }

  .slider-2 {
    background-color: #0000;
    width: 100%;
    height: 100%;
    margin-top: 0;
    margin-bottom: 0;
  }

  .slider-image {
    width: 300px;
    height: 500px;
  }

  .image-17 {
    object-fit: cover;
    width: 100%;
    position: relative;
  }

  .slide {
    width: auto;
    max-width: 240px;
    margin-right: 20px;
  }

  .slide-2 {
    width: 300px;
  }

  .slide-nav {
    margin-top: auto;
    padding-top: 0;
  }

  .hero-content-carga {
    max-width: 1024px;
  }

  .carga-wrapper {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .hero-right-content {
    top: 88%;
    right: 4%;
  }

  .background-video-2 {
    object-fit: cover;
    height: 100%;
    overflow: hidden;
  }

  .nos-somos-wrapper, .nossas-unidades-wrapper {
    width: 1024px;
  }

  .nossas-unidades-grid {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
    width: 900px;
  }

  .nosso-proposito-wrapper {
    width: 1024px;
  }

  .nossa-historia-section {
    justify-content: center;
    align-items: center;
    height: auto;
  }

  .nossa-historia-wrapper {
    width: 1024px;
  }

  .background-video-3 {
    height: 900px;
    overflow: hidden;
  }

  .footer-text {
    font-size: 36px;
  }

  .hero-right-content-v2 {
    top: 570px;
    right: 15%;
  }

  .processo-card {
    width: 100%;
  }

  .slider-2-copy, .slider-2-copy-copy {
    background-color: #0000;
    width: 100%;
    height: 100%;
    margin-top: 0;
    margin-bottom: 0;
  }

  .tec-card-wrapper-copy {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .tec-title {
    margin-left: 0;
  }

  .div-block-9 {
    width: 1024px;
  }

  .slide-copy {
    width: auto;
    max-width: 240px;
    margin-right: 20px;
  }

  .blog-inner-content-wrapper {
    width: 1024px;
  }

  .div-block-13 {
    width: 1020px;
  }

  .cracha-content-wrapper {
    width: 1024px;
    max-width: 1024px;
  }

  .cracha-img {
    width: 520px;
  }

  .background-video-privacidade {
    object-fit: cover;
    height: 100%;
    overflow: hidden;
  }

  .priv-wrapper {
    width: 1024px;
    max-width: 1024px;
  }

  .gestao-section {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .gestao-wrapper {
    width: 1024px;
    max-width: 1024px;
  }

  .gestao-content, .indicadores-section {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .indicadores-wrapper {
    width: 1024px;
    max-width: 1024px;
  }

  .indicadores-content, .indicadores-section-copy, .indicadores-section-copy-copy, .time-section {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .time-wrapper {
    width: 1024px;
    max-width: 1024px;
  }

  .time-content {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .priv-col {
    width: 1024px;
    max-width: 1024px;
  }

  .cracha-img-copy {
    width: 520px;
  }

  .slider-solucao {
    background-color: #0000;
    width: 100%;
    height: 100%;
    margin-top: 0;
    margin-bottom: 0;
  }
}

@media screen and (min-width: 1920px) {
  .navbar-logo-left-container.shadow-three {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: center;
    max-width: 100%;
    display: block;
  }

  .home-hero-wrapper {
    width: 100%;
  }

  .home-hero-main-text {
    top: 0%;
    left: 0%;
  }

  .hero-background-video {
    width: 63%;
  }

  .hero-trabalhe-conosco {
    max-width: 1200px;
  }

  .button-3 {
    width: auto;
  }

  ._3-hero-main-text {
    max-width: 1200px;
  }

  .item-list-wrapper {
    justify-content: center;
    align-items: center;
    max-width: 1200px;
    height: 100%;
    padding: 0;
  }

  .heading-9 {
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
    margin-left: 0;
    display: block;
  }

  .img-list-wrapper {
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .left-item, .right-item {
    width: 310px;
    height: 75px;
  }

  .left-image {
    width: 50px;
  }

  .left-text {
    font-family: Lato, sans-serif;
    font-size: 20px;
    font-weight: 400;
  }

  .left-tex {
    font-size: 14px;
  }

  .right-text {
    font-family: Lato, sans-serif;
    font-size: 20px;
    font-weight: 400;
  }

  .right-image {
    width: 50px;
  }

  .heading-10 {
    margin-left: 0;
    font-size: 38px;
  }

  .logo-marcas-grid {
    min-width: 100vw;
  }

  .logo-img {
    width: 150px;
    height: 70px;
  }

  .container-3 {
    max-width: 100%;
    padding-left: 60px;
    padding-right: 60px;
  }

  .footer-wrapper {
    max-width: 100%;
  }

  .footer-divider {
    width: 100%;
  }

  .footer-white-container {
    max-width: 90%;
  }

  .footer-divider-white {
    width: 100%;
  }

  .title-footer-white {
    font-size: 25px;
  }

  .maxtrack-go-section {
    flex-flow: column;
    height: 700px;
  }

  .go-content-wrapper {
    width: 1200px;
    max-width: 1200px;
    margin-left: 0;
  }

  .heading-11 {
    margin-top: 0;
    font-size: 42px;
    line-height: 46px;
  }

  .go-text {
    font-size: 16px;
    line-height: 26px;
  }

  .go-button {
    width: 340px;
    margin-top: 40px;
    font-size: 16px;
  }

  .tec-card-title {
    margin-left: 0;
  }

  .tec-card {
    width: 100%;
    height: 600px;
  }

  .paragraph-9 {
    font-size: 22px;
    line-height: 30px;
  }

  .heading-12 {
    font-family: Montserrat, sans-serif;
    font-size: 36px;
  }

  .tec-button {
    width: 350px;
    margin-top: 60px;
    font-size: 18px;
  }

  .tec-content-wrapper {
    width: 1200px;
    max-width: 1200px;
  }

  .icon-list-content {
    max-width: 100%;
    padding-right: 0;
    display: block;
  }

  .rastreador-section {
    justify-content: center;
    align-items: center;
    width: auto;
    display: flex;
  }

  .rastreador-wrapper {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: flex-start;
    width: 1200px;
    max-width: 100%;
    display: flex;
    position: static;
  }

  .rastreador-title {
    padding-left: 0;
  }

  .rastreador-items-right {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  .heading-13 {
    justify-content: flex-start;
    align-items: center;
    font-size: 42px;
    display: block;
  }

  .image-10 {
    width: 440px;
    height: 570px;
  }

  .paragraph-10 {
    font-size: 20px;
  }

  .rastreador-content {
    justify-content: flex-start;
    align-items: center;
    width: auto;
    margin-left: 0;
    display: flex;
  }

  .diferenciais-wrapper {
    max-width: 1200px;
  }

  .items-diferenciais {
    grid-column-gap: 70px;
    grid-row-gap: 70px;
    max-width: 100%;
    position: static;
  }

  .image-12 {
    width: 620px;
    height: 100%;
  }

  .heading-14 {
    margin-left: 40px;
    font-size: 36px;
  }

  .item-diferenciais {
    grid-template-columns: .25fr 1fr;
  }

  .item-diferencial-p {
    font-size: 18px;
  }

  .bold-text-2 {
    font-size: 16px;
  }

  .banco-wrapper {
    width: 1200px;
    max-width: 1200px;
  }

  .heading-15 {
    font-size: 38px;
  }

  .heading-16 {
    font-size: 20px;
  }

  .paragraph-11 {
    font-size: 16px;
  }

  .bottom-form {
    font-size: 14px;
  }

  .input-form {
    font-size: 16px;
  }

  .form-drop-1, .form-drop-2 {
    margin-left: 1169px;
  }

  .drop-div {
    width: 100%;
  }

  .oportunidades-wrapper {
    width: 1200px;
  }

  .oportunidades-categoria {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: space-between;
  }

  .faca-parte-wrapper {
    width: 1200px;
  }

  .trab-maxtrack-wrapper {
    width: 100%;
    max-width: 1200px;
  }

  .nosso-processo-wrapper {
    width: 1200px;
  }

  .slider-section {
    overflow: hidden;
  }

  .slider-wrapper {
    width: 1200px;
  }

  .gallery-slide-wrapper {
    max-width: 22%;
  }

  .slider-2 {
    overflow: visible;
  }

  .hero-content-carga {
    max-width: 1200px;
  }

  .heading-22 {
    font-size: 50px;
  }

  .text-span-7 {
    font-size: 108px;
    line-height: 95px;
  }

  .heading-23 {
    margin-top: 60px;
    font-size: 37px;
  }

  .button-7 {
    width: 450px;
    margin-top: 140px;
    font-size: 22px;
  }

  .button-7.button-2 {
    object-fit: fill;
    order: 0;
    justify-content: center;
    align-items: center;
    width: auto;
    margin-top: 40px;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 14px;
    display: block;
    position: static;
  }

  .hero-right-content {
    width: 60px;
    height: 60px;
    position: fixed;
    top: 88%;
  }

  .image-19 {
    width: 80px;
  }

  .nos-somos-wrapper {
    width: 1200px;
  }

  .nos-somos-content {
    justify-content: center;
    align-items: center;
  }

  .nos-somos-right {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .image-20 {
    max-width: 500px;
    overflow: hidden;
  }

  .nossas-unidades-wrapper {
    width: 1200px;
  }

  .nossas-unidades-grid {
    grid-column-gap: 70px;
    grid-row-gap: 70px;
    width: 1024px;
  }

  .nosso-proposito-wrapper, .nossa-historia-wrapper {
    width: 1200px;
  }

  .background-video-3 {
    height: 1200px;
  }

  .footer-text {
    font-size: 40px;
  }

  .hero-right-content-v2 {
    width: 90px;
    height: 90px;
    top: 700px;
  }

  .processo-card {
    width: 100%;
    height: 600px;
  }

  .slider-2-copy, .slider-2-copy-copy {
    overflow: visible;
  }

  .paragraph-9-copy, .paragraph-9-copy-copy {
    font-size: 22px;
    line-height: 30px;
  }

  .tec-title {
    margin-left: 0;
  }

  .div-block-9 {
    width: 1200px;
  }

  .blog {
    margin-left: auto;
    margin-right: auto;
  }

  .blog-inner-wrapp {
    justify-content: center;
    align-items: center;
  }

  .blog-inner-content-wrapper, .div-block-13 {
    width: 1200px;
  }

  .cracha-section {
    flex-flow: column;
    height: 700px;
  }

  .cracha-content-wrapper {
    width: 1200px;
    max-width: 1200px;
    margin-left: 0;
  }

  .heading-11-copy {
    margin-top: 0;
    font-size: 42px;
    line-height: 46px;
  }

  .cracha-wrapper {
    max-width: 1200px;
  }

  .cracha-img {
    width: 620px;
    height: 100%;
  }

  .maxtrack-go-section2 {
    flex-flow: column;
    height: 700px;
  }

  .priv-wrapper, .gestao-wrapper {
    width: 1200px;
    max-width: 1200px;
  }

  .go-text-copy, .go-text-copy-copy, .go-text-copy, .go-text-copy-copy {
    font-size: 16px;
    line-height: 26px;
  }

  .indicadores-wrapper {
    width: 1200px;
    max-width: 1200px;
  }

  .indica-text {
    font-size: 16px;
    line-height: 26px;
  }

  .time-wrapper {
    width: 1200px;
    max-width: 1200px;
  }

  .time-text {
    font-size: 16px;
    line-height: 26px;
  }

  .heading-37 {
    font-size: 100px;
    line-height: 80px;
  }

  .priv-col {
    width: 1200px;
    max-width: 1200px;
  }

  .cracha-img-copy {
    width: 620px;
    height: 100%;
  }

  .go-text-copy-copy {
    font-size: 16px;
    line-height: 26px;
  }

  .controle-section {
    flex-flow: column;
    height: 700px;
  }

  .slider-solucao {
    overflow: visible;
  }
}

@media screen and (max-width: 991px) {
  .container {
    max-width: 728px;
  }

  .nav-menu-wrapper {
    background-color: #0000;
  }

  .nav-menu-two {
    grid-column-gap: 28px;
    grid-row-gap: 28px;
    background-color: #000000f2;
    border-radius: 0;
    flex-flow: wrap;
    justify-content: space-around;
    align-items: center;
    margin-top: 0;
    padding: 20px;
    display: flex;
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-menu-two.other {
    display: flex;
  }

  .nav-link {
    padding-left: 5px;
    padding-right: 5px;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: absolute;
  }

  .menu-button {
    padding: 12px;
  }

  .menu-button.w--open {
    color: #fff;
    background-color: #a6b1bf;
  }

  .nav-right {
    display: none;
  }

  .home-hero-main-text, ._2-hero-main-text {
    margin-left: 60px;
  }

  .hero-agropecuario {
    overflow: hidden;
  }

  ._3-hero-background-video {
    overflow: visible;
  }

  ._3-hero-main-text {
    margin-left: 60px;
    overflow: visible;
  }

  .text-cards {
    justify-content: space-between;
    align-items: center;
  }

  .main-text-card {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    margin-bottom: 26px;
    display: block;
  }

  .heading-7 {
    margin-bottom: 4px;
  }

  .scroll-home-title {
    margin-left: 64px;
    margin-right: 64px;
  }

  .item-list-wrapper {
    max-width: 700px;
    padding-left: 0;
    padding-right: 0;
  }

  .heading-9 {
    font-size: 34px;
  }

  .img-list-wrapper {
    flex-flow: column;
  }

  .left-list {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
    padding-left: 0;
  }

  .truck-img {
    width: 100%;
  }

  .right-list {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
    max-width: 100%;
    margin-left: 0;
    padding-left: 0;
    display: flex;
  }

  .left-item {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    flex-flow: row-reverse;
    flex: 0 auto;
    order: 0;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    justify-content: flex-end;
    align-self: auto;
    place-items: center stretch;
    margin-left: 0;
    display: flex;
  }

  .right-item {
    justify-content: flex-start;
    align-items: center;
    margin-left: 0;
  }

  .left-text {
    text-align: left;
  }

  .right-text {
    margin-bottom: 0;
  }

  .image-5 {
    max-width: 80%;
  }

  .background-video {
    height: 400px;
  }

  .heading-10 {
    margin-left: 40px;
  }

  .container-2 {
    max-width: 728px;
  }

  .clients-image-three {
    margin-bottom: 30px;
  }

  .logo-marcas-grid {
    width: 100vw;
    min-width: 300vw;
  }

  .logo-img {
    width: 140px;
    height: 60px;
    overflow: clip;
  }

  .container-3 {
    max-width: 728px;
  }

  .footer-content {
    grid-column-gap: 60px;
  }

  .footer-divider {
    width: auto;
  }

  .footer-divider-white {
    width: 100%;
  }

  .go-content-wrapper {
    margin-left: 60px;
    margin-right: 40px;
  }

  .heading-11 {
    font-size: 34px;
  }

  .tec-card-wrapper {
    flex-flow: wrap;
    display: none;
  }

  .heading-12 {
    margin-left: 0;
    font-family: Montserrat, sans-serif;
  }

  .tec-content-wrapper {
    padding-left: 0;
    padding-right: 0;
  }

  .rastreador-image-left {
    margin-left: 0;
  }

  .heading-13 {
    margin-left: 60px;
  }

  .rastreador-content {
    margin-left: 60px;
    margin-right: 40px;
    padding-left: 0;
    padding-right: 0;
  }

  .icon-list-title {
    margin-left: 60px;
  }

  .diferenciais-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    max-width: 700px;
    padding-left: 0;
    padding-right: 0;
  }

  .banco-wrapper {
    width: 700px;
    max-width: 100%;
  }

  .form-drop-1, .form-drop-2 {
    margin-left: 670px;
  }

  .drop-div {
    width: 100%;
  }

  .oportunidades-wrapper {
    width: 700px;
  }

  .oportunidades-categoria {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: wrap;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .oportunidade-item {
    height: 30px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .oportunidades-p-first {
    font-size: 13px;
    font-weight: 700;
    line-height: 12px;
  }

  .tabs-menu {
    justify-content: space-around;
  }

  .tab-text-2 {
    font-family: Montserrat, sans-serif;
    font-weight: 500;
    line-height: 11px;
  }

  .text-block-12 {
    font-size: 12px;
  }

  .faca-parte-wrapper {
    width: 700px;
    margin-bottom: 40px;
  }

  .faca-parte-content {
    line-height: 16px;
  }

  .paragraph-15 {
    font-size: 13px;
    line-height: 18px;
  }

  .heading-18 {
    line-height: 35px;
  }

  .trab-maxtrack-content {
    margin-top: 40px;
    margin-left: 0;
  }

  .trab-maxtrack-wrapper {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 700px;
  }

  .nosso-processo-wrapper {
    width: 700px;
    display: block;
  }

  .nosso-processo-title {
    display: block;
  }

  .nosso-processo-content {
    flex-flow: wrap;
    width: 100%;
  }

  .seletivo-item {
    width: auto;
  }

  .slider-wrapper {
    width: 700px;
    margin-left: 0;
    margin-right: 0;
  }

  .slider-content {
    position: static;
  }

  .container-4 {
    max-width: 728px;
  }

  .gallery-wrapper {
    grid-template-columns: 1fr 1fr;
  }

  .gallery-slider-left {
    left: -20px;
  }

  .gallery-slider-right {
    right: -20px;
  }

  .container-5 {
    max-width: 728px;
  }

  .team-slide-wrapper {
    width: 47%;
    margin-right: 6%;
  }

  .slider-2 {
    width: 100%;
  }

  .slider-2.tec {
    padding-left: 77px;
    display: block;
  }

  .icon-2 {
    font-size: 17px;
  }

  .left-arrow-block {
    width: 40px;
    height: 40px;
  }

  .right-arrow-block {
    border: 1px solid #e96b00;
    border-radius: 12px;
    width: 40px;
    height: 40px;
  }

  .right-arrow {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .hero-right-content {
    width: 60px;
    height: 60px;
  }

  .nos-somos-wrapper {
    width: 700px;
  }

  .image-20 {
    width: 300px;
    max-width: 300px;
  }

  .nossas-unidades-wrapper, .nosso-proposito-wrapper, .nossa-historia-wrapper {
    width: 700px;
  }

  .collection-list {
    margin-bottom: 20px;
  }

  .collection-list-2 {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    flex-flow: column;
    display: flex;
  }

  .icon-3 {
    color: #fff;
  }

  .div-block-5.white {
    color: #ffffff5e;
  }

  .list-item {
    flex: none;
  }

  .hero-right-content-v2 {
    width: 60px;
    height: 60px;
  }

  .tec-card-mobile, .text-card-mobile, .nosso-processo-mobile {
    display: none;
  }

  .slider-2-copy, .slider-2-copy-copy {
    width: 100%;
  }

  .tec-card-wrapper-copy {
    flex-flow: wrap;
  }

  .text-card-mobile-home {
    display: none;
  }

  .list-item-2 {
    flex: none;
    justify-content: center;
    align-items: center;
    margin-right: 0;
    padding-right: 0;
    list-style-type: none;
    display: flex;
  }

  .list-item-3, .list-item-4 {
    flex: none;
  }

  .tec-title {
    margin-left: 60px;
  }

  .icon-6 {
    font-size: 17px;
  }

  .dropdown-4 {
    display: none;
  }

  .container-6 {
    max-width: 728px;
  }

  .gallery-wrapper-2 {
    grid-template-columns: 1fr 1fr;
  }

  .blog {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .collection-list-3 {
    grid-template-columns: 1fr 1fr;
  }

  .blog-inner-content-wrapper {
    width: 700px;
  }

  .cracha-content-wrapper {
    margin-left: 60px;
    margin-right: 40px;
  }

  .heading-11-copy {
    font-size: 34px;
  }

  .priv-wrapper {
    width: auto;
    max-width: 700px;
  }

  .gestao-wrapper, .indicadores-wrapper, .time-wrapper {
    max-width: 900px;
    margin-left: 60px;
    margin-right: 40px;
  }

  .priv-col {
    width: auto;
    max-width: 700px;
  }

  .image-5-copy {
    max-width: 80%;
  }

  .slider-solucao {
    width: 100%;
  }

  .slider-solucao.tec {
    padding-left: 77px;
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .navbar-logo-left-container {
    max-width: 100%;
  }

  .navbar-brand {
    padding-left: 0;
  }

  .nav-menu-wrapper {
    height: 80vh;
    overflow: auto;
  }

  .nav-menu-two {
    opacity: 1;
    color: #000;
    background-color: #000;
    border-radius: 0;
    flex-direction: column;
    margin-top: 0;
    padding-bottom: 30px;
  }

  .nav-link {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .nav-link:hover {
    color: var(--laranja);
  }

  .nav-link.dropdown.w--open {
    flex-flow: row;
    justify-content: center;
    align-items: center;
  }

  .nav-dropdown {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .nav-dropdown-toggle {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list.shadow-three {
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .nav-divider {
    width: 200px;
    max-width: 100%;
    height: 1px;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .nav-link-accent {
    margin-right: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .mobile-margin-top-10 {
    margin-top: 10px;
  }

  .menu-button {
    color: #fff;
  }

  .menu-button.w--open {
    background-color: var(--laranja);
  }

  .nav-right {
    display: none;
  }

  .hero {
    overflow: hidden;
  }

  .heading {
    font-size: 60px;
  }

  .heading.home-hero-words {
    font-size: 30px;
  }

  .home-hero-main-text {
    margin-left: 25px;
  }

  .hero-background-video {
    width: 100%;
    position: absolute;
    overflow: visible;
  }

  .button {
    background-color: #e96b00;
  }

  .paragraph.shadow {
    text-shadow: 0 1px 15px #000, 0 2px 11px #000000bf;
  }

  .text-span-2 {
    font-size: 75px;
  }

  .heading-5 {
    font-size: 36px;
    overflow: visible;
  }

  .text-cards {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    height: 100%;
    display: block;
    overflow: hidden;
  }

  .main-text-card {
    margin-left: auto;
    margin-right: auto;
    padding-left: 10px;
    display: block;
  }

  .heading-7 {
    margin-bottom: 20px;
  }

  .card-wrapper {
    width: 250px;
    height: 340px;
  }

  .main-card {
    display: none;
  }

  .scroll-home-wrapper {
    max-width: 100%;
  }

  .scroll-home-title {
    font-size: 32px;
  }

  .scroll-images {
    width: 100%;
    max-width: 100%;
  }

  .right-img-wrapper {
    margin-left: 0;
  }

  .left-img-wrapper {
    margin-right: 0;
  }

  .item-list-wrapper {
    margin-left: 40px;
    margin-right: 40px;
  }

  .heading-9 {
    text-align: left;
    margin-left: 0;
  }

  .img-list-wrapper {
    padding-left: 0;
    padding-right: 0;
  }

  .left-list {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
    padding-left: 0;
  }

  .truck-img {
    display: none;
  }

  .right-list {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: row-reverse wrap;
    justify-content: center;
    align-items: center;
    padding-left: 0;
  }

  .left-item {
    flex-flow: row-reverse;
    width: 240px;
  }

  .right-item {
    width: 240px;
    margin-left: 0;
  }

  .image-5 {
    overflow: clip;
  }

  .full-width-video {
    overflow: visible;
  }

  .background-video {
    box-sizing: border-box;
    object-fit: fill;
    justify-content: center;
    align-items: center;
    display: block;
    overflow: hidden;
  }

  .heading-10 {
    margin-left: 0;
    padding-left: 40px;
    padding-right: 40px;
  }

  .logos-without-title {
    padding: 60px 15px;
  }

  .clients-wrapper-three {
    margin-bottom: -30px;
  }

  .clients-image-three {
    margin-bottom: 30px;
    margin-left: 20px;
    margin-right: 20px;
  }

  .footer-dark {
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer-wrapper {
    flex-direction: column;
    align-items: center;
  }

  .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 {
    width: 300px;
    max-width: 900px;
    margin-top: 60px;
  }

  .left-footer {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .footer-content-white {
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    margin-top: 20px;
  }

  .link-white-footer.white, .link-white-footer.black {
    text-align: center;
  }

  .maxtrack-go-section {
    height: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .go-content-wrapper {
    margin-left: 40px;
    display: block;
  }

  .text-span-4 {
    font-size: 14px;
  }

  .heading-11 {
    font-size: 32px;
  }

  .items-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    display: grid;
  }

  .tec-max-section {
    overflow: hidden;
  }

  .tec-card-title {
    margin-left: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .tec-card-wrapper {
    flex-flow: column;
    display: none;
  }

  .tec-card {
    width: 250px;
    height: 340px;
  }

  .heading-12 {
    text-align: left;
  }

  .tec-content-wrapper {
    margin-left: 40px;
    margin-right: 40px;
  }

  .icon-list-content {
    margin-left: 0;
    margin-right: 0;
  }

  .rastreador-wrapper {
    margin-left: 40px;
    margin-right: 40px;
    padding-left: 0;
    padding-right: 0;
  }

  .rastreador-image-left {
    width: 100%;
  }

  .heading-13 {
    margin-top: 0;
    margin-left: 0;
    font-size: 34px;
  }

  .image-10 {
    width: 100%;
  }

  .rastreador-content {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column;
    margin-left: 0;
    margin-right: 0;
    padding-top: 20px;
  }

  .icon-list-title {
    margin-left: 0;
  }

  .diferenciais-wrapper {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    flex-flow: wrap-reverse;
    justify-content: center;
    align-items: center;
    max-width: 100%;
    margin-left: 40px;
    margin-right: 40px;
  }

  .items-diferenciais {
    justify-content: center;
    align-items: center;
  }

  .image-12 {
    width: 100%;
  }

  .heading-14 {
    margin-left: 10px;
  }

  .diferenciais-content {
    margin-left: 0;
  }

  .form-banco-section {
    justify-content: center;
    align-items: center;
  }

  .banco-wrapper {
    width: 100%;
    margin-left: 40px;
    margin-right: 40px;
  }

  .form {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  .button-5 {
    margin-left: 0;
  }

  .bottom-form {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .paragraph-12 {
    margin-top: 0;
    margin-left: 0;
  }

  .form-drop-1, .form-drop-2 {
    margin-left: 458px;
  }

  .drop-div {
    width: 100%;
  }

  .oportunidades-wrapper {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-left: 40px;
    padding-right: 40px;
  }

  .oportunidades-categoria {
    flex-flow: wrap;
    justify-content: space-between;
    align-items: center;
  }

  .oportunidades-button {
    width: 155px;
  }

  .oportunidade-item {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    flex-flow: column;
    grid-template-columns: 1fr;
    justify-content: flex-start;
    align-items: flex-start;
    height: auto;
    padding-top: 10px;
    padding-bottom: 10px;
    display: flex;
  }

  .oportunidades-p {
    padding-left: 10px;
    font-size: 12px;
  }

  .oportunidades-p.first {
    border-left-style: none;
  }

  .oportunidades-p-first {
    font-size: 12px;
  }

  .oportunidades-link {
    height: 100%;
    inset: 0% 0% auto auto;
  }

  .tab-link-ti.w--current, .tab-link-comercial, .tab-link-rh {
    width: 140px;
  }

  .tab-link-financeiro {
    width: 140px;
    padding-right: 5px;
  }

  .tab-link-departamento-pessoal, .tab-link-montagem {
    width: 140px;
  }

  .tabs-menu {
    flex-flow: wrap;
    justify-content: space-around;
    align-items: center;
    display: flex;
  }

  .tabs {
    margin-left: 0;
    margin-right: 0;
  }

  .faca-parte-wrapper {
    width: 100%;
    margin-left: 20px;
    margin-right: 20px;
  }

  .trab-maxtrack-wrapper {
    width: 100%;
    margin-left: 40px;
    margin-right: 40px;
  }

  .nosso-processo-section {
    overflow: hidden;
  }

  .nosso-processo-wrapper {
    width: 100%;
    margin-left: 40px;
    margin-right: 40px;
  }

  .nosso-processo-content {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    display: none;
  }

  .seletivo-item {
    justify-content: center;
    align-items: center;
    width: auto;
    margin-left: 0;
    display: flex;
  }

  .slider-wrapper {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-left: 40px;
    padding-right: 40px;
  }

  .gallery-slider {
    padding: 60px 15px;
  }

  .gallery-slide {
    margin-left: 10px;
    margin-right: 10px;
  }

  .gallery-slide-text {
    line-height: 30px;
  }

  .gallery-slider-left {
    left: -20px;
  }

  .gallery-slider-right {
    right: -20px;
  }

  .team-slider {
    padding: 60px 15px;
  }

  .slider-2 {
    padding-left: 35px;
    display: block;
    overflow: visible;
  }

  .slider-2.tec {
    padding-left: 54px;
  }

  .slide {
    margin-left: 20px;
  }

  .hero-content-carga {
    margin-left: 40px;
  }

  .heading-22 {
    margin-top: 0;
    font-size: 32px;
  }

  .text-span-7 {
    font-size: 70px;
  }

  .heading-23 {
    font-size: 28px;
  }

  .button-7 {
    width: 212px;
    font-size: 12px;
  }

  .hero-right-content {
    width: 50px;
    height: 50px;
    top: 88%;
  }

  .nos-somos-wrapper {
    width: 100%;
    margin-left: 40px;
    margin-right: 40px;
    display: block;
  }

  .nos-somos-content {
    flex-flow: column;
  }

  .nos-somos-right {
    justify-content: center;
    align-items: center;
    margin-left: 0;
    display: flex;
  }

  .nossas-unidades-wrapper {
    width: 100%;
    margin-bottom: 40px;
    margin-left: 40px;
    margin-right: 40px;
  }

  .nossas-unidades-grid {
    flex-flow: wrap;
    justify-content: center;
    width: 100%;
  }

  .nosso-proposito-wrapper {
    width: 100%;
    margin-left: 40px;
    margin-right: 40px;
  }

  .proposito-item {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .nossa-historia-wrapper {
    width: 100%;
    margin-left: 40px;
    margin-right: 0;
  }

  .background-video-3 {
    display: none;
  }

  .background-video-3.mobile {
    display: block;
  }

  .footer-text-wrapper {
    margin-left: 40px;
    margin-right: 40px;
  }

  .div-block-4 {
    margin-bottom: 60px;
    font-size: 14px;
    position: sticky;
  }

  .background-video-6 {
    display: none;
  }

  .background-video-6.mobile {
    display: block;
  }

  .collection-list {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .proposito-icon {
    height: auto;
  }

  .icon-3 {
    transform: rotate(0);
  }

  .dropdown-2, .dropdown-list-3.w--open {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .dropdown-link-2 {
    color: #d7d7d7;
    padding-left: 9px;
    padding-right: 0;
    font-family: Montserrat, sans-serif;
  }

  .div-block-6.first {
    border-left: 1px #000;
  }

  .list-item {
    align-self: center;
  }

  .hero-right-content-v2 {
    width: 50px;
    height: 50px;
    top: 540px;
  }

  .tec-card-mobile, .text-card-mobile, .nosso-processo-mobile {
    display: block;
  }

  .processo-card {
    width: 180px;
    height: 175px;
  }

  .slider-2-copy {
    padding-left: 100px;
    display: block;
    overflow: visible;
  }

  .slider-2-copy-copy {
    padding-left: 35px;
    display: block;
    overflow: visible;
  }

  .tec-card-wrapper-copy {
    flex-flow: column;
    display: none;
  }

  .text-card-mobile-home {
    display: block;
  }

  .tec-title {
    margin-left: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .div-block-9 {
    width: 100%;
  }

  .slide-copy {
    margin-left: 20px;
  }

  .gallery-overview {
    padding: 60px 15px;
  }

  .blog {
    grid-template-columns: .5fr 1fr;
  }

  .collection-list-3 {
    grid-template-columns: 1fr;
  }

  .blog-inner-wrapp {
    flex-flow: column;
  }

  .blog-inner-content-wrapper {
    width: 100%;
    margin-left: 40px;
    margin-right: 40px;
    display: block;
  }

  .oportunidades-p-inline {
    padding-left: 10px;
    font-size: 12px;
  }

  .oportunidades-p-inline.first {
    border-left-style: none;
  }

  .cracha-section {
    height: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .cracha-content-wrapper {
    margin-left: 40px;
    display: block;
  }

  .heading-11-copy {
    font-size: 32px;
  }

  .text-span-4-copy {
    font-size: 14px;
  }

  .cracha-img {
    width: 100%;
  }

  .maxtrack-go-section2 {
    height: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .priv-wrapper {
    max-width: 100%;
    margin-left: 40px;
    margin-right: 40px;
    overflow: visible;
  }

  .priv-section {
    max-width: 100%;
    overflow: hidden;
  }

  .gestao-section {
    max-width: 100%;
  }

  .gestao-wrapper {
    margin-left: 40px;
  }

  .gestao-content {
    flex-flow: column;
    max-width: 100%;
  }

  .gestao-img {
    margin-right: 0;
  }

  .items-wrapper-copy, .priv-item-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    display: grid;
  }

  .priv-item-content {
    grid-template-columns: 1fr;
  }

  .indicadores-section {
    max-width: 100%;
  }

  .indicadores-wrapper {
    margin-left: 40px;
  }

  .indicadores-content {
    flex-flow: column;
    max-width: 100%;
  }

  .indicadores-img {
    margin-right: 0;
  }

  .indicadores-item-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    display: grid;
  }

  .indica-item-content {
    grid-template-columns: 1fr;
  }

  .indicadores-section-copy, .indicadores-section-copy-copy, .time-section {
    max-width: 100%;
  }

  .time-wrapper {
    margin-left: 40px;
  }

  .time-content {
    flex-flow: column;
    max-width: 100%;
  }

  .time-item-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    display: grid;
  }

  .time-item-content {
    grid-template-columns: 1fr;
  }

  .heading-37 {
    font-size: 50px;
    line-height: 45px;
  }

  .priv-col {
    grid-template-columns: 1fr;
    max-width: 100%;
    margin-left: 40px;
    margin-right: 40px;
    overflow: visible;
  }

  .image-23 {
    display: none;
  }

  .image-5-copy {
    overflow: clip;
  }

  .cracha-img-copy {
    width: 100%;
  }

  .controle-section {
    height: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .slider-solucao {
    padding-left: 35px;
    display: block;
    overflow: visible;
  }

  .slider-solucao.tec {
    padding-left: 54px;
  }
}

@media screen and (max-width: 479px) {
  .container {
    max-width: none;
  }

  .nav-menu-two {
    flex-direction: column;
  }

  .heading {
    text-align: left;
    font-size: 60px;
  }

  .home-hero-wrapper {
    display: block;
  }

  .home-hero-main-text {
    margin-top: 0;
    margin-left: 10px;
  }

  .hero-black {
    display: none;
  }

  .button {
    text-align: center;
    background-color: #e96b00;
    width: 250px;
  }

  .paragraph.shadow {
    text-shadow: 0 5px 17px #000, 0 1px 15px #000, 0 2px 11px #000000bf;
  }

  ._2-hero-main-text {
    margin-top: 20px;
    margin-left: 10px;
  }

  .heading-3 {
    text-align: left;
    margin-left: 10px;
  }

  .heading-4 {
    margin-left: 40px;
  }

  .button-2 {
    margin-left: 10px;
  }

  .text-span-2 {
    font-size: 45px;
  }

  .heading-5 {
    font-size: 20px;
  }

  .button-3 {
    text-align: center;
    width: 250px;
    margin-top: 30px;
  }

  ._3-hero-main-text {
    margin-top: 60px;
    margin-left: 10px;
  }

  .heading-6 {
    margin-left: 30px;
  }

  .main-text-card {
    margin-left: auto;
    margin-right: auto;
    padding-left: 10px;
    display: block;
  }

  .scroll-home-title {
    margin-left: 0;
    margin-right: 0;
  }

  .scroll-images {
    margin-left: 0;
    margin-right: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .right-img-wrapper, .left-img-wrapper {
    width: 100%;
  }

  .scroll-text {
    width: 250px;
    font-size: 18px;
  }

  .item-list-wrapper {
    margin-left: 10px;
    margin-right: 10px;
  }

  .heading-9 {
    text-align: left;
    margin-left: 0;
    margin-right: 0;
    font-size: 30px;
    font-weight: 700;
  }

  .full-width-video {
    padding-top: 98px;
  }

  .background-video {
    z-index: 1;
    object-fit: fill;
    height: 270px;
  }

  .heading-10 {
    margin-left: 0;
    padding-left: 10px;
    font-size: 30px;
  }

  .container-2 {
    max-width: none;
  }

  .clients-wrapper-three {
    grid-column-gap: 20px;
    grid-row-gap: 30px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-items: center;
    margin-bottom: 0;
    display: grid;
  }

  .clients-image-three {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .logo-marcas-wrapper {
    margin-left: 40px;
  }

  .logo-marcas-grid {
    min-width: 400vw;
  }

  .footer-dark {
    padding-bottom: 30px;
  }

  .container-3 {
    max-width: none;
  }

  .footer-divider {
    width: 250px;
  }

  .left-footer {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .footer-white {
    padding-bottom: 20px;
  }

  .go-content-wrapper {
    margin-left: 10px;
    margin-right: 10px;
  }

  .heading-11 {
    margin-left: 0;
    margin-right: 0;
    font-size: 30px;
  }

  .go-item {
    justify-content: flex-start;
    align-items: center;
  }

  .go-text {
    margin-bottom: 0;
    font-size: 12px;
    line-height: 20px;
  }

  .items-wrapper {
    margin-left: 0;
    margin-right: 0;
  }

  .go-button {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .tec-card-title {
    padding-left: 0;
    padding-right: 0;
  }

  .tec-card-wrapper {
    display: none;
  }

  .tec-card {
    width: 180px;
    height: 280px;
  }

  .heading-12 {
    text-align: left;
    font-family: Montserrat, sans-serif;
    font-size: 30px;
    font-weight: 600;
  }

  .tec-content-wrapper {
    margin-left: 10px;
    margin-right: 10px;
  }

  .icon-list-content {
    margin-left: 0;
    margin-right: 0;
  }

  .rastreador-wrapper {
    margin-left: 10px;
    margin-right: 10px;
  }

  .rastreador-title {
    margin-left: 0;
    padding-left: 0;
  }

  .rastreador-items-right {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .image-10 {
    height: 370px;
  }

  .image-11 {
    flex: none;
  }

  .rastreador-content {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    justify-content: flex-start;
    align-items: center;
    margin-left: 0;
    margin-right: 0;
    padding-top: 10px;
  }

  .diferenciais-section {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .diferenciais-wrapper {
    margin-left: 10px;
    margin-right: 10px;
  }

  .heading-14 {
    margin-left: 0;
  }

  .item-diferenciais {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .banco-wrapper {
    margin-left: 10px;
    margin-right: 20px;
  }

  .button-5 {
    margin-left: 0;
  }

  .bottom-form {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
  }

  .paragraph-12 {
    margin-top: 0;
    margin-bottom: 0;
  }

  .form-drop-1, .form-drop-2 {
    margin-left: 260px;
  }

  .dropdown-list {
    margin-right: 0;
  }

  .drop-div {
    width: 100%;
  }

  .oportunidades-wrapper {
    margin-top: 35px;
    margin-bottom: 50px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .heading-17 {
    font-size: 34px;
  }

  .oportunidades-categoria {
    justify-content: space-between;
  }

  .oportunidades-button {
    width: 140px;
  }

  .oportunidade-item {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    height: auto;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 60px;
  }

  .oportunidades-p {
    padding-left: 10px;
    font-size: 12px;
    line-height: 14px;
  }

  .oportunidades-p-first {
    font-size: 12px;
  }

  .image-13 {
    display: block;
  }

  .tab-link-ti.w--current, .tab-link-comercial, .tab-link-rh, .tab-link-financeiro, .tab-link-departamento-pessoal, .tab-link-montagem {
    width: 140px;
  }

  .tabs-menu {
    justify-content: center;
    display: flex;
  }

  .faca-parte-wrapper {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: wrap-reverse;
    margin-left: 10px;
  }

  .faca-parte-content {
    margin-left: 0;
  }

  .trab-maxtrack-content {
    margin-top: 30px;
  }

  .trab-maxtrack-wrapper {
    margin-top: -40px;
    margin-left: 10px;
    margin-right: 10px;
  }

  .heading-19 {
    font-size: 34px;
  }

  .image-15 {
    width: 100%;
    height: auto;
  }

  .nosso-processo-wrapper {
    margin-left: 10px;
    margin-right: 10px;
  }

  .nosso-processo-content {
    grid-column-gap: 14px;
    grid-row-gap: 14px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .seletivo-item {
    justify-content: center;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .image-16 {
    margin-top: 0;
  }

  .heading-20 {
    font-size: 34px;
  }

  .slider-wrapper {
    margin-left: 0;
    margin-right: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

  .heading-21 {
    font-size: 30px;
  }

  .container-4 {
    max-width: none;
  }

  .gallery-wrapper {
    grid-template-columns: 1fr;
  }

  .gallery-slide-wrapper {
    max-width: 100%;
    margin-right: 0%;
  }

  .gallery-slider-left {
    left: -20px;
  }

  .gallery-slider-right {
    right: -20px;
  }

  .container-5 {
    max-width: none;
  }

  .centered-heading {
    margin-bottom: 24px;
  }

  .team-slide-wrapper {
    width: 100%;
    margin-right: 0%;
  }

  .slider-2 {
    padding-left: 0;
  }

  .slider-2.tec {
    padding-left: 2px;
  }

  .left-arrow, .right-arrow {
    width: 39px;
  }

  .hero-content-carga {
    margin-left: 10px;
  }

  .heading-22 {
    font-size: 21px;
    line-height: 44px;
  }

  .text-span-7 {
    font-size: 46px;
    line-height: 20px;
  }

  .heading-23 {
    margin-left: 20px;
    font-size: 20px;
  }

  .ful-video-section {
    background-color: #000;
  }

  .nossas-unidades-wrapper, .nosso-proposito-wrapper {
    margin-left: 10px;
    margin-right: 10px;
  }

  .proposito-items {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    width: 100%;
  }

  .proposito-item {
    flex-flow: column;
    justify-content: center;
    align-self: auto;
    align-items: center;
  }

  .paragraph-24, .paragraph-25, .paragraph-26 {
    text-align: center;
    justify-content: center;
    align-items: center;
  }

  .nossa-historia-wrapper {
    margin-left: 10px;
  }

  .footer-text-wrapper {
    margin-left: 10px;
    margin-right: 10px;
  }

  .footer-text {
    font-size: 27px;
  }

  .collection-list {
    grid-template-columns: 1fr 1fr;
  }

  .radio-button-field.link {
    max-width: 100%;
  }

  .proposito-icon {
    max-width: 20%;
  }

  .div-block-5 {
    margin-bottom: 0;
  }

  .div-block-6 {
    grid-column-gap: 2px;
    grid-row-gap: 2px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    display: block;
  }

  .div-block-6.first {
    display: block;
  }

  .slider-2-copy {
    justify-content: center;
    align-items: center;
    padding-left: 0;
    display: flex;
  }

  .tec-title {
    padding-left: 0;
    padding-right: 0;
  }

  .heading-29 {
    font-size: 18px;
    line-height: 26px;
  }

  .slide-copy {
    margin-left: 0;
  }

  .container-6 {
    max-width: none;
  }

  .gallery-wrapper-2, .blog {
    grid-template-columns: 1fr;
  }

  .collection-list-4 {
    flex-flow: wrap;
  }

  .code-embed {
    margin-bottom: 0;
  }

  .form-2 {
    flex-flow: column;
  }

  .oportunidades-p-inline {
    padding-left: 10px;
    font-size: 12px;
    line-height: 14px;
  }

  .cracha-content-wrapper {
    margin-left: 10px;
    margin-right: 10px;
  }

  .heading-11-copy {
    margin-left: 0;
    margin-right: 0;
    font-size: 30px;
  }

  .text-span-4-copy {
    line-height: 11px;
  }

  .cracha-wrapper {
    flex-flow: column;
  }

  .priv-wrapper {
    width: 100%;
    max-width: none;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .priv-section {
    padding-top: 0;
    padding-left: 10px;
    padding-right: 10px;
    overflow: visible;
  }

  .priv-item {
    width: 100%;
    max-width: 100%;
  }

  .priv-title {
    font-size: 27px;
    display: block;
  }

  .priv-text {
    flex-flow: column;
    display: flex;
    overflow: hidden;
  }

  .gestao-wrapper {
    margin-left: 10px;
    margin-right: 10px;
  }

  .items-wrapper-copy, .priv-item-wrapper {
    margin-left: 0;
    margin-right: 0;
  }

  .go-item-copy, .go-item-copy-copy, .go-item-copy, .go-item-copy-copy {
    justify-content: flex-start;
    align-items: center;
  }

  .go-text-copy, .go-text-copy-copy, .go-text-copy, .go-text-copy-copy {
    margin-bottom: 0;
    font-size: 12px;
    line-height: 20px;
  }

  .indicadores-wrapper {
    margin-left: 10px;
    margin-right: 10px;
  }

  .indicadores-item-wrapper {
    margin-left: 0;
    margin-right: 0;
  }

  .indica-item {
    justify-content: flex-start;
    align-items: center;
  }

  .indica-text {
    margin-bottom: 0;
    font-size: 12px;
    line-height: 20px;
  }

  .go-item-copy-copy-copy {
    justify-content: flex-start;
    align-items: center;
  }

  .time-wrapper {
    margin-left: 10px;
    margin-right: 10px;
  }

  .time-item-wrapper {
    margin-left: 0;
    margin-right: 0;
  }

  .time-item-left.margin-right {
    padding-left: 0;
  }

  .time-item {
    justify-content: flex-start;
    align-items: center;
  }

  .time-text {
    margin-bottom: 0;
    font-size: 12px;
    line-height: 20px;
  }

  .heading-37 {
    font-size: 35px;
    line-height: 35px;
  }

  .priv-col {
    width: 100%;
    max-width: none;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .go-text-copy-copy {
    margin-bottom: 0;
    font-size: 12px;
    line-height: 20px;
  }

  .slider-solucao {
    padding-left: 0;
  }

  .slider-solucao.tec {
    padding-left: 2px;
  }
}

#w-node-bb220dad-2264-6899-586a-385e4bf28184-4bf28175, #w-node-bb220dad-2264-6899-586a-385e4bf2818d-4bf28175, #w-node-d20428e6-b64a-f434-1438-e9c9ce47e73a-4bf28175, #w-node-_207c77c9-2dd6-22df-261c-1139cd06722d-cd06720d, #w-node-_207c77c9-2dd6-22df-261c-1139cd067234-cd06720d, #w-node-_207c77c9-2dd6-22df-261c-1139cd06723b-cd06720d, #w-node-_207c77c9-2dd6-22df-261c-1139cd067241-cd06720d, #w-node-_805b6fa0-cdee-13f0-2b1f-e2fef008ce49-30c6f1ea, #w-node-fc1812a6-b0f4-51d2-cd9f-be2841f91e3f-30c6f1ea, #w-node-c6d25370-7650-7bb2-35e3-a2599638c633-30c6f1ea {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_854f3ded-dad6-967b-53be-52b370c073af-30c6f1ea, #w-node-_127edd30-8f75-a8df-a3e5-9e7ed0c3dbfa-30c6f1ea, #w-node-ba3c521e-4eff-8500-b29d-5bbed3fb719d-30c6f1ea, #w-node-_87f948c3-7f9b-a9a7-5520-073bb6adaad8-30c6f1ea {
  align-self: center;
}

#w-node-_80376b7b-026a-29e9-618b-b507909bfd5e-30c6f1ea, #w-node-e3ec9291-dc55-646a-9bba-b479bb701234-30c6f1ea {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_0a6e7f6a-5243-4456-2b5a-8eb03fe3f7a6-ea9927a2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: auto;
}

#w-node-_603cc1df-f881-751a-a5da-9e0beafdecfb-ea9927a2, #w-node-_2eb52124-849f-d4f5-5ebb-714aa5784f3e-ea9927a2, #w-node-_935af2cf-9f59-631b-526a-e99636a72b7c-ea9927a2, #w-node-_933b3985-cf42-e10b-f8c2-e3e50e4cc44e-ea9927a2, #w-node-_20765ce5-3189-80e5-c389-51695f8821a3-ea9927a2 {
  justify-self: end;
}

#w-node-_6eb73798-392a-a7be-b63f-fc92fb6b4393-fb6b4384, #w-node-_6eb73798-392a-a7be-b63f-fc92fb6b439e-fb6b4384, #w-node-_6eb73798-392a-a7be-b63f-fc92fb6b43a5-fb6b4384 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eddf43-8f79-b936-0284-d199b98131ba-40a6b04d {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: auto;
}

#w-node-_32eddf43-8f79-b936-0284-d199b98131bc-40a6b04d, #w-node-_32eddf43-8f79-b936-0284-d199b98131c2-40a6b04d, #w-node-_32eddf43-8f79-b936-0284-d199b98131c6-40a6b04d, #w-node-_32eddf43-8f79-b936-0284-d199b98131cc-40a6b04d, #w-node-_32eddf43-8f79-b936-0284-d199b98131d2-40a6b04d {
  justify-self: end;
}

#w-node-_32eddf43-8f79-b936-0284-d199b98131ba-3e2c59bb {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: auto;
}

#w-node-_32eddf43-8f79-b936-0284-d199b98131bc-3e2c59bb, #w-node-_32eddf43-8f79-b936-0284-d199b98131c2-3e2c59bb, #w-node-_32eddf43-8f79-b936-0284-d199b98131c6-3e2c59bb, #w-node-_32eddf43-8f79-b936-0284-d199b98131cc-3e2c59bb, #w-node-_32eddf43-8f79-b936-0284-d199b98131d2-3e2c59bb {
  justify-self: end;
}

#w-node-_877808ec-0d1f-4c3a-3214-1ad7c0c970e7-9a04fbb6, #w-node-_877808ec-0d1f-4c3a-3214-1ad7c0c970f0-9a04fbb6, #w-node-_877808ec-0d1f-4c3a-3214-1ad7c0c970f9-9a04fbb6, #w-node-_877808ec-0d1f-4c3a-3214-1ad7c0c97101-9a04fbb6, #w-node-cdb1bc70-0eff-f524-98f9-69f43128d022-9a04fbb6, #w-node-cdb1bc70-0eff-f524-98f9-69f43128d02d-9a04fbb6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0ade94fb-21dd-dd2f-dc2e-7969804f1795-751e00c3 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-dfac9649-8f85-d1ef-1264-b612b9c6e834-751e00c3, #w-node-dfac9649-8f85-d1ef-1264-b612b9c6e835-751e00c3, #w-node-dfac9649-8f85-d1ef-1264-b612b9c6e837-751e00c3, #w-node-dfac9649-8f85-d1ef-1264-b612b9c6e839-751e00c3 {
  align-self: center;
}

#w-node-dfac9649-8f85-d1ef-1264-b612b9c6e871-751e00c3 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_32eddf43-8f79-b936-0284-d199b98131ba-d8ff285d {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: auto;
}

#w-node-_32eddf43-8f79-b936-0284-d199b98131bc-d8ff285d, #w-node-_32eddf43-8f79-b936-0284-d199b98131c2-d8ff285d, #w-node-_32eddf43-8f79-b936-0284-d199b98131c6-d8ff285d, #w-node-_32eddf43-8f79-b936-0284-d199b98131cc-d8ff285d, #w-node-_32eddf43-8f79-b936-0284-d199b98131d2-d8ff285d {
  justify-self: end;
}

#w-node-_32eddf43-8f79-b936-0284-d199b98131ba-356ede7e {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: auto;
}

#w-node-_32eddf43-8f79-b936-0284-d199b98131bc-356ede7e, #w-node-_32eddf43-8f79-b936-0284-d199b98131c2-356ede7e, #w-node-_32eddf43-8f79-b936-0284-d199b98131c6-356ede7e, #w-node-_32eddf43-8f79-b936-0284-d199b98131cc-356ede7e, #w-node-_32eddf43-8f79-b936-0284-d199b98131d2-356ede7e {
  justify-self: end;
}

#w-node-_32eddf43-8f79-b936-0284-d199b98131ba-dc2f2b55 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: auto;
}

#w-node-_32eddf43-8f79-b936-0284-d199b98131bc-dc2f2b55, #w-node-_32eddf43-8f79-b936-0284-d199b98131c2-dc2f2b55, #w-node-_32eddf43-8f79-b936-0284-d199b98131c6-dc2f2b55, #w-node-_32eddf43-8f79-b936-0284-d199b98131cc-dc2f2b55, #w-node-_32eddf43-8f79-b936-0284-d199b98131d2-dc2f2b55 {
  justify-self: end;
}

@media screen and (max-width: 767px) {
  #w-node-_80376b7b-026a-29e9-618b-b507909bfd5e-30c6f1ea, #w-node-e3ec9291-dc55-646a-9bba-b479bb701234-30c6f1ea, #w-node-_0ade94fb-21dd-dd2f-dc2e-7969804f1795-751e00c3, #w-node-dfac9649-8f85-d1ef-1264-b612b9c6e871-751e00c3 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_80376b7b-026a-29e9-618b-b507909bfd5e-30c6f1ea, #w-node-e3ec9291-dc55-646a-9bba-b479bb701234-30c6f1ea, #w-node-_0ade94fb-21dd-dd2f-dc2e-7969804f1795-751e00c3, #w-node-dfac9649-8f85-d1ef-1264-b612b9c6e871-751e00c3 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}
/* ===============================
   BASE DO CONTEÚDO
================================ */
.blog-content {
  max-width: 780px;
  margin: 0 auto;
  font-size: 1rem;
  line-height: 1.5;
  color: #1a1a1a;
}

/* Ritmo vertical padrão */
.blog-content > * {
  margin-bottom: 1rem;
}

/* ===============================
   TÍTULOS
================================ */
.blog-content .has-large-font-size {
  margin-top: 3rem;
  margin-bottom: 1.25rem;
  font-size: 2rem;
  line-height: 1;
  font-weight: 700;
}
.blog-content h2 {
  margin-top: 3rem;
  margin-bottom: 1.25rem;
  font-size: 2rem;
  line-height: 1;
  font-weight: 700;
}

.blog-content h3 {
  margin-top: 2.25rem;
  margin-bottom: 1rem;
  font-size: 1.4rem;
  line-height: 1.3;
  font-weight: 600;
}

/* ===============================
   PARÁGRAFOS
================================ */
.blog-content p {
  margin-bottom: 1rem;
}

/* ===============================
   LISTAS
================================ */
.blog-content ul,
.blog-content ol {
  padding-left: 1.25rem;
  margin: 1.5rem 0;
}

.blog-content li {
  margin-bottom: 0.1rem;
}

/* ===============================
   DESTAQUES
================================ */
.blog-content strong {
  font-weight: 600;
}

.blog-content em {
  font-style: italic;
}
