.elementor-28 .elementor-element.elementor-element-6c5b436f{--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;}.elementor-28 .elementor-element.elementor-element-6c5b436f:not(.elementor-motion-effects-element-type-background), .elementor-28 .elementor-element.elementor-element-6c5b436f > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#FF0000;}.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-28 .elementor-element.elementor-element-7579c080{text-align:center;margin:12px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;width:auto;max-width:auto;}.elementor-28 .elementor-element.elementor-element-7579c080 .elementor-heading-title{font-family:"Inter Tight", Sans-serif;font-size:22px;font-weight:500;text-transform:uppercase;line-height:1.2em;letter-spacing:0.5px;color:#FFFFFF;}.elementor-28 .elementor-element.elementor-element-7579c080.elementor-element{--align-self:center;}.elementor-28 .elementor-element.elementor-element-30874b5d{--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;}.elementor-28 .elementor-element.elementor-element-30874b5d:not(.elementor-motion-effects-element-type-background), .elementor-28 .elementor-element.elementor-element-30874b5d > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#240001;}.elementor-28 .elementor-element.elementor-element-51339159{text-align:center;margin:040px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;width:auto;max-width:auto;}.elementor-28 .elementor-element.elementor-element-51339159 .elementor-heading-title{font-family:"Inter Tight", Sans-serif;font-size:32px;font-weight:500;text-transform:uppercase;line-height:1.3em;letter-spacing:0.5px;color:#FFFFFF;}.elementor-28 .elementor-element.elementor-element-51339159.elementor-element{--align-self:center;}@media(max-width:767px){.elementor-28 .elementor-element.elementor-element-6c5b436f{--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-28 .elementor-element.elementor-element-7579c080{text-align:center;margin:-5px 0px calc(var(--kit-widget-spacing, 0px) + -5px) 0px;padding:0px 0px 0px 0px;width:var( --container-widget-width, 536px );max-width:536px;--container-widget-width:536px;--container-widget-flex-grow:0;}.elementor-28 .elementor-element.elementor-element-7579c080 .elementor-heading-title{font-size:17px;line-height:20px;letter-spacing:0px;}.elementor-28 .elementor-element.elementor-element-7579c080.elementor-element{--align-self:center;}.elementor-28 .elementor-element.elementor-element-51339159{text-align:center;margin:10px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;width:var( --container-widget-width, 593px );max-width:593px;--container-widget-width:593px;--container-widget-flex-grow:0;}.elementor-28 .elementor-element.elementor-element-51339159 .elementor-heading-title{font-size:23px;line-height:26px;letter-spacing:0px;}.elementor-28 .elementor-element.elementor-element-51339159.elementor-element{--align-self:center;}}/* Start custom CSS for html, class: .elementor-element-3c575352 */<style>
  /* esconde o botão no início */
  #hotmart-sales-funnel {
    display: none;
  }
</style>

<script>
  // define o tempo em segundos
  var delaySegundos = 300; // 5 minutos

  // mostra o botão depois do delay
  setTimeout(function(){
    var el = document.getElementById("hotmart-sales-funnel");
    if(el) el.style.display = "block";
  }, delaySegundos * 1000);
</script>/* End custom CSS */