.elementor-727 .elementor-element.elementor-element-a118cec{--display:flex;--min-height:90vh;--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;--gap:24px 24px;--row-gap:24px;--column-gap:24px;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-727 .elementor-element.elementor-element-a118cec:not(.elementor-motion-effects-element-type-background), .elementor-727 .elementor-element.elementor-element-a118cec > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#FFFFFF;}.elementor-727 .elementor-element.elementor-element-6c15ec4{width:100%;max-width:100%;}@media(max-width:767px){.elementor-727 .elementor-element.elementor-element-a118cec{--min-height:90vh;--padding-top:10px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}}@media(min-width:768px){.elementor-727 .elementor-element.elementor-element-a118cec{--content-width:1280px;}}/* Start custom CSS */.elementor-widget-text-editor p:last-child {margin-bottom:0px;}

/* Fixa só depois que a página andou um pouquinho */
@media (max-width: 767px) {
  .sticky-cta { pointer-events: none; }                /* wrapper não intercepta cliques */
  .sticky-cta .elementor-button,
  a.elementor-button.sticky-cta { pointer-events: auto; }

  /* Estado normal: no fluxo, sem fixed */
  .sticky-cta .elementor-button,
  a.elementor-button.sticky-cta { width: auto; }

  /* Quando ganhar a classe "is-fixed" via JS, gruda no rodapé */
  .sticky-cta.is-fixed .elementor-button,
  a.elementor-button.sticky-cta.is-fixed {
    position: fixed !important;
    left: 50%;
    transform: translateX(-50%);
    bottom: max(12px, env(safe-area-inset-bottom));
    z-index: 9999;
    width: calc(100vw - 32px);
    max-width: 520px;
    box-shadow: 0 6px 24px rgba(0,0,0,.25);
  }

  /* empurrinho pra não cobrir conteúdo (opcional; dá pra remover) */
  body.has-sticky-cta { padding-bottom: 90px; }
  .elementor-editor-active .sticky-cta { position: static !important; }
}/* End custom CSS */