.elementor-76 .elementor-element.elementor-element-6559029{--display:flex;--min-height:65vh;--justify-content:center;--align-items:center;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--overlay-opacity:0.6;}.elementor-76 .elementor-element.elementor-element-6559029::before, .elementor-76 .elementor-element.elementor-element-6559029 > .elementor-background-video-container::before, .elementor-76 .elementor-element.elementor-element-6559029 > .e-con-inner > .elementor-background-video-container::before, .elementor-76 .elementor-element.elementor-element-6559029 > .elementor-background-slideshow::before, .elementor-76 .elementor-element.elementor-element-6559029 > .e-con-inner > .elementor-background-slideshow::before, .elementor-76 .elementor-element.elementor-element-6559029 > .elementor-motion-effects-container > .elementor-motion-effects-layer::before{background-color:#000000;--background-overlay:'';}.elementor-76 .elementor-element.elementor-element-6559029:not(.elementor-motion-effects-element-type-background), .elementor-76 .elementor-element.elementor-element-6559029 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-position:center center;background-repeat:no-repeat;background-size:cover;}.elementor-76 .elementor-element.elementor-element-8b2ef44 .elementor-heading-title{color:#FFFFFF;}.elementor-76 .elementor-element.elementor-element-bb280be{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--padding-top:120px;--padding-bottom:120px;--padding-left:0px;--padding-right:0px;}.elementor-76 .elementor-element.elementor-element-5b4544b{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-76 .elementor-element.elementor-element-6238f41{text-align:center;}.elementor-76 .elementor-element.elementor-element-ccde30b{border-radius:15px 15px 15px 15px;}.elementor-76 .elementor-element.elementor-element-ccde30b iframe{height:65vh;}.elementor-76 .elementor-element.elementor-element-2c0e0e0{--display:flex;--padding-top:120px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}:root{--page-title-display:none;}@media(max-width:1024px){.elementor-76 .elementor-element.elementor-element-bb280be{--padding-top:120px;--padding-bottom:120px;--padding-left:30px;--padding-right:30px;}}@media(max-width:767px){.elementor-76 .elementor-element.elementor-element-2c0e0e0{--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}}@media(min-width:768px){.elementor-76 .elementor-element.elementor-element-6559029{--content-width:1300px;}.elementor-76 .elementor-element.elementor-element-5b4544b{--width:40%;}.elementor-76 .elementor-element.elementor-element-2c0e0e0{--width:60%;}}@media(max-width:1024px) and (min-width:768px){.elementor-76 .elementor-element.elementor-element-5b4544b{--width:50%;}.elementor-76 .elementor-element.elementor-element-2c0e0e0{--width:50%;}}/* Start custom CSS *//* Contact Form 7 - Página de Contato Trek Moves */

.tm-cf7-contact-page {
  width: 100% !important;
  max-width: 100% !important;
  display: grid !important;
  grid-template-columns: 1fr auto !important;
  column-gap: 24px !important;
  row-gap: 14px !important;
  align-items: center !important;
}

.tm-cf7-contact-page br {
  display: none !important;
}

.tm-cf7-contact-page p {
  margin: 0 !important;
}

/* Campos ocupam a largura total */
.tm-cf7-contact-page .tm-contact-field,
.tm-cf7-contact-page .wpcf7-form-control-wrap[data-name="your-name"],
.tm-cf7-contact-page .wpcf7-form-control-wrap[data-name="your-email"],
.tm-cf7-contact-page .wpcf7-form-control-wrap[data-name="your-subject"],
.tm-cf7-contact-page .wpcf7-form-control-wrap[data-name="your-message"] {
  grid-column: 1 / -1 !important;
  display: block !important;
  width: 100% !important;
}

/* Espaçamento dos campos */
.tm-cf7-contact-page .tm-contact-field {
  margin-bottom: 0 !important;
}

.tm-cf7-contact-page .wpcf7-form-control-wrap {
  margin-bottom: 0 !important;
}

/* Inputs e textarea */
.tm-cf7-contact-page input[type="text"],
.tm-cf7-contact-page input[type="email"],
.tm-cf7-contact-page input.wpcf7-text,
.tm-cf7-contact-page input.wpcf7-email,
.tm-cf7-contact-page textarea,
.tm-cf7-contact-page textarea.wpcf7-textarea {
  width: 100% !important;
  box-sizing: border-box !important;
  border: 1px solid #E6DED6 !important;
  border-radius: 12px !important;
  background: #FFFDF9 !important;
  color: #26302E !important;
  padding: 15px 18px !important;
  font-size: 15px !important;
  line-height: 1.4 !important;
  font-family: inherit !important;
  font-weight: 400 !important;
  box-shadow: none !important;
  outline: none !important;
  transition: all 0.2s ease !important;
}

/* Altura dos inputs */
.tm-cf7-contact-page input[type="text"],
.tm-cf7-contact-page input[type="email"],
.tm-cf7-contact-page input.wpcf7-text,
.tm-cf7-contact-page input.wpcf7-email {
  height: 54px !important;
  min-height: 54px !important;
}

/* Textarea */
.tm-cf7-contact-page textarea,
.tm-cf7-contact-page textarea.wpcf7-textarea {
  min-height: 220px !important;
  height: 220px !important;
  resize: vertical !important;
}

/* Placeholder */
.tm-cf7-contact-page input::placeholder,
.tm-cf7-contact-page textarea::placeholder {
  color: #8A8A8A !important;
  opacity: 1 !important;
}

/* Foco dos campos */
.tm-cf7-contact-page input[type="text"]:focus,
.tm-cf7-contact-page input[type="email"]:focus,
.tm-cf7-contact-page input.wpcf7-text:focus,
.tm-cf7-contact-page input.wpcf7-email:focus,
.tm-cf7-contact-page textarea:focus,
.tm-cf7-contact-page textarea.wpcf7-textarea:focus {
  border-color: #FF8200 !important;
  background: #ffffff !important;
  color: #26302E !important;
  box-shadow: 0 0 0 2px rgba(255, 130, 0, 0.12) !important;
}

/* Turnstile invisível/automático */
.tm-cf7-contact-page .cf-turnstile,
.tm-cf7-contact-page .simple-cloudflare-turnstile,
.tm-cf7-contact-page .sct-turnstile,
.tm-cf7-contact-page [class*="turnstile"] {
  grid-column: 1 / 2 !important;
  justify-self: start !important;
  align-self: center !important;
  max-width: 100% !important;
  margin: 0 !important;
}

/* Área do botão à direita */
.tm-cf7-contact-page .tm-contact-submit {
  grid-column: 2 / 3 !important;
  justify-self: end !important;
  align-self: center !important;
  display: flex !important;
  align-items: center !important;
  justify-content: flex-end !important;
  margin: 0 !important;
}

/* O CF7 geralmente coloca botão e spinner dentro de um <p> */
.tm-cf7-contact-page .tm-contact-submit p {
  display: flex !important;
  align-items: center !important;
  justify-content: flex-end !important;
  gap: 10px !important;
  margin: 0 !important;
}

/* Spinner/animação à esquerda do botão */
.tm-cf7-contact-page .tm-contact-submit .wpcf7-spinner {
  order: 1 !important;
  width: 24px !important;
  height: 24px !important;
  margin: 0 !important;
  flex: 0 0 24px !important;
  display: none !important;
  font-size: 0 !important;
  color: transparent !important;
}

/* Mostra o spinner apenas durante o envio */
.wpcf7-form.submitting .tm-cf7-contact-page .tm-contact-submit .wpcf7-spinner {
  display: inline-block !important;
  visibility: visible !important;
  opacity: 1 !important;
}

/* Botão vazado */
.tm-cf7-contact-page input[type="submit"],
.tm-cf7-contact-page input.wpcf7-submit {
  order: 2 !important;
  width: auto !important;
  min-width: 260px !important;
  height: 40px !important;
  margin: 0 !important;
  background: transparent !important;
  color: #FF8200 !important;
  border: 2px solid #FF8200 !important;
  border-radius: 9px !important;
  padding: 0 30px !important;
  font-size: 14px !important;
  font-weight: 800 !important;
  letter-spacing: 0.08em !important;
  text-transform: uppercase !important;
  cursor: pointer !important;
  box-shadow: none !important;
  transition: all 0.2s ease !important;
}

/* Hover preenchido */
.tm-cf7-contact-page input[type="submit"]:hover,
.tm-cf7-contact-page input.wpcf7-submit:hover {
  background: #FF8200 !important;
  color: #ffffff !important;
  border-color: #FF8200 !important;
}

/* Mensagem de retorno - base */
.tm-cf7-contact-page .wpcf7-response-output {
  grid-column: 1 / -1 !important;
  border-radius: 12px !important;
  margin: 18px 0 0 !important;
  padding: 14px 18px !important;
  font-size: 15px !important;
  font-weight: 500 !important;
  line-height: 1.4 !important;
  transition: all 0.25s ease !important;
}

/* Sucesso */
.wpcf7 form.sent .tm-cf7-contact-page .wpcf7-response-output {
  color: #196888 !important;
  border: 2px solid #196888 !important;
  background: rgba(25, 104, 136, 0.10) !important;
  animation: tmCf7HideResponse 0.45s ease 3s forwards !important;
}

/* Erro de validação: campo obrigatório, e-mail inválido etc. */
.wpcf7 form.invalid .tm-cf7-contact-page .wpcf7-response-output,
.wpcf7 form.unaccepted .tm-cf7-contact-page .wpcf7-response-output {
  color: #D96E00 !important;
  border: 2px solid #D96E00 !important;
  background: rgba(217, 110, 0, 0.10) !important;
  animation: tmCf7HideResponse 0.45s ease 3s forwards !important;
}

/* Erros mais graves: falha de envio, spam, abortado */
.wpcf7 form.failed .tm-cf7-contact-page .wpcf7-response-output,
.wpcf7 form.spam .tm-cf7-contact-page .wpcf7-response-output,
.wpcf7 form.aborted .tm-cf7-contact-page .wpcf7-response-output {
  color: #B23A48 !important;
  border: 2px solid #B23A48 !important;
  background: rgba(178, 58, 72, 0.10) !important;
  animation: tmCf7HideResponse 0.45s ease 3s forwards !important;
}

/* Erros individuais abaixo dos campos */
.tm-cf7-contact-page .wpcf7-not-valid-tip {
  color: #B23A48 !important;
  font-size: 13px !important;
  font-weight: 500 !important;
  margin-top: 6px !important;
}

/* Borda dos campos com erro */
.tm-cf7-contact-page .wpcf7-not-valid {
  border-color: #B23A48 !important;
  box-shadow: 0 0 0 2px rgba(178, 58, 72, 0.10) !important;
}

/* Animação para esconder a mensagem depois de 3s */
@keyframes tmCf7HideResponse {
  from {
    opacity: 1;
    transform: translateY(0);
    max-height: 120px;
  }

  to {
    opacity: 0;
    transform: translateY(-6px);
    max-height: 0;
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 0;
    border-width: 0;
    overflow: hidden;
    visibility: hidden;
  }
}


/* Mobile */
@media (max-width: 767px) {
  .tm-cf7-contact-page {
    grid-template-columns: 1fr !important;
    row-gap: 12px !important;
  }

  .tm-cf7-contact-page .cf-turnstile,
  .tm-cf7-contact-page .simple-cloudflare-turnstile,
  .tm-cf7-contact-page .sct-turnstile,
  .tm-cf7-contact-page [class*="turnstile"] {
    grid-column: 1 / -1 !important;
    justify-self: start !important;
    width: 100% !important;
    max-width: 100% !important;
  }

  .tm-cf7-contact-page .tm-contact-submit {
    grid-column: 1 / -1 !important;
    width: 100% !important;
    justify-self: stretch !important;
  }

  .tm-cf7-contact-page .tm-contact-submit p {
    width: 100% !important;
  }

  .tm-cf7-contact-page input[type="text"],
  .tm-cf7-contact-page input[type="email"],
  .tm-cf7-contact-page input.wpcf7-text,
  .tm-cf7-contact-page input.wpcf7-email {
    height: 52px !important;
    min-height: 52px !important;
  }

  .tm-cf7-contact-page textarea,
  .tm-cf7-contact-page textarea.wpcf7-textarea {
    min-height: 160px !important;
    height: auto !important;
  }

  .tm-cf7-contact-page input[type="submit"],
  .tm-cf7-contact-page input.wpcf7-submit {
    width: 100% !important;
    min-width: 0 !important;
  }
}/* End custom CSS */