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

@font-face {
  font-family: Avenirnextltpro;
  src: url('../fonts/AvenirNextLTPro-Regular.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Avenirnextltpro it;
  src: url('../fonts/AvenirNextLTPro-It.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --dark-slate-grey: #205b41;
  --light-green: #a1d784;
  --white: white;
  --black-2: black;
  --black: #333;
  --light-grey: #d7d2c5;
}

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

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

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

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

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

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

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

.section-padr-o {
  flex-direction: column;
  align-items: center;
  padding: 60px 20px;
  display: flex;
}

.section-padr-o._1 {
  background-color: #205b4100;
  background-image: url('../images/Shape01.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 85vh;
  margin-top: -5px;
  padding: 0;
  position: relative;
}

.section-padr-o.fundo-verde {
  background-image: url('../images/Shape-02.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 100px;
}

.section-padr-o.fundo-verde.top-padding {
  margin-top: -25px;
  position: relative;
}

.section-padr-o.no-padding.relative {
  z-index: 5;
  padding-bottom: 40px;
  padding-right: 20px;
  position: relative;
}

.section-padr-o.fundo-arvores {
  background-image: url('../images/Elemento-8.png');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 300px;
}

.section-padr-o.fundo-verde-2 {
  background-image: url('../images/BG-grande.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: -181px;
  padding-top: 120px;
  padding-bottom: 400px;
}

.section-padr-o.fundo-verde-2.relative {
  background-image: url('../images/mato-verde.png');
  background-position: 50% 0;
  background-repeat: repeat-x;
  background-size: cover;
  background-attachment: fixed;
  margin-top: -3px;
  padding-top: 20px;
  padding-bottom: 287px;
  position: relative;
}

.section-padr-o.cross-section {
  margin-top: -327px;
  position: relative;
}

.section-padr-o.cor-verde {
  background-color: var(--light-green);
  margin-top: -300px;
  padding-top: 360px;
  padding-bottom: 0;
}

.section-padr-o.white-form {
  background-color: #fff0;
  margin-top: -50px;
  padding-top: 0;
}

.section-padr-o.white-form.relative {
  justify-content: center;
  position: relative;
}

.section-padr-o.white-form.relative.hidden {
  display: none;
}

.section-padr-o.perguntas {
  background-color: var(--dark-slate-grey);
}

.section-padr-o.infos {
  background-image: url('../images/Elemento-nuvem.png');
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-size: 400px;
  margin-bottom: -105px;
  padding-top: 40px;
  padding-bottom: 175px;
}

.section-padr-o.rodap {
  background-image: url('../images/Shape-rodapé.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: row;
  align-items: center;
  height: auto;
  padding-bottom: 0;
  padding-left: 100px;
  position: relative;
}

.section-padr-o.shape {
  z-index: 2;
  background-image: url('../images/Shape-rodapé.png');
  background-position: 50% 0;
  background-size: cover;
  margin-top: -110px;
}

.section-padr-o._2 {
  padding-top: 100px;
}

.section-padr-o._2.relative {
  position: relative;
}

.section-padr-o._2.relative.more-padding {
  padding-bottom: 140px;
}

.section-padr-o.relativo-2 {
  position: relative;
}

.section-padr-o.politica-de-privacidade {
  background-color: #f7f7f7;
}

.div-padr-o {
  width: 100%;
  max-width: 1140px;
}

.div-padr-o.relative {
  flex-direction: column;
  align-items: center;
  margin-bottom: 60px;
  padding-bottom: 0;
  display: flex;
  position: relative;
}

.div-padr-o.top-margin-40 {
  margin-top: 40px;
}

.div-padr-o.top-margin-40._1 {
  justify-content: center;
  display: flex;
}

.div-padr-o.top-margin-100 {
  flex-direction: column;
  align-items: center;
  margin-top: 100px;
  display: flex;
}

.div-padr-o.center {
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-padr-o.center.vertical {
  flex-direction: column;
}

.div-padr-o.horizontal {
  align-items: center;
  display: flex;
}

.div-padr-o.horizontal._2 {
  align-items: center;
  max-width: none;
  height: 100%;
}

.div-padr-o.horizontal._2.banner-1 {
  justify-content: space-between;
  padding-top: 100px;
  padding-bottom: 100px;
}

.div-padr-o.horizontal._2.banner-1.hide {
  display: none;
}

.sticky-nav {
  z-index: 1;
  background-color: #f4f4f400;
  flex-direction: row;
  align-items: center;
  padding: 0 20px;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
}

.nav-grid {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr max-content max-content max-content;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin: 0;
  padding: 0;
  display: grid;
}

.nav-logo-link {
  height: 60px;
  margin-left: 0;
  margin-right: 0;
  padding: 0;
  display: block;
}

.nav-logo {
  object-fit: contain;
  object-position: 0% 50%;
  width: auto;
  height: 100%;
}

.nav-link {
  color: var(--white);
  margin-left: 0;
  margin-right: 0;
  padding: 10px 0;
  text-decoration: none;
  display: block;
}

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

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

.navbar {
  background-color: var(--dark-slate-grey);
  justify-content: center;
  align-items: center;
  display: flex;
  position: sticky;
  inset: 0% 0% auto;
}

.brand {
  background-image: url('../images/Logo---A-SUA-LOCADORA-DE-VEÍCULOS.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: auto 100%;
  width: 300px;
  height: 150px;
  margin-bottom: -20px;
}

.brand.w--current {
  background-image: url('../images/Logo---A-SUA-LOCADORA-DE-VEÍCULOS.png');
}

.container {
  justify-content: space-between;
  width: 100%;
  max-width: 1140px;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.nav-menu {
  color: var(--white);
  align-items: center;
  display: flex;
}

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

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

.nav-link-4 {
  color: var(--white);
  cursor: pointer;
  margin-left: 20px;
  margin-right: 10px;
  padding: 10px 0;
  font-size: 16px;
  transition: all .45s;
}

.nav-link-4:hover {
  color: var(--light-green);
  transform: scale(1.1);
}

.nav-link-4.w--current {
  color: var(--light-green);
}

.div-50 {
  justify-content: flex-end;
  align-items: center;
  width: 50%;
  height: 100%;
  padding: 0 60px 150px 140px;
  display: flex;
}

.heading {
  color: #fff;
  width: 100%;
  padding-right: 0;
  font-size: 45px;
  line-height: 60px;
}

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

.image {
  width: 50%;
  position: static;
  inset: auto 0% 102px auto;
}

.image._1 {
  width: 45%;
}

.image-2 {
  width: 40%;
  position: absolute;
  inset: auto 0% 0% auto;
}

.paragraph {
  color: var(--black-2);
  width: 50%;
  margin-bottom: 40px;
  font-size: 16px;
  line-height: 25px;
}

.paragraph.padrao {
  width: 100%;
}

.paragraph._1 {
  width: 80%;
}

.div-check {
  color: var(--black-2);
  align-items: center;
  width: 40%;
  margin-bottom: 10px;
  font-size: 16px;
  display: flex;
}

.div-check._2 {
  align-items: flex-start;
  width: 100%;
  margin-top: 20px;
}

.div-check._3 {
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  margin-top: 60px;
}

.div-check._4 {
  align-items: flex-start;
  width: 100%;
  margin-top: 10px;
}

.image-3 {
  width: 32px;
  padding-right: 10px;
}

.div-block {
  flex-direction: column;
  align-items: flex-start;
  width: 80%;
  display: flex;
}

.div-100 {
  width: 100%;
}

.div-100.cta-1 {
  justify-content: space-between;
  width: 80%;
  display: flex;
}

.div-100._2 {
  justify-content: center;
  margin-top: 40px;
  display: flex;
}

.div-100._2.more-margin {
  z-index: 2;
  justify-content: space-between;
  align-items: center;
  margin-top: 60px;
  position: relative;
}

.div-100.center {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.div-100._3 {
  justify-content: flex-start;
  margin-top: 100px;
  display: flex;
}

.div-100._3.more-margin {
  margin-top: 60px;
}

.div-100._3.center-novo {
  justify-content: center;
}

.div-100.cta2 {
  justify-content: flex-start;
  display: flex;
}

.div-100.verde {
  background-color: var(--dark-slate-grey);
  border-radius: 20px;
  justify-content: flex-start;
  width: 90%;
  margin-bottom: 60px;
  padding-top: 40px;
  padding-bottom: 40px;
  padding-left: 60px;
  display: flex;
  position: relative;
}

.image-4 {
  width: 300px;
}

.image-4._2 {
  width: 400px;
  margin-left: 40px;
}

.image-4._3 {
  width: 400px;
  margin-left: 0;
}

.image-4._4 {
  width: 400px;
  margin-left: 0;
  margin-right: 40px;
}

.div-block-2 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 45%;
  display: flex;
}

.div-block-2._2 {
  justify-content: flex-start;
}

.div-block-2._2.caminhao {
  width: 50%;
}

.div-block-2._3 {
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
}

.div-block-2._3.caminhao {
  width: 50%;
}

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

.div-block-2._4.caminhao {
  width: 50%;
}

.div-block-2.cta-2 {
  width: 100%;
}

.div-block-2._50 {
  width: 50%;
}

.heading-2 {
  color: var(--dark-slate-grey);
  text-align: center;
  margin-bottom: 0;
}

.heading-2._2 {
  text-align: left;
  width: 75%;
}

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

.heading-2.center.hidden {
  display: none;
}

.heading-2._100 {
  width: 85%;
  display: flex;
}

.text-block {
  color: var(--dark-slate-grey);
  font-size: 26px;
  line-height: 30px;
}

.text-block._2 {
  margin-top: 10px;
}

.text-block._3 {
  color: var(--light-green);
  margin-top: 0;
}

.button {
  background-color: var(--light-green);
  color: var(--dark-slate-grey);
  cursor: pointer;
  border-radius: 13px;
  margin-top: 30px;
  padding: 15px 20px;
  font-size: 20px;
  font-weight: 700;
  transition: all .4s;
}

.button:hover {
  background-color: var(--dark-slate-grey);
  color: var(--light-green);
  box-shadow: 0 0 10px -4px #000;
}

.button._2 {
  margin-top: 40px;
  padding-left: 20px;
  padding-right: 20px;
}

.button.submit {
  padding-left: 60px;
  padding-right: 60px;
}

.heading-3 {
  color: var(--light-green);
  text-align: center;
}

.heading-3._2 {
  margin-bottom: 60px;
}

.heading-3._3 {
  margin-bottom: 10px;
}

.text-block-2 {
  color: var(--white);
  text-align: center;
  font-size: 20px;
  line-height: 25px;
}

.image-5 {
  z-index: 20;
  width: auto;
  max-width: 40%;
  position: relative;
  inset: auto 0 0% auto;
}

.div-block-3 {
  background-color: var(--light-green);
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 80%;
  padding: 20px 100px;
  display: flex;
}

.text-block-3 {
  color: var(--dark-slate-grey);
  font-size: 20px;
  font-weight: 700;
}

.text-block-4 {
  color: var(--dark-slate-grey);
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: 700;
}

.text-block-4._2 {
  text-align: center;
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 22px;
}

.text-block-5 {
  color: var(--black-2);
  font-size: 16px;
}

.text-block-6 {
  color: var(--black-2);
  margin-top: 20px;
  font-size: 16px;
}

.image-6 {
  width: 65px;
  margin-right: 10px;
}

.div-block-4 {
  align-items: center;
  width: 65%;
  margin-bottom: 40px;
  display: flex;
}

.text-block-7 {
  color: var(--white);
  padding-right: 0;
  font-size: 16px;
  line-height: 25px;
}

.text-block-7._2 {
  text-align: center;
  margin-top: 30px;
}

.text-block-7.preto {
  color: var(--black-2);
  text-align: center;
  width: 80%;
}

.image-7 {
  z-index: 1;
  height: 480px;
  position: absolute;
  inset: auto auto -90px 0%;
}

.image-7._2 {
  height: 500px;
  inset: auto 0% -90px auto;
}

.div-quadro {
  background-color: var(--white);
  border-radius: 20px;
  flex-direction: column;
  align-items: center;
  width: 90%;
  padding: 20px 100px 40px;
  display: flex;
}

.div-icones-geral {
  justify-content: space-around;
  align-items: flex-start;
  width: 100%;
  padding-top: 20px;
  display: flex;
}

.div-icones-geral._2 {
  margin-top: 20px;
}

.div-icone {
  flex-direction: column;
  align-items: center;
  width: 25%;
  display: flex;
}

.image-8 {
  width: 70px;
  margin-bottom: 10px;
}

.text-block-8 {
  color: var(--black-2);
  text-align: center;
  font-size: 16px;
}

.div-block-5 {
  width: 55%;
}

.div-block-5._2 {
  justify-content: flex-end;
  width: 40%;
  display: flex;
  position: absolute;
  inset: auto 0 -16px auto;
}

.text-span-2 {
  color: var(--light-green);
  font-size: 17px;
  font-weight: 700;
}

.image-9 {
  width: 300px;
}

.video {
  cursor: pointer;
  transition: all .45s;
}

.video:hover {
  transform: scale(1.1);
}

.div-form {
  background-color: #fff;
  border-radius: 20px;
  width: 45%;
  padding: 60px 80px;
  box-shadow: 0 0 12px -6px #000;
}

.div-form.hidden {
  display: none;
}

.text-block-9 {
  color: var(--black-2);
  text-align: center;
  margin-bottom: 60px;
  font-size: 20px;
}

.text-field {
  color: var(--black-2);
  background-color: #f7f7f7;
  border: 1px #000;
  border-radius: 8px;
  margin-bottom: 20px;
  padding-top: 13px;
  padding-bottom: 13px;
  padding-left: 15px;
}

.form {
  color: #000;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.form-block {
  width: 100%;
}

.text-block-10 {
  color: var(--dark-slate-grey);
  font-size: 16px;
  font-weight: 700;
}

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

.div-padr-o-2 {
  background-color: #f6f7f800;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 1140px;
  display: flex;
}

.div-faq {
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding: 10px 20px;
  display: flex;
}

.faq-pergunta {
  border: 2px solid var(--light-green);
  background-color: var(--light-green);
  cursor: pointer;
  border-radius: 20px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 44%;
  padding: 15px 20px;
  display: flex;
}

.pergunta {
  color: var(--dark-slate-grey);
  width: 90%;
  font-size: 20px;
  font-weight: 700;
  line-height: 28px;
}

.image-10 {
  color: #fff8f8;
  width: 26px;
  max-width: none;
  height: 16px;
  display: block;
}

.image-10.hide {
  display: none;
}

.faq-resposta {
  width: 100%;
  height: 56%;
  padding: 15px 20px 0;
}

.resposta {
  color: #fff;
  height: auto;
  font-size: 16px;
}

.div-block-6 {
  flex: 0 auto;
  width: 20%;
  padding-left: 140px;
  position: static;
}

.image-11 {
  width: 300px;
}

.div-block-7 {
  width: 40%;
}

.div-block-7._2 {
  text-align: right;
  width: 40%;
}

.div-block-8 {
  width: 30%;
}

.div-block-8.mobile {
  display: none;
}

.text-block-11 {
  color: var(--light-green);
  margin-bottom: 40px;
  font-size: 25px;
  font-weight: 700;
}

.image-12 {
  width: 23px;
  margin-right: 20px;
}

.image-12._2 {
  width: 25px;
}

.text-block-12 {
  color: var(--white);
  font-size: 16px;
}

.text-block-12:hover {
  color: var(--light-green);
}

.div-block-9 {
  cursor: pointer;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 20px;
  text-decoration: none;
  display: flex;
}

.div-block-9:hover {
  color: var(--light-green);
}

.link-block {
  cursor: pointer;
  background-image: url('../images/ícone-Instagram.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 31px;
  width: 35px;
  height: 35px;
  margin-right: 10px;
  transition: all .4s;
}

.link-block:hover {
  transform: translate(0, -3px);
}

.link-block._2 {
  background-image: url('../images/ícone-Facebook.png');
  background-size: 31px;
}

.link-block._3 {
  background-image: url('../images/ícone-LinkedIn.png');
  background-size: 31px;
}

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

.div-block-11 {
  flex-direction: column;
  justify-content: space-between;
  width: 60%;
  height: 100%;
  padding-top: 60px;
  display: flex;
}

.text-block-13 {
  color: var(--black);
  text-align: center;
  margin-top: 100px;
}

.link {
  color: var(--black);
  cursor: pointer;
  text-decoration: none;
  transition: all .3s;
}

.link:hover {
  color: var(--light-green);
}

.div-block-12 {
  flex-direction: column;
  align-items: flex-start;
  width: 40%;
  height: 100%;
  margin-left: -70px;
  display: flex;
}

.image-13 {
  width: 200px;
  position: absolute;
  inset: 0% auto auto 0%;
}

.image-13.direito {
  width: 250px;
  inset: 899px 0% auto auto;
}

.image-13._3-fundo {
  width: 350px;
  inset: auto auto 0% 0%;
}

.image-13.hide {
  display: none;
}

.image-14 {
  width: 225px;
  position: absolute;
  inset: 400px auto auto 0%;
}

.image-14.direita {
  z-index: auto;
  position: static;
  inset: auto 0% 0% auto;
}

.image-15 {
  width: 200px;
  position: absolute;
  inset: auto auto auto 0%;
}

.image-15.direita {
  inset: auto 0% auto auto;
}

.image-15.hidden {
  display: none;
}

.div-block-13 {
  z-index: auto;
  justify-content: flex-end;
  width: 100%;
  margin-top: -140px;
  margin-right: 0;
  display: flex;
  position: relative;
  inset: auto 0% 0% auto;
}

.slider {
  background-color: #fff0;
  width: 100%;
  height: 100%;
  padding: 0;
}

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

.slide {
  width: 100%;
  height: 100%;
}

.mask {
  height: 100%;
}

.checkbox-field {
  width: 100%;
}

.check {
  cursor: pointer;
}

.check.w--redirected-checked {
  border-color: var(--light-green);
  background-color: var(--light-green);
}

.link-2 {
  color: var(--dark-slate-grey);
  cursor: pointer;
}

.text-span-3 {
  width: 100%;
}

.div-block-14 {
  width: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
  display: flex;
}

.div-block-15 {
  width: 50%;
  margin-top: 10px;
  margin-bottom: 10px;
}

.text-block-14 {
  padding-right: 10px;
}

.slide-nav {
  opacity: .63;
  mix-blend-mode: hard-light;
}

.mensagem {
  color: var(--black-2);
  background-color: #f7f7f7;
  border: 1px #000;
  border-radius: 8px;
  margin-bottom: 20px;
  padding-top: 13px;
  padding-bottom: 13px;
  padding-left: 15px;
}

@media screen and (min-width: 1440px) {
  .section-padr-o._1 {
    height: 85vh;
    margin-top: -5px;
  }

  .section-padr-o.fundo-verde-2.relative {
    background-image: url('../images/mato-verde.png');
    background-position: 50% 0;
  }

  .section-padr-o.rodap {
    background-size: cover;
  }

  .section-padr-o.shape {
    background-attachment: scroll;
  }

  .div-padr-o.horizontal._2 {
    justify-content: space-between;
    padding-top: 80px;
  }

  .div-50 {
    padding-left: 0;
  }

  .heading {
    width: 70%;
    padding-right: 0;
  }

  .image-7, .image-7._2 {
    height: 600px;
  }

  .image-14.direita {
    width: 300px;
    position: relative;
    right: 0;
  }

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

@media screen and (min-width: 1920px) {
  .section-padr-o._1 {
    background-position: 50%;
    height: 85vh;
    margin-top: -5px;
    padding-top: 104px;
  }

  .section-padr-o.fundo-verde {
    padding-top: 120px;
  }

  .section-padr-o.fundo-arvores {
    padding-top: 211px;
  }

  .section-padr-o.fundo-verde-2.relative {
    background-color: var(--dark-slate-grey);
    background-image: url('../images/mato-verde.png');
    background-position: 50% 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    margin-top: 0;
    padding-bottom: 387px;
  }

  .section-padr-o.cross-section {
    padding-top: 75px;
  }

  .section-padr-o.rodap {
    background-size: cover;
  }

  .section-padr-o.shape {
    z-index: 2;
    margin-top: -153px;
    margin-bottom: -1px;
    padding-bottom: 100px;
    position: relative;
  }

  .section-padr-o.relativo-2 {
    position: relative;
  }

  .div-padr-o {
    max-width: 1200px;
  }

  .div-padr-o.horizontal._2 {
    justify-content: flex-end;
  }

  .div-padr-o.horizontal._2.banner-1 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .div-50 {
    justify-content: flex-end;
    align-items: center;
    height: 80%;
    padding-top: 0;
    padding-bottom: 200px;
    padding-right: 0;
    display: flex;
  }

  .heading {
    text-align: left;
    width: 70%;
    padding-right: 134px;
  }

  .image {
    width: 50%;
    max-width: none;
    inset: 123px 0% auto auto;
  }

  .image._1 {
    width: 42%;
  }

  .div-check._3 {
    justify-content: flex-start;
  }

  .image-4._3 {
    width: auto;
  }

  .div-block-2._2.caminhao {
    width: 55%;
  }

  .div-block-2._3 {
    align-items: center;
  }

  .heading-2._2 {
    text-align: left;
  }

  .image-5 {
    right: 0;
  }

  .image-7 {
    width: auto;
    height: 850px;
    bottom: -217px;
  }

  .image-7._2 {
    height: 850px;
    bottom: -217px;
  }

  .div-icones-geral._2 {
    align-items: stretch;
    padding-top: 0;
  }

  .div-icone {
    justify-content: space-around;
    height: auto;
  }

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

  .image-13 {
    width: 250px;
  }

  .image-13.direito {
    width: 300px;
  }

  .image-13._3-fundo {
    width: auto;
  }

  .image-14 {
    width: 300px;
  }

  .image-15 {
    width: auto;
  }

  .div-block-13 {
    padding-right: 140px;
  }

  .slider {
    padding-bottom: 60px;
  }
}

@media screen and (max-width: 991px) {
  .section-padr-o._1 {
    height: 80vh;
    padding-top: 0;
    padding-bottom: 0;
  }

  .section-padr-o.fundo-verde {
    background-size: auto;
  }

  .section-padr-o.fundo-arvores {
    padding-bottom: 206px;
  }

  .section-padr-o.fundo-verde-2.relative {
    padding-top: 100px;
  }

  .section-padr-o.cor-verde {
    margin-top: -340px;
  }

  .section-padr-o.infos {
    margin-bottom: -90px;
  }

  .section-padr-o.rodap {
    padding-left: 40px;
  }

  .div-padr-o.relative {
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    display: flex;
  }

  .div-padr-o.horizontal._2 {
    flex-direction: column;
    align-items: center;
    margin-top: 20px;
  }

  .container {
    justify-content: space-between;
  }

  .nav-menu {
    background-color: var(--dark-slate-grey);
  }

  .div-50 {
    text-align: center;
    justify-content: center;
    width: 100%;
    height: 50%;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .heading {
    width: 100%;
    padding-right: 0;
    font-size: 35px;
    line-height: 45px;
  }

  .image {
    width: 500px;
    bottom: 29px;
  }

  .menu-button {
    color: var(--white);
    align-self: center;
  }

  .menu-button.w--open {
    background-color: var(--dark-slate-grey);
    border-radius: 13px;
    box-shadow: 0 0 5px -2px #000;
  }

  .image-2 {
    width: 450px;
    position: static;
  }

  .paragraph {
    width: 100%;
  }

  .div-block {
    flex-flow: wrap;
    justify-content: space-between;
  }

  .div-100._2.more-margin {
    flex-direction: column;
  }

  .image-4._2, .image-4._3, .image-4._4 {
    width: 300px;
    height: auto;
  }

  .div-block-2 {
    width: 60%;
  }

  .div-block-2._2.caminhao, .div-block-2._3.caminhao, .div-block-2._4.caminhao {
    width: 100%;
  }

  .heading-2 {
    text-align: center;
    font-size: 25px;
  }

  .heading-2._2 {
    width: 100%;
  }

  .image-5 {
    max-width: 100%;
    position: static;
  }

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

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

  .image-7, .image-7._2 {
    height: 300px;
    bottom: 0;
  }

  .div-icones-geral._2 {
    align-items: stretch;
  }

  .div-icone._5 {
    justify-content: flex-start;
    width: 50%;
    height: auto;
  }

  .image-8 {
    margin-bottom: 20px;
  }

  .div-block-5._2 {
    position: static;
  }

  .div-form {
    z-index: 1;
    width: 80%;
    position: relative;
  }

  .image-11 {
    width: 250px;
  }

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

  .div-block-8.pc {
    align-self: flex-end;
  }

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

  .image-13, .image-14, .div-block-13 {
    display: none;
  }

  .slider {
    padding-top: 0;
  }
}

@media screen and (max-width: 767px) {
  .section-padr-o._1 {
    height: 75vh;
    padding-top: 0;
  }

  .section-padr-o.fundo-verde {
    background-size: auto;
  }

  .section-padr-o.cor-verde {
    margin-top: -844px;
    padding-top: 881px;
  }

  .section-padr-o.infos {
    background-size: 320px;
    margin-bottom: -80px;
  }

  .section-padr-o.rodap {
    padding-top: 90px;
    padding-left: 30px;
  }

  .div-padr-o.horizontal._2 {
    flex-direction: column;
    align-items: center;
    margin-top: 50px;
    padding-bottom: 0;
  }

  .div-padr-o.horizontal._2.banner-1 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .sticky-nav {
    position: relative;
  }

  .nav-grid {
    text-align: center;
  }

  .div-50 {
    justify-content: center;
    align-items: center;
    padding-top: 0;
    padding-bottom: 0;
  }

  .div-50._1 {
    align-items: flex-end;
    padding-top: 50px;
  }

  .heading {
    text-align: center;
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 35px;
    line-height: 50px;
  }

  .image {
    width: 400px;
    margin-top: 20px;
    margin-bottom: -10px;
  }

  .image._1 {
    width: 350px;
    margin-top: 0;
    margin-bottom: 60px;
  }

  .image-2 {
    width: 435px;
  }

  .paragraph._1 {
    width: 100%;
  }

  .div-check {
    align-items: center;
  }

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

  .div-100.cta-1 {
    flex-direction: column;
    align-items: center;
    width: 100%;
  }

  .div-100._2 {
    flex-direction: column;
    align-items: center;
    margin-top: 20px;
  }

  .div-100._2.more-margin {
    margin-top: 40px;
  }

  .div-100._3 {
    flex-flow: column;
    align-items: center;
    margin-top: 20px;
  }

  .div-100._3.more-margin {
    margin-top: 40px;
  }

  .div-100.cta2 {
    flex-direction: column;
    align-items: center;
  }

  .div-100.verde {
    flex-direction: column;
    padding-left: 20px;
    padding-right: 20px;
  }

  .image-4._2 {
    width: 300px;
    margin-top: 20px;
    margin-left: 0;
  }

  .image-4._3 {
    width: 350px;
    margin-left: 0;
  }

  .image-4._4 {
    width: 350px;
    margin-left: 0;
    margin-right: 0;
  }

  .div-block-2._2 {
    width: 100%;
  }

  .div-block-2._3 {
    flex-direction: column;
    align-items: center;
    width: 100%;
  }

  .div-block-2._4, .div-block-2._50 {
    width: 100%;
  }

  .heading-2, .heading-2._2 {
    font-size: 25px;
    line-height: 1.2;
  }

  .button {
    text-align: center;
  }

  .heading-3 {
    font-size: 25px;
    line-height: 1.2;
  }

  .div-block-3 {
    text-align: center;
    width: 100%;
    padding-left: 40px;
    padding-right: 40px;
  }

  .text-block-6 {
    margin-top: 40px;
  }

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

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

  .div-icones-geral {
    flex-flow: column;
  }

  .div-icones-geral._2 {
    align-items: center;
    margin-top: 0;
  }

  .div-icone, .div-icone._5 {
    width: 100%;
    margin-bottom: 10px;
  }

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

  .div-block-5._2 {
    justify-content: center;
    width: 100%;
    margin-top: 20px;
  }

  .div-form {
    width: 90%;
  }

  .div-faq {
    padding-left: 0;
    padding-right: 0;
  }

  .pergunta {
    font-size: 18px;
  }

  .image-11 {
    width: 240px;
  }

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

  .div-block-7._2 {
    text-align: center;
    width: 100%;
  }

  .div-block-8 {
    align-self: flex-end;
    width: 40%;
  }

  .image-12 {
    margin-right: 10px;
  }

  .div-block-9 {
    text-align: center;
    justify-content: center;
  }

  .div-block-10 {
    text-align: center;
    flex-direction: column;
    align-items: flex-start;
  }

  .div-block-12 {
    width: 100%;
    margin-left: 0;
  }

  .slider {
    padding-left: 0;
  }

  .slide-nav {
    margin-top: 0;
    inset: auto 0% 0%;
  }
}

@media screen and (max-width: 479px) {
  .section-padr-o._1 {
    height: 65vh;
    margin-top: -5px;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .section-padr-o.fundo-verde {
    background-size: auto;
  }

  .section-padr-o.fundo-arvores {
    background-position: 50% 100%;
    background-size: auto;
    padding-top: 0;
  }

  .section-padr-o.cor-verde {
    margin-top: -883px;
    padding-top: 927px;
  }

  .section-padr-o.infos {
    background-size: 240px;
    margin-bottom: -62px;
  }

  .section-padr-o.rodap {
    background-size: cover;
    flex-direction: column;
    align-items: center;
    padding-top: 86px;
    padding-left: 20px;
  }

  .div-padr-o.horizontal._2 {
    justify-content: center;
    margin-top: 0;
    padding-top: 125px;
  }

  .div-padr-o.horizontal._2.banner-1 {
    align-items: flex-end;
  }

  .sticky-nav {
    padding: 0;
  }

  .nav-grid {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: 100px;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
  }

  .nav-logo-link {
    border-top: 1px solid #c4c4c4;
  }

  .nav-link {
    border-top: 1px solid #c4c4c4;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .brand {
    background-size: 150px;
    width: 150px;
    height: 120px;
  }

  .nav-link-4:hover {
    transform: scale(1.03);
  }

  .div-50 {
    align-items: center;
    height: 50%;
    padding-top: 0;
    padding-bottom: 0;
  }

  .div-50._1 {
    align-items: flex-end;
    padding-bottom: 50px;
  }

  .heading {
    margin-top: 0;
    font-size: 25px;
    line-height: 1.5;
  }

  .image {
    width: auto;
    margin-top: 137px;
    margin-bottom: 0;
    position: relative;
    bottom: 80px;
  }

  .image._1, .image-2 {
    width: 240px;
  }

  .div-check {
    width: 100%;
  }

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

  .div-100.verde {
    width: 100%;
  }

  .image-4, .image-4._2, .image-4._3, .image-4._4 {
    width: 240px;
  }

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

  .div-block-2._3 {
    flex-direction: column;
  }

  .div-block-2._4 {
    align-items: center;
  }

  .heading-2 {
    text-align: center;
    font-size: 25px;
    line-height: 1.2;
  }

  .heading-2._2 {
    text-align: center;
    font-size: 20px;
  }

  .heading-2._100 {
    width: 100%;
  }

  .text-block._2 {
    text-align: center;
    font-size: 23px;
    line-height: 26px;
  }

  .text-block._3 {
    text-align: center;
    font-size: 19px;
    line-height: 26px;
  }

  .heading-3 {
    font-size: 20px;
  }

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

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

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

  .text-block-4._2 {
    font-size: 19px;
  }

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

  .image-6 {
    margin-bottom: 10px;
    margin-right: 0;
  }

  .div-block-4 {
    flex-direction: column;
  }

  .text-block-7.preto {
    width: 100%;
  }

  .image-7 {
    height: 100px;
  }

  .image-7._2 {
    height: 100px;
    right: 0%;
  }

  .div-quadro {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }

  .div-form {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .faq-pergunta {
    padding-left: 10px;
    padding-right: 10px;
  }

  .pergunta {
    line-height: 23px;
  }

  .image-10 {
    width: 20px;
    height: 12px;
  }

  .faq-resposta {
    padding-left: 0;
    padding-right: 0;
  }

  .image-11 {
    width: 200px;
  }

  .div-block-8 {
    width: 100%;
    margin-bottom: 40px;
  }

  .div-block-8.mobile {
    flex-direction: column;
    flex: 0 auto;
    order: 0;
    justify-content: center;
    align-self: auto;
    align-items: center;
    margin-top: 20px;
    margin-bottom: 0;
    display: flex;
  }

  .div-block-8.pc {
    display: none;
  }

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

  .div-block-10 {
    width: 100%;
    margin-left: 0;
  }

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

  .text-block-13.pc {
    display: none;
  }

  .text-block-13.mobile {
    margin-top: 0;
  }

  .div-block-12 {
    align-items: center;
    width: 100%;
    margin-left: 0;
  }
}


@font-face {
  font-family: 'Avenirnextltpro';
  src: url('../fonts/AvenirNextLTPro-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Avenirnextltpro';
  src: url('../fonts/AvenirNextLTPro-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Avenirnextltpro it';
  src: url('../fonts/AvenirNextLTPro-It.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}