ar-poncho 2.1.32 → 2.1.33

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.
@@ -14,7 +14,9 @@
14
14
  /* Foco o alerta */
15
15
  /* Foco o alerta */
16
16
  /* Color principal */
17
+ /* Enlace */
17
18
  /* Elementos básicos */
19
+ /* Color principal */
18
20
  /* Atención o peligro */
19
21
  /* Color principal */
20
22
  /* Color principal */
@@ -187,8 +189,12 @@ html {
187
189
  --arg-azul-half:#9296A7;
188
190
  --arg-azul-lighter:#C8D0DA;
189
191
  --arg-azul-morado:#3A3796;
192
+ --arg-blanco:#FFFFFF;
190
193
  --arg-cielo:#039BE5;
191
194
  --arg-default:#838383;
195
+ --arg-enlace:#0767A7;
196
+ --arg-enlace-dark:#084E87;
197
+ --arg-enlace-light:#0581C6;
192
198
  --arg-escarapela:#68C3EF;
193
199
  --arg-eucalipto:#306D69;
194
200
  --arg-eucalipto-dark:#255450;
@@ -229,6 +235,7 @@ html {
229
235
  --arg-palta:#50B7B2;
230
236
  --arg-palta-half:#A8DBD9;
231
237
  --arg-palta-lighter:#C0E5E3;
238
+ --arg-primary:#232D4F;
232
239
  --arg-primary-light:#E3E7ED;
233
240
  --arg-rojo:#C62828;
234
241
  --arg-rojo-dark:#7C1C1C;
@@ -251,7 +258,6 @@ html {
251
258
  --arg-verdin:#6EA015;
252
259
  --arg-verdin-dark:#2E7D33;
253
260
  --arg-verdin-light:#B9CE39;
254
- --arg-white:#FFFFFF;
255
261
  --azul:#232D4F;
256
262
  --azul-marino:#232D4F;
257
263
  --bandera-amarillo:#FCBF49;
@@ -22,7 +22,9 @@
22
22
  /* Foco o alerta */
23
23
  /* Foco o alerta */
24
24
  /* Color principal */
25
+ /* Enlace */
25
26
  /* Elementos básicos */
27
+ /* Color principal */
26
28
  /* Atención o peligro */
27
29
  /* Color principal */
28
30
  /* Color principal */
@@ -195,8 +197,12 @@ html {
195
197
  --arg-azul-half:#9296A7;
196
198
  --arg-azul-lighter:#C8D0DA;
197
199
  --arg-azul-morado:#3A3796;
200
+ --arg-blanco:#FFFFFF;
198
201
  --arg-cielo:#039BE5;
199
202
  --arg-default:#838383;
203
+ --arg-enlace:#0767A7;
204
+ --arg-enlace-dark:#084E87;
205
+ --arg-enlace-light:#0581C6;
200
206
  --arg-escarapela:#68C3EF;
201
207
  --arg-eucalipto:#306D69;
202
208
  --arg-eucalipto-dark:#255450;
@@ -237,6 +243,7 @@ html {
237
243
  --arg-palta:#50B7B2;
238
244
  --arg-palta-half:#A8DBD9;
239
245
  --arg-palta-lighter:#C0E5E3;
246
+ --arg-primary:#232D4F;
240
247
  --arg-primary-light:#E3E7ED;
241
248
  --arg-rojo:#C62828;
242
249
  --arg-rojo-dark:#7C1C1C;
@@ -259,7 +266,6 @@ html {
259
266
  --arg-verdin:#6EA015;
260
267
  --arg-verdin-dark:#2E7D33;
261
268
  --arg-verdin-light:#B9CE39;
262
- --arg-white:#FFFFFF;
263
269
  --azul:#232D4F;
264
270
  --azul-marino:#232D4F;
265
271
  --bandera-amarillo:#FCBF49;
@@ -535,6 +541,10 @@ aside section {
535
541
  background-color: #3A3796 !important;
536
542
  }
537
543
 
544
+ .bg-arg-blanco {
545
+ background-color: #FFFFFF !important;
546
+ }
547
+
538
548
  .bg-arg-cielo {
539
549
  background-color: #039BE5 !important;
540
550
  }
@@ -543,6 +553,18 @@ aside section {
543
553
  background-color: #838383 !important;
544
554
  }
545
555
 
556
+ .bg-arg-enlace {
557
+ background-color: #0767A7 !important;
558
+ }
559
+
560
+ .bg-arg-enlace-dark {
561
+ background-color: #084E87 !important;
562
+ }
563
+
564
+ .bg-arg-enlace-light {
565
+ background-color: #0581C6 !important;
566
+ }
567
+
546
568
  .bg-arg-escarapela {
547
569
  background-color: #68C3EF !important;
548
570
  }
@@ -703,6 +725,10 @@ aside section {
703
725
  background-color: #C0E5E3 !important;
704
726
  }
705
727
 
728
+ .bg-arg-primary {
729
+ background-color: #232D4F !important;
730
+ }
731
+
706
732
  .bg-arg-primary-light {
707
733
  background-color: #E3E7ED !important;
708
734
  }
@@ -791,10 +817,6 @@ aside section {
791
817
  background-color: #B9CE39 !important;
792
818
  }
793
819
 
794
- .bg-arg-white {
795
- background-color: #FFFFFF !important;
796
- }
797
-
798
820
  .bg-azul {
799
821
  background-color: #232D4F !important;
800
822
  }
@@ -5753,6 +5775,10 @@ a.bg-danger p {
5753
5775
  color: #3A3796 !important;
5754
5776
  }
5755
5777
 
5778
+ .text-arg-blanco {
5779
+ color: #FFFFFF !important;
5780
+ }
5781
+
5756
5782
  .text-arg-cielo {
5757
5783
  color: #039BE5 !important;
5758
5784
  }
@@ -5761,6 +5787,18 @@ a.bg-danger p {
5761
5787
  color: #838383 !important;
5762
5788
  }
5763
5789
 
5790
+ .text-arg-enlace {
5791
+ color: #0767A7 !important;
5792
+ }
5793
+
5794
+ .text-arg-enlace-dark {
5795
+ color: #084E87 !important;
5796
+ }
5797
+
5798
+ .text-arg-enlace-light {
5799
+ color: #0581C6 !important;
5800
+ }
5801
+
5764
5802
  .text-arg-escarapela {
5765
5803
  color: #68C3EF !important;
5766
5804
  }
@@ -5921,6 +5959,10 @@ a.bg-danger p {
5921
5959
  color: #C0E5E3 !important;
5922
5960
  }
5923
5961
 
5962
+ .text-arg-primary {
5963
+ color: #232D4F !important;
5964
+ }
5965
+
5924
5966
  .text-arg-primary-light {
5925
5967
  color: #E3E7ED !important;
5926
5968
  }
@@ -6009,10 +6051,6 @@ a.bg-danger p {
6009
6051
  color: #B9CE39 !important;
6010
6052
  }
6011
6053
 
6012
- .text-arg-white {
6013
- color: #FFFFFF !important;
6014
- }
6015
-
6016
6054
  .text-azul {
6017
6055
  color: #232D4F !important;
6018
6056
  }
@@ -12696,12 +12734,24 @@ pre {
12696
12734
  .listas-destacadas.arg-azul-morado > ol li:before, .listas-destacadas.arg-azul-morado > ul li:before {
12697
12735
  color: var(--arg-azul-morado);
12698
12736
  }
12737
+ .listas-destacadas.arg-blanco > ol li:before, .listas-destacadas.arg-blanco > ul li:before {
12738
+ color: var(--arg-blanco);
12739
+ }
12699
12740
  .listas-destacadas.arg-cielo > ol li:before, .listas-destacadas.arg-cielo > ul li:before {
12700
12741
  color: var(--arg-cielo);
12701
12742
  }
12702
12743
  .listas-destacadas.arg-default > ol li:before, .listas-destacadas.arg-default > ul li:before {
12703
12744
  color: var(--arg-default);
12704
12745
  }
12746
+ .listas-destacadas.arg-enlace > ol li:before, .listas-destacadas.arg-enlace > ul li:before {
12747
+ color: var(--arg-enlace);
12748
+ }
12749
+ .listas-destacadas.arg-enlace-dark > ol li:before, .listas-destacadas.arg-enlace-dark > ul li:before {
12750
+ color: var(--arg-enlace-dark);
12751
+ }
12752
+ .listas-destacadas.arg-enlace-light > ol li:before, .listas-destacadas.arg-enlace-light > ul li:before {
12753
+ color: var(--arg-enlace-light);
12754
+ }
12705
12755
  .listas-destacadas.arg-escarapela > ol li:before, .listas-destacadas.arg-escarapela > ul li:before {
12706
12756
  color: var(--arg-escarapela);
12707
12757
  }
@@ -12822,6 +12872,9 @@ pre {
12822
12872
  .listas-destacadas.arg-palta-lighter > ol li:before, .listas-destacadas.arg-palta-lighter > ul li:before {
12823
12873
  color: var(--arg-palta-lighter);
12824
12874
  }
12875
+ .listas-destacadas.arg-primary > ol li:before, .listas-destacadas.arg-primary > ul li:before {
12876
+ color: var(--arg-primary);
12877
+ }
12825
12878
  .listas-destacadas.arg-primary-light > ol li:before, .listas-destacadas.arg-primary-light > ul li:before {
12826
12879
  color: var(--arg-primary-light);
12827
12880
  }
@@ -12888,9 +12941,6 @@ pre {
12888
12941
  .listas-destacadas.arg-verdin-light > ol li:before, .listas-destacadas.arg-verdin-light > ul li:before {
12889
12942
  color: var(--arg-verdin-light);
12890
12943
  }
12891
- .listas-destacadas.arg-white > ol li:before, .listas-destacadas.arg-white > ul li:before {
12892
- color: var(--arg-white);
12893
- }
12894
12944
  .listas-destacadas.azul > ol li:before, .listas-destacadas.azul > ul li:before {
12895
12945
  color: var(--azul);
12896
12946
  }
@@ -14583,38 +14633,86 @@ DEGRADÉ: .bg-mix-azul-info .bg-mix-info-azul .bg-mix-palta-azul .bg-mix-azul-pa
14583
14633
  display: none;
14584
14634
  }
14585
14635
 
14586
- /* Menú superior */
14587
- #encabezado-menu a {
14588
- color: #141414;
14589
- }
14636
+ /* menu superior - ajuste márgenes */
14590
14637
  #encabezado-menu ul {
14638
+ display: grid;
14639
+ grid-template-columns: repeat(3, 1fr);
14640
+ column-gap: 30px;
14641
+ row-gap: 4px;
14591
14642
  width: 100%;
14592
14643
  }
14593
14644
  #encabezado-menu .enc-link {
14594
- padding: 0px;
14595
- width: 31%;
14596
- margin: 20px 3px 3px 14px;
14597
- vertical-align: top;
14645
+ height: auto;
14646
+ padding: 0.5em;
14647
+ min-height: 1em;
14648
+ width: 100%;
14649
+ margin: 6px 0px 0px 2px;
14650
+ list-style: none;
14651
+ }
14652
+ #encabezado-menu a {
14653
+ color: #141414;
14598
14654
  }
14599
14655
  #encabezado-menu .enc-link a {
14600
14656
  text-decoration: underline;
14601
14657
  text-underline-offset: 0.25em;
14602
14658
  }
14659
+ #encabezado-menu .enc-link a[href^="https://"][target^=_blank]:after, #encabezado-menu .enc-link a[href^="http://"][target^=_blank]:after {
14660
+ content: none;
14661
+ }
14603
14662
  #encabezado-menu .enc-link.active a span {
14604
14663
  background-image: linear-gradient(to top, #000 3px, transparent 3px, transparent);
14605
14664
  font-weight: 600;
14606
14665
  }
14607
- #encabezado-menu .enc-link a[href^="https://"][target^=_blank]:after, #encabezado-menu .enc-link a[href^="http://"][target^=_blank]:after {
14608
- content: none;
14666
+
14667
+ @media screen and (max-width: 768px) {
14668
+ #encabezado-menu ul {
14669
+ grid-template-columns: repeat(1, 1fr);
14670
+ margin-left: 3px;
14671
+ }
14609
14672
  }
14673
+ /* fin menu superior - ajuste márgenes */
14674
+ /* Menú superior - ver para borrar -
14675
+
14676
+ #encabezado-menu {
14677
+ a {
14678
+ color: $black;
14679
+ }
14610
14680
 
14611
- /* Menú superior mobile */
14681
+ ul {
14682
+ width: 100%;
14683
+ }
14684
+
14685
+ .enc-link {
14686
+ padding: 0px;
14687
+ width: 31%;
14688
+ margin: 20px 3px 3px 14px;
14689
+ vertical-align: top;
14690
+
14691
+ a {
14692
+ text-decoration: underline;
14693
+ text-underline-offset: 0.25em;
14694
+ }
14695
+
14696
+ &.active a span {
14697
+ background-image: linear-gradient(to top, #000 3px, transparent 3px, transparent);
14698
+ font-weight: 600;
14699
+ }
14700
+
14701
+ a {
14702
+ &[href^="https://"][target^=_blank]:after, &[href^="http://"][target^=_blank]:after {
14703
+ content: none;
14704
+ }
14705
+ }
14706
+ }
14707
+ }
14612
14708
  @media (max-width: 992px) {
14613
14709
  #encabezado-menu .enc-link {
14614
14710
  width: 96%;
14615
14711
  margin-left: 28px;
14616
14712
  }
14617
14713
  }
