<!DOCTYPE html><html lang="pt-BR"><head><meta charset="UTF-8"><meta name="viewport" content="width=device-width, initial-scale=1.0"><title>Aviso Institucional - Período Eleitoral | SEMAD-MG</title><style>:root { --semad-green: #166534; --semad-light-green: #dcfce7; --alert-red: #dc2626; --alert-light-red: #fee2e2; --text-dark: #0f172a; --text-muted: #475569; --bg-color: #f8fafc; } body { font-family: system-ui, -apple-system, sans-serif; margin: 0; padding: 0; min-height: 100vh; display: flex; justify-content: center; align-items: center; background: linear-gradient(135deg, var(--bg-color) 0%, #e2e8f0 100%); color: var(--text-dark); position: relative; overflow: hidden; } .bg-shape { position: absolute; width: 50vmax; height: 50vmax; background: radial-gradient(circle, rgba(22,101,52,0.05) 0%, rgba(255,255,255,0) 70%); border-radius: 50%; z-index: 0; } .bg-shape.one { top: -20%; right: -10%; } .bg-shape.two { bottom: -20%; left: -10%; } .container { position: relative; z-index: 1; background-color: rgba(255, 255, 255, 0.95); backdrop-filter: blur(10px); width: 90%; max-width: 650px; padding: 3rem 4rem; border-radius: 16px; box-shadow: 0 20px 40px rgba(0,0,0,0.08); text-align: center; border-top: 6px solid var(--alert-red); box-sizing: border-box; } .icon-wrapper { display: inline-flex; align-items: center; justify-content: center; width: 80px; height: 80px; background-color: var(--alert-light-red); border-radius: 50%; margin-bottom: 24px; color: var(--alert-red); } .icon-wrapper svg { width: 42px; height: 42px; } h1 { font-size: 28px; margin: 0 0 16px 0; font-weight: 700; color: var(--alert-red); } p { font-size: 17px; line-height: 1.6; color: var(--text-muted); margin: 0 0 20px 0; text-align: justify; } .text-red { color: var(--alert-red); font-weight: 800; text-transform: uppercase; } .alert-box { background-color: var(--semad-light-green); border-left: 4px solid var(--semad-green); color: var(--semad-green); padding: 16px 20px; border-radius: 0 8px 8px 0; font-size: 15px; font-weight: 600; margin-top: 30px; margin-bottom: 30px; text-align: center; } .footer { font-size: 14px; color: #94a3b8; border-top: 1px solid #e2e8f0; padding-top: 24px; font-weight: 500; } @media (max-width: 768px) { .container { padding: 2.5rem 2rem; } h1 { font-size: 24px; } p { font-size: 16px; } }</style></head><body><div class="bg-shape one"></div><div class="bg-shape two"></div><div class="container"><div class="icon-wrapper"><svg fill="none" stroke="currentColor" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M12 9v2m0 4h.01m-6.938 4h13.856c1.54 0 2.502-1.667 1.732-3L13.732 4c-.77-1.333-2.694-1.333-3.464 0L3.34 16c-.77 1.333.192 3 1.732 3z"></path></svg></div><h1>Aviso Institucional</h1><p>Em atendimento à legislação eleitoral (Lei nº 9.504/1997) e às resoluções do Tribunal Superior Eleitoral (TSE), o acesso a este sistema/conteúdo encontra-se <span class="text-red">temporariamente suspenso</span>.</p><p>A suspensão ocorre para garantir a isonomia durante o período eleitoral e abrange publicações, serviços e sistemas que possam configurar publicidade institucional vedada.</p><div class="alert-box">Secretaria de Estado de Meio Ambiente e Desenvolvimento Sustentável (SEMAD)<br>Governo de Minas Gerais</div><div class="footer">Os serviços estritamente essenciais ao cidadão e sistemas internos continuam operando normalmente nas rotas autorizadas.</div></div></body></html>