ctt-babylon 0.0.7 → 0.0.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.
@@ -1,5 +1,7 @@
1
+ import { CommonModule } from '@angular/common';
1
2
  import { Component, Input } from '@angular/core';
2
3
  import * as i0 from "@angular/core";
4
+ import * as i1 from "@angular/common";
3
5
  export class BabylonInfoImgComponent {
4
6
  constructor() {
5
7
  this.headerIzq = '';
@@ -13,12 +15,18 @@ export class BabylonInfoImgComponent {
13
15
  this.imgsDer = [];
14
16
  this.showDer = true;
15
17
  }
18
+ getImageSrc(index) {
19
+ if (this.imgsIzq && this.imgsIzq.length > index) {
20
+ return `/assets/babylon/fotos/${this.imgsIzq[index]}`;
21
+ }
22
+ return '';
23
+ }
16
24
  static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.11", ngImport: i0, type: BabylonInfoImgComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
17
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.11", type: BabylonInfoImgComponent, isStandalone: true, selector: "lib-babylon-info-img", inputs: { headerIzq: "headerIzq", titleIzq: "titleIzq", textIzq: "textIzq", imgsIzq: "imgsIzq", showIzq: "showIzq", headerDer: "headerDer", titleDer: "titleDer", textDer: "textDer", imgsDer: "imgsDer", showDer: "showDer" }, ngImport: i0, template: "<section class=\"babylon__infoimg margin-main\" *ngIf=\"showIzq\"> \r\n <div class=\"container-fluid p-0 position-relative\">\r\n <div class=\"container\">\r\n <div class=\"row align-items-center cs_gap_y_40\">\r\n <div class=\"col-lg-7 \">\r\n <div class=\"cs_pr_110\">\r\n <div class=\"cs_slider cs_style_1 cs_slider_gap_24\"> \r\n <div class=\"cs_slider_container\" data-autoplay=\"0\" data-loop=\"1\" data-speed=\"600\" data-center=\"0\" data-variable-width=\"0\" \r\n data-slides-per-view=\"responsive\" data-xs-slides=\"1\" data-sm-slides=\"1\" data-md-slides=\"1\" data-lg-slides=\"1\" data-add-slides=\"1\">\r\n <div class=\"cs_slider_wrapper\">\r\n <div class=\"cs_slide\"> \r\n <div class=\"cs_video_block cs_style_1 cs_type_3 position-relative cs--radius\">\r\n <figure class=\"cs_video_block_bg h-100 w-100 position-absolute start-0 top-0 cs_bg_filed \" data-src=\"'/assets/babylon/fotos/' + imgsIzq[0]\"></figure>\r\n </div>\r\n </div> \r\n <div class=\"cs_slide\"> \r\n <div class=\"cs_video_block cs_style_1 cs_type_3 position-relative cs--radius\">\r\n <figure class=\"cs_video_block_bg h-100 w-100 position-absolute start-0 top-0 cs_bg_filed \" data-src=\"'/assets/babylon/fotos/' + imgsIzq[1]\"></figure>\r\n </div>\r\n </div> \r\n <div class=\"cs_slide\"> \r\n <div class=\"cs_video_block cs_style_1 cs_type_3 position-relative cs--radius\">\r\n <figure class=\"cs_video_block_bg h-100 w-100 position-absolute start-0 top-0 cs_bg_filed \" data-src=\"'/assets/babylon/fotos/' + imgsIzq[2]\"></figure>\r\n </div>\r\n </div> \r\n </div>\r\n </div>\r\n <div class=\"cs_pagination cs_style_1 cs_type_3 cs_type_3--left\"></div>\r\n </div> \r\n </div>\r\n </div>\r\n <div class=\"col-lg-5\">\r\n <div class=\"intro_info\">\r\n <h3 class=\"pretitle wow fadeInUp\" data-wow-duration=\"0.8s\" data-wow-delay=\"0.2s\">{{ headerIzq }}</h3>\r\n <h2 class=\"title\">{{ titleIzq }}</h2>\r\n <!-- <h3 class=\"subtitle \" >Info Img</h3> -->\r\n <h4 class=\"title-right\">Hotel Babylon</h4>\r\n <p class=\"text\">{{ textIzq }}</p>\r\n <!-- <ul class=\"cs_list cs_style_1 cs_mp_0\">\r\n <li>\r\n <div class=\"info--icon \">\r\n <i class=\"icon--svg icon-nuevo_pax_ico_small \"></i> \r\n </div> \r\n <p class=\"text mb--0\">Transportation Services <span class=\"text--small\">15km</span></p>\r\n </li>\r\n <li>\r\n \r\n <p class=\"text mb--0\">Transportation Services <span class=\"text--small\">15km</span></p>\r\n </li>\r\n <li>\r\n <div class=\"info--icon \">\r\n <i class=\"icon--svg icon-nuevo_pax_ico_small \"></i> \r\n </div> \r\n <p class=\"text mb--0\">Transportation Services</p>\r\n </li>\r\n \r\n </ul>\r\n <div class=\"btns__box\">\r\n <a href=\" \" class=\"btn btn_primary\">\r\n <b>Learn More</b>\r\n <span class=\"babylon-arrow-right-big\"></span> \r\n </a>\r\n </div> -->\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n </div> \r\n</section>\r\n\r\n<!-- mismo modulo pero a la inversa -->\r\n<section class=\"babylon__infoimg margin-main\" *ngIf=\"showDer\"> \r\n <div class=\"container-fluid p-0 position-relative\">\r\n <div class=\"container\">\r\n <div class=\"row align-items-center cs_gap_y_40 column-reverse\"> \r\n <div class=\"col-lg-5\"> \r\n <div class=\"intro_info\">\r\n <h3 class=\"pretitle wow fadeInUp\" data-wow-duration=\"0.8s\" data-wow-delay=\"0.2s\">{{ headerDer }}</h3>\r\n <h2 class=\"title\">{{ titleDer }}</h2>\r\n <h4 class=\"title-left\">Hotel Babylon</h4>\r\n <p class=\"text\">{{ textDer }}</p>\r\n <!-- <ul class=\"cs_list cs_style_1 cs_mp_0\">\r\n <li>\r\n <div class=\"info--icon \">\r\n <i class=\"icon--svg icon-nuevo_pax_ico_small \"></i> \r\n </div> \r\n <p class=\"text mb--0\">Transportation Services <span class=\"text--small\">15km</span></p>\r\n </li>\r\n <li>\r\n <div class=\"info--icon \">\r\n <i class=\"icon--svg icon-nuevo_pax_ico_small \"></i> \r\n </div> \r\n <p class=\"text mb--0\">Transportation Services <span class=\"text--small\">15km</span></p>\r\n </li>\r\n <li>\r\n <div class=\"info--icon \">\r\n <i class=\"icon--svg icon-nuevo_pax_ico_small \"></i> \r\n </div> \r\n <p class=\"text mb--0\">Transportation Services <span class=\"text--small\">15km</span></p>\r\n </li>\r\n \r\n </ul> -->\r\n <div class=\"btns__box\">\r\n <a href=\" \" class=\"btn btn_primary\">\r\n <b>Learn More</b>\r\n <span class=\"babylon-arrow-right-big\"></span> \r\n </a>\r\n </div> \r\n \r\n </div>\r\n </div>\r\n <div class=\"col-lg-7\"> \r\n <div class=\"cs_pl_110\">\r\n <div class=\"cs_slider cs_style_1 cs_slider_gap_24\"> \r\n <div class=\"cs_slider_container\" data-autoplay=\"0\" data-loop=\"1\" data-speed=\"600\" data-center=\"0\" data-variable-width=\"0\" \r\n data-slides-per-view=\"responsive\" data-xs-slides=\"1\" data-sm-slides=\"1\" data-md-slides=\"1\" data-lg-slides=\"1\" data-add-slides=\"1\">\r\n <div class=\"cs_slider_wrapper\">\r\n <div class=\"cs_slide\"> \r\n <div class=\"cs_video_block cs_style_1 cs_type_3 position-relative cs--radius\">\r\n <figure class=\"cs_video_block_bg h-100 w-100 position-absolute start-0 top-0 cs_bg_filed \" data-src=\"'/assets/babylon/fotos/' + imgsDer[0]\"></figure>\r\n </div>\r\n </div> \r\n <div class=\"cs_slide\"> \r\n <div class=\"cs_video_block cs_style_1 cs_type_3 position-relative cs--radius\">\r\n <figure class=\"cs_video_block_bg h-100 w-100 position-absolute start-0 top-0 cs_bg_filed \" data-src=\"'/assets/babylon/fotos/' + imgsDer[1]\"></figure>\r\n </div>\r\n </div> \r\n <div class=\"cs_slide\"> \r\n <div class=\"cs_video_block cs_style_1 cs_type_3 position-relative cs--radius\">\r\n <figure class=\"cs_video_block_bg h-100 w-100 position-absolute start-0 top-0 cs_bg_filed \" data-src=\"'/assets/babylon/fotos/' + imgsDer[2]\"></figure>\r\n </div>\r\n </div> \r\n </div>\r\n </div>\r\n <div class=\"cs_pagination cs_style_1 cs_type_3\"></div>\r\n </div> \r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n </div> \r\n</section>", styles: [":root{--font-title: \"the-seasons\", Helvetica, sans-serif;--font-pretitle:\"Poppins\", Helvetica, sans-serif;--font-text: \"Poppins\", Helvetica, sans-serif;--font-claim: \"turbinado-pro\", Helvetica, sans-serif;--cl_corp: #24262d;--cl_accent: #aa8453;--cl_icon: #978667;--cl_icon-light: #fff;--cl_border-light: #ededed;--cl_border-dark: #d9e1e6;--cl_shadow: rgba(0, 0, 0, .1);--cl_breadcrumb: #24262d;--cl_breadcrumb-hover: #978667;--cl_preload-bg:#ededed;--cl_preload:#24262d;--cl_background_body: #fdfbf8;--cl_background_white: #fff;--cl_background_dark: #19314b;--cl_background_gray: #eee;--cl_title: #978667;--cl_subtitle: #19314b;--cl_pretitle: #19314b;--cl_text: #3c3b3b;--cl_title-light: #fff;--cl_subtitle-light: #fff;--cl_pretitle-light: #fff;--cl_text-light: #fff;--w_title: 600;--w_text: 300;--w_subtitle: 300;--w_pretitle: 300;--cl_header-bg: #494949;--cl_header-text-light: #fff;--cl_menu-bg: #19314b;--cl_menu-text: #fff;--w_btn: 400;--cl_btn-box: #19314b;--cl_btn-box-text: #19314b;--cl_btn-box-hover: #978667;--cl_btn-box-text-hover: #fff;--cl_btn-call: #19314bf2;--cl_btn-call-text: white;--cl_btn-call-hover: #978667;--cl_btn-call-text-hover: #fff;--cl_btn-link: #19314b;--cl_btn-link-hover: #978667;--cl_btn-arrow: #19314b;--cl_btn-arrow-icon: #fff;--cl_btn-arrow-hover: #978667;--cl_btn-arrow-icon-hover: #fff;--cl_btn-dots: #24262d;--cl_btn-dots-active: #978667;--cl_btn-dots-hover: #978667;--cl_btn-light: #fff;--cl_btn-light-text: #fff;--cl_btn-light-hover: #978667;--cl_btn-light-text-hover: #978667;--cl_footer-bg: #19314b;--cl_footer-bg-bottom:#0a1d31;--cl_footer-scroll:#978667;--cl_footer-text: #fff;--cl_footer-text-hover: #978667;--btn_radius: 5px;--img_radius: 5px;--img_border: #fff;--img_border-whidth:1px}.cs_dark{--cl_corp: #181818;--cl_accent: #aa8453;--cl_icon: #aa8453;--cl_icon-light: #fff;--cl_border-light: #ededed;--cl_border-dark: #d9e1e6;--cl_shadow: rgba(0, 0, 0, .1);--cl_breadcrumb: #fff;--cl_breadcrumb-hover: #aa8453;--cl_preload-bg:#ededed;--cl_preload:#24262d;--cl_background_body: #181818;--cl_background_white: transparent;--cl_background_dark: #aa8453;--cl_background_gray: #333;--cl_title: #fff;--cl_subtitle: #aa8453;--cl_pretitle: #aa8453;--cl_text: #fff;--cl_title-light: #fff;--cl_subtitle-light: #fff;--cl_pretitle-light: #fff;--cl_text-light: #fff;--cl_header-bg: #aa8453;--cl_header-text-light: #fff;--cl_menu-bg: #79582c;--cl_menu-text: #fff;--cl_btn-box: #aa8453;--cl_btn-box-text: #aa8453;--cl_btn-box-hover: #79582c;--cl_btn-box-text-hover: #fff;--cl_btn-call: #aa8453;--cl_btn-call-text: white;--cl_btn-call-hover: #79582c;--cl_btn-call-text-hover: #fff;--cl_btn-link: #aa8453;--cl_btn-link-hover: #79582c;--cl_btn-arrow: #ffffff3a;--cl_btn-arrow-icon: #fff;--cl_btn-arrow-hover: #79582c;--cl_btn-arrow-icon-hover: #fff;--cl_btn-dots: #eee;--cl_btn-dots-active: #79582c;--cl_btn-dots-hover: #79582c;--cl_btn-light: #fff;--cl_btn-light-text: #fff;--cl_btn-light-hover: #79582c;--cl_btn-light-text-hover: #79582c;--cl_footer-bg: #aa8453;--cl_footer-bg-bottom:#79582c;--cl_footer-scroll:#aa8453;--cl_footer-text: #fff;--cl_footer-text-hover: #aa8453;--btn_radius: 1px;--img_radius: 0px;--img_border: #fff;--img_border-whidth:2px}.mt--0{margin-top:0!important}.mb--0{margin-bottom:0!important}.mr--0{margin-right:0!important}.ml--0{margin-left:0!important}.pt--0{padding-top:0}.pb--0{padding-bottom:0}.pl--0{padding-left:0!important}.mblock--0{margin-block:0px}.pblock--0{padding-block:0px}.mt--10{margin-top:10px!important}.mb--10{margin-bottom:10px!important}.mr--10{margin-right:10px!important}.ml--10{margin-left:10px!important}.pt--10{padding-top:10px}.pb--10{padding-bottom:10px}.pl--10{padding-left:10px!important}.mblock--10{margin-block:10px}.pblock--10{padding-block:10px}.mt--20{margin-top:20px!important}.mb--20{margin-bottom:20px!important}.mr--20{margin-right:20px!important}.ml--20{margin-left:20px!important}.pt--20{padding-top:20px}.pb--20{padding-bottom:20px}.pl--20{padding-left:20px!important}.mblock--20{margin-block:20px}.pblock--20{padding-block:20px}.mt--25{margin-top:25px!important}.mb--25{margin-bottom:25px!important}.mr--25{margin-right:25px!important}.ml--25{margin-left:25px!important}.pt--25{padding-top:25px}.pb--25{padding-bottom:25px}.pl--25{padding-left:25px!important}.mblock--25{margin-block:25px}.pblock--25{padding-block:25px}.mt--30{margin-top:30px!important}.mb--30{margin-bottom:30px!important}.mr--30{margin-right:30px!important}.ml--30{margin-left:30px!important}.pt--30{padding-top:30px}.pb--30{padding-bottom:30px}.pl--30{padding-left:30px!important}.mblock--30{margin-block:30px}.pblock--30{padding-block:30px}.mt--40{margin-top:40px!important}.mb--40{margin-bottom:40px!important}.mr--40{margin-right:40px!important}.ml--40{margin-left:40px!important}.pt--40{padding-top:40px}.pb--40{padding-bottom:40px}.pl--40{padding-left:40px!important}.mblock--40{margin-block:40px}.pblock--40{padding-block:40px}.mt--50{margin-top:50px!important}.mb--50{margin-bottom:50px!important}.mr--50{margin-right:50px!important}.ml--50{margin-left:50px!important}.pt--50{padding-top:50px}.pb--50{padding-bottom:50px}.pl--50{padding-left:50px!important}.mblock--50{margin-block:50px}.pblock--50{padding-block:50px}.mt--60{margin-top:60px!important}.mb--60{margin-bottom:60px!important}.mr--60{margin-right:60px!important}.ml--60{margin-left:60px!important}.pt--60{padding-top:60px}.pb--60{padding-bottom:60px}.pl--60{padding-left:60px!important}.mblock--60{margin-block:60px}.pblock--60{padding-block:60px}.mt--70{margin-top:70px!important}.mb--70{margin-bottom:70px!important}.mr--70{margin-right:70px!important}.ml--70{margin-left:70px!important}.pt--70{padding-top:70px}.pb--70{padding-bottom:70px}.pl--70{padding-left:70px!important}.mblock--70{margin-block:70px}.pblock--70{padding-block:70px}.mt--80{margin-top:80px!important}.mb--80{margin-bottom:80px!important}.mr--80{margin-right:80px!important}.ml--80{margin-left:80px!important}.pt--80{padding-top:80px}.pb--80{padding-bottom:80px}.pl--80{padding-left:80px!important}.mblock--80{margin-block:80px}.pblock--80{padding-block:80px}.mt--90{margin-top:90px!important}.mb--90{margin-bottom:90px!important}.mr--90{margin-right:90px!important}.ml--90{margin-left:90px!important}.pt--90{padding-top:90px}.pb--90{padding-bottom:90px}.pl--90{padding-left:90px!important}.mblock--90{margin-block:90px}.pblock--90{padding-block:90px}.mt--100{margin-top:100px!important}.mb--100{margin-bottom:100px!important}.mr--100{margin-right:100px!important}.ml--100{margin-left:100px!important}.pt--100{padding-top:100px}.pb--100{padding-bottom:100px}.pl--100{padding-left:100px!important}.mblock--100{margin-block:100px}.pblock--100{padding-block:100px}.title-right{position:absolute;top:50%;font-weight:600;font-family:var(--font-title);writing-mode:vertical-lr;transform:rotate(180deg) translateY(50%);right:5%;white-space:nowrap;opacity:.2;font-size:80px;line-height:1.124em;color:var(--cl_accent)}@media (max-width: 1679px){.title-right{right:2%;font-size:60px}}@media (max-width: 991px){.title-right{right:20px;font-size:40px}}@media (max-width: 991px){.title-right{position:initial;transform:initial;writing-mode:initial;white-space:initial;margin-bottom:25px;font-size:30px}}.title-left{position:absolute;top:50%;font-weight:600;font-family:var(--font-title);writing-mode:vertical-lr;transform:rotate(180deg) translateY(50%);left:5%;white-space:nowrap;opacity:.2;font-size:80px;line-height:1.124em;color:var(--cl_accent)}@media (max-width: 1679px){.title-left{left:2%;font-size:60px}}@media (max-width: 991px){.title-left{left:20px;font-size:40px}}@media (max-width: 991px){.title-left{position:initial;transform:initial;writing-mode:initial;white-space:initial;margin-bottom:25px;font-size:30px}}.cs_list.cs_style_1{width:100%}.cs_list.cs_style_1 li{position:relative;display:flex;align-items:flex-start;border-bottom:1px solid var(--cl_border-light);padding-bottom:10px;gap:10px}.cs_list.cs_style_1 li:not(:last-child){margin-bottom:15px}.cs_list.cs_style_1 li span{display:block;font-weight:700}@media (max-width: 991px){.cs_list.cs_style_1 li{justify-content:center;text-align:center}}.hidden-module{display:none!important}\n"] }); }
25
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.11", type: BabylonInfoImgComponent, isStandalone: true, selector: "lib-babylon-info-img", inputs: { headerIzq: "headerIzq", titleIzq: "titleIzq", textIzq: "textIzq", imgsIzq: "imgsIzq", showIzq: "showIzq", headerDer: "headerDer", titleDer: "titleDer", textDer: "textDer", imgsDer: "imgsDer", showDer: "showDer" }, ngImport: i0, template: "<section class=\"babylon__infoimg margin-main\" *ngIf=\"showIzq\"> \r\n <div class=\"container-fluid p-0 position-relative\">\r\n <div class=\"container\">\r\n <div class=\"row align-items-center cs_gap_y_40\">\r\n <div class=\"col-lg-7 \">\r\n <div class=\"cs_pr_110\">\r\n <div class=\"cs_slider cs_style_1 cs_slider_gap_24\"> \r\n <div class=\"cs_slider_container\" data-autoplay=\"0\" data-loop=\"1\" data-speed=\"600\" data-center=\"0\" data-variable-width=\"0\" \r\n data-slides-per-view=\"responsive\" data-xs-slides=\"1\" data-sm-slides=\"1\" data-md-slides=\"1\" data-lg-slides=\"1\" data-add-slides=\"1\">\r\n <div class=\"cs_slider_wrapper\">\r\n <div class=\"cs_slide\"> \r\n <div class=\"cs_video_block cs_style_1 cs_type_3 position-relative cs--radius\">\r\n <figure class=\"cs_video_block_bg h-100 w-100 position-absolute start-0 top-0 cs_bg_filed \" [attr.data-src]=\"getImageSrc(0)\"></figure>\r\n </div>\r\n </div> \r\n <div class=\"cs_slide\"> \r\n <div class=\"cs_video_block cs_style_1 cs_type_3 position-relative cs--radius\">\r\n <figure class=\"cs_video_block_bg h-100 w-100 position-absolute start-0 top-0 cs_bg_filed \" [attr.data-src]=\"getImageSrc(1)\"></figure>\r\n </div>\r\n </div> \r\n <div class=\"cs_slide\"> \r\n <div class=\"cs_video_block cs_style_1 cs_type_3 position-relative cs--radius\">\r\n <figure class=\"cs_video_block_bg h-100 w-100 position-absolute start-0 top-0 cs_bg_filed \" [attr.data-src]=\"getImageSrc(2)\"></figure>\r\n </div>\r\n </div> \r\n </div>\r\n </div>\r\n <div class=\"cs_pagination cs_style_1 cs_type_3 cs_type_3--left\"></div>\r\n </div> \r\n </div>\r\n </div>\r\n <div class=\"col-lg-5\">\r\n <div class=\"intro_info\">\r\n <h3 class=\"pretitle wow fadeInUp\" data-wow-duration=\"0.8s\" data-wow-delay=\"0.2s\">{{ headerIzq }}</h3>\r\n <h2 class=\"title\">{{ titleIzq }}</h2>\r\n <!-- <h3 class=\"subtitle \" >Info Img</h3> -->\r\n <h4 class=\"title-right\">Hotel Babylon</h4>\r\n <p class=\"text\">{{ textIzq }}</p>\r\n <!-- <ul class=\"cs_list cs_style_1 cs_mp_0\">\r\n <li>\r\n <div class=\"info--icon \">\r\n <i class=\"icon--svg icon-nuevo_pax_ico_small \"></i> \r\n </div> \r\n <p class=\"text mb--0\">Transportation Services <span class=\"text--small\">15km</span></p>\r\n </li>\r\n <li>\r\n \r\n <p class=\"text mb--0\">Transportation Services <span class=\"text--small\">15km</span></p>\r\n </li>\r\n <li>\r\n <div class=\"info--icon \">\r\n <i class=\"icon--svg icon-nuevo_pax_ico_small \"></i> \r\n </div> \r\n <p class=\"text mb--0\">Transportation Services</p>\r\n </li>\r\n \r\n </ul>\r\n <div class=\"btns__box\">\r\n <a href=\" \" class=\"btn btn_primary\">\r\n <b>Learn More</b>\r\n <span class=\"babylon-arrow-right-big\"></span> \r\n </a>\r\n </div> -->\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n </div> \r\n</section>\r\n\r\n<!-- mismo modulo pero a la inversa -->\r\n<section class=\"babylon__infoimg margin-main\" *ngIf=\"showDer\"> \r\n <div class=\"container-fluid p-0 position-relative\">\r\n <div class=\"container\">\r\n <div class=\"row align-items-center cs_gap_y_40 column-reverse\"> \r\n <div class=\"col-lg-5\"> \r\n <div class=\"intro_info\">\r\n <h3 class=\"pretitle wow fadeInUp\" data-wow-duration=\"0.8s\" data-wow-delay=\"0.2s\">{{ headerDer }}</h3>\r\n <h2 class=\"title\">{{ titleDer }}</h2>\r\n <h4 class=\"title-left\">Hotel Babylon</h4>\r\n <p class=\"text\">{{ textDer }}</p>\r\n <!-- <ul class=\"cs_list cs_style_1 cs_mp_0\">\r\n <li>\r\n <div class=\"info--icon \">\r\n <i class=\"icon--svg icon-nuevo_pax_ico_small \"></i> \r\n </div> \r\n <p class=\"text mb--0\">Transportation Services <span class=\"text--small\">15km</span></p>\r\n </li>\r\n <li>\r\n <div class=\"info--icon \">\r\n <i class=\"icon--svg icon-nuevo_pax_ico_small \"></i> \r\n </div> \r\n <p class=\"text mb--0\">Transportation Services <span class=\"text--small\">15km</span></p>\r\n </li>\r\n <li>\r\n <div class=\"info--icon \">\r\n <i class=\"icon--svg icon-nuevo_pax_ico_small \"></i> \r\n </div> \r\n <p class=\"text mb--0\">Transportation Services <span class=\"text--small\">15km</span></p>\r\n </li>\r\n \r\n </ul> -->\r\n <div class=\"btns__box\">\r\n <a href=\" \" class=\"btn btn_primary\">\r\n <b>Learn More</b>\r\n <span class=\"babylon-arrow-right-big\"></span> \r\n </a>\r\n </div> \r\n \r\n </div>\r\n </div>\r\n <div class=\"col-lg-7\"> \r\n <div class=\"cs_pl_110\">\r\n <div class=\"cs_slider cs_style_1 cs_slider_gap_24\"> \r\n <div class=\"cs_slider_container\" data-autoplay=\"0\" data-loop=\"1\" data-speed=\"600\" data-center=\"0\" data-variable-width=\"0\" \r\n data-slides-per-view=\"responsive\" data-xs-slides=\"1\" data-sm-slides=\"1\" data-md-slides=\"1\" data-lg-slides=\"1\" data-add-slides=\"1\">\r\n <div class=\"cs_slider_wrapper\">\r\n <div class=\"cs_slide\"> \r\n <div class=\"cs_video_block cs_style_1 cs_type_3 position-relative cs--radius\">\r\n <figure class=\"cs_video_block_bg h-100 w-100 position-absolute start-0 top-0 cs_bg_filed \" [attr.data-src]=\"getImageSrc(0)\"></figure>\r\n </div>\r\n </div> \r\n <div class=\"cs_slide\"> \r\n <div class=\"cs_video_block cs_style_1 cs_type_3 position-relative cs--radius\">\r\n <figure class=\"cs_video_block_bg h-100 w-100 position-absolute start-0 top-0 cs_bg_filed \" [attr.data-src]=\"getImageSrc(1)\"></figure>\r\n </div>\r\n </div> \r\n <div class=\"cs_slide\"> \r\n <div class=\"cs_video_block cs_style_1 cs_type_3 position-relative cs--radius\">\r\n <figure class=\"cs_video_block_bg h-100 w-100 position-absolute start-0 top-0 cs_bg_filed \" [attr.data-src]=\"getImageSrc(2)\"></figure>\r\n </div>\r\n </div> \r\n </div>\r\n </div>\r\n <div class=\"cs_pagination cs_style_1 cs_type_3\"></div>\r\n </div> \r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n </div> \r\n</section>", styles: [":root{--font-title: \"the-seasons\", Helvetica, sans-serif;--font-pretitle:\"Poppins\", Helvetica, sans-serif;--font-text: \"Poppins\", Helvetica, sans-serif;--font-claim: \"turbinado-pro\", Helvetica, sans-serif;--cl_corp: #24262d;--cl_accent: #aa8453;--cl_icon: #978667;--cl_icon-light: #fff;--cl_border-light: #ededed;--cl_border-dark: #d9e1e6;--cl_shadow: rgba(0, 0, 0, .1);--cl_breadcrumb: #24262d;--cl_breadcrumb-hover: #978667;--cl_preload-bg:#ededed;--cl_preload:#24262d;--cl_background_body: #fdfbf8;--cl_background_white: #fff;--cl_background_dark: #19314b;--cl_background_gray: #eee;--cl_title: #978667;--cl_subtitle: #19314b;--cl_pretitle: #19314b;--cl_text: #3c3b3b;--cl_title-light: #fff;--cl_subtitle-light: #fff;--cl_pretitle-light: #fff;--cl_text-light: #fff;--w_title: 600;--w_text: 300;--w_subtitle: 300;--w_pretitle: 300;--cl_header-bg: #494949;--cl_header-text-light: #fff;--cl_menu-bg: #19314b;--cl_menu-text: #fff;--w_btn: 400;--cl_btn-box: #19314b;--cl_btn-box-text: #19314b;--cl_btn-box-hover: #978667;--cl_btn-box-text-hover: #fff;--cl_btn-call: #19314bf2;--cl_btn-call-text: white;--cl_btn-call-hover: #978667;--cl_btn-call-text-hover: #fff;--cl_btn-link: #19314b;--cl_btn-link-hover: #978667;--cl_btn-arrow: #19314b;--cl_btn-arrow-icon: #fff;--cl_btn-arrow-hover: #978667;--cl_btn-arrow-icon-hover: #fff;--cl_btn-dots: #24262d;--cl_btn-dots-active: #978667;--cl_btn-dots-hover: #978667;--cl_btn-light: #fff;--cl_btn-light-text: #fff;--cl_btn-light-hover: #978667;--cl_btn-light-text-hover: #978667;--cl_footer-bg: #19314b;--cl_footer-bg-bottom:#0a1d31;--cl_footer-scroll:#978667;--cl_footer-text: #fff;--cl_footer-text-hover: #978667;--btn_radius: 5px;--img_radius: 5px;--img_border: #fff;--img_border-whidth:1px}.cs_dark{--cl_corp: #181818;--cl_accent: #aa8453;--cl_icon: #aa8453;--cl_icon-light: #fff;--cl_border-light: #ededed;--cl_border-dark: #d9e1e6;--cl_shadow: rgba(0, 0, 0, .1);--cl_breadcrumb: #fff;--cl_breadcrumb-hover: #aa8453;--cl_preload-bg:#ededed;--cl_preload:#24262d;--cl_background_body: #181818;--cl_background_white: transparent;--cl_background_dark: #aa8453;--cl_background_gray: #333;--cl_title: #fff;--cl_subtitle: #aa8453;--cl_pretitle: #aa8453;--cl_text: #fff;--cl_title-light: #fff;--cl_subtitle-light: #fff;--cl_pretitle-light: #fff;--cl_text-light: #fff;--cl_header-bg: #aa8453;--cl_header-text-light: #fff;--cl_menu-bg: #79582c;--cl_menu-text: #fff;--cl_btn-box: #aa8453;--cl_btn-box-text: #aa8453;--cl_btn-box-hover: #79582c;--cl_btn-box-text-hover: #fff;--cl_btn-call: #aa8453;--cl_btn-call-text: white;--cl_btn-call-hover: #79582c;--cl_btn-call-text-hover: #fff;--cl_btn-link: #aa8453;--cl_btn-link-hover: #79582c;--cl_btn-arrow: #ffffff3a;--cl_btn-arrow-icon: #fff;--cl_btn-arrow-hover: #79582c;--cl_btn-arrow-icon-hover: #fff;--cl_btn-dots: #eee;--cl_btn-dots-active: #79582c;--cl_btn-dots-hover: #79582c;--cl_btn-light: #fff;--cl_btn-light-text: #fff;--cl_btn-light-hover: #79582c;--cl_btn-light-text-hover: #79582c;--cl_footer-bg: #aa8453;--cl_footer-bg-bottom:#79582c;--cl_footer-scroll:#aa8453;--cl_footer-text: #fff;--cl_footer-text-hover: #aa8453;--btn_radius: 1px;--img_radius: 0px;--img_border: #fff;--img_border-whidth:2px}.mt--0{margin-top:0!important}.mb--0{margin-bottom:0!important}.mr--0{margin-right:0!important}.ml--0{margin-left:0!important}.pt--0{padding-top:0}.pb--0{padding-bottom:0}.pl--0{padding-left:0!important}.mblock--0{margin-block:0px}.pblock--0{padding-block:0px}.mt--10{margin-top:10px!important}.mb--10{margin-bottom:10px!important}.mr--10{margin-right:10px!important}.ml--10{margin-left:10px!important}.pt--10{padding-top:10px}.pb--10{padding-bottom:10px}.pl--10{padding-left:10px!important}.mblock--10{margin-block:10px}.pblock--10{padding-block:10px}.mt--20{margin-top:20px!important}.mb--20{margin-bottom:20px!important}.mr--20{margin-right:20px!important}.ml--20{margin-left:20px!important}.pt--20{padding-top:20px}.pb--20{padding-bottom:20px}.pl--20{padding-left:20px!important}.mblock--20{margin-block:20px}.pblock--20{padding-block:20px}.mt--25{margin-top:25px!important}.mb--25{margin-bottom:25px!important}.mr--25{margin-right:25px!important}.ml--25{margin-left:25px!important}.pt--25{padding-top:25px}.pb--25{padding-bottom:25px}.pl--25{padding-left:25px!important}.mblock--25{margin-block:25px}.pblock--25{padding-block:25px}.mt--30{margin-top:30px!important}.mb--30{margin-bottom:30px!important}.mr--30{margin-right:30px!important}.ml--30{margin-left:30px!important}.pt--30{padding-top:30px}.pb--30{padding-bottom:30px}.pl--30{padding-left:30px!important}.mblock--30{margin-block:30px}.pblock--30{padding-block:30px}.mt--40{margin-top:40px!important}.mb--40{margin-bottom:40px!important}.mr--40{margin-right:40px!important}.ml--40{margin-left:40px!important}.pt--40{padding-top:40px}.pb--40{padding-bottom:40px}.pl--40{padding-left:40px!important}.mblock--40{margin-block:40px}.pblock--40{padding-block:40px}.mt--50{margin-top:50px!important}.mb--50{margin-bottom:50px!important}.mr--50{margin-right:50px!important}.ml--50{margin-left:50px!important}.pt--50{padding-top:50px}.pb--50{padding-bottom:50px}.pl--50{padding-left:50px!important}.mblock--50{margin-block:50px}.pblock--50{padding-block:50px}.mt--60{margin-top:60px!important}.mb--60{margin-bottom:60px!important}.mr--60{margin-right:60px!important}.ml--60{margin-left:60px!important}.pt--60{padding-top:60px}.pb--60{padding-bottom:60px}.pl--60{padding-left:60px!important}.mblock--60{margin-block:60px}.pblock--60{padding-block:60px}.mt--70{margin-top:70px!important}.mb--70{margin-bottom:70px!important}.mr--70{margin-right:70px!important}.ml--70{margin-left:70px!important}.pt--70{padding-top:70px}.pb--70{padding-bottom:70px}.pl--70{padding-left:70px!important}.mblock--70{margin-block:70px}.pblock--70{padding-block:70px}.mt--80{margin-top:80px!important}.mb--80{margin-bottom:80px!important}.mr--80{margin-right:80px!important}.ml--80{margin-left:80px!important}.pt--80{padding-top:80px}.pb--80{padding-bottom:80px}.pl--80{padding-left:80px!important}.mblock--80{margin-block:80px}.pblock--80{padding-block:80px}.mt--90{margin-top:90px!important}.mb--90{margin-bottom:90px!important}.mr--90{margin-right:90px!important}.ml--90{margin-left:90px!important}.pt--90{padding-top:90px}.pb--90{padding-bottom:90px}.pl--90{padding-left:90px!important}.mblock--90{margin-block:90px}.pblock--90{padding-block:90px}.mt--100{margin-top:100px!important}.mb--100{margin-bottom:100px!important}.mr--100{margin-right:100px!important}.ml--100{margin-left:100px!important}.pt--100{padding-top:100px}.pb--100{padding-bottom:100px}.pl--100{padding-left:100px!important}.mblock--100{margin-block:100px}.pblock--100{padding-block:100px}.title-right{position:absolute;top:50%;font-weight:600;font-family:var(--font-title);writing-mode:vertical-lr;transform:rotate(180deg) translateY(50%);right:5%;white-space:nowrap;opacity:.2;font-size:80px;line-height:1.124em;color:var(--cl_accent)}@media (max-width: 1679px){.title-right{right:2%;font-size:60px}}@media (max-width: 991px){.title-right{right:20px;font-size:40px}}@media (max-width: 991px){.title-right{position:initial;transform:initial;writing-mode:initial;white-space:initial;margin-bottom:25px;font-size:30px}}.title-left{position:absolute;top:50%;font-weight:600;font-family:var(--font-title);writing-mode:vertical-lr;transform:rotate(180deg) translateY(50%);left:5%;white-space:nowrap;opacity:.2;font-size:80px;line-height:1.124em;color:var(--cl_accent)}@media (max-width: 1679px){.title-left{left:2%;font-size:60px}}@media (max-width: 991px){.title-left{left:20px;font-size:40px}}@media (max-width: 991px){.title-left{position:initial;transform:initial;writing-mode:initial;white-space:initial;margin-bottom:25px;font-size:30px}}.cs_list.cs_style_1{width:100%}.cs_list.cs_style_1 li{position:relative;display:flex;align-items:flex-start;border-bottom:1px solid var(--cl_border-light);padding-bottom:10px;gap:10px}.cs_list.cs_style_1 li:not(:last-child){margin-bottom:15px}.cs_list.cs_style_1 li span{display:block;font-weight:700}@media (max-width: 991px){.cs_list.cs_style_1 li{justify-content:center;text-align:center}}.hidden-module{display:none!important}\n"], dependencies: [{ kind: "ngmodule", type: CommonModule }, { kind: "directive", type: i1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }] }); }
18
26
  }
