ctt-babylon 0.9.8 → 0.9.11

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 (831) hide show
  1. package/esm2022/lib/Enum/buttons-type.enum.mjs +6 -0
  2. package/esm2022/lib/Enum/index.mjs +3 -0
  3. package/esm2022/lib/Enum/logo-type.enum.mjs +10 -0
  4. package/esm2022/lib/Enum/services.enum.mjs +8 -0
  5. package/esm2022/lib/Enum/views.enum.mjs +5 -0
  6. package/esm2022/lib/components/core/babylon-404/babylon-404.component.mjs +18 -5
  7. package/esm2022/lib/components/core/babylon-404/babylon-404.interface.mjs +2 -0
  8. package/esm2022/lib/components/core/babylon-404/index.mjs +3 -0
  9. package/esm2022/lib/components/core/babylon-action-banner/babylon-action-banner.component.mjs +30 -0
  10. package/esm2022/lib/components/core/babylon-action-banner/babylon-action-banner.interface.mjs +2 -0
  11. package/esm2022/lib/components/core/babylon-action-banner/index.mjs +3 -0
  12. package/esm2022/lib/components/core/babylon-advantages/babylon-advantages-info.interface.mjs +2 -0
  13. package/esm2022/lib/components/core/babylon-advantages/babylon-advantages.component.mjs +29 -5
  14. package/esm2022/lib/components/core/babylon-advantages/babylon-advantages.interface.mjs +2 -0
  15. package/esm2022/lib/components/core/babylon-advantages/index.mjs +4 -0
  16. package/esm2022/lib/components/core/babylon-advantages-v2/babylon-advantages-v2.component.mjs +9 -5
  17. package/esm2022/lib/components/core/babylon-advantages-v2/index.mjs +2 -0
  18. package/esm2022/lib/components/core/babylon-av-c4-img-text/babylon-av-c4-img-text.component.mjs +11 -0
  19. package/esm2022/lib/components/core/babylon-av-c4-img-text/index.mjs +2 -0
  20. package/esm2022/lib/components/core/babylon-banner-gallery/babylon-banner-gallery.component.mjs +31 -5
  21. package/esm2022/lib/components/core/babylon-banner-gallery/babylon-banner-gallery.interface.mjs +2 -0
  22. package/esm2022/lib/components/core/babylon-banner-gallery/index.mjs +3 -0
  23. package/esm2022/lib/components/core/babylon-banner-info/babylon-banner-info.component.mjs +133 -6
  24. package/esm2022/lib/components/core/babylon-banner-info/babylon-banner-info.interface.mjs +2 -0
  25. package/esm2022/lib/components/core/babylon-banner-info/index.mjs +3 -0
  26. package/esm2022/lib/components/core/babylon-banner-newsletter/babylon-banner-newsletter.component.mjs +39 -5
  27. package/esm2022/lib/components/core/babylon-banner-newsletter/babylon-banner-newsletter.interface.mjs +2 -0
  28. package/esm2022/lib/components/core/babylon-banner-newsletter/index.mjs +3 -0
  29. package/esm2022/lib/components/core/babylon-blog-details/babylon-blog-details.component.mjs +98 -5
  30. package/esm2022/lib/components/core/babylon-blog-details/babylon-blog-details.interface.mjs +2 -0
  31. package/esm2022/lib/components/core/babylon-blog-details/index.mjs +3 -0
  32. package/esm2022/lib/components/core/babylon-blog-list/babylon-blog-list.component.mjs +80 -6
  33. package/esm2022/lib/components/core/babylon-blog-list/babylon-blog-list.interface.mjs +2 -0
  34. package/esm2022/lib/components/core/babylon-blog-list/index.mjs +3 -0
  35. package/esm2022/lib/components/core/babylon-breadcrumb/babylon-breadcrumb.component.mjs +14 -5
  36. package/esm2022/lib/components/core/babylon-breadcrumb/babylon-breadcrumb.interface.mjs +2 -0
  37. package/esm2022/lib/components/core/babylon-breadcrumb/index.mjs +3 -0
  38. package/esm2022/lib/components/core/babylon-color-picker/babylon-color-picker.component.mjs +267 -0
  39. package/esm2022/lib/components/core/babylon-color-picker/index.mjs +2 -0
  40. package/esm2022/lib/components/core/babylon-comingsoon/babylon-comingsoon.component.mjs +10 -5
  41. package/esm2022/lib/components/core/babylon-comingsoon/babylon-comingsoon.interface.mjs +2 -0
  42. package/esm2022/lib/components/core/babylon-comingsoon/index.mjs +3 -0
  43. package/esm2022/lib/components/core/babylon-contact-address/babylon-contact-address.component.mjs +19 -0
  44. package/esm2022/lib/components/core/babylon-contact-address/babylon-contact-address.interface.mjs +2 -0
  45. package/esm2022/lib/components/core/babylon-contact-address/index.mjs +3 -0
  46. package/esm2022/lib/components/core/babylon-contact-form/babylon-contact-form.component.mjs +134 -20
  47. package/esm2022/lib/components/core/babylon-contact-form/babylon-contact-form.interface.mjs +2 -0
  48. package/esm2022/lib/components/core/babylon-contact-form/index.mjs +3 -0
  49. package/esm2022/lib/components/core/babylon-contact-how/babylon-contact-how.component.mjs +23 -6
  50. package/esm2022/lib/components/core/babylon-contact-how/babylon-contact-how.interface.mjs +2 -0
  51. package/esm2022/lib/components/core/babylon-contact-how/index.mjs +3 -0
  52. package/esm2022/lib/components/core/babylon-contact-map/babylon-contact-map.component.mjs +29 -6
  53. package/esm2022/lib/components/core/babylon-contact-map/babylon-contact-map.interface.mjs +2 -0
  54. package/esm2022/lib/components/core/babylon-contact-map/index.mjs +3 -0
  55. package/esm2022/lib/components/core/babylon-engine/babylon-engine.component.mjs +237 -22
  56. package/esm2022/lib/components/core/babylon-engine/babylon-engine.interface.mjs +2 -0
  57. package/esm2022/lib/components/core/babylon-engine/index.mjs +3 -0
  58. package/esm2022/lib/components/core/babylon-engine-modal/babylon-engine-modal.component.mjs +225 -33
  59. package/esm2022/lib/components/core/babylon-engine-modal/babylon-engine-modal.interface.mjs +2 -0
  60. package/esm2022/lib/components/core/babylon-engine-modal/index.mjs +3 -0
  61. package/esm2022/lib/components/core/babylon-external-script/babylon-external-script.component.mjs +80 -0
  62. package/esm2022/lib/components/core/babylon-external-script/babylon-external-script.interface.mjs +2 -0
  63. package/esm2022/lib/components/core/babylon-external-script/index.mjs +3 -0
  64. package/esm2022/lib/components/core/babylon-faq/babylon-faq.component.mjs +38 -5
  65. package/esm2022/lib/components/core/babylon-faq/babylon-faq.interface.mjs +2 -0
  66. package/esm2022/lib/components/core/babylon-faq/index.mjs +3 -0
  67. package/esm2022/lib/components/core/babylon-faq-v2/babylon-faq-v2.component.mjs +18 -5
  68. package/esm2022/lib/components/core/babylon-faq-v2/index.mjs +2 -0
  69. package/esm2022/lib/components/core/babylon-features-slider/babylon-features-slider.component.mjs +28 -6
  70. package/esm2022/lib/components/core/babylon-features-slider/babylon-features-slider.interface.mjs +2 -0
  71. package/esm2022/lib/components/core/babylon-features-slider/index.mjs +3 -0
  72. package/esm2022/lib/components/core/babylon-filter-modal/babylon-filter-modal.component.mjs +16 -6
  73. package/esm2022/lib/components/core/babylon-filter-modal/index.mjs +2 -0
  74. package/esm2022/lib/components/core/babylon-floating-buttons/babylon-floating-buttons.component.mjs +121 -0
  75. package/esm2022/lib/components/core/babylon-floating-buttons/babylon-floating-buttons.interface.mjs +2 -0
  76. package/esm2022/lib/components/core/babylon-floating-buttons/index.mjs +3 -0
  77. package/esm2022/lib/components/core/babylon-footer-contact/babylon-footer-contact.component.mjs +25 -5
  78. package/esm2022/lib/components/core/babylon-footer-contact/babylon-footer-contact.interface.mjs +2 -0
  79. package/esm2022/lib/components/core/babylon-footer-contact/index.mjs +3 -0
  80. package/esm2022/lib/components/core/babylon-footer-links/babylon-footer-links.component.mjs +13 -5
  81. package/esm2022/lib/components/core/babylon-footer-links/babylon-footer-links.interface.mjs +2 -0
  82. package/esm2022/lib/components/core/babylon-footer-links/index.mjs +3 -0
  83. package/esm2022/lib/components/core/babylon-footer-logos/babylon-footer-logos.component.mjs +23 -5
  84. package/esm2022/lib/components/core/babylon-footer-logos/babylon-footer-logos.interface.mjs +2 -0
  85. package/esm2022/lib/components/core/babylon-footer-logos/index.mjs +3 -0
  86. package/esm2022/lib/components/core/babylon-footer-social/babylon-footer-social.component.mjs +14 -5
  87. package/esm2022/lib/components/core/babylon-footer-social/babylon-footer-social.interface.mjs +3 -0
  88. package/esm2022/lib/components/core/babylon-footer-social/index.mjs +3 -0
  89. package/esm2022/lib/components/core/babylon-gallery/babylon-gallery.component.mjs +72 -23
  90. package/esm2022/lib/components/core/babylon-gallery/babylon-gallery.interface.mjs +2 -0
  91. package/esm2022/lib/components/core/babylon-gallery/index.mjs +3 -0
  92. package/esm2022/lib/components/core/babylon-global-modal/babylon-global-modal.component.mjs +38 -0
  93. package/esm2022/lib/components/core/babylon-global-modal/babylon-global-modal.interface.mjs +2 -0
  94. package/esm2022/lib/components/core/babylon-global-modal/index.mjs +3 -0
  95. package/esm2022/lib/components/core/babylon-grid-gallery/babylon-grid-gallery.component.mjs +42 -6
  96. package/esm2022/lib/components/core/babylon-grid-gallery/babylon-grid-gallery.interface.mjs +2 -0
  97. package/esm2022/lib/components/core/babylon-grid-gallery/index.mjs +3 -0
  98. package/esm2022/lib/components/core/babylon-guests-popup/babylon-guests-popup.component.mjs +91 -7
  99. package/esm2022/lib/components/core/babylon-guests-popup/babylon-guests-popup.interface.mjs +2 -0
  100. package/esm2022/lib/components/core/babylon-guests-popup/index.mjs +3 -0
  101. package/esm2022/lib/components/core/babylon-head-intro/babylon-head-intro.component.mjs +24 -5
  102. package/esm2022/lib/components/core/babylon-head-intro/babylon-head-intro.interface.mjs +2 -0
  103. package/esm2022/lib/components/core/babylon-head-intro/index.mjs +3 -0
  104. package/esm2022/lib/components/core/babylon-header-book-show/babylon-header-book-show.component.mjs +114 -52
  105. package/esm2022/lib/components/core/babylon-header-book-show/babylon-header-book-show.interface.mjs +2 -0
  106. package/esm2022/lib/components/core/babylon-header-book-show/index.mjs +3 -0
  107. package/esm2022/lib/components/core/babylon-header-clear/babylon-header-clear.component.mjs +143 -53
  108. package/esm2022/lib/components/core/babylon-header-clear/babylon-header-clear.interface.mjs +2 -0
  109. package/esm2022/lib/components/core/babylon-header-clear/index.mjs +3 -0
  110. package/esm2022/lib/components/core/babylon-header-menu-center/babylon-header-menu-center.component.mjs +148 -52
  111. package/esm2022/lib/components/core/babylon-header-menu-center/babylon-header-menu-center.interface.mjs +2 -0
  112. package/esm2022/lib/components/core/babylon-header-menu-center/index.mjs +3 -0
  113. package/esm2022/lib/components/core/babylon-header-menu-logo-center/babylon-header-menu-logo-center.component.mjs +122 -0
  114. package/esm2022/lib/components/core/babylon-header-menu-logo-center/babylon-header-menu-logo-center.interface.mjs +2 -0
  115. package/esm2022/lib/components/core/babylon-header-menu-logo-center/index.mjs +3 -0
  116. package/esm2022/lib/components/core/babylon-header-menu-show/babylon-header-menu-show.component.mjs +92 -52
  117. package/esm2022/lib/components/core/babylon-header-menu-show/babylon-header-menu-show.interface.mjs +2 -0
  118. package/esm2022/lib/components/core/babylon-header-menu-show/index.mjs +3 -0
  119. package/esm2022/lib/components/core/babylon-header-mobile/babylon-header-mobile.component.mjs +156 -0
  120. package/esm2022/lib/components/core/babylon-header-mobile/babylon-header-mobile.interface.mjs +2 -0
  121. package/esm2022/lib/components/core/babylon-header-mobile/index.mjs +3 -0
  122. package/esm2022/lib/components/core/babylon-hotels-list/babylon-hotel.interface.mjs +2 -0
  123. package/esm2022/lib/components/core/babylon-hotels-list/babylon-hotels-list.component.mjs +12 -5
  124. package/esm2022/lib/components/core/babylon-hotels-list/babylon-hotels-list.interface.mjs +2 -0
  125. package/esm2022/lib/components/core/babylon-hotels-list/index.mjs +4 -0
  126. package/esm2022/lib/components/core/babylon-hotels-slider/babylon-hotels-slider.component.mjs +19 -6
  127. package/esm2022/lib/components/core/babylon-hotels-slider/babylon-hotels-slider.interface.mjs +2 -0
  128. package/esm2022/lib/components/core/babylon-hotels-slider/index.mjs +3 -0
  129. package/esm2022/lib/components/core/babylon-info-big/babylon-info-big.component.mjs +19 -5
  130. package/esm2022/lib/components/core/babylon-info-big/babylon-info-big.interface.mjs +2 -0
  131. package/esm2022/lib/components/core/babylon-info-big/index.mjs +3 -0
  132. package/esm2022/lib/components/core/babylon-info-grid/babylon-info-grid.component.mjs +31 -7
  133. package/esm2022/lib/components/core/babylon-info-grid/babylon-info-grid.interface.mjs +3 -0
  134. package/esm2022/lib/components/core/babylon-info-grid/index.mjs +3 -0
  135. package/esm2022/lib/components/core/babylon-info-img/babylon-info-img.component.mjs +95 -5
  136. package/esm2022/lib/components/core/babylon-info-img/babylon-info-img.interface.mjs +2 -0
  137. package/esm2022/lib/components/core/babylon-info-img/index.mjs +3 -0
  138. package/esm2022/lib/components/core/babylon-info-img-slider/babylon-info-img-slider.component.mjs +56 -0
  139. package/esm2022/lib/components/core/babylon-info-img-slider/babylon-info-img-slider.interface.mjs +2 -0
  140. package/esm2022/lib/components/core/babylon-info-img-slider/index.mjs +3 -0
  141. package/esm2022/lib/components/core/babylon-info-intro/babylon-info-intro.component.mjs +62 -5
  142. package/esm2022/lib/components/core/babylon-info-intro/babylon-info-intro.interface.mjs +2 -0
  143. package/esm2022/lib/components/core/babylon-info-intro/index.mjs +3 -0
  144. package/esm2022/lib/components/core/babylon-info-show-img/babylon-info-show-img.component.mjs +7 -5
  145. package/esm2022/lib/components/core/babylon-info-show-img/index.mjs +2 -0
  146. package/esm2022/lib/components/core/babylon-info-zig-zag/babylon-info-zig-zag.component.mjs +31 -5
  147. package/esm2022/lib/components/core/babylon-info-zig-zag/babylon-info-zig-zag.interface.mjs +2 -0
  148. package/esm2022/lib/components/core/babylon-info-zig-zag/index.mjs +3 -0
  149. package/esm2022/lib/components/core/babylon-info-zig-zag-counter/babylon-info-zig-zag-counter.component.mjs +92 -0
  150. package/esm2022/lib/components/core/babylon-info-zig-zag-counter/babylon-info-zig-zag-counter.interface.mjs +2 -0
  151. package/esm2022/lib/components/core/babylon-info-zig-zag-counter/index.mjs +3 -0
  152. package/esm2022/lib/components/core/babylon-info-zigzag-v2/babylon-info-zigzag-v2.component.mjs +19 -5
  153. package/esm2022/lib/components/core/babylon-info-zigzag-v2/babylon-info-zigzag-v2.interface.mjs +2 -0
  154. package/esm2022/lib/components/core/babylon-info-zigzag-v2/index.mjs +3 -0
  155. package/esm2022/lib/components/core/babylon-info2col-img/babylon-info2col-img.component.mjs +36 -0
  156. package/esm2022/lib/components/core/babylon-info2col-img/babylon-info2col-img.interface.mjs +2 -0
  157. package/esm2022/lib/components/core/babylon-info2col-img/index.mjs +3 -0
  158. package/esm2022/lib/components/core/babylon-info2img/babylon-info2img.component.mjs +30 -5
  159. package/esm2022/lib/components/core/babylon-info2img/babylon-info2img.interface.mjs +2 -0
  160. package/esm2022/lib/components/core/babylon-info2img/index.mjs +3 -0
  161. package/esm2022/lib/components/core/babylon-info2img-big/babylon-info2img-big.component.mjs +38 -5
  162. package/esm2022/lib/components/core/babylon-info2img-big/babylon-info2img-big.interface.mjs +2 -0
  163. package/esm2022/lib/components/core/babylon-info2img-big/index.mjs +3 -0
  164. package/esm2022/lib/components/core/babylon-info3img/babylon-info3img.component.mjs +19 -5
  165. package/esm2022/lib/components/core/babylon-info3img/index.mjs +2 -0
  166. package/esm2022/lib/components/core/babylon-info4img/babylon-info4img.component.mjs +23 -5
  167. package/esm2022/lib/components/core/babylon-info4img/babylon-info4img.interface.mjs +2 -0
  168. package/esm2022/lib/components/core/babylon-info4img/index.mjs +3 -0
  169. package/esm2022/lib/components/core/babylon-items-grid/babylon-items-grid.component.mjs +21 -5
  170. package/esm2022/lib/components/core/babylon-items-grid/babylon-items-grid.interface.mjs +2 -0
  171. package/esm2022/lib/components/core/babylon-items-grid/index.mjs +3 -0
  172. package/esm2022/lib/components/core/babylon-language-modal/babylon-language-modal.component.mjs +13 -7
  173. package/esm2022/lib/components/core/babylon-language-modal/babylon-language-modal.interface.mjs +2 -0
  174. package/esm2022/lib/components/core/babylon-language-modal/index.mjs +3 -0
  175. package/esm2022/lib/components/core/babylon-legal/babylon-legal.component.mjs +19 -5
  176. package/esm2022/lib/components/core/babylon-legal/babylon-legal.interface.mjs +2 -0
  177. package/esm2022/lib/components/core/babylon-legal/index.mjs +3 -0
  178. package/esm2022/lib/components/core/babylon-list-c3-img-txt/babylon-list-c3-img-txt.component.mjs +12 -5
  179. package/esm2022/lib/components/core/babylon-list-c3-img-txt/index.mjs +2 -0
  180. package/esm2022/lib/components/core/babylon-list-grid/babylon-list-grid.component.mjs +15 -5
  181. package/esm2022/lib/components/core/babylon-list-grid/babylon-list-grid.interface.mjs +3 -0
  182. package/esm2022/lib/components/core/babylon-list-grid/index.mjs +3 -0
  183. package/esm2022/lib/components/core/babylon-modal-menu/babylon-modal-menu.component.mjs +139 -0
  184. package/esm2022/lib/components/core/babylon-modal-multiple-motors/babylon-modal-multiple-motors.component.mjs +35 -0
  185. package/esm2022/lib/components/core/babylon-modal-multiple-motors/babylon-modal-multiple-motors.interface.mjs +2 -0
  186. package/esm2022/lib/components/core/babylon-modal-multiple-motors/index.mjs +3 -0
  187. package/esm2022/lib/components/core/babylon-modal-popup/babylon-modal-popup.component.mjs +39 -0
  188. package/esm2022/lib/components/core/babylon-modal-popup/babylon-modal-popup.interface.mjs +2 -0
  189. package/esm2022/lib/components/core/babylon-modal-popup/index.mjs +3 -0
  190. package/esm2022/lib/components/core/babylon-newsletter/babylon-newsletter.component.mjs +52 -9
  191. package/esm2022/lib/components/core/babylon-newsletter/babylon-newsletter.interface.mjs +3 -0
  192. package/esm2022/lib/components/core/babylon-newsletter/index.mjs +3 -0
  193. package/esm2022/lib/components/core/babylon-offer-detail/babylon-offer-detail.component.mjs +37 -5
  194. package/esm2022/lib/components/core/babylon-offer-detail/babylon-offer-detail.interface.mjs +2 -0
  195. package/esm2022/lib/components/core/babylon-offer-detail/index.mjs +3 -0
  196. package/esm2022/lib/components/core/babylon-offer-popup/babylon-offer-popup.component.mjs +34 -11
  197. package/esm2022/lib/components/core/babylon-offer-popup/babylon-offer-popup.interface.mjs +2 -0
  198. package/esm2022/lib/components/core/babylon-offer-popup/index.mjs +3 -0
  199. package/esm2022/lib/components/core/babylon-offer-popupV2/babylon-offer-popup-v2.component.mjs +49 -0
  200. package/esm2022/lib/components/core/babylon-offer-popupV2/babylon-offer-popup-v2.interface.mjs +2 -0
  201. package/esm2022/lib/components/core/babylon-offer-popupV2/index.mjs +3 -0
  202. package/esm2022/lib/components/core/babylon-offer-slider/babylon-offer-slider.component.mjs +20 -5
  203. package/esm2022/lib/components/core/babylon-offer-slider/babylon-offer-slider.interface.mjs +2 -0
  204. package/esm2022/lib/components/core/babylon-offer-slider/babylon-offer.interface.mjs +2 -0
  205. package/esm2022/lib/components/core/babylon-offer-slider/index.mjs +4 -0
  206. package/esm2022/lib/components/core/babylon-offers-list/babylon-offers-list.component.mjs +47 -5
  207. package/esm2022/lib/components/core/babylon-offers-list/babylon-offers-list.interface.mjs +2 -0
  208. package/esm2022/lib/components/core/babylon-offers-list/index.mjs +3 -0
  209. package/esm2022/lib/components/core/babylon-offers-slider/babylon-offers-slider.component.mjs +20 -5
  210. package/esm2022/lib/components/core/babylon-offers-slider/index.mjs +2 -0
  211. package/esm2022/lib/components/core/babylon-preload/babylon-preload.component.mjs +28 -4
  212. package/esm2022/lib/components/core/babylon-preload/index.mjs +2 -0
  213. package/esm2022/lib/components/core/babylon-press-list/babylon-press-list.component.mjs +27 -0
  214. package/esm2022/lib/components/core/babylon-press-list/babylon-press-list.interface.mjs +2 -0
  215. package/esm2022/lib/components/core/babylon-press-list/index.mjs +3 -0
  216. package/esm2022/lib/components/core/babylon-room-details/babylon-room-detail.interface.mjs +2 -0
  217. package/esm2022/lib/components/core/babylon-room-details/babylon-room-details.component.mjs +19 -5
  218. package/esm2022/lib/components/core/babylon-room-details/index.mjs +3 -0
  219. package/esm2022/lib/components/core/babylon-rooms-cols/babylon-rooms-cols.component.mjs +158 -5
  220. package/esm2022/lib/components/core/babylon-rooms-cols/babylon-rooms-cols.interface.mjs +2 -0
  221. package/esm2022/lib/components/core/babylon-rooms-cols/index.mjs +3 -0
  222. package/esm2022/lib/components/core/babylon-rooms-grid/babylon-rooms-grid.component.mjs +19 -6
  223. package/esm2022/lib/components/core/babylon-rooms-grid/babylon-rooms-grid.interface.mjs +2 -0
  224. package/esm2022/lib/components/core/babylon-rooms-grid/index.mjs +3 -0
  225. package/esm2022/lib/components/core/babylon-rooms-list/babylon-rooms-list.component.mjs +32 -6
  226. package/esm2022/lib/components/core/babylon-rooms-list/babylon-rooms-list.interface.mjs +2 -0
  227. package/esm2022/lib/components/core/babylon-rooms-list/index.mjs +3 -0
  228. package/esm2022/lib/components/core/babylon-rooms-slider/babylon-room.interface.mjs +2 -0
  229. package/esm2022/lib/components/core/babylon-rooms-slider/babylon-rooms-slider.component.mjs +25 -5
  230. package/esm2022/lib/components/core/babylon-rooms-slider/babylon-rooms-slider.interface.mjs +2 -0
  231. package/esm2022/lib/components/core/babylon-rooms-slider/babylon-rooms-text-info.interface.mjs +2 -0
  232. package/esm2022/lib/components/core/babylon-rooms-slider/index.mjs +5 -0
  233. package/esm2022/lib/components/core/babylon-services-slider/babylon-service-slider.interface.mjs +2 -0
  234. package/esm2022/lib/components/core/babylon-services-slider/babylon-services-slider.component.mjs +17 -5
  235. package/esm2022/lib/components/core/babylon-services-slider/index.mjs +3 -0
  236. package/esm2022/lib/components/core/babylon-sli-c1-img-text/babylon-sli-c1-img-text.component.mjs +12 -0
  237. package/esm2022/lib/components/core/babylon-sli-c1-img-text/index.mjs +2 -0
  238. package/esm2022/lib/components/core/babylon-sli-c5-img-txt/babylon-sli-c5-img-txt.component.mjs +13 -0
  239. package/esm2022/lib/components/core/babylon-sli-c5-img-txt/index.mjs +2 -0
  240. package/esm2022/lib/components/core/babylon-slider-img-static/babylon-slider-img-static.component.mjs +12 -5
  241. package/esm2022/lib/components/core/babylon-slider-img-static/index.mjs +2 -0
  242. package/esm2022/lib/components/core/babylon-slider-img-static-v2/babylon-slider-img-static-v2.component.mjs +12 -5
  243. package/esm2022/lib/components/core/babylon-slider-img-static-v2/index.mjs +2 -0
  244. package/esm2022/lib/components/core/babylon-slider-img-video/babylon-slider-img-video.component.mjs +17 -4
  245. package/esm2022/lib/components/core/babylon-slider-img-video/index.mjs +2 -0
  246. package/esm2022/lib/components/core/babylon-slider2col/babylon-slider2col.component.mjs +28 -5
  247. package/esm2022/lib/components/core/babylon-slider2col/index.mjs +2 -0
  248. package/esm2022/lib/components/core/babylon-slider2items/babylon-slider2items.component.mjs +15 -5
  249. package/esm2022/lib/components/core/babylon-slider2items/babylon-slider2items.interface.mjs +2 -0
  250. package/esm2022/lib/components/core/babylon-slider2items/index.mjs +3 -0
  251. package/esm2022/lib/components/core/babylon-slider3col/babylon-slider3col.component.mjs +53 -0
  252. package/esm2022/lib/components/core/babylon-slider3col/index.mjs +2 -0
  253. package/esm2022/lib/components/core/babylon-slider3col-clear/babylon-slider3col-clear.component.mjs +11 -0
  254. package/esm2022/lib/components/core/babylon-slider3col-clear/index.mjs +2 -0
  255. package/esm2022/lib/components/core/babylon-slider3items/babylon-slider3items.component.mjs +14 -5
  256. package/esm2022/lib/components/core/babylon-slider3items/babylon-slider3items.interface.mjs +2 -0
  257. package/esm2022/lib/components/core/babylon-slider3items/index.mjs +3 -0
  258. package/esm2022/lib/components/core/babylon-slider4col/babylon-slider4col.component.mjs +37 -5
  259. package/esm2022/lib/components/core/babylon-slider4col/index.mjs +2 -0
  260. package/esm2022/lib/components/core/babylon-social-bar/babylon-social-bar.component.mjs +14 -5
  261. package/esm2022/lib/components/core/babylon-social-bar/index.mjs +2 -0
  262. package/esm2022/lib/components/core/babylon-static-footer/babylon-static-footer.component.mjs +104 -6
  263. package/esm2022/lib/components/core/babylon-static-footer/babylon-static-footer.interface.mjs +2 -0
  264. package/esm2022/lib/components/core/babylon-static-footer/index.mjs +3 -0
  265. package/esm2022/lib/components/core/babylon-static-footer-v2/babylon-static-footer-v2.component.mjs +48 -8
  266. package/esm2022/lib/components/core/babylon-static-footer-v2/babylon-static-footer-v2.interface.mjs +2 -0
  267. package/esm2022/lib/components/core/babylon-static-footer-v2/index.mjs +3 -0
  268. package/esm2022/lib/components/core/babylon-submenu-hotel/babylon-submenu-hotel.component.mjs +35 -5
  269. package/esm2022/lib/components/core/babylon-submenu-hotel/babylon-submenu-hotel.interface.mjs +2 -0
  270. package/esm2022/lib/components/core/babylon-submenu-hotel/index.mjs +3 -0
  271. package/esm2022/lib/components/core/babylon-thanks/babylon-thanks.component.mjs +18 -5
  272. package/esm2022/lib/components/core/babylon-thanks/babylon-thanks.interface.mjs +2 -0
  273. package/esm2022/lib/components/core/babylon-thanks/index.mjs +3 -0
  274. package/esm2022/lib/components/core/babylon-top-simple-banner/babylon-top-simple-banner.component.mjs +5 -5
  275. package/esm2022/lib/components/core/babylon-top-simple-banner/index.mjs +2 -0
  276. package/esm2022/lib/components/core/babylon-top-slider/babylon-top-slider-item.interface.mjs +2 -0
  277. package/esm2022/lib/components/core/babylon-top-slider/babylon-top-slider.component.mjs +187 -5
  278. package/esm2022/lib/components/core/babylon-top-slider/babylon-top-slider.interface.mjs +2 -0
  279. package/esm2022/lib/components/core/babylon-top-slider/index.mjs +4 -0
  280. package/esm2022/lib/components/core/babylon-top-slider-thumbs/babylon-top-slider-thumbs.component.mjs +33 -6
  281. package/esm2022/lib/components/core/babylon-top-slider-thumbs/babylon-top-slider-thumbs.interface.mjs +2 -0
  282. package/esm2022/lib/components/core/babylon-top-slider-thumbs/index.mjs +3 -0
  283. package/esm2022/lib/components/core/babylon-top-slider-v2/babylon-top-slider-v2-item.interface.mjs +2 -0
  284. package/esm2022/lib/components/core/babylon-top-slider-v2/babylon-top-slider-v2.component.mjs +22 -5
  285. package/esm2022/lib/components/core/babylon-top-slider-v2/babylon-top-slider-v2.interface.mjs +2 -0
  286. package/esm2022/lib/components/core/babylon-top-slider-v2/index.mjs +4 -0
  287. package/esm2022/lib/components/core/babylon-top-slider-video/babylon-top-slider-video.component.mjs +194 -5
  288. package/esm2022/lib/components/core/babylon-top-slider-video/babylon-top-slider-video.interface.mjs +2 -0
  289. package/esm2022/lib/components/core/babylon-top-slider-video/babylon-video-source.interface.mjs +2 -0
  290. package/esm2022/lib/components/core/babylon-top-slider-video/index.mjs +4 -0
  291. package/esm2022/lib/components/core/babylon-top-slider-video-v2/babylon-top-slider-video-v2.component.mjs +7 -5
  292. package/esm2022/lib/components/core/babylon-top-slider-video-v2/index.mjs +2 -0
  293. package/esm2022/lib/components/core/babylon-webmap/babylon-webmap.component.mjs +23 -5
  294. package/esm2022/lib/components/core/babylon-webmap/babylon-webmap.interface.mjs +2 -0
  295. package/esm2022/lib/components/core/babylon-webmap/index.mjs +3 -0
  296. package/esm2022/lib/components/core/index.mjs +101 -0
  297. package/esm2022/lib/components/shared/babylon-dynamic-heading/babylon-dynamic-heading.component.mjs +124 -0
  298. package/esm2022/lib/components/shared/babylon-dynamic-heading/babylon-dynamic-heading.interface.mjs +2 -0
  299. package/esm2022/lib/components/shared/babylon-dynamic-heading/index.mjs +3 -0
  300. package/esm2022/lib/components/shared/babylon-search/babylon-search.component.mjs +82 -0
  301. package/esm2022/lib/components/shared/babylon-search/index.mjs +2 -0
  302. package/esm2022/lib/components/shared/index.mjs +2 -0
  303. package/esm2022/lib/directives/babylon-background-strip/babylon-background-strip.directive.mjs +71 -0
  304. package/esm2022/lib/directives/babylon-customs/babylon-custom-mouse-pointer.directive.mjs +52 -0
  305. package/esm2022/lib/directives/babylon-galleries/babylon-light-gallery.directive.mjs +107 -0
  306. package/esm2022/lib/directives/babylon-hobble-effect/babylon-hobble-effect.directive.mjs +60 -0
  307. package/esm2022/lib/directives/babylon-pagination/babylon-pagination.directive.mjs +127 -0
  308. package/esm2022/lib/directives/babylon-sliders/babylon-custom-slider.directive.mjs +62 -0
  309. package/esm2022/lib/directives/babylon-sliders/babylon-hotels-slider.directive.mjs +107 -0
  310. package/esm2022/lib/directives/babylon-sliders/babylon-sliders.directive.mjs +438 -0
  311. package/esm2022/lib/directives/babylon-sliders/babylon-swiper-slider.directive.mjs +107 -0
  312. package/esm2022/lib/directives/babylon-sliders/babylon-swiper.directive.mjs +125 -0
  313. package/esm2022/lib/directives/data-background/data-background.directive.mjs +32 -0
  314. package/esm2022/lib/directives/link-type/link-type.directive.mjs +287 -0
  315. package/esm2022/lib/directives/scrolls/scroll-to.directive.mjs +195 -0
  316. package/esm2022/lib/directives/scrolls/scroll-up.directive.mjs +27 -0
  317. package/esm2022/lib/directives/scrolls/show-only-top.directive.mjs +110 -0
  318. package/esm2022/lib/directives/sliders/slick-init.directive.mjs +38 -11
  319. package/esm2022/lib/directives/utils/sticky-avoid-footer.directive.mjs +9 -3
  320. package/esm2022/lib/interfaces/babylon-advantages-item.interface.mjs +2 -0
  321. package/esm2022/lib/interfaces/babylon-button.interface.mjs +2 -0
  322. package/esm2022/lib/interfaces/babylon-consult-type.interface.mjs +2 -0
  323. package/esm2022/lib/interfaces/babylon-dropdown.interface.mjs +2 -0
  324. package/esm2022/lib/interfaces/babylon-equipments-item.interface.mjs +2 -0
  325. package/esm2022/lib/interfaces/babylon-global-icon.interface.mjs +2 -0
  326. package/esm2022/lib/interfaces/babylon-global.interface.mjs +2 -0
  327. package/esm2022/lib/interfaces/babylon-image.interface.mjs +2 -0
  328. package/esm2022/lib/interfaces/babylon-input.interface.mjs +2 -0
  329. package/esm2022/lib/interfaces/babylon-item.interface.mjs +2 -0
  330. package/esm2022/lib/interfaces/babylon-menu-button.interface.mjs +2 -0
  331. package/esm2022/lib/interfaces/babylon-menu-info.interface.mjs +2 -0
  332. package/esm2022/lib/interfaces/babylon-multimedia.interface.mjs +2 -0
  333. package/esm2022/lib/interfaces/babylon-page-config.interface.mjs +2 -0
  334. package/esm2022/lib/interfaces/babylon-site-config.interface.mjs +2 -0
  335. package/esm2022/lib/interfaces/babylon-tags.interface.mjs +2 -0
  336. package/esm2022/lib/interfaces/babylon-text-info.interface.mjs +2 -0
  337. package/esm2022/lib/interfaces/babylon-texts-colors.interface.mjs +2 -0
  338. package/esm2022/lib/interfaces/babylon-texts.interface.mjs +2 -0
  339. package/esm2022/lib/interfaces/babylon-video.interface.mjs +2 -0
  340. package/esm2022/lib/interfaces/index.mjs +15 -0
  341. package/esm2022/lib/pipes/babylon-clean-phone.pipe.mjs +14 -0
  342. package/esm2022/lib/pipes/babylon-currency.pipe.mjs +29 -0
  343. package/esm2022/lib/services/color-panel.service.mjs +316 -0
  344. package/esm2022/lib/services/index.mjs +3 -1
  345. package/esm2022/lib/services/mapper/index.mjs +3 -0
  346. package/esm2022/lib/services/mapper/mapper.service.mjs +2664 -0
  347. package/esm2022/lib/services/mapper/mapper.service.token.mjs +3 -0
  348. package/esm2022/lib/services/modals-service/index.mjs +2 -0
  349. package/esm2022/lib/services/modals-service/modals.service.mjs +77 -0
  350. package/esm2022/lib/services/screen-sizer/screen-sizer.service.mjs +46 -35
  351. package/esm2022/lib/utils/complex-links.token.mjs +6 -0
  352. package/esm2022/lib/utils/index.mjs +2 -0
  353. package/esm2022/lib/utils/utils.mjs +153 -0
  354. package/esm2022/public-api.mjs +11 -116
  355. package/fesm2022/ctt-babylon.mjs +10624 -2780
  356. package/fesm2022/ctt-babylon.mjs.map +1 -1
  357. package/lib/Enum/buttons-type.enum.d.ts +4 -0
  358. package/lib/Enum/index.d.ts +2 -0
  359. package/lib/Enum/logo-type.enum.d.ts +8 -0
  360. package/lib/Enum/services.enum.d.ts +6 -0
  361. package/lib/Enum/views.enum.d.ts +3 -0
  362. package/lib/components/core/babylon-404/babylon-404.component.d.ts +8 -1
  363. package/lib/components/core/babylon-404/babylon-404.interface.d.ts +9 -0
  364. package/lib/components/core/babylon-404/index.d.ts +2 -0
  365. package/lib/components/core/babylon-action-banner/babylon-action-banner.component.d.ts +14 -0
  366. package/lib/components/core/babylon-action-banner/babylon-action-banner.interface.d.ts +9 -0
  367. package/lib/components/core/babylon-action-banner/index.d.ts +2 -0
  368. package/lib/components/core/babylon-advantages/babylon-advantages-info.interface.d.ts +5 -0
  369. package/lib/components/core/babylon-advantages/babylon-advantages.component.d.ts +14 -1
  370. package/lib/components/core/babylon-advantages/babylon-advantages.interface.d.ts +13 -0
  371. package/lib/components/core/babylon-advantages/index.d.ts +3 -0
  372. package/lib/components/core/babylon-advantages-v2/babylon-advantages-v2.component.d.ts +5 -1
  373. package/lib/components/core/babylon-advantages-v2/index.d.ts +1 -0
  374. package/lib/components/core/babylon-av-c4-img-text/babylon-av-c4-img-text.component.d.ts +5 -0
  375. package/lib/components/core/babylon-av-c4-img-text/index.d.ts +1 -0
  376. package/lib/components/core/babylon-banner-gallery/babylon-banner-gallery.component.d.ts +11 -1
  377. package/lib/components/core/babylon-banner-gallery/babylon-banner-gallery.interface.d.ts +9 -0
  378. package/lib/components/core/babylon-banner-gallery/index.d.ts +2 -0
  379. package/lib/components/core/babylon-banner-info/babylon-banner-info.component.d.ts +25 -2
  380. package/lib/components/core/babylon-banner-info/babylon-banner-info.interface.d.ts +10 -0
  381. package/lib/components/core/babylon-banner-info/index.d.ts +2 -0
  382. package/lib/components/core/babylon-banner-newsletter/babylon-banner-newsletter.component.d.ts +16 -1
  383. package/lib/components/core/babylon-banner-newsletter/babylon-banner-newsletter.interface.d.ts +9 -0
  384. package/lib/components/core/babylon-banner-newsletter/index.d.ts +2 -0
  385. package/lib/components/core/babylon-blog-details/babylon-blog-details.component.d.ts +39 -1
  386. package/lib/components/core/babylon-blog-details/babylon-blog-details.interface.d.ts +24 -0
  387. package/lib/components/core/babylon-blog-details/index.d.ts +2 -0
  388. package/lib/components/core/babylon-blog-list/babylon-blog-list.component.d.ts +47 -2
  389. package/lib/components/core/babylon-blog-list/babylon-blog-list.interface.d.ts +18 -0
  390. package/lib/components/core/babylon-blog-list/index.d.ts +2 -0
  391. package/lib/components/core/babylon-breadcrumb/babylon-breadcrumb.component.d.ts +4 -1
  392. package/lib/components/core/babylon-breadcrumb/babylon-breadcrumb.interface.d.ts +4 -0
  393. package/lib/components/core/babylon-breadcrumb/index.d.ts +2 -0
  394. package/lib/components/core/babylon-color-picker/babylon-color-picker.component.d.ts +57 -0
  395. package/lib/components/core/babylon-color-picker/index.d.ts +1 -0
  396. package/lib/components/core/babylon-comingsoon/babylon-comingsoon.component.d.ts +12 -1
  397. package/lib/components/core/babylon-comingsoon/babylon-comingsoon.interface.d.ts +11 -0
  398. package/lib/components/core/babylon-comingsoon/index.d.ts +2 -0
  399. package/lib/components/core/babylon-contact-address/babylon-contact-address.component.d.ts +22 -0
  400. package/lib/components/core/babylon-contact-address/babylon-contact-address.interface.d.ts +4 -0
  401. package/lib/components/core/babylon-contact-address/index.d.ts +2 -0
  402. package/lib/components/core/babylon-contact-form/babylon-contact-form.component.d.ts +35 -6
  403. package/lib/components/core/babylon-contact-form/babylon-contact-form.interface.d.ts +15 -0
  404. package/lib/components/core/babylon-contact-form/index.d.ts +2 -0
  405. package/lib/components/core/babylon-contact-how/babylon-contact-how.component.d.ts +14 -2
  406. package/lib/components/core/babylon-contact-how/babylon-contact-how.interface.d.ts +6 -0
  407. package/lib/components/core/babylon-contact-how/index.d.ts +2 -0
  408. package/lib/components/core/babylon-contact-map/babylon-contact-map.component.d.ts +16 -2
  409. package/lib/components/core/babylon-contact-map/babylon-contact-map.interface.d.ts +8 -0
  410. package/lib/components/core/babylon-contact-map/index.d.ts +2 -0
  411. package/lib/components/core/babylon-engine/babylon-engine.component.d.ts +71 -11
  412. package/lib/components/core/babylon-engine/babylon-engine.interface.d.ts +24 -0
  413. package/lib/components/core/babylon-engine/index.d.ts +2 -0
  414. package/lib/components/core/babylon-engine-modal/babylon-engine-modal.component.d.ts +60 -16
  415. package/lib/components/core/babylon-engine-modal/babylon-engine-modal.interface.d.ts +22 -0
  416. package/lib/components/core/babylon-engine-modal/index.d.ts +2 -0
  417. package/lib/components/core/babylon-external-script/babylon-external-script.component.d.ts +21 -0
  418. package/lib/components/core/babylon-external-script/babylon-external-script.interface.d.ts +5 -0
  419. package/lib/components/core/babylon-external-script/index.d.ts +2 -0
  420. package/lib/components/core/babylon-faq/babylon-faq.component.d.ts +12 -1
  421. package/lib/components/core/babylon-faq/babylon-faq.interface.d.ts +8 -0
  422. package/lib/components/core/babylon-faq/index.d.ts +2 -0
  423. package/lib/components/core/babylon-faq-v2/babylon-faq-v2.component.d.ts +10 -1
  424. package/lib/components/core/babylon-faq-v2/index.d.ts +1 -0
  425. package/lib/components/core/babylon-features-slider/babylon-features-slider.component.d.ts +18 -2
  426. package/lib/components/core/babylon-features-slider/babylon-features-slider.interface.d.ts +8 -0
  427. package/lib/components/core/babylon-features-slider/index.d.ts +2 -0
  428. package/lib/components/core/babylon-filter-modal/babylon-filter-modal.component.d.ts +8 -3
  429. package/lib/components/core/babylon-filter-modal/index.d.ts +1 -0
  430. package/lib/components/core/babylon-floating-buttons/babylon-floating-buttons.component.d.ts +39 -0
  431. package/lib/components/core/babylon-floating-buttons/babylon-floating-buttons.interface.d.ts +8 -0
  432. package/lib/components/core/babylon-floating-buttons/index.d.ts +2 -0
  433. package/lib/components/core/babylon-footer-contact/babylon-footer-contact.component.d.ts +24 -1
  434. package/lib/components/core/babylon-footer-contact/babylon-footer-contact.interface.d.ts +14 -0
  435. package/lib/components/core/babylon-footer-contact/index.d.ts +2 -0
  436. package/lib/components/core/babylon-footer-links/babylon-footer-links.component.d.ts +5 -1
  437. package/lib/components/core/babylon-footer-links/babylon-footer-links.interface.d.ts +6 -0
  438. package/lib/components/core/babylon-footer-links/index.d.ts +2 -0
  439. package/lib/components/core/babylon-footer-logos/babylon-footer-logos.component.d.ts +11 -1
  440. package/lib/components/core/babylon-footer-logos/babylon-footer-logos.interface.d.ts +7 -0
  441. package/lib/components/core/babylon-footer-logos/index.d.ts +2 -0
  442. package/lib/components/core/babylon-footer-social/babylon-footer-social.component.d.ts +5 -1
  443. package/lib/components/core/babylon-footer-social/babylon-footer-social.interface.d.ts +6 -0
  444. package/lib/components/core/babylon-footer-social/index.d.ts +2 -0
  445. package/lib/components/core/babylon-gallery/babylon-gallery.component.d.ts +34 -8
  446. package/lib/components/core/babylon-gallery/babylon-gallery.interface.d.ts +12 -0
  447. package/lib/components/core/babylon-gallery/index.d.ts +2 -0
  448. package/lib/components/core/babylon-global-modal/babylon-global-modal.component.d.ts +31 -0
  449. package/lib/components/core/babylon-global-modal/babylon-global-modal.interface.d.ts +8 -0
  450. package/lib/components/core/babylon-global-modal/index.d.ts +2 -0
  451. package/lib/components/core/babylon-grid-gallery/babylon-grid-gallery.component.d.ts +19 -2
  452. package/lib/components/core/babylon-grid-gallery/babylon-grid-gallery.interface.d.ts +8 -0
  453. package/lib/components/core/babylon-grid-gallery/index.d.ts +2 -0
  454. package/lib/components/core/babylon-guests-popup/babylon-guests-popup.component.d.ts +24 -7
  455. package/lib/components/core/babylon-guests-popup/babylon-guests-popup.interface.d.ts +11 -0
  456. package/lib/components/core/babylon-guests-popup/index.d.ts +2 -0
  457. package/lib/components/core/babylon-head-intro/babylon-head-intro.component.d.ts +9 -1
  458. package/lib/components/core/babylon-head-intro/babylon-head-intro.interface.d.ts +10 -0
  459. package/lib/components/core/babylon-head-intro/index.d.ts +2 -0
  460. package/lib/components/core/babylon-header-book-show/babylon-header-book-show.component.d.ts +35 -7
  461. package/lib/components/core/babylon-header-book-show/babylon-header-book-show.interface.d.ts +20 -0
  462. package/lib/components/core/babylon-header-book-show/index.d.ts +2 -0
  463. package/lib/components/core/babylon-header-clear/babylon-header-clear.component.d.ts +34 -9
  464. package/lib/components/core/babylon-header-clear/babylon-header-clear.interface.d.ts +22 -0
  465. package/lib/components/core/babylon-header-clear/index.d.ts +2 -0
  466. package/lib/components/core/babylon-header-menu-center/babylon-header-menu-center.component.d.ts +33 -8
  467. package/lib/components/core/babylon-header-menu-center/babylon-header-menu-center.interface.d.ts +19 -0
  468. package/lib/components/core/babylon-header-menu-center/index.d.ts +2 -0
  469. package/lib/components/core/babylon-header-menu-logo-center/babylon-header-menu-logo-center.component.d.ts +40 -0
  470. package/lib/components/core/babylon-header-menu-logo-center/babylon-header-menu-logo-center.interface.d.ts +23 -0
  471. package/lib/components/core/babylon-header-menu-logo-center/index.d.ts +2 -0
  472. package/lib/components/core/babylon-header-menu-show/babylon-header-menu-show.component.d.ts +29 -8
  473. package/lib/components/core/babylon-header-menu-show/babylon-header-menu-show.interface.d.ts +18 -0
  474. package/lib/components/core/babylon-header-menu-show/index.d.ts +2 -0
  475. package/lib/components/core/babylon-header-mobile/babylon-header-mobile.component.d.ts +53 -0
  476. package/lib/components/core/babylon-header-mobile/babylon-header-mobile.interface.d.ts +26 -0
  477. package/lib/components/core/babylon-header-mobile/index.d.ts +2 -0
  478. package/lib/components/core/babylon-hotels-list/babylon-hotel.interface.d.ts +18 -0
  479. package/lib/components/core/babylon-hotels-list/babylon-hotels-list.component.d.ts +5 -1
  480. package/lib/components/core/babylon-hotels-list/babylon-hotels-list.interface.d.ts +6 -0
  481. package/lib/components/core/babylon-hotels-list/index.d.ts +3 -0
  482. package/lib/components/core/babylon-hotels-slider/babylon-hotels-slider.component.d.ts +5 -1
  483. package/lib/components/core/babylon-hotels-slider/babylon-hotels-slider.interface.d.ts +6 -0
  484. package/lib/components/core/babylon-hotels-slider/index.d.ts +2 -0
  485. package/lib/components/core/babylon-info-big/babylon-info-big.component.d.ts +9 -1
  486. package/lib/components/core/babylon-info-big/babylon-info-big.interface.d.ts +10 -0
  487. package/lib/components/core/babylon-info-big/index.d.ts +2 -0
  488. package/lib/components/core/babylon-info-grid/babylon-info-grid.component.d.ts +22 -3
  489. package/lib/components/core/babylon-info-grid/babylon-info-grid.interface.d.ts +9 -0
  490. package/lib/components/core/babylon-info-grid/index.d.ts +2 -0
  491. package/lib/components/core/babylon-info-img/babylon-info-img.component.d.ts +40 -2
  492. package/lib/components/core/babylon-info-img/babylon-info-img.interface.d.ts +27 -0
  493. package/lib/components/core/babylon-info-img/index.d.ts +2 -0
  494. package/lib/components/core/babylon-info-img-slider/babylon-info-img-slider.component.d.ts +33 -0
  495. package/lib/components/core/babylon-info-img-slider/babylon-info-img-slider.interface.d.ts +11 -0
  496. package/lib/components/core/babylon-info-img-slider/index.d.ts +2 -0
  497. package/lib/components/core/babylon-info-intro/babylon-info-intro.component.d.ts +26 -1
  498. package/lib/components/core/babylon-info-intro/babylon-info-intro.interface.d.ts +19 -0
  499. package/lib/components/core/babylon-info-intro/index.d.ts +2 -0
  500. package/lib/components/core/babylon-info-show-img/babylon-info-show-img.component.d.ts +3 -1
  501. package/lib/components/core/babylon-info-show-img/index.d.ts +1 -0
  502. package/lib/components/core/babylon-info-zig-zag/babylon-info-zig-zag.component.d.ts +29 -1
  503. package/lib/components/core/babylon-info-zig-zag/babylon-info-zig-zag.interface.d.ts +12 -0
  504. package/lib/components/core/babylon-info-zig-zag/index.d.ts +2 -0
  505. package/lib/components/core/babylon-info-zig-zag-counter/babylon-info-zig-zag-counter.component.d.ts +47 -0
  506. package/lib/components/core/babylon-info-zig-zag-counter/babylon-info-zig-zag-counter.interface.d.ts +14 -0
  507. package/lib/components/core/babylon-info-zig-zag-counter/index.d.ts +2 -0
  508. package/lib/components/core/babylon-info-zigzag-v2/babylon-info-zigzag-v2.component.d.ts +16 -1
  509. package/lib/components/core/babylon-info-zigzag-v2/babylon-info-zigzag-v2.interface.d.ts +5 -0
  510. package/lib/components/core/babylon-info-zigzag-v2/index.d.ts +2 -0
  511. package/lib/components/core/babylon-info2col-img/babylon-info2col-img.component.d.ts +21 -0
  512. package/lib/components/core/babylon-info2col-img/babylon-info2col-img.interface.d.ts +12 -0
  513. package/lib/components/core/babylon-info2col-img/index.d.ts +2 -0
  514. package/lib/components/core/babylon-info2img/babylon-info2img.component.d.ts +14 -1
  515. package/lib/components/core/babylon-info2img/babylon-info2img.interface.d.ts +11 -0
  516. package/lib/components/core/babylon-info2img/index.d.ts +2 -0
  517. package/lib/components/core/babylon-info2img-big/babylon-info2img-big.component.d.ts +16 -1
  518. package/lib/components/core/babylon-info2img-big/babylon-info2img-big.interface.d.ts +14 -0
  519. package/lib/components/core/babylon-info2img-big/index.d.ts +2 -0
  520. package/lib/components/core/babylon-info3img/babylon-info3img.component.d.ts +9 -1
  521. package/lib/components/core/babylon-info3img/index.d.ts +1 -0
  522. package/lib/components/core/babylon-info4img/babylon-info4img.component.d.ts +11 -1
  523. package/lib/components/core/babylon-info4img/babylon-info4img.interface.d.ts +12 -0
  524. package/lib/components/core/babylon-info4img/index.d.ts +2 -0
  525. package/lib/components/core/babylon-items-grid/babylon-items-grid.component.d.ts +14 -1
  526. package/lib/components/core/babylon-items-grid/babylon-items-grid.interface.d.ts +8 -0
  527. package/lib/components/core/babylon-items-grid/index.d.ts +2 -0
  528. package/lib/components/core/babylon-language-modal/babylon-language-modal.component.d.ts +12 -5
  529. package/lib/components/core/babylon-language-modal/babylon-language-modal.interface.d.ts +7 -0
  530. package/lib/components/core/babylon-language-modal/index.d.ts +2 -0
  531. package/lib/components/core/babylon-legal/babylon-legal.component.d.ts +9 -1
  532. package/lib/components/core/babylon-legal/babylon-legal.interface.d.ts +7 -0
  533. package/lib/components/core/babylon-legal/index.d.ts +2 -0
  534. package/lib/components/core/babylon-list-c3-img-txt/babylon-list-c3-img-txt.component.d.ts +5 -1
  535. package/lib/components/core/babylon-list-c3-img-txt/index.d.ts +1 -0
  536. package/lib/components/core/babylon-list-grid/babylon-list-grid.component.d.ts +17 -1
  537. package/lib/components/core/babylon-list-grid/babylon-list-grid.interface.d.ts +8 -0
  538. package/lib/components/core/babylon-list-grid/index.d.ts +2 -0
  539. package/lib/components/core/babylon-modal-menu/babylon-modal-menu.component.d.ts +45 -0
  540. package/lib/components/core/babylon-modal-multiple-motors/babylon-modal-multiple-motors.component.d.ts +16 -0
  541. package/lib/components/core/babylon-modal-multiple-motors/babylon-modal-multiple-motors.interface.d.ts +8 -0
  542. package/lib/components/core/babylon-modal-multiple-motors/index.d.ts +2 -0
  543. package/lib/components/core/babylon-modal-popup/babylon-modal-popup.component.d.ts +25 -0
  544. package/lib/components/core/babylon-modal-popup/babylon-modal-popup.interface.d.ts +9 -0
  545. package/lib/components/core/babylon-modal-popup/index.d.ts +2 -0
  546. package/lib/components/core/babylon-newsletter/babylon-newsletter.component.d.ts +19 -3
  547. package/lib/components/core/babylon-newsletter/babylon-newsletter.interface.d.ts +9 -0
  548. package/lib/components/core/babylon-newsletter/index.d.ts +2 -0
  549. package/lib/components/core/babylon-offer-detail/babylon-offer-detail.component.d.ts +16 -1
  550. package/lib/components/core/babylon-offer-detail/babylon-offer-detail.interface.d.ts +17 -0
  551. package/lib/components/core/babylon-offer-detail/index.d.ts +2 -0
  552. package/lib/components/core/babylon-offer-popup/babylon-offer-popup.component.d.ts +18 -5
  553. package/lib/components/core/babylon-offer-popup/babylon-offer-popup.interface.d.ts +7 -0
  554. package/lib/components/core/babylon-offer-popup/index.d.ts +2 -0
  555. package/lib/components/core/babylon-offer-popupV2/babylon-offer-popup-v2.component.d.ts +21 -0
  556. package/lib/components/core/babylon-offer-popupV2/babylon-offer-popup-v2.interface.d.ts +9 -0
  557. package/lib/components/core/babylon-offer-popupV2/index.d.ts +2 -0
  558. package/lib/components/core/babylon-offer-slider/babylon-offer-slider.component.d.ts +6 -1
  559. package/lib/components/core/babylon-offer-slider/babylon-offer-slider.interface.d.ts +7 -0
  560. package/lib/components/core/babylon-offer-slider/babylon-offer.interface.d.ts +18 -0
  561. package/lib/components/core/babylon-offer-slider/index.d.ts +3 -0
  562. package/lib/components/core/babylon-offers-list/babylon-offers-list.component.d.ts +33 -2
  563. package/lib/components/core/babylon-offers-list/babylon-offers-list.interface.d.ts +14 -0
  564. package/lib/components/core/babylon-offers-list/index.d.ts +2 -0
  565. package/lib/components/core/babylon-offers-slider/babylon-offers-slider.component.d.ts +5 -1
  566. package/lib/components/core/babylon-offers-slider/index.d.ts +1 -0
  567. package/lib/components/core/babylon-preload/babylon-preload.component.d.ts +5 -1
  568. package/lib/components/core/babylon-preload/index.d.ts +1 -0
  569. package/lib/components/core/babylon-press-list/babylon-press-list.component.d.ts +17 -0
  570. package/lib/components/core/babylon-press-list/babylon-press-list.interface.d.ts +8 -0
  571. package/lib/components/core/babylon-press-list/index.d.ts +2 -0
  572. package/lib/components/core/babylon-room-details/babylon-room-detail.interface.d.ts +20 -0
  573. package/lib/components/core/babylon-room-details/babylon-room-details.component.d.ts +13 -1
  574. package/lib/components/core/babylon-room-details/index.d.ts +2 -0
  575. package/lib/components/core/babylon-rooms-cols/babylon-rooms-cols.component.d.ts +39 -1
  576. package/lib/components/core/babylon-rooms-cols/babylon-rooms-cols.interface.d.ts +10 -0
  577. package/lib/components/core/babylon-rooms-cols/index.d.ts +2 -0
  578. package/lib/components/core/babylon-rooms-grid/babylon-rooms-grid.component.d.ts +10 -1
  579. package/lib/components/core/babylon-rooms-grid/babylon-rooms-grid.interface.d.ts +8 -0
  580. package/lib/components/core/babylon-rooms-grid/index.d.ts +2 -0
  581. package/lib/components/core/babylon-rooms-list/babylon-rooms-list.component.d.ts +27 -1
  582. package/lib/components/core/babylon-rooms-list/babylon-rooms-list.interface.d.ts +6 -0
  583. package/lib/components/core/babylon-rooms-list/index.d.ts +2 -0
  584. package/lib/components/core/babylon-rooms-slider/babylon-room.interface.d.ts +15 -0
  585. package/lib/components/core/babylon-rooms-slider/babylon-rooms-slider.component.d.ts +6 -1
  586. package/lib/components/core/babylon-rooms-slider/babylon-rooms-slider.interface.d.ts +6 -0
  587. package/lib/components/core/babylon-rooms-slider/babylon-rooms-text-info.interface.d.ts +8 -0
  588. package/lib/components/core/babylon-rooms-slider/index.d.ts +4 -0
  589. package/lib/components/core/babylon-services-slider/babylon-service-slider.interface.d.ts +6 -0
  590. package/lib/components/core/babylon-services-slider/babylon-services-slider.component.d.ts +7 -1
  591. package/lib/components/core/babylon-services-slider/index.d.ts +2 -0
  592. package/lib/components/core/babylon-sli-c1-img-text/babylon-sli-c1-img-text.component.d.ts +5 -0
  593. package/lib/components/core/babylon-sli-c1-img-text/index.d.ts +1 -0
  594. package/lib/components/core/babylon-sli-c5-img-txt/babylon-sli-c5-img-txt.component.d.ts +5 -0
  595. package/lib/components/core/babylon-sli-c5-img-txt/index.d.ts +1 -0
  596. package/lib/components/core/babylon-slider-img-static/babylon-slider-img-static.component.d.ts +6 -1
  597. package/lib/components/core/babylon-slider-img-static/index.d.ts +1 -0
  598. package/lib/components/core/babylon-slider-img-static-v2/babylon-slider-img-static-v2.component.d.ts +6 -1
  599. package/lib/components/core/babylon-slider-img-static-v2/index.d.ts +1 -0
  600. package/lib/components/core/babylon-slider-img-video/babylon-slider-img-video.component.d.ts +8 -1
  601. package/lib/components/core/babylon-slider-img-video/index.d.ts +1 -0
  602. package/lib/components/core/babylon-slider2col/babylon-slider2col.component.d.ts +22 -1
  603. package/lib/components/core/babylon-slider2col/index.d.ts +1 -0
  604. package/lib/components/core/babylon-slider2items/babylon-slider2items.component.d.ts +5 -1
  605. package/lib/components/core/babylon-slider2items/babylon-slider2items.interface.d.ts +6 -0
  606. package/lib/components/core/babylon-slider2items/index.d.ts +2 -0
  607. package/lib/components/core/babylon-slider3col/babylon-slider3col.component.d.ts +20 -0
  608. package/lib/components/core/babylon-slider3col/index.d.ts +1 -0
  609. package/lib/components/core/babylon-slider3col-clear/babylon-slider3col-clear.component.d.ts +5 -0
  610. package/lib/components/core/babylon-slider3col-clear/index.d.ts +1 -0
  611. package/lib/components/core/babylon-slider3items/babylon-slider3items.component.d.ts +15 -1
  612. package/lib/components/core/babylon-slider3items/babylon-slider3items.interface.d.ts +6 -0
  613. package/lib/components/core/babylon-slider3items/index.d.ts +2 -0
  614. package/lib/components/core/babylon-slider4col/babylon-slider4col.component.d.ts +15 -1
  615. package/lib/components/core/babylon-slider4col/index.d.ts +1 -0
  616. package/lib/components/core/babylon-social-bar/babylon-social-bar.component.d.ts +5 -1
  617. package/lib/components/core/babylon-social-bar/index.d.ts +1 -0
  618. package/lib/components/core/babylon-static-footer/babylon-static-footer.component.d.ts +55 -2
  619. package/lib/components/core/babylon-static-footer/babylon-static-footer.interface.d.ts +29 -0
  620. package/lib/components/core/babylon-static-footer/index.d.ts +2 -0
  621. package/lib/components/core/babylon-static-footer-v2/babylon-static-footer-v2.component.d.ts +24 -3
  622. package/lib/components/core/babylon-static-footer-v2/babylon-static-footer-v2.interface.d.ts +18 -0
  623. package/lib/components/core/babylon-static-footer-v2/index.d.ts +2 -0
  624. package/lib/components/core/babylon-submenu-hotel/babylon-submenu-hotel.component.d.ts +13 -2
  625. package/lib/components/core/babylon-submenu-hotel/babylon-submenu-hotel.interface.d.ts +5 -0
  626. package/lib/components/core/babylon-submenu-hotel/index.d.ts +2 -0
  627. package/lib/components/core/babylon-thanks/babylon-thanks.component.d.ts +7 -1
  628. package/lib/components/core/babylon-thanks/babylon-thanks.interface.d.ts +7 -0
  629. package/lib/components/core/babylon-thanks/index.d.ts +2 -0
  630. package/lib/components/core/babylon-top-simple-banner/index.d.ts +1 -0
  631. package/lib/components/core/babylon-top-slider/babylon-top-slider-item.interface.d.ts +9 -0
  632. package/lib/components/core/babylon-top-slider/babylon-top-slider.component.d.ts +37 -2
  633. package/lib/components/core/babylon-top-slider/babylon-top-slider.interface.d.ts +12 -0
  634. package/lib/components/core/babylon-top-slider/index.d.ts +3 -0
  635. package/lib/components/core/babylon-top-slider-thumbs/babylon-top-slider-thumbs.component.d.ts +12 -2
  636. package/lib/components/core/babylon-top-slider-thumbs/babylon-top-slider-thumbs.interface.d.ts +8 -0
  637. package/lib/components/core/babylon-top-slider-thumbs/index.d.ts +2 -0
  638. package/lib/components/core/babylon-top-slider-v2/babylon-top-slider-v2-item.interface.d.ts +7 -0
  639. package/lib/components/core/babylon-top-slider-v2/babylon-top-slider-v2.component.d.ts +10 -1
  640. package/lib/components/core/babylon-top-slider-v2/babylon-top-slider-v2.interface.d.ts +8 -0
  641. package/lib/components/core/babylon-top-slider-v2/index.d.ts +3 -0
  642. package/lib/components/core/babylon-top-slider-video/babylon-top-slider-video.component.d.ts +34 -2
  643. package/lib/components/core/babylon-top-slider-video/babylon-top-slider-video.interface.d.ts +9 -0
  644. package/lib/components/core/babylon-top-slider-video/babylon-video-source.interface.d.ts +5 -0
  645. package/lib/components/core/babylon-top-slider-video/index.d.ts +3 -0
  646. package/lib/components/core/babylon-top-slider-video-v2/babylon-top-slider-video-v2.component.d.ts +3 -1
  647. package/lib/components/core/babylon-top-slider-video-v2/index.d.ts +1 -0
  648. package/lib/components/core/babylon-webmap/babylon-webmap.component.d.ts +11 -1
  649. package/lib/components/core/babylon-webmap/babylon-webmap.interface.d.ts +9 -0
  650. package/lib/components/core/babylon-webmap/index.d.ts +2 -0
  651. package/lib/components/core/index.d.ts +100 -0
  652. package/lib/components/shared/babylon-dynamic-heading/babylon-dynamic-heading.component.d.ts +31 -0
  653. package/lib/components/shared/babylon-dynamic-heading/babylon-dynamic-heading.interface.d.ts +5 -0
  654. package/lib/components/shared/babylon-dynamic-heading/index.d.ts +2 -0
  655. package/lib/components/shared/babylon-search/babylon-search.component.d.ts +30 -0
  656. package/lib/components/shared/babylon-search/index.d.ts +1 -0
  657. package/lib/components/shared/index.d.ts +1 -0
  658. package/lib/directives/babylon-background-strip/babylon-background-strip.directive.d.ts +17 -0
  659. package/lib/directives/babylon-customs/babylon-custom-mouse-pointer.directive.d.ts +12 -0
  660. package/lib/directives/babylon-galleries/babylon-light-gallery.directive.d.ts +18 -0
  661. package/lib/directives/babylon-hobble-effect/babylon-hobble-effect.directive.d.ts +15 -0
  662. package/lib/directives/babylon-pagination/babylon-pagination.directive.d.ts +39 -0
  663. package/lib/directives/babylon-sliders/babylon-custom-slider.directive.d.ts +13 -0
  664. package/{directives → lib/directives/babylon-sliders}/babylon-hotels-slider.directive.d.ts +2 -1
  665. package/lib/directives/babylon-sliders/babylon-sliders.directive.d.ts +36 -0
  666. package/lib/directives/babylon-sliders/babylon-swiper-slider.directive.d.ts +14 -0
  667. package/lib/directives/babylon-sliders/babylon-swiper.directive.d.ts +17 -0
  668. package/lib/directives/data-background/data-background.directive.d.ts +11 -0
  669. package/lib/directives/link-type/link-type.directive.d.ts +40 -0
  670. package/lib/directives/{scroll → scrolls}/scroll-to.directive.d.ts +1 -1
  671. package/lib/directives/scrolls/scroll-up.directive.d.ts +7 -0
  672. package/lib/directives/{scroll → scrolls}/show-only-top.directive.d.ts +3 -2
  673. package/lib/directives/utils/sticky-avoid-footer.directive.d.ts +2 -1
  674. package/lib/interfaces/babylon-advantages-item.interface.d.ts +5 -0
  675. package/lib/interfaces/babylon-button.interface.d.ts +9 -0
  676. package/lib/interfaces/babylon-consult-type.interface.d.ts +10 -0
  677. package/lib/interfaces/babylon-dropdown.interface.d.ts +9 -0
  678. package/lib/interfaces/babylon-equipments-item.interface.d.ts +5 -0
  679. package/lib/interfaces/babylon-global-icon.interface.d.ts +4 -0
  680. package/lib/interfaces/babylon-global.interface.d.ts +22 -0
  681. package/lib/interfaces/babylon-image.interface.d.ts +16 -0
  682. package/lib/interfaces/babylon-input.interface.d.ts +12 -0
  683. package/lib/interfaces/babylon-item.interface.d.ts +12 -0
  684. package/lib/interfaces/babylon-menu-button.interface.d.ts +10 -0
  685. package/lib/interfaces/babylon-menu-info.interface.d.ts +27 -0
  686. package/lib/interfaces/babylon-multimedia.interface.d.ts +8 -0
  687. package/lib/interfaces/babylon-page-config.interface.d.ts +43 -0
  688. package/lib/interfaces/babylon-site-config.interface.d.ts +57 -0
  689. package/lib/interfaces/babylon-tags.interface.d.ts +21 -0
  690. package/lib/interfaces/babylon-text-info.interface.d.ts +19 -0
  691. package/lib/interfaces/babylon-texts-colors.interface.d.ts +20 -0
  692. package/lib/interfaces/babylon-texts.interface.d.ts +5 -0
  693. package/lib/interfaces/babylon-video.interface.d.ts +5 -0
  694. package/lib/interfaces/index.d.ts +14 -0
  695. package/lib/pipes/babylon-clean-phone.pipe.d.ts +7 -0
  696. package/lib/pipes/babylon-currency.pipe.d.ts +7 -0
  697. package/lib/services/color-panel.service.d.ts +41 -0
  698. package/lib/services/index.d.ts +2 -0
  699. package/lib/services/mapper/index.d.ts +2 -0
  700. package/lib/services/mapper/mapper.service.d.ts +144 -0
  701. package/lib/services/mapper/mapper.service.token.d.ts +2 -0
  702. package/lib/services/modals-service/index.d.ts +1 -0
  703. package/lib/services/modals-service/modals.service.d.ts +15 -0
  704. package/lib/services/screen-sizer/screen-sizer.service.d.ts +2 -0
  705. package/lib/styles/styles/babylon/_spacing.css +1 -0
  706. package/lib/styles/styles/babylon/_spacing.scss +72 -0
  707. package/lib/styles/styles/babylon/common.css +1 -0
  708. package/lib/styles/styles/babylon/common.scss +1830 -0
  709. package/lib/styles/styles/babylon/globals.css +1 -0
  710. package/lib/styles/styles/babylon/globals.scss +1129 -0
  711. package/lib/styles/styles/babylon/mixins.css +1 -0
  712. package/lib/styles/styles/babylon/mixins.scss +1031 -0
  713. package/lib/styles/styles/babylon/reset.css +1 -0
  714. package/lib/styles/styles/babylon/reset.scss +136 -0
  715. package/lib/styles/styles/babylon/slide.css +1 -0
  716. package/lib/styles/styles/babylon/slider.css +1 -0
  717. package/lib/styles/styles/babylon/slider.scss +876 -0
  718. package/lib/styles/styles/babylon/structure.css +0 -0
  719. package/lib/styles/styles/babylon/structure.scss +1 -0
  720. package/lib/styles/styles/babylon/variables-v2.css +0 -0
  721. package/lib/styles/styles/babylon/variables.css +1 -0
  722. package/lib/styles/styles/babylon/variables.scss +330 -0
  723. package/lib/styles/styles-babylon.scss +48 -7
  724. package/lib/utils/complex-links.token.d.ts +2 -0
  725. package/lib/utils/index.d.ts +1 -0
  726. package/lib/utils/utils.d.ts +14 -0
  727. package/package.json +11 -4
  728. package/public-api.d.ts +6 -113
  729. package/esm2022/directives/babylon-hotels-slider.directive.mjs +0 -103
  730. package/esm2022/lib/components/core/babylon-404-v2/babylon-404-v2.component.mjs +0 -11
  731. package/esm2022/lib/components/core/babylon-breadcrumb-v2/babylon-breadcrumb-v2.component.mjs +0 -11
  732. package/esm2022/lib/components/core/babylon-contact-form-v2/babylon-contact-form-v2.component.mjs +0 -37
  733. package/esm2022/lib/components/core/babylon-container-text-l2/babylon-container-text-l2.component.mjs +0 -18
  734. package/esm2022/lib/components/core/babylon-engine-modal-v2/babylon-engine-modal-v2.component.mjs +0 -130
  735. package/esm2022/lib/components/core/babylon-feature-pills/babylon-feature-pills.component.mjs +0 -11
  736. package/esm2022/lib/components/core/babylon-feature-pills-number/babylon-feature-pills-number.component.mjs +0 -11
  737. package/esm2022/lib/components/core/babylon-filter-modal-v2/babylon-filter-modal-v2.component.mjs +0 -21
  738. package/esm2022/lib/components/core/babylon-gallery-v2/babylon-gallery-v2.component.mjs +0 -105
  739. package/esm2022/lib/components/core/babylon-header-clear-v2/babylon-header-clear-v2.component.mjs +0 -76
  740. package/esm2022/lib/components/core/babylon-img-banner/babylon-img-banner.component.mjs +0 -13
  741. package/esm2022/lib/components/core/babylon-info-big-v2/babylon-info-big-v2.component.mjs +0 -61
  742. package/esm2022/lib/components/core/babylon-info-big-v3/babylon-info-big-v3.component.mjs +0 -11
  743. package/esm2022/lib/components/core/babylon-info-circle-imgs/babylon-info-circle-imgs.component.mjs +0 -11
  744. package/esm2022/lib/components/core/babylon-info-img-v2/babylon-info-img-v2.component.mjs +0 -11
  745. package/esm2022/lib/components/core/babylon-info-zigzag-v3/babylon-info-zigzag-v3.component.mjs +0 -18
  746. package/esm2022/lib/components/core/babylon-info-zigzag-v3-1/babylon-info-zigzag-v3-1.component.mjs +0 -11
  747. package/esm2022/lib/components/core/babylon-info-zigzag-v4/babylon-info-zigzag-v4.component.mjs +0 -13
  748. package/esm2022/lib/components/core/babylon-language-modal-v2/babylon-language-modal-v2.component.mjs +0 -28
  749. package/esm2022/lib/components/core/babylon-lis-c4-txt-img-pdf/babylon-lis-c4-txt-img-pdf.component.mjs +0 -56
  750. package/esm2022/lib/components/core/babylon-lis-c5-txt-img-svg/babylon-lis-c5-txt-img-svg.component.mjs +0 -55
  751. package/esm2022/lib/components/core/babylon-list-box-info/babylon-list-box-info.component.mjs +0 -11
  752. package/esm2022/lib/components/core/babylon-list-img/babylon-list-img.component.mjs +0 -71
  753. package/esm2022/lib/components/core/babylon-list-img-info/babylon-list-img-info.component.mjs +0 -11
  754. package/esm2022/lib/components/core/babylon-list-img-v2/babylon-list-img-v2.component.mjs +0 -11
  755. package/esm2022/lib/components/core/babylon-loyalty-table/babylon-loyalty-table.component.mjs +0 -65
  756. package/esm2022/lib/components/core/babylon-menu-modal/babylon-menu-modal.component.mjs +0 -19
  757. package/esm2022/lib/components/core/babylon-newsletter-modal/babylon-newsletter-modal.component.mjs +0 -19
  758. package/esm2022/lib/components/core/babylon-offer-detail-v2/babylon-offer-detail-v2.component.mjs +0 -11
  759. package/esm2022/lib/components/core/babylon-offer-popup-v2/babylon-offer-popup-v2.component.mjs +0 -19
  760. package/esm2022/lib/components/core/babylon-reviews/babylon-reviews.component.mjs +0 -169
  761. package/esm2022/lib/components/core/babylon-rooms-list-v2/babylon-rooms-list-v2.component.mjs +0 -11
  762. package/esm2022/lib/components/core/babylon-simple-img-info/babylon-simple-img-info.component.mjs +0 -12
  763. package/esm2022/lib/components/core/babylon-slider-box/babylon-slider-box.component.mjs +0 -12
  764. package/esm2022/lib/components/core/babylon-slider2col-v2/babylon-slider2col-v2.component.mjs +0 -13
  765. package/esm2022/lib/components/core/babylon-slider3col/babylon-slider3colcomponent.mjs +0 -11
  766. package/esm2022/lib/components/core/babylon-slider3col-v2/babylon-slider3col-v2.component.mjs +0 -12
  767. package/esm2022/lib/components/core/babylon-social-bar-v2/babylon-social-bar-v2.component.mjs +0 -11
  768. package/esm2022/lib/components/core/babylon-static-footer-v3/babylon-static-footer-v3.component.mjs +0 -67
  769. package/esm2022/lib/components/core/babylon-top-simple-img/babylon-top-simple-img.component.mjs +0 -11
  770. package/esm2022/lib/components/core/babylon-variant-selector/babylon-variant-selector.component.mjs +0 -82
  771. package/esm2022/lib/components/core/babylon-webmap-v2/babylon-webmap-v2.component.mjs +0 -11
  772. package/esm2022/lib/directives/images/swap-on-reload.directive.mjs +0 -83
  773. package/esm2022/lib/directives/scroll/scroll-to.directive.mjs +0 -183
  774. package/esm2022/lib/directives/scroll/show-only-top.directive.mjs +0 -103
  775. package/lib/components/core/babylon-404-v2/babylon-404-v2.component.d.ts +0 -5
  776. package/lib/components/core/babylon-breadcrumb-v2/babylon-breadcrumb-v2.component.d.ts +0 -5
  777. package/lib/components/core/babylon-contact-form-v2/babylon-contact-form-v2.component.d.ts +0 -10
  778. package/lib/components/core/babylon-container-text-l2/babylon-container-text-l2.component.d.ts +0 -6
  779. package/lib/components/core/babylon-engine-modal-v2/babylon-engine-modal-v2.component.d.ts +0 -44
  780. package/lib/components/core/babylon-feature-pills/babylon-feature-pills.component.d.ts +0 -5
  781. package/lib/components/core/babylon-feature-pills-number/babylon-feature-pills-number.component.d.ts +0 -5
  782. package/lib/components/core/babylon-filter-modal-v2/babylon-filter-modal-v2.component.d.ts +0 -10
  783. package/lib/components/core/babylon-gallery-v2/babylon-gallery-v2.component.d.ts +0 -22
  784. package/lib/components/core/babylon-header-clear-v2/babylon-header-clear-v2.component.d.ts +0 -16
  785. package/lib/components/core/babylon-img-banner/babylon-img-banner.component.d.ts +0 -5
  786. package/lib/components/core/babylon-info-big-v2/babylon-info-big-v2.component.d.ts +0 -12
  787. package/lib/components/core/babylon-info-big-v3/babylon-info-big-v3.component.d.ts +0 -5
  788. package/lib/components/core/babylon-info-circle-imgs/babylon-info-circle-imgs.component.d.ts +0 -5
  789. package/lib/components/core/babylon-info-img-v2/babylon-info-img-v2.component.d.ts +0 -5
  790. package/lib/components/core/babylon-info-zigzag-v3/babylon-info-zigzag-v3.component.d.ts +0 -6
  791. package/lib/components/core/babylon-info-zigzag-v3-1/babylon-info-zigzag-v3-1.component.d.ts +0 -5
  792. package/lib/components/core/babylon-info-zigzag-v4/babylon-info-zigzag-v4.component.d.ts +0 -5
  793. package/lib/components/core/babylon-language-modal-v2/babylon-language-modal-v2.component.d.ts +0 -12
  794. package/lib/components/core/babylon-lis-c4-txt-img-pdf/babylon-lis-c4-txt-img-pdf.component.d.ts +0 -24
  795. package/lib/components/core/babylon-lis-c5-txt-img-svg/babylon-lis-c5-txt-img-svg.component.d.ts +0 -24
  796. package/lib/components/core/babylon-list-box-info/babylon-list-box-info.component.d.ts +0 -5
  797. package/lib/components/core/babylon-list-img/babylon-list-img.component.d.ts +0 -26
  798. package/lib/components/core/babylon-list-img-info/babylon-list-img-info.component.d.ts +0 -5
  799. package/lib/components/core/babylon-list-img-v2/babylon-list-img-v2.component.d.ts +0 -5
  800. package/lib/components/core/babylon-loyalty-table/babylon-loyalty-table.component.d.ts +0 -10
  801. package/lib/components/core/babylon-menu-modal/babylon-menu-modal.component.d.ts +0 -7
  802. package/lib/components/core/babylon-newsletter-modal/babylon-newsletter-modal.component.d.ts +0 -7
  803. package/lib/components/core/babylon-offer-detail-v2/babylon-offer-detail-v2.component.d.ts +0 -5
  804. package/lib/components/core/babylon-offer-popup-v2/babylon-offer-popup-v2.component.d.ts +0 -7
  805. package/lib/components/core/babylon-reviews/babylon-reviews.component.d.ts +0 -28
  806. package/lib/components/core/babylon-rooms-list-v2/babylon-rooms-list-v2.component.d.ts +0 -5
  807. package/lib/components/core/babylon-simple-img-info/babylon-simple-img-info.component.d.ts +0 -5
  808. package/lib/components/core/babylon-slider-box/babylon-slider-box.component.d.ts +0 -5
  809. package/lib/components/core/babylon-slider2col-v2/babylon-slider2col-v2.component.d.ts +0 -5
  810. package/lib/components/core/babylon-slider3col/babylon-slider3colcomponent.d.ts +0 -5
  811. package/lib/components/core/babylon-slider3col-v2/babylon-slider3col-v2.component.d.ts +0 -5
  812. package/lib/components/core/babylon-social-bar-v2/babylon-social-bar-v2.component.d.ts +0 -5
  813. package/lib/components/core/babylon-static-footer-v3/babylon-static-footer-v3.component.d.ts +0 -12
  814. package/lib/components/core/babylon-top-simple-img/babylon-top-simple-img.component.d.ts +0 -5
  815. package/lib/components/core/babylon-variant-selector/babylon-variant-selector.component.d.ts +0 -12
  816. package/lib/components/core/babylon-webmap-v2/babylon-webmap-v2.component.d.ts +0 -5
  817. package/lib/directives/images/swap-on-reload.directive.d.ts +0 -22
  818. /package/lib/styles/styles/babylon/{scss-daba/airDatePicker.min.css → airDatePicker.min.css} +0 -0
  819. /package/lib/styles/styles/babylon/{scss-daba/aos.min.css → aos.min.css} +0 -0
  820. /package/lib/styles/styles/babylon/{scss-daba/buttons.css → buttons.css} +0 -0
  821. /package/lib/styles/styles/babylon/{scss-daba/buttons.scss → buttons.scss} +0 -0
  822. /package/lib/styles/styles/babylon/{scss-daba/fancybox.css → fancybox.css} +0 -0
  823. /package/lib/styles/styles/babylon/{scss-daba/fancybox.min.css → fancybox.min.css} +0 -0
  824. /package/lib/styles/styles/babylon/{scss-daba/funciones.css → funciones.css} +0 -0
  825. /package/lib/styles/styles/babylon/{scss-daba/funciones.scss → funciones.scss} +0 -0
  826. /package/lib/styles/styles/babylon/{scss-daba/inputs.css → inputs.css} +0 -0
  827. /package/lib/styles/styles/babylon/{scss-daba/inputs.scss → inputs.scss} +0 -0
  828. /package/lib/styles/styles/babylon/{scss-daba/jquery.fancybox.min.css → jquery.fancybox.min.css} +0 -0
  829. /package/lib/styles/styles/babylon/{scss-daba/style.css → style.css} +0 -0
  830. /package/lib/styles/styles/babylon/{scss-daba/style.scss → style.scss} +0 -0
  831. /package/lib/styles/styles/babylon/{scss-daba/swiper-bundle.min.css → swiper-bundle.min.css} +0 -0
