ctt-babylon 0.9.7 → 0.9.8

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.
Files changed (825) hide show
  1. package/{lib/directives/babylon-sliders → directives}/babylon-hotels-slider.directive.d.ts +1 -2
  2. package/esm2022/directives/babylon-hotels-slider.directive.mjs +103 -0
  3. package/esm2022/lib/components/core/babylon-404/babylon-404.component.mjs +5 -18
  4. package/esm2022/lib/components/core/babylon-404-v2/babylon-404-v2.component.mjs +11 -0
  5. package/esm2022/lib/components/core/babylon-advantages/babylon-advantages.component.mjs +5 -29
  6. package/esm2022/lib/components/core/babylon-advantages-v2/babylon-advantages-v2.component.mjs +5 -9
  7. package/esm2022/lib/components/core/babylon-banner-gallery/babylon-banner-gallery.component.mjs +5 -31
  8. package/esm2022/lib/components/core/babylon-banner-info/babylon-banner-info.component.mjs +6 -133
  9. package/esm2022/lib/components/core/babylon-banner-newsletter/babylon-banner-newsletter.component.mjs +5 -39
  10. package/esm2022/lib/components/core/babylon-blog-details/babylon-blog-details.component.mjs +5 -98
  11. package/esm2022/lib/components/core/babylon-blog-list/babylon-blog-list.component.mjs +6 -80
  12. package/esm2022/lib/components/core/babylon-breadcrumb/babylon-breadcrumb.component.mjs +5 -14
  13. package/esm2022/lib/components/core/babylon-breadcrumb-v2/babylon-breadcrumb-v2.component.mjs +11 -0
  14. package/esm2022/lib/components/core/babylon-comingsoon/babylon-comingsoon.component.mjs +5 -10
  15. package/esm2022/lib/components/core/babylon-contact-form/babylon-contact-form.component.mjs +20 -134
  16. package/esm2022/lib/components/core/babylon-contact-form-v2/babylon-contact-form-v2.component.mjs +37 -0
  17. package/esm2022/lib/components/core/babylon-contact-how/babylon-contact-how.component.mjs +6 -23
  18. package/esm2022/lib/components/core/babylon-contact-map/babylon-contact-map.component.mjs +6 -29
  19. package/esm2022/lib/components/core/babylon-container-text-l2/babylon-container-text-l2.component.mjs +18 -0
  20. package/esm2022/lib/components/core/babylon-engine/babylon-engine.component.mjs +22 -237
  21. package/esm2022/lib/components/core/babylon-engine-modal/babylon-engine-modal.component.mjs +33 -225
  22. package/esm2022/lib/components/core/babylon-engine-modal-v2/babylon-engine-modal-v2.component.mjs +130 -0
  23. package/esm2022/lib/components/core/babylon-faq/babylon-faq.component.mjs +5 -38
  24. package/esm2022/lib/components/core/babylon-faq-v2/babylon-faq-v2.component.mjs +5 -18
  25. package/esm2022/lib/components/core/babylon-feature-pills/babylon-feature-pills.component.mjs +11 -0
  26. package/esm2022/lib/components/core/babylon-feature-pills-number/babylon-feature-pills-number.component.mjs +11 -0
  27. package/esm2022/lib/components/core/babylon-features-slider/babylon-features-slider.component.mjs +6 -28
  28. package/esm2022/lib/components/core/babylon-filter-modal/babylon-filter-modal.component.mjs +6 -16
  29. package/esm2022/lib/components/core/babylon-filter-modal-v2/babylon-filter-modal-v2.component.mjs +21 -0
  30. package/esm2022/lib/components/core/babylon-footer-contact/babylon-footer-contact.component.mjs +5 -25
  31. package/esm2022/lib/components/core/babylon-footer-links/babylon-footer-links.component.mjs +5 -13
  32. package/esm2022/lib/components/core/babylon-footer-logos/babylon-footer-logos.component.mjs +5 -23
  33. package/esm2022/lib/components/core/babylon-footer-social/babylon-footer-social.component.mjs +5 -14
  34. package/esm2022/lib/components/core/babylon-gallery/babylon-gallery.component.mjs +23 -72
  35. package/esm2022/lib/components/core/babylon-gallery-v2/babylon-gallery-v2.component.mjs +105 -0
  36. package/esm2022/lib/components/core/babylon-grid-gallery/babylon-grid-gallery.component.mjs +6 -42
  37. package/esm2022/lib/components/core/babylon-guests-popup/babylon-guests-popup.component.mjs +7 -91
  38. package/esm2022/lib/components/core/babylon-head-intro/babylon-head-intro.component.mjs +5 -24
  39. package/esm2022/lib/components/core/babylon-header-book-show/babylon-header-book-show.component.mjs +52 -114
  40. package/esm2022/lib/components/core/babylon-header-clear/babylon-header-clear.component.mjs +53 -143
  41. package/esm2022/lib/components/core/babylon-header-clear-v2/babylon-header-clear-v2.component.mjs +76 -0
  42. package/esm2022/lib/components/core/babylon-header-menu-center/babylon-header-menu-center.component.mjs +52 -148
  43. package/esm2022/lib/components/core/babylon-header-menu-show/babylon-header-menu-show.component.mjs +52 -92
  44. package/esm2022/lib/components/core/babylon-hotels-list/babylon-hotels-list.component.mjs +5 -12
  45. package/esm2022/lib/components/core/babylon-hotels-slider/babylon-hotels-slider.component.mjs +6 -19
  46. package/esm2022/lib/components/core/babylon-img-banner/babylon-img-banner.component.mjs +13 -0
  47. package/esm2022/lib/components/core/babylon-info-big/babylon-info-big.component.mjs +5 -19
  48. package/esm2022/lib/components/core/babylon-info-big-v2/babylon-info-big-v2.component.mjs +61 -0
  49. package/esm2022/lib/components/core/babylon-info-big-v3/babylon-info-big-v3.component.mjs +11 -0
  50. package/esm2022/lib/components/core/babylon-info-circle-imgs/babylon-info-circle-imgs.component.mjs +11 -0
  51. package/esm2022/lib/components/core/babylon-info-grid/babylon-info-grid.component.mjs +7 -31
  52. package/esm2022/lib/components/core/babylon-info-img/babylon-info-img.component.mjs +5 -95
  53. package/esm2022/lib/components/core/babylon-info-img-v2/babylon-info-img-v2.component.mjs +11 -0
  54. package/esm2022/lib/components/core/babylon-info-intro/babylon-info-intro.component.mjs +5 -62
  55. package/esm2022/lib/components/core/babylon-info-show-img/babylon-info-show-img.component.mjs +5 -7
  56. package/esm2022/lib/components/core/babylon-info-zig-zag/babylon-info-zig-zag.component.mjs +5 -31
  57. package/esm2022/lib/components/core/babylon-info-zigzag-v2/babylon-info-zigzag-v2.component.mjs +5 -19
  58. package/esm2022/lib/components/core/babylon-info-zigzag-v3/babylon-info-zigzag-v3.component.mjs +18 -0
  59. package/esm2022/lib/components/core/babylon-info-zigzag-v3-1/babylon-info-zigzag-v3-1.component.mjs +11 -0
  60. package/esm2022/lib/components/core/babylon-info-zigzag-v4/babylon-info-zigzag-v4.component.mjs +13 -0
  61. package/esm2022/lib/components/core/babylon-info2img/babylon-info2img.component.mjs +5 -30
  62. package/esm2022/lib/components/core/babylon-info2img-big/babylon-info2img-big.component.mjs +5 -38
  63. package/esm2022/lib/components/core/babylon-info3img/babylon-info3img.component.mjs +5 -19
  64. package/esm2022/lib/components/core/babylon-info4img/babylon-info4img.component.mjs +5 -23
  65. package/esm2022/lib/components/core/babylon-items-grid/babylon-items-grid.component.mjs +5 -21
  66. package/esm2022/lib/components/core/babylon-language-modal/babylon-language-modal.component.mjs +7 -13
  67. package/esm2022/lib/components/core/babylon-language-modal-v2/babylon-language-modal-v2.component.mjs +28 -0
  68. package/esm2022/lib/components/core/babylon-legal/babylon-legal.component.mjs +5 -19
  69. package/esm2022/lib/components/core/babylon-lis-c4-txt-img-pdf/babylon-lis-c4-txt-img-pdf.component.mjs +56 -0
  70. package/esm2022/lib/components/core/babylon-lis-c5-txt-img-svg/babylon-lis-c5-txt-img-svg.component.mjs +55 -0
  71. package/esm2022/lib/components/core/babylon-list-box-info/babylon-list-box-info.component.mjs +11 -0
  72. package/esm2022/lib/components/core/babylon-list-c3-img-txt/babylon-list-c3-img-txt.component.mjs +5 -12
  73. package/esm2022/lib/components/core/babylon-list-grid/babylon-list-grid.component.mjs +5 -15
  74. package/esm2022/lib/components/core/babylon-list-img/babylon-list-img.component.mjs +71 -0
  75. package/esm2022/lib/components/core/babylon-list-img-info/babylon-list-img-info.component.mjs +11 -0
  76. package/esm2022/lib/components/core/babylon-list-img-v2/babylon-list-img-v2.component.mjs +11 -0
  77. package/esm2022/lib/components/core/babylon-loyalty-table/babylon-loyalty-table.component.mjs +65 -0
  78. package/esm2022/lib/components/core/babylon-menu-modal/babylon-menu-modal.component.mjs +19 -0
  79. package/esm2022/lib/components/core/babylon-newsletter/babylon-newsletter.component.mjs +9 -52
  80. package/esm2022/lib/components/core/babylon-newsletter-modal/babylon-newsletter-modal.component.mjs +19 -0
  81. package/esm2022/lib/components/core/babylon-offer-detail/babylon-offer-detail.component.mjs +5 -37
  82. package/esm2022/lib/components/core/babylon-offer-detail-v2/babylon-offer-detail-v2.component.mjs +11 -0
  83. package/esm2022/lib/components/core/babylon-offer-popup/babylon-offer-popup.component.mjs +11 -34
  84. package/esm2022/lib/components/core/babylon-offer-popup-v2/babylon-offer-popup-v2.component.mjs +19 -0
  85. package/esm2022/lib/components/core/babylon-offer-slider/babylon-offer-slider.component.mjs +5 -20
  86. package/esm2022/lib/components/core/babylon-offers-list/babylon-offers-list.component.mjs +5 -47
  87. package/esm2022/lib/components/core/babylon-offers-slider/babylon-offers-slider.component.mjs +5 -20
  88. package/esm2022/lib/components/core/babylon-preload/babylon-preload.component.mjs +4 -28
  89. package/esm2022/lib/components/core/babylon-reviews/babylon-reviews.component.mjs +169 -0
  90. package/esm2022/lib/components/core/babylon-room-details/babylon-room-details.component.mjs +5 -19
  91. package/esm2022/lib/components/core/babylon-rooms-cols/babylon-rooms-cols.component.mjs +5 -158
  92. package/esm2022/lib/components/core/babylon-rooms-grid/babylon-rooms-grid.component.mjs +6 -19
  93. package/esm2022/lib/components/core/babylon-rooms-list/babylon-rooms-list.component.mjs +6 -32
  94. package/esm2022/lib/components/core/babylon-rooms-list-v2/babylon-rooms-list-v2.component.mjs +11 -0
  95. package/esm2022/lib/components/core/babylon-rooms-slider/babylon-rooms-slider.component.mjs +5 -25
  96. package/esm2022/lib/components/core/babylon-services-slider/babylon-services-slider.component.mjs +5 -17
  97. package/esm2022/lib/components/core/babylon-simple-img-info/babylon-simple-img-info.component.mjs +12 -0
  98. package/esm2022/lib/components/core/babylon-slider-box/babylon-slider-box.component.mjs +12 -0
  99. package/esm2022/lib/components/core/babylon-slider-img-static/babylon-slider-img-static.component.mjs +5 -12
  100. package/esm2022/lib/components/core/babylon-slider-img-static-v2/babylon-slider-img-static-v2.component.mjs +5 -12
  101. package/esm2022/lib/components/core/babylon-slider-img-video/babylon-slider-img-video.component.mjs +4 -17
  102. package/esm2022/lib/components/core/babylon-slider2col/babylon-slider2col.component.mjs +5 -28
  103. package/esm2022/lib/components/core/babylon-slider2col-v2/babylon-slider2col-v2.component.mjs +13 -0
  104. package/esm2022/lib/components/core/babylon-slider2items/babylon-slider2items.component.mjs +5 -15
  105. package/esm2022/lib/components/core/babylon-slider3col/babylon-slider3colcomponent.mjs +11 -0
  106. package/esm2022/lib/components/core/babylon-slider3col-v2/babylon-slider3col-v2.component.mjs +12 -0
  107. package/esm2022/lib/components/core/babylon-slider3items/babylon-slider3items.component.mjs +5 -14
  108. package/esm2022/lib/components/core/babylon-slider4col/babylon-slider4col.component.mjs +5 -37
  109. package/esm2022/lib/components/core/babylon-social-bar/babylon-social-bar.component.mjs +5 -14
  110. package/esm2022/lib/components/core/babylon-social-bar-v2/babylon-social-bar-v2.component.mjs +11 -0
  111. package/esm2022/lib/components/core/babylon-static-footer/babylon-static-footer.component.mjs +6 -104
  112. package/esm2022/lib/components/core/babylon-static-footer-v2/babylon-static-footer-v2.component.mjs +8 -48
  113. package/esm2022/lib/components/core/babylon-static-footer-v3/babylon-static-footer-v3.component.mjs +67 -0
  114. package/esm2022/lib/components/core/babylon-submenu-hotel/babylon-submenu-hotel.component.mjs +5 -35
  115. package/esm2022/lib/components/core/babylon-thanks/babylon-thanks.component.mjs +5 -18
  116. package/esm2022/lib/components/core/babylon-top-simple-banner/babylon-top-simple-banner.component.mjs +5 -5
  117. package/esm2022/lib/components/core/babylon-top-simple-img/babylon-top-simple-img.component.mjs +11 -0
  118. package/esm2022/lib/components/core/babylon-top-slider/babylon-top-slider.component.mjs +5 -187
  119. package/esm2022/lib/components/core/babylon-top-slider-thumbs/babylon-top-slider-thumbs.component.mjs +6 -33
  120. package/esm2022/lib/components/core/babylon-top-slider-v2/babylon-top-slider-v2.component.mjs +5 -22
  121. package/esm2022/lib/components/core/babylon-top-slider-video/babylon-top-slider-video.component.mjs +5 -194
  122. package/esm2022/lib/components/core/babylon-top-slider-video-v2/babylon-top-slider-video-v2.component.mjs +5 -7
  123. package/esm2022/lib/components/core/babylon-variant-selector/babylon-variant-selector.component.mjs +82 -0
  124. package/esm2022/lib/components/core/babylon-webmap/babylon-webmap.component.mjs +5 -23
  125. package/esm2022/lib/components/core/babylon-webmap-v2/babylon-webmap-v2.component.mjs +11 -0
  126. package/esm2022/lib/directives/images/swap-on-reload.directive.mjs +83 -0
  127. package/esm2022/lib/directives/scroll/scroll-to.directive.mjs +183 -0
  128. package/esm2022/lib/directives/scroll/show-only-top.directive.mjs +103 -0
  129. package/esm2022/lib/directives/sliders/slick-init.directive.mjs +11 -20
  130. package/esm2022/lib/directives/utils/sticky-avoid-footer.directive.mjs +3 -9
  131. package/esm2022/lib/services/index.mjs +1 -3
  132. package/esm2022/lib/services/screen-sizer/screen-sizer.service.mjs +35 -46
  133. package/esm2022/public-api.mjs +116 -11
  134. package/fesm2022/ctt-babylon.mjs +2788 -10486
  135. package/fesm2022/ctt-babylon.mjs.map +1 -1
  136. package/lib/components/core/babylon-404/babylon-404.component.d.ts +1 -8
  137. package/lib/components/core/babylon-404-v2/babylon-404-v2.component.d.ts +5 -0
  138. package/lib/components/core/babylon-advantages/babylon-advantages.component.d.ts +1 -14
  139. package/lib/components/core/babylon-advantages-v2/babylon-advantages-v2.component.d.ts +1 -5
  140. package/lib/components/core/babylon-banner-gallery/babylon-banner-gallery.component.d.ts +1 -11
  141. package/lib/components/core/babylon-banner-info/babylon-banner-info.component.d.ts +2 -25
  142. package/lib/components/core/babylon-banner-newsletter/babylon-banner-newsletter.component.d.ts +1 -16
  143. package/lib/components/core/babylon-blog-details/babylon-blog-details.component.d.ts +1 -39
  144. package/lib/components/core/babylon-blog-list/babylon-blog-list.component.d.ts +2 -47
  145. package/lib/components/core/babylon-breadcrumb/babylon-breadcrumb.component.d.ts +1 -4
  146. package/lib/components/core/babylon-breadcrumb-v2/babylon-breadcrumb-v2.component.d.ts +5 -0
  147. package/lib/components/core/babylon-comingsoon/babylon-comingsoon.component.d.ts +1 -12
  148. package/lib/components/core/babylon-contact-form/babylon-contact-form.component.d.ts +6 -35
  149. package/lib/components/core/babylon-contact-form-v2/babylon-contact-form-v2.component.d.ts +10 -0
  150. package/lib/components/core/babylon-contact-how/babylon-contact-how.component.d.ts +2 -14
  151. package/lib/components/core/babylon-contact-map/babylon-contact-map.component.d.ts +2 -16
  152. package/lib/components/core/babylon-container-text-l2/babylon-container-text-l2.component.d.ts +6 -0
  153. package/lib/components/core/babylon-engine/babylon-engine.component.d.ts +11 -71
  154. package/lib/components/core/babylon-engine-modal/babylon-engine-modal.component.d.ts +16 -60
  155. package/lib/components/core/babylon-engine-modal-v2/babylon-engine-modal-v2.component.d.ts +44 -0
  156. package/lib/components/core/babylon-faq/babylon-faq.component.d.ts +1 -12
  157. package/lib/components/core/babylon-faq-v2/babylon-faq-v2.component.d.ts +1 -10
  158. package/lib/components/core/babylon-feature-pills/babylon-feature-pills.component.d.ts +5 -0
  159. package/lib/components/core/babylon-feature-pills-number/babylon-feature-pills-number.component.d.ts +5 -0
  160. package/lib/components/core/babylon-features-slider/babylon-features-slider.component.d.ts +2 -18
  161. package/lib/components/core/babylon-filter-modal/babylon-filter-modal.component.d.ts +3 -8
  162. package/lib/components/core/babylon-filter-modal-v2/babylon-filter-modal-v2.component.d.ts +10 -0
  163. package/lib/components/core/babylon-footer-contact/babylon-footer-contact.component.d.ts +1 -24
  164. package/lib/components/core/babylon-footer-links/babylon-footer-links.component.d.ts +1 -5
  165. package/lib/components/core/babylon-footer-logos/babylon-footer-logos.component.d.ts +1 -11
  166. package/lib/components/core/babylon-footer-social/babylon-footer-social.component.d.ts +1 -5
  167. package/lib/components/core/babylon-gallery/babylon-gallery.component.d.ts +8 -34
  168. package/lib/components/core/babylon-gallery-v2/babylon-gallery-v2.component.d.ts +22 -0
  169. package/lib/components/core/babylon-grid-gallery/babylon-grid-gallery.component.d.ts +2 -19
  170. package/lib/components/core/babylon-guests-popup/babylon-guests-popup.component.d.ts +7 -24
  171. package/lib/components/core/babylon-head-intro/babylon-head-intro.component.d.ts +1 -9
  172. package/lib/components/core/babylon-header-book-show/babylon-header-book-show.component.d.ts +7 -35
  173. package/lib/components/core/babylon-header-clear/babylon-header-clear.component.d.ts +9 -34
  174. package/lib/components/core/babylon-header-clear-v2/babylon-header-clear-v2.component.d.ts +16 -0
  175. package/lib/components/core/babylon-header-menu-center/babylon-header-menu-center.component.d.ts +8 -33
  176. package/lib/components/core/babylon-header-menu-show/babylon-header-menu-show.component.d.ts +8 -29
  177. package/lib/components/core/babylon-hotels-list/babylon-hotels-list.component.d.ts +1 -5
  178. package/lib/components/core/babylon-hotels-slider/babylon-hotels-slider.component.d.ts +1 -5
  179. package/lib/components/core/babylon-img-banner/babylon-img-banner.component.d.ts +5 -0
  180. package/lib/components/core/babylon-info-big/babylon-info-big.component.d.ts +1 -9
  181. package/lib/components/core/babylon-info-big-v2/babylon-info-big-v2.component.d.ts +12 -0
  182. package/lib/components/core/babylon-info-big-v3/babylon-info-big-v3.component.d.ts +5 -0
  183. package/lib/components/core/babylon-info-circle-imgs/babylon-info-circle-imgs.component.d.ts +5 -0
  184. package/lib/components/core/babylon-info-grid/babylon-info-grid.component.d.ts +3 -22
  185. package/lib/components/core/babylon-info-img/babylon-info-img.component.d.ts +2 -40
  186. package/lib/components/core/babylon-info-img-v2/babylon-info-img-v2.component.d.ts +5 -0
  187. package/lib/components/core/babylon-info-intro/babylon-info-intro.component.d.ts +1 -26
  188. package/lib/components/core/babylon-info-show-img/babylon-info-show-img.component.d.ts +1 -3
  189. package/lib/components/core/babylon-info-zig-zag/babylon-info-zig-zag.component.d.ts +1 -29
  190. package/lib/components/core/babylon-info-zigzag-v2/babylon-info-zigzag-v2.component.d.ts +1 -16
  191. package/lib/components/core/babylon-info-zigzag-v3/babylon-info-zigzag-v3.component.d.ts +6 -0
  192. package/lib/components/core/babylon-info-zigzag-v3-1/babylon-info-zigzag-v3-1.component.d.ts +5 -0
  193. package/lib/components/core/babylon-info-zigzag-v4/babylon-info-zigzag-v4.component.d.ts +5 -0
  194. package/lib/components/core/babylon-info2img/babylon-info2img.component.d.ts +1 -14
  195. package/lib/components/core/babylon-info2img-big/babylon-info2img-big.component.d.ts +1 -16
  196. package/lib/components/core/babylon-info3img/babylon-info3img.component.d.ts +1 -9
  197. package/lib/components/core/babylon-info4img/babylon-info4img.component.d.ts +1 -11
  198. package/lib/components/core/babylon-items-grid/babylon-items-grid.component.d.ts +1 -14
  199. package/lib/components/core/babylon-language-modal/babylon-language-modal.component.d.ts +5 -12
  200. package/lib/components/core/babylon-language-modal-v2/babylon-language-modal-v2.component.d.ts +12 -0
  201. package/lib/components/core/babylon-legal/babylon-legal.component.d.ts +1 -9
  202. package/lib/components/core/babylon-lis-c4-txt-img-pdf/babylon-lis-c4-txt-img-pdf.component.d.ts +24 -0
  203. package/lib/components/core/babylon-lis-c5-txt-img-svg/babylon-lis-c5-txt-img-svg.component.d.ts +24 -0
  204. package/lib/components/core/babylon-list-box-info/babylon-list-box-info.component.d.ts +5 -0
  205. package/lib/components/core/babylon-list-c3-img-txt/babylon-list-c3-img-txt.component.d.ts +1 -5
  206. package/lib/components/core/babylon-list-grid/babylon-list-grid.component.d.ts +1 -17
  207. package/lib/components/core/babylon-list-img/babylon-list-img.component.d.ts +26 -0
  208. package/lib/components/core/babylon-list-img-info/babylon-list-img-info.component.d.ts +5 -0
  209. package/lib/components/core/babylon-list-img-v2/babylon-list-img-v2.component.d.ts +5 -0
  210. package/lib/components/core/babylon-loyalty-table/babylon-loyalty-table.component.d.ts +10 -0
  211. package/lib/components/core/babylon-menu-modal/babylon-menu-modal.component.d.ts +7 -0
  212. package/lib/components/core/babylon-newsletter/babylon-newsletter.component.d.ts +3 -19
  213. package/lib/components/core/babylon-newsletter-modal/babylon-newsletter-modal.component.d.ts +7 -0
  214. package/lib/components/core/babylon-offer-detail/babylon-offer-detail.component.d.ts +1 -16
  215. package/lib/components/core/babylon-offer-detail-v2/babylon-offer-detail-v2.component.d.ts +5 -0
  216. package/lib/components/core/babylon-offer-popup/babylon-offer-popup.component.d.ts +5 -18
  217. package/lib/components/core/babylon-offer-popup-v2/babylon-offer-popup-v2.component.d.ts +7 -0
  218. package/lib/components/core/babylon-offer-slider/babylon-offer-slider.component.d.ts +1 -6
  219. package/lib/components/core/babylon-offers-list/babylon-offers-list.component.d.ts +2 -33
  220. package/lib/components/core/babylon-offers-slider/babylon-offers-slider.component.d.ts +1 -5
  221. package/lib/components/core/babylon-preload/babylon-preload.component.d.ts +1 -5
  222. package/lib/components/core/babylon-reviews/babylon-reviews.component.d.ts +28 -0
  223. package/lib/components/core/babylon-room-details/babylon-room-details.component.d.ts +1 -13
  224. package/lib/components/core/babylon-rooms-cols/babylon-rooms-cols.component.d.ts +1 -39
  225. package/lib/components/core/babylon-rooms-grid/babylon-rooms-grid.component.d.ts +1 -10
  226. package/lib/components/core/babylon-rooms-list/babylon-rooms-list.component.d.ts +1 -27
  227. package/lib/components/core/babylon-rooms-list-v2/babylon-rooms-list-v2.component.d.ts +5 -0
  228. package/lib/components/core/babylon-rooms-slider/babylon-rooms-slider.component.d.ts +1 -6
  229. package/lib/components/core/babylon-services-slider/babylon-services-slider.component.d.ts +1 -7
  230. package/lib/components/core/babylon-simple-img-info/babylon-simple-img-info.component.d.ts +5 -0
  231. package/lib/components/core/babylon-slider-box/babylon-slider-box.component.d.ts +5 -0
  232. package/lib/components/core/babylon-slider-img-static/babylon-slider-img-static.component.d.ts +1 -6
  233. package/lib/components/core/babylon-slider-img-static-v2/babylon-slider-img-static-v2.component.d.ts +1 -6
  234. package/lib/components/core/babylon-slider-img-video/babylon-slider-img-video.component.d.ts +1 -8
  235. package/lib/components/core/babylon-slider2col/babylon-slider2col.component.d.ts +1 -22
  236. package/lib/components/core/babylon-slider2col-v2/babylon-slider2col-v2.component.d.ts +5 -0
  237. package/lib/components/core/babylon-slider2items/babylon-slider2items.component.d.ts +1 -5
  238. package/lib/components/core/babylon-slider3col/babylon-slider3colcomponent.d.ts +5 -0
  239. package/lib/components/core/babylon-slider3col-v2/babylon-slider3col-v2.component.d.ts +5 -0
  240. package/lib/components/core/babylon-slider3items/babylon-slider3items.component.d.ts +1 -15
  241. package/lib/components/core/babylon-slider4col/babylon-slider4col.component.d.ts +1 -15
  242. package/lib/components/core/babylon-social-bar/babylon-social-bar.component.d.ts +1 -5
  243. package/lib/components/core/babylon-social-bar-v2/babylon-social-bar-v2.component.d.ts +5 -0
  244. package/lib/components/core/babylon-static-footer/babylon-static-footer.component.d.ts +2 -55
  245. package/lib/components/core/babylon-static-footer-v2/babylon-static-footer-v2.component.d.ts +3 -24
  246. package/lib/components/core/babylon-static-footer-v3/babylon-static-footer-v3.component.d.ts +12 -0
  247. package/lib/components/core/babylon-submenu-hotel/babylon-submenu-hotel.component.d.ts +2 -13
  248. package/lib/components/core/babylon-thanks/babylon-thanks.component.d.ts +1 -7
  249. package/lib/components/core/babylon-top-simple-img/babylon-top-simple-img.component.d.ts +5 -0
  250. package/lib/components/core/babylon-top-slider/babylon-top-slider.component.d.ts +2 -37
  251. package/lib/components/core/babylon-top-slider-thumbs/babylon-top-slider-thumbs.component.d.ts +2 -12
  252. package/lib/components/core/babylon-top-slider-v2/babylon-top-slider-v2.component.d.ts +1 -10
  253. package/lib/components/core/babylon-top-slider-video/babylon-top-slider-video.component.d.ts +2 -34
  254. package/lib/components/core/babylon-top-slider-video-v2/babylon-top-slider-video-v2.component.d.ts +1 -3
  255. package/lib/components/core/babylon-variant-selector/babylon-variant-selector.component.d.ts +12 -0
  256. package/lib/components/core/babylon-webmap/babylon-webmap.component.d.ts +1 -11
  257. package/lib/components/core/babylon-webmap-v2/babylon-webmap-v2.component.d.ts +5 -0
  258. package/lib/directives/images/swap-on-reload.directive.d.ts +22 -0
  259. package/lib/directives/{scrolls → scroll}/scroll-to.directive.d.ts +1 -1
  260. package/lib/directives/{scrolls → scroll}/show-only-top.directive.d.ts +2 -3
  261. package/lib/directives/utils/sticky-avoid-footer.directive.d.ts +1 -2
  262. package/lib/services/index.d.ts +0 -2
  263. package/lib/services/screen-sizer/screen-sizer.service.d.ts +0 -2
  264. package/lib/styles/styles-babylon.scss +7 -48
  265. package/package.json +4 -11
  266. package/public-api.d.ts +113 -6
  267. package/esm2022/lib/Enum/buttons-type.enum.mjs +0 -6
  268. package/esm2022/lib/Enum/index.mjs +0 -3
  269. package/esm2022/lib/Enum/logo-type.enum.mjs +0 -10
  270. package/esm2022/lib/Enum/services.enum.mjs +0 -8
  271. package/esm2022/lib/Enum/views.enum.mjs +0 -5
  272. package/esm2022/lib/components/core/babylon-404/babylon-404.interface.mjs +0 -2
  273. package/esm2022/lib/components/core/babylon-404/index.mjs +0 -3
  274. package/esm2022/lib/components/core/babylon-action-banner/babylon-action-banner.component.mjs +0 -30
  275. package/esm2022/lib/components/core/babylon-action-banner/babylon-action-banner.interface.mjs +0 -2
  276. package/esm2022/lib/components/core/babylon-action-banner/index.mjs +0 -3
  277. package/esm2022/lib/components/core/babylon-advantages/babylon-advantages-info.interface.mjs +0 -2
  278. package/esm2022/lib/components/core/babylon-advantages/babylon-advantages.interface.mjs +0 -2
  279. package/esm2022/lib/components/core/babylon-advantages/index.mjs +0 -4
  280. package/esm2022/lib/components/core/babylon-advantages-v2/index.mjs +0 -2
  281. package/esm2022/lib/components/core/babylon-av-c4-img-text/babylon-av-c4-img-text.component.mjs +0 -11
  282. package/esm2022/lib/components/core/babylon-av-c4-img-text/index.mjs +0 -2
  283. package/esm2022/lib/components/core/babylon-banner-gallery/babylon-banner-gallery.interface.mjs +0 -2
  284. package/esm2022/lib/components/core/babylon-banner-gallery/index.mjs +0 -3
  285. package/esm2022/lib/components/core/babylon-banner-info/babylon-banner-info.interface.mjs +0 -2
  286. package/esm2022/lib/components/core/babylon-banner-info/index.mjs +0 -3
  287. package/esm2022/lib/components/core/babylon-banner-newsletter/babylon-banner-newsletter.interface.mjs +0 -2
  288. package/esm2022/lib/components/core/babylon-banner-newsletter/index.mjs +0 -3
  289. package/esm2022/lib/components/core/babylon-blog-details/babylon-blog-details.interface.mjs +0 -2
  290. package/esm2022/lib/components/core/babylon-blog-details/index.mjs +0 -3
  291. package/esm2022/lib/components/core/babylon-blog-list/babylon-blog-list.interface.mjs +0 -2
  292. package/esm2022/lib/components/core/babylon-blog-list/index.mjs +0 -3
  293. package/esm2022/lib/components/core/babylon-breadcrumb/babylon-breadcrumb.interface.mjs +0 -2
  294. package/esm2022/lib/components/core/babylon-breadcrumb/index.mjs +0 -3
  295. package/esm2022/lib/components/core/babylon-color-picker/babylon-color-picker.component.mjs +0 -267
  296. package/esm2022/lib/components/core/babylon-color-picker/index.mjs +0 -2
  297. package/esm2022/lib/components/core/babylon-comingsoon/babylon-comingsoon.interface.mjs +0 -2
  298. package/esm2022/lib/components/core/babylon-comingsoon/index.mjs +0 -3
  299. package/esm2022/lib/components/core/babylon-contact-address/babylon-contact-address.component.mjs +0 -19
  300. package/esm2022/lib/components/core/babylon-contact-address/babylon-contact-address.interface.mjs +0 -2
  301. package/esm2022/lib/components/core/babylon-contact-address/index.mjs +0 -3
  302. package/esm2022/lib/components/core/babylon-contact-form/babylon-contact-form.interface.mjs +0 -2
  303. package/esm2022/lib/components/core/babylon-contact-form/index.mjs +0 -3
  304. package/esm2022/lib/components/core/babylon-contact-how/babylon-contact-how.interface.mjs +0 -2
  305. package/esm2022/lib/components/core/babylon-contact-how/index.mjs +0 -3
  306. package/esm2022/lib/components/core/babylon-contact-map/babylon-contact-map.interface.mjs +0 -2
  307. package/esm2022/lib/components/core/babylon-contact-map/index.mjs +0 -3
  308. package/esm2022/lib/components/core/babylon-engine/babylon-engine.interface.mjs +0 -2
  309. package/esm2022/lib/components/core/babylon-engine/index.mjs +0 -3
  310. package/esm2022/lib/components/core/babylon-engine-modal/babylon-engine-modal.interface.mjs +0 -2
  311. package/esm2022/lib/components/core/babylon-engine-modal/index.mjs +0 -3
  312. package/esm2022/lib/components/core/babylon-external-script/babylon-external-script.component.mjs +0 -80
  313. package/esm2022/lib/components/core/babylon-external-script/babylon-external-script.interface.mjs +0 -2
  314. package/esm2022/lib/components/core/babylon-external-script/index.mjs +0 -3
  315. package/esm2022/lib/components/core/babylon-faq/babylon-faq.interface.mjs +0 -2
  316. package/esm2022/lib/components/core/babylon-faq/index.mjs +0 -3
  317. package/esm2022/lib/components/core/babylon-faq-v2/index.mjs +0 -2
  318. package/esm2022/lib/components/core/babylon-features-slider/babylon-features-slider.interface.mjs +0 -2
  319. package/esm2022/lib/components/core/babylon-features-slider/index.mjs +0 -3
  320. package/esm2022/lib/components/core/babylon-filter-modal/index.mjs +0 -2
  321. package/esm2022/lib/components/core/babylon-floating-buttons/babylon-floating-buttons.component.mjs +0 -121
  322. package/esm2022/lib/components/core/babylon-floating-buttons/babylon-floating-buttons.interface.mjs +0 -2
  323. package/esm2022/lib/components/core/babylon-floating-buttons/index.mjs +0 -3
  324. package/esm2022/lib/components/core/babylon-footer-contact/babylon-footer-contact.interface.mjs +0 -2
  325. package/esm2022/lib/components/core/babylon-footer-contact/index.mjs +0 -3
  326. package/esm2022/lib/components/core/babylon-footer-links/babylon-footer-links.interface.mjs +0 -2
  327. package/esm2022/lib/components/core/babylon-footer-links/index.mjs +0 -3
  328. package/esm2022/lib/components/core/babylon-footer-logos/babylon-footer-logos.interface.mjs +0 -2
  329. package/esm2022/lib/components/core/babylon-footer-logos/index.mjs +0 -3
  330. package/esm2022/lib/components/core/babylon-footer-social/babylon-footer-social.interface.mjs +0 -3
  331. package/esm2022/lib/components/core/babylon-footer-social/index.mjs +0 -3
  332. package/esm2022/lib/components/core/babylon-gallery/babylon-gallery.interface.mjs +0 -2
  333. package/esm2022/lib/components/core/babylon-gallery/index.mjs +0 -3
  334. package/esm2022/lib/components/core/babylon-global-modal/babylon-global-modal.component.mjs +0 -38
  335. package/esm2022/lib/components/core/babylon-global-modal/babylon-global-modal.interface.mjs +0 -2
  336. package/esm2022/lib/components/core/babylon-global-modal/index.mjs +0 -3
  337. package/esm2022/lib/components/core/babylon-grid-gallery/babylon-grid-gallery.interface.mjs +0 -2
  338. package/esm2022/lib/components/core/babylon-grid-gallery/index.mjs +0 -3
  339. package/esm2022/lib/components/core/babylon-guests-popup/babylon-guests-popup.interface.mjs +0 -2
  340. package/esm2022/lib/components/core/babylon-guests-popup/index.mjs +0 -3
  341. package/esm2022/lib/components/core/babylon-head-intro/babylon-head-intro.interface.mjs +0 -2
  342. package/esm2022/lib/components/core/babylon-head-intro/index.mjs +0 -3
  343. package/esm2022/lib/components/core/babylon-header-book-show/babylon-header-book-show.interface.mjs +0 -2
  344. package/esm2022/lib/components/core/babylon-header-book-show/index.mjs +0 -3
  345. package/esm2022/lib/components/core/babylon-header-clear/babylon-header-clear.interface.mjs +0 -2
  346. package/esm2022/lib/components/core/babylon-header-clear/index.mjs +0 -3
  347. package/esm2022/lib/components/core/babylon-header-menu-center/babylon-header-menu-center.interface.mjs +0 -2
  348. package/esm2022/lib/components/core/babylon-header-menu-center/index.mjs +0 -3
  349. package/esm2022/lib/components/core/babylon-header-menu-logo-center/babylon-header-menu-logo-center.component.mjs +0 -122
  350. package/esm2022/lib/components/core/babylon-header-menu-logo-center/babylon-header-menu-logo-center.interface.mjs +0 -2
  351. package/esm2022/lib/components/core/babylon-header-menu-logo-center/index.mjs +0 -3
  352. package/esm2022/lib/components/core/babylon-header-menu-show/babylon-header-menu-show.interface.mjs +0 -2
  353. package/esm2022/lib/components/core/babylon-header-menu-show/index.mjs +0 -3
  354. package/esm2022/lib/components/core/babylon-header-mobile/babylon-header-mobile.component.mjs +0 -156
  355. package/esm2022/lib/components/core/babylon-header-mobile/babylon-header-mobile.interface.mjs +0 -2
  356. package/esm2022/lib/components/core/babylon-header-mobile/index.mjs +0 -3
  357. package/esm2022/lib/components/core/babylon-hotels-list/babylon-hotel.interface.mjs +0 -2
  358. package/esm2022/lib/components/core/babylon-hotels-list/babylon-hotels-list.interface.mjs +0 -2
  359. package/esm2022/lib/components/core/babylon-hotels-list/index.mjs +0 -4
  360. package/esm2022/lib/components/core/babylon-hotels-slider/babylon-hotels-slider.interface.mjs +0 -2
  361. package/esm2022/lib/components/core/babylon-hotels-slider/index.mjs +0 -3
  362. package/esm2022/lib/components/core/babylon-info-big/babylon-info-big.interface.mjs +0 -2
  363. package/esm2022/lib/components/core/babylon-info-big/index.mjs +0 -3
  364. package/esm2022/lib/components/core/babylon-info-grid/babylon-info-grid.interface.mjs +0 -3
  365. package/esm2022/lib/components/core/babylon-info-grid/index.mjs +0 -3
  366. package/esm2022/lib/components/core/babylon-info-img/babylon-info-img.interface.mjs +0 -2
  367. package/esm2022/lib/components/core/babylon-info-img/index.mjs +0 -3
  368. package/esm2022/lib/components/core/babylon-info-img-slider/babylon-info-img-slider.component.mjs +0 -56
  369. package/esm2022/lib/components/core/babylon-info-img-slider/babylon-info-img-slider.interface.mjs +0 -2
  370. package/esm2022/lib/components/core/babylon-info-img-slider/index.mjs +0 -3
  371. package/esm2022/lib/components/core/babylon-info-intro/babylon-info-intro.interface.mjs +0 -2
  372. package/esm2022/lib/components/core/babylon-info-intro/index.mjs +0 -3
  373. package/esm2022/lib/components/core/babylon-info-show-img/index.mjs +0 -2
  374. package/esm2022/lib/components/core/babylon-info-zig-zag/babylon-info-zig-zag.interface.mjs +0 -2
  375. package/esm2022/lib/components/core/babylon-info-zig-zag/index.mjs +0 -3
  376. package/esm2022/lib/components/core/babylon-info-zig-zag-counter/babylon-info-zig-zag-counter.component.mjs +0 -92
  377. package/esm2022/lib/components/core/babylon-info-zig-zag-counter/babylon-info-zig-zag-counter.interface.mjs +0 -2
  378. package/esm2022/lib/components/core/babylon-info-zig-zag-counter/index.mjs +0 -3
  379. package/esm2022/lib/components/core/babylon-info-zigzag-v2/babylon-info-zigzag-v2.interface.mjs +0 -2
  380. package/esm2022/lib/components/core/babylon-info-zigzag-v2/index.mjs +0 -3
  381. package/esm2022/lib/components/core/babylon-info2col-img/babylon-info2col-img.component.mjs +0 -36
  382. package/esm2022/lib/components/core/babylon-info2col-img/babylon-info2col-img.interface.mjs +0 -2
  383. package/esm2022/lib/components/core/babylon-info2col-img/index.mjs +0 -3
  384. package/esm2022/lib/components/core/babylon-info2img/babylon-info2img.interface.mjs +0 -2
  385. package/esm2022/lib/components/core/babylon-info2img/index.mjs +0 -3
  386. package/esm2022/lib/components/core/babylon-info2img-big/babylon-info2img-big.interface.mjs +0 -2
  387. package/esm2022/lib/components/core/babylon-info2img-big/index.mjs +0 -3
  388. package/esm2022/lib/components/core/babylon-info3img/index.mjs +0 -2
  389. package/esm2022/lib/components/core/babylon-info4img/babylon-info4img.interface.mjs +0 -2
  390. package/esm2022/lib/components/core/babylon-info4img/index.mjs +0 -3
  391. package/esm2022/lib/components/core/babylon-items-grid/babylon-items-grid.interface.mjs +0 -2
  392. package/esm2022/lib/components/core/babylon-items-grid/index.mjs +0 -3
  393. package/esm2022/lib/components/core/babylon-language-modal/babylon-language-modal.interface.mjs +0 -2
  394. package/esm2022/lib/components/core/babylon-language-modal/index.mjs +0 -3
  395. package/esm2022/lib/components/core/babylon-legal/babylon-legal.interface.mjs +0 -2
  396. package/esm2022/lib/components/core/babylon-legal/index.mjs +0 -3
  397. package/esm2022/lib/components/core/babylon-list-c3-img-txt/index.mjs +0 -2
  398. package/esm2022/lib/components/core/babylon-list-grid/babylon-list-grid.interface.mjs +0 -3
  399. package/esm2022/lib/components/core/babylon-list-grid/index.mjs +0 -3
  400. package/esm2022/lib/components/core/babylon-modal-menu/babylon-modal-menu.component.mjs +0 -139
  401. package/esm2022/lib/components/core/babylon-modal-multiple-motors/babylon-modal-multiple-motors.component.mjs +0 -35
  402. package/esm2022/lib/components/core/babylon-modal-multiple-motors/babylon-modal-multiple-motors.interface.mjs +0 -2
  403. package/esm2022/lib/components/core/babylon-modal-multiple-motors/index.mjs +0 -3
  404. package/esm2022/lib/components/core/babylon-modal-popup/babylon-modal-popup.component.mjs +0 -39
  405. package/esm2022/lib/components/core/babylon-modal-popup/babylon-modal-popup.interface.mjs +0 -2
  406. package/esm2022/lib/components/core/babylon-modal-popup/index.mjs +0 -3
  407. package/esm2022/lib/components/core/babylon-newsletter/babylon-newsletter.interface.mjs +0 -3
  408. package/esm2022/lib/components/core/babylon-newsletter/index.mjs +0 -3
  409. package/esm2022/lib/components/core/babylon-offer-detail/babylon-offer-detail.interface.mjs +0 -2
  410. package/esm2022/lib/components/core/babylon-offer-detail/index.mjs +0 -3
  411. package/esm2022/lib/components/core/babylon-offer-popup/babylon-offer-popup.interface.mjs +0 -2
  412. package/esm2022/lib/components/core/babylon-offer-popup/index.mjs +0 -3
  413. package/esm2022/lib/components/core/babylon-offer-popupV2/babylon-offer-popup-v2.component.mjs +0 -49
  414. package/esm2022/lib/components/core/babylon-offer-popupV2/babylon-offer-popup-v2.interface.mjs +0 -2
  415. package/esm2022/lib/components/core/babylon-offer-popupV2/index.mjs +0 -3
  416. package/esm2022/lib/components/core/babylon-offer-slider/babylon-offer-slider.interface.mjs +0 -2
  417. package/esm2022/lib/components/core/babylon-offer-slider/babylon-offer.interface.mjs +0 -2
  418. package/esm2022/lib/components/core/babylon-offer-slider/index.mjs +0 -4
  419. package/esm2022/lib/components/core/babylon-offers-list/babylon-offers-list.interface.mjs +0 -2
  420. package/esm2022/lib/components/core/babylon-offers-list/index.mjs +0 -3
  421. package/esm2022/lib/components/core/babylon-offers-slider/index.mjs +0 -2
  422. package/esm2022/lib/components/core/babylon-preload/index.mjs +0 -2
  423. package/esm2022/lib/components/core/babylon-press-list/babylon-press-list.component.mjs +0 -27
  424. package/esm2022/lib/components/core/babylon-press-list/babylon-press-list.interface.mjs +0 -2
  425. package/esm2022/lib/components/core/babylon-press-list/index.mjs +0 -3
  426. package/esm2022/lib/components/core/babylon-room-details/babylon-room-detail.interface.mjs +0 -2
  427. package/esm2022/lib/components/core/babylon-room-details/index.mjs +0 -3
  428. package/esm2022/lib/components/core/babylon-rooms-cols/babylon-rooms-cols.interface.mjs +0 -2
  429. package/esm2022/lib/components/core/babylon-rooms-cols/index.mjs +0 -3
  430. package/esm2022/lib/components/core/babylon-rooms-grid/babylon-rooms-grid.interface.mjs +0 -2
  431. package/esm2022/lib/components/core/babylon-rooms-grid/index.mjs +0 -3
  432. package/esm2022/lib/components/core/babylon-rooms-list/babylon-rooms-list.interface.mjs +0 -2
  433. package/esm2022/lib/components/core/babylon-rooms-list/index.mjs +0 -3
  434. package/esm2022/lib/components/core/babylon-rooms-slider/babylon-room.interface.mjs +0 -2
  435. package/esm2022/lib/components/core/babylon-rooms-slider/babylon-rooms-slider.interface.mjs +0 -2
  436. package/esm2022/lib/components/core/babylon-rooms-slider/babylon-rooms-text-info.interface.mjs +0 -2
  437. package/esm2022/lib/components/core/babylon-rooms-slider/index.mjs +0 -5
  438. package/esm2022/lib/components/core/babylon-services-slider/babylon-service-slider.interface.mjs +0 -2
  439. package/esm2022/lib/components/core/babylon-services-slider/index.mjs +0 -3
  440. package/esm2022/lib/components/core/babylon-sli-c1-img-text/babylon-sli-c1-img-text.component.mjs +0 -12
  441. package/esm2022/lib/components/core/babylon-sli-c1-img-text/index.mjs +0 -2
  442. package/esm2022/lib/components/core/babylon-slider-img-static/index.mjs +0 -2
  443. package/esm2022/lib/components/core/babylon-slider-img-static-v2/index.mjs +0 -2
  444. package/esm2022/lib/components/core/babylon-slider-img-video/index.mjs +0 -2
  445. package/esm2022/lib/components/core/babylon-slider2col/index.mjs +0 -2
  446. package/esm2022/lib/components/core/babylon-slider2items/babylon-slider2items.interface.mjs +0 -2
  447. package/esm2022/lib/components/core/babylon-slider2items/index.mjs +0 -3
  448. package/esm2022/lib/components/core/babylon-slider3col/babylon-slider3col.component.mjs +0 -53
  449. package/esm2022/lib/components/core/babylon-slider3col/index.mjs +0 -2
  450. package/esm2022/lib/components/core/babylon-slider3col-clear/babylon-slider3col-clear.component.mjs +0 -11
  451. package/esm2022/lib/components/core/babylon-slider3col-clear/index.mjs +0 -2
  452. package/esm2022/lib/components/core/babylon-slider3items/babylon-slider3items.interface.mjs +0 -2
  453. package/esm2022/lib/components/core/babylon-slider3items/index.mjs +0 -3
  454. package/esm2022/lib/components/core/babylon-slider4col/index.mjs +0 -2
  455. package/esm2022/lib/components/core/babylon-social-bar/index.mjs +0 -2
  456. package/esm2022/lib/components/core/babylon-static-footer/babylon-static-footer.interface.mjs +0 -2
  457. package/esm2022/lib/components/core/babylon-static-footer/index.mjs +0 -3
  458. package/esm2022/lib/components/core/babylon-static-footer-v2/babylon-static-footer-v2.interface.mjs +0 -2
  459. package/esm2022/lib/components/core/babylon-static-footer-v2/index.mjs +0 -3
  460. package/esm2022/lib/components/core/babylon-submenu-hotel/babylon-submenu-hotel.interface.mjs +0 -2
  461. package/esm2022/lib/components/core/babylon-submenu-hotel/index.mjs +0 -3
  462. package/esm2022/lib/components/core/babylon-thanks/babylon-thanks.interface.mjs +0 -2
  463. package/esm2022/lib/components/core/babylon-thanks/index.mjs +0 -3
  464. package/esm2022/lib/components/core/babylon-top-simple-banner/index.mjs +0 -2
  465. package/esm2022/lib/components/core/babylon-top-slider/babylon-top-slider-item.interface.mjs +0 -2
  466. package/esm2022/lib/components/core/babylon-top-slider/babylon-top-slider.interface.mjs +0 -2
  467. package/esm2022/lib/components/core/babylon-top-slider/index.mjs +0 -4
  468. package/esm2022/lib/components/core/babylon-top-slider-thumbs/babylon-top-slider-thumbs.interface.mjs +0 -2
  469. package/esm2022/lib/components/core/babylon-top-slider-thumbs/index.mjs +0 -3
  470. package/esm2022/lib/components/core/babylon-top-slider-v2/babylon-top-slider-v2-item.interface.mjs +0 -2
  471. package/esm2022/lib/components/core/babylon-top-slider-v2/babylon-top-slider-v2.interface.mjs +0 -2
  472. package/esm2022/lib/components/core/babylon-top-slider-v2/index.mjs +0 -4
  473. package/esm2022/lib/components/core/babylon-top-slider-video/babylon-top-slider-video.interface.mjs +0 -2
  474. package/esm2022/lib/components/core/babylon-top-slider-video/babylon-video-source.interface.mjs +0 -2
  475. package/esm2022/lib/components/core/babylon-top-slider-video/index.mjs +0 -4
  476. package/esm2022/lib/components/core/babylon-top-slider-video-v2/index.mjs +0 -2
  477. package/esm2022/lib/components/core/babylon-webmap/babylon-webmap.interface.mjs +0 -2
  478. package/esm2022/lib/components/core/babylon-webmap/index.mjs +0 -3
  479. package/esm2022/lib/components/core/index.mjs +0 -100
  480. package/esm2022/lib/components/shared/babylon-dynamic-heading/babylon-dynamic-heading.component.mjs +0 -124
  481. package/esm2022/lib/components/shared/babylon-dynamic-heading/babylon-dynamic-heading.interface.mjs +0 -2
  482. package/esm2022/lib/components/shared/babylon-dynamic-heading/index.mjs +0 -3
  483. package/esm2022/lib/components/shared/babylon-search/babylon-search.component.mjs +0 -82
  484. package/esm2022/lib/components/shared/babylon-search/index.mjs +0 -2
  485. package/esm2022/lib/components/shared/index.mjs +0 -2
  486. package/esm2022/lib/directives/babylon-background-strip/babylon-background-strip.directive.mjs +0 -71
  487. package/esm2022/lib/directives/babylon-customs/babylon-custom-mouse-pointer.directive.mjs +0 -52
  488. package/esm2022/lib/directives/babylon-galleries/babylon-light-gallery.directive.mjs +0 -107
  489. package/esm2022/lib/directives/babylon-hobble-effect/babylon-hobble-effect.directive.mjs +0 -60
  490. package/esm2022/lib/directives/babylon-pagination/babylon-pagination.directive.mjs +0 -127
  491. package/esm2022/lib/directives/babylon-sliders/babylon-custom-slider.directive.mjs +0 -62
  492. package/esm2022/lib/directives/babylon-sliders/babylon-hotels-slider.directive.mjs +0 -107
  493. package/esm2022/lib/directives/babylon-sliders/babylon-sliders.directive.mjs +0 -438
  494. package/esm2022/lib/directives/babylon-sliders/babylon-swiper-slider.directive.mjs +0 -107
  495. package/esm2022/lib/directives/data-background/data-background.directive.mjs +0 -32
  496. package/esm2022/lib/directives/link-type/link-type.directive.mjs +0 -287
  497. package/esm2022/lib/directives/scrolls/scroll-to.directive.mjs +0 -195
  498. package/esm2022/lib/directives/scrolls/scroll-up.directive.mjs +0 -27
  499. package/esm2022/lib/directives/scrolls/show-only-top.directive.mjs +0 -110
  500. package/esm2022/lib/interfaces/babylon-advantages-item.interface.mjs +0 -2
  501. package/esm2022/lib/interfaces/babylon-button.interface.mjs +0 -2
  502. package/esm2022/lib/interfaces/babylon-consult-type.interface.mjs +0 -2
  503. package/esm2022/lib/interfaces/babylon-dropdown.interface.mjs +0 -2
  504. package/esm2022/lib/interfaces/babylon-equipments-item.interface.mjs +0 -2
  505. package/esm2022/lib/interfaces/babylon-global-icon.interface.mjs +0 -2
  506. package/esm2022/lib/interfaces/babylon-global.interface.mjs +0 -2
  507. package/esm2022/lib/interfaces/babylon-image.interface.mjs +0 -2
  508. package/esm2022/lib/interfaces/babylon-input.interface.mjs +0 -2
  509. package/esm2022/lib/interfaces/babylon-item.interface.mjs +0 -2
  510. package/esm2022/lib/interfaces/babylon-menu-button.interface.mjs +0 -2
  511. package/esm2022/lib/interfaces/babylon-menu-info.interface.mjs +0 -2
  512. package/esm2022/lib/interfaces/babylon-multimedia.interface.mjs +0 -2
  513. package/esm2022/lib/interfaces/babylon-page-config.interface.mjs +0 -2
  514. package/esm2022/lib/interfaces/babylon-site-config.interface.mjs +0 -2
  515. package/esm2022/lib/interfaces/babylon-tags.interface.mjs +0 -2
  516. package/esm2022/lib/interfaces/babylon-text-info.interface.mjs +0 -2
  517. package/esm2022/lib/interfaces/babylon-texts-colors.interface.mjs +0 -2
  518. package/esm2022/lib/interfaces/babylon-texts.interface.mjs +0 -2
  519. package/esm2022/lib/interfaces/babylon-video.interface.mjs +0 -2
  520. package/esm2022/lib/interfaces/index.mjs +0 -15
  521. package/esm2022/lib/pipes/babylon-clean-phone.pipe.mjs +0 -14
  522. package/esm2022/lib/pipes/babylon-currency.pipe.mjs +0 -29
  523. package/esm2022/lib/services/color-panel.service.mjs +0 -316
  524. package/esm2022/lib/services/mapper/index.mjs +0 -3
  525. package/esm2022/lib/services/mapper/mapper.service.mjs +0 -2664
  526. package/esm2022/lib/services/mapper/mapper.service.token.mjs +0 -3
  527. package/esm2022/lib/services/modals-service/index.mjs +0 -2
  528. package/esm2022/lib/services/modals-service/modals.service.mjs +0 -77
  529. package/esm2022/lib/utils/complex-links.token.mjs +0 -6
  530. package/esm2022/lib/utils/index.mjs +0 -2
  531. package/esm2022/lib/utils/utils.mjs +0 -153
  532. package/lib/Enum/buttons-type.enum.d.ts +0 -4
  533. package/lib/Enum/index.d.ts +0 -2
  534. package/lib/Enum/logo-type.enum.d.ts +0 -8
  535. package/lib/Enum/services.enum.d.ts +0 -6
  536. package/lib/Enum/views.enum.d.ts +0 -3
  537. package/lib/components/core/babylon-404/babylon-404.interface.d.ts +0 -9
  538. package/lib/components/core/babylon-404/index.d.ts +0 -2
  539. package/lib/components/core/babylon-action-banner/babylon-action-banner.component.d.ts +0 -14
  540. package/lib/components/core/babylon-action-banner/babylon-action-banner.interface.d.ts +0 -9
  541. package/lib/components/core/babylon-action-banner/index.d.ts +0 -2
  542. package/lib/components/core/babylon-advantages/babylon-advantages-info.interface.d.ts +0 -5
  543. package/lib/components/core/babylon-advantages/babylon-advantages.interface.d.ts +0 -13
  544. package/lib/components/core/babylon-advantages/index.d.ts +0 -3
  545. package/lib/components/core/babylon-advantages-v2/index.d.ts +0 -1
  546. package/lib/components/core/babylon-av-c4-img-text/babylon-av-c4-img-text.component.d.ts +0 -5
  547. package/lib/components/core/babylon-av-c4-img-text/index.d.ts +0 -1
  548. package/lib/components/core/babylon-banner-gallery/babylon-banner-gallery.interface.d.ts +0 -9
  549. package/lib/components/core/babylon-banner-gallery/index.d.ts +0 -2
  550. package/lib/components/core/babylon-banner-info/babylon-banner-info.interface.d.ts +0 -10
  551. package/lib/components/core/babylon-banner-info/index.d.ts +0 -2
  552. package/lib/components/core/babylon-banner-newsletter/babylon-banner-newsletter.interface.d.ts +0 -9
  553. package/lib/components/core/babylon-banner-newsletter/index.d.ts +0 -2
  554. package/lib/components/core/babylon-blog-details/babylon-blog-details.interface.d.ts +0 -24
  555. package/lib/components/core/babylon-blog-details/index.d.ts +0 -2
  556. package/lib/components/core/babylon-blog-list/babylon-blog-list.interface.d.ts +0 -18
  557. package/lib/components/core/babylon-blog-list/index.d.ts +0 -2
  558. package/lib/components/core/babylon-breadcrumb/babylon-breadcrumb.interface.d.ts +0 -4
  559. package/lib/components/core/babylon-breadcrumb/index.d.ts +0 -2
  560. package/lib/components/core/babylon-color-picker/babylon-color-picker.component.d.ts +0 -57
  561. package/lib/components/core/babylon-color-picker/index.d.ts +0 -1
  562. package/lib/components/core/babylon-comingsoon/babylon-comingsoon.interface.d.ts +0 -11
  563. package/lib/components/core/babylon-comingsoon/index.d.ts +0 -2
  564. package/lib/components/core/babylon-contact-address/babylon-contact-address.component.d.ts +0 -22
  565. package/lib/components/core/babylon-contact-address/babylon-contact-address.interface.d.ts +0 -4
  566. package/lib/components/core/babylon-contact-address/index.d.ts +0 -2
  567. package/lib/components/core/babylon-contact-form/babylon-contact-form.interface.d.ts +0 -15
  568. package/lib/components/core/babylon-contact-form/index.d.ts +0 -2
  569. package/lib/components/core/babylon-contact-how/babylon-contact-how.interface.d.ts +0 -6
  570. package/lib/components/core/babylon-contact-how/index.d.ts +0 -2
  571. package/lib/components/core/babylon-contact-map/babylon-contact-map.interface.d.ts +0 -8
  572. package/lib/components/core/babylon-contact-map/index.d.ts +0 -2
  573. package/lib/components/core/babylon-engine/babylon-engine.interface.d.ts +0 -24
  574. package/lib/components/core/babylon-engine/index.d.ts +0 -2
  575. package/lib/components/core/babylon-engine-modal/babylon-engine-modal.interface.d.ts +0 -22
  576. package/lib/components/core/babylon-engine-modal/index.d.ts +0 -2
  577. package/lib/components/core/babylon-external-script/babylon-external-script.component.d.ts +0 -21
  578. package/lib/components/core/babylon-external-script/babylon-external-script.interface.d.ts +0 -5
  579. package/lib/components/core/babylon-external-script/index.d.ts +0 -2
  580. package/lib/components/core/babylon-faq/babylon-faq.interface.d.ts +0 -8
  581. package/lib/components/core/babylon-faq/index.d.ts +0 -2
  582. package/lib/components/core/babylon-faq-v2/index.d.ts +0 -1
  583. package/lib/components/core/babylon-features-slider/babylon-features-slider.interface.d.ts +0 -8
  584. package/lib/components/core/babylon-features-slider/index.d.ts +0 -2
  585. package/lib/components/core/babylon-filter-modal/index.d.ts +0 -1
  586. package/lib/components/core/babylon-floating-buttons/babylon-floating-buttons.component.d.ts +0 -39
  587. package/lib/components/core/babylon-floating-buttons/babylon-floating-buttons.interface.d.ts +0 -8
  588. package/lib/components/core/babylon-floating-buttons/index.d.ts +0 -2
  589. package/lib/components/core/babylon-footer-contact/babylon-footer-contact.interface.d.ts +0 -14
  590. package/lib/components/core/babylon-footer-contact/index.d.ts +0 -2
  591. package/lib/components/core/babylon-footer-links/babylon-footer-links.interface.d.ts +0 -6
  592. package/lib/components/core/babylon-footer-links/index.d.ts +0 -2
  593. package/lib/components/core/babylon-footer-logos/babylon-footer-logos.interface.d.ts +0 -7
  594. package/lib/components/core/babylon-footer-logos/index.d.ts +0 -2
  595. package/lib/components/core/babylon-footer-social/babylon-footer-social.interface.d.ts +0 -6
  596. package/lib/components/core/babylon-footer-social/index.d.ts +0 -2
  597. package/lib/components/core/babylon-gallery/babylon-gallery.interface.d.ts +0 -12
  598. package/lib/components/core/babylon-gallery/index.d.ts +0 -2
  599. package/lib/components/core/babylon-global-modal/babylon-global-modal.component.d.ts +0 -31
  600. package/lib/components/core/babylon-global-modal/babylon-global-modal.interface.d.ts +0 -8
  601. package/lib/components/core/babylon-global-modal/index.d.ts +0 -2
  602. package/lib/components/core/babylon-grid-gallery/babylon-grid-gallery.interface.d.ts +0 -8
  603. package/lib/components/core/babylon-grid-gallery/index.d.ts +0 -2
  604. package/lib/components/core/babylon-guests-popup/babylon-guests-popup.interface.d.ts +0 -11
  605. package/lib/components/core/babylon-guests-popup/index.d.ts +0 -2
  606. package/lib/components/core/babylon-head-intro/babylon-head-intro.interface.d.ts +0 -10
  607. package/lib/components/core/babylon-head-intro/index.d.ts +0 -2
  608. package/lib/components/core/babylon-header-book-show/babylon-header-book-show.interface.d.ts +0 -20
  609. package/lib/components/core/babylon-header-book-show/index.d.ts +0 -2
  610. package/lib/components/core/babylon-header-clear/babylon-header-clear.interface.d.ts +0 -22
  611. package/lib/components/core/babylon-header-clear/index.d.ts +0 -2
  612. package/lib/components/core/babylon-header-menu-center/babylon-header-menu-center.interface.d.ts +0 -19
  613. package/lib/components/core/babylon-header-menu-center/index.d.ts +0 -2
  614. package/lib/components/core/babylon-header-menu-logo-center/babylon-header-menu-logo-center.component.d.ts +0 -40
  615. package/lib/components/core/babylon-header-menu-logo-center/babylon-header-menu-logo-center.interface.d.ts +0 -23
  616. package/lib/components/core/babylon-header-menu-logo-center/index.d.ts +0 -2
  617. package/lib/components/core/babylon-header-menu-show/babylon-header-menu-show.interface.d.ts +0 -18
  618. package/lib/components/core/babylon-header-menu-show/index.d.ts +0 -2
  619. package/lib/components/core/babylon-header-mobile/babylon-header-mobile.component.d.ts +0 -53
  620. package/lib/components/core/babylon-header-mobile/babylon-header-mobile.interface.d.ts +0 -26
  621. package/lib/components/core/babylon-header-mobile/index.d.ts +0 -2
  622. package/lib/components/core/babylon-hotels-list/babylon-hotel.interface.d.ts +0 -18
  623. package/lib/components/core/babylon-hotels-list/babylon-hotels-list.interface.d.ts +0 -6
  624. package/lib/components/core/babylon-hotels-list/index.d.ts +0 -3
  625. package/lib/components/core/babylon-hotels-slider/babylon-hotels-slider.interface.d.ts +0 -6
  626. package/lib/components/core/babylon-hotels-slider/index.d.ts +0 -2
  627. package/lib/components/core/babylon-info-big/babylon-info-big.interface.d.ts +0 -10
  628. package/lib/components/core/babylon-info-big/index.d.ts +0 -2
  629. package/lib/components/core/babylon-info-grid/babylon-info-grid.interface.d.ts +0 -9
  630. package/lib/components/core/babylon-info-grid/index.d.ts +0 -2
  631. package/lib/components/core/babylon-info-img/babylon-info-img.interface.d.ts +0 -27
  632. package/lib/components/core/babylon-info-img/index.d.ts +0 -2
  633. package/lib/components/core/babylon-info-img-slider/babylon-info-img-slider.component.d.ts +0 -33
  634. package/lib/components/core/babylon-info-img-slider/babylon-info-img-slider.interface.d.ts +0 -11
  635. package/lib/components/core/babylon-info-img-slider/index.d.ts +0 -2
  636. package/lib/components/core/babylon-info-intro/babylon-info-intro.interface.d.ts +0 -19
  637. package/lib/components/core/babylon-info-intro/index.d.ts +0 -2
  638. package/lib/components/core/babylon-info-show-img/index.d.ts +0 -1
  639. package/lib/components/core/babylon-info-zig-zag/babylon-info-zig-zag.interface.d.ts +0 -12
  640. package/lib/components/core/babylon-info-zig-zag/index.d.ts +0 -2
  641. package/lib/components/core/babylon-info-zig-zag-counter/babylon-info-zig-zag-counter.component.d.ts +0 -47
  642. package/lib/components/core/babylon-info-zig-zag-counter/babylon-info-zig-zag-counter.interface.d.ts +0 -14
  643. package/lib/components/core/babylon-info-zig-zag-counter/index.d.ts +0 -2
  644. package/lib/components/core/babylon-info-zigzag-v2/babylon-info-zigzag-v2.interface.d.ts +0 -5
  645. package/lib/components/core/babylon-info-zigzag-v2/index.d.ts +0 -2
  646. package/lib/components/core/babylon-info2col-img/babylon-info2col-img.component.d.ts +0 -21
  647. package/lib/components/core/babylon-info2col-img/babylon-info2col-img.interface.d.ts +0 -12
  648. package/lib/components/core/babylon-info2col-img/index.d.ts +0 -2
  649. package/lib/components/core/babylon-info2img/babylon-info2img.interface.d.ts +0 -11
  650. package/lib/components/core/babylon-info2img/index.d.ts +0 -2
  651. package/lib/components/core/babylon-info2img-big/babylon-info2img-big.interface.d.ts +0 -14
  652. package/lib/components/core/babylon-info2img-big/index.d.ts +0 -2
  653. package/lib/components/core/babylon-info3img/index.d.ts +0 -1
  654. package/lib/components/core/babylon-info4img/babylon-info4img.interface.d.ts +0 -12
  655. package/lib/components/core/babylon-info4img/index.d.ts +0 -2
  656. package/lib/components/core/babylon-items-grid/babylon-items-grid.interface.d.ts +0 -8
  657. package/lib/components/core/babylon-items-grid/index.d.ts +0 -2
  658. package/lib/components/core/babylon-language-modal/babylon-language-modal.interface.d.ts +0 -7
  659. package/lib/components/core/babylon-language-modal/index.d.ts +0 -2
  660. package/lib/components/core/babylon-legal/babylon-legal.interface.d.ts +0 -7
  661. package/lib/components/core/babylon-legal/index.d.ts +0 -2
  662. package/lib/components/core/babylon-list-c3-img-txt/index.d.ts +0 -1
  663. package/lib/components/core/babylon-list-grid/babylon-list-grid.interface.d.ts +0 -8
  664. package/lib/components/core/babylon-list-grid/index.d.ts +0 -2
  665. package/lib/components/core/babylon-modal-menu/babylon-modal-menu.component.d.ts +0 -45
  666. package/lib/components/core/babylon-modal-multiple-motors/babylon-modal-multiple-motors.component.d.ts +0 -16
  667. package/lib/components/core/babylon-modal-multiple-motors/babylon-modal-multiple-motors.interface.d.ts +0 -8
  668. package/lib/components/core/babylon-modal-multiple-motors/index.d.ts +0 -2
  669. package/lib/components/core/babylon-modal-popup/babylon-modal-popup.component.d.ts +0 -25
  670. package/lib/components/core/babylon-modal-popup/babylon-modal-popup.interface.d.ts +0 -9
  671. package/lib/components/core/babylon-modal-popup/index.d.ts +0 -2
  672. package/lib/components/core/babylon-newsletter/babylon-newsletter.interface.d.ts +0 -9
  673. package/lib/components/core/babylon-newsletter/index.d.ts +0 -2
  674. package/lib/components/core/babylon-offer-detail/babylon-offer-detail.interface.d.ts +0 -17
  675. package/lib/components/core/babylon-offer-detail/index.d.ts +0 -2
  676. package/lib/components/core/babylon-offer-popup/babylon-offer-popup.interface.d.ts +0 -7
  677. package/lib/components/core/babylon-offer-popup/index.d.ts +0 -2
  678. package/lib/components/core/babylon-offer-popupV2/babylon-offer-popup-v2.component.d.ts +0 -21
  679. package/lib/components/core/babylon-offer-popupV2/babylon-offer-popup-v2.interface.d.ts +0 -9
  680. package/lib/components/core/babylon-offer-popupV2/index.d.ts +0 -2
  681. package/lib/components/core/babylon-offer-slider/babylon-offer-slider.interface.d.ts +0 -7
  682. package/lib/components/core/babylon-offer-slider/babylon-offer.interface.d.ts +0 -18
  683. package/lib/components/core/babylon-offer-slider/index.d.ts +0 -3
  684. package/lib/components/core/babylon-offers-list/babylon-offers-list.interface.d.ts +0 -14
  685. package/lib/components/core/babylon-offers-list/index.d.ts +0 -2
  686. package/lib/components/core/babylon-offers-slider/index.d.ts +0 -1
  687. package/lib/components/core/babylon-preload/index.d.ts +0 -1
  688. package/lib/components/core/babylon-press-list/babylon-press-list.component.d.ts +0 -17
  689. package/lib/components/core/babylon-press-list/babylon-press-list.interface.d.ts +0 -8
  690. package/lib/components/core/babylon-press-list/index.d.ts +0 -2
  691. package/lib/components/core/babylon-room-details/babylon-room-detail.interface.d.ts +0 -20
  692. package/lib/components/core/babylon-room-details/index.d.ts +0 -2
  693. package/lib/components/core/babylon-rooms-cols/babylon-rooms-cols.interface.d.ts +0 -10
  694. package/lib/components/core/babylon-rooms-cols/index.d.ts +0 -2
  695. package/lib/components/core/babylon-rooms-grid/babylon-rooms-grid.interface.d.ts +0 -8
  696. package/lib/components/core/babylon-rooms-grid/index.d.ts +0 -2
  697. package/lib/components/core/babylon-rooms-list/babylon-rooms-list.interface.d.ts +0 -6
  698. package/lib/components/core/babylon-rooms-list/index.d.ts +0 -2
  699. package/lib/components/core/babylon-rooms-slider/babylon-room.interface.d.ts +0 -15
  700. package/lib/components/core/babylon-rooms-slider/babylon-rooms-slider.interface.d.ts +0 -6
  701. package/lib/components/core/babylon-rooms-slider/babylon-rooms-text-info.interface.d.ts +0 -8
  702. package/lib/components/core/babylon-rooms-slider/index.d.ts +0 -4
  703. package/lib/components/core/babylon-services-slider/babylon-service-slider.interface.d.ts +0 -6
  704. package/lib/components/core/babylon-services-slider/index.d.ts +0 -2
  705. package/lib/components/core/babylon-sli-c1-img-text/babylon-sli-c1-img-text.component.d.ts +0 -5
  706. package/lib/components/core/babylon-sli-c1-img-text/index.d.ts +0 -1
  707. package/lib/components/core/babylon-slider-img-static/index.d.ts +0 -1
  708. package/lib/components/core/babylon-slider-img-static-v2/index.d.ts +0 -1
  709. package/lib/components/core/babylon-slider-img-video/index.d.ts +0 -1
  710. package/lib/components/core/babylon-slider2col/index.d.ts +0 -1
  711. package/lib/components/core/babylon-slider2items/babylon-slider2items.interface.d.ts +0 -6
  712. package/lib/components/core/babylon-slider2items/index.d.ts +0 -2
  713. package/lib/components/core/babylon-slider3col/babylon-slider3col.component.d.ts +0 -20
  714. package/lib/components/core/babylon-slider3col/index.d.ts +0 -1
  715. package/lib/components/core/babylon-slider3col-clear/babylon-slider3col-clear.component.d.ts +0 -5
  716. package/lib/components/core/babylon-slider3col-clear/index.d.ts +0 -1
  717. package/lib/components/core/babylon-slider3items/babylon-slider3items.interface.d.ts +0 -6
  718. package/lib/components/core/babylon-slider3items/index.d.ts +0 -2
  719. package/lib/components/core/babylon-slider4col/index.d.ts +0 -1
  720. package/lib/components/core/babylon-social-bar/index.d.ts +0 -1
  721. package/lib/components/core/babylon-static-footer/babylon-static-footer.interface.d.ts +0 -29
  722. package/lib/components/core/babylon-static-footer/index.d.ts +0 -2
  723. package/lib/components/core/babylon-static-footer-v2/babylon-static-footer-v2.interface.d.ts +0 -18
  724. package/lib/components/core/babylon-static-footer-v2/index.d.ts +0 -2
  725. package/lib/components/core/babylon-submenu-hotel/babylon-submenu-hotel.interface.d.ts +0 -5
  726. package/lib/components/core/babylon-submenu-hotel/index.d.ts +0 -2
  727. package/lib/components/core/babylon-thanks/babylon-thanks.interface.d.ts +0 -7
  728. package/lib/components/core/babylon-thanks/index.d.ts +0 -2
  729. package/lib/components/core/babylon-top-simple-banner/index.d.ts +0 -1
  730. package/lib/components/core/babylon-top-slider/babylon-top-slider-item.interface.d.ts +0 -9
  731. package/lib/components/core/babylon-top-slider/babylon-top-slider.interface.d.ts +0 -12
  732. package/lib/components/core/babylon-top-slider/index.d.ts +0 -3
  733. package/lib/components/core/babylon-top-slider-thumbs/babylon-top-slider-thumbs.interface.d.ts +0 -8
  734. package/lib/components/core/babylon-top-slider-thumbs/index.d.ts +0 -2
  735. package/lib/components/core/babylon-top-slider-v2/babylon-top-slider-v2-item.interface.d.ts +0 -7
  736. package/lib/components/core/babylon-top-slider-v2/babylon-top-slider-v2.interface.d.ts +0 -8
  737. package/lib/components/core/babylon-top-slider-v2/index.d.ts +0 -3
  738. package/lib/components/core/babylon-top-slider-video/babylon-top-slider-video.interface.d.ts +0 -9
  739. package/lib/components/core/babylon-top-slider-video/babylon-video-source.interface.d.ts +0 -5
  740. package/lib/components/core/babylon-top-slider-video/index.d.ts +0 -3
  741. package/lib/components/core/babylon-top-slider-video-v2/index.d.ts +0 -1
  742. package/lib/components/core/babylon-webmap/babylon-webmap.interface.d.ts +0 -9
  743. package/lib/components/core/babylon-webmap/index.d.ts +0 -2
  744. package/lib/components/core/index.d.ts +0 -99
  745. package/lib/components/shared/babylon-dynamic-heading/babylon-dynamic-heading.component.d.ts +0 -31
  746. package/lib/components/shared/babylon-dynamic-heading/babylon-dynamic-heading.interface.d.ts +0 -5
  747. package/lib/components/shared/babylon-dynamic-heading/index.d.ts +0 -2
  748. package/lib/components/shared/babylon-search/babylon-search.component.d.ts +0 -30
  749. package/lib/components/shared/babylon-search/index.d.ts +0 -1
  750. package/lib/components/shared/index.d.ts +0 -1
  751. package/lib/directives/babylon-background-strip/babylon-background-strip.directive.d.ts +0 -17
  752. package/lib/directives/babylon-customs/babylon-custom-mouse-pointer.directive.d.ts +0 -12
  753. package/lib/directives/babylon-galleries/babylon-light-gallery.directive.d.ts +0 -18
  754. package/lib/directives/babylon-hobble-effect/babylon-hobble-effect.directive.d.ts +0 -15
  755. package/lib/directives/babylon-pagination/babylon-pagination.directive.d.ts +0 -39
  756. package/lib/directives/babylon-sliders/babylon-custom-slider.directive.d.ts +0 -13
  757. package/lib/directives/babylon-sliders/babylon-sliders.directive.d.ts +0 -36
  758. package/lib/directives/babylon-sliders/babylon-swiper-slider.directive.d.ts +0 -14
  759. package/lib/directives/data-background/data-background.directive.d.ts +0 -11
  760. package/lib/directives/link-type/link-type.directive.d.ts +0 -40
  761. package/lib/directives/scrolls/scroll-up.directive.d.ts +0 -7
  762. package/lib/interfaces/babylon-advantages-item.interface.d.ts +0 -5
  763. package/lib/interfaces/babylon-button.interface.d.ts +0 -9
  764. package/lib/interfaces/babylon-consult-type.interface.d.ts +0 -10
  765. package/lib/interfaces/babylon-dropdown.interface.d.ts +0 -9
  766. package/lib/interfaces/babylon-equipments-item.interface.d.ts +0 -5
  767. package/lib/interfaces/babylon-global-icon.interface.d.ts +0 -4
  768. package/lib/interfaces/babylon-global.interface.d.ts +0 -22
  769. package/lib/interfaces/babylon-image.interface.d.ts +0 -16
  770. package/lib/interfaces/babylon-input.interface.d.ts +0 -12
  771. package/lib/interfaces/babylon-item.interface.d.ts +0 -12
  772. package/lib/interfaces/babylon-menu-button.interface.d.ts +0 -10
  773. package/lib/interfaces/babylon-menu-info.interface.d.ts +0 -27
  774. package/lib/interfaces/babylon-multimedia.interface.d.ts +0 -8
  775. package/lib/interfaces/babylon-page-config.interface.d.ts +0 -43
  776. package/lib/interfaces/babylon-site-config.interface.d.ts +0 -57
  777. package/lib/interfaces/babylon-tags.interface.d.ts +0 -21
  778. package/lib/interfaces/babylon-text-info.interface.d.ts +0 -19
  779. package/lib/interfaces/babylon-texts-colors.interface.d.ts +0 -20
  780. package/lib/interfaces/babylon-texts.interface.d.ts +0 -5
  781. package/lib/interfaces/babylon-video.interface.d.ts +0 -5
  782. package/lib/interfaces/index.d.ts +0 -14
  783. package/lib/pipes/babylon-clean-phone.pipe.d.ts +0 -7
  784. package/lib/pipes/babylon-currency.pipe.d.ts +0 -7
  785. package/lib/services/color-panel.service.d.ts +0 -41
  786. package/lib/services/mapper/index.d.ts +0 -2
  787. package/lib/services/mapper/mapper.service.d.ts +0 -144
  788. package/lib/services/mapper/mapper.service.token.d.ts +0 -2
  789. package/lib/services/modals-service/index.d.ts +0 -1
  790. package/lib/services/modals-service/modals.service.d.ts +0 -15
  791. package/lib/styles/styles/babylon/_spacing.css +0 -1
  792. package/lib/styles/styles/babylon/_spacing.scss +0 -72
  793. package/lib/styles/styles/babylon/common.css +0 -1
  794. package/lib/styles/styles/babylon/common.scss +0 -1830
  795. package/lib/styles/styles/babylon/globals.css +0 -1
  796. package/lib/styles/styles/babylon/globals.scss +0 -1129
  797. package/lib/styles/styles/babylon/mixins.css +0 -1
  798. package/lib/styles/styles/babylon/mixins.scss +0 -1031
  799. package/lib/styles/styles/babylon/reset.css +0 -1
  800. package/lib/styles/styles/babylon/reset.scss +0 -136
  801. package/lib/styles/styles/babylon/slide.css +0 -1
  802. package/lib/styles/styles/babylon/slider.css +0 -1
  803. package/lib/styles/styles/babylon/slider.scss +0 -876
  804. package/lib/styles/styles/babylon/structure.css +0 -0
  805. package/lib/styles/styles/babylon/structure.scss +0 -1
  806. package/lib/styles/styles/babylon/variables-v2.css +0 -0
  807. package/lib/styles/styles/babylon/variables.css +0 -1
  808. package/lib/styles/styles/babylon/variables.scss +0 -330
  809. package/lib/utils/complex-links.token.d.ts +0 -2
  810. package/lib/utils/index.d.ts +0 -1
  811. package/lib/utils/utils.d.ts +0 -14
  812. /package/lib/styles/styles/babylon/{airDatePicker.min.css → scss-daba/airDatePicker.min.css} +0 -0
  813. /package/lib/styles/styles/babylon/{aos.min.css → scss-daba/aos.min.css} +0 -0
  814. /package/lib/styles/styles/babylon/{buttons.css → scss-daba/buttons.css} +0 -0
  815. /package/lib/styles/styles/babylon/{buttons.scss → scss-daba/buttons.scss} +0 -0
  816. /package/lib/styles/styles/babylon/{fancybox.css → scss-daba/fancybox.css} +0 -0
  817. /package/lib/styles/styles/babylon/{fancybox.min.css → scss-daba/fancybox.min.css} +0 -0
  818. /package/lib/styles/styles/babylon/{funciones.css → scss-daba/funciones.css} +0 -0
  819. /package/lib/styles/styles/babylon/{funciones.scss → scss-daba/funciones.scss} +0 -0
  820. /package/lib/styles/styles/babylon/{inputs.css → scss-daba/inputs.css} +0 -0
  821. /package/lib/styles/styles/babylon/{inputs.scss → scss-daba/inputs.scss} +0 -0
  822. /package/lib/styles/styles/babylon/{jquery.fancybox.min.css → scss-daba/jquery.fancybox.min.css} +0 -0
  823. /package/lib/styles/styles/babylon/{style.css → scss-daba/style.css} +0 -0
  824. /package/lib/styles/styles/babylon/{style.scss → scss-daba/style.scss} +0 -0
  825. /package/lib/styles/styles/babylon/{swiper-bundle.min.css → scss-daba/swiper-bundle.min.css} +0 -0