19
27
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.11", ngImport: i0, type: BabylonInfoImgComponent, decorators: [{
20
28
  type: Component,
21
- args: [{ selector: 'lib-babylon-info-img', standalone: true, imports: [], template: "<section class=\"babylon__infoimg margin-main\" *ngIf=\"showIzq\"> \r\n <div class=\"container-fluid p-0 position-relative\">\r\n <div class=\"container\">\r\n <div class=\"row align-items-center cs_gap_y_40\">\r\n <div class=\"col-lg-7 \">\r\n <div class=\"cs_pr_110\">\r\n <div class=\"cs_slider cs_style_1 cs_slider_gap_24\"> \r\n <div class=\"cs_slider_container\" data-autoplay=\"0\" data-loop=\"1\" data-speed=\"600\" data-center=\"0\" data-variable-width=\"0\" \r\n data-slides-per-view=\"responsive\" data-xs-slides=\"1\" data-sm-slides=\"1\" data-md-slides=\"1\" data-lg-slides=\"1\" data-add-slides=\"1\">\r\n <div class=\"cs_slider_wrapper\">\r\n <div class=\"cs_slide\"> \r\n <div class=\"cs_video_block cs_style_1 cs_type_3 position-relative cs--radius\">\r\n <figure class=\"cs_video_block_bg h-100 w-100 position-absolute start-0 top-0 cs_bg_filed \" data-src=\"'/assets/babylon/fotos/' + imgsIzq[0]\"></figure>\r\n </div>\r\n </div> \r\n <div class=\"cs_slide\"> \r\n <div class=\"cs_video_block cs_style_1 cs_type_3 position-relative cs--radius\">\r\n <figure class=\"cs_video_block_bg h-100 w-100 position-absolute start-0 top-0 cs_bg_filed \" data-src=\"'/assets/babylon/fotos/' + imgsIzq[1]\"></figure>\r\n </div>\r\n </div> \r\n <div class=\"cs_slide\"> \r\n <div class=\"cs_video_block cs_style_1 cs_type_3 position-relative cs--radius\">\r\n <figure class=\"cs_video_block_bg h-100 w-100 position-absolute start-0 top-0 cs_bg_filed \" data-src=\"'/assets/babylon/fotos/' + imgsIzq[2]\"></figure>\r\n </div>\r\n </div> \r\n </div>\r\n </div>\r\n <div class=\"cs_pagination cs_style_1 cs_type_3 cs_type_3--left\"></div>\r\n </div> \r\n </div>\r\n </div>\r\n <div class=\"col-lg-5\">\r\n <div class=\"intro_info\">\r\n <h3 class=\"pretitle wow fadeInUp\" data-wow-duration=\"0.8s\" data-wow-delay=\"0.2s\">{{ headerIzq }}</h3>\r\n <h2 class=\"title\">{{ titleIzq }}</h2>\r\n <!-- <h3 class=\"subtitle \" >Info Img</h3> -->\r\n <h4 class=\"title-right\">Hotel Babylon</h4>\r\n <p class=\"text\">{{ textIzq }}</p>\r\n <!-- <ul class=\"cs_list cs_style_1 cs_mp_0\">\r\n <li>\r\n <div class=\"info--icon \">\r\n <i class=\"icon--svg icon-nuevo_pax_ico_small \"></i> \r\n </div> \r\n <p class=\"text mb--0\">Transportation Services <span class=\"text--small\">15km</span></p>\r\n </li>\r\n <li>\r\n \r\n <p class=\"text mb--0\">Transportation Services <span class=\"text--small\">15km</span></p>\r\n </li>\r\n <li>\r\n <div class=\"info--icon \">\r\n <i class=\"icon--svg icon-nuevo_pax_ico_small \"></i> \r\n </div> \r\n <p class=\"text mb--0\">Transportation Services</p>\r\n </li>\r\n \r\n </ul>\r\n <div class=\"btns__box\">\r\n <a href=\" \" class=\"btn btn_primary\">\r\n <b>Learn More</b>\r\n <span class=\"babylon-arrow-right-big\"></span> \r\n </a>\r\n </div> -->\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n </div> \r\n</section>\r\n\r\n<!-- mismo modulo pero a la inversa -->\r\n<section class=\"babylon__infoimg margin-main\" *ngIf=\"showDer\"> \r\n <div class=\"container-fluid p-0 position-relative\">\r\n <div class=\"container\">\r\n <div class=\"row align-items-center cs_gap_y_40 column-reverse\"> \r\n <div class=\"col-lg-5\"> \r\n <div class=\"intro_info\">\r\n <h3 class=\"pretitle wow fadeInUp\" data-wow-duration=\"0.8s\" data-wow-delay=\"0.2s\">{{ headerDer }}</h3>\r\n <h2 class=\"title\">{{ titleDer }}</h2>\r\n <h4 class=\"title-left\">Hotel Babylon</h4>\r\n <p class=\"text\">{{ textDer }}</p>\r\n <!-- <ul class=\"cs_list cs_style_1 cs_mp_0\">\r\n <li>\r\n <div class=\"info--icon \">\r\n <i class=\"icon--svg icon-nuevo_pax_ico_small \"></i> \r\n </div> \r\n <p class=\"text mb--0\">Transportation Services <span class=\"text--small\">15km</span></p>\r\n </li>\r\n <li>\r\n <div class=\"info--icon \">\r\n <i class=\"icon--svg icon-nuevo_pax_ico_small \"></i> \r\n </div> \r\n <p class=\"text mb--0\">Transportation Services <span class=\"text--small\">15km</span></p>\r\n </li>\r\n <li>\r\n <div class=\"info--icon \">\r\n <i class=\"icon--svg icon-nuevo_pax_ico_small \"></i> \r\n </div> \r\n <p class=\"text mb--0\">Transportation Services <span class=\"text--small\">15km</span></p>\r\n </li>\r\n \r\n </ul> -->\r\n <div class=\"btns__box\">\r\n <a href=\" \" class=\"btn btn_primary\">\r\n <b>Learn More</b>\r\n <span class=\"babylon-arrow-right-big\"></span> \r\n </a>\r\n </div> \r\n \r\n </div>\r\n </div>\r\n <div class=\"col-lg-7\"> \r\n <div class=\"cs_pl_110\">\r\n <div class=\"cs_slider cs_style_1 cs_slider_gap_24\"> \r\n <div class=\"cs_slider_container\" data-autoplay=\"0\" data-loop=\"1\" data-speed=\"600\" data-center=\"0\" data-variable-width=\"0\" \r\n data-slides-per-view=\"responsive\" data-xs-slides=\"1\" data-sm-slides=\"1\" data-md-slides=\"1\" data-lg-slides=\"1\" data-add-slides=\"1\">\r\n <div class=\"cs_slider_wrapper\">\r\n <div class=\"cs_slide\"> \r\n <div class=\"cs_video_block cs_style_1 cs_type_3 position-relative cs--radius\">\r\n <figure class=\"cs_video_block_bg h-100 w-100 position-absolute start-0 top-0 cs_bg_filed \" data-src=\"'/assets/babylon/fotos/' + imgsDer[0]\"></figure>\r\n </div>\r\n </div> \r\n <div class=\"cs_slide\"> \r\n <div class=\"cs_video_block cs_style_1 cs_type_3 position-relative cs--radius\">\r\n <figure class=\"cs_video_block_bg h-100 w-100 position-absolute start-0 top-0 cs_bg_filed \" data-src=\"'/assets/babylon/fotos/' + imgsDer[1]\"></figure>\r\n </div>\r\n </div> \r\n <div class=\"cs_slide\"> \r\n <div class=\"cs_video_block cs_style_1 cs_type_3 position-relative cs--radius\">\r\n <figure class=\"cs_video_block_bg h-100 w-100 position-absolute start-0 top-0 cs_bg_filed \" data-src=\"'/assets/babylon/fotos/' + imgsDer[2]\"></figure>\r\n </div>\r\n </div> \r\n </div>\r\n </div>\r\n <div class=\"cs_pagination cs_style_1 cs_type_3\"></div>\r\n </div> \r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n </div> \r\n</section>", styles: [":root{--font-title: \"the-seasons\", Helvetica, sans-serif;--font-pretitle:\"Poppins\", Helvetica, sans-serif;--font-text: \"Poppins\", Helvetica, sans-serif;--font-claim: \"turbinado-pro\", Helvetica, sans-serif;--cl_corp: #24262d;--cl_accent: #aa8453;--cl_icon: #978667;--cl_icon-light: #fff;--cl_border-light: #ededed;--cl_border-dark: #d9e1e6;--cl_shadow: rgba(0, 0, 0, .1);--cl_breadcrumb: #24262d;--cl_breadcrumb-hover: #978667;--cl_preload-bg:#ededed;--cl_preload:#24262d;--cl_background_body: #fdfbf8;--cl_background_white: #fff;--cl_background_dark: #19314b;--cl_background_gray: #eee;--cl_title: #978667;--cl_subtitle: #19314b;--cl_pretitle: #19314b;--cl_text: #3c3b3b;--cl_title-light: #fff;--cl_subtitle-light: #fff;--cl_pretitle-light: #fff;--cl_text-light: #fff;--w_title: 600;--w_text: 300;--w_subtitle: 300;--w_pretitle: 300;--cl_header-bg: #494949;--cl_header-text-light: #fff;--cl_menu-bg: #19314b;--cl_menu-text: #fff;--w_btn: 400;--cl_btn-box: #19314b;--cl_btn-box-text: #19314b;--cl_btn-box-hover: #978667;--cl_btn-box-text-hover: #fff;--cl_btn-call: #19314bf2;--cl_btn-call-text: white;--cl_btn-call-hover: #978667;--cl_btn-call-text-hover: #fff;--cl_btn-link: #19314b;--cl_btn-link-hover: #978667;--cl_btn-arrow: #19314b;--cl_btn-arrow-icon: #fff;--cl_btn-arrow-hover: #978667;--cl_btn-arrow-icon-hover: #fff;--cl_btn-dots: #24262d;--cl_btn-dots-active: #978667;--cl_btn-dots-hover: #978667;--cl_btn-light: #fff;--cl_btn-light-text: #fff;--cl_btn-light-hover: #978667;--cl_btn-light-text-hover: #978667;--cl_footer-bg: #19314b;--cl_footer-bg-bottom:#0a1d31;--cl_footer-scroll:#978667;--cl_footer-text: #fff;--cl_footer-text-hover: #978667;--btn_radius: 5px;--img_radius: 5px;--img_border: #fff;--img_border-whidth:1px}.cs_dark{--cl_corp: #181818;--cl_accent: #aa8453;--cl_icon: #aa8453;--cl_icon-light: #fff;--cl_border-light: #ededed;--cl_border-dark: #d9e1e6;--cl_shadow: rgba(0, 0, 0, .1);--cl_breadcrumb: #fff;--cl_breadcrumb-hover: #aa8453;--cl_preload-bg:#ededed;--cl_preload:#24262d;--cl_background_body: #181818;--cl_background_white: transparent;--cl_background_dark: #aa8453;--cl_background_gray: #333;--cl_title: #fff;--cl_subtitle: #aa8453;--cl_pretitle: #aa8453;--cl_text: #fff;--cl_title-light: #fff;--cl_subtitle-light: #fff;--cl_pretitle-light: #fff;--cl_text-light: #fff;--cl_header-bg: #aa8453;--cl_header-text-light: #fff;--cl_menu-bg: #79582c;--cl_menu-text: #fff;--cl_btn-box: #aa8453;--cl_btn-box-text: #aa8453;--cl_btn-box-hover: #79582c;--cl_btn-box-text-hover: #fff;--cl_btn-call: #aa8453;--cl_btn-call-text: white;--cl_btn-call-hover: #79582c;--cl_btn-call-text-hover: #fff;--cl_btn-link: #aa8453;--cl_btn-link-hover: #79582c;--cl_btn-arrow: #ffffff3a;--cl_btn-arrow-icon: #fff;--cl_btn-arrow-hover: #79582c;--cl_btn-arrow-icon-hover: #fff;--cl_btn-dots: #eee;--cl_btn-dots-active: #79582c;--cl_btn-dots-hover: #79582c;--cl_btn-light: #fff;--cl_btn-light-text: #fff;--cl_btn-light-hover: #79582c;--cl_btn-light-text-hover: #79582c;--cl_footer-bg: #aa8453;--cl_footer-bg-bottom:#79582c;--cl_footer-scroll:#aa8453;--cl_footer-text: #fff;--cl_footer-text-hover: #aa8453;--btn_radius: 1px;--img_radius: 0px;--img_border: #fff;--img_border-whidth:2px}.mt--0{margin-top:0!important}.mb--0{margin-bottom:0!important}.mr--0{margin-right:0!important}.ml--0{margin-left:0!important}.pt--0{padding-top:0}.pb--0{padding-bottom:0}.pl--0{padding-left:0!important}.mblock--0{margin-block:0px}.pblock--0{padding-block:0px}.mt--10{margin-top:10px!important}.mb--10{margin-bottom:10px!important}.mr--10{margin-right:10px!important}.ml--10{margin-left:10px!important}.pt--10{padding-top:10px}.pb--10{padding-bottom:10px}.pl--10{padding-left:10px!important}.mblock--10{margin-block:10px}.pblock--10{padding-block:10px}.mt--20{margin-top:20px!important}.mb--20{margin-bottom:20px!important}.mr--20{margin-right:20px!important}.ml--20{margin-left:20px!important}.pt--20{padding-top:20px}.pb--20{padding-bottom:20px}.pl--20{padding-left:20px!important}.mblock--20{margin-block:20px}.pblock--20{padding-block:20px}.mt--25{margin-top:25px!important}.mb--25{margin-bottom:25px!important}.mr--25{margin-right:25px!important}.ml--25{margin-left:25px!important}.pt--25{padding-top:25px}.pb--25{padding-bottom:25px}.pl--25{padding-left:25px!important}.mblock--25{margin-block:25px}.pblock--25{padding-block:25px}.mt--30{margin-top:30px!important}.mb--30{margin-bottom:30px!important}.mr--30{margin-right:30px!important}.ml--30{margin-left:30px!important}.pt--30{padding-top:30px}.pb--30{padding-bottom:30px}.pl--30{padding-left:30px!important}.mblock--30{margin-block:30px}.pblock--30{padding-block:30px}.mt--40{margin-top:40px!important}.mb--40{margin-bottom:40px!important}.mr--40{margin-right:40px!important}.ml--40{margin-left:40px!important}.pt--40{padding-top:40px}.pb--40{padding-bottom:40px}.pl--40{padding-left:40px!important}.mblock--40{margin-block:40px}.pblock--40{padding-block:40px}.mt--50{margin-top:50px!important}.mb--50{margin-bottom:50px!important}.mr--50{margin-right:50px!important}.ml--50{margin-left:50px!important}.pt--50{padding-top:50px}.pb--50{padding-bottom:50px}.pl--50{padding-left:50px!important}.mblock--50{margin-block:50px}.pblock--50{padding-block:50px}.mt--60{margin-top:60px!important}.mb--60{margin-bottom:60px!important}.mr--60{margin-right:60px!important}.ml--60{margin-left:60px!important}.pt--60{padding-top:60px}.pb--60{padding-bottom:60px}.pl--60{padding-left:60px!important}.mblock--60{margin-block:60px}.pblock--60{padding-block:60px}.mt--70{margin-top:70px!important}.mb--70{margin-bottom:70px!important}.mr--70{margin-right:70px!important}.ml--70{margin-left:70px!important}.pt--70{padding-top:70px}.pb--70{padding-bottom:70px}.pl--70{padding-left:70px!important}.mblock--70{margin-block:70px}.pblock--70{padding-block:70px}.mt--80{margin-top:80px!important}.mb--80{margin-bottom:80px!important}.mr--80{margin-right:80px!important}.ml--80{margin-left:80px!important}.pt--80{padding-top:80px}.pb--80{padding-bottom:80px}.pl--80{padding-left:80px!important}.mblock--80{margin-block:80px}.pblock--80{padding-block:80px}.mt--90{margin-top:90px!important}.mb--90{margin-bottom:90px!important}.mr--90{margin-right:90px!important}.ml--90{margin-left:90px!important}.pt--90{padding-top:90px}.pb--90{padding-bottom:90px}.pl--90{padding-left:90px!important}.mblock--90{margin-block:90px}.pblock--90{padding-block:90px}.mt--100{margin-top:100px!important}.mb--100{margin-bottom:100px!important}.mr--100{margin-right:100px!important}.ml--100{margin-left:100px!important}.pt--100{padding-top:100px}.pb--100{padding-bottom:100px}.pl--100{padding-left:100px!important}.mblock--100{margin-block:100px}.pblock--100{padding-block:100px}.title-right{position:absolute;top:50%;font-weight:600;font-family:var(--font-title);writing-mode:vertical-lr;transform:rotate(180deg) translateY(50%);right:5%;white-space:nowrap;opacity:.2;font-size:80px;line-height:1.124em;color:var(--cl_accent)}@media (max-width: 1679px){.title-right{right:2%;font-size:60px}}@media (max-width: 991px){.title-right{right:20px;font-size:40px}}@media (max-width: 991px){.title-right{position:initial;transform:initial;writing-mode:initial;white-space:initial;margin-bottom:25px;font-size:30px}}.title-left{position:absolute;top:50%;font-weight:600;font-family:var(--font-title);writing-mode:vertical-lr;transform:rotate(180deg) translateY(50%);left:5%;white-space:nowrap;opacity:.2;font-size:80px;line-height:1.124em;color:var(--cl_accent)}@media (max-width: 1679px){.title-left{left:2%;font-size:60px}}@media (max-width: 991px){.title-left{left:20px;font-size:40px}}@media (max-width: 991px){.title-left{position:initial;transform:initial;writing-mode:initial;white-space:initial;margin-bottom:25px;font-size:30px}}.cs_list.cs_style_1{width:100%}.cs_list.cs_style_1 li{position:relative;display:flex;align-items:flex-start;border-bottom:1px solid var(--cl_border-light);padding-bottom:10px;gap:10px}.cs_list.cs_style_1 li:not(:last-child){margin-bottom:15px}.cs_list.cs_style_1 li span{display:block;font-weight:700}@media (max-width: 991px){.cs_list.cs_style_1 li{justify-content:center;text-align:center}}.hidden-module{display:none!important}\n"] }]
29
+ args: [{ selector: 'lib-babylon-info-img', standalone: true, imports: [CommonModule], template: "<section class=\"babylon__infoimg margin-main\" *ngIf=\"showIzq\"> \r\n <div class=\"container-fluid p-0 position-relative\">\r\n <div class=\"container\">\r\n <div class=\"row align-items-center cs_gap_y_40\">\r\n <div class=\"col-lg-7 \">\r\n <div class=\"cs_pr_110\">\r\n <div class=\"cs_slider cs_style_1 cs_slider_gap_24\"> \r\n <div class=\"cs_slider_container\" data-autoplay=\"0\" data-loop=\"1\" data-speed=\"600\" data-center=\"0\" data-variable-width=\"0\" \r\n data-slides-per-view=\"responsive\" data-xs-slides=\"1\" data-sm-slides=\"1\" data-md-slides=\"1\" data-lg-slides=\"1\" data-add-slides=\"1\">\r\n <div class=\"cs_slider_wrapper\">\r\n <div class=\"cs_slide\"> \r\n <div class=\"cs_video_block cs_style_1 cs_type_3 position-relative cs--radius\">\r\n <figure class=\"cs_video_block_bg h-100 w-100 position-absolute start-0 top-0 cs_bg_filed \" [attr.data-src]=\"getImageSrc(0)\"></figure>\r\n </div>\r\n </div> \r\n <div class=\"cs_slide\"> \r\n <div class=\"cs_video_block cs_style_1 cs_type_3 position-relative cs--radius\">\r\n <figure class=\"cs_video_block_bg h-100 w-100 position-absolute start-0 top-0 cs_bg_filed \" [attr.data-src]=\"getImageSrc(1)\"></figure>\r\n </div>\r\n </div> \r\n <div class=\"cs_slide\"> \r\n <div class=\"cs_video_block cs_style_1 cs_type_3 position-relative cs--radius\">\r\n <figure class=\"cs_video_block_bg h-100 w-100 position-absolute start-0 top-0 cs_bg_filed \" [attr.data-src]=\"getImageSrc(2)\"></figure>\r\n </div>\r\n </div> \r\n </div>\r\n </div>\r\n <div class=\"cs_pagination cs_style_1 cs_type_3 cs_type_3--left\"></div>\r\n </div> \r\n </div>\r\n </div>\r\n <div class=\"col-lg-5\">\r\n <div class=\"intro_info\">\r\n <h3 class=\"pretitle wow fadeInUp\" data-wow-duration=\"0.8s\" data-wow-delay=\"0.2s\">{{ headerIzq }}</h3>\r\n <h2 class=\"title\">{{ titleIzq }}</h2>\r\n <!-- <h3 class=\"subtitle \" >Info Img</h3> -->\r\n <h4 class=\"title-right\">Hotel Babylon</h4>\r\n <p class=\"text\">{{ textIzq }}</p>\r\n <!-- <ul class=\"cs_list cs_style_1 cs_mp_0\">\r\n <li>\r\n <div class=\"info--icon \">\r\n <i class=\"icon--svg icon-nuevo_pax_ico_small \"></i> \r\n </div> \r\n <p class=\"text mb--0\">Transportation Services <span class=\"text--small\">15km</span></p>\r\n </li>\r\n <li>\r\n \r\n <p class=\"text mb--0\">Transportation Services <span class=\"text--small\">15km</span></p>\r\n </li>\r\n <li>\r\n <div class=\"info--icon \">\r\n <i class=\"icon--svg icon-nuevo_pax_ico_small \"></i> \r\n </div> \r\n <p class=\"text mb--0\">Transportation Services</p>\r\n </li>\r\n \r\n </ul>\r\n <div class=\"btns__box\">\r\n <a href=\" \" class=\"btn btn_primary\">\r\n <b>Learn More</b>\r\n <span class=\"babylon-arrow-right-big\"></span> \r\n </a>\r\n </div> -->\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n </div> \r\n</section>\r\n\r\n<!-- mismo modulo pero a la inversa -->\r\n<section class=\"babylon__infoimg margin-main\" *ngIf=\"showDer\"> \r\n <div class=\"container-fluid p-0 position-relative\">\r\n <div class=\"container\">\r\n <div class=\"row align-items-center cs_gap_y_40 column-reverse\"> \r\n <div class=\"col-lg-5\"> \r\n <div class=\"intro_info\">\r\n <h3 class=\"pretitle wow fadeInUp\" data-wow-duration=\"0.8s\" data-wow-delay=\"0.2s\">{{ headerDer }}</h3>\r\n <h2 class=\"title\">{{ titleDer }}</h2>\r\n <h4 class=\"title-left\">Hotel Babylon</h4>\r\n <p class=\"text\">{{ textDer }}</p>\r\n <!-- <ul class=\"cs_list cs_style_1 cs_mp_0\">\r\n <li>\r\n <div class=\"info--icon \">\r\n <i class=\"icon--svg icon-nuevo_pax_ico_small \"></i> \r\n </div> \r\n <p class=\"text mb--0\">Transportation Services <span class=\"text--small\">15km</span></p>\r\n </li>\r\n <li>\r\n <div class=\"info--icon \">\r\n <i class=\"icon--svg icon-nuevo_pax_ico_small \"></i> \r\n </div> \r\n <p class=\"text mb--0\">Transportation Services <span class=\"text--small\">15km</span></p>\r\n </li>\r\n <li>\r\n <div class=\"info--icon \">\r\n <i class=\"icon--svg icon-nuevo_pax_ico_small \"></i> \r\n </div> \r\n <p class=\"text mb--0\">Transportation Services <span class=\"text--small\">15km</span></p>\r\n </li>\r\n \r\n </ul> -->\r\n <div class=\"btns__box\">\r\n <a href=\" \" class=\"btn btn_primary\">\r\n <b>Learn More</b>\r\n <span class=\"babylon-arrow-right-big\"></span> \r\n </a>\r\n </div> \r\n \r\n </div>\r\n </div>\r\n <div class=\"col-lg-7\"> \r\n <div class=\"cs_pl_110\">\r\n <div class=\"cs_slider cs_style_1 cs_slider_gap_24\"> \r\n <div class=\"cs_slider_container\" data-autoplay=\"0\" data-loop=\"1\" data-speed=\"600\" data-center=\"0\" data-variable-width=\"0\" \r\n data-slides-per-view=\"responsive\" data-xs-slides=\"1\" data-sm-slides=\"1\" data-md-slides=\"1\" data-lg-slides=\"1\" data-add-slides=\"1\">\r\n <div class=\"cs_slider_wrapper\">\r\n <div class=\"cs_slide\"> \r\n <div class=\"cs_video_block cs_style_1 cs_type_3 position-relative cs--radius\">\r\n <figure class=\"cs_video_block_bg h-100 w-100 position-absolute start-0 top-0 cs_bg_filed \" [attr.data-src]=\"getImageSrc(0)\"></figure>\r\n </div>\r\n </div> \r\n <div class=\"cs_slide\"> \r\n <div class=\"cs_video_block cs_style_1 cs_type_3 position-relative cs--radius\">\r\n <figure class=\"cs_video_block_bg h-100 w-100 position-absolute start-0 top-0 cs_bg_filed \" [attr.data-src]=\"getImageSrc(1)\"></figure>\r\n </div>\r\n </div> \r\n <div class=\"cs_slide\"> \r\n <div class=\"cs_video_block cs_style_1 cs_type_3 position-relative cs--radius\">\r\n <figure class=\"cs_video_block_bg h-100 w-100 position-absolute start-0 top-0 cs_bg_filed \" [attr.data-src]=\"getImageSrc(2)\"></figure>\r\n </div>\r\n </div> \r\n </div>\r\n </div>\r\n <div class=\"cs_pagination cs_style_1 cs_type_3\"></div>\r\n </div> \r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n </div> \r\n</section>", styles: [":root{--font-title: \"the-seasons\", Helvetica, sans-serif;--font-pretitle:\"Poppins\", Helvetica, sans-serif;--font-text: \"Poppins\", Helvetica, sans-serif;--font-claim: \"turbinado-pro\", Helvetica, sans-serif;--cl_corp: #24262d;--cl_accent: #aa8453;--cl_icon: #978667;--cl_icon-light: #fff;--cl_border-light: #ededed;--cl_border-dark: #d9e1e6;--cl_shadow: rgba(0, 0, 0, .1);--cl_breadcrumb: #24262d;--cl_breadcrumb-hover: #978667;--cl_preload-bg:#ededed;--cl_preload:#24262d;--cl_background_body: #fdfbf8;--cl_background_white: #fff;--cl_background_dark: #19314b;--cl_background_gray: #eee;--cl_title: #978667;--cl_subtitle: #19314b;--cl_pretitle: #19314b;--cl_text: #3c3b3b;--cl_title-light: #fff;--cl_subtitle-light: #fff;--cl_pretitle-light: #fff;--cl_text-light: #fff;--w_title: 600;--w_text: 300;--w_subtitle: 300;--w_pretitle: 300;--cl_header-bg: #494949;--cl_header-text-light: #fff;--cl_menu-bg: #19314b;--cl_menu-text: #fff;--w_btn: 400;--cl_btn-box: #19314b;--cl_btn-box-text: #19314b;--cl_btn-box-hover: #978667;--cl_btn-box-text-hover: #fff;--cl_btn-call: #19314bf2;--cl_btn-call-text: white;--cl_btn-call-hover: #978667;--cl_btn-call-text-hover: #fff;--cl_btn-link: #19314b;--cl_btn-link-hover: #978667;--cl_btn-arrow: #19314b;--cl_btn-arrow-icon: #fff;--cl_btn-arrow-hover: #978667;--cl_btn-arrow-icon-hover: #fff;--cl_btn-dots: #24262d;--cl_btn-dots-active: #978667;--cl_btn-dots-hover: #978667;--cl_btn-light: #fff;--cl_btn-light-text: #fff;--cl_btn-light-hover: #978667;--cl_btn-light-text-hover: #978667;--cl_footer-bg: #19314b;--cl_footer-bg-bottom:#0a1d31;--cl_footer-scroll:#978667;--cl_footer-text: #fff;--cl_footer-text-hover: #978667;--btn_radius: 5px;--img_radius: 5px;--img_border: #fff;--img_border-whidth:1px}.cs_dark{--cl_corp: #181818;--cl_accent: #aa8453;--cl_icon: #aa8453;--cl_icon-light: #fff;--cl_border-light: #ededed;--cl_border-dark: #d9e1e6;--cl_shadow: rgba(0, 0, 0, .1);--cl_breadcrumb: #fff;--cl_breadcrumb-hover: #aa8453;--cl_preload-bg:#ededed;--cl_preload:#24262d;--cl_background_body: #181818;--cl_background_white: transparent;--cl_background_dark: #aa8453;--cl_background_gray: #333;--cl_title: #fff;--cl_subtitle: #aa8453;--cl_pretitle: #aa8453;--cl_text: #fff;--cl_title-light: #fff;--cl_subtitle-light: #fff;--cl_pretitle-light: #fff;--cl_text-light: #fff;--cl_header-bg: #aa8453;--cl_header-text-light: #fff;--cl_menu-bg: #79582c;--cl_menu-text: #fff;--cl_btn-box: #aa8453;--cl_btn-box-text: #aa8453;--cl_btn-box-hover: #79582c;--cl_btn-box-text-hover: #fff;--cl_btn-call: #aa8453;--cl_btn-call-text: white;--cl_btn-call-hover: #79582c;--cl_btn-call-text-hover: #fff;--cl_btn-link: #aa8453;--cl_btn-link-hover: #79582c;--cl_btn-arrow: #ffffff3a;--cl_btn-arrow-icon: #fff;--cl_btn-arrow-hover: #79582c;--cl_btn-arrow-icon-hover: #fff;--cl_btn-dots: #eee;--cl_btn-dots-active: #79582c;--cl_btn-dots-hover: #79582c;--cl_btn-light: #fff;--cl_btn-light-text: #fff;--cl_btn-light-hover: #79582c;--cl_btn-light-text-hover: #79582c;--cl_footer-bg: #aa8453;--cl_footer-bg-bottom:#79582c;--cl_footer-scroll:#aa8453;--cl_footer-text: #fff;--cl_footer-text-hover: #aa8453;--btn_radius: 1px;--img_radius: 0px;--img_border: #fff;--img_border-whidth:2px}.mt--0{margin-top:0!important}.mb--0{margin-bottom:0!important}.mr--0{margin-right:0!important}.ml--0{margin-left:0!important}.pt--0{padding-top:0}.pb--0{padding-bottom:0}.pl--0{padding-left:0!important}.mblock--0{margin-block:0px}.pblock--0{padding-block:0px}.mt--10{margin-top:10px!important}.mb--10{margin-bottom:10px!important}.mr--10{margin-right:10px!important}.ml--10{margin-left:10px!important}.pt--10{padding-top:10px}.pb--10{padding-bottom:10px}.pl--10{padding-left:10px!important}.mblock--10{margin-block:10px}.pblock--10{padding-block:10px}.mt--20{margin-top:20px!important}.mb--20{margin-bottom:20px!important}.mr--20{margin-right:20px!important}.ml--20{margin-left:20px!important}.pt--20{padding-top:20px}.pb--20{padding-bottom:20px}.pl--20{padding-left:20px!important}.mblock--20{margin-block:20px}.pblock--20{padding-block:20px}.mt--25{margin-top:25px!important}.mb--25{margin-bottom:25px!important}.mr--25{margin-right:25px!important}.ml--25{margin-left:25px!important}.pt--25{padding-top:25px}.pb--25{padding-bottom:25px}.pl--25{padding-left:25px!important}.mblock--25{margin-block:25px}.pblock--25{padding-block:25px}.mt--30{margin-top:30px!important}.mb--30{margin-bottom:30px!important}.mr--30{margin-right:30px!important}.ml--30{margin-left:30px!important}.pt--30{padding-top:30px}.pb--30{padding-bottom:30px}.pl--30{padding-left:30px!important}.mblock--30{margin-block:30px}.pblock--30{padding-block:30px}.mt--40{margin-top:40px!important}.mb--40{margin-bottom:40px!important}.mr--40{margin-right:40px!important}.ml--40{margin-left:40px!important}.pt--40{padding-top:40px}.pb--40{padding-bottom:40px}.pl--40{padding-left:40px!important}.mblock--40{margin-block:40px}.pblock--40{padding-block:40px}.mt--50{margin-top:50px!important}.mb--50{margin-bottom:50px!important}.mr--50{margin-right:50px!important}.ml--50{margin-left:50px!important}.pt--50{padding-top:50px}.pb--50{padding-bottom:50px}.pl--50{padding-left:50px!important}.mblock--50{margin-block:50px}.pblock--50{padding-block:50px}.mt--60{margin-top:60px!important}.mb--60{margin-bottom:60px!important}.mr--60{margin-right:60px!important}.ml--60{margin-left:60px!important}.pt--60{padding-top:60px}.pb--60{padding-bottom:60px}.pl--60{padding-left:60px!important}.mblock--60{margin-block:60px}.pblock--60{padding-block:60px}.mt--70{margin-top:70px!important}.mb--70{margin-bottom:70px!important}.mr--70{margin-right:70px!important}.ml--70{margin-left:70px!important}.pt--70{padding-top:70px}.pb--70{padding-bottom:70px}.pl--70{padding-left:70px!important}.mblock--70{margin-block:70px}.pblock--70{padding-block:70px}.mt--80{margin-top:80px!important}.mb--80{margin-bottom:80px!important}.mr--80{margin-right:80px!important}.ml--80{margin-left:80px!important}.pt--80{padding-top:80px}.pb--80{padding-bottom:80px}.pl--80{padding-left:80px!important}.mblock--80{margin-block:80px}.pblock--80{padding-block:80px}.mt--90{margin-top:90px!important}.mb--90{margin-bottom:90px!important}.mr--90{margin-right:90px!important}.ml--90{margin-left:90px!important}.pt--90{padding-top:90px}.pb--90{padding-bottom:90px}.pl--90{padding-left:90px!important}.mblock--90{margin-block:90px}.pblock--90{padding-block:90px}.mt--100{margin-top:100px!important}.mb--100{margin-bottom:100px!important}.mr--100{margin-right:100px!important}.ml--100{margin-left:100px!important}.pt--100{padding-top:100px}.pb--100{padding-bottom:100px}.pl--100{padding-left:100px!important}.mblock--100{margin-block:100px}.pblock--100{padding-block:100px}.title-right{position:absolute;top:50%;font-weight:600;font-family:var(--font-title);writing-mode:vertical-lr;transform:rotate(180deg) translateY(50%);right:5%;white-space:nowrap;opacity:.2;font-size:80px;line-height:1.124em;color:var(--cl_accent)}@media (max-width: 1679px){.title-right{right:2%;font-size:60px}}@media (max-width: 991px){.title-right{right:20px;font-size:40px}}@media (max-width: 991px){.title-right{position:initial;transform:initial;writing-mode:initial;white-space:initial;margin-bottom:25px;font-size:30px}}.title-left{position:absolute;top:50%;font-weight:600;font-family:var(--font-title);writing-mode:vertical-lr;transform:rotate(180deg) translateY(50%);left:5%;white-space:nowrap;opacity:.2;font-size:80px;line-height:1.124em;color:var(--cl_accent)}@media (max-width: 1679px){.title-left{left:2%;font-size:60px}}@media (max-width: 991px){.title-left{left:20px;font-size:40px}}@media (max-width: 991px){.title-left{position:initial;transform:initial;writing-mode:initial;white-space:initial;margin-bottom:25px;font-size:30px}}.cs_list.cs_style_1{width:100%}.cs_list.cs_style_1 li{position:relative;display:flex;align-items:flex-start;border-bottom:1px solid var(--cl_border-light);padding-bottom:10px;gap:10px}.cs_list.cs_style_1 li:not(:last-child){margin-bottom:15px}.cs_list.cs_style_1 li span{display:block;font-weight:700}@media (max-width: 991px){.cs_list.cs_style_1 li{justify-content:center;text-align:center}}.hidden-module{display:none!important}\n"] }]
22
30
  }], propDecorators: { headerIzq: [{
23
31
  type: Input
24
32
  }], titleIzq: [{
@@ -40,4 +48,4 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.11", ngImpo
40
48
  }], showDer: [{
41
49
  type: Input
42
50
  }] } });
