﻿.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 {
  width: 12px;
  height: 12px;
  border: 1px solid #ccc;
  border-radius: 2px;
}

.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;
}

h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 38px;
  font-weight: 700;
  line-height: 44px;
}

h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 32px;
  font-weight: 700;
  line-height: 36px;
}

h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
}

.lp-wrap {
  justify-content: center;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 20px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.container {
  width: 100%;
  max-width: 1200px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.lp-biobur-content-wrap {
  width: 100%;
  grid-column-gap: 60px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.lp-solution-info-wrap {
  grid-row-gap: 20px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.lp-solution-title-wrap {
  grid-row-gap: 4px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.lp-brochure-wrap {
  width: 60%;
  grid-column-gap: 50px;
  grid-row-gap: 0px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.div-block {
  grid-row-gap: 40px;
  flex-direction: column;
  display: flex;
}

.lp-quiemador-wrap {
  width: 100%;
  grid-row-gap: 24px;
  flex-direction: column;
  align-items: flex-end;
  display: flex;
}

.lp-banner {
  min-height: 250px;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.lp-title {
  color: #2e2e2e;
  text-transform: uppercase;
  white-space: nowrap;
  font-size: 24px;
  line-height: 44px;
}

.body {
  color: #161615;
  font-family: Helvetica Neue, sans-serif;
}

.form-block {
  width: 100%;
  max-width: 410px;
  margin-bottom: 0;
}

.title-line {
  width: 100%;
  height: 4px;
  background-color: #427631;
}

.lp-solution-info {
  grid-row-gap: 20px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.paragraph {
  font-weight: 500;
  line-height: 1.6;
}

.form {
  width: 100%;
}

.lp-brochure-queimador-wrap {
  width: 100%;
  grid-column-gap: 50px;
  margin-top: 300px;
  display: flex;
}

.lp-banner-desktop {
  max-height: 290px;
  display: block;
}

.button {
  min-height: 48px;
  text-transform: uppercase;
  background-color: #427631;
  justify-content: center;
  align-items: center;
  padding-left: 32px;
  padding-right: 32px;
  font-size: 20px;
  font-weight: 500;
  transition: all .2s;
  display: flex;
}

.button:hover {
  background-color: #39662a;
}

.image-2 {
  margin-top: 24px;
  margin-bottom: 60px;
}

.field-label {
  margin-bottom: 6px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.2;
}

.input {
  min-height: 42px;
  border: 1px solid #427631;
  margin-bottom: 16px;
  font-size: 14px;
  transition: all .2s;
}

.input:hover {
  border-width: 2px;
}

.text-area {
  min-height: 140px;
  border: 1px solid #427631;
  margin-bottom: 16px;
  transition: all .2s;
}

.text-area:hover {
  border-width: 2px;
}

.checkbox-field {
  flex-direction: row;
  margin-bottom: 30px;
  padding-left: 24px;
  display: flex;
  position: relative;
}

.checkbox-label {
  margin-top: 4px;
  margin-bottom: 0;
  font-size: 11px;
  line-height: 1.5;
}

.checkbox {
  width: 16px;
  height: 16px;
  flex: none;
  margin-left: 0;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.checkbox.w--redirected-checked {
  background-color: #427631;
  background-size: contain;
  border-color: #427631;
}

.lp-bottom-bar {
  min-height: 42px;
  background-color: #8aac38;
  justify-content: center;
  align-items: center;
  padding: 0;
  display: flex;
  position: relative;
  padding-top: 20px;
  padding-bottom: 20px;
  margin-top: 24px;
}

.construction-text {
  color: #fff;
  font-size: 20px;
  font-weight: 300;
  line-height: 1.3;
}
.construction-content {
  grid-row-gap: 8px;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.construction-logo-link {
  align-items: center;
  justify-content: center;
  display: inline-flex;
}

.construction-logo {
  max-width: 220px;
  width: 100%;
  height: auto;
}


.lp-top-wrap {
  justify-content: center;
  align-items: center;
  padding: 40px 30px 20px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.lp-body-wrap {
  min-height: 100vh;
  flex-direction: column;
  justify-content: space-between;
  display: flex;
}

.lp-banner-small {
  max-height: none;
  display: none;
}

.success-msg {
  font-size: 16px;
  font-weight: 700;
}

.success-message {
  background-color: rgba(66, 118, 49, .11);
  padding-top: 30px;
  padding-bottom: 30px;
}

.bottom-lang-wrapper {
  grid-column-gap: 10px;
  display: flex;
  position: absolute;
  right: 30px;
}

.lang-link {
  color: #fff;
  font-size: 16px;
  font-weight: 300;
  text-decoration: none;
}

.lang-link.w--current {
  font-weight: 700;
}

@media screen and (min-width: 1280px) {
  .lp-biobur-content-wrap {
    grid-column-gap: 80px;
    grid-template-columns: 1fr 41%;
  }

  .lp-solution-title-wrap {
    grid-row-gap: 6px;
  }

  .lp-title {
    font-size: 26px;
  }

  .lp-brochure-queimador-wrap {
    margin-top: 350px;
  }

  .lp-banner-desktop {
    max-height: 350px;
  }

  .lp-banner-small {
    max-height: 400px;
  }
}

@media screen and (min-width: 1920px) {
  .lp-wrap {
    padding-top: 80px;
  }

  .container {
    max-width: 1664px;
  }

  .lp-biobur-content-wrap {
    grid-column-gap: 124px;
  }

  .lp-solution-info-wrap {
    grid-row-gap: 60px;
  }

  .lp-banner {
    min-height: 450px;
  }

  .lp-title {
    color: #2e2e2e;
    font-size: 32px;
  }

  .body {
    color: #2e2e2e;
  }

  .form-block {
    max-width: 420px;
  }

  .title-line {
    background-color: #427631;
  }

  .paragraph {
    font-size: 16px;
  }

  .lp-brochure-queimador-wrap {
    margin-top: 380px;
  }

  .lp-banner-desktop {
    max-height: 440px;
  }

  .image-2 {
    margin-top: 20px;
    margin-bottom: 80px;
  }

  .field-label {
    font-size: 18px;
  }

  .input-wrap {
    flex-direction: column;
    display: flex;
  }

  .input {
    min-height: 48px;
    font-size: 16px;
  }

  .input::-ms-input-placeholder {
    color: #aaa;
  }

  .input::placeholder {
    color: #aaa;
  }

  .text-area {
    font-size: 16px;
  }

  .text-area::-ms-input-placeholder {
    color: #aaa;
  }

  .text-area::placeholder {
    color: #aaa;
  }

  .construction-text {
    font-size: 27px;
  }

  .lp-top-wrap {
    padding-top: 80px;
  }

  .lp-banner-small {
    max-height: 465px;
  }

  .image-3 {
    height: 380px;
  }

  .bottom-lang-wrapper {
    position: absolute;
    right: 60px;
  }
}

@media screen and (max-width: 991px) {
  .lp-biobur-content-wrap {
    flex-direction: column-reverse;
    display: flex;
  }

  .lp-solution-info-wrap {
    grid-row-gap: 60px;
  }

  .lp-solution-title-wrap {
    grid-row-gap: 10px;
    margin-right: auto;
  }

  .lp-brochure-wrap {
    width: 100%;
  }

  .lp-quiemador-wrap {
    min-height: 720px;
    align-items: center;
    position: relative;
  }

  .lp-banner {
    width: 100vw;
    min-height: auto;
    position: static;
  }

  .lp-title {
    font-size: 32px;
  }

  .form-block {
    max-width: none;
  }

  .paragraph {
    font-size: 18px;
    line-height: 1.4;
  }

  .lp-brochure-queimador-wrap {
    grid-row-gap: 60px;
    flex-direction: column-reverse;
    align-items: flex-start;
    margin-top: 80px;
  }

  .lp-banner-desktop {
    display: none;
  }

  .image-2 {
    width: 100%;
    object-fit: contain;
    margin-bottom: 30px;
  }

  .field-label {
    font-size: 18px;
  }

  .input {
    min-height: 60px;
    font-size: 18px;
  }

  .text-area {
    font-size: 18px;
  }

  .checkbox-label {
    font-size: 14px;
  }

  .lp-top-wrap {
    grid-row-gap: 60px;
    flex-direction: column;
    padding: 0 78px 80px;
  }

  .lp-banner-small {
    width: 95%;
    display: block;
  }

  .lp-quiemador-img-wrap {
    width: 100vw;
    justify-content: flex-end;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    position: absolute;
    top: auto;
    bottom: 0%;
    left: auto;
    right: auto;
  }

  .image-3 {
    max-height: 620px;
  }
}

@media screen and (max-width: 767px) {
  .lp-quiemador-wrap {
    min-height: 580px;
  }

  .lp-top-wrap {
    padding-left: 32px;
    padding-right: 32px;
  }

  .lp-quiemador-img-wrap {
    margin-left: -32px;
    position: static;
  }

  .image-3 {
    max-height: 520px;
  }
}

@media screen and (max-width: 479px) {
  .lp-solution-title-wrap {
    grid-row-gap: 6px;
  }

  .lp-quiemador-wrap {
    min-height: 390px;
  }

  .lp-title {
    white-space: normal;
    font-size: 26px;
  }

  .paragraph {
    font-size: 16px;
  }

  .input {
    min-height: 48px;
    font-size: 16px;
  }

  .text-area {
    font-size: 16px;
  }

     {
    min-height: auto;
    grid-row-gap: 10px;
    flex-direction: column;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .lp-top-wrap {
    padding-left: 15px;
    padding-right: 15px;
  }

  .lp-quiemador-img-wrap {
    margin-left: -15px;
    position: static;
  }

  .image-3 {
    height: 320px;
    max-height: none;
    object-fit: contain;
  }

  .bottom-lang-wrapper {
    position: static;
  }
}

#w-node-_0fb37c06-78c7-9efb-0f07-408af94c4efa-20609ba7, #w-node-_0fb37c06-78c7-9efb-0f07-408af94c4efa-59bf7831 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}


@font-face {
  font-family: 'Helvetica Neue';
  src: url('../fonts/HelveticaNeue-Bold-02.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Helvetica Neue';
  src: url('../fonts/HelveticaNeue-Light-08.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Helvetica Neue';
  src: url('../fonts/HelveticaNeue-01.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Helvetica Neue';
  src: url('../fonts/HelveticaNeue-Medium-11.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
