footer.css
1.27 KB
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
79
80
81
82
83
84
85
86
87
88
89
90
/*Footer*/
.footer-content{
background: rgb(213,213,213);
padding: 50px 0;
font-family: 'open_sansregular', Arial, Helvetica, sans-serif;
}
.footer-links a{
color:#2c66ce;
font-size: 13px;
line-height: 1.7em;
}
.footer-links a:hover{
background: none;
text-decoration: underline;
}
.footer-links{
color:#2c66ce;
border-left:1px dotted #2c66ce;
margin-top: 10px;
margin-bottom: 10px;
}
.footer-links dt{
font-size: 18px;
font-weight: bold;
line-height: 1.3em;
margin-bottom: 8px;
font-family: 'open_sansregular', Arial, Helvetica, sans-serif;
}
.footer-links dd{
padding-bottom: 3px
}
.footer-gov{
background: #0042b2;
}
.footer-gov > .container{
padding: 2em 0;
}
.footer-gov .institucionais a{
display:table-cell;
vertical-align: middle;
float: right;
}
.footer-gov a:hover{
text-decoration: none;
}
.footer-gov span{
display: none;
}
.footer-gov .logo-sgpr img, .logo-acesso img{
padding-top: 10px;
padding-right: 15%;
padding-bottom: 10px;
}
.footer-gov .logo-brasil img{
padding-right: 0;
}
.go-top{
font-size: 13px;
height: 2em;
}
.go-top a{
color: #717782;
line-height: 2em;
}
.go-top .icon-chevron-up{
padding-right: 10px;
text-decoration: none;
}
.spb-definitions{
font-size: 10px;
padding: 10px 0;
}