Proyectos de Subversion LeadersLinked - Backend

Rev

Rev 15238 | Mostrar el archivo completo | | | Autoría | Ultima modificación | Ver Log |

Rev 15238 Rev 15776
Línea 1... Línea 1...
1
@charset "UTF-8";
1
@charset "UTF-8";
-
 
2
 
2
/*!
3
/*!
3
 * Bootstrap v5.1.3 (https://getbootstrap.com/)
4
 * Bootstrap v5.1.3 (https://getbootstrap.com/)
4
 * Copyright 2011-2021 The Bootstrap Authors
5
 * Copyright 2011-2021 The Bootstrap Authors
5
 * Copyright 2011-2021 Twitter, Inc.
6
 * Copyright 2011-2021 Twitter, Inc.
6
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
7
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
7
 */
8
 */
-
 
9
 
8
:root {
10
:root {
9
  --bs-blue: #0d6efd;
11
  --bs-blue: #0d6efd;
10
  --bs-indigo: #6610f2;
12
  --bs-indigo: #6610f2;
11
  --bs-purple: #6f42c1;
13
  --bs-purple: #6f42c1;
12
  --bs-pink: #d63384;
14
  --bs-pink: #d63384;
Línea 61... Línea 63...
61
 
63
 
62
*,
64
*,
63
*::before,
65
*::before,
64
*::after {
66
*::after {
65
  -webkit-box-sizing: border-box;
67
  -webkit-box-sizing: border-box;
66
          box-sizing: border-box;
68
  box-sizing: border-box;
Línea 67... Línea 69...
67
}
69
}
68
 
70
 
69
@media (prefers-reduced-motion: no-preference) {
71
@media (prefers-reduced-motion: no-preference) {
Línea 95... Línea 97...
95
 
97
 
96
hr:not([size]) {
98
hr:not([size]) {
97
  height: 1px;
99
  height: 1px;
Línea -... Línea 100...
-
 
100
}
-
 
101
 
-
 
102
h6,
-
 
103
h5,
-
 
104
h4,
-
 
105
h3,
98
}
-
 
99
 
106
h2,
100
h6, .h6, h5, .h5, h4, .h4, h3, .h3, h2, .h2, h1, .h1 {
107
h1 {
101
  margin-top: 0;
108
  margin-top: 0;
102
  margin-bottom: 0.5rem;
109
  margin-bottom: 0.5rem;
103
  font-family: "Inter", sans-serif;
110
  font-family: "Inter" sans-serif;
104
  font-weight: 700;
111
  font-weight: 700;
105
  line-height: 1.25;
112
  line-height: 1.25;
Línea 106... Línea 113...
106
  color: #14191e;
113
  color: #14191e;
107
}
114
}
108
 
115
 
109
h1, .h1 {
-
 
110
  font-size: calc(1.359375rem + 1.3125vw);
-
 
111
}
-
 
112
@media (min-width: 1200px) {
-
 
113
  h1, .h1 {
-
 
Línea 114... Línea 116...
114
    font-size: 2.34375rem;
116
h1 {
115
  }
117
  font-size: calc(1.359375rem + 1.3125vw);
116
}
118
}
117
 
-
 
118
h2, .h2 {
-
 
119
  font-size: calc(1.3125rem + 0.75vw);
-
 
120
}
-
 
121
@media (min-width: 1200px) {
-
 
Línea 122... Línea 119...
122
  h2, .h2 {
119
 
123
    font-size: 1.875rem;
120
h2 {
124
  }
121
  font-size: calc(1.3125rem + 0.75vw);
125
}
-
 
126
 
-
 
127
h3, .h3 {
-
 
128
  font-size: calc(1.2890625rem + 0.46875vw);
-
 
129
}
-
 
Línea 130... Línea 122...
130
@media (min-width: 1200px) {
122
}
131
  h3, .h3 {
123
 
132
    font-size: 1.640625rem;
124
h3 {
133
  }
-
 
134
}
-
 
135
 
-
 
136
h4, .h4 {
-
 
137
  font-size: calc(1.265625rem + 0.1875vw);
-
 
Línea 138... Línea 125...
138
}
125
  font-size: calc(1.2890625rem + 0.46875vw);
139
@media (min-width: 1200px) {
126
}
140
  h4, .h4 {
127
 
Línea 141... Línea 128...
141
    font-size: 1.40625rem;
128
h4 {
142
  }
129
  font-size: calc(1.265625rem + 0.1875vw);
143
}
130
}
Línea -... Línea 131...
-
 
131
 
-
 
132
h5 {
-
 
133
  font-size: 1.171875rem;
-
 
134
}
-
 
135
 
-
 
136
h6 {
-
 
137
  font-size: 0.9375rem;
-
 
138
}
-
 
139
 
-
 
140
@media (min-width: 1200px) {
-
 
141
  h1 {
-
 
142
    font-size: 2.34375rem;
-
 
143
  }
-
 
144
 
-
 
145
  h2 {
-
 
146
    font-size: 1.875rem;
-
 
147
  }
-
 
148
 
144
 
149
  h3 {
145
h5, .h5 {
150
    font-size: 1.640625rem;
146
  font-size: 1.171875rem;
151
  }
-
 
152
 
147
}
153
  h4 {
Línea 148... Línea 154...
148
 
154
    font-size: 1.40625rem;
149
h6, .h6 {
155
  }
150
  font-size: 0.9375rem;
-
 
151
}
156
}
152
 
157
 
153
p {
-
 
154
  margin-top: 0;
158
p {
155
  margin-bottom: 1rem;
159
  margin-top: 0;
Línea 156... Línea 160...
156
}
160
  margin-bottom: 0;
157
 
161
  line-height: 1.25;
158
abbr[title],
162
}
159
abbr[data-bs-original-title] {
163
 
160
  -webkit-text-decoration: underline dotted;
164
abbr[title],
Línea 161... Línea 165...
161
          text-decoration: underline dotted;
165
abbr[data-bs-original-title] {
162
  cursor: help;
166
  text-decoration: underline dotted;
163
  -webkit-text-decoration-skip-ink: none;
167
  cursor: help;
164
          text-decoration-skip-ink: none;
-
 
165
}
-
 
166
 
-
 
167
address {
-
 
168
  margin-bottom: 1rem;
-
 
169
  font-style: normal;
-
 
170
  line-height: inherit;
-
 
171
}
168
  text-decoration-skip-ink: none;
Línea 172... Línea 169...
172
 
169
}
173
ol,
170
 
174
ul {
171
address {
Línea 205... Línea 202...
205
b,
202
b,
206
strong {
203
strong {
207
  font-weight: bolder;
204
  font-weight: bolder;
208
}
205
}
Línea 209... Línea 206...
209
 
206
 
210
small, .small {
207
small {
211
  font-size: 0.875em;
208
  font-size: 0.875em;
Línea 212... Línea 209...
212
}
209
}
213
 
210
 
214
mark, .mark {
211
mark {
215
  padding: 0.2em;
212
  padding: 0.2em;
Línea 216... Línea 213...
216
  background-color: #fcf8e3;
213
  background-color: #fcf8e3;
Línea 234... Línea 231...
234
 
231
 
235
a {
232
a {
236
  color: #0f6fec;
233
  color: #0f6fec;
237
  text-decoration: none;
234
  text-decoration: none;
-
 
235
}
238
}
236
 
239
a:hover {
237
a:hover {
240
  color: #0c59bd;
238
  color: #0c59bd;
Línea -... Línea 239...
-
 
239
}
241
}
240
 
242
 
241
a:not([href]):not([class]),
243
a:not([href]):not([class]), a:not([href]):not([class]):hover {
242
a:not([href]):not([class]):hover {
244
  color: inherit;
243
  color: inherit;
Línea 245... Línea 244...
245
  text-decoration: none;
244
  text-decoration: none;
246
}
245
}
247
 
246
 
248
pre,
247
pre,
249
code,
248
code,
250
kbd,
249
kbd,
-
 
250
samp {
251
samp {
251
  font-family: var(--bs-font-monospace);
-
 
252
  font-size: 1em;
252
  font-family: var(--bs-font-monospace);
253
  direction: ltr
253
  font-size: 1em;
254
    /* rtl:ignore */
Línea 254... Línea 255...
254
  direction: ltr /* rtl:ignore */;
255
  ;
255
  unicode-bidi: bidi-override;
256
  unicode-bidi: bidi-override;
256
}
257
}
257
 
258
 
258
pre {
259
pre {
259
  display: block;
260
  display: block;
260
  margin-top: 0;
261
  margin-top: 0;
-
 
262
  margin-bottom: 1rem;
261
  margin-bottom: 1rem;
263
  overflow: auto;
262
  overflow: auto;
264
  font-size: 0.875em;
263
  font-size: 0.875em;
265
}
264
}
266
 
265
pre code {
267
pre code {
Línea 271... Línea 273...
271
code {
273
code {
272
  font-size: 0.875em;
274
  font-size: 0.875em;
273
  color: #d63384;
275
  color: #d63384;
274
  word-wrap: break-word;
276
  word-wrap: break-word;
275
}
277
}
-
 
278
 
276
a > code {
279
a>code {
277
  color: inherit;
280
  color: inherit;
278
}
281
}
Línea 279... Línea 282...
279
 
282
 
280
kbd {
283
kbd {
281
  padding: 0.2rem 0.4rem;
284
  padding: 0.2rem 0.4rem;
282
  font-size: 0.875em;
285
  font-size: 0.875em;
283
  color: #fff;
286
  color: #fff;
284
  background-color: #212529;
287
  background-color: #212529;
285
  border-radius: 0.2rem;
288
  border-radius: 0.2rem;
-
 
289
}
286
}
290
 
287
kbd kbd {
291
kbd kbd {
288
  padding: 0;
292
  padding: 0;
289
  font-size: 1em;
293
  font-size: 1em;
290
  font-weight: 700;
294
  font-weight: 700;
Línea 327... Línea 331...
327
  border-width: 0;
331
  border-width: 0;
328
}
332
}
Línea 329... Línea 333...
329
 
333
 
330
label {
334
label {
-
 
335
  display: inline-block;
-
 
336
  margin: 0 !important;
331
  display: inline-block;
337
  line-height: 1.25;
Línea 332... Línea 338...
332
}
338
}
333
 
339
 
334
button {
340
button {
Línea 360... Línea 366...
360
}
366
}
Línea 361... Línea 367...
361
 
367
 
362
select {
368
select {
363
  word-wrap: normal;
369
  word-wrap: normal;
-
 
370
}
364
}
371
 
365
select:disabled {
372
select:disabled {
366
  opacity: 1;
373
  opacity: 1;
Línea 367... Línea 374...
367
}
374
}
Línea 374... Línea 381...
374
[type=button],
381
[type=button],
375
[type=reset],
382
[type=reset],
376
[type=submit] {
383
[type=submit] {
377
  -webkit-appearance: button;
384
  -webkit-appearance: button;
378
}
385
}
-
 
386
 
379
button:not(:disabled),
387
button:not(:disabled),
380
[type=button]:not(:disabled),
388
[type=button]:not(:disabled),
381
[type=reset]:not(:disabled),
389
[type=reset]:not(:disabled),
382
[type=submit]:not(:disabled) {
390
[type=submit]:not(:disabled) {
383
  cursor: pointer;
391
  cursor: pointer;
Línea 405... Línea 413...
405
  padding: 0;
413
  padding: 0;
406
  margin-bottom: 0.5rem;
414
  margin-bottom: 0.5rem;
407
  font-size: calc(1.275rem + 0.3vw);
415
  font-size: calc(1.275rem + 0.3vw);
408
  line-height: inherit;
416
  line-height: inherit;
409
}
417
}
-
 
418
 
410
@media (min-width: 1200px) {
419
@media (min-width: 1200px) {
411
  legend {
420
  legend {
412
    font-size: 1.5rem;
421
    font-size: 1.5rem;
413
  }
422
  }
414
}
423
}
-
 
424
 
415
legend + * {
425
legend+* {
416
  clear: left;
426
  clear: left;
417
}
427
}
Línea 418... Línea 428...
418
 
428
 
419
::-webkit-datetime-edit-fields-wrapper,
429
::-webkit-datetime-edit-fields-wrapper,
Línea 493... Línea 503...
493
.display-1 {
503
.display-1 {
494
  font-size: calc(1.625rem + 4.5vw);
504
  font-size: calc(1.625rem + 4.5vw);
495
  font-weight: 700;
505
  font-weight: 700;
496
  line-height: 1.25;
506
  line-height: 1.25;
497
}
507
}
-
 
508
 
498
@media (min-width: 1200px) {
509
@media (min-width: 1200px) {
499
  .display-1 {
510
  .display-1 {
500
    font-size: 5rem;
511
    font-size: 5rem;
501
  }
512
  }
502
}
513
}
Línea 504... Línea 515...
504
.display-2 {
515
.display-2 {
505
  font-size: calc(1.575rem + 3.9vw);
516
  font-size: calc(1.575rem + 3.9vw);
506
  font-weight: 700;
517
  font-weight: 700;
507
  line-height: 1.25;
518
  line-height: 1.25;
508
}
519
}
-
 
520
 
509
@media (min-width: 1200px) {
521
@media (min-width: 1200px) {
510
  .display-2 {
522
  .display-2 {
511
    font-size: 4.5rem;
523
    font-size: 4.5rem;
512
  }
524
  }
513
}
525
}
Línea 515... Línea 527...
515
.display-3 {
527
.display-3 {
516
  font-size: calc(1.525rem + 3.3vw);
528
  font-size: calc(1.525rem + 3.3vw);
517
  font-weight: 700;
529
  font-weight: 700;
518
  line-height: 1.25;
530
  line-height: 1.25;
519
}
531
}
-
 
532
 
520
@media (min-width: 1200px) {
533
@media (min-width: 1200px) {
521
  .display-3 {
534
  .display-3 {
522
    font-size: 4rem;
535
    font-size: 4rem;
523
  }
536
  }
524
}
537
}
Línea 526... Línea 539...
526
.display-4 {
539
.display-4 {
527
  font-size: calc(1.475rem + 2.7vw);
540
  font-size: calc(1.475rem + 2.7vw);
528
  font-weight: 700;
541
  font-weight: 700;
529
  line-height: 1.25;
542
  line-height: 1.25;
530
}
543
}
-
 
544
 
531
@media (min-width: 1200px) {
545
@media (min-width: 1200px) {
532
  .display-4 {
546
  .display-4 {
533
    font-size: 3.5rem;
547
    font-size: 3.5rem;
534
  }
548
  }
535
}
549
}
Línea 537... Línea 551...
537
.display-5 {
551
.display-5 {
538
  font-size: calc(1.425rem + 2.1vw);
552
  font-size: calc(1.425rem + 2.1vw);
539
  font-weight: 700;
553
  font-weight: 700;
540
  line-height: 1.25;
554
  line-height: 1.25;
541
}
555
}
-
 
556
 
542
@media (min-width: 1200px) {
557
@media (min-width: 1200px) {
543
  .display-5 {
558
  .display-5 {
544
    font-size: 3rem;
559
    font-size: 3rem;
545
  }
560
  }
546
}
561
}
Línea 548... Línea 563...
548
.display-6 {
563
.display-6 {
549
  font-size: calc(1.375rem + 1.5vw);
564
  font-size: calc(1.375rem + 1.5vw);
550
  font-weight: 700;
565
  font-weight: 700;
551
  line-height: 1.25;
566
  line-height: 1.25;
552
}
567
}
-
 
568
 
553
@media (min-width: 1200px) {
569
@media (min-width: 1200px) {
554
  .display-6 {
570
  .display-6 {
555
    font-size: 2.5rem;
571
    font-size: 2.5rem;
556
  }
572
  }
557
}
573
}
Línea 567... Línea 583...
567
}
583
}
Línea 568... Línea 584...
568
 
584
 
569
.list-inline-item {
585
.list-inline-item {
570
  display: inline-block;
586
  display: inline-block;
-
 
587
}
571
}
588
 
572
.list-inline-item:not(:last-child) {
589
.list-inline-item:not(:last-child) {
573
  margin-right: 0.5rem;
590
  margin-right: 0.5rem;
Línea 574... Línea 591...
574
}
591
}
Línea 580... Línea 597...
580
 
597
 
581
.blockquote {
598
.blockquote {
582
  margin-bottom: 1rem;
599
  margin-bottom: 1rem;
583
  font-size: 1.25rem;
600
  font-size: 1.25rem;
-
 
601
}
584
}
602
 
585
.blockquote > :last-child {
603
.blockquote> :last-child {
586
  margin-bottom: 0;
604
  margin-bottom: 0;
Línea 587... Línea 605...
587
}
605
}
588
 
606
 
589
.blockquote-footer {
607
.blockquote-footer {
590
  margin-top: -1rem;
608
  margin-top: -1rem;
591
  margin-bottom: 1rem;
609
  margin-bottom: 1rem;
592
  font-size: 0.875em;
610
  font-size: 0.875em;
-
 
611
  color: #6c757d;
593
  color: #6c757d;
612
}
594
}
613
 
595
.blockquote-footer::before {
614
.blockquote-footer::before {
Línea 596... Línea 615...
596
  content: "— ";
615
  content: "— ";
Línea 637... Línea 656...
637
  margin-right: auto;
656
  margin-right: auto;
638
  margin-left: auto;
657
  margin-left: auto;
639
}
658
}
Línea 640... Línea 659...
640
 
659
 
-
 
660
@media (min-width: 576px) {
641
@media (min-width: 576px) {
661
 
-
 
662
  .container-sm,
642
  .container-sm, .container {
663
  .container {
643
    max-width: 96%;
664
    max-width: 96%;
644
  }
665
  }
-
 
666
}
645
}
667
 
-
 
668
@media (min-width: 768px) {
-
 
669
 
646
@media (min-width: 768px) {
670
  .container-md,
-
 
671
  .container-sm,
647
  .container-md, .container-sm, .container {
672
  .container {
648
    max-width: 100%;
673
    max-width: 100%;
649
  }
674
  }
-
 
675
}
650
}
676
 
-
 
677
@media (min-width: 992px) {
-
 
678
 
-
 
679
  .container-lg,
651
@media (min-width: 992px) {
680
  .container-md,
-
 
681
  .container-sm,
652
  .container-lg, .container-md, .container-sm, .container {
682
  .container {
653
    max-width: 100%;
683
    max-width: 100%;
654
  }
684
  }
-
 
685
}
655
}
686
 
-
 
687
@media (min-width: 1200px) {
-
 
688
 
-
 
689
  .container-xl,
-
 
690
  .container-lg,
656
@media (min-width: 1200px) {
691
  .container-md,
-
 
692
  .container-sm,
657
  .container-xl, .container-lg, .container-md, .container-sm, .container {
693
  .container {
658
    max-width: 1140px;
694
    max-width: 1140px;
659
  }
695
  }
-
 
696
}
660
}
697
 
-
 
698
@media (min-width: 1400px) {
661
@media (min-width: 1400px) {
699
 
-
 
700
  .container-xxl,
-
 
701
  .container-xl,
-
 
702
  .container-lg,
-
 
703
  .container-md,
-
 
704
  .container-sm,
662
  .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
705
  .container {
663
    max-width: 1200px;
706
    max-width: 1200px;
664
  }
707
  }
-
 
708
}
665
}
709
 
666
.row {
710
.row {
667
  --bs-gutter-x: 1.5rem;
711
  --bs-gutter-x: 1.5rem;
668
  --bs-gutter-y: 0;
712
  --bs-gutter-y: 0;
669
  display: -webkit-box;
713
  display: -webkit-box;
670
  display: -ms-flexbox;
714
  display: -ms-flexbox;
671
  display: flex;
715
  display: flex;
672
  -ms-flex-wrap: wrap;
716
  -ms-flex-wrap: wrap;
673
      flex-wrap: wrap;
717
  flex-wrap: wrap;
674
  margin-top: calc(-1 * var(--bs-gutter-y));
718
  margin-top: calc(-1 * var(--bs-gutter-y));
675
  margin-right: calc(-0.5 * var(--bs-gutter-x));
719
  margin-right: calc(-0.5 * var(--bs-gutter-x));
676
  margin-left: calc(-0.5 * var(--bs-gutter-x));
720
  margin-left: calc(-0.5 * var(--bs-gutter-x));
-
 
721
}
677
}
722
 
678
.row > * {
723
.row>* {
679
  -ms-flex-negative: 0;
724
  -ms-flex-negative: 0;
680
      flex-shrink: 0;
725
  flex-shrink: 0;
681
  width: 100%;
726
  width: 100%;
682
  max-width: 100%;
727
  max-width: 100%;
683
  padding-right: calc(var(--bs-gutter-x) * 0.5);
728
  padding-right: calc(var(--bs-gutter-x) * 0.5);
684
  padding-left: calc(var(--bs-gutter-x) * 0.5);
729
  padding-left: calc(var(--bs-gutter-x) * 0.5);
685
  margin-top: var(--bs-gutter-y);
730
  margin-top: var(--bs-gutter-y);
Línea 686... Línea 731...
686
}
731
}
687
 
732
 
688
.col {
733
.col {
689
  -webkit-box-flex: 1;
734
  -webkit-box-flex: 1;
690
      -ms-flex: 1 0 0%;
735
  -ms-flex: 1 0 0%;
Línea 691... Línea 736...
691
          flex: 1 0 0%;
736
  flex: 1 0 0%;
692
}
737
}
693
 
738
 
694
.row-cols-auto > * {
739
.row-cols-auto>* {
695
  -webkit-box-flex: 0;
740
  -webkit-box-flex: 0;
696
      -ms-flex: 0 0 auto;
741
  -ms-flex: 0 0 auto;
Línea 697... Línea 742...
697
          flex: 0 0 auto;
742
  flex: 0 0 auto;
698
  width: auto;
743
  width: auto;
699
}
744
}
700
 
745
 
701
.row-cols-1 > * {
746
.row-cols-1>* {
702
  -webkit-box-flex: 0;
747
  -webkit-box-flex: 0;
Línea 703... Línea 748...
703
      -ms-flex: 0 0 auto;
748
  -ms-flex: 0 0 auto;
704
          flex: 0 0 auto;
749
  flex: 0 0 auto;
705
  width: 100%;
750
  width: 100%;
706
}
751
}
707
 
752
 
708
.row-cols-2 > * {
753
.row-cols-2>* {
Línea 709... Línea 754...
709
  -webkit-box-flex: 0;
754
  -webkit-box-flex: 0;
710
      -ms-flex: 0 0 auto;
755
  -ms-flex: 0 0 auto;
711
          flex: 0 0 auto;
756
  flex: 0 0 auto;
712
  width: 50%;
757
  width: 50%;
713
}
758
}
714
 
759
 
Línea 715... Línea 760...
715
.row-cols-3 > * {
760
.row-cols-3>* {
716
  -webkit-box-flex: 0;
761
  -webkit-box-flex: 0;
717
      -ms-flex: 0 0 auto;
762
  -ms-flex: 0 0 auto;
718
          flex: 0 0 auto;
763
  flex: 0 0 auto;
719
  width: 33.3333333333%;
764
  width: 33.3333333333%;
720
}
765
}
Línea 721... Línea 766...
721
 
766
 
722
.row-cols-4 > * {
767
.row-cols-4>* {
723
  -webkit-box-flex: 0;
768
  -webkit-box-flex: 0;
724
      -ms-flex: 0 0 auto;
769
  -ms-flex: 0 0 auto;
725
          flex: 0 0 auto;
770
  flex: 0 0 auto;
726
  width: 25%;
771
  width: 25%;
Línea 727... Línea 772...
727
}
772
}
728
 
773
 
729
.row-cols-5 > * {
774
.row-cols-5>* {
730
  -webkit-box-flex: 0;
775
  -webkit-box-flex: 0;
731
      -ms-flex: 0 0 auto;
776
  -ms-flex: 0 0 auto;
732
          flex: 0 0 auto;
777
  flex: 0 0 auto;
Línea 733... Línea 778...
733
  width: 20%;
778
  width: 20%;
734
}
779
}
735
 
780
 
736
.row-cols-6 > * {
781
.row-cols-6>* {
737
  -webkit-box-flex: 0;
782
  -webkit-box-flex: 0;
738
      -ms-flex: 0 0 auto;
783
  -ms-flex: 0 0 auto;
Línea 739... Línea 784...
739
          flex: 0 0 auto;
784
  flex: 0 0 auto;
740
  width: 16.6666666667%;
785
  width: 16.6666666667%;
741
}
786
}
742
 
787
 
743
.col-auto {
788
.col-auto {
744
  -webkit-box-flex: 0;
789
  -webkit-box-flex: 0;
Línea 745... Línea 790...
745
      -ms-flex: 0 0 auto;
790
  -ms-flex: 0 0 auto;
746
          flex: 0 0 auto;
791
  flex: 0 0 auto;
747
  width: auto;
792
  width: auto;
748
}
793
}
749
 
794
 
750
.col-1 {
795
.col-1 {
Línea 751... Línea 796...
751
  -webkit-box-flex: 0;
796
  -webkit-box-flex: 0;
752
      -ms-flex: 0 0 auto;
797
  -ms-flex: 0 0 auto;
753
          flex: 0 0 auto;
798
  flex: 0 0 auto;
754
  width: 8.33333333%;
799
  width: 8.33333333%;
755
}
800
}
756
 
801
 
Línea 757... Línea 802...
757
.col-2 {
802
.col-2 {
758
  -webkit-box-flex: 0;
803
  -webkit-box-flex: 0;
759
      -ms-flex: 0 0 auto;
804
  -ms-flex: 0 0 auto;
760
          flex: 0 0 auto;
805
  flex: 0 0 auto;
761
  width: 16.66666667%;
806
  width: 16.66666667%;
762
}
807
}
Línea 763... Línea 808...
763
 
808
 
764
.col-3 {
809
.col-3 {
765
  -webkit-box-flex: 0;
810
  -webkit-box-flex: 0;
766
      -ms-flex: 0 0 auto;
811
  -ms-flex: 0 0 auto;
767
          flex: 0 0 auto;
812
  flex: 0 0 auto;
768
  width: 25%;
813
  width: 25%;
Línea 769... Línea 814...
769
}
814
}
770
 
815
 
771
.col-4 {
816
.col-4 {
772
  -webkit-box-flex: 0;
817
  -webkit-box-flex: 0;
773
      -ms-flex: 0 0 auto;
818
  -ms-flex: 0 0 auto;
774
          flex: 0 0 auto;
819
  flex: 0 0 auto;
Línea 775... Línea 820...
775
  width: 33.33333333%;
820
  width: 33.33333333%;
776
}
821
}
777
 
822
 
778
.col-5 {
823
.col-5 {
779
  -webkit-box-flex: 0;
824
  -webkit-box-flex: 0;
780
      -ms-flex: 0 0 auto;
825
  -ms-flex: 0 0 auto;
Línea 781... Línea 826...
781
          flex: 0 0 auto;
826
  flex: 0 0 auto;
782
  width: 41.66666667%;
827
  width: 41.66666667%;
783
}
828
}
784
 
829
 
785
.col-6 {
830
.col-6 {
786
  -webkit-box-flex: 0;
831
  -webkit-box-flex: 0;
Línea 787... Línea 832...
787
      -ms-flex: 0 0 auto;
832
  -ms-flex: 0 0 auto;
788
          flex: 0 0 auto;
833
  flex: 0 0 auto;
789
  width: 50%;
834
  width: 50%;
790
}
835
}
791
 
836
 
792
.col-7 {
837
.col-7 {
Línea 793... Línea 838...
793
  -webkit-box-flex: 0;
838
  -webkit-box-flex: 0;
794
      -ms-flex: 0 0 auto;
839
  -ms-flex: 0 0 auto;
795
          flex: 0 0 auto;
840
  flex: 0 0 auto;
796
  width: 58.33333333%;
841
  width: 58.33333333%;
797
}
842
}
798
 
843
 
Línea 799... Línea 844...
799
.col-8 {
844
.col-8 {
800
  -webkit-box-flex: 0;
845
  -webkit-box-flex: 0;
801
      -ms-flex: 0 0 auto;
846
  -ms-flex: 0 0 auto;
802
          flex: 0 0 auto;
847
  flex: 0 0 auto;
803
  width: 66.66666667%;
848
  width: 66.66666667%;
804
}
849
}
Línea 805... Línea 850...
805
 
850
 
806
.col-9 {
851
.col-9 {
807
  -webkit-box-flex: 0;
852
  -webkit-box-flex: 0;
808
      -ms-flex: 0 0 auto;
853
  -ms-flex: 0 0 auto;
809
          flex: 0 0 auto;
854
  flex: 0 0 auto;
810
  width: 75%;
855
  width: 75%;
Línea 811... Línea 856...
811
}
856
}
812
 
857
 
Línea 936... Línea 981...
936
}
981
}
Línea 937... Línea 982...
937
 
982
 
938
@media (min-width: 576px) {
983
@media (min-width: 576px) {
939
  .col-sm {
984
  .col-sm {
940
    -webkit-box-flex: 1;
985
    -webkit-box-flex: 1;
941
        -ms-flex: 1 0 0%;
986
    -ms-flex: 1 0 0%;
942
            flex: 1 0 0%;
987
    flex: 1 0 0%;
Línea 943... Línea 988...
943
  }
988
  }
944
 
989
 
945
  .row-cols-sm-auto > * {
990
  .row-cols-sm-auto>* {
946
    -webkit-box-flex: 0;
991
    -webkit-box-flex: 0;
947
        -ms-flex: 0 0 auto;
992
    -ms-flex: 0 0 auto;
948
            flex: 0 0 auto;
993
    flex: 0 0 auto;
Línea 949... Línea 994...
949
    width: auto;
994
    width: auto;
950
  }
995
  }
951
 
996
 
952
  .row-cols-sm-1 > * {
997
  .row-cols-sm-1>* {
953
    -webkit-box-flex: 0;
998
    -webkit-box-flex: 0;
954
        -ms-flex: 0 0 auto;
999
    -ms-flex: 0 0 auto;
Línea 955... Línea 1000...
955
            flex: 0 0 auto;
1000
    flex: 0 0 auto;
956
    width: 100%;
1001
    width: 100%;
957
  }
1002
  }
958
 
1003
 
959
  .row-cols-sm-2 > * {
1004
  .row-cols-sm-2>* {
960
    -webkit-box-flex: 0;
1005
    -webkit-box-flex: 0;
Línea 961... Línea 1006...
961
        -ms-flex: 0 0 auto;
1006
    -ms-flex: 0 0 auto;
962
            flex: 0 0 auto;
1007
    flex: 0 0 auto;
963
    width: 50%;
1008
    width: 50%;
964
  }
1009
  }
965
 
1010
 
966
  .row-cols-sm-3 > * {
1011
  .row-cols-sm-3>* {
Línea 967... Línea 1012...
967
    -webkit-box-flex: 0;
1012
    -webkit-box-flex: 0;
968
        -ms-flex: 0 0 auto;
1013
    -ms-flex: 0 0 auto;
969
            flex: 0 0 auto;
1014
    flex: 0 0 auto;
970
    width: 33.3333333333%;
1015
    width: 33.3333333333%;
971
  }
1016
  }
972
 
1017
 
Línea 973... Línea 1018...
973
  .row-cols-sm-4 > * {
1018
  .row-cols-sm-4>* {
974
    -webkit-box-flex: 0;
1019
    -webkit-box-flex: 0;
975
        -ms-flex: 0 0 auto;
1020
    -ms-flex: 0 0 auto;
976
            flex: 0 0 auto;
1021
    flex: 0 0 auto;
977
    width: 25%;
1022
    width: 25%;
978
  }
1023
  }
Línea 979... Línea 1024...
979
 
1024
 
980
  .row-cols-sm-5 > * {
1025
  .row-cols-sm-5>* {
981
    -webkit-box-flex: 0;
1026
    -webkit-box-flex: 0;
982
        -ms-flex: 0 0 auto;
1027
    -ms-flex: 0 0 auto;
983
            flex: 0 0 auto;
1028
    flex: 0 0 auto;
984
    width: 20%;
1029
    width: 20%;
Línea 985... Línea 1030...
985
  }
1030
  }
986
 
1031
 
987
  .row-cols-sm-6 > * {
1032
  .row-cols-sm-6>* {
988
    -webkit-box-flex: 0;
1033
    -webkit-box-flex: 0;
989
        -ms-flex: 0 0 auto;
1034
    -ms-flex: 0 0 auto;
990
            flex: 0 0 auto;
1035
    flex: 0 0 auto;
Línea 991... Línea 1036...
991
    width: 16.6666666667%;
1036
    width: 16.6666666667%;
992
  }
1037
  }
993
 
1038
 
994
  .col-sm-auto {
1039
  .col-sm-auto {
995
    -webkit-box-flex: 0;
1040
    -webkit-box-flex: 0;
996
        -ms-flex: 0 0 auto;
1041
    -ms-flex: 0 0 auto;
Línea 997... Línea 1042...
997
            flex: 0 0 auto;
1042
    flex: 0 0 auto;
998
    width: auto;
1043
    width: auto;
999
  }
1044
  }
1000
 
1045
 
1001
  .col-sm-1 {
1046
  .col-sm-1 {
1002
    -webkit-box-flex: 0;
1047
    -webkit-box-flex: 0;
Línea 1003... Línea 1048...
1003
        -ms-flex: 0 0 auto;
1048
    -ms-flex: 0 0 auto;
1004
            flex: 0 0 auto;
1049
    flex: 0 0 auto;
1005
    width: 8.33333333%;
1050
    width: 8.33333333%;
1006
  }
1051
  }
1007
 
1052
 
1008
  .col-sm-2 {
1053
  .col-sm-2 {
Línea 1009... Línea 1054...
1009
    -webkit-box-flex: 0;
1054
    -webkit-box-flex: 0;
1010
        -ms-flex: 0 0 auto;
1055
    -ms-flex: 0 0 auto;
1011
            flex: 0 0 auto;
1056
    flex: 0 0 auto;
1012
    width: 16.66666667%;
1057
    width: 16.66666667%;
1013
  }
1058
  }
1014
 
1059
 
Línea 1015... Línea 1060...
1015
  .col-sm-3 {
1060
  .col-sm-3 {
1016
    -webkit-box-flex: 0;
1061
    -webkit-box-flex: 0;
1017
        -ms-flex: 0 0 auto;
1062
    -ms-flex: 0 0 auto;
1018
            flex: 0 0 auto;
1063
    flex: 0 0 auto;
1019
    width: 25%;
1064
    width: 25%;
1020
  }
1065
  }
Línea 1021... Línea 1066...
1021
 
1066
 
1022
  .col-sm-4 {
1067
  .col-sm-4 {
1023
    -webkit-box-flex: 0;
1068
    -webkit-box-flex: 0;
1024
        -ms-flex: 0 0 auto;
1069
    -ms-flex: 0 0 auto;
1025
            flex: 0 0 auto;
1070
    flex: 0 0 auto;
1026
    width: 33.33333333%;
1071
    width: 33.33333333%;
Línea 1027... Línea 1072...
1027
  }
1072
  }
1028
 
1073
 
1029
  .col-sm-5 {
1074
  .col-sm-5 {
1030
    -webkit-box-flex: 0;
1075
    -webkit-box-flex: 0;
1031
        -ms-flex: 0 0 auto;
1076
    -ms-flex: 0 0 auto;
1032
            flex: 0 0 auto;
1077
    flex: 0 0 auto;
Línea 1033... Línea 1078...
1033
    width: 41.66666667%;
1078
    width: 41.66666667%;
1034
  }
1079
  }
1035
 
1080
 
1036
  .col-sm-6 {
1081
  .col-sm-6 {
1037
    -webkit-box-flex: 0;
1082
    -webkit-box-flex: 0;
1038
        -ms-flex: 0 0 auto;
1083
    -ms-flex: 0 0 auto;
Línea 1039... Línea 1084...
1039
            flex: 0 0 auto;
1084
    flex: 0 0 auto;
1040
    width: 50%;
1085
    width: 50%;
1041
  }
1086
  }
1042
 
1087
 
1043
  .col-sm-7 {
1088
  .col-sm-7 {
1044
    -webkit-box-flex: 0;
1089
    -webkit-box-flex: 0;
Línea 1045... Línea 1090...
1045
        -ms-flex: 0 0 auto;
1090
    -ms-flex: 0 0 auto;
1046
            flex: 0 0 auto;
1091
    flex: 0 0 auto;
1047
    width: 58.33333333%;
1092
    width: 58.33333333%;
1048
  }
1093
  }
1049
 
1094
 
1050
  .col-sm-8 {
1095
  .col-sm-8 {
Línea 1051... Línea 1096...
1051
    -webkit-box-flex: 0;
1096
    -webkit-box-flex: 0;
1052
        -ms-flex: 0 0 auto;
1097
    -ms-flex: 0 0 auto;
1053
            flex: 0 0 auto;
1098
    flex: 0 0 auto;
1054
    width: 66.66666667%;
1099
    width: 66.66666667%;
1055
  }
1100
  }
1056
 
1101
 
Línea 1057... Línea 1102...
1057
  .col-sm-9 {
1102
  .col-sm-9 {
1058
    -webkit-box-flex: 0;
1103
    -webkit-box-flex: 0;
1059
        -ms-flex: 0 0 auto;
1104
    -ms-flex: 0 0 auto;
1060
            flex: 0 0 auto;
1105
    flex: 0 0 auto;
1061
    width: 75%;
1106
    width: 75%;
1062
  }
1107
  }
Línea 1063... Línea 1108...
1063
 
1108
 
1064
  .col-sm-10 {
1109
  .col-sm-10 {
Línea 1129... Línea 1174...
1129
  .offset-sm-11 {
1174
  .offset-sm-11 {
1130
    margin-left: 91.66666667%;
1175
    margin-left: 91.66666667%;
1131
  }
1176
  }
Línea 1132... Línea 1177...
1132
 
1177
 
1133
  .g-sm-0,
1178
  .g-sm-0,
1134
.gx-sm-0 {
1179
  .gx-sm-0 {
1135
    --bs-gutter-x: 0;
1180
    --bs-gutter-x: 0;
Línea 1136... Línea 1181...
1136
  }
1181
  }
1137
 
1182
 
1138
  .g-sm-0,
1183
  .g-sm-0,
1139
.gy-sm-0 {
1184
  .gy-sm-0 {
Línea 1140... Línea 1185...
1140
    --bs-gutter-y: 0;
1185
    --bs-gutter-y: 0;
1141
  }
1186
  }
1142
 
1187
 
1143
  .g-sm-1,
1188
  .g-sm-1,
Línea 1144... Línea 1189...
1144
.gx-sm-1 {
1189
  .gx-sm-1 {
1145
    --bs-gutter-x: 0.25rem;
1190
    --bs-gutter-x: 0.25rem;
1146
  }
1191
  }
1147
 
1192
 
Línea 1148... Línea 1193...
1148
  .g-sm-1,
1193
  .g-sm-1,
1149
.gy-sm-1 {
1194
  .gy-sm-1 {
1150
    --bs-gutter-y: 0.25rem;
1195
    --bs-gutter-y: 0.25rem;
1151
  }
1196
  }
Línea 1152... Línea 1197...
1152
 
1197
 
1153
  .g-sm-2,
1198
  .g-sm-2,
1154
.gx-sm-2 {
1199
  .gx-sm-2 {
1155
    --bs-gutter-x: 0.5rem;
1200
    --bs-gutter-x: 0.5rem;
Línea 1156... Línea 1201...
1156
  }
1201
  }
1157
 
1202
 
1158
  .g-sm-2,
1203
  .g-sm-2,
1159
.gy-sm-2 {
1204
  .gy-sm-2 {
Línea 1160... Línea 1205...
1160
    --bs-gutter-y: 0.5rem;
1205
    --bs-gutter-y: 0.5rem;
1161
  }
1206
  }
1162
 
1207
 
1163
  .g-sm-3,
1208
  .g-sm-3,
Línea 1164... Línea 1209...
1164
.gx-sm-3 {
1209
  .gx-sm-3 {
1165
    --bs-gutter-x: 1rem;
1210
    --bs-gutter-x: 1rem;
1166
  }
1211
  }
1167
 
1212
 
Línea 1168... Línea 1213...
1168
  .g-sm-3,
1213
  .g-sm-3,
1169
.gy-sm-3 {
1214
  .gy-sm-3 {
1170
    --bs-gutter-y: 1rem;
1215
    --bs-gutter-y: 1rem;
1171
  }
1216
  }
Línea 1172... Línea 1217...
1172
 
1217
 
1173
  .g-sm-4,
1218
  .g-sm-4,
1174
.gx-sm-4 {
1219
  .gx-sm-4 {
1175
    --bs-gutter-x: 1.5rem;
1220
    --bs-gutter-x: 1.5rem;
Línea 1176... Línea 1221...
1176
  }
1221
  }
1177
 
1222
 
1178
  .g-sm-4,
1223
  .g-sm-4,
1179
.gy-sm-4 {
1224
  .gy-sm-4 {
1180
    --bs-gutter-y: 1.5rem;
1225
    --bs-gutter-y: 1.5rem;
-
 
1226
  }
1181
  }
1227
 
1182
 
1228
  .g-sm-5,
1183
  .g-sm-5,
1229
  .gx-sm-5 {
1184
.gx-sm-5 {
1230
    --bs-gutter-x: 3rem;
1185
    --bs-gutter-x: 3rem;
1231
  }
1186
  }
1232
 
Línea 1187... Línea 1233...
1187
 
1233
  .g-sm-5,
1188
  .g-sm-5,
1234
  .gy-sm-5 {
1189
.gy-sm-5 {
1235
    --bs-gutter-y: 3rem;
1190
    --bs-gutter-y: 3rem;
1236
  }
1191
  }
1237
}
1192
}
1238
 
Línea 1193... Línea 1239...
1193
@media (min-width: 768px) {
1239
@media (min-width: 768px) {
1194
  .col-md {
1240
  .col-md {
1195
    -webkit-box-flex: 1;
1241
    -webkit-box-flex: 1;
1196
        -ms-flex: 1 0 0%;
1242
    -ms-flex: 1 0 0%;
1197
            flex: 1 0 0%;
1243
    flex: 1 0 0%;
1198
  }
1244
  }
Línea 1199... Línea 1245...
1199
 
1245
 
1200
  .row-cols-md-auto > * {
1246
  .row-cols-md-auto>* {
1201
    -webkit-box-flex: 0;
1247
    -webkit-box-flex: 0;
1202
        -ms-flex: 0 0 auto;
1248
    -ms-flex: 0 0 auto;
1203
            flex: 0 0 auto;
1249
    flex: 0 0 auto;
1204
    width: auto;
1250
    width: auto;
Línea 1205... Línea 1251...
1205
  }
1251
  }
1206
 
1252
 
1207
  .row-cols-md-1 > * {
1253
  .row-cols-md-1>* {
1208
    -webkit-box-flex: 0;
1254
    -webkit-box-flex: 0;
1209
        -ms-flex: 0 0 auto;
1255
    -ms-flex: 0 0 auto;
1210
            flex: 0 0 auto;
1256
    flex: 0 0 auto;
Línea 1211... Línea 1257...
1211
    width: 100%;
1257
    width: 100%;
1212
  }
1258
  }
1213
 
1259
 
1214
  .row-cols-md-2 > * {
1260
  .row-cols-md-2>* {
1215
    -webkit-box-flex: 0;
1261
    -webkit-box-flex: 0;
1216
        -ms-flex: 0 0 auto;
1262
    -ms-flex: 0 0 auto;
Línea 1217... Línea 1263...
1217
            flex: 0 0 auto;
1263
    flex: 0 0 auto;
1218
    width: 50%;
1264
    width: 50%;
1219
  }
1265
  }
1220
 
1266
 
1221
  .row-cols-md-3 > * {
1267
  .row-cols-md-3>* {
1222
    -webkit-box-flex: 0;
1268
    -webkit-box-flex: 0;
Línea 1223... Línea 1269...
1223
        -ms-flex: 0 0 auto;
1269
    -ms-flex: 0 0 auto;
1224
            flex: 0 0 auto;
1270
    flex: 0 0 auto;
1225
    width: 33.3333333333%;
1271
    width: 33.3333333333%;
1226
  }
1272
  }
1227
 
1273
 
1228
  .row-cols-md-4 > * {
1274
  .row-cols-md-4>* {
Línea 1229... Línea 1275...
1229
    -webkit-box-flex: 0;
1275
    -webkit-box-flex: 0;
1230
        -ms-flex: 0 0 auto;
1276
    -ms-flex: 0 0 auto;
1231
            flex: 0 0 auto;
1277
    flex: 0 0 auto;
1232
    width: 25%;
1278
    width: 25%;
1233
  }
1279
  }
1234
 
1280
 
Línea 1235... Línea 1281...
1235
  .row-cols-md-5 > * {
1281
  .row-cols-md-5>* {
1236
    -webkit-box-flex: 0;
1282
    -webkit-box-flex: 0;
1237
        -ms-flex: 0 0 auto;
1283
    -ms-flex: 0 0 auto;
1238
            flex: 0 0 auto;
1284
    flex: 0 0 auto;
1239
    width: 20%;
1285
    width: 20%;
1240
  }
1286
  }
Línea 1241... Línea 1287...
1241
 
1287
 
1242
  .row-cols-md-6 > * {
1288
  .row-cols-md-6>* {
1243
    -webkit-box-flex: 0;
1289
    -webkit-box-flex: 0;
1244
        -ms-flex: 0 0 auto;
1290
    -ms-flex: 0 0 auto;
1245
            flex: 0 0 auto;
1291
    flex: 0 0 auto;
1246
    width: 16.6666666667%;
1292
    width: 16.6666666667%;
Línea 1247... Línea 1293...
1247
  }
1293
  }
1248
 
1294
 
1249
  .col-md-auto {
1295
  .col-md-auto {
1250
    -webkit-box-flex: 0;
1296
    -webkit-box-flex: 0;
1251
        -ms-flex: 0 0 auto;
1297
    -ms-flex: 0 0 auto;
1252
            flex: 0 0 auto;
1298
    flex: 0 0 auto;
Línea 1253... Línea 1299...
1253
    width: auto;
1299
    width: auto;
1254
  }
1300
  }
1255
 
1301
 
1256
  .col-md-1 {
1302
  .col-md-1 {
1257
    -webkit-box-flex: 0;
1303
    -webkit-box-flex: 0;
1258
        -ms-flex: 0 0 auto;
1304
    -ms-flex: 0 0 auto;
Línea 1259... Línea 1305...
1259
            flex: 0 0 auto;
1305
    flex: 0 0 auto;
1260
    width: 8.33333333%;
1306
    width: 8.33333333%;
1261
  }
1307
  }
1262
 
1308
 
1263
  .col-md-2 {
1309
  .col-md-2 {
1264
    -webkit-box-flex: 0;
1310
    -webkit-box-flex: 0;
Línea 1265... Línea 1311...
1265
        -ms-flex: 0 0 auto;
1311
    -ms-flex: 0 0 auto;
1266
            flex: 0 0 auto;
1312
    flex: 0 0 auto;
1267
    width: 16.66666667%;
1313
    width: 16.66666667%;
1268
  }
1314
  }
1269
 
1315
 
1270
  .col-md-3 {
1316
  .col-md-3 {
Línea 1271... Línea 1317...
1271
    -webkit-box-flex: 0;
1317
    -webkit-box-flex: 0;
1272
        -ms-flex: 0 0 auto;
1318
    -ms-flex: 0 0 auto;
1273
            flex: 0 0 auto;
1319
    flex: 0 0 auto;
1274
    width: 25%;
1320
    width: 25%;
1275
  }
1321
  }
1276
 
1322
 
Línea 1277... Línea 1323...
1277
  .col-md-4 {
1323
  .col-md-4 {
1278
    -webkit-box-flex: 0;
1324
    -webkit-box-flex: 0;
1279
        -ms-flex: 0 0 auto;
1325
    -ms-flex: 0 0 auto;
1280
            flex: 0 0 auto;
1326
    flex: 0 0 auto;
1281
    width: 33.33333333%;
1327
    width: 33.33333333%;
1282
  }
1328
  }
Línea 1283... Línea 1329...
1283
 
1329
 
1284
  .col-md-5 {
1330
  .col-md-5 {
1285
    -webkit-box-flex: 0;
1331
    -webkit-box-flex: 0;
1286
        -ms-flex: 0 0 auto;
1332
    -ms-flex: 0 0 auto;
1287
            flex: 0 0 auto;
1333
    flex: 0 0 auto;
1288
    width: 41.66666667%;
1334
    width: 41.66666667%;
Línea 1289... Línea 1335...
1289
  }
1335
  }
1290
 
1336
 
1291
  .col-md-6 {
1337
  .col-md-6 {
1292
    -webkit-box-flex: 0;
1338
    -webkit-box-flex: 0;
1293
        -ms-flex: 0 0 auto;
1339
    -ms-flex: 0 0 auto;
1294
            flex: 0 0 auto;
1340
    flex: 0 0 auto;
Línea 1295... Línea 1341...
1295
    width: 50%;
1341
    width: 50%;
1296
  }
1342
  }
1297
 
1343
 
1298
  .col-md-7 {
1344
  .col-md-7 {
1299
    -webkit-box-flex: 0;
1345
    -webkit-box-flex: 0;
1300
        -ms-flex: 0 0 auto;
1346
    -ms-flex: 0 0 auto;
Línea 1301... Línea 1347...
1301
            flex: 0 0 auto;
1347
    flex: 0 0 auto;
1302
    width: 58.33333333%;
1348
    width: 58.33333333%;
1303
  }
1349
  }
1304
 
1350
 
1305
  .col-md-8 {
1351
  .col-md-8 {
1306
    -webkit-box-flex: 0;
1352
    -webkit-box-flex: 0;
Línea 1307... Línea 1353...
1307
        -ms-flex: 0 0 auto;
1353
    -ms-flex: 0 0 auto;
1308
            flex: 0 0 auto;
1354
    flex: 0 0 auto;
Línea 1384... Línea 1430...
1384
  .offset-md-11 {
1430
  .offset-md-11 {
1385
    margin-left: 91.66666667%;
1431
    margin-left: 91.66666667%;
1386
  }
1432
  }
Línea 1387... Línea 1433...
1387
 
1433
 
1388
  .g-md-0,
1434
  .g-md-0,
1389
.gx-md-0 {
1435
  .gx-md-0 {
1390
    --bs-gutter-x: 0;
1436
    --bs-gutter-x: 0;
Línea 1391... Línea 1437...
1391
  }
1437
  }
1392
 
1438
 
1393
  .g-md-0,
1439
  .g-md-0,
1394
.gy-md-0 {
1440
  .gy-md-0 {
Línea 1395... Línea 1441...
1395
    --bs-gutter-y: 0;
1441
    --bs-gutter-y: 0;
1396
  }
1442
  }
1397
 
1443
 
1398
  .g-md-1,
1444
  .g-md-1,
Línea 1399... Línea 1445...
1399
.gx-md-1 {
1445
  .gx-md-1 {
1400
    --bs-gutter-x: 0.25rem;
1446
    --bs-gutter-x: 0.25rem;
1401
  }
1447
  }
1402
 
1448
 
Línea 1403... Línea 1449...
1403
  .g-md-1,
1449
  .g-md-1,
1404
.gy-md-1 {
1450
  .gy-md-1 {
1405
    --bs-gutter-y: 0.25rem;
1451
    --bs-gutter-y: 0.25rem;
1406
  }
1452
  }
Línea 1407... Línea 1453...
1407
 
1453
 
1408
  .g-md-2,
1454
  .g-md-2,
1409
.gx-md-2 {
1455
  .gx-md-2 {
1410
    --bs-gutter-x: 0.5rem;
1456
    --bs-gutter-x: 0.5rem;
Línea 1411... Línea 1457...
1411
  }
1457
  }
1412
 
1458
 
1413
  .g-md-2,
1459
  .g-md-2,
1414
.gy-md-2 {
1460
  .gy-md-2 {
Línea 1415... Línea 1461...
1415
    --bs-gutter-y: 0.5rem;
1461
    --bs-gutter-y: 0.5rem;
1416
  }
1462
  }
1417
 
1463
 
1418
  .g-md-3,
1464
  .g-md-3,
Línea 1419... Línea 1465...
1419
.gx-md-3 {
1465
  .gx-md-3 {
1420
    --bs-gutter-x: 1rem;
1466
    --bs-gutter-x: 1rem;
1421
  }
1467
  }
1422
 
1468
 
Línea 1423... Línea 1469...
1423
  .g-md-3,
1469
  .g-md-3,
1424
.gy-md-3 {
1470
  .gy-md-3 {
1425
    --bs-gutter-y: 1rem;
1471
    --bs-gutter-y: 1rem;
1426
  }
1472
  }
Línea 1427... Línea 1473...
1427
 
1473
 
1428
  .g-md-4,
1474
  .g-md-4,
1429
.gx-md-4 {
1475
  .gx-md-4 {
1430
    --bs-gutter-x: 1.5rem;
1476
    --bs-gutter-x: 1.5rem;
Línea 1431... Línea 1477...
1431
  }
1477
  }
1432
 
1478
 
1433
  .g-md-4,
1479
  .g-md-4,
1434
.gy-md-4 {
1480
  .gy-md-4 {
1435
    --bs-gutter-y: 1.5rem;
1481
    --bs-gutter-y: 1.5rem;
-
 
1482
  }
1436
  }
1483
 
1437
 
1484
  .g-md-5,
1438
  .g-md-5,
1485
  .gx-md-5 {
1439
.gx-md-5 {
1486
    --bs-gutter-x: 3rem;
1440
    --bs-gutter-x: 3rem;
1487
  }
1441
  }
1488
 
Línea 1442... Línea 1489...
1442
 
1489
  .g-md-5,
1443
  .g-md-5,
1490
  .gy-md-5 {
1444
.gy-md-5 {
1491
    --bs-gutter-y: 3rem;
1445
    --bs-gutter-y: 3rem;
1492
  }
1446
  }
1493
}
1447
}
1494
 
Línea 1448... Línea 1495...
1448
@media (min-width: 992px) {
1495
@media (min-width: 992px) {
1449
  .col-lg {
1496
  .col-lg {
1450
    -webkit-box-flex: 1;
1497
    -webkit-box-flex: 1;
1451
        -ms-flex: 1 0 0%;
1498
    -ms-flex: 1 0 0%;
1452
            flex: 1 0 0%;
1499
    flex: 1 0 0%;
1453
  }
1500
  }
Línea 1454... Línea 1501...
1454
 
1501
 
1455
  .row-cols-lg-auto > * {
1502
  .row-cols-lg-auto>* {
1456
    -webkit-box-flex: 0;
1503
    -webkit-box-flex: 0;
1457
        -ms-flex: 0 0 auto;
1504
    -ms-flex: 0 0 auto;
1458
            flex: 0 0 auto;
1505
    flex: 0 0 auto;
1459
    width: auto;
1506
    width: auto;
Línea 1460... Línea 1507...
1460
  }
1507
  }
1461
 
1508
 
1462
  .row-cols-lg-1 > * {
1509
  .row-cols-lg-1>* {
1463
    -webkit-box-flex: 0;
1510
    -webkit-box-flex: 0;
1464
        -ms-flex: 0 0 auto;
1511
    -ms-flex: 0 0 auto;
1465
            flex: 0 0 auto;
1512
    flex: 0 0 auto;
Línea 1466... Línea 1513...
1466
    width: 100%;
1513
    width: 100%;
1467
  }
1514
  }
1468
 
1515
 
1469
  .row-cols-lg-2 > * {
1516
  .row-cols-lg-2>* {
1470
    -webkit-box-flex: 0;
1517
    -webkit-box-flex: 0;
1471
        -ms-flex: 0 0 auto;
1518
    -ms-flex: 0 0 auto;
Línea 1472... Línea 1519...
1472
            flex: 0 0 auto;
1519
    flex: 0 0 auto;
1473
    width: 50%;
1520
    width: 50%;
1474
  }
1521
  }
1475
 
1522
 
1476
  .row-cols-lg-3 > * {
1523
  .row-cols-lg-3>* {
1477
    -webkit-box-flex: 0;
1524
    -webkit-box-flex: 0;
Línea 1478... Línea 1525...
1478
        -ms-flex: 0 0 auto;
1525
    -ms-flex: 0 0 auto;
1479
            flex: 0 0 auto;
1526
    flex: 0 0 auto;
1480
    width: 33.3333333333%;
1527
    width: 33.3333333333%;
1481
  }
1528
  }
1482
 
1529
 
1483
  .row-cols-lg-4 > * {
1530
  .row-cols-lg-4>* {
Línea 1484... Línea 1531...
1484
    -webkit-box-flex: 0;
1531
    -webkit-box-flex: 0;
1485
        -ms-flex: 0 0 auto;
1532
    -ms-flex: 0 0 auto;
1486
            flex: 0 0 auto;
1533
    flex: 0 0 auto;
1487
    width: 25%;
1534
    width: 25%;
1488
  }
1535
  }
1489
 
1536
 
Línea 1490... Línea 1537...
1490
  .row-cols-lg-5 > * {
1537
  .row-cols-lg-5>* {
1491
    -webkit-box-flex: 0;
1538
    -webkit-box-flex: 0;
1492
        -ms-flex: 0 0 auto;
1539
    -ms-flex: 0 0 auto;
1493
            flex: 0 0 auto;
1540
    flex: 0 0 auto;
1494
    width: 20%;
1541
    width: 20%;
1495
  }
1542
  }
Línea 1496... Línea 1543...
1496
 
1543
 
1497
  .row-cols-lg-6 > * {
1544
  .row-cols-lg-6>* {
1498
    -webkit-box-flex: 0;
1545
    -webkit-box-flex: 0;
1499
        -ms-flex: 0 0 auto;
1546
    -ms-flex: 0 0 auto;
1500
            flex: 0 0 auto;
1547
    flex: 0 0 auto;
1501
    width: 16.6666666667%;
1548
    width: 16.6666666667%;
Línea 1502... Línea 1549...
1502
  }
1549
  }
1503
 
1550
 
1504
  .col-lg-auto {
1551
  .col-lg-auto {
1505
    -webkit-box-flex: 0;
1552
    -webkit-box-flex: 0;
1506
        -ms-flex: 0 0 auto;
1553
    -ms-flex: 0 0 auto;
1507
            flex: 0 0 auto;
1554
    flex: 0 0 auto;
Línea 1508... Línea 1555...
1508
    width: auto;
1555
    width: auto;
1509
  }
1556
  }
1510
 
1557
 
1511
  .col-lg-1 {
1558
  .col-lg-1 {
1512
    -webkit-box-flex: 0;
1559
    -webkit-box-flex: 0;
1513
        -ms-flex: 0 0 auto;
1560
    -ms-flex: 0 0 auto;
Línea 1514... Línea 1561...
1514
            flex: 0 0 auto;
1561
    flex: 0 0 auto;
1515
    width: 8.33333333%;
1562
    width: 8.33333333%;
1516
  }
1563
  }
1517
 
1564
 
1518
  .col-lg-2 {
1565
  .col-lg-2 {
1519
    -webkit-box-flex: 0;
1566
    -webkit-box-flex: 0;
Línea 1520... Línea 1567...
1520
        -ms-flex: 0 0 auto;
1567
    -ms-flex: 0 0 auto;
1521
            flex: 0 0 auto;
1568
    flex: 0 0 auto;
1522
    width: 16.66666667%;
1569
    width: 16.66666667%;
1523
  }
1570
  }
1524
 
1571
 
1525
  .col-lg-3 {
1572
  .col-lg-3 {
Línea 1526... Línea 1573...
1526
    -webkit-box-flex: 0;
1573
    -webkit-box-flex: 0;
1527
        -ms-flex: 0 0 auto;
1574
    -ms-flex: 0 0 auto;
1528
            flex: 0 0 auto;
1575
    flex: 0 0 auto;
1529
    width: 25%;
1576
    width: 25%;
1530
  }
1577
  }
1531
 
1578
 
Línea 1532... Línea 1579...
1532
  .col-lg-4 {
1579
  .col-lg-4 {
1533
    -webkit-box-flex: 0;
1580
    -webkit-box-flex: 0;
1534
        -ms-flex: 0 0 auto;
1581
    -ms-flex: 0 0 auto;
1535
            flex: 0 0 auto;
1582
    flex: 0 0 auto;
1536
    width: 33.33333333%;
1583
    width: 33.33333333%;
1537
  }
1584
  }
Línea 1538... Línea 1585...
1538
 
1585
 
1539
  .col-lg-5 {
1586
  .col-lg-5 {
1540
    -webkit-box-flex: 0;
1587
    -webkit-box-flex: 0;
1541
        -ms-flex: 0 0 auto;
1588
    -ms-flex: 0 0 auto;
1542
            flex: 0 0 auto;
1589
    flex: 0 0 auto;
1543
    width: 41.66666667%;
1590
    width: 41.66666667%;
Línea 1544... Línea 1591...
1544
  }
1591
  }
1545
 
1592
 
1546
  .col-lg-6 {
1593
  .col-lg-6 {
1547
    -webkit-box-flex: 0;
1594
    -webkit-box-flex: 0;
1548
        -ms-flex: 0 0 auto;
1595
    -ms-flex: 0 0 auto;
1549
            flex: 0 0 auto;
1596
    flex: 0 0 auto;
Línea 1550... Línea 1597...
1550
    width: 50%;
1597
    width: 50%;
1551
  }
1598
  }
1552
 
1599
 
1553
  .col-lg-7 {
1600
  .col-lg-7 {
1554
    -webkit-box-flex: 0;
1601
    -webkit-box-flex: 0;
1555
        -ms-flex: 0 0 auto;
1602
    -ms-flex: 0 0 auto;
Línea 1556... Línea 1603...
1556
            flex: 0 0 auto;
1603
    flex: 0 0 auto;
1557
    width: 58.33333333%;
1604
    width: 58.33333333%;
1558
  }
1605
  }
1559
 
1606
 
1560
  .col-lg-8 {
1607
  .col-lg-8 {
1561
    -webkit-box-flex: 0;
1608
    -webkit-box-flex: 0;
Línea 1562... Línea 1609...
1562
        -ms-flex: 0 0 auto;
1609
    -ms-flex: 0 0 auto;
1563
            flex: 0 0 auto;
1610
    flex: 0 0 auto;
Línea 1639... Línea 1686...
1639
  .offset-lg-11 {
1686
  .offset-lg-11 {
1640
    margin-left: 91.66666667%;
1687
    margin-left: 91.66666667%;
1641
  }
1688
  }
Línea 1642... Línea 1689...
1642
 
1689
 
1643
  .g-lg-0,
1690
  .g-lg-0,
1644
.gx-lg-0 {
1691
  .gx-lg-0 {
1645
    --bs-gutter-x: 0;
1692
    --bs-gutter-x: 0;
Línea 1646... Línea 1693...
1646
  }
1693
  }
1647
 
1694
 
1648
  .g-lg-0,
1695
  .g-lg-0,
1649
.gy-lg-0 {
1696
  .gy-lg-0 {
Línea 1650... Línea 1697...
1650
    --bs-gutter-y: 0;
1697
    --bs-gutter-y: 0;
1651
  }
1698
  }
1652
 
1699
 
1653
  .g-lg-1,
1700
  .g-lg-1,
Línea 1654... Línea 1701...
1654
.gx-lg-1 {
1701
  .gx-lg-1 {
1655
    --bs-gutter-x: 0.25rem;
1702
    --bs-gutter-x: 0.25rem;
1656
  }
1703
  }
1657
 
1704
 
Línea 1658... Línea 1705...
1658
  .g-lg-1,
1705
  .g-lg-1,
1659
.gy-lg-1 {
1706
  .gy-lg-1 {
1660
    --bs-gutter-y: 0.25rem;
1707
    --bs-gutter-y: 0.25rem;
1661
  }
1708
  }
Línea 1662... Línea 1709...
1662
 
1709
 
1663
  .g-lg-2,
1710
  .g-lg-2,
1664
.gx-lg-2 {
1711
  .gx-lg-2 {
1665
    --bs-gutter-x: 0.5rem;
1712
    --bs-gutter-x: 0.5rem;
Línea 1666... Línea 1713...
1666
  }
1713
  }
1667
 
1714
 
1668
  .g-lg-2,
1715
  .g-lg-2,
1669
.gy-lg-2 {
1716
  .gy-lg-2 {
Línea 1670... Línea 1717...
1670
    --bs-gutter-y: 0.5rem;
1717
    --bs-gutter-y: 0.5rem;
1671
  }
1718
  }
1672
 
1719
 
1673
  .g-lg-3,
1720
  .g-lg-3,
Línea 1674... Línea 1721...
1674
.gx-lg-3 {
1721
  .gx-lg-3 {
1675
    --bs-gutter-x: 1rem;
1722
    --bs-gutter-x: 1rem;
1676
  }
1723
  }
1677
 
1724
 
Línea 1678... Línea 1725...
1678
  .g-lg-3,
1725
  .g-lg-3,
1679
.gy-lg-3 {
1726
  .gy-lg-3 {
1680
    --bs-gutter-y: 1rem;
1727
    --bs-gutter-y: 1rem;
1681
  }
1728
  }
Línea 1682... Línea 1729...
1682
 
1729
 
1683
  .g-lg-4,
1730
  .g-lg-4,
1684
.gx-lg-4 {
1731
  .gx-lg-4 {
1685
    --bs-gutter-x: 1.5rem;
1732
    --bs-gutter-x: 1.5rem;
Línea 1686... Línea 1733...
1686
  }
1733
  }
1687
 
1734
 
1688
  .g-lg-4,
1735
  .g-lg-4,
1689
.gy-lg-4 {
1736
  .gy-lg-4 {
1690
    --bs-gutter-y: 1.5rem;
1737
    --bs-gutter-y: 1.5rem;
-
 
1738
  }
1691
  }
1739
 
1692
 
1740
  .g-lg-5,
1693
  .g-lg-5,
1741
  .gx-lg-5 {
1694
.gx-lg-5 {
1742
    --bs-gutter-x: 3rem;
1695
    --bs-gutter-x: 3rem;
1743
  }
1696
  }
1744
 
Línea 1697... Línea 1745...
1697
 
1745
  .g-lg-5,
1698
  .g-lg-5,
1746
  .gy-lg-5 {
1699
.gy-lg-5 {
1747
    --bs-gutter-y: 3rem;
1700
    --bs-gutter-y: 3rem;
1748
  }
1701
  }
1749
}
1702
}
1750
 
Línea 1703... Línea 1751...
1703
@media (min-width: 1200px) {
1751
@media (min-width: 1200px) {
1704
  .col-xl {
1752
  .col-xl {
1705
    -webkit-box-flex: 1;
1753
    -webkit-box-flex: 1;
1706
        -ms-flex: 1 0 0%;
1754
    -ms-flex: 1 0 0%;
1707
            flex: 1 0 0%;
1755
    flex: 1 0 0%;
1708
  }
1756
  }
Línea 1709... Línea 1757...
1709
 
1757
 
1710
  .row-cols-xl-auto > * {
1758
  .row-cols-xl-auto>* {
1711
    -webkit-box-flex: 0;
1759
    -webkit-box-flex: 0;
1712
        -ms-flex: 0 0 auto;
1760
    -ms-flex: 0 0 auto;
1713
            flex: 0 0 auto;
1761
    flex: 0 0 auto;
1714
    width: auto;
1762
    width: auto;
Línea 1715... Línea 1763...
1715
  }
1763
  }
1716
 
1764
 
1717
  .row-cols-xl-1 > * {
1765
  .row-cols-xl-1>* {
1718
    -webkit-box-flex: 0;
1766
    -webkit-box-flex: 0;
1719
        -ms-flex: 0 0 auto;
1767
    -ms-flex: 0 0 auto;
1720
            flex: 0 0 auto;
1768
    flex: 0 0 auto;
Línea 1721... Línea 1769...
1721
    width: 100%;
1769
    width: 100%;
1722
  }
1770
  }
1723
 
1771
 
1724
  .row-cols-xl-2 > * {
1772
  .row-cols-xl-2>* {
1725
    -webkit-box-flex: 0;
1773
    -webkit-box-flex: 0;
1726
        -ms-flex: 0 0 auto;
1774
    -ms-flex: 0 0 auto;
Línea 1727... Línea 1775...
1727
            flex: 0 0 auto;
1775
    flex: 0 0 auto;
1728
    width: 50%;
1776
    width: 50%;
1729
  }
1777
  }
1730
 
1778
 
1731
  .row-cols-xl-3 > * {
1779
  .row-cols-xl-3>* {
1732
    -webkit-box-flex: 0;
1780
    -webkit-box-flex: 0;
Línea 1733... Línea 1781...
1733
        -ms-flex: 0 0 auto;
1781
    -ms-flex: 0 0 auto;
1734
            flex: 0 0 auto;
1782
    flex: 0 0 auto;
1735
    width: 33.3333333333%;
1783
    width: 33.3333333333%;
1736
  }
1784
  }
1737
 
1785
 
1738
  .row-cols-xl-4 > * {
1786
  .row-cols-xl-4>* {
Línea 1739... Línea 1787...
1739
    -webkit-box-flex: 0;
1787
    -webkit-box-flex: 0;
1740
        -ms-flex: 0 0 auto;
1788
    -ms-flex: 0 0 auto;
1741
            flex: 0 0 auto;
1789
    flex: 0 0 auto;
1742
    width: 25%;
1790
    width: 25%;
1743
  }
1791
  }
1744
 
1792
 
Línea 1745... Línea 1793...
1745
  .row-cols-xl-5 > * {
1793
  .row-cols-xl-5>* {
1746
    -webkit-box-flex: 0;
1794
    -webkit-box-flex: 0;
1747
        -ms-flex: 0 0 auto;
1795
    -ms-flex: 0 0 auto;
1748
            flex: 0 0 auto;
1796
    flex: 0 0 auto;
1749
    width: 20%;
1797
    width: 20%;
1750
  }
1798
  }
Línea 1751... Línea 1799...
1751
 
1799
 
1752
  .row-cols-xl-6 > * {
1800
  .row-cols-xl-6>* {
1753
    -webkit-box-flex: 0;
1801
    -webkit-box-flex: 0;
1754
        -ms-flex: 0 0 auto;
1802
    -ms-flex: 0 0 auto;
1755
            flex: 0 0 auto;
1803
    flex: 0 0 auto;
1756
    width: 16.6666666667%;
1804
    width: 16.6666666667%;
Línea 1757... Línea 1805...
1757
  }
1805
  }
1758
 
1806
 
1759
  .col-xl-auto {
1807
  .col-xl-auto {
1760
    -webkit-box-flex: 0;
1808
    -webkit-box-flex: 0;
1761
        -ms-flex: 0 0 auto;
1809
    -ms-flex: 0 0 auto;
1762
            flex: 0 0 auto;
1810
    flex: 0 0 auto;
Línea 1763... Línea 1811...
1763
    width: auto;
1811
    width: auto;
1764
  }
1812
  }
1765
 
1813
 
1766
  .col-xl-1 {
1814
  .col-xl-1 {
1767
    -webkit-box-flex: 0;
1815
    -webkit-box-flex: 0;
1768
        -ms-flex: 0 0 auto;
1816
    -ms-flex: 0 0 auto;
Línea 1769... Línea 1817...
1769
            flex: 0 0 auto;
1817
    flex: 0 0 auto;
1770
    width: 8.33333333%;
1818
    width: 8.33333333%;
1771
  }
1819
  }
1772
 
1820
 
1773
  .col-xl-2 {
1821
  .col-xl-2 {
1774
    -webkit-box-flex: 0;
1822
    -webkit-box-flex: 0;
Línea 1775... Línea 1823...
1775
        -ms-flex: 0 0 auto;
1823
    -ms-flex: 0 0 auto;
1776
            flex: 0 0 auto;
1824
    flex: 0 0 auto;
1777
    width: 16.66666667%;
1825
    width: 16.66666667%;
1778
  }
1826
  }
1779
 
1827
 
1780
  .col-xl-3 {
1828
  .col-xl-3 {
Línea 1781... Línea 1829...
1781
    -webkit-box-flex: 0;
1829
    -webkit-box-flex: 0;
1782
        -ms-flex: 0 0 auto;
1830
    -ms-flex: 0 0 auto;
1783
            flex: 0 0 auto;
1831
    flex: 0 0 auto;
1784
    width: 25%;
1832
    width: 25%;
1785
  }
1833
  }
1786
 
1834
 
Línea 1787... Línea 1835...
1787
  .col-xl-4 {
1835
  .col-xl-4 {
1788
    -webkit-box-flex: 0;
1836
    -webkit-box-flex: 0;
1789
        -ms-flex: 0 0 auto;
1837
    -ms-flex: 0 0 auto;
1790
            flex: 0 0 auto;
1838
    flex: 0 0 auto;
1791
    width: 33.33333333%;
1839
    width: 33.33333333%;
1792
  }
1840
  }
Línea 1793... Línea 1841...
1793
 
1841
 
1794
  .col-xl-5 {
1842
  .col-xl-5 {
1795
    -webkit-box-flex: 0;
1843
    -webkit-box-flex: 0;
1796
        -ms-flex: 0 0 auto;
1844
    -ms-flex: 0 0 auto;
1797
            flex: 0 0 auto;
1845
    flex: 0 0 auto;
1798
    width: 41.66666667%;
1846
    width: 41.66666667%;
Línea 1799... Línea 1847...
1799
  }
1847
  }
1800
 
1848
 
1801
  .col-xl-6 {
1849
  .col-xl-6 {
1802
    -webkit-box-flex: 0;
1850
    -webkit-box-flex: 0;
1803
        -ms-flex: 0 0 auto;
1851
    -ms-flex: 0 0 auto;
1804
            flex: 0 0 auto;
1852
    flex: 0 0 auto;
Línea 1805... Línea 1853...
1805
    width: 50%;
1853
    width: 50%;
1806
  }
1854
  }
1807
 
1855
 
1808
  .col-xl-7 {
1856
  .col-xl-7 {
1809
    -webkit-box-flex: 0;
1857
    -webkit-box-flex: 0;
1810
        -ms-flex: 0 0 auto;
1858
    -ms-flex: 0 0 auto;
Línea 1811... Línea 1859...
1811
            flex: 0 0 auto;
1859
    flex: 0 0 auto;
1812
    width: 58.33333333%;
1860
    width: 58.33333333%;
1813
  }
1861
  }
1814
 
1862
 
1815
  .col-xl-8 {
1863
  .col-xl-8 {
1816
    -webkit-box-flex: 0;
1864
    -webkit-box-flex: 0;
Línea 1817... Línea 1865...
1817
        -ms-flex: 0 0 auto;
1865
    -ms-flex: 0 0 auto;
1818
            flex: 0 0 auto;
1866
    flex: 0 0 auto;
Línea 1894... Línea 1942...
1894
  .offset-xl-11 {
1942
  .offset-xl-11 {
1895
    margin-left: 91.66666667%;
1943
    margin-left: 91.66666667%;
1896
  }
1944
  }
Línea 1897... Línea 1945...
1897
 
1945
 
1898
  .g-xl-0,
1946
  .g-xl-0,
1899
.gx-xl-0 {
1947
  .gx-xl-0 {
1900
    --bs-gutter-x: 0;
1948
    --bs-gutter-x: 0;
Línea 1901... Línea 1949...
1901
  }
1949
  }
1902
 
1950
 
1903
  .g-xl-0,
1951
  .g-xl-0,
1904
.gy-xl-0 {
1952
  .gy-xl-0 {
Línea 1905... Línea 1953...
1905
    --bs-gutter-y: 0;
1953
    --bs-gutter-y: 0;
1906
  }
1954
  }
1907
 
1955
 
1908
  .g-xl-1,
1956
  .g-xl-1,
Línea 1909... Línea 1957...
1909
.gx-xl-1 {
1957
  .gx-xl-1 {
1910
    --bs-gutter-x: 0.25rem;
1958
    --bs-gutter-x: 0.25rem;
1911
  }
1959
  }
1912
 
1960
 
Línea 1913... Línea 1961...
1913
  .g-xl-1,
1961
  .g-xl-1,
1914
.gy-xl-1 {
1962
  .gy-xl-1 {
1915
    --bs-gutter-y: 0.25rem;
1963
    --bs-gutter-y: 0.25rem;
1916
  }
1964
  }
Línea 1917... Línea 1965...
1917
 
1965
 
1918
  .g-xl-2,
1966
  .g-xl-2,
1919
.gx-xl-2 {
1967
  .gx-xl-2 {
1920
    --bs-gutter-x: 0.5rem;
1968
    --bs-gutter-x: 0.5rem;
Línea 1921... Línea 1969...
1921
  }
1969
  }
1922
 
1970
 
1923
  .g-xl-2,
1971
  .g-xl-2,
1924
.gy-xl-2 {
1972
  .gy-xl-2 {
Línea 1925... Línea 1973...
1925
    --bs-gutter-y: 0.5rem;
1973
    --bs-gutter-y: 0.5rem;
1926
  }
1974
  }
1927
 
1975
 
1928
  .g-xl-3,
1976
  .g-xl-3,
Línea 1929... Línea 1977...
1929
.gx-xl-3 {
1977
  .gx-xl-3 {
1930
    --bs-gutter-x: 1rem;
1978
    --bs-gutter-x: 1rem;
1931
  }
1979
  }
1932
 
1980
 
Línea 1933... Línea 1981...
1933
  .g-xl-3,
1981
  .g-xl-3,
1934
.gy-xl-3 {
1982
  .gy-xl-3 {
1935
    --bs-gutter-y: 1rem;
1983
    --bs-gutter-y: 1rem;
1936
  }
1984
  }
Línea 1937... Línea 1985...
1937
 
1985
 
1938
  .g-xl-4,
1986
  .g-xl-4,
1939
.gx-xl-4 {
1987
  .gx-xl-4 {
1940
    --bs-gutter-x: 1.5rem;
1988
    --bs-gutter-x: 1.5rem;
Línea 1941... Línea 1989...
1941
  }
1989
  }
1942
 
1990
 
1943
  .g-xl-4,
1991
  .g-xl-4,
1944
.gy-xl-4 {
1992
  .gy-xl-4 {
1945
    --bs-gutter-y: 1.5rem;
1993
    --bs-gutter-y: 1.5rem;
-
 
1994
  }
1946
  }
1995
 
1947
 
1996
  .g-xl-5,
1948
  .g-xl-5,
1997
  .gx-xl-5 {
1949
.gx-xl-5 {
1998
    --bs-gutter-x: 3rem;
1950
    --bs-gutter-x: 3rem;
1999
  }
1951
  }
2000
 
Línea 1952... Línea 2001...
1952
 
2001
  .g-xl-5,
1953
  .g-xl-5,
2002
  .gy-xl-5 {
1954
.gy-xl-5 {
2003
    --bs-gutter-y: 3rem;
1955
    --bs-gutter-y: 3rem;
2004
  }
1956
  }
2005
}
1957
}
2006
 
Línea 1958... Línea 2007...
1958
@media (min-width: 1400px) {
2007
@media (min-width: 1400px) {
1959
  .col-xxl {
2008
  .col-xxl {
1960
    -webkit-box-flex: 1;
2009
    -webkit-box-flex: 1;
1961
        -ms-flex: 1 0 0%;
2010
    -ms-flex: 1 0 0%;
1962
            flex: 1 0 0%;
2011
    flex: 1 0 0%;
1963
  }
2012
  }
Línea 1964... Línea 2013...
1964
 
2013
 
1965
  .row-cols-xxl-auto > * {
2014
  .row-cols-xxl-auto>* {
1966
    -webkit-box-flex: 0;
2015
    -webkit-box-flex: 0;
1967
        -ms-flex: 0 0 auto;
2016
    -ms-flex: 0 0 auto;
1968
            flex: 0 0 auto;
2017
    flex: 0 0 auto;
1969
    width: auto;
2018
    width: auto;
Línea 1970... Línea 2019...
1970
  }
2019
  }
1971
 
2020
 
1972
  .row-cols-xxl-1 > * {
2021
  .row-cols-xxl-1>* {
1973
    -webkit-box-flex: 0;
2022
    -webkit-box-flex: 0;
1974
        -ms-flex: 0 0 auto;
2023
    -ms-flex: 0 0 auto;
1975
            flex: 0 0 auto;
2024
    flex: 0 0 auto;
Línea 1976... Línea 2025...
1976
    width: 100%;
2025
    width: 100%;
1977
  }
2026
  }
1978
 
2027
 
1979
  .row-cols-xxl-2 > * {
2028
  .row-cols-xxl-2>* {
1980
    -webkit-box-flex: 0;
2029
    -webkit-box-flex: 0;
1981
        -ms-flex: 0 0 auto;
2030
    -ms-flex: 0 0 auto;
Línea 1982... Línea 2031...
1982
            flex: 0 0 auto;
2031
    flex: 0 0 auto;
1983
    width: 50%;
2032
    width: 50%;
1984
  }
2033
  }
1985
 
2034
 
1986
  .row-cols-xxl-3 > * {
2035
  .row-cols-xxl-3>* {
1987
    -webkit-box-flex: 0;
2036
    -webkit-box-flex: 0;
Línea 1988... Línea 2037...
1988
        -ms-flex: 0 0 auto;
2037
    -ms-flex: 0 0 auto;
1989
            flex: 0 0 auto;
2038
    flex: 0 0 auto;
1990
    width: 33.3333333333%;
2039
    width: 33.3333333333%;
1991
  }
2040
  }
1992
 
2041
 
1993
  .row-cols-xxl-4 > * {
2042
  .row-cols-xxl-4>* {
Línea 1994... Línea 2043...
1994
    -webkit-box-flex: 0;
2043
    -webkit-box-flex: 0;
1995
        -ms-flex: 0 0 auto;
2044
    -ms-flex: 0 0 auto;
1996
            flex: 0 0 auto;
2045
    flex: 0 0 auto;
1997
    width: 25%;
2046
    width: 25%;
1998
  }
2047
  }
1999
 
2048
 
Línea 2000... Línea 2049...
2000
  .row-cols-xxl-5 > * {
2049
  .row-cols-xxl-5>* {
2001
    -webkit-box-flex: 0;
2050
    -webkit-box-flex: 0;
2002
        -ms-flex: 0 0 auto;
2051
    -ms-flex: 0 0 auto;
2003
            flex: 0 0 auto;
2052
    flex: 0 0 auto;
2004
    width: 20%;
2053
    width: 20%;
2005
  }
2054
  }
Línea 2006... Línea 2055...
2006
 
2055
 
2007
  .row-cols-xxl-6 > * {
2056
  .row-cols-xxl-6>* {
2008
    -webkit-box-flex: 0;
2057
    -webkit-box-flex: 0;
2009
        -ms-flex: 0 0 auto;
2058
    -ms-flex: 0 0 auto;
2010
            flex: 0 0 auto;
2059
    flex: 0 0 auto;
2011
    width: 16.6666666667%;
2060
    width: 16.6666666667%;
Línea 2012... Línea 2061...
2012
  }
2061
  }
2013
 
2062
 
2014
  .col-xxl-auto {
2063
  .col-xxl-auto {
2015
    -webkit-box-flex: 0;
2064
    -webkit-box-flex: 0;
2016
        -ms-flex: 0 0 auto;
2065
    -ms-flex: 0 0 auto;
2017
            flex: 0 0 auto;
2066
    flex: 0 0 auto;
Línea 2018... Línea 2067...
2018
    width: auto;
2067
    width: auto;
2019
  }
2068
  }
2020
 
2069
 
2021
  .col-xxl-1 {
2070
  .col-xxl-1 {
2022
    -webkit-box-flex: 0;
2071
    -webkit-box-flex: 0;
2023
        -ms-flex: 0 0 auto;
2072
    -ms-flex: 0 0 auto;
Línea 2024... Línea 2073...
2024
            flex: 0 0 auto;
2073
    flex: 0 0 auto;
2025
    width: 8.33333333%;
2074
    width: 8.33333333%;
2026
  }
2075
  }
2027
 
2076
 
2028
  .col-xxl-2 {
2077
  .col-xxl-2 {
2029
    -webkit-box-flex: 0;
2078
    -webkit-box-flex: 0;
Línea 2030... Línea 2079...
2030
        -ms-flex: 0 0 auto;
2079
    -ms-flex: 0 0 auto;
2031
            flex: 0 0 auto;
2080
    flex: 0 0 auto;
2032
    width: 16.66666667%;
2081
    width: 16.66666667%;
2033
  }
2082
  }
2034
 
2083
 
2035
  .col-xxl-3 {
2084
  .col-xxl-3 {
Línea 2036... Línea 2085...
2036
    -webkit-box-flex: 0;
2085
    -webkit-box-flex: 0;
2037
        -ms-flex: 0 0 auto;
2086
    -ms-flex: 0 0 auto;
2038
            flex: 0 0 auto;
2087
    flex: 0 0 auto;
2039
    width: 25%;
2088
    width: 25%;
2040
  }
2089
  }
2041
 
2090
 
Línea 2042... Línea 2091...
2042
  .col-xxl-4 {
2091
  .col-xxl-4 {
2043
    -webkit-box-flex: 0;
2092
    -webkit-box-flex: 0;
2044
        -ms-flex: 0 0 auto;
2093
    -ms-flex: 0 0 auto;
2045
            flex: 0 0 auto;
2094
    flex: 0 0 auto;
2046
    width: 33.33333333%;
2095
    width: 33.33333333%;
2047
  }
2096
  }
Línea 2048... Línea 2097...
2048
 
2097
 
2049
  .col-xxl-5 {
2098
  .col-xxl-5 {
2050
    -webkit-box-flex: 0;
2099
    -webkit-box-flex: 0;
2051
        -ms-flex: 0 0 auto;
2100
    -ms-flex: 0 0 auto;
2052
            flex: 0 0 auto;
2101
    flex: 0 0 auto;
2053
    width: 41.66666667%;
2102
    width: 41.66666667%;
Línea 2054... Línea 2103...
2054
  }
2103
  }
2055
 
2104
 
2056
  .col-xxl-6 {
2105
  .col-xxl-6 {
2057
    -webkit-box-flex: 0;
2106
    -webkit-box-flex: 0;
2058
        -ms-flex: 0 0 auto;
2107
    -ms-flex: 0 0 auto;
2059
            flex: 0 0 auto;
2108
    flex: 0 0 auto;
Línea 2060... Línea 2109...
2060
    width: 50%;
2109
    width: 50%;
2061
  }
2110
  }
2062
 
2111
 
2063
  .col-xxl-7 {
2112
  .col-xxl-7 {
2064
    -webkit-box-flex: 0;
2113
    -webkit-box-flex: 0;
2065
        -ms-flex: 0 0 auto;
2114
    -ms-flex: 0 0 auto;
Línea 2066... Línea 2115...
2066
            flex: 0 0 auto;
2115
    flex: 0 0 auto;
2067
    width: 58.33333333%;
2116
    width: 58.33333333%;
2068
  }
2117
  }
2069
 
2118
 
2070
  .col-xxl-8 {
2119
  .col-xxl-8 {
2071
    -webkit-box-flex: 0;
2120
    -webkit-box-flex: 0;
Línea 2072... Línea 2121...
2072
        -ms-flex: 0 0 auto;
2121
    -ms-flex: 0 0 auto;
2073
            flex: 0 0 auto;
2122
    flex: 0 0 auto;
Línea 2149... Línea 2198...
2149
  .offset-xxl-11 {
2198
  .offset-xxl-11 {
2150
    margin-left: 91.66666667%;
2199
    margin-left: 91.66666667%;
2151
  }
2200
  }
Línea 2152... Línea 2201...
2152
 
2201
 
2153
  .g-xxl-0,
2202
  .g-xxl-0,
2154
.gx-xxl-0 {
2203
  .gx-xxl-0 {
2155
    --bs-gutter-x: 0;
2204
    --bs-gutter-x: 0;
Línea 2156... Línea 2205...
2156
  }
2205
  }
2157
 
2206
 
2158
  .g-xxl-0,
2207
  .g-xxl-0,
2159
.gy-xxl-0 {
2208
  .gy-xxl-0 {
Línea 2160... Línea 2209...
2160
    --bs-gutter-y: 0;
2209
    --bs-gutter-y: 0;
2161
  }
2210
  }
2162
 
2211
 
2163
  .g-xxl-1,
2212
  .g-xxl-1,
Línea 2164... Línea 2213...
2164
.gx-xxl-1 {
2213
  .gx-xxl-1 {
2165
    --bs-gutter-x: 0.25rem;
2214
    --bs-gutter-x: 0.25rem;
2166
  }
2215
  }
2167
 
2216
 
Línea 2168... Línea 2217...
2168
  .g-xxl-1,
2217
  .g-xxl-1,
2169
.gy-xxl-1 {
2218
  .gy-xxl-1 {
2170
    --bs-gutter-y: 0.25rem;
2219
    --bs-gutter-y: 0.25rem;
2171
  }
2220
  }
Línea 2172... Línea 2221...
2172
 
2221
 
2173
  .g-xxl-2,
2222
  .g-xxl-2,
2174
.gx-xxl-2 {
2223
  .gx-xxl-2 {
2175
    --bs-gutter-x: 0.5rem;
2224
    --bs-gutter-x: 0.5rem;
Línea 2176... Línea 2225...
2176
  }
2225
  }
2177
 
2226
 
2178
  .g-xxl-2,
2227
  .g-xxl-2,
2179
.gy-xxl-2 {
2228
  .gy-xxl-2 {
Línea 2180... Línea 2229...
2180
    --bs-gutter-y: 0.5rem;
2229
    --bs-gutter-y: 0.5rem;
2181
  }
2230
  }
2182
 
2231
 
2183
  .g-xxl-3,
2232
  .g-xxl-3,
Línea 2184... Línea 2233...
2184
.gx-xxl-3 {
2233
  .gx-xxl-3 {
2185
    --bs-gutter-x: 1rem;
2234
    --bs-gutter-x: 1rem;
2186
  }
2235
  }
2187
 
2236
 
Línea 2188... Línea 2237...
2188
  .g-xxl-3,
2237
  .g-xxl-3,
2189
.gy-xxl-3 {
2238
  .gy-xxl-3 {
2190
    --bs-gutter-y: 1rem;
2239
    --bs-gutter-y: 1rem;
2191
  }
2240
  }
Línea 2192... Línea 2241...
2192
 
2241
 
2193
  .g-xxl-4,
2242
  .g-xxl-4,
2194
.gx-xxl-4 {
2243
  .gx-xxl-4 {
2195
    --bs-gutter-x: 1.5rem;
2244
    --bs-gutter-x: 1.5rem;
Línea 2196... Línea 2245...
2196
  }
2245
  }
2197
 
2246
 
2198
  .g-xxl-4,
2247
  .g-xxl-4,
2199
.gy-xxl-4 {
2248
  .gy-xxl-4 {
2200
    --bs-gutter-y: 1.5rem;
2249
    --bs-gutter-y: 1.5rem;
-
 
2250
  }
2201
  }
2251
 
2202
 
2252
  .g-xxl-5,
2203
  .g-xxl-5,
2253
  .gx-xxl-5 {
2204
.gx-xxl-5 {
2254
    --bs-gutter-x: 3rem;
2205
    --bs-gutter-x: 3rem;
2255
  }
Línea 2223... Línea 2273...
2223
  margin-bottom: 1rem;
2273
  margin-bottom: 1rem;
2224
  color: #212529;
2274
  color: #212529;
2225
  vertical-align: top;
2275
  vertical-align: top;
2226
  border-color: #dee2e6;
2276
  border-color: #dee2e6;
2227
}
2277
}
-
 
2278
 
2228
.table > :not(caption) > * > * {
2279
.table> :not(caption)>*>* {
2229
  padding: 0.5rem 0.5rem;
2280
  padding: 0.5rem 0.5rem;
2230
  background-color: var(--bs-table-bg);
2281
  background-color: var(--bs-table-bg);
2231
  border-bottom-width: 1px;
2282
  border-bottom-width: 1px;
2232
  -webkit-box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg);
2283
  -webkit-box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg);
2233
          box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg);
2284
  box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg);
2234
}
2285
}
-
 
2286
 
2235
.table > tbody {
2287
.table>tbody {
2236
  vertical-align: inherit;
2288
  vertical-align: inherit;
2237
}
2289
}
-
 
2290
 
2238
.table > thead {
2291
.table>thead {
2239
  vertical-align: bottom;
2292
  vertical-align: bottom;
2240
}
2293
}
-
 
2294
 
2241
.table > :not(:first-child) {
2295
.table> :not(:first-child) {
2242
  border-top: 2px solid #a1a1a8;
2296
  border-top: 2px solid #a1a1a8;
2243
}
2297
}
Línea 2244... Línea 2298...
2244
 
2298
 
2245
.caption-top {
2299
.caption-top {
2246
  caption-side: top;
2300
  caption-side: top;
Línea 2247... Línea 2301...
2247
}
2301
}
2248
 
2302
 
2249
.table-sm > :not(caption) > * > * {
2303
.table-sm> :not(caption)>*>* {
Línea 2250... Línea 2304...
2250
  padding: 0.25rem 0.25rem;
2304
  padding: 0.25rem 0.25rem;
2251
}
2305
}
2252
 
2306
 
-
 
2307
.table-bordered> :not(caption)>* {
2253
.table-bordered > :not(caption) > * {
2308
  border-width: 1px 0;
2254
  border-width: 1px 0;
2309
}
2255
}
2310
 
Línea 2256... Línea 2311...
2256
.table-bordered > :not(caption) > * > * {
2311
.table-bordered> :not(caption)>*>* {
2257
  border-width: 0 1px;
2312
  border-width: 0 1px;
2258
}
2313
}
-
 
2314
 
2259
 
2315
.table-borderless> :not(caption)>*>* {
2260
.table-borderless > :not(caption) > * > * {
2316
  border-bottom-width: 0;
2261
  border-bottom-width: 0;
2317
}
Línea 2262... Línea 2318...
2262
}
2318
 
2263
.table-borderless > :not(:first-child) {
2319
.table-borderless> :not(:first-child) {
2264
  border-top-width: 0;
2320
  border-top-width: 0;
2265
}
2321
}
Línea 2266... Línea 2322...
2266
 
2322
 
2267
.table-striped > tbody > tr:nth-of-type(odd) > * {
2323
.table-striped>tbody>tr:nth-of-type(odd)>* {
2268
  --bs-table-accent-bg: var(--bs-table-striped-bg);
2324
  --bs-table-accent-bg: var(--bs-table-striped-bg);
2269
  color: var(--bs-table-striped-color);
2325
  color: var(--bs-table-striped-color);
Línea 2270... Línea 2326...
2270
}
2326
}
2271
 
2327
 
2272
.table-active {
2328
.table-active {
2273
  --bs-table-accent-bg: var(--bs-table-active-bg);
2329
  --bs-table-accent-bg: var(--bs-table-active-bg);
Línea 2274... Línea 2330...
2274
  color: var(--bs-table-active-color);
2330
  color: var(--bs-table-active-color);
Línea 2384... Línea 2440...
2384
  .table-responsive-sm {
2440
  .table-responsive-sm {
2385
    overflow-x: auto;
2441
    overflow-x: auto;
2386
    -webkit-overflow-scrolling: touch;
2442
    -webkit-overflow-scrolling: touch;
2387
  }
2443
  }
2388
}
2444
}
-
 
2445
 
2389
@media (max-width: 767.98px) {
2446
@media (max-width: 767.98px) {
2390
  .table-responsive-md {
2447
  .table-responsive-md {
2391
    overflow-x: auto;
2448
    overflow-x: auto;
2392
    -webkit-overflow-scrolling: touch;
2449
    -webkit-overflow-scrolling: touch;
2393
  }
2450
  }
2394
}
2451
}
-
 
2452
 
2395
@media (max-width: 991.98px) {
2453
@media (max-width: 991.98px) {
2396
  .table-responsive-lg {
2454
  .table-responsive-lg {
2397
    overflow-x: auto;
2455
    overflow-x: auto;
2398
    -webkit-overflow-scrolling: touch;
2456
    -webkit-overflow-scrolling: touch;
2399
  }
2457
  }
2400
}
2458
}
-
 
2459
 
2401
@media (max-width: 1199.98px) {
2460
@media (max-width: 1199.98px) {
2402
  .table-responsive-xl {
2461
  .table-responsive-xl {
2403
    overflow-x: auto;
2462
    overflow-x: auto;
2404
    -webkit-overflow-scrolling: touch;
2463
    -webkit-overflow-scrolling: touch;
2405
  }
2464
  }
2406
}
2465
}
-
 
2466
 
2407
@media (max-width: 1399.98px) {
2467
@media (max-width: 1399.98px) {
2408
  .table-responsive-xxl {
2468
  .table-responsive-xxl {
2409
    overflow-x: auto;
2469
    overflow-x: auto;
2410
    -webkit-overflow-scrolling: touch;
2470
    -webkit-overflow-scrolling: touch;
2411
  }
2471
  }
2412
}
2472
}
-
 
2473
 
2413
.form-label {
2474
.form-label {
2414
  margin-bottom: 0.5rem;
2475
  margin-bottom: 0.5rem;
2415
}
2476
}
Línea 2416... Línea 2477...
2416
 
2477
 
Línea 2450... Línea 2511...
2450
  color: #29292e;
2511
  color: #29292e;
2451
  background-color: #fff;
2512
  background-color: #fff;
2452
  background-clip: padding-box;
2513
  background-clip: padding-box;
2453
  border: 1px solid #e1e4e6;
2514
  border: 1px solid #e1e4e6;
2454
  -webkit-appearance: none;
2515
  -webkit-appearance: none;
2455
     -moz-appearance: none;
2516
  -moz-appearance: none;
2456
          appearance: none;
2517
  appearance: none;
2457
  border-radius: 0.4rem;
2518
  border-radius: 0.4rem;
2458
  -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
2519
  -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
2459
  transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
2520
  transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
2460
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
2521
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
2461
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
2522
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
2462
}
2523
}
-
 
2524
 
2463
@media (prefers-reduced-motion: reduce) {
2525
@media (prefers-reduced-motion: reduce) {
2464
  .form-control {
2526
  .form-control {
2465
    -webkit-transition: none;
2527
    -webkit-transition: none;
2466
    transition: none;
2528
    transition: none;
2467
  }
2529
  }
2468
}
2530
}
-
 
2531
 
2469
.form-control[type=file] {
2532
.form-control[type=file] {
2470
  overflow: hidden;
2533
  overflow: hidden;
2471
}
2534
}
-
 
2535
 
2472
.form-control[type=file]:not(:disabled):not([readonly]) {
2536
.form-control[type=file]:not(:disabled):not([readonly]) {
2473
  cursor: pointer;
2537
  cursor: pointer;
2474
}
2538
}
-
 
2539
 
2475
.form-control:focus {
2540
.form-control:focus {
2476
  color: #29292e;
2541
  color: #29292e;
2477
  background-color: #fff;
2542
  background-color: #fff;
2478
  border-color: #0f6fec;
2543
  border-color: #0f6fec;
2479
  outline: 0;
2544
  outline: 0;
2480
  -webkit-box-shadow: none;
2545
  -webkit-box-shadow: none;
2481
          box-shadow: none;
2546
  box-shadow: none;
2482
}
2547
}
-
 
2548
 
2483
.form-control::-webkit-date-and-time-value {
2549
.form-control::-webkit-date-and-time-value {
2484
  height: 1.5em;
2550
  height: 1.5em;
2485
}
2551
}
-
 
2552
 
2486
.form-control::-webkit-input-placeholder {
2553
.form-control::-webkit-input-placeholder {
2487
  color: #a1a1a8;
2554
  color: #a1a1a8;
2488
  opacity: 1;
2555
  opacity: 1;
2489
}
2556
}
-
 
2557
 
2490
.form-control::-moz-placeholder {
2558
.form-control::-moz-placeholder {
2491
  color: #a1a1a8;
2559
  color: #a1a1a8;
2492
  opacity: 1;
2560
  opacity: 1;
2493
}
2561
}
-
 
2562
 
2494
.form-control:-ms-input-placeholder {
2563
.form-control:-ms-input-placeholder {
2495
  color: #a1a1a8;
2564
  color: #a1a1a8;
2496
  opacity: 1;
2565
  opacity: 1;
2497
}
2566
}
-
 
2567
 
2498
.form-control::-ms-input-placeholder {
2568
.form-control::-ms-input-placeholder {
2499
  color: #a1a1a8;
2569
  color: #a1a1a8;
2500
  opacity: 1;
2570
  opacity: 1;
2501
}
2571
}
-
 
2572
 
2502
.form-control::placeholder {
2573
.form-control::placeholder {
2503
  color: #a1a1a8;
2574
  color: #a1a1a8;
2504
  opacity: 1;
2575
  opacity: 1;
2505
}
2576
}
-
 
2577
 
-
 
2578
.form-control:disabled,
2506
.form-control:disabled, .form-control[readonly] {
2579
.form-control[readonly] {
2507
  background-color: #eff2f6;
2580
  background-color: #eff2f6;
2508
  border-color: #ced4da;
2581
  border-color: #ced4da;
2509
  opacity: 1;
2582
  opacity: 1;
2510
}
2583
}
-
 
2584
 
2511
.form-control::-webkit-file-upload-button {
2585
.form-control::-webkit-file-upload-button {
2512
  padding: 0.5rem 1rem;
2586
  padding: 0.5rem 1rem;
2513
  margin: -0.5rem -1rem;
2587
  margin: -0.5rem -1rem;
2514
  -webkit-margin-end: 1rem;
2588
  -webkit-margin-end: 1rem;
2515
          margin-inline-end: 1rem;
2589
  margin-inline-end: 1rem;
2516
  color: #212529;
2590
  color: #212529;
2517
  background-color: #e9ecef;
2591
  background-color: #e9ecef;
2518
  pointer-events: none;
2592
  pointer-events: none;
2519
  border-color: inherit;
2593
  border-color: inherit;
2520
  border-style: solid;
2594
  border-style: solid;
Línea 2522... Línea 2596...
2522
  border-inline-end-width: 1px;
2596
  border-inline-end-width: 1px;
2523
  border-radius: 0;
2597
  border-radius: 0;
2524
  -webkit-transition: all 0.3s ease-in-out;
2598
  -webkit-transition: all 0.3s ease-in-out;
2525
  transition: all 0.3s ease-in-out;
2599
  transition: all 0.3s ease-in-out;
2526
}
2600
}
-
 
2601
 
2527
.form-control::file-selector-button {
2602
.form-control::file-selector-button {
2528
  padding: 0.5rem 1rem;
2603
  padding: 0.5rem 1rem;
2529
  margin: -0.5rem -1rem;
2604
  margin: -0.5rem -1rem;
2530
  -webkit-margin-end: 1rem;
2605
  -webkit-margin-end: 1rem;
2531
          margin-inline-end: 1rem;
2606
  margin-inline-end: 1rem;
2532
  color: #212529;
2607
  color: #212529;
2533
  background-color: #e9ecef;
2608
  background-color: #e9ecef;
2534
  pointer-events: none;
2609
  pointer-events: none;
2535
  border-color: inherit;
2610
  border-color: inherit;
2536
  border-style: solid;
2611
  border-style: solid;
Línea 2538... Línea 2613...
2538
  border-inline-end-width: 1px;
2613
  border-inline-end-width: 1px;
2539
  border-radius: 0;
2614
  border-radius: 0;
2540
  -webkit-transition: all 0.3s ease-in-out;
2615
  -webkit-transition: all 0.3s ease-in-out;
2541
  transition: all 0.3s ease-in-out;
2616
  transition: all 0.3s ease-in-out;
2542
}
2617
}
-
 
2618
 
2543
@media (prefers-reduced-motion: reduce) {
2619
@media (prefers-reduced-motion: reduce) {
2544
  .form-control::-webkit-file-upload-button {
2620
  .form-control::-webkit-file-upload-button {
2545
    -webkit-transition: none;
2621
    -webkit-transition: none;
2546
    transition: none;
2622
    transition: none;
2547
  }
2623
  }
-
 
2624
 
2548
  .form-control::file-selector-button {
2625
  .form-control::file-selector-button {
2549
    -webkit-transition: none;
2626
    -webkit-transition: none;
2550
    transition: none;
2627
    transition: none;
2551
  }
2628
  }
2552
}
2629
}
-
 
2630
 
2553
.form-control:hover:not(:disabled):not([readonly])::-webkit-file-upload-button {
2631
.form-control:hover:not(:disabled):not([readonly])::-webkit-file-upload-button {
2554
  background-color: #dde0e3;
2632
  background-color: #dde0e3;
2555
}
2633
}
-
 
2634
 
2556
.form-control:hover:not(:disabled):not([readonly])::file-selector-button {
2635
.form-control:hover:not(:disabled):not([readonly])::file-selector-button {
2557
  background-color: #dde0e3;
2636
  background-color: #dde0e3;
2558
}
2637
}
-
 
2638
 
2559
.form-control::-webkit-file-upload-button {
2639
.form-control::-webkit-file-upload-button {
2560
  padding: 0.5rem 1rem;
2640
  padding: 0.5rem 1rem;
2561
  margin: -0.5rem -1rem;
2641
  margin: -0.5rem -1rem;
2562
  -webkit-margin-end: 1rem;
2642
  -webkit-margin-end: 1rem;
2563
          margin-inline-end: 1rem;
2643
  margin-inline-end: 1rem;
2564
  color: #212529;
2644
  color: #212529;
2565
  background-color: #e9ecef;
2645
  background-color: #e9ecef;
2566
  pointer-events: none;
2646
  pointer-events: none;
2567
  border-color: inherit;
2647
  border-color: inherit;
2568
  border-style: solid;
2648
  border-style: solid;
Línea 2570... Línea 2650...
2570
  border-inline-end-width: 1px;
2650
  border-inline-end-width: 1px;
2571
  border-radius: 0;
2651
  border-radius: 0;
2572
  -webkit-transition: all 0.3s ease-in-out;
2652
  -webkit-transition: all 0.3s ease-in-out;
2573
  transition: all 0.3s ease-in-out;
2653
  transition: all 0.3s ease-in-out;
2574
}
2654
}
-
 
2655
 
2575
@media (prefers-reduced-motion: reduce) {
2656
@media (prefers-reduced-motion: reduce) {
2576
  .form-control::-webkit-file-upload-button {
2657
  .form-control::-webkit-file-upload-button {
2577
    -webkit-transition: none;
2658
    -webkit-transition: none;
2578
    transition: none;
2659
    transition: none;
2579
  }
2660
  }
2580
}
2661
}
-
 
2662
 
2581
.form-control:hover:not(:disabled):not([readonly])::-webkit-file-upload-button {
2663
.form-control:hover:not(:disabled):not([readonly])::-webkit-file-upload-button {
2582
  background-color: #dde0e3;
2664
  background-color: #dde0e3;
2583
}
2665
}
Línea 2584... Línea 2666...
2584
 
2666
 
Línea 2591... Línea 2673...
2591
  color: #212529;
2673
  color: #212529;
2592
  background-color: transparent;
2674
  background-color: transparent;
2593
  border: solid transparent;
2675
  border: solid transparent;
2594
  border-width: 1px 0;
2676
  border-width: 1px 0;
2595
}
2677
}
-
 
2678
 
-
 
2679
.form-control-plaintext.form-control-sm,
2596
.form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg {
2680
.form-control-plaintext.form-control-lg {
2597
  padding-right: 0;
2681
  padding-right: 0;
2598
  padding-left: 0;
2682
  padding-left: 0;
2599
}
2683
}
Línea 2600... Línea 2684...
2600
 
2684
 
2601
.form-control-sm {
2685
.form-control-sm {
2602
  min-height: calc(1.25em + 0.8rem + 2px);
2686
  min-height: calc(1.25em + 0.8rem + 2px);
2603
  padding: 0.4rem 0.8rem;
2687
  padding: 0.4rem 0.8rem;
2604
  font-size: 0.8125rem;
2688
  font-size: 0.8125rem;
2605
  border-radius: 0.2rem;
2689
  border-radius: 0.2rem;
-
 
2690
}
2606
}
2691
 
2607
.form-control-sm::-webkit-file-upload-button {
2692
.form-control-sm::-webkit-file-upload-button {
2608
  padding: 0.4rem 0.8rem;
2693
  padding: 0.4rem 0.8rem;
2609
  margin: -0.4rem -0.8rem;
2694
  margin: -0.4rem -0.8rem;
2610
  -webkit-margin-end: 0.8rem;
2695
  -webkit-margin-end: 0.8rem;
2611
          margin-inline-end: 0.8rem;
2696
  margin-inline-end: 0.8rem;
-
 
2697
}
2612
}
2698
 
2613
.form-control-sm::file-selector-button {
2699
.form-control-sm::file-selector-button {
2614
  padding: 0.4rem 0.8rem;
2700
  padding: 0.4rem 0.8rem;
2615
  margin: -0.4rem -0.8rem;
2701
  margin: -0.4rem -0.8rem;
2616
  -webkit-margin-end: 0.8rem;
2702
  -webkit-margin-end: 0.8rem;
2617
          margin-inline-end: 0.8rem;
2703
  margin-inline-end: 0.8rem;
-
 
2704
}
2618
}
2705
 
2619
.form-control-sm::-webkit-file-upload-button {
2706
.form-control-sm::-webkit-file-upload-button {
2620
  padding: 0.4rem 0.8rem;
2707
  padding: 0.4rem 0.8rem;
2621
  margin: -0.4rem -0.8rem;
2708
  margin: -0.4rem -0.8rem;
2622
  -webkit-margin-end: 0.8rem;
2709
  -webkit-margin-end: 0.8rem;
2623
          margin-inline-end: 0.8rem;
2710
  margin-inline-end: 0.8rem;
Línea 2624... Línea 2711...
2624
}
2711
}
2625
 
2712
 
2626
.form-control-lg {
2713
.form-control-lg {
2627
  min-height: calc(1.25em + 1.6rem + 2px);
2714
  min-height: calc(1.25em + 1.6rem + 2px);
2628
  padding: 0.8rem 1.5rem;
2715
  padding: 0.8rem 1.5rem;
2629
  font-size: 1rem;
2716
  font-size: 1rem;
-
 
2717
  border-radius: 0.2rem;
2630
  border-radius: 0.2rem;
2718
}
2631
}
2719
 
2632
.form-control-lg::-webkit-file-upload-button {
2720
.form-control-lg::-webkit-file-upload-button {
2633
  padding: 0.8rem 1.5rem;
2721
  padding: 0.8rem 1.5rem;
2634
  margin: -0.8rem -1.5rem;
2722
  margin: -0.8rem -1.5rem;
2635
  -webkit-margin-end: 1.5rem;
2723
  -webkit-margin-end: 1.5rem;
-
 
2724
  margin-inline-end: 1.5rem;
2636
          margin-inline-end: 1.5rem;
2725
}
2637
}
2726
 
2638
.form-control-lg::file-selector-button {
2727
.form-control-lg::file-selector-button {
2639
  padding: 0.8rem 1.5rem;
2728
  padding: 0.8rem 1.5rem;
2640
  margin: -0.8rem -1.5rem;
2729
  margin: -0.8rem -1.5rem;
2641
  -webkit-margin-end: 1.5rem;
2730
  -webkit-margin-end: 1.5rem;
-
 
2731
  margin-inline-end: 1.5rem;
2642
          margin-inline-end: 1.5rem;
2732
}
2643
}
2733
 
2644
.form-control-lg::-webkit-file-upload-button {
2734
.form-control-lg::-webkit-file-upload-button {
2645
  padding: 0.8rem 1.5rem;
2735
  padding: 0.8rem 1.5rem;
2646
  margin: -0.8rem -1.5rem;
2736
  margin: -0.8rem -1.5rem;
2647
  -webkit-margin-end: 1.5rem;
2737
  -webkit-margin-end: 1.5rem;
Línea 2648... Línea 2738...
2648
          margin-inline-end: 1.5rem;
2738
  margin-inline-end: 1.5rem;
2649
}
2739
}
2650
 
2740
 
-
 
2741
textarea.form-control {
2651
textarea.form-control {
2742
  min-height: calc(1.5em + 1rem + 2px);
2652
  min-height: calc(1.5em + 1rem + 2px);
2743
}
2653
}
2744
 
-
 
2745
textarea.form-control-sm {
2654
textarea.form-control-sm {
2746
  min-height: calc(1.25em + 0.8rem + 2px);
2655
  min-height: calc(1.25em + 0.8rem + 2px);
2747
}
2656
}
2748
 
Línea 2657... Línea 2749...
2657
textarea.form-control-lg {
2749
textarea.form-control-lg {
2658
  min-height: calc(1.25em + 1.6rem + 2px);
2750
  min-height: calc(1.25em + 1.6rem + 2px);
2659
}
2751
}
2660
 
2752
 
2661
.form-control-color {
2753
.form-control-color {
-
 
2754
  width: 3rem;
2662
  width: 3rem;
2755
  height: auto;
2663
  height: auto;
2756
  padding: 0.5rem;
2664
  padding: 0.5rem;
2757
}
-
 
2758
 
2665
}
2759
.form-control-color:not(:disabled):not([readonly]) {
2666
.form-control-color:not(:disabled):not([readonly]) {
2760
  cursor: pointer;
2667
  cursor: pointer;
2761
}
2668
}
2762
 
-
 
2763
.form-control-color::-moz-color-swatch {
2669
.form-control-color::-moz-color-swatch {
2764
  height: 1.5em;
2670
  height: 1.5em;
2765
  border-radius: 0.4rem;
2671
  border-radius: 0.4rem;
2766
}
2672
}
2767
 
Línea 2694... Línea 2789...
2694
  -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
2789
  -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
2695
  transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
2790
  transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
2696
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
2791
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
2697
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
2792
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
2698
  -webkit-appearance: none;
2793
  -webkit-appearance: none;
2699
     -moz-appearance: none;
2794
  -moz-appearance: none;
2700
          appearance: none;
2795
  appearance: none;
2701
}
2796
}
-
 
2797
 
2702
@media (prefers-reduced-motion: reduce) {
2798
@media (prefers-reduced-motion: reduce) {
2703
  .form-select {
2799
  .form-select {
2704
    -webkit-transition: none;
2800
    -webkit-transition: none;
2705
    transition: none;
2801
    transition: none;
2706
  }
2802
  }
2707
}
2803
}
-
 
2804
 
2708
.form-select:focus {
2805
.form-select:focus {
2709
  border-color: #0f6fec;
2806
  border-color: #0f6fec;
2710
  outline: 0;
2807
  outline: 0;
2711
  -webkit-box-shadow: 0 0 0 0 rgba(15, 111, 236, 0.25);
2808
  -webkit-box-shadow: 0 0 0 0 rgba(15, 111, 236, 0.25);
2712
          box-shadow: 0 0 0 0 rgba(15, 111, 236, 0.25);
2809
  box-shadow: 0 0 0 0 rgba(15, 111, 236, 0.25);
2713
}
2810
}
-
 
2811
 
-
 
2812
.form-select[multiple],
2714
.form-select[multiple], .form-select[size]:not([size="1"]) {
2813
.form-select[size]:not([size="1"]) {
2715
  padding-right: 1rem;
2814
  padding-right: 1rem;
2716
  background-image: none;
2815
  background-image: none;
2717
}
2816
}
-
 
2817
 
2718
.form-select:disabled {
2818
.form-select:disabled {
2719
  background-color: #e9ecef;
2819
  background-color: #e9ecef;
2720
  border-color: #ced4da;
2820
  border-color: #ced4da;
2721
}
2821
}
-
 
2822
 
2722
.form-select:-moz-focusring {
2823
.form-select:-moz-focusring {
2723
  color: transparent;
2824
  color: transparent;
2724
  text-shadow: 0 0 0 #29292e;
2825
  text-shadow: 0 0 0 #29292e;
2725
}
2826
}
Línea 2744... Línea 2845...
2744
  display: block;
2845
  display: block;
2745
  min-height: 1.5rem;
2846
  min-height: 1.5rem;
2746
  padding-left: 1.5em;
2847
  padding-left: 1.5em;
2747
  margin-bottom: 0.125rem;
2848
  margin-bottom: 0.125rem;
2748
}
2849
}
-
 
2850
 
2749
.form-check .form-check-input {
2851
.form-check .form-check-input {
2750
  float: left;
2852
  float: left;
2751
  margin-left: -1.5em;
2853
  margin-left: -1.5em;
2752
}
2854
}
Línea 2760... Línea 2862...
2760
  background-repeat: no-repeat;
2862
  background-repeat: no-repeat;
2761
  background-position: center;
2863
  background-position: center;
2762
  background-size: contain;
2864
  background-size: contain;
2763
  border: 1px solid rgba(0, 0, 0, 0.25);
2865
  border: 1px solid rgba(0, 0, 0, 0.25);
2764
  -webkit-appearance: none;
2866
  -webkit-appearance: none;
2765
     -moz-appearance: none;
2867
  -moz-appearance: none;
2766
          appearance: none;
2868
  appearance: none;
2767
  -webkit-print-color-adjust: exact;
2869
  -webkit-print-color-adjust: exact;
2768
          color-adjust: exact;
2870
  color-adjust: exact;
2769
}
2871
}
-
 
2872
 
2770
.form-check-input[type=checkbox] {
2873
.form-check-input[type=checkbox] {
2771
  border-radius: 0.25em;
2874
  border-radius: 0.25em;
2772
}
2875
}
-
 
2876
 
2773
.form-check-input[type=radio] {
2877
.form-check-input[type=radio] {
2774
  border-radius: 50%;
2878
  border-radius: 50%;
2775
}
2879
}
-
 
2880
 
2776
.form-check-input:active {
2881
.form-check-input:active {
2777
  -webkit-filter: brightness(90%);
2882
  -webkit-filter: brightness(90%);
2778
          filter: brightness(90%);
2883
  filter: brightness(90%);
2779
}
2884
}
-
 
2885
 
2780
.form-check-input:focus {
2886
.form-check-input:focus {
2781
  border-color: #0f6fec;
2887
  border-color: #0f6fec;
2782
  outline: 0;
2888
  outline: 0;
2783
  -webkit-box-shadow: 0 0 0 0 rgba(15, 111, 236, 0.25);
2889
  -webkit-box-shadow: 0 0 0 0 rgba(15, 111, 236, 0.25);
2784
          box-shadow: 0 0 0 0 rgba(15, 111, 236, 0.25);
2890
  box-shadow: 0 0 0 0 rgba(15, 111, 236, 0.25);
2785
}
2891
}
-
 
2892
 
2786
.form-check-input:checked {
2893
.form-check-input:checked {
2787
  background-color: #0f6fec;
2894
  background-color: #0f6fec;
2788
  border-color: #0f6fec;
2895
  border-color: #0f6fec;
2789
}
2896
}
-
 
2897
 
2790
.form-check-input:checked[type=checkbox] {
2898
.form-check-input:checked[type=checkbox] {
2791
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/%3e%3c/svg%3e");
2899
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/%3e%3c/svg%3e");
2792
}
2900
}
-
 
2901
 
2793
.form-check-input:checked[type=radio] {
2902
.form-check-input:checked[type=radio] {
2794
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e");
2903
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e");
2795
}
2904
}
-
 
2905
 
2796
.form-check-input[type=checkbox]:indeterminate {
2906
.form-check-input[type=checkbox]:indeterminate {
2797
  background-color: #0f6fec;
2907
  background-color: #0f6fec;
2798
  border-color: #0f6fec;
2908
  border-color: #0f6fec;
2799
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3e%3c/svg%3e");
2909
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3e%3c/svg%3e");
2800
}
2910
}
-
 
2911
 
2801
.form-check-input:disabled {
2912
.form-check-input:disabled {
2802
  pointer-events: none;
2913
  pointer-events: none;
2803
  -webkit-filter: none;
2914
  -webkit-filter: none;
2804
          filter: none;
2915
  filter: none;
2805
  opacity: 0.5;
2916
  opacity: 0.5;
2806
}
2917
}
-
 
2918
 
-
 
2919
.form-check-input[disabled]~.form-check-label,
2807
.form-check-input[disabled] ~ .form-check-label, .form-check-input:disabled ~ .form-check-label {
2920
.form-check-input:disabled~.form-check-label {
2808
  opacity: 0.5;
2921
  opacity: 0.5;
2809
}
2922
}
Línea 2810... Línea 2923...
2810
 
2923
 
2811
.form-switch {
2924
.form-switch {
2812
  padding-left: 2.5em;
2925
  padding-left: 2.5em;
-
 
2926
}
2813
}
2927
 
2814
.form-switch .form-check-input {
2928
.form-switch .form-check-input {
2815
  width: 2em;
2929
  width: 2em;
2816
  margin-left: -2.5em;
2930
  margin-left: -2.5em;
2817
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%280, 0, 0, 0.25%29'/%3e%3c/svg%3e");
2931
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%280, 0, 0, 0.25%29'/%3e%3c/svg%3e");
2818
  background-position: left center;
2932
  background-position: left center;
2819
  border-radius: 2em;
2933
  border-radius: 2em;
2820
  -webkit-transition: background-position 0.15s ease-in-out;
2934
  -webkit-transition: background-position 0.15s ease-in-out;
2821
  transition: background-position 0.15s ease-in-out;
2935
  transition: background-position 0.15s ease-in-out;
-
 
2936
}
2822
}
2937
 
2823
@media (prefers-reduced-motion: reduce) {
2938
@media (prefers-reduced-motion: reduce) {
2824
  .form-switch .form-check-input {
2939
  .form-switch .form-check-input {
2825
    -webkit-transition: none;
2940
    -webkit-transition: none;
2826
    transition: none;
2941
    transition: none;
2827
  }
2942
  }
-
 
2943
}
2828
}
2944
 
2829
.form-switch .form-check-input:focus {
2945
.form-switch .form-check-input:focus {
2830
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%230f6fec'/%3e%3c/svg%3e");
2946
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%230f6fec'/%3e%3c/svg%3e");
-
 
2947
}
2831
}
2948
 
2832
.form-switch .form-check-input:checked {
2949
.form-switch .form-check-input:checked {
2833
  background-position: right center;
2950
  background-position: right center;
2834
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
2951
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
Línea 2842... Línea 2959...
2842
.btn-check {
2959
.btn-check {
2843
  position: absolute;
2960
  position: absolute;
2844
  clip: rect(0, 0, 0, 0);
2961
  clip: rect(0, 0, 0, 0);
2845
  pointer-events: none;
2962
  pointer-events: none;
2846
}
2963
}
-
 
2964
 
-
 
2965
.btn-check[disabled]+.btn,
2847
.btn-check[disabled] + .btn, .btn-check:disabled + .btn {
2966
.btn-check:disabled+.btn {
2848
  pointer-events: none;
2967
  pointer-events: none;
2849
  -webkit-filter: none;
2968
  -webkit-filter: none;
2850
          filter: none;
2969
  filter: none;
2851
  opacity: 0.65;
2970
  opacity: 0.65;
2852
}
2971
}
Línea 2853... Línea 2972...
2853
 
2972
 
2854
.form-range {
2973
.form-range {
2855
  width: 100%;
2974
  width: 100%;
2856
  height: 1.5rem;
2975
  height: 1.5rem;
2857
  padding: 0;
2976
  padding: 0;
2858
  background-color: transparent;
2977
  background-color: transparent;
2859
  -webkit-appearance: none;
2978
  -webkit-appearance: none;
2860
     -moz-appearance: none;
2979
  -moz-appearance: none;
2861
          appearance: none;
2980
  appearance: none;
-
 
2981
}
2862
}
2982
 
2863
.form-range:focus {
2983
.form-range:focus {
2864
  outline: 0;
2984
  outline: 0;
-
 
2985
}
2865
}
2986
 
2866
.form-range:focus::-webkit-slider-thumb {
2987
.form-range:focus::-webkit-slider-thumb {
2867
  -webkit-box-shadow: 0 0 0 1px #eff2f6, none;
2988
  -webkit-box-shadow: 0 0 0 1px #eff2f6, none;
2868
          box-shadow: 0 0 0 1px #eff2f6, none;
2989
  box-shadow: 0 0 0 1px #eff2f6, none;
-
 
2990
}
2869
}
2991
 
2870
.form-range:focus::-moz-range-thumb {
2992
.form-range:focus::-moz-range-thumb {
2871
  box-shadow: 0 0 0 1px #eff2f6, none;
2993
  box-shadow: 0 0 0 1px #eff2f6, none;
-
 
2994
}
2872
}
2995
 
2873
.form-range::-moz-focus-outer {
2996
.form-range::-moz-focus-outer {
2874
  border: 0;
2997
  border: 0;
-
 
2998
}
2875
}
2999
 
2876
.form-range::-webkit-slider-thumb {
3000
.form-range::-webkit-slider-thumb {
2877
  width: 1rem;
3001
  width: 1rem;
2878
  height: 1rem;
3002
  height: 1rem;
2879
  margin-top: -0.25rem;
3003
  margin-top: -0.25rem;
Línea 2883... Línea 3007...
2883
  -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
3007
  -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
2884
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
3008
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
2885
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
3009
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
2886
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
3010
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
2887
  -webkit-appearance: none;
3011
  -webkit-appearance: none;
2888
          appearance: none;
3012
  appearance: none;
2889
}
3013
}
-
 
3014
 
2890
@media (prefers-reduced-motion: reduce) {
3015
@media (prefers-reduced-motion: reduce) {
2891
  .form-range::-webkit-slider-thumb {
3016
  .form-range::-webkit-slider-thumb {
2892
    -webkit-transition: none;
3017
    -webkit-transition: none;
2893
    transition: none;
3018
    transition: none;
2894
  }
3019
  }
2895
}
3020
}
-
 
3021
 
2896
.form-range::-webkit-slider-thumb:active {
3022
.form-range::-webkit-slider-thumb:active {
2897
  background-color: #b7d4f9;
3023
  background-color: #b7d4f9;
2898
}
3024
}
-
 
3025
 
2899
.form-range::-webkit-slider-runnable-track {
3026
.form-range::-webkit-slider-runnable-track {
2900
  width: 100%;
3027
  width: 100%;
2901
  height: 0.5rem;
3028
  height: 0.5rem;
2902
  color: transparent;
3029
  color: transparent;
2903
  cursor: pointer;
3030
  cursor: pointer;
2904
  background-color: #dee2e6;
3031
  background-color: #dee2e6;
2905
  border-color: transparent;
3032
  border-color: transparent;
2906
  border-radius: 1rem;
3033
  border-radius: 1rem;
2907
}
3034
}
-
 
3035
 
2908
.form-range::-moz-range-thumb {
3036
.form-range::-moz-range-thumb {
2909
  width: 1rem;
3037
  width: 1rem;
2910
  height: 1rem;
3038
  height: 1rem;
2911
  background-color: #0f6fec;
3039
  background-color: #0f6fec;
2912
  border: 0;
3040
  border: 0;
2913
  border-radius: 1rem;
3041
  border-radius: 1rem;
2914
  -moz-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
3042
  -moz-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
2915
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
3043
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
2916
  -moz-appearance: none;
3044
  -moz-appearance: none;
2917
       appearance: none;
3045
  appearance: none;
2918
}
3046
}
-
 
3047
 
2919
@media (prefers-reduced-motion: reduce) {
3048
@media (prefers-reduced-motion: reduce) {
2920
  .form-range::-moz-range-thumb {
3049
  .form-range::-moz-range-thumb {
2921
    -moz-transition: none;
3050
    -moz-transition: none;
2922
    transition: none;
3051
    transition: none;
2923
  }
3052
  }
2924
}
3053
}
-
 
3054
 
2925
.form-range::-moz-range-thumb:active {
3055
.form-range::-moz-range-thumb:active {
2926
  background-color: #b7d4f9;
3056
  background-color: #b7d4f9;
2927
}
3057
}
-
 
3058
 
2928
.form-range::-moz-range-track {
3059
.form-range::-moz-range-track {
2929
  width: 100%;
3060
  width: 100%;
2930
  height: 0.5rem;
3061
  height: 0.5rem;
2931
  color: transparent;
3062
  color: transparent;
2932
  cursor: pointer;
3063
  cursor: pointer;
2933
  background-color: #dee2e6;
3064
  background-color: #dee2e6;
2934
  border-color: transparent;
3065
  border-color: transparent;
2935
  border-radius: 1rem;
3066
  border-radius: 1rem;
2936
}
3067
}
-
 
3068
 
2937
.form-range:disabled {
3069
.form-range:disabled {
2938
  pointer-events: none;
3070
  pointer-events: none;
2939
}
3071
}
-
 
3072
 
2940
.form-range:disabled::-webkit-slider-thumb {
3073
.form-range:disabled::-webkit-slider-thumb {
2941
  background-color: #a1a1a8;
3074
  background-color: #a1a1a8;
2942
}
3075
}
-
 
3076
 
2943
.form-range:disabled::-moz-range-thumb {
3077
.form-range:disabled::-moz-range-thumb {
2944
  background-color: #a1a1a8;
3078
  background-color: #a1a1a8;
2945
}
3079
}
Línea 2946... Línea 3080...
2946
 
3080
 
2947
.form-floating {
3081
.form-floating {
2948
  position: relative;
3082
  position: relative;
-
 
3083
}
2949
}
3084
 
2950
.form-floating > .form-control,
3085
.form-floating>.form-control,
2951
.form-floating > .form-select {
3086
.form-floating>.form-select {
2952
  height: calc(3.5rem + 2px);
3087
  height: calc(3.5rem + 2px);
2953
  line-height: 1.25;
3088
  line-height: 1.25;
-
 
3089
}
2954
}
3090
 
2955
.form-floating > label {
3091
.form-floating>label {
2956
  position: absolute;
3092
  position: absolute;
2957
  top: 0;
3093
  top: 0;
2958
  left: 0;
3094
  left: 0;
2959
  height: 100%;
3095
  height: 100%;
2960
  padding: 1rem 0.75rem;
3096
  padding: 1rem 0.75rem;
2961
  pointer-events: none;
3097
  pointer-events: none;
2962
  border: 1px solid transparent;
3098
  border: 1px solid transparent;
2963
  -webkit-transform-origin: 0 0;
3099
  -webkit-transform-origin: 0 0;
2964
          transform-origin: 0 0;
3100
  transform-origin: 0 0;
2965
  -webkit-transition: opacity 0.1s ease-in-out, -webkit-transform 0.1s ease-in-out;
3101
  -webkit-transition: opacity 0.1s ease-in-out, -webkit-transform 0.1s ease-in-out;
2966
  transition: opacity 0.1s ease-in-out, -webkit-transform 0.1s ease-in-out;
3102
  transition: opacity 0.1s ease-in-out, -webkit-transform 0.1s ease-in-out;
2967
  transition: opacity 0.1s ease-in-out, transform 0.1s ease-in-out;
3103
  transition: opacity 0.1s ease-in-out, transform 0.1s ease-in-out;
2968
  transition: opacity 0.1s ease-in-out, transform 0.1s ease-in-out, -webkit-transform 0.1s ease-in-out;
3104
  transition: opacity 0.1s ease-in-out, transform 0.1s ease-in-out, -webkit-transform 0.1s ease-in-out;
-
 
3105
}
2969
}
3106
 
2970
@media (prefers-reduced-motion: reduce) {
3107
@media (prefers-reduced-motion: reduce) {
2971
  .form-floating > label {
3108
  .form-floating>label {
2972
    -webkit-transition: none;
3109
    -webkit-transition: none;
2973
    transition: none;
3110
    transition: none;
2974
  }
3111
  }
-
 
3112
}
2975
}
3113
 
2976
.form-floating > .form-control {
3114
.form-floating>.form-control {
2977
  padding: 1rem 0.75rem;
3115
  padding: 1rem 0.75rem;
-
 
3116
}
2978
}
3117
 
2979
.form-floating > .form-control::-webkit-input-placeholder {
3118
.form-floating>.form-control::-webkit-input-placeholder {
2980
  color: transparent;
3119
  color: transparent;
-
 
3120
}
2981
}
3121
 
2982
.form-floating > .form-control::-moz-placeholder {
3122
.form-floating>.form-control::-moz-placeholder {
2983
  color: transparent;
3123
  color: transparent;
-
 
3124
}
2984
}
3125
 
2985
.form-floating > .form-control:-ms-input-placeholder {
3126
.form-floating>.form-control:-ms-input-placeholder {
2986
  color: transparent;
3127
  color: transparent;
-
 
3128
}
2987
}
3129
 
2988
.form-floating > .form-control::-ms-input-placeholder {
3130
.form-floating>.form-control::-ms-input-placeholder {
2989
  color: transparent;
3131
  color: transparent;
-
 
3132
}
2990
}
3133
 
2991
.form-floating > .form-control::placeholder {
3134
.form-floating>.form-control::placeholder {
2992
  color: transparent;
3135
  color: transparent;
-
 
3136
}
2993
}
3137
 
2994
.form-floating > .form-control:not(:-moz-placeholder-shown) {
3138
.form-floating>.form-control:not(:-moz-placeholder-shown) {
2995
  padding-top: 1.625rem;
3139
  padding-top: 1.625rem;
2996
  padding-bottom: 0.625rem;
3140
  padding-bottom: 0.625rem;
-
 
3141
}
2997
}
3142
 
2998
.form-floating > .form-control:not(:-ms-input-placeholder) {
3143
.form-floating>.form-control:not(:-ms-input-placeholder) {
2999
  padding-top: 1.625rem;
3144
  padding-top: 1.625rem;
3000
  padding-bottom: 0.625rem;
3145
  padding-bottom: 0.625rem;
-
 
3146
}
-
 
3147
 
3001
}
3148
.form-floating>.form-control:focus,
3002
.form-floating > .form-control:focus, .form-floating > .form-control:not(:placeholder-shown) {
3149
.form-floating>.form-control:not(:placeholder-shown) {
3003
  padding-top: 1.625rem;
3150
  padding-top: 1.625rem;
3004
  padding-bottom: 0.625rem;
3151
  padding-bottom: 0.625rem;
-
 
3152
}
3005
}
3153
 
3006
.form-floating > .form-control:-webkit-autofill {
3154
.form-floating>.form-control:-webkit-autofill {
3007
  padding-top: 1.625rem;
3155
  padding-top: 1.625rem;
3008
  padding-bottom: 0.625rem;
3156
  padding-bottom: 0.625rem;
-
 
3157
}
3009
}
3158
 
3010
.form-floating > .form-select {
3159
.form-floating>.form-select {
3011
  padding-top: 1.625rem;
3160
  padding-top: 1.625rem;
3012
  padding-bottom: 0.625rem;
3161
  padding-bottom: 0.625rem;
-
 
3162
}
3013
}
3163
 
3014
.form-floating > .form-control:not(:-moz-placeholder-shown) ~ label {
3164
.form-floating>.form-control:not(:-moz-placeholder-shown)~label {
3015
  opacity: 0.65;
3165
  opacity: 0.65;
3016
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
3166
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
-
 
3167
}
3017
}
3168
 
3018
.form-floating > .form-control:not(:-ms-input-placeholder) ~ label {
3169
.form-floating>.form-control:not(:-ms-input-placeholder)~label {
3019
  opacity: 0.65;
3170
  opacity: 0.65;
3020
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
3171
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
-
 
3172
}
3021
}
3173
 
3022
.form-floating > .form-control:focus ~ label,
3174
.form-floating>.form-control:focus~label,
3023
.form-floating > .form-control:not(:placeholder-shown) ~ label,
3175
.form-floating>.form-control:not(:placeholder-shown)~label,
3024
.form-floating > .form-select ~ label {
3176
.form-floating>.form-select~label {
3025
  opacity: 0.65;
3177
  opacity: 0.65;
3026
  -webkit-transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
3178
  -webkit-transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
3027
          transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
3179
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
-
 
3180
}
3028
}
3181
 
3029
.form-floating > .form-control:-webkit-autofill ~ label {
3182
.form-floating>.form-control:-webkit-autofill~label {
3030
  opacity: 0.65;
3183
  opacity: 0.65;
3031
  -webkit-transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
3184
  -webkit-transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
3032
          transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
3185
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
Línea 3033... Línea 3186...
3033
}
3186
}
3034
 
3187
 
3035
.input-group {
3188
.input-group {
3036
  position: relative;
3189
  position: relative;
3037
  display: -webkit-box;
3190
  display: -webkit-box;
3038
  display: -ms-flexbox;
3191
  display: -ms-flexbox;
3039
  display: flex;
3192
  display: flex;
3040
  -ms-flex-wrap: wrap;
3193
  -ms-flex-wrap: wrap;
3041
      flex-wrap: wrap;
3194
  flex-wrap: wrap;
3042
  -webkit-box-align: stretch;
3195
  -webkit-box-align: stretch;
3043
      -ms-flex-align: stretch;
3196
  -ms-flex-align: stretch;
3044
          align-items: stretch;
3197
  align-items: stretch;
-
 
3198
  width: 100%;
3045
  width: 100%;
3199
}
3046
}
3200
 
3047
.input-group > .form-control,
3201
.input-group>.form-control,
3048
.input-group > .form-select {
3202
.input-group>.form-select {
3049
  position: relative;
3203
  position: relative;
3050
  -webkit-box-flex: 1;
3204
  -webkit-box-flex: 1;
3051
      -ms-flex: 1 1 auto;
3205
  -ms-flex: 1 1 auto;
3052
          flex: 1 1 auto;
3206
  flex: 1 1 auto;
3053
  width: 1%;
3207
  width: 1%;
-
 
3208
  min-width: 0;
3054
  min-width: 0;
3209
}
3055
}
3210
 
3056
.input-group > .form-control:focus,
3211
.input-group>.form-control:focus,
3057
.input-group > .form-select:focus {
3212
.input-group>.form-select:focus {
-
 
3213
  z-index: 3;
3058
  z-index: 3;
3214
}
3059
}
3215
 
3060
.input-group .btn {
3216
.input-group .btn {
3061
  position: relative;
3217
  position: relative;
-
 
3218
  z-index: 2;
3062
  z-index: 2;
3219
}
3063
}
3220
 
3064
.input-group .btn:focus {
3221
.input-group .btn:focus {
Línea 3065... Línea 3222...
3065
  z-index: 3;
3222
  z-index: 3;
3066
}
3223
}
3067
 
3224
 
3068
.input-group-text {
3225
.input-group-text {
3069
  display: -webkit-box;
3226
  display: -webkit-box;
3070
  display: -ms-flexbox;
3227
  display: -ms-flexbox;
3071
  display: flex;
3228
  display: flex;
3072
  -webkit-box-align: center;
3229
  -webkit-box-align: center;
3073
      -ms-flex-align: center;
3230
  -ms-flex-align: center;
3074
          align-items: center;
3231
  align-items: center;
3075
  padding: 0.375rem 0.75rem;
3232
  padding: 0.375rem 0.75rem;
3076
  font-size: 0.9375rem;
3233
  font-size: 0.9375rem;
Línea 3082... Línea 3239...
3082
  background-color: #e9ecef;
3239
  background-color: #e9ecef;
3083
  border: 1px solid rgba(0, 0, 0, 0.1);
3240
  border: 1px solid rgba(0, 0, 0, 0.1);
3084
  border-radius: 0.4rem;
3241
  border-radius: 0.4rem;
3085
}
3242
}
Línea 3086... Línea 3243...
3086
 
3243
 
3087
.input-group-lg > .form-control,
3244
.input-group-lg>.form-control,
3088
.input-group-lg > .form-select,
3245
.input-group-lg>.form-select,
3089
.input-group-lg > .input-group-text,
3246
.input-group-lg>.input-group-text,
3090
.input-group-lg > .btn {
3247
.input-group-lg>.btn {
3091
  padding: 0.8rem 1.5rem;
3248
  padding: 0.8rem 1.5rem;
3092
  font-size: 1rem;
3249
  font-size: 1rem;
3093
  border-radius: 0.2rem;
3250
  border-radius: 0.2rem;
Línea 3094... Línea 3251...
3094
}
3251
}
3095
 
3252
 
3096
.input-group-sm > .form-control,
3253
.input-group-sm>.form-control,
3097
.input-group-sm > .form-select,
3254
.input-group-sm>.form-select,
3098
.input-group-sm > .input-group-text,
3255
.input-group-sm>.input-group-text,
3099
.input-group-sm > .btn {
3256
.input-group-sm>.btn {
3100
  padding: 0.4rem 0.8rem;
3257
  padding: 0.4rem 0.8rem;
3101
  font-size: 0.8125rem;
3258
  font-size: 0.8125rem;
Línea 3102... Línea 3259...
3102
  border-radius: 0.2rem;
3259
  border-radius: 0.2rem;
3103
}
3260
}
3104
 
3261
 
3105
.input-group-lg > .form-select,
3262
.input-group-lg>.form-select,
Línea 3106... Línea 3263...
3106
.input-group-sm > .form-select {
3263
.input-group-sm>.form-select {
3107
  padding-right: 3.25rem;
3264
  padding-right: 3.25rem;
3108
}
3265
}
3109
 
3266
 
3110
.input-group:not(.has-validation) > :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu),
3267
.input-group:not(.has-validation)> :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu),
-
 
3268
.input-group:not(.has-validation)>.dropdown-toggle:nth-last-child(n+3) {
3111
.input-group:not(.has-validation) > .dropdown-toggle:nth-last-child(n+3) {
3269
  border-top-right-radius: 0;
3112
  border-top-right-radius: 0;
3270
  border-bottom-right-radius: 0;
3113
  border-bottom-right-radius: 0;
3271
}
3114
}
3272
 
3115
.input-group.has-validation > :nth-last-child(n+3):not(.dropdown-toggle):not(.dropdown-menu),
3273
.input-group.has-validation> :nth-last-child(n+3):not(.dropdown-toggle):not(.dropdown-menu),
-
 
3274
.input-group.has-validation>.dropdown-toggle:nth-last-child(n+4) {
3116
.input-group.has-validation > .dropdown-toggle:nth-last-child(n+4) {
3275
  border-top-right-radius: 0;
3117
  border-top-right-radius: 0;
3276
  border-bottom-right-radius: 0;
3118
  border-bottom-right-radius: 0;
3277
}
3119
}
3278
 
3120
.input-group > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
3279
.input-group> :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
Línea 3143... Línea 3302...
3143
  color: #fff;
3302
  color: #fff;
3144
  background-color: rgba(25, 135, 84, 0.9);
3303
  background-color: rgba(25, 135, 84, 0.9);
3145
  border-radius: 0.25rem;
3304
  border-radius: 0.25rem;
3146
}
3305
}
Línea 3147... Línea 3306...
3147
 
3306
 
3148
.was-validated :valid ~ .valid-feedback,
3307
.was-validated :valid~.valid-feedback,
3149
.was-validated :valid ~ .valid-tooltip,
3308
.was-validated :valid~.valid-tooltip,
3150
.is-valid ~ .valid-feedback,
3309
.is-valid~.valid-feedback,
3151
.is-valid ~ .valid-tooltip {
3310
.is-valid~.valid-tooltip {
3152
  display: block;
3311
  display: block;
Línea 3153... Línea 3312...
3153
}
3312
}
-
 
3313
 
3154
 
3314
.was-validated .form-control:valid,
3155
.was-validated .form-control:valid, .form-control.is-valid {
3315
.form-control.is-valid {
3156
  border-color: #198754;
3316
  border-color: #198754;
3157
  padding-right: calc(1.5em + 0.75rem);
3317
  padding-right: calc(1.5em + 0.75rem);
3158
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
3318
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
3159
  background-repeat: no-repeat;
3319
  background-repeat: no-repeat;
3160
  background-position: right calc(0.375em + 0.1875rem) center;
3320
  background-position: right calc(0.375em + 0.1875rem) center;
-
 
3321
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
3161
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
3322
}
-
 
3323
 
3162
}
3324
.was-validated .form-control:valid:focus,
3163
.was-validated .form-control:valid:focus, .form-control.is-valid:focus {
3325
.form-control.is-valid:focus {
3164
  border-color: #198754;
3326
  border-color: #198754;
3165
  -webkit-box-shadow: 0 0 0 1px rgba(25, 135, 84, 0.25);
3327
  -webkit-box-shadow: 0 0 0 1px rgba(25, 135, 84, 0.25);
Línea 3166... Línea 3328...
3166
          box-shadow: 0 0 0 1px rgba(25, 135, 84, 0.25);
3328
  box-shadow: 0 0 0 1px rgba(25, 135, 84, 0.25);
-
 
3329
}
3167
}
3330
 
3168
 
3331
.was-validated textarea.form-control:valid,
3169
.was-validated textarea.form-control:valid, textarea.form-control.is-valid {
3332
textarea.form-control.is-valid {
Línea 3170... Línea 3333...
3170
  padding-right: calc(1.5em + 0.75rem);
3333
  padding-right: calc(1.5em + 0.75rem);
-
 
3334
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
3171
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
3335
}
3172
}
3336
 
-
 
3337
.was-validated .form-select:valid,
3173
 
3338
.form-select.is-valid {
-
 
3339
  border-color: #198754;
-
 
3340
}
-
 
3341
 
3174
.was-validated .form-select:valid, .form-select.is-valid {
3342
.was-validated .form-select:valid:not([multiple]):not([size]),
3175
  border-color: #198754;
3343
.was-validated .form-select:valid:not([multiple])[size="1"],
3176
}
3344
.form-select.is-valid:not([multiple]):not([size]),
3177
.was-validated .form-select:valid:not([multiple]):not([size]), .was-validated .form-select:valid:not([multiple])[size="1"], .form-select.is-valid:not([multiple]):not([size]), .form-select.is-valid:not([multiple])[size="1"] {
3345
.form-select.is-valid:not([multiple])[size="1"] {
3178
  padding-right: 4.125rem;
3346
  padding-right: 4.125rem;
-
 
3347
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e"), url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
3179
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e"), url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
3348
  background-position: right 0.75rem center, center right 2.25rem;
-
 
3349
  background-size: 16px 12px, calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
3180
  background-position: right 0.75rem center, center right 2.25rem;
3350
}
3181
  background-size: 16px 12px, calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
3351
 
3182
}
3352
.was-validated .form-select:valid:focus,
3183
.was-validated .form-select:valid:focus, .form-select.is-valid:focus {
3353
.form-select.is-valid:focus {
Línea 3184... Línea 3354...
3184
  border-color: #198754;
3354
  border-color: #198754;
-
 
3355
  -webkit-box-shadow: 0 0 0 1px rgba(25, 135, 84, 0.25);
3185
  -webkit-box-shadow: 0 0 0 1px rgba(25, 135, 84, 0.25);
3356
  box-shadow: 0 0 0 1px rgba(25, 135, 84, 0.25);
3186
          box-shadow: 0 0 0 1px rgba(25, 135, 84, 0.25);
3357
}
-
 
3358
 
3187
}
3359
.was-validated .form-check-input:valid,
-
 
3360
.form-check-input.is-valid {
3188
 
3361
  border-color: #198754;
3189
.was-validated .form-check-input:valid, .form-check-input.is-valid {
3362
}
-
 
3363
 
3190
  border-color: #198754;
3364
.was-validated .form-check-input:valid:checked,
-
 
3365
.form-check-input.is-valid:checked {
3191
}
3366
  background-color: #198754;
3192
.was-validated .form-check-input:valid:checked, .form-check-input.is-valid:checked {
3367
}
3193
  background-color: #198754;
3368
 
-
 
3369
.was-validated .form-check-input:valid:focus,
3194
}
3370
.form-check-input.is-valid:focus {
-
 
3371
  -webkit-box-shadow: 0 0 0 1px rgba(25, 135, 84, 0.25);
3195
.was-validated .form-check-input:valid:focus, .form-check-input.is-valid:focus {
3372
  box-shadow: 0 0 0 1px rgba(25, 135, 84, 0.25);
3196
  -webkit-box-shadow: 0 0 0 1px rgba(25, 135, 84, 0.25);
3373
}
Línea 3197... Línea 3374...
3197
          box-shadow: 0 0 0 1px rgba(25, 135, 84, 0.25);
3374
 
3198
}
3375
.was-validated .form-check-input:valid~.form-check-label,
3199
.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
3376
.form-check-input.is-valid~.form-check-label {
Línea 3200... Línea 3377...
3200
  color: #198754;
3377
  color: #198754;
-
 
3378
}
3201
}
3379
 
3202
 
3380
.form-check-inline .form-check-input~.valid-feedback {
3203
.form-check-inline .form-check-input ~ .valid-feedback {
3381
  margin-left: 0.5em;
3204
  margin-left: 0.5em;
3382
}
-
 
3383
 
3205
}
3384
.was-validated .input-group .form-control:valid,
-
 
3385
.input-group .form-control.is-valid,
3206
 
3386
.was-validated .input-group .form-select:valid,
3207
.was-validated .input-group .form-control:valid, .input-group .form-control.is-valid,
3387
.input-group .form-select.is-valid {
3208
.was-validated .input-group .form-select:valid,
3388
  z-index: 1;
3209
.input-group .form-select.is-valid {
3389
}
Línea 3235... Línea 3415...
3235
  color: #fff;
3415
  color: #fff;
3236
  background-color: rgba(220, 53, 69, 0.9);
3416
  background-color: rgba(220, 53, 69, 0.9);
3237
  border-radius: 0.25rem;
3417
  border-radius: 0.25rem;
3238
}
3418
}
Línea 3239... Línea 3419...
3239
 
3419
 
3240
.was-validated :invalid ~ .invalid-feedback,
3420
.was-validated :invalid~.invalid-feedback,
3241
.was-validated :invalid ~ .invalid-tooltip,
3421
.was-validated :invalid~.invalid-tooltip,
3242
.is-invalid ~ .invalid-feedback,
3422
.is-invalid~.invalid-feedback,
3243
.is-invalid ~ .invalid-tooltip {
3423
.is-invalid~.invalid-tooltip {
3244
  display: block;
3424
  display: block;
Línea 3245... Línea 3425...
3245
}
3425
}
-
 
3426
 
3246
 
3427
.was-validated .form-control:invalid,
3247
.was-validated .form-control:invalid, .form-control.is-invalid {
3428
.form-control.is-invalid {
3248
  border-color: #dc3545;
3429
  border-color: #dc3545;
3249
  padding-right: calc(1.5em + 0.75rem);
3430
  padding-right: calc(1.5em + 0.75rem);
3250
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
3431
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
3251
  background-repeat: no-repeat;
3432
  background-repeat: no-repeat;
3252
  background-position: right calc(0.375em + 0.1875rem) center;
3433
  background-position: right calc(0.375em + 0.1875rem) center;
-
 
3434
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
3253
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
3435
}
-
 
3436
 
3254
}
3437
.was-validated .form-control:invalid:focus,
3255
.was-validated .form-control:invalid:focus, .form-control.is-invalid:focus {
3438
.form-control.is-invalid:focus {
3256
  border-color: #dc3545;
3439
  border-color: #dc3545;
3257
  -webkit-box-shadow: 0 0 0 1px rgba(220, 53, 69, 0.25);
3440
  -webkit-box-shadow: 0 0 0 1px rgba(220, 53, 69, 0.25);
Línea 3258... Línea 3441...
3258
          box-shadow: 0 0 0 1px rgba(220, 53, 69, 0.25);
3441
  box-shadow: 0 0 0 1px rgba(220, 53, 69, 0.25);
-
 
3442
}
3259
}
3443
 
3260
 
3444
.was-validated textarea.form-control:invalid,
3261
.was-validated textarea.form-control:invalid, textarea.form-control.is-invalid {
3445
textarea.form-control.is-invalid {
Línea 3262... Línea 3446...
3262
  padding-right: calc(1.5em + 0.75rem);
3446
  padding-right: calc(1.5em + 0.75rem);
-
 
3447
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
3263
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
3448
}
3264
}
3449
 
-
 
3450
.was-validated .form-select:invalid,
3265
 
3451
.form-select.is-invalid {
-
 
3452
  border-color: #dc3545;
-
 
3453
}
-
 
3454
 
3266
.was-validated .form-select:invalid, .form-select.is-invalid {
3455
.was-validated .form-select:invalid:not([multiple]):not([size]),
3267
  border-color: #dc3545;
3456
.was-validated .form-select:invalid:not([multiple])[size="1"],
3268
}
3457
.form-select.is-invalid:not([multiple]):not([size]),
3269
.was-validated .form-select:invalid:not([multiple]):not([size]), .was-validated .form-select:invalid:not([multiple])[size="1"], .form-select.is-invalid:not([multiple]):not([size]), .form-select.is-invalid:not([multiple])[size="1"] {
3458
.form-select.is-invalid:not([multiple])[size="1"] {
3270
  padding-right: 4.125rem;
3459
  padding-right: 4.125rem;
-
 
3460
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e"), url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
3271
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e"), url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
3461
  background-position: right 0.75rem center, center right 2.25rem;
-
 
3462
  background-size: 16px 12px, calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
3272
  background-position: right 0.75rem center, center right 2.25rem;
3463
}
3273
  background-size: 16px 12px, calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
3464
 
3274
}
3465
.was-validated .form-select:invalid:focus,
3275
.was-validated .form-select:invalid:focus, .form-select.is-invalid:focus {
3466
.form-select.is-invalid:focus {
Línea 3276... Línea 3467...
3276
  border-color: #dc3545;
3467
  border-color: #dc3545;
-
 
3468
  -webkit-box-shadow: 0 0 0 1px rgba(220, 53, 69, 0.25);
3277
  -webkit-box-shadow: 0 0 0 1px rgba(220, 53, 69, 0.25);
3469
  box-shadow: 0 0 0 1px rgba(220, 53, 69, 0.25);
3278
          box-shadow: 0 0 0 1px rgba(220, 53, 69, 0.25);
3470
}
-
 
3471
 
3279
}
3472
.was-validated .form-check-input:invalid,
-
 
3473
.form-check-input.is-invalid {
3280
 
3474
  border-color: #dc3545;
3281
.was-validated .form-check-input:invalid, .form-check-input.is-invalid {
3475
}
-
 
3476
 
3282
  border-color: #dc3545;
3477
.was-validated .form-check-input:invalid:checked,
-
 
3478
.form-check-input.is-invalid:checked {
3283
}
3479
  background-color: #dc3545;
3284
.was-validated .form-check-input:invalid:checked, .form-check-input.is-invalid:checked {
3480
}
3285
  background-color: #dc3545;
3481
 
-
 
3482
.was-validated .form-check-input:invalid:focus,
3286
}
3483
.form-check-input.is-invalid:focus {
-
 
3484
  -webkit-box-shadow: 0 0 0 1px rgba(220, 53, 69, 0.25);
3287
.was-validated .form-check-input:invalid:focus, .form-check-input.is-invalid:focus {
3485
  box-shadow: 0 0 0 1px rgba(220, 53, 69, 0.25);
3288
  -webkit-box-shadow: 0 0 0 1px rgba(220, 53, 69, 0.25);
3486
}
Línea 3289... Línea 3487...
3289
          box-shadow: 0 0 0 1px rgba(220, 53, 69, 0.25);
3487
 
3290
}
3488
.was-validated .form-check-input:invalid~.form-check-label,
3291
.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
3489
.form-check-input.is-invalid~.form-check-label {
Línea 3292... Línea 3490...
3292
  color: #dc3545;
3490
  color: #dc3545;
-
 
3491
}
3293
}
3492
 
3294
 
3493
.form-check-inline .form-check-input~.invalid-feedback {
3295
.form-check-inline .form-check-input ~ .invalid-feedback {
3494
  margin-left: 0.5em;
3296
  margin-left: 0.5em;
3495
}
-
 
3496
 
3297
}
3497
.was-validated .input-group .form-control:invalid,
-
 
3498
.input-group .form-control.is-invalid,
3298
 
3499
.was-validated .input-group .form-select:invalid,
3299
.was-validated .input-group .form-control:invalid, .input-group .form-control.is-invalid,
3500
.input-group .form-select.is-invalid {
3300
.was-validated .input-group .form-select:invalid,
3501
  z-index: 2;
3301
.input-group .form-select.is-invalid {
3502
}
Línea 3314... Línea 3515...
3314
  color: #676a79;
3515
  color: #676a79;
3315
  text-align: center;
3516
  text-align: center;
3316
  vertical-align: middle;
3517
  vertical-align: middle;
3317
  cursor: pointer;
3518
  cursor: pointer;
3318
  -webkit-user-select: none;
3519
  -webkit-user-select: none;
3319
     -moz-user-select: none;
3520
  -moz-user-select: none;
3320
      -ms-user-select: none;
3521
  -ms-user-select: none;
3321
          user-select: none;
3522
  user-select: none;
3322
  background-color: transparent;
3523
  background-color: transparent;
3323
  border: 1px solid transparent;
3524
  border: 1px solid transparent;
3324
  padding: 0.5rem 1rem;
3525
  padding: 0.5rem 1rem;
3325
  font-size: 0.9375rem;
3526
  font-size: 0.9375rem;
3326
  border-radius: 0.4rem;
3527
  border-radius: 0.4rem;
3327
  -webkit-transition: all 0.3s ease-in-out;
3528
  -webkit-transition: all 0.3s ease-in-out;
3328
  transition: all 0.3s ease-in-out;
3529
  transition: all 0.3s ease-in-out;
3329
}
3530
}
-
 
3531
 
3330
@media (prefers-reduced-motion: reduce) {
3532
@media (prefers-reduced-motion: reduce) {
3331
  .btn {
3533
  .btn {
3332
    -webkit-transition: none;
3534
    -webkit-transition: none;
3333
    transition: none;
3535
    transition: none;
3334
  }
3536
  }
3335
}
3537
}
Línea 3336... Línea 3538...
3336
 
3538
 
-
 
3539
.btn-check:focus+.btn,
3337
.btn-check:focus + .btn, .btn:focus {
3540
.btn:focus {
3338
  outline: 0;
3541
  outline: 0;
3339
  -webkit-box-shadow: none;
3542
  -webkit-box-shadow: none;
3340
          box-shadow: none;
3543
  box-shadow: none;
-
 
3544
}
-
 
3545
 
-
 
3546
.btn:disabled,
3341
}
3547
.btn.disabled,
3342
.btn:disabled, .btn.disabled, fieldset:disabled .btn {
3548
fieldset:disabled .btn {
3343
  pointer-events: none;
3549
  pointer-events: none;
3344
  opacity: 0.65;
3550
  opacity: 0.65;
Línea 3345... Línea 3551...
3345
}
3551
}
3346
 
3552
 
3347
.btn-primary {
3553
.btn-primary {
3348
  color: #fff;
3554
  color: #fff;
3349
  background-color: #0f6fec;
3555
  background-color: #0f6fec;
-
 
3556
  border-color: #0f6fec;
3350
  border-color: #0f6fec;
3557
}
3351
}
3558
 
3352
.btn-primary:hover {
3559
.btn-primary:hover {
3353
  color: #fff;
3560
  color: #fff;
3354
  background-color: #0d5ec9;
3561
  background-color: #0d5ec9;
-
 
3562
  border-color: #0c59bd;
3355
  border-color: #0c59bd;
3563
}
-
 
3564
 
3356
}
3565
.btn-check:focus+.btn-primary,
3357
.btn-check:focus + .btn-primary, .btn-primary:focus {
3566
.btn-primary:focus {
3358
  color: #fff;
3567
  color: #fff;
3359
  background-color: #0d5ec9;
3568
  background-color: #0d5ec9;
3360
  border-color: #0c59bd;
3569
  border-color: #0c59bd;
3361
  -webkit-box-shadow: 0 0 0 0 rgba(51, 133, 239, 0.5);
3570
  -webkit-box-shadow: 0 0 0 0 rgba(51, 133, 239, 0.5);
-
 
3571
  box-shadow: 0 0 0 0 rgba(51, 133, 239, 0.5);
-
 
3572
}
-
 
3573
 
-
 
3574
.btn-check:checked+.btn-primary,
-
 
3575
.btn-check:active+.btn-primary,
3362
          box-shadow: 0 0 0 0 rgba(51, 133, 239, 0.5);
3576
.btn-primary:active,
3363
}
3577
.btn-primary.active,
3364
.btn-check:checked + .btn-primary, .btn-check:active + .btn-primary, .btn-primary:active, .btn-primary.active, .show > .btn-primary.dropdown-toggle {
3578
.show>.btn-primary.dropdown-toggle {
3365
  color: #fff;
3579
  color: #fff;
3366
  background-color: #0c59bd;
3580
  background-color: #0c59bd;
-
 
3581
  border-color: #0b53b1;
-
 
3582
}
-
 
3583
 
-
 
3584
.btn-check:checked+.btn-primary:focus,
-
 
3585
.btn-check:active+.btn-primary:focus,
3367
  border-color: #0b53b1;
3586
.btn-primary:active:focus,
3368
}
3587
.btn-primary.active:focus,
3369
.btn-check:checked + .btn-primary:focus, .btn-check:active + .btn-primary:focus, .btn-primary:active:focus, .btn-primary.active:focus, .show > .btn-primary.dropdown-toggle:focus {
3588
.show>.btn-primary.dropdown-toggle:focus {
3370
  -webkit-box-shadow: 0 0 0 0 rgba(51, 133, 239, 0.5);
3589
  -webkit-box-shadow: 0 0 0 0 rgba(51, 133, 239, 0.5);
-
 
3590
  box-shadow: 0 0 0 0 rgba(51, 133, 239, 0.5);
-
 
3591
}
3371
          box-shadow: 0 0 0 0 rgba(51, 133, 239, 0.5);
3592
 
3372
}
3593
.btn-primary:disabled,
3373
.btn-primary:disabled, .btn-primary.disabled {
3594
.btn-primary.disabled {
3374
  color: #fff;
3595
  color: #fff;
3375
  background-color: #0f6fec;
3596
  background-color: #0f6fec;
Línea 3376... Línea 3597...
3376
  border-color: #0f6fec;
3597
  border-color: #0f6fec;
3377
}
3598
}
3378
 
3599
 
3379
.btn-secondary {
3600
.btn-secondary {
3380
  color: #fff;
3601
  color: #fff;
-
 
3602
  background-color: #14191e;
3381
  background-color: #14191e;
3603
  border-color: #14191e;
3382
  border-color: #14191e;
3604
}
3383
}
3605
 
3384
.btn-secondary:hover {
3606
.btn-secondary:hover {
3385
  color: #fff;
3607
  color: #fff;
-
 
3608
  background-color: #11151a;
3386
  background-color: #11151a;
3609
  border-color: #101418;
-
 
3610
}
3387
  border-color: #101418;
3611
 
3388
}
3612
.btn-check:focus+.btn-secondary,
3389
.btn-check:focus + .btn-secondary, .btn-secondary:focus {
3613
.btn-secondary:focus {
3390
  color: #fff;
3614
  color: #fff;
3391
  background-color: #11151a;
3615
  background-color: #11151a;
3392
  border-color: #101418;
3616
  border-color: #101418;
-
 
3617
  -webkit-box-shadow: 0 0 0 0 rgba(55, 60, 64, 0.5);
-
 
3618
  box-shadow: 0 0 0 0 rgba(55, 60, 64, 0.5);
-
 
3619
}
-
 
3620
 
-
 
3621
.btn-check:checked+.btn-secondary,
3393
  -webkit-box-shadow: 0 0 0 0 rgba(55, 60, 64, 0.5);
3622
.btn-check:active+.btn-secondary,
3394
          box-shadow: 0 0 0 0 rgba(55, 60, 64, 0.5);
3623
.btn-secondary:active,
3395
}
3624
.btn-secondary.active,
3396
.btn-check:checked + .btn-secondary, .btn-check:active + .btn-secondary, .btn-secondary:active, .btn-secondary.active, .show > .btn-secondary.dropdown-toggle {
3625
.show>.btn-secondary.dropdown-toggle {
3397
  color: #fff;
3626
  color: #fff;
-
 
3627
  background-color: #101418;
-
 
3628
  border-color: #0f1317;
-
 
3629
}
-
 
3630
 
-
 
3631
.btn-check:checked+.btn-secondary:focus,
3398
  background-color: #101418;
3632
.btn-check:active+.btn-secondary:focus,
3399
  border-color: #0f1317;
3633
.btn-secondary:active:focus,
3400
}
3634
.btn-secondary.active:focus,
3401
.btn-check:checked + .btn-secondary:focus, .btn-check:active + .btn-secondary:focus, .btn-secondary:active:focus, .btn-secondary.active:focus, .show > .btn-secondary.dropdown-toggle:focus {
3635
.show>.btn-secondary.dropdown-toggle:focus {
-
 
3636
  -webkit-box-shadow: 0 0 0 0 rgba(55, 60, 64, 0.5);
-
 
3637
  box-shadow: 0 0 0 0 rgba(55, 60, 64, 0.5);
3402
  -webkit-box-shadow: 0 0 0 0 rgba(55, 60, 64, 0.5);
3638
}
3403
          box-shadow: 0 0 0 0 rgba(55, 60, 64, 0.5);
3639
 
3404
}
3640
.btn-secondary:disabled,
3405
.btn-secondary:disabled, .btn-secondary.disabled {
3641
.btn-secondary.disabled {
3406
  color: #fff;
3642
  color: #fff;
Línea 3407... Línea 3643...
3407
  background-color: #14191e;
3643
  background-color: #14191e;
3408
  border-color: #14191e;
3644
  border-color: #14191e;
3409
}
3645
}
3410
 
3646
 
3411
.btn-success {
3647
.btn-success {
-
 
3648
  color: #fff;
3412
  color: #fff;
3649
  background-color: #0cbc87;
3413
  background-color: #0cbc87;
3650
  border-color: #0cbc87;
3414
  border-color: #0cbc87;
3651
}
3415
}
3652
 
3416
.btn-success:hover {
3653
.btn-success:hover {
-
 
3654
  color: #fff;
3417
  color: #fff;
3655
  background-color: #0aa073;
-
 
3656
  border-color: #0a966c;
3418
  background-color: #0aa073;
3657
}
3419
  border-color: #0a966c;
3658
 
3420
}
3659
.btn-check:focus+.btn-success,
3421
.btn-check:focus + .btn-success, .btn-success:focus {
3660
.btn-success:focus {
3422
  color: #fff;
3661
  color: #fff;
3423
  background-color: #0aa073;
3662
  background-color: #0aa073;
-
 
3663
  border-color: #0a966c;
-
 
3664
  -webkit-box-shadow: 0 0 0 0 rgba(48, 198, 153, 0.5);
-
 
3665
  box-shadow: 0 0 0 0 rgba(48, 198, 153, 0.5);
-
 
3666
}
-
 
3667
 
3424
  border-color: #0a966c;
3668
.btn-check:checked+.btn-success,
3425
  -webkit-box-shadow: 0 0 0 0 rgba(48, 198, 153, 0.5);
3669
.btn-check:active+.btn-success,
3426
          box-shadow: 0 0 0 0 rgba(48, 198, 153, 0.5);
3670
.btn-success:active,
3427
}
3671
.btn-success.active,
3428
.btn-check:checked + .btn-success, .btn-check:active + .btn-success, .btn-success:active, .btn-success.active, .show > .btn-success.dropdown-toggle {
3672
.show>.btn-success.dropdown-toggle {
-
 
3673
  color: #fff;
-
 
3674
  background-color: #0a966c;
-
 
3675
  border-color: #098d65;
-
 
3676
}
-
 
3677
 
3429
  color: #fff;
3678
.btn-check:checked+.btn-success:focus,
3430
  background-color: #0a966c;
3679
.btn-check:active+.btn-success:focus,
3431
  border-color: #098d65;
3680
.btn-success:active:focus,
3432
}
3681
.btn-success.active:focus,
-
 
3682
.show>.btn-success.dropdown-toggle:focus {
-
 
3683
  -webkit-box-shadow: 0 0 0 0 rgba(48, 198, 153, 0.5);
3433
.btn-check:checked + .btn-success:focus, .btn-check:active + .btn-success:focus, .btn-success:active:focus, .btn-success.active:focus, .show > .btn-success.dropdown-toggle:focus {
3684
  box-shadow: 0 0 0 0 rgba(48, 198, 153, 0.5);
3434
  -webkit-box-shadow: 0 0 0 0 rgba(48, 198, 153, 0.5);
3685
}
3435
          box-shadow: 0 0 0 0 rgba(48, 198, 153, 0.5);
3686
 
3436
}
3687
.btn-success:disabled,
3437
.btn-success:disabled, .btn-success.disabled {
3688
.btn-success.disabled {
Línea 3438... Línea 3689...
3438
  color: #fff;
3689
  color: #fff;
3439
  background-color: #0cbc87;
3690
  background-color: #0cbc87;
3440
  border-color: #0cbc87;
3691
  border-color: #0cbc87;
3441
}
3692
}
3442
 
3693
 
-
 
3694
.btn-info {
3443
.btn-info {
3695
  color: #fff;
3444
  color: #fff;
3696
  background-color: #4f9ef8;
3445
  background-color: #4f9ef8;
3697
  border-color: #4f9ef8;
3446
  border-color: #4f9ef8;
3698
}
3447
}
3699
 
-
 
3700
.btn-info:hover {
3448
.btn-info:hover {
3701
  color: #fff;
-
 
3702
  background-color: #4386d3;
3449
  color: #fff;
3703
  border-color: #3f7ec6;
3450
  background-color: #4386d3;
3704
}
3451
  border-color: #3f7ec6;
3705
 
3452
}
3706
.btn-check:focus+.btn-info,
3453
.btn-check:focus + .btn-info, .btn-info:focus {
3707
.btn-info:focus {
3454
  color: #fff;
3708
  color: #fff;
-
 
3709
  background-color: #4386d3;
-
 
3710
  border-color: #3f7ec6;
-
 
3711
  -webkit-box-shadow: 0 0 0 0 rgba(105, 173, 249, 0.5);
-
 
3712
  box-shadow: 0 0 0 0 rgba(105, 173, 249, 0.5);
-
 
3713
}
3455
  background-color: #4386d3;
3714
 
3456
  border-color: #3f7ec6;
3715
.btn-check:checked+.btn-info,
3457
  -webkit-box-shadow: 0 0 0 0 rgba(105, 173, 249, 0.5);
3716
.btn-check:active+.btn-info,
3458
          box-shadow: 0 0 0 0 rgba(105, 173, 249, 0.5);
3717
.btn-info:active,
3459
}
3718
.btn-info.active,
-
 
3719
.show>.btn-info.dropdown-toggle {
-
 
3720
  color: #fff;
-
 
3721
  background-color: #3f7ec6;
-
 
3722
  border-color: #3b77ba;
-
 
3723
}
3460
.btn-check:checked + .btn-info, .btn-check:active + .btn-info, .btn-info:active, .btn-info.active, .show > .btn-info.dropdown-toggle {
3724
 
3461
  color: #fff;
3725
.btn-check:checked+.btn-info:focus,
3462
  background-color: #3f7ec6;
3726
.btn-check:active+.btn-info:focus,
3463
  border-color: #3b77ba;
3727
.btn-info:active:focus,
-
 
3728
.btn-info.active:focus,
-
 
3729
.show>.btn-info.dropdown-toggle:focus {
3464
}
3730
  -webkit-box-shadow: 0 0 0 0 rgba(105, 173, 249, 0.5);
3465
.btn-check:checked + .btn-info:focus, .btn-check:active + .btn-info:focus, .btn-info:active:focus, .btn-info.active:focus, .show > .btn-info.dropdown-toggle:focus {
3731
  box-shadow: 0 0 0 0 rgba(105, 173, 249, 0.5);
3466
  -webkit-box-shadow: 0 0 0 0 rgba(105, 173, 249, 0.5);
3732
}
3467
          box-shadow: 0 0 0 0 rgba(105, 173, 249, 0.5);
3733
 
3468
}
3734
.btn-info:disabled,
Línea 3469... Línea 3735...
3469
.btn-info:disabled, .btn-info.disabled {
3735
.btn-info.disabled {
3470
  color: #fff;
3736
  color: #fff;
3471
  background-color: #4f9ef8;
3737
  background-color: #4f9ef8;
3472
  border-color: #4f9ef8;
3738
  border-color: #4f9ef8;
3473
}
3739
}
-
 
3740
 
3474
 
3741
.btn-warning {
3475
.btn-warning {
3742
  color: #000;
3476
  color: #000;
3743
  background-color: #f7c32e;
3477
  background-color: #f7c32e;
3744
  border-color: #f7c32e;
3478
  border-color: #f7c32e;
3745
}
-
 
3746
 
3479
}
3747
.btn-warning:hover {
-
 
3748
  color: #000;
3480
.btn-warning:hover {
3749
  background-color: #f8cc4d;
3481
  color: #000;
3750
  border-color: #f8c943;
3482
  background-color: #f8cc4d;
3751
}
3483
  border-color: #f8c943;
3752
 
3484
}
3753
.btn-check:focus+.btn-warning,
3485
.btn-check:focus + .btn-warning, .btn-warning:focus {
3754
.btn-warning:focus {
-
 
3755
  color: #000;
-
 
3756
  background-color: #f8cc4d;
-
 
3757
  border-color: #f8c943;
-
 
3758
  -webkit-box-shadow: 0 0 0 0 rgba(210, 166, 39, 0.5);
-
 
3759
  box-shadow: 0 0 0 0 rgba(210, 166, 39, 0.5);
3486
  color: #000;
3760
}
3487
  background-color: #f8cc4d;
3761
 
3488
  border-color: #f8c943;
3762
.btn-check:checked+.btn-warning,
3489
  -webkit-box-shadow: 0 0 0 0 rgba(210, 166, 39, 0.5);
3763
.btn-check:active+.btn-warning,
3490
          box-shadow: 0 0 0 0 rgba(210, 166, 39, 0.5);
3764
.btn-warning:active,
-
 
3765
.btn-warning.active,
-
 
3766
.show>.btn-warning.dropdown-toggle {
-
 
3767
  color: #000;
-
 
3768
  background-color: #f9cf58;
-
 
3769
  border-color: #f8c943;
3491
}
3770
}
3492
.btn-check:checked + .btn-warning, .btn-check:active + .btn-warning, .btn-warning:active, .btn-warning.active, .show > .btn-warning.dropdown-toggle {
3771
 
3493
  color: #000;
3772
.btn-check:checked+.btn-warning:focus,
3494
  background-color: #f9cf58;
3773
.btn-check:active+.btn-warning:focus,
-
 
3774
.btn-warning:active:focus,
-
 
3775
.btn-warning.active:focus,
3495
  border-color: #f8c943;
3776
.show>.btn-warning.dropdown-toggle:focus {
3496
}
3777
  -webkit-box-shadow: 0 0 0 0 rgba(210, 166, 39, 0.5);
3497
.btn-check:checked + .btn-warning:focus, .btn-check:active + .btn-warning:focus, .btn-warning:active:focus, .btn-warning.active:focus, .show > .btn-warning.dropdown-toggle:focus {
3778
  box-shadow: 0 0 0 0 rgba(210, 166, 39, 0.5);
3498
  -webkit-box-shadow: 0 0 0 0 rgba(210, 166, 39, 0.5);
3779
}
3499
          box-shadow: 0 0 0 0 rgba(210, 166, 39, 0.5);
3780
 
Línea 3500... Línea 3781...
3500
}
3781
.btn-warning:disabled,
3501
.btn-warning:disabled, .btn-warning.disabled {
3782
.btn-warning.disabled {
3502
  color: #000;
3783
  color: #000;
3503
  background-color: #f7c32e;
3784
  background-color: #f7c32e;
3504
  border-color: #f7c32e;
3785
  border-color: #f7c32e;
-
 
3786
}
3505
}
3787
 
3506
 
3788
.btn-danger {
3507
.btn-danger {
3789
  color: #fff;
3508
  color: #fff;
3790
  background-color: #d6293e;
3509
  background-color: #d6293e;
3791
  border-color: #d6293e;
-
 
3792
}
3510
  border-color: #d6293e;
3793
 
-
 
3794
.btn-danger:hover {
3511
}
3795
  color: #fff;
3512
.btn-danger:hover {
3796
  background-color: #b62335;
3513
  color: #fff;
3797
  border-color: #ab2132;
3514
  background-color: #b62335;
3798
}
3515
  border-color: #ab2132;
3799
 
3516
}
3800
.btn-check:focus+.btn-danger,
-
 
3801
.btn-danger:focus {
-
 
3802
  color: #fff;
-
 
3803
  background-color: #b62335;
-
 
3804
  border-color: #ab2132;
-
 
3805
  -webkit-box-shadow: 0 0 0 0 rgba(220, 73, 91, 0.5);
3517
.btn-check:focus + .btn-danger, .btn-danger:focus {
3806
  box-shadow: 0 0 0 0 rgba(220, 73, 91, 0.5);
3518
  color: #fff;
3807
}
3519
  background-color: #b62335;
3808
 
3520
  border-color: #ab2132;
3809
.btn-check:checked+.btn-danger,
3521
  -webkit-box-shadow: 0 0 0 0 rgba(220, 73, 91, 0.5);
3810
.btn-check:active+.btn-danger,
-
 
3811
.btn-danger:active,
-
 
3812
.btn-danger.active,
-
 
3813
.show>.btn-danger.dropdown-toggle {
-
 
3814
  color: #fff;
-
 
3815
  background-color: #ab2132;
3522
          box-shadow: 0 0 0 0 rgba(220, 73, 91, 0.5);
3816
  border-color: #a11f2f;
3523
}
3817
}
3524
.btn-check:checked + .btn-danger, .btn-check:active + .btn-danger, .btn-danger:active, .btn-danger.active, .show > .btn-danger.dropdown-toggle {
3818
 
3525
  color: #fff;
3819
.btn-check:checked+.btn-danger:focus,
-
 
3820
.btn-check:active+.btn-danger:focus,
-
 
3821
.btn-danger:active:focus,
3526
  background-color: #ab2132;
3822
.btn-danger.active:focus,
3527
  border-color: #a11f2f;
3823
.show>.btn-danger.dropdown-toggle:focus {
3528
}
3824
  -webkit-box-shadow: 0 0 0 0 rgba(220, 73, 91, 0.5);
3529
.btn-check:checked + .btn-danger:focus, .btn-check:active + .btn-danger:focus, .btn-danger:active:focus, .btn-danger.active:focus, .show > .btn-danger.dropdown-toggle:focus {
3825
  box-shadow: 0 0 0 0 rgba(220, 73, 91, 0.5);
3530
  -webkit-box-shadow: 0 0 0 0 rgba(220, 73, 91, 0.5);
3826
}
Línea 3531... Línea 3827...
3531
          box-shadow: 0 0 0 0 rgba(220, 73, 91, 0.5);
3827
 
3532
}
3828
.btn-danger:disabled,
3533
.btn-danger:disabled, .btn-danger.disabled {
3829
.btn-danger.disabled {
3534
  color: #fff;
3830
  color: #fff;
3535
  background-color: #d6293e;
3831
  background-color: #d6293e;
-
 
3832
  border-color: #d6293e;
3536
  border-color: #d6293e;
3833
}
3537
}
3834
 
3538
 
3835
.btn-light {
3539
.btn-light {
3836
  color: #000;
3540
  color: #000;
3837
  background-color: #eef0f2;
-
 
3838
  border-color: #eef0f2;
3541
  background-color: #eef0f2;
3839
}
-
 
3840
 
3542
  border-color: #eef0f2;
3841
.btn-light:hover {
3543
}
3842
  color: #000;
3544
.btn-light:hover {
3843
  background-color: #f1f2f4;
3545
  color: #000;
3844
  border-color: #f0f2f3;
3546
  background-color: #f1f2f4;
3845
}
3547
  border-color: #f0f2f3;
3846
 
-
 
3847
.btn-check:focus+.btn-light,
-
 
3848
.btn-light:focus {
-
 
3849
  color: #000;
-
 
3850
  background-color: #f1f2f4;
-
 
3851
  border-color: #f0f2f3;
3548
}
3852
  -webkit-box-shadow: 0 0 0 0 rgba(202, 204, 206, 0.5);
3549
.btn-check:focus + .btn-light, .btn-light:focus {
3853
  box-shadow: 0 0 0 0 rgba(202, 204, 206, 0.5);
3550
  color: #000;
3854
}
3551
  background-color: #f1f2f4;
3855
 
3552
  border-color: #f0f2f3;
3856
.btn-check:checked+.btn-light,
-
 
3857
.btn-check:active+.btn-light,
-
 
3858
.btn-light:active,
-
 
3859
.btn-light.active,
-
 
3860
.show>.btn-light.dropdown-toggle {
-
 
3861
  color: #000;
3553
  -webkit-box-shadow: 0 0 0 0 rgba(202, 204, 206, 0.5);
3862
  background-color: #f1f3f5;
3554
          box-shadow: 0 0 0 0 rgba(202, 204, 206, 0.5);
3863
  border-color: #f0f2f3;
3555
}
3864
}
3556
.btn-check:checked + .btn-light, .btn-check:active + .btn-light, .btn-light:active, .btn-light.active, .show > .btn-light.dropdown-toggle {
3865
 
-
 
3866
.btn-check:checked+.btn-light:focus,
-
 
3867
.btn-check:active+.btn-light:focus,
3557
  color: #000;
3868
.btn-light:active:focus,
3558
  background-color: #f1f3f5;
3869
.btn-light.active:focus,
3559
  border-color: #f0f2f3;
3870
.show>.btn-light.dropdown-toggle:focus {
3560
}
3871
  -webkit-box-shadow: 0 0 0 0 rgba(202, 204, 206, 0.5);
3561
.btn-check:checked + .btn-light:focus, .btn-check:active + .btn-light:focus, .btn-light:active:focus, .btn-light.active:focus, .show > .btn-light.dropdown-toggle:focus {
3872
  box-shadow: 0 0 0 0 rgba(202, 204, 206, 0.5);
Línea 3562... Línea 3873...
3562
  -webkit-box-shadow: 0 0 0 0 rgba(202, 204, 206, 0.5);
3873
}
3563
          box-shadow: 0 0 0 0 rgba(202, 204, 206, 0.5);
3874
 
3564
}
3875
.btn-light:disabled,
3565
.btn-light:disabled, .btn-light.disabled {
3876
.btn-light.disabled {
3566
  color: #000;
3877
  color: #000;
-
 
3878
  background-color: #eef0f2;
3567
  background-color: #eef0f2;
3879
  border-color: #eef0f2;
3568
  border-color: #eef0f2;
3880
}
3569
}
3881
 
3570
 
3882
.btn-dark {
3571
.btn-dark {
3883
  color: #fff;
-
 
3884
  background-color: #14191e;
3572
  color: #fff;
3885
  border-color: #14191e;
-
 
3886
}
3573
  background-color: #14191e;
3887
 
3574
  border-color: #14191e;
3888
.btn-dark:hover {
3575
}
3889
  color: #fff;
3576
.btn-dark:hover {
3890
  background-color: #11151a;
3577
  color: #fff;
3891
  border-color: #101418;
3578
  background-color: #11151a;
3892
}
-
 
3893
 
-
 
3894
.btn-check:focus+.btn-dark,
-
 
3895
.btn-dark:focus {
-
 
3896
  color: #fff;
-
 
3897
  background-color: #11151a;
3579
  border-color: #101418;
3898
  border-color: #101418;
3580
}
3899
  -webkit-box-shadow: 0 0 0 0 rgba(55, 60, 64, 0.5);
3581
.btn-check:focus + .btn-dark, .btn-dark:focus {
3900
  box-shadow: 0 0 0 0 rgba(55, 60, 64, 0.5);
3582
  color: #fff;
3901
}
3583
  background-color: #11151a;
3902
 
-
 
3903
.btn-check:checked+.btn-dark,
-
 
3904
.btn-check:active+.btn-dark,
-
 
3905
.btn-dark:active,
-
 
3906
.btn-dark.active,
-
 
3907
.show>.btn-dark.dropdown-toggle {
3584
  border-color: #101418;
3908
  color: #fff;
3585
  -webkit-box-shadow: 0 0 0 0 rgba(55, 60, 64, 0.5);
3909
  background-color: #101418;
3586
          box-shadow: 0 0 0 0 rgba(55, 60, 64, 0.5);
3910
  border-color: #0f1317;
3587
}
3911
}
-
 
3912
 
-
 
3913
.btn-check:checked+.btn-dark:focus,
3588
.btn-check:checked + .btn-dark, .btn-check:active + .btn-dark, .btn-dark:active, .btn-dark.active, .show > .btn-dark.dropdown-toggle {
3914
.btn-check:active+.btn-dark:focus,
3589
  color: #fff;
3915
.btn-dark:active:focus,
3590
  background-color: #101418;
3916
.btn-dark.active:focus,
3591
  border-color: #0f1317;
3917
.show>.btn-dark.dropdown-toggle:focus {
3592
}
3918
  -webkit-box-shadow: 0 0 0 0 rgba(55, 60, 64, 0.5);
Línea 3593... Línea 3919...
3593
.btn-check:checked + .btn-dark:focus, .btn-check:active + .btn-dark:focus, .btn-dark:active:focus, .btn-dark.active:focus, .show > .btn-dark.dropdown-toggle:focus {
3919
  box-shadow: 0 0 0 0 rgba(55, 60, 64, 0.5);
3594
  -webkit-box-shadow: 0 0 0 0 rgba(55, 60, 64, 0.5);
3920
}
3595
          box-shadow: 0 0 0 0 rgba(55, 60, 64, 0.5);
3921
 
3596
}
3922
.btn-dark:disabled,
-
 
3923
.btn-dark.disabled {
3597
.btn-dark:disabled, .btn-dark.disabled {
3924
  color: #fff;
3598
  color: #fff;
3925
  background-color: #14191e;
3599
  background-color: #14191e;
3926
  border-color: #14191e;
3600
  border-color: #14191e;
3927
}
3601
}
3928
 
-
 
3929
.btn-outline-primary {
3602
 
3930
  color: #0f6fec;
-
 
3931
  border-color: #0f6fec;
3603
.btn-outline-primary {
3932
}
3604
  color: #0f6fec;
3933
 
3605
  border-color: #0f6fec;
3934
.btn-outline-primary:hover {
-
 
3935
  color: #fff;
-
 
3936
  background-color: #0f6fec;
-
 
3937
  border-color: #0f6fec;
-
 
3938
}
-
 
3939
 
3606
}
3940
.btn-check:focus+.btn-outline-primary,
3607
.btn-outline-primary:hover {
3941
.btn-outline-primary:focus {
3608
  color: #fff;
3942
  -webkit-box-shadow: 0 0 0 0 rgba(15, 111, 236, 0.5);
3609
  background-color: #0f6fec;
3943
  box-shadow: 0 0 0 0 rgba(15, 111, 236, 0.5);
3610
  border-color: #0f6fec;
3944
}
-
 
3945
 
-
 
3946
.btn-check:checked+.btn-outline-primary,
-
 
3947
.btn-check:active+.btn-outline-primary,
-
 
3948
.btn-outline-primary:active,
-
 
3949
.btn-outline-primary.active,
3611
}
3950
.btn-outline-primary.dropdown-toggle.show {
3612
.btn-check:focus + .btn-outline-primary, .btn-outline-primary:focus {
3951
  color: #fff;
3613
  -webkit-box-shadow: 0 0 0 0 rgba(15, 111, 236, 0.5);
3952
  background-color: #0f6fec;
3614
          box-shadow: 0 0 0 0 rgba(15, 111, 236, 0.5);
3953
  border-color: #0f6fec;
-
 
3954
}
-
 
3955
 
3615
}
3956
.btn-check:checked+.btn-outline-primary:focus,
3616
.btn-check:checked + .btn-outline-primary, .btn-check:active + .btn-outline-primary, .btn-outline-primary:active, .btn-outline-primary.active, .btn-outline-primary.dropdown-toggle.show {
3957
.btn-check:active+.btn-outline-primary:focus,
3617
  color: #fff;
3958
.btn-outline-primary:active:focus,
3618
  background-color: #0f6fec;
3959
.btn-outline-primary.active:focus,
Línea 3619... Línea 3960...
3619
  border-color: #0f6fec;
3960
.btn-outline-primary.dropdown-toggle.show:focus {
3620
}
3961
  -webkit-box-shadow: 0 0 0 0 rgba(15, 111, 236, 0.5);
3621
.btn-check:checked + .btn-outline-primary:focus, .btn-check:active + .btn-outline-primary:focus, .btn-outline-primary:active:focus, .btn-outline-primary.active:focus, .btn-outline-primary.dropdown-toggle.show:focus {
3962
  box-shadow: 0 0 0 0 rgba(15, 111, 236, 0.5);
3622
  -webkit-box-shadow: 0 0 0 0 rgba(15, 111, 236, 0.5);
3963
}
-
 
3964
 
3623
          box-shadow: 0 0 0 0 rgba(15, 111, 236, 0.5);
3965
.btn-outline-primary:disabled,
3624
}
3966
.btn-outline-primary.disabled {
3625
.btn-outline-primary:disabled, .btn-outline-primary.disabled {
3967
  color: #0f6fec;
3626
  color: #0f6fec;
3968
  background-color: transparent;
3627
  background-color: transparent;
3969
}
-
 
3970
 
3628
}
3971
.btn-outline-secondary {
-
 
3972
  color: #14191e;
3629
 
3973
  border-color: #14191e;
3630
.btn-outline-secondary {
3974
}
3631
  color: #14191e;
3975
 
-
 
3976
.btn-outline-secondary:hover {
-
 
3977
  color: #fff;
-
 
3978
  background-color: #14191e;
-
 
3979
  border-color: #14191e;
-
 
3980
}
3632
  border-color: #14191e;
3981
 
3633
}
3982
.btn-check:focus+.btn-outline-secondary,
3634
.btn-outline-secondary:hover {
3983
.btn-outline-secondary:focus {
3635
  color: #fff;
3984
  -webkit-box-shadow: 0 0 0 0 rgba(20, 25, 30, 0.5);
3636
  background-color: #14191e;
3985
  box-shadow: 0 0 0 0 rgba(20, 25, 30, 0.5);
-
 
3986
}
-
 
3987
 
-
 
3988
.btn-check:checked+.btn-outline-secondary,
-
 
3989
.btn-check:active+.btn-outline-secondary,
-
 
3990
.btn-outline-secondary:active,
3637
  border-color: #14191e;
3991
.btn-outline-secondary.active,
3638
}
3992
.btn-outline-secondary.dropdown-toggle.show {
3639
.btn-check:focus + .btn-outline-secondary, .btn-outline-secondary:focus {
3993
  color: #fff;
3640
  -webkit-box-shadow: 0 0 0 0 rgba(20, 25, 30, 0.5);
3994
  background-color: #14191e;
-
 
3995
  border-color: #14191e;
-
 
3996
}
3641
          box-shadow: 0 0 0 0 rgba(20, 25, 30, 0.5);
3997
 
3642
}
3998
.btn-check:checked+.btn-outline-secondary:focus,
3643
.btn-check:checked + .btn-outline-secondary, .btn-check:active + .btn-outline-secondary, .btn-outline-secondary:active, .btn-outline-secondary.active, .btn-outline-secondary.dropdown-toggle.show {
3999
.btn-check:active+.btn-outline-secondary:focus,
3644
  color: #fff;
4000
.btn-outline-secondary:active:focus,
Línea 3645... Línea 4001...
3645
  background-color: #14191e;
4001
.btn-outline-secondary.active:focus,
3646
  border-color: #14191e;
4002
.btn-outline-secondary.dropdown-toggle.show:focus {
3647
}
4003
  -webkit-box-shadow: 0 0 0 0 rgba(20, 25, 30, 0.5);
3648
.btn-check:checked + .btn-outline-secondary:focus, .btn-check:active + .btn-outline-secondary:focus, .btn-outline-secondary:active:focus, .btn-outline-secondary.active:focus, .btn-outline-secondary.dropdown-toggle.show:focus {
4004
  box-shadow: 0 0 0 0 rgba(20, 25, 30, 0.5);
-
 
4005
}
3649
  -webkit-box-shadow: 0 0 0 0 rgba(20, 25, 30, 0.5);
4006
 
3650
          box-shadow: 0 0 0 0 rgba(20, 25, 30, 0.5);
4007
.btn-outline-secondary:disabled,
3651
}
4008
.btn-outline-secondary.disabled {
3652
.btn-outline-secondary:disabled, .btn-outline-secondary.disabled {
4009
  color: #14191e;
3653
  color: #14191e;
4010
  background-color: transparent;
-
 
4011
}
3654
  background-color: transparent;
4012
 
-
 
4013
.btn-outline-success {
3655
}
4014
  color: #0cbc87;
3656
 
4015
  border-color: #0cbc87;
3657
.btn-outline-success {
4016
}
-
 
4017
 
-
 
4018
.btn-outline-success:hover {
-
 
4019
  color: #fff;
-
 
4020
  background-color: #0cbc87;
-
 
4021
  border-color: #0cbc87;
3658
  color: #0cbc87;
4022
}
3659
  border-color: #0cbc87;
4023
 
3660
}
4024
.btn-check:focus+.btn-outline-success,
3661
.btn-outline-success:hover {
4025
.btn-outline-success:focus {
3662
  color: #fff;
4026
  -webkit-box-shadow: 0 0 0 0 rgba(12, 188, 135, 0.5);
-
 
4027
  box-shadow: 0 0 0 0 rgba(12, 188, 135, 0.5);
-
 
4028
}
-
 
4029
 
-
 
4030
.btn-check:checked+.btn-outline-success,
-
 
4031
.btn-check:active+.btn-outline-success,
3663
  background-color: #0cbc87;
4032
.btn-outline-success:active,
3664
  border-color: #0cbc87;
4033
.btn-outline-success.active,
3665
}
4034
.btn-outline-success.dropdown-toggle.show {
3666
.btn-check:focus + .btn-outline-success, .btn-outline-success:focus {
4035
  color: #fff;
-
 
4036
  background-color: #0cbc87;
-
 
4037
  border-color: #0cbc87;
3667
  -webkit-box-shadow: 0 0 0 0 rgba(12, 188, 135, 0.5);
4038
}
3668
          box-shadow: 0 0 0 0 rgba(12, 188, 135, 0.5);
4039
 
3669
}
4040
.btn-check:checked+.btn-outline-success:focus,
3670
.btn-check:checked + .btn-outline-success, .btn-check:active + .btn-outline-success, .btn-outline-success:active, .btn-outline-success.active, .btn-outline-success.dropdown-toggle.show {
4041
.btn-check:active+.btn-outline-success:focus,
Línea 3671... Línea 4042...
3671
  color: #fff;
4042
.btn-outline-success:active:focus,
3672
  background-color: #0cbc87;
4043
.btn-outline-success.active:focus,
3673
  border-color: #0cbc87;
4044
.btn-outline-success.dropdown-toggle.show:focus {
3674
}
4045
  -webkit-box-shadow: 0 0 0 0 rgba(12, 188, 135, 0.5);
-
 
4046
  box-shadow: 0 0 0 0 rgba(12, 188, 135, 0.5);
3675
.btn-check:checked + .btn-outline-success:focus, .btn-check:active + .btn-outline-success:focus, .btn-outline-success:active:focus, .btn-outline-success.active:focus, .btn-outline-success.dropdown-toggle.show:focus {
4047
}
3676
  -webkit-box-shadow: 0 0 0 0 rgba(12, 188, 135, 0.5);
4048
 
3677
          box-shadow: 0 0 0 0 rgba(12, 188, 135, 0.5);
4049
.btn-outline-success:disabled,
3678
}
4050
.btn-outline-success.disabled {
3679
.btn-outline-success:disabled, .btn-outline-success.disabled {
4051
  color: #0cbc87;
-
 
4052
  background-color: transparent;
3680
  color: #0cbc87;
4053
}
-
 
4054
 
3681
  background-color: transparent;
4055
.btn-outline-info {
3682
}
4056
  color: #4f9ef8;
3683
 
4057
  border-color: #4f9ef8;
-
 
4058
}
-
 
4059
 
-
 
4060
.btn-outline-info:hover {
-
 
4061
  color: #fff;
-
 
4062
  background-color: #4f9ef8;
3684
.btn-outline-info {
4063
  border-color: #4f9ef8;
3685
  color: #4f9ef8;
4064
}
3686
  border-color: #4f9ef8;
4065
 
3687
}
4066
.btn-check:focus+.btn-outline-info,
3688
.btn-outline-info:hover {
4067
.btn-outline-info:focus {
-
 
4068
  -webkit-box-shadow: 0 0 0 0 rgba(79, 158, 248, 0.5);
-
 
4069
  box-shadow: 0 0 0 0 rgba(79, 158, 248, 0.5);
-
 
4070
}
-
 
4071
 
-
 
4072
.btn-check:checked+.btn-outline-info,
3689
  color: #fff;
4073
.btn-check:active+.btn-outline-info,
3690
  background-color: #4f9ef8;
4074
.btn-outline-info:active,
3691
  border-color: #4f9ef8;
4075
.btn-outline-info.active,
3692
}
4076
.btn-outline-info.dropdown-toggle.show {
-
 
4077
  color: #fff;
-
 
4078
  background-color: #4f9ef8;
3693
.btn-check:focus + .btn-outline-info, .btn-outline-info:focus {
4079
  border-color: #4f9ef8;
3694
  -webkit-box-shadow: 0 0 0 0 rgba(79, 158, 248, 0.5);
4080
}
3695
          box-shadow: 0 0 0 0 rgba(79, 158, 248, 0.5);
4081
 
3696
}
4082
.btn-check:checked+.btn-outline-info:focus,
Línea 3697... Línea 4083...
3697
.btn-check:checked + .btn-outline-info, .btn-check:active + .btn-outline-info, .btn-outline-info:active, .btn-outline-info.active, .btn-outline-info.dropdown-toggle.show {
4083
.btn-check:active+.btn-outline-info:focus,
3698
  color: #fff;
4084
.btn-outline-info:active:focus,
3699
  background-color: #4f9ef8;
4085
.btn-outline-info.active:focus,
3700
  border-color: #4f9ef8;
4086
.btn-outline-info.dropdown-toggle.show:focus {
-
 
4087
  -webkit-box-shadow: 0 0 0 0 rgba(79, 158, 248, 0.5);
3701
}
4088
  box-shadow: 0 0 0 0 rgba(79, 158, 248, 0.5);
3702
.btn-check:checked + .btn-outline-info:focus, .btn-check:active + .btn-outline-info:focus, .btn-outline-info:active:focus, .btn-outline-info.active:focus, .btn-outline-info.dropdown-toggle.show:focus {
4089
}
3703
  -webkit-box-shadow: 0 0 0 0 rgba(79, 158, 248, 0.5);
4090
 
3704
          box-shadow: 0 0 0 0 rgba(79, 158, 248, 0.5);
4091
.btn-outline-info:disabled,
3705
}
4092
.btn-outline-info.disabled {
-
 
4093
  color: #4f9ef8;
3706
.btn-outline-info:disabled, .btn-outline-info.disabled {
4094
  background-color: transparent;
-
 
4095
}
3707
  color: #4f9ef8;
4096
 
3708
  background-color: transparent;
4097
.btn-outline-warning {
3709
}
4098
  color: #f7c32e;
-
 
4099
  border-color: #f7c32e;
-
 
4100
}
-
 
4101
 
-
 
4102
.btn-outline-warning:hover {
-
 
4103
  color: #000;
3710
 
4104
  background-color: #f7c32e;
3711
.btn-outline-warning {
4105
  border-color: #f7c32e;
3712
  color: #f7c32e;
4106
}
3713
  border-color: #f7c32e;
4107
 
3714
}
4108
.btn-check:focus+.btn-outline-warning,
-
 
4109
.btn-outline-warning:focus {
-
 
4110
  -webkit-box-shadow: 0 0 0 0 rgba(247, 195, 46, 0.5);
-
 
4111
  box-shadow: 0 0 0 0 rgba(247, 195, 46, 0.5);
-
 
4112
}
-
 
4113
 
3715
.btn-outline-warning:hover {
4114
.btn-check:checked+.btn-outline-warning,
3716
  color: #000;
4115
.btn-check:active+.btn-outline-warning,
3717
  background-color: #f7c32e;
4116
.btn-outline-warning:active,
3718
  border-color: #f7c32e;
4117
.btn-outline-warning.active,
-
 
4118
.btn-outline-warning.dropdown-toggle.show {
-
 
4119
  color: #000;
3719
}
4120
  background-color: #f7c32e;
3720
.btn-check:focus + .btn-outline-warning, .btn-outline-warning:focus {
4121
  border-color: #f7c32e;
3721
  -webkit-box-shadow: 0 0 0 0 rgba(247, 195, 46, 0.5);
4122
}
3722
          box-shadow: 0 0 0 0 rgba(247, 195, 46, 0.5);
4123
 
Línea 3723... Línea 4124...
3723
}
4124
.btn-check:checked+.btn-outline-warning:focus,
3724
.btn-check:checked + .btn-outline-warning, .btn-check:active + .btn-outline-warning, .btn-outline-warning:active, .btn-outline-warning.active, .btn-outline-warning.dropdown-toggle.show {
4125
.btn-check:active+.btn-outline-warning:focus,
3725
  color: #000;
4126
.btn-outline-warning:active:focus,
3726
  background-color: #f7c32e;
4127
.btn-outline-warning.active:focus,
-
 
4128
.btn-outline-warning.dropdown-toggle.show:focus {
3727
  border-color: #f7c32e;
4129
  -webkit-box-shadow: 0 0 0 0 rgba(247, 195, 46, 0.5);
3728
}
4130
  box-shadow: 0 0 0 0 rgba(247, 195, 46, 0.5);
3729
.btn-check:checked + .btn-outline-warning:focus, .btn-check:active + .btn-outline-warning:focus, .btn-outline-warning:active:focus, .btn-outline-warning.active:focus, .btn-outline-warning.dropdown-toggle.show:focus {
4131
}
3730
  -webkit-box-shadow: 0 0 0 0 rgba(247, 195, 46, 0.5);
4132
 
3731
          box-shadow: 0 0 0 0 rgba(247, 195, 46, 0.5);
4133
.btn-outline-warning:disabled,
-
 
4134
.btn-outline-warning.disabled {
3732
}
4135
  color: #f7c32e;
-
 
4136
  background-color: transparent;
3733
.btn-outline-warning:disabled, .btn-outline-warning.disabled {
4137
}
3734
  color: #f7c32e;
4138
 
3735
  background-color: transparent;
4139
.btn-outline-danger {
-
 
4140
  color: #d6293e;
-
 
4141
  border-color: #d6293e;
-
 
4142
}
-
 
4143
 
-
 
4144
.btn-outline-danger:hover {
3736
}
4145
  color: #fff;
3737
 
4146
  background-color: #d6293e;
3738
.btn-outline-danger {
4147
  border-color: #d6293e;
3739
  color: #d6293e;
4148
}
3740
  border-color: #d6293e;
4149
 
-
 
4150
.btn-check:focus+.btn-outline-danger,
-
 
4151
.btn-outline-danger:focus {
-
 
4152
  -webkit-box-shadow: 0 0 0 0 rgba(214, 41, 62, 0.5);
-
 
4153
  box-shadow: 0 0 0 0 rgba(214, 41, 62, 0.5);
-
 
4154
}
3741
}
4155
 
3742
.btn-outline-danger:hover {
4156
.btn-check:checked+.btn-outline-danger,
3743
  color: #fff;
4157
.btn-check:active+.btn-outline-danger,
3744
  background-color: #d6293e;
4158
.btn-outline-danger:active,
-
 
4159
.btn-outline-danger.active,
-
 
4160
.btn-outline-danger.dropdown-toggle.show {
3745
  border-color: #d6293e;
4161
  color: #fff;
3746
}
4162
  background-color: #d6293e;
3747
.btn-check:focus + .btn-outline-danger, .btn-outline-danger:focus {
4163
  border-color: #d6293e;
3748
  -webkit-box-shadow: 0 0 0 0 rgba(214, 41, 62, 0.5);
4164
}
Línea 3749... Línea 4165...
3749
          box-shadow: 0 0 0 0 rgba(214, 41, 62, 0.5);
4165
 
3750
}
4166
.btn-check:checked+.btn-outline-danger:focus,
3751
.btn-check:checked + .btn-outline-danger, .btn-check:active + .btn-outline-danger, .btn-outline-danger:active, .btn-outline-danger.active, .btn-outline-danger.dropdown-toggle.show {
4167
.btn-check:active+.btn-outline-danger:focus,
3752
  color: #fff;
4168
.btn-outline-danger:active:focus,
-
 
4169
.btn-outline-danger.active:focus,
3753
  background-color: #d6293e;
4170
.btn-outline-danger.dropdown-toggle.show:focus {
3754
  border-color: #d6293e;
4171
  -webkit-box-shadow: 0 0 0 0 rgba(214, 41, 62, 0.5);
3755
}
4172
  box-shadow: 0 0 0 0 rgba(214, 41, 62, 0.5);
3756
.btn-check:checked + .btn-outline-danger:focus, .btn-check:active + .btn-outline-danger:focus, .btn-outline-danger:active:focus, .btn-outline-danger.active:focus, .btn-outline-danger.dropdown-toggle.show:focus {
4173
}
3757
  -webkit-box-shadow: 0 0 0 0 rgba(214, 41, 62, 0.5);
4174
 
-
 
4175
.btn-outline-danger:disabled,
3758
          box-shadow: 0 0 0 0 rgba(214, 41, 62, 0.5);
4176
.btn-outline-danger.disabled {
-
 
4177
  color: #d6293e;
3759
}
4178
  background-color: transparent;
3760
.btn-outline-danger:disabled, .btn-outline-danger.disabled {
4179
}
3761
  color: #d6293e;
4180
 
-
 
4181
.btn-outline-light {
-
 
4182
  color: #eef0f2;
-
 
4183
  border-color: #eef0f2;
-
 
4184
}
-
 
4185
 
3762
  background-color: transparent;
4186
.btn-outline-light:hover {
3763
}
4187
  color: #000;
3764
 
4188
  background-color: #eef0f2;
3765
.btn-outline-light {
4189
  border-color: #eef0f2;
3766
  color: #eef0f2;
4190
}
-
 
4191
 
-
 
4192
.btn-check:focus+.btn-outline-light,
-
 
4193
.btn-outline-light:focus {
-
 
4194
  -webkit-box-shadow: 0 0 0 0 rgba(238, 240, 242, 0.5);
-
 
4195
  box-shadow: 0 0 0 0 rgba(238, 240, 242, 0.5);
3767
  border-color: #eef0f2;
4196
}
3768
}
4197
 
3769
.btn-outline-light:hover {
4198
.btn-check:checked+.btn-outline-light,
3770
  color: #000;
4199
.btn-check:active+.btn-outline-light,
-
 
4200
.btn-outline-light:active,
-
 
4201
.btn-outline-light.active,
3771
  background-color: #eef0f2;
4202
.btn-outline-light.dropdown-toggle.show {
3772
  border-color: #eef0f2;
4203
  color: #000;
3773
}
4204
  background-color: #eef0f2;
3774
.btn-check:focus + .btn-outline-light, .btn-outline-light:focus {
4205
  border-color: #eef0f2;
Línea 3775... Línea 4206...
3775
  -webkit-box-shadow: 0 0 0 0 rgba(238, 240, 242, 0.5);
4206
}
3776
          box-shadow: 0 0 0 0 rgba(238, 240, 242, 0.5);
4207
 
3777
}
4208
.btn-check:checked+.btn-outline-light:focus,
3778
.btn-check:checked + .btn-outline-light, .btn-check:active + .btn-outline-light, .btn-outline-light:active, .btn-outline-light.active, .btn-outline-light.dropdown-toggle.show {
4209
.btn-check:active+.btn-outline-light:focus,
-
 
4210
.btn-outline-light:active:focus,
3779
  color: #000;
4211
.btn-outline-light.active:focus,
3780
  background-color: #eef0f2;
4212
.btn-outline-light.dropdown-toggle.show:focus {
3781
  border-color: #eef0f2;
4213
  -webkit-box-shadow: 0 0 0 0 rgba(238, 240, 242, 0.5);
3782
}
4214
  box-shadow: 0 0 0 0 rgba(238, 240, 242, 0.5);
3783
.btn-check:checked + .btn-outline-light:focus, .btn-check:active + .btn-outline-light:focus, .btn-outline-light:active:focus, .btn-outline-light.active:focus, .btn-outline-light.dropdown-toggle.show:focus {
4215
}
-
 
4216
 
3784
  -webkit-box-shadow: 0 0 0 0 rgba(238, 240, 242, 0.5);
4217
.btn-outline-light:disabled,
-
 
4218
.btn-outline-light.disabled {
3785
          box-shadow: 0 0 0 0 rgba(238, 240, 242, 0.5);
4219
  color: #eef0f2;
3786
}
4220
  background-color: transparent;
3787
.btn-outline-light:disabled, .btn-outline-light.disabled {
4221
}
-
 
4222
 
-
 
4223
.btn-outline-dark {
-
 
4224
  color: #14191e;
-
 
4225
  border-color: #14191e;
-
 
4226
}
3788
  color: #eef0f2;
4227
 
3789
  background-color: transparent;
4228
.btn-outline-dark:hover {
3790
}
4229
  color: #fff;
3791
 
4230
  background-color: #14191e;
3792
.btn-outline-dark {
4231
  border-color: #14191e;
-
 
4232
}
-
 
4233
 
-
 
4234
.btn-check:focus+.btn-outline-dark,
-
 
4235
.btn-outline-dark:focus {
-
 
4236
  -webkit-box-shadow: 0 0 0 0 rgba(20, 25, 30, 0.5);
3793
  color: #14191e;
4237
  box-shadow: 0 0 0 0 rgba(20, 25, 30, 0.5);
3794
  border-color: #14191e;
4238
}
3795
}
4239
 
3796
.btn-outline-dark:hover {
4240
.btn-check:checked+.btn-outline-dark,
-
 
4241
.btn-check:active+.btn-outline-dark,
-
 
4242
.btn-outline-dark:active,
3797
  color: #fff;
4243
.btn-outline-dark.active,
3798
  background-color: #14191e;
4244
.btn-outline-dark.dropdown-toggle.show {
3799
  border-color: #14191e;
4245
  color: #fff;
3800
}
4246
  background-color: #14191e;
Línea 3801... Línea 4247...
3801
.btn-check:focus + .btn-outline-dark, .btn-outline-dark:focus {
4247
  border-color: #14191e;
3802
  -webkit-box-shadow: 0 0 0 0 rgba(20, 25, 30, 0.5);
4248
}
3803
          box-shadow: 0 0 0 0 rgba(20, 25, 30, 0.5);
4249
 
3804
}
4250
.btn-check:checked+.btn-outline-dark:focus,
3805
.btn-check:checked + .btn-outline-dark, .btn-check:active + .btn-outline-dark, .btn-outline-dark:active, .btn-outline-dark.active, .btn-outline-dark.dropdown-toggle.show {
4251
.btn-check:active+.btn-outline-dark:focus,
-
 
4252
.btn-outline-dark:active:focus,
3806
  color: #fff;
4253
.btn-outline-dark.active:focus,
3807
  background-color: #14191e;
4254
.btn-outline-dark.dropdown-toggle.show:focus {
3808
  border-color: #14191e;
4255
  -webkit-box-shadow: 0 0 0 0 rgba(20, 25, 30, 0.5);
-
 
4256
  box-shadow: 0 0 0 0 rgba(20, 25, 30, 0.5);
-
 
4257
}
3809
}
4258
 
3810
.btn-check:checked + .btn-outline-dark:focus, .btn-check:active + .btn-outline-dark:focus, .btn-outline-dark:active:focus, .btn-outline-dark.active:focus, .btn-outline-dark.dropdown-toggle.show:focus {
4259
.btn-outline-dark:disabled,
3811
  -webkit-box-shadow: 0 0 0 0 rgba(20, 25, 30, 0.5);
4260
.btn-outline-dark.disabled {
Línea -... Línea 4261...
-
 
4261
  color: #14191e;
3812
          box-shadow: 0 0 0 0 rgba(20, 25, 30, 0.5);
4262
  background-color: transparent;
3813
}
4263
}
3814
.btn-outline-dark:disabled, .btn-outline-dark.disabled {
4264
 
3815
  color: #14191e;
4265
.btn-link {
3816
  background-color: transparent;
4266
  font-weight: 500;
Línea -... Línea 4267...
-
 
4267
  color: #0f6fec;
3817
}
4268
  text-decoration: none;
3818
 
4269
}
3819
.btn-link {
4270
 
3820
  font-weight: 500;
4271
.btn-link:hover {
3821
  color: #0f6fec;
4272
  color: #0c59bd;
Línea 3822... Línea 4273...
3822
  text-decoration: none;
4273
}
3823
}
4274
 
3824
.btn-link:hover {
4275
.btn-link:disabled,
3825
  color: #0c59bd;
4276
.btn-link.disabled {
-
 
4277
  color: #e1e4e6;
3826
}
4278
}
3827
.btn-link:disabled, .btn-link.disabled {
4279
 
3828
  color: #e1e4e6;
4280
.btn-lg,
3829
}
4281
.btn-group-lg>.btn {
3830
 
4282
  padding: 0.8rem 1.5rem;
3831
.btn-lg, .btn-group-lg > .btn {
4283
  font-size: 1rem;
-
 
4284
  border-radius: 0.2rem;
3832
  padding: 0.8rem 1.5rem;
4285
}
3833
  font-size: 1rem;
4286
 
3834
  border-radius: 0.2rem;
4287
.btn-sm,
Línea 3835... Línea 4288...
3835
}
4288
.btn-group-sm>.btn {
Línea 3862... Línea 4315...
3862
  height: 0;
4315
  height: 0;
3863
  overflow: hidden;
4316
  overflow: hidden;
3864
  -webkit-transition: height 0.35s ease;
4317
  -webkit-transition: height 0.35s ease;
3865
  transition: height 0.35s ease;
4318
  transition: height 0.35s ease;
3866
}
4319
}
-
 
4320
 
3867
@media (prefers-reduced-motion: reduce) {
4321
@media (prefers-reduced-motion: reduce) {
3868
  .collapsing {
4322
  .collapsing {
3869
    -webkit-transition: none;
4323
    -webkit-transition: none;
3870
    transition: none;
4324
    transition: none;
3871
  }
4325
  }
3872
}
4326
}
-
 
4327
 
3873
.collapsing.collapse-horizontal {
4328
.collapsing.collapse-horizontal {
3874
  width: 0;
4329
  width: 0;
3875
  height: auto;
4330
  height: auto;
3876
  -webkit-transition: width 0.35s ease;
4331
  -webkit-transition: width 0.35s ease;
3877
  transition: width 0.35s ease;
4332
  transition: width 0.35s ease;
3878
}
4333
}
-
 
4334
 
3879
@media (prefers-reduced-motion: reduce) {
4335
@media (prefers-reduced-motion: reduce) {
3880
  .collapsing.collapse-horizontal {
4336
  .collapsing.collapse-horizontal {
3881
    -webkit-transition: none;
4337
    -webkit-transition: none;
3882
    transition: none;
4338
    transition: none;
3883
  }
4339
  }
Línea 3891... Línea 4347...
3891
}
4347
}
Línea 3892... Línea 4348...
3892
 
4348
 
3893
.dropdown-toggle {
4349
.dropdown-toggle {
3894
  white-space: nowrap;
4350
  white-space: nowrap;
-
 
4351
}
3895
}
4352
 
3896
.dropdown-toggle::after {
4353
.dropdown-toggle::after {
3897
  display: inline-block;
4354
  display: inline-block;
3898
  margin-left: 0.255em;
4355
  margin-left: 0.255em;
3899
  vertical-align: 0.255em;
4356
  vertical-align: 0.255em;
3900
  content: "";
4357
  content: "";
3901
  border-top: 0.3em solid;
4358
  border-top: 0.3em solid;
3902
  border-right: 0.3em solid transparent;
4359
  border-right: 0.3em solid transparent;
3903
  border-bottom: 0;
4360
  border-bottom: 0;
3904
  border-left: 0.3em solid transparent;
4361
  border-left: 0.3em solid transparent;
-
 
4362
}
3905
}
4363
 
3906
.dropdown-toggle:empty::after {
4364
.dropdown-toggle:empty::after {
3907
  margin-left: 0;
4365
  margin-left: 0;
Línea 3908... Línea 4366...
3908
}
4366
}
Línea 3921... Línea 4379...
3921
  background-color: #fff;
4379
  background-color: #fff;
3922
  background-clip: padding-box;
4380
  background-clip: padding-box;
3923
  border: 1px solid rgba(0, 0, 0, 0.06);
4381
  border: 1px solid rgba(0, 0, 0, 0.06);
3924
  border-radius: 0.4rem;
4382
  border-radius: 0.4rem;
3925
}
4383
}
-
 
4384
 
3926
.dropdown-menu[data-bs-popper] {
4385
.dropdown-menu[data-bs-popper] {
3927
  top: 100%;
4386
  top: 100%;
3928
  left: 0;
4387
  left: 0;
3929
  margin-top: 0;
4388
  margin-top: 0;
3930
}
4389
}
Línea 3931... Línea 4390...
3931
 
4390
 
3932
.dropdown-menu-start {
4391
.dropdown-menu-start {
3933
  --bs-position: start;
4392
  --bs-position: start;
-
 
4393
}
3934
}
4394
 
3935
.dropdown-menu-start[data-bs-popper] {
4395
.dropdown-menu-start[data-bs-popper] {
3936
  right: auto;
4396
  right: auto;
3937
  left: 0;
4397
  left: 0;
Línea 3938... Línea 4398...
3938
}
4398
}
3939
 
4399
 
3940
.dropdown-menu-end {
4400
.dropdown-menu-end {
-
 
4401
  --bs-position: end;
3941
  --bs-position: end;
4402
}
3942
}
4403
 
3943
.dropdown-menu-end[data-bs-popper] {
4404
.dropdown-menu-end[data-bs-popper] {
3944
  right: 0;
4405
  right: 0;
Línea 3945... Línea 4406...
3945
  left: auto;
4406
  left: auto;
3946
}
4407
}
3947
 
4408
 
3948
@media (min-width: 576px) {
4409
@media (min-width: 576px) {
-
 
4410
  .dropdown-menu-sm-start {
3949
  .dropdown-menu-sm-start {
4411
    --bs-position: start;
3950
    --bs-position: start;
4412
  }
3951
  }
4413
 
3952
  .dropdown-menu-sm-start[data-bs-popper] {
4414
  .dropdown-menu-sm-start[data-bs-popper] {
Línea 3953... Línea 4415...
3953
    right: auto;
4415
    right: auto;
3954
    left: 0;
4416
    left: 0;
3955
  }
4417
  }
-
 
4418
 
3956
 
4419
  .dropdown-menu-sm-end {
3957
  .dropdown-menu-sm-end {
4420
    --bs-position: end;
3958
    --bs-position: end;
4421
  }
3959
  }
4422
 
3960
  .dropdown-menu-sm-end[data-bs-popper] {
4423
  .dropdown-menu-sm-end[data-bs-popper] {
-
 
4424
    right: 0;
3961
    right: 0;
4425
    left: auto;
3962
    left: auto;
4426
  }
3963
  }
4427
}
3964
}
4428
 
-
 
4429
@media (min-width: 768px) {
3965
@media (min-width: 768px) {
4430
  .dropdown-menu-md-start {
3966
  .dropdown-menu-md-start {
4431
    --bs-position: start;
3967
    --bs-position: start;
4432
  }
3968
  }
4433
 
Línea 3969... Línea 4434...
3969
  .dropdown-menu-md-start[data-bs-popper] {
4434
  .dropdown-menu-md-start[data-bs-popper] {
3970
    right: auto;
4435
    right: auto;
3971
    left: 0;
4436
    left: 0;
-
 
4437
  }
3972
  }
4438
 
3973
 
4439
  .dropdown-menu-md-end {
3974
  .dropdown-menu-md-end {
4440
    --bs-position: end;
3975
    --bs-position: end;
4441
  }
3976
  }
4442
 
-
 
4443
  .dropdown-menu-md-end[data-bs-popper] {
3977
  .dropdown-menu-md-end[data-bs-popper] {
4444
    right: 0;
3978
    right: 0;
4445
    left: auto;
3979
    left: auto;
4446
  }
3980
  }
4447
}
-
 
4448
 
3981
}
4449
@media (min-width: 992px) {
3982
@media (min-width: 992px) {
4450
  .dropdown-menu-lg-start {
3983
  .dropdown-menu-lg-start {
4451
    --bs-position: start;
3984
    --bs-position: start;
4452
  }
Línea 3985... Línea 4453...
3985
  }
4453
 
3986
  .dropdown-menu-lg-start[data-bs-popper] {
4454
  .dropdown-menu-lg-start[data-bs-popper] {
3987
    right: auto;
4455
    right: auto;
-
 
4456
    left: 0;
3988
    left: 0;
4457
  }
3989
  }
4458
 
3990
 
4459
  .dropdown-menu-lg-end {
3991
  .dropdown-menu-lg-end {
4460
    --bs-position: end;
3992
    --bs-position: end;
4461
  }
-
 
4462
 
3993
  }
4463
  .dropdown-menu-lg-end[data-bs-popper] {
3994
  .dropdown-menu-lg-end[data-bs-popper] {
4464
    right: 0;
3995
    right: 0;
4465
    left: auto;
3996
    left: auto;
4466
  }
-
 
4467
}
3997
  }
4468
 
3998
}
4469
@media (min-width: 1200px) {
3999
@media (min-width: 1200px) {
4470
  .dropdown-menu-xl-start {
4000
  .dropdown-menu-xl-start {
4471
    --bs-position: start;
Línea 4001... Línea 4472...
4001
    --bs-position: start;
4472
  }
4002
  }
4473
 
4003
  .dropdown-menu-xl-start[data-bs-popper] {
4474
  .dropdown-menu-xl-start[data-bs-popper] {
-
 
4475
    right: auto;
4004
    right: auto;
4476
    left: 0;
4005
    left: 0;
4477
  }
4006
  }
4478
 
4007
 
4479
  .dropdown-menu-xl-end {
4008
  .dropdown-menu-xl-end {
4480
    --bs-position: end;
-
 
4481
  }
4009
    --bs-position: end;
4482
 
4010
  }
4483
  .dropdown-menu-xl-end[data-bs-popper] {
4011
  .dropdown-menu-xl-end[data-bs-popper] {
4484
    right: 0;
4012
    right: 0;
4485
    left: auto;
-
 
4486
  }
4013
    left: auto;
4487
}
4014
  }
4488
 
4015
}
4489
@media (min-width: 1400px) {
4016
@media (min-width: 1400px) {
4490
  .dropdown-menu-xxl-start {
Línea 4017... Línea 4491...
4017
  .dropdown-menu-xxl-start {
4491
    --bs-position: start;
4018
    --bs-position: start;
4492
  }
4019
  }
4493
 
-
 
4494
  .dropdown-menu-xxl-start[data-bs-popper] {
4020
  .dropdown-menu-xxl-start[data-bs-popper] {
4495
    right: auto;
4021
    right: auto;
4496
    left: 0;
4022
    left: 0;
4497
  }
4023
  }
4498
 
4024
 
4499
  .dropdown-menu-xxl-end {
-
 
4500
    --bs-position: end;
4025
  .dropdown-menu-xxl-end {
4501
  }
4026
    --bs-position: end;
4502
 
4027
  }
4503
  .dropdown-menu-xxl-end[data-bs-popper] {
4028
  .dropdown-menu-xxl-end[data-bs-popper] {
4504
    right: 0;
4029
    right: 0;
4505
    left: auto;
4030
    left: auto;
4506
  }
-
 
4507
}
4031
  }
4508
 
4032
}
4509
.dropup .dropdown-menu[data-bs-popper] {
4033
.dropup .dropdown-menu[data-bs-popper] {
4510
  top: auto;
4034
  top: auto;
4511
  bottom: 100%;
4035
  bottom: 100%;
4512
  margin-top: 0;
4036
  margin-top: 0;
4513
  margin-bottom: 0;
4037
  margin-bottom: 0;
4514
}
4038
}
4515
 
4039
.dropup .dropdown-toggle::after {
4516
.dropup .dropdown-toggle::after {
4040
  display: inline-block;
4517
  display: inline-block;
-
 
4518
  margin-left: 0.255em;
4041
  margin-left: 0.255em;
4519
  vertical-align: 0.255em;
4042
  vertical-align: 0.255em;
4520
  content: "";
4043
  content: "";
4521
  border-top: 0;
Línea 4044... Línea 4522...
4044
  border-top: 0;
4522
  border-right: 0.3em solid transparent;
Línea 4055... Línea 4533...
4055
  right: auto;
4533
  right: auto;
4056
  left: 100%;
4534
  left: 100%;
4057
  margin-top: 0;
4535
  margin-top: 0;
4058
  margin-left: 0;
4536
  margin-left: 0;
4059
}
4537
}
-
 
4538
 
4060
.dropend .dropdown-toggle::after {
4539
.dropend .dropdown-toggle::after {
4061
  display: inline-block;
4540
  display: inline-block;
4062
  margin-left: 0.255em;
4541
  margin-left: 0.255em;
4063
  vertical-align: 0.255em;
4542
  vertical-align: 0.255em;
4064
  content: "";
4543
  content: "";
4065
  border-top: 0.3em solid transparent;
4544
  border-top: 0.3em solid transparent;
4066
  border-right: 0;
4545
  border-right: 0;
4067
  border-bottom: 0.3em solid transparent;
4546
  border-bottom: 0.3em solid transparent;
4068
  border-left: 0.3em solid;
4547
  border-left: 0.3em solid;
4069
}
4548
}
-
 
4549
 
4070
.dropend .dropdown-toggle:empty::after {
4550
.dropend .dropdown-toggle:empty::after {
4071
  margin-left: 0;
4551
  margin-left: 0;
4072
}
4552
}
-
 
4553
 
4073
.dropend .dropdown-toggle::after {
4554
.dropend .dropdown-toggle::after {
4074
  vertical-align: 0;
4555
  vertical-align: 0;
4075
}
4556
}
Línea 4076... Línea 4557...
4076
 
4557
 
Línea 4079... Línea 4560...
4079
  right: 100%;
4560
  right: 100%;
4080
  left: auto;
4561
  left: auto;
4081
  margin-top: 0;
4562
  margin-top: 0;
4082
  margin-right: 0;
4563
  margin-right: 0;
4083
}
4564
}
-
 
4565
 
4084
.dropstart .dropdown-toggle::after {
4566
.dropstart .dropdown-toggle::after {
4085
  display: inline-block;
4567
  display: inline-block;
4086
  margin-left: 0.255em;
4568
  margin-left: 0.255em;
4087
  vertical-align: 0.255em;
4569
  vertical-align: 0.255em;
4088
  content: "";
4570
  content: "";
4089
}
4571
}
-
 
4572
 
4090
.dropstart .dropdown-toggle::after {
4573
.dropstart .dropdown-toggle::after {
4091
  display: none;
4574
  display: none;
4092
}
4575
}
-
 
4576
 
4093
.dropstart .dropdown-toggle::before {
4577
.dropstart .dropdown-toggle::before {
4094
  display: inline-block;
4578
  display: inline-block;
4095
  margin-right: 0.255em;
4579
  margin-right: 0.255em;
4096
  vertical-align: 0.255em;
4580
  vertical-align: 0.255em;
4097
  content: "";
4581
  content: "";
4098
  border-top: 0.3em solid transparent;
4582
  border-top: 0.3em solid transparent;
4099
  border-right: 0.3em solid;
4583
  border-right: 0.3em solid;
4100
  border-bottom: 0.3em solid transparent;
4584
  border-bottom: 0.3em solid transparent;
4101
}
4585
}
-
 
4586
 
4102
.dropstart .dropdown-toggle:empty::after {
4587
.dropstart .dropdown-toggle:empty::after {
4103
  margin-left: 0;
4588
  margin-left: 0;
4104
}
4589
}
-
 
4590
 
4105
.dropstart .dropdown-toggle::before {
4591
.dropstart .dropdown-toggle::before {
4106
  vertical-align: 0;
4592
  vertical-align: 0;
4107
}
4593
}
Línea 4108... Línea 4594...
4108
 
4594
 
Línea 4123... Línea 4609...
4123
  text-align: inherit;
4609
  text-align: inherit;
4124
  white-space: nowrap;
4610
  white-space: nowrap;
4125
  background-color: transparent;
4611
  background-color: transparent;
4126
  border: 0;
4612
  border: 0;
4127
}
4613
}
-
 
4614
 
-
 
4615
.dropdown-item:hover,
4128
.dropdown-item:hover, .dropdown-item:focus {
4616
.dropdown-item:focus {
4129
  color: #0f6fec;
4617
  color: #0f6fec;
4130
  background-color: transparent;
4618
  background-color: transparent;
4131
}
4619
}
-
 
4620
 
-
 
4621
.dropdown-item.active,
4132
.dropdown-item.active, .dropdown-item:active {
4622
.dropdown-item:active {
4133
  color: #0f6fec;
4623
  color: #0f6fec;
4134
  text-decoration: none;
4624
  text-decoration: none;
4135
  background-color: transparent;
4625
  background-color: transparent;
4136
}
4626
}
-
 
4627
 
-
 
4628
.dropdown-item.disabled,
4137
.dropdown-item.disabled, .dropdown-item:disabled {
4629
.dropdown-item:disabled {
4138
  color: #676a79;
4630
  color: #676a79;
4139
  pointer-events: none;
4631
  pointer-events: none;
4140
  background-color: transparent;
4632
  background-color: transparent;
4141
}
4633
}
Línea 4162... Línea 4654...
4162
.dropdown-menu-dark {
4654
.dropdown-menu-dark {
4163
  color: #eef0f2;
4655
  color: #eef0f2;
4164
  background-color: #14191e;
4656
  background-color: #14191e;
4165
  border-color: rgba(0, 0, 0, 0.06);
4657
  border-color: rgba(0, 0, 0, 0.06);
4166
}
4658
}
-
 
4659
 
4167
.dropdown-menu-dark .dropdown-item {
4660
.dropdown-menu-dark .dropdown-item {
4168
  color: #eef0f2;
4661
  color: #eef0f2;
4169
}
4662
}
-
 
4663
 
-
 
4664
.dropdown-menu-dark .dropdown-item:hover,
4170
.dropdown-menu-dark .dropdown-item:hover, .dropdown-menu-dark .dropdown-item:focus {
4665
.dropdown-menu-dark .dropdown-item:focus {
4171
  color: #fff;
4666
  color: #fff;
4172
  background-color: transparent;
4667
  background-color: transparent;
4173
}
4668
}
-
 
4669
 
-
 
4670
.dropdown-menu-dark .dropdown-item.active,
4174
.dropdown-menu-dark .dropdown-item.active, .dropdown-menu-dark .dropdown-item:active {
4671
.dropdown-menu-dark .dropdown-item:active {
4175
  color: #0f6fec;
4672
  color: #0f6fec;
4176
  background-color: transparent;
4673
  background-color: transparent;
4177
}
4674
}
-
 
4675
 
-
 
4676
.dropdown-menu-dark .dropdown-item.disabled,
4178
.dropdown-menu-dark .dropdown-item.disabled, .dropdown-menu-dark .dropdown-item:disabled {
4677
.dropdown-menu-dark .dropdown-item:disabled {
4179
  color: #a1a1a8;
4678
  color: #a1a1a8;
4180
}
4679
}
-
 
4680
 
4181
.dropdown-menu-dark .dropdown-divider {
4681
.dropdown-menu-dark .dropdown-divider {
4182
  border-color: rgba(255, 255, 255, 0.1);
4682
  border-color: rgba(255, 255, 255, 0.1);
4183
}
4683
}
-
 
4684
 
4184
.dropdown-menu-dark .dropdown-item-text {
4685
.dropdown-menu-dark .dropdown-item-text {
4185
  color: #eef0f2;
4686
  color: #eef0f2;
4186
}
4687
}
-
 
4688
 
4187
.dropdown-menu-dark .dropdown-header {
4689
.dropdown-menu-dark .dropdown-header {
4188
  color: #a1a1a8;
4690
  color: #a1a1a8;
4189
}
4691
}
Línea 4190... Línea 4692...
4190
 
4692
 
Línea 4194... Línea 4696...
4194
  display: -webkit-inline-box;
4696
  display: -webkit-inline-box;
4195
  display: -ms-inline-flexbox;
4697
  display: -ms-inline-flexbox;
4196
  display: inline-flex;
4698
  display: inline-flex;
4197
  vertical-align: middle;
4699
  vertical-align: middle;
4198
}
4700
}
-
 
4701
 
4199
.btn-group > .btn,
4702
.btn-group>.btn,
4200
.btn-group-vertical > .btn {
4703
.btn-group-vertical>.btn {
4201
  position: relative;
4704
  position: relative;
4202
  -webkit-box-flex: 1;
4705
  -webkit-box-flex: 1;
4203
      -ms-flex: 1 1 auto;
4706
  -ms-flex: 1 1 auto;
4204
          flex: 1 1 auto;
4707
  flex: 1 1 auto;
4205
}
4708
}
-
 
4709
 
4206
.btn-group > .btn-check:checked + .btn,
4710
.btn-group>.btn-check:checked+.btn,
4207
.btn-group > .btn-check:focus + .btn,
4711
.btn-group>.btn-check:focus+.btn,
4208
.btn-group > .btn:hover,
4712
.btn-group>.btn:hover,
4209
.btn-group > .btn:focus,
4713
.btn-group>.btn:focus,
4210
.btn-group > .btn:active,
4714
.btn-group>.btn:active,
4211
.btn-group > .btn.active,
4715
.btn-group>.btn.active,
4212
.btn-group-vertical > .btn-check:checked + .btn,
4716
.btn-group-vertical>.btn-check:checked+.btn,
4213
.btn-group-vertical > .btn-check:focus + .btn,
4717
.btn-group-vertical>.btn-check:focus+.btn,
4214
.btn-group-vertical > .btn:hover,
4718
.btn-group-vertical>.btn:hover,
4215
.btn-group-vertical > .btn:focus,
4719
.btn-group-vertical>.btn:focus,
4216
.btn-group-vertical > .btn:active,
4720
.btn-group-vertical>.btn:active,
4217
.btn-group-vertical > .btn.active {
4721
.btn-group-vertical>.btn.active {
4218
  z-index: 1;
4722
  z-index: 1;
4219
}
4723
}
Línea 4220... Línea 4724...
4220
 
4724
 
4221
.btn-toolbar {
4725
.btn-toolbar {
4222
  display: -webkit-box;
4726
  display: -webkit-box;
4223
  display: -ms-flexbox;
4727
  display: -ms-flexbox;
4224
  display: flex;
4728
  display: flex;
4225
  -ms-flex-wrap: wrap;
4729
  -ms-flex-wrap: wrap;
4226
      flex-wrap: wrap;
4730
  flex-wrap: wrap;
4227
  -webkit-box-pack: start;
4731
  -webkit-box-pack: start;
4228
      -ms-flex-pack: start;
4732
  -ms-flex-pack: start;
4229
          justify-content: flex-start;
4733
  justify-content: flex-start;
-
 
4734
}
4230
}
4735
 
4231
.btn-toolbar .input-group {
4736
.btn-toolbar .input-group {
4232
  width: auto;
4737
  width: auto;
Línea 4233... Línea 4738...
4233
}
4738
}
4234
 
4739
 
4235
.btn-group > .btn:not(:first-child),
4740
.btn-group>.btn:not(:first-child),
4236
.btn-group > .btn-group:not(:first-child) {
4741
.btn-group>.btn-group:not(:first-child) {
-
 
4742
  margin-left: -1px;
4237
  margin-left: -1px;
4743
}
4238
}
4744
 
4239
.btn-group > .btn:not(:last-child):not(.dropdown-toggle),
4745
.btn-group>.btn:not(:last-child):not(.dropdown-toggle),
4240
.btn-group > .btn-group:not(:last-child) > .btn {
4746
.btn-group>.btn-group:not(:last-child)>.btn {
4241
  border-top-right-radius: 0;
4747
  border-top-right-radius: 0;
-
 
4748
  border-bottom-right-radius: 0;
4242
  border-bottom-right-radius: 0;
4749
}
4243
}
4750
 
4244
.btn-group > .btn:nth-child(n+3),
4751
.btn-group>.btn:nth-child(n+3),
4245
.btn-group > :not(.btn-check) + .btn,
4752
.btn-group> :not(.btn-check)+.btn,
4246
.btn-group > .btn-group:not(:first-child) > .btn {
4753
.btn-group>.btn-group:not(:first-child)>.btn {
4247
  border-top-left-radius: 0;
4754
  border-top-left-radius: 0;
Línea 4248... Línea 4755...
4248
  border-bottom-left-radius: 0;
4755
  border-bottom-left-radius: 0;
4249
}
4756
}
4250
 
4757
 
4251
.dropdown-toggle-split {
4758
.dropdown-toggle-split {
-
 
4759
  padding-right: 0.75rem;
-
 
4760
  padding-left: 0.75rem;
-
 
4761
}
4252
  padding-right: 0.75rem;
4762
 
4253
  padding-left: 0.75rem;
4763
.dropdown-toggle-split::after,
4254
}
4764
.dropup .dropdown-toggle-split::after,
-
 
4765
.dropend .dropdown-toggle-split::after {
4255
.dropdown-toggle-split::after, .dropup .dropdown-toggle-split::after, .dropend .dropdown-toggle-split::after {
4766
  margin-left: 0;
4256
  margin-left: 0;
4767
}
4257
}
4768
 
Línea -... Línea 4769...
-
 
4769
.dropstart .dropdown-toggle-split::before {
4258
.dropstart .dropdown-toggle-split::before {
4770
  margin-right: 0;
4259
  margin-right: 0;
4771
}
4260
}
4772
 
4261
 
4773
.btn-sm+.dropdown-toggle-split,
Línea -... Línea 4774...
-
 
4774
.btn-group-sm>.btn+.dropdown-toggle-split {
4262
.btn-sm + .dropdown-toggle-split, .btn-group-sm > .btn + .dropdown-toggle-split {
4775
  padding-right: 0.6rem;
4263
  padding-right: 0.6rem;
4776
  padding-left: 0.6rem;
4264
  padding-left: 0.6rem;
4777
}
4265
}
4778
 
Línea 4266... Línea 4779...
4266
 
4779
.btn-lg+.dropdown-toggle-split,
4267
.btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split {
4780
.btn-group-lg>.btn+.dropdown-toggle-split {
4268
  padding-right: 1.125rem;
4781
  padding-right: 1.125rem;
4269
  padding-left: 1.125rem;
4782
  padding-left: 1.125rem;
4270
}
4783
}
4271
 
4784
 
4272
.btn-group-vertical {
4785
.btn-group-vertical {
4273
  -webkit-box-orient: vertical;
4786
  -webkit-box-orient: vertical;
4274
  -webkit-box-direction: normal;
4787
  -webkit-box-direction: normal;
4275
      -ms-flex-direction: column;
4788
  -ms-flex-direction: column;
4276
          flex-direction: column;
4789
  flex-direction: column;
4277
  -webkit-box-align: start;
4790
  -webkit-box-align: start;
-
 
4791
  -ms-flex-align: start;
4278
      -ms-flex-align: start;
4792
  align-items: flex-start;
4279
          align-items: flex-start;
4793
  -webkit-box-pack: center;
4280
  -webkit-box-pack: center;
4794
  -ms-flex-pack: center;
4281
      -ms-flex-pack: center;
4795
  justify-content: center;
-
 
4796
}
4282
          justify-content: center;
4797
 
4283
}
4798
.btn-group-vertical>.btn,
4284
.btn-group-vertical > .btn,
4799
.btn-group-vertical>.btn-group {
4285
.btn-group-vertical > .btn-group {
4800
  width: 100%;
-
 
4801
}
4286
  width: 100%;
4802
 
4287
}
4803
.btn-group-vertical>.btn:not(:first-child),
4288
.btn-group-vertical > .btn:not(:first-child),
4804
.btn-group-vertical>.btn-group:not(:first-child) {
4289
.btn-group-vertical > .btn-group:not(:first-child) {
4805
  margin-top: -1px;
4290
  margin-top: -1px;
4806
}
-
 
4807
 
4291
}
4808
.btn-group-vertical>.btn:not(:last-child):not(.dropdown-toggle),
4292
.btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle),
4809
.btn-group-vertical>.btn-group:not(:last-child)>.btn {
4293
.btn-group-vertical > .btn-group:not(:last-child) > .btn {
4810
  border-bottom-right-radius: 0;
4294
  border-bottom-right-radius: 0;
4811
  border-bottom-left-radius: 0;
4295
  border-bottom-left-radius: 0;
4812
}
Línea 4296... Línea 4813...
4296
}
4813
 
4297
.btn-group-vertical > .btn ~ .btn,
4814
.btn-group-vertical>.btn~.btn,
4298
.btn-group-vertical > .btn-group:not(:first-child) > .btn {
4815
.btn-group-vertical>.btn-group:not(:first-child)>.btn {
4299
  border-top-left-radius: 0;
4816
  border-top-left-radius: 0;
4300
  border-top-right-radius: 0;
4817
  border-top-right-radius: 0;
4301
}
4818
}
4302
 
4819
 
4303
.nav {
4820
.nav {
4304
  display: -webkit-box;
4821
  display: -webkit-box;
4305
  display: -ms-flexbox;
4822
  display: -ms-flexbox;
Línea 4316... Línea 4833...
4316
  padding: 0.25rem 0.75rem;
4833
  padding: 0.25rem 0.75rem;
4317
  color: #676a79;
4834
  color: #676a79;
4318
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
4835
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
4319
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
4836
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
4320
}
4837
}
-
 
4838
 
4321
@media (prefers-reduced-motion: reduce) {
4839
@media (prefers-reduced-motion: reduce) {
4322
  .nav-link {
4840
  .nav-link {
4323
    -webkit-transition: none;
4841
    -webkit-transition: none;
4324
    transition: none;
4842
    transition: none;
4325
  }
4843
  }
4326
}
4844
}
-
 
4845
 
-
 
4846
.nav-link:hover,
4327
.nav-link:hover, .nav-link:focus {
4847
.nav-link:focus {
4328
  color: #0c59bd;
4848
  color: #0c59bd;
4329
}
4849
}
-
 
4850
 
4330
.nav-link.disabled {
4851
.nav-link.disabled {
4331
  color: #a1a1a8 !important;
4852
  color: #a1a1a8 !important;
4332
  pointer-events: none;
4853
  pointer-events: none;
4333
  cursor: default;
4854
  cursor: default;
4334
}
4855
}
Línea 4335... Línea 4856...
4335
 
4856
 
4336
.nav-tabs {
4857
.nav-tabs {
4337
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
4858
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
-
 
4859
}
4338
}
4860
 
4339
.nav-tabs .nav-link {
4861
.nav-tabs .nav-link {
4340
  margin-bottom: -1px;
4862
  margin-bottom: -1px;
4341
  background: none;
4863
  background: none;
4342
  border: 1px solid transparent;
4864
  border: 1px solid transparent;
4343
  border-top-left-radius: 0.4rem;
4865
  border-top-left-radius: 0.4rem;
4344
  border-top-right-radius: 0.4rem;
4866
  border-top-right-radius: 0.4rem;
-
 
4867
}
-
 
4868
 
4345
}
4869
.nav-tabs .nav-link:hover,
4346
.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
4870
.nav-tabs .nav-link:focus {
4347
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1);
4871
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1);
4348
  isolation: isolate;
4872
  isolation: isolate;
-
 
4873
}
4349
}
4874
 
4350
.nav-tabs .nav-link.disabled {
4875
.nav-tabs .nav-link.disabled {
4351
  color: #a1a1a8 !important;
4876
  color: #a1a1a8 !important;
4352
  background-color: transparent;
4877
  background-color: transparent;
4353
  border-color: transparent;
4878
  border-color: transparent;
-
 
4879
}
4354
}
4880
 
4355
.nav-tabs .nav-link.active,
4881
.nav-tabs .nav-link.active,
4356
.nav-tabs .nav-item.show .nav-link {
4882
.nav-tabs .nav-item.show .nav-link {
4357
  color: #29292e;
4883
  color: #29292e;
4358
  background-color: #eff2f6;
4884
  background-color: #eff2f6;
4359
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) #eff2f6;
4885
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) #eff2f6;
-
 
4886
}
4360
}
4887
 
4361
.nav-tabs .dropdown-menu {
4888
.nav-tabs .dropdown-menu {
4362
  margin-top: -1px;
4889
  margin-top: -1px;
4363
  border-top-left-radius: 0;
4890
  border-top-left-radius: 0;
4364
  border-top-right-radius: 0;
4891
  border-top-right-radius: 0;
Línea 4367... Línea 4894...
4367
.nav-pills .nav-link {
4894
.nav-pills .nav-link {
4368
  background: none;
4895
  background: none;
4369
  border: 0;
4896
  border: 0;
4370
  border-radius: 0.4rem;
4897
  border-radius: 0.4rem;
4371
}
4898
}
-
 
4899
 
4372
.nav-pills .nav-link.active,
4900
.nav-pills .nav-link.active,
4373
.nav-pills .show > .nav-link {
4901
.nav-pills .show>.nav-link {
4374
  color: #fff;
4902
  color: #fff;
4375
  background-color: #0d6efd;
4903
  background-color: #0d6efd;
4376
}
4904
}
Línea 4377... Línea 4905...
4377
 
4905
 
4378
.nav-fill > .nav-link,
4906
.nav-fill>.nav-link,
4379
.nav-fill .nav-item {
4907
.nav-fill .nav-item {
4380
  -webkit-box-flex: 1;
4908
  -webkit-box-flex: 1;
4381
      -ms-flex: 1 1 auto;
4909
  -ms-flex: 1 1 auto;
4382
          flex: 1 1 auto;
4910
  flex: 1 1 auto;
4383
  text-align: center;
4911
  text-align: center;
Línea 4384... Línea 4912...
4384
}
4912
}
4385
 
4913
 
4386
.nav-justified > .nav-link,
4914
.nav-justified>.nav-link,
4387
.nav-justified .nav-item {
4915
.nav-justified .nav-item {
4388
  -ms-flex-preferred-size: 0;
4916
  -ms-flex-preferred-size: 0;
4389
      flex-basis: 0;
4917
  flex-basis: 0;
4390
  -webkit-box-flex: 1;
4918
  -webkit-box-flex: 1;
4391
      -ms-flex-positive: 1;
4919
  -ms-flex-positive: 1;
4392
          flex-grow: 1;
4920
  flex-grow: 1;
Línea 4393... Línea 4921...
4393
  text-align: center;
4921
  text-align: center;
4394
}
4922
}
4395
 
4923
 
4396
.nav-fill .nav-item .nav-link,
4924
.nav-fill .nav-item .nav-link,
Línea 4397... Línea 4925...
4397
.nav-justified .nav-item .nav-link {
4925
.nav-justified .nav-item .nav-link {
4398
  width: 100%;
4926
  width: 100%;
4399
}
4927
}
-
 
4928
 
4400
 
4929
.tab-content>.tab-pane {
4401
.tab-content > .tab-pane {
4930
  display: none;
4402
  display: none;
4931
}
Línea 4403... Línea 4932...
4403
}
4932
 
4404
.tab-content > .active {
4933
.tab-content>.active {
4405
  display: block;
4934
  display: block;
4406
}
4935
}
4407
 
4936
 
4408
.navbar {
4937
.navbar {
4409
  position: relative;
4938
  position: relative;
4410
  display: -webkit-box;
4939
  display: -webkit-box;
4411
  display: -ms-flexbox;
4940
  display: -ms-flexbox;
4412
  display: flex;
4941
  display: flex;
4413
  -ms-flex-wrap: wrap;
4942
  -ms-flex-wrap: wrap;
4414
      flex-wrap: wrap;
4943
  flex-wrap: wrap;
4415
  -webkit-box-align: center;
4944
  -webkit-box-align: center;
4416
      -ms-flex-align: center;
4945
  -ms-flex-align: center;
4417
          align-items: center;
4946
  align-items: center;
4418
  -webkit-box-pack: justify;
4947
  -webkit-box-pack: justify;
4419
      -ms-flex-pack: justify;
4948
  -ms-flex-pack: justify;
4420
          justify-content: space-between;
4949
  justify-content: space-between;
-
 
4950
  padding-top: 0;
4421
  padding-top: 0;
4951
  padding-right: 0;
4422
  padding-right: 0;
4952
  padding-bottom: 0;
4423
  padding-bottom: 0;
4953
  padding-left: 0;
4424
  padding-left: 0;
4954
}
4425
}
4955
 
4426
.navbar > .container,
4956
.navbar>.container,
4427
.navbar > .container-fluid,
4957
.navbar>.container-fluid,
4428
.navbar > .container-sm,
4958
.navbar>.container-sm,
4429
.navbar > .container-md,
4959
.navbar>.container-md,
4430
.navbar > .container-lg,
4960
.navbar>.container-lg,
4431
.navbar > .container-xl,
4961
.navbar>.container-xl,
4432
.navbar > .container-xxl {
4962
.navbar>.container-xxl {
4433
  display: -webkit-box;
4963
  display: -webkit-box;
4434
  display: -ms-flexbox;
4964
  display: -ms-flexbox;
4435
  display: flex;
4965
  display: flex;
4436
  -ms-flex-wrap: inherit;
4966
  -ms-flex-wrap: inherit;
4437
      flex-wrap: inherit;
4967
  flex-wrap: inherit;
4438
  -webkit-box-align: center;
4968
  -webkit-box-align: center;
4439
      -ms-flex-align: center;
4969
  -ms-flex-align: center;
-
 
4970
  align-items: center;
4440
          align-items: center;
4971
  -webkit-box-pack: justify;
4441
  -webkit-box-pack: justify;
4972
  -ms-flex-pack: justify;
4442
      -ms-flex-pack: justify;
4973
  justify-content: space-between;
4443
          justify-content: space-between;
4974
}
4444
}
4975
 
4445
.navbar-brand {
4976
.navbar-brand {
4446
  padding-top: 10px;
4977
  padding-top: 10px;
-
 
4978
  padding-bottom: 10px;
4447
  padding-bottom: 10px;
4979
  margin-right: 1rem;
4448
  margin-right: 1rem;
4980
  font-size: 1.25rem;
4449
  font-size: 1.25rem;
4981
  white-space: nowrap;
4450
  white-space: nowrap;
4982
}
4451
}
4983
 
4452
.navbar-nav {
4984
.navbar-nav {
4453
  display: -webkit-box;
4985
  display: -webkit-box;
4454
  display: -ms-flexbox;
4986
  display: -ms-flexbox;
4455
  display: flex;
4987
  display: flex;
4456
  -webkit-box-orient: vertical;
4988
  -webkit-box-orient: vertical;
4457
  -webkit-box-direction: normal;
4989
  -webkit-box-direction: normal;
4458
      -ms-flex-direction: column;
4990
  -ms-flex-direction: column;
-
 
4991
  flex-direction: column;
4459
          flex-direction: column;
4992
  padding-left: 0;
4460
  padding-left: 0;
4993
  margin-bottom: 0;
4461
  margin-bottom: 0;
4994
  list-style: none;
4462
  list-style: none;
4995
}
-
 
4996
 
4463
}
4997
.navbar-nav .nav-link {
4464
.navbar-nav .nav-link {
4998
  padding-right: 0;
4465
  padding-right: 0;
4999
  padding-left: 0;
Línea 4466... Línea 5000...
4466
  padding-left: 0;
5000
}
Línea 4474... Línea 5008...
4474
  padding-bottom: 0.25rem;
5008
  padding-bottom: 0.25rem;
4475
}
5009
}
Línea 4476... Línea 5010...
4476
 
5010
 
4477
.navbar-collapse {
5011
.navbar-collapse {
4478
  -ms-flex-preferred-size: 100%;
5012
  -ms-flex-preferred-size: 100%;
4479
      flex-basis: 100%;
5013
  flex-basis: 100%;
4480
  -webkit-box-flex: 1;
5014
  -webkit-box-flex: 1;
4481
      -ms-flex-positive: 1;
5015
  -ms-flex-positive: 1;
4482
          flex-grow: 1;
5016
  flex-grow: 1;
4483
  -webkit-box-align: center;
5017
  -webkit-box-align: center;
4484
      -ms-flex-align: center;
5018
  -ms-flex-align: center;
4485
          align-items: center;
5019
  align-items: center;
Línea 4486... Línea 5020...
4486
}
5020
}
4487
 
5021
 
4488
.navbar-toggler {
5022
.navbar-toggler {
Línea 4495... Línea 5029...
4495
  -webkit-transition: -webkit-box-shadow 0.15s ease-in-out;
5029
  -webkit-transition: -webkit-box-shadow 0.15s ease-in-out;
4496
  transition: -webkit-box-shadow 0.15s ease-in-out;
5030
  transition: -webkit-box-shadow 0.15s ease-in-out;
4497
  transition: box-shadow 0.15s ease-in-out;
5031
  transition: box-shadow 0.15s ease-in-out;
4498
  transition: box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
5032
  transition: box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
4499
}
5033
}
-
 
5034
 
4500
@media (prefers-reduced-motion: reduce) {
5035
@media (prefers-reduced-motion: reduce) {
4501
  .navbar-toggler {
5036
  .navbar-toggler {
4502
    -webkit-transition: none;
5037
    -webkit-transition: none;
4503
    transition: none;
5038
    transition: none;
4504
  }
5039
  }
4505
}
5040
}
-
 
5041
 
4506
.navbar-toggler:hover {
5042
.navbar-toggler:hover {
4507
  text-decoration: none;
5043
  text-decoration: none;
4508
}
5044
}
-
 
5045
 
4509
.navbar-toggler:focus {
5046
.navbar-toggler:focus {
4510
  text-decoration: none;
5047
  text-decoration: none;
4511
  outline: 0;
5048
  outline: 0;
4512
  -webkit-box-shadow: 0 0 0 0;
5049
  -webkit-box-shadow: 0 0 0 0;
4513
          box-shadow: 0 0 0 0;
5050
  box-shadow: 0 0 0 0;
4514
}
5051
}
Línea 4515... Línea 5052...
4515
 
5052
 
4516
.navbar-toggler-icon {
5053
.navbar-toggler-icon {
4517
  display: inline-block;
5054
  display: inline-block;
Línea 4529... Línea 5066...
4529
}
5066
}
Línea 4530... Línea 5067...
4530
 
5067
 
4531
@media (min-width: 576px) {
5068
@media (min-width: 576px) {
4532
  .navbar-expand-sm {
5069
  .navbar-expand-sm {
4533
    -ms-flex-wrap: nowrap;
5070
    -ms-flex-wrap: nowrap;
4534
        flex-wrap: nowrap;
5071
    flex-wrap: nowrap;
4535
    -webkit-box-pack: start;
5072
    -webkit-box-pack: start;
4536
        -ms-flex-pack: start;
5073
    -ms-flex-pack: start;
4537
            justify-content: flex-start;
5074
    justify-content: flex-start;
-
 
5075
  }
4538
  }
5076
 
4539
  .navbar-expand-sm .navbar-nav {
5077
  .navbar-expand-sm .navbar-nav {
4540
    -webkit-box-orient: horizontal;
5078
    -webkit-box-orient: horizontal;
4541
    -webkit-box-direction: normal;
5079
    -webkit-box-direction: normal;
4542
        -ms-flex-direction: row;
5080
    -ms-flex-direction: row;
4543
            flex-direction: row;
5081
    flex-direction: row;
-
 
5082
  }
4544
  }
5083
 
4545
  .navbar-expand-sm .navbar-nav .dropdown-menu {
5084
  .navbar-expand-sm .navbar-nav .dropdown-menu {
4546
    position: absolute;
5085
    position: absolute;
-
 
5086
  }
4547
  }
5087
 
4548
  .navbar-expand-sm .navbar-nav .nav-link {
5088
  .navbar-expand-sm .navbar-nav .nav-link {
4549
    padding-right: 1rem;
5089
    padding-right: 1rem;
4550
    padding-left: 1rem;
5090
    padding-left: 1rem;
-
 
5091
  }
4551
  }
5092
 
4552
  .navbar-expand-sm .navbar-nav-scroll {
5093
  .navbar-expand-sm .navbar-nav-scroll {
4553
    overflow: visible;
5094
    overflow: visible;
-
 
5095
  }
4554
  }
5096
 
4555
  .navbar-expand-sm .navbar-collapse {
5097
  .navbar-expand-sm .navbar-collapse {
4556
    display: -webkit-box !important;
5098
    display: -webkit-box !important;
4557
    display: -ms-flexbox !important;
5099
    display: -ms-flexbox !important;
4558
    display: flex !important;
5100
    display: flex !important;
4559
    -ms-flex-preferred-size: auto;
5101
    -ms-flex-preferred-size: auto;
4560
        flex-basis: auto;
5102
    flex-basis: auto;
-
 
5103
  }
4561
  }
5104
 
4562
  .navbar-expand-sm .navbar-toggler {
5105
  .navbar-expand-sm .navbar-toggler {
4563
    display: none;
5106
    display: none;
-
 
5107
  }
4564
  }
5108
 
4565
  .navbar-expand-sm .offcanvas-header {
5109
  .navbar-expand-sm .offcanvas-header {
4566
    display: none;
5110
    display: none;
-
 
5111
  }
4567
  }
5112
 
4568
  .navbar-expand-sm .offcanvas {
5113
  .navbar-expand-sm .offcanvas {
4569
    position: inherit;
5114
    position: inherit;
4570
    bottom: 0;
5115
    bottom: 0;
4571
    z-index: 1000;
5116
    z-index: 1000;
4572
    -webkit-box-flex: 1;
5117
    -webkit-box-flex: 1;
4573
        -ms-flex-positive: 1;
5118
    -ms-flex-positive: 1;
4574
            flex-grow: 1;
5119
    flex-grow: 1;
4575
    visibility: visible !important;
5120
    visibility: visible !important;
4576
    background-color: transparent;
5121
    background-color: transparent;
4577
    border-right: 0;
5122
    border-right: 0;
4578
    border-left: 0;
5123
    border-left: 0;
4579
    -webkit-transition: none;
5124
    -webkit-transition: none;
4580
    transition: none;
5125
    transition: none;
4581
    -webkit-transform: none;
5126
    -webkit-transform: none;
4582
            transform: none;
5127
    transform: none;
-
 
5128
  }
4583
  }
5129
 
4584
  .navbar-expand-sm .offcanvas-top,
5130
  .navbar-expand-sm .offcanvas-top,
4585
.navbar-expand-sm .offcanvas-bottom {
5131
  .navbar-expand-sm .offcanvas-bottom {
4586
    height: auto;
5132
    height: auto;
4587
    border-top: 0;
5133
    border-top: 0;
4588
    border-bottom: 0;
5134
    border-bottom: 0;
-
 
5135
  }
4589
  }
5136
 
4590
  .navbar-expand-sm .offcanvas-body {
5137
  .navbar-expand-sm .offcanvas-body {
4591
    display: -webkit-box;
5138
    display: -webkit-box;
4592
    display: -ms-flexbox;
5139
    display: -ms-flexbox;
4593
    display: flex;
5140
    display: flex;
4594
    -webkit-box-flex: 0;
5141
    -webkit-box-flex: 0;
4595
        -ms-flex-positive: 0;
5142
    -ms-flex-positive: 0;
4596
            flex-grow: 0;
5143
    flex-grow: 0;
4597
    padding: 0;
5144
    padding: 0;
4598
    overflow-y: visible;
5145
    overflow-y: visible;
4599
  }
5146
  }
-
 
5147
}
4600
}
5148
 
4601
@media (min-width: 768px) {
5149
@media (min-width: 768px) {
4602
  .navbar-expand-md {
5150
  .navbar-expand-md {
4603
    -ms-flex-wrap: nowrap;
5151
    -ms-flex-wrap: nowrap;
4604
        flex-wrap: nowrap;
5152
    flex-wrap: nowrap;
4605
    -webkit-box-pack: start;
5153
    -webkit-box-pack: start;
4606
        -ms-flex-pack: start;
5154
    -ms-flex-pack: start;
4607
            justify-content: flex-start;
5155
    justify-content: flex-start;
-
 
5156
  }
4608
  }
5157
 
4609
  .navbar-expand-md .navbar-nav {
5158
  .navbar-expand-md .navbar-nav {
4610
    -webkit-box-orient: horizontal;
5159
    -webkit-box-orient: horizontal;
4611
    -webkit-box-direction: normal;
5160
    -webkit-box-direction: normal;
4612
        -ms-flex-direction: row;
5161
    -ms-flex-direction: row;
4613
            flex-direction: row;
5162
    flex-direction: row;
-
 
5163
  }
4614
  }
5164
 
4615
  .navbar-expand-md .navbar-nav .dropdown-menu {
5165
  .navbar-expand-md .navbar-nav .dropdown-menu {
4616
    position: absolute;
5166
    position: absolute;
-
 
5167
  }
4617
  }
5168
 
4618
  .navbar-expand-md .navbar-nav .nav-link {
5169
  .navbar-expand-md .navbar-nav .nav-link {
4619
    padding-right: 1rem;
5170
    padding-right: 1rem;
4620
    padding-left: 1rem;
5171
    padding-left: 1rem;
-
 
5172
  }
4621
  }
5173
 
4622
  .navbar-expand-md .navbar-nav-scroll {
5174
  .navbar-expand-md .navbar-nav-scroll {
4623
    overflow: visible;
5175
    overflow: visible;
-
 
5176
  }
4624
  }
5177
 
4625
  .navbar-expand-md .navbar-collapse {
5178
  .navbar-expand-md .navbar-collapse {
4626
    display: -webkit-box !important;
5179
    display: -webkit-box !important;
4627
    display: -ms-flexbox !important;
5180
    display: -ms-flexbox !important;
4628
    display: flex !important;
5181
    display: flex !important;
4629
    -ms-flex-preferred-size: auto;
5182
    -ms-flex-preferred-size: auto;
4630
        flex-basis: auto;
5183
    flex-basis: auto;
-
 
5184
  }
4631
  }
5185
 
4632
  .navbar-expand-md .navbar-toggler {
5186
  .navbar-expand-md .navbar-toggler {
4633
    display: none;
5187
    display: none;
-
 
5188
  }
4634
  }
5189
 
4635
  .navbar-expand-md .offcanvas-header {
5190
  .navbar-expand-md .offcanvas-header {
4636
    display: none;
5191
    display: none;
-
 
5192
  }
4637
  }
5193
 
4638
  .navbar-expand-md .offcanvas {
5194
  .navbar-expand-md .offcanvas {
4639
    position: inherit;
5195
    position: inherit;
4640
    bottom: 0;
5196
    bottom: 0;
4641
    z-index: 1000;
5197
    z-index: 1000;
4642
    -webkit-box-flex: 1;
5198
    -webkit-box-flex: 1;
4643
        -ms-flex-positive: 1;
5199
    -ms-flex-positive: 1;
4644
            flex-grow: 1;
5200
    flex-grow: 1;
4645
    visibility: visible !important;
5201
    visibility: visible !important;
4646
    background-color: transparent;
5202
    background-color: transparent;
4647
    border-right: 0;
5203
    border-right: 0;
4648
    border-left: 0;
5204
    border-left: 0;
4649
    -webkit-transition: none;
5205
    -webkit-transition: none;
4650
    transition: none;
5206
    transition: none;
4651
    -webkit-transform: none;
5207
    -webkit-transform: none;
4652
            transform: none;
5208
    transform: none;
-
 
5209
  }
4653
  }
5210
 
4654
  .navbar-expand-md .offcanvas-top,
5211
  .navbar-expand-md .offcanvas-top,
4655
.navbar-expand-md .offcanvas-bottom {
5212
  .navbar-expand-md .offcanvas-bottom {
4656
    height: auto;
5213
    height: auto;
4657
    border-top: 0;
5214
    border-top: 0;
4658
    border-bottom: 0;
5215
    border-bottom: 0;
-
 
5216
  }
4659
  }
5217
 
4660
  .navbar-expand-md .offcanvas-body {
5218
  .navbar-expand-md .offcanvas-body {
4661
    display: -webkit-box;
5219
    display: -webkit-box;
4662
    display: -ms-flexbox;
5220
    display: -ms-flexbox;
4663
    display: flex;
5221
    display: flex;
4664
    -webkit-box-flex: 0;
5222
    -webkit-box-flex: 0;
4665
        -ms-flex-positive: 0;
5223
    -ms-flex-positive: 0;
4666
            flex-grow: 0;
5224
    flex-grow: 0;
4667
    padding: 0;
5225
    padding: 0;
4668
    overflow-y: visible;
5226
    overflow-y: visible;
4669
  }
5227
  }
-
 
5228
}
4670
}
5229
 
4671
@media (min-width: 992px) {
5230
@media (min-width: 992px) {
4672
  .navbar-expand-lg {
5231
  .navbar-expand-lg {
4673
    -ms-flex-wrap: nowrap;
5232
    -ms-flex-wrap: nowrap;
4674
        flex-wrap: nowrap;
5233
    flex-wrap: nowrap;
4675
    -webkit-box-pack: start;
5234
    -webkit-box-pack: start;
4676
        -ms-flex-pack: start;
5235
    -ms-flex-pack: start;
4677
            justify-content: flex-start;
5236
    justify-content: flex-start;
-
 
5237
  }
4678
  }
5238
 
4679
  .navbar-expand-lg .navbar-nav {
5239
  .navbar-expand-lg .navbar-nav {
4680
    -webkit-box-orient: horizontal;
5240
    -webkit-box-orient: horizontal;
4681
    -webkit-box-direction: normal;
5241
    -webkit-box-direction: normal;
4682
        -ms-flex-direction: row;
5242
    -ms-flex-direction: row;
4683
            flex-direction: row;
5243
    flex-direction: row;
-
 
5244
  }
4684
  }
5245
 
4685
  .navbar-expand-lg .navbar-nav .dropdown-menu {
5246
  .navbar-expand-lg .navbar-nav .dropdown-menu {
4686
    position: absolute;
5247
    position: absolute;
-
 
5248
  }
4687
  }
5249
 
4688
  .navbar-expand-lg .navbar-nav .nav-link {
5250
  .navbar-expand-lg .navbar-nav .nav-link {
4689
    padding-right: 1rem;
5251
    padding-right: 1rem;
4690
    padding-left: 1rem;
5252
    padding-left: 1rem;
-
 
5253
  }
4691
  }
5254
 
4692
  .navbar-expand-lg .navbar-nav-scroll {
5255
  .navbar-expand-lg .navbar-nav-scroll {
4693
    overflow: visible;
5256
    overflow: visible;
-
 
5257
  }
4694
  }
5258
 
4695
  .navbar-expand-lg .navbar-collapse {
5259
  .navbar-expand-lg .navbar-collapse {
4696
    display: -webkit-box !important;
5260
    display: -webkit-box !important;
4697
    display: -ms-flexbox !important;
5261
    display: -ms-flexbox !important;
4698
    display: flex !important;
5262
    display: flex !important;
4699
    -ms-flex-preferred-size: auto;
5263
    -ms-flex-preferred-size: auto;
4700
        flex-basis: auto;
5264
    flex-basis: auto;
-
 
5265
  }
4701
  }
5266
 
4702
  .navbar-expand-lg .navbar-toggler {
5267
  .navbar-expand-lg .navbar-toggler {
4703
    display: none;
5268
    display: none;
-
 
5269
  }
4704
  }
5270
 
4705
  .navbar-expand-lg .offcanvas-header {
5271
  .navbar-expand-lg .offcanvas-header {
4706
    display: none;
5272
    display: none;
-
 
5273
  }
4707
  }
5274
 
4708
  .navbar-expand-lg .offcanvas {
5275
  .navbar-expand-lg .offcanvas {
4709
    position: inherit;
5276
    position: inherit;
4710
    bottom: 0;
5277
    bottom: 0;
4711
    z-index: 1000;
5278
    z-index: 1000;
4712
    -webkit-box-flex: 1;
5279
    -webkit-box-flex: 1;
4713
        -ms-flex-positive: 1;
5280
    -ms-flex-positive: 1;
4714
            flex-grow: 1;
5281
    flex-grow: 1;
4715
    visibility: visible !important;
5282
    visibility: visible !important;
4716
    background-color: transparent;
5283
    background-color: transparent;
4717
    border-right: 0;
5284
    border-right: 0;
4718
    border-left: 0;
5285
    border-left: 0;
4719
    -webkit-transition: none;
5286
    -webkit-transition: none;
4720
    transition: none;
5287
    transition: none;
4721
    -webkit-transform: none;
5288
    -webkit-transform: none;
4722
            transform: none;
5289
    transform: none;
-
 
5290
  }
4723
  }
5291
 
4724
  .navbar-expand-lg .offcanvas-top,
5292
  .navbar-expand-lg .offcanvas-top,
4725
.navbar-expand-lg .offcanvas-bottom {
5293
  .navbar-expand-lg .offcanvas-bottom {
4726
    height: auto;
5294
    height: auto;
4727
    border-top: 0;
5295
    border-top: 0;
4728
    border-bottom: 0;
5296
    border-bottom: 0;
-
 
5297
  }
4729
  }
5298
 
4730
  .navbar-expand-lg .offcanvas-body {
5299
  .navbar-expand-lg .offcanvas-body {
4731
    display: -webkit-box;
5300
    display: -webkit-box;
4732
    display: -ms-flexbox;
5301
    display: -ms-flexbox;
4733
    display: flex;
5302
    display: flex;
4734
    -webkit-box-flex: 0;
5303
    -webkit-box-flex: 0;
4735
        -ms-flex-positive: 0;
5304
    -ms-flex-positive: 0;
4736
            flex-grow: 0;
5305
    flex-grow: 0;
4737
    padding: 0;
5306
    padding: 0;
4738
    overflow-y: visible;
5307
    overflow-y: visible;
4739
  }
5308
  }
-
 
5309
}
4740
}
5310
 
4741
@media (min-width: 1200px) {
5311
@media (min-width: 1200px) {
4742
  .navbar-expand-xl {
5312
  .navbar-expand-xl {
4743
    -ms-flex-wrap: nowrap;
5313
    -ms-flex-wrap: nowrap;
4744
        flex-wrap: nowrap;
5314
    flex-wrap: nowrap;
4745
    -webkit-box-pack: start;
5315
    -webkit-box-pack: start;
4746
        -ms-flex-pack: start;
5316
    -ms-flex-pack: start;
4747
            justify-content: flex-start;
5317
    justify-content: flex-start;
-
 
5318
  }
4748
  }
5319
 
4749
  .navbar-expand-xl .navbar-nav {
5320
  .navbar-expand-xl .navbar-nav {
4750
    -webkit-box-orient: horizontal;
5321
    -webkit-box-orient: horizontal;
4751
    -webkit-box-direction: normal;
5322
    -webkit-box-direction: normal;
4752
        -ms-flex-direction: row;
5323
    -ms-flex-direction: row;
4753
            flex-direction: row;
5324
    flex-direction: row;
-
 
5325
  }
4754
  }
5326
 
4755
  .navbar-expand-xl .navbar-nav .dropdown-menu {
5327
  .navbar-expand-xl .navbar-nav .dropdown-menu {
4756
    position: absolute;
5328
    position: absolute;
-
 
5329
  }
4757
  }
5330
 
4758
  .navbar-expand-xl .navbar-nav .nav-link {
5331
  .navbar-expand-xl .navbar-nav .nav-link {
4759
    padding-right: 1rem;
5332
    padding-right: 1rem;
4760
    padding-left: 1rem;
5333
    padding-left: 1rem;
-
 
5334
  }
4761
  }
5335
 
4762
  .navbar-expand-xl .navbar-nav-scroll {
5336
  .navbar-expand-xl .navbar-nav-scroll {
4763
    overflow: visible;
5337
    overflow: visible;
-
 
5338
  }
4764
  }
5339
 
4765
  .navbar-expand-xl .navbar-collapse {
5340
  .navbar-expand-xl .navbar-collapse {
4766
    display: -webkit-box !important;
5341
    display: -webkit-box !important;
4767
    display: -ms-flexbox !important;
5342
    display: -ms-flexbox !important;
4768
    display: flex !important;
5343
    display: flex !important;
4769
    -ms-flex-preferred-size: auto;
5344
    -ms-flex-preferred-size: auto;
4770
        flex-basis: auto;
5345
    flex-basis: auto;
-
 
5346
  }
4771
  }
5347
 
4772
  .navbar-expand-xl .navbar-toggler {
5348
  .navbar-expand-xl .navbar-toggler {
4773
    display: none;
5349
    display: none;
-
 
5350
  }
4774
  }
5351
 
4775
  .navbar-expand-xl .offcanvas-header {
5352
  .navbar-expand-xl .offcanvas-header {
4776
    display: none;
5353
    display: none;
-
 
5354
  }
4777
  }
5355
 
4778
  .navbar-expand-xl .offcanvas {
5356
  .navbar-expand-xl .offcanvas {
4779
    position: inherit;
5357
    position: inherit;
4780
    bottom: 0;
5358
    bottom: 0;
4781
    z-index: 1000;
5359
    z-index: 1000;
4782
    -webkit-box-flex: 1;
5360
    -webkit-box-flex: 1;
4783
        -ms-flex-positive: 1;
5361
    -ms-flex-positive: 1;
4784
            flex-grow: 1;
5362
    flex-grow: 1;
4785
    visibility: visible !important;
5363
    visibility: visible !important;
4786
    background-color: transparent;
5364
    background-color: transparent;
4787
    border-right: 0;
5365
    border-right: 0;
4788
    border-left: 0;
5366
    border-left: 0;
4789
    -webkit-transition: none;
5367
    -webkit-transition: none;
4790
    transition: none;
5368
    transition: none;
4791
    -webkit-transform: none;
5369
    -webkit-transform: none;
4792
            transform: none;
5370
    transform: none;
-
 
5371
  }
4793
  }
5372
 
4794
  .navbar-expand-xl .offcanvas-top,
5373
  .navbar-expand-xl .offcanvas-top,
4795
.navbar-expand-xl .offcanvas-bottom {
5374
  .navbar-expand-xl .offcanvas-bottom {
4796
    height: auto;
5375
    height: auto;
4797
    border-top: 0;
5376
    border-top: 0;
4798
    border-bottom: 0;
5377
    border-bottom: 0;
-
 
5378
  }
4799
  }
5379
 
4800
  .navbar-expand-xl .offcanvas-body {
5380
  .navbar-expand-xl .offcanvas-body {
4801
    display: -webkit-box;
5381
    display: -webkit-box;
4802
    display: -ms-flexbox;
5382
    display: -ms-flexbox;
4803
    display: flex;
5383
    display: flex;
4804
    -webkit-box-flex: 0;
5384
    -webkit-box-flex: 0;
4805
        -ms-flex-positive: 0;
5385
    -ms-flex-positive: 0;
4806
            flex-grow: 0;
5386
    flex-grow: 0;
4807
    padding: 0;
5387
    padding: 0;
4808
    overflow-y: visible;
5388
    overflow-y: visible;
4809
  }
5389
  }
-
 
5390
}
4810
}
5391
 
4811
@media (min-width: 1400px) {
5392
@media (min-width: 1400px) {
4812
  .navbar-expand-xxl {
5393
  .navbar-expand-xxl {
4813
    -ms-flex-wrap: nowrap;
5394
    -ms-flex-wrap: nowrap;
4814
        flex-wrap: nowrap;
5395
    flex-wrap: nowrap;
4815
    -webkit-box-pack: start;
5396
    -webkit-box-pack: start;
4816
        -ms-flex-pack: start;
5397
    -ms-flex-pack: start;
4817
            justify-content: flex-start;
5398
    justify-content: flex-start;
-
 
5399
  }
4818
  }
5400
 
4819
  .navbar-expand-xxl .navbar-nav {
5401
  .navbar-expand-xxl .navbar-nav {
4820
    -webkit-box-orient: horizontal;
5402
    -webkit-box-orient: horizontal;
4821
    -webkit-box-direction: normal;
5403
    -webkit-box-direction: normal;
4822
        -ms-flex-direction: row;
5404
    -ms-flex-direction: row;
4823
            flex-direction: row;
5405
    flex-direction: row;
-
 
5406
  }
4824
  }
5407
 
4825
  .navbar-expand-xxl .navbar-nav .dropdown-menu {
5408
  .navbar-expand-xxl .navbar-nav .dropdown-menu {
4826
    position: absolute;
5409
    position: absolute;
-
 
5410
  }
4827
  }
5411
 
4828
  .navbar-expand-xxl .navbar-nav .nav-link {
5412
  .navbar-expand-xxl .navbar-nav .nav-link {
4829
    padding-right: 1rem;
5413
    padding-right: 1rem;
4830
    padding-left: 1rem;
5414
    padding-left: 1rem;
-
 
5415
  }
4831
  }
5416
 
4832
  .navbar-expand-xxl .navbar-nav-scroll {
5417
  .navbar-expand-xxl .navbar-nav-scroll {
4833
    overflow: visible;
5418
    overflow: visible;
-
 
5419
  }
4834
  }
5420
 
4835
  .navbar-expand-xxl .navbar-collapse {
5421
  .navbar-expand-xxl .navbar-collapse {
4836
    display: -webkit-box !important;
5422
    display: -webkit-box !important;
4837
    display: -ms-flexbox !important;
5423
    display: -ms-flexbox !important;
4838
    display: flex !important;
5424
    display: flex !important;
4839
    -ms-flex-preferred-size: auto;
5425
    -ms-flex-preferred-size: auto;
4840
        flex-basis: auto;
5426
    flex-basis: auto;
-
 
5427
  }
4841
  }
5428
 
4842
  .navbar-expand-xxl .navbar-toggler {
5429
  .navbar-expand-xxl .navbar-toggler {
4843
    display: none;
5430
    display: none;
-
 
5431
  }
4844
  }
5432
 
4845
  .navbar-expand-xxl .offcanvas-header {
5433
  .navbar-expand-xxl .offcanvas-header {
4846
    display: none;
5434
    display: none;
-
 
5435
  }
4847
  }
5436
 
4848
  .navbar-expand-xxl .offcanvas {
5437
  .navbar-expand-xxl .offcanvas {
4849
    position: inherit;
5438
    position: inherit;
4850
    bottom: 0;
5439
    bottom: 0;
4851
    z-index: 1000;
5440
    z-index: 1000;
4852
    -webkit-box-flex: 1;
5441
    -webkit-box-flex: 1;
4853
        -ms-flex-positive: 1;
5442
    -ms-flex-positive: 1;
4854
            flex-grow: 1;
5443
    flex-grow: 1;
4855
    visibility: visible !important;
5444
    visibility: visible !important;
4856
    background-color: transparent;
5445
    background-color: transparent;
4857
    border-right: 0;
5446
    border-right: 0;
4858
    border-left: 0;
5447
    border-left: 0;
4859
    -webkit-transition: none;
5448
    -webkit-transition: none;
4860
    transition: none;
5449
    transition: none;
4861
    -webkit-transform: none;
5450
    -webkit-transform: none;
4862
            transform: none;
5451
    transform: none;
-
 
5452
  }
4863
  }
5453
 
4864
  .navbar-expand-xxl .offcanvas-top,
5454
  .navbar-expand-xxl .offcanvas-top,
4865
.navbar-expand-xxl .offcanvas-bottom {
5455
  .navbar-expand-xxl .offcanvas-bottom {
4866
    height: auto;
5456
    height: auto;
4867
    border-top: 0;
5457
    border-top: 0;
4868
    border-bottom: 0;
5458
    border-bottom: 0;
-
 
5459
  }
4869
  }
5460
 
4870
  .navbar-expand-xxl .offcanvas-body {
5461
  .navbar-expand-xxl .offcanvas-body {
4871
    display: -webkit-box;
5462
    display: -webkit-box;
4872
    display: -ms-flexbox;
5463
    display: -ms-flexbox;
4873
    display: flex;
5464
    display: flex;
4874
    -webkit-box-flex: 0;
5465
    -webkit-box-flex: 0;
4875
        -ms-flex-positive: 0;
5466
    -ms-flex-positive: 0;
4876
            flex-grow: 0;
5467
    flex-grow: 0;
4877
    padding: 0;
5468
    padding: 0;
4878
    overflow-y: visible;
5469
    overflow-y: visible;
4879
  }
5470
  }
-
 
5471
}
4880
}
5472
 
4881
.navbar-expand {
5473
.navbar-expand {
4882
  -ms-flex-wrap: nowrap;
5474
  -ms-flex-wrap: nowrap;
4883
      flex-wrap: nowrap;
5475
  flex-wrap: nowrap;
4884
  -webkit-box-pack: start;
5476
  -webkit-box-pack: start;
4885
      -ms-flex-pack: start;
5477
  -ms-flex-pack: start;
4886
          justify-content: flex-start;
5478
  justify-content: flex-start;
-
 
5479
}
4887
}
5480
 
4888
.navbar-expand .navbar-nav {
5481
.navbar-expand .navbar-nav {
4889
  -webkit-box-orient: horizontal;
5482
  -webkit-box-orient: horizontal;
4890
  -webkit-box-direction: normal;
5483
  -webkit-box-direction: normal;
4891
      -ms-flex-direction: row;
5484
  -ms-flex-direction: row;
4892
          flex-direction: row;
5485
  flex-direction: row;
-
 
5486
}
4893
}
5487
 
4894
.navbar-expand .navbar-nav .dropdown-menu {
5488
.navbar-expand .navbar-nav .dropdown-menu {
4895
  position: absolute;
5489
  position: absolute;
-
 
5490
}
4896
}
5491
 
4897
.navbar-expand .navbar-nav .nav-link {
5492
.navbar-expand .navbar-nav .nav-link {
4898
  padding-right: 1rem;
5493
  padding-right: 1rem;
4899
  padding-left: 1rem;
5494
  padding-left: 1rem;
-
 
5495
}
4900
}
5496
 
4901
.navbar-expand .navbar-nav-scroll {
5497
.navbar-expand .navbar-nav-scroll {
4902
  overflow: visible;
5498
  overflow: visible;
-
 
5499
}
4903
}
5500
 
4904
.navbar-expand .navbar-collapse {
5501
.navbar-expand .navbar-collapse {
4905
  display: -webkit-box !important;
5502
  display: -webkit-box !important;
4906
  display: -ms-flexbox !important;
5503
  display: -ms-flexbox !important;
4907
  display: flex !important;
5504
  display: flex !important;
4908
  -ms-flex-preferred-size: auto;
5505
  -ms-flex-preferred-size: auto;
4909
      flex-basis: auto;
5506
  flex-basis: auto;
-
 
5507
}
4910
}
5508
 
4911
.navbar-expand .navbar-toggler {
5509
.navbar-expand .navbar-toggler {
4912
  display: none;
5510
  display: none;
-
 
5511
}
4913
}
5512
 
4914
.navbar-expand .offcanvas-header {
5513
.navbar-expand .offcanvas-header {
4915
  display: none;
5514
  display: none;
-
 
5515
}
4916
}
5516
 
4917
.navbar-expand .offcanvas {
5517
.navbar-expand .offcanvas {
4918
  position: inherit;
5518
  position: inherit;
4919
  bottom: 0;
5519
  bottom: 0;
4920
  z-index: 1000;
5520
  z-index: 1000;
4921
  -webkit-box-flex: 1;
5521
  -webkit-box-flex: 1;
4922
      -ms-flex-positive: 1;
5522
  -ms-flex-positive: 1;
4923
          flex-grow: 1;
5523
  flex-grow: 1;
4924
  visibility: visible !important;
5524
  visibility: visible !important;
4925
  background-color: transparent;
5525
  background-color: transparent;
4926
  border-right: 0;
5526
  border-right: 0;
4927
  border-left: 0;
5527
  border-left: 0;
4928
  -webkit-transition: none;
5528
  -webkit-transition: none;
4929
  transition: none;
5529
  transition: none;
4930
  -webkit-transform: none;
5530
  -webkit-transform: none;
4931
          transform: none;
5531
  transform: none;
-
 
5532
}
4932
}
5533
 
4933
.navbar-expand .offcanvas-top,
5534
.navbar-expand .offcanvas-top,
4934
.navbar-expand .offcanvas-bottom {
5535
.navbar-expand .offcanvas-bottom {
4935
  height: auto;
5536
  height: auto;
4936
  border-top: 0;
5537
  border-top: 0;
4937
  border-bottom: 0;
5538
  border-bottom: 0;
-
 
5539
}
4938
}
5540
 
4939
.navbar-expand .offcanvas-body {
5541
.navbar-expand .offcanvas-body {
4940
  display: -webkit-box;
5542
  display: -webkit-box;
4941
  display: -ms-flexbox;
5543
  display: -ms-flexbox;
4942
  display: flex;
5544
  display: flex;
4943
  -webkit-box-flex: 0;
5545
  -webkit-box-flex: 0;
4944
      -ms-flex-positive: 0;
5546
  -ms-flex-positive: 0;
4945
          flex-grow: 0;
5547
  flex-grow: 0;
4946
  padding: 0;
5548
  padding: 0;
4947
  overflow-y: visible;
5549
  overflow-y: visible;
Línea 4948... Línea 5550...
4948
}
5550
}
4949
 
5551
 
4950
.navbar-light .navbar-brand {
5552
.navbar-light .navbar-brand {
-
 
5553
  color: rgba(0, 0, 0, 0.9);
-
 
5554
}
4951
  color: rgba(0, 0, 0, 0.9);
5555
 
4952
}
5556
.navbar-light .navbar-brand:hover,
4953
.navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus {
5557
.navbar-light .navbar-brand:focus {
-
 
5558
  color: rgba(0, 0, 0, 0.9);
4954
  color: rgba(0, 0, 0, 0.9);
5559
}
4955
}
5560
 
4956
.navbar-light .navbar-nav .nav-link {
5561
.navbar-light .navbar-nav .nav-link {
-
 
5562
  color: #676a79;
-
 
5563
}
4957
  color: #676a79;
5564
 
4958
}
5565
.navbar-light .navbar-nav .nav-link:hover,
4959
.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
5566
.navbar-light .navbar-nav .nav-link:focus {
-
 
5567
  color: #0f6fec;
4960
  color: #0f6fec;
5568
}
4961
}
5569
 
4962
.navbar-light .navbar-nav .nav-link.disabled {
5570
.navbar-light .navbar-nav .nav-link.disabled {
-
 
5571
  color: rgba(0, 0, 0, 0.3);
4963
  color: rgba(0, 0, 0, 0.3);
5572
}
4964
}
5573
 
4965
.navbar-light .navbar-nav .show > .nav-link,
5574
.navbar-light .navbar-nav .show>.nav-link,
4966
.navbar-light .navbar-nav .nav-link.active {
5575
.navbar-light .navbar-nav .nav-link.active {
-
 
5576
  color: #0f6fec;
4967
  color: #0f6fec;
5577
}
4968
}
5578
 
4969
.navbar-light .navbar-toggler {
5579
.navbar-light .navbar-toggler {
4970
  color: #676a79;
5580
  color: #676a79;
-
 
5581
  border-color: rgba(0, 0, 0, 0.1);
4971
  border-color: rgba(0, 0, 0, 0.1);
5582
}
4972
}
5583
 
4973
.navbar-light .navbar-toggler-icon {
5584
.navbar-light .navbar-toggler-icon {
-
 
5585
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
4974
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
5586
}
4975
}
5587
 
4976
.navbar-light .navbar-text {
5588
.navbar-light .navbar-text {
-
 
5589
  color: #676a79;
4977
  color: #676a79;
5590
}
4978
}
5591
 
4979
.navbar-light .navbar-text a,
5592
.navbar-light .navbar-text a,
4980
.navbar-light .navbar-text a:hover,
5593
.navbar-light .navbar-text a:hover,
4981
.navbar-light .navbar-text a:focus {
5594
.navbar-light .navbar-text a:focus {
Línea 4982... Línea 5595...
4982
  color: #0f6fec;
5595
  color: #0f6fec;
4983
}
5596
}
4984
 
5597
 
-
 
5598
.navbar-dark .navbar-brand {
-
 
5599
  color: #fff;
4985
.navbar-dark .navbar-brand {
5600
}
4986
  color: #fff;
5601
 
4987
}
5602
.navbar-dark .navbar-brand:hover,
-
 
5603
.navbar-dark .navbar-brand:focus {
4988
.navbar-dark .navbar-brand:hover, .navbar-dark .navbar-brand:focus {
5604
  color: #fff;
4989
  color: #fff;
5605
}
4990
}
5606
 
-
 
5607
.navbar-dark .navbar-nav .nav-link {
-
 
5608
  color: #fff;
4991
.navbar-dark .navbar-nav .nav-link {
5609
}
4992
  color: #fff;
5610
 
4993
}
5611
.navbar-dark .navbar-nav .nav-link:hover,
-
 
5612
.navbar-dark .navbar-nav .nav-link:focus {
4994
.navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
5613
  color: #0f6fec !important;
4995
  color: #0f6fec !important;
5614
}
4996
}
5615
 
-
 
5616
.navbar-dark .navbar-nav .nav-link.disabled {
4997
.navbar-dark .navbar-nav .nav-link.disabled {
5617
  color: rgba(255, 255, 255, 0.25);
4998
  color: rgba(255, 255, 255, 0.25);
5618
}
4999
}
5619
 
5000
.navbar-dark .navbar-nav .show > .nav-link,
5620
.navbar-dark .navbar-nav .show>.nav-link,
-
 
5621
.navbar-dark .navbar-nav .nav-link.active {
5001
.navbar-dark .navbar-nav .nav-link.active {
5622
  color: #0f6fec !important;
5002
  color: #0f6fec !important;
5623
}
5003
}
5624
 
5004
.navbar-dark .navbar-toggler {
5625
.navbar-dark .navbar-toggler {
-
 
5626
  color: #fff;
5005
  color: #fff;
5627
  border-color: rgba(255, 255, 255, 0.1);
5006
  border-color: rgba(255, 255, 255, 0.1);
5628
}
5007
}
5629
 
-
 
5630
.navbar-dark .navbar-toggler-icon {
5008
.navbar-dark .navbar-toggler-icon {
5631
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='%23ffffff' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
5009
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='%23ffffff' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
5632
}
5010
}
5633
 
-
 
5634
.navbar-dark .navbar-text {
5011
.navbar-dark .navbar-text {
5635
  color: #fff;
5012
  color: #fff;
5636
}
5013
}
5637
 
5014
.navbar-dark .navbar-text a,
5638
.navbar-dark .navbar-text a,
5015
.navbar-dark .navbar-text a:hover,
5639
.navbar-dark .navbar-text a:hover,
Línea 5022... Línea 5646...
5022
  display: -webkit-box;
5646
  display: -webkit-box;
5023
  display: -ms-flexbox;
5647
  display: -ms-flexbox;
5024
  display: flex;
5648
  display: flex;
5025
  -webkit-box-orient: vertical;
5649
  -webkit-box-orient: vertical;
5026
  -webkit-box-direction: normal;
5650
  -webkit-box-direction: normal;
5027
      -ms-flex-direction: column;
5651
  -ms-flex-direction: column;
5028
          flex-direction: column;
5652
  flex-direction: column;
5029
  min-width: 0;
5653
  min-width: 0;
5030
  word-wrap: break-word;
5654
  word-wrap: break-word;
5031
  background-color: #fff;
5655
  background-color: #fff;
5032
  background-clip: border-box;
5656
  background-clip: border-box;
5033
  border: 1px solid rgba(0, 0, 0, 0.09);
5657
  border: 1px solid rgba(0, 0, 0, 0.09);
5034
  border-radius: 0.4rem;
5658
  border-radius: 0.4rem;
5035
}
5659
}
-
 
5660
 
5036
.card > hr {
5661
.card>hr {
5037
  margin-right: 0;
5662
  margin-right: 0;
5038
  margin-left: 0;
5663
  margin-left: 0;
5039
}
5664
}
-
 
5665
 
5040
.card > .list-group {
5666
.card>.list-group {
5041
  border-top: inherit;
5667
  border-top: inherit;
5042
  border-bottom: inherit;
5668
  border-bottom: inherit;
5043
}
5669
}
-
 
5670
 
5044
.card > .list-group:first-child {
5671
.card>.list-group:first-child {
5045
  border-top-width: 0;
5672
  border-top-width: 0;
5046
  border-top-left-radius: calc(0.4rem - 1px);
5673
  border-top-left-radius: calc(0.4rem - 1px);
5047
  border-top-right-radius: calc(0.4rem - 1px);
5674
  border-top-right-radius: calc(0.4rem - 1px);
5048
}
5675
}
-
 
5676
 
5049
.card > .list-group:last-child {
5677
.card>.list-group:last-child {
5050
  border-bottom-width: 0;
5678
  border-bottom-width: 0;
5051
  border-bottom-right-radius: calc(0.4rem - 1px);
5679
  border-bottom-right-radius: calc(0.4rem - 1px);
5052
  border-bottom-left-radius: calc(0.4rem - 1px);
5680
  border-bottom-left-radius: calc(0.4rem - 1px);
5053
}
5681
}
-
 
5682
 
5054
.card > .card-header + .list-group,
5683
.card>.card-header+.list-group,
5055
.card > .list-group + .card-footer {
5684
.card>.list-group+.card-footer {
5056
  border-top: 0;
5685
  border-top: 0;
5057
}
5686
}
Línea 5058... Línea 5687...
5058
 
5687
 
5059
.card-body {
5688
.card-body {
5060
  -webkit-box-flex: 1;
5689
  -webkit-box-flex: 1;
5061
      -ms-flex: 1 1 auto;
5690
  -ms-flex: 1 1 auto;
5062
          flex: 1 1 auto;
5691
  flex: 1 1 auto;
5063
  padding: 1.25rem 1.25rem;
5692
  padding: 1.25rem 1.25rem;
Línea 5064... Línea 5693...
5064
}
5693
}
5065
 
5694
 
Línea 5074... Línea 5703...
5074
 
5703
 
5075
.card-text:last-child {
5704
.card-text:last-child {
5076
  margin-bottom: 0;
5705
  margin-bottom: 0;
Línea 5077... Línea 5706...
5077
}
5706
}
5078
 
5707
 
5079
.card-link + .card-link {
5708
.card-link+.card-link {
Línea 5080... Línea 5709...
5080
  margin-left: 1.25rem;
5709
  margin-left: 1.25rem;
5081
}
5710
}
Línea 5094... Línea 5723...
5094
.card-footer {
5723
.card-footer {
5095
  padding: 1.25rem 1.25rem;
5724
  padding: 1.25rem 1.25rem;
5096
  background-color: #fff;
5725
  background-color: #fff;
5097
  border-top: 1px solid rgba(0, 0, 0, 0.09);
5726
  border-top: 1px solid rgba(0, 0, 0, 0.09);
5098
}
5727
}
-
 
5728
 
5099
.card-footer:last-child {
5729
.card-footer:last-child {
5100
  border-radius: 0 0 calc(0.4rem - 1px) calc(0.4rem - 1px);
5730
  border-radius: 0 0 calc(0.4rem - 1px) calc(0.4rem - 1px);
5101
}
5731
}
Línea 5102... Línea 5732...
5102
 
5732
 
5103
.card-header-tabs {
5733
.card-header-tabs {
5104
  margin-right: -0.625rem;
5734
  margin-right: -0.625rem;
5105
  margin-bottom: -1.25rem;
5735
  margin-bottom: -1.25rem;
5106
  margin-left: -0.625rem;
5736
  margin-left: -0.625rem;
5107
  border-bottom: 0;
5737
  border-bottom: 0;
-
 
5738
}
5108
}
5739
 
5109
.card-header-tabs .nav-link.active {
5740
.card-header-tabs .nav-link.active {
5110
  background-color: #fff;
5741
  background-color: #fff;
5111
  border-bottom-color: #fff;
5742
  border-bottom-color: #fff;
Línea 5142... Línea 5773...
5142
.card-img-bottom {
5773
.card-img-bottom {
5143
  border-bottom-right-radius: calc(0.4rem - 1px);
5774
  border-bottom-right-radius: calc(0.4rem - 1px);
5144
  border-bottom-left-radius: calc(0.4rem - 1px);
5775
  border-bottom-left-radius: calc(0.4rem - 1px);
5145
}
5776
}
Línea 5146... Línea 5777...
5146
 
5777
 
5147
.card-group > .card {
5778
.card-group>.card {
5148
  margin-bottom: 0.75rem;
5779
  margin-bottom: 0.75rem;
-
 
5780
}
5149
}
5781
 
5150
@media (min-width: 576px) {
5782
@media (min-width: 576px) {
5151
  .card-group {
5783
  .card-group {
5152
    display: -webkit-box;
5784
    display: -webkit-box;
5153
    display: -ms-flexbox;
5785
    display: -ms-flexbox;
5154
    display: flex;
5786
    display: flex;
5155
    -webkit-box-orient: horizontal;
5787
    -webkit-box-orient: horizontal;
5156
    -webkit-box-direction: normal;
5788
    -webkit-box-direction: normal;
5157
        -ms-flex-flow: row wrap;
5789
    -ms-flex-flow: row wrap;
5158
            flex-flow: row wrap;
5790
    flex-flow: row wrap;
-
 
5791
  }
5159
  }
5792
 
5160
  .card-group > .card {
5793
  .card-group>.card {
5161
    -webkit-box-flex: 1;
5794
    -webkit-box-flex: 1;
5162
        -ms-flex: 1 0 0%;
5795
    -ms-flex: 1 0 0%;
5163
            flex: 1 0 0%;
5796
    flex: 1 0 0%;
5164
    margin-bottom: 0;
5797
    margin-bottom: 0;
-
 
5798
  }
5165
  }
5799
 
5166
  .card-group > .card + .card {
5800
  .card-group>.card+.card {
5167
    margin-left: 0;
5801
    margin-left: 0;
5168
    border-left: 0;
5802
    border-left: 0;
-
 
5803
  }
5169
  }
5804
 
5170
  .card-group > .card:not(:last-child) {
5805
  .card-group>.card:not(:last-child) {
5171
    border-top-right-radius: 0;
5806
    border-top-right-radius: 0;
5172
    border-bottom-right-radius: 0;
5807
    border-bottom-right-radius: 0;
-
 
5808
  }
5173
  }
5809
 
5174
  .card-group > .card:not(:last-child) .card-img-top,
5810
  .card-group>.card:not(:last-child) .card-img-top,
5175
.card-group > .card:not(:last-child) .card-header {
5811
  .card-group>.card:not(:last-child) .card-header {
5176
    border-top-right-radius: 0;
5812
    border-top-right-radius: 0;
-
 
5813
  }
5177
  }
5814
 
5178
  .card-group > .card:not(:last-child) .card-img-bottom,
5815
  .card-group>.card:not(:last-child) .card-img-bottom,
5179
.card-group > .card:not(:last-child) .card-footer {
5816
  .card-group>.card:not(:last-child) .card-footer {
5180
    border-bottom-right-radius: 0;
5817
    border-bottom-right-radius: 0;
-
 
5818
  }
5181
  }
5819
 
5182
  .card-group > .card:not(:first-child) {
5820
  .card-group>.card:not(:first-child) {
5183
    border-top-left-radius: 0;
5821
    border-top-left-radius: 0;
5184
    border-bottom-left-radius: 0;
5822
    border-bottom-left-radius: 0;
-
 
5823
  }
5185
  }
5824
 
5186
  .card-group > .card:not(:first-child) .card-img-top,
5825
  .card-group>.card:not(:first-child) .card-img-top,
5187
.card-group > .card:not(:first-child) .card-header {
5826
  .card-group>.card:not(:first-child) .card-header {
5188
    border-top-left-radius: 0;
5827
    border-top-left-radius: 0;
-
 
5828
  }
5189
  }
5829
 
5190
  .card-group > .card:not(:first-child) .card-img-bottom,
5830
  .card-group>.card:not(:first-child) .card-img-bottom,
5191
.card-group > .card:not(:first-child) .card-footer {
5831
  .card-group>.card:not(:first-child) .card-footer {
5192
    border-bottom-left-radius: 0;
5832
    border-bottom-left-radius: 0;
5193
  }
5833
  }
Línea 5194... Línea 5834...
5194
}
5834
}
5195
 
5835
 
5196
.accordion-button {
5836
.accordion-button {
5197
  position: relative;
5837
  position: relative;
5198
  display: -webkit-box;
5838
  display: -webkit-box;
5199
  display: -ms-flexbox;
5839
  display: -ms-flexbox;
5200
  display: flex;
5840
  display: flex;
5201
  -webkit-box-align: center;
5841
  -webkit-box-align: center;
5202
      -ms-flex-align: center;
5842
  -ms-flex-align: center;
5203
          align-items: center;
5843
  align-items: center;
5204
  width: 100%;
5844
  width: 100%;
5205
  padding: 1rem 1.25rem;
5845
  padding: 1rem 1.25rem;
5206
  font-size: 0.9375rem;
5846
  font-size: 0.9375rem;
Línea 5213... Línea 5853...
5213
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, border-radius 0.15s ease, -webkit-box-shadow 0.15s ease-in-out;
5853
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, border-radius 0.15s ease, -webkit-box-shadow 0.15s ease-in-out;
5214
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, border-radius 0.15s ease, -webkit-box-shadow 0.15s ease-in-out;
5854
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, border-radius 0.15s ease, -webkit-box-shadow 0.15s ease-in-out;
5215
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, border-radius 0.15s ease;
5855
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, border-radius 0.15s ease;
5216
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, border-radius 0.15s ease, -webkit-box-shadow 0.15s ease-in-out;
5856
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, border-radius 0.15s ease, -webkit-box-shadow 0.15s ease-in-out;
5217
}
5857
}
-
 
5858
 
5218
@media (prefers-reduced-motion: reduce) {
5859
@media (prefers-reduced-motion: reduce) {
5219
  .accordion-button {
5860
  .accordion-button {
5220
    -webkit-transition: none;
5861
    -webkit-transition: none;
5221
    transition: none;
5862
    transition: none;
5222
  }
5863
  }
5223
}
5864
}
-
 
5865
 
5224
.accordion-button:not(.collapsed) {
5866
.accordion-button:not(.collapsed) {
5225
  color: #0e64d4;
5867
  color: #0e64d4;
5226
  background-color: #e7f1fd;
5868
  background-color: #e7f1fd;
5227
  -webkit-box-shadow: inset 0 -1px 0 rgba(103, 106, 121, 0.125);
5869
  -webkit-box-shadow: inset 0 -1px 0 rgba(103, 106, 121, 0.125);
5228
          box-shadow: inset 0 -1px 0 rgba(103, 106, 121, 0.125);
5870
  box-shadow: inset 0 -1px 0 rgba(103, 106, 121, 0.125);
5229
}
5871
}
-
 
5872
 
5230
.accordion-button:not(.collapsed)::after {
5873
.accordion-button:not(.collapsed)::after {
5231
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%230e64d4'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
5874
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%230e64d4'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
5232
  -webkit-transform: rotate(-180deg);
5875
  -webkit-transform: rotate(-180deg);
5233
          transform: rotate(-180deg);
5876
  transform: rotate(-180deg);
5234
}
5877
}
-
 
5878
 
5235
.accordion-button::after {
5879
.accordion-button::after {
5236
  -ms-flex-negative: 0;
5880
  -ms-flex-negative: 0;
5237
      flex-shrink: 0;
5881
  flex-shrink: 0;
5238
  width: 1.25rem;
5882
  width: 1.25rem;
5239
  height: 1.25rem;
5883
  height: 1.25rem;
5240
  margin-left: auto;
5884
  margin-left: auto;
5241
  content: "";
5885
  content: "";
5242
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
5886
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
Línea 5245... Línea 5889...
5245
  -webkit-transition: -webkit-transform 0.2s ease-in-out;
5889
  -webkit-transition: -webkit-transform 0.2s ease-in-out;
5246
  transition: -webkit-transform 0.2s ease-in-out;
5890
  transition: -webkit-transform 0.2s ease-in-out;
5247
  transition: transform 0.2s ease-in-out;
5891
  transition: transform 0.2s ease-in-out;
5248
  transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
5892
  transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
5249
}
5893
}
-
 
5894
 
5250
@media (prefers-reduced-motion: reduce) {
5895
@media (prefers-reduced-motion: reduce) {
5251
  .accordion-button::after {
5896
  .accordion-button::after {
5252
    -webkit-transition: none;
5897
    -webkit-transition: none;
5253
    transition: none;
5898
    transition: none;
5254
  }
5899
  }
5255
}
5900
}
-
 
5901
 
5256
.accordion-button:hover {
5902
.accordion-button:hover {
5257
  z-index: 2;
5903
  z-index: 2;
5258
}
5904
}
-
 
5905
 
5259
.accordion-button:focus {
5906
.accordion-button:focus {
5260
  z-index: 3;
5907
  z-index: 3;
5261
  border-color: none;
5908
  border-color: none;
5262
  outline: 0;
5909
  outline: 0;
5263
  -webkit-box-shadow: none;
5910
  -webkit-box-shadow: none;
5264
          box-shadow: none;
5911
  box-shadow: none;
5265
}
5912
}
Línea 5266... Línea 5913...
5266
 
5913
 
5267
.accordion-header {
5914
.accordion-header {
5268
  margin-bottom: 0;
5915
  margin-bottom: 0;
Línea 5269... Línea 5916...
5269
}
5916
}
5270
 
5917
 
5271
.accordion-item {
5918
.accordion-item {
5272
  background-color: #fff;
5919
  background-color: #fff;
-
 
5920
  border: 1px solid rgba(103, 106, 121, 0.125);
5273
  border: 1px solid rgba(103, 106, 121, 0.125);
5921
}
5274
}
5922
 
5275
.accordion-item:first-of-type {
5923
.accordion-item:first-of-type {
5276
  border-top-left-radius: 0.25rem;
5924
  border-top-left-radius: 0.25rem;
-
 
5925
  border-top-right-radius: 0.25rem;
5277
  border-top-right-radius: 0.25rem;
5926
}
5278
}
5927
 
5279
.accordion-item:first-of-type .accordion-button {
5928
.accordion-item:first-of-type .accordion-button {
5280
  border-top-left-radius: calc(0.25rem - 1px);
5929
  border-top-left-radius: calc(0.25rem - 1px);
-
 
5930
  border-top-right-radius: calc(0.25rem - 1px);
5281
  border-top-right-radius: calc(0.25rem - 1px);
5931
}
5282
}
5932
 
5283
.accordion-item:not(:first-of-type) {
5933
.accordion-item:not(:first-of-type) {
-
 
5934
  border-top: 0;
5284
  border-top: 0;
5935
}
5285
}
5936
 
5286
.accordion-item:last-of-type {
5937
.accordion-item:last-of-type {
5287
  border-bottom-right-radius: 0.25rem;
5938
  border-bottom-right-radius: 0.25rem;
-
 
5939
  border-bottom-left-radius: 0.25rem;
5288
  border-bottom-left-radius: 0.25rem;
5940
}
5289
}
5941
 
5290
.accordion-item:last-of-type .accordion-button.collapsed {
5942
.accordion-item:last-of-type .accordion-button.collapsed {
5291
  border-bottom-right-radius: calc(0.25rem - 1px);
5943
  border-bottom-right-radius: calc(0.25rem - 1px);
-
 
5944
  border-bottom-left-radius: calc(0.25rem - 1px);
5292
  border-bottom-left-radius: calc(0.25rem - 1px);
5945
}
5293
}
5946
 
5294
.accordion-item:last-of-type .accordion-collapse {
5947
.accordion-item:last-of-type .accordion-collapse {
5295
  border-bottom-right-radius: 0.25rem;
5948
  border-bottom-right-radius: 0.25rem;
Línea 5301... Línea 5954...
5301
}
5954
}
Línea 5302... Línea 5955...
5302
 
5955
 
5303
.accordion-flush .accordion-collapse {
5956
.accordion-flush .accordion-collapse {
5304
  border-width: 0;
5957
  border-width: 0;
-
 
5958
}
5305
}
5959
 
5306
.accordion-flush .accordion-item {
5960
.accordion-flush .accordion-item {
5307
  border-right: 0;
5961
  border-right: 0;
5308
  border-left: 0;
5962
  border-left: 0;
5309
  border-radius: 0;
5963
  border-radius: 0;
-
 
5964
}
5310
}
5965
 
5311
.accordion-flush .accordion-item:first-child {
5966
.accordion-flush .accordion-item:first-child {
5312
  border-top: 0;
5967
  border-top: 0;
-
 
5968
}
5313
}
5969
 
5314
.accordion-flush .accordion-item:last-child {
5970
.accordion-flush .accordion-item:last-child {
5315
  border-bottom: 0;
5971
  border-bottom: 0;
-
 
5972
}
5316
}
5973
 
5317
.accordion-flush .accordion-item .accordion-button {
5974
.accordion-flush .accordion-item .accordion-button {
5318
  border-radius: 0;
5975
  border-radius: 0;
Línea 5319... Línea 5976...
5319
}
5976
}
5320
 
5977
 
5321
.breadcrumb {
5978
.breadcrumb {
5322
  display: -webkit-box;
5979
  display: -webkit-box;
5323
  display: -ms-flexbox;
5980
  display: -ms-flexbox;
5324
  display: flex;
5981
  display: flex;
5325
  -ms-flex-wrap: wrap;
5982
  -ms-flex-wrap: wrap;
5326
      flex-wrap: wrap;
5983
  flex-wrap: wrap;
5327
  padding: 0.5rem 0;
5984
  padding: 0.5rem 0;
5328
  margin-bottom: 1rem;
5985
  margin-bottom: 1rem;
5329
  list-style: none;
5986
  list-style: none;
Línea 5330... Línea 5987...
5330
  background-color: transparent;
5987
  background-color: transparent;
5331
}
5988
}
5332
 
5989
 
-
 
5990
.breadcrumb-item+.breadcrumb-item {
5333
.breadcrumb-item + .breadcrumb-item {
5991
  padding-left: 0.8rem;
5334
  padding-left: 0.8rem;
5992
}
5335
}
5993
 
5336
.breadcrumb-item + .breadcrumb-item::before {
5994
.breadcrumb-item+.breadcrumb-item::before {
5337
  float: left;
5995
  float: left;
-
 
5996
  padding-right: 0.8rem;
-
 
5997
  color: #a1a1a8;
5338
  padding-right: 0.8rem;
5998
  content: var(--bs-breadcrumb-divider, "../../index-2.html")
-
 
5999
    /* rtl: var(--bs-breadcrumb-divider, "/") */
5339
  color: #a1a1a8;
6000
  ;
5340
  content: var(--bs-breadcrumb-divider, "../../index-2.html") /* rtl: var(--bs-breadcrumb-divider, "/") */;
6001
}
5341
}
6002
 
Línea 5342... Línea 6003...
5342
.breadcrumb-item.active {
6003
.breadcrumb-item.active {
Línea 5360... Línea 6021...
5360
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
6021
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
5361
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
6022
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
5362
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
6023
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
5363
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
6024
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
5364
}
6025
}
-
 
6026
 
5365
@media (prefers-reduced-motion: reduce) {
6027
@media (prefers-reduced-motion: reduce) {
5366
  .page-link {
6028
  .page-link {
5367
    -webkit-transition: none;
6029
    -webkit-transition: none;
5368
    transition: none;
6030
    transition: none;
5369
  }
6031
  }
5370
}
6032
}
-
 
6033
 
5371
.page-link:hover {
6034
.page-link:hover {
5372
  z-index: 2;
6035
  z-index: 2;
5373
  color: #fff;
6036
  color: #fff;
5374
  background-color: #0f6fec;
6037
  background-color: #0f6fec;
5375
  border-color: #0f6fec;
6038
  border-color: #0f6fec;
5376
}
6039
}
-
 
6040
 
5377
.page-link:focus {
6041
.page-link:focus {
5378
  z-index: 3;
6042
  z-index: 3;
5379
  color: #0c59bd;
6043
  color: #0c59bd;
5380
  background-color: #eff2f6;
6044
  background-color: #eff2f6;
5381
  outline: 0;
6045
  outline: 0;
5382
  -webkit-box-shadow: 0 0 0 0 rgba(15, 111, 236, 0.25);
6046
  -webkit-box-shadow: 0 0 0 0 rgba(15, 111, 236, 0.25);
5383
          box-shadow: 0 0 0 0 rgba(15, 111, 236, 0.25);
6047
  box-shadow: 0 0 0 0 rgba(15, 111, 236, 0.25);
5384
}
6048
}
Línea 5385... Línea 6049...
5385
 
6049
 
5386
.page-item:not(:first-child) .page-link {
6050
.page-item:not(:first-child) .page-link {
5387
  margin-left: -1px;
6051
  margin-left: -1px;
-
 
6052
}
5388
}
6053
 
5389
.page-item.active .page-link {
6054
.page-item.active .page-link {
5390
  z-index: 3;
6055
  z-index: 3;
5391
  color: #fff;
6056
  color: #fff;
5392
  background-color: #0f6fec;
6057
  background-color: #0f6fec;
5393
  border-color: #0f6fec;
6058
  border-color: #0f6fec;
-
 
6059
}
5394
}
6060
 
5395
.page-item.disabled .page-link {
6061
.page-item.disabled .page-link {
5396
  color: #e1e4e6;
6062
  color: #e1e4e6;
5397
  pointer-events: none;
6063
  pointer-events: none;
5398
  background-color: #fff;
6064
  background-color: #fff;
Línea 5405... Línea 6071...
5405
 
6071
 
5406
.page-item:first-child .page-link {
6072
.page-item:first-child .page-link {
5407
  border-top-left-radius: 0.4rem;
6073
  border-top-left-radius: 0.4rem;
5408
  border-bottom-left-radius: 0.4rem;
6074
  border-bottom-left-radius: 0.4rem;
-
 
6075
}
5409
}
6076
 
5410
.page-item:last-child .page-link {
6077
.page-item:last-child .page-link {
5411
  border-top-right-radius: 0.4rem;
6078
  border-top-right-radius: 0.4rem;
5412
  border-bottom-right-radius: 0.4rem;
6079
  border-bottom-right-radius: 0.4rem;
Línea 5413... Línea 6080...
5413
}
6080
}
5414
 
6081
 
5415
.pagination-lg .page-link {
6082
.pagination-lg .page-link {
5416
  padding: 0.75rem 1.5rem;
6083
  padding: 0.75rem 1.5rem;
-
 
6084
  font-size: 1.171875rem;
5417
  font-size: 1.171875rem;
6085
}
5418
}
6086
 
5419
.pagination-lg .page-item:first-child .page-link {
6087
.pagination-lg .page-item:first-child .page-link {
5420
  border-top-left-radius: 0.3rem;
6088
  border-top-left-radius: 0.3rem;
-
 
6089
  border-bottom-left-radius: 0.3rem;
5421
  border-bottom-left-radius: 0.3rem;
6090
}
5422
}
6091
 
5423
.pagination-lg .page-item:last-child .page-link {
6092
.pagination-lg .page-item:last-child .page-link {
5424
  border-top-right-radius: 0.3rem;
6093
  border-top-right-radius: 0.3rem;
Línea 5425... Línea 6094...
5425
  border-bottom-right-radius: 0.3rem;
6094
  border-bottom-right-radius: 0.3rem;
5426
}
6095
}
5427
 
6096
 
5428
.pagination-sm .page-link {
6097
.pagination-sm .page-link {
-
 
6098
  padding: 0.25rem 0.5rem;
5429
  padding: 0.25rem 0.5rem;
6099
  font-size: 0.8203125rem;
5430
  font-size: 0.8203125rem;
6100
}
5431
}
6101
 
5432
.pagination-sm .page-item:first-child .page-link {
6102
.pagination-sm .page-item:first-child .page-link {
-
 
6103
  border-top-left-radius: 0.2rem;
5433
  border-top-left-radius: 0.2rem;
6104
  border-bottom-left-radius: 0.2rem;
5434
  border-bottom-left-radius: 0.2rem;
6105
}
5435
}
6106
 
5436
.pagination-sm .page-item:last-child .page-link {
6107
.pagination-sm .page-item:last-child .page-link {
Línea 5448... Línea 6119...
5448
  text-align: center;
6119
  text-align: center;
5449
  white-space: nowrap;
6120
  white-space: nowrap;
5450
  vertical-align: baseline;
6121
  vertical-align: baseline;
5451
  border-radius: 0.25rem;
6122
  border-radius: 0.25rem;
5452
}
6123
}
-
 
6124
 
5453
.badge:empty {
6125
.badge:empty {
5454
  display: none;
6126
  display: none;
5455
}
6127
}
Línea 5456... Línea 6128...
5456
 
6128
 
Línea 5477... Línea 6149...
5477
}
6149
}
Línea 5478... Línea 6150...
5478
 
6150
 
5479
.alert-dismissible {
6151
.alert-dismissible {
5480
  padding-right: 3rem;
6152
  padding-right: 3rem;
-
 
6153
}
5481
}
6154
 
5482
.alert-dismissible .btn-close {
6155
.alert-dismissible .btn-close {
5483
  position: absolute;
6156
  position: absolute;
5484
  top: 0;
6157
  top: 0;
5485
  right: 0;
6158
  right: 0;
Línea 5490... Línea 6163...
5490
.alert-primary {
6163
.alert-primary {
5491
  color: #09438e;
6164
  color: #09438e;
5492
  background-color: #cfe2fb;
6165
  background-color: #cfe2fb;
5493
  border-color: #b7d4f9;
6166
  border-color: #b7d4f9;
5494
}
6167
}
-
 
6168
 
5495
.alert-primary .alert-link {
6169
.alert-primary .alert-link {
5496
  color: #073672;
6170
  color: #073672;
5497
}
6171
}
Línea 5498... Línea 6172...
5498
 
6172
 
5499
.alert-secondary {
6173
.alert-secondary {
5500
  color: #0c0f12;
6174
  color: #0c0f12;
5501
  background-color: #d0d1d2;
6175
  background-color: #d0d1d2;
5502
  border-color: #b9babc;
6176
  border-color: #b9babc;
-
 
6177
}
5503
}
6178
 
5504
.alert-secondary .alert-link {
6179
.alert-secondary .alert-link {
5505
  color: #0a0c0e;
6180
  color: #0a0c0e;
Línea 5506... Línea 6181...
5506
}
6181
}
5507
 
6182
 
5508
.alert-success {
6183
.alert-success {
5509
  color: #077151;
6184
  color: #077151;
5510
  background-color: #cef2e7;
6185
  background-color: #cef2e7;
-
 
6186
  border-color: #b6ebdb;
5511
  border-color: #b6ebdb;
6187
}
5512
}
6188
 
5513
.alert-success .alert-link {
6189
.alert-success .alert-link {
Línea 5514... Línea 6190...
5514
  color: #065a41;
6190
  color: #065a41;
5515
}
6191
}
5516
 
6192
 
5517
.alert-info {
6193
.alert-info {
5518
  color: #2f5f95;
6194
  color: #2f5f95;
-
 
6195
  background-color: #dcecfe;
5519
  background-color: #dcecfe;
6196
  border-color: #cae2fd;
5520
  border-color: #cae2fd;
6197
}
5521
}
6198
 
Línea 5522... Línea 6199...
5522
.alert-info .alert-link {
6199
.alert-info .alert-link {
5523
  color: #264c77;
6200
  color: #264c77;
5524
}
6201
}
5525
 
6202
 
5526
.alert-warning {
6203
.alert-warning {
-
 
6204
  color: #94751c;
5527
  color: #94751c;
6205
  background-color: #fdf3d5;
5528
  background-color: #fdf3d5;
6206
  border-color: #fdedc0;
5529
  border-color: #fdedc0;
6207
}
Línea 5530... Línea 6208...
5530
}
6208
 
5531
.alert-warning .alert-link {
6209
.alert-warning .alert-link {
5532
  color: #765e16;
6210
  color: #765e16;
5533
}
6211
}
5534
 
6212
 
-
 
6213
.alert-danger {
5535
.alert-danger {
6214
  color: #801925;
5536
  color: #801925;
6215
  background-color: #f7d4d8;
5537
  background-color: #f7d4d8;
6216
  border-color: #f3bfc5;
Línea 5538... Línea 6217...
5538
  border-color: #f3bfc5;
6217
}
5539
}
6218
 
5540
.alert-danger .alert-link {
6219
.alert-danger .alert-link {
5541
  color: #66141e;
6220
  color: #66141e;
5542
}
6221
}
-
 
6222
 
5543
 
6223
.alert-light {
5544
.alert-light {
6224
  color: #8f9091;
5545
  color: #8f9091;
6225
  background-color: #fcfcfc;
Línea 5546... Línea 6226...
5546
  background-color: #fcfcfc;
6226
  border-color: #fafbfb;
5547
  border-color: #fafbfb;
6227
}
5548
}
6228
 
5549
.alert-light .alert-link {
6229
.alert-light .alert-link {
5550
  color: #727374;
6230
  color: #727374;
-
 
6231
}
5551
}
6232
 
5552
 
6233
.alert-dark {
5553
.alert-dark {
6234
  color: #0c0f12;
Línea 5554... Línea 6235...
5554
  color: #0c0f12;
6235
  background-color: #d0d1d2;
Línea 5568... Línea 6249...
5568
@keyframes progress-bar-stripes {
6249
@keyframes progress-bar-stripes {
5569
  0% {
6250
  0% {
5570
    background-position-x: 1rem;
6251
    background-position-x: 1rem;
5571
  }
6252
  }
5572
}
6253
}
-
 
6254
 
5573
.progress {
6255
.progress {
5574
  display: -webkit-box;
6256
  display: -webkit-box;
5575
  display: -ms-flexbox;
6257
  display: -ms-flexbox;
5576
  display: flex;
6258
  display: flex;
5577
  height: 1rem;
6259
  height: 1rem;
Línea 5585... Línea 6267...
5585
  display: -webkit-box;
6267
  display: -webkit-box;
5586
  display: -ms-flexbox;
6268
  display: -ms-flexbox;
5587
  display: flex;
6269
  display: flex;
5588
  -webkit-box-orient: vertical;
6270
  -webkit-box-orient: vertical;
5589
  -webkit-box-direction: normal;
6271
  -webkit-box-direction: normal;
5590
      -ms-flex-direction: column;
6272
  -ms-flex-direction: column;
5591
          flex-direction: column;
6273
  flex-direction: column;
5592
  -webkit-box-pack: center;
6274
  -webkit-box-pack: center;
5593
      -ms-flex-pack: center;
6275
  -ms-flex-pack: center;
5594
          justify-content: center;
6276
  justify-content: center;
5595
  overflow: hidden;
6277
  overflow: hidden;
5596
  color: #fff;
6278
  color: #fff;
5597
  text-align: center;
6279
  text-align: center;
5598
  white-space: nowrap;
6280
  white-space: nowrap;
5599
  background-color: #0d6efd;
6281
  background-color: #0d6efd;
5600
  -webkit-transition: width 0.6s ease;
6282
  -webkit-transition: width 0.6s ease;
5601
  transition: width 0.6s ease;
6283
  transition: width 0.6s ease;
5602
}
6284
}
-
 
6285
 
5603
@media (prefers-reduced-motion: reduce) {
6286
@media (prefers-reduced-motion: reduce) {
5604
  .progress-bar {
6287
  .progress-bar {
5605
    -webkit-transition: none;
6288
    -webkit-transition: none;
5606
    transition: none;
6289
    transition: none;
5607
  }
6290
  }
Línea 5612... Línea 6295...
5612
  background-size: 1rem 1rem;
6295
  background-size: 1rem 1rem;
5613
}
6296
}
Línea 5614... Línea 6297...
5614
 
6297
 
5615
.progress-bar-animated {
6298
.progress-bar-animated {
5616
  -webkit-animation: 1s linear infinite progress-bar-stripes;
6299
  -webkit-animation: 1s linear infinite progress-bar-stripes;
5617
          animation: 1s linear infinite progress-bar-stripes;
6300
  animation: 1s linear infinite progress-bar-stripes;
-
 
6301
}
5618
}
6302
 
5619
@media (prefers-reduced-motion: reduce) {
6303
@media (prefers-reduced-motion: reduce) {
5620
  .progress-bar-animated {
6304
  .progress-bar-animated {
5621
    -webkit-animation: none;
6305
    -webkit-animation: none;
5622
            animation: none;
6306
    animation: none;
5623
  }
6307
  }
Línea 5624... Línea 6308...
5624
}
6308
}
5625
 
6309
 
5626
.list-group {
6310
.list-group {
5627
  display: -webkit-box;
6311
  display: -webkit-box;
5628
  display: -ms-flexbox;
6312
  display: -ms-flexbox;
5629
  display: flex;
6313
  display: flex;
5630
  -webkit-box-orient: vertical;
6314
  -webkit-box-orient: vertical;
5631
  -webkit-box-direction: normal;
6315
  -webkit-box-direction: normal;
5632
      -ms-flex-direction: column;
6316
  -ms-flex-direction: column;
5633
          flex-direction: column;
6317
  flex-direction: column;
5634
  padding-left: 0;
6318
  padding-left: 0;
5635
  margin-bottom: 0;
6319
  margin-bottom: 0;
Línea 5636... Línea 6320...
5636
  border-radius: 0.4rem;
6320
  border-radius: 0.4rem;
5637
}
6321
}
5638
 
6322
 
5639
.list-group-numbered {
6323
.list-group-numbered {
-
 
6324
  list-style-type: none;
5640
  list-style-type: none;
6325
  counter-reset: section;
5641
  counter-reset: section;
6326
}
5642
}
6327
 
5643
.list-group-numbered > li::before {
6328
.list-group-numbered>li::before {
Línea 5644... Línea 6329...
5644
  content: counters(section, ".") ". ";
6329
  content: counters(section, ".") ". ";
5645
  counter-increment: section;
6330
  counter-increment: section;
5646
}
6331
}
5647
 
6332
 
5648
.list-group-item-action {
6333
.list-group-item-action {
-
 
6334
  width: 100%;
-
 
6335
  color: #495057;
5649
  width: 100%;
6336
  text-align: inherit;
5650
  color: #495057;
6337
}
5651
  text-align: inherit;
6338
 
5652
}
6339
.list-group-item-action:hover,
5653
.list-group-item-action:hover, .list-group-item-action:focus {
6340
.list-group-item-action:focus {
5654
  z-index: 1;
6341
  z-index: 1;
-
 
6342
  color: #495057;
5655
  color: #495057;
6343
  text-decoration: none;
5656
  text-decoration: none;
6344
  background-color: #eff2f6;
5657
  background-color: #eff2f6;
6345
}
5658
}
6346
 
Línea 5667... Línea 6355...
5667
  padding: 0.5rem 1rem;
6355
  padding: 0.5rem 1rem;
5668
  color: #676a79;
6356
  color: #676a79;
5669
  background-color: transparent;
6357
  background-color: transparent;
5670
  border: 1px solid rgba(0, 0, 0, 0.125);
6358
  border: 1px solid rgba(0, 0, 0, 0.125);
5671
}
6359
}
-
 
6360
 
5672
.list-group-item:first-child {
6361
.list-group-item:first-child {
5673
  border-top-left-radius: inherit;
6362
  border-top-left-radius: inherit;
5674
  border-top-right-radius: inherit;
6363
  border-top-right-radius: inherit;
5675
}
6364
}
-
 
6365
 
5676
.list-group-item:last-child {
6366
.list-group-item:last-child {
5677
  border-bottom-right-radius: inherit;
6367
  border-bottom-right-radius: inherit;
5678
  border-bottom-left-radius: inherit;
6368
  border-bottom-left-radius: inherit;
5679
}
6369
}
-
 
6370
 
-
 
6371
.list-group-item.disabled,
5680
.list-group-item.disabled, .list-group-item:disabled {
6372
.list-group-item:disabled {
5681
  color: #6c757d;
6373
  color: #6c757d;
5682
  pointer-events: none;
6374
  pointer-events: none;
5683
  background-color: #fff;
6375
  background-color: #fff;
5684
}
6376
}
-
 
6377
 
5685
.list-group-item.active {
6378
.list-group-item.active {
5686
  z-index: 2;
6379
  z-index: 2;
5687
  color: #fff;
6380
  color: #fff;
5688
  background-color: #0f6fec;
6381
  background-color: #0f6fec;
5689
  border-color: #0f6fec;
6382
  border-color: #0f6fec;
5690
}
6383
}
-
 
6384
 
5691
.list-group-item + .list-group-item {
6385
.list-group-item+.list-group-item {
5692
  border-top-width: 0;
6386
  border-top-width: 0;
5693
}
6387
}
-
 
6388
 
5694
.list-group-item + .list-group-item.active {
6389
.list-group-item+.list-group-item.active {
5695
  margin-top: -1px;
6390
  margin-top: -1px;
5696
  border-top-width: 1px;
6391
  border-top-width: 1px;
5697
}
6392
}
Línea 5698... Línea 6393...
5698
 
6393
 
5699
.list-group-horizontal {
6394
.list-group-horizontal {
5700
  -webkit-box-orient: horizontal;
6395
  -webkit-box-orient: horizontal;
5701
  -webkit-box-direction: normal;
6396
  -webkit-box-direction: normal;
5702
      -ms-flex-direction: row;
6397
  -ms-flex-direction: row;
5703
          flex-direction: row;
6398
  flex-direction: row;
-
 
6399
}
5704
}
6400
 
5705
.list-group-horizontal > .list-group-item:first-child {
6401
.list-group-horizontal>.list-group-item:first-child {
5706
  border-bottom-left-radius: 0.4rem;
6402
  border-bottom-left-radius: 0.4rem;
5707
  border-top-right-radius: 0;
6403
  border-top-right-radius: 0;
-
 
6404
}
5708
}
6405
 
5709
.list-group-horizontal > .list-group-item:last-child {
6406
.list-group-horizontal>.list-group-item:last-child {
5710
  border-top-right-radius: 0.4rem;
6407
  border-top-right-radius: 0.4rem;
5711
  border-bottom-left-radius: 0;
6408
  border-bottom-left-radius: 0;
-
 
6409
}
5712
}
6410
 
5713
.list-group-horizontal > .list-group-item.active {
6411
.list-group-horizontal>.list-group-item.active {
5714
  margin-top: 0;
6412
  margin-top: 0;
-
 
6413
}
5715
}
6414
 
5716
.list-group-horizontal > .list-group-item + .list-group-item {
6415
.list-group-horizontal>.list-group-item+.list-group-item {
5717
  border-top-width: 1px;
6416
  border-top-width: 1px;
5718
  border-left-width: 0;
6417
  border-left-width: 0;
-
 
6418
}
5719
}
6419
 
5720
.list-group-horizontal > .list-group-item + .list-group-item.active {
6420
.list-group-horizontal>.list-group-item+.list-group-item.active {
5721
  margin-left: -1px;
6421
  margin-left: -1px;
5722
  border-left-width: 1px;
6422
  border-left-width: 1px;
Línea 5723... Línea 6423...
5723
}
6423
}
5724
 
6424
 
5725
@media (min-width: 576px) {
6425
@media (min-width: 576px) {
5726
  .list-group-horizontal-sm {
6426
  .list-group-horizontal-sm {
5727
    -webkit-box-orient: horizontal;
6427
    -webkit-box-orient: horizontal;
5728
    -webkit-box-direction: normal;
6428
    -webkit-box-direction: normal;
5729
        -ms-flex-direction: row;
6429
    -ms-flex-direction: row;
-
 
6430
    flex-direction: row;
5730
            flex-direction: row;
6431
  }
5731
  }
6432
 
5732
  .list-group-horizontal-sm > .list-group-item:first-child {
6433
  .list-group-horizontal-sm>.list-group-item:first-child {
5733
    border-bottom-left-radius: 0.4rem;
6434
    border-bottom-left-radius: 0.4rem;
-
 
6435
    border-top-right-radius: 0;
5734
    border-top-right-radius: 0;
6436
  }
5735
  }
6437
 
5736
  .list-group-horizontal-sm > .list-group-item:last-child {
6438
  .list-group-horizontal-sm>.list-group-item:last-child {
5737
    border-top-right-radius: 0.4rem;
6439
    border-top-right-radius: 0.4rem;
-
 
6440
    border-bottom-left-radius: 0;
5738
    border-bottom-left-radius: 0;
6441
  }
5739
  }
6442
 
5740
  .list-group-horizontal-sm > .list-group-item.active {
6443
  .list-group-horizontal-sm>.list-group-item.active {
-
 
6444
    margin-top: 0;
5741
    margin-top: 0;
6445
  }
5742
  }
6446
 
5743
  .list-group-horizontal-sm > .list-group-item + .list-group-item {
6447
  .list-group-horizontal-sm>.list-group-item+.list-group-item {
5744
    border-top-width: 1px;
6448
    border-top-width: 1px;
-
 
6449
    border-left-width: 0;
5745
    border-left-width: 0;
6450
  }
5746
  }
6451
 
5747
  .list-group-horizontal-sm > .list-group-item + .list-group-item.active {
6452
  .list-group-horizontal-sm>.list-group-item+.list-group-item.active {
5748
    margin-left: -1px;
6453
    margin-left: -1px;
5749
    border-left-width: 1px;
6454
    border-left-width: 1px;
-
 
6455
  }
5750
  }
6456
}
5751
}
6457
 
5752
@media (min-width: 768px) {
6458
@media (min-width: 768px) {
5753
  .list-group-horizontal-md {
6459
  .list-group-horizontal-md {
5754
    -webkit-box-orient: horizontal;
6460
    -webkit-box-orient: horizontal;
5755
    -webkit-box-direction: normal;
6461
    -webkit-box-direction: normal;
5756
        -ms-flex-direction: row;
6462
    -ms-flex-direction: row;
-
 
6463
    flex-direction: row;
5757
            flex-direction: row;
6464
  }
5758
  }
6465
 
5759
  .list-group-horizontal-md > .list-group-item:first-child {
6466
  .list-group-horizontal-md>.list-group-item:first-child {
5760
    border-bottom-left-radius: 0.4rem;
6467
    border-bottom-left-radius: 0.4rem;
-
 
6468
    border-top-right-radius: 0;
5761
    border-top-right-radius: 0;
6469
  }
5762
  }
6470
 
5763
  .list-group-horizontal-md > .list-group-item:last-child {
6471
  .list-group-horizontal-md>.list-group-item:last-child {
5764
    border-top-right-radius: 0.4rem;
6472
    border-top-right-radius: 0.4rem;
-
 
6473
    border-bottom-left-radius: 0;
5765
    border-bottom-left-radius: 0;
6474
  }
5766
  }
6475
 
5767
  .list-group-horizontal-md > .list-group-item.active {
6476
  .list-group-horizontal-md>.list-group-item.active {
-
 
6477
    margin-top: 0;
5768
    margin-top: 0;
6478
  }
5769
  }
6479
 
5770
  .list-group-horizontal-md > .list-group-item + .list-group-item {
6480
  .list-group-horizontal-md>.list-group-item+.list-group-item {
5771
    border-top-width: 1px;
6481
    border-top-width: 1px;
-
 
6482
    border-left-width: 0;
5772
    border-left-width: 0;
6483
  }
5773
  }
6484
 
5774
  .list-group-horizontal-md > .list-group-item + .list-group-item.active {
6485
  .list-group-horizontal-md>.list-group-item+.list-group-item.active {
5775
    margin-left: -1px;
6486
    margin-left: -1px;
5776
    border-left-width: 1px;
6487
    border-left-width: 1px;
-
 
6488
  }
5777
  }
6489
}
5778
}
6490
 
5779
@media (min-width: 992px) {
6491
@media (min-width: 992px) {
5780
  .list-group-horizontal-lg {
6492
  .list-group-horizontal-lg {
5781
    -webkit-box-orient: horizontal;
6493
    -webkit-box-orient: horizontal;
5782
    -webkit-box-direction: normal;
6494
    -webkit-box-direction: normal;
5783
        -ms-flex-direction: row;
6495
    -ms-flex-direction: row;
-
 
6496
    flex-direction: row;
5784
            flex-direction: row;
6497
  }
5785
  }
6498
 
5786
  .list-group-horizontal-lg > .list-group-item:first-child {
6499
  .list-group-horizontal-lg>.list-group-item:first-child {
5787
    border-bottom-left-radius: 0.4rem;
6500
    border-bottom-left-radius: 0.4rem;
-
 
6501
    border-top-right-radius: 0;
5788
    border-top-right-radius: 0;
6502
  }
5789
  }
6503
 
5790
  .list-group-horizontal-lg > .list-group-item:last-child {
6504
  .list-group-horizontal-lg>.list-group-item:last-child {
5791
    border-top-right-radius: 0.4rem;
6505
    border-top-right-radius: 0.4rem;
-
 
6506
    border-bottom-left-radius: 0;
5792
    border-bottom-left-radius: 0;
6507
  }
5793
  }
6508
 
5794
  .list-group-horizontal-lg > .list-group-item.active {
6509
  .list-group-horizontal-lg>.list-group-item.active {
-
 
6510
    margin-top: 0;
5795
    margin-top: 0;
6511
  }
5796
  }
6512
 
5797
  .list-group-horizontal-lg > .list-group-item + .list-group-item {
6513
  .list-group-horizontal-lg>.list-group-item+.list-group-item {
5798
    border-top-width: 1px;
6514
    border-top-width: 1px;
-
 
6515
    border-left-width: 0;
5799
    border-left-width: 0;
6516
  }
5800
  }
6517
 
5801
  .list-group-horizontal-lg > .list-group-item + .list-group-item.active {
6518
  .list-group-horizontal-lg>.list-group-item+.list-group-item.active {
5802
    margin-left: -1px;
6519
    margin-left: -1px;
5803
    border-left-width: 1px;
6520
    border-left-width: 1px;
-
 
6521
  }
5804
  }
6522
}
5805
}
6523
 
5806
@media (min-width: 1200px) {
6524
@media (min-width: 1200px) {
5807
  .list-group-horizontal-xl {
6525
  .list-group-horizontal-xl {
5808
    -webkit-box-orient: horizontal;
6526
    -webkit-box-orient: horizontal;
5809
    -webkit-box-direction: normal;
6527
    -webkit-box-direction: normal;
5810
        -ms-flex-direction: row;
6528
    -ms-flex-direction: row;
-
 
6529
    flex-direction: row;
5811
            flex-direction: row;
6530
  }
5812
  }
6531
 
5813
  .list-group-horizontal-xl > .list-group-item:first-child {
6532
  .list-group-horizontal-xl>.list-group-item:first-child {
5814
    border-bottom-left-radius: 0.4rem;
6533
    border-bottom-left-radius: 0.4rem;
-
 
6534
    border-top-right-radius: 0;
5815
    border-top-right-radius: 0;
6535
  }
5816
  }
6536
 
5817
  .list-group-horizontal-xl > .list-group-item:last-child {
6537
  .list-group-horizontal-xl>.list-group-item:last-child {
5818
    border-top-right-radius: 0.4rem;
6538
    border-top-right-radius: 0.4rem;
-
 
6539
    border-bottom-left-radius: 0;
5819
    border-bottom-left-radius: 0;
6540
  }
5820
  }
6541
 
5821
  .list-group-horizontal-xl > .list-group-item.active {
6542
  .list-group-horizontal-xl>.list-group-item.active {
-
 
6543
    margin-top: 0;
5822
    margin-top: 0;
6544
  }
5823
  }
6545
 
5824
  .list-group-horizontal-xl > .list-group-item + .list-group-item {
6546
  .list-group-horizontal-xl>.list-group-item+.list-group-item {
5825
    border-top-width: 1px;
6547
    border-top-width: 1px;
-
 
6548
    border-left-width: 0;
5826
    border-left-width: 0;
6549
  }
5827
  }
6550
 
5828
  .list-group-horizontal-xl > .list-group-item + .list-group-item.active {
6551
  .list-group-horizontal-xl>.list-group-item+.list-group-item.active {
5829
    margin-left: -1px;
6552
    margin-left: -1px;
5830
    border-left-width: 1px;
6553
    border-left-width: 1px;
-
 
6554
  }
5831
  }
6555
}
5832
}
6556
 
5833
@media (min-width: 1400px) {
6557
@media (min-width: 1400px) {
5834
  .list-group-horizontal-xxl {
6558
  .list-group-horizontal-xxl {
5835
    -webkit-box-orient: horizontal;
6559
    -webkit-box-orient: horizontal;
5836
    -webkit-box-direction: normal;
6560
    -webkit-box-direction: normal;
5837
        -ms-flex-direction: row;
6561
    -ms-flex-direction: row;
-
 
6562
    flex-direction: row;
5838
            flex-direction: row;
6563
  }
5839
  }
6564
 
5840
  .list-group-horizontal-xxl > .list-group-item:first-child {
6565
  .list-group-horizontal-xxl>.list-group-item:first-child {
5841
    border-bottom-left-radius: 0.4rem;
6566
    border-bottom-left-radius: 0.4rem;
-
 
6567
    border-top-right-radius: 0;
5842
    border-top-right-radius: 0;
6568
  }
5843
  }
6569
 
5844
  .list-group-horizontal-xxl > .list-group-item:last-child {
6570
  .list-group-horizontal-xxl>.list-group-item:last-child {
5845
    border-top-right-radius: 0.4rem;
6571
    border-top-right-radius: 0.4rem;
-
 
6572
    border-bottom-left-radius: 0;
5846
    border-bottom-left-radius: 0;
6573
  }
5847
  }
6574
 
5848
  .list-group-horizontal-xxl > .list-group-item.active {
6575
  .list-group-horizontal-xxl>.list-group-item.active {
-
 
6576
    margin-top: 0;
5849
    margin-top: 0;
6577
  }
5850
  }
6578
 
5851
  .list-group-horizontal-xxl > .list-group-item + .list-group-item {
6579
  .list-group-horizontal-xxl>.list-group-item+.list-group-item {
5852
    border-top-width: 1px;
6580
    border-top-width: 1px;
-
 
6581
    border-left-width: 0;
5853
    border-left-width: 0;
6582
  }
5854
  }
6583
 
5855
  .list-group-horizontal-xxl > .list-group-item + .list-group-item.active {
6584
  .list-group-horizontal-xxl>.list-group-item+.list-group-item.active {
5856
    margin-left: -1px;
6585
    margin-left: -1px;
5857
    border-left-width: 1px;
6586
    border-left-width: 1px;
-
 
6587
  }
5858
  }
6588
}
5859
}
6589
 
5860
.list-group-flush {
6590
.list-group-flush {
-
 
6591
  border-radius: 0;
5861
  border-radius: 0;
6592
}
5862
}
6593
 
5863
.list-group-flush > .list-group-item {
6594
.list-group-flush>.list-group-item {
-
 
6595
  border-width: 0 0 1px;
5864
  border-width: 0 0 1px;
6596
}
5865
}
6597
 
5866
.list-group-flush > .list-group-item:last-child {
6598
.list-group-flush>.list-group-item:last-child {
Línea 5867... Línea 6599...
5867
  border-bottom-width: 0;
6599
  border-bottom-width: 0;
5868
}
6600
}
5869
 
6601
 
5870
.list-group-item-primary {
6602
.list-group-item-primary {
-
 
6603
  color: #09438e;
-
 
6604
  background-color: #cfe2fb;
5871
  color: #09438e;
6605
}
5872
  background-color: #cfe2fb;
6606
 
5873
}
6607
.list-group-item-primary.list-group-item-action:hover,
5874
.list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
6608
.list-group-item-primary.list-group-item-action:focus {
-
 
6609
  color: #09438e;
5875
  color: #09438e;
6610
  background-color: #bacbe2;
5876
  background-color: #bacbe2;
6611
}
5877
}
6612
 
5878
.list-group-item-primary.list-group-item-action.active {
6613
.list-group-item-primary.list-group-item-action.active {
5879
  color: #fff;
6614
  color: #fff;
Línea 5880... Línea 6615...
5880
  background-color: #09438e;
6615
  background-color: #09438e;
5881
  border-color: #09438e;
6616
  border-color: #09438e;
5882
}
6617
}
5883
 
6618
 
-
 
6619
.list-group-item-secondary {
-
 
6620
  color: #0c0f12;
5884
.list-group-item-secondary {
6621
  background-color: #d0d1d2;
5885
  color: #0c0f12;
6622
}
5886
  background-color: #d0d1d2;
6623
 
5887
}
6624
.list-group-item-secondary.list-group-item-action:hover,
-
 
6625
.list-group-item-secondary.list-group-item-action:focus {
5888
.list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
6626
  color: #0c0f12;
5889
  color: #0c0f12;
6627
  background-color: #bbbcbd;
5890
  background-color: #bbbcbd;
6628
}
5891
}
6629
 
5892
.list-group-item-secondary.list-group-item-action.active {
6630
.list-group-item-secondary.list-group-item-action.active {
Línea 5893... Línea 6631...
5893
  color: #fff;
6631
  color: #fff;
5894
  background-color: #0c0f12;
6632
  background-color: #0c0f12;
5895
  border-color: #0c0f12;
6633
  border-color: #0c0f12;
5896
}
6634
}
-
 
6635
 
-
 
6636
.list-group-item-success {
5897
 
6637
  color: #077151;
5898
.list-group-item-success {
6638
  background-color: #cef2e7;
5899
  color: #077151;
6639
}
5900
  background-color: #cef2e7;
6640
 
-
 
6641
.list-group-item-success.list-group-item-action:hover,
5901
}
6642
.list-group-item-success.list-group-item-action:focus {
5902
.list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
6643
  color: #077151;
5903
  color: #077151;
6644
  background-color: #b9dad0;
5904
  background-color: #b9dad0;
6645
}
5905
}
6646
 
Línea 5906... Línea 6647...
5906
.list-group-item-success.list-group-item-action.active {
6647
.list-group-item-success.list-group-item-action.active {
5907
  color: #fff;
6648
  color: #fff;
5908
  background-color: #077151;
6649
  background-color: #077151;
5909
  border-color: #077151;
6650
  border-color: #077151;
-
 
6651
}
-
 
6652
 
5910
}
6653
.list-group-item-info {
5911
 
6654
  color: #2f5f95;
5912
.list-group-item-info {
6655
  background-color: #dcecfe;
5913
  color: #2f5f95;
6656
}
-
 
6657
 
5914
  background-color: #dcecfe;
6658
.list-group-item-info.list-group-item-action:hover,
5915
}
6659
.list-group-item-info.list-group-item-action:focus {
5916
.list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus {
6660
  color: #2f5f95;
5917
  color: #2f5f95;
6661
  background-color: #c6d4e5;
5918
  background-color: #c6d4e5;
6662
}
Línea 5919... Línea 6663...
5919
}
6663
 
5920
.list-group-item-info.list-group-item-action.active {
6664
.list-group-item-info.list-group-item-action.active {
5921
  color: #fff;
6665
  color: #fff;
5922
  background-color: #2f5f95;
6666
  background-color: #2f5f95;
-
 
6667
  border-color: #2f5f95;
-
 
6668
}
5923
  border-color: #2f5f95;
6669
 
5924
}
6670
.list-group-item-warning {
5925
 
6671
  color: #94751c;
5926
.list-group-item-warning {
6672
  background-color: #fdf3d5;
-
 
6673
}
5927
  color: #94751c;
6674
 
5928
  background-color: #fdf3d5;
6675
.list-group-item-warning.list-group-item-action:hover,
5929
}
6676
.list-group-item-warning.list-group-item-action:focus {
5930
.list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus {
6677
  color: #94751c;
5931
  color: #94751c;
6678
  background-color: #e4dbc0;
Línea 5932... Línea 6679...
5932
  background-color: #e4dbc0;
6679
}
5933
}
6680
 
5934
.list-group-item-warning.list-group-item-action.active {
6681
.list-group-item-warning.list-group-item-action.active {
5935
  color: #fff;
6682
  color: #fff;
-
 
6683
  background-color: #94751c;
-
 
6684
  border-color: #94751c;
5936
  background-color: #94751c;
6685
}
5937
  border-color: #94751c;
6686
 
5938
}
6687
.list-group-item-danger {
5939
 
6688
  color: #801925;
-
 
6689
  background-color: #f7d4d8;
5940
.list-group-item-danger {
6690
}
5941
  color: #801925;
6691
 
5942
  background-color: #f7d4d8;
6692
.list-group-item-danger.list-group-item-action:hover,
5943
}
6693
.list-group-item-danger.list-group-item-action:focus {
5944
.list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {
6694
  color: #801925;
Línea 5945... Línea 6695...
5945
  color: #801925;
6695
  background-color: #debfc2;
5946
  background-color: #debfc2;
6696
}
5947
}
6697
 
5948
.list-group-item-danger.list-group-item-action.active {
6698
.list-group-item-danger.list-group-item-action.active {
-
 
6699
  color: #fff;
-
 
6700
  background-color: #801925;
5949
  color: #fff;
6701
  border-color: #801925;
5950
  background-color: #801925;
6702
}
5951
  border-color: #801925;
6703
 
5952
}
6704
.list-group-item-light {
-
 
6705
  color: #8f9091;
5953
 
6706
  background-color: #fcfcfc;
5954
.list-group-item-light {
6707
}
5955
  color: #8f9091;
6708
 
5956
  background-color: #fcfcfc;
6709
.list-group-item-light.list-group-item-action:hover,
5957
}
6710
.list-group-item-light.list-group-item-action:focus {
Línea 5958... Línea 6711...
5958
.list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus {
6711
  color: #8f9091;
5959
  color: #8f9091;
6712
  background-color: #e3e3e3;
5960
  background-color: #e3e3e3;
6713
}
5961
}
6714
 
-
 
6715
.list-group-item-light.list-group-item-action.active {
-
 
6716
  color: #fff;
5962
.list-group-item-light.list-group-item-action.active {
6717
  background-color: #8f9091;
5963
  color: #fff;
6718
  border-color: #8f9091;
5964
  background-color: #8f9091;
6719
}
5965
  border-color: #8f9091;
6720
 
-
 
6721
.list-group-item-dark {
5966
}
6722
  color: #0c0f12;
5967
 
6723
  background-color: #d0d1d2;
5968
.list-group-item-dark {
6724
}
5969
  color: #0c0f12;
6725
 
5970
  background-color: #d0d1d2;
6726
.list-group-item-dark.list-group-item-action:hover,
Línea 5971... Línea 6727...
5971
}
6727
.list-group-item-dark.list-group-item-action:focus {
5972
.list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus {
6728
  color: #0c0f12;
5973
  color: #0c0f12;
6729
  background-color: #bbbcbd;
5974
  background-color: #bbbcbd;
6730
}
5975
}
6731
 
5976
.list-group-item-dark.list-group-item-action.active {
6732
.list-group-item-dark.list-group-item-action.active {
5977
  color: #fff;
6733
  color: #fff;
5978
  background-color: #0c0f12;
6734
  background-color: #0c0f12;
5979
  border-color: #0c0f12;
6735
  border-color: #0c0f12;
5980
}
6736
}
5981
 
6737
 
5982
.btn-close {
6738
.btn-close {
-
 
6739
  -webkit-box-sizing: content-box;
5983
  -webkit-box-sizing: content-box;
6740
  box-sizing: content-box;
5984
          box-sizing: content-box;
6741
  width: 1em;
5985
  width: 1em;
6742
  height: 1em;
5986
  height: 1em;
6743
  padding: 0.25em 0.25em;
5987
  padding: 0.25em 0.25em;
6744
  color: #000;
-
 
6745
  background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
5988
  color: #000;
6746
  border: 0;
5989
  background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
6747
  border-radius: 0.4rem;
5990
  border: 0;
6748
  opacity: 0.5;
5991
  border-radius: 0.4rem;
6749
}
5992
  opacity: 0.5;
6750
 
5993
}
6751
.btn-close:hover {
-
 
6752
  color: #000;
-
 
6753
  text-decoration: none;
5994
.btn-close:hover {
6754
  opacity: 0.75;
5995
  color: #000;
6755
}
5996
  text-decoration: none;
6756
 
5997
  opacity: 0.75;
6757
.btn-close:focus {
5998
}
6758
  outline: 0;
5999
.btn-close:focus {
6759
  -webkit-box-shadow: 0 0 0 0 rgba(15, 111, 236, 0.25);
6000
  outline: 0;
6760
  box-shadow: 0 0 0 0 rgba(15, 111, 236, 0.25);
6001
  -webkit-box-shadow: 0 0 0 0 rgba(15, 111, 236, 0.25);
6761
  opacity: 1;
Línea 6002... Línea 6762...
6002
          box-shadow: 0 0 0 0 rgba(15, 111, 236, 0.25);
6762
}
6003
  opacity: 1;
6763
 
6004
}
6764
.btn-close:disabled,
6005
.btn-close:disabled, .btn-close.disabled {
6765
.btn-close.disabled {
Línea 6006... Línea 6766...
6006
  pointer-events: none;
6766
  pointer-events: none;
6007
  -webkit-user-select: none;
6767
  -webkit-user-select: none;
6008
     -moz-user-select: none;
6768
  -moz-user-select: none;
Línea 6023... Línea 6783...
6023
  pointer-events: auto;
6783
  pointer-events: auto;
6024
  background-color: rgba(255, 255, 255, 0.85);
6784
  background-color: rgba(255, 255, 255, 0.85);
6025
  background-clip: padding-box;
6785
  background-clip: padding-box;
6026
  border: 1px solid rgba(0, 0, 0, 0.1);
6786
  border: 1px solid rgba(0, 0, 0, 0.1);
6027
  -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
6787
  -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
6028
          box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
6788
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
6029
  border-radius: 0.25rem;
6789
  border-radius: 0.25rem;
6030
}
6790
}
-
 
6791
 
6031
.toast.showing {
6792
.toast.showing {
6032
  opacity: 0;
6793
  opacity: 0;
6033
}
6794
}
-
 
6795
 
6034
.toast:not(.show) {
6796
.toast:not(.show) {
6035
  display: none;
6797
  display: none;
6036
}
6798
}
Línea 6037... Línea 6799...
6037
 
6799
 
Línea 6040... Línea 6802...
6040
  width: -moz-max-content;
6802
  width: -moz-max-content;
6041
  width: max-content;
6803
  width: max-content;
6042
  max-width: 100%;
6804
  max-width: 100%;
6043
  pointer-events: none;
6805
  pointer-events: none;
6044
}
6806
}
-
 
6807
 
6045
.toast-container > :not(:last-child) {
6808
.toast-container> :not(:last-child) {
6046
  margin-bottom: 0.75rem;
6809
  margin-bottom: 0.75rem;
6047
}
6810
}
Línea 6048... Línea 6811...
6048
 
6811
 
6049
.toast-header {
6812
.toast-header {
6050
  display: -webkit-box;
6813
  display: -webkit-box;
6051
  display: -ms-flexbox;
6814
  display: -ms-flexbox;
6052
  display: flex;
6815
  display: flex;
6053
  -webkit-box-align: center;
6816
  -webkit-box-align: center;
6054
      -ms-flex-align: center;
6817
  -ms-flex-align: center;
6055
          align-items: center;
6818
  align-items: center;
6056
  padding: 0.5rem 0.75rem;
6819
  padding: 0.5rem 0.75rem;
6057
  color: #6c757d;
6820
  color: #6c757d;
6058
  background-color: rgba(255, 255, 255, 0.85);
6821
  background-color: rgba(255, 255, 255, 0.85);
6059
  background-clip: padding-box;
6822
  background-clip: padding-box;
6060
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
6823
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
6061
  border-top-left-radius: calc(0.25rem - 1px);
6824
  border-top-left-radius: calc(0.25rem - 1px);
6062
  border-top-right-radius: calc(0.25rem - 1px);
6825
  border-top-right-radius: calc(0.25rem - 1px);
-
 
6826
}
6063
}
6827
 
6064
.toast-header .btn-close {
6828
.toast-header .btn-close {
6065
  margin-right: -0.375rem;
6829
  margin-right: -0.375rem;
6066
  margin-left: 0.75rem;
6830
  margin-left: 0.75rem;
Línea 6088... Línea 6852...
6088
  position: relative;
6852
  position: relative;
6089
  width: auto;
6853
  width: auto;
6090
  margin: 0.5rem;
6854
  margin: 0.5rem;
6091
  pointer-events: none;
6855
  pointer-events: none;
6092
}
6856
}
-
 
6857
 
6093
.modal.fade .modal-dialog {
6858
.modal.fade .modal-dialog {
6094
  -webkit-transition: -webkit-transform 0.3s ease-out;
6859
  -webkit-transition: -webkit-transform 0.3s ease-out;
6095
  transition: -webkit-transform 0.3s ease-out;
6860
  transition: -webkit-transform 0.3s ease-out;
6096
  transition: transform 0.3s ease-out;
6861
  transition: transform 0.3s ease-out;
6097
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
6862
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
6098
  -webkit-transform: translate(0, -50px);
6863
  -webkit-transform: translate(0, -50px);
6099
          transform: translate(0, -50px);
6864
  transform: translate(0, -50px);
6100
}
6865
}
-
 
6866
 
6101
@media (prefers-reduced-motion: reduce) {
6867
@media (prefers-reduced-motion: reduce) {
6102
  .modal.fade .modal-dialog {
6868
  .modal.fade .modal-dialog {
6103
    -webkit-transition: none;
6869
    -webkit-transition: none;
6104
    transition: none;
6870
    transition: none;
6105
  }
6871
  }
6106
}
6872
}
-
 
6873
 
6107
.modal.show .modal-dialog {
6874
.modal.show .modal-dialog {
6108
  -webkit-transform: none;
6875
  -webkit-transform: none;
6109
          transform: none;
6876
  transform: none;
6110
}
6877
}
-
 
6878
 
6111
.modal.modal-static .modal-dialog {
6879
.modal.modal-static .modal-dialog {
6112
  -webkit-transform: scale(1.02);
6880
  -webkit-transform: scale(1.02);
6113
          transform: scale(1.02);
6881
  transform: scale(1.02);
6114
}
6882
}
Línea 6115... Línea 6883...
6115
 
6883
 
6116
.modal-dialog-scrollable {
6884
.modal-dialog-scrollable {
6117
  height: calc(100% - 1rem);
6885
  height: calc(100% - 1rem);
-
 
6886
}
6118
}
6887
 
6119
.modal-dialog-scrollable .modal-content {
6888
.modal-dialog-scrollable .modal-content {
6120
  max-height: 100%;
6889
  max-height: 100%;
6121
  overflow: hidden;
6890
  overflow: hidden;
-
 
6891
}
6122
}
6892
 
6123
.modal-dialog-scrollable .modal-body {
6893
.modal-dialog-scrollable .modal-body {
6124
  overflow-y: auto;
6894
  overflow-y: auto;
Línea 6125... Línea 6895...
6125
}
6895
}
6126
 
6896
 
6127
.modal-dialog-centered {
6897
.modal-dialog-centered {
6128
  display: -webkit-box;
6898
  display: -webkit-box;
6129
  display: -ms-flexbox;
6899
  display: -ms-flexbox;
6130
  display: flex;
6900
  display: flex;
6131
  -webkit-box-align: center;
6901
  -webkit-box-align: center;
6132
      -ms-flex-align: center;
6902
  -ms-flex-align: center;
6133
          align-items: center;
6903
  align-items: center;
Línea 6134... Línea 6904...
6134
  min-height: calc(100% - 1rem);
6904
  min-height: calc(100% - 1rem);
6135
}
6905
}
6136
 
6906
 
6137
.modal-content {
6907
.modal-content {
6138
  position: relative;
6908
  position: relative;
6139
  display: -webkit-box;
6909
  display: -webkit-box;
6140
  display: -ms-flexbox;
6910
  display: -ms-flexbox;
6141
  display: flex;
6911
  display: flex;
6142
  -webkit-box-orient: vertical;
6912
  -webkit-box-orient: vertical;
6143
  -webkit-box-direction: normal;
6913
  -webkit-box-direction: normal;
6144
      -ms-flex-direction: column;
6914
  -ms-flex-direction: column;
6145
          flex-direction: column;
6915
  flex-direction: column;
6146
  width: 100%;
6916
  width: 100%;
6147
  pointer-events: auto;
6917
  pointer-events: auto;
Línea 6159... Línea 6929...
6159
  z-index: 1050;
6929
  z-index: 1050;
6160
  width: 100vw;
6930
  width: 100vw;
6161
  height: 100vh;
6931
  height: 100vh;
6162
  background-color: #000;
6932
  background-color: #000;
6163
}
6933
}
-
 
6934
 
6164
.modal-backdrop.fade {
6935
.modal-backdrop.fade {
6165
  opacity: 0;
6936
  opacity: 0;
6166
}
6937
}
-
 
6938
 
6167
.modal-backdrop.show {
6939
.modal-backdrop.show {
6168
  opacity: 0.5;
6940
  opacity: 0.5;
6169
}
6941
}
Línea 6170... Línea 6942...
6170
 
6942
 
6171
.modal-header {
6943
.modal-header {
6172
  display: -webkit-box;
6944
  display: -webkit-box;
6173
  display: -ms-flexbox;
6945
  display: -ms-flexbox;
6174
  display: flex;
6946
  display: flex;
6175
  -ms-flex-negative: 0;
6947
  -ms-flex-negative: 0;
6176
      flex-shrink: 0;
6948
  flex-shrink: 0;
6177
  -webkit-box-align: center;
6949
  -webkit-box-align: center;
6178
      -ms-flex-align: center;
6950
  -ms-flex-align: center;
6179
          align-items: center;
6951
  align-items: center;
6180
  -webkit-box-pack: justify;
6952
  -webkit-box-pack: justify;
6181
      -ms-flex-pack: justify;
6953
  -ms-flex-pack: justify;
6182
          justify-content: space-between;
6954
  justify-content: space-between;
6183
  padding: 1rem 1rem;
6955
  padding: 1rem 1rem;
6184
  border-bottom: 1px solid #dee2e6;
6956
  border-bottom: 1px solid #dee2e6;
6185
  border-top-left-radius: 0.4rem;
6957
  border-top-left-radius: 0.4rem;
6186
  border-top-right-radius: 0.4rem;
6958
  border-top-right-radius: 0.4rem;
-
 
6959
}
6187
}
6960
 
6188
.modal-header .btn-close {
6961
.modal-header .btn-close {
6189
  padding: 0.5rem 0.5rem;
6962
  padding: 0.5rem 0.5rem;
6190
  margin: -0.5rem -0.5rem -0.5rem auto;
6963
  margin: -0.5rem -0.5rem -0.5rem auto;
Línea 6196... Línea 6969...
6196
}
6969
}
Línea 6197... Línea 6970...
6197
 
6970
 
6198
.modal-body {
6971
.modal-body {
6199
  position: relative;
6972
  position: relative;
6200
  -webkit-box-flex: 1;
6973
  -webkit-box-flex: 1;
6201
      -ms-flex: 1 1 auto;
6974
  -ms-flex: 1 1 auto;
6202
          flex: 1 1 auto;
6975
  flex: 1 1 auto;
6203
  padding: 1rem;
6976
  padding: 1rem;
Línea 6204... Línea 6977...
6204
}
6977
}
6205
 
6978
 
6206
.modal-footer {
6979
.modal-footer {
6207
  display: -webkit-box;
6980
  display: -webkit-box;
6208
  display: -ms-flexbox;
6981
  display: -ms-flexbox;
6209
  display: flex;
6982
  display: flex;
6210
  -ms-flex-wrap: wrap;
6983
  -ms-flex-wrap: wrap;
6211
      flex-wrap: wrap;
6984
  flex-wrap: wrap;
6212
  -ms-flex-negative: 0;
6985
  -ms-flex-negative: 0;
6213
      flex-shrink: 0;
6986
  flex-shrink: 0;
6214
  -webkit-box-align: center;
6987
  -webkit-box-align: center;
6215
      -ms-flex-align: center;
6988
  -ms-flex-align: center;
6216
          align-items: center;
6989
  align-items: center;
6217
  -webkit-box-pack: end;
6990
  -webkit-box-pack: end;
6218
      -ms-flex-pack: end;
6991
  -ms-flex-pack: end;
6219
          justify-content: flex-end;
6992
  justify-content: flex-end;
6220
  padding: 0.75rem;
6993
  padding: 0.75rem;
6221
  border-top: 1px solid #dee2e6;
6994
  border-top: 1px solid #dee2e6;
6222
  border-bottom-right-radius: 0.4rem;
6995
  border-bottom-right-radius: 0.4rem;
-
 
6996
  border-bottom-left-radius: 0.4rem;
6223
  border-bottom-left-radius: 0.4rem;
6997
}
6224
}
6998
 
6225
.modal-footer > * {
6999
.modal-footer>* {
Línea 6226... Línea 7000...
6226
  margin: 0.25rem;
7000
  margin: 0.25rem;
6227
}
7001
}
Línea 6242... Línea 7016...
6242
 
7016
 
6243
  .modal-sm {
7017
  .modal-sm {
6244
    max-width: 300px;
7018
    max-width: 300px;
6245
  }
7019
  }
-
 
7020
}
6246
}
7021
 
-
 
7022
@media (min-width: 992px) {
6247
@media (min-width: 992px) {
7023
 
6248
  .modal-lg,
7024
  .modal-lg,
6249
.modal-xl {
7025
  .modal-xl {
6250
    max-width: 800px;
7026
    max-width: 800px;
6251
  }
7027
  }
-
 
7028
}
6252
}
7029
 
6253
@media (min-width: 1200px) {
7030
@media (min-width: 1200px) {
6254
  .modal-xl {
7031
  .modal-xl {
6255
    max-width: 1140px;
7032
    max-width: 1140px;
6256
  }
7033
  }
-
 
7034
}
6257
}
7035
 
6258
.modal-fullscreen {
7036
.modal-fullscreen {
6259
  width: 100vw;
7037
  width: 100vw;
6260
  max-width: none;
7038
  max-width: none;
6261
  height: 100%;
7039
  height: 100%;
6262
  margin: 0;
7040
  margin: 0;
-
 
7041
}
6263
}
7042
 
6264
.modal-fullscreen .modal-content {
7043
.modal-fullscreen .modal-content {
6265
  height: 100%;
7044
  height: 100%;
6266
  border: 0;
7045
  border: 0;
6267
  border-radius: 0;
7046
  border-radius: 0;
-
 
7047
}
6268
}
7048
 
6269
.modal-fullscreen .modal-header {
7049
.modal-fullscreen .modal-header {
6270
  border-radius: 0;
7050
  border-radius: 0;
-
 
7051
}
6271
}
7052
 
6272
.modal-fullscreen .modal-body {
7053
.modal-fullscreen .modal-body {
6273
  overflow-y: auto;
7054
  overflow-y: auto;
-
 
7055
}
6274
}
7056
 
6275
.modal-fullscreen .modal-footer {
7057
.modal-fullscreen .modal-footer {
6276
  border-radius: 0;
7058
  border-radius: 0;
Línea 6277... Línea 7059...
6277
}
7059
}
Línea 6281... Línea 7063...
6281
    width: 100vw;
7063
    width: 100vw;
6282
    max-width: none;
7064
    max-width: none;
6283
    height: 100%;
7065
    height: 100%;
6284
    margin: 0;
7066
    margin: 0;
6285
  }
7067
  }
-
 
7068
 
6286
  .modal-fullscreen-sm-down .modal-content {
7069
  .modal-fullscreen-sm-down .modal-content {
6287
    height: 100%;
7070
    height: 100%;
6288
    border: 0;
7071
    border: 0;
6289
    border-radius: 0;
7072
    border-radius: 0;
6290
  }
7073
  }
-
 
7074
 
6291
  .modal-fullscreen-sm-down .modal-header {
7075
  .modal-fullscreen-sm-down .modal-header {
6292
    border-radius: 0;
7076
    border-radius: 0;
6293
  }
7077
  }
-
 
7078
 
6294
  .modal-fullscreen-sm-down .modal-body {
7079
  .modal-fullscreen-sm-down .modal-body {
6295
    overflow-y: auto;
7080
    overflow-y: auto;
6296
  }
7081
  }
-
 
7082
 
6297
  .modal-fullscreen-sm-down .modal-footer {
7083
  .modal-fullscreen-sm-down .modal-footer {
6298
    border-radius: 0;
7084
    border-radius: 0;
6299
  }
7085
  }
6300
}
7086
}
-
 
7087
 
6301
@media (max-width: 767.98px) {
7088
@media (max-width: 767.98px) {
6302
  .modal-fullscreen-md-down {
7089
  .modal-fullscreen-md-down {
6303
    width: 100vw;
7090
    width: 100vw;
6304
    max-width: none;
7091
    max-width: none;
6305
    height: 100%;
7092
    height: 100%;
6306
    margin: 0;
7093
    margin: 0;
6307
  }
7094
  }
-
 
7095
 
6308
  .modal-fullscreen-md-down .modal-content {
7096
  .modal-fullscreen-md-down .modal-content {
6309
    height: 100%;
7097
    height: 100%;
6310
    border: 0;
7098
    border: 0;
6311
    border-radius: 0;
7099
    border-radius: 0;
6312
  }
7100
  }
-
 
7101
 
6313
  .modal-fullscreen-md-down .modal-header {
7102
  .modal-fullscreen-md-down .modal-header {
6314
    border-radius: 0;
7103
    border-radius: 0;
6315
  }
7104
  }
-
 
7105
 
6316
  .modal-fullscreen-md-down .modal-body {
7106
  .modal-fullscreen-md-down .modal-body {
6317
    overflow-y: auto;
7107
    overflow-y: auto;
6318
  }
7108
  }
-
 
7109
 
6319
  .modal-fullscreen-md-down .modal-footer {
7110
  .modal-fullscreen-md-down .modal-footer {
6320
    border-radius: 0;
7111
    border-radius: 0;
6321
  }
7112
  }
6322
}
7113
}
-
 
7114
 
6323
@media (max-width: 991.98px) {
7115
@media (max-width: 991.98px) {
6324
  .modal-fullscreen-lg-down {
7116
  .modal-fullscreen-lg-down {
6325
    width: 100vw;
7117
    width: 100vw;
6326
    max-width: none;
7118
    max-width: none;
6327
    height: 100%;
7119
    height: 100%;
6328
    margin: 0;
7120
    margin: 0;
6329
  }
7121
  }
-
 
7122
 
6330
  .modal-fullscreen-lg-down .modal-content {
7123
  .modal-fullscreen-lg-down .modal-content {
6331
    height: 100%;
7124
    height: 100%;
6332
    border: 0;
7125
    border: 0;
6333
    border-radius: 0;
7126
    border-radius: 0;
6334
  }
7127
  }
-
 
7128
 
6335
  .modal-fullscreen-lg-down .modal-header {
7129
  .modal-fullscreen-lg-down .modal-header {
6336
    border-radius: 0;
7130
    border-radius: 0;
6337
  }
7131
  }
-
 
7132
 
6338
  .modal-fullscreen-lg-down .modal-body {
7133
  .modal-fullscreen-lg-down .modal-body {
6339
    overflow-y: auto;
7134
    overflow-y: auto;
6340
  }
7135
  }
-
 
7136
 
6341
  .modal-fullscreen-lg-down .modal-footer {
7137
  .modal-fullscreen-lg-down .modal-footer {
6342
    border-radius: 0;
7138
    border-radius: 0;
6343
  }
7139
  }
6344
}
7140
}
-
 
7141
 
6345
@media (max-width: 1199.98px) {
7142
@media (max-width: 1199.98px) {
6346
  .modal-fullscreen-xl-down {
7143
  .modal-fullscreen-xl-down {
6347
    width: 100vw;
7144
    width: 100vw;
6348
    max-width: none;
7145
    max-width: none;
6349
    height: 100%;
7146
    height: 100%;
6350
    margin: 0;
7147
    margin: 0;
6351
  }
7148
  }
-
 
7149
 
6352
  .modal-fullscreen-xl-down .modal-content {
7150
  .modal-fullscreen-xl-down .modal-content {
6353
    height: 100%;
7151
    height: 100%;
6354
    border: 0;
7152
    border: 0;
6355
    border-radius: 0;
7153
    border-radius: 0;
6356
  }
7154
  }
-
 
7155
 
6357
  .modal-fullscreen-xl-down .modal-header {
7156
  .modal-fullscreen-xl-down .modal-header {
6358
    border-radius: 0;
7157
    border-radius: 0;
6359
  }
7158
  }
-
 
7159
 
6360
  .modal-fullscreen-xl-down .modal-body {
7160
  .modal-fullscreen-xl-down .modal-body {
6361
    overflow-y: auto;
7161
    overflow-y: auto;
6362
  }
7162
  }
-
 
7163
 
6363
  .modal-fullscreen-xl-down .modal-footer {
7164
  .modal-fullscreen-xl-down .modal-footer {
6364
    border-radius: 0;
7165
    border-radius: 0;
6365
  }
7166
  }
6366
}
7167
}
-
 
7168
 
6367
@media (max-width: 1399.98px) {
7169
@media (max-width: 1399.98px) {
6368
  .modal-fullscreen-xxl-down {
7170
  .modal-fullscreen-xxl-down {
6369
    width: 100vw;
7171
    width: 100vw;
6370
    max-width: none;
7172
    max-width: none;
6371
    height: 100%;
7173
    height: 100%;
6372
    margin: 0;
7174
    margin: 0;
6373
  }
7175
  }
-
 
7176
 
6374
  .modal-fullscreen-xxl-down .modal-content {
7177
  .modal-fullscreen-xxl-down .modal-content {
6375
    height: 100%;
7178
    height: 100%;
6376
    border: 0;
7179
    border: 0;
6377
    border-radius: 0;
7180
    border-radius: 0;
6378
  }
7181
  }
-
 
7182
 
6379
  .modal-fullscreen-xxl-down .modal-header {
7183
  .modal-fullscreen-xxl-down .modal-header {
6380
    border-radius: 0;
7184
    border-radius: 0;
6381
  }
7185
  }
-
 
7186
 
6382
  .modal-fullscreen-xxl-down .modal-body {
7187
  .modal-fullscreen-xxl-down .modal-body {
6383
    overflow-y: auto;
7188
    overflow-y: auto;
6384
  }
7189
  }
-
 
7190
 
6385
  .modal-fullscreen-xxl-down .modal-footer {
7191
  .modal-fullscreen-xxl-down .modal-footer {
6386
    border-radius: 0;
7192
    border-radius: 0;
6387
  }
7193
  }
6388
}
7194
}
-
 
7195
 
6389
.tooltip {
7196
.tooltip {
6390
  position: absolute;
7197
  position: absolute;
6391
  z-index: 1080;
7198
  z-index: 1080;
6392
  display: block;
7199
  display: block;
6393
  margin: 0;
7200
  margin: 0;
Línea 6407... Línea 7214...
6407
  line-break: auto;
7214
  line-break: auto;
6408
  font-size: 0.6875rem;
7215
  font-size: 0.6875rem;
6409
  word-wrap: break-word;
7216
  word-wrap: break-word;
6410
  opacity: 0;
7217
  opacity: 0;
6411
}
7218
}
-
 
7219
 
6412
.tooltip.show {
7220
.tooltip.show {
6413
  opacity: 0.9;
7221
  opacity: 0.9;
6414
}
7222
}
-
 
7223
 
6415
.tooltip .tooltip-arrow {
7224
.tooltip .tooltip-arrow {
6416
  position: absolute;
7225
  position: absolute;
6417
  display: block;
7226
  display: block;
6418
  width: 0.8rem;
7227
  width: 0.8rem;
6419
  height: 0.4rem;
7228
  height: 0.4rem;
6420
}
7229
}
-
 
7230
 
6421
.tooltip .tooltip-arrow::before {
7231
.tooltip .tooltip-arrow::before {
6422
  position: absolute;
7232
  position: absolute;
6423
  content: "";
7233
  content: "";
6424
  border-color: transparent;
7234
  border-color: transparent;
6425
  border-style: solid;
7235
  border-style: solid;
6426
}
7236
}
Línea -... Línea 7237...
-
 
7237
 
6427
 
7238
.bs-tooltip-top,
6428
.bs-tooltip-top, .bs-tooltip-auto[data-popper-placement^=top] {
7239
.bs-tooltip-auto[data-popper-placement^=top] {
6429
  padding: 0.4rem 0;
7240
  padding: 0.4rem 0;
-
 
7241
}
-
 
7242
 
6430
}
7243
.bs-tooltip-top .tooltip-arrow,
6431
.bs-tooltip-top .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow {
7244
.bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow {
6432
  bottom: 0;
7245
  bottom: 0;
-
 
7246
}
-
 
7247
 
6433
}
7248
.bs-tooltip-top .tooltip-arrow::before,
6434
.bs-tooltip-top .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow::before {
7249
.bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow::before {
6435
  top: -1px;
7250
  top: -1px;
6436
  border-width: 0.4rem 0.4rem 0;
7251
  border-width: 0.4rem 0.4rem 0;
6437
  border-top-color: #000;
7252
  border-top-color: #000;
Línea -... Línea 7253...
-
 
7253
}
6438
}
7254
 
6439
 
7255
.bs-tooltip-end,
6440
.bs-tooltip-end, .bs-tooltip-auto[data-popper-placement^=right] {
7256
.bs-tooltip-auto[data-popper-placement^=right] {
-
 
7257
  padding: 0 0.4rem;
-
 
7258
}
6441
  padding: 0 0.4rem;
7259
 
6442
}
7260
.bs-tooltip-end .tooltip-arrow,
6443
.bs-tooltip-end .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow {
7261
.bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow {
6444
  left: 0;
7262
  left: 0;
6445
  width: 0.4rem;
7263
  width: 0.4rem;
-
 
7264
  height: 0.8rem;
-
 
7265
}
6446
  height: 0.8rem;
7266
 
6447
}
7267
.bs-tooltip-end .tooltip-arrow::before,
6448
.bs-tooltip-end .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow::before {
7268
.bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow::before {
6449
  right: -1px;
7269
  right: -1px;
6450
  border-width: 0.4rem 0.4rem 0.4rem 0;
7270
  border-width: 0.4rem 0.4rem 0.4rem 0;
Línea -... Línea 7271...
-
 
7271
  border-right-color: #000;
6451
  border-right-color: #000;
7272
}
6452
}
7273
 
6453
 
7274
.bs-tooltip-bottom,
-
 
7275
.bs-tooltip-auto[data-popper-placement^=bottom] {
-
 
7276
  padding: 0.4rem 0;
6454
.bs-tooltip-bottom, .bs-tooltip-auto[data-popper-placement^=bottom] {
7277
}
6455
  padding: 0.4rem 0;
7278
 
6456
}
7279
.bs-tooltip-bottom .tooltip-arrow,
-
 
7280
.bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow {
-
 
7281
  top: 0;
6457
.bs-tooltip-bottom .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow {
7282
}
6458
  top: 0;
7283
 
6459
}
7284
.bs-tooltip-bottom .tooltip-arrow::before,
6460
.bs-tooltip-bottom .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow::before {
7285
.bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow::before {
6461
  bottom: -1px;
7286
  bottom: -1px;
Línea -... Línea 7287...
-
 
7287
  border-width: 0 0.4rem 0.4rem;
6462
  border-width: 0 0.4rem 0.4rem;
7288
  border-bottom-color: #000;
6463
  border-bottom-color: #000;
7289
}
6464
}
7290
 
-
 
7291
.bs-tooltip-start,
-
 
7292
.bs-tooltip-auto[data-popper-placement^=left] {
6465
 
7293
  padding: 0 0.4rem;
6466
.bs-tooltip-start, .bs-tooltip-auto[data-popper-placement^=left] {
7294
}
6467
  padding: 0 0.4rem;
7295
 
6468
}
7296
.bs-tooltip-start .tooltip-arrow,
6469
.bs-tooltip-start .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow {
7297
.bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow {
-
 
7298
  right: 0;
-
 
7299
  width: 0.4rem;
6470
  right: 0;
7300
  height: 0.8rem;
6471
  width: 0.4rem;
7301
}
6472
  height: 0.8rem;
7302
 
6473
}
7303
.bs-tooltip-start .tooltip-arrow::before,
6474
.bs-tooltip-start .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow::before {
7304
.bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow::before {
Línea 6487... Línea 7317...
6487
}
7317
}
Línea 6488... Línea 7318...
6488
 
7318
 
6489
.popover {
7319
.popover {
6490
  position: absolute;
7320
  position: absolute;
-
 
7321
  top: 0;
6491
  top: 0;
7322
  left: 0
-
 
7323
    /* rtl:ignore */
6492
  left: 0 /* rtl:ignore */;
7324
  ;
6493
  z-index: 1070;
7325
  z-index: 1070;
6494
  display: block;
7326
  display: block;
6495
  max-width: 276px;
7327
  max-width: 276px;
6496
  font-family: "Inter", sans-serif;
7328
  font-family: "Inter", sans-serif;
Línea 6512... Línea 7344...
6512
  background-color: #fff;
7344
  background-color: #fff;
6513
  background-clip: padding-box;
7345
  background-clip: padding-box;
6514
  border: 1px solid rgba(0, 0, 0, 0.2);
7346
  border: 1px solid rgba(0, 0, 0, 0.2);
6515
  border-radius: 0.3rem;
7347
  border-radius: 0.3rem;
6516
}
7348
}
-
 
7349
 
6517
.popover .popover-arrow {
7350
.popover .popover-arrow {
6518
  position: absolute;
7351
  position: absolute;
6519
  display: block;
7352
  display: block;
6520
  width: 1rem;
7353
  width: 1rem;
6521
  height: 0.5rem;
7354
  height: 0.5rem;
6522
}
7355
}
-
 
7356
 
-
 
7357
.popover .popover-arrow::before,
6523
.popover .popover-arrow::before, .popover .popover-arrow::after {
7358
.popover .popover-arrow::after {
6524
  position: absolute;
7359
  position: absolute;
6525
  display: block;
7360
  display: block;
6526
  content: "";
7361
  content: "";
6527
  border-color: transparent;
7362
  border-color: transparent;
6528
  border-style: solid;
7363
  border-style: solid;
6529
}
7364
}
Línea -... Línea 7365...
-
 
7365
 
6530
 
7366
.bs-popover-top>.popover-arrow,
6531
.bs-popover-top > .popover-arrow, .bs-popover-auto[data-popper-placement^=top] > .popover-arrow {
7367
.bs-popover-auto[data-popper-placement^=top]>.popover-arrow {
6532
  bottom: calc(-0.5rem - 1px);
7368
  bottom: calc(-0.5rem - 1px);
-
 
7369
}
-
 
7370
 
6533
}
7371
.bs-popover-top>.popover-arrow::before,
6534
.bs-popover-top > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=top] > .popover-arrow::before {
7372
.bs-popover-auto[data-popper-placement^=top]>.popover-arrow::before {
6535
  bottom: 0;
7373
  bottom: 0;
6536
  border-width: 0.5rem 0.5rem 0;
7374
  border-width: 0.5rem 0.5rem 0;
6537
  border-top-color: rgba(0, 0, 0, 0.25);
7375
  border-top-color: rgba(0, 0, 0, 0.25);
-
 
7376
}
-
 
7377
 
6538
}
7378
.bs-popover-top>.popover-arrow::after,
6539
.bs-popover-top > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=top] > .popover-arrow::after {
7379
.bs-popover-auto[data-popper-placement^=top]>.popover-arrow::after {
6540
  bottom: 1px;
7380
  bottom: 1px;
6541
  border-width: 0.5rem 0.5rem 0;
7381
  border-width: 0.5rem 0.5rem 0;
6542
  border-top-color: #fff;
7382
  border-top-color: #fff;
Línea -... Línea 7383...
-
 
7383
}
6543
}
7384
 
6544
 
7385
.bs-popover-end>.popover-arrow,
6545
.bs-popover-end > .popover-arrow, .bs-popover-auto[data-popper-placement^=right] > .popover-arrow {
7386
.bs-popover-auto[data-popper-placement^=right]>.popover-arrow {
6546
  left: calc(-0.5rem - 1px);
7387
  left: calc(-0.5rem - 1px);
6547
  width: 0.5rem;
7388
  width: 0.5rem;
-
 
7389
  height: 1rem;
-
 
7390
}
6548
  height: 1rem;
7391
 
6549
}
7392
.bs-popover-end>.popover-arrow::before,
6550
.bs-popover-end > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=right] > .popover-arrow::before {
7393
.bs-popover-auto[data-popper-placement^=right]>.popover-arrow::before {
6551
  left: 0;
7394
  left: 0;
6552
  border-width: 0.5rem 0.5rem 0.5rem 0;
7395
  border-width: 0.5rem 0.5rem 0.5rem 0;
-
 
7396
  border-right-color: rgba(0, 0, 0, 0.25);
-
 
7397
}
6553
  border-right-color: rgba(0, 0, 0, 0.25);
7398
 
6554
}
7399
.bs-popover-end>.popover-arrow::after,
6555
.bs-popover-end > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=right] > .popover-arrow::after {
7400
.bs-popover-auto[data-popper-placement^=right]>.popover-arrow::after {
6556
  left: 1px;
7401
  left: 1px;
6557
  border-width: 0.5rem 0.5rem 0.5rem 0;
7402
  border-width: 0.5rem 0.5rem 0.5rem 0;
Línea -... Línea 7403...
-
 
7403
  border-right-color: #fff;
6558
  border-right-color: #fff;
7404
}
6559
}
7405
 
6560
 
7406
.bs-popover-bottom>.popover-arrow,
-
 
7407
.bs-popover-auto[data-popper-placement^=bottom]>.popover-arrow {
-
 
7408
  top: calc(-0.5rem - 1px);
6561
.bs-popover-bottom > .popover-arrow, .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow {
7409
}
6562
  top: calc(-0.5rem - 1px);
7410
 
6563
}
7411
.bs-popover-bottom>.popover-arrow::before,
6564
.bs-popover-bottom > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::before {
7412
.bs-popover-auto[data-popper-placement^=bottom]>.popover-arrow::before {
6565
  top: 0;
7413
  top: 0;
-
 
7414
  border-width: 0 0.5rem 0.5rem 0.5rem;
-
 
7415
  border-bottom-color: rgba(0, 0, 0, 0.25);
6566
  border-width: 0 0.5rem 0.5rem 0.5rem;
7416
}
6567
  border-bottom-color: rgba(0, 0, 0, 0.25);
7417
 
6568
}
7418
.bs-popover-bottom>.popover-arrow::after,
6569
.bs-popover-bottom > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::after {
7419
.bs-popover-auto[data-popper-placement^=bottom]>.popover-arrow::after {
6570
  top: 1px;
7420
  top: 1px;
-
 
7421
  border-width: 0 0.5rem 0.5rem 0.5rem;
-
 
7422
  border-bottom-color: #fff;
6571
  border-width: 0 0.5rem 0.5rem 0.5rem;
7423
}
6572
  border-bottom-color: #fff;
7424
 
6573
}
7425
.bs-popover-bottom .popover-header::before,
6574
.bs-popover-bottom .popover-header::before, .bs-popover-auto[data-popper-placement^=bottom] .popover-header::before {
7426
.bs-popover-auto[data-popper-placement^=bottom] .popover-header::before {
6575
  position: absolute;
7427
  position: absolute;
6576
  top: 0;
7428
  top: 0;
6577
  left: 50%;
7429
  left: 50%;
6578
  display: block;
7430
  display: block;
6579
  width: 1rem;
7431
  width: 1rem;
6580
  margin-left: -0.5rem;
7432
  margin-left: -0.5rem;
Línea -... Línea 7433...
-
 
7433
  content: "";
6581
  content: "";
7434
  border-bottom: 1px solid #f0f0f0;
6582
  border-bottom: 1px solid #f0f0f0;
7435
}
6583
}
7436
 
6584
 
7437
.bs-popover-start>.popover-arrow,
6585
.bs-popover-start > .popover-arrow, .bs-popover-auto[data-popper-placement^=left] > .popover-arrow {
7438
.bs-popover-auto[data-popper-placement^=left]>.popover-arrow {
-
 
7439
  right: calc(-0.5rem - 1px);
-
 
7440
  width: 0.5rem;
6586
  right: calc(-0.5rem - 1px);
7441
  height: 1rem;
6587
  width: 0.5rem;
7442
}
6588
  height: 1rem;
7443
 
6589
}
7444
.bs-popover-start>.popover-arrow::before,
6590
.bs-popover-start > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=left] > .popover-arrow::before {
7445
.bs-popover-auto[data-popper-placement^=left]>.popover-arrow::before {
-
 
7446
  right: 0;
-
 
7447
  border-width: 0.5rem 0 0.5rem 0.5rem;
6591
  right: 0;
7448
  border-left-color: rgba(0, 0, 0, 0.25);
6592
  border-width: 0.5rem 0 0.5rem 0.5rem;
7449
}
6593
  border-left-color: rgba(0, 0, 0, 0.25);
7450
 
6594
}
7451
.bs-popover-start>.popover-arrow::after,
6595
.bs-popover-start > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=left] > .popover-arrow::after {
7452
.bs-popover-auto[data-popper-placement^=left]>.popover-arrow::after {
Línea 6606... Línea 7463...
6606
  background-color: #f0f0f0;
7463
  background-color: #f0f0f0;
6607
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
7464
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
6608
  border-top-left-radius: calc(0.3rem - 1px);
7465
  border-top-left-radius: calc(0.3rem - 1px);
6609
  border-top-right-radius: calc(0.3rem - 1px);
7466
  border-top-right-radius: calc(0.3rem - 1px);
6610
}
7467
}
-
 
7468
 
6611
.popover-header:empty {
7469
.popover-header:empty {
6612
  display: none;
7470
  display: none;
6613
}
7471
}
Línea 6614... Línea 7472...
6614
 
7472
 
Línea 6621... Línea 7479...
6621
  position: relative;
7479
  position: relative;
6622
}
7480
}
Línea 6623... Línea 7481...
6623
 
7481
 
6624
.carousel.pointer-event {
7482
.carousel.pointer-event {
6625
  -ms-touch-action: pan-y;
7483
  -ms-touch-action: pan-y;
6626
      touch-action: pan-y;
7484
  touch-action: pan-y;
Línea 6627... Línea 7485...
6627
}
7485
}
6628
 
7486
 
6629
.carousel-inner {
7487
.carousel-inner {
6630
  position: relative;
7488
  position: relative;
6631
  width: 100%;
7489
  width: 100%;
-
 
7490
  overflow: hidden;
6632
  overflow: hidden;
7491
}
6633
}
7492
 
6634
.carousel-inner::after {
7493
.carousel-inner::after {
6635
  display: block;
7494
  display: block;
6636
  clear: both;
7495
  clear: both;
Línea 6642... Línea 7501...
6642
  display: none;
7501
  display: none;
6643
  float: left;
7502
  float: left;
6644
  width: 100%;
7503
  width: 100%;
6645
  margin-right: -100%;
7504
  margin-right: -100%;
6646
  -webkit-backface-visibility: hidden;
7505
  -webkit-backface-visibility: hidden;
6647
          backface-visibility: hidden;
7506
  backface-visibility: hidden;
6648
  -webkit-transition: -webkit-transform 0.6s ease-in-out;
7507
  -webkit-transition: -webkit-transform 0.6s ease-in-out;
6649
  transition: -webkit-transform 0.6s ease-in-out;
7508
  transition: -webkit-transform 0.6s ease-in-out;
6650
  transition: transform 0.6s ease-in-out;
7509
  transition: transform 0.6s ease-in-out;
6651
  transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out;
7510
  transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out;
6652
}
7511
}
-
 
7512
 
6653
@media (prefers-reduced-motion: reduce) {
7513
@media (prefers-reduced-motion: reduce) {
6654
  .carousel-item {
7514
  .carousel-item {
6655
    -webkit-transition: none;
7515
    -webkit-transition: none;
6656
    transition: none;
7516
    transition: none;
6657
  }
7517
  }
Línea 6665... Línea 7525...
6665
 
7525
 
6666
/* rtl:begin:ignore */
7526
/* rtl:begin:ignore */
6667
.carousel-item-next:not(.carousel-item-start),
7527
.carousel-item-next:not(.carousel-item-start),
6668
.active.carousel-item-end {
7528
.active.carousel-item-end {
6669
  -webkit-transform: translateX(100%);
7529
  -webkit-transform: translateX(100%);
6670
          transform: translateX(100%);
7530
  transform: translateX(100%);
Línea 6671... Línea 7531...
6671
}
7531
}
6672
 
7532
 
6673
.carousel-item-prev:not(.carousel-item-end),
7533
.carousel-item-prev:not(.carousel-item-end),
6674
.active.carousel-item-start {
7534
.active.carousel-item-start {
6675
  -webkit-transform: translateX(-100%);
7535
  -webkit-transform: translateX(-100%);
Línea 6676... Línea 7536...
6676
          transform: translateX(-100%);
7536
  transform: translateX(-100%);
6677
}
7537
}
6678
 
7538
 
6679
/* rtl:end:ignore */
7539
/* rtl:end:ignore */
6680
.carousel-fade .carousel-item {
7540
.carousel-fade .carousel-item {
6681
  opacity: 0;
7541
  opacity: 0;
6682
  -webkit-transition-property: opacity;
7542
  -webkit-transition-property: opacity;
6683
  transition-property: opacity;
7543
  transition-property: opacity;
-
 
7544
  -webkit-transform: none;
6684
  -webkit-transform: none;
7545
  transform: none;
6685
          transform: none;
7546
}
6686
}
7547
 
6687
.carousel-fade .carousel-item.active,
7548
.carousel-fade .carousel-item.active,
6688
.carousel-fade .carousel-item-next.carousel-item-start,
7549
.carousel-fade .carousel-item-next.carousel-item-start,
6689
.carousel-fade .carousel-item-prev.carousel-item-end {
7550
.carousel-fade .carousel-item-prev.carousel-item-end {
-
 
7551
  z-index: 1;
6690
  z-index: 1;
7552
  opacity: 1;
6691
  opacity: 1;
7553
}
6692
}
7554
 
6693
.carousel-fade .active.carousel-item-start,
7555
.carousel-fade .active.carousel-item-start,
6694
.carousel-fade .active.carousel-item-end {
7556
.carousel-fade .active.carousel-item-end {
6695
  z-index: 0;
7557
  z-index: 0;
6696
  opacity: 0;
7558
  opacity: 0;
-
 
7559
  -webkit-transition: opacity 0s 0.6s;
6697
  -webkit-transition: opacity 0s 0.6s;
7560
  transition: opacity 0s 0.6s;
-
 
7561
}
6698
  transition: opacity 0s 0.6s;
7562
 
6699
}
7563
@media (prefers-reduced-motion: reduce) {
6700
@media (prefers-reduced-motion: reduce) {
7564
 
6701
  .carousel-fade .active.carousel-item-start,
7565
  .carousel-fade .active.carousel-item-start,
6702
.carousel-fade .active.carousel-item-end {
7566
  .carousel-fade .active.carousel-item-end {
6703
    -webkit-transition: none;
7567
    -webkit-transition: none;
Línea 6713... Línea 7577...
6713
  z-index: 1;
7577
  z-index: 1;
6714
  display: -webkit-box;
7578
  display: -webkit-box;
6715
  display: -ms-flexbox;
7579
  display: -ms-flexbox;
6716
  display: flex;
7580
  display: flex;
6717
  -webkit-box-align: center;
7581
  -webkit-box-align: center;
6718
      -ms-flex-align: center;
7582
  -ms-flex-align: center;
6719
          align-items: center;
7583
  align-items: center;
6720
  -webkit-box-pack: center;
7584
  -webkit-box-pack: center;
6721
      -ms-flex-pack: center;
7585
  -ms-flex-pack: center;
6722
          justify-content: center;
7586
  justify-content: center;
6723
  width: 15%;
7587
  width: 15%;
6724
  padding: 0;
7588
  padding: 0;
6725
  color: #fff;
7589
  color: #fff;
6726
  text-align: center;
7590
  text-align: center;
6727
  background: none;
7591
  background: none;
6728
  border: 0;
7592
  border: 0;
6729
  opacity: 0.5;
7593
  opacity: 0.5;
6730
  -webkit-transition: opacity 0.15s ease;
7594
  -webkit-transition: opacity 0.15s ease;
6731
  transition: opacity 0.15s ease;
7595
  transition: opacity 0.15s ease;
6732
}
7596
}
-
 
7597
 
6733
@media (prefers-reduced-motion: reduce) {
7598
@media (prefers-reduced-motion: reduce) {
-
 
7599
 
6734
  .carousel-control-prev,
7600
  .carousel-control-prev,
6735
.carousel-control-next {
7601
  .carousel-control-next {
6736
    -webkit-transition: none;
7602
    -webkit-transition: none;
6737
    transition: none;
7603
    transition: none;
6738
  }
7604
  }
6739
}
7605
}
-
 
7606
 
-
 
7607
.carousel-control-prev:hover,
6740
.carousel-control-prev:hover, .carousel-control-prev:focus,
7608
.carousel-control-prev:focus,
6741
.carousel-control-next:hover,
7609
.carousel-control-next:hover,
6742
.carousel-control-next:focus {
7610
.carousel-control-next:focus {
6743
  color: #fff;
7611
  color: #fff;
6744
  text-decoration: none;
7612
  text-decoration: none;
6745
  outline: 0;
7613
  outline: 0;
Línea 6788... Línea 7656...
6788
  z-index: 2;
7656
  z-index: 2;
6789
  display: -webkit-box;
7657
  display: -webkit-box;
6790
  display: -ms-flexbox;
7658
  display: -ms-flexbox;
6791
  display: flex;
7659
  display: flex;
6792
  -webkit-box-pack: center;
7660
  -webkit-box-pack: center;
6793
      -ms-flex-pack: center;
7661
  -ms-flex-pack: center;
6794
          justify-content: center;
7662
  justify-content: center;
6795
  padding: 0;
7663
  padding: 0;
6796
  margin-right: 15%;
7664
  margin-right: 15%;
6797
  margin-bottom: 1rem;
7665
  margin-bottom: 1rem;
6798
  margin-left: 15%;
7666
  margin-left: 15%;
6799
  list-style: none;
7667
  list-style: none;
6800
}
7668
}
-
 
7669
 
6801
.carousel-indicators [data-bs-target] {
7670
.carousel-indicators [data-bs-target] {
6802
  -webkit-box-sizing: content-box;
7671
  -webkit-box-sizing: content-box;
6803
          box-sizing: content-box;
7672
  box-sizing: content-box;
6804
  -webkit-box-flex: 0;
7673
  -webkit-box-flex: 0;
6805
      -ms-flex: 0 1 auto;
7674
  -ms-flex: 0 1 auto;
6806
          flex: 0 1 auto;
7675
  flex: 0 1 auto;
6807
  width: 30px;
7676
  width: 30px;
6808
  height: 3px;
7677
  height: 3px;
6809
  padding: 0;
7678
  padding: 0;
6810
  margin-right: 3px;
7679
  margin-right: 3px;
6811
  margin-left: 3px;
7680
  margin-left: 3px;
Línea 6818... Línea 7687...
6818
  border-bottom: 10px solid transparent;
7687
  border-bottom: 10px solid transparent;
6819
  opacity: 0.5;
7688
  opacity: 0.5;
6820
  -webkit-transition: opacity 0.6s ease;
7689
  -webkit-transition: opacity 0.6s ease;
6821
  transition: opacity 0.6s ease;
7690
  transition: opacity 0.6s ease;
6822
}
7691
}
-
 
7692
 
6823
@media (prefers-reduced-motion: reduce) {
7693
@media (prefers-reduced-motion: reduce) {
6824
  .carousel-indicators [data-bs-target] {
7694
  .carousel-indicators [data-bs-target] {
6825
    -webkit-transition: none;
7695
    -webkit-transition: none;
6826
    transition: none;
7696
    transition: none;
6827
  }
7697
  }
6828
}
7698
}
-
 
7699
 
6829
.carousel-indicators .active {
7700
.carousel-indicators .active {
6830
  opacity: 1;
7701
  opacity: 1;
6831
}
7702
}
Línea 6832... Línea 7703...
6832
 
7703
 
Línea 6842... Línea 7713...
6842
}
7713
}
Línea 6843... Línea 7714...
6843
 
7714
 
6844
.carousel-dark .carousel-control-prev-icon,
7715
.carousel-dark .carousel-control-prev-icon,
6845
.carousel-dark .carousel-control-next-icon {
7716
.carousel-dark .carousel-control-next-icon {
6846
  -webkit-filter: invert(1) grayscale(100);
7717
  -webkit-filter: invert(1) grayscale(100);
6847
          filter: invert(1) grayscale(100);
7718
  filter: invert(1) grayscale(100);
-
 
7719
}
6848
}
7720
 
6849
.carousel-dark .carousel-indicators [data-bs-target] {
7721
.carousel-dark .carousel-indicators [data-bs-target] {
6850
  background-color: #000;
7722
  background-color: #000;
-
 
7723
}
6851
}
7724
 
6852
.carousel-dark .carousel-caption {
7725
.carousel-dark .carousel-caption {
6853
  color: #000;
7726
  color: #000;
Línea 6854... Línea 7727...
6854
}
7727
}
6855
 
7728
 
6856
@-webkit-keyframes spinner-border {
7729
@-webkit-keyframes spinner-border {
-
 
7730
  to {
-
 
7731
    -webkit-transform: rotate(360deg)
6857
  to {
7732
      /* rtl:ignore */
-
 
7733
    ;
-
 
7734
    transform: rotate(360deg)
6858
    -webkit-transform: rotate(360deg) /* rtl:ignore */;
7735
      /* rtl:ignore */
6859
            transform: rotate(360deg) /* rtl:ignore */;
7736
    ;
Línea 6860... Línea 7737...
6860
  }
7737
  }
6861
}
7738
}
6862
 
7739
 
-
 
7740
@keyframes spinner-border {
-
 
7741
  to {
6863
@keyframes spinner-border {
7742
    -webkit-transform: rotate(360deg)
-
 
7743
      /* rtl:ignore */
-
 
7744
    ;
6864
  to {
7745
    transform: rotate(360deg)
6865
    -webkit-transform: rotate(360deg) /* rtl:ignore */;
7746
      /* rtl:ignore */
-
 
7747
    ;
6866
            transform: rotate(360deg) /* rtl:ignore */;
7748
  }
6867
  }
7749
}
6868
}
7750
 
6869
.spinner-border {
7751
.spinner-border {
6870
  display: inline-block;
7752
  display: inline-block;
6871
  width: 2rem;
7753
  width: 2rem;
6872
  height: 2rem;
7754
  height: 2rem;
6873
  vertical-align: -0.125em;
7755
  vertical-align: -0.125em;
6874
  border: 0.25em solid currentColor;
7756
  border: 0.25em solid currentColor;
6875
  border-right-color: transparent;
7757
  border-right-color: transparent;
6876
  border-radius: 50%;
7758
  border-radius: 50%;
Línea 6877... Línea 7759...
6877
  -webkit-animation: 0.75s linear infinite spinner-border;
7759
  -webkit-animation: 0.75s linear infinite spinner-border;
6878
          animation: 0.75s linear infinite spinner-border;
7760
  animation: 0.75s linear infinite spinner-border;
6879
}
7761
}
Línea 6885... Línea 7767...
6885
}
7767
}
Línea 6886... Línea 7768...
6886
 
7768
 
6887
@-webkit-keyframes spinner-grow {
7769
@-webkit-keyframes spinner-grow {
6888
  0% {
7770
  0% {
6889
    -webkit-transform: scale(0);
7771
    -webkit-transform: scale(0);
6890
            transform: scale(0);
7772
    transform: scale(0);
-
 
7773
  }
6891
  }
7774
 
6892
  50% {
7775
  50% {
6893
    opacity: 1;
7776
    opacity: 1;
6894
    -webkit-transform: none;
7777
    -webkit-transform: none;
6895
            transform: none;
7778
    transform: none;
6896
  }
7779
  }
Línea 6897... Línea 7780...
6897
}
7780
}
6898
 
7781
 
6899
@keyframes spinner-grow {
7782
@keyframes spinner-grow {
6900
  0% {
7783
  0% {
6901
    -webkit-transform: scale(0);
7784
    -webkit-transform: scale(0);
-
 
7785
    transform: scale(0);
6902
            transform: scale(0);
7786
  }
6903
  }
7787
 
6904
  50% {
7788
  50% {
6905
    opacity: 1;
7789
    opacity: 1;
6906
    -webkit-transform: none;
7790
    -webkit-transform: none;
6907
            transform: none;
7791
    transform: none;
-
 
7792
  }
6908
  }
7793
}
6909
}
7794
 
6910
.spinner-grow {
7795
.spinner-grow {
6911
  display: inline-block;
7796
  display: inline-block;
6912
  width: 2rem;
7797
  width: 2rem;
6913
  height: 2rem;
7798
  height: 2rem;
6914
  vertical-align: -0.125em;
7799
  vertical-align: -0.125em;
6915
  background-color: currentColor;
7800
  background-color: currentColor;
6916
  border-radius: 50%;
7801
  border-radius: 50%;
6917
  opacity: 0;
7802
  opacity: 0;
6918
  -webkit-animation: 0.75s linear infinite spinner-grow;
7803
  -webkit-animation: 0.75s linear infinite spinner-grow;
Línea 6919... Línea 7804...
6919
          animation: 0.75s linear infinite spinner-grow;
7804
  animation: 0.75s linear infinite spinner-grow;
6920
}
7805
}
6921
 
7806
 
6922
.spinner-grow-sm {
7807
.spinner-grow-sm {
Línea 6923... Línea 7808...
6923
  width: 1rem;
7808
  width: 1rem;
-
 
7809
  height: 1rem;
6924
  height: 1rem;
7810
}
6925
}
7811
 
6926
 
7812
@media (prefers-reduced-motion: reduce) {
6927
@media (prefers-reduced-motion: reduce) {
7813
 
6928
  .spinner-border,
7814
  .spinner-border,
6929
.spinner-grow {
7815
  .spinner-grow {
-
 
7816
    -webkit-animation-duration: 1.5s;
6930
    -webkit-animation-duration: 1.5s;
7817
    animation-duration: 1.5s;
6931
            animation-duration: 1.5s;
7818
  }
6932
  }
7819
}
6933
}
7820
 
6934
.offcanvas {
7821
.offcanvas {
6935
  position: fixed;
7822
  position: fixed;
6936
  bottom: 0;
7823
  bottom: 0;
6937
  z-index: 1045;
7824
  z-index: 1045;
6938
  display: -webkit-box;
7825
  display: -webkit-box;
6939
  display: -ms-flexbox;
7826
  display: -ms-flexbox;
6940
  display: flex;
7827
  display: flex;
6941
  -webkit-box-orient: vertical;
7828
  -webkit-box-orient: vertical;
6942
  -webkit-box-direction: normal;
7829
  -webkit-box-direction: normal;
6943
      -ms-flex-direction: column;
7830
  -ms-flex-direction: column;
6944
          flex-direction: column;
7831
  flex-direction: column;
6945
  max-width: 100%;
7832
  max-width: 100%;
6946
  visibility: hidden;
7833
  visibility: hidden;
6947
  background-color: #fff;
7834
  background-color: #fff;
6948
  background-clip: padding-box;
7835
  background-clip: padding-box;
6949
  outline: 0;
7836
  outline: 0;
6950
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
7837
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
-
 
7838
  transition: -webkit-transform 0.3s ease-in-out;
6951
  transition: -webkit-transform 0.3s ease-in-out;
7839
  transition: transform 0.3s ease-in-out;
6952
  transition: transform 0.3s ease-in-out;
7840
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
6953
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
7841
}
6954
}
7842
 
6955
@media (prefers-reduced-motion: reduce) {
7843
@media (prefers-reduced-motion: reduce) {
Línea 6966... Línea 7854...
6966
  z-index: 1040;
7854
  z-index: 1040;
6967
  width: 100vw;
7855
  width: 100vw;
6968
  height: 100vh;
7856
  height: 100vh;
6969
  background-color: #000;
7857
  background-color: #000;
6970
}
7858
}
-
 
7859
 
6971
.offcanvas-backdrop.fade {
7860
.offcanvas-backdrop.fade {
6972
  opacity: 0;
7861
  opacity: 0;
6973
}
7862
}
-
 
7863
 
6974
.offcanvas-backdrop.show {
7864
.offcanvas-backdrop.show {
6975
  opacity: 0.5;
7865
  opacity: 0.5;
6976
}
7866
}
Línea 6977... Línea 7867...
6977
 
7867
 
6978
.offcanvas-header {
7868
.offcanvas-header {
6979
  display: -webkit-box;
7869
  display: -webkit-box;
6980
  display: -ms-flexbox;
7870
  display: -ms-flexbox;
6981
  display: flex;
7871
  display: flex;
6982
  -webkit-box-align: center;
7872
  -webkit-box-align: center;
6983
      -ms-flex-align: center;
7873
  -ms-flex-align: center;
6984
          align-items: center;
7874
  align-items: center;
6985
  -webkit-box-pack: justify;
7875
  -webkit-box-pack: justify;
6986
      -ms-flex-pack: justify;
7876
  -ms-flex-pack: justify;
6987
          justify-content: space-between;
7877
  justify-content: space-between;
6988
  padding: 1rem 1.5rem;
7878
  padding: 1rem 1.5rem;
-
 
7879
}
6989
}
7880
 
6990
.offcanvas-header .btn-close {
7881
.offcanvas-header .btn-close {
6991
  padding: 0.5rem 0.75rem;
7882
  padding: 0.5rem 0.75rem;
6992
  margin-top: -0.5rem;
7883
  margin-top: -0.5rem;
6993
  margin-right: -0.75rem;
7884
  margin-right: -0.75rem;
Línea 6999... Línea 7890...
6999
  line-height: 1.5;
7890
  line-height: 1.5;
7000
}
7891
}
Línea 7001... Línea 7892...
7001
 
7892
 
7002
.offcanvas-body {
7893
.offcanvas-body {
7003
  -webkit-box-flex: 1;
7894
  -webkit-box-flex: 1;
7004
      -ms-flex-positive: 1;
7895
  -ms-flex-positive: 1;
7005
          flex-grow: 1;
7896
  flex-grow: 1;
7006
  padding: 1rem 1.5rem;
7897
  padding: 1rem 1.5rem;
7007
  overflow-y: auto;
7898
  overflow-y: auto;
Línea 7008... Línea 7899...
7008
}
7899
}
7009
 
7900
 
7010
.offcanvas-start {
7901
.offcanvas-start {
7011
  top: 0;
7902
  top: 0;
7012
  left: 0;
7903
  left: 0;
7013
  width: 400px;
7904
  width: 400px;
7014
  border-right: 1px solid rgba(0, 0, 0, 0.1);
7905
  border-right: 1px solid rgba(0, 0, 0, 0.1);
7015
  -webkit-transform: translateX(-100%);
7906
  -webkit-transform: translateX(-100%);
Línea 7016... Línea 7907...
7016
          transform: translateX(-100%);
7907
  transform: translateX(-100%);
7017
}
7908
}
7018
 
7909
 
7019
.offcanvas-end {
7910
.offcanvas-end {
7020
  top: 0;
7911
  top: 0;
7021
  right: 0;
7912
  right: 0;
7022
  width: 400px;
7913
  width: 400px;
7023
  border-left: 1px solid rgba(0, 0, 0, 0.1);
7914
  border-left: 1px solid rgba(0, 0, 0, 0.1);
Línea 7024... Línea 7915...
7024
  -webkit-transform: translateX(100%);
7915
  -webkit-transform: translateX(100%);
7025
          transform: translateX(100%);
7916
  transform: translateX(100%);
7026
}
7917
}
7027
 
7918
 
7028
.offcanvas-top {
7919
.offcanvas-top {
7029
  top: 0;
7920
  top: 0;
7030
  right: 0;
7921
  right: 0;
7031
  left: 0;
7922
  left: 0;
7032
  height: 30vh;
7923
  height: 30vh;
7033
  max-height: 100%;
7924
  max-height: 100%;
Línea 7034... Línea 7925...
7034
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
7925
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
7035
  -webkit-transform: translateY(-100%);
7926
  -webkit-transform: translateY(-100%);
7036
          transform: translateY(-100%);
7927
  transform: translateY(-100%);
7037
}
7928
}
7038
 
7929
 
7039
.offcanvas-bottom {
7930
.offcanvas-bottom {
7040
  right: 0;
7931
  right: 0;
7041
  left: 0;
7932
  left: 0;
7042
  height: 30vh;
7933
  height: 30vh;
Línea 7043... Línea 7934...
7043
  max-height: 100%;
7934
  max-height: 100%;
7044
  border-top: 1px solid rgba(0, 0, 0, 0.1);
7935
  border-top: 1px solid rgba(0, 0, 0, 0.1);
7045
  -webkit-transform: translateY(100%);
7936
  -webkit-transform: translateY(100%);
7046
          transform: translateY(100%);
7937
  transform: translateY(100%);
Línea 7047... Línea 7938...
7047
}
7938
}
7048
 
7939
 
7049
.offcanvas.show {
7940
.offcanvas.show {
7050
  -webkit-transform: none;
7941
  -webkit-transform: none;
7051
          transform: none;
7942
  transform: none;
7052
}
7943
}
7053
 
7944
 
7054
.placeholder {
7945
.placeholder {
-
 
7946
  display: inline-block;
7055
  display: inline-block;
7947
  min-height: 1em;
7056
  min-height: 1em;
7948
  vertical-align: middle;
7057
  vertical-align: middle;
7949
  cursor: wait;
7058
  cursor: wait;
7950
  background-color: currentColor;
Línea 7076... Línea 7968...
7076
  min-height: 1.2em;
7968
  min-height: 1.2em;
7077
}
7969
}
Línea 7078... Línea 7970...
7078
 
7970
 
7079
.placeholder-glow .placeholder {
7971
.placeholder-glow .placeholder {
7080
  -webkit-animation: placeholder-glow 2s ease-in-out infinite;
7972
  -webkit-animation: placeholder-glow 2s ease-in-out infinite;
7081
          animation: placeholder-glow 2s ease-in-out infinite;
7973
  animation: placeholder-glow 2s ease-in-out infinite;
Línea 7082... Línea 7974...
7082
}
7974
}
7083
 
7975
 
7084
@-webkit-keyframes placeholder-glow {
7976
@-webkit-keyframes placeholder-glow {
Línea 7090... Línea 7982...
7090
@keyframes placeholder-glow {
7982
@keyframes placeholder-glow {
7091
  50% {
7983
  50% {
7092
    opacity: 0.2;
7984
    opacity: 0.2;
7093
  }
7985
  }
7094
}
7986
}
-
 
7987
 
7095
.placeholder-wave {
7988
.placeholder-wave {
7096
  -webkit-mask-image: linear-gradient(130deg, #000 55%, rgba(0, 0, 0, 0.8) 75%, #000 95%);
7989
  -webkit-mask-image: linear-gradient(130deg, #000 55%, rgba(0, 0, 0, 0.8) 75%, #000 95%);
7097
          mask-image: linear-gradient(130deg, #000 55%, rgba(0, 0, 0, 0.8) 75%, #000 95%);
7990
  mask-image: linear-gradient(130deg, #000 55%, rgba(0, 0, 0, 0.8) 75%, #000 95%);
7098
  -webkit-mask-size: 200% 100%;
7991
  -webkit-mask-size: 200% 100%;
7099
          mask-size: 200% 100%;
7992
  mask-size: 200% 100%;
7100
  -webkit-animation: placeholder-wave 2s linear infinite;
7993
  -webkit-animation: placeholder-wave 2s linear infinite;
7101
          animation: placeholder-wave 2s linear infinite;
7994
  animation: placeholder-wave 2s linear infinite;
7102
}
7995
}
Línea 7103... Línea 7996...
7103
 
7996
 
7104
@-webkit-keyframes placeholder-wave {
7997
@-webkit-keyframes placeholder-wave {
7105
  100% {
7998
  100% {
7106
    -webkit-mask-position: -200% 0%;
7999
    -webkit-mask-position: -200% 0%;
7107
            mask-position: -200% 0%;
8000
    mask-position: -200% 0%;
7108
  }
8001
  }
Línea 7109... Línea 8002...
7109
}
8002
}
7110
 
8003
 
7111
@keyframes placeholder-wave {
8004
@keyframes placeholder-wave {
7112
  100% {
8005
  100% {
7113
    -webkit-mask-position: -200% 0%;
8006
    -webkit-mask-position: -200% 0%;
7114
            mask-position: -200% 0%;
8007
    mask-position: -200% 0%;
-
 
8008
  }
7115
  }
8009
}
7116
}
8010
 
7117
.clearfix::after {
8011
.clearfix::after {
7118
  display: block;
8012
  display: block;
7119
  clear: both;
8013
  clear: both;
Línea 7120... Línea 8014...
7120
  content: "";
8014
  content: "";
7121
}
8015
}
7122
 
8016
 
-
 
8017
.link-primary {
-
 
8018
  color: #0f6fec;
7123
.link-primary {
8019
}
7124
  color: #0f6fec;
8020
 
7125
}
8021
.link-primary:hover,
Línea 7126... Línea 8022...
7126
.link-primary:hover, .link-primary:focus {
8022
.link-primary:focus {
7127
  color: #0c59bd;
8023
  color: #0c59bd;
7128
}
8024
}
-
 
8025
 
-
 
8026
.link-secondary {
7129
 
8027
  color: #14191e;
7130
.link-secondary {
8028
}
7131
  color: #14191e;
8029
 
Línea 7132... Línea 8030...
7132
}
8030
.link-secondary:hover,
7133
.link-secondary:hover, .link-secondary:focus {
8031
.link-secondary:focus {
7134
  color: #101418;
8032
  color: #101418;
-
 
8033
}
-
 
8034
 
7135
}
8035
.link-success {
7136
 
8036
  color: #0cbc87;
7137
.link-success {
8037
}
Línea 7138... Línea 8038...
7138
  color: #0cbc87;
8038
 
7139
}
8039
.link-success:hover,
7140
.link-success:hover, .link-success:focus {
8040
.link-success:focus {
-
 
8041
  color: #0a966c;
-
 
8042
}
7141
  color: #0a966c;
8043
 
7142
}
8044
.link-info {
7143
 
8045
  color: #4f9ef8;
Línea 7144... Línea 8046...
7144
.link-info {
8046
}
7145
  color: #4f9ef8;
8047
 
7146
}
8048
.link-info:hover,
-
 
8049
.link-info:focus {
-
 
8050
  color: #3f7ec6;
7147
.link-info:hover, .link-info:focus {
8051
}
7148
  color: #3f7ec6;
8052
 
7149
}
8053
.link-warning {
Línea 7150... Línea 8054...
7150
 
8054
  color: #f7c32e;
7151
.link-warning {
8055
}
7152
  color: #f7c32e;
8056
 
-
 
8057
.link-warning:hover,
-
 
8058
.link-warning:focus {
7153
}
8059
  color: #f9cf58;
7154
.link-warning:hover, .link-warning:focus {
8060
}
7155
  color: #f9cf58;
8061
 
Línea 7156... Línea 8062...
7156
}
8062
.link-danger {
7157
 
8063
  color: #d6293e;
7158
.link-danger {
8064
}
-
 
8065
 
-
 
8066
.link-danger:hover,
7159
  color: #d6293e;
8067
.link-danger:focus {
7160
}
8068
  color: #ab2132;
7161
.link-danger:hover, .link-danger:focus {
8069
}
Línea 7162... Línea 8070...
7162
  color: #ab2132;
8070
 
7163
}
8071
.link-light {
7164
 
8072
  color: #eef0f2;
-
 
8073
}
-
 
8074
 
7165
.link-light {
8075
.link-light:hover,
7166
  color: #eef0f2;
8076
.link-light:focus {
7167
}
8077
  color: #f1f3f5;
Línea 7168... Línea 8078...
7168
.link-light:hover, .link-light:focus {
8078
}
7169
  color: #f1f3f5;
8079
 
7170
}
8080
.link-dark {
7171
 
8081
  color: #14191e;
-
 
8082
}
7172
.link-dark {
8083
 
7173
  color: #14191e;
8084
.link-dark:hover,
7174
}
8085
.link-dark:focus {
7175
.link-dark:hover, .link-dark:focus {
8086
  color: #101418;
7176
  color: #101418;
8087
}
-
 
8088
 
7177
}
8089
.ratio {
7178
 
8090
  position: relative;
7179
.ratio {
8091
  width: 100%;
7180
  position: relative;
8092
}
7181
  width: 100%;
8093
 
7182
}
8094
.ratio::before {
Línea 7236... Línea 8148...
7236
    position: sticky;
8148
    position: sticky;
7237
    top: 0;
8149
    top: 0;
7238
    z-index: 1020;
8150
    z-index: 1020;
7239
  }
8151
  }
7240
}
8152
}
-
 
8153
 
7241
@media (min-width: 768px) {
8154
@media (min-width: 768px) {
7242
  .sticky-md-top {
8155
  .sticky-md-top {
7243
    position: sticky;
8156
    position: sticky;
7244
    top: 0;
8157
    top: 0;
7245
    z-index: 1020;
8158
    z-index: 1020;
7246
  }
8159
  }
7247
}
8160
}
-
 
8161
 
7248
@media (min-width: 992px) {
8162
@media (min-width: 992px) {
7249
  .sticky-lg-top {
8163
  .sticky-lg-top {
7250
    position: sticky;
8164
    position: sticky;
7251
    top: 0;
8165
    top: 0;
7252
    z-index: 1020;
8166
    z-index: 1020;
7253
  }
8167
  }
7254
}
8168
}
-
 
8169
 
7255
@media (min-width: 1200px) {
8170
@media (min-width: 1200px) {
7256
  .sticky-xl-top {
8171
  .sticky-xl-top {
7257
    position: sticky;
8172
    position: sticky;
7258
    top: 0;
8173
    top: 0;
7259
    z-index: 1020;
8174
    z-index: 1020;
7260
  }
8175
  }
7261
}
8176
}
-
 
8177
 
7262
@media (min-width: 1400px) {
8178
@media (min-width: 1400px) {
7263
  .sticky-xxl-top {
8179
  .sticky-xxl-top {
7264
    position: sticky;
8180
    position: sticky;
7265
    top: 0;
8181
    top: 0;
7266
    z-index: 1020;
8182
    z-index: 1020;
7267
  }
8183
  }
7268
}
8184
}
-
 
8185
 
7269
.hstack {
8186
.hstack {
7270
  display: -webkit-box;
8187
  display: -webkit-box;
7271
  display: -ms-flexbox;
8188
  display: -ms-flexbox;
7272
  display: flex;
8189
  display: flex;
7273
  -webkit-box-orient: horizontal;
8190
  -webkit-box-orient: horizontal;
7274
  -webkit-box-direction: normal;
8191
  -webkit-box-direction: normal;
7275
      -ms-flex-direction: row;
8192
  -ms-flex-direction: row;
7276
          flex-direction: row;
8193
  flex-direction: row;
7277
  -webkit-box-align: center;
8194
  -webkit-box-align: center;
7278
      -ms-flex-align: center;
8195
  -ms-flex-align: center;
7279
          align-items: center;
8196
  align-items: center;
7280
  -ms-flex-item-align: stretch;
8197
  -ms-flex-item-align: stretch;
7281
      align-self: stretch;
8198
  align-self: stretch;
7282
}
8199
}
Línea 7283... Línea 8200...
7283
 
8200
 
7284
.vstack {
8201
.vstack {
7285
  display: -webkit-box;
8202
  display: -webkit-box;
7286
  display: -ms-flexbox;
8203
  display: -ms-flexbox;
7287
  display: flex;
8204
  display: flex;
7288
  -webkit-box-flex: 1;
8205
  -webkit-box-flex: 1;
7289
      -ms-flex: 1 1 auto;
8206
  -ms-flex: 1 1 auto;
7290
          flex: 1 1 auto;
8207
  flex: 1 1 auto;
7291
  -webkit-box-orient: vertical;
8208
  -webkit-box-orient: vertical;
7292
  -webkit-box-direction: normal;
8209
  -webkit-box-direction: normal;
7293
      -ms-flex-direction: column;
8210
  -ms-flex-direction: column;
7294
          flex-direction: column;
8211
  flex-direction: column;
7295
  -ms-flex-item-align: stretch;
8212
  -ms-flex-item-align: stretch;
7296
      align-self: stretch;
8213
  align-self: stretch;
Línea 7297... Línea 8214...
7297
}
8214
}
7298
 
8215
 
7299
.visually-hidden,
8216
.visually-hidden,
Línea 7326... Línea 8243...
7326
}
8243
}
Línea 7327... Línea 8244...
7327
 
8244
 
7328
.vr {
8245
.vr {
7329
  display: inline-block;
8246
  display: inline-block;
7330
  -ms-flex-item-align: stretch;
8247
  -ms-flex-item-align: stretch;
7331
      align-self: stretch;
8248
  align-self: stretch;
7332
  width: 1px;
8249
  width: 1px;
7333
  min-height: 1em;
8250
  min-height: 1em;
7334
  background-color: currentColor;
8251
  background-color: currentColor;
7335
  opacity: 0.25;
8252
  opacity: 0.25;
Línea 7451... Línea 8368...
7451
  display: none !important;
8368
  display: none !important;
7452
}
8369
}
Línea 7453... Línea 8370...
7453
 
8370
 
7454
.shadow {
8371
.shadow {
7455
  -webkit-box-shadow: 0px 0px 20px rgba(93, 83, 84, 0.15) !important;
8372
  -webkit-box-shadow: 0px 0px 20px rgba(93, 83, 84, 0.15) !important;
7456
          box-shadow: 0px 0px 20px rgba(93, 83, 84, 0.15) !important;
8373
  box-shadow: 0px 0px 20px rgba(93, 83, 84, 0.15) !important;
Línea 7457... Línea 8374...
7457
}
8374
}
7458
 
8375
 
7459
.shadow-sm {
8376
.shadow-sm {
7460
  -webkit-box-shadow: 0 0.125rem 0.25rem rgba(83, 88, 93, 0.15) !important;
8377
  -webkit-box-shadow: 0 0.125rem 0.25rem rgba(83, 88, 93, 0.15) !important;
Línea 7461... Línea 8378...
7461
          box-shadow: 0 0.125rem 0.25rem rgba(83, 88, 93, 0.15) !important;
8378
  box-shadow: 0 0.125rem 0.25rem rgba(83, 88, 93, 0.15) !important;
7462
}
8379
}
7463
 
8380
 
7464
.shadow-lg {
8381
.shadow-lg {
Línea 7465... Línea 8382...
7465
  -webkit-box-shadow: 0 1rem 3rem rgba(83, 88, 93, 0.15) !important;
8382
  -webkit-box-shadow: 0 1rem 3rem rgba(83, 88, 93, 0.15) !important;
7466
          box-shadow: 0 1rem 3rem rgba(83, 88, 93, 0.15) !important;
8383
  box-shadow: 0 1rem 3rem rgba(83, 88, 93, 0.15) !important;
7467
}
8384
}
7468
 
8385
 
Línea 7469... Línea 8386...
7469
.shadow-none {
8386
.shadow-none {
7470
  -webkit-box-shadow: none !important;
8387
  -webkit-box-shadow: none !important;
7471
          box-shadow: none !important;
8388
  box-shadow: none !important;
Línea 7539... Línea 8456...
7539
  right: 100% !important;
8456
  right: 100% !important;
7540
}
8457
}
Línea 7541... Línea 8458...
7541
 
8458
 
7542
.translate-middle {
8459
.translate-middle {
7543
  -webkit-transform: translate(-50%, -50%) !important;
8460
  -webkit-transform: translate(-50%, -50%) !important;
7544
          transform: translate(-50%, -50%) !important;
8461
  transform: translate(-50%, -50%) !important;
Línea 7545... Línea 8462...
7545
}
8462
}
7546
 
8463
 
7547
.translate-middle-x {
8464
.translate-middle-x {
7548
  -webkit-transform: translateX(-50%) !important;
8465
  -webkit-transform: translateX(-50%) !important;
Línea 7549... Línea 8466...
7549
          transform: translateX(-50%) !important;
8466
  transform: translateX(-50%) !important;
7550
}
8467
}
7551
 
8468
 
7552
.translate-middle-y {
8469
.translate-middle-y {
Línea 7553... Línea 8470...
7553
  -webkit-transform: translateY(-50%) !important;
8470
  -webkit-transform: translateY(-50%) !important;
7554
          transform: translateY(-50%) !important;
8471
  transform: translateY(-50%) !important;
7555
}
8472
}
Línea 7714... Línea 8631...
7714
  min-height: 100vh !important;
8631
  min-height: 100vh !important;
7715
}
8632
}
Línea 7716... Línea 8633...
7716
 
8633
 
7717
.flex-fill {
8634
.flex-fill {
7718
  -webkit-box-flex: 1 !important;
8635
  -webkit-box-flex: 1 !important;
7719
      -ms-flex: 1 1 auto !important;
8636
  -ms-flex: 1 1 auto !important;
7720
          flex: 1 1 auto !important;
8637
  flex: 1 1 auto !important;
Línea 7721... Línea 8638...
7721
}
8638
}
7722
 
8639
 
7723
.flex-row {
8640
.flex-row {
7724
  -webkit-box-orient: horizontal !important;
8641
  -webkit-box-orient: horizontal !important;
7725
  -webkit-box-direction: normal !important;
8642
  -webkit-box-direction: normal !important;
7726
      -ms-flex-direction: row !important;
8643
  -ms-flex-direction: row !important;
Línea 7727... Línea 8644...
7727
          flex-direction: row !important;
8644
  flex-direction: row !important;
7728
}
8645
}
7729
 
8646
 
7730
.flex-column {
8647
.flex-column {
7731
  -webkit-box-orient: vertical !important;
8648
  -webkit-box-orient: vertical !important;
7732
  -webkit-box-direction: normal !important;
8649
  -webkit-box-direction: normal !important;
Línea 7733... Línea 8650...
7733
      -ms-flex-direction: column !important;
8650
  -ms-flex-direction: column !important;
7734
          flex-direction: column !important;
8651
  flex-direction: column !important;
7735
}
8652
}
7736
 
8653
 
7737
.flex-row-reverse {
8654
.flex-row-reverse {
7738
  -webkit-box-orient: horizontal !important;
8655
  -webkit-box-orient: horizontal !important;
Línea 7739... Línea 8656...
7739
  -webkit-box-direction: reverse !important;
8656
  -webkit-box-direction: reverse !important;
7740
      -ms-flex-direction: row-reverse !important;
8657
  -ms-flex-direction: row-reverse !important;
7741
          flex-direction: row-reverse !important;
8658
  flex-direction: row-reverse !important;
7742
}
8659
}
7743
 
8660
 
7744
.flex-column-reverse {
8661
.flex-column-reverse {
Línea 7745... Línea 8662...
7745
  -webkit-box-orient: vertical !important;
8662
  -webkit-box-orient: vertical !important;
7746
  -webkit-box-direction: reverse !important;
8663
  -webkit-box-direction: reverse !important;
7747
      -ms-flex-direction: column-reverse !important;
8664
  -ms-flex-direction: column-reverse !important;
7748
          flex-direction: column-reverse !important;
8665
  flex-direction: column-reverse !important;
7749
}
8666
}
Línea 7750... Línea 8667...
7750
 
8667
 
7751
.flex-grow-0 {
8668
.flex-grow-0 {
7752
  -webkit-box-flex: 0 !important;
8669
  -webkit-box-flex: 0 !important;
7753
      -ms-flex-positive: 0 !important;
8670
  -ms-flex-positive: 0 !important;
7754
          flex-grow: 0 !important;
8671
  flex-grow: 0 !important;
Línea 7755... Línea 8672...
7755
}
8672
}
7756
 
8673
 
7757
.flex-grow-1 {
8674
.flex-grow-1 {
7758
  -webkit-box-flex: 1 !important;
8675
  -webkit-box-flex: 1 !important;
Línea 7759... Línea 8676...
7759
      -ms-flex-positive: 1 !important;
8676
  -ms-flex-positive: 1 !important;
7760
          flex-grow: 1 !important;
8677
  flex-grow: 1 !important;
7761
}
8678
}
7762
 
8679
 
Línea 7763... Línea 8680...
7763
.flex-shrink-0 {
8680
.flex-shrink-0 {
7764
  -ms-flex-negative: 0 !important;
8681
  -ms-flex-negative: 0 !important;
7765
      flex-shrink: 0 !important;
8682
  flex-shrink: 0 !important;
7766
}
8683
}
Línea 7767... Línea 8684...
7767
 
8684
 
7768
.flex-shrink-1 {
8685
.flex-shrink-1 {
7769
  -ms-flex-negative: 1 !important;
8686
  -ms-flex-negative: 1 !important;
7770
      flex-shrink: 1 !important;
8687
  flex-shrink: 1 !important;
Línea 7771... Línea 8688...
7771
}
8688
}
7772
 
8689
 
7773
.flex-wrap {
8690
.flex-wrap {
7774
  -ms-flex-wrap: wrap !important;
8691
  -ms-flex-wrap: wrap !important;
Línea 7775... Línea 8692...
7775
      flex-wrap: wrap !important;
8692
  flex-wrap: wrap !important;
7776
}
8693
}
7777
 
8694
 
Línea 7809... Línea 8726...
7809
  gap: 3rem !important;
8726
  gap: 3rem !important;
7810
}
8727
}
Línea 7811... Línea 8728...
7811
 
8728
 
7812
.justify-content-start {
8729
.justify-content-start {
7813
  -webkit-box-pack: start !important;
8730
  -webkit-box-pack: start !important;
7814
      -ms-flex-pack: start !important;
8731
  -ms-flex-pack: start !important;
7815
          justify-content: flex-start !important;
8732
  justify-content: flex-start !important;
Línea 7816... Línea 8733...
7816
}
8733
}
7817
 
8734
 
7818
.justify-content-end {
8735
.justify-content-end {
7819
  -webkit-box-pack: end !important;
8736
  -webkit-box-pack: end !important;
7820
      -ms-flex-pack: end !important;
8737
  -ms-flex-pack: end !important;
Línea 7821... Línea 8738...
7821
          justify-content: flex-end !important;
8738
  justify-content: flex-end !important;
7822
}
8739
}
7823
 
8740
 
7824
.justify-content-center {
8741
.justify-content-center {
7825
  -webkit-box-pack: center !important;
8742
  -webkit-box-pack: center !important;
Línea 7826... Línea 8743...
7826
      -ms-flex-pack: center !important;
8743
  -ms-flex-pack: center !important;
7827
          justify-content: center !important;
8744
  justify-content: center !important;
7828
}
8745
}
7829
 
8746
 
7830
.justify-content-between {
8747
.justify-content-between {
Línea 7831... Línea 8748...
7831
  -webkit-box-pack: justify !important;
8748
  -webkit-box-pack: justify !important;
7832
      -ms-flex-pack: justify !important;
8749
  -ms-flex-pack: justify !important;
7833
          justify-content: space-between !important;
8750
  justify-content: space-between !important;
7834
}
8751
}
Línea 7835... Línea 8752...
7835
 
8752
 
7836
.justify-content-around {
8753
.justify-content-around {
7837
  -ms-flex-pack: distribute !important;
8754
  -ms-flex-pack: distribute !important;
7838
      justify-content: space-around !important;
8755
  justify-content: space-around !important;
7839
}
8756
}
Línea 7840... Línea 8757...
7840
 
8757
 
7841
.justify-content-evenly {
8758
.justify-content-evenly {
7842
  -webkit-box-pack: space-evenly !important;
8759
  -webkit-box-pack: space-evenly !important;
7843
      -ms-flex-pack: space-evenly !important;
8760
  -ms-flex-pack: space-evenly !important;
7844
          justify-content: space-evenly !important;
8761
  justify-content: space-evenly !important;
Línea 7845... Línea 8762...
7845
}
8762
}
7846
 
8763
 
7847
.align-items-start {
8764
.align-items-start {
7848
  -webkit-box-align: start !important;
8765
  -webkit-box-align: start !important;
7849
      -ms-flex-align: start !important;
8766
  -ms-flex-align: start !important;
Línea 7850... Línea 8767...
7850
          align-items: flex-start !important;
8767
  align-items: flex-start !important;
7851
}
8768
}
7852
 
8769
 
7853
.align-items-end {
8770
.align-items-end {
7854
  -webkit-box-align: end !important;
8771
  -webkit-box-align: end !important;
Línea 7855... Línea 8772...
7855
      -ms-flex-align: end !important;
8772
  -ms-flex-align: end !important;
7856
          align-items: flex-end !important;
8773
  align-items: flex-end !important;
7857
}
8774
}
7858
 
8775
 
7859
.align-items-center {
8776
.align-items-center {
Línea 7860... Línea 8777...
7860
  -webkit-box-align: center !important;
8777
  -webkit-box-align: center !important;
7861
      -ms-flex-align: center !important;
8778
  -ms-flex-align: center !important;
7862
          align-items: center !important;
8779
  align-items: center !important;
7863
}
8780
}
7864
 
8781
 
Línea 7865... Línea 8782...
7865
.align-items-baseline {
8782
.align-items-baseline {
7866
  -webkit-box-align: baseline !important;
8783
  -webkit-box-align: baseline !important;
7867
      -ms-flex-align: baseline !important;
8784
  -ms-flex-align: baseline !important;
7868
          align-items: baseline !important;
8785
  align-items: baseline !important;
Línea 7869... Línea 8786...
7869
}
8786
}
7870
 
8787
 
7871
.align-items-stretch {
8788
.align-items-stretch {
7872
  -webkit-box-align: stretch !important;
8789
  -webkit-box-align: stretch !important;
Línea 7873... Línea 8790...
7873
      -ms-flex-align: stretch !important;
8790
  -ms-flex-align: stretch !important;
7874
          align-items: stretch !important;
8791
  align-items: stretch !important;
7875
}
8792
}
7876
 
8793
 
Línea 7877... Línea 8794...
7877
.align-content-start {
8794
.align-content-start {
7878
  -ms-flex-line-pack: start !important;
8795
  -ms-flex-line-pack: start !important;
7879
      align-content: flex-start !important;
8796
  align-content: flex-start !important;
7880
}
8797
}
Línea 7881... Línea 8798...
7881
 
8798
 
7882
.align-content-end {
8799
.align-content-end {
7883
  -ms-flex-line-pack: end !important;
8800
  -ms-flex-line-pack: end !important;
7884
      align-content: flex-end !important;
8801
  align-content: flex-end !important;
Línea 7885... Línea 8802...
7885
}
8802
}
7886
 
8803
 
7887
.align-content-center {
8804
.align-content-center {
7888
  -ms-flex-line-pack: center !important;
8805
  -ms-flex-line-pack: center !important;
Línea 7889... Línea 8806...
7889
      align-content: center !important;
8806
  align-content: center !important;
7890
}
8807
}
7891
 
8808
 
7892
.align-content-between {
8809
.align-content-between {
Línea 7893... Línea 8810...
7893
  -ms-flex-line-pack: justify !important;
8810
  -ms-flex-line-pack: justify !important;
7894
      align-content: space-between !important;
8811
  align-content: space-between !important;
7895
}
8812
}
7896
 
8813
 
Línea 7897... Línea 8814...
7897
.align-content-around {
8814
.align-content-around {
7898
  -ms-flex-line-pack: distribute !important;
8815
  -ms-flex-line-pack: distribute !important;
7899
      align-content: space-around !important;
8816
  align-content: space-around !important;
7900
}
8817
}
Línea 7901... Línea 8818...
7901
 
8818
 
7902
.align-content-stretch {
8819
.align-content-stretch {
7903
  -ms-flex-line-pack: stretch !important;
8820
  -ms-flex-line-pack: stretch !important;
7904
      align-content: stretch !important;
8821
  align-content: stretch !important;
Línea 7905... Línea 8822...
7905
}
8822
}
7906
 
8823
 
7907
.align-self-auto {
8824
.align-self-auto {
7908
  -ms-flex-item-align: auto !important;
8825
  -ms-flex-item-align: auto !important;
Línea 7909... Línea 8826...
7909
      align-self: auto !important;
8826
  align-self: auto !important;
7910
}
8827
}
7911
 
8828
 
7912
.align-self-start {
8829
.align-self-start {
Línea 7913... Línea 8830...
7913
  -ms-flex-item-align: start !important;
8830
  -ms-flex-item-align: start !important;
7914
      align-self: flex-start !important;
8831
  align-self: flex-start !important;
7915
}
8832
}
7916
 
8833
 
7917
.align-self-end {
8834
.align-self-end {
Línea 7918... Línea 8835...
7918
  -ms-flex-item-align: end !important;
8835
  -ms-flex-item-align: end !important;
7919
      align-self: flex-end !important;
8836
  align-self: flex-end !important;
7920
}
8837
}
7921
 
8838
 
7922
.align-self-center {
8839
.align-self-center {
Línea 7923... Línea 8840...
7923
  -ms-flex-item-align: center !important;
8840
  -ms-flex-item-align: center !important;
7924
      align-self: center !important;
8841
  align-self: center !important;
7925
}
8842
}
7926
 
8843
 
7927
.align-self-baseline {
8844
.align-self-baseline {
Línea 7928... Línea 8845...
7928
  -ms-flex-item-align: baseline !important;
8845
  -ms-flex-item-align: baseline !important;
7929
      align-self: baseline !important;
8846
  align-self: baseline !important;
7930
}
8847
}
7931
 
8848
 
7932
.align-self-stretch {
8849
.align-self-stretch {
Línea 7933... Línea 8850...
7933
  -ms-flex-item-align: stretch !important;
8850
  -ms-flex-item-align: stretch !important;
7934
      align-self: stretch !important;
8851
  align-self: stretch !important;
7935
}
8852
}
7936
 
8853
 
7937
.order-first {
8854
.order-first {
Línea 7938... Línea 8855...
7938
  -webkit-box-ordinal-group: 0 !important;
8855
  -webkit-box-ordinal-group: 0 !important;
7939
      -ms-flex-order: -1 !important;
8856
  -ms-flex-order: -1 !important;
7940
          order: -1 !important;
8857
  order: -1 !important;
7941
}
8858
}
7942
 
8859
 
Línea 7943... Línea 8860...
7943
.order-0 {
8860
.order-0 {
7944
  -webkit-box-ordinal-group: 1 !important;
8861
  -webkit-box-ordinal-group: 1 !important;
7945
      -ms-flex-order: 0 !important;
8862
  -ms-flex-order: 0 !important;
7946
          order: 0 !important;
8863
  order: 0 !important;
7947
}
8864
}
Línea 7948... Línea 8865...
7948
 
8865
 
7949
.order-1 {
8866
.order-1 {
7950
  -webkit-box-ordinal-group: 2 !important;
8867
  -webkit-box-ordinal-group: 2 !important;
7951
      -ms-flex-order: 1 !important;
8868
  -ms-flex-order: 1 !important;
7952
          order: 1 !important;
8869
  order: 1 !important;
Línea 7953... Línea 8870...
7953
}
8870
}
7954
 
8871
 
7955
.order-2 {
8872
.order-2 {
Línea 8820... Línea 9737...
8820
  background-image: var(--bs-gradient) !important;
9737
  background-image: var(--bs-gradient) !important;
8821
}
9738
}
Línea 8822... Línea 9739...
8822
 
9739
 
8823
.user-select-all {
9740
.user-select-all {
8824
  -webkit-user-select: all !important;
9741
  -webkit-user-select: all !important;
8825
     -moz-user-select: all !important;
9742
  -moz-user-select: all !important;
8826
          user-select: all !important;
9743
  user-select: all !important;
Línea 8827... Línea 9744...
8827
}
9744
}
8828
 
9745
 
8829
.user-select-auto {
9746
.user-select-auto {
8830
  -webkit-user-select: auto !important;
9747
  -webkit-user-select: auto !important;
8831
     -moz-user-select: auto !important;
9748
  -moz-user-select: auto !important;
8832
      -ms-user-select: auto !important;
9749
  -ms-user-select: auto !important;
Línea 8833... Línea 9750...
8833
          user-select: auto !important;
9750
  user-select: auto !important;
8834
}
9751
}
8835
 
9752
 
8836
.user-select-none {
9753
.user-select-none {
8837
  -webkit-user-select: none !important;
9754
  -webkit-user-select: none !important;
8838
     -moz-user-select: none !important;
9755
  -moz-user-select: none !important;
Línea 8839... Línea 9756...
8839
      -ms-user-select: none !important;
9756
  -ms-user-select: none !important;
8840
          user-select: none !important;
9757
  user-select: none !important;
8841
}
9758
}
Línea 8961... Línea 9878...
8961
    display: none !important;
9878
    display: none !important;
8962
  }
9879
  }
Línea 8963... Línea 9880...
8963
 
9880
 
8964
  .flex-sm-fill {
9881
  .flex-sm-fill {
8965
    -webkit-box-flex: 1 !important;
9882
    -webkit-box-flex: 1 !important;
8966
        -ms-flex: 1 1 auto !important;
9883
    -ms-flex: 1 1 auto !important;
8967
            flex: 1 1 auto !important;
9884
    flex: 1 1 auto !important;
Línea 8968... Línea 9885...
8968
  }
9885
  }
8969
 
9886
 
8970
  .flex-sm-row {
9887
  .flex-sm-row {
8971
    -webkit-box-orient: horizontal !important;
9888
    -webkit-box-orient: horizontal !important;
8972
    -webkit-box-direction: normal !important;
9889
    -webkit-box-direction: normal !important;
8973
        -ms-flex-direction: row !important;
9890
    -ms-flex-direction: row !important;
Línea 8974... Línea 9891...
8974
            flex-direction: row !important;
9891
    flex-direction: row !important;
8975
  }
9892
  }
8976
 
9893
 
8977
  .flex-sm-column {
9894
  .flex-sm-column {
8978
    -webkit-box-orient: vertical !important;
9895
    -webkit-box-orient: vertical !important;
8979
    -webkit-box-direction: normal !important;
9896
    -webkit-box-direction: normal !important;
Línea 8980... Línea 9897...
8980
        -ms-flex-direction: column !important;
9897
    -ms-flex-direction: column !important;
8981
            flex-direction: column !important;
9898
    flex-direction: column !important;
8982
  }
9899
  }
8983
 
9900
 
8984
  .flex-sm-row-reverse {
9901
  .flex-sm-row-reverse {
8985
    -webkit-box-orient: horizontal !important;
9902
    -webkit-box-orient: horizontal !important;
Línea 8986... Línea 9903...
8986
    -webkit-box-direction: reverse !important;
9903
    -webkit-box-direction: reverse !important;
8987
        -ms-flex-direction: row-reverse !important;
9904
    -ms-flex-direction: row-reverse !important;
8988
            flex-direction: row-reverse !important;
9905
    flex-direction: row-reverse !important;
8989
  }
9906
  }
8990
 
9907
 
8991
  .flex-sm-column-reverse {
9908
  .flex-sm-column-reverse {
Línea 8992... Línea 9909...
8992
    -webkit-box-orient: vertical !important;
9909
    -webkit-box-orient: vertical !important;
8993
    -webkit-box-direction: reverse !important;
9910
    -webkit-box-direction: reverse !important;
8994
        -ms-flex-direction: column-reverse !important;
9911
    -ms-flex-direction: column-reverse !important;
8995
            flex-direction: column-reverse !important;
9912
    flex-direction: column-reverse !important;
8996
  }
9913
  }
Línea 8997... Línea 9914...
8997
 
9914
 
8998
  .flex-sm-grow-0 {
9915
  .flex-sm-grow-0 {
8999
    -webkit-box-flex: 0 !important;
9916
    -webkit-box-flex: 0 !important;
9000
        -ms-flex-positive: 0 !important;
9917
    -ms-flex-positive: 0 !important;
9001
            flex-grow: 0 !important;
9918
    flex-grow: 0 !important;
Línea 9002... Línea 9919...
9002
  }
9919
  }
9003
 
9920
 
9004
  .flex-sm-grow-1 {
9921
  .flex-sm-grow-1 {
9005
    -webkit-box-flex: 1 !important;
9922
    -webkit-box-flex: 1 !important;
Línea 9006... Línea 9923...
9006
        -ms-flex-positive: 1 !important;
9923
    -ms-flex-positive: 1 !important;
9007
            flex-grow: 1 !important;
9924
    flex-grow: 1 !important;
9008
  }
9925
  }
9009
 
9926
 
Línea 9010... Línea 9927...
9010
  .flex-sm-shrink-0 {
9927
  .flex-sm-shrink-0 {
9011
    -ms-flex-negative: 0 !important;
9928
    -ms-flex-negative: 0 !important;
9012
        flex-shrink: 0 !important;
9929
    flex-shrink: 0 !important;
9013
  }
9930
  }
Línea 9014... Línea 9931...
9014
 
9931
 
9015
  .flex-sm-shrink-1 {
9932
  .flex-sm-shrink-1 {
9016
    -ms-flex-negative: 1 !important;
9933
    -ms-flex-negative: 1 !important;
9017
        flex-shrink: 1 !important;
9934
    flex-shrink: 1 !important;
Línea 9018... Línea 9935...
9018
  }
9935
  }
9019
 
9936
 
9020
  .flex-sm-wrap {
9937
  .flex-sm-wrap {
9021
    -ms-flex-wrap: wrap !important;
9938
    -ms-flex-wrap: wrap !important;
Línea 9022... Línea 9939...
9022
        flex-wrap: wrap !important;
9939
    flex-wrap: wrap !important;
9023
  }
9940
  }
9024
 
9941
 
Línea 9056... Línea 9973...
9056
    gap: 3rem !important;
9973
    gap: 3rem !important;
9057
  }
9974
  }
Línea 9058... Línea 9975...
9058
 
9975
 
9059
  .justify-content-sm-start {
9976
  .justify-content-sm-start {
9060
    -webkit-box-pack: start !important;
9977
    -webkit-box-pack: start !important;
9061
        -ms-flex-pack: start !important;
9978
    -ms-flex-pack: start !important;
9062
            justify-content: flex-start !important;
9979
    justify-content: flex-start !important;
Línea 9063... Línea 9980...
9063
  }
9980
  }
9064
 
9981
 
9065
  .justify-content-sm-end {
9982
  .justify-content-sm-end {
9066
    -webkit-box-pack: end !important;
9983
    -webkit-box-pack: end !important;
9067
        -ms-flex-pack: end !important;
9984
    -ms-flex-pack: end !important;
Línea 9068... Línea 9985...
9068
            justify-content: flex-end !important;
9985
    justify-content: flex-end !important;
9069
  }
9986
  }
9070
 
9987
 
9071
  .justify-content-sm-center {
9988
  .justify-content-sm-center {
9072
    -webkit-box-pack: center !important;
9989
    -webkit-box-pack: center !important;
Línea 9073... Línea 9990...
9073
        -ms-flex-pack: center !important;
9990
    -ms-flex-pack: center !important;
9074
            justify-content: center !important;
9991
    justify-content: center !important;
9075
  }
9992
  }
9076
 
9993
 
9077
  .justify-content-sm-between {
9994
  .justify-content-sm-between {
Línea 9078... Línea 9995...
9078
    -webkit-box-pack: justify !important;
9995
    -webkit-box-pack: justify !important;
9079
        -ms-flex-pack: justify !important;
9996
    -ms-flex-pack: justify !important;
9080
            justify-content: space-between !important;
9997
    justify-content: space-between !important;
9081
  }
9998
  }
Línea 9082... Línea 9999...
9082
 
9999
 
9083
  .justify-content-sm-around {
10000
  .justify-content-sm-around {
9084
    -ms-flex-pack: distribute !important;
10001
    -ms-flex-pack: distribute !important;
9085
        justify-content: space-around !important;
10002
    justify-content: space-around !important;
9086
  }
10003
  }
Línea 9087... Línea 10004...
9087
 
10004
 
9088
  .justify-content-sm-evenly {
10005
  .justify-content-sm-evenly {
9089
    -webkit-box-pack: space-evenly !important;
10006
    -webkit-box-pack: space-evenly !important;
9090
        -ms-flex-pack: space-evenly !important;
10007
    -ms-flex-pack: space-evenly !important;
9091
            justify-content: space-evenly !important;
10008
    justify-content: space-evenly !important;
Línea 9092... Línea 10009...
9092
  }
10009
  }
9093
 
10010
 
9094
  .align-items-sm-start {
10011
  .align-items-sm-start {
9095
    -webkit-box-align: start !important;
10012
    -webkit-box-align: start !important;
9096
        -ms-flex-align: start !important;
10013
    -ms-flex-align: start !important;
Línea 9097... Línea 10014...
9097
            align-items: flex-start !important;
10014
    align-items: flex-start !important;
9098
  }
10015
  }
9099
 
10016
 
9100
  .align-items-sm-end {
10017
  .align-items-sm-end {
9101
    -webkit-box-align: end !important;
10018
    -webkit-box-align: end !important;
Línea 9102... Línea 10019...
9102
        -ms-flex-align: end !important;
10019
    -ms-flex-align: end !important;
9103
            align-items: flex-end !important;
10020
    align-items: flex-end !important;
9104
  }
10021
  }
9105
 
10022
 
9106
  .align-items-sm-center {
10023
  .align-items-sm-center {
Línea 9107... Línea 10024...
9107
    -webkit-box-align: center !important;
10024
    -webkit-box-align: center !important;
9108
        -ms-flex-align: center !important;
10025
    -ms-flex-align: center !important;
9109
            align-items: center !important;
10026
    align-items: center !important;
9110
  }
10027
  }
9111
 
10028
 
Línea 9112... Línea 10029...
9112
  .align-items-sm-baseline {
10029
  .align-items-sm-baseline {
9113
    -webkit-box-align: baseline !important;
10030
    -webkit-box-align: baseline !important;
9114
        -ms-flex-align: baseline !important;
10031
    -ms-flex-align: baseline !important;
9115
            align-items: baseline !important;
10032
    align-items: baseline !important;
Línea 9116... Línea 10033...
9116
  }
10033
  }
9117
 
10034
 
9118
  .align-items-sm-stretch {
10035
  .align-items-sm-stretch {
9119
    -webkit-box-align: stretch !important;
10036
    -webkit-box-align: stretch !important;
Línea 9120... Línea 10037...
9120
        -ms-flex-align: stretch !important;
10037
    -ms-flex-align: stretch !important;
9121
            align-items: stretch !important;
10038
    align-items: stretch !important;
9122
  }
10039
  }
9123
 
10040
 
Línea 9124... Línea 10041...
9124
  .align-content-sm-start {
10041
  .align-content-sm-start {
9125
    -ms-flex-line-pack: start !important;
10042
    -ms-flex-line-pack: start !important;
9126
        align-content: flex-start !important;
10043
    align-content: flex-start !important;
9127
  }
10044
  }
Línea 9128... Línea 10045...
9128
 
10045
 
9129
  .align-content-sm-end {
10046
  .align-content-sm-end {
9130
    -ms-flex-line-pack: end !important;
10047
    -ms-flex-line-pack: end !important;
9131
        align-content: flex-end !important;
10048
    align-content: flex-end !important;
Línea 9132... Línea 10049...
9132
  }
10049
  }
9133
 
10050
 
9134
  .align-content-sm-center {
10051
  .align-content-sm-center {
9135
    -ms-flex-line-pack: center !important;
10052
    -ms-flex-line-pack: center !important;
Línea 9136... Línea 10053...
9136
        align-content: center !important;
10053
    align-content: center !important;
9137
  }
10054
  }
9138
 
10055
 
9139
  .align-content-sm-between {
10056
  .align-content-sm-between {
Línea 9140... Línea 10057...
9140
    -ms-flex-line-pack: justify !important;
10057
    -ms-flex-line-pack: justify !important;
9141
        align-content: space-between !important;
10058
    align-content: space-between !important;
9142
  }
10059
  }
9143
 
10060
 
Línea 9144... Línea 10061...
9144
  .align-content-sm-around {
10061
  .align-content-sm-around {
9145
    -ms-flex-line-pack: distribute !important;
10062
    -ms-flex-line-pack: distribute !important;
9146
        align-content: space-around !important;
10063
    align-content: space-around !important;
9147
  }
10064
  }
Línea 9148... Línea 10065...
9148
 
10065
 
9149
  .align-content-sm-stretch {
10066
  .align-content-sm-stretch {
9150
    -ms-flex-line-pack: stretch !important;
10067
    -ms-flex-line-pack: stretch !important;
9151
        align-content: stretch !important;
10068
    align-content: stretch !important;
Línea 9152... Línea 10069...
9152
  }
10069
  }
9153
 
10070
 
9154
  .align-self-sm-auto {
10071
  .align-self-sm-auto {
9155
    -ms-flex-item-align: auto !important;
10072
    -ms-flex-item-align: auto !important;
Línea 9156... Línea 10073...
9156
        align-self: auto !important;
10073
    align-self: auto !important;
9157
  }
10074
  }
9158
 
10075
 
9159
  .align-self-sm-start {
10076
  .align-self-sm-start {
Línea 9160... Línea 10077...
9160
    -ms-flex-item-align: start !important;
10077
    -ms-flex-item-align: start !important;
9161
        align-self: flex-start !important;
10078
    align-self: flex-start !important;
9162
  }
10079
  }
9163
 
10080
 
9164
  .align-self-sm-end {
10081
  .align-self-sm-end {
Línea 9165... Línea 10082...
9165
    -ms-flex-item-align: end !important;
10082
    -ms-flex-item-align: end !important;
9166
        align-self: flex-end !important;
10083
    align-self: flex-end !important;
9167
  }
10084
  }
9168
 
10085
 
9169
  .align-self-sm-center {
10086
  .align-self-sm-center {
Línea 9170... Línea 10087...
9170
    -ms-flex-item-align: center !important;
10087
    -ms-flex-item-align: center !important;
9171
        align-self: center !important;
10088
    align-self: center !important;
9172
  }
10089
  }
9173
 
10090
 
9174
  .align-self-sm-baseline {
10091
  .align-self-sm-baseline {
Línea 9175... Línea 10092...
9175
    -ms-flex-item-align: baseline !important;
10092
    -ms-flex-item-align: baseline !important;
9176
        align-self: baseline !important;
10093
    align-self: baseline !important;
9177
  }
10094
  }
9178
 
10095
 
9179
  .align-self-sm-stretch {
10096
  .align-self-sm-stretch {
Línea 9180... Línea 10097...
9180
    -ms-flex-item-align: stretch !important;
10097
    -ms-flex-item-align: stretch !important;
9181
        align-self: stretch !important;
10098
    align-self: stretch !important;
9182
  }
10099
  }
9183
 
10100
 
9184
  .order-sm-first {
10101
  .order-sm-first {
Línea 9185... Línea 10102...
9185
    -webkit-box-ordinal-group: 0 !important;
10102
    -webkit-box-ordinal-group: 0 !important;
9186
        -ms-flex-order: -1 !important;
10103
    -ms-flex-order: -1 !important;
9187
            order: -1 !important;
10104
    order: -1 !important;
9188
  }
10105
  }
9189
 
10106
 
Línea 9190... Línea 10107...
9190
  .order-sm-0 {
10107
  .order-sm-0 {
9191
    -webkit-box-ordinal-group: 1 !important;
10108
    -webkit-box-ordinal-group: 1 !important;
9192
        -ms-flex-order: 0 !important;
10109
    -ms-flex-order: 0 !important;
9193
            order: 0 !important;
10110
    order: 0 !important;
9194
  }
10111
  }
Línea 9195... Línea 10112...
9195
 
10112
 
9196
  .order-sm-1 {
10113
  .order-sm-1 {
9197
    -webkit-box-ordinal-group: 2 !important;
10114
    -webkit-box-ordinal-group: 2 !important;
9198
        -ms-flex-order: 1 !important;
10115
    -ms-flex-order: 1 !important;
9199
            order: 1 !important;
10116
    order: 1 !important;
Línea 9200... Línea 10117...
9200
  }
10117
  }
9201
 
10118
 
9202
  .order-sm-2 {
10119
  .order-sm-2 {
Línea 9779... Línea 10696...
9779
 
10696
 
9780
  .text-sm-center {
10697
  .text-sm-center {
9781
    text-align: center !important;
10698
    text-align: center !important;
9782
  }
10699
  }
-
 
10700
}
9783
}
10701
 
9784
@media (min-width: 768px) {
10702
@media (min-width: 768px) {
9785
  .float-md-start {
10703
  .float-md-start {
9786
    float: left !important;
10704
    float: left !important;
Línea 9838... Línea 10756...
9838
    display: none !important;
10756
    display: none !important;
9839
  }
10757
  }
Línea 9840... Línea 10758...
9840
 
10758
 
9841
  .flex-md-fill {
10759
  .flex-md-fill {
9842
    -webkit-box-flex: 1 !important;
10760
    -webkit-box-flex: 1 !important;
9843
        -ms-flex: 1 1 auto !important;
10761
    -ms-flex: 1 1 auto !important;
9844
            flex: 1 1 auto !important;
10762
    flex: 1 1 auto !important;
Línea 9845... Línea 10763...
9845
  }
10763
  }
9846
 
10764
 
9847
  .flex-md-row {
10765
  .flex-md-row {
9848
    -webkit-box-orient: horizontal !important;
10766
    -webkit-box-orient: horizontal !important;
9849
    -webkit-box-direction: normal !important;
10767
    -webkit-box-direction: normal !important;
9850
        -ms-flex-direction: row !important;
10768
    -ms-flex-direction: row !important;
Línea 9851... Línea 10769...
9851
            flex-direction: row !important;
10769
    flex-direction: row !important;
9852
  }
10770
  }
9853
 
10771
 
9854
  .flex-md-column {
10772
  .flex-md-column {
9855
    -webkit-box-orient: vertical !important;
10773
    -webkit-box-orient: vertical !important;
9856
    -webkit-box-direction: normal !important;
10774
    -webkit-box-direction: normal !important;
Línea 9857... Línea 10775...
9857
        -ms-flex-direction: column !important;
10775
    -ms-flex-direction: column !important;
9858
            flex-direction: column !important;
10776
    flex-direction: column !important;
9859
  }
10777
  }
9860
 
10778
 
9861
  .flex-md-row-reverse {
10779
  .flex-md-row-reverse {
9862
    -webkit-box-orient: horizontal !important;
10780
    -webkit-box-orient: horizontal !important;
Línea 9863... Línea 10781...
9863
    -webkit-box-direction: reverse !important;
10781
    -webkit-box-direction: reverse !important;
9864
        -ms-flex-direction: row-reverse !important;
10782
    -ms-flex-direction: row-reverse !important;
9865
            flex-direction: row-reverse !important;
10783
    flex-direction: row-reverse !important;
9866
  }
10784
  }
9867
 
10785
 
9868
  .flex-md-column-reverse {
10786
  .flex-md-column-reverse {
Línea 9869... Línea 10787...
9869
    -webkit-box-orient: vertical !important;
10787
    -webkit-box-orient: vertical !important;
9870
    -webkit-box-direction: reverse !important;
10788
    -webkit-box-direction: reverse !important;
9871
        -ms-flex-direction: column-reverse !important;
10789
    -ms-flex-direction: column-reverse !important;
9872
            flex-direction: column-reverse !important;
10790
    flex-direction: column-reverse !important;
9873
  }
10791
  }
Línea 9874... Línea 10792...
9874
 
10792
 
9875
  .flex-md-grow-0 {
10793
  .flex-md-grow-0 {
9876
    -webkit-box-flex: 0 !important;
10794
    -webkit-box-flex: 0 !important;
9877
        -ms-flex-positive: 0 !important;
10795
    -ms-flex-positive: 0 !important;
9878
            flex-grow: 0 !important;
10796
    flex-grow: 0 !important;
Línea 9879... Línea 10797...
9879
  }
10797
  }
9880
 
10798
 
9881
  .flex-md-grow-1 {
10799
  .flex-md-grow-1 {
9882
    -webkit-box-flex: 1 !important;
10800
    -webkit-box-flex: 1 !important;
Línea 9883... Línea 10801...
9883
        -ms-flex-positive: 1 !important;
10801
    -ms-flex-positive: 1 !important;
9884
            flex-grow: 1 !important;
10802
    flex-grow: 1 !important;
9885
  }
10803
  }
9886
 
10804
 
Línea 9887... Línea 10805...
9887
  .flex-md-shrink-0 {
10805
  .flex-md-shrink-0 {
9888
    -ms-flex-negative: 0 !important;
10806
    -ms-flex-negative: 0 !important;
9889
        flex-shrink: 0 !important;
10807
    flex-shrink: 0 !important;
9890
  }
10808
  }
Línea 9891... Línea 10809...
9891
 
10809
 
9892
  .flex-md-shrink-1 {
10810
  .flex-md-shrink-1 {
9893
    -ms-flex-negative: 1 !important;
10811
    -ms-flex-negative: 1 !important;
9894
        flex-shrink: 1 !important;
10812
    flex-shrink: 1 !important;
Línea 9895... Línea 10813...
9895
  }
10813
  }
9896
 
10814
 
9897
  .flex-md-wrap {
10815
  .flex-md-wrap {
9898
    -ms-flex-wrap: wrap !important;
10816
    -ms-flex-wrap: wrap !important;
Línea 9899... Línea 10817...
9899
        flex-wrap: wrap !important;
10817
    flex-wrap: wrap !important;
9900
  }
10818
  }
9901
 
10819
 
Línea 9933... Línea 10851...
9933
    gap: 3rem !important;
10851
    gap: 3rem !important;
9934
  }
10852
  }
Línea 9935... Línea 10853...
9935
 
10853
 
9936
  .justify-content-md-start {
10854
  .justify-content-md-start {
9937
    -webkit-box-pack: start !important;
10855
    -webkit-box-pack: start !important;
9938
        -ms-flex-pack: start !important;
10856
    -ms-flex-pack: start !important;
9939
            justify-content: flex-start !important;
10857
    justify-content: flex-start !important;
Línea 9940... Línea 10858...
9940
  }
10858
  }
9941
 
10859
 
9942
  .justify-content-md-end {
10860
  .justify-content-md-end {
9943
    -webkit-box-pack: end !important;
10861
    -webkit-box-pack: end !important;
9944
        -ms-flex-pack: end !important;
10862
    -ms-flex-pack: end !important;
Línea 9945... Línea 10863...
9945
            justify-content: flex-end !important;
10863
    justify-content: flex-end !important;
9946
  }
10864
  }
9947
 
10865
 
9948
  .justify-content-md-center {
10866
  .justify-content-md-center {
9949
    -webkit-box-pack: center !important;
10867
    -webkit-box-pack: center !important;
Línea 9950... Línea 10868...
9950
        -ms-flex-pack: center !important;
10868
    -ms-flex-pack: center !important;
9951
            justify-content: center !important;
10869
    justify-content: center !important;
9952
  }
10870
  }
9953
 
10871
 
9954
  .justify-content-md-between {
10872
  .justify-content-md-between {
Línea 9955... Línea 10873...
9955
    -webkit-box-pack: justify !important;
10873
    -webkit-box-pack: justify !important;
9956
        -ms-flex-pack: justify !important;
10874
    -ms-flex-pack: justify !important;
9957
            justify-content: space-between !important;
10875
    justify-content: space-between !important;
9958
  }
10876
  }
Línea 9959... Línea 10877...
9959
 
10877
 
9960
  .justify-content-md-around {
10878
  .justify-content-md-around {
9961
    -ms-flex-pack: distribute !important;
10879
    -ms-flex-pack: distribute !important;
9962
        justify-content: space-around !important;
10880
    justify-content: space-around !important;
9963
  }
10881
  }
Línea 9964... Línea 10882...
9964
 
10882
 
9965
  .justify-content-md-evenly {
10883
  .justify-content-md-evenly {
9966
    -webkit-box-pack: space-evenly !important;
10884
    -webkit-box-pack: space-evenly !important;
9967
        -ms-flex-pack: space-evenly !important;
10885
    -ms-flex-pack: space-evenly !important;
9968
            justify-content: space-evenly !important;
10886
    justify-content: space-evenly !important;
Línea 9969... Línea 10887...
9969
  }
10887
  }
9970
 
10888
 
9971
  .align-items-md-start {
10889
  .align-items-md-start {
9972
    -webkit-box-align: start !important;
10890
    -webkit-box-align: start !important;
9973
        -ms-flex-align: start !important;
10891
    -ms-flex-align: start !important;
Línea 9974... Línea 10892...
9974
            align-items: flex-start !important;
10892
    align-items: flex-start !important;
9975
  }
10893
  }
9976
 
10894
 
9977
  .align-items-md-end {
10895
  .align-items-md-end {
9978
    -webkit-box-align: end !important;
10896
    -webkit-box-align: end !important;
Línea 9979... Línea 10897...
9979
        -ms-flex-align: end !important;
10897
    -ms-flex-align: end !important;
9980
            align-items: flex-end !important;
10898
    align-items: flex-end !important;
9981
  }
10899
  }
9982
 
10900
 
9983
  .align-items-md-center {
10901
  .align-items-md-center {
Línea 9984... Línea 10902...
9984
    -webkit-box-align: center !important;
10902
    -webkit-box-align: center !important;
9985
        -ms-flex-align: center !important;
10903
    -ms-flex-align: center !important;
9986
            align-items: center !important;
10904
    align-items: center !important;
9987
  }
10905
  }
9988
 
10906
 
Línea 9989... Línea 10907...
9989
  .align-items-md-baseline {
10907
  .align-items-md-baseline {
9990
    -webkit-box-align: baseline !important;
10908
    -webkit-box-align: baseline !important;
9991
        -ms-flex-align: baseline !important;
10909
    -ms-flex-align: baseline !important;
9992
            align-items: baseline !important;
10910
    align-items: baseline !important;
Línea 9993... Línea 10911...
9993
  }
10911
  }
9994
 
10912
 
9995
  .align-items-md-stretch {
10913
  .align-items-md-stretch {
9996
    -webkit-box-align: stretch !important;
10914
    -webkit-box-align: stretch !important;
Línea 9997... Línea 10915...
9997
        -ms-flex-align: stretch !important;
10915
    -ms-flex-align: stretch !important;
9998
            align-items: stretch !important;
10916
    align-items: stretch !important;
9999
  }
10917
  }
10000
 
10918
 
Línea 10001... Línea 10919...
10001
  .align-content-md-start {
10919
  .align-content-md-start {
10002
    -ms-flex-line-pack: start !important;
10920
    -ms-flex-line-pack: start !important;
10003
        align-content: flex-start !important;
10921
    align-content: flex-start !important;
10004
  }
10922
  }
Línea 10005... Línea 10923...
10005
 
10923
 
10006
  .align-content-md-end {
10924
  .align-content-md-end {
10007
    -ms-flex-line-pack: end !important;
10925
    -ms-flex-line-pack: end !important;
10008
        align-content: flex-end !important;
10926
    align-content: flex-end !important;
Línea 10009... Línea 10927...
10009
  }
10927
  }
10010
 
10928
 
10011
  .align-content-md-center {
10929
  .align-content-md-center {
10012
    -ms-flex-line-pack: center !important;
10930
    -ms-flex-line-pack: center !important;
Línea 10013... Línea 10931...
10013
        align-content: center !important;
10931
    align-content: center !important;
10014
  }
10932
  }
10015
 
10933
 
10016
  .align-content-md-between {
10934
  .align-content-md-between {
Línea 10017... Línea 10935...
10017
    -ms-flex-line-pack: justify !important;
10935
    -ms-flex-line-pack: justify !important;
10018
        align-content: space-between !important;
10936
    align-content: space-between !important;
10019
  }
10937
  }
10020
 
10938
 
Línea 10021... Línea 10939...
10021
  .align-content-md-around {
10939
  .align-content-md-around {
10022
    -ms-flex-line-pack: distribute !important;
10940
    -ms-flex-line-pack: distribute !important;
10023
        align-content: space-around !important;
10941
    align-content: space-around !important;
10024
  }
10942
  }
Línea 10025... Línea 10943...
10025
 
10943
 
10026
  .align-content-md-stretch {
10944
  .align-content-md-stretch {
10027
    -ms-flex-line-pack: stretch !important;
10945
    -ms-flex-line-pack: stretch !important;
10028
        align-content: stretch !important;
10946
    align-content: stretch !important;
Línea 10029... Línea 10947...
10029
  }
10947
  }
10030
 
10948
 
10031
  .align-self-md-auto {
10949
  .align-self-md-auto {
10032
    -ms-flex-item-align: auto !important;
10950
    -ms-flex-item-align: auto !important;
Línea 10033... Línea 10951...
10033
        align-self: auto !important;
10951
    align-self: auto !important;
10034
  }
10952
  }
10035
 
10953
 
10036
  .align-self-md-start {
10954
  .align-self-md-start {
Línea 10037... Línea 10955...
10037
    -ms-flex-item-align: start !important;
10955
    -ms-flex-item-align: start !important;
10038
        align-self: flex-start !important;
10956
    align-self: flex-start !important;
10039
  }
10957
  }
10040
 
10958
 
10041
  .align-self-md-end {
10959
  .align-self-md-end {
Línea 10042... Línea 10960...
10042
    -ms-flex-item-align: end !important;
10960
    -ms-flex-item-align: end !important;
10043
        align-self: flex-end !important;
10961
    align-self: flex-end !important;
10044
  }
10962
  }
10045
 
10963
 
10046
  .align-self-md-center {
10964
  .align-self-md-center {
Línea 10047... Línea 10965...
10047
    -ms-flex-item-align: center !important;
10965
    -ms-flex-item-align: center !important;
10048
        align-self: center !important;
10966
    align-self: center !important;
10049
  }
10967
  }
10050
 
10968
 
10051
  .align-self-md-baseline {
10969
  .align-self-md-baseline {
Línea 10052... Línea 10970...
10052
    -ms-flex-item-align: baseline !important;
10970
    -ms-flex-item-align: baseline !important;
10053
        align-self: baseline !important;
10971
    align-self: baseline !important;
10054
  }
10972
  }
10055
 
10973
 
10056
  .align-self-md-stretch {
10974
  .align-self-md-stretch {
Línea 10057... Línea 10975...
10057
    -ms-flex-item-align: stretch !important;
10975
    -ms-flex-item-align: stretch !important;
10058
        align-self: stretch !important;
10976
    align-self: stretch !important;
10059
  }
10977
  }
10060
 
10978
 
10061
  .order-md-first {
10979
  .order-md-first {
Línea 10062... Línea 10980...
10062
    -webkit-box-ordinal-group: 0 !important;
10980
    -webkit-box-ordinal-group: 0 !important;
10063
        -ms-flex-order: -1 !important;
10981
    -ms-flex-order: -1 !important;
10064
            order: -1 !important;
10982
    order: -1 !important;
10065
  }
10983
  }
10066
 
10984
 
Línea 10067... Línea 10985...
10067
  .order-md-0 {
10985
  .order-md-0 {
10068
    -webkit-box-ordinal-group: 1 !important;
10986
    -webkit-box-ordinal-group: 1 !important;
10069
        -ms-flex-order: 0 !important;
10987
    -ms-flex-order: 0 !important;
10070
            order: 0 !important;
10988
    order: 0 !important;
10071
  }
10989
  }
Línea 10072... Línea 10990...
10072
 
10990
 
10073
  .order-md-1 {
10991
  .order-md-1 {
10074
    -webkit-box-ordinal-group: 2 !important;
10992
    -webkit-box-ordinal-group: 2 !important;
10075
        -ms-flex-order: 1 !important;
10993
    -ms-flex-order: 1 !important;
10076
            order: 1 !important;
10994
    order: 1 !important;
Línea 10077... Línea 10995...
10077
  }
10995
  }
10078
 
10996
 
10079
  .order-md-2 {
10997
  .order-md-2 {
Línea 10656... Línea 11574...
10656
 
11574
 
10657
  .text-md-center {
11575
  .text-md-center {
10658
    text-align: center !important;
11576
    text-align: center !important;
10659
  }
11577
  }
-
 
11578
}
10660
}
11579
 
10661
@media (min-width: 992px) {
11580
@media (min-width: 992px) {
10662
  .float-lg-start {
11581
  .float-lg-start {
10663
    float: left !important;
11582
    float: left !important;
Línea 10715... Línea 11634...
10715
    display: none !important;
11634
    display: none !important;
10716
  }
11635
  }
Línea 10717... Línea 11636...
10717
 
11636
 
10718
  .flex-lg-fill {
11637
  .flex-lg-fill {
10719
    -webkit-box-flex: 1 !important;
11638
    -webkit-box-flex: 1 !important;
10720
        -ms-flex: 1 1 auto !important;
11639
    -ms-flex: 1 1 auto !important;
10721
            flex: 1 1 auto !important;
11640
    flex: 1 1 auto !important;
Línea 10722... Línea 11641...
10722
  }
11641
  }
10723
 
11642
 
10724
  .flex-lg-row {
11643
  .flex-lg-row {
10725
    -webkit-box-orient: horizontal !important;
11644
    -webkit-box-orient: horizontal !important;
10726
    -webkit-box-direction: normal !important;
11645
    -webkit-box-direction: normal !important;
10727
        -ms-flex-direction: row !important;
11646
    -ms-flex-direction: row !important;
Línea 10728... Línea 11647...
10728
            flex-direction: row !important;
11647
    flex-direction: row !important;
10729
  }
11648
  }
10730
 
11649
 
10731
  .flex-lg-column {
11650
  .flex-lg-column {
10732
    -webkit-box-orient: vertical !important;
11651
    -webkit-box-orient: vertical !important;
10733
    -webkit-box-direction: normal !important;
11652
    -webkit-box-direction: normal !important;
Línea 10734... Línea 11653...
10734
        -ms-flex-direction: column !important;
11653
    -ms-flex-direction: column !important;
10735
            flex-direction: column !important;
11654
    flex-direction: column !important;
10736
  }
11655
  }
10737
 
11656
 
10738
  .flex-lg-row-reverse {
11657
  .flex-lg-row-reverse {
10739
    -webkit-box-orient: horizontal !important;
11658
    -webkit-box-orient: horizontal !important;
Línea 10740... Línea 11659...
10740
    -webkit-box-direction: reverse !important;
11659
    -webkit-box-direction: reverse !important;
10741
        -ms-flex-direction: row-reverse !important;
11660
    -ms-flex-direction: row-reverse !important;
10742
            flex-direction: row-reverse !important;
11661
    flex-direction: row-reverse !important;
10743
  }
11662
  }
10744
 
11663
 
10745
  .flex-lg-column-reverse {
11664
  .flex-lg-column-reverse {
Línea 10746... Línea 11665...
10746
    -webkit-box-orient: vertical !important;
11665
    -webkit-box-orient: vertical !important;
10747
    -webkit-box-direction: reverse !important;
11666
    -webkit-box-direction: reverse !important;
10748
        -ms-flex-direction: column-reverse !important;
11667
    -ms-flex-direction: column-reverse !important;
10749
            flex-direction: column-reverse !important;
11668
    flex-direction: column-reverse !important;
10750
  }
11669
  }
Línea 10751... Línea 11670...
10751
 
11670
 
10752
  .flex-lg-grow-0 {
11671
  .flex-lg-grow-0 {
10753
    -webkit-box-flex: 0 !important;
11672
    -webkit-box-flex: 0 !important;
10754
        -ms-flex-positive: 0 !important;
11673
    -ms-flex-positive: 0 !important;
10755
            flex-grow: 0 !important;
11674
    flex-grow: 0 !important;
Línea 10756... Línea 11675...
10756
  }
11675
  }
10757
 
11676
 
10758
  .flex-lg-grow-1 {
11677
  .flex-lg-grow-1 {
10759
    -webkit-box-flex: 1 !important;
11678
    -webkit-box-flex: 1 !important;
Línea 10760... Línea 11679...
10760
        -ms-flex-positive: 1 !important;
11679
    -ms-flex-positive: 1 !important;
10761
            flex-grow: 1 !important;
11680
    flex-grow: 1 !important;
10762
  }
11681
  }
10763
 
11682
 
Línea 10764... Línea 11683...
10764
  .flex-lg-shrink-0 {
11683
  .flex-lg-shrink-0 {
10765
    -ms-flex-negative: 0 !important;
11684
    -ms-flex-negative: 0 !important;
10766
        flex-shrink: 0 !important;
11685
    flex-shrink: 0 !important;
10767
  }
11686
  }
Línea 10768... Línea 11687...
10768
 
11687
 
10769
  .flex-lg-shrink-1 {
11688
  .flex-lg-shrink-1 {
10770
    -ms-flex-negative: 1 !important;
11689
    -ms-flex-negative: 1 !important;
10771
        flex-shrink: 1 !important;
11690
    flex-shrink: 1 !important;
Línea 10772... Línea 11691...
10772
  }
11691
  }
10773
 
11692
 
10774
  .flex-lg-wrap {
11693
  .flex-lg-wrap {
10775
    -ms-flex-wrap: wrap !important;
11694
    -ms-flex-wrap: wrap !important;
Línea 10776... Línea 11695...
10776
        flex-wrap: wrap !important;
11695
    flex-wrap: wrap !important;
10777
  }
11696
  }
10778
 
11697
 
Línea 10810... Línea 11729...
10810
    gap: 3rem !important;
11729
    gap: 3rem !important;
10811
  }
11730
  }
Línea 10812... Línea 11731...
10812
 
11731
 
10813
  .justify-content-lg-start {
11732
  .justify-content-lg-start {
10814
    -webkit-box-pack: start !important;
11733
    -webkit-box-pack: start !important;
10815
        -ms-flex-pack: start !important;
11734
    -ms-flex-pack: start !important;
10816
            justify-content: flex-start !important;
11735
    justify-content: flex-start !important;
Línea 10817... Línea 11736...
10817
  }
11736
  }
10818
 
11737
 
10819
  .justify-content-lg-end {
11738
  .justify-content-lg-end {
10820
    -webkit-box-pack: end !important;
11739
    -webkit-box-pack: end !important;
10821
        -ms-flex-pack: end !important;
11740
    -ms-flex-pack: end !important;
Línea 10822... Línea 11741...
10822
            justify-content: flex-end !important;
11741
    justify-content: flex-end !important;
10823
  }
11742
  }
10824
 
11743
 
10825
  .justify-content-lg-center {
11744
  .justify-content-lg-center {
10826
    -webkit-box-pack: center !important;
11745
    -webkit-box-pack: center !important;
Línea 10827... Línea 11746...
10827
        -ms-flex-pack: center !important;
11746
    -ms-flex-pack: center !important;
10828
            justify-content: center !important;
11747
    justify-content: center !important;
10829
  }
11748
  }
10830
 
11749
 
10831
  .justify-content-lg-between {
11750
  .justify-content-lg-between {
Línea 10832... Línea 11751...
10832
    -webkit-box-pack: justify !important;
11751
    -webkit-box-pack: justify !important;
10833
        -ms-flex-pack: justify !important;
11752
    -ms-flex-pack: justify !important;
10834
            justify-content: space-between !important;
11753
    justify-content: space-between !important;
10835
  }
11754
  }
Línea 10836... Línea 11755...
10836
 
11755
 
10837
  .justify-content-lg-around {
11756
  .justify-content-lg-around {
10838
    -ms-flex-pack: distribute !important;
11757
    -ms-flex-pack: distribute !important;
10839
        justify-content: space-around !important;
11758
    justify-content: space-around !important;
10840
  }
11759
  }
Línea 10841... Línea 11760...
10841
 
11760
 
10842
  .justify-content-lg-evenly {
11761
  .justify-content-lg-evenly {
10843
    -webkit-box-pack: space-evenly !important;
11762
    -webkit-box-pack: space-evenly !important;
10844
        -ms-flex-pack: space-evenly !important;
11763
    -ms-flex-pack: space-evenly !important;
10845
            justify-content: space-evenly !important;
11764
    justify-content: space-evenly !important;
Línea 10846... Línea 11765...
10846
  }
11765
  }
10847
 
11766
 
10848
  .align-items-lg-start {
11767
  .align-items-lg-start {
10849
    -webkit-box-align: start !important;
11768
    -webkit-box-align: start !important;
10850
        -ms-flex-align: start !important;
11769
    -ms-flex-align: start !important;
Línea 10851... Línea 11770...
10851
            align-items: flex-start !important;
11770
    align-items: flex-start !important;
10852
  }
11771
  }
10853
 
11772
 
10854
  .align-items-lg-end {
11773
  .align-items-lg-end {
10855
    -webkit-box-align: end !important;
11774
    -webkit-box-align: end !important;
Línea 10856... Línea 11775...
10856
        -ms-flex-align: end !important;
11775
    -ms-flex-align: end !important;
10857
            align-items: flex-end !important;
11776
    align-items: flex-end !important;
10858
  }
11777
  }
10859
 
11778
 
10860
  .align-items-lg-center {
11779
  .align-items-lg-center {
Línea 10861... Línea 11780...
10861
    -webkit-box-align: center !important;
11780
    -webkit-box-align: center !important;
10862
        -ms-flex-align: center !important;
11781
    -ms-flex-align: center !important;
10863
            align-items: center !important;
11782
    align-items: center !important;
10864
  }
11783
  }
10865
 
11784
 
Línea 10866... Línea 11785...
10866
  .align-items-lg-baseline {
11785
  .align-items-lg-baseline {
10867
    -webkit-box-align: baseline !important;
11786
    -webkit-box-align: baseline !important;
10868
        -ms-flex-align: baseline !important;
11787
    -ms-flex-align: baseline !important;
10869
            align-items: baseline !important;
11788
    align-items: baseline !important;
Línea 10870... Línea 11789...
10870
  }
11789
  }
10871
 
11790
 
10872
  .align-items-lg-stretch {
11791
  .align-items-lg-stretch {
10873
    -webkit-box-align: stretch !important;
11792
    -webkit-box-align: stretch !important;
Línea 10874... Línea 11793...
10874
        -ms-flex-align: stretch !important;
11793
    -ms-flex-align: stretch !important;
10875
            align-items: stretch !important;
11794
    align-items: stretch !important;
10876
  }
11795
  }
10877
 
11796
 
Línea 10878... Línea 11797...
10878
  .align-content-lg-start {
11797
  .align-content-lg-start {
10879
    -ms-flex-line-pack: start !important;
11798
    -ms-flex-line-pack: start !important;
10880
        align-content: flex-start !important;
11799
    align-content: flex-start !important;
10881
  }
11800
  }
Línea 10882... Línea 11801...
10882
 
11801
 
10883
  .align-content-lg-end {
11802
  .align-content-lg-end {
10884
    -ms-flex-line-pack: end !important;
11803
    -ms-flex-line-pack: end !important;
10885
        align-content: flex-end !important;
11804
    align-content: flex-end !important;
Línea 10886... Línea 11805...
10886
  }
11805
  }
10887
 
11806
 
10888
  .align-content-lg-center {
11807
  .align-content-lg-center {
10889
    -ms-flex-line-pack: center !important;
11808
    -ms-flex-line-pack: center !important;
Línea 10890... Línea 11809...
10890
        align-content: center !important;
11809
    align-content: center !important;
10891
  }
11810
  }
10892
 
11811
 
10893
  .align-content-lg-between {
11812
  .align-content-lg-between {
Línea 10894... Línea 11813...
10894
    -ms-flex-line-pack: justify !important;
11813
    -ms-flex-line-pack: justify !important;
10895
        align-content: space-between !important;
11814
    align-content: space-between !important;
10896
  }
11815
  }
10897
 
11816
 
Línea 10898... Línea 11817...
10898
  .align-content-lg-around {
11817
  .align-content-lg-around {
10899
    -ms-flex-line-pack: distribute !important;
11818
    -ms-flex-line-pack: distribute !important;
10900
        align-content: space-around !important;
11819
    align-content: space-around !important;
10901
  }
11820
  }
Línea 10902... Línea 11821...
10902
 
11821
 
10903
  .align-content-lg-stretch {
11822
  .align-content-lg-stretch {
10904
    -ms-flex-line-pack: stretch !important;
11823
    -ms-flex-line-pack: stretch !important;
10905
        align-content: stretch !important;
11824
    align-content: stretch !important;
Línea 10906... Línea 11825...
10906
  }
11825
  }
10907
 
11826
 
10908
  .align-self-lg-auto {
11827
  .align-self-lg-auto {
10909
    -ms-flex-item-align: auto !important;
11828
    -ms-flex-item-align: auto !important;
Línea 10910... Línea 11829...
10910
        align-self: auto !important;
11829
    align-self: auto !important;
10911
  }
11830
  }
10912
 
11831
 
10913
  .align-self-lg-start {
11832
  .align-self-lg-start {
Línea 10914... Línea 11833...
10914
    -ms-flex-item-align: start !important;
11833
    -ms-flex-item-align: start !important;
10915
        align-self: flex-start !important;
11834
    align-self: flex-start !important;
10916
  }
11835
  }
10917
 
11836
 
10918
  .align-self-lg-end {
11837
  .align-self-lg-end {
Línea 10919... Línea 11838...
10919
    -ms-flex-item-align: end !important;
11838
    -ms-flex-item-align: end !important;
10920
        align-self: flex-end !important;
11839
    align-self: flex-end !important;
10921
  }
11840
  }
10922
 
11841
 
10923
  .align-self-lg-center {
11842
  .align-self-lg-center {
Línea 10924... Línea 11843...
10924
    -ms-flex-item-align: center !important;
11843
    -ms-flex-item-align: center !important;
10925
        align-self: center !important;
11844
    align-self: center !important;
10926
  }
11845
  }
10927
 
11846
 
10928
  .align-self-lg-baseline {
11847
  .align-self-lg-baseline {
Línea 10929... Línea 11848...
10929
    -ms-flex-item-align: baseline !important;
11848
    -ms-flex-item-align: baseline !important;
10930
        align-self: baseline !important;
11849
    align-self: baseline !important;
10931
  }
11850
  }
10932
 
11851
 
10933
  .align-self-lg-stretch {
11852
  .align-self-lg-stretch {
Línea 10934... Línea 11853...
10934
    -ms-flex-item-align: stretch !important;
11853
    -ms-flex-item-align: stretch !important;
10935
        align-self: stretch !important;
11854
    align-self: stretch !important;
10936
  }
11855
  }
10937
 
11856
 
10938
  .order-lg-first {
11857
  .order-lg-first {
Línea 10939... Línea 11858...
10939
    -webkit-box-ordinal-group: 0 !important;
11858
    -webkit-box-ordinal-group: 0 !important;
10940
        -ms-flex-order: -1 !important;
11859
    -ms-flex-order: -1 !important;
10941
            order: -1 !important;
11860
    order: -1 !important;
10942
  }
11861
  }
10943
 
11862
 
Línea 10944... Línea 11863...
10944
  .order-lg-0 {
11863
  .order-lg-0 {
10945
    -webkit-box-ordinal-group: 1 !important;
11864
    -webkit-box-ordinal-group: 1 !important;
10946
        -ms-flex-order: 0 !important;
11865
    -ms-flex-order: 0 !important;
10947
            order: 0 !important;
11866
    order: 0 !important;
10948
  }
11867
  }
Línea 10949... Línea 11868...
10949
 
11868
 
10950
  .order-lg-1 {
11869
  .order-lg-1 {
10951
    -webkit-box-ordinal-group: 2 !important;
11870
    -webkit-box-ordinal-group: 2 !important;
10952
        -ms-flex-order: 1 !important;
11871
    -ms-flex-order: 1 !important;
10953
            order: 1 !important;
11872
    order: 1 !important;
Línea 10954... Línea 11873...
10954
  }
11873
  }
10955
 
11874
 
10956
  .order-lg-2 {
11875
  .order-lg-2 {
Línea 11533... Línea 12452...
11533
 
12452
 
11534
  .text-lg-center {
12453
  .text-lg-center {
11535
    text-align: center !important;
12454
    text-align: center !important;
11536
  }
12455
  }
-
 
12456
}
11537
}
12457
 
11538
@media (min-width: 1200px) {
12458
@media (min-width: 1200px) {
11539
  .float-xl-start {
12459
  .float-xl-start {
11540
    float: left !important;
12460
    float: left !important;
Línea 11592... Línea 12512...
11592
    display: none !important;
12512
    display: none !important;
11593
  }
12513
  }
Línea 11594... Línea 12514...
11594
 
12514
 
11595
  .flex-xl-fill {
12515
  .flex-xl-fill {
11596
    -webkit-box-flex: 1 !important;
12516
    -webkit-box-flex: 1 !important;
11597
        -ms-flex: 1 1 auto !important;
12517
    -ms-flex: 1 1 auto !important;
11598
            flex: 1 1 auto !important;
12518
    flex: 1 1 auto !important;
Línea 11599... Línea 12519...
11599
  }
12519
  }
11600
 
12520
 
11601
  .flex-xl-row {
12521
  .flex-xl-row {
11602
    -webkit-box-orient: horizontal !important;
12522
    -webkit-box-orient: horizontal !important;
11603
    -webkit-box-direction: normal !important;
12523
    -webkit-box-direction: normal !important;
11604
        -ms-flex-direction: row !important;
12524
    -ms-flex-direction: row !important;
Línea 11605... Línea 12525...
11605
            flex-direction: row !important;
12525
    flex-direction: row !important;
11606
  }
12526
  }
11607
 
12527
 
11608
  .flex-xl-column {
12528
  .flex-xl-column {
11609
    -webkit-box-orient: vertical !important;
12529
    -webkit-box-orient: vertical !important;
11610
    -webkit-box-direction: normal !important;
12530
    -webkit-box-direction: normal !important;
Línea 11611... Línea 12531...
11611
        -ms-flex-direction: column !important;
12531
    -ms-flex-direction: column !important;
11612
            flex-direction: column !important;
12532
    flex-direction: column !important;
11613
  }
12533
  }
11614
 
12534
 
11615
  .flex-xl-row-reverse {
12535
  .flex-xl-row-reverse {
11616
    -webkit-box-orient: horizontal !important;
12536
    -webkit-box-orient: horizontal !important;
Línea 11617... Línea 12537...
11617
    -webkit-box-direction: reverse !important;
12537
    -webkit-box-direction: reverse !important;
11618
        -ms-flex-direction: row-reverse !important;
12538
    -ms-flex-direction: row-reverse !important;
11619
            flex-direction: row-reverse !important;
12539
    flex-direction: row-reverse !important;
11620
  }
12540
  }
11621
 
12541
 
11622
  .flex-xl-column-reverse {
12542
  .flex-xl-column-reverse {
Línea 11623... Línea 12543...
11623
    -webkit-box-orient: vertical !important;
12543
    -webkit-box-orient: vertical !important;
11624
    -webkit-box-direction: reverse !important;
12544
    -webkit-box-direction: reverse !important;
11625
        -ms-flex-direction: column-reverse !important;
12545
    -ms-flex-direction: column-reverse !important;
11626
            flex-direction: column-reverse !important;
12546
    flex-direction: column-reverse !important;
11627
  }
12547
  }
Línea 11628... Línea 12548...
11628
 
12548
 
11629
  .flex-xl-grow-0 {
12549
  .flex-xl-grow-0 {
11630
    -webkit-box-flex: 0 !important;
12550
    -webkit-box-flex: 0 !important;
11631
        -ms-flex-positive: 0 !important;
12551
    -ms-flex-positive: 0 !important;
11632
            flex-grow: 0 !important;
12552
    flex-grow: 0 !important;
Línea 11633... Línea 12553...
11633
  }
12553
  }
11634
 
12554
 
11635
  .flex-xl-grow-1 {
12555
  .flex-xl-grow-1 {
11636
    -webkit-box-flex: 1 !important;
12556
    -webkit-box-flex: 1 !important;
Línea 11637... Línea 12557...
11637
        -ms-flex-positive: 1 !important;
12557
    -ms-flex-positive: 1 !important;
11638
            flex-grow: 1 !important;
12558
    flex-grow: 1 !important;
11639
  }
12559
  }
11640
 
12560
 
Línea 11641... Línea 12561...
11641
  .flex-xl-shrink-0 {
12561
  .flex-xl-shrink-0 {
11642
    -ms-flex-negative: 0 !important;
12562
    -ms-flex-negative: 0 !important;
11643
        flex-shrink: 0 !important;
12563
    flex-shrink: 0 !important;
11644
  }
12564
  }
Línea 11645... Línea 12565...
11645
 
12565
 
11646
  .flex-xl-shrink-1 {
12566
  .flex-xl-shrink-1 {
11647
    -ms-flex-negative: 1 !important;
12567
    -ms-flex-negative: 1 !important;
11648
        flex-shrink: 1 !important;
12568
    flex-shrink: 1 !important;
Línea 11649... Línea 12569...
11649
  }
12569
  }
11650
 
12570
 
11651
  .flex-xl-wrap {
12571
  .flex-xl-wrap {
11652
    -ms-flex-wrap: wrap !important;
12572
    -ms-flex-wrap: wrap !important;
Línea 11653... Línea 12573...
11653
        flex-wrap: wrap !important;
12573
    flex-wrap: wrap !important;
11654
  }
12574
  }
11655
 
12575
 
Línea 11687... Línea 12607...
11687
    gap: 3rem !important;
12607
    gap: 3rem !important;
11688
  }
12608
  }
Línea 11689... Línea 12609...
11689
 
12609
 
11690
  .justify-content-xl-start {
12610
  .justify-content-xl-start {
11691
    -webkit-box-pack: start !important;
12611
    -webkit-box-pack: start !important;
11692
        -ms-flex-pack: start !important;
12612
    -ms-flex-pack: start !important;
11693
            justify-content: flex-start !important;
12613
    justify-content: flex-start !important;
Línea 11694... Línea 12614...
11694
  }
12614
  }
11695
 
12615
 
11696
  .justify-content-xl-end {
12616
  .justify-content-xl-end {
11697
    -webkit-box-pack: end !important;
12617
    -webkit-box-pack: end !important;
11698
        -ms-flex-pack: end !important;
12618
    -ms-flex-pack: end !important;
Línea 11699... Línea 12619...
11699
            justify-content: flex-end !important;
12619
    justify-content: flex-end !important;
11700
  }
12620
  }
11701
 
12621
 
11702
  .justify-content-xl-center {
12622
  .justify-content-xl-center {
11703
    -webkit-box-pack: center !important;
12623
    -webkit-box-pack: center !important;
Línea 11704... Línea 12624...
11704
        -ms-flex-pack: center !important;
12624
    -ms-flex-pack: center !important;
11705
            justify-content: center !important;
12625
    justify-content: center !important;
11706
  }
12626
  }
11707
 
12627
 
11708
  .justify-content-xl-between {
12628
  .justify-content-xl-between {
Línea 11709... Línea 12629...
11709
    -webkit-box-pack: justify !important;
12629
    -webkit-box-pack: justify !important;
11710
        -ms-flex-pack: justify !important;
12630
    -ms-flex-pack: justify !important;
11711
            justify-content: space-between !important;
12631
    justify-content: space-between !important;
11712
  }
12632
  }
Línea 11713... Línea 12633...
11713
 
12633
 
11714
  .justify-content-xl-around {
12634
  .justify-content-xl-around {
11715
    -ms-flex-pack: distribute !important;
12635
    -ms-flex-pack: distribute !important;
11716
        justify-content: space-around !important;
12636
    justify-content: space-around !important;
11717
  }
12637
  }
Línea 11718... Línea 12638...
11718
 
12638
 
11719
  .justify-content-xl-evenly {
12639
  .justify-content-xl-evenly {
11720
    -webkit-box-pack: space-evenly !important;
12640
    -webkit-box-pack: space-evenly !important;
11721
        -ms-flex-pack: space-evenly !important;
12641
    -ms-flex-pack: space-evenly !important;
11722
            justify-content: space-evenly !important;
12642
    justify-content: space-evenly !important;
Línea 11723... Línea 12643...
11723
  }
12643
  }
11724
 
12644
 
11725
  .align-items-xl-start {
12645
  .align-items-xl-start {
11726
    -webkit-box-align: start !important;
12646
    -webkit-box-align: start !important;
11727
        -ms-flex-align: start !important;
12647
    -ms-flex-align: start !important;
Línea 11728... Línea 12648...
11728
            align-items: flex-start !important;
12648
    align-items: flex-start !important;
11729
  }
12649
  }
11730
 
12650
 
11731
  .align-items-xl-end {
12651
  .align-items-xl-end {
11732
    -webkit-box-align: end !important;
12652
    -webkit-box-align: end !important;
Línea 11733... Línea 12653...
11733
        -ms-flex-align: end !important;
12653
    -ms-flex-align: end !important;
11734
            align-items: flex-end !important;
12654
    align-items: flex-end !important;
11735
  }
12655
  }
11736
 
12656
 
11737
  .align-items-xl-center {
12657
  .align-items-xl-center {
Línea 11738... Línea 12658...
11738
    -webkit-box-align: center !important;
12658
    -webkit-box-align: center !important;
11739
        -ms-flex-align: center !important;
12659
    -ms-flex-align: center !important;
11740
            align-items: center !important;
12660
    align-items: center !important;
11741
  }
12661
  }
11742
 
12662
 
Línea 11743... Línea 12663...
11743
  .align-items-xl-baseline {
12663
  .align-items-xl-baseline {
11744
    -webkit-box-align: baseline !important;
12664
    -webkit-box-align: baseline !important;
11745
        -ms-flex-align: baseline !important;
12665
    -ms-flex-align: baseline !important;
11746
            align-items: baseline !important;
12666
    align-items: baseline !important;
Línea 11747... Línea 12667...
11747
  }
12667
  }
11748
 
12668
 
11749
  .align-items-xl-stretch {
12669
  .align-items-xl-stretch {
11750
    -webkit-box-align: stretch !important;
12670
    -webkit-box-align: stretch !important;
Línea 11751... Línea 12671...
11751
        -ms-flex-align: stretch !important;
12671
    -ms-flex-align: stretch !important;
11752
            align-items: stretch !important;
12672
    align-items: stretch !important;
11753
  }
12673
  }
11754
 
12674
 
Línea 11755... Línea 12675...
11755
  .align-content-xl-start {
12675
  .align-content-xl-start {
11756
    -ms-flex-line-pack: start !important;
12676
    -ms-flex-line-pack: start !important;
11757
        align-content: flex-start !important;
12677
    align-content: flex-start !important;
11758
  }
12678
  }
Línea 11759... Línea 12679...
11759
 
12679
 
11760
  .align-content-xl-end {
12680
  .align-content-xl-end {
11761
    -ms-flex-line-pack: end !important;
12681
    -ms-flex-line-pack: end !important;
11762
        align-content: flex-end !important;
12682
    align-content: flex-end !important;
Línea 11763... Línea 12683...
11763
  }
12683
  }
11764
 
12684
 
11765
  .align-content-xl-center {
12685
  .align-content-xl-center {
11766
    -ms-flex-line-pack: center !important;
12686
    -ms-flex-line-pack: center !important;
Línea 11767... Línea 12687...
11767
        align-content: center !important;
12687
    align-content: center !important;
11768
  }
12688
  }
11769
 
12689
 
11770
  .align-content-xl-between {
12690
  .align-content-xl-between {
Línea 11771... Línea 12691...
11771
    -ms-flex-line-pack: justify !important;
12691
    -ms-flex-line-pack: justify !important;
11772
        align-content: space-between !important;
12692
    align-content: space-between !important;
11773
  }
12693
  }
11774
 
12694
 
Línea 11775... Línea 12695...
11775
  .align-content-xl-around {
12695
  .align-content-xl-around {
11776
    -ms-flex-line-pack: distribute !important;
12696
    -ms-flex-line-pack: distribute !important;
11777
        align-content: space-around !important;
12697
    align-content: space-around !important;
11778
  }
12698
  }
Línea 11779... Línea 12699...
11779
 
12699
 
11780
  .align-content-xl-stretch {
12700
  .align-content-xl-stretch {
11781
    -ms-flex-line-pack: stretch !important;
12701
    -ms-flex-line-pack: stretch !important;
11782
        align-content: stretch !important;
12702
    align-content: stretch !important;
Línea 11783... Línea 12703...
11783
  }
12703
  }
11784
 
12704
 
11785
  .align-self-xl-auto {
12705
  .align-self-xl-auto {
11786
    -ms-flex-item-align: auto !important;
12706
    -ms-flex-item-align: auto !important;
Línea 11787... Línea 12707...
11787
        align-self: auto !important;
12707
    align-self: auto !important;
11788
  }
12708
  }
11789
 
12709
 
11790
  .align-self-xl-start {
12710
  .align-self-xl-start {
Línea 11791... Línea 12711...
11791
    -ms-flex-item-align: start !important;
12711
    -ms-flex-item-align: start !important;
11792
        align-self: flex-start !important;
12712
    align-self: flex-start !important;
11793
  }
12713
  }
11794
 
12714
 
11795
  .align-self-xl-end {
12715
  .align-self-xl-end {
Línea 11796... Línea 12716...
11796
    -ms-flex-item-align: end !important;
12716
    -ms-flex-item-align: end !important;
11797
        align-self: flex-end !important;
12717
    align-self: flex-end !important;
11798
  }
12718
  }
11799
 
12719
 
11800
  .align-self-xl-center {
12720
  .align-self-xl-center {
Línea 11801... Línea 12721...
11801
    -ms-flex-item-align: center !important;
12721
    -ms-flex-item-align: center !important;
11802
        align-self: center !important;
12722
    align-self: center !important;
11803
  }
12723
  }
11804
 
12724
 
11805
  .align-self-xl-baseline {
12725
  .align-self-xl-baseline {
Línea 11806... Línea 12726...
11806
    -ms-flex-item-align: baseline !important;
12726
    -ms-flex-item-align: baseline !important;
11807
        align-self: baseline !important;
12727
    align-self: baseline !important;
11808
  }
12728
  }
11809
 
12729
 
11810
  .align-self-xl-stretch {
12730
  .align-self-xl-stretch {
Línea 11811... Línea 12731...
11811
    -ms-flex-item-align: stretch !important;
12731
    -ms-flex-item-align: stretch !important;
11812
        align-self: stretch !important;
12732
    align-self: stretch !important;
11813
  }
12733
  }
11814
 
12734
 
11815
  .order-xl-first {
12735
  .order-xl-first {
Línea 11816... Línea 12736...
11816
    -webkit-box-ordinal-group: 0 !important;
12736
    -webkit-box-ordinal-group: 0 !important;
11817
        -ms-flex-order: -1 !important;
12737
    -ms-flex-order: -1 !important;
11818
            order: -1 !important;
12738
    order: -1 !important;
11819
  }
12739
  }
11820
 
12740
 
Línea 11821... Línea 12741...
11821
  .order-xl-0 {
12741
  .order-xl-0 {
11822
    -webkit-box-ordinal-group: 1 !important;
12742
    -webkit-box-ordinal-group: 1 !important;
11823
        -ms-flex-order: 0 !important;
12743
    -ms-flex-order: 0 !important;
11824
            order: 0 !important;
12744
    order: 0 !important;
11825
  }
12745
  }
Línea 11826... Línea 12746...
11826
 
12746
 
11827
  .order-xl-1 {
12747
  .order-xl-1 {
11828
    -webkit-box-ordinal-group: 2 !important;
12748
    -webkit-box-ordinal-group: 2 !important;
11829
        -ms-flex-order: 1 !important;
12749
    -ms-flex-order: 1 !important;
11830
            order: 1 !important;
12750
    order: 1 !important;
Línea 11831... Línea 12751...
11831
  }
12751
  }
11832
 
12752
 
11833
  .order-xl-2 {
12753
  .order-xl-2 {
Línea 12410... Línea 13330...
12410
 
13330
 
12411
  .text-xl-center {
13331
  .text-xl-center {
12412
    text-align: center !important;
13332
    text-align: center !important;
12413
  }
13333
  }
-
 
13334
}
12414
}
13335
 
12415
@media (min-width: 1400px) {
13336
@media (min-width: 1400px) {
12416
  .float-xxl-start {
13337
  .float-xxl-start {
12417
    float: left !important;
13338
    float: left !important;
Línea 12469... Línea 13390...
12469
    display: none !important;
13390
    display: none !important;
12470
  }
13391
  }
Línea 12471... Línea 13392...
12471
 
13392
 
12472
  .flex-xxl-fill {
13393
  .flex-xxl-fill {
12473
    -webkit-box-flex: 1 !important;
13394
    -webkit-box-flex: 1 !important;
12474
        -ms-flex: 1 1 auto !important;
13395
    -ms-flex: 1 1 auto !important;
12475
            flex: 1 1 auto !important;
13396
    flex: 1 1 auto !important;
Línea 12476... Línea 13397...
12476
  }
13397
  }
12477
 
13398
 
12478
  .flex-xxl-row {
13399
  .flex-xxl-row {
12479
    -webkit-box-orient: horizontal !important;
13400
    -webkit-box-orient: horizontal !important;
12480
    -webkit-box-direction: normal !important;
13401
    -webkit-box-direction: normal !important;
12481
        -ms-flex-direction: row !important;
13402
    -ms-flex-direction: row !important;
Línea 12482... Línea 13403...
12482
            flex-direction: row !important;
13403
    flex-direction: row !important;
12483
  }
13404
  }
12484
 
13405
 
12485
  .flex-xxl-column {
13406
  .flex-xxl-column {
12486
    -webkit-box-orient: vertical !important;
13407
    -webkit-box-orient: vertical !important;
12487
    -webkit-box-direction: normal !important;
13408
    -webkit-box-direction: normal !important;
Línea 12488... Línea 13409...
12488
        -ms-flex-direction: column !important;
13409
    -ms-flex-direction: column !important;
12489
            flex-direction: column !important;
13410
    flex-direction: column !important;
12490
  }
13411
  }
12491
 
13412
 
12492
  .flex-xxl-row-reverse {
13413
  .flex-xxl-row-reverse {
12493
    -webkit-box-orient: horizontal !important;
13414
    -webkit-box-orient: horizontal !important;
Línea 12494... Línea 13415...
12494
    -webkit-box-direction: reverse !important;
13415
    -webkit-box-direction: reverse !important;
12495
        -ms-flex-direction: row-reverse !important;
13416
    -ms-flex-direction: row-reverse !important;
12496
            flex-direction: row-reverse !important;
13417
    flex-direction: row-reverse !important;
12497
  }
13418
  }
12498
 
13419
 
12499
  .flex-xxl-column-reverse {
13420
  .flex-xxl-column-reverse {
Línea 12500... Línea 13421...
12500
    -webkit-box-orient: vertical !important;
13421
    -webkit-box-orient: vertical !important;
12501
    -webkit-box-direction: reverse !important;
13422
    -webkit-box-direction: reverse !important;
12502
        -ms-flex-direction: column-reverse !important;
13423
    -ms-flex-direction: column-reverse !important;
12503
            flex-direction: column-reverse !important;
13424
    flex-direction: column-reverse !important;
12504
  }
13425
  }
Línea 12505... Línea 13426...
12505
 
13426
 
12506
  .flex-xxl-grow-0 {
13427
  .flex-xxl-grow-0 {
12507
    -webkit-box-flex: 0 !important;
13428
    -webkit-box-flex: 0 !important;
12508
        -ms-flex-positive: 0 !important;
13429
    -ms-flex-positive: 0 !important;
12509
            flex-grow: 0 !important;
13430
    flex-grow: 0 !important;
Línea 12510... Línea 13431...
12510
  }
13431
  }
12511
 
13432
 
12512
  .flex-xxl-grow-1 {
13433
  .flex-xxl-grow-1 {
12513
    -webkit-box-flex: 1 !important;
13434
    -webkit-box-flex: 1 !important;
Línea 12514... Línea 13435...
12514
        -ms-flex-positive: 1 !important;
13435
    -ms-flex-positive: 1 !important;
12515
            flex-grow: 1 !important;
13436
    flex-grow: 1 !important;
12516
  }
13437
  }
12517
 
13438
 
Línea 12518... Línea 13439...
12518
  .flex-xxl-shrink-0 {
13439
  .flex-xxl-shrink-0 {
12519
    -ms-flex-negative: 0 !important;
13440
    -ms-flex-negative: 0 !important;
12520
        flex-shrink: 0 !important;
13441
    flex-shrink: 0 !important;
12521
  }
13442
  }
Línea 12522... Línea 13443...
12522
 
13443
 
12523
  .flex-xxl-shrink-1 {
13444
  .flex-xxl-shrink-1 {
12524
    -ms-flex-negative: 1 !important;
13445
    -ms-flex-negative: 1 !important;
12525
        flex-shrink: 1 !important;
13446
    flex-shrink: 1 !important;
Línea 12526... Línea 13447...
12526
  }
13447
  }
12527
 
13448
 
12528
  .flex-xxl-wrap {
13449
  .flex-xxl-wrap {
12529
    -ms-flex-wrap: wrap !important;
13450
    -ms-flex-wrap: wrap !important;
Línea 12530... Línea 13451...
12530
        flex-wrap: wrap !important;
13451
    flex-wrap: wrap !important;
12531
  }
13452
  }
12532
 
13453
 
Línea 12564... Línea 13485...
12564
    gap: 3rem !important;
13485
    gap: 3rem !important;
12565
  }
13486
  }
Línea 12566... Línea 13487...
12566
 
13487
 
12567
  .justify-content-xxl-start {
13488
  .justify-content-xxl-start {
12568
    -webkit-box-pack: start !important;
13489
    -webkit-box-pack: start !important;
12569
        -ms-flex-pack: start !important;
13490
    -ms-flex-pack: start !important;
12570
            justify-content: flex-start !important;
13491
    justify-content: flex-start !important;
Línea 12571... Línea 13492...
12571
  }
13492
  }
12572
 
13493
 
12573
  .justify-content-xxl-end {
13494
  .justify-content-xxl-end {
12574
    -webkit-box-pack: end !important;
13495
    -webkit-box-pack: end !important;
12575
        -ms-flex-pack: end !important;
13496
    -ms-flex-pack: end !important;
Línea 12576... Línea 13497...
12576
            justify-content: flex-end !important;
13497
    justify-content: flex-end !important;
12577
  }
13498
  }
12578
 
13499
 
12579
  .justify-content-xxl-center {
13500
  .justify-content-xxl-center {
12580
    -webkit-box-pack: center !important;
13501
    -webkit-box-pack: center !important;
Línea 12581... Línea 13502...
12581
        -ms-flex-pack: center !important;
13502
    -ms-flex-pack: center !important;
12582
            justify-content: center !important;
13503
    justify-content: center !important;
12583
  }
13504
  }
12584
 
13505
 
12585
  .justify-content-xxl-between {
13506
  .justify-content-xxl-between {
Línea 12586... Línea 13507...
12586
    -webkit-box-pack: justify !important;
13507
    -webkit-box-pack: justify !important;
12587
        -ms-flex-pack: justify !important;
13508
    -ms-flex-pack: justify !important;
12588
            justify-content: space-between !important;
13509
    justify-content: space-between !important;
12589
  }
13510
  }
Línea 12590... Línea 13511...
12590
 
13511
 
12591
  .justify-content-xxl-around {
13512
  .justify-content-xxl-around {
12592
    -ms-flex-pack: distribute !important;
13513
    -ms-flex-pack: distribute !important;
12593
        justify-content: space-around !important;
13514
    justify-content: space-around !important;
12594
  }
13515
  }
Línea 12595... Línea 13516...
12595
 
13516
 
12596
  .justify-content-xxl-evenly {
13517
  .justify-content-xxl-evenly {
12597
    -webkit-box-pack: space-evenly !important;
13518
    -webkit-box-pack: space-evenly !important;
12598
        -ms-flex-pack: space-evenly !important;
13519
    -ms-flex-pack: space-evenly !important;
12599
            justify-content: space-evenly !important;
13520
    justify-content: space-evenly !important;
Línea 12600... Línea 13521...
12600
  }
13521
  }
12601
 
13522
 
12602
  .align-items-xxl-start {
13523
  .align-items-xxl-start {
12603
    -webkit-box-align: start !important;
13524
    -webkit-box-align: start !important;
12604
        -ms-flex-align: start !important;
13525
    -ms-flex-align: start !important;
Línea 12605... Línea 13526...
12605
            align-items: flex-start !important;
13526
    align-items: flex-start !important;
12606
  }
13527
  }
12607
 
13528
 
12608
  .align-items-xxl-end {
13529
  .align-items-xxl-end {
12609
    -webkit-box-align: end !important;
13530
    -webkit-box-align: end !important;
Línea 12610... Línea 13531...
12610
        -ms-flex-align: end !important;
13531
    -ms-flex-align: end !important;
12611
            align-items: flex-end !important;
13532
    align-items: flex-end !important;
12612
  }
13533
  }
12613
 
13534
 
12614
  .align-items-xxl-center {
13535
  .align-items-xxl-center {
Línea 12615... Línea 13536...
12615
    -webkit-box-align: center !important;
13536
    -webkit-box-align: center !important;
12616
        -ms-flex-align: center !important;
13537
    -ms-flex-align: center !important;
12617
            align-items: center !important;
13538
    align-items: center !important;
12618
  }
13539
  }
12619
 
13540
 
Línea 12620... Línea 13541...
12620
  .align-items-xxl-baseline {
13541
  .align-items-xxl-baseline {
12621
    -webkit-box-align: baseline !important;
13542
    -webkit-box-align: baseline !important;
12622
        -ms-flex-align: baseline !important;
13543
    -ms-flex-align: baseline !important;
12623
            align-items: baseline !important;
13544
    align-items: baseline !important;
Línea 12624... Línea 13545...
12624
  }
13545
  }
12625
 
13546
 
12626
  .align-items-xxl-stretch {
13547
  .align-items-xxl-stretch {
12627
    -webkit-box-align: stretch !important;
13548
    -webkit-box-align: stretch !important;
Línea 12628... Línea 13549...
12628
        -ms-flex-align: stretch !important;
13549
    -ms-flex-align: stretch !important;
12629
            align-items: stretch !important;
13550
    align-items: stretch !important;
12630
  }
13551
  }
12631
 
13552
 
Línea 12632... Línea 13553...
12632
  .align-content-xxl-start {
13553
  .align-content-xxl-start {
12633
    -ms-flex-line-pack: start !important;
13554
    -ms-flex-line-pack: start !important;
12634
        align-content: flex-start !important;
13555
    align-content: flex-start !important;
12635
  }
13556
  }
Línea 12636... Línea 13557...
12636
 
13557
 
12637
  .align-content-xxl-end {
13558
  .align-content-xxl-end {
12638
    -ms-flex-line-pack: end !important;
13559
    -ms-flex-line-pack: end !important;
12639
        align-content: flex-end !important;
13560
    align-content: flex-end !important;
Línea 12640... Línea 13561...
12640
  }
13561
  }
12641
 
13562
 
12642
  .align-content-xxl-center {
13563
  .align-content-xxl-center {
12643
    -ms-flex-line-pack: center !important;
13564
    -ms-flex-line-pack: center !important;
Línea 12644... Línea 13565...
12644
        align-content: center !important;
13565
    align-content: center !important;
12645
  }
13566
  }
12646
 
13567
 
12647
  .align-content-xxl-between {
13568
  .align-content-xxl-between {
Línea 12648... Línea 13569...
12648
    -ms-flex-line-pack: justify !important;
13569
    -ms-flex-line-pack: justify !important;
12649
        align-content: space-between !important;
13570
    align-content: space-between !important;
12650
  }
13571
  }
12651
 
13572
 
Línea 12652... Línea 13573...
12652
  .align-content-xxl-around {
13573
  .align-content-xxl-around {
12653
    -ms-flex-line-pack: distribute !important;
13574
    -ms-flex-line-pack: distribute !important;
12654
        align-content: space-around !important;
13575
    align-content: space-around !important;
12655
  }
13576
  }
Línea 12656... Línea 13577...
12656
 
13577
 
12657
  .align-content-xxl-stretch {
13578
  .align-content-xxl-stretch {
12658
    -ms-flex-line-pack: stretch !important;
13579
    -ms-flex-line-pack: stretch !important;
12659
        align-content: stretch !important;
13580
    align-content: stretch !important;
Línea 12660... Línea 13581...
12660
  }
13581
  }
12661
 
13582
 
12662
  .align-self-xxl-auto {
13583
  .align-self-xxl-auto {
12663
    -ms-flex-item-align: auto !important;
13584
    -ms-flex-item-align: auto !important;
Línea 12664... Línea 13585...
12664
        align-self: auto !important;
13585
    align-self: auto !important;
12665
  }
13586
  }
12666
 
13587
 
12667
  .align-self-xxl-start {
13588
  .align-self-xxl-start {
Línea 12668... Línea 13589...
12668
    -ms-flex-item-align: start !important;
13589
    -ms-flex-item-align: start !important;
12669
        align-self: flex-start !important;
13590
    align-self: flex-start !important;
12670
  }
13591
  }
12671
 
13592
 
12672
  .align-self-xxl-end {
13593
  .align-self-xxl-end {
Línea 12673... Línea 13594...
12673
    -ms-flex-item-align: end !important;
13594
    -ms-flex-item-align: end !important;
12674
        align-self: flex-end !important;
13595
    align-self: flex-end !important;
12675
  }
13596
  }
12676
 
13597
 
12677
  .align-self-xxl-center {
13598
  .align-self-xxl-center {
Línea 12678... Línea 13599...
12678
    -ms-flex-item-align: center !important;
13599
    -ms-flex-item-align: center !important;
12679
        align-self: center !important;
13600
    align-self: center !important;
12680
  }
13601
  }
12681
 
13602
 
12682
  .align-self-xxl-baseline {
13603
  .align-self-xxl-baseline {
Línea 12683... Línea 13604...
12683
    -ms-flex-item-align: baseline !important;
13604
    -ms-flex-item-align: baseline !important;
12684
        align-self: baseline !important;
13605
    align-self: baseline !important;
12685
  }
13606
  }
12686
 
13607
 
12687
  .align-self-xxl-stretch {
13608
  .align-self-xxl-stretch {
Línea 12688... Línea 13609...
12688
    -ms-flex-item-align: stretch !important;
13609
    -ms-flex-item-align: stretch !important;
12689
        align-self: stretch !important;
13610
    align-self: stretch !important;
12690
  }
13611
  }
12691
 
13612
 
12692
  .order-xxl-first {
13613
  .order-xxl-first {
Línea 12693... Línea 13614...
12693
    -webkit-box-ordinal-group: 0 !important;
13614
    -webkit-box-ordinal-group: 0 !important;
12694
        -ms-flex-order: -1 !important;
13615
    -ms-flex-order: -1 !important;
12695
            order: -1 !important;
13616
    order: -1 !important;
12696
  }
13617
  }
12697
 
13618
 
Línea 12698... Línea 13619...
12698
  .order-xxl-0 {
13619
  .order-xxl-0 {
12699
    -webkit-box-ordinal-group: 1 !important;
13620
    -webkit-box-ordinal-group: 1 !important;
12700
        -ms-flex-order: 0 !important;
13621
    -ms-flex-order: 0 !important;
12701
            order: 0 !important;
13622
    order: 0 !important;
12702
  }
13623
  }
Línea 12703... Línea 13624...
12703
 
13624
 
12704
  .order-xxl-1 {
13625
  .order-xxl-1 {
12705
    -webkit-box-ordinal-group: 2 !important;
13626
    -webkit-box-ordinal-group: 2 !important;
12706
        -ms-flex-order: 1 !important;
13627
    -ms-flex-order: 1 !important;
12707
            order: 1 !important;
13628
    order: 1 !important;
Línea 12708... Línea 13629...
12708
  }
13629
  }
12709
 
13630
 
12710
  .order-xxl-2 {
13631
  .order-xxl-2 {
Línea 13287... Línea 14208...
13287
 
14208
 
13288
  .text-xxl-center {
14209
  .text-xxl-center {
13289
    text-align: center !important;
14210
    text-align: center !important;
13290
  }
14211
  }
-
 
14212
}
13291
}
14213
 
13292
@media (min-width: 1200px) {
14214
@media (min-width: 1200px) {
13293
  .fs-1 {
14215
  .fs-1 {
13294
    font-size: 2.34375rem !important;
14216
    font-size: 2.34375rem !important;
Línea 13304... Línea 14226...
13304
 
14226
 
13305
  .fs-4 {
14227
  .fs-4 {
13306
    font-size: 1.40625rem !important;
14228
    font-size: 1.40625rem !important;
13307
  }
14229
  }
-
 
14230
}
13308
}
14231
 
13309
@media print {
14232
@media print {
13310
  .d-print-inline {
14233
  .d-print-inline {
13311
    display: inline !important;
14234
    display: inline !important;
Línea 13349... Línea 14272...
13349
 
14272
 
13350
  .d-print-none {
14273
  .d-print-none {
13351
    display: none !important;
14274
    display: none !important;
13352
  }
14275
  }
-
 
14276
}
13353
}
14277
 
13354
.w-20px {
14278
.w-20px {
13355
  width: 20px !important;
14279
  width: 20px !important;
Línea 13356... Línea 14280...
13356
}
14280
}
Línea 13551... Línea 14475...
13551
  opacity: 0.9 !important;
14475
  opacity: 0.9 !important;
13552
}
14476
}
Línea 13553... Línea 14477...
13553
 
14477
 
13554
.blur-1 {
14478
.blur-1 {
13555
  -webkit-filter: blur(0.2rem) !important;
14479
  -webkit-filter: blur(0.2rem) !important;
13556
          filter: blur(0.2rem) !important;
14480
  filter: blur(0.2rem) !important;
Línea 13557... Línea 14481...
13557
}
14481
}
13558
 
14482
 
13559
.blur-2 {
14483
.blur-2 {
13560
  -webkit-filter: blur(0.4rem) !important;
14484
  -webkit-filter: blur(0.4rem) !important;
Línea 13561... Línea 14485...
13561
          filter: blur(0.4rem) !important;
14485
  filter: blur(0.4rem) !important;
13562
}
14486
}
13563
 
14487
 
13564
.blur-3 {
14488
.blur-3 {
Línea 13565... Línea 14489...
13565
  -webkit-filter: blur(0.6rem) !important;
14489
  -webkit-filter: blur(0.6rem) !important;
13566
          filter: blur(0.6rem) !important;
14490
  filter: blur(0.6rem) !important;
13567
}
14491
}
13568
 
14492
 
Línea 13569... Línea 14493...
13569
.blur-4 {
14493
.blur-4 {
13570
  -webkit-filter: blur(0.8rem) !important;
14494
  -webkit-filter: blur(0.8rem) !important;
13571
          filter: blur(0.8rem) !important;
14495
  filter: blur(0.8rem) !important;
13572
}
14496
}
Línea 13573... Línea 14497...
13573
 
14497
 
13574
.blur-5 {
14498
.blur-5 {
13575
  -webkit-filter: blur(1rem) !important;
14499
  -webkit-filter: blur(1rem) !important;
13576
          filter: blur(1rem) !important;
14500
  filter: blur(1rem) !important;
Línea 13577... Línea 14501...
13577
}
14501
}
13578
 
14502
 
13579
.blur-6 {
14503
.blur-6 {
13580
  -webkit-filter: blur(1.2rem) !important;
14504
  -webkit-filter: blur(1.2rem) !important;
Línea 13581... Línea 14505...
13581
          filter: blur(1.2rem) !important;
14505
  filter: blur(1.2rem) !important;
13582
}
14506
}
13583
 
14507
 
13584
.blur-7 {
14508
.blur-7 {
Línea 13585... Línea 14509...
13585
  -webkit-filter: blur(2rem) !important;
14509
  -webkit-filter: blur(2rem) !important;
13586
          filter: blur(2rem) !important;
14510
  filter: blur(2rem) !important;
13587
}
14511
}
13588
 
14512
 
Línea 13589... Línea 14513...
13589
.blur-8 {
14513
.blur-8 {
13590
  -webkit-filter: blur(5rem) !important;
14514
  -webkit-filter: blur(5rem) !important;
13591
          filter: blur(5rem) !important;
14515
  filter: blur(5rem) !important;
Línea 13604... Línea 14528...
13604
  border-top-left-radius: 0 !important;
14528
  border-top-left-radius: 0 !important;
13605
}
14529
}
Línea 13606... Línea 14530...
13606
 
14530
 
13607
.accordion.accordion-icon .accordion-item {
14531
.accordion.accordion-icon .accordion-item {
13608
  -webkit-box-shadow: none;
14532
  -webkit-box-shadow: none;
13609
          box-shadow: none;
14533
  box-shadow: none;
13610
  border-radius: 0.25rem;
14534
  border-radius: 0.25rem;
13611
  border: 1px solid rgba(0, 0, 0, 0.1);
14535
  border: 1px solid rgba(0, 0, 0, 0.1);
-
 
14536
}
13612
}
14537
 
13613
.accordion.accordion-icon .accordion-header {
14538
.accordion.accordion-icon .accordion-header {
13614
  position: relative;
14539
  position: relative;
-
 
14540
}
13615
}
14541
 
13616
.accordion.accordion-icon .accordion-header .accordion-button {
14542
.accordion.accordion-icon .accordion-header .accordion-button {
13617
  background: transparent;
14543
  background: transparent;
13618
  font-size: inherit;
14544
  font-size: inherit;
13619
  -webkit-transition: none;
14545
  -webkit-transition: none;
13620
  transition: none;
14546
  transition: none;
13621
  -webkit-box-shadow: none !important;
14547
  -webkit-box-shadow: none !important;
13622
          box-shadow: none !important;
14548
  box-shadow: none !important;
-
 
14549
}
13623
}
14550
 
13624
.accordion.accordion-icon .accordion-header .accordion-button[aria-expanded=true] {
14551
.accordion.accordion-icon .accordion-header .accordion-button[aria-expanded=true] {
13625
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
14552
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
-
 
14553
}
13626
}
14554
 
13627
.accordion.accordion-icon .accordion-header .accordion-button:after {
14555
.accordion.accordion-icon .accordion-header .accordion-button:after {
13628
  content: "";
14556
  content: "";
13629
  background: #14191e !important;
14557
  background: #14191e !important;
13630
  width: 10px;
14558
  width: 10px;
13631
  height: 2px;
14559
  height: 2px;
13632
  display: block;
14560
  display: block;
13633
  position: absolute;
14561
  position: absolute;
13634
  top: 47%;
14562
  top: 47%;
13635
  right: 20px;
14563
  right: 20px;
13636
  -webkit-transform: translateY(-50%);
14564
  -webkit-transform: translateY(-50%);
13637
          transform: translateY(-50%);
14565
  transform: translateY(-50%);
13638
  -webkit-transition: all 0.3s ease-in-out;
14566
  -webkit-transition: all 0.3s ease-in-out;
13639
  transition: all 0.3s ease-in-out;
14567
  transition: all 0.3s ease-in-out;
13640
  -webkit-transform: rotateZ(0deg);
14568
  -webkit-transform: rotateZ(0deg);
13641
          transform: rotateZ(0deg);
14569
  transform: rotateZ(0deg);
13642
  z-index: 9;
14570
  z-index: 9;
-
 
14571
}
13643
}
14572
 
13644
.accordion.accordion-icon .accordion-header .accordion-button:before {
14573
.accordion.accordion-icon .accordion-header .accordion-button:before {
13645
  content: "";
14574
  content: "";
13646
  background: #14191e !important;
14575
  background: #14191e !important;
13647
  width: 10px;
14576
  width: 10px;
13648
  height: 2px;
14577
  height: 2px;
13649
  display: block;
14578
  display: block;
13650
  position: absolute;
14579
  position: absolute;
13651
  top: 47%;
14580
  top: 47%;
13652
  right: 20px;
14581
  right: 20px;
13653
  -webkit-transform: translateY(-50%);
14582
  -webkit-transform: translateY(-50%);
13654
          transform: translateY(-50%);
14583
  transform: translateY(-50%);
13655
  -webkit-transition: all 0.3s ease-in-out;
14584
  -webkit-transition: all 0.3s ease-in-out;
13656
  transition: all 0.3s ease-in-out;
14585
  transition: all 0.3s ease-in-out;
13657
  -webkit-transform: rotateZ(0deg);
14586
  -webkit-transform: rotateZ(0deg);
13658
          transform: rotateZ(0deg);
14587
  transform: rotateZ(0deg);
13659
  z-index: 9;
14588
  z-index: 9;
-
 
14589
}
13660
}
14590
 
13661
.accordion.accordion-icon .accordion-header .accordion-button[aria-expanded=false]:after {
14591
.accordion.accordion-icon .accordion-header .accordion-button[aria-expanded=false]:after {
13662
  -webkit-transform: rotateZ(90deg);
14592
  -webkit-transform: rotateZ(90deg);
13663
          transform: rotateZ(90deg);
14593
  transform: rotateZ(90deg);
-
 
14594
}
13664
}
14595
 
13665
.accordion.accordion-icon .accordion-header .accordion-button[aria-expanded=true]:before {
14596
.accordion.accordion-icon .accordion-header .accordion-button[aria-expanded=true]:before {
13666
  -webkit-transform: rotateZ(0deg);
14597
  -webkit-transform: rotateZ(0deg);
13667
          transform: rotateZ(0deg);
14598
  transform: rotateZ(0deg);
-
 
14599
}
13668
}
14600
 
13669
.accordion.accordion-icon .accordion-collapse {
14601
.accordion.accordion-icon .accordion-collapse {
13670
  border: none;
14602
  border: none;
-
 
14603
}
13671
}
14604
 
13672
.accordion.accordion-icon .accordion-body {
14605
.accordion.accordion-icon .accordion-body {
13673
  padding: 1rem;
14606
  padding: 1rem;
Línea 13674... Línea 14607...
13674
}
14607
}
13675
 
14608
 
13676
.breadcrumb-item {
14609
.breadcrumb-item {
-
 
14610
  font-size: 0.8125rem;
13677
  font-size: 0.8125rem;
14611
}
13678
}
14612
 
13679
.breadcrumb-item a {
14613
.breadcrumb-item a {
-
 
14614
  color: #676a79;
13680
  color: #676a79;
14615
}
13681
}
14616
 
13682
.breadcrumb-item a:hover {
14617
.breadcrumb-item a:hover {
Línea 13683... Línea 14618...
13683
  color: #0f6fec;
14618
  color: #0f6fec;
13684
}
14619
}
13685
 
14620
 
13686
.breadcrumb.breadcrumb-dots .breadcrumb-item + .breadcrumb-item::before {
14621
.breadcrumb.breadcrumb-dots .breadcrumb-item+.breadcrumb-item::before {
13687
  content: "•";
14622
  content: "•";
13688
  font-size: 22px;
14623
  font-size: 22px;
13689
  line-height: 0;
14624
  line-height: 0;
13690
  height: 100%;
14625
  height: 100%;
13691
  display: -webkit-box;
14626
  display: -webkit-box;
13692
  display: -ms-flexbox;
14627
  display: -ms-flexbox;
13693
  display: flex;
14628
  display: flex;
13694
  -webkit-box-align: center;
14629
  -webkit-box-align: center;
Línea 13695... Línea 14630...
13695
      -ms-flex-align: center;
14630
  -ms-flex-align: center;
13696
          align-items: center;
14631
  align-items: center;
13697
}
14632
}
Línea 13713... Línea 14648...
13713
  font-size: 0.6rem;
14648
  font-size: 0.6rem;
13714
  line-height: 1.2;
14649
  line-height: 1.2;
13715
  border-radius: 0.2rem;
14650
  border-radius: 0.2rem;
13716
}
14651
}
Línea -... Línea 14652...
-
 
14652
 
-
 
14653
.btn-light.active,
-
 
14654
.btn-light:active,
13717
 
14655
.btn-light:focus,
13718
.btn-light.active, .btn-light:active, .btn-light:focus, .btn-light:hover {
14656
.btn-light:hover {
13719
  background: #eef0f2;
14657
  background: #eef0f2;
Línea 13720... Línea 14658...
13720
}
14658
}
13721
 
14659
 
13722
.btn-white {
14660
.btn-white {
13723
  background: #fff;
14661
  background: #fff;
-
 
14662
  color: #14191e;
-
 
14663
}
-
 
14664
 
-
 
14665
.btn-white.active,
13724
  color: #14191e;
14666
.btn-white:active,
13725
}
14667
.btn-white:focus,
13726
.btn-white.active, .btn-white:active, .btn-white:focus, .btn-white:hover {
14668
.btn-white:hover {
13727
  background: #eff2f6;
14669
  background: #eff2f6;
Línea 13728... Línea 14670...
13728
  color: #14191e;
14670
  color: #14191e;
Línea 13735... Línea 14677...
13735
}
14677
}
Línea 13736... Línea 14678...
13736
 
14678
 
13737
.btn-outline-light:hover,
14679
.btn-outline-light:hover,
13738
.btn-outline-light:focus,
14680
.btn-outline-light:focus,
13739
.btn-outline-light:active,
14681
.btn-outline-light:active,
13740
.btn-check:checked + .btn-outline-light {
14682
.btn-check:checked+.btn-outline-light {
13741
  background: #e1e4e6;
14683
  background: #e1e4e6;
13742
  border-color: #e1e4e6;
14684
  border-color: #e1e4e6;
13743
  color: #14191e;
14685
  color: #14191e;
Línea 13744... Línea 14686...
13744
}
14686
}
13745
 
14687
 
13746
.btn-primary-soft {
14688
.btn-primary-soft {
13747
  color: #0f6fec;
14689
  color: #0f6fec;
-
 
14690
  background-color: rgba(15, 111, 236, 0.1);
13748
  background-color: rgba(15, 111, 236, 0.1);
14691
}
13749
}
14692
 
13750
.btn-primary-soft:hover {
14693
.btn-primary-soft:hover {
13751
  color: #fff;
14694
  color: #fff;
Línea 13752... Línea 14695...
13752
  background-color: #0f6fec;
14695
  background-color: #0f6fec;
13753
}
14696
}
13754
 
14697
 
13755
.btn-secondary-soft {
14698
.btn-secondary-soft {
-
 
14699
  color: #14191e;
13756
  color: #14191e;
14700
  background-color: rgba(20, 25, 30, 0.1);
13757
  background-color: rgba(20, 25, 30, 0.1);
14701
}
13758
}
14702
 
13759
.btn-secondary-soft:hover {
14703
.btn-secondary-soft:hover {
Línea 13760... Línea 14704...
13760
  color: #fff;
14704
  color: #fff;
13761
  background-color: #14191e;
14705
  background-color: #14191e;
13762
}
14706
}
13763
 
14707
 
-
 
14708
.btn-success-soft {
13764
.btn-success-soft {
14709
  color: #0cbc87;
13765
  color: #0cbc87;
14710
  background-color: rgba(12, 188, 135, 0.1);
13766
  background-color: rgba(12, 188, 135, 0.1);
14711
}
13767
}
14712
 
Línea 13768... Línea 14713...
13768
.btn-success-soft:hover {
14713
.btn-success-soft:hover {
13769
  color: #fff;
14714
  color: #fff;
13770
  background-color: #0cbc87;
14715
  background-color: #0cbc87;
13771
}
14716
}
-
 
14717
 
13772
 
14718
.btn-info-soft {
13773
.btn-info-soft {
14719
  color: #4f9ef8;
13774
  color: #4f9ef8;
14720
  background-color: rgba(79, 158, 248, 0.1);
13775
  background-color: rgba(79, 158, 248, 0.1);
14721
}
Línea 13776... Línea 14722...
13776
}
14722
 
13777
.btn-info-soft:hover {
14723
.btn-info-soft:hover {
13778
  color: #fff;
14724
  color: #fff;
13779
  background-color: #4f9ef8;
14725
  background-color: #4f9ef8;
-
 
14726
}
13780
}
14727
 
13781
 
14728
.btn-warning-soft {
13782
.btn-warning-soft {
14729
  color: #f7c32e;
13783
  color: #f7c32e;
14730
  background-color: rgba(247, 195, 46, 0.1);
Línea 13784... Línea 14731...
13784
  background-color: rgba(247, 195, 46, 0.1);
14731
}
13785
}
14732
 
13786
.btn-warning-soft:hover {
14733
.btn-warning-soft:hover {
13787
  color: #000;
14734
  color: #000;
-
 
14735
  background-color: #f7c32e;
13788
  background-color: #f7c32e;
14736
}
13789
}
14737
 
13790
 
14738
.btn-danger-soft {
13791
.btn-danger-soft {
14739
  color: #d6293e;
Línea 13792... Línea 14740...
13792
  color: #d6293e;
14740
  background-color: rgba(214, 41, 62, 0.1);
13793
  background-color: rgba(214, 41, 62, 0.1);
14741
}
13794
}
14742
 
13795
.btn-danger-soft:hover {
14743
.btn-danger-soft:hover {
-
 
14744
  color: #fff;
13796
  color: #fff;
14745
  background-color: #d6293e;
13797
  background-color: #d6293e;
14746
}
13798
}
14747
 
13799
 
14748
.btn-light-soft {
Línea 13800... Línea 14749...
13800
.btn-light-soft {
14749
  color: #eef0f2;
13801
  color: #eef0f2;
14750
  background-color: rgba(238, 240, 242, 0.1);
13802
  background-color: rgba(238, 240, 242, 0.1);
14751
}
13803
}
14752
 
-
 
14753
.btn-light-soft:hover {
13804
.btn-light-soft:hover {
14754
  color: #000;
13805
  color: #000;
14755
  background-color: #eef0f2;
13806
  background-color: #eef0f2;
14756
}
13807
}
14757
 
Línea 13861... Línea 14811...
13861
  background-repeat: repeat-x, repeat-y, repeat-x, repeat-y;
14811
  background-repeat: repeat-x, repeat-y, repeat-x, repeat-y;
13862
  background-size: 10px 2px, 2px 10px, 10px 2px, 2px 10px;
14812
  background-size: 10px 2px, 2px 10px, 10px 2px, 2px 10px;
13863
  background-position: left top, right top, left bottom, left top;
14813
  background-position: left top, right top, left bottom, left top;
13864
  padding: 0.5rem, 1rem;
14814
  padding: 0.5rem, 1rem;
13865
}
14815
}
-
 
14816
 
13866
.btn-dashed:hover {
14817
.btn-dashed:hover {
13867
  -webkit-animation: border-dance 4s infinite linear;
14818
  -webkit-animation: border-dance 4s infinite linear;
13868
          animation: border-dance 4s infinite linear;
14819
  animation: border-dance 4s infinite linear;
13869
}
14820
}
Línea 13870... Línea 14821...
13870
 
14821
 
13871
@-webkit-keyframes border-dance {
14822
@-webkit-keyframes border-dance {
13872
  0% {
14823
  0% {
13873
    background-position: left top, right top, right bottom, left bottom;
14824
    background-position: left top, right top, right bottom, left bottom;
-
 
14825
  }
13874
  }
14826
 
13875
  100% {
14827
  100% {
13876
    background-position: right top, right bottom, left bottom, left top;
14828
    background-position: right top, right bottom, left bottom, left top;
13877
  }
14829
  }
Línea 13878... Línea 14830...
13878
}
14830
}
13879
 
14831
 
13880
@keyframes border-dance {
14832
@keyframes border-dance {
13881
  0% {
14833
  0% {
-
 
14834
    background-position: left top, right top, right bottom, left bottom;
13882
    background-position: left top, right top, right bottom, left bottom;
14835
  }
13883
  }
14836
 
13884
  100% {
14837
  100% {
13885
    background-position: right top, right bottom, left bottom, left top;
14838
    background-position: right top, right bottom, left bottom, left top;
-
 
14839
  }
13886
  }
14840
}
13887
}
14841
 
13888
.btn-loader {
14842
.btn-loader {
13889
  position: relative;
14843
  position: relative;
-
 
14844
  text-align: center;
13890
  text-align: center;
14845
}
13891
}
14846
 
13892
.btn-loader .load-icon {
14847
.btn-loader .load-icon {
13893
  display: none;
14848
  display: none;
13894
  margin: 0 auto;
14849
  margin: 0 auto;
13895
  position: absolute;
14850
  position: absolute;
13896
  left: 0;
14851
  left: 0;
13897
  right: 0;
14852
  right: 0;
13898
  top: 50%;
14853
  top: 50%;
13899
  -webkit-transform: translateY(-50%);
14854
  -webkit-transform: translateY(-50%);
-
 
14855
  transform: translateY(-50%);
13900
          transform: translateY(-50%);
14856
}
13901
}
14857
 
13902
.btn-loader .load-text {
14858
.btn-loader .load-text {
13903
  opacity: 1;
14859
  opacity: 1;
Línea 13904... Línea 14860...
13904
  visibility: visible;
14860
  visibility: visible;
13905
}
14861
}
13906
 
14862
 
13907
.btn-loader.active .load-text {
14863
.btn-loader.active .load-text {
-
 
14864
  opacity: 0;
13908
  opacity: 0;
14865
  visibility: hidden;
13909
  visibility: hidden;
14866
}
13910
}
14867
 
Línea 13911... Línea 14868...
13911
.btn-loader.active .load-icon {
14868
.btn-loader.active .load-icon {
13912
  display: block;
14869
  display: block;
13913
}
14870
}
13914
 
14871
 
13915
.spinner-dots {
14872
.spinner-dots {
13916
  -webkit-box-align: center;
14873
  -webkit-box-align: center;
13917
      -ms-flex-align: center;
14874
  -ms-flex-align: center;
13918
          align-items: center;
14875
  align-items: center;
13919
  display: -webkit-box;
14876
  display: -webkit-box;
13920
  display: -ms-flexbox;
14877
  display: -ms-flexbox;
13921
  display: flex;
14878
  display: flex;
Línea 13922... Línea 14879...
13922
  -webkit-box-pack: center;
14879
  -webkit-box-pack: center;
13923
      -ms-flex-pack: center;
14880
  -ms-flex-pack: center;
13924
          justify-content: center;
14881
  justify-content: center;
Línea 13935... Línea 14892...
13935
 
14892
 
13936
@-webkit-keyframes dot {
14893
@-webkit-keyframes dot {
13937
  0% {
14894
  0% {
13938
    background-color: #a1a1a8;
14895
    background-color: #a1a1a8;
13939
    -webkit-transform: scale(1);
14896
    -webkit-transform: scale(1);
13940
            transform: scale(1);
14897
    transform: scale(1);
-
 
14898
  }
13941
  }
14899
 
13942
  50% {
14900
  50% {
13943
    background-color: #676a79;
14901
    background-color: #676a79;
13944
    -webkit-transform: scale(1.3);
14902
    -webkit-transform: scale(1.3);
13945
            transform: scale(1.3);
14903
    transform: scale(1.3);
-
 
14904
  }
13946
  }
14905
 
13947
  100% {
14906
  100% {
13948
    background-color: #a1a1a8;
14907
    background-color: #a1a1a8;
13949
    -webkit-transform: scale(1);
14908
    -webkit-transform: scale(1);
13950
            transform: scale(1);
14909
    transform: scale(1);
13951
  }
14910
  }
Línea 13952... Línea 14911...
13952
}
14911
}
13953
 
14912
 
13954
@keyframes dot {
14913
@keyframes dot {
13955
  0% {
14914
  0% {
13956
    background-color: #a1a1a8;
14915
    background-color: #a1a1a8;
13957
    -webkit-transform: scale(1);
14916
    -webkit-transform: scale(1);
-
 
14917
    transform: scale(1);
13958
            transform: scale(1);
14918
  }
13959
  }
14919
 
13960
  50% {
14920
  50% {
13961
    background-color: #676a79;
14921
    background-color: #676a79;
13962
    -webkit-transform: scale(1.3);
14922
    -webkit-transform: scale(1.3);
-
 
14923
    transform: scale(1.3);
13963
            transform: scale(1.3);
14924
  }
13964
  }
14925
 
13965
  100% {
14926
  100% {
13966
    background-color: #a1a1a8;
14927
    background-color: #a1a1a8;
13967
    -webkit-transform: scale(1);
14928
    -webkit-transform: scale(1);
13968
            transform: scale(1);
14929
    transform: scale(1);
-
 
14930
  }
13969
  }
14931
}
13970
}
14932
 
13971
.btn-link-loader.active .spinner-dots .spinner-dot {
14933
.btn-link-loader.active .spinner-dots .spinner-dot {
13972
  -webkit-animation: dot ease-in-out 1s infinite;
14934
  -webkit-animation: dot ease-in-out 1s infinite;
-
 
14935
  animation: dot ease-in-out 1s infinite;
13973
          animation: dot ease-in-out 1s infinite;
14936
}
13974
}
14937
 
13975
.btn-link-loader.active .spinner-dots .spinner-dot:nth-of-type(2) {
14938
.btn-link-loader.active .spinner-dots .spinner-dot:nth-of-type(2) {
13976
  -webkit-animation-delay: 0.2s;
14939
  -webkit-animation-delay: 0.2s;
-
 
14940
  animation-delay: 0.2s;
13977
          animation-delay: 0.2s;
14941
}
13978
}
14942
 
13979
.btn-link-loader.active .spinner-dots .spinner-dot:nth-of-type(3) {
14943
.btn-link-loader.active .spinner-dots .spinner-dot:nth-of-type(3) {
13980
  -webkit-animation-delay: 0.3s;
14944
  -webkit-animation-delay: 0.3s;
Línea 13981... Línea 14945...
13981
          animation-delay: 0.3s;
14945
  animation-delay: 0.3s;
13982
}
14946
}
13983
 
14947
 
Línea 13984... Línea 14948...
13984
.card.overflow-hidden {
14948
.card.overflow-hidden {
13985
  will-change: transform;
14949
  will-change: transform;
13986
}
14950
}
-
 
14951
 
13987
 
14952
.card .card-image {
13988
.card .card-image {
14953
  position: relative;
13989
  position: relative;
14954
}
13990
}
14955
 
13991
.card .card-image .card-element-hover {
14956
.card .card-image .card-element-hover {
13992
  visibility: hidden;
14957
  visibility: hidden;
13993
  margin-top: 20px;
14958
  margin-top: 20px;
13994
  opacity: 0;
14959
  opacity: 0;
-
 
14960
  -webkit-transition: all 0.3s ease-in-out;
13995
  -webkit-transition: all 0.3s ease-in-out;
14961
  transition: all 0.3s ease-in-out;
13996
  transition: all 0.3s ease-in-out;
14962
  z-index: 9;
13997
  z-index: 9;
14963
}
13998
}
14964
 
13999
.card:hover .card-image .card-element-hover {
14965
.card:hover .card-image .card-element-hover {
Línea 14000... Línea 14966...
14000
  visibility: visible;
14966
  visibility: visible;
14001
  margin-top: 0px;
14967
  margin-top: 0px;
14002
  opacity: 1;
14968
  opacity: 1;
-
 
14969
}
14003
}
14970
 
14004
 
14971
.card.card-overlay-bottom {
14005
.card.card-overlay-bottom {
14972
  overflow: hidden;
14006
  overflow: hidden;
14973
}
14007
}
14974
 
Línea 14015... Línea 14982...
14015
  right: 0;
14982
  right: 0;
14016
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(black));
14983
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(black));
14017
  background-image: linear-gradient(180deg, transparent, black);
14984
  background-image: linear-gradient(180deg, transparent, black);
14018
  z-index: 1;
14985
  z-index: 1;
14019
}
14986
}
-
 
14987
 
14020
.card .card-img-overlay {
14988
.card .card-img-overlay {
14021
  z-index: 2;
14989
  z-index: 2;
14022
}
14990
}
Línea 14023... Línea 14991...
14023
 
14991
 
14024
.dropdown-menu {
14992
.dropdown-menu {
14025
  -webkit-box-shadow: 0px 20px 30px rgba(83, 88, 93, 0.1), 0px 0px 30px rgba(83, 88, 93, 0.2);
14993
  -webkit-box-shadow: 0px 20px 30px rgba(83, 88, 93, 0.1), 0px 0px 30px rgba(83, 88, 93, 0.2);
14026
          box-shadow: 0px 20px 30px rgba(83, 88, 93, 0.1), 0px 0px 30px rgba(83, 88, 93, 0.2);
14994
  box-shadow: 0px 20px 30px rgba(83, 88, 93, 0.1), 0px 0px 30px rgba(83, 88, 93, 0.2);
Línea 14027... Línea 14995...
14027
}
14995
}
14028
 
14996
 
14029
.dropdown-item.active {
14997
.dropdown-item.active {
Línea 14053... Línea 15021...
14053
.dropdown-menu .dropdown-toggle:after {
15021
.dropdown-menu .dropdown-toggle:after {
14054
  position: absolute;
15022
  position: absolute;
14055
  right: 25px;
15023
  right: 25px;
14056
  top: 10px;
15024
  top: 10px;
14057
}
15025
}
-
 
15026
 
14058
.dropdown-menu .dropdown-toggle:before {
15027
.dropdown-menu .dropdown-toggle:before {
14059
  position: absolute;
15028
  position: absolute;
14060
  right: 25px;
15029
  right: 25px;
14061
  top: 10px;
15030
  top: 10px;
14062
}
15031
}
Línea 14068... Línea 15037...
14068
@media (max-width: 575.98px) {
15037
@media (max-width: 575.98px) {
14069
  .dropdown-menu-size-md {
15038
  .dropdown-menu-size-md {
14070
    min-width: 16rem;
15039
    min-width: 16rem;
14071
  }
15040
  }
14072
}
15041
}
-
 
15042
 
14073
.list-group-borderless .list-group-item {
15043
.list-group-borderless .list-group-item {
14074
  border: none;
15044
  border: none;
14075
  padding: 0.425rem 0;
15045
  padding: 0.425rem 0;
14076
}
15046
}
-
 
15047
 
14077
.list-group-borderless a.list-group-item:hover {
15048
.list-group-borderless a.list-group-item:hover {
14078
  background-color: transparent;
15049
  background-color: transparent;
14079
  color: #0f6fec;
15050
  color: #0f6fec;
14080
}
15051
}
Línea 14090... Línea 15061...
14090
}
15061
}
Línea 14091... Línea 15062...
14091
 
15062
 
14092
.nav-pills.nav-pills-light .nav-link:hover {
15063
.nav-pills.nav-pills-light .nav-link:hover {
14093
  background-color: #e4e6e8;
15064
  background-color: #e4e6e8;
-
 
15065
}
14094
}
15066
 
14095
.nav-pills.nav-pills-light .nav-link.active {
15067
.nav-pills.nav-pills-light .nav-link.active {
14096
  background-color: #e4e6e8;
15068
  background-color: #e4e6e8;
Línea 14097... Línea 15069...
14097
}
15069
}
14098
 
15070
 
14099
.nav-pills-soft .nav-link.active,
15071
.nav-pills-soft .nav-link.active,
14100
.nav-pills-soft .show > .nav-link {
15072
.nav-pills-soft .show>.nav-link {
Línea 14101... Línea 15073...
14101
  background-color: rgba(15, 111, 236, 0.1);
15073
  background-color: rgba(15, 111, 236, 0.1);
14102
}
15074
}
14103
 
15075
 
-
 
15076
.nav.nav-bottom-line {
14104
.nav.nav-bottom-line {
15077
  border-bottom: solid 1px rgba(0, 0, 0, 0.1);
14105
  border-bottom: solid 1px rgba(0, 0, 0, 0.1);
15078
}
14106
}
15079
 
14107
.nav.nav-bottom-line .nav-link {
15080
.nav.nav-bottom-line .nav-link {
14108
  border: transparent;
15081
  border: transparent;
-
 
15082
  font-weight: 600;
14109
  font-weight: 600;
15083
  padding: 0.75rem 0.975rem;
14110
  padding: 0.75rem 0.975rem;
15084
}
14111
}
15085
 
-
 
15086
.nav.nav-bottom-line .nav-item:first-child .nav-link {
14112
.nav.nav-bottom-line .nav-item:first-child .nav-link {
15087
  padding-left: 0;
14113
  padding-left: 0;
15088
}
14114
}
15089
 
14115
.nav.nav-bottom-line .nav-link {
15090
.nav.nav-bottom-line .nav-link {
-
 
15091
  background: transparent;
14116
  background: transparent;
15092
  border-bottom: 3px solid transparent;
14117
  border-bottom: 3px solid transparent;
15093
}
14118
}
15094
 
14119
.nav.nav-bottom-line .nav-link.active {
15095
.nav.nav-bottom-line .nav-link.active {
14120
  background: transparent;
15096
  background: transparent;
-
 
15097
  color: #0f6fec;
14121
  color: #0f6fec;
15098
  border-bottom: 3px solid #0f6fec;
14122
  border-bottom: 3px solid #0f6fec;
15099
}
14123
}
15100
 
Línea 14124... Línea 15101...
14124
.nav.nav-bottom-line .nav-item {
15101
.nav.nav-bottom-line .nav-item {
Línea 14137... Línea 15114...
14137
}
15114
}
Línea 14138... Línea 15115...
14138
 
15115
 
14139
.nav-tabs .nav-link {
15116
.nav-tabs .nav-link {
14140
  padding: 0.5rem 1rem;
15117
  padding: 0.5rem 1rem;
-
 
15118
}
14141
}
15119
 
14142
.nav-tabs-white {
15120
.nav-tabs-white {
14143
  border-radius: 0.4rem;
15121
  border-radius: 0.4rem;
-
 
15122
}
14144
}
15123
 
14145
.nav-tabs-white .nav-item .nav-link {
15124
.nav-tabs-white .nav-item .nav-link {
14146
  -webkit-transition: all 0.3s ease-in-out;
15125
  -webkit-transition: all 0.3s ease-in-out;
14147
  transition: all 0.3s ease-in-out;
15126
  transition: all 0.3s ease-in-out;
14148
  border: 0;
15127
  border: 0;
14149
  border-radius: 0.4rem;
15128
  border-radius: 0.4rem;
14150
  margin-right: 4px;
15129
  margin-right: 4px;
14151
  font-weight: 600;
15130
  font-weight: 600;
-
 
15131
}
14152
}
15132
 
14153
.nav-tabs-white .nav-item:last-child .nav-link {
15133
.nav-tabs-white .nav-item:last-child .nav-link {
14154
  margin-right: 0;
15134
  margin-right: 0;
-
 
15135
}
-
 
15136
 
14155
}
15137
.nav-tabs-white .nav-item .nav-link.active,
14156
.nav-tabs-white .nav-item .nav-link.active, .nav-tabs-white .nav-item .nav-link:hover {
15138
.nav-tabs-white .nav-item .nav-link:hover {
14157
  background: #fff;
15139
  background: #fff;
14158
  color: #0f6fec;
15140
  color: #0f6fec;
Línea 14159... Línea 15141...
14159
}
15141
}
14160
 
15142
 
14161
.nav.nav-divider .nav-item + .nav-item:before {
15143
.nav.nav-divider .nav-item+.nav-item:before {
14162
  content: "•";
15144
  content: "•";
14163
  color: inherit;
15145
  color: inherit;
14164
  padding-left: 0.6rem;
15146
  padding-left: 0.6rem;
14165
  padding-right: 0.6rem;
15147
  padding-right: 0.6rem;
-
 
15148
  opacity: 0.8;
14166
  opacity: 0.8;
15149
}
14167
}
15150
 
14168
.nav.nav-divider .nav-item {
15151
.nav.nav-divider .nav-item {
14169
  display: -webkit-box;
15152
  display: -webkit-box;
14170
  display: -ms-flexbox;
15153
  display: -ms-flexbox;
14171
  display: flex;
15154
  display: flex;
14172
  -webkit-box-align: center;
15155
  -webkit-box-align: center;
14173
      -ms-flex-align: center;
15156
  -ms-flex-align: center;
-
 
15157
  align-items: center;
14174
          align-items: center;
15158
}
14175
}
15159
 
14176
.nav.nav-divider .nav-link {
15160
.nav.nav-divider .nav-link {
Línea 14177... Línea 15161...
14177
  padding: 0;
15161
  padding: 0;
14178
}
15162
}
14179
 
15163
 
-
 
15164
.nav-link-secondary .nav-item .nav-link {
-
 
15165
  color: #14191e;
14180
.nav-link-secondary .nav-item .nav-link {
15166
}
14181
  color: #14191e;
15167
 
14182
}
15168
.nav-link-secondary .nav-item .nav-link:hover,
Línea 14183... Línea 15169...
14183
.nav-link-secondary .nav-item .nav-link:hover, .nav-link-secondary .nav-item .nav-link.active {
15169
.nav-link-secondary .nav-item .nav-link.active {
14184
  color: #0f6fec;
15170
  color: #0f6fec;
14185
}
15171
}
14186
 
15172
 
14187
.nav-stack {
15173
.nav-stack {
14188
  display: -webkit-box;
15174
  display: -webkit-box;
14189
  display: -ms-flexbox;
15175
  display: -ms-flexbox;
14190
  display: flex;
15176
  display: flex;
14191
  -webkit-box-orient: horizontal;
15177
  -webkit-box-orient: horizontal;
14192
  -webkit-box-direction: normal;
15178
  -webkit-box-direction: normal;
14193
      -ms-flex-direction: row;
15179
  -ms-flex-direction: row;
14194
          flex-direction: row;
15180
  flex-direction: row;
14195
  -webkit-box-align: center;
15181
  -webkit-box-align: center;
14196
      -ms-flex-align: center;
15182
  -ms-flex-align: center;
14197
          align-items: center;
15183
  align-items: center;
-
 
15184
  -ms-flex-item-align: stretch;
14198
  -ms-flex-item-align: stretch;
15185
  align-self: stretch;
14199
      align-self: stretch;
15186
  gap: 0.7rem;
14200
  gap: 0.7rem;
15187
}
14201
}
15188
 
Línea 14236... Línea 15223...
14236
    left: 0;
15223
    left: 0;
14237
    top: 0;
15224
    top: 0;
14238
    z-index: 9;
15225
    z-index: 9;
14239
    margin-top: 56px;
15226
    margin-top: 56px;
14240
  }
15227
  }
-
 
15228
 
14241
  .nav-sidenav .nav-link {
15229
  .nav-sidenav .nav-link {
14242
    display: -webkit-box;
15230
    display: -webkit-box;
14243
    display: -ms-flexbox;
15231
    display: -ms-flexbox;
14244
    display: flex;
15232
    display: flex;
14245
    -webkit-box-align: center;
15233
    -webkit-box-align: center;
14246
        -ms-flex-align: center;
15234
    -ms-flex-align: center;
14247
            align-items: center;
15235
    align-items: center;
14248
    white-space: nowrap;
15236
    white-space: nowrap;
14249
    padding-left: 0;
15237
    padding-left: 0;
14250
  }
15238
  }
-
 
15239
 
14251
  .nav-sidenav .nav-text {
15240
  .nav-sidenav .nav-text {
14252
    opacity: 0;
15241
    opacity: 0;
14253
    visibility: hidden;
15242
    visibility: hidden;
14254
    -webkit-transition: all 0.2s ease-in-out;
15243
    -webkit-transition: all 0.2s ease-in-out;
14255
    transition: all 0.2s ease-in-out;
15244
    transition: all 0.2s ease-in-out;
14256
  }
15245
  }
Línea 14257... Línea 15246...
14257
 
15246
 
14258
  .sidebar-start-enabled .nav-sidenav {
15247
  .sidebar-start-enabled .nav-sidenav {
14259
    width: 270px;
15248
    width: 270px;
-
 
15249
  }
14260
  }
15250
 
14261
  .sidebar-start-enabled .nav-sidenav .nav-text {
15251
  .sidebar-start-enabled .nav-sidenav .nav-text {
14262
    display: -webkit-box;
15252
    display: -webkit-box;
14263
    display: -ms-flexbox;
15253
    display: -ms-flexbox;
14264
    display: flex;
15254
    display: flex;
14265
    opacity: 1;
15255
    opacity: 1;
14266
    visibility: visible;
15256
    visibility: visible;
14267
    padding-left: 10px;
15257
    padding-left: 10px;
14268
  }
15258
  }
-
 
15259
}
14269
}
15260
 
14270
@media (max-width: 991.98px) {
15261
@media (max-width: 991.98px) {
14271
  .nav-sidenav {
15262
  .nav-sidenav {
14272
    width: 270px;
15263
    width: 270px;
14273
    left: 0;
15264
    left: 0;
Línea 14278... Línea 15269...
14278
    position: fixed;
15269
    position: fixed;
14279
    top: 0;
15270
    top: 0;
14280
    z-index: 9;
15271
    z-index: 9;
14281
    margin-top: 56px;
15272
    margin-top: 56px;
14282
    -webkit-transform: translateX(-100%);
15273
    -webkit-transform: translateX(-100%);
14283
            transform: translateX(-100%);
15274
    transform: translateX(-100%);
14284
  }
15275
  }
-
 
15276
 
14285
  .nav-sidenav .nav-text {
15277
  .nav-sidenav .nav-text {
14286
    padding-left: 10px;
15278
    padding-left: 10px;
14287
  }
15279
  }
Línea 14288... Línea 15280...
14288
 
15280
 
14289
  .sidebar-start-enabled .nav-sidenav {
15281
  .sidebar-start-enabled .nav-sidenav {
14290
    -webkit-transform: none;
15282
    -webkit-transform: none;
14291
            transform: none;
15283
    transform: none;
14292
  }
15284
  }
-
 
15285
}
14293
}
15286
 
14294
@media (min-width: 992px) {
15287
@media (min-width: 992px) {
14295
  .sidebar-end {
15288
  .sidebar-end {
14296
    width: 5rem;
15289
    width: 5rem;
14297
    -webkit-transition: width 0.3s;
15290
    -webkit-transition: width 0.3s;
Línea 14300... Línea 15293...
14300
    right: 0;
15293
    right: 0;
14301
    top: 0;
15294
    top: 0;
14302
    margin-top: 56px;
15295
    margin-top: 56px;
14303
    z-index: 9;
15296
    z-index: 9;
14304
  }
15297
  }
-
 
15298
 
14305
  .sidebar-end .sidebar-end-alignment {
15299
  .sidebar-end .sidebar-end-alignment {
14306
    -webkit-box-align: center;
15300
    -webkit-box-align: center;
14307
        -ms-flex-align: center;
15301
    -ms-flex-align: center;
14308
            align-items: center;
15302
    align-items: center;
14309
  }
15303
  }
-
 
15304
 
14310
  .sidebar-end .nav-link {
15305
  .sidebar-end .nav-link {
14311
    display: -webkit-box;
15306
    display: -webkit-box;
14312
    display: -ms-flexbox;
15307
    display: -ms-flexbox;
14313
    display: flex;
15308
    display: flex;
14314
    -webkit-box-align: center;
15309
    -webkit-box-align: center;
14315
        -ms-flex-align: center;
15310
    -ms-flex-align: center;
14316
            align-items: center;
15311
    align-items: center;
14317
  }
15312
  }
-
 
15313
 
-
 
15314
  .sidebar-end .contact-name,
-
 
15315
  .sidebar-end .contact-search,
-
 
15316
  .sidebar-end .contact-title,
14318
  .sidebar-end .contact-name, .sidebar-end .contact-search, .sidebar-end .contact-title, .sidebar-end .contact-status {
15317
  .sidebar-end .contact-status {
14319
    opacity: 0;
15318
    opacity: 0;
14320
    display: none;
15319
    display: none;
14321
    visibility: hidden;
15320
    visibility: hidden;
14322
    -webkit-transition: all 0.5s ease-in-out;
15321
    -webkit-transition: all 0.5s ease-in-out;
14323
    transition: all 0.5s ease-in-out;
15322
    transition: all 0.5s ease-in-out;
Línea 14325... Línea 15324...
14325
  }
15324
  }
Línea 14326... Línea 15325...
14326
 
15325
 
14327
  .sidebar-end-enabled .sidebar-end {
15326
  .sidebar-end-enabled .sidebar-end {
14328
    width: 270px;
15327
    width: 270px;
-
 
15328
  }
14329
  }
15329
 
14330
  .sidebar-end-enabled .sidebar-end .sidebar-end-alignment {
15330
  .sidebar-end-enabled .sidebar-end .sidebar-end-alignment {
14331
    -webkit-box-align: inherit;
15331
    -webkit-box-align: inherit;
14332
        -ms-flex-align: inherit;
15332
    -ms-flex-align: inherit;
14333
            align-items: inherit;
15333
    align-items: inherit;
-
 
15334
  }
-
 
15335
 
-
 
15336
  .sidebar-end-enabled .sidebar-end .contact-name,
-
 
15337
  .sidebar-end-enabled .sidebar-end .contact-search,
14334
  }
15338
  .sidebar-end-enabled .sidebar-end .contact-title,
14335
  .sidebar-end-enabled .sidebar-end .contact-name, .sidebar-end-enabled .sidebar-end .contact-search, .sidebar-end-enabled .sidebar-end .contact-title, .sidebar-end-enabled .sidebar-end .contact-status {
15339
  .sidebar-end-enabled .sidebar-end .contact-status {
14336
    display: -webkit-box;
15340
    display: -webkit-box;
14337
    display: -ms-flexbox;
15341
    display: -ms-flexbox;
14338
    display: flex;
15342
    display: flex;
14339
    opacity: 1;
15343
    opacity: 1;
14340
    visibility: visible;
15344
    visibility: visible;
14341
    -webkit-transition: all 0.2s ease-in-out;
15345
    -webkit-transition: all 0.2s ease-in-out;
14342
    transition: all 0.2s ease-in-out;
15346
    transition: all 0.2s ease-in-out;
14343
  }
15347
  }
-
 
15348
}
14344
}
15349
 
14345
@media (max-width: 991.98px) {
15350
@media (max-width: 991.98px) {
14346
  .sidebar-end {
15351
  .sidebar-end {
14347
    width: 270px;
15352
    width: 270px;
14348
    right: 0;
15353
    right: 0;
Línea 14352... Línea 15357...
14352
    transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
15357
    transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
14353
    position: fixed;
15358
    position: fixed;
14354
    top: 0;
15359
    top: 0;
14355
    z-index: 9;
15360
    z-index: 9;
14356
    -webkit-transform: translateX(100%);
15361
    -webkit-transform: translateX(100%);
14357
            transform: translateX(100%);
15362
    transform: translateX(100%);
14358
  }
15363
  }
Línea 14359... Línea 15364...
14359
 
15364
 
14360
  .sidebar-end-enabled .sidebar-end {
15365
  .sidebar-end-enabled .sidebar-end {
14361
    -webkit-transform: none;
15366
    -webkit-transform: none;
14362
            transform: none;
15367
    transform: none;
14363
  }
15368
  }
-
 
15369
}
14364
}
15370
 
14365
header {
15371
header {
14366
  height: 56px;
15372
  height: 56px;
Línea 14367... Línea 15373...
14367
}
15373
}
Línea 14372... Línea 15378...
14372
  text-transform: capitalize;
15378
  text-transform: capitalize;
14373
  line-height: 56px;
15379
  line-height: 56px;
14374
  padding-top: 0;
15380
  padding-top: 0;
14375
  padding-bottom: 0;
15381
  padding-bottom: 0;
14376
}
15382
}
-
 
15383
 
14377
.navbar-nav .nav-link .nav-icon {
15384
.navbar-nav .nav-link .nav-icon {
14378
  margin-right: 0.3rem;
15385
  margin-right: 0.3rem;
14379
}
15386
}
-
 
15387
 
14380
.navbar-nav .nav-item:last-child .nav-link {
15388
.navbar-nav .nav-item:last-child .nav-link {
14381
  padding-right: 0;
15389
  padding-right: 0;
14382
}
15390
}
Línea 14383... Línea 15391...
14383
 
15391
 
Línea 14401... Línea 15409...
14401
}
15409
}
Línea 14402... Línea 15410...
14402
 
15410
 
14403
.navbar-dark .navbar-top span:not(.dropdown-item-text) {
15411
.navbar-dark .navbar-top span:not(.dropdown-item-text) {
14404
  color: #fff;
15412
  color: #fff;
-
 
15413
}
14405
}
15414
 
14406
.navbar-dark .navbar-top a:not(.dropdown-item) {
15415
.navbar-dark .navbar-top a:not(.dropdown-item) {
14407
  color: #fff;
15416
  color: #fff;
-
 
15417
}
14408
}
15418
 
14409
.navbar-dark .navbar-top a:not(.dropdown-item):hover {
15419
.navbar-dark .navbar-top a:not(.dropdown-item):hover {
14410
  color: #0f6fec;
15420
  color: #0f6fec;
Línea 14411... Línea 15421...
14411
}
15421
}
14412
 
15422
 
14413
.navbar-dark .nav .nav-link {
15423
.navbar-dark .nav .nav-link {
-
 
15424
  color: #fff;
14414
  color: #fff;
15425
}
14415
}
15426
 
14416
.navbar-dark .nav .nav-link:hover {
15427
.navbar-dark .nav .nav-link:hover {
Línea 14417... Línea 15428...
14417
  color: #0f6fec;
15428
  color: #0f6fec;
14418
}
15429
}
14419
 
15430
 
14420
@media (max-width: 991.98px) {
15431
@media (max-width: 991.98px) {
14421
  .navbar-dark .navbar-nav .nav-link {
15432
  .navbar-dark .navbar-nav .nav-link {
-
 
15433
    color: #676a79;
14422
    color: #676a79;
15434
  }
14423
  }
15435
}
14424
}
15436
 
14425
.navbar-brand {
15437
.navbar-brand {
-
 
15438
  padding-top: 10px;
14426
  padding-top: 10px;
15439
  padding-bottom: 10px;
14427
  padding-bottom: 10px;
15440
}
14428
}
15441
 
14429
.navbar-brand .navbar-brand-item {
15442
.navbar-brand .navbar-brand-item {
14430
  height: 36px;
15443
  height: 36px;
Línea 14435... Línea 15448...
14435
@media (max-width: 991.98px) {
15448
@media (max-width: 991.98px) {
14436
  .navbar-brand {
15449
  .navbar-brand {
14437
    padding-top: 10px;
15450
    padding-top: 10px;
14438
    padding-bottom: 10px;
15451
    padding-bottom: 10px;
14439
  }
15452
  }
-
 
15453
 
14440
  .navbar-brand .navbar-brand-item {
15454
  .navbar-brand .navbar-brand-item {
14441
    height: 36px;
15455
    height: 36px;
14442
  }
15456
  }
14443
}
15457
}
-
 
15458
 
14444
.navbar .dropdown-menu .dropdown-submenu.dropend .dropdown-toggle:after {
15459
.navbar .dropdown-menu .dropdown-submenu.dropend .dropdown-toggle:after {
14445
  content: "\f00d";
15460
  content: "\f00d";
14446
  font-family: "Font Awesome 5 Free";
15461
  font-family: "Font Awesome 5 Free";
14447
  font-size: 10px;
15462
  font-size: 10px;
14448
  top: 10px;
15463
  top: 10px;
14449
  -webkit-transform: rotate(45deg);
15464
  -webkit-transform: rotate(45deg);
14450
          transform: rotate(45deg);
15465
  transform: rotate(45deg);
14451
  -webkit-transition: all 0.3s ease-in-out;
15466
  -webkit-transition: all 0.3s ease-in-out;
14452
  transition: all 0.3s ease-in-out;
15467
  transition: all 0.3s ease-in-out;
14453
  border: none !important;
15468
  border: none !important;
14454
  margin: 0;
15469
  margin: 0;
14455
}
15470
}
Línea 14456... Línea 15471...
14456
 
15471
 
14457
@media (hover: hover) {
15472
@media (hover: hover) {
14458
  .navbar .dropdown-menu .dropdown-submenu.dropend:hover > .dropdown-toggle:after {
15473
  .navbar .dropdown-menu .dropdown-submenu.dropend:hover>.dropdown-toggle:after {
14459
    -webkit-transform: rotate(90deg);
15474
    -webkit-transform: rotate(90deg);
14460
            transform: rotate(90deg);
15475
    transform: rotate(90deg);
14461
  }
15476
  }
-
 
15477
}
14462
}
15478
 
14463
.navbar .dropdown-menu .dropdown-submenu.dropend .dropdown-opened.dropdown-toggle:after {
15479
.navbar .dropdown-menu .dropdown-submenu.dropend .dropdown-opened.dropdown-toggle:after {
14464
  -webkit-transform: rotate(90deg);
15480
  -webkit-transform: rotate(90deg);
14465
          transform: rotate(90deg);
15481
  transform: rotate(90deg);
Línea 14466... Línea 15482...
14466
}
15482
}
14467
 
15483
 
14468
.navbar .dropdown-menu .dropdown-submenu.dropstart .dropdown-toggle:before {
15484
.navbar .dropdown-menu .dropdown-submenu.dropstart .dropdown-toggle:before {
14469
  content: "\f00d";
15485
  content: "\f00d";
14470
  font-family: "Font Awesome 5 Free";
15486
  font-family: "Font Awesome 5 Free";
14471
  font-size: 10px;
15487
  font-size: 10px;
14472
  top: 8px;
15488
  top: 8px;
14473
  -webkit-transform: rotate(45deg);
15489
  -webkit-transform: rotate(45deg);
14474
          transform: rotate(45deg);
15490
  transform: rotate(45deg);
14475
  -webkit-transition: all 0.3s ease-in-out;
15491
  -webkit-transition: all 0.3s ease-in-out;
14476
  transition: all 0.3s ease-in-out;
15492
  transition: all 0.3s ease-in-out;
14477
  border: none !important;
15493
  border: none !important;
14478
  margin: 0;
15494
  margin: 0;
Línea 14479... Línea 15495...
14479
  font-weight: 900;
15495
  font-weight: 900;
14480
}
15496
}
14481
 
15497
 
14482
.navbar .dropdown-menu .dropdown-submenu.dropstart:hover > .dropdown-toggle:before {
15498
.navbar .dropdown-menu .dropdown-submenu.dropstart:hover>.dropdown-toggle:before {
Línea 14483... Línea 15499...
14483
  -webkit-transform: rotate(90deg);
15499
  -webkit-transform: rotate(90deg);
14484
          transform: rotate(90deg);
15500
  transform: rotate(90deg);
14485
}
15501
}
Línea 14491... Línea 15507...
14491
    opacity: 0;
15507
    opacity: 0;
14492
    display: block;
15508
    display: block;
14493
    -webkit-transition: all 0.1s ease-in-out;
15509
    -webkit-transition: all 0.1s ease-in-out;
14494
    transition: all 0.1s ease-in-out;
15510
    transition: all 0.1s ease-in-out;
14495
  }
15511
  }
-
 
15512
 
14496
  .navbar-expand-sm .navbar-nav .dropdown:hover > .dropdown-menu {
15513
  .navbar-expand-sm .navbar-nav .dropdown:hover>.dropdown-menu {
14497
    top: 100%;
15514
    top: 100%;
14498
    visibility: visible;
15515
    visibility: visible;
14499
    opacity: 1;
15516
    opacity: 1;
14500
    -webkit-transition: all 0.3s ease-in-out;
15517
    -webkit-transition: all 0.3s ease-in-out;
14501
    transition: all 0.3s ease-in-out;
15518
    transition: all 0.3s ease-in-out;
14502
  }
15519
  }
-
 
15520
 
14503
  .navbar-expand-sm .navbar-nav .dropdown-submenu:hover > .dropdown-menu {
15521
  .navbar-expand-sm .navbar-nav .dropdown-submenu:hover>.dropdown-menu {
14504
    top: 0;
15522
    top: 0;
14505
    visibility: visible;
15523
    visibility: visible;
14506
    opacity: 1;
15524
    opacity: 1;
14507
    -webkit-transition: all 0.3s ease-in-out;
15525
    -webkit-transition: all 0.3s ease-in-out;
14508
    transition: all 0.3s ease-in-out;
15526
    transition: all 0.3s ease-in-out;
14509
  }
15527
  }
-
 
15528
 
14510
  .navbar-expand-sm .dropdown-submenu {
15529
  .navbar-expand-sm .dropdown-submenu {
14511
    position: relative;
15530
    position: relative;
14512
  }
15531
  }
14513
}
15532
}
-
 
15533
 
14514
@media (max-width: 575.98px) {
15534
@media (max-width: 575.98px) {
14515
  .navbar-expand-sm .navbar-collapse {
15535
  .navbar-expand-sm .navbar-collapse {
14516
    -webkit-box-shadow: 0px 10px 30px rgba(83, 88, 93, 0.2);
15536
    -webkit-box-shadow: 0px 10px 30px rgba(83, 88, 93, 0.2);
14517
            box-shadow: 0px 10px 30px rgba(83, 88, 93, 0.2);
15537
    box-shadow: 0px 10px 30px rgba(83, 88, 93, 0.2);
14518
    position: absolute;
15538
    position: absolute;
14519
    left: 0;
15539
    left: 0;
14520
    right: 0;
15540
    right: 0;
14521
    top: 100%;
15541
    top: 100%;
14522
    background: #fff;
15542
    background: #fff;
14523
    border-top: 1px solid rgba(0, 0, 0, 0.1);
15543
    border-top: 1px solid rgba(0, 0, 0, 0.1);
14524
  }
15544
  }
-
 
15545
 
14525
  .navbar-expand-sm .navbar-collapse .navbar-nav .dropdown-toggle::after {
15546
  .navbar-expand-sm .navbar-collapse .navbar-nav .dropdown-toggle::after {
14526
    position: absolute;
15547
    position: absolute;
14527
    right: 25px;
15548
    right: 25px;
14528
  }
15549
  }
-
 
15550
 
14529
  .navbar-expand-sm .navbar-collapse .navbar-nav .dropdown-menu {
15551
  .navbar-expand-sm .navbar-collapse .navbar-nav .dropdown-menu {
14530
    -webkit-box-shadow: none;
15552
    -webkit-box-shadow: none;
14531
            box-shadow: none;
15553
    box-shadow: none;
14532
  }
15554
  }
-
 
15555
 
14533
  .navbar-expand-sm .navbar-collapse .navbar-nav .dropdown-menu:before {
15556
  .navbar-expand-sm .navbar-collapse .navbar-nav .dropdown-menu:before {
14534
    content: none;
15557
    content: none;
14535
  }
15558
  }
-
 
15559
 
14536
  .navbar-expand-sm .navbar-collapse .navbar-nav .dropdown-submenu .dropdown-menu {
15560
  .navbar-expand-sm .navbar-collapse .navbar-nav .dropdown-submenu .dropdown-menu {
14537
    padding-left: 20px;
15561
    padding-left: 20px;
14538
    padding-bottom: 0px;
15562
    padding-bottom: 0px;
14539
  }
15563
  }
-
 
15564
 
14540
  .navbar-expand-sm .navbar-collapse .navbar-nav > .nav-item {
15565
  .navbar-expand-sm .navbar-collapse .navbar-nav>.nav-item {
14541
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
15566
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
14542
    padding: 5px 30px;
15567
    padding: 5px 30px;
14543
    position: relative;
15568
    position: relative;
14544
  }
15569
  }
-
 
15570
 
14545
  .navbar-expand-sm .navbar-collapse .navbar-nav > .nav-item .nav-link {
15571
  .navbar-expand-sm .navbar-collapse .navbar-nav>.nav-item .nav-link {
14546
    line-height: 40px;
15572
    line-height: 40px;
14547
  }
15573
  }
-
 
15574
 
14548
  .navbar-expand-sm .navbar-nav .dropdown-menu {
15575
  .navbar-expand-sm .navbar-nav .dropdown-menu {
14549
    position: static;
15576
    position: static;
14550
    float: none;
15577
    float: none;
14551
  }
15578
  }
-
 
15579
 
14552
  .navbar-expand-sm .navbar-nav .nav-item > .dropdown-menu {
15580
  .navbar-expand-sm .navbar-nav .nav-item>.dropdown-menu {
14553
    background: rgba(103, 106, 121, 0.04);
15581
    background: rgba(103, 106, 121, 0.04);
14554
    padding: 20px 0px;
15582
    padding: 20px 0px;
14555
    margin: 10px 0;
15583
    margin: 10px 0;
14556
  }
15584
  }
-
 
15585
 
14557
  .navbar-expand-sm .navbar-nav .nav-item > .dropdown-menu .dropdown-submenu .dropdown-menu {
15586
  .navbar-expand-sm .navbar-nav .nav-item>.dropdown-menu .dropdown-submenu .dropdown-menu {
14558
    background: rgba(103, 106, 121, 0.06);
15587
    background: rgba(103, 106, 121, 0.06);
14559
    padding: 10px 0px !important;
15588
    padding: 10px 0px !important;
14560
  }
15589
  }
14561
}
15590
}
-
 
15591
 
14562
@media (min-width: 768px) {
15592
@media (min-width: 768px) {
14563
  .navbar-expand-md .navbar-nav .dropdown-menu {
15593
  .navbar-expand-md .navbar-nav .dropdown-menu {
14564
    top: 120%;
15594
    top: 120%;
14565
    visibility: hidden;
15595
    visibility: hidden;
14566
    opacity: 0;
15596
    opacity: 0;
14567
    display: block;
15597
    display: block;
14568
    -webkit-transition: all 0.1s ease-in-out;
15598
    -webkit-transition: all 0.1s ease-in-out;
14569
    transition: all 0.1s ease-in-out;
15599
    transition: all 0.1s ease-in-out;
14570
  }
15600
  }
-
 
15601
 
14571
  .navbar-expand-md .navbar-nav .dropdown:hover > .dropdown-menu {
15602
  .navbar-expand-md .navbar-nav .dropdown:hover>.dropdown-menu {
14572
    top: 100%;
15603
    top: 100%;
14573
    visibility: visible;
15604
    visibility: visible;
14574
    opacity: 1;
15605
    opacity: 1;
14575
    -webkit-transition: all 0.3s ease-in-out;
15606
    -webkit-transition: all 0.3s ease-in-out;
14576
    transition: all 0.3s ease-in-out;
15607
    transition: all 0.3s ease-in-out;
14577
  }
15608
  }
-
 
15609
 
14578
  .navbar-expand-md .navbar-nav .dropdown-submenu:hover > .dropdown-menu {
15610
  .navbar-expand-md .navbar-nav .dropdown-submenu:hover>.dropdown-menu {
14579
    top: 0;
15611
    top: 0;
14580
    visibility: visible;
15612
    visibility: visible;
14581
    opacity: 1;
15613
    opacity: 1;
14582
    -webkit-transition: all 0.3s ease-in-out;
15614
    -webkit-transition: all 0.3s ease-in-out;
14583
    transition: all 0.3s ease-in-out;
15615
    transition: all 0.3s ease-in-out;
14584
  }
15616
  }
-
 
15617
 
14585
  .navbar-expand-md .dropdown-submenu {
15618
  .navbar-expand-md .dropdown-submenu {
14586
    position: relative;
15619
    position: relative;
14587
  }
15620
  }
14588
}
15621
}
-
 
15622
 
14589
@media (max-width: 767.98px) {
15623
@media (max-width: 767.98px) {
14590
  .navbar-expand-md .navbar-collapse {
15624
  .navbar-expand-md .navbar-collapse {
14591
    -webkit-box-shadow: 0px 10px 30px rgba(83, 88, 93, 0.2);
15625
    -webkit-box-shadow: 0px 10px 30px rgba(83, 88, 93, 0.2);
14592
            box-shadow: 0px 10px 30px rgba(83, 88, 93, 0.2);
15626
    box-shadow: 0px 10px 30px rgba(83, 88, 93, 0.2);
14593
    position: absolute;
15627
    position: absolute;
14594
    left: 0;
15628
    left: 0;
14595
    right: 0;
15629
    right: 0;
14596
    top: 100%;
15630
    top: 100%;
14597
    background: #fff;
15631
    background: #fff;
14598
    border-top: 1px solid rgba(0, 0, 0, 0.1);
15632
    border-top: 1px solid rgba(0, 0, 0, 0.1);
14599
  }
15633
  }
-
 
15634
 
14600
  .navbar-expand-md .navbar-collapse .navbar-nav .dropdown-toggle::after {
15635
  .navbar-expand-md .navbar-collapse .navbar-nav .dropdown-toggle::after {
14601
    position: absolute;
15636
    position: absolute;
14602
    right: 25px;
15637
    right: 25px;
14603
  }
15638
  }
-
 
15639
 
14604
  .navbar-expand-md .navbar-collapse .navbar-nav .dropdown-menu {
15640
  .navbar-expand-md .navbar-collapse .navbar-nav .dropdown-menu {
14605
    -webkit-box-shadow: none;
15641
    -webkit-box-shadow: none;
14606
            box-shadow: none;
15642
    box-shadow: none;
14607
  }
15643
  }
-
 
15644
 
14608
  .navbar-expand-md .navbar-collapse .navbar-nav .dropdown-menu:before {
15645
  .navbar-expand-md .navbar-collapse .navbar-nav .dropdown-menu:before {
14609
    content: none;
15646
    content: none;
14610
  }
15647
  }
-
 
15648
 
14611
  .navbar-expand-md .navbar-collapse .navbar-nav .dropdown-submenu .dropdown-menu {
15649
  .navbar-expand-md .navbar-collapse .navbar-nav .dropdown-submenu .dropdown-menu {
14612
    padding-left: 20px;
15650
    padding-left: 20px;
14613
    padding-bottom: 0px;
15651
    padding-bottom: 0px;
14614
  }
15652
  }
-
 
15653
 
14615
  .navbar-expand-md .navbar-collapse .navbar-nav > .nav-item {
15654
  .navbar-expand-md .navbar-collapse .navbar-nav>.nav-item {
14616
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
15655
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
14617
    padding: 5px 30px;
15656
    padding: 5px 30px;
14618
    position: relative;
15657
    position: relative;
14619
  }
15658
  }
-
 
15659
 
14620
  .navbar-expand-md .navbar-collapse .navbar-nav > .nav-item .nav-link {
15660
  .navbar-expand-md .navbar-collapse .navbar-nav>.nav-item .nav-link {
14621
    line-height: 40px;
15661
    line-height: 40px;
14622
  }
15662
  }
-
 
15663
 
14623
  .navbar-expand-md .navbar-nav .dropdown-menu {
15664
  .navbar-expand-md .navbar-nav .dropdown-menu {
14624
    position: static;
15665
    position: static;
14625
    float: none;
15666
    float: none;
14626
  }
15667
  }
-
 
15668
 
14627
  .navbar-expand-md .navbar-nav .nav-item > .dropdown-menu {
15669
  .navbar-expand-md .navbar-nav .nav-item>.dropdown-menu {
14628
    background: rgba(103, 106, 121, 0.04);
15670
    background: rgba(103, 106, 121, 0.04);
14629
    padding: 20px 0px;
15671
    padding: 20px 0px;
14630
    margin: 10px 0;
15672
    margin: 10px 0;
14631
  }
15673
  }
-
 
15674
 
14632
  .navbar-expand-md .navbar-nav .nav-item > .dropdown-menu .dropdown-submenu .dropdown-menu {
15675
  .navbar-expand-md .navbar-nav .nav-item>.dropdown-menu .dropdown-submenu .dropdown-menu {
14633
    background: rgba(103, 106, 121, 0.06);
15676
    background: rgba(103, 106, 121, 0.06);
14634
    padding: 10px 0px !important;
15677
    padding: 10px 0px !important;
14635
  }
15678
  }
14636
}
15679
}
-
 
15680
 
14637
@media (min-width: 992px) {
15681
@media (min-width: 992px) {
14638
  .navbar-expand-lg .navbar-nav .dropdown-menu {
15682
  .navbar-expand-lg .navbar-nav .dropdown-menu {
14639
    top: 120%;
15683
    top: 120%;
14640
    visibility: hidden;
15684
    visibility: hidden;
14641
    opacity: 0;
15685
    opacity: 0;
14642
    display: block;
15686
    display: block;
14643
    -webkit-transition: all 0.1s ease-in-out;
15687
    -webkit-transition: all 0.1s ease-in-out;
14644
    transition: all 0.1s ease-in-out;
15688
    transition: all 0.1s ease-in-out;
14645
  }
15689
  }
-
 
15690
 
14646
  .navbar-expand-lg .navbar-nav .dropdown:hover > .dropdown-menu {
15691
  .navbar-expand-lg .navbar-nav .dropdown:hover>.dropdown-menu {
14647
    top: 100%;
15692
    top: 100%;
14648
    visibility: visible;
15693
    visibility: visible;
14649
    opacity: 1;
15694
    opacity: 1;
14650
    -webkit-transition: all 0.3s ease-in-out;
15695
    -webkit-transition: all 0.3s ease-in-out;
14651
    transition: all 0.3s ease-in-out;
15696
    transition: all 0.3s ease-in-out;
14652
  }
15697
  }
-
 
15698
 
14653
  .navbar-expand-lg .navbar-nav .dropdown-submenu:hover > .dropdown-menu {
15699
  .navbar-expand-lg .navbar-nav .dropdown-submenu:hover>.dropdown-menu {
14654
    top: 0;
15700
    top: 0;
14655
    visibility: visible;
15701
    visibility: visible;
14656
    opacity: 1;
15702
    opacity: 1;
14657
    -webkit-transition: all 0.3s ease-in-out;
15703
    -webkit-transition: all 0.3s ease-in-out;
14658
    transition: all 0.3s ease-in-out;
15704
    transition: all 0.3s ease-in-out;
14659
  }
15705
  }
-
 
15706
 
14660
  .navbar-expand-lg .dropdown-submenu {
15707
  .navbar-expand-lg .dropdown-submenu {
14661
    position: relative;
15708
    position: relative;
14662
  }
15709
  }
14663
}
15710
}
-
 
15711
 
14664
@media (max-width: 991.98px) {
15712
@media (max-width: 991.98px) {
14665
  .navbar-expand-lg .navbar-collapse {
15713
  .navbar-expand-lg .navbar-collapse {
14666
    -webkit-box-shadow: 0px 10px 30px rgba(83, 88, 93, 0.2);
15714
    -webkit-box-shadow: 0px 10px 30px rgba(83, 88, 93, 0.2);
14667
            box-shadow: 0px 10px 30px rgba(83, 88, 93, 0.2);
15715
    box-shadow: 0px 10px 30px rgba(83, 88, 93, 0.2);
14668
    position: absolute;
15716
    position: absolute;
14669
    left: 0;
15717
    left: 0;
14670
    right: 0;
15718
    right: 0;
14671
    top: 100%;
15719
    top: 100%;
14672
    background: #fff;
15720
    background: #fff;
14673
    border-top: 1px solid rgba(0, 0, 0, 0.1);
15721
    border-top: 1px solid rgba(0, 0, 0, 0.1);
14674
  }
15722
  }
-
 
15723
 
14675
  .navbar-expand-lg .navbar-collapse .navbar-nav .dropdown-toggle::after {
15724
  .navbar-expand-lg .navbar-collapse .navbar-nav .dropdown-toggle::after {
14676
    position: absolute;
15725
    position: absolute;
14677
    right: 25px;
15726
    right: 25px;
14678
  }
15727
  }
-
 
15728
 
14679
  .navbar-expand-lg .navbar-collapse .navbar-nav .dropdown-menu {
15729
  .navbar-expand-lg .navbar-collapse .navbar-nav .dropdown-menu {
14680
    -webkit-box-shadow: none;
15730
    -webkit-box-shadow: none;
14681
            box-shadow: none;
15731
    box-shadow: none;
14682
  }
15732
  }
-
 
15733
 
14683
  .navbar-expand-lg .navbar-collapse .navbar-nav .dropdown-menu:before {
15734
  .navbar-expand-lg .navbar-collapse .navbar-nav .dropdown-menu:before {
14684
    content: none;
15735
    content: none;
14685
  }
15736
  }
-
 
15737
 
14686
  .navbar-expand-lg .navbar-collapse .navbar-nav .dropdown-submenu .dropdown-menu {
15738
  .navbar-expand-lg .navbar-collapse .navbar-nav .dropdown-submenu .dropdown-menu {
14687
    padding-left: 20px;
15739
    padding-left: 20px;
14688
    padding-bottom: 0px;
15740
    padding-bottom: 0px;
14689
  }
15741
  }
-
 
15742
 
14690
  .navbar-expand-lg .navbar-collapse .navbar-nav > .nav-item {
15743
  .navbar-expand-lg .navbar-collapse .navbar-nav>.nav-item {
14691
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
15744
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
14692
    padding: 5px 30px;
15745
    padding: 5px 30px;
14693
    position: relative;
15746
    position: relative;
14694
  }
15747
  }
-
 
15748
 
14695
  .navbar-expand-lg .navbar-collapse .navbar-nav > .nav-item .nav-link {
15749
  .navbar-expand-lg .navbar-collapse .navbar-nav>.nav-item .nav-link {
14696
    line-height: 40px;
15750
    line-height: 40px;
14697
  }
15751
  }
-
 
15752
 
14698
  .navbar-expand-lg .navbar-nav .dropdown-menu {
15753
  .navbar-expand-lg .navbar-nav .dropdown-menu {
14699
    position: static;
15754
    position: static;
14700
    float: none;
15755
    float: none;
14701
  }
15756
  }
-
 
15757
 
14702
  .navbar-expand-lg .navbar-nav .nav-item > .dropdown-menu {
15758
  .navbar-expand-lg .navbar-nav .nav-item>.dropdown-menu {
14703
    background: rgba(103, 106, 121, 0.04);
15759
    background: rgba(103, 106, 121, 0.04);
14704
    padding: 20px 0px;
15760
    padding: 20px 0px;
14705
    margin: 10px 0;
15761
    margin: 10px 0;
14706
  }
15762
  }
-
 
15763
 
14707
  .navbar-expand-lg .navbar-nav .nav-item > .dropdown-menu .dropdown-submenu .dropdown-menu {
15764
  .navbar-expand-lg .navbar-nav .nav-item>.dropdown-menu .dropdown-submenu .dropdown-menu {
14708
    background: rgba(103, 106, 121, 0.06);
15765
    background: rgba(103, 106, 121, 0.06);
14709
    padding: 10px 0px !important;
15766
    padding: 10px 0px !important;
14710
  }
15767
  }
14711
}
15768
}
-
 
15769
 
14712
@media (min-width: 1200px) {
15770
@media (min-width: 1200px) {
14713
  .navbar-expand-xl .navbar-nav .dropdown-menu {
15771
  .navbar-expand-xl .navbar-nav .dropdown-menu {
14714
    top: 120%;
15772
    top: 120%;
14715
    visibility: hidden;
15773
    visibility: hidden;
14716
    opacity: 0;
15774
    opacity: 0;
14717
    display: block;
15775
    display: block;
14718
    -webkit-transition: all 0.1s ease-in-out;
15776
    -webkit-transition: all 0.1s ease-in-out;
14719
    transition: all 0.1s ease-in-out;
15777
    transition: all 0.1s ease-in-out;
14720
  }
15778
  }
-
 
15779
 
14721
  .navbar-expand-xl .navbar-nav .dropdown:hover > .dropdown-menu {
15780
  .navbar-expand-xl .navbar-nav .dropdown:hover>.dropdown-menu {
14722
    top: 100%;
15781
    top: 100%;
14723
    visibility: visible;
15782
    visibility: visible;
14724
    opacity: 1;
15783
    opacity: 1;
14725
    -webkit-transition: all 0.3s ease-in-out;
15784
    -webkit-transition: all 0.3s ease-in-out;
14726
    transition: all 0.3s ease-in-out;
15785
    transition: all 0.3s ease-in-out;
14727
  }
15786
  }
-
 
15787
 
14728
  .navbar-expand-xl .navbar-nav .dropdown-submenu:hover > .dropdown-menu {
15788
  .navbar-expand-xl .navbar-nav .dropdown-submenu:hover>.dropdown-menu {
14729
    top: 0;
15789
    top: 0;
14730
    visibility: visible;
15790
    visibility: visible;
14731
    opacity: 1;
15791
    opacity: 1;
14732
    -webkit-transition: all 0.3s ease-in-out;
15792
    -webkit-transition: all 0.3s ease-in-out;
14733
    transition: all 0.3s ease-in-out;
15793
    transition: all 0.3s ease-in-out;
14734
  }
15794
  }
-
 
15795
 
14735
  .navbar-expand-xl .dropdown-submenu {
15796
  .navbar-expand-xl .dropdown-submenu {
14736
    position: relative;
15797
    position: relative;
14737
  }
15798
  }
14738
}
15799
}
-
 
15800
 
14739
@media (max-width: 1199.98px) {
15801
@media (max-width: 1199.98px) {
14740
  .navbar-expand-xl .navbar-collapse {
15802
  .navbar-expand-xl .navbar-collapse {
14741
    -webkit-box-shadow: 0px 10px 30px rgba(83, 88, 93, 0.2);
15803
    -webkit-box-shadow: 0px 10px 30px rgba(83, 88, 93, 0.2);
14742
            box-shadow: 0px 10px 30px rgba(83, 88, 93, 0.2);
15804
    box-shadow: 0px 10px 30px rgba(83, 88, 93, 0.2);
14743
    position: absolute;
15805
    position: absolute;
14744
    left: 0;
15806
    left: 0;
14745
    right: 0;
15807
    right: 0;
14746
    top: 100%;
15808
    top: 100%;
14747
    background: #fff;
15809
    background: #fff;
14748
    border-top: 1px solid rgba(0, 0, 0, 0.1);
15810
    border-top: 1px solid rgba(0, 0, 0, 0.1);
14749
  }
15811
  }
-
 
15812
 
14750
  .navbar-expand-xl .navbar-collapse .navbar-nav .dropdown-toggle::after {
15813
  .navbar-expand-xl .navbar-collapse .navbar-nav .dropdown-toggle::after {
14751
    position: absolute;
15814
    position: absolute;
14752
    right: 25px;
15815
    right: 25px;
14753
  }
15816
  }
-
 
15817
 
14754
  .navbar-expand-xl .navbar-collapse .navbar-nav .dropdown-menu {
15818
  .navbar-expand-xl .navbar-collapse .navbar-nav .dropdown-menu {
14755
    -webkit-box-shadow: none;
15819
    -webkit-box-shadow: none;
14756
            box-shadow: none;
15820
    box-shadow: none;
14757
  }
15821
  }
-
 
15822
 
14758
  .navbar-expand-xl .navbar-collapse .navbar-nav .dropdown-menu:before {
15823
  .navbar-expand-xl .navbar-collapse .navbar-nav .dropdown-menu:before {
14759
    content: none;
15824
    content: none;
14760
  }
15825
  }
-
 
15826
 
14761
  .navbar-expand-xl .navbar-collapse .navbar-nav .dropdown-submenu .dropdown-menu {
15827
  .navbar-expand-xl .navbar-collapse .navbar-nav .dropdown-submenu .dropdown-menu {
14762
    padding-left: 20px;
15828
    padding-left: 20px;
14763
    padding-bottom: 0px;
15829
    padding-bottom: 0px;
14764
  }
15830
  }
-
 
15831
 
14765
  .navbar-expand-xl .navbar-collapse .navbar-nav > .nav-item {
15832
  .navbar-expand-xl .navbar-collapse .navbar-nav>.nav-item {
14766
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
15833
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
14767
    padding: 5px 30px;
15834
    padding: 5px 30px;
14768
    position: relative;
15835
    position: relative;
14769
  }
15836
  }
-
 
15837
 
14770
  .navbar-expand-xl .navbar-collapse .navbar-nav > .nav-item .nav-link {
15838
  .navbar-expand-xl .navbar-collapse .navbar-nav>.nav-item .nav-link {
14771
    line-height: 40px;
15839
    line-height: 40px;
14772
  }
15840
  }
-
 
15841
 
14773
  .navbar-expand-xl .navbar-nav .dropdown-menu {
15842
  .navbar-expand-xl .navbar-nav .dropdown-menu {
14774
    position: static;
15843
    position: static;
14775
    float: none;
15844
    float: none;
14776
  }
15845
  }
-
 
15846
 
14777
  .navbar-expand-xl .navbar-nav .nav-item > .dropdown-menu {
15847
  .navbar-expand-xl .navbar-nav .nav-item>.dropdown-menu {
14778
    background: rgba(103, 106, 121, 0.04);
15848
    background: rgba(103, 106, 121, 0.04);
14779
    padding: 20px 0px;
15849
    padding: 20px 0px;
14780
    margin: 10px 0;
15850
    margin: 10px 0;
14781
  }
15851
  }
-
 
15852
 
14782
  .navbar-expand-xl .navbar-nav .nav-item > .dropdown-menu .dropdown-submenu .dropdown-menu {
15853
  .navbar-expand-xl .navbar-nav .nav-item>.dropdown-menu .dropdown-submenu .dropdown-menu {
14783
    background: rgba(103, 106, 121, 0.06);
15854
    background: rgba(103, 106, 121, 0.06);
14784
    padding: 10px 0px !important;
15855
    padding: 10px 0px !important;
14785
  }
15856
  }
14786
}
15857
}
-
 
15858
 
14787
@media (min-width: 1400px) {
15859
@media (min-width: 1400px) {
14788
  .navbar-expand-xxl .navbar-nav .dropdown-menu {
15860
  .navbar-expand-xxl .navbar-nav .dropdown-menu {
14789
    top: 120%;
15861
    top: 120%;
14790
    visibility: hidden;
15862
    visibility: hidden;
14791
    opacity: 0;
15863
    opacity: 0;
14792
    display: block;
15864
    display: block;
14793
    -webkit-transition: all 0.1s ease-in-out;
15865
    -webkit-transition: all 0.1s ease-in-out;
14794
    transition: all 0.1s ease-in-out;
15866
    transition: all 0.1s ease-in-out;
14795
  }
15867
  }
-
 
15868
 
14796
  .navbar-expand-xxl .navbar-nav .dropdown:hover > .dropdown-menu {
15869
  .navbar-expand-xxl .navbar-nav .dropdown:hover>.dropdown-menu {
14797
    top: 100%;
15870
    top: 100%;
14798
    visibility: visible;
15871
    visibility: visible;
14799
    opacity: 1;
15872
    opacity: 1;
14800
    -webkit-transition: all 0.3s ease-in-out;
15873
    -webkit-transition: all 0.3s ease-in-out;
14801
    transition: all 0.3s ease-in-out;
15874
    transition: all 0.3s ease-in-out;
14802
  }
15875
  }
-
 
15876
 
14803
  .navbar-expand-xxl .navbar-nav .dropdown-submenu:hover > .dropdown-menu {
15877
  .navbar-expand-xxl .navbar-nav .dropdown-submenu:hover>.dropdown-menu {
14804
    top: 0;
15878
    top: 0;
14805
    visibility: visible;
15879
    visibility: visible;
14806
    opacity: 1;
15880
    opacity: 1;
14807
    -webkit-transition: all 0.3s ease-in-out;
15881
    -webkit-transition: all 0.3s ease-in-out;
14808
    transition: all 0.3s ease-in-out;
15882
    transition: all 0.3s ease-in-out;
14809
  }
15883
  }
-
 
15884
 
14810
  .navbar-expand-xxl .dropdown-submenu {
15885
  .navbar-expand-xxl .dropdown-submenu {
14811
    position: relative;
15886
    position: relative;
14812
  }
15887
  }
14813
}
15888
}
-
 
15889
 
14814
@media (max-width: 1399.98px) {
15890
@media (max-width: 1399.98px) {
14815
  .navbar-expand-xxl .navbar-collapse {
15891
  .navbar-expand-xxl .navbar-collapse {
14816
    -webkit-box-shadow: 0px 10px 30px rgba(83, 88, 93, 0.2);
15892
    -webkit-box-shadow: 0px 10px 30px rgba(83, 88, 93, 0.2);
14817
            box-shadow: 0px 10px 30px rgba(83, 88, 93, 0.2);
15893
    box-shadow: 0px 10px 30px rgba(83, 88, 93, 0.2);
14818
    position: absolute;
15894
    position: absolute;
14819
    left: 0;
15895
    left: 0;
14820
    right: 0;
15896
    right: 0;
14821
    top: 100%;
15897
    top: 100%;
14822
    background: #fff;
15898
    background: #fff;
14823
    border-top: 1px solid rgba(0, 0, 0, 0.1);
15899
    border-top: 1px solid rgba(0, 0, 0, 0.1);
14824
  }
15900
  }
-
 
15901
 
14825
  .navbar-expand-xxl .navbar-collapse .navbar-nav .dropdown-toggle::after {
15902
  .navbar-expand-xxl .navbar-collapse .navbar-nav .dropdown-toggle::after {
14826
    position: absolute;
15903
    position: absolute;
14827
    right: 25px;
15904
    right: 25px;
14828
  }
15905
  }
-
 
15906
 
14829
  .navbar-expand-xxl .navbar-collapse .navbar-nav .dropdown-menu {
15907
  .navbar-expand-xxl .navbar-collapse .navbar-nav .dropdown-menu {
14830
    -webkit-box-shadow: none;
15908
    -webkit-box-shadow: none;
14831
            box-shadow: none;
15909
    box-shadow: none;
14832
  }
15910
  }
-
 
15911
 
14833
  .navbar-expand-xxl .navbar-collapse .navbar-nav .dropdown-menu:before {
15912
  .navbar-expand-xxl .navbar-collapse .navbar-nav .dropdown-menu:before {
14834
    content: none;
15913
    content: none;
14835
  }
15914
  }
-
 
15915
 
14836
  .navbar-expand-xxl .navbar-collapse .navbar-nav .dropdown-submenu .dropdown-menu {
15916
  .navbar-expand-xxl .navbar-collapse .navbar-nav .dropdown-submenu .dropdown-menu {
14837
    padding-left: 20px;
15917
    padding-left: 20px;
14838
    padding-bottom: 0px;
15918
    padding-bottom: 0px;
14839
  }
15919
  }
-
 
15920
 
14840
  .navbar-expand-xxl .navbar-collapse .navbar-nav > .nav-item {
15921
  .navbar-expand-xxl .navbar-collapse .navbar-nav>.nav-item {
14841
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
15922
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
14842
    padding: 5px 30px;
15923
    padding: 5px 30px;
14843
    position: relative;
15924
    position: relative;
14844
  }
15925
  }
-
 
15926
 
14845
  .navbar-expand-xxl .navbar-collapse .navbar-nav > .nav-item .nav-link {
15927
  .navbar-expand-xxl .navbar-collapse .navbar-nav>.nav-item .nav-link {
14846
    line-height: 40px;
15928
    line-height: 40px;
14847
  }
15929
  }
-
 
15930
 
14848
  .navbar-expand-xxl .navbar-nav .dropdown-menu {
15931
  .navbar-expand-xxl .navbar-nav .dropdown-menu {
14849
    position: static;
15932
    position: static;
14850
    float: none;
15933
    float: none;
14851
  }
15934
  }
-
 
15935
 
14852
  .navbar-expand-xxl .navbar-nav .nav-item > .dropdown-menu {
15936
  .navbar-expand-xxl .navbar-nav .nav-item>.dropdown-menu {
14853
    background: rgba(103, 106, 121, 0.04);
15937
    background: rgba(103, 106, 121, 0.04);
14854
    padding: 20px 0px;
15938
    padding: 20px 0px;
14855
    margin: 10px 0;
15939
    margin: 10px 0;
14856
  }
15940
  }
-
 
15941
 
14857
  .navbar-expand-xxl .navbar-nav .nav-item > .dropdown-menu .dropdown-submenu .dropdown-menu {
15942
  .navbar-expand-xxl .navbar-nav .nav-item>.dropdown-menu .dropdown-submenu .dropdown-menu {
14858
    background: rgba(103, 106, 121, 0.06);
15943
    background: rgba(103, 106, 121, 0.06);
14859
    padding: 10px 0px !important;
15944
    padding: 10px 0px !important;
14860
  }
15945
  }
14861
}
15946
}
-
 
15947
 
14862
.navbar-expand .navbar-nav .dropdown-menu {
15948
.navbar-expand .navbar-nav .dropdown-menu {
14863
  top: 120%;
15949
  top: 120%;
14864
  visibility: hidden;
15950
  visibility: hidden;
14865
  opacity: 0;
15951
  opacity: 0;
14866
  display: block;
15952
  display: block;
14867
  -webkit-transition: all 0.1s ease-in-out;
15953
  -webkit-transition: all 0.1s ease-in-out;
14868
  transition: all 0.1s ease-in-out;
15954
  transition: all 0.1s ease-in-out;
14869
}
15955
}
-
 
15956
 
14870
.navbar-expand .navbar-nav .dropdown:hover > .dropdown-menu {
15957
.navbar-expand .navbar-nav .dropdown:hover>.dropdown-menu {
14871
  top: 100%;
15958
  top: 100%;
14872
  visibility: visible;
15959
  visibility: visible;
14873
  opacity: 1;
15960
  opacity: 1;
14874
  -webkit-transition: all 0.3s ease-in-out;
15961
  -webkit-transition: all 0.3s ease-in-out;
14875
  transition: all 0.3s ease-in-out;
15962
  transition: all 0.3s ease-in-out;
14876
}
15963
}
-
 
15964
 
14877
.navbar-expand .navbar-nav .dropdown-submenu:hover > .dropdown-menu {
15965
.navbar-expand .navbar-nav .dropdown-submenu:hover>.dropdown-menu {
14878
  top: 0;
15966
  top: 0;
14879
  visibility: visible;
15967
  visibility: visible;
14880
  opacity: 1;
15968
  opacity: 1;
14881
  -webkit-transition: all 0.3s ease-in-out;
15969
  -webkit-transition: all 0.3s ease-in-out;
14882
  transition: all 0.3s ease-in-out;
15970
  transition: all 0.3s ease-in-out;
14883
}
15971
}
-
 
15972
 
14884
.navbar-expand .dropdown-submenu {
15973
.navbar-expand .dropdown-submenu {
14885
  position: relative;
15974
  position: relative;
14886
}
15975
}
-
 
15976
 
14887
.navbar-expand .navbar-collapse {
15977
.navbar-expand .navbar-collapse {
14888
  -webkit-box-shadow: 0px 10px 30px rgba(83, 88, 93, 0.2);
15978
  -webkit-box-shadow: 0px 10px 30px rgba(83, 88, 93, 0.2);
14889
          box-shadow: 0px 10px 30px rgba(83, 88, 93, 0.2);
15979
  box-shadow: 0px 10px 30px rgba(83, 88, 93, 0.2);
14890
  position: absolute;
15980
  position: absolute;
14891
  left: 0;
15981
  left: 0;
14892
  right: 0;
15982
  right: 0;
14893
  top: 100%;
15983
  top: 100%;
14894
  background: #fff;
15984
  background: #fff;
14895
  border-top: 1px solid rgba(0, 0, 0, 0.1);
15985
  border-top: 1px solid rgba(0, 0, 0, 0.1);
14896
}
15986
}
-
 
15987
 
14897
.navbar-expand .navbar-collapse .navbar-nav .dropdown-toggle::after {
15988
.navbar-expand .navbar-collapse .navbar-nav .dropdown-toggle::after {
14898
  position: absolute;
15989
  position: absolute;
14899
  right: 25px;
15990
  right: 25px;
14900
}
15991
}
-
 
15992
 
14901
.navbar-expand .navbar-collapse .navbar-nav .dropdown-menu {
15993
.navbar-expand .navbar-collapse .navbar-nav .dropdown-menu {
14902
  -webkit-box-shadow: none;
15994
  -webkit-box-shadow: none;
14903
          box-shadow: none;
15995
  box-shadow: none;
14904
}
15996
}
-
 
15997
 
14905
.navbar-expand .navbar-collapse .navbar-nav .dropdown-menu:before {
15998
.navbar-expand .navbar-collapse .navbar-nav .dropdown-menu:before {
14906
  content: none;
15999
  content: none;
14907
}
16000
}
-
 
16001
 
14908
.navbar-expand .navbar-collapse .navbar-nav .dropdown-submenu .dropdown-menu {
16002
.navbar-expand .navbar-collapse .navbar-nav .dropdown-submenu .dropdown-menu {
14909
  padding-left: 20px;
16003
  padding-left: 20px;
14910
  padding-bottom: 0px;
16004
  padding-bottom: 0px;
14911
}
16005
}
-
 
16006
 
14912
.navbar-expand .navbar-collapse .navbar-nav > .nav-item {
16007
.navbar-expand .navbar-collapse .navbar-nav>.nav-item {
14913
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
16008
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
14914
  padding: 5px 30px;
16009
  padding: 5px 30px;
14915
  position: relative;
16010
  position: relative;
14916
}
16011
}
-
 
16012
 
14917
.navbar-expand .navbar-collapse .navbar-nav > .nav-item .nav-link {
16013
.navbar-expand .navbar-collapse .navbar-nav>.nav-item .nav-link {
14918
  line-height: 40px;
16014
  line-height: 40px;
14919
}
16015
}
-
 
16016
 
14920
.navbar-expand .navbar-nav .dropdown-menu {
16017
.navbar-expand .navbar-nav .dropdown-menu {
14921
  position: static;
16018
  position: static;
14922
  float: none;
16019
  float: none;
14923
}
16020
}
-
 
16021
 
14924
.navbar-expand .navbar-nav .nav-item > .dropdown-menu {
16022
.navbar-expand .navbar-nav .nav-item>.dropdown-menu {
14925
  background: rgba(103, 106, 121, 0.04);
16023
  background: rgba(103, 106, 121, 0.04);
14926
  padding: 20px 0px;
16024
  padding: 20px 0px;
14927
  margin: 10px 0;
16025
  margin: 10px 0;
14928
}
16026
}
-
 
16027
 
14929
.navbar-expand .navbar-nav .nav-item > .dropdown-menu .dropdown-submenu .dropdown-menu {
16028
.navbar-expand .navbar-nav .nav-item>.dropdown-menu .dropdown-submenu .dropdown-menu {
14930
  background: rgba(103, 106, 121, 0.06);
16029
  background: rgba(103, 106, 121, 0.06);
14931
  padding: 10px 0px !important;
16030
  padding: 10px 0px !important;
14932
}
16031
}
Línea 14933... Línea 16032...
14933
 
16032
 
14934
.navbar.navbar-icon .navbar-nav .nav-item {
16033
.navbar.navbar-icon .navbar-nav .nav-item {
14935
  position: relative;
16034
  position: relative;
14936
  padding-top: 0;
16035
  padding-top: 0;
14937
  padding-bottom: 0;
16036
  padding-bottom: 0;
-
 
16037
}
14938
}
16038
 
14939
.navbar.navbar-icon .navbar-nav .nav-item .nav-link {
16039
.navbar.navbar-icon .navbar-nav .nav-item .nav-link {
14940
  font-size: 1.3rem;
16040
  font-size: 1.3rem;
14941
  color: #14191e;
16041
  color: #14191e;
14942
  padding: 0 1.2rem;
16042
  padding: 0 1.2rem;
14943
  margin-right: 0.5rem;
16043
  margin-right: 0.5rem;
14944
  margin-left: 0.5rem;
16044
  margin-left: 0.5rem;
14945
  position: relative;
16045
  position: relative;
-
 
16046
}
14946
}
16047
 
14947
.navbar.navbar-icon .navbar-nav .nav-item .nav-link:hover {
16048
.navbar.navbar-icon .navbar-nav .nav-item .nav-link:hover {
14948
  color: #0f6fec;
16049
  color: #0f6fec;
14949
  -webkit-box-shadow: inset 0px 4px 0px #0f6fec;
16050
  -webkit-box-shadow: inset 0px 4px 0px #0f6fec;
14950
          box-shadow: inset 0px 4px 0px #0f6fec;
16051
  box-shadow: inset 0px 4px 0px #0f6fec;
-
 
16052
}
14951
}
16053
 
14952
.navbar.navbar-icon .navbar-nav .nav-item .nav-link.active {
16054
.navbar.navbar-icon .navbar-nav .nav-item .nav-link.active {
14953
  color: #0f6fec;
16055
  color: #0f6fec;
14954
  -webkit-box-shadow: inset 0px 4px 0px #0f6fec;
16056
  -webkit-box-shadow: inset 0px 4px 0px #0f6fec;
14955
          box-shadow: inset 0px 4px 0px #0f6fec;
16057
  box-shadow: inset 0px 4px 0px #0f6fec;
-
 
16058
}
14956
}
16059
 
14957
.navbar.navbar-icon .navbar-nav .nav-item .nav-link.active:before {
16060
.navbar.navbar-icon .navbar-nav .nav-item .nav-link.active:before {
14958
  position: absolute;
16061
  position: absolute;
14959
  top: 100%;
16062
  top: 100%;
14960
  width: 0;
16063
  width: 0;
14961
  height: 0;
16064
  height: 0;
14962
  content: "";
16065
  content: "";
14963
  border-style: solid;
16066
  border-style: solid;
14964
  border-width: 10px 10px 0 10px;
16067
  border-width: 10px 10px 0 10px;
14965
  border-color: #fff transparent transparent transparent;
16068
  border-color: #fff transparent transparent transparent;
-
 
16069
}
14966
}
16070
 
14967
.navbar.navbar-icon .navbar-nav .nav-item .nav-link:last-child {
16071
.navbar.navbar-icon .navbar-nav .nav-item .nav-link:last-child {
14968
  padding-right: 1.2rem;
16072
  padding-right: 1.2rem;
-
 
16073
}
14969
}
16074
 
14970
.navbar.navbar-icon .navbar-nav .nav-item .notif-badge {
16075
.navbar.navbar-icon .navbar-nav .nav-item .notif-badge {
14971
  width: 6px;
16076
  width: 6px;
14972
  height: 6px;
16077
  height: 6px;
14973
  background: #d6293e;
16078
  background: #d6293e;
Línea 14978... Línea 16083...
14978
  right: 0;
16083
  right: 0;
14979
  left: 0;
16084
  left: 0;
14980
  margin: 0 auto;
16085
  margin: 0 auto;
14981
  z-index: 1;
16086
  z-index: 1;
14982
}
16087
}
-
 
16088
 
14983
@media (min-width: 992px) {
16089
@media (min-width: 992px) {
14984
  .navbar.navbar-icon .navbar-nav .nav-item .nav-link .nav-text {
16090
  .navbar.navbar-icon .navbar-nav .nav-item .nav-link .nav-text {
14985
    display: none;
16091
    display: none;
14986
  }
16092
  }
14987
}
16093
}
-
 
16094
 
14988
@media (max-width: 991.98px) {
16095
@media (max-width: 991.98px) {
14989
  .navbar.navbar-icon .navbar-collapse {
16096
  .navbar.navbar-icon .navbar-collapse {
14990
    width: 100%;
16097
    width: 100%;
14991
    margin: 0 auto;
16098
    margin: 0 auto;
14992
    text-align: center;
16099
    text-align: center;
14993
  }
16100
  }
-
 
16101
 
14994
  .navbar.navbar-icon .navbar-collapse .navbar-nav .nav-item {
16102
  .navbar.navbar-icon .navbar-collapse .navbar-nav .nav-item {
14995
    padding: 0 10px;
16103
    padding: 0 10px;
14996
  }
16104
  }
-
 
16105
 
14997
  .navbar.navbar-icon .navbar-collapse .navbar-nav .nav-item .nav-link {
16106
  .navbar.navbar-icon .navbar-collapse .navbar-nav .nav-item .nav-link {
14998
    display: -webkit-box;
16107
    display: -webkit-box;
14999
    display: -ms-flexbox;
16108
    display: -ms-flexbox;
15000
    display: flex;
16109
    display: flex;
15001
    -webkit-box-align: center;
16110
    -webkit-box-align: center;
15002
        -ms-flex-align: center;
16111
    -ms-flex-align: center;
15003
            align-items: center;
16112
    align-items: center;
15004
    -webkit-box-pack: center;
16113
    -webkit-box-pack: center;
15005
        -ms-flex-pack: center;
16114
    -ms-flex-pack: center;
15006
            justify-content: center;
16115
    justify-content: center;
15007
    font-size: 1rem;
16116
    font-size: 1rem;
15008
    padding: 0.2rem 1.2rem;
16117
    padding: 0.2rem 1.2rem;
15009
  }
16118
  }
-
 
16119
 
15010
  .navbar.navbar-icon .navbar-collapse .navbar-nav .nav-item .nav-link::before {
16120
  .navbar.navbar-icon .navbar-collapse .navbar-nav .nav-item .nav-link::before {
15011
    display: none;
16121
    display: none;
15012
  }
16122
  }
-
 
16123
 
15013
  .navbar.navbar-icon .navbar-collapse .navbar-nav .nav-item .nav-link .nav-text {
16124
  .navbar.navbar-icon .navbar-collapse .navbar-nav .nav-item .nav-link .nav-text {
15014
    margin-left: 0.4rem;
16125
    margin-left: 0.4rem;
15015
  }
16126
  }
-
 
16127
 
15016
  .navbar.navbar-icon .navbar-collapse .navbar-nav .nav-item .nav-link .badge-notif.badge-notif-bottom {
16128
  .navbar.navbar-icon .navbar-collapse .navbar-nav .nav-item .nav-link .badge-notif.badge-notif-bottom {
15017
    position: static;
16129
    position: static;
15018
    margin: inherit;
16130
    margin: inherit;
15019
  }
16131
  }
-
 
16132
 
15020
  .navbar.navbar-icon .navbar-collapse .navbar-nav .nav-item .notif-badge {
16133
  .navbar.navbar-icon .navbar-collapse .navbar-nav .nav-item .notif-badge {
15021
    bottom: inherit;
16134
    bottom: inherit;
15022
    right: inherit;
16135
    right: inherit;
15023
    top: 50%;
16136
    top: 50%;
15024
    -webkit-transform: translateY(-50%);
16137
    -webkit-transform: translateY(-50%);
15025
            transform: translateY(-50%);
16138
    transform: translateY(-50%);
15026
  }
16139
  }
15027
}
16140
}
Línea 15028... Línea 16141...
15028
 
16141
 
15029
@media (min-width: 992px) {
16142
@media (min-width: 992px) {
Línea 15039... Línea 16152...
15039
    -webkit-box-orient: vertical;
16152
    -webkit-box-orient: vertical;
15040
    -webkit-box-direction: normal;
16153
    -webkit-box-direction: normal;
15041
    -ms-flex-direction: column;
16154
    -ms-flex-direction: column;
15042
    flex-direction: column;
16155
    flex-direction: column;
15043
  }
16156
  }
-
 
16157
 
15044
  .navbar-vertical .offcanvas-start {
16158
  .navbar-vertical .offcanvas-start {
15045
    top: 1.5rem;
16159
    top: 1.5rem;
15046
    left: inherit;
16160
    left: inherit;
15047
    position: relative;
16161
    position: relative;
15048
    width: auto;
16162
    width: auto;
15049
    border: none !important;
16163
    border: none !important;
15050
    -webkit-transform: none;
16164
    -webkit-transform: none;
15051
            transform: none;
16165
    transform: none;
15052
    height: calc(100% - 6rem);
16166
    height: calc(100% - 6rem);
15053
    visibility: visible !important;
16167
    visibility: visible !important;
15054
  }
16168
  }
Línea 15055... Línea 16169...
15055
 
16169
 
15056
  .navbar-vertical + .page-content {
16170
  .navbar-vertical+.page-content {
15057
    margin-left: calc(300px + 1.5rem);
16171
    margin-left: calc(300px + 1.5rem);
Línea 15058... Línea 16172...
15058
  }
16172
  }
15059
 
16173
 
15060
  .page-content {
16174
  .page-content {
15061
    position: relative;
16175
    position: relative;
15062
    height: 100%;
16176
    height: 100%;
15063
    display: block;
16177
    display: block;
15064
    padding: 0 0.7rem 0 0;
16178
    padding: 0 0.7rem 0 0;
-
 
16179
  }
15065
  }
16180
}
15066
}
16181
 
15067
header.fixed-top + main {
16182
header.fixed-top+main {
15068
  padding-top: calc(1.5rem + 56px);
16183
  padding-top: calc(1.5rem + 56px);
Línea 15069... Línea 16184...
15069
  margin-bottom: 1.5rem;
16184
  margin-bottom: 1.5rem;
Línea 15101... Línea 16216...
15101
}
16216
}
Línea 15102... Línea 16217...
15102
 
16217
 
15103
.navbar-toggler .navbar-toggler-animation span:nth-child(2) {
16218
.navbar-toggler .navbar-toggler-animation span:nth-child(2) {
15104
  top: 50%;
16219
  top: 50%;
15105
  -webkit-transform: translateY(-50%);
16220
  -webkit-transform: translateY(-50%);
15106
          transform: translateY(-50%);
16221
  transform: translateY(-50%);
Línea 15107... Línea 16222...
15107
}
16222
}
15108
 
16223
 
15109
.navbar-toggler .navbar-toggler-animation span:nth-child(3) {
16224
.navbar-toggler .navbar-toggler-animation span:nth-child(3) {
Línea 15110... Línea 16225...
15110
  bottom: 10%;
16225
  bottom: 10%;
15111
}
16226
}
15112
 
16227
 
15113
.navbar-toggler[data-bs-toggle=collapse][aria-expanded=true] .navbar-toggler-animation span:nth-child(1) {
16228
.navbar-toggler[data-bs-toggle=collapse][aria-expanded=true] .navbar-toggler-animation span:nth-child(1) {
15114
  -webkit-transform: rotateZ(45deg) translateY(-50%);
16229
  -webkit-transform: rotateZ(45deg) translateY(-50%);
15115
          transform: rotateZ(45deg) translateY(-50%);
16230
  transform: rotateZ(45deg) translateY(-50%);
15116
  top: 47%;
16231
  top: 47%;
15117
  -webkit-transform-origin: 47% 0;
16232
  -webkit-transform-origin: 47% 0;
Línea 15118... Línea 16233...
15118
          transform-origin: 47% 0;
16233
  transform-origin: 47% 0;
15119
  width: 100%;
16234
  width: 100%;
Línea 15125... Línea 16240...
15125
  transition: all 0s ease-in-out;
16240
  transition: all 0s ease-in-out;
15126
}
16241
}
Línea 15127... Línea 16242...
15127
 
16242
 
15128
.navbar-toggler[data-bs-toggle=collapse][aria-expanded=true] .navbar-toggler-animation span:nth-child(3) {
16243
.navbar-toggler[data-bs-toggle=collapse][aria-expanded=true] .navbar-toggler-animation span:nth-child(3) {
15129
  -webkit-transform: rotateZ(-45deg) translateY(-50%);
16244
  -webkit-transform: rotateZ(-45deg) translateY(-50%);
15130
          transform: rotateZ(-45deg) translateY(-50%);
16245
  transform: rotateZ(-45deg) translateY(-50%);
15131
  bottom: 42%;
16246
  bottom: 42%;
15132
  -webkit-transform-origin: 50% 0;
16247
  -webkit-transform-origin: 50% 0;
15133
          transform-origin: 50% 0;
16248
  transform-origin: 50% 0;
15134
  width: 100%;
16249
  width: 100%;
Línea 15135... Línea 16250...
15135
}
16250
}
15136
 
16251
 
Línea 15140... Línea 16255...
15140
}
16255
}
Línea 15141... Línea 16256...
15141
 
16256
 
15142
.pagination-light .page-item {
16257
.pagination-light .page-item {
15143
  margin: 2px;
16258
  margin: 2px;
-
 
16259
}
15144
}
16260
 
15145
.pagination-light .page-link {
16261
.pagination-light .page-link {
15146
  border-color: #eef0f2;
16262
  border-color: #eef0f2;
15147
  background-color: #eef0f2;
16263
  background-color: #eef0f2;
15148
  border-radius: 0.2rem;
16264
  border-radius: 0.2rem;
-
 
16265
}
15149
}
16266
 
15150
.pagination-light .page-link:hover {
16267
.pagination-light .page-link:hover {
15151
  background-color: #0f6fec;
16268
  background-color: #0f6fec;
15152
  border-color: #0f6fec;
16269
  border-color: #0f6fec;
Línea 15177... Línea 16294...
15177
 
16294
 
15178
*:focus {
16295
*:focus {
15179
  outline: none !important;
16296
  outline: none !important;
Línea -... Línea 16297...
-
 
16297
}
-
 
16298
 
-
 
16299
h1>a,
-
 
16300
h2>a,
-
 
16301
h3>a,
-
 
16302
h4>a,
15180
}
-
 
-
 
16303
h5>a,
-
 
16304
h6>a,
-
 
16305
.h1>a,
-
 
16306
.h2>a,
-
 
16307
.h3>a,
-
 
16308
.h4>a,
15181
 
16309
.h5>a,
15182
h1 > a, h2 > a, h3 > a, h4 > a, h5 > a, h6 > a, .h1 > a, .h2 > a, .h3 > a, .h4 > a, .h5 > a, .h6 > a {
16310
.h6>a {
-
 
16311
  color: #14191e;
-
 
16312
}
-
 
16313
 
-
 
16314
h1>a:hover,
-
 
16315
h2>a:hover,
-
 
16316
h3>a:hover,
15183
  color: #14191e;
-
 
-
 
16317
h4>a:hover,
-
 
16318
h5>a:hover,
-
 
16319
h6>a:hover,
-
 
16320
.h1>a:hover,
-
 
16321
.h2>a:hover,
-
 
16322
.h3>a:hover,
-
 
16323
.h4>a:hover,
15184
}
16324
.h5>a:hover,
15185
h1 > a:hover, h2 > a:hover, h3 > a:hover, h4 > a:hover, h5 > a:hover, h6 > a:hover, .h1 > a:hover, .h2 > a:hover, .h3 > a:hover, .h4 > a:hover, .h5 > a:hover, .h6 > a:hover {
16325
.h6>a:hover {
Línea 15186... Línea 16326...
15186
  color: #0f6fec;
16326
  color: #0f6fec;
15187
}
16327
}
Línea 15207... Línea 16347...
15207
  section {
16347
  section {
15208
    padding-top: 4rem;
16348
    padding-top: 4rem;
15209
    padding-bottom: 3rem;
16349
    padding-bottom: 3rem;
15210
  }
16350
  }
15211
}
16351
}
-
 
16352
 
15212
small,
16353
small,
15213
.small {
16354
.small {
15214
  font-weight: 400;
16355
  font-weight: 400;
15215
}
16356
}
Línea 15240... Línea 16381...
15240
 
16381
 
15241
.blockquote {
16382
.blockquote {
15242
  position: relative;
16383
  position: relative;
15243
  padding-left: 80px;
16384
  padding-left: 80px;
-
 
16385
}
15244
}
16386
 
15245
.blockquote:before {
16387
.blockquote:before {
15246
  content: '"';
16388
  content: '"';
15247
  position: absolute;
16389
  position: absolute;
15248
  top: 0;
16390
  top: 0;
Línea 15263... Línea 16405...
15263
}
16405
}
Línea 15264... Línea 16406...
15264
 
16406
 
15265
.badge-unread {
16407
.badge-unread {
15266
  background: #eef0f2;
16408
  background: #eef0f2;
-
 
16409
}
15267
}
16410
 
15268
.badge-unread:hover {
16411
.badge-unread:hover {
15269
  background: #eef0f2;
16412
  background: #eef0f2;
-
 
16413
}
15270
}
16414
 
15271
.badge-unread:before {
16415
.badge-unread:before {
15272
  content: "";
16416
  content: "";
15273
  width: 7px;
16417
  width: 7px;
15274
  height: 7px;
16418
  height: 7px;
Línea 15287... Línea 16431...
15287
  position: absolute;
16431
  position: absolute;
15288
  top: 0;
16432
  top: 0;
15289
  right: -3px;
16433
  right: -3px;
15290
  z-index: 1;
16434
  z-index: 1;
15291
}
16435
}
-
 
16436
 
15292
.badge-notif.badge-notif-bottom {
16437
.badge-notif.badge-notif-bottom {
15293
  width: 6px;
16438
  width: 6px;
15294
  height: 6px;
16439
  height: 6px;
15295
  top: inherit;
16440
  top: inherit;
15296
  bottom: 5px;
16441
  bottom: 5px;
Línea 15306... Línea 16451...
15306
@media (max-width: 767.98px) {
16451
@media (max-width: 767.98px) {
15307
  .offcanvas-start {
16452
  .offcanvas-start {
15308
    width: 260px;
16453
    width: 260px;
15309
  }
16454
  }
15310
}
16455
}
-
 
16456
 
15311
.toast-chat {
16457
.toast-chat {
15312
  position: fixed;
16458
  position: fixed;
15313
  right: calc(400px + 1rem);
16459
  right: calc(400px + 1rem);
15314
  bottom: 0;
16460
  bottom: 0;
15315
  z-index: 11;
16461
  z-index: 11;
Línea 15318... Línea 16464...
15318
@media (max-width: 575.98px) {
16464
@media (max-width: 575.98px) {
15319
  .toast {
16465
  .toast {
15320
    width: 288px;
16466
    width: 288px;
15321
  }
16467
  }
15322
}
16468
}
-
 
16469
 
15323
.bg-mode {
16470
.bg-mode {
15324
  background: #fff;
16471
  background: #fff;
15325
}
16472
}
Línea 15326... Línea 16473...
15326
 
16473
 
15327
.grayscale {
16474
.grayscale {
15328
  -webkit-filter: grayscale(100%);
16475
  -webkit-filter: grayscale(100%);
15329
          filter: grayscale(100%);
16476
  filter: grayscale(100%);
15330
  -webkit-transition: all 0.6s ease;
16477
  -webkit-transition: all 0.6s ease;
15331
  transition: all 0.6s ease;
16478
  transition: all 0.6s ease;
-
 
16479
}
15332
}
16480
 
15333
.grayscale:hover {
16481
.grayscale:hover {
15334
  filter: none;
16482
  filter: none;
15335
  -webkit-filter: grayscale(0%);
16483
  -webkit-filter: grayscale(0%);
Línea 15347... Línea 16495...
15347
  font-size: 0.6em;
16495
  font-size: 0.6em;
15348
  display: -webkit-inline-box;
16496
  display: -webkit-inline-box;
15349
  display: -ms-inline-flexbox;
16497
  display: -ms-inline-flexbox;
15350
  display: inline-flex;
16498
  display: inline-flex;
15351
  -webkit-box-align: center;
16499
  -webkit-box-align: center;
15352
      -ms-flex-align: center;
16500
  -ms-flex-align: center;
15353
          align-items: center;
16501
  align-items: center;
15354
  -webkit-box-pack: center;
16502
  -webkit-box-pack: center;
15355
      -ms-flex-pack: center;
16503
  -ms-flex-pack: center;
15356
          justify-content: center;
16504
  justify-content: center;
15357
}
16505
}
Línea 15358... Línea 16506...
15358
 
16506
 
15359
.icon-sm {
16507
.icon-sm {
15360
  height: 2rem;
16508
  height: 2rem;
15361
  width: 2rem;
16509
  width: 2rem;
15362
  font-size: 0.7em;
16510
  font-size: 0.7em;
15363
  display: -webkit-inline-box;
16511
  display: -webkit-inline-box;
15364
  display: -ms-inline-flexbox;
16512
  display: -ms-inline-flexbox;
15365
  display: inline-flex;
16513
  display: inline-flex;
15366
  -webkit-box-align: center;
16514
  -webkit-box-align: center;
15367
      -ms-flex-align: center;
16515
  -ms-flex-align: center;
15368
          align-items: center;
16516
  align-items: center;
15369
  -webkit-box-pack: center;
16517
  -webkit-box-pack: center;
15370
      -ms-flex-pack: center;
16518
  -ms-flex-pack: center;
15371
          justify-content: center;
16519
  justify-content: center;
Línea 15372... Línea 16520...
15372
}
16520
}
15373
 
16521
 
15374
.icon-md {
16522
.icon-md {
15375
  height: 2.5rem;
16523
  height: 2.5rem;
15376
  width: 2.5rem;
16524
  width: 2.5rem;
15377
  font-size: 0.9em;
16525
  font-size: 0.9em;
15378
  display: -webkit-inline-box;
16526
  display: -webkit-inline-box;
15379
  display: -ms-inline-flexbox;
16527
  display: -ms-inline-flexbox;
15380
  display: inline-flex;
16528
  display: inline-flex;
15381
  -webkit-box-align: center;
16529
  -webkit-box-align: center;
15382
      -ms-flex-align: center;
16530
  -ms-flex-align: center;
15383
          align-items: center;
16531
  align-items: center;
15384
  -webkit-box-pack: center;
16532
  -webkit-box-pack: center;
15385
      -ms-flex-pack: center;
16533
  -ms-flex-pack: center;
Línea 15386... Línea 16534...
15386
          justify-content: center;
16534
  justify-content: center;
15387
}
16535
}
15388
 
16536
 
15389
.icon-lg {
16537
.icon-lg {
15390
  height: 3rem;
16538
  height: 3rem;
15391
  width: 3rem;
16539
  width: 3rem;
15392
  font-size: 1em;
16540
  font-size: 1em;
15393
  display: -webkit-inline-box;
16541
  display: -webkit-inline-box;
15394
  display: -ms-inline-flexbox;
16542
  display: -ms-inline-flexbox;
15395
  display: inline-flex;
16543
  display: inline-flex;
15396
  -webkit-box-align: center;
16544
  -webkit-box-align: center;
15397
      -ms-flex-align: center;
16545
  -ms-flex-align: center;
15398
          align-items: center;
16546
  align-items: center;
15399
  -webkit-box-pack: center;
16547
  -webkit-box-pack: center;
Línea 15400... Línea 16548...
15400
      -ms-flex-pack: center;
16548
  -ms-flex-pack: center;
15401
          justify-content: center;
16549
  justify-content: center;
15402
}
16550
}
15403
 
16551
 
15404
.icon-xl {
16552
.icon-xl {
15405
  height: 4rem;
16553
  height: 4rem;
15406
  width: 4rem;
16554
  width: 4rem;
15407
  font-size: 1.6em;
16555
  font-size: 1.6em;
15408
  display: -webkit-inline-box;
16556
  display: -webkit-inline-box;
15409
  display: -ms-inline-flexbox;
16557
  display: -ms-inline-flexbox;
15410
  display: inline-flex;
16558
  display: inline-flex;
15411
  -webkit-box-align: center;
16559
  -webkit-box-align: center;
15412
      -ms-flex-align: center;
16560
  -ms-flex-align: center;
15413
          align-items: center;
16561
  align-items: center;
Línea 15414... Línea 16562...
15414
  -webkit-box-pack: center;
16562
  -webkit-box-pack: center;
15415
      -ms-flex-pack: center;
16563
  -ms-flex-pack: center;
15416
          justify-content: center;
16564
  justify-content: center;
15417
}
16565
}
15418
 
16566
 
15419
.icon-xxl {
16567
.icon-xxl {
15420
  height: 5.125rem;
16568
  height: 5.125rem;
15421
  width: 5.125rem;
16569
  width: 5.125rem;
15422
  font-size: 2em;
16570
  font-size: 2em;
15423
  display: -webkit-inline-box;
16571
  display: -webkit-inline-box;
15424
  display: -ms-inline-flexbox;
16572
  display: -ms-inline-flexbox;
15425
  display: inline-flex;
16573
  display: inline-flex;
15426
  -webkit-box-align: center;
16574
  -webkit-box-align: center;
15427
      -ms-flex-align: center;
16575
  -ms-flex-align: center;
Línea 15428... Línea 16576...
15428
          align-items: center;
16576
  align-items: center;
15429
  -webkit-box-pack: center;
16577
  -webkit-box-pack: center;
15430
      -ms-flex-pack: center;
16578
  -ms-flex-pack: center;
Línea 15457... Línea 16605...
15457
}
16605
}
Línea 15458... Línea 16606...
15458
 
16606
 
15459
.plyr__controls-none .plyr__controls {
16607
.plyr__controls-none .plyr__controls {
15460
  display: none;
16608
  display: none;
-
 
16609
}
15461
}
16610
 
15462
.plyr__controls-none .plyr--video {
16611
.plyr__controls-none .plyr--video {
15463
  border-radius: 20px;
16612
  border-radius: 20px;
Línea 15464... Línea 16613...
15464
}
16613
}
Línea 15484... Línea 16633...
15484
@media (max-width: 575.98px) {
16633
@media (max-width: 575.98px) {
15485
  .nav-search .dropdown-menu {
16634
  .nav-search .dropdown-menu {
15486
    width: 100%;
16635
    width: 100%;
15487
  }
16636
  }
15488
}
16637
}
-
 
16638
 
15489
/* rtl:raw:
16639
/* rtl:raw:
15490
  .rtl-flip {
16640
  .rtl-flip {
15491
    transform: scaleX(-1);
16641
    transform: scaleX(-1);
15492
  }
16642
  }
15493
  .rtl-flip.bi:before{
16643
  .rtl-flip.bi:before{
Línea 15501... Línea 16651...
15501
  height: 100%;
16651
  height: 100%;
15502
  width: 100%;
16652
  width: 100%;
15503
  top: 0;
16653
  top: 0;
15504
  left: 0;
16654
  left: 0;
15505
}
16655
}
-
 
16656
 
15506
.preloader .preloader-item {
16657
.preloader .preloader-item {
15507
  position: absolute;
16658
  position: absolute;
15508
  top: 50%;
16659
  top: 50%;
15509
  left: 50%;
16660
  left: 50%;
15510
  text-align: center;
16661
  text-align: center;
15511
  -webkit-transform: translate(-50%, -50%);
16662
  -webkit-transform: translate(-50%, -50%);
15512
          transform: translate(-50%, -50%);
16663
  transform: translate(-50%, -50%);
15513
}
16664
}
Línea 15514... Línea 16665...
15514
 
16665
 
15515
.comment-list{
16666
.comment-list {
15516
 background-color: #f5f5f7;
16667
  background-color: #f5f5f7;
Línea 15517... Línea 16668...
15517
}
16668
}
15518
 
16669
 
15519
.comment-wrap .comment-item {
16670
.comment-wrap .comment-item {
-
 
16671
  position: relative;
15520
  position: relative;
16672
}
15521
}
16673
 
15522
.comment-wrap .comment-item .avatar {
16674
.comment-wrap .comment-item .avatar {
15523
  position: relative;
16675
  position: relative;
-
 
16676
  z-index: 1;
15524
  z-index: 1;
16677
}
15525
}
16678
 
15526
.comment-wrap .comment-item:last-child .comment-line-inner {
16679
.comment-wrap .comment-item:last-child .comment-line-inner {
15527
  background: #eef0f2;
16680
  background: #eef0f2;
-
 
16681
  height: 20px;
15528
  height: 20px;
16682
}
15529
}
16683
 
15530
.comment-wrap .comment-item-nested {
16684
.comment-wrap .comment-item-nested {
-
 
16685
  padding-left: 2.75rem;
15531
  padding-left: 2.75rem;
16686
}
15532
}
16687
 
15533
.comment-wrap > .comment-item .comment-line-inner {
16688
.comment-wrap>.comment-item .comment-line-inner {
15534
  position: absolute;
16689
  position: absolute;
15535
  left: 16px;
16690
  left: 16px;
15536
  top: 0;
16691
  top: 0;
Línea 15540... Línea 16695...
15540
}
16695
}
Línea 15541... Línea 16696...
15541
 
16696
 
15542
.comment-item-nested .comment-item {
16697
.comment-item-nested .comment-item {
15543
  position: relative;
16698
  position: relative;
-
 
16699
}
15544
}
16700
 
15545
.comment-item-nested .comment-item .comment-line-inner {
16701
.comment-item-nested .comment-item .comment-line-inner {
15546
  position: absolute;
16702
  position: absolute;
15547
  left: -28px;
16703
  left: -28px;
15548
  top: 0;
16704
  top: 0;
15549
  width: 2px;
16705
  width: 2px;
15550
  background-color: #eef0f2;
16706
  background-color: #eef0f2;
15551
  height: 100%;
16707
  height: 100%;
-
 
16708
}
15552
}
16709
 
15553
.comment-item-nested .comment-item .comment-line-inner:before {
16710
.comment-item-nested .comment-item .comment-line-inner:before {
15554
  content: "";
16711
  content: "";
15555
  position: absolute;
16712
  position: absolute;
15556
  left: 0;
16713
  left: 0;
Línea 15573... Línea 16730...
15573
 
16730
 
15574
  .border-end-lg-0 {
16731
  .border-end-lg-0 {
15575
    border-right: 0;
16732
    border-right: 0;
15576
  }
16733
  }
-
 
16734
}
15577
}
16735
 
15578
.rounded-top-0 {
16736
.rounded-top-0 {
15579
  border-top-left-radius: 0 !important;
16737
  border-top-left-radius: 0 !important;
15580
  border-top-right-radius: 0 !important;
16738
  border-top-right-radius: 0 !important;
Línea 15585... Línea 16743...
15585
  border-bottom-right-radius: 0 !important;
16743
  border-bottom-right-radius: 0 !important;
15586
}
16744
}
Línea 15587... Línea 16745...
15587
 
16745
 
15588
.flip-horizontal {
16746
.flip-horizontal {
15589
  -webkit-transform: scaleX(-1);
16747
  -webkit-transform: scaleX(-1);
15590
          transform: scaleX(-1);
16748
  transform: scaleX(-1);
15591
  display: inline-block;
16749
  display: inline-block;
Línea 15592... Línea 16750...
15592
}
16750
}
15593
 
16751
 
15594
.timeline {
16752
.timeline {
-
 
16753
  width: 100%;
15595
  width: 100%;
16754
}
15596
}
16755
 
15597
.timeline .timeline-item {
16756
.timeline .timeline-item {
15598
  display: -webkit-box;
16757
  display: -webkit-box;
15599
  display: -ms-flexbox;
16758
  display: -ms-flexbox;
15600
  display: flex;
16759
  display: flex;
15601
  width: 100%;
16760
  width: 100%;
15602
  margin-bottom: 1.5rem;
16761
  margin-bottom: 1.5rem;
-
 
16762
  position: relative;
15603
  position: relative;
16763
}
15604
}
16764
 
15605
.timeline .timeline-item:last-child {
16765
.timeline .timeline-item:last-child {
-
 
16766
  margin-bottom: 0;
15606
  margin-bottom: 0;
16767
}
15607
}
16768
 
15608
.timeline .timeline-item .timeline-icon {
16769
.timeline .timeline-item .timeline-icon {
15609
  margin-right: 0.8rem;
16770
  margin-right: 0.8rem;
15610
  position: relative;
16771
  position: relative;
-
 
16772
  position: relative;
15611
  position: relative;
16773
}
15612
}
16774
 
15613
.timeline .timeline-item .timeline-content {
16775
.timeline .timeline-item .timeline-content {
-
 
16776
  width: 100%;
15614
  width: 100%;
16777
}
15615
}
16778
 
15616
.timeline .timeline-item:before {
16779
.timeline .timeline-item:before {
15617
  content: "";
16780
  content: "";
15618
  position: absolute;
16781
  position: absolute;
15619
  width: 2px;
16782
  width: 2px;
15620
  height: calc(100% - 1rem);
16783
  height: calc(100% - 1rem);
15621
  background-color: rgba(0, 0, 0, 0.1);
16784
  background-color: rgba(0, 0, 0, 0.1);
15622
  top: 2.5rem;
16785
  top: 2.5rem;
15623
  left: 1.5rem;
16786
  left: 1.5rem;
15624
  -webkit-transform: translatex(-50%);
16787
  -webkit-transform: translatex(-50%);
-
 
16788
  transform: translatex(-50%);
15625
          transform: translatex(-50%);
16789
}
15626
}
16790
 
15627
.timeline .timeline-item:last-child:before {
16791
.timeline .timeline-item:last-child:before {
Línea 15628... Línea 16792...
15628
  height: calc(100% - 2.5rem);
16792
  height: calc(100% - 2.5rem);
Línea 15643... Línea 16807...
15643
 
16807
 
15644
  .chat-tab-list {
16808
  .chat-tab-list {
15645
    height: calc(100% - 0.75rem);
16809
    height: calc(100% - 0.75rem);
15646
  }
16810
  }
-
 
16811
}
15647
}
16812
 
15648
.typing .dot {
16813
.typing .dot {
15649
  -webkit-animation: TypingAnimation 1.8s infinite ease-in-out;
16814
  -webkit-animation: TypingAnimation 1.8s infinite ease-in-out;
15650
          animation: TypingAnimation 1.8s infinite ease-in-out;
16815
  animation: TypingAnimation 1.8s infinite ease-in-out;
15651
  background-color: rgba(20, 25, 30, 0.7);
16816
  background-color: rgba(20, 25, 30, 0.7);
15652
  border-radius: 50%;
16817
  border-radius: 50%;
15653
  height: 7px;
16818
  height: 7px;
15654
  margin-right: 4px;
16819
  margin-right: 4px;
15655
  vertical-align: middle;
16820
  vertical-align: middle;
15656
  width: 7px;
16821
  width: 7px;
15657
  display: inline-block;
16822
  display: inline-block;
-
 
16823
}
15658
}
16824
 
15659
.typing .dot:nth-child(1) {
16825
.typing .dot:nth-child(1) {
15660
  -webkit-animation-delay: 200ms;
16826
  -webkit-animation-delay: 200ms;
15661
          animation-delay: 200ms;
16827
  animation-delay: 200ms;
-
 
16828
}
15662
}
16829
 
15663
.typing .dot:nth-child(2) {
16830
.typing .dot:nth-child(2) {
15664
  -webkit-animation-delay: 300ms;
16831
  -webkit-animation-delay: 300ms;
15665
          animation-delay: 300ms;
16832
  animation-delay: 300ms;
-
 
16833
}
15666
}
16834
 
15667
.typing .dot:nth-child(3) {
16835
.typing .dot:nth-child(3) {
15668
  -webkit-animation-delay: 400ms;
16836
  -webkit-animation-delay: 400ms;
15669
          animation-delay: 400ms;
16837
  animation-delay: 400ms;
-
 
16838
}
15670
}
16839
 
15671
.typing .dot:last-child {
16840
.typing .dot:last-child {
15672
  margin-right: 0;
16841
  margin-right: 0;
Línea 15673... Línea 16842...
15673
}
16842
}
15674
 
16843
 
15675
@-webkit-keyframes TypingAnimation {
16844
@-webkit-keyframes TypingAnimation {
15676
  0% {
16845
  0% {
15677
    -webkit-transform: translateY(0px);
16846
    -webkit-transform: translateY(0px);
15678
            transform: translateY(0px);
16847
    transform: translateY(0px);
-
 
16848
    background-color: rgba(20, 25, 30, 0.7);
15679
    background-color: rgba(20, 25, 30, 0.7);
16849
  }
15680
  }
16850
 
15681
  28% {
16851
  28% {
15682
    -webkit-transform: translateY(-7px);
16852
    -webkit-transform: translateY(-7px);
15683
            transform: translateY(-7px);
16853
    transform: translateY(-7px);
-
 
16854
    background-color: rgba(20, 25, 30, 0.4);
15684
    background-color: rgba(20, 25, 30, 0.4);
16855
  }
15685
  }
16856
 
15686
  44% {
16857
  44% {
15687
    -webkit-transform: translateY(0px);
16858
    -webkit-transform: translateY(0px);
15688
            transform: translateY(0px);
16859
    transform: translateY(0px);
15689
    background-color: rgba(20, 25, 30, 0.2);
16860
    background-color: rgba(20, 25, 30, 0.2);
Línea 15690... Línea 16861...
15690
  }
16861
  }
15691
}
16862
}
15692
 
16863
 
15693
@keyframes TypingAnimation {
16864
@keyframes TypingAnimation {
15694
  0% {
16865
  0% {
15695
    -webkit-transform: translateY(0px);
16866
    -webkit-transform: translateY(0px);
-
 
16867
    transform: translateY(0px);
15696
            transform: translateY(0px);
16868
    background-color: rgba(20, 25, 30, 0.7);
15697
    background-color: rgba(20, 25, 30, 0.7);
16869
  }
15698
  }
16870
 
15699
  28% {
16871
  28% {
15700
    -webkit-transform: translateY(-7px);
16872
    -webkit-transform: translateY(-7px);
-
 
16873
    transform: translateY(-7px);
15701
            transform: translateY(-7px);
16874
    background-color: rgba(20, 25, 30, 0.4);
15702
    background-color: rgba(20, 25, 30, 0.4);
16875
  }
15703
  }
16876
 
15704
  44% {
16877
  44% {
15705
    -webkit-transform: translateY(0px);
16878
    -webkit-transform: translateY(0px);
15706
            transform: translateY(0px);
16879
    transform: translateY(0px);
-
 
16880
    background-color: rgba(20, 25, 30, 0.2);
15707
    background-color: rgba(20, 25, 30, 0.2);
16881
  }
15708
  }
16882
}
15709
}
16883
 
15710
.bi::before,
16884
.bi::before,
15711
[class^=bi-]::before,
16885
[class^=bi-]::before,
Línea 15717... Línea 16891...
15717
  height: 100%;
16891
  height: 100%;
15718
  display: -webkit-box;
16892
  display: -webkit-box;
15719
  display: -ms-flexbox;
16893
  display: -ms-flexbox;
15720
  display: flex;
16894
  display: flex;
15721
  -webkit-box-pack: center;
16895
  -webkit-box-pack: center;
15722
      -ms-flex-pack: center;
16896
  -ms-flex-pack: center;
15723
          justify-content: center;
16897
  justify-content: center;
15724
  -webkit-box-align: center;
16898
  -webkit-box-align: center;
15725
      -ms-flex-align: center;
16899
  -ms-flex-align: center;
15726
          align-items: center;
16900
  align-items: center;
15727
  cursor: pointer;
16901
  cursor: pointer;
15728
}
16902
}
Línea 15729... Línea 16903...
15729
 
16903
 
15730
.fakepasswordicon.fa-eye:before {
16904
.fakepasswordicon.fa-eye:before {
Línea 15734... Línea 16908...
15734
.ticket-border {
16908
.ticket-border {
15735
  border-left: 2px dashed #14191e;
16909
  border-left: 2px dashed #14191e;
15736
  padding-left: 50px;
16910
  padding-left: 50px;
15737
  position: relative;
16911
  position: relative;
15738
}
16912
}
-
 
16913
 
15739
.ticket-border:before {
16914
.ticket-border:before {
15740
  width: 50px;
16915
  width: 50px;
15741
  height: 50px;
16916
  height: 50px;
15742
  border-radius: 50%;
16917
  border-radius: 50%;
15743
  background: #fff;
16918
  background: #fff;
15744
  content: "";
16919
  content: "";
15745
  top: -50px;
16920
  top: -50px;
15746
  left: -25px;
16921
  left: -25px;
15747
  position: absolute;
16922
  position: absolute;
15748
}
16923
}
-
 
16924
 
15749
.ticket-border:after {
16925
.ticket-border:after {
15750
  width: 50px;
16926
  width: 50px;
15751
  height: 50px;
16927
  height: 50px;
15752
  border-radius: 50%;
16928
  border-radius: 50%;
15753
  background: #fff;
16929
  background: #fff;
Línea 15760... Línea 16936...
15760
@media (max-width: 575.98px) {
16936
@media (max-width: 575.98px) {
15761
  .ticket-border {
16937
  .ticket-border {
15762
    padding-left: 0;
16938
    padding-left: 0;
15763
    border: 0;
16939
    border: 0;
15764
  }
16940
  }
-
 
16941
 
-
 
16942
  .ticket-border:after,
15765
  .ticket-border:after, .ticket-border:before {
16943
  .ticket-border:before {
15766
    display: none;
16944
    display: none;
15767
  }
16945
  }
15768
}
16946
}
-
 
16947
 
15769
.plyr--audio .plyr__controls {
16948
.plyr--audio .plyr__controls {
15770
  background: transparent;
16949
  background: transparent;
15771
}
16950
}
Línea -... Línea 16951...
-
 
16951
 
-
 
16952
.plyr--audio .plyr__control.plyr__tab-focus,
15772
 
16953
.plyr--audio .plyr__control:hover,
15773
.plyr--audio .plyr__control.plyr__tab-focus, .plyr--audio .plyr__control:hover, .plyr--audio .plyr__control[aria-expanded=true] {
16954
.plyr--audio .plyr__control[aria-expanded=true] {
15774
  background: #0f6fec;
16955
  background: #0f6fec;
Línea 15775... Línea 16956...
15775
}
16956
}
15776
 
16957
 
Línea 15826... Línea 17007...
15826
  height: 3rem;
17007
  height: 3rem;
15827
  width: 3rem;
17008
  width: 3rem;
15828
  position: relative;
17009
  position: relative;
15829
  display: inline-block;
17010
  display: inline-block;
15830
  -ms-flex-negative: 0 !important;
17011
  -ms-flex-negative: 0 !important;
15831
      flex-shrink: 0 !important;
17012
  flex-shrink: 0 !important;
15832
}
17013
}
Línea 15833... Línea 17014...
15833
 
17014
 
15834
.avatar-img {
17015
.avatar-img {
15835
  width: 100%;
17016
  width: 100%;
15836
  height: 100%;
17017
  height: 100%;
15837
  -o-object-fit: cover;
17018
  -o-object-fit: cover;
15838
     object-fit: cover;
17019
  object-fit: cover;
Línea 15839... Línea 17020...
15839
}
17020
}
15840
 
17021
 
15841
.avatar-group {
17022
.avatar-group {
15842
  padding: 0;
17023
  padding: 0;
15843
  display: -webkit-box;
17024
  display: -webkit-box;
15844
  display: -ms-flexbox;
17025
  display: -ms-flexbox;
-
 
17026
  display: flex;
15845
  display: flex;
17027
}
15846
}
17028
 
15847
.avatar-group > li {
17029
.avatar-group>li {
-
 
17030
  position: relative;
15848
  position: relative;
17031
}
15849
}
17032
 
15850
.avatar-group > li:not(:last-child) {
17033
.avatar-group>li:not(:last-child) {
-
 
17034
  margin-right: -0.8rem;
15851
  margin-right: -0.8rem;
17035
}
15852
}
17036
 
15853
.avatar-group .avatar-img {
17037
.avatar-group .avatar-img {
Línea 15854... Línea 17038...
15854
  border: 2px solid #fff;
17038
  border: 2px solid #fff;
15855
}
17039
}
15856
 
17040
 
15857
.avatar-group-two {
17041
.avatar-group-two {
15858
  display: -webkit-inline-box;
17042
  display: -webkit-inline-box;
15859
  display: -ms-inline-flexbox;
17043
  display: -ms-inline-flexbox;
-
 
17044
  display: inline-flex;
15860
  display: inline-flex;
17045
  padding: 0;
15861
  padding: 0;
17046
}
15862
}
17047
 
15863
.avatar-group-two > li {
17048
.avatar-group-two>li {
-
 
17049
  margin-top: 0.8rem;
15864
  margin-top: 0.8rem;
17050
  position: relative;
15865
  position: relative;
17051
}
15866
}
17052
 
15867
.avatar-group-two > li:not(:last-child) {
17053
.avatar-group-two>li:not(:last-child) {
Línea 15868... Línea 17054...
15868
  margin-right: -1.2rem;
17054
  margin-right: -1.2rem;
Línea 15875... Línea 17061...
15875
  display: inline-flex;
17061
  display: inline-flex;
15876
  padding: 0;
17062
  padding: 0;
15877
  padding-right: 1.2rem;
17063
  padding-right: 1.2rem;
15878
  position: relative;
17064
  position: relative;
15879
}
17065
}
-
 
17066
 
15880
.avatar-group-three > li {
17067
.avatar-group-three>li {
15881
  position: relative;
17068
  position: relative;
15882
}
17069
}
-
 
17070
 
15883
.avatar-group-three > li:not(:last-child) {
17071
.avatar-group-three>li:not(:last-child) {
15884
  margin-right: -1.2rem;
17072
  margin-right: -1.2rem;
15885
}
17073
}
-
 
17074
 
15886
.avatar-group-three > li:last-child {
17075
.avatar-group-three>li:last-child {
15887
  position: absolute;
17076
  position: absolute;
15888
  bottom: -30px;
17077
  bottom: -30px;
15889
  left: 50%;
17078
  left: 50%;
15890
  top: 0;
17079
  top: 0;
15891
  -webkit-transform: translate(-50%, 50%);
17080
  -webkit-transform: translate(-50%, 50%);
15892
          transform: translate(-50%, 50%);
17081
  transform: translate(-50%, 50%);
15893
}
17082
}
Línea 15894... Línea 17083...
15894
 
17083
 
15895
.avatar-group-four {
17084
.avatar-group-four {
15896
  display: inline-grid;
17085
  display: inline-grid;
15897
  grid-template-columns: 1fr 1fr;
17086
  grid-template-columns: 1fr 1fr;
15898
  grid-template-rows: 1fr 1fr;
17087
  grid-template-rows: 1fr 1fr;
15899
  grid-template-columns: auto auto;
17088
  grid-template-columns: auto auto;
15900
  gap: 0px 0px;
17089
  gap: 0px 0px;
-
 
17090
}
15901
}
17091
 
15902
.avatar-group-four li {
17092
.avatar-group-four li {
15903
  margin: 0;
17093
  margin: 0;
-
 
17094
}
15904
}
17095
 
15905
.avatar-group-four li:not(:last-child) {
17096
.avatar-group-four li:not(:last-child) {
15906
  margin: 0;
17097
  margin: 0;
Línea 15907... Línea 17098...
15907
}
17098
}
Línea 15933... Línea 17124...
15933
 
17124
 
15934
.avatar-xxl {
17125
.avatar-xxl {
15935
  height: 5.125rem;
17126
  height: 5.125rem;
15936
  width: 5.125rem;
17127
  width: 5.125rem;
-
 
17128
}
15937
}
17129
 
15938
@media (min-width: 768px) {
17130
@media (min-width: 768px) {
15939
  .avatar-xxl {
17131
  .avatar-xxl {
15940
    width: 8rem;
17132
    width: 8rem;
15941
    height: 8rem;
17133
    height: 8rem;
Línea 15944... Línea 17136...
15944
 
17136
 
15945
.avatar-xxxl {
17137
.avatar-xxxl {
15946
  height: 8rem;
17138
  height: 8rem;
15947
  width: 8rem;
17139
  width: 8rem;
-
 
17140
}
15948
}
17141
 
15949
@media (min-width: 768px) {
17142
@media (min-width: 768px) {
15950
  .avatar-xxxl {
17143
  .avatar-xxxl {
15951
    width: 11rem;
17144
    width: 11rem;
15952
    height: 11rem;
17145
    height: 11rem;
Línea 15956... Línea 17149...
15956
.avatar-story {
17149
.avatar-story {
15957
  position: relative;
17150
  position: relative;
15958
  padding: 4px;
17151
  padding: 4px;
15959
  z-index: 1;
17152
  z-index: 1;
15960
}
17153
}
-
 
17154
 
15961
.avatar-story:after {
17155
.avatar-story:after {
15962
  content: "";
17156
  content: "";
15963
  position: absolute;
17157
  position: absolute;
15964
  top: 0;
17158
  top: 0;
15965
  left: 0;
17159
  left: 0;
Línea 15971... Línea 17165...
15971
}
17165
}
Línea 15972... Línea 17166...
15972
 
17166
 
15973
.avatar-uploader {
17167
.avatar-uploader {
15974
  position: relative;
17168
  position: relative;
-
 
17169
}
15975
}
17170
 
15976
.avatar-uploader .avatar-edit {
17171
.avatar-uploader .avatar-edit {
15977
  position: absolute;
17172
  position: absolute;
15978
  right: 0;
17173
  right: 0;
15979
  z-index: 1;
17174
  z-index: 1;
15980
  top: 0;
17175
  top: 0;
-
 
17176
}
15981
}
17177
 
15982
.avatar-uploader .avatar-edit input {
17178
.avatar-uploader .avatar-edit input {
15983
  display: none;
17179
  display: none;
-
 
17180
}
15984
}
17181
 
15985
.avatar-uploader .avatar-edit input + label {
17182
.avatar-uploader .avatar-edit input+label {
15986
  display: inline-block;
17183
  display: inline-block;
15987
  width: 34px;
17184
  width: 34px;
15988
  height: 34px;
17185
  height: 34px;
15989
  margin-bottom: 0;
17186
  margin-bottom: 0;
15990
  border-radius: 100%;
17187
  border-radius: 100%;
15991
  background: #eff2f6;
17188
  background: #eff2f6;
15992
  border: 1px solid transparent;
17189
  border: 1px solid transparent;
15993
  -webkit-box-shadow: 0px 0px 20px rgba(93, 83, 84, 0.15);
17190
  -webkit-box-shadow: 0px 0px 20px rgba(93, 83, 84, 0.15);
15994
          box-shadow: 0px 0px 20px rgba(93, 83, 84, 0.15);
17191
  box-shadow: 0px 0px 20px rgba(93, 83, 84, 0.15);
15995
  cursor: pointer;
17192
  cursor: pointer;
15996
  font-weight: normal;
17193
  font-weight: normal;
15997
  -webkit-transition: all 0.3s ease-in-out;
17194
  -webkit-transition: all 0.3s ease-in-out;
15998
  transition: all 0.3s ease-in-out;
17195
  transition: all 0.3s ease-in-out;
-
 
17196
}
15999
}
17197
 
16000
.avatar-uploader .avatar-edit input + label:after {
17198
.avatar-uploader .avatar-edit input+label:after {
16001
  content: "\f303";
17199
  content: "\f303";
16002
  font-family: "Font Awesome 5 Free";
17200
  font-family: "Font Awesome 5 Free";
16003
  color: #14191e;
17201
  color: #14191e;
16004
  position: absolute;
17202
  position: absolute;
16005
  top: 50%;
17203
  top: 50%;
16006
  left: 0;
17204
  left: 0;
16007
  right: 0;
17205
  right: 0;
16008
  text-align: center;
17206
  text-align: center;
16009
  font-weight: 900;
17207
  font-weight: 900;
16010
  -webkit-transform: translate(0, -56%);
17208
  -webkit-transform: translate(0, -56%);
16011
          transform: translate(0, -56%);
17209
  transform: translate(0, -56%);
16012
  margin: 0 auto;
17210
  margin: 0 auto;
16013
  -webkit-transition: all 0.3s ease-in-out;
17211
  -webkit-transition: all 0.3s ease-in-out;
16014
  transition: all 0.3s ease-in-out;
17212
  transition: all 0.3s ease-in-out;
-
 
17213
}
16015
}
17214
 
16016
.avatar-uploader .avatar-edit input + label:hover {
17215
.avatar-uploader .avatar-edit input+label:hover {
16017
  background: #0f6fec;
17216
  background: #0f6fec;
16018
  border-color: #0f6fec;
17217
  border-color: #0f6fec;
-
 
17218
}
16019
}
17219
 
16020
.avatar-uploader .avatar-edit input + label:hover:after {
17220
.avatar-uploader .avatar-edit input+label:hover:after {
16021
  color: #fff;
17221
  color: #fff;
-
 
17222
}
16022
}
17223
 
16023
.avatar-uploader img#avatar-preview {
17224
.avatar-uploader img#avatar-preview {
16024
  -o-object-fit: cover;
17225
  -o-object-fit: cover;
16025
     object-fit: cover;
17226
  object-fit: cover;
Línea 16026... Línea 17227...
16026
}
17227
}
16027
 
17228
 
16028
.tns-outer {
17229
.tns-outer {
Línea 16029... Línea 17230...
16029
  position: relative;
17230
  position: relative;
16030
}
17231
}
16031
 
17232
 
16032
.tns-item {
17233
.tns-item {
16033
  -ms-touch-action: pan-y;
17234
  -ms-touch-action: pan-y;
16034
      touch-action: pan-y;
17235
  touch-action: pan-y;
16035
  -webkit-user-select: none;
17236
  -webkit-user-select: none;
16036
     -moz-user-select: none;
17237
  -moz-user-select: none;
Línea 16037... Línea 17238...
16037
      -ms-user-select: none;
17238
  -ms-user-select: none;
16038
          user-select: none;
17239
  user-select: none;
16039
}
17240
}
Línea 16040... Línea 17241...
16040
 
17241
 
16041
.tiny-slider .item {
17242
.tiny-slider .item {
16042
  position: relative;
17243
  position: relative;
16043
}
17244
}
16044
 
17245
 
16045
.tns-controls [data-controls] {
17246
.tns-controls [data-controls] {
16046
  position: absolute;
17247
  position: absolute;
16047
  top: 50%;
17248
  top: 50%;
16048
  -webkit-transform: translateY(-50%);
17249
  -webkit-transform: translateY(-50%);
16049
          transform: translateY(-50%);
17250
  transform: translateY(-50%);
Línea 16060... Línea 17261...
16060
  color: #fff;
17261
  color: #fff;
16061
  border: none;
17262
  border: none;
16062
  padding: 0;
17263
  padding: 0;
16063
  margin: 0 5px;
17264
  margin: 0 5px;
16064
}
17265
}
-
 
17266
 
16065
.tns-controls [data-controls]:hover {
17267
.tns-controls [data-controls]:hover {
16066
  background-color: #0f6fec;
17268
  background-color: #0f6fec;
16067
  color: #fff;
17269
  color: #fff;
16068
}
17270
}
-
 
17271
 
16069
.tns-controls [data-controls] i {
17272
.tns-controls [data-controls] i {
16070
  line-height: inherit;
17273
  line-height: inherit;
16071
}
17274
}
Línea 16072... Línea 17275...
16072
 
17275
 
Línea 16102... Línea 17305...
16102
}
17305
}
Línea 16103... Línea 17306...
16103
 
17306
 
16104
.arrow-hover {
17307
.arrow-hover {
16105
  overflow: hidden;
17308
  overflow: hidden;
-
 
17309
}
16106
}
17310
 
16107
.arrow-hover [data-controls=prev] {
17311
.arrow-hover [data-controls=prev] {
16108
  left: -60px;
17312
  left: -60px;
-
 
17313
}
16109
}
17314
 
16110
.arrow-hover [data-controls=next] {
17315
.arrow-hover [data-controls=next] {
16111
  right: -60px;
17316
  right: -60px;
-
 
17317
}
16112
}
17318
 
16113
.arrow-hover:hover [data-controls=prev] {
17319
.arrow-hover:hover [data-controls=prev] {
16114
  left: 0px;
17320
  left: 0px;
-
 
17321
}
16115
}
17322
 
16116
.arrow-hover:hover [data-controls=next] {
17323
.arrow-hover:hover [data-controls=next] {
16117
  right: 0px;
17324
  right: 0px;
Línea 16118... Línea 17325...
16118
}
17325
}
16119
 
17326
 
16120
.tns-nav {
17327
.tns-nav {
16121
  position: absolute;
17328
  position: absolute;
16122
  top: 100%;
17329
  top: 100%;
16123
  bottom: 0;
17330
  bottom: 0;
16124
  left: 50%;
17331
  left: 50%;
16125
  -webkit-transform: translateX(-50%);
17332
  -webkit-transform: translateX(-50%);
16126
          transform: translateX(-50%);
17333
  transform: translateX(-50%);
16127
  z-index: 10;
17334
  z-index: 10;
16128
  width: auto;
17335
  width: auto;
16129
  text-align: center;
17336
  text-align: center;
-
 
17337
  white-space: nowrap;
16130
  white-space: nowrap;
17338
}
16131
}
17339
 
16132
.tns-nav [data-nav] {
17340
.tns-nav [data-nav] {
16133
  position: relative;
17341
  position: relative;
16134
  display: inline-block;
17342
  display: inline-block;
Línea 16138... Línea 17346...
16138
  height: 14px;
17346
  height: 14px;
16139
  border-radius: 50%;
17347
  border-radius: 50%;
16140
  overflow: hidden;
17348
  overflow: hidden;
16141
  background-color: transparent;
17349
  background-color: transparent;
16142
  -webkit-box-shadow: inset 0 0 0 2px #a1a1a8;
17350
  -webkit-box-shadow: inset 0 0 0 2px #a1a1a8;
16143
          box-shadow: inset 0 0 0 2px #a1a1a8;
17351
  box-shadow: inset 0 0 0 2px #a1a1a8;
16144
  -webkit-transition: all 0.3s ease-in-out;
17352
  -webkit-transition: all 0.3s ease-in-out;
16145
  transition: all 0.3s ease-in-out;
17353
  transition: all 0.3s ease-in-out;
16146
  border: 0;
17354
  border: 0;
16147
}
17355
}
-
 
17356
 
16148
.tns-nav .tns-nav-active {
17357
.tns-nav .tns-nav-active {
16149
  background-color: #fff;
17358
  background-color: #fff;
16150
}
17359
}
Línea 16151... Línea 17360...
16151
 
17360
 
Línea 16154... Línea 17363...
16154
  padding-bottom: 20px;
17363
  padding-bottom: 20px;
16155
}
17364
}
Línea 16156... Línea 17365...
16156
 
17365
 
16157
.dots-white .tns-nav [data-nav] {
17366
.dots-white .tns-nav [data-nav] {
16158
  -webkit-box-shadow: inset 0 0 0 2px #fff;
17367
  -webkit-box-shadow: inset 0 0 0 2px #fff;
16159
          box-shadow: inset 0 0 0 2px #fff;
17368
  box-shadow: inset 0 0 0 2px #fff;
16160
  -webkit-transition: all 0.3s ease-in-out;
17369
  -webkit-transition: all 0.3s ease-in-out;
16161
  transition: all 0.3s ease-in-out;
17370
  transition: all 0.3s ease-in-out;
-
 
17371
}
16162
}
17372
 
16163
.dots-white .tns-nav [data-nav]:after {
17373
.dots-white .tns-nav [data-nav]:after {
16164
  background-color: #fff;
17374
  background-color: #fff;
16165
  -webkit-box-shadow: 0 0 1px #fff;
17375
  -webkit-box-shadow: 0 0 1px #fff;
16166
          box-shadow: 0 0 1px #fff;
17376
  box-shadow: 0 0 1px #fff;
Línea 16167... Línea 17377...
16167
}
17377
}
16168
 
17378
 
16169
.dots-dark .tns-nav [data-nav] {
17379
.dots-dark .tns-nav [data-nav] {
16170
  -webkit-box-shadow: inset 0 0 0 2px #14191e;
17380
  -webkit-box-shadow: inset 0 0 0 2px #14191e;
16171
          box-shadow: inset 0 0 0 2px #14191e;
17381
  box-shadow: inset 0 0 0 2px #14191e;
16172
  -webkit-transition: all 0.3s ease-in-out;
17382
  -webkit-transition: all 0.3s ease-in-out;
-
 
17383
  transition: all 0.3s ease-in-out;
16173
  transition: all 0.3s ease-in-out;
17384
}
16174
}
17385
 
16175
.dots-dark .tns-nav [data-nav]:after {
17386
.dots-dark .tns-nav [data-nav]:after {
16176
  background-color: #14191e;
17387
  background-color: #14191e;
16177
  -webkit-box-shadow: 0 0 1px #14191e;
17388
  -webkit-box-shadow: 0 0 1px #14191e;
Línea 16178... Línea 17389...
16178
          box-shadow: 0 0 1px #14191e;
17389
  box-shadow: 0 0 1px #14191e;
16179
}
17390
}
16180
 
17391
 
16181
.modeswitch-wrap {
17392
.modeswitch-wrap {
16182
  display: -webkit-inline-box;
17393
  display: -webkit-inline-box;
16183
  display: -ms-inline-flexbox;
17394
  display: -ms-inline-flexbox;
16184
  display: inline-flex;
17395
  display: inline-flex;
16185
  -webkit-box-align: center;
17396
  -webkit-box-align: center;
16186
      -ms-flex-align: center;
17397
  -ms-flex-align: center;
-
 
17398
  align-items: center;
16187
          align-items: center;
17399
  cursor: pointer;
16188
  cursor: pointer;
17400
}
16189
}
17401
 
16190
.modeswitch-wrap .modeswitch-item {
17402
.modeswitch-wrap .modeswitch-item {
16191
  width: 42px;
17403
  width: 42px;
16192
  height: 12px;
17404
  height: 12px;
16193
  background: #676a79;
17405
  background: #676a79;
16194
  border-radius: 60px;
17406
  border-radius: 60px;
16195
  display: -webkit-box;
17407
  display: -webkit-box;
16196
  display: -ms-flexbox;
17408
  display: -ms-flexbox;
16197
  display: flex;
17409
  display: flex;
16198
  -webkit-box-align: center;
17410
  -webkit-box-align: center;
16199
      -ms-flex-align: center;
17411
  -ms-flex-align: center;
16200
          align-items: center;
17412
  align-items: center;
16201
  margin: 0 16px;
17413
  margin: 0 16px;
-
 
17414
  -webkit-transition: all 1s;
16202
  -webkit-transition: all 1s;
17415
  transition: all 1s;
16203
  transition: all 1s;
17416
}
16204
}
17417
 
16205
.modeswitch-wrap .modeswitch-item .modeswitch-icon {
17418
.modeswitch-wrap .modeswitch-item .modeswitch-icon {
16206
  display: -webkit-box;
17419
  display: -webkit-box;
16207
  display: -ms-flexbox;
17420
  display: -ms-flexbox;
16208
  display: flex;
17421
  display: flex;
16209
  -webkit-box-align: center;
17422
  -webkit-box-align: center;
16210
      -ms-flex-align: center;
17423
  -ms-flex-align: center;
16211
          align-items: center;
17424
  align-items: center;
16212
  -webkit-box-pack: center;
17425
  -webkit-box-pack: center;
16213
      -ms-flex-pack: center;
17426
  -ms-flex-pack: center;
16214
          justify-content: center;
17427
  justify-content: center;
16215
  -webkit-transform: translateX(-14%);
17428
  -webkit-transform: translateX(-14%);
16216
          transform: translateX(-14%);
17429
  transform: translateX(-14%);
16217
  height: 26px;
17430
  height: 26px;
16218
  width: 26px;
17431
  width: 26px;
16219
  background: #d8831b;
17432
  background: #d8831b;
16220
  border: 2px solid #fff;
17433
  border: 2px solid #fff;
16221
  border-radius: 50%;
17434
  border-radius: 50%;
16222
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.4);
17435
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.4);
16223
          box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.4);
17436
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.4);
16224
  font-size: 14px;
17437
  font-size: 14px;
16225
  color: #fff;
17438
  color: #fff;
-
 
17439
  -webkit-transition: all 1s;
16226
  -webkit-transition: all 1s;
17440
  transition: all 1s;
16227
  transition: all 1s;
17441
}
16228
}
17442
 
16229
.modeswitch-wrap .modeswitch-item .modeswitch-icon:before {
17443
.modeswitch-wrap .modeswitch-item .modeswitch-icon:before {
16230
  content: "\f185";
17444
  content: "\f185";
Línea 16239... Línea 17453...
16239
}
17453
}
Línea 16240... Línea 17454...
16240
 
17454
 
16241
html[data-theme=dark] .modeswitch-item {
17455
html[data-theme=dark] .modeswitch-item {
16242
  background: #e1e4e6;
17456
  background: #e1e4e6;
-
 
17457
}
16243
}
17458
 
16244
html[data-theme=dark] .modeswitch-item .modeswitch-icon {
17459
html[data-theme=dark] .modeswitch-item .modeswitch-icon {
16245
  -webkit-transform: translateX(18px) rotate(1turn);
17460
  -webkit-transform: translateX(18px) rotate(1turn);
16246
          transform: translateX(18px) rotate(1turn);
17461
  transform: translateX(18px) rotate(1turn);
16247
  background: #14191e;
17462
  background: #14191e;
-
 
17463
}
16248
}
17464
 
16249
html[data-theme=dark] .modeswitch-item .modeswitch-icon:before {
17465
html[data-theme=dark] .modeswitch-item .modeswitch-icon:before {
16250
  content: "\f186";
17466
  content: "\f186";
Línea 16251... Línea 17467...
16251
}
17467
}
Línea 16259... Línea 17475...
16259
}
17475
}
Línea 16260... Línea 17476...
16260
 
17476
 
16261
html[data-theme=dark] .dark-mode-item {
17477
html[data-theme=dark] .dark-mode-item {
16262
  display: block !important;
17478
  display: block !important;
-
 
17479
}
16263
}
17480
 
16264
html[data-theme=dark] .light-mode-item {
17481
html[data-theme=dark] .light-mode-item {
16265
  display: none !important;
17482
  display: none !important;
Línea 16266... Línea 17483...
16266
}
17483
}
Línea 16274... Línea 17491...
16274
  width: 100%;
17491
  width: 100%;
16275
}
17492
}
Línea 16276... Línea 17493...
16276
 
17493
 
16277
.glightbox-container .gslide {
17494
.glightbox-container .gslide {
16278
  -webkit-user-select: inherit;
17495
  -webkit-user-select: inherit;
16279
     -moz-user-select: inherit;
17496
  -moz-user-select: inherit;
16280
      -ms-user-select: inherit;
17497
  -ms-user-select: inherit;
16281
          user-select: inherit;
17498
  user-select: inherit;
Línea 16282... Línea 17499...
16282
}
17499
}
16283
 
17500
 
16284
.glightbox-clean .gslide-desc {
17501
.glightbox-clean .gslide-desc {
Línea 16285... Línea 17502...
16285
  font-family: "Inter", sans-serif;
17502
  font-family: "Inter", sans-serif;
16286
}
17503
}
16287
 
17504
 
-
 
17505
.glightbox-mobile .glightbox-container .gslide-desc .bg-light {
16288
.glightbox-mobile .glightbox-container .gslide-desc .bg-light {
17506
  background: #14191e !important;
16289
  background: #14191e !important;
17507
}
16290
}
17508
 
-
 
17509
.glightbox-mobile .glightbox-container .gslide-desc .form-control {
16291
.glightbox-mobile .glightbox-container .gslide-desc .form-control {
17510
  border-color: rgba(0, 0, 0, 0.1);
16292
  border-color: rgba(0, 0, 0, 0.1);
17511
}
16293
}
17512
 
-
 
17513
.glightbox-mobile .glightbox-container .gslide-desc .text-secondary {
16294
.glightbox-mobile .glightbox-container .gslide-desc .text-secondary {
17514
  color: #fff !important;
16295
  color: #fff !important;
17515
}
16296
}
17516
 
-
 
17517
.glightbox-mobile .glightbox-container .gslide-desc .dropdown-menu {
16297
.glightbox-mobile .glightbox-container .gslide-desc .dropdown-menu {
17518
  background: #14191e !important;
16298
  background: #14191e !important;
17519
}
16299
}
17520
 
-
 
17521
.glightbox-mobile .glightbox-container .gslide-desc a {
16300
.glightbox-mobile .glightbox-container .gslide-desc a {
17522
  font-weight: normal;
16301
  font-weight: normal;
17523
}
16302
}
17524
 
Línea 16303... Línea 17525...
16303
.glightbox-mobile .glightbox-container .gslide-desc .nav.nav-divider .nav-item {
17525
.glightbox-mobile .glightbox-container .gslide-desc .nav.nav-divider .nav-item {
Línea 16312... Línea 17534...
16312
  border-radius: 0.4rem;
17534
  border-radius: 0.4rem;
16313
  min-height: auto;
17535
  min-height: auto;
16314
  padding: 0.5rem 1rem !important;
17536
  padding: 0.5rem 1rem !important;
16315
  font-size: 0.9375rem;
17537
  font-size: 0.9375rem;
16316
}
17538
}
-
 
17539
 
16317
.choices .choices__list--multiple .choices__item {
17540
.choices .choices__list--multiple .choices__item {
16318
  background-color: #eef0f2;
17541
  background-color: #eef0f2;
16319
  border: 1px solid #eef0f2;
17542
  border: 1px solid #eef0f2;
16320
  border-radius: 0.4rem;
17543
  border-radius: 0.4rem;
16321
  color: #29292e;
17544
  color: #29292e;
16322
}
17545
}
-
 
17546
 
16323
.choices .choices__list--dropdown {
17547
.choices .choices__list--dropdown {
16324
  background: #fff;
17548
  background: #fff;
16325
  border: 1px solid #e1e4e6;
17549
  border: 1px solid #e1e4e6;
16326
}
17550
}
-
 
17551
 
16327
.choices .choices__list--dropdown .choices__item--selectable.is-highlighted {
17552
.choices .choices__list--dropdown .choices__item--selectable.is-highlighted {
16328
  background-color: #eef0f2;
17553
  background-color: #eef0f2;
16329
}
17554
}
-
 
17555
 
16330
.choices .choices__list--dropdown .choices__item {
17556
.choices .choices__list--dropdown .choices__item {
16331
  color: #14191e;
17557
  color: #14191e;
16332
}
17558
}
-
 
17559
 
16333
.choices .choices__input {
17560
.choices .choices__input {
16334
  background: transparent;
17561
  background: transparent;
16335
  padding: 0;
17562
  padding: 0;
16336
  color: #29292e;
17563
  color: #29292e;
16337
}
17564
}
Línea 16338... Línea 17565...
16338
 
17565
 
16339
.choices__list--single {
17566
.choices__list--single {
16340
  padding: 0;
17567
  padding: 0;
Línea 16341... Línea 17568...
16341
}
17568
}
-
 
17569
 
16342
 
17570
.choices[data-type*=select-multiple] .choices__button,
16343
.choices[data-type*=select-multiple] .choices__button, .choices[data-type*=text] .choices__button {
17571
.choices[data-type*=text] .choices__button {
16344
  border-left: 1px solid #14191e;
17572
  border-left: 1px solid #14191e;
Línea 16345... Línea 17573...
16345
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e");
17573
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e");
Línea 16353... Línea 17581...
16353
  border-width: 5px;
17581
  border-width: 5px;
16354
  position: absolute;
17582
  position: absolute;
16355
  right: 11.5px;
17583
  right: 11.5px;
16356
  top: 50%;
17584
  top: 50%;
16357
  -webkit-transform: translateY(-50%);
17585
  -webkit-transform: translateY(-50%);
16358
          transform: translateY(-50%);
17586
  transform: translateY(-50%);
16359
  margin-top: 0;
17587
  margin-top: 0;
16360
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
17588
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
16361
  background-repeat: no-repeat;
17589
  background-repeat: no-repeat;
16362
  background-position: center center;
17590
  background-position: center center;
16363
  background-size: 16px 12px;
17591
  background-size: 16px 12px;
Línea 16374... Línea 17602...
16374
 
17602
 
16375
.choices.is-focused .choices__inner {
17603
.choices.is-focused .choices__inner {
16376
  border-color: #0f6fec;
17604
  border-color: #0f6fec;
Línea -... Línea 17605...
-
 
17605
}
16377
}
17606
 
16378
 
17607
.choices[data-type*=select-one] .choices__list>.choices__list>.choices__item--selectable,
16379
.choices[data-type*=select-one] .choices__list > .choices__list > .choices__item--selectable, .choices[data-type*=select-multiple] .choices__list > .choices__list > .choices__item--selectable {
17608
.choices[data-type*=select-multiple] .choices__list>.choices__list>.choices__item--selectable {
Línea -... Línea 17609...
-
 
17609
  padding-right: 0px;
16380
  padding-right: 0px;
17610
}
16381
}
17611
 
16382
 
17612
.choices[data-type*=select-one] .choices__list>.choices__list>.choices__item--selectable::after,
Línea 16383... Línea 17613...
16383
.choices[data-type*=select-one] .choices__list > .choices__list > .choices__item--selectable::after, .choices[data-type*=select-multiple] .choices__list > .choices__list > .choices__item--selectable::after {
17613
.choices[data-type*=select-multiple] .choices__list>.choices__list>.choices__item--selectable::after {
16384
  display: none;
17614
  display: none;
16385
}
17615
}
16386
 
17616
 
16387
.dropzone {
17617
.dropzone {
16388
  min-height: auto;
17618
  min-height: auto;
16389
  border-radius: 0.4rem;
17619
  border-radius: 0.4rem;
-
 
17620
  position: relative;
16390
  position: relative;
17621
  z-index: 0;
16391
  z-index: 0;
17622
  border: 2px dashed #eef0f2;
16392
  border: 2px dashed #eef0f2;
17623
}
Línea 16393... Línea 17624...
16393
}
17624
 
16394
.dropzone .dz-preview.dz-image-preview {
17625
.dropzone .dz-preview.dz-image-preview {
16395
  background: transparent;
17626
  background: transparent;
-
 
17627
}
16396
}
17628
 
16397
 
17629
.dropzone-custom {
16398
.dropzone-custom {
17630
  position: relative;
16399
  position: relative;
17631
}
16400
}
17632
 
16401
.dropzone-custom .dz-cover-preview {
17633
.dropzone-custom .dz-cover-preview {
16402
  position: absolute;
17634
  position: absolute;
16403
  top: 0;
17635
  top: 0;
-
 
17636
  left: 0;
16404
  left: 0;
17637
  right: 0;
16405
  right: 0;
17638
  bottom: 0;
16406
  bottom: 0;
17639
  margin: 0;
16407
  margin: 0;
17640
}
16408
}
17641
 
16409
.dropzone-custom .dz-cover-preview .dz-cover-preview-wrap {
17642
.dropzone-custom .dz-cover-preview .dz-cover-preview-wrap {
16410
  position: absolute;
17643
  position: absolute;
-
 
17644
  height: 100%;
16411
  height: 100%;
17645
  width: 100%;
16412
  width: 100%;
17646
  border: 0 !important;
16413
  border: 0 !important;
17647
  overflow: hidden;
16414
  overflow: hidden;
17648
}
16415
}
17649
 
-
 
17650
.dropzone-custom .dz-preview {
16416
.dropzone-custom .dz-preview {
17651
  min-height: auto;
16417
  min-height: auto;
17652
  margin: 0;
16418
  margin: 0;
17653
  width: 100%;
16419
  width: 100%;
17654
}
16420
}
17655
 
16421
.dropzone-custom .dz-preview.dz-cover-preview .dz-cover-preview-img {
17656
.dropzone-custom .dz-preview.dz-cover-preview .dz-cover-preview-img {
16422
  width: 100%;
17657
  width: 100%;
-
 
17658
  height: 100%;
16423
  height: 100%;
17659
  -o-object-fit: cover;
16424
  -o-object-fit: cover;
17660
  object-fit: cover;
16425
     object-fit: cover;
17661
  border-radius: 0.375rem;
-
 
17662
}
16426
  border-radius: 0.375rem;
17663
 
16427
}
17664
.dropzone-custom.dropzone-cover .dz-message {
16428
.dropzone-custom.dropzone-cover .dz-message {
17665
  padding: 6rem 2rem;
-
 
17666
}
16429
  padding: 6rem 2rem;
17667
 
16430
}
17668
.dropzone-custom.dropzone-cover.dz-file-processing .dz-message {
16431
.dropzone-custom.dropzone-cover.dz-file-processing .dz-message {
17669
  display: none;
-
 
17670
}
16432
  display: none;
17671
 
16433
}
17672
.dropzone-custom.dropzone-cover.dz-file-processing.dz-file-complete .dz-message {
16434
.dropzone-custom.dropzone-cover.dz-file-processing.dz-file-complete .dz-message {
17673
  display: block;
16435
  display: block;
17674
}
16436
}
17675
 
16437
.dropzone-custom.dropzone-cover.dz-max-files-reached .dz-message {
17676
.dropzone-custom.dropzone-cover.dz-max-files-reached .dz-message {
16438
  background-color: rgba(0, 0, 0, 0.5);
17677
  background-color: rgba(0, 0, 0, 0.5);
16439
  color: #fff;
17678
  color: #fff;
-
 
17679
  opacity: 0;
16440
  opacity: 0;
17680
  -webkit-transition: all 0.2s ease-in-out;
16441
  -webkit-transition: all 0.2s ease-in-out;
17681
  transition: all 0.2s ease-in-out;
16442
  transition: all 0.2s ease-in-out;
17682
  border-color: transparent;
16443
  border-color: transparent;
17683
}
-
 
17684
 
16444
}
17685
.dropzone-custom.dropzone-cover .dz-preview.dz-cover-preview .dz-cover-preview-img {
16445
.dropzone-custom.dropzone-cover .dz-preview.dz-cover-preview .dz-cover-preview-img {
17686
  width: 100%;
16446
  width: 100%;
17687
  height: 100%;
16447
  height: 100%;
17688
}
16448
}
17689
 
-
 
17690
.dropzone-custom .dz-message {
16449
.dropzone-custom .dz-message {
17691
  position: relative;
16450
  position: relative;
17692
  padding: 2rem;
16451
  padding: 2rem;
17693
  margin: 0;
16452
  margin: 0;
17694
}
16453
}
17695
 
Línea 16454... Línea 17696...
16454
.dropzone-custom.dropzone .dz-preview {
17696
.dropzone-custom.dropzone .dz-preview {
-
 
17697
  display: -webkit-inline-box;
16455
  display: -webkit-inline-box;
17698
  display: -ms-inline-flexbox;
16456
  display: -ms-inline-flexbox;
17699
  display: inline-flex;
Línea 16457... Línea 17700...
16457
  display: inline-flex;
17700
}
-
 
17701
 
16458
}
17702
.dropzone-custom.dz-clickable .dz-message,
16459
 
17703
.dropzone.dz-clickable .dz-message * {
Línea 16460... Línea 17704...
16460
.dropzone-custom.dz-clickable .dz-message, .dropzone.dz-clickable .dz-message * {
17704
  cursor: pointer;
16461
  cursor: pointer;
17705
}
16462
}
17706
 
16463
 
17707
.dropzone-custom.dropzone-cover.dz-max-files-reached:focus .dz-message,
Línea 16464... Línea 17708...
16464
.dropzone-custom.dropzone-cover.dz-max-files-reached:focus .dz-message, .dropzone.dropzone-cover.dz-max-files-reached:hover .dz-message {
17708
.dropzone.dropzone-cover.dz-max-files-reached:hover .dz-message {
16465
  opacity: 1;
17709
  opacity: 1;
Línea 16476... Línea 17720...
16476
  width: 360px;
17720
  width: 360px;
16477
  height: 780px;
17721
  height: 780px;
16478
  background-color: #14191e;
17722
  background-color: #14191e;
16479
  border-radius: 40px;
17723
  border-radius: 40px;
16480
  -webkit-box-shadow: 0px 0px 0px 11px #14191e, 0px 0px 0px 13px #14191e, 0px 0px 0px 20px #101418;
17724
  -webkit-box-shadow: 0px 0px 0px 11px #14191e, 0px 0px 0px 13px #14191e, 0px 0px 0px 20px #101418;
16481
          box-shadow: 0px 0px 0px 11px #14191e, 0px 0px 0px 13px #14191e, 0px 0px 0px 20px #101418;
17725
  box-shadow: 0px 0px 0px 11px #14191e, 0px 0px 0px 13px #14191e, 0px 0px 0px 20px #101418;
16482
}
17726
}
-
 
17727
 
-
 
17728
.iphone-x:before,
16483
.iphone-x:before, .iphone-x:after {
17729
.iphone-x:after {
16484
  content: "";
17730
  content: "";
16485
  position: absolute;
17731
  position: absolute;
16486
  left: 50%;
17732
  left: 50%;
16487
  -webkit-transform: translateX(-50%);
17733
  -webkit-transform: translateX(-50%);
16488
          transform: translateX(-50%);
17734
  transform: translateX(-50%);
16489
}
17735
}
-
 
17736
 
16490
.iphone-x:after {
17737
.iphone-x:after {
16491
  bottom: 7px;
17738
  bottom: 7px;
16492
  width: 140px;
17739
  width: 140px;
16493
  height: 4px;
17740
  height: 4px;
16494
  background-color: #eef0f2;
17741
  background-color: #eef0f2;
16495
  border-radius: 10px;
17742
  border-radius: 10px;
16496
}
17743
}
-
 
17744
 
16497
.iphone-x:before {
17745
.iphone-x:before {
16498
  top: 0px;
17746
  top: 0px;
16499
  width: 56%;
17747
  width: 56%;
16500
  height: 30px;
17748
  height: 30px;
16501
  background-color: #14191e;
17749
  background-color: #14191e;
16502
  border-radius: 0px 0px 40px 40px;
17750
  border-radius: 0px 0px 40px 40px;
16503
}
17751
}
-
 
17752
 
16504
.iphone-x i,
17753
.iphone-x i,
16505
.iphone-x b,
17754
.iphone-x b,
16506
.iphone-x s,
17755
.iphone-x s,
16507
.iphone-x span {
17756
.iphone-x span {
16508
  position: absolute;
17757
  position: absolute;
16509
  display: block;
17758
  display: block;
16510
  color: transparent;
17759
  color: transparent;
16511
}
17760
}
-
 
17761
 
16512
.iphone-x i {
17762
.iphone-x i {
16513
  top: 0px;
17763
  top: 0px;
16514
  left: 50%;
17764
  left: 50%;
16515
  -webkit-transform: translate(-50%, 6px);
17765
  -webkit-transform: translate(-50%, 6px);
16516
          transform: translate(-50%, 6px);
17766
  transform: translate(-50%, 6px);
16517
  height: 8px;
17767
  height: 8px;
16518
  width: 15%;
17768
  width: 15%;
16519
  background-color: #000;
17769
  background-color: #000;
16520
  border-radius: 8px;
17770
  border-radius: 8px;
16521
  -webkit-box-shadow: inset 0px -3px 3px 0px rgba(255, 255, 255, 0.2);
17771
  -webkit-box-shadow: inset 0px -3px 3px 0px rgba(255, 255, 255, 0.2);
16522
          box-shadow: inset 0px -3px 3px 0px rgba(255, 255, 255, 0.2);
17772
  box-shadow: inset 0px -3px 3px 0px rgba(255, 255, 255, 0.2);
16523
}
17773
}
-
 
17774
 
16524
.iphone-x b {
17775
.iphone-x b {
16525
  left: 10%;
17776
  left: 10%;
16526
  top: 0px;
17777
  top: 0px;
16527
  -webkit-transform: translate(180px, 4px);
17778
  -webkit-transform: translate(180px, 4px);
16528
          transform: translate(180px, 4px);
17779
  transform: translate(180px, 4px);
16529
  width: 12px;
17780
  width: 12px;
16530
  height: 12px;
17781
  height: 12px;
16531
  background-color: #000;
17782
  background-color: #000;
16532
  border-radius: 12px;
17783
  border-radius: 12px;
16533
  -webkit-box-shadow: inset 0px -3px 2px 0px rgba(255, 255, 255, 0.2);
17784
  -webkit-box-shadow: inset 0px -3px 2px 0px rgba(255, 255, 255, 0.2);
16534
          box-shadow: inset 0px -3px 2px 0px rgba(255, 255, 255, 0.2);
17785
  box-shadow: inset 0px -3px 2px 0px rgba(255, 255, 255, 0.2);
16535
}
17786
}
-
 
17787
 
16536
.iphone-x b:after {
17788
.iphone-x b:after {
16537
  content: "";
17789
  content: "";
16538
  position: absolute;
17790
  position: absolute;
16539
  background-color: rgba(15, 111, 236, 0.5);
17791
  background-color: rgba(15, 111, 236, 0.5);
16540
  width: 6px;
17792
  width: 6px;
Línea 16544... Línea 17796...
16544
  top: 3px;
17796
  top: 3px;
16545
  left: 3px;
17797
  left: 3px;
16546
  display: block;
17798
  display: block;
16547
  border-radius: 4px;
17799
  border-radius: 4px;
16548
  -webkit-box-shadow: inset 0px -2px 2px rgba(0, 0, 0, 0.5);
17800
  -webkit-box-shadow: inset 0px -2px 2px rgba(0, 0, 0, 0.5);
16549
          box-shadow: inset 0px -2px 2px rgba(0, 0, 0, 0.5);
17801
  box-shadow: inset 0px -2px 2px rgba(0, 0, 0, 0.5);
16550
}
17802
}
-
 
17803
 
16551
.iphone-x s {
17804
.iphone-x s {
16552
  top: 50px;
17805
  top: 50px;
16553
  text-align: center;
17806
  text-align: center;
16554
  text-decoration: none;
17807
  text-decoration: none;
16555
  width: 100%;
17808
  width: 100%;
16556
  font-size: 70px;
17809
  font-size: 70px;
16557
  font-weight: 100;
17810
  font-weight: 100;
16558
  padding-top: 60px;
17811
  padding-top: 60px;
16559
}
17812
}
-
 
17813
 
16560
.iphone-x span {
17814
.iphone-x span {
16561
  bottom: 50px;
17815
  bottom: 50px;
16562
  width: 40px;
17816
  width: 40px;
16563
  height: 40px;
17817
  height: 40px;
16564
  background-color: rgba(0, 0, 0, 0.3);
17818
  background-color: rgba(0, 0, 0, 0.3);
16565
  border-radius: 50%;
17819
  border-radius: 50%;
16566
  left: 30px;
17820
  left: 30px;
16567
}
17821
}
-
 
17822
 
16568
.iphone-x span + span {
17823
.iphone-x span+span {
16569
  left: auto;
17824
  left: auto;
16570
  right: 30px;
17825
  right: 30px;
16571
}
17826
}
Línea 16572... Línea 17827...
16572
 
17827
 
Línea 16579... Línea 17834...
16579
.iphone-x.iphone-x-half {
17834
.iphone-x.iphone-x-half {
16580
  height: 300px;
17835
  height: 300px;
16581
}
17836
}
Línea 16582... Línea 17837...
16582
 
17837
 
-
 
17838
@media (max-width: 575.98px) {
-
 
17839
 
16583
@media (max-width: 575.98px) {
17840
  .iphone-x,
16584
  .iphone-x, .iphone-x.iphone-x-small {
17841
  .iphone-x.iphone-x-small {
16585
    width: 260px;
17842
    width: 260px;
16586
    height: 540px;
17843
    height: 540px;
16587
    background-size: 100%;
17844
    background-size: 100%;
Línea 16588... Línea 17845...
16588
  }
17845
  }
16589
 
17846
 
16590
  .iphone-x.iphone-x-half {
17847
  .iphone-x.iphone-x-half {
16591
    width: 240px;
17848
    width: 240px;
16592
    height: 280px;
17849
    height: 280px;
-
 
17850
    background-size: 100%;
16593
    background-size: 100%;
17851
  }
16594
  }
17852
 
16595
  .iphone-x b {
17853
  .iphone-x b {
16596
    left: -6%;
17854
    left: -6%;
-
 
17855
  }
16597
  }
17856
}
16598
}
17857
 
16599
.mac_container {
17858
.mac_container {
16600
  width: 100%;
17859
  width: 100%;
Línea 16625... Línea 17884...
16625
  border-top-left-radius: 2% 3%;
17884
  border-top-left-radius: 2% 3%;
16626
  border-top-right-radius: 2% 3%;
17885
  border-top-right-radius: 2% 3%;
16627
  border-bottom-left-radius: 5% 3%;
17886
  border-bottom-left-radius: 5% 3%;
16628
  border-bottom-right-radius: 5% 3%;
17887
  border-bottom-right-radius: 5% 3%;
16629
  -webkit-box-sizing: border-box;
17888
  -webkit-box-sizing: border-box;
16630
          box-sizing: border-box;
17889
  box-sizing: border-box;
16631
  padding: 3%;
17890
  padding: 3%;
16632
  position: relative;
17891
  position: relative;
16633
  overflow: hidden;
17892
  overflow: hidden;
16634
  border: 1px solid #eef0f2;
17893
  border: 1px solid #eef0f2;
16635
}
17894
}
-
 
17895
 
16636
.mac_screen:before {
17896
.mac_screen:before {
16637
  content: "";
17897
  content: "";
16638
  position: absolute;
17898
  position: absolute;
16639
  right: 0.3%;
17899
  right: 0.3%;
16640
  top: 0.5%;
17900
  top: 0.5%;
Línea 16643... Línea 17903...
16643
  border: 1px solid #14191e;
17903
  border: 1px solid #14191e;
16644
  border-bottom: none;
17904
  border-bottom: none;
16645
  border-left: none;
17905
  border-left: none;
16646
  border-top-right-radius: 4.5% 7%;
17906
  border-top-right-radius: 4.5% 7%;
16647
}
17907
}
-
 
17908
 
16648
.mac_screen:after {
17909
.mac_screen:after {
16649
  content: "";
17910
  content: "";
16650
  position: absolute;
17911
  position: absolute;
16651
  right: -25%;
17912
  right: -25%;
16652
  top: -25%;
17913
  top: -25%;
Línea 16654... Línea 17915...
16654
  height: 150%;
17915
  height: 150%;
16655
  background: rgba(238, 240, 242, 0.2);
17916
  background: rgba(238, 240, 242, 0.2);
16656
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.2)), color-stop(40%, rgba(238, 240, 242, 0)));
17917
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.2)), color-stop(40%, rgba(238, 240, 242, 0)));
16657
  background: linear-gradient(rgba(255, 255, 255, 0.2), rgba(238, 240, 242, 0) 40%);
17918
  background: linear-gradient(rgba(255, 255, 255, 0.2), rgba(238, 240, 242, 0) 40%);
16658
  -webkit-transform: rotate(-30deg);
17919
  -webkit-transform: rotate(-30deg);
16659
          transform: rotate(-30deg);
17920
  transform: rotate(-30deg);
16660
}
17921
}
Línea 16661... Línea 17922...
16661
 
17922
 
16662
.mac_camera {
17923
.mac_camera {
16663
  background: #333;
17924
  background: #333;
Línea 16666... Línea 17927...
16666
  height: 1.5%;
17927
  height: 1.5%;
16667
  position: absolute;
17928
  position: absolute;
16668
  left: 49.5%;
17929
  left: 49.5%;
16669
  top: 2%;
17930
  top: 2%;
16670
}
17931
}
-
 
17932
 
16671
.mac_camera:after {
17933
.mac_camera:after {
16672
  content: "";
17934
  content: "";
16673
  position: absolute;
17935
  position: absolute;
16674
  left: 35%;
17936
  left: 35%;
16675
  top: 40%;
17937
  top: 40%;
Línea 16705... Línea 17967...
16705
  right: 1%;
17967
  right: 1%;
16706
  bottom: 11%;
17968
  bottom: 11%;
16707
  width: 98%;
17969
  width: 98%;
16708
  height: 0%;
17970
  height: 0%;
16709
  -webkit-box-shadow: 1px 0px 8px 1px #333;
17971
  -webkit-box-shadow: 1px 0px 8px 1px #333;
16710
          box-shadow: 1px 0px 8px 1px #333;
17972
  box-shadow: 1px 0px 8px 1px #333;
16711
}
17973
}
Línea 16712... Línea 17974...
16712
 
17974
 
16713
.mac_thumb_space {
17975
.mac_thumb_space {
16714
  background: #bbb;
17976
  background: #bbb;
Línea 16728... Línea 17990...
16728
 
17990
 
16729
.flatpickr-calendar {
17991
.flatpickr-calendar {
16730
  background: #fff;
17992
  background: #fff;
16731
  border-color: #fff;
17993
  border-color: #fff;
16732
  -webkit-box-shadow: 0px 0px 20px rgba(93, 83, 84, 0.15);
17994
  -webkit-box-shadow: 0px 0px 20px rgba(93, 83, 84, 0.15);
16733
          box-shadow: 0px 0px 20px rgba(93, 83, 84, 0.15);
17995
  box-shadow: 0px 0px 20px rgba(93, 83, 84, 0.15);
Línea -... Línea 17996...
-
 
17996
}
16734
}
17997
 
16735
 
17998
.flatpickr-current-month .flatpickr-monthDropdown-months,
16736
.flatpickr-current-month .flatpickr-monthDropdown-months, .flatpickr-current-month .flatpickr-monthDropdown-months .flatpickr-monthDropdown-month {
17999
.flatpickr-current-month .flatpickr-monthDropdown-months .flatpickr-monthDropdown-month {
16737
  background: #fff;
18000
  background: #fff;
Línea -... Línea 18001...
-
 
18001
  border-color: rgba(0, 0, 0, 0.1);
16738
  border-color: rgba(0, 0, 0, 0.1);
18002
}
16739
}
18003
 
16740
 
18004
.flatpickr-calendar.arrowBottom:before,
Línea -... Línea 18005...
-
 
18005
.flatpickr-calendar.arrowBottom:after {
-
 
18006
  border-top-color: #fff;
16741
.flatpickr-calendar.arrowBottom:before, .flatpickr-calendar.arrowBottom:after {
18007
}
16742
  border-top-color: #fff;
18008
 
16743
}
18009
.flatpickr-calendar.arrowTop:before,
Línea 16744... Línea 18010...
16744
 
18010
.flatpickr-calendar.arrowTop:after,
16745
.flatpickr-calendar.arrowTop:before, .flatpickr-calendar.arrowTop:after, .flatpickr-current-month .numInputWrapper span.arrowUp:after {
18011
.flatpickr-current-month .numInputWrapper span.arrowUp:after {
Línea 16756... Línea 18022...
16756
 
18022
 
16757
.flatpickr-months {
18023
.flatpickr-months {
16758
  position: relative;
18024
  position: relative;
Línea -... Línea 18025...
-
 
18025
}
16759
}
18026
 
16760
 
18027
.flatpickr-months .flatpickr-prev-month,
16761
.flatpickr-months .flatpickr-prev-month, .flatpickr-months .flatpickr-next-month {
18028
.flatpickr-months .flatpickr-next-month {
16762
  border-radius: 0.4rem;
18029
  border-radius: 0.4rem;
16763
  margin: 3px;
18030
  margin: 3px;
16764
  width: 30px;
18031
  width: 30px;
16765
  height: 30px;
18032
  height: 30px;
16766
  line-height: 30px;
18033
  line-height: 30px;
16767
  text-align: center;
18034
  text-align: center;
16768
  padding: 0;
18035
  padding: 0;
16769
  -webkit-transition: all 0.3s ease-in-out;
18036
  -webkit-transition: all 0.3s ease-in-out;
-
 
18037
  transition: all 0.3s ease-in-out;
-
 
18038
}
16770
  transition: all 0.3s ease-in-out;
18039
 
16771
}
18040
.flatpickr-months .flatpickr-prev-month svg,
16772
.flatpickr-months .flatpickr-prev-month svg, .flatpickr-months .flatpickr-next-month svg {
18041
.flatpickr-months .flatpickr-next-month svg {
16773
  height: 12px;
18042
  height: 12px;
-
 
18043
  width: 12px;
-
 
18044
}
16774
  width: 12px;
18045
 
16775
}
18046
.flatpickr-months .flatpickr-prev-month:hover,
16776
.flatpickr-months .flatpickr-prev-month:hover, .flatpickr-months .flatpickr-next-month:hover {
18047
.flatpickr-months .flatpickr-next-month:hover {
-
 
18048
  background: rgba(15, 111, 236, 0.1);
-
 
18049
}
16777
  background: rgba(15, 111, 236, 0.1);
18050
 
16778
}
18051
.flatpickr-months .flatpickr-prev-month:hover svg,
16779
.flatpickr-months .flatpickr-prev-month:hover svg, .flatpickr-months .flatpickr-next-month:hover svg {
18052
.flatpickr-months .flatpickr-next-month:hover svg {
Línea -... Línea 18053...
-
 
18053
  fill: #0f6fec;
-
 
18054
}
16780
  fill: #0f6fec;
18055
 
16781
}
18056
.flatpickr-day,
16782
 
18057
span.flatpickr-weekday,
Línea -... Línea 18058...
-
 
18058
.flatpickr-months .flatpickr-month {
-
 
18059
  color: #14191e;
-
 
18060
}
-
 
18061
 
-
 
18062
.flatpickr-day.flatpickr-disabled,
-
 
18063
.flatpickr-day.flatpickr-disabled:hover,
16783
.flatpickr-day, span.flatpickr-weekday, .flatpickr-months .flatpickr-month {
18064
.flatpickr-day.prevMonthDay,
16784
  color: #14191e;
18065
.flatpickr-day.nextMonthDay,
16785
}
18066
.flatpickr-day.notAllowed,
Línea -... Línea 18067...
-
 
18067
.flatpickr-day.notAllowed.prevMonthDay,
16786
 
18068
.flatpickr-day.notAllowed.nextMonthDay {
16787
.flatpickr-day.flatpickr-disabled, .flatpickr-day.flatpickr-disabled:hover, .flatpickr-day.prevMonthDay, .flatpickr-day.nextMonthDay, .flatpickr-day.notAllowed, .flatpickr-day.notAllowed.prevMonthDay, .flatpickr-day.notAllowed.nextMonthDay {
18069
  color: rgba(20, 25, 30, 0.3);
16788
  color: rgba(20, 25, 30, 0.3);
18070
}
Línea -... Línea 18071...
-
 
18071
 
-
 
18072
.flatpickr-months .flatpickr-prev-month,
16789
}
18073
.flatpickr-months .flatpickr-next-month {
16790
 
18074
  fill: #14191e;
16791
.flatpickr-months .flatpickr-prev-month, .flatpickr-months .flatpickr-next-month {
18075
}
16792
  fill: #14191e;
18076
 
16793
}
18077
.flatpickr-day.today,
Línea -... Línea 18078...
-
 
18078
.flatpickr-day.today:hover,
-
 
18079
.flatpickr-day.today:focus {
-
 
18080
  background: rgba(15, 111, 236, 0.1);
-
 
18081
  color: #0f6fec;
-
 
18082
  border-color: rgba(15, 111, 236, 0.1);
-
 
18083
}
-
 
18084
 
-
 
18085
.flatpickr-day.selected,
-
 
18086
.flatpickr-day.startRange,
-
 
18087
.flatpickr-day.endRange,
-
 
18088
.flatpickr-day.selected.inRange,
-
 
18089
.flatpickr-day.startRange.inRange,
-
 
18090
.flatpickr-day.endRange.inRange,
-
 
18091
.flatpickr-day.selected:focus,
-
 
18092
.flatpickr-day.startRange:focus,
-
 
18093
.flatpickr-day.endRange:focus,
-
 
18094
.flatpickr-day.selected:hover,
16794
 
18095
.flatpickr-day.startRange:hover,
16795
.flatpickr-day.today, .flatpickr-day.today:hover, .flatpickr-day.today:focus {
18096
.flatpickr-day.endRange:hover,
16796
  background: rgba(15, 111, 236, 0.1);
18097
.flatpickr-day.selected.prevMonthDay,
16797
  color: #0f6fec;
18098
.flatpickr-day.startRange.prevMonthDay,
16798
  border-color: rgba(15, 111, 236, 0.1);
18099
.flatpickr-day.endRange.prevMonthDay,
Línea -... Línea 18100...
-
 
18100
.flatpickr-day.selected.nextMonthDay,
-
 
18101
.flatpickr-day.startRange.nextMonthDay,
-
 
18102
.flatpickr-day.endRange.nextMonthDay {
-
 
18103
  background: #0f6fec;
-
 
18104
  color: #fff;
-
 
18105
  border-color: #0f6fec;
-
 
18106
}
-
 
18107
 
16799
}
18108
.flatpickr-day.inRange,
16800
 
18109
.flatpickr-day.prevMonthDay.inRange,
16801
.flatpickr-day.selected, .flatpickr-day.startRange, .flatpickr-day.endRange, .flatpickr-day.selected.inRange, .flatpickr-day.startRange.inRange, .flatpickr-day.endRange.inRange, .flatpickr-day.selected:focus, .flatpickr-day.startRange:focus, .flatpickr-day.endRange:focus, .flatpickr-day.selected:hover, .flatpickr-day.startRange:hover, .flatpickr-day.endRange:hover, .flatpickr-day.selected.prevMonthDay, .flatpickr-day.startRange.prevMonthDay, .flatpickr-day.endRange.prevMonthDay, .flatpickr-day.selected.nextMonthDay, .flatpickr-day.startRange.nextMonthDay, .flatpickr-day.endRange.nextMonthDay {
18110
.flatpickr-day.nextMonthDay.inRange,
16802
  background: #0f6fec;
18111
.flatpickr-day:hover,
16803
  color: #fff;
18112
.flatpickr-day.prevMonthDay:hover,
Línea -... Línea 18113...
-
 
18113
.flatpickr-day.nextMonthDay:hover,
-
 
18114
.flatpickr-day:focus,
16804
  border-color: #0f6fec;
18115
.flatpickr-day.prevMonthDay:focus,
16805
}
18116
.flatpickr-day.nextMonthDay:focus {
16806
 
18117
  background: #eef0f2;
16807
.flatpickr-day.inRange, .flatpickr-day.prevMonthDay.inRange, .flatpickr-day.nextMonthDay.inRange, .flatpickr-day:hover, .flatpickr-day.prevMonthDay:hover, .flatpickr-day.nextMonthDay:hover, .flatpickr-day:focus, .flatpickr-day.prevMonthDay:focus, .flatpickr-day.nextMonthDay:focus {
18118
  border-color: #eef0f2;
16808
  background: #eef0f2;
18119
  color: #14191e;
Línea 16809... Línea 18120...
16809
  border-color: #eef0f2;
18120
}
16810
  color: #14191e;
18121
 
16811
}
18122
.flatpickr-day.today.inRange,
16812
 
18123
.flatpickr-day.prevMonthDay.today.inRange,
Línea -... Línea 18124...
-
 
18124
.flatpickr-day.nextMonthDay.today.inRange {
16813
.flatpickr-day.today.inRange, .flatpickr-day.prevMonthDay.today.inRange, .flatpickr-day.nextMonthDay.today.inRange {
18125
  background: rgba(15, 111, 236, 0.1);
-
 
18126
  color: #0f6fec;
16814
  background: rgba(15, 111, 236, 0.1);
18127
  border-color: rgba(15, 111, 236, 0.1);
16815
  color: #0f6fec;
18128
}
16816
  border-color: rgba(15, 111, 236, 0.1);
18129
 
Línea -... Línea 18130...
-
 
18130
.flatpickr-day.inRange {
16817
}
18131
  -webkit-box-shadow: -5px 0 0 #eef0f2, 5px 0 0 #eef0f2;
16818
 
18132
  box-shadow: -5px 0 0 #eef0f2, 5px 0 0 #eef0f2;
16819
.flatpickr-day.inRange {
18133
}
Línea -... Línea 18134...
-
 
18134
 
-
 
18135
.flatpickr-day.selected.startRange+.endRange:not(:nth-child(7n+1)),
-
 
18136
.flatpickr-day.startRange.startRange+.endRange:not(:nth-child(7n+1)),
16820
  -webkit-box-shadow: -5px 0 0 #eef0f2, 5px 0 0 #eef0f2;
18137
.flatpickr-day.endRange.startRange+.endRange:not(:nth-child(7n+1)) {
16821
          box-shadow: -5px 0 0 #eef0f2, 5px 0 0 #eef0f2;
18138
  -webkit-box-shadow: -10px 0 0 #0f6fec;
16822
}
18139
  box-shadow: -10px 0 0 #0f6fec;
Línea 16823... Línea 18140...
16823
 
18140
}
16824
.flatpickr-day.selected.startRange + .endRange:not(:nth-child(7n+1)), .flatpickr-day.startRange.startRange + .endRange:not(:nth-child(7n+1)), .flatpickr-day.endRange.startRange + .endRange:not(:nth-child(7n+1)) {
18141
 
Línea 16843... Línea 18160...
16843
  padding: 9.48px 0 0 0;
18160
  padding: 9.48px 0 0 0;
16844
  border-radius: 0.4rem;
18161
  border-radius: 0.4rem;
16845
}
18162
}
Línea 16846... Línea 18163...
16846
 
18163
 
-
 
18164
@media (max-width: 575.98px) {
16847
@media (max-width: 575.98px) {
18165
 
-
 
18166
  .flatpickr-calendar,
-
 
18167
  .flatpickr-days,
16848
  .flatpickr-calendar, .flatpickr-days, .dayContainer {
18168
  .dayContainer {
16849
    width: 100%;
18169
    width: 100%;
16850
    min-width: 100%;
18170
    min-width: 100%;
16851
    max-width: 100%;
18171
    max-width: 100%;
16852
  }
18172
  }
-
 
18173
}
16853
}
18174
 
16854
/*User CSS*/
18175
/*User CSS*/
16855
/*# sourceMappingURL=style.css.map */
18176
/*# sourceMappingURL=style.css.map */