@@ -1,27 +1,11 @@
1
- import { ChangeDetectionStrategy, Component, Input } from '@angular/core';
2
- import { CommonModule } from '@angular/common';
3
- import { BabylonLightGalleryDirective } from '../../../directives/babylon-galleries/babylon-light-gallery.directive';
4
- import { BabylonLinkTypeDirective } from '../../../directives/link-type/link-type.directive';
1
+ import { Component } from '@angular/core';
5
2
  import * as i0 from "@angular/core";
6
3
  export class BabylonItemsGridComponent {
7
- btnClick(e) {
8
- e.preventDefault();
9
- }
10
4
  static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: BabylonItemsGridComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
11
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "17.3.12", type: BabylonItemsGridComponent, isStandalone: true, selector: "lib-babylon-items-grid", inputs: { labels: "labels", images: "images", buttons: "buttons" }, ngImport: i0, template: "<section class=\"babylon__items-grid margin-main\">\n <div class=\"container\">\n <div class=\"intro_info align--center no-align\">\n @if (labels?.pretitle) {\n <h3 class=\"pretitle\">{{ labels?.pretitle }}</h3>\n }\n @if (labels?.title) {\n <h2\n class=\"title wow fadeInUp\"\n data-wow-duration=\"0.8s\"\n data-wow-delay=\"0.2s\"\n >\n {{ labels?.title }}\n </h2>\n }\n </div>\n </div>\n <div class=\"cs_grid_style_1 cs_lightgallery\" BabylonLightGallery>\n @if (images?.length) {\n @for (image of images; track $index) {\n <div class=\"cs_grid_item\">\n <a\n [attr.aria-label]=\"image?.title\"\n [href]=\"image.src\"\n class=\"cs_gallery_item cs_lightbox_item cs_style_1 d-block cs_bg_filed position-relative cs__not_touch-mobile\"\n [style.background-image]=\"'url(' + image.src + ')'\"\n >\n @if (image?.title) {\n <div\n class=\"cs_gallery_item_hover cs_center title--small title--small--light cs--radius\"\n >\n {{ image?.title }}\n </div>\n }\n <img\n [src]=\"image.src\"\n [alt]=\"image.alt\"\n class=\"d-none\"\n loading=\"lazy\"\n />\n </a>\n </div>\n }\n }\n </div>\n\n @if (buttons?.[0]?.label) {\n <div class=\"btns__box align--center\">\n <a\n [attr.aria-label]=\"buttons?.[0]?.label\"\n [href]=\"buttons?.[0]?.url\"\n [linkType]=\"buttons?.[0]?.linkType\"\n class=\"btn btn_primary\"\n >\n <b>{{ buttons?.[0]?.label }}</b>\n <span class=\"babylon-arrow-right-big\"></span>\n </a>\n </div>\n }\n</section>\n", styles: [""], dependencies: [{ kind: "ngmodule", type: CommonModule }, { kind: "directive", type: BabylonLightGalleryDirective, selector: "[BabylonLightGallery]" }, { kind: "directive", type: BabylonLinkTypeDirective, selector: "[linkType]", inputs: ["linkType", "href", "modalClick", "clickPopup"], outputs: ["anchorClicked"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
5
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.12", type: BabylonItemsGridComponent, isStandalone: true, selector: "lib-babylon-items-grid", ngImport: i0, template: "<section class=\"babylon__items-grid margin-main\"> \n <div class=\"container\">\n <div class=\"intro_info align--center no-align\">\n <h3 class=\"pretitle\">Items Grid </h3>\n <h2 class=\"title wow fadeInUp\" data-wow-duration=\"0.8s\" data-wow-delay=\"0.2s\">Explore Our Exclusive Resort Facilities</h2> \n </div> \n </div>\n <div class=\"cs_grid_style_1 cs_lightgallery\">\n <div class=\"cs_grid_item\">\n <a href=\"/assets/babylon/fotos/gallery_1.jpeg\" class=\"cs_gallery_item cs_lightbox_item cs_style_1 d-block cs_bg_filed position-relative\" data-src=\"/assets/babylon/fotos/gallery_1.jpeg\">\n <div class=\"cs_gallery_item_hover cs_center title--small title--small--light cs--radius\">Beach View</div>\n <img src=\"assets/babylon/fotos/gallery_1.jpeg\" alt=\"\" class=\"d-none\">\n </a>\n </div>\n <div class=\"cs_grid_item\">\n <a href=\"/assets/babylon/fotos/gallery_2.jpeg\" class=\"cs_gallery_item cs_lightbox_item cs_style_1 d-block cs_bg_filed position-relative\" data-src=\"/assets/babylon/fotos/gallery_2.jpeg\">\n <div class=\"cs_gallery_item_hover cs_center title--small title--small--light cs--radius\">Restaurant View</div>\n <img src=\"/assets/babylon/fotos/gallery_2.jpeg\" alt=\"\" class=\"d-none\">\n </a>\n </div>\n <div class=\"cs_grid_item\">\n <a href=\"/assets/babylon/fotos/gallery_3.jpeg\" class=\"cs_gallery_item cs_lightbox_item cs_style_1 d-block cs_bg_filed position-relative\" data-src=\"/assets/babylon/fotos/gallery_3.jpeg\">\n <div class=\"cs_gallery_item_hover cs_center title--small title--small--light cs--radius\">Relax View</div>\n <img src=\"/assets/babylon/fotos/gallery_3.jpeg\" alt=\"\" class=\"d-none\">\n </a>\n </div>\n <div class=\"cs_grid_item\">\n <a href=\"/assets/babylon/fotos/gallery_4.jpeg\" class=\"cs_gallery_item cs_lightbox_item cs_style_1 d-block cs_bg_filed position-relative\" data-src=\"/assets/babylon/fotos/gallery_4.jpeg\">\n <div class=\"cs_gallery_item_hover cs_center title--small title--small--light cs--radius\">Hotel View</div>\n <img src=\"/assets/babylon/fotos/gallery_4.jpeg\" alt=\"\" class=\"d-none\">\n </a>\n </div>\n </div>\n <div class=\"btns__box align--center\">\n <a href=\" \" class=\"btn btn_primary\">\n <b>Learn More</b>\n <span class=\"babylon-arrow-right-big\"></span> \n </a>\n </div> \n </section>", styles: [""] }); }
12
6
  }