@@ -0,0 +1,121 @@
1
+ import { CommonModule } from '@angular/common';
2
+ import { ChangeDetectionStrategy, Component, Input, } from '@angular/core';
3
+ import * as i0 from "@angular/core";
4
+ import * as i1 from "@angular/common";
5
+ export class BabylonFloatingButtonsComponent {
6
+ constructor() {
7
+ this.WANTED = new Set(['whatsapp']); // añade 'phone','email', etc.
8
+ this.defaultCountryCode = '34';
9
+ this.buttons = [];
10
+ }
11
+ ngOnChanges() {
12
+ this.mapButtons();
13
+ }
14
+ mapButtons() {
15
+ const links = (this.floatingButtons?.links ?? []).filter(Boolean);
16
+ const texts = (this.floatingButtons?.texts ?? []).filter(Boolean);
17
+ // helper: normaliza tokens
18
+ const toToken = (s) => (s ?? '')
19
+ .toLowerCase()
20
+ .replace(/^icon-/, '')
21
+ .replace(/^babylon-/, '')
22
+ .normalize('NFD')
23
+ .replace(/[\u0300-\u036f]/g, '') // quita acentos
24
+ .replace(/\s+/g, '');
25
+ // Busca label “bonito” en texts por token
26
+ const findTextLabel = (token) => texts.find((t) => toToken(t.icon).includes(token) ||
27
+ toToken(t.label).includes(token))?.label;
28
+ this.buttons = links.reduce((acc, link) => {
29
+ const labelTok = toToken(link.label);
30
+ const iconTok = toToken(link.icon);
31
+ const url = link.url?.trim() ?? '';
32
+ // Decide el kind por tokens/URL
33
+ let kind = 'other';
34
+ if (labelTok.includes('whatsapp') ||
35
+ iconTok.includes('whatsapp') ||
36
+ url.includes('wa.me')) {
37
+ kind = 'whatsapp';
38
+ }
39
+ // Si no está en la whitelist, no lo pinto
40
+ if (!this.WANTED.has(kind))
41
+ return acc;
42
+ switch (kind) {
43
+ case 'whatsapp': {
44
+ const numRaw = this.extractWaNumber(url, link.label, link.icon);
45
+ const number = numRaw
46
+ ? this.ensureCountryCode(numRaw)
47
+ : undefined;
48
+ const href = number
49
+ ? `https://wa.me/${number}`
50
+ : url && /^https?:\/\//i.test(url)
51
+ ? url
52
+ : 'https://wa.me/';
53
+ const finalLabel = findTextLabel('whatsapp') || 'WhatsApp';
54
+ acc.push({
55
+ label: finalLabel,
56
+ href,
57
+ iconClass: 'babylon-whatsapp-green',
58
+ });
59
+ break;
60
+ }
61
+ default:
62
+ // Si más adelante quieres otros casos, añádelos aquí.
63
+ break;
64
+ }
65
+ return acc;
66
+ }, []);
67
+ }
68
+ // ================== helpers privados ==================
69
+ /** Extrae un número de WhatsApp desde url/label/icon en múltiples formatos */
70
+ extractWaNumber(url, label, icon) {
71
+ const sources = [url, label, icon].filter(Boolean);
72
+ for (const s of sources) {
73
+ // 1) wa.me/XXXXXXXX
74
+ let m = s.match(/wa\.me\/(\d+)/i);
75
+ if (m?.[1])
76
+ return m[1];
77
+ // 2) api.whatsapp.com/send?phone=XXXXXXXX
78
+ m = s.match(/whatsapp\.com\/send\?phone=(\d+)/i);
79
+ if (m?.[1])
80
+ return m[1];
81
+ // 3) "wa +34 621 295 816" o "whatsapp +34621295816"
82
+ m = s.match(/(?:^|\b)(?:wa|whatsapp)\b[^+\d]*\+?([\d\s-]{6,})/i);
83
+ if (m?.[1])
84
+ return this.digits(m[1]);
85
+ // 4) último recurso: cualquier número largo en el string
86
+ m = s.match(/\+?[\d\s-]{6,}/);
87
+ if (m?.[0])
88
+ return this.digits(m[0]);
89
+ }
90
+ return undefined;
91
+ }
92
+ /** Añade prefijo país si parece faltar; limpia '+' y '00' */
93
+ ensureCountryCode(num) {
94
+ if (!num)
95
+ return num;
96
+ // quita '+' y '00'
97
+ num = num.replace(/^\+/, '');
98
+ if (num.startsWith('00'))
99
+ num = num.slice(2);
100
+ // si ya parece internacional, respeta
101
+ if (num.length > 9)
102
+ return num;
103
+ // nacional típico (9 dígitos) -> añade CC
104
+ return `${this.defaultCountryCode}${num}`;
105
+ }
106
+ /** Solo dígitos */
107
+ digits(s) {
108
+ return (s ?? '').replace(/\D+/g, '');
109
+ }
110
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: BabylonFloatingButtonsComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
111
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "17.3.12", type: BabylonFloatingButtonsComponent, isStandalone: true, selector: "lib-babylon-floating-buttons", inputs: { defaultCountryCode: "defaultCountryCode", floatingButtons: "floatingButtons" }, usesOnChanges: true, ngImport: i0, template: "@if (floatingButtons?.links) {\n <nav class=\"qa\" aria-label=\"Acciones r\u00E1pidas\">\n @for (item of buttons; track $index) {\n @if (item) {\n <a\n class=\"qa__btn\"\n [ngClass]=\"item.iconClass\"\n [href]=\"item.href\"\n target=\"_blank\"\n [attr.aria-label]=\"item.label\"\n [attr.data-label]=\"item.label\"\n >\n <div class=\"info--icon icon--small\">\n <i\n class=\"icon--svg\"\n [ngClass]=\"item.iconClass\"\n aria-hidden=\"true\"\n ></i>\n </div>\n </a>\n }\n }\n </nav>\n}\n", styles: ["@charset \"UTF-8\";: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}}:host{position:fixed;inset-inline-end:clamp(8px,2vw,24px);inset-block:0;pointer-events:none;z-index:50}.qa{position:absolute;inset-inline-end:0;inset-block-end:calc(150px + env(safe-area-inset-bottom));display:flex;flex-direction:column-reverse;align-items:center;gap:12px;pointer-events:auto}.qa__btn{--qa-size: 48px;inline-size:var(--qa-size);block-size:var(--qa-size);border-radius:999px;display:grid;place-items:center;color:var(--cl_background_dark);background:var(--cl_title-light);box-shadow:0 2px 10px #00000014;text-decoration:none;position:relative;transition:transform .15s ease,box-shadow .15s ease,border-color .15s ease}.qa__btn.babylon-whatsapp-green{background-color:var(--cl_green)}.qa__btn.babylon-whatsapp-green:before{display:none}.qa__btn:hover{transform:translateY(-1px);box-shadow:0 8px 20px #0000001f;border-color:var(--cl_background_dark)}.qa__btn:focus-visible{outline:2px solid var(--cl_background_dark);outline-offset:3px}.qa__btn:after{content:attr(data-label);font-family:var(--font-text);position:absolute;inset-inline-end:calc(100% + 8px);inset-block-start:50%;transform:translateY(-50%);color:var(--cl_title-light);background-color:var(--cl_background_dark-opacity);padding:8px 10px;border-radius:999px;white-space:nowrap;opacity:0;pointer-events:none;transition:opacity .15s ease,transform .15s ease}.qa__btn:hover:after,.qa__btn:focus-visible:after{opacity:1;transform:translate(-2px,-50%)}.info--icon.icon--small{inline-size:24px;block-size:24px;display:grid;place-items:center}.icon--svg{inline-size:22px;block-size:22px;display:flex;align-items:center;justify-content:center}.icon--svg.babylon-whatsapp-green{background-color:var(--cl_green)}.icon--svg.babylon-whatsapp-green:before{transform:scale(1.5);color:var(--cl_icon-light)}@media (max-width: 767px){:host{inset-block:auto;inset-block-end:calc(12px + env(safe-area-inset-bottom))}.qa{transform:none;display:flex;flex-direction:row;gap:10px}.qa__btn:after{display:none}}\n"], dependencies: [{ kind: "ngmodule", type: CommonModule }, { kind: "directive", type: i1.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
112
+ }
113
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: BabylonFloatingButtonsComponent, decorators: [{
114
+ type: Component,
115
+ args: [{ selector: 'lib-babylon-floating-buttons', standalone: true, imports: [CommonModule], changeDetection: ChangeDetectionStrategy.OnPush, template: "@if (floatingButtons?.links) {\n <nav class=\"qa\" aria-label=\"Acciones r\u00E1pidas\">\n @for (item of buttons; track $index) {\n @if (item) {\n <a\n class=\"qa__btn\"\n [ngClass]=\"item.iconClass\"\n [href]=\"item.href\"\n target=\"_blank\"\n [attr.aria-label]=\"item.label\"\n [attr.data-label]=\"item.label\"\n >\n <div class=\"info--icon icon--small\">\n <i\n class=\"icon--svg\"\n [ngClass]=\"item.iconClass\"\n aria-hidden=\"true\"\n ></i>\n </div>\n </a>\n }\n }\n </nav>\n}\n", styles: ["@charset \"UTF-8\";: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}}:host{position:fixed;inset-inline-end:clamp(8px,2vw,24px);inset-block:0;pointer-events:none;z-index:50}.qa{position:absolute;inset-inline-end:0;inset-block-end:calc(150px + env(safe-area-inset-bottom));display:flex;flex-direction:column-reverse;align-items:center;gap:12px;pointer-events:auto}.qa__btn{--qa-size: 48px;inline-size:var(--qa-size);block-size:var(--qa-size);border-radius:999px;display:grid;place-items:center;color:var(--cl_background_dark);background:var(--cl_title-light);box-shadow:0 2px 10px #00000014;text-decoration:none;position:relative;transition:transform .15s ease,box-shadow .15s ease,border-color .15s ease}.qa__btn.babylon-whatsapp-green{background-color:var(--cl_green)}.qa__btn.babylon-whatsapp-green:before{display:none}.qa__btn:hover{transform:translateY(-1px);box-shadow:0 8px 20px #0000001f;border-color:var(--cl_background_dark)}.qa__btn:focus-visible{outline:2px solid var(--cl_background_dark);outline-offset:3px}.qa__btn:after{content:attr(data-label);font-family:var(--font-text);position:absolute;inset-inline-end:calc(100% + 8px);inset-block-start:50%;transform:translateY(-50%);color:var(--cl_title-light);background-color:var(--cl_background_dark-opacity);padding:8px 10px;border-radius:999px;white-space:nowrap;opacity:0;pointer-events:none;transition:opacity .15s ease,transform .15s ease}.qa__btn:hover:after,.qa__btn:focus-visible:after{opacity:1;transform:translate(-2px,-50%)}.info--icon.icon--small{inline-size:24px;block-size:24px;display:grid;place-items:center}.icon--svg{inline-size:22px;block-size:22px;display:flex;align-items:center;justify-content:center}.icon--svg.babylon-whatsapp-green{background-color:var(--cl_green)}.icon--svg.babylon-whatsapp-green:before{transform:scale(1.5);color:var(--cl_icon-light)}@media (max-width: 767px){:host{inset-block:auto;inset-block-end:calc(12px + env(safe-area-inset-bottom))}.qa{transform:none;display:flex;flex-direction:row;gap:10px}.qa__btn:after{display:none}}\n"] }]
116
+ }], propDecorators: { defaultCountryCode: [{
117
+ type: Input
118
+ }], floatingButtons: [{
119
+ type: Input
120
+ }] } });
121
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYmFieWxvbi1mbG9hdGluZy1idXR0b25zLmNvbXBvbmVudC5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL2JhYnlsb24vc3JjL2xpYi9jb21wb25lbnRzL2NvcmUvYmFieWxvbi1mbG9hdGluZy1idXR0b25zL2JhYnlsb24tZmxvYXRpbmctYnV0dG9ucy5jb21wb25lbnQudHMiLCIuLi8uLi8uLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9iYWJ5bG9uL3NyYy9saWIvY29tcG9uZW50cy9jb3JlL2JhYnlsb24tZmxvYXRpbmctYnV0dG9ucy9iYWJ5bG9uLWZsb2F0aW5nLWJ1dHRvbnMuY29tcG9uZW50Lmh0bWwiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFFLFlBQVksRUFBRSxNQUFNLGlCQUFpQixDQUFDO0FBQy9DLE9BQU8sRUFDSCx1QkFBdUIsRUFDdkIsU0FBUyxFQUNULEtBQUssR0FFUixNQUFNLGVBQWUsQ0FBQzs7O0FBa0N2QixNQUFNLE9BQU8sK0JBQStCO0lBUjVDO1FBU3FCLFdBQU0sR0FBRyxJQUFJLEdBQUcsQ0FBQyxDQUFDLFVBQVUsQ0FBQyxDQUFDLENBQUMsQ0FBQyw4QkFBOEI7UUFFdEUsdUJBQWtCLEdBQUcsSUFBSSxDQUFDO1FBSW5DLFlBQU8sR0FBZSxFQUFFLENBQUM7S0FtSTVCO0lBaklHLFdBQVc7UUFDUCxJQUFJLENBQUMsVUFBVSxFQUFFLENBQUM7SUFDdEIsQ0FBQztJQUVELFVBQVU7UUFDTixNQUFNLEtBQUssR0FBRyxDQUFDLElBQUksQ0FBQyxlQUFlLEVBQUUsS0FBSyxJQUFJLEVBQUUsQ0FBQyxDQUFDLE1BQU0sQ0FDcEQsT0FBTyxDQUNHLENBQUM7UUFDZixNQUFNLEtBQUssR0FBRyxDQUFDLElBQUksQ0FBQyxlQUFlLEVBQUUsS0FBSyxJQUFJLEVBQUUsQ0FBQyxDQUFDLE1BQU0sQ0FDcEQsT0FBTyxDQUNHLENBQUM7UUFFZiwyQkFBMkI7UUFDM0IsTUFBTSxPQUFPLEdBQUcsQ0FBQyxDQUFVLEVBQUUsRUFBRSxDQUMzQixDQUFDLENBQUMsSUFBSSxFQUFFLENBQUM7YUFDSixXQUFXLEVBQUU7YUFDYixPQUFPLENBQUMsUUFBUSxFQUFFLEVBQUUsQ0FBQzthQUNyQixPQUFPLENBQUMsV0FBVyxFQUFFLEVBQUUsQ0FBQzthQUN4QixTQUFTLENBQUMsS0FBSyxDQUFDO2FBQ2hCLE9BQU8sQ0FBQyxrQkFBa0IsRUFBRSxFQUFFLENBQUMsQ0FBQyxnQkFBZ0I7YUFDaEQsT0FBTyxDQUFDLE1BQU0sRUFBRSxFQUFFLENBQUMsQ0FBQztRQUU3QiwwQ0FBMEM7UUFDMUMsTUFBTSxhQUFhLEdBQUcsQ0FBQyxLQUFhLEVBQUUsRUFBRSxDQUNwQyxLQUFLLENBQUMsSUFBSSxDQUNOLENBQUMsQ0FBQyxFQUFFLEVBQUUsQ0FDRixPQUFPLENBQUMsQ0FBQyxDQUFDLElBQUksQ0FBQyxDQUFDLFFBQVEsQ0FBQyxLQUFLLENBQUM7WUFDL0IsT0FBTyxDQUFDLENBQUMsQ0FBQyxLQUFLLENBQUMsQ0FBQyxRQUFRLENBQUMsS0FBSyxDQUFDLENBQ3ZDLEVBQUUsS0FBSyxDQUFDO1FBRWIsSUFBSSxDQUFDLE9BQU8sR0FBRyxLQUFLLENBQUMsTUFBTSxDQUFhLENBQUMsR0FBRyxFQUFFLElBQUksRUFBRSxFQUFFO1lBQ2xELE1BQU0sUUFBUSxHQUFHLE9BQU8sQ0FBQyxJQUFJLENBQUMsS0FBSyxDQUFDLENBQUM7WUFDckMsTUFBTSxPQUFPLEdBQUcsT0FBTyxDQUFDLElBQUksQ0FBQyxJQUFJLENBQUMsQ0FBQztZQUNuQyxNQUFNLEdBQUcsR0FBRyxJQUFJLENBQUMsR0FBRyxFQUFFLElBQUksRUFBRSxJQUFJLEVBQUUsQ0FBQztZQUVuQyxnQ0FBZ0M7WUFDaEMsSUFBSSxJQUFJLEdBQXlCLE9BQU8sQ0FBQztZQUN6QyxJQUNJLFFBQVEsQ0FBQyxRQUFRLENBQUMsVUFBVSxDQUFDO2dCQUM3QixPQUFPLENBQUMsUUFBUSxDQUFDLFVBQVUsQ0FBQztnQkFDNUIsR0FBRyxDQUFDLFFBQVEsQ0FBQyxPQUFPLENBQUMsRUFDdkI7Z0JBQ0UsSUFBSSxHQUFHLFVBQVUsQ0FBQzthQUNyQjtZQUVELDBDQUEwQztZQUMxQyxJQUFJLENBQUMsSUFBSSxDQUFDLE1BQU0sQ0FBQyxHQUFHLENBQUMsSUFBSSxDQUFDO2dCQUFFLE9BQU8sR0FBRyxDQUFDO1lBRXZDLFFBQVEsSUFBSSxFQUFFO2dCQUNWLEtBQUssVUFBVSxDQUFDLENBQUM7b0JBQ2IsTUFBTSxNQUFNLEdBQUcsSUFBSSxDQUFDLGVBQWUsQ0FDL0IsR0FBRyxFQUNILElBQUksQ0FBQyxLQUFLLEVBQ1YsSUFBSSxDQUFDLElBQUksQ0FDWixDQUFDO29CQUNGLE1BQU0sTUFBTSxHQUFHLE1BQU07d0JBQ2pCLENBQUMsQ0FBQyxJQUFJLENBQUMsaUJBQWlCLENBQUMsTUFBTSxDQUFDO3dCQUNoQyxDQUFDLENBQUMsU0FBUyxDQUFDO29CQUNoQixNQUFNLElBQUksR0FBRyxNQUFNO3dCQUNmLENBQUMsQ0FBQyxpQkFBaUIsTUFBTSxFQUFFO3dCQUMzQixDQUFDLENBQUMsR0FBRyxJQUFJLGVBQWUsQ0FBQyxJQUFJLENBQUMsR0FBRyxDQUFDOzRCQUNoQyxDQUFDLENBQUMsR0FBRzs0QkFDTCxDQUFDLENBQUMsZ0JBQWdCLENBQUM7b0JBQ3pCLE1BQU0sVUFBVSxHQUFHLGFBQWEsQ0FBQyxVQUFVLENBQUMsSUFBSSxVQUFVLENBQUM7b0JBRTNELEdBQUcsQ0FBQyxJQUFJLENBQUM7d0JBQ0wsS0FBSyxFQUFFLFVBQVU7d0JBQ2pCLElBQUk7d0JBQ0osU0FBUyxFQUFFLHdCQUF3QjtxQkFDdEMsQ0FBQyxDQUFDO29CQUNILE1BQU07aUJBQ1Q7Z0JBQ0Q7b0JBQ0ksc0RBQXNEO29CQUN0RCxNQUFNO2FBQ2I7WUFFRCxPQUFPLEdBQUcsQ0FBQztRQUNmLENBQUMsRUFBRSxFQUFFLENBQUMsQ0FBQztJQUNYLENBQUM7SUFFRCx5REFBeUQ7SUFFekQsOEVBQThFO0lBQ3RFLGVBQWUsQ0FDbkIsR0FBWSxFQUNaLEtBQWMsRUFDZCxJQUFhO1FBRWIsTUFBTSxPQUFPLEdBQUcsQ0FBQyxHQUFHLEVBQUUsS0FBSyxFQUFFLElBQUksQ0FBQyxDQUFDLE1BQU0sQ0FBQyxPQUFPLENBQWEsQ0FBQztRQUUvRCxLQUFLLE1BQU0sQ0FBQyxJQUFJLE9BQU8sRUFBRTtZQUNyQixvQkFBb0I7WUFDcEIsSUFBSSxDQUFDLEdBQUcsQ0FBQyxDQUFDLEtBQUssQ0FBQyxnQkFBZ0IsQ0FBQyxDQUFDO1lBQ2xDLElBQUksQ0FBQyxFQUFFLENBQUMsQ0FBQyxDQUFDO2dCQUFFLE9BQU8sQ0FBQyxDQUFDLENBQUMsQ0FBQyxDQUFDO1lBRXhCLDBDQUEwQztZQUMxQyxDQUFDLEdBQUcsQ0FBQyxDQUFDLEtBQUssQ0FBQyxtQ0FBbUMsQ0FBQyxDQUFDO1lBQ2pELElBQUksQ0FBQyxFQUFFLENBQUMsQ0FBQyxDQUFDO2dCQUFFLE9BQU8sQ0FBQyxDQUFDLENBQUMsQ0FBQyxDQUFDO1lBRXhCLG9EQUFvRDtZQUNwRCxDQUFDLEdBQUcsQ0FBQyxDQUFDLEtBQUssQ0FBQyxtREFBbUQsQ0FBQyxDQUFDO1lBQ2pFLElBQUksQ0FBQyxFQUFFLENBQUMsQ0FBQyxDQUFDO2dCQUFFLE9BQU8sSUFBSSxDQUFDLE1BQU0sQ0FBQyxDQUFDLENBQUMsQ0FBQyxDQUFDLENBQUMsQ0FBQztZQUVyQyx5REFBeUQ7WUFDekQsQ0FBQyxHQUFHLENBQUMsQ0FBQyxLQUFLLENBQUMsZ0JBQWdCLENBQUMsQ0FBQztZQUM5QixJQUFJLENBQUMsRUFBRSxDQUFDLENBQUMsQ0FBQztnQkFBRSxPQUFPLElBQUksQ0FBQyxNQUFNLENBQUMsQ0FBQyxDQUFDLENBQUMsQ0FBQyxDQUFDLENBQUM7U0FDeEM7UUFDRCxPQUFPLFNBQVMsQ0FBQztJQUNyQixDQUFDO0lBRUQsNkRBQTZEO0lBQ3JELGlCQUFpQixDQUFDLEdBQVc7UUFDakMsSUFBSSxDQUFDLEdBQUc7WUFBRSxPQUFPLEdBQUcsQ0FBQztRQUNyQixtQkFBbUI7UUFDbkIsR0FBRyxHQUFHLEdBQUcsQ0FBQyxPQUFPLENBQUMsS0FBSyxFQUFFLEVBQUUsQ0FBQyxDQUFDO1FBQzdCLElBQUksR0FBRyxDQUFDLFVBQVUsQ0FBQyxJQUFJLENBQUM7WUFBRSxHQUFHLEdBQUcsR0FBRyxDQUFDLEtBQUssQ0FBQyxDQUFDLENBQUMsQ0FBQztRQUU3QyxzQ0FBc0M7UUFDdEMsSUFBSSxHQUFHLENBQUMsTUFBTSxHQUFHLENBQUM7WUFBRSxPQUFPLEdBQUcsQ0FBQztRQUUvQiwwQ0FBMEM7UUFDMUMsT0FBTyxHQUFHLElBQUksQ0FBQyxrQkFBa0IsR0FBRyxHQUFHLEVBQUUsQ0FBQztJQUM5QyxDQUFDO0lBRUQsbUJBQW1CO0lBQ1gsTUFBTSxDQUFDLENBQVU7UUFDckIsT0FBTyxDQUFDLENBQUMsSUFBSSxFQUFFLENBQUMsQ0FBQyxPQUFPLENBQUMsTUFBTSxFQUFFLEVBQUUsQ0FBQyxDQUFDO0lBQ3pDLENBQUM7K0dBeklRLCtCQUErQjttR0FBL0IsK0JBQStCLHVNQ3hDNUMscTFCQXdCQSxnejJCRFdjLFlBQVk7OzRGQUtiLCtCQUErQjtrQkFSM0MsU0FBUzsrQkFDSSw4QkFBOEIsY0FDNUIsSUFBSSxXQUNQLENBQUMsWUFBWSxDQUFDLG1CQUdOLHVCQUF1QixDQUFDLE1BQU07OEJBS3RDLGtCQUFrQjtzQkFBMUIsS0FBSztnQkFFRyxlQUFlO3NCQUF2QixLQUFLIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgQ29tbW9uTW9kdWxlIH0gZnJvbSAnQGFuZ3VsYXIvY29tbW9uJztcbmltcG9ydCB7XG4gICAgQ2hhbmdlRGV0ZWN0aW9uU3RyYXRlZ3ksXG4gICAgQ29tcG9uZW50LFxuICAgIElucHV0LFxuICAgIE9uQ2hhbmdlcyxcbn0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XG5pbXBvcnQgeyBCYWJ5bG9uRmxvYXRpbmdCdXR0b25zSSB9IGZyb20gJy4vYmFieWxvbi1mbG9hdGluZy1idXR0b25zLmludGVyZmFjZSc7XG5cbmV4cG9ydCBpbnRlcmZhY2UgQ21zTGluayB7XG4gICAgbGFiZWw/OiBzdHJpbmc7IC8vIGVqOiAnaWNvbi13aGF0c2FwcCcgbyAnc2hvcC1saW5rJ1xuICAgIHVybD86IHN0cmluZztcbiAgICBpY29uPzogc3RyaW5nOyAvLyBlajogJ2ljb24td2hhdHNhcHAnXG4gICAgdHlwZT86IHN0cmluZztcbiAgICBsaW5rVHlwZT86IHN0cmluZztcbn1cbmV4cG9ydCBpbnRlcmZhY2UgQ21zVGV4dCB7XG4gICAgaWNvbj86IHN0cmluZzsgLy8gZWo6ICdiYWJ5bG9uLVdoYXRzYXBwJ1xuICAgIGxhYmVsPzogc3RyaW5nOyAvLyBlajogJ1doYXRzYXBwJ1xufVxuXG5leHBvcnQgaW50ZXJmYWNlIEZsb2F0aW5nQnV0dG9uc0kge1xuICAgIGxpbmtzPzogKENtc0xpbmsgfCB1bmRlZmluZWQpW107XG4gICAgdGV4dHM/OiAoQ21zVGV4dCB8IHVuZGVmaW5lZClbXTtcbn1cblxuZXhwb3J0IGludGVyZmFjZSBCdXR0b25WTSB7XG4gICAgbGFiZWw6IHN0cmluZzsgLy8gdG9vbHRpcFxuICAgIGhyZWY6IHN0cmluZzsgLy8gZGVzdGlubyBmaW5hbFxuICAgIGljb25DbGFzczogc3RyaW5nOyAvLyBjbGFzZSBkZSB0dSBzZXQgZGUgaWNvbm9zXG59XG5cbkBDb21wb25lbnQoe1xuICAgIHNlbGVjdG9yOiAnbGliLWJhYnlsb24tZmxvYXRpbmctYnV0dG9ucycsXG4gICAgc3RhbmRhbG9uZTogdHJ1ZSxcbiAgICBpbXBvcnRzOiBbQ29tbW9uTW9kdWxlXSxcbiAgICB0ZW1wbGF0ZVVybDogJy4vYmFieWxvbi1mbG9hdGluZy1idXR0b25zLmNvbXBvbmVudC5odG1sJyxcbiAgICBzdHlsZVVybDogJy4vYmFieWxvbi1mbG9hdGluZy1idXR0b25zLmNvbXBvbmVudC5zY3NzJyxcbiAgICBjaGFuZ2VEZXRlY3Rpb246IENoYW5nZURldGVjdGlvblN0cmF0ZWd5Lk9uUHVzaCxcbn0pXG5leHBvcnQgY2xhc3MgQmFieWxvbkZsb2F0aW5nQnV0dG9uc0NvbXBvbmVudCBpbXBsZW1lbnRzIE9uQ2hhbmdlcyB7XG4gICAgcHJpdmF0ZSByZWFkb25seSBXQU5URUQgPSBuZXcgU2V0KFsnd2hhdHNhcHAnXSk7IC8vIGHDsWFkZSAncGhvbmUnLCdlbWFpbCcsIGV0Yy5cblxuICAgIEBJbnB1dCgpIGRlZmF1bHRDb3VudHJ5Q29kZSA9ICczNCc7XG5cbiAgICBASW5wdXQoKSBmbG9hdGluZ0J1dHRvbnM/OiBCYWJ5bG9uRmxvYXRpbmdCdXR0b25zSTtcblxuICAgIGJ1dHRvbnM6IEJ1dHRvblZNW10gPSBbXTtcblxuICAgIG5nT25DaGFuZ2VzKCk6IHZvaWQge1xuICAgICAgICB0aGlzLm1hcEJ1dHRvbnMoKTtcbiAgICB9XG5cbiAgICBtYXBCdXR0b25zKCk6IHZvaWQge1xuICAgICAgICBjb25zdCBsaW5rcyA9ICh0aGlzLmZsb2F0aW5nQnV0dG9ucz8ubGlua3MgPz8gW10pLmZpbHRlcihcbiAgICAgICAgICAgIEJvb2xlYW5cbiAgICAgICAgKSBhcyBDbXNMaW5rW107XG4gICAgICAgIGNvbnN0IHRleHRzID0gKHRoaXMuZmxvYXRpbmdCdXR0b25zPy50ZXh0cyA/PyBbXSkuZmlsdGVyKFxuICAgICAgICAgICAgQm9vbGVhblxuICAgICAgICApIGFzIENtc1RleHRbXTtcblxuICAgICAgICAvLyBoZWxwZXI6IG5vcm1hbGl6YSB0b2tlbnNcbiAgICAgICAgY29uc3QgdG9Ub2tlbiA9IChzPzogc3RyaW5nKSA9PlxuICAgICAgICAgICAgKHMgPz8gJycpXG4gICAgICAgICAgICAgICAgLnRvTG93ZXJDYXNlKClcbiAgICAgICAgICAgICAgICAucmVwbGFjZSgvXmljb24tLywgJycpXG4gICAgICAgICAgICAgICAgLnJlcGxhY2UoL15iYWJ5bG9uLS8sICcnKVxuICAgICAgICAgICAgICAgIC5ub3JtYWxpemUoJ05GRCcpXG4gICAgICAgICAgICAgICAgLnJlcGxhY2UoL1tcXHUwMzAwLVxcdTAzNmZdL2csICcnKSAvLyBxdWl0YSBhY2VudG9zXG4gICAgICAgICAgICAgICAgLnJlcGxhY2UoL1xccysvZywgJycpO1xuXG4gICAgICAgIC8vIEJ1c2NhIGxhYmVsIOKAnGJvbml0b+KAnSBlbiB0ZXh0cyBwb3IgdG9rZW5cbiAgICAgICAgY29uc3QgZmluZFRleHRMYWJlbCA9ICh0b2tlbjogc3RyaW5nKSA9PlxuICAgICAgICAgICAgdGV4dHMuZmluZChcbiAgICAgICAgICAgICAgICAodCkgPT5cbiAgICAgICAgICAgICAgICAgICAgdG9Ub2tlbih0Lmljb24pLmluY2x1ZGVzKHRva2VuKSB8fFxuICAgICAgICAgICAgICAgICAgICB0b1Rva2VuKHQubGFiZWwpLmluY2x1ZGVzKHRva2VuKVxuICAgICAgICAgICAgKT8ubGFiZWw7XG5cbiAgICAgICAgdGhpcy5idXR0b25zID0gbGlua3MucmVkdWNlPEJ1dHRvblZNW10+KChhY2MsIGxpbmspID0+IHtcbiAgICAgICAgICAgIGNvbnN0IGxhYmVsVG9rID0gdG9Ub2tlbihsaW5rLmxhYmVsKTtcbiAgICAgICAgICAgIGNvbnN0IGljb25Ub2sgPSB0b1Rva2VuKGxpbmsuaWNvbik7XG4gICAgICAgICAgICBjb25zdCB1cmwgPSBsaW5rLnVybD8udHJpbSgpID8/ICcnO1xuXG4gICAgICAgICAgICAvLyBEZWNpZGUgZWwga2luZCBwb3IgdG9rZW5zL1VSTFxuICAgICAgICAgICAgbGV0IGtpbmQ6ICd3aGF0c2FwcCcgfCAnb3RoZXInID0gJ290aGVyJztcbiAgICAgICAgICAgIGlmIChcbiAgICAgICAgICAgICAgICBsYWJlbFRvay5pbmNsdWRlcygnd2hhdHNhcHAnKSB8fFxuICAgICAgICAgICAgICAgIGljb25Ub2suaW5jbHVkZXMoJ3doYXRzYXBwJykgfHxcbiAgICAgICAgICAgICAgICB1cmwuaW5jbHVkZXMoJ3dhLm1lJylcbiAgICAgICAgICAgICkge1xuICAgICAgICAgICAgICAgIGtpbmQgPSAnd2hhdHNhcHAnO1xuICAgICAgICAgICAgfVxuXG4gICAgICAgICAgICAvLyBTaSBubyBlc3TDoSBlbiBsYSB3aGl0ZWxpc3QsIG5vIGxvIHBpbnRvXG4gICAgICAgICAgICBpZiAoIXRoaXMuV0FOVEVELmhhcyhraW5kKSkgcmV0dXJuIGFjYztcblxuICAgICAgICAgICAgc3dpdGNoIChraW5kKSB7XG4gICAgICAgICAgICAgICAgY2FzZSAnd2hhdHNhcHAnOiB7XG4gICAgICAgICAgICAgICAgICAgIGNvbnN0IG51bVJhdyA9IHRoaXMuZXh0cmFjdFdhTnVtYmVyKFxuICAgICAgICAgICAgICAgICAgICAgICAgdXJsLFxuICAgICAgICAgICAgICAgICAgICAgICAgbGluay5sYWJlbCxcbiAgICAgICAgICAgICAgICAgICAgICAgIGxpbmsuaWNvblxuICAgICAgICAgICAgICAgICAgICApO1xuICAgICAgICAgICAgICAgICAgICBjb25zdCBudW1iZXIgPSBudW1SYXdcbiAgICAgICAgICAgICAgICAgICAgICAgID8gdGhpcy5lbnN1cmVDb3VudHJ5Q29kZShudW1SYXcpXG4gICAgICAgICAgICAgICAgICAgICAgICA6IHVuZGVmaW5lZDtcbiAgICAgICAgICAgICAgICAgICAgY29uc3QgaHJlZiA9IG51bWJlclxuICAgICAgICAgICAgICAgICAgICAgICAgPyBgaHR0cHM6Ly93YS5tZS8ke251bWJlcn1gXG4gICAgICAgICAgICAgICAgICAgICAgICA6IHVybCAmJiAvXmh0dHBzPzpcXC9cXC8vaS50ZXN0KHVybClcbiAgICAgICAgICAgICAgICAgICAgICAgICAgPyB1cmxcbiAgICAgICAgICAgICAgICAgICAgICAgICAgOiAnaHR0cHM6Ly93YS5tZS8nO1xuICAgICAgICAgICAgICAgICAgICBjb25zdCBmaW5hbExhYmVsID0gZmluZFRleHRMYWJlbCgnd2hhdHNhcHAnKSB8fCAnV2hhdHNBcHAnO1xuXG4gICAgICAgICAgICAgICAgICAgIGFjYy5wdXNoKHtcbiAgICAgICAgICAgICAgICAgICAgICAgIGxhYmVsOiBmaW5hbExhYmVsLFxuICAgICAgICAgICAgICAgICAgICAgICAgaHJlZixcbiAgICAgICAgICAgICAgICAgICAgICAgIGljb25DbGFzczogJ2JhYnlsb24td2hhdHNhcHAtZ3JlZW4nLFxuICAgICAgICAgICAgICAgICAgICB9KTtcbiAgICAgICAgICAgICAgICAgICAgYnJlYWs7XG4gICAgICAgICAgICAgICAgfVxuICAgICAgICAgICAgICAgIGRlZmF1bHQ6XG4gICAgICAgICAgICAgICAgICAgIC8vIFNpIG3DoXMgYWRlbGFudGUgcXVpZXJlcyBvdHJvcyBjYXNvcywgYcOxw6FkZWxvcyBhcXXDrS5cbiAgICAgICAgICAgICAgICAgICAgYnJlYWs7XG4gICAgICAgICAgICB9XG5cbiAgICAgICAgICAgIHJldHVybiBhY2M7XG4gICAgICAgIH0sIFtdKTtcbiAgICB9XG5cbiAgICAvLyA9PT09PT09PT09PT09PT09PT0gaGVscGVycyBwcml2YWRvcyA9PT09PT09PT09PT09PT09PT1cblxuICAgIC8qKiBFeHRyYWUgdW4gbsO6bWVybyBkZSBXaGF0c0FwcCBkZXNkZSB1cmwvbGFiZWwvaWNvbiBlbiBtw7psdGlwbGVzIGZvcm1hdG9zICovXG4gICAgcHJpdmF0ZSBleHRyYWN0V2FOdW1iZXIoXG4gICAgICAgIHVybD86IHN0cmluZyxcbiAgICAgICAgbGFiZWw/OiBzdHJpbmcsXG4gICAgICAgIGljb24/OiBzdHJpbmdcbiAgICApOiBzdHJpbmcgfCB1bmRlZmluZWQge1xuICAgICAgICBjb25zdCBzb3VyY2VzID0gW3VybCwgbGFiZWwsIGljb25dLmZpbHRlcihCb29sZWFuKSBhcyBzdHJpbmdbXTtcblxuICAgICAgICBmb3IgKGNvbnN0IHMgb2Ygc291cmNlcykge1xuICAgICAgICAgICAgLy8gMSkgd2EubWUvWFhYWFhYWFhcbiAgICAgICAgICAgIGxldCBtID0gcy5tYXRjaCgvd2FcXC5tZVxcLyhcXGQrKS9pKTtcbiAgICAgICAgICAgIGlmIChtPy5bMV0pIHJldHVybiBtWzFdO1xuXG4gICAgICAgICAgICAvLyAyKSBhcGkud2hhdHNhcHAuY29tL3NlbmQ/cGhvbmU9WFhYWFhYWFhcbiAgICAgICAgICAgIG0gPSBzLm1hdGNoKC93aGF0c2FwcFxcLmNvbVxcL3NlbmRcXD9waG9uZT0oXFxkKykvaSk7XG4gICAgICAgICAgICBpZiAobT8uWzFdKSByZXR1cm4gbVsxXTtcblxuICAgICAgICAgICAgLy8gMykgXCJ3YSArMzQgNjIxIDI5NSA4MTZcIiBvIFwid2hhdHNhcHAgKzM0NjIxMjk1ODE2XCJcbiAgICAgICAgICAgIG0gPSBzLm1hdGNoKC8oPzpefFxcYikoPzp3YXx3aGF0c2FwcClcXGJbXitcXGRdKlxcKz8oW1xcZFxccy1dezYsfSkvaSk7XG4gICAgICAgICAgICBpZiAobT8uWzFdKSByZXR1cm4gdGhpcy5kaWdpdHMobVsxXSk7XG5cbiAgICAgICAgICAgIC8vIDQpIMO6bHRpbW8gcmVjdXJzbzogY3VhbHF1aWVyIG7Dum1lcm8gbGFyZ28gZW4gZWwgc3RyaW5nXG4gICAgICAgICAgICBtID0gcy5tYXRjaCgvXFwrP1tcXGRcXHMtXXs2LH0vKTtcbiAgICAgICAgICAgIGlmIChtPy5bMF0pIHJldHVybiB0aGlzLmRpZ2l0cyhtWzBdKTtcbiAgICAgICAgfVxuICAgICAgICByZXR1cm4gdW5kZWZpbmVkO1xuICAgIH1cblxuICAgIC8qKiBBw7FhZGUgcHJlZmlqbyBwYcOtcyBzaSBwYXJlY2UgZmFsdGFyOyBsaW1waWEgJysnIHkgJzAwJyAqL1xuICAgIHByaXZhdGUgZW5zdXJlQ291bnRyeUNvZGUobnVtOiBzdHJpbmcpOiBzdHJpbmcge1xuICAgICAgICBpZiAoIW51bSkgcmV0dXJuIG51bTtcbiAgICAgICAgLy8gcXVpdGEgJysnIHkgJzAwJ1xuICAgICAgICBudW0gPSBudW0ucmVwbGFjZSgvXlxcKy8sICcnKTtcbiAgICAgICAgaWYgKG51bS5zdGFydHNXaXRoKCcwMCcpKSBudW0gPSBudW0uc2xpY2UoMik7XG5cbiAgICAgICAgLy8gc2kgeWEgcGFyZWNlIGludGVybmFjaW9uYWwsIHJlc3BldGFcbiAgICAgICAgaWYgKG51bS5sZW5ndGggPiA5KSByZXR1cm4gbnVtO1xuXG4gICAgICAgIC8vIG5hY2lvbmFsIHTDrXBpY28gKDkgZMOtZ2l0b3MpIC0+IGHDsWFkZSBDQ1xuICAgICAgICByZXR1cm4gYCR7dGhpcy5kZWZhdWx0Q291bnRyeUNvZGV9JHtudW19YDtcbiAgICB9XG5cbiAgICAvKiogU29sbyBkw61naXRvcyAqL1xuICAgIHByaXZhdGUgZGlnaXRzKHM/OiBzdHJpbmcpOiBzdHJpbmcge1xuICAgICAgICByZXR1cm4gKHMgPz8gJycpLnJlcGxhY2UoL1xcRCsvZywgJycpO1xuICAgIH1cbn1cbiIsIkBpZiAoZmxvYXRpbmdCdXR0b25zPy5saW5rcykge1xuICAgIDxuYXYgY2xhc3M9XCJxYVwiIGFyaWEtbGFiZWw9XCJBY2Npb25lcyByw6FwaWRhc1wiPlxuICAgICAgICBAZm9yIChpdGVtIG9mIGJ1dHRvbnM7IHRyYWNrICRpbmRleCkge1xuICAgICAgICAgICAgQGlmIChpdGVtKSB7XG4gICAgICAgICAgICAgICAgPGFcbiAgICAgICAgICAgICAgICAgICAgY2xhc3M9XCJxYV9fYnRuXCJcbiAgICAgICAgICAgICAgICAgICAgW25nQ2xhc3NdPVwiaXRlbS5pY29uQ2xhc3NcIlxuICAgICAgICAgICAgICAgICAgICBbaHJlZl09XCJpdGVtLmhyZWZcIlxuICAgICAgICAgICAgICAgICAgICB0YXJnZXQ9XCJfYmxhbmtcIlxuICAgICAgICAgICAgICAgICAgICBbYXR0ci5hcmlhLWxhYmVsXT1cIml0ZW0ubGFiZWxcIlxuICAgICAgICAgICAgICAgICAgICBbYXR0ci5kYXRhLWxhYmVsXT1cIml0ZW0ubGFiZWxcIlxuICAgICAgICAgICAgICAgID5cbiAgICAgICAgICAgICAgICAgICAgPGRpdiBjbGFzcz1cImluZm8tLWljb24gaWNvbi0tc21hbGxcIj5cbiAgICAgICAgICAgICAgICAgICAgICAgIDxpXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgY2xhc3M9XCJpY29uLS1zdmdcIlxuICAgICAgICAgICAgICAgICAgICAgICAgICAgIFtuZ0NsYXNzXT1cIml0ZW0uaWNvbkNsYXNzXCJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICBhcmlhLWhpZGRlbj1cInRydWVcIlxuICAgICAgICAgICAgICAgICAgICAgICAgPjwvaT5cbiAgICAgICAgICAgICAgICAgICAgPC9kaXY+XG4gICAgICAgICAgICAgICAgPC9hPlxuICAgICAgICAgICAgfVxuICAgICAgICB9XG4gICAgPC9uYXY+XG59XG4iXX0=
@@ -0,0 +1,2 @@
1
+ export {};
2
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYmFieWxvbi1mbG9hdGluZy1idXR0b25zLmludGVyZmFjZS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL2JhYnlsb24vc3JjL2xpYi9jb21wb25lbnRzL2NvcmUvYmFieWxvbi1mbG9hdGluZy1idXR0b25zL2JhYnlsb24tZmxvYXRpbmctYnV0dG9ucy5pbnRlcmZhY2UudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IiIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IEJhYnlsb25CdXR0b25JIH0gZnJvbSAnLi4vLi4vLi4vaW50ZXJmYWNlcyc7XG5cbmV4cG9ydCBpbnRlcmZhY2UgQmFieWxvbkZsb2F0aW5nQnV0dG9uc0kge1xuICAgIHRleHRzPzogeyBpY29uPzogc3RyaW5nOyBsYWJlbD86IHN0cmluZyB9W107XG4gICAgbGlua3M/OiBCYWJ5bG9uQnV0dG9uSVtdO1xufVxuIl19
@@ -0,0 +1,3 @@
1
+ export * from './babylon-floating-buttons.component';
2
+ export * from './babylon-floating-buttons.interface';
3
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5kZXguanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9iYWJ5bG9uL3NyYy9saWIvY29tcG9uZW50cy9jb3JlL2JhYnlsb24tZmxvYXRpbmctYnV0dG9ucy9pbmRleC50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxjQUFjLHNDQUFzQyxDQUFDO0FBQ3JELGNBQWMsc0NBQXNDLENBQUMiLCJzb3VyY2VzQ29udGVudCI6WyJleHBvcnQgKiBmcm9tICcuL2JhYnlsb24tZmxvYXRpbmctYnV0dG9ucy5jb21wb25lbnQnO1xuZXhwb3J0ICogZnJvbSAnLi9iYWJ5bG9uLWZsb2F0aW5nLWJ1dHRvbnMuaW50ZXJmYWNlJztcbiJdfQ==
@@ -1,11 +1,31 @@
1
- import { Component } from '@angular/core';
1
+ import { ChangeDetectionStrategy, Component, Input, } from '@angular/core';
2
+ import { CommonModule } from '@angular/common';
3
+ import { BabylonLinkTypeDirective } from '../../../directives/link-type/link-type.directive';
4
+ import { BabylonCleanPhonePipe } from '../../../pipes/babylon-clean-phone.pipe';
2
5
  import * as i0 from "@angular/core";
