criticanacional.com.br Ads.txt file
<!DOCTYPE html>
<html lang="pt-BR">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Aviso de Descontinuação</title>
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@400;700&display=swap" rel="stylesheet">
<style>
:root {
--cor-fundo: #f8f9fa;
--cor-caixa: #ffffff;
--cor-texto-principal: #212529;
--cor-texto-secundario: #495057;
--cor-acento: #e74c3c; /* Um vermelho mais suave e moderno */
}
@keyframes fadeIn {
from { opacity: 0; transform: translateY(-10px); }
to { opacity: 1; transform: translateY(0); }
}
body {
font-family: 'Inter', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
background-color: var(--cor-fundo);
color: var(--cor-texto-principal);
display: flex;
justify-content: center;
align-items: center;
height: 100vh;
margin: 0;
text-align: center;
padding: 20px;
}
.container {
background-color: var(--cor-caixa);
padding: 40px 50px;
border-radius: 12px;
box-shadow: 0 8px 30px rgba(0, 0, 0, 0.08);
max-width: 550px;
width: 100%;
border-top: 4px solid var(--cor-acento);
animation: fadeIn 0.6s ease-out;
}
.icon {
color: var(--cor-acento);
margin-bottom: 20px;
}
h1 {
font-size: 1.8em;
margin: 0 0 15px 0;
font-weight: 700;
}
p {
font-size: 1.1em;
line-height: 1.7;
color: var(--cor-texto-secundario);
margin-bottom: 10px;
}
p:last-of-type {
margin-bottom: 0;
}
</style>
</head>
<body>
<div class="container">
<div class="icon">
<svg xmlns="http://www.w3.org/2000/svg" width="48" height="48" fill="currentColor" class="bi bi-info-circle" viewBox="0 0 16 16">
<path d="M8 15A7 7 0 1 1 8 1a7 7 0 0 1 0 14zm0 1A8 8 0 1 0 8 0a8 8 0 0 0 0 16z"/>
<path d="m8.93 6.588-2.29.287-.082.38.45.083c.294.07.352.176.288.469l-.738 3.468c-.064.293.006.399.287.47l.45.082.082.38-2.29.287-.082-.38.45-.083a.493.493 0 0 0 .352-.395l.738-3.468c.064-.293-.006-.399-.287-.47l-.45-.082-.082-.38 2.29-.287zM8 5.5a1 1 0 1 0 0-2 1 1 0 0 0 0 2z"/>
</svg>
</div>
<h1>Aviso de Descontinuação</h1>
<p>Obrigado por sua visita. Gostaríamos de informar que os sites <strong>Crítica Nacional e o ianalitica.com</strong> foram descontinuados e não estão mais ativos.</p>
<p>Agradecemos imensamente por todo o apoio ao longo do tempo.</p>
</div>
</body>
</html>