.title-form {
  font-weight: 500;
  font-size: 24px;
  line-height: 31px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #fff;
}

/* Estilo automático para a página: contato */
#cabecalho {
  min-height: 530px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-top: -170px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;

  .sombra-servico {
    background-image: linear-gradient(#00000054, black);
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 0;
    opacity: 0.8;
    top: 0;
  }

  .barras {
    &::after {
      background-color: #ffffff;
      background-size: auto;
      display: inline-block;
      width: 100%;
      height: 1px;
      content: "";
      right: 135px;
      position: absolute;
      z-index: 0;
      bottom: 60px;
    }
    &::before {
      background-color: #ffffff;
      background-size: auto;
      display: inline-block;
      width: 1px;
      height: 360px;
      content: "";
      right: 135px;
      position: absolute;
      z-index: 0;
      bottom: 0;
    }
  }

  .cabecalho {
    display: flex;
    justify-content: center;
    margin-top: 100px;

    li {
      font-weight: 300;
      font-size: 18px;
      line-height: 160%;
      text-align: center;
      color: #fff;
      list-style-type: none;
      letter-spacing: 1px;
    }
    .destaque {
      font-weight: 600;
    }
  }

  h1 {
    vertical-align: middle;
  }
}

#centralRelacionamento {
  padding: 100px 0;

  h2 {
    text-align: center;
  }

  .card-relacionamento {
    background: #2c2c2c;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #fff;
    min-height: 240px;
    margin-bottom: 20px;
    padding: 10px;
    word-break: break-word;

    img {
      margin-bottom: 20px;
    }

    .title-card {
      font-weight: 600;
      font-size: 20px;
      line-height: 160%;
      letter-spacing: 1px;
      text-align: center;
      vertical-align: middle;
      margin: 0;
    }

    .info-card {
      font-weight: 400;
      font-size: 20px;
      line-height: 160%;
      letter-spacing: 1px;
      text-align: center;
      margin: 0 0 0 0;
      color: #fff;
      padding: 0 10px;
    }
  }
}

#formulario {
  background-color: #466041;
  overflow: hidden;

  h2 {
    color: #fff;
    margin-top: 40px;
  }

  h3 {
    color: #fff;
    margin-top: 40px;
    margin-left: 70px;
  }

  .barra-1 {
    width: 101%;
    height: 1px;
    background-color: #fff;
    position: relative;

    &::after {
      background-color: #ffffff;
      background-size: auto;
      display: inline-block;
      width: 50%;
      height: 1px;
      content: "";
      top: 0px;
      left: -40%;
      position: absolute;
      z-index: 0;
    }
  }

  .barra-2 {
    width: 100%;
    height: 1px;
    background-color: #fff;
    position: relative;
    left: -12px;

    &::after {
      background-color: #ffffff;
      background-size: auto;
      display: inline-block;
      width: 100%;
      height: 1px;
      content: "";
      top: 0px;
      right: -100%;
      position: absolute;
      z-index: 0;
    }
  }

  .barra-formulario {
    border-right: solid 1px #fff;
  }

  .btn-padrao {
    border: 1px solid #ffffff;
    padding: 0 0px 0 22px;
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 1px;
    text-align: center;
    color: #fff;
    position: relative;
    display: inline-flex;
    align-items: center;
    transition: 300ms all ease-in-out;
    background-color: transparent;
    width: 264px;
    padding: 20px 0;

    .moldura-seta {
      padding: 22px;
      transition: 300ms all ease-in-out;
      border-left: solid 1px #fff;
      margin-left: 22px;
    }
  }
  .btn-padrao:hover {
    background-color: #009651;
  }
  .btn-padrao:hover .moldura-seta {
    background-color: #dd6d34;
  }

  .form {
    margin-bottom: 30px;

    h4 {
      color: #fff;
    }

    .form-control {
      font-weight: 200;
      font-size: 16px;
      line-height: 160%;
      letter-spacing: 1px;
      vertical-align: middle;
      background-color: transparent;
      border-radius: 0;
      height: 50px;
      color: #fff;
      padding-left: 40px;
    }

    textarea {
      min-height: 100px;
      padding-top: 10px;
    }

    .icon-form {
      position: absolute;
      left: 20px;
      top: 14px;
    }

    input::-webkit-input-placeholder {
      /* Chrome/Opera/Safari */
      color: #fff !important;
    }
    input::-moz-placeholder {
      /* Firefox 19+ */
      color: #fff !important;
    }
    input:-ms-input-placeholder {
      /* IE 10+ */
      color: #fff !important;
    }
    input:-moz-placeholder {
      /* Firefox 18- */
      color: #fff !important;
    }
    textarea::-webkit-input-placeholder {
      /* Chrome/Opera/Safari */
      color: #fff !important;
    }
    textarea::-moz-placeholder {
      /* Firefox 19+ */
      color: #fff !important;
    }
    textarea:-ms-input-placeholder {
      /* IE 10+ */
      color: #fff !important;
    }
    textarea:-moz-placeholder {
      /* Firefox 18- */
      color: #fff !important;
    }

    .form-check {
      margin-left: 0;
      padding-left: 0;

      label {
        font-weight: 300;
        font-size: 16px;
        line-height: 160%;
        letter-spacing: 1px;
        color: #fff;
        display: flex;
        align-items: center;
        gap: 8px;

        input[type="checkbox"] {
          margin: 0;
          flex-shrink: 0;
        }

        .pol-priv {
          text-decoration: underline;
          color: #c7c7c7 !important;
        }
      }
    }
  }
}

/* TABLET */
@media (min-width: 768px) and (max-width: 992px) {
  #cabecalho {
    .barras {
      display: none;
    }
  }
  #formulario {
    h3 {
      margin-top: 70px;
      margin-left: 20px;
    }

    .barra-1 {
      &::after {
        width: 200%;
        left: -50%;
      }
    }

    .barra-formulario {
      border-right: none;
    }
  }
}

/* MOBILE */
@media all and (max-width: 767px) {
  #cabecalho {
    .barras {
      display: none;
    }
  }

  #centralRelacionamento {
    padding: 60px 0;
  }

  #formulario {
    padding: 40px 0;

    h3 {
      margin-left: 10px;
    }

    .form {
      margin-bottom: 0px;
    }
    .barra-formulario {
      border-right: none;
    }

    .barra-1 {
      &::after {
        display: none;
      }
    }
    .barra-2 {
      &::after {
        background-color: #ffffff;
        background-size: auto;
        display: inline-block;
        width: 100%;
        height: 1px;
        content: "";
        top: 0px;
        left: -100%;
        position: absolute;
        z-index: 0;
      }
      &::before {
        background-color: #ffffff;
        background-size: auto;
        display: inline-block;
        width: 100%;
        height: 1px;
        content: "";
        top: 0px;
        right: -100%;
        position: absolute;
        z-index: 0;
      }
    }
  }
}