#page-header {
  text-align: center;
  min-height: 415px;
  padding: calc(93px + 75px) 0 calc(64px + 75px) 0;
  margin: 0 0 -80px 0;
  position: relative;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-end;
  align-content: flex-end;
}
#page-header::after {
  content: "";
  width: 100%;
  height: 100%;
  background: linear-gradient(
    0deg,
    rgba(0, 0, 0, 0.25) 0%,
    rgba(255, 255, 255, 0) 100%
  );
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  pointer-events: none;
}
#page-header h3 {
  color: var(--branco);
  font-size: 16px;
  font-weight: 700;
  line-height: 22px;
  position: relative;
  z-index: 1;
}
#page-header h1 {
  color: var(--branco);
  font-size: 60px;
  font-weight: 800;
  line-height: 70px;
  position: relative;
  z-index: 1;
}
@media (max-width: 768px) {
  #page-header h1 {
    font-size: 40px;
    line-height: 50px;
  }
}
/* FORMULÁRIO */
#page-content > .content {
  width: calc(100% - 180px);
  max-width: 1600px;
  border-radius: 80px;
  background-color: var(--branco);
  margin: 0 auto;
  z-index: 2;
  position: relative;
}
#page-content > .content hr {
  margin: 0;
}
.conteudo {
  padding: 90px calc(25% - 180px) 0;
  display: flex;
  flex-wrap: wrap;
}
.conteudo h2 {
  width: 100%;
  font-weight: 800;
  font-size: 36px;
  line-height: 49px;
  letter-spacing: -0.02em;
  color: var(--vermelho);
  margin-bottom: 20px;
}
.conteudo .left {
  width: 35%;
  margin-right: 5%;
}
.conteudo .right {
  width: 60%;
}
.conteudo .left .local {
  margin-bottom: 50px;
}
.conteudo .left .local ul li {
  list-style-image: url(/wp-content/themes/labbotheme/assets/svg/check-red.svg);
  font-weight: 700;
  margin-bottom: 15px;
  padding-left: 10px;
}

