.elementor-1554 .elementor-element.elementor-element-5abfc48{--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;}/* Start custom CSS for container, class: .elementor-element-5abfc48 */.mft_finder-bottom.elementor-sticky--effects {
    top: auto !important;
    bottom: 15vh !important;
    z-index: 999;
}

/* Zona de frenado del finder */
.legal-stop{
  position: relative;
}

/* Crea una barrera invisible encima del footer */
.legal-stop::before{
  content: "";
  position: absolute;
  top: -600px; /* ALTURA DEL FINDER */
  left: 0;
  right: 0;
  height: 500px;
  pointer-events: none;
}/* End custom CSS */