/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Oct 03 2025 | 11:30:01 */
/* TESTE RÁPIDO: deve mostrar uma faixa fixa no rodapé se o plugin carregar o CSS */
body::after{
  content: "SOLICITE UMA AULA DE DEMONSTRAÇÃO ";
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  background: #ff007f;
  color: #fff;
  padding: 8px 10px;
  text-align: center;
  z-index: 999999 !important;
  font-weight: 700;
  font-family: system-ui, sans-serif;
}
