:root {
  --clr-primary: #00808e;
  --clr-secondary: #00363d;
  --clr-black: #1e1f23;
  --clr-blue: #0f206c;
  --clr-orange: #ff671d;

  --clr-dark-black: #535862;
}
/* RESET */
*,
*::before,
*::after {
  margin: 0;
  border: 0;
  padding: 0;
  box-sizing: border-box;
}
.page-template-page-home h1,
.page-template-page-home h2,
.page-template-page-home h3 {
  font-weight: 600;
}

/* FONT-SIZE */
.page-template-page-home h1 {
  font-size: 48px;
}
.page-template-page-home h2 {
  font-size: 40px !important;
}
.page-template-page-home h3 {
  font-size: 2rem !important;
}
.page-template-page-home h4 {
  font-size: 24px !important;
  font-weight: 400;
}
.page-template-page-home h5 {
  font-size: 20px !important;
  font-weight: 500;
}
.page-template-page-home h6 {
  font-size: 0.75rem !important;
}
.page-template-page-home p {
  font-size: 16px !important;
  font-weight: 400;
}
/* GLOBAL */
.text-primary {
  color: var(--clr-primary) !important;
}
.text-secondary {
  color: var(--clr-secondary) !important;
}
.bg-primary {
  background-color: var(--clr-primary) !important;
}
.bg-secondary {
  background-color: var(--clr-secondary) !important;
}
.bg-black {
  background-color: #edf1f9 !important;
}
.bg-light-black {
  background-color: #f8f9fb !important;
}
.text-dark-black {
  color: var(--clr-dark-black) !important;
}
.text-blue {
  color: var(--clr-blue) !important;
}
.text-black {
  color: #677489 !important;
}

.text-white {
  color: #fff !important;
}
.border__radius {
  border-radius: 12px !important;
}

body.page-template-page-home  {
  font-family: "Inter", sans-serif;
}

.page-template-page-home .py-5 {
  padding-top: 96px !important;
  padding-bottom: 96px !important;
}

.py-5-home {
  padding-top: 0px !important;
  padding-bottom: 96px !important;
}

.py-form {
  padding-top: 0px;
  padding-bottom: 96px !important;
}

.page-template-page-home .py-4 {
  padding-top: 48px !important;
  padding-bottom: 32px !important;
}

@media (max-width: 1024px) {
  .page-template-page-home .py-5 {
    padding-top: 48px !important;
    padding-bottom: 48px !important;
  }

  .page-template-page-home .py-4 {
    padding-top: 48px !important;
    padding-bottom: 0px !important;
  }

  .py-form {
    padding-bottom: 48px !important;
  }

  .py-5-home {
    padding-bottom: 48px !important;
  }
}

@media (max-width: 768px) {
  .page-template-page-home h1 {
    font-size: 32px !important;
  }
  .page-template-page-home h2 {
    font-size: 28px !important;
  }
  .page-template-page-home h3 {
    font-size: 1.5rem !important;
  }

  .page-template-page-home h4 {
    font-size: 1.25rem !important;
  }
}
.page-template-page-home .btn:hover {
  transition: all 0.3s ease;
}
.btn-primary {
  width: fit-content;
  display: block;
  padding: 16px 32px;
  border: solid 1px #00a8ba;
  border-radius: 8px;
  margin: 0 auto;
  text-decoration: none;
  text-align: center;
  font-weight: 600;
  background: transparent;
  color: #00a8ba;
  transition: 0.3s;
}
.btn-primary:hover {
  color: #fff;
  background: #00a8ba;
}
.container-xxl {
  max-width: 1712px;
  padding-left: 32px;
  padding-right: 32px;
}
@media (max-width: 991px) {
  .container-xxl {
    max-width: 100% !important;
    padding-left: 16px;
    padding-right: 16px;
  }
}

