ctt-babylon 0.12.29 → 0.12.30
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/external/core/lis-c2-img-txt-cv4/lis-c2-img-txt-cv4.component.mjs +5 -3
- package/fesm2022/ctt-babylon.mjs +4 -2
- package/fesm2022/ctt-babylon.mjs.map +1 -1
- package/lib/components/external/core/lis-c2-img-txt-cv4/lis-c2-img-txt-cv4.component.d.ts +3 -1
- package/package.json +1 -1
package/esm2022/lib/components/external/core/lis-c2-img-txt-cv4/lis-c2-img-txt-cv4.component.mjs
CHANGED
|
@@ -17,12 +17,14 @@ export class LisC2ImgTxtCv4Component {
|
|
|
17
17
|
return getFirstImageByTagFromImages(images, tagName);
|
|
18
18
|
}
|
|
19
19
|
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: LisC2ImgTxtCv4Component, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
20
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "17.3.12", type: LisC2ImgTxtCv4Component, isStandalone: true, selector: "lis-c2-img-txt-cv4", inputs: { items: "items" }, ngImport: i0, template: "@if (items) {\n <section class=\"mdl-mdh003-v2\">\n <div class=\"mdl-container\">\n <div class=\"m-cards-container\">\n @for (item of items; track $index) {\n <div class=\"m-card\">\n <a\n class=\"link-container\"\n [href]=\"item.links?.[0]?.url\"\n [linkType]=\"item.links?.[0]?.linkType\"\n [attr.aria-label]=\"item.links?.[0]?.label\"\n >\n <div\n class=\"m-card-top\"\n [style.background-image]=\"\n 'url(' +\n (getFirstImageByTag(\n tagName,\n item.multimedia?.imagenes ?? []\n )?.img?.src ??\n item.multimedia?.imagenes?.[0]?.img\n ?.src) +\n ')'\n \"\n ></div>\n </a>\n <div class=\"m-content\">\n @if (item.texts?.title ?? item.texts?.name) {\n <div class=\"m-title\">\n {{ item.texts?.title ?? item.texts?.name }}\n </div>\n }\n @if (item.buttons) {\n @for (btn of item.buttons; track $index) {\n <a\n class=\"m-button-sm\"\n [ngClass]=\"{\n red: $index % 2 === 0,\n 'm-button-sm': $index % 2 === 0,\n 'm-but m-underline-red':\n $index % 2 !== 0,\n }\"\n [href]=\"btn.url\"\n [linkType]=\"btn.linkType\"\n [attr.target]=\"btn.target || '_self'\"\n [attr.aria-label]=\"btn.label\"\n [attr.rel]=\"\n (btn.target || '_self') === '_blank'\n ? 'noopener noreferrer'\n : null\n \"\n >\n <span>{{ btn.label }}</span>\n </a>\n }\n }\n </div>\n </div>\n }\n </div>\n </div>\n </section>\n}\n", styles: ["@charset \"UTF-8\";.mdl-mdh003-v2 .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){.mdl-mdh003-v2 .m-button-big{font-size:1.6rem}}.mdl-mdh003-v2 .m-button-big.red{background-color:#ff4338}@media (hover: hover){.mdl-mdh003-v2 .m-button-big.red:hover{background-color:#ed3b37}}.mdl-mdh003-v2 .m-button-big.blue{background-color:#5b87da}@media (hover: hover){.mdl-mdh003-v2 .m-button-big.blue:hover{background-color:#446ecd}}.mdl-mdh003-v2 .m-button-big.green{background-color:#3fd5ae}@media (hover: hover){.mdl-mdh003-v2 .m-button-big.green:hover{background-color:#2ec99b}}.mdl-mdh003-v2 .m-button-big.underline{color:#fff;border:.1rem solid white;background-color:transparent}@media (hover: hover){.mdl-mdh003-v2 .m-button-big.underline:hover{border:.1rem solid #ed3b37;background-color:#ed3b37}}.mdl-mdh003-v2 .m-button-big span{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:max-content}@media (hover: hover){.mdl-mdh003-v2 .m-button-big:hover{background-color:#ed3b37}}.mdl-mdh003-v2 .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){.mdl-mdh003-v2 .m-button-sm{font-size:1.6rem}}.mdl-mdh003-v2 .m-button-sm.red{background-color:#ff4338}@media (hover: hover){.mdl-mdh003-v2 .m-button-sm.red:hover{background-color:#ed3b37}}.mdl-mdh003-v2 .m-button-sm.blue{background-color:#5b87da}@media (hover: hover){.mdl-mdh003-v2 .m-button-sm.blue:hover{background-color:#446ecd}}.mdl-mdh003-v2 .m-button-sm.green{background-color:#3fd5ae}@media (hover: hover){.mdl-mdh003-v2 .m-button-sm.green:hover{background-color:#2ec99b}}.mdl-mdh003-v2 .m-button-sm.underline{color:#fff;border:.1rem solid white;background-color:transparent}@media (hover: hover){.mdl-mdh003-v2 .m-button-sm.underline:hover{border:.1rem solid #ed3b37;background-color:#ed3b37}}.mdl-mdh003-v2 .m-button-sm span{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:max-content}@media (hover: hover){.mdl-mdh003-v2 .m-button-sm:hover{background-color:#ed3b37}}.mdl-mdh003-v2 .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){.mdl-mdh003-v2 .m-underline{font-size:1.6rem}}@media (hover: hover){.mdl-mdh003-v2 .m-underline:hover,.mdl-mdh003-v2 .m-underline.active{color:#ed3b37}.mdl-mdh003-v2 .m-underline:hover:after,.mdl-mdh003-v2 .m-underline.active:after{opacity:1;width:100%}}.mdl-mdh003-v2 .m-underline:before{content:\"\";position:absolute;bottom:-1rem;left:0;width:100%;height:.1rem;z-index:1}.mdl-mdh003-v2 .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}.mdl-mdh003-v2 .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){.mdl-mdh003-v2 .m-underline-red{font-size:1.6rem}}.mdl-mdh003-v2 .m-underline-red:before{content:\"\";position:absolute;bottom:-1rem;left:0;width:100%;height:.1rem;background-color:#515050b2;z-index:1}.mdl-mdh003-v2 .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){.mdl-mdh003-v2 .m-underline-red:hover{color:#ed3b37}.mdl-mdh003-v2 .m-underline-red:hover:after{width:100%}}.mdl-mdh003-v2 .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){.mdl-mdh003-v2 .m-underline-blue{font-size:1.6rem}}.mdl-mdh003-v2 .m-underline-blue:before{content:\"\";position:absolute;bottom:-1rem;left:0;width:100%;height:.1rem;background-color:#515050b2;z-index:1}.mdl-mdh003-v2 .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){.mdl-mdh003-v2 .m-underline-blue:hover{color:#446ecd}.mdl-mdh003-v2 .m-underline-blue:hover:after{width:100%}}.mdl-mdh003-v2 .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){.mdl-mdh003-v2 .m-underline-green{font-size:1.6rem}}.mdl-mdh003-v2 .m-underline-green:before{content:\"\";position:absolute;bottom:-1rem;left:0;width:100%;height:.1rem;background-color:#515050b2;z-index:1}.mdl-mdh003-v2 .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){.mdl-mdh003-v2 .m-underline-green:hover{color:#2ec99b}.mdl-mdh003-v2 .m-underline-green:hover:after{width:100%}}.mdl-mdh003-v2 .m-swiper-button{width:4.8rem;height:4.8rem;background-color:#ff4338;transition:.3s ease;cursor:pointer;position:relative}.mdl-mdh003-v2 .m-swiper-button.swiper-button-disabled{opacity:.7}.mdl-mdh003-v2 .m-swiper-button svg{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%)}.mdl-mdh003-v2 .m-swiper-button.prev{border-top-left-radius:8rem;border-bottom-left-radius:8rem}.mdl-mdh003-v2 .m-swiper-button.next{border-top-right-radius:8rem;border-bottom-right-radius:8rem}@media (hover: hover){.mdl-mdh003-v2 .m-swiper-button:hover{background-color:#ed3b37}}@media (max-width: 768px){.mdl-mdh003-v2 .m-swiper-button{width:3.8rem;height:3.8rem}}@media (max-width: 540px){.mdl-mdh003-v2 .m-swiper-button{width:3.2rem;height:3.2rem}.mdl-mdh003-v2 .m-swiper-button svg{width:.5rem}}.mdl-mdh003-v2 .m-swiper-button-s{width:3rem;height:3rem;background-color:#ff4338;transition:.3s ease;cursor:pointer;position:relative;border-radius:100%}.mdl-mdh003-v2 .m-swiper-button-s svg{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%)}.mdl-mdh003-v2 .m-swiper-button-s.prev svg{left:45%}.mdl-mdh003-v2 .m-swiper-button-s.next svg{left:55%}@media (hover: hover){.mdl-mdh003-v2 .m-swiper-button-s:hover{background-color:#ed3b37}}.mdl-mdh003-v2 .m-button-close{background-color:#ff4338;width:4.4rem;height:4.4rem;border-radius:100%;transition:.3s ease;cursor:pointer;position:relative}.mdl-mdh003-v2 .m-button-close svg{transition:transform .4s ease;position:absolute;left:50%;top:50%;transform:translate(-50%,-50%)}@media (hover: hover){.mdl-mdh003-v2 .m-button-close:hover{background-color:#ed3b37}.mdl-mdh003-v2 .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}}select.mini-arrow{position:relative;background-image:url(/assets/babylon/img/icons/icon-caret-down.svg);background-repeat:no-repeat;background-position-x:\"calc(100% - 0.8rem)\";background-position-y:50%;min-width:.8rem}.m-checkbox-group .m-checkbox:checked,.m-checkbox-group input:checked{background-color:#fff;background-image:url(/assets/babylon/img/icons/icon-check.svg);background-position:center;background-repeat:no-repeat;background-size:1.6rem;position:relative;left:0rem;top:0rem}.m-input.m-calendar{background-image:url(/assets/babylon/img/icons/icon-calendar-blue.svg);background-repeat:no-repeat;background-position-x:\"calc(100% - 2rem)\";background-position-y:50%}input[type=date]::-webkit-inner-spin-button,input[type=date]::-webkit-calendar-picker-indicator{display:none;-webkit-appearance:none}input:not([type=radio]):not([type=checkbox]),textarea,select{background-color:transparent;-webkit-appearance:none;-moz-appearance:none;appearance:none;font-family:jokker,sans-serif;font-size:1.4rem;font-weight:500}input:not([type=radio]):not([type=checkbox])::placeholder,textarea::placeholder,select::placeholder{font-family:jokker,sans-serif;font-size:1.4rem;font-weight:500}input:not([type=radio]):not([type=checkbox])::-moz-placeholder,textarea::-moz-placeholder,select::-moz-placeholder{font-family:jokker,sans-serif;font-size:1.4rem;font-weight:500}input:not([type=radio]):not([type=checkbox])::-ms-input-placeholder,textarea::-ms-input-placeholder,select::-ms-input-placeholder{font-family:jokker,sans-serif;font-size:1.4rem;font-weight:500}input:not([type=radio]):not([type=checkbox])::-webkit-input-placeholder,textarea::-webkit-input-placeholder,select::-webkit-input-placeholder{font-family:jokker,sans-serif;font-size:1.4rem;font-weight:500}input:-webkit-autofill,input:-webkit-autofill:hover,input:-webkit-autofill:focus,input:-webkit-autofill:active{-webkit-box-shadow:0 0 0 30px #f6f6f6 inset!important;-webkit-text-fill-color:white!important;transition:background-color 5000s ease-in-out 0s}select{position:relative;cursor:pointer}select.mini-arrow{position:relative;background-image:url(/assets/babylon/img/icons/icon-caret-down.svg);background-repeat:no-repeat;background-position-x:\"calc(100% - 0.8rem)\";background-position-y:50%;min-width:.8rem}select option{font-family:jokker,sans-serif;font-size:1.4rem;font-weight:500;color:#000}.m-checkbox-group{display:flex;flex-direction:row;align-items:flex-start}.m-checkbox-group .m-checkbox,.m-checkbox-group input{border-radius:0!important;-webkit-appearance:none;-moz-appearance:none;appearance:none;width:2.8rem;height:2.8rem;border:.1rem solid #d2d2d2;background-color:transparent;padding:0;margin-right:2rem;border-radius:0;cursor:pointer;position:relative}.m-checkbox-group .m-checkbox:checked,.m-checkbox-group input:checked{background-color:#fff;background-image:url(/assets/babylon/img/icons/icon-check.svg);background-position:center;background-repeat:no-repeat;background-size:1.6rem;position:relative;left:0rem;top:0rem}.m-checkbox-group label{font-family:jokker,sans-serif;font-size:1.3rem;font-weight:600;max-width:\"calc(100% - 5rem)\"}.m-radio-group{display:flex;flex-direction:row;align-items:center}.m-radio-group .m-radio{-webkit-appearance:none;width:2.8rem;height:2.8rem;border:.2rem solid #d2d2d2;background-color:transparent;border-radius:50%;padding:0;margin-right:2rem;cursor:pointer;position:relative}.m-radio-group .m-radio:checked{background-color:#fff!important}.m-radio-group .m-radio:checked:after{content:\" \";position:absolute;top:50%;left:50%;width:1.6rem;height:1.6rem;border-radius:50%;background-color:#eec52b;transform:translate(-50%,-50%)}.m-radio-group label{font-family:jokker,sans-serif;font-size:1.4rem;font-weight:500;max-width:\"calc(100% - 5rem)\"}.m-input.m-calendar{background-image:url(/assets/babylon/img/icons/icon-calendar-blue.svg);background-repeat:no-repeat;background-position-x:\"calc(100% - 2rem)\";background-position-y:50%}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/img/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-mdh003-v2{padding-top:8.1rem;background-color:#fff9f9}.mdl-mdh003-v2 .mdl-container{display:flex;flex-direction:column;gap:4rem;align-items:center;overflow:hidden}.mdl-mdh003-v2 .mdl-container .m-cards-container{display:flex;flex-direction:row;flex-wrap:wrap;gap:0 7rem;width:100%;max-width:137rem}.mdl-mdh003-v2 .mdl-container .m-cards-container .m-card{-webkit-tap-highlight-color:transparent;position:relative;display:flex;flex-direction:column;align-items:center;cursor:pointer;width:calc(50% - 3.5rem);aspect-ratio:650/560}.mdl-mdh003-v2 .mdl-container .m-cards-container .m-card .m-card-top{position:relative;background-position:center;background-size:cover;background-repeat:no-repeat;width:100%;height:100%;transition:all .3s ease;max-height:78rem}.mdl-mdh003-v2 .mdl-container .m-cards-container .m-card .m-card-top:after{content:\"\";width:102%;transition:all .3s ease;height:13.8rem;left:-1px;bottom:4rem;position:absolute;background-image:url(/assets/babylon/svg/others/cards-footer-shape-red.svg);background-position:center;background-size:cover;background-repeat:no-repeat}.mdl-mdh003-v2 .mdl-container .m-cards-container .m-card .m-card-top:before{content:\"\";width:100%;height:8rem;background-color:#fff9f9;position:absolute;bottom:0;left:0}.mdl-mdh003-v2 .mdl-container .m-cards-container .m-card .m-card-icon{background-position:center;background-size:cover;background-repeat:no-repeat;width:100%;height:100%;transition:all .3s ease;height:31vw;max-height:56rem;background-color:#fff9f9;position:relative}.mdl-mdh003-v2 .mdl-container .m-cards-container .m-card .m-card-icon:after{content:\"\";width:102%;height:13.8rem;left:-1px;bottom:-1px;position:absolute;background-image:url(/assets/babylon/svg/others/cards-footer-shape.svg);background-position:center;background-size:cover;background-repeat:no-repeat}.mdl-mdh003-v2 .mdl-container .m-cards-container .m-card .m-card-icon img{height:22.1rem;position:absolute;top:30%;left:50%;transform:translate(-50%,-30%)}.mdl-mdh003-v2 .mdl-container .m-cards-container .m-card .m-card-icon .m-text{font-family:jokker,sans-serif;font-weight:300;font-size:3.2rem;line-height:4.6rem}@media (max-width: 1366px){.mdl-mdh003-v2 .mdl-container .m-cards-container .m-card .m-card-icon .m-text{font-size:2.8rem;line-height:3.8rem}}@media (max-width: 1080px){.mdl-mdh003-v2 .mdl-container .m-cards-container .m-card .m-card-icon .m-text{font-size:3.2rem;line-height:4.6rem}}@media (max-width: 540px){.mdl-mdh003-v2 .mdl-container .m-cards-container .m-card .m-card-icon .m-text{font-size:2.8rem;line-height:3.8rem}}@media (max-width: 375px){.mdl-mdh003-v2 .mdl-container .m-cards-container .m-card .m-card-icon .m-text{font-size:2.2rem;line-height:3rem}}.mdl-mdh003-v2 .mdl-container .m-cards-container .m-card .m-card-icon .m-text{padding:6rem 5rem;color:#515050b2}.mdl-mdh003-v2 .mdl-container .m-cards-container .m-card .m-content{display:flex;flex-direction:column;align-items:center;margin-top:-7rem;z-index:1;text-align:center;width:100%;gap:2rem;transition:all .3s ease}.mdl-mdh003-v2 .mdl-container .m-cards-container .m-card .m-content .m-button-sm{opacity:0;transform:translateY(-118%);transition:all .3s ease;width:100%;max-width:26rem;min-width:20rem}.mdl-mdh003-v2 .mdl-container .m-cards-container .m-card .m-content .m-but{opacity:0;transform:translateY(-118%);transition:all .3s ease}.mdl-mdh003-v2 .mdl-container .m-cards-container .m-card .m-content .m-title{font-family:jokker,sans-serif;font-size:3.2rem;font-weight:400}@media (max-width: 1366px){.mdl-mdh003-v2 .mdl-container .m-cards-container .m-card .m-content .m-title{font-size:2.8rem}}@media (max-width: 540px){.mdl-mdh003-v2 .mdl-container .m-cards-container .m-card .m-content .m-title{font-size:2.4rem}}.mdl-mdh003-v2 .mdl-container .m-cards-container .m-card .m-content .m-title{color:#515050b2}@media (min-width: 769px){.mdl-mdh003-v2 .mdl-container .m-cards-container .m-card:hover .m-card-top:after{bottom:7rem}.mdl-mdh003-v2 .mdl-container .m-cards-container .m-card:hover .m-content{transform:translateY(-40%)}.mdl-mdh003-v2 .mdl-container .m-cards-container .m-card:hover .m-content .m-button-sm{opacity:1;transform:none;width:100%;max-width:26rem}.mdl-mdh003-v2 .mdl-container .m-cards-container .m-card:hover .m-content .m-but{opacity:1;transform:none}.mdl-mdh003-v2 .mdl-container .m-cards-container .m-card:hover .m-content .m-button-sm span{color:var(--cl_title-light)}}@media (max-width: 1366px){.mdl-mdh003-v2 .mdl-container .m-cards-container .m-card .m-card-top:after{height:21%}}@media (max-width: 1080px){.mdl-mdh003-v2 .mdl-container .m-cards-container{gap:0 4.4rem}.mdl-mdh003-v2 .mdl-container .m-cards-container .m-card{width:calc(50% - 2.2rem)}.mdl-mdh003-v2 .mdl-container .m-cards-container .m-card .m-content{margin-top:-3rem}}@media (max-width: 768px){.mdl-mdh003-v2 .mdl-container .m-cards-container{gap:4rem}.mdl-mdh003-v2 .mdl-container .m-cards-container .m-card{width:100%}.mdl-mdh003-v2 .mdl-container .m-cards-container .m-card .m-card-top:after{bottom:0rem;height:9.8rem}.mdl-mdh003-v2 .mdl-container .m-cards-container .m-card .m-card-top:before{height:2rem}.mdl-mdh003-v2 .mdl-container .m-cards-container .m-card .m-content{margin-top:-5rem}.mdl-mdh003-v2 .mdl-container .m-cards-container .m-card .m-content .m-button-sm,.mdl-mdh003-v2 .mdl-container .m-cards-container .m-card .m-content .m-but{opacity:1;transform:none;transition:all .3s ease}}@media (max-width: 540px){.mdl-mdh003-v2 .mdl-container .m-cards-container .m-card .m-card-top:after{bottom:2rem;height:7.8rem}}.link-container{width:100%;height:100%}\n"], dependencies: [{ kind: "ngmodule", type: CommonModule }, { kind: "directive", type: i1.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { kind: "directive", type: BabylonLinkTypeDirective, selector: "[linkType]", inputs: ["linkType", "href", "modalClick", "clickPopup"], outputs: ["anchorClicked"] }], encapsulation: i0.ViewEncapsulation.None }); }
|
|
20
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "17.3.12", type: LisC2ImgTxtCv4Component, isStandalone: true, selector: "lis-c2-img-txt-cv4", inputs: { items: "items", styles: "styles" }, ngImport: i0, template: "@if (items) {\n <section class=\"mdl-mdh003-v2\">\n <div class=\"mdl-container\">\n <div class=\"m-cards-container\">\n @for (item of items; track $index) {\n <div class=\"m-card\">\n <a\n class=\"link-container\"\n [href]=\"item.links?.[0]?.url\"\n [linkType]=\"item.links?.[0]?.linkType\"\n [attr.aria-label]=\"item.links?.[0]?.label\"\n >\n <div\n class=\"m-card-top\"\n [style.background-image]=\"\n 'url(' +\n (getFirstImageByTag(\n tagName,\n item.multimedia?.imagenes ?? []\n )?.img?.src ??\n item.multimedia?.imagenes?.[0]?.img\n ?.src) +\n ')'\n \"\n ></div>\n </a>\n <div class=\"m-content\">\n @if (item.texts?.title ?? item.texts?.name) {\n <div class=\"m-title\">\n {{ item.texts?.title ?? item.texts?.name }}\n </div>\n }\n @if (item.buttons) {\n @for (btn of item.buttons; track $index) {\n <a\n class=\"m-button-sm\"\n [ngClass]=\"{\n red: $index % 2 === 0,\n 'm-button-sm': $index % 2 === 0,\n 'm-but m-underline-red':\n $index % 2 !== 0,\n }\"\n [href]=\"btn.url\"\n [linkType]=\"btn.linkType\"\n [attr.target]=\"btn.target || '_self'\"\n [attr.aria-label]=\"btn.label\"\n [attr.rel]=\"\n (btn.target || '_self') === '_blank'\n ? 'noopener noreferrer'\n : null\n \"\n [style.--btn-primary-dynamic]=\"\n styles?.primary\n \"\n [style.--btn-hover-dynamic]=\"\n styles?.primaryHover\n \"\n >\n <span>{{ btn.label }}</span>\n </a>\n }\n }\n </div>\n </div>\n }\n </div>\n </div>\n </section>\n}\n", styles: ["@charset \"UTF-8\";.mdl-mdh003-v2 .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:var(--btn-primary-dynamic, #ff4338)!important;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){.mdl-mdh003-v2 .m-button-big{font-size:1.6rem}}.mdl-mdh003-v2 .m-button-big.red{background-color:#ff4338}@media (hover: hover){.mdl-mdh003-v2 .m-button-big.red:hover{background-color:#ed3b37}}.mdl-mdh003-v2 .m-button-big.blue{background-color:#5b87da}@media (hover: hover){.mdl-mdh003-v2 .m-button-big.blue:hover{background-color:#446ecd}}.mdl-mdh003-v2 .m-button-big.green{background-color:#3fd5ae}@media (hover: hover){.mdl-mdh003-v2 .m-button-big.green:hover{background-color:#2ec99b}}.mdl-mdh003-v2 .m-button-big.underline{color:#fff;border:.1rem solid white;background-color:transparent}@media (hover: hover){.mdl-mdh003-v2 .m-button-big.underline:hover{border:.1rem solid #ed3b37;background-color:#ed3b37}}.mdl-mdh003-v2 .m-button-big span{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:max-content}@media (hover: hover){.mdl-mdh003-v2 .m-button-big:hover{background-color:var(--btn-hover-dynamic, #ed3b37)!important}}.mdl-mdh003-v2 .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:var(--btn-primary-dynamic, #ff4338)!important;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){.mdl-mdh003-v2 .m-button-sm{font-size:1.6rem}}.mdl-mdh003-v2 .m-button-sm.red{background-color:#ff4338}@media (hover: hover){.mdl-mdh003-v2 .m-button-sm.red:hover{background-color:#ed3b37}}.mdl-mdh003-v2 .m-button-sm.blue{background-color:#5b87da}@media (hover: hover){.mdl-mdh003-v2 .m-button-sm.blue:hover{background-color:#446ecd}}.mdl-mdh003-v2 .m-button-sm.green{background-color:#3fd5ae}@media (hover: hover){.mdl-mdh003-v2 .m-button-sm.green:hover{background-color:#2ec99b}}.mdl-mdh003-v2 .m-button-sm.underline{color:#fff;border:.1rem solid white;background-color:transparent}@media (hover: hover){.mdl-mdh003-v2 .m-button-sm.underline:hover{border:.1rem solid #ed3b37;background-color:#ed3b37}}.mdl-mdh003-v2 .m-button-sm span{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:max-content}@media (hover: hover){.mdl-mdh003-v2 .m-button-sm:hover{background-color:var(--btn-hover-dynamic, #ed3b37)!important}}.mdl-mdh003-v2 .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){.mdl-mdh003-v2 .m-underline{font-size:1.6rem}}@media (hover: hover){.mdl-mdh003-v2 .m-underline:hover,.mdl-mdh003-v2 .m-underline.active{color:#ed3b37}.mdl-mdh003-v2 .m-underline:hover:after,.mdl-mdh003-v2 .m-underline.active:after{opacity:1;width:100%}}.mdl-mdh003-v2 .m-underline:before{content:\"\";position:absolute;bottom:-1rem;left:0;width:100%;height:.1rem;z-index:1}.mdl-mdh003-v2 .m-underline:after{content:\"\";position:absolute;bottom:-1rem;left:0;opacity:0;width:0%;height:.2rem;background-color:var(--btn-hover-dynamic, #ed3b37)!important;transition:.3s ease;z-index:2}.mdl-mdh003-v2 .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){.mdl-mdh003-v2 .m-underline-red{font-size:1.6rem}}.mdl-mdh003-v2 .m-underline-red:before{content:\"\";position:absolute;bottom:-1rem;left:0;width:100%;height:.1rem;background-color:#515050b2;z-index:1}.mdl-mdh003-v2 .m-underline-red:after{content:\"\";position:absolute;bottom:-1rem;left:0;opacity:1;width:0%;height:.2rem;background-color:var(--btn-hover-dynamic, #ed3b37)!important;transition:.3s ease;z-index:2}@media (hover: hover){.mdl-mdh003-v2 .m-underline-red:hover{color:#ed3b37}.mdl-mdh003-v2 .m-underline-red:hover:after{width:100%}}.mdl-mdh003-v2 .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){.mdl-mdh003-v2 .m-underline-blue{font-size:1.6rem}}.mdl-mdh003-v2 .m-underline-blue:before{content:\"\";position:absolute;bottom:-1rem;left:0;width:100%;height:.1rem;background-color:#515050b2;z-index:1}.mdl-mdh003-v2 .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){.mdl-mdh003-v2 .m-underline-blue:hover{color:#446ecd}.mdl-mdh003-v2 .m-underline-blue:hover:after{width:100%}}.mdl-mdh003-v2 .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){.mdl-mdh003-v2 .m-underline-green{font-size:1.6rem}}.mdl-mdh003-v2 .m-underline-green:before{content:\"\";position:absolute;bottom:-1rem;left:0;width:100%;height:.1rem;background-color:#515050b2;z-index:1}.mdl-mdh003-v2 .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){.mdl-mdh003-v2 .m-underline-green:hover{color:#2ec99b}.mdl-mdh003-v2 .m-underline-green:hover:after{width:100%}}.mdl-mdh003-v2 .m-swiper-button{width:4.8rem;height:4.8rem;background-color:var(--btn-primary-dynamic, #ff4338)!important;transition:.3s ease;cursor:pointer;position:relative}.mdl-mdh003-v2 .m-swiper-button.swiper-button-disabled{opacity:.7}.mdl-mdh003-v2 .m-swiper-button svg{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%)}.mdl-mdh003-v2 .m-swiper-button.prev{border-top-left-radius:8rem;border-bottom-left-radius:8rem}.mdl-mdh003-v2 .m-swiper-button.next{border-top-right-radius:8rem;border-bottom-right-radius:8rem}@media (hover: hover){.mdl-mdh003-v2 .m-swiper-button:hover{background-color:var(--btn-hover-dynamic, #ed3b37)!important}}@media (max-width: 768px){.mdl-mdh003-v2 .m-swiper-button{width:3.8rem;height:3.8rem}}@media (max-width: 540px){.mdl-mdh003-v2 .m-swiper-button{width:3.2rem;height:3.2rem}.mdl-mdh003-v2 .m-swiper-button svg{width:.5rem}}.mdl-mdh003-v2 .m-swiper-button-s{width:3rem;height:3rem;background-color:var(--btn-primary-dynamic, #ff4338)!important;transition:.3s ease;cursor:pointer;position:relative;border-radius:100%}.mdl-mdh003-v2 .m-swiper-button-s svg{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%)}.mdl-mdh003-v2 .m-swiper-button-s.prev svg{left:45%}.mdl-mdh003-v2 .m-swiper-button-s.next svg{left:55%}@media (hover: hover){.mdl-mdh003-v2 .m-swiper-button-s:hover{background-color:var(--btn-hover-dynamic, #ed3b37)!important}}.mdl-mdh003-v2 .m-button-close{background-color:var(--btn-primary-dynamic, #ff4338)!important;width:4.4rem;height:4.4rem;border-radius:100%;transition:.3s ease;cursor:pointer;position:relative}.mdl-mdh003-v2 .m-button-close svg{transition:transform .4s ease;position:absolute;left:50%;top:50%;transform:translate(-50%,-50%)}@media (hover: hover){.mdl-mdh003-v2 .m-button-close:hover{background-color:var(--btn-hover-dynamic, #ed3b37)!important}.mdl-mdh003-v2 .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:var(--btn-primary-dynamic, #ff4338)!important;border-radius:.4rem;transition:.3s ease}@media (hover: hover){.m-button:hover{background-color:var(--btn-hover-dynamic, #ed3b37)!important}}@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:var(--btn-hover-dynamic, #ed3b37)!important}}@media (max-width: 540px){.m-button2{min-width:unset;max-width:33rem;width:100%;font-size:1.6rem}}select.mini-arrow{position:relative;background-image:url(/assets/babylon/img/icons/icon-caret-down.svg);background-repeat:no-repeat;background-position-x:\"calc(100% - 0.8rem)\";background-position-y:50%;min-width:.8rem}.m-checkbox-group .m-checkbox:checked,.m-checkbox-group input:checked{background-color:#fff;background-image:url(/assets/babylon/img/icons/icon-check.svg);background-position:center;background-repeat:no-repeat;background-size:1.6rem;position:relative;left:0rem;top:0rem}.m-input.m-calendar{background-image:url(/assets/babylon/img/icons/icon-calendar-blue.svg);background-repeat:no-repeat;background-position-x:\"calc(100% - 2rem)\";background-position-y:50%}input[type=date]::-webkit-inner-spin-button,input[type=date]::-webkit-calendar-picker-indicator{display:none;-webkit-appearance:none}input:not([type=radio]):not([type=checkbox]),textarea,select{background-color:transparent;-webkit-appearance:none;-moz-appearance:none;appearance:none;font-family:jokker,sans-serif;font-size:1.4rem;font-weight:500}input:not([type=radio]):not([type=checkbox])::placeholder,textarea::placeholder,select::placeholder{font-family:jokker,sans-serif;font-size:1.4rem;font-weight:500}input:not([type=radio]):not([type=checkbox])::-moz-placeholder,textarea::-moz-placeholder,select::-moz-placeholder{font-family:jokker,sans-serif;font-size:1.4rem;font-weight:500}input:not([type=radio]):not([type=checkbox])::-ms-input-placeholder,textarea::-ms-input-placeholder,select::-ms-input-placeholder{font-family:jokker,sans-serif;font-size:1.4rem;font-weight:500}input:not([type=radio]):not([type=checkbox])::-webkit-input-placeholder,textarea::-webkit-input-placeholder,select::-webkit-input-placeholder{font-family:jokker,sans-serif;font-size:1.4rem;font-weight:500}input:-webkit-autofill,input:-webkit-autofill:hover,input:-webkit-autofill:focus,input:-webkit-autofill:active{-webkit-box-shadow:0 0 0 30px #f6f6f6 inset!important;-webkit-text-fill-color:white!important;transition:background-color 5000s ease-in-out 0s}select{position:relative;cursor:pointer}select.mini-arrow{position:relative;background-image:url(/assets/babylon/img/icons/icon-caret-down.svg);background-repeat:no-repeat;background-position-x:\"calc(100% - 0.8rem)\";background-position-y:50%;min-width:.8rem}select option{font-family:jokker,sans-serif;font-size:1.4rem;font-weight:500;color:#000}.m-checkbox-group{display:flex;flex-direction:row;align-items:flex-start}.m-checkbox-group .m-checkbox,.m-checkbox-group input{border-radius:0!important;-webkit-appearance:none;-moz-appearance:none;appearance:none;width:2.8rem;height:2.8rem;border:.1rem solid #d2d2d2;background-color:transparent;padding:0;margin-right:2rem;border-radius:0;cursor:pointer;position:relative}.m-checkbox-group .m-checkbox:checked,.m-checkbox-group input:checked{background-color:#fff;background-image:url(/assets/babylon/img/icons/icon-check.svg);background-position:center;background-repeat:no-repeat;background-size:1.6rem;position:relative;left:0rem;top:0rem}.m-checkbox-group label{font-family:jokker,sans-serif;font-size:1.3rem;font-weight:600;max-width:\"calc(100% - 5rem)\"}.m-radio-group{display:flex;flex-direction:row;align-items:center}.m-radio-group .m-radio{-webkit-appearance:none;width:2.8rem;height:2.8rem;border:.2rem solid #d2d2d2;background-color:transparent;border-radius:50%;padding:0;margin-right:2rem;cursor:pointer;position:relative}.m-radio-group .m-radio:checked{background-color:#fff!important}.m-radio-group .m-radio:checked:after{content:\" \";position:absolute;top:50%;left:50%;width:1.6rem;height:1.6rem;border-radius:50%;background-color:#eec52b;transform:translate(-50%,-50%)}.m-radio-group label{font-family:jokker,sans-serif;font-size:1.4rem;font-weight:500;max-width:\"calc(100% - 5rem)\"}.m-input.m-calendar{background-image:url(/assets/babylon/img/icons/icon-calendar-blue.svg);background-repeat:no-repeat;background-position-x:\"calc(100% - 2rem)\";background-position-y:50%}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:var(--btn-primary-dynamic, #ff4338)!important;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/img/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:var(--btn-primary-dynamic, #ff4338)!important}.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-mdh003-v2{padding-top:8.1rem;background-color:#fff9f9}.mdl-mdh003-v2 .mdl-container{display:flex;flex-direction:column;gap:4rem;align-items:center;overflow:hidden}.mdl-mdh003-v2 .mdl-container .m-cards-container{display:flex;flex-direction:row;flex-wrap:wrap;gap:0 7rem;width:100%;max-width:137rem}.mdl-mdh003-v2 .mdl-container .m-cards-container .m-card{-webkit-tap-highlight-color:transparent;position:relative;display:flex;flex-direction:column;align-items:center;cursor:pointer;width:calc(50% - 3.5rem);aspect-ratio:650/560}.mdl-mdh003-v2 .mdl-container .m-cards-container .m-card .m-card-top{position:relative;background-position:center;background-size:cover;background-repeat:no-repeat;width:100%;height:100%;transition:all .3s ease;max-height:78rem}.mdl-mdh003-v2 .mdl-container .m-cards-container .m-card .m-card-top:after{content:\"\";width:102%;transition:all .3s ease;height:13.8rem;left:-1px;bottom:4rem;position:absolute;background-image:url(/assets/babylon/svg/others/cards-footer-shape-red.svg);background-position:center;background-size:cover;background-repeat:no-repeat}.mdl-mdh003-v2 .mdl-container .m-cards-container .m-card .m-card-top:before{content:\"\";width:100%;height:8rem;background-color:#fff9f9;position:absolute;bottom:0;left:0}.mdl-mdh003-v2 .mdl-container .m-cards-container .m-card .m-card-icon{background-position:center;background-size:cover;background-repeat:no-repeat;width:100%;height:100%;transition:all .3s ease;height:31vw;max-height:56rem;background-color:#fff9f9;position:relative}.mdl-mdh003-v2 .mdl-container .m-cards-container .m-card .m-card-icon:after{content:\"\";width:102%;height:13.8rem;left:-1px;bottom:-1px;position:absolute;background-image:url(/assets/babylon/svg/others/cards-footer-shape.svg);background-position:center;background-size:cover;background-repeat:no-repeat}.mdl-mdh003-v2 .mdl-container .m-cards-container .m-card .m-card-icon img{height:22.1rem;position:absolute;top:30%;left:50%;transform:translate(-50%,-30%)}.mdl-mdh003-v2 .mdl-container .m-cards-container .m-card .m-card-icon .m-text{font-family:jokker,sans-serif;font-weight:300;font-size:3.2rem;line-height:4.6rem}@media (max-width: 1366px){.mdl-mdh003-v2 .mdl-container .m-cards-container .m-card .m-card-icon .m-text{font-size:2.8rem;line-height:3.8rem}}@media (max-width: 1080px){.mdl-mdh003-v2 .mdl-container .m-cards-container .m-card .m-card-icon .m-text{font-size:3.2rem;line-height:4.6rem}}@media (max-width: 540px){.mdl-mdh003-v2 .mdl-container .m-cards-container .m-card .m-card-icon .m-text{font-size:2.8rem;line-height:3.8rem}}@media (max-width: 375px){.mdl-mdh003-v2 .mdl-container .m-cards-container .m-card .m-card-icon .m-text{font-size:2.2rem;line-height:3rem}}.mdl-mdh003-v2 .mdl-container .m-cards-container .m-card .m-card-icon .m-text{padding:6rem 5rem;color:#515050b2}.mdl-mdh003-v2 .mdl-container .m-cards-container .m-card .m-content{display:flex;flex-direction:column;align-items:center;margin-top:-7rem;z-index:1;text-align:center;width:100%;gap:2rem;transition:all .3s ease}.mdl-mdh003-v2 .mdl-container .m-cards-container .m-card .m-content .m-button-sm{opacity:0;transform:translateY(-118%);transition:all .3s ease;width:100%;max-width:26rem;min-width:20rem}.mdl-mdh003-v2 .mdl-container .m-cards-container .m-card .m-content .m-but{opacity:0;transform:translateY(-118%);transition:all .3s ease}.mdl-mdh003-v2 .mdl-container .m-cards-container .m-card .m-content .m-title{font-family:jokker,sans-serif;font-size:3.2rem;font-weight:400}@media (max-width: 1366px){.mdl-mdh003-v2 .mdl-container .m-cards-container .m-card .m-content .m-title{font-size:2.8rem}}@media (max-width: 540px){.mdl-mdh003-v2 .mdl-container .m-cards-container .m-card .m-content .m-title{font-size:2.4rem}}.mdl-mdh003-v2 .mdl-container .m-cards-container .m-card .m-content .m-title{color:#515050b2}@media (min-width: 769px){.mdl-mdh003-v2 .mdl-container .m-cards-container .m-card:hover .m-card-top:after{bottom:7rem}.mdl-mdh003-v2 .mdl-container .m-cards-container .m-card:hover .m-content{transform:translateY(-40%)}.mdl-mdh003-v2 .mdl-container .m-cards-container .m-card:hover .m-content .m-button-sm{opacity:1;transform:none;width:100%;max-width:26rem}.mdl-mdh003-v2 .mdl-container .m-cards-container .m-card:hover .m-content .m-but{opacity:1;transform:none}.mdl-mdh003-v2 .mdl-container .m-cards-container .m-card:hover .m-content .m-button-sm span{color:var(--cl_title-light)}}@media (max-width: 1366px){.mdl-mdh003-v2 .mdl-container .m-cards-container .m-card .m-card-top:after{height:21%}}@media (max-width: 1080px){.mdl-mdh003-v2 .mdl-container .m-cards-container{gap:0 4.4rem}.mdl-mdh003-v2 .mdl-container .m-cards-container .m-card{width:calc(50% - 2.2rem)}.mdl-mdh003-v2 .mdl-container .m-cards-container .m-card .m-content{margin-top:-3rem}}@media (max-width: 768px){.mdl-mdh003-v2 .mdl-container .m-cards-container{gap:4rem}.mdl-mdh003-v2 .mdl-container .m-cards-container .m-card{width:100%}.mdl-mdh003-v2 .mdl-container .m-cards-container .m-card .m-card-top:after{bottom:0rem;height:9.8rem}.mdl-mdh003-v2 .mdl-container .m-cards-container .m-card .m-card-top:before{height:2rem}.mdl-mdh003-v2 .mdl-container .m-cards-container .m-card .m-content{margin-top:-5rem}.mdl-mdh003-v2 .mdl-container .m-cards-container .m-card .m-content .m-button-sm,.mdl-mdh003-v2 .mdl-container .m-cards-container .m-card .m-content .m-but{opacity:1;transform:none;transition:all .3s ease}}@media (max-width: 540px){.mdl-mdh003-v2 .mdl-container .m-cards-container .m-card .m-card-top:after{bottom:2rem;height:7.8rem}}.link-container{width:100%;height:100%}\n"], dependencies: [{ kind: "ngmodule", type: CommonModule }, { kind: "directive", type: i1.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { kind: "directive", type: BabylonLinkTypeDirective, selector: "[linkType]", inputs: ["linkType", "href", "modalClick", "clickPopup"], outputs: ["anchorClicked"] }], encapsulation: i0.ViewEncapsulation.None }); }
|
|
21
21
|
}
|
|
22
22
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: LisC2ImgTxtCv4Component, decorators: [{
|
|
23
23
|
type: Component,
|
|
24
|
-
args: [{ selector: 'lis-c2-img-txt-cv4', standalone: true, encapsulation: ViewEncapsulation.None, imports: [CommonModule, BabylonLinkTypeDirective], template: "@if (items) {\n <section class=\"mdl-mdh003-v2\">\n <div class=\"mdl-container\">\n <div class=\"m-cards-container\">\n @for (item of items; track $index) {\n <div class=\"m-card\">\n <a\n class=\"link-container\"\n [href]=\"item.links?.[0]?.url\"\n [linkType]=\"item.links?.[0]?.linkType\"\n [attr.aria-label]=\"item.links?.[0]?.label\"\n >\n <div\n class=\"m-card-top\"\n [style.background-image]=\"\n 'url(' +\n (getFirstImageByTag(\n tagName,\n item.multimedia?.imagenes ?? []\n )?.img?.src ??\n item.multimedia?.imagenes?.[0]?.img\n ?.src) +\n ')'\n \"\n ></div>\n </a>\n <div class=\"m-content\">\n @if (item.texts?.title ?? item.texts?.name) {\n <div class=\"m-title\">\n {{ item.texts?.title ?? item.texts?.name }}\n </div>\n }\n @if (item.buttons) {\n @for (btn of item.buttons; track $index) {\n <a\n class=\"m-button-sm\"\n [ngClass]=\"{\n red: $index % 2 === 0,\n 'm-button-sm': $index % 2 === 0,\n 'm-but m-underline-red':\n $index % 2 !== 0,\n }\"\n [href]=\"btn.url\"\n [linkType]=\"btn.linkType\"\n [attr.target]=\"btn.target || '_self'\"\n [attr.aria-label]=\"btn.label\"\n [attr.rel]=\"\n (btn.target || '_self') === '_blank'\n ? 'noopener noreferrer'\n : null\n \"\n >\n <span>{{ btn.label }}</span>\n </a>\n }\n }\n </div>\n </div>\n }\n </div>\n </div>\n </section>\n}\n", styles: ["@charset \"UTF-8\";.mdl-mdh003-v2 .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){.mdl-mdh003-v2 .m-button-big{font-size:1.6rem}}.mdl-mdh003-v2 .m-button-big.red{background-color:#ff4338}@media (hover: hover){.mdl-mdh003-v2 .m-button-big.red:hover{background-color:#ed3b37}}.mdl-mdh003-v2 .m-button-big.blue{background-color:#5b87da}@media (hover: hover){.mdl-mdh003-v2 .m-button-big.blue:hover{background-color:#446ecd}}.mdl-mdh003-v2 .m-button-big.green{background-color:#3fd5ae}@media (hover: hover){.mdl-mdh003-v2 .m-button-big.green:hover{background-color:#2ec99b}}.mdl-mdh003-v2 .m-button-big.underline{color:#fff;border:.1rem solid white;background-color:transparent}@media (hover: hover){.mdl-mdh003-v2 .m-button-big.underline:hover{border:.1rem solid #ed3b37;background-color:#ed3b37}}.mdl-mdh003-v2 .m-button-big span{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:max-content}@media (hover: hover){.mdl-mdh003-v2 .m-button-big:hover{background-color:#ed3b37}}.mdl-mdh003-v2 .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){.mdl-mdh003-v2 .m-button-sm{font-size:1.6rem}}.mdl-mdh003-v2 .m-button-sm.red{background-color:#ff4338}@media (hover: hover){.mdl-mdh003-v2 .m-button-sm.red:hover{background-color:#ed3b37}}.mdl-mdh003-v2 .m-button-sm.blue{background-color:#5b87da}@media (hover: hover){.mdl-mdh003-v2 .m-button-sm.blue:hover{background-color:#446ecd}}.mdl-mdh003-v2 .m-button-sm.green{background-color:#3fd5ae}@media (hover: hover){.mdl-mdh003-v2 .m-button-sm.green:hover{background-color:#2ec99b}}.mdl-mdh003-v2 .m-button-sm.underline{color:#fff;border:.1rem solid white;background-color:transparent}@media (hover: hover){.mdl-mdh003-v2 .m-button-sm.underline:hover{border:.1rem solid #ed3b37;background-color:#ed3b37}}.mdl-mdh003-v2 .m-button-sm span{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:max-content}@media (hover: hover){.mdl-mdh003-v2 .m-button-sm:hover{background-color:#ed3b37}}.mdl-mdh003-v2 .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){.mdl-mdh003-v2 .m-underline{font-size:1.6rem}}@media (hover: hover){.mdl-mdh003-v2 .m-underline:hover,.mdl-mdh003-v2 .m-underline.active{color:#ed3b37}.mdl-mdh003-v2 .m-underline:hover:after,.mdl-mdh003-v2 .m-underline.active:after{opacity:1;width:100%}}.mdl-mdh003-v2 .m-underline:before{content:\"\";position:absolute;bottom:-1rem;left:0;width:100%;height:.1rem;z-index:1}.mdl-mdh003-v2 .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}.mdl-mdh003-v2 .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){.mdl-mdh003-v2 .m-underline-red{font-size:1.6rem}}.mdl-mdh003-v2 .m-underline-red:before{content:\"\";position:absolute;bottom:-1rem;left:0;width:100%;height:.1rem;background-color:#515050b2;z-index:1}.mdl-mdh003-v2 .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){.mdl-mdh003-v2 .m-underline-red:hover{color:#ed3b37}.mdl-mdh003-v2 .m-underline-red:hover:after{width:100%}}.mdl-mdh003-v2 .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){.mdl-mdh003-v2 .m-underline-blue{font-size:1.6rem}}.mdl-mdh003-v2 .m-underline-blue:before{content:\"\";position:absolute;bottom:-1rem;left:0;width:100%;height:.1rem;background-color:#515050b2;z-index:1}.mdl-mdh003-v2 .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){.mdl-mdh003-v2 .m-underline-blue:hover{color:#446ecd}.mdl-mdh003-v2 .m-underline-blue:hover:after{width:100%}}.mdl-mdh003-v2 .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){.mdl-mdh003-v2 .m-underline-green{font-size:1.6rem}}.mdl-mdh003-v2 .m-underline-green:before{content:\"\";position:absolute;bottom:-1rem;left:0;width:100%;height:.1rem;background-color:#515050b2;z-index:1}.mdl-mdh003-v2 .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){.mdl-mdh003-v2 .m-underline-green:hover{color:#2ec99b}.mdl-mdh003-v2 .m-underline-green:hover:after{width:100%}}.mdl-mdh003-v2 .m-swiper-button{width:4.8rem;height:4.8rem;background-color:#ff4338;transition:.3s ease;cursor:pointer;position:relative}.mdl-mdh003-v2 .m-swiper-button.swiper-button-disabled{opacity:.7}.mdl-mdh003-v2 .m-swiper-button svg{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%)}.mdl-mdh003-v2 .m-swiper-button.prev{border-top-left-radius:8rem;border-bottom-left-radius:8rem}.mdl-mdh003-v2 .m-swiper-button.next{border-top-right-radius:8rem;border-bottom-right-radius:8rem}@media (hover: hover){.mdl-mdh003-v2 .m-swiper-button:hover{background-color:#ed3b37}}@media (max-width: 768px){.mdl-mdh003-v2 .m-swiper-button{width:3.8rem;height:3.8rem}}@media (max-width: 540px){.mdl-mdh003-v2 .m-swiper-button{width:3.2rem;height:3.2rem}.mdl-mdh003-v2 .m-swiper-button svg{width:.5rem}}.mdl-mdh003-v2 .m-swiper-button-s{width:3rem;height:3rem;background-color:#ff4338;transition:.3s ease;cursor:pointer;position:relative;border-radius:100%}.mdl-mdh003-v2 .m-swiper-button-s svg{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%)}.mdl-mdh003-v2 .m-swiper-button-s.prev svg{left:45%}.mdl-mdh003-v2 .m-swiper-button-s.next svg{left:55%}@media (hover: hover){.mdl-mdh003-v2 .m-swiper-button-s:hover{background-color:#ed3b37}}.mdl-mdh003-v2 .m-button-close{background-color:#ff4338;width:4.4rem;height:4.4rem;border-radius:100%;transition:.3s ease;cursor:pointer;position:relative}.mdl-mdh003-v2 .m-button-close svg{transition:transform .4s ease;position:absolute;left:50%;top:50%;transform:translate(-50%,-50%)}@media (hover: hover){.mdl-mdh003-v2 .m-button-close:hover{background-color:#ed3b37}.mdl-mdh003-v2 .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}}select.mini-arrow{position:relative;background-image:url(/assets/babylon/img/icons/icon-caret-down.svg);background-repeat:no-repeat;background-position-x:\"calc(100% - 0.8rem)\";background-position-y:50%;min-width:.8rem}.m-checkbox-group .m-checkbox:checked,.m-checkbox-group input:checked{background-color:#fff;background-image:url(/assets/babylon/img/icons/icon-check.svg);background-position:center;background-repeat:no-repeat;background-size:1.6rem;position:relative;left:0rem;top:0rem}.m-input.m-calendar{background-image:url(/assets/babylon/img/icons/icon-calendar-blue.svg);background-repeat:no-repeat;background-position-x:\"calc(100% - 2rem)\";background-position-y:50%}input[type=date]::-webkit-inner-spin-button,input[type=date]::-webkit-calendar-picker-indicator{display:none;-webkit-appearance:none}input:not([type=radio]):not([type=checkbox]),textarea,select{background-color:transparent;-webkit-appearance:none;-moz-appearance:none;appearance:none;font-family:jokker,sans-serif;font-size:1.4rem;font-weight:500}input:not([type=radio]):not([type=checkbox])::placeholder,textarea::placeholder,select::placeholder{font-family:jokker,sans-serif;font-size:1.4rem;font-weight:500}input:not([type=radio]):not([type=checkbox])::-moz-placeholder,textarea::-moz-placeholder,select::-moz-placeholder{font-family:jokker,sans-serif;font-size:1.4rem;font-weight:500}input:not([type=radio]):not([type=checkbox])::-ms-input-placeholder,textarea::-ms-input-placeholder,select::-ms-input-placeholder{font-family:jokker,sans-serif;font-size:1.4rem;font-weight:500}input:not([type=radio]):not([type=checkbox])::-webkit-input-placeholder,textarea::-webkit-input-placeholder,select::-webkit-input-placeholder{font-family:jokker,sans-serif;font-size:1.4rem;font-weight:500}input:-webkit-autofill,input:-webkit-autofill:hover,input:-webkit-autofill:focus,input:-webkit-autofill:active{-webkit-box-shadow:0 0 0 30px #f6f6f6 inset!important;-webkit-text-fill-color:white!important;transition:background-color 5000s ease-in-out 0s}select{position:relative;cursor:pointer}select.mini-arrow{position:relative;background-image:url(/assets/babylon/img/icons/icon-caret-down.svg);background-repeat:no-repeat;background-position-x:\"calc(100% - 0.8rem)\";background-position-y:50%;min-width:.8rem}select option{font-family:jokker,sans-serif;font-size:1.4rem;font-weight:500;color:#000}.m-checkbox-group{display:flex;flex-direction:row;align-items:flex-start}.m-checkbox-group .m-checkbox,.m-checkbox-group input{border-radius:0!important;-webkit-appearance:none;-moz-appearance:none;appearance:none;width:2.8rem;height:2.8rem;border:.1rem solid #d2d2d2;background-color:transparent;padding:0;margin-right:2rem;border-radius:0;cursor:pointer;position:relative}.m-checkbox-group .m-checkbox:checked,.m-checkbox-group input:checked{background-color:#fff;background-image:url(/assets/babylon/img/icons/icon-check.svg);background-position:center;background-repeat:no-repeat;background-size:1.6rem;position:relative;left:0rem;top:0rem}.m-checkbox-group label{font-family:jokker,sans-serif;font-size:1.3rem;font-weight:600;max-width:\"calc(100% - 5rem)\"}.m-radio-group{display:flex;flex-direction:row;align-items:center}.m-radio-group .m-radio{-webkit-appearance:none;width:2.8rem;height:2.8rem;border:.2rem solid #d2d2d2;background-color:transparent;border-radius:50%;padding:0;margin-right:2rem;cursor:pointer;position:relative}.m-radio-group .m-radio:checked{background-color:#fff!important}.m-radio-group .m-radio:checked:after{content:\" \";position:absolute;top:50%;left:50%;width:1.6rem;height:1.6rem;border-radius:50%;background-color:#eec52b;transform:translate(-50%,-50%)}.m-radio-group label{font-family:jokker,sans-serif;font-size:1.4rem;font-weight:500;max-width:\"calc(100% - 5rem)\"}.m-input.m-calendar{background-image:url(/assets/babylon/img/icons/icon-calendar-blue.svg);background-repeat:no-repeat;background-position-x:\"calc(100% - 2rem)\";background-position-y:50%}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/img/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-mdh003-v2{padding-top:8.1rem;background-color:#fff9f9}.mdl-mdh003-v2 .mdl-container{display:flex;flex-direction:column;gap:4rem;align-items:center;overflow:hidden}.mdl-mdh003-v2 .mdl-container .m-cards-container{display:flex;flex-direction:row;flex-wrap:wrap;gap:0 7rem;width:100%;max-width:137rem}.mdl-mdh003-v2 .mdl-container .m-cards-container .m-card{-webkit-tap-highlight-color:transparent;position:relative;display:flex;flex-direction:column;align-items:center;cursor:pointer;width:calc(50% - 3.5rem);aspect-ratio:650/560}.mdl-mdh003-v2 .mdl-container .m-cards-container .m-card .m-card-top{position:relative;background-position:center;background-size:cover;background-repeat:no-repeat;width:100%;height:100%;transition:all .3s ease;max-height:78rem}.mdl-mdh003-v2 .mdl-container .m-cards-container .m-card .m-card-top:after{content:\"\";width:102%;transition:all .3s ease;height:13.8rem;left:-1px;bottom:4rem;position:absolute;background-image:url(/assets/babylon/svg/others/cards-footer-shape-red.svg);background-position:center;background-size:cover;background-repeat:no-repeat}.mdl-mdh003-v2 .mdl-container .m-cards-container .m-card .m-card-top:before{content:\"\";width:100%;height:8rem;background-color:#fff9f9;position:absolute;bottom:0;left:0}.mdl-mdh003-v2 .mdl-container .m-cards-container .m-card .m-card-icon{background-position:center;background-size:cover;background-repeat:no-repeat;width:100%;height:100%;transition:all .3s ease;height:31vw;max-height:56rem;background-color:#fff9f9;position:relative}.mdl-mdh003-v2 .mdl-container .m-cards-container .m-card .m-card-icon:after{content:\"\";width:102%;height:13.8rem;left:-1px;bottom:-1px;position:absolute;background-image:url(/assets/babylon/svg/others/cards-footer-shape.svg);background-position:center;background-size:cover;background-repeat:no-repeat}.mdl-mdh003-v2 .mdl-container .m-cards-container .m-card .m-card-icon img{height:22.1rem;position:absolute;top:30%;left:50%;transform:translate(-50%,-30%)}.mdl-mdh003-v2 .mdl-container .m-cards-container .m-card .m-card-icon .m-text{font-family:jokker,sans-serif;font-weight:300;font-size:3.2rem;line-height:4.6rem}@media (max-width: 1366px){.mdl-mdh003-v2 .mdl-container .m-cards-container .m-card .m-card-icon .m-text{font-size:2.8rem;line-height:3.8rem}}@media (max-width: 1080px){.mdl-mdh003-v2 .mdl-container .m-cards-container .m-card .m-card-icon .m-text{font-size:3.2rem;line-height:4.6rem}}@media (max-width: 540px){.mdl-mdh003-v2 .mdl-container .m-cards-container .m-card .m-card-icon .m-text{font-size:2.8rem;line-height:3.8rem}}@media (max-width: 375px){.mdl-mdh003-v2 .mdl-container .m-cards-container .m-card .m-card-icon .m-text{font-size:2.2rem;line-height:3rem}}.mdl-mdh003-v2 .mdl-container .m-cards-container .m-card .m-card-icon .m-text{padding:6rem 5rem;color:#515050b2}.mdl-mdh003-v2 .mdl-container .m-cards-container .m-card .m-content{display:flex;flex-direction:column;align-items:center;margin-top:-7rem;z-index:1;text-align:center;width:100%;gap:2rem;transition:all .3s ease}.mdl-mdh003-v2 .mdl-container .m-cards-container .m-card .m-content .m-button-sm{opacity:0;transform:translateY(-118%);transition:all .3s ease;width:100%;max-width:26rem;min-width:20rem}.mdl-mdh003-v2 .mdl-container .m-cards-container .m-card .m-content .m-but{opacity:0;transform:translateY(-118%);transition:all .3s ease}.mdl-mdh003-v2 .mdl-container .m-cards-container .m-card .m-content .m-title{font-family:jokker,sans-serif;font-size:3.2rem;font-weight:400}@media (max-width: 1366px){.mdl-mdh003-v2 .mdl-container .m-cards-container .m-card .m-content .m-title{font-size:2.8rem}}@media (max-width: 540px){.mdl-mdh003-v2 .mdl-container .m-cards-container .m-card .m-content .m-title{font-size:2.4rem}}.mdl-mdh003-v2 .mdl-container .m-cards-container .m-card .m-content .m-title{color:#515050b2}@media (min-width: 769px){.mdl-mdh003-v2 .mdl-container .m-cards-container .m-card:hover .m-card-top:after{bottom:7rem}.mdl-mdh003-v2 .mdl-container .m-cards-container .m-card:hover .m-content{transform:translateY(-40%)}.mdl-mdh003-v2 .mdl-container .m-cards-container .m-card:hover .m-content .m-button-sm{opacity:1;transform:none;width:100%;max-width:26rem}.mdl-mdh003-v2 .mdl-container .m-cards-container .m-card:hover .m-content .m-but{opacity:1;transform:none}.mdl-mdh003-v2 .mdl-container .m-cards-container .m-card:hover .m-content .m-button-sm span{color:var(--cl_title-light)}}@media (max-width: 1366px){.mdl-mdh003-v2 .mdl-container .m-cards-container .m-card .m-card-top:after{height:21%}}@media (max-width: 1080px){.mdl-mdh003-v2 .mdl-container .m-cards-container{gap:0 4.4rem}.mdl-mdh003-v2 .mdl-container .m-cards-container .m-card{width:calc(50% - 2.2rem)}.mdl-mdh003-v2 .mdl-container .m-cards-container .m-card .m-content{margin-top:-3rem}}@media (max-width: 768px){.mdl-mdh003-v2 .mdl-container .m-cards-container{gap:4rem}.mdl-mdh003-v2 .mdl-container .m-cards-container .m-card{width:100%}.mdl-mdh003-v2 .mdl-container .m-cards-container .m-card .m-card-top:after{bottom:0rem;height:9.8rem}.mdl-mdh003-v2 .mdl-container .m-cards-container .m-card .m-card-top:before{height:2rem}.mdl-mdh003-v2 .mdl-container .m-cards-container .m-card .m-content{margin-top:-5rem}.mdl-mdh003-v2 .mdl-container .m-cards-container .m-card .m-content .m-button-sm,.mdl-mdh003-v2 .mdl-container .m-cards-container .m-card .m-content .m-but{opacity:1;transform:none;transition:all .3s ease}}@media (max-width: 540px){.mdl-mdh003-v2 .mdl-container .m-cards-container .m-card .m-card-top:after{bottom:2rem;height:7.8rem}}.link-container{width:100%;height:100%}\n"] }]
|
|
24
|
+
args: [{ selector: 'lis-c2-img-txt-cv4', standalone: true, encapsulation: ViewEncapsulation.None, imports: [CommonModule, BabylonLinkTypeDirective], template: "@if (items) {\n <section class=\"mdl-mdh003-v2\">\n <div class=\"mdl-container\">\n <div class=\"m-cards-container\">\n @for (item of items; track $index) {\n <div class=\"m-card\">\n <a\n class=\"link-container\"\n [href]=\"item.links?.[0]?.url\"\n [linkType]=\"item.links?.[0]?.linkType\"\n [attr.aria-label]=\"item.links?.[0]?.label\"\n >\n <div\n class=\"m-card-top\"\n [style.background-image]=\"\n 'url(' +\n (getFirstImageByTag(\n tagName,\n item.multimedia?.imagenes ?? []\n )?.img?.src ??\n item.multimedia?.imagenes?.[0]?.img\n ?.src) +\n ')'\n \"\n ></div>\n </a>\n <div class=\"m-content\">\n @if (item.texts?.title ?? item.texts?.name) {\n <div class=\"m-title\">\n {{ item.texts?.title ?? item.texts?.name }}\n </div>\n }\n @if (item.buttons) {\n @for (btn of item.buttons; track $index) {\n <a\n class=\"m-button-sm\"\n [ngClass]=\"{\n red: $index % 2 === 0,\n 'm-button-sm': $index % 2 === 0,\n 'm-but m-underline-red':\n $index % 2 !== 0,\n }\"\n [href]=\"btn.url\"\n [linkType]=\"btn.linkType\"\n [attr.target]=\"btn.target || '_self'\"\n [attr.aria-label]=\"btn.label\"\n [attr.rel]=\"\n (btn.target || '_self') === '_blank'\n ? 'noopener noreferrer'\n : null\n \"\n [style.--btn-primary-dynamic]=\"\n styles?.primary\n \"\n [style.--btn-hover-dynamic]=\"\n styles?.primaryHover\n \"\n >\n <span>{{ btn.label }}</span>\n </a>\n }\n }\n </div>\n </div>\n }\n </div>\n </div>\n </section>\n}\n", styles: ["@charset \"UTF-8\";.mdl-mdh003-v2 .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:var(--btn-primary-dynamic, #ff4338)!important;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){.mdl-mdh003-v2 .m-button-big{font-size:1.6rem}}.mdl-mdh003-v2 .m-button-big.red{background-color:#ff4338}@media (hover: hover){.mdl-mdh003-v2 .m-button-big.red:hover{background-color:#ed3b37}}.mdl-mdh003-v2 .m-button-big.blue{background-color:#5b87da}@media (hover: hover){.mdl-mdh003-v2 .m-button-big.blue:hover{background-color:#446ecd}}.mdl-mdh003-v2 .m-button-big.green{background-color:#3fd5ae}@media (hover: hover){.mdl-mdh003-v2 .m-button-big.green:hover{background-color:#2ec99b}}.mdl-mdh003-v2 .m-button-big.underline{color:#fff;border:.1rem solid white;background-color:transparent}@media (hover: hover){.mdl-mdh003-v2 .m-button-big.underline:hover{border:.1rem solid #ed3b37;background-color:#ed3b37}}.mdl-mdh003-v2 .m-button-big span{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:max-content}@media (hover: hover){.mdl-mdh003-v2 .m-button-big:hover{background-color:var(--btn-hover-dynamic, #ed3b37)!important}}.mdl-mdh003-v2 .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:var(--btn-primary-dynamic, #ff4338)!important;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){.mdl-mdh003-v2 .m-button-sm{font-size:1.6rem}}.mdl-mdh003-v2 .m-button-sm.red{background-color:#ff4338}@media (hover: hover){.mdl-mdh003-v2 .m-button-sm.red:hover{background-color:#ed3b37}}.mdl-mdh003-v2 .m-button-sm.blue{background-color:#5b87da}@media (hover: hover){.mdl-mdh003-v2 .m-button-sm.blue:hover{background-color:#446ecd}}.mdl-mdh003-v2 .m-button-sm.green{background-color:#3fd5ae}@media (hover: hover){.mdl-mdh003-v2 .m-button-sm.green:hover{background-color:#2ec99b}}.mdl-mdh003-v2 .m-button-sm.underline{color:#fff;border:.1rem solid white;background-color:transparent}@media (hover: hover){.mdl-mdh003-v2 .m-button-sm.underline:hover{border:.1rem solid #ed3b37;background-color:#ed3b37}}.mdl-mdh003-v2 .m-button-sm span{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:max-content}@media (hover: hover){.mdl-mdh003-v2 .m-button-sm:hover{background-color:var(--btn-hover-dynamic, #ed3b37)!important}}.mdl-mdh003-v2 .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){.mdl-mdh003-v2 .m-underline{font-size:1.6rem}}@media (hover: hover){.mdl-mdh003-v2 .m-underline:hover,.mdl-mdh003-v2 .m-underline.active{color:#ed3b37}.mdl-mdh003-v2 .m-underline:hover:after,.mdl-mdh003-v2 .m-underline.active:after{opacity:1;width:100%}}.mdl-mdh003-v2 .m-underline:before{content:\"\";position:absolute;bottom:-1rem;left:0;width:100%;height:.1rem;z-index:1}.mdl-mdh003-v2 .m-underline:after{content:\"\";position:absolute;bottom:-1rem;left:0;opacity:0;width:0%;height:.2rem;background-color:var(--btn-hover-dynamic, #ed3b37)!important;transition:.3s ease;z-index:2}.mdl-mdh003-v2 .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){.mdl-mdh003-v2 .m-underline-red{font-size:1.6rem}}.mdl-mdh003-v2 .m-underline-red:before{content:\"\";position:absolute;bottom:-1rem;left:0;width:100%;height:.1rem;background-color:#515050b2;z-index:1}.mdl-mdh003-v2 .m-underline-red:after{content:\"\";position:absolute;bottom:-1rem;left:0;opacity:1;width:0%;height:.2rem;background-color:var(--btn-hover-dynamic, #ed3b37)!important;transition:.3s ease;z-index:2}@media (hover: hover){.mdl-mdh003-v2 .m-underline-red:hover{color:#ed3b37}.mdl-mdh003-v2 .m-underline-red:hover:after{width:100%}}.mdl-mdh003-v2 .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){.mdl-mdh003-v2 .m-underline-blue{font-size:1.6rem}}.mdl-mdh003-v2 .m-underline-blue:before{content:\"\";position:absolute;bottom:-1rem;left:0;width:100%;height:.1rem;background-color:#515050b2;z-index:1}.mdl-mdh003-v2 .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){.mdl-mdh003-v2 .m-underline-blue:hover{color:#446ecd}.mdl-mdh003-v2 .m-underline-blue:hover:after{width:100%}}.mdl-mdh003-v2 .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){.mdl-mdh003-v2 .m-underline-green{font-size:1.6rem}}.mdl-mdh003-v2 .m-underline-green:before{content:\"\";position:absolute;bottom:-1rem;left:0;width:100%;height:.1rem;background-color:#515050b2;z-index:1}.mdl-mdh003-v2 .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){.mdl-mdh003-v2 .m-underline-green:hover{color:#2ec99b}.mdl-mdh003-v2 .m-underline-green:hover:after{width:100%}}.mdl-mdh003-v2 .m-swiper-button{width:4.8rem;height:4.8rem;background-color:var(--btn-primary-dynamic, #ff4338)!important;transition:.3s ease;cursor:pointer;position:relative}.mdl-mdh003-v2 .m-swiper-button.swiper-button-disabled{opacity:.7}.mdl-mdh003-v2 .m-swiper-button svg{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%)}.mdl-mdh003-v2 .m-swiper-button.prev{border-top-left-radius:8rem;border-bottom-left-radius:8rem}.mdl-mdh003-v2 .m-swiper-button.next{border-top-right-radius:8rem;border-bottom-right-radius:8rem}@media (hover: hover){.mdl-mdh003-v2 .m-swiper-button:hover{background-color:var(--btn-hover-dynamic, #ed3b37)!important}}@media (max-width: 768px){.mdl-mdh003-v2 .m-swiper-button{width:3.8rem;height:3.8rem}}@media (max-width: 540px){.mdl-mdh003-v2 .m-swiper-button{width:3.2rem;height:3.2rem}.mdl-mdh003-v2 .m-swiper-button svg{width:.5rem}}.mdl-mdh003-v2 .m-swiper-button-s{width:3rem;height:3rem;background-color:var(--btn-primary-dynamic, #ff4338)!important;transition:.3s ease;cursor:pointer;position:relative;border-radius:100%}.mdl-mdh003-v2 .m-swiper-button-s svg{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%)}.mdl-mdh003-v2 .m-swiper-button-s.prev svg{left:45%}.mdl-mdh003-v2 .m-swiper-button-s.next svg{left:55%}@media (hover: hover){.mdl-mdh003-v2 .m-swiper-button-s:hover{background-color:var(--btn-hover-dynamic, #ed3b37)!important}}.mdl-mdh003-v2 .m-button-close{background-color:var(--btn-primary-dynamic, #ff4338)!important;width:4.4rem;height:4.4rem;border-radius:100%;transition:.3s ease;cursor:pointer;position:relative}.mdl-mdh003-v2 .m-button-close svg{transition:transform .4s ease;position:absolute;left:50%;top:50%;transform:translate(-50%,-50%)}@media (hover: hover){.mdl-mdh003-v2 .m-button-close:hover{background-color:var(--btn-hover-dynamic, #ed3b37)!important}.mdl-mdh003-v2 .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:var(--btn-primary-dynamic, #ff4338)!important;border-radius:.4rem;transition:.3s ease}@media (hover: hover){.m-button:hover{background-color:var(--btn-hover-dynamic, #ed3b37)!important}}@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:var(--btn-hover-dynamic, #ed3b37)!important}}@media (max-width: 540px){.m-button2{min-width:unset;max-width:33rem;width:100%;font-size:1.6rem}}select.mini-arrow{position:relative;background-image:url(/assets/babylon/img/icons/icon-caret-down.svg);background-repeat:no-repeat;background-position-x:\"calc(100% - 0.8rem)\";background-position-y:50%;min-width:.8rem}.m-checkbox-group .m-checkbox:checked,.m-checkbox-group input:checked{background-color:#fff;background-image:url(/assets/babylon/img/icons/icon-check.svg);background-position:center;background-repeat:no-repeat;background-size:1.6rem;position:relative;left:0rem;top:0rem}.m-input.m-calendar{background-image:url(/assets/babylon/img/icons/icon-calendar-blue.svg);background-repeat:no-repeat;background-position-x:\"calc(100% - 2rem)\";background-position-y:50%}input[type=date]::-webkit-inner-spin-button,input[type=date]::-webkit-calendar-picker-indicator{display:none;-webkit-appearance:none}input:not([type=radio]):not([type=checkbox]),textarea,select{background-color:transparent;-webkit-appearance:none;-moz-appearance:none;appearance:none;font-family:jokker,sans-serif;font-size:1.4rem;font-weight:500}input:not([type=radio]):not([type=checkbox])::placeholder,textarea::placeholder,select::placeholder{font-family:jokker,sans-serif;font-size:1.4rem;font-weight:500}input:not([type=radio]):not([type=checkbox])::-moz-placeholder,textarea::-moz-placeholder,select::-moz-placeholder{font-family:jokker,sans-serif;font-size:1.4rem;font-weight:500}input:not([type=radio]):not([type=checkbox])::-ms-input-placeholder,textarea::-ms-input-placeholder,select::-ms-input-placeholder{font-family:jokker,sans-serif;font-size:1.4rem;font-weight:500}input:not([type=radio]):not([type=checkbox])::-webkit-input-placeholder,textarea::-webkit-input-placeholder,select::-webkit-input-placeholder{font-family:jokker,sans-serif;font-size:1.4rem;font-weight:500}input:-webkit-autofill,input:-webkit-autofill:hover,input:-webkit-autofill:focus,input:-webkit-autofill:active{-webkit-box-shadow:0 0 0 30px #f6f6f6 inset!important;-webkit-text-fill-color:white!important;transition:background-color 5000s ease-in-out 0s}select{position:relative;cursor:pointer}select.mini-arrow{position:relative;background-image:url(/assets/babylon/img/icons/icon-caret-down.svg);background-repeat:no-repeat;background-position-x:\"calc(100% - 0.8rem)\";background-position-y:50%;min-width:.8rem}select option{font-family:jokker,sans-serif;font-size:1.4rem;font-weight:500;color:#000}.m-checkbox-group{display:flex;flex-direction:row;align-items:flex-start}.m-checkbox-group .m-checkbox,.m-checkbox-group input{border-radius:0!important;-webkit-appearance:none;-moz-appearance:none;appearance:none;width:2.8rem;height:2.8rem;border:.1rem solid #d2d2d2;background-color:transparent;padding:0;margin-right:2rem;border-radius:0;cursor:pointer;position:relative}.m-checkbox-group .m-checkbox:checked,.m-checkbox-group input:checked{background-color:#fff;background-image:url(/assets/babylon/img/icons/icon-check.svg);background-position:center;background-repeat:no-repeat;background-size:1.6rem;position:relative;left:0rem;top:0rem}.m-checkbox-group label{font-family:jokker,sans-serif;font-size:1.3rem;font-weight:600;max-width:\"calc(100% - 5rem)\"}.m-radio-group{display:flex;flex-direction:row;align-items:center}.m-radio-group .m-radio{-webkit-appearance:none;width:2.8rem;height:2.8rem;border:.2rem solid #d2d2d2;background-color:transparent;border-radius:50%;padding:0;margin-right:2rem;cursor:pointer;position:relative}.m-radio-group .m-radio:checked{background-color:#fff!important}.m-radio-group .m-radio:checked:after{content:\" \";position:absolute;top:50%;left:50%;width:1.6rem;height:1.6rem;border-radius:50%;background-color:#eec52b;transform:translate(-50%,-50%)}.m-radio-group label{font-family:jokker,sans-serif;font-size:1.4rem;font-weight:500;max-width:\"calc(100% - 5rem)\"}.m-input.m-calendar{background-image:url(/assets/babylon/img/icons/icon-calendar-blue.svg);background-repeat:no-repeat;background-position-x:\"calc(100% - 2rem)\";background-position-y:50%}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:var(--btn-primary-dynamic, #ff4338)!important;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/img/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:var(--btn-primary-dynamic, #ff4338)!important}.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-mdh003-v2{padding-top:8.1rem;background-color:#fff9f9}.mdl-mdh003-v2 .mdl-container{display:flex;flex-direction:column;gap:4rem;align-items:center;overflow:hidden}.mdl-mdh003-v2 .mdl-container .m-cards-container{display:flex;flex-direction:row;flex-wrap:wrap;gap:0 7rem;width:100%;max-width:137rem}.mdl-mdh003-v2 .mdl-container .m-cards-container .m-card{-webkit-tap-highlight-color:transparent;position:relative;display:flex;flex-direction:column;align-items:center;cursor:pointer;width:calc(50% - 3.5rem);aspect-ratio:650/560}.mdl-mdh003-v2 .mdl-container .m-cards-container .m-card .m-card-top{position:relative;background-position:center;background-size:cover;background-repeat:no-repeat;width:100%;height:100%;transition:all .3s ease;max-height:78rem}.mdl-mdh003-v2 .mdl-container .m-cards-container .m-card .m-card-top:after{content:\"\";width:102%;transition:all .3s ease;height:13.8rem;left:-1px;bottom:4rem;position:absolute;background-image:url(/assets/babylon/svg/others/cards-footer-shape-red.svg);background-position:center;background-size:cover;background-repeat:no-repeat}.mdl-mdh003-v2 .mdl-container .m-cards-container .m-card .m-card-top:before{content:\"\";width:100%;height:8rem;background-color:#fff9f9;position:absolute;bottom:0;left:0}.mdl-mdh003-v2 .mdl-container .m-cards-container .m-card .m-card-icon{background-position:center;background-size:cover;background-repeat:no-repeat;width:100%;height:100%;transition:all .3s ease;height:31vw;max-height:56rem;background-color:#fff9f9;position:relative}.mdl-mdh003-v2 .mdl-container .m-cards-container .m-card .m-card-icon:after{content:\"\";width:102%;height:13.8rem;left:-1px;bottom:-1px;position:absolute;background-image:url(/assets/babylon/svg/others/cards-footer-shape.svg);background-position:center;background-size:cover;background-repeat:no-repeat}.mdl-mdh003-v2 .mdl-container .m-cards-container .m-card .m-card-icon img{height:22.1rem;position:absolute;top:30%;left:50%;transform:translate(-50%,-30%)}.mdl-mdh003-v2 .mdl-container .m-cards-container .m-card .m-card-icon .m-text{font-family:jokker,sans-serif;font-weight:300;font-size:3.2rem;line-height:4.6rem}@media (max-width: 1366px){.mdl-mdh003-v2 .mdl-container .m-cards-container .m-card .m-card-icon .m-text{font-size:2.8rem;line-height:3.8rem}}@media (max-width: 1080px){.mdl-mdh003-v2 .mdl-container .m-cards-container .m-card .m-card-icon .m-text{font-size:3.2rem;line-height:4.6rem}}@media (max-width: 540px){.mdl-mdh003-v2 .mdl-container .m-cards-container .m-card .m-card-icon .m-text{font-size:2.8rem;line-height:3.8rem}}@media (max-width: 375px){.mdl-mdh003-v2 .mdl-container .m-cards-container .m-card .m-card-icon .m-text{font-size:2.2rem;line-height:3rem}}.mdl-mdh003-v2 .mdl-container .m-cards-container .m-card .m-card-icon .m-text{padding:6rem 5rem;color:#515050b2}.mdl-mdh003-v2 .mdl-container .m-cards-container .m-card .m-content{display:flex;flex-direction:column;align-items:center;margin-top:-7rem;z-index:1;text-align:center;width:100%;gap:2rem;transition:all .3s ease}.mdl-mdh003-v2 .mdl-container .m-cards-container .m-card .m-content .m-button-sm{opacity:0;transform:translateY(-118%);transition:all .3s ease;width:100%;max-width:26rem;min-width:20rem}.mdl-mdh003-v2 .mdl-container .m-cards-container .m-card .m-content .m-but{opacity:0;transform:translateY(-118%);transition:all .3s ease}.mdl-mdh003-v2 .mdl-container .m-cards-container .m-card .m-content .m-title{font-family:jokker,sans-serif;font-size:3.2rem;font-weight:400}@media (max-width: 1366px){.mdl-mdh003-v2 .mdl-container .m-cards-container .m-card .m-content .m-title{font-size:2.8rem}}@media (max-width: 540px){.mdl-mdh003-v2 .mdl-container .m-cards-container .m-card .m-content .m-title{font-size:2.4rem}}.mdl-mdh003-v2 .mdl-container .m-cards-container .m-card .m-content .m-title{color:#515050b2}@media (min-width: 769px){.mdl-mdh003-v2 .mdl-container .m-cards-container .m-card:hover .m-card-top:after{bottom:7rem}.mdl-mdh003-v2 .mdl-container .m-cards-container .m-card:hover .m-content{transform:translateY(-40%)}.mdl-mdh003-v2 .mdl-container .m-cards-container .m-card:hover .m-content .m-button-sm{opacity:1;transform:none;width:100%;max-width:26rem}.mdl-mdh003-v2 .mdl-container .m-cards-container .m-card:hover .m-content .m-but{opacity:1;transform:none}.mdl-mdh003-v2 .mdl-container .m-cards-container .m-card:hover .m-content .m-button-sm span{color:var(--cl_title-light)}}@media (max-width: 1366px){.mdl-mdh003-v2 .mdl-container .m-cards-container .m-card .m-card-top:after{height:21%}}@media (max-width: 1080px){.mdl-mdh003-v2 .mdl-container .m-cards-container{gap:0 4.4rem}.mdl-mdh003-v2 .mdl-container .m-cards-container .m-card{width:calc(50% - 2.2rem)}.mdl-mdh003-v2 .mdl-container .m-cards-container .m-card .m-content{margin-top:-3rem}}@media (max-width: 768px){.mdl-mdh003-v2 .mdl-container .m-cards-container{gap:4rem}.mdl-mdh003-v2 .mdl-container .m-cards-container .m-card{width:100%}.mdl-mdh003-v2 .mdl-container .m-cards-container .m-card .m-card-top:after{bottom:0rem;height:9.8rem}.mdl-mdh003-v2 .mdl-container .m-cards-container .m-card .m-card-top:before{height:2rem}.mdl-mdh003-v2 .mdl-container .m-cards-container .m-card .m-content{margin-top:-5rem}.mdl-mdh003-v2 .mdl-container .m-cards-container .m-card .m-content .m-button-sm,.mdl-mdh003-v2 .mdl-container .m-cards-container .m-card .m-content .m-but{opacity:1;transform:none;transition:all .3s ease}}@media (max-width: 540px){.mdl-mdh003-v2 .mdl-container .m-cards-container .m-card .m-card-top:after{bottom:2rem;height:7.8rem}}.link-container{width:100%;height:100%}\n"] }]
|
|
25
25
|
}], propDecorators: { items: [{
|
|
26
26
|
type: Input
|
|
27
|
+
}], styles: [{
|
|
28
|
+
type: Input
|
|
27
29
|
}] } });
|
|
28
|
-
//# sourceMappingURL=data:application/json;base64,
|
|
30
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoibGlzLWMyLWltZy10eHQtY3Y0LmNvbXBvbmVudC5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL2JhYnlsb24vc3JjL2xpYi9jb21wb25lbnRzL2V4dGVybmFsL2NvcmUvbGlzLWMyLWltZy10eHQtY3Y0L2xpcy1jMi1pbWctdHh0LWN2NC5jb21wb25lbnQudHMiLCIuLi8uLi8uLi8uLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9iYWJ5bG9uL3NyYy9saWIvY29tcG9uZW50cy9leHRlcm5hbC9jb3JlL2xpcy1jMi1pbWctdHh0LWN2NC9saXMtYzItaW1nLXR4dC1jdjQuY29tcG9uZW50Lmh0bWwiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFFLFlBQVksRUFBRSxNQUFNLGlCQUFpQixDQUFDO0FBQy9DLE9BQU8sRUFBRSxTQUFTLEVBQUUsS0FBSyxFQUFFLGlCQUFpQixFQUFFLE1BQU0sZUFBZSxDQUFDO0FBQ3BFLE9BQU8sRUFBRSx3QkFBd0IsRUFBRSxNQUFNLHNEQUFzRCxDQUFDO0FBR2hHLE9BQU8sRUFBRSw0QkFBNEIsRUFBRSxNQUFNLG1DQUFtQyxDQUFDO0FBQ2pGLE9BQU8sY0FBYyxNQUFNLGdCQUFnQixDQUFDOzs7QUFxQjVDLE1BQU0sZUFBZSxHQUNqQixjQUF1QyxDQUFDO0FBVTVDLE1BQU0sT0FBTyx1QkFBdUI7SUFScEM7UUFZSSxZQUFPLEdBQVcseUJBQXlCLENBQUM7S0FTL0M7SUFQRyxXQUFXLENBQUMsS0FBYSxFQUFFLElBQXdCO1FBQy9DLE9BQU8sSUFBSSxDQUFDLEtBQUssSUFBSSxHQUFHLEtBQUssRUFBRSxDQUFDO0lBQ3BDLENBQUM7SUFFRCxrQkFBa0IsQ0FBQyxPQUFlLEVBQUUsTUFBdUI7UUFDdkQsT0FBTyw0QkFBNEIsQ0FBQyxNQUFNLEVBQUUsT0FBTyxDQUFDLENBQUM7SUFDekQsQ0FBQzsrR0FaUSx1QkFBdUI7bUdBQXZCLHVCQUF1Qiw0SEN0Q3BDLHE3R0FxRUEsaXh4QkRuQ2MsWUFBWSw2SEFBRSx3QkFBd0I7OzRGQUl2Qyx1QkFBdUI7a0JBUm5DLFNBQVM7K0JBQ0ksb0JBQW9CLGNBQ2xCLElBQUksaUJBQ0QsaUJBQWlCLENBQUMsSUFBSSxXQUM1QixDQUFDLFlBQVksRUFBRSx3QkFBd0IsQ0FBQzs4QkFLeEMsS0FBSztzQkFBYixLQUFLO2dCQUNHLE1BQU07c0JBQWQsS0FBSyIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IENvbW1vbk1vZHVsZSB9IGZyb20gJ0Bhbmd1bGFyL2NvbW1vbic7XG5pbXBvcnQgeyBDb21wb25lbnQsIElucHV0LCBWaWV3RW5jYXBzdWxhdGlvbiB9IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xuaW1wb3J0IHsgQmFieWxvbkxpbmtUeXBlRGlyZWN0aXZlIH0gZnJvbSAnLi4vLi4vLi4vLi4vZGlyZWN0aXZlcy9saW5rLXR5cGUvbGluay10eXBlLmRpcmVjdGl2ZSc7XG5pbXBvcnQgeyBCYWJ5bG9uSW1hZ2VJLCBCYWJ5bG9uSXRlbUkgfSBmcm9tICcuLi8uLi8uLi8uLi9pbnRlcmZhY2VzJztcbmltcG9ydCB7IEJhYnlsb25TdHlsZUdsb2JhbEl0ZW0gfSBmcm9tICcuLi8uLi8uLi8uLi9pbnRlcmZhY2VzL2JhYnlsb24tc3R5bGUuaW50ZXJmYWNlJztcbmltcG9ydCB7IGdldEZpcnN0SW1hZ2VCeVRhZ0Zyb21JbWFnZXMgfSBmcm9tICcuLi8uLi8uLi8uLi91dGlscy9tdXRpbWVkaWEudXRpbHMnO1xuaW1wb3J0IGRlZmF1bHRDb250ZW50IGZyb20gJy4vY29udGVudC5qc29uJztcblxuZXhwb3J0IGludGVyZmFjZSBMaXNDMkltZ1R4dEN2NEJ1dHRvbiB7XG4gICAgbGFiZWw6IHN0cmluZztcbiAgICB1cmw/OiBzdHJpbmc7XG4gICAgdGFyZ2V0Pzogc3RyaW5nO1xuICAgIGFyaWFMYWJlbD86IHN0cmluZztcbiAgICB2YXJpYW50PzogJ3JlZCcgfCAnZGVmYXVsdCc7XG59XG5cbmV4cG9ydCBpbnRlcmZhY2UgTGlzQzJJbWdUeHRDdjRDYXJkIHtcbiAgICBpbWFnZTogc3RyaW5nO1xuICAgIHRpdGxlOiBzdHJpbmc7XG4gICAgcHJpbWFyeUJ1dHRvbjogTGlzQzJJbWdUeHRDdjRCdXR0b247XG4gICAgc2Vjb25kYXJ5QnV0dG9uOiBMaXNDMkltZ1R4dEN2NEJ1dHRvbjtcbn1cblxuZXhwb3J0IGludGVyZmFjZSBMaXNDMkltZ1R4dEN2NENvbnRlbnQge1xuICAgIGNhcmRzOiBMaXNDMkltZ1R4dEN2NENhcmRbXTtcbn1cblxuY29uc3QgREVGQVVMVF9DT05URU5UOiBMaXNDMkltZ1R4dEN2NENvbnRlbnQgPVxuICAgIGRlZmF1bHRDb250ZW50IGFzIExpc0MySW1nVHh0Q3Y0Q29udGVudDtcblxuQENvbXBvbmVudCh7XG4gICAgc2VsZWN0b3I6ICdsaXMtYzItaW1nLXR4dC1jdjQnLFxuICAgIHN0YW5kYWxvbmU6IHRydWUsXG4gICAgZW5jYXBzdWxhdGlvbjogVmlld0VuY2Fwc3VsYXRpb24uTm9uZSxcbiAgICBpbXBvcnRzOiBbQ29tbW9uTW9kdWxlLCBCYWJ5bG9uTGlua1R5cGVEaXJlY3RpdmVdLFxuICAgIHRlbXBsYXRlVXJsOiAnLi9saXMtYzItaW1nLXR4dC1jdjQuY29tcG9uZW50Lmh0bWwnLFxuICAgIHN0eWxlVXJsOiAnLi9saXMtYzItaW1nLXR4dC1jdjQuY29tcG9uZW50LnNjc3MnLFxufSlcbmV4cG9ydCBjbGFzcyBMaXNDMkltZ1R4dEN2NENvbXBvbmVudCB7XG4gICAgQElucHV0KCkgaXRlbXM/OiBCYWJ5bG9uSXRlbUlbXTtcbiAgICBASW5wdXQoKSBzdHlsZXM/OiBCYWJ5bG9uU3R5bGVHbG9iYWxJdGVtO1xuXG4gICAgdGFnTmFtZTogc3RyaW5nID0gJ0xpc0MySW1nVHh0Q3Y0Q29tcG9uZW50JztcblxuICAgIHRyYWNrQnlDYXJkKGluZGV4OiBudW1iZXIsIGNhcmQ6IExpc0MySW1nVHh0Q3Y0Q2FyZCk6IHN0cmluZyB7XG4gICAgICAgIHJldHVybiBjYXJkLnRpdGxlID8/IGAke2luZGV4fWA7XG4gICAgfVxuXG4gICAgZ2V0Rmlyc3RJbWFnZUJ5VGFnKHRhZ05hbWU6IHN0cmluZywgaW1hZ2VzOiBCYWJ5bG9uSW1hZ2VJW10pIHtcbiAgICAgICAgcmV0dXJuIGdldEZpcnN0SW1hZ2VCeVRhZ0Zyb21JbWFnZXMoaW1hZ2VzLCB0YWdOYW1lKTtcbiAgICB9XG59XG4iLCJAaWYgKGl0ZW1zKSB7XG4gICAgPHNlY3Rpb24gY2xhc3M9XCJtZGwtbWRoMDAzLXYyXCI+XG4gICAgICAgIDxkaXYgY2xhc3M9XCJtZGwtY29udGFpbmVyXCI+XG4gICAgICAgICAgICA8ZGl2IGNsYXNzPVwibS1jYXJkcy1jb250YWluZXJcIj5cbiAgICAgICAgICAgICAgICBAZm9yIChpdGVtIG9mIGl0ZW1zOyB0cmFjayAkaW5kZXgpIHtcbiAgICAgICAgICAgICAgICAgICAgPGRpdiBjbGFzcz1cIm0tY2FyZFwiPlxuICAgICAgICAgICAgICAgICAgICAgICAgPGFcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICBjbGFzcz1cImxpbmstY29udGFpbmVyXCJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICBbaHJlZl09XCJpdGVtLmxpbmtzPy5bMF0/LnVybFwiXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgW2xpbmtUeXBlXT1cIml0ZW0ubGlua3M/LlswXT8ubGlua1R5cGVcIlxuICAgICAgICAgICAgICAgICAgICAgICAgICAgIFthdHRyLmFyaWEtbGFiZWxdPVwiaXRlbS5saW5rcz8uWzBdPy5sYWJlbFwiXG4gICAgICAgICAgICAgICAgICAgICAgICA+XG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgPGRpdlxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICBjbGFzcz1cIm0tY2FyZC10b3BcIlxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICBbc3R5bGUuYmFja2dyb3VuZC1pbWFnZV09XCJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICd1cmwoJyArXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAoZ2V0Rmlyc3RJbWFnZUJ5VGFnKFxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIHRhZ05hbWUsXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgaXRlbS5tdWx0aW1lZGlhPy5pbWFnZW5lcyA/PyBbXVxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgKT8uaW1nPy5zcmMgPz9cbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICBpdGVtLm11bHRpbWVkaWE/LmltYWdlbmVzPy5bMF0/LmltZ1xuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICA/LnNyYykgK1xuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgJyknXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIFwiXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgPjwvZGl2PlxuICAgICAgICAgICAgICAgICAgICAgICAgPC9hPlxuICAgICAgICAgICAgICAgICAgICAgICAgPGRpdiBjbGFzcz1cIm0tY29udGVudFwiPlxuICAgICAgICAgICAgICAgICAgICAgICAgICAgIEBpZiAoaXRlbS50ZXh0cz8udGl0bGUgPz8gaXRlbS50ZXh0cz8ubmFtZSkge1xuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICA8ZGl2IGNsYXNzPVwibS10aXRsZVwiPlxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAge3sgaXRlbS50ZXh0cz8udGl0bGUgPz8gaXRlbS50ZXh0cz8ubmFtZSB9fVxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICA8L2Rpdj5cbiAgICAgICAgICAgICAgICAgICAgICAgICAgICB9XG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgQGlmIChpdGVtLmJ1dHRvbnMpIHtcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgQGZvciAoYnRuIG9mIGl0ZW0uYnV0dG9uczsgdHJhY2sgJGluZGV4KSB7XG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICA8YVxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIGNsYXNzPVwibS1idXR0b24tc21cIlxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIFtuZ0NsYXNzXT1cIntcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgcmVkOiAkaW5kZXggJSAyID09PSAwLFxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAnbS1idXR0b24tc20nOiAkaW5kZXggJSAyID09PSAwLFxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAnbS1idXQgbS11bmRlcmxpbmUtcmVkJzpcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICRpbmRleCAlIDIgIT09IDAsXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgfVwiXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgW2hyZWZdPVwiYnRuLnVybFwiXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgW2xpbmtUeXBlXT1cImJ0bi5saW5rVHlwZVwiXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgW2F0dHIudGFyZ2V0XT1cImJ0bi50YXJnZXQgfHwgJ19zZWxmJ1wiXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgW2F0dHIuYXJpYS1sYWJlbF09XCJidG4ubGFiZWxcIlxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIFthdHRyLnJlbF09XCJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgKGJ0bi50YXJnZXQgfHwgJ19zZWxmJykgPT09ICdfYmxhbmsnXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICA/ICdub29wZW5lciBub3JlZmVycmVyJ1xuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgOiBudWxsXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgXCJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICBbc3R5bGUuLS1idG4tcHJpbWFyeS1keW5hbWljXT1cIlxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICBzdHlsZXM/LnByaW1hcnlcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICBcIlxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIFtzdHlsZS4tLWJ0bi1ob3Zlci1keW5hbWljXT1cIlxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICBzdHlsZXM/LnByaW1hcnlIb3ZlclxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIFwiXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICA+XG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgPHNwYW4+e3sgYnRuLmxhYmVsIH19PC9zcGFuPlxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgPC9hPlxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICB9XG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgfVxuICAgICAgICAgICAgICAgICAgICAgICAgPC9kaXY+XG4gICAgICAgICAgICAgICAgICAgIDwvZGl2PlxuICAgICAgICAgICAgICAgIH1cbiAgICAgICAgICAgIDwvZGl2PlxuICAgICAgICA8L2Rpdj5cbiAgICA8L3NlY3Rpb24+XG59XG4iXX0=
|