#formulario-contato .titulo {
  color: var(--vermelho);
  font-size: 36px;
  line-height: 49px;
  margin: 0 0 calc(-19px + 60px) 0;
}
#formulario-contato form {
  padding-bottom: 90px;
}
#formulario-contato form .col-wrap p {
  margin: 0 0 30px 0;
}
#formulario-contato form .col-wrap p > label {
  width: 100%;
  font-size: 18px;
  font-weight: 800;
  line-height: 25px;
  display: block;
  color: var(--vermelho);
}
#formulario-contato form .col-wrap p > label .wpcf7-form-control-wrap {
  width: 100%;
  display: block;
}
#formulario-contato form .col-wrap p > label .wpcf7-form-control-wrap input,
#formulario-contato form .col-wrap p > label .wpcf7-form-control-wrap select,
#formulario-contato form .col-wrap p > label .wpcf7-form-control-wrap textarea {
  width: 100%;
  height: 65px;
  color: var(--cinza-escuro);
  font-size: 16px;
  font-weight: 400;
  line-height: 21px;
  border-radius: 22px;
  border: 1px solid var(--cinza-claro-3);
  padding: 10px 20px;
  margin: calc(-6px + 15px) 0 0 0;
  background-color: var(--branco);
}
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  appearance: none;
  background-image: url(/wp-content/themes/labbotheme/assets/svg/select-arrow-red.svg);
  background-position: calc(100% - 20px) center;
  background-repeat: no-repeat;
  outline: none;
}
#formulario-contato form .col-wrap p > label .wpcf7-form-control-wrap textarea {
  height: 126px;
}
#formulario-contato form .col-wrap p > label label {
  display: none;
}
#formulario-contato form .col-wrap p .wpcf7-list-item {
  margin: 0;
}
#formulario-contato form .col-wrap p .wpcf7-list-item label {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  align-content: center;
}
#formulario-contato
  form
  .col-wrap
  p
  .wpcf7-list-item
  label
  input[type="checkbox"] {
  width: 26px;
  height: 26px;
  border-radius: 12px;
  border: 1px solid var(--cinza-claro-3);
  margin: 0 15px 0 0;
  transition: all 0.3s;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
#formulario-contato
  form
  .col-wrap
  p
  .wpcf7-list-item
  label
  input[type="checkbox"]:checked {
  border: 4px solid var(--vermelho);
}
#formulario-contato form .col-wrap p .wpcf7-submit {
  color: var(--branco);
  font-size: 20px;
  font-weight: 800;
  line-height: 27px;
  border-radius: 22px;
  border: 2px solid var(--cinza-escuro);
  background-color: var(--cinza-escuro);
  padding: 15px 30px;
  transition: all 0.3s;
}
#formulario-contato form .col-wrap p .wpcf7-submit img {
  margin: 0 0 0 15px;
  filter: invert(100%);
  transition: all 0.3s;
}
#formulario-contato form .col-wrap p .wpcf7-submit[disabled] {
  opacity: 0.4;
}
#formulario-contato form .col-wrap p .wpcf7-submit:not([disabled]):hover {
  color: var(--vermelho);
  background-color: var(--branco);
}
#formulario-contato form .col-wrap p .wpcf7-submit:not([disabled]):hover img {
  filter: invert(17%) sepia(96%) saturate(5758%) hue-rotate(1deg)
    brightness(106%) contrast(124%);
}
#formulario-contato form .col-wrap:last-child p {
  margin: 0;
}
#formulario-contato form .wpcf7-response-output {
  color: var(--branco);
  font-weight: 600;
  letter-spacing: 0.5px;
  line-height: normal;
  text-align: center;
  border: 0;
  border-radius: 10px;
  padding: 15px 15px 16px 15px;
  margin: 60px 0 0 0;
}
#formulario-contato form.invalid .wpcf7-response-output {
  background: var(--vermelho);
}
#formulario-contato form.sent .wpcf7-response-output {
  background: var(--verde-claro);
}
#page-content .bottom {
  padding: 50px calc(25% - 180px) 90px;
}
#page-content .bottom h2 {
  max-width: 445px;
  margin-bottom: 69px;
}
#page-content .bottom .beneficios-projeto {
  display: flex;
  justify-content: space-between;
  gap: 30px;
}
#page-content .bottom .beneficios-projeto .beneficio {
  max-width: 256px;
}
#page-content .bottom .beneficios-projeto .beneficio img {
  margin-bottom: 30px;
  height: 60px;
  width: 60px;
  object-fit: contain;
}
#page-content .bottom .beneficios-projeto .beneficio h3 {
  font-weight: 800;
  font-size: 20px;
  line-height: 27px;
}
#page-content .bottom .beneficios-projeto .beneficio p {
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
}
.wpcf7-list-item-label a {
  color: var(--cinza-escuro);
  text-decoration: none;
  font-weight: 700;
}
:focus-visible {
  border: none;
  outline: none;
}
#formulario-contato
  form
  .col-wrap
  p
  > label
  .wpcf7-form-control-wrap
  input.invalid {
  border: 1px solid red;
}
@media (max-width: 1024px) {
  #formulario-contato form .col-wrap p .wpcf7-list-item label {
    display: grid;
    grid-template-columns: auto auto;
    justify-content: flex-start;
    align-items: center;
    align-content: center;
  }
}
@media (max-width: 991px) {
  .conteudo {
    flex-wrap: wrap-reverse;
  }
  .conteudo h2 {
    text-align: center;
  }
  .conteudo .right {
    width: 100%;
    order: 1;
  }
  .conteudo .left {
    width: 100%;
    margin-right: 0;
    order: 2;
  }
  #page-content .bottom {
    text-align: center;
  }
  #page-content .bottom h2 {
    max-width: 100%;
  }
  #page-content .bottom .beneficios-projeto {
    flex-direction: column;
  }
  #page-content .bottom .beneficios-projeto .beneficio {
    max-width: 100%;
    width: 100%;
  }
}
@media (max-width: 768px) {
  #page-content > .content {
    width: calc(100% - 80px);
    border-radius: 30px;
  }
  .conteudo h2 {
    font-size: 36px;
    line-height: 40px;
  }
}
@media (max-width: 425px) {
  #page-content > .content {
    width: calc(100% - 0px);
  }
}