/*FORMULÁRIO */
.partes {
  background: #fcffff;
}
.partes .card {
  border: none;
}
.partes .grid__wrapper {
  display: grid;
  grid-template-columns: 6fr 6fr;
  gap: 156px;
}
.partes .grid__info {
  border-radius: 24px;
}
.partes .grid__info h3 {
  margin-bottom: 16px;
}
.partes .card.grid__imagem__texto {
  display: flex;
  align-items: flex-end;
  min-height: 380px;
  border-radius: 24px;
}
.partes .card.grid__imagem__texto .conteudo {
  padding: 16px;
  max-width: 414px;
  border-radius: 20px;
  margin: 20px;
  position: absolute;
  left: 0px;
  bottom: -50px;
  padding: 40px;
  transform: translatey(-50%);
}
.partes .img-mobile-wrapper {
  display: none;
}

.partes .grid__wrapper .form__wrapper {
  padding-top: 16px;
}

.partes .grid__wrapper .form__wrapper p {
  margin-bottom: 0;
  padding: 0;
}
.partes .grid__wrapper .form__wrapper br {
  display: none;
}
.partes .grid__wrapper .form__wrapper label {
  width: 100%;
}
.partes .grid__info {
  color: #1e1f23;
}
.partes .form__wrapper label {
  display: block;
  margin-bottom: 4px;
  font-weight: 600;
  color: #1e1f23;
}
.partes .grid__wrapper .form__wrapper .wpcf7-form-control {
  width: 100%;
  padding: 16px;
  border-radius: 8px;
  margin-top: 8px;
  border: 1px solid #c7c7c7;
  color: #343435;
  font-weight: 500;
  box-sizing: border-box;
}

/* .partes
  .grid__wrapper
  .form__wrapper
  input[type="checkbox"].wpcf7-form-control {
  border: none !important;
} */

.partes .grid__wrapper .form__wrapper input.wpcf7-text:focus,
.partes .grid__wrapper .form__wrapper input.wpcf7-tel:focus,
.partes .grid__wrapper .form__wrapper select.wpcf7-select:focus {
  border: 1px solid #00808e !important;
  outline: none;
}
/* Para inputs com autofill */
.partes .grid__wrapper .form__wrapper input:-webkit-autofill,
.partes .grid__wrapper .form__wrapper input:-webkit-autofill:hover,
.partes .grid__wrapper .form__wrapper input:-webkit-autofill:focus,
.partes .grid__wrapper .form__wrapper input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0px 1000px #fff inset;
  -webkit-text-fill-color: #1e1f23;
}
.partes .grid__wrapper .form__wrapper .wpcf7-form-control::placeholder {
  color: #343435;
  font-weight: 500;
}
.partes .grid__wrapper .form__wrapper .wpcf7-select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  cursor: pointer;
}

.partes .grid__wrapper .form__wrapper .wpcf7-form-control.wpcf7-acceptance,
.partes .grid__wrapper .form__wrapper .wpcf7-acceptance,
.partes
  .grid__wrapper
  .form__wrapper
  .wpcf7-form-control-wrap
  .wpcf7-acceptance {
  border: none !important;
  box-shadow: none !important;
  background: transparent !important;
  padding: 0 !important;
  margin: 0 !important;
}

#checkbox .wpcf7-form-control {
  border: none !important;
  padding-left: 0px;
}

#checkbox .wpcf7-form-control input {
  border: none !important;
  padding-left: 0px;
}

/* .partes .grid__wrapper .form__wrapper .wpcf7-acceptance input[type="checkbox"],
.partes .grid__wrapper .form__wrapper input[type="checkbox"].wpcf7-form-control,
.partes .grid__wrapper .form__wrapper input[type="checkbox"] {
  appearance: none !important;
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  border: none !important;
  box-shadow: none !important;
  outline: none !important;
  background: transparent !important;
  width: 18px !important;
  height: 18px !important;
  vertical-align: middle !important;
  margin: 0 10px 0 0 !important;
  accent-color: #00a7a1 !important;
} */

.partes .grid__wrapper .form__wrapper .wpcf7-acceptance {
  display: flex;
  align-items: center;
  gap: 10px;
}

/* .partes .grid__wrapper .form__wrapper .wpcf7-acceptance input[type="checkbox"] {
  position: relative;
  border-radius: 4px;
  background-clip: content-box;
} */

/* .partes
  .grid__wrapper
  .form__wrapper
  .wpcf7-acceptance
  input[type="checkbox"]::before {
  content: "";
  position: absolute;
  left: 0;
  top: -1px;
  width: 18px;
  height: 18px;
  border: 1px solid #c7c7c7;
  border-radius: 4px;
  background: #fff;
  box-sizing: border-box;
} */

