ar-poncho 2.1.65 → 2.1.67

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -333,7 +333,7 @@ html {
333
333
  }
334
334
 
335
335
  .poncho-map {
336
- --pm-slider-width: 326px;
336
+ --pm-slider-width: 330px;
337
337
  --pm-tools-width: 300px;
338
338
  --pm-color-primary: var(--primary, #0072bb);
339
339
  --pm-map-background:white;
@@ -341,14 +341,16 @@ html {
341
341
  --pm-content-padding: 15px;
342
342
  --pm-hover-background: #ddd;
343
343
  --pm-hover-color: var(--pm-color-base);
344
+ --pm-link: var(--arg-enlace, #0767A7);
344
345
  --pm-active-color: white;
345
346
  --pm-active-background: var(--pm-color-primary);
347
+ --pm-active-visited-color: var(--arg-uva, blueviolet);
346
348
  --pm-slider-background: rgba(255, 255, 255, 1);
347
349
  --pm-slider-border-color: #ddd;
348
350
  --pm-slider-border-width: 1px;
349
351
  --pm-slider-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
350
352
  --pm-slider-distance: 10px;
351
- --pm-slider-radius: 16px;
353
+ --pm-slider-radius: 22px;
352
354
  --pm-slider-media-mobile-height: 100%;
353
355
  --pm-tooltip: #333;
354
356
  --pm-tooltip-color: white;
@@ -390,46 +392,51 @@ html {
390
392
  }
391
393
  /* Mensajes de error y warning */
392
394
  .poncho-map--message {
393
- padding: 0.25em 0.75em;
394
- border-radius: 8px;
395
+ padding: 15px;
396
+ font-size: smaller;
397
+ -webkit-border-radius: 3px;
398
+ -moz-border-radius: 3px;
399
+ border-radius: 3px;
400
+ border-left: 6px solid #444;
395
401
  margin: 1em 0;
396
- box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
397
- color: black;
402
+ color: #444;
403
+ background-color: #f4f4f0;
398
404
  }
399
- .poncho-map--message__icon {
400
- color: var(--gray-lighter);
401
- line-height: 1;
402
- font-size: 4rem;
403
- display: block;
404
- text-align: center;
405
- padding: 1rem;
406
- opacity: 0.5;
405
+ .poncho-map--message code {
406
+ background-color: rgba(0, 0, 0, 0.1);
407
+ color: #9A144A;
407
408
  }
408
409
  .poncho-map--message.danger {
409
- padding: 1rem;
410
- background: var(--default, gray);
411
- color: var(--white, white);
412
- }
413
- .poncho-map--message.danger .title {
414
- color: white !important;
415
- }
416
- .poncho-map--message.danger pre {
417
- color: rgba(255, 255, 255, 0.9);
410
+ border-left-color: var(--arg-rojo-700, #C62828);
418
411
  }
419
412
  .poncho-map--message.warning {
420
- background: var(--maiz, gold);
413
+ border-left-color: var(--arg-naranja-200, #F9B640);
421
414
  color: rgba(0, 0, 0, 0.8);
422
415
  }
423
- .poncho-map--message.warning .title {
424
- color: rgba(0, 0, 0, 0.8) !important;
425
- }
426
- .poncho-map--message.warning pre {
427
- color: black;
416
+ .poncho-map--message .console-message-container {
417
+ margin-top: 1.5em;
418
+ padding: 0 10px;
419
+ border: 1px solid #ddd;
420
+ border-radius: 6px;
428
421
  }
429
- .poncho-map--message pre {
430
- background: rgba(0, 0, 0, 0.1);
422
+ .poncho-map--message .console-message-container details {
431
423
  border: none;
432
424
  }
425
+ .poncho-map--message .console {
426
+ background: #444;
427
+ overflow: clip;
428
+ border-radius: 4px;
429
+ padding: 10px;
430
+ margin-bottom: 10px;
431
+ }
432
+ .poncho-map--message .console > code {
433
+ display: block;
434
+ overflow: auto;
435
+ text-wrap: wrap;
436
+ font-size: small;
437
+ background: transparent;
438
+ color: #ffce1c;
439
+ }
433
440
 
434
441
  .poncho-map {
435
442
  /* loader */
@@ -461,6 +468,8 @@ html {
461
468
  height: var(--pm-loader-spinner-size);
462
469
  border: var(--pm-loader-spinner-weight) solid var(--pm-loader-spinner-background);
463
470
  border-bottom-color: var(--pm-loader-spinner-color);
471
+ -webkit-border-radius: 50%;
472
+ -moz-border-radius: 50%;
464
473
  border-radius: 50%;
465
474
  display: inline-block;
466
475
  box-sizing: border-box;
@@ -487,6 +496,8 @@ html {
487
496
  }
488
497
  .poncho-map *:focus,
489
498
  .poncho-map .focus-element:focus {
499
+ -webkit-border-radius: 3px;
500
+ -moz-border-radius: 3px;
490
501
  border-radius: 3px;
491
502
  box-sizing: border-box;
492
503
  box-shadow: 0 0 8px var(--cielo, #039be5) !important;
@@ -499,9 +510,14 @@ html {
499
510
  box-shadow: var(--pm-slider-shadow);
500
511
  background-color: var(--pm-slider-background);
501
512
  color: var(--pm-color-base);
513
+ -webkit-border-radius: var(--pm-slider-radius);
514
+ -moz-border-radius: var(--pm-slider-radius);
502
515
  border-radius: var(--pm-slider-radius);
503
516
  transform-style: preserve-3d;
504
517
  border: var(--pm-slider-border-width) solid var(--pm-slider-border-color);
518
+ padding: 0;
519
+ margin: unset;
520
+ inset-inline-start: unset;
505
521
  }
506
522
  .poncho-map .pm-container article {
507
523
  border: none;
@@ -556,6 +572,8 @@ html {
556
572
  color: var(--pm-color-base);
557
573
  margin-bottom: 2px;
558
574
  padding: calc(var(--pm-slider-distance) / 3 * 2) var(--pm-slider-distance);
575
+ -webkit-border-radius: calc(var(--pm-slider-radius) - var(--pm-slider-distance));
576
+ -moz-border-radius: calc(var(--pm-slider-radius) - var(--pm-slider-distance));
559
577
  border-radius: calc(var(--pm-slider-radius) - var(--pm-slider-distance));
560
578
  transition: background 0.15s;
561
579
  text-decoration: none;
@@ -616,7 +634,7 @@ html {
616
634
  -moz-transform: translateZ(-1px) rotate(180.1deg); /*Fix en el rotate*/
617
635
  }
618
636
 
619
- .poncho-map .slider {
637
+ .poncho-map .pm-slider {
620
638
  z-index: 1000;
621
639
  position: absolute;
622
640
  top: var(--pm-slider-distance);
@@ -624,22 +642,22 @@ html {
624
642
  width: var(--pm-slider-width);
625
643
  height: calc(100% - var(--pm-slider-distance) - var(--pm-slider-distance));
626
644
  }
627
- .poncho-map .slider.slider--in {
645
+ .poncho-map .pm-slider.pm-slider--in {
628
646
  right: var(--pm-slider-distance);
629
647
  animation-duration: 0.3s;
630
648
  animation-name: pm-slidein;
631
649
  }
632
- .poncho-map .slider img {
650
+ .poncho-map .pm-slider img {
633
651
  max-width: 100%;
634
652
  }
635
- .poncho-map .slider .pm-content-container {
653
+ .poncho-map .pm-slider .pm-content-container {
636
654
  height: 100%;
637
655
  padding-right: var(--pm-content-padding);
638
656
  padding-left: var(--pm-content-padding);
639
- padding-top: calc(var(--pm-content-padding) * 3);
657
+ padding-top: calc(var(--pm-content-padding) * 3 + 5px);
640
658
  padding-bottom: calc(var(--pm-content-padding) * 2);
641
659
  }
642
- .poncho-map .slider .pm-content {
660
+ .poncho-map .pm-slider .pm-content {
643
661
  inline-size: min-content;
644
662
  color: var(--pm-color-base);
645
663
  background-color: transparent;
@@ -650,10 +668,10 @@ html {
650
668
  box-shadow: 0 -10px 20px var(--pm-slider-background) inset;
651
669
  word-break: break-word;
652
670
  }
653
- .poncho-map .slider .pm-content:has(.pm-open-map) {
671
+ .poncho-map .pm-slider .pm-content:has(.pm-open-map) {
654
672
  height: calc(100% - 20px);
655
673
  }
656
- .poncho-map .slider .pm-content:after {
674
+ .poncho-map .pm-slider .pm-content:after {
657
675
  content: "";
658
676
  background: var(--pm-slider-background);
659
677
  background: -moz-linear-gradient(0deg, var(--pm-slider-background) 30%, rgba(255, 255, 255, 0) 100%);
@@ -685,7 +703,7 @@ html {
685
703
  width: var(--pm-tools-width);
686
704
  padding-right: var(--pm-content-padding);
687
705
  padding-left: var(--pm-content-padding);
688
- padding-top: calc(var(--pm-content-padding) * 2);
706
+ padding-top: calc(var(--pm-content-padding) * 3);
689
707
  padding-bottom: var(--pm-content-padding);
690
708
  box-shadow: var(--pm-slider-shadow);
691
709
  color: var(--pm-color-base);
@@ -697,7 +715,7 @@ html {
697
715
  min-height: 40px;
698
716
  max-height: calc(100% - 110px);
699
717
  overflow: auto;
700
- width: calc(100% - 30px);
718
+ width: calc(100% - 15px);
701
719
  }
702
720
  .poncho-map .filter-container .poncho-map-filters legend {
703
721
  color: var(--pm-color-primary);
@@ -707,6 +725,13 @@ html {
707
725
  .poncho-map .filter-container .poncho-map-filters fieldset {
708
726
  border: none;
709
727
  }
728
+ .poncho-map .filter-container .poncho-map-filters label {
729
+ font-weight: 400;
730
+ }
731
+ .poncho-map .filter-container .poncho-map-filters input[type=checkbox],
732
+ .poncho-map .filter-container .poncho-map-filters input[type=radio] {
733
+ accent-color: var(--pm-link) !important;
734
+ }
710
735
  .poncho-map .filter-container .poncho-map-filters .form-check {
711
736
  display: flex;
712
737
  align-items: baseline;
@@ -720,24 +745,47 @@ html {
720
745
  Botones menú filter
721
746
  */
722
747
  }
723
- .poncho-map .btn-close {
748
+ .poncho-map .pm-btn-close {
749
+ -webkit-border-radius: 50%;
750
+ -moz-border-radius: 50%;
724
751
  border-radius: 50%;
725
752
  aspect-ratio: 1/1;
726
753
  position: absolute;
727
754
  background-image: none;
728
755
  width: auto;
729
756
  height: auto;
730
- top: 0.75rem;
731
- right: 0.75rem;
732
- background-color: transparent;
757
+ top: var(--pm-slider-distance);
758
+ right: var(--pm-slider-distance);
759
+ background-color: rgba(0, 0, 0, 0.1);
733
760
  color: var(--pm-color-base);
734
761
  }
735
762
  .poncho-map .pm-btn-rounded-circle {
736
763
  aspect-ratio: 1/1;
737
764
  width: 40px;
738
765
  height: 40px;
766
+ -webkit-border-radius: 50%;
767
+ -moz-border-radius: 50%;
739
768
  border-radius: 50%;
740
769
  }
770
+ .poncho-map .pm-btn-xs {
771
+ font-size: 14px;
772
+ padding: 1px 5px;
773
+ }
774
+ .poncho-map .btn {
775
+ font-size: 16px;
776
+ font-weight: 600;
777
+ margin-bottom: 10px;
778
+ text-transform: inherit;
779
+ vertical-align: top;
780
+ white-space: normal;
781
+ word-break: initial;
782
+ text-decoration: none;
783
+ letter-spacing: inherit;
784
+ -webkit-border-radius: 30px;
785
+ -moz-border-radius: 30px;
786
+ border-radius: 30px;
787
+ line-height: 1.42857143;
788
+ }
741
789
  .poncho-map .pm-btn {
742
790
  background: var(--pm-slider-background, white);
743
791
  box-shadow: var(--pm-slider-shadow);
@@ -749,6 +797,8 @@ html {
749
797
  text-align: center;
750
798
  }
751
799
  .poncho-map .pm-btn:focus {
800
+ -webkit-border-radius: 50%;
801
+ -moz-border-radius: 50%;
752
802
  border-radius: 50%;
753
803
  }
754
804
  .poncho-map .pm-btn:hover {
@@ -760,19 +810,20 @@ html {
760
810
  }
761
811
  .poncho-map .select-items__button {
762
812
  font-size: 0.75rem;
813
+ -webkit-border-radius: 9px;
814
+ -moz-border-radius: 9px;
763
815
  border-radius: 9px;
764
816
  padding: 1px 0.75em;
765
817
  margin: 0 2px;
766
818
  background-color: var(--pm-active-background);
767
819
  color: var(--pm-active-color);
768
820
  transition: 0.15s;
769
- border: var(--pm-slider-border-width) solid var(--pm-slider-border-color);
821
+ border: none;
770
822
  }
771
823
  .poncho-map .select-items__button:hover {
772
824
  background-color: var(--pm-hover-background);
773
825
  color: var(--pm-hover-color);
774
826
  transition: 0.15s;
775
- box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
776
827
  }
777
828
  .poncho-map .select-items__button:first-of-type {
778
829
  margin-left: 0;
@@ -847,7 +898,7 @@ html {
847
898
  padding-bottom: calc(var(--pm-slider-distance) * 3) !important;
848
899
  }
849
900
 
850
- .poncho-map .pm-visually-hidden {
901
+ .pm-visually-hidden {
851
902
  width: 1px !important;
852
903
  height: 1px !important;
853
904
  padding: 0 !important;
@@ -857,7 +908,7 @@ html {
857
908
  white-space: nowrap !important;
858
909
  border: 0 !important;
859
910
  }
860
- .poncho-map .pm-visually-hidden:not(caption) {
911
+ .pm-visually-hidden:not(caption) {
861
912
  position: absolute !important;
862
913
  }
863
914
 
@@ -870,6 +921,8 @@ html {
870
921
  border: 2.5px solid #eaeaea;
871
922
  background: #111;
872
923
  padding: var(--pm-slider-distance);
924
+ -webkit-border-radius: var(--pm-slider-radius);
925
+ -moz-border-radius: var(--pm-slider-radius);
873
926
  border-radius: var(--pm-slider-radius);
874
927
  box-shadow: var(--pm-slider-shadow);
875
928
  }
@@ -970,7 +1023,9 @@ html {
970
1023
  border: none;
971
1024
  }
972
1025
  .poncho-map .leaflet-control-zoom.leaflet-bar {
973
- border-radius: 20px;
1026
+ -webkit-border-radius: 12px;
1027
+ -moz-border-radius: 12px;
1028
+ border-radius: 12px;
974
1029
  overflow: hidden;
975
1030
  box-shadow: var(--pm-slider-shadow);
976
1031
  border: var(--pm-slider-border-width) solid var(--pm-slider-border-color);
@@ -1014,8 +1069,8 @@ html {
1014
1069
  border-color: var(--pm-slider-border-color);
1015
1070
  }
1016
1071
  .poncho-map .leaflet-container a.leaflet-popup-close-button.leaflet-popup-close-button {
1017
- top: 5px;
1018
- right: 5px;
1072
+ top: 10px;
1073
+ right: 10px;
1019
1074
  color: var(--pm-color-base);
1020
1075
  }
1021
1076
 
@@ -1023,16 +1078,18 @@ html {
1023
1078
  * smartphones, iPhone, portrait 480x320 phones
1024
1079
  */
1025
1080
  @media (max-width: 575.98px) {
1026
- .poncho-map:has(.slider:is(.slider--in)) {
1081
+ .poncho-map:has(.pm-slider:is(.pm-slider--in)) {
1027
1082
  position: relative;
1083
+ -webkit-border-radius: calc(var(--pm-slider-radius) + var(--pm-slider-distance));
1084
+ -moz-border-radius: calc(var(--pm-slider-radius) + var(--pm-slider-distance));
1028
1085
  border-radius: calc(var(--pm-slider-radius) + var(--pm-slider-distance));
1029
1086
  transition: 0.4s;
1030
1087
  }
1031
- .poncho-map:has(.slider:is(.slider--in)) .leaflet-control-attribution {
1088
+ .poncho-map:has(.pm-slider:is(.pm-slider--in)) .leaflet-control-attribution {
1032
1089
  opacity: 0.5;
1033
1090
  display: none;
1034
1091
  }
1035
- .poncho-map:has(.slider:is(.slider--in))::before {
1092
+ .poncho-map:has(.pm-slider:is(.pm-slider--in))::before {
1036
1093
  content: "";
1037
1094
  width: 100%;
1038
1095
  height: 100%;
@@ -1044,20 +1101,20 @@ html {
1044
1101
  opacity: 0.75;
1045
1102
  transition: 0.5s;
1046
1103
  }
1047
- .poncho-map .slider {
1048
- height: calc(var(--pm-slider-media-mobile-height) - var(--pm-slider-distance) - var(--pm-slider-distance));
1104
+ .poncho-map .pm-slider {
1105
+ height: calc(var(--pm-slider-media-mobile-height) - var(--pm-slider-distance) * 2);
1049
1106
  top: auto;
1050
1107
  bottom: calc(-1 * var(--pm-slider-media-mobile-height));
1051
1108
  right: var(--pm-slider-distance);
1052
1109
  max-width: 100%;
1053
- width: calc(100% - var(--pm-slider-distance) - var(--pm-slider-distance));
1110
+ width: calc(100% - var(--pm-slider-distance) * 2);
1054
1111
  }
1055
- .poncho-map .slider.slider--in {
1112
+ .poncho-map .pm-slider.pm-slider--in {
1056
1113
  animation-name: pm-slidein-mobile;
1057
1114
  bottom: var(--pm-slider-distance);
1058
1115
  }
1059
1116
  .poncho-map .poncho-map-filters {
1060
- width: calc(100% - var(--pm-slider-distance) - var(--pm-slider-distance));
1117
+ width: calc(100% - var(--pm-slider-distance) * 2);
1061
1118
  }
1062
1119
  }
1063
1120
  input[type=search].js-poncho-map-search__input::-webkit-search-cancel-button {
@@ -1145,6 +1202,7 @@ input[type=search].js-poncho-map-search__input::-webkit-search-cancel-button {
1145
1202
  --pm-hover-background: #252424;
1146
1203
  --pm-hover-color: white;
1147
1204
  --pm-active-color: #343232;
1205
+ --pm-active-visited-color: violet;
1148
1206
  --pm-active-background: var(--pm-color-primary);
1149
1207
  }
1150
1208
  .poncho-map.ui-contrast {
@@ -1154,6 +1212,7 @@ input[type=search].js-poncho-map-search__input::-webkit-search-cancel-button {
1154
1212
  --pm-slider-border-color: white;
1155
1213
  --pm-slider-border-width: 2.5px;
1156
1214
  --pm-active-color: var(--pm-slider-background);
1215
+ --pm-active-visited-color: red;
1157
1216
  --pm-hover-background: var(--pm-color-base);
1158
1217
  --pm-hover-color: var(--pm-slider-background);
1159
1218
  --pm-active-color: #111;
@@ -1178,9 +1237,11 @@ input[type=search].js-poncho-map-search__input::-webkit-search-cancel-button {
1178
1237
  background: var(--pm-active-background);
1179
1238
  color: var(--pm-active-color);
1180
1239
  }
1240
+ .poncho-map .pm-item-link[aria-hidden=true],
1181
1241
  .poncho-map .pm-item-link:disabled {
1182
1242
  opacity: 0.45;
1183
1243
  cursor: not-allowed !important;
1244
+ pointer-events: none;
1184
1245
  font-style: italic;
1185
1246
  }
1186
1247
 
@@ -1228,10 +1289,12 @@ input[type=search].js-poncho-map-search__input::-webkit-search-cancel-button {
1228
1289
  background-color: var(--pm-hover-color);
1229
1290
  }
1230
1291
  .poncho-map .pmi {
1292
+ --pmi-filter: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" height="1em" viewBox="0 0 512 512"><path d="M3.9 54.9C10.5 40.9 24.5 32 40 32H472c15.5 0 29.5 8.9 36.1 22.9s4.6 30.5-5.2 42.5L320 320.9V448c0 12.1-6.8 23.2-17.7 28.6s-23.8 4.3-33.5-3l-64-48c-8.1-6-12.8-15.5-12.8-25.6V320.9L9 97.3C-.7 85.4-2.8 68.8 3.9 54.9z"/></svg>');
1231
1293
  --pmi-filter: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" height="1em" viewBox="0 0 512 512"><path d="M3.9 54.9C10.5 40.9 24.5 32 40 32H472c15.5 0 29.5 8.9 36.1 22.9s4.6 30.5-5.2 42.5L320 320.9V448c0 12.1-6.8 23.2-17.7 28.6s-23.8 4.3-33.5-3l-64-48c-8.1-6-12.8-15.5-12.8-25.6V320.9L9 97.3C-.7 85.4-2.8 68.8 3.9 54.9z"/></svg>');
1232
1294
  --pmi-adjust: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" height="1em" viewBox="0 0 512 512"><path d="M448 256c0-106-86-192-192-192V448c106 0 192-86 192-192zM0 256a256 256 0 1 1 512 0A256 256 0 1 1 0 256z"/></svg>');
1233
1295
  --pmi-expand: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" height="1em" viewBox="0 0 512 512"><path d="M344 0H488c13.3 0 24 10.7 24 24V168c0 9.7-5.8 18.5-14.8 22.2s-19.3 1.7-26.2-5.2l-39-39-87 87c-9.4 9.4-24.6 9.4-33.9 0l-32-32c-9.4-9.4-9.4-24.6 0-33.9l87-87L327 41c-6.9-6.9-8.9-17.2-5.2-26.2S334.3 0 344 0zM168 512H24c-13.3 0-24-10.7-24-24V344c0-9.7 5.8-18.5 14.8-22.2s19.3-1.7 26.2 5.2l39 39 87-87c9.4-9.4 24.6-9.4 33.9 0l32 32c9.4 9.4 9.4 24.6 0 33.9l-87 87 39 39c6.9 6.9 8.9 17.2 5.2 26.2s-12.5 14.8-22.2 14.8z"/></svg>');
1234
1296
  --pmi-universal-access: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" height="1em" viewBox="0 0 512 512"><path d="M0 256a256 256 0 1 1 512 0A256 256 0 1 1 0 256zm161.5-86.1c-12.2-5.2-26.3 .4-31.5 12.6s.4 26.3 12.6 31.5l11.9 5.1c17.3 7.4 35.2 12.9 53.6 16.3v50.1c0 4.3-.7 8.6-2.1 12.6l-28.7 86.1c-4.2 12.6 2.6 26.2 15.2 30.4s26.2-2.6 30.4-15.2l24.4-73.2c1.3-3.8 4.8-6.4 8.8-6.4s7.6 2.6 8.8 6.4l24.4 73.2c4.2 12.6 17.8 19.4 30.4 15.2s19.4-17.8 15.2-30.4l-28.7-86.1c-1.4-4.1-2.1-8.3-2.1-12.6V235.5c18.4-3.5 36.3-8.9 53.6-16.3l11.9-5.1c12.2-5.2 17.8-19.3 12.6-31.5s-19.3-17.8-31.5-12.6L338.7 175c-26.1 11.2-54.2 17-82.7 17s-56.5-5.8-82.7-17l-11.9-5.1zM256 160a40 40 0 1 0 0-80 40 40 0 1 0 0 80z"/></svg>');
1297
+ --pmi-close: url('data:image/svg+xml;utf8,<svg focusable="false" aria-hidden="true" xmlns="http://www.w3.org/2000/svg" height="1em" viewBox="0 0 24 24"><path d="M19 6.41L17.59 5 12 10.59 6.41 5 5 6.41 10.59 12 5 17.59 6.41 19 12 13.41 17.59 19 19 17.59 13.41 12z"></path></svg>');
1235
1298
  display: inline-block;
1236
1299
  width: 1em;
1237
1300
  height: 1em;
@@ -1265,6 +1328,10 @@ input[type=search].js-poncho-map-search__input::-webkit-search-cancel-button {
1265
1328
  -webkit-mask-image: var(--pmi-universal-access);
1266
1329
  mask-image: var(--pmi-universal-access);
1267
1330
  }
1331
+ .poncho-map .pmi.pmi-close {
1332
+ -webkit-mask-image: var(--pmi-close);
1333
+ mask-image: var(--pmi-close);
1334
+ }
1268
1335
 
1269
1336
  .poncho-map {
1270
1337
  /*
@@ -1351,6 +1418,8 @@ footer.pm-open-map > details > summary:before {
1351
1418
  }
1352
1419
  footer.pm-open-map > details > summary:focus,
1353
1420
  footer.pm-open-map > details:focus-within {
1421
+ -webkit-border-radius: max(var(--pm-slider-radius) / 2, var(--pm-slider-radius) - var(--pm-content-padding) - 2px) !important;
1422
+ -moz-border-radius: max(var(--pm-slider-radius) / 2, var(--pm-slider-radius) - var(--pm-content-padding) - 2px) !important;
1354
1423
  border-radius: max(var(--pm-slider-radius) / 2, var(--pm-slider-radius) - var(--pm-content-padding) - 2px) !important;
1355
1424
  box-shadow: 0 1px calc(var(--pm-content-padding) / 2) rgba(0, 0, 0, 0.3);
1356
1425
  outline: 2px solid var(--cielo, #039be5);
@@ -1383,4 +1452,74 @@ footer.pm-open-map ul > li > a:hover, footer.pm-open-map ul > li > a:focus {
1383
1452
  background-color: var(--pm-hover-background);
1384
1453
  color: var(--pm-hover-color);
1385
1454
  transition: background 0.15s;
1455
+ }
1456
+
1457
+ .poncho-map {
1458
+ /* IE 6-8 fallback colors */
1459
+ }
1460
+ .poncho-map .marker-cluster-small {
1461
+ background-color: rgba(185, 206, 57, 0.4);
1462
+ }
1463
+ .poncho-map .marker-cluster-small div {
1464
+ background-color: rgb(185, 206, 57);
1465
+ }
1466
+ .poncho-map .marker-cluster-medium {
1467
+ background-color: rgba(255, 206, 28, 0.4);
1468
+ }
1469
+ .poncho-map .marker-cluster-medium div {
1470
+ background-color: #ffce1c;
1471
+ }
1472
+ .poncho-map .marker-cluster-large {
1473
+ background-color: rgba(239, 108, 0, 0.4);
1474
+ }
1475
+ .poncho-map .marker-cluster-large div {
1476
+ background-color: #f38500;
1477
+ }
1478
+ .poncho-map .leaflet-oldie .marker-cluster-small {
1479
+ background-color: rgb(181, 226, 140);
1480
+ }
1481
+ .poncho-map .leaflet-oldie .marker-cluster-small div {
1482
+ background-color: rgb(110, 204, 57);
1483
+ }
1484
+ .poncho-map .leaflet-oldie .marker-cluster-medium {
1485
+ background-color: rgb(241, 211, 87);
1486
+ }
1487
+ .poncho-map .leaflet-oldie .marker-cluster-medium div {
1488
+ background-color: rgb(240, 194, 12);
1489
+ }
1490
+ .poncho-map .leaflet-oldie .marker-cluster-large {
1491
+ background-color: rgb(253, 156, 115);
1492
+ }
1493
+ .poncho-map .leaflet-oldie .marker-cluster-large div {
1494
+ background-color: rgb(241, 128, 23);
1495
+ }
1496
+ .poncho-map .marker-cluster {
1497
+ background-clip: padding-box;
1498
+ border-radius: 20px;
1499
+ }
1500
+ .poncho-map .marker-cluster div {
1501
+ width: 30px;
1502
+ height: 30px;
1503
+ margin-left: 5px;
1504
+ margin-top: 5px;
1505
+ position: relative;
1506
+ text-align: center;
1507
+ border-radius: 15px;
1508
+ font: 500 12px "Roboto", "Helvetica Neue", Helvetica, "Noto Sans", Arial, sans-serif;
1509
+ }
1510
+ .poncho-map .marker-cluster div:after {
1511
+ content: " ";
1512
+ width: calc(100% + 2px);
1513
+ background: transparent;
1514
+ border: 1px solid rgba(255, 255, 255, 0.25);
1515
+ height: calc(100% + 2px);
1516
+ position: absolute;
1517
+ border-radius: 50%;
1518
+ left: 50%;
1519
+ top: 50%;
1520
+ transform: translate(-50%, -50%);
1521
+ }
1522
+ .poncho-map .marker-cluster span {
1523
+ line-height: 30px;
1524
+ color: black;
1386
1525
  }