.wrapper {
  border: 2px #63406c;
  width: 100%;
  height: auto;
  margin: 0 auto;
  padding: 0;
  position: static;
  left: auto;
  right: 0%;
}

.container {
  justify-content: space-between;
  width: 100%;
  max-width: 1200px;
  margin: 40px auto 56px;
  display: flex;
}

.content-infos {
  grid-row-gap: 16px;
  flex-flow: column;
  width: 100%;
  max-width: 760px;
  display: flex;
}

.h1 {
  letter-spacing: 4px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Kaleko Book, sans-serif;
  font-size: 32px;
  line-height: 42px;
}

.h2 {
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Kaleko Book, sans-serif;
  font-size: 20px;
  line-height: 30px;
}

.body {
  color: #000;
  border: 2px solid #63406c;
  border-radius: 0;
  margin: 16px;
  font-family: Kaleko Book, sans-serif;
}

.p-letter-spacing {
  letter-spacing: 0;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Kaleko Book, sans-serif;
  font-size: 20px;
  line-height: 30px;
}

.p-regular {
  letter-spacing: 1px;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 26px;
}

.img-hero {
  width: 100%;
  max-width: 728px;
}

.content-form {
  width: 100%;
  max-width: 438px;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  position: relative;
}

.h2form {
  color: #97856a;
  text-align: center;
  letter-spacing: 2.3px;
  -webkit-text-stroke-color: white;
  text-transform: uppercase;
  width: 100%;
  margin-top: 0;
  margin-bottom: 21px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  line-height: 23px;
}

.formcontato {
  margin-top: 16px;
  overflow: visible;
}

.field-label {
  color: #000;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 400;
}

.text-field {
  color: #000;
  background-color: #fff6;
  border: 1px solid #000;
  border-radius: 0;
  width: 100%;
  height: 58px;
}

.textarea {
  background-color: #fff6;
  border: 1px solid #000;
  border-radius: 0;
  min-width: 0;
  height: 110px;
  min-height: 110px;
  max-height: 110px;
}

.submit-button {
  background-color: #000;
  border-radius: 0;
  width: 100%;
  height: 51px;
  margin-top: 12px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 700;
  transition: all .3s;
}

.submit-button:hover {
  background-color: #63406c;
  border-radius: 0;
  height: 51px;
}

.footer {
  grid-row-gap: 24px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.divider {
  background-color: #000;
  width: 100%;
  max-width: 800px;
  height: 1px;
}

@media screen and (max-width: 991px) {
  .container {
    flex-flow: column;
    padding-left: 3%;
    padding-right: 3%;
  }

  .content-infos {
    justify-content: center;
    align-items: center;
  }

  .p-letter-spacing {
    text-align: center;
  }

  .content-form {
    max-width: 100%;
  }

  .divider {
    width: 90%;
  }
}

@media screen and (max-width: 479px) {
  .container {
    flex-flow: column;
    align-items: center;
    margin-top: 16px;
    margin-bottom: 48px;
    padding-left: 2%;
    padding-right: 2%;
  }

  .content-infos {
    grid-row-gap: 16px;
    justify-content: center;
    align-items: center;
  }

  .h1 {
    text-align: center;
    font-size: 21px;
    line-height: 35px;
  }

  .h2 {
    text-align: center;
    padding-left: 0%;
    padding-right: 0%;
    font-size: 16px;
    line-height: 24px;
  }

  .body {
    margin: 8px;
  }

  .p-letter-spacing {
    text-align: center;
    max-width: 100%;
    font-size: 18px;
  }

  .p-letter-spacing.p-hero {
    max-width: 25ch;
  }

  .p-regular {
    text-align: center;
    font-size: 13px;
    line-height: 23px;
  }

  .content-form {
    width: 100%;
    margin-top: 17px;
    padding-left: 3%;
    padding-right: 3%;
    display: block;
  }

  .h2form {
    text-align: center;
    letter-spacing: 0;
    width: auto;
    margin-top: 13px;
    font-size: 15px;
    line-height: 21px;
  }

  .text-field, .submit-button {
    width: 100%;
  }

  .footer {
    margin-bottom: 48px;
  }

  .divider {
    width: 90%;
  }

  .text-span {
    font-size: 32px;
  }

  .image {
    width: 218px;
  }

  .image-2 {
    width: 145px;
  }
}


@font-face {
  font-family: 'Kaleko Book';
  src: url('../fonts/Kaleko-205-W00-Book.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Kaleko Bold';
  src: url('../fonts/Kaleko-205-W00-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}