/* .partes
  .grid__wrapper
  .form__wrapper
  .wpcf7-acceptance
  input[type="checkbox"]:checked::after {
  content: "✓";
  position: absolute;
  left: 2px;
  top: -2px;
  font-size: 14px;
  color: #00a7a1;
} */

.wpcf7-list-item-label {
  font-weight: 500;
}

.partes .grid__wrapper .form__wrapper .select .wpcf7-form-control-wrap {
  position: relative;
}
.partes .grid__wrapper .form__wrapper .select .wpcf7-form-control-wrap::before {
  content: url(../imgs/arrow-select.svg);
  position: absolute;
  width: 32px;
  height: 32px;
  top: calc(50% + 12px);
  right: 16px;
  transform: translateY(-50%);
}
.partes .grid__wrapper .form__wrapper .wpcf7-file {
  padding: 0;
  border: none;
}
.partes
  .grid__wrapper
  .form__wrapper
  input[type="file" i]::-webkit-file-upload-button {
  cursor: pointer;
  min-height: 58px;
  margin-right: 16px;
  padding: 8px 24px;
  border-radius: 12px;
  border: none;
  background-color: var(--clr-primary);
  color: #fff;
  transition: all 0.3s ease;
}
.partes
  .grid__wrapper
  .form__wrapper
  input[type="file" i]::-webkit-file-upload-button:hover {
  background-color: #000;
  transform: scale(1.05);
}
.partes .grid__wrapper .form__wrapper .wpcf7-textarea {
  min-height: 300px;
}
.partes .grid__wrapper .form__wrapper .submit__wrapper {
  width: 100%;
  grid-column: 1 / -1;
}
.partes .grid__wrapper .form__wrapper .submit__wrapper p {
  display: block;
  width: 100%;
  margin: 0;
}
.partes .grid__wrapper .form__wrapper .submit__wrapper .wpcf7-submit {
  display: block;
  width: 100%;
  box-sizing: border-box;
  padding: 16px 64px;
  border-radius: 8px;
  border: solid 1px #00a8ba;
  color: #00a8ba;
  transition: all 0.3s ease;
  transform-origin: left center;
  background: transparent;
  cursor: pointer;
}
.partes .grid__wrapper .form__wrapper .submit__wrapper .wpcf7-submit:hover {
  background: #00a8ba;
  color: #fff;
}
.partes .grid__wrapper .form__wrapper .wpcf7-response-output {
  padding: 0;
  margin: 0;
  border: none !important;
  color: var(--clr-primary);
}
@media (max-width: 1024px) {
  .partes .grid__wrapper .form__wrapper .submit__wrapper .wpcf7-submit {
    padding: 16px;
  }

  .partes .grid__wrapper {
    grid-template-columns: 1fr;
    gap: 24px;
  }
  .partes .card.grid__imagem__texto {
    background: transparent;
    background-image: none !important;
    display: flex;
    flex-direction: column;
    padding: 0;
  }

  .partes .img-mobile-wrapper {
    display: block;
    padding: 20px 0px;
    width: 100%;
    flex: 1;
  }
  .partes .card.grid__imagem__texto .img-mobile-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 0 0 24px 24px;
    min-height: 225px;
  }
  .partes .card.grid__imagem__texto .conteudo {
    background: var(--clr-blue);
    color: #fff;
    border-radius: 24px 24px 0 0;
    margin: 0;
    padding: 24px;
    position: relative;
    max-width: 100%;
    bottom: 0px;
    flex: 1;
    transform: translatey(0);
  }
}
@media (max-width: 410px) {
  .partes .grid__wrapper .form__wrapper .submit__wrapper .wpcf7-submit {
    font-size: 14px;
  }
}
@media (max-width: 370px) {
  .partes .grid__wrapper .form__wrapper .submit__wrapper .wpcf7-submit {
    font-size: 14px;
    padding: 8px;
  }
  #home .grid__wrapper .form__container {
    padding: 16px !important;
  }
}
@media (max-width: 350px) {
  .partes .grid__wrapper .form__wrapper .submit__wrapper .wpcf7-submit {
    font-size: 13px;
  }
}
