ctt-babylon 0.9.17 → 0.9.18

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 (844) 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 +19 -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-container-text-l2/babylon-container-text-l2.component.mjs +5 -3
  56. package/esm2022/lib/components/core/babylon-container-text-l2/index.mjs +2 -0
  57. package/esm2022/lib/components/core/babylon-engine/babylon-engine.component.mjs +246 -22
  58. package/esm2022/lib/components/core/babylon-engine/babylon-engine.interface.mjs +2 -0
  59. package/esm2022/lib/components/core/babylon-engine/index.mjs +3 -0
  60. package/esm2022/lib/components/core/babylon-engine-modal/babylon-engine-modal.component.mjs +225 -33
  61. package/esm2022/lib/components/core/babylon-engine-modal/babylon-engine-modal.interface.mjs +2 -0
  62. package/esm2022/lib/components/core/babylon-engine-modal/index.mjs +3 -0
  63. package/esm2022/lib/components/core/babylon-external-script/babylon-external-script.component.mjs +80 -0
  64. package/esm2022/lib/components/core/babylon-external-script/babylon-external-script.interface.mjs +2 -0
  65. package/esm2022/lib/components/core/babylon-external-script/index.mjs +3 -0
  66. package/esm2022/lib/components/core/babylon-faq/babylon-faq.component.mjs +38 -5
  67. package/esm2022/lib/components/core/babylon-faq/babylon-faq.interface.mjs +2 -0
  68. package/esm2022/lib/components/core/babylon-faq/index.mjs +3 -0
  69. package/esm2022/lib/components/core/babylon-faq-v2/babylon-faq-v2.component.mjs +18 -5
  70. package/esm2022/lib/components/core/babylon-faq-v2/index.mjs +2 -0
  71. package/esm2022/lib/components/core/babylon-feature-pills-number/babylon-feature-pills-number.component.mjs +9 -5
  72. package/esm2022/lib/components/core/babylon-feature-pills-number/index.mjs +2 -0
  73. package/esm2022/lib/components/core/babylon-features-slider/babylon-features-slider.component.mjs +28 -6
  74. package/esm2022/lib/components/core/babylon-features-slider/babylon-features-slider.interface.mjs +2 -0
  75. package/esm2022/lib/components/core/babylon-features-slider/index.mjs +3 -0
  76. package/esm2022/lib/components/core/babylon-filter-modal/babylon-filter-modal.component.mjs +16 -6
  77. package/esm2022/lib/components/core/babylon-filter-modal/index.mjs +2 -0
  78. package/esm2022/lib/components/core/babylon-floating-buttons/babylon-floating-buttons.component.mjs +121 -0
  79. package/esm2022/lib/components/core/babylon-floating-buttons/babylon-floating-buttons.interface.mjs +2 -0
  80. package/esm2022/lib/components/core/babylon-floating-buttons/index.mjs +3 -0
  81. package/esm2022/lib/components/core/babylon-footer-contact/babylon-footer-contact.component.mjs +25 -5
  82. package/esm2022/lib/components/core/babylon-footer-contact/babylon-footer-contact.interface.mjs +2 -0
  83. package/esm2022/lib/components/core/babylon-footer-contact/index.mjs +3 -0
  84. package/esm2022/lib/components/core/babylon-footer-links/babylon-footer-links.component.mjs +13 -5
  85. package/esm2022/lib/components/core/babylon-footer-links/babylon-footer-links.interface.mjs +2 -0
  86. package/esm2022/lib/components/core/babylon-footer-links/index.mjs +3 -0
  87. package/esm2022/lib/components/core/babylon-footer-logos/babylon-footer-logos.component.mjs +23 -5
  88. package/esm2022/lib/components/core/babylon-footer-logos/babylon-footer-logos.interface.mjs +2 -0
  89. package/esm2022/lib/components/core/babylon-footer-logos/index.mjs +3 -0
  90. package/esm2022/lib/components/core/babylon-footer-social/babylon-footer-social.component.mjs +14 -5
  91. package/esm2022/lib/components/core/babylon-footer-social/babylon-footer-social.interface.mjs +3 -0
  92. package/esm2022/lib/components/core/babylon-footer-social/index.mjs +3 -0
  93. package/esm2022/lib/components/core/babylon-gallery/babylon-gallery.component.mjs +72 -23
  94. package/esm2022/lib/components/core/babylon-gallery/babylon-gallery.interface.mjs +2 -0
  95. package/esm2022/lib/components/core/babylon-gallery/index.mjs +3 -0
  96. package/esm2022/lib/components/core/babylon-global-modal/babylon-global-modal.component.mjs +38 -0
  97. package/esm2022/lib/components/core/babylon-global-modal/babylon-global-modal.interface.mjs +2 -0
  98. package/esm2022/lib/components/core/babylon-global-modal/index.mjs +3 -0
  99. package/esm2022/lib/components/core/babylon-grid-gallery/babylon-grid-gallery.component.mjs +42 -6
  100. package/esm2022/lib/components/core/babylon-grid-gallery/babylon-grid-gallery.interface.mjs +2 -0
  101. package/esm2022/lib/components/core/babylon-grid-gallery/index.mjs +3 -0
  102. package/esm2022/lib/components/core/babylon-guests-popup/babylon-guests-popup.component.mjs +91 -7
  103. package/esm2022/lib/components/core/babylon-guests-popup/babylon-guests-popup.interface.mjs +2 -0
  104. package/esm2022/lib/components/core/babylon-guests-popup/index.mjs +3 -0
  105. package/esm2022/lib/components/core/babylon-head-intro/babylon-head-intro.component.mjs +24 -5
  106. package/esm2022/lib/components/core/babylon-head-intro/babylon-head-intro.interface.mjs +2 -0
  107. package/esm2022/lib/components/core/babylon-head-intro/index.mjs +3 -0
  108. package/esm2022/lib/components/core/babylon-header-book-show/babylon-header-book-show.component.mjs +114 -52
  109. package/esm2022/lib/components/core/babylon-header-book-show/babylon-header-book-show.interface.mjs +2 -0
  110. package/esm2022/lib/components/core/babylon-header-book-show/index.mjs +3 -0
  111. package/esm2022/lib/components/core/babylon-header-clear/babylon-header-clear.component.mjs +143 -53
  112. package/esm2022/lib/components/core/babylon-header-clear/babylon-header-clear.interface.mjs +2 -0
  113. package/esm2022/lib/components/core/babylon-header-clear/index.mjs +3 -0
  114. package/esm2022/lib/components/core/babylon-header-menu-center/babylon-header-menu-center.component.mjs +148 -52
  115. package/esm2022/lib/components/core/babylon-header-menu-center/babylon-header-menu-center.interface.mjs +2 -0
  116. package/esm2022/lib/components/core/babylon-header-menu-center/index.mjs +3 -0
  117. package/esm2022/lib/components/core/babylon-header-menu-logo-center/babylon-header-menu-logo-center.component.mjs +122 -0
  118. package/esm2022/lib/components/core/babylon-header-menu-logo-center/babylon-header-menu-logo-center.interface.mjs +2 -0
  119. package/esm2022/lib/components/core/babylon-header-menu-logo-center/index.mjs +3 -0
  120. package/esm2022/lib/components/core/babylon-header-menu-show/babylon-header-menu-show.component.mjs +92 -52
  121. package/esm2022/lib/components/core/babylon-header-menu-show/babylon-header-menu-show.interface.mjs +2 -0
  122. package/esm2022/lib/components/core/babylon-header-menu-show/index.mjs +3 -0
  123. package/esm2022/lib/components/core/babylon-header-mobile/babylon-header-mobile.component.mjs +156 -0
  124. package/esm2022/lib/components/core/babylon-header-mobile/babylon-header-mobile.interface.mjs +2 -0
  125. package/esm2022/lib/components/core/babylon-header-mobile/index.mjs +3 -0
  126. package/esm2022/lib/components/core/babylon-hotels-list/babylon-hotel.interface.mjs +2 -0
  127. package/esm2022/lib/components/core/babylon-hotels-list/babylon-hotels-list.component.mjs +12 -5
  128. package/esm2022/lib/components/core/babylon-hotels-list/babylon-hotels-list.interface.mjs +2 -0
  129. package/esm2022/lib/components/core/babylon-hotels-list/index.mjs +4 -0
  130. package/esm2022/lib/components/core/babylon-hotels-slider/babylon-hotels-slider.component.mjs +19 -6
  131. package/esm2022/lib/components/core/babylon-hotels-slider/babylon-hotels-slider.interface.mjs +2 -0
  132. package/esm2022/lib/components/core/babylon-hotels-slider/index.mjs +3 -0
  133. package/esm2022/lib/components/core/babylon-info-big/babylon-info-big.component.mjs +19 -5
  134. package/esm2022/lib/components/core/babylon-info-big/babylon-info-big.interface.mjs +2 -0
  135. package/esm2022/lib/components/core/babylon-info-big/index.mjs +3 -0
  136. package/esm2022/lib/components/core/babylon-info-big-v3/babylon-info-big-v3.component.mjs +9 -5
  137. package/esm2022/lib/components/core/babylon-info-big-v3/index.mjs +2 -0
  138. package/esm2022/lib/components/core/babylon-info-grid/babylon-info-grid.component.mjs +31 -7
  139. package/esm2022/lib/components/core/babylon-info-grid/babylon-info-grid.interface.mjs +3 -0
  140. package/esm2022/lib/components/core/babylon-info-grid/index.mjs +3 -0
  141. package/esm2022/lib/components/core/babylon-info-img/babylon-info-img.component.mjs +95 -5
  142. package/esm2022/lib/components/core/babylon-info-img/babylon-info-img.interface.mjs +2 -0
  143. package/esm2022/lib/components/core/babylon-info-img/index.mjs +3 -0
  144. package/esm2022/lib/components/core/babylon-info-img-slider/babylon-info-img-slider.component.mjs +56 -0
  145. package/esm2022/lib/components/core/babylon-info-img-slider/babylon-info-img-slider.interface.mjs +2 -0
  146. package/esm2022/lib/components/core/babylon-info-img-slider/index.mjs +3 -0
  147. package/esm2022/lib/components/core/babylon-info-intro/babylon-info-intro.component.mjs +62 -5
  148. package/esm2022/lib/components/core/babylon-info-intro/babylon-info-intro.interface.mjs +2 -0
  149. package/esm2022/lib/components/core/babylon-info-intro/index.mjs +3 -0
  150. package/esm2022/lib/components/core/babylon-info-show-img/babylon-info-show-img.component.mjs +7 -5
  151. package/esm2022/lib/components/core/babylon-info-show-img/index.mjs +2 -0
  152. package/esm2022/lib/components/core/babylon-info-zig-zag/babylon-info-zig-zag.component.mjs +31 -5
  153. package/esm2022/lib/components/core/babylon-info-zig-zag/babylon-info-zig-zag.interface.mjs +2 -0
  154. package/esm2022/lib/components/core/babylon-info-zig-zag/index.mjs +3 -0
  155. package/esm2022/lib/components/core/babylon-info-zig-zag-counter/babylon-info-zig-zag-counter.component.mjs +92 -0
  156. package/esm2022/lib/components/core/babylon-info-zig-zag-counter/babylon-info-zig-zag-counter.interface.mjs +2 -0
  157. package/esm2022/lib/components/core/babylon-info-zig-zag-counter/index.mjs +3 -0
  158. package/esm2022/lib/components/core/babylon-info-zigzag-v2/babylon-info-zigzag-v2.component.mjs +19 -5
  159. package/esm2022/lib/components/core/babylon-info-zigzag-v2/babylon-info-zigzag-v2.interface.mjs +2 -0
  160. package/esm2022/lib/components/core/babylon-info-zigzag-v2/index.mjs +3 -0
  161. package/esm2022/lib/components/core/babylon-info2col-img/babylon-info2col-img.component.mjs +36 -0
  162. package/esm2022/lib/components/core/babylon-info2col-img/babylon-info2col-img.interface.mjs +2 -0
  163. package/esm2022/lib/components/core/babylon-info2col-img/index.mjs +3 -0
  164. package/esm2022/lib/components/core/babylon-info2img/babylon-info2img.component.mjs +30 -5
  165. package/esm2022/lib/components/core/babylon-info2img/babylon-info2img.interface.mjs +2 -0
  166. package/esm2022/lib/components/core/babylon-info2img/index.mjs +3 -0
  167. package/esm2022/lib/components/core/babylon-info2img-big/babylon-info2img-big.component.mjs +38 -5
  168. package/esm2022/lib/components/core/babylon-info2img-big/babylon-info2img-big.interface.mjs +2 -0
  169. package/esm2022/lib/components/core/babylon-info2img-big/index.mjs +3 -0
  170. package/esm2022/lib/components/core/babylon-info3img/babylon-info3img.component.mjs +19 -5
  171. package/esm2022/lib/components/core/babylon-info3img/index.mjs +2 -0
  172. package/esm2022/lib/components/core/babylon-info4img/babylon-info4img.component.mjs +23 -5
  173. package/esm2022/lib/components/core/babylon-info4img/babylon-info4img.interface.mjs +2 -0
  174. package/esm2022/lib/components/core/babylon-info4img/index.mjs +3 -0
  175. package/esm2022/lib/components/core/babylon-items-grid/babylon-items-grid.component.mjs +21 -5
  176. package/esm2022/lib/components/core/babylon-items-grid/babylon-items-grid.interface.mjs +2 -0
  177. package/esm2022/lib/components/core/babylon-items-grid/index.mjs +3 -0
  178. package/esm2022/lib/components/core/babylon-language-modal/babylon-language-modal.component.mjs +13 -7
  179. package/esm2022/lib/components/core/babylon-language-modal/babylon-language-modal.interface.mjs +2 -0
  180. package/esm2022/lib/components/core/babylon-language-modal/index.mjs +3 -0
  181. package/esm2022/lib/components/core/babylon-legal/babylon-legal.component.mjs +19 -5
  182. package/esm2022/lib/components/core/babylon-legal/babylon-legal.interface.mjs +2 -0
  183. package/esm2022/lib/components/core/babylon-legal/index.mjs +3 -0
  184. package/esm2022/lib/components/core/babylon-list-c3-img-txt/babylon-list-c3-img-txt.component.mjs +12 -5
  185. package/esm2022/lib/components/core/babylon-list-c3-img-txt/index.mjs +2 -0
  186. package/esm2022/lib/components/core/babylon-list-grid/babylon-list-grid.component.mjs +15 -5
  187. package/esm2022/lib/components/core/babylon-list-grid/babylon-list-grid.interface.mjs +3 -0
  188. package/esm2022/lib/components/core/babylon-list-grid/index.mjs +3 -0
  189. package/esm2022/lib/components/core/babylon-modal-menu/babylon-modal-menu.component.mjs +139 -0
  190. package/esm2022/lib/components/core/babylon-modal-multiple-motors/babylon-modal-multiple-motors.component.mjs +46 -0
  191. package/esm2022/lib/components/core/babylon-modal-multiple-motors/babylon-modal-multiple-motors.interface.mjs +2 -0
  192. package/esm2022/lib/components/core/babylon-modal-multiple-motors/index.mjs +3 -0
  193. package/esm2022/lib/components/core/babylon-modal-popup/babylon-modal-popup.component.mjs +39 -0
  194. package/esm2022/lib/components/core/babylon-modal-popup/babylon-modal-popup.interface.mjs +2 -0
  195. package/esm2022/lib/components/core/babylon-modal-popup/index.mjs +3 -0
  196. package/esm2022/lib/components/core/babylon-newsletter/babylon-newsletter.component.mjs +52 -9
  197. package/esm2022/lib/components/core/babylon-newsletter/babylon-newsletter.interface.mjs +3 -0
  198. package/esm2022/lib/components/core/babylon-newsletter/index.mjs +3 -0
  199. package/esm2022/lib/components/core/babylon-offer-detail/babylon-offer-detail.component.mjs +37 -5
  200. package/esm2022/lib/components/core/babylon-offer-detail/babylon-offer-detail.interface.mjs +2 -0
  201. package/esm2022/lib/components/core/babylon-offer-detail/index.mjs +3 -0
  202. package/esm2022/lib/components/core/babylon-offer-popup/babylon-offer-popup.component.mjs +34 -11
  203. package/esm2022/lib/components/core/babylon-offer-popup/babylon-offer-popup.interface.mjs +2 -0
  204. package/esm2022/lib/components/core/babylon-offer-popup/index.mjs +3 -0
  205. package/esm2022/lib/components/core/babylon-offer-popupV2/babylon-offer-popup-v2.component.mjs +49 -0
  206. package/esm2022/lib/components/core/babylon-offer-popupV2/babylon-offer-popup-v2.interface.mjs +2 -0
  207. package/esm2022/lib/components/core/babylon-offer-popupV2/index.mjs +3 -0
  208. package/esm2022/lib/components/core/babylon-offer-slider/babylon-offer-slider.component.mjs +20 -5
  209. package/esm2022/lib/components/core/babylon-offer-slider/babylon-offer-slider.interface.mjs +2 -0
  210. package/esm2022/lib/components/core/babylon-offer-slider/babylon-offer.interface.mjs +2 -0
  211. package/esm2022/lib/components/core/babylon-offer-slider/index.mjs +4 -0
  212. package/esm2022/lib/components/core/babylon-offers-list/babylon-offers-list.component.mjs +47 -5
  213. package/esm2022/lib/components/core/babylon-offers-list/babylon-offers-list.interface.mjs +2 -0
  214. package/esm2022/lib/components/core/babylon-offers-list/index.mjs +3 -0
  215. package/esm2022/lib/components/core/babylon-offers-slider/babylon-offers-slider.component.mjs +20 -5
  216. package/esm2022/lib/components/core/babylon-offers-slider/index.mjs +2 -0
  217. package/esm2022/lib/components/core/babylon-preload/babylon-preload.component.mjs +28 -4
  218. package/esm2022/lib/components/core/babylon-preload/index.mjs +2 -0
  219. package/esm2022/lib/components/core/babylon-press-list/babylon-press-list.component.mjs +27 -0
  220. package/esm2022/lib/components/core/babylon-press-list/babylon-press-list.interface.mjs +2 -0
  221. package/esm2022/lib/components/core/babylon-press-list/index.mjs +3 -0
  222. package/esm2022/lib/components/core/babylon-room-details/babylon-room-detail.interface.mjs +2 -0
  223. package/esm2022/lib/components/core/babylon-room-details/babylon-room-details.component.mjs +19 -5
  224. package/esm2022/lib/components/core/babylon-room-details/index.mjs +3 -0
  225. package/esm2022/lib/components/core/babylon-rooms-cols/babylon-rooms-cols.component.mjs +158 -5
  226. package/esm2022/lib/components/core/babylon-rooms-cols/babylon-rooms-cols.interface.mjs +2 -0
  227. package/esm2022/lib/components/core/babylon-rooms-cols/index.mjs +3 -0
  228. package/esm2022/lib/components/core/babylon-rooms-grid/babylon-rooms-grid.component.mjs +19 -6
  229. package/esm2022/lib/components/core/babylon-rooms-grid/babylon-rooms-grid.interface.mjs +2 -0
  230. package/esm2022/lib/components/core/babylon-rooms-grid/index.mjs +3 -0
  231. package/esm2022/lib/components/core/babylon-rooms-list/babylon-rooms-list.component.mjs +32 -6
  232. package/esm2022/lib/components/core/babylon-rooms-list/babylon-rooms-list.interface.mjs +2 -0
  233. package/esm2022/lib/components/core/babylon-rooms-list/index.mjs +3 -0
  234. package/esm2022/lib/components/core/babylon-rooms-slider/babylon-room.interface.mjs +2 -0
  235. package/esm2022/lib/components/core/babylon-rooms-slider/babylon-rooms-slider.component.mjs +25 -5
  236. package/esm2022/lib/components/core/babylon-rooms-slider/babylon-rooms-slider.interface.mjs +2 -0
  237. package/esm2022/lib/components/core/babylon-rooms-slider/babylon-rooms-text-info.interface.mjs +2 -0
  238. package/esm2022/lib/components/core/babylon-rooms-slider/index.mjs +5 -0
  239. package/esm2022/lib/components/core/babylon-services-slider/babylon-service-slider.interface.mjs +2 -0
  240. package/esm2022/lib/components/core/babylon-services-slider/babylon-services-slider.component.mjs +17 -5
  241. package/esm2022/lib/components/core/babylon-services-slider/index.mjs +3 -0
  242. package/esm2022/lib/components/core/babylon-sli-c1-img-text/babylon-sli-c1-img-text.component.mjs +12 -0
  243. package/esm2022/lib/components/core/babylon-sli-c1-img-text/index.mjs +2 -0
  244. package/esm2022/lib/components/core/babylon-sli-c5-img-txt/babylon-sli-c5-img-txt.component.mjs +13 -0
  245. package/esm2022/lib/components/core/babylon-sli-c5-img-txt/index.mjs +2 -0
  246. package/esm2022/lib/components/core/babylon-slider-img-static/babylon-slider-img-static.component.mjs +12 -5
  247. package/esm2022/lib/components/core/babylon-slider-img-static/index.mjs +2 -0
  248. package/esm2022/lib/components/core/babylon-slider-img-static-v2/babylon-slider-img-static-v2.component.mjs +12 -5
  249. package/esm2022/lib/components/core/babylon-slider-img-static-v2/index.mjs +2 -0
  250. package/esm2022/lib/components/core/babylon-slider-img-video/babylon-slider-img-video.component.mjs +24 -4
  251. package/esm2022/lib/components/core/babylon-slider-img-video/index.mjs +2 -0
  252. package/esm2022/lib/components/core/babylon-slider2col/babylon-slider2col.component.mjs +28 -5
  253. package/esm2022/lib/components/core/babylon-slider2col/index.mjs +2 -0
  254. package/esm2022/lib/components/core/babylon-slider2items/babylon-slider2items.component.mjs +15 -5
  255. package/esm2022/lib/components/core/babylon-slider2items/babylon-slider2items.interface.mjs +2 -0
  256. package/esm2022/lib/components/core/babylon-slider2items/index.mjs +3 -0
  257. package/esm2022/lib/components/core/babylon-slider3col/babylon-slider3col.component.mjs +59 -0
  258. package/esm2022/lib/components/core/babylon-slider3col/index.mjs +2 -0
  259. package/esm2022/lib/components/core/babylon-slider3col-clear/babylon-slider3col-clear.component.mjs +11 -0
  260. package/esm2022/lib/components/core/babylon-slider3col-clear/index.mjs +2 -0
  261. package/esm2022/lib/components/core/babylon-slider3items/babylon-slider3items.component.mjs +14 -5
  262. package/esm2022/lib/components/core/babylon-slider3items/babylon-slider3items.interface.mjs +2 -0
  263. package/esm2022/lib/components/core/babylon-slider3items/index.mjs +3 -0
  264. package/esm2022/lib/components/core/babylon-slider4col/babylon-slider4col.component.mjs +37 -5
  265. package/esm2022/lib/components/core/babylon-slider4col/index.mjs +2 -0
  266. package/esm2022/lib/components/core/babylon-social-bar/babylon-social-bar.component.mjs +14 -5
  267. package/esm2022/lib/components/core/babylon-social-bar/index.mjs +2 -0
  268. package/esm2022/lib/components/core/babylon-static-footer/babylon-static-footer.component.mjs +104 -6
  269. package/esm2022/lib/components/core/babylon-static-footer/babylon-static-footer.interface.mjs +2 -0
  270. package/esm2022/lib/components/core/babylon-static-footer/index.mjs +3 -0
  271. package/esm2022/lib/components/core/babylon-static-footer-v2/babylon-static-footer-v2.component.mjs +48 -8
  272. package/esm2022/lib/components/core/babylon-static-footer-v2/babylon-static-footer-v2.interface.mjs +2 -0
  273. package/esm2022/lib/components/core/babylon-static-footer-v2/index.mjs +3 -0
  274. package/esm2022/lib/components/core/babylon-submenu-hotel/babylon-submenu-hotel.component.mjs +35 -5
  275. package/esm2022/lib/components/core/babylon-submenu-hotel/babylon-submenu-hotel.interface.mjs +2 -0
  276. package/esm2022/lib/components/core/babylon-submenu-hotel/index.mjs +3 -0
  277. package/esm2022/lib/components/core/babylon-thanks/babylon-thanks.component.mjs +18 -5
  278. package/esm2022/lib/components/core/babylon-thanks/babylon-thanks.interface.mjs +2 -0
  279. package/esm2022/lib/components/core/babylon-thanks/index.mjs +3 -0
  280. package/esm2022/lib/components/core/babylon-top-simple-banner/babylon-top-simple-banner.component.mjs +12 -6
  281. package/esm2022/lib/components/core/babylon-top-simple-banner/index.mjs +2 -0
  282. package/esm2022/lib/components/core/babylon-top-slider/babylon-top-slider-item.interface.mjs +2 -0
  283. package/esm2022/lib/components/core/babylon-top-slider/babylon-top-slider.component.mjs +187 -5
  284. package/esm2022/lib/components/core/babylon-top-slider/babylon-top-slider.interface.mjs +2 -0
  285. package/esm2022/lib/components/core/babylon-top-slider/index.mjs +4 -0
  286. package/esm2022/lib/components/core/babylon-top-slider-thumbs/babylon-top-slider-thumbs.component.mjs +33 -6
  287. package/esm2022/lib/components/core/babylon-top-slider-thumbs/babylon-top-slider-thumbs.interface.mjs +2 -0
  288. package/esm2022/lib/components/core/babylon-top-slider-thumbs/index.mjs +3 -0
  289. package/esm2022/lib/components/core/babylon-top-slider-v2/babylon-top-slider-v2-item.interface.mjs +2 -0
  290. package/esm2022/lib/components/core/babylon-top-slider-v2/babylon-top-slider-v2.component.mjs +22 -5
  291. package/esm2022/lib/components/core/babylon-top-slider-v2/babylon-top-slider-v2.interface.mjs +2 -0
  292. package/esm2022/lib/components/core/babylon-top-slider-v2/index.mjs +4 -0
  293. package/esm2022/lib/components/core/babylon-top-slider-video/babylon-top-slider-video.component.mjs +194 -5
  294. package/esm2022/lib/components/core/babylon-top-slider-video/babylon-top-slider-video.interface.mjs +2 -0
  295. package/esm2022/lib/components/core/babylon-top-slider-video/babylon-video-source.interface.mjs +2 -0
  296. package/esm2022/lib/components/core/babylon-top-slider-video/index.mjs +4 -0
  297. package/esm2022/lib/components/core/babylon-top-slider-video-v2/babylon-top-slider-video-v2.component.mjs +7 -5
  298. package/esm2022/lib/components/core/babylon-top-slider-video-v2/index.mjs +2 -0
  299. package/esm2022/lib/components/core/babylon-webmap/babylon-webmap.component.mjs +23 -5
  300. package/esm2022/lib/components/core/babylon-webmap/babylon-webmap.interface.mjs +2 -0
  301. package/esm2022/lib/components/core/babylon-webmap/index.mjs +3 -0
  302. package/esm2022/lib/components/core/index.mjs +104 -0
  303. package/esm2022/lib/components/shared/babylon-dynamic-heading/babylon-dynamic-heading.component.mjs +130 -0
  304. package/esm2022/lib/components/shared/babylon-dynamic-heading/babylon-dynamic-heading.interface.mjs +2 -0
  305. package/esm2022/lib/components/shared/babylon-dynamic-heading/index.mjs +3 -0
  306. package/esm2022/lib/components/shared/babylon-search/babylon-search.component.mjs +82 -0
  307. package/esm2022/lib/components/shared/babylon-search/index.mjs +2 -0
  308. package/esm2022/lib/components/shared/index.mjs +2 -0
  309. package/esm2022/lib/directives/babylon-background-strip/babylon-background-strip.directive.mjs +71 -0
  310. package/esm2022/lib/directives/babylon-customs/babylon-custom-mouse-pointer.directive.mjs +52 -0
  311. package/esm2022/lib/directives/babylon-galleries/babylon-light-gallery.directive.mjs +107 -0
  312. package/esm2022/lib/directives/babylon-hobble-effect/babylon-hobble-effect.directive.mjs +60 -0
  313. package/esm2022/lib/directives/babylon-pagination/babylon-pagination.directive.mjs +127 -0
  314. package/esm2022/lib/directives/babylon-sliders/babylon-custom-slider.directive.mjs +62 -0
  315. package/esm2022/lib/directives/babylon-sliders/babylon-hotels-slider.directive.mjs +107 -0
  316. package/esm2022/lib/directives/babylon-sliders/babylon-sliders.directive.mjs +438 -0
  317. package/esm2022/lib/directives/babylon-sliders/babylon-swiper-slider.directive.mjs +107 -0
  318. package/esm2022/lib/directives/babylon-sliders/babylon-swiper.directive.mjs +125 -0
  319. package/esm2022/lib/directives/data-background/data-background.directive.mjs +32 -0
  320. package/esm2022/lib/directives/link-type/link-type.directive.mjs +288 -0
  321. package/esm2022/lib/directives/scrolls/scroll-to.directive.mjs +195 -0
  322. package/esm2022/lib/directives/scrolls/scroll-up.directive.mjs +27 -0
  323. package/esm2022/lib/directives/scrolls/show-only-top.directive.mjs +110 -0
  324. package/esm2022/lib/directives/sliders/slick-init.directive.mjs +38 -11
  325. package/esm2022/lib/directives/utils/sticky-avoid-footer.directive.mjs +9 -3
  326. package/esm2022/lib/interfaces/babylon-advantages-item.interface.mjs +2 -0
  327. package/esm2022/lib/interfaces/babylon-button.interface.mjs +2 -0
  328. package/esm2022/lib/interfaces/babylon-consult-type.interface.mjs +2 -0
  329. package/esm2022/lib/interfaces/babylon-dropdown.interface.mjs +2 -0
  330. package/esm2022/lib/interfaces/babylon-equipments-item.interface.mjs +2 -0
  331. package/esm2022/lib/interfaces/babylon-global-icon.interface.mjs +2 -0
  332. package/esm2022/lib/interfaces/babylon-global.interface.mjs +2 -0
  333. package/esm2022/lib/interfaces/babylon-icon.interface.mjs +2 -0
  334. package/esm2022/lib/interfaces/babylon-image.interface.mjs +2 -0
  335. package/esm2022/lib/interfaces/babylon-input.interface.mjs +2 -0
  336. package/esm2022/lib/interfaces/babylon-item.interface.mjs +2 -0
  337. package/esm2022/lib/interfaces/babylon-menu-button.interface.mjs +2 -0
  338. package/esm2022/lib/interfaces/babylon-menu-info.interface.mjs +2 -0
  339. package/esm2022/lib/interfaces/babylon-multimedia.interface.mjs +2 -0
  340. package/esm2022/lib/interfaces/babylon-page-config.interface.mjs +2 -0
  341. package/esm2022/lib/interfaces/babylon-site-config.interface.mjs +2 -0
  342. package/esm2022/lib/interfaces/babylon-tags.interface.mjs +2 -0
  343. package/esm2022/lib/interfaces/babylon-text-info.interface.mjs +2 -0
  344. package/esm2022/lib/interfaces/babylon-texts-colors.interface.mjs +2 -0
  345. package/esm2022/lib/interfaces/babylon-texts.interface.mjs +2 -0
  346. package/esm2022/lib/interfaces/babylon-video.interface.mjs +2 -0
  347. package/esm2022/lib/interfaces/index.mjs +16 -0
  348. package/esm2022/lib/pipes/babylon-clean-phone.pipe.mjs +14 -0
  349. package/esm2022/lib/pipes/babylon-currency.pipe.mjs +29 -0
  350. package/esm2022/lib/services/color-panel.service.mjs +316 -0
  351. package/esm2022/lib/services/engine-state.service.mjs +24 -0
  352. package/esm2022/lib/services/index.mjs +3 -1
  353. package/esm2022/lib/services/mapper/index.mjs +3 -0
  354. package/esm2022/lib/services/mapper/mapper.service.mjs +2665 -0
  355. package/esm2022/lib/services/mapper/mapper.service.token.mjs +3 -0
  356. package/esm2022/lib/services/modals-service/index.mjs +2 -0
  357. package/esm2022/lib/services/modals-service/modals.service.mjs +77 -0
  358. package/esm2022/lib/services/screen-sizer/screen-sizer.service.mjs +46 -35
  359. package/esm2022/lib/utils/complex-links.token.mjs +6 -0
  360. package/esm2022/lib/utils/index.mjs +2 -0
  361. package/esm2022/lib/utils/utils.mjs +153 -0
  362. package/esm2022/public-api.mjs +11 -117
  363. package/fesm2022/ctt-babylon.mjs +10717 -2794
  364. package/fesm2022/ctt-babylon.mjs.map +1 -1
  365. package/lib/Enum/buttons-type.enum.d.ts +4 -0
  366. package/lib/Enum/index.d.ts +2 -0
  367. package/lib/Enum/logo-type.enum.d.ts +8 -0
  368. package/lib/Enum/services.enum.d.ts +6 -0
  369. package/lib/Enum/views.enum.d.ts +3 -0
  370. package/lib/components/core/babylon-404/babylon-404.component.d.ts +8 -1
  371. package/lib/components/core/babylon-404/babylon-404.interface.d.ts +9 -0
  372. package/lib/components/core/babylon-404/index.d.ts +2 -0
  373. package/lib/components/core/babylon-action-banner/babylon-action-banner.component.d.ts +14 -0
  374. package/lib/components/core/babylon-action-banner/babylon-action-banner.interface.d.ts +9 -0
  375. package/lib/components/core/babylon-action-banner/index.d.ts +2 -0
  376. package/lib/components/core/babylon-advantages/babylon-advantages-info.interface.d.ts +5 -0
  377. package/lib/components/core/babylon-advantages/babylon-advantages.component.d.ts +14 -1
  378. package/lib/components/core/babylon-advantages/babylon-advantages.interface.d.ts +13 -0
  379. package/lib/components/core/babylon-advantages/index.d.ts +3 -0
  380. package/lib/components/core/babylon-advantages-v2/babylon-advantages-v2.component.d.ts +5 -1
  381. package/lib/components/core/babylon-advantages-v2/index.d.ts +1 -0
  382. package/lib/components/core/babylon-av-c4-img-text/babylon-av-c4-img-text.component.d.ts +9 -0
  383. package/lib/components/core/babylon-av-c4-img-text/index.d.ts +1 -0
  384. package/lib/components/core/babylon-banner-gallery/babylon-banner-gallery.component.d.ts +11 -1
  385. package/lib/components/core/babylon-banner-gallery/babylon-banner-gallery.interface.d.ts +9 -0
  386. package/lib/components/core/babylon-banner-gallery/index.d.ts +2 -0
  387. package/lib/components/core/babylon-banner-info/babylon-banner-info.component.d.ts +25 -2
  388. package/lib/components/core/babylon-banner-info/babylon-banner-info.interface.d.ts +10 -0
  389. package/lib/components/core/babylon-banner-info/index.d.ts +2 -0
  390. package/lib/components/core/babylon-banner-newsletter/babylon-banner-newsletter.component.d.ts +16 -1
  391. package/lib/components/core/babylon-banner-newsletter/babylon-banner-newsletter.interface.d.ts +9 -0
  392. package/lib/components/core/babylon-banner-newsletter/index.d.ts +2 -0
  393. package/lib/components/core/babylon-blog-details/babylon-blog-details.component.d.ts +39 -1
  394. package/lib/components/core/babylon-blog-details/babylon-blog-details.interface.d.ts +24 -0
  395. package/lib/components/core/babylon-blog-details/index.d.ts +2 -0
  396. package/lib/components/core/babylon-blog-list/babylon-blog-list.component.d.ts +47 -2
  397. package/lib/components/core/babylon-blog-list/babylon-blog-list.interface.d.ts +18 -0
  398. package/lib/components/core/babylon-blog-list/index.d.ts +2 -0
  399. package/lib/components/core/babylon-breadcrumb/babylon-breadcrumb.component.d.ts +4 -1
  400. package/lib/components/core/babylon-breadcrumb/babylon-breadcrumb.interface.d.ts +4 -0
  401. package/lib/components/core/babylon-breadcrumb/index.d.ts +2 -0
  402. package/lib/components/core/babylon-color-picker/babylon-color-picker.component.d.ts +57 -0
  403. package/lib/components/core/babylon-color-picker/index.d.ts +1 -0
  404. package/lib/components/core/babylon-comingsoon/babylon-comingsoon.component.d.ts +12 -1
  405. package/lib/components/core/babylon-comingsoon/babylon-comingsoon.interface.d.ts +11 -0
  406. package/lib/components/core/babylon-comingsoon/index.d.ts +2 -0
  407. package/lib/components/core/babylon-contact-address/babylon-contact-address.component.d.ts +22 -0
  408. package/lib/components/core/babylon-contact-address/babylon-contact-address.interface.d.ts +4 -0
  409. package/lib/components/core/babylon-contact-address/index.d.ts +2 -0
  410. package/lib/components/core/babylon-contact-form/babylon-contact-form.component.d.ts +35 -6
  411. package/lib/components/core/babylon-contact-form/babylon-contact-form.interface.d.ts +15 -0
  412. package/lib/components/core/babylon-contact-form/index.d.ts +2 -0
  413. package/lib/components/core/babylon-contact-how/babylon-contact-how.component.d.ts +14 -2
  414. package/lib/components/core/babylon-contact-how/babylon-contact-how.interface.d.ts +6 -0
  415. package/lib/components/core/babylon-contact-how/index.d.ts +2 -0
  416. package/lib/components/core/babylon-contact-map/babylon-contact-map.component.d.ts +16 -2
  417. package/lib/components/core/babylon-contact-map/babylon-contact-map.interface.d.ts +8 -0
  418. package/lib/components/core/babylon-contact-map/index.d.ts +2 -0
  419. package/lib/components/core/babylon-container-text-l2/babylon-container-text-l2.component.d.ts +3 -1
  420. package/lib/components/core/babylon-container-text-l2/index.d.ts +1 -0
  421. package/lib/components/core/babylon-engine/babylon-engine.component.d.ts +73 -11
  422. package/lib/components/core/babylon-engine/babylon-engine.interface.d.ts +24 -0
  423. package/lib/components/core/babylon-engine/index.d.ts +2 -0
  424. package/lib/components/core/babylon-engine-modal/babylon-engine-modal.component.d.ts +60 -16
  425. package/lib/components/core/babylon-engine-modal/babylon-engine-modal.interface.d.ts +22 -0
  426. package/lib/components/core/babylon-engine-modal/index.d.ts +2 -0
  427. package/lib/components/core/babylon-external-script/babylon-external-script.component.d.ts +21 -0
  428. package/lib/components/core/babylon-external-script/babylon-external-script.interface.d.ts +5 -0
  429. package/lib/components/core/babylon-external-script/index.d.ts +2 -0
  430. package/lib/components/core/babylon-faq/babylon-faq.component.d.ts +12 -1
  431. package/lib/components/core/babylon-faq/babylon-faq.interface.d.ts +8 -0
  432. package/lib/components/core/babylon-faq/index.d.ts +2 -0
  433. package/lib/components/core/babylon-faq-v2/babylon-faq-v2.component.d.ts +10 -1
  434. package/lib/components/core/babylon-faq-v2/index.d.ts +1 -0
  435. package/lib/components/core/babylon-feature-pills-number/babylon-feature-pills-number.component.d.ts +4 -1
  436. package/lib/components/core/babylon-feature-pills-number/index.d.ts +1 -0
  437. package/lib/components/core/babylon-features-slider/babylon-features-slider.component.d.ts +18 -2
  438. package/lib/components/core/babylon-features-slider/babylon-features-slider.interface.d.ts +8 -0
  439. package/lib/components/core/babylon-features-slider/index.d.ts +2 -0
  440. package/lib/components/core/babylon-filter-modal/babylon-filter-modal.component.d.ts +8 -3
  441. package/lib/components/core/babylon-filter-modal/index.d.ts +1 -0
  442. package/lib/components/core/babylon-floating-buttons/babylon-floating-buttons.component.d.ts +39 -0
  443. package/lib/components/core/babylon-floating-buttons/babylon-floating-buttons.interface.d.ts +8 -0
  444. package/lib/components/core/babylon-floating-buttons/index.d.ts +2 -0
  445. package/lib/components/core/babylon-footer-contact/babylon-footer-contact.component.d.ts +24 -1
  446. package/lib/components/core/babylon-footer-contact/babylon-footer-contact.interface.d.ts +14 -0
  447. package/lib/components/core/babylon-footer-contact/index.d.ts +2 -0
  448. package/lib/components/core/babylon-footer-links/babylon-footer-links.component.d.ts +5 -1
  449. package/lib/components/core/babylon-footer-links/babylon-footer-links.interface.d.ts +6 -0
  450. package/lib/components/core/babylon-footer-links/index.d.ts +2 -0
  451. package/lib/components/core/babylon-footer-logos/babylon-footer-logos.component.d.ts +11 -1
  452. package/lib/components/core/babylon-footer-logos/babylon-footer-logos.interface.d.ts +7 -0
  453. package/lib/components/core/babylon-footer-logos/index.d.ts +2 -0
  454. package/lib/components/core/babylon-footer-social/babylon-footer-social.component.d.ts +5 -1
  455. package/lib/components/core/babylon-footer-social/babylon-footer-social.interface.d.ts +6 -0
  456. package/lib/components/core/babylon-footer-social/index.d.ts +2 -0
  457. package/lib/components/core/babylon-gallery/babylon-gallery.component.d.ts +34 -8
  458. package/lib/components/core/babylon-gallery/babylon-gallery.interface.d.ts +12 -0
  459. package/lib/components/core/babylon-gallery/index.d.ts +2 -0
  460. package/lib/components/core/babylon-global-modal/babylon-global-modal.component.d.ts +31 -0
  461. package/lib/components/core/babylon-global-modal/babylon-global-modal.interface.d.ts +8 -0
  462. package/lib/components/core/babylon-global-modal/index.d.ts +2 -0
  463. package/lib/components/core/babylon-grid-gallery/babylon-grid-gallery.component.d.ts +19 -2
  464. package/lib/components/core/babylon-grid-gallery/babylon-grid-gallery.interface.d.ts +8 -0
  465. package/lib/components/core/babylon-grid-gallery/index.d.ts +2 -0
  466. package/lib/components/core/babylon-guests-popup/babylon-guests-popup.component.d.ts +24 -7
  467. package/lib/components/core/babylon-guests-popup/babylon-guests-popup.interface.d.ts +11 -0
  468. package/lib/components/core/babylon-guests-popup/index.d.ts +2 -0
  469. package/lib/components/core/babylon-head-intro/babylon-head-intro.component.d.ts +9 -1
  470. package/lib/components/core/babylon-head-intro/babylon-head-intro.interface.d.ts +10 -0
  471. package/lib/components/core/babylon-head-intro/index.d.ts +2 -0
  472. package/lib/components/core/babylon-header-book-show/babylon-header-book-show.component.d.ts +35 -7
  473. package/lib/components/core/babylon-header-book-show/babylon-header-book-show.interface.d.ts +20 -0
  474. package/lib/components/core/babylon-header-book-show/index.d.ts +2 -0
  475. package/lib/components/core/babylon-header-clear/babylon-header-clear.component.d.ts +34 -9
  476. package/lib/components/core/babylon-header-clear/babylon-header-clear.interface.d.ts +22 -0
  477. package/lib/components/core/babylon-header-clear/index.d.ts +2 -0
  478. package/lib/components/core/babylon-header-menu-center/babylon-header-menu-center.component.d.ts +33 -8
  479. package/lib/components/core/babylon-header-menu-center/babylon-header-menu-center.interface.d.ts +19 -0
  480. package/lib/components/core/babylon-header-menu-center/index.d.ts +2 -0
  481. package/lib/components/core/babylon-header-menu-logo-center/babylon-header-menu-logo-center.component.d.ts +40 -0
  482. package/lib/components/core/babylon-header-menu-logo-center/babylon-header-menu-logo-center.interface.d.ts +23 -0
  483. package/lib/components/core/babylon-header-menu-logo-center/index.d.ts +2 -0
  484. package/lib/components/core/babylon-header-menu-show/babylon-header-menu-show.component.d.ts +29 -8
  485. package/lib/components/core/babylon-header-menu-show/babylon-header-menu-show.interface.d.ts +18 -0
  486. package/lib/components/core/babylon-header-menu-show/index.d.ts +2 -0
  487. package/lib/components/core/babylon-header-mobile/babylon-header-mobile.component.d.ts +53 -0
  488. package/lib/components/core/babylon-header-mobile/babylon-header-mobile.interface.d.ts +26 -0
  489. package/lib/components/core/babylon-header-mobile/index.d.ts +2 -0
  490. package/lib/components/core/babylon-hotels-list/babylon-hotel.interface.d.ts +18 -0
  491. package/lib/components/core/babylon-hotels-list/babylon-hotels-list.component.d.ts +5 -1
  492. package/lib/components/core/babylon-hotels-list/babylon-hotels-list.interface.d.ts +6 -0
  493. package/lib/components/core/babylon-hotels-list/index.d.ts +3 -0
  494. package/lib/components/core/babylon-hotels-slider/babylon-hotels-slider.component.d.ts +5 -1
  495. package/lib/components/core/babylon-hotels-slider/babylon-hotels-slider.interface.d.ts +6 -0
  496. package/lib/components/core/babylon-hotels-slider/index.d.ts +2 -0
  497. package/lib/components/core/babylon-info-big/babylon-info-big.component.d.ts +9 -1
  498. package/lib/components/core/babylon-info-big/babylon-info-big.interface.d.ts +10 -0
  499. package/lib/components/core/babylon-info-big/index.d.ts +2 -0
  500. package/lib/components/core/babylon-info-big-v3/babylon-info-big-v3.component.d.ts +5 -1
  501. package/lib/components/core/babylon-info-big-v3/index.d.ts +1 -0
  502. package/lib/components/core/babylon-info-grid/babylon-info-grid.component.d.ts +22 -3
  503. package/lib/components/core/babylon-info-grid/babylon-info-grid.interface.d.ts +9 -0
  504. package/lib/components/core/babylon-info-grid/index.d.ts +2 -0
  505. package/lib/components/core/babylon-info-img/babylon-info-img.component.d.ts +40 -2
  506. package/lib/components/core/babylon-info-img/babylon-info-img.interface.d.ts +27 -0
  507. package/lib/components/core/babylon-info-img/index.d.ts +2 -0
  508. package/lib/components/core/babylon-info-img-slider/babylon-info-img-slider.component.d.ts +33 -0
  509. package/lib/components/core/babylon-info-img-slider/babylon-info-img-slider.interface.d.ts +11 -0
  510. package/lib/components/core/babylon-info-img-slider/index.d.ts +2 -0
  511. package/lib/components/core/babylon-info-intro/babylon-info-intro.component.d.ts +26 -1
  512. package/lib/components/core/babylon-info-intro/babylon-info-intro.interface.d.ts +19 -0
  513. package/lib/components/core/babylon-info-intro/index.d.ts +2 -0
  514. package/lib/components/core/babylon-info-show-img/babylon-info-show-img.component.d.ts +3 -1
  515. package/lib/components/core/babylon-info-show-img/index.d.ts +1 -0
  516. package/lib/components/core/babylon-info-zig-zag/babylon-info-zig-zag.component.d.ts +29 -1
  517. package/lib/components/core/babylon-info-zig-zag/babylon-info-zig-zag.interface.d.ts +12 -0
  518. package/lib/components/core/babylon-info-zig-zag/index.d.ts +2 -0
  519. package/lib/components/core/babylon-info-zig-zag-counter/babylon-info-zig-zag-counter.component.d.ts +47 -0
  520. package/lib/components/core/babylon-info-zig-zag-counter/babylon-info-zig-zag-counter.interface.d.ts +14 -0
  521. package/lib/components/core/babylon-info-zig-zag-counter/index.d.ts +2 -0
  522. package/lib/components/core/babylon-info-zigzag-v2/babylon-info-zigzag-v2.component.d.ts +16 -1
  523. package/lib/components/core/babylon-info-zigzag-v2/babylon-info-zigzag-v2.interface.d.ts +5 -0
  524. package/lib/components/core/babylon-info-zigzag-v2/index.d.ts +2 -0
  525. package/lib/components/core/babylon-info2col-img/babylon-info2col-img.component.d.ts +21 -0
  526. package/lib/components/core/babylon-info2col-img/babylon-info2col-img.interface.d.ts +12 -0
  527. package/lib/components/core/babylon-info2col-img/index.d.ts +2 -0
  528. package/lib/components/core/babylon-info2img/babylon-info2img.component.d.ts +14 -1
  529. package/lib/components/core/babylon-info2img/babylon-info2img.interface.d.ts +11 -0
  530. package/lib/components/core/babylon-info2img/index.d.ts +2 -0
  531. package/lib/components/core/babylon-info2img-big/babylon-info2img-big.component.d.ts +16 -1
  532. package/lib/components/core/babylon-info2img-big/babylon-info2img-big.interface.d.ts +14 -0
  533. package/lib/components/core/babylon-info2img-big/index.d.ts +2 -0
  534. package/lib/components/core/babylon-info3img/babylon-info3img.component.d.ts +9 -1
  535. package/lib/components/core/babylon-info3img/index.d.ts +1 -0
  536. package/lib/components/core/babylon-info4img/babylon-info4img.component.d.ts +11 -1
  537. package/lib/components/core/babylon-info4img/babylon-info4img.interface.d.ts +12 -0
  538. package/lib/components/core/babylon-info4img/index.d.ts +2 -0
  539. package/lib/components/core/babylon-items-grid/babylon-items-grid.component.d.ts +14 -1
  540. package/lib/components/core/babylon-items-grid/babylon-items-grid.interface.d.ts +8 -0
  541. package/lib/components/core/babylon-items-grid/index.d.ts +2 -0
  542. package/lib/components/core/babylon-language-modal/babylon-language-modal.component.d.ts +12 -5
  543. package/lib/components/core/babylon-language-modal/babylon-language-modal.interface.d.ts +7 -0
  544. package/lib/components/core/babylon-language-modal/index.d.ts +2 -0
  545. package/lib/components/core/babylon-legal/babylon-legal.component.d.ts +9 -1
  546. package/lib/components/core/babylon-legal/babylon-legal.interface.d.ts +7 -0
  547. package/lib/components/core/babylon-legal/index.d.ts +2 -0
  548. package/lib/components/core/babylon-list-c3-img-txt/babylon-list-c3-img-txt.component.d.ts +5 -1
  549. package/lib/components/core/babylon-list-c3-img-txt/index.d.ts +1 -0
  550. package/lib/components/core/babylon-list-grid/babylon-list-grid.component.d.ts +17 -1
  551. package/lib/components/core/babylon-list-grid/babylon-list-grid.interface.d.ts +8 -0
  552. package/lib/components/core/babylon-list-grid/index.d.ts +2 -0
  553. package/lib/components/core/babylon-modal-menu/babylon-modal-menu.component.d.ts +45 -0
  554. package/lib/components/core/babylon-modal-multiple-motors/babylon-modal-multiple-motors.component.d.ts +18 -0
  555. package/lib/components/core/babylon-modal-multiple-motors/babylon-modal-multiple-motors.interface.d.ts +8 -0
  556. package/lib/components/core/babylon-modal-multiple-motors/index.d.ts +2 -0
  557. package/lib/components/core/babylon-modal-popup/babylon-modal-popup.component.d.ts +25 -0
  558. package/lib/components/core/babylon-modal-popup/babylon-modal-popup.interface.d.ts +9 -0
  559. package/lib/components/core/babylon-modal-popup/index.d.ts +2 -0
  560. package/lib/components/core/babylon-newsletter/babylon-newsletter.component.d.ts +19 -3
  561. package/lib/components/core/babylon-newsletter/babylon-newsletter.interface.d.ts +9 -0
  562. package/lib/components/core/babylon-newsletter/index.d.ts +2 -0
  563. package/lib/components/core/babylon-offer-detail/babylon-offer-detail.component.d.ts +16 -1
  564. package/lib/components/core/babylon-offer-detail/babylon-offer-detail.interface.d.ts +17 -0
  565. package/lib/components/core/babylon-offer-detail/index.d.ts +2 -0
  566. package/lib/components/core/babylon-offer-popup/babylon-offer-popup.component.d.ts +18 -5
  567. package/lib/components/core/babylon-offer-popup/babylon-offer-popup.interface.d.ts +7 -0
  568. package/lib/components/core/babylon-offer-popup/index.d.ts +2 -0
  569. package/lib/components/core/babylon-offer-popupV2/babylon-offer-popup-v2.component.d.ts +21 -0
  570. package/lib/components/core/babylon-offer-popupV2/babylon-offer-popup-v2.interface.d.ts +9 -0
  571. package/lib/components/core/babylon-offer-popupV2/index.d.ts +2 -0
  572. package/lib/components/core/babylon-offer-slider/babylon-offer-slider.component.d.ts +6 -1
  573. package/lib/components/core/babylon-offer-slider/babylon-offer-slider.interface.d.ts +7 -0
  574. package/lib/components/core/babylon-offer-slider/babylon-offer.interface.d.ts +18 -0
  575. package/lib/components/core/babylon-offer-slider/index.d.ts +3 -0
  576. package/lib/components/core/babylon-offers-list/babylon-offers-list.component.d.ts +33 -2
  577. package/lib/components/core/babylon-offers-list/babylon-offers-list.interface.d.ts +14 -0
  578. package/lib/components/core/babylon-offers-list/index.d.ts +2 -0
  579. package/lib/components/core/babylon-offers-slider/babylon-offers-slider.component.d.ts +5 -1
  580. package/lib/components/core/babylon-offers-slider/index.d.ts +1 -0
  581. package/lib/components/core/babylon-preload/babylon-preload.component.d.ts +5 -1
  582. package/lib/components/core/babylon-preload/index.d.ts +1 -0
  583. package/lib/components/core/babylon-press-list/babylon-press-list.component.d.ts +17 -0
  584. package/lib/components/core/babylon-press-list/babylon-press-list.interface.d.ts +8 -0
  585. package/lib/components/core/babylon-press-list/index.d.ts +2 -0
  586. package/lib/components/core/babylon-room-details/babylon-room-detail.interface.d.ts +20 -0
  587. package/lib/components/core/babylon-room-details/babylon-room-details.component.d.ts +13 -1
  588. package/lib/components/core/babylon-room-details/index.d.ts +2 -0
  589. package/lib/components/core/babylon-rooms-cols/babylon-rooms-cols.component.d.ts +39 -1
  590. package/lib/components/core/babylon-rooms-cols/babylon-rooms-cols.interface.d.ts +10 -0
  591. package/lib/components/core/babylon-rooms-cols/index.d.ts +2 -0
  592. package/lib/components/core/babylon-rooms-grid/babylon-rooms-grid.component.d.ts +10 -1
  593. package/lib/components/core/babylon-rooms-grid/babylon-rooms-grid.interface.d.ts +8 -0
  594. package/lib/components/core/babylon-rooms-grid/index.d.ts +2 -0
  595. package/lib/components/core/babylon-rooms-list/babylon-rooms-list.component.d.ts +27 -1
  596. package/lib/components/core/babylon-rooms-list/babylon-rooms-list.interface.d.ts +6 -0
  597. package/lib/components/core/babylon-rooms-list/index.d.ts +2 -0
  598. package/lib/components/core/babylon-rooms-slider/babylon-room.interface.d.ts +15 -0
  599. package/lib/components/core/babylon-rooms-slider/babylon-rooms-slider.component.d.ts +6 -1
  600. package/lib/components/core/babylon-rooms-slider/babylon-rooms-slider.interface.d.ts +6 -0
  601. package/lib/components/core/babylon-rooms-slider/babylon-rooms-text-info.interface.d.ts +8 -0
  602. package/lib/components/core/babylon-rooms-slider/index.d.ts +4 -0
  603. package/lib/components/core/babylon-services-slider/babylon-service-slider.interface.d.ts +6 -0
  604. package/lib/components/core/babylon-services-slider/babylon-services-slider.component.d.ts +7 -1
  605. package/lib/components/core/babylon-services-slider/index.d.ts +2 -0
  606. package/lib/components/core/babylon-sli-c1-img-text/babylon-sli-c1-img-text.component.d.ts +5 -0
  607. package/lib/components/core/babylon-sli-c1-img-text/index.d.ts +1 -0
  608. package/lib/components/core/babylon-sli-c5-img-txt/babylon-sli-c5-img-txt.component.d.ts +5 -0
  609. package/lib/components/core/babylon-sli-c5-img-txt/index.d.ts +1 -0
  610. package/lib/components/core/babylon-slider-img-static/babylon-slider-img-static.component.d.ts +6 -1
  611. package/lib/components/core/babylon-slider-img-static/index.d.ts +1 -0
  612. package/lib/components/core/babylon-slider-img-static-v2/babylon-slider-img-static-v2.component.d.ts +6 -1
  613. package/lib/components/core/babylon-slider-img-static-v2/index.d.ts +1 -0
  614. package/lib/components/core/babylon-slider-img-video/babylon-slider-img-video.component.d.ts +9 -1
  615. package/lib/components/core/babylon-slider-img-video/index.d.ts +1 -0
  616. package/lib/components/core/babylon-slider2col/babylon-slider2col.component.d.ts +22 -1
  617. package/lib/components/core/babylon-slider2col/index.d.ts +1 -0
  618. package/lib/components/core/babylon-slider2items/babylon-slider2items.component.d.ts +5 -1
  619. package/lib/components/core/babylon-slider2items/babylon-slider2items.interface.d.ts +6 -0
  620. package/lib/components/core/babylon-slider2items/index.d.ts +2 -0
  621. package/lib/components/core/babylon-slider3col/babylon-slider3col.component.d.ts +23 -0
  622. package/lib/components/core/babylon-slider3col/index.d.ts +1 -0
  623. package/lib/components/core/babylon-slider3col-clear/babylon-slider3col-clear.component.d.ts +5 -0
  624. package/lib/components/core/babylon-slider3col-clear/index.d.ts +1 -0
  625. package/lib/components/core/babylon-slider3items/babylon-slider3items.component.d.ts +15 -1
  626. package/lib/components/core/babylon-slider3items/babylon-slider3items.interface.d.ts +6 -0
  627. package/lib/components/core/babylon-slider3items/index.d.ts +2 -0
  628. package/lib/components/core/babylon-slider4col/babylon-slider4col.component.d.ts +15 -1
  629. package/lib/components/core/babylon-slider4col/index.d.ts +1 -0
  630. package/lib/components/core/babylon-social-bar/babylon-social-bar.component.d.ts +5 -1
  631. package/lib/components/core/babylon-social-bar/index.d.ts +1 -0
  632. package/lib/components/core/babylon-static-footer/babylon-static-footer.component.d.ts +55 -2
  633. package/lib/components/core/babylon-static-footer/babylon-static-footer.interface.d.ts +29 -0
  634. package/lib/components/core/babylon-static-footer/index.d.ts +2 -0
  635. package/lib/components/core/babylon-static-footer-v2/babylon-static-footer-v2.component.d.ts +24 -3
  636. package/lib/components/core/babylon-static-footer-v2/babylon-static-footer-v2.interface.d.ts +18 -0
  637. package/lib/components/core/babylon-static-footer-v2/index.d.ts +2 -0
  638. package/lib/components/core/babylon-submenu-hotel/babylon-submenu-hotel.component.d.ts +13 -2
  639. package/lib/components/core/babylon-submenu-hotel/babylon-submenu-hotel.interface.d.ts +5 -0
  640. package/lib/components/core/babylon-submenu-hotel/index.d.ts +2 -0
  641. package/lib/components/core/babylon-thanks/babylon-thanks.component.d.ts +7 -1
  642. package/lib/components/core/babylon-thanks/babylon-thanks.interface.d.ts +7 -0
  643. package/lib/components/core/babylon-thanks/index.d.ts +2 -0
  644. package/lib/components/core/babylon-top-simple-banner/babylon-top-simple-banner.component.d.ts +6 -2
  645. package/lib/components/core/babylon-top-simple-banner/index.d.ts +1 -0
  646. package/lib/components/core/babylon-top-slider/babylon-top-slider-item.interface.d.ts +9 -0
  647. package/lib/components/core/babylon-top-slider/babylon-top-slider.component.d.ts +37 -2
  648. package/lib/components/core/babylon-top-slider/babylon-top-slider.interface.d.ts +12 -0
  649. package/lib/components/core/babylon-top-slider/index.d.ts +3 -0
  650. package/lib/components/core/babylon-top-slider-thumbs/babylon-top-slider-thumbs.component.d.ts +12 -2
  651. package/lib/components/core/babylon-top-slider-thumbs/babylon-top-slider-thumbs.interface.d.ts +8 -0
  652. package/lib/components/core/babylon-top-slider-thumbs/index.d.ts +2 -0
  653. package/lib/components/core/babylon-top-slider-v2/babylon-top-slider-v2-item.interface.d.ts +7 -0
  654. package/lib/components/core/babylon-top-slider-v2/babylon-top-slider-v2.component.d.ts +10 -1
  655. package/lib/components/core/babylon-top-slider-v2/babylon-top-slider-v2.interface.d.ts +8 -0
  656. package/lib/components/core/babylon-top-slider-v2/index.d.ts +3 -0
  657. package/lib/components/core/babylon-top-slider-video/babylon-top-slider-video.component.d.ts +34 -2
  658. package/lib/components/core/babylon-top-slider-video/babylon-top-slider-video.interface.d.ts +9 -0
  659. package/lib/components/core/babylon-top-slider-video/babylon-video-source.interface.d.ts +5 -0
  660. package/lib/components/core/babylon-top-slider-video/index.d.ts +3 -0
  661. package/lib/components/core/babylon-top-slider-video-v2/babylon-top-slider-video-v2.component.d.ts +3 -1
  662. package/lib/components/core/babylon-top-slider-video-v2/index.d.ts +1 -0
  663. package/lib/components/core/babylon-webmap/babylon-webmap.component.d.ts +11 -1
  664. package/lib/components/core/babylon-webmap/babylon-webmap.interface.d.ts +9 -0
  665. package/lib/components/core/babylon-webmap/index.d.ts +2 -0
  666. package/lib/components/core/index.d.ts +103 -0
  667. package/lib/components/shared/babylon-dynamic-heading/babylon-dynamic-heading.component.d.ts +33 -0
  668. package/lib/components/shared/babylon-dynamic-heading/babylon-dynamic-heading.interface.d.ts +5 -0
  669. package/lib/components/shared/babylon-dynamic-heading/index.d.ts +2 -0
  670. package/lib/components/shared/babylon-search/babylon-search.component.d.ts +30 -0
  671. package/lib/components/shared/babylon-search/index.d.ts +1 -0
  672. package/lib/components/shared/index.d.ts +1 -0
  673. package/lib/directives/babylon-background-strip/babylon-background-strip.directive.d.ts +17 -0
  674. package/lib/directives/babylon-customs/babylon-custom-mouse-pointer.directive.d.ts +12 -0
  675. package/lib/directives/babylon-galleries/babylon-light-gallery.directive.d.ts +18 -0
  676. package/lib/directives/babylon-hobble-effect/babylon-hobble-effect.directive.d.ts +15 -0
  677. package/lib/directives/babylon-pagination/babylon-pagination.directive.d.ts +39 -0
  678. package/lib/directives/babylon-sliders/babylon-custom-slider.directive.d.ts +13 -0
  679. package/{directives → lib/directives/babylon-sliders}/babylon-hotels-slider.directive.d.ts +2 -1
  680. package/lib/directives/babylon-sliders/babylon-sliders.directive.d.ts +36 -0
  681. package/lib/directives/babylon-sliders/babylon-swiper-slider.directive.d.ts +14 -0
  682. package/lib/directives/babylon-sliders/babylon-swiper.directive.d.ts +17 -0
  683. package/lib/directives/data-background/data-background.directive.d.ts +11 -0
  684. package/lib/directives/link-type/link-type.directive.d.ts +40 -0
  685. package/lib/directives/{scroll → scrolls}/scroll-to.directive.d.ts +1 -1
  686. package/lib/directives/scrolls/scroll-up.directive.d.ts +7 -0
  687. package/lib/directives/{scroll → scrolls}/show-only-top.directive.d.ts +3 -2
  688. package/lib/directives/utils/sticky-avoid-footer.directive.d.ts +2 -1
  689. package/lib/interfaces/babylon-advantages-item.interface.d.ts +5 -0
  690. package/lib/interfaces/babylon-button.interface.d.ts +9 -0
  691. package/lib/interfaces/babylon-consult-type.interface.d.ts +10 -0
  692. package/lib/interfaces/babylon-dropdown.interface.d.ts +9 -0
  693. package/lib/interfaces/babylon-equipments-item.interface.d.ts +5 -0
  694. package/lib/interfaces/babylon-global-icon.interface.d.ts +4 -0
  695. package/lib/interfaces/babylon-global.interface.d.ts +22 -0
  696. package/lib/interfaces/babylon-icon.interface.d.ts +6 -0
  697. package/lib/interfaces/babylon-image.interface.d.ts +16 -0
  698. package/lib/interfaces/babylon-input.interface.d.ts +12 -0
  699. package/lib/interfaces/babylon-item.interface.d.ts +12 -0
  700. package/lib/interfaces/babylon-menu-button.interface.d.ts +10 -0
  701. package/lib/interfaces/babylon-menu-info.interface.d.ts +27 -0
  702. package/lib/interfaces/babylon-multimedia.interface.d.ts +8 -0
  703. package/lib/interfaces/babylon-page-config.interface.d.ts +43 -0
  704. package/lib/interfaces/babylon-site-config.interface.d.ts +57 -0
  705. package/lib/interfaces/babylon-tags.interface.d.ts +21 -0
  706. package/lib/interfaces/babylon-text-info.interface.d.ts +21 -0
  707. package/lib/interfaces/babylon-texts-colors.interface.d.ts +20 -0
  708. package/lib/interfaces/babylon-texts.interface.d.ts +5 -0
  709. package/lib/interfaces/babylon-video.interface.d.ts +5 -0
  710. package/lib/interfaces/index.d.ts +15 -0
  711. package/lib/pipes/babylon-clean-phone.pipe.d.ts +7 -0
  712. package/lib/pipes/babylon-currency.pipe.d.ts +7 -0
  713. package/lib/services/color-panel.service.d.ts +41 -0
  714. package/lib/services/engine-state.service.d.ts +10 -0
  715. package/lib/services/index.d.ts +2 -0
  716. package/lib/services/mapper/index.d.ts +2 -0
  717. package/lib/services/mapper/mapper.service.d.ts +144 -0
  718. package/lib/services/mapper/mapper.service.token.d.ts +2 -0
  719. package/lib/services/modals-service/index.d.ts +1 -0
  720. package/lib/services/modals-service/modals.service.d.ts +15 -0
  721. package/lib/services/screen-sizer/screen-sizer.service.d.ts +2 -0
  722. package/lib/styles/styles/babylon/_spacing.css +1 -0
  723. package/lib/styles/styles/babylon/_spacing.scss +72 -0
  724. package/lib/styles/styles/babylon/common.css +1 -0
  725. package/lib/styles/styles/babylon/common.scss +1830 -0
  726. package/lib/styles/styles/babylon/globals.css +1 -0
  727. package/lib/styles/styles/babylon/globals.scss +1129 -0
  728. package/lib/styles/styles/babylon/mixins.css +1 -0
  729. package/lib/styles/styles/babylon/mixins.scss +1031 -0
  730. package/lib/styles/styles/babylon/reset.css +1 -0
  731. package/lib/styles/styles/babylon/reset.scss +136 -0
  732. package/lib/styles/styles/babylon/slide.css +1 -0
  733. package/lib/styles/styles/babylon/slider.css +1 -0
  734. package/lib/styles/styles/babylon/slider.scss +876 -0
  735. package/lib/styles/styles/babylon/structure.css +0 -0
  736. package/lib/styles/styles/babylon/structure.scss +1 -0
  737. package/lib/styles/styles/babylon/variables-v2.css +0 -0
  738. package/lib/styles/styles/babylon/variables.css +1 -0
  739. package/lib/styles/styles/babylon/variables.scss +330 -0
  740. package/lib/styles/styles-babylon.scss +48 -7
  741. package/lib/utils/complex-links.token.d.ts +2 -0
  742. package/lib/utils/index.d.ts +1 -0
  743. package/lib/utils/utils.d.ts +14 -0
  744. package/package.json +11 -4
  745. package/public-api.d.ts +6 -114
  746. package/esm2022/directives/babylon-hotels-slider.directive.mjs +0 -103
  747. package/esm2022/lib/components/core/babylon-404-v2/babylon-404-v2.component.mjs +0 -11
  748. package/esm2022/lib/components/core/babylon-breadcrumb-v2/babylon-breadcrumb-v2.component.mjs +0 -11
  749. package/esm2022/lib/components/core/babylon-contact-form-v2/babylon-contact-form-v2.component.mjs +0 -37
  750. package/esm2022/lib/components/core/babylon-engine-modal-v2/babylon-engine-modal-v2.component.mjs +0 -130
  751. package/esm2022/lib/components/core/babylon-feature-pills/babylon-feature-pills.component.mjs +0 -11
  752. package/esm2022/lib/components/core/babylon-filter-modal-v2/babylon-filter-modal-v2.component.mjs +0 -21
  753. package/esm2022/lib/components/core/babylon-gallery-v2/babylon-gallery-v2.component.mjs +0 -105
  754. package/esm2022/lib/components/core/babylon-header-clear-v2/babylon-header-clear-v2.component.mjs +0 -76
  755. package/esm2022/lib/components/core/babylon-img-banner/babylon-img-banner.component.mjs +0 -13
  756. package/esm2022/lib/components/core/babylon-info-big-v2/babylon-info-big-v2.component.mjs +0 -61
  757. package/esm2022/lib/components/core/babylon-info-circle-imgs/babylon-info-circle-imgs.component.mjs +0 -11
  758. package/esm2022/lib/components/core/babylon-info-img-v2/babylon-info-img-v2.component.mjs +0 -11
  759. package/esm2022/lib/components/core/babylon-info-zigzag-v3/babylon-info-zigzag-v3.component.mjs +0 -18
  760. package/esm2022/lib/components/core/babylon-info-zigzag-v3-1/babylon-info-zigzag-v3-1.component.mjs +0 -11
  761. package/esm2022/lib/components/core/babylon-info-zigzag-v4/babylon-info-zigzag-v4.component.mjs +0 -13
  762. package/esm2022/lib/components/core/babylon-language-modal-v2/babylon-language-modal-v2.component.mjs +0 -28
  763. package/esm2022/lib/components/core/babylon-lis-c2-img-vid/babylon-lis-c2-img-vid.component.mjs +0 -39
  764. package/esm2022/lib/components/core/babylon-lis-c4-txt-img-pdf/babylon-lis-c4-txt-img-pdf.component.mjs +0 -57
  765. package/esm2022/lib/components/core/babylon-lis-c5-txt-img-svg/babylon-lis-c5-txt-img-svg.component.mjs +0 -55
  766. package/esm2022/lib/components/core/babylon-list-box-info/babylon-list-box-info.component.mjs +0 -11
  767. package/esm2022/lib/components/core/babylon-list-img/babylon-list-img.component.mjs +0 -71
  768. package/esm2022/lib/components/core/babylon-list-img-info/babylon-list-img-info.component.mjs +0 -11
  769. package/esm2022/lib/components/core/babylon-list-img-v2/babylon-list-img-v2.component.mjs +0 -11
  770. package/esm2022/lib/components/core/babylon-loyalty-table/babylon-loyalty-table.component.mjs +0 -65
  771. package/esm2022/lib/components/core/babylon-menu-modal/babylon-menu-modal.component.mjs +0 -19
  772. package/esm2022/lib/components/core/babylon-newsletter-modal/babylon-newsletter-modal.component.mjs +0 -19
  773. package/esm2022/lib/components/core/babylon-offer-detail-v2/babylon-offer-detail-v2.component.mjs +0 -11
  774. package/esm2022/lib/components/core/babylon-offer-popup-v2/babylon-offer-popup-v2.component.mjs +0 -19
  775. package/esm2022/lib/components/core/babylon-reviews/babylon-reviews.component.mjs +0 -169
  776. package/esm2022/lib/components/core/babylon-rooms-list-v2/babylon-rooms-list-v2.component.mjs +0 -11
  777. package/esm2022/lib/components/core/babylon-simple-img-info/babylon-simple-img-info.component.mjs +0 -12
  778. package/esm2022/lib/components/core/babylon-slider-box/babylon-slider-box.component.mjs +0 -12
  779. package/esm2022/lib/components/core/babylon-slider2col-v2/babylon-slider2col-v2.component.mjs +0 -13
  780. package/esm2022/lib/components/core/babylon-slider3col/babylon-slider3colcomponent.mjs +0 -11
  781. package/esm2022/lib/components/core/babylon-slider3col-v2/babylon-slider3col-v2.component.mjs +0 -12
  782. package/esm2022/lib/components/core/babylon-social-bar-v2/babylon-social-bar-v2.component.mjs +0 -11
  783. package/esm2022/lib/components/core/babylon-static-footer-v3/babylon-static-footer-v3.component.mjs +0 -67
  784. package/esm2022/lib/components/core/babylon-top-simple-img/babylon-top-simple-img.component.mjs +0 -11
  785. package/esm2022/lib/components/core/babylon-variant-selector/babylon-variant-selector.component.mjs +0 -82
  786. package/esm2022/lib/components/core/babylon-webmap-v2/babylon-webmap-v2.component.mjs +0 -11
  787. package/esm2022/lib/directives/images/swap-on-reload.directive.mjs +0 -83
  788. package/esm2022/lib/directives/scroll/scroll-to.directive.mjs +0 -183
  789. package/esm2022/lib/directives/scroll/show-only-top.directive.mjs +0 -103
  790. package/lib/components/core/babylon-404-v2/babylon-404-v2.component.d.ts +0 -5
  791. package/lib/components/core/babylon-breadcrumb-v2/babylon-breadcrumb-v2.component.d.ts +0 -5
  792. package/lib/components/core/babylon-contact-form-v2/babylon-contact-form-v2.component.d.ts +0 -10
  793. package/lib/components/core/babylon-engine-modal-v2/babylon-engine-modal-v2.component.d.ts +0 -44
  794. package/lib/components/core/babylon-feature-pills/babylon-feature-pills.component.d.ts +0 -5
  795. package/lib/components/core/babylon-filter-modal-v2/babylon-filter-modal-v2.component.d.ts +0 -10
  796. package/lib/components/core/babylon-gallery-v2/babylon-gallery-v2.component.d.ts +0 -22
  797. package/lib/components/core/babylon-header-clear-v2/babylon-header-clear-v2.component.d.ts +0 -16
  798. package/lib/components/core/babylon-img-banner/babylon-img-banner.component.d.ts +0 -5
  799. package/lib/components/core/babylon-info-big-v2/babylon-info-big-v2.component.d.ts +0 -12
  800. package/lib/components/core/babylon-info-circle-imgs/babylon-info-circle-imgs.component.d.ts +0 -5
  801. package/lib/components/core/babylon-info-img-v2/babylon-info-img-v2.component.d.ts +0 -5
  802. package/lib/components/core/babylon-info-zigzag-v3/babylon-info-zigzag-v3.component.d.ts +0 -6
  803. package/lib/components/core/babylon-info-zigzag-v3-1/babylon-info-zigzag-v3-1.component.d.ts +0 -5
  804. package/lib/components/core/babylon-info-zigzag-v4/babylon-info-zigzag-v4.component.d.ts +0 -5
  805. package/lib/components/core/babylon-language-modal-v2/babylon-language-modal-v2.component.d.ts +0 -12
  806. package/lib/components/core/babylon-lis-c2-img-vid/babylon-lis-c2-img-vid.component.d.ts +0 -12
  807. package/lib/components/core/babylon-lis-c4-txt-img-pdf/babylon-lis-c4-txt-img-pdf.component.d.ts +0 -24
  808. package/lib/components/core/babylon-lis-c5-txt-img-svg/babylon-lis-c5-txt-img-svg.component.d.ts +0 -24
  809. package/lib/components/core/babylon-list-box-info/babylon-list-box-info.component.d.ts +0 -5
  810. package/lib/components/core/babylon-list-img/babylon-list-img.component.d.ts +0 -26
  811. package/lib/components/core/babylon-list-img-info/babylon-list-img-info.component.d.ts +0 -5
  812. package/lib/components/core/babylon-list-img-v2/babylon-list-img-v2.component.d.ts +0 -5
  813. package/lib/components/core/babylon-loyalty-table/babylon-loyalty-table.component.d.ts +0 -10
  814. package/lib/components/core/babylon-menu-modal/babylon-menu-modal.component.d.ts +0 -7
  815. package/lib/components/core/babylon-newsletter-modal/babylon-newsletter-modal.component.d.ts +0 -7
  816. package/lib/components/core/babylon-offer-detail-v2/babylon-offer-detail-v2.component.d.ts +0 -5
  817. package/lib/components/core/babylon-offer-popup-v2/babylon-offer-popup-v2.component.d.ts +0 -7
  818. package/lib/components/core/babylon-reviews/babylon-reviews.component.d.ts +0 -28
  819. package/lib/components/core/babylon-rooms-list-v2/babylon-rooms-list-v2.component.d.ts +0 -5
  820. package/lib/components/core/babylon-simple-img-info/babylon-simple-img-info.component.d.ts +0 -5
  821. package/lib/components/core/babylon-slider-box/babylon-slider-box.component.d.ts +0 -5
  822. package/lib/components/core/babylon-slider2col-v2/babylon-slider2col-v2.component.d.ts +0 -5
  823. package/lib/components/core/babylon-slider3col/babylon-slider3colcomponent.d.ts +0 -5
  824. package/lib/components/core/babylon-slider3col-v2/babylon-slider3col-v2.component.d.ts +0 -5
  825. package/lib/components/core/babylon-social-bar-v2/babylon-social-bar-v2.component.d.ts +0 -5
  826. package/lib/components/core/babylon-static-footer-v3/babylon-static-footer-v3.component.d.ts +0 -12
  827. package/lib/components/core/babylon-top-simple-img/babylon-top-simple-img.component.d.ts +0 -5
  828. package/lib/components/core/babylon-variant-selector/babylon-variant-selector.component.d.ts +0 -12
  829. package/lib/components/core/babylon-webmap-v2/babylon-webmap-v2.component.d.ts +0 -5
  830. package/lib/directives/images/swap-on-reload.directive.d.ts +0 -22
  831. /package/lib/styles/styles/babylon/{scss-daba/airDatePicker.min.css → airDatePicker.min.css} +0 -0
  832. /package/lib/styles/styles/babylon/{scss-daba/aos.min.css → aos.min.css} +0 -0
  833. /package/lib/styles/styles/babylon/{scss-daba/buttons.css → buttons.css} +0 -0
  834. /package/lib/styles/styles/babylon/{scss-daba/buttons.scss → buttons.scss} +0 -0
  835. /package/lib/styles/styles/babylon/{scss-daba/fancybox.css → fancybox.css} +0 -0
  836. /package/lib/styles/styles/babylon/{scss-daba/fancybox.min.css → fancybox.min.css} +0 -0
  837. /package/lib/styles/styles/babylon/{scss-daba/funciones.css → funciones.css} +0 -0
  838. /package/lib/styles/styles/babylon/{scss-daba/funciones.scss → funciones.scss} +0 -0
  839. /package/lib/styles/styles/babylon/{scss-daba/inputs.css → inputs.css} +0 -0
  840. /package/lib/styles/styles/babylon/{scss-daba/inputs.scss → inputs.scss} +0 -0
  841. /package/lib/styles/styles/babylon/{scss-daba/jquery.fancybox.min.css → jquery.fancybox.min.css} +0 -0
  842. /package/lib/styles/styles/babylon/{scss-daba/style.css → style.css} +0 -0
  843. /package/lib/styles/styles/babylon/{scss-daba/style.scss → style.scss} +0 -0
  844. /package/lib/styles/styles/babylon/{scss-daba/swiper-bundle.min.css → swiper-bundle.min.css} +0 -0
