/* Universidad DGAIA · bloqueo global de controles flotantes no certificados */
body > div[style*="position: fixed"][style*="bottom"],
body > div[style*="position:fixed"][style*="bottom"],
body > section[style*="position: fixed"][style*="bottom"],
body > aside[style*="position: fixed"][style*="bottom"],
.dgaia-floating-control,
.dgaia-typography-panel,
.dgaia-font-panel,
.typography-floating,
.font-floating,
.theme-floating,
#dgaiaTypographyControl,
#dgaiaThemeControl,
#typographyControl,
#fontControl,
#themeControl,
[class*="typografia"][class*="floating"],
[class*="typography"][class*="floating"],
[class*="theme"][class*="floating"],
[class*="tema"][class*="floating"]{
  display:none !important;
  visibility:hidden !important;
  opacity:0 !important;
  pointer-events:none !important;
}
