.headerImage {
  z-index: -1;
  position: relative;
  bottom: 9em;
  height: 1000px;
  width: 1400px;
  margin: auto;
}

.headerImage img {
  position: absolute;
  right: 0;
  z-index: 1;
  height: 100%;
}

.headerImage .cardHeader {
  top: 15em;
  position: absolute;
  margin: auto;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  width: 544px;
  height: 700px;
  background: rgba(252, 248, 248, 0.9);
  -webkit-backdrop-filter: blur(15px);
          backdrop-filter: blur(15px);
  border-radius: 116px 116px 116px 0px;
  -webkit-box-shadow: 0px 8px 8px rgba(0, 0, 0, 0.105);
          box-shadow: 0px 8px 8px rgba(0, 0, 0, 0.105);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 2;
}

.headerImage .cardHeader h1 {
  position: relative;
  margin: 50% auto;
  font-size: 50px;
  font-weight: 600;
  line-height: 52.5px;
  height: auto;
}

.headerImage .cardHeader h1 strong {
  color: #04DD33;
}

.headerImage .cardHeader button {
  position: relative;
  bottom: 230px;
  right: 90px;
  width: 133px;
  height: 40px;
  font-size: 18px;
  border: 2px solid #04DD33;
  border-radius: 23px 23px 23px 0px;
  background: none;
  color: #04DD33;
  margin: auto;
}

.contato_section {
  max-width: 1400px;
  margin: auto;
  gap: 100px;
  padding-top: 150px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-bottom: 168px;
}

.form {
  position: relative;
  height: 535px;
  width: 466px;
  background-color: white;
  -webkit-box-shadow: 0px 4px 35px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 4px 35px rgba(0, 0, 0, 0.05);
  border-radius: 36px;
}

.form h2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-item-align: start;
      align-self: flex-start;
  font-size: 24px;
  font-weight: 600;
  color: #00CB13;
  text-align: center;
  padding-bottom: 63px;
}

.form form {
  position: relative;
  width: 500px;
}

.form form textarea {
  height: 133px;
  width: 379px;
  border: none;
  padding-top: 10px;
  padding-left: 15px;
  background-color: rgba(229, 229, 229, 0.63);
  border-radius: 15px;
}

.form form input {
  margin-bottom: 20px;
  height: 23px;
  width: 187px;
  border-radius: 15px;
  border: none;
  background-color: rgba(229, 229, 229, 0.63);
  padding-left: 10px;
}

.form .formContato {
  margin: auto;
}

.form .formContato #email {
  width: 228px;
}

.form .formContato #assunto {
  width: 145px;
}

.form .formContato #mensagem {
  width: 378px;
  height: 133px;
  resize: none;
  overflow: auto;
}

.form .formContato .submitBtn {
  background: #00CB13;
  height: 28px;
  width: 108px;
  font-size: 18px;
  border: none;
  color: white;
  border-radius: 21px;
}

.form .formContato .g-recaptcha {
  margin-top: 1em;
  padding-bottom: 1em;
}

.endereco_section {
  width: 395px;
  position: relative;
  bottom: 30px;
}

.endereco_section p {
  font-size: 18px;
  color: #828181;
}

.endereco_section h3 {
  font-size: 24px;
  font-weight: 500;
  color: #01a712;
  padding-bottom: 22px;
}

.ondeEstamos {
  padding-top: 150px;
  height: 600px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.ondeEstamos .ondeText {
  position: absolute;
  left: 0;
  height: 450px;
  width: 40%;
  background-color: #04DD33;
  -webkit-backdrop-filter: blur(11px);
          backdrop-filter: blur(11px);
  border-radius: 0px 117px 0px 0px;
  -webkit-box-shadow: 0px 2px 20px -1px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 2px 20px -1px rgba(0, 0, 0, 0.1);
  z-index: 2;
  text-align: center;
}

.ondeEstamos .ondeText h2 {
  margin-top: 25px;
  color: white;
  font-size: 36px;
}

.ondeEstamos .localizacao {
  position: absolute;
  width: 100%;
}

@media (max-width: 1420px) {
  .headerImage {
    width: 100%;
    z-index: -2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    overflow: hidden;
  }
  .headerImage .cardHeader {
    text-align: center;
    width: 400px;
    top: 38.5em;
    height: 300px;
  }
  .headerImage .cardHeader h1 {
    font-weight: 600;
    font-size: 35px;
    line-height: 40px;
  }
  .contato_section {
    width: 100%;
  }
}

@media (max-width: 1000px) {
  .contato_section {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 50px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .contato_section .form {
    width: 100%;
    margin: auto;
    position: relative;
  }
  .contato_section .form input {
    width: 100%;
  }
  .contato_section .form form {
    max-width: 380px;
  }
  .ondeEstamos {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: 700px;
  }
  .ondeEstamos .ondeText {
    position: relative;
    width: 100%;
    height: 400px;
    border-radius: 0px 0px 0px 0px;
  }
  .ondeEstamos .localizacao {
    position: relative;
  }
}

@media (max-width: 540px) {
  .headerImage img {
    height: auto;
  }
  .headerImage .cardHeader {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
    width: 80%;
    background-color: #00CB13;
  }
  .headerImage .cardHeader h1 {
    color: white;
  }
  .headerImage .cardHeader h1 strong {
    color: white;
  }
}

@media (max-width: 390px) {
  .headerImage .cardHeader {
    width: 100%;
    top: 37em;
    border-radius: 174.074px 174.074px 192.876px 0px;
  }
  .endereco_section {
    width: 90%;
  }
}
/*# sourceMappingURL=contato.css.map */