ar-poncho 2.1.53 → 2.1.55
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.
- package/dist/css/poncho.css +501 -365
- package/dist/css/poncho.min.css +501 -365
- package/package.json +1 -1
package/dist/css/poncho.css
CHANGED
|
@@ -372,10 +372,6 @@ hr.hr-sm {
|
|
|
372
372
|
margin: 15px 0;
|
|
373
373
|
}
|
|
374
374
|
|
|
375
|
-
.social-share a {
|
|
376
|
-
font-size: 30px;
|
|
377
|
-
}
|
|
378
|
-
|
|
379
375
|
.inline {
|
|
380
376
|
display: inline-block;
|
|
381
377
|
}
|
|
@@ -7005,77 +7001,122 @@ body {
|
|
|
7005
7001
|
font-family: "Montserrat", sans-serif;
|
|
7006
7002
|
}
|
|
7007
7003
|
|
|
7008
|
-
h1,
|
|
7004
|
+
h1,
|
|
7005
|
+
h2,
|
|
7006
|
+
h3,
|
|
7007
|
+
h4,
|
|
7008
|
+
h5,
|
|
7009
|
+
h6,
|
|
7010
|
+
.h1,
|
|
7011
|
+
.h2,
|
|
7012
|
+
.h3,
|
|
7013
|
+
.h4,
|
|
7014
|
+
.h5,
|
|
7015
|
+
.h6 {
|
|
7009
7016
|
letter-spacing: -0.2pt;
|
|
7010
7017
|
font-family: "Lora", serif;
|
|
7011
7018
|
font-weight: 700;
|
|
7012
7019
|
margin: 0.5em 0 0.7em 0;
|
|
7013
7020
|
}
|
|
7014
7021
|
h1 small,
|
|
7015
|
-
h1 .small,
|
|
7016
|
-
h2
|
|
7017
|
-
|
|
7018
|
-
|
|
7019
|
-
|
|
7020
|
-
|
|
7021
|
-
|
|
7022
|
-
|
|
7023
|
-
|
|
7024
|
-
|
|
7025
|
-
|
|
7022
|
+
h1 .small,
|
|
7023
|
+
h2 small,
|
|
7024
|
+
h2 .small,
|
|
7025
|
+
h3 small,
|
|
7026
|
+
h3 .small,
|
|
7027
|
+
h4 small,
|
|
7028
|
+
h4 .small,
|
|
7029
|
+
h5 small,
|
|
7030
|
+
h5 .small,
|
|
7031
|
+
h6 small,
|
|
7032
|
+
h6 .small,
|
|
7033
|
+
.h1 small,
|
|
7034
|
+
.h1 .small,
|
|
7035
|
+
.h2 small,
|
|
7036
|
+
.h2 .small,
|
|
7037
|
+
.h3 small,
|
|
7038
|
+
.h3 .small,
|
|
7039
|
+
.h4 small,
|
|
7040
|
+
.h4 .small,
|
|
7041
|
+
.h5 small,
|
|
7042
|
+
.h5 .small,
|
|
7043
|
+
.h6 small,
|
|
7026
7044
|
.h6 .small {
|
|
7027
7045
|
color: #555555;
|
|
7028
7046
|
}
|
|
7029
|
-
h1.section-title,
|
|
7047
|
+
h1.section-title,
|
|
7048
|
+
h2.section-title,
|
|
7049
|
+
h3.section-title,
|
|
7050
|
+
h4.section-title,
|
|
7051
|
+
h5.section-title,
|
|
7052
|
+
h6.section-title,
|
|
7053
|
+
.h1.section-title,
|
|
7054
|
+
.h2.section-title,
|
|
7055
|
+
.h3.section-title,
|
|
7056
|
+
.h4.section-title,
|
|
7057
|
+
.h5.section-title,
|
|
7058
|
+
.h6.section-title {
|
|
7030
7059
|
color: #555555;
|
|
7031
7060
|
margin-bottom: 24px;
|
|
7032
7061
|
}
|
|
7033
7062
|
|
|
7034
|
-
h1,
|
|
7063
|
+
h1,
|
|
7064
|
+
.h1 {
|
|
7035
7065
|
font-size: 2.5rem;
|
|
7036
7066
|
}
|
|
7037
|
-
h1.section-title,
|
|
7067
|
+
h1.section-title,
|
|
7068
|
+
.h1.section-title {
|
|
7038
7069
|
font-size: 1.8em;
|
|
7039
7070
|
}
|
|
7040
7071
|
|
|
7041
|
-
h2,
|
|
7072
|
+
h2,
|
|
7073
|
+
.h2 {
|
|
7042
7074
|
font-size: 2rem;
|
|
7043
7075
|
}
|
|
7044
|
-
h2.section-title,
|
|
7076
|
+
h2.section-title,
|
|
7077
|
+
.h2.section-title {
|
|
7045
7078
|
font-size: 1.6em;
|
|
7046
7079
|
}
|
|
7047
7080
|
|
|
7048
|
-
h3,
|
|
7081
|
+
h3,
|
|
7082
|
+
.h3 {
|
|
7049
7083
|
font-size: 1.75rem;
|
|
7050
7084
|
}
|
|
7051
|
-
h3.section-title,
|
|
7085
|
+
h3.section-title,
|
|
7086
|
+
.h3.section-title {
|
|
7052
7087
|
font-size: 1.4em;
|
|
7053
7088
|
}
|
|
7054
7089
|
|
|
7055
|
-
h4,
|
|
7090
|
+
h4,
|
|
7091
|
+
.h4 {
|
|
7056
7092
|
font-size: 1.5rem;
|
|
7057
7093
|
}
|
|
7058
|
-
h4.section-title,
|
|
7094
|
+
h4.section-title,
|
|
7095
|
+
.h4.section-title {
|
|
7059
7096
|
font-size: 1.2em;
|
|
7060
7097
|
}
|
|
7061
7098
|
|
|
7062
|
-
h5,
|
|
7099
|
+
h5,
|
|
7100
|
+
.h5 {
|
|
7063
7101
|
font-size: 1.25rem;
|
|
7064
7102
|
}
|
|
7065
|
-
h5.section-title,
|
|
7103
|
+
h5.section-title,
|
|
7104
|
+
.h5.section-title {
|
|
7066
7105
|
font-size: 1em;
|
|
7067
7106
|
}
|
|
7068
7107
|
|
|
7069
|
-
h6,
|
|
7108
|
+
h6,
|
|
7109
|
+
.h6 {
|
|
7070
7110
|
font-size: 1rem;
|
|
7071
7111
|
}
|
|
7072
|
-
h6.section-title,
|
|
7112
|
+
h6.section-title,
|
|
7113
|
+
.h6.section-title {
|
|
7073
7114
|
font-size: 0.8em;
|
|
7074
7115
|
}
|
|
7075
7116
|
|
|
7076
7117
|
a {
|
|
7077
7118
|
color: #232D4F;
|
|
7078
|
-
color: var(--arg-azul-600, #
|
|
7119
|
+
color: var(--arg-azul-600, #0767a7);
|
|
7079
7120
|
font-weight: inherit;
|
|
7080
7121
|
border: 0;
|
|
7081
7122
|
cursor: pointer;
|
|
@@ -7095,20 +7136,64 @@ main a:not(.btn) {
|
|
|
7095
7136
|
}
|
|
7096
7137
|
|
|
7097
7138
|
/* /// INICIO CORTE DE PALABRA TITULOS PANELES /// */
|
|
7098
|
-
.pane-atajos h3,
|
|
7139
|
+
.pane-atajos h3,
|
|
7140
|
+
.pane-atajos .h3 {
|
|
7099
7141
|
font-size: 1.18rem;
|
|
7100
7142
|
}
|
|
7101
7143
|
|
|
7102
7144
|
/* /// Saco corte de palabra en la home /// */
|
|
7103
|
-
.front .pane-atajos h3,
|
|
7145
|
+
.front .pane-atajos h3,
|
|
7146
|
+
.front .pane-atajos .h3 {
|
|
7104
7147
|
font-size: 1.28rem;
|
|
7105
7148
|
}
|
|
7106
7149
|
|
|
7107
7150
|
/* /// FIN CORTE DE PALABRA TITULOS PANELES /// */
|
|
7108
|
-
p a,
|
|
7151
|
+
p a,
|
|
7152
|
+
li a,
|
|
7153
|
+
h1 a,
|
|
7154
|
+
h2 a,
|
|
7155
|
+
h3 a,
|
|
7156
|
+
h4 a,
|
|
7157
|
+
h5 a,
|
|
7158
|
+
h6 a,
|
|
7159
|
+
.h1 a,
|
|
7160
|
+
.h2 a,
|
|
7161
|
+
.h3 a,
|
|
7162
|
+
.h4 a,
|
|
7163
|
+
.h5 a,
|
|
7164
|
+
.h6 a,
|
|
7165
|
+
table tbody a {
|
|
7109
7166
|
text-decoration: underline;
|
|
7110
7167
|
}
|
|
7111
|
-
p a:hover, p a:focus,
|
|
7168
|
+
p a:hover, p a:focus,
|
|
7169
|
+
li a:hover,
|
|
7170
|
+
li a:focus,
|
|
7171
|
+
h1 a:hover,
|
|
7172
|
+
h1 a:focus,
|
|
7173
|
+
h2 a:hover,
|
|
7174
|
+
h2 a:focus,
|
|
7175
|
+
h3 a:hover,
|
|
7176
|
+
h3 a:focus,
|
|
7177
|
+
h4 a:hover,
|
|
7178
|
+
h4 a:focus,
|
|
7179
|
+
h5 a:hover,
|
|
7180
|
+
h5 a:focus,
|
|
7181
|
+
h6 a:hover,
|
|
7182
|
+
h6 a:focus,
|
|
7183
|
+
.h1 a:hover,
|
|
7184
|
+
.h1 a:focus,
|
|
7185
|
+
.h2 a:hover,
|
|
7186
|
+
.h2 a:focus,
|
|
7187
|
+
.h3 a:hover,
|
|
7188
|
+
.h3 a:focus,
|
|
7189
|
+
.h4 a:hover,
|
|
7190
|
+
.h4 a:focus,
|
|
7191
|
+
.h5 a:hover,
|
|
7192
|
+
.h5 a:focus,
|
|
7193
|
+
.h6 a:hover,
|
|
7194
|
+
.h6 a:focus,
|
|
7195
|
+
table tbody a:hover,
|
|
7196
|
+
table tbody a:focus {
|
|
7112
7197
|
text-decoration: underline;
|
|
7113
7198
|
}
|
|
7114
7199
|
|
|
@@ -7120,11 +7205,13 @@ fieldset {
|
|
|
7120
7205
|
font-weight: 400;
|
|
7121
7206
|
}
|
|
7122
7207
|
|
|
7123
|
-
b,
|
|
7208
|
+
b,
|
|
7209
|
+
strong {
|
|
7124
7210
|
font-weight: 600;
|
|
7125
7211
|
}
|
|
7126
7212
|
|
|
7127
|
-
.text-muted,
|
|
7213
|
+
.text-muted,
|
|
7214
|
+
time {
|
|
7128
7215
|
color: #555555;
|
|
7129
7216
|
}
|
|
7130
7217
|
|
|
@@ -7178,10 +7265,30 @@ article h1.icon.aside {
|
|
|
7178
7265
|
margin-top: 10px;
|
|
7179
7266
|
}
|
|
7180
7267
|
|
|
7181
|
-
.content_format h2,
|
|
7268
|
+
.content_format h2,
|
|
7269
|
+
.content_format h3,
|
|
7270
|
+
.content_format h4,
|
|
7271
|
+
.content_format h5,
|
|
7272
|
+
.content_format h6,
|
|
7273
|
+
.content_format .h2,
|
|
7274
|
+
.content_format .h3,
|
|
7275
|
+
.content_format .h4,
|
|
7276
|
+
.content_format .h5,
|
|
7277
|
+
.content_format .h6 {
|
|
7182
7278
|
margin-top: 2em;
|
|
7183
7279
|
}
|
|
7184
|
-
.content_format .alert h1,
|
|
7280
|
+
.content_format .alert h1,
|
|
7281
|
+
.content_format .alert h2,
|
|
7282
|
+
.content_format .alert h3,
|
|
7283
|
+
.content_format .alert h4,
|
|
7284
|
+
.content_format .alert h5,
|
|
7285
|
+
.content_format .alert h6,
|
|
7286
|
+
.content_format .alert .h1,
|
|
7287
|
+
.content_format .alert .h2,
|
|
7288
|
+
.content_format .alert .h3,
|
|
7289
|
+
.content_format .alert .h4,
|
|
7290
|
+
.content_format .alert .h5,
|
|
7291
|
+
.content_format .alert .h6,
|
|
7185
7292
|
.content_format .well h1,
|
|
7186
7293
|
.content_format .well h2,
|
|
7187
7294
|
.content_format .well h3,
|
|
@@ -7265,9 +7372,6 @@ article h1.icon.aside {
|
|
|
7265
7372
|
background-color: rgb(155.5714285714, 31.4285714286, 31.4285714286);
|
|
7266
7373
|
}
|
|
7267
7374
|
|
|
7268
|
-
.btn-danger {
|
|
7269
|
-
/* background-color: $brand-danger;*/
|
|
7270
|
-
}
|
|
7271
7375
|
.btn-danger:hover, .btn-danger:focus, .btn-danger:active {
|
|
7272
7376
|
background-color: rgb(155.5714285714, 31.4285714286, 31.4285714286);
|
|
7273
7377
|
}
|
|
@@ -7356,7 +7460,7 @@ fieldset[disabled] .btn-default.active {
|
|
|
7356
7460
|
border: 3px solid transparent;
|
|
7357
7461
|
}
|
|
7358
7462
|
.btn:focus {
|
|
7359
|
-
border: 3px solid #
|
|
7463
|
+
border: 3px solid #FFCE1C !important;
|
|
7360
7464
|
outline: none;
|
|
7361
7465
|
border-radius: 30px !important;
|
|
7362
7466
|
}
|
|
@@ -7460,8 +7564,8 @@ span.btn:hover {
|
|
|
7460
7564
|
}
|
|
7461
7565
|
.btn-danger {
|
|
7462
7566
|
background: none;
|
|
7463
|
-
border-color: #
|
|
7464
|
-
color: #
|
|
7567
|
+
border-color: #C62828;
|
|
7568
|
+
color: #C62828;
|
|
7465
7569
|
}
|
|
7466
7570
|
|
|
7467
7571
|
.navbar .open > .dropdown-menu {
|
|
@@ -7647,7 +7751,6 @@ header nav .input-search:focus {
|
|
|
7647
7751
|
border-top-left-radius: 0;
|
|
7648
7752
|
border-top-right-radius: 0;
|
|
7649
7753
|
box-shadow: none;
|
|
7650
|
-
/*border-bottom: solid 1px $gray-light;*/
|
|
7651
7754
|
margin: 0;
|
|
7652
7755
|
z-index: 9;
|
|
7653
7756
|
}
|
|
@@ -7946,10 +8049,6 @@ header nav .input-search:focus {
|
|
|
7946
8049
|
height: 64px;
|
|
7947
8050
|
padding: 14px 15px;
|
|
7948
8051
|
line-height: 1.8;
|
|
7949
|
-
/* img {
|
|
7950
|
-
height: 36px;
|
|
7951
|
-
width: auto;
|
|
7952
|
-
} */
|
|
7953
8052
|
}
|
|
7954
8053
|
.navbar .navbar-brand h1 {
|
|
7955
8054
|
font-size: 14px;
|
|
@@ -7995,23 +8094,6 @@ header nav .input-search:focus {
|
|
|
7995
8094
|
height: 32px !important;
|
|
7996
8095
|
}
|
|
7997
8096
|
}
|
|
7998
|
-
/*@media (min-width: 351px) and (max-width: 420px){
|
|
7999
|
-
|
|
8000
|
-
.navbar {
|
|
8001
|
-
.container {
|
|
8002
|
-
.navbar-header {
|
|
8003
|
-
.navbar-brand {
|
|
8004
|
-
|
|
8005
|
-
width: 210px;
|
|
8006
|
-
img{
|
|
8007
|
-
width: auto!important;
|
|
8008
|
-
height: 40px;
|
|
8009
|
-
}
|
|
8010
|
-
}
|
|
8011
|
-
}
|
|
8012
|
-
}
|
|
8013
|
-
}
|
|
8014
|
-
}*/
|
|
8015
8097
|
@media (max-width: 320px) {
|
|
8016
8098
|
header .btn {
|
|
8017
8099
|
padding: 7px;
|
|
@@ -8369,8 +8451,6 @@ a.list-group-item:hover, a.list-group-item:focus, a.list-group-item:hover small,
|
|
|
8369
8451
|
color: #DEE2E6;
|
|
8370
8452
|
}
|
|
8371
8453
|
|
|
8372
|
-
/* Breadcrumb */
|
|
8373
|
-
/* Se pasó device*/
|
|
8374
8454
|
ol.breadcrumb li:before {
|
|
8375
8455
|
content: none !important;
|
|
8376
8456
|
}
|
|
@@ -8403,7 +8483,8 @@ ol.breadcrumb li:after {
|
|
|
8403
8483
|
}
|
|
8404
8484
|
|
|
8405
8485
|
.pagination > li > a:hover,
|
|
8406
|
-
.pagination > li > a:focus,
|
|
8486
|
+
.pagination > li > a:focus,
|
|
8487
|
+
pagination .pagination > li > span:hover,
|
|
8407
8488
|
.pagination > li > span:focus {
|
|
8408
8489
|
background-color: #F2F2F2;
|
|
8409
8490
|
border-color: transparent;
|
|
@@ -8435,6 +8516,13 @@ ol.breadcrumb li:after {
|
|
|
8435
8516
|
cursor: not-allowed;
|
|
8436
8517
|
}
|
|
8437
8518
|
|
|
8519
|
+
.pagination > li:first-child > a,
|
|
8520
|
+
.pagination > li:first-child > span,
|
|
8521
|
+
.pagination > li:last-child > a,
|
|
8522
|
+
.pagination > li:last-child > span {
|
|
8523
|
+
border-radius: 30px !important;
|
|
8524
|
+
}
|
|
8525
|
+
|
|
8438
8526
|
article > div > header {
|
|
8439
8527
|
border-bottom: solid 1px #DDDDDD;
|
|
8440
8528
|
margin-bottom: 48px;
|
|
@@ -10697,19 +10785,10 @@ a.alert.alert-danger i {
|
|
|
10697
10785
|
font-weight: 700 !important;
|
|
10698
10786
|
}
|
|
10699
10787
|
|
|
10700
|
-
|
|
10701
|
-
|
|
10702
|
-
.alert .fa.fa-fw {
|
|
10703
|
-
width: 1em;
|
|
10704
|
-
}
|
|
10788
|
+
.alert {
|
|
10789
|
+
border-radius: 10px;
|
|
10705
10790
|
}
|
|
10706
10791
|
|
|
10707
|
-
@media (max-width: 330px) {
|
|
10708
|
-
.alert .fa.fa-fw {
|
|
10709
|
-
width: 0.7em;
|
|
10710
|
-
}
|
|
10711
|
-
}
|
|
10712
|
-
*/
|
|
10713
10792
|
.embed-responsive-1by1 {
|
|
10714
10793
|
padding-bottom: 100%;
|
|
10715
10794
|
}
|
|
@@ -10817,7 +10896,12 @@ a.alert.alert-danger i {
|
|
|
10817
10896
|
margin-top: 0 !important;
|
|
10818
10897
|
}
|
|
10819
10898
|
/* evita cortes de titulos entre paginas */
|
|
10820
|
-
h1,
|
|
10899
|
+
h1,
|
|
10900
|
+
h2,
|
|
10901
|
+
h3,
|
|
10902
|
+
h4,
|
|
10903
|
+
h5,
|
|
10904
|
+
h6 {
|
|
10821
10905
|
break-inside: avoid !important;
|
|
10822
10906
|
}
|
|
10823
10907
|
}
|
|
@@ -10971,7 +11055,8 @@ Las clases "dato-nro" y "dato-eje" corresponde a los formatos markdown definidos
|
|
|
10971
11055
|
- Destacar número o dato estadístico
|
|
10972
11056
|
|
|
10973
11057
|
*/
|
|
10974
|
-
.dato-nro,
|
|
11058
|
+
.dato-nro,
|
|
11059
|
+
.dato-eje {
|
|
10975
11060
|
text-align: left;
|
|
10976
11061
|
margin-bottom: 40px;
|
|
10977
11062
|
}
|
|
@@ -10997,6 +11082,17 @@ Las clases "dato-nro" y "dato-eje" corresponde a los formatos markdown definidos
|
|
|
10997
11082
|
font-size: 1.6em;
|
|
10998
11083
|
}
|
|
10999
11084
|
|
|
11085
|
+
/* Destacados (obtenido de argentina.scss)
|
|
11086
|
+
======================================================================== */
|
|
11087
|
+
#destacados .panel-default {
|
|
11088
|
+
border: none !important;
|
|
11089
|
+
}
|
|
11090
|
+
|
|
11091
|
+
#destacados h3,
|
|
11092
|
+
#destacados p {
|
|
11093
|
+
color: #fff !important;
|
|
11094
|
+
}
|
|
11095
|
+
|
|
11000
11096
|
.poncho-map {
|
|
11001
11097
|
--pm-slider-width: 326px;
|
|
11002
11098
|
--pm-tools-width: 250px;
|
|
@@ -12089,22 +12185,26 @@ footer.pm-open-map ul > li > a:hover, footer.pm-open-map ul > li > a:focus {
|
|
|
12089
12185
|
padding-left: 30px;
|
|
12090
12186
|
padding-right: 30px;
|
|
12091
12187
|
}
|
|
12092
|
-
.numbers h1,
|
|
12188
|
+
.numbers h1,
|
|
12189
|
+
.numbers .h1 {
|
|
12093
12190
|
font-size: 4em;
|
|
12094
12191
|
font-weight: bold;
|
|
12095
12192
|
margin: 0.2em 0;
|
|
12096
12193
|
}
|
|
12097
|
-
.numbers h2,
|
|
12194
|
+
.numbers h2,
|
|
12195
|
+
.numbers .h2 {
|
|
12098
12196
|
font-size: 3em;
|
|
12099
12197
|
font-weight: bold;
|
|
12100
12198
|
margin: 0.2em 0;
|
|
12101
12199
|
}
|
|
12102
|
-
.numbers h3,
|
|
12200
|
+
.numbers h3,
|
|
12201
|
+
.numbers .h3 {
|
|
12103
12202
|
font-size: 2.4em;
|
|
12104
12203
|
font-weight: bold;
|
|
12105
12204
|
margin: 0.2em 0;
|
|
12106
12205
|
}
|
|
12107
|
-
.numbers h4,
|
|
12206
|
+
.numbers h4,
|
|
12207
|
+
.numbers .h4 {
|
|
12108
12208
|
font-size: 1.8em;
|
|
12109
12209
|
font-weight: bold;
|
|
12110
12210
|
margin: 0.2em 0;
|
|
@@ -12139,197 +12239,205 @@ footer.pm-open-map ul > li > a:hover, footer.pm-open-map ul > li > a:focus {
|
|
|
12139
12239
|
height: 12px;
|
|
12140
12240
|
}
|
|
12141
12241
|
|
|
12142
|
-
|
|
12143
|
-
|
|
12144
|
-
|
|
12242
|
+
/**
|
|
12243
|
+
* Generador de variables tipográficas
|
|
12244
|
+
* ([nombre], [valor])
|
|
12245
|
+
*/
|
|
12246
|
+
.fw-thin {
|
|
12247
|
+
font-weight: 100 !important;
|
|
12145
12248
|
}
|
|
12146
12249
|
|
|
12147
|
-
.
|
|
12148
|
-
|
|
12250
|
+
.fw-extra-light {
|
|
12251
|
+
font-weight: 200 !important;
|
|
12149
12252
|
}
|
|
12150
12253
|
|
|
12151
|
-
.
|
|
12152
|
-
|
|
12254
|
+
.fw-light {
|
|
12255
|
+
font-weight: 300 !important;
|
|
12153
12256
|
}
|
|
12154
12257
|
|
|
12155
|
-
.
|
|
12156
|
-
|
|
12258
|
+
.fw-normal {
|
|
12259
|
+
font-weight: 400 !important;
|
|
12157
12260
|
}
|
|
12158
12261
|
|
|
12159
|
-
.
|
|
12160
|
-
|
|
12262
|
+
.fw-medium {
|
|
12263
|
+
font-weight: 500 !important;
|
|
12161
12264
|
}
|
|
12162
12265
|
|
|
12163
|
-
.
|
|
12164
|
-
|
|
12266
|
+
.fw-semibold {
|
|
12267
|
+
font-weight: 600 !important;
|
|
12165
12268
|
}
|
|
12166
12269
|
|
|
12167
|
-
.
|
|
12168
|
-
|
|
12169
|
-
margin-left: 0 !important;
|
|
12270
|
+
.fw-bold {
|
|
12271
|
+
font-weight: 700 !important;
|
|
12170
12272
|
}
|
|
12171
12273
|
|
|
12172
|
-
.
|
|
12173
|
-
|
|
12174
|
-
margin-bottom: 0 !important;
|
|
12274
|
+
.fw-extra-bold {
|
|
12275
|
+
font-weight: 800 !important;
|
|
12175
12276
|
}
|
|
12176
12277
|
|
|
12177
|
-
.
|
|
12178
|
-
|
|
12278
|
+
.fw-black {
|
|
12279
|
+
font-weight: 900 !important;
|
|
12179
12280
|
}
|
|
12180
12281
|
|
|
12181
|
-
|
|
12182
|
-
|
|
12282
|
+
/**
|
|
12283
|
+
* Generador de espacios
|
|
12284
|
+
* ([nombre], [valor])
|
|
12285
|
+
*/
|
|
12286
|
+
.m-a-auto,
|
|
12287
|
+
.m-auto {
|
|
12288
|
+
margin: auto !important;
|
|
12183
12289
|
}
|
|
12184
12290
|
|
|
12185
|
-
.m-t-
|
|
12186
|
-
margin-top:
|
|
12291
|
+
.m-t-auto {
|
|
12292
|
+
margin-top: auto !important;
|
|
12187
12293
|
}
|
|
12188
12294
|
|
|
12189
|
-
.m-r-
|
|
12190
|
-
margin-right:
|
|
12295
|
+
.m-r-auto {
|
|
12296
|
+
margin-right: auto !important;
|
|
12191
12297
|
}
|
|
12192
12298
|
|
|
12193
|
-
.m-b-
|
|
12194
|
-
margin-bottom:
|
|
12299
|
+
.m-b-auto {
|
|
12300
|
+
margin-bottom: auto !important;
|
|
12195
12301
|
}
|
|
12196
12302
|
|
|
12197
|
-
.m-l-
|
|
12198
|
-
margin-left:
|
|
12303
|
+
.m-l-auto {
|
|
12304
|
+
margin-left: auto !important;
|
|
12199
12305
|
}
|
|
12200
12306
|
|
|
12201
|
-
.m-x-
|
|
12202
|
-
margin-right:
|
|
12203
|
-
margin-left:
|
|
12307
|
+
.m-x-auto {
|
|
12308
|
+
margin-right: auto !important;
|
|
12309
|
+
margin-left: auto !important;
|
|
12204
12310
|
}
|
|
12205
12311
|
|
|
12206
|
-
.m-y-
|
|
12207
|
-
margin-top:
|
|
12208
|
-
margin-bottom:
|
|
12312
|
+
.m-y-auto {
|
|
12313
|
+
margin-top: auto !important;
|
|
12314
|
+
margin-bottom: auto !important;
|
|
12209
12315
|
}
|
|
12210
12316
|
|
|
12211
|
-
.
|
|
12212
|
-
|
|
12317
|
+
.p-0 {
|
|
12318
|
+
padding: 0px !important;
|
|
12213
12319
|
}
|
|
12214
12320
|
|
|
12215
|
-
.
|
|
12216
|
-
|
|
12321
|
+
.p-t-0 {
|
|
12322
|
+
padding-top: 0px !important;
|
|
12217
12323
|
}
|
|
12218
12324
|
|
|
12219
|
-
.
|
|
12220
|
-
|
|
12325
|
+
.p-r-0 {
|
|
12326
|
+
padding-right: 0px !important;
|
|
12221
12327
|
}
|
|
12222
12328
|
|
|
12223
|
-
.
|
|
12224
|
-
|
|
12329
|
+
.p-b-0 {
|
|
12330
|
+
padding-bottom: 0px !important;
|
|
12225
12331
|
}
|
|
12226
12332
|
|
|
12227
|
-
.
|
|
12228
|
-
|
|
12333
|
+
.p-l-0 {
|
|
12334
|
+
padding-left: 0px !important;
|
|
12229
12335
|
}
|
|
12230
12336
|
|
|
12231
|
-
.
|
|
12232
|
-
|
|
12233
|
-
|
|
12337
|
+
.p-x-0 {
|
|
12338
|
+
padding-right: 0px !important;
|
|
12339
|
+
padding-left: 0px !important;
|
|
12234
12340
|
}
|
|
12235
12341
|
|
|
12236
|
-
.
|
|
12237
|
-
|
|
12238
|
-
|
|
12342
|
+
.p-y-0 {
|
|
12343
|
+
padding-top: 0px !important;
|
|
12344
|
+
padding-bottom: 0px !important;
|
|
12239
12345
|
}
|
|
12240
12346
|
|
|
12241
|
-
.m-a-
|
|
12242
|
-
|
|
12347
|
+
.m-a-0,
|
|
12348
|
+
.m-0 {
|
|
12349
|
+
margin: 0px !important;
|
|
12243
12350
|
}
|
|
12244
12351
|
|
|
12245
|
-
.m-t-
|
|
12246
|
-
margin-top:
|
|
12352
|
+
.m-t-0 {
|
|
12353
|
+
margin-top: 0px !important;
|
|
12247
12354
|
}
|
|
12248
12355
|
|
|
12249
|
-
.m-r-
|
|
12250
|
-
margin-right:
|
|
12356
|
+
.m-r-0 {
|
|
12357
|
+
margin-right: 0px !important;
|
|
12251
12358
|
}
|
|
12252
12359
|
|
|
12253
|
-
.m-b-
|
|
12254
|
-
margin-bottom:
|
|
12360
|
+
.m-b-0 {
|
|
12361
|
+
margin-bottom: 0px !important;
|
|
12255
12362
|
}
|
|
12256
12363
|
|
|
12257
|
-
.m-l-
|
|
12258
|
-
margin-left:
|
|
12364
|
+
.m-l-0 {
|
|
12365
|
+
margin-left: 0px !important;
|
|
12259
12366
|
}
|
|
12260
12367
|
|
|
12261
|
-
.m-x-
|
|
12262
|
-
margin-right:
|
|
12263
|
-
margin-left:
|
|
12368
|
+
.m-x-0 {
|
|
12369
|
+
margin-right: 0px !important;
|
|
12370
|
+
margin-left: 0px !important;
|
|
12264
12371
|
}
|
|
12265
12372
|
|
|
12266
|
-
.m-y-
|
|
12267
|
-
margin-top:
|
|
12268
|
-
margin-bottom:
|
|
12373
|
+
.m-y-0 {
|
|
12374
|
+
margin-top: 0px !important;
|
|
12375
|
+
margin-bottom: 0px !important;
|
|
12269
12376
|
}
|
|
12270
12377
|
|
|
12271
|
-
.
|
|
12272
|
-
|
|
12378
|
+
.p-05 {
|
|
12379
|
+
padding: 0.5rem !important;
|
|
12273
12380
|
}
|
|
12274
12381
|
|
|
12275
|
-
.
|
|
12276
|
-
|
|
12382
|
+
.p-t-05 {
|
|
12383
|
+
padding-top: 0.5rem !important;
|
|
12277
12384
|
}
|
|
12278
12385
|
|
|
12279
|
-
.
|
|
12280
|
-
|
|
12386
|
+
.p-r-05 {
|
|
12387
|
+
padding-right: 0.5rem !important;
|
|
12281
12388
|
}
|
|
12282
12389
|
|
|
12283
|
-
.
|
|
12284
|
-
|
|
12390
|
+
.p-b-05 {
|
|
12391
|
+
padding-bottom: 0.5rem !important;
|
|
12285
12392
|
}
|
|
12286
12393
|
|
|
12287
|
-
.
|
|
12288
|
-
|
|
12394
|
+
.p-l-05 {
|
|
12395
|
+
padding-left: 0.5rem !important;
|
|
12289
12396
|
}
|
|
12290
12397
|
|
|
12291
|
-
.
|
|
12292
|
-
|
|
12293
|
-
|
|
12398
|
+
.p-x-05 {
|
|
12399
|
+
padding-right: 0.5rem !important;
|
|
12400
|
+
padding-left: 0.5rem !important;
|
|
12294
12401
|
}
|
|
12295
12402
|
|
|
12296
|
-
.
|
|
12297
|
-
|
|
12298
|
-
|
|
12403
|
+
.p-y-05 {
|
|
12404
|
+
padding-top: 0.5rem !important;
|
|
12405
|
+
padding-bottom: 0.5rem !important;
|
|
12299
12406
|
}
|
|
12300
12407
|
|
|
12301
|
-
.
|
|
12302
|
-
|
|
12408
|
+
.m-a-05,
|
|
12409
|
+
.m-05 {
|
|
12410
|
+
margin: 0.5rem !important;
|
|
12303
12411
|
}
|
|
12304
12412
|
|
|
12305
|
-
.
|
|
12306
|
-
|
|
12413
|
+
.m-t-05 {
|
|
12414
|
+
margin-top: 0.5rem !important;
|
|
12307
12415
|
}
|
|
12308
12416
|
|
|
12309
|
-
.
|
|
12310
|
-
|
|
12417
|
+
.m-r-05 {
|
|
12418
|
+
margin-right: 0.5rem !important;
|
|
12311
12419
|
}
|
|
12312
12420
|
|
|
12313
|
-
.
|
|
12314
|
-
|
|
12421
|
+
.m-b-05 {
|
|
12422
|
+
margin-bottom: 0.5rem !important;
|
|
12315
12423
|
}
|
|
12316
12424
|
|
|
12317
|
-
.
|
|
12318
|
-
|
|
12425
|
+
.m-l-05 {
|
|
12426
|
+
margin-left: 0.5rem !important;
|
|
12319
12427
|
}
|
|
12320
12428
|
|
|
12321
|
-
.
|
|
12322
|
-
|
|
12323
|
-
|
|
12429
|
+
.m-x-05 {
|
|
12430
|
+
margin-right: 0.5rem !important;
|
|
12431
|
+
margin-left: 0.5rem !important;
|
|
12324
12432
|
}
|
|
12325
12433
|
|
|
12326
|
-
.
|
|
12327
|
-
|
|
12328
|
-
|
|
12434
|
+
.m-y-05 {
|
|
12435
|
+
margin-top: 0.5rem !important;
|
|
12436
|
+
margin-bottom: 0.5rem !important;
|
|
12329
12437
|
}
|
|
12330
12438
|
|
|
12331
|
-
.p-
|
|
12332
|
-
padding: 1rem
|
|
12439
|
+
.p-1 {
|
|
12440
|
+
padding: 1rem !important;
|
|
12333
12441
|
}
|
|
12334
12442
|
|
|
12335
12443
|
.p-t-1 {
|
|
@@ -12358,8 +12466,39 @@ footer.pm-open-map ul > li > a:hover, footer.pm-open-map ul > li > a:focus {
|
|
|
12358
12466
|
padding-bottom: 1rem !important;
|
|
12359
12467
|
}
|
|
12360
12468
|
|
|
12361
|
-
.
|
|
12362
|
-
|
|
12469
|
+
.m-a-1,
|
|
12470
|
+
.m-1 {
|
|
12471
|
+
margin: 1rem !important;
|
|
12472
|
+
}
|
|
12473
|
+
|
|
12474
|
+
.m-t-1 {
|
|
12475
|
+
margin-top: 1rem !important;
|
|
12476
|
+
}
|
|
12477
|
+
|
|
12478
|
+
.m-r-1 {
|
|
12479
|
+
margin-right: 1rem !important;
|
|
12480
|
+
}
|
|
12481
|
+
|
|
12482
|
+
.m-b-1 {
|
|
12483
|
+
margin-bottom: 1rem !important;
|
|
12484
|
+
}
|
|
12485
|
+
|
|
12486
|
+
.m-l-1 {
|
|
12487
|
+
margin-left: 1rem !important;
|
|
12488
|
+
}
|
|
12489
|
+
|
|
12490
|
+
.m-x-1 {
|
|
12491
|
+
margin-right: 1rem !important;
|
|
12492
|
+
margin-left: 1rem !important;
|
|
12493
|
+
}
|
|
12494
|
+
|
|
12495
|
+
.m-y-1 {
|
|
12496
|
+
margin-top: 1rem !important;
|
|
12497
|
+
margin-bottom: 1rem !important;
|
|
12498
|
+
}
|
|
12499
|
+
|
|
12500
|
+
.p-2 {
|
|
12501
|
+
padding: 1.5rem !important;
|
|
12363
12502
|
}
|
|
12364
12503
|
|
|
12365
12504
|
.p-t-2 {
|
|
@@ -12388,8 +12527,39 @@ footer.pm-open-map ul > li > a:hover, footer.pm-open-map ul > li > a:focus {
|
|
|
12388
12527
|
padding-bottom: 1.5rem !important;
|
|
12389
12528
|
}
|
|
12390
12529
|
|
|
12391
|
-
.
|
|
12392
|
-
|
|
12530
|
+
.m-a-2,
|
|
12531
|
+
.m-2 {
|
|
12532
|
+
margin: 1.5rem !important;
|
|
12533
|
+
}
|
|
12534
|
+
|
|
12535
|
+
.m-t-2 {
|
|
12536
|
+
margin-top: 1.5rem !important;
|
|
12537
|
+
}
|
|
12538
|
+
|
|
12539
|
+
.m-r-2 {
|
|
12540
|
+
margin-right: 1.5rem !important;
|
|
12541
|
+
}
|
|
12542
|
+
|
|
12543
|
+
.m-b-2 {
|
|
12544
|
+
margin-bottom: 1.5rem !important;
|
|
12545
|
+
}
|
|
12546
|
+
|
|
12547
|
+
.m-l-2 {
|
|
12548
|
+
margin-left: 1.5rem !important;
|
|
12549
|
+
}
|
|
12550
|
+
|
|
12551
|
+
.m-x-2 {
|
|
12552
|
+
margin-right: 1.5rem !important;
|
|
12553
|
+
margin-left: 1.5rem !important;
|
|
12554
|
+
}
|
|
12555
|
+
|
|
12556
|
+
.m-y-2 {
|
|
12557
|
+
margin-top: 1.5rem !important;
|
|
12558
|
+
margin-bottom: 1.5rem !important;
|
|
12559
|
+
}
|
|
12560
|
+
|
|
12561
|
+
.p-3 {
|
|
12562
|
+
padding: 3rem !important;
|
|
12393
12563
|
}
|
|
12394
12564
|
|
|
12395
12565
|
.p-t-3 {
|
|
@@ -12418,8 +12588,39 @@ footer.pm-open-map ul > li > a:hover, footer.pm-open-map ul > li > a:focus {
|
|
|
12418
12588
|
padding-bottom: 3rem !important;
|
|
12419
12589
|
}
|
|
12420
12590
|
|
|
12421
|
-
.
|
|
12422
|
-
|
|
12591
|
+
.m-a-3,
|
|
12592
|
+
.m-3 {
|
|
12593
|
+
margin: 3rem !important;
|
|
12594
|
+
}
|
|
12595
|
+
|
|
12596
|
+
.m-t-3 {
|
|
12597
|
+
margin-top: 3rem !important;
|
|
12598
|
+
}
|
|
12599
|
+
|
|
12600
|
+
.m-r-3 {
|
|
12601
|
+
margin-right: 3rem !important;
|
|
12602
|
+
}
|
|
12603
|
+
|
|
12604
|
+
.m-b-3 {
|
|
12605
|
+
margin-bottom: 3rem !important;
|
|
12606
|
+
}
|
|
12607
|
+
|
|
12608
|
+
.m-l-3 {
|
|
12609
|
+
margin-left: 3rem !important;
|
|
12610
|
+
}
|
|
12611
|
+
|
|
12612
|
+
.m-x-3 {
|
|
12613
|
+
margin-right: 3rem !important;
|
|
12614
|
+
margin-left: 3rem !important;
|
|
12615
|
+
}
|
|
12616
|
+
|
|
12617
|
+
.m-y-3 {
|
|
12618
|
+
margin-top: 3rem !important;
|
|
12619
|
+
margin-bottom: 3rem !important;
|
|
12620
|
+
}
|
|
12621
|
+
|
|
12622
|
+
.p-4 {
|
|
12623
|
+
padding: 4rem !important;
|
|
12423
12624
|
}
|
|
12424
12625
|
|
|
12425
12626
|
.p-t-4 {
|
|
@@ -12448,32 +12649,37 @@ footer.pm-open-map ul > li > a:hover, footer.pm-open-map ul > li > a:focus {
|
|
|
12448
12649
|
padding-bottom: 4rem !important;
|
|
12449
12650
|
}
|
|
12450
12651
|
|
|
12451
|
-
|
|
12452
|
-
.
|
|
12453
|
-
|
|
12652
|
+
.m-a-4,
|
|
12653
|
+
.m-4 {
|
|
12654
|
+
margin: 4rem !important;
|
|
12454
12655
|
}
|
|
12455
12656
|
|
|
12456
|
-
.
|
|
12457
|
-
|
|
12657
|
+
.m-t-4 {
|
|
12658
|
+
margin-top: 4rem !important;
|
|
12458
12659
|
}
|
|
12459
12660
|
|
|
12460
|
-
.
|
|
12461
|
-
|
|
12661
|
+
.m-r-4 {
|
|
12662
|
+
margin-right: 4rem !important;
|
|
12462
12663
|
}
|
|
12463
12664
|
|
|
12464
|
-
.
|
|
12465
|
-
|
|
12665
|
+
.m-b-4 {
|
|
12666
|
+
margin-bottom: 4rem !important;
|
|
12466
12667
|
}
|
|
12467
12668
|
|
|
12468
|
-
.
|
|
12469
|
-
|
|
12669
|
+
.m-l-4 {
|
|
12670
|
+
margin-left: 4rem !important;
|
|
12470
12671
|
}
|
|
12471
12672
|
|
|
12472
|
-
.
|
|
12473
|
-
|
|
12673
|
+
.m-x-4 {
|
|
12674
|
+
margin-right: 4rem !important;
|
|
12675
|
+
margin-left: 4rem !important;
|
|
12676
|
+
}
|
|
12677
|
+
|
|
12678
|
+
.m-y-4 {
|
|
12679
|
+
margin-top: 4rem !important;
|
|
12680
|
+
margin-bottom: 4rem !important;
|
|
12474
12681
|
}
|
|
12475
12682
|
|
|
12476
|
-
/* fin uso SNT */
|
|
12477
12683
|
.pos-f-t {
|
|
12478
12684
|
position: fixed;
|
|
12479
12685
|
top: 0;
|
|
@@ -12496,18 +12702,17 @@ footer.pm-open-map ul > li > a:hover, footer.pm-open-map ul > li > a:focus {
|
|
|
12496
12702
|
white-space: nowrap;
|
|
12497
12703
|
}
|
|
12498
12704
|
|
|
12499
|
-
|
|
12500
|
-
text-
|
|
12501
|
-
|
|
12502
|
-
|
|
12503
|
-
.text-xs-right {
|
|
12504
|
-
|
|
12505
|
-
}
|
|
12506
|
-
|
|
12507
|
-
|
|
12508
|
-
|
|
12705
|
+
@media (max-width: 575.98px) {
|
|
12706
|
+
.text-xs-left {
|
|
12707
|
+
text-align: left !important;
|
|
12708
|
+
}
|
|
12709
|
+
.text-xs-right {
|
|
12710
|
+
text-align: right !important;
|
|
12711
|
+
}
|
|
12712
|
+
.text-xs-center {
|
|
12713
|
+
text-align: center !important;
|
|
12714
|
+
}
|
|
12509
12715
|
}
|
|
12510
|
-
|
|
12511
12716
|
@media (min-width: 768px) {
|
|
12512
12717
|
.text-sm-left {
|
|
12513
12718
|
text-align: left !important;
|
|
@@ -12554,10 +12759,6 @@ pre {
|
|
|
12554
12759
|
border: solid 1px #ddd;
|
|
12555
12760
|
}
|
|
12556
12761
|
|
|
12557
|
-
.alert {
|
|
12558
|
-
border-radius: 10px;
|
|
12559
|
-
}
|
|
12560
|
-
|
|
12561
12762
|
.atajos-agrupados .h2 {
|
|
12562
12763
|
margin-bottom: 1.35em;
|
|
12563
12764
|
margin-top: 2.25em;
|
|
@@ -12572,11 +12773,8 @@ pre {
|
|
|
12572
12773
|
flex-wrap: wrap;
|
|
12573
12774
|
}
|
|
12574
12775
|
|
|
12575
|
-
.
|
|
12576
|
-
|
|
12577
|
-
}
|
|
12578
|
-
|
|
12579
|
-
.listas-destacadas > ol, .listas-destacadas > ul {
|
|
12776
|
+
.listas-destacadas > ol,
|
|
12777
|
+
.listas-destacadas > ul {
|
|
12580
12778
|
list-style: none;
|
|
12581
12779
|
padding: 0;
|
|
12582
12780
|
margin: 0 0 0 2.389rem;
|
|
@@ -13104,13 +13302,10 @@ pre {
|
|
|
13104
13302
|
*/
|
|
13105
13303
|
--collapse-bg: gray;
|
|
13106
13304
|
--collapse-color: gray;
|
|
13107
|
-
--collapse-box-shadow: 0 0 6px rgb(0 0 0 / .1);
|
|
13305
|
+
--collapse-box-shadow: 0 0 6px rgb(0 0 0 / 0.1);
|
|
13108
13306
|
--collapse-icon-color: gray;
|
|
13109
13307
|
--collapse-line-color: gray;
|
|
13110
13308
|
}
|
|
13111
|
-
.page-sidebar * {
|
|
13112
|
-
font-family: "Montserrat", sans-serif !important;
|
|
13113
|
-
}
|
|
13114
13309
|
.page-sidebar .btn-title a {
|
|
13115
13310
|
font-weight: bold !important;
|
|
13116
13311
|
}
|
|
@@ -13164,8 +13359,13 @@ pre {
|
|
|
13164
13359
|
.card {
|
|
13165
13360
|
width: 100%;
|
|
13166
13361
|
}
|
|
13167
|
-
.card.
|
|
13168
|
-
font-family: "
|
|
13362
|
+
.card :has(.fa) i {
|
|
13363
|
+
font-family: "FontAwesome";
|
|
13364
|
+
}
|
|
13365
|
+
.card *, .card.card-body * {
|
|
13366
|
+
letter-spacing: -0.15pt;
|
|
13367
|
+
font-size: 18px;
|
|
13368
|
+
font-family: "Montserrat", sans-serif;
|
|
13169
13369
|
}
|
|
13170
13370
|
.card.card-body details {
|
|
13171
13371
|
--summary-padding-s: 20px;
|
|
@@ -13321,7 +13521,7 @@ main > div > div > div > section {
|
|
|
13321
13521
|
}
|
|
13322
13522
|
|
|
13323
13523
|
/* Form-type
|
|
13324
|
-
|
|
13524
|
+
========================================================================
|
|
13325
13525
|
*/
|
|
13326
13526
|
.form-type-date .form-inline {
|
|
13327
13527
|
margin: 0 -15px;
|
|
@@ -13524,7 +13724,8 @@ footer ul.nav li a {
|
|
|
13524
13724
|
|
|
13525
13725
|
/* Generar mas contraste con este color al texto*/
|
|
13526
13726
|
.h3.section-title {
|
|
13527
|
-
color: #141414;
|
|
13727
|
+
color: #141414;
|
|
13728
|
+
/* archivo tipography.scss line 43 le agrega por defecto color: #707070 */
|
|
13528
13729
|
}
|
|
13529
13730
|
|
|
13530
13731
|
.m-l-m15 {
|
|
@@ -13569,15 +13770,19 @@ footer ul.nav li a {
|
|
|
13569
13770
|
font-size: 1.3em !important;
|
|
13570
13771
|
font-weight: 500 !important;
|
|
13571
13772
|
line-height: 1.3 !important;
|
|
13572
|
-
margin: 0.25em 0 !important;
|
|
13773
|
+
margin: 0.25em 0 !important;
|
|
13774
|
+
/*color: red; cambiar color para visualizar mejor que se esta cambiando*/
|
|
13573
13775
|
}
|
|
13574
13776
|
|
|
13575
13777
|
/* modificar paneles sacar headings por parrafos o span */
|
|
13576
13778
|
.icon-item .h3_title {
|
|
13577
|
-
font-size: 1.6em !important;
|
|
13578
|
-
|
|
13779
|
+
font-size: 1.6em !important;
|
|
13780
|
+
/* global.scss line 90*/
|
|
13781
|
+
margin-top: 0 !important;
|
|
13782
|
+
/* global.scss line 85*/
|
|
13579
13783
|
margin-bottom: 0.2em;
|
|
13580
|
-
font-weight: 600;
|
|
13784
|
+
font-weight: 600;
|
|
13785
|
+
/*color: red; cambiar color para visualizar mejor que se esta cambiando*/
|
|
13581
13786
|
}
|
|
13582
13787
|
|
|
13583
13788
|
@media screen and (max-width: 767px) {
|
|
@@ -13589,17 +13794,6 @@ footer ul.nav li a {
|
|
|
13589
13794
|
margin-top: 10px !important;
|
|
13590
13795
|
}
|
|
13591
13796
|
|
|
13592
|
-
/* Destacados
|
|
13593
|
-
======================================================================== */
|
|
13594
|
-
#destacados .panel-default {
|
|
13595
|
-
border: none !important;
|
|
13596
|
-
}
|
|
13597
|
-
|
|
13598
|
-
#destacados h3,
|
|
13599
|
-
#destacados p {
|
|
13600
|
-
color: #fff !important;
|
|
13601
|
-
}
|
|
13602
|
-
|
|
13603
13797
|
/* Header
|
|
13604
13798
|
======================================================================== */
|
|
13605
13799
|
header nav .btn-link {
|
|
@@ -13689,13 +13883,6 @@ ul.dropdown-menu li a {
|
|
|
13689
13883
|
text-overflow: ellipsis;
|
|
13690
13884
|
}
|
|
13691
13885
|
|
|
13692
|
-
.pagination > li:first-child > a,
|
|
13693
|
-
.pagination > li:first-child > span,
|
|
13694
|
-
.pagination > li:last-child > a,
|
|
13695
|
-
.pagination > li:last-child > span {
|
|
13696
|
-
border-radius: 30px !important;
|
|
13697
|
-
}
|
|
13698
|
-
|
|
13699
13886
|
.checkbox label,
|
|
13700
13887
|
.radio label {
|
|
13701
13888
|
margin-top: 0 !important;
|
|
@@ -13801,6 +13988,30 @@ footer .nav > li > a:hover {
|
|
|
13801
13988
|
display: none;
|
|
13802
13989
|
}
|
|
13803
13990
|
}
|
|
13991
|
+
.ql-indent-1 {
|
|
13992
|
+
padding-left: 1rem !important;
|
|
13993
|
+
}
|
|
13994
|
+
|
|
13995
|
+
.ql-indent-2 {
|
|
13996
|
+
padding-left: 2rem !important;
|
|
13997
|
+
}
|
|
13998
|
+
|
|
13999
|
+
.ql-indent-3 {
|
|
14000
|
+
padding-left: 3rem !important;
|
|
14001
|
+
}
|
|
14002
|
+
|
|
14003
|
+
.ql-indent-4 {
|
|
14004
|
+
padding-left: 4rem !important;
|
|
14005
|
+
}
|
|
14006
|
+
|
|
14007
|
+
.ql-indent-5 {
|
|
14008
|
+
padding-left: 5rem !important;
|
|
14009
|
+
}
|
|
14010
|
+
|
|
14011
|
+
.ql-indent-6 {
|
|
14012
|
+
padding-left: 6rem !important;
|
|
14013
|
+
}
|
|
14014
|
+
|
|
13804
14015
|
.box-campania {
|
|
13805
14016
|
padding: 30px 0 0 0;
|
|
13806
14017
|
background-color: #f3faff;
|
|
@@ -14005,7 +14216,7 @@ footer .nav > li > a:hover {
|
|
|
14005
14216
|
}
|
|
14006
14217
|
}
|
|
14007
14218
|
/*
|
|
14008
|
-
|
|
14219
|
+
Define estilos para modulo de subastas
|
|
14009
14220
|
*/
|
|
14010
14221
|
.mapa-inmuebles {
|
|
14011
14222
|
float: right;
|
|
@@ -14131,15 +14342,13 @@ footer .nav > li > a:hover {
|
|
|
14131
14342
|
margin-bottom: 4px;
|
|
14132
14343
|
}
|
|
14133
14344
|
.desplegable-tramitar .items-desplegable-tramitar {
|
|
14134
|
-
--margin: 0.45em;
|
|
14135
14345
|
display: grid;
|
|
14136
14346
|
grid-template-columns: 1.75em 1fr 1.25em;
|
|
14137
14347
|
align-items: center;
|
|
14138
14348
|
gap: 5px;
|
|
14139
|
-
|
|
14140
|
-
padding: var(--margin);
|
|
14349
|
+
padding: 0.45em;
|
|
14141
14350
|
border-radius: 6px;
|
|
14142
|
-
margin: auto calc(
|
|
14351
|
+
margin: auto calc(0.45em * -1);
|
|
14143
14352
|
text-decoration: none;
|
|
14144
14353
|
transition: background 0.2s ease-in-out;
|
|
14145
14354
|
}
|
|
@@ -14162,21 +14371,6 @@ footer .nav > li > a:hover {
|
|
|
14162
14371
|
content: "\f096";
|
|
14163
14372
|
}
|
|
14164
14373
|
|
|
14165
|
-
/*
|
|
14166
|
-
.items-desplegable-tramitar {
|
|
14167
|
-
// border-radius: 15px;
|
|
14168
|
-
// padding: 5px 0 2px 5px;
|
|
14169
|
-
// margin: 8px;
|
|
14170
|
-
// display: table;
|
|
14171
|
-
// font-weight: 500;
|
|
14172
|
-
.icon-select-margin {
|
|
14173
|
-
// margin-left: 0px;
|
|
14174
|
-
&::before {
|
|
14175
|
-
content: "\f096";
|
|
14176
|
-
}
|
|
14177
|
-
}
|
|
14178
|
-
}
|
|
14179
|
-
*/
|
|
14180
14374
|
/* @todo gcaitai Definir si se utiliza */
|
|
14181
14375
|
.items-desplegable-tramitar-select {
|
|
14182
14376
|
border: 3px solid var(--arg-verde);
|
|
@@ -14186,31 +14380,7 @@ footer .nav > li > a:hover {
|
|
|
14186
14380
|
height: auto;
|
|
14187
14381
|
}
|
|
14188
14382
|
|
|
14189
|
-
/*
|
|
14190
|
-
a.items-desplegable-tramitar {
|
|
14191
|
-
&:hover {
|
|
14192
|
-
background-color: var(--arg-primary-50);
|
|
14193
|
-
}
|
|
14194
|
-
}
|
|
14195
|
-
*/
|
|
14196
|
-
/*
|
|
14197
|
-
.items-desplegable-tramitar.activo {
|
|
14198
|
-
.icon-select-margin {
|
|
14199
|
-
&::before {
|
|
14200
|
-
content: "\f046";
|
|
14201
|
-
}
|
|
14202
|
-
}
|
|
14203
|
-
}
|
|
14204
|
-
*/
|
|
14205
14383
|
/* @todo gcaiati. Revisar si estos estilos se utilizan en otra parte del sitio. */
|
|
14206
|
-
.m-t-05 {
|
|
14207
|
-
margin-top: 0.5rem;
|
|
14208
|
-
}
|
|
14209
|
-
|
|
14210
|
-
.m-r-05 {
|
|
14211
|
-
margin-right: 0.5rem;
|
|
14212
|
-
}
|
|
14213
|
-
|
|
14214
14384
|
.f-rigth {
|
|
14215
14385
|
float: right;
|
|
14216
14386
|
}
|
|
@@ -14220,7 +14390,7 @@ a.items-desplegable-tramitar {
|
|
|
14220
14390
|
float: right;
|
|
14221
14391
|
}
|
|
14222
14392
|
|
|
14223
|
-
/*
|
|
14393
|
+
/* @todo gcaiati. No entiendo qué es lo que hace */
|
|
14224
14394
|
.listas-destacadas ul.search-results li::before {
|
|
14225
14395
|
display: none;
|
|
14226
14396
|
}
|
|
@@ -14432,7 +14602,7 @@ ul.colores li:hover {
|
|
|
14432
14602
|
|
|
14433
14603
|
/* Extra small devices (phones, less than 576px) */
|
|
14434
14604
|
@media (max-width: 575.98px) {
|
|
14435
|
-
.br-
|
|
14605
|
+
.br-xs {
|
|
14436
14606
|
display: block;
|
|
14437
14607
|
}
|
|
14438
14608
|
}
|
|
@@ -14520,49 +14690,6 @@ DEGRADÉ: .bg-mix-azul-info .bg-mix-info-azul .bg-mix-palta-azul .bg-mix-azul-pa
|
|
|
14520
14690
|
margin-left: 3px;
|
|
14521
14691
|
}
|
|
14522
14692
|
}
|
|
14523
|
-
/* fin menu superior - ajuste márgenes */
|
|
14524
|
-
/* Menú superior - ver para borrar -
|
|
14525
|
-
|
|
14526
|
-
#encabezado-menu {
|
|
14527
|
-
a {
|
|
14528
|
-
color: $black;
|
|
14529
|
-
}
|
|
14530
|
-
|
|
14531
|
-
ul {
|
|
14532
|
-
width: 100%;
|
|
14533
|
-
}
|
|
14534
|
-
|
|
14535
|
-
.enc-link {
|
|
14536
|
-
padding: 0px;
|
|
14537
|
-
width: 31%;
|
|
14538
|
-
margin: 20px 3px 3px 14px;
|
|
14539
|
-
vertical-align: top;
|
|
14540
|
-
|
|
14541
|
-
a {
|
|
14542
|
-
text-decoration: underline;
|
|
14543
|
-
text-underline-offset: 0.25em;
|
|
14544
|
-
}
|
|
14545
|
-
|
|
14546
|
-
&.active a span {
|
|
14547
|
-
background-image: linear-gradient(to top, #000 3px, transparent 3px, transparent);
|
|
14548
|
-
font-weight: 600;
|
|
14549
|
-
}
|
|
14550
|
-
|
|
14551
|
-
a {
|
|
14552
|
-
&[href^="https://"][target^=_blank]:after, &[href^="http://"][target^=_blank]:after {
|
|
14553
|
-
content: none;
|
|
14554
|
-
}
|
|
14555
|
-
}
|
|
14556
|
-
}
|
|
14557
|
-
}
|
|
14558
|
-
@media (max-width: 992px) {
|
|
14559
|
-
#encabezado-menu .enc-link {
|
|
14560
|
-
width: 96%;
|
|
14561
|
-
margin-left: 28px;
|
|
14562
|
-
}
|
|
14563
|
-
}
|
|
14564
|
-
|
|
14565
|
-
*/
|
|
14566
14693
|
#encabezado {
|
|
14567
14694
|
/* COLOR DEGRADÉ */
|
|
14568
14695
|
/* Generales */
|
|
@@ -14684,7 +14811,8 @@ DEGRADÉ: .bg-mix-azul-info .bg-mix-info-azul .bg-mix-palta-azul .bg-mix-azul-pa
|
|
|
14684
14811
|
#encabezado .enc-img {
|
|
14685
14812
|
padding: 0px;
|
|
14686
14813
|
}
|
|
14687
|
-
#encabezado .enc-img h1,
|
|
14814
|
+
#encabezado .enc-img h1,
|
|
14815
|
+
#encabezado .enc-img p {
|
|
14688
14816
|
padding: 0px 25px;
|
|
14689
14817
|
}
|
|
14690
14818
|
#encabezado .enc-img .iso {
|
|
@@ -14758,10 +14886,6 @@ DEGRADÉ: .bg-mix-azul-info .bg-mix-info-azul .bg-mix-palta-azul .bg-mix-azul-pa
|
|
|
14758
14886
|
text-align: left;
|
|
14759
14887
|
}
|
|
14760
14888
|
|
|
14761
|
-
.fw-normal {
|
|
14762
|
-
font-weight: normal !important;
|
|
14763
|
-
}
|
|
14764
|
-
|
|
14765
14889
|
.accionmodal {
|
|
14766
14890
|
font-size: 0.8rem;
|
|
14767
14891
|
line-height: 2.5;
|
|
@@ -14788,10 +14912,6 @@ DEGRADÉ: .bg-mix-azul-info .bg-mix-info-azul .bg-mix-palta-azul .bg-mix-azul-pa
|
|
|
14788
14912
|
margin-bottom: 1rem;
|
|
14789
14913
|
}
|
|
14790
14914
|
|
|
14791
|
-
.fw-normal {
|
|
14792
|
-
font-weight: normal !important;
|
|
14793
|
-
}
|
|
14794
|
-
|
|
14795
14915
|
.accionmodal {
|
|
14796
14916
|
font-size: 0.8rem;
|
|
14797
14917
|
line-height: 2.5;
|
|
@@ -15359,6 +15479,9 @@ Cuando un elemento en inferior al breakpoint los caret cambian el tamaño
|
|
|
15359
15479
|
* @summary Estilos para las páginas langing de algunos productos o servicios.
|
|
15360
15480
|
* @see www.argentina.gob.ar/vacaciones.
|
|
15361
15481
|
*/
|
|
15482
|
+
/**
|
|
15483
|
+
* Configuración de variables por defecto
|
|
15484
|
+
*/
|
|
15362
15485
|
.details-landing br,
|
|
15363
15486
|
.details-landing p:empty {
|
|
15364
15487
|
display: none;
|
|
@@ -15366,7 +15489,7 @@ Cuando un elemento en inferior al breakpoint los caret cambian el tamaño
|
|
|
15366
15489
|
overflow: hidden;
|
|
15367
15490
|
}
|
|
15368
15491
|
.details-landing details {
|
|
15369
|
-
--figure-width: 1.
|
|
15492
|
+
--figure-width: 1.15rem;
|
|
15370
15493
|
--figure-text-gap: 10px;
|
|
15371
15494
|
--figure-color: inherit;
|
|
15372
15495
|
--figure-font-size: 1.5em;
|
|
@@ -15380,7 +15503,7 @@ Cuando un elemento en inferior al breakpoint los caret cambian el tamaño
|
|
|
15380
15503
|
.details-landing.details-landing-lg > details {
|
|
15381
15504
|
--figure-width: 1.75rem;
|
|
15382
15505
|
--figure-text-gap: 15px;
|
|
15383
|
-
--figure-font-size:
|
|
15506
|
+
--figure-font-size: 2em;
|
|
15384
15507
|
--summary-font-size: 1.2rem;
|
|
15385
15508
|
/* Global componente */
|
|
15386
15509
|
--summary-padding-t: 15px;
|
|
@@ -15407,6 +15530,18 @@ Cuando un elemento en inferior al breakpoint los caret cambian el tamaño
|
|
|
15407
15530
|
line-height: var(--summary-line-height);
|
|
15408
15531
|
}
|
|
15409
15532
|
|
|
15533
|
+
@media (max-width: 768px) {
|
|
15534
|
+
.details-landing.details-landing-md > details, .details-landing.details-landing-lg > details {
|
|
15535
|
+
--figure-width: 1.15rem;
|
|
15536
|
+
--figure-text-gap: 10px;
|
|
15537
|
+
--figure-color: inherit;
|
|
15538
|
+
--figure-font-size: 1.5em;
|
|
15539
|
+
--summary-font-size: 1em;
|
|
15540
|
+
/* Global componente */
|
|
15541
|
+
--summary-padding-t: 10px;
|
|
15542
|
+
--summary-padding-b: 10px;
|
|
15543
|
+
}
|
|
15544
|
+
}
|
|
15410
15545
|
/* FORMULARIOS Y SELECT2 */
|
|
15411
15546
|
/* Oculta selección previa de meses */
|
|
15412
15547
|
#filter-cuando + .select2-container .select2-selection__choice {
|
|
@@ -15556,22 +15691,23 @@ Cuando un elemento en inferior al breakpoint los caret cambian el tamaño
|
|
|
15556
15691
|
}
|
|
15557
15692
|
|
|
15558
15693
|
/* Tipografía y pesos */
|
|
15559
|
-
|
|
15560
|
-
|
|
15694
|
+
/*
|
|
15695
|
+
.fw-light { ¡¡¡¡light y ponés normal!!!!
|
|
15696
|
+
font-weight: 400 !important;
|
|
15561
15697
|
}
|
|
15562
15698
|
|
|
15563
15699
|
.fw-medium {
|
|
15564
|
-
|
|
15700
|
+
font-weight: 500 !important;
|
|
15565
15701
|
}
|
|
15566
15702
|
|
|
15567
15703
|
.fw-semibold {
|
|
15568
|
-
|
|
15704
|
+
font-weight: 600 !important;
|
|
15569
15705
|
}
|
|
15570
15706
|
|
|
15571
15707
|
.fw-bold {
|
|
15572
|
-
|
|
15708
|
+
font-weight: 700 !important;
|
|
15573
15709
|
}
|
|
15574
|
-
|
|
15710
|
+
*/
|
|
15575
15711
|
.text-small {
|
|
15576
15712
|
font-size: 85%;
|
|
15577
15713
|
}
|