.elementor-kit-6{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1130px;}.e-con{--container-max-width:1130px;}.elementor-widget:not(:last-child){--kit-widget-spacing:0px;}.elementor-element{--widgets-spacing:0px 0px;--widgets-spacing-row:0px;--widgets-spacing-column:0px;}{}h1.entry-title{display:var(--page-title-display);}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */body {
    margin: 0px !important;
    padding: 0px !important;
    overflow-x: hidden !important;
}

.wpforms-container {
    max-width: 380px;
    margin: 0 auto !important;
}


.wpforms-form input[type="text"],
.wpforms-form input[type="email"],
.wpforms-form select {
    height: 48px !important;
    border-radius: 8px !important;
    font-size: 14px !important;
    padding: 0 14px !important;
}


    margin-bottom: 14px !important;
}


.wpforms-form label {
    font-weight: 500;
}


.wpforms-submit {
    background-color: #D4AF37 !important;
    color: #fff !important;
    font-size: 16px !important;
    border-radius: 8px !important;
    padding: 14px !important;
    width: 100% !important;
    border: none !important;
}


.wpforms-submit:hover {
    opacity: .9;
}


.wpforms-form input:focus,
.wpforms-form select:focus {
    border-color: #D4AF37 !important;
    box-shadow: 0 0 8px rgba(212, 175, 55, 0.4) !important;
    outline: none !important;
}


@media (max-width: 767px) {
    .wpforms-container {
        max-width: 100% !important;
    }
}


.wpforms-form .wpforms-field input,
.wpforms-form .wpforms-field select {
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
}


.wpforms-form .wpforms-field {
    width: 100% !important;
}


.wpforms-form .wpforms-field-container {
    width: 100% !important;
}

<script>
document.addEventListener("DOMContentLoaded", function () {
  const target = document.getElementById("adquira-o-curso");

  if (window.location.hash === "#adquira-o-curso" && target) {
    setTimeout(() => {
      target.scrollIntoView({ behavior: "smooth", block: "start" });
    }, 300);
  }
});
</script>/* End custom CSS */