-
Notifications
You must be signed in to change notification settings - Fork 0
/
contato.css
128 lines (103 loc) · 1.7 KB
/
contato.css
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
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
html,body{
overflow-x: hidden;
background-color:aliceblue;
}
#logo{
padding-top: 15%;
padding-left: 0;
}
nav.navbar.navbar-expand-md.navbar-light.bg-sm-light.stick-top {
padding-left: 0;
}
.container-fluid{
padding-left: 0;
}
nav {
display: flex;
justify-content: space-between;
align-items: center;
}
nav ul{
list-style: none;
display: flex;
justify-content: space-between;
align-items: center;
padding-left: 0;
margin-top: 1.5%;
}
nav ul li{
padding-right: 22%;
font-size: 20px;
}
nav ul li a:hover{
text-decoration: none;
border-bottom: 2px solid;
border-color: #0A7BFC;
}
.active a{
border-bottom: 2px solid;
border-color: #0A7BFC;
}
#btnlogin{
visibility: hidden;
}
.pag1{
width: 100%;
padding-left: 5%;
}
.pg2{
margin-top: 5%;
height: 50%;
text-align: center;
font-size: 20px;
}
.pg2-1{
margin-top: 3%;
padding-top: 5%;
padding-bottom: 5%;
background-color: #eeeeee;
}
.pg2-1 h6{
font-size: 20px;
}
.pg2-1 p{
padding-top: 4%
}
.pg3{
margin-top: 15%;
height: 50%;
width: 80%;
margin-left: 10%;
display: flex;
justify-content: center;
align-items: center;
}
.pg3 ul{
list-style-type:circle;
}
.pg3-1{
width: 50%;
margin-left: 25%;
}
footer{
padding-left: 5%;
margin-top: 7%;
}
footer ul{
list-style: none;
text-decoration: none;
display: flex;
padding-top: 5%;
}
footer ul li{
padding-right: 20px;
}
footer p {
margin-bottom: 0;
}
.listanav{
padding-top: 0;
display: block;
}
@media screen and (max-width: 768px){
}