morel-theme 0.1.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -0,0 +1,1252 @@
1
+ @charset "UTF-8";
2
+ @import url(https://fonts.googleapis.com/css?family=Exo:300,400,700|Kanit:400,500,600,700);
3
+ html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
4
+ margin: 0;
5
+ padding: 0;
6
+ border: 0;
7
+ font-size: 100%;
8
+ font: inherit;
9
+ vertical-align: baseline; }
10
+
11
+ article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
12
+ display: block; }
13
+
14
+ body {
15
+ line-height: 1;
16
+ }
17
+
18
+ ol, ul {
19
+ list-style: none; }
20
+
21
+ blockquote, q {
22
+ quotes: none; }
23
+
24
+ blockquote:before, blockquote:after, q:before, q:after {
25
+ content: '';
26
+ content: none; }
27
+
28
+ table {
29
+ border-collapse: collapse;
30
+ border-spacing: 0; }
31
+
32
+ :root {
33
+ --color-1: #2a3425;
34
+ --color-2: #d4695c;
35
+ --color-3: #86a27b;
36
+ --background: #F9F9F9;
37
+ --fondo: rgba(235, 235, 235, 0.4) ; }
38
+
39
+ /*otros colores
40
+ #f2ecff
41
+ #ccc
42
+ #faf8ff
43
+ #faf8ff
44
+ #8d8d8d
45
+ */
46
+ html {
47
+ font-size: 12px; }
48
+
49
+ a {
50
+ text-decoration: none;
51
+ outline: none;
52
+ color: var(--color-1); }
53
+
54
+ .blog-post a, a.morel, footer a {
55
+ color: var(--color-1);
56
+ font-weight: 500;
57
+ transition: all 1s ease; }
58
+
59
+ .ficha-metadata a {
60
+ color: var(--color-1);
61
+ font-weight: 700;
62
+ transition: all 1s ease; }
63
+
64
+ a.metadata-input, footer a {
65
+ color: var(--color-1);
66
+ transition: all 1s ease;
67
+ text-decoration: none; }
68
+
69
+ a.morel:hover, a.metadata-input:hover, footer a:hover {
70
+ color: var(--color-2);
71
+ cursor: pointer; }
72
+
73
+ footer {
74
+ background-color: var(--background);
75
+ min-width: 100%;
76
+ box-shadow: 0 -2px 5px 0 rgba(0, 0, 0, 0.16), 0 -2px 10px 0 rgba(0, 0, 0, 0.12);
77
+ padding-bottom: 0px; }
78
+
79
+ footer .main-container {
80
+ background-color: var(--background); }
81
+
82
+ footer a.morel {
83
+ font-weight: 300; }
84
+
85
+ body, iframe > body {
86
+ background-color: var(--background);
87
+ color: var(--color-1);
88
+ font-family: 'Kanit', "Lucida Console", Monaco, monospace;
89
+ line-height: 2em;
90
+ font-size: 1em;
91
+ background-image: url("../img/trama.png");
92
+ background-size: 1100px;
93
+ object-fit: cover;
94
+ }
95
+
96
+ h1 {
97
+ font-size: 1.688rem;
98
+ font-weight: 500;
99
+ /*border-left: 0px;
100
+ border-top: 0px;
101
+ border-right: 0.185em;
102
+ border-bottom: 0.185em;
103
+ border-style: solid;
104
+ display: inline;
105
+ padding: 0px 0.750rem;
106
+ letter-spacing: -0.063rem;*/
107
+ text-transform: uppercase;
108
+ margin: 3.5rem 0px 1rem;
109
+ text-align: center; }
110
+
111
+ h1.book {
112
+ display: none;
113
+ }
114
+
115
+ h2 {
116
+ font-size: 2rem;
117
+ font-weight: 600;
118
+ line-height: 2rem; }
119
+
120
+ h3 {
121
+ font-size: 1.5rem;
122
+ font-weight: 600;
123
+ line-height: 2rem;
124
+ margin-top: 1.5rem; }
125
+
126
+ /*hash link workaround*/
127
+ h3::before, h2::before, h1::before {
128
+ display: block;
129
+ content: " ";
130
+ margin-top: -3em;
131
+ height: 3em;
132
+ visibility: hidden;
133
+ pointer-events: none; }
134
+
135
+ /*end of hlw*/
136
+ p {
137
+ font-size: 1.2rem;
138
+ font-weight: 300;
139
+ line-height: 1.5em;
140
+ margin-top: 1rem; }
141
+
142
+ label {
143
+ cursor: pointer; }
144
+
145
+ p.morel:first-of-type::first-letter {
146
+ font-size: 2rem;
147
+ font-weight: 500; }
148
+
149
+ label.button, button {
150
+ font-size: 1.4rem;
151
+ font-family: 'Kanit', "Lucida Console", Monaco, monospace;
152
+ color: var(--color-1);
153
+ background: none;
154
+ font-weight: 500;
155
+ border-left: 0px;
156
+ border-top: 0px;
157
+ border-right: 0.185em;
158
+ border-bottom: 0.185em;
159
+ border-style: solid;
160
+ display: inline;
161
+ padding: 0px 0.750rem;
162
+ letter-spacing: -0.063rem;
163
+ text-transform: uppercase;
164
+ cursor: pointer;
165
+ transition: all 1s ease; }
166
+
167
+ label:hover.button, button:hover {
168
+ font-weight: 600;
169
+ color: var(--background);
170
+ background: var(--color-2);
171
+ border-style: none; }
172
+
173
+ .modal ul {
174
+ list-style-type: square;
175
+ list-style-image: url("img/list.svg");
176
+ list-style-position: inside;
177
+ margin-left: 5%;
178
+ margin-top: 2rem; }
179
+
180
+ /* font size for mobiles */
181
+
182
+ @media screen and (min-width: 376px) and (max-width: 600px) {
183
+ html {
184
+ font-size: 14px; } }
185
+ @media screen and (min-width: 601px) and (max-width: 1226px) {
186
+ html {
187
+ font-size: 16px; } }
188
+ @media screen and (min-width: 1227px) {
189
+ html {
190
+ font-size: 18px; } }
191
+
192
+
193
+
194
+ /*general*/
195
+ .main-container {
196
+ margin: auto;
197
+ padding: 6%;
198
+ background-color: var(--fondo); }
199
+
200
+ .column {
201
+ flex-grow: 0;
202
+ flex-basis: calc(25% - 2rem);
203
+ line-height: 0;
204
+ padding: 1rem; }
205
+
206
+ /*obra día*/
207
+ .ficha-metadata {
208
+ font-family: 'Exo', "Lucida Sans Unicode", "Lucida Grande", sans-serif;
209
+ font-size: 0.950rem;
210
+ padding: 2.500rem 6% 4.500rem 15.1%;
211
+ line-height: 1.5em; }
212
+
213
+ .metadata-input {
214
+ font-size: 0.938em;
215
+ font-weight: 600; }
216
+
217
+ .actions-h {
218
+ margin: auto;
219
+ display: flex;
220
+ justify-content: center; }
221
+
222
+ .actions-h, .actions-v i {
223
+ font-size: 1.875rem; }
224
+
225
+ .actions-h i {
226
+ padding: 0.75em; }
227
+
228
+ .actions-v {
229
+ flex-grow: 0;
230
+ flex-basis: 8%;
231
+ align-self: center;
232
+ text-align: center; }
233
+
234
+ .avatar,
235
+ .portada {
236
+ flex: 0 0 auto;
237
+ align-self: center;
238
+ line-height: 0; }
239
+
240
+ .sombra {
241
+ max-width: 1227px;
242
+ margin: auto; }
243
+
244
+ .row {
245
+ max-width: calc(1227px + 2rem);
246
+ margin: auto;
247
+ margin-top: .688rem;
248
+ margin-bottom: 9.125rem;
249
+ display: flex;
250
+ flex-direction: row;
251
+ flex-wrap: wrap;
252
+ align-items: stretch;
253
+ /*margin:.688rem -1rem 3.125rem -1rem*/ }
254
+
255
+ /*ciudades*/
256
+ .ciudad .ficha-title {
257
+ padding-right: 15.1% !important;
258
+ padding-bottom: 4.813rem !important; }
259
+
260
+ .ciudad {
261
+ background-color: var(--background);
262
+ margin-bottom: 3.125rem;
263
+ max-width: 1227px;
264
+ margin: auto; }
265
+
266
+ .ciudad h2 {
267
+ margin-bottom: 2.250rem; }
268
+
269
+ /*xs styling*/
270
+ .avatar,
271
+ .portada {
272
+ max-width: 68.8%;
273
+ margin: auto;
274
+ flex-basis: 100%; }
275
+
276
+ .ficha-title {
277
+ flex: 0 0 auto;
278
+ flex-basis: 100%;
279
+ padding: 15.1% 6% 2.250rem 15.1%; }
280
+
281
+ .ficha-container > div {
282
+ padding-right: 15.1%; }
283
+
284
+ .ficha-extract {
285
+ padding-left: 15.1%; }
286
+
287
+ .proyecto-tienda ul {
288
+ line-height: 1;
289
+ font-size: 1em;
290
+ list-style-type: square;
291
+ list-style-position: inside;
292
+ margin-left: 5%; }
293
+
294
+ .proyecto-tienda li {
295
+ padding-top: 1rem; }
296
+
297
+ .obra-dia {
298
+ max-width: 1227px;
299
+ margin: auto;
300
+ display: flex;
301
+ flex-direction: row;
302
+ flex-wrap: wrap;
303
+ align-items: baseline;
304
+ margin-bottom: 9.125rem;
305
+ margin-top: 2rem;
306
+ background-color: var(--background); }
307
+
308
+ .deictico-demo:before {
309
+ content: "más abajo"; }
310
+
311
+ /*OBRAS MEDIA QUERIES*/
312
+
313
+ /*xs*/
314
+ @media screen and (max-width: 376px) {
315
+ .ficha-title {
316
+ word-wrap: break-word; } }
317
+
318
+ /*xs, s y m*/
319
+ @media screen and (max-width: 797px) {
320
+ .actions-h {
321
+ padding-bottom: calc(15.1% - 0.5em); }
322
+ .avatar {
323
+ margin-bottom: 7rem;}
324
+ }
325
+
326
+ /* @media screen and (min-width: 797px) {
327
+ .deictico-demo:before {
328
+ content: "a tu derecha"; } } */
329
+
330
+ /*xs, s, m y ml*/
331
+ @media screen and (max-width: 1039px) {
332
+ .actions-h {
333
+ display: flex; }
334
+
335
+ .actions-v {
336
+ display: none;
337
+ flex-basis: 0%;
338
+ max-width: 0%; } }
339
+
340
+
341
+ /*ml, l y xl*/
342
+ @media screen and (min-width: 798px) {
343
+ .ficha-title {
344
+ padding: 5.750rem 6% 2.250rem 15.1% !important; }
345
+
346
+ .ficha-extract {
347
+ padding: 0px 6% 0 15.1% !important; }
348
+
349
+ .avatar,
350
+ .portada {
351
+ padding-left: 0; }
352
+
353
+ .ficha-metadata {
354
+ padding: 2.500rem 6% 4.813rem 15.1% !important; } }
355
+ /*solo m*/
356
+ @media screen and (min-width: 601px) and (max-width: 797px) {
357
+ .portada {
358
+ max-width: 50%; }
359
+
360
+ .header {
361
+ height: 70vh; } }
362
+
363
+
364
+ /*Solo l*/
365
+ @media screen and (min-width: 798px) and (max-width: 1039px) {
366
+ .avatar,
367
+ .portada {
368
+ flex-basis: 45%;
369
+ max-width: 45%;
370
+ padding-top: 0rem; }
371
+
372
+ .ficha-container {
373
+ flex-basis: 55%;
374
+ max-width: 55%; }
375
+
376
+ .img-frame {
377
+ padding-right: 10%; } }
378
+
379
+
380
+ /*solo xl*/
381
+ @media screen and (min-width: 1040px) {
382
+ .actions-h {
383
+ display: none !important; }
384
+
385
+ .actions-v {
386
+ display: block !important; }
387
+
388
+ .avatar,.portada {
389
+ flex-basis: 39%;
390
+ max-width: 39%;
391
+ padding-top: 0; }
392
+
393
+ .ficha-container {
394
+ flex-basis: 53%;
395
+ max-width: 53%; } }
396
+
397
+ /* RESPONSIVE LOGO */
398
+
399
+
400
+ /* .header .logo {
401
+ width: 125px;
402
+ height: 184px;
403
+ background-image: url("../img/morel.svg");
404
+ background-position: center bottom;
405
+ padding: 0px;
406
+ margin: 0 auto; }
407
+
408
+ .tienda .logo {
409
+ background-image: url("../img/morel-tienda.svg"); }
410
+
411
+ .header {
412
+ display: flex;
413
+ justify-content: center;
414
+ height: 65vh;
415
+ align-items: center;
416
+ text-align: center; }
417
+
418
+ .logo-container input, .logo-container a {
419
+ display: none; }
420
+
421
+ /*s*/
422
+ /* @media only screen and (min-width: 376px) and (max-width: 599px) {
423
+ .header .logo {
424
+ background-position: center 504px;
425
+ width: 187px;
426
+ height: 275px; } }
427
+
428
+ /* xl */
429
+ /* @media only screen and (min-width: 1227px) {
430
+ .header .logo {
431
+ background-position: center top;
432
+ width: 560px;
433
+ height: 258px; } }
434
+ /*l */
435
+ /*@media only screen and (min-width: 1040px) and (max-width: 1226px) {
436
+ .header .logo {
437
+ background-position: center 1335px;
438
+ width: 520px;
439
+ height: 240px; } }
440
+ /*ml*/
441
+ /* @media only screen and (min-width: 798px) and (max-width: 1039px) {
442
+ .header .logo {
443
+ background-position: center 1050px;
444
+ width: 396px;
445
+ height: 260px; } }
446
+ /*m*/
447
+ /* @media only screen and (min-width: 600px) and (max-width: 797px) {
448
+ .header .logo {
449
+ background-position: center 745px;
450
+ width: 300px;
451
+ height: 197px; } }
452
+ /*header*/
453
+ /* .logo-container {
454
+ max-width: 50%;
455
+ margin-top: 2rem; }
456
+
457
+ /*xs styling*/
458
+ /*Desde s hasta xl*/
459
+ /* @media screen and (min-width: 600px) {
460
+ .header {
461
+ height: 70vh !important; }
462
+
463
+ .logo-container input, .logo-container a {
464
+ display: inline; }
465
+
466
+ .header.tienda {
467
+ height: 55vh !important; } } */
468
+
469
+
470
+ .navBar {
471
+ background-color: var(--background);
472
+ position: fixed;
473
+ min-width: 100%;
474
+ box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.12), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
475
+ z-index: 100; }
476
+
477
+ nav .logo {
478
+ background-color: transparent;
479
+ border-radius: 50px;
480
+ display: inline-block;
481
+ height: 1.5rem;
482
+ margin: 1em 0; }
483
+
484
+ nav .logo img {
485
+ max-width: 6.250rem;
486
+ height: auto;
487
+ margin-right: 2; }
488
+
489
+
490
+ .navBar li:first child {
491
+ margin-right: auto; }
492
+
493
+ .wrapper {
494
+ margin: 0 auto;
495
+ /* max-width: 1227px;*/
496
+ padding: 0 2%; }
497
+
498
+ nav ul {
499
+ display: flex;
500
+ list-style-type: none;
501
+ width: 30%; }
502
+
503
+ nav ul a {
504
+ color: var(--color-1);
505
+ text-decoration: none;
506
+ transition: all .5s ease;
507
+ display: block;
508
+ padding: 0px 0.25em; }
509
+
510
+ nav ul a:hover {
511
+ color: var(--color-2); }
512
+
513
+ nav div {
514
+ display: flex;
515
+ justify-content: space-between;
516
+ list-style-type: none;
517
+ width: 50%; }
518
+
519
+ nav div a {
520
+ color: var(--color-1);
521
+ text-decoration: none;
522
+ transition: all .5s ease; }
523
+
524
+ nav div a:hover {
525
+ color: var(--background); }
526
+
527
+ nav li {
528
+ display: inline-block;
529
+ flex: 1 1 100%;
530
+ text-align: right;
531
+ font-weight: 600; }
532
+
533
+ nav .menu-item {
534
+ flex: 1 1 100%; }
535
+
536
+ nav #menu-toggle {
537
+ display: none; }
538
+
539
+ nav .label-toggle {
540
+ display: none; }
541
+
542
+ nav .wrapper {
543
+ align-items: center;
544
+ display: flex;
545
+ justify-content: space-between; }
546
+
547
+ /*NAV BAR MEDIA QUERRIES */
548
+
549
+ @media screen and (max-width: 912px) {
550
+ nav nav ul a {
551
+ color: var(--color-1); }
552
+
553
+ nav nav ul a:hover {
554
+ color: var(--background); }
555
+
556
+ nav ul {
557
+ display: block;
558
+ height: 0;
559
+ list-style-type: none;
560
+ opacity: 0;
561
+ text-align: center;
562
+ transition: all 1s ease;
563
+ width: 100%;
564
+ visibility: hidden; }
565
+
566
+ nav li {
567
+ border: 0px 2px 2px 2px solid var(--color-1);
568
+ color: var(--color-1);
569
+ display: block;
570
+ font-size: 1.5em;
571
+ padding: 1em 1em;
572
+ background-color: var(--color-2);
573
+ text-align: center;
574
+ }
575
+
576
+ nav #menu-toggle:checked ~ ul {
577
+ opacity: 1;
578
+ height: .0001rem;
579
+ visibility: visible; }
580
+
581
+ nav .label-toggle {
582
+ background: linear-gradient(to bottom, var(--color-1) 0%, var(--color-1) 20%, transparent 20%, transparent 40%, var(--color-1) 40%, var(--color-1) 60%, transparent 60%, transparent 80%, var(--color-1) 80%, var(--color-1) 100%);
583
+ cursor: pointer;
584
+ display: block;
585
+ float: right;
586
+ height: 1.43em;
587
+ margin-top: 1em;
588
+ width: 1.43em; }
589
+
590
+ nav .wrapper {
591
+ display: block; } }
592
+
593
+
594
+ /*miscelaneas*/
595
+ .sombra-solida {
596
+ box-shadow: 2px 2px 10px 0px rgba(0, 0, 0, 0.16); }
597
+
598
+ .responsive {
599
+ width: 100%;
600
+ height: auto; }
601
+
602
+ /*forms*/
603
+ input[type=email] {
604
+ border: .125em solid #ccc;
605
+ font-size: 1.4rem;
606
+ transition: all 1s ease;
607
+ width: 100%;
608
+ max-width: 400px;
609
+ padding: 0.5rem; }
610
+
611
+ input[type=email]:focus {
612
+ border: 0.125em solid var(--color-2); }
613
+
614
+ input[type=submit] {
615
+ font-size: 1.4rem;
616
+ font-family: 'Kanit', "Lucida Console", Monaco, monospace;
617
+ color: var(--color-1);
618
+ background: none;
619
+ font-weight: 500;
620
+ border-left: 0px;
621
+ border-top: 0px;
622
+ border-right: 0.185em;
623
+ border-bottom: 0.185em;
624
+ border-style: solid;
625
+ display: inline;
626
+ padding: 0px 0.750rem;
627
+ letter-spacing: -0.063rem;
628
+ text-transform: uppercase;
629
+ cursor: pointer;
630
+ transition: all 1s ease; }
631
+
632
+ .busqueda input[type=submit] {
633
+ margin-right: -1rem;
634
+ }
635
+
636
+ input[type=submit]:hover {
637
+ font-weight: 600;
638
+ color: var(--background);
639
+ background: var(--color-2);
640
+ border-style: none; }
641
+
642
+ label.input {
643
+ font-size: 1.4rem; }
644
+
645
+ input[type=search], input[type=text] {
646
+ border-bottom: .17em solid #ccc;
647
+ font-size: 1.4rem;
648
+ transition: all 1s ease;
649
+ width: 100%;
650
+ max-width: 400px;
651
+ padding: 0.5rem;
652
+ border-top: none;
653
+ border-left: none;
654
+ border-right: .17em solid #ccc; }
655
+
656
+ input[type=search]:focus {
657
+ border: 0.125em solid var(--color-2); }
658
+
659
+ /*footer*/
660
+ .footer-row {
661
+ display: flex;
662
+ flex-wrap: wrap;
663
+ padding: 1rem 1rem;
664
+ align-items: center;
665
+ text-align: center; }
666
+
667
+ .footer-col {
668
+ line-height: 2rem;
669
+ flex-basis: 100%;
670
+ align-self: center;
671
+ padding: 1rem 0px; }
672
+
673
+ .footer {
674
+ font-weight: 400; }
675
+
676
+ @media screen and (min-width: 799px) {
677
+ .footer-col {
678
+ flex-basis: 33.33%; }
679
+
680
+ .footer-row {
681
+ text-align: left; } }
682
+ /*participar panel*/
683
+ .participar {
684
+ flex-basis: 100%; }
685
+
686
+ /*.participar .button {
687
+ text-align: right;
688
+ }*/
689
+ .participar-right {
690
+ padding-left: 15.1%;
691
+ padding-right: 15.1%; }
692
+
693
+ .participar .ficha-extract {
694
+ padding-right: 15.1%; }
695
+
696
+ .participar .ficha-title {
697
+ padding-right: 15.1%; }
698
+
699
+ @media screen and (min-width: 799px) {
700
+ .participar {
701
+ flex-basis: 50%; }
702
+
703
+ .participar-right {
704
+ padding-left: 0px; }
705
+
706
+ .participar .ficha-extract {
707
+ padding-right: 6%; }
708
+
709
+ .participar .ficha-title {
710
+ padding-right: 6%; } }
711
+
712
+
713
+ /* branding words*/
714
+
715
+
716
+ b.morel-word {
717
+ font-weight: 700;
718
+ font-transform: uppercase;
719
+ font-size: 1.25em;
720
+ display: inline-block; }
721
+
722
+ b.morel-word::first-letter {
723
+ color: var(--color-2) !important;
724
+ font-weight: 700 !important; }
725
+
726
+ b.site-word {
727
+ font-size: 1.20em; }
728
+
729
+ /* label as buttons */
730
+ label.button, button {
731
+ font-size: 1.4rem;
732
+ font-family: 'Kanit', "Lucida Console", Monaco, monospace;
733
+ color: var(--color-1);
734
+ background: none;
735
+ font-weight: 500;
736
+ border-left: 0px;
737
+ border-top: 0px;
738
+ border-right: 0.185em;
739
+ border-bottom: 0.185em;
740
+ border-style: solid;
741
+ display: inline;
742
+ padding: 0px 0.750rem;
743
+ letter-spacing: -0.063rem;
744
+ text-transform: uppercase;
745
+ cursor: pointer;
746
+ transition: all 1s ease; }
747
+
748
+ label:hover.button, button:hover {
749
+ font-weight: 600;
750
+ color: var(--background);
751
+ background: var(--color-2);
752
+ border-style: none; }
753
+
754
+ /* MEDIA QUERIES FOR AUTHOR PAGES */
755
+
756
+ .autor-pagina {
757
+ display: flex;
758
+ flex-direction: row;
759
+ flex-wrap: wrap;
760
+ align-items: baseline;
761
+ margin-bottom: 3.125em;
762
+ margin-top: 2.5em;
763
+ background-color: var(--background); }
764
+
765
+ .autor-pagina .portada {
766
+ max-width: 80%;
767
+ justify-content: center; }
768
+
769
+ .autor-pagina .responsive {
770
+ width: auto;
771
+ max-width: 100%; }
772
+
773
+ .autor-pagina .portada .img-frame {
774
+ text-align: center; }
775
+
776
+ /*xs, s & m styling*/
777
+ @media screen and (max-width: 798px) {
778
+ .autor-pagina .portada .img-frame {
779
+ padding: 0 15.1% 0 15.1%; }
780
+
781
+ .autor-pagina .portada {
782
+ max-width: 100%; }
783
+
784
+ .autor-pagina .responsive {
785
+ width: 100%; } }
786
+
787
+
788
+ /*obras*/
789
+
790
+ /*.row {
791
+ display: flex;
792
+ flex-direction: row;
793
+ flex-wrap:wrap;
794
+ align-items: stretch;
795
+ margin:.688rem -1rem 5rem -1rem
796
+ }*/
797
+
798
+
799
+ .container {
800
+ position: relative; }
801
+
802
+ .image {
803
+ display: block;
804
+ width: 100%;
805
+ height: auto; }
806
+
807
+ .autores .image {
808
+ width: calc(100% - 12px);
809
+ border: 1px solid #ddd;
810
+ padding: 5px;
811
+ background-color: var(--background); }
812
+
813
+ .overlay {
814
+ position: absolute;
815
+ bottom: 0;
816
+ left: 0;
817
+ right: 100%;
818
+ background-color: rgba(249, 249, 249, 0.6);
819
+ overflow: hidden;
820
+ width: 0;
821
+ height: 100%;
822
+ transition: .5s ease; }
823
+
824
+ .text {
825
+ position: absolute;
826
+ top: 50%;
827
+ left: 50%;
828
+ -webkit-transform: translate(-50%, -50%);
829
+ -ms-transform: translate(-50%, -50%);
830
+ transform: translate(-50%, -50%);
831
+ text-align: center; }
832
+
833
+ .basis {
834
+ flex-basis: calc(100% - 2rem);
835
+ flex-grow: 0;
836
+ padding: 1rem; }
837
+
838
+ /* MEDIA QUERIES FOR OVERLAYS */
839
+
840
+
841
+ /*for touch devices*/
842
+
843
+ .price {
844
+ display: block;
845
+ line-height: 1rem;
846
+ font-size: 1.05rem;
847
+ margin: 3%; }
848
+
849
+ .price-obras-listas {
850
+ display: block;
851
+ }
852
+
853
+ .price .title {
854
+ font-weight: 600;
855
+ margin-top: 1.7rem; }
856
+
857
+ .price .autor {
858
+ margin-top: 0.7rem; }
859
+
860
+ .masobras .container .overlay {
861
+ right: 0;
862
+ width: 100%; }
863
+
864
+
865
+ /*for desktop devices*/
866
+ @media (hover: hover) and (pointer: fine) {
867
+ .price {
868
+ display: none;
869
+ }
870
+
871
+ .container:hover ~ .price {
872
+ display: block; }
873
+
874
+ .container:hover .overlay, .masobras .overlay {
875
+ right: 0;
876
+ width: 100%; }
877
+
878
+ .masobras .overlay {
879
+ background-color: var(--background); }
880
+
881
+ .container:hover {
882
+ cursor: pointer; } }
883
+
884
+
885
+ /* MEDIA QUERIES FOR FLEX GRID */
886
+
887
+ /*xs styling*/
888
+ @media screen and (max-width: 375px) {
889
+ .price .title {
890
+ font-size: 1.7rem;
891
+ line-height: 1.7rem; }
892
+
893
+ .price .autor {
894
+ font-size: 1.7rem;
895
+ line-height: 1.7rem; }
896
+
897
+ .masobras label {
898
+ font-size: 2rem; } }
899
+
900
+
901
+ /*s styling*/
902
+ @media screen and (min-width: 376px) and (max-width: 599px) {
903
+ .basis {
904
+ flex-basis: calc(50% - 2rem); }
905
+
906
+ .price .title {
907
+ font-size: 1.5rem;
908
+ line-height: 1.5rem; }
909
+
910
+ .price .autor {
911
+ font-size: 1.5rem;
912
+ line-height: 1.5rem; } }
913
+
914
+ /*ml & m styling*/
915
+ @media screen and (min-width: 600px) and (max-width: 1039px) {
916
+ .basis {
917
+ flex-basis: calc(33% - 2rem); } }
918
+
919
+
920
+ /*l & xl styling*/
921
+ @media screen and (min-width: 1040px) {
922
+ .basis {
923
+ flex-basis: calc(25% - 2rem); } }
924
+ .post {
925
+ height: auto !important; }
926
+
927
+ /* BLOG */
928
+
929
+ .post-cover {
930
+ flex-basis: calc(100% - 0.001rem);
931
+ max-width: calc(100% - 0.001rem);
932
+ align-self: center;
933
+ margin-top: calc(3.5rem - 1%); }
934
+
935
+ .workarround {
936
+ flex-basis: 0.001rem;
937
+ max-width: 0.001rem;
938
+ min-height: 30vh; }
939
+
940
+ .post-container {
941
+ max-width: 100%;
942
+ padding: 1% 0% 0% 0%;
943
+ background: none; }
944
+
945
+ .post-container .obra-dia {
946
+ max-width: 100%; }
947
+
948
+ .post-container .obra-dia {
949
+ background-color: transparent;
950
+ margin-bottom: 0px;
951
+ margin-top: 0px; }
952
+
953
+ .post-container .ficha-container {
954
+ background-color: var(--background);
955
+ flex-basis: 100%;
956
+ max-width: 100%;
957
+ min-height: 72vh; }
958
+
959
+ .post-container .ficha-extract {
960
+ padding-right: 8% !important;
961
+ padding-top: 5.75rem !important;
962
+ padding-left: 8% !important; }
963
+
964
+ .post-container .ficha-title {
965
+ padding-top: 8% !important;
966
+ padding-bottom: 8% !important;
967
+ padding-right: calc(8% - 0.001rem) !important;
968
+ padding-left: calc(8% - 0.001rem) !important;
969
+ align-self: center; }
970
+
971
+ .post-container .ficha-metadata {
972
+ padding-right: 8% !important;
973
+ padding-left: 8% !important; }
974
+
975
+ /* BLOG MEDIA QUERIES */
976
+
977
+ @media screen and (min-width: 1040px) and (max-width: 1227px) {
978
+ .post-container .ficha-metadata {
979
+ padding-right: 23.1% !important;
980
+ padding-left: 15.1% !important; }
981
+
982
+ .post-container .ficha-title {
983
+ padding-right: calc(23.1% - 0.001rem) !important;
984
+ padding-left: calc(15.1% - 0.001rem) !important; }
985
+
986
+ .post-container .ficha-extract {
987
+ padding-right: 23.1% !important;
988
+ padding-left: 15.1% !important;
989
+ padding-top: 5.75rem !important; } }
990
+
991
+
992
+ @media screen and (min-width: 799px) {
993
+ .post-container .ficha-metadata {
994
+ padding-right: 15.1% !important;
995
+ padding-left: 15.1% !important; }
996
+
997
+ .post-container .ficha-title {
998
+ padding-right: calc(15.1% - 0.001rem) !important;
999
+ padding-left: calc(15.1% - 0.001rem) !important; }
1000
+
1001
+ .post-container .ficha-extract {
1002
+ padding-right: 15.1% !important;
1003
+ padding-left: 15.1% !important;
1004
+ padding-top: 5.75rem !important; } }
1005
+
1006
+ @media screen and (min-width: 1228px) {
1007
+ .post-container .ficha-container {
1008
+ flex-basis: 61%;
1009
+ max-width: 61%;
1010
+ min-height: 100vh; }
1011
+
1012
+ .post-cover {
1013
+ flex-basis: 39%;
1014
+ max-width: 39%;
1015
+ min-height: auto;
1016
+ position: fixed;
1017
+ top: 36%; }
1018
+
1019
+ .workarround {
1020
+ flex-basis: 39%;
1021
+ max-width: 39%;
1022
+ min-height: auto; } }
1023
+
1024
+ /* PARTICLES */
1025
+
1026
+ #particles-js {
1027
+ width: 100%;
1028
+ height: 100%;
1029
+ background-color: #f9f9f9;
1030
+ background-image: url("");
1031
+ background-size: cover;
1032
+ background-position: 50% 50%;
1033
+ background-repeat: no-repeat;
1034
+ position: absolute;
1035
+ position: fixed;
1036
+ top: 0;
1037
+ left: 0;
1038
+ z-index: -1; }
1039
+
1040
+ /* MODALS */
1041
+
1042
+ .checker:checked + .modal {
1043
+ display: flex; }
1044
+
1045
+ .modal {
1046
+ display: none;
1047
+ justify-content: center;
1048
+ align-items: baseline;
1049
+ position: fixed;
1050
+ top: 2.5rem;
1051
+ right: 0;
1052
+ bottom: 0;
1053
+ left: 0;
1054
+ background-color: rgba(0, 0, 0, 0.4);
1055
+ overflow: scroll; }
1056
+
1057
+ .modal-body {
1058
+ max-width: 97%;
1059
+ background-color: var(--background); }
1060
+
1061
+
1062
+ .modal .ficha-extract, .modal .ficha-title, .modal .ficha-metadata {
1063
+ padding-right: 5% !important;
1064
+ padding-left: 5% !important; }
1065
+
1066
+ .modal .ficha-metadata {
1067
+ line-height: initial;
1068
+ text-align: left;
1069
+ /*display: block;*/ }
1070
+
1071
+ .modal .btn-container, footer .btn-container {
1072
+ margin: 1rem 0 1rem 0; }
1073
+
1074
+ label.morel {
1075
+ color: var(--color-1);
1076
+ font-weight: 500;
1077
+ transition: all 1s ease; }
1078
+
1079
+ label.morel:hover {
1080
+ color: var(--color-2);
1081
+ cursor: pointer; }
1082
+
1083
+ @media screen and (min-width: 601px) {
1084
+ .modal .ficha-metadata {
1085
+ display: flex; }
1086
+
1087
+ .modal .btn-container {
1088
+ flex-basis: 33%;
1089
+ padding: 0px 2% 0px 2%; } }
1090
+ @media screen and (min-width: 375px) {
1091
+ .modal .ficha-extract, .modal .ficha-title, .modal .ficha-metadata {
1092
+ padding-right: 15.1% !important;
1093
+ padding-left: 15.1% !important; } }
1094
+ @media screen and (min-width: 375px) and (max-width: 798px) {
1095
+ .modal-body {
1096
+ max-width: 90% !important; } }
1097
+ @media screen and (min-width: 799px) {
1098
+ .modal-body {
1099
+ max-width: 70% !important; } }
1100
+
1101
+
1102
+ /* 2.0 overrides */
1103
+
1104
+ h1.index {
1105
+
1106
+ font-size: 1.9rem;
1107
+ font-weight: 200;
1108
+ letter-spacing: 0.1rem;
1109
+ text-transform: uppercase;
1110
+ margin: 6.5rem 0px 6rem;
1111
+ text-align: center;
1112
+
1113
+ }
1114
+
1115
+ h1.list {
1116
+ visibility: hidden;
1117
+ }
1118
+
1119
+ h2.index,
1120
+ p.index {
1121
+
1122
+ margin: 1rem;
1123
+ }
1124
+
1125
+ .obras {
1126
+ margin-bottom: 0;
1127
+ }
1128
+
1129
+
1130
+ .overlay-text-inside {
1131
+ margin: 0 -1rem 1.3rem;
1132
+ font-size: 1rem;
1133
+ color: var(--background);
1134
+
1135
+ }
1136
+
1137
+
1138
+ .see-and-download {
1139
+ font-size: 1.8rem;
1140
+ margin-top: 1.3rem;
1141
+ color: var(--background);
1142
+ }
1143
+
1144
+ .clear {
1145
+ color: transparent;
1146
+ }
1147
+
1148
+
1149
+ .overlay {
1150
+ background-color: rgba(42, 52, 37, 0.88);
1151
+ }
1152
+
1153
+ /* footer */
1154
+ .default-footer {
1155
+ background: var(--background);
1156
+ padding-bottom: 100px;
1157
+ padding-top: 100px;
1158
+ box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.12), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
1159
+ }
1160
+ .text-center {
1161
+ text-align: center !important;}
1162
+ .dis-blk {
1163
+ display: block;
1164
+ margin-bottom: 30px;
1165
+ }
1166
+ .copy-right {
1167
+ font-size: 12px;
1168
+ color: #bac0cb;
1169
+ }
1170
+ footer .social a {
1171
+ font-size: 1.6rem;
1172
+ }
1173
+
1174
+
1175
+ .footer-logo {
1176
+ width: auto;
1177
+ }
1178
+ .mb-40 {
1179
+ margin-bottom: 40px;
1180
+ }
1181
+
1182
+
1183
+ /*
1184
+ blog */
1185
+
1186
+ .post-cover h1 {
1187
+ font-size: 2rem;
1188
+ font-weight: 600;
1189
+ line-height: 2rem;
1190
+ text-transform: none;
1191
+ }
1192
+
1193
+ .blog h2 {
1194
+ font-size: 1.688rem;
1195
+ font-weight: 500;
1196
+ text-transform: uppercase;
1197
+ margin: 3.5rem 0px 1rem;
1198
+ text-align: center; }
1199
+
1200
+
1201
+ .obras-ciudad {
1202
+ padding: 3rem;
1203
+ }
1204
+
1205
+ /* chriteria pages */
1206
+
1207
+ h1.criterios-city {
1208
+ margin: 6.5rem 0px 0rem
1209
+ }
1210
+
1211
+ p.criterios-city {
1212
+
1213
+ font-size: .9rem;
1214
+ font-weight: 100;
1215
+ line-height: 1.5em;
1216
+ text-align: center;
1217
+ margin: 3rem 0;
1218
+ }
1219
+
1220
+ /*MEDIA QUERIES FOR CRITERIOS HOVER */
1221
+
1222
+
1223
+ p.criterios-city {
1224
+ visibility: hidden;
1225
+ }
1226
+
1227
+ .chriteria {
1228
+ filter: brightness(0.30);
1229
+ }
1230
+
1231
+ .busqueda {
1232
+ text-align: center;
1233
+ }
1234
+
1235
+ div.busqueda {
1236
+ padding: 25vh 2rem;
1237
+ }
1238
+
1239
+ @media (hover:hover) and (pointer: fine) {
1240
+ p.criterios-city-mobile {
1241
+ visibility: hidden;
1242
+ }
1243
+
1244
+ p.criterios-city {
1245
+ visibility: visible;
1246
+ }
1247
+ }
1248
+
1249
+ .search-index {
1250
+ text-align: center;
1251
+ margin-bottom: 4rem;
1252
+ font-size: 1.8rem;}