ctt-babylon 0.10.32 → 0.10.33
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/esm2022/lib/components/core/babylon-list-img/babylon-list-img.component.mjs +4 -2
- package/esm2022/lib/components/core/babylon-list-img-v2/babylon-list-img-v2.component.mjs +5 -5
- package/esm2022/lib/components/external/core/c2-img-txt-svg/c2-img-txt-svg.component.mjs +29 -0
- package/esm2022/lib/components/external/core/c2-img-txt-svg/content.json +29 -0
- package/esm2022/lib/components/external/core/c2-img-txt-svg/index.mjs +2 -0
- package/esm2022/lib/components/external/core/c2-txt-cta-des/c2-txt-cta-des.component.mjs +124 -0
- package/esm2022/lib/components/external/core/c2-txt-cta-des/c2-txt-cta-des.content.json +60 -0
- package/esm2022/lib/components/external/core/c2-txt-cta-des/c2-txt-cta-des.interfaces.mjs +2 -0
- package/esm2022/lib/components/external/core/c2-txt-cta-des/index.mjs +2 -0
- package/esm2022/lib/components/external/core/c2-txt-svg-v2/c2-txt-mdh005.component.mjs +3 -3
- package/esm2022/lib/components/external/core/index.mjs +3 -1
- package/esm2022/lib/interfaces/babylon-offer-detail.interface.mjs +2 -0
- package/esm2022/lib/services/mapper/mapper.service.mjs +3 -2
- package/fesm2022/ctt-babylon.mjs +263 -9
- package/fesm2022/ctt-babylon.mjs.map +1 -1
- package/lib/components/core/babylon-list-img/babylon-list-img.component.d.ts +3 -1
- package/lib/components/core/babylon-list-img-v2/babylon-list-img-v2.component.d.ts +4 -3
- package/lib/components/external/core/c2-img-txt-svg/c2-img-txt-svg.component.d.ts +32 -0
- package/lib/components/external/core/c2-img-txt-svg/index.d.ts +1 -0
- package/lib/components/external/core/c2-txt-cta-des/c2-txt-cta-des.component.d.ts +28 -0
- package/lib/components/external/core/c2-txt-cta-des/c2-txt-cta-des.interfaces.d.ts +34 -0
- package/lib/components/external/core/c2-txt-cta-des/index.d.ts +1 -0
- package/lib/components/external/core/c2-txt-svg-v2/c2-txt-mdh005.component.d.ts +1 -1
- package/lib/components/external/core/index.d.ts +2 -0
- package/lib/interfaces/babylon-offer-detail.interface.d.ts +17 -0
- package/package.json +1 -1
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
{
|
|
2
|
+
"reverse": true,
|
|
3
|
+
"leftImage": "https://picsum.photos/540/340",
|
|
4
|
+
"infoSections": [
|
|
5
|
+
{
|
|
6
|
+
"title": "Dirección",
|
|
7
|
+
"lines": [
|
|
8
|
+
{ "text": "Avenida El Palacio" },
|
|
9
|
+
{ "text": "104638 Mojácar - Almería - España" }
|
|
10
|
+
]
|
|
11
|
+
},
|
|
12
|
+
{
|
|
13
|
+
"title": "Contacto",
|
|
14
|
+
"lines": [
|
|
15
|
+
{ "text": "T. +34 950 47 80 00", "url": "tel:+34950478000" },
|
|
16
|
+
{
|
|
17
|
+
"text": "palaciomojacar@alegria-hotels.com",
|
|
18
|
+
"url": "mailto:palaciomojacar@alegria-hotels.com"
|
|
19
|
+
}
|
|
20
|
+
]
|
|
21
|
+
}
|
|
22
|
+
],
|
|
23
|
+
"mapImage": "/assets/babylon/svg/others/map-img.jpg",
|
|
24
|
+
"mapUrl": "https://www.google.com/maps",
|
|
25
|
+
"button": {
|
|
26
|
+
"label": "m-button-sm",
|
|
27
|
+
"url": "https://www.google.com/maps"
|
|
28
|
+
}
|
|
29
|
+
}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
export * from './c2-img-txt-svg.component';
|
|
2
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5kZXguanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9iYWJ5bG9uL3NyYy9saWIvY29tcG9uZW50cy9leHRlcm5hbC9jb3JlL2MyLWltZy10eHQtc3ZnL2luZGV4LnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLGNBQWMsNEJBQTRCLENBQUMiLCJzb3VyY2VzQ29udGVudCI6WyJleHBvcnQgKiBmcm9tICcuL2MyLWltZy10eHQtc3ZnLmNvbXBvbmVudCc7XG4iXX0=
|
|
@@ -0,0 +1,124 @@
|
|
|
1
|
+
import { CommonModule, isPlatformBrowser } from '@angular/common';
|
|
2
|
+
import { Component, inject, Input, PLATFORM_ID, ViewChild, ViewChildren, } from '@angular/core';
|
|
3
|
+
import defaultContent from './c2-txt-cta-des.content.json';
|
|
4
|
+
import * as i0 from "@angular/core";
|
|
5
|
+
import * as i1 from "@angular/common";
|
|
6
|
+
export class C2TxtCtaDesComponent {
|
|
7
|
+
constructor() {
|
|
8
|
+
this.fallbackContent = defaultContent;
|
|
9
|
+
this.content = this.fallbackContent;
|
|
10
|
+
this.faqHeights = [];
|
|
11
|
+
this.expandedFaqIndex = null;
|
|
12
|
+
this.platformId = inject(PLATFORM_ID);
|
|
13
|
+
this.handleResize = () => {
|
|
14
|
+
if (!isPlatformBrowser(this.platformId))
|
|
15
|
+
return;
|
|
16
|
+
if (typeof window === 'undefined') {
|
|
17
|
+
return;
|
|
18
|
+
}
|
|
19
|
+
clearTimeout(this.resizeTimeoutId);
|
|
20
|
+
this.resizeTimeoutId = setTimeout(() => this.moveTopPanel(), 150);
|
|
21
|
+
};
|
|
22
|
+
}
|
|
23
|
+
ngAfterViewInit() {
|
|
24
|
+
if (!isPlatformBrowser(this.platformId))
|
|
25
|
+
return;
|
|
26
|
+
this.measureAnswerHeights();
|
|
27
|
+
this.faqChangesSub = this.faqAnswerRefs?.changes.subscribe(() => this.measureAnswerHeights());
|
|
28
|
+
this.moveTopPanel();
|
|
29
|
+
this.initializeResizeListener();
|
|
30
|
+
this.initializeMutationObserver();
|
|
31
|
+
}
|
|
32
|
+
ngOnDestroy() {
|
|
33
|
+
if (!isPlatformBrowser(this.platformId))
|
|
34
|
+
return;
|
|
35
|
+
this.faqChangesSub?.unsubscribe();
|
|
36
|
+
if (typeof window !== 'undefined') {
|
|
37
|
+
window.removeEventListener('resize', this.handleResize);
|
|
38
|
+
}
|
|
39
|
+
clearTimeout(this.resizeTimeoutId);
|
|
40
|
+
this.mutationObserver?.disconnect();
|
|
41
|
+
}
|
|
42
|
+
toggleFaq(index) {
|
|
43
|
+
this.expandedFaqIndex = this.expandedFaqIndex === index ? null : index;
|
|
44
|
+
}
|
|
45
|
+
trackByIndex(index) {
|
|
46
|
+
return index;
|
|
47
|
+
}
|
|
48
|
+
trackByLabel(index, item) {
|
|
49
|
+
return item.label ?? String(index);
|
|
50
|
+
}
|
|
51
|
+
getAnswerHeight(index) {
|
|
52
|
+
return this.faqHeights[index] ?? 0;
|
|
53
|
+
}
|
|
54
|
+
measureAnswerHeights() {
|
|
55
|
+
setTimeout(() => {
|
|
56
|
+
if (!this.faqAnswerRefs) {
|
|
57
|
+
return;
|
|
58
|
+
}
|
|
59
|
+
const heights = [];
|
|
60
|
+
this.faqAnswerRefs.forEach((ref, idx) => {
|
|
61
|
+
heights[idx] = ref.nativeElement.scrollHeight;
|
|
62
|
+
});
|
|
63
|
+
this.faqHeights = heights;
|
|
64
|
+
}, 0);
|
|
65
|
+
}
|
|
66
|
+
moveTopPanel() {
|
|
67
|
+
if (!isPlatformBrowser(this.platformId))
|
|
68
|
+
return;
|
|
69
|
+
if (typeof window === 'undefined') {
|
|
70
|
+
return;
|
|
71
|
+
}
|
|
72
|
+
const root = this.faqSection?.nativeElement;
|
|
73
|
+
const topPanel = root?.querySelector('.m-top');
|
|
74
|
+
const content = root?.querySelector('.m-content');
|
|
75
|
+
const container = root?.querySelector('.mdl-container');
|
|
76
|
+
if (!root || !topPanel || !content || !container) {
|
|
77
|
+
return;
|
|
78
|
+
}
|
|
79
|
+
const isDesktop = window.matchMedia('(min-width: 767px)').matches;
|
|
80
|
+
if (isDesktop) {
|
|
81
|
+
if (topPanel.parentElement !== content) {
|
|
82
|
+
content.insertBefore(topPanel, content.firstElementChild);
|
|
83
|
+
}
|
|
84
|
+
topPanel.style.position = 'relative';
|
|
85
|
+
return;
|
|
86
|
+
}
|
|
87
|
+
if (topPanel.parentElement !== root) {
|
|
88
|
+
root.insertBefore(topPanel, container);
|
|
89
|
+
}
|
|
90
|
+
topPanel.style.position = '';
|
|
91
|
+
}
|
|
92
|
+
initializeResizeListener() {
|
|
93
|
+
if (typeof window === 'undefined') {
|
|
94
|
+
return;
|
|
95
|
+
}
|
|
96
|
+
window.addEventListener('resize', this.handleResize);
|
|
97
|
+
}
|
|
98
|
+
initializeMutationObserver() {
|
|
99
|
+
if (!this.faqSection?.nativeElement) {
|
|
100
|
+
return;
|
|
101
|
+
}
|
|
102
|
+
this.mutationObserver?.disconnect();
|
|
103
|
+
this.mutationObserver = new MutationObserver(() => this.moveTopPanel());
|
|
104
|
+
this.mutationObserver.observe(this.faqSection.nativeElement, {
|
|
105
|
+
childList: true,
|
|
106
|
+
subtree: true,
|
|
107
|
+
});
|
|
108
|
+
}
|
|
109
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: C2TxtCtaDesComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
110
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.12", type: C2TxtCtaDesComponent, isStandalone: true, selector: "c2-txt-cta-des", inputs: { content: "content" }, viewQueries: [{ propertyName: "faqSection", first: true, predicate: ["faqSection"], descendants: true }, { propertyName: "faqAnswerRefs", predicate: ["faqAnswerRef"], descendants: true }], ngImport: i0, template: "<!-- COMENTARIO CONEXI\u00D3N: A\u00F1adir clase 'm-bot' si solo se quiere mantener el m-bottom y no el m-top, a\u00F1adir opci\u00F3n en el json -->\n<section class=\"mdl-faqs\" #faqSection [class.m-bot]=\"content.hideTopPanel\">\n <div class=\"mdl-container\">\n <div class=\"m-content\">\n <div class=\"m-top\" *ngIf=\"!content.hideTopPanel\">\n <div class=\"m-titulo\">{{ content.topPanel.title }}</div>\n <div class=\"m-texto\">\n {{ content.topPanel.description }}\n </div>\n </div>\n <div class=\"m-bottom\">\n <div class=\"m-textos-bot\">\n <div class=\"m-titulo\">{{ content.bottomPanel.title }}</div>\n <div class=\"m-texto\">\n {{ content.bottomPanel.description }}\n </div>\n </div>\n <ng-container *ngIf=\"content.bottomPanel.button as button\">\n <a\n *ngIf=\"button.url; else bottomButton\"\n class=\"m-button-sm\"\n [ngClass]=\"button.variant\"\n [href]=\"button.url\"\n [attr.target]=\"button.target || '_self'\"\n [attr.aria-label]=\"button.ariaLabel || button.label\"\n [attr.rel]=\"(button.target || '_self') === '_blank' ? 'noopener noreferrer' : null\"\n >\n <span>{{ button.label }}</span>\n </a>\n <ng-template #bottomButton>\n <button\n type=\"button\"\n class=\"m-button-sm\"\n [ngClass]=\"button.variant\"\n [attr.aria-label]=\"button.ariaLabel || button.label\"\n >\n <span>{{ button.label }}</span>\n </button>\n </ng-template>\n </ng-container>\n </div>\n </div>\n <div class=\"m-listadofaqs\">\n <div class=\"m-extra-info\" *ngIf=\"content.highlights?.length\">\n <div\n class=\"m-row\"\n *ngFor=\"let highlight of content.highlights; let highlightIndex = index; trackBy: trackByIndex\"\n [ngClass]=\"highlightIndex === 0 ? 'm-row1' : 'm-row2'\"\n >\n <div class=\"m-title\">{{ highlight.title }}</div>\n <div class=\"m-content2\">\n <div class=\"m-text\" *ngIf=\"highlight.description\">\n {{ highlight.description }}\n </div>\n <div class=\"m-items\" *ngIf=\"highlight.features?.length\">\n <div class=\"m-item\" *ngFor=\"let feature of highlight.features; trackBy: trackByLabel\">\n <img\n *ngIf=\"feature.icon\"\n [src]=\"feature.icon\"\n [alt]=\"feature.iconAlt || ''\"\n loading=\"lazy\"\n />\n <span>{{ feature.label }}</span>\n </div>\n </div>\n </div>\n </div>\n </div>\n <div class=\"faq-item\" *ngFor=\"let faq of content.faqs; let faqIndex = index; trackBy: trackByIndex\">\n <button\n type=\"button\"\n class=\"faq-question\"\n [attr.id]=\"'faq-question-' + faqIndex\"\n [attr.aria-controls]=\"'faq-answer-' + faqIndex\"\n [attr.aria-expanded]=\"expandedFaqIndex === faqIndex\"\n (click)=\"toggleFaq(faqIndex)\"\n [class.active]=\"expandedFaqIndex === faqIndex\"\n >\n <span>{{ faq.question }}</span>\n <span class=\"faq-icon\" [class.rotate]=\"expandedFaqIndex === faqIndex\"></span>\n </button>\n <div\n class=\"faq-answer\"\n [class.open]=\"expandedFaqIndex === faqIndex\"\n [style.maxHeight.px]=\"expandedFaqIndex === faqIndex ? getAnswerHeight(faqIndex) : 0\"\n #faqAnswerRef\n [attr.id]=\"'faq-answer-' + faqIndex\"\n role=\"region\"\n [attr.aria-labelledby]=\"'faq-question-' + faqIndex\"\n >\n {{ faq.answer }}\n </div>\n <ng-container *ngIf=\"faq.button as faqButton\">\n <a\n *ngIf=\"faqButton.url; else faqButtonTemplate\"\n class=\"m-button-sm\"\n [ngClass]=\"faqButton.variant\"\n [href]=\"faqButton.url\"\n [attr.target]=\"faqButton.target || '_self'\"\n [attr.aria-label]=\"faqButton.ariaLabel || faqButton.label\"\n [attr.rel]=\"(faqButton.target || '_self') === '_blank' ? 'noopener noreferrer' : null\"\n >\n <span>{{ faqButton.label }}</span>\n </a>\n <ng-template #faqButtonTemplate>\n <button\n type=\"button\"\n class=\"m-button-sm\"\n [ngClass]=\"faqButton.variant\"\n [attr.aria-label]=\"faqButton.ariaLabel || faqButton.label\"\n >\n <span>{{ faqButton.label }}</span>\n </button>\n </ng-template>\n </ng-container>\n </div>\n </div>\n </div>\n</section>\n", styles: ["@charset \"UTF-8\";.m-button-big{display:block;min-width:max-content;max-width:100%;width:33rem;text-align:center;box-sizing:border-box;padding:1.1rem;color:#fff;background-color:#ff4338;border-radius:.4rem;transition:.3s ease;height:4.8rem;cursor:pointer;position:relative;font-family:jokker,sans-serif;font-weight:500;font-size:1.8rem}@media (max-width: 375px){.m-button-big{font-size:1.6rem}}.m-button-big.red{background-color:#ff4338}@media (hover: hover){.m-button-big.red:hover{background-color:#ed3b37}}.m-button-big.blue{background-color:#5b87da}@media (hover: hover){.m-button-big.blue:hover{background-color:#446ecd}}.m-button-big.green{background-color:#3fd5ae}@media (hover: hover){.m-button-big.green:hover{background-color:#2ec99b}}.m-button-big.underline{color:#fff;border:.1rem solid white;background-color:transparent}@media (hover: hover){.m-button-big.underline:hover{border:.1rem solid #ed3b37;background-color:#ed3b37}}.m-button-big span{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:max-content}@media (hover: hover){.m-button-big:hover{background-color:#ed3b37}}.m-button-sm{display:block;min-width:max-content;width:100%;max-width:26rem;text-align:center;cursor:pointer;box-sizing:border-box;padding:1.1rem;color:#fff;background-color:#ff4338;border-radius:.4rem;transition:.3s ease;height:4.8rem;position:relative;font-family:jokker,sans-serif;font-weight:500;font-size:1.8rem}@media (max-width: 375px){.m-button-sm{font-size:1.6rem}}.m-button-sm.red{background-color:#ff4338}@media (hover: hover){.m-button-sm.red:hover{background-color:#ed3b37}}.m-button-sm.blue{background-color:#5b87da}@media (hover: hover){.m-button-sm.blue:hover{background-color:#446ecd}}.m-button-sm.green{background-color:#3fd5ae}@media (hover: hover){.m-button-sm.green:hover{background-color:#2ec99b}}.m-button-sm.underline{color:#fff;border:.1rem solid white;background-color:transparent}@media (hover: hover){.m-button-sm.underline:hover{border:.1rem solid #ed3b37;background-color:#ed3b37}}.m-button-sm span{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:max-content}@media (hover: hover){.m-button-sm:hover{background-color:#ed3b37}}.m-underline{display:block;width:max-content;position:relative;text-align:center;cursor:pointer;transition:.3s ease;color:#515050;font-family:jokker,sans-serif;font-weight:500;font-size:1.8rem}@media (max-width: 375px){.m-underline{font-size:1.6rem}}@media (hover: hover){.m-underline:hover,.m-underline.active{color:#ed3b37}.m-underline:hover:after,.m-underline.active:after{opacity:1;width:100%}}.m-underline:before{content:\"\";position:absolute;bottom:-1rem;left:0;width:100%;height:.1rem;z-index:1}.m-underline:after{content:\"\";position:absolute;bottom:-1rem;left:0;opacity:0;width:0%;height:.2rem;background-color:#ed3b37;transition:.3s ease;z-index:2}.m-underline-red{color:#515050b2;display:block;width:max-content;position:relative;text-align:center;cursor:pointer;transition:.3s ease;font-family:jokker,sans-serif;font-weight:500;font-size:1.8rem}@media (max-width: 375px){.m-underline-red{font-size:1.6rem}}.m-underline-red:before{content:\"\";position:absolute;bottom:-1rem;left:0;width:100%;height:.1rem;background-color:#515050b2;z-index:1}.m-underline-red:after{content:\"\";position:absolute;bottom:-1rem;left:0;opacity:1;width:0%;height:.2rem;background-color:#ed3b37;transition:.3s ease;z-index:2}@media (hover: hover){.m-underline-red:hover{color:#ed3b37}.m-underline-red:hover:after{width:100%}}.m-underline-blue{color:#515050b2;display:block;width:max-content;position:relative;text-align:center;cursor:pointer;transition:.3s ease;font-family:jokker,sans-serif;font-weight:500;font-size:1.8rem}@media (max-width: 375px){.m-underline-blue{font-size:1.6rem}}.m-underline-blue:before{content:\"\";position:absolute;bottom:-1rem;left:0;width:100%;height:.1rem;background-color:#515050b2;z-index:1}.m-underline-blue:after{content:\"\";position:absolute;bottom:-1rem;left:0;opacity:1;width:0%;height:.2rem;background-color:#446ecd;transition:.3s ease;z-index:2}@media (hover: hover){.m-underline-blue:hover{color:#446ecd}.m-underline-blue:hover:after{width:100%}}.m-underline-green{color:#515050b2;display:block;width:max-content;position:relative;text-align:center;cursor:pointer;transition:.3s ease;font-family:jokker,sans-serif;font-weight:500;font-size:1.8rem}@media (max-width: 375px){.m-underline-green{font-size:1.6rem}}.m-underline-green:before{content:\"\";position:absolute;bottom:-1rem;left:0;width:100%;height:.1rem;background-color:#515050b2;z-index:1}.m-underline-green:after{content:\"\";position:absolute;bottom:-1rem;left:0;opacity:1;width:0%;height:.2rem;background-color:#2ec99b;transition:.3s ease;z-index:2}@media (hover: hover){.m-underline-green:hover{color:#2ec99b}.m-underline-green:hover:after{width:100%}}.m-swiper-button{width:4.8rem;height:4.8rem;background-color:#ff4338;transition:.3s ease;cursor:pointer;position:relative}.m-swiper-button.swiper-button-disabled{opacity:.7}.m-swiper-button svg{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%)}.m-swiper-button.prev{border-top-left-radius:8rem;border-bottom-left-radius:8rem}.m-swiper-button.next{border-top-right-radius:8rem;border-bottom-right-radius:8rem}@media (hover: hover){.m-swiper-button:hover{background-color:#ed3b37}}@media (max-width: 768px){.m-swiper-button{width:3.8rem;height:3.8rem}}@media (max-width: 540px){.m-swiper-button{width:3.2rem;height:3.2rem}.m-swiper-button svg{width:.5rem}}.m-swiper-button-s{width:3rem;height:3rem;background-color:#ff4338;transition:.3s ease;cursor:pointer;position:relative;border-radius:100%}.m-swiper-button-s svg{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%)}.m-swiper-button-s.prev svg{left:45%}.m-swiper-button-s.next svg{left:55%}@media (hover: hover){.m-swiper-button-s:hover{background-color:#ed3b37}}.m-button-close{background-color:#ff4338;width:4.4rem;height:4.4rem;border-radius:100%;transition:.3s ease;cursor:pointer;position:relative}.m-button-close svg{transition:transform .4s ease;position:absolute;left:50%;top:50%;transform:translate(-50%,-50%)}@media (hover: hover){.m-button-close:hover{background-color:#ed3b37}.m-button-close:hover svg{transform:rotate(180deg)}}.m-button{display:block;width:max-content;font-family:jokker,sans-serif;font-weight:500;font-size:1.8rem}@media (max-width: 375px){.m-button{font-size:1.6rem}}.m-button{text-align:center;box-sizing:border-box;padding:1.1rem;color:#fff;background-color:#ff4338;border-radius:.4rem;transition:.3s ease}@media (hover: hover){.m-button:hover{background-color:#ed3b37}}@media (max-width: 540px){.m-button{min-width:unset;max-width:33rem;width:100%;font-size:1.6rem}}.m-button2{display:block;width:max-content;font-family:jokker,sans-serif;font-weight:500;font-size:1.8rem}@media (max-width: 375px){.m-button2{font-size:1.6rem}}.m-button2{text-align:center;box-sizing:border-box;padding:1.1rem;color:#fff;border-radius:.4rem;transition:.3s ease;background-color:transparent;border:.1rem solid white}.m-button2.red{background-color:#ff4338}@media (hover: hover){.m-button2.red:hover{background-color:#ed3b37}}.m-button2.blue{background-color:#5b87da}@media (hover: hover){.m-button2.blue:hover{background-color:#446ecd}}.m-button2.green{background-color:#3fd5ae}@media (hover: hover){.m-button2.green:hover{background-color:#2ec99b}}.m-button2.underline{color:#fff;border:.1rem solid white;background-color:transparent}@media (hover: hover){.m-button2.underline:hover{border:.1rem solid #ed3b37;background-color:#ed3b37}}@media (hover: hover){.m-button2:hover{background-color:#ed3b37}}@media (max-width: 540px){.m-button2{min-width:unset;max-width:33rem;width:100%;font-size:1.6rem}}html{font-size:62.5%;overflow-x:hidden}html.overflow-hidden{overflow:hidden}html body{font:14px \"\"}@media (min-width: 1921px) and (max-height: 600px){html{font-size:55.5%}}html a{text-decoration:none}h1,h2,h3,h4,h5,h6{all:unset;display:revert}.fancybox__viewport{background-color:#fff}.fancybox__viewport.no-idiomas{background-color:red}section[class*=mdl]{padding-left:10rem;padding-right:10rem;box-sizing:border-box}@media (max-width: 1366px){section[class*=mdl]{padding-left:9rem;padding-right:9rem}}@media (max-width: 1280px){section[class*=mdl]{padding-left:8rem;padding-right:8rem}}@media (max-width: 1080px){section[class*=mdl]{padding-left:9.5rem;padding-right:9.5rem}}@media (max-width: 768px){section[class*=mdl]{padding-left:7.7rem;padding-right:7.7rem}}@media (max-width: 540px){section[class*=mdl]{padding-left:4.1rem;padding-right:4.1rem}}@media (max-width: 375px){section[class*=mdl]{padding-left:2.7rem;padding-right:2.7rem}}section .mdl-container{width:100%;max-width:160rem;margin:0 auto}.readmoreinit{overflow:hidden}.readmoreinit{line-height:1.6!important}@media screen and (max-width: 1200px){.readmoreinit{line-height:1.6!important}}@media screen and (max-width: 600px){.readmoreinit{line-height:1.6!important}}.read-more{display:flex;flex-direction:column;font-family:jokker,sans-serif;font-size:1.5rem;font-weight:400;font-stretch:normal;font-style:normal;line-height:1.4;letter-spacing:normal;color:#e6411e;text-decoration:underline;cursor:pointer;margin-top:2rem}.read-more .less{display:none}.w100{font-weight:100}.w300{font-weight:300}.w400{font-weight:400}.w500{font-weight:medium}.w600{font-weight:600}.w700{font-weight:700}.w900{font-weight:900}.italic{font-style:italic}.row{display:flex;flex-direction:row}.col{display:flex;flex-direction:column}html{overflow-x:hidden}body{cursor:default;overflow-x:hidden;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{color:inherit;border:0;margin:0;padding:0}a{text-size-adjust:none;-webkit-text-size-adjust:none;text-decoration:none;cursor:pointer}ul{list-style-position:outside}li{padding-left:3rem;list-style:none;position:relative}li:before{content:\"\\25cf\";position:absolute;top:0;left:0}button,mark{background:none}button,label{cursor:pointer}:focus{outline:none!important}::-moz-focus-inner{border:0}summary::-webkit-details-marker{display:none}button,input[type=submit],input[type=text]{-webkit-appearance:none}h1,h2,h3,h4,h5,h6{text-transform:none}p{width:100%}img{width:auto;height:auto;object-fit:contain}@-webkit-keyframes swingV{15%{-webkit-transform:translateY(.5rem);transform:translateY(.5rem)}30%{-webkit-transform:translateY(-.5rem);transform:translateY(-.5rem)}50%{-webkit-transform:translateY(.3rem);transform:translateY(.3rem)}65%{-webkit-transform:translateY(-.3rem);transform:translateY(-.3rem)}80%{-webkit-transform:translateY(.2rem);transform:translateY(.2rem)}to{-webkit-transform:translateY(0);transform:translateY(0)}}@keyframes swingV{15%{-webkit-transform:translateY(.5rem);transform:translateY(.5rem)}30%{-webkit-transform:translateY(-.5rem);transform:translateY(-.5rem)}50%{-webkit-transform:translateY(.3rem);transform:translateY(.3rem)}65%{-webkit-transform:translateY(-.3rem);transform:translateY(-.3rem)}80%{-webkit-transform:translateY(.2rem);transform:translateY(.2rem)}to{-webkit-transform:translateY(0);transform:translateY(0)}}@-webkit-keyframes swingH{15%{-webkit-transform:translateX(.5rem);transform:translate(.5rem)}30%{-webkit-transform:translateX(-.5rem);transform:translate(-.5rem)}50%{-webkit-transform:translateX(.3rem);transform:translate(.3rem)}65%{-webkit-transform:translateX(-.3rem);transform:translate(-.3rem)}80%{-webkit-transform:translateX(.2rem);transform:translate(.2rem)}to{-webkit-transform:translateX(0);transform:translate(0)}}@keyframes swingH{15%{-webkit-transform:translateX(.5rem);transform:translate(.5rem)}30%{-webkit-transform:translateX(-.5rem);transform:translate(-.5rem)}50%{-webkit-transform:translateX(.3rem);transform:translate(.3rem)}65%{-webkit-transform:translateX(-.3rem);transform:translate(-.3rem)}80%{-webkit-transform:translateX(.2rem);transform:translate(.2rem)}to{-webkit-transform:translateX(0);transform:translate(0)}}.fancybox__container{background-color:#fff}.fancybox__container .fancybox__slide{flex-direction:column-reverse}.fancybox__container .fancybox__backdrop,.fancybox__container .fancybox__counter{display:none}.fancybox__container .fancybox__caption{color:#515050b2;text-align:center;font-family:jokker,sans-serif;font-weight:400;font-size:1.8rem;line-height:3.9rem;padding:0rem 0 2rem}@media (max-width: 540px){.fancybox__container .fancybox__caption{font-size:1.5rem}}@media (max-width: 375px){.fancybox__container .fancybox__caption{font-size:1.3rem}}.fancybox__container .fancybox__thumbs{display:none}.fancybox__container .fancybox__nav .carousel__button{background-color:#ff4338;top:55%}.fancybox__container .fancybox__nav .carousel__button svg{stroke:#fff;stroke-width:.3rem}.fancybox__container .carousel__button.is-close svg{display:none}.fancybox__container .carousel__button.is-close{background:url(/assets/babylon/svg/icons/closeRed.svg) no-repeat center;background-size:100%;width:4.2rem;height:4.2rem;top:-4.7rem;right:-5rem;transition:transform .3s ease;transform:rotate(0)}.fancybox__container .carousel__button.is-close:hover{transition:transform .3s ease;transform:rotate(180deg)}@media (max-width: 540px){.fancybox__container .carousel__button.is-close{width:3rem;height:3rem}}.fancybox__container .fancybox__toolbar{border-bottom:none;margin:0 0 0 auto;padding:1rem}.fancybox__container .fancybox__toolbar .fancybox__toolbar__items button:not(.fancybox__button--close){display:none}.fancybox__container .fancybox__toolbar .fancybox__toolbar__items .fancybox__button--close{background-color:#ff4338}.fancybox__container .fancybox__toolbar .fancybox__toolbar__items .fancybox__button--close svg{width:40%}.fancybox__container .fancybox__toolbar .fancybox__toolbar__items .fancybox__button--close svg path{stroke:#fff;stroke-width:.3rem}input:-webkit-autofill,input:-webkit-autofill:hover,input:-webkit-autofill:focus,input:-webkit-autofill:active{-webkit-background-clip:text;-webkit-text-fill-color:#ffffff;transition:background-color 5000s ease-in-out 0s;box-shadow:inset 0 0 20px 20px #23232329}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.mdl-faqs .m-top{gap:2rem;display:flex;flex-direction:column;margin-top:4rem}.mdl-faqs .m-top .m-titulo{font-family:jokker,sans-serif;font-weight:400;font-size:2.8rem;line-height:3.6rem}@media (max-width: 375px){.mdl-faqs .m-top .m-titulo{font-size:2.2rem;line-height:2.6rem}}.mdl-faqs .m-top .m-texto{font-family:jokker,sans-serif;color:#515050b2;font-size:2rem;line-height:36.4px;font-weight:400}@media (min-width: 1680px){.mdl-faqs .m-top .m-texto{font-size:1.8rem;line-height:36.4px}}@media (max-width: 1366px){.mdl-faqs .m-top .m-texto{font-size:1.5rem;line-height:29.61px}}@media (max-width: 1280px){.mdl-faqs .m-top .m-texto{font-size:1.4rem;line-height:29.61px}}@media (max-width: 1080px){.mdl-faqs .m-top .m-texto{font-size:1.2rem;line-height:22.61px}}.mdl-faqs .m-top .m-texto{color:#515050b2}.mdl-faqs .mdl-container{display:flex;margin-top:7rem;margin-bottom:7rem;justify-content:space-between;gap:4rem}.mdl-faqs .mdl-container .m-content{width:calc(27% - 2rem);height:auto;display:flex;flex-direction:column;justify-content:space-between}.mdl-faqs .mdl-container .m-content .m-top{gap:5rem;display:flex;flex-direction:column}.mdl-faqs .mdl-container .m-content .m-top .m-titulo{font-family:jokker,sans-serif;font-weight:300;font-size:3.2rem;line-height:4.6rem}@media (max-width: 1366px){.mdl-faqs .mdl-container .m-content .m-top .m-titulo{font-size:2.4rem;line-height:3.4rem}}@media (max-width: 1080px){.mdl-faqs .mdl-container .m-content .m-top .m-titulo{font-size:1.8rem;line-height:2.6rem}}.mdl-faqs .mdl-container .m-content .m-top .m-texto{font-family:jokker,sans-serif;color:#515050b2;font-size:2rem;line-height:36.4px;font-weight:400}@media (min-width: 1680px){.mdl-faqs .mdl-container .m-content .m-top .m-texto{font-size:1.8rem;line-height:36.4px}}@media (max-width: 1366px){.mdl-faqs .mdl-container .m-content .m-top .m-texto{font-size:1.5rem;line-height:29.61px}}@media (max-width: 1280px){.mdl-faqs .mdl-container .m-content .m-top .m-texto{font-size:1.4rem;line-height:29.61px}}@media (max-width: 1080px){.mdl-faqs .mdl-container .m-content .m-top .m-texto{font-size:1.2rem;line-height:22.61px}}.mdl-faqs .mdl-container .m-content .m-top .m-texto{color:#515050b2}.mdl-faqs .mdl-container .m-content .m-bottom{gap:5rem;display:flex;flex-direction:column}.mdl-faqs .mdl-container .m-content .m-bottom .m-titulo{font-family:jokker,sans-serif;font-weight:300;font-size:3.2rem;line-height:4.6rem}@media (max-width: 1366px){.mdl-faqs .mdl-container .m-content .m-bottom .m-titulo{font-size:2.4rem;line-height:3.4rem}}@media (max-width: 1080px){.mdl-faqs .mdl-container .m-content .m-bottom .m-titulo{font-size:1.8rem;line-height:2.6rem}}.mdl-faqs .mdl-container .m-content .m-bottom .m-texto{font-family:jokker,sans-serif;color:#515050b2;font-size:2rem;line-height:36.4px;font-weight:400}@media (min-width: 1680px){.mdl-faqs .mdl-container .m-content .m-bottom .m-texto{font-size:1.8rem;line-height:36.4px}}@media (max-width: 1366px){.mdl-faqs .mdl-container .m-content .m-bottom .m-texto{font-size:1.5rem;line-height:29.61px}}@media (max-width: 1280px){.mdl-faqs .mdl-container .m-content .m-bottom .m-texto{font-size:1.4rem;line-height:29.61px}}@media (max-width: 1080px){.mdl-faqs .mdl-container .m-content .m-bottom .m-texto{font-size:1.2rem;line-height:22.61px}}.mdl-faqs .mdl-container .m-content .m-bottom .m-texto{color:#515050b2;width:100%}.mdl-faqs .mdl-container .m-content .m-bottom .m-textos-bot{gap:2rem;display:flex;flex-direction:column}.mdl-faqs .mdl-container .m-listadofaqs{width:calc(73% - 2rem)}.mdl-faqs .mdl-container .m-listadofaqs .m-extra-info{display:flex;flex-direction:column;width:83%;margin-bottom:3rem;gap:3rem}.mdl-faqs .mdl-container .m-listadofaqs .m-extra-info .m-row1,.mdl-faqs .mdl-container .m-listadofaqs .m-extra-info .m-row2{display:flex;flex-direction:column;gap:4rem}.mdl-faqs .mdl-container .m-listadofaqs .m-extra-info .m-row1 .m-title,.mdl-faqs .mdl-container .m-listadofaqs .m-extra-info .m-row2 .m-title{font-family:jokker,sans-serif;font-weight:400;font-size:2.8rem;line-height:3.6rem}@media (max-width: 375px){.mdl-faqs .mdl-container .m-listadofaqs .m-extra-info .m-row1 .m-title,.mdl-faqs .mdl-container .m-listadofaqs .m-extra-info .m-row2 .m-title{font-size:2.2rem;line-height:2.6rem}}.mdl-faqs .mdl-container .m-listadofaqs .m-extra-info .m-row1 .m-title,.mdl-faqs .mdl-container .m-listadofaqs .m-extra-info .m-row2 .m-title{color:#515050}.mdl-faqs .mdl-container .m-listadofaqs .m-extra-info .m-row1 .m-text,.mdl-faqs .mdl-container .m-listadofaqs .m-extra-info .m-row2 .m-text{width:59%;font-family:jokker,sans-serif;color:#515050b2;font-size:2rem;line-height:36.4px;font-weight:400}@media (min-width: 1680px){.mdl-faqs .mdl-container .m-listadofaqs .m-extra-info .m-row1 .m-text,.mdl-faqs .mdl-container .m-listadofaqs .m-extra-info .m-row2 .m-text{font-size:1.8rem;line-height:36.4px}}@media (max-width: 1366px){.mdl-faqs .mdl-container .m-listadofaqs .m-extra-info .m-row1 .m-text,.mdl-faqs .mdl-container .m-listadofaqs .m-extra-info .m-row2 .m-text{font-size:1.5rem;line-height:29.61px}}@media (max-width: 1280px){.mdl-faqs .mdl-container .m-listadofaqs .m-extra-info .m-row1 .m-text,.mdl-faqs .mdl-container .m-listadofaqs .m-extra-info .m-row2 .m-text{font-size:1.4rem;line-height:29.61px}}@media (max-width: 1080px){.mdl-faqs .mdl-container .m-listadofaqs .m-extra-info .m-row1 .m-text,.mdl-faqs .mdl-container .m-listadofaqs .m-extra-info .m-row2 .m-text{font-size:1.2rem;line-height:22.61px}}.mdl-faqs .mdl-container .m-listadofaqs .m-extra-info .m-row1 .m-content2,.mdl-faqs .mdl-container .m-listadofaqs .m-extra-info .m-row2 .m-content2{display:flex;flex-direction:row;justify-content:space-between;align-items:flex-start;gap:2rem}.mdl-faqs .mdl-container .m-listadofaqs .m-extra-info .m-row1 .m-content2 .m-items,.mdl-faqs .mdl-container .m-listadofaqs .m-extra-info .m-row2 .m-content2 .m-items{gap:1.5rem;display:flex;flex-direction:column}.mdl-faqs .mdl-container .m-listadofaqs .m-extra-info .m-row1 .m-content2 .m-items .m-item,.mdl-faqs .mdl-container .m-listadofaqs .m-extra-info .m-row2 .m-content2 .m-items .m-item{display:flex;flex-direction:row;align-items:center;gap:2.8rem;min-width:max-content;font-family:jokker,sans-serif;color:#515050b2;font-size:2rem;line-height:36.4px;font-weight:400}@media (min-width: 1680px){.mdl-faqs .mdl-container .m-listadofaqs .m-extra-info .m-row1 .m-content2 .m-items .m-item,.mdl-faqs .mdl-container .m-listadofaqs .m-extra-info .m-row2 .m-content2 .m-items .m-item{font-size:1.8rem;line-height:36.4px}}@media (max-width: 1366px){.mdl-faqs .mdl-container .m-listadofaqs .m-extra-info .m-row1 .m-content2 .m-items .m-item,.mdl-faqs .mdl-container .m-listadofaqs .m-extra-info .m-row2 .m-content2 .m-items .m-item{font-size:1.5rem;line-height:29.61px}}@media (max-width: 1280px){.mdl-faqs .mdl-container .m-listadofaqs .m-extra-info .m-row1 .m-content2 .m-items .m-item,.mdl-faqs .mdl-container .m-listadofaqs .m-extra-info .m-row2 .m-content2 .m-items .m-item{font-size:1.4rem;line-height:29.61px}}@media (max-width: 1080px){.mdl-faqs .mdl-container .m-listadofaqs .m-extra-info .m-row1 .m-content2 .m-items .m-item,.mdl-faqs .mdl-container .m-listadofaqs .m-extra-info .m-row2 .m-content2 .m-items .m-item{font-size:1.2rem;line-height:22.61px}}.mdl-faqs .mdl-container .m-listadofaqs .m-extra-info .m-row2 .m-text{width:80%}.mdl-faqs .mdl-container .m-listadofaqs .faq-item{border-bottom:1px solid #e4e4e4;border-top:1px solid #e4e4e4!important;padding:2.2rem 0;margin-top:-1px}.mdl-faqs .mdl-container .m-listadofaqs .faq-item .faq-question{font-family:jokker,sans-serif;font-weight:400;font-size:2rem;line-height:100%}@media (max-width: 1366px){.mdl-faqs .mdl-container .m-listadofaqs .faq-item .faq-question{font-size:1.5rem}}@media (max-width: 1080px){.mdl-faqs .mdl-container .m-listadofaqs .faq-item .faq-question{font-size:1.1rem}}.mdl-faqs .mdl-container .m-listadofaqs .faq-item .faq-question{display:flex;justify-content:space-between;align-items:center;font-weight:500;margin-left:3rem;cursor:pointer;padding:1rem 0;transition:color .3s ease;position:relative;width:calc(100% - 5rem)}.mdl-faqs .mdl-container .m-listadofaqs .faq-item .faq-question .faq-icon{transition:transform .3s ease;transform:rotate(45deg);background:url(/assets/babylon/svg/icons/close.svg) no-repeat center center;background-size:contain;width:1.6rem;height:1.6rem;position:absolute;right:1.3rem}.mdl-faqs .mdl-container .m-listadofaqs .faq-item .faq-question.active{color:#ff4338}.mdl-faqs .mdl-container .m-listadofaqs .faq-item .faq-question.active .faq-icon{transform:rotate(0);background-color:red;background:url(/assets/babylon/svg/icons/closeRed.svg) no-repeat center center;background-size:contain;width:4rem;height:4rem;right:0}.mdl-faqs .mdl-container .m-listadofaqs .faq-item .faq-question.active .faq-icon:hover{transform:rotate(135deg)}.mdl-faqs .mdl-container .m-listadofaqs .faq-item .faq-question.active:before{content:\"\\2022\";position:absolute;left:0;color:#e74c3c;font-size:3rem;line-height:1;top:50%;transform:translateY(-50%);margin-left:-3rem}.mdl-faqs .mdl-container .m-listadofaqs .faq-item .faq-answer{font-family:jokker,sans-serif;font-weight:300;font-size:2rem;line-height:3.9rem}@media (max-width: 1366px){.mdl-faqs .mdl-container .m-listadofaqs .faq-item .faq-answer{font-size:1.5rem;line-height:3rem}}@media (max-width: 540px){.mdl-faqs .mdl-container .m-listadofaqs .faq-item .faq-answer{font-size:1.1rem;line-height:2rem}}.mdl-faqs .mdl-container .m-listadofaqs .faq-item .faq-answer{max-height:0;overflow:hidden;padding:0;transition:max-height .35s ease,padding .35s ease;color:#515050b2;padding-left:3rem}.mdl-faqs .mdl-container .m-listadofaqs .faq-item .faq-answer.open{max-width:76rem;padding:1rem 0;padding:1rem 0 1rem 3rem}.mdl-faqs.m-bot .mdl-container .m-content{flex-direction:column-reverse}.mdl-faqs.m-bot .mdl-container .m-content .m-top{display:none}@media (max-width: 1200px){.mdl-faqs .mdl-container .m-content{width:calc(36% - 4rem)}.mdl-faqs .mdl-container .m-content .m-top,.mdl-faqs .mdl-container .m-content .m-bottom{gap:2.8rem}.mdl-faqs .mdl-container .m-content .m-bottom .m-texto{width:100%}.mdl-faqs .mdl-container .m-content .m-bottom .m-button-sm{min-width:14.8rem;padding:.6rem!important;color:#fff;height:2.7rem;font-size:1rem}.mdl-faqs .mdl-container .m-listadofaqs{width:calc(64% - 4rem)}.mdl-faqs .mdl-container .m-listadofaqs .m-extra-info .m-row1,.mdl-faqs .mdl-container .m-listadofaqs .m-extra-info .m-row2{gap:2rem}.mdl-faqs .mdl-container .m-listadofaqs .m-extra-info .m-row1 .m-content2 .m-items .m-item,.mdl-faqs .mdl-container .m-listadofaqs .m-extra-info .m-row2 .m-content2 .m-items .m-item{gap:1rem}.mdl-faqs .mdl-container .m-listadofaqs .m-extra-info .m-row1 .m-content2 .m-items .m-item svg,.mdl-faqs .mdl-container .m-listadofaqs .m-extra-info .m-row2 .m-content2 .m-items .m-item svg{width:1.7rem}.mdl-faqs .mdl-container .m-listadofaqs .faq-item{padding:1.7rem 0}.mdl-faqs .mdl-container .m-listadofaqs .faq-item .faq-question{padding:0 3rem 0 0}.mdl-faqs .mdl-container .m-listadofaqs .faq-item .faq-question .faq-icon{width:.9rem;height:.9rem}.mdl-faqs .mdl-container .m-listadofaqs .faq-item .faq-question.active .faq-icon{width:2rem;right:.8rem;height:2rem}}@media (max-width: 1080px){.mdl-faqs .mdl-container{flex-direction:column-reverse;gap:3rem}.mdl-faqs .mdl-container .m-content{gap:3rem;width:100%}.mdl-faqs .mdl-container .m-content .m-bottom{flex-direction:row;justify-content:space-between;align-items:flex-end}.mdl-faqs .mdl-container .m-content .m-bottom .m-textos-bot{width:50%}.mdl-faqs .mdl-container .m-listadofaqs,.mdl-faqs .mdl-container .m-listadofaqs .m-extra-info{width:100%}}@media (max-width: 768px){.mdl-faqs .m-top{margin-bottom:-4rem}.mdl-faqs .mdl-container .m-content .m-bottom{flex-direction:column;justify-content:none;align-items:start}.mdl-faqs .mdl-container .m-content .m-bottom .m-textos-bot{width:60%}}@media (max-width: 540px){.mdl-faqs .mdl-container .m-listadofaqs .m-extra-info .m-row1 .m-content2{flex-direction:column}.mdl-faqs .mdl-container .m-listadofaqs .m-extra-info .m-row1 .m-content2 .m-text{width:100%}.mdl-faqs .mdl-container .m-listadofaqs .faq-item .faq-question{text-align:left;line-height:1.8rem}.mdl-faqs .mdl-container .m-content .m-bottom .m-textos-bot{width:100%}}\n"], dependencies: [{ kind: "ngmodule", type: CommonModule }, { kind: "directive", type: i1.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { kind: "directive", type: i1.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { kind: "directive", type: i1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }] }); }
|
|
111
|
+
}
|
|
112
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: C2TxtCtaDesComponent, decorators: [{
|
|
113
|
+
type: Component,
|
|
114
|
+
args: [{ selector: 'c2-txt-cta-des', standalone: true, imports: [CommonModule], template: "<!-- COMENTARIO CONEXI\u00D3N: A\u00F1adir clase 'm-bot' si solo se quiere mantener el m-bottom y no el m-top, a\u00F1adir opci\u00F3n en el json -->\n<section class=\"mdl-faqs\" #faqSection [class.m-bot]=\"content.hideTopPanel\">\n <div class=\"mdl-container\">\n <div class=\"m-content\">\n <div class=\"m-top\" *ngIf=\"!content.hideTopPanel\">\n <div class=\"m-titulo\">{{ content.topPanel.title }}</div>\n <div class=\"m-texto\">\n {{ content.topPanel.description }}\n </div>\n </div>\n <div class=\"m-bottom\">\n <div class=\"m-textos-bot\">\n <div class=\"m-titulo\">{{ content.bottomPanel.title }}</div>\n <div class=\"m-texto\">\n {{ content.bottomPanel.description }}\n </div>\n </div>\n <ng-container *ngIf=\"content.bottomPanel.button as button\">\n <a\n *ngIf=\"button.url; else bottomButton\"\n class=\"m-button-sm\"\n [ngClass]=\"button.variant\"\n [href]=\"button.url\"\n [attr.target]=\"button.target || '_self'\"\n [attr.aria-label]=\"button.ariaLabel || button.label\"\n [attr.rel]=\"(button.target || '_self') === '_blank' ? 'noopener noreferrer' : null\"\n >\n <span>{{ button.label }}</span>\n </a>\n <ng-template #bottomButton>\n <button\n type=\"button\"\n class=\"m-button-sm\"\n [ngClass]=\"button.variant\"\n [attr.aria-label]=\"button.ariaLabel || button.label\"\n >\n <span>{{ button.label }}</span>\n </button>\n </ng-template>\n </ng-container>\n </div>\n </div>\n <div class=\"m-listadofaqs\">\n <div class=\"m-extra-info\" *ngIf=\"content.highlights?.length\">\n <div\n class=\"m-row\"\n *ngFor=\"let highlight of content.highlights; let highlightIndex = index; trackBy: trackByIndex\"\n [ngClass]=\"highlightIndex === 0 ? 'm-row1' : 'm-row2'\"\n >\n <div class=\"m-title\">{{ highlight.title }}</div>\n <div class=\"m-content2\">\n <div class=\"m-text\" *ngIf=\"highlight.description\">\n {{ highlight.description }}\n </div>\n <div class=\"m-items\" *ngIf=\"highlight.features?.length\">\n <div class=\"m-item\" *ngFor=\"let feature of highlight.features; trackBy: trackByLabel\">\n <img\n *ngIf=\"feature.icon\"\n [src]=\"feature.icon\"\n [alt]=\"feature.iconAlt || ''\"\n loading=\"lazy\"\n />\n <span>{{ feature.label }}</span>\n </div>\n </div>\n </div>\n </div>\n </div>\n <div class=\"faq-item\" *ngFor=\"let faq of content.faqs; let faqIndex = index; trackBy: trackByIndex\">\n <button\n type=\"button\"\n class=\"faq-question\"\n [attr.id]=\"'faq-question-' + faqIndex\"\n [attr.aria-controls]=\"'faq-answer-' + faqIndex\"\n [attr.aria-expanded]=\"expandedFaqIndex === faqIndex\"\n (click)=\"toggleFaq(faqIndex)\"\n [class.active]=\"expandedFaqIndex === faqIndex\"\n >\n <span>{{ faq.question }}</span>\n <span class=\"faq-icon\" [class.rotate]=\"expandedFaqIndex === faqIndex\"></span>\n </button>\n <div\n class=\"faq-answer\"\n [class.open]=\"expandedFaqIndex === faqIndex\"\n [style.maxHeight.px]=\"expandedFaqIndex === faqIndex ? getAnswerHeight(faqIndex) : 0\"\n #faqAnswerRef\n [attr.id]=\"'faq-answer-' + faqIndex\"\n role=\"region\"\n [attr.aria-labelledby]=\"'faq-question-' + faqIndex\"\n >\n {{ faq.answer }}\n </div>\n <ng-container *ngIf=\"faq.button as faqButton\">\n <a\n *ngIf=\"faqButton.url; else faqButtonTemplate\"\n class=\"m-button-sm\"\n [ngClass]=\"faqButton.variant\"\n [href]=\"faqButton.url\"\n [attr.target]=\"faqButton.target || '_self'\"\n [attr.aria-label]=\"faqButton.ariaLabel || faqButton.label\"\n [attr.rel]=\"(faqButton.target || '_self') === '_blank' ? 'noopener noreferrer' : null\"\n >\n <span>{{ faqButton.label }}</span>\n </a>\n <ng-template #faqButtonTemplate>\n <button\n type=\"button\"\n class=\"m-button-sm\"\n [ngClass]=\"faqButton.variant\"\n [attr.aria-label]=\"faqButton.ariaLabel || faqButton.label\"\n >\n <span>{{ faqButton.label }}</span>\n </button>\n </ng-template>\n </ng-container>\n </div>\n </div>\n </div>\n</section>\n", styles: ["@charset \"UTF-8\";.m-button-big{display:block;min-width:max-content;max-width:100%;width:33rem;text-align:center;box-sizing:border-box;padding:1.1rem;color:#fff;background-color:#ff4338;border-radius:.4rem;transition:.3s ease;height:4.8rem;cursor:pointer;position:relative;font-family:jokker,sans-serif;font-weight:500;font-size:1.8rem}@media (max-width: 375px){.m-button-big{font-size:1.6rem}}.m-button-big.red{background-color:#ff4338}@media (hover: hover){.m-button-big.red:hover{background-color:#ed3b37}}.m-button-big.blue{background-color:#5b87da}@media (hover: hover){.m-button-big.blue:hover{background-color:#446ecd}}.m-button-big.green{background-color:#3fd5ae}@media (hover: hover){.m-button-big.green:hover{background-color:#2ec99b}}.m-button-big.underline{color:#fff;border:.1rem solid white;background-color:transparent}@media (hover: hover){.m-button-big.underline:hover{border:.1rem solid #ed3b37;background-color:#ed3b37}}.m-button-big span{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:max-content}@media (hover: hover){.m-button-big:hover{background-color:#ed3b37}}.m-button-sm{display:block;min-width:max-content;width:100%;max-width:26rem;text-align:center;cursor:pointer;box-sizing:border-box;padding:1.1rem;color:#fff;background-color:#ff4338;border-radius:.4rem;transition:.3s ease;height:4.8rem;position:relative;font-family:jokker,sans-serif;font-weight:500;font-size:1.8rem}@media (max-width: 375px){.m-button-sm{font-size:1.6rem}}.m-button-sm.red{background-color:#ff4338}@media (hover: hover){.m-button-sm.red:hover{background-color:#ed3b37}}.m-button-sm.blue{background-color:#5b87da}@media (hover: hover){.m-button-sm.blue:hover{background-color:#446ecd}}.m-button-sm.green{background-color:#3fd5ae}@media (hover: hover){.m-button-sm.green:hover{background-color:#2ec99b}}.m-button-sm.underline{color:#fff;border:.1rem solid white;background-color:transparent}@media (hover: hover){.m-button-sm.underline:hover{border:.1rem solid #ed3b37;background-color:#ed3b37}}.m-button-sm span{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:max-content}@media (hover: hover){.m-button-sm:hover{background-color:#ed3b37}}.m-underline{display:block;width:max-content;position:relative;text-align:center;cursor:pointer;transition:.3s ease;color:#515050;font-family:jokker,sans-serif;font-weight:500;font-size:1.8rem}@media (max-width: 375px){.m-underline{font-size:1.6rem}}@media (hover: hover){.m-underline:hover,.m-underline.active{color:#ed3b37}.m-underline:hover:after,.m-underline.active:after{opacity:1;width:100%}}.m-underline:before{content:\"\";position:absolute;bottom:-1rem;left:0;width:100%;height:.1rem;z-index:1}.m-underline:after{content:\"\";position:absolute;bottom:-1rem;left:0;opacity:0;width:0%;height:.2rem;background-color:#ed3b37;transition:.3s ease;z-index:2}.m-underline-red{color:#515050b2;display:block;width:max-content;position:relative;text-align:center;cursor:pointer;transition:.3s ease;font-family:jokker,sans-serif;font-weight:500;font-size:1.8rem}@media (max-width: 375px){.m-underline-red{font-size:1.6rem}}.m-underline-red:before{content:\"\";position:absolute;bottom:-1rem;left:0;width:100%;height:.1rem;background-color:#515050b2;z-index:1}.m-underline-red:after{content:\"\";position:absolute;bottom:-1rem;left:0;opacity:1;width:0%;height:.2rem;background-color:#ed3b37;transition:.3s ease;z-index:2}@media (hover: hover){.m-underline-red:hover{color:#ed3b37}.m-underline-red:hover:after{width:100%}}.m-underline-blue{color:#515050b2;display:block;width:max-content;position:relative;text-align:center;cursor:pointer;transition:.3s ease;font-family:jokker,sans-serif;font-weight:500;font-size:1.8rem}@media (max-width: 375px){.m-underline-blue{font-size:1.6rem}}.m-underline-blue:before{content:\"\";position:absolute;bottom:-1rem;left:0;width:100%;height:.1rem;background-color:#515050b2;z-index:1}.m-underline-blue:after{content:\"\";position:absolute;bottom:-1rem;left:0;opacity:1;width:0%;height:.2rem;background-color:#446ecd;transition:.3s ease;z-index:2}@media (hover: hover){.m-underline-blue:hover{color:#446ecd}.m-underline-blue:hover:after{width:100%}}.m-underline-green{color:#515050b2;display:block;width:max-content;position:relative;text-align:center;cursor:pointer;transition:.3s ease;font-family:jokker,sans-serif;font-weight:500;font-size:1.8rem}@media (max-width: 375px){.m-underline-green{font-size:1.6rem}}.m-underline-green:before{content:\"\";position:absolute;bottom:-1rem;left:0;width:100%;height:.1rem;background-color:#515050b2;z-index:1}.m-underline-green:after{content:\"\";position:absolute;bottom:-1rem;left:0;opacity:1;width:0%;height:.2rem;background-color:#2ec99b;transition:.3s ease;z-index:2}@media (hover: hover){.m-underline-green:hover{color:#2ec99b}.m-underline-green:hover:after{width:100%}}.m-swiper-button{width:4.8rem;height:4.8rem;background-color:#ff4338;transition:.3s ease;cursor:pointer;position:relative}.m-swiper-button.swiper-button-disabled{opacity:.7}.m-swiper-button svg{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%)}.m-swiper-button.prev{border-top-left-radius:8rem;border-bottom-left-radius:8rem}.m-swiper-button.next{border-top-right-radius:8rem;border-bottom-right-radius:8rem}@media (hover: hover){.m-swiper-button:hover{background-color:#ed3b37}}@media (max-width: 768px){.m-swiper-button{width:3.8rem;height:3.8rem}}@media (max-width: 540px){.m-swiper-button{width:3.2rem;height:3.2rem}.m-swiper-button svg{width:.5rem}}.m-swiper-button-s{width:3rem;height:3rem;background-color:#ff4338;transition:.3s ease;cursor:pointer;position:relative;border-radius:100%}.m-swiper-button-s svg{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%)}.m-swiper-button-s.prev svg{left:45%}.m-swiper-button-s.next svg{left:55%}@media (hover: hover){.m-swiper-button-s:hover{background-color:#ed3b37}}.m-button-close{background-color:#ff4338;width:4.4rem;height:4.4rem;border-radius:100%;transition:.3s ease;cursor:pointer;position:relative}.m-button-close svg{transition:transform .4s ease;position:absolute;left:50%;top:50%;transform:translate(-50%,-50%)}@media (hover: hover){.m-button-close:hover{background-color:#ed3b37}.m-button-close:hover svg{transform:rotate(180deg)}}.m-button{display:block;width:max-content;font-family:jokker,sans-serif;font-weight:500;font-size:1.8rem}@media (max-width: 375px){.m-button{font-size:1.6rem}}.m-button{text-align:center;box-sizing:border-box;padding:1.1rem;color:#fff;background-color:#ff4338;border-radius:.4rem;transition:.3s ease}@media (hover: hover){.m-button:hover{background-color:#ed3b37}}@media (max-width: 540px){.m-button{min-width:unset;max-width:33rem;width:100%;font-size:1.6rem}}.m-button2{display:block;width:max-content;font-family:jokker,sans-serif;font-weight:500;font-size:1.8rem}@media (max-width: 375px){.m-button2{font-size:1.6rem}}.m-button2{text-align:center;box-sizing:border-box;padding:1.1rem;color:#fff;border-radius:.4rem;transition:.3s ease;background-color:transparent;border:.1rem solid white}.m-button2.red{background-color:#ff4338}@media (hover: hover){.m-button2.red:hover{background-color:#ed3b37}}.m-button2.blue{background-color:#5b87da}@media (hover: hover){.m-button2.blue:hover{background-color:#446ecd}}.m-button2.green{background-color:#3fd5ae}@media (hover: hover){.m-button2.green:hover{background-color:#2ec99b}}.m-button2.underline{color:#fff;border:.1rem solid white;background-color:transparent}@media (hover: hover){.m-button2.underline:hover{border:.1rem solid #ed3b37;background-color:#ed3b37}}@media (hover: hover){.m-button2:hover{background-color:#ed3b37}}@media (max-width: 540px){.m-button2{min-width:unset;max-width:33rem;width:100%;font-size:1.6rem}}html{font-size:62.5%;overflow-x:hidden}html.overflow-hidden{overflow:hidden}html body{font:14px \"\"}@media (min-width: 1921px) and (max-height: 600px){html{font-size:55.5%}}html a{text-decoration:none}h1,h2,h3,h4,h5,h6{all:unset;display:revert}.fancybox__viewport{background-color:#fff}.fancybox__viewport.no-idiomas{background-color:red}section[class*=mdl]{padding-left:10rem;padding-right:10rem;box-sizing:border-box}@media (max-width: 1366px){section[class*=mdl]{padding-left:9rem;padding-right:9rem}}@media (max-width: 1280px){section[class*=mdl]{padding-left:8rem;padding-right:8rem}}@media (max-width: 1080px){section[class*=mdl]{padding-left:9.5rem;padding-right:9.5rem}}@media (max-width: 768px){section[class*=mdl]{padding-left:7.7rem;padding-right:7.7rem}}@media (max-width: 540px){section[class*=mdl]{padding-left:4.1rem;padding-right:4.1rem}}@media (max-width: 375px){section[class*=mdl]{padding-left:2.7rem;padding-right:2.7rem}}section .mdl-container{width:100%;max-width:160rem;margin:0 auto}.readmoreinit{overflow:hidden}.readmoreinit{line-height:1.6!important}@media screen and (max-width: 1200px){.readmoreinit{line-height:1.6!important}}@media screen and (max-width: 600px){.readmoreinit{line-height:1.6!important}}.read-more{display:flex;flex-direction:column;font-family:jokker,sans-serif;font-size:1.5rem;font-weight:400;font-stretch:normal;font-style:normal;line-height:1.4;letter-spacing:normal;color:#e6411e;text-decoration:underline;cursor:pointer;margin-top:2rem}.read-more .less{display:none}.w100{font-weight:100}.w300{font-weight:300}.w400{font-weight:400}.w500{font-weight:medium}.w600{font-weight:600}.w700{font-weight:700}.w900{font-weight:900}.italic{font-style:italic}.row{display:flex;flex-direction:row}.col{display:flex;flex-direction:column}html{overflow-x:hidden}body{cursor:default;overflow-x:hidden;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{color:inherit;border:0;margin:0;padding:0}a{text-size-adjust:none;-webkit-text-size-adjust:none;text-decoration:none;cursor:pointer}ul{list-style-position:outside}li{padding-left:3rem;list-style:none;position:relative}li:before{content:\"\\25cf\";position:absolute;top:0;left:0}button,mark{background:none}button,label{cursor:pointer}:focus{outline:none!important}::-moz-focus-inner{border:0}summary::-webkit-details-marker{display:none}button,input[type=submit],input[type=text]{-webkit-appearance:none}h1,h2,h3,h4,h5,h6{text-transform:none}p{width:100%}img{width:auto;height:auto;object-fit:contain}@-webkit-keyframes swingV{15%{-webkit-transform:translateY(.5rem);transform:translateY(.5rem)}30%{-webkit-transform:translateY(-.5rem);transform:translateY(-.5rem)}50%{-webkit-transform:translateY(.3rem);transform:translateY(.3rem)}65%{-webkit-transform:translateY(-.3rem);transform:translateY(-.3rem)}80%{-webkit-transform:translateY(.2rem);transform:translateY(.2rem)}to{-webkit-transform:translateY(0);transform:translateY(0)}}@keyframes swingV{15%{-webkit-transform:translateY(.5rem);transform:translateY(.5rem)}30%{-webkit-transform:translateY(-.5rem);transform:translateY(-.5rem)}50%{-webkit-transform:translateY(.3rem);transform:translateY(.3rem)}65%{-webkit-transform:translateY(-.3rem);transform:translateY(-.3rem)}80%{-webkit-transform:translateY(.2rem);transform:translateY(.2rem)}to{-webkit-transform:translateY(0);transform:translateY(0)}}@-webkit-keyframes swingH{15%{-webkit-transform:translateX(.5rem);transform:translate(.5rem)}30%{-webkit-transform:translateX(-.5rem);transform:translate(-.5rem)}50%{-webkit-transform:translateX(.3rem);transform:translate(.3rem)}65%{-webkit-transform:translateX(-.3rem);transform:translate(-.3rem)}80%{-webkit-transform:translateX(.2rem);transform:translate(.2rem)}to{-webkit-transform:translateX(0);transform:translate(0)}}@keyframes swingH{15%{-webkit-transform:translateX(.5rem);transform:translate(.5rem)}30%{-webkit-transform:translateX(-.5rem);transform:translate(-.5rem)}50%{-webkit-transform:translateX(.3rem);transform:translate(.3rem)}65%{-webkit-transform:translateX(-.3rem);transform:translate(-.3rem)}80%{-webkit-transform:translateX(.2rem);transform:translate(.2rem)}to{-webkit-transform:translateX(0);transform:translate(0)}}.fancybox__container{background-color:#fff}.fancybox__container .fancybox__slide{flex-direction:column-reverse}.fancybox__container .fancybox__backdrop,.fancybox__container .fancybox__counter{display:none}.fancybox__container .fancybox__caption{color:#515050b2;text-align:center;font-family:jokker,sans-serif;font-weight:400;font-size:1.8rem;line-height:3.9rem;padding:0rem 0 2rem}@media (max-width: 540px){.fancybox__container .fancybox__caption{font-size:1.5rem}}@media (max-width: 375px){.fancybox__container .fancybox__caption{font-size:1.3rem}}.fancybox__container .fancybox__thumbs{display:none}.fancybox__container .fancybox__nav .carousel__button{background-color:#ff4338;top:55%}.fancybox__container .fancybox__nav .carousel__button svg{stroke:#fff;stroke-width:.3rem}.fancybox__container .carousel__button.is-close svg{display:none}.fancybox__container .carousel__button.is-close{background:url(/assets/babylon/svg/icons/closeRed.svg) no-repeat center;background-size:100%;width:4.2rem;height:4.2rem;top:-4.7rem;right:-5rem;transition:transform .3s ease;transform:rotate(0)}.fancybox__container .carousel__button.is-close:hover{transition:transform .3s ease;transform:rotate(180deg)}@media (max-width: 540px){.fancybox__container .carousel__button.is-close{width:3rem;height:3rem}}.fancybox__container .fancybox__toolbar{border-bottom:none;margin:0 0 0 auto;padding:1rem}.fancybox__container .fancybox__toolbar .fancybox__toolbar__items button:not(.fancybox__button--close){display:none}.fancybox__container .fancybox__toolbar .fancybox__toolbar__items .fancybox__button--close{background-color:#ff4338}.fancybox__container .fancybox__toolbar .fancybox__toolbar__items .fancybox__button--close svg{width:40%}.fancybox__container .fancybox__toolbar .fancybox__toolbar__items .fancybox__button--close svg path{stroke:#fff;stroke-width:.3rem}input:-webkit-autofill,input:-webkit-autofill:hover,input:-webkit-autofill:focus,input:-webkit-autofill:active{-webkit-background-clip:text;-webkit-text-fill-color:#ffffff;transition:background-color 5000s ease-in-out 0s;box-shadow:inset 0 0 20px 20px #23232329}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.mdl-faqs .m-top{gap:2rem;display:flex;flex-direction:column;margin-top:4rem}.mdl-faqs .m-top .m-titulo{font-family:jokker,sans-serif;font-weight:400;font-size:2.8rem;line-height:3.6rem}@media (max-width: 375px){.mdl-faqs .m-top .m-titulo{font-size:2.2rem;line-height:2.6rem}}.mdl-faqs .m-top .m-texto{font-family:jokker,sans-serif;color:#515050b2;font-size:2rem;line-height:36.4px;font-weight:400}@media (min-width: 1680px){.mdl-faqs .m-top .m-texto{font-size:1.8rem;line-height:36.4px}}@media (max-width: 1366px){.mdl-faqs .m-top .m-texto{font-size:1.5rem;line-height:29.61px}}@media (max-width: 1280px){.mdl-faqs .m-top .m-texto{font-size:1.4rem;line-height:29.61px}}@media (max-width: 1080px){.mdl-faqs .m-top .m-texto{font-size:1.2rem;line-height:22.61px}}.mdl-faqs .m-top .m-texto{color:#515050b2}.mdl-faqs .mdl-container{display:flex;margin-top:7rem;margin-bottom:7rem;justify-content:space-between;gap:4rem}.mdl-faqs .mdl-container .m-content{width:calc(27% - 2rem);height:auto;display:flex;flex-direction:column;justify-content:space-between}.mdl-faqs .mdl-container .m-content .m-top{gap:5rem;display:flex;flex-direction:column}.mdl-faqs .mdl-container .m-content .m-top .m-titulo{font-family:jokker,sans-serif;font-weight:300;font-size:3.2rem;line-height:4.6rem}@media (max-width: 1366px){.mdl-faqs .mdl-container .m-content .m-top .m-titulo{font-size:2.4rem;line-height:3.4rem}}@media (max-width: 1080px){.mdl-faqs .mdl-container .m-content .m-top .m-titulo{font-size:1.8rem;line-height:2.6rem}}.mdl-faqs .mdl-container .m-content .m-top .m-texto{font-family:jokker,sans-serif;color:#515050b2;font-size:2rem;line-height:36.4px;font-weight:400}@media (min-width: 1680px){.mdl-faqs .mdl-container .m-content .m-top .m-texto{font-size:1.8rem;line-height:36.4px}}@media (max-width: 1366px){.mdl-faqs .mdl-container .m-content .m-top .m-texto{font-size:1.5rem;line-height:29.61px}}@media (max-width: 1280px){.mdl-faqs .mdl-container .m-content .m-top .m-texto{font-size:1.4rem;line-height:29.61px}}@media (max-width: 1080px){.mdl-faqs .mdl-container .m-content .m-top .m-texto{font-size:1.2rem;line-height:22.61px}}.mdl-faqs .mdl-container .m-content .m-top .m-texto{color:#515050b2}.mdl-faqs .mdl-container .m-content .m-bottom{gap:5rem;display:flex;flex-direction:column}.mdl-faqs .mdl-container .m-content .m-bottom .m-titulo{font-family:jokker,sans-serif;font-weight:300;font-size:3.2rem;line-height:4.6rem}@media (max-width: 1366px){.mdl-faqs .mdl-container .m-content .m-bottom .m-titulo{font-size:2.4rem;line-height:3.4rem}}@media (max-width: 1080px){.mdl-faqs .mdl-container .m-content .m-bottom .m-titulo{font-size:1.8rem;line-height:2.6rem}}.mdl-faqs .mdl-container .m-content .m-bottom .m-texto{font-family:jokker,sans-serif;color:#515050b2;font-size:2rem;line-height:36.4px;font-weight:400}@media (min-width: 1680px){.mdl-faqs .mdl-container .m-content .m-bottom .m-texto{font-size:1.8rem;line-height:36.4px}}@media (max-width: 1366px){.mdl-faqs .mdl-container .m-content .m-bottom .m-texto{font-size:1.5rem;line-height:29.61px}}@media (max-width: 1280px){.mdl-faqs .mdl-container .m-content .m-bottom .m-texto{font-size:1.4rem;line-height:29.61px}}@media (max-width: 1080px){.mdl-faqs .mdl-container .m-content .m-bottom .m-texto{font-size:1.2rem;line-height:22.61px}}.mdl-faqs .mdl-container .m-content .m-bottom .m-texto{color:#515050b2;width:100%}.mdl-faqs .mdl-container .m-content .m-bottom .m-textos-bot{gap:2rem;display:flex;flex-direction:column}.mdl-faqs .mdl-container .m-listadofaqs{width:calc(73% - 2rem)}.mdl-faqs .mdl-container .m-listadofaqs .m-extra-info{display:flex;flex-direction:column;width:83%;margin-bottom:3rem;gap:3rem}.mdl-faqs .mdl-container .m-listadofaqs .m-extra-info .m-row1,.mdl-faqs .mdl-container .m-listadofaqs .m-extra-info .m-row2{display:flex;flex-direction:column;gap:4rem}.mdl-faqs .mdl-container .m-listadofaqs .m-extra-info .m-row1 .m-title,.mdl-faqs .mdl-container .m-listadofaqs .m-extra-info .m-row2 .m-title{font-family:jokker,sans-serif;font-weight:400;font-size:2.8rem;line-height:3.6rem}@media (max-width: 375px){.mdl-faqs .mdl-container .m-listadofaqs .m-extra-info .m-row1 .m-title,.mdl-faqs .mdl-container .m-listadofaqs .m-extra-info .m-row2 .m-title{font-size:2.2rem;line-height:2.6rem}}.mdl-faqs .mdl-container .m-listadofaqs .m-extra-info .m-row1 .m-title,.mdl-faqs .mdl-container .m-listadofaqs .m-extra-info .m-row2 .m-title{color:#515050}.mdl-faqs .mdl-container .m-listadofaqs .m-extra-info .m-row1 .m-text,.mdl-faqs .mdl-container .m-listadofaqs .m-extra-info .m-row2 .m-text{width:59%;font-family:jokker,sans-serif;color:#515050b2;font-size:2rem;line-height:36.4px;font-weight:400}@media (min-width: 1680px){.mdl-faqs .mdl-container .m-listadofaqs .m-extra-info .m-row1 .m-text,.mdl-faqs .mdl-container .m-listadofaqs .m-extra-info .m-row2 .m-text{font-size:1.8rem;line-height:36.4px}}@media (max-width: 1366px){.mdl-faqs .mdl-container .m-listadofaqs .m-extra-info .m-row1 .m-text,.mdl-faqs .mdl-container .m-listadofaqs .m-extra-info .m-row2 .m-text{font-size:1.5rem;line-height:29.61px}}@media (max-width: 1280px){.mdl-faqs .mdl-container .m-listadofaqs .m-extra-info .m-row1 .m-text,.mdl-faqs .mdl-container .m-listadofaqs .m-extra-info .m-row2 .m-text{font-size:1.4rem;line-height:29.61px}}@media (max-width: 1080px){.mdl-faqs .mdl-container .m-listadofaqs .m-extra-info .m-row1 .m-text,.mdl-faqs .mdl-container .m-listadofaqs .m-extra-info .m-row2 .m-text{font-size:1.2rem;line-height:22.61px}}.mdl-faqs .mdl-container .m-listadofaqs .m-extra-info .m-row1 .m-content2,.mdl-faqs .mdl-container .m-listadofaqs .m-extra-info .m-row2 .m-content2{display:flex;flex-direction:row;justify-content:space-between;align-items:flex-start;gap:2rem}.mdl-faqs .mdl-container .m-listadofaqs .m-extra-info .m-row1 .m-content2 .m-items,.mdl-faqs .mdl-container .m-listadofaqs .m-extra-info .m-row2 .m-content2 .m-items{gap:1.5rem;display:flex;flex-direction:column}.mdl-faqs .mdl-container .m-listadofaqs .m-extra-info .m-row1 .m-content2 .m-items .m-item,.mdl-faqs .mdl-container .m-listadofaqs .m-extra-info .m-row2 .m-content2 .m-items .m-item{display:flex;flex-direction:row;align-items:center;gap:2.8rem;min-width:max-content;font-family:jokker,sans-serif;color:#515050b2;font-size:2rem;line-height:36.4px;font-weight:400}@media (min-width: 1680px){.mdl-faqs .mdl-container .m-listadofaqs .m-extra-info .m-row1 .m-content2 .m-items .m-item,.mdl-faqs .mdl-container .m-listadofaqs .m-extra-info .m-row2 .m-content2 .m-items .m-item{font-size:1.8rem;line-height:36.4px}}@media (max-width: 1366px){.mdl-faqs .mdl-container .m-listadofaqs .m-extra-info .m-row1 .m-content2 .m-items .m-item,.mdl-faqs .mdl-container .m-listadofaqs .m-extra-info .m-row2 .m-content2 .m-items .m-item{font-size:1.5rem;line-height:29.61px}}@media (max-width: 1280px){.mdl-faqs .mdl-container .m-listadofaqs .m-extra-info .m-row1 .m-content2 .m-items .m-item,.mdl-faqs .mdl-container .m-listadofaqs .m-extra-info .m-row2 .m-content2 .m-items .m-item{font-size:1.4rem;line-height:29.61px}}@media (max-width: 1080px){.mdl-faqs .mdl-container .m-listadofaqs .m-extra-info .m-row1 .m-content2 .m-items .m-item,.mdl-faqs .mdl-container .m-listadofaqs .m-extra-info .m-row2 .m-content2 .m-items .m-item{font-size:1.2rem;line-height:22.61px}}.mdl-faqs .mdl-container .m-listadofaqs .m-extra-info .m-row2 .m-text{width:80%}.mdl-faqs .mdl-container .m-listadofaqs .faq-item{border-bottom:1px solid #e4e4e4;border-top:1px solid #e4e4e4!important;padding:2.2rem 0;margin-top:-1px}.mdl-faqs .mdl-container .m-listadofaqs .faq-item .faq-question{font-family:jokker,sans-serif;font-weight:400;font-size:2rem;line-height:100%}@media (max-width: 1366px){.mdl-faqs .mdl-container .m-listadofaqs .faq-item .faq-question{font-size:1.5rem}}@media (max-width: 1080px){.mdl-faqs .mdl-container .m-listadofaqs .faq-item .faq-question{font-size:1.1rem}}.mdl-faqs .mdl-container .m-listadofaqs .faq-item .faq-question{display:flex;justify-content:space-between;align-items:center;font-weight:500;margin-left:3rem;cursor:pointer;padding:1rem 0;transition:color .3s ease;position:relative;width:calc(100% - 5rem)}.mdl-faqs .mdl-container .m-listadofaqs .faq-item .faq-question .faq-icon{transition:transform .3s ease;transform:rotate(45deg);background:url(/assets/babylon/svg/icons/close.svg) no-repeat center center;background-size:contain;width:1.6rem;height:1.6rem;position:absolute;right:1.3rem}.mdl-faqs .mdl-container .m-listadofaqs .faq-item .faq-question.active{color:#ff4338}.mdl-faqs .mdl-container .m-listadofaqs .faq-item .faq-question.active .faq-icon{transform:rotate(0);background-color:red;background:url(/assets/babylon/svg/icons/closeRed.svg) no-repeat center center;background-size:contain;width:4rem;height:4rem;right:0}.mdl-faqs .mdl-container .m-listadofaqs .faq-item .faq-question.active .faq-icon:hover{transform:rotate(135deg)}.mdl-faqs .mdl-container .m-listadofaqs .faq-item .faq-question.active:before{content:\"\\2022\";position:absolute;left:0;color:#e74c3c;font-size:3rem;line-height:1;top:50%;transform:translateY(-50%);margin-left:-3rem}.mdl-faqs .mdl-container .m-listadofaqs .faq-item .faq-answer{font-family:jokker,sans-serif;font-weight:300;font-size:2rem;line-height:3.9rem}@media (max-width: 1366px){.mdl-faqs .mdl-container .m-listadofaqs .faq-item .faq-answer{font-size:1.5rem;line-height:3rem}}@media (max-width: 540px){.mdl-faqs .mdl-container .m-listadofaqs .faq-item .faq-answer{font-size:1.1rem;line-height:2rem}}.mdl-faqs .mdl-container .m-listadofaqs .faq-item .faq-answer{max-height:0;overflow:hidden;padding:0;transition:max-height .35s ease,padding .35s ease;color:#515050b2;padding-left:3rem}.mdl-faqs .mdl-container .m-listadofaqs .faq-item .faq-answer.open{max-width:76rem;padding:1rem 0;padding:1rem 0 1rem 3rem}.mdl-faqs.m-bot .mdl-container .m-content{flex-direction:column-reverse}.mdl-faqs.m-bot .mdl-container .m-content .m-top{display:none}@media (max-width: 1200px){.mdl-faqs .mdl-container .m-content{width:calc(36% - 4rem)}.mdl-faqs .mdl-container .m-content .m-top,.mdl-faqs .mdl-container .m-content .m-bottom{gap:2.8rem}.mdl-faqs .mdl-container .m-content .m-bottom .m-texto{width:100%}.mdl-faqs .mdl-container .m-content .m-bottom .m-button-sm{min-width:14.8rem;padding:.6rem!important;color:#fff;height:2.7rem;font-size:1rem}.mdl-faqs .mdl-container .m-listadofaqs{width:calc(64% - 4rem)}.mdl-faqs .mdl-container .m-listadofaqs .m-extra-info .m-row1,.mdl-faqs .mdl-container .m-listadofaqs .m-extra-info .m-row2{gap:2rem}.mdl-faqs .mdl-container .m-listadofaqs .m-extra-info .m-row1 .m-content2 .m-items .m-item,.mdl-faqs .mdl-container .m-listadofaqs .m-extra-info .m-row2 .m-content2 .m-items .m-item{gap:1rem}.mdl-faqs .mdl-container .m-listadofaqs .m-extra-info .m-row1 .m-content2 .m-items .m-item svg,.mdl-faqs .mdl-container .m-listadofaqs .m-extra-info .m-row2 .m-content2 .m-items .m-item svg{width:1.7rem}.mdl-faqs .mdl-container .m-listadofaqs .faq-item{padding:1.7rem 0}.mdl-faqs .mdl-container .m-listadofaqs .faq-item .faq-question{padding:0 3rem 0 0}.mdl-faqs .mdl-container .m-listadofaqs .faq-item .faq-question .faq-icon{width:.9rem;height:.9rem}.mdl-faqs .mdl-container .m-listadofaqs .faq-item .faq-question.active .faq-icon{width:2rem;right:.8rem;height:2rem}}@media (max-width: 1080px){.mdl-faqs .mdl-container{flex-direction:column-reverse;gap:3rem}.mdl-faqs .mdl-container .m-content{gap:3rem;width:100%}.mdl-faqs .mdl-container .m-content .m-bottom{flex-direction:row;justify-content:space-between;align-items:flex-end}.mdl-faqs .mdl-container .m-content .m-bottom .m-textos-bot{width:50%}.mdl-faqs .mdl-container .m-listadofaqs,.mdl-faqs .mdl-container .m-listadofaqs .m-extra-info{width:100%}}@media (max-width: 768px){.mdl-faqs .m-top{margin-bottom:-4rem}.mdl-faqs .mdl-container .m-content .m-bottom{flex-direction:column;justify-content:none;align-items:start}.mdl-faqs .mdl-container .m-content .m-bottom .m-textos-bot{width:60%}}@media (max-width: 540px){.mdl-faqs .mdl-container .m-listadofaqs .m-extra-info .m-row1 .m-content2{flex-direction:column}.mdl-faqs .mdl-container .m-listadofaqs .m-extra-info .m-row1 .m-content2 .m-text{width:100%}.mdl-faqs .mdl-container .m-listadofaqs .faq-item .faq-question{text-align:left;line-height:1.8rem}.mdl-faqs .mdl-container .m-content .m-bottom .m-textos-bot{width:100%}}\n"] }]
|
|
115
|
+
}], propDecorators: { content: [{
|
|
116
|
+
type: Input
|
|
117
|
+
}], faqSection: [{
|
|
118
|
+
type: ViewChild,
|
|
119
|
+
args: ['faqSection']
|
|
120
|
+
}], faqAnswerRefs: [{
|
|
121
|
+
type: ViewChildren,
|
|
122
|
+
args: ['faqAnswerRef']
|
|
123
|
+
}] } });
|
|
124
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYzItdHh0LWN0YS1kZXMuY29tcG9uZW50LmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vLi4vLi4vcHJvamVjdHMvYmFieWxvbi9zcmMvbGliL2NvbXBvbmVudHMvZXh0ZXJuYWwvY29yZS9jMi10eHQtY3RhLWRlcy9jMi10eHQtY3RhLWRlcy5jb21wb25lbnQudHMiLCIuLi8uLi8uLi8uLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9iYWJ5bG9uL3NyYy9saWIvY29tcG9uZW50cy9leHRlcm5hbC9jb3JlL2MyLXR4dC1jdGEtZGVzL2MyLXR4dC1jdGEtZGVzLmNvbXBvbmVudC5odG1sIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFBRSxZQUFZLEVBQUUsaUJBQWlCLEVBQUUsTUFBTSxpQkFBaUIsQ0FBQztBQUNsRSxPQUFPLEVBRUgsU0FBUyxFQUVULE1BQU0sRUFDTixLQUFLLEVBRUwsV0FBVyxFQUVYLFNBQVMsRUFDVCxZQUFZLEdBQ2YsTUFBTSxlQUFlLENBQUM7QUFFdkIsT0FBTyxjQUFjLE1BQU0sK0JBQStCLENBQUM7OztBQWEzRCxNQUFNLE9BQU8sb0JBQW9CO0lBUGpDO1FBUXFCLG9CQUFlLEdBQzVCLGNBQW9DLENBQUM7UUFFaEMsWUFBTyxHQUF1QixJQUFJLENBQUMsZUFBZSxDQUFDO1FBSzVELGVBQVUsR0FBYSxFQUFFLENBQUM7UUFDMUIscUJBQWdCLEdBQWtCLElBQUksQ0FBQztRQUd0QixlQUFVLEdBQUcsTUFBTSxDQUFDLFdBQVcsQ0FBQyxDQUFDO1FBRWpDLGlCQUFZLEdBQUcsR0FBUyxFQUFFO1lBQ3ZDLElBQUksQ0FBQyxpQkFBaUIsQ0FBQyxJQUFJLENBQUMsVUFBVSxDQUFDO2dCQUFFLE9BQU87WUFDaEQsSUFBSSxPQUFPLE1BQU0sS0FBSyxXQUFXLEVBQUU7Z0JBQy9CLE9BQU87YUFDVjtZQUNELFlBQVksQ0FBQyxJQUFJLENBQUMsZUFBZSxDQUFDLENBQUM7WUFDbkMsSUFBSSxDQUFDLGVBQWUsR0FBRyxVQUFVLENBQUMsR0FBRyxFQUFFLENBQUMsSUFBSSxDQUFDLFlBQVksRUFBRSxFQUFFLEdBQUcsQ0FBQyxDQUFDO1FBQ3RFLENBQUMsQ0FBQztLQXNHTDtJQXBHRyxlQUFlO1FBQ1gsSUFBSSxDQUFDLGlCQUFpQixDQUFDLElBQUksQ0FBQyxVQUFVLENBQUM7WUFBRSxPQUFPO1FBQ2hELElBQUksQ0FBQyxvQkFBb0IsRUFBRSxDQUFDO1FBQzVCLElBQUksQ0FBQyxhQUFhLEdBQUcsSUFBSSxDQUFDLGFBQWEsRUFBRSxPQUFPLENBQUMsU0FBUyxDQUFDLEdBQUcsRUFBRSxDQUM1RCxJQUFJLENBQUMsb0JBQW9CLEVBQUUsQ0FDOUIsQ0FBQztRQUNGLElBQUksQ0FBQyxZQUFZLEVBQUUsQ0FBQztRQUNwQixJQUFJLENBQUMsd0JBQXdCLEVBQUUsQ0FBQztRQUNoQyxJQUFJLENBQUMsMEJBQTBCLEVBQUUsQ0FBQztJQUN0QyxDQUFDO0lBRUQsV0FBVztRQUNQLElBQUksQ0FBQyxpQkFBaUIsQ0FBQyxJQUFJLENBQUMsVUFBVSxDQUFDO1lBQUUsT0FBTztRQUNoRCxJQUFJLENBQUMsYUFBYSxFQUFFLFdBQVcsRUFBRSxDQUFDO1FBQ2xDLElBQUksT0FBTyxNQUFNLEtBQUssV0FBVyxFQUFFO1lBQy9CLE1BQU0sQ0FBQyxtQkFBbUIsQ0FBQyxRQUFRLEVBQUUsSUFBSSxDQUFDLFlBQVksQ0FBQyxDQUFDO1NBQzNEO1FBQ0QsWUFBWSxDQUFDLElBQUksQ0FBQyxlQUFlLENBQUMsQ0FBQztRQUNuQyxJQUFJLENBQUMsZ0JBQWdCLEVBQUUsVUFBVSxFQUFFLENBQUM7SUFDeEMsQ0FBQztJQUVELFNBQVMsQ0FBQyxLQUFhO1FBQ25CLElBQUksQ0FBQyxnQkFBZ0IsR0FBRyxJQUFJLENBQUMsZ0JBQWdCLEtBQUssS0FBSyxDQUFDLENBQUMsQ0FBQyxJQUFJLENBQUMsQ0FBQyxDQUFDLEtBQUssQ0FBQztJQUMzRSxDQUFDO0lBRUQsWUFBWSxDQUFDLEtBQWE7UUFDdEIsT0FBTyxLQUFLLENBQUM7SUFDakIsQ0FBQztJQUVELFlBQVksQ0FBQyxLQUFhLEVBQUUsSUFBc0I7UUFDOUMsT0FBTyxJQUFJLENBQUMsS0FBSyxJQUFJLE1BQU0sQ0FBQyxLQUFLLENBQUMsQ0FBQztJQUN2QyxDQUFDO0lBRUQsZUFBZSxDQUFDLEtBQWE7UUFDekIsT0FBTyxJQUFJLENBQUMsVUFBVSxDQUFDLEtBQUssQ0FBQyxJQUFJLENBQUMsQ0FBQztJQUN2QyxDQUFDO0lBRU8sb0JBQW9CO1FBQ3hCLFVBQVUsQ0FBQyxHQUFHLEVBQUU7WUFDWixJQUFJLENBQUMsSUFBSSxDQUFDLGFBQWEsRUFBRTtnQkFDckIsT0FBTzthQUNWO1lBRUQsTUFBTSxPQUFPLEdBQWEsRUFBRSxDQUFDO1lBQzdCLElBQUksQ0FBQyxhQUFhLENBQUMsT0FBTyxDQUFDLENBQUMsR0FBRyxFQUFFLEdBQUcsRUFBRSxFQUFFO2dCQUNwQyxPQUFPLENBQUMsR0FBRyxDQUFDLEdBQUcsR0FBRyxDQUFDLGFBQWEsQ0FBQyxZQUFZLENBQUM7WUFDbEQsQ0FBQyxDQUFDLENBQUM7WUFDSCxJQUFJLENBQUMsVUFBVSxHQUFHLE9BQU8sQ0FBQztRQUM5QixDQUFDLEVBQUUsQ0FBQyxDQUFDLENBQUM7SUFDVixDQUFDO0lBRU8sWUFBWTtRQUNoQixJQUFJLENBQUMsaUJBQWlCLENBQUMsSUFBSSxDQUFDLFVBQVUsQ0FBQztZQUFFLE9BQU87UUFDaEQsSUFBSSxPQUFPLE1BQU0sS0FBSyxXQUFXLEVBQUU7WUFDL0IsT0FBTztTQUNWO1FBQ0QsTUFBTSxJQUFJLEdBQUcsSUFBSSxDQUFDLFVBQVUsRUFBRSxhQUFhLENBQUM7UUFDNUMsTUFBTSxRQUFRLEdBQUcsSUFBSSxFQUFFLGFBQWEsQ0FBYyxRQUFRLENBQUMsQ0FBQztRQUM1RCxNQUFNLE9BQU8sR0FBRyxJQUFJLEVBQUUsYUFBYSxDQUFjLFlBQVksQ0FBQyxDQUFDO1FBQy9ELE1BQU0sU0FBUyxHQUFHLElBQUksRUFBRSxhQUFhLENBQWMsZ0JBQWdCLENBQUMsQ0FBQztRQUVyRSxJQUFJLENBQUMsSUFBSSxJQUFJLENBQUMsUUFBUSxJQUFJLENBQUMsT0FBTyxJQUFJLENBQUMsU0FBUyxFQUFFO1lBQzlDLE9BQU87U0FDVjtRQUVELE1BQU0sU0FBUyxHQUFHLE1BQU0sQ0FBQyxVQUFVLENBQUMsb0JBQW9CLENBQUMsQ0FBQyxPQUFPLENBQUM7UUFFbEUsSUFBSSxTQUFTLEVBQUU7WUFDWCxJQUFJLFFBQVEsQ0FBQyxhQUFhLEtBQUssT0FBTyxFQUFFO2dCQUNwQyxPQUFPLENBQUMsWUFBWSxDQUFDLFFBQVEsRUFBRSxPQUFPLENBQUMsaUJBQWlCLENBQUMsQ0FBQzthQUM3RDtZQUNELFFBQVEsQ0FBQyxLQUFLLENBQUMsUUFBUSxHQUFHLFVBQVUsQ0FBQztZQUNyQyxPQUFPO1NBQ1Y7UUFFRCxJQUFJLFFBQVEsQ0FBQyxhQUFhLEtBQUssSUFBSSxFQUFFO1lBQ2pDLElBQUksQ0FBQyxZQUFZLENBQUMsUUFBUSxFQUFFLFNBQVMsQ0FBQyxDQUFDO1NBQzFDO1FBQ0QsUUFBUSxDQUFDLEtBQUssQ0FBQyxRQUFRLEdBQUcsRUFBRSxDQUFDO0lBQ2pDLENBQUM7SUFFTyx3QkFBd0I7UUFDNUIsSUFBSSxPQUFPLE1BQU0sS0FBSyxXQUFXLEVBQUU7WUFDL0IsT0FBTztTQUNWO1FBQ0QsTUFBTSxDQUFDLGdCQUFnQixDQUFDLFFBQVEsRUFBRSxJQUFJLENBQUMsWUFBWSxDQUFDLENBQUM7SUFDekQsQ0FBQztJQUVPLDBCQUEwQjtRQUM5QixJQUFJLENBQUMsSUFBSSxDQUFDLFVBQVUsRUFBRSxhQUFhLEVBQUU7WUFDakMsT0FBTztTQUNWO1FBRUQsSUFBSSxDQUFDLGdCQUFnQixFQUFFLFVBQVUsRUFBRSxDQUFDO1FBQ3BDLElBQUksQ0FBQyxnQkFBZ0IsR0FBRyxJQUFJLGdCQUFnQixDQUFDLEdBQUcsRUFBRSxDQUFDLElBQUksQ0FBQyxZQUFZLEVBQUUsQ0FBQyxDQUFDO1FBQ3hFLElBQUksQ0FBQyxnQkFBZ0IsQ0FBQyxPQUFPLENBQUMsSUFBSSxDQUFDLFVBQVUsQ0FBQyxhQUFhLEVBQUU7WUFDekQsU0FBUyxFQUFFLElBQUk7WUFDZixPQUFPLEVBQUUsSUFBSTtTQUNoQixDQUFDLENBQUM7SUFDUCxDQUFDOytHQTNIUSxvQkFBb0I7bUdBQXBCLG9CQUFvQix1U0MzQmpDLG0wSkF1SEEsbTR6QkRoR2MsWUFBWTs7NEZBSWIsb0JBQW9CO2tCQVBoQyxTQUFTOytCQUNJLGdCQUFnQixjQUNkLElBQUksV0FDUCxDQUFDLFlBQVksQ0FBQzs4QkFRZCxPQUFPO3NCQUFmLEtBQUs7Z0JBQzJCLFVBQVU7c0JBQTFDLFNBQVM7dUJBQUMsWUFBWTtnQkFDZSxhQUFhO3NCQUFsRCxZQUFZO3VCQUFDLGNBQWMiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBDb21tb25Nb2R1bGUsIGlzUGxhdGZvcm1Ccm93c2VyIH0gZnJvbSAnQGFuZ3VsYXIvY29tbW9uJztcbmltcG9ydCB7XG4gICAgQWZ0ZXJWaWV3SW5pdCxcbiAgICBDb21wb25lbnQsXG4gICAgRWxlbWVudFJlZixcbiAgICBpbmplY3QsXG4gICAgSW5wdXQsXG4gICAgT25EZXN0cm95LFxuICAgIFBMQVRGT1JNX0lELFxuICAgIFF1ZXJ5TGlzdCxcbiAgICBWaWV3Q2hpbGQsXG4gICAgVmlld0NoaWxkcmVuLFxufSBmcm9tICdAYW5ndWxhci9jb3JlJztcbmltcG9ydCB7IFN1YnNjcmlwdGlvbiB9IGZyb20gJ3J4anMnO1xuaW1wb3J0IGRlZmF1bHRDb250ZW50IGZyb20gJy4vYzItdHh0LWN0YS1kZXMuY29udGVudC5qc29uJztcbmltcG9ydCB7XG4gICAgQzJUeHRDdGFEZXNDb250ZW50LFxuICAgIEhpZ2hsaWdodEZlYXR1cmUsXG59IGZyb20gJy4vYzItdHh0LWN0YS1kZXMuaW50ZXJmYWNlcyc7XG5cbkBDb21wb25lbnQoe1xuICAgIHNlbGVjdG9yOiAnYzItdHh0LWN0YS1kZXMnLFxuICAgIHN0YW5kYWxvbmU6IHRydWUsXG4gICAgaW1wb3J0czogW0NvbW1vbk1vZHVsZV0sXG4gICAgdGVtcGxhdGVVcmw6ICcuL2MyLXR4dC1jdGEtZGVzLmNvbXBvbmVudC5odG1sJyxcbiAgICBzdHlsZVVybDogJy4vYzItdHh0LWN0YS1kZXMuY29tcG9uZW50LnNjc3MnLFxufSlcbmV4cG9ydCBjbGFzcyBDMlR4dEN0YURlc0NvbXBvbmVudCBpbXBsZW1lbnRzIEFmdGVyVmlld0luaXQsIE9uRGVzdHJveSB7XG4gICAgcHJpdmF0ZSByZWFkb25seSBmYWxsYmFja0NvbnRlbnQ6IEMyVHh0Q3RhRGVzQ29udGVudCA9XG4gICAgICAgIGRlZmF1bHRDb250ZW50IGFzIEMyVHh0Q3RhRGVzQ29udGVudDtcblxuICAgIEBJbnB1dCgpIGNvbnRlbnQ6IEMyVHh0Q3RhRGVzQ29udGVudCA9IHRoaXMuZmFsbGJhY2tDb250ZW50O1xuICAgIEBWaWV3Q2hpbGQoJ2ZhcVNlY3Rpb24nKSBwcml2YXRlIGZhcVNlY3Rpb24/OiBFbGVtZW50UmVmPEhUTUxFbGVtZW50PjtcbiAgICBAVmlld0NoaWxkcmVuKCdmYXFBbnN3ZXJSZWYnKSBwcml2YXRlIGZhcUFuc3dlclJlZnM/OiBRdWVyeUxpc3Q8XG4gICAgICAgIEVsZW1lbnRSZWY8SFRNTERpdkVsZW1lbnQ+XG4gICAgPjtcbiAgICBmYXFIZWlnaHRzOiBudW1iZXJbXSA9IFtdO1xuICAgIGV4cGFuZGVkRmFxSW5kZXg6IG51bWJlciB8IG51bGwgPSBudWxsO1xuICAgIHByaXZhdGUgZmFxQ2hhbmdlc1N1Yj86IFN1YnNjcmlwdGlvbjtcbiAgICBwcml2YXRlIHJlc2l6ZVRpbWVvdXRJZD86IFJldHVyblR5cGU8dHlwZW9mIHNldFRpbWVvdXQ+O1xuICAgIHByaXZhdGUgcmVhZG9ubHkgcGxhdGZvcm1JZCA9IGluamVjdChQTEFURk9STV9JRCk7XG4gICAgcHJpdmF0ZSBtdXRhdGlvbk9ic2VydmVyPzogTXV0YXRpb25PYnNlcnZlcjtcbiAgICBwcml2YXRlIHJlYWRvbmx5IGhhbmRsZVJlc2l6ZSA9ICgpOiB2b2lkID0+IHtcbiAgICAgICAgaWYgKCFpc1BsYXRmb3JtQnJvd3Nlcih0aGlzLnBsYXRmb3JtSWQpKSByZXR1cm47XG4gICAgICAgIGlmICh0eXBlb2Ygd2luZG93ID09PSAndW5kZWZpbmVkJykge1xuICAgICAgICAgICAgcmV0dXJuO1xuICAgICAgICB9XG4gICAgICAgIGNsZWFyVGltZW91dCh0aGlzLnJlc2l6ZVRpbWVvdXRJZCk7XG4gICAgICAgIHRoaXMucmVzaXplVGltZW91dElkID0gc2V0VGltZW91dCgoKSA9PiB0aGlzLm1vdmVUb3BQYW5lbCgpLCAxNTApO1xuICAgIH07XG5cbiAgICBuZ0FmdGVyVmlld0luaXQoKTogdm9pZCB7XG4gICAgICAgIGlmICghaXNQbGF0Zm9ybUJyb3dzZXIodGhpcy5wbGF0Zm9ybUlkKSkgcmV0dXJuO1xuICAgICAgICB0aGlzLm1lYXN1cmVBbnN3ZXJIZWlnaHRzKCk7XG4gICAgICAgIHRoaXMuZmFxQ2hhbmdlc1N1YiA9IHRoaXMuZmFxQW5zd2VyUmVmcz8uY2hhbmdlcy5zdWJzY3JpYmUoKCkgPT5cbiAgICAgICAgICAgIHRoaXMubWVhc3VyZUFuc3dlckhlaWdodHMoKVxuICAgICAgICApO1xuICAgICAgICB0aGlzLm1vdmVUb3BQYW5lbCgpO1xuICAgICAgICB0aGlzLmluaXRpYWxpemVSZXNpemVMaXN0ZW5lcigpO1xuICAgICAgICB0aGlzLmluaXRpYWxpemVNdXRhdGlvbk9ic2VydmVyKCk7XG4gICAgfVxuXG4gICAgbmdPbkRlc3Ryb3koKTogdm9pZCB7XG4gICAgICAgIGlmICghaXNQbGF0Zm9ybUJyb3dzZXIodGhpcy5wbGF0Zm9ybUlkKSkgcmV0dXJuO1xuICAgICAgICB0aGlzLmZhcUNoYW5nZXNTdWI/LnVuc3Vic2NyaWJlKCk7XG4gICAgICAgIGlmICh0eXBlb2Ygd2luZG93ICE9PSAndW5kZWZpbmVkJykge1xuICAgICAgICAgICAgd2luZG93LnJlbW92ZUV2ZW50TGlzdGVuZXIoJ3Jlc2l6ZScsIHRoaXMuaGFuZGxlUmVzaXplKTtcbiAgICAgICAgfVxuICAgICAgICBjbGVhclRpbWVvdXQodGhpcy5yZXNpemVUaW1lb3V0SWQpO1xuICAgICAgICB0aGlzLm11dGF0aW9uT2JzZXJ2ZXI/LmRpc2Nvbm5lY3QoKTtcbiAgICB9XG5cbiAgICB0b2dnbGVGYXEoaW5kZXg6IG51bWJlcik6IHZvaWQge1xuICAgICAgICB0aGlzLmV4cGFuZGVkRmFxSW5kZXggPSB0aGlzLmV4cGFuZGVkRmFxSW5kZXggPT09IGluZGV4ID8gbnVsbCA6IGluZGV4O1xuICAgIH1cblxuICAgIHRyYWNrQnlJbmRleChpbmRleDogbnVtYmVyKTogbnVtYmVyIHtcbiAgICAgICAgcmV0dXJuIGluZGV4O1xuICAgIH1cblxuICAgIHRyYWNrQnlMYWJlbChpbmRleDogbnVtYmVyLCBpdGVtOiBIaWdobGlnaHRGZWF0dXJlKTogc3RyaW5nIHtcbiAgICAgICAgcmV0dXJuIGl0ZW0ubGFiZWwgPz8gU3RyaW5nKGluZGV4KTtcbiAgICB9XG5cbiAgICBnZXRBbnN3ZXJIZWlnaHQoaW5kZXg6IG51bWJlcik6IG51bWJlciB7XG4gICAgICAgIHJldHVybiB0aGlzLmZhcUhlaWdodHNbaW5kZXhdID8/IDA7XG4gICAgfVxuXG4gICAgcHJpdmF0ZSBtZWFzdXJlQW5zd2VySGVpZ2h0cygpOiB2b2lkIHtcbiAgICAgICAgc2V0VGltZW91dCgoKSA9PiB7XG4gICAgICAgICAgICBpZiAoIXRoaXMuZmFxQW5zd2VyUmVmcykge1xuICAgICAgICAgICAgICAgIHJldHVybjtcbiAgICAgICAgICAgIH1cblxuICAgICAgICAgICAgY29uc3QgaGVpZ2h0czogbnVtYmVyW10gPSBbXTtcbiAgICAgICAgICAgIHRoaXMuZmFxQW5zd2VyUmVmcy5mb3JFYWNoKChyZWYsIGlkeCkgPT4ge1xuICAgICAgICAgICAgICAgIGhlaWdodHNbaWR4XSA9IHJlZi5uYXRpdmVFbGVtZW50LnNjcm9sbEhlaWdodDtcbiAgICAgICAgICAgIH0pO1xuICAgICAgICAgICAgdGhpcy5mYXFIZWlnaHRzID0gaGVpZ2h0cztcbiAgICAgICAgfSwgMCk7XG4gICAgfVxuXG4gICAgcHJpdmF0ZSBtb3ZlVG9wUGFuZWwoKTogdm9pZCB7XG4gICAgICAgIGlmICghaXNQbGF0Zm9ybUJyb3dzZXIodGhpcy5wbGF0Zm9ybUlkKSkgcmV0dXJuO1xuICAgICAgICBpZiAodHlwZW9mIHdpbmRvdyA9PT0gJ3VuZGVmaW5lZCcpIHtcbiAgICAgICAgICAgIHJldHVybjtcbiAgICAgICAgfVxuICAgICAgICBjb25zdCByb290ID0gdGhpcy5mYXFTZWN0aW9uPy5uYXRpdmVFbGVtZW50O1xuICAgICAgICBjb25zdCB0b3BQYW5lbCA9IHJvb3Q/LnF1ZXJ5U2VsZWN0b3I8SFRNTEVsZW1lbnQ+KCcubS10b3AnKTtcbiAgICAgICAgY29uc3QgY29udGVudCA9IHJvb3Q/LnF1ZXJ5U2VsZWN0b3I8SFRNTEVsZW1lbnQ+KCcubS1jb250ZW50Jyk7XG4gICAgICAgIGNvbnN0IGNvbnRhaW5lciA9IHJvb3Q/LnF1ZXJ5U2VsZWN0b3I8SFRNTEVsZW1lbnQ+KCcubWRsLWNvbnRhaW5lcicpO1xuXG4gICAgICAgIGlmICghcm9vdCB8fCAhdG9wUGFuZWwgfHwgIWNvbnRlbnQgfHwgIWNvbnRhaW5lcikge1xuICAgICAgICAgICAgcmV0dXJuO1xuICAgICAgICB9XG5cbiAgICAgICAgY29uc3QgaXNEZXNrdG9wID0gd2luZG93Lm1hdGNoTWVkaWEoJyhtaW4td2lkdGg6IDc2N3B4KScpLm1hdGNoZXM7XG5cbiAgICAgICAgaWYgKGlzRGVza3RvcCkge1xuICAgICAgICAgICAgaWYgKHRvcFBhbmVsLnBhcmVudEVsZW1lbnQgIT09IGNvbnRlbnQpIHtcbiAgICAgICAgICAgICAgICBjb250ZW50Lmluc2VydEJlZm9yZSh0b3BQYW5lbCwgY29udGVudC5maXJzdEVsZW1lbnRDaGlsZCk7XG4gICAgICAgICAgICB9XG4gICAgICAgICAgICB0b3BQYW5lbC5zdHlsZS5wb3NpdGlvbiA9ICdyZWxhdGl2ZSc7XG4gICAgICAgICAgICByZXR1cm47XG4gICAgICAgIH1cblxuICAgICAgICBpZiAodG9wUGFuZWwucGFyZW50RWxlbWVudCAhPT0gcm9vdCkge1xuICAgICAgICAgICAgcm9vdC5pbnNlcnRCZWZvcmUodG9wUGFuZWwsIGNvbnRhaW5lcik7XG4gICAgICAgIH1cbiAgICAgICAgdG9wUGFuZWwuc3R5bGUucG9zaXRpb24gPSAnJztcbiAgICB9XG5cbiAgICBwcml2YXRlIGluaXRpYWxpemVSZXNpemVMaXN0ZW5lcigpOiB2b2lkIHtcbiAgICAgICAgaWYgKHR5cGVvZiB3aW5kb3cgPT09ICd1bmRlZmluZWQnKSB7XG4gICAgICAgICAgICByZXR1cm47XG4gICAgICAgIH1cbiAgICAgICAgd2luZG93LmFkZEV2ZW50TGlzdGVuZXIoJ3Jlc2l6ZScsIHRoaXMuaGFuZGxlUmVzaXplKTtcbiAgICB9XG5cbiAgICBwcml2YXRlIGluaXRpYWxpemVNdXRhdGlvbk9ic2VydmVyKCk6IHZvaWQge1xuICAgICAgICBpZiAoIXRoaXMuZmFxU2VjdGlvbj8ubmF0aXZlRWxlbWVudCkge1xuICAgICAgICAgICAgcmV0dXJuO1xuICAgICAgICB9XG5cbiAgICAgICAgdGhpcy5tdXRhdGlvbk9ic2VydmVyPy5kaXNjb25uZWN0KCk7XG4gICAgICAgIHRoaXMubXV0YXRpb25PYnNlcnZlciA9IG5ldyBNdXRhdGlvbk9ic2VydmVyKCgpID0+IHRoaXMubW92ZVRvcFBhbmVsKCkpO1xuICAgICAgICB0aGlzLm11dGF0aW9uT2JzZXJ2ZXIub2JzZXJ2ZSh0aGlzLmZhcVNlY3Rpb24ubmF0aXZlRWxlbWVudCwge1xuICAgICAgICAgICAgY2hpbGRMaXN0OiB0cnVlLFxuICAgICAgICAgICAgc3VidHJlZTogdHJ1ZSxcbiAgICAgICAgfSk7XG4gICAgfVxufVxuIiwiPCEtLSBDT01FTlRBUklPIENPTkVYScOTTjogQcOxYWRpciBjbGFzZSAnbS1ib3QnIHNpIHNvbG8gc2UgcXVpZXJlIG1hbnRlbmVyIGVsIG0tYm90dG9tIHkgbm8gZWwgbS10b3AsIGHDsWFkaXIgb3BjacOzbiBlbiBlbCBqc29uIC0tPlxuPHNlY3Rpb24gY2xhc3M9XCJtZGwtZmFxc1wiICNmYXFTZWN0aW9uIFtjbGFzcy5tLWJvdF09XCJjb250ZW50LmhpZGVUb3BQYW5lbFwiPlxuICA8ZGl2IGNsYXNzPVwibWRsLWNvbnRhaW5lclwiPlxuICAgIDxkaXYgY2xhc3M9XCJtLWNvbnRlbnRcIj5cbiAgICAgIDxkaXYgY2xhc3M9XCJtLXRvcFwiICpuZ0lmPVwiIWNvbnRlbnQuaGlkZVRvcFBhbmVsXCI+XG4gICAgICAgIDxkaXYgY2xhc3M9XCJtLXRpdHVsb1wiPnt7IGNvbnRlbnQudG9wUGFuZWwudGl0bGUgfX08L2Rpdj5cbiAgICAgICAgPGRpdiBjbGFzcz1cIm0tdGV4dG9cIj5cbiAgICAgICAgICB7eyBjb250ZW50LnRvcFBhbmVsLmRlc2NyaXB0aW9uIH19XG4gICAgICAgIDwvZGl2PlxuICAgICAgPC9kaXY+XG4gICAgICA8ZGl2IGNsYXNzPVwibS1ib3R0b21cIj5cbiAgICAgICAgICA8ZGl2IGNsYXNzPVwibS10ZXh0b3MtYm90XCI+XG4gICAgICAgICAgICA8ZGl2IGNsYXNzPVwibS10aXR1bG9cIj57eyBjb250ZW50LmJvdHRvbVBhbmVsLnRpdGxlIH19PC9kaXY+XG4gICAgICAgICAgICA8ZGl2IGNsYXNzPVwibS10ZXh0b1wiPlxuICAgICAgICAgICAgICB7eyBjb250ZW50LmJvdHRvbVBhbmVsLmRlc2NyaXB0aW9uIH19XG4gICAgICAgICAgICA8L2Rpdj5cbiAgICAgICAgICA8L2Rpdj5cbiAgICAgICAgPG5nLWNvbnRhaW5lciAqbmdJZj1cImNvbnRlbnQuYm90dG9tUGFuZWwuYnV0dG9uIGFzIGJ1dHRvblwiPlxuICAgICAgICAgIDxhXG4gICAgICAgICAgICAqbmdJZj1cImJ1dHRvbi51cmw7IGVsc2UgYm90dG9tQnV0dG9uXCJcbiAgICAgICAgICAgIGNsYXNzPVwibS1idXR0b24tc21cIlxuICAgICAgICAgICAgW25nQ2xhc3NdPVwiYnV0dG9uLnZhcmlhbnRcIlxuICAgICAgICAgICAgW2hyZWZdPVwiYnV0dG9uLnVybFwiXG4gICAgICAgICAgICBbYXR0ci50YXJnZXRdPVwiYnV0dG9uLnRhcmdldCB8fCAnX3NlbGYnXCJcbiAgICAgICAgICAgIFthdHRyLmFyaWEtbGFiZWxdPVwiYnV0dG9uLmFyaWFMYWJlbCB8fCBidXR0b24ubGFiZWxcIlxuICAgICAgICAgICAgW2F0dHIucmVsXT1cIihidXR0b24udGFyZ2V0IHx8ICdfc2VsZicpID09PSAnX2JsYW5rJyA/ICdub29wZW5lciBub3JlZmVycmVyJyA6IG51bGxcIlxuICAgICAgICAgID5cbiAgICAgICAgICAgIDxzcGFuPnt7IGJ1dHRvbi5sYWJlbCB9fTwvc3Bhbj5cbiAgICAgICAgICA8L2E+XG4gICAgICAgICAgPG5nLXRlbXBsYXRlICNib3R0b21CdXR0b24+XG4gICAgICAgICAgICA8YnV0dG9uXG4gICAgICAgICAgICAgIHR5cGU9XCJidXR0b25cIlxuICAgICAgICAgICAgICBjbGFzcz1cIm0tYnV0dG9uLXNtXCJcbiAgICAgICAgICAgICAgW25nQ2xhc3NdPVwiYnV0dG9uLnZhcmlhbnRcIlxuICAgICAgICAgICAgICBbYXR0ci5hcmlhLWxhYmVsXT1cImJ1dHRvbi5hcmlhTGFiZWwgfHwgYnV0dG9uLmxhYmVsXCJcbiAgICAgICAgICAgID5cbiAgICAgICAgICAgICAgPHNwYW4+e3sgYnV0dG9uLmxhYmVsIH19PC9zcGFuPlxuICAgICAgICAgICAgPC9idXR0b24+XG4gICAgICAgICAgPC9uZy10ZW1wbGF0ZT5cbiAgICAgICAgPC9uZy1jb250YWluZXI+XG4gICAgICA8L2Rpdj5cbiAgICA8L2Rpdj5cbiAgICA8ZGl2IGNsYXNzPVwibS1saXN0YWRvZmFxc1wiPlxuICAgICAgPGRpdiBjbGFzcz1cIm0tZXh0cmEtaW5mb1wiICpuZ0lmPVwiY29udGVudC5oaWdobGlnaHRzPy5sZW5ndGhcIj5cbiAgICAgICAgPGRpdlxuICAgICAgICAgIGNsYXNzPVwibS1yb3dcIlxuICAgICAgICAgICpuZ0Zvcj1cImxldCBoaWdobGlnaHQgb2YgY29udGVudC5oaWdobGlnaHRzOyBsZXQgaGlnaGxpZ2h0SW5kZXggPSBpbmRleDsgdHJhY2tCeTogdHJhY2tCeUluZGV4XCJcbiAgICAgICAgICBbbmdDbGFzc109XCJoaWdobGlnaHRJbmRleCA9PT0gMCA/ICdtLXJvdzEnIDogJ20tcm93MidcIlxuICAgICAgICA+XG4gICAgICAgICAgPGRpdiBjbGFzcz1cIm0tdGl0bGVcIj57eyBoaWdobGlnaHQudGl0bGUgfX08L2Rpdj5cbiAgICAgICAgICA8ZGl2IGNsYXNzPVwibS1jb250ZW50MlwiPlxuICAgICAgICAgICAgPGRpdiBjbGFzcz1cIm0tdGV4dFwiICpuZ0lmPVwiaGlnaGxpZ2h0LmRlc2NyaXB0aW9uXCI+XG4gICAgICAgICAgICAgIHt7IGhpZ2hsaWdodC5kZXNjcmlwdGlvbiB9fVxuICAgICAgICAgICAgPC9kaXY+XG4gICAgICAgICAgICA8ZGl2IGNsYXNzPVwibS1pdGVtc1wiICpuZ0lmPVwiaGlnaGxpZ2h0LmZlYXR1cmVzPy5sZW5ndGhcIj5cbiAgICAgICAgICAgICAgPGRpdiBjbGFzcz1cIm0taXRlbVwiICpuZ0Zvcj1cImxldCBmZWF0dXJlIG9mIGhpZ2hsaWdodC5mZWF0dXJlczsgdHJhY2tCeTogdHJhY2tCeUxhYmVsXCI+XG4gICAgICAgICAgICAgICAgPGltZ1xuICAgICAgICAgICAgICAgICAgKm5nSWY9XCJmZWF0dXJlLmljb25cIlxuICAgICAgICAgICAgICAgICAgW3NyY109XCJmZWF0dXJlLmljb25cIlxuICAgICAgICAgICAgICAgICAgW2FsdF09XCJmZWF0dXJlLmljb25BbHQgfHwgJydcIlxuICAgICAgICAgICAgICAgICAgbG9hZGluZz1cImxhenlcIlxuICAgICAgICAgICAgICAgIC8+XG4gICAgICAgICAgICAgICAgPHNwYW4+e3sgZmVhdHVyZS5sYWJlbCB9fTwvc3Bhbj5cbiAgICAgICAgICAgICAgPC9kaXY+XG4gICAgICAgICAgICA8L2Rpdj5cbiAgICAgICAgICA8L2Rpdj5cbiAgICAgICAgPC9kaXY+XG4gICAgICA8L2Rpdj5cbiAgICAgIDxkaXYgY2xhc3M9XCJmYXEtaXRlbVwiICpuZ0Zvcj1cImxldCBmYXEgb2YgY29udGVudC5mYXFzOyBsZXQgZmFxSW5kZXggPSBpbmRleDsgdHJhY2tCeTogdHJhY2tCeUluZGV4XCI+XG4gICAgICAgIDxidXR0b25cbiAgICAgICAgICB0eXBlPVwiYnV0dG9uXCJcbiAgICAgICAgICBjbGFzcz1cImZhcS1xdWVzdGlvblwiXG4gICAgICAgICAgW2F0dHIuaWRdPVwiJ2ZhcS1xdWVzdGlvbi0nICsgZmFxSW5kZXhcIlxuICAgICAgICAgIFthdHRyLmFyaWEtY29udHJvbHNdPVwiJ2ZhcS1hbnN3ZXItJyArIGZhcUluZGV4XCJcbiAgICAgICAgICBbYXR0ci5hcmlhLWV4cGFuZGVkXT1cImV4cGFuZGVkRmFxSW5kZXggPT09IGZhcUluZGV4XCJcbiAgICAgICAgICAoY2xpY2spPVwidG9nZ2xlRmFxKGZhcUluZGV4KVwiXG4gICAgICAgICAgW2NsYXNzLmFjdGl2ZV09XCJleHBhbmRlZEZhcUluZGV4ID09PSBmYXFJbmRleFwiXG4gICAgICAgID5cbiAgICAgICAgICA8c3Bhbj57eyBmYXEucXVlc3Rpb24gfX08L3NwYW4+XG4gICAgICAgICAgPHNwYW4gY2xhc3M9XCJmYXEtaWNvblwiIFtjbGFzcy5yb3RhdGVdPVwiZXhwYW5kZWRGYXFJbmRleCA9PT0gZmFxSW5kZXhcIj48L3NwYW4+XG4gICAgICAgIDwvYnV0dG9uPlxuICAgICAgICA8ZGl2XG4gICAgICAgICAgY2xhc3M9XCJmYXEtYW5zd2VyXCJcbiAgICAgICAgICBbY2xhc3Mub3Blbl09XCJleHBhbmRlZEZhcUluZGV4ID09PSBmYXFJbmRleFwiXG4gICAgICAgICAgW3N0eWxlLm1heEhlaWdodC5weF09XCJleHBhbmRlZEZhcUluZGV4ID09PSBmYXFJbmRleCA/IGdldEFuc3dlckhlaWdodChmYXFJbmRleCkgOiAwXCJcbiAgICAgICAgICAjZmFxQW5zd2VyUmVmXG4gICAgICAgICAgW2F0dHIuaWRdPVwiJ2ZhcS1hbnN3ZXItJyArIGZhcUluZGV4XCJcbiAgICAgICAgICByb2xlPVwicmVnaW9uXCJcbiAgICAgICAgICBbYXR0ci5hcmlhLWxhYmVsbGVkYnldPVwiJ2ZhcS1xdWVzdGlvbi0nICsgZmFxSW5kZXhcIlxuICAgICAgICA+XG4gICAgICAgICAge3sgZmFxLmFuc3dlciB9fVxuICAgICAgICA8L2Rpdj5cbiAgICAgICAgPG5nLWNvbnRhaW5lciAqbmdJZj1cImZhcS5idXR0b24gYXMgZmFxQnV0dG9uXCI+XG4gICAgICAgICAgPGFcbiAgICAgICAgICAgICpuZ0lmPVwiZmFxQnV0dG9uLnVybDsgZWxzZSBmYXFCdXR0b25UZW1wbGF0ZVwiXG4gICAgICAgICAgICBjbGFzcz1cIm0tYnV0dG9uLXNtXCJcbiAgICAgICAgICAgIFtuZ0NsYXNzXT1cImZhcUJ1dHRvbi52YXJpYW50XCJcbiAgICAgICAgICAgIFtocmVmXT1cImZhcUJ1dHRvbi51cmxcIlxuICAgICAgICAgICAgW2F0dHIudGFyZ2V0XT1cImZhcUJ1dHRvbi50YXJnZXQgfHwgJ19zZWxmJ1wiXG4gICAgICAgICAgICBbYXR0ci5hcmlhLWxhYmVsXT1cImZhcUJ1dHRvbi5hcmlhTGFiZWwgfHwgZmFxQnV0dG9uLmxhYmVsXCJcbiAgICAgICAgICAgIFthdHRyLnJlbF09XCIoZmFxQnV0dG9uLnRhcmdldCB8fCAnX3NlbGYnKSA9PT0gJ19ibGFuaycgPyAnbm9vcGVuZXIgbm9yZWZlcnJlcicgOiBudWxsXCJcbiAgICAgICAgICA+XG4gICAgICAgICAgICA8c3Bhbj57eyBmYXFCdXR0b24ubGFiZWwgfX08L3NwYW4+XG4gICAgICAgICAgPC9hPlxuICAgICAgICAgIDxuZy10ZW1wbGF0ZSAjZmFxQnV0dG9uVGVtcGxhdGU+XG4gICAgICAgICAgICA8YnV0dG9uXG4gICAgICAgICAgICAgIHR5cGU9XCJidXR0b25cIlxuICAgICAgICAgICAgICBjbGFzcz1cIm0tYnV0dG9uLXNtXCJcbiAgICAgICAgICAgICAgW25nQ2xhc3NdPVwiZmFxQnV0dG9uLnZhcmlhbnRcIlxuICAgICAgICAgICAgICBbYXR0ci5hcmlhLWxhYmVsXT1cImZhcUJ1dHRvbi5hcmlhTGFiZWwgfHwgZmFxQnV0dG9uLmxhYmVsXCJcbiAgICAgICAgICAgID5cbiAgICAgICAgICAgICAgPHNwYW4+e3sgZmFxQnV0dG9uLmxhYmVsIH19PC9zcGFuPlxuICAgICAgICAgICAgPC9idXR0b24+XG4gICAgICAgICAgPC9uZy10ZW1wbGF0ZT5cbiAgICAgICAgPC9uZy1jb250YWluZXI+XG4gICAgICA8L2Rpdj5cbiAgICA8L2Rpdj5cbiAgPC9kaXY+XG48L3NlY3Rpb24+XG4iXX0=
|
|
@@ -0,0 +1,60 @@
|
|
|
1
|
+
{
|
|
2
|
+
"topPanel": {
|
|
3
|
+
"title": "Faq",
|
|
4
|
+
"description": "Many desktop publishing packages and web page editors now use lorem ipsum as their default model text, and a search."
|
|
5
|
+
},
|
|
6
|
+
"bottomPanel": {
|
|
7
|
+
"title": "Contáctanos",
|
|
8
|
+
"description": "Si aún así las respuestas que buscas no están en la lista, contáctanos y estaremos encantados de ayudarte.",
|
|
9
|
+
"button": {
|
|
10
|
+
"label": "Escribir al equipo",
|
|
11
|
+
"url": "#contacto",
|
|
12
|
+
"variant": "red",
|
|
13
|
+
"ariaLabel": "Abrir el formulario de contacto"
|
|
14
|
+
}
|
|
15
|
+
},
|
|
16
|
+
"highlights": [
|
|
17
|
+
{
|
|
18
|
+
"title": "Cómo llegar al hotel",
|
|
19
|
+
"description": "Exercitation sint ut deserunt cillum cupidatat do est. Exercitation sint ut deserunt cillum cupidatat do est.",
|
|
20
|
+
"features": [
|
|
21
|
+
{
|
|
22
|
+
"label": "Playa a 500 metros",
|
|
23
|
+
"icon": "/assets/babylon/svg/icons/mejora.svg",
|
|
24
|
+
"iconAlt": "Icono ubicación"
|
|
25
|
+
},
|
|
26
|
+
{
|
|
27
|
+
"label": "Parking 24h incluido",
|
|
28
|
+
"icon": "/assets/babylon/svg/icons/mejora.svg",
|
|
29
|
+
"iconAlt": "Icono check"
|
|
30
|
+
}
|
|
31
|
+
]
|
|
32
|
+
},
|
|
33
|
+
{
|
|
34
|
+
"title": "Información clave",
|
|
35
|
+
"description": "Curabitur blandit tempus porttitor. Nulla vitae elit libero, a pharetra augue mollis interdum."
|
|
36
|
+
}
|
|
37
|
+
],
|
|
38
|
+
"faqs": [
|
|
39
|
+
{
|
|
40
|
+
"question": "¿Título ejemplo pregunta frecuente alegría hotels?",
|
|
41
|
+
"answer": "Many desktop publishing packages and web page editors now use lorem ipsum as their default model text, and a search for lorem ipsum will uncover many web sites still in su infancia."
|
|
42
|
+
},
|
|
43
|
+
{
|
|
44
|
+
"question": "¿Título ejemplo pregunta frecuente?",
|
|
45
|
+
"answer": "Otra respuesta de ejemplo para esta pregunta frecuente."
|
|
46
|
+
},
|
|
47
|
+
{
|
|
48
|
+
"question": "¿Necesito reservar con antelación?",
|
|
49
|
+
"answer": "Te recomendamos realizar la reserva con un mínimo de 48 horas para garantizar disponibilidad."
|
|
50
|
+
},
|
|
51
|
+
{
|
|
52
|
+
"question": "¿Título ejemplo pregunta frecuente alegría hotels?",
|
|
53
|
+
"answer": "Sometimes on purpose injected humour and the like, is readable content of a page when looking."
|
|
54
|
+
},
|
|
55
|
+
{
|
|
56
|
+
"question": "¿Qué hago si no encuentro la respuesta?",
|
|
57
|
+
"answer": "Contáctanos y te ayudaremos a encontrar la mejor solución."
|
|
58
|
+
}
|
|
59
|
+
]
|
|
60
|
+
}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
export {};
|
|
2
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYzItdHh0LWN0YS1kZXMuaW50ZXJmYWNlcy5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL2JhYnlsb24vc3JjL2xpYi9jb21wb25lbnRzL2V4dGVybmFsL2NvcmUvYzItdHh0LWN0YS1kZXMvYzItdHh0LWN0YS1kZXMuaW50ZXJmYWNlcy50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiIiwic291cmNlc0NvbnRlbnQiOlsiZXhwb3J0IGludGVyZmFjZSBDdGFCdXR0b25Db25maWcge1xuICBsYWJlbDogc3RyaW5nO1xuICB1cmw/OiBzdHJpbmc7XG4gIHRhcmdldD86ICdfc2VsZicgfCAnX2JsYW5rJztcbiAgYXJpYUxhYmVsPzogc3RyaW5nO1xuICB2YXJpYW50Pzogc3RyaW5nO1xufVxuXG5cbmV4cG9ydCBpbnRlcmZhY2UgSGlnaGxpZ2h0RmVhdHVyZSB7XG4gIGxhYmVsOiBzdHJpbmc7XG4gIGljb24/OiBzdHJpbmc7XG4gIGljb25BbHQ/OiBzdHJpbmc7XG59XG5cbmV4cG9ydCBpbnRlcmZhY2UgSGlnaGxpZ2h0QmxvY2sge1xuICB0aXRsZTogc3RyaW5nO1xuICBkZXNjcmlwdGlvbj86IHN0cmluZztcbiAgZmVhdHVyZXM/OiBIaWdobGlnaHRGZWF0dXJlW107XG59XG5cbmV4cG9ydCBpbnRlcmZhY2UgUGFuZWxCbG9jayB7XG4gIHRpdGxlOiBzdHJpbmc7XG4gIGRlc2NyaXB0aW9uOiBzdHJpbmc7XG4gIGJ1dHRvbj86IEN0YUJ1dHRvbkNvbmZpZztcbn1cblxuZXhwb3J0IGludGVyZmFjZSBDMlR4dEN0YURlc0ZhcUl0ZW0ge1xuICBxdWVzdGlvbjogc3RyaW5nO1xuICBhbnN3ZXI6IHN0cmluZztcbiAgYnV0dG9uPzogQ3RhQnV0dG9uQ29uZmlnO1xufVxuXG5leHBvcnQgaW50ZXJmYWNlIEMyVHh0Q3RhRGVzQ29udGVudCB7XG4gIHRvcFBhbmVsOiBQYW5lbEJsb2NrO1xuICBib3R0b21QYW5lbDogUGFuZWxCbG9jaztcbiAgaGlnaGxpZ2h0czogSGlnaGxpZ2h0QmxvY2tbXTtcbiAgZmFxczogQzJUeHRDdGFEZXNGYXFJdGVtW107XG4gIGhpZGVUb3BQYW5lbD86IGJvb2xlYW47XG59XG4iXX0=
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
export * from './c2-txt-cta-des.component';
|
|
2
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5kZXguanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9iYWJ5bG9uL3NyYy9saWIvY29tcG9uZW50cy9leHRlcm5hbC9jb3JlL2MyLXR4dC1jdGEtZGVzL2luZGV4LnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLGNBQWMsNEJBQTRCLENBQUMiLCJzb3VyY2VzQ29udGVudCI6WyJleHBvcnQgKiBmcm9tICcuL2MyLXR4dC1jdGEtZGVzLmNvbXBvbmVudCc7XG4iXX0=
|
|
@@ -16,12 +16,12 @@ export class C2TxtMdh005Component {
|
|
|
16
16
|
return count > 0 ? Array.from({ length: count }, (_, idx) => idx) : [];
|
|
17
17
|
}
|
|
18
18
|
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: C2TxtMdh005Component, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
19
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.12", type: C2TxtMdh005Component, isStandalone: true, selector: "c2-txt-
|
|
19
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.12", type: C2TxtMdh005Component, isStandalone: true, selector: "c2-txt-svg-v2", inputs: { content: "content" }, ngImport: i0, template: "<!-- COMENTARIO CONEXI\u00D3N: A\u00F1adir clase p-top para p\u00E1ginas sin hero -->\n<section\n class=\"mdl-mdh005 p-top\"\n [class.p-top]=\"content.withTopSpacing\"\n [class.text-center]=\"content.centerAlign\"\n>\n <div class=\"mdl-container\">\n <div class=\"m-left\">\n <div class=\"m-pretitulo\" *ngIf=\"content.pretitle\">\n {{ content.pretitle }}\n </div>\n <div class=\"m-titulo\">\n {{ content.title }}\n </div>\n </div>\n\n <div class=\"m-right\">\n <div class=\"m-texto\">\n {{ content.description }}\n </div>\n </div>\n\n <div class=\"m-tags\" *ngIf=\"content.tags as tags\">\n <span class=\"m-rating\" *ngIf=\"tags.rating\">\n {{ tags.rating }}\n </span>\n <div class=\"m-keys\" *ngIf=\"keyIcons.length\">\n <ng-container\n *ngFor=\"let icon of keyIcons; trackBy: trackByIndex\"\n >\n <svg\n width=\"13\"\n height=\"13\"\n viewBox=\"0 0 13 13\"\n fill=\"none\"\n xmlns=\"http://www.w3.org/2000/svg\"\n >\n <path\n d=\"M0.146296 4.26479L1.14015 2.01692C1.31289 1.62559 1.62559 1.31289 2.01692 1.14015L4.26479 0.146297C4.58174 0.00641826 4.93356 -0.0343944 5.27412 0.0292127C5.61467 0.0928198 5.92805 0.257876 6.17314 0.50273L7.9475 2.27839C8.1606 2.49155 8.31388 2.75701 8.39197 3.04813C8.47006 3.33925 8.4702 3.64578 8.39239 3.93698L7.93579 5.64109L12.866 10.5713C12.9085 10.6136 12.9422 10.6639 12.9652 10.7193C12.9882 10.7746 13 10.834 13 10.8939V12.5447C12.9993 12.6652 12.9511 12.7807 12.8659 12.8659C12.7807 12.9511 12.6652 12.9993 12.5447 13H10.8939C10.7926 12.9998 10.6942 12.9659 10.6142 12.9038C10.5341 12.8416 10.477 12.7547 10.4516 12.6566L10.2045 11.6796L9.3303 11.5131C9.24322 11.4968 9.16282 11.4553 9.09903 11.3938C9.03523 11.3323 8.99082 11.2535 8.97127 11.1671L8.73321 10.1173L7.89026 10.0367C7.78479 10.0274 7.68608 9.9808 7.61188 9.90528L5.64109 7.93579L3.93697 8.39239C3.6458 8.47047 3.33919 8.47046 3.04802 8.39236C2.75685 8.31426 2.4914 8.16082 2.27839 7.9475L0.502729 6.17314C0.257875 5.92805 0.0928202 5.61467 0.029213 5.27412C-0.0343943 4.93357 0.00641727 4.58174 0.146296 4.26479ZM3.6703 5.08953C3.81061 5.22968 3.98932 5.32508 4.18385 5.36369C4.37837 5.40229 4.57997 5.38236 4.76317 5.30641C4.94636 5.23047 5.10294 5.10191 5.21309 4.937C5.32324 4.7721 5.38203 4.57823 5.38203 4.37991C5.38203 4.1816 5.32324 3.98773 5.21309 3.82283C5.10294 3.65792 4.94636 3.52936 4.76317 3.45342C4.57997 3.37747 4.37837 3.35754 4.18385 3.39614C3.98932 3.43475 3.81061 3.53015 3.6703 3.6703C3.57689 3.76336 3.50277 3.87395 3.45219 3.99572C3.40162 4.1175 3.37558 4.24806 3.37558 4.37991C3.37558 4.51177 3.40162 4.64233 3.45219 4.76411C3.50277 4.88588 3.57689 4.99647 3.6703 5.08953Z\"\n fill=\"currentColor\"\n />\n </svg>\n </ng-container>\n </div>\n <span *ngIf=\"tags.badge\">\n {{ tags.badge }}\n </span>\n </div>\n </div>\n</section>\n", styles: ["@charset \"UTF-8\";.mdl-mdh005{margin:6rem 0}.mdl-mdh005.p-top{margin-top:18rem}.mdl-mdh005 .mdl-container{display:flex;position:relative}.mdl-mdh005 .mdl-container.text-center .m-left,.mdl-mdh005 .mdl-container.text-center .m-right .m-texto{text-align:center}.mdl-mdh005 .mdl-container .m-left{width:50%;display:flex;justify-content:flex-end;flex-direction:column}.mdl-mdh005 .mdl-container .m-left .m-pretitulo{font-family:jokker,sans-serif;font-weight:400;font-size:1.6rem;line-height:2rem;letter-spacing:.16rem;text-transform:uppercase;color:#515050b2}.mdl-mdh005 .mdl-container .m-left .m-titulo{font-family:jokker,sans-serif;font-weight:300;font-size:4.4rem;line-height:5.8rem}@media (max-width: 1366px){.mdl-mdh005 .mdl-container .m-left .m-titulo{font-size:3.6rem;line-height:4.8rem}}@media (max-width: 540px){.mdl-mdh005 .mdl-container .m-left .m-titulo{font-size:3rem;line-height:4rem}}@media (max-width: 375px){.mdl-mdh005 .mdl-container .m-left .m-titulo{font-size:2.4rem;line-height:3rem}}.mdl-mdh005 .mdl-container .m-left .m-titulo{color:#515050;max-width:54.4rem;margin:7rem 0 0}.mdl-mdh005 .mdl-container .m-right{width:50%;display:flex;flex-direction:column;gap:4rem;align-items:flex-end;justify-content:flex-end}.mdl-mdh005 .mdl-container .m-right .m-texto{font-family:jokker,sans-serif;font-weight:300;font-size:3.2rem;line-height:4.6rem}@media (max-width: 1366px){.mdl-mdh005 .mdl-container .m-right .m-texto{font-size:2.8rem;line-height:3.8rem}}@media (max-width: 1080px){.mdl-mdh005 .mdl-container .m-right .m-texto{font-size:3.2rem;line-height:4.6rem}}@media (max-width: 540px){.mdl-mdh005 .mdl-container .m-right .m-texto{font-size:2.8rem;line-height:3.8rem}}@media (max-width: 375px){.mdl-mdh005 .mdl-container .m-right .m-texto{font-size:2.2rem;line-height:3rem}}.mdl-mdh005 .mdl-container .m-right .m-texto{color:#51505099;text-align:end;max-width:62rem}.mdl-mdh005 .mdl-container .m-tags{color:#ff4338;margin-top:2rem;position:absolute;bottom:-4rem;display:flex;flex-direction:row;align-items:flex-end;gap:1rem}.mdl-mdh005 .mdl-container .m-tags .m-rating{font-family:jokker,sans-serif;font-size:2rem;line-height:2rem}.mdl-mdh005 .mdl-container .m-tags span{font-family:jokker,sans-serif;font-weight:400;font-size:1.3rem;line-height:100%;background-color:#ff4338;font-weight:500;color:#fff;padding:.4rem 1.2rem;border-radius:2rem;margin-left:1.5rem}.mdl-mdh005 .mdl-container .m-tags .m-keys{display:flex;flex-direction:row;align-items:center;gap:.5rem;color:#ff4338}@media (max-width: 1366px){.mdl-mdh005 .mdl-container .m-left .m-titulo{max-width:40.7rem;margin:6rem 0 0}}@media (max-width: 1080px){.mdl-mdh005 .mdl-container .m-right .m-texto{font-size:2.8rem;line-height:3.8rem}}@media (max-width: 768px){.mdl-mdh005 .mdl-container{gap:2rem;flex-direction:column}.mdl-mdh005 .mdl-container .m-left{width:100%}.mdl-mdh005 .mdl-container .m-left .m-pretitulo{display:none}.mdl-mdh005 .mdl-container .m-left .m-titulo{margin:0}.mdl-mdh005 .mdl-container .m-right{width:100%}.mdl-mdh005 .mdl-container .m-right .m-texto{text-align:left}.mdl-mdh005 .mdl-container .m-tags{position:unset}}@media (max-width: 540px){.mdl-mdh005 .mdl-container .m-right{align-items:center}.mdl-mdh005 .mdl-container .m-right .m-texto{font-size:2.2rem;line-height:3rem}}@media (max-width: 375px){.mdl-mdh005 .mdl-container .m-right .m-texto{font-size:2rem;line-height:2.6rem}}\n"], dependencies: [{ kind: "ngmodule", type: CommonModule }, { kind: "directive", type: i1.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { kind: "directive", type: i1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }] }); }
|
|
20
20
|
}
|
|
21
21
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: C2TxtMdh005Component, decorators: [{
|
|
22
22
|
type: Component,
|
|
23
|
-
args: [{ selector: 'c2-txt-
|
|
23
|
+
args: [{ selector: 'c2-txt-svg-v2', standalone: true, imports: [CommonModule], template: "<!-- COMENTARIO CONEXI\u00D3N: A\u00F1adir clase p-top para p\u00E1ginas sin hero -->\n<section\n class=\"mdl-mdh005 p-top\"\n [class.p-top]=\"content.withTopSpacing\"\n [class.text-center]=\"content.centerAlign\"\n>\n <div class=\"mdl-container\">\n <div class=\"m-left\">\n <div class=\"m-pretitulo\" *ngIf=\"content.pretitle\">\n {{ content.pretitle }}\n </div>\n <div class=\"m-titulo\">\n {{ content.title }}\n </div>\n </div>\n\n <div class=\"m-right\">\n <div class=\"m-texto\">\n {{ content.description }}\n </div>\n </div>\n\n <div class=\"m-tags\" *ngIf=\"content.tags as tags\">\n <span class=\"m-rating\" *ngIf=\"tags.rating\">\n {{ tags.rating }}\n </span>\n <div class=\"m-keys\" *ngIf=\"keyIcons.length\">\n <ng-container\n *ngFor=\"let icon of keyIcons; trackBy: trackByIndex\"\n >\n <svg\n width=\"13\"\n height=\"13\"\n viewBox=\"0 0 13 13\"\n fill=\"none\"\n xmlns=\"http://www.w3.org/2000/svg\"\n >\n <path\n d=\"M0.146296 4.26479L1.14015 2.01692C1.31289 1.62559 1.62559 1.31289 2.01692 1.14015L4.26479 0.146297C4.58174 0.00641826 4.93356 -0.0343944 5.27412 0.0292127C5.61467 0.0928198 5.92805 0.257876 6.17314 0.50273L7.9475 2.27839C8.1606 2.49155 8.31388 2.75701 8.39197 3.04813C8.47006 3.33925 8.4702 3.64578 8.39239 3.93698L7.93579 5.64109L12.866 10.5713C12.9085 10.6136 12.9422 10.6639 12.9652 10.7193C12.9882 10.7746 13 10.834 13 10.8939V12.5447C12.9993 12.6652 12.9511 12.7807 12.8659 12.8659C12.7807 12.9511 12.6652 12.9993 12.5447 13H10.8939C10.7926 12.9998 10.6942 12.9659 10.6142 12.9038C10.5341 12.8416 10.477 12.7547 10.4516 12.6566L10.2045 11.6796L9.3303 11.5131C9.24322 11.4968 9.16282 11.4553 9.09903 11.3938C9.03523 11.3323 8.99082 11.2535 8.97127 11.1671L8.73321 10.1173L7.89026 10.0367C7.78479 10.0274 7.68608 9.9808 7.61188 9.90528L5.64109 7.93579L3.93697 8.39239C3.6458 8.47047 3.33919 8.47046 3.04802 8.39236C2.75685 8.31426 2.4914 8.16082 2.27839 7.9475L0.502729 6.17314C0.257875 5.92805 0.0928202 5.61467 0.029213 5.27412C-0.0343943 4.93357 0.00641727 4.58174 0.146296 4.26479ZM3.6703 5.08953C3.81061 5.22968 3.98932 5.32508 4.18385 5.36369C4.37837 5.40229 4.57997 5.38236 4.76317 5.30641C4.94636 5.23047 5.10294 5.10191 5.21309 4.937C5.32324 4.7721 5.38203 4.57823 5.38203 4.37991C5.38203 4.1816 5.32324 3.98773 5.21309 3.82283C5.10294 3.65792 4.94636 3.52936 4.76317 3.45342C4.57997 3.37747 4.37837 3.35754 4.18385 3.39614C3.98932 3.43475 3.81061 3.53015 3.6703 3.6703C3.57689 3.76336 3.50277 3.87395 3.45219 3.99572C3.40162 4.1175 3.37558 4.24806 3.37558 4.37991C3.37558 4.51177 3.40162 4.64233 3.45219 4.76411C3.50277 4.88588 3.57689 4.99647 3.6703 5.08953Z\"\n fill=\"currentColor\"\n />\n </svg>\n </ng-container>\n </div>\n <span *ngIf=\"tags.badge\">\n {{ tags.badge }}\n </span>\n </div>\n </div>\n</section>\n", styles: ["@charset \"UTF-8\";.mdl-mdh005{margin:6rem 0}.mdl-mdh005.p-top{margin-top:18rem}.mdl-mdh005 .mdl-container{display:flex;position:relative}.mdl-mdh005 .mdl-container.text-center .m-left,.mdl-mdh005 .mdl-container.text-center .m-right .m-texto{text-align:center}.mdl-mdh005 .mdl-container .m-left{width:50%;display:flex;justify-content:flex-end;flex-direction:column}.mdl-mdh005 .mdl-container .m-left .m-pretitulo{font-family:jokker,sans-serif;font-weight:400;font-size:1.6rem;line-height:2rem;letter-spacing:.16rem;text-transform:uppercase;color:#515050b2}.mdl-mdh005 .mdl-container .m-left .m-titulo{font-family:jokker,sans-serif;font-weight:300;font-size:4.4rem;line-height:5.8rem}@media (max-width: 1366px){.mdl-mdh005 .mdl-container .m-left .m-titulo{font-size:3.6rem;line-height:4.8rem}}@media (max-width: 540px){.mdl-mdh005 .mdl-container .m-left .m-titulo{font-size:3rem;line-height:4rem}}@media (max-width: 375px){.mdl-mdh005 .mdl-container .m-left .m-titulo{font-size:2.4rem;line-height:3rem}}.mdl-mdh005 .mdl-container .m-left .m-titulo{color:#515050;max-width:54.4rem;margin:7rem 0 0}.mdl-mdh005 .mdl-container .m-right{width:50%;display:flex;flex-direction:column;gap:4rem;align-items:flex-end;justify-content:flex-end}.mdl-mdh005 .mdl-container .m-right .m-texto{font-family:jokker,sans-serif;font-weight:300;font-size:3.2rem;line-height:4.6rem}@media (max-width: 1366px){.mdl-mdh005 .mdl-container .m-right .m-texto{font-size:2.8rem;line-height:3.8rem}}@media (max-width: 1080px){.mdl-mdh005 .mdl-container .m-right .m-texto{font-size:3.2rem;line-height:4.6rem}}@media (max-width: 540px){.mdl-mdh005 .mdl-container .m-right .m-texto{font-size:2.8rem;line-height:3.8rem}}@media (max-width: 375px){.mdl-mdh005 .mdl-container .m-right .m-texto{font-size:2.2rem;line-height:3rem}}.mdl-mdh005 .mdl-container .m-right .m-texto{color:#51505099;text-align:end;max-width:62rem}.mdl-mdh005 .mdl-container .m-tags{color:#ff4338;margin-top:2rem;position:absolute;bottom:-4rem;display:flex;flex-direction:row;align-items:flex-end;gap:1rem}.mdl-mdh005 .mdl-container .m-tags .m-rating{font-family:jokker,sans-serif;font-size:2rem;line-height:2rem}.mdl-mdh005 .mdl-container .m-tags span{font-family:jokker,sans-serif;font-weight:400;font-size:1.3rem;line-height:100%;background-color:#ff4338;font-weight:500;color:#fff;padding:.4rem 1.2rem;border-radius:2rem;margin-left:1.5rem}.mdl-mdh005 .mdl-container .m-tags .m-keys{display:flex;flex-direction:row;align-items:center;gap:.5rem;color:#ff4338}@media (max-width: 1366px){.mdl-mdh005 .mdl-container .m-left .m-titulo{max-width:40.7rem;margin:6rem 0 0}}@media (max-width: 1080px){.mdl-mdh005 .mdl-container .m-right .m-texto{font-size:2.8rem;line-height:3.8rem}}@media (max-width: 768px){.mdl-mdh005 .mdl-container{gap:2rem;flex-direction:column}.mdl-mdh005 .mdl-container .m-left{width:100%}.mdl-mdh005 .mdl-container .m-left .m-pretitulo{display:none}.mdl-mdh005 .mdl-container .m-left .m-titulo{margin:0}.mdl-mdh005 .mdl-container .m-right{width:100%}.mdl-mdh005 .mdl-container .m-right .m-texto{text-align:left}.mdl-mdh005 .mdl-container .m-tags{position:unset}}@media (max-width: 540px){.mdl-mdh005 .mdl-container .m-right{align-items:center}.mdl-mdh005 .mdl-container .m-right .m-texto{font-size:2.2rem;line-height:3rem}}@media (max-width: 375px){.mdl-mdh005 .mdl-container .m-right .m-texto{font-size:2rem;line-height:2.6rem}}\n"] }]
|
|
24
24
|
}], propDecorators: { content: [{
|
|
25
25
|
type: Input
|
|
26
26
|
}] } });
|
|
27
|
-
//# sourceMappingURL=data:application/json;base64,
|
|
27
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYzItdHh0LW1kaDAwNS5jb21wb25lbnQuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9iYWJ5bG9uL3NyYy9saWIvY29tcG9uZW50cy9leHRlcm5hbC9jb3JlL2MyLXR4dC1zdmctdjIvYzItdHh0LW1kaDAwNS5jb21wb25lbnQudHMiLCIuLi8uLi8uLi8uLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9iYWJ5bG9uL3NyYy9saWIvY29tcG9uZW50cy9leHRlcm5hbC9jb3JlL2MyLXR4dC1zdmctdjIvYzItdHh0LW1kaDAwNS5jb21wb25lbnQuaHRtbCJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQUUsWUFBWSxFQUFFLE1BQU0saUJBQWlCLENBQUM7QUFDL0MsT0FBTyxFQUFFLFNBQVMsRUFBRSxLQUFLLEVBQUUsTUFBTSxlQUFlLENBQUM7QUFDakQsT0FBTyxjQUFjLE1BQU0sOEJBQThCLENBQUM7OztBQVUxRCxNQUFNLE9BQU8sb0JBQW9CO0lBUGpDO1FBUXFCLG9CQUFlLEdBQzVCLGNBQW9DLENBQUM7UUFFaEMsWUFBTyxHQUF1QixJQUFJLENBQUMsZUFBZSxDQUFDO0tBVS9EO0lBUkcsWUFBWSxDQUFDLEtBQWE7UUFDdEIsT0FBTyxLQUFLLENBQUM7SUFDakIsQ0FBQztJQUVELElBQUksUUFBUTtRQUNSLE1BQU0sS0FBSyxHQUFHLElBQUksQ0FBQyxPQUFPLENBQUMsSUFBSSxFQUFFLGFBQWEsSUFBSSxDQUFDLENBQUM7UUFDcEQsT0FBTyxLQUFLLEdBQUcsQ0FBQyxDQUFDLENBQUMsQ0FBQyxLQUFLLENBQUMsSUFBSSxDQUFDLEVBQUUsTUFBTSxFQUFFLEtBQUssRUFBRSxFQUFFLENBQUMsQ0FBQyxFQUFFLEdBQUcsRUFBRSxFQUFFLENBQUMsR0FBRyxDQUFDLENBQUMsQ0FBQyxDQUFDLEVBQUUsQ0FBQztJQUMzRSxDQUFDOytHQWJRLG9CQUFvQjttR0FBcEIsb0JBQW9CLHlHQ1pqQyxxeUdBa0RBLGszR0QxQ2MsWUFBWTs7NEZBSWIsb0JBQW9CO2tCQVBoQyxTQUFTOytCQUNJLGVBQWUsY0FDYixJQUFJLFdBQ1AsQ0FBQyxZQUFZLENBQUM7OEJBUWQsT0FBTztzQkFBZixLQUFLIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgQ29tbW9uTW9kdWxlIH0gZnJvbSAnQGFuZ3VsYXIvY29tbW9uJztcbmltcG9ydCB7IENvbXBvbmVudCwgSW5wdXQgfSBmcm9tICdAYW5ndWxhci9jb3JlJztcbmltcG9ydCBkZWZhdWx0Q29udGVudCBmcm9tICcuL2MyLXR4dC1tZGgwMDUuY29udGVudC5qc29uJztcbmltcG9ydCB7IEMyVHh0TWRoMDA1Q29udGVudCB9IGZyb20gJy4vYzItdHh0LW1kaDAwNS5pbnRlcmZhY2VzJztcblxuQENvbXBvbmVudCh7XG4gICAgc2VsZWN0b3I6ICdjMi10eHQtc3ZnLXYyJyxcbiAgICBzdGFuZGFsb25lOiB0cnVlLFxuICAgIGltcG9ydHM6IFtDb21tb25Nb2R1bGVdLFxuICAgIHRlbXBsYXRlVXJsOiAnLi9jMi10eHQtbWRoMDA1LmNvbXBvbmVudC5odG1sJyxcbiAgICBzdHlsZVVybDogJy4vYzItdHh0LW1kaDAwNS5jb21wb25lbnQuc2NzcycsXG59KVxuZXhwb3J0IGNsYXNzIEMyVHh0TWRoMDA1Q29tcG9uZW50IHtcbiAgICBwcml2YXRlIHJlYWRvbmx5IGZhbGxiYWNrQ29udGVudDogQzJUeHRNZGgwMDVDb250ZW50ID1cbiAgICAgICAgZGVmYXVsdENvbnRlbnQgYXMgQzJUeHRNZGgwMDVDb250ZW50O1xuXG4gICAgQElucHV0KCkgY29udGVudDogQzJUeHRNZGgwMDVDb250ZW50ID0gdGhpcy5mYWxsYmFja0NvbnRlbnQ7XG5cbiAgICB0cmFja0J5SW5kZXgoaW5kZXg6IG51bWJlcik6IG51bWJlciB7XG4gICAgICAgIHJldHVybiBpbmRleDtcbiAgICB9XG5cbiAgICBnZXQga2V5SWNvbnMoKTogbnVtYmVyW10ge1xuICAgICAgICBjb25zdCBjb3VudCA9IHRoaXMuY29udGVudC50YWdzPy5rZXlJY29uc0NvdW50ID8/IDA7XG4gICAgICAgIHJldHVybiBjb3VudCA+IDAgPyBBcnJheS5mcm9tKHsgbGVuZ3RoOiBjb3VudCB9LCAoXywgaWR4KSA9PiBpZHgpIDogW107XG4gICAgfVxufVxuIiwiPCEtLSBDT01FTlRBUklPIENPTkVYScOTTjogQcOxYWRpciBjbGFzZSBwLXRvcCBwYXJhIHDDoWdpbmFzIHNpbiBoZXJvIC0tPlxuPHNlY3Rpb25cbiAgICBjbGFzcz1cIm1kbC1tZGgwMDUgcC10b3BcIlxuICAgIFtjbGFzcy5wLXRvcF09XCJjb250ZW50LndpdGhUb3BTcGFjaW5nXCJcbiAgICBbY2xhc3MudGV4dC1jZW50ZXJdPVwiY29udGVudC5jZW50ZXJBbGlnblwiXG4+XG4gICAgPGRpdiBjbGFzcz1cIm1kbC1jb250YWluZXJcIj5cbiAgICAgICAgPGRpdiBjbGFzcz1cIm0tbGVmdFwiPlxuICAgICAgICAgICAgPGRpdiBjbGFzcz1cIm0tcHJldGl0dWxvXCIgKm5nSWY9XCJjb250ZW50LnByZXRpdGxlXCI+XG4gICAgICAgICAgICAgICAge3sgY29udGVudC5wcmV0aXRsZSB9fVxuICAgICAgICAgICAgPC9kaXY+XG4gICAgICAgICAgICA8ZGl2IGNsYXNzPVwibS10aXR1bG9cIj5cbiAgICAgICAgICAgICAgICB7eyBjb250ZW50LnRpdGxlIH19XG4gICAgICAgICAgICA8L2Rpdj5cbiAgICAgICAgPC9kaXY+XG5cbiAgICAgICAgPGRpdiBjbGFzcz1cIm0tcmlnaHRcIj5cbiAgICAgICAgICAgIDxkaXYgY2xhc3M9XCJtLXRleHRvXCI+XG4gICAgICAgICAgICAgICAge3sgY29udGVudC5kZXNjcmlwdGlvbiB9fVxuICAgICAgICAgICAgPC9kaXY+XG4gICAgICAgIDwvZGl2PlxuXG4gICAgICAgIDxkaXYgY2xhc3M9XCJtLXRhZ3NcIiAqbmdJZj1cImNvbnRlbnQudGFncyBhcyB0YWdzXCI+XG4gICAgICAgICAgICA8c3BhbiBjbGFzcz1cIm0tcmF0aW5nXCIgKm5nSWY9XCJ0YWdzLnJhdGluZ1wiPlxuICAgICAgICAgICAgICAgIHt7IHRhZ3MucmF0aW5nIH19XG4gICAgICAgICAgICA8L3NwYW4+XG4gICAgICAgICAgICA8ZGl2IGNsYXNzPVwibS1rZXlzXCIgKm5nSWY9XCJrZXlJY29ucy5sZW5ndGhcIj5cbiAgICAgICAgICAgICAgICA8bmctY29udGFpbmVyXG4gICAgICAgICAgICAgICAgICAgICpuZ0Zvcj1cImxldCBpY29uIG9mIGtleUljb25zOyB0cmFja0J5OiB0cmFja0J5SW5kZXhcIlxuICAgICAgICAgICAgICAgID5cbiAgICAgICAgICAgICAgICAgICAgPHN2Z1xuICAgICAgICAgICAgICAgICAgICAgICAgd2lkdGg9XCIxM1wiXG4gICAgICAgICAgICAgICAgICAgICAgICBoZWlnaHQ9XCIxM1wiXG4gICAgICAgICAgICAgICAgICAgICAgICB2aWV3Qm94PVwiMCAwIDEzIDEzXCJcbiAgICAgICAgICAgICAgICAgICAgICAgIGZpbGw9XCJub25lXCJcbiAgICAgICAgICAgICAgICAgICAgICAgIHhtbG5zPVwiaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmdcIlxuICAgICAgICAgICAgICAgICAgICA+XG4gICAgICAgICAgICAgICAgICAgICAgICA8cGF0aFxuICAgICAgICAgICAgICAgICAgICAgICAgICAgIGQ9XCJNMC4xNDYyOTYgNC4yNjQ3OUwxLjE0MDE1IDIuMDE2OTJDMS4zMTI4OSAxLjYyNTU5IDEuNjI1NTkgMS4zMTI4OSAyLjAxNjkyIDEuMTQwMTVMNC4yNjQ3OSAwLjE0NjI5N0M0LjU4MTc0IDAuMDA2NDE4MjYgNC45MzM1NiAtMC4wMzQzOTQ0IDUuMjc0MTIgMC4wMjkyMTI3QzUuNjE0NjcgMC4wOTI4MTk4IDUuOTI4MDUgMC4yNTc4NzYgNi4xNzMxNCAwLjUwMjczTDcuOTQ3NSAyLjI3ODM5QzguMTYwNiAyLjQ5MTU1IDguMzEzODggMi43NTcwMSA4LjM5MTk3IDMuMDQ4MTNDOC40NzAwNiAzLjMzOTI1IDguNDcwMiAzLjY0NTc4IDguMzkyMzkgMy45MzY5OEw3LjkzNTc5IDUuNjQxMDlMMTIuODY2IDEwLjU3MTNDMTIuOTA4NSAxMC42MTM2IDEyLjk0MjIgMTAuNjYzOSAxMi45NjUyIDEwLjcxOTNDMTIuOTg4MiAxMC43NzQ2IDEzIDEwLjgzNCAxMyAxMC44OTM5VjEyLjU0NDdDMTIuOTk5MyAxMi42NjUyIDEyLjk1MTEgMTIuNzgwNyAxMi44NjU5IDEyLjg2NTlDMTIuNzgwNyAxMi45NTExIDEyLjY2NTIgMTIuOTk5MyAxMi41NDQ3IDEzSDEwLjg5MzlDMTAuNzkyNiAxMi45OTk4IDEwLjY5NDIgMTIuOTY1OSAxMC42MTQyIDEyLjkwMzhDMTAuNTM0MSAxMi44NDE2IDEwLjQ3NyAxMi43NTQ3IDEwLjQ1MTYgMTIuNjU2NkwxMC4yMDQ1IDExLjY3OTZMOS4zMzAzIDExLjUxMzFDOS4yNDMyMiAxMS40OTY4IDkuMTYyODIgMTEuNDU1MyA5LjA5OTAzIDExLjM5MzhDOS4wMzUyMyAxMS4zMzIzIDguOTkwODIgMTEuMjUzNSA4Ljk3MTI3IDExLjE2NzFMOC43MzMyMSAxMC4xMTczTDcuODkwMjYgMTAuMDM2N0M3Ljc4NDc5IDEwLjAyNzQgNy42ODYwOCA5Ljk4MDggNy42MTE4OCA5LjkwNTI4TDUuNjQxMDkgNy45MzU3OUwzLjkzNjk3IDguMzkyMzlDMy42NDU4IDguNDcwNDcgMy4zMzkxOSA4LjQ3MDQ2IDMuMDQ4MDIgOC4zOTIzNkMyLjc1Njg1IDguMzE0MjYgMi40OTE0IDguMTYwODIgMi4yNzgzOSA3Ljk0NzVMMC41MDI3MjkgNi4xNzMxNEMwLjI1Nzg3NSA1LjkyODA1IDAuMDkyODIwMiA1LjYxNDY3IDAuMDI5MjEzIDUuMjc0MTJDLTAuMDM0Mzk0MyA0LjkzMzU3IDAuMDA2NDE3MjcgNC41ODE3NCAwLjE0NjI5NiA0LjI2NDc5Wk0zLjY3MDMgNS4wODk1M0MzLjgxMDYxIDUuMjI5NjggMy45ODkzMiA1LjMyNTA4IDQuMTgzODUgNS4zNjM2OUM0LjM3ODM3IDUuNDAyMjkgNC41Nzk5NyA1LjM4MjM2IDQuNzYzMTcgNS4zMDY0MUM0Ljk0NjM2IDUuMjMwNDcgNS4xMDI5NCA1LjEwMTkxIDUuMjEzMDkgNC45MzdDNS4zMjMyNCA0Ljc3MjEgNS4zODIwMyA0LjU3ODIzIDUuMzgyMDMgNC4zNzk5MUM1LjM4MjAzIDQuMTgxNiA1LjMyMzI0IDMuOTg3NzMgNS4yMTMwOSAzLjgyMjgzQzUuMTAyOTQgMy42NTc5MiA0Ljk0NjM2IDMuNTI5MzYgNC43NjMxNyAzLjQ1MzQyQzQuNTc5OTcgMy4zNzc0NyA0LjM3ODM3IDMuMzU3NTQgNC4xODM4NSAzLjM5NjE0QzMuOTg5MzIgMy40MzQ3NSAzLjgxMDYxIDMuNTMwMTUgMy42NzAzIDMuNjcwM0MzLjU3Njg5IDMuNzYzMzYgMy41MDI3NyAzLjg3Mzk1IDMuNDUyMTkgMy45OTU3MkMzLjQwMTYyIDQuMTE3NSAzLjM3NTU4IDQuMjQ4MDYgMy4zNzU1OCA0LjM3OTkxQzMuMzc1NTggNC41MTE3NyAzLjQwMTYyIDQuNjQyMzMgMy40NTIxOSA0Ljc2NDExQzMuNTAyNzcgNC44ODU4OCAzLjU3Njg5IDQuOTk2NDcgMy42NzAzIDUuMDg5NTNaXCJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICBmaWxsPVwiY3VycmVudENvbG9yXCJcbiAgICAgICAgICAgICAgICAgICAgICAgIC8+XG4gICAgICAgICAgICAgICAgICAgIDwvc3ZnPlxuICAgICAgICAgICAgICAgIDwvbmctY29udGFpbmVyPlxuICAgICAgICAgICAgPC9kaXY+XG4gICAgICAgICAgICA8c3BhbiAqbmdJZj1cInRhZ3MuYmFkZ2VcIj5cbiAgICAgICAgICAgICAgICB7eyB0YWdzLmJhZGdlIH19XG4gICAgICAgICAgICA8L3NwYW4+XG4gICAgICAgIDwvZGl2PlxuICAgIDwvZGl2PlxuPC9zZWN0aW9uPlxuIl19
|
|
@@ -1,4 +1,6 @@
|
|
|
1
|
+
export * from './c2-img-txt-svg';
|
|
1
2
|
export * from './c2-txt-cta';
|
|
3
|
+
export * from './c2-txt-cta-des';
|
|
2
4
|
export * from './c2-txt-rrss';
|
|
3
5
|
export * from './c2-txt-svg-v2';
|
|
4
6
|
export * from './c3-txt-img-cta';
|
|
@@ -24,4 +26,4 @@ export * from './sli-c2-img';
|
|
|
24
26
|
export * from './sli-c2-img-txt-cta-v3';
|
|
25
27
|
export * from './sli-c2-img-txt-cv5';
|
|
26
28
|
export * from './sli-c2-txt-car-img-c';
|
|
27
|
-
//# sourceMappingURL=data:application/json;base64,
|
|
29
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5kZXguanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9iYWJ5bG9uL3NyYy9saWIvY29tcG9uZW50cy9leHRlcm5hbC9jb3JlL2luZGV4LnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLGNBQWMsa0JBQWtCLENBQUM7QUFDakMsY0FBYyxjQUFjLENBQUM7QUFDN0IsY0FBYyxrQkFBa0IsQ0FBQztBQUNqQyxjQUFjLGVBQWUsQ0FBQztBQUM5QixjQUFjLGlCQUFpQixDQUFDO0FBQ2hDLGNBQWMsa0JBQWtCLENBQUM7QUFDakMsY0FBYyxpQkFBaUIsQ0FBQztBQUNoQyxjQUFjLG1CQUFtQixDQUFDO0FBQ2xDLGNBQWMsYUFBYSxDQUFDO0FBQzVCLGNBQWMsa0JBQWtCLENBQUM7QUFDakMsY0FBYyxpQkFBaUIsQ0FBQztBQUNoQyxjQUFjLGlCQUFpQixDQUFDO0FBQ2hDLGNBQWMscUJBQXFCLENBQUM7QUFDcEMsY0FBYyx1QkFBdUIsQ0FBQztBQUN0QyxjQUFjLHFCQUFxQixDQUFDO0FBQ3BDLGNBQWMscUJBQXFCLENBQUM7QUFDcEMsY0FBYyx1QkFBdUIsQ0FBQztBQUN0QyxjQUFjLHFCQUFxQixDQUFDO0FBQ3BDLGNBQWMsY0FBYyxDQUFDO0FBQzdCLGNBQWMsa0JBQWtCLENBQUM7QUFDakMsY0FBYyxzQkFBc0IsQ0FBQztBQUNyQyxjQUFjLGtCQUFrQixDQUFDO0FBQ2pDLGNBQWMsc0JBQXNCLENBQUM7QUFDckMsY0FBYyxrQkFBa0IsQ0FBQztBQUNqQyxjQUFjLGNBQWMsQ0FBQztBQUM3QixjQUFjLHlCQUF5QixDQUFDO0FBQ3hDLGNBQWMsc0JBQXNCLENBQUM7QUFDckMsY0FBYyx3QkFBd0IsQ0FBQyIsInNvdXJjZXNDb250ZW50IjpbImV4cG9ydCAqIGZyb20gJy4vYzItaW1nLXR4dC1zdmcnO1xuZXhwb3J0ICogZnJvbSAnLi9jMi10eHQtY3RhJztcbmV4cG9ydCAqIGZyb20gJy4vYzItdHh0LWN0YS1kZXMnO1xuZXhwb3J0ICogZnJvbSAnLi9jMi10eHQtcnJzcyc7XG5leHBvcnQgKiBmcm9tICcuL2MyLXR4dC1zdmctdjInO1xuZXhwb3J0ICogZnJvbSAnLi9jMy10eHQtaW1nLWN0YSc7XG5leHBvcnQgKiBmcm9tICcuL2M0LWMxLWltZy10eHQnO1xuZXhwb3J0ICogZnJvbSAnLi9jNC1jMS1pbWctdHh0LWMnO1xuZXhwb3J0ICogZnJvbSAnLi9jNC1jMS10eHQnO1xuZXhwb3J0ICogZnJvbSAnLi9jNC1mby1saW5rLXN2Zyc7XG5leHBvcnQgKiBmcm9tICcuL2M0LWZvci1jMi10eHQnO1xuZXhwb3J0ICogZnJvbSAnLi9jNC1oZS1pbWctdHh0JztcbmV4cG9ydCAqIGZyb20gJy4vYzQtbGlzLWMyLWltZy10eHQnO1xuZXhwb3J0ICogZnJvbSAnLi9jNC1saXMtYzItaW1nLXR4dC1jJztcbmV4cG9ydCAqIGZyb20gJy4vYzQtbWUtdHh0LXN2Zy1jdGEnO1xuZXhwb3J0ICogZnJvbSAnLi9jNC1zbGktYzEtaW1nLXR4dCc7XG5leHBvcnQgKiBmcm9tICcuL2M0LXNsaS1jMi1pbWctdHh0LWMnO1xuZXhwb3J0ICogZnJvbSAnLi9jNC1zbGktYzItdHh0LWltZyc7XG5leHBvcnQgKiBmcm9tICcuL2M0LXR4dC1zdmcnO1xuZXhwb3J0ICogZnJvbSAnLi9jYXItYzItdHh0LWN0YSc7XG5leHBvcnQgKiBmcm9tICcuL2xpcy1jMi1pbWctdHh0LWN2NCc7XG5leHBvcnQgKiBmcm9tICcuL2xpcy1jMi10eHQtaW1nJztcbmV4cG9ydCAqIGZyb20gJy4vbGlzLWM0LXR4dC1kZXMtY3RhJztcbmV4cG9ydCAqIGZyb20gJy4vc2xpLWMxLWltZy1zdmcnO1xuZXhwb3J0ICogZnJvbSAnLi9zbGktYzItaW1nJztcbmV4cG9ydCAqIGZyb20gJy4vc2xpLWMyLWltZy10eHQtY3RhLXYzJztcbmV4cG9ydCAqIGZyb20gJy4vc2xpLWMyLWltZy10eHQtY3Y1JztcbmV4cG9ydCAqIGZyb20gJy4vc2xpLWMyLXR4dC1jYXItaW1nLWMnO1xuIl19
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
export {};
|
|
2
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYmFieWxvbi1vZmZlci1kZXRhaWwuaW50ZXJmYWNlLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vcHJvamVjdHMvYmFieWxvbi9zcmMvbGliL2ludGVyZmFjZXMvYmFieWxvbi1vZmZlci1kZXRhaWwuaW50ZXJmYWNlLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiIiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBCYWJ5bG9uQnV0dG9uSSB9IGZyb20gXCIuL2JhYnlsb24tYnV0dG9uLmludGVyZmFjZVwiO1xuaW1wb3J0IHsgQmFieWxvbkltYWdlSSB9IGZyb20gXCIuL2JhYnlsb24taW1hZ2UuaW50ZXJmYWNlXCI7XG5cbmV4cG9ydCBpbnRlcmZhY2UgQmFieWxvbk9mZmVyRGV0YWlsSSB7XG4gICAgcHJldGl0bGU/OiBzdHJpbmc7XG4gICAgdGl0bGU/OiBzdHJpbmc7XG4gICAgZGVzY3JpcHRpb24/OiBzdHJpbmc7XG4gICAgbmRUaXRsZT86IHN0cmluZztcbiAgICBsYWJlbEZyb20/OiBzdHJpbmc7XG4gICAgbGFiZWxEaXNjb3VudD86IHN0cmluZztcbiAgICBjdXJyZW5jeT86IHN0cmluZztcbiAgICBwcmljZT86IG51bWJlcjtcbiAgICBkaXNjb3VudD86IG51bWJlcjtcbiAgICBpbWFnZT86IEJhYnlsb25JbWFnZUk7XG4gICAgYnV0dG9uPzogQmFieWxvbkJ1dHRvbkk7XG4gICAgbGluaz86IEJhYnlsb25CdXR0b25JO1xuICAgIGNvbmRpdGlvbnM/OiBzdHJpbmc7XG59XG4iXX0=
|