13
7
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: BabylonItemsGridComponent, decorators: [{
14
8
  type: Component,
15
- args: [{ selector: 'lib-babylon-items-grid', standalone: true, imports: [
16
- CommonModule,
17
- BabylonLightGalleryDirective,
18
- BabylonLinkTypeDirective,
19
- ], changeDetection: ChangeDetectionStrategy.OnPush, template: "<section class=\"babylon__items-grid margin-main\">\n <div class=\"container\">\n <div class=\"intro_info align--center no-align\">\n @if (labels?.pretitle) {\n <h3 class=\"pretitle\">{{ labels?.pretitle }}</h3>\n }\n @if (labels?.title) {\n <h2\n class=\"title wow fadeInUp\"\n data-wow-duration=\"0.8s\"\n data-wow-delay=\"0.2s\"\n >\n {{ labels?.title }}\n </h2>\n }\n </div>\n </div>\n <div class=\"cs_grid_style_1 cs_lightgallery\" BabylonLightGallery>\n @if (images?.length) {\n @for (image of images; track $index) {\n <div class=\"cs_grid_item\">\n <a\n [attr.aria-label]=\"image?.title\"\n [href]=\"image.src\"\n class=\"cs_gallery_item cs_lightbox_item cs_style_1 d-block cs_bg_filed position-relative cs__not_touch-mobile\"\n [style.background-image]=\"'url(' + image.src + ')'\"\n >\n @if (image?.title) {\n <div\n class=\"cs_gallery_item_hover cs_center title--small title--small--light cs--radius\"\n >\n {{ image?.title }}\n </div>\n }\n <img\n [src]=\"image.src\"\n [alt]=\"image.alt\"\n class=\"d-none\"\n loading=\"lazy\"\n />\n </a>\n </div>\n }\n }\n </div>\n\n @if (buttons?.[0]?.label) {\n <div class=\"btns__box align--center\">\n <a\n [attr.aria-label]=\"buttons?.[0]?.label\"\n [href]=\"buttons?.[0]?.url\"\n [linkType]=\"buttons?.[0]?.linkType\"\n class=\"btn btn_primary\"\n >\n <b>{{ buttons?.[0]?.label }}</b>\n <span class=\"babylon-arrow-right-big\"></span>\n </a>\n </div>\n }\n</section>\n" }]
20
- }], propDecorators: { labels: [{
21
- type: Input
22
- }], images: [{
23
- type: Input
24
- }], buttons: [{
25
- type: Input
26
- }] } });
27
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYmFieWxvbi1pdGVtcy1ncmlkLmNvbXBvbmVudC5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL2JhYnlsb24vc3JjL2xpYi9jb21wb25lbnRzL2NvcmUvYmFieWxvbi1pdGVtcy1ncmlkL2JhYnlsb24taXRlbXMtZ3JpZC5jb21wb25lbnQudHMiLCIuLi8uLi8uLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9iYWJ5bG9uL3NyYy9saWIvY29tcG9uZW50cy9jb3JlL2JhYnlsb24taXRlbXMtZ3JpZC9iYWJ5bG9uLWl0ZW1zLWdyaWQuY29tcG9uZW50Lmh0bWwiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFFLHVCQUF1QixFQUFFLFNBQVMsRUFBRSxLQUFLLEVBQUUsTUFBTSxlQUFlLENBQUM7QUFHMUUsT0FBTyxFQUFFLFlBQVksRUFBRSxNQUFNLGlCQUFpQixDQUFDO0FBQy9DLE9BQU8sRUFBRSw0QkFBNEIsRUFBRSxNQUFNLHVFQUF1RSxDQUFDO0FBQ3JILE9BQU8sRUFBRSx3QkFBd0IsRUFBRSxNQUFNLG1EQUFtRCxDQUFDOztBQWM3RixNQUFNLE9BQU8seUJBQXlCO0lBS2xDLFFBQVEsQ0FBQyxDQUFRO1FBQ2IsQ0FBQyxDQUFDLGNBQWMsRUFBRSxDQUFDO0lBQ3ZCLENBQUM7K0dBUFEseUJBQXlCO21HQUF6Qix5QkFBeUIsc0pDbkJ0QywyeEVBNERBLHlERGpEUSxZQUFZLCtCQUNaLDRCQUE0QixrRUFDNUIsd0JBQXdCOzs0RkFNbkIseUJBQXlCO2tCQVpyQyxTQUFTOytCQUNJLHdCQUF3QixjQUN0QixJQUFJLFdBQ1A7d0JBQ0wsWUFBWTt3QkFDWiw0QkFBNEI7d0JBQzVCLHdCQUF3QjtxQkFDM0IsbUJBR2dCLHVCQUF1QixDQUFDLE1BQU07OEJBR3RDLE1BQU07c0JBQWQsS0FBSztnQkFDRyxNQUFNO3NCQUFkLEtBQUs7Z0JBQ0csT0FBTztzQkFBZixLQUFLIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgQ2hhbmdlRGV0ZWN0aW9uU3RyYXRlZ3ksIENvbXBvbmVudCwgSW5wdXQgfSBmcm9tICdAYW5ndWxhci9jb3JlJztcbmltcG9ydCB7IEJhYnlsb25JbWFnZUkgfSBmcm9tICcuLi8uLi8uLi9pbnRlcmZhY2VzL2JhYnlsb24taW1hZ2UuaW50ZXJmYWNlJztcbmltcG9ydCB7IEJhYnlsb25CdXR0b25JIH0gZnJvbSAnLi4vLi4vLi4vaW50ZXJmYWNlcy9iYWJ5bG9uLWJ1dHRvbi5pbnRlcmZhY2UnO1xuaW1wb3J0IHsgQ29tbW9uTW9kdWxlIH0gZnJvbSAnQGFuZ3VsYXIvY29tbW9uJztcbmltcG9ydCB7IEJhYnlsb25MaWdodEdhbGxlcnlEaXJlY3RpdmUgfSBmcm9tICcuLi8uLi8uLi9kaXJlY3RpdmVzL2JhYnlsb24tZ2FsbGVyaWVzL2JhYnlsb24tbGlnaHQtZ2FsbGVyeS5kaXJlY3RpdmUnO1xuaW1wb3J0IHsgQmFieWxvbkxpbmtUeXBlRGlyZWN0aXZlIH0gZnJvbSAnLi4vLi4vLi4vZGlyZWN0aXZlcy9saW5rLXR5cGUvbGluay10eXBlLmRpcmVjdGl2ZSc7XG5cbkBDb21wb25lbnQoe1xuICAgIHNlbGVjdG9yOiAnbGliLWJhYnlsb24taXRlbXMtZ3JpZCcsXG4gICAgc3RhbmRhbG9uZTogdHJ1ZSxcbiAgICBpbXBvcnRzOiBbXG4gICAgICAgIENvbW1vbk1vZHVsZSxcbiAgICAgICAgQmFieWxvbkxpZ2h0R2FsbGVyeURpcmVjdGl2ZSxcbiAgICAgICAgQmFieWxvbkxpbmtUeXBlRGlyZWN0aXZlLFxuICAgIF0sXG4gICAgdGVtcGxhdGVVcmw6ICcuL2JhYnlsb24taXRlbXMtZ3JpZC5jb21wb25lbnQuaHRtbCcsXG4gICAgc3R5bGVVcmw6ICcuL2JhYnlsb24taXRlbXMtZ3JpZC5jb21wb25lbnQuc2NzcycsXG4gICAgY2hhbmdlRGV0ZWN0aW9uOiBDaGFuZ2VEZXRlY3Rpb25TdHJhdGVneS5PblB1c2gsXG59KVxuZXhwb3J0IGNsYXNzIEJhYnlsb25JdGVtc0dyaWRDb21wb25lbnQge1xuICAgIEBJbnB1dCgpIGxhYmVscz86IEJhYnlsb25JdGVtR3JpZEl0ZW07XG4gICAgQElucHV0KCkgaW1hZ2VzPzogQmFieWxvbkltYWdlSVtdO1xuICAgIEBJbnB1dCgpIGJ1dHRvbnM/OiBCYWJ5bG9uQnV0dG9uSVtdO1xuXG4gICAgYnRuQ2xpY2soZTogRXZlbnQpOiB2b2lkIHtcbiAgICAgICAgZS5wcmV2ZW50RGVmYXVsdCgpO1xuICAgIH1cbn1cblxuZXhwb3J0IGludGVyZmFjZSBCYWJ5bG9uSXRlbUdyaWRJdGVtIHtcbiAgICB0aXRsZT86IHN0cmluZztcbiAgICBzdWJ0aXRsZT86IHN0cmluZztcbiAgICBwcmV0aXRsZT86IHN0cmluZztcbiAgICB0ZXh0Pzogc3RyaW5nO1xuICAgIGRlc2NyaXB0aW9uPzogc3RyaW5nO1xufVxuIiwiPHNlY3Rpb24gY2xhc3M9XCJiYWJ5bG9uX19pdGVtcy1ncmlkIG1hcmdpbi1tYWluXCI+XG4gICAgPGRpdiBjbGFzcz1cImNvbnRhaW5lclwiPlxuICAgICAgICA8ZGl2IGNsYXNzPVwiaW50cm9faW5mbyBhbGlnbi0tY2VudGVyIG5vLWFsaWduXCI+XG4gICAgICAgICAgICBAaWYgKGxhYmVscz8ucHJldGl0bGUpIHtcbiAgICAgICAgICAgICAgICA8aDMgY2xhc3M9XCJwcmV0aXRsZVwiPnt7IGxhYmVscz8ucHJldGl0bGUgfX08L2gzPlxuICAgICAgICAgICAgfVxuICAgICAgICAgICAgQGlmIChsYWJlbHM/LnRpdGxlKSB7XG4gICAgICAgICAgICAgICAgPGgyXG4gICAgICAgICAgICAgICAgICAgIGNsYXNzPVwidGl0bGUgd293IGZhZGVJblVwXCJcbiAgICAgICAgICAgICAgICAgICAgZGF0YS13b3ctZHVyYXRpb249XCIwLjhzXCJcbiAgICAgICAgICAgICAgICAgICAgZGF0YS13b3ctZGVsYXk9XCIwLjJzXCJcbiAgICAgICAgICAgICAgICA+XG4gICAgICAgICAgICAgICAgICAgIHt7IGxhYmVscz8udGl0bGUgfX1cbiAgICAgICAgICAgICAgICA8L2gyPlxuICAgICAgICAgICAgfVxuICAgICAgICA8L2Rpdj5cbiAgICA8L2Rpdj5cbiAgICA8ZGl2IGNsYXNzPVwiY3NfZ3JpZF9zdHlsZV8xIGNzX2xpZ2h0Z2FsbGVyeVwiIEJhYnlsb25MaWdodEdhbGxlcnk+XG4gICAgICAgIEBpZiAoaW1hZ2VzPy5sZW5ndGgpIHtcbiAgICAgICAgICAgIEBmb3IgKGltYWdlIG9mIGltYWdlczsgdHJhY2sgJGluZGV4KSB7XG4gICAgICAgICAgICAgICAgPGRpdiBjbGFzcz1cImNzX2dyaWRfaXRlbVwiPlxuICAgICAgICAgICAgICAgICAgICA8YVxuICAgICAgICAgICAgICAgICAgICAgICAgW2F0dHIuYXJpYS1sYWJlbF09XCJpbWFnZT8udGl0bGVcIlxuICAgICAgICAgICAgICAgICAgICAgICAgW2hyZWZdPVwiaW1hZ2Uuc3JjXCJcbiAgICAgICAgICAgICAgICAgICAgICAgIGNsYXNzPVwiY3NfZ2FsbGVyeV9pdGVtIGNzX2xpZ2h0Ym94X2l0ZW0gY3Nfc3R5bGVfMSBkLWJsb2NrIGNzX2JnX2ZpbGVkIHBvc2l0aW9uLXJlbGF0aXZlIGNzX19ub3RfdG91Y2gtbW9iaWxlXCJcbiAgICAgICAgICAgICAgICAgICAgICAgIFtzdHlsZS5iYWNrZ3JvdW5kLWltYWdlXT1cIid1cmwoJyArIGltYWdlLnNyYyArICcpJ1wiXG4gICAgICAgICAgICAgICAgICAgID5cbiAgICAgICAgICAgICAgICAgICAgICAgIEBpZiAoaW1hZ2U/LnRpdGxlKSB7XG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgPGRpdlxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICBjbGFzcz1cImNzX2dhbGxlcnlfaXRlbV9ob3ZlciBjc19jZW50ZXIgdGl0bGUtLXNtYWxsIHRpdGxlLS1zbWFsbC0tbGlnaHQgY3MtLXJhZGl1c1wiXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgPlxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICB7eyBpbWFnZT8udGl0bGUgfX1cbiAgICAgICAgICAgICAgICAgICAgICAgICAgICA8L2Rpdj5cbiAgICAgICAgICAgICAgICAgICAgICAgIH1cbiAgICAgICAgICAgICAgICAgICAgICAgIDxpbWdcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICBbc3JjXT1cImltYWdlLnNyY1wiXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgW2FsdF09XCJpbWFnZS5hbHRcIlxuICAgICAgICAgICAgICAgICAgICAgICAgICAgIGNsYXNzPVwiZC1ub25lXCJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICBsb2FkaW5nPVwibGF6eVwiXG4gICAgICAgICAgICAgICAgICAgICAgICAvPlxuICAgICAgICAgICAgICAgICAgICA8L2E+XG4gICAgICAgICAgICAgICAgPC9kaXY+XG4gICAgICAgICAgICB9XG4gICAgICAgIH1cbiAgICA8L2Rpdj5cblxuICAgIEBpZiAoYnV0dG9ucz8uWzBdPy5sYWJlbCkge1xuICAgICAgICA8ZGl2IGNsYXNzPVwiYnRuc19fYm94IGFsaWduLS1jZW50ZXJcIj5cbiAgICAgICAgICAgIDxhXG4gICAgICAgICAgICAgICAgW2F0dHIuYXJpYS1sYWJlbF09XCJidXR0b25zPy5bMF0/LmxhYmVsXCJcbiAgICAgICAgICAgICAgICBbaHJlZl09XCJidXR0b25zPy5bMF0/LnVybFwiXG4gICAgICAgICAgICAgICAgW2xpbmtUeXBlXT1cImJ1dHRvbnM/LlswXT8ubGlua1R5cGVcIlxuICAgICAgICAgICAgICAgIGNsYXNzPVwiYnRuIGJ0bl9wcmltYXJ5XCJcbiAgICAgICAgICAgID5cbiAgICAgICAgICAgICAgICA8Yj57eyBidXR0b25zPy5bMF0/LmxhYmVsIH19PC9iPlxuICAgICAgICAgICAgICAgIDxzcGFuIGNsYXNzPVwiYmFieWxvbi1hcnJvdy1yaWdodC1iaWdcIj48L3NwYW4+XG4gICAgICAgICAgICA8L2E+XG4gICAgICAgIDwvZGl2PlxuICAgIH1cbjwvc2VjdGlvbj5cbiJdfQ==
9
+ args: [{ selector: 'lib-babylon-items-grid', standalone: true, imports: [], template: "<section class=\"babylon__items-grid margin-main\"> \n <div class=\"container\">\n <div class=\"intro_info align--center no-align\">\n <h3 class=\"pretitle\">Items Grid </h3>\n <h2 class=\"title wow fadeInUp\" data-wow-duration=\"0.8s\" data-wow-delay=\"0.2s\">Explore Our Exclusive Resort Facilities</h2> \n </div> \n </div>\n <div class=\"cs_grid_style_1 cs_lightgallery\">\n <div class=\"cs_grid_item\">\n <a href=\"/assets/babylon/fotos/gallery_1.jpeg\" class=\"cs_gallery_item cs_lightbox_item cs_style_1 d-block cs_bg_filed position-relative\" data-src=\"/assets/babylon/fotos/gallery_1.jpeg\">\n <div class=\"cs_gallery_item_hover cs_center title--small title--small--light cs--radius\">Beach View</div>\n <img src=\"assets/babylon/fotos/gallery_1.jpeg\" alt=\"\" class=\"d-none\">\n </a>\n </div>\n <div class=\"cs_grid_item\">\n <a href=\"/assets/babylon/fotos/gallery_2.jpeg\" class=\"cs_gallery_item cs_lightbox_item cs_style_1 d-block cs_bg_filed position-relative\" data-src=\"/assets/babylon/fotos/gallery_2.jpeg\">\n <div class=\"cs_gallery_item_hover cs_center title--small title--small--light cs--radius\">Restaurant View</div>\n <img src=\"/assets/babylon/fotos/gallery_2.jpeg\" alt=\"\" class=\"d-none\">\n </a>\n </div>\n <div class=\"cs_grid_item\">\n <a href=\"/assets/babylon/fotos/gallery_3.jpeg\" class=\"cs_gallery_item cs_lightbox_item cs_style_1 d-block cs_bg_filed position-relative\" data-src=\"/assets/babylon/fotos/gallery_3.jpeg\">\n <div class=\"cs_gallery_item_hover cs_center title--small title--small--light cs--radius\">Relax View</div>\n <img src=\"/assets/babylon/fotos/gallery_3.jpeg\" alt=\"\" class=\"d-none\">\n </a>\n </div>\n <div class=\"cs_grid_item\">\n <a href=\"/assets/babylon/fotos/gallery_4.jpeg\" class=\"cs_gallery_item cs_lightbox_item cs_style_1 d-block cs_bg_filed position-relative\" data-src=\"/assets/babylon/fotos/gallery_4.jpeg\">\n <div class=\"cs_gallery_item_hover cs_center title--small title--small--light cs--radius\">Hotel View</div>\n <img src=\"/assets/babylon/fotos/gallery_4.jpeg\" alt=\"\" class=\"d-none\">\n </a>\n </div>\n </div>\n <div class=\"btns__box align--center\">\n <a href=\" \" class=\"btn btn_primary\">\n <b>Learn More</b>\n <span class=\"babylon-arrow-right-big\"></span> \n </a>\n </div> \n </section>" }]
10
+ }] });
11
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYmFieWxvbi1pdGVtcy1ncmlkLmNvbXBvbmVudC5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL2JhYnlsb24vc3JjL2xpYi9jb21wb25lbnRzL2NvcmUvYmFieWxvbi1pdGVtcy1ncmlkL2JhYnlsb24taXRlbXMtZ3JpZC5jb21wb25lbnQudHMiLCIuLi8uLi8uLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9iYWJ5bG9uL3NyYy9saWIvY29tcG9uZW50cy9jb3JlL2JhYnlsb24taXRlbXMtZ3JpZC9iYWJ5bG9uLWl0ZW1zLWdyaWQuY29tcG9uZW50Lmh0bWwiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFFLFNBQVMsRUFBRSxNQUFNLGVBQWUsQ0FBQzs7QUFTMUMsTUFBTSxPQUFPLHlCQUF5QjsrR0FBekIseUJBQXlCO21HQUF6Qix5QkFBeUIsa0ZDVHRDLGlnRkF1Q1k7OzRGRDlCQyx5QkFBeUI7a0JBUHJDLFNBQVM7K0JBQ0Usd0JBQXdCLGNBQ3RCLElBQUksV0FDUCxFQUFFIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgQ29tcG9uZW50IH0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XG5cbkBDb21wb25lbnQoe1xuICBzZWxlY3RvcjogJ2xpYi1iYWJ5bG9uLWl0ZW1zLWdyaWQnLFxuICBzdGFuZGFsb25lOiB0cnVlLFxuICBpbXBvcnRzOiBbXSxcbiAgdGVtcGxhdGVVcmw6ICcuL2JhYnlsb24taXRlbXMtZ3JpZC5jb21wb25lbnQuaHRtbCcsXG4gIHN0eWxlVXJsOiAnLi9iYWJ5bG9uLWl0ZW1zLWdyaWQuY29tcG9uZW50LnNjc3MnXG59KVxuZXhwb3J0IGNsYXNzIEJhYnlsb25JdGVtc0dyaWRDb21wb25lbnQge1xuXG59XG4iLCI8c2VjdGlvbiBjbGFzcz1cImJhYnlsb25fX2l0ZW1zLWdyaWQgbWFyZ2luLW1haW5cIj4gIFxuICAgIDxkaXYgY2xhc3M9XCJjb250YWluZXJcIj5cbiAgICAgICAgPGRpdiBjbGFzcz1cImludHJvX2luZm8gYWxpZ24tLWNlbnRlciBuby1hbGlnblwiPlxuICAgICAgICAgICAgPGgzIGNsYXNzPVwicHJldGl0bGVcIj5JdGVtcyBHcmlkICA8L2gzPlxuICAgICAgICAgICAgPGgyIGNsYXNzPVwidGl0bGUgd293IGZhZGVJblVwXCIgZGF0YS13b3ctZHVyYXRpb249XCIwLjhzXCIgZGF0YS13b3ctZGVsYXk9XCIwLjJzXCI+RXhwbG9yZSBPdXIgRXhjbHVzaXZlIFJlc29ydCBGYWNpbGl0aWVzPC9oMj4gICBcbiAgICAgICAgPC9kaXY+ICAgXG4gICAgPC9kaXY+XG4gICAgPGRpdiBjbGFzcz1cImNzX2dyaWRfc3R5bGVfMSBjc19saWdodGdhbGxlcnlcIj5cbiAgICAgIDxkaXYgY2xhc3M9XCJjc19ncmlkX2l0ZW1cIj5cbiAgICAgICAgPGEgaHJlZj1cIi9hc3NldHMvYmFieWxvbi9mb3Rvcy9nYWxsZXJ5XzEuanBlZ1wiIGNsYXNzPVwiY3NfZ2FsbGVyeV9pdGVtIGNzX2xpZ2h0Ym94X2l0ZW0gY3Nfc3R5bGVfMSBkLWJsb2NrIGNzX2JnX2ZpbGVkIHBvc2l0aW9uLXJlbGF0aXZlXCIgZGF0YS1zcmM9XCIvYXNzZXRzL2JhYnlsb24vZm90b3MvZ2FsbGVyeV8xLmpwZWdcIj5cbiAgICAgICAgICA8ZGl2IGNsYXNzPVwiY3NfZ2FsbGVyeV9pdGVtX2hvdmVyIGNzX2NlbnRlciB0aXRsZS0tc21hbGwgdGl0bGUtLXNtYWxsLS1saWdodCBjcy0tcmFkaXVzXCI+QmVhY2ggVmlldzwvZGl2PlxuICAgICAgICAgIDxpbWcgc3JjPVwiYXNzZXRzL2JhYnlsb24vZm90b3MvZ2FsbGVyeV8xLmpwZWdcIiBhbHQ9XCJcIiBjbGFzcz1cImQtbm9uZVwiPlxuICAgICAgICA8L2E+XG4gICAgICA8L2Rpdj5cbiAgICAgIDxkaXYgY2xhc3M9XCJjc19ncmlkX2l0ZW1cIj5cbiAgICAgICAgPGEgaHJlZj1cIi9hc3NldHMvYmFieWxvbi9mb3Rvcy9nYWxsZXJ5XzIuanBlZ1wiIGNsYXNzPVwiY3NfZ2FsbGVyeV9pdGVtIGNzX2xpZ2h0Ym94X2l0ZW0gY3Nfc3R5bGVfMSBkLWJsb2NrIGNzX2JnX2ZpbGVkIHBvc2l0aW9uLXJlbGF0aXZlXCIgZGF0YS1zcmM9XCIvYXNzZXRzL2JhYnlsb24vZm90b3MvZ2FsbGVyeV8yLmpwZWdcIj5cbiAgICAgICAgICA8ZGl2IGNsYXNzPVwiY3NfZ2FsbGVyeV9pdGVtX2hvdmVyIGNzX2NlbnRlciB0aXRsZS0tc21hbGwgdGl0bGUtLXNtYWxsLS1saWdodCBjcy0tcmFkaXVzXCI+UmVzdGF1cmFudCBWaWV3PC9kaXY+XG4gICAgICAgICAgPGltZyBzcmM9XCIvYXNzZXRzL2JhYnlsb24vZm90b3MvZ2FsbGVyeV8yLmpwZWdcIiBhbHQ9XCJcIiBjbGFzcz1cImQtbm9uZVwiPlxuICAgICAgICA8L2E+XG4gICAgICA8L2Rpdj5cbiAgICAgIDxkaXYgY2xhc3M9XCJjc19ncmlkX2l0ZW1cIj5cbiAgICAgICAgPGEgaHJlZj1cIi9hc3NldHMvYmFieWxvbi9mb3Rvcy9nYWxsZXJ5XzMuanBlZ1wiIGNsYXNzPVwiY3NfZ2FsbGVyeV9pdGVtIGNzX2xpZ2h0Ym94X2l0ZW0gY3Nfc3R5bGVfMSBkLWJsb2NrIGNzX2JnX2ZpbGVkIHBvc2l0aW9uLXJlbGF0aXZlXCIgZGF0YS1zcmM9XCIvYXNzZXRzL2JhYnlsb24vZm90b3MvZ2FsbGVyeV8zLmpwZWdcIj5cbiAgICAgICAgICA8ZGl2IGNsYXNzPVwiY3NfZ2FsbGVyeV9pdGVtX2hvdmVyIGNzX2NlbnRlciB0aXRsZS0tc21hbGwgdGl0bGUtLXNtYWxsLS1saWdodCBjcy0tcmFkaXVzXCI+UmVsYXggVmlldzwvZGl2PlxuICAgICAgICAgIDxpbWcgc3JjPVwiL2Fzc2V0cy9iYWJ5bG9uL2ZvdG9zL2dhbGxlcnlfMy5qcGVnXCIgYWx0PVwiXCIgY2xhc3M9XCJkLW5vbmVcIj5cbiAgICAgICAgPC9hPlxuICAgICAgPC9kaXY+XG4gICAgICA8ZGl2IGNsYXNzPVwiY3NfZ3JpZF9pdGVtXCI+XG4gICAgICAgIDxhIGhyZWY9XCIvYXNzZXRzL2JhYnlsb24vZm90b3MvZ2FsbGVyeV80LmpwZWdcIiBjbGFzcz1cImNzX2dhbGxlcnlfaXRlbSBjc19saWdodGJveF9pdGVtIGNzX3N0eWxlXzEgZC1ibG9jayBjc19iZ19maWxlZCBwb3NpdGlvbi1yZWxhdGl2ZVwiIGRhdGEtc3JjPVwiL2Fzc2V0cy9iYWJ5bG9uL2ZvdG9zL2dhbGxlcnlfNC5qcGVnXCI+XG4gICAgICAgICAgPGRpdiBjbGFzcz1cImNzX2dhbGxlcnlfaXRlbV9ob3ZlciBjc19jZW50ZXIgdGl0bGUtLXNtYWxsIHRpdGxlLS1zbWFsbC0tbGlnaHQgY3MtLXJhZGl1c1wiPkhvdGVsIFZpZXc8L2Rpdj5cbiAgICAgICAgICA8aW1nIHNyYz1cIi9hc3NldHMvYmFieWxvbi9mb3Rvcy9nYWxsZXJ5XzQuanBlZ1wiIGFsdD1cIlwiIGNsYXNzPVwiZC1ub25lXCI+XG4gICAgICAgIDwvYT5cbiAgICAgIDwvZGl2PlxuICAgIDwvZGl2PlxuICAgIDxkaXYgY2xhc3M9XCJidG5zX19ib3ggYWxpZ24tLWNlbnRlclwiPlxuICAgICAgICA8YSBocmVmPVwiIFwiIGNsYXNzPVwiYnRuIGJ0bl9wcmltYXJ5XCI+XG4gICAgICAgICAgICA8Yj5MZWFybiBNb3JlPC9iPlxuICAgICAgICAgICAgPHNwYW4gY2xhc3M9XCJiYWJ5bG9uLWFycm93LXJpZ2h0LWJpZ1wiPjwvc3Bhbj4gXG4gICAgICAgIDwvYT5cbiAgICA8L2Rpdj4gXG4gIDwvc2VjdGlvbj4iXX0=
@@ -1,11 +1,13 @@
1
1
  import { CommonModule } from '@angular/common';
