-
Notifications
You must be signed in to change notification settings - Fork 1
/
styles.css
126 lines (104 loc) · 1.71 KB
/
styles.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
body{
margin: 0;
}
section{
padding: 50px 0;
}
.center{
text-align: center;
}
header{
margin-top: -40px;
}
.logo{
width: 120px;
position: relative;
top: 45px;
margin-bottom: 20px;
}
nav{
position: relative;
bottom: 15px;
}
.nav-item a {
font-size: 14px;
}
.overlay{
position: relative;
bottom: 50px;
background-color: rgba(0, 0, 0, 0.6);
width: 100%;
height: 600px;
z-index: 1;
}
.bg-main{
/* background-color: #0d47a1;
width: 100%;
height: 400px; */
background-image: url("img/bg-main.jpg");
background-size: cover;
background-repeat: no-repeat;
background-position: center;
height: 600px;
opacity: 0.85;
}
.bg-main p, button{
/* text-align: justify; */
padding: 130px 60px 20px 60px;
font-size: 40px;
/* opacity: 0.7; */
position: relative;
bottom: 600px;
z-index: 2;
}
.cta{
width: 300px;
height: 60px;
}
.card {
border: none;
}
.card img{
width: 100%;
max-width: 80px;
margin: auto;
padding-top: 20px;
}
.card-title{
text-align: center;
}
.dica img{
width: 500px;
}
.dica p{
text-align: justify;
padding: 150px 30px 0 30px;
font-size: 20px;
}
.download{
background-color: #0d47a1;
}
.download img{
width: 200px;
height: 100px;
}
.video iframe {
margin: 50px 0;
}
.social {
background-color: #0d47a1;
}
.social-icons img{
width: 60px;
}
form button{
position: relative;
top: 15px;
}
.footer1{
background-color: #0d47a1;
padding: 30px 0;
}
.footer1 img{
width: 120px;
}