|
1 |
| - html, |
2 |
| - body { |
| 1 | + #bootstrap-overrides { |
3 | 2 | font-family: 'Lato', Arial, sans-serif;
|
4 | 3 | overflow-x: hidden;
|
5 | 4 | background: #fff;
|
|
25 | 24 | color: #fff;
|
26 | 25 | padding-left: 5px;
|
27 | 26 | width: 100%;
|
| 27 | + line-height: 2; |
28 | 28 | }
|
29 | 29 |
|
30 | 30 | header .links li:nth-of-type(1) {
|
|
36 | 36 | padding-left: 12px;
|
37 | 37 | }
|
38 | 38 |
|
| 39 | + header .menu-principal { |
| 40 | + padding-bottom: 3px; |
| 41 | + } |
| 42 | + |
39 | 43 | header .menu-principal .price {
|
40 | 44 | color: #fff;
|
41 | 45 | font-size: 12px;
|
42 | 46 | float: left;
|
43 | 47 | padding-top: 15px;
|
| 48 | + margin-bottom: 0; |
44 | 49 | }
|
45 | 50 |
|
46 | 51 | header .menu-principal .fa-shopping-cart {
|
47 | 52 | color: #f8595f;
|
48 |
| - font-size: 25px; |
| 53 | + font-size: 33px; |
49 | 54 | float: left;
|
50 | 55 | padding: 15px 5px 0 0;
|
51 | 56 | }
|
52 | 57 |
|
53 | 58 | header .menu-principal input {
|
54 | 59 | border: 0;
|
55 |
| - border-bottom: 2px solid #fff; |
| 60 | + border-bottom: 2px solid #999999; |
56 | 61 | background: transparent;
|
57 | 62 | border-radius: 0;
|
58 | 63 | padding-left: 0;
|
59 | 64 | color: #fff;
|
| 65 | + float: left; |
| 66 | + width: 95%; |
60 | 67 | }
|
61 | 68 |
|
62 | 69 | header .menu-principal button {
|
63 | 70 | background: transparent;
|
64 | 71 | color: #fff;
|
65 | 72 | border: 0;
|
| 73 | + font-size: 22px; |
| 74 | + position: absolute; |
66 | 75 | }
|
67 | 76 |
|
68 | 77 | header .desktop-div {
|
|
96 | 105 | header .navbar-default {
|
97 | 106 | background-color: #333333;
|
98 | 107 | border: 0;
|
| 108 | + margin-bottom: 0; |
99 | 109 | }
|
100 | 110 | /*========== End Header ============*/
|
101 | 111 | /*========== Begin Cars ============*/
|
102 | 112 |
|
103 | 113 | main h2 {
|
104 | 114 | font-size: 40px;
|
105 |
| - font-weight: 600; |
| 115 | + font-weight: 900; |
106 | 116 | margin: 10px 0 10px;
|
107 | 117 | }
|
108 | 118 |
|
109 | 119 | main .cars-row,
|
110 | 120 | main #mais-desejados {
|
111 |
| - padding: 0 0 25px; |
| 121 | + padding: 0 0 35px; |
112 | 122 | }
|
113 | 123 |
|
114 | 124 | main .cars-row:last-child {
|
|
172 | 182 | main .offers-info p span:first-of-type {
|
173 | 183 | color: #999999;
|
174 | 184 | text-decoration: line-through;
|
175 |
| - font-weight: normal; |
| 185 | + font-weight: bold; |
176 | 186 | }
|
177 | 187 |
|
178 | 188 | main .offers-info p span:last-of-type {
|
179 | 189 | color: #f8595f;
|
180 |
| - font-weight: normal; |
| 190 | + font-weight: bold; |
181 | 191 | }
|
182 | 192 |
|
183 | 193 | main .btn-buy {
|
|
188 | 198 | color: #009200;
|
189 | 199 | text-transform: uppercase;
|
190 | 200 | font-weight: bold;
|
191 |
| - letter-spacing: 0.3em; |
| 201 | + letter-spacing: 0.2em; |
192 | 202 | }
|
193 | 203 | /*========== End Mais Desejados ============*/
|
194 | 204 | /*========== Begin Newsletter ============*/
|
|
200 | 210 | font-size: 25px;
|
201 | 211 | line-height: 10;
|
202 | 212 | text-transform: uppercase;
|
203 |
| - margin: 3%; |
| 213 | + margin: 10%; |
204 | 214 | }
|
205 | 215 |
|
206 | 216 | main .news {
|
207 |
| - padding: 25px 0 0 0; |
| 217 | + padding: 40px 0 0 0; |
208 | 218 | }
|
209 | 219 |
|
210 | 220 | main .novidades {
|
|
213 | 223 |
|
214 | 224 | main .novidades p {
|
215 | 225 | padding: 0 0 30px 15px;
|
| 226 | + font-weight: 600; |
216 | 227 | }
|
217 | 228 |
|
218 | 229 | main .novidades span {
|
|
225 | 236 | border: 0;
|
226 | 237 | border-bottom: 3px solid #333333;
|
227 | 238 | background: transparent;
|
228 |
| - width: 75%; |
| 239 | + width: 65%; |
229 | 240 | padding-left: 20px;
|
230 | 241 | }
|
231 | 242 |
|
|
235 | 246 | border: 0;
|
236 | 247 | color: #fff;
|
237 | 248 | 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; |
238 | 278 | }
|
239 | 279 |
|
240 | 280 | main .btn-social:nth-of-type(1),
|
|
256 | 296 | color: #fff;
|
257 | 297 | font-size: 14px;
|
258 | 298 | text-transform: uppercase;
|
| 299 | + font-weight: 600; |
259 | 300 | }
|
260 | 301 |
|
261 | 302 | footer .link-rodape .nav-footer span {
|
|
266 | 307 | color: #000;
|
267 | 308 | font-size: 13px;
|
268 | 309 | font-weight: 700;
|
269 |
| - margin-top: 7px; |
| 310 | + margin: 7px 15px; |
270 | 311 | }
|
271 | 312 |
|
272 | 313 | footer .link-rodape li {
|
273 | 314 | color: #fff;
|
274 | 315 | }
|
275 | 316 |
|
276 |
| - footer .link-rodape .side-right { |
277 |
| - text-align: right; |
278 |
| - } |
279 |
| - |
280 | 317 | footer .link-rodape .logo-links {
|
281 | 318 | list-style: none;
|
282 | 319 | text-align: center;
|
|
350 | 387 | }
|
351 | 388 |
|
352 | 389 | footer .pagamento>.moip {
|
353 |
| - background-position: -58px -42px; |
| 390 | + background-position: -56px -42px; |
354 | 391 | }
|
355 | 392 |
|
356 | 393 | footer .pagamento>.ebit {
|
|
0 commit comments