/*
Theme Name: BS 5.3.3 - 2025
Theme URI: https://ulisses.dev
Author: Ulisses
Author URI: https://ulisses.dev
Version: 2025
Text Domain: bootstrap
Description: A start theme using the Bootstrap 5.3.3, Fontawesome 6.5.1, Owl Carousel 2.3.4, AOS 3.0.0, Animate 4.4.1, JQuery Mask Plugin 1.14.16
Tags: Bootstrap 5.3.3, Fontawesome 6.5.1, Owl Carousel 2.3.4, AOS 3.0.0, Animate 4.4.1, JQuery Mask Plugin 1.14.16
*/

@import url(assets/css/global.css);
@import url(assets/css/theme.css);
/* Garante que a página A Empresa possa crescer normal */
.page.page-empresa {
  height: auto !important;
  min-height: auto !important;
  overflow: visible !important;
}

/* Segurança extra: deixa o body rolar normalmente */
html, body {
  height: auto !important;
  min-height: 100% !important;
  overflow-y: auto !important;
}

/* Se o tema tiver um wrapper principal tipo .site ou .content-area,
   vale testar algo assim também: */
.site,
#page,
.content-area,
main {
  height: auto !important;
  min-height: auto !important;
  overflow: visible !important;
}
