.elementor-128 .elementor-element.elementor-element-a51a9fc{--display:flex;border-style:solid;--border-style:solid;border-width:1px 1px 1px 1px;--border-top-width:1px;--border-right-width:1px;--border-bottom-width:1px;--border-left-width:1px;border-color:#555555;--border-color:#555555;--border-radius:20px 20px 20px 20px;box-shadow:0px 32px 35px 13px rgba(0, 0, 0, 0.62);--margin-top:100px;--margin-bottom:100px;--margin-left:0px;--margin-right:0px;--padding-top:40px;--padding-bottom:40px;--padding-left:40px;--padding-right:40px;}.elementor-128 .elementor-element.elementor-element-a51a9fc:not(.elementor-motion-effects-element-type-background), .elementor-128 .elementor-element.elementor-element-a51a9fc > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:transparent;background-image:linear-gradient(230deg, #464646 0%, #000000 100%);}.elementor-widget-image .widget-image-caption{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-128 .elementor-element.elementor-element-273a654{text-align:center;}.elementor-128 .elementor-element.elementor-element-273a654 img{width:100%;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-128 .elementor-element.elementor-element-14b1c52{text-align:center;}.elementor-128 .elementor-element.elementor-element-14b1c52 .elementor-heading-title{font-family:"Roboto", Sans-serif;font-size:30px;font-weight:400;-webkit-text-stroke-color:#000;stroke:#000;text-shadow:0px 0px 10px rgba(0,0,0,0.3);color:#FFFFFF;}#elementor-popup-modal-128{background-color:rgba(0,0,0,.8);justify-content:center;align-items:center;pointer-events:all;}#elementor-popup-modal-128 .dialog-message{width:640px;height:auto;}#elementor-popup-modal-128 .dialog-close-button{display:flex;}#elementor-popup-modal-128 .dialog-widget-content{box-shadow:2px 8px 23px 3px rgba(0,0,0,0.2);}@media(max-width:767px){.elementor-128 .elementor-element.elementor-element-a51a9fc{--margin-top:-0px;--margin-bottom:-0px;--margin-left:-0px;--margin-right:-0px;}.elementor-128 .elementor-element.elementor-element-273a654 img{width:48%;}.elementor-128 .elementor-element.elementor-element-41a05b2{width:var( --container-widget-width, 1000px );max-width:1000px;--container-widget-width:1000px;--container-widget-flex-grow:0;}.elementor-128 .elementor-element.elementor-element-41a05b2 > .elementor-widget-container{margin:0px -30px 0px -30px;}.elementor-128 .elementor-element.elementor-element-41a05b2.elementor-element{--align-self:center;--flex-grow:1;--flex-shrink:0;}}/* Start custom CSS for wp-widget-mailingboss_wp_plugin_form_widget, class: .elementor-element-41a05b2 *//* ===== THEME ===== */
:root{
  --gold: #ffc400;           /* amarelo do botão */
  --gold-hover:#e0ad00;
  --fg: #ffffff;
  --bg-dark-1:#2c2c2c;
  --bg-dark-2:#101010;
  --input-bg:#171717;
  --input-border:#ffffff;
}

/* ===== CONTAINER ===== */
form[action*="mailingboss"],
.mailingboss-form,
.mb-form{
  font-family:"Inter",system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;
  max-width:520px; margin:0 auto;
  padding:10px;
  background:linear-gradient(180deg,var(--bg-dark-1) 0%,var(--bg-dark-2) 100%);
  border-radius:8px;
  box-shadow:0 6px 24px rgba(0,0,0,.25);
  color:var(--fg) !important;
}
form[action*="mailingboss"] *:not(input):not(textarea):not(select){
  color:var(--fg) !important;
}

/* ===== LABELS (maiores, brancas e em negrito) ===== */
form[action*="mailingboss"] label,
.mailingboss-form label,
.mb-form label{
  color:var(--fg) !important;
  font-size:16px !important;
  font-weight:700 !important;
  margin:6px 0 8px;
}

/* ===== INPUTS ===== */
form[action*="mailingboss"] input[type="text"],
form[action*="mailingboss"] input[type="email"],
form[action*="mailingboss"] input[type="tel"],
.mailingboss-form input[type="text"],
.mailingboss-form input[type="email"],
.mailingboss-form input[type="tel"],
.mb-form input[type="text"],
.mb-form input[type="email"],
.mb-form input[type="tel"],
form[action*="mailingboss"] textarea,
.mailingboss-form textarea,
.mb-form textarea{
  width:100%; height:50px;
  margin:8px 0;
  padding:0 16px;
  background:var(--input-bg) !important;
  color:var(--fg) !important;
  border:1.5px solid var(--input-border) !important;
  border-radius:8px;
  box-shadow:0 1px 0 rgba(0,0,0,.35);
  transition:border-color .15s ease, box-shadow .15s ease, background-color .15s ease;
}
form[action*="mailingboss"] textarea,
.mailingboss-form textarea,
.mb-form textarea{ height:auto; padding:12px 16px; min-height:110px; }

/* Placeholder branco */
form[action*="mailingboss"] input::placeholder,
form[action*="mailingboss"] textarea::placeholder,
.mailingboss-form input::placeholder,
.mailingboss-form textarea::placeholder,
.mb-form input::placeholder,
.mb-form textarea::placeholder{
  color:rgba(255,255,255,.85) !important;
}

/* Foco */
form[action*="mailingboss"] input:focus,
form[action*="mailingboss"] textarea:focus,
.mailingboss-form input:focus,
.mailingboss-form textarea:focus,
.mb-form input:focus,
.mb-form textarea:focus{
  outline:none;
  border-color:var(--gold) !important;
  box-shadow:0 0 0 3px rgba(255,196,0,.28);
}

/* ===== BOTÃO ===== */
form[action*="mailingboss"] input[type="submit"],
.mailingboss-form input[type="submit"],
.mb-form input[type="submit"],
form[action*="mailingboss"] button[type="submit"],
.mailingboss-form button[type="submit"],
.mb-form button[type="submit"]{
  appearance:none; -webkit-appearance:none;
  width:100%; height:50px; margin:8px 0 4px 0;
  border:none; border-radius:8px;
  background:var(--gold) !important;
  color:#111 !important;
  font-weight:800; font-size:15px;
  letter-spacing:.3px; text-transform:uppercase;
  cursor:pointer;
  box-shadow:0 2px 0 rgba(0,0,0,.25);
  transition:background-color .15s ease, transform .08s ease, box-shadow .15s ease;
}
form[action*="mailingboss"] input[type="submit"]:hover,
.mailingboss-form input[type="submit"]:hover,
.mb-form input[type="submit"]:hover{
  background:var(--gold-hover) !important;
  transform:translateY(-1px);
  box-shadow:0 4px 10px rgba(0,0,0,.28);
}
form[action*="mailingboss"] input[type="submit"]:active,
.mailingboss-form input[type="submit"]:active,
.mb-form input[type="submit"]:active{
  transform:translateY(0);
  box-shadow:0 2px 0 rgba(0,0,0,.25);
}

/* ===== Responsivo ===== */
@media (max-width:480px){
  form[action*="mailingboss"],
  .mailingboss-form,
  .mb-form{ padding:8px; }
  form[action*="mailingboss"] input,
  .mailingboss-form input,
  .mb-form input,
  form[action*="mailingboss"] textarea,
  .mailingboss-form textarea,
  .mb-form textarea{ height:48px; }
}/* End custom CSS */