43
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYmFieWxvbi1pbmZvLWltZy5jb21wb25lbnQuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9iYWJ5bG9uL3NyYy9saWIvY29tcG9uZW50cy9jb3JlL2JhYnlsb24taW5mby1pbWcvYmFieWxvbi1pbmZvLWltZy5jb21wb25lbnQudHMiLCIuLi8uLi8uLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9iYWJ5bG9uL3NyYy9saWIvY29tcG9uZW50cy9jb3JlL2JhYnlsb24taW5mby1pbWcvYmFieWxvbi1pbmZvLWltZy5jb21wb25lbnQuaHRtbCJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQUUsU0FBUyxFQUFFLEtBQUssRUFBRSxNQUFNLGVBQWUsQ0FBQzs7QUFTakQsTUFBTSxPQUFPLHVCQUF1QjtJQVBwQztRQVNXLGNBQVMsR0FBVSxFQUFFLENBQUM7UUFDdEIsYUFBUSxHQUFVLEVBQUUsQ0FBQztRQUNyQixZQUFPLEdBQVUsRUFBRSxDQUFDO1FBQ3BCLFlBQU8sR0FBWSxFQUFFLENBQUM7UUFDdEIsWUFBTyxHQUFXLElBQUksQ0FBQztRQUN2QixjQUFTLEdBQVUsRUFBRSxDQUFDO1FBQ3RCLGFBQVEsR0FBVSxFQUFFLENBQUM7UUFDckIsWUFBTyxHQUFVLEVBQUUsQ0FBQztRQUNwQixZQUFPLEdBQVksRUFBRSxDQUFDO1FBQ3RCLFlBQU8sR0FBVyxJQUFJLENBQUM7S0FDakM7K0dBWlksdUJBQXVCO21HQUF2Qix1QkFBdUIsZ1RDVHBDLHV4UEE2SVU7OzRGRHBJRyx1QkFBdUI7a0JBUG5DLFNBQVM7K0JBQ0Usc0JBQXNCLGNBQ3BCLElBQUksV0FDUCxFQUFFOzhCQU1GLFNBQVM7c0JBQWpCLEtBQUs7Z0JBQ0csUUFBUTtzQkFBaEIsS0FBSztnQkFDRyxPQUFPO3NCQUFmLEtBQUs7Z0JBQ0csT0FBTztzQkFBZixLQUFLO2dCQUNHLE9BQU87c0JBQWYsS0FBSztnQkFDRyxTQUFTO3NCQUFqQixLQUFLO2dCQUNHLFFBQVE7c0JBQWhCLEtBQUs7Z0JBQ0csT0FBTztzQkFBZixLQUFLO2dCQUNHLE9BQU87c0JBQWYsS0FBSztnQkFDRyxPQUFPO3NCQUFmLEtBQUsiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBDb21wb25lbnQsIElucHV0IH0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XHJcblxyXG5AQ29tcG9uZW50KHtcclxuICBzZWxlY3RvcjogJ2xpYi1iYWJ5bG9uLWluZm8taW1nJyxcclxuICBzdGFuZGFsb25lOiB0cnVlLFxyXG4gIGltcG9ydHM6IFtdLFxyXG4gIHRlbXBsYXRlVXJsOiAnLi9iYWJ5bG9uLWluZm8taW1nLmNvbXBvbmVudC5odG1sJyxcclxuICBzdHlsZVVybDogJy4vYmFieWxvbi1pbmZvLWltZy5jb21wb25lbnQuc2NzcydcclxufSlcclxuZXhwb3J0IGNsYXNzIEJhYnlsb25JbmZvSW1nQ29tcG9uZW50IHtcclxuXHJcbiAgQElucHV0KCkgaGVhZGVySXpxOnN0cmluZyA9ICcnO1xyXG4gIEBJbnB1dCgpIHRpdGxlSXpxOnN0cmluZyA9ICcnO1xyXG4gIEBJbnB1dCgpIHRleHRJenE6c3RyaW5nID0gJyc7XHJcbiAgQElucHV0KCkgaW1nc0l6cTpzdHJpbmdbXSA9IFtdO1xyXG4gIEBJbnB1dCgpIHNob3dJenE6Ym9vbGVhbiA9IHRydWU7XHJcbiAgQElucHV0KCkgaGVhZGVyRGVyOnN0cmluZyA9ICcnO1xyXG4gIEBJbnB1dCgpIHRpdGxlRGVyOnN0cmluZyA9ICcnO1xyXG4gIEBJbnB1dCgpIHRleHREZXI6c3RyaW5nID0gJyc7XHJcbiAgQElucHV0KCkgaW1nc0RlcjpzdHJpbmdbXSA9IFtdO1xyXG4gIEBJbnB1dCgpIHNob3dEZXI6Ym9vbGVhbiA9IHRydWU7XHJcbn1cclxuIiwiPHNlY3Rpb24gY2xhc3M9XCJiYWJ5bG9uX19pbmZvaW1nIG1hcmdpbi1tYWluXCIgKm5nSWY9XCJzaG93SXpxXCI+ICBcclxuICA8ZGl2IGNsYXNzPVwiY29udGFpbmVyLWZsdWlkIHAtMCBwb3NpdGlvbi1yZWxhdGl2ZVwiPlxyXG4gICAgPGRpdiBjbGFzcz1cImNvbnRhaW5lclwiPlxyXG4gICAgICA8ZGl2IGNsYXNzPVwicm93IGFsaWduLWl0ZW1zLWNlbnRlciBjc19nYXBfeV80MFwiPlxyXG4gICAgICAgIDxkaXYgY2xhc3M9XCJjb2wtbGctNyBcIj5cclxuICAgICAgICAgIDxkaXYgY2xhc3M9XCJjc19wcl8xMTBcIj5cclxuICAgICAgICAgICAgPGRpdiBjbGFzcz1cImNzX3NsaWRlciBjc19zdHlsZV8xIGNzX3NsaWRlcl9nYXBfMjRcIj4gXHJcbiAgICAgICAgICAgICAgICA8ZGl2IGNsYXNzPVwiY3Nfc2xpZGVyX2NvbnRhaW5lclwiIGRhdGEtYXV0b3BsYXk9XCIwXCIgZGF0YS1sb29wPVwiMVwiIGRhdGEtc3BlZWQ9XCI2MDBcIiBkYXRhLWNlbnRlcj1cIjBcIiBkYXRhLXZhcmlhYmxlLXdpZHRoPVwiMFwiIFxyXG4gICAgICAgICAgICAgICAgZGF0YS1zbGlkZXMtcGVyLXZpZXc9XCJyZXNwb25zaXZlXCIgZGF0YS14cy1zbGlkZXM9XCIxXCIgZGF0YS1zbS1zbGlkZXM9XCIxXCIgZGF0YS1tZC1zbGlkZXM9XCIxXCIgZGF0YS1sZy1zbGlkZXM9XCIxXCIgZGF0YS1hZGQtc2xpZGVzPVwiMVwiPlxyXG4gICAgICAgICAgICAgICAgICAgIDxkaXYgY2xhc3M9XCJjc19zbGlkZXJfd3JhcHBlclwiPlxyXG4gICAgICAgICAgICAgICAgICAgICAgPGRpdiBjbGFzcz1cImNzX3NsaWRlXCI+IFxyXG4gICAgICAgICAgICAgICAgICAgICAgICA8ZGl2ICAgY2xhc3M9XCJjc192aWRlb19ibG9jayBjc19zdHlsZV8xIGNzX3R5cGVfMyAgcG9zaXRpb24tcmVsYXRpdmUgY3MtLXJhZGl1c1wiPlxyXG4gICAgICAgICAgICAgICAgICAgICAgICAgIDxmaWd1cmUgY2xhc3M9XCJjc192aWRlb19ibG9ja19iZyBoLTEwMCB3LTEwMCBwb3NpdGlvbi1hYnNvbHV0ZSBzdGFydC0wIHRvcC0wIGNzX2JnX2ZpbGVkIFwiIGRhdGEtc3JjPVwiJy9hc3NldHMvYmFieWxvbi9mb3Rvcy8nICsgaW1nc0l6cVswXVwiPjwvZmlndXJlPlxyXG4gICAgICAgICAgICAgICAgICAgICAgICA8L2Rpdj5cclxuICAgICAgICAgICAgICAgICAgICAgIDwvZGl2PiBcclxuICAgICAgICAgICAgICAgICAgICAgIDxkaXYgY2xhc3M9XCJjc19zbGlkZVwiPiBcclxuICAgICAgICAgICAgICAgICAgICAgICAgPGRpdiAgIGNsYXNzPVwiY3NfdmlkZW9fYmxvY2sgY3Nfc3R5bGVfMSBjc190eXBlXzMgIHBvc2l0aW9uLXJlbGF0aXZlIGNzLS1yYWRpdXNcIj5cclxuICAgICAgICAgICAgICAgICAgICAgICAgICA8ZmlndXJlIGNsYXNzPVwiY3NfdmlkZW9fYmxvY2tfYmcgaC0xMDAgdy0xMDAgcG9zaXRpb24tYWJzb2x1dGUgc3RhcnQtMCB0b3AtMCBjc19iZ19maWxlZCBcIiBkYXRhLXNyYz1cIicvYXNzZXRzL2JhYnlsb24vZm90b3MvJyArIGltZ3NJenFbMV1cIj48L2ZpZ3VyZT5cclxuICAgICAgICAgICAgICAgICAgICAgICAgPC9kaXY+XHJcbiAgICAgICAgICAgICAgICAgICAgICA8L2Rpdj4gXHJcbiAgICAgICAgICAgICAgICAgICAgICA8ZGl2IGNsYXNzPVwiY3Nfc2xpZGVcIj4gXHJcbiAgICAgICAgICAgICAgICAgICAgICAgIDxkaXYgICBjbGFzcz1cImNzX3ZpZGVvX2Jsb2NrIGNzX3N0eWxlXzEgY3NfdHlwZV8zICBwb3NpdGlvbi1yZWxhdGl2ZSBjcy0tcmFkaXVzXCI+XHJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgPGZpZ3VyZSBjbGFzcz1cImNzX3ZpZGVvX2Jsb2NrX2JnIGgtMTAwIHctMTAwIHBvc2l0aW9uLWFic29sdXRlIHN0YXJ0LTAgdG9wLTAgY3NfYmdfZmlsZWQgXCIgZGF0YS1zcmM9XCInL2Fzc2V0cy9iYWJ5bG9uL2ZvdG9zLycgKyBpbWdzSXpxWzJdXCI+PC9maWd1cmU+XHJcbiAgICAgICAgICAgICAgICAgICAgICAgIDwvZGl2PlxyXG4gICAgICAgICAgICAgICAgICAgICAgPC9kaXY+IFxyXG4gICAgICAgICAgICAgICAgICAgIDwvZGl2PlxyXG4gICAgICAgICAgICAgICAgPC9kaXY+XHJcbiAgICAgICAgICAgICAgICA8ZGl2IGNsYXNzPVwiY3NfcGFnaW5hdGlvbiBjc19zdHlsZV8xIGNzX3R5cGVfMyBjc190eXBlXzMtLWxlZnRcIj48L2Rpdj5cclxuICAgICAgICAgICAgPC9kaXY+ICBcclxuICAgICAgICAgIDwvZGl2PlxyXG4gICAgICAgIDwvZGl2PlxyXG4gICAgICAgIDxkaXYgY2xhc3M9XCJjb2wtbGctNVwiPlxyXG4gICAgICAgICAgPGRpdiBjbGFzcz1cImludHJvX2luZm9cIj5cclxuICAgICAgICAgICAgICA8aDMgY2xhc3M9XCJwcmV0aXRsZSB3b3cgZmFkZUluVXBcIiBkYXRhLXdvdy1kdXJhdGlvbj1cIjAuOHNcIiBkYXRhLXdvdy1kZWxheT1cIjAuMnNcIj57eyBoZWFkZXJJenEgfX08L2gzPlxyXG4gICAgICAgICAgICAgIDxoMiBjbGFzcz1cInRpdGxlXCI+e3sgdGl0bGVJenEgfX08L2gyPlxyXG4gICAgICAgICAgICAgIDwhLS0gPGgzIGNsYXNzPVwic3VidGl0bGUgXCIgPkluZm8gSW1nPC9oMz4gLS0+XHJcbiAgICAgICAgICAgICAgPGg0IGNsYXNzPVwidGl0bGUtcmlnaHRcIj5Ib3RlbCBCYWJ5bG9uPC9oND5cclxuICAgICAgICAgICAgICA8cCBjbGFzcz1cInRleHRcIj57eyB0ZXh0SXpxIH19PC9wPlxyXG4gICAgICAgICAgICAgIDwhLS0gPHVsIGNsYXNzPVwiY3NfbGlzdCBjc19zdHlsZV8xIGNzX21wXzBcIj5cclxuICAgICAgICAgICAgICAgIDxsaT5cclxuICAgICAgICAgICAgICAgICAgICA8ZGl2IGNsYXNzPVwiaW5mby0taWNvbiBcIj5cclxuICAgICAgICAgICAgICAgICAgICAgICAgPGkgY2xhc3M9XCJpY29uLS1zdmcgaWNvbi1udWV2b19wYXhfaWNvX3NtYWxsIFwiPjwvaT4gXHJcbiAgICAgICAgICAgICAgICAgICAgPC9kaXY+IFxyXG4gICAgICAgICAgICAgICAgICAgIDxwIGNsYXNzPVwidGV4dCBtYi0tMFwiPlRyYW5zcG9ydGF0aW9uIFNlcnZpY2VzIDxzcGFuIGNsYXNzPVwidGV4dC0tc21hbGxcIj4xNWttPC9zcGFuPjwvcD5cclxuICAgICAgICAgICAgICAgIDwvbGk+XHJcbiAgICAgICAgICAgICAgICA8bGk+XHJcbiAgICAgICAgICAgICAgICAgICBcclxuICAgICAgICAgICAgICAgICAgICA8cCBjbGFzcz1cInRleHQgbWItLTBcIj5UcmFuc3BvcnRhdGlvbiBTZXJ2aWNlcyA8c3BhbiBjbGFzcz1cInRleHQtLXNtYWxsXCI+MTVrbTwvc3Bhbj48L3A+XHJcbiAgICAgICAgICAgICAgICA8L2xpPlxyXG4gICAgICAgICAgICAgICAgPGxpPlxyXG4gICAgICAgICAgICAgICAgICA8ZGl2IGNsYXNzPVwiaW5mby0taWNvbiBcIj5cclxuICAgICAgICAgICAgICAgICAgICAgIDxpIGNsYXNzPVwiaWNvbi0tc3ZnIGljb24tbnVldm9fcGF4X2ljb19zbWFsbCBcIj48L2k+IFxyXG4gICAgICAgICAgICAgICAgICA8L2Rpdj4gXHJcbiAgICAgICAgICAgICAgICAgIDxwIGNsYXNzPVwidGV4dCBtYi0tMFwiPlRyYW5zcG9ydGF0aW9uIFNlcnZpY2VzPC9wPlxyXG4gICAgICAgICAgICAgICAgPC9saT5cclxuICAgICAgICAgICAgICAgIFxyXG4gICAgICAgICAgICAgIDwvdWw+XHJcbiAgICAgICAgICAgICAgPGRpdiBjbGFzcz1cImJ0bnNfX2JveFwiPlxyXG4gICAgICAgICAgICAgICAgICA8YSBocmVmPVwiIFwiIGNsYXNzPVwiYnRuIGJ0bl9wcmltYXJ5XCI+XHJcbiAgICAgICAgICAgICAgICAgICAgICA8Yj5MZWFybiBNb3JlPC9iPlxyXG4gICAgICAgICAgICAgICAgICAgICAgPHNwYW4gY2xhc3M9XCJiYWJ5bG9uLWFycm93LXJpZ2h0LWJpZ1wiPjwvc3Bhbj4gXHJcbiAgICAgICAgICAgICAgICAgIDwvYT5cclxuICAgICAgICAgICAgICA8L2Rpdj4gIC0tPlxyXG4gICAgICAgICAgPC9kaXY+XHJcbiAgICAgICAgPC9kaXY+XHJcbiAgICAgIDwvZGl2PlxyXG4gICAgPC9kaXY+XHJcbiAgPC9kaXY+IFxyXG48L3NlY3Rpb24+XHJcblxyXG48IS0tIG1pc21vIG1vZHVsbyBwZXJvIGEgbGEgaW52ZXJzYSAtLT5cclxuPHNlY3Rpb24gY2xhc3M9XCJiYWJ5bG9uX19pbmZvaW1nIG1hcmdpbi1tYWluXCIgKm5nSWY9XCJzaG93RGVyXCI+ICBcclxuICA8ZGl2IGNsYXNzPVwiY29udGFpbmVyLWZsdWlkIHAtMCBwb3NpdGlvbi1yZWxhdGl2ZVwiPlxyXG4gICAgPGRpdiBjbGFzcz1cImNvbnRhaW5lclwiPlxyXG4gICAgICA8ZGl2IGNsYXNzPVwicm93IGFsaWduLWl0ZW1zLWNlbnRlciBjc19nYXBfeV80MCBjb2x1bW4tcmV2ZXJzZVwiPiBcclxuICAgICAgICA8ZGl2IGNsYXNzPVwiY29sLWxnLTVcIj4gXHJcbiAgICAgICAgICAgIDxkaXYgY2xhc3M9XCJpbnRyb19pbmZvXCI+XHJcbiAgICAgICAgICAgICAgICA8aDMgY2xhc3M9XCJwcmV0aXRsZSB3b3cgZmFkZUluVXBcIiBkYXRhLXdvdy1kdXJhdGlvbj1cIjAuOHNcIiBkYXRhLXdvdy1kZWxheT1cIjAuMnNcIj57eyBoZWFkZXJEZXIgfX08L2gzPlxyXG4gICAgICAgICAgICAgICAgPGgyIGNsYXNzPVwidGl0bGVcIj57eyB0aXRsZURlciB9fTwvaDI+XHJcbiAgICAgICAgICAgICAgICA8aDQgY2xhc3M9XCJ0aXRsZS1sZWZ0XCI+SG90ZWwgQmFieWxvbjwvaDQ+XHJcbiAgICAgICAgICAgICAgICA8cCBjbGFzcz1cInRleHRcIj57eyB0ZXh0RGVyIH19PC9wPlxyXG4gICAgICAgICAgICAgICAgPCEtLSA8dWwgY2xhc3M9XCJjc19saXN0IGNzX3N0eWxlXzEgY3NfbXBfMFwiPlxyXG4gICAgICAgICAgICAgICAgICA8bGk+XHJcbiAgICAgICAgICAgICAgICAgICAgICA8ZGl2IGNsYXNzPVwiaW5mby0taWNvbiBcIj5cclxuICAgICAgICAgICAgICAgICAgICAgICAgICA8aSBjbGFzcz1cImljb24tLXN2ZyBpY29uLW51ZXZvX3BheF9pY29fc21hbGwgXCI+PC9pPiBcclxuICAgICAgICAgICAgICAgICAgICAgIDwvZGl2PiBcclxuICAgICAgICAgICAgICAgICAgICAgIDxwIGNsYXNzPVwidGV4dCBtYi0tMFwiPlRyYW5zcG9ydGF0aW9uIFNlcnZpY2VzIDxzcGFuIGNsYXNzPVwidGV4dC0tc21hbGxcIj4xNWttPC9zcGFuPjwvcD5cclxuICAgICAgICAgICAgICAgICAgPC9saT5cclxuICAgICAgICAgICAgICAgICAgPGxpPlxyXG4gICAgICAgICAgICAgICAgICAgICAgPGRpdiBjbGFzcz1cImluZm8tLWljb24gXCI+XHJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgPGkgY2xhc3M9XCJpY29uLS1zdmcgaWNvbi1udWV2b19wYXhfaWNvX3NtYWxsIFwiPjwvaT4gXHJcbiAgICAgICAgICAgICAgICAgICAgICA8L2Rpdj4gXHJcbiAgICAgICAgICAgICAgICAgICAgICA8cCBjbGFzcz1cInRleHQgbWItLTBcIj5UcmFuc3BvcnRhdGlvbiBTZXJ2aWNlcyA8c3BhbiBjbGFzcz1cInRleHQtLXNtYWxsXCI+MTVrbTwvc3Bhbj48L3A+XHJcbiAgICAgICAgICAgICAgICAgIDwvbGk+XHJcbiAgICAgICAgICAgICAgICAgIDxsaT5cclxuICAgICAgICAgICAgICAgICAgICA8ZGl2IGNsYXNzPVwiaW5mby0taWNvbiBcIj5cclxuICAgICAgICAgICAgICAgICAgICAgICAgPGkgY2xhc3M9XCJpY29uLS1zdmcgaWNvbi1udWV2b19wYXhfaWNvX3NtYWxsIFwiPjwvaT4gXHJcbiAgICAgICAgICAgICAgICAgICAgPC9kaXY+IFxyXG4gICAgICAgICAgICAgICAgICAgIDxwIGNsYXNzPVwidGV4dCBtYi0tMFwiPlRyYW5zcG9ydGF0aW9uIFNlcnZpY2VzIDxzcGFuIGNsYXNzPVwidGV4dC0tc21hbGxcIj4xNWttPC9zcGFuPjwvcD5cclxuICAgICAgICAgICAgICAgIDwvbGk+XHJcbiAgICAgICAgICAgICAgICAgXHJcbiAgICAgICAgICAgICAgPC91bD4gLS0+XHJcbiAgICAgICAgICAgICAgICA8ZGl2IGNsYXNzPVwiYnRuc19fYm94XCI+XHJcbiAgICAgICAgICAgICAgICAgICAgPGEgaHJlZj1cIiBcIiBjbGFzcz1cImJ0biBidG5fcHJpbWFyeVwiPlxyXG4gICAgICAgICAgICAgICAgICAgICAgICA8Yj5MZWFybiBNb3JlPC9iPlxyXG4gICAgICAgICAgICAgICAgICAgICAgICA8c3BhbiBjbGFzcz1cImJhYnlsb24tYXJyb3ctcmlnaHQtYmlnXCI+PC9zcGFuPiBcclxuICAgICAgICAgICAgICAgICAgICA8L2E+XHJcbiAgICAgICAgICAgICAgICA8L2Rpdj4gXHJcbiAgICAgICAgICBcclxuICAgICAgICAgIDwvZGl2PlxyXG4gICAgICAgIDwvZGl2PlxyXG4gICAgICAgIDxkaXYgY2xhc3M9XCJjb2wtbGctN1wiPiBcclxuICAgICAgICAgIDxkaXYgY2xhc3M9XCJjc19wbF8xMTBcIj5cclxuICAgICAgICAgICAgPGRpdiBjbGFzcz1cImNzX3NsaWRlciBjc19zdHlsZV8xIGNzX3NsaWRlcl9nYXBfMjRcIj4gXHJcbiAgICAgICAgICAgICAgPGRpdiBjbGFzcz1cImNzX3NsaWRlcl9jb250YWluZXJcIiBkYXRhLWF1dG9wbGF5PVwiMFwiIGRhdGEtbG9vcD1cIjFcIiBkYXRhLXNwZWVkPVwiNjAwXCIgZGF0YS1jZW50ZXI9XCIwXCIgZGF0YS12YXJpYWJsZS13aWR0aD1cIjBcIiBcclxuICAgICAgICAgICAgICBkYXRhLXNsaWRlcy1wZXItdmlldz1cInJlc3BvbnNpdmVcIiBkYXRhLXhzLXNsaWRlcz1cIjFcIiBkYXRhLXNtLXNsaWRlcz1cIjFcIiBkYXRhLW1kLXNsaWRlcz1cIjFcIiBkYXRhLWxnLXNsaWRlcz1cIjFcIiBkYXRhLWFkZC1zbGlkZXM9XCIxXCI+XHJcbiAgICAgICAgICAgICAgICA8ZGl2IGNsYXNzPVwiY3Nfc2xpZGVyX3dyYXBwZXJcIj5cclxuICAgICAgICAgICAgICAgICAgPGRpdiBjbGFzcz1cImNzX3NsaWRlXCI+IFxyXG4gICAgICAgICAgICAgICAgICAgIDxkaXYgICBjbGFzcz1cImNzX3ZpZGVvX2Jsb2NrIGNzX3N0eWxlXzEgY3NfdHlwZV8zICBwb3NpdGlvbi1yZWxhdGl2ZSBjcy0tcmFkaXVzXCI+XHJcbiAgICAgICAgICAgICAgICAgICAgICA8ZmlndXJlIGNsYXNzPVwiY3NfdmlkZW9fYmxvY2tfYmcgaC0xMDAgdy0xMDAgcG9zaXRpb24tYWJzb2x1dGUgc3RhcnQtMCB0b3AtMCBjc19iZ19maWxlZCBcIiBkYXRhLXNyYz1cIicvYXNzZXRzL2JhYnlsb24vZm90b3MvJyArIGltZ3NEZXJbMF1cIj48L2ZpZ3VyZT5cclxuICAgICAgICAgICAgICAgICAgICA8L2Rpdj5cclxuICAgICAgICAgICAgICAgICAgPC9kaXY+IFxyXG4gICAgICAgICAgICAgICAgICA8ZGl2IGNsYXNzPVwiY3Nfc2xpZGVcIj4gXHJcbiAgICAgICAgICAgICAgICAgICAgPGRpdiAgIGNsYXNzPVwiY3NfdmlkZW9fYmxvY2sgY3Nfc3R5bGVfMSBjc190eXBlXzMgIHBvc2l0aW9uLXJlbGF0aXZlIGNzLS1yYWRpdXNcIj5cclxuICAgICAgICAgICAgICAgICAgICAgIDxmaWd1cmUgY2xhc3M9XCJjc192aWRlb19ibG9ja19iZyBoLTEwMCB3LTEwMCBwb3NpdGlvbi1hYnNvbHV0ZSBzdGFydC0wIHRvcC0wIGNzX2JnX2ZpbGVkIFwiIGRhdGEtc3JjPVwiJy9hc3NldHMvYmFieWxvbi9mb3Rvcy8nICsgaW1nc0RlclsxXVwiPjwvZmlndXJlPlxyXG4gICAgICAgICAgICAgICAgICAgIDwvZGl2PlxyXG4gICAgICAgICAgICAgICAgICA8L2Rpdj4gXHJcbiAgICAgICAgICAgICAgICAgIDxkaXYgY2xhc3M9XCJjc19zbGlkZVwiPiBcclxuICAgICAgICAgICAgICAgICAgICA8ZGl2ICAgY2xhc3M9XCJjc192aWRlb19ibG9jayBjc19zdHlsZV8xIGNzX3R5cGVfMyAgcG9zaXRpb24tcmVsYXRpdmUgY3MtLXJhZGl1c1wiPlxyXG4gICAgICAgICAgICAgICAgICAgICAgPGZpZ3VyZSBjbGFzcz1cImNzX3ZpZGVvX2Jsb2NrX2JnIGgtMTAwIHctMTAwIHBvc2l0aW9uLWFic29sdXRlIHN0YXJ0LTAgdG9wLTAgY3NfYmdfZmlsZWQgXCIgZGF0YS1zcmM9XCInL2Fzc2V0cy9iYWJ5bG9uL2ZvdG9zLycgKyBpbWdzRGVyWzJdXCI+PC9maWd1cmU+XHJcbiAgICAgICAgICAgICAgICAgICAgPC9kaXY+XHJcbiAgICAgICAgICAgICAgICAgIDwvZGl2PiBcclxuICAgICAgICAgICAgICAgIDwvZGl2PlxyXG4gICAgICAgICAgICAgIDwvZGl2PlxyXG4gICAgICAgICAgICAgIDxkaXYgY2xhc3M9XCJjc19wYWdpbmF0aW9uIGNzX3N0eWxlXzEgY3NfdHlwZV8zXCI+PC9kaXY+XHJcbiAgICAgICAgICAgPC9kaXY+ICBcclxuICAgICAgICAgIDwvZGl2PlxyXG4gICAgICAgIDwvZGl2PlxyXG4gICAgICA8L2Rpdj5cclxuICAgIDwvZGl2PlxyXG4gIDwvZGl2PiBcclxuPC9zZWN0aW9uPiJdfQ==
51
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYmFieWxvbi1pbmZvLWltZy5jb21wb25lbnQuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9iYWJ5bG9uL3NyYy9saWIvY29tcG9uZW50cy9jb3JlL2JhYnlsb24taW5mby1pbWcvYmFieWxvbi1pbmZvLWltZy5jb21wb25lbnQudHMiLCIuLi8uLi8uLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9iYWJ5bG9uL3NyYy9saWIvY29tcG9uZW50cy9jb3JlL2JhYnlsb24taW5mby1pbWcvYmFieWxvbi1pbmZvLWltZy5jb21wb25lbnQuaHRtbCJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQUUsWUFBWSxFQUFFLE1BQU0saUJBQWlCLENBQUM7QUFDL0MsT0FBTyxFQUFFLFNBQVMsRUFBRSxLQUFLLEVBQUUsTUFBTSxlQUFlLENBQUM7OztBQVNqRCxNQUFNLE9BQU8sdUJBQXVCO0lBUHBDO1FBU1csY0FBUyxHQUFVLEVBQUUsQ0FBQztRQUN0QixhQUFRLEdBQVUsRUFBRSxDQUFDO1FBQ3JCLFlBQU8sR0FBVSxFQUFFLENBQUM7UUFDcEIsWUFBTyxHQUFZLEVBQUUsQ0FBQztRQUN0QixZQUFPLEdBQVcsSUFBSSxDQUFDO1FBQ3ZCLGNBQVMsR0FBVSxFQUFFLENBQUM7UUFDdEIsYUFBUSxHQUFVLEVBQUUsQ0FBQztRQUNyQixZQUFPLEdBQVUsRUFBRSxDQUFDO1FBQ3BCLFlBQU8sR0FBWSxFQUFFLENBQUM7UUFDdEIsWUFBTyxHQUFXLElBQUksQ0FBQztLQVFqQztJQU5DLFdBQVcsQ0FBQyxLQUFhO1FBQ3ZCLElBQUksSUFBSSxDQUFDLE9BQU8sSUFBSSxJQUFJLENBQUMsT0FBTyxDQUFDLE1BQU0sR0FBRyxLQUFLLEVBQUU7WUFDL0MsT0FBTyx5QkFBeUIsSUFBSSxDQUFDLE9BQU8sQ0FBQyxLQUFLLENBQUMsRUFBRSxDQUFDO1NBQ3ZEO1FBQ0QsT0FBTyxFQUFFLENBQUM7SUFDWixDQUFDOytHQWxCVSx1QkFBdUI7bUdBQXZCLHVCQUF1QixnVENWcEMsdXJQQTZJVSxpaVFEdklFLFlBQVk7OzRGQUlYLHVCQUF1QjtrQkFQbkMsU0FBUzsrQkFDRSxzQkFBc0IsY0FDcEIsSUFBSSxXQUNQLENBQUMsWUFBWSxDQUFDOzhCQU1kLFNBQVM7c0JBQWpCLEtBQUs7Z0JBQ0csUUFBUTtzQkFBaEIsS0FBSztnQkFDRyxPQUFPO3NCQUFmLEtBQUs7Z0JBQ0csT0FBTztzQkFBZixLQUFLO2dCQUNHLE9BQU87c0JBQWYsS0FBSztnQkFDRyxTQUFTO3NCQUFqQixLQUFLO2dCQUNHLFFBQVE7c0JBQWhCLEtBQUs7Z0JBQ0csT0FBTztzQkFBZixLQUFLO2dCQUNHLE9BQU87c0JBQWYsS0FBSztnQkFDRyxPQUFPO3NCQUFmLEtBQUsiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBDb21tb25Nb2R1bGUgfSBmcm9tICdAYW5ndWxhci9jb21tb24nO1xyXG5pbXBvcnQgeyBDb21wb25lbnQsIElucHV0IH0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XHJcblxyXG5AQ29tcG9uZW50KHtcclxuICBzZWxlY3RvcjogJ2xpYi1iYWJ5bG9uLWluZm8taW1nJyxcclxuICBzdGFuZGFsb25lOiB0cnVlLFxyXG4gIGltcG9ydHM6IFtDb21tb25Nb2R1bGVdLFxyXG4gIHRlbXBsYXRlVXJsOiAnLi9iYWJ5bG9uLWluZm8taW1nLmNvbXBvbmVudC5odG1sJyxcclxuICBzdHlsZVVybDogJy4vYmFieWxvbi1pbmZvLWltZy5jb21wb25lbnQuc2NzcydcclxufSlcclxuZXhwb3J0IGNsYXNzIEJhYnlsb25JbmZvSW1nQ29tcG9uZW50IHtcclxuXHJcbiAgQElucHV0KCkgaGVhZGVySXpxOnN0cmluZyA9ICcnO1xyXG4gIEBJbnB1dCgpIHRpdGxlSXpxOnN0cmluZyA9ICcnO1xyXG4gIEBJbnB1dCgpIHRleHRJenE6c3RyaW5nID0gJyc7XHJcbiAgQElucHV0KCkgaW1nc0l6cTpzdHJpbmdbXSA9IFtdO1xyXG4gIEBJbnB1dCgpIHNob3dJenE6Ym9vbGVhbiA9IHRydWU7XHJcbiAgQElucHV0KCkgaGVhZGVyRGVyOnN0cmluZyA9ICcnO1xyXG4gIEBJbnB1dCgpIHRpdGxlRGVyOnN0cmluZyA9ICcnO1xyXG4gIEBJbnB1dCgpIHRleHREZXI6c3RyaW5nID0gJyc7XHJcbiAgQElucHV0KCkgaW1nc0RlcjpzdHJpbmdbXSA9IFtdO1xyXG4gIEBJbnB1dCgpIHNob3dEZXI6Ym9vbGVhbiA9IHRydWU7XHJcblxyXG4gIGdldEltYWdlU3JjKGluZGV4OiBudW1iZXIpOiBzdHJpbmcge1xyXG4gICAgaWYgKHRoaXMuaW1nc0l6cSAmJiB0aGlzLmltZ3NJenEubGVuZ3RoID4gaW5kZXgpIHtcclxuICAgICAgcmV0dXJuIGAvYXNzZXRzL2JhYnlsb24vZm90b3MvJHt0aGlzLmltZ3NJenFbaW5kZXhdfWA7XHJcbiAgICB9XHJcbiAgICByZXR1cm4gJyc7XHJcbiAgfVxyXG59XHJcbiIsIjxzZWN0aW9uIGNsYXNzPVwiYmFieWxvbl9faW5mb2ltZyBtYXJnaW4tbWFpblwiICpuZ0lmPVwic2hvd0l6cVwiPiAgXHJcbiAgPGRpdiBjbGFzcz1cImNvbnRhaW5lci1mbHVpZCBwLTAgcG9zaXRpb24tcmVsYXRpdmVcIj5cclxuICAgIDxkaXYgY2xhc3M9XCJjb250YWluZXJcIj5cclxuICAgICAgPGRpdiBjbGFzcz1cInJvdyBhbGlnbi1pdGVtcy1jZW50ZXIgY3NfZ2FwX3lfNDBcIj5cclxuICAgICAgICA8ZGl2IGNsYXNzPVwiY29sLWxnLTcgXCI+XHJcbiAgICAgICAgICA8ZGl2IGNsYXNzPVwiY3NfcHJfMTEwXCI+XHJcbiAgICAgICAgICAgIDxkaXYgY2xhc3M9XCJjc19zbGlkZXIgY3Nfc3R5bGVfMSBjc19zbGlkZXJfZ2FwXzI0XCI+IFxyXG4gICAgICAgICAgICAgICAgPGRpdiBjbGFzcz1cImNzX3NsaWRlcl9jb250YWluZXJcIiBkYXRhLWF1dG9wbGF5PVwiMFwiIGRhdGEtbG9vcD1cIjFcIiBkYXRhLXNwZWVkPVwiNjAwXCIgZGF0YS1jZW50ZXI9XCIwXCIgZGF0YS12YXJpYWJsZS13aWR0aD1cIjBcIiBcclxuICAgICAgICAgICAgICAgIGRhdGEtc2xpZGVzLXBlci12aWV3PVwicmVzcG9uc2l2ZVwiIGRhdGEteHMtc2xpZGVzPVwiMVwiIGRhdGEtc20tc2xpZGVzPVwiMVwiIGRhdGEtbWQtc2xpZGVzPVwiMVwiIGRhdGEtbGctc2xpZGVzPVwiMVwiIGRhdGEtYWRkLXNsaWRlcz1cIjFcIj5cclxuICAgICAgICAgICAgICAgICAgICA8ZGl2IGNsYXNzPVwiY3Nfc2xpZGVyX3dyYXBwZXJcIj5cclxuICAgICAgICAgICAgICAgICAgICAgIDxkaXYgY2xhc3M9XCJjc19zbGlkZVwiPiBcclxuICAgICAgICAgICAgICAgICAgICAgICAgPGRpdiAgIGNsYXNzPVwiY3NfdmlkZW9fYmxvY2sgY3Nfc3R5bGVfMSBjc190eXBlXzMgIHBvc2l0aW9uLXJlbGF0aXZlIGNzLS1yYWRpdXNcIj5cclxuICAgICAgICAgICAgICAgICAgICAgICAgICA8ZmlndXJlIGNsYXNzPVwiY3NfdmlkZW9fYmxvY2tfYmcgaC0xMDAgdy0xMDAgcG9zaXRpb24tYWJzb2x1dGUgc3RhcnQtMCB0b3AtMCBjc19iZ19maWxlZCBcIiBbYXR0ci5kYXRhLXNyY109XCJnZXRJbWFnZVNyYygwKVwiPjwvZmlndXJlPlxyXG4gICAgICAgICAgICAgICAgICAgICAgICA8L2Rpdj5cclxuICAgICAgICAgICAgICAgICAgICAgIDwvZGl2PiBcclxuICAgICAgICAgICAgICAgICAgICAgIDxkaXYgY2xhc3M9XCJjc19zbGlkZVwiPiBcclxuICAgICAgICAgICAgICAgICAgICAgICAgPGRpdiAgIGNsYXNzPVwiY3NfdmlkZW9fYmxvY2sgY3Nfc3R5bGVfMSBjc190eXBlXzMgIHBvc2l0aW9uLXJlbGF0aXZlIGNzLS1yYWRpdXNcIj5cclxuICAgICAgICAgICAgICAgICAgICAgICAgICA8ZmlndXJlIGNsYXNzPVwiY3NfdmlkZW9fYmxvY2tfYmcgaC0xMDAgdy0xMDAgcG9zaXRpb24tYWJzb2x1dGUgc3RhcnQtMCB0b3AtMCBjc19iZ19maWxlZCBcIiBbYXR0ci5kYXRhLXNyY109XCJnZXRJbWFnZVNyYygxKVwiPjwvZmlndXJlPlxyXG4gICAgICAgICAgICAgICAgICAgICAgICA8L2Rpdj5cclxuICAgICAgICAgICAgICAgICAgICAgIDwvZGl2PiBcclxuICAgICAgICAgICAgICAgICAgICAgIDxkaXYgY2xhc3M9XCJjc19zbGlkZVwiPiBcclxuICAgICAgICAgICAgICAgICAgICAgICAgPGRpdiAgIGNsYXNzPVwiY3NfdmlkZW9fYmxvY2sgY3Nfc3R5bGVfMSBjc190eXBlXzMgIHBvc2l0aW9uLXJlbGF0aXZlIGNzLS1yYWRpdXNcIj5cclxuICAgICAgICAgICAgICAgICAgICAgICAgICA8ZmlndXJlIGNsYXNzPVwiY3NfdmlkZW9fYmxvY2tfYmcgaC0xMDAgdy0xMDAgcG9zaXRpb24tYWJzb2x1dGUgc3RhcnQtMCB0b3AtMCBjc19iZ19maWxlZCBcIiBbYXR0ci5kYXRhLXNyY109XCJnZXRJbWFnZVNyYygyKVwiPjwvZmlndXJlPlxyXG4gICAgICAgICAgICAgICAgICAgICAgICA8L2Rpdj5cclxuICAgICAgICAgICAgICAgICAgICAgIDwvZGl2PiBcclxuICAgICAgICAgICAgICAgICAgICA8L2Rpdj5cclxuICAgICAgICAgICAgICAgIDwvZGl2PlxyXG4gICAgICAgICAgICAgICAgPGRpdiBjbGFzcz1cImNzX3BhZ2luYXRpb24gY3Nfc3R5bGVfMSBjc190eXBlXzMgY3NfdHlwZV8zLS1sZWZ0XCI+PC9kaXY+XHJcbiAgICAgICAgICAgIDwvZGl2PiAgXHJcbiAgICAgICAgICA8L2Rpdj5cclxuICAgICAgICA8L2Rpdj5cclxuICAgICAgICA8ZGl2IGNsYXNzPVwiY29sLWxnLTVcIj5cclxuICAgICAgICAgIDxkaXYgY2xhc3M9XCJpbnRyb19pbmZvXCI+XHJcbiAgICAgICAgICAgICAgPGgzIGNsYXNzPVwicHJldGl0bGUgd293IGZhZGVJblVwXCIgZGF0YS13b3ctZHVyYXRpb249XCIwLjhzXCIgZGF0YS13b3ctZGVsYXk9XCIwLjJzXCI+e3sgaGVhZGVySXpxIH19PC9oMz5cclxuICAgICAgICAgICAgICA8aDIgY2xhc3M9XCJ0aXRsZVwiPnt7IHRpdGxlSXpxIH19PC9oMj5cclxuICAgICAgICAgICAgICA8IS0tIDxoMyBjbGFzcz1cInN1YnRpdGxlIFwiID5JbmZvIEltZzwvaDM+IC0tPlxyXG4gICAgICAgICAgICAgIDxoNCBjbGFzcz1cInRpdGxlLXJpZ2h0XCI+SG90ZWwgQmFieWxvbjwvaDQ+XHJcbiAgICAgICAgICAgICAgPHAgY2xhc3M9XCJ0ZXh0XCI+e3sgdGV4dEl6cSB9fTwvcD5cclxuICAgICAgICAgICAgICA8IS0tIDx1bCBjbGFzcz1cImNzX2xpc3QgY3Nfc3R5bGVfMSBjc19tcF8wXCI+XHJcbiAgICAgICAgICAgICAgICA8bGk+XHJcbiAgICAgICAgICAgICAgICAgICAgPGRpdiBjbGFzcz1cImluZm8tLWljb24gXCI+XHJcbiAgICAgICAgICAgICAgICAgICAgICAgIDxpIGNsYXNzPVwiaWNvbi0tc3ZnIGljb24tbnVldm9fcGF4X2ljb19zbWFsbCBcIj48L2k+IFxyXG4gICAgICAgICAgICAgICAgICAgIDwvZGl2PiBcclxuICAgICAgICAgICAgICAgICAgICA8cCBjbGFzcz1cInRleHQgbWItLTBcIj5UcmFuc3BvcnRhdGlvbiBTZXJ2aWNlcyA8c3BhbiBjbGFzcz1cInRleHQtLXNtYWxsXCI+MTVrbTwvc3Bhbj48L3A+XHJcbiAgICAgICAgICAgICAgICA8L2xpPlxyXG4gICAgICAgICAgICAgICAgPGxpPlxyXG4gICAgICAgICAgICAgICAgICAgXHJcbiAgICAgICAgICAgICAgICAgICAgPHAgY2xhc3M9XCJ0ZXh0IG1iLS0wXCI+VHJhbnNwb3J0YXRpb24gU2VydmljZXMgPHNwYW4gY2xhc3M9XCJ0ZXh0LS1zbWFsbFwiPjE1a208L3NwYW4+PC9wPlxyXG4gICAgICAgICAgICAgICAgPC9saT5cclxuICAgICAgICAgICAgICAgIDxsaT5cclxuICAgICAgICAgICAgICAgICAgPGRpdiBjbGFzcz1cImluZm8tLWljb24gXCI+XHJcbiAgICAgICAgICAgICAgICAgICAgICA8aSBjbGFzcz1cImljb24tLXN2ZyBpY29uLW51ZXZvX3BheF9pY29fc21hbGwgXCI+PC9pPiBcclxuICAgICAgICAgICAgICAgICAgPC9kaXY+IFxyXG4gICAgICAgICAgICAgICAgICA8cCBjbGFzcz1cInRleHQgbWItLTBcIj5UcmFuc3BvcnRhdGlvbiBTZXJ2aWNlczwvcD5cclxuICAgICAgICAgICAgICAgIDwvbGk+XHJcbiAgICAgICAgICAgICAgICBcclxuICAgICAgICAgICAgICA8L3VsPlxyXG4gICAgICAgICAgICAgIDxkaXYgY2xhc3M9XCJidG5zX19ib3hcIj5cclxuICAgICAgICAgICAgICAgICAgPGEgaHJlZj1cIiBcIiBjbGFzcz1cImJ0biBidG5fcHJpbWFyeVwiPlxyXG4gICAgICAgICAgICAgICAgICAgICAgPGI+TGVhcm4gTW9yZTwvYj5cclxuICAgICAgICAgICAgICAgICAgICAgIDxzcGFuIGNsYXNzPVwiYmFieWxvbi1hcnJvdy1yaWdodC1iaWdcIj48L3NwYW4+IFxyXG4gICAgICAgICAgICAgICAgICA8L2E+XHJcbiAgICAgICAgICAgICAgPC9kaXY+ICAtLT5cclxuICAgICAgICAgIDwvZGl2PlxyXG4gICAgICAgIDwvZGl2PlxyXG4gICAgICA8L2Rpdj5cclxuICAgIDwvZGl2PlxyXG4gIDwvZGl2PiBcclxuPC9zZWN0aW9uPlxyXG5cclxuPCEtLSBtaXNtbyBtb2R1bG8gcGVybyBhIGxhIGludmVyc2EgLS0+XHJcbjxzZWN0aW9uIGNsYXNzPVwiYmFieWxvbl9faW5mb2ltZyBtYXJnaW4tbWFpblwiICpuZ0lmPVwic2hvd0RlclwiPiAgXHJcbiAgPGRpdiBjbGFzcz1cImNvbnRhaW5lci1mbHVpZCBwLTAgcG9zaXRpb24tcmVsYXRpdmVcIj5cclxuICAgIDxkaXYgY2xhc3M9XCJjb250YWluZXJcIj5cclxuICAgICAgPGRpdiBjbGFzcz1cInJvdyBhbGlnbi1pdGVtcy1jZW50ZXIgY3NfZ2FwX3lfNDAgY29sdW1uLXJldmVyc2VcIj4gXHJcbiAgICAgICAgPGRpdiBjbGFzcz1cImNvbC1sZy01XCI+IFxyXG4gICAgICAgICAgICA8ZGl2IGNsYXNzPVwiaW50cm9faW5mb1wiPlxyXG4gICAgICAgICAgICAgICAgPGgzIGNsYXNzPVwicHJldGl0bGUgd293IGZhZGVJblVwXCIgZGF0YS13b3ctZHVyYXRpb249XCIwLjhzXCIgZGF0YS13b3ctZGVsYXk9XCIwLjJzXCI+e3sgaGVhZGVyRGVyIH19PC9oMz5cclxuICAgICAgICAgICAgICAgIDxoMiBjbGFzcz1cInRpdGxlXCI+e3sgdGl0bGVEZXIgfX08L2gyPlxyXG4gICAgICAgICAgICAgICAgPGg0IGNsYXNzPVwidGl0bGUtbGVmdFwiPkhvdGVsIEJhYnlsb248L2g0PlxyXG4gICAgICAgICAgICAgICAgPHAgY2xhc3M9XCJ0ZXh0XCI+e3sgdGV4dERlciB9fTwvcD5cclxuICAgICAgICAgICAgICAgIDwhLS0gPHVsIGNsYXNzPVwiY3NfbGlzdCBjc19zdHlsZV8xIGNzX21wXzBcIj5cclxuICAgICAgICAgICAgICAgICAgPGxpPlxyXG4gICAgICAgICAgICAgICAgICAgICAgPGRpdiBjbGFzcz1cImluZm8tLWljb24gXCI+XHJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgPGkgY2xhc3M9XCJpY29uLS1zdmcgaWNvbi1udWV2b19wYXhfaWNvX3NtYWxsIFwiPjwvaT4gXHJcbiAgICAgICAgICAgICAgICAgICAgICA8L2Rpdj4gXHJcbiAgICAgICAgICAgICAgICAgICAgICA8cCBjbGFzcz1cInRleHQgbWItLTBcIj5UcmFuc3BvcnRhdGlvbiBTZXJ2aWNlcyA8c3BhbiBjbGFzcz1cInRleHQtLXNtYWxsXCI+MTVrbTwvc3Bhbj48L3A+XHJcbiAgICAgICAgICAgICAgICAgIDwvbGk+XHJcbiAgICAgICAgICAgICAgICAgIDxsaT5cclxuICAgICAgICAgICAgICAgICAgICAgIDxkaXYgY2xhc3M9XCJpbmZvLS1pY29uIFwiPlxyXG4gICAgICAgICAgICAgICAgICAgICAgICAgIDxpIGNsYXNzPVwiaWNvbi0tc3ZnIGljb24tbnVldm9fcGF4X2ljb19zbWFsbCBcIj48L2k+IFxyXG4gICAgICAgICAgICAgICAgICAgICAgPC9kaXY+IFxyXG4gICAgICAgICAgICAgICAgICAgICAgPHAgY2xhc3M9XCJ0ZXh0IG1iLS0wXCI+VHJhbnNwb3J0YXRpb24gU2VydmljZXMgPHNwYW4gY2xhc3M9XCJ0ZXh0LS1zbWFsbFwiPjE1a208L3NwYW4+PC9wPlxyXG4gICAgICAgICAgICAgICAgICA8L2xpPlxyXG4gICAgICAgICAgICAgICAgICA8bGk+XHJcbiAgICAgICAgICAgICAgICAgICAgPGRpdiBjbGFzcz1cImluZm8tLWljb24gXCI+XHJcbiAgICAgICAgICAgICAgICAgICAgICAgIDxpIGNsYXNzPVwiaWNvbi0tc3ZnIGljb24tbnVldm9fcGF4X2ljb19zbWFsbCBcIj48L2k+IFxyXG4gICAgICAgICAgICAgICAgICAgIDwvZGl2PiBcclxuICAgICAgICAgICAgICAgICAgICA8cCBjbGFzcz1cInRleHQgbWItLTBcIj5UcmFuc3BvcnRhdGlvbiBTZXJ2aWNlcyA8c3BhbiBjbGFzcz1cInRleHQtLXNtYWxsXCI+MTVrbTwvc3Bhbj48L3A+XHJcbiAgICAgICAgICAgICAgICA8L2xpPlxyXG4gICAgICAgICAgICAgICAgIFxyXG4gICAgICAgICAgICAgIDwvdWw+IC0tPlxyXG4gICAgICAgICAgICAgICAgPGRpdiBjbGFzcz1cImJ0bnNfX2JveFwiPlxyXG4gICAgICAgICAgICAgICAgICAgIDxhIGhyZWY9XCIgXCIgY2xhc3M9XCJidG4gYnRuX3ByaW1hcnlcIj5cclxuICAgICAgICAgICAgICAgICAgICAgICAgPGI+TGVhcm4gTW9yZTwvYj5cclxuICAgICAgICAgICAgICAgICAgICAgICAgPHNwYW4gY2xhc3M9XCJiYWJ5bG9uLWFycm93LXJpZ2h0LWJpZ1wiPjwvc3Bhbj4gXHJcbiAgICAgICAgICAgICAgICAgICAgPC9hPlxyXG4gICAgICAgICAgICAgICAgPC9kaXY+IFxyXG4gICAgICAgICAgXHJcbiAgICAgICAgICA8L2Rpdj5cclxuICAgICAgICA8L2Rpdj5cclxuICAgICAgICA8ZGl2IGNsYXNzPVwiY29sLWxnLTdcIj4gXHJcbiAgICAgICAgICA8ZGl2IGNsYXNzPVwiY3NfcGxfMTEwXCI+XHJcbiAgICAgICAgICAgIDxkaXYgY2xhc3M9XCJjc19zbGlkZXIgY3Nfc3R5bGVfMSBjc19zbGlkZXJfZ2FwXzI0XCI+IFxyXG4gICAgICAgICAgICAgIDxkaXYgY2xhc3M9XCJjc19zbGlkZXJfY29udGFpbmVyXCIgZGF0YS1hdXRvcGxheT1cIjBcIiBkYXRhLWxvb3A9XCIxXCIgZGF0YS1zcGVlZD1cIjYwMFwiIGRhdGEtY2VudGVyPVwiMFwiIGRhdGEtdmFyaWFibGUtd2lkdGg9XCIwXCIgXHJcbiAgICAgICAgICAgICAgZGF0YS1zbGlkZXMtcGVyLXZpZXc9XCJyZXNwb25zaXZlXCIgZGF0YS14cy1zbGlkZXM9XCIxXCIgZGF0YS1zbS1zbGlkZXM9XCIxXCIgZGF0YS1tZC1zbGlkZXM9XCIxXCIgZGF0YS1sZy1zbGlkZXM9XCIxXCIgZGF0YS1hZGQtc2xpZGVzPVwiMVwiPlxyXG4gICAgICAgICAgICAgICAgPGRpdiBjbGFzcz1cImNzX3NsaWRlcl93cmFwcGVyXCI+XHJcbiAgICAgICAgICAgICAgICAgIDxkaXYgY2xhc3M9XCJjc19zbGlkZVwiPiBcclxuICAgICAgICAgICAgICAgICAgICA8ZGl2ICAgY2xhc3M9XCJjc192aWRlb19ibG9jayBjc19zdHlsZV8xIGNzX3R5cGVfMyAgcG9zaXRpb24tcmVsYXRpdmUgY3MtLXJhZGl1c1wiPlxyXG4gICAgICAgICAgICAgICAgICAgICAgPGZpZ3VyZSBjbGFzcz1cImNzX3ZpZGVvX2Jsb2NrX2JnIGgtMTAwIHctMTAwIHBvc2l0aW9uLWFic29sdXRlIHN0YXJ0LTAgdG9wLTAgY3NfYmdfZmlsZWQgXCIgW2F0dHIuZGF0YS1zcmNdPVwiZ2V0SW1hZ2VTcmMoMClcIj48L2ZpZ3VyZT5cclxuICAgICAgICAgICAgICAgICAgICA8L2Rpdj5cclxuICAgICAgICAgICAgICAgICAgPC9kaXY+IFxyXG4gICAgICAgICAgICAgICAgICA8ZGl2IGNsYXNzPVwiY3Nfc2xpZGVcIj4gXHJcbiAgICAgICAgICAgICAgICAgICAgPGRpdiAgIGNsYXNzPVwiY3NfdmlkZW9fYmxvY2sgY3Nfc3R5bGVfMSBjc190eXBlXzMgIHBvc2l0aW9uLXJlbGF0aXZlIGNzLS1yYWRpdXNcIj5cclxuICAgICAgICAgICAgICAgICAgICAgIDxmaWd1cmUgY2xhc3M9XCJjc192aWRlb19ibG9ja19iZyBoLTEwMCB3LTEwMCBwb3NpdGlvbi1hYnNvbHV0ZSBzdGFydC0wIHRvcC0wIGNzX2JnX2ZpbGVkIFwiIFthdHRyLmRhdGEtc3JjXT1cImdldEltYWdlU3JjKDEpXCI+PC9maWd1cmU+XHJcbiAgICAgICAgICAgICAgICAgICAgPC9kaXY+XHJcbiAgICAgICAgICAgICAgICAgIDwvZGl2PiBcclxuICAgICAgICAgICAgICAgICAgPGRpdiBjbGFzcz1cImNzX3NsaWRlXCI+IFxyXG4gICAgICAgICAgICAgICAgICAgIDxkaXYgICBjbGFzcz1cImNzX3ZpZGVvX2Jsb2NrIGNzX3N0eWxlXzEgY3NfdHlwZV8zICBwb3NpdGlvbi1yZWxhdGl2ZSBjcy0tcmFkaXVzXCI+XHJcbiAgICAgICAgICAgICAgICAgICAgICA8ZmlndXJlIGNsYXNzPVwiY3NfdmlkZW9fYmxvY2tfYmcgaC0xMDAgdy0xMDAgcG9zaXRpb24tYWJzb2x1dGUgc3RhcnQtMCB0b3AtMCBjc19iZ19maWxlZCBcIiBbYXR0ci5kYXRhLXNyY109XCJnZXRJbWFnZVNyYygyKVwiPjwvZmlndXJlPlxyXG4gICAgICAgICAgICAgICAgICAgIDwvZGl2PlxyXG4gICAgICAgICAgICAgICAgICA8L2Rpdj4gXHJcbiAgICAgICAgICAgICAgICA8L2Rpdj5cclxuICAgICAgICAgICAgICA8L2Rpdj5cclxuICAgICAgICAgICAgICA8ZGl2IGNsYXNzPVwiY3NfcGFnaW5hdGlvbiBjc19zdHlsZV8xIGNzX3R5cGVfM1wiPjwvZGl2PlxyXG4gICAgICAgICAgIDwvZGl2PiAgXHJcbiAgICAgICAgICA8L2Rpdj5cclxuICAgICAgICA8L2Rpdj5cclxuICAgICAgPC9kaXY+XHJcbiAgICA8L2Rpdj5cclxuICA8L2Rpdj4gXHJcbjwvc2VjdGlvbj4iXX0=
@@ -1,5 +1,7 @@
1
1
  import * as i0 from '@angular/core';
