.elementor-317 .elementor-element.elementor-element-0ced095{--display:flex;--z-index:999;}.elementor-317 .elementor-element.elementor-element-8300031{--display:flex;--align-items:stretch;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--gap:1px 1px;--row-gap:1px;--column-gap:1px;--margin-top:-140px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-317 .elementor-element.elementor-element-01289f2{width:100%;max-width:100%;margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;}.elementor-317 .elementor-element.elementor-element-f255c10{--display:flex;--justify-content:space-evenly;--align-items:stretch;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}/* Start custom CSS *//* ========================================
   REMOVE FUNDO BRANCO DO FORMULÁRIO RD STATION
   Integra o formulário ao fundo escuro da seção
   ======================================== */

/* 1. Remove o "card" branco do container do RD */
#rv-body .rv-form-card {
  background: transparent !important;
  border-radius: 0 !important;
  padding: 0 !important;
  box-shadow: none !important;
  border: none !important;
}

/* 2. Remove fundo do host do formulário (opcional: deixa 100% flat) */
#rv-body .rv-rd-host {
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  border-radius: 0 !important;
}

/* 3. Garante que inputs/labels fiquem legíveis no fundo escuro */
#rv-body .rv-form-field input,
#rv-body .rv-form-field textarea,
#rv-body .rv-form-field select {
  background: rgba(255,255,255,0.08) !important;
  border: 1px solid rgba(255,255,255,0.15) !important;
  color: #fff !important;
  border-radius: 8px !important;
  padding: 14px 16px !important;
  font-size: 1rem !important;
  transition: all 0.2s ease !important;
}

#rv-body .rv-form-field input::placeholder,
#rv-body .rv-form-field textarea::placeholder {
  color: rgba(255,255,255,0.5) !important;
}

#rv-body .rv-form-field input:focus,
#rv-body .rv-form-field textarea:focus,
#rv-body .rv-form-field select:focus {
  background: rgba(255,255,255,0.12) !important;
  border-color: #00b4d8 !important; /* ajuste pra sua cor de brand */
  box-shadow: 0 0 0 3px rgba(0,180,216,0.2) !important;
  outline: none !important;
}

#rv-body .rv-form-field label {
  color: #fff !important;
  font-weight: 500 !important;
  margin-bottom: 6px !important;
}

/* 4. Botão de submit integrado */
#rv-body .rv-form-button button,
#rv-body .rv-form-button input[type="submit"] {
  background: linear-gradient(135deg, #00b4d8 0%, #0077b6 100%) !important;
  border: none !important;
  color: #fff !important;
  font-weight: 600 !important;
  padding: 16px 32px !important;
  border-radius: 10px !important;
  font-size: 1rem !important;
  cursor: pointer !important;
  transition: all 0.2s ease !important;
  width: 100% !important;
  text-transform: none !important;
  letter-spacing: 0.5px !important;
}

#rv-body .rv-form-button button:hover,
#rv-body .rv-form-button input[type="submit"]:hover {
  transform: translateY(-2px) !important;
  box-shadow: 0 8px 24px rgba(0,180,216,0.4) !important;
  filter: brightness(1.05) !important;
}

/* 5. Ajuste de espaçamento interno do form (remove gap excessivo do RD) */
#rv-body .rv-form-fields {
  gap: 16px !important;
}

#rv-body .rv-form-field {
  margin-bottom: 0 !important;
}

/* 6. Mensagens de erro/sucesso legíveis */
#rv-body .rv-form-message {
  background: rgba(255,255,255,0.06) !important;
  border: 1px solid rgba(255,255,255,0.12) !important;
  border-radius: 8px !important;
  padding: 16px !important;
  color: #fff !important;
}

#rv-body .rv-form-message--error {
  border-color: rgba(255,80,80,0.5) !important;
  background: rgba(255,80,80,0.1) !important;
}

#rv-body .rv-form-message--success {
  border-color: rgba(76,201,120,0.5) !important;
  background: rgba(76,201,120,0.1) !important;
}

/* 7. ReCAPTCHA badge (se houver) - opcional */
#rv-body .grecaptcha-badge {
  opacity: 0.7 !important;
  transform: scale(0.85) !important;
}/* End custom CSS */