2
- import { Component, EventEmitter, inject, Input, Output } from '@angular/core';
2
+ import { Component, EventEmitter, inject, Output } from '@angular/core';
3
3
  import { MatDialogRef } from '@angular/material/dialog';
4
4
  import * as i0 from "@angular/core";
5
5
  import * as i1 from "@angular/common";
6
6
  export class BabylonLanguageModalComponent {
7
7
  constructor() {
8
8
  this.languageSelect = new EventEmitter();
9
+ this.languages = ['inglés', 'alemán', 'español', 'frances'];
10
+ this.selected = 'español';
9
11
  this.dialogRef = inject(MatDialogRef);
10
12
  }
11
13
  selectLanguage(language) {
@@ -16,20 +18,12 @@ export class BabylonLanguageModalComponent {
16
18
  this.dialogRef.close();
17
19
  }
18
20
  static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: BabylonLanguageModalComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
19
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "17.3.12", type: BabylonLanguageModalComponent, isStandalone: true, selector: "lib-babylon-language-modal", inputs: { title: "title", subtitle: "subtitle", items: "items", selected: "selected" }, outputs: { languageSelect: "languageSelect" }, ngImport: i0, template: "<div class=\"babylon-languages__close\">\n <button\n name=\"close\"\n class=\"btn btn_primary btn--light babylon-plus btn-responsive\"\n (click)=\"close()\"\n ></button>\n</div>\n<div class=\"babylon-languages__wrapper\">\n <div class=\"babylon-languages\">\n @if (title || subtitle) {\n <div\n class=\"babylon-languages__header d-flex flex-column align-itemns-center\"\n >\n @if (title) {\n <h4 class=\"title--small\">{{ title }}</h4>\n }\n @if (subtitle) {\n <span class=\"subtitle\">{{ subtitle }}</span>\n }\n </div>\n }\n @if (items?.length) {\n <div\n class=\"babylon-languages__content d-flex flex-column align-items-center\"\n >\n @for (item of items; track $index) {\n <a\n [attr.aria-label]=\"item.name\"\n [ngClass]=\"{\n 'babylon-languages__selected':\n item.id == selected?.id,\n }\"\n class=\"d-flex align-items-center\"\n (click)=\"selectLanguage(item)\"\n ><span class=\"line\"></span>{{ item.name\n }}<span class=\"icon babylon-arrow-right\"></span\n ></a>\n }\n </div>\n }\n </div>\n</div>\n", 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_background_dark-opacity: #19314bbf;--cl_background_dark-opacity-v2: #1326398b;--cl_background_body-transparent: #ffffffe7;--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;--cl_text-disable: #888;--w_title: 600;--w_text: 300;--w_subtitle: 300;--w_pretitle: 300;--padding-bottom-slider: 0px;--lh_pretitle-slider: 1.2;--lh_title-slider: 1.2;--cl_header-bg-nosticky: #0000001a;--cl_header-text-nosticky: #fff;--cl_header-bg-sticky: #eee;--cl_header-text-sticky: #19314b;--cl_header-bg-mobile: #b6b6b6;--cl_headerBottom-bg-mobile: #b6b6b6;--cl_header-text-mobile: #19314b;--cl_menu-modal-bg: #19314b;--cl_menu-modal-items: #978667;--cl_menu-modal-items-hover: #fff;--cl_menu-modal-text: #fff;--cl_menu-modal-text-hover: #fff;--ls_menu-modal-items: 1px;--w_menu-modal-items: 300;--hg_menu-img-height: 15rem;--cl_submenu-bg: #19314b;--cl_submenu-text: #fff;--cl_submenu-hover: #978667;--w_btn: 400;--size_btn: 14px;--size_link: 14px;--ls_link: 1px;--ls_btn: 1px;--upper_btn: uppercase;--upper_link: uppercase;--font-btn: \"Poppins\", Helvetica, sans-serif;--font-link: \"Poppins\", Helvetica, sans-serif;--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: #fff;--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-bg-logos: #f8f7f3;--cl_footer-scroll: #978667;--cl_footer-text: #fff;--cl_footer-text-hover: #978667;--btn_radius: 5px;--img_radius: 5px;--img_border: #fff;--img_border-width: 1px;--dropdown-radius: 20px;--cl_background_dropdown: #fdfbf8;--cl_border-dropdown: #d9e1e6;--font-size-engine-text: 14px;--cl_engine-text: #19314b;--cl_engine-bg-nosticky: #ffffffcf;--cl_engine-text-nosticky: #19314b;--cl_engine-bg-sticky: #ffffff00;--cl_engine-text-sticky: #19314b;--cl_engine-bg-modal: #19314bbf;--cl_engine-input-bg: #ebebeb;--cl_engine-input-bg-select: #ebebeb;--cl_dropdown: #19314b;--cl_dropdown-text: #5a5a5a;--cl_dropdown-hover: #19314b;--cl_newsletter-input-background: #d1d1d1;--cl_newsletter-input-text: #5a5a5a;--cl_error: #ff7173;--cl_desde: #bcbbc3;--cl_price: #19314b;--cl_badget: #ff8874;--cl_badget-text: #fff;--alg-service-room-detail: center;--cl_alert-text: #19314b;--cl_alert-text-error: #fff;--cl_alert-background: #fff;--cl_alert-background-error: rgb(230, 92, 92);--mdc-checkbox-disabled-selected-icon-color: rgba(0, 0, 0, .38);--mdc-checkbox-disabled-unselected-icon-color: rgba(0, 0, 0, .38);--mdc-checkbox-selected-checkmark-color: white;--mdc-checkbox-selected-focus-icon-color: var(--cl_corp);--mdc-checkbox-selected-hover-icon-color: var(--cl_corp);--mdc-checkbox-selected-icon-color: var(--cl_corp);--mdc-checkbox-selected-pressed-icon-color: var(--cl_corp);--mdc-checkbox-unselected-focus-icon-color: #212121;--mdc-checkbox-unselected-hover-icon-color: #212121;--mdc-checkbox-unselected-icon-color: rgba(0, 0, 0, .54);--mdc-checkbox-unselected-pressed-icon-color: rgba(0, 0, 0, .54);--mdc-checkbox-selected-focus-state-layer-color: var(--cl_corp);--mdc-checkbox-selected-hover-state-layer-color: var(--cl_corp);--mdc-checkbox-selected-pressed-state-layer-color: var(--cl_corp);--mdc-checkbox-unselected-focus-state-layer-color: black;--mdc-checkbox-unselected-hover-state-layer-color: black;--mdc-checkbox-unselected-pressed-state-layer-color: black;--mat-checkbox-disabled-label-color: rgba(0, 0, 0, .38);--primary: #4a4a49;--cream: #f9f8f5;--white: #ffffff;--black: #000000;--whatsapp: #24cc63;--logo: #616161;--grey: #dcdcdc;--darkgrey: #1e1e1e;--instagram: #61bdff;--facebook: #3782f4;--twitter: #4a4a49;--youtube: #d9464b;--tripadvisor: #34e0a1;--booking: #0c3b7c;--silver: #c0bebe;--gold: #ffca64;--platinum: #b5d9e2}.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;--type-align: center;--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;--cl_engine-bg: #181818;--cl_engine-input-bg: #79582c;--cl_engine-input-bg-hover: #081523;--cl_engine-text: #fff;--cl_dropdown: #19314b;--cl_dropdown-text: #5a5a5a;--cl_dropdown-hover: #19314b;--cl_dropdown-radius: 20px;--cl_newsletter-input-background: #d1d1d1;--cl_newsletter-input-text: #5a5a5a}@media (min-width: 1280px){.order-custom-xl-xxl-1{order:1}.order-custom-xl-xxl-2{order:2}}.flex-row{flex-direction:row!important}.flex-column{flex-direction:column!important}.flex-row-reverse{flex-direction:row-reverse!important}.flex-column-reverse{flex-direction:column-reverse!important}.flex-wrap{flex-wrap:wrap!important}.flex-nowrap{flex-wrap:nowrap!important}.flex-wrap-reverse{flex-wrap:wrap-reverse!important}.flex-fill{flex:1 1 auto!important}.flex-grow-0{flex-grow:0!important}.flex-grow-1{flex-grow:1!important}.flex-shrink-0{flex-shrink:0!important}.flex-shrink-1{flex-shrink:1!important}.justify-content-start{justify-content:flex-start!important}.justify-content-end{justify-content:flex-end!important}.justify-content-center{justify-content:center!important}.justify-content-between{justify-content:space-between!important}.justify-content-around{justify-content:space-around!important}.align-items-start{align-items:flex-start!important}.align-items-end{align-items:flex-end!important}.align-items-center{align-items:center!important}.align-items-baseline{align-items:baseline!important}.align-items-stretch{align-items:stretch!important}.align-content-start{align-content:flex-start!important}.align-content-end{align-content:flex-end!important}.align-content-center{align-content:center!important}.align-content-between{align-content:space-between!important}.align-content-around{align-content:space-around!important}.align-content-stretch{align-content:stretch!important}.align-self-auto{align-self:auto!important}.align-self-start{align-self:flex-start!important}.align-self-end{align-self:flex-end!important}.align-self-center{align-self:center!important}.align-self-baseline{align-self:baseline!important}.align-self-stretch{align-self:stretch!important}.m-auto{margin:auto!important}.mt-auto,.my-auto{margin-top:auto!important}.mr-auto,.mx-auto{margin-right:auto!important}.mb-auto,.my-auto{margin-bottom:auto!important}.ml-auto,.mx-auto{margin-left:auto!important}@media (min-width: 540px){.flex-sm-row{flex-direction:row!important}.flex-sm-column{flex-direction:column!important}.flex-sm-row-reverse{flex-direction:row-reverse!important}.flex-sm-column-reverse{flex-direction:column-reverse!important}.flex-sm-wrap{flex-wrap:wrap!important}.flex-sm-nowrap{flex-wrap:nowrap!important}.flex-sm-wrap-reverse{flex-wrap:wrap-reverse!important}.flex-sm-fill{flex:1 1 auto!important}.flex-sm-grow-0{flex-grow:0!important}.flex-sm-grow-1{flex-grow:1!important}.flex-sm-shrink-0{flex-shrink:0!important}.flex-sm-shrink-1{flex-shrink:1!important}.justify-content-sm-start{justify-content:flex-start!important}.justify-content-sm-end{justify-content:flex-end!important}.justify-content-sm-center{justify-content:center!important}.justify-content-sm-between{justify-content:space-between!important}.justify-content-sm-around{justify-content:space-around!important}.align-items-sm-start{align-items:flex-start!important}.align-items-sm-end{align-items:flex-end!important}.align-items-sm-center{align-items:center!important}.align-items-sm-baseline{align-items:baseline!important}.align-items-sm-stretch{align-items:stretch!important}.align-content-sm-start{align-content:flex-start!important}.align-content-sm-end{align-content:flex-end!important}.align-content-sm-center{align-content:center!important}.align-content-sm-between{align-content:space-between!important}.align-content-sm-around{align-content:space-around!important}.align-content-sm-stretch{align-content:stretch!important}.align-self-sm-auto{align-self:auto!important}.align-self-sm-start{align-self:flex-start!important}.align-self-sm-end{align-self:flex-end!important}.align-self-sm-center{align-self:center!important}.align-self-sm-baseline{align-self:baseline!important}.align-self-sm-stretch{align-self:stretch!important}.m-sm-auto{margin:auto!important}.mt-sm-auto,.my-sm-auto{margin-top:auto!important}.mr-sm-auto,.mx-sm-auto{margin-right:auto!important}.mb-sm-auto,.my-sm-auto{margin-bottom:auto!important}.ml-sm-auto,.mx-sm-auto{margin-left:auto!important}}@media (min-width: 768px){.flex-md-row{flex-direction:row!important}.flex-md-column{flex-direction:column!important}.flex-md-row-reverse{flex-direction:row-reverse!important}.flex-md-column-reverse{flex-direction:column-reverse!important}.flex-md-wrap{flex-wrap:wrap!important}.flex-md-nowrap{flex-wrap:nowrap!important}.flex-md-wrap-reverse{flex-wrap:wrap-reverse!important}.flex-md-fill{flex:1 1 auto!important}.flex-md-grow-0{flex-grow:0!important}.flex-md-grow-1{flex-grow:1!important}.flex-md-shrink-0{flex-shrink:0!important}.flex-md-shrink-1{flex-shrink:1!important}.justify-content-md-start{justify-content:flex-start!important}.justify-content-md-end{justify-content:flex-end!important}.justify-content-md-center{justify-content:center!important}.justify-content-md-between{justify-content:space-between!important}.justify-content-md-around{justify-content:space-around!important}.align-items-md-start{align-items:flex-start!important}.align-items-md-end{align-items:flex-end!important}.align-items-md-center{align-items:center!important}.align-items-md-baseline{align-items:baseline!important}.align-items-md-stretch{align-items:stretch!important}.align-content-md-start{align-content:flex-start!important}.align-content-md-end{align-content:flex-end!important}.align-content-md-center{align-content:center!important}.align-content-md-between{align-content:space-between!important}.align-content-md-around{align-content:space-around!important}.align-content-md-stretch{align-content:stretch!important}.align-self-md-auto{align-self:auto!important}.align-self-md-start{align-self:flex-start!important}.align-self-md-end{align-self:flex-end!important}.align-self-md-center{align-self:center!important}.align-self-md-baseline{align-self:baseline!important}.align-self-md-stretch{align-self:stretch!important}.m-md-auto{margin:auto!important}.mt-md-auto,.my-md-auto{margin-top:auto!important}.mr-md-auto,.mx-md-auto{margin-right:auto!important}.mb-md-auto,.my-md-auto{margin-bottom:auto!important}.ml-md-auto,.mx-md-auto{margin-left:auto!important}}@media (min-width: 1025px){.flex-lg-row{flex-direction:row!important}.flex-lg-column{flex-direction:column!important}.flex-lg-row-reverse{flex-direction:row-reverse!important}.flex-lg-column-reverse{flex-direction:column-reverse!important}.flex-lg-wrap{flex-wrap:wrap!important}.flex-lg-nowrap{flex-wrap:nowrap!important}.flex-lg-wrap-reverse{flex-wrap:wrap-reverse!important}.flex-lg-fill{flex:1 1 auto!important}.flex-lg-grow-0{flex-grow:0!important}.flex-lg-grow-1{flex-grow:1!important}.flex-lg-shrink-0{flex-shrink:0!important}.flex-lg-shrink-1{flex-shrink:1!important}.justify-content-lg-start{justify-content:flex-start!important}.justify-content-lg-end{justify-content:flex-end!important}.justify-content-lg-center{justify-content:center!important}.justify-content-lg-between{justify-content:space-between!important}.justify-content-lg-around{justify-content:space-around!important}.align-items-lg-start{align-items:flex-start!important}.align-items-lg-end{align-items:flex-end!important}.align-items-lg-center{align-items:center!important}.align-items-lg-baseline{align-items:baseline!important}.align-items-lg-stretch{align-items:stretch!important}.align-content-lg-start{align-content:flex-start!important}.align-content-lg-end{align-content:flex-end!important}.align-content-lg-center{align-content:center!important}.align-content-lg-between{align-content:space-between!important}.align-content-lg-around{align-content:space-around!important}.align-content-lg-stretch{align-content:stretch!important}.align-self-lg-auto{align-self:auto!important}.align-self-lg-start{align-self:flex-start!important}.align-self-lg-end{align-self:flex-end!important}.align-self-lg-center{align-self:center!important}.align-self-lg-baseline{align-self:baseline!important}.align-self-lg-stretch{align-self:stretch!important}.m-lg-auto{margin:auto!important}.mt-lg-auto,.my-lg-auto{margin-top:auto!important}.mr-lg-auto,.mx-lg-auto{margin-right:auto!important}.mb-lg-auto,.my-lg-auto{margin-bottom:auto!important}.ml-lg-auto,.mx-lg-auto{margin-left:auto!important}}@media (min-width: 1280px){.flex-xl-row{flex-direction:row!important}.flex-xl-column{flex-direction:column!important}.flex-xl-row-reverse{flex-direction:row-reverse!important}.flex-xl-column-reverse{flex-direction:column-reverse!important}.flex-xl-wrap{flex-wrap:wrap!important}.flex-xl-nowrap{flex-wrap:nowrap!important}.flex-xl-wrap-reverse{flex-wrap:wrap-reverse!important}.flex-xl-fill{flex:1 1 auto!important}.flex-xl-grow-0{flex-grow:0!important}.flex-xl-grow-1{flex-grow:1!important}.flex-xl-shrink-0{flex-shrink:0!important}.flex-xl-shrink-1{flex-shrink:1!important}.justify-content-xl-start{justify-content:flex-start!important}.justify-content-xl-end{justify-content:flex-end!important}.justify-content-xl-center{justify-content:center!important}.justify-content-xl-between{justify-content:space-between!important}.justify-content-xl-around{justify-content:space-around!important}.align-items-xl-start{align-items:flex-start!important}.align-items-xl-end{align-items:flex-end!important}.align-items-xl-center{align-items:center!important}.align-items-xl-baseline{align-items:baseline!important}.align-items-xl-stretch{align-items:stretch!important}.align-content-xl-start{align-content:flex-start!important}.align-content-xl-end{align-content:flex-end!important}.align-content-xl-center{align-content:center!important}.align-content-xl-between{align-content:space-between!important}.align-content-xl-around{align-content:space-around!important}.align-content-xl-stretch{align-content:stretch!important}.align-self-xl-auto{align-self:auto!important}.align-self-xl-start{align-self:flex-start!important}.align-self-xl-end{align-self:flex-end!important}.align-self-xl-center{align-self:center!important}.align-self-xl-baseline{align-self:baseline!important}.align-self-xl-stretch{align-self:stretch!important}.m-xl-auto{margin:auto!important}.mt-xl-auto,.my-xl-auto{margin-top:auto!important}.mr-xl-auto,.mx-xl-auto{margin-right:auto!important}.mb-xl-auto,.my-xl-auto{margin-bottom:auto!important}.ml-xl-auto,.mx-xl-auto{margin-left:auto!important}}@media (min-width: 1366px){.flex-xxl-row{flex-direction:row!important}.flex-xxl-column{flex-direction:column!important}.flex-xxl-row-reverse{flex-direction:row-reverse!important}.flex-xxl-column-reverse{flex-direction:column-reverse!important}.flex-xxl-wrap{flex-wrap:wrap!important}.flex-xxl-nowrap{flex-wrap:nowrap!important}.flex-xxl-wrap-reverse{flex-wrap:wrap-reverse!important}.flex-xxl-fill{flex:1 1 auto!important}.flex-xxl-grow-0{flex-grow:0!important}.flex-xxl-grow-1{flex-grow:1!important}.flex-xxl-shrink-0{flex-shrink:0!important}.flex-xxl-shrink-1{flex-shrink:1!important}.justify-content-xxl-start{justify-content:flex-start!important}.justify-content-xxl-end{justify-content:flex-end!important}.justify-content-xxl-center{justify-content:center!important}.justify-content-xxl-between{justify-content:space-between!important}.justify-content-xxl-around{justify-content:space-around!important}.align-items-xxl-start{align-items:flex-start!important}.align-items-xxl-end{align-items:flex-end!important}.align-items-xxl-center{align-items:center!important}.align-items-xxl-baseline{align-items:baseline!important}.align-items-xxl-stretch{align-items:stretch!important}.align-content-xxl-start{align-content:flex-start!important}.align-content-xxl-end{align-content:flex-end!important}.align-content-xxl-center{align-content:center!important}.align-content-xxl-between{align-content:space-between!important}.align-content-xxl-around{align-content:space-around!important}.align-content-xxl-stretch{align-content:stretch!important}.align-self-xxl-auto{align-self:auto!important}.align-self-xxl-start{align-self:flex-start!important}.align-self-xxl-end{align-self:flex-end!important}.align-self-xxl-center{align-self:center!important}.align-self-xxl-baseline{align-self:baseline!important}.align-self-xxl-stretch{align-self:stretch!important}.m-xxl-auto{margin:auto!important}.mt-xxl-auto,.my-xxl-auto{margin-top:auto!important}.mr-xxl-auto,.mx-xxl-auto{margin-right:auto!important}.mb-xxl-auto,.my-xxl-auto{margin-bottom:auto!important}.ml-xxl-auto,.mx-xxl-auto{margin-left:auto!important}}@media (min-width: 1680px){.flex-xxxl-row{flex-direction:row!important}.flex-xxxl-column{flex-direction:column!important}.flex-xxxl-row-reverse{flex-direction:row-reverse!important}.flex-xxxl-column-reverse{flex-direction:column-reverse!important}.flex-xxxl-wrap{flex-wrap:wrap!important}.flex-xxxl-nowrap{flex-wrap:nowrap!important}.flex-xxxl-wrap-reverse{flex-wrap:wrap-reverse!important}.flex-xxxl-fill{flex:1 1 auto!important}.flex-xxxl-grow-0{flex-grow:0!important}.flex-xxxl-grow-1{flex-grow:1!important}.flex-xxxl-shrink-0{flex-shrink:0!important}.flex-xxxl-shrink-1{flex-shrink:1!important}.justify-content-xxxl-start{justify-content:flex-start!important}.justify-content-xxxl-end{justify-content:flex-end!important}.justify-content-xxxl-center{justify-content:center!important}.justify-content-xxxl-between{justify-content:space-between!important}.justify-content-xxxl-around{justify-content:space-around!important}.align-items-xxxl-start{align-items:flex-start!important}.align-items-xxxl-end{align-items:flex-end!important}.align-items-xxxl-center{align-items:center!important}.align-items-xxxl-baseline{align-items:baseline!important}.align-items-xxxl-stretch{align-items:stretch!important}.align-content-xxxl-start{align-content:flex-start!important}.align-content-xxxl-end{align-content:flex-end!important}.align-content-xxxl-center{align-content:center!important}.align-content-xxxl-between{align-content:space-between!important}.align-content-xxxl-around{align-content:space-around!important}.align-content-xxxl-stretch{align-content:stretch!important}.align-self-xxxl-auto{align-self:auto!important}.align-self-xxxl-start{align-self:flex-start!important}.align-self-xxxl-end{align-self:flex-end!important}.align-self-xxxl-center{align-self:center!important}.align-self-xxxl-baseline{align-self:baseline!important}.align-self-xxxl-stretch{align-self:stretch!important}.m-xxxl-auto{margin:auto!important}.mt-xxxl-auto,.my-xxxl-auto{margin-top:auto!important}.mr-xxxl-auto,.mx-xxxl-auto{margin-right:auto!important}.mb-xxxl-auto,.my-xxxl-auto{margin-bottom:auto!important}.ml-xxxl-auto,.mx-xxxl-auto{margin-left:auto!important}}@media (min-width: 1921px){.flex-xxxxl-row{flex-direction:row!important}.flex-xxxxl-column{flex-direction:column!important}.flex-xxxxl-row-reverse{flex-direction:row-reverse!important}.flex-xxxxl-column-reverse{flex-direction:column-reverse!important}.flex-xxxxl-wrap{flex-wrap:wrap!important}.flex-xxxxl-nowrap{flex-wrap:nowrap!important}.flex-xxxxl-wrap-reverse{flex-wrap:wrap-reverse!important}.flex-xxxxl-fill{flex:1 1 auto!important}.flex-xxxxl-grow-0{flex-grow:0!important}.flex-xxxxl-grow-1{flex-grow:1!important}.flex-xxxxl-shrink-0{flex-shrink:0!important}.flex-xxxxl-shrink-1{flex-shrink:1!important}.justify-content-xxxxl-start{justify-content:flex-start!important}.justify-content-xxxxl-end{justify-content:flex-end!important}.justify-content-xxxxl-center{justify-content:center!important}.justify-content-xxxxl-between{justify-content:space-between!important}.justify-content-xxxxl-around{justify-content:space-around!important}.align-items-xxxxl-start{align-items:flex-start!important}.align-items-xxxxl-end{align-items:flex-end!important}.align-items-xxxxl-center{align-items:center!important}.align-items-xxxxl-baseline{align-items:baseline!important}.align-items-xxxxl-stretch{align-items:stretch!important}.align-content-xxxxl-start{align-content:flex-start!important}.align-content-xxxxl-end{align-content:flex-end!important}.align-content-xxxxl-center{align-content:center!important}.align-content-xxxxl-between{align-content:space-between!important}.align-content-xxxxl-around{align-content:space-around!important}.align-content-xxxxl-stretch{align-content:stretch!important}.align-self-xxxxl-auto{align-self:auto!important}.align-self-xxxxl-start{align-self:flex-start!important}.align-self-xxxxl-end{align-self:flex-end!important}.align-self-xxxxl-center{align-self:center!important}.align-self-xxxxl-baseline{align-self:baseline!important}.align-self-xxxxl-stretch{align-self:stretch!important}.m-xxxxl-auto{margin:auto!important}.mt-xxxxl-auto,.my-xxxxl-auto{margin-top:auto!important}.mr-xxxxl-auto,.mx-xxxxl-auto{margin-right:auto!important}.mb-xxxxl-auto,.my-xxxxl-auto{margin-bottom:auto!important}.ml-xxxxl-auto,.mx-xxxxl-auto{margin-left:auto!important}}.mt--0{margin-top:0!important}.mb--0{margin-bottom:0!important}.pt--0{padding-top:0}.pb--0{padding-bottom:0}.mblock--0{margin-block:0px}.pblock--0{padding-block:0px}.mt--10{margin-top:10px!important}.mb--10{margin-bottom:10px!important}.pt--10{padding-top:10px}.pb--10{padding-bottom:10px}.mblock--10{margin-block:10px}.pblock--10{padding-block:10px}.mt--20{margin-top:20px!important}.mb--20{margin-bottom:20px!important}.pt--20{padding-top:20px}.pb--20{padding-bottom:20px}.mblock--20{margin-block:20px}.pblock--20{padding-block:20px}.mt--25{margin-top:25px!important}.mb--25{margin-bottom:25px!important}.pt--25{padding-top:25px}.pb--25{padding-bottom:25px}.mblock--25{margin-block:25px}.pblock--25{padding-block:25px}.mt--30{margin-top:30px!important}.mb--30{margin-bottom:30px!important}.pt--30{padding-top:30px}.pb--30{padding-bottom:30px}.mblock--30{margin-block:30px}.pblock--30{padding-block:30px}.mt--40{margin-top:40px!important}.mb--40{margin-bottom:40px!important}.pt--40{padding-top:40px}.pb--40{padding-bottom:40px}.mblock--40{margin-block:40px}.pblock--40{padding-block:40px}.mt--50{margin-top:50px!important}.mb--50{margin-bottom:50px!important}.pt--50{padding-top:50px}.pb--50{padding-bottom:50px}.mblock--50{margin-block:50px}.pblock--50{padding-block:50px}.mt--60{margin-top:60px!important}.mb--60{margin-bottom:60px!important}.pt--60{padding-top:60px}.pb--60{padding-bottom:60px}.mblock--60{margin-block:60px}.pblock--60{padding-block:60px}.mt--70{margin-top:70px!important}.mb--70{margin-bottom:70px!important}.pt--70{padding-top:70px}.pb--70{padding-bottom:70px}.mblock--70{margin-block:70px}.pblock--70{padding-block:70px}.mt--80{margin-top:80px!important}.mb--80{margin-bottom:80px!important}.pt--80{padding-top:80px}.pb--80{padding-bottom:80px}.mblock--80{margin-block:80px}.pblock--80{padding-block:80px}.mt--90{margin-top:90px!important}.mb--90{margin-bottom:90px!important}.pt--90{padding-top:90px}.pb--90{padding-bottom:90px}.mblock--90{margin-block:90px}.pblock--90{padding-block:90px}.mt--100{margin-top:100px!important}.mb--100{margin-bottom:100px!important}.pt--100{padding-top:100px}.pb--100{padding-bottom:100px}.mblock--100{margin-block:100px}.pblock--100{padding-block:100px}.mt--150{margin-top:150px!important}.mb--150{margin-bottom:150px!important}.pt--150{padding-top:150px}.pb--150{padding-bottom:150px}.mblock--150{margin-block:150px}.pblock--150{padding-block:150px}.mt--180{margin-top:180px!important}.mb--180{margin-bottom:180px!important}.pt--180{padding-top:180px}.pb--180{padding-bottom:180px}.mblock--180{margin-block:180px}.pblock--180{padding-block:180px}@keyframes move-right{0%{right:30px}50%{right:20px}to{right:30px}}.babylon-languages{max-width:440px;max-height:100vh;overflow:auto;align-self:center;padding:50px 20px;width:100%;position:absolute;top:50%;left:50%;transform:translate3d(-50%,-50%,0)}.babylon-languages__wrapper{width:100%;height:100%;background-color:var(--cl_background_dark-opacity);position:relative}.babylon-languages .btn{opacity:1}.babylon-languages .btn:hover{opacity:.6}.babylon-languages__close{position:absolute;right:20px;top:20px;z-index:1}@media (min-width: 1025px){.babylon-languages__close{right:20px;top:20px}}.babylon-languages__close .babylon-plus:before{transform:rotate(-45deg)}.babylon-languages__header{width:100%;gap:15px;padding-bottom:65px}.babylon-languages h4,.babylon-languages .subtitle{color:var(--cl_title-light);font-weight:400;text-align:center}.babylon-languages .subtitle{font-family:var(--font-text);font-size:15px;font-weight:300}.babylon-languages__content{gap:20px;padding:0 20px}@media (min-width: 768px){.babylon-languages__content{gap:25px}}.babylon-languages__content a{width:100%;max-width:400px;height:60px;padding:19px 30px 14px 46px;background-color:var(--cl_title-light);position:relative;border-radius:5px;font-family:var(--font-title);font-size:18px;letter-spacing:.02em;font-weight:400;color:var(--cl_subtitle);cursor:pointer}.babylon-languages__content a:hover .icon{animation:move-right 2s infinite ease-in-out}.babylon-languages__content a .icon{display:none}.babylon-languages__content a:not(.babylon-languages__selected) .icon{display:initial;position:absolute;font-size:12px;right:30px;font-weight:700}.babylon-languages__content a .line{border-bottom:1px solid var(--cl_subtitle);width:13px;position:absolute;left:20.5px;top:50%;transform:translateY(-50%)}\n"], dependencies: [{ kind: "ngmodule", type: CommonModule }, { kind: "directive", type: i1.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }] }); }
21
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.12", type: BabylonLanguageModalComponent, isStandalone: true, selector: "lib-aurora-language-modal", outputs: { languageSelect: "languageSelect" }, ngImport: i0, template: "<div class=\"babylon-languages__close\">\n <button \n class=\"btn btn_primary btn--light babylon-plus btn-responsive\" \n (click)=\"close()\"></button>\n</div>\n<div class=\"babylon-languages__wrapper\">\n <div class=\"babylon-languages\">\n <div\n class=\"babylon-languages__header d-flex flex-column align-itemns-center\"\n >\n <h4 class=\"title--small\">Idiomas</h4>\n <span class=\"subtitle\">Seleccione un idioma</span>\n </div>\n\n <div\n class=\"babylon-languages__content d-flex flex-column align-items-center\"\n >\n <a\n [ngClass]=\"{\n 'babylon-languages__selected': languages[2] == selected\n }\"\n class=\"d-flex align-items-center\"\n (btnClick)=\"close()\"\n ><span class=\"line\"></span>Espa\u00F1ol<span\n class=\"icon babylon-arrow-right\"\n ></span\n ></a>\n <a\n [ngClass]=\"{\n 'babylon-languages__selected': languages[0] == selected\n }\"\n class=\"d-flex align-items-center\"\n (btnClick)=\"close()\"\n ><span class=\"line\"></span>English<span\n class=\"icon babylon-arrow-right\"\n ></span\n ></a>\n <a\n [ngClass]=\"{\n 'babylon-languages__selected': languages[1] == selected\n }\"\n class=\"d-flex align-items-center\"\n (btnClick)=\"close()\"\n ><span class=\"line\"></span>Deutsch<span\n class=\"icon babylon-arrow-right\"\n ></span\n ></a>\n <a\n [ngClass]=\"{\n 'babylon-languages__selected': languages[1] == selected\n }\"\n class=\"d-flex align-items-center\"\n (btnClick)=\"close()\"\n ><span class=\"line\"></span>Fran\u00E7ais<span\n class=\"icon babylon-arrow-right\"\n ></span\n ></a>\n </div>\n </div>\n</div>\n", styles: [".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}: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_background_dark-opacity: #19314bbf;--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;--cl_submenu-bg: #19314b;--cl_submenu-text: #fff;--cl_submenu-hover: #978667;--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;--cl_engine-bg: #fff;--cl_engine-bg-dark: #19314b;--cl_engine-input-bg: #47474724;--cl_engine-input-bg-select: #ebebeb;--cl_engine-input-bg-hover: #081523;--cl_engine-text: #19314b;--cl_dropdown: #19314b;--cl_dropdown-text: #5a5a5a;--cl_dropdown-hover: #19314b;--cl_dropdown-radius: 20px;--cl_newsletter-input-background: #d1d1d1;--cl_newsletter-input-text: #5a5a5a;--cl_desde: #bcbbc3;--cl_price: #19314b;--cl_badget: #ff8874;--cl_badget-text: #fff}.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;--cl_engine-bg: #181818;--cl_engine-input-bg: #79582c;--cl_engine-input-bg-hover: #081523;--cl_engine-text: #fff;--cl_dropdown: #19314b;--cl_dropdown-text: #5a5a5a;--cl_dropdown-hover: #19314b;--cl_dropdown-radius: 20px;--cl_newsletter-input-background: #d1d1d1;--cl_newsletter-input-text: #5a5a5a}.babylon-languages{max-width:440px;max-height:100vh;overflow:auto;align-self:center;padding:50px 20px;width:100%;position:absolute;top:50%;left:50%;transform:translate3d(-50%,-50%,0)}.babylon-languages__wrapper{width:100%;height:100%;background-color:var(--cl_background_dark-opacity);position:relative}.babylon-languages .btn{opacity:1}.babylon-languages .btn:hover{opacity:.6}.babylon-languages__close{position:absolute;right:20px;top:20px;z-index:1}@media (min-width: 992px){.babylon-languages__close{right:70px;top:70px}}.babylon-languages__close .babylon-plus:before{transform:rotate(-45deg)}.babylon-languages__header{width:100%;gap:15px;padding-bottom:65px}.babylon-languages h4,.babylon-languages .subtitle{color:#fff;font-weight:400;text-align:center}.babylon-languages .subtitle{font-family:var(--font-text);font-size:15px;font-weight:300}.babylon-languages__content{gap:20px;padding:0 20px}@media (min-width: 768px){.babylon-languages__content{gap:25px}}.babylon-languages__content a{width:100%;max-width:400px;height:60px;padding:19px 30px 14px 46px;background-color:#fff;position:relative;border-radius:5px;font-family:var(--font-title)!important;font-size:18px;letter-spacing:.02em;font-weight:400;color:var(--cl_subtitle);cursor:pointer}.babylon-languages__content a:hover .icon{animation:move-right 2s infinite ease-in-out}.babylon-languages__content a .icon{display:none}.babylon-languages__content a:not(.babylon-languages__selected) .icon{display:initial;position:absolute;font-size:12px;right:30px;font-weight:700}.babylon-languages__content a .line{border-bottom:1px solid var(--cl_subtitle);width:13px;position:absolute;left:20.5px;top:50%;transform:translateY(-50%)}\n"], dependencies: [{ kind: "ngmodule", type: CommonModule }, { kind: "directive", type: i1.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }] }); }
20
22
  }
