.elementor-45 .elementor-element.elementor-element-47585c41{--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-45 .elementor-element.elementor-element-47585c41:not(.elementor-motion-effects-element-type-background), .elementor-45 .elementor-element.elementor-element-47585c41 > .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-45 .elementor-element.elementor-element-1ee09613{text-align:center;margin:20px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;width:auto;max-width:auto;}.elementor-45 .elementor-element.elementor-element-1ee09613 .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-45 .elementor-element.elementor-element-1ee09613.elementor-element{--align-self:center;}.elementor-45 .elementor-element.elementor-element-3a9b41a2{--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-45 .elementor-element.elementor-element-3a9b41a2:not(.elementor-motion-effects-element-type-background), .elementor-45 .elementor-element.elementor-element-3a9b41a2 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#000000;}.elementor-45 .elementor-element.elementor-element-2fd5a106{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-45 .elementor-element.elementor-element-2fd5a106 .elementor-heading-title{font-family:"Inter Tight", Sans-serif;font-size:38px;font-weight:500;text-transform:uppercase;line-height:1.3em;letter-spacing:0.5px;color:#FFFFFF;}.elementor-45 .elementor-element.elementor-element-2fd5a106.elementor-element{--align-self:center;}@media(max-width:767px){.elementor-45 .elementor-element.elementor-element-47585c41{--margin-top:40px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-45 .elementor-element.elementor-element-1ee09613{text-align:center;margin:0px 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-45 .elementor-element.elementor-element-1ee09613 .elementor-heading-title{font-size:17px;line-height:26px;letter-spacing:0px;}.elementor-45 .elementor-element.elementor-element-1ee09613.elementor-element{--align-self:center;}.elementor-45 .elementor-element.elementor-element-2fd5a106{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-45 .elementor-element.elementor-element-2fd5a106 .elementor-heading-title{font-size:23px;line-height:34px;letter-spacing:0px;}.elementor-45 .elementor-element.elementor-element-2fd5a106.elementor-element{--align-self:center;}}/* Start custom CSS for html, class: .elementor-element-4d6b9482 */<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 */