-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathstyleinicio.css
102 lines (85 loc) · 1.73 KB
/
styleinicio.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
/* #1C2E30
#023A40
#061C1F
#3F4445
#536B70 */
.navbar{
background-color:#3C6E71;
color: #E6B503;
}
body{
background-color: #023A40;
font-family: 'Poppins', sans-serif;
}
h4{
font-size: 80px;
}
footer{
display: flex;
background-color: #ffffff;
color: white;
padding: 30px;
justify-content: center;
}
/* .carousel{
margin-bottom: 80px;
} */
.quote{
/* margin-bottom: 80px; */
padding-top: 120px;
padding-bottom: 120px;
background: rgb(83,107,112);
background: radial-gradient(circle, rgba(83,107,112,1) 0%, rgba(255,255,255,1) 55%);
}
.imagem{
width: 1200px;
height: 600px;
}
.team .member {
margin-bottom: 20px;
overflow: hidden;
border-radius: 5px;
background: #fff;
box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}
.team .member .member-img {
position: relative;
overflow: hidden;
}
.team .member .member-info {
padding: 25px 15px;
}
.team .member .member-info h4 {
font-weight: 700;
margin-bottom: 5px;
font-size: 18px;
color: #0f394c;
}
.team .member .member-info span {
display: block;
font-size: 13px;
font-weight: 400;
color: #aaaaaa;
}
.team .member .member-info p {
font-style: italic;
font-size: 14px;
line-height: 26px;
color: #777777;
}
.section-title {
text-align: center;
padding-bottom: 30px;
padding-top: 30px;
}
.section-title h2 {
font-size: 32px;
font-weight: bold;
text-transform: uppercase;
margin-bottom: 20px;
padding-bottom: 0;
color: #0f394c;
}
.section-title p {
margin-bottom: 0;
}