14714
+
14715
+ */
14618
14716
  #encabezado {
14619
14717
  /* COLOR DEGRADÉ */
14620
14718
  /* Generales */
@@ -14928,6 +15026,51 @@ DEGRADÉ: .bg-mix-azul-info .bg-mix-info-azul .bg-mix-palta-azul .bg-mix-azul-pa
14928
15026
  }
14929
15027
  }
14930
15028
  /* / ASIDE */
15029
+ /*lista ordenada*/
15030
+ .servicio-timeline {
15031
+ list-style: none;
15032
+ counter-reset: step;
15033
+ margin: 0;
15034
+ padding-left: 2.7em;
15035
+ position: relative;
15036
+ }
15037
+ .servicio-timeline li {
15038
+ position: relative;
15039
+ counter-increment: step;
15040
+ margin-bottom: 2em;
15041
+ }
15042
+ .servicio-timeline li::before {
15043
+ content: counter(step);
15044
+ position: absolute;
15045
+ left: -2.5em;
15046
+ top: 0;
15047
+ background: #232D4F;
15048
+ color: #FFFFFF;
15049
+ border-radius: 50%;
15050
+ text-align: center;
15051
+ z-index: 1;
15052
+ width: 32px;
15053
+ line-height: 32px;
15054
+ }
15055
+ .servicio-timeline li::after {
15056
+ content: "";
15057
+ position: absolute;
15058
+ left: -1.6em;
15059
+ top: 2em;
15060
+ width: 1px;
15061
+ height: 100%;
15062
+ background-color: #DEE2E6;
15063
+ z-index: 0;
15064
+ }
15065
+ .servicio-timeline li:last-child::after {
15066
+ content: none;
15067
+ }
15068
+
15069
+ @media (max-width: 767px) {
15070
+ .servicio-timeline li {
15071
+ padding-left: 0.4em;
15072
+ }
15073
+ }
14931
15074
  .poncho-loader {
14932
15075
  --pm-loader-background: var(--arg-gray-background, #FFFFFF);
14933
15076
  --pm-loader-spinner-color: var(--arg-azul-500, #0581C6);
@@ -22,7 +22,9 @@
22
22
  /* Foco o alerta */
23
23
  /* Foco o alerta */
24
24
  /* Color principal */
25
+ /* Enlace */
25
26
  /* Elementos básicos */
27
+ /* Color principal */
26
28
  /* Atención o peligro */
27
29
  /* Color principal */
28
30
  /* Color principal */
@@ -195,8 +197,12 @@ html {
195
197
  --arg-azul-half:#9296A7;
196
198
  --arg-azul-lighter:#C8D0DA;
197
199
  --arg-azul-morado:#3A3796;
200
+ --arg-blanco:#FFFFFF;
198
201
  --arg-cielo:#039BE5;
199
202
  --arg-default:#838383;
203
+ --arg-enlace:#0767A7;
204
+ --arg-enlace-dark:#084E87;
205
+ --arg-enlace-light:#0581C6;
200
206
  --arg-escarapela:#68C3EF;
201
207
  --arg-eucalipto:#306D69;
202
208
  --arg-eucalipto-dark:#255450;
@@ -237,6 +243,7 @@ html {
237
243
  --arg-palta:#50B7B2;
238
244
  --arg-palta-half:#A8DBD9;
239
245
  --arg-palta-lighter:#C0E5E3;
246
+ --arg-primary:#232D4F;
240
247
  --arg-primary-light:#E3E7ED;
241
248
  --arg-rojo:#C62828;
242
249
  --arg-rojo-dark:#7C1C1C;
@@ -259,7 +266,6 @@ html {
259
266
  --arg-verdin:#6EA015;
260
267
  --arg-verdin-dark:#2E7D33;
261
268
  --arg-verdin-light:#B9CE39;
262
- --arg-white:#FFFFFF;
263
269
  --azul:#232D4F;
264
270
  --azul-marino:#232D4F;
265
271
  --bandera-amarillo:#FCBF49;
@@ -535,6 +541,10 @@ aside section {
535
541
  background-color: #3A3796 !important;
536
542
  }
537
543
 
544
+ .bg-arg-blanco {
545
+ background-color: #FFFFFF !important;
546
+ }
547
+
538
548
  .bg-arg-cielo {
539
549
  background-color: #039BE5 !important;
540
550
  }
@@ -543,6 +553,18 @@ aside section {
543
553
  background-color: #838383 !important;
544
554
  }
545
555
 
556
+ .bg-arg-enlace {
557
+ background-color: #0767A7 !important;
558
+ }
559
+
560
+ .bg-arg-enlace-dark {
561
+ background-color: #084E87 !important;
562
+ }
563
+
564
+ .bg-arg-enlace-light {
565
+ background-color: #0581C6 !important;
566
+ }
567
+
546
568
  .bg-arg-escarapela {
547
569
  background-color: #68C3EF !important;
548
570
  }
@@ -703,6 +725,10 @@ aside section {
703
725
  background-color: #C0E5E3 !important;
704
726
  }
705
727
 
728
+ .bg-arg-primary {
729
+ background-color: #232D4F !important;
730
+ }
731
+
706
732
  .bg-arg-primary-light {
707
733
  background-color: #E3E7ED !important;
708
734
  }
@@ -791,10 +817,6 @@ aside section {
791
817
  background-color: #B9CE39 !important;
792
818
  }
793
819
 
794
- .bg-arg-white {
795
- background-color: #FFFFFF !important;
796
- }
797
-
798
820
  .bg-azul {
799
821
  background-color: #232D4F !important;
800
822
  }
@@ -5753,6 +5775,10 @@ a.bg-danger p {
5753
5775
  color: #3A3796 !important;
5754
5776
  }
5755
5777
 
5778
+ .text-arg-blanco {
5779
+ color: #FFFFFF !important;
5780
+ }
5781
+
5756
5782
  .text-arg-cielo {
5757
5783
  color: #039BE5 !important;
5758
5784
  }
@@ -5761,6 +5787,18 @@ a.bg-danger p {
5761
5787
  color: #838383 !important;
5762
5788
  }
5763
5789
 
5790
+ .text-arg-enlace {
5791
+ color: #0767A7 !important;
5792
+ }
5793
+
5794
+ .text-arg-enlace-dark {
5795
+ color: #084E87 !important;
5796
+ }
5797
+
5798
+ .text-arg-enlace-light {
5799
+ color: #0581C6 !important;
5800
+ }
5801
+
5764
5802
  .text-arg-escarapela {
5765
5803
  color: #68C3EF !important;
5766
5804
  }
@@ -5921,6 +5959,10 @@ a.bg-danger p {
5921
5959
  color: #C0E5E3 !important;
5922
5960
  }
5923
5961
 
5962
+ .text-arg-primary {
5963
+ color: #232D4F !important;
5964
+ }
5965
+
5924
5966
  .text-arg-primary-light {
5925
5967
  color: #E3E7ED !important;
5926
5968
  }
@@ -6009,10 +6051,6 @@ a.bg-danger p {
6009
6051
  color: #B9CE39 !important;
6010
6052
  }
6011
6053
 
6012
- .text-arg-white {
6013
- color: #FFFFFF !important;
6014
- }
6015
-
6016
6054
  .text-azul {
6017
6055
  color: #232D4F !important;
6018
6056
  }
@@ -12696,12 +12734,24 @@ pre {
12696
12734
  .listas-destacadas.arg-azul-morado > ol li:before, .listas-destacadas.arg-azul-morado > ul li:before {
12697
12735
  color: var(--arg-azul-morado);
12698
12736
  }
12737
+ .listas-destacadas.arg-blanco > ol li:before, .listas-destacadas.arg-blanco > ul li:before {
12738
+ color: var(--arg-blanco);
12739
+ }
12699
12740
  .listas-destacadas.arg-cielo > ol li:before, .listas-destacadas.arg-cielo > ul li:before {
12700
12741
  color: var(--arg-cielo);
12701
12742
  }
12702
12743
  .listas-destacadas.arg-default > ol li:before, .listas-destacadas.arg-default > ul li:before {
12703
12744
  color: var(--arg-default);
12704
12745
  }
12746
+ .listas-destacadas.arg-enlace > ol li:before, .listas-destacadas.arg-enlace > ul li:before {
12747
+ color: var(--arg-enlace);
12748
+ }
12749
+ .listas-destacadas.arg-enlace-dark > ol li:before, .listas-destacadas.arg-enlace-dark > ul li:before {
12750
+ color: var(--arg-enlace-dark);
12751
+ }
12752
+ .listas-destacadas.arg-enlace-light > ol li:before, .listas-destacadas.arg-enlace-light > ul li:before {
12753
+ color: var(--arg-enlace-light);
12754
+ }
12705
12755
  .listas-destacadas.arg-escarapela > ol li:before, .listas-destacadas.arg-escarapela > ul li:before {
12706
12756
  color: var(--arg-escarapela);
12707
12757
  }
@@ -12822,6 +12872,9 @@ pre {
12822
12872
  .listas-destacadas.arg-palta-lighter > ol li:before, .listas-destacadas.arg-palta-lighter > ul li:before {
12823
12873
  color: var(--arg-palta-lighter);
12824
12874
  }
12875
+ .listas-destacadas.arg-primary > ol li:before, .listas-destacadas.arg-primary > ul li:before {
12876
+ color: var(--arg-primary);
12877
+ }
12825
12878
  .listas-destacadas.arg-primary-light > ol li:before, .listas-destacadas.arg-primary-light > ul li:before {
12826
12879
  color: var(--arg-primary-light);
12827
12880
  }
@@ -12888,9 +12941,6 @@ pre {
12888
12941
  .listas-destacadas.arg-verdin-light > ol li:before, .listas-destacadas.arg-verdin-light > ul li:before {
12889
12942
  color: var(--arg-verdin-light);
12890
12943
  }
12891
- .listas-destacadas.arg-white > ol li:before, .listas-destacadas.arg-white > ul li:before {
12892
- color: var(--arg-white);
12893
- }
12894
12944
  .listas-destacadas.azul > ol li:before, .listas-destacadas.azul > ul li:before {
12895
12945
  color: var(--azul);
12896
12946
  }
@@ -14583,38 +14633,86 @@ DEGRADÉ: .bg-mix-azul-info .bg-mix-info-azul .bg-mix-palta-azul .bg-mix-azul-pa
14583
14633
  display: none;
14584
14634
  }
14585
14635
 
14586
- /* Menú superior */
14587
- #encabezado-menu a {
14588
- color: #141414;
14589
- }
14636
+ /* menu superior - ajuste márgenes */
14590
14637
  #encabezado-menu ul {
14638
+ display: grid;
14639
+ grid-template-columns: repeat(3, 1fr);
14640
+ column-gap: 30px;
14641
+ row-gap: 4px;
14591
14642
  width: 100%;
14592
14643
  }
14593
14644
  #encabezado-menu .enc-link {
14594
- padding: 0px;
14595
- width: 31%;
14596
- margin: 20px 3px 3px 14px;
14597
- vertical-align: top;
14645
+ height: auto;
14646
+ padding: 0.5em;
14647
+ min-height: 1em;
14648
+ width: 100%;
14649
+ margin: 6px 0px 0px 2px;
14650
+ list-style: none;
14651
+ }
14652
+ #encabezado-menu a {
14653
+ color: #141414;
14598
14654
  }
14599
14655
  #encabezado-menu .enc-link a {
14600
14656
  text-decoration: underline;
14601
14657
  text-underline-offset: 0.25em;
14602
14658
  }
14659
+ #encabezado-menu .enc-link a[href^="https://"][target^=_blank]:after, #encabezado-menu .enc-link a[href^="http://"][target^=_blank]:after {
14660
+ content: none;
14661
+ }
14603
14662
  #encabezado-menu .enc-link.active a span {
14604
14663
  background-image: linear-gradient(to top, #000 3px, transparent 3px, transparent);
14605
14664
  font-weight: 600;
14606
14665
  }
14607
- #encabezado-menu .enc-link a[href^="https://"][target^=_blank]:after, #encabezado-menu .enc-link a[href^="http://"][target^=_blank]:after {
14608
- content: none;
14666
+
14667
+ @media screen and (max-width: 768px) {
14668
+ #encabezado-menu ul {
14669
+ grid-template-columns: repeat(1, 1fr);
14670
+ margin-left: 3px;
14671
+ }
14609
14672
  }
14673
+ /* fin menu superior - ajuste márgenes */
14674
+ /* Menú superior - ver para borrar -
14675
+
14676
+ #encabezado-menu {
14677
+ a {
14678
+ color: $black;
14679
+ }
14610
14680
 
14611
- /* Menú superior mobile */
14681
+ ul {
14682
+ width: 100%;
14683
+ }
14684
+
14685
+ .enc-link {
14686
+ padding: 0px;
14687
+ width: 31%;
14688
+ margin: 20px 3px 3px 14px;
14689
+ vertical-align: top;
14690
+
14691
+ a {
14692
+ text-decoration: underline;
14693
+ text-underline-offset: 0.25em;
14694
+ }
14695
+
14696
+ &.active a span {
14697
+ background-image: linear-gradient(to top, #000 3px, transparent 3px, transparent);
14698
+ font-weight: 600;
14699
+ }
14700
+
14701
+ a {
14702
+ &[href^="https://"][target^=_blank]:after, &[href^="http://"][target^=_blank]:after {
14703
+ content: none;
14704
+ }
14705
+ }
14706
+ }
14707
+ }
14612
14708
  @media (max-width: 992px) {
14613
14709
  #encabezado-menu .enc-link {
14614
14710
  width: 96%;
14615
14711
  margin-left: 28px;
14616
14712
  }
14617
14713
  }