@@ -1,12 +1,14 @@
1
- import { Component } from '@angular/core';
1
+ import { Component, Input } from '@angular/core';
2
2
  import { StickyAvoidFooterDirective } from '../../../directives/utils/sticky-avoid-footer.directive';
3
3
  import * as i0 from "@angular/core";
4
4
  export class BabylonTopSliderVideoV2Component {
5
5
  static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: BabylonTopSliderVideoV2Component, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
6
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.12", type: BabylonTopSliderVideoV2Component, isStandalone: true, selector: "lib-babylon-top-slider-video-v2", ngImport: i0, template: "<section\n class=\"hero-banner js-active-slider\"\n data-slider_pause=\"false\"\n data-slider_name=\"js-banner-slider\"\n data-slider_showbtns=\"false\"\n data-slider_showdots=\"false\"\n data-slider_fade=\"true\"\n data-slider_autoplay=\"true\"\n data-slides_pc=\"1\"\n>\n <!-- if banner image-->\n <!-- <div class=\"js-banner-slider\">\n <div class=\"hero-banner__item\">\n <img src=\"images/img-1.webp\" class=\"hero-banner__image\" width=\"1800\" height=\"935\">\n </div>\n <div class=\"hero-banner__item\">\n <img src=\"images/img-44.webp\" class=\"hero-banner__image\" width=\"1800\" height=\"935\">\n </div>\n </div> -->\n <!-- if banner image-->\n <!-- if banner video -->\n <div class=\"hero-banner__video\">\n <div class=\"hero-banner__video--inner\">\n <iframe\n id=\"YouTubeVideoPlayer\"\n width=\"1920\"\n height=\"1080\"\n allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture\"\n src=\"https://www.youtube.com/embed/bdLumCjiKR8?enablejsapi=1&amp;controls=0&amp;showinfo=0&amp;autoplay=1&amp;modestbranding=1&amp;loop=1&amp;autohide=1&amp;playsinline=1&amp;widgetid=1&amp;mute=1&amp;playlist=bdLumCjiKR8\"\n frameborder=\"0\"\n allowfullscreen=\"\"\n ></iframe>\n </div>\n </div>\n <!-- if banner video -->\n <div\n class=\"hero-banner__logo js-scrollto\"\n data-scroll_spacer=\"50\"\n data-scroll_to=\".start\"\n role=\"button\"\n >\n <svg\n aria-hidden=\"true\"\n focusable=\"false\"\n class=\"hero-banner__logo--img hero-banner__logo--desktop\"\n >\n <use\n href=\"/assets/babylon/svg/blanco-logo-white.svg#blanco-logo-white\"\n ></use>\n </svg>\n\n <svg\n aria-hidden=\"true\"\n focusable=\"false\"\n class=\"hero-banner__logo--img hero-banner__logo--mobile\"\n >\n <use\n href=\"/assets/babylon/svg/blanco-logo-mobile.svg#blonco-logo-mobile\"\n ></use>\n </svg>\n </div>\n <div class=\"hero-banner__content\">\n <h1>\n <span class=\"hero-banner__content--title-mobile\"\n >Descubre tu hotel en el mediterraneo</span\n >\n <span class=\"hero-banner__content--title-desktop\"\n >Tu hotel mediterraneo y blanco</span\n >\n </h1>\n <p>encuentra tu estancia blanca</p>\n <span class=\"hero-banner__content-icon\">\n <span class=\"hero-banner__content-icon--line\">\n <svg aria-hidden=\"true\" focusable=\"false\">\n <use\n href=\"/assets/babylon/svg/arrow-line.svg#arrow-line\"\n ></use>\n </svg>\n </span>\n <span class=\"hero-banner__content-icon--img\">\n <svg aria-hidden=\"true\" focusable=\"false\">\n <use\n href=\"/assets/babylon/svg/icon-arrow.svg#icon-arrow\"\n ></use>\n </svg>\n </span>\n </span>\n </div>\n <span class=\"hero-banner__cookies\">\n <svg\n aria-hidden=\"true\"\n focusable=\"false\"\n class=\"hero-banner__cookies--img\"\n >\n <use href=\"/assets/babylon/svg/icon-cookies.svg#icon-cookies\"></use>\n </svg>\n </span>\n <div\n class=\"hero-banner__actions\"\n stickyAvoidFooter\n [footerSelector]=\"'.footer__links'\"\n [viewportPadding]=\"30\"\n [defaultBottom]=\"'3rem'\"\n [overlapAdjustPx]=\"10\"\n >\n <span class=\"hero-banner__actions--icon hero-banner__actions--whatsapp\">\n <span>Whatsapp</span>\n <span class=\"hero-banner__actions--img\">\n <svg aria-hidden=\"true\" focusable=\"false\">\n <use\n href=\"/assets/babylon/svg/icon-whatsapp.svg#icon-whatsapp\"\n ></use>\n </svg>\n </span>\n </span>\n <span\n class=\"hero-banner__actions--icon js-active-modal\"\n data-modal_name=\"newsletter\"\n >\n <span>Newsletter</span>\n <span class=\"hero-banner__actions--img\">\n <svg aria-hidden=\"true\" focusable=\"false\">\n <use\n href=\"/assets/babylon/svg/icon-envelope.svg#icon-envelope\"\n ></use>\n </svg>\n </span>\n </span>\n </div>\n <div class=\"hero-banner__bar\">\n <svg\n aria-hidden=\"true\"\n focusable=\"false\"\n class=\"hero-banner__bar--graphic\"\n >\n <use href=\"/assets/babylon/svg/icon-graphic.svg#icon-graphic\"></use>\n </svg>\n <span>SCROLL DOW PARA VER BLANCO HOTEL</span>\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}.hero-banner{position:relative;overflow:hidden;height:100dvh}.hero-banner__item,.hero-banner__video{transition:all .5s;min-height:65rem;height:calc(100svh - 6.6rem)}@media (min-width: 540px){.hero-banner__item,.hero-banner__video{height:calc(100svh - 7.6rem)}}@media (min-width: 768px){.hero-banner__item,.hero-banner__video{height:calc(100svh - 8.6rem)}}@media (min-width: 1024px){.hero-banner__item,.hero-banner__video{height:100svh}}@media (min-width: 1280px){.hero-banner__video{pointer-events:none}}.hero-banner__video--inner{position:relative;width:100%;height:100%;overflow:hidden;background-position:50% 50%;background-size:cover;background-repeat:no-repeat}.hero-banner__video iframe{position:absolute;inset:50% 0 0 50%;min-width:100%;min-height:100%;transform:translate(-50%,-50%)}.hero-banner__item{position:relative;vertical-align:top}.hero-banner__image{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;object-position:bottom}.hero-banner__bar{position:absolute;inset-inline:0;bottom:0;transform:translateY(100%);padding-block:1.3rem;background:var(--cl_background_white);transition:all .5s;text-transform:uppercase;text-align:center;font-weight:400;color:#4a4a49cc;font-size:1.4rem;line-height:1.2857142857;letter-spacing:.21rem;display:none;pointer-events:none}@media (min-width: 1024px){.hero-banner__bar{display:block}}.hero-banner__bar--graphic{content:\"\";position:absolute;top:.1rem;left:50%;transform:translate(-50%,-100%) scaleY(-1);color:var(--cl_background_white);width:10rem;aspect-ratio:2/1}.hero-banner__cookies{position:fixed;aspect-ratio:1;width:4.6rem;display:flex;cursor:pointer;align-items:center;justify-content:center;border-radius:100vw;background:var(--cl_background_white);color:#4a4a49;bottom:7.6rem;left:1.6rem;z-index:1;box-shadow:0 .4rem .4rem #0003;transform:translateY(0);transition:all .5s}@media (min-width: 540px){.hero-banner__cookies{bottom:8.8rem;left:1.8rem}}@media (min-width: 768px){.hero-banner__cookies{left:2rem;bottom:9.8rem}}@media (min-width: 1024px){.hero-banner__cookies{bottom:3rem}}.hero-banner__cookies--img{aspect-ratio:1;width:4rem}.hero-banner__actions{position:fixed;bottom:3rem;right:2rem;z-index:1;display:none;flex-direction:column;align-items:flex-end;transform:translateY(0);gap:2rem}@media (min-width: 1024px){.hero-banner__actions{display:flex}}.hero-banner__actions--icon{cursor:pointer;display:flex;align-items:center;justify-content:space-between;padding:1.3rem;height:4.6rem;transition:all .5s;border-radius:100vw;background:#4a4a4933;border:1px solid var(--cl_background_white);color:var(--cl_background_white)}.hero-banner__actions--icon span:not(.hero-banner__actions--img){font-size:1.5rem;line-height:1.3333333333;letter-spacing:.03rem;width:0;opacity:0;pointer-events:none;overflow-x:clip;transition:all .5s}.hero-banner__actions--icon:hover{background:#f9f8f5;border-color:#f9f8f5;color:#4a4a49}.hero-banner__actions--icon:hover span:not(.hero-banner__actions--img){width:13.3rem;opacity:1;pointer-events:initial;padding-left:1.1rem}.hero-banner__actions--whatsapp:hover{background:#24cc63;border-color:#24cc63;color:var(--cl_background_white)}.hero-banner__actions--icon .hero-banner__actions--img svg{aspect-ratio:1;width:2rem}.hero-banner__content{position:absolute;top:12.8rem;display:flex;flex-direction:column;gap:2.5rem;width:28.6rem;left:50%;text-align:center;color:var(--cl_background_white);transform:translate(-50%)}@media (min-width: 540px){.hero-banner__content{top:15.5rem;width:37.4rem}}@media (min-width: 768px){.hero-banner__content{top:19.4rem;width:47.3rem;gap:3rem}}@media (min-width: 1024px){.hero-banner__content{transform:translate(-50%,-4.4rem);opacity:0;pointer-events:none;transition:all .5s;top:13rem;width:max-content}}@media (min-width: 1680px){.hero-banner__content{top:15.5rem}}@media (min-width: 1024px){.hero-banner__content--title-mobile{display:none}}.hero-banner__content--title-desktop{display:none}@media (min-width: 1024px){.hero-banner__content--title-desktop{display:block}}.hero-banner__content h1{font-size:3.6rem;line-height:1.0555555556;color:var(--cl_background_white)}@media (min-width: 540px){.hero-banner__content h1{font-size:4rem;line-height:1}}@media (min-width: 768px){.hero-banner__content h1{font-size:5.2rem;line-height:1}}@media (min-width: 1680px){.hero-banner__content h1{font-size:6rem;line-height:1}}.hero-banner__content p{display:none;font-size:1.4rem;line-height:1.4285714286;letter-spacing:.21rem;text-transform:uppercase;font-weight:500}@media (min-width: 540px){.hero-banner__content p{display:block}}@media (min-width: 768px){.hero-banner__content p{font-size:1.7rem;line-height:1.2941176471;letter-spacing:.17rem}}@media (min-width: 1680px){.hero-banner__content p{font-size:1.8rem;line-height:1;letter-spacing:.36rem}}.hero-banner__content-icon{position:absolute;left:50%;display:flex;flex-direction:column;align-items:center;justify-content:center;transform:translate(-50%,100%);bottom:-2rem}@media (min-width: 540px){.hero-banner__content-icon{bottom:-2.504rem}}@media (min-width: 768px){.hero-banner__content-icon{bottom:-3.59rem}}@media (min-width: 1024px){.hero-banner__content-icon{bottom:-3.504rem}}@media (min-width: 1680px){.hero-banner__content-icon{bottom:-4.004rem}}.hero-banner__content-icon--img{width:1.6rem;aspect-ratio:16/9;position:relative}.hero-banner__content-icon--img svg{width:1.6rem;height:.9rem;position:absolute;top:0;left:50%;transform:translate(-50%)}.hero-banner__content-icon--line{height:2.6rem;width:1.6rem;animation:growShrink 2s infinite ease-in-out;animation-delay:1.5s;margin-bottom:-.9rem;position:relative;overflow:hidden}.hero-banner__content-icon--line svg{width:1.6rem;height:2.6rem;position:absolute;bottom:0;left:50%;transform:translate(-50%)}.hero-banner__logo{position:absolute;top:0;padding-top:4rem;left:50%;transition:all .5s;transform:translate(-50%);color:var(--cl_background_white)}@media (min-width: 768px){.hero-banner__logo{padding-top:5rem}}@media (min-width: 1024px){.hero-banner__logo{top:unset;padding-top:0;bottom:0;padding-bottom:6.038rem}}@media (min-width: 1680px){.hero-banner__logo{padding-bottom:8.047rem}}.hero-banner__logo--desktop{display:none}@media (min-width: 1024px){.hero-banner__logo--desktop{display:block}}@media (min-width: 1024px){.hero-banner__logo--mobile{display:none}}.hero-banner__logo--img{width:28rem;aspect-ratio:280/52}@media (min-width: 540px){.hero-banner__logo--img{width:40rem}}@media (min-width: 768px){.hero-banner__logo--img{width:50rem}}@media (min-width: 1024px){.hero-banner__logo--img{width:70rem}}@media (min-width: 1280px){.hero-banner__logo--img{width:90rem}}@media (min-width: 1680px){.hero-banner__logo--img{width:110rem}}@media (min-width: 1024px){.hero-banner__logo:hover{padding-bottom:10.438rem}.hero-banner__logo:hover~.hero-banner__bar{transform:translateY(0);transition:all .5s}.hero-banner__logo:hover~.hero-banner__cookies{transform:translateY(-4.4rem)}.hero-banner__logo:hover~.hero-banner__content{transform:translate(-50%);opacity:1;pointer-events:initial}}@media (min-width: 1680px){.hero-banner__logo:hover{padding-bottom:12.447rem}}\n"], dependencies: [{ kind: "directive", type: StickyAvoidFooterDirective, selector: "[stickyAvoidFooter]", inputs: ["footerSelector", "viewportPadding", "defaultBottom", "overlapAdjustPx"] }] }); }
6
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.12", type: BabylonTopSliderVideoV2Component, isStandalone: true, selector: "lib-babylon-top-slider-video-v2", inputs: { texts: "texts" }, ngImport: i0, template: "<section\n class=\"hero-banner js-active-slider\"\n data-slider_pause=\"false\"\n data-slider_name=\"js-banner-slider\"\n data-slider_showbtns=\"false\"\n data-slider_showdots=\"false\"\n data-slider_fade=\"true\"\n data-slider_autoplay=\"true\"\n data-slides_pc=\"1\"\n>\n <!-- if banner image-->\n <!-- <div class=\"js-banner-slider\">\n <div class=\"hero-banner__item\">\n <img src=\"images/img-1.webp\" class=\"hero-banner__image\" width=\"1800\" height=\"935\">\n </div>\n <div class=\"hero-banner__item\">\n <img src=\"images/img-44.webp\" class=\"hero-banner__image\" width=\"1800\" height=\"935\">\n </div>\n </div> -->\n <!-- if banner image-->\n <!-- if banner video -->\n <div class=\"hero-banner__video\">\n <div class=\"hero-banner__video--inner\">\n <iframe\n id=\"YouTubeVideoPlayer\"\n width=\"1920\"\n height=\"1080\"\n allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture\"\n src=\"https://www.youtube.com/embed/bdLumCjiKR8?enablejsapi=1&amp;controls=0&amp;showinfo=0&amp;autoplay=1&amp;modestbranding=1&amp;loop=1&amp;autohide=1&amp;playsinline=1&amp;widgetid=1&amp;mute=1&amp;playlist=bdLumCjiKR8\"\n frameborder=\"0\"\n allowfullscreen=\"\"\n ></iframe>\n </div>\n </div>\n <!-- if banner video -->\n <div\n class=\"hero-banner__logo js-scrollto\"\n data-scroll_spacer=\"50\"\n data-scroll_to=\".start\"\n role=\"button\"\n >\n <svg\n aria-hidden=\"true\"\n focusable=\"false\"\n class=\"hero-banner__logo--img hero-banner__logo--desktop\"\n >\n <use\n href=\"/assets/babylon/svg/blanco-logo-white.svg#blanco-logo-white\"\n ></use>\n </svg>\n\n <svg\n aria-hidden=\"true\"\n focusable=\"false\"\n class=\"hero-banner__logo--img hero-banner__logo--mobile\"\n >\n <use\n href=\"/assets/babylon/svg/blanco-logo-mobile.svg#blonco-logo-mobile\"\n ></use>\n </svg>\n </div>\n <div class=\"hero-banner__content\">\n <h1>\n <!-- <span class=\"hero-banner__content--title-mobile\"\n >Descubre tu hotel en el mediterraneo</span\n >-->\n <span class=\"hero-banner__content--title-desktop\"\n >Tu hotel mediterraneo y blanco</span\n >\n </h1>\n <p>encuentra tu estancia blanca</p>\n <span class=\"hero-banner__content-icon\">\n <span class=\"hero-banner__content-icon--line\">\n <svg aria-hidden=\"true\" focusable=\"false\">\n <use\n href=\"/assets/babylon/svg/arrow-line.svg#arrow-line\"\n ></use>\n </svg>\n </span>\n <span class=\"hero-banner__content-icon--img\">\n <svg aria-hidden=\"true\" focusable=\"false\">\n <use\n href=\"/assets/babylon/svg/icon-arrow.svg#icon-arrow\"\n ></use>\n </svg>\n </span>\n </span>\n </div>\n <span class=\"hero-banner__cookies\">\n <svg\n aria-hidden=\"true\"\n focusable=\"false\"\n class=\"hero-banner__cookies--img\"\n >\n <use href=\"/assets/babylon/svg/icon-cookies.svg#icon-cookies\"></use>\n </svg>\n </span>\n <div\n class=\"hero-banner__actions\"\n stickyAvoidFooter\n [footerSelector]=\"'.footer__links'\"\n [viewportPadding]=\"30\"\n [defaultBottom]=\"'3rem'\"\n [overlapAdjustPx]=\"10\"\n >\n <span class=\"hero-banner__actions--icon hero-banner__actions--whatsapp\">\n <span>Whatsapp</span>\n <span class=\"hero-banner__actions--img\">\n <svg aria-hidden=\"true\" focusable=\"false\">\n <use\n href=\"/assets/babylon/svg/icon-whatsapp.svg#icon-whatsapp\"\n ></use>\n </svg>\n </span>\n </span>\n <span\n class=\"hero-banner__actions--icon js-active-modal\"\n data-modal_name=\"newsletter\"\n >\n <span>Newsletter</span>\n <span class=\"hero-banner__actions--img\">\n <svg aria-hidden=\"true\" focusable=\"false\">\n <use\n href=\"/assets/babylon/svg/icon-envelope.svg#icon-envelope\"\n ></use>\n </svg>\n </span>\n </span>\n </div>\n <div class=\"hero-banner__bar\">\n <svg\n aria-hidden=\"true\"\n focusable=\"false\"\n class=\"hero-banner__bar--graphic\"\n >\n <use href=\"/assets/babylon/svg/icon-graphic.svg#icon-graphic\"></use>\n </svg>\n <span>SCROLL DOW PARA VER BLANCO HOTEL</span>\n </div>\n</section>\n", styles: ["@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}}: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}.hero-banner{position:relative;overflow:hidden;height:100dvh}.hero-banner__item,.hero-banner__video{min-height:65rem;height:calc(100svh - 6.6rem)}@media (min-width: 540px){.hero-banner__item,.hero-banner__video{height:calc(100svh - 7.6rem)}}@media (min-width: 768px){.hero-banner__item,.hero-banner__video{height:calc(100svh - 8.6rem)}}@media (min-width: 1024px){.hero-banner__item,.hero-banner__video{height:100svh}}@media (min-width: 1280px){.hero-banner__video{pointer-events:none}}.hero-banner__video--inner{position:relative;width:100%;height:100%;overflow:hidden;background-position:50% 50%;background-size:cover;background-repeat:no-repeat}.hero-banner__video iframe{position:absolute;inset:50% 0 0 50%;min-width:100%;min-height:100%;transform:translate(-50%,-50%)}.hero-banner__item{position:relative;vertical-align:top}.hero-banner__image{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;object-position:bottom}.hero-banner__bar{position:absolute;inset-inline:0;bottom:0;transform:translateY(100%);padding-block:1.3rem;background:var(--cl_background_white);text-transform:uppercase;text-align:center;font-weight:400;color:rgb(var(--primary),80%);font-size:1.4rem;line-height:1.2857142857;letter-spacing:.21rem;display:none;pointer-events:none}@media (min-width: 1024px){.hero-banner__bar{display:block}}.hero-banner__bar--graphic{content:\"\";position:absolute;top:.1rem;left:50%;transform:translate(-50%,-100%) scaleY(-1);color:var(--cl_background_white);width:10rem;aspect-ratio:2/1}.hero-banner__cookies{position:fixed;aspect-ratio:1;width:4.6rem;display:flex;cursor:pointer;align-items:center;justify-content:center;border-radius:100vw;background:var(--cl_background_white);color:var(--primary);bottom:7.6rem;left:1.6rem;z-index:1;transform:translateY(0)}@media (min-width: 540px){.hero-banner__cookies{bottom:8.8rem;left:1.8rem}}@media (min-width: 768px){.hero-banner__cookies{left:2rem;bottom:9.8rem}}@media (min-width: 1024px){.hero-banner__cookies{bottom:3rem}}.hero-banner__cookies--img{aspect-ratio:1;width:4rem}.hero-banner__actions{position:fixed;bottom:3rem;right:2rem;z-index:1;display:none;flex-direction:column;align-items:flex-end;transform:translateY(0);gap:2rem}@media (min-width: 1024px){.hero-banner__actions{display:flex}}.hero-banner__actions--icon{cursor:pointer;display:flex;align-items:center;justify-content:space-between;padding:1.3rem;height:4.6rem;border-radius:100vw;background:rgb(var(--primary),20%);border:1px solid var(--cl_background_white);color:var(--cl_background_white)}.hero-banner__actions--icon span:not(.hero-banner__actions--img){font-size:1.5rem;line-height:1.3333333333;letter-spacing:.03rem;width:0;opacity:0;pointer-events:none;overflow-x:clip}.hero-banner__actions--icon:hover{background:--cream;border-color:--cream;color:var(--primary)}.hero-banner__actions--icon:hover span:not(.hero-banner__actions--img){width:13.3rem;opacity:1;pointer-events:initial;padding-left:1.1rem}.hero-banner__actions--whatsapp:hover{background:--whatsapp;border-color:--whatsapp;color:var(--cl_background_white)}.hero-banner__actions--icon .hero-banner__actions--img svg{aspect-ratio:1;width:2rem}.hero-banner__content{position:absolute;top:12.8rem;display:flex;flex-direction:column;gap:2.5rem;width:28.6rem;left:50%;text-align:center;color:var(--cl_background_white);transform:translate(-50%)}@media (min-width: 540px){.hero-banner__content{top:15.5rem;width:37.4rem}}@media (min-width: 768px){.hero-banner__content{top:19.4rem;width:47.3rem;gap:3rem}}@media (min-width: 1024px){.hero-banner__content{transform:translate(-50%,-4.4rem);opacity:0;pointer-events:none;top:13rem;width:max-content}}@media (min-width: 1680px){.hero-banner__content{top:15.5rem}}@media (min-width: 1024px){.hero-banner__content--title-mobile{display:none}}.hero-banner__content--title-desktop{display:none}@media (min-width: 1024px){.hero-banner__content--title-desktop{display:block}}.hero-banner__content h1{font-size:3.6rem;line-height:1.0555555556;color:var(--cl_background_white)}@media (min-width: 540px){.hero-banner__content h1{font-size:4rem;line-height:1}}@media (min-width: 768px){.hero-banner__content h1{font-size:5.2rem;line-height:1}}@media (min-width: 1680px){.hero-banner__content h1{font-size:6rem;line-height:1}}.hero-banner__content p{display:none;font-size:1.4rem;line-height:1.4285714286;letter-spacing:.21rem;text-transform:uppercase;font-weight:500}@media (min-width: 540px){.hero-banner__content p{display:block}}@media (min-width: 768px){.hero-banner__content p{font-size:1.7rem;line-height:1.2941176471;letter-spacing:.17rem}}@media (min-width: 1680px){.hero-banner__content p{font-size:1.8rem;line-height:1;letter-spacing:.36rem}}.hero-banner__content-icon{position:absolute;left:50%;display:flex;flex-direction:column;align-items:center;justify-content:center;transform:translate(-50%,100%);bottom:-2rem}@media (min-width: 540px){.hero-banner__content-icon{bottom:-2.504rem}}@media (min-width: 768px){.hero-banner__content-icon{bottom:-3.59rem}}@media (min-width: 1024px){.hero-banner__content-icon{bottom:-3.504rem}}@media (min-width: 1680px){.hero-banner__content-icon{bottom:-4.004rem}}.hero-banner__content-icon--img{width:1.6rem;aspect-ratio:16/9;position:relative}.hero-banner__content-icon--img svg{width:1.6rem;height:.9rem;position:absolute;top:0;left:50%;transform:translate(-50%)}.hero-banner__content-icon--line{height:2.6rem;width:1.6rem;animation:growShrink 2s infinite ease-in-out;animation-delay:1.5s;margin-bottom:-.9rem;position:relative;overflow:hidden}.hero-banner__content-icon--line svg{width:1.6rem;height:2.6rem;position:absolute;bottom:0;left:50%;transform:translate(-50%)}.hero-banner__logo{position:absolute;top:0;padding-top:4rem;left:50%;transform:translate(-50%);color:var(--cl_background_white)}@media (min-width: 768px){.hero-banner__logo{padding-top:5rem}}@media (min-width: 1024px){.hero-banner__logo{top:unset;padding-top:0;bottom:0;padding-bottom:6.038rem}}@media (min-width: 1680px){.hero-banner__logo{padding-bottom:8.047rem}}.hero-banner__logo--desktop{display:none}@media (min-width: 1024px){.hero-banner__logo--desktop{display:block}}@media (min-width: 1024px){.hero-banner__logo--mobile{display:none}}.hero-banner__logo--img{width:28rem;aspect-ratio:280/52}@media (min-width: 540px){.hero-banner__logo--img{width:40rem}}@media (min-width: 768px){.hero-banner__logo--img{width:50rem}}@media (min-width: 1024px){.hero-banner__logo--img{width:70rem}}@media (min-width: 1280px){.hero-banner__logo--img{width:90rem}}@media (min-width: 1680px){.hero-banner__logo--img{width:110rem}}@media (min-width: 1024px){.hero-banner__logo:hover{padding-bottom:10.438rem}.hero-banner__logo:hover~.hero-banner__bar{transform:translateY(0)}.hero-banner__logo:hover~.hero-banner__cookies{transform:translateY(-4.4rem)}.hero-banner__logo:hover~.hero-banner__content{transform:translate(-50%);opacity:1;pointer-events:initial}}@media (min-width: 1680px){.hero-banner__logo:hover{padding-bottom:12.447rem}}\n"], dependencies: [{ kind: "directive", type: StickyAvoidFooterDirective, selector: "[stickyAvoidFooter]", inputs: ["footerSelector", "viewportPadding", "defaultBottom", "overlapAdjustPx", "platformId"] }] }); }
7
7
  }
