ctt-babylon 0.10.8 → 0.10.9
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-img-social/babylon-av-img-social.component.mjs +12 -0
- package/esm2022/lib/components/core/babylon-av-img-social/babylon-av-img-social.directive.mjs +138 -0
- package/esm2022/lib/components/core/babylon-av-img-social/index.mjs +2 -0
- package/esm2022/lib/components/core/babylon-av-txt-ico/babylon-av-txt-ico.component.mjs +12 -0
- package/esm2022/lib/components/core/babylon-av-txt-ico/babylon-av-txt-ico.directive.mjs +115 -0
- package/esm2022/lib/components/core/babylon-av-txt-ico/index.mjs +2 -0
- package/esm2022/lib/components/core/babylon-ba-img-txt/babylon-ba-img-txt.component.mjs +18 -0
- package/esm2022/lib/components/core/babylon-ba-img-txt/index.mjs +2 -0
- package/esm2022/lib/components/core/babylon-ba-sli-img-txt/babylon-ba-sli-img-txt.component.mjs +160 -0
- package/esm2022/lib/components/core/babylon-ba-sli-img-txt/index.mjs +2 -0
- package/esm2022/lib/components/core/babylon-fo-c3-img-txt/babylon-fo-c3-img-txt.component.mjs +37 -0
- package/esm2022/lib/components/core/babylon-fo-c3-img-txt/index.mjs +2 -0
- package/esm2022/lib/components/core/babylon-fo-lis-c4-txt/babylon-fo-lis-c4-txt.component.mjs +107 -0
- package/esm2022/lib/components/core/babylon-fo-lis-c4-txt/index.mjs +2 -0
- package/esm2022/lib/components/core/babylon-he-svg-list/babylon-he-svg-list.component.mjs +96 -0
- package/esm2022/lib/components/core/babylon-he-svg-list/index.mjs +2 -0
- package/esm2022/lib/components/core/babylon-info-img-v2/babylon-info-img-v2.component.mjs +5 -3
- package/esm2022/lib/components/core/babylon-language-modal-v3/babylon-language-modal-v3.component.mjs +34 -0
- package/esm2022/lib/components/core/babylon-language-modal-v3/index.mjs +2 -0
- package/esm2022/lib/components/core/babylon-lis-c2-txt/babylon-lis-c2-txt.component.mjs +299 -0
- package/esm2022/lib/components/core/babylon-lis-c2-txt/index.mjs +2 -0
- package/esm2022/lib/components/core/babylon-newsletter-modal-v2/babylon-newsletter-modal-v2.component.mjs +37 -0
- package/esm2022/lib/components/core/babylon-newsletter-modal-v2/index.mjs +2 -0
- package/esm2022/lib/components/core/babylon-offer-detail-v2/babylon-offer-detail-v2.component.mjs +19 -0
- package/esm2022/lib/components/core/babylon-offer-detail-v2/index.mjs +2 -0
- package/esm2022/lib/components/core/babylon-offer-popup-v3/babylon-offer-popup-v3.component.mjs +18 -0
- package/esm2022/lib/components/core/babylon-offer-popup-v3/index.mjs +2 -0
- package/esm2022/lib/components/core/babylon-slider-img-static-v2/babylon-slider-img-static-v2.component.mjs +5 -3
- package/esm2022/lib/components/core/babylon-slider3col-v2/babylon-slider3col-v2.component.mjs +4 -3
- package/esm2022/lib/components/core/babylon-static-footer-v3/babylon-static-footer-v3.component.mjs +15 -5
- package/esm2022/lib/components/core/index.mjs +13 -1
- package/esm2022/lib/interfaces/babylon-address-item.interface.mjs +2 -0
- package/esm2022/lib/interfaces/babylon-multimedia.interface.mjs +1 -1
- package/esm2022/lib/interfaces/babylon-text-info.interface.mjs +1 -1
- package/esm2022/lib/services/mapper/mapper.service.mjs +20 -2
- package/esm2022/lib/services/modals-service/modals.service.mjs +12 -1
- package/fesm2022/ctt-babylon.mjs +1098 -13
- package/fesm2022/ctt-babylon.mjs.map +1 -1
- package/lib/components/core/babylon-av-img-social/babylon-av-img-social.component.d.ts +5 -0
- package/lib/components/core/babylon-av-img-social/babylon-av-img-social.directive.d.ts +19 -0
- package/lib/components/core/babylon-av-img-social/index.d.ts +1 -0
- package/lib/components/core/babylon-av-txt-ico/babylon-av-txt-ico.component.d.ts +5 -0
- package/lib/components/core/babylon-av-txt-ico/babylon-av-txt-ico.directive.d.ts +14 -0
- package/lib/components/core/babylon-av-txt-ico/index.d.ts +1 -0
- package/lib/components/core/babylon-ba-img-txt/babylon-ba-img-txt.component.d.ts +6 -0
- package/lib/components/core/babylon-ba-img-txt/index.d.ts +1 -0
- package/lib/components/core/babylon-ba-sli-img-txt/babylon-ba-sli-img-txt.component.d.ts +19 -0
- package/lib/components/core/babylon-ba-sli-img-txt/index.d.ts +1 -0
- package/lib/components/core/babylon-fo-c3-img-txt/babylon-fo-c3-img-txt.component.d.ts +12 -0
- package/lib/components/core/babylon-fo-c3-img-txt/index.d.ts +1 -0
- package/lib/components/core/babylon-fo-lis-c4-txt/babylon-fo-lis-c4-txt.component.d.ts +19 -0
- package/lib/components/core/babylon-fo-lis-c4-txt/index.d.ts +1 -0
- package/lib/components/core/babylon-he-svg-list/babylon-he-svg-list.component.d.ts +22 -0
- package/lib/components/core/babylon-he-svg-list/index.d.ts +1 -0
- package/lib/components/core/babylon-language-modal-v3/babylon-language-modal-v3.component.d.ts +15 -0
- package/lib/components/core/babylon-language-modal-v3/index.d.ts +1 -0
- package/lib/components/core/babylon-lis-c2-txt/babylon-lis-c2-txt.component.d.ts +25 -0
- package/lib/components/core/babylon-lis-c2-txt/index.d.ts +1 -0
- package/lib/components/core/babylon-newsletter-modal-v2/babylon-newsletter-modal-v2.component.d.ts +19 -0
- package/lib/components/core/babylon-newsletter-modal-v2/index.d.ts +1 -0
- package/lib/components/core/babylon-offer-detail-v2/babylon-offer-detail-v2.component.d.ts +9 -0
- package/lib/components/core/babylon-offer-detail-v2/index.d.ts +1 -0
- package/lib/components/core/babylon-offer-popup-v3/babylon-offer-popup-v3.component.d.ts +9 -0
- package/lib/components/core/babylon-offer-popup-v3/index.d.ts +1 -0
- package/lib/components/core/babylon-static-footer-v3/babylon-static-footer-v3.component.d.ts +7 -1
- package/lib/components/core/index.d.ts +12 -0
- package/lib/interfaces/babylon-address-item.interface.d.ts +14 -0
- package/lib/interfaces/babylon-multimedia.interface.d.ts +1 -0
- package/lib/interfaces/babylon-text-info.interface.d.ts +5 -0
- package/lib/services/mapper/mapper.service.d.ts +2 -1
- package/lib/services/modals-service/modals.service.d.ts +2 -1
- package/package.json +3 -2
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import { Component } from '@angular/core';
|
|
2
|
+
import { BabylonAvTextIcoSwiperDirective } from './babylon-av-txt-ico.directive';
|
|
3
|
+
import * as i0 from "@angular/core";
|
|
4
|
+
export class BabylonAvTxtIcoComponent {
|
|
5
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: BabylonAvTxtIcoComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
6
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.12", type: BabylonAvTxtIcoComponent, isStandalone: true, selector: "lib-babylon-av-txt-ico", ngImport: i0, template: "<section class=\"mdl-h10\">\n <div class=\"mdl-container\">\n <button class=\"m-button-sm\">M\u00E1s informaci\u00F3n</button>\n <div class=\"m-content-left\">\n <!-- Contenedor principal -->\n <div class=\"swiper\">\n <div class=\"swiper-container\" BabylonAvTextIcoSwiperDirective>\n <div class=\"swiper-wrapper\">\n <!-- Cada slide -->\n <!-- Si quieres que la imagen de gire 360 a\u00F1adir la clase rotateimg -->\n <div class=\"swiper-slide rotateimg\">\n <div class=\"m-content\">\n <img\n src=\"/assets/babylon/svg/icons/nut.svg\"\n alt=\"\"\n />\n <div class=\"m-texto\">\n <strong>Ahorrando energ\u00EDa,</strong> con\n sensores que regulan la luz.\n </div>\n <img\n src=\"/assets/babylon/svg/icons/vector.svg\"\n alt=\"\"\n />\n </div>\n </div>\n <!-- Si quieres que la imagen haga un salto a\u00F1adir la clase jumpimg -->\n <div class=\"swiper-slide jumpimg\">\n <div class=\"m-content\">\n <img\n src=\"/assets/babylon/svg/icons/drop.svg\"\n alt=\"\"\n />\n <div class=\"m-texto\">\n <strong>Ahorrando agua,</strong> con\n sensores que regulan la luz.\n </div>\n <img\n src=\"/assets/babylon/svg/icons/vector.svg\"\n alt=\"\"\n />\n </div>\n </div>\n <!-- Si quieres que la imagen de gire 360 invertido a\u00F1adir la clase rotateimg -->\n <div class=\"swiper-slide rotateimginvert\">\n <div class=\"m-content\">\n <img\n src=\"/assets/babylon/svg/icons/loading.svg\"\n alt=\"\"\n />\n <div class=\"m-texto\">\n <strong>Reciclar y reutilizar,</strong> con\n sensores que regulan la luz.\n </div>\n <img\n src=\"/assets/babylon/svg/icons/vector.svg\"\n alt=\"\"\n />\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n\n <div class=\"m-content-right\">\n <div class=\"m-content\">\n <div class=\"m-pretitulo\">sostenibilidad</div>\n <h2 class=\"m-titulo\">Nos hace felices cuidar el planeta.</h2>\n <div class=\"m-texto\">\n Respetamos nuestro planeta: compromiso medioambiental.\n </div>\n <button class=\"m-button-sm\">M\u00E1s informaci\u00F3n</button>\n </div>\n </div>\n </div>\n</section>\n", styles: ["@charset \"UTF-8\";.m-button-big{display:block;min-width:max-content;max-width:100%;width:33rem;text-align:center;box-sizing:border-box;padding:1.1rem;color:#fff;background-color:#ff4338;border-radius:.4rem;transition:.3s ease;height:4.8rem;cursor:pointer;position:relative;font-family:jokker,sans-serif;font-weight:500;font-size:1.8rem}@media (max-width: 375px){.m-button-big{font-size:1.6rem}}.m-button-big.red{background-color:#ff4338}@media (hover: hover){.m-button-big.red:hover{background-color:#ed3b37}}.m-button-big.blue{background-color:#5b87da}@media (hover: hover){.m-button-big.blue:hover{background-color:#446ecd}}.m-button-big.green{background-color:#3fd5ae}@media (hover: hover){.m-button-big.green:hover{background-color:#2ec99b}}.m-button-big.underline{color:#fff;border:.1rem solid white;background-color:transparent}@media (hover: hover){.m-button-big.underline:hover{border:.1rem solid #ed3b37;background-color:#ed3b37}}.m-button-big span{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:max-content}@media (hover: hover){.m-button-big:hover{background-color:#ed3b37}}.m-button-sm{display:block;min-width:max-content;width:100%;max-width:26rem;text-align:center;cursor:pointer;box-sizing:border-box;padding:1.1rem;color:#fff;background-color:#ff4338;border-radius:.4rem;transition:.3s ease;height:4.8rem;position:relative;font-family:jokker,sans-serif;font-weight:500;font-size:1.8rem}@media (max-width: 375px){.m-button-sm{font-size:1.6rem}}.m-button-sm.red{background-color:#ff4338}@media (hover: hover){.m-button-sm.red:hover{background-color:#ed3b37}}.m-button-sm.blue{background-color:#5b87da}@media (hover: hover){.m-button-sm.blue:hover{background-color:#446ecd}}.m-button-sm.green{background-color:#3fd5ae}@media (hover: hover){.m-button-sm.green:hover{background-color:#2ec99b}}.m-button-sm.underline{color:#fff;border:.1rem solid white;background-color:transparent}@media (hover: hover){.m-button-sm.underline:hover{border:.1rem solid #ed3b37;background-color:#ed3b37}}.m-button-sm span{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:max-content}@media (hover: hover){.m-button-sm:hover{background-color:#ed3b37}}.m-underline{display:block;width:max-content;position:relative;text-align:center;cursor:pointer;transition:.3s ease;color:#515050;font-family:jokker,sans-serif;font-weight:500;font-size:1.8rem}@media (max-width: 375px){.m-underline{font-size:1.6rem}}@media (hover: hover){.m-underline:hover,.m-underline.active{color:#ed3b37}.m-underline:hover:after,.m-underline.active:after{opacity:1;width:100%}}.m-underline:before{content:\"\";position:absolute;bottom:-1rem;left:0;width:100%;height:.1rem;z-index:1}.m-underline:after{content:\"\";position:absolute;bottom:-1rem;left:0;opacity:0;width:0%;height:.2rem;background-color:#ed3b37;transition:.3s ease;z-index:2}.m-underline-red{color:#515050b2;display:block;width:max-content;position:relative;text-align:center;cursor:pointer;transition:.3s ease;font-family:jokker,sans-serif;font-weight:500;font-size:1.8rem}@media (max-width: 375px){.m-underline-red{font-size:1.6rem}}.m-underline-red:before{content:\"\";position:absolute;bottom:-1rem;left:0;width:100%;height:.1rem;background-color:#515050b2;z-index:1}.m-underline-red:after{content:\"\";position:absolute;bottom:-1rem;left:0;opacity:1;width:0%;height:.2rem;background-color:#ed3b37;transition:.3s ease;z-index:2}@media (hover: hover){.m-underline-red:hover{color:#ed3b37}.m-underline-red:hover:after{width:100%}}.m-underline-blue{color:#515050b2;display:block;width:max-content;position:relative;text-align:center;cursor:pointer;transition:.3s ease;font-family:jokker,sans-serif;font-weight:500;font-size:1.8rem}@media (max-width: 375px){.m-underline-blue{font-size:1.6rem}}.m-underline-blue:before{content:\"\";position:absolute;bottom:-1rem;left:0;width:100%;height:.1rem;background-color:#515050b2;z-index:1}.m-underline-blue:after{content:\"\";position:absolute;bottom:-1rem;left:0;opacity:1;width:0%;height:.2rem;background-color:#446ecd;transition:.3s ease;z-index:2}@media (hover: hover){.m-underline-blue:hover{color:#446ecd}.m-underline-blue:hover:after{width:100%}}.m-underline-green{color:#515050b2;display:block;width:max-content;position:relative;text-align:center;cursor:pointer;transition:.3s ease;font-family:jokker,sans-serif;font-weight:500;font-size:1.8rem}@media (max-width: 375px){.m-underline-green{font-size:1.6rem}}.m-underline-green:before{content:\"\";position:absolute;bottom:-1rem;left:0;width:100%;height:.1rem;background-color:#515050b2;z-index:1}.m-underline-green:after{content:\"\";position:absolute;bottom:-1rem;left:0;opacity:1;width:0%;height:.2rem;background-color:#2ec99b;transition:.3s ease;z-index:2}@media (hover: hover){.m-underline-green:hover{color:#2ec99b}.m-underline-green:hover:after{width:100%}}.m-swiper-button{width:4.8rem;height:4.8rem;background-color:#ff4338;transition:.3s ease;cursor:pointer;position:relative}.m-swiper-button.swiper-button-disabled{opacity:.7}.m-swiper-button svg{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%)}.m-swiper-button.prev{border-top-left-radius:8rem;border-bottom-left-radius:8rem}.m-swiper-button.next{border-top-right-radius:8rem;border-bottom-right-radius:8rem}@media (hover: hover){.m-swiper-button:hover{background-color:#ed3b37}}@media (max-width: 768px){.m-swiper-button{width:3.8rem;height:3.8rem}}@media (max-width: 540px){.m-swiper-button{width:3.2rem;height:3.2rem}.m-swiper-button svg{width:.5rem}}.m-swiper-button-s{width:3rem;height:3rem;background-color:#ff4338;transition:.3s ease;cursor:pointer;position:relative;border-radius:100%}.m-swiper-button-s svg{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%)}.m-swiper-button-s.prev svg{left:45%}.m-swiper-button-s.next svg{left:55%}@media (hover: hover){.m-swiper-button-s:hover{background-color:#ed3b37}}.m-button-close{background-color:#ff4338;width:4.4rem;height:4.4rem;border-radius:100%;transition:.3s ease;cursor:pointer;position:relative}.m-button-close svg{transition:transform .4s ease;position:absolute;left:50%;top:50%;transform:translate(-50%,-50%)}@media (hover: hover){.m-button-close:hover{background-color:#ed3b37}.m-button-close:hover svg{transform:rotate(180deg)}}.m-button{display:block;width:max-content;font-family:jokker,sans-serif;font-weight:500;font-size:1.8rem}@media (max-width: 375px){.m-button{font-size:1.6rem}}.m-button{text-align:center;box-sizing:border-box;padding:1.1rem;color:#fff;background-color:#ff4338;border-radius:.4rem;transition:.3s ease}@media (hover: hover){.m-button:hover{background-color:#ed3b37}}@media (max-width: 540px){.m-button{min-width:unset;max-width:33rem;width:100%;font-size:1.6rem}}.m-button2{display:block;width:max-content;font-family:jokker,sans-serif;font-weight:500;font-size:1.8rem}@media (max-width: 375px){.m-button2{font-size:1.6rem}}.m-button2{text-align:center;box-sizing:border-box;padding:1.1rem;color:#fff;border-radius:.4rem;transition:.3s ease;background-color:transparent;border:.1rem solid white}.m-button2.red{background-color:#ff4338}@media (hover: hover){.m-button2.red:hover{background-color:#ed3b37}}.m-button2.blue{background-color:#5b87da}@media (hover: hover){.m-button2.blue:hover{background-color:#446ecd}}.m-button2.green{background-color:#3fd5ae}@media (hover: hover){.m-button2.green:hover{background-color:#2ec99b}}.m-button2.underline{color:#fff;border:.1rem solid white;background-color:transparent}@media (hover: hover){.m-button2.underline:hover{border:.1rem solid #ed3b37;background-color:#ed3b37}}@media (hover: hover){.m-button2:hover{background-color:#ed3b37}}@media (max-width: 540px){.m-button2{min-width:unset;max-width:33rem;width:100%;font-size:1.6rem}}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-h10{padding-top:8rem;padding-bottom:8rem}.mdl-h10 .mdl-container{width:100%;display:flex;justify-content:space-between;align-items:center;gap:5rem;margin:0rem auto 8rem}.mdl-h10 .mdl-container .m-button-sm{display:none}.mdl-h10 .mdl-container .m-content-left{width:calc(100% - 45.1rem)}.mdl-h10 .mdl-container .m-content-left .swiper .swiper-container .swiper-wrapper .swiper-slide{width:100%;height:49.6rem;display:flex;justify-content:center;align-items:center}.mdl-h10 .mdl-container .m-content-left .swiper .swiper-container .swiper-wrapper .swiper-slide .m-content{gap:4rem;display:flex;flex-direction:column;align-items:center}.mdl-h10 .mdl-container .m-content-left .swiper .swiper-container .swiper-wrapper .swiper-slide .m-content .m-texto{color:#4a4a49b2;font-family:jokker,sans-serif;font-weight:300;font-size:2.8rem;line-height:3.6rem}@media (max-width: 375px){.mdl-h10 .mdl-container .m-content-left .swiper .swiper-container .swiper-wrapper .swiper-slide .m-content .m-texto{font-size:2.2rem;line-height:2.6rem}}.mdl-h10 .mdl-container .m-content-left .swiper .swiper-container .swiper-wrapper .swiper-slide .m-content .m-texto{text-align:center;height:100%;max-height:25rem}.mdl-h10 .mdl-container .m-content-left .swiper .swiper-container .swiper-wrapper .swiper-slide .m-content .m-texto strong{color:#4a4a49;font-family:jokker,sans-serif;font-weight:400;font-size:2.8rem;line-height:3.6rem}@media (max-width: 375px){.mdl-h10 .mdl-container .m-content-left .swiper .swiper-container .swiper-wrapper .swiper-slide .m-content .m-texto strong{font-size:2.2rem;line-height:2.6rem}}.mdl-h10 .mdl-container .m-content-left .swiper .swiper-container .swiper-wrapper .rotateimg img:first-child{height:100%;max-height:12.7rem;transition:transform 2.5s linear}.mdl-h10 .mdl-container .m-content-left .swiper .swiper-container .swiper-wrapper .rotateimg img:hover:first-child{transform:rotate(360deg)}.mdl-h10 .mdl-container .m-content-left .swiper .swiper-container .swiper-wrapper .rotateimginvert img:first-child{height:100%;max-height:12.7rem;transition:transform 2.5s linear}.mdl-h10 .mdl-container .m-content-left .swiper .swiper-container .swiper-wrapper .rotateimginvert img:hover:first-child{transform:rotate(-360deg)}.mdl-h10 .mdl-container .m-content-left .swiper .swiper-container .swiper-wrapper .jumpimg img:first-child{height:100%;max-height:12.7rem}.mdl-h10 .mdl-container .m-content-left .swiper .swiper-container .swiper-wrapper .jumpimg img:first-child:hover{animation:jump 1s ease}@keyframes jump{0%{transform:translateY(0)}30%{transform:translateY(-2rem)}60%{transform:translateY(0)}80%{transform:translateY(-.5rem)}to{transform:translateY(0)}}.mdl-h10 .mdl-container .m-content-right{height:100%}.mdl-h10 .mdl-container .m-content-right .m-content{width:40.1rem}.mdl-h10 .mdl-container .m-content-right .m-content .m-pretitulo{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-h10 .mdl-container .m-content-right .m-content .m-pretitulo{font-size:1.4rem;letter-spacing:.056rem}}.mdl-h10 .mdl-container .m-content-right .m-content .m-pretitulo{color:#515050b2}.mdl-h10 .mdl-container .m-content-right .m-content .m-titulo{font-family:jokker,sans-serif;font-weight:400;font-size:4.4rem;line-height:5.8rem}@media (max-width: 540px){.mdl-h10 .mdl-container .m-content-right .m-content .m-titulo{font-size:3rem;line-height:4rem}}@media (max-width: 375px){.mdl-h10 .mdl-container .m-content-right .m-content .m-titulo{font-size:2.4rem;line-height:3rem}}.mdl-h10 .mdl-container .m-content-right .m-content .m-titulo{color:#515050;margin-top:7rem}.mdl-h10 .mdl-container .m-content-right .m-content .m-texto{font-family:jokker,sans-serif;font-weight:300;font-size:3.2rem;line-height:4.6rem}@media (max-width: 1366px){.mdl-h10 .mdl-container .m-content-right .m-content .m-texto{font-size:2.8rem;line-height:3.8rem}}@media (max-width: 1080px){.mdl-h10 .mdl-container .m-content-right .m-content .m-texto{font-size:3.2rem;line-height:4.6rem}}@media (max-width: 540px){.mdl-h10 .mdl-container .m-content-right .m-content .m-texto{font-size:2.8rem;line-height:3.8rem}}@media (max-width: 375px){.mdl-h10 .mdl-container .m-content-right .m-content .m-texto{font-size:2.2rem;line-height:3rem}}.mdl-h10 .mdl-container .m-content-right .m-content .m-texto{color:#515050b2;margin:5rem 0}.mdl-h10 .mdl-container .m-content-right .m-content .m-button-sm{display:block}@media (min-width: 1681px){.mdl-h10 .mdl-container .m-content-left{max-width:102rem}}@media (max-width: 1080px){.mdl-h10 .mdl-container{flex-direction:column-reverse;gap:0}.mdl-h10 .mdl-container .m-button-sm{display:block}.mdl-h10 .mdl-container .m-content-left{width:100vw}.mdl-h10 .mdl-container .m-content-right .m-content{width:100%;max-width:45rem;text-align:center}.mdl-h10 .mdl-container .m-content-right .m-content .m-button-sm{display:none}}@media (max-width: 768px){.mdl-h10{padding-top:0}}\n"], dependencies: [{ kind: "directive", type: BabylonAvTextIcoSwiperDirective, selector: "[BabylonAvTextIcoSwiperDirective]" }] }); }
|
|
7
|
+
}
|
|
8
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: BabylonAvTxtIcoComponent, decorators: [{
|
|
9
|
+
type: Component,
|
|
10
|
+
args: [{ selector: 'lib-babylon-av-txt-ico', standalone: true, imports: [BabylonAvTextIcoSwiperDirective], template: "<section class=\"mdl-h10\">\n <div class=\"mdl-container\">\n <button class=\"m-button-sm\">M\u00E1s informaci\u00F3n</button>\n <div class=\"m-content-left\">\n <!-- Contenedor principal -->\n <div class=\"swiper\">\n <div class=\"swiper-container\" BabylonAvTextIcoSwiperDirective>\n <div class=\"swiper-wrapper\">\n <!-- Cada slide -->\n <!-- Si quieres que la imagen de gire 360 a\u00F1adir la clase rotateimg -->\n <div class=\"swiper-slide rotateimg\">\n <div class=\"m-content\">\n <img\n src=\"/assets/babylon/svg/icons/nut.svg\"\n alt=\"\"\n />\n <div class=\"m-texto\">\n <strong>Ahorrando energ\u00EDa,</strong> con\n sensores que regulan la luz.\n </div>\n <img\n src=\"/assets/babylon/svg/icons/vector.svg\"\n alt=\"\"\n />\n </div>\n </div>\n <!-- Si quieres que la imagen haga un salto a\u00F1adir la clase jumpimg -->\n <div class=\"swiper-slide jumpimg\">\n <div class=\"m-content\">\n <img\n src=\"/assets/babylon/svg/icons/drop.svg\"\n alt=\"\"\n />\n <div class=\"m-texto\">\n <strong>Ahorrando agua,</strong> con\n sensores que regulan la luz.\n </div>\n <img\n src=\"/assets/babylon/svg/icons/vector.svg\"\n alt=\"\"\n />\n </div>\n </div>\n <!-- Si quieres que la imagen de gire 360 invertido a\u00F1adir la clase rotateimg -->\n <div class=\"swiper-slide rotateimginvert\">\n <div class=\"m-content\">\n <img\n src=\"/assets/babylon/svg/icons/loading.svg\"\n alt=\"\"\n />\n <div class=\"m-texto\">\n <strong>Reciclar y reutilizar,</strong> con\n sensores que regulan la luz.\n </div>\n <img\n src=\"/assets/babylon/svg/icons/vector.svg\"\n alt=\"\"\n />\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n\n <div class=\"m-content-right\">\n <div class=\"m-content\">\n <div class=\"m-pretitulo\">sostenibilidad</div>\n <h2 class=\"m-titulo\">Nos hace felices cuidar el planeta.</h2>\n <div class=\"m-texto\">\n Respetamos nuestro planeta: compromiso medioambiental.\n </div>\n <button class=\"m-button-sm\">M\u00E1s informaci\u00F3n</button>\n </div>\n </div>\n </div>\n</section>\n", styles: ["@charset \"UTF-8\";.m-button-big{display:block;min-width:max-content;max-width:100%;width:33rem;text-align:center;box-sizing:border-box;padding:1.1rem;color:#fff;background-color:#ff4338;border-radius:.4rem;transition:.3s ease;height:4.8rem;cursor:pointer;position:relative;font-family:jokker,sans-serif;font-weight:500;font-size:1.8rem}@media (max-width: 375px){.m-button-big{font-size:1.6rem}}.m-button-big.red{background-color:#ff4338}@media (hover: hover){.m-button-big.red:hover{background-color:#ed3b37}}.m-button-big.blue{background-color:#5b87da}@media (hover: hover){.m-button-big.blue:hover{background-color:#446ecd}}.m-button-big.green{background-color:#3fd5ae}@media (hover: hover){.m-button-big.green:hover{background-color:#2ec99b}}.m-button-big.underline{color:#fff;border:.1rem solid white;background-color:transparent}@media (hover: hover){.m-button-big.underline:hover{border:.1rem solid #ed3b37;background-color:#ed3b37}}.m-button-big span{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:max-content}@media (hover: hover){.m-button-big:hover{background-color:#ed3b37}}.m-button-sm{display:block;min-width:max-content;width:100%;max-width:26rem;text-align:center;cursor:pointer;box-sizing:border-box;padding:1.1rem;color:#fff;background-color:#ff4338;border-radius:.4rem;transition:.3s ease;height:4.8rem;position:relative;font-family:jokker,sans-serif;font-weight:500;font-size:1.8rem}@media (max-width: 375px){.m-button-sm{font-size:1.6rem}}.m-button-sm.red{background-color:#ff4338}@media (hover: hover){.m-button-sm.red:hover{background-color:#ed3b37}}.m-button-sm.blue{background-color:#5b87da}@media (hover: hover){.m-button-sm.blue:hover{background-color:#446ecd}}.m-button-sm.green{background-color:#3fd5ae}@media (hover: hover){.m-button-sm.green:hover{background-color:#2ec99b}}.m-button-sm.underline{color:#fff;border:.1rem solid white;background-color:transparent}@media (hover: hover){.m-button-sm.underline:hover{border:.1rem solid #ed3b37;background-color:#ed3b37}}.m-button-sm span{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:max-content}@media (hover: hover){.m-button-sm:hover{background-color:#ed3b37}}.m-underline{display:block;width:max-content;position:relative;text-align:center;cursor:pointer;transition:.3s ease;color:#515050;font-family:jokker,sans-serif;font-weight:500;font-size:1.8rem}@media (max-width: 375px){.m-underline{font-size:1.6rem}}@media (hover: hover){.m-underline:hover,.m-underline.active{color:#ed3b37}.m-underline:hover:after,.m-underline.active:after{opacity:1;width:100%}}.m-underline:before{content:\"\";position:absolute;bottom:-1rem;left:0;width:100%;height:.1rem;z-index:1}.m-underline:after{content:\"\";position:absolute;bottom:-1rem;left:0;opacity:0;width:0%;height:.2rem;background-color:#ed3b37;transition:.3s ease;z-index:2}.m-underline-red{color:#515050b2;display:block;width:max-content;position:relative;text-align:center;cursor:pointer;transition:.3s ease;font-family:jokker,sans-serif;font-weight:500;font-size:1.8rem}@media (max-width: 375px){.m-underline-red{font-size:1.6rem}}.m-underline-red:before{content:\"\";position:absolute;bottom:-1rem;left:0;width:100%;height:.1rem;background-color:#515050b2;z-index:1}.m-underline-red:after{content:\"\";position:absolute;bottom:-1rem;left:0;opacity:1;width:0%;height:.2rem;background-color:#ed3b37;transition:.3s ease;z-index:2}@media (hover: hover){.m-underline-red:hover{color:#ed3b37}.m-underline-red:hover:after{width:100%}}.m-underline-blue{color:#515050b2;display:block;width:max-content;position:relative;text-align:center;cursor:pointer;transition:.3s ease;font-family:jokker,sans-serif;font-weight:500;font-size:1.8rem}@media (max-width: 375px){.m-underline-blue{font-size:1.6rem}}.m-underline-blue:before{content:\"\";position:absolute;bottom:-1rem;left:0;width:100%;height:.1rem;background-color:#515050b2;z-index:1}.m-underline-blue:after{content:\"\";position:absolute;bottom:-1rem;left:0;opacity:1;width:0%;height:.2rem;background-color:#446ecd;transition:.3s ease;z-index:2}@media (hover: hover){.m-underline-blue:hover{color:#446ecd}.m-underline-blue:hover:after{width:100%}}.m-underline-green{color:#515050b2;display:block;width:max-content;position:relative;text-align:center;cursor:pointer;transition:.3s ease;font-family:jokker,sans-serif;font-weight:500;font-size:1.8rem}@media (max-width: 375px){.m-underline-green{font-size:1.6rem}}.m-underline-green:before{content:\"\";position:absolute;bottom:-1rem;left:0;width:100%;height:.1rem;background-color:#515050b2;z-index:1}.m-underline-green:after{content:\"\";position:absolute;bottom:-1rem;left:0;opacity:1;width:0%;height:.2rem;background-color:#2ec99b;transition:.3s ease;z-index:2}@media (hover: hover){.m-underline-green:hover{color:#2ec99b}.m-underline-green:hover:after{width:100%}}.m-swiper-button{width:4.8rem;height:4.8rem;background-color:#ff4338;transition:.3s ease;cursor:pointer;position:relative}.m-swiper-button.swiper-button-disabled{opacity:.7}.m-swiper-button svg{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%)}.m-swiper-button.prev{border-top-left-radius:8rem;border-bottom-left-radius:8rem}.m-swiper-button.next{border-top-right-radius:8rem;border-bottom-right-radius:8rem}@media (hover: hover){.m-swiper-button:hover{background-color:#ed3b37}}@media (max-width: 768px){.m-swiper-button{width:3.8rem;height:3.8rem}}@media (max-width: 540px){.m-swiper-button{width:3.2rem;height:3.2rem}.m-swiper-button svg{width:.5rem}}.m-swiper-button-s{width:3rem;height:3rem;background-color:#ff4338;transition:.3s ease;cursor:pointer;position:relative;border-radius:100%}.m-swiper-button-s svg{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%)}.m-swiper-button-s.prev svg{left:45%}.m-swiper-button-s.next svg{left:55%}@media (hover: hover){.m-swiper-button-s:hover{background-color:#ed3b37}}.m-button-close{background-color:#ff4338;width:4.4rem;height:4.4rem;border-radius:100%;transition:.3s ease;cursor:pointer;position:relative}.m-button-close svg{transition:transform .4s ease;position:absolute;left:50%;top:50%;transform:translate(-50%,-50%)}@media (hover: hover){.m-button-close:hover{background-color:#ed3b37}.m-button-close:hover svg{transform:rotate(180deg)}}.m-button{display:block;width:max-content;font-family:jokker,sans-serif;font-weight:500;font-size:1.8rem}@media (max-width: 375px){.m-button{font-size:1.6rem}}.m-button{text-align:center;box-sizing:border-box;padding:1.1rem;color:#fff;background-color:#ff4338;border-radius:.4rem;transition:.3s ease}@media (hover: hover){.m-button:hover{background-color:#ed3b37}}@media (max-width: 540px){.m-button{min-width:unset;max-width:33rem;width:100%;font-size:1.6rem}}.m-button2{display:block;width:max-content;font-family:jokker,sans-serif;font-weight:500;font-size:1.8rem}@media (max-width: 375px){.m-button2{font-size:1.6rem}}.m-button2{text-align:center;box-sizing:border-box;padding:1.1rem;color:#fff;border-radius:.4rem;transition:.3s ease;background-color:transparent;border:.1rem solid white}.m-button2.red{background-color:#ff4338}@media (hover: hover){.m-button2.red:hover{background-color:#ed3b37}}.m-button2.blue{background-color:#5b87da}@media (hover: hover){.m-button2.blue:hover{background-color:#446ecd}}.m-button2.green{background-color:#3fd5ae}@media (hover: hover){.m-button2.green:hover{background-color:#2ec99b}}.m-button2.underline{color:#fff;border:.1rem solid white;background-color:transparent}@media (hover: hover){.m-button2.underline:hover{border:.1rem solid #ed3b37;background-color:#ed3b37}}@media (hover: hover){.m-button2:hover{background-color:#ed3b37}}@media (max-width: 540px){.m-button2{min-width:unset;max-width:33rem;width:100%;font-size:1.6rem}}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-h10{padding-top:8rem;padding-bottom:8rem}.mdl-h10 .mdl-container{width:100%;display:flex;justify-content:space-between;align-items:center;gap:5rem;margin:0rem auto 8rem}.mdl-h10 .mdl-container .m-button-sm{display:none}.mdl-h10 .mdl-container .m-content-left{width:calc(100% - 45.1rem)}.mdl-h10 .mdl-container .m-content-left .swiper .swiper-container .swiper-wrapper .swiper-slide{width:100%;height:49.6rem;display:flex;justify-content:center;align-items:center}.mdl-h10 .mdl-container .m-content-left .swiper .swiper-container .swiper-wrapper .swiper-slide .m-content{gap:4rem;display:flex;flex-direction:column;align-items:center}.mdl-h10 .mdl-container .m-content-left .swiper .swiper-container .swiper-wrapper .swiper-slide .m-content .m-texto{color:#4a4a49b2;font-family:jokker,sans-serif;font-weight:300;font-size:2.8rem;line-height:3.6rem}@media (max-width: 375px){.mdl-h10 .mdl-container .m-content-left .swiper .swiper-container .swiper-wrapper .swiper-slide .m-content .m-texto{font-size:2.2rem;line-height:2.6rem}}.mdl-h10 .mdl-container .m-content-left .swiper .swiper-container .swiper-wrapper .swiper-slide .m-content .m-texto{text-align:center;height:100%;max-height:25rem}.mdl-h10 .mdl-container .m-content-left .swiper .swiper-container .swiper-wrapper .swiper-slide .m-content .m-texto strong{color:#4a4a49;font-family:jokker,sans-serif;font-weight:400;font-size:2.8rem;line-height:3.6rem}@media (max-width: 375px){.mdl-h10 .mdl-container .m-content-left .swiper .swiper-container .swiper-wrapper .swiper-slide .m-content .m-texto strong{font-size:2.2rem;line-height:2.6rem}}.mdl-h10 .mdl-container .m-content-left .swiper .swiper-container .swiper-wrapper .rotateimg img:first-child{height:100%;max-height:12.7rem;transition:transform 2.5s linear}.mdl-h10 .mdl-container .m-content-left .swiper .swiper-container .swiper-wrapper .rotateimg img:hover:first-child{transform:rotate(360deg)}.mdl-h10 .mdl-container .m-content-left .swiper .swiper-container .swiper-wrapper .rotateimginvert img:first-child{height:100%;max-height:12.7rem;transition:transform 2.5s linear}.mdl-h10 .mdl-container .m-content-left .swiper .swiper-container .swiper-wrapper .rotateimginvert img:hover:first-child{transform:rotate(-360deg)}.mdl-h10 .mdl-container .m-content-left .swiper .swiper-container .swiper-wrapper .jumpimg img:first-child{height:100%;max-height:12.7rem}.mdl-h10 .mdl-container .m-content-left .swiper .swiper-container .swiper-wrapper .jumpimg img:first-child:hover{animation:jump 1s ease}@keyframes jump{0%{transform:translateY(0)}30%{transform:translateY(-2rem)}60%{transform:translateY(0)}80%{transform:translateY(-.5rem)}to{transform:translateY(0)}}.mdl-h10 .mdl-container .m-content-right{height:100%}.mdl-h10 .mdl-container .m-content-right .m-content{width:40.1rem}.mdl-h10 .mdl-container .m-content-right .m-content .m-pretitulo{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-h10 .mdl-container .m-content-right .m-content .m-pretitulo{font-size:1.4rem;letter-spacing:.056rem}}.mdl-h10 .mdl-container .m-content-right .m-content .m-pretitulo{color:#515050b2}.mdl-h10 .mdl-container .m-content-right .m-content .m-titulo{font-family:jokker,sans-serif;font-weight:400;font-size:4.4rem;line-height:5.8rem}@media (max-width: 540px){.mdl-h10 .mdl-container .m-content-right .m-content .m-titulo{font-size:3rem;line-height:4rem}}@media (max-width: 375px){.mdl-h10 .mdl-container .m-content-right .m-content .m-titulo{font-size:2.4rem;line-height:3rem}}.mdl-h10 .mdl-container .m-content-right .m-content .m-titulo{color:#515050;margin-top:7rem}.mdl-h10 .mdl-container .m-content-right .m-content .m-texto{font-family:jokker,sans-serif;font-weight:300;font-size:3.2rem;line-height:4.6rem}@media (max-width: 1366px){.mdl-h10 .mdl-container .m-content-right .m-content .m-texto{font-size:2.8rem;line-height:3.8rem}}@media (max-width: 1080px){.mdl-h10 .mdl-container .m-content-right .m-content .m-texto{font-size:3.2rem;line-height:4.6rem}}@media (max-width: 540px){.mdl-h10 .mdl-container .m-content-right .m-content .m-texto{font-size:2.8rem;line-height:3.8rem}}@media (max-width: 375px){.mdl-h10 .mdl-container .m-content-right .m-content .m-texto{font-size:2.2rem;line-height:3rem}}.mdl-h10 .mdl-container .m-content-right .m-content .m-texto{color:#515050b2;margin:5rem 0}.mdl-h10 .mdl-container .m-content-right .m-content .m-button-sm{display:block}@media (min-width: 1681px){.mdl-h10 .mdl-container .m-content-left{max-width:102rem}}@media (max-width: 1080px){.mdl-h10 .mdl-container{flex-direction:column-reverse;gap:0}.mdl-h10 .mdl-container .m-button-sm{display:block}.mdl-h10 .mdl-container .m-content-left{width:100vw}.mdl-h10 .mdl-container .m-content-right .m-content{width:100%;max-width:45rem;text-align:center}.mdl-h10 .mdl-container .m-content-right .m-content .m-button-sm{display:none}}@media (max-width: 768px){.mdl-h10{padding-top:0}}\n"] }]
|
|
11
|
+
}] });
|
|
12
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYmFieWxvbi1hdi10eHQtaWNvLmNvbXBvbmVudC5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL2JhYnlsb24vc3JjL2xpYi9jb21wb25lbnRzL2NvcmUvYmFieWxvbi1hdi10eHQtaWNvL2JhYnlsb24tYXYtdHh0LWljby5jb21wb25lbnQudHMiLCIuLi8uLi8uLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9iYWJ5bG9uL3NyYy9saWIvY29tcG9uZW50cy9jb3JlL2JhYnlsb24tYXYtdHh0LWljby9iYWJ5bG9uLWF2LXR4dC1pY28uY29tcG9uZW50Lmh0bWwiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFFLFNBQVMsRUFBRSxNQUFNLGVBQWUsQ0FBQztBQUMxQyxPQUFPLEVBQUUsK0JBQStCLEVBQUUsTUFBTSxnQ0FBZ0MsQ0FBQzs7QUFTakYsTUFBTSxPQUFPLHdCQUF3QjsrR0FBeEIsd0JBQXdCO21HQUF4Qix3QkFBd0Isa0ZDVnJDLDR3SEE2RUEsNjNxQkR2RWMsK0JBQStCOzs0RkFJaEMsd0JBQXdCO2tCQVBwQyxTQUFTOytCQUNJLHdCQUF3QixjQUN0QixJQUFJLFdBQ1AsQ0FBQywrQkFBK0IsQ0FBQyIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IENvbXBvbmVudCB9IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xuaW1wb3J0IHsgQmFieWxvbkF2VGV4dEljb1N3aXBlckRpcmVjdGl2ZSB9IGZyb20gJy4vYmFieWxvbi1hdi10eHQtaWNvLmRpcmVjdGl2ZSc7XG5cbkBDb21wb25lbnQoe1xuICAgIHNlbGVjdG9yOiAnbGliLWJhYnlsb24tYXYtdHh0LWljbycsXG4gICAgc3RhbmRhbG9uZTogdHJ1ZSxcbiAgICBpbXBvcnRzOiBbQmFieWxvbkF2VGV4dEljb1N3aXBlckRpcmVjdGl2ZV0sXG4gICAgdGVtcGxhdGVVcmw6ICcuL2JhYnlsb24tYXYtdHh0LWljby5jb21wb25lbnQuaHRtbCcsXG4gICAgc3R5bGVVcmw6ICcuL2JhYnlsb24tYXYtdHh0LWljby5jb21wb25lbnQuc2NzcycsXG59KVxuZXhwb3J0IGNsYXNzIEJhYnlsb25BdlR4dEljb0NvbXBvbmVudCB7fVxuIiwiPHNlY3Rpb24gY2xhc3M9XCJtZGwtaDEwXCI+XG4gICAgPGRpdiBjbGFzcz1cIm1kbC1jb250YWluZXJcIj5cbiAgICAgICAgPGJ1dHRvbiBjbGFzcz1cIm0tYnV0dG9uLXNtXCI+TcOhcyBpbmZvcm1hY2nDs248L2J1dHRvbj5cbiAgICAgICAgPGRpdiBjbGFzcz1cIm0tY29udGVudC1sZWZ0XCI+XG4gICAgICAgICAgICA8IS0tIENvbnRlbmVkb3IgcHJpbmNpcGFsIC0tPlxuICAgICAgICAgICAgPGRpdiBjbGFzcz1cInN3aXBlclwiPlxuICAgICAgICAgICAgICAgIDxkaXYgY2xhc3M9XCJzd2lwZXItY29udGFpbmVyXCIgQmFieWxvbkF2VGV4dEljb1N3aXBlckRpcmVjdGl2ZT5cbiAgICAgICAgICAgICAgICAgICAgPGRpdiBjbGFzcz1cInN3aXBlci13cmFwcGVyXCI+XG4gICAgICAgICAgICAgICAgICAgICAgICA8IS0tIENhZGEgc2xpZGUgLS0+XG4gICAgICAgICAgICAgICAgICAgICAgICA8IS0tIFNpIHF1aWVyZXMgcXVlIGxhIGltYWdlbiBkZSBnaXJlIDM2MCBhw7FhZGlyIGxhIGNsYXNlIHJvdGF0ZWltZyAtLT5cbiAgICAgICAgICAgICAgICAgICAgICAgIDxkaXYgY2xhc3M9XCJzd2lwZXItc2xpZGUgcm90YXRlaW1nXCI+XG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgPGRpdiBjbGFzcz1cIm0tY29udGVudFwiPlxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICA8aW1nXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICBzcmM9XCIvYXNzZXRzL2JhYnlsb24vc3ZnL2ljb25zL251dC5zdmdcIlxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgYWx0PVwiXCJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgLz5cbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgPGRpdiBjbGFzcz1cIm0tdGV4dG9cIj5cbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIDxzdHJvbmc+QWhvcnJhbmRvIGVuZXJnw61hLDwvc3Ryb25nPiBjb25cbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIHNlbnNvcmVzIHF1ZSByZWd1bGFuIGxhIGx1ei5cbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgPC9kaXY+XG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIDxpbWdcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIHNyYz1cIi9hc3NldHMvYmFieWxvbi9zdmcvaWNvbnMvdmVjdG9yLnN2Z1wiXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICBhbHQ9XCJcIlxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAvPlxuICAgICAgICAgICAgICAgICAgICAgICAgICAgIDwvZGl2PlxuICAgICAgICAgICAgICAgICAgICAgICAgPC9kaXY+XG4gICAgICAgICAgICAgICAgICAgICAgICA8IS0tIFNpIHF1aWVyZXMgcXVlIGxhIGltYWdlbiBoYWdhIHVuIHNhbHRvIGHDsWFkaXIgbGEgY2xhc2UganVtcGltZyAtLT5cbiAgICAgICAgICAgICAgICAgICAgICAgIDxkaXYgY2xhc3M9XCJzd2lwZXItc2xpZGUganVtcGltZ1wiPlxuICAgICAgICAgICAgICAgICAgICAgICAgICAgIDxkaXYgY2xhc3M9XCJtLWNvbnRlbnRcIj5cbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgPGltZ1xuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgc3JjPVwiL2Fzc2V0cy9iYWJ5bG9uL3N2Zy9pY29ucy9kcm9wLnN2Z1wiXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICBhbHQ9XCJcIlxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAvPlxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICA8ZGl2IGNsYXNzPVwibS10ZXh0b1wiPlxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgPHN0cm9uZz5BaG9ycmFuZG8gYWd1YSw8L3N0cm9uZz4gY29uXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICBzZW5zb3JlcyBxdWUgcmVndWxhbiBsYSBsdXouXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIDwvZGl2PlxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICA8aW1nXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICBzcmM9XCIvYXNzZXRzL2JhYnlsb24vc3ZnL2ljb25zL3ZlY3Rvci5zdmdcIlxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgYWx0PVwiXCJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgLz5cbiAgICAgICAgICAgICAgICAgICAgICAgICAgICA8L2Rpdj5cbiAgICAgICAgICAgICAgICAgICAgICAgIDwvZGl2PlxuICAgICAgICAgICAgICAgICAgICAgICAgPCEtLSBTaSBxdWllcmVzIHF1ZSBsYSBpbWFnZW4gZGUgZ2lyZSAzNjAgaW52ZXJ0aWRvIGHDsWFkaXIgbGEgY2xhc2Ugcm90YXRlaW1nIC0tPlxuICAgICAgICAgICAgICAgICAgICAgICAgPGRpdiBjbGFzcz1cInN3aXBlci1zbGlkZSByb3RhdGVpbWdpbnZlcnRcIj5cbiAgICAgICAgICAgICAgICAgICAgICAgICAgICA8ZGl2IGNsYXNzPVwibS1jb250ZW50XCI+XG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIDxpbWdcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIHNyYz1cIi9hc3NldHMvYmFieWxvbi9zdmcvaWNvbnMvbG9hZGluZy5zdmdcIlxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgYWx0PVwiXCJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgLz5cbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgPGRpdiBjbGFzcz1cIm0tdGV4dG9cIj5cbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIDxzdHJvbmc+UmVjaWNsYXIgeSByZXV0aWxpemFyLDwvc3Ryb25nPiBjb25cbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIHNlbnNvcmVzIHF1ZSByZWd1bGFuIGxhIGx1ei5cbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgPC9kaXY+XG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIDxpbWdcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIHNyYz1cIi9hc3NldHMvYmFieWxvbi9zdmcvaWNvbnMvdmVjdG9yLnN2Z1wiXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICBhbHQ9XCJcIlxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAvPlxuICAgICAgICAgICAgICAgICAgICAgICAgICAgIDwvZGl2PlxuICAgICAgICAgICAgICAgICAgICAgICAgPC9kaXY+XG4gICAgICAgICAgICAgICAgICAgIDwvZGl2PlxuICAgICAgICAgICAgICAgIDwvZGl2PlxuICAgICAgICAgICAgPC9kaXY+XG4gICAgICAgIDwvZGl2PlxuXG4gICAgICAgIDxkaXYgY2xhc3M9XCJtLWNvbnRlbnQtcmlnaHRcIj5cbiAgICAgICAgICAgIDxkaXYgY2xhc3M9XCJtLWNvbnRlbnRcIj5cbiAgICAgICAgICAgICAgICA8ZGl2IGNsYXNzPVwibS1wcmV0aXR1bG9cIj5zb3N0ZW5pYmlsaWRhZDwvZGl2PlxuICAgICAgICAgICAgICAgIDxoMiBjbGFzcz1cIm0tdGl0dWxvXCI+Tm9zIGhhY2UgZmVsaWNlcyBjdWlkYXIgZWwgcGxhbmV0YS48L2gyPlxuICAgICAgICAgICAgICAgIDxkaXYgY2xhc3M9XCJtLXRleHRvXCI+XG4gICAgICAgICAgICAgICAgICAgIFJlc3BldGFtb3MgbnVlc3RybyBwbGFuZXRhOiBjb21wcm9taXNvIG1lZGlvYW1iaWVudGFsLlxuICAgICAgICAgICAgICAgIDwvZGl2PlxuICAgICAgICAgICAgICAgIDxidXR0b24gY2xhc3M9XCJtLWJ1dHRvbi1zbVwiPk3DoXMgaW5mb3JtYWNpw7NuPC9idXR0b24+XG4gICAgICAgICAgICA8L2Rpdj5cbiAgICAgICAgPC9kaXY+XG4gICAgPC9kaXY+XG48L3NlY3Rpb24+XG4iXX0=
|
|
@@ -0,0 +1,115 @@
|
|
|
1
|
+
import { isPlatformBrowser } from '@angular/common';
|
|
2
|
+
import { Directive, HostListener, PLATFORM_ID, inject, } from '@angular/core';
|
|
3
|
+
import { tap } from 'rxjs';
|
|
4
|
+
import Swiper, { Navigation } from 'swiper';
|
|
5
|
+
import { Utils } from '../../../utils';
|
|
6
|
+
import * as i0 from "@angular/core";
|
|
7
|
+
export class BabylonAvTextIcoSwiperDirective {
|
|
8
|
+
constructor(el) {
|
|
9
|
+
this.el = el;
|
|
10
|
+
this.platform = inject(PLATFORM_ID);
|
|
11
|
+
// Si más adelante quieres navegación, ya tienes Navigation registrado
|
|
12
|
+
Swiper.use([Navigation]);
|
|
13
|
+
}
|
|
14
|
+
ngAfterViewInit() {
|
|
15
|
+
if (!isPlatformBrowser(this.platform))
|
|
16
|
+
return;
|
|
17
|
+
Utils.loadStyle$('assets/babylon/css/swiper-bundle.min.css')
|
|
18
|
+
.pipe(tap(() => this.initSwiper()))
|
|
19
|
+
.subscribe();
|
|
20
|
+
}
|
|
21
|
+
ngOnDestroy() {
|
|
22
|
+
if (!isPlatformBrowser(this.platform))
|
|
23
|
+
return;
|
|
24
|
+
if (this.swiperInstance) {
|
|
25
|
+
try {
|
|
26
|
+
this.swiperInstance.destroy(true, true);
|
|
27
|
+
}
|
|
28
|
+
catch {
|
|
29
|
+
// sin drama
|
|
30
|
+
}
|
|
31
|
+
}
|
|
32
|
+
}
|
|
33
|
+
initSwiper() {
|
|
34
|
+
if (!isPlatformBrowser(this.platform))
|
|
35
|
+
return;
|
|
36
|
+
const host = this.el.nativeElement;
|
|
37
|
+
// Directiva aplicada en el contenedor del módulo h10:
|
|
38
|
+
// <div class="swiper-container" babylonSwiperSliderV2>
|
|
39
|
+
const container = host.classList.contains('swiper-container')
|
|
40
|
+
? host
|
|
41
|
+
: (host.querySelector('.swiper-container') ??
|
|
42
|
+
host);
|
|
43
|
+
const slideCount = container.querySelectorAll('.swiper-slide').length;
|
|
44
|
+
const options = {
|
|
45
|
+
slidesPerView: 3,
|
|
46
|
+
initialSlide: 1,
|
|
47
|
+
loop: false,
|
|
48
|
+
simulateTouch: true,
|
|
49
|
+
grabCursor: true,
|
|
50
|
+
spaceBetween: 40,
|
|
51
|
+
breakpoints: {
|
|
52
|
+
0: {
|
|
53
|
+
slidesPerView: 1,
|
|
54
|
+
spaceBetween: 80,
|
|
55
|
+
centeredSlides: true,
|
|
56
|
+
},
|
|
57
|
+
550: {
|
|
58
|
+
slidesPerView: 1.5,
|
|
59
|
+
spaceBetween: 80,
|
|
60
|
+
centeredSlides: true,
|
|
61
|
+
},
|
|
62
|
+
770: {
|
|
63
|
+
slidesPerView: 2.5,
|
|
64
|
+
spaceBetween: 80,
|
|
65
|
+
centeredSlides: true,
|
|
66
|
+
},
|
|
67
|
+
1080: {
|
|
68
|
+
slidesPerView: 2,
|
|
69
|
+
},
|
|
70
|
+
1370: {
|
|
71
|
+
spaceBetween: 3,
|
|
72
|
+
},
|
|
73
|
+
1680: {
|
|
74
|
+
spaceBetween: 40,
|
|
75
|
+
},
|
|
76
|
+
},
|
|
77
|
+
};
|
|
78
|
+
// Parte equivalente a:
|
|
79
|
+
// if (window.innerWidth < 1370 || slideCount > 3) { autoplay ... }
|
|
80
|
+
if (window.innerWidth < 1370 || slideCount > 3) {
|
|
81
|
+
options.autoplay = {
|
|
82
|
+
delay: 3000,
|
|
83
|
+
};
|
|
84
|
+
}
|
|
85
|
+
// Si ya existía instancia (por si acaso)
|
|
86
|
+
if (this.swiperInstance) {
|
|
87
|
+
try {
|
|
88
|
+
this.swiperInstance.destroy(true, true);
|
|
89
|
+
}
|
|
90
|
+
catch {
|
|
91
|
+
/* nada */
|
|
92
|
+
}
|
|
93
|
+
}
|
|
94
|
+
this.swiperInstance = new Swiper(container, options);
|
|
95
|
+
}
|
|
96
|
+
// Si quieres que el autoplay se reactive/recalcule en resize,
|
|
97
|
+
// puedes volver a crear la instancia en un futuro.
|
|
98
|
+
onResize() {
|
|
99
|
+
// Por ahora no hacemos nada; si quieres recalcular autoplay,
|
|
100
|
+
// podrías destruir y volver a llamar a initSwiper().
|
|
101
|
+
}
|
|
102
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: BabylonAvTextIcoSwiperDirective, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
103
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.3.12", type: BabylonAvTextIcoSwiperDirective, isStandalone: true, selector: "[BabylonAvTextIcoSwiperDirective]", host: { listeners: { "window:resize": "onResize()" } }, ngImport: i0 }); }
|
|
104
|
+
}
|
|
105
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: BabylonAvTextIcoSwiperDirective, decorators: [{
|
|
106
|
+
type: Directive,
|
|
107
|
+
args: [{
|
|
108
|
+
selector: '[BabylonAvTextIcoSwiperDirective]',
|
|
109
|
+
standalone: true,
|
|
110
|
+
}]
|
|
111
|
+
}], ctorParameters: () => [{ type: i0.ElementRef }], propDecorators: { onResize: [{
|
|
112
|
+
type: HostListener,
|
|
113
|
+
args: ['window:resize']
|
|
114
|
+
}] } });
|
|
115
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYmFieWxvbi1hdi10eHQtaWNvLmRpcmVjdGl2ZS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL2JhYnlsb24vc3JjL2xpYi9jb21wb25lbnRzL2NvcmUvYmFieWxvbi1hdi10eHQtaWNvL2JhYnlsb24tYXYtdHh0LWljby5kaXJlY3RpdmUudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFFLGlCQUFpQixFQUFFLE1BQU0saUJBQWlCLENBQUM7QUFDcEQsT0FBTyxFQUVILFNBQVMsRUFFVCxZQUFZLEVBRVosV0FBVyxFQUNYLE1BQU0sR0FDVCxNQUFNLGVBQWUsQ0FBQztBQUN2QixPQUFPLEVBQUUsR0FBRyxFQUFFLE1BQU0sTUFBTSxDQUFDO0FBQzNCLE9BQU8sTUFBTSxFQUFFLEVBQUUsVUFBVSxFQUFpQixNQUFNLFFBQVEsQ0FBQztBQUMzRCxPQUFPLEVBQUUsS0FBSyxFQUFFLE1BQU0sZ0JBQWdCLENBQUM7O0FBTXZDLE1BQU0sT0FBTywrQkFBK0I7SUFNeEMsWUFBb0IsRUFBMkI7UUFBM0IsT0FBRSxHQUFGLEVBQUUsQ0FBeUI7UUFIOUIsYUFBUSxHQUFHLE1BQU0sQ0FBQyxXQUFXLENBQUMsQ0FBQztRQUk1QyxzRUFBc0U7UUFDdEUsTUFBTSxDQUFDLEdBQUcsQ0FBQyxDQUFDLFVBQVUsQ0FBQyxDQUFDLENBQUM7SUFDN0IsQ0FBQztJQUVELGVBQWU7UUFDWCxJQUFJLENBQUMsaUJBQWlCLENBQUMsSUFBSSxDQUFDLFFBQVEsQ0FBQztZQUFFLE9BQU87UUFFOUMsS0FBSyxDQUFDLFVBQVUsQ0FBQywwQ0FBMEMsQ0FBQzthQUN2RCxJQUFJLENBQUMsR0FBRyxDQUFDLEdBQUcsRUFBRSxDQUFDLElBQUksQ0FBQyxVQUFVLEVBQUUsQ0FBQyxDQUFDO2FBQ2xDLFNBQVMsRUFBRSxDQUFDO0lBQ3JCLENBQUM7SUFFRCxXQUFXO1FBQ1AsSUFBSSxDQUFDLGlCQUFpQixDQUFDLElBQUksQ0FBQyxRQUFRLENBQUM7WUFBRSxPQUFPO1FBRTlDLElBQUksSUFBSSxDQUFDLGNBQWMsRUFBRTtZQUNyQixJQUFJO2dCQUNBLElBQUksQ0FBQyxjQUFjLENBQUMsT0FBTyxDQUFDLElBQUksRUFBRSxJQUFJLENBQUMsQ0FBQzthQUMzQztZQUFDLE1BQU07Z0JBQ0osWUFBWTthQUNmO1NBQ0o7SUFDTCxDQUFDO0lBRU8sVUFBVTtRQUNkLElBQUksQ0FBQyxpQkFBaUIsQ0FBQyxJQUFJLENBQUMsUUFBUSxDQUFDO1lBQUUsT0FBTztRQUU5QyxNQUFNLElBQUksR0FBRyxJQUFJLENBQUMsRUFBRSxDQUFDLGFBQWEsQ0FBQztRQUVuQyxzREFBc0Q7UUFDdEQsdURBQXVEO1FBQ3ZELE1BQU0sU0FBUyxHQUFHLElBQUksQ0FBQyxTQUFTLENBQUMsUUFBUSxDQUFDLGtCQUFrQixDQUFDO1lBQ3pELENBQUMsQ0FBQyxJQUFJO1lBQ04sQ0FBQyxDQUFDLENBQUUsSUFBSSxDQUFDLGFBQWEsQ0FBQyxtQkFBbUIsQ0FBaUI7Z0JBQ3pELElBQUksQ0FBQyxDQUFDO1FBRVosTUFBTSxVQUFVLEdBQUcsU0FBUyxDQUFDLGdCQUFnQixDQUFDLGVBQWUsQ0FBQyxDQUFDLE1BQU0sQ0FBQztRQUV0RSxNQUFNLE9BQU8sR0FBa0I7WUFDM0IsYUFBYSxFQUFFLENBQUM7WUFDaEIsWUFBWSxFQUFFLENBQUM7WUFDZixJQUFJLEVBQUUsS0FBSztZQUNYLGFBQWEsRUFBRSxJQUFJO1lBQ25CLFVBQVUsRUFBRSxJQUFJO1lBQ2hCLFlBQVksRUFBRSxFQUFFO1lBQ2hCLFdBQVcsRUFBRTtnQkFDVCxDQUFDLEVBQUU7b0JBQ0MsYUFBYSxFQUFFLENBQUM7b0JBQ2hCLFlBQVksRUFBRSxFQUFFO29CQUNoQixjQUFjLEVBQUUsSUFBSTtpQkFDdkI7Z0JBQ0QsR0FBRyxFQUFFO29CQUNELGFBQWEsRUFBRSxHQUFHO29CQUNsQixZQUFZLEVBQUUsRUFBRTtvQkFDaEIsY0FBYyxFQUFFLElBQUk7aUJBQ3ZCO2dCQUNELEdBQUcsRUFBRTtvQkFDRCxhQUFhLEVBQUUsR0FBRztvQkFDbEIsWUFBWSxFQUFFLEVBQUU7b0JBQ2hCLGNBQWMsRUFBRSxJQUFJO2lCQUN2QjtnQkFDRCxJQUFJLEVBQUU7b0JBQ0YsYUFBYSxFQUFFLENBQUM7aUJBQ25CO2dCQUNELElBQUksRUFBRTtvQkFDRixZQUFZLEVBQUUsQ0FBQztpQkFDbEI7Z0JBQ0QsSUFBSSxFQUFFO29CQUNGLFlBQVksRUFBRSxFQUFFO2lCQUNuQjthQUNKO1NBQ0osQ0FBQztRQUVGLHVCQUF1QjtRQUN2QixtRUFBbUU7UUFDbkUsSUFBSSxNQUFNLENBQUMsVUFBVSxHQUFHLElBQUksSUFBSSxVQUFVLEdBQUcsQ0FBQyxFQUFFO1lBQzVDLE9BQU8sQ0FBQyxRQUFRLEdBQUc7Z0JBQ2YsS0FBSyxFQUFFLElBQUk7YUFDZCxDQUFDO1NBQ0w7UUFFRCx5Q0FBeUM7UUFDekMsSUFBSSxJQUFJLENBQUMsY0FBYyxFQUFFO1lBQ3JCLElBQUk7Z0JBQ0EsSUFBSSxDQUFDLGNBQWMsQ0FBQyxPQUFPLENBQUMsSUFBSSxFQUFFLElBQUksQ0FBQyxDQUFDO2FBQzNDO1lBQUMsTUFBTTtnQkFDSixVQUFVO2FBQ2I7U0FDSjtRQUVELElBQUksQ0FBQyxjQUFjLEdBQUcsSUFBSSxNQUFNLENBQUMsU0FBUyxFQUFFLE9BQU8sQ0FBQyxDQUFDO0lBQ3pELENBQUM7SUFFRCw4REFBOEQ7SUFDOUQsbURBQW1EO0lBRW5ELFFBQVE7UUFDSiw2REFBNkQ7UUFDN0QscURBQXFEO0lBQ3pELENBQUM7K0dBMUdRLCtCQUErQjttR0FBL0IsK0JBQStCOzs0RkFBL0IsK0JBQStCO2tCQUozQyxTQUFTO21CQUFDO29CQUNQLFFBQVEsRUFBRSxtQ0FBbUM7b0JBQzdDLFVBQVUsRUFBRSxJQUFJO2lCQUNuQjsrRUF3R0csUUFBUTtzQkFEUCxZQUFZO3VCQUFDLGVBQWUiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBpc1BsYXRmb3JtQnJvd3NlciB9IGZyb20gJ0Bhbmd1bGFyL2NvbW1vbic7XG5pbXBvcnQge1xuICAgIEFmdGVyVmlld0luaXQsXG4gICAgRGlyZWN0aXZlLFxuICAgIEVsZW1lbnRSZWYsXG4gICAgSG9zdExpc3RlbmVyLFxuICAgIE9uRGVzdHJveSxcbiAgICBQTEFURk9STV9JRCxcbiAgICBpbmplY3QsXG59IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xuaW1wb3J0IHsgdGFwIH0gZnJvbSAncnhqcyc7XG5pbXBvcnQgU3dpcGVyLCB7IE5hdmlnYXRpb24sIFN3aXBlck9wdGlvbnMgfSBmcm9tICdzd2lwZXInO1xuaW1wb3J0IHsgVXRpbHMgfSBmcm9tICcuLi8uLi8uLi91dGlscyc7XG5cbkBEaXJlY3RpdmUoe1xuICAgIHNlbGVjdG9yOiAnW0JhYnlsb25BdlRleHRJY29Td2lwZXJEaXJlY3RpdmVdJyxcbiAgICBzdGFuZGFsb25lOiB0cnVlLFxufSlcbmV4cG9ydCBjbGFzcyBCYWJ5bG9uQXZUZXh0SWNvU3dpcGVyRGlyZWN0aXZlXG4gICAgaW1wbGVtZW50cyBBZnRlclZpZXdJbml0LCBPbkRlc3Ryb3lcbntcbiAgICBwcml2YXRlIHJlYWRvbmx5IHBsYXRmb3JtID0gaW5qZWN0KFBMQVRGT1JNX0lEKTtcbiAgICBwcml2YXRlIHN3aXBlckluc3RhbmNlPzogU3dpcGVyO1xuXG4gICAgY29uc3RydWN0b3IocHJpdmF0ZSBlbDogRWxlbWVudFJlZjxIVE1MRWxlbWVudD4pIHtcbiAgICAgICAgLy8gU2kgbcOhcyBhZGVsYW50ZSBxdWllcmVzIG5hdmVnYWNpw7NuLCB5YSB0aWVuZXMgTmF2aWdhdGlvbiByZWdpc3RyYWRvXG4gICAgICAgIFN3aXBlci51c2UoW05hdmlnYXRpb25dKTtcbiAgICB9XG5cbiAgICBuZ0FmdGVyVmlld0luaXQoKTogdm9pZCB7XG4gICAgICAgIGlmICghaXNQbGF0Zm9ybUJyb3dzZXIodGhpcy5wbGF0Zm9ybSkpIHJldHVybjtcblxuICAgICAgICBVdGlscy5sb2FkU3R5bGUkKCdhc3NldHMvYmFieWxvbi9jc3Mvc3dpcGVyLWJ1bmRsZS5taW4uY3NzJylcbiAgICAgICAgICAgIC5waXBlKHRhcCgoKSA9PiB0aGlzLmluaXRTd2lwZXIoKSkpXG4gICAgICAgICAgICAuc3Vic2NyaWJlKCk7XG4gICAgfVxuXG4gICAgbmdPbkRlc3Ryb3koKTogdm9pZCB7XG4gICAgICAgIGlmICghaXNQbGF0Zm9ybUJyb3dzZXIodGhpcy5wbGF0Zm9ybSkpIHJldHVybjtcblxuICAgICAgICBpZiAodGhpcy5zd2lwZXJJbnN0YW5jZSkge1xuICAgICAgICAgICAgdHJ5IHtcbiAgICAgICAgICAgICAgICB0aGlzLnN3aXBlckluc3RhbmNlLmRlc3Ryb3kodHJ1ZSwgdHJ1ZSk7XG4gICAgICAgICAgICB9IGNhdGNoIHtcbiAgICAgICAgICAgICAgICAvLyBzaW4gZHJhbWFcbiAgICAgICAgICAgIH1cbiAgICAgICAgfVxuICAgIH1cblxuICAgIHByaXZhdGUgaW5pdFN3aXBlcigpOiB2b2lkIHtcbiAgICAgICAgaWYgKCFpc1BsYXRmb3JtQnJvd3Nlcih0aGlzLnBsYXRmb3JtKSkgcmV0dXJuO1xuXG4gICAgICAgIGNvbnN0IGhvc3QgPSB0aGlzLmVsLm5hdGl2ZUVsZW1lbnQ7XG5cbiAgICAgICAgLy8gRGlyZWN0aXZhIGFwbGljYWRhIGVuIGVsIGNvbnRlbmVkb3IgZGVsIG3Ds2R1bG8gaDEwOlxuICAgICAgICAvLyA8ZGl2IGNsYXNzPVwic3dpcGVyLWNvbnRhaW5lclwiIGJhYnlsb25Td2lwZXJTbGlkZXJWMj5cbiAgICAgICAgY29uc3QgY29udGFpbmVyID0gaG9zdC5jbGFzc0xpc3QuY29udGFpbnMoJ3N3aXBlci1jb250YWluZXInKVxuICAgICAgICAgICAgPyBob3N0XG4gICAgICAgICAgICA6ICgoaG9zdC5xdWVyeVNlbGVjdG9yKCcuc3dpcGVyLWNvbnRhaW5lcicpIGFzIEhUTUxFbGVtZW50KSA/P1xuICAgICAgICAgICAgICBob3N0KTtcblxuICAgICAgICBjb25zdCBzbGlkZUNvdW50ID0gY29udGFpbmVyLnF1ZXJ5U2VsZWN0b3JBbGwoJy5zd2lwZXItc2xpZGUnKS5sZW5ndGg7XG5cbiAgICAgICAgY29uc3Qgb3B0aW9uczogU3dpcGVyT3B0aW9ucyA9IHtcbiAgICAgICAgICAgIHNsaWRlc1BlclZpZXc6IDMsXG4gICAgICAgICAgICBpbml0aWFsU2xpZGU6IDEsXG4gICAgICAgICAgICBsb29wOiBmYWxzZSxcbiAgICAgICAgICAgIHNpbXVsYXRlVG91Y2g6IHRydWUsXG4gICAgICAgICAgICBncmFiQ3Vyc29yOiB0cnVlLFxuICAgICAgICAgICAgc3BhY2VCZXR3ZWVuOiA0MCxcbiAgICAgICAgICAgIGJyZWFrcG9pbnRzOiB7XG4gICAgICAgICAgICAgICAgMDoge1xuICAgICAgICAgICAgICAgICAgICBzbGlkZXNQZXJWaWV3OiAxLFxuICAgICAgICAgICAgICAgICAgICBzcGFjZUJldHdlZW46IDgwLFxuICAgICAgICAgICAgICAgICAgICBjZW50ZXJlZFNsaWRlczogdHJ1ZSxcbiAgICAgICAgICAgICAgICB9LFxuICAgICAgICAgICAgICAgIDU1MDoge1xuICAgICAgICAgICAgICAgICAgICBzbGlkZXNQZXJWaWV3OiAxLjUsXG4gICAgICAgICAgICAgICAgICAgIHNwYWNlQmV0d2VlbjogODAsXG4gICAgICAgICAgICAgICAgICAgIGNlbnRlcmVkU2xpZGVzOiB0cnVlLFxuICAgICAgICAgICAgICAgIH0sXG4gICAgICAgICAgICAgICAgNzcwOiB7XG4gICAgICAgICAgICAgICAgICAgIHNsaWRlc1BlclZpZXc6IDIuNSxcbiAgICAgICAgICAgICAgICAgICAgc3BhY2VCZXR3ZWVuOiA4MCxcbiAgICAgICAgICAgICAgICAgICAgY2VudGVyZWRTbGlkZXM6IHRydWUsXG4gICAgICAgICAgICAgICAgfSxcbiAgICAgICAgICAgICAgICAxMDgwOiB7XG4gICAgICAgICAgICAgICAgICAgIHNsaWRlc1BlclZpZXc6IDIsXG4gICAgICAgICAgICAgICAgfSxcbiAgICAgICAgICAgICAgICAxMzcwOiB7XG4gICAgICAgICAgICAgICAgICAgIHNwYWNlQmV0d2VlbjogMyxcbiAgICAgICAgICAgICAgICB9LFxuICAgICAgICAgICAgICAgIDE2ODA6IHtcbiAgICAgICAgICAgICAgICAgICAgc3BhY2VCZXR3ZWVuOiA0MCxcbiAgICAgICAgICAgICAgICB9LFxuICAgICAgICAgICAgfSxcbiAgICAgICAgfTtcblxuICAgICAgICAvLyBQYXJ0ZSBlcXVpdmFsZW50ZSBhOlxuICAgICAgICAvLyBpZiAod2luZG93LmlubmVyV2lkdGggPCAxMzcwIHx8IHNsaWRlQ291bnQgPiAzKSB7IGF1dG9wbGF5IC4uLiB9XG4gICAgICAgIGlmICh3aW5kb3cuaW5uZXJXaWR0aCA8IDEzNzAgfHwgc2xpZGVDb3VudCA+IDMpIHtcbiAgICAgICAgICAgIG9wdGlvbnMuYXV0b3BsYXkgPSB7XG4gICAgICAgICAgICAgICAgZGVsYXk6IDMwMDAsXG4gICAgICAgICAgICB9O1xuICAgICAgICB9XG5cbiAgICAgICAgLy8gU2kgeWEgZXhpc3TDrWEgaW5zdGFuY2lhIChwb3Igc2kgYWNhc28pXG4gICAgICAgIGlmICh0aGlzLnN3aXBlckluc3RhbmNlKSB7XG4gICAgICAgICAgICB0cnkge1xuICAgICAgICAgICAgICAgIHRoaXMuc3dpcGVySW5zdGFuY2UuZGVzdHJveSh0cnVlLCB0cnVlKTtcbiAgICAgICAgICAgIH0gY2F0Y2gge1xuICAgICAgICAgICAgICAgIC8qIG5hZGEgKi9cbiAgICAgICAgICAgIH1cbiAgICAgICAgfVxuXG4gICAgICAgIHRoaXMuc3dpcGVySW5zdGFuY2UgPSBuZXcgU3dpcGVyKGNvbnRhaW5lciwgb3B0aW9ucyk7XG4gICAgfVxuXG4gICAgLy8gU2kgcXVpZXJlcyBxdWUgZWwgYXV0b3BsYXkgc2UgcmVhY3RpdmUvcmVjYWxjdWxlIGVuIHJlc2l6ZSxcbiAgICAvLyBwdWVkZXMgdm9sdmVyIGEgY3JlYXIgbGEgaW5zdGFuY2lhIGVuIHVuIGZ1dHVyby5cbiAgICBASG9zdExpc3RlbmVyKCd3aW5kb3c6cmVzaXplJylcbiAgICBvblJlc2l6ZSgpIHtcbiAgICAgICAgLy8gUG9yIGFob3JhIG5vIGhhY2Vtb3MgbmFkYTsgc2kgcXVpZXJlcyByZWNhbGN1bGFyIGF1dG9wbGF5LFxuICAgICAgICAvLyBwb2Ryw61hcyBkZXN0cnVpciB5IHZvbHZlciBhIGxsYW1hciBhIGluaXRTd2lwZXIoKS5cbiAgICB9XG59XG4iXX0=
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
export * from './babylon-av-txt-ico.component';
|
|
2
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5kZXguanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9iYWJ5bG9uL3NyYy9saWIvY29tcG9uZW50cy9jb3JlL2JhYnlsb24tYXYtdHh0LWljby9pbmRleC50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxjQUFjLGdDQUFnQyxDQUFDIiwic291cmNlc0NvbnRlbnQiOlsiZXhwb3J0ICogZnJvbSAnLi9iYWJ5bG9uLWF2LXR4dC1pY28uY29tcG9uZW50JztcbiJdfQ==
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import { CommonModule } from '@angular/common';
|
|
2
|
+
import { Component, Input } from '@angular/core';
|
|
3
|
+
import * as i0 from "@angular/core";
|
|
4
|
+
import * as i1 from "@angular/common";
|
|
5
|
+
export class BabylonBaImgTxtComponent {
|
|
6
|
+
constructor() {
|
|
7
|
+
this.reverse = false;
|
|
8
|
+
}
|
|
9
|
+
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
|
+
}
|
|
12
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: BabylonBaImgTxtComponent, decorators: [{
|
|
13
|
+
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
|
+
}], propDecorators: { reverse: [{
|
|
16
|
+
type: Input
|
|
17
|
+
}] } });
|
|
18
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYmFieWxvbi1iYS1pbWctdHh0LmNvbXBvbmVudC5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL2JhYnlsb24vc3JjL2xpYi9jb21wb25lbnRzL2NvcmUvYmFieWxvbi1iYS1pbWctdHh0L2JhYnlsb24tYmEtaW1nLXR4dC5jb21wb25lbnQudHMiLCIuLi8uLi8uLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9iYWJ5bG9uL3NyYy9saWIvY29tcG9uZW50cy9jb3JlL2JhYnlsb24tYmEtaW1nLXR4dC9iYWJ5bG9uLWJhLWltZy10eHQuY29tcG9uZW50Lmh0bWwiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFFLFlBQVksRUFBRSxNQUFNLGlCQUFpQixDQUFDO0FBQy9DLE9BQU8sRUFBRSxTQUFTLEVBQUUsS0FBSyxFQUFFLE1BQU0sZUFBZSxDQUFDOzs7QUFTakQsTUFBTSxPQUFPLHdCQUF3QjtJQVByQztRQVFhLFlBQU8sR0FBYSxLQUFLLENBQUM7S0FDdEM7K0dBRlksd0JBQXdCO21HQUF4Qix3QkFBd0Isa0hDVnJDLCtxQ0E0QkEseXF0QkR0QmMsWUFBWTs7NEZBSWIsd0JBQXdCO2tCQVBwQyxTQUFTOytCQUNJLHdCQUF3QixjQUN0QixJQUFJLFdBQ1AsQ0FBQyxZQUFZLENBQUM7OEJBS2QsT0FBTztzQkFBZixLQUFLIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgQ29tbW9uTW9kdWxlIH0gZnJvbSAnQGFuZ3VsYXIvY29tbW9uJztcbmltcG9ydCB7IENvbXBvbmVudCwgSW5wdXQgfSBmcm9tICdAYW5ndWxhci9jb3JlJztcblxuQENvbXBvbmVudCh7XG4gICAgc2VsZWN0b3I6ICdsaWItYmFieWxvbi1iYS1pbWctdHh0JyxcbiAgICBzdGFuZGFsb25lOiB0cnVlLFxuICAgIGltcG9ydHM6IFtDb21tb25Nb2R1bGVdLFxuICAgIHRlbXBsYXRlVXJsOiAnLi9iYWJ5bG9uLWJhLWltZy10eHQuY29tcG9uZW50Lmh0bWwnLFxuICAgIHN0eWxlVXJsOiAnLi9iYWJ5bG9uLWJhLWltZy10eHQuY29tcG9uZW50LnNjc3MnLFxufSlcbmV4cG9ydCBjbGFzcyBCYWJ5bG9uQmFJbWdUeHRDb21wb25lbnQge1xuICAgIEBJbnB1dCgpIHJldmVyc2U/OiBib29sZWFuID0gZmFsc2U7XG59XG4iLCI8IS0tIFNpIHNlIGHDsWFkZSBsYSBjbGFzZSByZXZlcnNlIGZ1bmNpb25hcsOhIGNvbW8gSDA5IC0tPlxuPHNlY3Rpb24gY2xhc3M9XCJtZGwtZmlkZWxpemFjaW9uXCIgW25nQ2xhc3NdPVwieyByZXZlcnNlOiByZXZlcnNlIH1cIj5cbiAgICA8ZGl2IGNsYXNzPVwibWRsLWNvbnRhaW5lclwiPlxuICAgICAgICA8ZGl2IGNsYXNzPVwibS1jb250ZW50XCI+XG4gICAgICAgICAgICA8ZGl2IGNsYXNzPVwibS1zdWJ0aXRsZVwiPkZpZGVsaXphY2nDs248L2Rpdj5cbiAgICAgICAgICAgIDxoMiBjbGFzcz1cIm0tdGl0bGVcIj5BbGVncmlhIFJld2FyZHMgQ2x1YjwvaDI+XG4gICAgICAgICAgICA8ZGl2IGNsYXNzPVwibS10ZXh0XCI+XG4gICAgICAgICAgICAgICAgw5puZXRlIGFsIHByb2dyYW1hIGRlIGZpZGVsaXphY2nDs24gcGFyYSBiZW5lZmljaWFydGUgZGUgdmVudGFqYXMsXG4gICAgICAgICAgICAgICAgcHJvbW9jaW9uZXMgeSBtdWNobyBtw6FzIHBvciBzZXIgbWllbWJybyBkZWwgY2x1Yi5cbiAgICAgICAgICAgIDwvZGl2PlxuICAgICAgICAgICAgPGRpdiBjbGFzcz1cIm0tYnV0dG9uc1wiPlxuICAgICAgICAgICAgICAgIDxhIGhyZWY9XCIjXCIgY2xhc3M9XCJtLWJ1dHRvbi1zbVwiPlJlZ8Otc3RyYXRlIEdyYXRpczwvYT5cbiAgICAgICAgICAgICAgICA8YSBocmVmPVwiI1wiIGNsYXNzPVwibS11bmRlcmxpbmVcIj5WZXIgcGxhbmVzIHkgdmVudGFqYXM8L2E+XG4gICAgICAgICAgICA8L2Rpdj5cbiAgICAgICAgPC9kaXY+XG4gICAgICAgIDxkaXZcbiAgICAgICAgICAgIGNsYXNzPVwibS1pbWdcIlxuICAgICAgICAgICAgc3R5bGU9XCJiYWNrZ3JvdW5kLWltYWdlOiB1cmwoaHR0cHM6Ly9waWNzdW0ucGhvdG9zLzkwMC8xMDAwKVwiXG4gICAgICAgID5cbiAgICAgICAgICAgIDxpbWdcbiAgICAgICAgICAgICAgICBjbGFzcz1cIm0tcGhyYXNlXCJcbiAgICAgICAgICAgICAgICBzcmM9XCIvYXNzZXRzL2JhYnlsb24vc3ZnL2ljb25zL3Jld2FyZHMuc3ZnXCJcbiAgICAgICAgICAgICAgICBhbHQ9XCJyZXdhcmRzY2x1YlwiXG4gICAgICAgICAgICAvPlxuICAgICAgICA8L2Rpdj5cbiAgICAgICAgPGRpdiBjbGFzcz1cIm0tc3VidGl0bGUgdGFibGV0XCI+RmlkZWxpemFjacOzbjwvZGl2PlxuICAgIDwvZGl2PlxuPC9zZWN0aW9uPlxuIl19
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
export * from './babylon-ba-img-txt.component';
|
|
2
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5kZXguanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9iYWJ5bG9uL3NyYy9saWIvY29tcG9uZW50cy9jb3JlL2JhYnlsb24tYmEtaW1nLXR4dC9pbmRleC50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxjQUFjLGdDQUFnQyxDQUFDIiwic291cmNlc0NvbnRlbnQiOlsiZXhwb3J0ICogZnJvbSAnLi9iYWJ5bG9uLWJhLWltZy10eHQuY29tcG9uZW50JztcbiJdfQ==
|