:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-aaa63bb *//* BLINDAGEM EXCLUSIVA PARA CELULAR */
@media (max-width: 768px) {
  html, body {
    overflow: hidden !important;
    position: fixed !important;
    width: 100% !important;
    height: 100% !important;
  }

  .lovable-wrapper {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100dvh !important;
    height: 100svh !important;
    z-index: 999999 !important;
    -webkit-overflow-scrolling: touch !important;
  }
}/* End custom CSS */