.elementor-365 .elementor-element.elementor-element-a2bf8ef{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--padding-top:50px;--padding-bottom:50px;--padding-left:50px;--padding-right:50px;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-size:var( --e-global-typography-primary-font-size );font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-365 .elementor-element.elementor-element-1423f97{text-align:center;}.elementor-365 .elementor-element.elementor-element-1423f97 .elementor-heading-title{font-family:"Questrial", Sans-serif;font-size:40px;font-weight:600;}.elementor-365 .elementor-element.elementor-element-710e069{text-align:center;}.elementor-365 .elementor-element.elementor-element-710e069 .elementor-heading-title{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-size:var( --e-global-typography-secondary-font-size );font-weight:var( --e-global-typography-secondary-font-weight );color:var( --e-global-color-8d7c4ac );}.elementor-365 .elementor-element.elementor-element-892b8b4{text-align:center;}.elementor-365 .elementor-element.elementor-element-892b8b4 .elementor-heading-title{font-family:"Questrial", Sans-serif;font-size:37px;font-weight:600;}:root{--page-title-display:none;}@media(max-width:1024px){.elementor-widget-heading .elementor-heading-title{font-size:var( --e-global-typography-primary-font-size );}.elementor-365 .elementor-element.elementor-element-710e069 .elementor-heading-title{font-size:var( --e-global-typography-secondary-font-size );}}@media(max-width:767px){.elementor-widget-heading .elementor-heading-title{font-size:var( --e-global-typography-primary-font-size );}.elementor-365 .elementor-element.elementor-element-710e069 .elementor-heading-title{font-size:var( --e-global-typography-secondary-font-size );}}/* Start custom CSS for shortcode, class: .elementor-element-9ba94df *//* ===== Fundo azul moderno ===== */
.cf7-modern{
  padding: clamp(24px,5vw,64px);
  border-radius: 20px;
  color:#fff;
  background:
    radial-gradient(900px 420px at 10% 0%, rgba(255,255,255,.10), transparent 60%),
    radial-gradient(900px 420px at 90% 100%, rgba(255,255,255,.10), transparent 60%),
    linear-gradient(135deg, #0a2a6b, #1e74ff);
}

/* Cartão do formulário (glass) */
.cf7-modern .wpcf7-form{
  max-width: 920px;
  margin: 0 auto;
  background: rgba(255,255,255,.9);
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
  border-radius: 22px;
  padding: clamp(22px,4vw,44px);
  box-shadow: 0 24px 60px rgba(0,0,0,.25);
  color: #0f172a;
}

/* Tipografia */
.cf7-modern .wpcf7-form p{ margin: 0 0 18px; }
.cf7-modern .wpcf7-form label{
  display:block;
  font-weight:600;
  font-size:14px;
  letter-spacing:.2px;
  color:#0b2a5e;
  margin: 0 0 6px;
}

/* Campos */
.cf7-modern .wpcf7-form .wpcf7-form-control{
  width:100%;
  background: #f6f9ff;
  border:1px solid #cfe0ff;
  border-radius: 14px;
  padding: 14px 16px;
  font-size:15px;
  line-height:1.4;
  color:#0f172a;
  transition: border-color .2s ease, box-shadow .2s ease, background .2s ease;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.6);
}
.cf7-modern .wpcf7-text,
.cf7-modern .wpcf7-email,
.cf7-modern .wpcf7-tel,
.cf7-modern textarea{ border-radius:14px; }

.cf7-modern .wpcf7-form .wpcf7-form-control:focus{
  outline:none;
  background:#fff;
  border-color:#6aa3ff;
  box-shadow:0 0 0 4px rgba(106,163,255,.18);
}
.cf7-modern ::placeholder{ color:#9aa6bd; }

/* Textarea */
.cf7-modern textarea{ min-height: 160px; resize: vertical; }

/* Botão */
.cf7-modern input[type="submit"]{
  display:inline-block;
  margin-top: 6px;
  padding: 14px 26px;
  border:0;
  border-radius: 999px;
  font-weight:700;
  color:#fff;
  background: linear-gradient(135deg, #3b82f6, #2563eb);
  box-shadow: 0 12px 28px rgba(37,99,235,.35), 0 2px 0 rgba(255,255,255,.6) inset;
  cursor:pointer;
  transition: transform .06s ease, box-shadow .2s ease, filter .2s ease;
}
.cf7-modern input[type="submit"]:hover{ filter: brightness(1.05); }
.cf7-modern input[type="submit"]:active{
  transform: translateY(1px);
  box-shadow: 0 8px 20px rgba(37,99,235,.38);
}

/* Mensagens do CF7 */
.cf7-modern .wpcf7-not-valid{
  border-color:#ef4444 !important;
  box-shadow:0 0 0 4px rgba(239,68,68,.15) !important;
}
.cf7-modern .wpcf7 form .wpcf7-response-output{
  margin-top:14px; border-radius:12px; padding:12px 14px; font-size:14px; border:1px solid transparent;
}
.cf7-modern .wpcf7 form.sent .wpcf7-response-output{ background:#e7f6ec; border-color:#bde4c7; color:#136c3c; }
.cf7-modern .wpcf7 form.invalid .wpcf7-response-output,
.cf7-modern .wpcf7 form.failed .wpcf7-response-output{ background:#ffe9e9; border-color:#ffc5c5; color:#9b1c1c; }

/* Grid 2 colunas (opcional) */
@media (min-width: 768px){
  .cf7-modern .grid-2{ display:grid; grid-template-columns: 1fr 1fr; gap:18px; }
}/* End custom CSS */