2
2
  import { Component, Input } from '@angular/core';
3
+ import * as i1 from '@angular/common';
4
+ import { CommonModule } from '@angular/common';
3
5
 
4
6
  class Babylon404Component {
5
7
  static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.11", ngImport: i0, type: Babylon404Component, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
@@ -167,12 +169,18 @@ class BabylonInfoImgComponent {
167
169
  this.imgsDer = [];
168
170
  this.showDer = true;
169
171
  }
172
+ getImageSrc(index) {
173
+ if (this.imgsIzq && this.imgsIzq.length > index) {
174
+ return `/assets/babylon/fotos/${this.imgsIzq[index]}`;
175
+ }
176
+ return '';
177
+ }
170
178
  static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.11", ngImport: i0, type: BabylonInfoImgComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
171
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.11", type: BabylonInfoImgComponent, isStandalone: true, selector: "lib-babylon-info-img", inputs: { headerIzq: "headerIzq", titleIzq: "titleIzq", textIzq: "textIzq", imgsIzq: "imgsIzq", showIzq: "showIzq", headerDer: "headerDer", titleDer: "titleDer", textDer: "textDer", imgsDer: "imgsDer", showDer: "showDer" }, ngImport: i0, template: "<section class=\"babylon__infoimg margin-main\" *ngIf=\"showIzq\"> \r\n <div class=\"container-fluid p-0 position-relative\">\r\n <div class=\"container\">\r\n <div class=\"row align-items-center cs_gap_y_40\">\r\n <div class=\"col-lg-7 \">\r\n <div class=\"cs_pr_110\">\r\n <div class=\"cs_slider cs_style_1 cs_slider_gap_24\"> \r\n <div class=\"cs_slider_container\" data-autoplay=\"0\" data-loop=\"1\" data-speed=\"600\" data-center=\"0\" data-variable-width=\"0\" \r\n data-slides-per-view=\"responsive\" data-xs-slides=\"1\" data-sm-slides=\"1\" data-md-slides=\"1\" data-lg-slides=\"1\" data-add-slides=\"1\">\r\n <div class=\"cs_slider_wrapper\">\r\n <div class=\"cs_slide\"> \r\n <div class=\"cs_video_block cs_style_1 cs_type_3 position-relative cs--radius\">\r\n <figure class=\"cs_video_block_bg h-100 w-100 position-absolute start-0 top-0 cs_bg_filed \" data-src=\"'/assets/babylon/fotos/' + imgsIzq[0]\"></figure>\r\n </div>\r\n </div> \r\n <div class=\"cs_slide\"> \r\n <div class=\"cs_video_block cs_style_1 cs_type_3 position-relative cs--radius\">\r\n <figure class=\"cs_video_block_bg h-100 w-100 position-absolute start-0 top-0 cs_bg_filed \" data-src=\"'/assets/babylon/fotos/' + imgsIzq[1]\"></figure>\r\n </div>\r\n </div> \r\n <div class=\"cs_slide\"> \r\n <div class=\"cs_video_block cs_style_1 cs_type_3 position-relative cs--radius\">\r\n <figure class=\"cs_video_block_bg h-100 w-100 position-absolute start-0 top-0 cs_bg_filed \" data-src=\"'/assets/babylon/fotos/' + imgsIzq[2]\"></figure>\r\n </div>\r\n </div> \r\n </div>\r\n </div>\r\n <div class=\"cs_pagination cs_style_1 cs_type_3 cs_type_3--left\"></div>\r\n </div> \r\n </div>\r\n </div>\r\n <div class=\"col-lg-5\">\r\n <div class=\"intro_info\">\r\n <h3 class=\"pretitle wow fadeInUp\" data-wow-duration=\"0.8s\" data-wow-delay=\"0.2s\">{{ headerIzq }}</h3>\r\n <h2 class=\"title\">{{ titleIzq }}</h2>\r\n <!-- <h3 class=\"subtitle \" >Info Img</h3> -->\r\n <h4 class=\"title-right\">Hotel Babylon</h4>\r\n <p class=\"text\">{{ textIzq }}</p>\r\n <!-- <ul class=\"cs_list cs_style_1 cs_mp_0\">\r\n <li>\r\n <div class=\"info--icon \">\r\n <i class=\"icon--svg icon-nuevo_pax_ico_small \"></i> \r\n </div> \r\n <p class=\"text mb--0\">Transportation Services <span class=\"text--small\">15km</span></p>\r\n </li>\r\n <li>\r\n \r\n <p class=\"text mb--0\">Transportation Services <span class=\"text--small\">15km</span></p>\r\n </li>\r\n <li>\r\n <div class=\"info--icon \">\r\n <i class=\"icon--svg icon-nuevo_pax_ico_small \"></i> \r\n </div> \r\n <p class=\"text mb--0\">Transportation Services</p>\r\n </li>\r\n \r\n </ul>\r\n <div class=\"btns__box\">\r\n <a href=\" \" class=\"btn btn_primary\">\r\n <b>Learn More</b>\r\n <span class=\"babylon-arrow-right-big\"></span> \r\n </a>\r\n </div> -->\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n </div> \r\n</section>\r\n\r\n<!-- mismo modulo pero a la inversa -->\r\n<section class=\"babylon__infoimg margin-main\" *ngIf=\"showDer\"> \r\n <div class=\"container-fluid p-0 position-relative\">\r\n <div class=\"container\">\r\n <div class=\"row align-items-center cs_gap_y_40 column-reverse\"> \r\n <div class=\"col-lg-5\"> \r\n <div class=\"intro_info\">\r\n <h3 class=\"pretitle wow fadeInUp\" data-wow-duration=\"0.8s\" data-wow-delay=\"0.2s\">{{ headerDer }}</h3>\r\n <h2 class=\"title\">{{ titleDer }}</h2>\r\n <h4 class=\"title-left\">Hotel Babylon</h4>\r\n <p class=\"text\">{{ textDer }}</p>\r\n <!-- <ul class=\"cs_list cs_style_1 cs_mp_0\">\r\n <li>\r\n <div class=\"info--icon \">\r\n <i class=\"icon--svg icon-nuevo_pax_ico_small \"></i> \r\n </div> \r\n <p class=\"text mb--0\">Transportation Services <span class=\"text--small\">15km</span></p>\r\n </li>\r\n <li>\r\n <div class=\"info--icon \">\r\n <i class=\"icon--svg icon-nuevo_pax_ico_small \"></i> \r\n </div> \r\n <p class=\"text mb--0\">Transportation Services <span class=\"text--small\">15km</span></p>\r\n </li>\r\n <li>\r\n <div class=\"info--icon \">\r\n <i class=\"icon--svg icon-nuevo_pax_ico_small \"></i> \r\n </div> \r\n <p class=\"text mb--0\">Transportation Services <span class=\"text--small\">15km</span></p>\r\n </li>\r\n \r\n </ul> -->\r\n <div class=\"btns__box\">\r\n <a href=\" \" class=\"btn btn_primary\">\r\n <b>Learn More</b>\r\n <span class=\"babylon-arrow-right-big\"></span> \r\n </a>\r\n </div> \r\n \r\n </div>\r\n </div>\r\n <div class=\"col-lg-7\"> \r\n <div class=\"cs_pl_110\">\r\n <div class=\"cs_slider cs_style_1 cs_slider_gap_24\"> \r\n <div class=\"cs_slider_container\" data-autoplay=\"0\" data-loop=\"1\" data-speed=\"600\" data-center=\"0\" data-variable-width=\"0\" \r\n data-slides-per-view=\"responsive\" data-xs-slides=\"1\" data-sm-slides=\"1\" data-md-slides=\"1\" data-lg-slides=\"1\" data-add-slides=\"1\">\r\n <div class=\"cs_slider_wrapper\">\r\n <div class=\"cs_slide\"> \r\n <div class=\"cs_video_block cs_style_1 cs_type_3 position-relative cs--radius\">\r\n <figure class=\"cs_video_block_bg h-100 w-100 position-absolute start-0 top-0 cs_bg_filed \" data-src=\"'/assets/babylon/fotos/' + imgsDer[0]\"></figure>\r\n </div>\r\n </div> \r\n <div class=\"cs_slide\"> \r\n <div class=\"cs_video_block cs_style_1 cs_type_3 position-relative cs--radius\">\r\n <figure class=\"cs_video_block_bg h-100 w-100 position-absolute start-0 top-0 cs_bg_filed \" data-src=\"'/assets/babylon/fotos/' + imgsDer[1]\"></figure>\r\n </div>\r\n </div> \r\n <div class=\"cs_slide\"> \r\n <div class=\"cs_video_block cs_style_1 cs_type_3 position-relative cs--radius\">\r\n <figure class=\"cs_video_block_bg h-100 w-100 position-absolute start-0 top-0 cs_bg_filed \" data-src=\"'/assets/babylon/fotos/' + imgsDer[2]\"></figure>\r\n </div>\r\n </div> \r\n </div>\r\n </div>\r\n <div class=\"cs_pagination cs_style_1 cs_type_3\"></div>\r\n </div> \r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n </div> \r\n</section>", styles: [":root{--font-title: \"the-seasons\", Helvetica, sans-serif;--font-pretitle:\"Poppins\", Helvetica, sans-serif;--font-text: \"Poppins\", Helvetica, sans-serif;--font-claim: \"turbinado-pro\", Helvetica, sans-serif;--cl_corp: #24262d;--cl_accent: #aa8453;--cl_icon: #978667;--cl_icon-light: #fff;--cl_border-light: #ededed;--cl_border-dark: #d9e1e6;--cl_shadow: rgba(0, 0, 0, .1);--cl_breadcrumb: #24262d;--cl_breadcrumb-hover: #978667;--cl_preload-bg:#ededed;--cl_preload:#24262d;--cl_background_body: #fdfbf8;--cl_background_white: #fff;--cl_background_dark: #19314b;--cl_background_gray: #eee;--cl_title: #978667;--cl_subtitle: #19314b;--cl_pretitle: #19314b;--cl_text: #3c3b3b;--cl_title-light: #fff;--cl_subtitle-light: #fff;--cl_pretitle-light: #fff;--cl_text-light: #fff;--w_title: 600;--w_text: 300;--w_subtitle: 300;--w_pretitle: 300;--cl_header-bg: #494949;--cl_header-text-light: #fff;--cl_menu-bg: #19314b;--cl_menu-text: #fff;--w_btn: 400;--cl_btn-box: #19314b;--cl_btn-box-text: #19314b;--cl_btn-box-hover: #978667;--cl_btn-box-text-hover: #fff;--cl_btn-call: #19314bf2;--cl_btn-call-text: white;--cl_btn-call-hover: #978667;--cl_btn-call-text-hover: #fff;--cl_btn-link: #19314b;--cl_btn-link-hover: #978667;--cl_btn-arrow: #19314b;--cl_btn-arrow-icon: #fff;--cl_btn-arrow-hover: #978667;--cl_btn-arrow-icon-hover: #fff;--cl_btn-dots: #24262d;--cl_btn-dots-active: #978667;--cl_btn-dots-hover: #978667;--cl_btn-light: #fff;--cl_btn-light-text: #fff;--cl_btn-light-hover: #978667;--cl_btn-light-text-hover: #978667;--cl_footer-bg: #19314b;--cl_footer-bg-bottom:#0a1d31;--cl_footer-scroll:#978667;--cl_footer-text: #fff;--cl_footer-text-hover: #978667;--btn_radius: 5px;--img_radius: 5px;--img_border: #fff;--img_border-whidth:1px}.cs_dark{--cl_corp: #181818;--cl_accent: #aa8453;--cl_icon: #aa8453;--cl_icon-light: #fff;--cl_border-light: #ededed;--cl_border-dark: #d9e1e6;--cl_shadow: rgba(0, 0, 0, .1);--cl_breadcrumb: #fff;--cl_breadcrumb-hover: #aa8453;--cl_preload-bg:#ededed;--cl_preload:#24262d;--cl_background_body: #181818;--cl_background_white: transparent;--cl_background_dark: #aa8453;--cl_background_gray: #333;--cl_title: #fff;--cl_subtitle: #aa8453;--cl_pretitle: #aa8453;--cl_text: #fff;--cl_title-light: #fff;--cl_subtitle-light: #fff;--cl_pretitle-light: #fff;--cl_text-light: #fff;--cl_header-bg: #aa8453;--cl_header-text-light: #fff;--cl_menu-bg: #79582c;--cl_menu-text: #fff;--cl_btn-box: #aa8453;--cl_btn-box-text: #aa8453;--cl_btn-box-hover: #79582c;--cl_btn-box-text-hover: #fff;--cl_btn-call: #aa8453;--cl_btn-call-text: white;--cl_btn-call-hover: #79582c;--cl_btn-call-text-hover: #fff;--cl_btn-link: #aa8453;--cl_btn-link-hover: #79582c;--cl_btn-arrow: #ffffff3a;--cl_btn-arrow-icon: #fff;--cl_btn-arrow-hover: #79582c;--cl_btn-arrow-icon-hover: #fff;--cl_btn-dots: #eee;--cl_btn-dots-active: #79582c;--cl_btn-dots-hover: #79582c;--cl_btn-light: #fff;--cl_btn-light-text: #fff;--cl_btn-light-hover: #79582c;--cl_btn-light-text-hover: #79582c;--cl_footer-bg: #aa8453;--cl_footer-bg-bottom:#79582c;--cl_footer-scroll:#aa8453;--cl_footer-text: #fff;--cl_footer-text-hover: #aa8453;--btn_radius: 1px;--img_radius: 0px;--img_border: #fff;--img_border-whidth:2px}.mt--0{margin-top:0!important}.mb--0{margin-bottom:0!important}.mr--0{margin-right:0!important}.ml--0{margin-left:0!important}.pt--0{padding-top:0}.pb--0{padding-bottom:0}.pl--0{padding-left:0!important}.mblock--0{margin-block:0px}.pblock--0{padding-block:0px}.mt--10{margin-top:10px!important}.mb--10{margin-bottom:10px!important}.mr--10{margin-right:10px!important}.ml--10{margin-left:10px!important}.pt--10{padding-top:10px}.pb--10{padding-bottom:10px}.pl--10{padding-left:10px!important}.mblock--10{margin-block:10px}.pblock--10{padding-block:10px}.mt--20{margin-top:20px!important}.mb--20{margin-bottom:20px!important}.mr--20{margin-right:20px!important}.ml--20{margin-left:20px!important}.pt--20{padding-top:20px}.pb--20{padding-bottom:20px}.pl--20{padding-left:20px!important}.mblock--20{margin-block:20px}.pblock--20{padding-block:20px}.mt--25{margin-top:25px!important}.mb--25{margin-bottom:25px!important}.mr--25{margin-right:25px!important}.ml--25{margin-left:25px!important}.pt--25{padding-top:25px}.pb--25{padding-bottom:25px}.pl--25{padding-left:25px!important}.mblock--25{margin-block:25px}.pblock--25{padding-block:25px}.mt--30{margin-top:30px!important}.mb--30{margin-bottom:30px!important}.mr--30{margin-right:30px!important}.ml--30{margin-left:30px!important}.pt--30{padding-top:30px}.pb--30{padding-bottom:30px}.pl--30{padding-left:30px!important}.mblock--30{margin-block:30px}.pblock--30{padding-block:30px}.mt--40{margin-top:40px!important}.mb--40{margin-bottom:40px!important}.mr--40{margin-right:40px!important}.ml--40{margin-left:40px!important}.pt--40{padding-top:40px}.pb--40{padding-bottom:40px}.pl--40{padding-left:40px!important}.mblock--40{margin-block:40px}.pblock--40{padding-block:40px}.mt--50{margin-top:50px!important}.mb--50{margin-bottom:50px!important}.mr--50{margin-right:50px!important}.ml--50{margin-left:50px!important}.pt--50{padding-top:50px}.pb--50{padding-bottom:50px}.pl--50{padding-left:50px!important}.mblock--50{margin-block:50px}.pblock--50{padding-block:50px}.mt--60{margin-top:60px!important}.mb--60{margin-bottom:60px!important}.mr--60{margin-right:60px!important}.ml--60{margin-left:60px!important}.pt--60{padding-top:60px}.pb--60{padding-bottom:60px}.pl--60{padding-left:60px!important}.mblock--60{margin-block:60px}.pblock--60{padding-block:60px}.mt--70{margin-top:70px!important}.mb--70{margin-bottom:70px!important}.mr--70{margin-right:70px!important}.ml--70{margin-left:70px!important}.pt--70{padding-top:70px}.pb--70{padding-bottom:70px}.pl--70{padding-left:70px!important}.mblock--70{margin-block:70px}.pblock--70{padding-block:70px}.mt--80{margin-top:80px!important}.mb--80{margin-bottom:80px!important}.mr--80{margin-right:80px!important}.ml--80{margin-left:80px!important}.pt--80{padding-top:80px}.pb--80{padding-bottom:80px}.pl--80{padding-left:80px!important}.mblock--80{margin-block:80px}.pblock--80{padding-block:80px}.mt--90{margin-top:90px!important}.mb--90{margin-bottom:90px!important}.mr--90{margin-right:90px!important}.ml--90{margin-left:90px!important}.pt--90{padding-top:90px}.pb--90{padding-bottom:90px}.pl--90{padding-left:90px!important}.mblock--90{margin-block:90px}.pblock--90{padding-block:90px}.mt--100{margin-top:100px!important}.mb--100{margin-bottom:100px!important}.mr--100{margin-right:100px!important}.ml--100{margin-left:100px!important}.pt--100{padding-top:100px}.pb--100{padding-bottom:100px}.pl--100{padding-left:100px!important}.mblock--100{margin-block:100px}.pblock--100{padding-block:100px}.title-right{position:absolute;top:50%;font-weight:600;font-family:var(--font-title);writing-mode:vertical-lr;transform:rotate(180deg) translateY(50%);right:5%;white-space:nowrap;opacity:.2;font-size:80px;line-height:1.124em;color:var(--cl_accent)}@media (max-width: 1679px){.title-right{right:2%;font-size:60px}}@media (max-width: 991px){.title-right{right:20px;font-size:40px}}@media (max-width: 991px){.title-right{position:initial;transform:initial;writing-mode:initial;white-space:initial;margin-bottom:25px;font-size:30px}}.title-left{position:absolute;top:50%;font-weight:600;font-family:var(--font-title);writing-mode:vertical-lr;transform:rotate(180deg) translateY(50%);left:5%;white-space:nowrap;opacity:.2;font-size:80px;line-height:1.124em;color:var(--cl_accent)}@media (max-width: 1679px){.title-left{left:2%;font-size:60px}}@media (max-width: 991px){.title-left{left:20px;font-size:40px}}@media (max-width: 991px){.title-left{position:initial;transform:initial;writing-mode:initial;white-space:initial;margin-bottom:25px;font-size:30px}}.cs_list.cs_style_1{width:100%}.cs_list.cs_style_1 li{position:relative;display:flex;align-items:flex-start;border-bottom:1px solid var(--cl_border-light);padding-bottom:10px;gap:10px}.cs_list.cs_style_1 li:not(:last-child){margin-bottom:15px}.cs_list.cs_style_1 li span{display:block;font-weight:700}@media (max-width: 991px){.cs_list.cs_style_1 li{justify-content:center;text-align:center}}.hidden-module{display:none!important}\n"] }); }
179
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.11", type: BabylonInfoImgComponent, isStandalone: true, selector: "lib-babylon-info-img", inputs: { headerIzq: "headerIzq", titleIzq: "titleIzq", textIzq: "textIzq", imgsIzq: "imgsIzq", showIzq: "showIzq", headerDer: "headerDer", titleDer: "titleDer", textDer: "textDer", imgsDer: "imgsDer", showDer: "showDer" }, ngImport: i0, template: "<section class=\"babylon__infoimg margin-main\" *ngIf=\"showIzq\"> \r\n <div class=\"container-fluid p-0 position-relative\">\r\n <div class=\"container\">\r\n <div class=\"row align-items-center cs_gap_y_40\">\r\n <div class=\"col-lg-7 \">\r\n <div class=\"cs_pr_110\">\r\n <div class=\"cs_slider cs_style_1 cs_slider_gap_24\"> \r\n <div class=\"cs_slider_container\" data-autoplay=\"0\" data-loop=\"1\" data-speed=\"600\" data-center=\"0\" data-variable-width=\"0\" \r\n data-slides-per-view=\"responsive\" data-xs-slides=\"1\" data-sm-slides=\"1\" data-md-slides=\"1\" data-lg-slides=\"1\" data-add-slides=\"1\">\r\n <div class=\"cs_slider_wrapper\">\r\n <div class=\"cs_slide\"> \r\n <div class=\"cs_video_block cs_style_1 cs_type_3 position-relative cs--radius\">\r\n <figure class=\"cs_video_block_bg h-100 w-100 position-absolute start-0 top-0 cs_bg_filed \" [attr.data-src]=\"getImageSrc(0)\"></figure>\r\n </div>\r\n </div> \r\n <div class=\"cs_slide\"> \r\n <div class=\"cs_video_block cs_style_1 cs_type_3 position-relative cs--radius\">\r\n <figure class=\"cs_video_block_bg h-100 w-100 position-absolute start-0 top-0 cs_bg_filed \" [attr.data-src]=\"getImageSrc(1)\"></figure>\r\n </div>\r\n </div> \r\n <div class=\"cs_slide\"> \r\n <div class=\"cs_video_block cs_style_1 cs_type_3 position-relative cs--radius\">\r\n <figure class=\"cs_video_block_bg h-100 w-100 position-absolute start-0 top-0 cs_bg_filed \" [attr.data-src]=\"getImageSrc(2)\"></figure>\r\n </div>\r\n </div> \r\n </div>\r\n </div>\r\n <div class=\"cs_pagination cs_style_1 cs_type_3 cs_type_3--left\"></div>\r\n </div> \r\n </div>\r\n </div>\r\n <div class=\"col-lg-5\">\r\n <div class=\"intro_info\">\r\n <h3 class=\"pretitle wow fadeInUp\" data-wow-duration=\"0.8s\" data-wow-delay=\"0.2s\">{{ headerIzq }}</h3>\r\n <h2 class=\"title\">{{ titleIzq }}</h2>\r\n <!-- <h3 class=\"subtitle \" >Info Img</h3> -->\r\n <h4 class=\"title-right\">Hotel Babylon</h4>\r\n <p class=\"text\">{{ textIzq }}</p>\r\n <!-- <ul class=\"cs_list cs_style_1 cs_mp_0\">\r\n <li>\r\n <div class=\"info--icon \">\r\n <i class=\"icon--svg icon-nuevo_pax_ico_small \"></i> \r\n </div> \r\n <p class=\"text mb--0\">Transportation Services <span class=\"text--small\">15km</span></p>\r\n </li>\r\n <li>\r\n \r\n <p class=\"text mb--0\">Transportation Services <span class=\"text--small\">15km</span></p>\r\n </li>\r\n <li>\r\n <div class=\"info--icon \">\r\n <i class=\"icon--svg icon-nuevo_pax_ico_small \"></i> \r\n </div> \r\n <p class=\"text mb--0\">Transportation Services</p>\r\n </li>\r\n \r\n </ul>\r\n <div class=\"btns__box\">\r\n <a href=\" \" class=\"btn btn_primary\">\r\n <b>Learn More</b>\r\n <span class=\"babylon-arrow-right-big\"></span> \r\n </a>\r\n </div> -->\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n </div> \r\n</section>\r\n\r\n<!-- mismo modulo pero a la inversa -->\r\n<section class=\"babylon__infoimg margin-main\" *ngIf=\"showDer\"> \r\n <div class=\"container-fluid p-0 position-relative\">\r\n <div class=\"container\">\r\n <div class=\"row align-items-center cs_gap_y_40 column-reverse\"> \r\n <div class=\"col-lg-5\"> \r\n <div class=\"intro_info\">\r\n <h3 class=\"pretitle wow fadeInUp\" data-wow-duration=\"0.8s\" data-wow-delay=\"0.2s\">{{ headerDer }}</h3>\r\n <h2 class=\"title\">{{ titleDer }}</h2>\r\n <h4 class=\"title-left\">Hotel Babylon</h4>\r\n <p class=\"text\">{{ textDer }}</p>\r\n <!-- <ul class=\"cs_list cs_style_1 cs_mp_0\">\r\n <li>\r\n <div class=\"info--icon \">\r\n <i class=\"icon--svg icon-nuevo_pax_ico_small \"></i> \r\n </div> \r\n <p class=\"text mb--0\">Transportation Services <span class=\"text--small\">15km</span></p>\r\n </li>\r\n <li>\r\n <div class=\"info--icon \">\r\n <i class=\"icon--svg icon-nuevo_pax_ico_small \"></i> \r\n </div> \r\n <p class=\"text mb--0\">Transportation Services <span class=\"text--small\">15km</span></p>\r\n </li>\r\n <li>\r\n <div class=\"info--icon \">\r\n <i class=\"icon--svg icon-nuevo_pax_ico_small \"></i> \r\n </div> \r\n <p class=\"text mb--0\">Transportation Services <span class=\"text--small\">15km</span></p>\r\n </li>\r\n \r\n </ul> -->\r\n <div class=\"btns__box\">\r\n <a href=\" \" class=\"btn btn_primary\">\r\n <b>Learn More</b>\r\n <span class=\"babylon-arrow-right-big\"></span> \r\n </a>\r\n </div> \r\n \r\n </div>\r\n </div>\r\n <div class=\"col-lg-7\"> \r\n <div class=\"cs_pl_110\">\r\n <div class=\"cs_slider cs_style_1 cs_slider_gap_24\"> \r\n <div class=\"cs_slider_container\" data-autoplay=\"0\" data-loop=\"1\" data-speed=\"600\" data-center=\"0\" data-variable-width=\"0\" \r\n data-slides-per-view=\"responsive\" data-xs-slides=\"1\" data-sm-slides=\"1\" data-md-slides=\"1\" data-lg-slides=\"1\" data-add-slides=\"1\">\r\n <div class=\"cs_slider_wrapper\">\r\n <div class=\"cs_slide\"> \r\n <div class=\"cs_video_block cs_style_1 cs_type_3 position-relative cs--radius\">\r\n <figure class=\"cs_video_block_bg h-100 w-100 position-absolute start-0 top-0 cs_bg_filed \" [attr.data-src]=\"getImageSrc(0)\"></figure>\r\n </div>\r\n </div> \r\n <div class=\"cs_slide\"> \r\n <div class=\"cs_video_block cs_style_1 cs_type_3 position-relative cs--radius\">\r\n <figure class=\"cs_video_block_bg h-100 w-100 position-absolute start-0 top-0 cs_bg_filed \" [attr.data-src]=\"getImageSrc(1)\"></figure>\r\n </div>\r\n </div> \r\n <div class=\"cs_slide\"> \r\n <div class=\"cs_video_block cs_style_1 cs_type_3 position-relative cs--radius\">\r\n <figure class=\"cs_video_block_bg h-100 w-100 position-absolute start-0 top-0 cs_bg_filed \" [attr.data-src]=\"getImageSrc(2)\"></figure>\r\n </div>\r\n </div> \r\n </div>\r\n </div>\r\n <div class=\"cs_pagination cs_style_1 cs_type_3\"></div>\r\n </div> \r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n </div> \r\n</section>", styles: [":root{--font-title: \"the-seasons\", Helvetica, sans-serif;--font-pretitle:\"Poppins\", Helvetica, sans-serif;--font-text: \"Poppins\", Helvetica, sans-serif;--font-claim: \"turbinado-pro\", Helvetica, sans-serif;--cl_corp: #24262d;--cl_accent: #aa8453;--cl_icon: #978667;--cl_icon-light: #fff;--cl_border-light: #ededed;--cl_border-dark: #d9e1e6;--cl_shadow: rgba(0, 0, 0, .1);--cl_breadcrumb: #24262d;--cl_breadcrumb-hover: #978667;--cl_preload-bg:#ededed;--cl_preload:#24262d;--cl_background_body: #fdfbf8;--cl_background_white: #fff;--cl_background_dark: #19314b;--cl_background_gray: #eee;--cl_title: #978667;--cl_subtitle: #19314b;--cl_pretitle: #19314b;--cl_text: #3c3b3b;--cl_title-light: #fff;--cl_subtitle-light: #fff;--cl_pretitle-light: #fff;--cl_text-light: #fff;--w_title: 600;--w_text: 300;--w_subtitle: 300;--w_pretitle: 300;--cl_header-bg: #494949;--cl_header-text-light: #fff;--cl_menu-bg: #19314b;--cl_menu-text: #fff;--w_btn: 400;--cl_btn-box: #19314b;--cl_btn-box-text: #19314b;--cl_btn-box-hover: #978667;--cl_btn-box-text-hover: #fff;--cl_btn-call: #19314bf2;--cl_btn-call-text: white;--cl_btn-call-hover: #978667;--cl_btn-call-text-hover: #fff;--cl_btn-link: #19314b;--cl_btn-link-hover: #978667;--cl_btn-arrow: #19314b;--cl_btn-arrow-icon: #fff;--cl_btn-arrow-hover: #978667;--cl_btn-arrow-icon-hover: #fff;--cl_btn-dots: #24262d;--cl_btn-dots-active: #978667;--cl_btn-dots-hover: #978667;--cl_btn-light: #fff;--cl_btn-light-text: #fff;--cl_btn-light-hover: #978667;--cl_btn-light-text-hover: #978667;--cl_footer-bg: #19314b;--cl_footer-bg-bottom:#0a1d31;--cl_footer-scroll:#978667;--cl_footer-text: #fff;--cl_footer-text-hover: #978667;--btn_radius: 5px;--img_radius: 5px;--img_border: #fff;--img_border-whidth:1px}.cs_dark{--cl_corp: #181818;--cl_accent: #aa8453;--cl_icon: #aa8453;--cl_icon-light: #fff;--cl_border-light: #ededed;--cl_border-dark: #d9e1e6;--cl_shadow: rgba(0, 0, 0, .1);--cl_breadcrumb: #fff;--cl_breadcrumb-hover: #aa8453;--cl_preload-bg:#ededed;--cl_preload:#24262d;--cl_background_body: #181818;--cl_background_white: transparent;--cl_background_dark: #aa8453;--cl_background_gray: #333;--cl_title: #fff;--cl_subtitle: #aa8453;--cl_pretitle: #aa8453;--cl_text: #fff;--cl_title-light: #fff;--cl_subtitle-light: #fff;--cl_pretitle-light: #fff;--cl_text-light: #fff;--cl_header-bg: #aa8453;--cl_header-text-light: #fff;--cl_menu-bg: #79582c;--cl_menu-text: #fff;--cl_btn-box: #aa8453;--cl_btn-box-text: #aa8453;--cl_btn-box-hover: #79582c;--cl_btn-box-text-hover: #fff;--cl_btn-call: #aa8453;--cl_btn-call-text: white;--cl_btn-call-hover: #79582c;--cl_btn-call-text-hover: #fff;--cl_btn-link: #aa8453;--cl_btn-link-hover: #79582c;--cl_btn-arrow: #ffffff3a;--cl_btn-arrow-icon: #fff;--cl_btn-arrow-hover: #79582c;--cl_btn-arrow-icon-hover: #fff;--cl_btn-dots: #eee;--cl_btn-dots-active: #79582c;--cl_btn-dots-hover: #79582c;--cl_btn-light: #fff;--cl_btn-light-text: #fff;--cl_btn-light-hover: #79582c;--cl_btn-light-text-hover: #79582c;--cl_footer-bg: #aa8453;--cl_footer-bg-bottom:#79582c;--cl_footer-scroll:#aa8453;--cl_footer-text: #fff;--cl_footer-text-hover: #aa8453;--btn_radius: 1px;--img_radius: 0px;--img_border: #fff;--img_border-whidth:2px}.mt--0{margin-top:0!important}.mb--0{margin-bottom:0!important}.mr--0{margin-right:0!important}.ml--0{margin-left:0!important}.pt--0{padding-top:0}.pb--0{padding-bottom:0}.pl--0{padding-left:0!important}.mblock--0{margin-block:0px}.pblock--0{padding-block:0px}.mt--10{margin-top:10px!important}.mb--10{margin-bottom:10px!important}.mr--10{margin-right:10px!important}.ml--10{margin-left:10px!important}.pt--10{padding-top:10px}.pb--10{padding-bottom:10px}.pl--10{padding-left:10px!important}.mblock--10{margin-block:10px}.pblock--10{padding-block:10px}.mt--20{margin-top:20px!important}.mb--20{margin-bottom:20px!important}.mr--20{margin-right:20px!important}.ml--20{margin-left:20px!important}.pt--20{padding-top:20px}.pb--20{padding-bottom:20px}.pl--20{padding-left:20px!important}.mblock--20{margin-block:20px}.pblock--20{padding-block:20px}.mt--25{margin-top:25px!important}.mb--25{margin-bottom:25px!important}.mr--25{margin-right:25px!important}.ml--25{margin-left:25px!important}.pt--25{padding-top:25px}.pb--25{padding-bottom:25px}.pl--25{padding-left:25px!important}.mblock--25{margin-block:25px}.pblock--25{padding-block:25px}.mt--30{margin-top:30px!important}.mb--30{margin-bottom:30px!important}.mr--30{margin-right:30px!important}.ml--30{margin-left:30px!important}.pt--30{padding-top:30px}.pb--30{padding-bottom:30px}.pl--30{padding-left:30px!important}.mblock--30{margin-block:30px}.pblock--30{padding-block:30px}.mt--40{margin-top:40px!important}.mb--40{margin-bottom:40px!important}.mr--40{margin-right:40px!important}.ml--40{margin-left:40px!important}.pt--40{padding-top:40px}.pb--40{padding-bottom:40px}.pl--40{padding-left:40px!important}.mblock--40{margin-block:40px}.pblock--40{padding-block:40px}.mt--50{margin-top:50px!important}.mb--50{margin-bottom:50px!important}.mr--50{margin-right:50px!important}.ml--50{margin-left:50px!important}.pt--50{padding-top:50px}.pb--50{padding-bottom:50px}.pl--50{padding-left:50px!important}.mblock--50{margin-block:50px}.pblock--50{padding-block:50px}.mt--60{margin-top:60px!important}.mb--60{margin-bottom:60px!important}.mr--60{margin-right:60px!important}.ml--60{margin-left:60px!important}.pt--60{padding-top:60px}.pb--60{padding-bottom:60px}.pl--60{padding-left:60px!important}.mblock--60{margin-block:60px}.pblock--60{padding-block:60px}.mt--70{margin-top:70px!important}.mb--70{margin-bottom:70px!important}.mr--70{margin-right:70px!important}.ml--70{margin-left:70px!important}.pt--70{padding-top:70px}.pb--70{padding-bottom:70px}.pl--70{padding-left:70px!important}.mblock--70{margin-block:70px}.pblock--70{padding-block:70px}.mt--80{margin-top:80px!important}.mb--80{margin-bottom:80px!important}.mr--80{margin-right:80px!important}.ml--80{margin-left:80px!important}.pt--80{padding-top:80px}.pb--80{padding-bottom:80px}.pl--80{padding-left:80px!important}.mblock--80{margin-block:80px}.pblock--80{padding-block:80px}.mt--90{margin-top:90px!important}.mb--90{margin-bottom:90px!important}.mr--90{margin-right:90px!important}.ml--90{margin-left:90px!important}.pt--90{padding-top:90px}.pb--90{padding-bottom:90px}.pl--90{padding-left:90px!important}.mblock--90{margin-block:90px}.pblock--90{padding-block:90px}.mt--100{margin-top:100px!important}.mb--100{margin-bottom:100px!important}.mr--100{margin-right:100px!important}.ml--100{margin-left:100px!important}.pt--100{padding-top:100px}.pb--100{padding-bottom:100px}.pl--100{padding-left:100px!important}.mblock--100{margin-block:100px}.pblock--100{padding-block:100px}.title-right{position:absolute;top:50%;font-weight:600;font-family:var(--font-title);writing-mode:vertical-lr;transform:rotate(180deg) translateY(50%);right:5%;white-space:nowrap;opacity:.2;font-size:80px;line-height:1.124em;color:var(--cl_accent)}@media (max-width: 1679px){.title-right{right:2%;font-size:60px}}@media (max-width: 991px){.title-right{right:20px;font-size:40px}}@media (max-width: 991px){.title-right{position:initial;transform:initial;writing-mode:initial;white-space:initial;margin-bottom:25px;font-size:30px}}.title-left{position:absolute;top:50%;font-weight:600;font-family:var(--font-title);writing-mode:vertical-lr;transform:rotate(180deg) translateY(50%);left:5%;white-space:nowrap;opacity:.2;font-size:80px;line-height:1.124em;color:var(--cl_accent)}@media (max-width: 1679px){.title-left{left:2%;font-size:60px}}@media (max-width: 991px){.title-left{left:20px;font-size:40px}}@media (max-width: 991px){.title-left{position:initial;transform:initial;writing-mode:initial;white-space:initial;margin-bottom:25px;font-size:30px}}.cs_list.cs_style_1{width:100%}.cs_list.cs_style_1 li{position:relative;display:flex;align-items:flex-start;border-bottom:1px solid var(--cl_border-light);padding-bottom:10px;gap:10px}.cs_list.cs_style_1 li:not(:last-child){margin-bottom:15px}.cs_list.cs_style_1 li span{display:block;font-weight:700}@media (max-width: 991px){.cs_list.cs_style_1 li{justify-content:center;text-align:center}}.hidden-module{display:none!important}\n"], dependencies: [{ kind: "ngmodule", type: CommonModule }, { kind: "directive", type: i1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }] }); }
172
180
  }
