.section01 {
  padding: 100px 0 170px;
  h1 {
    font-size: 24px;
    font-weight: 500;
    line-height: 29px;
    margin-bottom: 28px;
    color: #000;
  }
  p {
    font-size: 20px;
    line-height: 24px;
  }
  .txt01 {
    max-width: 329px;
    margin-bottom: 30px;
  }
  .bt-default {
    margin-bottom: 60px;
  }
  h2 {
    color: #000;
  }
  .txt02 {
    a {
      text-decoration: none;
      margin-bottom: 10px;
      display: flex;
      align-items: center;
      gap: 10px;
      width: fit-content;
    }
  }
  #formContato {
    border-top: 1px solid #ccc;
    padding-top: 24px;
    & > div {
      position: relative;
    }
    .rowInput {
      display: flex;
      gap: 32px;
      div {
        width: 100%;
        position: relative;
      }
    }
    input,
    select,
    textarea {
      height: 48px;
      border: 1px solid #ccc;
      border-radius: 4px;
      width: 100%;
      color: #8d8d8d;
      font-size: 14px;
      padding: 0 20px;
      margin-bottom: 24px;
    }
    textarea {
      height: 120px;
      padding-top: 16px;
    }
    .checkbox {
      display: flex;
      gap: 12px;
      label {
        color: #8d8d8d;
        font-size: 14px;
        line-height: 18px;
        max-width: 334px;
      }
      .erro-campo {
        bottom: -14px;
      }
    }
    #check01 {
      width: 12px;
      height: 12px;
      border-color: #8d8d8d;
      padding: 0;
      margin: 4px 0 0;
    }
    .captcha-wrapper {
      display: flex;
      border: 1px solid #ccc;
      background: #f9f9f9;
      align-items: center;
      gap: 20px;
      padding: 13px 20px;
      width: fit-content;
      margin-bottom: 43px;
      .captcha-label {
        margin: 0;
        font-size: 14px;
      }
      #captchaResposta {
        width: 80px;
        margin: 0;
        height: 34px;
      }
      .erro-campo {
        bottom: -21px;
        right: 0;
      }
    }
    .bt_wrapper {
      display: flex;
      justify-content: space-between;
      margin-bottom: 16px;
    }
    .bt-submit {
      width: 184px;
      height: 40px;
      background: #9ed1b8 0% 0% no-repeat padding-box;
      border-radius: 4px;
      border: 0;
      outline: none;
      cursor: pointer;
      font-size: 14px;
      text-transform: uppercase;
      color: #fff;
      font-weight: 500;
    }
    .asterisco {
      color: #141414;
      font-size: 12px;
    }
    .erro-campo {
      position: absolute;
      bottom: 4px;
    }
  }
}

@media (max-width: 767px) {
  .section01 {
    padding: 60px 0 166px;
    .container {
      padding: 0 30px;
    }
    h1 {
      max-width: 200px;
      margin-bottom: 30px;
    }
    .txt01 {
      max-width: 312px;
    }
    .col02 {
      margin-top: 60px;
      h2 {
        max-width: 210px;
      }
    }
    #formContato {
      .rowInput {
        display: flex;
        gap: 0;
        flex-direction: column;
      }
      .bt_wrapper {
        flex-direction: column;
      }
      .checkbox {
        label {
          max-width: 282px;
        }
      }
      .bt-submit {
        position: absolute;
        margin-top: 128px;
        right: 0;
      }
    }
  }
}
