ctt-babylon 0.8.13 → 0.8.15
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/{lib/directives/babylon-sliders → directives}/babylon-hotels-slider.directive.d.ts +1 -2
- package/esm2022/directives/babylon-hotels-slider.directive.mjs +103 -0
- package/esm2022/lib/components/core/babylon-404/babylon-404.component.mjs +5 -18
- package/esm2022/lib/components/core/babylon-404-v2/babylon-404-v2.component.mjs +11 -0
- package/esm2022/lib/components/core/babylon-advantages/babylon-advantages.component.mjs +5 -29
- package/esm2022/lib/components/core/babylon-advantages-v2/babylon-advantages-v2.component.mjs +12 -0
- package/esm2022/lib/components/core/babylon-banner-gallery/babylon-banner-gallery.component.mjs +5 -31
- package/esm2022/lib/components/core/babylon-banner-info/babylon-banner-info.component.mjs +6 -133
- package/esm2022/lib/components/core/babylon-banner-newsletter/babylon-banner-newsletter.component.mjs +5 -39
- package/esm2022/lib/components/core/babylon-blog-details/babylon-blog-details.component.mjs +5 -98
- package/esm2022/lib/components/core/babylon-blog-list/babylon-blog-list.component.mjs +6 -80
- package/esm2022/lib/components/core/babylon-breadcrumb/babylon-breadcrumb.component.mjs +5 -14
- package/esm2022/lib/components/core/babylon-breadcrumb-v2/babylon-breadcrumb-v2.component.mjs +11 -0
- package/esm2022/lib/components/core/babylon-comingsoon/babylon-comingsoon.component.mjs +5 -10
- package/esm2022/lib/components/core/babylon-contact-form/babylon-contact-form.component.mjs +20 -134
- package/esm2022/lib/components/core/babylon-contact-form-v2/babylon-contact-form-v2.component.mjs +37 -0
- package/esm2022/lib/components/core/babylon-contact-how/babylon-contact-how.component.mjs +6 -23
- package/esm2022/lib/components/core/babylon-contact-map/babylon-contact-map.component.mjs +6 -29
- package/esm2022/lib/components/core/babylon-container-text-l2/babylon-container-text-l2.component.mjs +18 -0
- package/esm2022/lib/components/core/babylon-engine/babylon-engine.component.mjs +22 -237
- package/esm2022/lib/components/core/babylon-engine-modal/babylon-engine-modal.component.mjs +33 -225
- package/esm2022/lib/components/core/babylon-engine-modal-v2/babylon-engine-modal-v2.component.mjs +130 -0
- package/esm2022/lib/components/core/babylon-faq/babylon-faq.component.mjs +5 -38
- package/esm2022/lib/components/core/babylon-faq-v2/babylon-faq-v2.component.mjs +17 -0
- package/esm2022/lib/components/core/babylon-feature-pills/babylon-feature-pills.component.mjs +11 -0
- package/esm2022/lib/components/core/babylon-feature-pills-number/babylon-feature-pills-number.component.mjs +11 -0
- package/esm2022/lib/components/core/babylon-features-slider/babylon-features-slider.component.mjs +6 -28
- package/esm2022/lib/components/core/babylon-filter-modal/babylon-filter-modal.component.mjs +6 -16
- package/esm2022/lib/components/core/babylon-filter-modal-v2/babylon-filter-modal-v2.component.mjs +21 -0
- package/esm2022/lib/components/core/babylon-footer-contact/babylon-footer-contact.component.mjs +5 -25
- package/esm2022/lib/components/core/babylon-footer-links/babylon-footer-links.component.mjs +5 -13
- package/esm2022/lib/components/core/babylon-footer-logos/babylon-footer-logos.component.mjs +5 -23
- package/esm2022/lib/components/core/babylon-footer-social/babylon-footer-social.component.mjs +5 -14
- package/esm2022/lib/components/core/babylon-gallery/babylon-gallery.component.mjs +23 -72
- package/esm2022/lib/components/core/babylon-gallery-v2/babylon-gallery-v2.component.mjs +105 -0
- package/esm2022/lib/components/core/babylon-grid-gallery/babylon-grid-gallery.component.mjs +6 -42
- package/esm2022/lib/components/core/babylon-guests-popup/babylon-guests-popup.component.mjs +7 -91
- package/esm2022/lib/components/core/babylon-head-intro/babylon-head-intro.component.mjs +5 -24
- package/esm2022/lib/components/core/babylon-header-book-show/babylon-header-book-show.component.mjs +52 -114
- package/esm2022/lib/components/core/babylon-header-clear/babylon-header-clear.component.mjs +53 -143
- package/esm2022/lib/components/core/babylon-header-clear-v2/babylon-header-clear-v2.component.mjs +76 -0
- package/esm2022/lib/components/core/babylon-header-menu-center/babylon-header-menu-center.component.mjs +52 -148
- package/esm2022/lib/components/core/babylon-header-menu-show/babylon-header-menu-show.component.mjs +52 -92
- package/esm2022/lib/components/core/babylon-hotels-list/babylon-hotels-list.component.mjs +5 -12
- package/esm2022/lib/components/core/babylon-hotels-slider/babylon-hotels-slider.component.mjs +6 -19
- package/esm2022/lib/components/core/babylon-img-banner/babylon-img-banner.component.mjs +13 -0
- package/esm2022/lib/components/core/babylon-info-big/babylon-info-big.component.mjs +5 -19
- package/esm2022/lib/components/core/babylon-info-big-v2/babylon-info-big-v2.component.mjs +61 -0
- package/esm2022/lib/components/core/babylon-info-big-v3/babylon-info-big-v3.component.mjs +11 -0
- package/esm2022/lib/components/core/babylon-info-circle-imgs/babylon-info-circle-imgs.component.mjs +11 -0
- package/esm2022/lib/components/core/babylon-info-grid/babylon-info-grid.component.mjs +7 -31
- package/esm2022/lib/components/core/babylon-info-img/babylon-info-img.component.mjs +5 -95
- package/esm2022/lib/components/core/babylon-info-img-v2/babylon-info-img-v2.component.mjs +11 -0
- package/esm2022/lib/components/core/babylon-info-intro/babylon-info-intro.component.mjs +5 -62
- package/esm2022/lib/components/core/babylon-info-show-img/babylon-info-show-img.component.mjs +5 -7
- package/esm2022/lib/components/core/babylon-info-zig-zag/babylon-info-zig-zag.component.mjs +5 -31
- package/esm2022/lib/components/core/babylon-info-zigzag-v2/babylon-info-zigzag-v2.component.mjs +5 -19
- package/esm2022/lib/components/core/babylon-info-zigzag-v3/babylon-info-zigzag-v3.component.mjs +18 -0
- package/esm2022/lib/components/core/babylon-info-zigzag-v3-1/babylon-info-zigzag-v3-1.component.mjs +11 -0
- package/esm2022/lib/components/core/babylon-info-zigzag-v4/babylon-info-zigzag-v4.component.mjs +13 -0
- package/esm2022/lib/components/core/babylon-info2img/babylon-info2img.component.mjs +5 -30
- package/esm2022/lib/components/core/babylon-info2img-big/babylon-info2img-big.component.mjs +5 -38
- package/esm2022/lib/components/core/babylon-info3img/babylon-info3img.component.mjs +5 -19
- package/esm2022/lib/components/core/babylon-info4img/babylon-info4img.component.mjs +5 -23
- package/esm2022/lib/components/core/babylon-items-grid/babylon-items-grid.component.mjs +5 -21
- package/esm2022/lib/components/core/babylon-language-modal/babylon-language-modal.component.mjs +7 -13
- package/esm2022/lib/components/core/babylon-language-modal-v2/babylon-language-modal-v2.component.mjs +28 -0
- package/esm2022/lib/components/core/babylon-legal/babylon-legal.component.mjs +5 -19
- package/esm2022/lib/components/core/babylon-list-box-info/babylon-list-box-info.component.mjs +11 -0
- package/esm2022/lib/components/core/babylon-list-c3-img-txt/babylon-list-c3-img-txt.component.mjs +11 -0
- package/esm2022/lib/components/core/babylon-list-grid/babylon-list-grid.component.mjs +5 -15
- package/esm2022/lib/components/core/babylon-list-img/babylon-list-img.component.mjs +71 -0
- package/esm2022/lib/components/core/babylon-list-img-info/babylon-list-img-info.component.mjs +11 -0
- package/esm2022/lib/components/core/babylon-list-img-v2/babylon-list-img-v2.component.mjs +11 -0
- package/esm2022/lib/components/core/babylon-loyalty-table/babylon-loyalty-table.component.mjs +65 -0
- package/esm2022/lib/components/core/babylon-menu-modal/babylon-menu-modal.component.mjs +19 -0
- package/esm2022/lib/components/core/babylon-newsletter/babylon-newsletter.component.mjs +9 -52
- package/esm2022/lib/components/core/babylon-newsletter-modal/babylon-newsletter-modal.component.mjs +19 -0
- package/esm2022/lib/components/core/babylon-offer-detail/babylon-offer-detail.component.mjs +5 -37
- package/esm2022/lib/components/core/babylon-offer-detail-v2/babylon-offer-detail-v2.component.mjs +11 -0
- package/esm2022/lib/components/core/babylon-offer-popup/babylon-offer-popup.component.mjs +11 -34
- package/esm2022/lib/components/core/babylon-offer-popup-v2/babylon-offer-popup-v2.component.mjs +19 -0
- package/esm2022/lib/components/core/babylon-offer-slider/babylon-offer-slider.component.mjs +5 -20
- package/esm2022/lib/components/core/babylon-offers-list/babylon-offers-list.component.mjs +5 -47
- package/esm2022/lib/components/core/babylon-offers-slider/babylon-offers-slider.component.mjs +5 -20
- package/esm2022/lib/components/core/babylon-preload/babylon-preload.component.mjs +4 -28
- package/esm2022/lib/components/core/babylon-reviews/babylon-reviews.component.mjs +169 -0
- package/esm2022/lib/components/core/babylon-room-details/babylon-room-details.component.mjs +5 -19
- package/esm2022/lib/components/core/babylon-rooms-cols/babylon-rooms-cols.component.mjs +5 -158
- package/esm2022/lib/components/core/babylon-rooms-grid/babylon-rooms-grid.component.mjs +6 -19
- package/esm2022/lib/components/core/babylon-rooms-list/babylon-rooms-list.component.mjs +6 -32
- package/esm2022/lib/components/core/babylon-rooms-list-v2/babylon-rooms-list-v2.component.mjs +11 -0
- package/esm2022/lib/components/core/babylon-rooms-slider/babylon-rooms-slider.component.mjs +5 -25
- package/esm2022/lib/components/core/babylon-services-slider/babylon-services-slider.component.mjs +5 -17
- package/esm2022/lib/components/core/babylon-simple-img-info/babylon-simple-img-info.component.mjs +12 -0
- package/esm2022/lib/components/core/babylon-slider-box/babylon-slider-box.component.mjs +12 -0
- package/esm2022/lib/components/core/babylon-slider-img-static/babylon-slider-img-static.component.mjs +12 -0
- package/esm2022/lib/components/core/babylon-slider-img-static-v2/babylon-slider-img-static-v2.component.mjs +13 -0
- package/esm2022/lib/components/core/babylon-slider-img-video/babylon-slider-img-video.component.mjs +52 -0
- package/esm2022/lib/components/core/babylon-slider2col/babylon-slider2col.component.mjs +5 -28
- package/esm2022/lib/components/core/babylon-slider2col-v2/babylon-slider2col-v2.component.mjs +13 -0
- package/esm2022/lib/components/core/babylon-slider2items/babylon-slider2items.component.mjs +5 -15
- package/esm2022/lib/components/core/babylon-slider3col/babylon-slider3colcomponent.mjs +11 -0
- package/esm2022/lib/components/core/babylon-slider3col-v2/babylon-slider3col-v2.component.mjs +12 -0
- package/esm2022/lib/components/core/babylon-slider3items/babylon-slider3items.component.mjs +5 -14
- package/esm2022/lib/components/core/babylon-slider4col/babylon-slider4col.component.mjs +5 -37
- package/esm2022/lib/components/core/babylon-social-bar/babylon-social-bar.component.mjs +11 -0
- package/esm2022/lib/components/core/babylon-social-bar-v2/babylon-social-bar-v2.component.mjs +11 -0
- package/esm2022/lib/components/core/babylon-static-footer/babylon-static-footer.component.mjs +6 -104
- package/esm2022/lib/components/core/babylon-static-footer-v2/babylon-static-footer-v2.component.mjs +8 -48
- package/esm2022/lib/components/core/babylon-static-footer-v3/babylon-static-footer-v3.component.mjs +67 -0
- package/esm2022/lib/components/core/babylon-submenu-hotel/babylon-submenu-hotel.component.mjs +5 -35
- package/esm2022/lib/components/core/babylon-thanks/babylon-thanks.component.mjs +5 -18
- package/esm2022/lib/components/core/babylon-top-simple-banner/babylon-top-simple-banner.component.mjs +20 -0
- package/esm2022/lib/components/core/babylon-top-simple-img/babylon-top-simple-img.component.mjs +11 -0
- package/esm2022/lib/components/core/babylon-top-slider/babylon-top-slider.component.mjs +5 -187
- package/esm2022/lib/components/core/babylon-top-slider-thumbs/babylon-top-slider-thumbs.component.mjs +6 -33
- package/esm2022/lib/components/core/babylon-top-slider-v2/babylon-top-slider-v2.component.mjs +5 -22
- package/esm2022/lib/components/core/babylon-top-slider-video/babylon-top-slider-video.component.mjs +5 -194
- package/esm2022/lib/components/core/babylon-top-slider-video-v2/babylon-top-slider-video-v2.component.mjs +12 -0
- package/esm2022/lib/components/core/babylon-variant-selector/babylon-variant-selector.component.mjs +82 -0
- package/esm2022/lib/components/core/babylon-webmap/babylon-webmap.component.mjs +5 -23
- package/esm2022/lib/components/core/babylon-webmap-v2/babylon-webmap-v2.component.mjs +11 -0
- package/esm2022/lib/directives/images/swap-on-reload.directive.mjs +83 -0
- package/esm2022/lib/directives/scroll/scroll-to.directive.mjs +183 -0
- package/esm2022/lib/directives/scroll/show-only-top.directive.mjs +103 -0
- package/esm2022/lib/directives/sliders/slick-init.directive.mjs +211 -0
- package/esm2022/lib/directives/sliders/slider-fix-arrows.directive.mjs +105 -0
- package/esm2022/lib/directives/utils/sticky-avoid-footer.directive.mjs +91 -0
- package/esm2022/lib/services/index.mjs +1 -3
- package/esm2022/lib/services/screen-sizer/screen-sizer.service.mjs +35 -46
- package/esm2022/lib/services/scroll/scroll-spy.service.mjs +50 -0
- package/esm2022/public-api.mjs +114 -11
- package/fesm2022/ctt-babylon.mjs +2652 -9381
- package/fesm2022/ctt-babylon.mjs.map +1 -1
- package/lib/components/core/babylon-404/babylon-404.component.d.ts +1 -8
- package/lib/components/core/babylon-404-v2/babylon-404-v2.component.d.ts +5 -0
- package/lib/components/core/babylon-advantages/babylon-advantages.component.d.ts +1 -14
- package/lib/components/core/babylon-advantages-v2/babylon-advantages-v2.component.d.ts +5 -0
- package/lib/components/core/babylon-banner-gallery/babylon-banner-gallery.component.d.ts +1 -11
- package/lib/components/core/babylon-banner-info/babylon-banner-info.component.d.ts +2 -25
- package/lib/components/core/babylon-banner-newsletter/babylon-banner-newsletter.component.d.ts +1 -16
- package/lib/components/core/babylon-blog-details/babylon-blog-details.component.d.ts +1 -39
- package/lib/components/core/babylon-blog-list/babylon-blog-list.component.d.ts +2 -47
- package/lib/components/core/babylon-breadcrumb/babylon-breadcrumb.component.d.ts +1 -4
- package/lib/components/core/babylon-breadcrumb-v2/babylon-breadcrumb-v2.component.d.ts +5 -0
- package/lib/components/core/babylon-comingsoon/babylon-comingsoon.component.d.ts +1 -12
- package/lib/components/core/babylon-contact-form/babylon-contact-form.component.d.ts +6 -35
- package/lib/components/core/babylon-contact-form-v2/babylon-contact-form-v2.component.d.ts +10 -0
- package/lib/components/core/babylon-contact-how/babylon-contact-how.component.d.ts +2 -14
- package/lib/components/core/babylon-contact-map/babylon-contact-map.component.d.ts +2 -16
- package/lib/components/core/babylon-container-text-l2/babylon-container-text-l2.component.d.ts +6 -0
- package/lib/components/core/babylon-engine/babylon-engine.component.d.ts +11 -71
- package/lib/components/core/babylon-engine-modal/babylon-engine-modal.component.d.ts +16 -60
- package/lib/components/core/babylon-engine-modal-v2/babylon-engine-modal-v2.component.d.ts +44 -0
- package/lib/components/core/babylon-faq/babylon-faq.component.d.ts +1 -15
- package/lib/components/core/babylon-faq-v2/babylon-faq-v2.component.d.ts +7 -0
- package/lib/components/core/babylon-feature-pills/babylon-feature-pills.component.d.ts +5 -0
- package/lib/components/core/babylon-feature-pills-number/babylon-feature-pills-number.component.d.ts +5 -0
- package/lib/components/core/babylon-features-slider/babylon-features-slider.component.d.ts +2 -18
- package/lib/components/core/babylon-filter-modal/babylon-filter-modal.component.d.ts +3 -8
- package/lib/components/core/babylon-filter-modal-v2/babylon-filter-modal-v2.component.d.ts +10 -0
- package/lib/components/core/babylon-footer-contact/babylon-footer-contact.component.d.ts +1 -24
- package/lib/components/core/babylon-footer-links/babylon-footer-links.component.d.ts +1 -5
- package/lib/components/core/babylon-footer-logos/babylon-footer-logos.component.d.ts +1 -11
- package/lib/components/core/babylon-footer-social/babylon-footer-social.component.d.ts +1 -5
- package/lib/components/core/babylon-gallery/babylon-gallery.component.d.ts +8 -34
- package/lib/components/core/babylon-gallery-v2/babylon-gallery-v2.component.d.ts +22 -0
- package/lib/components/core/babylon-grid-gallery/babylon-grid-gallery.component.d.ts +2 -19
- package/lib/components/core/babylon-guests-popup/babylon-guests-popup.component.d.ts +7 -24
- package/lib/components/core/babylon-head-intro/babylon-head-intro.component.d.ts +1 -9
- package/lib/components/core/babylon-header-book-show/babylon-header-book-show.component.d.ts +7 -35
- package/lib/components/core/babylon-header-clear/babylon-header-clear.component.d.ts +9 -34
- package/lib/components/core/babylon-header-clear-v2/babylon-header-clear-v2.component.d.ts +16 -0
- package/lib/components/core/babylon-header-menu-center/babylon-header-menu-center.component.d.ts +8 -33
- package/lib/components/core/babylon-header-menu-show/babylon-header-menu-show.component.d.ts +8 -29
- package/lib/components/core/babylon-hotels-list/babylon-hotels-list.component.d.ts +1 -5
- package/lib/components/core/babylon-hotels-slider/babylon-hotels-slider.component.d.ts +1 -5
- package/lib/components/core/babylon-img-banner/babylon-img-banner.component.d.ts +5 -0
- package/lib/components/core/babylon-info-big/babylon-info-big.component.d.ts +1 -9
- package/lib/components/core/babylon-info-big-v2/babylon-info-big-v2.component.d.ts +12 -0
- package/lib/components/core/babylon-info-big-v3/babylon-info-big-v3.component.d.ts +5 -0
- package/lib/components/core/babylon-info-circle-imgs/babylon-info-circle-imgs.component.d.ts +5 -0
- package/lib/components/core/babylon-info-grid/babylon-info-grid.component.d.ts +3 -22
- package/lib/components/core/babylon-info-img/babylon-info-img.component.d.ts +2 -40
- package/lib/components/core/babylon-info-img-v2/babylon-info-img-v2.component.d.ts +5 -0
- package/lib/components/core/babylon-info-intro/babylon-info-intro.component.d.ts +1 -26
- package/lib/components/core/babylon-info-show-img/babylon-info-show-img.component.d.ts +1 -3
- package/lib/components/core/babylon-info-zig-zag/babylon-info-zig-zag.component.d.ts +1 -29
- package/lib/components/core/babylon-info-zigzag-v2/babylon-info-zigzag-v2.component.d.ts +1 -16
- package/lib/components/core/babylon-info-zigzag-v3/babylon-info-zigzag-v3.component.d.ts +6 -0
- package/lib/components/core/babylon-info-zigzag-v3-1/babylon-info-zigzag-v3-1.component.d.ts +5 -0
- package/lib/components/core/babylon-info-zigzag-v4/babylon-info-zigzag-v4.component.d.ts +5 -0
- package/lib/components/core/babylon-info2img/babylon-info2img.component.d.ts +1 -14
- package/lib/components/core/babylon-info2img-big/babylon-info2img-big.component.d.ts +1 -16
- package/lib/components/core/babylon-info3img/babylon-info3img.component.d.ts +1 -9
- package/lib/components/core/babylon-info4img/babylon-info4img.component.d.ts +1 -11
- package/lib/components/core/babylon-items-grid/babylon-items-grid.component.d.ts +1 -14
- package/lib/components/core/babylon-language-modal/babylon-language-modal.component.d.ts +5 -12
- package/lib/components/core/babylon-language-modal-v2/babylon-language-modal-v2.component.d.ts +12 -0
- package/lib/components/core/babylon-legal/babylon-legal.component.d.ts +1 -9
- package/lib/components/core/babylon-list-box-info/babylon-list-box-info.component.d.ts +5 -0
- package/lib/components/core/babylon-list-c3-img-txt/babylon-list-c3-img-txt.component.d.ts +5 -0
- package/lib/components/core/babylon-list-grid/babylon-list-grid.component.d.ts +1 -17
- package/lib/components/core/babylon-list-img/babylon-list-img.component.d.ts +26 -0
- package/lib/components/core/babylon-list-img-info/babylon-list-img-info.component.d.ts +5 -0
- package/lib/components/core/babylon-list-img-v2/babylon-list-img-v2.component.d.ts +5 -0
- package/lib/components/core/babylon-loyalty-table/babylon-loyalty-table.component.d.ts +10 -0
- package/lib/components/core/babylon-menu-modal/babylon-menu-modal.component.d.ts +7 -0
- package/lib/components/core/babylon-newsletter/babylon-newsletter.component.d.ts +3 -19
- package/lib/components/core/babylon-newsletter-modal/babylon-newsletter-modal.component.d.ts +7 -0
- package/lib/components/core/babylon-offer-detail/babylon-offer-detail.component.d.ts +1 -16
- package/lib/components/core/babylon-offer-detail-v2/babylon-offer-detail-v2.component.d.ts +5 -0
- package/lib/components/core/babylon-offer-popup/babylon-offer-popup.component.d.ts +5 -18
- package/lib/components/core/babylon-offer-popup-v2/babylon-offer-popup-v2.component.d.ts +7 -0
- package/lib/components/core/babylon-offer-slider/babylon-offer-slider.component.d.ts +1 -6
- package/lib/components/core/babylon-offers-list/babylon-offers-list.component.d.ts +2 -33
- package/lib/components/core/babylon-offers-slider/babylon-offers-slider.component.d.ts +1 -5
- package/lib/components/core/babylon-preload/babylon-preload.component.d.ts +1 -5
- package/lib/components/core/babylon-reviews/babylon-reviews.component.d.ts +28 -0
- package/lib/components/core/babylon-room-details/babylon-room-details.component.d.ts +1 -13
- package/lib/components/core/babylon-rooms-cols/babylon-rooms-cols.component.d.ts +1 -39
- package/lib/components/core/babylon-rooms-grid/babylon-rooms-grid.component.d.ts +1 -10
- package/lib/components/core/babylon-rooms-list/babylon-rooms-list.component.d.ts +1 -27
- package/lib/components/core/babylon-rooms-list-v2/babylon-rooms-list-v2.component.d.ts +5 -0
- package/lib/components/core/babylon-rooms-slider/babylon-rooms-slider.component.d.ts +1 -6
- package/lib/components/core/babylon-services-slider/babylon-services-slider.component.d.ts +1 -7
- package/lib/components/core/babylon-simple-img-info/babylon-simple-img-info.component.d.ts +5 -0
- package/lib/components/core/babylon-slider-box/babylon-slider-box.component.d.ts +5 -0
- package/lib/components/core/babylon-slider-img-static/babylon-slider-img-static.component.d.ts +5 -0
- package/lib/components/core/babylon-slider-img-static-v2/babylon-slider-img-static-v2.component.d.ts +5 -0
- package/lib/components/core/babylon-slider-img-video/babylon-slider-img-video.component.d.ts +9 -0
- package/lib/components/core/babylon-slider2col/babylon-slider2col.component.d.ts +1 -22
- package/lib/components/core/babylon-slider2col-v2/babylon-slider2col-v2.component.d.ts +5 -0
- package/lib/components/core/babylon-slider2items/babylon-slider2items.component.d.ts +1 -5
- package/lib/components/core/babylon-slider3col/babylon-slider3colcomponent.d.ts +5 -0
- package/lib/components/core/babylon-slider3col-v2/babylon-slider3col-v2.component.d.ts +5 -0
- package/lib/components/core/babylon-slider3items/babylon-slider3items.component.d.ts +1 -15
- package/lib/components/core/babylon-slider4col/babylon-slider4col.component.d.ts +1 -15
- package/lib/components/core/babylon-social-bar/babylon-social-bar.component.d.ts +5 -0
- package/lib/components/core/babylon-social-bar-v2/babylon-social-bar-v2.component.d.ts +5 -0
- package/lib/components/core/babylon-static-footer/babylon-static-footer.component.d.ts +2 -55
- package/lib/components/core/babylon-static-footer-v2/babylon-static-footer-v2.component.d.ts +3 -24
- package/lib/components/core/babylon-static-footer-v3/babylon-static-footer-v3.component.d.ts +12 -0
- package/lib/components/core/babylon-submenu-hotel/babylon-submenu-hotel.component.d.ts +2 -13
- package/lib/components/core/babylon-thanks/babylon-thanks.component.d.ts +1 -7
- package/lib/components/core/babylon-top-simple-banner/babylon-top-simple-banner.component.d.ts +6 -0
- package/lib/components/core/babylon-top-simple-img/babylon-top-simple-img.component.d.ts +5 -0
- package/lib/components/core/babylon-top-slider/babylon-top-slider.component.d.ts +2 -37
- package/lib/components/core/babylon-top-slider-thumbs/babylon-top-slider-thumbs.component.d.ts +2 -12
- package/lib/components/core/babylon-top-slider-v2/babylon-top-slider-v2.component.d.ts +1 -10
- package/lib/components/core/babylon-top-slider-video/babylon-top-slider-video.component.d.ts +2 -34
- package/lib/components/core/babylon-top-slider-video-v2/babylon-top-slider-video-v2.component.d.ts +5 -0
- package/lib/components/core/babylon-variant-selector/babylon-variant-selector.component.d.ts +12 -0
- package/lib/components/core/babylon-webmap/babylon-webmap.component.d.ts +1 -11
- package/lib/components/core/babylon-webmap-v2/babylon-webmap-v2.component.d.ts +5 -0
- package/lib/directives/images/swap-on-reload.directive.d.ts +22 -0
- package/lib/directives/scroll/scroll-to.directive.d.ts +31 -0
- package/lib/directives/scroll/show-only-top.directive.d.ts +22 -0
- package/lib/directives/sliders/slick-init.directive.d.ts +14 -0
- package/lib/directives/sliders/slider-fix-arrows.directive.d.ts +21 -0
- package/lib/directives/utils/sticky-avoid-footer.directive.d.ts +24 -0
- package/lib/services/index.d.ts +0 -2
- package/lib/services/screen-sizer/screen-sizer.service.d.ts +0 -2
- package/lib/services/scroll/scroll-spy.service.d.ts +17 -0
- package/lib/styles/styles/babylon/scss-daba/airDatePicker.min.css +13 -0
- package/lib/styles/styles/babylon/scss-daba/aos.min.css +1 -0
- package/lib/styles/styles/babylon/scss-daba/buttons.css +1 -0
- package/lib/styles/styles/babylon/scss-daba/buttons.scss +441 -0
- package/lib/styles/styles/babylon/scss-daba/fancybox.css +829 -0
- package/lib/styles/styles/babylon/scss-daba/fancybox.min.css +1 -0
- package/lib/styles/styles/babylon/scss-daba/funciones.scss +491 -0
- package/lib/styles/styles/babylon/scss-daba/inputs.css +1 -0
- package/lib/styles/styles/babylon/scss-daba/inputs.scss +168 -0
- package/lib/styles/styles/babylon/scss-daba/jquery.fancybox.min.css +1 -0
- package/lib/styles/styles/babylon/scss-daba/style.css +1 -0
- package/lib/styles/styles/babylon/scss-daba/style.scss +445 -0
- package/lib/styles/styles/babylon/scss-daba/swiper-bundle.min.css +635 -0
- package/lib/styles/styles-babylon.scss +7 -48
- package/package.json +4 -11
- package/public-api.d.ts +111 -6
- package/esm2022/lib/Enum/buttons-type.enum.mjs +0 -6
- package/esm2022/lib/Enum/index.mjs +0 -3
- package/esm2022/lib/Enum/logo-type.enum.mjs +0 -10
- package/esm2022/lib/Enum/services.enum.mjs +0 -8
- package/esm2022/lib/Enum/views.enum.mjs +0 -5
- package/esm2022/lib/components/core/babylon-404/babylon-404.interface.mjs +0 -2
- package/esm2022/lib/components/core/babylon-404/index.mjs +0 -3
- package/esm2022/lib/components/core/babylon-action-banner/babylon-action-banner.component.mjs +0 -30
- package/esm2022/lib/components/core/babylon-action-banner/babylon-action-banner.interface.mjs +0 -2
- package/esm2022/lib/components/core/babylon-action-banner/index.mjs +0 -3
- package/esm2022/lib/components/core/babylon-advantages/babylon-advantages-info.interface.mjs +0 -2
- package/esm2022/lib/components/core/babylon-advantages/babylon-advantages.interface.mjs +0 -2
- package/esm2022/lib/components/core/babylon-advantages/index.mjs +0 -4
- package/esm2022/lib/components/core/babylon-banner-gallery/babylon-banner-gallery.interface.mjs +0 -2
- package/esm2022/lib/components/core/babylon-banner-gallery/index.mjs +0 -3
- package/esm2022/lib/components/core/babylon-banner-info/babylon-banner-info.interface.mjs +0 -2
- package/esm2022/lib/components/core/babylon-banner-info/index.mjs +0 -3
- package/esm2022/lib/components/core/babylon-banner-newsletter/babylon-banner-newsletter.interface.mjs +0 -2
- package/esm2022/lib/components/core/babylon-banner-newsletter/index.mjs +0 -3
- package/esm2022/lib/components/core/babylon-blog-details/babylon-blog-details.interface.mjs +0 -2
- package/esm2022/lib/components/core/babylon-blog-details/index.mjs +0 -3
- package/esm2022/lib/components/core/babylon-blog-list/babylon-blog-list.interface.mjs +0 -2
- package/esm2022/lib/components/core/babylon-blog-list/index.mjs +0 -3
- package/esm2022/lib/components/core/babylon-breadcrumb/babylon-breadcrumb.interface.mjs +0 -2
- package/esm2022/lib/components/core/babylon-breadcrumb/index.mjs +0 -3
- package/esm2022/lib/components/core/babylon-color-picker/babylon-color-picker.component.mjs +0 -267
- package/esm2022/lib/components/core/babylon-color-picker/index.mjs +0 -2
- package/esm2022/lib/components/core/babylon-comingsoon/babylon-comingsoon.interface.mjs +0 -2
- package/esm2022/lib/components/core/babylon-comingsoon/index.mjs +0 -3
- package/esm2022/lib/components/core/babylon-contact-address/babylon-contact-address.component.mjs +0 -19
- package/esm2022/lib/components/core/babylon-contact-address/babylon-contact-address.interface.mjs +0 -2
- package/esm2022/lib/components/core/babylon-contact-address/index.mjs +0 -3
- package/esm2022/lib/components/core/babylon-contact-form/babylon-contact-form.interface.mjs +0 -2
- package/esm2022/lib/components/core/babylon-contact-form/index.mjs +0 -3
- package/esm2022/lib/components/core/babylon-contact-how/babylon-contact-how.interface.mjs +0 -2
- package/esm2022/lib/components/core/babylon-contact-how/index.mjs +0 -3
- package/esm2022/lib/components/core/babylon-contact-map/babylon-contact-map.interface.mjs +0 -2
- package/esm2022/lib/components/core/babylon-contact-map/index.mjs +0 -3
- package/esm2022/lib/components/core/babylon-engine/babylon-engine.interface.mjs +0 -2
- package/esm2022/lib/components/core/babylon-engine/index.mjs +0 -3
- package/esm2022/lib/components/core/babylon-engine-modal/babylon-engine-modal.interface.mjs +0 -2
- package/esm2022/lib/components/core/babylon-engine-modal/index.mjs +0 -3
- package/esm2022/lib/components/core/babylon-external-script/babylon-external-script.component.mjs +0 -80
- package/esm2022/lib/components/core/babylon-external-script/babylon-external-script.interface.mjs +0 -2
- package/esm2022/lib/components/core/babylon-external-script/index.mjs +0 -3
- package/esm2022/lib/components/core/babylon-faq/babylon-faq.interface.mjs +0 -2
- package/esm2022/lib/components/core/babylon-faq/index.mjs +0 -3
- package/esm2022/lib/components/core/babylon-features-slider/babylon-features-slider.interface.mjs +0 -2
- package/esm2022/lib/components/core/babylon-features-slider/index.mjs +0 -3
- package/esm2022/lib/components/core/babylon-filter-modal/index.mjs +0 -2
- package/esm2022/lib/components/core/babylon-floating-buttons/babylon-floating-buttons.component.mjs +0 -121
- package/esm2022/lib/components/core/babylon-floating-buttons/babylon-floating-buttons.interface.mjs +0 -2
- package/esm2022/lib/components/core/babylon-floating-buttons/index.mjs +0 -3
- package/esm2022/lib/components/core/babylon-footer-contact/babylon-footer-contact.interface.mjs +0 -2
- package/esm2022/lib/components/core/babylon-footer-contact/index.mjs +0 -3
- package/esm2022/lib/components/core/babylon-footer-links/babylon-footer-links.interface.mjs +0 -2
- package/esm2022/lib/components/core/babylon-footer-links/index.mjs +0 -3
- package/esm2022/lib/components/core/babylon-footer-logos/babylon-footer-logos.interface.mjs +0 -2
- package/esm2022/lib/components/core/babylon-footer-logos/index.mjs +0 -3
- package/esm2022/lib/components/core/babylon-footer-social/babylon-footer-social.interface.mjs +0 -3
- package/esm2022/lib/components/core/babylon-footer-social/index.mjs +0 -3
- package/esm2022/lib/components/core/babylon-gallery/babylon-gallery.interface.mjs +0 -2
- package/esm2022/lib/components/core/babylon-gallery/index.mjs +0 -3
- package/esm2022/lib/components/core/babylon-global-modal/babylon-global-modal.component.mjs +0 -38
- package/esm2022/lib/components/core/babylon-global-modal/babylon-global-modal.interface.mjs +0 -2
- package/esm2022/lib/components/core/babylon-global-modal/index.mjs +0 -3
- package/esm2022/lib/components/core/babylon-grid-gallery/babylon-grid-gallery.interface.mjs +0 -2
- package/esm2022/lib/components/core/babylon-grid-gallery/index.mjs +0 -3
- package/esm2022/lib/components/core/babylon-guests-popup/babylon-guests-popup.interface.mjs +0 -2
- package/esm2022/lib/components/core/babylon-guests-popup/index.mjs +0 -3
- package/esm2022/lib/components/core/babylon-head-intro/babylon-head-intro.interface.mjs +0 -2
- package/esm2022/lib/components/core/babylon-head-intro/index.mjs +0 -3
- package/esm2022/lib/components/core/babylon-header-book-show/babylon-header-book-show.interface.mjs +0 -2
- package/esm2022/lib/components/core/babylon-header-book-show/index.mjs +0 -3
- package/esm2022/lib/components/core/babylon-header-clear/babylon-header-clear.interface.mjs +0 -2
- package/esm2022/lib/components/core/babylon-header-clear/index.mjs +0 -3
- package/esm2022/lib/components/core/babylon-header-menu-center/babylon-header-menu-center.interface.mjs +0 -2
- package/esm2022/lib/components/core/babylon-header-menu-center/index.mjs +0 -3
- package/esm2022/lib/components/core/babylon-header-menu-logo-center/babylon-header-menu-logo-center.component.mjs +0 -122
- package/esm2022/lib/components/core/babylon-header-menu-logo-center/babylon-header-menu-logo-center.interface.mjs +0 -2
- package/esm2022/lib/components/core/babylon-header-menu-logo-center/index.mjs +0 -3
- package/esm2022/lib/components/core/babylon-header-menu-show/babylon-header-menu-show.interface.mjs +0 -2
- package/esm2022/lib/components/core/babylon-header-menu-show/index.mjs +0 -3
- package/esm2022/lib/components/core/babylon-header-mobile/babylon-header-mobile.component.mjs +0 -156
- package/esm2022/lib/components/core/babylon-header-mobile/babylon-header-mobile.interface.mjs +0 -2
- package/esm2022/lib/components/core/babylon-header-mobile/index.mjs +0 -3
- package/esm2022/lib/components/core/babylon-hotels-list/babylon-hotel.interface.mjs +0 -2
- package/esm2022/lib/components/core/babylon-hotels-list/babylon-hotels-list.interface.mjs +0 -2
- package/esm2022/lib/components/core/babylon-hotels-list/index.mjs +0 -4
- package/esm2022/lib/components/core/babylon-hotels-slider/babylon-hotels-slider.interface.mjs +0 -2
- package/esm2022/lib/components/core/babylon-hotels-slider/index.mjs +0 -3
- package/esm2022/lib/components/core/babylon-info-big/babylon-info-big.interface.mjs +0 -2
- package/esm2022/lib/components/core/babylon-info-big/index.mjs +0 -3
- package/esm2022/lib/components/core/babylon-info-grid/babylon-info-grid.interface.mjs +0 -3
- package/esm2022/lib/components/core/babylon-info-grid/index.mjs +0 -3
- package/esm2022/lib/components/core/babylon-info-img/babylon-info-img.interface.mjs +0 -2
- package/esm2022/lib/components/core/babylon-info-img/index.mjs +0 -3
- package/esm2022/lib/components/core/babylon-info-img-slider/babylon-info-img-slider.component.mjs +0 -56
- package/esm2022/lib/components/core/babylon-info-img-slider/babylon-info-img-slider.interface.mjs +0 -2
- package/esm2022/lib/components/core/babylon-info-img-slider/index.mjs +0 -3
- package/esm2022/lib/components/core/babylon-info-intro/babylon-info-intro.interface.mjs +0 -2
- package/esm2022/lib/components/core/babylon-info-intro/index.mjs +0 -3
- package/esm2022/lib/components/core/babylon-info-show-img/index.mjs +0 -2
- package/esm2022/lib/components/core/babylon-info-zig-zag/babylon-info-zig-zag.interface.mjs +0 -2
- package/esm2022/lib/components/core/babylon-info-zig-zag/index.mjs +0 -3
- package/esm2022/lib/components/core/babylon-info-zig-zag-counter/babylon-info-zig-zag-counter.component.mjs +0 -92
- package/esm2022/lib/components/core/babylon-info-zig-zag-counter/babylon-info-zig-zag-counter.interface.mjs +0 -2
- package/esm2022/lib/components/core/babylon-info-zig-zag-counter/index.mjs +0 -3
- package/esm2022/lib/components/core/babylon-info-zigzag-v2/babylon-info-zigzag-v2.interface.mjs +0 -2
- package/esm2022/lib/components/core/babylon-info-zigzag-v2/index.mjs +0 -3
- package/esm2022/lib/components/core/babylon-info2col-img/babylon-info2col-img.component.mjs +0 -36
- package/esm2022/lib/components/core/babylon-info2col-img/babylon-info2col-img.interface.mjs +0 -2
- package/esm2022/lib/components/core/babylon-info2col-img/index.mjs +0 -3
- package/esm2022/lib/components/core/babylon-info2img/babylon-info2img.interface.mjs +0 -2
- package/esm2022/lib/components/core/babylon-info2img/index.mjs +0 -3
- package/esm2022/lib/components/core/babylon-info2img-big/babylon-info2img-big.interface.mjs +0 -2
- package/esm2022/lib/components/core/babylon-info2img-big/index.mjs +0 -3
- package/esm2022/lib/components/core/babylon-info3img/index.mjs +0 -2
- package/esm2022/lib/components/core/babylon-info4img/babylon-info4img.interface.mjs +0 -2
- package/esm2022/lib/components/core/babylon-info4img/index.mjs +0 -3
- package/esm2022/lib/components/core/babylon-items-grid/babylon-items-grid.interface.mjs +0 -2
- package/esm2022/lib/components/core/babylon-items-grid/index.mjs +0 -3
- package/esm2022/lib/components/core/babylon-language-modal/babylon-language-modal.interface.mjs +0 -2
- package/esm2022/lib/components/core/babylon-language-modal/index.mjs +0 -3
- package/esm2022/lib/components/core/babylon-legal/babylon-legal.interface.mjs +0 -2
- package/esm2022/lib/components/core/babylon-legal/index.mjs +0 -3
- package/esm2022/lib/components/core/babylon-list-grid/babylon-list-grid.interface.mjs +0 -3
- package/esm2022/lib/components/core/babylon-list-grid/index.mjs +0 -3
- package/esm2022/lib/components/core/babylon-modal-menu/babylon-modal-menu.component.mjs +0 -139
- package/esm2022/lib/components/core/babylon-modal-multiple-motors/babylon-modal-multiple-motors.component.mjs +0 -35
- package/esm2022/lib/components/core/babylon-modal-multiple-motors/babylon-modal-multiple-motors.interface.mjs +0 -2
- package/esm2022/lib/components/core/babylon-modal-multiple-motors/index.mjs +0 -3
- package/esm2022/lib/components/core/babylon-modal-popup/babylon-modal-popup.component.mjs +0 -39
- package/esm2022/lib/components/core/babylon-modal-popup/babylon-modal-popup.interface.mjs +0 -2
- package/esm2022/lib/components/core/babylon-modal-popup/index.mjs +0 -3
- package/esm2022/lib/components/core/babylon-newsletter/babylon-newsletter.interface.mjs +0 -3
- package/esm2022/lib/components/core/babylon-newsletter/index.mjs +0 -3
- package/esm2022/lib/components/core/babylon-offer-detail/babylon-offer-detail.interface.mjs +0 -2
- package/esm2022/lib/components/core/babylon-offer-detail/index.mjs +0 -3
- package/esm2022/lib/components/core/babylon-offer-popup/babylon-offer-popup.interface.mjs +0 -2
- package/esm2022/lib/components/core/babylon-offer-popup/index.mjs +0 -3
- package/esm2022/lib/components/core/babylon-offer-popupV2/babylon-offer-popup-v2.component.mjs +0 -49
- package/esm2022/lib/components/core/babylon-offer-popupV2/babylon-offer-popup-v2.interface.mjs +0 -2
- package/esm2022/lib/components/core/babylon-offer-popupV2/index.mjs +0 -3
- package/esm2022/lib/components/core/babylon-offer-slider/babylon-offer-slider.interface.mjs +0 -2
- package/esm2022/lib/components/core/babylon-offer-slider/babylon-offer.interface.mjs +0 -2
- package/esm2022/lib/components/core/babylon-offer-slider/index.mjs +0 -4
- package/esm2022/lib/components/core/babylon-offers-list/babylon-offers-list.interface.mjs +0 -2
- package/esm2022/lib/components/core/babylon-offers-list/index.mjs +0 -3
- package/esm2022/lib/components/core/babylon-offers-slider/index.mjs +0 -2
- package/esm2022/lib/components/core/babylon-preload/index.mjs +0 -2
- package/esm2022/lib/components/core/babylon-press-list/babylon-press-list.component.mjs +0 -27
- package/esm2022/lib/components/core/babylon-press-list/babylon-press-list.interface.mjs +0 -2
- package/esm2022/lib/components/core/babylon-press-list/index.mjs +0 -3
- package/esm2022/lib/components/core/babylon-room-details/babylon-room-detail.interface.mjs +0 -2
- package/esm2022/lib/components/core/babylon-room-details/index.mjs +0 -3
- package/esm2022/lib/components/core/babylon-rooms-cols/babylon-rooms-cols.interface.mjs +0 -2
- package/esm2022/lib/components/core/babylon-rooms-cols/index.mjs +0 -3
- package/esm2022/lib/components/core/babylon-rooms-grid/babylon-rooms-grid.interface.mjs +0 -2
- package/esm2022/lib/components/core/babylon-rooms-grid/index.mjs +0 -3
- package/esm2022/lib/components/core/babylon-rooms-list/babylon-rooms-list.interface.mjs +0 -2
- package/esm2022/lib/components/core/babylon-rooms-list/index.mjs +0 -3
- package/esm2022/lib/components/core/babylon-rooms-slider/babylon-room.interface.mjs +0 -2
- package/esm2022/lib/components/core/babylon-rooms-slider/babylon-rooms-slider.interface.mjs +0 -2
- package/esm2022/lib/components/core/babylon-rooms-slider/babylon-rooms-text-info.interface.mjs +0 -2
- package/esm2022/lib/components/core/babylon-rooms-slider/index.mjs +0 -5
- package/esm2022/lib/components/core/babylon-services-slider/babylon-service-slider.interface.mjs +0 -2
- package/esm2022/lib/components/core/babylon-services-slider/index.mjs +0 -3
- package/esm2022/lib/components/core/babylon-slider2col/index.mjs +0 -2
- package/esm2022/lib/components/core/babylon-slider2items/babylon-slider2items.interface.mjs +0 -2
- package/esm2022/lib/components/core/babylon-slider2items/index.mjs +0 -3
- package/esm2022/lib/components/core/babylon-slider3col/babylon-slider3col.component.mjs +0 -53
- package/esm2022/lib/components/core/babylon-slider3col/index.mjs +0 -2
- package/esm2022/lib/components/core/babylon-slider3col-clear/babylon-slider3col-clear.component.mjs +0 -11
- package/esm2022/lib/components/core/babylon-slider3col-clear/index.mjs +0 -2
- package/esm2022/lib/components/core/babylon-slider3items/babylon-slider3items.interface.mjs +0 -2
- package/esm2022/lib/components/core/babylon-slider3items/index.mjs +0 -3
- package/esm2022/lib/components/core/babylon-slider4col/index.mjs +0 -2
- package/esm2022/lib/components/core/babylon-static-footer/babylon-static-footer.interface.mjs +0 -2
- package/esm2022/lib/components/core/babylon-static-footer/index.mjs +0 -3
- package/esm2022/lib/components/core/babylon-static-footer-v2/babylon-static-footer-v2.interface.mjs +0 -2
- package/esm2022/lib/components/core/babylon-static-footer-v2/index.mjs +0 -3
- package/esm2022/lib/components/core/babylon-submenu-hotel/babylon-submenu-hotel.interface.mjs +0 -2
- package/esm2022/lib/components/core/babylon-submenu-hotel/index.mjs +0 -3
- package/esm2022/lib/components/core/babylon-thanks/babylon-thanks.interface.mjs +0 -2
- package/esm2022/lib/components/core/babylon-thanks/index.mjs +0 -3
- package/esm2022/lib/components/core/babylon-top-slider/babylon-top-slider-item.interface.mjs +0 -2
- package/esm2022/lib/components/core/babylon-top-slider/babylon-top-slider.interface.mjs +0 -2
- package/esm2022/lib/components/core/babylon-top-slider/index.mjs +0 -4
- package/esm2022/lib/components/core/babylon-top-slider-thumbs/babylon-top-slider-thumbs.interface.mjs +0 -2
- package/esm2022/lib/components/core/babylon-top-slider-thumbs/index.mjs +0 -3
- package/esm2022/lib/components/core/babylon-top-slider-v2/babylon-top-slider-v2-item.interface.mjs +0 -2
- package/esm2022/lib/components/core/babylon-top-slider-v2/babylon-top-slider-v2.interface.mjs +0 -2
- package/esm2022/lib/components/core/babylon-top-slider-v2/index.mjs +0 -4
- package/esm2022/lib/components/core/babylon-top-slider-video/babylon-top-slider-video.interface.mjs +0 -2
- package/esm2022/lib/components/core/babylon-top-slider-video/babylon-video-source.interface.mjs +0 -2
- package/esm2022/lib/components/core/babylon-top-slider-video/index.mjs +0 -4
- package/esm2022/lib/components/core/babylon-webmap/babylon-webmap.interface.mjs +0 -2
- package/esm2022/lib/components/core/babylon-webmap/index.mjs +0 -3
- package/esm2022/lib/components/core/index.mjs +0 -89
- package/esm2022/lib/components/shared/babylon-dynamic-heading/babylon-dynamic-heading.component.mjs +0 -124
- package/esm2022/lib/components/shared/babylon-dynamic-heading/babylon-dynamic-heading.interface.mjs +0 -2
- package/esm2022/lib/components/shared/babylon-dynamic-heading/index.mjs +0 -3
- package/esm2022/lib/components/shared/babylon-search/babylon-search.component.mjs +0 -82
- package/esm2022/lib/components/shared/babylon-search/index.mjs +0 -2
- package/esm2022/lib/components/shared/index.mjs +0 -2
- package/esm2022/lib/directives/babylon-background-strip/babylon-background-strip.directive.mjs +0 -71
- package/esm2022/lib/directives/babylon-customs/babylon-custom-mouse-pointer.directive.mjs +0 -52
- package/esm2022/lib/directives/babylon-galleries/babylon-light-gallery.directive.mjs +0 -107
- package/esm2022/lib/directives/babylon-hobble-effect/babylon-hobble-effect.directive.mjs +0 -60
- package/esm2022/lib/directives/babylon-pagination/babylon-pagination.directive.mjs +0 -127
- package/esm2022/lib/directives/babylon-sliders/babylon-custom-slider.directive.mjs +0 -62
- package/esm2022/lib/directives/babylon-sliders/babylon-hotels-slider.directive.mjs +0 -107
- package/esm2022/lib/directives/babylon-sliders/babylon-sliders.directive.mjs +0 -438
- package/esm2022/lib/directives/babylon-sliders/babylon-swiper-slider.directive.mjs +0 -107
- package/esm2022/lib/directives/data-background/data-background.directive.mjs +0 -32
- package/esm2022/lib/directives/link-type/link-type.directive.mjs +0 -287
- package/esm2022/lib/directives/scrolls/scroll-up.directive.mjs +0 -27
- package/esm2022/lib/interfaces/babylon-button.interface.mjs +0 -2
- package/esm2022/lib/interfaces/babylon-consult-type.interface.mjs +0 -2
- package/esm2022/lib/interfaces/babylon-dropdown.interface.mjs +0 -2
- package/esm2022/lib/interfaces/babylon-global-icon.interface.mjs +0 -2
- package/esm2022/lib/interfaces/babylon-image.interface.mjs +0 -2
- package/esm2022/lib/interfaces/babylon-input.interface.mjs +0 -2
- package/esm2022/lib/interfaces/babylon-menu-button.interface.mjs +0 -2
- package/esm2022/lib/interfaces/babylon-menu-info.interface.mjs +0 -2
- package/esm2022/lib/interfaces/babylon-page-config.interface.mjs +0 -2
- package/esm2022/lib/interfaces/babylon-site-config.interface.mjs +0 -2
- package/esm2022/lib/interfaces/babylon-tags.interface.mjs +0 -2
- package/esm2022/lib/interfaces/babylon-text-info.interface.mjs +0 -2
- package/esm2022/lib/interfaces/babylon-texts-colors.interface.mjs +0 -2
- package/esm2022/lib/interfaces/babylon-texts.interface.mjs +0 -2
- package/esm2022/lib/interfaces/index.mjs +0 -15
- package/esm2022/lib/pipes/babylon-clean-phone.pipe.mjs +0 -14
- package/esm2022/lib/pipes/babylon-currency.pipe.mjs +0 -29
- package/esm2022/lib/services/color-panel.service.mjs +0 -316
- package/esm2022/lib/services/mapper/index.mjs +0 -3
- package/esm2022/lib/services/mapper/mapper.service.mjs +0 -2553
- package/esm2022/lib/services/mapper/mapper.service.token.mjs +0 -3
- package/esm2022/lib/services/modals-service/index.mjs +0 -2
- package/esm2022/lib/services/modals-service/modals.service.mjs +0 -77
- package/esm2022/lib/utils/complex-links.token.mjs +0 -6
- package/esm2022/lib/utils/index.mjs +0 -2
- package/esm2022/lib/utils/utils.mjs +0 -153
- package/lib/Enum/buttons-type.enum.d.ts +0 -4
- package/lib/Enum/index.d.ts +0 -2
- package/lib/Enum/logo-type.enum.d.ts +0 -8
- package/lib/Enum/services.enum.d.ts +0 -6
- package/lib/Enum/views.enum.d.ts +0 -3
- package/lib/components/core/babylon-404/babylon-404.interface.d.ts +0 -9
- package/lib/components/core/babylon-404/index.d.ts +0 -2
- package/lib/components/core/babylon-action-banner/babylon-action-banner.component.d.ts +0 -14
- package/lib/components/core/babylon-action-banner/babylon-action-banner.interface.d.ts +0 -9
- package/lib/components/core/babylon-action-banner/index.d.ts +0 -2
- package/lib/components/core/babylon-advantages/babylon-advantages-info.interface.d.ts +0 -5
- package/lib/components/core/babylon-advantages/babylon-advantages.interface.d.ts +0 -13
- package/lib/components/core/babylon-advantages/index.d.ts +0 -3
- package/lib/components/core/babylon-banner-gallery/babylon-banner-gallery.interface.d.ts +0 -9
- package/lib/components/core/babylon-banner-gallery/index.d.ts +0 -2
- package/lib/components/core/babylon-banner-info/babylon-banner-info.interface.d.ts +0 -10
- package/lib/components/core/babylon-banner-info/index.d.ts +0 -2
- package/lib/components/core/babylon-banner-newsletter/babylon-banner-newsletter.interface.d.ts +0 -9
- package/lib/components/core/babylon-banner-newsletter/index.d.ts +0 -2
- package/lib/components/core/babylon-blog-details/babylon-blog-details.interface.d.ts +0 -24
- package/lib/components/core/babylon-blog-details/index.d.ts +0 -2
- package/lib/components/core/babylon-blog-list/babylon-blog-list.interface.d.ts +0 -18
- package/lib/components/core/babylon-blog-list/index.d.ts +0 -2
- package/lib/components/core/babylon-breadcrumb/babylon-breadcrumb.interface.d.ts +0 -4
- package/lib/components/core/babylon-breadcrumb/index.d.ts +0 -2
- package/lib/components/core/babylon-color-picker/babylon-color-picker.component.d.ts +0 -57
- package/lib/components/core/babylon-color-picker/index.d.ts +0 -1
- package/lib/components/core/babylon-comingsoon/babylon-comingsoon.interface.d.ts +0 -11
- package/lib/components/core/babylon-comingsoon/index.d.ts +0 -2
- package/lib/components/core/babylon-contact-address/babylon-contact-address.component.d.ts +0 -22
- package/lib/components/core/babylon-contact-address/babylon-contact-address.interface.d.ts +0 -4
- package/lib/components/core/babylon-contact-address/index.d.ts +0 -2
- package/lib/components/core/babylon-contact-form/babylon-contact-form.interface.d.ts +0 -15
- package/lib/components/core/babylon-contact-form/index.d.ts +0 -2
- package/lib/components/core/babylon-contact-how/babylon-contact-how.interface.d.ts +0 -6
- package/lib/components/core/babylon-contact-how/index.d.ts +0 -2
- package/lib/components/core/babylon-contact-map/babylon-contact-map.interface.d.ts +0 -8
- package/lib/components/core/babylon-contact-map/index.d.ts +0 -2
- package/lib/components/core/babylon-engine/babylon-engine.interface.d.ts +0 -24
- package/lib/components/core/babylon-engine/index.d.ts +0 -2
- package/lib/components/core/babylon-engine-modal/babylon-engine-modal.interface.d.ts +0 -22
- package/lib/components/core/babylon-engine-modal/index.d.ts +0 -2
- package/lib/components/core/babylon-external-script/babylon-external-script.component.d.ts +0 -21
- package/lib/components/core/babylon-external-script/babylon-external-script.interface.d.ts +0 -5
- package/lib/components/core/babylon-external-script/index.d.ts +0 -2
- package/lib/components/core/babylon-faq/babylon-faq.interface.d.ts +0 -8
- package/lib/components/core/babylon-faq/index.d.ts +0 -2
- package/lib/components/core/babylon-features-slider/babylon-features-slider.interface.d.ts +0 -8
- package/lib/components/core/babylon-features-slider/index.d.ts +0 -2
- package/lib/components/core/babylon-filter-modal/index.d.ts +0 -1
- package/lib/components/core/babylon-floating-buttons/babylon-floating-buttons.component.d.ts +0 -39
- package/lib/components/core/babylon-floating-buttons/babylon-floating-buttons.interface.d.ts +0 -8
- package/lib/components/core/babylon-floating-buttons/index.d.ts +0 -2
- package/lib/components/core/babylon-footer-contact/babylon-footer-contact.interface.d.ts +0 -14
- package/lib/components/core/babylon-footer-contact/index.d.ts +0 -2
- package/lib/components/core/babylon-footer-links/babylon-footer-links.interface.d.ts +0 -6
- package/lib/components/core/babylon-footer-links/index.d.ts +0 -2
- package/lib/components/core/babylon-footer-logos/babylon-footer-logos.interface.d.ts +0 -7
- package/lib/components/core/babylon-footer-logos/index.d.ts +0 -2
- package/lib/components/core/babylon-footer-social/babylon-footer-social.interface.d.ts +0 -6
- package/lib/components/core/babylon-footer-social/index.d.ts +0 -2
- package/lib/components/core/babylon-gallery/babylon-gallery.interface.d.ts +0 -12
- package/lib/components/core/babylon-gallery/index.d.ts +0 -2
- package/lib/components/core/babylon-global-modal/babylon-global-modal.component.d.ts +0 -31
- package/lib/components/core/babylon-global-modal/babylon-global-modal.interface.d.ts +0 -8
- package/lib/components/core/babylon-global-modal/index.d.ts +0 -2
- package/lib/components/core/babylon-grid-gallery/babylon-grid-gallery.interface.d.ts +0 -8
- package/lib/components/core/babylon-grid-gallery/index.d.ts +0 -2
- package/lib/components/core/babylon-guests-popup/babylon-guests-popup.interface.d.ts +0 -11
- package/lib/components/core/babylon-guests-popup/index.d.ts +0 -2
- package/lib/components/core/babylon-head-intro/babylon-head-intro.interface.d.ts +0 -10
- package/lib/components/core/babylon-head-intro/index.d.ts +0 -2
- package/lib/components/core/babylon-header-book-show/babylon-header-book-show.interface.d.ts +0 -20
- package/lib/components/core/babylon-header-book-show/index.d.ts +0 -2
- package/lib/components/core/babylon-header-clear/babylon-header-clear.interface.d.ts +0 -22
- package/lib/components/core/babylon-header-clear/index.d.ts +0 -2
- package/lib/components/core/babylon-header-menu-center/babylon-header-menu-center.interface.d.ts +0 -19
- package/lib/components/core/babylon-header-menu-center/index.d.ts +0 -2
- package/lib/components/core/babylon-header-menu-logo-center/babylon-header-menu-logo-center.component.d.ts +0 -40
- package/lib/components/core/babylon-header-menu-logo-center/babylon-header-menu-logo-center.interface.d.ts +0 -23
- package/lib/components/core/babylon-header-menu-logo-center/index.d.ts +0 -2
- package/lib/components/core/babylon-header-menu-show/babylon-header-menu-show.interface.d.ts +0 -18
- package/lib/components/core/babylon-header-menu-show/index.d.ts +0 -2
- package/lib/components/core/babylon-header-mobile/babylon-header-mobile.component.d.ts +0 -53
- package/lib/components/core/babylon-header-mobile/babylon-header-mobile.interface.d.ts +0 -26
- package/lib/components/core/babylon-header-mobile/index.d.ts +0 -2
- package/lib/components/core/babylon-hotels-list/babylon-hotel.interface.d.ts +0 -18
- package/lib/components/core/babylon-hotels-list/babylon-hotels-list.interface.d.ts +0 -6
- package/lib/components/core/babylon-hotels-list/index.d.ts +0 -3
- package/lib/components/core/babylon-hotels-slider/babylon-hotels-slider.interface.d.ts +0 -6
- package/lib/components/core/babylon-hotels-slider/index.d.ts +0 -2
- package/lib/components/core/babylon-info-big/babylon-info-big.interface.d.ts +0 -10
- package/lib/components/core/babylon-info-big/index.d.ts +0 -2
- package/lib/components/core/babylon-info-grid/babylon-info-grid.interface.d.ts +0 -9
- package/lib/components/core/babylon-info-grid/index.d.ts +0 -2
- package/lib/components/core/babylon-info-img/babylon-info-img.interface.d.ts +0 -27
- package/lib/components/core/babylon-info-img/index.d.ts +0 -2
- package/lib/components/core/babylon-info-img-slider/babylon-info-img-slider.component.d.ts +0 -33
- package/lib/components/core/babylon-info-img-slider/babylon-info-img-slider.interface.d.ts +0 -11
- package/lib/components/core/babylon-info-img-slider/index.d.ts +0 -2
- package/lib/components/core/babylon-info-intro/babylon-info-intro.interface.d.ts +0 -19
- package/lib/components/core/babylon-info-intro/index.d.ts +0 -2
- package/lib/components/core/babylon-info-show-img/index.d.ts +0 -1
- package/lib/components/core/babylon-info-zig-zag/babylon-info-zig-zag.interface.d.ts +0 -12
- package/lib/components/core/babylon-info-zig-zag/index.d.ts +0 -2
- package/lib/components/core/babylon-info-zig-zag-counter/babylon-info-zig-zag-counter.component.d.ts +0 -47
- package/lib/components/core/babylon-info-zig-zag-counter/babylon-info-zig-zag-counter.interface.d.ts +0 -14
- package/lib/components/core/babylon-info-zig-zag-counter/index.d.ts +0 -2
- package/lib/components/core/babylon-info-zigzag-v2/babylon-info-zigzag-v2.interface.d.ts +0 -5
- package/lib/components/core/babylon-info-zigzag-v2/index.d.ts +0 -2
- package/lib/components/core/babylon-info2col-img/babylon-info2col-img.component.d.ts +0 -21
- package/lib/components/core/babylon-info2col-img/babylon-info2col-img.interface.d.ts +0 -12
- package/lib/components/core/babylon-info2col-img/index.d.ts +0 -2
- package/lib/components/core/babylon-info2img/babylon-info2img.interface.d.ts +0 -11
- package/lib/components/core/babylon-info2img/index.d.ts +0 -2
- package/lib/components/core/babylon-info2img-big/babylon-info2img-big.interface.d.ts +0 -14
- package/lib/components/core/babylon-info2img-big/index.d.ts +0 -2
- package/lib/components/core/babylon-info3img/index.d.ts +0 -1
- package/lib/components/core/babylon-info4img/babylon-info4img.interface.d.ts +0 -12
- package/lib/components/core/babylon-info4img/index.d.ts +0 -2
- package/lib/components/core/babylon-items-grid/babylon-items-grid.interface.d.ts +0 -8
- package/lib/components/core/babylon-items-grid/index.d.ts +0 -2
- package/lib/components/core/babylon-language-modal/babylon-language-modal.interface.d.ts +0 -7
- package/lib/components/core/babylon-language-modal/index.d.ts +0 -2
- package/lib/components/core/babylon-legal/babylon-legal.interface.d.ts +0 -7
- package/lib/components/core/babylon-legal/index.d.ts +0 -2
- package/lib/components/core/babylon-list-grid/babylon-list-grid.interface.d.ts +0 -8
- package/lib/components/core/babylon-list-grid/index.d.ts +0 -2
- package/lib/components/core/babylon-modal-menu/babylon-modal-menu.component.d.ts +0 -45
- package/lib/components/core/babylon-modal-multiple-motors/babylon-modal-multiple-motors.component.d.ts +0 -16
- package/lib/components/core/babylon-modal-multiple-motors/babylon-modal-multiple-motors.interface.d.ts +0 -8
- package/lib/components/core/babylon-modal-multiple-motors/index.d.ts +0 -2
- package/lib/components/core/babylon-modal-popup/babylon-modal-popup.component.d.ts +0 -25
- package/lib/components/core/babylon-modal-popup/babylon-modal-popup.interface.d.ts +0 -9
- package/lib/components/core/babylon-modal-popup/index.d.ts +0 -2
- package/lib/components/core/babylon-newsletter/babylon-newsletter.interface.d.ts +0 -9
- package/lib/components/core/babylon-newsletter/index.d.ts +0 -2
- package/lib/components/core/babylon-offer-detail/babylon-offer-detail.interface.d.ts +0 -17
- package/lib/components/core/babylon-offer-detail/index.d.ts +0 -2
- package/lib/components/core/babylon-offer-popup/babylon-offer-popup.interface.d.ts +0 -7
- package/lib/components/core/babylon-offer-popup/index.d.ts +0 -2
- package/lib/components/core/babylon-offer-popupV2/babylon-offer-popup-v2.component.d.ts +0 -21
- package/lib/components/core/babylon-offer-popupV2/babylon-offer-popup-v2.interface.d.ts +0 -9
- package/lib/components/core/babylon-offer-popupV2/index.d.ts +0 -2
- package/lib/components/core/babylon-offer-slider/babylon-offer-slider.interface.d.ts +0 -7
- package/lib/components/core/babylon-offer-slider/babylon-offer.interface.d.ts +0 -18
- package/lib/components/core/babylon-offer-slider/index.d.ts +0 -3
- package/lib/components/core/babylon-offers-list/babylon-offers-list.interface.d.ts +0 -14
- package/lib/components/core/babylon-offers-list/index.d.ts +0 -2
- package/lib/components/core/babylon-offers-slider/index.d.ts +0 -1
- package/lib/components/core/babylon-preload/index.d.ts +0 -1
- package/lib/components/core/babylon-press-list/babylon-press-list.component.d.ts +0 -17
- package/lib/components/core/babylon-press-list/babylon-press-list.interface.d.ts +0 -8
- package/lib/components/core/babylon-press-list/index.d.ts +0 -2
- package/lib/components/core/babylon-room-details/babylon-room-detail.interface.d.ts +0 -12
- package/lib/components/core/babylon-room-details/index.d.ts +0 -2
- package/lib/components/core/babylon-rooms-cols/babylon-rooms-cols.interface.d.ts +0 -10
- package/lib/components/core/babylon-rooms-cols/index.d.ts +0 -2
- package/lib/components/core/babylon-rooms-grid/babylon-rooms-grid.interface.d.ts +0 -8
- package/lib/components/core/babylon-rooms-grid/index.d.ts +0 -2
- package/lib/components/core/babylon-rooms-list/babylon-rooms-list.interface.d.ts +0 -6
- package/lib/components/core/babylon-rooms-list/index.d.ts +0 -2
- package/lib/components/core/babylon-rooms-slider/babylon-room.interface.d.ts +0 -15
- package/lib/components/core/babylon-rooms-slider/babylon-rooms-slider.interface.d.ts +0 -6
- package/lib/components/core/babylon-rooms-slider/babylon-rooms-text-info.interface.d.ts +0 -8
- package/lib/components/core/babylon-rooms-slider/index.d.ts +0 -4
- package/lib/components/core/babylon-services-slider/babylon-service-slider.interface.d.ts +0 -6
- package/lib/components/core/babylon-services-slider/index.d.ts +0 -2
- package/lib/components/core/babylon-slider2col/index.d.ts +0 -1
- package/lib/components/core/babylon-slider2items/babylon-slider2items.interface.d.ts +0 -6
- package/lib/components/core/babylon-slider2items/index.d.ts +0 -2
- package/lib/components/core/babylon-slider3col/babylon-slider3col.component.d.ts +0 -20
- package/lib/components/core/babylon-slider3col/index.d.ts +0 -1
- package/lib/components/core/babylon-slider3col-clear/babylon-slider3col-clear.component.d.ts +0 -5
- package/lib/components/core/babylon-slider3col-clear/index.d.ts +0 -1
- package/lib/components/core/babylon-slider3items/babylon-slider3items.interface.d.ts +0 -6
- package/lib/components/core/babylon-slider3items/index.d.ts +0 -2
- package/lib/components/core/babylon-slider4col/index.d.ts +0 -1
- package/lib/components/core/babylon-static-footer/babylon-static-footer.interface.d.ts +0 -29
- package/lib/components/core/babylon-static-footer/index.d.ts +0 -2
- package/lib/components/core/babylon-static-footer-v2/babylon-static-footer-v2.interface.d.ts +0 -18
- package/lib/components/core/babylon-static-footer-v2/index.d.ts +0 -2
- package/lib/components/core/babylon-submenu-hotel/babylon-submenu-hotel.interface.d.ts +0 -5
- package/lib/components/core/babylon-submenu-hotel/index.d.ts +0 -2
- package/lib/components/core/babylon-thanks/babylon-thanks.interface.d.ts +0 -7
- package/lib/components/core/babylon-thanks/index.d.ts +0 -2
- package/lib/components/core/babylon-top-slider/babylon-top-slider-item.interface.d.ts +0 -9
- package/lib/components/core/babylon-top-slider/babylon-top-slider.interface.d.ts +0 -12
- package/lib/components/core/babylon-top-slider/index.d.ts +0 -3
- package/lib/components/core/babylon-top-slider-thumbs/babylon-top-slider-thumbs.interface.d.ts +0 -8
- package/lib/components/core/babylon-top-slider-thumbs/index.d.ts +0 -2
- package/lib/components/core/babylon-top-slider-v2/babylon-top-slider-v2-item.interface.d.ts +0 -7
- package/lib/components/core/babylon-top-slider-v2/babylon-top-slider-v2.interface.d.ts +0 -8
- package/lib/components/core/babylon-top-slider-v2/index.d.ts +0 -3
- package/lib/components/core/babylon-top-slider-video/babylon-top-slider-video.interface.d.ts +0 -9
- package/lib/components/core/babylon-top-slider-video/babylon-video-source.interface.d.ts +0 -5
- package/lib/components/core/babylon-top-slider-video/index.d.ts +0 -3
- package/lib/components/core/babylon-webmap/babylon-webmap.interface.d.ts +0 -9
- package/lib/components/core/babylon-webmap/index.d.ts +0 -2
- package/lib/components/core/index.d.ts +0 -88
- package/lib/components/shared/babylon-dynamic-heading/babylon-dynamic-heading.component.d.ts +0 -31
- package/lib/components/shared/babylon-dynamic-heading/babylon-dynamic-heading.interface.d.ts +0 -5
- package/lib/components/shared/babylon-dynamic-heading/index.d.ts +0 -2
- package/lib/components/shared/babylon-search/babylon-search.component.d.ts +0 -30
- package/lib/components/shared/babylon-search/index.d.ts +0 -1
- package/lib/components/shared/index.d.ts +0 -1
- package/lib/directives/babylon-background-strip/babylon-background-strip.directive.d.ts +0 -17
- package/lib/directives/babylon-customs/babylon-custom-mouse-pointer.directive.d.ts +0 -12
- package/lib/directives/babylon-galleries/babylon-light-gallery.directive.d.ts +0 -18
- package/lib/directives/babylon-hobble-effect/babylon-hobble-effect.directive.d.ts +0 -15
- package/lib/directives/babylon-pagination/babylon-pagination.directive.d.ts +0 -39
- package/lib/directives/babylon-sliders/babylon-custom-slider.directive.d.ts +0 -13
- package/lib/directives/babylon-sliders/babylon-sliders.directive.d.ts +0 -36
- package/lib/directives/babylon-sliders/babylon-swiper-slider.directive.d.ts +0 -14
- package/lib/directives/data-background/data-background.directive.d.ts +0 -11
- package/lib/directives/link-type/link-type.directive.d.ts +0 -40
- package/lib/directives/scrolls/scroll-up.directive.d.ts +0 -7
- package/lib/interfaces/babylon-button.interface.d.ts +0 -9
- package/lib/interfaces/babylon-consult-type.interface.d.ts +0 -10
- package/lib/interfaces/babylon-dropdown.interface.d.ts +0 -9
- package/lib/interfaces/babylon-global-icon.interface.d.ts +0 -4
- package/lib/interfaces/babylon-image.interface.d.ts +0 -12
- package/lib/interfaces/babylon-input.interface.d.ts +0 -12
- package/lib/interfaces/babylon-menu-button.interface.d.ts +0 -10
- package/lib/interfaces/babylon-menu-info.interface.d.ts +0 -27
- package/lib/interfaces/babylon-page-config.interface.d.ts +0 -43
- package/lib/interfaces/babylon-site-config.interface.d.ts +0 -57
- package/lib/interfaces/babylon-tags.interface.d.ts +0 -21
- package/lib/interfaces/babylon-text-info.interface.d.ts +0 -17
- package/lib/interfaces/babylon-texts-colors.interface.d.ts +0 -20
- package/lib/interfaces/babylon-texts.interface.d.ts +0 -5
- package/lib/interfaces/index.d.ts +0 -14
- package/lib/pipes/babylon-clean-phone.pipe.d.ts +0 -7
- package/lib/pipes/babylon-currency.pipe.d.ts +0 -7
- package/lib/services/color-panel.service.d.ts +0 -41
- package/lib/services/mapper/index.d.ts +0 -2
- package/lib/services/mapper/mapper.service.d.ts +0 -138
- package/lib/services/mapper/mapper.service.token.d.ts +0 -2
- package/lib/services/modals-service/index.d.ts +0 -1
- package/lib/services/modals-service/modals.service.d.ts +0 -15
- package/lib/styles/styles/babylon/_spacing.css +0 -1
- package/lib/styles/styles/babylon/_spacing.scss +0 -72
- package/lib/styles/styles/babylon/common.css +0 -1
- package/lib/styles/styles/babylon/common.scss +0 -1823
- package/lib/styles/styles/babylon/globals.css +0 -1
- package/lib/styles/styles/babylon/globals.scss +0 -848
- package/lib/styles/styles/babylon/mixins.css +0 -1
- package/lib/styles/styles/babylon/mixins.scss +0 -1031
- package/lib/styles/styles/babylon/reset.css +0 -1
- package/lib/styles/styles/babylon/reset.scss +0 -136
- package/lib/styles/styles/babylon/slide.css +0 -1
- package/lib/styles/styles/babylon/slider.css +0 -1
- package/lib/styles/styles/babylon/slider.scss +0 -876
- package/lib/styles/styles/babylon/structure.scss +0 -1
- package/lib/styles/styles/babylon/variables-v2.css +0 -0
- package/lib/styles/styles/babylon/variables.css +0 -1
- package/lib/styles/styles/babylon/variables.scss +0 -330
- package/lib/utils/complex-links.token.d.ts +0 -2
- package/lib/utils/index.d.ts +0 -1
- package/lib/utils/utils.d.ts +0 -14
- /package/lib/styles/styles/babylon/{structure.css → scss-daba/funciones.css} +0 -0
|
@@ -1,25 +1,11 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { ChangeDetectionStrategy, Component, Input } from '@angular/core';
|
|
3
|
-
import { BabylonLinkTypeDirective } from '../../../directives/link-type/link-type.directive';
|
|
1
|
+
import { Component } from '@angular/core';
|
|
4
2
|
import * as i0 from "@angular/core";
|
|
5
3
|
export class BabylonInfoBigComponent {
|
|
6
4
|
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: BabylonInfoBigComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
7
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "17.3.12", type: BabylonInfoBigComponent, isStandalone: true, selector: "lib-babylon-info-big", inputs: { img: "img", imgSmall: "imgSmall", pretitle: "pretitle", title: "title", text: "text", button: "button" }, ngImport: i0, template: "<section class=\"babylon__infoImgBig margin-main\">\n <div class=\"babylon__infoImgBig--content margin-main\">\n <div class=\"babylon__infoImgBig--boxImg\">\n @if (img) {\n <figure\n class=\"figure-big\"\n role=\"img\"\n [style.background-image]=\"'url(' + img.src + ')'\"\n ></figure>\n }\n @if (imgSmall) {\n <figure\n class=\"figure-small\"\n role=\"img\"\n [style.background-image]=\"'url(' + imgSmall.src + ')'\"\n ></figure>\n }\n </div>\n <div class=\"babylon__infoImgBig--boxInfo\">\n <div class=\"row justify-content-center align-items-center\">\n <div class=\"col-lg-8\">\n <div\n class=\"intro_info intro_info--light align--center no-align\"\n >\n @if (pretitle) {\n <h4 class=\"pretitle-top\">{{ pretitle }}</h4>\n }\n @if (title) {\n <h2 class=\"title mb-4\">{{ title }}</h2>\n }\n @if (text) {\n <p class=\"text\">{{ text }}</p>\n }\n @if (button) {\n <div class=\"btns__box align--center\">\n <a\n [attr.aria-label]=\"button.label\"\n [href]=\"button.url\"\n [linkType]=\"button.linkType\"\n class=\"btn btn_primary btn--light\"\n >{{ button.label }}</a\n >\n </div>\n }\n </div>\n </div>\n </div>\n </div>\n </div>\n</section>\n", styles: [":root{--font-title: \"the-seasons\", Helvetica, sans-serif;--font-pretitle: \"Poppins\", Helvetica, sans-serif;--font-text: \"Poppins\", Helvetica, sans-serif;--font-claim: \"turbinado-pro\", Helvetica, sans-serif;--cl_corp: #24262d;--cl_accent: #aa8453;--cl_icon: #978667;--cl_icon-light: #fff;--cl_border-light: #ededed;--cl_border-dark: #d9e1e6;--cl_shadow: rgba(0, 0, 0, .1);--cl_breadcrumb: #24262d;--cl_breadcrumb-hover: #978667;--cl_preload-bg: #ededed;--cl_preload: #24262d;--cl_background_body: #fdfbf8;--cl_background_white: #fff;--cl_background_dark: #19314b;--cl_background_gray: #eee;--cl_background_dark-opacity: #19314bbf;--cl_background_dark-opacity-v2: #1326398b;--cl_background_body-transparent: #ffffffe7;--cl_title: #978667;--cl_subtitle: #19314b;--cl_pretitle: #19314b;--cl_text: #3c3b3b;--cl_title-light: #fff;--cl_subtitle-light: #fff;--cl_pretitle-light: #fff;--cl_text-light: #fff;--cl_text-disable: #888;--w_title: 600;--w_text: 300;--w_subtitle: 300;--w_pretitle: 300;--padding-bottom-slider: 0px;--lh_pretitle-slider: 1.2;--lh_title-slider: 1.2;--cl_header-bg-nosticky: #0000001a;--cl_header-text-nosticky: #fff;--cl_header-bg-sticky: #eee;--cl_header-text-sticky: #19314b;--cl_header-bg-mobile: #b6b6b6;--cl_headerBottom-bg-mobile: #b6b6b6;--cl_header-text-mobile: #19314b;--cl_menu-modal-bg: #19314b;--cl_menu-modal-items: #978667;--cl_menu-modal-items-hover: #fff;--cl_menu-modal-text: #fff;--cl_menu-modal-text-hover: #fff;--ls_menu-modal-items: 1px;--w_menu-modal-items: 300;--hg_menu-img-height: 15rem;--cl_submenu-bg: #19314b;--cl_submenu-text: #fff;--cl_submenu-hover: #978667;--w_btn: 400;--size_btn: 14px;--size_link: 14px;--ls_link: 1px;--ls_btn: 1px;--upper_btn: uppercase;--upper_link: uppercase;--font-btn: \"Poppins\", Helvetica, sans-serif;--font-link: \"Poppins\", Helvetica, sans-serif;--cl_btn-box: #19314b;--cl_btn-box-text: #19314b;--cl_btn-box-hover: #978667;--cl_btn-box-text-hover: #fff;--cl_btn-call: #19314bf2;--cl_btn-call-text: #fff;--cl_btn-call-hover: #978667;--cl_btn-call-text-hover: #fff;--cl_btn-link: #19314b;--cl_btn-link-hover: #978667;--cl_btn-arrow: #19314b;--cl_btn-arrow-icon: #fff;--cl_btn-arrow-hover: #978667;--cl_btn-arrow-icon-hover: #fff;--cl_btn-dots: #24262d;--cl_btn-dots-active: #978667;--cl_btn-dots-hover: #978667;--cl_btn-light: #fff;--cl_btn-light-text: #fff;--cl_btn-light-hover: #978667;--cl_btn-light-text-hover: #978667;--cl_footer-bg: #19314b;--cl_footer-bg-bottom: #0a1d31;--cl_footer-bg-logos: #f8f7f3;--cl_footer-scroll: #978667;--cl_footer-text: #fff;--cl_footer-text-hover: #978667;--btn_radius: 5px;--img_radius: 5px;--img_border: #fff;--img_border-width: 1px;--dropdown-radius: 20px;--cl_background_dropdown: #fdfbf8;--cl_border-dropdown: #d9e1e6;--font-size-engine-text: 14px;--cl_engine-text: #19314b;--cl_engine-bg-nosticky: #ffffffcf;--cl_engine-text-nosticky: #19314b;--cl_engine-bg-sticky: #ffffff00;--cl_engine-text-sticky: #19314b;--cl_engine-bg-modal: #19314bbf;--cl_engine-input-bg: #ebebeb;--cl_engine-input-bg-select: #ebebeb;--cl_dropdown: #19314b;--cl_dropdown-text: #5a5a5a;--cl_dropdown-hover: #19314b;--cl_newsletter-input-background: #d1d1d1;--cl_newsletter-input-text: #5a5a5a;--cl_error: #ff7173;--cl_desde: #bcbbc3;--cl_price: #19314b;--cl_badget: #ff8874;--cl_badget-text: #fff;--alg-service-room-detail: center;--cl_alert-text: #19314b;--cl_alert-text-error: #fff;--cl_alert-background: #fff;--cl_alert-background-error: rgb(230, 92, 92);--mdc-checkbox-disabled-selected-icon-color: rgba(0, 0, 0, .38);--mdc-checkbox-disabled-unselected-icon-color: rgba(0, 0, 0, .38);--mdc-checkbox-selected-checkmark-color: white;--mdc-checkbox-selected-focus-icon-color: var(--cl_corp);--mdc-checkbox-selected-hover-icon-color: var(--cl_corp);--mdc-checkbox-selected-icon-color: var(--cl_corp);--mdc-checkbox-selected-pressed-icon-color: var(--cl_corp);--mdc-checkbox-unselected-focus-icon-color: #212121;--mdc-checkbox-unselected-hover-icon-color: #212121;--mdc-checkbox-unselected-icon-color: rgba(0, 0, 0, .54);--mdc-checkbox-unselected-pressed-icon-color: rgba(0, 0, 0, .54);--mdc-checkbox-selected-focus-state-layer-color: var(--cl_corp);--mdc-checkbox-selected-hover-state-layer-color: var(--cl_corp);--mdc-checkbox-selected-pressed-state-layer-color: var(--cl_corp);--mdc-checkbox-unselected-focus-state-layer-color: black;--mdc-checkbox-unselected-hover-state-layer-color: black;--mdc-checkbox-unselected-pressed-state-layer-color: black;--mat-checkbox-disabled-label-color: rgba(0, 0, 0, .38);--primary: #4a4a49;--cream: #f9f8f5;--white: #ffffff;--black: #000000;--whatsapp: #24cc63;--logo: #616161;--grey: #dcdcdc;--darkgrey: #1e1e1e;--instagram: #61bdff;--facebook: #3782f4;--twitter: #4a4a49;--youtube: #d9464b;--tripadvisor: #34e0a1;--booking: #0c3b7c;--silver: #c0bebe;--gold: #ffca64;--platinum: #b5d9e2}.cs_dark{--cl_corp: #181818;--cl_accent: #aa8453;--cl_icon: #aa8453;--cl_icon-light: #fff;--cl_border-light: #ededed;--cl_border-dark: #d9e1e6;--cl_shadow: rgba(0, 0, 0, .1);--cl_breadcrumb: #fff;--cl_breadcrumb-hover: #aa8453;--cl_preload-bg: #ededed;--cl_preload: #24262d;--cl_background_body: #181818;--cl_background_white: transparent;--cl_background_dark: #aa8453;--cl_background_gray: #333;--type-align: center;--cl_title: #fff;--cl_subtitle: #aa8453;--cl_pretitle: #aa8453;--cl_text: #fff;--cl_title-light: #fff;--cl_subtitle-light: #fff;--cl_pretitle-light: #fff;--cl_text-light: #fff;--cl_header-bg: #aa8453;--cl_header-text-light: #fff;--cl_menu-bg: #79582c;--cl_menu-text: #fff;--cl_btn-box: #aa8453;--cl_btn-box-text: #aa8453;--cl_btn-box-hover: #79582c;--cl_btn-box-text-hover: #fff;--cl_btn-call: #aa8453;--cl_btn-call-text: white;--cl_btn-call-hover: #79582c;--cl_btn-call-text-hover: #fff;--cl_btn-link: #aa8453;--cl_btn-link-hover: #79582c;--cl_btn-arrow: #ffffff3a;--cl_btn-arrow-icon: #fff;--cl_btn-arrow-hover: #79582c;--cl_btn-arrow-icon-hover: #fff;--cl_btn-dots: #eee;--cl_btn-dots-active: #79582c;--cl_btn-dots-hover: #79582c;--cl_btn-light: #fff;--cl_btn-light-text: #fff;--cl_btn-light-hover: #79582c;--cl_btn-light-text-hover: #79582c;--cl_footer-bg: #aa8453;--cl_footer-bg-bottom: #79582c;--cl_footer-scroll: #aa8453;--cl_footer-text: #fff;--cl_footer-text-hover: #aa8453;--btn_radius: 1px;--img_radius: 0px;--img_border: #fff;--img_border-whidth: 2px;--cl_engine-bg: #181818;--cl_engine-input-bg: #79582c;--cl_engine-input-bg-hover: #081523;--cl_engine-text: #fff;--cl_dropdown: #19314b;--cl_dropdown-text: #5a5a5a;--cl_dropdown-hover: #19314b;--cl_dropdown-radius: 20px;--cl_newsletter-input-background: #d1d1d1;--cl_newsletter-input-text: #5a5a5a}@media (min-width: 1280px){.order-custom-xl-xxl-1{order:1}.order-custom-xl-xxl-2{order:2}}.flex-row{flex-direction:row!important}.flex-column{flex-direction:column!important}.flex-row-reverse{flex-direction:row-reverse!important}.flex-column-reverse{flex-direction:column-reverse!important}.flex-wrap{flex-wrap:wrap!important}.flex-nowrap{flex-wrap:nowrap!important}.flex-wrap-reverse{flex-wrap:wrap-reverse!important}.flex-fill{flex:1 1 auto!important}.flex-grow-0{flex-grow:0!important}.flex-grow-1{flex-grow:1!important}.flex-shrink-0{flex-shrink:0!important}.flex-shrink-1{flex-shrink:1!important}.justify-content-start{justify-content:flex-start!important}.justify-content-end{justify-content:flex-end!important}.justify-content-center{justify-content:center!important}.justify-content-between{justify-content:space-between!important}.justify-content-around{justify-content:space-around!important}.align-items-start{align-items:flex-start!important}.align-items-end{align-items:flex-end!important}.align-items-center{align-items:center!important}.align-items-baseline{align-items:baseline!important}.align-items-stretch{align-items:stretch!important}.align-content-start{align-content:flex-start!important}.align-content-end{align-content:flex-end!important}.align-content-center{align-content:center!important}.align-content-between{align-content:space-between!important}.align-content-around{align-content:space-around!important}.align-content-stretch{align-content:stretch!important}.align-self-auto{align-self:auto!important}.align-self-start{align-self:flex-start!important}.align-self-end{align-self:flex-end!important}.align-self-center{align-self:center!important}.align-self-baseline{align-self:baseline!important}.align-self-stretch{align-self:stretch!important}.m-auto{margin:auto!important}.mt-auto,.my-auto{margin-top:auto!important}.mr-auto,.mx-auto{margin-right:auto!important}.mb-auto,.my-auto{margin-bottom:auto!important}.ml-auto,.mx-auto{margin-left:auto!important}@media (min-width: 540px){.flex-sm-row{flex-direction:row!important}.flex-sm-column{flex-direction:column!important}.flex-sm-row-reverse{flex-direction:row-reverse!important}.flex-sm-column-reverse{flex-direction:column-reverse!important}.flex-sm-wrap{flex-wrap:wrap!important}.flex-sm-nowrap{flex-wrap:nowrap!important}.flex-sm-wrap-reverse{flex-wrap:wrap-reverse!important}.flex-sm-fill{flex:1 1 auto!important}.flex-sm-grow-0{flex-grow:0!important}.flex-sm-grow-1{flex-grow:1!important}.flex-sm-shrink-0{flex-shrink:0!important}.flex-sm-shrink-1{flex-shrink:1!important}.justify-content-sm-start{justify-content:flex-start!important}.justify-content-sm-end{justify-content:flex-end!important}.justify-content-sm-center{justify-content:center!important}.justify-content-sm-between{justify-content:space-between!important}.justify-content-sm-around{justify-content:space-around!important}.align-items-sm-start{align-items:flex-start!important}.align-items-sm-end{align-items:flex-end!important}.align-items-sm-center{align-items:center!important}.align-items-sm-baseline{align-items:baseline!important}.align-items-sm-stretch{align-items:stretch!important}.align-content-sm-start{align-content:flex-start!important}.align-content-sm-end{align-content:flex-end!important}.align-content-sm-center{align-content:center!important}.align-content-sm-between{align-content:space-between!important}.align-content-sm-around{align-content:space-around!important}.align-content-sm-stretch{align-content:stretch!important}.align-self-sm-auto{align-self:auto!important}.align-self-sm-start{align-self:flex-start!important}.align-self-sm-end{align-self:flex-end!important}.align-self-sm-center{align-self:center!important}.align-self-sm-baseline{align-self:baseline!important}.align-self-sm-stretch{align-self:stretch!important}.m-sm-auto{margin:auto!important}.mt-sm-auto,.my-sm-auto{margin-top:auto!important}.mr-sm-auto,.mx-sm-auto{margin-right:auto!important}.mb-sm-auto,.my-sm-auto{margin-bottom:auto!important}.ml-sm-auto,.mx-sm-auto{margin-left:auto!important}}@media (min-width: 768px){.flex-md-row{flex-direction:row!important}.flex-md-column{flex-direction:column!important}.flex-md-row-reverse{flex-direction:row-reverse!important}.flex-md-column-reverse{flex-direction:column-reverse!important}.flex-md-wrap{flex-wrap:wrap!important}.flex-md-nowrap{flex-wrap:nowrap!important}.flex-md-wrap-reverse{flex-wrap:wrap-reverse!important}.flex-md-fill{flex:1 1 auto!important}.flex-md-grow-0{flex-grow:0!important}.flex-md-grow-1{flex-grow:1!important}.flex-md-shrink-0{flex-shrink:0!important}.flex-md-shrink-1{flex-shrink:1!important}.justify-content-md-start{justify-content:flex-start!important}.justify-content-md-end{justify-content:flex-end!important}.justify-content-md-center{justify-content:center!important}.justify-content-md-between{justify-content:space-between!important}.justify-content-md-around{justify-content:space-around!important}.align-items-md-start{align-items:flex-start!important}.align-items-md-end{align-items:flex-end!important}.align-items-md-center{align-items:center!important}.align-items-md-baseline{align-items:baseline!important}.align-items-md-stretch{align-items:stretch!important}.align-content-md-start{align-content:flex-start!important}.align-content-md-end{align-content:flex-end!important}.align-content-md-center{align-content:center!important}.align-content-md-between{align-content:space-between!important}.align-content-md-around{align-content:space-around!important}.align-content-md-stretch{align-content:stretch!important}.align-self-md-auto{align-self:auto!important}.align-self-md-start{align-self:flex-start!important}.align-self-md-end{align-self:flex-end!important}.align-self-md-center{align-self:center!important}.align-self-md-baseline{align-self:baseline!important}.align-self-md-stretch{align-self:stretch!important}.m-md-auto{margin:auto!important}.mt-md-auto,.my-md-auto{margin-top:auto!important}.mr-md-auto,.mx-md-auto{margin-right:auto!important}.mb-md-auto,.my-md-auto{margin-bottom:auto!important}.ml-md-auto,.mx-md-auto{margin-left:auto!important}}@media (min-width: 1025px){.flex-lg-row{flex-direction:row!important}.flex-lg-column{flex-direction:column!important}.flex-lg-row-reverse{flex-direction:row-reverse!important}.flex-lg-column-reverse{flex-direction:column-reverse!important}.flex-lg-wrap{flex-wrap:wrap!important}.flex-lg-nowrap{flex-wrap:nowrap!important}.flex-lg-wrap-reverse{flex-wrap:wrap-reverse!important}.flex-lg-fill{flex:1 1 auto!important}.flex-lg-grow-0{flex-grow:0!important}.flex-lg-grow-1{flex-grow:1!important}.flex-lg-shrink-0{flex-shrink:0!important}.flex-lg-shrink-1{flex-shrink:1!important}.justify-content-lg-start{justify-content:flex-start!important}.justify-content-lg-end{justify-content:flex-end!important}.justify-content-lg-center{justify-content:center!important}.justify-content-lg-between{justify-content:space-between!important}.justify-content-lg-around{justify-content:space-around!important}.align-items-lg-start{align-items:flex-start!important}.align-items-lg-end{align-items:flex-end!important}.align-items-lg-center{align-items:center!important}.align-items-lg-baseline{align-items:baseline!important}.align-items-lg-stretch{align-items:stretch!important}.align-content-lg-start{align-content:flex-start!important}.align-content-lg-end{align-content:flex-end!important}.align-content-lg-center{align-content:center!important}.align-content-lg-between{align-content:space-between!important}.align-content-lg-around{align-content:space-around!important}.align-content-lg-stretch{align-content:stretch!important}.align-self-lg-auto{align-self:auto!important}.align-self-lg-start{align-self:flex-start!important}.align-self-lg-end{align-self:flex-end!important}.align-self-lg-center{align-self:center!important}.align-self-lg-baseline{align-self:baseline!important}.align-self-lg-stretch{align-self:stretch!important}.m-lg-auto{margin:auto!important}.mt-lg-auto,.my-lg-auto{margin-top:auto!important}.mr-lg-auto,.mx-lg-auto{margin-right:auto!important}.mb-lg-auto,.my-lg-auto{margin-bottom:auto!important}.ml-lg-auto,.mx-lg-auto{margin-left:auto!important}}@media (min-width: 1280px){.flex-xl-row{flex-direction:row!important}.flex-xl-column{flex-direction:column!important}.flex-xl-row-reverse{flex-direction:row-reverse!important}.flex-xl-column-reverse{flex-direction:column-reverse!important}.flex-xl-wrap{flex-wrap:wrap!important}.flex-xl-nowrap{flex-wrap:nowrap!important}.flex-xl-wrap-reverse{flex-wrap:wrap-reverse!important}.flex-xl-fill{flex:1 1 auto!important}.flex-xl-grow-0{flex-grow:0!important}.flex-xl-grow-1{flex-grow:1!important}.flex-xl-shrink-0{flex-shrink:0!important}.flex-xl-shrink-1{flex-shrink:1!important}.justify-content-xl-start{justify-content:flex-start!important}.justify-content-xl-end{justify-content:flex-end!important}.justify-content-xl-center{justify-content:center!important}.justify-content-xl-between{justify-content:space-between!important}.justify-content-xl-around{justify-content:space-around!important}.align-items-xl-start{align-items:flex-start!important}.align-items-xl-end{align-items:flex-end!important}.align-items-xl-center{align-items:center!important}.align-items-xl-baseline{align-items:baseline!important}.align-items-xl-stretch{align-items:stretch!important}.align-content-xl-start{align-content:flex-start!important}.align-content-xl-end{align-content:flex-end!important}.align-content-xl-center{align-content:center!important}.align-content-xl-between{align-content:space-between!important}.align-content-xl-around{align-content:space-around!important}.align-content-xl-stretch{align-content:stretch!important}.align-self-xl-auto{align-self:auto!important}.align-self-xl-start{align-self:flex-start!important}.align-self-xl-end{align-self:flex-end!important}.align-self-xl-center{align-self:center!important}.align-self-xl-baseline{align-self:baseline!important}.align-self-xl-stretch{align-self:stretch!important}.m-xl-auto{margin:auto!important}.mt-xl-auto,.my-xl-auto{margin-top:auto!important}.mr-xl-auto,.mx-xl-auto{margin-right:auto!important}.mb-xl-auto,.my-xl-auto{margin-bottom:auto!important}.ml-xl-auto,.mx-xl-auto{margin-left:auto!important}}@media (min-width: 1366px){.flex-xxl-row{flex-direction:row!important}.flex-xxl-column{flex-direction:column!important}.flex-xxl-row-reverse{flex-direction:row-reverse!important}.flex-xxl-column-reverse{flex-direction:column-reverse!important}.flex-xxl-wrap{flex-wrap:wrap!important}.flex-xxl-nowrap{flex-wrap:nowrap!important}.flex-xxl-wrap-reverse{flex-wrap:wrap-reverse!important}.flex-xxl-fill{flex:1 1 auto!important}.flex-xxl-grow-0{flex-grow:0!important}.flex-xxl-grow-1{flex-grow:1!important}.flex-xxl-shrink-0{flex-shrink:0!important}.flex-xxl-shrink-1{flex-shrink:1!important}.justify-content-xxl-start{justify-content:flex-start!important}.justify-content-xxl-end{justify-content:flex-end!important}.justify-content-xxl-center{justify-content:center!important}.justify-content-xxl-between{justify-content:space-between!important}.justify-content-xxl-around{justify-content:space-around!important}.align-items-xxl-start{align-items:flex-start!important}.align-items-xxl-end{align-items:flex-end!important}.align-items-xxl-center{align-items:center!important}.align-items-xxl-baseline{align-items:baseline!important}.align-items-xxl-stretch{align-items:stretch!important}.align-content-xxl-start{align-content:flex-start!important}.align-content-xxl-end{align-content:flex-end!important}.align-content-xxl-center{align-content:center!important}.align-content-xxl-between{align-content:space-between!important}.align-content-xxl-around{align-content:space-around!important}.align-content-xxl-stretch{align-content:stretch!important}.align-self-xxl-auto{align-self:auto!important}.align-self-xxl-start{align-self:flex-start!important}.align-self-xxl-end{align-self:flex-end!important}.align-self-xxl-center{align-self:center!important}.align-self-xxl-baseline{align-self:baseline!important}.align-self-xxl-stretch{align-self:stretch!important}.m-xxl-auto{margin:auto!important}.mt-xxl-auto,.my-xxl-auto{margin-top:auto!important}.mr-xxl-auto,.mx-xxl-auto{margin-right:auto!important}.mb-xxl-auto,.my-xxl-auto{margin-bottom:auto!important}.ml-xxl-auto,.mx-xxl-auto{margin-left:auto!important}}@media (min-width: 1680px){.flex-xxxl-row{flex-direction:row!important}.flex-xxxl-column{flex-direction:column!important}.flex-xxxl-row-reverse{flex-direction:row-reverse!important}.flex-xxxl-column-reverse{flex-direction:column-reverse!important}.flex-xxxl-wrap{flex-wrap:wrap!important}.flex-xxxl-nowrap{flex-wrap:nowrap!important}.flex-xxxl-wrap-reverse{flex-wrap:wrap-reverse!important}.flex-xxxl-fill{flex:1 1 auto!important}.flex-xxxl-grow-0{flex-grow:0!important}.flex-xxxl-grow-1{flex-grow:1!important}.flex-xxxl-shrink-0{flex-shrink:0!important}.flex-xxxl-shrink-1{flex-shrink:1!important}.justify-content-xxxl-start{justify-content:flex-start!important}.justify-content-xxxl-end{justify-content:flex-end!important}.justify-content-xxxl-center{justify-content:center!important}.justify-content-xxxl-between{justify-content:space-between!important}.justify-content-xxxl-around{justify-content:space-around!important}.align-items-xxxl-start{align-items:flex-start!important}.align-items-xxxl-end{align-items:flex-end!important}.align-items-xxxl-center{align-items:center!important}.align-items-xxxl-baseline{align-items:baseline!important}.align-items-xxxl-stretch{align-items:stretch!important}.align-content-xxxl-start{align-content:flex-start!important}.align-content-xxxl-end{align-content:flex-end!important}.align-content-xxxl-center{align-content:center!important}.align-content-xxxl-between{align-content:space-between!important}.align-content-xxxl-around{align-content:space-around!important}.align-content-xxxl-stretch{align-content:stretch!important}.align-self-xxxl-auto{align-self:auto!important}.align-self-xxxl-start{align-self:flex-start!important}.align-self-xxxl-end{align-self:flex-end!important}.align-self-xxxl-center{align-self:center!important}.align-self-xxxl-baseline{align-self:baseline!important}.align-self-xxxl-stretch{align-self:stretch!important}.m-xxxl-auto{margin:auto!important}.mt-xxxl-auto,.my-xxxl-auto{margin-top:auto!important}.mr-xxxl-auto,.mx-xxxl-auto{margin-right:auto!important}.mb-xxxl-auto,.my-xxxl-auto{margin-bottom:auto!important}.ml-xxxl-auto,.mx-xxxl-auto{margin-left:auto!important}}@media (min-width: 1921px){.flex-xxxxl-row{flex-direction:row!important}.flex-xxxxl-column{flex-direction:column!important}.flex-xxxxl-row-reverse{flex-direction:row-reverse!important}.flex-xxxxl-column-reverse{flex-direction:column-reverse!important}.flex-xxxxl-wrap{flex-wrap:wrap!important}.flex-xxxxl-nowrap{flex-wrap:nowrap!important}.flex-xxxxl-wrap-reverse{flex-wrap:wrap-reverse!important}.flex-xxxxl-fill{flex:1 1 auto!important}.flex-xxxxl-grow-0{flex-grow:0!important}.flex-xxxxl-grow-1{flex-grow:1!important}.flex-xxxxl-shrink-0{flex-shrink:0!important}.flex-xxxxl-shrink-1{flex-shrink:1!important}.justify-content-xxxxl-start{justify-content:flex-start!important}.justify-content-xxxxl-end{justify-content:flex-end!important}.justify-content-xxxxl-center{justify-content:center!important}.justify-content-xxxxl-between{justify-content:space-between!important}.justify-content-xxxxl-around{justify-content:space-around!important}.align-items-xxxxl-start{align-items:flex-start!important}.align-items-xxxxl-end{align-items:flex-end!important}.align-items-xxxxl-center{align-items:center!important}.align-items-xxxxl-baseline{align-items:baseline!important}.align-items-xxxxl-stretch{align-items:stretch!important}.align-content-xxxxl-start{align-content:flex-start!important}.align-content-xxxxl-end{align-content:flex-end!important}.align-content-xxxxl-center{align-content:center!important}.align-content-xxxxl-between{align-content:space-between!important}.align-content-xxxxl-around{align-content:space-around!important}.align-content-xxxxl-stretch{align-content:stretch!important}.align-self-xxxxl-auto{align-self:auto!important}.align-self-xxxxl-start{align-self:flex-start!important}.align-self-xxxxl-end{align-self:flex-end!important}.align-self-xxxxl-center{align-self:center!important}.align-self-xxxxl-baseline{align-self:baseline!important}.align-self-xxxxl-stretch{align-self:stretch!important}.m-xxxxl-auto{margin:auto!important}.mt-xxxxl-auto,.my-xxxxl-auto{margin-top:auto!important}.mr-xxxxl-auto,.mx-xxxxl-auto{margin-right:auto!important}.mb-xxxxl-auto,.my-xxxxl-auto{margin-bottom:auto!important}.ml-xxxxl-auto,.mx-xxxxl-auto{margin-left:auto!important}}.mt--0{margin-top:0!important}.mb--0{margin-bottom:0!important}.pt--0{padding-top:0}.pb--0{padding-bottom:0}.mblock--0{margin-block:0px}.pblock--0{padding-block:0px}.mt--10{margin-top:10px!important}.mb--10{margin-bottom:10px!important}.pt--10{padding-top:10px}.pb--10{padding-bottom:10px}.mblock--10{margin-block:10px}.pblock--10{padding-block:10px}.mt--20{margin-top:20px!important}.mb--20{margin-bottom:20px!important}.pt--20{padding-top:20px}.pb--20{padding-bottom:20px}.mblock--20{margin-block:20px}.pblock--20{padding-block:20px}.mt--25{margin-top:25px!important}.mb--25{margin-bottom:25px!important}.pt--25{padding-top:25px}.pb--25{padding-bottom:25px}.mblock--25{margin-block:25px}.pblock--25{padding-block:25px}.mt--30{margin-top:30px!important}.mb--30{margin-bottom:30px!important}.pt--30{padding-top:30px}.pb--30{padding-bottom:30px}.mblock--30{margin-block:30px}.pblock--30{padding-block:30px}.mt--40{margin-top:40px!important}.mb--40{margin-bottom:40px!important}.pt--40{padding-top:40px}.pb--40{padding-bottom:40px}.mblock--40{margin-block:40px}.pblock--40{padding-block:40px}.mt--50{margin-top:50px!important}.mb--50{margin-bottom:50px!important}.pt--50{padding-top:50px}.pb--50{padding-bottom:50px}.mblock--50{margin-block:50px}.pblock--50{padding-block:50px}.mt--60{margin-top:60px!important}.mb--60{margin-bottom:60px!important}.pt--60{padding-top:60px}.pb--60{padding-bottom:60px}.mblock--60{margin-block:60px}.pblock--60{padding-block:60px}.mt--70{margin-top:70px!important}.mb--70{margin-bottom:70px!important}.pt--70{padding-top:70px}.pb--70{padding-bottom:70px}.mblock--70{margin-block:70px}.pblock--70{padding-block:70px}.mt--80{margin-top:80px!important}.mb--80{margin-bottom:80px!important}.pt--80{padding-top:80px}.pb--80{padding-bottom:80px}.mblock--80{margin-block:80px}.pblock--80{padding-block:80px}.mt--90{margin-top:90px!important}.mb--90{margin-bottom:90px!important}.pt--90{padding-top:90px}.pb--90{padding-bottom:90px}.mblock--90{margin-block:90px}.pblock--90{padding-block:90px}.mt--100{margin-top:100px!important}.mb--100{margin-bottom:100px!important}.pt--100{padding-top:100px}.pb--100{padding-bottom:100px}.mblock--100{margin-block:100px}.pblock--100{padding-block:100px}.mt--150{margin-top:150px!important}.mb--150{margin-bottom:150px!important}.pt--150{padding-top:150px}.pb--150{padding-bottom:150px}.mblock--150{margin-block:150px}.pblock--150{padding-block:150px}.mt--180{margin-top:180px!important}.mb--180{margin-bottom:180px!important}.pt--180{padding-top:180px}.pb--180{padding-bottom:180px}.mblock--180{margin-block:180px}.pblock--180{padding-block:180px}@keyframes move-right{0%{right:30px}50%{right:20px}to{right:30px}}.babylon__infoImgBig{margin-top:2rem}.babylon__infoImgBig--content{position:relative}.babylon__infoImgBig--boxImg{min-height:100dvh;margin-top:6rem}.babylon__infoImgBig--boxImg figure{position:absolute;z-index:1;top:0;left:0;width:100%;height:100%;background-size:cover;background-position:50% 50%;background-repeat:no-repeat;background-attachment:fixed}@media (min-width: 768px){.babylon__infoImgBig--boxImg .figure-big{display:block}.babylon__infoImgBig--boxImg .figure-small{display:none}}@media (max-width: 767px){.babylon__infoImgBig--boxImg .figure-big{display:none}.babylon__infoImgBig--boxImg .figure-small{display:block}}.babylon__infoImgBig--boxImg .figure-small{width:134px;height:134px;border-radius:100%;position:absolute;left:50%;transform:translate(-50%);top:-75px;border:5px solid #fff}@media (min-width: 1280px){.babylon__infoImgBig--boxImg{min-height:100dvh}}.babylon__infoImgBig--boxInfo{position:absolute;left:0;top:6rem;width:100%;z-index:1}.babylon__infoImgBig .row{margin:0}\n"], dependencies: [{ kind: "ngmodule", type: CommonModule }, { kind: "directive", type: BabylonLinkTypeDirective, selector: "[linkType]", inputs: ["linkType", "href", "modalClick", "clickPopup"], outputs: ["anchorClicked"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
5
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.12", type: BabylonInfoBigComponent, isStandalone: true, selector: "lib-babylon-info-big", ngImport: i0, template: " \n<section class=\"babylon__infoImgBig\"> \n <div class=\"babylon__infoImgBig--content margin-main\" >\n <div class=\"babylon__infoImgBig--boxImg\" > \n <figure class=\"\" role=\"img\" style=\"background-image:url('https://dummyimage.com/1800x1500/CCCCCC/ffffff');\"></figure>\n <figure class=\"figure-small\" role=\"img\" style=\"background-image:url('https://dummyimage.com/150x150/19314b/ffffff');\"></figure>\n </div>\n <div class=\"babylon__infoImgBig--boxInfo \"> \n <div class=\"row justify-content-center align-items-center\"> \n <div class=\" col-lg-8\"> \n <div class=\"intro_info intro_info--light align--center no-align\"> \n <h4 class=\"pretitle-top\">Info img big</h4>\n <h2 class=\"title mb-4\">Seaclub Alcudia Mediterranean Resort est\u00E1 compuesto por villas de estilo mediterr\u00E1neo distribuidas por unos extensos jardines con piscinas</h2>\n <p class=\"text\">Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo.</p>\n <div class=\"btns__box align--center\">\n <div class=\"btn btn_primary btn--light\">Saber mas</div>\n </div>\n </div> \n </div>\n </div>\n </div>\n </div>\n</section>\n\n ", styles: [":root{--font-title: \"the-seasons\", Helvetica, sans-serif;--font-pretitle: \"Poppins\", Helvetica, sans-serif;--font-text: \"Poppins\", Helvetica, sans-serif;--font-claim: \"turbinado-pro\", Helvetica, sans-serif;--cl_corp: #24262d;--cl_accent: #aa8453;--cl_icon: #978667;--cl_icon-light: #fff;--cl_border-light: #ededed;--cl_border-dark: #d9e1e6;--cl_shadow: rgba(0, 0, 0, .1);--cl_breadcrumb: #24262d;--cl_breadcrumb-hover: #978667;--cl_preload-bg: #ededed;--cl_preload: #24262d;--cl_background_body: #fdfbf8;--cl_background_white: #fff;--cl_background_dark: #19314b;--cl_background_gray: #eee;--cl_background_dark-opacity: #19314bbf;--cl_title: #978667;--cl_subtitle: #19314b;--cl_pretitle: #19314b;--cl_text: #3c3b3b;--cl_title-light: #fff;--cl_subtitle-light: #fff;--cl_pretitle-light: #fff;--cl_text-light: #fff;--w_title: 600;--w_text: 300;--w_subtitle: 300;--w_pretitle: 300;--cl_header-bg: #494949;--cl_header-text-light: #fff;--cl_menu-bg: #19314b;--cl_menu-text: #fff;--cl_submenu-bg: #19314b;--cl_submenu-text: #fff;--cl_submenu-hover: #978667;--w_btn: 400;--cl_btn-box: #19314b;--cl_btn-box-text: #19314b;--cl_btn-box-hover: #978667;--cl_btn-box-text-hover: #fff;--cl_btn-call: #19314bf2;--cl_btn-call-text: white;--cl_btn-call-hover: #978667;--cl_btn-call-text-hover: #fff;--cl_btn-link: #19314b;--cl_btn-link-hover: #978667;--cl_btn-arrow: #19314b;--cl_btn-arrow-icon: #fff;--cl_btn-arrow-hover: #978667;--cl_btn-arrow-icon-hover: #fff;--cl_btn-dots: #24262d;--cl_btn-dots-active: #978667;--cl_btn-dots-hover: #978667;--cl_btn-light: #fff;--cl_btn-light-text: #fff;--cl_btn-light-hover: #978667;--cl_btn-light-text-hover: #978667;--cl_footer-bg: #19314b;--cl_footer-bg-bottom: #0a1d31;--cl_footer-scroll: #978667;--cl_footer-text: #fff;--cl_footer-text-hover: #978667;--btn_radius: 5px;--img_radius: 5px;--img_border: #fff;--img_border-whidth: 1px;--cl_engine-bg: #fff;--cl_engine-bg-dark: #19314b;--cl_engine-input-bg: #47474724;--cl_engine-input-bg-select: #ebebeb;--cl_engine-input-bg-hover: #081523;--cl_engine-text: #19314b;--cl_dropdown: #19314b;--cl_dropdown-text: #5a5a5a;--cl_dropdown-hover: #19314b;--cl_dropdown-radius: 20px;--cl_newsletter-input-background: #d1d1d1;--cl_newsletter-input-text: #5a5a5a;--cl_desde: #bcbbc3;--cl_price: #19314b;--cl_badget: #ff8874;--cl_badget-text: #fff}.cs_dark{--cl_corp: #181818;--cl_accent: #aa8453;--cl_icon: #aa8453;--cl_icon-light: #fff;--cl_border-light: #ededed;--cl_border-dark: #d9e1e6;--cl_shadow: rgba(0, 0, 0, .1);--cl_breadcrumb: #fff;--cl_breadcrumb-hover: #aa8453;--cl_preload-bg: #ededed;--cl_preload: #24262d;--cl_background_body: #181818;--cl_background_white: transparent;--cl_background_dark: #aa8453;--cl_background_gray: #333;--cl_title: #fff;--cl_subtitle: #aa8453;--cl_pretitle: #aa8453;--cl_text: #fff;--cl_title-light: #fff;--cl_subtitle-light: #fff;--cl_pretitle-light: #fff;--cl_text-light: #fff;--cl_header-bg: #aa8453;--cl_header-text-light: #fff;--cl_menu-bg: #79582c;--cl_menu-text: #fff;--cl_btn-box: #aa8453;--cl_btn-box-text: #aa8453;--cl_btn-box-hover: #79582c;--cl_btn-box-text-hover: #fff;--cl_btn-call: #aa8453;--cl_btn-call-text: white;--cl_btn-call-hover: #79582c;--cl_btn-call-text-hover: #fff;--cl_btn-link: #aa8453;--cl_btn-link-hover: #79582c;--cl_btn-arrow: #ffffff3a;--cl_btn-arrow-icon: #fff;--cl_btn-arrow-hover: #79582c;--cl_btn-arrow-icon-hover: #fff;--cl_btn-dots: #eee;--cl_btn-dots-active: #79582c;--cl_btn-dots-hover: #79582c;--cl_btn-light: #fff;--cl_btn-light-text: #fff;--cl_btn-light-hover: #79582c;--cl_btn-light-text-hover: #79582c;--cl_footer-bg: #aa8453;--cl_footer-bg-bottom: #79582c;--cl_footer-scroll: #aa8453;--cl_footer-text: #fff;--cl_footer-text-hover: #aa8453;--btn_radius: 1px;--img_radius: 0px;--img_border: #fff;--img_border-whidth: 2px;--cl_engine-bg: #181818;--cl_engine-input-bg: #79582c;--cl_engine-input-bg-hover: #081523;--cl_engine-text: #fff;--cl_dropdown: #19314b;--cl_dropdown-text: #5a5a5a;--cl_dropdown-hover: #19314b;--cl_dropdown-radius: 20px;--cl_newsletter-input-background: #d1d1d1;--cl_newsletter-input-text: #5a5a5a}.mt--0{margin-top:0!important}.mb--0{margin-bottom:0!important}.mr--0{margin-right:0!important}.ml--0{margin-left:0!important}.pt--0{padding-top:0}.pb--0{padding-bottom:0}.pl--0{padding-left:0!important}.mblock--0{margin-block:0px}.pblock--0{padding-block:0px}.mt--10{margin-top:10px!important}.mb--10{margin-bottom:10px!important}.mr--10{margin-right:10px!important}.ml--10{margin-left:10px!important}.pt--10{padding-top:10px}.pb--10{padding-bottom:10px}.pl--10{padding-left:10px!important}.mblock--10{margin-block:10px}.pblock--10{padding-block:10px}.mt--20{margin-top:20px!important}.mb--20{margin-bottom:20px!important}.mr--20{margin-right:20px!important}.ml--20{margin-left:20px!important}.pt--20{padding-top:20px}.pb--20{padding-bottom:20px}.pl--20{padding-left:20px!important}.mblock--20{margin-block:20px}.pblock--20{padding-block:20px}.mt--25{margin-top:25px!important}.mb--25{margin-bottom:25px!important}.mr--25{margin-right:25px!important}.ml--25{margin-left:25px!important}.pt--25{padding-top:25px}.pb--25{padding-bottom:25px}.pl--25{padding-left:25px!important}.mblock--25{margin-block:25px}.pblock--25{padding-block:25px}.mt--30{margin-top:30px!important}.mb--30{margin-bottom:30px!important}.mr--30{margin-right:30px!important}.ml--30{margin-left:30px!important}.pt--30{padding-top:30px}.pb--30{padding-bottom:30px}.pl--30{padding-left:30px!important}.mblock--30{margin-block:30px}.pblock--30{padding-block:30px}.mt--40{margin-top:40px!important}.mb--40{margin-bottom:40px!important}.mr--40{margin-right:40px!important}.ml--40{margin-left:40px!important}.pt--40{padding-top:40px}.pb--40{padding-bottom:40px}.pl--40{padding-left:40px!important}.mblock--40{margin-block:40px}.pblock--40{padding-block:40px}.mt--50{margin-top:50px!important}.mb--50{margin-bottom:50px!important}.mr--50{margin-right:50px!important}.ml--50{margin-left:50px!important}.pt--50{padding-top:50px}.pb--50{padding-bottom:50px}.pl--50{padding-left:50px!important}.mblock--50{margin-block:50px}.pblock--50{padding-block:50px}.mt--60{margin-top:60px!important}.mb--60{margin-bottom:60px!important}.mr--60{margin-right:60px!important}.ml--60{margin-left:60px!important}.pt--60{padding-top:60px}.pb--60{padding-bottom:60px}.pl--60{padding-left:60px!important}.mblock--60{margin-block:60px}.pblock--60{padding-block:60px}.mt--70{margin-top:70px!important}.mb--70{margin-bottom:70px!important}.mr--70{margin-right:70px!important}.ml--70{margin-left:70px!important}.pt--70{padding-top:70px}.pb--70{padding-bottom:70px}.pl--70{padding-left:70px!important}.mblock--70{margin-block:70px}.pblock--70{padding-block:70px}.mt--80{margin-top:80px!important}.mb--80{margin-bottom:80px!important}.mr--80{margin-right:80px!important}.ml--80{margin-left:80px!important}.pt--80{padding-top:80px}.pb--80{padding-bottom:80px}.pl--80{padding-left:80px!important}.mblock--80{margin-block:80px}.pblock--80{padding-block:80px}.mt--90{margin-top:90px!important}.mb--90{margin-bottom:90px!important}.mr--90{margin-right:90px!important}.ml--90{margin-left:90px!important}.pt--90{padding-top:90px}.pb--90{padding-bottom:90px}.pl--90{padding-left:90px!important}.mblock--90{margin-block:90px}.pblock--90{padding-block:90px}.mt--100{margin-top:100px!important}.mb--100{margin-bottom:100px!important}.mr--100{margin-right:100px!important}.ml--100{margin-left:100px!important}.pt--100{padding-top:100px}.pb--100{padding-bottom:100px}.pl--100{padding-left:100px!important}.mblock--100{margin-block:100px}.pblock--100{padding-block:100px}.babylon__infoImgBig{margin-top:6rem}.babylon__infoImgBig--content{position:relative}.babylon__infoImgBig--boxImg{min-height:1000px;margin-top:6rem}.babylon__infoImgBig--boxImg figure{position:absolute;z-index:1;top:0;left:0;width:100%;height:100%;background-size:cover;background-position:50% 50%;background-repeat:no-repeat;background-attachment:fixed}.babylon__infoImgBig--boxImg .figure-small{width:134px;height:134px;border-radius:100%;position:absolute;left:50%;transform:translate(-50%);top:-75px;border:5px solid #fff}@media (min-width: 1200px){.babylon__infoImgBig--boxImg{min-height:1500px}}.babylon__infoImgBig--boxInfo{position:absolute;left:0;top:6rem;width:100%;z-index:1}.babylon__infoImgBig .row{margin:0}\n"] }); }
|
|
8
6
|
}
|
|
9
7
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: BabylonInfoBigComponent, decorators: [{
|
|
10
8
|
type: Component,
|
|
11
|
-
args: [{ selector: 'lib-babylon-info-big', standalone: true, imports: [CommonModule, BabylonLinkTypeDirective], changeDetection: ChangeDetectionStrategy.OnPush, template: "<section class=\"babylon__infoImgBig margin-main\">\n <div class=\"babylon__infoImgBig--content margin-main\">\n <div class=\"babylon__infoImgBig--boxImg\">\n @if (img) {\n <figure\n class=\"figure-big\"\n role=\"img\"\n [style.background-image]=\"'url(' + img.src + ')'\"\n ></figure>\n }\n @if (imgSmall) {\n <figure\n class=\"figure-small\"\n role=\"img\"\n [style.background-image]=\"'url(' + imgSmall.src + ')'\"\n ></figure>\n }\n </div>\n <div class=\"babylon__infoImgBig--boxInfo\">\n <div class=\"row justify-content-center align-items-center\">\n <div class=\"col-lg-8\">\n <div\n class=\"intro_info intro_info--light align--center no-align\"\n >\n @if (pretitle) {\n <h4 class=\"pretitle-top\">{{ pretitle }}</h4>\n }\n @if (title) {\n <h2 class=\"title mb-4\">{{ title }}</h2>\n }\n @if (text) {\n <p class=\"text\">{{ text }}</p>\n }\n @if (button) {\n <div class=\"btns__box align--center\">\n <a\n [attr.aria-label]=\"button.label\"\n [href]=\"button.url\"\n [linkType]=\"button.linkType\"\n class=\"btn btn_primary btn--light\"\n >{{ button.label }}</a\n >\n </div>\n }\n </div>\n </div>\n </div>\n </div>\n </div>\n</section>\n", styles: [":root{--font-title: \"the-seasons\", Helvetica, sans-serif;--font-pretitle: \"Poppins\", Helvetica, sans-serif;--font-text: \"Poppins\", Helvetica, sans-serif;--font-claim: \"turbinado-pro\", Helvetica, sans-serif;--cl_corp: #24262d;--cl_accent: #aa8453;--cl_icon: #978667;--cl_icon-light: #fff;--cl_border-light: #ededed;--cl_border-dark: #d9e1e6;--cl_shadow: rgba(0, 0, 0, .1);--cl_breadcrumb: #24262d;--cl_breadcrumb-hover: #978667;--cl_preload-bg: #ededed;--cl_preload: #24262d;--cl_background_body: #fdfbf8;--cl_background_white: #fff;--cl_background_dark: #19314b;--cl_background_gray: #eee;--cl_background_dark-opacity: #19314bbf;--cl_background_dark-opacity-v2: #1326398b;--cl_background_body-transparent: #ffffffe7;--cl_title: #978667;--cl_subtitle: #19314b;--cl_pretitle: #19314b;--cl_text: #3c3b3b;--cl_title-light: #fff;--cl_subtitle-light: #fff;--cl_pretitle-light: #fff;--cl_text-light: #fff;--cl_text-disable: #888;--w_title: 600;--w_text: 300;--w_subtitle: 300;--w_pretitle: 300;--padding-bottom-slider: 0px;--lh_pretitle-slider: 1.2;--lh_title-slider: 1.2;--cl_header-bg-nosticky: #0000001a;--cl_header-text-nosticky: #fff;--cl_header-bg-sticky: #eee;--cl_header-text-sticky: #19314b;--cl_header-bg-mobile: #b6b6b6;--cl_headerBottom-bg-mobile: #b6b6b6;--cl_header-text-mobile: #19314b;--cl_menu-modal-bg: #19314b;--cl_menu-modal-items: #978667;--cl_menu-modal-items-hover: #fff;--cl_menu-modal-text: #fff;--cl_menu-modal-text-hover: #fff;--ls_menu-modal-items: 1px;--w_menu-modal-items: 300;--hg_menu-img-height: 15rem;--cl_submenu-bg: #19314b;--cl_submenu-text: #fff;--cl_submenu-hover: #978667;--w_btn: 400;--size_btn: 14px;--size_link: 14px;--ls_link: 1px;--ls_btn: 1px;--upper_btn: uppercase;--upper_link: uppercase;--font-btn: \"Poppins\", Helvetica, sans-serif;--font-link: \"Poppins\", Helvetica, sans-serif;--cl_btn-box: #19314b;--cl_btn-box-text: #19314b;--cl_btn-box-hover: #978667;--cl_btn-box-text-hover: #fff;--cl_btn-call: #19314bf2;--cl_btn-call-text: #fff;--cl_btn-call-hover: #978667;--cl_btn-call-text-hover: #fff;--cl_btn-link: #19314b;--cl_btn-link-hover: #978667;--cl_btn-arrow: #19314b;--cl_btn-arrow-icon: #fff;--cl_btn-arrow-hover: #978667;--cl_btn-arrow-icon-hover: #fff;--cl_btn-dots: #24262d;--cl_btn-dots-active: #978667;--cl_btn-dots-hover: #978667;--cl_btn-light: #fff;--cl_btn-light-text: #fff;--cl_btn-light-hover: #978667;--cl_btn-light-text-hover: #978667;--cl_footer-bg: #19314b;--cl_footer-bg-bottom: #0a1d31;--cl_footer-bg-logos: #f8f7f3;--cl_footer-scroll: #978667;--cl_footer-text: #fff;--cl_footer-text-hover: #978667;--btn_radius: 5px;--img_radius: 5px;--img_border: #fff;--img_border-width: 1px;--dropdown-radius: 20px;--cl_background_dropdown: #fdfbf8;--cl_border-dropdown: #d9e1e6;--font-size-engine-text: 14px;--cl_engine-text: #19314b;--cl_engine-bg-nosticky: #ffffffcf;--cl_engine-text-nosticky: #19314b;--cl_engine-bg-sticky: #ffffff00;--cl_engine-text-sticky: #19314b;--cl_engine-bg-modal: #19314bbf;--cl_engine-input-bg: #ebebeb;--cl_engine-input-bg-select: #ebebeb;--cl_dropdown: #19314b;--cl_dropdown-text: #5a5a5a;--cl_dropdown-hover: #19314b;--cl_newsletter-input-background: #d1d1d1;--cl_newsletter-input-text: #5a5a5a;--cl_error: #ff7173;--cl_desde: #bcbbc3;--cl_price: #19314b;--cl_badget: #ff8874;--cl_badget-text: #fff;--alg-service-room-detail: center;--cl_alert-text: #19314b;--cl_alert-text-error: #fff;--cl_alert-background: #fff;--cl_alert-background-error: rgb(230, 92, 92);--mdc-checkbox-disabled-selected-icon-color: rgba(0, 0, 0, .38);--mdc-checkbox-disabled-unselected-icon-color: rgba(0, 0, 0, .38);--mdc-checkbox-selected-checkmark-color: white;--mdc-checkbox-selected-focus-icon-color: var(--cl_corp);--mdc-checkbox-selected-hover-icon-color: var(--cl_corp);--mdc-checkbox-selected-icon-color: var(--cl_corp);--mdc-checkbox-selected-pressed-icon-color: var(--cl_corp);--mdc-checkbox-unselected-focus-icon-color: #212121;--mdc-checkbox-unselected-hover-icon-color: #212121;--mdc-checkbox-unselected-icon-color: rgba(0, 0, 0, .54);--mdc-checkbox-unselected-pressed-icon-color: rgba(0, 0, 0, .54);--mdc-checkbox-selected-focus-state-layer-color: var(--cl_corp);--mdc-checkbox-selected-hover-state-layer-color: var(--cl_corp);--mdc-checkbox-selected-pressed-state-layer-color: var(--cl_corp);--mdc-checkbox-unselected-focus-state-layer-color: black;--mdc-checkbox-unselected-hover-state-layer-color: black;--mdc-checkbox-unselected-pressed-state-layer-color: black;--mat-checkbox-disabled-label-color: rgba(0, 0, 0, .38);--primary: #4a4a49;--cream: #f9f8f5;--white: #ffffff;--black: #000000;--whatsapp: #24cc63;--logo: #616161;--grey: #dcdcdc;--darkgrey: #1e1e1e;--instagram: #61bdff;--facebook: #3782f4;--twitter: #4a4a49;--youtube: #d9464b;--tripadvisor: #34e0a1;--booking: #0c3b7c;--silver: #c0bebe;--gold: #ffca64;--platinum: #b5d9e2}.cs_dark{--cl_corp: #181818;--cl_accent: #aa8453;--cl_icon: #aa8453;--cl_icon-light: #fff;--cl_border-light: #ededed;--cl_border-dark: #d9e1e6;--cl_shadow: rgba(0, 0, 0, .1);--cl_breadcrumb: #fff;--cl_breadcrumb-hover: #aa8453;--cl_preload-bg: #ededed;--cl_preload: #24262d;--cl_background_body: #181818;--cl_background_white: transparent;--cl_background_dark: #aa8453;--cl_background_gray: #333;--type-align: center;--cl_title: #fff;--cl_subtitle: #aa8453;--cl_pretitle: #aa8453;--cl_text: #fff;--cl_title-light: #fff;--cl_subtitle-light: #fff;--cl_pretitle-light: #fff;--cl_text-light: #fff;--cl_header-bg: #aa8453;--cl_header-text-light: #fff;--cl_menu-bg: #79582c;--cl_menu-text: #fff;--cl_btn-box: #aa8453;--cl_btn-box-text: #aa8453;--cl_btn-box-hover: #79582c;--cl_btn-box-text-hover: #fff;--cl_btn-call: #aa8453;--cl_btn-call-text: white;--cl_btn-call-hover: #79582c;--cl_btn-call-text-hover: #fff;--cl_btn-link: #aa8453;--cl_btn-link-hover: #79582c;--cl_btn-arrow: #ffffff3a;--cl_btn-arrow-icon: #fff;--cl_btn-arrow-hover: #79582c;--cl_btn-arrow-icon-hover: #fff;--cl_btn-dots: #eee;--cl_btn-dots-active: #79582c;--cl_btn-dots-hover: #79582c;--cl_btn-light: #fff;--cl_btn-light-text: #fff;--cl_btn-light-hover: #79582c;--cl_btn-light-text-hover: #79582c;--cl_footer-bg: #aa8453;--cl_footer-bg-bottom: #79582c;--cl_footer-scroll: #aa8453;--cl_footer-text: #fff;--cl_footer-text-hover: #aa8453;--btn_radius: 1px;--img_radius: 0px;--img_border: #fff;--img_border-whidth: 2px;--cl_engine-bg: #181818;--cl_engine-input-bg: #79582c;--cl_engine-input-bg-hover: #081523;--cl_engine-text: #fff;--cl_dropdown: #19314b;--cl_dropdown-text: #5a5a5a;--cl_dropdown-hover: #19314b;--cl_dropdown-radius: 20px;--cl_newsletter-input-background: #d1d1d1;--cl_newsletter-input-text: #5a5a5a}@media (min-width: 1280px){.order-custom-xl-xxl-1{order:1}.order-custom-xl-xxl-2{order:2}}.flex-row{flex-direction:row!important}.flex-column{flex-direction:column!important}.flex-row-reverse{flex-direction:row-reverse!important}.flex-column-reverse{flex-direction:column-reverse!important}.flex-wrap{flex-wrap:wrap!important}.flex-nowrap{flex-wrap:nowrap!important}.flex-wrap-reverse{flex-wrap:wrap-reverse!important}.flex-fill{flex:1 1 auto!important}.flex-grow-0{flex-grow:0!important}.flex-grow-1{flex-grow:1!important}.flex-shrink-0{flex-shrink:0!important}.flex-shrink-1{flex-shrink:1!important}.justify-content-start{justify-content:flex-start!important}.justify-content-end{justify-content:flex-end!important}.justify-content-center{justify-content:center!important}.justify-content-between{justify-content:space-between!important}.justify-content-around{justify-content:space-around!important}.align-items-start{align-items:flex-start!important}.align-items-end{align-items:flex-end!important}.align-items-center{align-items:center!important}.align-items-baseline{align-items:baseline!important}.align-items-stretch{align-items:stretch!important}.align-content-start{align-content:flex-start!important}.align-content-end{align-content:flex-end!important}.align-content-center{align-content:center!important}.align-content-between{align-content:space-between!important}.align-content-around{align-content:space-around!important}.align-content-stretch{align-content:stretch!important}.align-self-auto{align-self:auto!important}.align-self-start{align-self:flex-start!important}.align-self-end{align-self:flex-end!important}.align-self-center{align-self:center!important}.align-self-baseline{align-self:baseline!important}.align-self-stretch{align-self:stretch!important}.m-auto{margin:auto!important}.mt-auto,.my-auto{margin-top:auto!important}.mr-auto,.mx-auto{margin-right:auto!important}.mb-auto,.my-auto{margin-bottom:auto!important}.ml-auto,.mx-auto{margin-left:auto!important}@media (min-width: 540px){.flex-sm-row{flex-direction:row!important}.flex-sm-column{flex-direction:column!important}.flex-sm-row-reverse{flex-direction:row-reverse!important}.flex-sm-column-reverse{flex-direction:column-reverse!important}.flex-sm-wrap{flex-wrap:wrap!important}.flex-sm-nowrap{flex-wrap:nowrap!important}.flex-sm-wrap-reverse{flex-wrap:wrap-reverse!important}.flex-sm-fill{flex:1 1 auto!important}.flex-sm-grow-0{flex-grow:0!important}.flex-sm-grow-1{flex-grow:1!important}.flex-sm-shrink-0{flex-shrink:0!important}.flex-sm-shrink-1{flex-shrink:1!important}.justify-content-sm-start{justify-content:flex-start!important}.justify-content-sm-end{justify-content:flex-end!important}.justify-content-sm-center{justify-content:center!important}.justify-content-sm-between{justify-content:space-between!important}.justify-content-sm-around{justify-content:space-around!important}.align-items-sm-start{align-items:flex-start!important}.align-items-sm-end{align-items:flex-end!important}.align-items-sm-center{align-items:center!important}.align-items-sm-baseline{align-items:baseline!important}.align-items-sm-stretch{align-items:stretch!important}.align-content-sm-start{align-content:flex-start!important}.align-content-sm-end{align-content:flex-end!important}.align-content-sm-center{align-content:center!important}.align-content-sm-between{align-content:space-between!important}.align-content-sm-around{align-content:space-around!important}.align-content-sm-stretch{align-content:stretch!important}.align-self-sm-auto{align-self:auto!important}.align-self-sm-start{align-self:flex-start!important}.align-self-sm-end{align-self:flex-end!important}.align-self-sm-center{align-self:center!important}.align-self-sm-baseline{align-self:baseline!important}.align-self-sm-stretch{align-self:stretch!important}.m-sm-auto{margin:auto!important}.mt-sm-auto,.my-sm-auto{margin-top:auto!important}.mr-sm-auto,.mx-sm-auto{margin-right:auto!important}.mb-sm-auto,.my-sm-auto{margin-bottom:auto!important}.ml-sm-auto,.mx-sm-auto{margin-left:auto!important}}@media (min-width: 768px){.flex-md-row{flex-direction:row!important}.flex-md-column{flex-direction:column!important}.flex-md-row-reverse{flex-direction:row-reverse!important}.flex-md-column-reverse{flex-direction:column-reverse!important}.flex-md-wrap{flex-wrap:wrap!important}.flex-md-nowrap{flex-wrap:nowrap!important}.flex-md-wrap-reverse{flex-wrap:wrap-reverse!important}.flex-md-fill{flex:1 1 auto!important}.flex-md-grow-0{flex-grow:0!important}.flex-md-grow-1{flex-grow:1!important}.flex-md-shrink-0{flex-shrink:0!important}.flex-md-shrink-1{flex-shrink:1!important}.justify-content-md-start{justify-content:flex-start!important}.justify-content-md-end{justify-content:flex-end!important}.justify-content-md-center{justify-content:center!important}.justify-content-md-between{justify-content:space-between!important}.justify-content-md-around{justify-content:space-around!important}.align-items-md-start{align-items:flex-start!important}.align-items-md-end{align-items:flex-end!important}.align-items-md-center{align-items:center!important}.align-items-md-baseline{align-items:baseline!important}.align-items-md-stretch{align-items:stretch!important}.align-content-md-start{align-content:flex-start!important}.align-content-md-end{align-content:flex-end!important}.align-content-md-center{align-content:center!important}.align-content-md-between{align-content:space-between!important}.align-content-md-around{align-content:space-around!important}.align-content-md-stretch{align-content:stretch!important}.align-self-md-auto{align-self:auto!important}.align-self-md-start{align-self:flex-start!important}.align-self-md-end{align-self:flex-end!important}.align-self-md-center{align-self:center!important}.align-self-md-baseline{align-self:baseline!important}.align-self-md-stretch{align-self:stretch!important}.m-md-auto{margin:auto!important}.mt-md-auto,.my-md-auto{margin-top:auto!important}.mr-md-auto,.mx-md-auto{margin-right:auto!important}.mb-md-auto,.my-md-auto{margin-bottom:auto!important}.ml-md-auto,.mx-md-auto{margin-left:auto!important}}@media (min-width: 1025px){.flex-lg-row{flex-direction:row!important}.flex-lg-column{flex-direction:column!important}.flex-lg-row-reverse{flex-direction:row-reverse!important}.flex-lg-column-reverse{flex-direction:column-reverse!important}.flex-lg-wrap{flex-wrap:wrap!important}.flex-lg-nowrap{flex-wrap:nowrap!important}.flex-lg-wrap-reverse{flex-wrap:wrap-reverse!important}.flex-lg-fill{flex:1 1 auto!important}.flex-lg-grow-0{flex-grow:0!important}.flex-lg-grow-1{flex-grow:1!important}.flex-lg-shrink-0{flex-shrink:0!important}.flex-lg-shrink-1{flex-shrink:1!important}.justify-content-lg-start{justify-content:flex-start!important}.justify-content-lg-end{justify-content:flex-end!important}.justify-content-lg-center{justify-content:center!important}.justify-content-lg-between{justify-content:space-between!important}.justify-content-lg-around{justify-content:space-around!important}.align-items-lg-start{align-items:flex-start!important}.align-items-lg-end{align-items:flex-end!important}.align-items-lg-center{align-items:center!important}.align-items-lg-baseline{align-items:baseline!important}.align-items-lg-stretch{align-items:stretch!important}.align-content-lg-start{align-content:flex-start!important}.align-content-lg-end{align-content:flex-end!important}.align-content-lg-center{align-content:center!important}.align-content-lg-between{align-content:space-between!important}.align-content-lg-around{align-content:space-around!important}.align-content-lg-stretch{align-content:stretch!important}.align-self-lg-auto{align-self:auto!important}.align-self-lg-start{align-self:flex-start!important}.align-self-lg-end{align-self:flex-end!important}.align-self-lg-center{align-self:center!important}.align-self-lg-baseline{align-self:baseline!important}.align-self-lg-stretch{align-self:stretch!important}.m-lg-auto{margin:auto!important}.mt-lg-auto,.my-lg-auto{margin-top:auto!important}.mr-lg-auto,.mx-lg-auto{margin-right:auto!important}.mb-lg-auto,.my-lg-auto{margin-bottom:auto!important}.ml-lg-auto,.mx-lg-auto{margin-left:auto!important}}@media (min-width: 1280px){.flex-xl-row{flex-direction:row!important}.flex-xl-column{flex-direction:column!important}.flex-xl-row-reverse{flex-direction:row-reverse!important}.flex-xl-column-reverse{flex-direction:column-reverse!important}.flex-xl-wrap{flex-wrap:wrap!important}.flex-xl-nowrap{flex-wrap:nowrap!important}.flex-xl-wrap-reverse{flex-wrap:wrap-reverse!important}.flex-xl-fill{flex:1 1 auto!important}.flex-xl-grow-0{flex-grow:0!important}.flex-xl-grow-1{flex-grow:1!important}.flex-xl-shrink-0{flex-shrink:0!important}.flex-xl-shrink-1{flex-shrink:1!important}.justify-content-xl-start{justify-content:flex-start!important}.justify-content-xl-end{justify-content:flex-end!important}.justify-content-xl-center{justify-content:center!important}.justify-content-xl-between{justify-content:space-between!important}.justify-content-xl-around{justify-content:space-around!important}.align-items-xl-start{align-items:flex-start!important}.align-items-xl-end{align-items:flex-end!important}.align-items-xl-center{align-items:center!important}.align-items-xl-baseline{align-items:baseline!important}.align-items-xl-stretch{align-items:stretch!important}.align-content-xl-start{align-content:flex-start!important}.align-content-xl-end{align-content:flex-end!important}.align-content-xl-center{align-content:center!important}.align-content-xl-between{align-content:space-between!important}.align-content-xl-around{align-content:space-around!important}.align-content-xl-stretch{align-content:stretch!important}.align-self-xl-auto{align-self:auto!important}.align-self-xl-start{align-self:flex-start!important}.align-self-xl-end{align-self:flex-end!important}.align-self-xl-center{align-self:center!important}.align-self-xl-baseline{align-self:baseline!important}.align-self-xl-stretch{align-self:stretch!important}.m-xl-auto{margin:auto!important}.mt-xl-auto,.my-xl-auto{margin-top:auto!important}.mr-xl-auto,.mx-xl-auto{margin-right:auto!important}.mb-xl-auto,.my-xl-auto{margin-bottom:auto!important}.ml-xl-auto,.mx-xl-auto{margin-left:auto!important}}@media (min-width: 1366px){.flex-xxl-row{flex-direction:row!important}.flex-xxl-column{flex-direction:column!important}.flex-xxl-row-reverse{flex-direction:row-reverse!important}.flex-xxl-column-reverse{flex-direction:column-reverse!important}.flex-xxl-wrap{flex-wrap:wrap!important}.flex-xxl-nowrap{flex-wrap:nowrap!important}.flex-xxl-wrap-reverse{flex-wrap:wrap-reverse!important}.flex-xxl-fill{flex:1 1 auto!important}.flex-xxl-grow-0{flex-grow:0!important}.flex-xxl-grow-1{flex-grow:1!important}.flex-xxl-shrink-0{flex-shrink:0!important}.flex-xxl-shrink-1{flex-shrink:1!important}.justify-content-xxl-start{justify-content:flex-start!important}.justify-content-xxl-end{justify-content:flex-end!important}.justify-content-xxl-center{justify-content:center!important}.justify-content-xxl-between{justify-content:space-between!important}.justify-content-xxl-around{justify-content:space-around!important}.align-items-xxl-start{align-items:flex-start!important}.align-items-xxl-end{align-items:flex-end!important}.align-items-xxl-center{align-items:center!important}.align-items-xxl-baseline{align-items:baseline!important}.align-items-xxl-stretch{align-items:stretch!important}.align-content-xxl-start{align-content:flex-start!important}.align-content-xxl-end{align-content:flex-end!important}.align-content-xxl-center{align-content:center!important}.align-content-xxl-between{align-content:space-between!important}.align-content-xxl-around{align-content:space-around!important}.align-content-xxl-stretch{align-content:stretch!important}.align-self-xxl-auto{align-self:auto!important}.align-self-xxl-start{align-self:flex-start!important}.align-self-xxl-end{align-self:flex-end!important}.align-self-xxl-center{align-self:center!important}.align-self-xxl-baseline{align-self:baseline!important}.align-self-xxl-stretch{align-self:stretch!important}.m-xxl-auto{margin:auto!important}.mt-xxl-auto,.my-xxl-auto{margin-top:auto!important}.mr-xxl-auto,.mx-xxl-auto{margin-right:auto!important}.mb-xxl-auto,.my-xxl-auto{margin-bottom:auto!important}.ml-xxl-auto,.mx-xxl-auto{margin-left:auto!important}}@media (min-width: 1680px){.flex-xxxl-row{flex-direction:row!important}.flex-xxxl-column{flex-direction:column!important}.flex-xxxl-row-reverse{flex-direction:row-reverse!important}.flex-xxxl-column-reverse{flex-direction:column-reverse!important}.flex-xxxl-wrap{flex-wrap:wrap!important}.flex-xxxl-nowrap{flex-wrap:nowrap!important}.flex-xxxl-wrap-reverse{flex-wrap:wrap-reverse!important}.flex-xxxl-fill{flex:1 1 auto!important}.flex-xxxl-grow-0{flex-grow:0!important}.flex-xxxl-grow-1{flex-grow:1!important}.flex-xxxl-shrink-0{flex-shrink:0!important}.flex-xxxl-shrink-1{flex-shrink:1!important}.justify-content-xxxl-start{justify-content:flex-start!important}.justify-content-xxxl-end{justify-content:flex-end!important}.justify-content-xxxl-center{justify-content:center!important}.justify-content-xxxl-between{justify-content:space-between!important}.justify-content-xxxl-around{justify-content:space-around!important}.align-items-xxxl-start{align-items:flex-start!important}.align-items-xxxl-end{align-items:flex-end!important}.align-items-xxxl-center{align-items:center!important}.align-items-xxxl-baseline{align-items:baseline!important}.align-items-xxxl-stretch{align-items:stretch!important}.align-content-xxxl-start{align-content:flex-start!important}.align-content-xxxl-end{align-content:flex-end!important}.align-content-xxxl-center{align-content:center!important}.align-content-xxxl-between{align-content:space-between!important}.align-content-xxxl-around{align-content:space-around!important}.align-content-xxxl-stretch{align-content:stretch!important}.align-self-xxxl-auto{align-self:auto!important}.align-self-xxxl-start{align-self:flex-start!important}.align-self-xxxl-end{align-self:flex-end!important}.align-self-xxxl-center{align-self:center!important}.align-self-xxxl-baseline{align-self:baseline!important}.align-self-xxxl-stretch{align-self:stretch!important}.m-xxxl-auto{margin:auto!important}.mt-xxxl-auto,.my-xxxl-auto{margin-top:auto!important}.mr-xxxl-auto,.mx-xxxl-auto{margin-right:auto!important}.mb-xxxl-auto,.my-xxxl-auto{margin-bottom:auto!important}.ml-xxxl-auto,.mx-xxxl-auto{margin-left:auto!important}}@media (min-width: 1921px){.flex-xxxxl-row{flex-direction:row!important}.flex-xxxxl-column{flex-direction:column!important}.flex-xxxxl-row-reverse{flex-direction:row-reverse!important}.flex-xxxxl-column-reverse{flex-direction:column-reverse!important}.flex-xxxxl-wrap{flex-wrap:wrap!important}.flex-xxxxl-nowrap{flex-wrap:nowrap!important}.flex-xxxxl-wrap-reverse{flex-wrap:wrap-reverse!important}.flex-xxxxl-fill{flex:1 1 auto!important}.flex-xxxxl-grow-0{flex-grow:0!important}.flex-xxxxl-grow-1{flex-grow:1!important}.flex-xxxxl-shrink-0{flex-shrink:0!important}.flex-xxxxl-shrink-1{flex-shrink:1!important}.justify-content-xxxxl-start{justify-content:flex-start!important}.justify-content-xxxxl-end{justify-content:flex-end!important}.justify-content-xxxxl-center{justify-content:center!important}.justify-content-xxxxl-between{justify-content:space-between!important}.justify-content-xxxxl-around{justify-content:space-around!important}.align-items-xxxxl-start{align-items:flex-start!important}.align-items-xxxxl-end{align-items:flex-end!important}.align-items-xxxxl-center{align-items:center!important}.align-items-xxxxl-baseline{align-items:baseline!important}.align-items-xxxxl-stretch{align-items:stretch!important}.align-content-xxxxl-start{align-content:flex-start!important}.align-content-xxxxl-end{align-content:flex-end!important}.align-content-xxxxl-center{align-content:center!important}.align-content-xxxxl-between{align-content:space-between!important}.align-content-xxxxl-around{align-content:space-around!important}.align-content-xxxxl-stretch{align-content:stretch!important}.align-self-xxxxl-auto{align-self:auto!important}.align-self-xxxxl-start{align-self:flex-start!important}.align-self-xxxxl-end{align-self:flex-end!important}.align-self-xxxxl-center{align-self:center!important}.align-self-xxxxl-baseline{align-self:baseline!important}.align-self-xxxxl-stretch{align-self:stretch!important}.m-xxxxl-auto{margin:auto!important}.mt-xxxxl-auto,.my-xxxxl-auto{margin-top:auto!important}.mr-xxxxl-auto,.mx-xxxxl-auto{margin-right:auto!important}.mb-xxxxl-auto,.my-xxxxl-auto{margin-bottom:auto!important}.ml-xxxxl-auto,.mx-xxxxl-auto{margin-left:auto!important}}.mt--0{margin-top:0!important}.mb--0{margin-bottom:0!important}.pt--0{padding-top:0}.pb--0{padding-bottom:0}.mblock--0{margin-block:0px}.pblock--0{padding-block:0px}.mt--10{margin-top:10px!important}.mb--10{margin-bottom:10px!important}.pt--10{padding-top:10px}.pb--10{padding-bottom:10px}.mblock--10{margin-block:10px}.pblock--10{padding-block:10px}.mt--20{margin-top:20px!important}.mb--20{margin-bottom:20px!important}.pt--20{padding-top:20px}.pb--20{padding-bottom:20px}.mblock--20{margin-block:20px}.pblock--20{padding-block:20px}.mt--25{margin-top:25px!important}.mb--25{margin-bottom:25px!important}.pt--25{padding-top:25px}.pb--25{padding-bottom:25px}.mblock--25{margin-block:25px}.pblock--25{padding-block:25px}.mt--30{margin-top:30px!important}.mb--30{margin-bottom:30px!important}.pt--30{padding-top:30px}.pb--30{padding-bottom:30px}.mblock--30{margin-block:30px}.pblock--30{padding-block:30px}.mt--40{margin-top:40px!important}.mb--40{margin-bottom:40px!important}.pt--40{padding-top:40px}.pb--40{padding-bottom:40px}.mblock--40{margin-block:40px}.pblock--40{padding-block:40px}.mt--50{margin-top:50px!important}.mb--50{margin-bottom:50px!important}.pt--50{padding-top:50px}.pb--50{padding-bottom:50px}.mblock--50{margin-block:50px}.pblock--50{padding-block:50px}.mt--60{margin-top:60px!important}.mb--60{margin-bottom:60px!important}.pt--60{padding-top:60px}.pb--60{padding-bottom:60px}.mblock--60{margin-block:60px}.pblock--60{padding-block:60px}.mt--70{margin-top:70px!important}.mb--70{margin-bottom:70px!important}.pt--70{padding-top:70px}.pb--70{padding-bottom:70px}.mblock--70{margin-block:70px}.pblock--70{padding-block:70px}.mt--80{margin-top:80px!important}.mb--80{margin-bottom:80px!important}.pt--80{padding-top:80px}.pb--80{padding-bottom:80px}.mblock--80{margin-block:80px}.pblock--80{padding-block:80px}.mt--90{margin-top:90px!important}.mb--90{margin-bottom:90px!important}.pt--90{padding-top:90px}.pb--90{padding-bottom:90px}.mblock--90{margin-block:90px}.pblock--90{padding-block:90px}.mt--100{margin-top:100px!important}.mb--100{margin-bottom:100px!important}.pt--100{padding-top:100px}.pb--100{padding-bottom:100px}.mblock--100{margin-block:100px}.pblock--100{padding-block:100px}.mt--150{margin-top:150px!important}.mb--150{margin-bottom:150px!important}.pt--150{padding-top:150px}.pb--150{padding-bottom:150px}.mblock--150{margin-block:150px}.pblock--150{padding-block:150px}.mt--180{margin-top:180px!important}.mb--180{margin-bottom:180px!important}.pt--180{padding-top:180px}.pb--180{padding-bottom:180px}.mblock--180{margin-block:180px}.pblock--180{padding-block:180px}@keyframes move-right{0%{right:30px}50%{right:20px}to{right:30px}}.babylon__infoImgBig{margin-top:2rem}.babylon__infoImgBig--content{position:relative}.babylon__infoImgBig--boxImg{min-height:100dvh;margin-top:6rem}.babylon__infoImgBig--boxImg figure{position:absolute;z-index:1;top:0;left:0;width:100%;height:100%;background-size:cover;background-position:50% 50%;background-repeat:no-repeat;background-attachment:fixed}@media (min-width: 768px){.babylon__infoImgBig--boxImg .figure-big{display:block}.babylon__infoImgBig--boxImg .figure-small{display:none}}@media (max-width: 767px){.babylon__infoImgBig--boxImg .figure-big{display:none}.babylon__infoImgBig--boxImg .figure-small{display:block}}.babylon__infoImgBig--boxImg .figure-small{width:134px;height:134px;border-radius:100%;position:absolute;left:50%;transform:translate(-50%);top:-75px;border:5px solid #fff}@media (min-width: 1280px){.babylon__infoImgBig--boxImg{min-height:100dvh}}.babylon__infoImgBig--boxInfo{position:absolute;left:0;top:6rem;width:100%;z-index:1}.babylon__infoImgBig .row{margin:0}\n"] }]
|
|
12
|
-
}]
|
|
13
|
-
|
|
14
|
-
}], imgSmall: [{
|
|
15
|
-
type: Input
|
|
16
|
-
}], pretitle: [{
|
|
17
|
-
type: Input
|
|
18
|
-
}], title: [{
|
|
19
|
-
type: Input
|
|
20
|
-
}], text: [{
|
|
21
|
-
type: Input
|
|
22
|
-
}], button: [{
|
|
23
|
-
type: Input
|
|
24
|
-
}] } });
|
|
25
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYmFieWxvbi1pbmZvLWJpZy5jb21wb25lbnQuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9iYWJ5bG9uL3NyYy9saWIvY29tcG9uZW50cy9jb3JlL2JhYnlsb24taW5mby1iaWcvYmFieWxvbi1pbmZvLWJpZy5jb21wb25lbnQudHMiLCIuLi8uLi8uLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9iYWJ5bG9uL3NyYy9saWIvY29tcG9uZW50cy9jb3JlL2JhYnlsb24taW5mby1iaWcvYmFieWxvbi1pbmZvLWJpZy5jb21wb25lbnQuaHRtbCJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQUUsWUFBWSxFQUFFLE1BQU0saUJBQWlCLENBQUM7QUFDL0MsT0FBTyxFQUFFLHVCQUF1QixFQUFFLFNBQVMsRUFBRSxLQUFLLEVBQUUsTUFBTSxlQUFlLENBQUM7QUFFMUUsT0FBTyxFQUFFLHdCQUF3QixFQUFFLE1BQU0sbURBQW1ELENBQUM7O0FBVzdGLE1BQU0sT0FBTyx1QkFBdUI7K0dBQXZCLHVCQUF1QjttR0FBdkIsdUJBQXVCLG9NQ2RwQyxzaUVBa0RBLHMxMEJEekNjLFlBQVksK0JBQUUsd0JBQXdCOzs0RkFLdkMsdUJBQXVCO2tCQVJuQyxTQUFTOytCQUNJLHNCQUFzQixjQUNwQixJQUFJLFdBQ1AsQ0FBQyxZQUFZLEVBQUUsd0JBQXdCLENBQUMsbUJBR2hDLHVCQUF1QixDQUFDLE1BQU07OEJBR3RDLEdBQUc7c0JBQVgsS0FBSztnQkFDRyxRQUFRO3NCQUFoQixLQUFLO2dCQUNHLFFBQVE7c0JBQWhCLEtBQUs7Z0JBQ0csS0FBSztzQkFBYixLQUFLO2dCQUNHLElBQUk7c0JBQVosS0FBSztnQkFDRyxNQUFNO3NCQUFkLEtBQUsiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBDb21tb25Nb2R1bGUgfSBmcm9tICdAYW5ndWxhci9jb21tb24nO1xuaW1wb3J0IHsgQ2hhbmdlRGV0ZWN0aW9uU3RyYXRlZ3ksIENvbXBvbmVudCwgSW5wdXQgfSBmcm9tICdAYW5ndWxhci9jb3JlJztcbmltcG9ydCB7IEJhYnlsb25JbWFnZUkgfSBmcm9tICcuLi8uLi8uLi9pbnRlcmZhY2VzL2JhYnlsb24taW1hZ2UuaW50ZXJmYWNlJztcbmltcG9ydCB7IEJhYnlsb25MaW5rVHlwZURpcmVjdGl2ZSB9IGZyb20gJy4uLy4uLy4uL2RpcmVjdGl2ZXMvbGluay10eXBlL2xpbmstdHlwZS5kaXJlY3RpdmUnO1xuaW1wb3J0IHsgQmFieWxvbkJ1dHRvbkkgfSBmcm9tICcuLi8uLi8uLi9pbnRlcmZhY2VzL2JhYnlsb24tYnV0dG9uLmludGVyZmFjZSc7XG5cbkBDb21wb25lbnQoe1xuICAgIHNlbGVjdG9yOiAnbGliLWJhYnlsb24taW5mby1iaWcnLFxuICAgIHN0YW5kYWxvbmU6IHRydWUsXG4gICAgaW1wb3J0czogW0NvbW1vbk1vZHVsZSwgQmFieWxvbkxpbmtUeXBlRGlyZWN0aXZlXSxcbiAgICB0ZW1wbGF0ZVVybDogJy4vYmFieWxvbi1pbmZvLWJpZy5jb21wb25lbnQuaHRtbCcsXG4gICAgc3R5bGVVcmw6ICcuL2JhYnlsb24taW5mby1iaWcuY29tcG9uZW50LnNjc3MnLFxuICAgIGNoYW5nZURldGVjdGlvbjogQ2hhbmdlRGV0ZWN0aW9uU3RyYXRlZ3kuT25QdXNoLFxufSlcbmV4cG9ydCBjbGFzcyBCYWJ5bG9uSW5mb0JpZ0NvbXBvbmVudCB7XG4gICAgQElucHV0KCkgaW1nPzogQmFieWxvbkltYWdlSTtcbiAgICBASW5wdXQoKSBpbWdTbWFsbD86IEJhYnlsb25JbWFnZUk7XG4gICAgQElucHV0KCkgcHJldGl0bGU/OiBzdHJpbmc7XG4gICAgQElucHV0KCkgdGl0bGU/OiBzdHJpbmc7XG4gICAgQElucHV0KCkgdGV4dD86IHN0cmluZztcbiAgICBASW5wdXQoKSBidXR0b24/OiBCYWJ5bG9uQnV0dG9uSTtcbn1cbiIsIjxzZWN0aW9uIGNsYXNzPVwiYmFieWxvbl9faW5mb0ltZ0JpZyBtYXJnaW4tbWFpblwiPlxuICAgIDxkaXYgY2xhc3M9XCJiYWJ5bG9uX19pbmZvSW1nQmlnLS1jb250ZW50IG1hcmdpbi1tYWluXCI+XG4gICAgICAgIDxkaXYgY2xhc3M9XCJiYWJ5bG9uX19pbmZvSW1nQmlnLS1ib3hJbWdcIj5cbiAgICAgICAgICAgIEBpZiAoaW1nKSB7XG4gICAgICAgICAgICAgICAgPGZpZ3VyZVxuICAgICAgICAgICAgICAgICAgICBjbGFzcz1cImZpZ3VyZS1iaWdcIlxuICAgICAgICAgICAgICAgICAgICByb2xlPVwiaW1nXCJcbiAgICAgICAgICAgICAgICAgICAgW3N0eWxlLmJhY2tncm91bmQtaW1hZ2VdPVwiJ3VybCgnICsgaW1nLnNyYyArICcpJ1wiXG4gICAgICAgICAgICAgICAgPjwvZmlndXJlPlxuICAgICAgICAgICAgfVxuICAgICAgICAgICAgQGlmIChpbWdTbWFsbCkge1xuICAgICAgICAgICAgICAgIDxmaWd1cmVcbiAgICAgICAgICAgICAgICAgICAgY2xhc3M9XCJmaWd1cmUtc21hbGxcIlxuICAgICAgICAgICAgICAgICAgICByb2xlPVwiaW1nXCJcbiAgICAgICAgICAgICAgICAgICAgW3N0eWxlLmJhY2tncm91bmQtaW1hZ2VdPVwiJ3VybCgnICsgaW1nU21hbGwuc3JjICsgJyknXCJcbiAgICAgICAgICAgICAgICA+PC9maWd1cmU+XG4gICAgICAgICAgICB9XG4gICAgICAgIDwvZGl2PlxuICAgICAgICA8ZGl2IGNsYXNzPVwiYmFieWxvbl9faW5mb0ltZ0JpZy0tYm94SW5mb1wiPlxuICAgICAgICAgICAgPGRpdiBjbGFzcz1cInJvdyBqdXN0aWZ5LWNvbnRlbnQtY2VudGVyIGFsaWduLWl0ZW1zLWNlbnRlclwiPlxuICAgICAgICAgICAgICAgIDxkaXYgY2xhc3M9XCJjb2wtbGctOFwiPlxuICAgICAgICAgICAgICAgICAgICA8ZGl2XG4gICAgICAgICAgICAgICAgICAgICAgICBjbGFzcz1cImludHJvX2luZm8gaW50cm9faW5mby0tbGlnaHQgYWxpZ24tLWNlbnRlciBuby1hbGlnblwiXG4gICAgICAgICAgICAgICAgICAgID5cbiAgICAgICAgICAgICAgICAgICAgICAgIEBpZiAocHJldGl0bGUpIHtcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICA8aDQgY2xhc3M9XCJwcmV0aXRsZS10b3BcIj57eyBwcmV0aXRsZSB9fTwvaDQ+XG4gICAgICAgICAgICAgICAgICAgICAgICB9XG4gICAgICAgICAgICAgICAgICAgICAgICBAaWYgKHRpdGxlKSB7XG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgPGgyIGNsYXNzPVwidGl0bGUgbWItNFwiPnt7IHRpdGxlIH19PC9oMj5cbiAgICAgICAgICAgICAgICAgICAgICAgIH1cbiAgICAgICAgICAgICAgICAgICAgICAgIEBpZiAodGV4dCkge1xuICAgICAgICAgICAgICAgICAgICAgICAgICAgIDxwIGNsYXNzPVwidGV4dFwiPnt7IHRleHQgfX08L3A+XG4gICAgICAgICAgICAgICAgICAgICAgICB9XG4gICAgICAgICAgICAgICAgICAgICAgICBAaWYgKGJ1dHRvbikge1xuICAgICAgICAgICAgICAgICAgICAgICAgICAgIDxkaXYgY2xhc3M9XCJidG5zX19ib3ggYWxpZ24tLWNlbnRlclwiPlxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICA8YVxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgW2F0dHIuYXJpYS1sYWJlbF09XCJidXR0b24ubGFiZWxcIlxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgW2hyZWZdPVwiYnV0dG9uLnVybFwiXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICBbbGlua1R5cGVdPVwiYnV0dG9uLmxpbmtUeXBlXCJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIGNsYXNzPVwiYnRuIGJ0bl9wcmltYXJ5IGJ0bi0tbGlnaHRcIlxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgPnt7IGJ1dHRvbi5sYWJlbCB9fTwvYVxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICA+XG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgPC9kaXY+XG4gICAgICAgICAgICAgICAgICAgICAgICB9XG4gICAgICAgICAgICAgICAgICAgIDwvZGl2PlxuICAgICAgICAgICAgICAgIDwvZGl2PlxuICAgICAgICAgICAgPC9kaXY+XG4gICAgICAgIDwvZGl2PlxuICAgIDwvZGl2PlxuPC9zZWN0aW9uPlxuIl19
|
|
9
|
+
args: [{ selector: 'lib-babylon-info-big', standalone: true, imports: [], template: " \n<section class=\"babylon__infoImgBig\"> \n <div class=\"babylon__infoImgBig--content margin-main\" >\n <div class=\"babylon__infoImgBig--boxImg\" > \n <figure class=\"\" role=\"img\" style=\"background-image:url('https://dummyimage.com/1800x1500/CCCCCC/ffffff');\"></figure>\n <figure class=\"figure-small\" role=\"img\" style=\"background-image:url('https://dummyimage.com/150x150/19314b/ffffff');\"></figure>\n </div>\n <div class=\"babylon__infoImgBig--boxInfo \"> \n <div class=\"row justify-content-center align-items-center\"> \n <div class=\" col-lg-8\"> \n <div class=\"intro_info intro_info--light align--center no-align\"> \n <h4 class=\"pretitle-top\">Info img big</h4>\n <h2 class=\"title mb-4\">Seaclub Alcudia Mediterranean Resort est\u00E1 compuesto por villas de estilo mediterr\u00E1neo distribuidas por unos extensos jardines con piscinas</h2>\n <p class=\"text\">Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo.</p>\n <div class=\"btns__box align--center\">\n <div class=\"btn btn_primary btn--light\">Saber mas</div>\n </div>\n </div> \n </div>\n </div>\n </div>\n </div>\n</section>\n\n ", styles: [":root{--font-title: \"the-seasons\", Helvetica, sans-serif;--font-pretitle: \"Poppins\", Helvetica, sans-serif;--font-text: \"Poppins\", Helvetica, sans-serif;--font-claim: \"turbinado-pro\", Helvetica, sans-serif;--cl_corp: #24262d;--cl_accent: #aa8453;--cl_icon: #978667;--cl_icon-light: #fff;--cl_border-light: #ededed;--cl_border-dark: #d9e1e6;--cl_shadow: rgba(0, 0, 0, .1);--cl_breadcrumb: #24262d;--cl_breadcrumb-hover: #978667;--cl_preload-bg: #ededed;--cl_preload: #24262d;--cl_background_body: #fdfbf8;--cl_background_white: #fff;--cl_background_dark: #19314b;--cl_background_gray: #eee;--cl_background_dark-opacity: #19314bbf;--cl_title: #978667;--cl_subtitle: #19314b;--cl_pretitle: #19314b;--cl_text: #3c3b3b;--cl_title-light: #fff;--cl_subtitle-light: #fff;--cl_pretitle-light: #fff;--cl_text-light: #fff;--w_title: 600;--w_text: 300;--w_subtitle: 300;--w_pretitle: 300;--cl_header-bg: #494949;--cl_header-text-light: #fff;--cl_menu-bg: #19314b;--cl_menu-text: #fff;--cl_submenu-bg: #19314b;--cl_submenu-text: #fff;--cl_submenu-hover: #978667;--w_btn: 400;--cl_btn-box: #19314b;--cl_btn-box-text: #19314b;--cl_btn-box-hover: #978667;--cl_btn-box-text-hover: #fff;--cl_btn-call: #19314bf2;--cl_btn-call-text: white;--cl_btn-call-hover: #978667;--cl_btn-call-text-hover: #fff;--cl_btn-link: #19314b;--cl_btn-link-hover: #978667;--cl_btn-arrow: #19314b;--cl_btn-arrow-icon: #fff;--cl_btn-arrow-hover: #978667;--cl_btn-arrow-icon-hover: #fff;--cl_btn-dots: #24262d;--cl_btn-dots-active: #978667;--cl_btn-dots-hover: #978667;--cl_btn-light: #fff;--cl_btn-light-text: #fff;--cl_btn-light-hover: #978667;--cl_btn-light-text-hover: #978667;--cl_footer-bg: #19314b;--cl_footer-bg-bottom: #0a1d31;--cl_footer-scroll: #978667;--cl_footer-text: #fff;--cl_footer-text-hover: #978667;--btn_radius: 5px;--img_radius: 5px;--img_border: #fff;--img_border-whidth: 1px;--cl_engine-bg: #fff;--cl_engine-bg-dark: #19314b;--cl_engine-input-bg: #47474724;--cl_engine-input-bg-select: #ebebeb;--cl_engine-input-bg-hover: #081523;--cl_engine-text: #19314b;--cl_dropdown: #19314b;--cl_dropdown-text: #5a5a5a;--cl_dropdown-hover: #19314b;--cl_dropdown-radius: 20px;--cl_newsletter-input-background: #d1d1d1;--cl_newsletter-input-text: #5a5a5a;--cl_desde: #bcbbc3;--cl_price: #19314b;--cl_badget: #ff8874;--cl_badget-text: #fff}.cs_dark{--cl_corp: #181818;--cl_accent: #aa8453;--cl_icon: #aa8453;--cl_icon-light: #fff;--cl_border-light: #ededed;--cl_border-dark: #d9e1e6;--cl_shadow: rgba(0, 0, 0, .1);--cl_breadcrumb: #fff;--cl_breadcrumb-hover: #aa8453;--cl_preload-bg: #ededed;--cl_preload: #24262d;--cl_background_body: #181818;--cl_background_white: transparent;--cl_background_dark: #aa8453;--cl_background_gray: #333;--cl_title: #fff;--cl_subtitle: #aa8453;--cl_pretitle: #aa8453;--cl_text: #fff;--cl_title-light: #fff;--cl_subtitle-light: #fff;--cl_pretitle-light: #fff;--cl_text-light: #fff;--cl_header-bg: #aa8453;--cl_header-text-light: #fff;--cl_menu-bg: #79582c;--cl_menu-text: #fff;--cl_btn-box: #aa8453;--cl_btn-box-text: #aa8453;--cl_btn-box-hover: #79582c;--cl_btn-box-text-hover: #fff;--cl_btn-call: #aa8453;--cl_btn-call-text: white;--cl_btn-call-hover: #79582c;--cl_btn-call-text-hover: #fff;--cl_btn-link: #aa8453;--cl_btn-link-hover: #79582c;--cl_btn-arrow: #ffffff3a;--cl_btn-arrow-icon: #fff;--cl_btn-arrow-hover: #79582c;--cl_btn-arrow-icon-hover: #fff;--cl_btn-dots: #eee;--cl_btn-dots-active: #79582c;--cl_btn-dots-hover: #79582c;--cl_btn-light: #fff;--cl_btn-light-text: #fff;--cl_btn-light-hover: #79582c;--cl_btn-light-text-hover: #79582c;--cl_footer-bg: #aa8453;--cl_footer-bg-bottom: #79582c;--cl_footer-scroll: #aa8453;--cl_footer-text: #fff;--cl_footer-text-hover: #aa8453;--btn_radius: 1px;--img_radius: 0px;--img_border: #fff;--img_border-whidth: 2px;--cl_engine-bg: #181818;--cl_engine-input-bg: #79582c;--cl_engine-input-bg-hover: #081523;--cl_engine-text: #fff;--cl_dropdown: #19314b;--cl_dropdown-text: #5a5a5a;--cl_dropdown-hover: #19314b;--cl_dropdown-radius: 20px;--cl_newsletter-input-background: #d1d1d1;--cl_newsletter-input-text: #5a5a5a}.mt--0{margin-top:0!important}.mb--0{margin-bottom:0!important}.mr--0{margin-right:0!important}.ml--0{margin-left:0!important}.pt--0{padding-top:0}.pb--0{padding-bottom:0}.pl--0{padding-left:0!important}.mblock--0{margin-block:0px}.pblock--0{padding-block:0px}.mt--10{margin-top:10px!important}.mb--10{margin-bottom:10px!important}.mr--10{margin-right:10px!important}.ml--10{margin-left:10px!important}.pt--10{padding-top:10px}.pb--10{padding-bottom:10px}.pl--10{padding-left:10px!important}.mblock--10{margin-block:10px}.pblock--10{padding-block:10px}.mt--20{margin-top:20px!important}.mb--20{margin-bottom:20px!important}.mr--20{margin-right:20px!important}.ml--20{margin-left:20px!important}.pt--20{padding-top:20px}.pb--20{padding-bottom:20px}.pl--20{padding-left:20px!important}.mblock--20{margin-block:20px}.pblock--20{padding-block:20px}.mt--25{margin-top:25px!important}.mb--25{margin-bottom:25px!important}.mr--25{margin-right:25px!important}.ml--25{margin-left:25px!important}.pt--25{padding-top:25px}.pb--25{padding-bottom:25px}.pl--25{padding-left:25px!important}.mblock--25{margin-block:25px}.pblock--25{padding-block:25px}.mt--30{margin-top:30px!important}.mb--30{margin-bottom:30px!important}.mr--30{margin-right:30px!important}.ml--30{margin-left:30px!important}.pt--30{padding-top:30px}.pb--30{padding-bottom:30px}.pl--30{padding-left:30px!important}.mblock--30{margin-block:30px}.pblock--30{padding-block:30px}.mt--40{margin-top:40px!important}.mb--40{margin-bottom:40px!important}.mr--40{margin-right:40px!important}.ml--40{margin-left:40px!important}.pt--40{padding-top:40px}.pb--40{padding-bottom:40px}.pl--40{padding-left:40px!important}.mblock--40{margin-block:40px}.pblock--40{padding-block:40px}.mt--50{margin-top:50px!important}.mb--50{margin-bottom:50px!important}.mr--50{margin-right:50px!important}.ml--50{margin-left:50px!important}.pt--50{padding-top:50px}.pb--50{padding-bottom:50px}.pl--50{padding-left:50px!important}.mblock--50{margin-block:50px}.pblock--50{padding-block:50px}.mt--60{margin-top:60px!important}.mb--60{margin-bottom:60px!important}.mr--60{margin-right:60px!important}.ml--60{margin-left:60px!important}.pt--60{padding-top:60px}.pb--60{padding-bottom:60px}.pl--60{padding-left:60px!important}.mblock--60{margin-block:60px}.pblock--60{padding-block:60px}.mt--70{margin-top:70px!important}.mb--70{margin-bottom:70px!important}.mr--70{margin-right:70px!important}.ml--70{margin-left:70px!important}.pt--70{padding-top:70px}.pb--70{padding-bottom:70px}.pl--70{padding-left:70px!important}.mblock--70{margin-block:70px}.pblock--70{padding-block:70px}.mt--80{margin-top:80px!important}.mb--80{margin-bottom:80px!important}.mr--80{margin-right:80px!important}.ml--80{margin-left:80px!important}.pt--80{padding-top:80px}.pb--80{padding-bottom:80px}.pl--80{padding-left:80px!important}.mblock--80{margin-block:80px}.pblock--80{padding-block:80px}.mt--90{margin-top:90px!important}.mb--90{margin-bottom:90px!important}.mr--90{margin-right:90px!important}.ml--90{margin-left:90px!important}.pt--90{padding-top:90px}.pb--90{padding-bottom:90px}.pl--90{padding-left:90px!important}.mblock--90{margin-block:90px}.pblock--90{padding-block:90px}.mt--100{margin-top:100px!important}.mb--100{margin-bottom:100px!important}.mr--100{margin-right:100px!important}.ml--100{margin-left:100px!important}.pt--100{padding-top:100px}.pb--100{padding-bottom:100px}.pl--100{padding-left:100px!important}.mblock--100{margin-block:100px}.pblock--100{padding-block:100px}.babylon__infoImgBig{margin-top:6rem}.babylon__infoImgBig--content{position:relative}.babylon__infoImgBig--boxImg{min-height:1000px;margin-top:6rem}.babylon__infoImgBig--boxImg figure{position:absolute;z-index:1;top:0;left:0;width:100%;height:100%;background-size:cover;background-position:50% 50%;background-repeat:no-repeat;background-attachment:fixed}.babylon__infoImgBig--boxImg .figure-small{width:134px;height:134px;border-radius:100%;position:absolute;left:50%;transform:translate(-50%);top:-75px;border:5px solid #fff}@media (min-width: 1200px){.babylon__infoImgBig--boxImg{min-height:1500px}}.babylon__infoImgBig--boxInfo{position:absolute;left:0;top:6rem;width:100%;z-index:1}.babylon__infoImgBig .row{margin:0}\n"] }]
|
|
10
|
+
}] });
|
|
11
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYmFieWxvbi1pbmZvLWJpZy5jb21wb25lbnQuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9iYWJ5bG9uL3NyYy9saWIvY29tcG9uZW50cy9jb3JlL2JhYnlsb24taW5mby1iaWcvYmFieWxvbi1pbmZvLWJpZy5jb21wb25lbnQudHMiLCIuLi8uLi8uLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9iYWJ5bG9uL3NyYy9saWIvY29tcG9uZW50cy9jb3JlL2JhYnlsb24taW5mby1iaWcvYmFieWxvbi1pbmZvLWJpZy5jb21wb25lbnQuaHRtbCJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQUUsU0FBUyxFQUFFLE1BQU0sZUFBZSxDQUFDOztBQVMxQyxNQUFNLE9BQU8sdUJBQXVCOytHQUF2Qix1QkFBdUI7bUdBQXZCLHVCQUF1QixnRkNUcEMsNGlEQXdCQzs7NEZEZlksdUJBQXVCO2tCQVBuQyxTQUFTOytCQUNFLHNCQUFzQixjQUNwQixJQUFJLFdBQ1AsRUFBRSIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IENvbXBvbmVudCB9IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xuXG5AQ29tcG9uZW50KHtcbiAgc2VsZWN0b3I6ICdsaWItYmFieWxvbi1pbmZvLWJpZycsXG4gIHN0YW5kYWxvbmU6IHRydWUsXG4gIGltcG9ydHM6IFtdLFxuICB0ZW1wbGF0ZVVybDogJy4vYmFieWxvbi1pbmZvLWJpZy5jb21wb25lbnQuaHRtbCcsXG4gIHN0eWxlVXJsOiAnLi9iYWJ5bG9uLWluZm8tYmlnLmNvbXBvbmVudC5zY3NzJ1xufSlcbmV4cG9ydCBjbGFzcyBCYWJ5bG9uSW5mb0JpZ0NvbXBvbmVudCB7XG5cbn1cbiIsIiBcbjxzZWN0aW9uIGNsYXNzPVwiYmFieWxvbl9faW5mb0ltZ0JpZ1wiPiBcbiAgICA8ZGl2IGNsYXNzPVwiYmFieWxvbl9faW5mb0ltZ0JpZy0tY29udGVudCAgbWFyZ2luLW1haW5cIiAgPlxuICAgICAgICA8ZGl2IGNsYXNzPVwiYmFieWxvbl9faW5mb0ltZ0JpZy0tYm94SW1nXCIgPiBcbiAgICAgICAgICAgIDxmaWd1cmUgY2xhc3M9XCJcIiByb2xlPVwiaW1nXCIgICBzdHlsZT1cImJhY2tncm91bmQtaW1hZ2U6dXJsKCdodHRwczovL2R1bW15aW1hZ2UuY29tLzE4MDB4MTUwMC9DQ0NDQ0MvZmZmZmZmJyk7XCI+PC9maWd1cmU+XG4gICAgICAgICAgICA8ZmlndXJlIGNsYXNzPVwiZmlndXJlLXNtYWxsXCIgcm9sZT1cImltZ1wiICAgc3R5bGU9XCJiYWNrZ3JvdW5kLWltYWdlOnVybCgnaHR0cHM6Ly9kdW1teWltYWdlLmNvbS8xNTB4MTUwLzE5MzE0Yi9mZmZmZmYnKTtcIj48L2ZpZ3VyZT5cbiAgICAgICAgPC9kaXY+XG4gICAgICAgIDxkaXYgY2xhc3M9XCJiYWJ5bG9uX19pbmZvSW1nQmlnLS1ib3hJbmZvICBcIj4gIFxuICAgICAgICAgICAgPGRpdiBjbGFzcz1cInJvdyBqdXN0aWZ5LWNvbnRlbnQtY2VudGVyIGFsaWduLWl0ZW1zLWNlbnRlclwiPiBcbiAgICAgICAgICAgICAgICA8ZGl2IGNsYXNzPVwiIGNvbC1sZy04XCI+ICBcbiAgICAgICAgICAgICAgICAgICAgPGRpdiBjbGFzcz1cImludHJvX2luZm8gaW50cm9faW5mby0tbGlnaHQgYWxpZ24tLWNlbnRlciBuby1hbGlnblwiPiAgXG4gICAgICAgICAgICAgICAgICAgICAgICA8aDQgY2xhc3M9XCJwcmV0aXRsZS10b3BcIj5JbmZvIGltZyBiaWc8L2g0PlxuICAgICAgICAgICAgICAgICAgICAgICAgPGgyIGNsYXNzPVwidGl0bGUgbWItNFwiPlNlYWNsdWIgQWxjdWRpYSBNZWRpdGVycmFuZWFuIFJlc29ydCBlc3TDoSBjb21wdWVzdG8gcG9yIHZpbGxhcyBkZSBlc3RpbG8gIG1lZGl0ZXJyw6FuZW8gZGlzdHJpYnVpZGFzIHBvciB1bm9zIGV4dGVuc29zIGphcmRpbmVzIGNvbiBwaXNjaW5hczwvaDI+XG4gICAgICAgICAgICAgICAgICAgICAgICA8cCBjbGFzcz1cInRleHRcIj5TZWQgdXQgcGVyc3BpY2lhdGlzIHVuZGUgb21uaXMgaXN0ZSBuYXR1cyBlcnJvciBzaXQgdm9sdXB0YXRlbSBhY2N1c2FudGl1bSBkb2xvcmVtcXVlIGxhdWRhbnRpdW0sIHRvdGFtIHJlbSBhcGVyaWFtLCBlYXF1ZSBpcHNhIHF1YWUgYWIgaWxsbyBpbnZlbnRvcmUgdmVyaXRhdGlzIGV0IHF1YXNpIGFyY2hpdGVjdG8gYmVhdGFlIHZpdGFlIGRpY3RhIHN1bnQgZXhwbGljYWJvLjwvcD5cbiAgICAgICAgICAgICAgICAgICAgICAgIDxkaXYgY2xhc3M9XCJidG5zX19ib3ggIGFsaWduLS1jZW50ZXJcIj5cbiAgICAgICAgICAgICAgICAgICAgICAgICAgICA8ZGl2IGNsYXNzPVwiYnRuIGJ0bl9wcmltYXJ5IGJ0bi0tbGlnaHRcIj5TYWJlciBtYXM8L2Rpdj5cbiAgICAgICAgICAgICAgICAgICAgICAgIDwvZGl2PlxuICAgICAgICAgICAgICAgICAgICA8L2Rpdj4gXG4gICAgICAgICAgICAgICAgPC9kaXY+XG4gICAgICAgICAgICA8L2Rpdj5cbiAgICAgICAgPC9kaXY+XG4gICAgPC9kaXY+XG48L3NlY3Rpb24+XG5cbiAiXX0=
|
|
@@ -0,0 +1,61 @@
|
|
|
1
|
+
import { Component } from '@angular/core';
|
|
2
|
+
import { SwapOnReloadDirective } from '../../../directives/images/swap-on-reload.directive';
|
|
3
|
+
import * as i0 from "@angular/core";
|
|
4
|
+
export class BabylonInfoBigV2Component {
|
|
5
|
+
constructor(el, renderer) {
|
|
6
|
+
this.el = el;
|
|
7
|
+
this.renderer = renderer;
|
|
8
|
+
}
|
|
9
|
+
ngAfterViewInit() {
|
|
10
|
+
this.shuffleBackgroundPairs('.swapOnReload');
|
|
11
|
+
}
|
|
12
|
+
/** Versión Angular del shuffleBackgroundPairs */
|
|
13
|
+
shuffleBackgroundPairs(selector) {
|
|
14
|
+
const root = this.el.nativeElement;
|
|
15
|
+
const nodes = root.querySelectorAll(selector);
|
|
16
|
+
nodes.forEach((node, idx) => {
|
|
17
|
+
const raw = node.getAttribute('data-pairs');
|
|
18
|
+
if (!raw)
|
|
19
|
+
return;
|
|
20
|
+
let pairs = null;
|
|
21
|
+
try {
|
|
22
|
+
pairs = JSON.parse(raw);
|
|
23
|
+
}
|
|
24
|
+
catch {
|
|
25
|
+
// Si el JSON viniera con comillas simples, puedes normalizar:
|
|
26
|
+
try {
|
|
27
|
+
pairs = JSON.parse(raw.replace(/'/g, '"'));
|
|
28
|
+
}
|
|
29
|
+
catch {
|
|
30
|
+
pairs = null;
|
|
31
|
+
}
|
|
32
|
+
}
|
|
33
|
+
if (!Array.isArray(pairs) || pairs.length === 0)
|
|
34
|
+
return;
|
|
35
|
+
// Clave para recordar el último fondo (usa id si existe; si no, el índice)
|
|
36
|
+
const storageKey = `lastBgPair-${node.id || idx}`;
|
|
37
|
+
const lastImage = localStorage.getItem(storageKey) || '';
|
|
38
|
+
// Elige evitando repetir la última imagen si hay más de una opción
|
|
39
|
+
let pool = pairs;
|
|
40
|
+
if (pairs.length > 1 && lastImage) {
|
|
41
|
+
const filtered = pairs.filter((p) => p.image !== lastImage);
|
|
42
|
+
pool = filtered.length ? filtered : pairs; // por si todas coinciden
|
|
43
|
+
}
|
|
44
|
+
const chosen = pool[Math.floor(Math.random() * pool.length)];
|
|
45
|
+
// Aplica estilos
|
|
46
|
+
this.renderer.setStyle(node, 'background-image', `url(${chosen.image})`);
|
|
47
|
+
this.renderer.setStyle(node, 'background-color', chosen.color);
|
|
48
|
+
this.renderer.setStyle(node, 'background-size', 'cover'); // opcional
|
|
49
|
+
this.renderer.setStyle(node, 'background-position', 'center'); // opcional
|
|
50
|
+
// Recuerda la última imagen usada
|
|
51
|
+
localStorage.setItem(storageKey, chosen.image);
|
|
52
|
+
});
|
|
53
|
+
}
|
|
54
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: BabylonInfoBigV2Component, deps: [{ token: i0.ElementRef }, { token: i0.Renderer2 }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
55
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.12", type: BabylonInfoBigV2Component, isStandalone: true, selector: "lib-babylon-info-big-v2", ngImport: i0, template: "<section\n id=\"destino-hero\"\n class=\"destino\"\n swapOnReload\n data-pairs='[\n {\"image\": \"/assets/babylon/images/img-22.webp\", \"color\": \"#708EC0\"},\n {\"image\": \"/assets/babylon/images/img-23.webp\", \"color\": \"#0861A3\"}\n ]'\n>\n <div class=\"container\">\n <div class=\"destino__inner\">\n <div class=\"destino__heading\">\n <span class=\"destino__title\">UN ENTORNO BLANCO</span>\n <h2>Formentera, una isla con alma</h2>\n </div>\n <div class=\"destino__graphic\">\n <svg\n aria-hidden=\"true\"\n focusable=\"false\"\n class=\"destino__graphic--img\"\n >\n <use\n href=\"/assets/babylon/svg/island-formentera.svg#island-formentera\"\n ></use>\n </svg>\n </div>\n <div class=\"destino__content\">\n <p>\n Les invitamos a descubrir un lugar fant\u00E1stico en el que las\n sensaciones se viven de manera diferente, mucho m\u00E1s\n relajados y con la vista puesta en el horizonte, les\n invitamos a descubrir Formentera, una isla \u00FAnica.\n </p>\n <div class=\"btn__group\">\n <a href=\"\" class=\"btn btn__white\"\n ><span>Ver Destino</span></a\n >\n </div>\n </div>\n </div>\n <span class=\"destino__bottom-text\"\n >\u201Cvive el paraiso y siente la calma\u201D</span\n >\n </div>\n</section>\n", styles: [":root{--font-title: \"the-seasons\", Helvetica, sans-serif;--font-pretitle: \"Poppins\", Helvetica, sans-serif;--font-text: \"Poppins\", Helvetica, sans-serif;--font-claim: \"turbinado-pro\", Helvetica, sans-serif;--cl_corp: #24262d;--cl_accent: #aa8453;--cl_icon: #978667;--cl_icon-light: #fff;--cl_border-light: #ededed;--cl_border-dark: #d9e1e6;--cl_shadow: rgba(0, 0, 0, .1);--cl_breadcrumb: #24262d;--cl_breadcrumb-hover: #978667;--cl_preload-bg: #ededed;--cl_preload: #24262d;--cl_background_body: #fdfbf8;--cl_background_white: #fff;--cl_background_dark: #19314b;--cl_background_gray: #eee;--cl_background_dark-opacity: #19314bbf;--cl_title: #978667;--cl_subtitle: #19314b;--cl_pretitle: #19314b;--cl_text: #3c3b3b;--cl_title-light: #fff;--cl_subtitle-light: #fff;--cl_pretitle-light: #fff;--cl_text-light: #fff;--w_title: 600;--w_text: 300;--w_subtitle: 300;--w_pretitle: 300;--cl_header-bg: #494949;--cl_header-text-light: #fff;--cl_menu-bg: #19314b;--cl_menu-text: #fff;--cl_submenu-bg: #19314b;--cl_submenu-text: #fff;--cl_submenu-hover: #978667;--w_btn: 400;--cl_btn-box: #19314b;--cl_btn-box-text: #19314b;--cl_btn-box-hover: #978667;--cl_btn-box-text-hover: #fff;--cl_btn-call: #19314bf2;--cl_btn-call-text: white;--cl_btn-call-hover: #978667;--cl_btn-call-text-hover: #fff;--cl_btn-link: #19314b;--cl_btn-link-hover: #978667;--cl_btn-arrow: #19314b;--cl_btn-arrow-icon: #fff;--cl_btn-arrow-hover: #978667;--cl_btn-arrow-icon-hover: #fff;--cl_btn-dots: #24262d;--cl_btn-dots-active: #978667;--cl_btn-dots-hover: #978667;--cl_btn-light: #fff;--cl_btn-light-text: #fff;--cl_btn-light-hover: #978667;--cl_btn-light-text-hover: #978667;--cl_footer-bg: #19314b;--cl_footer-bg-bottom: #0a1d31;--cl_footer-scroll: #978667;--cl_footer-text: #fff;--cl_footer-text-hover: #978667;--btn_radius: 5px;--img_radius: 5px;--img_border: #fff;--img_border-whidth: 1px;--cl_engine-bg: #fff;--cl_engine-bg-dark: #19314b;--cl_engine-input-bg: #47474724;--cl_engine-input-bg-select: #ebebeb;--cl_engine-input-bg-hover: #081523;--cl_engine-text: #19314b;--cl_dropdown: #19314b;--cl_dropdown-text: #5a5a5a;--cl_dropdown-hover: #19314b;--cl_dropdown-radius: 20px;--cl_newsletter-input-background: #d1d1d1;--cl_newsletter-input-text: #5a5a5a;--cl_desde: #bcbbc3;--cl_price: #19314b;--cl_badget: #ff8874;--cl_badget-text: #fff}.cs_dark{--cl_corp: #181818;--cl_accent: #aa8453;--cl_icon: #aa8453;--cl_icon-light: #fff;--cl_border-light: #ededed;--cl_border-dark: #d9e1e6;--cl_shadow: rgba(0, 0, 0, .1);--cl_breadcrumb: #fff;--cl_breadcrumb-hover: #aa8453;--cl_preload-bg: #ededed;--cl_preload: #24262d;--cl_background_body: #181818;--cl_background_white: transparent;--cl_background_dark: #aa8453;--cl_background_gray: #333;--cl_title: #fff;--cl_subtitle: #aa8453;--cl_pretitle: #aa8453;--cl_text: #fff;--cl_title-light: #fff;--cl_subtitle-light: #fff;--cl_pretitle-light: #fff;--cl_text-light: #fff;--cl_header-bg: #aa8453;--cl_header-text-light: #fff;--cl_menu-bg: #79582c;--cl_menu-text: #fff;--cl_btn-box: #aa8453;--cl_btn-box-text: #aa8453;--cl_btn-box-hover: #79582c;--cl_btn-box-text-hover: #fff;--cl_btn-call: #aa8453;--cl_btn-call-text: white;--cl_btn-call-hover: #79582c;--cl_btn-call-text-hover: #fff;--cl_btn-link: #aa8453;--cl_btn-link-hover: #79582c;--cl_btn-arrow: #ffffff3a;--cl_btn-arrow-icon: #fff;--cl_btn-arrow-hover: #79582c;--cl_btn-arrow-icon-hover: #fff;--cl_btn-dots: #eee;--cl_btn-dots-active: #79582c;--cl_btn-dots-hover: #79582c;--cl_btn-light: #fff;--cl_btn-light-text: #fff;--cl_btn-light-hover: #79582c;--cl_btn-light-text-hover: #79582c;--cl_footer-bg: #aa8453;--cl_footer-bg-bottom: #79582c;--cl_footer-scroll: #aa8453;--cl_footer-text: #fff;--cl_footer-text-hover: #aa8453;--btn_radius: 1px;--img_radius: 0px;--img_border: #fff;--img_border-whidth: 2px;--cl_engine-bg: #181818;--cl_engine-input-bg: #79582c;--cl_engine-input-bg-hover: #081523;--cl_engine-text: #fff;--cl_dropdown: #19314b;--cl_dropdown-text: #5a5a5a;--cl_dropdown-hover: #19314b;--cl_dropdown-radius: 20px;--cl_newsletter-input-background: #d1d1d1;--cl_newsletter-input-text: #5a5a5a}.mt--0{margin-top:0!important}.mb--0{margin-bottom:0!important}.mr--0{margin-right:0!important}.ml--0{margin-left:0!important}.pt--0{padding-top:0}.pb--0{padding-bottom:0}.pl--0{padding-left:0!important}.mblock--0{margin-block:0px}.pblock--0{padding-block:0px}.mt--10{margin-top:10px!important}.mb--10{margin-bottom:10px!important}.mr--10{margin-right:10px!important}.ml--10{margin-left:10px!important}.pt--10{padding-top:10px}.pb--10{padding-bottom:10px}.pl--10{padding-left:10px!important}.mblock--10{margin-block:10px}.pblock--10{padding-block:10px}.mt--20{margin-top:20px!important}.mb--20{margin-bottom:20px!important}.mr--20{margin-right:20px!important}.ml--20{margin-left:20px!important}.pt--20{padding-top:20px}.pb--20{padding-bottom:20px}.pl--20{padding-left:20px!important}.mblock--20{margin-block:20px}.pblock--20{padding-block:20px}.mt--25{margin-top:25px!important}.mb--25{margin-bottom:25px!important}.mr--25{margin-right:25px!important}.ml--25{margin-left:25px!important}.pt--25{padding-top:25px}.pb--25{padding-bottom:25px}.pl--25{padding-left:25px!important}.mblock--25{margin-block:25px}.pblock--25{padding-block:25px}.mt--30{margin-top:30px!important}.mb--30{margin-bottom:30px!important}.mr--30{margin-right:30px!important}.ml--30{margin-left:30px!important}.pt--30{padding-top:30px}.pb--30{padding-bottom:30px}.pl--30{padding-left:30px!important}.mblock--30{margin-block:30px}.pblock--30{padding-block:30px}.mt--40{margin-top:40px!important}.mb--40{margin-bottom:40px!important}.mr--40{margin-right:40px!important}.ml--40{margin-left:40px!important}.pt--40{padding-top:40px}.pb--40{padding-bottom:40px}.pl--40{padding-left:40px!important}.mblock--40{margin-block:40px}.pblock--40{padding-block:40px}.mt--50{margin-top:50px!important}.mb--50{margin-bottom:50px!important}.mr--50{margin-right:50px!important}.ml--50{margin-left:50px!important}.pt--50{padding-top:50px}.pb--50{padding-bottom:50px}.pl--50{padding-left:50px!important}.mblock--50{margin-block:50px}.pblock--50{padding-block:50px}.mt--60{margin-top:60px!important}.mb--60{margin-bottom:60px!important}.mr--60{margin-right:60px!important}.ml--60{margin-left:60px!important}.pt--60{padding-top:60px}.pb--60{padding-bottom:60px}.pl--60{padding-left:60px!important}.mblock--60{margin-block:60px}.pblock--60{padding-block:60px}.mt--70{margin-top:70px!important}.mb--70{margin-bottom:70px!important}.mr--70{margin-right:70px!important}.ml--70{margin-left:70px!important}.pt--70{padding-top:70px}.pb--70{padding-bottom:70px}.pl--70{padding-left:70px!important}.mblock--70{margin-block:70px}.pblock--70{padding-block:70px}.mt--80{margin-top:80px!important}.mb--80{margin-bottom:80px!important}.mr--80{margin-right:80px!important}.ml--80{margin-left:80px!important}.pt--80{padding-top:80px}.pb--80{padding-bottom:80px}.pl--80{padding-left:80px!important}.mblock--80{margin-block:80px}.pblock--80{padding-block:80px}.mt--90{margin-top:90px!important}.mb--90{margin-bottom:90px!important}.mr--90{margin-right:90px!important}.ml--90{margin-left:90px!important}.pt--90{padding-top:90px}.pb--90{padding-bottom:90px}.pl--90{padding-left:90px!important}.mblock--90{margin-block:90px}.pblock--90{padding-block:90px}.mt--100{margin-top:100px!important}.mb--100{margin-bottom:100px!important}.mr--100{margin-right:100px!important}.ml--100{margin-left:100px!important}.pt--100{padding-top:100px}.pb--100{padding-bottom:100px}.pl--100{padding-left:100px!important}.mblock--100{margin-block:100px}.pblock--100{padding-block:100px}.destino{background-position:center bottom;background-size:100%;background-repeat:no-repeat;padding-block:5rem 29.1rem;color:#fff;position:relative}@media (min-width: 540px){.destino{padding-block:6rem 39.7rem}}@media (min-width: 768px){.destino{padding-block:8rem 55.1rem}}@media (min-width: 1024px){.destino{padding-bottom:75.7rem}}@media (min-width: 1280px){.destino{padding-block:7rem 10rem;aspect-ratio:1280/952;width:100%;background-size:contain;background-position:bottom}}@media (min-width: 1680px){.destino{padding-block:9rem 14rem;max-height:115.7rem}}@media (min-width: 1800px){.destino{max-height:124rem}}@media (min-width: 1900px){.destino{max-height:129rem}}.destino__inner{display:flex;flex-direction:column;align-items:center;gap:3rem;position:relative}@media (min-width: 540px){.destino__inner{gap:4rem}}@media (min-width: 768px){.destino__inner{gap:5rem}}@media (min-width: 1280px){.destino__inner{flex-direction:row;justify-content:space-between;align-items:flex-start}}.destino__inner .destino__heading{display:flex;flex-direction:column;gap:3rem;margin-inline:-1.4rem}@media (min-width: 540px){.destino__inner .destino__heading{gap:4rem;margin-inline:0;width:41.8rem}}@media (min-width: 768px){.destino__inner .destino__heading{gap:5rem;width:51.8rem}}@media (min-width: 1280px){.destino__inner .destino__heading{gap:4rem;width:38.4rem}}@media (min-width: 1680px){.destino__inner .destino__heading{gap:5rem;width:44.7rem}}.destino__inner .destino__heading h2{text-align:center;color:#fff;font-size:4.6rem;line-height:1}@media (min-width: 540px){.destino__inner .destino__heading h2{font-size:6.4rem;line-height:1}}@media (min-width: 768px){.destino__inner .destino__heading h2{font-size:8rem;line-height:1}}@media (min-width: 1280px){.destino__inner .destino__heading h2{text-align:left}}@media (min-width: 1680px){.destino__inner .destino__heading h2{font-size:9rem;line-height:1}}.destino__inner .destino__title{text-align:center;text-transform:uppercase;font-weight:500;font-size:1.4rem;line-height:1;letter-spacing:.084rem}@media (min-width: 540px){.destino__inner .destino__title{font-size:1.4rem;line-height:1.4285714286;letter-spacing:.21rem}}@media (min-width: 768px){.destino__inner .destino__title{font-size:1.7rem;line-height:1.2941176471;letter-spacing:.17rem}}@media (min-width: 1280px){.destino__inner .destino__title{font-size:1.8rem;line-height:1;letter-spacing:.36rem;padding-right:.4rem;text-align:right}}@media (min-width: 1680px){.destino__inner .destino__title{padding-right:1.9rem}}.destino__inner .destino__graphic{aspect-ratio:62/61;width:6.2rem;position:relative;margin-inline:auto}@media (min-width: 540px){.destino__inner .destino__graphic{width:7rem}}@media (min-width: 768px){.destino__inner .destino__graphic{width:9rem}}@media (min-width: 1280px){.destino__inner .destino__graphic{top:9.1rem;left:50%;transform:translate(-50%);position:absolute}}@media (min-width: 1680px){.destino__inner .destino__graphic{top:10.5rem}}.destino__inner .destino__graphic svg{width:100%;height:100%;top:0;left:0;position:absolute}.destino__inner .destino__content{display:flex;flex-direction:column;text-align:center;justify-content:center;gap:3rem;width:30rem}@media (min-width: 540px){.destino__inner .destino__content{gap:4rem;width:39.2rem}}@media (min-width: 768px){.destino__inner .destino__content{gap:5rem;width:52.8rem}}@media (min-width: 1280px){.destino__inner .destino__content{text-align:left;justify-content:flex-start;width:39.8rem;padding-top:5.1rem}}@media (min-width: 1680px){.destino__inner .destino__content{padding-top:6.1rem}}.destino__inner .destino__content p{font-size:1.6rem;line-height:1.5}@media (min-width: 540px){.destino__inner .destino__content p{font-size:1.8rem;line-height:1.5555555556}}@media (min-width: 768px){.destino__inner .destino__content p{font-size:2rem;line-height:1.6;letter-spacing:.04rem}}@media (min-width: 1280px){.destino__inner .destino__content p{font-size:2rem;line-height:1.7}}.destino__inner .destino__content .btn__group{transition:all .5s;justify-content:center}@media (min-width: 1024px){.destino__inner .destino__content .btn__group{opacity:0}}@media (min-width: 1280px){.destino__inner .destino__content .btn__group{justify-content:flex-start}}@media (min-width: 1024px){.destino__inner:hover .destino__content .btn__group{opacity:1}}.destino__bottom-text{position:absolute;left:50%;bottom:24rem;transform:translate(-50%);text-transform:uppercase;font-size:1.6rem;line-height:1;letter-spacing:.064rem;width:max-content;max-width:100%}@media (min-width: 540px){.destino__bottom-text{font-size:1.7rem;line-height:1;letter-spacing:.17rem;bottom:34.5rem}}@media (min-width: 768px){.destino__bottom-text{font-size:2rem;line-height:1;bottom:46.7rem}}@media (min-width: 1024px){.destino__bottom-text{bottom:61.8rem}}@media (min-width: 1280px){.destino__bottom-text{letter-spacing:.3rem;bottom:10rem}}@media (min-width: 1680px){.destino__bottom-text{bottom:14rem}}.destino__bottom--graphic{position:absolute;left:50%;bottom:-.1rem;aspect-ratio:2/1;transform:scaleY(-1) translate(-50%);width:6rem}@media (min-width: 540px){.destino__bottom--graphic{width:10rem}}\n"], dependencies: [{ kind: "directive", type: SwapOnReloadDirective, selector: "[swapOnReload]", inputs: ["swapOnReload", "bgStorageKey"] }] }); }
|
|
56
|
+
}
|
|
57
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: BabylonInfoBigV2Component, decorators: [{
|
|
58
|
+
type: Component,
|
|
59
|
+
args: [{ selector: 'lib-babylon-info-big-v2', standalone: true, imports: [SwapOnReloadDirective], template: "<section\n id=\"destino-hero\"\n class=\"destino\"\n swapOnReload\n data-pairs='[\n {\"image\": \"/assets/babylon/images/img-22.webp\", \"color\": \"#708EC0\"},\n {\"image\": \"/assets/babylon/images/img-23.webp\", \"color\": \"#0861A3\"}\n ]'\n>\n <div class=\"container\">\n <div class=\"destino__inner\">\n <div class=\"destino__heading\">\n <span class=\"destino__title\">UN ENTORNO BLANCO</span>\n <h2>Formentera, una isla con alma</h2>\n </div>\n <div class=\"destino__graphic\">\n <svg\n aria-hidden=\"true\"\n focusable=\"false\"\n class=\"destino__graphic--img\"\n >\n <use\n href=\"/assets/babylon/svg/island-formentera.svg#island-formentera\"\n ></use>\n </svg>\n </div>\n <div class=\"destino__content\">\n <p>\n Les invitamos a descubrir un lugar fant\u00E1stico en el que las\n sensaciones se viven de manera diferente, mucho m\u00E1s\n relajados y con la vista puesta en el horizonte, les\n invitamos a descubrir Formentera, una isla \u00FAnica.\n </p>\n <div class=\"btn__group\">\n <a href=\"\" class=\"btn btn__white\"\n ><span>Ver Destino</span></a\n >\n </div>\n </div>\n </div>\n <span class=\"destino__bottom-text\"\n >\u201Cvive el paraiso y siente la calma\u201D</span\n >\n </div>\n</section>\n", styles: [":root{--font-title: \"the-seasons\", Helvetica, sans-serif;--font-pretitle: \"Poppins\", Helvetica, sans-serif;--font-text: \"Poppins\", Helvetica, sans-serif;--font-claim: \"turbinado-pro\", Helvetica, sans-serif;--cl_corp: #24262d;--cl_accent: #aa8453;--cl_icon: #978667;--cl_icon-light: #fff;--cl_border-light: #ededed;--cl_border-dark: #d9e1e6;--cl_shadow: rgba(0, 0, 0, .1);--cl_breadcrumb: #24262d;--cl_breadcrumb-hover: #978667;--cl_preload-bg: #ededed;--cl_preload: #24262d;--cl_background_body: #fdfbf8;--cl_background_white: #fff;--cl_background_dark: #19314b;--cl_background_gray: #eee;--cl_background_dark-opacity: #19314bbf;--cl_title: #978667;--cl_subtitle: #19314b;--cl_pretitle: #19314b;--cl_text: #3c3b3b;--cl_title-light: #fff;--cl_subtitle-light: #fff;--cl_pretitle-light: #fff;--cl_text-light: #fff;--w_title: 600;--w_text: 300;--w_subtitle: 300;--w_pretitle: 300;--cl_header-bg: #494949;--cl_header-text-light: #fff;--cl_menu-bg: #19314b;--cl_menu-text: #fff;--cl_submenu-bg: #19314b;--cl_submenu-text: #fff;--cl_submenu-hover: #978667;--w_btn: 400;--cl_btn-box: #19314b;--cl_btn-box-text: #19314b;--cl_btn-box-hover: #978667;--cl_btn-box-text-hover: #fff;--cl_btn-call: #19314bf2;--cl_btn-call-text: white;--cl_btn-call-hover: #978667;--cl_btn-call-text-hover: #fff;--cl_btn-link: #19314b;--cl_btn-link-hover: #978667;--cl_btn-arrow: #19314b;--cl_btn-arrow-icon: #fff;--cl_btn-arrow-hover: #978667;--cl_btn-arrow-icon-hover: #fff;--cl_btn-dots: #24262d;--cl_btn-dots-active: #978667;--cl_btn-dots-hover: #978667;--cl_btn-light: #fff;--cl_btn-light-text: #fff;--cl_btn-light-hover: #978667;--cl_btn-light-text-hover: #978667;--cl_footer-bg: #19314b;--cl_footer-bg-bottom: #0a1d31;--cl_footer-scroll: #978667;--cl_footer-text: #fff;--cl_footer-text-hover: #978667;--btn_radius: 5px;--img_radius: 5px;--img_border: #fff;--img_border-whidth: 1px;--cl_engine-bg: #fff;--cl_engine-bg-dark: #19314b;--cl_engine-input-bg: #47474724;--cl_engine-input-bg-select: #ebebeb;--cl_engine-input-bg-hover: #081523;--cl_engine-text: #19314b;--cl_dropdown: #19314b;--cl_dropdown-text: #5a5a5a;--cl_dropdown-hover: #19314b;--cl_dropdown-radius: 20px;--cl_newsletter-input-background: #d1d1d1;--cl_newsletter-input-text: #5a5a5a;--cl_desde: #bcbbc3;--cl_price: #19314b;--cl_badget: #ff8874;--cl_badget-text: #fff}.cs_dark{--cl_corp: #181818;--cl_accent: #aa8453;--cl_icon: #aa8453;--cl_icon-light: #fff;--cl_border-light: #ededed;--cl_border-dark: #d9e1e6;--cl_shadow: rgba(0, 0, 0, .1);--cl_breadcrumb: #fff;--cl_breadcrumb-hover: #aa8453;--cl_preload-bg: #ededed;--cl_preload: #24262d;--cl_background_body: #181818;--cl_background_white: transparent;--cl_background_dark: #aa8453;--cl_background_gray: #333;--cl_title: #fff;--cl_subtitle: #aa8453;--cl_pretitle: #aa8453;--cl_text: #fff;--cl_title-light: #fff;--cl_subtitle-light: #fff;--cl_pretitle-light: #fff;--cl_text-light: #fff;--cl_header-bg: #aa8453;--cl_header-text-light: #fff;--cl_menu-bg: #79582c;--cl_menu-text: #fff;--cl_btn-box: #aa8453;--cl_btn-box-text: #aa8453;--cl_btn-box-hover: #79582c;--cl_btn-box-text-hover: #fff;--cl_btn-call: #aa8453;--cl_btn-call-text: white;--cl_btn-call-hover: #79582c;--cl_btn-call-text-hover: #fff;--cl_btn-link: #aa8453;--cl_btn-link-hover: #79582c;--cl_btn-arrow: #ffffff3a;--cl_btn-arrow-icon: #fff;--cl_btn-arrow-hover: #79582c;--cl_btn-arrow-icon-hover: #fff;--cl_btn-dots: #eee;--cl_btn-dots-active: #79582c;--cl_btn-dots-hover: #79582c;--cl_btn-light: #fff;--cl_btn-light-text: #fff;--cl_btn-light-hover: #79582c;--cl_btn-light-text-hover: #79582c;--cl_footer-bg: #aa8453;--cl_footer-bg-bottom: #79582c;--cl_footer-scroll: #aa8453;--cl_footer-text: #fff;--cl_footer-text-hover: #aa8453;--btn_radius: 1px;--img_radius: 0px;--img_border: #fff;--img_border-whidth: 2px;--cl_engine-bg: #181818;--cl_engine-input-bg: #79582c;--cl_engine-input-bg-hover: #081523;--cl_engine-text: #fff;--cl_dropdown: #19314b;--cl_dropdown-text: #5a5a5a;--cl_dropdown-hover: #19314b;--cl_dropdown-radius: 20px;--cl_newsletter-input-background: #d1d1d1;--cl_newsletter-input-text: #5a5a5a}.mt--0{margin-top:0!important}.mb--0{margin-bottom:0!important}.mr--0{margin-right:0!important}.ml--0{margin-left:0!important}.pt--0{padding-top:0}.pb--0{padding-bottom:0}.pl--0{padding-left:0!important}.mblock--0{margin-block:0px}.pblock--0{padding-block:0px}.mt--10{margin-top:10px!important}.mb--10{margin-bottom:10px!important}.mr--10{margin-right:10px!important}.ml--10{margin-left:10px!important}.pt--10{padding-top:10px}.pb--10{padding-bottom:10px}.pl--10{padding-left:10px!important}.mblock--10{margin-block:10px}.pblock--10{padding-block:10px}.mt--20{margin-top:20px!important}.mb--20{margin-bottom:20px!important}.mr--20{margin-right:20px!important}.ml--20{margin-left:20px!important}.pt--20{padding-top:20px}.pb--20{padding-bottom:20px}.pl--20{padding-left:20px!important}.mblock--20{margin-block:20px}.pblock--20{padding-block:20px}.mt--25{margin-top:25px!important}.mb--25{margin-bottom:25px!important}.mr--25{margin-right:25px!important}.ml--25{margin-left:25px!important}.pt--25{padding-top:25px}.pb--25{padding-bottom:25px}.pl--25{padding-left:25px!important}.mblock--25{margin-block:25px}.pblock--25{padding-block:25px}.mt--30{margin-top:30px!important}.mb--30{margin-bottom:30px!important}.mr--30{margin-right:30px!important}.ml--30{margin-left:30px!important}.pt--30{padding-top:30px}.pb--30{padding-bottom:30px}.pl--30{padding-left:30px!important}.mblock--30{margin-block:30px}.pblock--30{padding-block:30px}.mt--40{margin-top:40px!important}.mb--40{margin-bottom:40px!important}.mr--40{margin-right:40px!important}.ml--40{margin-left:40px!important}.pt--40{padding-top:40px}.pb--40{padding-bottom:40px}.pl--40{padding-left:40px!important}.mblock--40{margin-block:40px}.pblock--40{padding-block:40px}.mt--50{margin-top:50px!important}.mb--50{margin-bottom:50px!important}.mr--50{margin-right:50px!important}.ml--50{margin-left:50px!important}.pt--50{padding-top:50px}.pb--50{padding-bottom:50px}.pl--50{padding-left:50px!important}.mblock--50{margin-block:50px}.pblock--50{padding-block:50px}.mt--60{margin-top:60px!important}.mb--60{margin-bottom:60px!important}.mr--60{margin-right:60px!important}.ml--60{margin-left:60px!important}.pt--60{padding-top:60px}.pb--60{padding-bottom:60px}.pl--60{padding-left:60px!important}.mblock--60{margin-block:60px}.pblock--60{padding-block:60px}.mt--70{margin-top:70px!important}.mb--70{margin-bottom:70px!important}.mr--70{margin-right:70px!important}.ml--70{margin-left:70px!important}.pt--70{padding-top:70px}.pb--70{padding-bottom:70px}.pl--70{padding-left:70px!important}.mblock--70{margin-block:70px}.pblock--70{padding-block:70px}.mt--80{margin-top:80px!important}.mb--80{margin-bottom:80px!important}.mr--80{margin-right:80px!important}.ml--80{margin-left:80px!important}.pt--80{padding-top:80px}.pb--80{padding-bottom:80px}.pl--80{padding-left:80px!important}.mblock--80{margin-block:80px}.pblock--80{padding-block:80px}.mt--90{margin-top:90px!important}.mb--90{margin-bottom:90px!important}.mr--90{margin-right:90px!important}.ml--90{margin-left:90px!important}.pt--90{padding-top:90px}.pb--90{padding-bottom:90px}.pl--90{padding-left:90px!important}.mblock--90{margin-block:90px}.pblock--90{padding-block:90px}.mt--100{margin-top:100px!important}.mb--100{margin-bottom:100px!important}.mr--100{margin-right:100px!important}.ml--100{margin-left:100px!important}.pt--100{padding-top:100px}.pb--100{padding-bottom:100px}.pl--100{padding-left:100px!important}.mblock--100{margin-block:100px}.pblock--100{padding-block:100px}.destino{background-position:center bottom;background-size:100%;background-repeat:no-repeat;padding-block:5rem 29.1rem;color:#fff;position:relative}@media (min-width: 540px){.destino{padding-block:6rem 39.7rem}}@media (min-width: 768px){.destino{padding-block:8rem 55.1rem}}@media (min-width: 1024px){.destino{padding-bottom:75.7rem}}@media (min-width: 1280px){.destino{padding-block:7rem 10rem;aspect-ratio:1280/952;width:100%;background-size:contain;background-position:bottom}}@media (min-width: 1680px){.destino{padding-block:9rem 14rem;max-height:115.7rem}}@media (min-width: 1800px){.destino{max-height:124rem}}@media (min-width: 1900px){.destino{max-height:129rem}}.destino__inner{display:flex;flex-direction:column;align-items:center;gap:3rem;position:relative}@media (min-width: 540px){.destino__inner{gap:4rem}}@media (min-width: 768px){.destino__inner{gap:5rem}}@media (min-width: 1280px){.destino__inner{flex-direction:row;justify-content:space-between;align-items:flex-start}}.destino__inner .destino__heading{display:flex;flex-direction:column;gap:3rem;margin-inline:-1.4rem}@media (min-width: 540px){.destino__inner .destino__heading{gap:4rem;margin-inline:0;width:41.8rem}}@media (min-width: 768px){.destino__inner .destino__heading{gap:5rem;width:51.8rem}}@media (min-width: 1280px){.destino__inner .destino__heading{gap:4rem;width:38.4rem}}@media (min-width: 1680px){.destino__inner .destino__heading{gap:5rem;width:44.7rem}}.destino__inner .destino__heading h2{text-align:center;color:#fff;font-size:4.6rem;line-height:1}@media (min-width: 540px){.destino__inner .destino__heading h2{font-size:6.4rem;line-height:1}}@media (min-width: 768px){.destino__inner .destino__heading h2{font-size:8rem;line-height:1}}@media (min-width: 1280px){.destino__inner .destino__heading h2{text-align:left}}@media (min-width: 1680px){.destino__inner .destino__heading h2{font-size:9rem;line-height:1}}.destino__inner .destino__title{text-align:center;text-transform:uppercase;font-weight:500;font-size:1.4rem;line-height:1;letter-spacing:.084rem}@media (min-width: 540px){.destino__inner .destino__title{font-size:1.4rem;line-height:1.4285714286;letter-spacing:.21rem}}@media (min-width: 768px){.destino__inner .destino__title{font-size:1.7rem;line-height:1.2941176471;letter-spacing:.17rem}}@media (min-width: 1280px){.destino__inner .destino__title{font-size:1.8rem;line-height:1;letter-spacing:.36rem;padding-right:.4rem;text-align:right}}@media (min-width: 1680px){.destino__inner .destino__title{padding-right:1.9rem}}.destino__inner .destino__graphic{aspect-ratio:62/61;width:6.2rem;position:relative;margin-inline:auto}@media (min-width: 540px){.destino__inner .destino__graphic{width:7rem}}@media (min-width: 768px){.destino__inner .destino__graphic{width:9rem}}@media (min-width: 1280px){.destino__inner .destino__graphic{top:9.1rem;left:50%;transform:translate(-50%);position:absolute}}@media (min-width: 1680px){.destino__inner .destino__graphic{top:10.5rem}}.destino__inner .destino__graphic svg{width:100%;height:100%;top:0;left:0;position:absolute}.destino__inner .destino__content{display:flex;flex-direction:column;text-align:center;justify-content:center;gap:3rem;width:30rem}@media (min-width: 540px){.destino__inner .destino__content{gap:4rem;width:39.2rem}}@media (min-width: 768px){.destino__inner .destino__content{gap:5rem;width:52.8rem}}@media (min-width: 1280px){.destino__inner .destino__content{text-align:left;justify-content:flex-start;width:39.8rem;padding-top:5.1rem}}@media (min-width: 1680px){.destino__inner .destino__content{padding-top:6.1rem}}.destino__inner .destino__content p{font-size:1.6rem;line-height:1.5}@media (min-width: 540px){.destino__inner .destino__content p{font-size:1.8rem;line-height:1.5555555556}}@media (min-width: 768px){.destino__inner .destino__content p{font-size:2rem;line-height:1.6;letter-spacing:.04rem}}@media (min-width: 1280px){.destino__inner .destino__content p{font-size:2rem;line-height:1.7}}.destino__inner .destino__content .btn__group{transition:all .5s;justify-content:center}@media (min-width: 1024px){.destino__inner .destino__content .btn__group{opacity:0}}@media (min-width: 1280px){.destino__inner .destino__content .btn__group{justify-content:flex-start}}@media (min-width: 1024px){.destino__inner:hover .destino__content .btn__group{opacity:1}}.destino__bottom-text{position:absolute;left:50%;bottom:24rem;transform:translate(-50%);text-transform:uppercase;font-size:1.6rem;line-height:1;letter-spacing:.064rem;width:max-content;max-width:100%}@media (min-width: 540px){.destino__bottom-text{font-size:1.7rem;line-height:1;letter-spacing:.17rem;bottom:34.5rem}}@media (min-width: 768px){.destino__bottom-text{font-size:2rem;line-height:1;bottom:46.7rem}}@media (min-width: 1024px){.destino__bottom-text{bottom:61.8rem}}@media (min-width: 1280px){.destino__bottom-text{letter-spacing:.3rem;bottom:10rem}}@media (min-width: 1680px){.destino__bottom-text{bottom:14rem}}.destino__bottom--graphic{position:absolute;left:50%;bottom:-.1rem;aspect-ratio:2/1;transform:scaleY(-1) translate(-50%);width:6rem}@media (min-width: 540px){.destino__bottom--graphic{width:10rem}}\n"] }]
|
|
60
|
+
}], ctorParameters: () => [{ type: i0.ElementRef }, { type: i0.Renderer2 }] });
|
|
61
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYmFieWxvbi1pbmZvLWJpZy12Mi5jb21wb25lbnQuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9iYWJ5bG9uL3NyYy9saWIvY29tcG9uZW50cy9jb3JlL2JhYnlsb24taW5mby1iaWctdjIvYmFieWxvbi1pbmZvLWJpZy12Mi5jb21wb25lbnQudHMiLCIuLi8uLi8uLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9iYWJ5bG9uL3NyYy9saWIvY29tcG9uZW50cy9jb3JlL2JhYnlsb24taW5mby1iaWctdjIvYmFieWxvbi1pbmZvLWJpZy12Mi5jb21wb25lbnQuaHRtbCJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQWlCLFNBQVMsRUFBeUIsTUFBTSxlQUFlLENBQUM7QUFDaEYsT0FBTyxFQUFFLHFCQUFxQixFQUFFLE1BQU0scURBQXFELENBQUM7O0FBVzVGLE1BQU0sT0FBTyx5QkFBeUI7SUFDbEMsWUFDWSxFQUEyQixFQUMzQixRQUFtQjtRQURuQixPQUFFLEdBQUYsRUFBRSxDQUF5QjtRQUMzQixhQUFRLEdBQVIsUUFBUSxDQUFXO0lBQzVCLENBQUM7SUFFSixlQUFlO1FBQ1gsSUFBSSxDQUFDLHNCQUFzQixDQUFDLGVBQWUsQ0FBQyxDQUFDO0lBQ2pELENBQUM7SUFFRCxpREFBaUQ7SUFDekMsc0JBQXNCLENBQUMsUUFBZ0I7UUFDM0MsTUFBTSxJQUFJLEdBQUcsSUFBSSxDQUFDLEVBQUUsQ0FBQyxhQUFhLENBQUM7UUFDbkMsTUFBTSxLQUFLLEdBQUcsSUFBSSxDQUFDLGdCQUFnQixDQUFjLFFBQVEsQ0FBQyxDQUFDO1FBRTNELEtBQUssQ0FBQyxPQUFPLENBQUMsQ0FBQyxJQUFJLEVBQUUsR0FBRyxFQUFFLEVBQUU7WUFDeEIsTUFBTSxHQUFHLEdBQUcsSUFBSSxDQUFDLFlBQVksQ0FBQyxZQUFZLENBQUMsQ0FBQztZQUM1QyxJQUFJLENBQUMsR0FBRztnQkFBRSxPQUFPO1lBRWpCLElBQUksS0FBSyxHQUFvQixJQUFJLENBQUM7WUFDbEMsSUFBSTtnQkFDQSxLQUFLLEdBQUcsSUFBSSxDQUFDLEtBQUssQ0FBQyxHQUFHLENBQWEsQ0FBQzthQUN2QztZQUFDLE1BQU07Z0JBQ0osOERBQThEO2dCQUM5RCxJQUFJO29CQUNBLEtBQUssR0FBRyxJQUFJLENBQUMsS0FBSyxDQUFDLEdBQUcsQ0FBQyxPQUFPLENBQUMsSUFBSSxFQUFFLEdBQUcsQ0FBQyxDQUFhLENBQUM7aUJBQzFEO2dCQUFDLE1BQU07b0JBQ0osS0FBSyxHQUFHLElBQUksQ0FBQztpQkFDaEI7YUFDSjtZQUNELElBQUksQ0FBQyxLQUFLLENBQUMsT0FBTyxDQUFDLEtBQUssQ0FBQyxJQUFJLEtBQUssQ0FBQyxNQUFNLEtBQUssQ0FBQztnQkFBRSxPQUFPO1lBRXhELDJFQUEyRTtZQUMzRSxNQUFNLFVBQVUsR0FBRyxjQUFjLElBQUksQ0FBQyxFQUFFLElBQUksR0FBRyxFQUFFLENBQUM7WUFDbEQsTUFBTSxTQUFTLEdBQUcsWUFBWSxDQUFDLE9BQU8sQ0FBQyxVQUFVLENBQUMsSUFBSSxFQUFFLENBQUM7WUFFekQsbUVBQW1FO1lBQ25FLElBQUksSUFBSSxHQUFHLEtBQUssQ0FBQztZQUNqQixJQUFJLEtBQUssQ0FBQyxNQUFNLEdBQUcsQ0FBQyxJQUFJLFNBQVMsRUFBRTtnQkFDL0IsTUFBTSxRQUFRLEdBQUcsS0FBSyxDQUFDLE1BQU0sQ0FBQyxDQUFDLENBQUMsRUFBRSxFQUFFLENBQUMsQ0FBQyxDQUFDLEtBQUssS0FBSyxTQUFTLENBQUMsQ0FBQztnQkFDNUQsSUFBSSxHQUFHLFFBQVEsQ0FBQyxNQUFNLENBQUMsQ0FBQyxDQUFDLFFBQVEsQ0FBQyxDQUFDLENBQUMsS0FBSyxDQUFDLENBQUMseUJBQXlCO2FBQ3ZFO1lBQ0QsTUFBTSxNQUFNLEdBQUcsSUFBSSxDQUFDLElBQUksQ0FBQyxLQUFLLENBQUMsSUFBSSxDQUFDLE1BQU0sRUFBRSxHQUFHLElBQUksQ0FBQyxNQUFNLENBQUMsQ0FBQyxDQUFDO1lBRTdELGlCQUFpQjtZQUNqQixJQUFJLENBQUMsUUFBUSxDQUFDLFFBQVEsQ0FDbEIsSUFBSSxFQUNKLGtCQUFrQixFQUNsQixPQUFPLE1BQU0sQ0FBQyxLQUFLLEdBQUcsQ0FDekIsQ0FBQztZQUNGLElBQUksQ0FBQyxRQUFRLENBQUMsUUFBUSxDQUFDLElBQUksRUFBRSxrQkFBa0IsRUFBRSxNQUFNLENBQUMsS0FBSyxDQUFDLENBQUM7WUFDL0QsSUFBSSxDQUFDLFFBQVEsQ0FBQyxRQUFRLENBQUMsSUFBSSxFQUFFLGlCQUFpQixFQUFFLE9BQU8sQ0FBQyxDQUFDLENBQUMsV0FBVztZQUNyRSxJQUFJLENBQUMsUUFBUSxDQUFDLFFBQVEsQ0FBQyxJQUFJLEVBQUUscUJBQXFCLEVBQUUsUUFBUSxDQUFDLENBQUMsQ0FBQyxXQUFXO1lBRTFFLGtDQUFrQztZQUNsQyxZQUFZLENBQUMsT0FBTyxDQUFDLFVBQVUsRUFBRSxNQUFNLENBQUMsS0FBSyxDQUFDLENBQUM7UUFDbkQsQ0FBQyxDQUFDLENBQUM7SUFDUCxDQUFDOytHQXpEUSx5QkFBeUI7bUdBQXpCLHlCQUF5QixtRkNadEMsbXVEQTZDQSxrK1lEckNjLHFCQUFxQjs7NEZBSXRCLHlCQUF5QjtrQkFQckMsU0FBUzsrQkFDSSx5QkFBeUIsY0FDdkIsSUFBSSxXQUNQLENBQUMscUJBQXFCLENBQUMiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBBZnRlclZpZXdJbml0LCBDb21wb25lbnQsIEVsZW1lbnRSZWYsIFJlbmRlcmVyMiB9IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xuaW1wb3J0IHsgU3dhcE9uUmVsb2FkRGlyZWN0aXZlIH0gZnJvbSAnLi4vLi4vLi4vZGlyZWN0aXZlcy9pbWFnZXMvc3dhcC1vbi1yZWxvYWQuZGlyZWN0aXZlJztcblxudHlwZSBCZ1BhaXIgPSB7IGltYWdlOiBzdHJpbmc7IGNvbG9yOiBzdHJpbmcgfTtcblxuQENvbXBvbmVudCh7XG4gICAgc2VsZWN0b3I6ICdsaWItYmFieWxvbi1pbmZvLWJpZy12MicsXG4gICAgc3RhbmRhbG9uZTogdHJ1ZSxcbiAgICBpbXBvcnRzOiBbU3dhcE9uUmVsb2FkRGlyZWN0aXZlXSxcbiAgICB0ZW1wbGF0ZVVybDogJy4vYmFieWxvbi1pbmZvLWJpZy12Mi5jb21wb25lbnQuaHRtbCcsXG4gICAgc3R5bGVVcmw6ICcuL2JhYnlsb24taW5mby1iaWctdjIuY29tcG9uZW50LnNjc3MnLFxufSlcbmV4cG9ydCBjbGFzcyBCYWJ5bG9uSW5mb0JpZ1YyQ29tcG9uZW50IGltcGxlbWVudHMgQWZ0ZXJWaWV3SW5pdCB7XG4gICAgY29uc3RydWN0b3IoXG4gICAgICAgIHByaXZhdGUgZWw6IEVsZW1lbnRSZWY8SFRNTEVsZW1lbnQ+LFxuICAgICAgICBwcml2YXRlIHJlbmRlcmVyOiBSZW5kZXJlcjJcbiAgICApIHt9XG5cbiAgICBuZ0FmdGVyVmlld0luaXQoKTogdm9pZCB7XG4gICAgICAgIHRoaXMuc2h1ZmZsZUJhY2tncm91bmRQYWlycygnLnN3YXBPblJlbG9hZCcpO1xuICAgIH1cblxuICAgIC8qKiBWZXJzacOzbiBBbmd1bGFyIGRlbCBzaHVmZmxlQmFja2dyb3VuZFBhaXJzICovXG4gICAgcHJpdmF0ZSBzaHVmZmxlQmFja2dyb3VuZFBhaXJzKHNlbGVjdG9yOiBzdHJpbmcpOiB2b2lkIHtcbiAgICAgICAgY29uc3Qgcm9vdCA9IHRoaXMuZWwubmF0aXZlRWxlbWVudDtcbiAgICAgICAgY29uc3Qgbm9kZXMgPSByb290LnF1ZXJ5U2VsZWN0b3JBbGw8SFRNTEVsZW1lbnQ+KHNlbGVjdG9yKTtcblxuICAgICAgICBub2Rlcy5mb3JFYWNoKChub2RlLCBpZHgpID0+IHtcbiAgICAgICAgICAgIGNvbnN0IHJhdyA9IG5vZGUuZ2V0QXR0cmlidXRlKCdkYXRhLXBhaXJzJyk7XG4gICAgICAgICAgICBpZiAoIXJhdykgcmV0dXJuO1xuXG4gICAgICAgICAgICBsZXQgcGFpcnM6IEJnUGFpcltdIHwgbnVsbCA9IG51bGw7XG4gICAgICAgICAgICB0cnkge1xuICAgICAgICAgICAgICAgIHBhaXJzID0gSlNPTi5wYXJzZShyYXcpIGFzIEJnUGFpcltdO1xuICAgICAgICAgICAgfSBjYXRjaCB7XG4gICAgICAgICAgICAgICAgLy8gU2kgZWwgSlNPTiB2aW5pZXJhIGNvbiBjb21pbGxhcyBzaW1wbGVzLCBwdWVkZXMgbm9ybWFsaXphcjpcbiAgICAgICAgICAgICAgICB0cnkge1xuICAgICAgICAgICAgICAgICAgICBwYWlycyA9IEpTT04ucGFyc2UocmF3LnJlcGxhY2UoLycvZywgJ1wiJykpIGFzIEJnUGFpcltdO1xuICAgICAgICAgICAgICAgIH0gY2F0Y2gge1xuICAgICAgICAgICAgICAgICAgICBwYWlycyA9IG51bGw7XG4gICAgICAgICAgICAgICAgfVxuICAgICAgICAgICAgfVxuICAgICAgICAgICAgaWYgKCFBcnJheS5pc0FycmF5KHBhaXJzKSB8fCBwYWlycy5sZW5ndGggPT09IDApIHJldHVybjtcblxuICAgICAgICAgICAgLy8gQ2xhdmUgcGFyYSByZWNvcmRhciBlbCDDumx0aW1vIGZvbmRvICh1c2EgaWQgc2kgZXhpc3RlOyBzaSBubywgZWwgw61uZGljZSlcbiAgICAgICAgICAgIGNvbnN0IHN0b3JhZ2VLZXkgPSBgbGFzdEJnUGFpci0ke25vZGUuaWQgfHwgaWR4fWA7XG4gICAgICAgICAgICBjb25zdCBsYXN0SW1hZ2UgPSBsb2NhbFN0b3JhZ2UuZ2V0SXRlbShzdG9yYWdlS2V5KSB8fCAnJztcblxuICAgICAgICAgICAgLy8gRWxpZ2UgZXZpdGFuZG8gcmVwZXRpciBsYSDDumx0aW1hIGltYWdlbiBzaSBoYXkgbcOhcyBkZSB1bmEgb3BjacOzblxuICAgICAgICAgICAgbGV0IHBvb2wgPSBwYWlycztcbiAgICAgICAgICAgIGlmIChwYWlycy5sZW5ndGggPiAxICYmIGxhc3RJbWFnZSkge1xuICAgICAgICAgICAgICAgIGNvbnN0IGZpbHRlcmVkID0gcGFpcnMuZmlsdGVyKChwKSA9PiBwLmltYWdlICE9PSBsYXN0SW1hZ2UpO1xuICAgICAgICAgICAgICAgIHBvb2wgPSBmaWx0ZXJlZC5sZW5ndGggPyBmaWx0ZXJlZCA6IHBhaXJzOyAvLyBwb3Igc2kgdG9kYXMgY29pbmNpZGVuXG4gICAgICAgICAgICB9XG4gICAgICAgICAgICBjb25zdCBjaG9zZW4gPSBwb29sW01hdGguZmxvb3IoTWF0aC5yYW5kb20oKSAqIHBvb2wubGVuZ3RoKV07XG5cbiAgICAgICAgICAgIC8vIEFwbGljYSBlc3RpbG9zXG4gICAgICAgICAgICB0aGlzLnJlbmRlcmVyLnNldFN0eWxlKFxuICAgICAgICAgICAgICAgIG5vZGUsXG4gICAgICAgICAgICAgICAgJ2JhY2tncm91bmQtaW1hZ2UnLFxuICAgICAgICAgICAgICAgIGB1cmwoJHtjaG9zZW4uaW1hZ2V9KWBcbiAgICAgICAgICAgICk7XG4gICAgICAgICAgICB0aGlzLnJlbmRlcmVyLnNldFN0eWxlKG5vZGUsICdiYWNrZ3JvdW5kLWNvbG9yJywgY2hvc2VuLmNvbG9yKTtcbiAgICAgICAgICAgIHRoaXMucmVuZGVyZXIuc2V0U3R5bGUobm9kZSwgJ2JhY2tncm91bmQtc2l6ZScsICdjb3ZlcicpOyAvLyBvcGNpb25hbFxuICAgICAgICAgICAgdGhpcy5yZW5kZXJlci5zZXRTdHlsZShub2RlLCAnYmFja2dyb3VuZC1wb3NpdGlvbicsICdjZW50ZXInKTsgLy8gb3BjaW9uYWxcblxuICAgICAgICAgICAgLy8gUmVjdWVyZGEgbGEgw7psdGltYSBpbWFnZW4gdXNhZGFcbiAgICAgICAgICAgIGxvY2FsU3RvcmFnZS5zZXRJdGVtKHN0b3JhZ2VLZXksIGNob3Nlbi5pbWFnZSk7XG4gICAgICAgIH0pO1xuICAgIH1cbn1cbiIsIjxzZWN0aW9uXG4gICAgaWQ9XCJkZXN0aW5vLWhlcm9cIlxuICAgIGNsYXNzPVwiZGVzdGlub1wiXG4gICAgc3dhcE9uUmVsb2FkXG4gICAgZGF0YS1wYWlycz0nW1xuICAgICAgICAgICAge1wiaW1hZ2VcIjogXCIvYXNzZXRzL2JhYnlsb24vaW1hZ2VzL2ltZy0yMi53ZWJwXCIsIFwiY29sb3JcIjogXCIjNzA4RUMwXCJ9LFxuICAgICAgICAgICAge1wiaW1hZ2VcIjogXCIvYXNzZXRzL2JhYnlsb24vaW1hZ2VzL2ltZy0yMy53ZWJwXCIsIFwiY29sb3JcIjogXCIjMDg2MUEzXCJ9XG4gICAgICAgIF0nXG4+XG4gICAgPGRpdiBjbGFzcz1cImNvbnRhaW5lclwiPlxuICAgICAgICA8ZGl2IGNsYXNzPVwiZGVzdGlub19faW5uZXJcIj5cbiAgICAgICAgICAgIDxkaXYgY2xhc3M9XCJkZXN0aW5vX19oZWFkaW5nXCI+XG4gICAgICAgICAgICAgICAgPHNwYW4gY2xhc3M9XCJkZXN0aW5vX190aXRsZVwiPlVOIEVOVE9STk8gQkxBTkNPPC9zcGFuPlxuICAgICAgICAgICAgICAgIDxoMj5Gb3JtZW50ZXJhLCB1bmEgaXNsYSBjb24gYWxtYTwvaDI+XG4gICAgICAgICAgICA8L2Rpdj5cbiAgICAgICAgICAgIDxkaXYgY2xhc3M9XCJkZXN0aW5vX19ncmFwaGljXCI+XG4gICAgICAgICAgICAgICAgPHN2Z1xuICAgICAgICAgICAgICAgICAgICBhcmlhLWhpZGRlbj1cInRydWVcIlxuICAgICAgICAgICAgICAgICAgICBmb2N1c2FibGU9XCJmYWxzZVwiXG4gICAgICAgICAgICAgICAgICAgIGNsYXNzPVwiZGVzdGlub19fZ3JhcGhpYy0taW1nXCJcbiAgICAgICAgICAgICAgICA+XG4gICAgICAgICAgICAgICAgICAgIDx1c2VcbiAgICAgICAgICAgICAgICAgICAgICAgIGhyZWY9XCIvYXNzZXRzL2JhYnlsb24vc3ZnL2lzbGFuZC1mb3JtZW50ZXJhLnN2ZyNpc2xhbmQtZm9ybWVudGVyYVwiXG4gICAgICAgICAgICAgICAgICAgID48L3VzZT5cbiAgICAgICAgICAgICAgICA8L3N2Zz5cbiAgICAgICAgICAgIDwvZGl2PlxuICAgICAgICAgICAgPGRpdiBjbGFzcz1cImRlc3Rpbm9fX2NvbnRlbnRcIj5cbiAgICAgICAgICAgICAgICA8cD5cbiAgICAgICAgICAgICAgICAgICAgTGVzIGludml0YW1vcyBhIGRlc2N1YnJpciB1biBsdWdhciBmYW50w6FzdGljbyBlbiBlbCBxdWUgbGFzXG4gICAgICAgICAgICAgICAgICAgIHNlbnNhY2lvbmVzIHNlIHZpdmVuIGRlIG1hbmVyYSBkaWZlcmVudGUsIG11Y2hvIG3DoXNcbiAgICAgICAgICAgICAgICAgICAgcmVsYWphZG9zIHkgY29uIGxhIHZpc3RhIHB1ZXN0YSBlbiBlbCBob3Jpem9udGUsIGxlc1xuICAgICAgICAgICAgICAgICAgICBpbnZpdGFtb3MgYSBkZXNjdWJyaXIgRm9ybWVudGVyYSwgdW5hIGlzbGEgw7puaWNhLlxuICAgICAgICAgICAgICAgIDwvcD5cbiAgICAgICAgICAgICAgICA8ZGl2IGNsYXNzPVwiYnRuX19ncm91cFwiPlxuICAgICAgICAgICAgICAgICAgICA8YSBocmVmPVwiXCIgY2xhc3M9XCJidG4gYnRuX193aGl0ZVwiXG4gICAgICAgICAgICAgICAgICAgICAgICA+PHNwYW4+VmVyIERlc3Rpbm88L3NwYW4+PC9hXG4gICAgICAgICAgICAgICAgICAgID5cbiAgICAgICAgICAgICAgICA8L2Rpdj5cbiAgICAgICAgICAgIDwvZGl2PlxuICAgICAgICA8L2Rpdj5cbiAgICAgICAgPHNwYW4gY2xhc3M9XCJkZXN0aW5vX19ib3R0b20tdGV4dFwiXG4gICAgICAgICAgICA+4oCcdml2ZSBlbCBwYXJhaXNvIHkgc2llbnRlIGxhIGNhbG1h4oCdPC9zcGFuXG4gICAgICAgID5cbiAgICA8L2Rpdj5cbjwvc2VjdGlvbj5cbiJdfQ==
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { Component } from '@angular/core';
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
3
|
+
export class BabylonInfoBigV3Component {
|
|
4
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: BabylonInfoBigV3Component, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
5
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.12", type: BabylonInfoBigV3Component, isStandalone: true, selector: "lib-babylon-info-big-v3", ngImport: i0, template: "<section class=\"info-img-big-v3\">\n <figure>\n <img src=\"/assets/babylon/images/img-85.webp\" />\n </figure>\n <div class=\"info-img-big-v3__content\">\n <div class=\"container\">\n <div class=\"info-img-big-v3__content--inner\">\n <h2>formentera</h2>\n <p>\u201CUna isla de ensue\u00F1o en el Mediterr\u00E1neo\u201D</p>\n </div>\n </div>\n </div>\n</section>\n", styles: [":root{--font-title: \"the-seasons\", Helvetica, sans-serif;--font-pretitle: \"Poppins\", Helvetica, sans-serif;--font-text: \"Poppins\", Helvetica, sans-serif;--font-claim: \"turbinado-pro\", Helvetica, sans-serif;--cl_corp: #24262d;--cl_accent: #aa8453;--cl_icon: #978667;--cl_icon-light: #fff;--cl_border-light: #ededed;--cl_border-dark: #d9e1e6;--cl_shadow: rgba(0, 0, 0, .1);--cl_breadcrumb: #24262d;--cl_breadcrumb-hover: #978667;--cl_preload-bg: #ededed;--cl_preload: #24262d;--cl_background_body: #fdfbf8;--cl_background_white: #fff;--cl_background_dark: #19314b;--cl_background_gray: #eee;--cl_background_dark-opacity: #19314bbf;--cl_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}.info-img-big-v3{position:relative;display:flex;flex-direction:column}.info-img-big-v3 figure{aspect-ratio:375/260}@media (min-width: 1024px){.info-img-big-v3 figure{aspect-ratio:1024/532}}.info-img-big-v3__content{--inline-spacing-left: 3rem;--inline-spacing-right: 3rem;padding-block:4rem 5.4rem}@media (min-width: 540px){.info-img-big-v3__content{--inline-spacing-left: 7.4rem;--inline-spacing-right: 7.4rem;padding-bottom:6.4rem}}@media (min-width: 768px){.info-img-big-v3__content{--inline-spacing-left: 8.5rem;--inline-spacing-right: 8.5rem;padding-block:5rem 5.4rem}}@media (min-width: 1024px){.info-img-big-v3__content{--inline-spacing-left: 10.7rem;--inline-spacing-right: 10.7rem}}@media (min-width: 1280px){.info-img-big-v3__content{--inline-spacing-left: 11rem;--inline-spacing-right: 11rem;min-height:37rem;position:absolute;top:0;left:0;width:100%;background:linear-gradient(180deg,#1e1e1e33,#1e1e1e00)}}@media (min-width: 1366px){.info-img-big-v3__content{--inline-spacing-left: 12.8rem;--inline-spacing-right: 12.8rem}}@media (min-width: 1680px){.info-img-big-v3__content{--inline-spacing-left: 13rem;--inline-spacing-right: 13rem;padding-top:8rem}}@media (min-width: 1800px){.info-img-big-v3__content{--inline-spacing-left: 18rem;--inline-spacing-right: 18rem}}.info-img-big-v3__content--inner{display:flex;flex-direction:column;gap:1.4rem}@media (min-width: 1024px){.info-img-big-v3__content--inner{gap:1.5rem}}.info-img-big-v3__content h2{color:#4a4a49;font-family:var(--font-text);text-transform:uppercase;font-size:1.8rem;line-height:1;letter-spacing:.072rem}@media (min-width: 768px){.info-img-big-v3__content h2{font-size:1.6rem;line-height:1;letter-spacing:.16rem}}@media (min-width: 1024px){.info-img-big-v3__content h2{color:#fff}}.info-img-big-v3__content p{color:#4a4a49cc;font-size:1.5rem;line-height:1.3333333333;letter-spacing:.03rem}@media (min-width: 1024px){.info-img-big-v3__content p{color:#fff}}\n"] }); }
|
|
6
|
+
}
|
|
7
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: BabylonInfoBigV3Component, decorators: [{
|
|
8
|
+
type: Component,
|
|
9
|
+
args: [{ selector: 'lib-babylon-info-big-v3', standalone: true, imports: [], template: "<section class=\"info-img-big-v3\">\n <figure>\n <img src=\"/assets/babylon/images/img-85.webp\" />\n </figure>\n <div class=\"info-img-big-v3__content\">\n <div class=\"container\">\n <div class=\"info-img-big-v3__content--inner\">\n <h2>formentera</h2>\n <p>\u201CUna isla de ensue\u00F1o en el Mediterr\u00E1neo\u201D</p>\n </div>\n </div>\n </div>\n</section>\n", styles: [":root{--font-title: \"the-seasons\", Helvetica, sans-serif;--font-pretitle: \"Poppins\", Helvetica, sans-serif;--font-text: \"Poppins\", Helvetica, sans-serif;--font-claim: \"turbinado-pro\", Helvetica, sans-serif;--cl_corp: #24262d;--cl_accent: #aa8453;--cl_icon: #978667;--cl_icon-light: #fff;--cl_border-light: #ededed;--cl_border-dark: #d9e1e6;--cl_shadow: rgba(0, 0, 0, .1);--cl_breadcrumb: #24262d;--cl_breadcrumb-hover: #978667;--cl_preload-bg: #ededed;--cl_preload: #24262d;--cl_background_body: #fdfbf8;--cl_background_white: #fff;--cl_background_dark: #19314b;--cl_background_gray: #eee;--cl_background_dark-opacity: #19314bbf;--cl_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}.info-img-big-v3{position:relative;display:flex;flex-direction:column}.info-img-big-v3 figure{aspect-ratio:375/260}@media (min-width: 1024px){.info-img-big-v3 figure{aspect-ratio:1024/532}}.info-img-big-v3__content{--inline-spacing-left: 3rem;--inline-spacing-right: 3rem;padding-block:4rem 5.4rem}@media (min-width: 540px){.info-img-big-v3__content{--inline-spacing-left: 7.4rem;--inline-spacing-right: 7.4rem;padding-bottom:6.4rem}}@media (min-width: 768px){.info-img-big-v3__content{--inline-spacing-left: 8.5rem;--inline-spacing-right: 8.5rem;padding-block:5rem 5.4rem}}@media (min-width: 1024px){.info-img-big-v3__content{--inline-spacing-left: 10.7rem;--inline-spacing-right: 10.7rem}}@media (min-width: 1280px){.info-img-big-v3__content{--inline-spacing-left: 11rem;--inline-spacing-right: 11rem;min-height:37rem;position:absolute;top:0;left:0;width:100%;background:linear-gradient(180deg,#1e1e1e33,#1e1e1e00)}}@media (min-width: 1366px){.info-img-big-v3__content{--inline-spacing-left: 12.8rem;--inline-spacing-right: 12.8rem}}@media (min-width: 1680px){.info-img-big-v3__content{--inline-spacing-left: 13rem;--inline-spacing-right: 13rem;padding-top:8rem}}@media (min-width: 1800px){.info-img-big-v3__content{--inline-spacing-left: 18rem;--inline-spacing-right: 18rem}}.info-img-big-v3__content--inner{display:flex;flex-direction:column;gap:1.4rem}@media (min-width: 1024px){.info-img-big-v3__content--inner{gap:1.5rem}}.info-img-big-v3__content h2{color:#4a4a49;font-family:var(--font-text);text-transform:uppercase;font-size:1.8rem;line-height:1;letter-spacing:.072rem}@media (min-width: 768px){.info-img-big-v3__content h2{font-size:1.6rem;line-height:1;letter-spacing:.16rem}}@media (min-width: 1024px){.info-img-big-v3__content h2{color:#fff}}.info-img-big-v3__content p{color:#4a4a49cc;font-size:1.5rem;line-height:1.3333333333;letter-spacing:.03rem}@media (min-width: 1024px){.info-img-big-v3__content p{color:#fff}}\n"] }]
|
|
10
|
+
}] });
|
|
11
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYmFieWxvbi1pbmZvLWJpZy12My5jb21wb25lbnQuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9iYWJ5bG9uL3NyYy9saWIvY29tcG9uZW50cy9jb3JlL2JhYnlsb24taW5mby1iaWctdjMvYmFieWxvbi1pbmZvLWJpZy12My5jb21wb25lbnQudHMiLCIuLi8uLi8uLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9iYWJ5bG9uL3NyYy9saWIvY29tcG9uZW50cy9jb3JlL2JhYnlsb24taW5mby1iaWctdjMvYmFieWxvbi1pbmZvLWJpZy12My5jb21wb25lbnQuaHRtbCJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQUUsU0FBUyxFQUFFLE1BQU0sZUFBZSxDQUFDOztBQVMxQyxNQUFNLE9BQU8seUJBQXlCOytHQUF6Qix5QkFBeUI7bUdBQXpCLHlCQUF5QixtRkNUdEMsb2NBYUE7OzRGREphLHlCQUF5QjtrQkFQckMsU0FBUzsrQkFDSSx5QkFBeUIsY0FDdkIsSUFBSSxXQUNQLEVBQUUiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBDb21wb25lbnQgfSBmcm9tICdAYW5ndWxhci9jb3JlJztcblxuQENvbXBvbmVudCh7XG4gICAgc2VsZWN0b3I6ICdsaWItYmFieWxvbi1pbmZvLWJpZy12MycsXG4gICAgc3RhbmRhbG9uZTogdHJ1ZSxcbiAgICBpbXBvcnRzOiBbXSxcbiAgICB0ZW1wbGF0ZVVybDogJy4vYmFieWxvbi1pbmZvLWJpZy12My5jb21wb25lbnQuaHRtbCcsXG4gICAgc3R5bGVVcmw6ICcuL2JhYnlsb24taW5mby1iaWctdjMuY29tcG9uZW50LnNjc3MnLFxufSlcbmV4cG9ydCBjbGFzcyBCYWJ5bG9uSW5mb0JpZ1YzQ29tcG9uZW50IHt9XG4iLCI8c2VjdGlvbiBjbGFzcz1cImluZm8taW1nLWJpZy12M1wiPlxuICAgIDxmaWd1cmU+XG4gICAgICAgIDxpbWcgc3JjPVwiL2Fzc2V0cy9iYWJ5bG9uL2ltYWdlcy9pbWctODUud2VicFwiIC8+XG4gICAgPC9maWd1cmU+XG4gICAgPGRpdiBjbGFzcz1cImluZm8taW1nLWJpZy12M19fY29udGVudFwiPlxuICAgICAgICA8ZGl2IGNsYXNzPVwiY29udGFpbmVyXCI+XG4gICAgICAgICAgICA8ZGl2IGNsYXNzPVwiaW5mby1pbWctYmlnLXYzX19jb250ZW50LS1pbm5lclwiPlxuICAgICAgICAgICAgICAgIDxoMj5mb3JtZW50ZXJhPC9oMj5cbiAgICAgICAgICAgICAgICA8cD7igJxVbmEgaXNsYSBkZSBlbnN1ZcOxbyBlbiBlbCBNZWRpdGVycsOhbmVv4oCdPC9wPlxuICAgICAgICAgICAgPC9kaXY+XG4gICAgICAgIDwvZGl2PlxuICAgIDwvZGl2PlxuPC9zZWN0aW9uPlxuIl19
|
package/esm2022/lib/components/core/babylon-info-circle-imgs/babylon-info-circle-imgs.component.mjs
ADDED
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { Component } from '@angular/core';
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
3
|
+
export class BabylonInfoCircleImgsComponent {
|
|
4
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: BabylonInfoCircleImgsComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
5
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.12", type: BabylonInfoCircleImgsComponent, isStandalone: true, selector: "lib-babylon-info-circle-imgs", ngImport: i0, template: "<section class=\"alquiler-vehiculos\">\n <div class=\"container\">\n <div class=\"alquiler-vehiculos__inner\">\n <span class=\"alquiler-vehiculos__title\"\n >Cont\u00E1ctanos y obt\u00E9n nuestros c\u00F3digos promocionales</span\n >\n <ul class=\"alquiler-vehiculos__list\">\n <li class=\"alquiler-vehiculos__item\">\n <figure>\n <img src=\"/assets/babylon/images/img-17.webp\" />\n </figure>\n </li>\n <li class=\"alquiler-vehiculos__item\">\n <figure>\n <img src=\"/assets/babylon/images/img-109.jpg\" />\n </figure>\n </li>\n <li class=\"alquiler-vehiculos__item\">\n <figure>\n <img src=\"/assets/babylon/images/img-110.jpg\" />\n </figure>\n </li>\n </ul>\n <p class=\"alquiler-vehiculos__text\">\n En transporte y alquileres de coche o moto para tus vacaciones\n en Formentera\n </p>\n <div class=\"btn__group\">\n <button class=\"btn btn__secondary\">\n <span>M\u00E1s Informaci\u00F3n</span>\n </button>\n </div>\n </div>\n </div>\n</section>\n", styles: [":root{--font-title: \"the-seasons\", Helvetica, sans-serif;--font-pretitle: \"Poppins\", Helvetica, sans-serif;--font-text: \"Poppins\", Helvetica, sans-serif;--font-claim: \"turbinado-pro\", Helvetica, sans-serif;--cl_corp: #24262d;--cl_accent: #aa8453;--cl_icon: #978667;--cl_icon-light: #fff;--cl_border-light: #ededed;--cl_border-dark: #d9e1e6;--cl_shadow: rgba(0, 0, 0, .1);--cl_breadcrumb: #24262d;--cl_breadcrumb-hover: #978667;--cl_preload-bg: #ededed;--cl_preload: #24262d;--cl_background_body: #fdfbf8;--cl_background_white: #fff;--cl_background_dark: #19314b;--cl_background_gray: #eee;--cl_background_dark-opacity: #19314bbf;--cl_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}.alquiler-vehiculos{overflow:clip;padding-block:4.9rem 5rem}@media (min-width: 540px){.alquiler-vehiculos{padding-block:6rem}}@media (min-width: 768px){.alquiler-vehiculos{padding-block:7rem}}@media (min-width: 1280px){.alquiler-vehiculos{padding-block:8rem}}@media (min-width: 1366px){.alquiler-vehiculos{padding-block:9rem}}@media (min-width: 1680px){.alquiler-vehiculos{padding-block:10rem}}.alquiler-vehiculos__inner{display:flex;width:max-content;max-width:100%;margin-inline:auto;flex-direction:column;align-items:center;gap:3rem;text-align:center;isolation:isolate}@media (min-width: 540px){.alquiler-vehiculos__inner{gap:4rem}}@media (min-width: 1024px){.alquiler-vehiculos__inner:hover .btn__group{opacity:1;pointer-events:initial}}.alquiler-vehiculos__title{text-transform:uppercase;color:#4a4a49;font-size:1.4rem;line-height:1.4285714286;letter-spacing:.14rem}@media (min-width: 768px){.alquiler-vehiculos__title{font-size:1.7rem;line-height:1.2941176471}}@media (min-width: 1280px){.alquiler-vehiculos__title{font-size:1.8rem;line-height:1;letter-spacing:.36rem}}.alquiler-vehiculos__list{position:relative;display:flex;flex-wrap:wrap;justify-content:center;column-gap:2.707rem}@media (min-width: 540px){.alquiler-vehiculos__list{column-gap:3.42rem}}@media (min-width: 768px){.alquiler-vehiculos__list{column-gap:8rem}}@media (min-width: 1024px){.alquiler-vehiculos__list{column-gap:9rem}}.alquiler-vehiculos__item{position:relative}.alquiler-vehiculos__item figure{aspect-ratio:1;width:12.181rem;border-radius:100vw}@media (min-width: 540px){.alquiler-vehiculos__item figure{width:15.39rem}}@media (min-width: 768px){.alquiler-vehiculos__item figure{width:18rem}}.alquiler-vehiculos__item:not(:first-child):not(:last-child):before{position:absolute;left:50%;top:50%;width:150svw;height:100svh;content:\"\";transform:translate(-50%);z-index:-2;background:#f9f8f5;pointer-events:none}.alquiler-vehiculos__text{font-size:1.6rem;line-height:1.5;color:#4a4a49cc}@media (min-width: 540px){.alquiler-vehiculos__text{font-size:1.8rem;line-height:1.5555555556}}@media (min-width: 768px){.alquiler-vehiculos__text{font-size:2rem;line-height:1.6;letter-spacing:.04rem}}@media (min-width: 1280px){.alquiler-vehiculos__text{font-size:2rem;line-height:1.7}}.alquiler-vehiculos .btn__group{justify-content:center;transition:all .5s}@media (min-width: 1024px){.alquiler-vehiculos .btn__group{margin-top:-1rem;opacity:0;pointer-events:none}}\n"] }); }
|
|
6
|
+
}
|
|
7
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: BabylonInfoCircleImgsComponent, decorators: [{
|
|
8
|
+
type: Component,
|
|
9
|
+
args: [{ selector: 'lib-babylon-info-circle-imgs', standalone: true, imports: [], template: "<section class=\"alquiler-vehiculos\">\n <div class=\"container\">\n <div class=\"alquiler-vehiculos__inner\">\n <span class=\"alquiler-vehiculos__title\"\n >Cont\u00E1ctanos y obt\u00E9n nuestros c\u00F3digos promocionales</span\n >\n <ul class=\"alquiler-vehiculos__list\">\n <li class=\"alquiler-vehiculos__item\">\n <figure>\n <img src=\"/assets/babylon/images/img-17.webp\" />\n </figure>\n </li>\n <li class=\"alquiler-vehiculos__item\">\n <figure>\n <img src=\"/assets/babylon/images/img-109.jpg\" />\n </figure>\n </li>\n <li class=\"alquiler-vehiculos__item\">\n <figure>\n <img src=\"/assets/babylon/images/img-110.jpg\" />\n </figure>\n </li>\n </ul>\n <p class=\"alquiler-vehiculos__text\">\n En transporte y alquileres de coche o moto para tus vacaciones\n en Formentera\n </p>\n <div class=\"btn__group\">\n <button class=\"btn btn__secondary\">\n <span>M\u00E1s Informaci\u00F3n</span>\n </button>\n </div>\n </div>\n </div>\n</section>\n", styles: [":root{--font-title: \"the-seasons\", Helvetica, sans-serif;--font-pretitle: \"Poppins\", Helvetica, sans-serif;--font-text: \"Poppins\", Helvetica, sans-serif;--font-claim: \"turbinado-pro\", Helvetica, sans-serif;--cl_corp: #24262d;--cl_accent: #aa8453;--cl_icon: #978667;--cl_icon-light: #fff;--cl_border-light: #ededed;--cl_border-dark: #d9e1e6;--cl_shadow: rgba(0, 0, 0, .1);--cl_breadcrumb: #24262d;--cl_breadcrumb-hover: #978667;--cl_preload-bg: #ededed;--cl_preload: #24262d;--cl_background_body: #fdfbf8;--cl_background_white: #fff;--cl_background_dark: #19314b;--cl_background_gray: #eee;--cl_background_dark-opacity: #19314bbf;--cl_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}.alquiler-vehiculos{overflow:clip;padding-block:4.9rem 5rem}@media (min-width: 540px){.alquiler-vehiculos{padding-block:6rem}}@media (min-width: 768px){.alquiler-vehiculos{padding-block:7rem}}@media (min-width: 1280px){.alquiler-vehiculos{padding-block:8rem}}@media (min-width: 1366px){.alquiler-vehiculos{padding-block:9rem}}@media (min-width: 1680px){.alquiler-vehiculos{padding-block:10rem}}.alquiler-vehiculos__inner{display:flex;width:max-content;max-width:100%;margin-inline:auto;flex-direction:column;align-items:center;gap:3rem;text-align:center;isolation:isolate}@media (min-width: 540px){.alquiler-vehiculos__inner{gap:4rem}}@media (min-width: 1024px){.alquiler-vehiculos__inner:hover .btn__group{opacity:1;pointer-events:initial}}.alquiler-vehiculos__title{text-transform:uppercase;color:#4a4a49;font-size:1.4rem;line-height:1.4285714286;letter-spacing:.14rem}@media (min-width: 768px){.alquiler-vehiculos__title{font-size:1.7rem;line-height:1.2941176471}}@media (min-width: 1280px){.alquiler-vehiculos__title{font-size:1.8rem;line-height:1;letter-spacing:.36rem}}.alquiler-vehiculos__list{position:relative;display:flex;flex-wrap:wrap;justify-content:center;column-gap:2.707rem}@media (min-width: 540px){.alquiler-vehiculos__list{column-gap:3.42rem}}@media (min-width: 768px){.alquiler-vehiculos__list{column-gap:8rem}}@media (min-width: 1024px){.alquiler-vehiculos__list{column-gap:9rem}}.alquiler-vehiculos__item{position:relative}.alquiler-vehiculos__item figure{aspect-ratio:1;width:12.181rem;border-radius:100vw}@media (min-width: 540px){.alquiler-vehiculos__item figure{width:15.39rem}}@media (min-width: 768px){.alquiler-vehiculos__item figure{width:18rem}}.alquiler-vehiculos__item:not(:first-child):not(:last-child):before{position:absolute;left:50%;top:50%;width:150svw;height:100svh;content:\"\";transform:translate(-50%);z-index:-2;background:#f9f8f5;pointer-events:none}.alquiler-vehiculos__text{font-size:1.6rem;line-height:1.5;color:#4a4a49cc}@media (min-width: 540px){.alquiler-vehiculos__text{font-size:1.8rem;line-height:1.5555555556}}@media (min-width: 768px){.alquiler-vehiculos__text{font-size:2rem;line-height:1.6;letter-spacing:.04rem}}@media (min-width: 1280px){.alquiler-vehiculos__text{font-size:2rem;line-height:1.7}}.alquiler-vehiculos .btn__group{justify-content:center;transition:all .5s}@media (min-width: 1024px){.alquiler-vehiculos .btn__group{margin-top:-1rem;opacity:0;pointer-events:none}}\n"] }]
|
|
10
|
+
}] });
|
|
11
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYmFieWxvbi1pbmZvLWNpcmNsZS1pbWdzLmNvbXBvbmVudC5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL2JhYnlsb24vc3JjL2xpYi9jb21wb25lbnRzL2NvcmUvYmFieWxvbi1pbmZvLWNpcmNsZS1pbWdzL2JhYnlsb24taW5mby1jaXJjbGUtaW1ncy5jb21wb25lbnQudHMiLCIuLi8uLi8uLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9iYWJ5bG9uL3NyYy9saWIvY29tcG9uZW50cy9jb3JlL2JhYnlsb24taW5mby1jaXJjbGUtaW1ncy9iYWJ5bG9uLWluZm8tY2lyY2xlLWltZ3MuY29tcG9uZW50Lmh0bWwiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFFLFNBQVMsRUFBRSxNQUFNLGVBQWUsQ0FBQzs7QUFTMUMsTUFBTSxPQUFPLDhCQUE4QjsrR0FBOUIsOEJBQThCO21HQUE5Qiw4QkFBOEIsd0ZDVDNDLHM1Q0FtQ0E7OzRGRDFCYSw4QkFBOEI7a0JBUDFDLFNBQVM7K0JBQ0ksOEJBQThCLGNBQzVCLElBQUksV0FDUCxFQUFFIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgQ29tcG9uZW50IH0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XG5cbkBDb21wb25lbnQoe1xuICAgIHNlbGVjdG9yOiAnbGliLWJhYnlsb24taW5mby1jaXJjbGUtaW1ncycsXG4gICAgc3RhbmRhbG9uZTogdHJ1ZSxcbiAgICBpbXBvcnRzOiBbXSxcbiAgICB0ZW1wbGF0ZVVybDogJy4vYmFieWxvbi1pbmZvLWNpcmNsZS1pbWdzLmNvbXBvbmVudC5odG1sJyxcbiAgICBzdHlsZVVybDogJy4vYmFieWxvbi1pbmZvLWNpcmNsZS1pbWdzLmNvbXBvbmVudC5zY3NzJyxcbn0pXG5leHBvcnQgY2xhc3MgQmFieWxvbkluZm9DaXJjbGVJbWdzQ29tcG9uZW50IHt9XG4iLCI8c2VjdGlvbiBjbGFzcz1cImFscXVpbGVyLXZlaGljdWxvc1wiPlxuICAgIDxkaXYgY2xhc3M9XCJjb250YWluZXJcIj5cbiAgICAgICAgPGRpdiBjbGFzcz1cImFscXVpbGVyLXZlaGljdWxvc19faW5uZXJcIj5cbiAgICAgICAgICAgIDxzcGFuIGNsYXNzPVwiYWxxdWlsZXItdmVoaWN1bG9zX190aXRsZVwiXG4gICAgICAgICAgICAgICAgPkNvbnTDoWN0YW5vcyB5IG9idMOpbiBudWVzdHJvcyBjw7NkaWdvcyBwcm9tb2Npb25hbGVzPC9zcGFuXG4gICAgICAgICAgICA+XG4gICAgICAgICAgICA8dWwgY2xhc3M9XCJhbHF1aWxlci12ZWhpY3Vsb3NfX2xpc3RcIj5cbiAgICAgICAgICAgICAgICA8bGkgY2xhc3M9XCJhbHF1aWxlci12ZWhpY3Vsb3NfX2l0ZW1cIj5cbiAgICAgICAgICAgICAgICAgICAgPGZpZ3VyZT5cbiAgICAgICAgICAgICAgICAgICAgICAgIDxpbWcgc3JjPVwiL2Fzc2V0cy9iYWJ5bG9uL2ltYWdlcy9pbWctMTcud2VicFwiIC8+XG4gICAgICAgICAgICAgICAgICAgIDwvZmlndXJlPlxuICAgICAgICAgICAgICAgIDwvbGk+XG4gICAgICAgICAgICAgICAgPGxpIGNsYXNzPVwiYWxxdWlsZXItdmVoaWN1bG9zX19pdGVtXCI+XG4gICAgICAgICAgICAgICAgICAgIDxmaWd1cmU+XG4gICAgICAgICAgICAgICAgICAgICAgICA8aW1nIHNyYz1cIi9hc3NldHMvYmFieWxvbi9pbWFnZXMvaW1nLTEwOS5qcGdcIiAvPlxuICAgICAgICAgICAgICAgICAgICA8L2ZpZ3VyZT5cbiAgICAgICAgICAgICAgICA8L2xpPlxuICAgICAgICAgICAgICAgIDxsaSBjbGFzcz1cImFscXVpbGVyLXZlaGljdWxvc19faXRlbVwiPlxuICAgICAgICAgICAgICAgICAgICA8ZmlndXJlPlxuICAgICAgICAgICAgICAgICAgICAgICAgPGltZyBzcmM9XCIvYXNzZXRzL2JhYnlsb24vaW1hZ2VzL2ltZy0xMTAuanBnXCIgLz5cbiAgICAgICAgICAgICAgICAgICAgPC9maWd1cmU+XG4gICAgICAgICAgICAgICAgPC9saT5cbiAgICAgICAgICAgIDwvdWw+XG4gICAgICAgICAgICA8cCBjbGFzcz1cImFscXVpbGVyLXZlaGljdWxvc19fdGV4dFwiPlxuICAgICAgICAgICAgICAgIEVuIHRyYW5zcG9ydGUgeSBhbHF1aWxlcmVzIGRlIGNvY2hlIG8gbW90byBwYXJhIHR1cyB2YWNhY2lvbmVzXG4gICAgICAgICAgICAgICAgZW4gRm9ybWVudGVyYVxuICAgICAgICAgICAgPC9wPlxuICAgICAgICAgICAgPGRpdiBjbGFzcz1cImJ0bl9fZ3JvdXBcIj5cbiAgICAgICAgICAgICAgICA8YnV0dG9uIGNsYXNzPVwiYnRuIGJ0bl9fc2Vjb25kYXJ5XCI+XG4gICAgICAgICAgICAgICAgICAgIDxzcGFuPk3DoXMgSW5mb3JtYWNpw7NuPC9zcGFuPlxuICAgICAgICAgICAgICAgIDwvYnV0dG9uPlxuICAgICAgICAgICAgPC9kaXY+XG4gICAgICAgIDwvZGl2PlxuICAgIDwvZGl2PlxuPC9zZWN0aW9uPlxuIl19
|