.elementor-2410 .elementor-element.elementor-element-b78022e{--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;}:root{--page-title-display:none;}/* Start custom CSS */.wpcf7 {
  max-width: 560px;
  margin: 0 auto;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Inter, Arial, sans-serif;
}

.wpcf7 h2 {
  font-size: 26px;
  font-weight: 600;
  margin-bottom: 32px;
}

.cf7-field,
.cf7-col {
  margin-bottom: 20px;
}

.cf7-row {
  display: flex;
  gap: 16px;
}

.cf7-col {
  flex: 1;
}

.wpcf7 label {
  font-size: 14px;
  font-weight: 500;
  color: #555;
}

.wpcf7 input:not([type="submit"]),
.wpcf7 select {
  width: 100%;
  height: 52px;
  margin-top: 8px;
  padding: 0 16px;
  border: none;
  border-radius: 14px;
  background: #f2f2f2;
  font-size: 15px;
}

.wpcf7 input:focus,
.wpcf7 select:focus {
  outline: none;
  background: #ececec;
}

.wpcf7 input[type="file"] {
  padding: 12px;
}

.wpcf7 input[type="submit"] {
  width: 100%;
  height: 56px;
  margin-top: 32px;
  border: none;
  border-radius: 999px;
  background: #8fd37e;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  transition: transform 0.15s ease, box-shadow 0.15s ease;
}

.wpcf7 input[type="submit"]:hover {
  transform: translateY(-1px);
  box-shadow: 0 8px 20px rgba(0,0,0,.12);
}

/* Mensagem de sucesso */
.wpcf7-response-output {
  border: none;
  padding: 0;
  margin-top: 16px;
  color: #2e7d32;
  font-size: 14px;
}/* End custom CSS */