.background-leadform {
  width: 100%;
  height: 100%;
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
  background-color: rgba(0, 0, 0, .15);
  
}

.heading-leadform {
  color: #1c1e21;
  letter-spacing: -.03em;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 64px;
  font-weight: 400;
  line-height: 100%;
  margin-top: 20px;
  margin-bottom: 20px;
  z-index: 5000;

}

.close-text {
  font-size: 50px;
  font-weight: 300;
  position: absolute;
  top: 40px;
  bottom: auto;
  left: auto;
  right: 40px;
  cursor: pointer;
  transform: rotate(45deg);
}


.success-message {
  margin-top: 20px;
}
/*  */

/*  */
.leadform {
  width: 100vw;
  height: 100vh;
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: none;
  z-index: 99999999;
}

/* Conteúdo Webflow Formuláro */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

body{
  font-size: 14px;
  line-height: 20px;
}


img {
  max-width: 100%;
  vertical-align: middle;
  display: inline-block;
}

label {
  display: block;
}
.w-form {
  margin: 0 0 15px;
}
.w-form-done {
  display: none;
  padding: 20px;
  text-align: center;
  background-color: #dddddd;
}
.w-form-fail {
  display: none;
  margin-top: 10px;
  padding: 10px;
  background-color: #ffdede;
}

.w-form-label {
  display: inline-block;
  cursor: pointer;
  font-weight: normal;
  margin-bottom: 0px;
}

.w-input,
.w-select {
  display: block;
  width: 100%;
  height: 38px;
  padding: 8px 12px;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333333;
  vertical-align: middle;
  background-color: #ffffff;
  border: 1px solid #cccccc;
}
.w-input:-moz-placeholder,
.w-select:-moz-placeholder {
  color: #999;
}
.w-input::-moz-placeholder,
.w-select::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.w-input::-webkit-input-placeholder,
.w-select::-webkit-input-placeholder {
  color: #999;
}
.w-input:focus,
.w-select:focus {
  border-color: #3898EC;
  outline: 0;
}
.w-input[disabled],
.w-select[disabled],
.w-input[readonly],
.w-select[readonly],
fieldset[disabled] .w-input,
fieldset[disabled] .w-select {
  cursor: not-allowed;
}
.w-input[disabled]:not(.w-input-disabled),
.w-select[disabled]:not(.w-input-disabled),
.w-input[readonly],
.w-select[readonly],
fieldset[disabled]:not(.w-input-disabled) .w-input,
fieldset[disabled]:not(.w-input-disabled) .w-select {
  background-color: #eeeeee;
}
.w-button {
  display: inline-block;
  padding: 9px 15px;
  background-color: #3898EC;
  color: white;
  border: 0;
  line-height: inherit;
  text-decoration: none;
  cursor: pointer;
  border-radius: 0;
}
input.w-button {
  -webkit-appearance: button;
}

/* Fim dos  */
.whatsapp-field {
  border-bottom-right-radius: 10px;
}

.sub-leadform {
  color: #1c1e21;
  letter-spacing: 1px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 140%;
}

.field-label {
  color: #1c1e21;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-weight: 400;
  line-height: 100%;
}

.submit-button {
  border-bottom-right-radius: 10px;
  margin-top: 10px;
}

.name-field {
  border-bottom-right-radius: 10px;
}

.logo-leadform {
  max-width: 200px;
}

.caixa-formulario {
  width: 100%;
  max-width: 35rem;
  background-color: #fbf5ec;
  border-bottom-right-radius: 40px;
  margin-left: 20px;
  margin-right: 20px;
  padding: 40px;
  position: absolute;
}

.form-leadform {
  margin-top: 20px;
}

.loading-message {
  display: none;
}

.loading-message.visible {
  display: block;
}


@media screen and (min-width: 1440px) {
  .sub-leadform {
    letter-spacing: -.03em;
    font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
    line-height: 140%;
  }
}

@media screen and (max-width: 991px) {
  .heading-leadform {
    font-size: 44px;
  }

  .sub-leadform {
    letter-spacing: .8px;
    font-size: 12px;
  }

  .logo-leadform {
    max-width: 160px;
  }

  .caixa-formulario {
    max-width: 30rem;
  }
}

@media screen and (max-width: 767px) {
  .heading-leadform {
    font-size: 40px;
  }

  .logo-leadform {
    max-width: 140px;
  }

  .caixa-formulario {
    max-width: 25rem;
  }
}

@media screen and (max-width: 479px) {
  .heading-leadform {
    font-size: 32px;
  }

  .text-block-6 {
    font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  }

  .success-message {
    margin-top: 10px;
  }

  .logo-leadform {
    max-width: 120px;
  }

  .caixa-formulario{
    width: 90%;
    padding: 20px;
  }
}