8
8
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: BabylonTopSliderVideoV2Component, decorators: [{
9
9
  type: Component,
10
- args: [{ selector: 'lib-babylon-top-slider-video-v2', standalone: true, imports: [StickyAvoidFooterDirective], template: "<section\n class=\"hero-banner js-active-slider\"\n data-slider_pause=\"false\"\n data-slider_name=\"js-banner-slider\"\n data-slider_showbtns=\"false\"\n data-slider_showdots=\"false\"\n data-slider_fade=\"true\"\n data-slider_autoplay=\"true\"\n data-slides_pc=\"1\"\n>\n <!-- if banner image-->\n <!-- <div class=\"js-banner-slider\">\n <div class=\"hero-banner__item\">\n <img src=\"images/img-1.webp\" class=\"hero-banner__image\" width=\"1800\" height=\"935\">\n </div>\n <div class=\"hero-banner__item\">\n <img src=\"images/img-44.webp\" class=\"hero-banner__image\" width=\"1800\" height=\"935\">\n </div>\n </div> -->\n <!-- if banner image-->\n <!-- if banner video -->\n <div class=\"hero-banner__video\">\n <div class=\"hero-banner__video--inner\">\n <iframe\n id=\"YouTubeVideoPlayer\"\n width=\"1920\"\n height=\"1080\"\n allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture\"\n src=\"https://www.youtube.com/embed/bdLumCjiKR8?enablejsapi=1&amp;controls=0&amp;showinfo=0&amp;autoplay=1&amp;modestbranding=1&amp;loop=1&amp;autohide=1&amp;playsinline=1&amp;widgetid=1&amp;mute=1&amp;playlist=bdLumCjiKR8\"\n frameborder=\"0\"\n allowfullscreen=\"\"\n ></iframe>\n </div>\n </div>\n <!-- if banner video -->\n <div\n class=\"hero-banner__logo js-scrollto\"\n data-scroll_spacer=\"50\"\n data-scroll_to=\".start\"\n role=\"button\"\n >\n <svg\n aria-hidden=\"true\"\n focusable=\"false\"\n class=\"hero-banner__logo--img hero-banner__logo--desktop\"\n >\n <use\n href=\"/assets/babylon/svg/blanco-logo-white.svg#blanco-logo-white\"\n ></use>\n </svg>\n\n <svg\n aria-hidden=\"true\"\n focusable=\"false\"\n class=\"hero-banner__logo--img hero-banner__logo--mobile\"\n >\n <use\n href=\"/assets/babylon/svg/blanco-logo-mobile.svg#blonco-logo-mobile\"\n ></use>\n </svg>\n </div>\n <div class=\"hero-banner__content\">\n <h1>\n <span class=\"hero-banner__content--title-mobile\"\n >Descubre tu hotel en el mediterraneo</span\n >\n <span class=\"hero-banner__content--title-desktop\"\n >Tu hotel mediterraneo y blanco</span\n >\n </h1>\n <p>encuentra tu estancia blanca</p>\n <span class=\"hero-banner__content-icon\">\n <span class=\"hero-banner__content-icon--line\">\n <svg aria-hidden=\"true\" focusable=\"false\">\n <use\n href=\"/assets/babylon/svg/arrow-line.svg#arrow-line\"\n ></use>\n </svg>\n </span>\n <span class=\"hero-banner__content-icon--img\">\n <svg aria-hidden=\"true\" focusable=\"false\">\n <use\n href=\"/assets/babylon/svg/icon-arrow.svg#icon-arrow\"\n ></use>\n </svg>\n </span>\n </span>\n </div>\n <span class=\"hero-banner__cookies\">\n <svg\n aria-hidden=\"true\"\n focusable=\"false\"\n class=\"hero-banner__cookies--img\"\n >\n <use href=\"/assets/babylon/svg/icon-cookies.svg#icon-cookies\"></use>\n </svg>\n </span>\n <div\n class=\"hero-banner__actions\"\n stickyAvoidFooter\n [footerSelector]=\"'.footer__links'\"\n [viewportPadding]=\"30\"\n [defaultBottom]=\"'3rem'\"\n [overlapAdjustPx]=\"10\"\n >\n <span class=\"hero-banner__actions--icon hero-banner__actions--whatsapp\">\n <span>Whatsapp</span>\n <span class=\"hero-banner__actions--img\">\n <svg aria-hidden=\"true\" focusable=\"false\">\n <use\n href=\"/assets/babylon/svg/icon-whatsapp.svg#icon-whatsapp\"\n ></use>\n </svg>\n </span>\n </span>\n <span\n class=\"hero-banner__actions--icon js-active-modal\"\n data-modal_name=\"newsletter\"\n >\n <span>Newsletter</span>\n <span class=\"hero-banner__actions--img\">\n <svg aria-hidden=\"true\" focusable=\"false\">\n <use\n href=\"/assets/babylon/svg/icon-envelope.svg#icon-envelope\"\n ></use>\n </svg>\n </span>\n </span>\n </div>\n <div class=\"hero-banner__bar\">\n <svg\n aria-hidden=\"true\"\n focusable=\"false\"\n class=\"hero-banner__bar--graphic\"\n >\n <use href=\"/assets/babylon/svg/icon-graphic.svg#icon-graphic\"></use>\n </svg>\n <span>SCROLL DOW PARA VER BLANCO HOTEL</span>\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}.hero-banner{position:relative;overflow:hidden;height:100dvh}.hero-banner__item,.hero-banner__video{transition:all .5s;min-height:65rem;height:calc(100svh - 6.6rem)}@media (min-width: 540px){.hero-banner__item,.hero-banner__video{height:calc(100svh - 7.6rem)}}@media (min-width: 768px){.hero-banner__item,.hero-banner__video{height:calc(100svh - 8.6rem)}}@media (min-width: 1024px){.hero-banner__item,.hero-banner__video{height:100svh}}@media (min-width: 1280px){.hero-banner__video{pointer-events:none}}.hero-banner__video--inner{position:relative;width:100%;height:100%;overflow:hidden;background-position:50% 50%;background-size:cover;background-repeat:no-repeat}.hero-banner__video iframe{position:absolute;inset:50% 0 0 50%;min-width:100%;min-height:100%;transform:translate(-50%,-50%)}.hero-banner__item{position:relative;vertical-align:top}.hero-banner__image{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;object-position:bottom}.hero-banner__bar{position:absolute;inset-inline:0;bottom:0;transform:translateY(100%);padding-block:1.3rem;background:var(--cl_background_white);transition:all .5s;text-transform:uppercase;text-align:center;font-weight:400;color:#4a4a49cc;font-size:1.4rem;line-height:1.2857142857;letter-spacing:.21rem;display:none;pointer-events:none}@media (min-width: 1024px){.hero-banner__bar{display:block}}.hero-banner__bar--graphic{content:\"\";position:absolute;top:.1rem;left:50%;transform:translate(-50%,-100%) scaleY(-1);color:var(--cl_background_white);width:10rem;aspect-ratio:2/1}.hero-banner__cookies{position:fixed;aspect-ratio:1;width:4.6rem;display:flex;cursor:pointer;align-items:center;justify-content:center;border-radius:100vw;background:var(--cl_background_white);color:#4a4a49;bottom:7.6rem;left:1.6rem;z-index:1;box-shadow:0 .4rem .4rem #0003;transform:translateY(0);transition:all .5s}@media (min-width: 540px){.hero-banner__cookies{bottom:8.8rem;left:1.8rem}}@media (min-width: 768px){.hero-banner__cookies{left:2rem;bottom:9.8rem}}@media (min-width: 1024px){.hero-banner__cookies{bottom:3rem}}.hero-banner__cookies--img{aspect-ratio:1;width:4rem}.hero-banner__actions{position:fixed;bottom:3rem;right:2rem;z-index:1;display:none;flex-direction:column;align-items:flex-end;transform:translateY(0);gap:2rem}@media (min-width: 1024px){.hero-banner__actions{display:flex}}.hero-banner__actions--icon{cursor:pointer;display:flex;align-items:center;justify-content:space-between;padding:1.3rem;height:4.6rem;transition:all .5s;border-radius:100vw;background:#4a4a4933;border:1px solid var(--cl_background_white);color:var(--cl_background_white)}.hero-banner__actions--icon span:not(.hero-banner__actions--img){font-size:1.5rem;line-height:1.3333333333;letter-spacing:.03rem;width:0;opacity:0;pointer-events:none;overflow-x:clip;transition:all .5s}.hero-banner__actions--icon:hover{background:#f9f8f5;border-color:#f9f8f5;color:#4a4a49}.hero-banner__actions--icon:hover span:not(.hero-banner__actions--img){width:13.3rem;opacity:1;pointer-events:initial;padding-left:1.1rem}.hero-banner__actions--whatsapp:hover{background:#24cc63;border-color:#24cc63;color:var(--cl_background_white)}.hero-banner__actions--icon .hero-banner__actions--img svg{aspect-ratio:1;width:2rem}.hero-banner__content{position:absolute;top:12.8rem;display:flex;flex-direction:column;gap:2.5rem;width:28.6rem;left:50%;text-align:center;color:var(--cl_background_white);transform:translate(-50%)}@media (min-width: 540px){.hero-banner__content{top:15.5rem;width:37.4rem}}@media (min-width: 768px){.hero-banner__content{top:19.4rem;width:47.3rem;gap:3rem}}@media (min-width: 1024px){.hero-banner__content{transform:translate(-50%,-4.4rem);opacity:0;pointer-events:none;transition:all .5s;top:13rem;width:max-content}}@media (min-width: 1680px){.hero-banner__content{top:15.5rem}}@media (min-width: 1024px){.hero-banner__content--title-mobile{display:none}}.hero-banner__content--title-desktop{display:none}@media (min-width: 1024px){.hero-banner__content--title-desktop{display:block}}.hero-banner__content h1{font-size:3.6rem;line-height:1.0555555556;color:var(--cl_background_white)}@media (min-width: 540px){.hero-banner__content h1{font-size:4rem;line-height:1}}@media (min-width: 768px){.hero-banner__content h1{font-size:5.2rem;line-height:1}}@media (min-width: 1680px){.hero-banner__content h1{font-size:6rem;line-height:1}}.hero-banner__content p{display:none;font-size:1.4rem;line-height:1.4285714286;letter-spacing:.21rem;text-transform:uppercase;font-weight:500}@media (min-width: 540px){.hero-banner__content p{display:block}}@media (min-width: 768px){.hero-banner__content p{font-size:1.7rem;line-height:1.2941176471;letter-spacing:.17rem}}@media (min-width: 1680px){.hero-banner__content p{font-size:1.8rem;line-height:1;letter-spacing:.36rem}}.hero-banner__content-icon{position:absolute;left:50%;display:flex;flex-direction:column;align-items:center;justify-content:center;transform:translate(-50%,100%);bottom:-2rem}@media (min-width: 540px){.hero-banner__content-icon{bottom:-2.504rem}}@media (min-width: 768px){.hero-banner__content-icon{bottom:-3.59rem}}@media (min-width: 1024px){.hero-banner__content-icon{bottom:-3.504rem}}@media (min-width: 1680px){.hero-banner__content-icon{bottom:-4.004rem}}.hero-banner__content-icon--img{width:1.6rem;aspect-ratio:16/9;position:relative}.hero-banner__content-icon--img svg{width:1.6rem;height:.9rem;position:absolute;top:0;left:50%;transform:translate(-50%)}.hero-banner__content-icon--line{height:2.6rem;width:1.6rem;animation:growShrink 2s infinite ease-in-out;animation-delay:1.5s;margin-bottom:-.9rem;position:relative;overflow:hidden}.hero-banner__content-icon--line svg{width:1.6rem;height:2.6rem;position:absolute;bottom:0;left:50%;transform:translate(-50%)}.hero-banner__logo{position:absolute;top:0;padding-top:4rem;left:50%;transition:all .5s;transform:translate(-50%);color:var(--cl_background_white)}@media (min-width: 768px){.hero-banner__logo{padding-top:5rem}}@media (min-width: 1024px){.hero-banner__logo{top:unset;padding-top:0;bottom:0;padding-bottom:6.038rem}}@media (min-width: 1680px){.hero-banner__logo{padding-bottom:8.047rem}}.hero-banner__logo--desktop{display:none}@media (min-width: 1024px){.hero-banner__logo--desktop{display:block}}@media (min-width: 1024px){.hero-banner__logo--mobile{display:none}}.hero-banner__logo--img{width:28rem;aspect-ratio:280/52}@media (min-width: 540px){.hero-banner__logo--img{width:40rem}}@media (min-width: 768px){.hero-banner__logo--img{width:50rem}}@media (min-width: 1024px){.hero-banner__logo--img{width:70rem}}@media (min-width: 1280px){.hero-banner__logo--img{width:90rem}}@media (min-width: 1680px){.hero-banner__logo--img{width:110rem}}@media (min-width: 1024px){.hero-banner__logo:hover{padding-bottom:10.438rem}.hero-banner__logo:hover~.hero-banner__bar{transform:translateY(0);transition:all .5s}.hero-banner__logo:hover~.hero-banner__cookies{transform:translateY(-4.4rem)}.hero-banner__logo:hover~.hero-banner__content{transform:translate(-50%);opacity:1;pointer-events:initial}}@media (min-width: 1680px){.hero-banner__logo:hover{padding-bottom:12.447rem}}\n"] }]
11
- }] });
12
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYmFieWxvbi10b3Atc2xpZGVyLXZpZGVvLXYyLmNvbXBvbmVudC5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL2JhYnlsb24vc3JjL2xpYi9jb21wb25lbnRzL2NvcmUvYmFieWxvbi10b3Atc2xpZGVyLXZpZGVvLXYyL2JhYnlsb24tdG9wLXNsaWRlci12aWRlby12Mi5jb21wb25lbnQudHMiLCIuLi8uLi8uLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9iYWJ5bG9uL3NyYy9saWIvY29tcG9uZW50cy9jb3JlL2JhYnlsb24tdG9wLXNsaWRlci12aWRlby12Mi9iYWJ5bG9uLXRvcC1zbGlkZXItdmlkZW8tdjIuY29tcG9uZW50Lmh0bWwiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFFLFNBQVMsRUFBRSxNQUFNLGVBQWUsQ0FBQztBQUMxQyxPQUFPLEVBQUUsMEJBQTBCLEVBQUUsTUFBTSx5REFBeUQsQ0FBQzs7QUFTckcsTUFBTSxPQUFPLGdDQUFnQzsrR0FBaEMsZ0NBQWdDO21HQUFoQyxnQ0FBZ0MsMkZDVjdDLDZuS0E0SUEsODVjRHRJYywwQkFBMEI7OzRGQUkzQixnQ0FBZ0M7a0JBUDVDLFNBQVM7K0JBQ0ksaUNBQWlDLGNBQy9CLElBQUksV0FDUCxDQUFDLDBCQUEwQixDQUFDIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgQ29tcG9uZW50IH0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XG5pbXBvcnQgeyBTdGlja3lBdm9pZEZvb3RlckRpcmVjdGl2ZSB9IGZyb20gJy4uLy4uLy4uL2RpcmVjdGl2ZXMvdXRpbHMvc3RpY2t5LWF2b2lkLWZvb3Rlci5kaXJlY3RpdmUnO1xuXG5AQ29tcG9uZW50KHtcbiAgICBzZWxlY3RvcjogJ2xpYi1iYWJ5bG9uLXRvcC1zbGlkZXItdmlkZW8tdjInLFxuICAgIHN0YW5kYWxvbmU6IHRydWUsXG4gICAgaW1wb3J0czogW1N0aWNreUF2b2lkRm9vdGVyRGlyZWN0aXZlXSxcbiAgICB0ZW1wbGF0ZVVybDogJy4vYmFieWxvbi10b3Atc2xpZGVyLXZpZGVvLXYyLmNvbXBvbmVudC5odG1sJyxcbiAgICBzdHlsZVVybDogJy4vYmFieWxvbi10b3Atc2xpZGVyLXZpZGVvLXYyLmNvbXBvbmVudC5zY3NzJyxcbn0pXG5leHBvcnQgY2xhc3MgQmFieWxvblRvcFNsaWRlclZpZGVvVjJDb21wb25lbnQge31cbiIsIjxzZWN0aW9uXG4gICAgY2xhc3M9XCJoZXJvLWJhbm5lciBqcy1hY3RpdmUtc2xpZGVyXCJcbiAgICBkYXRhLXNsaWRlcl9wYXVzZT1cImZhbHNlXCJcbiAgICBkYXRhLXNsaWRlcl9uYW1lPVwianMtYmFubmVyLXNsaWRlclwiXG4gICAgZGF0YS1zbGlkZXJfc2hvd2J0bnM9XCJmYWxzZVwiXG4gICAgZGF0YS1zbGlkZXJfc2hvd2RvdHM9XCJmYWxzZVwiXG4gICAgZGF0YS1zbGlkZXJfZmFkZT1cInRydWVcIlxuICAgIGRhdGEtc2xpZGVyX2F1dG9wbGF5PVwidHJ1ZVwiXG4gICAgZGF0YS1zbGlkZXNfcGM9XCIxXCJcbj5cbiAgICA8IS0tIGlmIGJhbm5lciBpbWFnZS0tPlxuICAgIDwhLS0gPGRpdiBjbGFzcz1cImpzLWJhbm5lci1zbGlkZXJcIj5cbiAgICAgICAgICAgIDxkaXYgY2xhc3M9XCJoZXJvLWJhbm5lcl9faXRlbVwiPlxuICAgICAgICAgICAgICAgIDxpbWcgc3JjPVwiaW1hZ2VzL2ltZy0xLndlYnBcIiBjbGFzcz1cImhlcm8tYmFubmVyX19pbWFnZVwiIHdpZHRoPVwiMTgwMFwiIGhlaWdodD1cIjkzNVwiPlxuICAgICAgICAgICAgPC9kaXY+XG4gICAgICAgICAgICA8ZGl2IGNsYXNzPVwiaGVyby1iYW5uZXJfX2l0ZW1cIj5cbiAgICAgICAgICAgICAgICA8aW1nIHNyYz1cImltYWdlcy9pbWctNDQud2VicFwiIGNsYXNzPVwiaGVyby1iYW5uZXJfX2ltYWdlXCIgd2lkdGg9XCIxODAwXCIgaGVpZ2h0PVwiOTM1XCI+XG4gICAgICAgICAgICA8L2Rpdj5cbiAgICAgICAgPC9kaXY+IC0tPlxuICAgIDwhLS0gaWYgYmFubmVyIGltYWdlLS0+XG4gICAgPCEtLSBpZiBiYW5uZXIgdmlkZW8gLS0+XG4gICAgPGRpdiBjbGFzcz1cImhlcm8tYmFubmVyX192aWRlb1wiPlxuICAgICAgICA8ZGl2IGNsYXNzPVwiaGVyby1iYW5uZXJfX3ZpZGVvLS1pbm5lclwiPlxuICAgICAgICAgICAgPGlmcmFtZVxuICAgICAgICAgICAgICAgIGlkPVwiWW91VHViZVZpZGVvUGxheWVyXCJcbiAgICAgICAgICAgICAgICB3aWR0aD1cIjE5MjBcIlxuICAgICAgICAgICAgICAgIGhlaWdodD1cIjEwODBcIlxuICAgICAgICAgICAgICAgIGFsbG93PVwiYWNjZWxlcm9tZXRlcjsgYXV0b3BsYXk7IGNsaXBib2FyZC13cml0ZTsgZW5jcnlwdGVkLW1lZGlhOyBneXJvc2NvcGU7IHBpY3R1cmUtaW4tcGljdHVyZVwiXG4gICAgICAgICAgICAgICAgc3JjPVwiaHR0cHM6Ly93d3cueW91dHViZS5jb20vZW1iZWQvYmRMdW1DamlLUjg/ZW5hYmxlanNhcGk9MSZhbXA7Y29udHJvbHM9MCZhbXA7c2hvd2luZm89MCZhbXA7YXV0b3BsYXk9MSZhbXA7bW9kZXN0YnJhbmRpbmc9MSZhbXA7bG9vcD0xJmFtcDthdXRvaGlkZT0xJmFtcDtwbGF5c2lubGluZT0xJmFtcDt3aWRnZXRpZD0xJmFtcDttdXRlPTEmYW1wO3BsYXlsaXN0PWJkTHVtQ2ppS1I4XCJcbiAgICAgICAgICAgICAgICBmcmFtZWJvcmRlcj1cIjBcIlxuICAgICAgICAgICAgICAgIGFsbG93ZnVsbHNjcmVlbj1cIlwiXG4gICAgICAgICAgICA+PC9pZnJhbWU+XG4gICAgICAgIDwvZGl2PlxuICAgIDwvZGl2PlxuICAgIDwhLS0gaWYgYmFubmVyIHZpZGVvIC0tPlxuICAgIDxkaXZcbiAgICAgICAgY2xhc3M9XCJoZXJvLWJhbm5lcl9fbG9nbyBqcy1zY3JvbGx0b1wiXG4gICAgICAgIGRhdGEtc2Nyb2xsX3NwYWNlcj1cIjUwXCJcbiAgICAgICAgZGF0YS1zY3JvbGxfdG89XCIuc3RhcnRcIlxuICAgICAgICByb2xlPVwiYnV0dG9uXCJcbiAgICA+XG4gICAgICAgIDxzdmdcbiAgICAgICAgICAgIGFyaWEtaGlkZGVuPVwidHJ1ZVwiXG4gICAgICAgICAgICBmb2N1c2FibGU9XCJmYWxzZVwiXG4gICAgICAgICAgICBjbGFzcz1cImhlcm8tYmFubmVyX19sb2dvLS1pbWcgaGVyby1iYW5uZXJfX2xvZ28tLWRlc2t0b3BcIlxuICAgICAgICA+XG4gICAgICAgICAgICA8dXNlXG4gICAgICAgICAgICAgICAgaHJlZj1cIi9hc3NldHMvYmFieWxvbi9zdmcvYmxhbmNvLWxvZ28td2hpdGUuc3ZnI2JsYW5jby1sb2dvLXdoaXRlXCJcbiAgICAgICAgICAgID48L3VzZT5cbiAgICAgICAgPC9zdmc+XG5cbiAgICAgICAgPHN2Z1xuICAgICAgICAgICAgYXJpYS1oaWRkZW49XCJ0cnVlXCJcbiAgICAgICAgICAgIGZvY3VzYWJsZT1cImZhbHNlXCJcbiAgICAgICAgICAgIGNsYXNzPVwiaGVyby1iYW5uZXJfX2xvZ28tLWltZyBoZXJvLWJhbm5lcl9fbG9nby0tbW9iaWxlXCJcbiAgICAgICAgPlxuICAgICAgICAgICAgPHVzZVxuICAgICAgICAgICAgICAgIGhyZWY9XCIvYXNzZXRzL2JhYnlsb24vc3ZnL2JsYW5jby1sb2dvLW1vYmlsZS5zdmcjYmxvbmNvLWxvZ28tbW9iaWxlXCJcbiAgICAgICAgICAgID48L3VzZT5cbiAgICAgICAgPC9zdmc+XG4gICAgPC9kaXY+XG4gICAgPGRpdiBjbGFzcz1cImhlcm8tYmFubmVyX19jb250ZW50XCI+XG4gICAgICAgIDxoMT5cbiAgICAgICAgICAgIDxzcGFuIGNsYXNzPVwiaGVyby1iYW5uZXJfX2NvbnRlbnQtLXRpdGxlLW1vYmlsZVwiXG4gICAgICAgICAgICAgICAgPkRlc2N1YnJlIHR1IGhvdGVsIGVuIGVsIG1lZGl0ZXJyYW5lbzwvc3BhblxuICAgICAgICAgICAgPlxuICAgICAgICAgICAgPHNwYW4gY2xhc3M9XCJoZXJvLWJhbm5lcl9fY29udGVudC0tdGl0bGUtZGVza3RvcFwiXG4gICAgICAgICAgICAgICAgPlR1IGhvdGVsIG1lZGl0ZXJyYW5lbyB5IGJsYW5jbzwvc3BhblxuICAgICAgICAgICAgPlxuICAgICAgICA8L2gxPlxuICAgICAgICA8cD5lbmN1ZW50cmEgdHUgZXN0YW5jaWEgYmxhbmNhPC9wPlxuICAgICAgICA8c3BhbiBjbGFzcz1cImhlcm8tYmFubmVyX19jb250ZW50LWljb25cIj5cbiAgICAgICAgICAgIDxzcGFuIGNsYXNzPVwiaGVyby1iYW5uZXJfX2NvbnRlbnQtaWNvbi0tbGluZVwiPlxuICAgICAgICAgICAgICAgIDxzdmcgYXJpYS1oaWRkZW49XCJ0cnVlXCIgZm9jdXNhYmxlPVwiZmFsc2VcIj5cbiAgICAgICAgICAgICAgICAgICAgPHVzZVxuICAgICAgICAgICAgICAgICAgICAgICAgaHJlZj1cIi9hc3NldHMvYmFieWxvbi9zdmcvYXJyb3ctbGluZS5zdmcjYXJyb3ctbGluZVwiXG4gICAgICAgICAgICAgICAgICAgID48L3VzZT5cbiAgICAgICAgICAgICAgICA8L3N2Zz5cbiAgICAgICAgICAgIDwvc3Bhbj5cbiAgICAgICAgICAgIDxzcGFuIGNsYXNzPVwiaGVyby1iYW5uZXJfX2NvbnRlbnQtaWNvbi0taW1nXCI+XG4gICAgICAgICAgICAgICAgPHN2ZyBhcmlhLWhpZGRlbj1cInRydWVcIiBmb2N1c2FibGU9XCJmYWxzZVwiPlxuICAgICAgICAgICAgICAgICAgICA8dXNlXG4gICAgICAgICAgICAgICAgICAgICAgICBocmVmPVwiL2Fzc2V0cy9iYWJ5bG9uL3N2Zy9pY29uLWFycm93LnN2ZyNpY29uLWFycm93XCJcbiAgICAgICAgICAgICAgICAgICAgPjwvdXNlPlxuICAgICAgICAgICAgICAgIDwvc3ZnPlxuICAgICAgICAgICAgPC9zcGFuPlxuICAgICAgICA8L3NwYW4+XG4gICAgPC9kaXY+XG4gICAgPHNwYW4gY2xhc3M9XCJoZXJvLWJhbm5lcl9fY29va2llc1wiPlxuICAgICAgICA8c3ZnXG4gICAgICAgICAgICBhcmlhLWhpZGRlbj1cInRydWVcIlxuICAgICAgICAgICAgZm9jdXNhYmxlPVwiZmFsc2VcIlxuICAgICAgICAgICAgY2xhc3M9XCJoZXJvLWJhbm5lcl9fY29va2llcy0taW1nXCJcbiAgICAgICAgPlxuICAgICAgICAgICAgPHVzZSBocmVmPVwiL2Fzc2V0cy9iYWJ5bG9uL3N2Zy9pY29uLWNvb2tpZXMuc3ZnI2ljb24tY29va2llc1wiPjwvdXNlPlxuICAgICAgICA8L3N2Zz5cbiAgICA8L3NwYW4+XG4gICAgPGRpdlxuICAgICAgICBjbGFzcz1cImhlcm8tYmFubmVyX19hY3Rpb25zXCJcbiAgICAgICAgc3RpY2t5QXZvaWRGb290ZXJcbiAgICAgICAgW2Zvb3RlclNlbGVjdG9yXT1cIicuZm9vdGVyX19saW5rcydcIlxuICAgICAgICBbdmlld3BvcnRQYWRkaW5nXT1cIjMwXCJcbiAgICAgICAgW2RlZmF1bHRCb3R0b21dPVwiJzNyZW0nXCJcbiAgICAgICAgW292ZXJsYXBBZGp1c3RQeF09XCIxMFwiXG4gICAgPlxuICAgICAgICA8c3BhbiBjbGFzcz1cImhlcm8tYmFubmVyX19hY3Rpb25zLS1pY29uIGhlcm8tYmFubmVyX19hY3Rpb25zLS13aGF0c2FwcFwiPlxuICAgICAgICAgICAgPHNwYW4+V2hhdHNhcHA8L3NwYW4+XG4gICAgICAgICAgICA8c3BhbiBjbGFzcz1cImhlcm8tYmFubmVyX19hY3Rpb25zLS1pbWdcIj5cbiAgICAgICAgICAgICAgICA8c3ZnIGFyaWEtaGlkZGVuPVwidHJ1ZVwiIGZvY3VzYWJsZT1cImZhbHNlXCI+XG4gICAgICAgICAgICAgICAgICAgIDx1c2VcbiAgICAgICAgICAgICAgICAgICAgICAgIGhyZWY9XCIvYXNzZXRzL2JhYnlsb24vc3ZnL2ljb24td2hhdHNhcHAuc3ZnI2ljb24td2hhdHNhcHBcIlxuICAgICAgICAgICAgICAgICAgICA+PC91c2U+XG4gICAgICAgICAgICAgICAgPC9zdmc+XG4gICAgICAgICAgICA8L3NwYW4+XG4gICAgICAgIDwvc3Bhbj5cbiAgICAgICAgPHNwYW5cbiAgICAgICAgICAgIGNsYXNzPVwiaGVyby1iYW5uZXJfX2FjdGlvbnMtLWljb24ganMtYWN0aXZlLW1vZGFsXCJcbiAgICAgICAgICAgIGRhdGEtbW9kYWxfbmFtZT1cIm5ld3NsZXR0ZXJcIlxuICAgICAgICA+XG4gICAgICAgICAgICA8c3Bhbj5OZXdzbGV0dGVyPC9zcGFuPlxuICAgICAgICAgICAgPHNwYW4gY2xhc3M9XCJoZXJvLWJhbm5lcl9fYWN0aW9ucy0taW1nXCI+XG4gICAgICAgICAgICAgICAgPHN2ZyBhcmlhLWhpZGRlbj1cInRydWVcIiBmb2N1c2FibGU9XCJmYWxzZVwiPlxuICAgICAgICAgICAgICAgICAgICA8dXNlXG4gICAgICAgICAgICAgICAgICAgICAgICBocmVmPVwiL2Fzc2V0cy9iYWJ5bG9uL3N2Zy9pY29uLWVudmVsb3BlLnN2ZyNpY29uLWVudmVsb3BlXCJcbiAgICAgICAgICAgICAgICAgICAgPjwvdXNlPlxuICAgICAgICAgICAgICAgIDwvc3ZnPlxuICAgICAgICAgICAgPC9zcGFuPlxuICAgICAgICA8L3NwYW4+XG4gICAgPC9kaXY+XG4gICAgPGRpdiBjbGFzcz1cImhlcm8tYmFubmVyX19iYXJcIj5cbiAgICAgICAgPHN2Z1xuICAgICAgICAgICAgYXJpYS1oaWRkZW49XCJ0cnVlXCJcbiAgICAgICAgICAgIGZvY3VzYWJsZT1cImZhbHNlXCJcbiAgICAgICAgICAgIGNsYXNzPVwiaGVyby1iYW5uZXJfX2Jhci0tZ3JhcGhpY1wiXG4gICAgICAgID5cbiAgICAgICAgICAgIDx1c2UgaHJlZj1cIi9hc3NldHMvYmFieWxvbi9zdmcvaWNvbi1ncmFwaGljLnN2ZyNpY29uLWdyYXBoaWNcIj48L3VzZT5cbiAgICAgICAgPC9zdmc+XG4gICAgICAgIDxzcGFuPlNDUk9MTCBET1cgUEFSQSBWRVIgQkxBTkNPIEhPVEVMPC9zcGFuPlxuICAgIDwvZGl2PlxuPC9zZWN0aW9uPlxuIl19
10
+ args: [{ selector: 'lib-babylon-top-slider-video-v2', standalone: true, imports: [StickyAvoidFooterDirective], template: "<section\n class=\"hero-banner js-active-slider\"\n data-slider_pause=\"false\"\n data-slider_name=\"js-banner-slider\"\n data-slider_showbtns=\"false\"\n data-slider_showdots=\"false\"\n data-slider_fade=\"true\"\n data-slider_autoplay=\"true\"\n data-slides_pc=\"1\"\n>\n <!-- if banner image-->\n <!-- <div class=\"js-banner-slider\">\n <div class=\"hero-banner__item\">\n <img src=\"images/img-1.webp\" class=\"hero-banner__image\" width=\"1800\" height=\"935\">\n </div>\n <div class=\"hero-banner__item\">\n <img src=\"images/img-44.webp\" class=\"hero-banner__image\" width=\"1800\" height=\"935\">\n </div>\n </div> -->\n <!-- if banner image-->\n <!-- if banner video -->\n <div class=\"hero-banner__video\">\n <div class=\"hero-banner__video--inner\">\n <iframe\n id=\"YouTubeVideoPlayer\"\n width=\"1920\"\n height=\"1080\"\n allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture\"\n src=\"https://www.youtube.com/embed/bdLumCjiKR8?enablejsapi=1&amp;controls=0&amp;showinfo=0&amp;autoplay=1&amp;modestbranding=1&amp;loop=1&amp;autohide=1&amp;playsinline=1&amp;widgetid=1&amp;mute=1&amp;playlist=bdLumCjiKR8\"\n frameborder=\"0\"\n allowfullscreen=\"\"\n ></iframe>\n </div>\n </div>\n <!-- if banner video -->\n <div\n class=\"hero-banner__logo js-scrollto\"\n data-scroll_spacer=\"50\"\n data-scroll_to=\".start\"\n role=\"button\"\n >\n <svg\n aria-hidden=\"true\"\n focusable=\"false\"\n class=\"hero-banner__logo--img hero-banner__logo--desktop\"\n >\n <use\n href=\"/assets/babylon/svg/blanco-logo-white.svg#blanco-logo-white\"\n ></use>\n </svg>\n\n <svg\n aria-hidden=\"true\"\n focusable=\"false\"\n class=\"hero-banner__logo--img hero-banner__logo--mobile\"\n >\n <use\n href=\"/assets/babylon/svg/blanco-logo-mobile.svg#blonco-logo-mobile\"\n ></use>\n </svg>\n </div>\n <div class=\"hero-banner__content\">\n <h1>\n <!-- <span class=\"hero-banner__content--title-mobile\"\n >Descubre tu hotel en el mediterraneo</span\n >-->\n <span class=\"hero-banner__content--title-desktop\"\n >Tu hotel mediterraneo y blanco</span\n >\n </h1>\n <p>encuentra tu estancia blanca</p>\n <span class=\"hero-banner__content-icon\">\n <span class=\"hero-banner__content-icon--line\">\n <svg aria-hidden=\"true\" focusable=\"false\">\n <use\n href=\"/assets/babylon/svg/arrow-line.svg#arrow-line\"\n ></use>\n </svg>\n </span>\n <span class=\"hero-banner__content-icon--img\">\n <svg aria-hidden=\"true\" focusable=\"false\">\n <use\n href=\"/assets/babylon/svg/icon-arrow.svg#icon-arrow\"\n ></use>\n </svg>\n </span>\n </span>\n </div>\n <span class=\"hero-banner__cookies\">\n <svg\n aria-hidden=\"true\"\n focusable=\"false\"\n class=\"hero-banner__cookies--img\"\n >\n <use href=\"/assets/babylon/svg/icon-cookies.svg#icon-cookies\"></use>\n </svg>\n </span>\n <div\n class=\"hero-banner__actions\"\n stickyAvoidFooter\n [footerSelector]=\"'.footer__links'\"\n [viewportPadding]=\"30\"\n [defaultBottom]=\"'3rem'\"\n [overlapAdjustPx]=\"10\"\n >\n <span class=\"hero-banner__actions--icon hero-banner__actions--whatsapp\">\n <span>Whatsapp</span>\n <span class=\"hero-banner__actions--img\">\n <svg aria-hidden=\"true\" focusable=\"false\">\n <use\n href=\"/assets/babylon/svg/icon-whatsapp.svg#icon-whatsapp\"\n ></use>\n </svg>\n </span>\n </span>\n <span\n class=\"hero-banner__actions--icon js-active-modal\"\n data-modal_name=\"newsletter\"\n >\n <span>Newsletter</span>\n <span class=\"hero-banner__actions--img\">\n <svg aria-hidden=\"true\" focusable=\"false\">\n <use\n href=\"/assets/babylon/svg/icon-envelope.svg#icon-envelope\"\n ></use>\n </svg>\n </span>\n </span>\n </div>\n <div class=\"hero-banner__bar\">\n <svg\n aria-hidden=\"true\"\n focusable=\"false\"\n class=\"hero-banner__bar--graphic\"\n >\n <use href=\"/assets/babylon/svg/icon-graphic.svg#icon-graphic\"></use>\n </svg>\n <span>SCROLL DOW PARA VER BLANCO HOTEL</span>\n </div>\n</section>\n", styles: ["@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}}: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}.hero-banner{position:relative;overflow:hidden;height:100dvh}.hero-banner__item,.hero-banner__video{min-height:65rem;height:calc(100svh - 6.6rem)}@media (min-width: 540px){.hero-banner__item,.hero-banner__video{height:calc(100svh - 7.6rem)}}@media (min-width: 768px){.hero-banner__item,.hero-banner__video{height:calc(100svh - 8.6rem)}}@media (min-width: 1024px){.hero-banner__item,.hero-banner__video{height:100svh}}@media (min-width: 1280px){.hero-banner__video{pointer-events:none}}.hero-banner__video--inner{position:relative;width:100%;height:100%;overflow:hidden;background-position:50% 50%;background-size:cover;background-repeat:no-repeat}.hero-banner__video iframe{position:absolute;inset:50% 0 0 50%;min-width:100%;min-height:100%;transform:translate(-50%,-50%)}.hero-banner__item{position:relative;vertical-align:top}.hero-banner__image{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;object-position:bottom}.hero-banner__bar{position:absolute;inset-inline:0;bottom:0;transform:translateY(100%);padding-block:1.3rem;background:var(--cl_background_white);text-transform:uppercase;text-align:center;font-weight:400;color:rgb(var(--primary),80%);font-size:1.4rem;line-height:1.2857142857;letter-spacing:.21rem;display:none;pointer-events:none}@media (min-width: 1024px){.hero-banner__bar{display:block}}.hero-banner__bar--graphic{content:\"\";position:absolute;top:.1rem;left:50%;transform:translate(-50%,-100%) scaleY(-1);color:var(--cl_background_white);width:10rem;aspect-ratio:2/1}.hero-banner__cookies{position:fixed;aspect-ratio:1;width:4.6rem;display:flex;cursor:pointer;align-items:center;justify-content:center;border-radius:100vw;background:var(--cl_background_white);color:var(--primary);bottom:7.6rem;left:1.6rem;z-index:1;transform:translateY(0)}@media (min-width: 540px){.hero-banner__cookies{bottom:8.8rem;left:1.8rem}}@media (min-width: 768px){.hero-banner__cookies{left:2rem;bottom:9.8rem}}@media (min-width: 1024px){.hero-banner__cookies{bottom:3rem}}.hero-banner__cookies--img{aspect-ratio:1;width:4rem}.hero-banner__actions{position:fixed;bottom:3rem;right:2rem;z-index:1;display:none;flex-direction:column;align-items:flex-end;transform:translateY(0);gap:2rem}@media (min-width: 1024px){.hero-banner__actions{display:flex}}.hero-banner__actions--icon{cursor:pointer;display:flex;align-items:center;justify-content:space-between;padding:1.3rem;height:4.6rem;border-radius:100vw;background:rgb(var(--primary),20%);border:1px solid var(--cl_background_white);color:var(--cl_background_white)}.hero-banner__actions--icon span:not(.hero-banner__actions--img){font-size:1.5rem;line-height:1.3333333333;letter-spacing:.03rem;width:0;opacity:0;pointer-events:none;overflow-x:clip}.hero-banner__actions--icon:hover{background:--cream;border-color:--cream;color:var(--primary)}.hero-banner__actions--icon:hover span:not(.hero-banner__actions--img){width:13.3rem;opacity:1;pointer-events:initial;padding-left:1.1rem}.hero-banner__actions--whatsapp:hover{background:--whatsapp;border-color:--whatsapp;color:var(--cl_background_white)}.hero-banner__actions--icon .hero-banner__actions--img svg{aspect-ratio:1;width:2rem}.hero-banner__content{position:absolute;top:12.8rem;display:flex;flex-direction:column;gap:2.5rem;width:28.6rem;left:50%;text-align:center;color:var(--cl_background_white);transform:translate(-50%)}@media (min-width: 540px){.hero-banner__content{top:15.5rem;width:37.4rem}}@media (min-width: 768px){.hero-banner__content{top:19.4rem;width:47.3rem;gap:3rem}}@media (min-width: 1024px){.hero-banner__content{transform:translate(-50%,-4.4rem);opacity:0;pointer-events:none;top:13rem;width:max-content}}@media (min-width: 1680px){.hero-banner__content{top:15.5rem}}@media (min-width: 1024px){.hero-banner__content--title-mobile{display:none}}.hero-banner__content--title-desktop{display:none}@media (min-width: 1024px){.hero-banner__content--title-desktop{display:block}}.hero-banner__content h1{font-size:3.6rem;line-height:1.0555555556;color:var(--cl_background_white)}@media (min-width: 540px){.hero-banner__content h1{font-size:4rem;line-height:1}}@media (min-width: 768px){.hero-banner__content h1{font-size:5.2rem;line-height:1}}@media (min-width: 1680px){.hero-banner__content h1{font-size:6rem;line-height:1}}.hero-banner__content p{display:none;font-size:1.4rem;line-height:1.4285714286;letter-spacing:.21rem;text-transform:uppercase;font-weight:500}@media (min-width: 540px){.hero-banner__content p{display:block}}@media (min-width: 768px){.hero-banner__content p{font-size:1.7rem;line-height:1.2941176471;letter-spacing:.17rem}}@media (min-width: 1680px){.hero-banner__content p{font-size:1.8rem;line-height:1;letter-spacing:.36rem}}.hero-banner__content-icon{position:absolute;left:50%;display:flex;flex-direction:column;align-items:center;justify-content:center;transform:translate(-50%,100%);bottom:-2rem}@media (min-width: 540px){.hero-banner__content-icon{bottom:-2.504rem}}@media (min-width: 768px){.hero-banner__content-icon{bottom:-3.59rem}}@media (min-width: 1024px){.hero-banner__content-icon{bottom:-3.504rem}}@media (min-width: 1680px){.hero-banner__content-icon{bottom:-4.004rem}}.hero-banner__content-icon--img{width:1.6rem;aspect-ratio:16/9;position:relative}.hero-banner__content-icon--img svg{width:1.6rem;height:.9rem;position:absolute;top:0;left:50%;transform:translate(-50%)}.hero-banner__content-icon--line{height:2.6rem;width:1.6rem;animation:growShrink 2s infinite ease-in-out;animation-delay:1.5s;margin-bottom:-.9rem;position:relative;overflow:hidden}.hero-banner__content-icon--line svg{width:1.6rem;height:2.6rem;position:absolute;bottom:0;left:50%;transform:translate(-50%)}.hero-banner__logo{position:absolute;top:0;padding-top:4rem;left:50%;transform:translate(-50%);color:var(--cl_background_white)}@media (min-width: 768px){.hero-banner__logo{padding-top:5rem}}@media (min-width: 1024px){.hero-banner__logo{top:unset;padding-top:0;bottom:0;padding-bottom:6.038rem}}@media (min-width: 1680px){.hero-banner__logo{padding-bottom:8.047rem}}.hero-banner__logo--desktop{display:none}@media (min-width: 1024px){.hero-banner__logo--desktop{display:block}}@media (min-width: 1024px){.hero-banner__logo--mobile{display:none}}.hero-banner__logo--img{width:28rem;aspect-ratio:280/52}@media (min-width: 540px){.hero-banner__logo--img{width:40rem}}@media (min-width: 768px){.hero-banner__logo--img{width:50rem}}@media (min-width: 1024px){.hero-banner__logo--img{width:70rem}}@media (min-width: 1280px){.hero-banner__logo--img{width:90rem}}@media (min-width: 1680px){.hero-banner__logo--img{width:110rem}}@media (min-width: 1024px){.hero-banner__logo:hover{padding-bottom:10.438rem}.hero-banner__logo:hover~.hero-banner__bar{transform:translateY(0)}.hero-banner__logo:hover~.hero-banner__cookies{transform:translateY(-4.4rem)}.hero-banner__logo:hover~.hero-banner__content{transform:translate(-50%);opacity:1;pointer-events:initial}}@media (min-width: 1680px){.hero-banner__logo:hover{padding-bottom:12.447rem}}\n"] }]
11
+ }], propDecorators: { texts: [{
12
+ type: Input
13
+ }] } });
14
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYmFieWxvbi10b3Atc2xpZGVyLXZpZGVvLXYyLmNvbXBvbmVudC5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL2JhYnlsb24vc3JjL2xpYi9jb21wb25lbnRzL2NvcmUvYmFieWxvbi10b3Atc2xpZGVyLXZpZGVvLXYyL2JhYnlsb24tdG9wLXNsaWRlci12aWRlby12Mi5jb21wb25lbnQudHMiLCIuLi8uLi8uLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9iYWJ5bG9uL3NyYy9saWIvY29tcG9uZW50cy9jb3JlL2JhYnlsb24tdG9wLXNsaWRlci12aWRlby12Mi9iYWJ5bG9uLXRvcC1zbGlkZXItdmlkZW8tdjIuY29tcG9uZW50Lmh0bWwiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFFLFNBQVMsRUFBRSxLQUFLLEVBQVUsTUFBTSxlQUFlLENBQUM7QUFDekQsT0FBTyxFQUFFLDBCQUEwQixFQUFFLE1BQU0seURBQXlELENBQUM7O0FBVXJHLE1BQU0sT0FBTyxnQ0FBZ0M7K0dBQWhDLGdDQUFnQzttR0FBaEMsZ0NBQWdDLHVIQ1g3Qyxvb0tBNElBLG9zZ0NEckljLDBCQUEwQjs7NEZBSTNCLGdDQUFnQztrQkFQNUMsU0FBUzsrQkFDSSxpQ0FBaUMsY0FDL0IsSUFBSSxXQUNQLENBQUMsMEJBQTBCLENBQUM7OEJBSzlCLEtBQUs7c0JBQWIsS0FBSyIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IENvbXBvbmVudCwgSW5wdXQsIE9uSW5pdCB9IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xuaW1wb3J0IHsgU3RpY2t5QXZvaWRGb290ZXJEaXJlY3RpdmUgfSBmcm9tICcuLi8uLi8uLi9kaXJlY3RpdmVzL3V0aWxzL3N0aWNreS1hdm9pZC1mb290ZXIuZGlyZWN0aXZlJztcbmltcG9ydCB7IEJhYnlsb25UZXh0SW5mb0kgfSBmcm9tICcuLi8uLi8uLi9pbnRlcmZhY2VzJztcblxuQENvbXBvbmVudCh7XG4gICAgc2VsZWN0b3I6ICdsaWItYmFieWxvbi10b3Atc2xpZGVyLXZpZGVvLXYyJyxcbiAgICBzdGFuZGFsb25lOiB0cnVlLFxuICAgIGltcG9ydHM6IFtTdGlja3lBdm9pZEZvb3RlckRpcmVjdGl2ZV0sXG4gICAgdGVtcGxhdGVVcmw6ICcuL2JhYnlsb24tdG9wLXNsaWRlci12aWRlby12Mi5jb21wb25lbnQuaHRtbCcsXG4gICAgc3R5bGVVcmw6ICcuL2JhYnlsb24tdG9wLXNsaWRlci12aWRlby12Mi5jb21wb25lbnQuc2NzcycsXG59KVxuZXhwb3J0IGNsYXNzIEJhYnlsb25Ub3BTbGlkZXJWaWRlb1YyQ29tcG9uZW50e1xuICBASW5wdXQoKSB0ZXh0cz86IEJhYnlsb25UZXh0SW5mb0k7XG59XG4iLCI8c2VjdGlvblxuICAgIGNsYXNzPVwiaGVyby1iYW5uZXIganMtYWN0aXZlLXNsaWRlclwiXG4gICAgZGF0YS1zbGlkZXJfcGF1c2U9XCJmYWxzZVwiXG4gICAgZGF0YS1zbGlkZXJfbmFtZT1cImpzLWJhbm5lci1zbGlkZXJcIlxuICAgIGRhdGEtc2xpZGVyX3Nob3didG5zPVwiZmFsc2VcIlxuICAgIGRhdGEtc2xpZGVyX3Nob3dkb3RzPVwiZmFsc2VcIlxuICAgIGRhdGEtc2xpZGVyX2ZhZGU9XCJ0cnVlXCJcbiAgICBkYXRhLXNsaWRlcl9hdXRvcGxheT1cInRydWVcIlxuICAgIGRhdGEtc2xpZGVzX3BjPVwiMVwiXG4+XG4gICAgPCEtLSBpZiBiYW5uZXIgaW1hZ2UtLT5cbiAgICA8IS0tIDxkaXYgY2xhc3M9XCJqcy1iYW5uZXItc2xpZGVyXCI+XG4gICAgICAgICAgICA8ZGl2IGNsYXNzPVwiaGVyby1iYW5uZXJfX2l0ZW1cIj5cbiAgICAgICAgICAgICAgICA8aW1nIHNyYz1cImltYWdlcy9pbWctMS53ZWJwXCIgY2xhc3M9XCJoZXJvLWJhbm5lcl9faW1hZ2VcIiB3aWR0aD1cIjE4MDBcIiBoZWlnaHQ9XCI5MzVcIj5cbiAgICAgICAgICAgIDwvZGl2PlxuICAgICAgICAgICAgPGRpdiBjbGFzcz1cImhlcm8tYmFubmVyX19pdGVtXCI+XG4gICAgICAgICAgICAgICAgPGltZyBzcmM9XCJpbWFnZXMvaW1nLTQ0LndlYnBcIiBjbGFzcz1cImhlcm8tYmFubmVyX19pbWFnZVwiIHdpZHRoPVwiMTgwMFwiIGhlaWdodD1cIjkzNVwiPlxuICAgICAgICAgICAgPC9kaXY+XG4gICAgICAgIDwvZGl2PiAtLT5cbiAgICA8IS0tIGlmIGJhbm5lciBpbWFnZS0tPlxuICAgIDwhLS0gaWYgYmFubmVyIHZpZGVvIC0tPlxuICAgIDxkaXYgY2xhc3M9XCJoZXJvLWJhbm5lcl9fdmlkZW9cIj5cbiAgICAgICAgPGRpdiBjbGFzcz1cImhlcm8tYmFubmVyX192aWRlby0taW5uZXJcIj5cbiAgICAgICAgICAgIDxpZnJhbWVcbiAgICAgICAgICAgICAgICBpZD1cIllvdVR1YmVWaWRlb1BsYXllclwiXG4gICAgICAgICAgICAgICAgd2lkdGg9XCIxOTIwXCJcbiAgICAgICAgICAgICAgICBoZWlnaHQ9XCIxMDgwXCJcbiAgICAgICAgICAgICAgICBhbGxvdz1cImFjY2VsZXJvbWV0ZXI7IGF1dG9wbGF5OyBjbGlwYm9hcmQtd3JpdGU7IGVuY3J5cHRlZC1tZWRpYTsgZ3lyb3Njb3BlOyBwaWN0dXJlLWluLXBpY3R1cmVcIlxuICAgICAgICAgICAgICAgIHNyYz1cImh0dHBzOi8vd3d3LnlvdXR1YmUuY29tL2VtYmVkL2JkTHVtQ2ppS1I4P2VuYWJsZWpzYXBpPTEmYW1wO2NvbnRyb2xzPTAmYW1wO3Nob3dpbmZvPTAmYW1wO2F1dG9wbGF5PTEmYW1wO21vZGVzdGJyYW5kaW5nPTEmYW1wO2xvb3A9MSZhbXA7YXV0b2hpZGU9MSZhbXA7cGxheXNpbmxpbmU9MSZhbXA7d2lkZ2V0aWQ9MSZhbXA7bXV0ZT0xJmFtcDtwbGF5bGlzdD1iZEx1bUNqaUtSOFwiXG4gICAgICAgICAgICAgICAgZnJhbWVib3JkZXI9XCIwXCJcbiAgICAgICAgICAgICAgICBhbGxvd2Z1bGxzY3JlZW49XCJcIlxuICAgICAgICAgICAgPjwvaWZyYW1lPlxuICAgICAgICA8L2Rpdj5cbiAgICA8L2Rpdj5cbiAgICA8IS0tIGlmIGJhbm5lciB2aWRlbyAtLT5cbiAgICA8ZGl2XG4gICAgICAgIGNsYXNzPVwiaGVyby1iYW5uZXJfX2xvZ28ganMtc2Nyb2xsdG9cIlxuICAgICAgICBkYXRhLXNjcm9sbF9zcGFjZXI9XCI1MFwiXG4gICAgICAgIGRhdGEtc2Nyb2xsX3RvPVwiLnN0YXJ0XCJcbiAgICAgICAgcm9sZT1cImJ1dHRvblwiXG4gICAgPlxuICAgICAgICA8c3ZnXG4gICAgICAgICAgICBhcmlhLWhpZGRlbj1cInRydWVcIlxuICAgICAgICAgICAgZm9jdXNhYmxlPVwiZmFsc2VcIlxuICAgICAgICAgICAgY2xhc3M9XCJoZXJvLWJhbm5lcl9fbG9nby0taW1nIGhlcm8tYmFubmVyX19sb2dvLS1kZXNrdG9wXCJcbiAgICAgICAgPlxuICAgICAgICAgICAgPHVzZVxuICAgICAgICAgICAgICAgIGhyZWY9XCIvYXNzZXRzL2JhYnlsb24vc3ZnL2JsYW5jby1sb2dvLXdoaXRlLnN2ZyNibGFuY28tbG9nby13aGl0ZVwiXG4gICAgICAgICAgICA+PC91c2U+XG4gICAgICAgIDwvc3ZnPlxuXG4gICAgICAgIDxzdmdcbiAgICAgICAgICAgIGFyaWEtaGlkZGVuPVwidHJ1ZVwiXG4gICAgICAgICAgICBmb2N1c2FibGU9XCJmYWxzZVwiXG4gICAgICAgICAgICBjbGFzcz1cImhlcm8tYmFubmVyX19sb2dvLS1pbWcgaGVyby1iYW5uZXJfX2xvZ28tLW1vYmlsZVwiXG4gICAgICAgID5cbiAgICAgICAgICAgIDx1c2VcbiAgICAgICAgICAgICAgICBocmVmPVwiL2Fzc2V0cy9iYWJ5bG9uL3N2Zy9ibGFuY28tbG9nby1tb2JpbGUuc3ZnI2Jsb25jby1sb2dvLW1vYmlsZVwiXG4gICAgICAgICAgICA+PC91c2U+XG4gICAgICAgIDwvc3ZnPlxuICAgIDwvZGl2PlxuICAgIDxkaXYgY2xhc3M9XCJoZXJvLWJhbm5lcl9fY29udGVudFwiPlxuICAgICAgICA8aDE+XG4gICAgICAgICAgIDwhLS0gPHNwYW4gY2xhc3M9XCJoZXJvLWJhbm5lcl9fY29udGVudC0tdGl0bGUtbW9iaWxlXCJcbiAgICAgICAgICAgICAgICA+RGVzY3VicmUgdHUgaG90ZWwgZW4gZWwgbWVkaXRlcnJhbmVvPC9zcGFuXG4gICAgICAgICAgICA+LS0+XG4gICAgICAgICAgICA8c3BhbiBjbGFzcz1cImhlcm8tYmFubmVyX19jb250ZW50LS10aXRsZS1kZXNrdG9wXCJcbiAgICAgICAgICAgICAgICA+VHUgaG90ZWwgbWVkaXRlcnJhbmVvIHkgYmxhbmNvPC9zcGFuXG4gICAgICAgICAgICA+XG4gICAgICAgIDwvaDE+XG4gICAgICAgIDxwPmVuY3VlbnRyYSB0dSBlc3RhbmNpYSBibGFuY2E8L3A+XG4gICAgICAgIDxzcGFuIGNsYXNzPVwiaGVyby1iYW5uZXJfX2NvbnRlbnQtaWNvblwiPlxuICAgICAgICAgICAgPHNwYW4gY2xhc3M9XCJoZXJvLWJhbm5lcl9fY29udGVudC1pY29uLS1saW5lXCI+XG4gICAgICAgICAgICAgICAgPHN2ZyBhcmlhLWhpZGRlbj1cInRydWVcIiBmb2N1c2FibGU9XCJmYWxzZVwiPlxuICAgICAgICAgICAgICAgICAgICA8dXNlXG4gICAgICAgICAgICAgICAgICAgICAgICBocmVmPVwiL2Fzc2V0cy9iYWJ5bG9uL3N2Zy9hcnJvdy1saW5lLnN2ZyNhcnJvdy1saW5lXCJcbiAgICAgICAgICAgICAgICAgICAgPjwvdXNlPlxuICAgICAgICAgICAgICAgIDwvc3ZnPlxuICAgICAgICAgICAgPC9zcGFuPlxuICAgICAgICAgICAgPHNwYW4gY2xhc3M9XCJoZXJvLWJhbm5lcl9fY29udGVudC1pY29uLS1pbWdcIj5cbiAgICAgICAgICAgICAgICA8c3ZnIGFyaWEtaGlkZGVuPVwidHJ1ZVwiIGZvY3VzYWJsZT1cImZhbHNlXCI+XG4gICAgICAgICAgICAgICAgICAgIDx1c2VcbiAgICAgICAgICAgICAgICAgICAgICAgIGhyZWY9XCIvYXNzZXRzL2JhYnlsb24vc3ZnL2ljb24tYXJyb3cuc3ZnI2ljb24tYXJyb3dcIlxuICAgICAgICAgICAgICAgICAgICA+PC91c2U+XG4gICAgICAgICAgICAgICAgPC9zdmc+XG4gICAgICAgICAgICA8L3NwYW4+XG4gICAgICAgIDwvc3Bhbj5cbiAgICA8L2Rpdj5cbiAgICA8c3BhbiBjbGFzcz1cImhlcm8tYmFubmVyX19jb29raWVzXCI+XG4gICAgICAgIDxzdmdcbiAgICAgICAgICAgIGFyaWEtaGlkZGVuPVwidHJ1ZVwiXG4gICAgICAgICAgICBmb2N1c2FibGU9XCJmYWxzZVwiXG4gICAgICAgICAgICBjbGFzcz1cImhlcm8tYmFubmVyX19jb29raWVzLS1pbWdcIlxuICAgICAgICA+XG4gICAgICAgICAgICA8dXNlIGhyZWY9XCIvYXNzZXRzL2JhYnlsb24vc3ZnL2ljb24tY29va2llcy5zdmcjaWNvbi1jb29raWVzXCI+PC91c2U+XG4gICAgICAgIDwvc3ZnPlxuICAgIDwvc3Bhbj5cbiAgICA8ZGl2XG4gICAgICAgIGNsYXNzPVwiaGVyby1iYW5uZXJfX2FjdGlvbnNcIlxuICAgICAgICBzdGlja3lBdm9pZEZvb3RlclxuICAgICAgICBbZm9vdGVyU2VsZWN0b3JdPVwiJy5mb290ZXJfX2xpbmtzJ1wiXG4gICAgICAgIFt2aWV3cG9ydFBhZGRpbmddPVwiMzBcIlxuICAgICAgICBbZGVmYXVsdEJvdHRvbV09XCInM3JlbSdcIlxuICAgICAgICBbb3ZlcmxhcEFkanVzdFB4XT1cIjEwXCJcbiAgICA+XG4gICAgICAgIDxzcGFuIGNsYXNzPVwiaGVyby1iYW5uZXJfX2FjdGlvbnMtLWljb24gaGVyby1iYW5uZXJfX2FjdGlvbnMtLXdoYXRzYXBwXCI+XG4gICAgICAgICAgICA8c3Bhbj5XaGF0c2FwcDwvc3Bhbj5cbiAgICAgICAgICAgIDxzcGFuIGNsYXNzPVwiaGVyby1iYW5uZXJfX2FjdGlvbnMtLWltZ1wiPlxuICAgICAgICAgICAgICAgIDxzdmcgYXJpYS1oaWRkZW49XCJ0cnVlXCIgZm9jdXNhYmxlPVwiZmFsc2VcIj5cbiAgICAgICAgICAgICAgICAgICAgPHVzZVxuICAgICAgICAgICAgICAgICAgICAgICAgaHJlZj1cIi9hc3NldHMvYmFieWxvbi9zdmcvaWNvbi13aGF0c2FwcC5zdmcjaWNvbi13aGF0c2FwcFwiXG4gICAgICAgICAgICAgICAgICAgID48L3VzZT5cbiAgICAgICAgICAgICAgICA8L3N2Zz5cbiAgICAgICAgICAgIDwvc3Bhbj5cbiAgICAgICAgPC9zcGFuPlxuICAgICAgICA8c3BhblxuICAgICAgICAgICAgY2xhc3M9XCJoZXJvLWJhbm5lcl9fYWN0aW9ucy0taWNvbiBqcy1hY3RpdmUtbW9kYWxcIlxuICAgICAgICAgICAgZGF0YS1tb2RhbF9uYW1lPVwibmV3c2xldHRlclwiXG4gICAgICAgID5cbiAgICAgICAgICAgIDxzcGFuPk5ld3NsZXR0ZXI8L3NwYW4+XG4gICAgICAgICAgICA8c3BhbiBjbGFzcz1cImhlcm8tYmFubmVyX19hY3Rpb25zLS1pbWdcIj5cbiAgICAgICAgICAgICAgICA8c3ZnIGFyaWEtaGlkZGVuPVwidHJ1ZVwiIGZvY3VzYWJsZT1cImZhbHNlXCI+XG4gICAgICAgICAgICAgICAgICAgIDx1c2VcbiAgICAgICAgICAgICAgICAgICAgICAgIGhyZWY9XCIvYXNzZXRzL2JhYnlsb24vc3ZnL2ljb24tZW52ZWxvcGUuc3ZnI2ljb24tZW52ZWxvcGVcIlxuICAgICAgICAgICAgICAgICAgICA+PC91c2U+XG4gICAgICAgICAgICAgICAgPC9zdmc+XG4gICAgICAgICAgICA8L3NwYW4+XG4gICAgICAgIDwvc3Bhbj5cbiAgICA8L2Rpdj5cbiAgICA8ZGl2IGNsYXNzPVwiaGVyby1iYW5uZXJfX2JhclwiPlxuICAgICAgICA8c3ZnXG4gICAgICAgICAgICBhcmlhLWhpZGRlbj1cInRydWVcIlxuICAgICAgICAgICAgZm9jdXNhYmxlPVwiZmFsc2VcIlxuICAgICAgICAgICAgY2xhc3M9XCJoZXJvLWJhbm5lcl9fYmFyLS1ncmFwaGljXCJcbiAgICAgICAgPlxuICAgICAgICAgICAgPHVzZSBocmVmPVwiL2Fzc2V0cy9iYWJ5bG9uL3N2Zy9pY29uLWdyYXBoaWMuc3ZnI2ljb24tZ3JhcGhpY1wiPjwvdXNlPlxuICAgICAgICA8L3N2Zz5cbiAgICAgICAgPHNwYW4+U0NST0xMIERPVyBQQVJBIFZFUiBCTEFOQ08gSE9URUw8L3NwYW4+XG4gICAgPC9kaXY+XG48L3NlY3Rpb24+XG4iXX0=
@@ -0,0 +1,2 @@
1
+ export * from './babylon-top-slider-video-v2.component';
2
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5kZXguanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9iYWJ5bG9uL3NyYy9saWIvY29tcG9uZW50cy9jb3JlL2JhYnlsb24tdG9wLXNsaWRlci12aWRlby12Mi9pbmRleC50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxjQUFjLHlDQUF5QyxDQUFDIiwic291cmNlc0NvbnRlbnQiOlsiZXhwb3J0ICogZnJvbSAnLi9iYWJ5bG9uLXRvcC1zbGlkZXItdmlkZW8tdjIuY29tcG9uZW50JztcbiJdfQ==
@@ -1,11 +1,29 @@
1
- import { Component } from '@angular/core';
1
+ import { ChangeDetectionStrategy, Component, Input } from '@angular/core';
2
+ import { RouterModule } from '@angular/router';
3
+ import { BabylonDynamicHeadingComponent } from '../../shared';
2
4
  import * as i0 from "@angular/core";
