:root {
  --white: white;
  --black: black;
}

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

.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;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

.pre-section-hero {
  background-image: url('../images/pre-bg-hero.webp');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: auto;
  height: 837px;
}

.pre-container {
  max-width: 1200px;
}

.pre-space {
  padding-left: 20px;
  padding-right: 20px;
}

.pre-space.pre-space-hero {
  padding-top: 93px;
}

.pre-space.pre-space-topo {
  justify-content: space-between;
  padding-top: 28px;
  padding-bottom: 28px;
  display: flex;
}

.pre-space.pre-space-bio {
  padding-top: 181px;
}

.pre-space.pre-space-rodape {
  align-items: center;
  padding-top: 48px;
  padding-bottom: 48px;
  display: flex;
}

.pre-space.pre-space-obrigado {
  justify-content: space-between;
  align-items: center;
  padding-top: 134px;
  display: flex;
}

.pre-space.pre-space-obrigado.sempesquisa {
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
}

.pre-space.pre-space-obrigado.w {
  flex-flow: column;
  padding-top: 57px;
}

.pre-section-bio {
  background-image: url('../images/pre-bg-bio.webp');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: auto;
  height: 974px;
}

.body {
  background-color: #0a0c11;
}

.image {
  width: 100%;
  max-width: 140px;
  height: auto;
  display: none;
}

.image-2 {
  width: 100%;
  max-width: 165px;
  height: auto;
}

.heading {
  color: #311717;
  text-transform: uppercase;
  max-width: 586px;
  margin-top: 0;
  margin-bottom: 12px;
  font-family: Poppins, sans-serif;
  font-size: 48px;
  font-weight: 400;
  line-height: 115%;
}

.text-block {
  color: #3f2828;
  max-width: 658px;
  margin-bottom: 24px;
  font-family: Poppins, sans-serif;
  font-size: 25px;
  font-weight: 300;
  line-height: 140%;
}

.button {
  color: #f7eddf;
  background-color: #311717;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  max-width: 488px;
  height: 82px;
  font-family: Poppins, sans-serif;
  font-size: 21px;
  font-weight: 600;
  line-height: 125%;
  display: flex;
}

.button._2 {
  color: #3c2626;
  background-color: #ffd99b;
}

.text-span {
  color: #ffd99b;
  font-weight: 700;
  display: block;
}

.heading-2 {
  color: #f9efe1;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Poppins, sans-serif;
  font-size: 46px;
  font-weight: 500;
  line-height: 115%;
}

.div-block {
  max-width: 615px;
  margin-left: auto;
}

.text-block-2 {
  color: #fff;
  letter-spacing: .02em;
  max-width: 560px;
  margin-bottom: 32px;
  font-family: Poppins, sans-serif;
  font-size: 24px;
  font-weight: 300;
  line-height: 160%;
}