21
23
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: BabylonLanguageModalComponent, decorators: [{
22
24
  type: Component,
23
- args: [{ selector: 'lib-babylon-language-modal', standalone: true, imports: [CommonModule], template: "<div class=\"babylon-languages__close\">\n <button\n name=\"close\"\n class=\"btn btn_primary btn--light babylon-plus btn-responsive\"\n (click)=\"close()\"\n ></button>\n</div>\n<div class=\"babylon-languages__wrapper\">\n <div class=\"babylon-languages\">\n @if (title || subtitle) {\n <div\n class=\"babylon-languages__header d-flex flex-column align-itemns-center\"\n >\n @if (title) {\n <h4 class=\"title--small\">{{ title }}</h4>\n }\n @if (subtitle) {\n <span class=\"subtitle\">{{ subtitle }}</span>\n }\n </div>\n }\n @if (items?.length) {\n <div\n class=\"babylon-languages__content d-flex flex-column align-items-center\"\n >\n @for (item of items; track $index) {\n <a\n [attr.aria-label]=\"item.name\"\n [ngClass]=\"{\n 'babylon-languages__selected':\n item.id == selected?.id,\n }\"\n class=\"d-flex align-items-center\"\n (click)=\"selectLanguage(item)\"\n ><span class=\"line\"></span>{{ item.name\n }}<span class=\"icon babylon-arrow-right\"></span\n ></a>\n }\n </div>\n }\n </div>\n</div>\n", 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_background_dark-opacity: #19314bbf;--cl_background_dark-opacity-v2: #1326398b;--cl_background_body-transparent: #ffffffe7;--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;--cl_text-disable: #888;--w_title: 600;--w_text: 300;--w_subtitle: 300;--w_pretitle: 300;--padding-bottom-slider: 0px;--lh_pretitle-slider: 1.2;--lh_title-slider: 1.2;--cl_header-bg-nosticky: #0000001a;--cl_header-text-nosticky: #fff;--cl_header-bg-sticky: #eee;--cl_header-text-sticky: #19314b;--cl_header-bg-mobile: #b6b6b6;--cl_headerBottom-bg-mobile: #b6b6b6;--cl_header-text-mobile: #19314b;--cl_menu-modal-bg: #19314b;--cl_menu-modal-items: #978667;--cl_menu-modal-items-hover: #fff;--cl_menu-modal-text: #fff;--cl_menu-modal-text-hover: #fff;--ls_menu-modal-items: 1px;--w_menu-modal-items: 300;--hg_menu-img-height: 15rem;--cl_submenu-bg: #19314b;--cl_submenu-text: #fff;--cl_submenu-hover: #978667;--w_btn: 400;--size_btn: 14px;--size_link: 14px;--ls_link: 1px;--ls_btn: 1px;--upper_btn: uppercase;--upper_link: uppercase;--font-btn: \"Poppins\", Helvetica, sans-serif;--font-link: \"Poppins\", Helvetica, sans-serif;--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: #fff;--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-bg-logos: #f8f7f3;--cl_footer-scroll: #978667;--cl_footer-text: #fff;--cl_footer-text-hover: #978667;--btn_radius: 5px;--img_radius: 5px;--img_border: #fff;--img_border-width: 1px;--dropdown-radius: 20px;--cl_background_dropdown: #fdfbf8;--cl_border-dropdown: #d9e1e6;--font-size-engine-text: 14px;--cl_engine-text: #19314b;--cl_engine-bg-nosticky: #ffffffcf;--cl_engine-text-nosticky: #19314b;--cl_engine-bg-sticky: #ffffff00;--cl_engine-text-sticky: #19314b;--cl_engine-bg-modal: #19314bbf;--cl_engine-input-bg: #ebebeb;--cl_engine-input-bg-select: #ebebeb;--cl_dropdown: #19314b;--cl_dropdown-text: #5a5a5a;--cl_dropdown-hover: #19314b;--cl_newsletter-input-background: #d1d1d1;--cl_newsletter-input-text: #5a5a5a;--cl_error: #ff7173;--cl_desde: #bcbbc3;--cl_price: #19314b;--cl_badget: #ff8874;--cl_badget-text: #fff;--alg-service-room-detail: center;--cl_alert-text: #19314b;--cl_alert-text-error: #fff;--cl_alert-background: #fff;--cl_alert-background-error: rgb(230, 92, 92);--mdc-checkbox-disabled-selected-icon-color: rgba(0, 0, 0, .38);--mdc-checkbox-disabled-unselected-icon-color: rgba(0, 0, 0, .38);--mdc-checkbox-selected-checkmark-color: white;--mdc-checkbox-selected-focus-icon-color: var(--cl_corp);--mdc-checkbox-selected-hover-icon-color: var(--cl_corp);--mdc-checkbox-selected-icon-color: var(--cl_corp);--mdc-checkbox-selected-pressed-icon-color: var(--cl_corp);--mdc-checkbox-unselected-focus-icon-color: #212121;--mdc-checkbox-unselected-hover-icon-color: #212121;--mdc-checkbox-unselected-icon-color: rgba(0, 0, 0, .54);--mdc-checkbox-unselected-pressed-icon-color: rgba(0, 0, 0, .54);--mdc-checkbox-selected-focus-state-layer-color: var(--cl_corp);--mdc-checkbox-selected-hover-state-layer-color: var(--cl_corp);--mdc-checkbox-selected-pressed-state-layer-color: var(--cl_corp);--mdc-checkbox-unselected-focus-state-layer-color: black;--mdc-checkbox-unselected-hover-state-layer-color: black;--mdc-checkbox-unselected-pressed-state-layer-color: black;--mat-checkbox-disabled-label-color: rgba(0, 0, 0, .38);--primary: #4a4a49;--cream: #f9f8f5;--white: #ffffff;--black: #000000;--whatsapp: #24cc63;--logo: #616161;--grey: #dcdcdc;--darkgrey: #1e1e1e;--instagram: #61bdff;--facebook: #3782f4;--twitter: #4a4a49;--youtube: #d9464b;--tripadvisor: #34e0a1;--booking: #0c3b7c;--silver: #c0bebe;--gold: #ffca64;--platinum: #b5d9e2}.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;--type-align: center;--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;--cl_engine-bg: #181818;--cl_engine-input-bg: #79582c;--cl_engine-input-bg-hover: #081523;--cl_engine-text: #fff;--cl_dropdown: #19314b;--cl_dropdown-text: #5a5a5a;--cl_dropdown-hover: #19314b;--cl_dropdown-radius: 20px;--cl_newsletter-input-background: #d1d1d1;--cl_newsletter-input-text: #5a5a5a}@media (min-width: 1280px){.order-custom-xl-xxl-1{order:1}.order-custom-xl-xxl-2{order:2}}.flex-row{flex-direction:row!important}.flex-column{flex-direction:column!important}.flex-row-reverse{flex-direction:row-reverse!important}.flex-column-reverse{flex-direction:column-reverse!important}.flex-wrap{flex-wrap:wrap!important}.flex-nowrap{flex-wrap:nowrap!important}.flex-wrap-reverse{flex-wrap:wrap-reverse!important}.flex-fill{flex:1 1 auto!important}.flex-grow-0{flex-grow:0!important}.flex-grow-1{flex-grow:1!important}.flex-shrink-0{flex-shrink:0!important}.flex-shrink-1{flex-shrink:1!important}.justify-content-start{justify-content:flex-start!important}.justify-content-end{justify-content:flex-end!important}.justify-content-center{justify-content:center!important}.justify-content-between{justify-content:space-between!important}.justify-content-around{justify-content:space-around!important}.align-items-start{align-items:flex-start!important}.align-items-end{align-items:flex-end!important}.align-items-center{align-items:center!important}.align-items-baseline{align-items:baseline!important}.align-items-stretch{align-items:stretch!important}.align-content-start{align-content:flex-start!important}.align-content-end{align-content:flex-end!important}.align-content-center{align-content:center!important}.align-content-between{align-content:space-between!important}.align-content-around{align-content:space-around!important}.align-content-stretch{align-content:stretch!important}.align-self-auto{align-self:auto!important}.align-self-start{align-self:flex-start!important}.align-self-end{align-self:flex-end!important}.align-self-center{align-self:center!important}.align-self-baseline{align-self:baseline!important}.align-self-stretch{align-self:stretch!important}.m-auto{margin:auto!important}.mt-auto,.my-auto{margin-top:auto!important}.mr-auto,.mx-auto{margin-right:auto!important}.mb-auto,.my-auto{margin-bottom:auto!important}.ml-auto,.mx-auto{margin-left:auto!important}@media (min-width: 540px){.flex-sm-row{flex-direction:row!important}.flex-sm-column{flex-direction:column!important}.flex-sm-row-reverse{flex-direction:row-reverse!important}.flex-sm-column-reverse{flex-direction:column-reverse!important}.flex-sm-wrap{flex-wrap:wrap!important}.flex-sm-nowrap{flex-wrap:nowrap!important}.flex-sm-wrap-reverse{flex-wrap:wrap-reverse!important}.flex-sm-fill{flex:1 1 auto!important}.flex-sm-grow-0{flex-grow:0!important}.flex-sm-grow-1{flex-grow:1!important}.flex-sm-shrink-0{flex-shrink:0!important}.flex-sm-shrink-1{flex-shrink:1!important}.justify-content-sm-start{justify-content:flex-start!important}.justify-content-sm-end{justify-content:flex-end!important}.justify-content-sm-center{justify-content:center!important}.justify-content-sm-between{justify-content:space-between!important}.justify-content-sm-around{justify-content:space-around!important}.align-items-sm-start{align-items:flex-start!important}.align-items-sm-end{align-items:flex-end!important}.align-items-sm-center{align-items:center!important}.align-items-sm-baseline{align-items:baseline!important}.align-items-sm-stretch{align-items:stretch!important}.align-content-sm-start{align-content:flex-start!important}.align-content-sm-end{align-content:flex-end!important}.align-content-sm-center{align-content:center!important}.align-content-sm-between{align-content:space-between!important}.align-content-sm-around{align-content:space-around!important}.align-content-sm-stretch{align-content:stretch!important}.align-self-sm-auto{align-self:auto!important}.align-self-sm-start{align-self:flex-start!important}.align-self-sm-end{align-self:flex-end!important}.align-self-sm-center{align-self:center!important}.align-self-sm-baseline{align-self:baseline!important}.align-self-sm-stretch{align-self:stretch!important}.m-sm-auto{margin:auto!important}.mt-sm-auto,.my-sm-auto{margin-top:auto!important}.mr-sm-auto,.mx-sm-auto{margin-right:auto!important}.mb-sm-auto,.my-sm-auto{margin-bottom:auto!important}.ml-sm-auto,.mx-sm-auto{margin-left:auto!important}}@media (min-width: 768px){.flex-md-row{flex-direction:row!important}.flex-md-column{flex-direction:column!important}.flex-md-row-reverse{flex-direction:row-reverse!important}.flex-md-column-reverse{flex-direction:column-reverse!important}.flex-md-wrap{flex-wrap:wrap!important}.flex-md-nowrap{flex-wrap:nowrap!important}.flex-md-wrap-reverse{flex-wrap:wrap-reverse!important}.flex-md-fill{flex:1 1 auto!important}.flex-md-grow-0{flex-grow:0!important}.flex-md-grow-1{flex-grow:1!important}.flex-md-shrink-0{flex-shrink:0!important}.flex-md-shrink-1{flex-shrink:1!important}.justify-content-md-start{justify-content:flex-start!important}.justify-content-md-end{justify-content:flex-end!important}.justify-content-md-center{justify-content:center!important}.justify-content-md-between{justify-content:space-between!important}.justify-content-md-around{justify-content:space-around!important}.align-items-md-start{align-items:flex-start!important}.align-items-md-end{align-items:flex-end!important}.align-items-md-center{align-items:center!important}.align-items-md-baseline{align-items:baseline!important}.align-items-md-stretch{align-items:stretch!important}.align-content-md-start{align-content:flex-start!important}.align-content-md-end{align-content:flex-end!important}.align-content-md-center{align-content:center!important}.align-content-md-between{align-content:space-between!important}.align-content-md-around{align-content:space-around!important}.align-content-md-stretch{align-content:stretch!important}.align-self-md-auto{align-self:auto!important}.align-self-md-start{align-self:flex-start!important}.align-self-md-end{align-self:flex-end!important}.align-self-md-center{align-self:center!important}.align-self-md-baseline{align-self:baseline!important}.align-self-md-stretch{align-self:stretch!important}.m-md-auto{margin:auto!important}.mt-md-auto,.my-md-auto{margin-top:auto!important}.mr-md-auto,.mx-md-auto{margin-right:auto!important}.mb-md-auto,.my-md-auto{margin-bottom:auto!important}.ml-md-auto,.mx-md-auto{margin-left:auto!important}}@media (min-width: 1025px){.flex-lg-row{flex-direction:row!important}.flex-lg-column{flex-direction:column!important}.flex-lg-row-reverse{flex-direction:row-reverse!important}.flex-lg-column-reverse{flex-direction:column-reverse!important}.flex-lg-wrap{flex-wrap:wrap!important}.flex-lg-nowrap{flex-wrap:nowrap!important}.flex-lg-wrap-reverse{flex-wrap:wrap-reverse!important}.flex-lg-fill{flex:1 1 auto!important}.flex-lg-grow-0{flex-grow:0!important}.flex-lg-grow-1{flex-grow:1!important}.flex-lg-shrink-0{flex-shrink:0!important}.flex-lg-shrink-1{flex-shrink:1!important}.justify-content-lg-start{justify-content:flex-start!important}.justify-content-lg-end{justify-content:flex-end!important}.justify-content-lg-center{justify-content:center!important}.justify-content-lg-between{justify-content:space-between!important}.justify-content-lg-around{justify-content:space-around!important}.align-items-lg-start{align-items:flex-start!important}.align-items-lg-end{align-items:flex-end!important}.align-items-lg-center{align-items:center!important}.align-items-lg-baseline{align-items:baseline!important}.align-items-lg-stretch{align-items:stretch!important}.align-content-lg-start{align-content:flex-start!important}.align-content-lg-end{align-content:flex-end!important}.align-content-lg-center{align-content:center!important}.align-content-lg-between{align-content:space-between!important}.align-content-lg-around{align-content:space-around!important}.align-content-lg-stretch{align-content:stretch!important}.align-self-lg-auto{align-self:auto!important}.align-self-lg-start{align-self:flex-start!important}.align-self-lg-end{align-self:flex-end!important}.align-self-lg-center{align-self:center!important}.align-self-lg-baseline{align-self:baseline!important}.align-self-lg-stretch{align-self:stretch!important}.m-lg-auto{margin:auto!important}.mt-lg-auto,.my-lg-auto{margin-top:auto!important}.mr-lg-auto,.mx-lg-auto{margin-right:auto!important}.mb-lg-auto,.my-lg-auto{margin-bottom:auto!important}.ml-lg-auto,.mx-lg-auto{margin-left:auto!important}}@media (min-width: 1280px){.flex-xl-row{flex-direction:row!important}.flex-xl-column{flex-direction:column!important}.flex-xl-row-reverse{flex-direction:row-reverse!important}.flex-xl-column-reverse{flex-direction:column-reverse!important}.flex-xl-wrap{flex-wrap:wrap!important}.flex-xl-nowrap{flex-wrap:nowrap!important}.flex-xl-wrap-reverse{flex-wrap:wrap-reverse!important}.flex-xl-fill{flex:1 1 auto!important}.flex-xl-grow-0{flex-grow:0!important}.flex-xl-grow-1{flex-grow:1!important}.flex-xl-shrink-0{flex-shrink:0!important}.flex-xl-shrink-1{flex-shrink:1!important}.justify-content-xl-start{justify-content:flex-start!important}.justify-content-xl-end{justify-content:flex-end!important}.justify-content-xl-center{justify-content:center!important}.justify-content-xl-between{justify-content:space-between!important}.justify-content-xl-around{justify-content:space-around!important}.align-items-xl-start{align-items:flex-start!important}.align-items-xl-end{align-items:flex-end!important}.align-items-xl-center{align-items:center!important}.align-items-xl-baseline{align-items:baseline!important}.align-items-xl-stretch{align-items:stretch!important}.align-content-xl-start{align-content:flex-start!important}.align-content-xl-end{align-content:flex-end!important}.align-content-xl-center{align-content:center!important}.align-content-xl-between{align-content:space-between!important}.align-content-xl-around{align-content:space-around!important}.align-content-xl-stretch{align-content:stretch!important}.align-self-xl-auto{align-self:auto!important}.align-self-xl-start{align-self:flex-start!important}.align-self-xl-end{align-self:flex-end!important}.align-self-xl-center{align-self:center!important}.align-self-xl-baseline{align-self:baseline!important}.align-self-xl-stretch{align-self:stretch!important}.m-xl-auto{margin:auto!important}.mt-xl-auto,.my-xl-auto{margin-top:auto!important}.mr-xl-auto,.mx-xl-auto{margin-right:auto!important}.mb-xl-auto,.my-xl-auto{margin-bottom:auto!important}.ml-xl-auto,.mx-xl-auto{margin-left:auto!important}}@media (min-width: 1366px){.flex-xxl-row{flex-direction:row!important}.flex-xxl-column{flex-direction:column!important}.flex-xxl-row-reverse{flex-direction:row-reverse!important}.flex-xxl-column-reverse{flex-direction:column-reverse!important}.flex-xxl-wrap{flex-wrap:wrap!important}.flex-xxl-nowrap{flex-wrap:nowrap!important}.flex-xxl-wrap-reverse{flex-wrap:wrap-reverse!important}.flex-xxl-fill{flex:1 1 auto!important}.flex-xxl-grow-0{flex-grow:0!important}.flex-xxl-grow-1{flex-grow:1!important}.flex-xxl-shrink-0{flex-shrink:0!important}.flex-xxl-shrink-1{flex-shrink:1!important}.justify-content-xxl-start{justify-content:flex-start!important}.justify-content-xxl-end{justify-content:flex-end!important}.justify-content-xxl-center{justify-content:center!important}.justify-content-xxl-between{justify-content:space-between!important}.justify-content-xxl-around{justify-content:space-around!important}.align-items-xxl-start{align-items:flex-start!important}.align-items-xxl-end{align-items:flex-end!important}.align-items-xxl-center{align-items:center!important}.align-items-xxl-baseline{align-items:baseline!important}.align-items-xxl-stretch{align-items:stretch!important}.align-content-xxl-start{align-content:flex-start!important}.align-content-xxl-end{align-content:flex-end!important}.align-content-xxl-center{align-content:center!important}.align-content-xxl-between{align-content:space-between!important}.align-content-xxl-around{align-content:space-around!important}.align-content-xxl-stretch{align-content:stretch!important}.align-self-xxl-auto{align-self:auto!important}.align-self-xxl-start{align-self:flex-start!important}.align-self-xxl-end{align-self:flex-end!important}.align-self-xxl-center{align-self:center!important}.align-self-xxl-baseline{align-self:baseline!important}.align-self-xxl-stretch{align-self:stretch!important}.m-xxl-auto{margin:auto!important}.mt-xxl-auto,.my-xxl-auto{margin-top:auto!important}.mr-xxl-auto,.mx-xxl-auto{margin-right:auto!important}.mb-xxl-auto,.my-xxl-auto{margin-bottom:auto!important}.ml-xxl-auto,.mx-xxl-auto{margin-left:auto!important}}@media (min-width: 1680px){.flex-xxxl-row{flex-direction:row!important}.flex-xxxl-column{flex-direction:column!important}.flex-xxxl-row-reverse{flex-direction:row-reverse!important}.flex-xxxl-column-reverse{flex-direction:column-reverse!important}.flex-xxxl-wrap{flex-wrap:wrap!important}.flex-xxxl-nowrap{flex-wrap:nowrap!important}.flex-xxxl-wrap-reverse{flex-wrap:wrap-reverse!important}.flex-xxxl-fill{flex:1 1 auto!important}.flex-xxxl-grow-0{flex-grow:0!important}.flex-xxxl-grow-1{flex-grow:1!important}.flex-xxxl-shrink-0{flex-shrink:0!important}.flex-xxxl-shrink-1{flex-shrink:1!important}.justify-content-xxxl-start{justify-content:flex-start!important}.justify-content-xxxl-end{justify-content:flex-end!important}.justify-content-xxxl-center{justify-content:center!important}.justify-content-xxxl-between{justify-content:space-between!important}.justify-content-xxxl-around{justify-content:space-around!important}.align-items-xxxl-start{align-items:flex-start!important}.align-items-xxxl-end{align-items:flex-end!important}.align-items-xxxl-center{align-items:center!important}.align-items-xxxl-baseline{align-items:baseline!important}.align-items-xxxl-stretch{align-items:stretch!important}.align-content-xxxl-start{align-content:flex-start!important}.align-content-xxxl-end{align-content:flex-end!important}.align-content-xxxl-center{align-content:center!important}.align-content-xxxl-between{align-content:space-between!important}.align-content-xxxl-around{align-content:space-around!important}.align-content-xxxl-stretch{align-content:stretch!important}.align-self-xxxl-auto{align-self:auto!important}.align-self-xxxl-start{align-self:flex-start!important}.align-self-xxxl-end{align-self:flex-end!important}.align-self-xxxl-center{align-self:center!important}.align-self-xxxl-baseline{align-self:baseline!important}.align-self-xxxl-stretch{align-self:stretch!important}.m-xxxl-auto{margin:auto!important}.mt-xxxl-auto,.my-xxxl-auto{margin-top:auto!important}.mr-xxxl-auto,.mx-xxxl-auto{margin-right:auto!important}.mb-xxxl-auto,.my-xxxl-auto{margin-bottom:auto!important}.ml-xxxl-auto,.mx-xxxl-auto{margin-left:auto!important}}@media (min-width: 1921px){.flex-xxxxl-row{flex-direction:row!important}.flex-xxxxl-column{flex-direction:column!important}.flex-xxxxl-row-reverse{flex-direction:row-reverse!important}.flex-xxxxl-column-reverse{flex-direction:column-reverse!important}.flex-xxxxl-wrap{flex-wrap:wrap!important}.flex-xxxxl-nowrap{flex-wrap:nowrap!important}.flex-xxxxl-wrap-reverse{flex-wrap:wrap-reverse!important}.flex-xxxxl-fill{flex:1 1 auto!important}.flex-xxxxl-grow-0{flex-grow:0!important}.flex-xxxxl-grow-1{flex-grow:1!important}.flex-xxxxl-shrink-0{flex-shrink:0!important}.flex-xxxxl-shrink-1{flex-shrink:1!important}.justify-content-xxxxl-start{justify-content:flex-start!important}.justify-content-xxxxl-end{justify-content:flex-end!important}.justify-content-xxxxl-center{justify-content:center!important}.justify-content-xxxxl-between{justify-content:space-between!important}.justify-content-xxxxl-around{justify-content:space-around!important}.align-items-xxxxl-start{align-items:flex-start!important}.align-items-xxxxl-end{align-items:flex-end!important}.align-items-xxxxl-center{align-items:center!important}.align-items-xxxxl-baseline{align-items:baseline!important}.align-items-xxxxl-stretch{align-items:stretch!important}.align-content-xxxxl-start{align-content:flex-start!important}.align-content-xxxxl-end{align-content:flex-end!important}.align-content-xxxxl-center{align-content:center!important}.align-content-xxxxl-between{align-content:space-between!important}.align-content-xxxxl-around{align-content:space-around!important}.align-content-xxxxl-stretch{align-content:stretch!important}.align-self-xxxxl-auto{align-self:auto!important}.align-self-xxxxl-start{align-self:flex-start!important}.align-self-xxxxl-end{align-self:flex-end!important}.align-self-xxxxl-center{align-self:center!important}.align-self-xxxxl-baseline{align-self:baseline!important}.align-self-xxxxl-stretch{align-self:stretch!important}.m-xxxxl-auto{margin:auto!important}.mt-xxxxl-auto,.my-xxxxl-auto{margin-top:auto!important}.mr-xxxxl-auto,.mx-xxxxl-auto{margin-right:auto!important}.mb-xxxxl-auto,.my-xxxxl-auto{margin-bottom:auto!important}.ml-xxxxl-auto,.mx-xxxxl-auto{margin-left:auto!important}}.mt--0{margin-top:0!important}.mb--0{margin-bottom:0!important}.pt--0{padding-top:0}.pb--0{padding-bottom:0}.mblock--0{margin-block:0px}.pblock--0{padding-block:0px}.mt--10{margin-top:10px!important}.mb--10{margin-bottom:10px!important}.pt--10{padding-top:10px}.pb--10{padding-bottom:10px}.mblock--10{margin-block:10px}.pblock--10{padding-block:10px}.mt--20{margin-top:20px!important}.mb--20{margin-bottom:20px!important}.pt--20{padding-top:20px}.pb--20{padding-bottom:20px}.mblock--20{margin-block:20px}.pblock--20{padding-block:20px}.mt--25{margin-top:25px!important}.mb--25{margin-bottom:25px!important}.pt--25{padding-top:25px}.pb--25{padding-bottom:25px}.mblock--25{margin-block:25px}.pblock--25{padding-block:25px}.mt--30{margin-top:30px!important}.mb--30{margin-bottom:30px!important}.pt--30{padding-top:30px}.pb--30{padding-bottom:30px}.mblock--30{margin-block:30px}.pblock--30{padding-block:30px}.mt--40{margin-top:40px!important}.mb--40{margin-bottom:40px!important}.pt--40{padding-top:40px}.pb--40{padding-bottom:40px}.mblock--40{margin-block:40px}.pblock--40{padding-block:40px}.mt--50{margin-top:50px!important}.mb--50{margin-bottom:50px!important}.pt--50{padding-top:50px}.pb--50{padding-bottom:50px}.mblock--50{margin-block:50px}.pblock--50{padding-block:50px}.mt--60{margin-top:60px!important}.mb--60{margin-bottom:60px!important}.pt--60{padding-top:60px}.pb--60{padding-bottom:60px}.mblock--60{margin-block:60px}.pblock--60{padding-block:60px}.mt--70{margin-top:70px!important}.mb--70{margin-bottom:70px!important}.pt--70{padding-top:70px}.pb--70{padding-bottom:70px}.mblock--70{margin-block:70px}.pblock--70{padding-block:70px}.mt--80{margin-top:80px!important}.mb--80{margin-bottom:80px!important}.pt--80{padding-top:80px}.pb--80{padding-bottom:80px}.mblock--80{margin-block:80px}.pblock--80{padding-block:80px}.mt--90{margin-top:90px!important}.mb--90{margin-bottom:90px!important}.pt--90{padding-top:90px}.pb--90{padding-bottom:90px}.mblock--90{margin-block:90px}.pblock--90{padding-block:90px}.mt--100{margin-top:100px!important}.mb--100{margin-bottom:100px!important}.pt--100{padding-top:100px}.pb--100{padding-bottom:100px}.mblock--100{margin-block:100px}.pblock--100{padding-block:100px}.mt--150{margin-top:150px!important}.mb--150{margin-bottom:150px!important}.pt--150{padding-top:150px}.pb--150{padding-bottom:150px}.mblock--150{margin-block:150px}.pblock--150{padding-block:150px}.mt--180{margin-top:180px!important}.mb--180{margin-bottom:180px!important}.pt--180{padding-top:180px}.pb--180{padding-bottom:180px}.mblock--180{margin-block:180px}.pblock--180{padding-block:180px}@keyframes move-right{0%{right:30px}50%{right:20px}to{right:30px}}.babylon-languages{max-width:440px;max-height:100vh;overflow:auto;align-self:center;padding:50px 20px;width:100%;position:absolute;top:50%;left:50%;transform:translate3d(-50%,-50%,0)}.babylon-languages__wrapper{width:100%;height:100%;background-color:var(--cl_background_dark-opacity);position:relative}.babylon-languages .btn{opacity:1}.babylon-languages .btn:hover{opacity:.6}.babylon-languages__close{position:absolute;right:20px;top:20px;z-index:1}@media (min-width: 1025px){.babylon-languages__close{right:20px;top:20px}}.babylon-languages__close .babylon-plus:before{transform:rotate(-45deg)}.babylon-languages__header{width:100%;gap:15px;padding-bottom:65px}.babylon-languages h4,.babylon-languages .subtitle{color:var(--cl_title-light);font-weight:400;text-align:center}.babylon-languages .subtitle{font-family:var(--font-text);font-size:15px;font-weight:300}.babylon-languages__content{gap:20px;padding:0 20px}@media (min-width: 768px){.babylon-languages__content{gap:25px}}.babylon-languages__content a{width:100%;max-width:400px;height:60px;padding:19px 30px 14px 46px;background-color:var(--cl_title-light);position:relative;border-radius:5px;font-family:var(--font-title);font-size:18px;letter-spacing:.02em;font-weight:400;color:var(--cl_subtitle);cursor:pointer}.babylon-languages__content a:hover .icon{animation:move-right 2s infinite ease-in-out}.babylon-languages__content a .icon{display:none}.babylon-languages__content a:not(.babylon-languages__selected) .icon{display:initial;position:absolute;font-size:12px;right:30px;font-weight:700}.babylon-languages__content a .line{border-bottom:1px solid var(--cl_subtitle);width:13px;position:absolute;left:20.5px;top:50%;transform:translateY(-50%)}\n"] }]
24
- }], propDecorators: { title: [{
25
- type: Input
26
- }], subtitle: [{
27
- type: Input
28
- }], items: [{
29
- type: Input
30
- }], selected: [{
31
- type: Input
32
- }], languageSelect: [{
25
+ args: [{ selector: 'lib-aurora-language-modal', standalone: true, imports: [CommonModule], template: "<div class=\"babylon-languages__close\">\n <button \n class=\"btn btn_primary btn--light babylon-plus btn-responsive\" \n (click)=\"close()\"></button>\n</div>\n<div class=\"babylon-languages__wrapper\">\n <div class=\"babylon-languages\">\n <div\n class=\"babylon-languages__header d-flex flex-column align-itemns-center\"\n >\n <h4 class=\"title--small\">Idiomas</h4>\n <span class=\"subtitle\">Seleccione un idioma</span>\n </div>\n\n <div\n class=\"babylon-languages__content d-flex flex-column align-items-center\"\n >\n <a\n [ngClass]=\"{\n 'babylon-languages__selected': languages[2] == selected\n }\"\n class=\"d-flex align-items-center\"\n (btnClick)=\"close()\"\n ><span class=\"line\"></span>Espa\u00F1ol<span\n class=\"icon babylon-arrow-right\"\n ></span\n ></a>\n <a\n [ngClass]=\"{\n 'babylon-languages__selected': languages[0] == selected\n }\"\n class=\"d-flex align-items-center\"\n (btnClick)=\"close()\"\n ><span class=\"line\"></span>English<span\n class=\"icon babylon-arrow-right\"\n ></span\n ></a>\n <a\n [ngClass]=\"{\n 'babylon-languages__selected': languages[1] == selected\n }\"\n class=\"d-flex align-items-center\"\n (btnClick)=\"close()\"\n ><span class=\"line\"></span>Deutsch<span\n class=\"icon babylon-arrow-right\"\n ></span\n ></a>\n <a\n [ngClass]=\"{\n 'babylon-languages__selected': languages[1] == selected\n }\"\n class=\"d-flex align-items-center\"\n (btnClick)=\"close()\"\n ><span class=\"line\"></span>Fran\u00E7ais<span\n class=\"icon babylon-arrow-right\"\n ></span\n ></a>\n </div>\n </div>\n</div>\n", styles: [".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}: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_background_dark-opacity: #19314bbf;--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;--cl_submenu-bg: #19314b;--cl_submenu-text: #fff;--cl_submenu-hover: #978667;--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;--cl_engine-bg: #fff;--cl_engine-bg-dark: #19314b;--cl_engine-input-bg: #47474724;--cl_engine-input-bg-select: #ebebeb;--cl_engine-input-bg-hover: #081523;--cl_engine-text: #19314b;--cl_dropdown: #19314b;--cl_dropdown-text: #5a5a5a;--cl_dropdown-hover: #19314b;--cl_dropdown-radius: 20px;--cl_newsletter-input-background: #d1d1d1;--cl_newsletter-input-text: #5a5a5a;--cl_desde: #bcbbc3;--cl_price: #19314b;--cl_badget: #ff8874;--cl_badget-text: #fff}.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;--cl_engine-bg: #181818;--cl_engine-input-bg: #79582c;--cl_engine-input-bg-hover: #081523;--cl_engine-text: #fff;--cl_dropdown: #19314b;--cl_dropdown-text: #5a5a5a;--cl_dropdown-hover: #19314b;--cl_dropdown-radius: 20px;--cl_newsletter-input-background: #d1d1d1;--cl_newsletter-input-text: #5a5a5a}.babylon-languages{max-width:440px;max-height:100vh;overflow:auto;align-self:center;padding:50px 20px;width:100%;position:absolute;top:50%;left:50%;transform:translate3d(-50%,-50%,0)}.babylon-languages__wrapper{width:100%;height:100%;background-color:var(--cl_background_dark-opacity);position:relative}.babylon-languages .btn{opacity:1}.babylon-languages .btn:hover{opacity:.6}.babylon-languages__close{position:absolute;right:20px;top:20px;z-index:1}@media (min-width: 992px){.babylon-languages__close{right:70px;top:70px}}.babylon-languages__close .babylon-plus:before{transform:rotate(-45deg)}.babylon-languages__header{width:100%;gap:15px;padding-bottom:65px}.babylon-languages h4,.babylon-languages .subtitle{color:#fff;font-weight:400;text-align:center}.babylon-languages .subtitle{font-family:var(--font-text);font-size:15px;font-weight:300}.babylon-languages__content{gap:20px;padding:0 20px}@media (min-width: 768px){.babylon-languages__content{gap:25px}}.babylon-languages__content a{width:100%;max-width:400px;height:60px;padding:19px 30px 14px 46px;background-color:#fff;position:relative;border-radius:5px;font-family:var(--font-title)!important;font-size:18px;letter-spacing:.02em;font-weight:400;color:var(--cl_subtitle);cursor:pointer}.babylon-languages__content a:hover .icon{animation:move-right 2s infinite ease-in-out}.babylon-languages__content a .icon{display:none}.babylon-languages__content a:not(.babylon-languages__selected) .icon{display:initial;position:absolute;font-size:12px;right:30px;font-weight:700}.babylon-languages__content a .line{border-bottom:1px solid var(--cl_subtitle);width:13px;position:absolute;left:20.5px;top:50%;transform:translateY(-50%)}\n"] }]
26
+ }], propDecorators: { languageSelect: [{
33
27
  type: Output
34
28
  }] } });
35
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYmFieWxvbi1sYW5ndWFnZS1tb2RhbC5jb21wb25lbnQuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9iYWJ5bG9uL3NyYy9saWIvY29tcG9uZW50cy9jb3JlL2JhYnlsb24tbGFuZ3VhZ2UtbW9kYWwvYmFieWxvbi1sYW5ndWFnZS1tb2RhbC5jb21wb25lbnQudHMiLCIuLi8uLi8uLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9iYWJ5bG9uL3NyYy9saWIvY29tcG9uZW50cy9jb3JlL2JhYnlsb24tbGFuZ3VhZ2UtbW9kYWwvYmFieWxvbi1sYW5ndWFnZS1tb2RhbC5jb21wb25lbnQuaHRtbCJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQUUsWUFBWSxFQUFFLE1BQU0saUJBQWlCLENBQUM7QUFDL0MsT0FBTyxFQUFFLFNBQVMsRUFBRSxZQUFZLEVBQUUsTUFBTSxFQUFFLEtBQUssRUFBRSxNQUFNLEVBQUUsTUFBTSxlQUFlLENBQUM7QUFDL0UsT0FBTyxFQUFFLFlBQVksRUFBRSxNQUFNLDBCQUEwQixDQUFDOzs7QUFTeEQsTUFBTSxPQUFPLDZCQUE2QjtJQVAxQztRQWFjLG1CQUFjLEdBQUcsSUFBSSxZQUFZLEVBQTRCLENBQUM7UUFFdkQsY0FBUyxHQUN0QixNQUFNLENBQUMsWUFBWSxDQUFDLENBQUM7S0FVNUI7SUFSRyxjQUFjLENBQUMsUUFBa0M7UUFDN0MsSUFBSSxDQUFDLFFBQVEsR0FBRyxRQUFRLENBQUM7UUFDekIsSUFBSSxDQUFDLGNBQWMsQ0FBQyxJQUFJLENBQUMsUUFBUSxDQUFDLENBQUM7SUFDdkMsQ0FBQztJQUVELEtBQUs7UUFDRCxJQUFJLENBQUMsU0FBUyxDQUFDLEtBQUssRUFBRSxDQUFDO0lBQzNCLENBQUM7K0dBbEJRLDZCQUE2QjttR0FBN0IsNkJBQTZCLDZOQ1gxQyxpaERBMENBLG1pMkJEbkNjLFlBQVk7OzRGQUliLDZCQUE2QjtrQkFQekMsU0FBUzsrQkFDSSw0QkFBNEIsY0FDMUIsSUFBSSxXQUNQLENBQUMsWUFBWSxDQUFDOzhCQUtkLEtBQUs7c0JBQWIsS0FBSztnQkFDRyxRQUFRO3NCQUFoQixLQUFLO2dCQUNHLEtBQUs7c0JBQWIsS0FBSztnQkFDRyxRQUFRO3NCQUFoQixLQUFLO2dCQUVJLGNBQWM7c0JBQXZCLE1BQU0iLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBDb21tb25Nb2R1bGUgfSBmcm9tICdAYW5ndWxhci9jb21tb24nO1xuaW1wb3J0IHsgQ29tcG9uZW50LCBFdmVudEVtaXR0ZXIsIGluamVjdCwgSW5wdXQsIE91dHB1dCB9IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xuaW1wb3J0IHsgTWF0RGlhbG9nUmVmIH0gZnJvbSAnQGFuZ3VsYXIvbWF0ZXJpYWwvZGlhbG9nJztcblxuQENvbXBvbmVudCh7XG4gICAgc2VsZWN0b3I6ICdsaWItYmFieWxvbi1sYW5ndWFnZS1tb2RhbCcsXG4gICAgc3RhbmRhbG9uZTogdHJ1ZSxcbiAgICBpbXBvcnRzOiBbQ29tbW9uTW9kdWxlXSxcbiAgICB0ZW1wbGF0ZVVybDogJy4vYmFieWxvbi1sYW5ndWFnZS1tb2RhbC5jb21wb25lbnQuaHRtbCcsXG4gICAgc3R5bGVVcmw6ICcuL2JhYnlsb24tbGFuZ3VhZ2UtbW9kYWwuY29tcG9uZW50LnNjc3MnLFxufSlcbmV4cG9ydCBjbGFzcyBCYWJ5bG9uTGFuZ3VhZ2VNb2RhbENvbXBvbmVudCB7XG4gICAgQElucHV0KCkgdGl0bGU/OiBzdHJpbmc7XG4gICAgQElucHV0KCkgc3VidGl0bGU/OiBzdHJpbmc7XG4gICAgQElucHV0KCkgaXRlbXM/OiBCYWJ5bG9uTGFuZ3VhZ2VNb2RhbEl0ZW1bXTtcbiAgICBASW5wdXQoKSBzZWxlY3RlZD86IEJhYnlsb25MYW5ndWFnZU1vZGFsSXRlbTtcblxuICAgIEBPdXRwdXQoKSBsYW5ndWFnZVNlbGVjdCA9IG5ldyBFdmVudEVtaXR0ZXI8QmFieWxvbkxhbmd1YWdlTW9kYWxJdGVtPigpO1xuXG4gICAgcHJpdmF0ZSByZWFkb25seSBkaWFsb2dSZWY6IE1hdERpYWxvZ1JlZjxCYWJ5bG9uTGFuZ3VhZ2VNb2RhbENvbXBvbmVudD4gPVxuICAgICAgICBpbmplY3QoTWF0RGlhbG9nUmVmKTtcblxuICAgIHNlbGVjdExhbmd1YWdlKGxhbmd1YWdlOiBCYWJ5bG9uTGFuZ3VhZ2VNb2RhbEl0ZW0pOiB2b2lkIHtcbiAgICAgICAgdGhpcy5zZWxlY3RlZCA9IGxhbmd1YWdlO1xuICAgICAgICB0aGlzLmxhbmd1YWdlU2VsZWN0LmVtaXQobGFuZ3VhZ2UpO1xuICAgIH1cblxuICAgIGNsb3NlKCk6IHZvaWQge1xuICAgICAgICB0aGlzLmRpYWxvZ1JlZi5jbG9zZSgpO1xuICAgIH1cbn1cblxuZXhwb3J0IGludGVyZmFjZSBCYWJ5bG9uTGFuZ3VhZ2VNb2RhbEl0ZW0ge1xuICAgIGNvZGU/OiBzdHJpbmc7XG4gICAgaWQ/OiBudW1iZXI7XG4gICAgbmFtZT86IHN0cmluZztcbn1cbiIsIjxkaXYgY2xhc3M9XCJiYWJ5bG9uLWxhbmd1YWdlc19fY2xvc2VcIj5cbiAgICA8YnV0dG9uXG4gICAgICAgIG5hbWU9XCJjbG9zZVwiXG4gICAgICAgIGNsYXNzPVwiYnRuIGJ0bl9wcmltYXJ5IGJ0bi0tbGlnaHQgYmFieWxvbi1wbHVzIGJ0bi1yZXNwb25zaXZlXCJcbiAgICAgICAgKGNsaWNrKT1cImNsb3NlKClcIlxuICAgID48L2J1dHRvbj5cbjwvZGl2PlxuPGRpdiBjbGFzcz1cImJhYnlsb24tbGFuZ3VhZ2VzX193cmFwcGVyXCI+XG4gICAgPGRpdiBjbGFzcz1cImJhYnlsb24tbGFuZ3VhZ2VzXCI+XG4gICAgICAgIEBpZiAodGl0bGUgfHwgc3VidGl0bGUpIHtcbiAgICAgICAgICAgIDxkaXZcbiAgICAgICAgICAgICAgICBjbGFzcz1cImJhYnlsb24tbGFuZ3VhZ2VzX19oZWFkZXIgZC1mbGV4IGZsZXgtY29sdW1uIGFsaWduLWl0ZW1ucy1jZW50ZXJcIlxuICAgICAgICAgICAgPlxuICAgICAgICAgICAgICAgIEBpZiAodGl0bGUpIHtcbiAgICAgICAgICAgICAgICAgICAgPGg0IGNsYXNzPVwidGl0bGUtLXNtYWxsXCI+e3sgdGl0bGUgfX08L2g0PlxuICAgICAgICAgICAgICAgIH1cbiAgICAgICAgICAgICAgICBAaWYgKHN1YnRpdGxlKSB7XG4gICAgICAgICAgICAgICAgICAgIDxzcGFuIGNsYXNzPVwic3VidGl0bGVcIj57eyBzdWJ0aXRsZSB9fTwvc3Bhbj5cbiAgICAgICAgICAgICAgICB9XG4gICAgICAgICAgICA8L2Rpdj5cbiAgICAgICAgfVxuICAgICAgICBAaWYgKGl0ZW1zPy5sZW5ndGgpIHtcbiAgICAgICAgICAgIDxkaXZcbiAgICAgICAgICAgICAgICBjbGFzcz1cImJhYnlsb24tbGFuZ3VhZ2VzX19jb250ZW50IGQtZmxleCBmbGV4LWNvbHVtbiBhbGlnbi1pdGVtcy1jZW50ZXJcIlxuICAgICAgICAgICAgPlxuICAgICAgICAgICAgICAgIEBmb3IgKGl0ZW0gb2YgaXRlbXM7IHRyYWNrICRpbmRleCkge1xuICAgICAgICAgICAgICAgICAgICA8YVxuICAgICAgICAgICAgICAgICAgICAgICAgW2F0dHIuYXJpYS1sYWJlbF09XCJpdGVtLm5hbWVcIlxuICAgICAgICAgICAgICAgICAgICAgICAgW25nQ2xhc3NdPVwie1xuICAgICAgICAgICAgICAgICAgICAgICAgICAgICdiYWJ5bG9uLWxhbmd1YWdlc19fc2VsZWN0ZWQnOlxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICBpdGVtLmlkID09IHNlbGVjdGVkPy5pZCxcbiAgICAgICAgICAgICAgICAgICAgICAgIH1cIlxuICAgICAgICAgICAgICAgICAgICAgICAgY2xhc3M9XCJkLWZsZXggYWxpZ24taXRlbXMtY2VudGVyXCJcbiAgICAgICAgICAgICAgICAgICAgICAgIChjbGljayk9XCJzZWxlY3RMYW5ndWFnZShpdGVtKVwiXG4gICAgICAgICAgICAgICAgICAgICAgICA+PHNwYW4gY2xhc3M9XCJsaW5lXCI+PC9zcGFuPnt7IGl0ZW0ubmFtZVxuICAgICAgICAgICAgICAgICAgICAgICAgfX08c3BhbiBjbGFzcz1cImljb24gYmFieWxvbi1hcnJvdy1yaWdodFwiPjwvc3BhblxuICAgICAgICAgICAgICAgICAgICA+PC9hPlxuICAgICAgICAgICAgICAgIH1cbiAgICAgICAgICAgIDwvZGl2PlxuICAgICAgICB9XG4gICAgPC9kaXY+XG48L2Rpdj5cbiJdfQ==
29
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYmFieWxvbi1sYW5ndWFnZS1tb2RhbC5jb21wb25lbnQuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9iYWJ5bG9uL3NyYy9saWIvY29tcG9uZW50cy9jb3JlL2JhYnlsb24tbGFuZ3VhZ2UtbW9kYWwvYmFieWxvbi1sYW5ndWFnZS1tb2RhbC5jb21wb25lbnQudHMiLCIuLi8uLi8uLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9iYWJ5bG9uL3NyYy9saWIvY29tcG9uZW50cy9jb3JlL2JhYnlsb24tbGFuZ3VhZ2UtbW9kYWwvYmFieWxvbi1sYW5ndWFnZS1tb2RhbC5jb21wb25lbnQuaHRtbCJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQUUsWUFBWSxFQUFFLE1BQU0saUJBQWlCLENBQUM7QUFDL0MsT0FBTyxFQUFFLFNBQVMsRUFBRSxZQUFZLEVBQUUsTUFBTSxFQUFFLE1BQU0sRUFBRSxNQUFNLGVBQWUsQ0FBQztBQUN4RSxPQUFPLEVBQUUsWUFBWSxFQUFFLE1BQU0sMEJBQTBCLENBQUM7OztBQVN4RCxNQUFNLE9BQU8sNkJBQTZCO0lBUDFDO1FBUVksbUJBQWMsR0FBRyxJQUFJLFlBQVksRUFBVSxDQUFDO1FBRXRELGNBQVMsR0FBRyxDQUFDLFFBQVEsRUFBRSxRQUFRLEVBQUUsU0FBUyxFQUFFLFNBQVMsQ0FBQyxDQUFDO1FBRXZELGFBQVEsR0FBRyxTQUFTLENBQUM7UUFFSixjQUFTLEdBQ3hCLE1BQU0sQ0FBQyxZQUFZLENBQUMsQ0FBQztLQVV4QjtJQVJDLGNBQWMsQ0FBQyxRQUFnQjtRQUM3QixJQUFJLENBQUMsUUFBUSxHQUFHLFFBQVEsQ0FBQztRQUN6QixJQUFJLENBQUMsY0FBYyxDQUFDLElBQUksQ0FBQyxRQUFRLENBQUMsQ0FBQztJQUNyQyxDQUFDO0lBRUQsS0FBSztRQUNILElBQUksQ0FBQyxTQUFTLENBQUMsS0FBSyxFQUFFLENBQUM7SUFDekIsQ0FBQzsrR0FqQlUsNkJBQTZCO21HQUE3Qiw2QkFBNkIsb0lDWDFDLDI0REE0REEsNmxTRHJEWSxZQUFZOzs0RkFJWCw2QkFBNkI7a0JBUHpDLFNBQVM7K0JBQ0UsMkJBQTJCLGNBQ3pCLElBQUksV0FDUCxDQUFDLFlBQVksQ0FBQzs4QkFLYixjQUFjO3NCQUF2QixNQUFNIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgQ29tbW9uTW9kdWxlIH0gZnJvbSAnQGFuZ3VsYXIvY29tbW9uJztcbmltcG9ydCB7IENvbXBvbmVudCwgRXZlbnRFbWl0dGVyLCBpbmplY3QsIE91dHB1dCB9IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xuaW1wb3J0IHsgTWF0RGlhbG9nUmVmIH0gZnJvbSAnQGFuZ3VsYXIvbWF0ZXJpYWwvZGlhbG9nJztcblxuQENvbXBvbmVudCh7XG4gIHNlbGVjdG9yOiAnbGliLWF1cm9yYS1sYW5ndWFnZS1tb2RhbCcsXG4gIHN0YW5kYWxvbmU6IHRydWUsXG4gIGltcG9ydHM6IFtDb21tb25Nb2R1bGVdLFxuICB0ZW1wbGF0ZVVybDogJy4vYmFieWxvbi1sYW5ndWFnZS1tb2RhbC5jb21wb25lbnQuaHRtbCcsXG4gIHN0eWxlVXJsOiAnLi9iYWJ5bG9uLWxhbmd1YWdlLW1vZGFsLmNvbXBvbmVudC5zY3NzJyxcbn0pXG5leHBvcnQgY2xhc3MgQmFieWxvbkxhbmd1YWdlTW9kYWxDb21wb25lbnQge1xuICBAT3V0cHV0KCkgbGFuZ3VhZ2VTZWxlY3QgPSBuZXcgRXZlbnRFbWl0dGVyPHN0cmluZz4oKTtcblxuICBsYW5ndWFnZXMgPSBbJ2luZ2zDqXMnLCAnYWxlbcOhbicsICdlc3Bhw7FvbCcsICdmcmFuY2VzJ107XG5cbiAgc2VsZWN0ZWQgPSAnZXNwYcOxb2wnO1xuXG4gIHByaXZhdGUgcmVhZG9ubHkgZGlhbG9nUmVmOiBNYXREaWFsb2dSZWY8QmFieWxvbkxhbmd1YWdlTW9kYWxDb21wb25lbnQ+ID1cbiAgICBpbmplY3QoTWF0RGlhbG9nUmVmKTtcblxuICBzZWxlY3RMYW5ndWFnZShsYW5ndWFnZTogc3RyaW5nKTogdm9pZCB7XG4gICAgdGhpcy5zZWxlY3RlZCA9IGxhbmd1YWdlO1xuICAgIHRoaXMubGFuZ3VhZ2VTZWxlY3QuZW1pdChsYW5ndWFnZSk7XG4gIH1cblxuICBjbG9zZSgpOiB2b2lkIHtcbiAgICB0aGlzLmRpYWxvZ1JlZi5jbG9zZSgpO1xuICB9XG59XG4iLCI8ZGl2IGNsYXNzPVwiYmFieWxvbi1sYW5ndWFnZXNfX2Nsb3NlXCI+XG4gIDxidXR0b24gXG4gICAgICBjbGFzcz1cImJ0biBidG5fcHJpbWFyeSBidG4tLWxpZ2h0IGJhYnlsb24tcGx1cyBidG4tcmVzcG9uc2l2ZVwiIFxuICAgICAgKGNsaWNrKT1cImNsb3NlKClcIj48L2J1dHRvbj5cbjwvZGl2PlxuPGRpdiBjbGFzcz1cImJhYnlsb24tbGFuZ3VhZ2VzX193cmFwcGVyXCI+XG4gIDxkaXYgY2xhc3M9XCJiYWJ5bG9uLWxhbmd1YWdlc1wiPlxuICAgIDxkaXZcbiAgICAgIGNsYXNzPVwiYmFieWxvbi1sYW5ndWFnZXNfX2hlYWRlciBkLWZsZXggZmxleC1jb2x1bW4gYWxpZ24taXRlbW5zLWNlbnRlclwiXG4gICAgPlxuICAgICAgPGg0IGNsYXNzPVwidGl0bGUtLXNtYWxsXCI+SWRpb21hczwvaDQ+XG4gICAgICA8c3BhbiBjbGFzcz1cInN1YnRpdGxlXCI+U2VsZWNjaW9uZSB1biBpZGlvbWE8L3NwYW4+XG4gICAgPC9kaXY+XG5cbiAgICA8ZGl2XG4gICAgICBjbGFzcz1cImJhYnlsb24tbGFuZ3VhZ2VzX19jb250ZW50IGQtZmxleCBmbGV4LWNvbHVtbiBhbGlnbi1pdGVtcy1jZW50ZXJcIlxuICAgID5cbiAgICAgIDxhXG4gICAgICAgIFtuZ0NsYXNzXT1cIntcbiAgICAgICAgICAgICAgICAgICAgJ2JhYnlsb24tbGFuZ3VhZ2VzX19zZWxlY3RlZCc6IGxhbmd1YWdlc1syXSA9PSBzZWxlY3RlZFxuICAgICAgICAgICAgICAgIH1cIlxuICAgICAgICBjbGFzcz1cImQtZmxleCBhbGlnbi1pdGVtcy1jZW50ZXJcIlxuICAgICAgICAoYnRuQ2xpY2spPVwiY2xvc2UoKVwiXG4gICAgICA+PHNwYW4gY2xhc3M9XCJsaW5lXCI+PC9zcGFuPkVzcGHDsW9sPHNwYW5cbiAgICAgICAgY2xhc3M9XCJpY29uIGJhYnlsb24tYXJyb3ctcmlnaHRcIlxuICAgICAgPjwvc3BhblxuICAgICAgPjwvYT5cbiAgICAgIDxhXG4gICAgICAgIFtuZ0NsYXNzXT1cIntcbiAgICAgICAgICAgICAgICAgICAgJ2JhYnlsb24tbGFuZ3VhZ2VzX19zZWxlY3RlZCc6IGxhbmd1YWdlc1swXSA9PSBzZWxlY3RlZFxuICAgICAgICAgICAgICAgIH1cIlxuICAgICAgICBjbGFzcz1cImQtZmxleCBhbGlnbi1pdGVtcy1jZW50ZXJcIlxuICAgICAgICAoYnRuQ2xpY2spPVwiY2xvc2UoKVwiXG4gICAgICA+PHNwYW4gY2xhc3M9XCJsaW5lXCI+PC9zcGFuPkVuZ2xpc2g8c3BhblxuICAgICAgICBjbGFzcz1cImljb24gYmFieWxvbi1hcnJvdy1yaWdodFwiXG4gICAgICA+PC9zcGFuXG4gICAgICA+PC9hPlxuICAgICAgPGFcbiAgICAgICAgW25nQ2xhc3NdPVwie1xuICAgICAgICAgICAgICAgICAgICAnYmFieWxvbi1sYW5ndWFnZXNfX3NlbGVjdGVkJzogbGFuZ3VhZ2VzWzFdID09IHNlbGVjdGVkXG4gICAgICAgICAgICAgICAgfVwiXG4gICAgICAgIGNsYXNzPVwiZC1mbGV4IGFsaWduLWl0ZW1zLWNlbnRlclwiXG4gICAgICAgIChidG5DbGljayk9XCJjbG9zZSgpXCJcbiAgICAgID48c3BhbiBjbGFzcz1cImxpbmVcIj48L3NwYW4+RGV1dHNjaDxzcGFuXG4gICAgICAgIGNsYXNzPVwiaWNvbiBiYWJ5bG9uLWFycm93LXJpZ2h0XCJcbiAgICAgID48L3NwYW5cbiAgICAgID48L2E+XG4gICAgICA8YVxuICAgICAgICBbbmdDbGFzc109XCJ7XG4gICAgICAgICAgICAgICAgICAgICdiYWJ5bG9uLWxhbmd1YWdlc19fc2VsZWN0ZWQnOiBsYW5ndWFnZXNbMV0gPT0gc2VsZWN0ZWRcbiAgICAgICAgICAgICAgICB9XCJcbiAgICAgICAgY2xhc3M9XCJkLWZsZXggYWxpZ24taXRlbXMtY2VudGVyXCJcbiAgICAgICAgKGJ0bkNsaWNrKT1cImNsb3NlKClcIlxuICAgICAgPjxzcGFuIGNsYXNzPVwibGluZVwiPjwvc3Bhbj5GcmFuw6dhaXM8c3BhblxuICAgICAgICBjbGFzcz1cImljb24gYmFieWxvbi1hcnJvdy1yaWdodFwiXG4gICAgICA+PC9zcGFuXG4gICAgICA+PC9hPlxuICAgIDwvZGl2PlxuICA8L2Rpdj5cbjwvZGl2PlxuIl19
@@ -0,0 +1,28 @@
1
+ import { CommonModule } from '@angular/common';
2
+ import { Component, EventEmitter, inject, Output } from '@angular/core';
3
+ import { MatDialogRef } from '@angular/material/dialog';
4
+ import * as i0 from "@angular/core";
5
+ export class BabylonLanguageModalV2Component {
6
+ constructor() {
7
+ this.languageSelect = new EventEmitter();
8
+ this.languages = ['inglés', 'alemán', 'español', 'frances'];
9
+ this.selected = 'español';
10
+ this.dialogRef = inject(MatDialogRef);
11
+ }
12
+ selectLanguage(language) {
13
+ this.selected = language;
14
+ this.languageSelect.emit(language);
15
+ }
16
+ close() {
17
+ this.dialogRef.close();
18
+ }
19
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: BabylonLanguageModalV2Component, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
20
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.12", type: BabylonLanguageModalV2Component, isStandalone: true, selector: "lib-babylon-language-modal-v2", outputs: { languageSelect: "languageSelect" }, ngImport: i0, template: "<div class=\"modal modal__language\">\n <div class=\"modal__inner\">\n <div\n class=\"modal__close js-close\"\n data-modal_name=\"language\"\n role=\"button\"\n (click)=\"close()\"\n >\n <svg aria-hidden=\"true\" focusable=\"false\">\n <use href=\"/assets/babylon/svg/icon-close.svg#icon-close\"></use>\n </svg>\n </div>\n <div class=\"modal__box\">\n <div class=\"modal__check-list--outer\">\n <h2 class=\"modal__title\">Selecciona un idioma</h2>\n <div class=\"modal__check-list\">\n <div>\n <label\n class=\"switch\"\n role=\"button\"\n (btnClick)=\"close()\"\n >\n <input type=\"radio\" checked=\"\" name=\"lang\" />\n <div class=\"btn btn__primary\">\n <span>Ingl\u00E9s</span>\n </div>\n </label>\n </div>\n <div>\n <label\n class=\"switch\"\n role=\"button\"\n (btnClick)=\"close()\"\n >\n <input type=\"radio\" name=\"lang\" />\n <div class=\"btn btn__primary\">\n <span>Alem\u00E1n</span>\n </div>\n </label>\n </div>\n <div>\n <label\n class=\"switch\"\n role=\"button\"\n (btnClick)=\"close()\"\n >\n <input type=\"radio\" name=\"lang\" />\n <div class=\"btn btn__primary\">\n <span>Frances</span>\n </div>\n </label>\n </div>\n <div>\n <label\n class=\"switch\"\n role=\"button\"\n (btnClick)=\"close()\"\n >\n <input type=\"radio\" name=\"lang\" />\n <div class=\"btn btn__primary\">\n <span>Espa\u00F1ol</span>\n </div>\n </label>\n </div>\n </div>\n </div>\n </div>\n <figure class=\"modal__language--graphic\">\n <img src=\"/assets/babylon/images/img-36.webp\" />\n </figure>\n </div>\n</div>\n", 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_background_dark-opacity: #19314bbf;--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;--cl_submenu-bg: #19314b;--cl_submenu-text: #fff;--cl_submenu-hover: #978667;--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;--cl_engine-bg: #fff;--cl_engine-bg-dark: #19314b;--cl_engine-input-bg: #47474724;--cl_engine-input-bg-select: #ebebeb;--cl_engine-input-bg-hover: #081523;--cl_engine-text: #19314b;--cl_dropdown: #19314b;--cl_dropdown-text: #5a5a5a;--cl_dropdown-hover: #19314b;--cl_dropdown-radius: 20px;--cl_newsletter-input-background: #d1d1d1;--cl_newsletter-input-text: #5a5a5a;--cl_desde: #bcbbc3;--cl_price: #19314b;--cl_badget: #ff8874;--cl_badget-text: #fff}.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;--cl_engine-bg: #181818;--cl_engine-input-bg: #79582c;--cl_engine-input-bg-hover: #081523;--cl_engine-text: #fff;--cl_dropdown: #19314b;--cl_dropdown-text: #5a5a5a;--cl_dropdown-hover: #19314b;--cl_dropdown-radius: 20px;--cl_newsletter-input-background: #d1d1d1;--cl_newsletter-input-text: #5a5a5a}.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}.modal{opacity:1!important;pointer-events:all!important}.modal.modal__language{background:#fff}.modal--open.language .modal.modal__language{opacity:1;pointer-events:auto}.modal.modal__language .modal__inner{display:flex;min-height:100%;flex-direction:column}.modal.modal__language .modal__box{flex:1 1 auto;display:flex;width:100%;justify-content:center;padding-block:8rem}@media (min-width: 540px){.modal.modal__language .modal__box{padding-block:10rem}}@media (min-width: 768px){.modal.modal__language .modal__box{padding-block:18rem}}@media (min-width: 1024px){.modal.modal__language .modal__box{padding-block:11rem}}@media (min-width: 1680px){.modal.modal__language .modal__box{align-items:center;padding-top:0}}.modal.modal__language .modal__language--graphic{width:100%;flex:0 0 auto;aspect-ratio:375/125;position:relative}@media (min-width: 1024px){.modal.modal__language .modal__language--graphic{aspect-ratio:1024/265}}@media (min-width: 1280px){.modal.modal__language .modal__language--graphic{aspect-ratio:unset;width:100%;height:28.8rem}}@media (min-width: 1680px){.modal.modal__language .modal__language--graphic{height:36.2rem}}@media (min-width: 1800px){.modal.modal__language .modal__language--graphic{height:50vh}}.modal.modal__language .modal__language--graphic img{position:absolute;left:0;top:0;width:100%;height:100%;object-fit:cover}.modal.modal__language .modal__title{font-size:1.6rem;line-height:1;letter-spacing:.064rem;text-transform:uppercase}@media (min-width: 540px){.modal.modal__language .modal__title{font-size:1.7rem;line-height:1;letter-spacing:.17rem}}@media (min-width: 768px){.modal.modal__language .modal__title{font-size:2rem;line-height:1}}@media (min-width: 1280px){.modal.modal__language .modal__title{letter-spacing:.3rem}}@media (min-width: 1366px){.modal.modal__language .modal__title{letter-spacing:.2rem}}@media (min-width: 1680px){.modal.modal__language .modal__title{letter-spacing:.3rem;font-size:2rem;line-height:.7;position:absolute;right:100%;top:50%;transform:translate(-15.2rem,-50%);width:max-content}}@media (min-width: 1800px){.modal.modal__language .modal__title{transform:translate(-16.2rem,-50%)}}.modal.modal__language .modal__check-list{display:grid;grid-template-columns:1fr;gap:2rem}@media (min-width: 540px){.modal.modal__language .modal__check-list{gap:3rem}}@media (min-width: 1024px){.modal.modal__language .modal__check-list{grid-template-columns:repeat(2,1fr)}}.modal.modal__language .modal__check-list--outer{display:flex;flex-direction:column;align-items:center;position:relative;gap:4rem}@media (min-width: 540px){.modal.modal__language .modal__check-list--outer{gap:5rem}}@media (min-width: 768px){.modal.modal__language .modal__check-list--outer{gap:6rem}}.modal.modal__language .modal__check-list .btn:not(:hover){opacity:.5}.modal.modal__language .modal__check-list label.switch{position:relative}.modal.modal__language .modal__check-list label.switch input{position:absolute;top:0;left:0}.modal.modal__language .modal__check-list label.switch input:checked+.btn{opacity:1}\n"], dependencies: [{ kind: "ngmodule", type: CommonModule }] }); }
21
+ }
22
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: BabylonLanguageModalV2Component, decorators: [{
23
+ type: Component,
24
+ args: [{ selector: 'lib-babylon-language-modal-v2', standalone: true, imports: [CommonModule], template: "<div class=\"modal modal__language\">\n <div class=\"modal__inner\">\n <div\n class=\"modal__close js-close\"\n data-modal_name=\"language\"\n role=\"button\"\n (click)=\"close()\"\n >\n <svg aria-hidden=\"true\" focusable=\"false\">\n <use href=\"/assets/babylon/svg/icon-close.svg#icon-close\"></use>\n </svg>\n </div>\n <div class=\"modal__box\">\n <div class=\"modal__check-list--outer\">\n <h2 class=\"modal__title\">Selecciona un idioma</h2>\n <div class=\"modal__check-list\">\n <div>\n <label\n class=\"switch\"\n role=\"button\"\n (btnClick)=\"close()\"\n >\n <input type=\"radio\" checked=\"\" name=\"lang\" />\n <div class=\"btn btn__primary\">\n <span>Ingl\u00E9s</span>\n </div>\n </label>\n </div>\n <div>\n <label\n class=\"switch\"\n role=\"button\"\n (btnClick)=\"close()\"\n >\n <input type=\"radio\" name=\"lang\" />\n <div class=\"btn btn__primary\">\n <span>Alem\u00E1n</span>\n </div>\n </label>\n </div>\n <div>\n <label\n class=\"switch\"\n role=\"button\"\n (btnClick)=\"close()\"\n >\n <input type=\"radio\" name=\"lang\" />\n <div class=\"btn btn__primary\">\n <span>Frances</span>\n </div>\n </label>\n </div>\n <div>\n <label\n class=\"switch\"\n role=\"button\"\n (btnClick)=\"close()\"\n >\n <input type=\"radio\" name=\"lang\" />\n <div class=\"btn btn__primary\">\n <span>Espa\u00F1ol</span>\n </div>\n </label>\n </div>\n </div>\n </div>\n </div>\n <figure class=\"modal__language--graphic\">\n <img src=\"/assets/babylon/images/img-36.webp\" />\n </figure>\n </div>\n</div>\n", 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_background_dark-opacity: #19314bbf;--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;--cl_submenu-bg: #19314b;--cl_submenu-text: #fff;--cl_submenu-hover: #978667;--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;--cl_engine-bg: #fff;--cl_engine-bg-dark: #19314b;--cl_engine-input-bg: #47474724;--cl_engine-input-bg-select: #ebebeb;--cl_engine-input-bg-hover: #081523;--cl_engine-text: #19314b;--cl_dropdown: #19314b;--cl_dropdown-text: #5a5a5a;--cl_dropdown-hover: #19314b;--cl_dropdown-radius: 20px;--cl_newsletter-input-background: #d1d1d1;--cl_newsletter-input-text: #5a5a5a;--cl_desde: #bcbbc3;--cl_price: #19314b;--cl_badget: #ff8874;--cl_badget-text: #fff}.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;--cl_engine-bg: #181818;--cl_engine-input-bg: #79582c;--cl_engine-input-bg-hover: #081523;--cl_engine-text: #fff;--cl_dropdown: #19314b;--cl_dropdown-text: #5a5a5a;--cl_dropdown-hover: #19314b;--cl_dropdown-radius: 20px;--cl_newsletter-input-background: #d1d1d1;--cl_newsletter-input-text: #5a5a5a}.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}.modal{opacity:1!important;pointer-events:all!important}.modal.modal__language{background:#fff}.modal--open.language .modal.modal__language{opacity:1;pointer-events:auto}.modal.modal__language .modal__inner{display:flex;min-height:100%;flex-direction:column}.modal.modal__language .modal__box{flex:1 1 auto;display:flex;width:100%;justify-content:center;padding-block:8rem}@media (min-width: 540px){.modal.modal__language .modal__box{padding-block:10rem}}@media (min-width: 768px){.modal.modal__language .modal__box{padding-block:18rem}}@media (min-width: 1024px){.modal.modal__language .modal__box{padding-block:11rem}}@media (min-width: 1680px){.modal.modal__language .modal__box{align-items:center;padding-top:0}}.modal.modal__language .modal__language--graphic{width:100%;flex:0 0 auto;aspect-ratio:375/125;position:relative}@media (min-width: 1024px){.modal.modal__language .modal__language--graphic{aspect-ratio:1024/265}}@media (min-width: 1280px){.modal.modal__language .modal__language--graphic{aspect-ratio:unset;width:100%;height:28.8rem}}@media (min-width: 1680px){.modal.modal__language .modal__language--graphic{height:36.2rem}}@media (min-width: 1800px){.modal.modal__language .modal__language--graphic{height:50vh}}.modal.modal__language .modal__language--graphic img{position:absolute;left:0;top:0;width:100%;height:100%;object-fit:cover}.modal.modal__language .modal__title{font-size:1.6rem;line-height:1;letter-spacing:.064rem;text-transform:uppercase}@media (min-width: 540px){.modal.modal__language .modal__title{font-size:1.7rem;line-height:1;letter-spacing:.17rem}}@media (min-width: 768px){.modal.modal__language .modal__title{font-size:2rem;line-height:1}}@media (min-width: 1280px){.modal.modal__language .modal__title{letter-spacing:.3rem}}@media (min-width: 1366px){.modal.modal__language .modal__title{letter-spacing:.2rem}}@media (min-width: 1680px){.modal.modal__language .modal__title{letter-spacing:.3rem;font-size:2rem;line-height:.7;position:absolute;right:100%;top:50%;transform:translate(-15.2rem,-50%);width:max-content}}@media (min-width: 1800px){.modal.modal__language .modal__title{transform:translate(-16.2rem,-50%)}}.modal.modal__language .modal__check-list{display:grid;grid-template-columns:1fr;gap:2rem}@media (min-width: 540px){.modal.modal__language .modal__check-list{gap:3rem}}@media (min-width: 1024px){.modal.modal__language .modal__check-list{grid-template-columns:repeat(2,1fr)}}.modal.modal__language .modal__check-list--outer{display:flex;flex-direction:column;align-items:center;position:relative;gap:4rem}@media (min-width: 540px){.modal.modal__language .modal__check-list--outer{gap:5rem}}@media (min-width: 768px){.modal.modal__language .modal__check-list--outer{gap:6rem}}.modal.modal__language .modal__check-list .btn:not(:hover){opacity:.5}.modal.modal__language .modal__check-list label.switch{position:relative}.modal.modal__language .modal__check-list label.switch input{position:absolute;top:0;left:0}.modal.modal__language .modal__check-list label.switch input:checked+.btn{opacity:1}\n"] }]
25
+ }], propDecorators: { languageSelect: [{
26
+ type: Output
27
+ }] } });
28
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYmFieWxvbi1sYW5ndWFnZS1tb2RhbC12Mi5jb21wb25lbnQuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9iYWJ5bG9uL3NyYy9saWIvY29tcG9uZW50cy9jb3JlL2JhYnlsb24tbGFuZ3VhZ2UtbW9kYWwtdjIvYmFieWxvbi1sYW5ndWFnZS1tb2RhbC12Mi5jb21wb25lbnQudHMiLCIuLi8uLi8uLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9iYWJ5bG9uL3NyYy9saWIvY29tcG9uZW50cy9jb3JlL2JhYnlsb24tbGFuZ3VhZ2UtbW9kYWwtdjIvYmFieWxvbi1sYW5ndWFnZS1tb2RhbC12Mi5jb21wb25lbnQuaHRtbCJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQUUsWUFBWSxFQUFFLE1BQU0saUJBQWlCLENBQUM7QUFDL0MsT0FBTyxFQUFFLFNBQVMsRUFBRSxZQUFZLEVBQUUsTUFBTSxFQUFFLE1BQU0sRUFBRSxNQUFNLGVBQWUsQ0FBQztBQUN4RSxPQUFPLEVBQUUsWUFBWSxFQUFFLE1BQU0sMEJBQTBCLENBQUM7O0FBU3hELE1BQU0sT0FBTywrQkFBK0I7SUFQNUM7UUFRYyxtQkFBYyxHQUFHLElBQUksWUFBWSxFQUFVLENBQUM7UUFFdEQsY0FBUyxHQUFHLENBQUMsUUFBUSxFQUFFLFFBQVEsRUFBRSxTQUFTLEVBQUUsU0FBUyxDQUFDLENBQUM7UUFFdkQsYUFBUSxHQUFHLFNBQVMsQ0FBQztRQUVKLGNBQVMsR0FDdEIsTUFBTSxDQUFDLFlBQVksQ0FBQyxDQUFDO0tBVTVCO0lBUkcsY0FBYyxDQUFDLFFBQWdCO1FBQzNCLElBQUksQ0FBQyxRQUFRLEdBQUcsUUFBUSxDQUFDO1FBQ3pCLElBQUksQ0FBQyxjQUFjLENBQUMsSUFBSSxDQUFDLFFBQVEsQ0FBQyxDQUFDO0lBQ3ZDLENBQUM7SUFFRCxLQUFLO1FBQ0QsSUFBSSxDQUFDLFNBQVMsQ0FBQyxLQUFLLEVBQUUsQ0FBQztJQUMzQixDQUFDOytHQWpCUSwrQkFBK0I7bUdBQS9CLCtCQUErQix3SUNYNUMsODJGQXdFQSxnN1VEakVjLFlBQVk7OzRGQUliLCtCQUErQjtrQkFQM0MsU0FBUzsrQkFDSSwrQkFBK0IsY0FDN0IsSUFBSSxXQUNQLENBQUMsWUFBWSxDQUFDOzhCQUtiLGNBQWM7c0JBQXZCLE1BQU0iLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBDb21tb25Nb2R1bGUgfSBmcm9tICdAYW5ndWxhci9jb21tb24nO1xuaW1wb3J0IHsgQ29tcG9uZW50LCBFdmVudEVtaXR0ZXIsIGluamVjdCwgT3V0cHV0IH0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XG5pbXBvcnQgeyBNYXREaWFsb2dSZWYgfSBmcm9tICdAYW5ndWxhci9tYXRlcmlhbC9kaWFsb2cnO1xuXG5AQ29tcG9uZW50KHtcbiAgICBzZWxlY3RvcjogJ2xpYi1iYWJ5bG9uLWxhbmd1YWdlLW1vZGFsLXYyJyxcbiAgICBzdGFuZGFsb25lOiB0cnVlLFxuICAgIGltcG9ydHM6IFtDb21tb25Nb2R1bGVdLFxuICAgIHRlbXBsYXRlVXJsOiAnLi9iYWJ5bG9uLWxhbmd1YWdlLW1vZGFsLXYyLmNvbXBvbmVudC5odG1sJyxcbiAgICBzdHlsZVVybDogJy4vYmFieWxvbi1sYW5ndWFnZS1tb2RhbC12Mi5jb21wb25lbnQuc2NzcycsXG59KVxuZXhwb3J0IGNsYXNzIEJhYnlsb25MYW5ndWFnZU1vZGFsVjJDb21wb25lbnQge1xuICAgIEBPdXRwdXQoKSBsYW5ndWFnZVNlbGVjdCA9IG5ldyBFdmVudEVtaXR0ZXI8c3RyaW5nPigpO1xuXG4gICAgbGFuZ3VhZ2VzID0gWydpbmdsw6lzJywgJ2FsZW3DoW4nLCAnZXNwYcOxb2wnLCAnZnJhbmNlcyddO1xuXG4gICAgc2VsZWN0ZWQgPSAnZXNwYcOxb2wnO1xuXG4gICAgcHJpdmF0ZSByZWFkb25seSBkaWFsb2dSZWY6IE1hdERpYWxvZ1JlZjxCYWJ5bG9uTGFuZ3VhZ2VNb2RhbFYyQ29tcG9uZW50PiA9XG4gICAgICAgIGluamVjdChNYXREaWFsb2dSZWYpO1xuXG4gICAgc2VsZWN0TGFuZ3VhZ2UobGFuZ3VhZ2U6IHN0cmluZyk6IHZvaWQge1xuICAgICAgICB0aGlzLnNlbGVjdGVkID0gbGFuZ3VhZ2U7XG4gICAgICAgIHRoaXMubGFuZ3VhZ2VTZWxlY3QuZW1pdChsYW5ndWFnZSk7XG4gICAgfVxuXG4gICAgY2xvc2UoKTogdm9pZCB7XG4gICAgICAgIHRoaXMuZGlhbG9nUmVmLmNsb3NlKCk7XG4gICAgfVxufVxuIiwiPGRpdiBjbGFzcz1cIm1vZGFsIG1vZGFsX19sYW5ndWFnZVwiPlxuICAgIDxkaXYgY2xhc3M9XCJtb2RhbF9faW5uZXJcIj5cbiAgICAgICAgPGRpdlxuICAgICAgICAgICAgY2xhc3M9XCJtb2RhbF9fY2xvc2UganMtY2xvc2VcIlxuICAgICAgICAgICAgZGF0YS1tb2RhbF9uYW1lPVwibGFuZ3VhZ2VcIlxuICAgICAgICAgICAgcm9sZT1cImJ1dHRvblwiXG4gICAgICAgICAgICAoY2xpY2spPVwiY2xvc2UoKVwiXG4gICAgICAgID5cbiAgICAgICAgICAgIDxzdmcgYXJpYS1oaWRkZW49XCJ0cnVlXCIgZm9jdXNhYmxlPVwiZmFsc2VcIj5cbiAgICAgICAgICAgICAgICA8dXNlIGhyZWY9XCIvYXNzZXRzL2JhYnlsb24vc3ZnL2ljb24tY2xvc2Uuc3ZnI2ljb24tY2xvc2VcIj48L3VzZT5cbiAgICAgICAgICAgIDwvc3ZnPlxuICAgICAgICA8L2Rpdj5cbiAgICAgICAgPGRpdiBjbGFzcz1cIm1vZGFsX19ib3hcIj5cbiAgICAgICAgICAgIDxkaXYgY2xhc3M9XCJtb2RhbF9fY2hlY2stbGlzdC0tb3V0ZXJcIj5cbiAgICAgICAgICAgICAgICA8aDIgY2xhc3M9XCJtb2RhbF9fdGl0bGVcIj5TZWxlY2Npb25hIHVuIGlkaW9tYTwvaDI+XG4gICAgICAgICAgICAgICAgPGRpdiBjbGFzcz1cIm1vZGFsX19jaGVjay1saXN0XCI+XG4gICAgICAgICAgICAgICAgICAgIDxkaXY+XG4gICAgICAgICAgICAgICAgICAgICAgICA8bGFiZWxcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICBjbGFzcz1cInN3aXRjaFwiXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgcm9sZT1cImJ1dHRvblwiXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgKGJ0bkNsaWNrKT1cImNsb3NlKClcIlxuICAgICAgICAgICAgICAgICAgICAgICAgPlxuICAgICAgICAgICAgICAgICAgICAgICAgICAgIDxpbnB1dCB0eXBlPVwicmFkaW9cIiBjaGVja2VkPVwiXCIgbmFtZT1cImxhbmdcIiAvPlxuICAgICAgICAgICAgICAgICAgICAgICAgICAgIDxkaXYgY2xhc3M9XCJidG4gYnRuX19wcmltYXJ5XCI+XG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIDxzcGFuPkluZ2zDqXM8L3NwYW4+XG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgPC9kaXY+XG4gICAgICAgICAgICAgICAgICAgICAgICA8L2xhYmVsPlxuICAgICAgICAgICAgICAgICAgICA8L2Rpdj5cbiAgICAgICAgICAgICAgICAgICAgPGRpdj5cbiAgICAgICAgICAgICAgICAgICAgICAgIDxsYWJlbFxuICAgICAgICAgICAgICAgICAgICAgICAgICAgIGNsYXNzPVwic3dpdGNoXCJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICByb2xlPVwiYnV0dG9uXCJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAoYnRuQ2xpY2spPVwiY2xvc2UoKVwiXG4gICAgICAgICAgICAgICAgICAgICAgICA+XG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgPGlucHV0IHR5cGU9XCJyYWRpb1wiIG5hbWU9XCJsYW5nXCIgLz5cbiAgICAgICAgICAgICAgICAgICAgICAgICAgICA8ZGl2IGNsYXNzPVwiYnRuIGJ0bl9fcHJpbWFyeVwiPlxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICA8c3Bhbj5BbGVtw6FuPC9zcGFuPlxuICAgICAgICAgICAgICAgICAgICAgICAgICAgIDwvZGl2PlxuICAgICAgICAgICAgICAgICAgICAgICAgPC9sYWJlbD5cbiAgICAgICAgICAgICAgICAgICAgPC9kaXY+XG4gICAgICAgICAgICAgICAgICAgIDxkaXY+XG4gICAgICAgICAgICAgICAgICAgICAgICA8bGFiZWxcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICBjbGFzcz1cInN3aXRjaFwiXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgcm9sZT1cImJ1dHRvblwiXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgKGJ0bkNsaWNrKT1cImNsb3NlKClcIlxuICAgICAgICAgICAgICAgICAgICAgICAgPlxuICAgICAgICAgICAgICAgICAgICAgICAgICAgIDxpbnB1dCB0eXBlPVwicmFkaW9cIiBuYW1lPVwibGFuZ1wiIC8+XG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgPGRpdiBjbGFzcz1cImJ0biBidG5fX3ByaW1hcnlcIj5cbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgPHNwYW4+RnJhbmNlczwvc3Bhbj5cbiAgICAgICAgICAgICAgICAgICAgICAgICAgICA8L2Rpdj5cbiAgICAgICAgICAgICAgICAgICAgICAgIDwvbGFiZWw+XG4gICAgICAgICAgICAgICAgICAgIDwvZGl2PlxuICAgICAgICAgICAgICAgICAgICA8ZGl2PlxuICAgICAgICAgICAgICAgICAgICAgICAgPGxhYmVsXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgY2xhc3M9XCJzd2l0Y2hcIlxuICAgICAgICAgICAgICAgICAgICAgICAgICAgIHJvbGU9XCJidXR0b25cIlxuICAgICAgICAgICAgICAgICAgICAgICAgICAgIChidG5DbGljayk9XCJjbG9zZSgpXCJcbiAgICAgICAgICAgICAgICAgICAgICAgID5cbiAgICAgICAgICAgICAgICAgICAgICAgICAgICA8aW5wdXQgdHlwZT1cInJhZGlvXCIgbmFtZT1cImxhbmdcIiAvPlxuICAgICAgICAgICAgICAgICAgICAgICAgICAgIDxkaXYgY2xhc3M9XCJidG4gYnRuX19wcmltYXJ5XCI+XG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIDxzcGFuPkVzcGHDsW9sPC9zcGFuPlxuICAgICAgICAgICAgICAgICAgICAgICAgICAgIDwvZGl2PlxuICAgICAgICAgICAgICAgICAgICAgICAgPC9sYWJlbD5cbiAgICAgICAgICAgICAgICAgICAgPC9kaXY+XG4gICAgICAgICAgICAgICAgPC9kaXY+XG4gICAgICAgICAgICA8L2Rpdj5cbiAgICAgICAgPC9kaXY+XG4gICAgICAgIDxmaWd1cmUgY2xhc3M9XCJtb2RhbF9fbGFuZ3VhZ2UtLWdyYXBoaWNcIj5cbiAgICAgICAgICAgIDxpbWcgc3JjPVwiL2Fzc2V0cy9iYWJ5bG9uL2ltYWdlcy9pbWctMzYud2VicFwiIC8+XG4gICAgICAgIDwvZmlndXJlPlxuICAgIDwvZGl2PlxuPC9kaXY+XG4iXX0=
@@ -1,25 +1,11 @@
1
- import { ChangeDetectionStrategy, Component, Input } from '@angular/core';
2
- import { RouterModule } from '@angular/router';
3
- import { BabylonDynamicHeadingComponent } from '../../shared';
1
+ import { Component } from '@angular/core';
4
2
  import * as i0 from "@angular/core";
5
3
  export class BabylonLegalComponent {
6
4
  static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: BabylonLegalComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
7
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "17.3.12", type: BabylonLegalComponent, isStandalone: true, selector: "lib-babylon-legal", inputs: { pretitle: "pretitle", title: "title", description: "description", img: "img", tags: "tags", textColors: "textColors" }, ngImport: i0, template: "<section class=\"babylon__legal margin-main\">\n <div class=\"container\">\n <div class=\"row align-items-start cs_gap_y_30\">\n <div class=\"col-lg-6 cs_pr_110\">\n <div class=\"intro_info no-align\">\n @if (pretitle) {\n <lib-babylon-dynamic-heading\n [tag]=\"tags?.pretitle || 'h2'\"\n cssClass=\"pretitle mb--10\"\n [color]=\"textColors?.pretitle\"\n [content]=\"pretitle\"\n ></lib-babylon-dynamic-heading>\n }\n @if (title) {\n <lib-babylon-dynamic-heading\n [tag]=\"tags?.title || 'h1'\"\n cssClass=\"title\"\n [color]=\"textColors?.title\"\n [content]=\"title\"\n ></lib-babylon-dynamic-heading>\n }\n @if (description) {\n <lib-babylon-dynamic-heading\n [tag]=\"tags?.description || 'p'\"\n cssClass=\"text\"\n [color]=\"textColors?.description\"\n [content]=\"description\"\n ></lib-babylon-dynamic-heading>\n }\n </div>\n </div>\n @if (img) {\n <div class=\"col-lg-6 sticky-image\">\n <div\n class=\"cs_pr_1101 cs_image_layer cs_style_3\"\n >\n <img\n [src]=\"img.src\"\n [alt]=\"img.alt\"\n class=\"cs--radius\"\n loading=\"lazy\"\n />\n </div>\n </div>\n }\n </div>\n </div>\n</section>\n", styles: [".cs_image_layer.cs_style_3.cs_type_1,.cs_image_layer.cs_style_4.cs_type_1{border-radius:250px 0}.cs_image_layer.cs_style_3.cs_type_1 img,.cs_image_layer.cs_style_4.cs_type_1 img{border-radius:inherit}.cs_image_layer.cs_style_3.cs_type_1:before,.cs_image_layer.cs_style_4.cs_type_1:before{border-radius:225px 0}.sticky-image{position:sticky;top:200px}\n"], dependencies: [{ kind: "ngmodule", type: RouterModule }, { kind: "component", type: BabylonDynamicHeadingComponent, selector: "lib-babylon-dynamic-heading", inputs: ["tag", "wrapper", "cssClass", "content", "color"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
5
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.12", type: BabylonLegalComponent, isStandalone: true, selector: "lib-babylon-legal", ngImport: i0, template: "<section class=\"babylon__legal margin-main \"> \n <div class=\"container\">\n <div class=\"row align-items-center cs_gap_y_30\"> \n <div class=\"col-lg-6 cs_pr_110\">\n <div class=\"intro_info no-align\">\n <h2 class=\"pretitle mb--10\">Babylon hotel</h2>\n <h3 class=\"title \" >Legal</h3> \n <p class=\"text\">\n Lorem ipsum dolor sit amet, consectetur adipiscing elit. Integer nec odio. Praesent libero. Sed cursus ante dapibus diam. Sed nisi. Nulla quis sem at nibh elementum imperdiet. Duis sagittis ipsum. Praesent mauris. Fusce nec tellus sed augue semper porta. Mauris massa. Vestibulum lacinia arcu eget nulla. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos.\n <br> <br>\n Curabitur sodales ligula in libero. Sed dignissim lacinia nunc. Curabitur tortor. Pellentesque nibh. Aenean quam. In scelerisque sem at dolor. Maecenas mattis. Sed convallis tristique sem. Proin ut ligula vel nunc egestas porttitor. Morbi lectus risus, iaculis vel, suscipit quis, luctus non, massa. Fusce ac turpis quis ligula lacinia aliquet. Mauris ipsum. \n <br> <br>\n Lorem ipsum dolor sit amet, consectetur adipiscing elit. Integer nec odio. Praesent libero. Sed cursus ante dapibus diam. Sed nisi. Nulla quis sem at nibh elementum imperdiet. Duis sagittis ipsum. Praesent mauris. Fusce nec tellus sed augue semper porta. Mauris massa. Vestibulum lacinia arcu eget nulla. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos.\n <br> <br>\n Curabitur sodales ligula in libero. Sed dignissim lacinia nunc. Curabitur tortor. Pellentesque nibh. Aenean quam. In scelerisque sem at dolor. Maecenas mattis. Sed convallis tristique sem. Proin ut ligula vel nunc egestas porttitor. Morbi lectus risus, iaculis vel, suscipit quis, luctus non, massa. Fusce ac turpis quis ligula lacinia aliquet. Mauris ipsum.\n\n </p>\n </div> \n </div>\n <div class=\"col-lg-6\">\n <div class=\" cs_pr_1101 cs_image_layer cs_style_3 position-relative\">\n <img src=\"/assets/babylon/fotos/contact_img.jpeg\" alt=\"Contact\" class=\"cs--radius\">\n </div>\n </div>\n </div>\n </div> \n</section>", styles: [".cs_image_layer.cs_style_3.cs_type_1,.cs_image_layer.cs_style_4.cs_type_1{border-radius:250px 0}.cs_image_layer.cs_style_3.cs_type_1 img,.cs_image_layer.cs_style_4.cs_type_1 img{border-radius:inherit}.cs_image_layer.cs_style_3.cs_type_1:before,.cs_image_layer.cs_style_4.cs_type_1:before{border-radius:225px 0}\n"] }); }
8
6
  }
9
7
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: BabylonLegalComponent, decorators: [{
10
8
  type: Component,
11
- args: [{ selector: 'lib-babylon-legal', standalone: true, imports: [RouterModule, BabylonDynamicHeadingComponent], changeDetection: ChangeDetectionStrategy.OnPush, template: "<section class=\"babylon__legal margin-main\">\n <div class=\"container\">\n <div class=\"row align-items-start cs_gap_y_30\">\n <div class=\"col-lg-6 cs_pr_110\">\n <div class=\"intro_info no-align\">\n @if (pretitle) {\n <lib-babylon-dynamic-heading\n [tag]=\"tags?.pretitle || 'h2'\"\n cssClass=\"pretitle mb--10\"\n [color]=\"textColors?.pretitle\"\n [content]=\"pretitle\"\n ></lib-babylon-dynamic-heading>\n }\n @if (title) {\n <lib-babylon-dynamic-heading\n [tag]=\"tags?.title || 'h1'\"\n cssClass=\"title\"\n [color]=\"textColors?.title\"\n [content]=\"title\"\n ></lib-babylon-dynamic-heading>\n }\n @if (description) {\n <lib-babylon-dynamic-heading\n [tag]=\"tags?.description || 'p'\"\n cssClass=\"text\"\n [color]=\"textColors?.description\"\n [content]=\"description\"\n ></lib-babylon-dynamic-heading>\n }\n </div>\n </div>\n @if (img) {\n <div class=\"col-lg-6 sticky-image\">\n <div\n class=\"cs_pr_1101 cs_image_layer cs_style_3\"\n >\n <img\n [src]=\"img.src\"\n [alt]=\"img.alt\"\n class=\"cs--radius\"\n loading=\"lazy\"\n />\n </div>\n </div>\n }\n </div>\n </div>\n</section>\n", styles: [".cs_image_layer.cs_style_3.cs_type_1,.cs_image_layer.cs_style_4.cs_type_1{border-radius:250px 0}.cs_image_layer.cs_style_3.cs_type_1 img,.cs_image_layer.cs_style_4.cs_type_1 img{border-radius:inherit}.cs_image_layer.cs_style_3.cs_type_1:before,.cs_image_layer.cs_style_4.cs_type_1:before{border-radius:225px 0}.sticky-image{position:sticky;top:200px}\n"] }]
12
- }], propDecorators: { pretitle: [{
13
- type: Input
14
- }], title: [{
15
- type: Input
16
- }], description: [{
17
- type: Input
18
- }], img: [{
19
- type: Input
20
- }], tags: [{
21
- type: Input
22
- }], textColors: [{
23
- type: Input
24
- }] } });
25
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYmFieWxvbi1sZWdhbC5jb21wb25lbnQuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9iYWJ5bG9uL3NyYy9saWIvY29tcG9uZW50cy9jb3JlL2JhYnlsb24tbGVnYWwvYmFieWxvbi1sZWdhbC5jb21wb25lbnQudHMiLCIuLi8uLi8uLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9iYWJ5bG9uL3NyYy9saWIvY29tcG9uZW50cy9jb3JlL2JhYnlsb24tbGVnYWwvYmFieWxvbi1sZWdhbC5jb21wb25lbnQuaHRtbCJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQUUsdUJBQXVCLEVBQUUsU0FBUyxFQUFFLEtBQUssRUFBRSxNQUFNLGVBQWUsQ0FBQztBQUMxRSxPQUFPLEVBQUUsWUFBWSxFQUFFLE1BQU0saUJBQWlCLENBQUM7QUFHL0MsT0FBTyxFQUFFLDhCQUE4QixFQUFFLE1BQU0sY0FBYyxDQUFDOztBQVU5RCxNQUFNLE9BQU8scUJBQXFCOytHQUFyQixxQkFBcUI7bUdBQXJCLHFCQUFxQiwrTUNkbEMscS9EQWdEQSx5WkR2Q2MsWUFBWSwrQkFBRSw4QkFBOEI7OzRGQUs3QyxxQkFBcUI7a0JBUmpDLFNBQVM7K0JBQ0ksbUJBQW1CLGNBQ2pCLElBQUksV0FDUCxDQUFDLFlBQVksRUFBRSw4QkFBOEIsQ0FBQyxtQkFHdEMsdUJBQXVCLENBQUMsTUFBTTs4QkFHdEMsUUFBUTtzQkFBaEIsS0FBSztnQkFDRyxLQUFLO3NCQUFiLEtBQUs7Z0JBQ0csV0FBVztzQkFBbkIsS0FBSztnQkFDRyxHQUFHO3NCQUFYLEtBQUs7Z0JBQ0csSUFBSTtzQkFBWixLQUFLO2dCQUNHLFVBQVU7c0JBQWxCLEtBQUsiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBDaGFuZ2VEZXRlY3Rpb25TdHJhdGVneSwgQ29tcG9uZW50LCBJbnB1dCB9IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xuaW1wb3J0IHsgUm91dGVyTW9kdWxlIH0gZnJvbSAnQGFuZ3VsYXIvcm91dGVyJztcbmltcG9ydCB7IEJhYnlsb25JbWFnZUkgfSBmcm9tICcuLi8uLi8uLi9pbnRlcmZhY2VzL2JhYnlsb24taW1hZ2UuaW50ZXJmYWNlJztcbmltcG9ydCB7IEJhYnlsb25UYWdzSSwgQmFieWxvblRleHRzQ29sb3JzSSB9IGZyb20gJy4uLy4uLy4uL2ludGVyZmFjZXMnO1xuaW1wb3J0IHsgQmFieWxvbkR5bmFtaWNIZWFkaW5nQ29tcG9uZW50IH0gZnJvbSAnLi4vLi4vc2hhcmVkJztcblxuQENvbXBvbmVudCh7XG4gICAgc2VsZWN0b3I6ICdsaWItYmFieWxvbi1sZWdhbCcsXG4gICAgc3RhbmRhbG9uZTogdHJ1ZSxcbiAgICBpbXBvcnRzOiBbUm91dGVyTW9kdWxlLCBCYWJ5bG9uRHluYW1pY0hlYWRpbmdDb21wb25lbnRdLFxuICAgIHRlbXBsYXRlVXJsOiAnLi9iYWJ5bG9uLWxlZ2FsLmNvbXBvbmVudC5odG1sJyxcbiAgICBzdHlsZVVybDogJy4vYmFieWxvbi1sZWdhbC5jb21wb25lbnQuc2NzcycsXG4gICAgY2hhbmdlRGV0ZWN0aW9uOiBDaGFuZ2VEZXRlY3Rpb25TdHJhdGVneS5PblB1c2gsXG59KVxuZXhwb3J0IGNsYXNzIEJhYnlsb25MZWdhbENvbXBvbmVudCB7XG4gICAgQElucHV0KCkgcHJldGl0bGU/OiBzdHJpbmc7XG4gICAgQElucHV0KCkgdGl0bGU/OiBzdHJpbmc7XG4gICAgQElucHV0KCkgZGVzY3JpcHRpb24/OiBzdHJpbmc7XG4gICAgQElucHV0KCkgaW1nPzogQmFieWxvbkltYWdlSTtcbiAgICBASW5wdXQoKSB0YWdzPzogQmFieWxvblRhZ3NJO1xuICAgIEBJbnB1dCgpIHRleHRDb2xvcnM/OiBCYWJ5bG9uVGV4dHNDb2xvcnNJO1xufVxuIiwiPHNlY3Rpb24gY2xhc3M9XCJiYWJ5bG9uX19sZWdhbCBtYXJnaW4tbWFpblwiPlxuICAgIDxkaXYgY2xhc3M9XCJjb250YWluZXJcIj5cbiAgICAgICAgPGRpdiBjbGFzcz1cInJvdyBhbGlnbi1pdGVtcy1zdGFydCBjc19nYXBfeV8zMFwiPlxuICAgICAgICAgICAgPGRpdiBjbGFzcz1cImNvbC1sZy02IGNzX3ByXzExMFwiPlxuICAgICAgICAgICAgICAgIDxkaXYgY2xhc3M9XCJpbnRyb19pbmZvIG5vLWFsaWduXCI+XG4gICAgICAgICAgICAgICAgICAgIEBpZiAocHJldGl0bGUpIHtcbiAgICAgICAgICAgICAgICAgICAgICAgIDxsaWItYmFieWxvbi1keW5hbWljLWhlYWRpbmdcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICBbdGFnXT1cInRhZ3M/LnByZXRpdGxlIHx8ICdoMidcIlxuICAgICAgICAgICAgICAgICAgICAgICAgICAgIGNzc0NsYXNzPVwicHJldGl0bGUgbWItLTEwXCJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICBbY29sb3JdPVwidGV4dENvbG9ycz8ucHJldGl0bGVcIlxuICAgICAgICAgICAgICAgICAgICAgICAgICAgIFtjb250ZW50XT1cInByZXRpdGxlXCJcbiAgICAgICAgICAgICAgICAgICAgICAgID48L2xpYi1iYWJ5bG9uLWR5bmFtaWMtaGVhZGluZz5cbiAgICAgICAgICAgICAgICAgICAgfVxuICAgICAgICAgICAgICAgICAgICBAaWYgKHRpdGxlKSB7XG4gICAgICAgICAgICAgICAgICAgICAgICA8bGliLWJhYnlsb24tZHluYW1pYy1oZWFkaW5nXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgW3RhZ109XCJ0YWdzPy50aXRsZSB8fCAnaDEnXCJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICBjc3NDbGFzcz1cInRpdGxlXCJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICBbY29sb3JdPVwidGV4dENvbG9ycz8udGl0bGVcIlxuICAgICAgICAgICAgICAgICAgICAgICAgICAgIFtjb250ZW50XT1cInRpdGxlXCJcbiAgICAgICAgICAgICAgICAgICAgICAgID48L2xpYi1iYWJ5bG9uLWR5bmFtaWMtaGVhZGluZz5cbiAgICAgICAgICAgICAgICAgICAgfVxuICAgICAgICAgICAgICAgICAgICBAaWYgKGRlc2NyaXB0aW9uKSB7XG4gICAgICAgICAgICAgICAgICAgICAgICA8bGliLWJhYnlsb24tZHluYW1pYy1oZWFkaW5nXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgW3RhZ109XCJ0YWdzPy5kZXNjcmlwdGlvbiB8fCAncCdcIlxuICAgICAgICAgICAgICAgICAgICAgICAgICAgIGNzc0NsYXNzPVwidGV4dFwiXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgW2NvbG9yXT1cInRleHRDb2xvcnM/LmRlc2NyaXB0aW9uXCJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICBbY29udGVudF09XCJkZXNjcmlwdGlvblwiXG4gICAgICAgICAgICAgICAgICAgICAgICA+PC9saWItYmFieWxvbi1keW5hbWljLWhlYWRpbmc+XG4gICAgICAgICAgICAgICAgICAgIH1cbiAgICAgICAgICAgICAgICA8L2Rpdj5cbiAgICAgICAgICAgIDwvZGl2PlxuICAgICAgICAgICAgQGlmIChpbWcpIHtcbiAgICAgICAgICAgICAgICA8ZGl2IGNsYXNzPVwiY29sLWxnLTYgc3RpY2t5LWltYWdlXCI+XG4gICAgICAgICAgICAgICAgICAgIDxkaXZcbiAgICAgICAgICAgICAgICAgICAgICAgIGNsYXNzPVwiY3NfcHJfMTEwMSBjc19pbWFnZV9sYXllciBjc19zdHlsZV8zXCJcbiAgICAgICAgICAgICAgICAgICAgPlxuICAgICAgICAgICAgICAgICAgICAgICAgPGltZ1xuICAgICAgICAgICAgICAgICAgICAgICAgICAgIFtzcmNdPVwiaW1nLnNyY1wiXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgW2FsdF09XCJpbWcuYWx0XCJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICBjbGFzcz1cImNzLS1yYWRpdXNcIlxuICAgICAgICAgICAgICAgICAgICAgICAgICAgIGxvYWRpbmc9XCJsYXp5XCJcbiAgICAgICAgICAgICAgICAgICAgICAgIC8+XG4gICAgICAgICAgICAgICAgICAgIDwvZGl2PlxuICAgICAgICAgICAgICAgIDwvZGl2PlxuICAgICAgICAgICAgfVxuICAgICAgICA8L2Rpdj5cbiAgICA8L2Rpdj5cbjwvc2VjdGlvbj5cbiJdfQ==
9
+ args: [{ selector: 'lib-babylon-legal', standalone: true, imports: [], template: "<section class=\"babylon__legal margin-main \"> \n <div class=\"container\">\n <div class=\"row align-items-center cs_gap_y_30\"> \n <div class=\"col-lg-6 cs_pr_110\">\n <div class=\"intro_info no-align\">\n <h2 class=\"pretitle mb--10\">Babylon hotel</h2>\n <h3 class=\"title \" >Legal</h3> \n <p class=\"text\">\n Lorem ipsum dolor sit amet, consectetur adipiscing elit. Integer nec odio. Praesent libero. Sed cursus ante dapibus diam. Sed nisi. Nulla quis sem at nibh elementum imperdiet. Duis sagittis ipsum. Praesent mauris. Fusce nec tellus sed augue semper porta. Mauris massa. Vestibulum lacinia arcu eget nulla. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos.\n <br> <br>\n Curabitur sodales ligula in libero. Sed dignissim lacinia nunc. Curabitur tortor. Pellentesque nibh. Aenean quam. In scelerisque sem at dolor. Maecenas mattis. Sed convallis tristique sem. Proin ut ligula vel nunc egestas porttitor. Morbi lectus risus, iaculis vel, suscipit quis, luctus non, massa. Fusce ac turpis quis ligula lacinia aliquet. Mauris ipsum. \n <br> <br>\n Lorem ipsum dolor sit amet, consectetur adipiscing elit. Integer nec odio. Praesent libero. Sed cursus ante dapibus diam. Sed nisi. Nulla quis sem at nibh elementum imperdiet. Duis sagittis ipsum. Praesent mauris. Fusce nec tellus sed augue semper porta. Mauris massa. Vestibulum lacinia arcu eget nulla. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos.\n <br> <br>\n Curabitur sodales ligula in libero. Sed dignissim lacinia nunc. Curabitur tortor. Pellentesque nibh. Aenean quam. In scelerisque sem at dolor. Maecenas mattis. Sed convallis tristique sem. Proin ut ligula vel nunc egestas porttitor. Morbi lectus risus, iaculis vel, suscipit quis, luctus non, massa. Fusce ac turpis quis ligula lacinia aliquet. Mauris ipsum.\n\n </p>\n </div> \n </div>\n <div class=\"col-lg-6\">\n <div class=\" cs_pr_1101 cs_image_layer cs_style_3 position-relative\">\n <img src=\"/assets/babylon/fotos/contact_img.jpeg\" alt=\"Contact\" class=\"cs--radius\">\n </div>\n </div>\n </div>\n </div> \n</section>", styles: [".cs_image_layer.cs_style_3.cs_type_1,.cs_image_layer.cs_style_4.cs_type_1{border-radius:250px 0}.cs_image_layer.cs_style_3.cs_type_1 img,.cs_image_layer.cs_style_4.cs_type_1 img{border-radius:inherit}.cs_image_layer.cs_style_3.cs_type_1:before,.cs_image_layer.cs_style_4.cs_type_1:before{border-radius:225px 0}\n"] }]
10
+ }] });
11
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYmFieWxvbi1sZWdhbC5jb21wb25lbnQuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9iYWJ5bG9uL3NyYy9saWIvY29tcG9uZW50cy9jb3JlL2JhYnlsb24tbGVnYWwvYmFieWxvbi1sZWdhbC5jb21wb25lbnQudHMiLCIuLi8uLi8uLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9iYWJ5bG9uL3NyYy9saWIvY29tcG9uZW50cy9jb3JlL2JhYnlsb24tbGVnYWwvYmFieWxvbi1sZWdhbC5jb21wb25lbnQuaHRtbCJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQUUsU0FBUyxFQUFFLE1BQU0sZUFBZSxDQUFDOztBQVMxQyxNQUFNLE9BQU8scUJBQXFCOytHQUFyQixxQkFBcUI7bUdBQXJCLHFCQUFxQiw2RUNUbEMsaStFQTBCVTs7NEZEakJHLHFCQUFxQjtrQkFQakMsU0FBUzsrQkFDRSxtQkFBbUIsY0FDakIsSUFBSSxXQUNQLEVBQUUiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBDb21wb25lbnQgfSBmcm9tICdAYW5ndWxhci9jb3JlJztcblxuQENvbXBvbmVudCh7XG4gIHNlbGVjdG9yOiAnbGliLWJhYnlsb24tbGVnYWwnLFxuICBzdGFuZGFsb25lOiB0cnVlLFxuICBpbXBvcnRzOiBbXSxcbiAgdGVtcGxhdGVVcmw6ICcuL2JhYnlsb24tbGVnYWwuY29tcG9uZW50Lmh0bWwnLFxuICBzdHlsZVVybDogJy4vYmFieWxvbi1sZWdhbC5jb21wb25lbnQuc2Nzcydcbn0pXG5leHBvcnQgY2xhc3MgQmFieWxvbkxlZ2FsQ29tcG9uZW50IHtcblxufVxuIiwiPHNlY3Rpb24gY2xhc3M9XCJiYWJ5bG9uX19sZWdhbCBtYXJnaW4tbWFpbiBcIj4gICBcbiAgICA8ZGl2IGNsYXNzPVwiY29udGFpbmVyXCI+XG4gICAgICAgIDxkaXYgY2xhc3M9XCJyb3cgYWxpZ24taXRlbXMtY2VudGVyIGNzX2dhcF95XzMwXCI+IFxuICAgICAgICAgICAgPGRpdiBjbGFzcz1cImNvbC1sZy02IGNzX3ByXzExMFwiPlxuICAgICAgICAgICAgICAgIDxkaXYgY2xhc3M9XCJpbnRyb19pbmZvIG5vLWFsaWduXCI+XG4gICAgICAgICAgICAgICAgICAgIDxoMiBjbGFzcz1cInByZXRpdGxlIG1iLS0xMFwiPkJhYnlsb24gaG90ZWw8L2gyPlxuICAgICAgICAgICAgICAgICAgICA8aDMgY2xhc3M9XCJ0aXRsZSBcIiA+TGVnYWw8L2gzPiAgICBcbiAgICAgICAgICAgICAgICAgICAgPHAgY2xhc3M9XCJ0ZXh0XCI+XG4gICAgICAgICAgICAgICAgICAgICAgICBMb3JlbSBpcHN1bSBkb2xvciBzaXQgYW1ldCwgY29uc2VjdGV0dXIgYWRpcGlzY2luZyBlbGl0LiBJbnRlZ2VyIG5lYyBvZGlvLiBQcmFlc2VudCBsaWJlcm8uIFNlZCBjdXJzdXMgYW50ZSBkYXBpYnVzIGRpYW0uIFNlZCBuaXNpLiBOdWxsYSBxdWlzIHNlbSBhdCBuaWJoIGVsZW1lbnR1bSBpbXBlcmRpZXQuIER1aXMgc2FnaXR0aXMgaXBzdW0uIFByYWVzZW50IG1hdXJpcy4gRnVzY2UgbmVjIHRlbGx1cyBzZWQgYXVndWUgc2VtcGVyIHBvcnRhLiBNYXVyaXMgbWFzc2EuIFZlc3RpYnVsdW0gbGFjaW5pYSBhcmN1IGVnZXQgbnVsbGEuIENsYXNzIGFwdGVudCB0YWNpdGkgc29jaW9zcXUgYWQgbGl0b3JhIHRvcnF1ZW50IHBlciBjb251YmlhIG5vc3RyYSwgcGVyIGluY2VwdG9zIGhpbWVuYWVvcy5cbiAgICAgICAgICAgICAgICAgICAgICAgIDxicj4gPGJyPlxuICAgICAgICAgICAgICAgICAgICAgICAgQ3VyYWJpdHVyIHNvZGFsZXMgbGlndWxhIGluIGxpYmVyby4gU2VkIGRpZ25pc3NpbSBsYWNpbmlhIG51bmMuIEN1cmFiaXR1ciB0b3J0b3IuIFBlbGxlbnRlc3F1ZSBuaWJoLiBBZW5lYW4gcXVhbS4gSW4gc2NlbGVyaXNxdWUgc2VtIGF0IGRvbG9yLiBNYWVjZW5hcyBtYXR0aXMuIFNlZCBjb252YWxsaXMgdHJpc3RpcXVlIHNlbS4gUHJvaW4gdXQgbGlndWxhIHZlbCBudW5jIGVnZXN0YXMgcG9ydHRpdG9yLiBNb3JiaSBsZWN0dXMgcmlzdXMsIGlhY3VsaXMgdmVsLCBzdXNjaXBpdCBxdWlzLCBsdWN0dXMgbm9uLCBtYXNzYS4gRnVzY2UgYWMgdHVycGlzIHF1aXMgbGlndWxhIGxhY2luaWEgYWxpcXVldC4gTWF1cmlzIGlwc3VtLiBcbiAgICAgICAgICAgICAgICAgICAgICAgIDxicj4gPGJyPlxuICAgICAgICAgICAgICAgICAgICAgICAgTG9yZW0gaXBzdW0gZG9sb3Igc2l0IGFtZXQsIGNvbnNlY3RldHVyIGFkaXBpc2NpbmcgZWxpdC4gSW50ZWdlciBuZWMgb2Rpby4gUHJhZXNlbnQgbGliZXJvLiBTZWQgY3Vyc3VzIGFudGUgZGFwaWJ1cyBkaWFtLiBTZWQgbmlzaS4gTnVsbGEgcXVpcyBzZW0gYXQgbmliaCBlbGVtZW50dW0gaW1wZXJkaWV0LiBEdWlzIHNhZ2l0dGlzIGlwc3VtLiBQcmFlc2VudCBtYXVyaXMuIEZ1c2NlIG5lYyB0ZWxsdXMgc2VkIGF1Z3VlIHNlbXBlciBwb3J0YS4gTWF1cmlzIG1hc3NhLiBWZXN0aWJ1bHVtIGxhY2luaWEgYXJjdSBlZ2V0IG51bGxhLiBDbGFzcyBhcHRlbnQgdGFjaXRpIHNvY2lvc3F1IGFkIGxpdG9yYSB0b3JxdWVudCBwZXIgY29udWJpYSBub3N0cmEsIHBlciBpbmNlcHRvcyBoaW1lbmFlb3MuXG4gICAgICAgICAgICAgICAgICAgICAgICA8YnI+IDxicj5cbiAgICAgICAgICAgICAgICAgICAgICAgIEN1cmFiaXR1ciBzb2RhbGVzIGxpZ3VsYSBpbiBsaWJlcm8uIFNlZCBkaWduaXNzaW0gbGFjaW5pYSBudW5jLiBDdXJhYml0dXIgdG9ydG9yLiBQZWxsZW50ZXNxdWUgbmliaC4gQWVuZWFuIHF1YW0uIEluIHNjZWxlcmlzcXVlIHNlbSBhdCBkb2xvci4gTWFlY2VuYXMgbWF0dGlzLiBTZWQgY29udmFsbGlzIHRyaXN0aXF1ZSBzZW0uIFByb2luIHV0IGxpZ3VsYSB2ZWwgbnVuYyBlZ2VzdGFzIHBvcnR0aXRvci4gTW9yYmkgbGVjdHVzIHJpc3VzLCBpYWN1bGlzIHZlbCwgc3VzY2lwaXQgcXVpcywgbHVjdHVzIG5vbiwgbWFzc2EuIEZ1c2NlIGFjIHR1cnBpcyBxdWlzIGxpZ3VsYSBsYWNpbmlhIGFsaXF1ZXQuIE1hdXJpcyBpcHN1bS5cblxuICAgICAgICAgICAgICAgICAgICA8L3A+XG4gICAgICAgICAgICAgICAgPC9kaXY+ICAgXG4gICAgICAgICAgICA8L2Rpdj5cbiAgICAgICAgICAgIDxkaXYgY2xhc3M9XCJjb2wtbGctNlwiPlxuICAgICAgICAgICAgICAgIDxkaXYgY2xhc3M9XCIgY3NfcHJfMTEwMSBjc19pbWFnZV9sYXllciBjc19zdHlsZV8zIHBvc2l0aW9uLXJlbGF0aXZlXCI+XG4gICAgICAgICAgICAgICAgICAgIDxpbWcgc3JjPVwiL2Fzc2V0cy9iYWJ5bG9uL2ZvdG9zL2NvbnRhY3RfaW1nLmpwZWdcIiBhbHQ9XCJDb250YWN0XCIgY2xhc3M9XCJjcy0tcmFkaXVzXCI+XG4gICAgICAgICAgICAgICAgPC9kaXY+XG4gICAgICAgICAgICA8L2Rpdj5cbiAgICAgICAgPC9kaXY+XG4gICAgPC9kaXY+IFxuPC9zZWN0aW9uPiJdfQ==