File size: 1,214 Bytes
6889ec5
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
body {
  font-family: Arial, sans-serif;
  margin: 40px;
  background: #fff;
  color: #333;
  line-height: 1.6;
}

h1, h2 {
  color: #007cf0;
  margin-bottom: 10px;
}

.grafico {
  text-align: center;
  margin: 30px 0;
  page-break-before: always;
  page-break-inside: avoid;
}

.grafico img {
  max-width: 90%;
  height: auto;
  display: block;
  margin: 0 auto;
  page-break-inside: avoid;
  border: 1px solid #ccc;
  padding: 10px;
  background-color: #fafafa;
}

table {
  border-collapse: collapse;
  font-size: 0.95em;
  border: 1px solid #ccc;
}

th, td {
  border: 1px solid #ccc;
  padding: 8px 12px;
  text-align: right;
}

th {
  background-color: #f0f0f0;
  text-align: center;
}

.parametros {
  margin-bottom: 30px;
  padding: 15px;
  background: #f9fbff;
  border-left: 5px solid #007cf0;
}

.parametros p {
  margin: 6px 0;
}

.destaque {
  font-weight: bold;
  font-size: 1.05em;
  margin-top: 30px;
  padding: 15px;
  background-color: #f7f9fc;
  border-left: 6px solid #007cf0;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.05);
}

.tabela {
  margin: 30px auto;      /* centraliza horizontalmente */
  width: fit-content;     /* largura do conteúdo da tabela */
}

.tabela table {
  margin: 0 auto;
}