6
+ import * as i1 from "@angular/common";
3
7
  export class BabylonFooterContactComponent {
4
8
  static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: BabylonFooterContactComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
5
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.12", type: BabylonFooterContactComponent, isStandalone: true, selector: "lib-babylon-footer-contact", ngImport: i0, template: "<section class=\"babylon__footer-contact margin-main1 \">\n\n <div class=\"container-fluid cs_plr_100\">\n <div class=\" footer-contact--module\">\n <div class=\"footer-contact--info\">\n <div class=\"footer-contact--head\">\n <h2 class=\"title--small mb--30\" >Contacto</h2>\n <p class=\"text\"> Cont\u00E1ctanos si tienes cualquier duda o si quieres ampliar la informaci\u00F3n acerca de nuestros hoteles.</p>\n <ul class=\"mt--30\">\n <li>\n <span class=\"info--icon\"><i class=\"babylon-telephone\"></i></span>\n <p class=\"text\">Distancia desde el aeropuerto > 40km</p>\n </li>\n <li>\n <span class=\"info--icon\"><i class=\"babylon-telephone\"></i></span>\n <p class=\"text\">Distancia desde el aeropuerto > 40km</p>\n </li>\n <li>\n <span class=\"info--icon\"><i class=\"babylon-telephone\"></i></span>\n <p class=\"text\">Distancia desde el aeropuerto > 40km</p>\n </li>\n </ul>\n </div>\n <div class=\"footer-contact--foot\">\n <p><a href=\"mailto:reception.cds-babylonhotels.com\" target=\"_Blank\">reception.cds-babylonhotels.com</a><span>| Reservas Babylon</span></p>\n <p><a href=\"tel:+34 971 868 300\" target=\"_Blank\"> T. +34 971 868 300</a></p>\n </div>\n </div>\n <div class=\"footer-contact--photo\">\n <span class=\"footer-contact--tag\">nuestros hoteles</span>\n <img src=\"assets/babylon/fotos/room_lg_3.jpeg\" alt=\"Room\" class=\" \">\n <div class=\"footer-contact--btns\">\n <a class=\"btn btn_call btn--light \" href=\"#\">\n <b>Como llegar </b>\n </a>\n </div>\n </div>\n </div>\n\n </div>\n </section>\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}.babylon__footer-contact{background-color:var(--cl_footer-bg-bottom);padding-top:80px}.footer-contact--module{display:flex;align-items:stretch;justify-content:space-between;background:#fff}.footer-contact--photo{width:50%;position:relative}.footer-contact--photo img{object-fit:cover;height:100%}.footer-contact--info{width:50%;padding-block:60px;padding-inline:100px;position:relative}.footer-contact--tag{position:absolute;top:0;left:0;width:100%;text-transform:uppercase;letter-spacing:1px;color:#fff;padding:30px 20px;text-align:center}.footer-contact--btns{position:absolute;bottom:40px;left:50%;transform:translate(-50%)}.footer-contact--head{max-width:400px}.footer-contact--head ul li{display:flex;align-items:center;justify-content:flex-start;gap:10px}.footer-contact--head ul li .text{margin:0}.footer-contact--foot{position:absolute;bottom:40px}\n"] }); }
9
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "17.3.12", type: BabylonFooterContactComponent, isStandalone: true, selector: "lib-babylon-footer-contact", inputs: { title: "title", text: "text", advantages: "advantages", links: "links", button: "button", extraTxt: "extraTxt", img: "img", address: "address" }, ngImport: i0, template: "<section class=\"babylon__footer-contact margin-main1\">\n <div class=\"container-fluid cs_plr_100\">\n <div class=\"footer-contact--module\">\n <div class=\"footer-contact--info\">\n <div class=\"footer-contact--head\">\n @if (title) {\n <h2 class=\"title--small mb--30\">{{ title }}</h2>\n }\n @if (text) {\n <p class=\"text\">{{ text }}</p>\n }\n @if (address) {\n <p class=\"text\">\n @if (address.address) {\n {{ address.address }}<br />\n }\n @if (address.cp) {\n {{ address.cp }}\n }\n @if (address.city) {\n {{ address.city }},\n }\n @if (address.locality) {\n {{ address.locality }}<br />\n }\n @if (address.province) {\n {{ address.province }},\n }\n @if (address.country) {\n {{ address.country }}\n }\n </p>\n }\n @if (advantages?.length) {\n <ul class=\"mt--30\">\n @for (adv of advantages; track $index) {\n <li>\n <span class=\"info--icon\"\n ><i\n class=\"icon--svg\"\n [ngClass]=\"adv.icon\"\n ></i\n ></span>\n <p class=\"text\">{{ adv.text }}</p>\n </li>\n }\n </ul>\n }\n </div>\n @if (address?.email && address?.phone) {\n <div class=\"footer-contact--foot\">\n <p>\n <a\n [attr.aria-label]=\"address?.email\"\n [href]=\"'mailto:' + address?.email\"\n linkType=\"external\"\n >{{ address?.email }}</a\n >\n </p>\n <p>\n <a\n [attr.aria-label]=\"address?.phone\"\n [href]=\"'tel:' + (address?.phone | cleanPhone)\"\n linkType=\"external\"\n >{{ address?.phone }}</a\n >\n </p>\n </div>\n } @else {\n @if (links) {\n <div class=\"footer-contact--foot\">\n @for (link of links; track $index) {\n <p>\n <a\n [attr.aria-label]=\"link?.label\"\n [href]=\"link?.url\"\n [linkType]=\"link?.linkType\"\n [innerHTML]=\"link?.label\"\n ></a>\n </p>\n }\n </div>\n }\n }\n </div>\n <div class=\"footer-contact--photo\">\n @if (extraTxt) {\n <span class=\"footer-contact--tag\">{{ extraTxt }}</span>\n }\n @if (img) {\n <img\n [src]=\"img.src\"\n [alt]=\"img.alt\"\n class=\" \"\n loading=\"lazy\"\n />\n }\n @if (button) {\n <div class=\"footer-contact--btns\">\n <a\n [attr.aria-label]=\"button.label\"\n class=\"btn btn_call btn--light\"\n [href]=\"button.url\"\n [linkType]=\"button.linkType\"\n >\n <b>{{ button.label }}</b>\n </a>\n </div>\n }\n </div>\n </div>\n </div>\n</section>\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__footer-contact{background-color:var(--cl_footer-bg-bottom);padding-top:1rem}@media (min-width: 1280px){.babylon__footer-contact{padding-top:4rem}}.footer-contact--module{display:flex;align-items:stretch;justify-content:space-between;background:#fff;flex-direction:column}@media (min-width: 768px){.footer-contact--module{flex-direction:row}}.footer-contact--photo{width:100%;position:relative}.footer-contact--photo img{object-fit:cover;height:100%}@media (min-width: 768px){.footer-contact--photo{width:50%}}.footer-contact--info{width:100%;position:relative;padding-block:30px;padding-inline:30px;display:flex;flex-direction:column}@media (min-width: 768px){.footer-contact--info{width:50%}}@media (min-width: 1025px){.footer-contact--info{padding-block:60px;padding-inline:100px}}.footer-contact--tag{position:absolute;top:0;left:0;width:100%;text-transform:uppercase;letter-spacing:1px;color:var(--cl_title-light);padding:30px 20px;text-align:center}.footer-contact--btns{position:absolute;bottom:40px;left:50%;transform:translate(-50%)}.footer-contact--head{text-align:center}@media (min-width: 768px){.footer-contact--head{max-width:400px;text-align:left}}.footer-contact--head ul li{display:flex;align-items:center;justify-content:flex-start;gap:10px}.footer-contact--head ul li .text{margin:0}.footer-contact--foot{text-align:center}.footer-contact--foot p{margin-bottom:.5rem}@media (min-width: 768px){.footer-contact--foot{margin-top:auto;text-align:left}}@media (min-width: 1025px){.footer-contact--foot{bottom:40px}}a{cursor:pointer}\n"], dependencies: [{ kind: "ngmodule", type: CommonModule }, { kind: "directive", type: i1.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { kind: "directive", type: BabylonLinkTypeDirective, selector: "[linkType]", inputs: ["linkType", "href", "modalClick", "clickPopup"], outputs: ["anchorClicked"] }, { kind: "pipe", type: BabylonCleanPhonePipe, name: "cleanPhone" }], changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
6
10
  }