14714
+
14715
+ */
14618
14716
  #encabezado {
14619
14717
  /* COLOR DEGRADÉ */
14620
14718
  /* Generales */
@@ -14928,6 +15026,51 @@ DEGRADÉ: .bg-mix-azul-info .bg-mix-info-azul .bg-mix-palta-azul .bg-mix-azul-pa
14928
15026
  }
14929
15027
  }
14930
15028
  /* / ASIDE */
15029
+ /*lista ordenada*/
15030
+ .servicio-timeline {
15031
+ list-style: none;
15032
+ counter-reset: step;
15033
+ margin: 0;
15034
+ padding-left: 2.7em;
15035
+ position: relative;
15036
+ }
15037
+ .servicio-timeline li {
15038
+ position: relative;
15039
+ counter-increment: step;
15040
+ margin-bottom: 2em;
15041
+ }
15042
+ .servicio-timeline li::before {
15043
+ content: counter(step);
15044
+ position: absolute;
15045
+ left: -2.5em;
15046
+ top: 0;
15047
+ background: #232D4F;
15048
+ color: #FFFFFF;
15049
+ border-radius: 50%;
15050
+ text-align: center;
15051
+ z-index: 1;
15052
+ width: 32px;
15053
+ line-height: 32px;
15054
+ }
15055
+ .servicio-timeline li::after {
15056
+ content: "";
15057
+ position: absolute;
15058
+ left: -1.6em;
15059
+ top: 2em;
15060
+ width: 1px;
15061
+ height: 100%;
15062
+ background-color: #DEE2E6;
15063
+ z-index: 0;
15064
+ }
15065
+ .servicio-timeline li:last-child::after {
15066
+ content: none;
15067
+ }
15068
+
15069
+ @media (max-width: 767px) {
15070
+ .servicio-timeline li {
15071
+ padding-left: 0.4em;
15072
+ }
15073
+ }
14931
15074
  .poncho-loader {
14932
15075
  --pm-loader-background: var(--arg-gray-background, #FFFFFF);
14933
15076
  --pm-loader-spinner-color: var(--arg-azul-500, #0581C6);