.pre-section-rodape {
  background-image: linear-gradient(135deg, #180b0b, #332121);
}

.image-3 {
  width: 100%;
  max-width: 132px;
  height: auto;
  margin-right: 76px;
}

.text-block-3 {
  color: #fff;
  font-family: Poppins, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 145%;
}

.link {
  color: #fff;
  margin-left: auto;
  font-family: Poppins, sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 145%;
  text-decoration: none;
}

.button-2 {
  color: #fff;
  text-transform: uppercase;
  background-color: #ea6e38;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 356px;
  height: 51px;
  font-family: Exo, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 22px;
  display: flex;
  box-shadow: 0 2px 2px #ea6e38;
}

.button-2.mob2 {
  background-color: #4c2a24;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  font-family: Poppins, sans-serif;
  box-shadow: 0 2px 2px #311717;
}

.text-field-3 {
  color: #000;
  background-image: none;
  background-position: 4%;
  background-repeat: no-repeat;
  background-size: auto;
  border-radius: 6px;
  width: 100%;
  max-width: 400px;
  height: 48px;
  margin-bottom: 16px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 52px;
  font-size: 16px;
  line-height: 24px;
}

.text-field-3.campo-nome {
  color: #000;
  background-color: #fff;
  background-image: url('../images/user.svg');
  font-family: Poppins, sans-serif;
}

.text-field-3.campo-nome::placeholder {
  color: rgba(0, 0, 0, .6);
}

.text-field-3.campo-email {
  color: #000;
  background-color: #fff;
  background-image: url('../images/mail.svg');
  font-family: Poppins, sans-serif;
}

.text-field-3.campo-email::placeholder {
  color: rgba(0, 0, 0, .6);
}

.modal-forme {
  max-width: 440px;
  margin-bottom: 0;
  display: none;
}

.modal-forme.open {
  z-index: 99;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-color: rgba(0, 0, 0, .6);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 100%;
  display: flex;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.modal-title {
  color: #fff;
  text-align: center;
  max-width: 345px;
  margin-bottom: 24px;
  margin-left: auto;
  margin-right: auto;
  font-family: Exo, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 31.9px;
  display: none;
}

.modal-title.open {
  font-family: Poppins, sans-serif;
  display: block;
}

.html-embed-34 {
  opacity: .6;
  margin-bottom: -4px;
  margin-right: 14px;
}

.link-4 {
  color: #fff;
}

.close-modal-2 {
  cursor: pointer;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  margin-top: 0;
  display: none;
  position: absolute;
  top: 18px;
  bottom: auto;
  left: auto;
  right: 14px;
}

.close-modal-2.open {
  display: block;
}

.campo-phone {
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  border: 0 #000;
  border-radius: 4px;
  margin-bottom: 0;
  padding: 0 28px 0 0;
  font-size: 16px;
  font-weight: 300;
}

.campo-phone:focus {
  border: 1px rgba(0, 0, 0, 0);
}

.campo-phone::placeholder {
  color: rgba(255, 255, 255, .7);
  font-weight: 300;
}

.campo-phone.phone {
  color: #000;
  font-family: Poppins, sans-serif;
  font-weight: 400;
}

.campo-phone.phone::placeholder {
  color: rgba(1, 1, 6, .6);
  font-weight: 500;
}

.success-message-2 {
  background-color: rgba(221, 221, 221, .2);
}

.checkbox-label-2 {
  color: #fff;
  max-width: 352px;
  font-family: Exo, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 15px;
}

.checkbox-label-2.a {
  color: #fff;
  max-width: 355px;
  font-family: Poppins, sans-serif;
}

.box-forme {
  max-width: 440px;
  position: relative;
}

.box-forme.open {
  background-color: #000;
  border: 1px solid #2c2c2c;
  border-radius: 10px;
  width: 100%;
  max-width: 500px;
  padding: 40px;
  position: relative;
}

.form-background-div-2 {
  z-index: 15;
  color: #000;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0);
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-width: auto;
  max-width: 400px;
  height: 48px;
  max-height: none;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 8px 16px;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  transition: all .3s;
  display: flex;
  position: relative;
}

.text-block-279 {
  color: #fff;
  text-align: center;
}

.checkbox-field-2 {
  max-width: 400px;
  margin: 16px auto;
  padding-left: 30px;
}

.close-modal-captura {
  color: rgba(255, 255, 255, .8);
  display: block;
}

.error-message-2 {
  color: #000;
  background-color: rgba(221, 221, 221, .2);
  width: 100%;
  max-width: 440px;
}

.pre-section-obrigado {
  background-image: url('../images/pre-bg-obrigado.webp');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: auto;
  height: 774px;
}

.text-block-280 {
  color: #311717;
  text-transform: uppercase;
  margin-bottom: 25px;
  font-family: Poppins, sans-serif;
  font-size: 48px;
  font-weight: 700;
  line-height: 115%;
}

.text-block-280.w {
  text-align: center;
  margin-bottom: 75px;
  font-size: 36px;
}

.text-block-281 {
  color: #3f2828;
  max-width: 496px;
  margin-left: auto;
  margin-right: auto;
  font-family: Poppins, sans-serif;
  font-size: 25px;
  font-weight: 300;
  line-height: 140%;
}

.text-block-281.w {
  text-align: center;
  max-width: 288px;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  font-size: 18px;
}

.text-block-281.p {
  text-align: center;
  max-width: 440px;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  font-size: 18px;
}

.div-block-2 {
  max-width: 496px;
}

.div-block-2.centro {
  text-align: center;
}

.div-block-3 {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  background-image: linear-gradient(rgba(250, 245, 236, .39), #e9d9bf);
  border-radius: 8px;
  flex-flow: column;
  width: 100%;
  max-width: 489px;
  padding: 46px 26px 54px;
  display: flex;
}

.div-block-3.sempesquisa {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: rgba(94, 240, 117, .5);
  background-image: none;
  justify-content: flex-start;
  align-items: center;
  padding-top: 39px;
  padding-bottom: 39px;
  display: flex;
  position: relative;
}

.text-block-282 {
  color: #3f2828;
  text-align: center;
  font-family: Poppins, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 38px;
}

.text-block-283 {
  text-align: center;
  max-width: 398px;
  margin-left: auto;
  margin-right: auto;
  font-family: Poppins, sans-serif;
  font-size: 17px;
  font-weight: 600;
  line-height: 27px;
}

.button-3 {
  color: #14491c;
  background-image: linear-gradient(#5ef075, #25c73f);
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 420px;
  height: 62px;
  margin-left: auto;
  margin-right: auto;
  font-family: Poppins, sans-serif;
  font-size: 17px;
  font-weight: 600;
  display: flex;
}

.button-3.w {
  text-align: center;
  background-image: url('../images/icon-whats.svg'), linear-gradient(#5ef075, #25c73f), url('../images/detalhe-botao.svg');
  background-position: 44px, 0 0, 360px;
  background-repeat: no-repeat, repeat, no-repeat;
  background-size: auto, auto, auto;
  padding-left: 10px;
  padding-right: 10px;
}

.div-block-4 {
  background-color: rgba(94, 240, 117, .6);
  border-radius: 8px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 489px;
  padding: 39px 20px;
  display: flex;
  position: relative;
}

.text-block-284 {
  color: #311717;
  text-align: center;
  max-width: 371px;
  margin-bottom: 25px;
  margin-left: auto;
  margin-right: auto;
  font-family: Poppins, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 140%;
}

.div-block-5 {
  grid-column-gap: 45px;
  grid-row-gap: 45px;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.text-block-285 {
  text-align: center;
  background-color: #c7f7c9;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  font-family: Poppins, sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 30px;
  display: flex;
  position: absolute;
  top: -25px;
}

@media screen and (max-width: 991px) {
  .pre-section-hero {
    background-image: url('../images/pre-bg-heromob.webp');
    background-position: 50% 0;
    background-size: auto;
    height: 766px;
  }

  .pre-container {
    max-width: 360px;
  }

  .pre-space.pre-space-hero {
    padding-top: 347px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .pre-space.pre-space-topo {
    padding-top: 14px;
    padding-bottom: 14px;
  }

  .pre-space.pre-space-bio {
    padding-top: 45px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .pre-space.pre-space-rodape {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-direction: column;
    padding-top: 35px;
    padding-bottom: 35px;
  }

  .pre-space.pre-space-obrigado {
    flex-flow: column;
    padding-top: 45px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .pre-space.pre-space-obrigado.w {
    padding-top: 32px;
  }

  .pre-section-bio {
    background-image: url('../images/pre-bg-biomob.webp');
    height: 1055px;
  }

  .image {
    max-width: 66.27px;
  }

  .image-2 {
    max-width: 77.88px;
  }

  .heading {
    color: #fff;
    font-size: 28px;
    line-height: 125%;
  }

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

  .button {
    color: #4c2a24;
    background-color: #ffd99b;
    height: 45px;
    font-size: 12.92px;
  }

  .button._2 {
    color: #ffd99b;
    background-color: #371e19;
  }

  .text-span {
    color: #371e19;
    margin-top: 9px;
  }

  .heading-2 {
    color: #371e19;
    text-align: center;
    margin-bottom: 373px;
    font-size: 32px;
  }

  .text-block-2 {
    color: #371e19;
    margin-bottom: 20px;
    font-size: 18px;
    line-height: 140%;
  }

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

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

  .link {
    margin-right: auto;
  }

  .button-2.mob2 {
    font-size: 13px;
    line-height: 20px;
  }

  .text-field-3 {
    max-width: none;
    height: 40px;
  }

  .text-field-3.campo-nome {
    background-image: url('../images/user.svg');
    background-position: 13px;
    background-size: 24px 24px;
    margin-bottom: 11px;
    padding-left: 45px;
    font-family: Exo, sans-serif;
  }

  .text-field-3.campo-nome::placeholder {
    color: #010106;
    font-family: Exo, sans-serif;
    font-size: 14px;
    line-height: 16px;
  }

  .text-field-3.campo-email {
    background-image: url('../images/mail.svg');
    background-position: 13px;
    background-size: 24px 24px;
    margin-bottom: 11px;
    padding-left: 45px;
  }

  .text-field-3.campo-email::placeholder {
    color: #010106;
    font-family: Exo, sans-serif;
    font-size: 14px;
    line-height: 16px;
  }

  .checkbox {
    margin-left: -22px;
  }

  .modal-forme {
    margin-left: auto;
    margin-right: auto;
    display: none;
  }

  .modal-title {
    font-size: 20px;
    line-height: 26px;
    display: none;
  }

  .modal-title.open {
    max-width: 245px;
    font-size: 16px;
    line-height: 21px;
  }

  .html-embed-34 {
    margin-right: 10px;
  }

  .link-4 {
    color: #fff;
  }

  .close-modal-2.open {
    width: 18px;
    height: 18px;
  }

  .campo-phone.phone {
    padding-right: 28px;
  }

  .campo-phone.phone::placeholder {
    font-size: 14px;
    line-height: 16px;
  }

  .checkbox-label-2 {
    color: #2c2c2c;
    font-size: 10px;
    line-height: 13px;
  }

  .checkbox-label-2.a {
    color: #fff;
  }

  .box-forme.open {
    border-radius: 11px;
    max-width: 320px;
    padding: 60px 10px 40px;
  }

  .form-background-div-2 {
    height: 40px;
    padding-left: 13px;
    padding-right: 5px;
  }

  .checkbox-field-2 {
    padding-left: 21px;
  }

  .pre-section-obrigado {
    background-image: url('../images/rs-bg-obmob.png');
    height: 829px;
  }

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

  .text-block-280.w {
    margin-bottom: 60px;
    font-size: 34px;
  }

  .text-block-281 {
    color: #3f2828;
    text-align: center;
    margin-bottom: 38px;
    margin-left: auto;
    margin-right: auto;
    font-size: 19px;
  }

  .text-block-281.w, .text-block-281.p {
    margin-bottom: 22px;
    font-size: 18px;
    line-height: 130%;
  }

  .div-block-3 {
    grid-column-gap: 13px;
    grid-row-gap: 13px;
    padding: 29px 20px;
  }

  .div-block-3.sempesquisa {
    padding-bottom: 24px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .text-block-282 {
    font-size: 22px;
    line-height: 31px;
  }

  .text-block-283 {
    font-size: 13px;
    line-height: 21px;
  }

  .button-3 {
    text-align: center;
    padding-left: 12px;
    padding-right: 12px;
    font-size: 16px;
  }

  .button-3.w {
    background-position: 17px, 0 0, 360px;
    max-width: 100%;
    padding-left: 36px;
    padding-right: 12px;
    font-size: 16px;
  }

  .div-block-4 {
    background-color: rgba(94, 240, 117, .5);
    padding: 39px 10px 24px;
  }

  .text-block-284 {
    max-width: 300px;
    font-size: 17px;
    font-weight: 400;
    line-height: 140%;
  }

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

@media screen and (max-width: 767px) {
  .modal-title {
    margin-bottom: 15px;
  }

  .checkbox-field-2 {
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 479px) {
  .text-field-3.campo-nome, .text-field-3.campo-email {
    margin-bottom: 8px;
  }

  .checkbox {
    margin-left: -25px;
  }

  .modal-forme {
    width: 100%;
  }

  .modal-forme.open {
    z-index: 999;
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    padding-left: 10px;
    padding-right: 10px;
  }

  .modal-title {
    margin-bottom: 15px;
  }

  .html-embed-34 {
    margin-right: 10px;
  }

  .close-modal-2 {
    right: 8px;
  }

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

  .campo-phone.phone {
    padding-right: 0;
  }

  .checkbox-label-2 {
    max-width: 355px;
  }

  .box-forme {
    width: 100%;
    max-width: 100%;
  }

  .box-forme.open {
    max-width: none;
    padding-top: 50px;
  }

  .form-background-div-2 {
    width: 100%;
    max-width: 100%;
    height: 40px;
    margin-bottom: 0;
    padding-left: 11px;
  }

  .checkbox-field-2 {
    padding-left: 25px;
  }

  .button-3.w {
    padding-left: 30px;
    padding-right: 30px;
  }
}


@font-face {
  font-family: 'Poppins';
  src: url('../fonts/poppins-semibold-webfont.woff2') format('woff2');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/poppins-light-webfont.woff2') format('woff2');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/poppins-bold-webfont.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/poppins-regular-webfont.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/poppins-medium-webfont.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}