7
11
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: BabylonFooterContactComponent, decorators: [{
8
12
  type: Component,
9
- args: [{ selector: 'lib-babylon-footer-contact', standalone: true, imports: [], template: "<section class=\"babylon__footer-contact margin-main1 \">\n\n <div class=\"container-fluid cs_plr_100\">\n <div class=\" footer-contact--module\">\n <div class=\"footer-contact--info\">\n <div class=\"footer-contact--head\">\n <h2 class=\"title--small mb--30\" >Contacto</h2>\n <p class=\"text\"> Cont\u00E1ctanos si tienes cualquier duda o si quieres ampliar la informaci\u00F3n acerca de nuestros hoteles.</p>\n <ul class=\"mt--30\">\n <li>\n <span class=\"info--icon\"><i class=\"babylon-telephone\"></i></span>\n <p class=\"text\">Distancia desde el aeropuerto > 40km</p>\n </li>\n <li>\n <span class=\"info--icon\"><i class=\"babylon-telephone\"></i></span>\n <p class=\"text\">Distancia desde el aeropuerto > 40km</p>\n </li>\n <li>\n <span class=\"info--icon\"><i class=\"babylon-telephone\"></i></span>\n <p class=\"text\">Distancia desde el aeropuerto > 40km</p>\n </li>\n </ul>\n </div>\n <div class=\"footer-contact--foot\">\n <p><a href=\"mailto:reception.cds-babylonhotels.com\" target=\"_Blank\">reception.cds-babylonhotels.com</a><span>| Reservas Babylon</span></p>\n <p><a href=\"tel:+34 971 868 300\" target=\"_Blank\"> T. +34 971 868 300</a></p>\n </div>\n </div>\n <div class=\"footer-contact--photo\">\n <span class=\"footer-contact--tag\">nuestros hoteles</span>\n <img src=\"assets/babylon/fotos/room_lg_3.jpeg\" alt=\"Room\" class=\" \">\n <div class=\"footer-contact--btns\">\n <a class=\"btn btn_call btn--light \" href=\"#\">\n <b>Como llegar </b>\n </a>\n </div>\n </div>\n </div>\n\n </div>\n </section>\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}.babylon__footer-contact{background-color:var(--cl_footer-bg-bottom);padding-top:80px}.footer-contact--module{display:flex;align-items:stretch;justify-content:space-between;background:#fff}.footer-contact--photo{width:50%;position:relative}.footer-contact--photo img{object-fit:cover;height:100%}.footer-contact--info{width:50%;padding-block:60px;padding-inline:100px;position:relative}.footer-contact--tag{position:absolute;top:0;left:0;width:100%;text-transform:uppercase;letter-spacing:1px;color:#fff;padding:30px 20px;text-align:center}.footer-contact--btns{position:absolute;bottom:40px;left:50%;transform:translate(-50%)}.footer-contact--head{max-width:400px}.footer-contact--head ul li{display:flex;align-items:center;justify-content:flex-start;gap:10px}.footer-contact--head ul li .text{margin:0}.footer-contact--foot{position:absolute;bottom:40px}\n"] }]
10
- }] });
11
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYmFieWxvbi1mb290ZXItY29udGFjdC5jb21wb25lbnQuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9iYWJ5bG9uL3NyYy9saWIvY29tcG9uZW50cy9jb3JlL2JhYnlsb24tZm9vdGVyLWNvbnRhY3QvYmFieWxvbi1mb290ZXItY29udGFjdC5jb21wb25lbnQudHMiLCIuLi8uLi8uLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9iYWJ5bG9uL3NyYy9saWIvY29tcG9uZW50cy9jb3JlL2JhYnlsb24tZm9vdGVyLWNvbnRhY3QvYmFieWxvbi1mb290ZXItY29udGFjdC5jb21wb25lbnQuaHRtbCJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQUUsU0FBUyxFQUFFLE1BQU0sZUFBZSxDQUFDOztBQVMxQyxNQUFNLE9BQU8sNkJBQTZCOytHQUE3Qiw2QkFBNkI7bUdBQTdCLDZCQUE2QixzRkNUMUMsa3BFQXlDQTs7NEZEaENhLDZCQUE2QjtrQkFQekMsU0FBUzsrQkFDRSw0QkFBNEIsY0FDMUIsSUFBSSxXQUNQLEVBQUUiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBDb21wb25lbnQgfSBmcm9tICdAYW5ndWxhci9jb3JlJztcblxuQENvbXBvbmVudCh7XG4gIHNlbGVjdG9yOiAnbGliLWJhYnlsb24tZm9vdGVyLWNvbnRhY3QnLFxuICBzdGFuZGFsb25lOiB0cnVlLFxuICBpbXBvcnRzOiBbXSxcbiAgdGVtcGxhdGVVcmw6ICcuL2JhYnlsb24tZm9vdGVyLWNvbnRhY3QuY29tcG9uZW50Lmh0bWwnLFxuICBzdHlsZVVybDogJy4vYmFieWxvbi1mb290ZXItY29udGFjdC5jb21wb25lbnQuc2Nzcydcbn0pXG5leHBvcnQgY2xhc3MgQmFieWxvbkZvb3RlckNvbnRhY3RDb21wb25lbnQge1xuXG59XG4iLCI8c2VjdGlvbiBjbGFzcz1cImJhYnlsb25fX2Zvb3Rlci1jb250YWN0IG1hcmdpbi1tYWluMSBcIj5cblxuICAgIDxkaXYgY2xhc3M9XCJjb250YWluZXItZmx1aWQgY3NfcGxyXzEwMFwiPlxuICAgICAgICA8ZGl2IGNsYXNzPVwiIGZvb3Rlci1jb250YWN0LS1tb2R1bGVcIj5cbiAgICAgICAgICAgIDxkaXYgY2xhc3M9XCJmb290ZXItY29udGFjdC0taW5mb1wiPlxuICAgICAgICAgICAgICAgIDxkaXYgY2xhc3M9XCJmb290ZXItY29udGFjdC0taGVhZFwiPlxuICAgICAgICAgICAgICAgICAgICA8aDIgY2xhc3M9XCJ0aXRsZS0tc21hbGwgbWItLTMwXCIgPkNvbnRhY3RvPC9oMj5cbiAgICAgICAgICAgICAgICAgICAgPHAgY2xhc3M9XCJ0ZXh0XCI+IENvbnTDoWN0YW5vcyBzaSB0aWVuZXMgY3VhbHF1aWVyIGR1ZGEgbyBzaSBxdWllcmVzIGFtcGxpYXIgbGEgaW5mb3JtYWNpw7NuIGFjZXJjYSBkZSBudWVzdHJvcyBob3RlbGVzLjwvcD5cbiAgICAgICAgICAgICAgICAgICAgPHVsIGNsYXNzPVwibXQtLTMwXCI+XG4gICAgICAgICAgICAgICAgICAgICAgICA8bGk+XG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgPHNwYW4gY2xhc3M9XCJpbmZvLS1pY29uXCI+PGkgY2xhc3M9XCJiYWJ5bG9uLXRlbGVwaG9uZVwiPjwvaT48L3NwYW4+XG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgPHAgY2xhc3M9XCJ0ZXh0XCI+RGlzdGFuY2lhIGRlc2RlIGVsIGFlcm9wdWVydG8gPiA0MGttPC9wPlxuICAgICAgICAgICAgICAgICAgICAgICAgPC9saT5cbiAgICAgICAgICAgICAgICAgICAgICAgIDxsaT5cbiAgICAgICAgICAgICAgICAgICAgICAgICAgICA8c3BhbiBjbGFzcz1cImluZm8tLWljb25cIj48aSBjbGFzcz1cImJhYnlsb24tdGVsZXBob25lXCI+PC9pPjwvc3Bhbj5cbiAgICAgICAgICAgICAgICAgICAgICAgICAgICA8cCBjbGFzcz1cInRleHRcIj5EaXN0YW5jaWEgZGVzZGUgZWwgYWVyb3B1ZXJ0byA+IDQwa208L3A+XG4gICAgICAgICAgICAgICAgICAgICAgICA8L2xpPlxuICAgICAgICAgICAgICAgICAgICAgICAgPGxpPlxuICAgICAgICAgICAgICAgICAgICAgICAgICAgIDxzcGFuIGNsYXNzPVwiaW5mby0taWNvblwiPjxpIGNsYXNzPVwiYmFieWxvbi10ZWxlcGhvbmVcIj48L2k+PC9zcGFuPlxuICAgICAgICAgICAgICAgICAgICAgICAgICAgIDxwIGNsYXNzPVwidGV4dFwiPkRpc3RhbmNpYSBkZXNkZSBlbCBhZXJvcHVlcnRvID4gNDBrbTwvcD5cbiAgICAgICAgICAgICAgICAgICAgICAgIDwvbGk+XG4gICAgICAgICAgICAgICAgICAgIDwvdWw+XG4gICAgICAgICAgICAgICAgPC9kaXY+XG4gICAgICAgICAgICAgICAgPGRpdiBjbGFzcz1cImZvb3Rlci1jb250YWN0LS1mb290XCI+XG4gICAgICAgICAgICAgICAgICAgPHA+PGEgaHJlZj1cIm1haWx0bzpyZWNlcHRpb24uY2RzLWJhYnlsb25ob3RlbHMuY29tXCIgdGFyZ2V0PVwiX0JsYW5rXCI+cmVjZXB0aW9uLmNkcy1iYWJ5bG9uaG90ZWxzLmNvbTwvYT48c3Bhbj58IFJlc2VydmFzIEJhYnlsb248L3NwYW4+PC9wPlxuICAgICAgICAgICAgICAgICAgICA8cD48YSBocmVmPVwidGVsOiszNCA5NzEgODY4IDMwMFwiIHRhcmdldD1cIl9CbGFua1wiPiBULiArMzQgOTcxIDg2OCAzMDA8L2E+PC9wPlxuICAgICAgICAgICAgICAgIDwvZGl2PlxuICAgICAgICAgICAgPC9kaXY+XG4gICAgICAgICAgICA8ZGl2IGNsYXNzPVwiZm9vdGVyLWNvbnRhY3QtLXBob3RvXCI+XG4gICAgICAgICAgICAgICAgPHNwYW4gY2xhc3M9XCJmb290ZXItY29udGFjdC0tdGFnXCI+bnVlc3Ryb3MgaG90ZWxlczwvc3Bhbj5cbiAgICAgICAgICAgICAgICA8aW1nIHNyYz1cImFzc2V0cy9iYWJ5bG9uL2ZvdG9zL3Jvb21fbGdfMy5qcGVnXCIgYWx0PVwiUm9vbVwiIGNsYXNzPVwiIFwiPlxuICAgICAgICAgICAgICAgIDxkaXYgY2xhc3M9XCJmb290ZXItY29udGFjdC0tYnRuc1wiPlxuICAgICAgICAgICAgICAgICAgICA8YSBjbGFzcz1cImJ0biBidG5fY2FsbCBidG4tLWxpZ2h0IFwiIGhyZWY9XCIjXCI+XG4gICAgICAgICAgICAgICAgICAgICAgICA8Yj5Db21vIGxsZWdhciA8L2I+XG4gICAgICAgICAgICAgICAgICAgIDwvYT5cbiAgICAgICAgICAgICAgICA8L2Rpdj5cbiAgICAgICAgICAgIDwvZGl2PlxuICAgICAgICA8L2Rpdj5cblxuICAgIDwvZGl2PlxuICA8L3NlY3Rpb24+XG4iXX0=
13
+ args: [{ selector: 'lib-babylon-footer-contact', standalone: true, imports: [CommonModule, BabylonLinkTypeDirective, BabylonCleanPhonePipe], changeDetection: ChangeDetectionStrategy.OnPush, template: "<section class=\"babylon__footer-contact margin-main1\">\n <div class=\"container-fluid cs_plr_100\">\n <div class=\"footer-contact--module\">\n <div class=\"footer-contact--info\">\n <div class=\"footer-contact--head\">\n @if (title) {\n <h2 class=\"title--small mb--30\">{{ title }}</h2>\n }\n @if (text) {\n <p class=\"text\">{{ text }}</p>\n }\n @if (address) {\n <p class=\"text\">\n @if (address.address) {\n {{ address.address }}<br />\n }\n @if (address.cp) {\n {{ address.cp }}\n }\n @if (address.city) {\n {{ address.city }},\n }\n @if (address.locality) {\n {{ address.locality }}<br />\n }\n @if (address.province) {\n {{ address.province }},\n }\n @if (address.country) {\n {{ address.country }}\n }\n </p>\n }\n @if (advantages?.length) {\n <ul class=\"mt--30\">\n @for (adv of advantages; track $index) {\n <li>\n <span class=\"info--icon\"\n ><i\n class=\"icon--svg\"\n [ngClass]=\"adv.icon\"\n ></i\n ></span>\n <p class=\"text\">{{ adv.text }}</p>\n </li>\n }\n </ul>\n }\n </div>\n @if (address?.email && address?.phone) {\n <div class=\"footer-contact--foot\">\n <p>\n <a\n [attr.aria-label]=\"address?.email\"\n [href]=\"'mailto:' + address?.email\"\n linkType=\"external\"\n >{{ address?.email }}</a\n >\n </p>\n <p>\n <a\n [attr.aria-label]=\"address?.phone\"\n [href]=\"'tel:' + (address?.phone | cleanPhone)\"\n linkType=\"external\"\n >{{ address?.phone }}</a\n >\n </p>\n </div>\n } @else {\n @if (links) {\n <div class=\"footer-contact--foot\">\n @for (link of links; track $index) {\n <p>\n <a\n [attr.aria-label]=\"link?.label\"\n [href]=\"link?.url\"\n [linkType]=\"link?.linkType\"\n [innerHTML]=\"link?.label\"\n ></a>\n </p>\n }\n </div>\n }\n }\n </div>\n <div class=\"footer-contact--photo\">\n @if (extraTxt) {\n <span class=\"footer-contact--tag\">{{ extraTxt }}</span>\n }\n @if (img) {\n <img\n [src]=\"img.src\"\n [alt]=\"img.alt\"\n class=\" \"\n loading=\"lazy\"\n />\n }\n @if (button) {\n <div class=\"footer-contact--btns\">\n <a\n [attr.aria-label]=\"button.label\"\n class=\"btn btn_call btn--light\"\n [href]=\"button.url\"\n [linkType]=\"button.linkType\"\n >\n <b>{{ button.label }}</b>\n </a>\n </div>\n }\n </div>\n </div>\n </div>\n</section>\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__footer-contact{background-color:var(--cl_footer-bg-bottom);padding-top:1rem}@media (min-width: 1280px){.babylon__footer-contact{padding-top:4rem}}.footer-contact--module{display:flex;align-items:stretch;justify-content:space-between;background:#fff;flex-direction:column}@media (min-width: 768px){.footer-contact--module{flex-direction:row}}.footer-contact--photo{width:100%;position:relative}.footer-contact--photo img{object-fit:cover;height:100%}@media (min-width: 768px){.footer-contact--photo{width:50%}}.footer-contact--info{width:100%;position:relative;padding-block:30px;padding-inline:30px;display:flex;flex-direction:column}@media (min-width: 768px){.footer-contact--info{width:50%}}@media (min-width: 1025px){.footer-contact--info{padding-block:60px;padding-inline:100px}}.footer-contact--tag{position:absolute;top:0;left:0;width:100%;text-transform:uppercase;letter-spacing:1px;color:var(--cl_title-light);padding:30px 20px;text-align:center}.footer-contact--btns{position:absolute;bottom:40px;left:50%;transform:translate(-50%)}.footer-contact--head{text-align:center}@media (min-width: 768px){.footer-contact--head{max-width:400px;text-align:left}}.footer-contact--head ul li{display:flex;align-items:center;justify-content:flex-start;gap:10px}.footer-contact--head ul li .text{margin:0}.footer-contact--foot{text-align:center}.footer-contact--foot p{margin-bottom:.5rem}@media (min-width: 768px){.footer-contact--foot{margin-top:auto;text-align:left}}@media (min-width: 1025px){.footer-contact--foot{bottom:40px}}a{cursor:pointer}\n"] }]
14
+ }], propDecorators: { title: [{
15
+ type: Input
16
+ }], text: [{
17
+ type: Input
18
+ }], advantages: [{
19
+ type: Input
20
+ }], links: [{
21
+ type: Input
22
+ }], button: [{
23
+ type: Input
24
+ }], extraTxt: [{
25
+ type: Input
26
+ }], img: [{
27
+ type: Input
28
+ }], address: [{
29
+ type: Input
30
+ }] } });
31
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYmFieWxvbi1mb290ZXItY29udGFjdC5jb21wb25lbnQuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9iYWJ5bG9uL3NyYy9saWIvY29tcG9uZW50cy9jb3JlL2JhYnlsb24tZm9vdGVyLWNvbnRhY3QvYmFieWxvbi1mb290ZXItY29udGFjdC5jb21wb25lbnQudHMiLCIuLi8uLi8uLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9iYWJ5bG9uL3NyYy9saWIvY29tcG9uZW50cy9jb3JlL2JhYnlsb24tZm9vdGVyLWNvbnRhY3QvYmFieWxvbi1mb290ZXItY29udGFjdC5jb21wb25lbnQuaHRtbCJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQ0gsdUJBQXVCLEVBQ3ZCLFNBQVMsRUFDVCxLQUFLLEdBRVIsTUFBTSxlQUFlLENBQUM7QUFHdkIsT0FBTyxFQUFFLFlBQVksRUFBRSxNQUFNLGlCQUFpQixDQUFDO0FBQy9DLE9BQU8sRUFBRSx3QkFBd0IsRUFBRSxNQUFNLG1EQUFtRCxDQUFDO0FBRTdGLE9BQU8sRUFBRSxxQkFBcUIsRUFBRSxNQUFNLHlDQUF5QyxDQUFDOzs7QUFVaEYsTUFBTSxPQUFPLDZCQUE2QjsrR0FBN0IsNkJBQTZCO21HQUE3Qiw2QkFBNkIsa1BDckIxQyxxekpBaUhBLG80MUJEakdjLFlBQVksNkhBQUUsd0JBQXdCLHdJQUFFLHFCQUFxQjs7NEZBSzlELDZCQUE2QjtrQkFSekMsU0FBUzsrQkFDSSw0QkFBNEIsY0FDMUIsSUFBSSxXQUNQLENBQUMsWUFBWSxFQUFFLHdCQUF3QixFQUFFLHFCQUFxQixDQUFDLG1CQUd2RCx1QkFBdUIsQ0FBQyxNQUFNOzhCQUd0QyxLQUFLO3NCQUFiLEtBQUs7Z0JBQ0csSUFBSTtzQkFBWixLQUFLO2dCQUNHLFVBQVU7c0JBQWxCLEtBQUs7Z0JBQ0csS0FBSztzQkFBYixLQUFLO2dCQUNHLE1BQU07c0JBQWQsS0FBSztnQkFDRyxRQUFRO3NCQUFoQixLQUFLO2dCQUNHLEdBQUc7c0JBQVgsS0FBSztnQkFDRyxPQUFPO3NCQUFmLEtBQUsiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQge1xuICAgIENoYW5nZURldGVjdGlvblN0cmF0ZWd5LFxuICAgIENvbXBvbmVudCxcbiAgICBJbnB1dCxcbiAgICBlZmZlY3QsXG59IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xuaW1wb3J0IHsgQmFieWxvbkJ1dHRvbkkgfSBmcm9tICcuLi8uLi8uLi9pbnRlcmZhY2VzL2JhYnlsb24tYnV0dG9uLmludGVyZmFjZSc7XG5pbXBvcnQgeyBCYWJ5bG9uSW1hZ2VJIH0gZnJvbSAnLi4vLi4vLi4vaW50ZXJmYWNlcy9iYWJ5bG9uLWltYWdlLmludGVyZmFjZSc7XG5pbXBvcnQgeyBDb21tb25Nb2R1bGUgfSBmcm9tICdAYW5ndWxhci9jb21tb24nO1xuaW1wb3J0IHsgQmFieWxvbkxpbmtUeXBlRGlyZWN0aXZlIH0gZnJvbSAnLi4vLi4vLi4vZGlyZWN0aXZlcy9saW5rLXR5cGUvbGluay10eXBlLmRpcmVjdGl2ZSc7XG5pbXBvcnQgeyBCYWJ5bG9uQWR2SW5mb0kgfSBmcm9tICcuLi9iYWJ5bG9uLWFkdmFudGFnZXMvYmFieWxvbi1hZHZhbnRhZ2VzLWluZm8uaW50ZXJmYWNlJztcbmltcG9ydCB7IEJhYnlsb25DbGVhblBob25lUGlwZSB9IGZyb20gJy4uLy4uLy4uL3BpcGVzL2JhYnlsb24tY2xlYW4tcGhvbmUucGlwZSc7XG5cbkBDb21wb25lbnQoe1xuICAgIHNlbGVjdG9yOiAnbGliLWJhYnlsb24tZm9vdGVyLWNvbnRhY3QnLFxuICAgIHN0YW5kYWxvbmU6IHRydWUsXG4gICAgaW1wb3J0czogW0NvbW1vbk1vZHVsZSwgQmFieWxvbkxpbmtUeXBlRGlyZWN0aXZlLCBCYWJ5bG9uQ2xlYW5QaG9uZVBpcGVdLFxuICAgIHRlbXBsYXRlVXJsOiAnLi9iYWJ5bG9uLWZvb3Rlci1jb250YWN0LmNvbXBvbmVudC5odG1sJyxcbiAgICBzdHlsZVVybDogJy4vYmFieWxvbi1mb290ZXItY29udGFjdC5jb21wb25lbnQuc2NzcycsXG4gICAgY2hhbmdlRGV0ZWN0aW9uOiBDaGFuZ2VEZXRlY3Rpb25TdHJhdGVneS5PblB1c2gsXG59KVxuZXhwb3J0IGNsYXNzIEJhYnlsb25Gb290ZXJDb250YWN0Q29tcG9uZW50IHtcbiAgICBASW5wdXQoKSB0aXRsZT86IHN0cmluZztcbiAgICBASW5wdXQoKSB0ZXh0Pzogc3RyaW5nO1xuICAgIEBJbnB1dCgpIGFkdmFudGFnZXM/OiBCYWJ5bG9uQWR2SW5mb0lbXTtcbiAgICBASW5wdXQoKSBsaW5rcz86IEJhYnlsb25CdXR0b25JW107XG4gICAgQElucHV0KCkgYnV0dG9uPzogQmFieWxvbkJ1dHRvbkk7XG4gICAgQElucHV0KCkgZXh0cmFUeHQ/OiBzdHJpbmc7XG4gICAgQElucHV0KCkgaW1nPzogQmFieWxvbkltYWdlSTtcbiAgICBASW5wdXQoKSBhZGRyZXNzPzogQmFieWxvbkZvb3RlckNvbnRhY3RBZGRyZXNzSXRlbUk7XG59XG5cbmV4cG9ydCBpbnRlcmZhY2UgQmFieWxvbkZvb3RlckNvbnRhY3RBZGRyZXNzSXRlbUkge1xuICAgIGFkZHJlc3M/OiBzdHJpbmc7XG4gICAgY2l0eT86IHN0cmluZztcbiAgICBwcm92aW5jZT86IHN0cmluZztcbiAgICBjb3VudHJ5Pzogc3RyaW5nO1xuICAgIGNwPzogc3RyaW5nO1xuICAgIGxvY2FsaXR5Pzogc3RyaW5nO1xuICAgIHBob25lPzogc3RyaW5nO1xuICAgIGVtYWlsPzogc3RyaW5nO1xuICAgIGxhdD86IHN0cmluZztcbiAgICBsb24/OiBzdHJpbmc7XG59XG4iLCI8c2VjdGlvbiBjbGFzcz1cImJhYnlsb25fX2Zvb3Rlci1jb250YWN0IG1hcmdpbi1tYWluMVwiPlxuICAgIDxkaXYgY2xhc3M9XCJjb250YWluZXItZmx1aWQgY3NfcGxyXzEwMFwiPlxuICAgICAgICA8ZGl2IGNsYXNzPVwiZm9vdGVyLWNvbnRhY3QtLW1vZHVsZVwiPlxuICAgICAgICAgICAgPGRpdiBjbGFzcz1cImZvb3Rlci1jb250YWN0LS1pbmZvXCI+XG4gICAgICAgICAgICAgICAgPGRpdiBjbGFzcz1cImZvb3Rlci1jb250YWN0LS1oZWFkXCI+XG4gICAgICAgICAgICAgICAgICAgIEBpZiAodGl0bGUpIHtcbiAgICAgICAgICAgICAgICAgICAgICAgIDxoMiBjbGFzcz1cInRpdGxlLS1zbWFsbCBtYi0tMzBcIj57eyB0aXRsZSB9fTwvaDI+XG4gICAgICAgICAgICAgICAgICAgIH1cbiAgICAgICAgICAgICAgICAgICAgQGlmICh0ZXh0KSB7XG4gICAgICAgICAgICAgICAgICAgICAgICA8cCBjbGFzcz1cInRleHRcIj57eyB0ZXh0IH19PC9wPlxuICAgICAgICAgICAgICAgICAgICB9XG4gICAgICAgICAgICAgICAgICAgIEBpZiAoYWRkcmVzcykge1xuICAgICAgICAgICAgICAgICAgICAgICAgPHAgY2xhc3M9XCJ0ZXh0XCI+XG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgQGlmIChhZGRyZXNzLmFkZHJlc3MpIHtcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAge3sgYWRkcmVzcy5hZGRyZXNzIH19PGJyIC8+XG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgfVxuICAgICAgICAgICAgICAgICAgICAgICAgICAgIEBpZiAoYWRkcmVzcy5jcCkge1xuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICB7eyBhZGRyZXNzLmNwIH19XG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgfVxuICAgICAgICAgICAgICAgICAgICAgICAgICAgIEBpZiAoYWRkcmVzcy5jaXR5KSB7XG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIHt7IGFkZHJlc3MuY2l0eSB9fSxcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICB9XG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgQGlmIChhZGRyZXNzLmxvY2FsaXR5KSB7XG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIHt7IGFkZHJlc3MubG9jYWxpdHkgfX08YnIgLz5cbiAgICAgICAgICAgICAgICAgICAgICAgICAgICB9XG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgQGlmIChhZGRyZXNzLnByb3ZpbmNlKSB7XG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIHt7IGFkZHJlc3MucHJvdmluY2UgfX0sXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgfVxuICAgICAgICAgICAgICAgICAgICAgICAgICAgIEBpZiAoYWRkcmVzcy5jb3VudHJ5KSB7XG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIHt7IGFkZHJlc3MuY291bnRyeSB9fVxuICAgICAgICAgICAgICAgICAgICAgICAgICAgIH1cbiAgICAgICAgICAgICAgICAgICAgICAgIDwvcD5cbiAgICAgICAgICAgICAgICAgICAgfVxuICAgICAgICAgICAgICAgICAgICBAaWYgKGFkdmFudGFnZXM/Lmxlbmd0aCkge1xuICAgICAgICAgICAgICAgICAgICAgICAgPHVsIGNsYXNzPVwibXQtLTMwXCI+XG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgQGZvciAoYWR2IG9mIGFkdmFudGFnZXM7IHRyYWNrICRpbmRleCkge1xuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICA8bGk+XG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICA8c3BhbiBjbGFzcz1cImluZm8tLWljb25cIlxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgID48aVxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICBjbGFzcz1cImljb24tLXN2Z1wiXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIFtuZ0NsYXNzXT1cImFkdi5pY29uXCJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICA+PC9pXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICA+PC9zcGFuPlxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgPHAgY2xhc3M9XCJ0ZXh0XCI+e3sgYWR2LnRleHQgfX08L3A+XG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIDwvbGk+XG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgfVxuICAgICAgICAgICAgICAgICAgICAgICAgPC91bD5cbiAgICAgICAgICAgICAgICAgICAgfVxuICAgICAgICAgICAgICAgIDwvZGl2PlxuICAgICAgICAgICAgICAgIEBpZiAoYWRkcmVzcz8uZW1haWwgJiYgYWRkcmVzcz8ucGhvbmUpIHtcbiAgICAgICAgICAgICAgICAgICAgPGRpdiBjbGFzcz1cImZvb3Rlci1jb250YWN0LS1mb290XCI+XG4gICAgICAgICAgICAgICAgICAgICAgICA8cD5cbiAgICAgICAgICAgICAgICAgICAgICAgICAgICA8YVxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICBbYXR0ci5hcmlhLWxhYmVsXT1cImFkZHJlc3M/LmVtYWlsXCJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgW2hyZWZdPVwiJ21haWx0bzonICsgYWRkcmVzcz8uZW1haWxcIlxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICBsaW5rVHlwZT1cImV4dGVybmFsXCJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgPnt7IGFkZHJlc3M/LmVtYWlsIH19PC9hXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgPlxuICAgICAgICAgICAgICAgICAgICAgICAgPC9wPlxuICAgICAgICAgICAgICAgICAgICAgICAgPHA+XG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgPGFcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgW2F0dHIuYXJpYS1sYWJlbF09XCJhZGRyZXNzPy5waG9uZVwiXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIFtocmVmXT1cIid0ZWw6JyArIChhZGRyZXNzPy5waG9uZSB8IGNsZWFuUGhvbmUpXCJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgbGlua1R5cGU9XCJleHRlcm5hbFwiXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgID57eyBhZGRyZXNzPy5waG9uZSB9fTwvYVxuICAgICAgICAgICAgICAgICAgICAgICAgICAgID5cbiAgICAgICAgICAgICAgICAgICAgICAgIDwvcD5cbiAgICAgICAgICAgICAgICAgICAgPC9kaXY+XG4gICAgICAgICAgICAgICAgfSBAZWxzZSB7XG4gICAgICAgICAgICAgICAgICAgIEBpZiAobGlua3MpIHtcbiAgICAgICAgICAgICAgICAgICAgICAgIDxkaXYgY2xhc3M9XCJmb290ZXItY29udGFjdC0tZm9vdFwiPlxuICAgICAgICAgICAgICAgICAgICAgICAgICAgIEBmb3IgKGxpbmsgb2YgbGlua3M7IHRyYWNrICRpbmRleCkge1xuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICA8cD5cbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIDxhXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgW2F0dHIuYXJpYS1sYWJlbF09XCJsaW5rPy5sYWJlbFwiXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgW2hyZWZdPVwibGluaz8udXJsXCJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICBbbGlua1R5cGVdPVwibGluaz8ubGlua1R5cGVcIlxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIFtpbm5lckhUTUxdPVwibGluaz8ubGFiZWxcIlxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgPjwvYT5cbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgPC9wPlxuICAgICAgICAgICAgICAgICAgICAgICAgICAgIH1cbiAgICAgICAgICAgICAgICAgICAgICAgIDwvZGl2PlxuICAgICAgICAgICAgICAgICAgICB9XG4gICAgICAgICAgICAgICAgfVxuICAgICAgICAgICAgPC9kaXY+XG4gICAgICAgICAgICA8ZGl2IGNsYXNzPVwiZm9vdGVyLWNvbnRhY3QtLXBob3RvXCI+XG4gICAgICAgICAgICAgICAgQGlmIChleHRyYVR4dCkge1xuICAgICAgICAgICAgICAgICAgICA8c3BhbiBjbGFzcz1cImZvb3Rlci1jb250YWN0LS10YWdcIj57eyBleHRyYVR4dCB9fTwvc3Bhbj5cbiAgICAgICAgICAgICAgICB9XG4gICAgICAgICAgICAgICAgQGlmIChpbWcpIHtcbiAgICAgICAgICAgICAgICAgICAgPGltZ1xuICAgICAgICAgICAgICAgICAgICAgICAgW3NyY109XCJpbWcuc3JjXCJcbiAgICAgICAgICAgICAgICAgICAgICAgIFthbHRdPVwiaW1nLmFsdFwiXG4gICAgICAgICAgICAgICAgICAgICAgICBjbGFzcz1cIiBcIlxuICAgICAgICAgICAgICAgICAgICAgICAgbG9hZGluZz1cImxhenlcIlxuICAgICAgICAgICAgICAgICAgICAvPlxuICAgICAgICAgICAgICAgIH1cbiAgICAgICAgICAgICAgICBAaWYgKGJ1dHRvbikge1xuICAgICAgICAgICAgICAgICAgICA8ZGl2IGNsYXNzPVwiZm9vdGVyLWNvbnRhY3QtLWJ0bnNcIj5cbiAgICAgICAgICAgICAgICAgICAgICAgIDxhXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgW2F0dHIuYXJpYS1sYWJlbF09XCJidXR0b24ubGFiZWxcIlxuICAgICAgICAgICAgICAgICAgICAgICAgICAgIGNsYXNzPVwiYnRuIGJ0bl9jYWxsIGJ0bi0tbGlnaHRcIlxuICAgICAgICAgICAgICAgICAgICAgICAgICAgIFtocmVmXT1cImJ1dHRvbi51cmxcIlxuICAgICAgICAgICAgICAgICAgICAgICAgICAgIFtsaW5rVHlwZV09XCJidXR0b24ubGlua1R5cGVcIlxuICAgICAgICAgICAgICAgICAgICAgICAgPlxuICAgICAgICAgICAgICAgICAgICAgICAgICAgIDxiPnt7IGJ1dHRvbi5sYWJlbCB9fTwvYj5cbiAgICAgICAgICAgICAgICAgICAgICAgIDwvYT5cbiAgICAgICAgICAgICAgICAgICAgPC9kaXY+XG4gICAgICAgICAgICAgICAgfVxuICAgICAgICAgICAgPC9kaXY+XG4gICAgICAgIDwvZGl2PlxuICAgIDwvZGl2PlxuPC9zZWN0aW9uPlxuIl19
@@ -0,0 +1,2 @@
1
+ export {};
2
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYmFieWxvbi1mb290ZXItY29udGFjdC5pbnRlcmZhY2UuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9iYWJ5bG9uL3NyYy9saWIvY29tcG9uZW50cy9jb3JlL2JhYnlsb24tZm9vdGVyLWNvbnRhY3QvYmFieWxvbi1mb290ZXItY29udGFjdC5pbnRlcmZhY2UudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IiIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IEJhYnlsb25CdXR0b25JIH0gZnJvbSAnLi4vLi4vLi4vaW50ZXJmYWNlcy9iYWJ5bG9uLWJ1dHRvbi5pbnRlcmZhY2UnO1xuaW1wb3J0IHsgQmFieWxvbkltYWdlSSB9IGZyb20gJy4uLy4uLy4uL2ludGVyZmFjZXMvYmFieWxvbi1pbWFnZS5pbnRlcmZhY2UnO1xuaW1wb3J0IHsgQmFieWxvbkFkdkluZm9JIH0gZnJvbSAnLi4vYmFieWxvbi1hZHZhbnRhZ2VzJztcbmltcG9ydCB7IEJhYnlsb25Gb290ZXJDb250YWN0QWRkcmVzc0l0ZW1JIH0gZnJvbSAnLi9iYWJ5bG9uLWZvb3Rlci1jb250YWN0LmNvbXBvbmVudCc7XG5cbmV4cG9ydCBpbnRlcmZhY2UgQmFieWxvbkZvb3RlckNvbnRhY3RJIHtcbiAgICB0aXRsZT86IHN0cmluZztcbiAgICB0ZXh0Pzogc3RyaW5nO1xuICAgIGFkdmFudGFnZXM/OiBCYWJ5bG9uQWR2SW5mb0lbXTtcbiAgICBsaW5rcz86IEJhYnlsb25CdXR0b25JW107XG4gICAgYnV0dG9uPzogQmFieWxvbkJ1dHRvbkk7XG4gICAgZXh0cmFUeHQ/OiBzdHJpbmc7XG4gICAgaW1nPzogQmFieWxvbkltYWdlSTtcbiAgICBhZGRyZXNzPzogQmFieWxvbkZvb3RlckNvbnRhY3RBZGRyZXNzSXRlbUk7XG59XG4iXX0=
@@ -0,0 +1,3 @@
1
+ export * from './babylon-footer-contact.component';
2
+ export * from './babylon-footer-contact.interface';
3
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5kZXguanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9iYWJ5bG9uL3NyYy9saWIvY29tcG9uZW50cy9jb3JlL2JhYnlsb24tZm9vdGVyLWNvbnRhY3QvaW5kZXgudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsY0FBYyxvQ0FBb0MsQ0FBQztBQUNuRCxjQUFjLG9DQUFvQyxDQUFDIiwic291cmNlc0NvbnRlbnQiOlsiZXhwb3J0ICogZnJvbSAnLi9iYWJ5bG9uLWZvb3Rlci1jb250YWN0LmNvbXBvbmVudCc7XG5leHBvcnQgKiBmcm9tICcuL2JhYnlsb24tZm9vdGVyLWNvbnRhY3QuaW50ZXJmYWNlJztcbiJdfQ==