-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathestilo.css
executable file
·133 lines (109 loc) · 1.71 KB
/
estilo.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
129
130
131
132
133
html,
body,
.capa {
height: 100%;
overflow: auto;
}
body {
background: #f1f1f1;
font-size: 16px;
}
nav {
margin-top: 0px;
width: 100%;
height: 200px;
background: #69d2e7;
color: white;
text-align: center;
}
nav h1,
nav h2 {
font-weight: 700;
font-family: Arial, Helvetica, sans-serif;
}
.logo {
padding-top: 10px;
padding-bottom: 10px;
}
.body-about {
margin-bottom: 0px;
}
.about-us {
background: white;
width: 65% auto;
height: 200px;
border-radius: 10px;
-webkit-border-radius: 10px;
-moz-boerder-radius: 10px;
padding: 10px;
margin-top: -75px;
position: relative;
margin-bottom: 50px;
padding: 10px;
}
.about-us h3 {
text-align: center;
}
.about-us div img {
margin-top: 40px;
margin-bottom: 35px;
}
.div-orange {
padding: 30px, 0px, 30px, 0px;
}
.body-orange {
background: #fa6900;
padding-bottom: 40px;
margin-top: 0px;
text-align: center;
}
.about-img {}
img {
margin: auto;
}
.medicos {
text-align: center;
height: 550px;
}
.medicos i {
font-size: 100px;
color: #6ed4ed;
margin-top: 100px;
margin-bottom: 25px;
}
.medicos h3 {
font-weight: 900;
}
.medicos p {
margin-top: 35px;
}
.sobre {
background: linear-gradient(135deg, #fa6900 0%, #fa6900 50%, black 51%, black 100%);
height: 550px;
color: white;
}
.sobre h3 {
font-weight: 900;
margin-top: 100px;
}
.sobre h4 {
font-weight: 600;
}
.sobre p {
font-size: 16px;
}
.rodape {
height: 150px;
}
.rodape i {
font-size: 100px;
color: #fa6900;
margin-top: 30px;
}
.rodape h2 {
margin-top: 50px;
}
.rodape h3 {
font-weight: 900;
margin-top: 50px;
}