Skip to content

Commit ae22eed

Browse files
Update estilo.css
1 parent 2302d6a commit ae22eed

File tree

1 file changed

+55
-18
lines changed

1 file changed

+55
-18
lines changed

assets/css/estilo.css

+55-18
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
html,
2-
body {
1+
#bootstrap-overrides {
32
font-family: 'Lato', Arial, sans-serif;
43
overflow-x: hidden;
54
background: #fff;
@@ -25,6 +24,7 @@
2524
color: #fff;
2625
padding-left: 5px;
2726
width: 100%;
27+
line-height: 2;
2828
}
2929

3030
header .links li:nth-of-type(1) {
@@ -36,33 +36,42 @@
3636
padding-left: 12px;
3737
}
3838

39+
header .menu-principal {
40+
padding-bottom: 3px;
41+
}
42+
3943
header .menu-principal .price {
4044
color: #fff;
4145
font-size: 12px;
4246
float: left;
4347
padding-top: 15px;
48+
margin-bottom: 0;
4449
}
4550

4651
header .menu-principal .fa-shopping-cart {
4752
color: #f8595f;
48-
font-size: 25px;
53+
font-size: 33px;
4954
float: left;
5055
padding: 15px 5px 0 0;
5156
}
5257

5358
header .menu-principal input {
5459
border: 0;
55-
border-bottom: 2px solid #fff;
60+
border-bottom: 2px solid #999999;
5661
background: transparent;
5762
border-radius: 0;
5863
padding-left: 0;
5964
color: #fff;
65+
float: left;
66+
width: 95%;
6067
}
6168

6269
header .menu-principal button {
6370
background: transparent;
6471
color: #fff;
6572
border: 0;
73+
font-size: 22px;
74+
position: absolute;
6675
}
6776

6877
header .desktop-div {
@@ -96,19 +105,20 @@
96105
header .navbar-default {
97106
background-color: #333333;
98107
border: 0;
108+
margin-bottom: 0;
99109
}
100110
/*========== End Header ============*/
101111
/*========== Begin Cars ============*/
102112

103113
main h2 {
104114
font-size: 40px;
105-
font-weight: 600;
115+
font-weight: 900;
106116
margin: 10px 0 10px;
107117
}
108118

109119
main .cars-row,
110120
main #mais-desejados {
111-
padding: 0 0 25px;
121+
padding: 0 0 35px;
112122
}
113123

114124
main .cars-row:last-child {
@@ -172,12 +182,12 @@
172182
main .offers-info p span:first-of-type {
173183
color: #999999;
174184
text-decoration: line-through;
175-
font-weight: normal;
185+
font-weight: bold;
176186
}
177187

178188
main .offers-info p span:last-of-type {
179189
color: #f8595f;
180-
font-weight: normal;
190+
font-weight: bold;
181191
}
182192

183193
main .btn-buy {
@@ -188,7 +198,7 @@
188198
color: #009200;
189199
text-transform: uppercase;
190200
font-weight: bold;
191-
letter-spacing: 0.3em;
201+
letter-spacing: 0.2em;
192202
}
193203
/*========== End Mais Desejados ============*/
194204
/*========== Begin Newsletter ============*/
@@ -200,11 +210,11 @@
200210
font-size: 25px;
201211
line-height: 10;
202212
text-transform: uppercase;
203-
margin: 3%;
213+
margin: 10%;
204214
}
205215

206216
main .news {
207-
padding: 25px 0 0 0;
217+
padding: 40px 0 0 0;
208218
}
209219

210220
main .novidades {
@@ -213,6 +223,7 @@
213223

214224
main .novidades p {
215225
padding: 0 0 30px 15px;
226+
font-weight: 600;
216227
}
217228

218229
main .novidades span {
@@ -225,7 +236,7 @@
225236
border: 0;
226237
border-bottom: 3px solid #333333;
227238
background: transparent;
228-
width: 75%;
239+
width: 65%;
229240
padding-left: 20px;
230241
}
231242

@@ -235,6 +246,35 @@
235246
border: 0;
236247
color: #fff;
237248
width: 100px;
249+
margin-left: 50px;
250+
}
251+
252+
main .novidades input::-webkit-input-placeholder {
253+
color: #333333;
254+
letter-spacing: 0.1em;
255+
font-family: 'Lato', Arial, sans-serif;
256+
padding-left: 5px;
257+
}
258+
259+
main .novidades input::-moz-placeholder {
260+
color: #333333;
261+
letter-spacing: 0.1em;
262+
font-family: 'Lato', Arial, sans-serif;
263+
padding-left: 5px;
264+
}
265+
266+
main .novidades input:-ms-input-placeholder {
267+
color: #333333;
268+
letter-spacing: 0.1em;
269+
font-family: 'Lato', Arial, sans-serif;
270+
padding-left: 5px;
271+
}
272+
273+
main .novidades input:-moz-placeholder {
274+
color: #333333;
275+
letter-spacing: 0.1em;
276+
font-family: 'Lato', Arial, sans-serif;
277+
padding-left: 5px;
238278
}
239279

240280
main .btn-social:nth-of-type(1),
@@ -256,6 +296,7 @@
256296
color: #fff;
257297
font-size: 14px;
258298
text-transform: uppercase;
299+
font-weight: 600;
259300
}
260301

261302
footer .link-rodape .nav-footer span {
@@ -266,17 +307,13 @@
266307
color: #000;
267308
font-size: 13px;
268309
font-weight: 700;
269-
margin-top: 7px;
310+
margin: 7px 15px;
270311
}
271312

272313
footer .link-rodape li {
273314
color: #fff;
274315
}
275316

276-
footer .link-rodape .side-right {
277-
text-align: right;
278-
}
279-
280317
footer .link-rodape .logo-links {
281318
list-style: none;
282319
text-align: center;
@@ -350,7 +387,7 @@
350387
}
351388

352389
footer .pagamento>.moip {
353-
background-position: -58px -42px;
390+
background-position: -56px -42px;
354391
}
355392

356393
footer .pagamento>.ebit {

0 commit comments

Comments
 (0)