5
+ import * as i1 from "@angular/router";
3
6
  export class BabylonWebmapComponent {
7
+ linkClick(e) {
8
+ e.preventDefault();
9
+ }
4
10
  static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: BabylonWebmapComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
5
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.12", type: BabylonWebmapComponent, isStandalone: true, selector: "lib-babylon-webmap", ngImport: i0, template: "<section class=\"babylon__webmap margin-main \"> \n <div class=\"container\">\n <div class=\"row align-items-center cs_gap_y_30\"> \n <div class=\"col-lg-6 cs_pr_110\">\n <div class=\"intro_info no-align\">\n <h2 class=\"pretitle mb--10\">Babylon hotel</h2>\n <h3 class=\"title \" >Webmap</h3> \n <ul class=\"cs_list cs_style_1 cs_mp_0\">\n <li> \n <p class=\"text--small\"><a href=\"#\"></a> /es/mapaweb/</p>\n </li>\n <li> \n <p class=\"text--small\"><a href=\"#\"></a> /es/mapaweb/</p>\n </li>\n <li> \n <p class=\"text--small\"><a href=\"#\"></a> /es/mapaweb/</p>\n </li>\n <li> \n <p class=\"text--small\"><a href=\"#\"></a> /es/mapaweb/</p>\n </li>\n <li> \n <p class=\"text--small\"><a href=\"#\"></a> /es/mapaweb/</p>\n </li>\n <li> \n <p class=\"text--small\"><a href=\"#\"></a> /es/mapaweb/</p>\n </li>\n </ul> \n </div> \n </div>\n <div class=\"col-lg-6\">\n <div class=\" cs_pr_1101 cs_image_layer cs_style_3 position-relative\">\n <img src=\"/assets/babylon/fotos/contact_img.jpeg\" alt=\"Contact\" class=\"cs--radius\">\n </div>\n </div>\n </div>\n </div> \n</section>", styles: [".cs_list.cs_style_1 li{position:relative;display:flex;align-items:flex-start;gap:10px;border-bottom:1px solid var(--cl_border-light);padding-bottom:10px}.cs_list.cs_style_1 li:not(:last-child){margin-bottom:15px}.cs_image_layer.cs_style_3.cs_type_1,.cs_image_layer.cs_style_4.cs_type_1{border-radius:250px 0}.cs_image_layer.cs_style_3.cs_type_1 img,.cs_image_layer.cs_style_4.cs_type_1 img{border-radius:inherit}.cs_image_layer.cs_style_3.cs_type_1:before,.cs_image_layer.cs_style_4.cs_type_1:before{border-radius:225px 0}\n"] }); }
11
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "17.3.12", type: BabylonWebmapComponent, isStandalone: true, selector: "lib-babylon-webmap", inputs: { pretitle: "pretitle", title: "title", image: "image", links: "links", tags: "tags", textColors: "textColors" }, ngImport: i0, template: "<section class=\"babylon__webmap margin-main\">\n <div class=\"container\">\n <div class=\"row cs_gap_y_30\">\n <div class=\"col-lg-6 cs_pr_110\">\n <div class=\"intro_info no-align\">\n @if (pretitle) {\n <lib-babylon-dynamic-heading\n [tag]=\"tags?.pretitle || 'h3'\"\n cssClass=\"pretitle mb--10\"\n [color]=\"textColors?.pretitle\"\n [content]=\"pretitle\"\n ></lib-babylon-dynamic-heading>\n }\n @if (title) {\n <lib-babylon-dynamic-heading\n [tag]=\"tags?.title || 'h2'\"\n cssClass=\"title\"\n [color]=\"textColors?.title\"\n [content]=\"title\"\n ></lib-babylon-dynamic-heading>\n }\n @if (links?.length) {\n <ul class=\"cs_list cs_style_1 cs_mp_0\">\n @for (link of links; track $index) {\n @if (link) {\n <li>\n <a\n [attr.aria-label]=\"link.label\"\n [href]=\"link.url\"\n [routerLink]=\"link.url\"\n (click)=\"linkClick($event)\"\n >\n <p class=\"text--small\">\n {{ link.label }}\n </p>\n </a>\n </li>\n }\n }\n </ul>\n }\n </div>\n </div>\n @if (image) {\n <div class=\"col-lg-6\">\n <div\n class=\"cs_pr_1101 cs_image_layer cs_style_3 position-relative\"\n >\n <img\n [src]=\"image.src\"\n [alt]=\"image.alt\"\n class=\"cs--radius\"\n loading=\"lazy\"\n />\n </div>\n </div>\n }\n </div>\n </div>\n</section>\n", styles: [".cs_list.cs_style_1 li{position:relative;display:flex;align-items:flex-start;gap:10px;border-bottom:1px solid var(--cl_border-light);padding-bottom:10px}.cs_list.cs_style_1 li:not(:last-child){margin-bottom:15px}.cs_image_layer.cs_style_3.cs_type_1,.cs_image_layer.cs_style_4.cs_type_1{border-radius:250px 0}.cs_image_layer.cs_style_3.cs_type_1 img,.cs_image_layer.cs_style_4.cs_type_1 img{border-radius:inherit}.cs_image_layer.cs_style_3.cs_type_1:before,.cs_image_layer.cs_style_4.cs_type_1:before{border-radius:225px 0}.cs_list{width:100%}\n"], dependencies: [{ kind: "ngmodule", type: RouterModule }, { kind: "directive", type: i1.RouterLink, selector: "[routerLink]", inputs: ["target", "queryParams", "fragment", "queryParamsHandling", "state", "info", "relativeTo", "preserveFragment", "skipLocationChange", "replaceUrl", "routerLink"] }, { kind: "component", type: BabylonDynamicHeadingComponent, selector: "lib-babylon-dynamic-heading", inputs: ["tag", "wrapper", "cssClass", "content", "color"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
6
12
  }
7
13
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: BabylonWebmapComponent, decorators: [{
8
14
  type: Component,
9
- args: [{ selector: 'lib-babylon-webmap', standalone: true, imports: [], template: "<section class=\"babylon__webmap margin-main \"> \n <div class=\"container\">\n <div class=\"row align-items-center cs_gap_y_30\"> \n <div class=\"col-lg-6 cs_pr_110\">\n <div class=\"intro_info no-align\">\n <h2 class=\"pretitle mb--10\">Babylon hotel</h2>\n <h3 class=\"title \" >Webmap</h3> \n <ul class=\"cs_list cs_style_1 cs_mp_0\">\n <li> \n <p class=\"text--small\"><a href=\"#\"></a> /es/mapaweb/</p>\n </li>\n <li> \n <p class=\"text--small\"><a href=\"#\"></a> /es/mapaweb/</p>\n </li>\n <li> \n <p class=\"text--small\"><a href=\"#\"></a> /es/mapaweb/</p>\n </li>\n <li> \n <p class=\"text--small\"><a href=\"#\"></a> /es/mapaweb/</p>\n </li>\n <li> \n <p class=\"text--small\"><a href=\"#\"></a> /es/mapaweb/</p>\n </li>\n <li> \n <p class=\"text--small\"><a href=\"#\"></a> /es/mapaweb/</p>\n </li>\n </ul> \n </div> \n </div>\n <div class=\"col-lg-6\">\n <div class=\" cs_pr_1101 cs_image_layer cs_style_3 position-relative\">\n <img src=\"/assets/babylon/fotos/contact_img.jpeg\" alt=\"Contact\" class=\"cs--radius\">\n </div>\n </div>\n </div>\n </div> \n</section>", styles: [".cs_list.cs_style_1 li{position:relative;display:flex;align-items:flex-start;gap:10px;border-bottom:1px solid var(--cl_border-light);padding-bottom:10px}.cs_list.cs_style_1 li:not(:last-child){margin-bottom:15px}.cs_image_layer.cs_style_3.cs_type_1,.cs_image_layer.cs_style_4.cs_type_1{border-radius:250px 0}.cs_image_layer.cs_style_3.cs_type_1 img,.cs_image_layer.cs_style_4.cs_type_1 img{border-radius:inherit}.cs_image_layer.cs_style_3.cs_type_1:before,.cs_image_layer.cs_style_4.cs_type_1:before{border-radius:225px 0}\n"] }]
10
- }] });
11
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYmFieWxvbi13ZWJtYXAuY29tcG9uZW50LmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vLi4vcHJvamVjdHMvYmFieWxvbi9zcmMvbGliL2NvbXBvbmVudHMvY29yZS9iYWJ5bG9uLXdlYm1hcC9iYWJ5bG9uLXdlYm1hcC5jb21wb25lbnQudHMiLCIuLi8uLi8uLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9iYWJ5bG9uL3NyYy9saWIvY29tcG9uZW50cy9jb3JlL2JhYnlsb24td2VibWFwL2JhYnlsb24td2VibWFwLmNvbXBvbmVudC5odG1sIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFBRSxTQUFTLEVBQUUsTUFBTSxlQUFlLENBQUM7O0FBUzFDLE1BQU0sT0FBTyxzQkFBc0I7K0dBQXRCLHNCQUFzQjttR0FBdEIsc0JBQXNCLDhFQ1RuQyxrdERBb0NVOzs0RkQzQkcsc0JBQXNCO2tCQVBsQyxTQUFTOytCQUNFLG9CQUFvQixjQUNsQixJQUFJLFdBQ1AsRUFBRSIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IENvbXBvbmVudCB9IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xuXG5AQ29tcG9uZW50KHtcbiAgc2VsZWN0b3I6ICdsaWItYmFieWxvbi13ZWJtYXAnLFxuICBzdGFuZGFsb25lOiB0cnVlLFxuICBpbXBvcnRzOiBbXSxcbiAgdGVtcGxhdGVVcmw6ICcuL2JhYnlsb24td2VibWFwLmNvbXBvbmVudC5odG1sJyxcbiAgc3R5bGVVcmw6ICcuL2JhYnlsb24td2VibWFwLmNvbXBvbmVudC5zY3NzJ1xufSlcbmV4cG9ydCBjbGFzcyBCYWJ5bG9uV2VibWFwQ29tcG9uZW50IHtcblxufVxuIiwiPHNlY3Rpb24gY2xhc3M9XCJiYWJ5bG9uX193ZWJtYXAgbWFyZ2luLW1haW4gXCI+ICAgXG4gICAgPGRpdiBjbGFzcz1cImNvbnRhaW5lclwiPlxuICAgICAgICA8ZGl2IGNsYXNzPVwicm93IGFsaWduLWl0ZW1zLWNlbnRlciBjc19nYXBfeV8zMFwiPiBcbiAgICAgICAgICAgIDxkaXYgY2xhc3M9XCJjb2wtbGctNiBjc19wcl8xMTBcIj5cbiAgICAgICAgICAgICAgICA8ZGl2IGNsYXNzPVwiaW50cm9faW5mbyBuby1hbGlnblwiPlxuICAgICAgICAgICAgICAgICAgICA8aDIgY2xhc3M9XCJwcmV0aXRsZSBtYi0tMTBcIj5CYWJ5bG9uIGhvdGVsPC9oMj5cbiAgICAgICAgICAgICAgICAgICAgPGgzIGNsYXNzPVwidGl0bGUgXCIgPldlYm1hcDwvaDM+ICAgXG4gICAgICAgICAgICAgICAgICAgIDx1bCBjbGFzcz1cImNzX2xpc3QgY3Nfc3R5bGVfMSBjc19tcF8wXCI+XG4gICAgICAgICAgICAgICAgICAgICAgICA8bGk+IFxuICAgICAgICAgICAgICAgICAgICAgICAgICAgIDxwIGNsYXNzPVwidGV4dC0tc21hbGxcIj48YSBocmVmPVwiI1wiPjwvYT4gL2VzL21hcGF3ZWIvPC9wPlxuICAgICAgICAgICAgICAgICAgICAgICAgPC9saT5cbiAgICAgICAgICAgICAgICAgICAgICAgIDxsaT4gXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgPHAgY2xhc3M9XCJ0ZXh0LS1zbWFsbFwiPjxhIGhyZWY9XCIjXCI+PC9hPiAvZXMvbWFwYXdlYi88L3A+XG4gICAgICAgICAgICAgICAgICAgICAgICA8L2xpPlxuICAgICAgICAgICAgICAgICAgICAgICAgPGxpPiBcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICA8cCBjbGFzcz1cInRleHQtLXNtYWxsXCI+PGEgaHJlZj1cIiNcIj48L2E+IC9lcy9tYXBhd2ViLzwvcD5cbiAgICAgICAgICAgICAgICAgICAgICAgIDwvbGk+XG4gICAgICAgICAgICAgICAgICAgICAgICA8bGk+IFxuICAgICAgICAgICAgICAgICAgICAgICAgICAgIDxwIGNsYXNzPVwidGV4dC0tc21hbGxcIj48YSBocmVmPVwiI1wiPjwvYT4gL2VzL21hcGF3ZWIvPC9wPlxuICAgICAgICAgICAgICAgICAgICAgICAgPC9saT5cbiAgICAgICAgICAgICAgICAgICAgICAgIDxsaT4gXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgPHAgY2xhc3M9XCJ0ZXh0LS1zbWFsbFwiPjxhIGhyZWY9XCIjXCI+PC9hPiAvZXMvbWFwYXdlYi88L3A+XG4gICAgICAgICAgICAgICAgICAgICAgICA8L2xpPlxuICAgICAgICAgICAgICAgICAgICAgICAgPGxpPiBcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICA8cCBjbGFzcz1cInRleHQtLXNtYWxsXCI+PGEgaHJlZj1cIiNcIj48L2E+IC9lcy9tYXBhd2ViLzwvcD5cbiAgICAgICAgICAgICAgICAgICAgICAgIDwvbGk+XG4gICAgICAgICAgICAgICAgICAgIDwvdWw+IFxuICAgICAgICAgICAgICAgIDwvZGl2PiAgXG4gICAgICAgICAgICA8L2Rpdj5cbiAgICAgICAgICAgIDxkaXYgY2xhc3M9XCJjb2wtbGctNlwiPlxuICAgICAgICAgICAgICAgIDxkaXYgY2xhc3M9XCIgY3NfcHJfMTEwMSBjc19pbWFnZV9sYXllciBjc19zdHlsZV8zIHBvc2l0aW9uLXJlbGF0aXZlXCI+XG4gICAgICAgICAgICAgICAgICAgIDxpbWcgc3JjPVwiL2Fzc2V0cy9iYWJ5bG9uL2ZvdG9zL2NvbnRhY3RfaW1nLmpwZWdcIiBhbHQ9XCJDb250YWN0XCIgY2xhc3M9XCJjcy0tcmFkaXVzXCI+XG4gICAgICAgICAgICAgICAgPC9kaXY+XG4gICAgICAgICAgICA8L2Rpdj5cbiAgICAgICAgPC9kaXY+XG4gICAgPC9kaXY+IFxuPC9zZWN0aW9uPiJdfQ==
15
+ args: [{ selector: 'lib-babylon-webmap', standalone: true, imports: [RouterModule, BabylonDynamicHeadingComponent], changeDetection: ChangeDetectionStrategy.OnPush, template: "<section class=\"babylon__webmap margin-main\">\n <div class=\"container\">\n <div class=\"row cs_gap_y_30\">\n <div class=\"col-lg-6 cs_pr_110\">\n <div class=\"intro_info no-align\">\n @if (pretitle) {\n <lib-babylon-dynamic-heading\n [tag]=\"tags?.pretitle || 'h3'\"\n cssClass=\"pretitle mb--10\"\n [color]=\"textColors?.pretitle\"\n [content]=\"pretitle\"\n ></lib-babylon-dynamic-heading>\n }\n @if (title) {\n <lib-babylon-dynamic-heading\n [tag]=\"tags?.title || 'h2'\"\n cssClass=\"title\"\n [color]=\"textColors?.title\"\n [content]=\"title\"\n ></lib-babylon-dynamic-heading>\n }\n @if (links?.length) {\n <ul class=\"cs_list cs_style_1 cs_mp_0\">\n @for (link of links; track $index) {\n @if (link) {\n <li>\n <a\n [attr.aria-label]=\"link.label\"\n [href]=\"link.url\"\n [routerLink]=\"link.url\"\n (click)=\"linkClick($event)\"\n >\n <p class=\"text--small\">\n {{ link.label }}\n </p>\n </a>\n </li>\n }\n }\n </ul>\n }\n </div>\n </div>\n @if (image) {\n <div class=\"col-lg-6\">\n <div\n class=\"cs_pr_1101 cs_image_layer cs_style_3 position-relative\"\n >\n <img\n [src]=\"image.src\"\n [alt]=\"image.alt\"\n class=\"cs--radius\"\n loading=\"lazy\"\n />\n </div>\n </div>\n }\n </div>\n </div>\n</section>\n", styles: [".cs_list.cs_style_1 li{position:relative;display:flex;align-items:flex-start;gap:10px;border-bottom:1px solid var(--cl_border-light);padding-bottom:10px}.cs_list.cs_style_1 li:not(:last-child){margin-bottom:15px}.cs_image_layer.cs_style_3.cs_type_1,.cs_image_layer.cs_style_4.cs_type_1{border-radius:250px 0}.cs_image_layer.cs_style_3.cs_type_1 img,.cs_image_layer.cs_style_4.cs_type_1 img{border-radius:inherit}.cs_image_layer.cs_style_3.cs_type_1:before,.cs_image_layer.cs_style_4.cs_type_1:before{border-radius:225px 0}.cs_list{width:100%}\n"] }]
16
+ }], propDecorators: { pretitle: [{
17
+ type: Input
18
+ }], title: [{
19
+ type: Input
20
+ }], image: [{
21
+ type: Input
22
+ }], links: [{
23
+ type: Input
24
+ }], tags: [{
25
+ type: Input
26
+ }], textColors: [{
27
+ type: Input
28
+ }] } });
29
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYmFieWxvbi13ZWJtYXAuY29tcG9uZW50LmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vLi4vcHJvamVjdHMvYmFieWxvbi9zcmMvbGliL2NvbXBvbmVudHMvY29yZS9iYWJ5bG9uLXdlYm1hcC9iYWJ5bG9uLXdlYm1hcC5jb21wb25lbnQudHMiLCIuLi8uLi8uLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9iYWJ5bG9uL3NyYy9saWIvY29tcG9uZW50cy9jb3JlL2JhYnlsb24td2VibWFwL2JhYnlsb24td2VibWFwLmNvbXBvbmVudC5odG1sIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFBRSx1QkFBdUIsRUFBRSxTQUFTLEVBQUUsS0FBSyxFQUFFLE1BQU0sZUFBZSxDQUFDO0FBRTFFLE9BQU8sRUFBRSxZQUFZLEVBQUUsTUFBTSxpQkFBaUIsQ0FBQztBQUUvQyxPQUFPLEVBQUUsOEJBQThCLEVBQUUsTUFBTSxjQUFjLENBQUM7OztBQVc5RCxNQUFNLE9BQU8sc0JBQXNCO0lBUS9CLFNBQVMsQ0FBQyxDQUFRO1FBQ2QsQ0FBQyxDQUFDLGNBQWMsRUFBRSxDQUFDO0lBQ3ZCLENBQUM7K0dBVlEsc0JBQXNCO21HQUF0QixzQkFBc0Isd01DZm5DLHFtRkE0REEseWxCRGxEYyxZQUFZLGdSQUFFLDhCQUE4Qjs7NEZBSzdDLHNCQUFzQjtrQkFSbEMsU0FBUzsrQkFDSSxvQkFBb0IsY0FDbEIsSUFBSSxXQUNQLENBQUMsWUFBWSxFQUFFLDhCQUE4QixDQUFDLG1CQUd0Qyx1QkFBdUIsQ0FBQyxNQUFNOzhCQUd0QyxRQUFRO3NCQUFoQixLQUFLO2dCQUNHLEtBQUs7c0JBQWIsS0FBSztnQkFDRyxLQUFLO3NCQUFiLEtBQUs7Z0JBQ0csS0FBSztzQkFBYixLQUFLO2dCQUNHLElBQUk7c0JBQVosS0FBSztnQkFDRyxVQUFVO3NCQUFsQixLQUFLIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgQ2hhbmdlRGV0ZWN0aW9uU3RyYXRlZ3ksIENvbXBvbmVudCwgSW5wdXQgfSBmcm9tICdAYW5ndWxhci9jb3JlJztcbmltcG9ydCB7IEJhYnlsb25CdXR0b25JIH0gZnJvbSAnLi4vLi4vLi4vaW50ZXJmYWNlcy9iYWJ5bG9uLWJ1dHRvbi5pbnRlcmZhY2UnO1xuaW1wb3J0IHsgUm91dGVyTW9kdWxlIH0gZnJvbSAnQGFuZ3VsYXIvcm91dGVyJztcbmltcG9ydCB7IEJhYnlsb25JbWFnZUkgfSBmcm9tICcuLi8uLi8uLi9pbnRlcmZhY2VzL2JhYnlsb24taW1hZ2UuaW50ZXJmYWNlJztcbmltcG9ydCB7IEJhYnlsb25EeW5hbWljSGVhZGluZ0NvbXBvbmVudCB9IGZyb20gJy4uLy4uL3NoYXJlZCc7XG5pbXBvcnQgeyBCYWJ5bG9uVGFnc0ksIEJhYnlsb25UZXh0c0NvbG9yc0kgfSBmcm9tICcuLi8uLi8uLi9pbnRlcmZhY2VzJztcblxuQENvbXBvbmVudCh7XG4gICAgc2VsZWN0b3I6ICdsaWItYmFieWxvbi13ZWJtYXAnLFxuICAgIHN0YW5kYWxvbmU6IHRydWUsXG4gICAgaW1wb3J0czogW1JvdXRlck1vZHVsZSwgQmFieWxvbkR5bmFtaWNIZWFkaW5nQ29tcG9uZW50XSxcbiAgICB0ZW1wbGF0ZVVybDogJy4vYmFieWxvbi13ZWJtYXAuY29tcG9uZW50Lmh0bWwnLFxuICAgIHN0eWxlVXJsOiAnLi9iYWJ5bG9uLXdlYm1hcC5jb21wb25lbnQuc2NzcycsXG4gICAgY2hhbmdlRGV0ZWN0aW9uOiBDaGFuZ2VEZXRlY3Rpb25TdHJhdGVneS5PblB1c2gsXG59KVxuZXhwb3J0IGNsYXNzIEJhYnlsb25XZWJtYXBDb21wb25lbnQge1xuICAgIEBJbnB1dCgpIHByZXRpdGxlPzogc3RyaW5nO1xuICAgIEBJbnB1dCgpIHRpdGxlPzogc3RyaW5nO1xuICAgIEBJbnB1dCgpIGltYWdlPzogQmFieWxvbkltYWdlSTtcbiAgICBASW5wdXQoKSBsaW5rcz86IEJhYnlsb25CdXR0b25JW107XG4gICAgQElucHV0KCkgdGFncz86IEJhYnlsb25UYWdzSTtcbiAgICBASW5wdXQoKSB0ZXh0Q29sb3JzPzogQmFieWxvblRleHRzQ29sb3JzSTtcblxuICAgIGxpbmtDbGljayhlOiBFdmVudCkge1xuICAgICAgICBlLnByZXZlbnREZWZhdWx0KCk7XG4gICAgfVxufVxuIiwiPHNlY3Rpb24gY2xhc3M9XCJiYWJ5bG9uX193ZWJtYXAgbWFyZ2luLW1haW5cIj5cbiAgICA8ZGl2IGNsYXNzPVwiY29udGFpbmVyXCI+XG4gICAgICAgIDxkaXYgY2xhc3M9XCJyb3cgY3NfZ2FwX3lfMzBcIj5cbiAgICAgICAgICAgIDxkaXYgY2xhc3M9XCJjb2wtbGctNiBjc19wcl8xMTBcIj5cbiAgICAgICAgICAgICAgICA8ZGl2IGNsYXNzPVwiaW50cm9faW5mbyBuby1hbGlnblwiPlxuICAgICAgICAgICAgICAgICAgICBAaWYgKHByZXRpdGxlKSB7XG4gICAgICAgICAgICAgICAgICAgICAgICA8bGliLWJhYnlsb24tZHluYW1pYy1oZWFkaW5nXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgW3RhZ109XCJ0YWdzPy5wcmV0aXRsZSB8fCAnaDMnXCJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICBjc3NDbGFzcz1cInByZXRpdGxlIG1iLS0xMFwiXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgW2NvbG9yXT1cInRleHRDb2xvcnM/LnByZXRpdGxlXCJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICBbY29udGVudF09XCJwcmV0aXRsZVwiXG4gICAgICAgICAgICAgICAgICAgICAgICA+PC9saWItYmFieWxvbi1keW5hbWljLWhlYWRpbmc+XG4gICAgICAgICAgICAgICAgICAgIH1cbiAgICAgICAgICAgICAgICAgICAgQGlmICh0aXRsZSkge1xuICAgICAgICAgICAgICAgICAgICAgICAgPGxpYi1iYWJ5bG9uLWR5bmFtaWMtaGVhZGluZ1xuICAgICAgICAgICAgICAgICAgICAgICAgICAgIFt0YWddPVwidGFncz8udGl0bGUgfHwgJ2gyJ1wiXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgY3NzQ2xhc3M9XCJ0aXRsZVwiXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgW2NvbG9yXT1cInRleHRDb2xvcnM/LnRpdGxlXCJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICBbY29udGVudF09XCJ0aXRsZVwiXG4gICAgICAgICAgICAgICAgICAgICAgICA+PC9saWItYmFieWxvbi1keW5hbWljLWhlYWRpbmc+XG4gICAgICAgICAgICAgICAgICAgIH1cbiAgICAgICAgICAgICAgICAgICAgQGlmIChsaW5rcz8ubGVuZ3RoKSB7XG4gICAgICAgICAgICAgICAgICAgICAgICA8dWwgY2xhc3M9XCJjc19saXN0IGNzX3N0eWxlXzEgY3NfbXBfMFwiPlxuICAgICAgICAgICAgICAgICAgICAgICAgICAgIEBmb3IgKGxpbmsgb2YgbGlua3M7IHRyYWNrICRpbmRleCkge1xuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICBAaWYgKGxpbmspIHtcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIDxsaT5cbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICA8YVxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICBbYXR0ci5hcmlhLWxhYmVsXT1cImxpbmsubGFiZWxcIlxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICBbaHJlZl09XCJsaW5rLnVybFwiXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIFtyb3V0ZXJMaW5rXT1cImxpbmsudXJsXCJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgKGNsaWNrKT1cImxpbmtDbGljaygkZXZlbnQpXCJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICA+XG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIDxwIGNsYXNzPVwidGV4dC0tc21hbGxcIj5cbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIHt7IGxpbmsubGFiZWwgfX1cbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgPC9wPlxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIDwvYT5cbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIDwvbGk+XG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIH1cbiAgICAgICAgICAgICAgICAgICAgICAgICAgICB9XG4gICAgICAgICAgICAgICAgICAgICAgICA8L3VsPlxuICAgICAgICAgICAgICAgICAgICB9XG4gICAgICAgICAgICAgICAgPC9kaXY+XG4gICAgICAgICAgICA8L2Rpdj5cbiAgICAgICAgICAgIEBpZiAoaW1hZ2UpIHtcbiAgICAgICAgICAgICAgICA8ZGl2IGNsYXNzPVwiY29sLWxnLTZcIj5cbiAgICAgICAgICAgICAgICAgICAgPGRpdlxuICAgICAgICAgICAgICAgICAgICAgICAgY2xhc3M9XCJjc19wcl8xMTAxIGNzX2ltYWdlX2xheWVyIGNzX3N0eWxlXzMgcG9zaXRpb24tcmVsYXRpdmVcIlxuICAgICAgICAgICAgICAgICAgICA+XG4gICAgICAgICAgICAgICAgICAgICAgICA8aW1nXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgW3NyY109XCJpbWFnZS5zcmNcIlxuICAgICAgICAgICAgICAgICAgICAgICAgICAgIFthbHRdPVwiaW1hZ2UuYWx0XCJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICBjbGFzcz1cImNzLS1yYWRpdXNcIlxuICAgICAgICAgICAgICAgICAgICAgICAgICAgIGxvYWRpbmc9XCJsYXp5XCJcbiAgICAgICAgICAgICAgICAgICAgICAgIC8+XG4gICAgICAgICAgICAgICAgICAgIDwvZGl2PlxuICAgICAgICAgICAgICAgIDwvZGl2PlxuICAgICAgICAgICAgfVxuICAgICAgICA8L2Rpdj5cbiAgICA8L2Rpdj5cbjwvc2VjdGlvbj5cbiJdfQ==
@@ -0,0 +1,2 @@
1
+ export {};
2
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYmFieWxvbi13ZWJtYXAuaW50ZXJmYWNlLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vLi4vcHJvamVjdHMvYmFieWxvbi9zcmMvbGliL2NvbXBvbmVudHMvY29yZS9iYWJ5bG9uLXdlYm1hcC9iYWJ5bG9uLXdlYm1hcC5pbnRlcmZhY2UudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IiIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IEJhYnlsb25CdXR0b25JLCBCYWJ5bG9uVGFnc0ksIEJhYnlsb25UZXh0c0NvbG9yc0kgfSBmcm9tICcuLi8uLi8uLi9pbnRlcmZhY2VzJztcbmV4cG9ydCBpbnRlcmZhY2UgQmFieWxvbldlYm1hcEkge1xuICAgIHRpdGxlPzogc3RyaW5nO1xuICAgIHByZXRpdGxlPzogc3RyaW5nO1xuICAgIGltYWdlPzogc3RyaW5nO1xuICAgIGxpbmtzPzogQmFieWxvbkJ1dHRvbklbXTtcbiAgICB0YWdzPzogQmFieWxvblRhZ3NJO1xuICAgIHRleHRDb2xvcnM/OiBCYWJ5bG9uVGV4dHNDb2xvcnNJO1xufVxuIl19
@@ -0,0 +1,3 @@
1
+ export * from './babylon-webmap.component';
2
+ export * from './babylon-webmap.interface';
3
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5kZXguanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9iYWJ5bG9uL3NyYy9saWIvY29tcG9uZW50cy9jb3JlL2JhYnlsb24td2VibWFwL2luZGV4LnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLGNBQWMsNEJBQTRCLENBQUM7QUFDM0MsY0FBYyw0QkFBNEIsQ0FBQyIsInNvdXJjZXNDb250ZW50IjpbImV4cG9ydCAqIGZyb20gJy4vYmFieWxvbi13ZWJtYXAuY29tcG9uZW50JztcbmV4cG9ydCAqIGZyb20gJy4vYmFieWxvbi13ZWJtYXAuaW50ZXJmYWNlJztcbiJdfQ==
@@ -0,0 +1,104 @@
1
+ export * from './babylon-404';
2
+ export * from './babylon-action-banner';
3
+ export * from './babylon-advantages';
4
+ export * from './babylon-advantages-v2';
5
+ export * from './babylon-av-c4-img-text';
6
+ export * from './babylon-banner-gallery';
7
+ export * from './babylon-banner-info';
8
+ export * from './babylon-banner-newsletter';
9
+ export * from './babylon-blog-details';
10
+ export * from './babylon-blog-list';
11
+ export * from './babylon-breadcrumb';
12
+ export * from './babylon-color-picker';
13
+ export * from './babylon-comingsoon';
14
+ export * from './babylon-contact-address';
15
+ export * from './babylon-contact-form';
16
+ export * from './babylon-contact-how';
17
+ export * from './babylon-contact-map';
18
+ export * from './babylon-engine';
19
+ export * from './babylon-engine-modal';
20
+ export * from './babylon-external-script';
21
+ export * from './babylon-faq';
22
+ export * from './babylon-faq-v2';
23
+ export * from './babylon-features-slider';
24
+ export * from './babylon-filter-modal';
25
+ export * from './babylon-floating-buttons';
26
+ export * from './babylon-footer-contact';
27
+ export * from './babylon-footer-links';
28
+ export * from './babylon-footer-logos';
29
+ export * from './babylon-footer-social';
30
+ export * from './babylon-gallery';
31
+ export * from './babylon-global-modal';
32
+ export * from './babylon-grid-gallery';
33
+ export * from './babylon-guests-popup';
34
+ export * from './babylon-head-intro';
35
+ export * from './babylon-header-book-show';
36
+ export * from './babylon-header-clear';
37
+ export * from './babylon-header-menu-center';
38
+ export * from './babylon-header-menu-logo-center';
39
+ export * from './babylon-header-menu-show';
40
+ export * from './babylon-header-mobile';
41
+ export * from './babylon-hotels-list';
42
+ export * from './babylon-hotels-slider';
43
+ export * from './babylon-info-big';
44
+ export * from './babylon-info-big-v3';
45
+ export * from './babylon-info-grid';
46
+ export * from './babylon-info-img';
47
+ export * from './babylon-info-img-slider';
48
+ export * from './babylon-info-intro';
49
+ export * from './babylon-info-show-img';
50
+ export * from './babylon-info-zig-zag';
51
+ export * from './babylon-info-zig-zag-counter';
52
+ export * from './babylon-info-zigzag-v2';
53
+ export * from './babylon-info2col-img';
54
+ export * from './babylon-info2img';
55
+ export * from './babylon-info2img-big';
56
+ export * from './babylon-info3img';
57
+ export * from './babylon-info4img';
58
+ export * from './babylon-items-grid';
59
+ export * from './babylon-language-modal';
60
+ export * from './babylon-legal';
61
+ export * from './babylon-list-c3-img-txt';
62
+ export * from './babylon-list-grid';
63
+ export * from './babylon-modal-multiple-motors';
64
+ export * from './babylon-newsletter';
65
+ export * from './babylon-offer-detail';
66
+ export * from './babylon-offer-popup';
67
+ export * from './babylon-offer-popupV2';
68
+ export * from './babylon-offer-slider';
69
+ export * from './babylon-offers-list';
70
+ export * from './babylon-offers-slider';
71
+ export * from './babylon-preload';
72
+ export * from './babylon-press-list';
73
+ export * from './babylon-room-details';
74
+ export * from './babylon-rooms-cols';
75
+ export * from './babylon-rooms-grid';
76
+ export * from './babylon-rooms-list';
77
+ export * from './babylon-rooms-slider';
78
+ export * from './babylon-services-slider';
79
+ export * from './babylon-sli-c1-img-text';
80
+ export * from './babylon-sli-c5-img-txt';
81
+ export * from './babylon-slider-img-static';
82
+ export * from './babylon-slider-img-static-v2';
83
+ export * from './babylon-slider-img-video';
84
+ export * from './babylon-slider2col';
85
+ export * from './babylon-slider2items';
86
+ export * from './babylon-slider3col';
87
+ export * from './babylon-slider3col-clear';
88
+ export * from './babylon-slider3items';
89
+ export * from './babylon-slider4col';
90
+ export * from './babylon-social-bar';
91
+ export * from './babylon-static-footer';
92
+ export * from './babylon-static-footer-v2';
93
+ export * from './babylon-submenu-hotel';
94
+ export * from './babylon-thanks';
95
+ export * from './babylon-top-simple-banner';
96
+ export * from './babylon-top-slider';
97
+ export * from './babylon-top-slider-thumbs';
98
+ export * from './babylon-top-slider-v2';
99
+ export * from './babylon-top-slider-video';
100
+ export * from './babylon-top-slider-video-v2';
101
+ export * from './babylon-webmap';
102
+ export * from './babylon-container-text-l2';
103
+ export * from './babylon-feature-pills-number';
104
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5kZXguanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9iYWJ5bG9uL3NyYy9saWIvY29tcG9uZW50cy9jb3JlL2luZGV4LnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLGNBQWMsZUFBZSxDQUFDO0FBQzlCLGNBQWMseUJBQXlCLENBQUM7QUFDeEMsY0FBYyxzQkFBc0IsQ0FBQztBQUNyQyxjQUFjLHlCQUF5QixDQUFDO0FBQ3hDLGNBQWMsMEJBQTBCLENBQUM7QUFDekMsY0FBYywwQkFBMEIsQ0FBQztBQUN6QyxjQUFjLHVCQUF1QixDQUFDO0FBQ3RDLGNBQWMsNkJBQTZCLENBQUM7QUFDNUMsY0FBYyx3QkFBd0IsQ0FBQztBQUN2QyxjQUFjLHFCQUFxQixDQUFDO0FBQ3BDLGNBQWMsc0JBQXNCLENBQUM7QUFDckMsY0FBYyx3QkFBd0IsQ0FBQztBQUN2QyxjQUFjLHNCQUFzQixDQUFDO0FBQ3JDLGNBQWMsMkJBQTJCLENBQUM7QUFDMUMsY0FBYyx3QkFBd0IsQ0FBQztBQUN2QyxjQUFjLHVCQUF1QixDQUFDO0FBQ3RDLGNBQWMsdUJBQXVCLENBQUM7QUFDdEMsY0FBYyxrQkFBa0IsQ0FBQztBQUNqQyxjQUFjLHdCQUF3QixDQUFDO0FBQ3ZDLGNBQWMsMkJBQTJCLENBQUM7QUFDMUMsY0FBYyxlQUFlLENBQUM7QUFDOUIsY0FBYyxrQkFBa0IsQ0FBQztBQUNqQyxjQUFjLDJCQUEyQixDQUFDO0FBQzFDLGNBQWMsd0JBQXdCLENBQUM7QUFDdkMsY0FBYyw0QkFBNEIsQ0FBQztBQUMzQyxjQUFjLDBCQUEwQixDQUFDO0FBQ3pDLGNBQWMsd0JBQXdCLENBQUM7QUFDdkMsY0FBYyx3QkFBd0IsQ0FBQztBQUN2QyxjQUFjLHlCQUF5QixDQUFDO0FBQ3hDLGNBQWMsbUJBQW1CLENBQUM7QUFDbEMsY0FBYyx3QkFBd0IsQ0FBQztBQUN2QyxjQUFjLHdCQUF3QixDQUFDO0FBQ3ZDLGNBQWMsd0JBQXdCLENBQUM7QUFDdkMsY0FBYyxzQkFBc0IsQ0FBQztBQUNyQyxjQUFjLDRCQUE0QixDQUFDO0FBQzNDLGNBQWMsd0JBQXdCLENBQUM7QUFDdkMsY0FBYyw4QkFBOEIsQ0FBQztBQUM3QyxjQUFjLG1DQUFtQyxDQUFDO0FBQ2xELGNBQWMsNEJBQTRCLENBQUM7QUFDM0MsY0FBYyx5QkFBeUIsQ0FBQztBQUN4QyxjQUFjLHVCQUF1QixDQUFDO0FBQ3RDLGNBQWMseUJBQXlCLENBQUM7QUFDeEMsY0FBYyxvQkFBb0IsQ0FBQztBQUNuQyxjQUFjLHVCQUF1QixDQUFDO0FBQ3RDLGNBQWMscUJBQXFCLENBQUM7QUFDcEMsY0FBYyxvQkFBb0IsQ0FBQztBQUNuQyxjQUFjLDJCQUEyQixDQUFDO0FBQzFDLGNBQWMsc0JBQXNCLENBQUM7QUFDckMsY0FBYyx5QkFBeUIsQ0FBQztBQUN4QyxjQUFjLHdCQUF3QixDQUFDO0FBQ3ZDLGNBQWMsZ0NBQWdDLENBQUM7QUFDL0MsY0FBYywwQkFBMEIsQ0FBQztBQUN6QyxjQUFjLHdCQUF3QixDQUFDO0FBQ3ZDLGNBQWMsb0JBQW9CLENBQUM7QUFDbkMsY0FBYyx3QkFBd0IsQ0FBQztBQUN2QyxjQUFjLG9CQUFvQixDQUFDO0FBQ25DLGNBQWMsb0JBQW9CLENBQUM7QUFDbkMsY0FBYyxzQkFBc0IsQ0FBQztBQUNyQyxjQUFjLDBCQUEwQixDQUFDO0FBQ3pDLGNBQWMsaUJBQWlCLENBQUM7QUFDaEMsY0FBYywyQkFBMkIsQ0FBQztBQUMxQyxjQUFjLHFCQUFxQixDQUFDO0FBQ3BDLGNBQWMsaUNBQWlDLENBQUM7QUFDaEQsY0FBYyxzQkFBc0IsQ0FBQztBQUNyQyxjQUFjLHdCQUF3QixDQUFDO0FBQ3ZDLGNBQWMsdUJBQXVCLENBQUM7QUFDdEMsY0FBYyx5QkFBeUIsQ0FBQztBQUN4QyxjQUFjLHdCQUF3QixDQUFDO0FBQ3ZDLGNBQWMsdUJBQXVCLENBQUM7QUFDdEMsY0FBYyx5QkFBeUIsQ0FBQztBQUN4QyxjQUFjLG1CQUFtQixDQUFDO0FBQ2xDLGNBQWMsc0JBQXNCLENBQUM7QUFDckMsY0FBYyx3QkFBd0IsQ0FBQztBQUN2QyxjQUFjLHNCQUFzQixDQUFDO0FBQ3JDLGNBQWMsc0JBQXNCLENBQUM7QUFDckMsY0FBYyxzQkFBc0IsQ0FBQztBQUNyQyxjQUFjLHdCQUF3QixDQUFDO0FBQ3ZDLGNBQWMsMkJBQTJCLENBQUM7QUFDMUMsY0FBYywyQkFBMkIsQ0FBQztBQUMxQyxjQUFjLDBCQUEwQixDQUFDO0FBQ3pDLGNBQWMsNkJBQTZCLENBQUM7QUFDNUMsY0FBYyxnQ0FBZ0MsQ0FBQztBQUMvQyxjQUFjLDRCQUE0QixDQUFDO0FBQzNDLGNBQWMsc0JBQXNCLENBQUM7QUFDckMsY0FBYyx3QkFBd0IsQ0FBQztBQUN2QyxjQUFjLHNCQUFzQixDQUFDO0FBQ3JDLGNBQWMsNEJBQTRCLENBQUM7QUFDM0MsY0FBYyx3QkFBd0IsQ0FBQztBQUN2QyxjQUFjLHNCQUFzQixDQUFDO0FBQ3JDLGNBQWMsc0JBQXNCLENBQUM7QUFDckMsY0FBYyx5QkFBeUIsQ0FBQztBQUN4QyxjQUFjLDRCQUE0QixDQUFDO0FBQzNDLGNBQWMseUJBQXlCLENBQUM7QUFDeEMsY0FBYyxrQkFBa0IsQ0FBQztBQUNqQyxjQUFjLDZCQUE2QixDQUFDO0FBQzVDLGNBQWMsc0JBQXNCLENBQUM7QUFDckMsY0FBYyw2QkFBNkIsQ0FBQztBQUM1QyxjQUFjLHlCQUF5QixDQUFDO0FBQ3hDLGNBQWMsNEJBQTRCLENBQUM7QUFDM0MsY0FBYywrQkFBK0IsQ0FBQztBQUM5QyxjQUFjLGtCQUFrQixDQUFDO0FBQ2pDLGNBQWMsNkJBQTZCLENBQUM7QUFDNUMsY0FBYyxnQ0FBZ0MsQ0FBQyIsInNvdXJjZXNDb250ZW50IjpbImV4cG9ydCAqIGZyb20gJy4vYmFieWxvbi00MDQnO1xuZXhwb3J0ICogZnJvbSAnLi9iYWJ5bG9uLWFjdGlvbi1iYW5uZXInO1xuZXhwb3J0ICogZnJvbSAnLi9iYWJ5bG9uLWFkdmFudGFnZXMnO1xuZXhwb3J0ICogZnJvbSAnLi9iYWJ5bG9uLWFkdmFudGFnZXMtdjInO1xuZXhwb3J0ICogZnJvbSAnLi9iYWJ5bG9uLWF2LWM0LWltZy10ZXh0JztcbmV4cG9ydCAqIGZyb20gJy4vYmFieWxvbi1iYW5uZXItZ2FsbGVyeSc7XG5leHBvcnQgKiBmcm9tICcuL2JhYnlsb24tYmFubmVyLWluZm8nO1xuZXhwb3J0ICogZnJvbSAnLi9iYWJ5bG9uLWJhbm5lci1uZXdzbGV0dGVyJztcbmV4cG9ydCAqIGZyb20gJy4vYmFieWxvbi1ibG9nLWRldGFpbHMnO1xuZXhwb3J0ICogZnJvbSAnLi9iYWJ5bG9uLWJsb2ctbGlzdCc7XG5leHBvcnQgKiBmcm9tICcuL2JhYnlsb24tYnJlYWRjcnVtYic7XG5leHBvcnQgKiBmcm9tICcuL2JhYnlsb24tY29sb3ItcGlja2VyJztcbmV4cG9ydCAqIGZyb20gJy4vYmFieWxvbi1jb21pbmdzb29uJztcbmV4cG9ydCAqIGZyb20gJy4vYmFieWxvbi1jb250YWN0LWFkZHJlc3MnO1xuZXhwb3J0ICogZnJvbSAnLi9iYWJ5bG9uLWNvbnRhY3QtZm9ybSc7XG5leHBvcnQgKiBmcm9tICcuL2JhYnlsb24tY29udGFjdC1ob3cnO1xuZXhwb3J0ICogZnJvbSAnLi9iYWJ5bG9uLWNvbnRhY3QtbWFwJztcbmV4cG9ydCAqIGZyb20gJy4vYmFieWxvbi1lbmdpbmUnO1xuZXhwb3J0ICogZnJvbSAnLi9iYWJ5bG9uLWVuZ2luZS1tb2RhbCc7XG5leHBvcnQgKiBmcm9tICcuL2JhYnlsb24tZXh0ZXJuYWwtc2NyaXB0JztcbmV4cG9ydCAqIGZyb20gJy4vYmFieWxvbi1mYXEnO1xuZXhwb3J0ICogZnJvbSAnLi9iYWJ5bG9uLWZhcS12Mic7XG5leHBvcnQgKiBmcm9tICcuL2JhYnlsb24tZmVhdHVyZXMtc2xpZGVyJztcbmV4cG9ydCAqIGZyb20gJy4vYmFieWxvbi1maWx0ZXItbW9kYWwnO1xuZXhwb3J0ICogZnJvbSAnLi9iYWJ5bG9uLWZsb2F0aW5nLWJ1dHRvbnMnO1xuZXhwb3J0ICogZnJvbSAnLi9iYWJ5bG9uLWZvb3Rlci1jb250YWN0JztcbmV4cG9ydCAqIGZyb20gJy4vYmFieWxvbi1mb290ZXItbGlua3MnO1xuZXhwb3J0ICogZnJvbSAnLi9iYWJ5bG9uLWZvb3Rlci1sb2dvcyc7XG5leHBvcnQgKiBmcm9tICcuL2JhYnlsb24tZm9vdGVyLXNvY2lhbCc7XG5leHBvcnQgKiBmcm9tICcuL2JhYnlsb24tZ2FsbGVyeSc7XG5leHBvcnQgKiBmcm9tICcuL2JhYnlsb24tZ2xvYmFsLW1vZGFsJztcbmV4cG9ydCAqIGZyb20gJy4vYmFieWxvbi1ncmlkLWdhbGxlcnknO1xuZXhwb3J0ICogZnJvbSAnLi9iYWJ5bG9uLWd1ZXN0cy1wb3B1cCc7XG5leHBvcnQgKiBmcm9tICcuL2JhYnlsb24taGVhZC1pbnRybyc7XG5leHBvcnQgKiBmcm9tICcuL2JhYnlsb24taGVhZGVyLWJvb2stc2hvdyc7XG5leHBvcnQgKiBmcm9tICcuL2JhYnlsb24taGVhZGVyLWNsZWFyJztcbmV4cG9ydCAqIGZyb20gJy4vYmFieWxvbi1oZWFkZXItbWVudS1jZW50ZXInO1xuZXhwb3J0ICogZnJvbSAnLi9iYWJ5bG9uLWhlYWRlci1tZW51LWxvZ28tY2VudGVyJztcbmV4cG9ydCAqIGZyb20gJy4vYmFieWxvbi1oZWFkZXItbWVudS1zaG93JztcbmV4cG9ydCAqIGZyb20gJy4vYmFieWxvbi1oZWFkZXItbW9iaWxlJztcbmV4cG9ydCAqIGZyb20gJy4vYmFieWxvbi1ob3RlbHMtbGlzdCc7XG5leHBvcnQgKiBmcm9tICcuL2JhYnlsb24taG90ZWxzLXNsaWRlcic7XG5leHBvcnQgKiBmcm9tICcuL2JhYnlsb24taW5mby1iaWcnO1xuZXhwb3J0ICogZnJvbSAnLi9iYWJ5bG9uLWluZm8tYmlnLXYzJztcbmV4cG9ydCAqIGZyb20gJy4vYmFieWxvbi1pbmZvLWdyaWQnO1xuZXhwb3J0ICogZnJvbSAnLi9iYWJ5bG9uLWluZm8taW1nJztcbmV4cG9ydCAqIGZyb20gJy4vYmFieWxvbi1pbmZvLWltZy1zbGlkZXInO1xuZXhwb3J0ICogZnJvbSAnLi9iYWJ5bG9uLWluZm8taW50cm8nO1xuZXhwb3J0ICogZnJvbSAnLi9iYWJ5bG9uLWluZm8tc2hvdy1pbWcnO1xuZXhwb3J0ICogZnJvbSAnLi9iYWJ5bG9uLWluZm8temlnLXphZyc7XG5leHBvcnQgKiBmcm9tICcuL2JhYnlsb24taW5mby16aWctemFnLWNvdW50ZXInO1xuZXhwb3J0ICogZnJvbSAnLi9iYWJ5bG9uLWluZm8temlnemFnLXYyJztcbmV4cG9ydCAqIGZyb20gJy4vYmFieWxvbi1pbmZvMmNvbC1pbWcnO1xuZXhwb3J0ICogZnJvbSAnLi9iYWJ5bG9uLWluZm8yaW1nJztcbmV4cG9ydCAqIGZyb20gJy4vYmFieWxvbi1pbmZvMmltZy1iaWcnO1xuZXhwb3J0ICogZnJvbSAnLi9iYWJ5bG9uLWluZm8zaW1nJztcbmV4cG9ydCAqIGZyb20gJy4vYmFieWxvbi1pbmZvNGltZyc7XG5leHBvcnQgKiBmcm9tICcuL2JhYnlsb24taXRlbXMtZ3JpZCc7XG5leHBvcnQgKiBmcm9tICcuL2JhYnlsb24tbGFuZ3VhZ2UtbW9kYWwnO1xuZXhwb3J0ICogZnJvbSAnLi9iYWJ5bG9uLWxlZ2FsJztcbmV4cG9ydCAqIGZyb20gJy4vYmFieWxvbi1saXN0LWMzLWltZy10eHQnO1xuZXhwb3J0ICogZnJvbSAnLi9iYWJ5bG9uLWxpc3QtZ3JpZCc7XG5leHBvcnQgKiBmcm9tICcuL2JhYnlsb24tbW9kYWwtbXVsdGlwbGUtbW90b3JzJztcbmV4cG9ydCAqIGZyb20gJy4vYmFieWxvbi1uZXdzbGV0dGVyJztcbmV4cG9ydCAqIGZyb20gJy4vYmFieWxvbi1vZmZlci1kZXRhaWwnO1xuZXhwb3J0ICogZnJvbSAnLi9iYWJ5bG9uLW9mZmVyLXBvcHVwJztcbmV4cG9ydCAqIGZyb20gJy4vYmFieWxvbi1vZmZlci1wb3B1cFYyJztcbmV4cG9ydCAqIGZyb20gJy4vYmFieWxvbi1vZmZlci1zbGlkZXInO1xuZXhwb3J0ICogZnJvbSAnLi9iYWJ5bG9uLW9mZmVycy1saXN0JztcbmV4cG9ydCAqIGZyb20gJy4vYmFieWxvbi1vZmZlcnMtc2xpZGVyJztcbmV4cG9ydCAqIGZyb20gJy4vYmFieWxvbi1wcmVsb2FkJztcbmV4cG9ydCAqIGZyb20gJy4vYmFieWxvbi1wcmVzcy1saXN0JztcbmV4cG9ydCAqIGZyb20gJy4vYmFieWxvbi1yb29tLWRldGFpbHMnO1xuZXhwb3J0ICogZnJvbSAnLi9iYWJ5bG9uLXJvb21zLWNvbHMnO1xuZXhwb3J0ICogZnJvbSAnLi9iYWJ5bG9uLXJvb21zLWdyaWQnO1xuZXhwb3J0ICogZnJvbSAnLi9iYWJ5bG9uLXJvb21zLWxpc3QnO1xuZXhwb3J0ICogZnJvbSAnLi9iYWJ5bG9uLXJvb21zLXNsaWRlcic7XG5leHBvcnQgKiBmcm9tICcuL2JhYnlsb24tc2VydmljZXMtc2xpZGVyJztcbmV4cG9ydCAqIGZyb20gJy4vYmFieWxvbi1zbGktYzEtaW1nLXRleHQnO1xuZXhwb3J0ICogZnJvbSAnLi9iYWJ5bG9uLXNsaS1jNS1pbWctdHh0JztcbmV4cG9ydCAqIGZyb20gJy4vYmFieWxvbi1zbGlkZXItaW1nLXN0YXRpYyc7XG5leHBvcnQgKiBmcm9tICcuL2JhYnlsb24tc2xpZGVyLWltZy1zdGF0aWMtdjInO1xuZXhwb3J0ICogZnJvbSAnLi9iYWJ5bG9uLXNsaWRlci1pbWctdmlkZW8nO1xuZXhwb3J0ICogZnJvbSAnLi9iYWJ5bG9uLXNsaWRlcjJjb2wnO1xuZXhwb3J0ICogZnJvbSAnLi9iYWJ5bG9uLXNsaWRlcjJpdGVtcyc7XG5leHBvcnQgKiBmcm9tICcuL2JhYnlsb24tc2xpZGVyM2NvbCc7XG5leHBvcnQgKiBmcm9tICcuL2JhYnlsb24tc2xpZGVyM2NvbC1jbGVhcic7XG5leHBvcnQgKiBmcm9tICcuL2JhYnlsb24tc2xpZGVyM2l0ZW1zJztcbmV4cG9ydCAqIGZyb20gJy4vYmFieWxvbi1zbGlkZXI0Y29sJztcbmV4cG9ydCAqIGZyb20gJy4vYmFieWxvbi1zb2NpYWwtYmFyJztcbmV4cG9ydCAqIGZyb20gJy4vYmFieWxvbi1zdGF0aWMtZm9vdGVyJztcbmV4cG9ydCAqIGZyb20gJy4vYmFieWxvbi1zdGF0aWMtZm9vdGVyLXYyJztcbmV4cG9ydCAqIGZyb20gJy4vYmFieWxvbi1zdWJtZW51LWhvdGVsJztcbmV4cG9ydCAqIGZyb20gJy4vYmFieWxvbi10aGFua3MnO1xuZXhwb3J0ICogZnJvbSAnLi9iYWJ5bG9uLXRvcC1zaW1wbGUtYmFubmVyJztcbmV4cG9ydCAqIGZyb20gJy4vYmFieWxvbi10b3Atc2xpZGVyJztcbmV4cG9ydCAqIGZyb20gJy4vYmFieWxvbi10b3Atc2xpZGVyLXRodW1icyc7XG5leHBvcnQgKiBmcm9tICcuL2JhYnlsb24tdG9wLXNsaWRlci12Mic7XG5leHBvcnQgKiBmcm9tICcuL2JhYnlsb24tdG9wLXNsaWRlci12aWRlbyc7XG5leHBvcnQgKiBmcm9tICcuL2JhYnlsb24tdG9wLXNsaWRlci12aWRlby12Mic7XG5leHBvcnQgKiBmcm9tICcuL2JhYnlsb24td2VibWFwJztcbmV4cG9ydCAqIGZyb20gJy4vYmFieWxvbi1jb250YWluZXItdGV4dC1sMic7XG5leHBvcnQgKiBmcm9tICcuL2JhYnlsb24tZmVhdHVyZS1waWxscy1udW1iZXInO1xuIl19