/**************
    Main
**************/

header {
  z-index: 999;
}

.main-contato-container::before {
  content: "";
  height: 100%;
  width: 100%;
  background-image: url("../imagens/background.png");
  background-size: cover;
  position: absolute;
  top: -1400px;
  left: 0;
  transform: rotate(180deg);
  z-index: -1;
}

.main-contato-container {
  z-index: 10 !important;
  position: relative;
  background-color: #efefef;
}

/**************
    Form
**************/

.form-container {
  z-index: 10;
  padding: 160px 0 60px 0px;
}

.input-contato {
  padding: 16px;
  border: 1px solid var(--bs-verde);
  color: #382b2bcc;
}

.input-contato:focus {
  border-color: var(--bs-verde);
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgb(35, 146, 66, 0.25);
}

.wpcf7-list-item {
  display: flex;
  gap: 10px;
  align-items: center;
  margin: 0;
}

input[name="aceito[]"] {
  width: 18px;
  height: 18px;
  border: 2px solid var(--bs-verde);
}

input[name="aceito[]"]:checked {
  background-color: var(--bs-verde) !important;
  border-color: var(--bs-verde) !important;
}

.label-contato {
  font-size: 22px;
  color: #262626;
}

.botao-contato-form {
  width: 570px;
  text-align: center;
  background-color: var(--bs-verde);
  color: #fff;
}

/**************
    Outro Contato
**************/

.outro-contato-container {
  position: relative;
  overflow: hidden;
  padding: 0 0 180px 0;
}

.outro-contato-container::before {
  content: "";
  height: 100%;
  width: 100%;
  background-image: url("../imagens/background.png");
  background-size: cover;
  position: absolute;
  bottom: -100px;
  left: 0;
  z-index: -1;
}

.outro-contato-box {
  width: 48%;
}

@media (max-width: 768px) {
  .outro-contato-box {
    width: 100%;
  }

  .botao-contato-form {
    width: 100%;
  }
}
