ctt-babylon 0.10.37 → 0.11.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/esm2022/lib/components/core/babylon-av-c4-img-text/babylon-av-c4-img-text.component.mjs +5 -5
- package/esm2022/lib/components/core/babylon-av-img-social/babylon-av-img-social.component.mjs +69 -5
- package/esm2022/lib/components/core/babylon-av-txt-ico/babylon-av-txt-ico.component.mjs +12 -5
- package/esm2022/lib/components/core/babylon-ba-img-txt/babylon-ba-img-txt.component.mjs +10 -3
- package/esm2022/lib/components/core/babylon-booking-widget/babylon-booking-widget.component.mjs +122 -0
- package/esm2022/lib/components/core/babylon-booking-widget/index.mjs +2 -0
- package/esm2022/lib/components/core/babylon-engine-modal-v2/babylon-engine-modal-v2.component.mjs +130 -0
- package/esm2022/lib/components/core/babylon-header-clear-v2/babylon-header-clear-v2.component.mjs +4 -13
- package/esm2022/lib/components/core/babylon-sli-c5-img-txt/babylon-sli-c5-img-txt.component.mjs +15 -5
- package/esm2022/lib/components/core/index.mjs +2 -1
- package/esm2022/lib/components/external/core/c4-sli-c2-txt-img/c4-sli-c2-txt-img.component.mjs +3 -3
- package/esm2022/lib/interfaces/babylon-item.interface.mjs +1 -1
- package/esm2022/lib/services/mapper/mapper.service.mjs +30 -4
- package/fesm2022/ctt-babylon.mjs +413 -75
- package/fesm2022/ctt-babylon.mjs.map +1 -1
- package/lib/components/core/babylon-av-c4-img-text/babylon-av-c4-img-text.component.d.ts +2 -2
- package/lib/components/core/babylon-av-img-social/babylon-av-img-social.component.d.ts +13 -2
- package/lib/components/core/babylon-av-txt-ico/babylon-av-txt-ico.component.d.ts +5 -1
- package/lib/components/core/babylon-ba-img-txt/babylon-ba-img-txt.component.d.ts +5 -1
- package/lib/components/core/babylon-booking-widget/babylon-booking-widget.component.d.ts +64 -0
- package/lib/components/core/babylon-booking-widget/index.d.ts +1 -0
- package/lib/components/core/babylon-engine-modal-v2/babylon-engine-modal-v2.component.d.ts +44 -0
- package/lib/components/core/babylon-sli-c5-img-txt/babylon-sli-c5-img-txt.component.d.ts +4 -1
- package/lib/components/core/index.d.ts +1 -0
- package/lib/interfaces/babylon-item.interface.d.ts +3 -2
- package/lib/services/mapper/mapper.service.d.ts +1 -0
- package/package.json +1 -1
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import { CommonModule } from '@angular/common';
|
|
2
2
|
import { Component, Input } from '@angular/core';
|
|
3
|
+
import { BabylonLinkTypeDirective } from '../../../directives/link-type/link-type.directive';
|
|
3
4
|
import * as i0 from "@angular/core";
|
|
4
5
|
import * as i1 from "@angular/common";
|
|
5
6
|
export class BabylonBaImgTxtComponent {
|
|
@@ -7,12 +8,18 @@ export class BabylonBaImgTxtComponent {
|
|
|
7
8
|
this.reverse = false;
|
|
8
9
|
}
|
|
9
10
|
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: BabylonBaImgTxtComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
10
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.12", type: BabylonBaImgTxtComponent, isStandalone: true, selector: "lib-babylon-ba-img-txt", inputs: { reverse: "reverse" }, ngImport: i0, template: "<!-- Si se a\u00F1ade la clase reverse funcionar\u00E1 como H09 -->\n<section class=\"mdl-fidelizacion\" [ngClass]=\"{ reverse: reverse }\">\n <div class=\"mdl-container\">\n <div class=\"m-content\">\n <div class=\"m-subtitle\">Fidelizaci\u00F3n</div>\n <h2 class=\"m-title\">Alegria Rewards Club</h2>\n <div class=\"m-text\">\n \u00DAnete al programa de fidelizaci\u00F3n para beneficiarte de ventajas,\n promociones y mucho m\u00E1s por ser miembro del club.\n </div>\n <div class=\"m-buttons\">\n <a href=\"#\" class=\"m-button-sm\">Reg\u00EDstrate Gratis</a>\n <a href=\"#\" class=\"m-underline\">Ver planes y ventajas</a>\n </div>\n </div>\n <div\n class=\"m-img\"\n style=\"background-image: url(https://picsum.photos/900/1000)\"\n >\n <img\n class=\"m-phrase\"\n src=\"/assets/babylon/svg/icons/rewards.svg\"\n alt=\"rewardsclub\"\n />\n </div>\n <div class=\"m-subtitle tablet\">Fidelizaci\u00F3n</div>\n </div>\n</section>\n", styles: ["@charset \"UTF-8\";.m-button-big{display:block;min-width:max-content;max-width:100%;width:33rem;text-align:center;box-sizing:border-box;padding:1.1rem;color:#fff;background-color:#ff4338;border-radius:.4rem;transition:.3s ease;height:4.8rem;cursor:pointer;position:relative;font-family:jokker,sans-serif;font-weight:500;font-size:1.8rem}@media (max-width: 375px){.m-button-big{font-size:1.6rem}}.m-button-big.red{background-color:#ff4338}@media (hover: hover){.m-button-big.red:hover{background-color:#ed3b37}}.m-button-big.blue{background-color:#5b87da}@media (hover: hover){.m-button-big.blue:hover{background-color:#446ecd}}.m-button-big.green{background-color:#3fd5ae}@media (hover: hover){.m-button-big.green:hover{background-color:#2ec99b}}.m-button-big.underline{color:#fff;border:.1rem solid white;background-color:transparent}@media (hover: hover){.m-button-big.underline:hover{border:.1rem solid #ed3b37;background-color:#ed3b37}}.m-button-big span{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:max-content}@media (hover: hover){.m-button-big:hover{background-color:#ed3b37}}.m-button-sm{display:block;min-width:max-content;width:100%;max-width:26rem;text-align:center;cursor:pointer;box-sizing:border-box;padding:1.1rem;color:#fff;background-color:#ff4338;border-radius:.4rem;transition:.3s ease;height:4.8rem;position:relative;font-family:jokker,sans-serif;font-weight:500;font-size:1.8rem}@media (max-width: 375px){.m-button-sm{font-size:1.6rem}}.m-button-sm.red{background-color:#ff4338}@media (hover: hover){.m-button-sm.red:hover{background-color:#ed3b37}}.m-button-sm.blue{background-color:#5b87da}@media (hover: hover){.m-button-sm.blue:hover{background-color:#446ecd}}.m-button-sm.green{background-color:#3fd5ae}@media (hover: hover){.m-button-sm.green:hover{background-color:#2ec99b}}.m-button-sm.underline{color:#fff;border:.1rem solid white;background-color:transparent}@media (hover: hover){.m-button-sm.underline:hover{border:.1rem solid #ed3b37;background-color:#ed3b37}}.m-button-sm span{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:max-content}@media (hover: hover){.m-button-sm:hover{background-color:#ed3b37}}.m-underline{display:block;width:max-content;position:relative;text-align:center;cursor:pointer;transition:.3s ease;color:#515050;font-family:jokker,sans-serif;font-weight:500;font-size:1.8rem}@media (max-width: 375px){.m-underline{font-size:1.6rem}}@media (hover: hover){.m-underline:hover,.m-underline.active{color:#ed3b37}.m-underline:hover:after,.m-underline.active:after{opacity:1;width:100%}}.m-underline:before{content:\"\";position:absolute;bottom:-1rem;left:0;width:100%;height:.1rem;z-index:1}.m-underline:after{content:\"\";position:absolute;bottom:-1rem;left:0;opacity:0;width:0%;height:.2rem;background-color:#ed3b37;transition:.3s ease;z-index:2}.m-underline-red{color:#515050b2;display:block;width:max-content;position:relative;text-align:center;cursor:pointer;transition:.3s ease;font-family:jokker,sans-serif;font-weight:500;font-size:1.8rem}@media (max-width: 375px){.m-underline-red{font-size:1.6rem}}.m-underline-red:before{content:\"\";position:absolute;bottom:-1rem;left:0;width:100%;height:.1rem;background-color:#515050b2;z-index:1}.m-underline-red:after{content:\"\";position:absolute;bottom:-1rem;left:0;opacity:1;width:0%;height:.2rem;background-color:#ed3b37;transition:.3s ease;z-index:2}@media (hover: hover){.m-underline-red:hover{color:#ed3b37}.m-underline-red:hover:after{width:100%}}.m-underline-blue{color:#515050b2;display:block;width:max-content;position:relative;text-align:center;cursor:pointer;transition:.3s ease;font-family:jokker,sans-serif;font-weight:500;font-size:1.8rem}@media (max-width: 375px){.m-underline-blue{font-size:1.6rem}}.m-underline-blue:before{content:\"\";position:absolute;bottom:-1rem;left:0;width:100%;height:.1rem;background-color:#515050b2;z-index:1}.m-underline-blue:after{content:\"\";position:absolute;bottom:-1rem;left:0;opacity:1;width:0%;height:.2rem;background-color:#446ecd;transition:.3s ease;z-index:2}@media (hover: hover){.m-underline-blue:hover{color:#446ecd}.m-underline-blue:hover:after{width:100%}}.m-underline-green{color:#515050b2;display:block;width:max-content;position:relative;text-align:center;cursor:pointer;transition:.3s ease;font-family:jokker,sans-serif;font-weight:500;font-size:1.8rem}@media (max-width: 375px){.m-underline-green{font-size:1.6rem}}.m-underline-green:before{content:\"\";position:absolute;bottom:-1rem;left:0;width:100%;height:.1rem;background-color:#515050b2;z-index:1}.m-underline-green:after{content:\"\";position:absolute;bottom:-1rem;left:0;opacity:1;width:0%;height:.2rem;background-color:#2ec99b;transition:.3s ease;z-index:2}@media (hover: hover){.m-underline-green:hover{color:#2ec99b}.m-underline-green:hover:after{width:100%}}.m-swiper-button{width:4.8rem;height:4.8rem;background-color:#ff4338;transition:.3s ease;cursor:pointer;position:relative}.m-swiper-button.swiper-button-disabled{opacity:.7}.m-swiper-button svg{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%)}.m-swiper-button.prev{border-top-left-radius:8rem;border-bottom-left-radius:8rem}.m-swiper-button.next{border-top-right-radius:8rem;border-bottom-right-radius:8rem}@media (hover: hover){.m-swiper-button:hover{background-color:#ed3b37}}@media (max-width: 768px){.m-swiper-button{width:3.8rem;height:3.8rem}}@media (max-width: 540px){.m-swiper-button{width:3.2rem;height:3.2rem}.m-swiper-button svg{width:.5rem}}.m-swiper-button-s{width:3rem;height:3rem;background-color:#ff4338;transition:.3s ease;cursor:pointer;position:relative;border-radius:100%}.m-swiper-button-s svg{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%)}.m-swiper-button-s.prev svg{left:45%}.m-swiper-button-s.next svg{left:55%}@media (hover: hover){.m-swiper-button-s:hover{background-color:#ed3b37}}.m-button-close{background-color:#ff4338;width:4.4rem;height:4.4rem;border-radius:100%;transition:.3s ease;cursor:pointer;position:relative}.m-button-close svg{transition:transform .4s ease;position:absolute;left:50%;top:50%;transform:translate(-50%,-50%)}@media (hover: hover){.m-button-close:hover{background-color:#ed3b37}.m-button-close:hover svg{transform:rotate(180deg)}}.m-button{display:block;width:max-content;font-family:jokker,sans-serif;font-weight:500;font-size:1.8rem}@media (max-width: 375px){.m-button{font-size:1.6rem}}.m-button{text-align:center;box-sizing:border-box;padding:1.1rem;color:#fff;background-color:#ff4338;border-radius:.4rem;transition:.3s ease}@media (hover: hover){.m-button:hover{background-color:#ed3b37}}@media (max-width: 540px){.m-button{min-width:unset;max-width:33rem;width:100%;font-size:1.6rem}}.m-button2{display:block;width:max-content;font-family:jokker,sans-serif;font-weight:500;font-size:1.8rem}@media (max-width: 375px){.m-button2{font-size:1.6rem}}.m-button2{text-align:center;box-sizing:border-box;padding:1.1rem;color:#fff;border-radius:.4rem;transition:.3s ease;background-color:transparent;border:.1rem solid white}.m-button2.red{background-color:#ff4338}@media (hover: hover){.m-button2.red:hover{background-color:#ed3b37}}.m-button2.blue{background-color:#5b87da}@media (hover: hover){.m-button2.blue:hover{background-color:#446ecd}}.m-button2.green{background-color:#3fd5ae}@media (hover: hover){.m-button2.green:hover{background-color:#2ec99b}}.m-button2.underline{color:#fff;border:.1rem solid white;background-color:transparent}@media (hover: hover){.m-button2.underline:hover{border:.1rem solid #ed3b37;background-color:#ed3b37}}@media (hover: hover){.m-button2:hover{background-color:#ed3b37}}@media (max-width: 540px){.m-button2{min-width:unset;max-width:33rem;width:100%;font-size:1.6rem}}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-size:1.4rem;font-weight:500}input:not([type=radio]):not([type=checkbox])::placeholder,textarea::placeholder,select::placeholder{font-size:1.4rem;font-weight:500}input:not([type=radio]):not([type=checkbox])::-moz-placeholder,textarea::-moz-placeholder,select::-moz-placeholder{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-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-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-repeat:no-repeat;background-position-x:\"calc(100% - 0.8rem)\";background-position-y:50%;min-width:.8rem}select option{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-position:center;background-repeat:no-repeat;background-size:1.6rem;position:relative;left:0rem;top:0rem}.m-checkbox-group label{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-size:1.4rem;font-weight:500;max-width:\"calc(100% - 5rem)\"}.m-input.m-calendar{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__container{background-color:#00000082!important}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-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-fidelizacion{position:relative;overflow:hidden;margin-top:15rem}.mdl-fidelizacion.reverse .mdl-container{flex-direction:row-reverse}.mdl-fidelizacion.reverse .mdl-container:after{left:-38rem}.mdl-fidelizacion.reverse .mdl-container .m-img .m-phrase{max-width:79.7rem;width:48vw;position:absolute;bottom:-2rem;right:-24rem}.mdl-fidelizacion.reverse .mdl-container .m-content{display:flex;flex-direction:column;align-items:flex-end;text-align:right}.mdl-fidelizacion .mdl-container{position:relative;display:flex;flex-direction:row;justify-content:space-between;gap:3rem;width:100%;box-sizing:border-box}.mdl-fidelizacion .mdl-container:after{content:\"\";position:absolute;top:3.3rem;right:-38rem;width:51.7rem;height:34.9rem;background-image:url(/assets/babylon/svg/icons/hearts.svg);background-position:center;background-size:cover;background-repeat:no-repeat}.mdl-fidelizacion .mdl-container .m-img{display:flex;align-items:end;position:relative;max-width:71.4rem;width:100%;height:66.8rem;background-position:center;background-size:cover;background-repeat:no-repeat}.mdl-fidelizacion .mdl-container .m-img .m-phrase{max-width:79.7rem;width:48vw;position:absolute;bottom:-2rem;right:23%}.mdl-fidelizacion .mdl-container .m-subtitle{font-family:jokker,sans-serif;font-weight:400;font-size:1.8rem;line-height:100%;letter-spacing:.18rem;text-transform:uppercase}@media (max-width: 375px){.mdl-fidelizacion .mdl-container .m-subtitle{font-size:1.4rem;letter-spacing:.056rem}}.mdl-fidelizacion .mdl-container .m-subtitle{color:#515050b2}.mdl-fidelizacion .mdl-container .m-subtitle.tablet{display:none}.mdl-fidelizacion .mdl-container .m-content{max-width:58rem;width:100%;box-sizing:border-box;padding:4rem 0 7.7rem}.mdl-fidelizacion .mdl-container .m-content .m-subtitle+.m-title{margin-top:12rem}.mdl-fidelizacion .mdl-container .m-content .m-title{font-family:jokker,sans-serif;font-weight:500;font-size:5.5rem;line-height:5.8rem;text-wrap-style:balance;color:#515050;font-weight:400}.mdl-fidelizacion .mdl-container .m-content .m-title+.m-text{margin-top:5rem}.mdl-fidelizacion .mdl-container .m-content .m-text{max-width:61.2rem;width:100%;font-family:jokker,sans-serif;font-weight:300;font-size:3.2rem;line-height:4.6rem}@media (max-width: 1366px){.mdl-fidelizacion .mdl-container .m-content .m-text{font-size:2.8rem;line-height:3.8rem}}@media (max-width: 1080px){.mdl-fidelizacion .mdl-container .m-content .m-text{font-size:3.2rem;line-height:4.6rem}}@media (max-width: 540px){.mdl-fidelizacion .mdl-container .m-content .m-text{font-size:2.8rem;line-height:3.8rem}}@media (max-width: 375px){.mdl-fidelizacion .mdl-container .m-content .m-text{font-size:2.2rem;line-height:3rem}}.mdl-fidelizacion .mdl-container .m-content .m-text{color:#515050b2}.mdl-fidelizacion .mdl-container .m-content .m-text+.m-buttons{margin-top:5rem}.mdl-fidelizacion .mdl-container .m-content .m-buttons{display:flex;flex-direction:column;justify-content:center;align-items:center;max-width:26rem;width:100%;gap:2rem}.mdl-fidelizacion .mdl-container .m-content .m-buttons .m-underline{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-fidelizacion .mdl-container .m-content .m-buttons .m-underline{font-size:1.6rem}}.mdl-fidelizacion .mdl-container .m-content .m-buttons .m-underline:before{content:\"\";position:absolute;bottom:-1rem;left:0;width:100%;height:.1rem;background-color:#515050b2;z-index:1}.mdl-fidelizacion .mdl-container .m-content .m-buttons .m-underline: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-fidelizacion .mdl-container .m-content .m-buttons .m-underline:hover{color:#ed3b37}.mdl-fidelizacion .mdl-container .m-content .m-buttons .m-underline:hover:after{width:100%}}@media (max-width: 1080px){.mdl-fidelizacion{margin-top:0}.mdl-fidelizacion .mdl-container{max-width:82.4rem;width:100%;padding:0 0 7rem;flex-direction:column-reverse!important;gap:0}.mdl-fidelizacion .mdl-container:after{top:7.1rem;right:-25rem;width:43.1rem;height:29.1rem;left:auto!important}.mdl-fidelizacion .mdl-container .m-img,.mdl-fidelizacion .mdl-container .m-content{max-width:100%;width:100%;align-items:flex-start!important;text-align:left!important}.mdl-fidelizacion .mdl-container .m-img{height:71.7rem;margin-bottom:15rem}.mdl-fidelizacion .mdl-container .m-img .m-phrase{max-width:71.9rem;right:unset;left:50%;transform:translate(-50%);width:64vw!important;bottom:-10rem!important}.mdl-fidelizacion .mdl-container .m-subtitle.tablet{display:block;box-sizing:border-box;padding:7rem 3rem 5rem;margin:0 auto}.mdl-fidelizacion .mdl-container .m-content{display:flex;flex-direction:column;align-items:center;max-width:63.5rem;width:100%;margin:-2rem auto 0;padding:0 0 7.7rem}.mdl-fidelizacion .mdl-container .m-content .m-subtitle{display:none}.mdl-fidelizacion .mdl-container .m-content .m-subtitle+.m-title{margin-top:0}.mdl-fidelizacion .mdl-container .m-content .m-title+.m-text{margin-top:5rem}.mdl-fidelizacion .mdl-container .m-content .m-buttons{margin:0 auto}.mdl-fidelizacion .mdl-container .m-content .m-text+.m-buttons{margin-top:5rem}}@media (max-width: 540px){.mdl-fidelizacion .mdl-container{padding:0 0 5rem}.mdl-fidelizacion .mdl-container:after{top:5.1rem;right:-11.5rem;width:16.4rem;height:11rem}.mdl-fidelizacion .mdl-container .m-img{height:28rem;margin-bottom:4rem}.mdl-fidelizacion .mdl-container .m-img .m-phrase{bottom:-6rem!important}.mdl-fidelizacion .mdl-container .m-subtitle.tablet{padding:5rem 2rem 2rem}.mdl-fidelizacion .mdl-container .m-content{margin:0 auto;padding:4.4rem 0 7.7rem}.mdl-fidelizacion .mdl-container .m-content .m-title+.m-text{margin-top:1rem}.mdl-fidelizacion .mdl-container .m-content .m-title{font-size:4.2rem;line-height:3.8rem}.mdl-fidelizacion .mdl-container .m-content .m-text+.m-buttons{margin-top:3rem}.mdl-fidelizacion .mdl-container .m-content .m-buttons .m-button{max-width:26rem}}@media (max-width: 375px){.mdl-fidelizacion .mdl-container .m-img .m-phrase{bottom:-6rem!important}.mdl-fidelizacion .mdl-container .m-content .m-title{font-size:3rem;line-height:3.8rem}}\n"], dependencies: [{ kind: "ngmodule", type: CommonModule }, { kind: "directive", type: i1.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }] }); }
|
|
11
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "17.3.12", type: BabylonBaImgTxtComponent, isStandalone: true, selector: "lib-babylon-ba-img-txt", inputs: { reverse: "reverse", texts: "texts", multimedia: "multimedia", buttons: "buttons" }, ngImport: i0, template: "<!-- Si se a\u00F1ade la clase reverse funcionar\u00E1 como H09 -->\n<section class=\"mdl-fidelizacion\" [ngClass]=\"{ reverse: reverse }\">\n <div class=\"mdl-container\">\n @if (texts) {\n <div class=\"m-content\">\n @if (texts.subtitle) {\n <div class=\"m-subtitle\">{{ texts.subtitle }}</div>\n }\n @if (texts.title) {\n <h2 class=\"m-title\">{{ texts.title }}</h2>\n }\n @if (texts.description) {\n <div class=\"m-text\" [innerHTML]=\"texts.description\"></div>\n }\n @if (buttons?.length) {\n <div class=\"m-buttons\">\n @for (btn of buttons; track $index) {\n <a\n [href]=\"btn.url\"\n [linkType]=\"btn.linkType\"\n [ngClass]=\"\n $index % 2 != 0\n ? 'm-underline'\n : 'm-button-sm'\n \"\n >{{ btn.label }}</a\n >\n }\n </div>\n }\n </div>\n }\n @if (multimedia?.imagenes) {\n <div\n class=\"m-img\"\n [style]=\"\n 'background-image: url(' +\n multimedia?.imagenes?.[0]?.img?.src +\n ')'\n \"\n >\n @if (texts?.svg) {\n <img\n class=\"m-phrase\"\n [src]=\"\n '/assets/babylon/svg/icons/' + texts?.svg + '.svg'\n \"\n alt=\"rewardsclub\"\n />\n }\n </div>\n }\n <div class=\"m-subtitle tablet\">Fidelizaci\u00F3n</div>\n </div>\n</section>\n", styles: ["@charset \"UTF-8\";.m-button-big{display:block;min-width:max-content;max-width:100%;width:33rem;text-align:center;box-sizing:border-box;padding:1.1rem;color:#fff;background-color:#ff4338;border-radius:.4rem;transition:.3s ease;height:4.8rem;cursor:pointer;position:relative;font-family:jokker,sans-serif;font-weight:500;font-size:1.8rem}@media (max-width: 375px){.m-button-big{font-size:1.6rem}}.m-button-big.red{background-color:#ff4338}@media (hover: hover){.m-button-big.red:hover{background-color:#ed3b37}}.m-button-big.blue{background-color:#5b87da}@media (hover: hover){.m-button-big.blue:hover{background-color:#446ecd}}.m-button-big.green{background-color:#3fd5ae}@media (hover: hover){.m-button-big.green:hover{background-color:#2ec99b}}.m-button-big.underline{color:#fff;border:.1rem solid white;background-color:transparent}@media (hover: hover){.m-button-big.underline:hover{border:.1rem solid #ed3b37;background-color:#ed3b37}}.m-button-big span{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:max-content}@media (hover: hover){.m-button-big:hover{background-color:#ed3b37}}.m-button-sm{display:block;min-width:max-content;width:100%;max-width:26rem;text-align:center;cursor:pointer;box-sizing:border-box;padding:1.1rem;color:#fff;background-color:#ff4338;border-radius:.4rem;transition:.3s ease;height:4.8rem;position:relative;font-family:jokker,sans-serif;font-weight:500;font-size:1.8rem}@media (max-width: 375px){.m-button-sm{font-size:1.6rem}}.m-button-sm.red{background-color:#ff4338}@media (hover: hover){.m-button-sm.red:hover{background-color:#ed3b37}}.m-button-sm.blue{background-color:#5b87da}@media (hover: hover){.m-button-sm.blue:hover{background-color:#446ecd}}.m-button-sm.green{background-color:#3fd5ae}@media (hover: hover){.m-button-sm.green:hover{background-color:#2ec99b}}.m-button-sm.underline{color:#fff;border:.1rem solid white;background-color:transparent}@media (hover: hover){.m-button-sm.underline:hover{border:.1rem solid #ed3b37;background-color:#ed3b37}}.m-button-sm span{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:max-content}@media (hover: hover){.m-button-sm:hover{background-color:#ed3b37}}.m-underline{display:block;width:max-content;position:relative;text-align:center;cursor:pointer;transition:.3s ease;color:#515050;font-family:jokker,sans-serif;font-weight:500;font-size:1.8rem}@media (max-width: 375px){.m-underline{font-size:1.6rem}}@media (hover: hover){.m-underline:hover,.m-underline.active{color:#ed3b37}.m-underline:hover:after,.m-underline.active:after{opacity:1;width:100%}}.m-underline:before{content:\"\";position:absolute;bottom:-1rem;left:0;width:100%;height:.1rem;z-index:1}.m-underline:after{content:\"\";position:absolute;bottom:-1rem;left:0;opacity:0;width:0%;height:.2rem;background-color:#ed3b37;transition:.3s ease;z-index:2}.m-underline-red{color:#515050b2;display:block;width:max-content;position:relative;text-align:center;cursor:pointer;transition:.3s ease;font-family:jokker,sans-serif;font-weight:500;font-size:1.8rem}@media (max-width: 375px){.m-underline-red{font-size:1.6rem}}.m-underline-red:before{content:\"\";position:absolute;bottom:-1rem;left:0;width:100%;height:.1rem;background-color:#515050b2;z-index:1}.m-underline-red:after{content:\"\";position:absolute;bottom:-1rem;left:0;opacity:1;width:0%;height:.2rem;background-color:#ed3b37;transition:.3s ease;z-index:2}@media (hover: hover){.m-underline-red:hover{color:#ed3b37}.m-underline-red:hover:after{width:100%}}.m-underline-blue{color:#515050b2;display:block;width:max-content;position:relative;text-align:center;cursor:pointer;transition:.3s ease;font-family:jokker,sans-serif;font-weight:500;font-size:1.8rem}@media (max-width: 375px){.m-underline-blue{font-size:1.6rem}}.m-underline-blue:before{content:\"\";position:absolute;bottom:-1rem;left:0;width:100%;height:.1rem;background-color:#515050b2;z-index:1}.m-underline-blue:after{content:\"\";position:absolute;bottom:-1rem;left:0;opacity:1;width:0%;height:.2rem;background-color:#446ecd;transition:.3s ease;z-index:2}@media (hover: hover){.m-underline-blue:hover{color:#446ecd}.m-underline-blue:hover:after{width:100%}}.m-underline-green{color:#515050b2;display:block;width:max-content;position:relative;text-align:center;cursor:pointer;transition:.3s ease;font-family:jokker,sans-serif;font-weight:500;font-size:1.8rem}@media (max-width: 375px){.m-underline-green{font-size:1.6rem}}.m-underline-green:before{content:\"\";position:absolute;bottom:-1rem;left:0;width:100%;height:.1rem;background-color:#515050b2;z-index:1}.m-underline-green:after{content:\"\";position:absolute;bottom:-1rem;left:0;opacity:1;width:0%;height:.2rem;background-color:#2ec99b;transition:.3s ease;z-index:2}@media (hover: hover){.m-underline-green:hover{color:#2ec99b}.m-underline-green:hover:after{width:100%}}.m-swiper-button{width:4.8rem;height:4.8rem;background-color:#ff4338;transition:.3s ease;cursor:pointer;position:relative}.m-swiper-button.swiper-button-disabled{opacity:.7}.m-swiper-button svg{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%)}.m-swiper-button.prev{border-top-left-radius:8rem;border-bottom-left-radius:8rem}.m-swiper-button.next{border-top-right-radius:8rem;border-bottom-right-radius:8rem}@media (hover: hover){.m-swiper-button:hover{background-color:#ed3b37}}@media (max-width: 768px){.m-swiper-button{width:3.8rem;height:3.8rem}}@media (max-width: 540px){.m-swiper-button{width:3.2rem;height:3.2rem}.m-swiper-button svg{width:.5rem}}.m-swiper-button-s{width:3rem;height:3rem;background-color:#ff4338;transition:.3s ease;cursor:pointer;position:relative;border-radius:100%}.m-swiper-button-s svg{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%)}.m-swiper-button-s.prev svg{left:45%}.m-swiper-button-s.next svg{left:55%}@media (hover: hover){.m-swiper-button-s:hover{background-color:#ed3b37}}.m-button-close{background-color:#ff4338;width:4.4rem;height:4.4rem;border-radius:100%;transition:.3s ease;cursor:pointer;position:relative}.m-button-close svg{transition:transform .4s ease;position:absolute;left:50%;top:50%;transform:translate(-50%,-50%)}@media (hover: hover){.m-button-close:hover{background-color:#ed3b37}.m-button-close:hover svg{transform:rotate(180deg)}}.m-button{display:block;width:max-content;font-family:jokker,sans-serif;font-weight:500;font-size:1.8rem}@media (max-width: 375px){.m-button{font-size:1.6rem}}.m-button{text-align:center;box-sizing:border-box;padding:1.1rem;color:#fff;background-color:#ff4338;border-radius:.4rem;transition:.3s ease}@media (hover: hover){.m-button:hover{background-color:#ed3b37}}@media (max-width: 540px){.m-button{min-width:unset;max-width:33rem;width:100%;font-size:1.6rem}}.m-button2{display:block;width:max-content;font-family:jokker,sans-serif;font-weight:500;font-size:1.8rem}@media (max-width: 375px){.m-button2{font-size:1.6rem}}.m-button2{text-align:center;box-sizing:border-box;padding:1.1rem;color:#fff;border-radius:.4rem;transition:.3s ease;background-color:transparent;border:.1rem solid white}.m-button2.red{background-color:#ff4338}@media (hover: hover){.m-button2.red:hover{background-color:#ed3b37}}.m-button2.blue{background-color:#5b87da}@media (hover: hover){.m-button2.blue:hover{background-color:#446ecd}}.m-button2.green{background-color:#3fd5ae}@media (hover: hover){.m-button2.green:hover{background-color:#2ec99b}}.m-button2.underline{color:#fff;border:.1rem solid white;background-color:transparent}@media (hover: hover){.m-button2.underline:hover{border:.1rem solid #ed3b37;background-color:#ed3b37}}@media (hover: hover){.m-button2:hover{background-color:#ed3b37}}@media (max-width: 540px){.m-button2{min-width:unset;max-width:33rem;width:100%;font-size:1.6rem}}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-size:1.4rem;font-weight:500}input:not([type=radio]):not([type=checkbox])::placeholder,textarea::placeholder,select::placeholder{font-size:1.4rem;font-weight:500}input:not([type=radio]):not([type=checkbox])::-moz-placeholder,textarea::-moz-placeholder,select::-moz-placeholder{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-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-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-repeat:no-repeat;background-position-x:\"calc(100% - 0.8rem)\";background-position-y:50%;min-width:.8rem}select option{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-position:center;background-repeat:no-repeat;background-size:1.6rem;position:relative;left:0rem;top:0rem}.m-checkbox-group label{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-size:1.4rem;font-weight:500;max-width:\"calc(100% - 5rem)\"}.m-input.m-calendar{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__container{background-color:#00000082!important}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-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-fidelizacion{position:relative;overflow:hidden;margin-top:15rem}.mdl-fidelizacion.reverse .mdl-container{flex-direction:row-reverse}.mdl-fidelizacion.reverse .mdl-container:after{left:-38rem}.mdl-fidelizacion.reverse .mdl-container .m-img .m-phrase{max-width:79.7rem;width:48vw;position:absolute;bottom:-2rem;right:-24rem}.mdl-fidelizacion.reverse .mdl-container .m-content{display:flex;flex-direction:column;align-items:flex-end;text-align:right}.mdl-fidelizacion .mdl-container{position:relative;display:flex;flex-direction:row;justify-content:space-between;gap:3rem;width:100%;box-sizing:border-box}.mdl-fidelizacion .mdl-container:after{content:\"\";position:absolute;top:3.3rem;right:-38rem;width:51.7rem;height:34.9rem;background-image:url(/assets/babylon/svg/icons/hearts.svg);background-position:center;background-size:cover;background-repeat:no-repeat}.mdl-fidelizacion .mdl-container .m-img{display:flex;align-items:end;position:relative;max-width:71.4rem;width:100%;height:66.8rem;background-position:center;background-size:cover;background-repeat:no-repeat}.mdl-fidelizacion .mdl-container .m-img .m-phrase{max-width:79.7rem;width:48vw;position:absolute;bottom:-2rem;right:23%}.mdl-fidelizacion .mdl-container .m-subtitle{font-family:jokker,sans-serif;font-weight:400;font-size:1.8rem;line-height:100%;letter-spacing:.18rem;text-transform:uppercase}@media (max-width: 375px){.mdl-fidelizacion .mdl-container .m-subtitle{font-size:1.4rem;letter-spacing:.056rem}}.mdl-fidelizacion .mdl-container .m-subtitle{color:#515050b2}.mdl-fidelizacion .mdl-container .m-subtitle.tablet{display:none}.mdl-fidelizacion .mdl-container .m-content{max-width:58rem;width:100%;box-sizing:border-box;padding:4rem 0 7.7rem}.mdl-fidelizacion .mdl-container .m-content .m-subtitle+.m-title{margin-top:12rem}.mdl-fidelizacion .mdl-container .m-content .m-title{font-family:jokker,sans-serif;font-weight:500;font-size:5.5rem;line-height:5.8rem;text-wrap-style:balance;color:#515050;font-weight:400}.mdl-fidelizacion .mdl-container .m-content .m-title+.m-text{margin-top:5rem}.mdl-fidelizacion .mdl-container .m-content .m-text{max-width:61.2rem;width:100%;font-family:jokker,sans-serif;font-weight:300;font-size:3.2rem;line-height:4.6rem}@media (max-width: 1366px){.mdl-fidelizacion .mdl-container .m-content .m-text{font-size:2.8rem;line-height:3.8rem}}@media (max-width: 1080px){.mdl-fidelizacion .mdl-container .m-content .m-text{font-size:3.2rem;line-height:4.6rem}}@media (max-width: 540px){.mdl-fidelizacion .mdl-container .m-content .m-text{font-size:2.8rem;line-height:3.8rem}}@media (max-width: 375px){.mdl-fidelizacion .mdl-container .m-content .m-text{font-size:2.2rem;line-height:3rem}}.mdl-fidelizacion .mdl-container .m-content .m-text{color:#515050b2}.mdl-fidelizacion .mdl-container .m-content .m-text+.m-buttons{margin-top:5rem}.mdl-fidelizacion .mdl-container .m-content .m-buttons{display:flex;flex-direction:column;justify-content:center;align-items:center;max-width:26rem;width:100%;gap:2rem}.mdl-fidelizacion .mdl-container .m-content .m-buttons .m-underline{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-fidelizacion .mdl-container .m-content .m-buttons .m-underline{font-size:1.6rem}}.mdl-fidelizacion .mdl-container .m-content .m-buttons .m-underline:before{content:\"\";position:absolute;bottom:-1rem;left:0;width:100%;height:.1rem;background-color:#515050b2;z-index:1}.mdl-fidelizacion .mdl-container .m-content .m-buttons .m-underline: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-fidelizacion .mdl-container .m-content .m-buttons .m-underline:hover{color:#ed3b37}.mdl-fidelizacion .mdl-container .m-content .m-buttons .m-underline:hover:after{width:100%}}@media (max-width: 1080px){.mdl-fidelizacion{margin-top:0}.mdl-fidelizacion .mdl-container{max-width:82.4rem;width:100%;padding:0 0 7rem;flex-direction:column-reverse!important;gap:0}.mdl-fidelizacion .mdl-container:after{top:7.1rem;right:-25rem;width:43.1rem;height:29.1rem;left:auto!important}.mdl-fidelizacion .mdl-container .m-img,.mdl-fidelizacion .mdl-container .m-content{max-width:100%;width:100%;align-items:flex-start!important;text-align:left!important}.mdl-fidelizacion .mdl-container .m-img{height:71.7rem;margin-bottom:15rem}.mdl-fidelizacion .mdl-container .m-img .m-phrase{max-width:71.9rem;right:unset;left:50%;transform:translate(-50%);width:64vw!important;bottom:-10rem!important}.mdl-fidelizacion .mdl-container .m-subtitle.tablet{display:block;box-sizing:border-box;padding:7rem 3rem 5rem;margin:0 auto}.mdl-fidelizacion .mdl-container .m-content{display:flex;flex-direction:column;align-items:center;max-width:63.5rem;width:100%;margin:-2rem auto 0;padding:0 0 7.7rem}.mdl-fidelizacion .mdl-container .m-content .m-subtitle{display:none}.mdl-fidelizacion .mdl-container .m-content .m-subtitle+.m-title{margin-top:0}.mdl-fidelizacion .mdl-container .m-content .m-title+.m-text{margin-top:5rem}.mdl-fidelizacion .mdl-container .m-content .m-buttons{margin:0 auto}.mdl-fidelizacion .mdl-container .m-content .m-text+.m-buttons{margin-top:5rem}}@media (max-width: 540px){.mdl-fidelizacion .mdl-container{padding:0 0 5rem}.mdl-fidelizacion .mdl-container:after{top:5.1rem;right:-11.5rem;width:16.4rem;height:11rem}.mdl-fidelizacion .mdl-container .m-img{height:28rem;margin-bottom:4rem}.mdl-fidelizacion .mdl-container .m-img .m-phrase{bottom:-6rem!important}.mdl-fidelizacion .mdl-container .m-subtitle.tablet{padding:5rem 2rem 2rem}.mdl-fidelizacion .mdl-container .m-content{margin:0 auto;padding:4.4rem 0 7.7rem}.mdl-fidelizacion .mdl-container .m-content .m-title+.m-text{margin-top:1rem}.mdl-fidelizacion .mdl-container .m-content .m-title{font-size:4.2rem;line-height:3.8rem}.mdl-fidelizacion .mdl-container .m-content .m-text+.m-buttons{margin-top:3rem}.mdl-fidelizacion .mdl-container .m-content .m-buttons .m-button{max-width:26rem}}@media (max-width: 375px){.mdl-fidelizacion .mdl-container .m-img .m-phrase{bottom:-6rem!important}.mdl-fidelizacion .mdl-container .m-content .m-title{font-size:3rem;line-height:3.8rem}}\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"] }] }); }
|
|
11
12
|
}
|
|
12
13
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: BabylonBaImgTxtComponent, decorators: [{
|
|
13
14
|
type: Component,
|
|
14
|
-
args: [{ selector: 'lib-babylon-ba-img-txt', standalone: true, imports: [CommonModule], template: "<!-- Si se a\u00F1ade la clase reverse funcionar\u00E1 como H09 -->\n<section class=\"mdl-fidelizacion\" [ngClass]=\"{ reverse: reverse }\">\n <div class=\"mdl-container\">\n <div class=\"m-content\">\n <div class=\"m-subtitle\">Fidelizaci\u00F3n</div>\n <h2 class=\"m-title\">Alegria Rewards Club</h2>\n <div class=\"m-text\">\n \u00DAnete al programa de fidelizaci\u00F3n para beneficiarte de ventajas,\n promociones y mucho m\u00E1s por ser miembro del club.\n </div>\n <div class=\"m-buttons\">\n <a href=\"#\" class=\"m-button-sm\">Reg\u00EDstrate Gratis</a>\n <a href=\"#\" class=\"m-underline\">Ver planes y ventajas</a>\n </div>\n </div>\n <div\n class=\"m-img\"\n style=\"background-image: url(https://picsum.photos/900/1000)\"\n >\n <img\n class=\"m-phrase\"\n src=\"/assets/babylon/svg/icons/rewards.svg\"\n alt=\"rewardsclub\"\n />\n </div>\n <div class=\"m-subtitle tablet\">Fidelizaci\u00F3n</div>\n </div>\n</section>\n", styles: ["@charset \"UTF-8\";.m-button-big{display:block;min-width:max-content;max-width:100%;width:33rem;text-align:center;box-sizing:border-box;padding:1.1rem;color:#fff;background-color:#ff4338;border-radius:.4rem;transition:.3s ease;height:4.8rem;cursor:pointer;position:relative;font-family:jokker,sans-serif;font-weight:500;font-size:1.8rem}@media (max-width: 375px){.m-button-big{font-size:1.6rem}}.m-button-big.red{background-color:#ff4338}@media (hover: hover){.m-button-big.red:hover{background-color:#ed3b37}}.m-button-big.blue{background-color:#5b87da}@media (hover: hover){.m-button-big.blue:hover{background-color:#446ecd}}.m-button-big.green{background-color:#3fd5ae}@media (hover: hover){.m-button-big.green:hover{background-color:#2ec99b}}.m-button-big.underline{color:#fff;border:.1rem solid white;background-color:transparent}@media (hover: hover){.m-button-big.underline:hover{border:.1rem solid #ed3b37;background-color:#ed3b37}}.m-button-big span{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:max-content}@media (hover: hover){.m-button-big:hover{background-color:#ed3b37}}.m-button-sm{display:block;min-width:max-content;width:100%;max-width:26rem;text-align:center;cursor:pointer;box-sizing:border-box;padding:1.1rem;color:#fff;background-color:#ff4338;border-radius:.4rem;transition:.3s ease;height:4.8rem;position:relative;font-family:jokker,sans-serif;font-weight:500;font-size:1.8rem}@media (max-width: 375px){.m-button-sm{font-size:1.6rem}}.m-button-sm.red{background-color:#ff4338}@media (hover: hover){.m-button-sm.red:hover{background-color:#ed3b37}}.m-button-sm.blue{background-color:#5b87da}@media (hover: hover){.m-button-sm.blue:hover{background-color:#446ecd}}.m-button-sm.green{background-color:#3fd5ae}@media (hover: hover){.m-button-sm.green:hover{background-color:#2ec99b}}.m-button-sm.underline{color:#fff;border:.1rem solid white;background-color:transparent}@media (hover: hover){.m-button-sm.underline:hover{border:.1rem solid #ed3b37;background-color:#ed3b37}}.m-button-sm span{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:max-content}@media (hover: hover){.m-button-sm:hover{background-color:#ed3b37}}.m-underline{display:block;width:max-content;position:relative;text-align:center;cursor:pointer;transition:.3s ease;color:#515050;font-family:jokker,sans-serif;font-weight:500;font-size:1.8rem}@media (max-width: 375px){.m-underline{font-size:1.6rem}}@media (hover: hover){.m-underline:hover,.m-underline.active{color:#ed3b37}.m-underline:hover:after,.m-underline.active:after{opacity:1;width:100%}}.m-underline:before{content:\"\";position:absolute;bottom:-1rem;left:0;width:100%;height:.1rem;z-index:1}.m-underline:after{content:\"\";position:absolute;bottom:-1rem;left:0;opacity:0;width:0%;height:.2rem;background-color:#ed3b37;transition:.3s ease;z-index:2}.m-underline-red{color:#515050b2;display:block;width:max-content;position:relative;text-align:center;cursor:pointer;transition:.3s ease;font-family:jokker,sans-serif;font-weight:500;font-size:1.8rem}@media (max-width: 375px){.m-underline-red{font-size:1.6rem}}.m-underline-red:before{content:\"\";position:absolute;bottom:-1rem;left:0;width:100%;height:.1rem;background-color:#515050b2;z-index:1}.m-underline-red:after{content:\"\";position:absolute;bottom:-1rem;left:0;opacity:1;width:0%;height:.2rem;background-color:#ed3b37;transition:.3s ease;z-index:2}@media (hover: hover){.m-underline-red:hover{color:#ed3b37}.m-underline-red:hover:after{width:100%}}.m-underline-blue{color:#515050b2;display:block;width:max-content;position:relative;text-align:center;cursor:pointer;transition:.3s ease;font-family:jokker,sans-serif;font-weight:500;font-size:1.8rem}@media (max-width: 375px){.m-underline-blue{font-size:1.6rem}}.m-underline-blue:before{content:\"\";position:absolute;bottom:-1rem;left:0;width:100%;height:.1rem;background-color:#515050b2;z-index:1}.m-underline-blue:after{content:\"\";position:absolute;bottom:-1rem;left:0;opacity:1;width:0%;height:.2rem;background-color:#446ecd;transition:.3s ease;z-index:2}@media (hover: hover){.m-underline-blue:hover{color:#446ecd}.m-underline-blue:hover:after{width:100%}}.m-underline-green{color:#515050b2;display:block;width:max-content;position:relative;text-align:center;cursor:pointer;transition:.3s ease;font-family:jokker,sans-serif;font-weight:500;font-size:1.8rem}@media (max-width: 375px){.m-underline-green{font-size:1.6rem}}.m-underline-green:before{content:\"\";position:absolute;bottom:-1rem;left:0;width:100%;height:.1rem;background-color:#515050b2;z-index:1}.m-underline-green:after{content:\"\";position:absolute;bottom:-1rem;left:0;opacity:1;width:0%;height:.2rem;background-color:#2ec99b;transition:.3s ease;z-index:2}@media (hover: hover){.m-underline-green:hover{color:#2ec99b}.m-underline-green:hover:after{width:100%}}.m-swiper-button{width:4.8rem;height:4.8rem;background-color:#ff4338;transition:.3s ease;cursor:pointer;position:relative}.m-swiper-button.swiper-button-disabled{opacity:.7}.m-swiper-button svg{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%)}.m-swiper-button.prev{border-top-left-radius:8rem;border-bottom-left-radius:8rem}.m-swiper-button.next{border-top-right-radius:8rem;border-bottom-right-radius:8rem}@media (hover: hover){.m-swiper-button:hover{background-color:#ed3b37}}@media (max-width: 768px){.m-swiper-button{width:3.8rem;height:3.8rem}}@media (max-width: 540px){.m-swiper-button{width:3.2rem;height:3.2rem}.m-swiper-button svg{width:.5rem}}.m-swiper-button-s{width:3rem;height:3rem;background-color:#ff4338;transition:.3s ease;cursor:pointer;position:relative;border-radius:100%}.m-swiper-button-s svg{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%)}.m-swiper-button-s.prev svg{left:45%}.m-swiper-button-s.next svg{left:55%}@media (hover: hover){.m-swiper-button-s:hover{background-color:#ed3b37}}.m-button-close{background-color:#ff4338;width:4.4rem;height:4.4rem;border-radius:100%;transition:.3s ease;cursor:pointer;position:relative}.m-button-close svg{transition:transform .4s ease;position:absolute;left:50%;top:50%;transform:translate(-50%,-50%)}@media (hover: hover){.m-button-close:hover{background-color:#ed3b37}.m-button-close:hover svg{transform:rotate(180deg)}}.m-button{display:block;width:max-content;font-family:jokker,sans-serif;font-weight:500;font-size:1.8rem}@media (max-width: 375px){.m-button{font-size:1.6rem}}.m-button{text-align:center;box-sizing:border-box;padding:1.1rem;color:#fff;background-color:#ff4338;border-radius:.4rem;transition:.3s ease}@media (hover: hover){.m-button:hover{background-color:#ed3b37}}@media (max-width: 540px){.m-button{min-width:unset;max-width:33rem;width:100%;font-size:1.6rem}}.m-button2{display:block;width:max-content;font-family:jokker,sans-serif;font-weight:500;font-size:1.8rem}@media (max-width: 375px){.m-button2{font-size:1.6rem}}.m-button2{text-align:center;box-sizing:border-box;padding:1.1rem;color:#fff;border-radius:.4rem;transition:.3s ease;background-color:transparent;border:.1rem solid white}.m-button2.red{background-color:#ff4338}@media (hover: hover){.m-button2.red:hover{background-color:#ed3b37}}.m-button2.blue{background-color:#5b87da}@media (hover: hover){.m-button2.blue:hover{background-color:#446ecd}}.m-button2.green{background-color:#3fd5ae}@media (hover: hover){.m-button2.green:hover{background-color:#2ec99b}}.m-button2.underline{color:#fff;border:.1rem solid white;background-color:transparent}@media (hover: hover){.m-button2.underline:hover{border:.1rem solid #ed3b37;background-color:#ed3b37}}@media (hover: hover){.m-button2:hover{background-color:#ed3b37}}@media (max-width: 540px){.m-button2{min-width:unset;max-width:33rem;width:100%;font-size:1.6rem}}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-size:1.4rem;font-weight:500}input:not([type=radio]):not([type=checkbox])::placeholder,textarea::placeholder,select::placeholder{font-size:1.4rem;font-weight:500}input:not([type=radio]):not([type=checkbox])::-moz-placeholder,textarea::-moz-placeholder,select::-moz-placeholder{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-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-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-repeat:no-repeat;background-position-x:\"calc(100% - 0.8rem)\";background-position-y:50%;min-width:.8rem}select option{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-position:center;background-repeat:no-repeat;background-size:1.6rem;position:relative;left:0rem;top:0rem}.m-checkbox-group label{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-size:1.4rem;font-weight:500;max-width:\"calc(100% - 5rem)\"}.m-input.m-calendar{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__container{background-color:#00000082!important}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-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-fidelizacion{position:relative;overflow:hidden;margin-top:15rem}.mdl-fidelizacion.reverse .mdl-container{flex-direction:row-reverse}.mdl-fidelizacion.reverse .mdl-container:after{left:-38rem}.mdl-fidelizacion.reverse .mdl-container .m-img .m-phrase{max-width:79.7rem;width:48vw;position:absolute;bottom:-2rem;right:-24rem}.mdl-fidelizacion.reverse .mdl-container .m-content{display:flex;flex-direction:column;align-items:flex-end;text-align:right}.mdl-fidelizacion .mdl-container{position:relative;display:flex;flex-direction:row;justify-content:space-between;gap:3rem;width:100%;box-sizing:border-box}.mdl-fidelizacion .mdl-container:after{content:\"\";position:absolute;top:3.3rem;right:-38rem;width:51.7rem;height:34.9rem;background-image:url(/assets/babylon/svg/icons/hearts.svg);background-position:center;background-size:cover;background-repeat:no-repeat}.mdl-fidelizacion .mdl-container .m-img{display:flex;align-items:end;position:relative;max-width:71.4rem;width:100%;height:66.8rem;background-position:center;background-size:cover;background-repeat:no-repeat}.mdl-fidelizacion .mdl-container .m-img .m-phrase{max-width:79.7rem;width:48vw;position:absolute;bottom:-2rem;right:23%}.mdl-fidelizacion .mdl-container .m-subtitle{font-family:jokker,sans-serif;font-weight:400;font-size:1.8rem;line-height:100%;letter-spacing:.18rem;text-transform:uppercase}@media (max-width: 375px){.mdl-fidelizacion .mdl-container .m-subtitle{font-size:1.4rem;letter-spacing:.056rem}}.mdl-fidelizacion .mdl-container .m-subtitle{color:#515050b2}.mdl-fidelizacion .mdl-container .m-subtitle.tablet{display:none}.mdl-fidelizacion .mdl-container .m-content{max-width:58rem;width:100%;box-sizing:border-box;padding:4rem 0 7.7rem}.mdl-fidelizacion .mdl-container .m-content .m-subtitle+.m-title{margin-top:12rem}.mdl-fidelizacion .mdl-container .m-content .m-title{font-family:jokker,sans-serif;font-weight:500;font-size:5.5rem;line-height:5.8rem;text-wrap-style:balance;color:#515050;font-weight:400}.mdl-fidelizacion .mdl-container .m-content .m-title+.m-text{margin-top:5rem}.mdl-fidelizacion .mdl-container .m-content .m-text{max-width:61.2rem;width:100%;font-family:jokker,sans-serif;font-weight:300;font-size:3.2rem;line-height:4.6rem}@media (max-width: 1366px){.mdl-fidelizacion .mdl-container .m-content .m-text{font-size:2.8rem;line-height:3.8rem}}@media (max-width: 1080px){.mdl-fidelizacion .mdl-container .m-content .m-text{font-size:3.2rem;line-height:4.6rem}}@media (max-width: 540px){.mdl-fidelizacion .mdl-container .m-content .m-text{font-size:2.8rem;line-height:3.8rem}}@media (max-width: 375px){.mdl-fidelizacion .mdl-container .m-content .m-text{font-size:2.2rem;line-height:3rem}}.mdl-fidelizacion .mdl-container .m-content .m-text{color:#515050b2}.mdl-fidelizacion .mdl-container .m-content .m-text+.m-buttons{margin-top:5rem}.mdl-fidelizacion .mdl-container .m-content .m-buttons{display:flex;flex-direction:column;justify-content:center;align-items:center;max-width:26rem;width:100%;gap:2rem}.mdl-fidelizacion .mdl-container .m-content .m-buttons .m-underline{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-fidelizacion .mdl-container .m-content .m-buttons .m-underline{font-size:1.6rem}}.mdl-fidelizacion .mdl-container .m-content .m-buttons .m-underline:before{content:\"\";position:absolute;bottom:-1rem;left:0;width:100%;height:.1rem;background-color:#515050b2;z-index:1}.mdl-fidelizacion .mdl-container .m-content .m-buttons .m-underline: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-fidelizacion .mdl-container .m-content .m-buttons .m-underline:hover{color:#ed3b37}.mdl-fidelizacion .mdl-container .m-content .m-buttons .m-underline:hover:after{width:100%}}@media (max-width: 1080px){.mdl-fidelizacion{margin-top:0}.mdl-fidelizacion .mdl-container{max-width:82.4rem;width:100%;padding:0 0 7rem;flex-direction:column-reverse!important;gap:0}.mdl-fidelizacion .mdl-container:after{top:7.1rem;right:-25rem;width:43.1rem;height:29.1rem;left:auto!important}.mdl-fidelizacion .mdl-container .m-img,.mdl-fidelizacion .mdl-container .m-content{max-width:100%;width:100%;align-items:flex-start!important;text-align:left!important}.mdl-fidelizacion .mdl-container .m-img{height:71.7rem;margin-bottom:15rem}.mdl-fidelizacion .mdl-container .m-img .m-phrase{max-width:71.9rem;right:unset;left:50%;transform:translate(-50%);width:64vw!important;bottom:-10rem!important}.mdl-fidelizacion .mdl-container .m-subtitle.tablet{display:block;box-sizing:border-box;padding:7rem 3rem 5rem;margin:0 auto}.mdl-fidelizacion .mdl-container .m-content{display:flex;flex-direction:column;align-items:center;max-width:63.5rem;width:100%;margin:-2rem auto 0;padding:0 0 7.7rem}.mdl-fidelizacion .mdl-container .m-content .m-subtitle{display:none}.mdl-fidelizacion .mdl-container .m-content .m-subtitle+.m-title{margin-top:0}.mdl-fidelizacion .mdl-container .m-content .m-title+.m-text{margin-top:5rem}.mdl-fidelizacion .mdl-container .m-content .m-buttons{margin:0 auto}.mdl-fidelizacion .mdl-container .m-content .m-text+.m-buttons{margin-top:5rem}}@media (max-width: 540px){.mdl-fidelizacion .mdl-container{padding:0 0 5rem}.mdl-fidelizacion .mdl-container:after{top:5.1rem;right:-11.5rem;width:16.4rem;height:11rem}.mdl-fidelizacion .mdl-container .m-img{height:28rem;margin-bottom:4rem}.mdl-fidelizacion .mdl-container .m-img .m-phrase{bottom:-6rem!important}.mdl-fidelizacion .mdl-container .m-subtitle.tablet{padding:5rem 2rem 2rem}.mdl-fidelizacion .mdl-container .m-content{margin:0 auto;padding:4.4rem 0 7.7rem}.mdl-fidelizacion .mdl-container .m-content .m-title+.m-text{margin-top:1rem}.mdl-fidelizacion .mdl-container .m-content .m-title{font-size:4.2rem;line-height:3.8rem}.mdl-fidelizacion .mdl-container .m-content .m-text+.m-buttons{margin-top:3rem}.mdl-fidelizacion .mdl-container .m-content .m-buttons .m-button{max-width:26rem}}@media (max-width: 375px){.mdl-fidelizacion .mdl-container .m-img .m-phrase{bottom:-6rem!important}.mdl-fidelizacion .mdl-container .m-content .m-title{font-size:3rem;line-height:3.8rem}}\n"] }]
|
|
15
|
+
args: [{ selector: 'lib-babylon-ba-img-txt', standalone: true, imports: [CommonModule, BabylonLinkTypeDirective], template: "<!-- Si se a\u00F1ade la clase reverse funcionar\u00E1 como H09 -->\n<section class=\"mdl-fidelizacion\" [ngClass]=\"{ reverse: reverse }\">\n <div class=\"mdl-container\">\n @if (texts) {\n <div class=\"m-content\">\n @if (texts.subtitle) {\n <div class=\"m-subtitle\">{{ texts.subtitle }}</div>\n }\n @if (texts.title) {\n <h2 class=\"m-title\">{{ texts.title }}</h2>\n }\n @if (texts.description) {\n <div class=\"m-text\" [innerHTML]=\"texts.description\"></div>\n }\n @if (buttons?.length) {\n <div class=\"m-buttons\">\n @for (btn of buttons; track $index) {\n <a\n [href]=\"btn.url\"\n [linkType]=\"btn.linkType\"\n [ngClass]=\"\n $index % 2 != 0\n ? 'm-underline'\n : 'm-button-sm'\n \"\n >{{ btn.label }}</a\n >\n }\n </div>\n }\n </div>\n }\n @if (multimedia?.imagenes) {\n <div\n class=\"m-img\"\n [style]=\"\n 'background-image: url(' +\n multimedia?.imagenes?.[0]?.img?.src +\n ')'\n \"\n >\n @if (texts?.svg) {\n <img\n class=\"m-phrase\"\n [src]=\"\n '/assets/babylon/svg/icons/' + texts?.svg + '.svg'\n \"\n alt=\"rewardsclub\"\n />\n }\n </div>\n }\n <div class=\"m-subtitle tablet\">Fidelizaci\u00F3n</div>\n </div>\n</section>\n", styles: ["@charset \"UTF-8\";.m-button-big{display:block;min-width:max-content;max-width:100%;width:33rem;text-align:center;box-sizing:border-box;padding:1.1rem;color:#fff;background-color:#ff4338;border-radius:.4rem;transition:.3s ease;height:4.8rem;cursor:pointer;position:relative;font-family:jokker,sans-serif;font-weight:500;font-size:1.8rem}@media (max-width: 375px){.m-button-big{font-size:1.6rem}}.m-button-big.red{background-color:#ff4338}@media (hover: hover){.m-button-big.red:hover{background-color:#ed3b37}}.m-button-big.blue{background-color:#5b87da}@media (hover: hover){.m-button-big.blue:hover{background-color:#446ecd}}.m-button-big.green{background-color:#3fd5ae}@media (hover: hover){.m-button-big.green:hover{background-color:#2ec99b}}.m-button-big.underline{color:#fff;border:.1rem solid white;background-color:transparent}@media (hover: hover){.m-button-big.underline:hover{border:.1rem solid #ed3b37;background-color:#ed3b37}}.m-button-big span{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:max-content}@media (hover: hover){.m-button-big:hover{background-color:#ed3b37}}.m-button-sm{display:block;min-width:max-content;width:100%;max-width:26rem;text-align:center;cursor:pointer;box-sizing:border-box;padding:1.1rem;color:#fff;background-color:#ff4338;border-radius:.4rem;transition:.3s ease;height:4.8rem;position:relative;font-family:jokker,sans-serif;font-weight:500;font-size:1.8rem}@media (max-width: 375px){.m-button-sm{font-size:1.6rem}}.m-button-sm.red{background-color:#ff4338}@media (hover: hover){.m-button-sm.red:hover{background-color:#ed3b37}}.m-button-sm.blue{background-color:#5b87da}@media (hover: hover){.m-button-sm.blue:hover{background-color:#446ecd}}.m-button-sm.green{background-color:#3fd5ae}@media (hover: hover){.m-button-sm.green:hover{background-color:#2ec99b}}.m-button-sm.underline{color:#fff;border:.1rem solid white;background-color:transparent}@media (hover: hover){.m-button-sm.underline:hover{border:.1rem solid #ed3b37;background-color:#ed3b37}}.m-button-sm span{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:max-content}@media (hover: hover){.m-button-sm:hover{background-color:#ed3b37}}.m-underline{display:block;width:max-content;position:relative;text-align:center;cursor:pointer;transition:.3s ease;color:#515050;font-family:jokker,sans-serif;font-weight:500;font-size:1.8rem}@media (max-width: 375px){.m-underline{font-size:1.6rem}}@media (hover: hover){.m-underline:hover,.m-underline.active{color:#ed3b37}.m-underline:hover:after,.m-underline.active:after{opacity:1;width:100%}}.m-underline:before{content:\"\";position:absolute;bottom:-1rem;left:0;width:100%;height:.1rem;z-index:1}.m-underline:after{content:\"\";position:absolute;bottom:-1rem;left:0;opacity:0;width:0%;height:.2rem;background-color:#ed3b37;transition:.3s ease;z-index:2}.m-underline-red{color:#515050b2;display:block;width:max-content;position:relative;text-align:center;cursor:pointer;transition:.3s ease;font-family:jokker,sans-serif;font-weight:500;font-size:1.8rem}@media (max-width: 375px){.m-underline-red{font-size:1.6rem}}.m-underline-red:before{content:\"\";position:absolute;bottom:-1rem;left:0;width:100%;height:.1rem;background-color:#515050b2;z-index:1}.m-underline-red:after{content:\"\";position:absolute;bottom:-1rem;left:0;opacity:1;width:0%;height:.2rem;background-color:#ed3b37;transition:.3s ease;z-index:2}@media (hover: hover){.m-underline-red:hover{color:#ed3b37}.m-underline-red:hover:after{width:100%}}.m-underline-blue{color:#515050b2;display:block;width:max-content;position:relative;text-align:center;cursor:pointer;transition:.3s ease;font-family:jokker,sans-serif;font-weight:500;font-size:1.8rem}@media (max-width: 375px){.m-underline-blue{font-size:1.6rem}}.m-underline-blue:before{content:\"\";position:absolute;bottom:-1rem;left:0;width:100%;height:.1rem;background-color:#515050b2;z-index:1}.m-underline-blue:after{content:\"\";position:absolute;bottom:-1rem;left:0;opacity:1;width:0%;height:.2rem;background-color:#446ecd;transition:.3s ease;z-index:2}@media (hover: hover){.m-underline-blue:hover{color:#446ecd}.m-underline-blue:hover:after{width:100%}}.m-underline-green{color:#515050b2;display:block;width:max-content;position:relative;text-align:center;cursor:pointer;transition:.3s ease;font-family:jokker,sans-serif;font-weight:500;font-size:1.8rem}@media (max-width: 375px){.m-underline-green{font-size:1.6rem}}.m-underline-green:before{content:\"\";position:absolute;bottom:-1rem;left:0;width:100%;height:.1rem;background-color:#515050b2;z-index:1}.m-underline-green:after{content:\"\";position:absolute;bottom:-1rem;left:0;opacity:1;width:0%;height:.2rem;background-color:#2ec99b;transition:.3s ease;z-index:2}@media (hover: hover){.m-underline-green:hover{color:#2ec99b}.m-underline-green:hover:after{width:100%}}.m-swiper-button{width:4.8rem;height:4.8rem;background-color:#ff4338;transition:.3s ease;cursor:pointer;position:relative}.m-swiper-button.swiper-button-disabled{opacity:.7}.m-swiper-button svg{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%)}.m-swiper-button.prev{border-top-left-radius:8rem;border-bottom-left-radius:8rem}.m-swiper-button.next{border-top-right-radius:8rem;border-bottom-right-radius:8rem}@media (hover: hover){.m-swiper-button:hover{background-color:#ed3b37}}@media (max-width: 768px){.m-swiper-button{width:3.8rem;height:3.8rem}}@media (max-width: 540px){.m-swiper-button{width:3.2rem;height:3.2rem}.m-swiper-button svg{width:.5rem}}.m-swiper-button-s{width:3rem;height:3rem;background-color:#ff4338;transition:.3s ease;cursor:pointer;position:relative;border-radius:100%}.m-swiper-button-s svg{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%)}.m-swiper-button-s.prev svg{left:45%}.m-swiper-button-s.next svg{left:55%}@media (hover: hover){.m-swiper-button-s:hover{background-color:#ed3b37}}.m-button-close{background-color:#ff4338;width:4.4rem;height:4.4rem;border-radius:100%;transition:.3s ease;cursor:pointer;position:relative}.m-button-close svg{transition:transform .4s ease;position:absolute;left:50%;top:50%;transform:translate(-50%,-50%)}@media (hover: hover){.m-button-close:hover{background-color:#ed3b37}.m-button-close:hover svg{transform:rotate(180deg)}}.m-button{display:block;width:max-content;font-family:jokker,sans-serif;font-weight:500;font-size:1.8rem}@media (max-width: 375px){.m-button{font-size:1.6rem}}.m-button{text-align:center;box-sizing:border-box;padding:1.1rem;color:#fff;background-color:#ff4338;border-radius:.4rem;transition:.3s ease}@media (hover: hover){.m-button:hover{background-color:#ed3b37}}@media (max-width: 540px){.m-button{min-width:unset;max-width:33rem;width:100%;font-size:1.6rem}}.m-button2{display:block;width:max-content;font-family:jokker,sans-serif;font-weight:500;font-size:1.8rem}@media (max-width: 375px){.m-button2{font-size:1.6rem}}.m-button2{text-align:center;box-sizing:border-box;padding:1.1rem;color:#fff;border-radius:.4rem;transition:.3s ease;background-color:transparent;border:.1rem solid white}.m-button2.red{background-color:#ff4338}@media (hover: hover){.m-button2.red:hover{background-color:#ed3b37}}.m-button2.blue{background-color:#5b87da}@media (hover: hover){.m-button2.blue:hover{background-color:#446ecd}}.m-button2.green{background-color:#3fd5ae}@media (hover: hover){.m-button2.green:hover{background-color:#2ec99b}}.m-button2.underline{color:#fff;border:.1rem solid white;background-color:transparent}@media (hover: hover){.m-button2.underline:hover{border:.1rem solid #ed3b37;background-color:#ed3b37}}@media (hover: hover){.m-button2:hover{background-color:#ed3b37}}@media (max-width: 540px){.m-button2{min-width:unset;max-width:33rem;width:100%;font-size:1.6rem}}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-size:1.4rem;font-weight:500}input:not([type=radio]):not([type=checkbox])::placeholder,textarea::placeholder,select::placeholder{font-size:1.4rem;font-weight:500}input:not([type=radio]):not([type=checkbox])::-moz-placeholder,textarea::-moz-placeholder,select::-moz-placeholder{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-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-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-repeat:no-repeat;background-position-x:\"calc(100% - 0.8rem)\";background-position-y:50%;min-width:.8rem}select option{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-position:center;background-repeat:no-repeat;background-size:1.6rem;position:relative;left:0rem;top:0rem}.m-checkbox-group label{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-size:1.4rem;font-weight:500;max-width:\"calc(100% - 5rem)\"}.m-input.m-calendar{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__container{background-color:#00000082!important}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-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-fidelizacion{position:relative;overflow:hidden;margin-top:15rem}.mdl-fidelizacion.reverse .mdl-container{flex-direction:row-reverse}.mdl-fidelizacion.reverse .mdl-container:after{left:-38rem}.mdl-fidelizacion.reverse .mdl-container .m-img .m-phrase{max-width:79.7rem;width:48vw;position:absolute;bottom:-2rem;right:-24rem}.mdl-fidelizacion.reverse .mdl-container .m-content{display:flex;flex-direction:column;align-items:flex-end;text-align:right}.mdl-fidelizacion .mdl-container{position:relative;display:flex;flex-direction:row;justify-content:space-between;gap:3rem;width:100%;box-sizing:border-box}.mdl-fidelizacion .mdl-container:after{content:\"\";position:absolute;top:3.3rem;right:-38rem;width:51.7rem;height:34.9rem;background-image:url(/assets/babylon/svg/icons/hearts.svg);background-position:center;background-size:cover;background-repeat:no-repeat}.mdl-fidelizacion .mdl-container .m-img{display:flex;align-items:end;position:relative;max-width:71.4rem;width:100%;height:66.8rem;background-position:center;background-size:cover;background-repeat:no-repeat}.mdl-fidelizacion .mdl-container .m-img .m-phrase{max-width:79.7rem;width:48vw;position:absolute;bottom:-2rem;right:23%}.mdl-fidelizacion .mdl-container .m-subtitle{font-family:jokker,sans-serif;font-weight:400;font-size:1.8rem;line-height:100%;letter-spacing:.18rem;text-transform:uppercase}@media (max-width: 375px){.mdl-fidelizacion .mdl-container .m-subtitle{font-size:1.4rem;letter-spacing:.056rem}}.mdl-fidelizacion .mdl-container .m-subtitle{color:#515050b2}.mdl-fidelizacion .mdl-container .m-subtitle.tablet{display:none}.mdl-fidelizacion .mdl-container .m-content{max-width:58rem;width:100%;box-sizing:border-box;padding:4rem 0 7.7rem}.mdl-fidelizacion .mdl-container .m-content .m-subtitle+.m-title{margin-top:12rem}.mdl-fidelizacion .mdl-container .m-content .m-title{font-family:jokker,sans-serif;font-weight:500;font-size:5.5rem;line-height:5.8rem;text-wrap-style:balance;color:#515050;font-weight:400}.mdl-fidelizacion .mdl-container .m-content .m-title+.m-text{margin-top:5rem}.mdl-fidelizacion .mdl-container .m-content .m-text{max-width:61.2rem;width:100%;font-family:jokker,sans-serif;font-weight:300;font-size:3.2rem;line-height:4.6rem}@media (max-width: 1366px){.mdl-fidelizacion .mdl-container .m-content .m-text{font-size:2.8rem;line-height:3.8rem}}@media (max-width: 1080px){.mdl-fidelizacion .mdl-container .m-content .m-text{font-size:3.2rem;line-height:4.6rem}}@media (max-width: 540px){.mdl-fidelizacion .mdl-container .m-content .m-text{font-size:2.8rem;line-height:3.8rem}}@media (max-width: 375px){.mdl-fidelizacion .mdl-container .m-content .m-text{font-size:2.2rem;line-height:3rem}}.mdl-fidelizacion .mdl-container .m-content .m-text{color:#515050b2}.mdl-fidelizacion .mdl-container .m-content .m-text+.m-buttons{margin-top:5rem}.mdl-fidelizacion .mdl-container .m-content .m-buttons{display:flex;flex-direction:column;justify-content:center;align-items:center;max-width:26rem;width:100%;gap:2rem}.mdl-fidelizacion .mdl-container .m-content .m-buttons .m-underline{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-fidelizacion .mdl-container .m-content .m-buttons .m-underline{font-size:1.6rem}}.mdl-fidelizacion .mdl-container .m-content .m-buttons .m-underline:before{content:\"\";position:absolute;bottom:-1rem;left:0;width:100%;height:.1rem;background-color:#515050b2;z-index:1}.mdl-fidelizacion .mdl-container .m-content .m-buttons .m-underline: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-fidelizacion .mdl-container .m-content .m-buttons .m-underline:hover{color:#ed3b37}.mdl-fidelizacion .mdl-container .m-content .m-buttons .m-underline:hover:after{width:100%}}@media (max-width: 1080px){.mdl-fidelizacion{margin-top:0}.mdl-fidelizacion .mdl-container{max-width:82.4rem;width:100%;padding:0 0 7rem;flex-direction:column-reverse!important;gap:0}.mdl-fidelizacion .mdl-container:after{top:7.1rem;right:-25rem;width:43.1rem;height:29.1rem;left:auto!important}.mdl-fidelizacion .mdl-container .m-img,.mdl-fidelizacion .mdl-container .m-content{max-width:100%;width:100%;align-items:flex-start!important;text-align:left!important}.mdl-fidelizacion .mdl-container .m-img{height:71.7rem;margin-bottom:15rem}.mdl-fidelizacion .mdl-container .m-img .m-phrase{max-width:71.9rem;right:unset;left:50%;transform:translate(-50%);width:64vw!important;bottom:-10rem!important}.mdl-fidelizacion .mdl-container .m-subtitle.tablet{display:block;box-sizing:border-box;padding:7rem 3rem 5rem;margin:0 auto}.mdl-fidelizacion .mdl-container .m-content{display:flex;flex-direction:column;align-items:center;max-width:63.5rem;width:100%;margin:-2rem auto 0;padding:0 0 7.7rem}.mdl-fidelizacion .mdl-container .m-content .m-subtitle{display:none}.mdl-fidelizacion .mdl-container .m-content .m-subtitle+.m-title{margin-top:0}.mdl-fidelizacion .mdl-container .m-content .m-title+.m-text{margin-top:5rem}.mdl-fidelizacion .mdl-container .m-content .m-buttons{margin:0 auto}.mdl-fidelizacion .mdl-container .m-content .m-text+.m-buttons{margin-top:5rem}}@media (max-width: 540px){.mdl-fidelizacion .mdl-container{padding:0 0 5rem}.mdl-fidelizacion .mdl-container:after{top:5.1rem;right:-11.5rem;width:16.4rem;height:11rem}.mdl-fidelizacion .mdl-container .m-img{height:28rem;margin-bottom:4rem}.mdl-fidelizacion .mdl-container .m-img .m-phrase{bottom:-6rem!important}.mdl-fidelizacion .mdl-container .m-subtitle.tablet{padding:5rem 2rem 2rem}.mdl-fidelizacion .mdl-container .m-content{margin:0 auto;padding:4.4rem 0 7.7rem}.mdl-fidelizacion .mdl-container .m-content .m-title+.m-text{margin-top:1rem}.mdl-fidelizacion .mdl-container .m-content .m-title{font-size:4.2rem;line-height:3.8rem}.mdl-fidelizacion .mdl-container .m-content .m-text+.m-buttons{margin-top:3rem}.mdl-fidelizacion .mdl-container .m-content .m-buttons .m-button{max-width:26rem}}@media (max-width: 375px){.mdl-fidelizacion .mdl-container .m-img .m-phrase{bottom:-6rem!important}.mdl-fidelizacion .mdl-container .m-content .m-title{font-size:3rem;line-height:3.8rem}}\n"] }]
|
|
15
16
|
}], propDecorators: { reverse: [{
|
|
16
17
|
type: Input
|
|
18
|
+
}], texts: [{
|
|
19
|
+
type: Input
|
|
20
|
+
}], multimedia: [{
|
|
21
|
+
type: Input
|
|
22
|
+
}], buttons: [{
|
|
23
|
+
type: Input
|
|
17
24
|
}] } });
|
|
18
|
-
//# sourceMappingURL=data:application/json;base64,
|
|
25
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYmFieWxvbi1iYS1pbWctdHh0LmNvbXBvbmVudC5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL2JhYnlsb24vc3JjL2xpYi9jb21wb25lbnRzL2NvcmUvYmFieWxvbi1iYS1pbWctdHh0L2JhYnlsb24tYmEtaW1nLXR4dC5jb21wb25lbnQudHMiLCIuLi8uLi8uLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9iYWJ5bG9uL3NyYy9saWIvY29tcG9uZW50cy9jb3JlL2JhYnlsb24tYmEtaW1nLXR4dC9iYWJ5bG9uLWJhLWltZy10eHQuY29tcG9uZW50Lmh0bWwiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFFLFlBQVksRUFBRSxNQUFNLGlCQUFpQixDQUFDO0FBQy9DLE9BQU8sRUFBRSxTQUFTLEVBQUUsS0FBSyxFQUFFLE1BQU0sZUFBZSxDQUFDO0FBQ2pELE9BQU8sRUFBRSx3QkFBd0IsRUFBRSxNQUFNLG1EQUFtRCxDQUFDOzs7QUFjN0YsTUFBTSxPQUFPLHdCQUF3QjtJQVByQztRQVFhLFlBQU8sR0FBYSxLQUFLLENBQUM7S0FJdEM7K0dBTFksd0JBQXdCO21HQUF4Qix3QkFBd0IsZ0xDaEJyQyxxa0VBdURBLHlxdEJEM0NjLFlBQVksNkhBQUUsd0JBQXdCOzs0RkFJdkMsd0JBQXdCO2tCQVBwQyxTQUFTOytCQUNJLHdCQUF3QixjQUN0QixJQUFJLFdBQ1AsQ0FBQyxZQUFZLEVBQUUsd0JBQXdCLENBQUM7OEJBS3hDLE9BQU87c0JBQWYsS0FBSztnQkFDRyxLQUFLO3NCQUFiLEtBQUs7Z0JBQ0csVUFBVTtzQkFBbEIsS0FBSztnQkFDRyxPQUFPO3NCQUFmLEtBQUsiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBDb21tb25Nb2R1bGUgfSBmcm9tICdAYW5ndWxhci9jb21tb24nO1xuaW1wb3J0IHsgQ29tcG9uZW50LCBJbnB1dCB9IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xuaW1wb3J0IHsgQmFieWxvbkxpbmtUeXBlRGlyZWN0aXZlIH0gZnJvbSAnLi4vLi4vLi4vZGlyZWN0aXZlcy9saW5rLXR5cGUvbGluay10eXBlLmRpcmVjdGl2ZSc7XG5pbXBvcnQge1xuICAgIEJhYnlsb25CdXR0b25JLFxuICAgIEJhYnlsb25NdWx0aW1lZGlhSSxcbiAgICBCYWJ5bG9uVGV4dEluZm9JLFxufSBmcm9tICcuLi8uLi8uLi9pbnRlcmZhY2VzJztcblxuQENvbXBvbmVudCh7XG4gICAgc2VsZWN0b3I6ICdsaWItYmFieWxvbi1iYS1pbWctdHh0JyxcbiAgICBzdGFuZGFsb25lOiB0cnVlLFxuICAgIGltcG9ydHM6IFtDb21tb25Nb2R1bGUsIEJhYnlsb25MaW5rVHlwZURpcmVjdGl2ZV0sXG4gICAgdGVtcGxhdGVVcmw6ICcuL2JhYnlsb24tYmEtaW1nLXR4dC5jb21wb25lbnQuaHRtbCcsXG4gICAgc3R5bGVVcmw6ICcuL2JhYnlsb24tYmEtaW1nLXR4dC5jb21wb25lbnQuc2NzcycsXG59KVxuZXhwb3J0IGNsYXNzIEJhYnlsb25CYUltZ1R4dENvbXBvbmVudCB7XG4gICAgQElucHV0KCkgcmV2ZXJzZT86IGJvb2xlYW4gPSBmYWxzZTtcbiAgICBASW5wdXQoKSB0ZXh0cz86IEJhYnlsb25UZXh0SW5mb0k7XG4gICAgQElucHV0KCkgbXVsdGltZWRpYT86IEJhYnlsb25NdWx0aW1lZGlhSTtcbiAgICBASW5wdXQoKSBidXR0b25zPzogQmFieWxvbkJ1dHRvbklbXTtcbn1cbiIsIjwhLS0gU2kgc2UgYcOxYWRlIGxhIGNsYXNlIHJldmVyc2UgZnVuY2lvbmFyw6EgY29tbyBIMDkgLS0+XG48c2VjdGlvbiBjbGFzcz1cIm1kbC1maWRlbGl6YWNpb25cIiBbbmdDbGFzc109XCJ7IHJldmVyc2U6IHJldmVyc2UgfVwiPlxuICAgIDxkaXYgY2xhc3M9XCJtZGwtY29udGFpbmVyXCI+XG4gICAgICAgIEBpZiAodGV4dHMpIHtcbiAgICAgICAgICAgIDxkaXYgY2xhc3M9XCJtLWNvbnRlbnRcIj5cbiAgICAgICAgICAgICAgICBAaWYgKHRleHRzLnN1YnRpdGxlKSB7XG4gICAgICAgICAgICAgICAgICAgIDxkaXYgY2xhc3M9XCJtLXN1YnRpdGxlXCI+e3sgdGV4dHMuc3VidGl0bGUgfX08L2Rpdj5cbiAgICAgICAgICAgICAgICB9XG4gICAgICAgICAgICAgICAgQGlmICh0ZXh0cy50aXRsZSkge1xuICAgICAgICAgICAgICAgICAgICA8aDIgY2xhc3M9XCJtLXRpdGxlXCI+e3sgdGV4dHMudGl0bGUgfX08L2gyPlxuICAgICAgICAgICAgICAgIH1cbiAgICAgICAgICAgICAgICBAaWYgKHRleHRzLmRlc2NyaXB0aW9uKSB7XG4gICAgICAgICAgICAgICAgICAgIDxkaXYgY2xhc3M9XCJtLXRleHRcIiBbaW5uZXJIVE1MXT1cInRleHRzLmRlc2NyaXB0aW9uXCI+PC9kaXY+XG4gICAgICAgICAgICAgICAgfVxuICAgICAgICAgICAgICAgIEBpZiAoYnV0dG9ucz8ubGVuZ3RoKSB7XG4gICAgICAgICAgICAgICAgICAgIDxkaXYgY2xhc3M9XCJtLWJ1dHRvbnNcIj5cbiAgICAgICAgICAgICAgICAgICAgICAgIEBmb3IgKGJ0biBvZiBidXR0b25zOyB0cmFjayAkaW5kZXgpIHtcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICA8YVxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICBbaHJlZl09XCJidG4udXJsXCJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgW2xpbmtUeXBlXT1cImJ0bi5saW5rVHlwZVwiXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIFtuZ0NsYXNzXT1cIlxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgJGluZGV4ICUgMiAhPSAwXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgPyAnbS11bmRlcmxpbmUnXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgOiAnbS1idXR0b24tc20nXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIFwiXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgID57eyBidG4ubGFiZWwgfX08L2FcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICA+XG4gICAgICAgICAgICAgICAgICAgICAgICB9XG4gICAgICAgICAgICAgICAgICAgIDwvZGl2PlxuICAgICAgICAgICAgICAgIH1cbiAgICAgICAgICAgIDwvZGl2PlxuICAgICAgICB9XG4gICAgICAgIEBpZiAobXVsdGltZWRpYT8uaW1hZ2VuZXMpIHtcbiAgICAgICAgICAgIDxkaXZcbiAgICAgICAgICAgICAgICBjbGFzcz1cIm0taW1nXCJcbiAgICAgICAgICAgICAgICBbc3R5bGVdPVwiXG4gICAgICAgICAgICAgICAgICAgICdiYWNrZ3JvdW5kLWltYWdlOiB1cmwoJyArXG4gICAgICAgICAgICAgICAgICAgIG11bHRpbWVkaWE/LmltYWdlbmVzPy5bMF0/LmltZz8uc3JjICtcbiAgICAgICAgICAgICAgICAgICAgJyknXG4gICAgICAgICAgICAgICAgXCJcbiAgICAgICAgICAgID5cbiAgICAgICAgICAgICAgICBAaWYgKHRleHRzPy5zdmcpIHtcbiAgICAgICAgICAgICAgICAgICAgPGltZ1xuICAgICAgICAgICAgICAgICAgICAgICAgY2xhc3M9XCJtLXBocmFzZVwiXG4gICAgICAgICAgICAgICAgICAgICAgICBbc3JjXT1cIlxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICcvYXNzZXRzL2JhYnlsb24vc3ZnL2ljb25zLycgKyB0ZXh0cz8uc3ZnICsgJy5zdmcnXG4gICAgICAgICAgICAgICAgICAgICAgICBcIlxuICAgICAgICAgICAgICAgICAgICAgICAgYWx0PVwicmV3YXJkc2NsdWJcIlxuICAgICAgICAgICAgICAgICAgICAvPlxuICAgICAgICAgICAgICAgIH1cbiAgICAgICAgICAgIDwvZGl2PlxuICAgICAgICB9XG4gICAgICAgIDxkaXYgY2xhc3M9XCJtLXN1YnRpdGxlIHRhYmxldFwiPkZpZGVsaXphY2nDs248L2Rpdj5cbiAgICA8L2Rpdj5cbjwvc2VjdGlvbj5cbiJdfQ==
|
package/esm2022/lib/components/core/babylon-booking-widget/babylon-booking-widget.component.mjs
ADDED
|
@@ -0,0 +1,122 @@
|
|
|
1
|
+
import { isPlatformBrowser } from '@angular/common';
|
|
2
|
+
import { Component, Inject, Input, PLATFORM_ID, ViewChild, } from '@angular/core';
|
|
3
|
+
import * as i0 from "@angular/core";
|
|
4
|
+
export class BabylonBookingWidgetComponent {
|
|
5
|
+
constructor(platformId, zone) {
|
|
6
|
+
this.platformId = platformId;
|
|
7
|
+
this.zone = zone;
|
|
8
|
+
// Base
|
|
9
|
+
this.widgetId = 'widget-search';
|
|
10
|
+
this.hotelId = 'default';
|
|
11
|
+
this.type = 'chain';
|
|
12
|
+
this.theme = 'light';
|
|
13
|
+
// Extra config (con defaults)
|
|
14
|
+
this.currency = 'EUR';
|
|
15
|
+
this.locale = 'es-ES';
|
|
16
|
+
this.layout = 'inline';
|
|
17
|
+
this.defaultAdults = 2;
|
|
18
|
+
this.defaultChildren = 0;
|
|
19
|
+
this.showPrice = false;
|
|
20
|
+
this.showHotelSelector = true;
|
|
21
|
+
this.showPromoCode = true;
|
|
22
|
+
this.showChildAges = true;
|
|
23
|
+
this.maxChildren = 2;
|
|
24
|
+
/**
|
|
25
|
+
* Por si algún día quieres sobreescribir todo de golpe desde CMS:
|
|
26
|
+
* <lib-babylon-booking-widget [configOverride]="{ currency:'USD', showPrice:true }" />
|
|
27
|
+
*/
|
|
28
|
+
this.configOverride = {};
|
|
29
|
+
this.initialized = false;
|
|
30
|
+
}
|
|
31
|
+
ngAfterViewInit() {
|
|
32
|
+
if (!isPlatformBrowser(this.platformId))
|
|
33
|
+
return;
|
|
34
|
+
if (this.initialized)
|
|
35
|
+
return;
|
|
36
|
+
requestAnimationFrame(() => this.initWidget());
|
|
37
|
+
}
|
|
38
|
+
initWidget() {
|
|
39
|
+
const WidgetSearch = window.WidgetSearch;
|
|
40
|
+
if (!WidgetSearch)
|
|
41
|
+
return;
|
|
42
|
+
const el = this.widgetContainer.nativeElement;
|
|
43
|
+
const config = {
|
|
44
|
+
bookId: this.hotelId,
|
|
45
|
+
type: this.type,
|
|
46
|
+
theme: this.theme,
|
|
47
|
+
currency: this.currency,
|
|
48
|
+
locale: this.locale,
|
|
49
|
+
layout: this.layout,
|
|
50
|
+
defaultAdults: this.defaultAdults,
|
|
51
|
+
defaultChildren: this.defaultChildren,
|
|
52
|
+
showPrice: this.showPrice,
|
|
53
|
+
showHotelSelector: this.showHotelSelector,
|
|
54
|
+
showPromoCode: this.showPromoCode,
|
|
55
|
+
showChildAges: this.showChildAges,
|
|
56
|
+
maxChildren: this.maxChildren,
|
|
57
|
+
baseUrl: this.baseUrl,
|
|
58
|
+
urlChain: this.urlChain,
|
|
59
|
+
urlHotel: this.urlHotel,
|
|
60
|
+
buttonText: this.buttonText,
|
|
61
|
+
...this.configOverride, // al final para que pise defaults
|
|
62
|
+
};
|
|
63
|
+
this.zone.runOutsideAngular(() => {
|
|
64
|
+
this.initialized = true;
|
|
65
|
+
new WidgetSearch(el, config);
|
|
66
|
+
});
|
|
67
|
+
}
|
|
68
|
+
ngOnDestroy() {
|
|
69
|
+
this.initialized = false;
|
|
70
|
+
}
|
|
71
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: BabylonBookingWidgetComponent, deps: [{ token: PLATFORM_ID }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
72
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.12", type: BabylonBookingWidgetComponent, isStandalone: true, selector: "lib-babylon-booking-widget", inputs: { widgetId: "widgetId", hotelId: "hotelId", type: "type", theme: "theme", currency: "currency", locale: "locale", layout: "layout", defaultAdults: "defaultAdults", defaultChildren: "defaultChildren", showPrice: "showPrice", showHotelSelector: "showHotelSelector", showPromoCode: "showPromoCode", showChildAges: "showChildAges", maxChildren: "maxChildren", baseUrl: "baseUrl", urlChain: "urlChain", urlHotel: "urlHotel", buttonText: "buttonText", configOverride: "configOverride" }, viewQueries: [{ propertyName: "widgetContainer", first: true, predicate: ["widgetContainer"], descendants: true, static: true }], ngImport: i0, template: `<div #widgetContainer [id]="widgetId"></div>`, isInline: true, styles: [""] }); }
|
|
73
|
+
}
|
|
74
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: BabylonBookingWidgetComponent, decorators: [{
|
|
75
|
+
type: Component,
|
|
76
|
+
args: [{ selector: 'lib-babylon-booking-widget', standalone: true, template: `<div #widgetContainer [id]="widgetId"></div>` }]
|
|
77
|
+
}], ctorParameters: () => [{ type: undefined, decorators: [{
|
|
78
|
+
type: Inject,
|
|
79
|
+
args: [PLATFORM_ID]
|
|
80
|
+
}] }, { type: i0.NgZone }], propDecorators: { widgetId: [{
|
|
81
|
+
type: Input
|
|
82
|
+
}], hotelId: [{
|
|
83
|
+
type: Input
|
|
84
|
+
}], type: [{
|
|
85
|
+
type: Input
|
|
86
|
+
}], theme: [{
|
|
87
|
+
type: Input
|
|
88
|
+
}], currency: [{
|
|
89
|
+
type: Input
|
|
90
|
+
}], locale: [{
|
|
91
|
+
type: Input
|
|
92
|
+
}], layout: [{
|
|
93
|
+
type: Input
|
|
94
|
+
}], defaultAdults: [{
|
|
95
|
+
type: Input
|
|
96
|
+
}], defaultChildren: [{
|
|
97
|
+
type: Input
|
|
98
|
+
}], showPrice: [{
|
|
99
|
+
type: Input
|
|
100
|
+
}], showHotelSelector: [{
|
|
101
|
+
type: Input
|
|
102
|
+
}], showPromoCode: [{
|
|
103
|
+
type: Input
|
|
104
|
+
}], showChildAges: [{
|
|
105
|
+
type: Input
|
|
106
|
+
}], maxChildren: [{
|
|
107
|
+
type: Input
|
|
108
|
+
}], baseUrl: [{
|
|
109
|
+
type: Input
|
|
110
|
+
}], urlChain: [{
|
|
111
|
+
type: Input
|
|
112
|
+
}], urlHotel: [{
|
|
113
|
+
type: Input
|
|
114
|
+
}], buttonText: [{
|
|
115
|
+
type: Input
|
|
116
|
+
}], configOverride: [{
|
|
117
|
+
type: Input
|
|
118
|
+
}], widgetContainer: [{
|
|
119
|
+
type: ViewChild,
|
|
120
|
+
args: ['widgetContainer', { static: true }]
|
|
121
|
+
}] } });
|
|
122
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYmFieWxvbi1ib29raW5nLXdpZGdldC5jb21wb25lbnQuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9iYWJ5bG9uL3NyYy9saWIvY29tcG9uZW50cy9jb3JlL2JhYnlsb24tYm9va2luZy13aWRnZXQvYmFieWxvbi1ib29raW5nLXdpZGdldC5jb21wb25lbnQudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFFLGlCQUFpQixFQUFFLE1BQU0saUJBQWlCLENBQUM7QUFDcEQsT0FBTyxFQUVILFNBQVMsRUFFVCxNQUFNLEVBQ04sS0FBSyxFQUdMLFdBQVcsRUFDWCxTQUFTLEdBQ1osTUFBTSxlQUFlLENBQUM7O0FBMkN2QixNQUFNLE9BQU8sNkJBQTZCO0lBcUN0QyxZQUNpQyxVQUFrQixFQUN2QyxJQUFZO1FBRFMsZUFBVSxHQUFWLFVBQVUsQ0FBUTtRQUN2QyxTQUFJLEdBQUosSUFBSSxDQUFRO1FBdEN4QixPQUFPO1FBQ0UsYUFBUSxHQUFHLGVBQWUsQ0FBQztRQUMzQixZQUFPLEdBQUcsU0FBUyxDQUFDO1FBQ3BCLFNBQUksR0FBK0IsT0FBTyxDQUFDO1FBQzNDLFVBQUssR0FBZ0MsT0FBTyxDQUFDO1FBRXRELDhCQUE4QjtRQUNyQixhQUFRLEdBQUcsS0FBSyxDQUFDO1FBQ2pCLFdBQU0sR0FBRyxPQUFPLENBQUM7UUFDakIsV0FBTSxHQUF3QixRQUFRLENBQUM7UUFFdkMsa0JBQWEsR0FBRyxDQUFDLENBQUM7UUFDbEIsb0JBQWUsR0FBRyxDQUFDLENBQUM7UUFFcEIsY0FBUyxHQUFHLEtBQUssQ0FBQztRQUNsQixzQkFBaUIsR0FBRyxJQUFJLENBQUM7UUFDekIsa0JBQWEsR0FBRyxJQUFJLENBQUM7UUFDckIsa0JBQWEsR0FBRyxJQUFJLENBQUM7UUFDckIsZ0JBQVcsR0FBRyxDQUFDLENBQUM7UUFPekI7OztXQUdHO1FBQ00sbUJBQWMsR0FBaUMsRUFBRSxDQUFDO1FBS25ELGdCQUFXLEdBQUcsS0FBSyxDQUFDO0lBS3pCLENBQUM7SUFFSixlQUFlO1FBQ1gsSUFBSSxDQUFDLGlCQUFpQixDQUFDLElBQUksQ0FBQyxVQUFVLENBQUM7WUFBRSxPQUFPO1FBQ2hELElBQUksSUFBSSxDQUFDLFdBQVc7WUFBRSxPQUFPO1FBQzdCLHFCQUFxQixDQUFDLEdBQUcsRUFBRSxDQUFDLElBQUksQ0FBQyxVQUFVLEVBQUUsQ0FBQyxDQUFDO0lBQ25ELENBQUM7SUFFTyxVQUFVO1FBQ2QsTUFBTSxZQUFZLEdBQUcsTUFBTSxDQUFDLFlBQVksQ0FBQztRQUN6QyxJQUFJLENBQUMsWUFBWTtZQUFFLE9BQU87UUFFMUIsTUFBTSxFQUFFLEdBQUcsSUFBSSxDQUFDLGVBQWUsQ0FBQyxhQUFhLENBQUM7UUFFOUMsTUFBTSxNQUFNLEdBQXdCO1lBQ2hDLE1BQU0sRUFBRSxJQUFJLENBQUMsT0FBTztZQUNwQixJQUFJLEVBQUUsSUFBSSxDQUFDLElBQUk7WUFDZixLQUFLLEVBQUUsSUFBSSxDQUFDLEtBQUs7WUFFakIsUUFBUSxFQUFFLElBQUksQ0FBQyxRQUFRO1lBQ3ZCLE1BQU0sRUFBRSxJQUFJLENBQUMsTUFBTTtZQUNuQixNQUFNLEVBQUUsSUFBSSxDQUFDLE1BQU07WUFFbkIsYUFBYSxFQUFFLElBQUksQ0FBQyxhQUFhO1lBQ2pDLGVBQWUsRUFBRSxJQUFJLENBQUMsZUFBZTtZQUVyQyxTQUFTLEVBQUUsSUFBSSxDQUFDLFNBQVM7WUFDekIsaUJBQWlCLEVBQUUsSUFBSSxDQUFDLGlCQUFpQjtZQUN6QyxhQUFhLEVBQUUsSUFBSSxDQUFDLGFBQWE7WUFDakMsYUFBYSxFQUFFLElBQUksQ0FBQyxhQUFhO1lBQ2pDLFdBQVcsRUFBRSxJQUFJLENBQUMsV0FBVztZQUU3QixPQUFPLEVBQUUsSUFBSSxDQUFDLE9BQU87WUFDckIsUUFBUSxFQUFFLElBQUksQ0FBQyxRQUFRO1lBQ3ZCLFFBQVEsRUFBRSxJQUFJLENBQUMsUUFBUTtZQUV2QixVQUFVLEVBQUUsSUFBSSxDQUFDLFVBQVU7WUFFM0IsR0FBRyxJQUFJLENBQUMsY0FBYyxFQUFFLGtDQUFrQztTQUM3RCxDQUFDO1FBRUYsSUFBSSxDQUFDLElBQUksQ0FBQyxpQkFBaUIsQ0FBQyxHQUFHLEVBQUU7WUFDN0IsSUFBSSxDQUFDLFdBQVcsR0FBRyxJQUFJLENBQUM7WUFDeEIsSUFBSSxZQUFZLENBQUMsRUFBRSxFQUFFLE1BQU0sQ0FBQyxDQUFDO1FBQ2pDLENBQUMsQ0FBQyxDQUFDO0lBQ1AsQ0FBQztJQUVELFdBQVc7UUFDUCxJQUFJLENBQUMsV0FBVyxHQUFHLEtBQUssQ0FBQztJQUM3QixDQUFDOytHQXpGUSw2QkFBNkIsa0JBc0MxQixXQUFXO21HQXRDZCw2QkFBNkIsa3NCQUg1Qiw4Q0FBOEM7OzRGQUcvQyw2QkFBNkI7a0JBTnpDLFNBQVM7K0JBQ0ksNEJBQTRCLGNBQzFCLElBQUksWUFDTiw4Q0FBOEM7OzBCQXlDbkQsTUFBTTsyQkFBQyxXQUFXOzhEQXBDZCxRQUFRO3NCQUFoQixLQUFLO2dCQUNHLE9BQU87c0JBQWYsS0FBSztnQkFDRyxJQUFJO3NCQUFaLEtBQUs7Z0JBQ0csS0FBSztzQkFBYixLQUFLO2dCQUdHLFFBQVE7c0JBQWhCLEtBQUs7Z0JBQ0csTUFBTTtzQkFBZCxLQUFLO2dCQUNHLE1BQU07c0JBQWQsS0FBSztnQkFFRyxhQUFhO3NCQUFyQixLQUFLO2dCQUNHLGVBQWU7c0JBQXZCLEtBQUs7Z0JBRUcsU0FBUztzQkFBakIsS0FBSztnQkFDRyxpQkFBaUI7c0JBQXpCLEtBQUs7Z0JBQ0csYUFBYTtzQkFBckIsS0FBSztnQkFDRyxhQUFhO3NCQUFyQixLQUFLO2dCQUNHLFdBQVc7c0JBQW5CLEtBQUs7Z0JBRUcsT0FBTztzQkFBZixLQUFLO2dCQUNHLFFBQVE7c0JBQWhCLEtBQUs7Z0JBQ0csUUFBUTtzQkFBaEIsS0FBSztnQkFDRyxVQUFVO3NCQUFsQixLQUFLO2dCQU1HLGNBQWM7c0JBQXRCLEtBQUs7Z0JBR04sZUFBZTtzQkFEZCxTQUFTO3VCQUFDLGlCQUFpQixFQUFFLEVBQUUsTUFBTSxFQUFFLElBQUksRUFBRSIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IGlzUGxhdGZvcm1Ccm93c2VyIH0gZnJvbSAnQGFuZ3VsYXIvY29tbW9uJztcbmltcG9ydCB7XG4gICAgQWZ0ZXJWaWV3SW5pdCxcbiAgICBDb21wb25lbnQsXG4gICAgRWxlbWVudFJlZixcbiAgICBJbmplY3QsXG4gICAgSW5wdXQsXG4gICAgTmdab25lLFxuICAgIE9uRGVzdHJveSxcbiAgICBQTEFURk9STV9JRCxcbiAgICBWaWV3Q2hpbGQsXG59IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xuXG5kZWNsYXJlIGdsb2JhbCB7XG4gICAgaW50ZXJmYWNlIFdpbmRvdyB7XG4gICAgICAgIFdpZGdldFNlYXJjaDogYW55O1xuICAgIH1cbn1cblxuZXhwb3J0IHR5cGUgQm9va2luZ1dpZGdldFR5cGUgPSAnY2hhaW4nIHwgJ2hvdGVsJztcbmV4cG9ydCB0eXBlIEJvb2tpbmdXaWRnZXRUaGVtZSA9ICdsaWdodCcgfCAnZGFyayc7XG5leHBvcnQgdHlwZSBCb29raW5nV2lkZ2V0TGF5b3V0ID0gJ2lubGluZScgfCAncG9wdXAnIHwgc3RyaW5nO1xuXG5leHBvcnQgaW50ZXJmYWNlIEJvb2tpbmdXaWRnZXRDb25maWcge1xuICAgIGJvb2tJZD86IHN0cmluZztcbiAgICB0eXBlPzogQm9va2luZ1dpZGdldFR5cGUgfCBzdHJpbmc7XG4gICAgdGhlbWU/OiBCb29raW5nV2lkZ2V0VGhlbWUgfCBzdHJpbmc7XG5cbiAgICBjdXJyZW5jeT86IHN0cmluZztcbiAgICBsb2NhbGU/OiBzdHJpbmc7XG4gICAgbGF5b3V0PzogQm9va2luZ1dpZGdldExheW91dDtcblxuICAgIGRlZmF1bHRBZHVsdHM/OiBudW1iZXI7XG4gICAgZGVmYXVsdENoaWxkcmVuPzogbnVtYmVyO1xuXG4gICAgc2hvd1ByaWNlPzogYm9vbGVhbjtcbiAgICBzaG93SG90ZWxTZWxlY3Rvcj86IGJvb2xlYW47XG4gICAgc2hvd1Byb21vQ29kZT86IGJvb2xlYW47XG4gICAgc2hvd0NoaWxkQWdlcz86IGJvb2xlYW47XG4gICAgbWF4Q2hpbGRyZW4/OiBudW1iZXI7XG5cbiAgICBiYXNlVXJsPzogc3RyaW5nO1xuICAgIHVybENoYWluPzogc3RyaW5nO1xuICAgIHVybEhvdGVsPzogc3RyaW5nO1xuXG4gICAgYnV0dG9uVGV4dD86IHN0cmluZztcbn1cblxuQENvbXBvbmVudCh7XG4gICAgc2VsZWN0b3I6ICdsaWItYmFieWxvbi1ib29raW5nLXdpZGdldCcsXG4gICAgc3RhbmRhbG9uZTogdHJ1ZSxcbiAgICB0ZW1wbGF0ZTogYDxkaXYgI3dpZGdldENvbnRhaW5lciBbaWRdPVwid2lkZ2V0SWRcIj48L2Rpdj5gLFxuICAgIHN0eWxlVXJsOiAnLi9iYWJ5bG9uLWJvb2tpbmctd2lkZ2V0LmNvbXBvbmVudC5zY3NzJyxcbn0pXG5leHBvcnQgY2xhc3MgQmFieWxvbkJvb2tpbmdXaWRnZXRDb21wb25lbnQgaW1wbGVtZW50cyBBZnRlclZpZXdJbml0LCBPbkRlc3Ryb3kge1xuICAgIC8vIEJhc2VcbiAgICBASW5wdXQoKSB3aWRnZXRJZCA9ICd3aWRnZXQtc2VhcmNoJztcbiAgICBASW5wdXQoKSBob3RlbElkID0gJ2RlZmF1bHQnO1xuICAgIEBJbnB1dCgpIHR5cGU6IEJvb2tpbmdXaWRnZXRUeXBlIHwgc3RyaW5nID0gJ2NoYWluJztcbiAgICBASW5wdXQoKSB0aGVtZTogQm9va2luZ1dpZGdldFRoZW1lIHwgc3RyaW5nID0gJ2xpZ2h0JztcblxuICAgIC8vIEV4dHJhIGNvbmZpZyAoY29uIGRlZmF1bHRzKVxuICAgIEBJbnB1dCgpIGN1cnJlbmN5ID0gJ0VVUic7XG4gICAgQElucHV0KCkgbG9jYWxlID0gJ2VzLUVTJztcbiAgICBASW5wdXQoKSBsYXlvdXQ6IEJvb2tpbmdXaWRnZXRMYXlvdXQgPSAnaW5saW5lJztcblxuICAgIEBJbnB1dCgpIGRlZmF1bHRBZHVsdHMgPSAyO1xuICAgIEBJbnB1dCgpIGRlZmF1bHRDaGlsZHJlbiA9IDA7XG5cbiAgICBASW5wdXQoKSBzaG93UHJpY2UgPSBmYWxzZTtcbiAgICBASW5wdXQoKSBzaG93SG90ZWxTZWxlY3RvciA9IHRydWU7XG4gICAgQElucHV0KCkgc2hvd1Byb21vQ29kZSA9IHRydWU7XG4gICAgQElucHV0KCkgc2hvd0NoaWxkQWdlcyA9IHRydWU7XG4gICAgQElucHV0KCkgbWF4Q2hpbGRyZW4gPSAyO1xuXG4gICAgQElucHV0KCkgYmFzZVVybD86IHN0cmluZztcbiAgICBASW5wdXQoKSB1cmxDaGFpbj86IHN0cmluZztcbiAgICBASW5wdXQoKSB1cmxIb3RlbD86IHN0cmluZztcbiAgICBASW5wdXQoKSBidXR0b25UZXh0Pzogc3RyaW5nO1xuXG4gICAgLyoqXG4gICAgICogUG9yIHNpIGFsZ8O6biBkw61hIHF1aWVyZXMgc29icmVlc2NyaWJpciB0b2RvIGRlIGdvbHBlIGRlc2RlIENNUzpcbiAgICAgKiA8bGliLWJhYnlsb24tYm9va2luZy13aWRnZXQgW2NvbmZpZ092ZXJyaWRlXT1cInsgY3VycmVuY3k6J1VTRCcsIHNob3dQcmljZTp0cnVlIH1cIiAvPlxuICAgICAqL1xuICAgIEBJbnB1dCgpIGNvbmZpZ092ZXJyaWRlOiBQYXJ0aWFsPEJvb2tpbmdXaWRnZXRDb25maWc+ID0ge307XG5cbiAgICBAVmlld0NoaWxkKCd3aWRnZXRDb250YWluZXInLCB7IHN0YXRpYzogdHJ1ZSB9KVxuICAgIHdpZGdldENvbnRhaW5lciE6IEVsZW1lbnRSZWY8SFRNTEVsZW1lbnQ+O1xuXG4gICAgcHJpdmF0ZSBpbml0aWFsaXplZCA9IGZhbHNlO1xuXG4gICAgY29uc3RydWN0b3IoXG4gICAgICAgIEBJbmplY3QoUExBVEZPUk1fSUQpIHByaXZhdGUgcGxhdGZvcm1JZDogb2JqZWN0LFxuICAgICAgICBwcml2YXRlIHpvbmU6IE5nWm9uZVxuICAgICkge31cblxuICAgIG5nQWZ0ZXJWaWV3SW5pdCgpIHtcbiAgICAgICAgaWYgKCFpc1BsYXRmb3JtQnJvd3Nlcih0aGlzLnBsYXRmb3JtSWQpKSByZXR1cm47XG4gICAgICAgIGlmICh0aGlzLmluaXRpYWxpemVkKSByZXR1cm47XG4gICAgICAgIHJlcXVlc3RBbmltYXRpb25GcmFtZSgoKSA9PiB0aGlzLmluaXRXaWRnZXQoKSk7XG4gICAgfVxuXG4gICAgcHJpdmF0ZSBpbml0V2lkZ2V0KCkge1xuICAgICAgICBjb25zdCBXaWRnZXRTZWFyY2ggPSB3aW5kb3cuV2lkZ2V0U2VhcmNoO1xuICAgICAgICBpZiAoIVdpZGdldFNlYXJjaCkgcmV0dXJuO1xuXG4gICAgICAgIGNvbnN0IGVsID0gdGhpcy53aWRnZXRDb250YWluZXIubmF0aXZlRWxlbWVudDtcblxuICAgICAgICBjb25zdCBjb25maWc6IEJvb2tpbmdXaWRnZXRDb25maWcgPSB7XG4gICAgICAgICAgICBib29rSWQ6IHRoaXMuaG90ZWxJZCxcbiAgICAgICAgICAgIHR5cGU6IHRoaXMudHlwZSxcbiAgICAgICAgICAgIHRoZW1lOiB0aGlzLnRoZW1lLFxuXG4gICAgICAgICAgICBjdXJyZW5jeTogdGhpcy5jdXJyZW5jeSxcbiAgICAgICAgICAgIGxvY2FsZTogdGhpcy5sb2NhbGUsXG4gICAgICAgICAgICBsYXlvdXQ6IHRoaXMubGF5b3V0LFxuXG4gICAgICAgICAgICBkZWZhdWx0QWR1bHRzOiB0aGlzLmRlZmF1bHRBZHVsdHMsXG4gICAgICAgICAgICBkZWZhdWx0Q2hpbGRyZW46IHRoaXMuZGVmYXVsdENoaWxkcmVuLFxuXG4gICAgICAgICAgICBzaG93UHJpY2U6IHRoaXMuc2hvd1ByaWNlLFxuICAgICAgICAgICAgc2hvd0hvdGVsU2VsZWN0b3I6IHRoaXMuc2hvd0hvdGVsU2VsZWN0b3IsXG4gICAgICAgICAgICBzaG93UHJvbW9Db2RlOiB0aGlzLnNob3dQcm9tb0NvZGUsXG4gICAgICAgICAgICBzaG93Q2hpbGRBZ2VzOiB0aGlzLnNob3dDaGlsZEFnZXMsXG4gICAgICAgICAgICBtYXhDaGlsZHJlbjogdGhpcy5tYXhDaGlsZHJlbixcblxuICAgICAgICAgICAgYmFzZVVybDogdGhpcy5iYXNlVXJsLFxuICAgICAgICAgICAgdXJsQ2hhaW46IHRoaXMudXJsQ2hhaW4sXG4gICAgICAgICAgICB1cmxIb3RlbDogdGhpcy51cmxIb3RlbCxcblxuICAgICAgICAgICAgYnV0dG9uVGV4dDogdGhpcy5idXR0b25UZXh0LFxuXG4gICAgICAgICAgICAuLi50aGlzLmNvbmZpZ092ZXJyaWRlLCAvLyBhbCBmaW5hbCBwYXJhIHF1ZSBwaXNlIGRlZmF1bHRzXG4gICAgICAgIH07XG5cbiAgICAgICAgdGhpcy56b25lLnJ1bk91dHNpZGVBbmd1bGFyKCgpID0+IHtcbiAgICAgICAgICAgIHRoaXMuaW5pdGlhbGl6ZWQgPSB0cnVlO1xuICAgICAgICAgICAgbmV3IFdpZGdldFNlYXJjaChlbCwgY29uZmlnKTtcbiAgICAgICAgfSk7XG4gICAgfVxuXG4gICAgbmdPbkRlc3Ryb3koKSB7XG4gICAgICAgIHRoaXMuaW5pdGlhbGl6ZWQgPSBmYWxzZTtcbiAgICB9XG59XG4iXX0=
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
export * from './babylon-booking-widget.component';
|
|
2
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5kZXguanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9iYWJ5bG9uL3NyYy9saWIvY29tcG9uZW50cy9jb3JlL2JhYnlsb24tYm9va2luZy13aWRnZXQvaW5kZXgudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsY0FBYyxvQ0FBb0MsQ0FBQyIsInNvdXJjZXNDb250ZW50IjpbImV4cG9ydCAqIGZyb20gJy4vYmFieWxvbi1ib29raW5nLXdpZGdldC5jb21wb25lbnQnO1xuIl19
|