sempli-website-lib 4.1.4 → 5.0.2
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/README.md +25 -25
- package/assets/fonts/Lato/Lato-Black.ttf +0 -0
- package/assets/fonts/Lato/Lato-BlackItalic.ttf +0 -0
- package/assets/fonts/Lato/Lato-Bold.ttf +0 -0
- package/assets/fonts/Lato/Lato-BoldItalic.ttf +0 -0
- package/assets/fonts/Lato/Lato-Hairline.ttf +0 -0
- package/assets/fonts/Lato/Lato-HairlineItalic.ttf +0 -0
- package/assets/fonts/Lato/Lato-Italic.ttf +0 -0
- package/assets/fonts/Lato/Lato-Light.ttf +0 -0
- package/assets/fonts/Lato/Lato-LightItalic.ttf +0 -0
- package/assets/fonts/Lato/Lato-Regular.ttf +0 -0
- package/assets/fonts/Lato/OFL.txt +0 -0
- package/assets/interface/documents.svg +136 -136
- package/assets/interface/icons/alert-success.svg +17 -17
- package/assets/interface/icons/arrow-left.svg +8 -8
- package/assets/interface/icons/arrow-right-02.svg +10 -10
- package/assets/interface/icons/arrow-right.svg +8 -8
- package/assets/interface/icons/basic-check-magenta.svg +1 -1
- package/assets/interface/icons/bulb-example.svg +20 -20
- package/assets/interface/icons/bulb-tip.svg +32 -32
- package/assets/interface/icons/check-green-circle-large.svg +23 -23
- package/assets/interface/icons/check-green.svg +16 -16
- package/assets/interface/icons/check-purple.svg +20 -20
- package/assets/interface/icons/cloud-download.svg +20 -20
- package/assets/interface/icons/document-pdf.svg +13 -13
- package/assets/interface/icons/document-review.svg +20 -20
- package/assets/interface/icons/document-status-approved.svg +21 -21
- package/assets/interface/icons/document-status-empty.svg +18 -18
- package/assets/interface/icons/document-status-error.svg +23 -23
- package/assets/interface/icons/document-status-success.svg +19 -19
- package/assets/interface/icons/eye-action.svg +1 -1
- package/assets/interface/icons/hand-stop.svg +19 -19
- package/assets/interface/icons/happy-01.svg +0 -0
- package/assets/interface/icons/happy-02.svg +0 -0
- package/assets/interface/icons/happy-03.svg +0 -0
- package/assets/interface/icons/happy-04.svg +0 -0
- package/assets/interface/icons/happy-05.svg +0 -0
- package/assets/interface/icons/heart.svg +13 -13
- package/assets/interface/icons/intercom-messenger-icon.svg +1 -1
- package/assets/interface/icons/lock-icon.svg +1 -1
- package/assets/interface/icons/mail-circle.svg +32 -32
- package/assets/interface/icons/mail-edit.svg +20 -20
- package/assets/interface/icons/pen-edit.svg +22 -22
- package/assets/interface/icons/plus-circle.svg +22 -22
- package/assets/interface/icons/question-sign.svg +10 -10
- package/assets/interface/icons/shield.svg +31 -31
- package/assets/interface/icons/signature-modal-approved.svg +17 -17
- package/assets/interface/icons/signature-modal-waiting.svg +23 -23
- package/assets/interface/icons/signature-pending.svg +25 -25
- package/assets/interface/icons/signature-step-active.svg +19 -19
- package/assets/interface/icons/signature-step-completed.svg +19 -19
- package/assets/interface/icons/signature-step-default.svg +19 -19
- package/assets/interface/icons/skull.svg +23 -23
- package/assets/interface/icons/step-incomplete.svg +18 -18
- package/assets/interface/icons/trash-delete.svg +20 -20
- package/assets/interface/icons/warning-sign.svg +22 -22
- package/assets/interface/icons/x-circle.svg +14 -14
- package/esm2020/lib/sempli-website-lib.module.mjs +16 -0
- package/esm2020/public-api.mjs +5 -0
- package/esm2020/sempli-website-lib.mjs +5 -0
- package/fesm2015/sempli-website-lib.mjs +27 -0
- package/fesm2015/sempli-website-lib.mjs.map +1 -0
- package/fesm2020/sempli-website-lib.mjs +27 -0
- package/fesm2020/sempli-website-lib.mjs.map +1 -0
- package/lib/sempli-website-lib.module.d.ts +6 -2
- package/package.json +23 -11
- package/public-api.d.ts +1 -1
- package/sempli-website-lib.d.ts +5 -4
- package/styles/_main.scss +2 -2
- package/styles/master-app.scss +11962 -9802
- package/styles/master-landing.scss +12821 -10661
- package/styles/modules/_functions.scss +37 -37
- package/styles/modules/_mixins.scss +66 -66
- package/styles/modules/_variables.scss +54 -54
- package/styles/partials/_base.scss +281 -281
- package/styles/partials/_buttons.scss +401 -402
- package/styles/partials/_fonts.scss +83 -83
- package/styles/partials/_forms.scss +837 -837
- package/styles/partials/_icons.scss +12 -12
- package/styles/partials/_layout.scss +148 -148
- package/styles/partials/_modals.scss +256 -256
- package/styles/partials/_panels.scss +51 -51
- package/styles/partials/_progress-bars.scss +60 -60
- package/styles/partials/_tooltips.scss +128 -128
- package/styles/partials/_videos.scss +32 -32
- package/styles/partials/animations.scss +122 -122
- package/styles/partials/app/_blocks.scss +101 -101
- package/styles/partials/app/_cards.scss +155 -155
- package/styles/partials/app/_general.scss +1199 -1199
- package/styles/partials/app/_header.scss +723 -723
- package/styles/partials/app/_layout.scss +227 -227
- package/styles/partials/app/_my-account.scss +203 -203
- package/styles/partials/app/_my-loan-applications.scss +165 -165
- package/styles/partials/app/_my-products.scss +1039 -1039
- package/styles/partials/app/_signatures.scss +16 -16
- package/styles/partials/landing/_footer.scss +70 -70
- package/styles/partials/landing/_general.scss +1375 -1375
- package/styles/partials/landing/_header.scss +478 -478
- package/styles/partials/landing/_hero-wrappers.scss +616 -616
- package/styles/vendor/_modules_export.scss +3252 -1091
- package/styles/vendor/_normalize.scss +341 -341
- package/bundles/sempli-website-lib.umd.js +0 -33
- package/bundles/sempli-website-lib.umd.js.map +0 -1
- package/bundles/sempli-website-lib.umd.min.js +0 -2
- package/bundles/sempli-website-lib.umd.min.js.map +0 -1
- package/esm2015/lib/sempli-website-lib.module.js +0 -11
- package/esm2015/public-api.js +0 -5
- package/esm2015/sempli-website-lib.js +0 -5
- package/fesm2015/sempli-website-lib.js +0 -22
- package/fesm2015/sempli-website-lib.js.map +0 -1
- package/sempli-website-lib.metadata.json +0 -1
|
@@ -1,616 +1,616 @@
|
|
|
1
|
-
/*#############################################################################
|
|
2
|
-
# HERO SECTION WRAPPERS
|
|
3
|
-
#############################################################################*/
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
section.hero-wrapper {
|
|
7
|
-
padding: 40px 0;
|
|
8
|
-
overflow: hidden;
|
|
9
|
-
position: relative;
|
|
10
|
-
|
|
11
|
-
@include responsive($breakpoint-medium) {
|
|
12
|
-
padding: 100px 0;
|
|
13
|
-
}
|
|
14
|
-
|
|
15
|
-
@include responsive($breakpoint-xmedium) {
|
|
16
|
-
padding: 200px 0;
|
|
17
|
-
}
|
|
18
|
-
|
|
19
|
-
// Compact Layout Option
|
|
20
|
-
&.compact {
|
|
21
|
-
@include background-image(linear-gradient(#ffffff, #f5f6fa));
|
|
22
|
-
padding: 10px 0 20px;
|
|
23
|
-
|
|
24
|
-
@include responsive($breakpoint-medium) {
|
|
25
|
-
padding: 20px 0 40px;
|
|
26
|
-
}
|
|
27
|
-
|
|
28
|
-
@include responsive($breakpoint-xmedium) {
|
|
29
|
-
padding: 40px 0 60px;
|
|
30
|
-
}
|
|
31
|
-
}
|
|
32
|
-
|
|
33
|
-
// Centered Text Option
|
|
34
|
-
&.centered {
|
|
35
|
-
text-align: center;
|
|
36
|
-
}
|
|
37
|
-
|
|
38
|
-
// Content Elements
|
|
39
|
-
.hero-title {
|
|
40
|
-
// color: $color-primary;
|
|
41
|
-
font-size: rem-calc(26px);
|
|
42
|
-
// font-weight: 100;
|
|
43
|
-
margin: 0 0 rem-calc(13px);
|
|
44
|
-
|
|
45
|
-
@include responsive($breakpoint-medium) {
|
|
46
|
-
font-size: rem-calc(32px);
|
|
47
|
-
}
|
|
48
|
-
@include responsive($breakpoint-xmedium) {
|
|
49
|
-
font-size: rem-calc(48px);
|
|
50
|
-
}
|
|
51
|
-
|
|
52
|
-
&.hero-white-title {
|
|
53
|
-
color: white;
|
|
54
|
-
font-weight: 700;
|
|
55
|
-
font-size: 43px;
|
|
56
|
-
line-height: 55px;
|
|
57
|
-
}
|
|
58
|
-
}
|
|
59
|
-
|
|
60
|
-
.hero-description {
|
|
61
|
-
font-size: rem-calc(18px);
|
|
62
|
-
font-weight: 100;
|
|
63
|
-
// opacity: 0.5;
|
|
64
|
-
margin: 0 0 rem-calc(20px);
|
|
65
|
-
|
|
66
|
-
@include responsive($breakpoint-medium) {
|
|
67
|
-
font-size: rem-calc(22px);
|
|
68
|
-
}
|
|
69
|
-
@include responsive($breakpoint-xmedium) {
|
|
70
|
-
font-size: rem-calc(24px);
|
|
71
|
-
}
|
|
72
|
-
|
|
73
|
-
&.hero-white-title{
|
|
74
|
-
color: white;
|
|
75
|
-
opacity: unset;
|
|
76
|
-
|
|
77
|
-
&.font-weight-medium {
|
|
78
|
-
font-weight: 500;
|
|
79
|
-
}
|
|
80
|
-
}
|
|
81
|
-
}
|
|
82
|
-
|
|
83
|
-
nav.tab-menu {
|
|
84
|
-
@include responsive($breakpoint-xmedium) {
|
|
85
|
-
width: 100%;
|
|
86
|
-
position: absolute;
|
|
87
|
-
bottom: 0;
|
|
88
|
-
left: 50%;
|
|
89
|
-
@include transform(translateX(-50%));
|
|
90
|
-
}
|
|
91
|
-
|
|
92
|
-
a.tab {
|
|
93
|
-
display: block;
|
|
94
|
-
background-color: rgba(#fff,0.2);
|
|
95
|
-
color: $color-secondary;
|
|
96
|
-
font-weight: 900;
|
|
97
|
-
padding: 10px 20px;
|
|
98
|
-
margin: 0 0 15px 0;
|
|
99
|
-
@include border-radius(20px);
|
|
100
|
-
@include box-shadow(0 -5px 8px 0 rgba(black, 0.06));
|
|
101
|
-
|
|
102
|
-
@include responsive($breakpoint-xmedium) {
|
|
103
|
-
display: inline-block;
|
|
104
|
-
margin: 0 5px 0 0;
|
|
105
|
-
@include border-top-radius(5px);
|
|
106
|
-
@include border-bottom-radius(0);
|
|
107
|
-
}
|
|
108
|
-
|
|
109
|
-
&:last-child {
|
|
110
|
-
margin: 0;
|
|
111
|
-
}
|
|
112
|
-
|
|
113
|
-
&:hover {
|
|
114
|
-
background-color: #fff;
|
|
115
|
-
}
|
|
116
|
-
|
|
117
|
-
&.active {
|
|
118
|
-
background-color: #fff;
|
|
119
|
-
color: $color-primary;
|
|
120
|
-
@include box-shadow(0 -5px 8px 0 rgba(black, 0.1));
|
|
121
|
-
}
|
|
122
|
-
}
|
|
123
|
-
|
|
124
|
-
&.inverse {
|
|
125
|
-
a.tab {
|
|
126
|
-
background-color: #e8eaf1;
|
|
127
|
-
@include box-shadow(none);
|
|
128
|
-
|
|
129
|
-
&:hover {
|
|
130
|
-
background-color: darken(#e8eaf1, 3%);
|
|
131
|
-
}
|
|
132
|
-
|
|
133
|
-
&.active {
|
|
134
|
-
background-color: #f5f6fa;
|
|
135
|
-
color: $color-text;
|
|
136
|
-
}
|
|
137
|
-
}
|
|
138
|
-
}
|
|
139
|
-
}
|
|
140
|
-
}
|
|
141
|
-
|
|
142
|
-
// SECTION SPECIFIC HERO WRAPPERS
|
|
143
|
-
.webp body#landing section.hero-wrapper {
|
|
144
|
-
&.home.index {
|
|
145
|
-
@include responsive($breakpoint-xmedium) {
|
|
146
|
-
background: url("/assets/swl/interface/sempli-lg-home.webp") no-repeat 100% 88%;
|
|
147
|
-
background-size: cover;
|
|
148
|
-
}
|
|
149
|
-
|
|
150
|
-
@include responsive($breakpoint-xxlarge) {
|
|
151
|
-
background: url("/assets/swl/interface/sempli-bg-home.webp") no-repeat 100% 88%;
|
|
152
|
-
background-size: cover;
|
|
153
|
-
}
|
|
154
|
-
}
|
|
155
|
-
|
|
156
|
-
&.announcement {
|
|
157
|
-
@include responsive-max($breakpoint-large) {
|
|
158
|
-
background: url("/assets/swl/interface/sempli-md-banner-announce.webp") no-repeat 100%;
|
|
159
|
-
background-size: cover;
|
|
160
|
-
}
|
|
161
|
-
|
|
162
|
-
@include responsive($breakpoint-large) {
|
|
163
|
-
background: url("/assets/swl/interface/sempli-banner-announce.webp") no-repeat 100%;
|
|
164
|
-
background-size: cover;
|
|
165
|
-
}
|
|
166
|
-
}
|
|
167
|
-
|
|
168
|
-
&.ongoing {
|
|
169
|
-
background: url("/assets/swl/interface/sempli-banner-ongoing.webp") no-repeat 100%;
|
|
170
|
-
background-size: cover;
|
|
171
|
-
}
|
|
172
|
-
|
|
173
|
-
&.sempli-connects {
|
|
174
|
-
background: url("/assets/swl/interface/sempli-conecta-banner.webp") no-repeat 100%;
|
|
175
|
-
background-size: cover;
|
|
176
|
-
|
|
177
|
-
@include responsive-max($breakpoint-small) {
|
|
178
|
-
background: linear-gradient(#00000042, #00000042), url("/assets/swl/interface/sempli-conecta-banner.webp") no-repeat 100%;
|
|
179
|
-
background-size: cover;
|
|
180
|
-
}
|
|
181
|
-
}
|
|
182
|
-
|
|
183
|
-
&.ally-landing.index {
|
|
184
|
-
@include responsive($breakpoint-large) {
|
|
185
|
-
&.sempli-comfama {
|
|
186
|
-
background: url("/assets/swl/interface/comfama_sempli_alliance.webp") no-repeat 98% 50%;
|
|
187
|
-
@include background-retina("/assets/swl/interface/comfama_sempli_alliance.webp", 400px, 370px);
|
|
188
|
-
background-size: auto 400px;
|
|
189
|
-
margin-bottom: 40px;
|
|
190
|
-
}
|
|
191
|
-
}
|
|
192
|
-
|
|
193
|
-
@include responsive($breakpoint-xlarge) {
|
|
194
|
-
&.sempli-comfama {
|
|
195
|
-
background-position: 95% 10%;
|
|
196
|
-
background-size: auto 450px;
|
|
197
|
-
}
|
|
198
|
-
}
|
|
199
|
-
}
|
|
200
|
-
|
|
201
|
-
&.credit-lines.index {
|
|
202
|
-
@include responsive($breakpoint-large) {
|
|
203
|
-
&.grow-simple-section {
|
|
204
|
-
background: url("/assets/swl/interface/crecer_simple_sempli.webp") no-repeat 110% 50%;
|
|
205
|
-
@include background-retina("/assets/swl/interface/crecer_simple_sempli.webp", auto, 510px);
|
|
206
|
-
background-size: auto 450px;
|
|
207
|
-
margin-bottom: 40px;
|
|
208
|
-
}
|
|
209
|
-
&.ongoing-section {
|
|
210
|
-
background: url("/assets/swl/interface/ongoing.webp") no-repeat 110% 50%;
|
|
211
|
-
@include background-retina("/assets/swl/interface/ongoing.webp", 400px, 370px);
|
|
212
|
-
background-size: auto 450px;
|
|
213
|
-
margin-bottom: 40px;
|
|
214
|
-
}
|
|
215
|
-
&.sempli-women-section {
|
|
216
|
-
background: url("/assets/swl/interface/mujeres_sempli.webp") no-repeat 110% 50%;
|
|
217
|
-
@include background-retina("/assets/swl/interface/mujeres_sempli.webp", 400px, 370px);
|
|
218
|
-
background-size: auto 450px;
|
|
219
|
-
margin-bottom: 40px;
|
|
220
|
-
}
|
|
221
|
-
&.sustainable-companies-section {
|
|
222
|
-
background: url("/assets/swl/interface/sostenible.webp") no-repeat 110% 50%;
|
|
223
|
-
@include background-retina("/assets/swl/interface/sostenible.webp", 400px, 370px);
|
|
224
|
-
background-size: auto 450px;
|
|
225
|
-
margin-bottom: 40px;
|
|
226
|
-
}
|
|
227
|
-
&.innovators-section {
|
|
228
|
-
background: url("/assets/swl/interface/innovadores_35.webp") no-repeat 110% 50%;
|
|
229
|
-
@include background-retina("/assets/swl/interface/innovadores_35.webp", 400px, 370px);
|
|
230
|
-
background-size: auto 450px;
|
|
231
|
-
margin-bottom: 40px;
|
|
232
|
-
}
|
|
233
|
-
&.independent-entrepreneurs-section {
|
|
234
|
-
background: url("/assets/swl/interface/independientes.webp") no-repeat 110% 50%;
|
|
235
|
-
@include background-retina("/assets/swl/interface/independientes.webp", 400px, 370px);
|
|
236
|
-
background-size: auto 450px;
|
|
237
|
-
margin-bottom: 40px;
|
|
238
|
-
}
|
|
239
|
-
}
|
|
240
|
-
|
|
241
|
-
@include responsive($breakpoint-xlarge) {
|
|
242
|
-
&.grow-simple-section {
|
|
243
|
-
background-position: 105% 65%;
|
|
244
|
-
background-size: auto 650px;
|
|
245
|
-
}
|
|
246
|
-
&.ongoing-section {
|
|
247
|
-
background-position: 105% 50%;
|
|
248
|
-
background-size: auto 700px;
|
|
249
|
-
}
|
|
250
|
-
&.sustainable-companies-section {
|
|
251
|
-
background-position: 105% 100%;
|
|
252
|
-
background-size: auto 650px;
|
|
253
|
-
}
|
|
254
|
-
|
|
255
|
-
&.innovators-section {
|
|
256
|
-
background-position: 105% 100%;
|
|
257
|
-
background-size: auto 650px;
|
|
258
|
-
}
|
|
259
|
-
|
|
260
|
-
&.sempli-women-section, &.independent-entrepreneurs-section {
|
|
261
|
-
background-position: 105% 35%;
|
|
262
|
-
background-size: auto 600px;
|
|
263
|
-
}
|
|
264
|
-
}
|
|
265
|
-
}
|
|
266
|
-
|
|
267
|
-
&.insurance-entrepreneur-plan {
|
|
268
|
-
@include responsive($breakpoint-large) {
|
|
269
|
-
background: url("/assets/swl/interface/illustration-02.webp") no-repeat 110% 50%;
|
|
270
|
-
@include background-retina("/assets/swl/interface/illustration-02.webp", 400px, 370px);
|
|
271
|
-
background-size: auto 450px;
|
|
272
|
-
margin-bottom: 40px;
|
|
273
|
-
}
|
|
274
|
-
|
|
275
|
-
@include responsive($breakpoint-xlarge) {
|
|
276
|
-
background-position: 90% 60%;
|
|
277
|
-
background-size: auto 500px;
|
|
278
|
-
}
|
|
279
|
-
}
|
|
280
|
-
|
|
281
|
-
// Confirmación de Email
|
|
282
|
-
&.email-confirmation.index,
|
|
283
|
-
&.legal-authorization.index,
|
|
284
|
-
&.not-interested-confirmation.index {
|
|
285
|
-
@include responsive($breakpoint-medium) {
|
|
286
|
-
&.confirmed, &.already_confirmed {
|
|
287
|
-
background: url("/assets/swl/interface/illustration-05.webp") no-repeat 110% 50%;
|
|
288
|
-
@include background-retina("/assets/swl/interface/illustration-05.webp", 400px, 370px);
|
|
289
|
-
background-size: auto 370px;
|
|
290
|
-
margin-bottom: 40px;
|
|
291
|
-
}
|
|
292
|
-
&.error, &.rejected, &.cancel-application {
|
|
293
|
-
background: url("/assets/swl/interface/illustration-12.webp") no-repeat 110% 50%;
|
|
294
|
-
@include background-retina("/assets/swl/interface/illustration-12.webp", 400px, 370px);
|
|
295
|
-
background-size: auto 370px;
|
|
296
|
-
margin-bottom: 40px;
|
|
297
|
-
}
|
|
298
|
-
}
|
|
299
|
-
|
|
300
|
-
@include responsive($breakpoint-xmedium) {
|
|
301
|
-
&.confirmed, &.already_confirmed, &.error, &.rejected, &.cancel-application {
|
|
302
|
-
background-position: 100% 50%;
|
|
303
|
-
background-size: auto 400px;
|
|
304
|
-
min-height: 693px;
|
|
305
|
-
margin-bottom: 80px;
|
|
306
|
-
}
|
|
307
|
-
}
|
|
308
|
-
|
|
309
|
-
@include responsive($breakpoint-large) {
|
|
310
|
-
&.confirmed, &.already_confirmed, &.error, &.rejected, &.cancel-application {
|
|
311
|
-
background-position: 90% 35%;
|
|
312
|
-
background-size: auto 500px;
|
|
313
|
-
}
|
|
314
|
-
}
|
|
315
|
-
}
|
|
316
|
-
|
|
317
|
-
&.page-not-found {
|
|
318
|
-
@include responsive($breakpoint-medium) {
|
|
319
|
-
background: url("/assets/swl/interface/illustration-12.webp") no-repeat 80% 50%;
|
|
320
|
-
background-size: auto 80%;
|
|
321
|
-
margin-bottom: 40px;
|
|
322
|
-
}
|
|
323
|
-
|
|
324
|
-
@include responsive($breakpoint-xmedium) {
|
|
325
|
-
background-position: 100% 50%;
|
|
326
|
-
background-size: auto 70%;
|
|
327
|
-
min-height: 693px;
|
|
328
|
-
margin-bottom: 80px;
|
|
329
|
-
}
|
|
330
|
-
|
|
331
|
-
@include responsive($breakpoint-large) {
|
|
332
|
-
background-position: 80% 35%;
|
|
333
|
-
background-size: auto 100%;
|
|
334
|
-
}
|
|
335
|
-
}
|
|
336
|
-
}
|
|
337
|
-
|
|
338
|
-
.no-webp body#landing section.hero-wrapper {
|
|
339
|
-
&.home.index {
|
|
340
|
-
@include responsive($breakpoint-xmedium) {
|
|
341
|
-
background: url("/assets/swl/interface/sempli-lg-home.jpg") no-repeat 100% 88%;
|
|
342
|
-
background-size: cover;
|
|
343
|
-
}
|
|
344
|
-
|
|
345
|
-
@include responsive($breakpoint-xxlarge) {
|
|
346
|
-
background: url("/assets/swl/interface/sempli-bg-home.jpg") no-repeat 100% 88%;
|
|
347
|
-
background-size: cover;
|
|
348
|
-
}
|
|
349
|
-
}
|
|
350
|
-
|
|
351
|
-
&.announcement {
|
|
352
|
-
@include responsive-max($breakpoint-large) {
|
|
353
|
-
background: url("/assets/swl/interface/sempli-md-banner-announce.jpg") no-repeat 100%;
|
|
354
|
-
background-size: cover;
|
|
355
|
-
}
|
|
356
|
-
|
|
357
|
-
@include responsive($breakpoint-large) {
|
|
358
|
-
background: url("/assets/swl/interface/sempli-banner-announce.jpg") no-repeat 100%;
|
|
359
|
-
background-size: cover;
|
|
360
|
-
}
|
|
361
|
-
}
|
|
362
|
-
|
|
363
|
-
&.ongoing {
|
|
364
|
-
background: url("/assets/swl/interface/sempli-banner-ongoing.png") no-repeat 100%;
|
|
365
|
-
background-size: cover;
|
|
366
|
-
}
|
|
367
|
-
|
|
368
|
-
&.sempli-connects {
|
|
369
|
-
background: url("/assets/swl/interface/sempli-conecta-banner.png") no-repeat 100%;
|
|
370
|
-
background-size: cover;
|
|
371
|
-
|
|
372
|
-
@include responsive-max($breakpoint-small) {
|
|
373
|
-
background: linear-gradient(#00000042, #00000042), url("/assets/swl/interface/sempli-conecta-banner.png") no-repeat 100%;
|
|
374
|
-
background-size: cover;
|
|
375
|
-
}
|
|
376
|
-
}
|
|
377
|
-
|
|
378
|
-
&.ally-landing.index {
|
|
379
|
-
@include responsive($breakpoint-large) {
|
|
380
|
-
&.sempli-comfama {
|
|
381
|
-
background: url("/assets/swl/interface/comfama_sempli_alliance.png") no-repeat 98% 50%;
|
|
382
|
-
@include background-retina("/assets/swl/interface/comfama_sempli_alliance.png", 400px, 370px);
|
|
383
|
-
background-size: auto 400px;
|
|
384
|
-
margin-bottom: 40px;
|
|
385
|
-
}
|
|
386
|
-
}
|
|
387
|
-
|
|
388
|
-
@include responsive($breakpoint-xlarge) {
|
|
389
|
-
&.sempli-comfama {
|
|
390
|
-
background-position: 95% 10%;
|
|
391
|
-
background-size: auto 450px;
|
|
392
|
-
}
|
|
393
|
-
}
|
|
394
|
-
}
|
|
395
|
-
|
|
396
|
-
&.credit-lines.index {
|
|
397
|
-
@include responsive($breakpoint-large) {
|
|
398
|
-
&.grow-simple-section {
|
|
399
|
-
background: url("/assets/swl/interface/crecer_simple_sempli.png") no-repeat 110% 50%;
|
|
400
|
-
@include background-retina("/assets/swl/interface/crecer_simple_sempli.png", auto, 510px);
|
|
401
|
-
background-size: auto 450px;
|
|
402
|
-
margin-bottom: 40px;
|
|
403
|
-
}
|
|
404
|
-
&.ongoing-section {
|
|
405
|
-
background: url("/assets/swl/interface/ongoing.png") no-repeat 110% 50%;
|
|
406
|
-
@include background-retina("/assets/swl/interface/ongoing.png", 400px, 370px);
|
|
407
|
-
background-size: auto 450px;
|
|
408
|
-
margin-bottom: 40px;
|
|
409
|
-
}
|
|
410
|
-
&.sempli-women-section {
|
|
411
|
-
background: url("/assets/swl/interface/mujeres_sempli.png") no-repeat 110% 50%;
|
|
412
|
-
@include background-retina("/assets/swl/interface/mujeres_sempli.png", 400px, 370px);
|
|
413
|
-
background-size: auto 450px;
|
|
414
|
-
margin-bottom: 40px;
|
|
415
|
-
}
|
|
416
|
-
&.sustainable-companies-section {
|
|
417
|
-
background: url("/assets/swl/interface/sostenible.png") no-repeat 110% 50%;
|
|
418
|
-
@include background-retina("/assets/swl/interface/sostenible.png", 400px, 370px);
|
|
419
|
-
background-size: auto 450px;
|
|
420
|
-
margin-bottom: 40px;
|
|
421
|
-
}
|
|
422
|
-
&.innovators-section {
|
|
423
|
-
background: url("/assets/swl/interface/innovadores_35.png") no-repeat 110% 50%;
|
|
424
|
-
@include background-retina("/assets/swl/interface/innovadores_35.png", 400px, 370px);
|
|
425
|
-
background-size: auto 450px;
|
|
426
|
-
margin-bottom: 40px;
|
|
427
|
-
}
|
|
428
|
-
&.independent-entrepreneurs-section {
|
|
429
|
-
background: url("/assets/swl/interface/independientes.png") no-repeat 110% 50%;
|
|
430
|
-
@include background-retina("/assets/swl/interface/independientes.png", 400px, 370px);
|
|
431
|
-
background-size: auto 450px;
|
|
432
|
-
margin-bottom: 40px;
|
|
433
|
-
}
|
|
434
|
-
}
|
|
435
|
-
|
|
436
|
-
@include responsive($breakpoint-xlarge) {
|
|
437
|
-
&.grow-simple-section {
|
|
438
|
-
background-position: 105% 65%;
|
|
439
|
-
background-size: auto 650px;
|
|
440
|
-
}
|
|
441
|
-
&.ongoing-section {
|
|
442
|
-
background-position: 105% 125%;
|
|
443
|
-
background-size: auto 650px;
|
|
444
|
-
}
|
|
445
|
-
|
|
446
|
-
&.sustainable-companies-section {
|
|
447
|
-
background-position: 105% 125%;
|
|
448
|
-
background-size: auto 650px;
|
|
449
|
-
}
|
|
450
|
-
|
|
451
|
-
&.innovators-section {
|
|
452
|
-
background-position: 110% 100%;
|
|
453
|
-
background-size: auto 650px;
|
|
454
|
-
}
|
|
455
|
-
|
|
456
|
-
&.sempli-women-section, &.innovators-section, &.independent-entrepreneurs-section {
|
|
457
|
-
background-position: 105% 35%;
|
|
458
|
-
background-size: auto 600px;
|
|
459
|
-
}
|
|
460
|
-
}
|
|
461
|
-
}
|
|
462
|
-
|
|
463
|
-
&.insurance-entrepreneur-plan {
|
|
464
|
-
@include responsive($breakpoint-large) {
|
|
465
|
-
background: url("/assets/swl/interface/illustration-02.png") no-repeat 110% 50%;
|
|
466
|
-
@include background-retina("/assets/swl/interface/illustration-02.png", 400px, 370px);
|
|
467
|
-
background-size: auto 450px;
|
|
468
|
-
margin-bottom: 40px;
|
|
469
|
-
}
|
|
470
|
-
|
|
471
|
-
@include responsive($breakpoint-xlarge) {
|
|
472
|
-
background-position: 90% 60%;
|
|
473
|
-
background-size: auto 500px;
|
|
474
|
-
}
|
|
475
|
-
}
|
|
476
|
-
|
|
477
|
-
// Confirmación de Email
|
|
478
|
-
&.email-confirmation.index,
|
|
479
|
-
&.legal-authorization.index,
|
|
480
|
-
&.not-interested-confirmation.index {
|
|
481
|
-
@include responsive($breakpoint-medium) {
|
|
482
|
-
&.confirmed, &.already_confirmed {
|
|
483
|
-
background: url("/assets/swl/interface/illustration-05.png") no-repeat 110% 50%;
|
|
484
|
-
@include background-retina("/assets/swl/interface/illustration-05.png", 400px, 370px);
|
|
485
|
-
background-size: auto 370px;
|
|
486
|
-
margin-bottom: 40px;
|
|
487
|
-
}
|
|
488
|
-
&.error, &.rejected, &.cancel-application {
|
|
489
|
-
background: url("/assets/swl/interface/illustration-12.png") no-repeat 110% 50%;
|
|
490
|
-
@include background-retina("/assets/swl/interface/illustration-12.png", 400px, 370px);
|
|
491
|
-
background-size: auto 370px;
|
|
492
|
-
margin-bottom: 40px;
|
|
493
|
-
}
|
|
494
|
-
}
|
|
495
|
-
|
|
496
|
-
@include responsive($breakpoint-xmedium) {
|
|
497
|
-
&.confirmed, &.already_confirmed, &.error, &.rejected, &.cancel-application {
|
|
498
|
-
background-position: 100% 50%;
|
|
499
|
-
background-size: auto 400px;
|
|
500
|
-
min-height: 693px;
|
|
501
|
-
margin-bottom: 80px;
|
|
502
|
-
}
|
|
503
|
-
}
|
|
504
|
-
|
|
505
|
-
@include responsive($breakpoint-large) {
|
|
506
|
-
&.confirmed, &.already_confirmed, &.error, &.rejected, &.cancel-application {
|
|
507
|
-
background-position: 90% 35%;
|
|
508
|
-
background-size: auto 500px;
|
|
509
|
-
}
|
|
510
|
-
}
|
|
511
|
-
}
|
|
512
|
-
|
|
513
|
-
&.page-not-found {
|
|
514
|
-
@include responsive($breakpoint-medium) {
|
|
515
|
-
background: url("/assets/swl/interface/illustration-12.png") no-repeat 110% 50%;
|
|
516
|
-
@include background-retina("/assets/swl/interface/illustration-12.png", 400px, 370px);
|
|
517
|
-
background-size: auto 370px;
|
|
518
|
-
margin-bottom: 40px;
|
|
519
|
-
}
|
|
520
|
-
|
|
521
|
-
@include responsive($breakpoint-xmedium) {
|
|
522
|
-
background-position: 100% 50%;
|
|
523
|
-
background-size: auto 400px;
|
|
524
|
-
min-height: 693px;
|
|
525
|
-
margin-bottom: 80px;
|
|
526
|
-
}
|
|
527
|
-
|
|
528
|
-
@include responsive($breakpoint-large) {
|
|
529
|
-
background-position: 90% 35%;
|
|
530
|
-
background-size: auto 500px;
|
|
531
|
-
}
|
|
532
|
-
}
|
|
533
|
-
}
|
|
534
|
-
|
|
535
|
-
body#landing {
|
|
536
|
-
// Homepage
|
|
537
|
-
|
|
538
|
-
section.hero-wrapper.home.index {
|
|
539
|
-
padding: 20px 0;
|
|
540
|
-
|
|
541
|
-
@include responsive($breakpoint-xmedium) {
|
|
542
|
-
min-height: calc(100vh - 84px);
|
|
543
|
-
padding: 80px 0;
|
|
544
|
-
}
|
|
545
|
-
|
|
546
|
-
@include responsive($breakpoint-xxlarge) {
|
|
547
|
-
background-position-y: 60% !important;
|
|
548
|
-
padding: 150px 0;
|
|
549
|
-
}
|
|
550
|
-
}
|
|
551
|
-
|
|
552
|
-
section.hero-wrapper.allies {
|
|
553
|
-
padding: 20px 0;
|
|
554
|
-
background-size: cover;
|
|
555
|
-
min-height: calc(100vh - 84px);
|
|
556
|
-
|
|
557
|
-
.allies-intro {
|
|
558
|
-
padding: 60px 40px;
|
|
559
|
-
.allies-title {
|
|
560
|
-
color: $color-dark-gray;
|
|
561
|
-
padding: 20px 0 10px;
|
|
562
|
-
}
|
|
563
|
-
.allies-subtitle {
|
|
564
|
-
color: $color-secondary-dark;
|
|
565
|
-
font-weight: 500;
|
|
566
|
-
}
|
|
567
|
-
}
|
|
568
|
-
|
|
569
|
-
@include responsive($breakpoint-xmedium) {
|
|
570
|
-
padding: 80px 0;
|
|
571
|
-
}
|
|
572
|
-
}
|
|
573
|
-
|
|
574
|
-
// Cómo funciona - Index
|
|
575
|
-
section.hero-wrapper.como-funciona.index {
|
|
576
|
-
@include responsive($breakpoint-medium) {
|
|
577
|
-
background: url("/assets/swl/interface/illustration-07.png") no-repeat 110% 50%;
|
|
578
|
-
background-size: 400px 370px;
|
|
579
|
-
@include background-retina("/assets/swl/interface/illustration-07.png", 400px, 370px);
|
|
580
|
-
margin-bottom: 40px;
|
|
581
|
-
}
|
|
582
|
-
|
|
583
|
-
@include responsive($breakpoint-xmedium) {
|
|
584
|
-
background-position: 110% 100%;
|
|
585
|
-
background-size: 600px 555px;
|
|
586
|
-
min-height: 693px;
|
|
587
|
-
margin-bottom: 80px;
|
|
588
|
-
}
|
|
589
|
-
|
|
590
|
-
@include responsive($breakpoint-large) {
|
|
591
|
-
background-position: 100% 100%;
|
|
592
|
-
background-size: 750px 693px;
|
|
593
|
-
}
|
|
594
|
-
}
|
|
595
|
-
}
|
|
596
|
-
|
|
597
|
-
|
|
598
|
-
// body#landing {
|
|
599
|
-
// // Homepage
|
|
600
|
-
// &.home {
|
|
601
|
-
// section.hero-wrapper {
|
|
602
|
-
// @include responsive($breakpoint-medium) {
|
|
603
|
-
// background: url("/assets/swl/interface/illustration-01.png") no-repeat 110% 50%;
|
|
604
|
-
// background-size: 1000px 789px;
|
|
605
|
-
// @include background-retina("/assets/swl/interface/illustration-01.png", 1000px, 789px);
|
|
606
|
-
// }
|
|
607
|
-
|
|
608
|
-
// @include responsive($breakpoint-xmedium) {
|
|
609
|
-
// background-position: 110% 0;
|
|
610
|
-
// background-size: 800px 631px;
|
|
611
|
-
// min-height: 631px;
|
|
612
|
-
// }
|
|
613
|
-
// }
|
|
614
|
-
// }
|
|
615
|
-
// }
|
|
616
|
-
|
|
1
|
+
/*#############################################################################
|
|
2
|
+
# HERO SECTION WRAPPERS
|
|
3
|
+
#############################################################################*/
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
section.hero-wrapper {
|
|
7
|
+
padding: 40px 0;
|
|
8
|
+
overflow: hidden;
|
|
9
|
+
position: relative;
|
|
10
|
+
|
|
11
|
+
@include responsive($breakpoint-medium) {
|
|
12
|
+
padding: 100px 0;
|
|
13
|
+
}
|
|
14
|
+
|
|
15
|
+
@include responsive($breakpoint-xmedium) {
|
|
16
|
+
padding: 200px 0;
|
|
17
|
+
}
|
|
18
|
+
|
|
19
|
+
// Compact Layout Option
|
|
20
|
+
&.compact {
|
|
21
|
+
@include background-image(linear-gradient(#ffffff, #f5f6fa));
|
|
22
|
+
padding: 10px 0 20px;
|
|
23
|
+
|
|
24
|
+
@include responsive($breakpoint-medium) {
|
|
25
|
+
padding: 20px 0 40px;
|
|
26
|
+
}
|
|
27
|
+
|
|
28
|
+
@include responsive($breakpoint-xmedium) {
|
|
29
|
+
padding: 40px 0 60px;
|
|
30
|
+
}
|
|
31
|
+
}
|
|
32
|
+
|
|
33
|
+
// Centered Text Option
|
|
34
|
+
&.centered {
|
|
35
|
+
text-align: center;
|
|
36
|
+
}
|
|
37
|
+
|
|
38
|
+
// Content Elements
|
|
39
|
+
.hero-title {
|
|
40
|
+
// color: $color-primary;
|
|
41
|
+
font-size: rem-calc(26px);
|
|
42
|
+
// font-weight: 100;
|
|
43
|
+
margin: 0 0 rem-calc(13px);
|
|
44
|
+
|
|
45
|
+
@include responsive($breakpoint-medium) {
|
|
46
|
+
font-size: rem-calc(32px);
|
|
47
|
+
}
|
|
48
|
+
@include responsive($breakpoint-xmedium) {
|
|
49
|
+
font-size: rem-calc(48px);
|
|
50
|
+
}
|
|
51
|
+
|
|
52
|
+
&.hero-white-title {
|
|
53
|
+
color: white;
|
|
54
|
+
font-weight: 700;
|
|
55
|
+
font-size: 43px;
|
|
56
|
+
line-height: 55px;
|
|
57
|
+
}
|
|
58
|
+
}
|
|
59
|
+
|
|
60
|
+
.hero-description {
|
|
61
|
+
font-size: rem-calc(18px);
|
|
62
|
+
font-weight: 100;
|
|
63
|
+
// opacity: 0.5;
|
|
64
|
+
margin: 0 0 rem-calc(20px);
|
|
65
|
+
|
|
66
|
+
@include responsive($breakpoint-medium) {
|
|
67
|
+
font-size: rem-calc(22px);
|
|
68
|
+
}
|
|
69
|
+
@include responsive($breakpoint-xmedium) {
|
|
70
|
+
font-size: rem-calc(24px);
|
|
71
|
+
}
|
|
72
|
+
|
|
73
|
+
&.hero-white-title{
|
|
74
|
+
color: white;
|
|
75
|
+
opacity: unset;
|
|
76
|
+
|
|
77
|
+
&.font-weight-medium {
|
|
78
|
+
font-weight: 500;
|
|
79
|
+
}
|
|
80
|
+
}
|
|
81
|
+
}
|
|
82
|
+
|
|
83
|
+
nav.tab-menu {
|
|
84
|
+
@include responsive($breakpoint-xmedium) {
|
|
85
|
+
width: 100%;
|
|
86
|
+
position: absolute;
|
|
87
|
+
bottom: 0;
|
|
88
|
+
left: 50%;
|
|
89
|
+
@include transform(translateX(-50%));
|
|
90
|
+
}
|
|
91
|
+
|
|
92
|
+
a.tab {
|
|
93
|
+
display: block;
|
|
94
|
+
background-color: rgba(#fff,0.2);
|
|
95
|
+
color: $color-secondary;
|
|
96
|
+
font-weight: 900;
|
|
97
|
+
padding: 10px 20px;
|
|
98
|
+
margin: 0 0 15px 0;
|
|
99
|
+
@include border-radius(20px);
|
|
100
|
+
@include box-shadow(0 -5px 8px 0 rgba(black, 0.06));
|
|
101
|
+
|
|
102
|
+
@include responsive($breakpoint-xmedium) {
|
|
103
|
+
display: inline-block;
|
|
104
|
+
margin: 0 5px 0 0;
|
|
105
|
+
@include border-top-radius(5px);
|
|
106
|
+
@include border-bottom-radius(0);
|
|
107
|
+
}
|
|
108
|
+
|
|
109
|
+
&:last-child {
|
|
110
|
+
margin: 0;
|
|
111
|
+
}
|
|
112
|
+
|
|
113
|
+
&:hover {
|
|
114
|
+
background-color: #fff;
|
|
115
|
+
}
|
|
116
|
+
|
|
117
|
+
&.active {
|
|
118
|
+
background-color: #fff;
|
|
119
|
+
color: $color-primary;
|
|
120
|
+
@include box-shadow(0 -5px 8px 0 rgba(black, 0.1));
|
|
121
|
+
}
|
|
122
|
+
}
|
|
123
|
+
|
|
124
|
+
&.inverse {
|
|
125
|
+
a.tab {
|
|
126
|
+
background-color: #e8eaf1;
|
|
127
|
+
@include box-shadow(none);
|
|
128
|
+
|
|
129
|
+
&:hover {
|
|
130
|
+
background-color: darken(#e8eaf1, 3%);
|
|
131
|
+
}
|
|
132
|
+
|
|
133
|
+
&.active {
|
|
134
|
+
background-color: #f5f6fa;
|
|
135
|
+
color: $color-text;
|
|
136
|
+
}
|
|
137
|
+
}
|
|
138
|
+
}
|
|
139
|
+
}
|
|
140
|
+
}
|
|
141
|
+
|
|
142
|
+
// SECTION SPECIFIC HERO WRAPPERS
|
|
143
|
+
.webp body#landing section.hero-wrapper {
|
|
144
|
+
&.home.index {
|
|
145
|
+
@include responsive($breakpoint-xmedium) {
|
|
146
|
+
background: url("/assets/swl/interface/sempli-lg-home.webp") no-repeat 100% 88%;
|
|
147
|
+
background-size: cover;
|
|
148
|
+
}
|
|
149
|
+
|
|
150
|
+
@include responsive($breakpoint-xxlarge) {
|
|
151
|
+
background: url("/assets/swl/interface/sempli-bg-home.webp") no-repeat 100% 88%;
|
|
152
|
+
background-size: cover;
|
|
153
|
+
}
|
|
154
|
+
}
|
|
155
|
+
|
|
156
|
+
&.announcement {
|
|
157
|
+
@include responsive-max($breakpoint-large) {
|
|
158
|
+
background: url("/assets/swl/interface/sempli-md-banner-announce.webp") no-repeat 100%;
|
|
159
|
+
background-size: cover;
|
|
160
|
+
}
|
|
161
|
+
|
|
162
|
+
@include responsive($breakpoint-large) {
|
|
163
|
+
background: url("/assets/swl/interface/sempli-banner-announce.webp") no-repeat 100%;
|
|
164
|
+
background-size: cover;
|
|
165
|
+
}
|
|
166
|
+
}
|
|
167
|
+
|
|
168
|
+
&.ongoing {
|
|
169
|
+
background: url("/assets/swl/interface/sempli-banner-ongoing.webp") no-repeat 100%;
|
|
170
|
+
background-size: cover;
|
|
171
|
+
}
|
|
172
|
+
|
|
173
|
+
&.sempli-connects {
|
|
174
|
+
background: url("/assets/swl/interface/sempli-conecta-banner.webp") no-repeat 100%;
|
|
175
|
+
background-size: cover;
|
|
176
|
+
|
|
177
|
+
@include responsive-max($breakpoint-small) {
|
|
178
|
+
background: linear-gradient(#00000042, #00000042), url("/assets/swl/interface/sempli-conecta-banner.webp") no-repeat 100%;
|
|
179
|
+
background-size: cover;
|
|
180
|
+
}
|
|
181
|
+
}
|
|
182
|
+
|
|
183
|
+
&.ally-landing.index {
|
|
184
|
+
@include responsive($breakpoint-large) {
|
|
185
|
+
&.sempli-comfama {
|
|
186
|
+
background: url("/assets/swl/interface/comfama_sempli_alliance.webp") no-repeat 98% 50%;
|
|
187
|
+
@include background-retina("/assets/swl/interface/comfama_sempli_alliance.webp", 400px, 370px);
|
|
188
|
+
background-size: auto 400px;
|
|
189
|
+
margin-bottom: 40px;
|
|
190
|
+
}
|
|
191
|
+
}
|
|
192
|
+
|
|
193
|
+
@include responsive($breakpoint-xlarge) {
|
|
194
|
+
&.sempli-comfama {
|
|
195
|
+
background-position: 95% 10%;
|
|
196
|
+
background-size: auto 450px;
|
|
197
|
+
}
|
|
198
|
+
}
|
|
199
|
+
}
|
|
200
|
+
|
|
201
|
+
&.credit-lines.index {
|
|
202
|
+
@include responsive($breakpoint-large) {
|
|
203
|
+
&.grow-simple-section {
|
|
204
|
+
background: url("/assets/swl/interface/crecer_simple_sempli.webp") no-repeat 110% 50%;
|
|
205
|
+
@include background-retina("/assets/swl/interface/crecer_simple_sempli.webp", auto, 510px);
|
|
206
|
+
background-size: auto 450px;
|
|
207
|
+
margin-bottom: 40px;
|
|
208
|
+
}
|
|
209
|
+
&.ongoing-section {
|
|
210
|
+
background: url("/assets/swl/interface/ongoing.webp") no-repeat 110% 50%;
|
|
211
|
+
@include background-retina("/assets/swl/interface/ongoing.webp", 400px, 370px);
|
|
212
|
+
background-size: auto 450px;
|
|
213
|
+
margin-bottom: 40px;
|
|
214
|
+
}
|
|
215
|
+
&.sempli-women-section {
|
|
216
|
+
background: url("/assets/swl/interface/mujeres_sempli.webp") no-repeat 110% 50%;
|
|
217
|
+
@include background-retina("/assets/swl/interface/mujeres_sempli.webp", 400px, 370px);
|
|
218
|
+
background-size: auto 450px;
|
|
219
|
+
margin-bottom: 40px;
|
|
220
|
+
}
|
|
221
|
+
&.sustainable-companies-section {
|
|
222
|
+
background: url("/assets/swl/interface/sostenible.webp") no-repeat 110% 50%;
|
|
223
|
+
@include background-retina("/assets/swl/interface/sostenible.webp", 400px, 370px);
|
|
224
|
+
background-size: auto 450px;
|
|
225
|
+
margin-bottom: 40px;
|
|
226
|
+
}
|
|
227
|
+
&.innovators-section {
|
|
228
|
+
background: url("/assets/swl/interface/innovadores_35.webp") no-repeat 110% 50%;
|
|
229
|
+
@include background-retina("/assets/swl/interface/innovadores_35.webp", 400px, 370px);
|
|
230
|
+
background-size: auto 450px;
|
|
231
|
+
margin-bottom: 40px;
|
|
232
|
+
}
|
|
233
|
+
&.independent-entrepreneurs-section {
|
|
234
|
+
background: url("/assets/swl/interface/independientes.webp") no-repeat 110% 50%;
|
|
235
|
+
@include background-retina("/assets/swl/interface/independientes.webp", 400px, 370px);
|
|
236
|
+
background-size: auto 450px;
|
|
237
|
+
margin-bottom: 40px;
|
|
238
|
+
}
|
|
239
|
+
}
|
|
240
|
+
|
|
241
|
+
@include responsive($breakpoint-xlarge) {
|
|
242
|
+
&.grow-simple-section {
|
|
243
|
+
background-position: 105% 65%;
|
|
244
|
+
background-size: auto 650px;
|
|
245
|
+
}
|
|
246
|
+
&.ongoing-section {
|
|
247
|
+
background-position: 105% 50%;
|
|
248
|
+
background-size: auto 700px;
|
|
249
|
+
}
|
|
250
|
+
&.sustainable-companies-section {
|
|
251
|
+
background-position: 105% 100%;
|
|
252
|
+
background-size: auto 650px;
|
|
253
|
+
}
|
|
254
|
+
|
|
255
|
+
&.innovators-section {
|
|
256
|
+
background-position: 105% 100%;
|
|
257
|
+
background-size: auto 650px;
|
|
258
|
+
}
|
|
259
|
+
|
|
260
|
+
&.sempli-women-section, &.independent-entrepreneurs-section {
|
|
261
|
+
background-position: 105% 35%;
|
|
262
|
+
background-size: auto 600px;
|
|
263
|
+
}
|
|
264
|
+
}
|
|
265
|
+
}
|
|
266
|
+
|
|
267
|
+
&.insurance-entrepreneur-plan {
|
|
268
|
+
@include responsive($breakpoint-large) {
|
|
269
|
+
background: url("/assets/swl/interface/illustration-02.webp") no-repeat 110% 50%;
|
|
270
|
+
@include background-retina("/assets/swl/interface/illustration-02.webp", 400px, 370px);
|
|
271
|
+
background-size: auto 450px;
|
|
272
|
+
margin-bottom: 40px;
|
|
273
|
+
}
|
|
274
|
+
|
|
275
|
+
@include responsive($breakpoint-xlarge) {
|
|
276
|
+
background-position: 90% 60%;
|
|
277
|
+
background-size: auto 500px;
|
|
278
|
+
}
|
|
279
|
+
}
|
|
280
|
+
|
|
281
|
+
// Confirmación de Email
|
|
282
|
+
&.email-confirmation.index,
|
|
283
|
+
&.legal-authorization.index,
|
|
284
|
+
&.not-interested-confirmation.index {
|
|
285
|
+
@include responsive($breakpoint-medium) {
|
|
286
|
+
&.confirmed, &.already_confirmed {
|
|
287
|
+
background: url("/assets/swl/interface/illustration-05.webp") no-repeat 110% 50%;
|
|
288
|
+
@include background-retina("/assets/swl/interface/illustration-05.webp", 400px, 370px);
|
|
289
|
+
background-size: auto 370px;
|
|
290
|
+
margin-bottom: 40px;
|
|
291
|
+
}
|
|
292
|
+
&.error, &.rejected, &.cancel-application {
|
|
293
|
+
background: url("/assets/swl/interface/illustration-12.webp") no-repeat 110% 50%;
|
|
294
|
+
@include background-retina("/assets/swl/interface/illustration-12.webp", 400px, 370px);
|
|
295
|
+
background-size: auto 370px;
|
|
296
|
+
margin-bottom: 40px;
|
|
297
|
+
}
|
|
298
|
+
}
|
|
299
|
+
|
|
300
|
+
@include responsive($breakpoint-xmedium) {
|
|
301
|
+
&.confirmed, &.already_confirmed, &.error, &.rejected, &.cancel-application {
|
|
302
|
+
background-position: 100% 50%;
|
|
303
|
+
background-size: auto 400px;
|
|
304
|
+
min-height: 693px;
|
|
305
|
+
margin-bottom: 80px;
|
|
306
|
+
}
|
|
307
|
+
}
|
|
308
|
+
|
|
309
|
+
@include responsive($breakpoint-large) {
|
|
310
|
+
&.confirmed, &.already_confirmed, &.error, &.rejected, &.cancel-application {
|
|
311
|
+
background-position: 90% 35%;
|
|
312
|
+
background-size: auto 500px;
|
|
313
|
+
}
|
|
314
|
+
}
|
|
315
|
+
}
|
|
316
|
+
|
|
317
|
+
&.page-not-found {
|
|
318
|
+
@include responsive($breakpoint-medium) {
|
|
319
|
+
background: url("/assets/swl/interface/illustration-12.webp") no-repeat 80% 50%;
|
|
320
|
+
background-size: auto 80%;
|
|
321
|
+
margin-bottom: 40px;
|
|
322
|
+
}
|
|
323
|
+
|
|
324
|
+
@include responsive($breakpoint-xmedium) {
|
|
325
|
+
background-position: 100% 50%;
|
|
326
|
+
background-size: auto 70%;
|
|
327
|
+
min-height: 693px;
|
|
328
|
+
margin-bottom: 80px;
|
|
329
|
+
}
|
|
330
|
+
|
|
331
|
+
@include responsive($breakpoint-large) {
|
|
332
|
+
background-position: 80% 35%;
|
|
333
|
+
background-size: auto 100%;
|
|
334
|
+
}
|
|
335
|
+
}
|
|
336
|
+
}
|
|
337
|
+
|
|
338
|
+
.no-webp body#landing section.hero-wrapper {
|
|
339
|
+
&.home.index {
|
|
340
|
+
@include responsive($breakpoint-xmedium) {
|
|
341
|
+
background: url("/assets/swl/interface/sempli-lg-home.jpg") no-repeat 100% 88%;
|
|
342
|
+
background-size: cover;
|
|
343
|
+
}
|
|
344
|
+
|
|
345
|
+
@include responsive($breakpoint-xxlarge) {
|
|
346
|
+
background: url("/assets/swl/interface/sempli-bg-home.jpg") no-repeat 100% 88%;
|
|
347
|
+
background-size: cover;
|
|
348
|
+
}
|
|
349
|
+
}
|
|
350
|
+
|
|
351
|
+
&.announcement {
|
|
352
|
+
@include responsive-max($breakpoint-large) {
|
|
353
|
+
background: url("/assets/swl/interface/sempli-md-banner-announce.jpg") no-repeat 100%;
|
|
354
|
+
background-size: cover;
|
|
355
|
+
}
|
|
356
|
+
|
|
357
|
+
@include responsive($breakpoint-large) {
|
|
358
|
+
background: url("/assets/swl/interface/sempli-banner-announce.jpg") no-repeat 100%;
|
|
359
|
+
background-size: cover;
|
|
360
|
+
}
|
|
361
|
+
}
|
|
362
|
+
|
|
363
|
+
&.ongoing {
|
|
364
|
+
background: url("/assets/swl/interface/sempli-banner-ongoing.png") no-repeat 100%;
|
|
365
|
+
background-size: cover;
|
|
366
|
+
}
|
|
367
|
+
|
|
368
|
+
&.sempli-connects {
|
|
369
|
+
background: url("/assets/swl/interface/sempli-conecta-banner.png") no-repeat 100%;
|
|
370
|
+
background-size: cover;
|
|
371
|
+
|
|
372
|
+
@include responsive-max($breakpoint-small) {
|
|
373
|
+
background: linear-gradient(#00000042, #00000042), url("/assets/swl/interface/sempli-conecta-banner.png") no-repeat 100%;
|
|
374
|
+
background-size: cover;
|
|
375
|
+
}
|
|
376
|
+
}
|
|
377
|
+
|
|
378
|
+
&.ally-landing.index {
|
|
379
|
+
@include responsive($breakpoint-large) {
|
|
380
|
+
&.sempli-comfama {
|
|
381
|
+
background: url("/assets/swl/interface/comfama_sempli_alliance.png") no-repeat 98% 50%;
|
|
382
|
+
@include background-retina("/assets/swl/interface/comfama_sempli_alliance.png", 400px, 370px);
|
|
383
|
+
background-size: auto 400px;
|
|
384
|
+
margin-bottom: 40px;
|
|
385
|
+
}
|
|
386
|
+
}
|
|
387
|
+
|
|
388
|
+
@include responsive($breakpoint-xlarge) {
|
|
389
|
+
&.sempli-comfama {
|
|
390
|
+
background-position: 95% 10%;
|
|
391
|
+
background-size: auto 450px;
|
|
392
|
+
}
|
|
393
|
+
}
|
|
394
|
+
}
|
|
395
|
+
|
|
396
|
+
&.credit-lines.index {
|
|
397
|
+
@include responsive($breakpoint-large) {
|
|
398
|
+
&.grow-simple-section {
|
|
399
|
+
background: url("/assets/swl/interface/crecer_simple_sempli.png") no-repeat 110% 50%;
|
|
400
|
+
@include background-retina("/assets/swl/interface/crecer_simple_sempli.png", auto, 510px);
|
|
401
|
+
background-size: auto 450px;
|
|
402
|
+
margin-bottom: 40px;
|
|
403
|
+
}
|
|
404
|
+
&.ongoing-section {
|
|
405
|
+
background: url("/assets/swl/interface/ongoing.png") no-repeat 110% 50%;
|
|
406
|
+
@include background-retina("/assets/swl/interface/ongoing.png", 400px, 370px);
|
|
407
|
+
background-size: auto 450px;
|
|
408
|
+
margin-bottom: 40px;
|
|
409
|
+
}
|
|
410
|
+
&.sempli-women-section {
|
|
411
|
+
background: url("/assets/swl/interface/mujeres_sempli.png") no-repeat 110% 50%;
|
|
412
|
+
@include background-retina("/assets/swl/interface/mujeres_sempli.png", 400px, 370px);
|
|
413
|
+
background-size: auto 450px;
|
|
414
|
+
margin-bottom: 40px;
|
|
415
|
+
}
|
|
416
|
+
&.sustainable-companies-section {
|
|
417
|
+
background: url("/assets/swl/interface/sostenible.png") no-repeat 110% 50%;
|
|
418
|
+
@include background-retina("/assets/swl/interface/sostenible.png", 400px, 370px);
|
|
419
|
+
background-size: auto 450px;
|
|
420
|
+
margin-bottom: 40px;
|
|
421
|
+
}
|
|
422
|
+
&.innovators-section {
|
|
423
|
+
background: url("/assets/swl/interface/innovadores_35.png") no-repeat 110% 50%;
|
|
424
|
+
@include background-retina("/assets/swl/interface/innovadores_35.png", 400px, 370px);
|
|
425
|
+
background-size: auto 450px;
|
|
426
|
+
margin-bottom: 40px;
|
|
427
|
+
}
|
|
428
|
+
&.independent-entrepreneurs-section {
|
|
429
|
+
background: url("/assets/swl/interface/independientes.png") no-repeat 110% 50%;
|
|
430
|
+
@include background-retina("/assets/swl/interface/independientes.png", 400px, 370px);
|
|
431
|
+
background-size: auto 450px;
|
|
432
|
+
margin-bottom: 40px;
|
|
433
|
+
}
|
|
434
|
+
}
|
|
435
|
+
|
|
436
|
+
@include responsive($breakpoint-xlarge) {
|
|
437
|
+
&.grow-simple-section {
|
|
438
|
+
background-position: 105% 65%;
|
|
439
|
+
background-size: auto 650px;
|
|
440
|
+
}
|
|
441
|
+
&.ongoing-section {
|
|
442
|
+
background-position: 105% 125%;
|
|
443
|
+
background-size: auto 650px;
|
|
444
|
+
}
|
|
445
|
+
|
|
446
|
+
&.sustainable-companies-section {
|
|
447
|
+
background-position: 105% 125%;
|
|
448
|
+
background-size: auto 650px;
|
|
449
|
+
}
|
|
450
|
+
|
|
451
|
+
&.innovators-section {
|
|
452
|
+
background-position: 110% 100%;
|
|
453
|
+
background-size: auto 650px;
|
|
454
|
+
}
|
|
455
|
+
|
|
456
|
+
&.sempli-women-section, &.innovators-section, &.independent-entrepreneurs-section {
|
|
457
|
+
background-position: 105% 35%;
|
|
458
|
+
background-size: auto 600px;
|
|
459
|
+
}
|
|
460
|
+
}
|
|
461
|
+
}
|
|
462
|
+
|
|
463
|
+
&.insurance-entrepreneur-plan {
|
|
464
|
+
@include responsive($breakpoint-large) {
|
|
465
|
+
background: url("/assets/swl/interface/illustration-02.png") no-repeat 110% 50%;
|
|
466
|
+
@include background-retina("/assets/swl/interface/illustration-02.png", 400px, 370px);
|
|
467
|
+
background-size: auto 450px;
|
|
468
|
+
margin-bottom: 40px;
|
|
469
|
+
}
|
|
470
|
+
|
|
471
|
+
@include responsive($breakpoint-xlarge) {
|
|
472
|
+
background-position: 90% 60%;
|
|
473
|
+
background-size: auto 500px;
|
|
474
|
+
}
|
|
475
|
+
}
|
|
476
|
+
|
|
477
|
+
// Confirmación de Email
|
|
478
|
+
&.email-confirmation.index,
|
|
479
|
+
&.legal-authorization.index,
|
|
480
|
+
&.not-interested-confirmation.index {
|
|
481
|
+
@include responsive($breakpoint-medium) {
|
|
482
|
+
&.confirmed, &.already_confirmed {
|
|
483
|
+
background: url("/assets/swl/interface/illustration-05.png") no-repeat 110% 50%;
|
|
484
|
+
@include background-retina("/assets/swl/interface/illustration-05.png", 400px, 370px);
|
|
485
|
+
background-size: auto 370px;
|
|
486
|
+
margin-bottom: 40px;
|
|
487
|
+
}
|
|
488
|
+
&.error, &.rejected, &.cancel-application {
|
|
489
|
+
background: url("/assets/swl/interface/illustration-12.png") no-repeat 110% 50%;
|
|
490
|
+
@include background-retina("/assets/swl/interface/illustration-12.png", 400px, 370px);
|
|
491
|
+
background-size: auto 370px;
|
|
492
|
+
margin-bottom: 40px;
|
|
493
|
+
}
|
|
494
|
+
}
|
|
495
|
+
|
|
496
|
+
@include responsive($breakpoint-xmedium) {
|
|
497
|
+
&.confirmed, &.already_confirmed, &.error, &.rejected, &.cancel-application {
|
|
498
|
+
background-position: 100% 50%;
|
|
499
|
+
background-size: auto 400px;
|
|
500
|
+
min-height: 693px;
|
|
501
|
+
margin-bottom: 80px;
|
|
502
|
+
}
|
|
503
|
+
}
|
|
504
|
+
|
|
505
|
+
@include responsive($breakpoint-large) {
|
|
506
|
+
&.confirmed, &.already_confirmed, &.error, &.rejected, &.cancel-application {
|
|
507
|
+
background-position: 90% 35%;
|
|
508
|
+
background-size: auto 500px;
|
|
509
|
+
}
|
|
510
|
+
}
|
|
511
|
+
}
|
|
512
|
+
|
|
513
|
+
&.page-not-found {
|
|
514
|
+
@include responsive($breakpoint-medium) {
|
|
515
|
+
background: url("/assets/swl/interface/illustration-12.png") no-repeat 110% 50%;
|
|
516
|
+
@include background-retina("/assets/swl/interface/illustration-12.png", 400px, 370px);
|
|
517
|
+
background-size: auto 370px;
|
|
518
|
+
margin-bottom: 40px;
|
|
519
|
+
}
|
|
520
|
+
|
|
521
|
+
@include responsive($breakpoint-xmedium) {
|
|
522
|
+
background-position: 100% 50%;
|
|
523
|
+
background-size: auto 400px;
|
|
524
|
+
min-height: 693px;
|
|
525
|
+
margin-bottom: 80px;
|
|
526
|
+
}
|
|
527
|
+
|
|
528
|
+
@include responsive($breakpoint-large) {
|
|
529
|
+
background-position: 90% 35%;
|
|
530
|
+
background-size: auto 500px;
|
|
531
|
+
}
|
|
532
|
+
}
|
|
533
|
+
}
|
|
534
|
+
|
|
535
|
+
body#landing {
|
|
536
|
+
// Homepage
|
|
537
|
+
|
|
538
|
+
section.hero-wrapper.home.index {
|
|
539
|
+
padding: 20px 0;
|
|
540
|
+
|
|
541
|
+
@include responsive($breakpoint-xmedium) {
|
|
542
|
+
min-height: calc(100vh - 84px);
|
|
543
|
+
padding: 80px 0;
|
|
544
|
+
}
|
|
545
|
+
|
|
546
|
+
@include responsive($breakpoint-xxlarge) {
|
|
547
|
+
background-position-y: 60% !important;
|
|
548
|
+
padding: 150px 0;
|
|
549
|
+
}
|
|
550
|
+
}
|
|
551
|
+
|
|
552
|
+
section.hero-wrapper.allies {
|
|
553
|
+
padding: 20px 0;
|
|
554
|
+
background-size: cover;
|
|
555
|
+
min-height: calc(100vh - 84px);
|
|
556
|
+
|
|
557
|
+
.allies-intro {
|
|
558
|
+
padding: 60px 40px;
|
|
559
|
+
.allies-title {
|
|
560
|
+
color: $color-dark-gray;
|
|
561
|
+
padding: 20px 0 10px;
|
|
562
|
+
}
|
|
563
|
+
.allies-subtitle {
|
|
564
|
+
color: $color-secondary-dark;
|
|
565
|
+
font-weight: 500;
|
|
566
|
+
}
|
|
567
|
+
}
|
|
568
|
+
|
|
569
|
+
@include responsive($breakpoint-xmedium) {
|
|
570
|
+
padding: 80px 0;
|
|
571
|
+
}
|
|
572
|
+
}
|
|
573
|
+
|
|
574
|
+
// Cómo funciona - Index
|
|
575
|
+
section.hero-wrapper.como-funciona.index {
|
|
576
|
+
@include responsive($breakpoint-medium) {
|
|
577
|
+
background: url("/assets/swl/interface/illustration-07.png") no-repeat 110% 50%;
|
|
578
|
+
background-size: 400px 370px;
|
|
579
|
+
@include background-retina("/assets/swl/interface/illustration-07.png", 400px, 370px);
|
|
580
|
+
margin-bottom: 40px;
|
|
581
|
+
}
|
|
582
|
+
|
|
583
|
+
@include responsive($breakpoint-xmedium) {
|
|
584
|
+
background-position: 110% 100%;
|
|
585
|
+
background-size: 600px 555px;
|
|
586
|
+
min-height: 693px;
|
|
587
|
+
margin-bottom: 80px;
|
|
588
|
+
}
|
|
589
|
+
|
|
590
|
+
@include responsive($breakpoint-large) {
|
|
591
|
+
background-position: 100% 100%;
|
|
592
|
+
background-size: 750px 693px;
|
|
593
|
+
}
|
|
594
|
+
}
|
|
595
|
+
}
|
|
596
|
+
|
|
597
|
+
|
|
598
|
+
// body#landing {
|
|
599
|
+
// // Homepage
|
|
600
|
+
// &.home {
|
|
601
|
+
// section.hero-wrapper {
|
|
602
|
+
// @include responsive($breakpoint-medium) {
|
|
603
|
+
// background: url("/assets/swl/interface/illustration-01.png") no-repeat 110% 50%;
|
|
604
|
+
// background-size: 1000px 789px;
|
|
605
|
+
// @include background-retina("/assets/swl/interface/illustration-01.png", 1000px, 789px);
|
|
606
|
+
// }
|
|
607
|
+
|
|
608
|
+
// @include responsive($breakpoint-xmedium) {
|
|
609
|
+
// background-position: 110% 0;
|
|
610
|
+
// background-size: 800px 631px;
|
|
611
|
+
// min-height: 631px;
|
|
612
|
+
// }
|
|
613
|
+
// }
|
|
614
|
+
// }
|
|
615
|
+
// }
|
|
616
|
+
|