173
181
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.11", ngImport: i0, type: BabylonInfoImgComponent, decorators: [{
174
182
  type: Component,
175
- args: [{ selector: 'lib-babylon-info-img', standalone: true, imports: [], template: "<section class=\"babylon__infoimg margin-main\" *ngIf=\"showIzq\"> \r\n <div class=\"container-fluid p-0 position-relative\">\r\n <div class=\"container\">\r\n <div class=\"row align-items-center cs_gap_y_40\">\r\n <div class=\"col-lg-7 \">\r\n <div class=\"cs_pr_110\">\r\n <div class=\"cs_slider cs_style_1 cs_slider_gap_24\"> \r\n <div class=\"cs_slider_container\" data-autoplay=\"0\" data-loop=\"1\" data-speed=\"600\" data-center=\"0\" data-variable-width=\"0\" \r\n data-slides-per-view=\"responsive\" data-xs-slides=\"1\" data-sm-slides=\"1\" data-md-slides=\"1\" data-lg-slides=\"1\" data-add-slides=\"1\">\r\n <div class=\"cs_slider_wrapper\">\r\n <div class=\"cs_slide\"> \r\n <div class=\"cs_video_block cs_style_1 cs_type_3 position-relative cs--radius\">\r\n <figure class=\"cs_video_block_bg h-100 w-100 position-absolute start-0 top-0 cs_bg_filed \" data-src=\"'/assets/babylon/fotos/' + imgsIzq[0]\"></figure>\r\n </div>\r\n </div> \r\n <div class=\"cs_slide\"> \r\n <div class=\"cs_video_block cs_style_1 cs_type_3 position-relative cs--radius\">\r\n <figure class=\"cs_video_block_bg h-100 w-100 position-absolute start-0 top-0 cs_bg_filed \" data-src=\"'/assets/babylon/fotos/' + imgsIzq[1]\"></figure>\r\n </div>\r\n </div> \r\n <div class=\"cs_slide\"> \r\n <div class=\"cs_video_block cs_style_1 cs_type_3 position-relative cs--radius\">\r\n <figure class=\"cs_video_block_bg h-100 w-100 position-absolute start-0 top-0 cs_bg_filed \" data-src=\"'/assets/babylon/fotos/' + imgsIzq[2]\"></figure>\r\n </div>\r\n </div> \r\n </div>\r\n </div>\r\n <div class=\"cs_pagination cs_style_1 cs_type_3 cs_type_3--left\"></div>\r\n </div> \r\n </div>\r\n </div>\r\n <div class=\"col-lg-5\">\r\n <div class=\"intro_info\">\r\n <h3 class=\"pretitle wow fadeInUp\" data-wow-duration=\"0.8s\" data-wow-delay=\"0.2s\">{{ headerIzq }}</h3>\r\n <h2 class=\"title\">{{ titleIzq }}</h2>\r\n <!-- <h3 class=\"subtitle \" >Info Img</h3> -->\r\n <h4 class=\"title-right\">Hotel Babylon</h4>\r\n <p class=\"text\">{{ textIzq }}</p>\r\n <!-- <ul class=\"cs_list cs_style_1 cs_mp_0\">\r\n <li>\r\n <div class=\"info--icon \">\r\n <i class=\"icon--svg icon-nuevo_pax_ico_small \"></i> \r\n </div> \r\n <p class=\"text mb--0\">Transportation Services <span class=\"text--small\">15km</span></p>\r\n </li>\r\n <li>\r\n \r\n <p class=\"text mb--0\">Transportation Services <span class=\"text--small\">15km</span></p>\r\n </li>\r\n <li>\r\n <div class=\"info--icon \">\r\n <i class=\"icon--svg icon-nuevo_pax_ico_small \"></i> \r\n </div> \r\n <p class=\"text mb--0\">Transportation Services</p>\r\n </li>\r\n \r\n </ul>\r\n <div class=\"btns__box\">\r\n <a href=\" \" class=\"btn btn_primary\">\r\n <b>Learn More</b>\r\n <span class=\"babylon-arrow-right-big\"></span> \r\n </a>\r\n </div> -->\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n </div> \r\n</section>\r\n\r\n<!-- mismo modulo pero a la inversa -->\r\n<section class=\"babylon__infoimg margin-main\" *ngIf=\"showDer\"> \r\n <div class=\"container-fluid p-0 position-relative\">\r\n <div class=\"container\">\r\n <div class=\"row align-items-center cs_gap_y_40 column-reverse\"> \r\n <div class=\"col-lg-5\"> \r\n <div class=\"intro_info\">\r\n <h3 class=\"pretitle wow fadeInUp\" data-wow-duration=\"0.8s\" data-wow-delay=\"0.2s\">{{ headerDer }}</h3>\r\n <h2 class=\"title\">{{ titleDer }}</h2>\r\n <h4 class=\"title-left\">Hotel Babylon</h4>\r\n <p class=\"text\">{{ textDer }}</p>\r\n <!-- <ul class=\"cs_list cs_style_1 cs_mp_0\">\r\n <li>\r\n <div class=\"info--icon \">\r\n <i class=\"icon--svg icon-nuevo_pax_ico_small \"></i> \r\n </div> \r\n <p class=\"text mb--0\">Transportation Services <span class=\"text--small\">15km</span></p>\r\n </li>\r\n <li>\r\n <div class=\"info--icon \">\r\n <i class=\"icon--svg icon-nuevo_pax_ico_small \"></i> \r\n </div> \r\n <p class=\"text mb--0\">Transportation Services <span class=\"text--small\">15km</span></p>\r\n </li>\r\n <li>\r\n <div class=\"info--icon \">\r\n <i class=\"icon--svg icon-nuevo_pax_ico_small \"></i> \r\n </div> \r\n <p class=\"text mb--0\">Transportation Services <span class=\"text--small\">15km</span></p>\r\n </li>\r\n \r\n </ul> -->\r\n <div class=\"btns__box\">\r\n <a href=\" \" class=\"btn btn_primary\">\r\n <b>Learn More</b>\r\n <span class=\"babylon-arrow-right-big\"></span> \r\n </a>\r\n </div> \r\n \r\n </div>\r\n </div>\r\n <div class=\"col-lg-7\"> \r\n <div class=\"cs_pl_110\">\r\n <div class=\"cs_slider cs_style_1 cs_slider_gap_24\"> \r\n <div class=\"cs_slider_container\" data-autoplay=\"0\" data-loop=\"1\" data-speed=\"600\" data-center=\"0\" data-variable-width=\"0\" \r\n data-slides-per-view=\"responsive\" data-xs-slides=\"1\" data-sm-slides=\"1\" data-md-slides=\"1\" data-lg-slides=\"1\" data-add-slides=\"1\">\r\n <div class=\"cs_slider_wrapper\">\r\n <div class=\"cs_slide\"> \r\n <div class=\"cs_video_block cs_style_1 cs_type_3 position-relative cs--radius\">\r\n <figure class=\"cs_video_block_bg h-100 w-100 position-absolute start-0 top-0 cs_bg_filed \" data-src=\"'/assets/babylon/fotos/' + imgsDer[0]\"></figure>\r\n </div>\r\n </div> \r\n <div class=\"cs_slide\"> \r\n <div class=\"cs_video_block cs_style_1 cs_type_3 position-relative cs--radius\">\r\n <figure class=\"cs_video_block_bg h-100 w-100 position-absolute start-0 top-0 cs_bg_filed \" data-src=\"'/assets/babylon/fotos/' + imgsDer[1]\"></figure>\r\n </div>\r\n </div> \r\n <div class=\"cs_slide\"> \r\n <div class=\"cs_video_block cs_style_1 cs_type_3 position-relative cs--radius\">\r\n <figure class=\"cs_video_block_bg h-100 w-100 position-absolute start-0 top-0 cs_bg_filed \" data-src=\"'/assets/babylon/fotos/' + imgsDer[2]\"></figure>\r\n </div>\r\n </div> \r\n </div>\r\n </div>\r\n <div class=\"cs_pagination cs_style_1 cs_type_3\"></div>\r\n </div> \r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n </div> \r\n</section>", styles: [":root{--font-title: \"the-seasons\", Helvetica, sans-serif;--font-pretitle:\"Poppins\", Helvetica, sans-serif;--font-text: \"Poppins\", Helvetica, sans-serif;--font-claim: \"turbinado-pro\", Helvetica, sans-serif;--cl_corp: #24262d;--cl_accent: #aa8453;--cl_icon: #978667;--cl_icon-light: #fff;--cl_border-light: #ededed;--cl_border-dark: #d9e1e6;--cl_shadow: rgba(0, 0, 0, .1);--cl_breadcrumb: #24262d;--cl_breadcrumb-hover: #978667;--cl_preload-bg:#ededed;--cl_preload:#24262d;--cl_background_body: #fdfbf8;--cl_background_white: #fff;--cl_background_dark: #19314b;--cl_background_gray: #eee;--cl_title: #978667;--cl_subtitle: #19314b;--cl_pretitle: #19314b;--cl_text: #3c3b3b;--cl_title-light: #fff;--cl_subtitle-light: #fff;--cl_pretitle-light: #fff;--cl_text-light: #fff;--w_title: 600;--w_text: 300;--w_subtitle: 300;--w_pretitle: 300;--cl_header-bg: #494949;--cl_header-text-light: #fff;--cl_menu-bg: #19314b;--cl_menu-text: #fff;--w_btn: 400;--cl_btn-box: #19314b;--cl_btn-box-text: #19314b;--cl_btn-box-hover: #978667;--cl_btn-box-text-hover: #fff;--cl_btn-call: #19314bf2;--cl_btn-call-text: white;--cl_btn-call-hover: #978667;--cl_btn-call-text-hover: #fff;--cl_btn-link: #19314b;--cl_btn-link-hover: #978667;--cl_btn-arrow: #19314b;--cl_btn-arrow-icon: #fff;--cl_btn-arrow-hover: #978667;--cl_btn-arrow-icon-hover: #fff;--cl_btn-dots: #24262d;--cl_btn-dots-active: #978667;--cl_btn-dots-hover: #978667;--cl_btn-light: #fff;--cl_btn-light-text: #fff;--cl_btn-light-hover: #978667;--cl_btn-light-text-hover: #978667;--cl_footer-bg: #19314b;--cl_footer-bg-bottom:#0a1d31;--cl_footer-scroll:#978667;--cl_footer-text: #fff;--cl_footer-text-hover: #978667;--btn_radius: 5px;--img_radius: 5px;--img_border: #fff;--img_border-whidth:1px}.cs_dark{--cl_corp: #181818;--cl_accent: #aa8453;--cl_icon: #aa8453;--cl_icon-light: #fff;--cl_border-light: #ededed;--cl_border-dark: #d9e1e6;--cl_shadow: rgba(0, 0, 0, .1);--cl_breadcrumb: #fff;--cl_breadcrumb-hover: #aa8453;--cl_preload-bg:#ededed;--cl_preload:#24262d;--cl_background_body: #181818;--cl_background_white: transparent;--cl_background_dark: #aa8453;--cl_background_gray: #333;--cl_title: #fff;--cl_subtitle: #aa8453;--cl_pretitle: #aa8453;--cl_text: #fff;--cl_title-light: #fff;--cl_subtitle-light: #fff;--cl_pretitle-light: #fff;--cl_text-light: #fff;--cl_header-bg: #aa8453;--cl_header-text-light: #fff;--cl_menu-bg: #79582c;--cl_menu-text: #fff;--cl_btn-box: #aa8453;--cl_btn-box-text: #aa8453;--cl_btn-box-hover: #79582c;--cl_btn-box-text-hover: #fff;--cl_btn-call: #aa8453;--cl_btn-call-text: white;--cl_btn-call-hover: #79582c;--cl_btn-call-text-hover: #fff;--cl_btn-link: #aa8453;--cl_btn-link-hover: #79582c;--cl_btn-arrow: #ffffff3a;--cl_btn-arrow-icon: #fff;--cl_btn-arrow-hover: #79582c;--cl_btn-arrow-icon-hover: #fff;--cl_btn-dots: #eee;--cl_btn-dots-active: #79582c;--cl_btn-dots-hover: #79582c;--cl_btn-light: #fff;--cl_btn-light-text: #fff;--cl_btn-light-hover: #79582c;--cl_btn-light-text-hover: #79582c;--cl_footer-bg: #aa8453;--cl_footer-bg-bottom:#79582c;--cl_footer-scroll:#aa8453;--cl_footer-text: #fff;--cl_footer-text-hover: #aa8453;--btn_radius: 1px;--img_radius: 0px;--img_border: #fff;--img_border-whidth:2px}.mt--0{margin-top:0!important}.mb--0{margin-bottom:0!important}.mr--0{margin-right:0!important}.ml--0{margin-left:0!important}.pt--0{padding-top:0}.pb--0{padding-bottom:0}.pl--0{padding-left:0!important}.mblock--0{margin-block:0px}.pblock--0{padding-block:0px}.mt--10{margin-top:10px!important}.mb--10{margin-bottom:10px!important}.mr--10{margin-right:10px!important}.ml--10{margin-left:10px!important}.pt--10{padding-top:10px}.pb--10{padding-bottom:10px}.pl--10{padding-left:10px!important}.mblock--10{margin-block:10px}.pblock--10{padding-block:10px}.mt--20{margin-top:20px!important}.mb--20{margin-bottom:20px!important}.mr--20{margin-right:20px!important}.ml--20{margin-left:20px!important}.pt--20{padding-top:20px}.pb--20{padding-bottom:20px}.pl--20{padding-left:20px!important}.mblock--20{margin-block:20px}.pblock--20{padding-block:20px}.mt--25{margin-top:25px!important}.mb--25{margin-bottom:25px!important}.mr--25{margin-right:25px!important}.ml--25{margin-left:25px!important}.pt--25{padding-top:25px}.pb--25{padding-bottom:25px}.pl--25{padding-left:25px!important}.mblock--25{margin-block:25px}.pblock--25{padding-block:25px}.mt--30{margin-top:30px!important}.mb--30{margin-bottom:30px!important}.mr--30{margin-right:30px!important}.ml--30{margin-left:30px!important}.pt--30{padding-top:30px}.pb--30{padding-bottom:30px}.pl--30{padding-left:30px!important}.mblock--30{margin-block:30px}.pblock--30{padding-block:30px}.mt--40{margin-top:40px!important}.mb--40{margin-bottom:40px!important}.mr--40{margin-right:40px!important}.ml--40{margin-left:40px!important}.pt--40{padding-top:40px}.pb--40{padding-bottom:40px}.pl--40{padding-left:40px!important}.mblock--40{margin-block:40px}.pblock--40{padding-block:40px}.mt--50{margin-top:50px!important}.mb--50{margin-bottom:50px!important}.mr--50{margin-right:50px!important}.ml--50{margin-left:50px!important}.pt--50{padding-top:50px}.pb--50{padding-bottom:50px}.pl--50{padding-left:50px!important}.mblock--50{margin-block:50px}.pblock--50{padding-block:50px}.mt--60{margin-top:60px!important}.mb--60{margin-bottom:60px!important}.mr--60{margin-right:60px!important}.ml--60{margin-left:60px!important}.pt--60{padding-top:60px}.pb--60{padding-bottom:60px}.pl--60{padding-left:60px!important}.mblock--60{margin-block:60px}.pblock--60{padding-block:60px}.mt--70{margin-top:70px!important}.mb--70{margin-bottom:70px!important}.mr--70{margin-right:70px!important}.ml--70{margin-left:70px!important}.pt--70{padding-top:70px}.pb--70{padding-bottom:70px}.pl--70{padding-left:70px!important}.mblock--70{margin-block:70px}.pblock--70{padding-block:70px}.mt--80{margin-top:80px!important}.mb--80{margin-bottom:80px!important}.mr--80{margin-right:80px!important}.ml--80{margin-left:80px!important}.pt--80{padding-top:80px}.pb--80{padding-bottom:80px}.pl--80{padding-left:80px!important}.mblock--80{margin-block:80px}.pblock--80{padding-block:80px}.mt--90{margin-top:90px!important}.mb--90{margin-bottom:90px!important}.mr--90{margin-right:90px!important}.ml--90{margin-left:90px!important}.pt--90{padding-top:90px}.pb--90{padding-bottom:90px}.pl--90{padding-left:90px!important}.mblock--90{margin-block:90px}.pblock--90{padding-block:90px}.mt--100{margin-top:100px!important}.mb--100{margin-bottom:100px!important}.mr--100{margin-right:100px!important}.ml--100{margin-left:100px!important}.pt--100{padding-top:100px}.pb--100{padding-bottom:100px}.pl--100{padding-left:100px!important}.mblock--100{margin-block:100px}.pblock--100{padding-block:100px}.title-right{position:absolute;top:50%;font-weight:600;font-family:var(--font-title);writing-mode:vertical-lr;transform:rotate(180deg) translateY(50%);right:5%;white-space:nowrap;opacity:.2;font-size:80px;line-height:1.124em;color:var(--cl_accent)}@media (max-width: 1679px){.title-right{right:2%;font-size:60px}}@media (max-width: 991px){.title-right{right:20px;font-size:40px}}@media (max-width: 991px){.title-right{position:initial;transform:initial;writing-mode:initial;white-space:initial;margin-bottom:25px;font-size:30px}}.title-left{position:absolute;top:50%;font-weight:600;font-family:var(--font-title);writing-mode:vertical-lr;transform:rotate(180deg) translateY(50%);left:5%;white-space:nowrap;opacity:.2;font-size:80px;line-height:1.124em;color:var(--cl_accent)}@media (max-width: 1679px){.title-left{left:2%;font-size:60px}}@media (max-width: 991px){.title-left{left:20px;font-size:40px}}@media (max-width: 991px){.title-left{position:initial;transform:initial;writing-mode:initial;white-space:initial;margin-bottom:25px;font-size:30px}}.cs_list.cs_style_1{width:100%}.cs_list.cs_style_1 li{position:relative;display:flex;align-items:flex-start;border-bottom:1px solid var(--cl_border-light);padding-bottom:10px;gap:10px}.cs_list.cs_style_1 li:not(:last-child){margin-bottom:15px}.cs_list.cs_style_1 li span{display:block;font-weight:700}@media (max-width: 991px){.cs_list.cs_style_1 li{justify-content:center;text-align:center}}.hidden-module{display:none!important}\n"] }]
183
+ args: [{ selector: 'lib-babylon-info-img', standalone: true, imports: [CommonModule], template: "<section class=\"babylon__infoimg margin-main\" *ngIf=\"showIzq\"> \r\n <div class=\"container-fluid p-0 position-relative\">\r\n <div class=\"container\">\r\n <div class=\"row align-items-center cs_gap_y_40\">\r\n <div class=\"col-lg-7 \">\r\n <div class=\"cs_pr_110\">\r\n <div class=\"cs_slider cs_style_1 cs_slider_gap_24\"> \r\n <div class=\"cs_slider_container\" data-autoplay=\"0\" data-loop=\"1\" data-speed=\"600\" data-center=\"0\" data-variable-width=\"0\" \r\n data-slides-per-view=\"responsive\" data-xs-slides=\"1\" data-sm-slides=\"1\" data-md-slides=\"1\" data-lg-slides=\"1\" data-add-slides=\"1\">\r\n <div class=\"cs_slider_wrapper\">\r\n <div class=\"cs_slide\"> \r\n <div class=\"cs_video_block cs_style_1 cs_type_3 position-relative cs--radius\">\r\n <figure class=\"cs_video_block_bg h-100 w-100 position-absolute start-0 top-0 cs_bg_filed \" [attr.data-src]=\"getImageSrc(0)\"></figure>\r\n </div>\r\n </div> \r\n <div class=\"cs_slide\"> \r\n <div class=\"cs_video_block cs_style_1 cs_type_3 position-relative cs--radius\">\r\n <figure class=\"cs_video_block_bg h-100 w-100 position-absolute start-0 top-0 cs_bg_filed \" [attr.data-src]=\"getImageSrc(1)\"></figure>\r\n </div>\r\n </div> \r\n <div class=\"cs_slide\"> \r\n <div class=\"cs_video_block cs_style_1 cs_type_3 position-relative cs--radius\">\r\n <figure class=\"cs_video_block_bg h-100 w-100 position-absolute start-0 top-0 cs_bg_filed \" [attr.data-src]=\"getImageSrc(2)\"></figure>\r\n </div>\r\n </div> \r\n </div>\r\n </div>\r\n <div class=\"cs_pagination cs_style_1 cs_type_3 cs_type_3--left\"></div>\r\n </div> \r\n </div>\r\n </div>\r\n <div class=\"col-lg-5\">\r\n <div class=\"intro_info\">\r\n <h3 class=\"pretitle wow fadeInUp\" data-wow-duration=\"0.8s\" data-wow-delay=\"0.2s\">{{ headerIzq }}</h3>\r\n <h2 class=\"title\">{{ titleIzq }}</h2>\r\n <!-- <h3 class=\"subtitle \" >Info Img</h3> -->\r\n <h4 class=\"title-right\">Hotel Babylon</h4>\r\n <p class=\"text\">{{ textIzq }}</p>\r\n <!-- <ul class=\"cs_list cs_style_1 cs_mp_0\">\r\n <li>\r\n <div class=\"info--icon \">\r\n <i class=\"icon--svg icon-nuevo_pax_ico_small \"></i> \r\n </div> \r\n <p class=\"text mb--0\">Transportation Services <span class=\"text--small\">15km</span></p>\r\n </li>\r\n <li>\r\n \r\n <p class=\"text mb--0\">Transportation Services <span class=\"text--small\">15km</span></p>\r\n </li>\r\n <li>\r\n <div class=\"info--icon \">\r\n <i class=\"icon--svg icon-nuevo_pax_ico_small \"></i> \r\n </div> \r\n <p class=\"text mb--0\">Transportation Services</p>\r\n </li>\r\n \r\n </ul>\r\n <div class=\"btns__box\">\r\n <a href=\" \" class=\"btn btn_primary\">\r\n <b>Learn More</b>\r\n <span class=\"babylon-arrow-right-big\"></span> \r\n </a>\r\n </div> -->\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n </div> \r\n</section>\r\n\r\n<!-- mismo modulo pero a la inversa -->\r\n<section class=\"babylon__infoimg margin-main\" *ngIf=\"showDer\"> \r\n <div class=\"container-fluid p-0 position-relative\">\r\n <div class=\"container\">\r\n <div class=\"row align-items-center cs_gap_y_40 column-reverse\"> \r\n <div class=\"col-lg-5\"> \r\n <div class=\"intro_info\">\r\n <h3 class=\"pretitle wow fadeInUp\" data-wow-duration=\"0.8s\" data-wow-delay=\"0.2s\">{{ headerDer }}</h3>\r\n <h2 class=\"title\">{{ titleDer }}</h2>\r\n <h4 class=\"title-left\">Hotel Babylon</h4>\r\n <p class=\"text\">{{ textDer }}</p>\r\n <!-- <ul class=\"cs_list cs_style_1 cs_mp_0\">\r\n <li>\r\n <div class=\"info--icon \">\r\n <i class=\"icon--svg icon-nuevo_pax_ico_small \"></i> \r\n </div> \r\n <p class=\"text mb--0\">Transportation Services <span class=\"text--small\">15km</span></p>\r\n </li>\r\n <li>\r\n <div class=\"info--icon \">\r\n <i class=\"icon--svg icon-nuevo_pax_ico_small \"></i> \r\n </div> \r\n <p class=\"text mb--0\">Transportation Services <span class=\"text--small\">15km</span></p>\r\n </li>\r\n <li>\r\n <div class=\"info--icon \">\r\n <i class=\"icon--svg icon-nuevo_pax_ico_small \"></i> \r\n </div> \r\n <p class=\"text mb--0\">Transportation Services <span class=\"text--small\">15km</span></p>\r\n </li>\r\n \r\n </ul> -->\r\n <div class=\"btns__box\">\r\n <a href=\" \" class=\"btn btn_primary\">\r\n <b>Learn More</b>\r\n <span class=\"babylon-arrow-right-big\"></span> \r\n </a>\r\n </div> \r\n \r\n </div>\r\n </div>\r\n <div class=\"col-lg-7\"> \r\n <div class=\"cs_pl_110\">\r\n <div class=\"cs_slider cs_style_1 cs_slider_gap_24\"> \r\n <div class=\"cs_slider_container\" data-autoplay=\"0\" data-loop=\"1\" data-speed=\"600\" data-center=\"0\" data-variable-width=\"0\" \r\n data-slides-per-view=\"responsive\" data-xs-slides=\"1\" data-sm-slides=\"1\" data-md-slides=\"1\" data-lg-slides=\"1\" data-add-slides=\"1\">\r\n <div class=\"cs_slider_wrapper\">\r\n <div class=\"cs_slide\"> \r\n <div class=\"cs_video_block cs_style_1 cs_type_3 position-relative cs--radius\">\r\n <figure class=\"cs_video_block_bg h-100 w-100 position-absolute start-0 top-0 cs_bg_filed \" [attr.data-src]=\"getImageSrc(0)\"></figure>\r\n </div>\r\n </div> \r\n <div class=\"cs_slide\"> \r\n <div class=\"cs_video_block cs_style_1 cs_type_3 position-relative cs--radius\">\r\n <figure class=\"cs_video_block_bg h-100 w-100 position-absolute start-0 top-0 cs_bg_filed \" [attr.data-src]=\"getImageSrc(1)\"></figure>\r\n </div>\r\n </div> \r\n <div class=\"cs_slide\"> \r\n <div class=\"cs_video_block cs_style_1 cs_type_3 position-relative cs--radius\">\r\n <figure class=\"cs_video_block_bg h-100 w-100 position-absolute start-0 top-0 cs_bg_filed \" [attr.data-src]=\"getImageSrc(2)\"></figure>\r\n </div>\r\n </div> \r\n </div>\r\n </div>\r\n <div class=\"cs_pagination cs_style_1 cs_type_3\"></div>\r\n </div> \r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n </div> \r\n</section>", styles: [":root{--font-title: \"the-seasons\", Helvetica, sans-serif;--font-pretitle:\"Poppins\", Helvetica, sans-serif;--font-text: \"Poppins\", Helvetica, sans-serif;--font-claim: \"turbinado-pro\", Helvetica, sans-serif;--cl_corp: #24262d;--cl_accent: #aa8453;--cl_icon: #978667;--cl_icon-light: #fff;--cl_border-light: #ededed;--cl_border-dark: #d9e1e6;--cl_shadow: rgba(0, 0, 0, .1);--cl_breadcrumb: #24262d;--cl_breadcrumb-hover: #978667;--cl_preload-bg:#ededed;--cl_preload:#24262d;--cl_background_body: #fdfbf8;--cl_background_white: #fff;--cl_background_dark: #19314b;--cl_background_gray: #eee;--cl_title: #978667;--cl_subtitle: #19314b;--cl_pretitle: #19314b;--cl_text: #3c3b3b;--cl_title-light: #fff;--cl_subtitle-light: #fff;--cl_pretitle-light: #fff;--cl_text-light: #fff;--w_title: 600;--w_text: 300;--w_subtitle: 300;--w_pretitle: 300;--cl_header-bg: #494949;--cl_header-text-light: #fff;--cl_menu-bg: #19314b;--cl_menu-text: #fff;--w_btn: 400;--cl_btn-box: #19314b;--cl_btn-box-text: #19314b;--cl_btn-box-hover: #978667;--cl_btn-box-text-hover: #fff;--cl_btn-call: #19314bf2;--cl_btn-call-text: white;--cl_btn-call-hover: #978667;--cl_btn-call-text-hover: #fff;--cl_btn-link: #19314b;--cl_btn-link-hover: #978667;--cl_btn-arrow: #19314b;--cl_btn-arrow-icon: #fff;--cl_btn-arrow-hover: #978667;--cl_btn-arrow-icon-hover: #fff;--cl_btn-dots: #24262d;--cl_btn-dots-active: #978667;--cl_btn-dots-hover: #978667;--cl_btn-light: #fff;--cl_btn-light-text: #fff;--cl_btn-light-hover: #978667;--cl_btn-light-text-hover: #978667;--cl_footer-bg: #19314b;--cl_footer-bg-bottom:#0a1d31;--cl_footer-scroll:#978667;--cl_footer-text: #fff;--cl_footer-text-hover: #978667;--btn_radius: 5px;--img_radius: 5px;--img_border: #fff;--img_border-whidth:1px}.cs_dark{--cl_corp: #181818;--cl_accent: #aa8453;--cl_icon: #aa8453;--cl_icon-light: #fff;--cl_border-light: #ededed;--cl_border-dark: #d9e1e6;--cl_shadow: rgba(0, 0, 0, .1);--cl_breadcrumb: #fff;--cl_breadcrumb-hover: #aa8453;--cl_preload-bg:#ededed;--cl_preload:#24262d;--cl_background_body: #181818;--cl_background_white: transparent;--cl_background_dark: #aa8453;--cl_background_gray: #333;--cl_title: #fff;--cl_subtitle: #aa8453;--cl_pretitle: #aa8453;--cl_text: #fff;--cl_title-light: #fff;--cl_subtitle-light: #fff;--cl_pretitle-light: #fff;--cl_text-light: #fff;--cl_header-bg: #aa8453;--cl_header-text-light: #fff;--cl_menu-bg: #79582c;--cl_menu-text: #fff;--cl_btn-box: #aa8453;--cl_btn-box-text: #aa8453;--cl_btn-box-hover: #79582c;--cl_btn-box-text-hover: #fff;--cl_btn-call: #aa8453;--cl_btn-call-text: white;--cl_btn-call-hover: #79582c;--cl_btn-call-text-hover: #fff;--cl_btn-link: #aa8453;--cl_btn-link-hover: #79582c;--cl_btn-arrow: #ffffff3a;--cl_btn-arrow-icon: #fff;--cl_btn-arrow-hover: #79582c;--cl_btn-arrow-icon-hover: #fff;--cl_btn-dots: #eee;--cl_btn-dots-active: #79582c;--cl_btn-dots-hover: #79582c;--cl_btn-light: #fff;--cl_btn-light-text: #fff;--cl_btn-light-hover: #79582c;--cl_btn-light-text-hover: #79582c;--cl_footer-bg: #aa8453;--cl_footer-bg-bottom:#79582c;--cl_footer-scroll:#aa8453;--cl_footer-text: #fff;--cl_footer-text-hover: #aa8453;--btn_radius: 1px;--img_radius: 0px;--img_border: #fff;--img_border-whidth:2px}.mt--0{margin-top:0!important}.mb--0{margin-bottom:0!important}.mr--0{margin-right:0!important}.ml--0{margin-left:0!important}.pt--0{padding-top:0}.pb--0{padding-bottom:0}.pl--0{padding-left:0!important}.mblock--0{margin-block:0px}.pblock--0{padding-block:0px}.mt--10{margin-top:10px!important}.mb--10{margin-bottom:10px!important}.mr--10{margin-right:10px!important}.ml--10{margin-left:10px!important}.pt--10{padding-top:10px}.pb--10{padding-bottom:10px}.pl--10{padding-left:10px!important}.mblock--10{margin-block:10px}.pblock--10{padding-block:10px}.mt--20{margin-top:20px!important}.mb--20{margin-bottom:20px!important}.mr--20{margin-right:20px!important}.ml--20{margin-left:20px!important}.pt--20{padding-top:20px}.pb--20{padding-bottom:20px}.pl--20{padding-left:20px!important}.mblock--20{margin-block:20px}.pblock--20{padding-block:20px}.mt--25{margin-top:25px!important}.mb--25{margin-bottom:25px!important}.mr--25{margin-right:25px!important}.ml--25{margin-left:25px!important}.pt--25{padding-top:25px}.pb--25{padding-bottom:25px}.pl--25{padding-left:25px!important}.mblock--25{margin-block:25px}.pblock--25{padding-block:25px}.mt--30{margin-top:30px!important}.mb--30{margin-bottom:30px!important}.mr--30{margin-right:30px!important}.ml--30{margin-left:30px!important}.pt--30{padding-top:30px}.pb--30{padding-bottom:30px}.pl--30{padding-left:30px!important}.mblock--30{margin-block:30px}.pblock--30{padding-block:30px}.mt--40{margin-top:40px!important}.mb--40{margin-bottom:40px!important}.mr--40{margin-right:40px!important}.ml--40{margin-left:40px!important}.pt--40{padding-top:40px}.pb--40{padding-bottom:40px}.pl--40{padding-left:40px!important}.mblock--40{margin-block:40px}.pblock--40{padding-block:40px}.mt--50{margin-top:50px!important}.mb--50{margin-bottom:50px!important}.mr--50{margin-right:50px!important}.ml--50{margin-left:50px!important}.pt--50{padding-top:50px}.pb--50{padding-bottom:50px}.pl--50{padding-left:50px!important}.mblock--50{margin-block:50px}.pblock--50{padding-block:50px}.mt--60{margin-top:60px!important}.mb--60{margin-bottom:60px!important}.mr--60{margin-right:60px!important}.ml--60{margin-left:60px!important}.pt--60{padding-top:60px}.pb--60{padding-bottom:60px}.pl--60{padding-left:60px!important}.mblock--60{margin-block:60px}.pblock--60{padding-block:60px}.mt--70{margin-top:70px!important}.mb--70{margin-bottom:70px!important}.mr--70{margin-right:70px!important}.ml--70{margin-left:70px!important}.pt--70{padding-top:70px}.pb--70{padding-bottom:70px}.pl--70{padding-left:70px!important}.mblock--70{margin-block:70px}.pblock--70{padding-block:70px}.mt--80{margin-top:80px!important}.mb--80{margin-bottom:80px!important}.mr--80{margin-right:80px!important}.ml--80{margin-left:80px!important}.pt--80{padding-top:80px}.pb--80{padding-bottom:80px}.pl--80{padding-left:80px!important}.mblock--80{margin-block:80px}.pblock--80{padding-block:80px}.mt--90{margin-top:90px!important}.mb--90{margin-bottom:90px!important}.mr--90{margin-right:90px!important}.ml--90{margin-left:90px!important}.pt--90{padding-top:90px}.pb--90{padding-bottom:90px}.pl--90{padding-left:90px!important}.mblock--90{margin-block:90px}.pblock--90{padding-block:90px}.mt--100{margin-top:100px!important}.mb--100{margin-bottom:100px!important}.mr--100{margin-right:100px!important}.ml--100{margin-left:100px!important}.pt--100{padding-top:100px}.pb--100{padding-bottom:100px}.pl--100{padding-left:100px!important}.mblock--100{margin-block:100px}.pblock--100{padding-block:100px}.title-right{position:absolute;top:50%;font-weight:600;font-family:var(--font-title);writing-mode:vertical-lr;transform:rotate(180deg) translateY(50%);right:5%;white-space:nowrap;opacity:.2;font-size:80px;line-height:1.124em;color:var(--cl_accent)}@media (max-width: 1679px){.title-right{right:2%;font-size:60px}}@media (max-width: 991px){.title-right{right:20px;font-size:40px}}@media (max-width: 991px){.title-right{position:initial;transform:initial;writing-mode:initial;white-space:initial;margin-bottom:25px;font-size:30px}}.title-left{position:absolute;top:50%;font-weight:600;font-family:var(--font-title);writing-mode:vertical-lr;transform:rotate(180deg) translateY(50%);left:5%;white-space:nowrap;opacity:.2;font-size:80px;line-height:1.124em;color:var(--cl_accent)}@media (max-width: 1679px){.title-left{left:2%;font-size:60px}}@media (max-width: 991px){.title-left{left:20px;font-size:40px}}@media (max-width: 991px){.title-left{position:initial;transform:initial;writing-mode:initial;white-space:initial;margin-bottom:25px;font-size:30px}}.cs_list.cs_style_1{width:100%}.cs_list.cs_style_1 li{position:relative;display:flex;align-items:flex-start;border-bottom:1px solid var(--cl_border-light);padding-bottom:10px;gap:10px}.cs_list.cs_style_1 li:not(:last-child){margin-bottom:15px}.cs_list.cs_style_1 li span{display:block;font-weight:700}@media (max-width: 991px){.cs_list.cs_style_1 li{justify-content:center;text-align:center}}.hidden-module{display:none!important}\n"] }]
176
184
  }], propDecorators: { headerIzq: [{
177
185
  type: Input
178
186
  }], titleIzq: [{