ctt-babylon 0.22.0 → 0.22.2
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/esm2022/lib/components/core/babylon-info-zigzag-v5/babylon-info-zigzag-v5.component.mjs +3 -3
- package/esm2022/lib/components/core/babylon-lis-c2-img-vid/babylon-lis-c2-img-vid.component.mjs +3 -3
- package/esm2022/lib/components/core/babylon-rooms-list-v2/babylon-rooms-list-v2.component.mjs +3 -3
- package/esm2022/lib/services/mapper/mapper.service.mjs +2 -1
- package/fesm2022/ctt-babylon.mjs +7 -6
- package/fesm2022/ctt-babylon.mjs.map +1 -1
- package/lib/components/core/babylon-lis-c2-img-vid/babylon-lis-c2-img-vid.component.d.ts +3 -3
- package/package.json +1 -1
package/fesm2022/ctt-babylon.mjs
CHANGED
|
@@ -3272,6 +3272,7 @@ class MapperService {
|
|
|
3272
3272
|
case 'gallery':
|
|
3273
3273
|
case 'galleryv2':
|
|
3274
3274
|
case 'lisc2imgvid':
|
|
3275
|
+
case 'babylonlisc2imgvid':
|
|
3275
3276
|
componentMapped.props = this.mapGallery(component.props);
|
|
3276
3277
|
break;
|
|
3277
3278
|
case 'nav':
|
|
@@ -14755,7 +14756,7 @@ class BabylonInfoZigzagV5Component {
|
|
|
14755
14756
|
this.hasBackground = false;
|
|
14756
14757
|
}
|
|
14757
14758
|
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: BabylonInfoZigzagV5Component, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
14758
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "17.3.12", type: BabylonInfoZigzagV5Component, isStandalone: true, selector: "lib-babylon-info-zigzag-v5", inputs: { rightSide: "rightSide", leftSide: "leftSide", texts: "texts", multimedia: "multimedia", buttons: "buttons", hasBackground: "hasBackground" }, ngImport: i0, template: "<section\n class=\"zigzag-v4 zigzag-v4--right-img js-active-slider\"\n [ngClass]=\"{\n 'zigzag-v4--right-img': rightSide || leftSide,\n background: hasBackground,\n }\"\n data-slides_infinite=\"true\"\n data-slider_name=\"js-zigzag-v4-slider\"\n data-slider_showbtns=\"true\"\n data-slider_btns=\"icon-small\"\n data-slider_showdots=\"false\"\n data-slider_fade=\"true\"\n data-slider_autoplay=\"true\"\n data-slides_pc=\"1\"\n>\n <div class=\"container\">\n <div class=\"zigzag-v4__inner\">\n <!-- @if (texts?.title) {\n <span class=\"zigzag-v4__title\">{{ texts?.title }}</span>\n }\n -->\n <div class=\"relative\">\n <div\n class=\"zigzag-v4__slider js-zigzag-v4-slider js-slider_fix-arrows\"\n sliderFixArrows\n >\n @for (imagen of multimedia?.imagenes; track $index) {\n <div>\n <div class=\"zigzag-v4__item\">\n <div class=\"zigzag-v4__image\">\n @if (imagen?.img?.src) {\n <figure\n class=\"js-slider_fix-arrows-zone\"\n >\n <svg\n aria-hidden=\"true\"\n focusable=\"false\"\n class=\"zigzag-v4__image--graphic\"\n >\n <use\n href=\"/assets/babylon/svg/icon-graphic.svg#icon-graphic\"\n ></use>\n </svg>\n <img\n [src]=\"\n imagen?.img?.src ||\n 'data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7'\n \"\n [alt]=\"imagen?.img?.alt\"\n />\n </figure>\n }\n @if (\n imagen.buttons?.length ??\n buttons?.length\n ) {\n <div class=\"btn__group\">\n @for (\n button of imagen?.buttons ??\n buttons;\n track $index\n ) {\n <a\n role=\"button\"\n [href]=\"button?.url\"\n [linkType]=\"\n button?.linkType\n \"\n class=\"btn btn__primary\"\n >\n <span>{{\n button?.label\n }}</span>\n </a>\n }\n </div>\n }\n </div>\n\n <div class=\"zigzag-v4__content\">\n @if (texts?.title) {\n <h2>\n <span\n class=\"maxWidth\"\n [innerHTML]=\"texts?.title\"\n ></span>\n </h2>\n }\n @if (texts?.additional) {\n <h2>\n <span\n [innerHTML]=\"texts?.additional\"\n ></span>\n </h2>\n }\n @if (texts?.subtitle) {\n <span class=\"zigzag-v4__sub-heading\">{{\n texts?.subtitle\n }}</span>\n }\n @if (texts?.description) {\n <p [innerHTML]=\"texts?.description\"></p>\n }\n @if (\n imagen.buttons?.length ??\n buttons?.length\n ) {\n <div class=\"btn__group\">\n @for (\n button of imagen.buttons ??\n buttons;\n track $index\n ) {\n <a\n role=\"button\"\n [href]=\"button?.url\"\n [linkType]=\"\n button?.linkType\n \"\n class=\"btn btn__primary\"\n >\n <span>{{\n button?.label\n }}</span>\n </a>\n }\n </div>\n }\n </div>\n </div>\n </div>\n }\n </div>\n <div\n class=\"js-slider-arrows arrows--absolute arrows--full\"\n ></div>\n </div>\n </div>\n </div>\n</section>\n", styles: ["@media (min-width: 1280px){.order-custom-xl-xxl-1{order:1}.order-custom-xl-xxl-2{order:2}}.flex-row{flex-direction:row!important}.flex-column{flex-direction:column!important}.flex-row-reverse{flex-direction:row-reverse!important}.flex-column-reverse{flex-direction:column-reverse!important}.flex-wrap{flex-wrap:wrap!important}.flex-nowrap{flex-wrap:nowrap!important}.flex-wrap-reverse{flex-wrap:wrap-reverse!important}.flex-fill{flex:1 1 auto!important}.flex-grow-0{flex-grow:0!important}.flex-grow-1{flex-grow:1!important}.flex-shrink-0{flex-shrink:0!important}.flex-shrink-1{flex-shrink:1!important}.justify-content-start{justify-content:flex-start!important}.justify-content-end{justify-content:flex-end!important}.justify-content-center{justify-content:center!important}.justify-content-between{justify-content:space-between!important}.justify-content-around{justify-content:space-around!important}.align-items-start{align-items:flex-start!important}.align-items-end{align-items:flex-end!important}.align-items-center{align-items:center!important}.align-items-baseline{align-items:baseline!important}.align-items-stretch{align-items:stretch!important}.align-content-start{align-content:flex-start!important}.align-content-end{align-content:flex-end!important}.align-content-center{align-content:center!important}.align-content-between{align-content:space-between!important}.align-content-around{align-content:space-around!important}.align-content-stretch{align-content:stretch!important}.align-self-auto{align-self:auto!important}.align-self-start{align-self:flex-start!important}.align-self-end{align-self:flex-end!important}.align-self-center{align-self:center!important}.align-self-baseline{align-self:baseline!important}.align-self-stretch{align-self:stretch!important}.m-auto{margin:auto!important}.mt-auto,.my-auto{margin-top:auto!important}.mr-auto,.mx-auto{margin-right:auto!important}.mb-auto,.my-auto{margin-bottom:auto!important}.ml-auto,.mx-auto{margin-left:auto!important}@media (min-width: 540px){.flex-sm-row{flex-direction:row!important}.flex-sm-column{flex-direction:column!important}.flex-sm-row-reverse{flex-direction:row-reverse!important}.flex-sm-column-reverse{flex-direction:column-reverse!important}.flex-sm-wrap{flex-wrap:wrap!important}.flex-sm-nowrap{flex-wrap:nowrap!important}.flex-sm-wrap-reverse{flex-wrap:wrap-reverse!important}.flex-sm-fill{flex:1 1 auto!important}.flex-sm-grow-0{flex-grow:0!important}.flex-sm-grow-1{flex-grow:1!important}.flex-sm-shrink-0{flex-shrink:0!important}.flex-sm-shrink-1{flex-shrink:1!important}.justify-content-sm-start{justify-content:flex-start!important}.justify-content-sm-end{justify-content:flex-end!important}.justify-content-sm-center{justify-content:center!important}.justify-content-sm-between{justify-content:space-between!important}.justify-content-sm-around{justify-content:space-around!important}.align-items-sm-start{align-items:flex-start!important}.align-items-sm-end{align-items:flex-end!important}.align-items-sm-center{align-items:center!important}.align-items-sm-baseline{align-items:baseline!important}.align-items-sm-stretch{align-items:stretch!important}.align-content-sm-start{align-content:flex-start!important}.align-content-sm-end{align-content:flex-end!important}.align-content-sm-center{align-content:center!important}.align-content-sm-between{align-content:space-between!important}.align-content-sm-around{align-content:space-around!important}.align-content-sm-stretch{align-content:stretch!important}.align-self-sm-auto{align-self:auto!important}.align-self-sm-start{align-self:flex-start!important}.align-self-sm-end{align-self:flex-end!important}.align-self-sm-center{align-self:center!important}.align-self-sm-baseline{align-self:baseline!important}.align-self-sm-stretch{align-self:stretch!important}.m-sm-auto{margin:auto!important}.mt-sm-auto,.my-sm-auto{margin-top:auto!important}.mr-sm-auto,.mx-sm-auto{margin-right:auto!important}.mb-sm-auto,.my-sm-auto{margin-bottom:auto!important}.ml-sm-auto,.mx-sm-auto{margin-left:auto!important}}@media (min-width: 768px){.flex-md-row{flex-direction:row!important}.flex-md-column{flex-direction:column!important}.flex-md-row-reverse{flex-direction:row-reverse!important}.flex-md-column-reverse{flex-direction:column-reverse!important}.flex-md-wrap{flex-wrap:wrap!important}.flex-md-nowrap{flex-wrap:nowrap!important}.flex-md-wrap-reverse{flex-wrap:wrap-reverse!important}.flex-md-fill{flex:1 1 auto!important}.flex-md-grow-0{flex-grow:0!important}.flex-md-grow-1{flex-grow:1!important}.flex-md-shrink-0{flex-shrink:0!important}.flex-md-shrink-1{flex-shrink:1!important}.justify-content-md-start{justify-content:flex-start!important}.justify-content-md-end{justify-content:flex-end!important}.justify-content-md-center{justify-content:center!important}.justify-content-md-between{justify-content:space-between!important}.justify-content-md-around{justify-content:space-around!important}.align-items-md-start{align-items:flex-start!important}.align-items-md-end{align-items:flex-end!important}.align-items-md-center{align-items:center!important}.align-items-md-baseline{align-items:baseline!important}.align-items-md-stretch{align-items:stretch!important}.align-content-md-start{align-content:flex-start!important}.align-content-md-end{align-content:flex-end!important}.align-content-md-center{align-content:center!important}.align-content-md-between{align-content:space-between!important}.align-content-md-around{align-content:space-around!important}.align-content-md-stretch{align-content:stretch!important}.align-self-md-auto{align-self:auto!important}.align-self-md-start{align-self:flex-start!important}.align-self-md-end{align-self:flex-end!important}.align-self-md-center{align-self:center!important}.align-self-md-baseline{align-self:baseline!important}.align-self-md-stretch{align-self:stretch!important}.m-md-auto{margin:auto!important}.mt-md-auto,.my-md-auto{margin-top:auto!important}.mr-md-auto,.mx-md-auto{margin-right:auto!important}.mb-md-auto,.my-md-auto{margin-bottom:auto!important}.ml-md-auto,.mx-md-auto{margin-left:auto!important}}@media (min-width: 1025px){.flex-lg-row{flex-direction:row!important}.flex-lg-column{flex-direction:column!important}.flex-lg-row-reverse{flex-direction:row-reverse!important}.flex-lg-column-reverse{flex-direction:column-reverse!important}.flex-lg-wrap{flex-wrap:wrap!important}.flex-lg-nowrap{flex-wrap:nowrap!important}.flex-lg-wrap-reverse{flex-wrap:wrap-reverse!important}.flex-lg-fill{flex:1 1 auto!important}.flex-lg-grow-0{flex-grow:0!important}.flex-lg-grow-1{flex-grow:1!important}.flex-lg-shrink-0{flex-shrink:0!important}.flex-lg-shrink-1{flex-shrink:1!important}.justify-content-lg-start{justify-content:flex-start!important}.justify-content-lg-end{justify-content:flex-end!important}.justify-content-lg-center{justify-content:center!important}.justify-content-lg-between{justify-content:space-between!important}.justify-content-lg-around{justify-content:space-around!important}.align-items-lg-start{align-items:flex-start!important}.align-items-lg-end{align-items:flex-end!important}.align-items-lg-center{align-items:center!important}.align-items-lg-baseline{align-items:baseline!important}.align-items-lg-stretch{align-items:stretch!important}.align-content-lg-start{align-content:flex-start!important}.align-content-lg-end{align-content:flex-end!important}.align-content-lg-center{align-content:center!important}.align-content-lg-between{align-content:space-between!important}.align-content-lg-around{align-content:space-around!important}.align-content-lg-stretch{align-content:stretch!important}.align-self-lg-auto{align-self:auto!important}.align-self-lg-start{align-self:flex-start!important}.align-self-lg-end{align-self:flex-end!important}.align-self-lg-center{align-self:center!important}.align-self-lg-baseline{align-self:baseline!important}.align-self-lg-stretch{align-self:stretch!important}.m-lg-auto{margin:auto!important}.mt-lg-auto,.my-lg-auto{margin-top:auto!important}.mr-lg-auto,.mx-lg-auto{margin-right:auto!important}.mb-lg-auto,.my-lg-auto{margin-bottom:auto!important}.ml-lg-auto,.mx-lg-auto{margin-left:auto!important}}@media (min-width: 1280px){.flex-xl-row{flex-direction:row!important}.flex-xl-column{flex-direction:column!important}.flex-xl-row-reverse{flex-direction:row-reverse!important}.flex-xl-column-reverse{flex-direction:column-reverse!important}.flex-xl-wrap{flex-wrap:wrap!important}.flex-xl-nowrap{flex-wrap:nowrap!important}.flex-xl-wrap-reverse{flex-wrap:wrap-reverse!important}.flex-xl-fill{flex:1 1 auto!important}.flex-xl-grow-0{flex-grow:0!important}.flex-xl-grow-1{flex-grow:1!important}.flex-xl-shrink-0{flex-shrink:0!important}.flex-xl-shrink-1{flex-shrink:1!important}.justify-content-xl-start{justify-content:flex-start!important}.justify-content-xl-end{justify-content:flex-end!important}.justify-content-xl-center{justify-content:center!important}.justify-content-xl-between{justify-content:space-between!important}.justify-content-xl-around{justify-content:space-around!important}.align-items-xl-start{align-items:flex-start!important}.align-items-xl-end{align-items:flex-end!important}.align-items-xl-center{align-items:center!important}.align-items-xl-baseline{align-items:baseline!important}.align-items-xl-stretch{align-items:stretch!important}.align-content-xl-start{align-content:flex-start!important}.align-content-xl-end{align-content:flex-end!important}.align-content-xl-center{align-content:center!important}.align-content-xl-between{align-content:space-between!important}.align-content-xl-around{align-content:space-around!important}.align-content-xl-stretch{align-content:stretch!important}.align-self-xl-auto{align-self:auto!important}.align-self-xl-start{align-self:flex-start!important}.align-self-xl-end{align-self:flex-end!important}.align-self-xl-center{align-self:center!important}.align-self-xl-baseline{align-self:baseline!important}.align-self-xl-stretch{align-self:stretch!important}.m-xl-auto{margin:auto!important}.mt-xl-auto,.my-xl-auto{margin-top:auto!important}.mr-xl-auto,.mx-xl-auto{margin-right:auto!important}.mb-xl-auto,.my-xl-auto{margin-bottom:auto!important}.ml-xl-auto,.mx-xl-auto{margin-left:auto!important}}@media (min-width: 1366px){.flex-xxl-row{flex-direction:row!important}.flex-xxl-column{flex-direction:column!important}.flex-xxl-row-reverse{flex-direction:row-reverse!important}.flex-xxl-column-reverse{flex-direction:column-reverse!important}.flex-xxl-wrap{flex-wrap:wrap!important}.flex-xxl-nowrap{flex-wrap:nowrap!important}.flex-xxl-wrap-reverse{flex-wrap:wrap-reverse!important}.flex-xxl-fill{flex:1 1 auto!important}.flex-xxl-grow-0{flex-grow:0!important}.flex-xxl-grow-1{flex-grow:1!important}.flex-xxl-shrink-0{flex-shrink:0!important}.flex-xxl-shrink-1{flex-shrink:1!important}.justify-content-xxl-start{justify-content:flex-start!important}.justify-content-xxl-end{justify-content:flex-end!important}.justify-content-xxl-center{justify-content:center!important}.justify-content-xxl-between{justify-content:space-between!important}.justify-content-xxl-around{justify-content:space-around!important}.align-items-xxl-start{align-items:flex-start!important}.align-items-xxl-end{align-items:flex-end!important}.align-items-xxl-center{align-items:center!important}.align-items-xxl-baseline{align-items:baseline!important}.align-items-xxl-stretch{align-items:stretch!important}.align-content-xxl-start{align-content:flex-start!important}.align-content-xxl-end{align-content:flex-end!important}.align-content-xxl-center{align-content:center!important}.align-content-xxl-between{align-content:space-between!important}.align-content-xxl-around{align-content:space-around!important}.align-content-xxl-stretch{align-content:stretch!important}.align-self-xxl-auto{align-self:auto!important}.align-self-xxl-start{align-self:flex-start!important}.align-self-xxl-end{align-self:flex-end!important}.align-self-xxl-center{align-self:center!important}.align-self-xxl-baseline{align-self:baseline!important}.align-self-xxl-stretch{align-self:stretch!important}.m-xxl-auto{margin:auto!important}.mt-xxl-auto,.my-xxl-auto{margin-top:auto!important}.mr-xxl-auto,.mx-xxl-auto{margin-right:auto!important}.mb-xxl-auto,.my-xxl-auto{margin-bottom:auto!important}.ml-xxl-auto,.mx-xxl-auto{margin-left:auto!important}}@media (min-width: 1680px){.flex-xxxl-row{flex-direction:row!important}.flex-xxxl-column{flex-direction:column!important}.flex-xxxl-row-reverse{flex-direction:row-reverse!important}.flex-xxxl-column-reverse{flex-direction:column-reverse!important}.flex-xxxl-wrap{flex-wrap:wrap!important}.flex-xxxl-nowrap{flex-wrap:nowrap!important}.flex-xxxl-wrap-reverse{flex-wrap:wrap-reverse!important}.flex-xxxl-fill{flex:1 1 auto!important}.flex-xxxl-grow-0{flex-grow:0!important}.flex-xxxl-grow-1{flex-grow:1!important}.flex-xxxl-shrink-0{flex-shrink:0!important}.flex-xxxl-shrink-1{flex-shrink:1!important}.justify-content-xxxl-start{justify-content:flex-start!important}.justify-content-xxxl-end{justify-content:flex-end!important}.justify-content-xxxl-center{justify-content:center!important}.justify-content-xxxl-between{justify-content:space-between!important}.justify-content-xxxl-around{justify-content:space-around!important}.align-items-xxxl-start{align-items:flex-start!important}.align-items-xxxl-end{align-items:flex-end!important}.align-items-xxxl-center{align-items:center!important}.align-items-xxxl-baseline{align-items:baseline!important}.align-items-xxxl-stretch{align-items:stretch!important}.align-content-xxxl-start{align-content:flex-start!important}.align-content-xxxl-end{align-content:flex-end!important}.align-content-xxxl-center{align-content:center!important}.align-content-xxxl-between{align-content:space-between!important}.align-content-xxxl-around{align-content:space-around!important}.align-content-xxxl-stretch{align-content:stretch!important}.align-self-xxxl-auto{align-self:auto!important}.align-self-xxxl-start{align-self:flex-start!important}.align-self-xxxl-end{align-self:flex-end!important}.align-self-xxxl-center{align-self:center!important}.align-self-xxxl-baseline{align-self:baseline!important}.align-self-xxxl-stretch{align-self:stretch!important}.m-xxxl-auto{margin:auto!important}.mt-xxxl-auto,.my-xxxl-auto{margin-top:auto!important}.mr-xxxl-auto,.mx-xxxl-auto{margin-right:auto!important}.mb-xxxl-auto,.my-xxxl-auto{margin-bottom:auto!important}.ml-xxxl-auto,.mx-xxxl-auto{margin-left:auto!important}}@media (min-width: 1921px){.flex-xxxxl-row{flex-direction:row!important}.flex-xxxxl-column{flex-direction:column!important}.flex-xxxxl-row-reverse{flex-direction:row-reverse!important}.flex-xxxxl-column-reverse{flex-direction:column-reverse!important}.flex-xxxxl-wrap{flex-wrap:wrap!important}.flex-xxxxl-nowrap{flex-wrap:nowrap!important}.flex-xxxxl-wrap-reverse{flex-wrap:wrap-reverse!important}.flex-xxxxl-fill{flex:1 1 auto!important}.flex-xxxxl-grow-0{flex-grow:0!important}.flex-xxxxl-grow-1{flex-grow:1!important}.flex-xxxxl-shrink-0{flex-shrink:0!important}.flex-xxxxl-shrink-1{flex-shrink:1!important}.justify-content-xxxxl-start{justify-content:flex-start!important}.justify-content-xxxxl-end{justify-content:flex-end!important}.justify-content-xxxxl-center{justify-content:center!important}.justify-content-xxxxl-between{justify-content:space-between!important}.justify-content-xxxxl-around{justify-content:space-around!important}.align-items-xxxxl-start{align-items:flex-start!important}.align-items-xxxxl-end{align-items:flex-end!important}.align-items-xxxxl-center{align-items:center!important}.align-items-xxxxl-baseline{align-items:baseline!important}.align-items-xxxxl-stretch{align-items:stretch!important}.align-content-xxxxl-start{align-content:flex-start!important}.align-content-xxxxl-end{align-content:flex-end!important}.align-content-xxxxl-center{align-content:center!important}.align-content-xxxxl-between{align-content:space-between!important}.align-content-xxxxl-around{align-content:space-around!important}.align-content-xxxxl-stretch{align-content:stretch!important}.align-self-xxxxl-auto{align-self:auto!important}.align-self-xxxxl-start{align-self:flex-start!important}.align-self-xxxxl-end{align-self:flex-end!important}.align-self-xxxxl-center{align-self:center!important}.align-self-xxxxl-baseline{align-self:baseline!important}.align-self-xxxxl-stretch{align-self:stretch!important}.m-xxxxl-auto{margin:auto!important}.mt-xxxxl-auto,.my-xxxxl-auto{margin-top:auto!important}.mr-xxxxl-auto,.mx-xxxxl-auto{margin-right:auto!important}.mb-xxxxl-auto,.my-xxxxl-auto{margin-bottom:auto!important}.ml-xxxxl-auto,.mx-xxxxl-auto{margin-left:auto!important}}.mt--0{margin-top:0!important}.mb--0{margin-bottom:0!important}.pt--0{padding-top:0}.pb--0{padding-bottom:0}.mblock--0{margin-block:0px}.pblock--0{padding-block:0px}.mt--10{margin-top:10px!important}.mb--10{margin-bottom:10px!important}.pt--10{padding-top:10px}.pb--10{padding-bottom:10px}.mblock--10{margin-block:10px}.pblock--10{padding-block:10px}.mt--20{margin-top:20px!important}.mb--20{margin-bottom:20px!important}.pt--20{padding-top:20px}.pb--20{padding-bottom:20px}.mblock--20{margin-block:20px}.pblock--20{padding-block:20px}.mt--25{margin-top:25px!important}.mb--25{margin-bottom:25px!important}.pt--25{padding-top:25px}.pb--25{padding-bottom:25px}.mblock--25{margin-block:25px}.pblock--25{padding-block:25px}.mt--30{margin-top:30px!important}.mb--30{margin-bottom:30px!important}.pt--30{padding-top:30px}.pb--30{padding-bottom:30px}.mblock--30{margin-block:30px}.pblock--30{padding-block:30px}.mt--40{margin-top:40px!important}.mb--40{margin-bottom:40px!important}.pt--40{padding-top:40px}.pb--40{padding-bottom:40px}.mblock--40{margin-block:40px}.pblock--40{padding-block:40px}.mt--50{margin-top:50px!important}.mb--50{margin-bottom:50px!important}.pt--50{padding-top:50px}.pb--50{padding-bottom:50px}.mblock--50{margin-block:50px}.pblock--50{padding-block:50px}.mt--60{margin-top:60px!important}.mb--60{margin-bottom:60px!important}.pt--60{padding-top:60px}.pb--60{padding-bottom:60px}.mblock--60{margin-block:60px}.pblock--60{padding-block:60px}.mt--70{margin-top:70px!important}.mb--70{margin-bottom:70px!important}.pt--70{padding-top:70px}.pb--70{padding-bottom:70px}.mblock--70{margin-block:70px}.pblock--70{padding-block:70px}.mt--80{margin-top:80px!important}.mb--80{margin-bottom:80px!important}.pt--80{padding-top:80px}.pb--80{padding-bottom:80px}.mblock--80{margin-block:80px}.pblock--80{padding-block:80px}.mt--90{margin-top:90px!important}.mb--90{margin-bottom:90px!important}.pt--90{padding-top:90px}.pb--90{padding-bottom:90px}.mblock--90{margin-block:90px}.pblock--90{padding-block:90px}.mt--100{margin-top:100px!important}.mb--100{margin-bottom:100px!important}.pt--100{padding-top:100px}.pb--100{padding-bottom:100px}.mblock--100{margin-block:100px}.pblock--100{padding-block:100px}.mt--150{margin-top:150px!important}.mb--150{margin-bottom:150px!important}.pt--150{padding-top:150px}.pb--150{padding-bottom:150px}.mblock--150{margin-block:150px}.pblock--150{padding-block:150px}.mt--180{margin-top:180px!important}.mb--180{margin-bottom:180px!important}.pt--180{padding-top:180px}.pb--180{padding-bottom:180px}.mblock--180{margin-block:180px}.pblock--180{padding-block:180px}@keyframes move-right{0%{right:30px}50%{right:20px}to{right:30px}}:root{--font-title: \"the-seasons\", Helvetica, sans-serif;--font-pretitle: \"Poppins\", Helvetica, sans-serif;--font-text: \"Poppins\", Helvetica, sans-serif;--font-claim: \"turbinado-pro\", Helvetica, sans-serif;--cl_corp: #24262d;--cl_accent: #aa8453;--cl_icon: #978667;--cl_icon-light: #fff;--cl_border-light: #ededed;--cl_border-dark: #d9e1e6;--cl_shadow: rgba(0, 0, 0, .1);--cl_breadcrumb: #24262d;--cl_breadcrumb-hover: #978667;--cl_preload-bg: #ededed;--cl_preload: #24262d;--cl_background_body: #fdfbf8;--cl_background_white: #fff;--cl_background_dark: #19314b;--cl_background_gray: #eee;--cl_background_dark-opacity: #19314bbf;--cl_background_dark-opacity-v2: #1326398b;--cl_background_body-transparent: #ffffffe7;--cl_title: #978667;--cl_subtitle: #19314b;--cl_pretitle: #19314b;--cl_text: #3c3b3b;--cl_title-light: #fff;--cl_subtitle-light: #fff;--cl_pretitle-light: #fff;--cl_text-light: #fff;--cl_text-disable: #888;--w_title: 600;--w_text: 300;--w_subtitle: 300;--w_pretitle: 300;--padding-bottom-slider: 0px;--lh_pretitle-slider: 1.2;--lh_title-slider: 1.2;--cl_header-bg-nosticky: #0000001a;--cl_header-text-nosticky: #fff;--cl_header-bg-sticky: #eee;--cl_header-text-sticky: #19314b;--cl_header-bg-mobile: #b6b6b6;--cl_headerBottom-bg-mobile: #b6b6b6;--cl_header-text-mobile: #19314b;--cl_menu-modal-bg: #19314b;--cl_menu-modal-items: #978667;--cl_menu-modal-items-hover: #fff;--cl_menu-modal-text: #fff;--cl_menu-modal-text-hover: #fff;--ls_menu-modal-items: 1px;--w_menu-modal-items: 300;--hg_menu-img-height: 15rem;--cl_submenu-bg: #19314b;--cl_submenu-text: #fff;--cl_submenu-hover: #978667;--w_btn: 400;--size_btn: 14px;--size_link: 14px;--ls_link: 1px;--ls_btn: 1px;--upper_btn: uppercase;--upper_link: uppercase;--font-btn: \"Poppins\", Helvetica, sans-serif;--font-link: \"Poppins\", Helvetica, sans-serif;--cl_btn-box: #19314b;--cl_btn-box-text: #19314b;--cl_btn-box-hover: #978667;--cl_btn-box-text-hover: #fff;--cl_btn-call: #19314bf2;--cl_btn-call-text: #fff;--cl_btn-call-hover: #978667;--cl_btn-call-text-hover: #fff;--cl_btn-link: #19314b;--cl_btn-link-hover: #978667;--cl_btn-arrow: #19314b;--cl_btn-arrow-icon: #fff;--cl_btn-arrow-hover: #978667;--cl_btn-arrow-icon-hover: #fff;--cl_btn-dots: #24262d;--cl_btn-dots-active: #978667;--cl_btn-dots-hover: #978667;--cl_btn-light: #fff;--cl_btn-light-text: #fff;--cl_btn-light-hover: #978667;--cl_btn-light-text-hover: #978667;--cl_footer-bg: #19314b;--cl_footer-bg-bottom: #0a1d31;--cl_footer-bg-logos: #f8f7f3;--cl_footer-scroll: #978667;--cl_footer-text: #fff;--cl_footer-text-hover: #978667;--btn_radius: 5px;--img_radius: 5px;--img_border: #fff;--img_border-width: 1px;--dropdown-radius: 20px;--cl_background_dropdown: #fdfbf8;--cl_border-dropdown: #d9e1e6;--font-size-engine-text: 14px;--cl_engine-text: #19314b;--cl_engine-bg-nosticky: #ffffffcf;--cl_engine-text-nosticky: #19314b;--cl_engine-bg-sticky: #ffffff00;--cl_engine-text-sticky: #19314b;--cl_engine-bg-modal: #19314bbf;--cl_engine-input-bg: #ebebeb;--cl_engine-input-bg-select: #ebebeb;--cl_dropdown: #19314b;--cl_dropdown-text: #5a5a5a;--cl_dropdown-hover: #19314b;--cl_newsletter-input-background: #d1d1d1;--cl_newsletter-input-text: #5a5a5a;--cl_error: #ff7173;--cl_desde: #bcbbc3;--cl_price: #19314b;--cl_badget: #ff8874;--cl_badget-text: #fff;--alg-service-room-detail: center;--cl_alert-text: #19314b;--cl_alert-text-error: #fff;--cl_alert-background: #fff;--cl_alert-background-error: rgb(230, 92, 92);--mdc-checkbox-disabled-selected-icon-color: rgba(0, 0, 0, .38);--mdc-checkbox-disabled-unselected-icon-color: rgba(0, 0, 0, .38);--mdc-checkbox-selected-checkmark-color: white;--mdc-checkbox-selected-focus-icon-color: var(--cl_corp);--mdc-checkbox-selected-hover-icon-color: var(--cl_corp);--mdc-checkbox-selected-icon-color: var(--cl_corp);--mdc-checkbox-selected-pressed-icon-color: var(--cl_corp);--mdc-checkbox-unselected-focus-icon-color: #212121;--mdc-checkbox-unselected-hover-icon-color: #212121;--mdc-checkbox-unselected-icon-color: rgba(0, 0, 0, .54);--mdc-checkbox-unselected-pressed-icon-color: rgba(0, 0, 0, .54);--mdc-checkbox-selected-focus-state-layer-color: var(--cl_corp);--mdc-checkbox-selected-hover-state-layer-color: var(--cl_corp);--mdc-checkbox-selected-pressed-state-layer-color: var(--cl_corp);--mdc-checkbox-unselected-focus-state-layer-color: black;--mdc-checkbox-unselected-hover-state-layer-color: black;--mdc-checkbox-unselected-pressed-state-layer-color: black;--mat-checkbox-disabled-label-color: rgba(0, 0, 0, .38);--primary: #4a4a49;--cream: #f9f8f5;--white: #ffffff;--black: #000000;--whatsapp: #24cc63;--logo: #616161;--grey: #dcdcdc;--darkgrey: #1e1e1e;--instagram: #61bdff;--facebook: #3782f4;--twitter: #4a4a49;--youtube: #d9464b;--tripadvisor: #34e0a1;--booking: #0c3b7c;--silver: #c0bebe;--gold: #ffca64;--platinum: #b5d9e2}.cs_dark{--cl_corp: #181818;--cl_accent: #aa8453;--cl_icon: #aa8453;--cl_icon-light: #fff;--cl_border-light: #ededed;--cl_border-dark: #d9e1e6;--cl_shadow: rgba(0, 0, 0, .1);--cl_breadcrumb: #fff;--cl_breadcrumb-hover: #aa8453;--cl_preload-bg: #ededed;--cl_preload: #24262d;--cl_background_body: #181818;--cl_background_white: transparent;--cl_background_dark: #aa8453;--cl_background_gray: #333;--type-align: center;--cl_title: #fff;--cl_subtitle: #aa8453;--cl_pretitle: #aa8453;--cl_text: #fff;--cl_title-light: #fff;--cl_subtitle-light: #fff;--cl_pretitle-light: #fff;--cl_text-light: #fff;--cl_header-bg: #aa8453;--cl_header-text-light: #fff;--cl_menu-bg: #79582c;--cl_menu-text: #fff;--cl_btn-box: #aa8453;--cl_btn-box-text: #aa8453;--cl_btn-box-hover: #79582c;--cl_btn-box-text-hover: #fff;--cl_btn-call: #aa8453;--cl_btn-call-text: white;--cl_btn-call-hover: #79582c;--cl_btn-call-text-hover: #fff;--cl_btn-link: #aa8453;--cl_btn-link-hover: #79582c;--cl_btn-arrow: #ffffff3a;--cl_btn-arrow-icon: #fff;--cl_btn-arrow-hover: #79582c;--cl_btn-arrow-icon-hover: #fff;--cl_btn-dots: #eee;--cl_btn-dots-active: #79582c;--cl_btn-dots-hover: #79582c;--cl_btn-light: #fff;--cl_btn-light-text: #fff;--cl_btn-light-hover: #79582c;--cl_btn-light-text-hover: #79582c;--cl_footer-bg: #aa8453;--cl_footer-bg-bottom: #79582c;--cl_footer-scroll: #aa8453;--cl_footer-text: #fff;--cl_footer-text-hover: #aa8453;--btn_radius: 1px;--img_radius: 0px;--img_border: #fff;--img_border-width: 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}.container{max-width:100%}.zigzag-v4{overflow:hidden;padding-block:5rem}@media (min-width: 540px){.zigzag-v4{padding-block:6rem}}@media (min-width: 768px){.zigzag-v4{padding-block:8rem}}@media (min-width: 1024px){.zigzag-v4{padding-block:7rem}}@media (min-width: 1280px){.zigzag-v4{padding-block:8rem 17rem}}@media (min-width: 1366px){.zigzag-v4{padding-block:9rem 18rem}}@media (min-width: 1680px){.zigzag-v4{padding-block:10rem 21rem}}@media (min-width: 768px){.zigzag-v4 .container{--inline-spacing-left: 8.9rem;--inline-spacing-right: 8.9rem}}@media (min-width: 1280px){.zigzag-v4 .container{--inline-spacing-left: 12.1rem;--inline-spacing-right: 12.1rem}}@media (min-width: 1366px){.zigzag-v4 .container{--inline-spacing-left: 12.4rem;--inline-spacing-right: 13.074rem}}@media (min-width: 1680px){.zigzag-v4 .container{--inline-spacing-right: 16rem;--inline-spacing-left: 15.6rem}}@media (min-width: 1800px){.zigzag-v4 .container{--inline-spacing-left: 17.4rem;--inline-spacing-right: 18rem}}.zigzag-v4__slider .slick-list{overflow:visible!important}.zigzag-v4__inner{display:flex;flex-direction:column;gap:2.5rem}@media (min-width: 768px){.zigzag-v4__inner{gap:3rem;max-width:59.2rem;margin-inline:auto}}@media (min-width: 1280px){.zigzag-v4__inner{gap:3.1rem;max-width:unset}}@media (min-width: 1366px){.zigzag-v4__inner{gap:3rem}}@media (min-width: 1680px){.zigzag-v4__inner{gap:4rem}}.zigzag-v4__inner .zigzag-v4__title{width:100%;text-transform:uppercase;text-align:center;color:rgb(var(--primary),80%);font-size:1.4rem;line-height:1;letter-spacing:.14rem}@media (min-width: 540px){.zigzag-v4__inner .zigzag-v4__title{font-size:1.4rem;line-height:1.4285714286}}@media (min-width: 768px){.zigzag-v4__inner .zigzag-v4__title{font-size:1.7rem;line-height:1.2941176471}}@media (min-width: 1280px){.zigzag-v4__inner .zigzag-v4__title{font-size:1.8rem;line-height:1;letter-spacing:.36rem;max-width:63rem}}@media (min-width: 1366px){.zigzag-v4__inner .zigzag-v4__title{max-width:69.926rem}}@media (min-width: 1680px){.zigzag-v4__inner .zigzag-v4__title{max-width:86rem}}@media (min-width: 1800px){.zigzag-v4__inner .zigzag-v4__title{max-width:90.1rem}}.zigzag-v4__inner .zigzag-v4__item{display:flex;flex-direction:column;gap:1.4rem}@media (min-width: 540px){.zigzag-v4__inner .zigzag-v4__item{gap:2rem}}@media (min-width: 768px){.zigzag-v4__inner .zigzag-v4__item{gap:2.062rem}}@media (min-width: 1280px){.zigzag-v4__inner .zigzag-v4__item{flex-direction:row;gap:6.08rem}}@media (min-width: 1366px){.zigzag-v4__inner .zigzag-v4__item{gap:5.51rem}}@media (min-width: 1680px){.zigzag-v4__inner .zigzag-v4__item{gap:6rem}}@media (min-width: 1800px){.zigzag-v4__inner .zigzag-v4__item{gap:8rem}}.zigzag-v4__inner .zigzag-v4__item:hover .zigzag-v4__image .btn__group{transform:translateY(0)}.zigzag-v4__inner .zigzag-v4__image{position:relative;overflow:hidden;width:100%}@media (min-width: 1280px){.zigzag-v4__inner .zigzag-v4__image{flex:0 0 auto;max-width:63rem}}@media (min-width: 1366px){.zigzag-v4__inner .zigzag-v4__image{max-width:69.926rem}}@media (min-width: 1680px){.zigzag-v4__inner .zigzag-v4__image{max-width:86rem}}@media (min-width: 1680px){.zigzag-v4__inner .zigzag-v4__image{max-width:90.1rem}}.zigzag-v4__inner .zigzag-v4__image figure{aspect-ratio:295/207}.zigzag-v4__inner .zigzag-v4__image--graphic{color:var(--white);position:absolute;bottom:-.1rem;left:50%;transform:scaleY(-1) translate(-50%);aspect-ratio:2/1;width:6rem;z-index:1}@media (min-width: 540px){.zigzag-v4__inner .zigzag-v4__image--graphic{width:10rem}}@media (min-width: 1280px){.zigzag-v4__inner .zigzag-v4__image--graphic{bottom:unset;left:unset;top:50%;right:-.1rem;transform:translate(50%) rotate(90deg);transform-origin:top}}.zigzag-v4__inner .zigzag-v4__image .btn__group{display:none;transition:var(--transition);background:var(--white)}@media (min-width: 1024px){.zigzag-v4__inner .zigzag-v4__image .btn__group{display:flex;opacity:0;pointer-events:none;position:absolute;inset:auto 0 0;transform:translateY(100%)}}@media (min-width: 1280px){.zigzag-v4__inner .zigzag-v4__image .btn__group{opacity:1;pointer-events:initial;padding-top:3rem;justify-content:center;gap:3rem}}.zigzag-v4__inner .zigzag-v4__content{display:flex;flex-direction:column}@media (min-width: 1280px){.zigzag-v4__inner .zigzag-v4__content{flex:1 1 auto;padding-top:3rem;position:relative;padding-left:.8rem}}@media (min-width: 1366px){.zigzag-v4__inner .zigzag-v4__content{padding-top:5rem}}@media (min-width: 1680px){.zigzag-v4__inner .zigzag-v4__content{padding-top:11.9rem}}.zigzag-v4__inner .zigzag-v4__content h2{font-size:4.8rem;line-height:1;margin-bottom:3rem}@media (min-width: 540px){.zigzag-v4__inner .zigzag-v4__content h2{font-size:6.6rem;line-height:1;margin-bottom:3.5rem}}@media (min-width: 768px){.zigzag-v4__inner .zigzag-v4__content h2{font-size:8rem;line-height:1;margin-bottom:5rem}}@media (min-width: 1280px){.zigzag-v4__inner .zigzag-v4__content h2{font-size:9rem;line-height:1;margin-top:auto;margin-bottom:0;position:absolute;order:3;left:0;top:calc(100% - 10rem);white-space:nowrap}}@media (min-width: 1680px){.zigzag-v4__inner .zigzag-v4__content h2{font-size:11rem;line-height:1;top:calc(100% - 13.5rem)}}.zigzag-v4__inner .zigzag-v4__content h2 br{display:none}@media (min-width: 1280px){.zigzag-v4__inner .zigzag-v4__content h2 br{display:block}}.zigzag-v4__inner .zigzag-v4__content .zigzag-v4__sub-heading{color:rgb(var(--primary),80%);text-transform:uppercase;font-size:1.6rem;line-height:1;letter-spacing:.064rem;margin-bottom:2rem}@media (min-width: 540px){.zigzag-v4__inner .zigzag-v4__content .zigzag-v4__sub-heading{font-size:1.7rem;line-height:1;letter-spacing:.17rem;margin-bottom:3rem}}@media (min-width: 768px){.zigzag-v4__inner .zigzag-v4__content .zigzag-v4__sub-heading{font-size:2rem;line-height:1}}@media (min-width: 1280px){.zigzag-v4__inner .zigzag-v4__content .zigzag-v4__sub-heading{order:1;letter-spacing:.3rem;margin-bottom:5rem}}.zigzag-v4__inner .zigzag-v4__content p{color:rgb(var(--primary),80%);font-size:1.6rem;line-height:1.5}@media (min-width: 540px){.zigzag-v4__inner .zigzag-v4__content p{font-size:1.8rem;line-height:1.5555555556;width:43.5rem}}@media (min-width: 768px){.zigzag-v4__inner .zigzag-v4__content p{font-size:2rem;line-height:1.6;letter-spacing:.04rem;width:59.8rem}}@media (min-width: 1280px){.zigzag-v4__inner .zigzag-v4__content p{font-size:2rem;line-height:1.7;width:35rem;order:2}}@media (min-width: 1680px){.zigzag-v4__inner .zigzag-v4__content p{width:50rem}}@media (min-width: 1280px){.zigzag-v4__inner .zigzag-v4__content p{font-size:2rem;line-height:1.7;width:40rem;order:2;overflow-y:auto;max-height:24rem}}@media (min-width: 1500px){.zigzag-v4__inner .zigzag-v4__content p{width:45rem;max-height:28rem}}@media (min-width: 1680px){.zigzag-v4__inner .zigzag-v4__content p{width:50rem;max-height:40rem}}@media (min-width: 1880px){.zigzag-v4__inner .zigzag-v4__content p{width:60rem;max-height:45rem}}.zigzag-v4__inner .zigzag-v4__content .btn__group{flex-direction:column;align-items:center;gap:2rem;margin-top:3rem}@media (min-width: 768px){.zigzag-v4__inner .zigzag-v4__content .btn__group{flex-direction:row;gap:3rem;justify-content:center;margin-top:3.7rem}}@media (min-width: 1024px){.zigzag-v4__inner .zigzag-v4__content .btn__group{margin-top:5rem}}@media (min-width: 1280px){.zigzag-v4__inner .zigzag-v4__content .btn__group{display:none}}.zigzag-v4.bg-cream .zigzag-v4__image .btn__group{background:var(--cream)}.zigzag-v4.bg-cream .zigzag-v4__image--graphic{color:var(--cream)}.zigzag-v4--right-img{background-color:var(--cream)}.zigzag-v4--right-img .zigzag-v4__title{margin-left:auto}@media (min-width: 1280px){.zigzag-v4--right-img .zigzag-v4__item{flex-direction:row-reverse}}@media (min-width: 1280px){.zigzag-v4--right-img .zigzag-v4__image--graphic{left:-.1rem;top:50%;right:unset;transform:translate(-50%) rotate(-90deg);transform-origin:top}}.zigzag-v4.js-active-slider .js-slider-arrows.arrows--full{left:unset}@media (min-width: 1280px){.zigzag-v4.js-active-slider .js-slider-arrows.arrows--full{left:unset;width:8px}}.zigzag-v4.js-active-slider .js-slider-arrows.arrows--full{inset-inline:-4rem}@media (min-width: 540px){.zigzag-v4.js-active-slider .js-slider-arrows.arrows--full{left:unset;inset-inline:-6rem}}@media (min-width: 1280px){.zigzag-v4.js-active-slider .js-slider-arrows.arrows--full{left:unset;inset-inline:-9.05rem}}@media (min-width: 1366px){.zigzag-v4.js-active-slider .js-slider-arrows.arrows--full{left:unset;inset-inline:-9.2rem -9.537rem}}@media (min-width: 1680px){.zigzag-v4.js-active-slider .js-slider-arrows.arrows--full{left:unset;inset-inline:-10.8rem -11rem}}@media (min-width: 1800px){.zigzag-v4.js-active-slider .js-slider-arrows.arrows--full{left:unset;inset-inline:-11.7rem -12rem}}@media (max-width: 539px){.zigzag-v4.js-active-slider .js-slider-arrows.arrows--full{inset-inline:-2rem!important}}.js-active-slider{--sliderNav__position: 50%}.relative{position:relative}.js-slider-arrows.arrows--absolute{position:absolute;top:var(--sliderNav__position);left:0;right:0;transform:translateY(-50%)}@media (min-width: 1280px){:host ::ng-deep .zigzag-v4.zigzag-v4--right-img.js-active-slider .js-slider-arrows.arrows--full{left:unset!important;width:8px}}:host ::ng-deep .zigzag-v4.zigzag-v4--right-img.js-active-slider .js-slider-arrows.arrows--full{inset-inline:-4rem}@media (min-width: 540px){:host ::ng-deep .zigzag-v4.zigzag-v4--right-img.js-active-slider .js-slider-arrows.arrows--full{inset-inline:-6rem}}@media (min-width: 1280px){:host ::ng-deep .zigzag-v4.zigzag-v4--right-img.js-active-slider .js-slider-arrows.arrows--full{left:unset!important;inset-inline:-9.05rem}}@media (min-width: 1366px){:host ::ng-deep .zigzag-v4.zigzag-v4--right-img.js-active-slider .js-slider-arrows.arrows--full{left:unset!important;inset-inline:-9.2rem -9.537rem}}@media (min-width: 1680px){:host ::ng-deep .zigzag-v4.zigzag-v4--right-img.js-active-slider .js-slider-arrows.arrows--full{left:unset!important;inset-inline:-10.8rem -11rem}}@media (min-width: 1800px){:host ::ng-deep .zigzag-v4.zigzag-v4--right-img.js-active-slider .js-slider-arrows.arrows--full{left:unset!important;inset-inline:-11.7rem -12rem}}@media (max-width: 539px){:host ::ng-deep .zigzag-v4.zigzag-v4--right-img.js-active-slider .js-slider-arrows.arrows--full{inset-inline:-2rem!important}}:host ::ng-deep .js-active-slider:has(.js-slider_fix-arrows) .js-slider-arrows{top:var(--sliderNav__position)}:host ::ng-deep .js-active-slider .js-slider-arrows{display:flex;pointer-events:none;justify-content:space-between;gap:.2rem}@media (min-width: 1280px){:host ::ng-deep .js-active-slider .js-slider-arrows:has(.icon-small){width:auto;flex-direction:column}}:host ::ng-deep .js-active-slider .js-slider-arrows .slick-arrow{pointer-events:initial;cursor:pointer;transition:all .5s;border-width:0;align-items:center;justify-content:center;display:flex;padding:0;color:#4a4a49}:host ::ng-deep .js-active-slider .js-slider-arrows .slick-arrow:before{display:none}:host ::ng-deep .js-active-slider .js-slider-arrows .slick-arrow.slick-prev.icon-small{transform:rotate(180deg)}:host ::ng-deep .js-active-slider .js-slider-arrows .slick-arrow.slick-next.icon-small{transform:rotate(0)}@media (min-width: 1280px){:host ::ng-deep .js-active-slider .js-slider-arrows .slick-arrow.slick-next.icon-small{top:-6rem}}:host ::ng-deep .js-active-slider .js-slider-arrows .slick-arrow.icon-small{aspect-ratio:1;background:#f9f8f5!important;width:4rem;display:flex;flex-direction:column!important;align-items:center}@media (min-width: 540px){:host ::ng-deep .js-active-slider .js-slider-arrows .slick-arrow.icon-small{width:6rem;height:6rem;right:-25px}}@media (min-width: 540px) and (min-width: 1280px){:host ::ng-deep .js-active-slider .js-slider-arrows .slick-arrow.icon-small{right:-28px}}:host ::ng-deep .js-active-slider .js-slider-arrows .slick-arrow.icon-small svg:not(.line){width:1rem;height:.5rem}:host ::ng-deep .js-active-slider .js-slider-arrows .slick-arrow.icon-small .line{height:0;width:1rem;margin-bottom:-.5rem;transition:all .5s}:host ::ng-deep .js-active-slider .js-slider-arrows .slick-arrow.icon-small:hover .line{height:1.5rem}:host ::ng-deep .js-active-slider .js-slider-arrows .slick-arrow.icon-large{width:4rem;aspect-ratio:5/6;background:transparent;opacity:.7;transition:all .5s}@media (min-width: 540px){:host ::ng-deep .js-active-slider .js-slider-arrows .slick-arrow.icon-large{width:5rem}}:host ::ng-deep .js-active-slider .js-slider-arrows .slick-arrow.icon-large svg{width:1.045rem;height:2rem}@media (min-width: 540px){:host ::ng-deep .js-active-slider .js-slider-arrows .slick-arrow.icon-large svg{width:1.846rem;height:3.533rem}}:host ::ng-deep .js-active-slider .js-slider-arrows .slick-arrow.icon-large:hover{opacity:1}:host ::ng-deep .js-active-slider .js-slider-arrows .slick-arrow.slick-disabled{opacity:0;pointer-events:none}:host ::ng-deep .js-active-slider .js-slider-arrows.arrows--absolute{position:absolute;transform:translateY(-50%)}:host ::ng-deep .js-active-slider .js-slider-arrows.arrows--absolute .slick-prev.icon-small{transform:rotate(90deg)}:host ::ng-deep .js-active-slider .js-slider-arrows.arrows--absolute .slick-next.icon-small{transform:rotate(-90deg);top:0rem}@media (min-width: 1280px){:host ::ng-deep .js-active-slider .js-slider-arrows.arrows--absolute .slick-next.icon-small{top:-6rem}}:host ::ng-deep .js-active-slider .js-slider-arrows.arrows--full{inset-inline:0}@media (min-width: 1280px){:host ::ng-deep .js-active-slider .js-slider-arrows.arrows--full{left:unset;flex-direction:row}}:host ::ng-deep .js-active-slider.bg-cream .js-slider-arrows .icon-small{background:#fff}:host ::ng-deep .js-active-slider.slides-visible{overflow:hidden}@media (min-width: 768px){:host ::ng-deep .js-active-slider.slides-visible .slick-list{overflow:visible}}:host ::ng-deep .slick-list{overflow:visible!important}:host ::ng-deep h2 span.maxWidth{white-space:normal;max-width:500px}\n"], dependencies: [{ kind: "ngmodule", type: CommonModule }, { kind: "directive", type: i1$1.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { kind: "directive", type: SlickInitDirective, selector: ".js-active-slider,[appSlickInit]" }, { kind: "directive", type: SliderFixArrowsDirective, selector: "[sliderFixArrows]" }, { kind: "directive", type: BabylonLinkTypeDirective, selector: "[linkType]", inputs: ["linkType", "href", "modalClick", "clickPopup", "disablePointerNone"], outputs: ["anchorClicked"] }] }); }
|
|
14759
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "17.3.12", type: BabylonInfoZigzagV5Component, isStandalone: true, selector: "lib-babylon-info-zigzag-v5", inputs: { rightSide: "rightSide", leftSide: "leftSide", texts: "texts", multimedia: "multimedia", buttons: "buttons", hasBackground: "hasBackground" }, ngImport: i0, template: "<section\n class=\"zigzag-v4 zigzag-v4--right-img js-active-slider\"\n [ngClass]=\"{\n 'zigzag-v4--right-img': rightSide || leftSide,\n background: hasBackground,\n }\"\n data-slides_infinite=\"true\"\n data-slider_name=\"js-zigzag-v4-slider\"\n data-slider_showbtns=\"true\"\n data-slider_btns=\"icon-small\"\n data-slider_showdots=\"false\"\n data-slider_fade=\"true\"\n data-slider_autoplay=\"true\"\n data-slides_pc=\"1\"\n>\n <div class=\"container\">\n <div class=\"zigzag-v4__inner\">\n <!-- @if (texts?.title) {\n <span class=\"zigzag-v4__title\">{{ texts?.title }}</span>\n }\n -->\n <div class=\"relative\">\n <div\n class=\"zigzag-v4__slider js-zigzag-v4-slider js-slider_fix-arrows\"\n sliderFixArrows\n >\n @for (imagen of multimedia?.imagenes; track $index) {\n <div>\n <div class=\"zigzag-v4__item\">\n <div class=\"zigzag-v4__image\">\n @if (imagen?.img?.src) {\n <figure\n class=\"js-slider_fix-arrows-zone\"\n >\n <svg\n aria-hidden=\"true\"\n focusable=\"false\"\n class=\"zigzag-v4__image--graphic\"\n >\n <use\n href=\"/assets/babylon/svg/icon-graphic.svg#icon-graphic\"\n ></use>\n </svg>\n <img\n [src]=\"\n imagen?.img?.src ||\n 'data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7'\n \"\n [alt]=\"imagen?.img?.alt\"\n />\n </figure>\n }\n @if (\n imagen.buttons?.length ??\n buttons?.length\n ) {\n <div class=\"btn__group\">\n @for (\n button of imagen?.buttons ??\n buttons;\n track $index\n ) {\n <a\n role=\"button\"\n [href]=\"button?.url\"\n [linkType]=\"\n button?.linkType\n \"\n class=\"btn btn__primary\"\n >\n <span>{{\n button?.label\n }}</span>\n </a>\n }\n </div>\n }\n </div>\n\n <div class=\"zigzag-v4__content\">\n @if (texts?.title) {\n <h2>\n <span\n class=\"maxWidth\"\n [innerHTML]=\"texts?.title\"\n ></span>\n </h2>\n }\n @if (texts?.additional) {\n <h2>\n <span\n [innerHTML]=\"texts?.additional\"\n ></span>\n </h2>\n }\n @if (texts?.subtitle) {\n <span class=\"zigzag-v4__sub-heading\">{{\n texts?.subtitle\n }}</span>\n }\n @if (texts?.description) {\n <p [innerHTML]=\"texts?.description\"></p>\n }\n @if (\n imagen.buttons?.length ??\n buttons?.length\n ) {\n <div class=\"btn__group\">\n @for (\n button of imagen.buttons ??\n buttons;\n track $index\n ) {\n <a\n role=\"button\"\n [href]=\"button?.url\"\n [linkType]=\"\n button?.linkType\n \"\n class=\"btn btn__primary\"\n >\n <span>{{\n button?.label\n }}</span>\n </a>\n }\n </div>\n }\n </div>\n </div>\n </div>\n }\n </div>\n <div\n class=\"js-slider-arrows arrows--absolute arrows--full\"\n ></div>\n </div>\n </div>\n </div>\n</section>\n", styles: ["@media (min-width: 1280px){.order-custom-xl-xxl-1{order:1}.order-custom-xl-xxl-2{order:2}}.flex-row{flex-direction:row!important}.flex-column{flex-direction:column!important}.flex-row-reverse{flex-direction:row-reverse!important}.flex-column-reverse{flex-direction:column-reverse!important}.flex-wrap{flex-wrap:wrap!important}.flex-nowrap{flex-wrap:nowrap!important}.flex-wrap-reverse{flex-wrap:wrap-reverse!important}.flex-fill{flex:1 1 auto!important}.flex-grow-0{flex-grow:0!important}.flex-grow-1{flex-grow:1!important}.flex-shrink-0{flex-shrink:0!important}.flex-shrink-1{flex-shrink:1!important}.justify-content-start{justify-content:flex-start!important}.justify-content-end{justify-content:flex-end!important}.justify-content-center{justify-content:center!important}.justify-content-between{justify-content:space-between!important}.justify-content-around{justify-content:space-around!important}.align-items-start{align-items:flex-start!important}.align-items-end{align-items:flex-end!important}.align-items-center{align-items:center!important}.align-items-baseline{align-items:baseline!important}.align-items-stretch{align-items:stretch!important}.align-content-start{align-content:flex-start!important}.align-content-end{align-content:flex-end!important}.align-content-center{align-content:center!important}.align-content-between{align-content:space-between!important}.align-content-around{align-content:space-around!important}.align-content-stretch{align-content:stretch!important}.align-self-auto{align-self:auto!important}.align-self-start{align-self:flex-start!important}.align-self-end{align-self:flex-end!important}.align-self-center{align-self:center!important}.align-self-baseline{align-self:baseline!important}.align-self-stretch{align-self:stretch!important}.m-auto{margin:auto!important}.mt-auto,.my-auto{margin-top:auto!important}.mr-auto,.mx-auto{margin-right:auto!important}.mb-auto,.my-auto{margin-bottom:auto!important}.ml-auto,.mx-auto{margin-left:auto!important}@media (min-width: 540px){.flex-sm-row{flex-direction:row!important}.flex-sm-column{flex-direction:column!important}.flex-sm-row-reverse{flex-direction:row-reverse!important}.flex-sm-column-reverse{flex-direction:column-reverse!important}.flex-sm-wrap{flex-wrap:wrap!important}.flex-sm-nowrap{flex-wrap:nowrap!important}.flex-sm-wrap-reverse{flex-wrap:wrap-reverse!important}.flex-sm-fill{flex:1 1 auto!important}.flex-sm-grow-0{flex-grow:0!important}.flex-sm-grow-1{flex-grow:1!important}.flex-sm-shrink-0{flex-shrink:0!important}.flex-sm-shrink-1{flex-shrink:1!important}.justify-content-sm-start{justify-content:flex-start!important}.justify-content-sm-end{justify-content:flex-end!important}.justify-content-sm-center{justify-content:center!important}.justify-content-sm-between{justify-content:space-between!important}.justify-content-sm-around{justify-content:space-around!important}.align-items-sm-start{align-items:flex-start!important}.align-items-sm-end{align-items:flex-end!important}.align-items-sm-center{align-items:center!important}.align-items-sm-baseline{align-items:baseline!important}.align-items-sm-stretch{align-items:stretch!important}.align-content-sm-start{align-content:flex-start!important}.align-content-sm-end{align-content:flex-end!important}.align-content-sm-center{align-content:center!important}.align-content-sm-between{align-content:space-between!important}.align-content-sm-around{align-content:space-around!important}.align-content-sm-stretch{align-content:stretch!important}.align-self-sm-auto{align-self:auto!important}.align-self-sm-start{align-self:flex-start!important}.align-self-sm-end{align-self:flex-end!important}.align-self-sm-center{align-self:center!important}.align-self-sm-baseline{align-self:baseline!important}.align-self-sm-stretch{align-self:stretch!important}.m-sm-auto{margin:auto!important}.mt-sm-auto,.my-sm-auto{margin-top:auto!important}.mr-sm-auto,.mx-sm-auto{margin-right:auto!important}.mb-sm-auto,.my-sm-auto{margin-bottom:auto!important}.ml-sm-auto,.mx-sm-auto{margin-left:auto!important}}@media (min-width: 768px){.flex-md-row{flex-direction:row!important}.flex-md-column{flex-direction:column!important}.flex-md-row-reverse{flex-direction:row-reverse!important}.flex-md-column-reverse{flex-direction:column-reverse!important}.flex-md-wrap{flex-wrap:wrap!important}.flex-md-nowrap{flex-wrap:nowrap!important}.flex-md-wrap-reverse{flex-wrap:wrap-reverse!important}.flex-md-fill{flex:1 1 auto!important}.flex-md-grow-0{flex-grow:0!important}.flex-md-grow-1{flex-grow:1!important}.flex-md-shrink-0{flex-shrink:0!important}.flex-md-shrink-1{flex-shrink:1!important}.justify-content-md-start{justify-content:flex-start!important}.justify-content-md-end{justify-content:flex-end!important}.justify-content-md-center{justify-content:center!important}.justify-content-md-between{justify-content:space-between!important}.justify-content-md-around{justify-content:space-around!important}.align-items-md-start{align-items:flex-start!important}.align-items-md-end{align-items:flex-end!important}.align-items-md-center{align-items:center!important}.align-items-md-baseline{align-items:baseline!important}.align-items-md-stretch{align-items:stretch!important}.align-content-md-start{align-content:flex-start!important}.align-content-md-end{align-content:flex-end!important}.align-content-md-center{align-content:center!important}.align-content-md-between{align-content:space-between!important}.align-content-md-around{align-content:space-around!important}.align-content-md-stretch{align-content:stretch!important}.align-self-md-auto{align-self:auto!important}.align-self-md-start{align-self:flex-start!important}.align-self-md-end{align-self:flex-end!important}.align-self-md-center{align-self:center!important}.align-self-md-baseline{align-self:baseline!important}.align-self-md-stretch{align-self:stretch!important}.m-md-auto{margin:auto!important}.mt-md-auto,.my-md-auto{margin-top:auto!important}.mr-md-auto,.mx-md-auto{margin-right:auto!important}.mb-md-auto,.my-md-auto{margin-bottom:auto!important}.ml-md-auto,.mx-md-auto{margin-left:auto!important}}@media (min-width: 1025px){.flex-lg-row{flex-direction:row!important}.flex-lg-column{flex-direction:column!important}.flex-lg-row-reverse{flex-direction:row-reverse!important}.flex-lg-column-reverse{flex-direction:column-reverse!important}.flex-lg-wrap{flex-wrap:wrap!important}.flex-lg-nowrap{flex-wrap:nowrap!important}.flex-lg-wrap-reverse{flex-wrap:wrap-reverse!important}.flex-lg-fill{flex:1 1 auto!important}.flex-lg-grow-0{flex-grow:0!important}.flex-lg-grow-1{flex-grow:1!important}.flex-lg-shrink-0{flex-shrink:0!important}.flex-lg-shrink-1{flex-shrink:1!important}.justify-content-lg-start{justify-content:flex-start!important}.justify-content-lg-end{justify-content:flex-end!important}.justify-content-lg-center{justify-content:center!important}.justify-content-lg-between{justify-content:space-between!important}.justify-content-lg-around{justify-content:space-around!important}.align-items-lg-start{align-items:flex-start!important}.align-items-lg-end{align-items:flex-end!important}.align-items-lg-center{align-items:center!important}.align-items-lg-baseline{align-items:baseline!important}.align-items-lg-stretch{align-items:stretch!important}.align-content-lg-start{align-content:flex-start!important}.align-content-lg-end{align-content:flex-end!important}.align-content-lg-center{align-content:center!important}.align-content-lg-between{align-content:space-between!important}.align-content-lg-around{align-content:space-around!important}.align-content-lg-stretch{align-content:stretch!important}.align-self-lg-auto{align-self:auto!important}.align-self-lg-start{align-self:flex-start!important}.align-self-lg-end{align-self:flex-end!important}.align-self-lg-center{align-self:center!important}.align-self-lg-baseline{align-self:baseline!important}.align-self-lg-stretch{align-self:stretch!important}.m-lg-auto{margin:auto!important}.mt-lg-auto,.my-lg-auto{margin-top:auto!important}.mr-lg-auto,.mx-lg-auto{margin-right:auto!important}.mb-lg-auto,.my-lg-auto{margin-bottom:auto!important}.ml-lg-auto,.mx-lg-auto{margin-left:auto!important}}@media (min-width: 1280px){.flex-xl-row{flex-direction:row!important}.flex-xl-column{flex-direction:column!important}.flex-xl-row-reverse{flex-direction:row-reverse!important}.flex-xl-column-reverse{flex-direction:column-reverse!important}.flex-xl-wrap{flex-wrap:wrap!important}.flex-xl-nowrap{flex-wrap:nowrap!important}.flex-xl-wrap-reverse{flex-wrap:wrap-reverse!important}.flex-xl-fill{flex:1 1 auto!important}.flex-xl-grow-0{flex-grow:0!important}.flex-xl-grow-1{flex-grow:1!important}.flex-xl-shrink-0{flex-shrink:0!important}.flex-xl-shrink-1{flex-shrink:1!important}.justify-content-xl-start{justify-content:flex-start!important}.justify-content-xl-end{justify-content:flex-end!important}.justify-content-xl-center{justify-content:center!important}.justify-content-xl-between{justify-content:space-between!important}.justify-content-xl-around{justify-content:space-around!important}.align-items-xl-start{align-items:flex-start!important}.align-items-xl-end{align-items:flex-end!important}.align-items-xl-center{align-items:center!important}.align-items-xl-baseline{align-items:baseline!important}.align-items-xl-stretch{align-items:stretch!important}.align-content-xl-start{align-content:flex-start!important}.align-content-xl-end{align-content:flex-end!important}.align-content-xl-center{align-content:center!important}.align-content-xl-between{align-content:space-between!important}.align-content-xl-around{align-content:space-around!important}.align-content-xl-stretch{align-content:stretch!important}.align-self-xl-auto{align-self:auto!important}.align-self-xl-start{align-self:flex-start!important}.align-self-xl-end{align-self:flex-end!important}.align-self-xl-center{align-self:center!important}.align-self-xl-baseline{align-self:baseline!important}.align-self-xl-stretch{align-self:stretch!important}.m-xl-auto{margin:auto!important}.mt-xl-auto,.my-xl-auto{margin-top:auto!important}.mr-xl-auto,.mx-xl-auto{margin-right:auto!important}.mb-xl-auto,.my-xl-auto{margin-bottom:auto!important}.ml-xl-auto,.mx-xl-auto{margin-left:auto!important}}@media (min-width: 1366px){.flex-xxl-row{flex-direction:row!important}.flex-xxl-column{flex-direction:column!important}.flex-xxl-row-reverse{flex-direction:row-reverse!important}.flex-xxl-column-reverse{flex-direction:column-reverse!important}.flex-xxl-wrap{flex-wrap:wrap!important}.flex-xxl-nowrap{flex-wrap:nowrap!important}.flex-xxl-wrap-reverse{flex-wrap:wrap-reverse!important}.flex-xxl-fill{flex:1 1 auto!important}.flex-xxl-grow-0{flex-grow:0!important}.flex-xxl-grow-1{flex-grow:1!important}.flex-xxl-shrink-0{flex-shrink:0!important}.flex-xxl-shrink-1{flex-shrink:1!important}.justify-content-xxl-start{justify-content:flex-start!important}.justify-content-xxl-end{justify-content:flex-end!important}.justify-content-xxl-center{justify-content:center!important}.justify-content-xxl-between{justify-content:space-between!important}.justify-content-xxl-around{justify-content:space-around!important}.align-items-xxl-start{align-items:flex-start!important}.align-items-xxl-end{align-items:flex-end!important}.align-items-xxl-center{align-items:center!important}.align-items-xxl-baseline{align-items:baseline!important}.align-items-xxl-stretch{align-items:stretch!important}.align-content-xxl-start{align-content:flex-start!important}.align-content-xxl-end{align-content:flex-end!important}.align-content-xxl-center{align-content:center!important}.align-content-xxl-between{align-content:space-between!important}.align-content-xxl-around{align-content:space-around!important}.align-content-xxl-stretch{align-content:stretch!important}.align-self-xxl-auto{align-self:auto!important}.align-self-xxl-start{align-self:flex-start!important}.align-self-xxl-end{align-self:flex-end!important}.align-self-xxl-center{align-self:center!important}.align-self-xxl-baseline{align-self:baseline!important}.align-self-xxl-stretch{align-self:stretch!important}.m-xxl-auto{margin:auto!important}.mt-xxl-auto,.my-xxl-auto{margin-top:auto!important}.mr-xxl-auto,.mx-xxl-auto{margin-right:auto!important}.mb-xxl-auto,.my-xxl-auto{margin-bottom:auto!important}.ml-xxl-auto,.mx-xxl-auto{margin-left:auto!important}}@media (min-width: 1680px){.flex-xxxl-row{flex-direction:row!important}.flex-xxxl-column{flex-direction:column!important}.flex-xxxl-row-reverse{flex-direction:row-reverse!important}.flex-xxxl-column-reverse{flex-direction:column-reverse!important}.flex-xxxl-wrap{flex-wrap:wrap!important}.flex-xxxl-nowrap{flex-wrap:nowrap!important}.flex-xxxl-wrap-reverse{flex-wrap:wrap-reverse!important}.flex-xxxl-fill{flex:1 1 auto!important}.flex-xxxl-grow-0{flex-grow:0!important}.flex-xxxl-grow-1{flex-grow:1!important}.flex-xxxl-shrink-0{flex-shrink:0!important}.flex-xxxl-shrink-1{flex-shrink:1!important}.justify-content-xxxl-start{justify-content:flex-start!important}.justify-content-xxxl-end{justify-content:flex-end!important}.justify-content-xxxl-center{justify-content:center!important}.justify-content-xxxl-between{justify-content:space-between!important}.justify-content-xxxl-around{justify-content:space-around!important}.align-items-xxxl-start{align-items:flex-start!important}.align-items-xxxl-end{align-items:flex-end!important}.align-items-xxxl-center{align-items:center!important}.align-items-xxxl-baseline{align-items:baseline!important}.align-items-xxxl-stretch{align-items:stretch!important}.align-content-xxxl-start{align-content:flex-start!important}.align-content-xxxl-end{align-content:flex-end!important}.align-content-xxxl-center{align-content:center!important}.align-content-xxxl-between{align-content:space-between!important}.align-content-xxxl-around{align-content:space-around!important}.align-content-xxxl-stretch{align-content:stretch!important}.align-self-xxxl-auto{align-self:auto!important}.align-self-xxxl-start{align-self:flex-start!important}.align-self-xxxl-end{align-self:flex-end!important}.align-self-xxxl-center{align-self:center!important}.align-self-xxxl-baseline{align-self:baseline!important}.align-self-xxxl-stretch{align-self:stretch!important}.m-xxxl-auto{margin:auto!important}.mt-xxxl-auto,.my-xxxl-auto{margin-top:auto!important}.mr-xxxl-auto,.mx-xxxl-auto{margin-right:auto!important}.mb-xxxl-auto,.my-xxxl-auto{margin-bottom:auto!important}.ml-xxxl-auto,.mx-xxxl-auto{margin-left:auto!important}}@media (min-width: 1921px){.flex-xxxxl-row{flex-direction:row!important}.flex-xxxxl-column{flex-direction:column!important}.flex-xxxxl-row-reverse{flex-direction:row-reverse!important}.flex-xxxxl-column-reverse{flex-direction:column-reverse!important}.flex-xxxxl-wrap{flex-wrap:wrap!important}.flex-xxxxl-nowrap{flex-wrap:nowrap!important}.flex-xxxxl-wrap-reverse{flex-wrap:wrap-reverse!important}.flex-xxxxl-fill{flex:1 1 auto!important}.flex-xxxxl-grow-0{flex-grow:0!important}.flex-xxxxl-grow-1{flex-grow:1!important}.flex-xxxxl-shrink-0{flex-shrink:0!important}.flex-xxxxl-shrink-1{flex-shrink:1!important}.justify-content-xxxxl-start{justify-content:flex-start!important}.justify-content-xxxxl-end{justify-content:flex-end!important}.justify-content-xxxxl-center{justify-content:center!important}.justify-content-xxxxl-between{justify-content:space-between!important}.justify-content-xxxxl-around{justify-content:space-around!important}.align-items-xxxxl-start{align-items:flex-start!important}.align-items-xxxxl-end{align-items:flex-end!important}.align-items-xxxxl-center{align-items:center!important}.align-items-xxxxl-baseline{align-items:baseline!important}.align-items-xxxxl-stretch{align-items:stretch!important}.align-content-xxxxl-start{align-content:flex-start!important}.align-content-xxxxl-end{align-content:flex-end!important}.align-content-xxxxl-center{align-content:center!important}.align-content-xxxxl-between{align-content:space-between!important}.align-content-xxxxl-around{align-content:space-around!important}.align-content-xxxxl-stretch{align-content:stretch!important}.align-self-xxxxl-auto{align-self:auto!important}.align-self-xxxxl-start{align-self:flex-start!important}.align-self-xxxxl-end{align-self:flex-end!important}.align-self-xxxxl-center{align-self:center!important}.align-self-xxxxl-baseline{align-self:baseline!important}.align-self-xxxxl-stretch{align-self:stretch!important}.m-xxxxl-auto{margin:auto!important}.mt-xxxxl-auto,.my-xxxxl-auto{margin-top:auto!important}.mr-xxxxl-auto,.mx-xxxxl-auto{margin-right:auto!important}.mb-xxxxl-auto,.my-xxxxl-auto{margin-bottom:auto!important}.ml-xxxxl-auto,.mx-xxxxl-auto{margin-left:auto!important}}.mt--0{margin-top:0!important}.mb--0{margin-bottom:0!important}.pt--0{padding-top:0}.pb--0{padding-bottom:0}.mblock--0{margin-block:0px}.pblock--0{padding-block:0px}.mt--10{margin-top:10px!important}.mb--10{margin-bottom:10px!important}.pt--10{padding-top:10px}.pb--10{padding-bottom:10px}.mblock--10{margin-block:10px}.pblock--10{padding-block:10px}.mt--20{margin-top:20px!important}.mb--20{margin-bottom:20px!important}.pt--20{padding-top:20px}.pb--20{padding-bottom:20px}.mblock--20{margin-block:20px}.pblock--20{padding-block:20px}.mt--25{margin-top:25px!important}.mb--25{margin-bottom:25px!important}.pt--25{padding-top:25px}.pb--25{padding-bottom:25px}.mblock--25{margin-block:25px}.pblock--25{padding-block:25px}.mt--30{margin-top:30px!important}.mb--30{margin-bottom:30px!important}.pt--30{padding-top:30px}.pb--30{padding-bottom:30px}.mblock--30{margin-block:30px}.pblock--30{padding-block:30px}.mt--40{margin-top:40px!important}.mb--40{margin-bottom:40px!important}.pt--40{padding-top:40px}.pb--40{padding-bottom:40px}.mblock--40{margin-block:40px}.pblock--40{padding-block:40px}.mt--50{margin-top:50px!important}.mb--50{margin-bottom:50px!important}.pt--50{padding-top:50px}.pb--50{padding-bottom:50px}.mblock--50{margin-block:50px}.pblock--50{padding-block:50px}.mt--60{margin-top:60px!important}.mb--60{margin-bottom:60px!important}.pt--60{padding-top:60px}.pb--60{padding-bottom:60px}.mblock--60{margin-block:60px}.pblock--60{padding-block:60px}.mt--70{margin-top:70px!important}.mb--70{margin-bottom:70px!important}.pt--70{padding-top:70px}.pb--70{padding-bottom:70px}.mblock--70{margin-block:70px}.pblock--70{padding-block:70px}.mt--80{margin-top:80px!important}.mb--80{margin-bottom:80px!important}.pt--80{padding-top:80px}.pb--80{padding-bottom:80px}.mblock--80{margin-block:80px}.pblock--80{padding-block:80px}.mt--90{margin-top:90px!important}.mb--90{margin-bottom:90px!important}.pt--90{padding-top:90px}.pb--90{padding-bottom:90px}.mblock--90{margin-block:90px}.pblock--90{padding-block:90px}.mt--100{margin-top:100px!important}.mb--100{margin-bottom:100px!important}.pt--100{padding-top:100px}.pb--100{padding-bottom:100px}.mblock--100{margin-block:100px}.pblock--100{padding-block:100px}.mt--150{margin-top:150px!important}.mb--150{margin-bottom:150px!important}.pt--150{padding-top:150px}.pb--150{padding-bottom:150px}.mblock--150{margin-block:150px}.pblock--150{padding-block:150px}.mt--180{margin-top:180px!important}.mb--180{margin-bottom:180px!important}.pt--180{padding-top:180px}.pb--180{padding-bottom:180px}.mblock--180{margin-block:180px}.pblock--180{padding-block:180px}@keyframes move-right{0%{right:30px}50%{right:20px}to{right:30px}}:root{--font-title: \"the-seasons\", Helvetica, sans-serif;--font-pretitle: \"Poppins\", Helvetica, sans-serif;--font-text: \"Poppins\", Helvetica, sans-serif;--font-claim: \"turbinado-pro\", Helvetica, sans-serif;--cl_corp: #24262d;--cl_accent: #aa8453;--cl_icon: #978667;--cl_icon-light: #fff;--cl_border-light: #ededed;--cl_border-dark: #d9e1e6;--cl_shadow: rgba(0, 0, 0, .1);--cl_breadcrumb: #24262d;--cl_breadcrumb-hover: #978667;--cl_preload-bg: #ededed;--cl_preload: #24262d;--cl_background_body: #fdfbf8;--cl_background_white: #fff;--cl_background_dark: #19314b;--cl_background_gray: #eee;--cl_background_dark-opacity: #19314bbf;--cl_background_dark-opacity-v2: #1326398b;--cl_background_body-transparent: #ffffffe7;--cl_title: #978667;--cl_subtitle: #19314b;--cl_pretitle: #19314b;--cl_text: #3c3b3b;--cl_title-light: #fff;--cl_subtitle-light: #fff;--cl_pretitle-light: #fff;--cl_text-light: #fff;--cl_text-disable: #888;--w_title: 600;--w_text: 300;--w_subtitle: 300;--w_pretitle: 300;--padding-bottom-slider: 0px;--lh_pretitle-slider: 1.2;--lh_title-slider: 1.2;--cl_header-bg-nosticky: #0000001a;--cl_header-text-nosticky: #fff;--cl_header-bg-sticky: #eee;--cl_header-text-sticky: #19314b;--cl_header-bg-mobile: #b6b6b6;--cl_headerBottom-bg-mobile: #b6b6b6;--cl_header-text-mobile: #19314b;--cl_menu-modal-bg: #19314b;--cl_menu-modal-items: #978667;--cl_menu-modal-items-hover: #fff;--cl_menu-modal-text: #fff;--cl_menu-modal-text-hover: #fff;--ls_menu-modal-items: 1px;--w_menu-modal-items: 300;--hg_menu-img-height: 15rem;--cl_submenu-bg: #19314b;--cl_submenu-text: #fff;--cl_submenu-hover: #978667;--w_btn: 400;--size_btn: 14px;--size_link: 14px;--ls_link: 1px;--ls_btn: 1px;--upper_btn: uppercase;--upper_link: uppercase;--font-btn: \"Poppins\", Helvetica, sans-serif;--font-link: \"Poppins\", Helvetica, sans-serif;--cl_btn-box: #19314b;--cl_btn-box-text: #19314b;--cl_btn-box-hover: #978667;--cl_btn-box-text-hover: #fff;--cl_btn-call: #19314bf2;--cl_btn-call-text: #fff;--cl_btn-call-hover: #978667;--cl_btn-call-text-hover: #fff;--cl_btn-link: #19314b;--cl_btn-link-hover: #978667;--cl_btn-arrow: #19314b;--cl_btn-arrow-icon: #fff;--cl_btn-arrow-hover: #978667;--cl_btn-arrow-icon-hover: #fff;--cl_btn-dots: #24262d;--cl_btn-dots-active: #978667;--cl_btn-dots-hover: #978667;--cl_btn-light: #fff;--cl_btn-light-text: #fff;--cl_btn-light-hover: #978667;--cl_btn-light-text-hover: #978667;--cl_footer-bg: #19314b;--cl_footer-bg-bottom: #0a1d31;--cl_footer-bg-logos: #f8f7f3;--cl_footer-scroll: #978667;--cl_footer-text: #fff;--cl_footer-text-hover: #978667;--btn_radius: 5px;--img_radius: 5px;--img_border: #fff;--img_border-width: 1px;--dropdown-radius: 20px;--cl_background_dropdown: #fdfbf8;--cl_border-dropdown: #d9e1e6;--font-size-engine-text: 14px;--cl_engine-text: #19314b;--cl_engine-bg-nosticky: #ffffffcf;--cl_engine-text-nosticky: #19314b;--cl_engine-bg-sticky: #ffffff00;--cl_engine-text-sticky: #19314b;--cl_engine-bg-modal: #19314bbf;--cl_engine-input-bg: #ebebeb;--cl_engine-input-bg-select: #ebebeb;--cl_dropdown: #19314b;--cl_dropdown-text: #5a5a5a;--cl_dropdown-hover: #19314b;--cl_newsletter-input-background: #d1d1d1;--cl_newsletter-input-text: #5a5a5a;--cl_error: #ff7173;--cl_desde: #bcbbc3;--cl_price: #19314b;--cl_badget: #ff8874;--cl_badget-text: #fff;--alg-service-room-detail: center;--cl_alert-text: #19314b;--cl_alert-text-error: #fff;--cl_alert-background: #fff;--cl_alert-background-error: rgb(230, 92, 92);--mdc-checkbox-disabled-selected-icon-color: rgba(0, 0, 0, .38);--mdc-checkbox-disabled-unselected-icon-color: rgba(0, 0, 0, .38);--mdc-checkbox-selected-checkmark-color: white;--mdc-checkbox-selected-focus-icon-color: var(--cl_corp);--mdc-checkbox-selected-hover-icon-color: var(--cl_corp);--mdc-checkbox-selected-icon-color: var(--cl_corp);--mdc-checkbox-selected-pressed-icon-color: var(--cl_corp);--mdc-checkbox-unselected-focus-icon-color: #212121;--mdc-checkbox-unselected-hover-icon-color: #212121;--mdc-checkbox-unselected-icon-color: rgba(0, 0, 0, .54);--mdc-checkbox-unselected-pressed-icon-color: rgba(0, 0, 0, .54);--mdc-checkbox-selected-focus-state-layer-color: var(--cl_corp);--mdc-checkbox-selected-hover-state-layer-color: var(--cl_corp);--mdc-checkbox-selected-pressed-state-layer-color: var(--cl_corp);--mdc-checkbox-unselected-focus-state-layer-color: black;--mdc-checkbox-unselected-hover-state-layer-color: black;--mdc-checkbox-unselected-pressed-state-layer-color: black;--mat-checkbox-disabled-label-color: rgba(0, 0, 0, .38);--primary: #4a4a49;--cream: #f9f8f5;--white: #ffffff;--black: #000000;--whatsapp: #24cc63;--logo: #616161;--grey: #dcdcdc;--darkgrey: #1e1e1e;--instagram: #61bdff;--facebook: #3782f4;--twitter: #4a4a49;--youtube: #d9464b;--tripadvisor: #34e0a1;--booking: #0c3b7c;--silver: #c0bebe;--gold: #ffca64;--platinum: #b5d9e2}.cs_dark{--cl_corp: #181818;--cl_accent: #aa8453;--cl_icon: #aa8453;--cl_icon-light: #fff;--cl_border-light: #ededed;--cl_border-dark: #d9e1e6;--cl_shadow: rgba(0, 0, 0, .1);--cl_breadcrumb: #fff;--cl_breadcrumb-hover: #aa8453;--cl_preload-bg: #ededed;--cl_preload: #24262d;--cl_background_body: #181818;--cl_background_white: transparent;--cl_background_dark: #aa8453;--cl_background_gray: #333;--type-align: center;--cl_title: #fff;--cl_subtitle: #aa8453;--cl_pretitle: #aa8453;--cl_text: #fff;--cl_title-light: #fff;--cl_subtitle-light: #fff;--cl_pretitle-light: #fff;--cl_text-light: #fff;--cl_header-bg: #aa8453;--cl_header-text-light: #fff;--cl_menu-bg: #79582c;--cl_menu-text: #fff;--cl_btn-box: #aa8453;--cl_btn-box-text: #aa8453;--cl_btn-box-hover: #79582c;--cl_btn-box-text-hover: #fff;--cl_btn-call: #aa8453;--cl_btn-call-text: white;--cl_btn-call-hover: #79582c;--cl_btn-call-text-hover: #fff;--cl_btn-link: #aa8453;--cl_btn-link-hover: #79582c;--cl_btn-arrow: #ffffff3a;--cl_btn-arrow-icon: #fff;--cl_btn-arrow-hover: #79582c;--cl_btn-arrow-icon-hover: #fff;--cl_btn-dots: #eee;--cl_btn-dots-active: #79582c;--cl_btn-dots-hover: #79582c;--cl_btn-light: #fff;--cl_btn-light-text: #fff;--cl_btn-light-hover: #79582c;--cl_btn-light-text-hover: #79582c;--cl_footer-bg: #aa8453;--cl_footer-bg-bottom: #79582c;--cl_footer-scroll: #aa8453;--cl_footer-text: #fff;--cl_footer-text-hover: #aa8453;--btn_radius: 1px;--img_radius: 0px;--img_border: #fff;--img_border-width: 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}.container{max-width:100%}.zigzag-v4{overflow:hidden;padding-block:5rem}@media (min-width: 540px){.zigzag-v4{padding-block:6rem}}@media (min-width: 768px){.zigzag-v4{padding-block:8rem}}@media (min-width: 1024px){.zigzag-v4{padding-block:7rem}}@media (min-width: 1280px){.zigzag-v4{padding-block:8rem 17rem}}@media (min-width: 1366px){.zigzag-v4{padding-block:9rem 18rem}}@media (min-width: 1680px){.zigzag-v4{padding-block:10rem 21rem}}@media (min-width: 768px){.zigzag-v4 .container{--inline-spacing-left: 8.9rem;--inline-spacing-right: 8.9rem}}@media (min-width: 1280px){.zigzag-v4 .container{--inline-spacing-left: 12.1rem;--inline-spacing-right: 12.1rem}}@media (min-width: 1366px){.zigzag-v4 .container{--inline-spacing-left: 12.4rem;--inline-spacing-right: 13.074rem}}@media (min-width: 1680px){.zigzag-v4 .container{--inline-spacing-right: 16rem;--inline-spacing-left: 15.6rem}}@media (min-width: 1800px){.zigzag-v4 .container{--inline-spacing-left: 17.4rem;--inline-spacing-right: 18rem}}.zigzag-v4__slider .slick-list{overflow:visible!important}.zigzag-v4__inner{display:flex;flex-direction:column;gap:2.5rem}@media (min-width: 768px){.zigzag-v4__inner{gap:3rem;max-width:59.2rem;margin-inline:auto}}@media (min-width: 1280px){.zigzag-v4__inner{gap:3.1rem;max-width:unset}}@media (min-width: 1366px){.zigzag-v4__inner{gap:3rem}}@media (min-width: 1680px){.zigzag-v4__inner{gap:4rem}}.zigzag-v4__inner .zigzag-v4__title{width:100%;text-transform:uppercase;text-align:center;color:rgb(var(--primary),80%);font-size:1.4rem;line-height:1;letter-spacing:.14rem}@media (min-width: 540px){.zigzag-v4__inner .zigzag-v4__title{font-size:1.4rem;line-height:1.4285714286}}@media (min-width: 768px){.zigzag-v4__inner .zigzag-v4__title{font-size:1.7rem;line-height:1.2941176471}}@media (min-width: 1280px){.zigzag-v4__inner .zigzag-v4__title{font-size:1.8rem;line-height:1;letter-spacing:.36rem;max-width:63rem}}@media (min-width: 1366px){.zigzag-v4__inner .zigzag-v4__title{max-width:69.926rem}}@media (min-width: 1680px){.zigzag-v4__inner .zigzag-v4__title{max-width:86rem}}@media (min-width: 1800px){.zigzag-v4__inner .zigzag-v4__title{max-width:90.1rem}}.zigzag-v4__inner .zigzag-v4__item{display:flex;flex-direction:column;gap:1.4rem}@media (min-width: 540px){.zigzag-v4__inner .zigzag-v4__item{gap:2rem}}@media (min-width: 768px){.zigzag-v4__inner .zigzag-v4__item{gap:2.062rem}}@media (min-width: 1280px){.zigzag-v4__inner .zigzag-v4__item{flex-direction:row;gap:6.08rem}}@media (min-width: 1366px){.zigzag-v4__inner .zigzag-v4__item{gap:5.51rem}}@media (min-width: 1680px){.zigzag-v4__inner .zigzag-v4__item{gap:6rem}}@media (min-width: 1800px){.zigzag-v4__inner .zigzag-v4__item{gap:8rem}}.zigzag-v4__inner .zigzag-v4__item:hover .zigzag-v4__image .btn__group{transform:translateY(0)}.zigzag-v4__inner .zigzag-v4__image{position:relative;overflow:hidden;width:100%}@media (min-width: 1280px){.zigzag-v4__inner .zigzag-v4__image{flex:0 0 auto;max-width:63rem}}@media (min-width: 1366px){.zigzag-v4__inner .zigzag-v4__image{max-width:69.926rem}}@media (min-width: 1680px){.zigzag-v4__inner .zigzag-v4__image{max-width:86rem}}@media (min-width: 1680px){.zigzag-v4__inner .zigzag-v4__image{max-width:90.1rem}}.zigzag-v4__inner .zigzag-v4__image figure{aspect-ratio:295/207}.zigzag-v4__inner .zigzag-v4__image--graphic{color:var(--white);position:absolute;bottom:-.1rem;left:50%;transform:scaleY(-1) translate(-50%);aspect-ratio:2/1;width:6rem;z-index:1}@media (min-width: 540px){.zigzag-v4__inner .zigzag-v4__image--graphic{width:10rem}}@media (min-width: 1280px){.zigzag-v4__inner .zigzag-v4__image--graphic{bottom:unset;left:unset;top:50%;right:-.1rem;transform:translate(50%) rotate(90deg);transform-origin:top}}.zigzag-v4__inner .zigzag-v4__image .btn__group{display:none;transition:var(--transition);background:var(--white)}@media (min-width: 1024px){.zigzag-v4__inner .zigzag-v4__image .btn__group{display:flex;opacity:0;pointer-events:none;position:absolute;inset:auto 0 0;transform:translateY(100%)}}@media (min-width: 1280px){.zigzag-v4__inner .zigzag-v4__image .btn__group{opacity:1;pointer-events:initial;padding-top:3rem;justify-content:center;gap:3rem}}.zigzag-v4__inner .zigzag-v4__content{display:flex;flex-direction:column}@media (min-width: 1280px){.zigzag-v4__inner .zigzag-v4__content{flex:1 1 auto;padding-top:3rem;position:relative;padding-left:.8rem}}@media (min-width: 1366px){.zigzag-v4__inner .zigzag-v4__content{padding-top:5rem}}@media (min-width: 1680px){.zigzag-v4__inner .zigzag-v4__content{padding-top:11.9rem}}.zigzag-v4__inner .zigzag-v4__content h2{font-size:4.8rem;line-height:1;margin-bottom:3rem}@media (min-width: 540px){.zigzag-v4__inner .zigzag-v4__content h2{font-size:6.6rem;line-height:1;margin-bottom:3.5rem}}@media (min-width: 768px){.zigzag-v4__inner .zigzag-v4__content h2{font-size:8rem;line-height:1;margin-bottom:5rem}}@media (min-width: 1280px){.zigzag-v4__inner .zigzag-v4__content h2{font-size:9rem;line-height:1;margin-top:auto;margin-bottom:0;position:absolute;order:3;left:0;top:calc(100% - 10rem);white-space:nowrap}}@media (min-width: 1680px){.zigzag-v4__inner .zigzag-v4__content h2{font-size:11rem;line-height:1;top:calc(100% - 13.5rem)}}.zigzag-v4__inner .zigzag-v4__content h2 br{display:none}@media (min-width: 1280px){.zigzag-v4__inner .zigzag-v4__content h2 br{display:block}}.zigzag-v4__inner .zigzag-v4__content .zigzag-v4__sub-heading{color:rgb(var(--primary),80%);text-transform:uppercase;font-size:1.6rem;line-height:1;letter-spacing:.064rem;margin-bottom:2rem}@media (min-width: 540px){.zigzag-v4__inner .zigzag-v4__content .zigzag-v4__sub-heading{font-size:1.7rem;line-height:1;letter-spacing:.17rem;margin-bottom:3rem}}@media (min-width: 768px){.zigzag-v4__inner .zigzag-v4__content .zigzag-v4__sub-heading{font-size:2rem;line-height:1}}@media (min-width: 1280px){.zigzag-v4__inner .zigzag-v4__content .zigzag-v4__sub-heading{order:1;letter-spacing:.3rem;margin-bottom:5rem}}.zigzag-v4__inner .zigzag-v4__content p{color:rgb(var(--primary),80%);font-size:1.6rem;line-height:1.5}@media (min-width: 540px){.zigzag-v4__inner .zigzag-v4__content p{font-size:1.8rem;line-height:1.5555555556;width:43.5rem}}@media (min-width: 768px){.zigzag-v4__inner .zigzag-v4__content p{font-size:2rem;line-height:1.6;letter-spacing:.04rem;width:59.8rem}}@media (min-width: 1280px){.zigzag-v4__inner .zigzag-v4__content p{font-size:2rem;line-height:1.7;width:40rem;order:2;overflow-y:auto;max-height:24rem}}@media (min-width: 1500px){.zigzag-v4__inner .zigzag-v4__content p{width:45rem;max-height:28rem}}@media (min-width: 1680px){.zigzag-v4__inner .zigzag-v4__content p{width:50rem;max-height:40rem}}@media (min-width: 1880px){.zigzag-v4__inner .zigzag-v4__content p{width:60rem;max-height:45rem}}.zigzag-v4__inner .zigzag-v4__content .btn__group{flex-direction:column;align-items:center;gap:2rem;margin-top:3rem}@media (min-width: 768px){.zigzag-v4__inner .zigzag-v4__content .btn__group{flex-direction:row;gap:3rem;justify-content:center;margin-top:3.7rem}}@media (min-width: 1024px){.zigzag-v4__inner .zigzag-v4__content .btn__group{margin-top:5rem}}@media (min-width: 1280px){.zigzag-v4__inner .zigzag-v4__content .btn__group{display:none}}.zigzag-v4.bg-cream .zigzag-v4__image .btn__group{background:var(--cream)}.zigzag-v4.bg-cream .zigzag-v4__image--graphic{color:var(--cream)}.zigzag-v4--right-img{background-color:var(--cream)}.zigzag-v4--right-img .zigzag-v4__title{margin-left:auto}@media (min-width: 1280px){.zigzag-v4--right-img .zigzag-v4__item{flex-direction:row-reverse}}@media (min-width: 1280px){.zigzag-v4--right-img .zigzag-v4__image--graphic{left:-.1rem;top:50%;right:unset;transform:translate(-50%) rotate(-90deg);transform-origin:top}}.zigzag-v4.js-active-slider .js-slider-arrows.arrows--full{left:unset}@media (min-width: 1280px){.zigzag-v4.js-active-slider .js-slider-arrows.arrows--full{left:unset;width:8px}}.zigzag-v4.js-active-slider .js-slider-arrows.arrows--full{inset-inline:-4rem}@media (min-width: 540px){.zigzag-v4.js-active-slider .js-slider-arrows.arrows--full{left:unset;inset-inline:-6rem}}@media (min-width: 1280px){.zigzag-v4.js-active-slider .js-slider-arrows.arrows--full{left:unset;inset-inline:-9.05rem}}@media (min-width: 1366px){.zigzag-v4.js-active-slider .js-slider-arrows.arrows--full{left:unset;inset-inline:-9.2rem -9.537rem}}@media (min-width: 1680px){.zigzag-v4.js-active-slider .js-slider-arrows.arrows--full{left:unset;inset-inline:-10.8rem -11rem}}@media (min-width: 1800px){.zigzag-v4.js-active-slider .js-slider-arrows.arrows--full{left:unset;inset-inline:-11.7rem -12rem}}@media (max-width: 539px){.zigzag-v4.js-active-slider .js-slider-arrows.arrows--full{inset-inline:-2rem!important}}.js-active-slider{--sliderNav__position: 50%}.relative{position:relative}.js-slider-arrows.arrows--absolute{position:absolute;top:var(--sliderNav__position);left:0;right:0;transform:translateY(-50%)}@media (min-width: 1280px){:host ::ng-deep .zigzag-v4.zigzag-v4--right-img.js-active-slider .js-slider-arrows.arrows--full{left:unset!important;width:8px}}:host ::ng-deep .zigzag-v4.zigzag-v4--right-img.js-active-slider .js-slider-arrows.arrows--full{inset-inline:-4rem}@media (min-width: 540px){:host ::ng-deep .zigzag-v4.zigzag-v4--right-img.js-active-slider .js-slider-arrows.arrows--full{inset-inline:-6rem}}@media (min-width: 1280px){:host ::ng-deep .zigzag-v4.zigzag-v4--right-img.js-active-slider .js-slider-arrows.arrows--full{left:unset!important;inset-inline:-9.05rem}}@media (min-width: 1366px){:host ::ng-deep .zigzag-v4.zigzag-v4--right-img.js-active-slider .js-slider-arrows.arrows--full{left:unset!important;inset-inline:-9.2rem -9.537rem}}@media (min-width: 1680px){:host ::ng-deep .zigzag-v4.zigzag-v4--right-img.js-active-slider .js-slider-arrows.arrows--full{left:unset!important;inset-inline:-10.8rem -11rem}}@media (min-width: 1800px){:host ::ng-deep .zigzag-v4.zigzag-v4--right-img.js-active-slider .js-slider-arrows.arrows--full{left:unset!important;inset-inline:-11.7rem -12rem}}@media (max-width: 539px){:host ::ng-deep .zigzag-v4.zigzag-v4--right-img.js-active-slider .js-slider-arrows.arrows--full{inset-inline:-2rem!important}}:host ::ng-deep .js-active-slider:has(.js-slider_fix-arrows) .js-slider-arrows{top:var(--sliderNav__position)}:host ::ng-deep .js-active-slider .js-slider-arrows{display:flex;pointer-events:none;justify-content:space-between;gap:.2rem}@media (min-width: 1280px){:host ::ng-deep .js-active-slider .js-slider-arrows:has(.icon-small){width:auto;flex-direction:column}}:host ::ng-deep .js-active-slider .js-slider-arrows .slick-arrow{pointer-events:initial;cursor:pointer;transition:all .5s;border-width:0;align-items:center;justify-content:center;display:flex;padding:0;color:#4a4a49}:host ::ng-deep .js-active-slider .js-slider-arrows .slick-arrow:before{display:none}:host ::ng-deep .js-active-slider .js-slider-arrows .slick-arrow.slick-prev.icon-small{transform:rotate(180deg)}:host ::ng-deep .js-active-slider .js-slider-arrows .slick-arrow.slick-next.icon-small{transform:rotate(0)}@media (min-width: 1280px){:host ::ng-deep .js-active-slider .js-slider-arrows .slick-arrow.slick-next.icon-small{top:-6rem}}:host ::ng-deep .js-active-slider .js-slider-arrows .slick-arrow.icon-small{aspect-ratio:1;background:#f9f8f5!important;width:4rem;display:flex;flex-direction:column!important;align-items:center}@media (min-width: 540px){:host ::ng-deep .js-active-slider .js-slider-arrows .slick-arrow.icon-small{width:6rem;height:6rem;right:-25px}}@media (min-width: 540px) and (min-width: 1280px){:host ::ng-deep .js-active-slider .js-slider-arrows .slick-arrow.icon-small{right:-28px}}:host ::ng-deep .js-active-slider .js-slider-arrows .slick-arrow.icon-small svg:not(.line){width:1rem;height:.5rem}:host ::ng-deep .js-active-slider .js-slider-arrows .slick-arrow.icon-small .line{height:0;width:1rem;margin-bottom:-.5rem;transition:all .5s}:host ::ng-deep .js-active-slider .js-slider-arrows .slick-arrow.icon-small:hover .line{height:1.5rem}:host ::ng-deep .js-active-slider .js-slider-arrows .slick-arrow.icon-large{width:4rem;aspect-ratio:5/6;background:transparent;opacity:.7;transition:all .5s}@media (min-width: 540px){:host ::ng-deep .js-active-slider .js-slider-arrows .slick-arrow.icon-large{width:5rem}}:host ::ng-deep .js-active-slider .js-slider-arrows .slick-arrow.icon-large svg{width:1.045rem;height:2rem}@media (min-width: 540px){:host ::ng-deep .js-active-slider .js-slider-arrows .slick-arrow.icon-large svg{width:1.846rem;height:3.533rem}}:host ::ng-deep .js-active-slider .js-slider-arrows .slick-arrow.icon-large:hover{opacity:1}:host ::ng-deep .js-active-slider .js-slider-arrows .slick-arrow.slick-disabled{opacity:0;pointer-events:none}:host ::ng-deep .js-active-slider .js-slider-arrows.arrows--absolute{position:absolute;transform:translateY(-50%)}:host ::ng-deep .js-active-slider .js-slider-arrows.arrows--absolute .slick-prev.icon-small{transform:rotate(90deg)}:host ::ng-deep .js-active-slider .js-slider-arrows.arrows--absolute .slick-next.icon-small{transform:rotate(-90deg);top:0rem}@media (min-width: 1280px){:host ::ng-deep .js-active-slider .js-slider-arrows.arrows--absolute .slick-next.icon-small{top:-6rem}}:host ::ng-deep .js-active-slider .js-slider-arrows.arrows--full{inset-inline:0}@media (min-width: 1280px){:host ::ng-deep .js-active-slider .js-slider-arrows.arrows--full{left:unset;flex-direction:row}}:host ::ng-deep .js-active-slider.bg-cream .js-slider-arrows .icon-small{background:#fff}:host ::ng-deep .js-active-slider.slides-visible{overflow:hidden}@media (min-width: 768px){:host ::ng-deep .js-active-slider.slides-visible .slick-list{overflow:visible}}:host ::ng-deep .slick-list{overflow:visible!important}:host ::ng-deep h2 span.maxWidth{white-space:normal;max-width:500px}\n"], dependencies: [{ kind: "ngmodule", type: CommonModule }, { kind: "directive", type: i1$1.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { kind: "directive", type: SlickInitDirective, selector: ".js-active-slider,[appSlickInit]" }, { kind: "directive", type: SliderFixArrowsDirective, selector: "[sliderFixArrows]" }, { kind: "directive", type: BabylonLinkTypeDirective, selector: "[linkType]", inputs: ["linkType", "href", "modalClick", "clickPopup", "disablePointerNone"], outputs: ["anchorClicked"] }] }); }
|
|
14759
14760
|
}
|
|
14760
14761
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: BabylonInfoZigzagV5Component, decorators: [{
|
|
14761
14762
|
type: Component,
|
|
@@ -14764,7 +14765,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImpo
|
|
|
14764
14765
|
SlickInitDirective,
|
|
14765
14766
|
SliderFixArrowsDirective,
|
|
14766
14767
|
BabylonLinkTypeDirective,
|
|
14767
|
-
], template: "<section\n class=\"zigzag-v4 zigzag-v4--right-img js-active-slider\"\n [ngClass]=\"{\n 'zigzag-v4--right-img': rightSide || leftSide,\n background: hasBackground,\n }\"\n data-slides_infinite=\"true\"\n data-slider_name=\"js-zigzag-v4-slider\"\n data-slider_showbtns=\"true\"\n data-slider_btns=\"icon-small\"\n data-slider_showdots=\"false\"\n data-slider_fade=\"true\"\n data-slider_autoplay=\"true\"\n data-slides_pc=\"1\"\n>\n <div class=\"container\">\n <div class=\"zigzag-v4__inner\">\n <!-- @if (texts?.title) {\n <span class=\"zigzag-v4__title\">{{ texts?.title }}</span>\n }\n -->\n <div class=\"relative\">\n <div\n class=\"zigzag-v4__slider js-zigzag-v4-slider js-slider_fix-arrows\"\n sliderFixArrows\n >\n @for (imagen of multimedia?.imagenes; track $index) {\n <div>\n <div class=\"zigzag-v4__item\">\n <div class=\"zigzag-v4__image\">\n @if (imagen?.img?.src) {\n <figure\n class=\"js-slider_fix-arrows-zone\"\n >\n <svg\n aria-hidden=\"true\"\n focusable=\"false\"\n class=\"zigzag-v4__image--graphic\"\n >\n <use\n href=\"/assets/babylon/svg/icon-graphic.svg#icon-graphic\"\n ></use>\n </svg>\n <img\n [src]=\"\n imagen?.img?.src ||\n 'data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7'\n \"\n [alt]=\"imagen?.img?.alt\"\n />\n </figure>\n }\n @if (\n imagen.buttons?.length ??\n buttons?.length\n ) {\n <div class=\"btn__group\">\n @for (\n button of imagen?.buttons ??\n buttons;\n track $index\n ) {\n <a\n role=\"button\"\n [href]=\"button?.url\"\n [linkType]=\"\n button?.linkType\n \"\n class=\"btn btn__primary\"\n >\n <span>{{\n button?.label\n }}</span>\n </a>\n }\n </div>\n }\n </div>\n\n <div class=\"zigzag-v4__content\">\n @if (texts?.title) {\n <h2>\n <span\n class=\"maxWidth\"\n [innerHTML]=\"texts?.title\"\n ></span>\n </h2>\n }\n @if (texts?.additional) {\n <h2>\n <span\n [innerHTML]=\"texts?.additional\"\n ></span>\n </h2>\n }\n @if (texts?.subtitle) {\n <span class=\"zigzag-v4__sub-heading\">{{\n texts?.subtitle\n }}</span>\n }\n @if (texts?.description) {\n <p [innerHTML]=\"texts?.description\"></p>\n }\n @if (\n imagen.buttons?.length ??\n buttons?.length\n ) {\n <div class=\"btn__group\">\n @for (\n button of imagen.buttons ??\n buttons;\n track $index\n ) {\n <a\n role=\"button\"\n [href]=\"button?.url\"\n [linkType]=\"\n button?.linkType\n \"\n class=\"btn btn__primary\"\n >\n <span>{{\n button?.label\n }}</span>\n </a>\n }\n </div>\n }\n </div>\n </div>\n </div>\n }\n </div>\n <div\n class=\"js-slider-arrows arrows--absolute arrows--full\"\n ></div>\n </div>\n </div>\n </div>\n</section>\n", styles: ["@media (min-width: 1280px){.order-custom-xl-xxl-1{order:1}.order-custom-xl-xxl-2{order:2}}.flex-row{flex-direction:row!important}.flex-column{flex-direction:column!important}.flex-row-reverse{flex-direction:row-reverse!important}.flex-column-reverse{flex-direction:column-reverse!important}.flex-wrap{flex-wrap:wrap!important}.flex-nowrap{flex-wrap:nowrap!important}.flex-wrap-reverse{flex-wrap:wrap-reverse!important}.flex-fill{flex:1 1 auto!important}.flex-grow-0{flex-grow:0!important}.flex-grow-1{flex-grow:1!important}.flex-shrink-0{flex-shrink:0!important}.flex-shrink-1{flex-shrink:1!important}.justify-content-start{justify-content:flex-start!important}.justify-content-end{justify-content:flex-end!important}.justify-content-center{justify-content:center!important}.justify-content-between{justify-content:space-between!important}.justify-content-around{justify-content:space-around!important}.align-items-start{align-items:flex-start!important}.align-items-end{align-items:flex-end!important}.align-items-center{align-items:center!important}.align-items-baseline{align-items:baseline!important}.align-items-stretch{align-items:stretch!important}.align-content-start{align-content:flex-start!important}.align-content-end{align-content:flex-end!important}.align-content-center{align-content:center!important}.align-content-between{align-content:space-between!important}.align-content-around{align-content:space-around!important}.align-content-stretch{align-content:stretch!important}.align-self-auto{align-self:auto!important}.align-self-start{align-self:flex-start!important}.align-self-end{align-self:flex-end!important}.align-self-center{align-self:center!important}.align-self-baseline{align-self:baseline!important}.align-self-stretch{align-self:stretch!important}.m-auto{margin:auto!important}.mt-auto,.my-auto{margin-top:auto!important}.mr-auto,.mx-auto{margin-right:auto!important}.mb-auto,.my-auto{margin-bottom:auto!important}.ml-auto,.mx-auto{margin-left:auto!important}@media (min-width: 540px){.flex-sm-row{flex-direction:row!important}.flex-sm-column{flex-direction:column!important}.flex-sm-row-reverse{flex-direction:row-reverse!important}.flex-sm-column-reverse{flex-direction:column-reverse!important}.flex-sm-wrap{flex-wrap:wrap!important}.flex-sm-nowrap{flex-wrap:nowrap!important}.flex-sm-wrap-reverse{flex-wrap:wrap-reverse!important}.flex-sm-fill{flex:1 1 auto!important}.flex-sm-grow-0{flex-grow:0!important}.flex-sm-grow-1{flex-grow:1!important}.flex-sm-shrink-0{flex-shrink:0!important}.flex-sm-shrink-1{flex-shrink:1!important}.justify-content-sm-start{justify-content:flex-start!important}.justify-content-sm-end{justify-content:flex-end!important}.justify-content-sm-center{justify-content:center!important}.justify-content-sm-between{justify-content:space-between!important}.justify-content-sm-around{justify-content:space-around!important}.align-items-sm-start{align-items:flex-start!important}.align-items-sm-end{align-items:flex-end!important}.align-items-sm-center{align-items:center!important}.align-items-sm-baseline{align-items:baseline!important}.align-items-sm-stretch{align-items:stretch!important}.align-content-sm-start{align-content:flex-start!important}.align-content-sm-end{align-content:flex-end!important}.align-content-sm-center{align-content:center!important}.align-content-sm-between{align-content:space-between!important}.align-content-sm-around{align-content:space-around!important}.align-content-sm-stretch{align-content:stretch!important}.align-self-sm-auto{align-self:auto!important}.align-self-sm-start{align-self:flex-start!important}.align-self-sm-end{align-self:flex-end!important}.align-self-sm-center{align-self:center!important}.align-self-sm-baseline{align-self:baseline!important}.align-self-sm-stretch{align-self:stretch!important}.m-sm-auto{margin:auto!important}.mt-sm-auto,.my-sm-auto{margin-top:auto!important}.mr-sm-auto,.mx-sm-auto{margin-right:auto!important}.mb-sm-auto,.my-sm-auto{margin-bottom:auto!important}.ml-sm-auto,.mx-sm-auto{margin-left:auto!important}}@media (min-width: 768px){.flex-md-row{flex-direction:row!important}.flex-md-column{flex-direction:column!important}.flex-md-row-reverse{flex-direction:row-reverse!important}.flex-md-column-reverse{flex-direction:column-reverse!important}.flex-md-wrap{flex-wrap:wrap!important}.flex-md-nowrap{flex-wrap:nowrap!important}.flex-md-wrap-reverse{flex-wrap:wrap-reverse!important}.flex-md-fill{flex:1 1 auto!important}.flex-md-grow-0{flex-grow:0!important}.flex-md-grow-1{flex-grow:1!important}.flex-md-shrink-0{flex-shrink:0!important}.flex-md-shrink-1{flex-shrink:1!important}.justify-content-md-start{justify-content:flex-start!important}.justify-content-md-end{justify-content:flex-end!important}.justify-content-md-center{justify-content:center!important}.justify-content-md-between{justify-content:space-between!important}.justify-content-md-around{justify-content:space-around!important}.align-items-md-start{align-items:flex-start!important}.align-items-md-end{align-items:flex-end!important}.align-items-md-center{align-items:center!important}.align-items-md-baseline{align-items:baseline!important}.align-items-md-stretch{align-items:stretch!important}.align-content-md-start{align-content:flex-start!important}.align-content-md-end{align-content:flex-end!important}.align-content-md-center{align-content:center!important}.align-content-md-between{align-content:space-between!important}.align-content-md-around{align-content:space-around!important}.align-content-md-stretch{align-content:stretch!important}.align-self-md-auto{align-self:auto!important}.align-self-md-start{align-self:flex-start!important}.align-self-md-end{align-self:flex-end!important}.align-self-md-center{align-self:center!important}.align-self-md-baseline{align-self:baseline!important}.align-self-md-stretch{align-self:stretch!important}.m-md-auto{margin:auto!important}.mt-md-auto,.my-md-auto{margin-top:auto!important}.mr-md-auto,.mx-md-auto{margin-right:auto!important}.mb-md-auto,.my-md-auto{margin-bottom:auto!important}.ml-md-auto,.mx-md-auto{margin-left:auto!important}}@media (min-width: 1025px){.flex-lg-row{flex-direction:row!important}.flex-lg-column{flex-direction:column!important}.flex-lg-row-reverse{flex-direction:row-reverse!important}.flex-lg-column-reverse{flex-direction:column-reverse!important}.flex-lg-wrap{flex-wrap:wrap!important}.flex-lg-nowrap{flex-wrap:nowrap!important}.flex-lg-wrap-reverse{flex-wrap:wrap-reverse!important}.flex-lg-fill{flex:1 1 auto!important}.flex-lg-grow-0{flex-grow:0!important}.flex-lg-grow-1{flex-grow:1!important}.flex-lg-shrink-0{flex-shrink:0!important}.flex-lg-shrink-1{flex-shrink:1!important}.justify-content-lg-start{justify-content:flex-start!important}.justify-content-lg-end{justify-content:flex-end!important}.justify-content-lg-center{justify-content:center!important}.justify-content-lg-between{justify-content:space-between!important}.justify-content-lg-around{justify-content:space-around!important}.align-items-lg-start{align-items:flex-start!important}.align-items-lg-end{align-items:flex-end!important}.align-items-lg-center{align-items:center!important}.align-items-lg-baseline{align-items:baseline!important}.align-items-lg-stretch{align-items:stretch!important}.align-content-lg-start{align-content:flex-start!important}.align-content-lg-end{align-content:flex-end!important}.align-content-lg-center{align-content:center!important}.align-content-lg-between{align-content:space-between!important}.align-content-lg-around{align-content:space-around!important}.align-content-lg-stretch{align-content:stretch!important}.align-self-lg-auto{align-self:auto!important}.align-self-lg-start{align-self:flex-start!important}.align-self-lg-end{align-self:flex-end!important}.align-self-lg-center{align-self:center!important}.align-self-lg-baseline{align-self:baseline!important}.align-self-lg-stretch{align-self:stretch!important}.m-lg-auto{margin:auto!important}.mt-lg-auto,.my-lg-auto{margin-top:auto!important}.mr-lg-auto,.mx-lg-auto{margin-right:auto!important}.mb-lg-auto,.my-lg-auto{margin-bottom:auto!important}.ml-lg-auto,.mx-lg-auto{margin-left:auto!important}}@media (min-width: 1280px){.flex-xl-row{flex-direction:row!important}.flex-xl-column{flex-direction:column!important}.flex-xl-row-reverse{flex-direction:row-reverse!important}.flex-xl-column-reverse{flex-direction:column-reverse!important}.flex-xl-wrap{flex-wrap:wrap!important}.flex-xl-nowrap{flex-wrap:nowrap!important}.flex-xl-wrap-reverse{flex-wrap:wrap-reverse!important}.flex-xl-fill{flex:1 1 auto!important}.flex-xl-grow-0{flex-grow:0!important}.flex-xl-grow-1{flex-grow:1!important}.flex-xl-shrink-0{flex-shrink:0!important}.flex-xl-shrink-1{flex-shrink:1!important}.justify-content-xl-start{justify-content:flex-start!important}.justify-content-xl-end{justify-content:flex-end!important}.justify-content-xl-center{justify-content:center!important}.justify-content-xl-between{justify-content:space-between!important}.justify-content-xl-around{justify-content:space-around!important}.align-items-xl-start{align-items:flex-start!important}.align-items-xl-end{align-items:flex-end!important}.align-items-xl-center{align-items:center!important}.align-items-xl-baseline{align-items:baseline!important}.align-items-xl-stretch{align-items:stretch!important}.align-content-xl-start{align-content:flex-start!important}.align-content-xl-end{align-content:flex-end!important}.align-content-xl-center{align-content:center!important}.align-content-xl-between{align-content:space-between!important}.align-content-xl-around{align-content:space-around!important}.align-content-xl-stretch{align-content:stretch!important}.align-self-xl-auto{align-self:auto!important}.align-self-xl-start{align-self:flex-start!important}.align-self-xl-end{align-self:flex-end!important}.align-self-xl-center{align-self:center!important}.align-self-xl-baseline{align-self:baseline!important}.align-self-xl-stretch{align-self:stretch!important}.m-xl-auto{margin:auto!important}.mt-xl-auto,.my-xl-auto{margin-top:auto!important}.mr-xl-auto,.mx-xl-auto{margin-right:auto!important}.mb-xl-auto,.my-xl-auto{margin-bottom:auto!important}.ml-xl-auto,.mx-xl-auto{margin-left:auto!important}}@media (min-width: 1366px){.flex-xxl-row{flex-direction:row!important}.flex-xxl-column{flex-direction:column!important}.flex-xxl-row-reverse{flex-direction:row-reverse!important}.flex-xxl-column-reverse{flex-direction:column-reverse!important}.flex-xxl-wrap{flex-wrap:wrap!important}.flex-xxl-nowrap{flex-wrap:nowrap!important}.flex-xxl-wrap-reverse{flex-wrap:wrap-reverse!important}.flex-xxl-fill{flex:1 1 auto!important}.flex-xxl-grow-0{flex-grow:0!important}.flex-xxl-grow-1{flex-grow:1!important}.flex-xxl-shrink-0{flex-shrink:0!important}.flex-xxl-shrink-1{flex-shrink:1!important}.justify-content-xxl-start{justify-content:flex-start!important}.justify-content-xxl-end{justify-content:flex-end!important}.justify-content-xxl-center{justify-content:center!important}.justify-content-xxl-between{justify-content:space-between!important}.justify-content-xxl-around{justify-content:space-around!important}.align-items-xxl-start{align-items:flex-start!important}.align-items-xxl-end{align-items:flex-end!important}.align-items-xxl-center{align-items:center!important}.align-items-xxl-baseline{align-items:baseline!important}.align-items-xxl-stretch{align-items:stretch!important}.align-content-xxl-start{align-content:flex-start!important}.align-content-xxl-end{align-content:flex-end!important}.align-content-xxl-center{align-content:center!important}.align-content-xxl-between{align-content:space-between!important}.align-content-xxl-around{align-content:space-around!important}.align-content-xxl-stretch{align-content:stretch!important}.align-self-xxl-auto{align-self:auto!important}.align-self-xxl-start{align-self:flex-start!important}.align-self-xxl-end{align-self:flex-end!important}.align-self-xxl-center{align-self:center!important}.align-self-xxl-baseline{align-self:baseline!important}.align-self-xxl-stretch{align-self:stretch!important}.m-xxl-auto{margin:auto!important}.mt-xxl-auto,.my-xxl-auto{margin-top:auto!important}.mr-xxl-auto,.mx-xxl-auto{margin-right:auto!important}.mb-xxl-auto,.my-xxl-auto{margin-bottom:auto!important}.ml-xxl-auto,.mx-xxl-auto{margin-left:auto!important}}@media (min-width: 1680px){.flex-xxxl-row{flex-direction:row!important}.flex-xxxl-column{flex-direction:column!important}.flex-xxxl-row-reverse{flex-direction:row-reverse!important}.flex-xxxl-column-reverse{flex-direction:column-reverse!important}.flex-xxxl-wrap{flex-wrap:wrap!important}.flex-xxxl-nowrap{flex-wrap:nowrap!important}.flex-xxxl-wrap-reverse{flex-wrap:wrap-reverse!important}.flex-xxxl-fill{flex:1 1 auto!important}.flex-xxxl-grow-0{flex-grow:0!important}.flex-xxxl-grow-1{flex-grow:1!important}.flex-xxxl-shrink-0{flex-shrink:0!important}.flex-xxxl-shrink-1{flex-shrink:1!important}.justify-content-xxxl-start{justify-content:flex-start!important}.justify-content-xxxl-end{justify-content:flex-end!important}.justify-content-xxxl-center{justify-content:center!important}.justify-content-xxxl-between{justify-content:space-between!important}.justify-content-xxxl-around{justify-content:space-around!important}.align-items-xxxl-start{align-items:flex-start!important}.align-items-xxxl-end{align-items:flex-end!important}.align-items-xxxl-center{align-items:center!important}.align-items-xxxl-baseline{align-items:baseline!important}.align-items-xxxl-stretch{align-items:stretch!important}.align-content-xxxl-start{align-content:flex-start!important}.align-content-xxxl-end{align-content:flex-end!important}.align-content-xxxl-center{align-content:center!important}.align-content-xxxl-between{align-content:space-between!important}.align-content-xxxl-around{align-content:space-around!important}.align-content-xxxl-stretch{align-content:stretch!important}.align-self-xxxl-auto{align-self:auto!important}.align-self-xxxl-start{align-self:flex-start!important}.align-self-xxxl-end{align-self:flex-end!important}.align-self-xxxl-center{align-self:center!important}.align-self-xxxl-baseline{align-self:baseline!important}.align-self-xxxl-stretch{align-self:stretch!important}.m-xxxl-auto{margin:auto!important}.mt-xxxl-auto,.my-xxxl-auto{margin-top:auto!important}.mr-xxxl-auto,.mx-xxxl-auto{margin-right:auto!important}.mb-xxxl-auto,.my-xxxl-auto{margin-bottom:auto!important}.ml-xxxl-auto,.mx-xxxl-auto{margin-left:auto!important}}@media (min-width: 1921px){.flex-xxxxl-row{flex-direction:row!important}.flex-xxxxl-column{flex-direction:column!important}.flex-xxxxl-row-reverse{flex-direction:row-reverse!important}.flex-xxxxl-column-reverse{flex-direction:column-reverse!important}.flex-xxxxl-wrap{flex-wrap:wrap!important}.flex-xxxxl-nowrap{flex-wrap:nowrap!important}.flex-xxxxl-wrap-reverse{flex-wrap:wrap-reverse!important}.flex-xxxxl-fill{flex:1 1 auto!important}.flex-xxxxl-grow-0{flex-grow:0!important}.flex-xxxxl-grow-1{flex-grow:1!important}.flex-xxxxl-shrink-0{flex-shrink:0!important}.flex-xxxxl-shrink-1{flex-shrink:1!important}.justify-content-xxxxl-start{justify-content:flex-start!important}.justify-content-xxxxl-end{justify-content:flex-end!important}.justify-content-xxxxl-center{justify-content:center!important}.justify-content-xxxxl-between{justify-content:space-between!important}.justify-content-xxxxl-around{justify-content:space-around!important}.align-items-xxxxl-start{align-items:flex-start!important}.align-items-xxxxl-end{align-items:flex-end!important}.align-items-xxxxl-center{align-items:center!important}.align-items-xxxxl-baseline{align-items:baseline!important}.align-items-xxxxl-stretch{align-items:stretch!important}.align-content-xxxxl-start{align-content:flex-start!important}.align-content-xxxxl-end{align-content:flex-end!important}.align-content-xxxxl-center{align-content:center!important}.align-content-xxxxl-between{align-content:space-between!important}.align-content-xxxxl-around{align-content:space-around!important}.align-content-xxxxl-stretch{align-content:stretch!important}.align-self-xxxxl-auto{align-self:auto!important}.align-self-xxxxl-start{align-self:flex-start!important}.align-self-xxxxl-end{align-self:flex-end!important}.align-self-xxxxl-center{align-self:center!important}.align-self-xxxxl-baseline{align-self:baseline!important}.align-self-xxxxl-stretch{align-self:stretch!important}.m-xxxxl-auto{margin:auto!important}.mt-xxxxl-auto,.my-xxxxl-auto{margin-top:auto!important}.mr-xxxxl-auto,.mx-xxxxl-auto{margin-right:auto!important}.mb-xxxxl-auto,.my-xxxxl-auto{margin-bottom:auto!important}.ml-xxxxl-auto,.mx-xxxxl-auto{margin-left:auto!important}}.mt--0{margin-top:0!important}.mb--0{margin-bottom:0!important}.pt--0{padding-top:0}.pb--0{padding-bottom:0}.mblock--0{margin-block:0px}.pblock--0{padding-block:0px}.mt--10{margin-top:10px!important}.mb--10{margin-bottom:10px!important}.pt--10{padding-top:10px}.pb--10{padding-bottom:10px}.mblock--10{margin-block:10px}.pblock--10{padding-block:10px}.mt--20{margin-top:20px!important}.mb--20{margin-bottom:20px!important}.pt--20{padding-top:20px}.pb--20{padding-bottom:20px}.mblock--20{margin-block:20px}.pblock--20{padding-block:20px}.mt--25{margin-top:25px!important}.mb--25{margin-bottom:25px!important}.pt--25{padding-top:25px}.pb--25{padding-bottom:25px}.mblock--25{margin-block:25px}.pblock--25{padding-block:25px}.mt--30{margin-top:30px!important}.mb--30{margin-bottom:30px!important}.pt--30{padding-top:30px}.pb--30{padding-bottom:30px}.mblock--30{margin-block:30px}.pblock--30{padding-block:30px}.mt--40{margin-top:40px!important}.mb--40{margin-bottom:40px!important}.pt--40{padding-top:40px}.pb--40{padding-bottom:40px}.mblock--40{margin-block:40px}.pblock--40{padding-block:40px}.mt--50{margin-top:50px!important}.mb--50{margin-bottom:50px!important}.pt--50{padding-top:50px}.pb--50{padding-bottom:50px}.mblock--50{margin-block:50px}.pblock--50{padding-block:50px}.mt--60{margin-top:60px!important}.mb--60{margin-bottom:60px!important}.pt--60{padding-top:60px}.pb--60{padding-bottom:60px}.mblock--60{margin-block:60px}.pblock--60{padding-block:60px}.mt--70{margin-top:70px!important}.mb--70{margin-bottom:70px!important}.pt--70{padding-top:70px}.pb--70{padding-bottom:70px}.mblock--70{margin-block:70px}.pblock--70{padding-block:70px}.mt--80{margin-top:80px!important}.mb--80{margin-bottom:80px!important}.pt--80{padding-top:80px}.pb--80{padding-bottom:80px}.mblock--80{margin-block:80px}.pblock--80{padding-block:80px}.mt--90{margin-top:90px!important}.mb--90{margin-bottom:90px!important}.pt--90{padding-top:90px}.pb--90{padding-bottom:90px}.mblock--90{margin-block:90px}.pblock--90{padding-block:90px}.mt--100{margin-top:100px!important}.mb--100{margin-bottom:100px!important}.pt--100{padding-top:100px}.pb--100{padding-bottom:100px}.mblock--100{margin-block:100px}.pblock--100{padding-block:100px}.mt--150{margin-top:150px!important}.mb--150{margin-bottom:150px!important}.pt--150{padding-top:150px}.pb--150{padding-bottom:150px}.mblock--150{margin-block:150px}.pblock--150{padding-block:150px}.mt--180{margin-top:180px!important}.mb--180{margin-bottom:180px!important}.pt--180{padding-top:180px}.pb--180{padding-bottom:180px}.mblock--180{margin-block:180px}.pblock--180{padding-block:180px}@keyframes move-right{0%{right:30px}50%{right:20px}to{right:30px}}:root{--font-title: \"the-seasons\", Helvetica, sans-serif;--font-pretitle: \"Poppins\", Helvetica, sans-serif;--font-text: \"Poppins\", Helvetica, sans-serif;--font-claim: \"turbinado-pro\", Helvetica, sans-serif;--cl_corp: #24262d;--cl_accent: #aa8453;--cl_icon: #978667;--cl_icon-light: #fff;--cl_border-light: #ededed;--cl_border-dark: #d9e1e6;--cl_shadow: rgba(0, 0, 0, .1);--cl_breadcrumb: #24262d;--cl_breadcrumb-hover: #978667;--cl_preload-bg: #ededed;--cl_preload: #24262d;--cl_background_body: #fdfbf8;--cl_background_white: #fff;--cl_background_dark: #19314b;--cl_background_gray: #eee;--cl_background_dark-opacity: #19314bbf;--cl_background_dark-opacity-v2: #1326398b;--cl_background_body-transparent: #ffffffe7;--cl_title: #978667;--cl_subtitle: #19314b;--cl_pretitle: #19314b;--cl_text: #3c3b3b;--cl_title-light: #fff;--cl_subtitle-light: #fff;--cl_pretitle-light: #fff;--cl_text-light: #fff;--cl_text-disable: #888;--w_title: 600;--w_text: 300;--w_subtitle: 300;--w_pretitle: 300;--padding-bottom-slider: 0px;--lh_pretitle-slider: 1.2;--lh_title-slider: 1.2;--cl_header-bg-nosticky: #0000001a;--cl_header-text-nosticky: #fff;--cl_header-bg-sticky: #eee;--cl_header-text-sticky: #19314b;--cl_header-bg-mobile: #b6b6b6;--cl_headerBottom-bg-mobile: #b6b6b6;--cl_header-text-mobile: #19314b;--cl_menu-modal-bg: #19314b;--cl_menu-modal-items: #978667;--cl_menu-modal-items-hover: #fff;--cl_menu-modal-text: #fff;--cl_menu-modal-text-hover: #fff;--ls_menu-modal-items: 1px;--w_menu-modal-items: 300;--hg_menu-img-height: 15rem;--cl_submenu-bg: #19314b;--cl_submenu-text: #fff;--cl_submenu-hover: #978667;--w_btn: 400;--size_btn: 14px;--size_link: 14px;--ls_link: 1px;--ls_btn: 1px;--upper_btn: uppercase;--upper_link: uppercase;--font-btn: \"Poppins\", Helvetica, sans-serif;--font-link: \"Poppins\", Helvetica, sans-serif;--cl_btn-box: #19314b;--cl_btn-box-text: #19314b;--cl_btn-box-hover: #978667;--cl_btn-box-text-hover: #fff;--cl_btn-call: #19314bf2;--cl_btn-call-text: #fff;--cl_btn-call-hover: #978667;--cl_btn-call-text-hover: #fff;--cl_btn-link: #19314b;--cl_btn-link-hover: #978667;--cl_btn-arrow: #19314b;--cl_btn-arrow-icon: #fff;--cl_btn-arrow-hover: #978667;--cl_btn-arrow-icon-hover: #fff;--cl_btn-dots: #24262d;--cl_btn-dots-active: #978667;--cl_btn-dots-hover: #978667;--cl_btn-light: #fff;--cl_btn-light-text: #fff;--cl_btn-light-hover: #978667;--cl_btn-light-text-hover: #978667;--cl_footer-bg: #19314b;--cl_footer-bg-bottom: #0a1d31;--cl_footer-bg-logos: #f8f7f3;--cl_footer-scroll: #978667;--cl_footer-text: #fff;--cl_footer-text-hover: #978667;--btn_radius: 5px;--img_radius: 5px;--img_border: #fff;--img_border-width: 1px;--dropdown-radius: 20px;--cl_background_dropdown: #fdfbf8;--cl_border-dropdown: #d9e1e6;--font-size-engine-text: 14px;--cl_engine-text: #19314b;--cl_engine-bg-nosticky: #ffffffcf;--cl_engine-text-nosticky: #19314b;--cl_engine-bg-sticky: #ffffff00;--cl_engine-text-sticky: #19314b;--cl_engine-bg-modal: #19314bbf;--cl_engine-input-bg: #ebebeb;--cl_engine-input-bg-select: #ebebeb;--cl_dropdown: #19314b;--cl_dropdown-text: #5a5a5a;--cl_dropdown-hover: #19314b;--cl_newsletter-input-background: #d1d1d1;--cl_newsletter-input-text: #5a5a5a;--cl_error: #ff7173;--cl_desde: #bcbbc3;--cl_price: #19314b;--cl_badget: #ff8874;--cl_badget-text: #fff;--alg-service-room-detail: center;--cl_alert-text: #19314b;--cl_alert-text-error: #fff;--cl_alert-background: #fff;--cl_alert-background-error: rgb(230, 92, 92);--mdc-checkbox-disabled-selected-icon-color: rgba(0, 0, 0, .38);--mdc-checkbox-disabled-unselected-icon-color: rgba(0, 0, 0, .38);--mdc-checkbox-selected-checkmark-color: white;--mdc-checkbox-selected-focus-icon-color: var(--cl_corp);--mdc-checkbox-selected-hover-icon-color: var(--cl_corp);--mdc-checkbox-selected-icon-color: var(--cl_corp);--mdc-checkbox-selected-pressed-icon-color: var(--cl_corp);--mdc-checkbox-unselected-focus-icon-color: #212121;--mdc-checkbox-unselected-hover-icon-color: #212121;--mdc-checkbox-unselected-icon-color: rgba(0, 0, 0, .54);--mdc-checkbox-unselected-pressed-icon-color: rgba(0, 0, 0, .54);--mdc-checkbox-selected-focus-state-layer-color: var(--cl_corp);--mdc-checkbox-selected-hover-state-layer-color: var(--cl_corp);--mdc-checkbox-selected-pressed-state-layer-color: var(--cl_corp);--mdc-checkbox-unselected-focus-state-layer-color: black;--mdc-checkbox-unselected-hover-state-layer-color: black;--mdc-checkbox-unselected-pressed-state-layer-color: black;--mat-checkbox-disabled-label-color: rgba(0, 0, 0, .38);--primary: #4a4a49;--cream: #f9f8f5;--white: #ffffff;--black: #000000;--whatsapp: #24cc63;--logo: #616161;--grey: #dcdcdc;--darkgrey: #1e1e1e;--instagram: #61bdff;--facebook: #3782f4;--twitter: #4a4a49;--youtube: #d9464b;--tripadvisor: #34e0a1;--booking: #0c3b7c;--silver: #c0bebe;--gold: #ffca64;--platinum: #b5d9e2}.cs_dark{--cl_corp: #181818;--cl_accent: #aa8453;--cl_icon: #aa8453;--cl_icon-light: #fff;--cl_border-light: #ededed;--cl_border-dark: #d9e1e6;--cl_shadow: rgba(0, 0, 0, .1);--cl_breadcrumb: #fff;--cl_breadcrumb-hover: #aa8453;--cl_preload-bg: #ededed;--cl_preload: #24262d;--cl_background_body: #181818;--cl_background_white: transparent;--cl_background_dark: #aa8453;--cl_background_gray: #333;--type-align: center;--cl_title: #fff;--cl_subtitle: #aa8453;--cl_pretitle: #aa8453;--cl_text: #fff;--cl_title-light: #fff;--cl_subtitle-light: #fff;--cl_pretitle-light: #fff;--cl_text-light: #fff;--cl_header-bg: #aa8453;--cl_header-text-light: #fff;--cl_menu-bg: #79582c;--cl_menu-text: #fff;--cl_btn-box: #aa8453;--cl_btn-box-text: #aa8453;--cl_btn-box-hover: #79582c;--cl_btn-box-text-hover: #fff;--cl_btn-call: #aa8453;--cl_btn-call-text: white;--cl_btn-call-hover: #79582c;--cl_btn-call-text-hover: #fff;--cl_btn-link: #aa8453;--cl_btn-link-hover: #79582c;--cl_btn-arrow: #ffffff3a;--cl_btn-arrow-icon: #fff;--cl_btn-arrow-hover: #79582c;--cl_btn-arrow-icon-hover: #fff;--cl_btn-dots: #eee;--cl_btn-dots-active: #79582c;--cl_btn-dots-hover: #79582c;--cl_btn-light: #fff;--cl_btn-light-text: #fff;--cl_btn-light-hover: #79582c;--cl_btn-light-text-hover: #79582c;--cl_footer-bg: #aa8453;--cl_footer-bg-bottom: #79582c;--cl_footer-scroll: #aa8453;--cl_footer-text: #fff;--cl_footer-text-hover: #aa8453;--btn_radius: 1px;--img_radius: 0px;--img_border: #fff;--img_border-width: 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}.container{max-width:100%}.zigzag-v4{overflow:hidden;padding-block:5rem}@media (min-width: 540px){.zigzag-v4{padding-block:6rem}}@media (min-width: 768px){.zigzag-v4{padding-block:8rem}}@media (min-width: 1024px){.zigzag-v4{padding-block:7rem}}@media (min-width: 1280px){.zigzag-v4{padding-block:8rem 17rem}}@media (min-width: 1366px){.zigzag-v4{padding-block:9rem 18rem}}@media (min-width: 1680px){.zigzag-v4{padding-block:10rem 21rem}}@media (min-width: 768px){.zigzag-v4 .container{--inline-spacing-left: 8.9rem;--inline-spacing-right: 8.9rem}}@media (min-width: 1280px){.zigzag-v4 .container{--inline-spacing-left: 12.1rem;--inline-spacing-right: 12.1rem}}@media (min-width: 1366px){.zigzag-v4 .container{--inline-spacing-left: 12.4rem;--inline-spacing-right: 13.074rem}}@media (min-width: 1680px){.zigzag-v4 .container{--inline-spacing-right: 16rem;--inline-spacing-left: 15.6rem}}@media (min-width: 1800px){.zigzag-v4 .container{--inline-spacing-left: 17.4rem;--inline-spacing-right: 18rem}}.zigzag-v4__slider .slick-list{overflow:visible!important}.zigzag-v4__inner{display:flex;flex-direction:column;gap:2.5rem}@media (min-width: 768px){.zigzag-v4__inner{gap:3rem;max-width:59.2rem;margin-inline:auto}}@media (min-width: 1280px){.zigzag-v4__inner{gap:3.1rem;max-width:unset}}@media (min-width: 1366px){.zigzag-v4__inner{gap:3rem}}@media (min-width: 1680px){.zigzag-v4__inner{gap:4rem}}.zigzag-v4__inner .zigzag-v4__title{width:100%;text-transform:uppercase;text-align:center;color:rgb(var(--primary),80%);font-size:1.4rem;line-height:1;letter-spacing:.14rem}@media (min-width: 540px){.zigzag-v4__inner .zigzag-v4__title{font-size:1.4rem;line-height:1.4285714286}}@media (min-width: 768px){.zigzag-v4__inner .zigzag-v4__title{font-size:1.7rem;line-height:1.2941176471}}@media (min-width: 1280px){.zigzag-v4__inner .zigzag-v4__title{font-size:1.8rem;line-height:1;letter-spacing:.36rem;max-width:63rem}}@media (min-width: 1366px){.zigzag-v4__inner .zigzag-v4__title{max-width:69.926rem}}@media (min-width: 1680px){.zigzag-v4__inner .zigzag-v4__title{max-width:86rem}}@media (min-width: 1800px){.zigzag-v4__inner .zigzag-v4__title{max-width:90.1rem}}.zigzag-v4__inner .zigzag-v4__item{display:flex;flex-direction:column;gap:1.4rem}@media (min-width: 540px){.zigzag-v4__inner .zigzag-v4__item{gap:2rem}}@media (min-width: 768px){.zigzag-v4__inner .zigzag-v4__item{gap:2.062rem}}@media (min-width: 1280px){.zigzag-v4__inner .zigzag-v4__item{flex-direction:row;gap:6.08rem}}@media (min-width: 1366px){.zigzag-v4__inner .zigzag-v4__item{gap:5.51rem}}@media (min-width: 1680px){.zigzag-v4__inner .zigzag-v4__item{gap:6rem}}@media (min-width: 1800px){.zigzag-v4__inner .zigzag-v4__item{gap:8rem}}.zigzag-v4__inner .zigzag-v4__item:hover .zigzag-v4__image .btn__group{transform:translateY(0)}.zigzag-v4__inner .zigzag-v4__image{position:relative;overflow:hidden;width:100%}@media (min-width: 1280px){.zigzag-v4__inner .zigzag-v4__image{flex:0 0 auto;max-width:63rem}}@media (min-width: 1366px){.zigzag-v4__inner .zigzag-v4__image{max-width:69.926rem}}@media (min-width: 1680px){.zigzag-v4__inner .zigzag-v4__image{max-width:86rem}}@media (min-width: 1680px){.zigzag-v4__inner .zigzag-v4__image{max-width:90.1rem}}.zigzag-v4__inner .zigzag-v4__image figure{aspect-ratio:295/207}.zigzag-v4__inner .zigzag-v4__image--graphic{color:var(--white);position:absolute;bottom:-.1rem;left:50%;transform:scaleY(-1) translate(-50%);aspect-ratio:2/1;width:6rem;z-index:1}@media (min-width: 540px){.zigzag-v4__inner .zigzag-v4__image--graphic{width:10rem}}@media (min-width: 1280px){.zigzag-v4__inner .zigzag-v4__image--graphic{bottom:unset;left:unset;top:50%;right:-.1rem;transform:translate(50%) rotate(90deg);transform-origin:top}}.zigzag-v4__inner .zigzag-v4__image .btn__group{display:none;transition:var(--transition);background:var(--white)}@media (min-width: 1024px){.zigzag-v4__inner .zigzag-v4__image .btn__group{display:flex;opacity:0;pointer-events:none;position:absolute;inset:auto 0 0;transform:translateY(100%)}}@media (min-width: 1280px){.zigzag-v4__inner .zigzag-v4__image .btn__group{opacity:1;pointer-events:initial;padding-top:3rem;justify-content:center;gap:3rem}}.zigzag-v4__inner .zigzag-v4__content{display:flex;flex-direction:column}@media (min-width: 1280px){.zigzag-v4__inner .zigzag-v4__content{flex:1 1 auto;padding-top:3rem;position:relative;padding-left:.8rem}}@media (min-width: 1366px){.zigzag-v4__inner .zigzag-v4__content{padding-top:5rem}}@media (min-width: 1680px){.zigzag-v4__inner .zigzag-v4__content{padding-top:11.9rem}}.zigzag-v4__inner .zigzag-v4__content h2{font-size:4.8rem;line-height:1;margin-bottom:3rem}@media (min-width: 540px){.zigzag-v4__inner .zigzag-v4__content h2{font-size:6.6rem;line-height:1;margin-bottom:3.5rem}}@media (min-width: 768px){.zigzag-v4__inner .zigzag-v4__content h2{font-size:8rem;line-height:1;margin-bottom:5rem}}@media (min-width: 1280px){.zigzag-v4__inner .zigzag-v4__content h2{font-size:9rem;line-height:1;margin-top:auto;margin-bottom:0;position:absolute;order:3;left:0;top:calc(100% - 10rem);white-space:nowrap}}@media (min-width: 1680px){.zigzag-v4__inner .zigzag-v4__content h2{font-size:11rem;line-height:1;top:calc(100% - 13.5rem)}}.zigzag-v4__inner .zigzag-v4__content h2 br{display:none}@media (min-width: 1280px){.zigzag-v4__inner .zigzag-v4__content h2 br{display:block}}.zigzag-v4__inner .zigzag-v4__content .zigzag-v4__sub-heading{color:rgb(var(--primary),80%);text-transform:uppercase;font-size:1.6rem;line-height:1;letter-spacing:.064rem;margin-bottom:2rem}@media (min-width: 540px){.zigzag-v4__inner .zigzag-v4__content .zigzag-v4__sub-heading{font-size:1.7rem;line-height:1;letter-spacing:.17rem;margin-bottom:3rem}}@media (min-width: 768px){.zigzag-v4__inner .zigzag-v4__content .zigzag-v4__sub-heading{font-size:2rem;line-height:1}}@media (min-width: 1280px){.zigzag-v4__inner .zigzag-v4__content .zigzag-v4__sub-heading{order:1;letter-spacing:.3rem;margin-bottom:5rem}}.zigzag-v4__inner .zigzag-v4__content p{color:rgb(var(--primary),80%);font-size:1.6rem;line-height:1.5}@media (min-width: 540px){.zigzag-v4__inner .zigzag-v4__content p{font-size:1.8rem;line-height:1.5555555556;width:43.5rem}}@media (min-width: 768px){.zigzag-v4__inner .zigzag-v4__content p{font-size:2rem;line-height:1.6;letter-spacing:.04rem;width:59.8rem}}@media (min-width: 1280px){.zigzag-v4__inner .zigzag-v4__content p{font-size:2rem;line-height:1.7;width:35rem;order:2}}@media (min-width: 1680px){.zigzag-v4__inner .zigzag-v4__content p{width:50rem}}@media (min-width: 1280px){.zigzag-v4__inner .zigzag-v4__content p{font-size:2rem;line-height:1.7;width:40rem;order:2;overflow-y:auto;max-height:24rem}}@media (min-width: 1500px){.zigzag-v4__inner .zigzag-v4__content p{width:45rem;max-height:28rem}}@media (min-width: 1680px){.zigzag-v4__inner .zigzag-v4__content p{width:50rem;max-height:40rem}}@media (min-width: 1880px){.zigzag-v4__inner .zigzag-v4__content p{width:60rem;max-height:45rem}}.zigzag-v4__inner .zigzag-v4__content .btn__group{flex-direction:column;align-items:center;gap:2rem;margin-top:3rem}@media (min-width: 768px){.zigzag-v4__inner .zigzag-v4__content .btn__group{flex-direction:row;gap:3rem;justify-content:center;margin-top:3.7rem}}@media (min-width: 1024px){.zigzag-v4__inner .zigzag-v4__content .btn__group{margin-top:5rem}}@media (min-width: 1280px){.zigzag-v4__inner .zigzag-v4__content .btn__group{display:none}}.zigzag-v4.bg-cream .zigzag-v4__image .btn__group{background:var(--cream)}.zigzag-v4.bg-cream .zigzag-v4__image--graphic{color:var(--cream)}.zigzag-v4--right-img{background-color:var(--cream)}.zigzag-v4--right-img .zigzag-v4__title{margin-left:auto}@media (min-width: 1280px){.zigzag-v4--right-img .zigzag-v4__item{flex-direction:row-reverse}}@media (min-width: 1280px){.zigzag-v4--right-img .zigzag-v4__image--graphic{left:-.1rem;top:50%;right:unset;transform:translate(-50%) rotate(-90deg);transform-origin:top}}.zigzag-v4.js-active-slider .js-slider-arrows.arrows--full{left:unset}@media (min-width: 1280px){.zigzag-v4.js-active-slider .js-slider-arrows.arrows--full{left:unset;width:8px}}.zigzag-v4.js-active-slider .js-slider-arrows.arrows--full{inset-inline:-4rem}@media (min-width: 540px){.zigzag-v4.js-active-slider .js-slider-arrows.arrows--full{left:unset;inset-inline:-6rem}}@media (min-width: 1280px){.zigzag-v4.js-active-slider .js-slider-arrows.arrows--full{left:unset;inset-inline:-9.05rem}}@media (min-width: 1366px){.zigzag-v4.js-active-slider .js-slider-arrows.arrows--full{left:unset;inset-inline:-9.2rem -9.537rem}}@media (min-width: 1680px){.zigzag-v4.js-active-slider .js-slider-arrows.arrows--full{left:unset;inset-inline:-10.8rem -11rem}}@media (min-width: 1800px){.zigzag-v4.js-active-slider .js-slider-arrows.arrows--full{left:unset;inset-inline:-11.7rem -12rem}}@media (max-width: 539px){.zigzag-v4.js-active-slider .js-slider-arrows.arrows--full{inset-inline:-2rem!important}}.js-active-slider{--sliderNav__position: 50%}.relative{position:relative}.js-slider-arrows.arrows--absolute{position:absolute;top:var(--sliderNav__position);left:0;right:0;transform:translateY(-50%)}@media (min-width: 1280px){:host ::ng-deep .zigzag-v4.zigzag-v4--right-img.js-active-slider .js-slider-arrows.arrows--full{left:unset!important;width:8px}}:host ::ng-deep .zigzag-v4.zigzag-v4--right-img.js-active-slider .js-slider-arrows.arrows--full{inset-inline:-4rem}@media (min-width: 540px){:host ::ng-deep .zigzag-v4.zigzag-v4--right-img.js-active-slider .js-slider-arrows.arrows--full{inset-inline:-6rem}}@media (min-width: 1280px){:host ::ng-deep .zigzag-v4.zigzag-v4--right-img.js-active-slider .js-slider-arrows.arrows--full{left:unset!important;inset-inline:-9.05rem}}@media (min-width: 1366px){:host ::ng-deep .zigzag-v4.zigzag-v4--right-img.js-active-slider .js-slider-arrows.arrows--full{left:unset!important;inset-inline:-9.2rem -9.537rem}}@media (min-width: 1680px){:host ::ng-deep .zigzag-v4.zigzag-v4--right-img.js-active-slider .js-slider-arrows.arrows--full{left:unset!important;inset-inline:-10.8rem -11rem}}@media (min-width: 1800px){:host ::ng-deep .zigzag-v4.zigzag-v4--right-img.js-active-slider .js-slider-arrows.arrows--full{left:unset!important;inset-inline:-11.7rem -12rem}}@media (max-width: 539px){:host ::ng-deep .zigzag-v4.zigzag-v4--right-img.js-active-slider .js-slider-arrows.arrows--full{inset-inline:-2rem!important}}:host ::ng-deep .js-active-slider:has(.js-slider_fix-arrows) .js-slider-arrows{top:var(--sliderNav__position)}:host ::ng-deep .js-active-slider .js-slider-arrows{display:flex;pointer-events:none;justify-content:space-between;gap:.2rem}@media (min-width: 1280px){:host ::ng-deep .js-active-slider .js-slider-arrows:has(.icon-small){width:auto;flex-direction:column}}:host ::ng-deep .js-active-slider .js-slider-arrows .slick-arrow{pointer-events:initial;cursor:pointer;transition:all .5s;border-width:0;align-items:center;justify-content:center;display:flex;padding:0;color:#4a4a49}:host ::ng-deep .js-active-slider .js-slider-arrows .slick-arrow:before{display:none}:host ::ng-deep .js-active-slider .js-slider-arrows .slick-arrow.slick-prev.icon-small{transform:rotate(180deg)}:host ::ng-deep .js-active-slider .js-slider-arrows .slick-arrow.slick-next.icon-small{transform:rotate(0)}@media (min-width: 1280px){:host ::ng-deep .js-active-slider .js-slider-arrows .slick-arrow.slick-next.icon-small{top:-6rem}}:host ::ng-deep .js-active-slider .js-slider-arrows .slick-arrow.icon-small{aspect-ratio:1;background:#f9f8f5!important;width:4rem;display:flex;flex-direction:column!important;align-items:center}@media (min-width: 540px){:host ::ng-deep .js-active-slider .js-slider-arrows .slick-arrow.icon-small{width:6rem;height:6rem;right:-25px}}@media (min-width: 540px) and (min-width: 1280px){:host ::ng-deep .js-active-slider .js-slider-arrows .slick-arrow.icon-small{right:-28px}}:host ::ng-deep .js-active-slider .js-slider-arrows .slick-arrow.icon-small svg:not(.line){width:1rem;height:.5rem}:host ::ng-deep .js-active-slider .js-slider-arrows .slick-arrow.icon-small .line{height:0;width:1rem;margin-bottom:-.5rem;transition:all .5s}:host ::ng-deep .js-active-slider .js-slider-arrows .slick-arrow.icon-small:hover .line{height:1.5rem}:host ::ng-deep .js-active-slider .js-slider-arrows .slick-arrow.icon-large{width:4rem;aspect-ratio:5/6;background:transparent;opacity:.7;transition:all .5s}@media (min-width: 540px){:host ::ng-deep .js-active-slider .js-slider-arrows .slick-arrow.icon-large{width:5rem}}:host ::ng-deep .js-active-slider .js-slider-arrows .slick-arrow.icon-large svg{width:1.045rem;height:2rem}@media (min-width: 540px){:host ::ng-deep .js-active-slider .js-slider-arrows .slick-arrow.icon-large svg{width:1.846rem;height:3.533rem}}:host ::ng-deep .js-active-slider .js-slider-arrows .slick-arrow.icon-large:hover{opacity:1}:host ::ng-deep .js-active-slider .js-slider-arrows .slick-arrow.slick-disabled{opacity:0;pointer-events:none}:host ::ng-deep .js-active-slider .js-slider-arrows.arrows--absolute{position:absolute;transform:translateY(-50%)}:host ::ng-deep .js-active-slider .js-slider-arrows.arrows--absolute .slick-prev.icon-small{transform:rotate(90deg)}:host ::ng-deep .js-active-slider .js-slider-arrows.arrows--absolute .slick-next.icon-small{transform:rotate(-90deg);top:0rem}@media (min-width: 1280px){:host ::ng-deep .js-active-slider .js-slider-arrows.arrows--absolute .slick-next.icon-small{top:-6rem}}:host ::ng-deep .js-active-slider .js-slider-arrows.arrows--full{inset-inline:0}@media (min-width: 1280px){:host ::ng-deep .js-active-slider .js-slider-arrows.arrows--full{left:unset;flex-direction:row}}:host ::ng-deep .js-active-slider.bg-cream .js-slider-arrows .icon-small{background:#fff}:host ::ng-deep .js-active-slider.slides-visible{overflow:hidden}@media (min-width: 768px){:host ::ng-deep .js-active-slider.slides-visible .slick-list{overflow:visible}}:host ::ng-deep .slick-list{overflow:visible!important}:host ::ng-deep h2 span.maxWidth{white-space:normal;max-width:500px}\n"] }]
|
|
14768
|
+
], template: "<section\n class=\"zigzag-v4 zigzag-v4--right-img js-active-slider\"\n [ngClass]=\"{\n 'zigzag-v4--right-img': rightSide || leftSide,\n background: hasBackground,\n }\"\n data-slides_infinite=\"true\"\n data-slider_name=\"js-zigzag-v4-slider\"\n data-slider_showbtns=\"true\"\n data-slider_btns=\"icon-small\"\n data-slider_showdots=\"false\"\n data-slider_fade=\"true\"\n data-slider_autoplay=\"true\"\n data-slides_pc=\"1\"\n>\n <div class=\"container\">\n <div class=\"zigzag-v4__inner\">\n <!-- @if (texts?.title) {\n <span class=\"zigzag-v4__title\">{{ texts?.title }}</span>\n }\n -->\n <div class=\"relative\">\n <div\n class=\"zigzag-v4__slider js-zigzag-v4-slider js-slider_fix-arrows\"\n sliderFixArrows\n >\n @for (imagen of multimedia?.imagenes; track $index) {\n <div>\n <div class=\"zigzag-v4__item\">\n <div class=\"zigzag-v4__image\">\n @if (imagen?.img?.src) {\n <figure\n class=\"js-slider_fix-arrows-zone\"\n >\n <svg\n aria-hidden=\"true\"\n focusable=\"false\"\n class=\"zigzag-v4__image--graphic\"\n >\n <use\n href=\"/assets/babylon/svg/icon-graphic.svg#icon-graphic\"\n ></use>\n </svg>\n <img\n [src]=\"\n imagen?.img?.src ||\n 'data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7'\n \"\n [alt]=\"imagen?.img?.alt\"\n />\n </figure>\n }\n @if (\n imagen.buttons?.length ??\n buttons?.length\n ) {\n <div class=\"btn__group\">\n @for (\n button of imagen?.buttons ??\n buttons;\n track $index\n ) {\n <a\n role=\"button\"\n [href]=\"button?.url\"\n [linkType]=\"\n button?.linkType\n \"\n class=\"btn btn__primary\"\n >\n <span>{{\n button?.label\n }}</span>\n </a>\n }\n </div>\n }\n </div>\n\n <div class=\"zigzag-v4__content\">\n @if (texts?.title) {\n <h2>\n <span\n class=\"maxWidth\"\n [innerHTML]=\"texts?.title\"\n ></span>\n </h2>\n }\n @if (texts?.additional) {\n <h2>\n <span\n [innerHTML]=\"texts?.additional\"\n ></span>\n </h2>\n }\n @if (texts?.subtitle) {\n <span class=\"zigzag-v4__sub-heading\">{{\n texts?.subtitle\n }}</span>\n }\n @if (texts?.description) {\n <p [innerHTML]=\"texts?.description\"></p>\n }\n @if (\n imagen.buttons?.length ??\n buttons?.length\n ) {\n <div class=\"btn__group\">\n @for (\n button of imagen.buttons ??\n buttons;\n track $index\n ) {\n <a\n role=\"button\"\n [href]=\"button?.url\"\n [linkType]=\"\n button?.linkType\n \"\n class=\"btn btn__primary\"\n >\n <span>{{\n button?.label\n }}</span>\n </a>\n }\n </div>\n }\n </div>\n </div>\n </div>\n }\n </div>\n <div\n class=\"js-slider-arrows arrows--absolute arrows--full\"\n ></div>\n </div>\n </div>\n </div>\n</section>\n", styles: ["@media (min-width: 1280px){.order-custom-xl-xxl-1{order:1}.order-custom-xl-xxl-2{order:2}}.flex-row{flex-direction:row!important}.flex-column{flex-direction:column!important}.flex-row-reverse{flex-direction:row-reverse!important}.flex-column-reverse{flex-direction:column-reverse!important}.flex-wrap{flex-wrap:wrap!important}.flex-nowrap{flex-wrap:nowrap!important}.flex-wrap-reverse{flex-wrap:wrap-reverse!important}.flex-fill{flex:1 1 auto!important}.flex-grow-0{flex-grow:0!important}.flex-grow-1{flex-grow:1!important}.flex-shrink-0{flex-shrink:0!important}.flex-shrink-1{flex-shrink:1!important}.justify-content-start{justify-content:flex-start!important}.justify-content-end{justify-content:flex-end!important}.justify-content-center{justify-content:center!important}.justify-content-between{justify-content:space-between!important}.justify-content-around{justify-content:space-around!important}.align-items-start{align-items:flex-start!important}.align-items-end{align-items:flex-end!important}.align-items-center{align-items:center!important}.align-items-baseline{align-items:baseline!important}.align-items-stretch{align-items:stretch!important}.align-content-start{align-content:flex-start!important}.align-content-end{align-content:flex-end!important}.align-content-center{align-content:center!important}.align-content-between{align-content:space-between!important}.align-content-around{align-content:space-around!important}.align-content-stretch{align-content:stretch!important}.align-self-auto{align-self:auto!important}.align-self-start{align-self:flex-start!important}.align-self-end{align-self:flex-end!important}.align-self-center{align-self:center!important}.align-self-baseline{align-self:baseline!important}.align-self-stretch{align-self:stretch!important}.m-auto{margin:auto!important}.mt-auto,.my-auto{margin-top:auto!important}.mr-auto,.mx-auto{margin-right:auto!important}.mb-auto,.my-auto{margin-bottom:auto!important}.ml-auto,.mx-auto{margin-left:auto!important}@media (min-width: 540px){.flex-sm-row{flex-direction:row!important}.flex-sm-column{flex-direction:column!important}.flex-sm-row-reverse{flex-direction:row-reverse!important}.flex-sm-column-reverse{flex-direction:column-reverse!important}.flex-sm-wrap{flex-wrap:wrap!important}.flex-sm-nowrap{flex-wrap:nowrap!important}.flex-sm-wrap-reverse{flex-wrap:wrap-reverse!important}.flex-sm-fill{flex:1 1 auto!important}.flex-sm-grow-0{flex-grow:0!important}.flex-sm-grow-1{flex-grow:1!important}.flex-sm-shrink-0{flex-shrink:0!important}.flex-sm-shrink-1{flex-shrink:1!important}.justify-content-sm-start{justify-content:flex-start!important}.justify-content-sm-end{justify-content:flex-end!important}.justify-content-sm-center{justify-content:center!important}.justify-content-sm-between{justify-content:space-between!important}.justify-content-sm-around{justify-content:space-around!important}.align-items-sm-start{align-items:flex-start!important}.align-items-sm-end{align-items:flex-end!important}.align-items-sm-center{align-items:center!important}.align-items-sm-baseline{align-items:baseline!important}.align-items-sm-stretch{align-items:stretch!important}.align-content-sm-start{align-content:flex-start!important}.align-content-sm-end{align-content:flex-end!important}.align-content-sm-center{align-content:center!important}.align-content-sm-between{align-content:space-between!important}.align-content-sm-around{align-content:space-around!important}.align-content-sm-stretch{align-content:stretch!important}.align-self-sm-auto{align-self:auto!important}.align-self-sm-start{align-self:flex-start!important}.align-self-sm-end{align-self:flex-end!important}.align-self-sm-center{align-self:center!important}.align-self-sm-baseline{align-self:baseline!important}.align-self-sm-stretch{align-self:stretch!important}.m-sm-auto{margin:auto!important}.mt-sm-auto,.my-sm-auto{margin-top:auto!important}.mr-sm-auto,.mx-sm-auto{margin-right:auto!important}.mb-sm-auto,.my-sm-auto{margin-bottom:auto!important}.ml-sm-auto,.mx-sm-auto{margin-left:auto!important}}@media (min-width: 768px){.flex-md-row{flex-direction:row!important}.flex-md-column{flex-direction:column!important}.flex-md-row-reverse{flex-direction:row-reverse!important}.flex-md-column-reverse{flex-direction:column-reverse!important}.flex-md-wrap{flex-wrap:wrap!important}.flex-md-nowrap{flex-wrap:nowrap!important}.flex-md-wrap-reverse{flex-wrap:wrap-reverse!important}.flex-md-fill{flex:1 1 auto!important}.flex-md-grow-0{flex-grow:0!important}.flex-md-grow-1{flex-grow:1!important}.flex-md-shrink-0{flex-shrink:0!important}.flex-md-shrink-1{flex-shrink:1!important}.justify-content-md-start{justify-content:flex-start!important}.justify-content-md-end{justify-content:flex-end!important}.justify-content-md-center{justify-content:center!important}.justify-content-md-between{justify-content:space-between!important}.justify-content-md-around{justify-content:space-around!important}.align-items-md-start{align-items:flex-start!important}.align-items-md-end{align-items:flex-end!important}.align-items-md-center{align-items:center!important}.align-items-md-baseline{align-items:baseline!important}.align-items-md-stretch{align-items:stretch!important}.align-content-md-start{align-content:flex-start!important}.align-content-md-end{align-content:flex-end!important}.align-content-md-center{align-content:center!important}.align-content-md-between{align-content:space-between!important}.align-content-md-around{align-content:space-around!important}.align-content-md-stretch{align-content:stretch!important}.align-self-md-auto{align-self:auto!important}.align-self-md-start{align-self:flex-start!important}.align-self-md-end{align-self:flex-end!important}.align-self-md-center{align-self:center!important}.align-self-md-baseline{align-self:baseline!important}.align-self-md-stretch{align-self:stretch!important}.m-md-auto{margin:auto!important}.mt-md-auto,.my-md-auto{margin-top:auto!important}.mr-md-auto,.mx-md-auto{margin-right:auto!important}.mb-md-auto,.my-md-auto{margin-bottom:auto!important}.ml-md-auto,.mx-md-auto{margin-left:auto!important}}@media (min-width: 1025px){.flex-lg-row{flex-direction:row!important}.flex-lg-column{flex-direction:column!important}.flex-lg-row-reverse{flex-direction:row-reverse!important}.flex-lg-column-reverse{flex-direction:column-reverse!important}.flex-lg-wrap{flex-wrap:wrap!important}.flex-lg-nowrap{flex-wrap:nowrap!important}.flex-lg-wrap-reverse{flex-wrap:wrap-reverse!important}.flex-lg-fill{flex:1 1 auto!important}.flex-lg-grow-0{flex-grow:0!important}.flex-lg-grow-1{flex-grow:1!important}.flex-lg-shrink-0{flex-shrink:0!important}.flex-lg-shrink-1{flex-shrink:1!important}.justify-content-lg-start{justify-content:flex-start!important}.justify-content-lg-end{justify-content:flex-end!important}.justify-content-lg-center{justify-content:center!important}.justify-content-lg-between{justify-content:space-between!important}.justify-content-lg-around{justify-content:space-around!important}.align-items-lg-start{align-items:flex-start!important}.align-items-lg-end{align-items:flex-end!important}.align-items-lg-center{align-items:center!important}.align-items-lg-baseline{align-items:baseline!important}.align-items-lg-stretch{align-items:stretch!important}.align-content-lg-start{align-content:flex-start!important}.align-content-lg-end{align-content:flex-end!important}.align-content-lg-center{align-content:center!important}.align-content-lg-between{align-content:space-between!important}.align-content-lg-around{align-content:space-around!important}.align-content-lg-stretch{align-content:stretch!important}.align-self-lg-auto{align-self:auto!important}.align-self-lg-start{align-self:flex-start!important}.align-self-lg-end{align-self:flex-end!important}.align-self-lg-center{align-self:center!important}.align-self-lg-baseline{align-self:baseline!important}.align-self-lg-stretch{align-self:stretch!important}.m-lg-auto{margin:auto!important}.mt-lg-auto,.my-lg-auto{margin-top:auto!important}.mr-lg-auto,.mx-lg-auto{margin-right:auto!important}.mb-lg-auto,.my-lg-auto{margin-bottom:auto!important}.ml-lg-auto,.mx-lg-auto{margin-left:auto!important}}@media (min-width: 1280px){.flex-xl-row{flex-direction:row!important}.flex-xl-column{flex-direction:column!important}.flex-xl-row-reverse{flex-direction:row-reverse!important}.flex-xl-column-reverse{flex-direction:column-reverse!important}.flex-xl-wrap{flex-wrap:wrap!important}.flex-xl-nowrap{flex-wrap:nowrap!important}.flex-xl-wrap-reverse{flex-wrap:wrap-reverse!important}.flex-xl-fill{flex:1 1 auto!important}.flex-xl-grow-0{flex-grow:0!important}.flex-xl-grow-1{flex-grow:1!important}.flex-xl-shrink-0{flex-shrink:0!important}.flex-xl-shrink-1{flex-shrink:1!important}.justify-content-xl-start{justify-content:flex-start!important}.justify-content-xl-end{justify-content:flex-end!important}.justify-content-xl-center{justify-content:center!important}.justify-content-xl-between{justify-content:space-between!important}.justify-content-xl-around{justify-content:space-around!important}.align-items-xl-start{align-items:flex-start!important}.align-items-xl-end{align-items:flex-end!important}.align-items-xl-center{align-items:center!important}.align-items-xl-baseline{align-items:baseline!important}.align-items-xl-stretch{align-items:stretch!important}.align-content-xl-start{align-content:flex-start!important}.align-content-xl-end{align-content:flex-end!important}.align-content-xl-center{align-content:center!important}.align-content-xl-between{align-content:space-between!important}.align-content-xl-around{align-content:space-around!important}.align-content-xl-stretch{align-content:stretch!important}.align-self-xl-auto{align-self:auto!important}.align-self-xl-start{align-self:flex-start!important}.align-self-xl-end{align-self:flex-end!important}.align-self-xl-center{align-self:center!important}.align-self-xl-baseline{align-self:baseline!important}.align-self-xl-stretch{align-self:stretch!important}.m-xl-auto{margin:auto!important}.mt-xl-auto,.my-xl-auto{margin-top:auto!important}.mr-xl-auto,.mx-xl-auto{margin-right:auto!important}.mb-xl-auto,.my-xl-auto{margin-bottom:auto!important}.ml-xl-auto,.mx-xl-auto{margin-left:auto!important}}@media (min-width: 1366px){.flex-xxl-row{flex-direction:row!important}.flex-xxl-column{flex-direction:column!important}.flex-xxl-row-reverse{flex-direction:row-reverse!important}.flex-xxl-column-reverse{flex-direction:column-reverse!important}.flex-xxl-wrap{flex-wrap:wrap!important}.flex-xxl-nowrap{flex-wrap:nowrap!important}.flex-xxl-wrap-reverse{flex-wrap:wrap-reverse!important}.flex-xxl-fill{flex:1 1 auto!important}.flex-xxl-grow-0{flex-grow:0!important}.flex-xxl-grow-1{flex-grow:1!important}.flex-xxl-shrink-0{flex-shrink:0!important}.flex-xxl-shrink-1{flex-shrink:1!important}.justify-content-xxl-start{justify-content:flex-start!important}.justify-content-xxl-end{justify-content:flex-end!important}.justify-content-xxl-center{justify-content:center!important}.justify-content-xxl-between{justify-content:space-between!important}.justify-content-xxl-around{justify-content:space-around!important}.align-items-xxl-start{align-items:flex-start!important}.align-items-xxl-end{align-items:flex-end!important}.align-items-xxl-center{align-items:center!important}.align-items-xxl-baseline{align-items:baseline!important}.align-items-xxl-stretch{align-items:stretch!important}.align-content-xxl-start{align-content:flex-start!important}.align-content-xxl-end{align-content:flex-end!important}.align-content-xxl-center{align-content:center!important}.align-content-xxl-between{align-content:space-between!important}.align-content-xxl-around{align-content:space-around!important}.align-content-xxl-stretch{align-content:stretch!important}.align-self-xxl-auto{align-self:auto!important}.align-self-xxl-start{align-self:flex-start!important}.align-self-xxl-end{align-self:flex-end!important}.align-self-xxl-center{align-self:center!important}.align-self-xxl-baseline{align-self:baseline!important}.align-self-xxl-stretch{align-self:stretch!important}.m-xxl-auto{margin:auto!important}.mt-xxl-auto,.my-xxl-auto{margin-top:auto!important}.mr-xxl-auto,.mx-xxl-auto{margin-right:auto!important}.mb-xxl-auto,.my-xxl-auto{margin-bottom:auto!important}.ml-xxl-auto,.mx-xxl-auto{margin-left:auto!important}}@media (min-width: 1680px){.flex-xxxl-row{flex-direction:row!important}.flex-xxxl-column{flex-direction:column!important}.flex-xxxl-row-reverse{flex-direction:row-reverse!important}.flex-xxxl-column-reverse{flex-direction:column-reverse!important}.flex-xxxl-wrap{flex-wrap:wrap!important}.flex-xxxl-nowrap{flex-wrap:nowrap!important}.flex-xxxl-wrap-reverse{flex-wrap:wrap-reverse!important}.flex-xxxl-fill{flex:1 1 auto!important}.flex-xxxl-grow-0{flex-grow:0!important}.flex-xxxl-grow-1{flex-grow:1!important}.flex-xxxl-shrink-0{flex-shrink:0!important}.flex-xxxl-shrink-1{flex-shrink:1!important}.justify-content-xxxl-start{justify-content:flex-start!important}.justify-content-xxxl-end{justify-content:flex-end!important}.justify-content-xxxl-center{justify-content:center!important}.justify-content-xxxl-between{justify-content:space-between!important}.justify-content-xxxl-around{justify-content:space-around!important}.align-items-xxxl-start{align-items:flex-start!important}.align-items-xxxl-end{align-items:flex-end!important}.align-items-xxxl-center{align-items:center!important}.align-items-xxxl-baseline{align-items:baseline!important}.align-items-xxxl-stretch{align-items:stretch!important}.align-content-xxxl-start{align-content:flex-start!important}.align-content-xxxl-end{align-content:flex-end!important}.align-content-xxxl-center{align-content:center!important}.align-content-xxxl-between{align-content:space-between!important}.align-content-xxxl-around{align-content:space-around!important}.align-content-xxxl-stretch{align-content:stretch!important}.align-self-xxxl-auto{align-self:auto!important}.align-self-xxxl-start{align-self:flex-start!important}.align-self-xxxl-end{align-self:flex-end!important}.align-self-xxxl-center{align-self:center!important}.align-self-xxxl-baseline{align-self:baseline!important}.align-self-xxxl-stretch{align-self:stretch!important}.m-xxxl-auto{margin:auto!important}.mt-xxxl-auto,.my-xxxl-auto{margin-top:auto!important}.mr-xxxl-auto,.mx-xxxl-auto{margin-right:auto!important}.mb-xxxl-auto,.my-xxxl-auto{margin-bottom:auto!important}.ml-xxxl-auto,.mx-xxxl-auto{margin-left:auto!important}}@media (min-width: 1921px){.flex-xxxxl-row{flex-direction:row!important}.flex-xxxxl-column{flex-direction:column!important}.flex-xxxxl-row-reverse{flex-direction:row-reverse!important}.flex-xxxxl-column-reverse{flex-direction:column-reverse!important}.flex-xxxxl-wrap{flex-wrap:wrap!important}.flex-xxxxl-nowrap{flex-wrap:nowrap!important}.flex-xxxxl-wrap-reverse{flex-wrap:wrap-reverse!important}.flex-xxxxl-fill{flex:1 1 auto!important}.flex-xxxxl-grow-0{flex-grow:0!important}.flex-xxxxl-grow-1{flex-grow:1!important}.flex-xxxxl-shrink-0{flex-shrink:0!important}.flex-xxxxl-shrink-1{flex-shrink:1!important}.justify-content-xxxxl-start{justify-content:flex-start!important}.justify-content-xxxxl-end{justify-content:flex-end!important}.justify-content-xxxxl-center{justify-content:center!important}.justify-content-xxxxl-between{justify-content:space-between!important}.justify-content-xxxxl-around{justify-content:space-around!important}.align-items-xxxxl-start{align-items:flex-start!important}.align-items-xxxxl-end{align-items:flex-end!important}.align-items-xxxxl-center{align-items:center!important}.align-items-xxxxl-baseline{align-items:baseline!important}.align-items-xxxxl-stretch{align-items:stretch!important}.align-content-xxxxl-start{align-content:flex-start!important}.align-content-xxxxl-end{align-content:flex-end!important}.align-content-xxxxl-center{align-content:center!important}.align-content-xxxxl-between{align-content:space-between!important}.align-content-xxxxl-around{align-content:space-around!important}.align-content-xxxxl-stretch{align-content:stretch!important}.align-self-xxxxl-auto{align-self:auto!important}.align-self-xxxxl-start{align-self:flex-start!important}.align-self-xxxxl-end{align-self:flex-end!important}.align-self-xxxxl-center{align-self:center!important}.align-self-xxxxl-baseline{align-self:baseline!important}.align-self-xxxxl-stretch{align-self:stretch!important}.m-xxxxl-auto{margin:auto!important}.mt-xxxxl-auto,.my-xxxxl-auto{margin-top:auto!important}.mr-xxxxl-auto,.mx-xxxxl-auto{margin-right:auto!important}.mb-xxxxl-auto,.my-xxxxl-auto{margin-bottom:auto!important}.ml-xxxxl-auto,.mx-xxxxl-auto{margin-left:auto!important}}.mt--0{margin-top:0!important}.mb--0{margin-bottom:0!important}.pt--0{padding-top:0}.pb--0{padding-bottom:0}.mblock--0{margin-block:0px}.pblock--0{padding-block:0px}.mt--10{margin-top:10px!important}.mb--10{margin-bottom:10px!important}.pt--10{padding-top:10px}.pb--10{padding-bottom:10px}.mblock--10{margin-block:10px}.pblock--10{padding-block:10px}.mt--20{margin-top:20px!important}.mb--20{margin-bottom:20px!important}.pt--20{padding-top:20px}.pb--20{padding-bottom:20px}.mblock--20{margin-block:20px}.pblock--20{padding-block:20px}.mt--25{margin-top:25px!important}.mb--25{margin-bottom:25px!important}.pt--25{padding-top:25px}.pb--25{padding-bottom:25px}.mblock--25{margin-block:25px}.pblock--25{padding-block:25px}.mt--30{margin-top:30px!important}.mb--30{margin-bottom:30px!important}.pt--30{padding-top:30px}.pb--30{padding-bottom:30px}.mblock--30{margin-block:30px}.pblock--30{padding-block:30px}.mt--40{margin-top:40px!important}.mb--40{margin-bottom:40px!important}.pt--40{padding-top:40px}.pb--40{padding-bottom:40px}.mblock--40{margin-block:40px}.pblock--40{padding-block:40px}.mt--50{margin-top:50px!important}.mb--50{margin-bottom:50px!important}.pt--50{padding-top:50px}.pb--50{padding-bottom:50px}.mblock--50{margin-block:50px}.pblock--50{padding-block:50px}.mt--60{margin-top:60px!important}.mb--60{margin-bottom:60px!important}.pt--60{padding-top:60px}.pb--60{padding-bottom:60px}.mblock--60{margin-block:60px}.pblock--60{padding-block:60px}.mt--70{margin-top:70px!important}.mb--70{margin-bottom:70px!important}.pt--70{padding-top:70px}.pb--70{padding-bottom:70px}.mblock--70{margin-block:70px}.pblock--70{padding-block:70px}.mt--80{margin-top:80px!important}.mb--80{margin-bottom:80px!important}.pt--80{padding-top:80px}.pb--80{padding-bottom:80px}.mblock--80{margin-block:80px}.pblock--80{padding-block:80px}.mt--90{margin-top:90px!important}.mb--90{margin-bottom:90px!important}.pt--90{padding-top:90px}.pb--90{padding-bottom:90px}.mblock--90{margin-block:90px}.pblock--90{padding-block:90px}.mt--100{margin-top:100px!important}.mb--100{margin-bottom:100px!important}.pt--100{padding-top:100px}.pb--100{padding-bottom:100px}.mblock--100{margin-block:100px}.pblock--100{padding-block:100px}.mt--150{margin-top:150px!important}.mb--150{margin-bottom:150px!important}.pt--150{padding-top:150px}.pb--150{padding-bottom:150px}.mblock--150{margin-block:150px}.pblock--150{padding-block:150px}.mt--180{margin-top:180px!important}.mb--180{margin-bottom:180px!important}.pt--180{padding-top:180px}.pb--180{padding-bottom:180px}.mblock--180{margin-block:180px}.pblock--180{padding-block:180px}@keyframes move-right{0%{right:30px}50%{right:20px}to{right:30px}}:root{--font-title: \"the-seasons\", Helvetica, sans-serif;--font-pretitle: \"Poppins\", Helvetica, sans-serif;--font-text: \"Poppins\", Helvetica, sans-serif;--font-claim: \"turbinado-pro\", Helvetica, sans-serif;--cl_corp: #24262d;--cl_accent: #aa8453;--cl_icon: #978667;--cl_icon-light: #fff;--cl_border-light: #ededed;--cl_border-dark: #d9e1e6;--cl_shadow: rgba(0, 0, 0, .1);--cl_breadcrumb: #24262d;--cl_breadcrumb-hover: #978667;--cl_preload-bg: #ededed;--cl_preload: #24262d;--cl_background_body: #fdfbf8;--cl_background_white: #fff;--cl_background_dark: #19314b;--cl_background_gray: #eee;--cl_background_dark-opacity: #19314bbf;--cl_background_dark-opacity-v2: #1326398b;--cl_background_body-transparent: #ffffffe7;--cl_title: #978667;--cl_subtitle: #19314b;--cl_pretitle: #19314b;--cl_text: #3c3b3b;--cl_title-light: #fff;--cl_subtitle-light: #fff;--cl_pretitle-light: #fff;--cl_text-light: #fff;--cl_text-disable: #888;--w_title: 600;--w_text: 300;--w_subtitle: 300;--w_pretitle: 300;--padding-bottom-slider: 0px;--lh_pretitle-slider: 1.2;--lh_title-slider: 1.2;--cl_header-bg-nosticky: #0000001a;--cl_header-text-nosticky: #fff;--cl_header-bg-sticky: #eee;--cl_header-text-sticky: #19314b;--cl_header-bg-mobile: #b6b6b6;--cl_headerBottom-bg-mobile: #b6b6b6;--cl_header-text-mobile: #19314b;--cl_menu-modal-bg: #19314b;--cl_menu-modal-items: #978667;--cl_menu-modal-items-hover: #fff;--cl_menu-modal-text: #fff;--cl_menu-modal-text-hover: #fff;--ls_menu-modal-items: 1px;--w_menu-modal-items: 300;--hg_menu-img-height: 15rem;--cl_submenu-bg: #19314b;--cl_submenu-text: #fff;--cl_submenu-hover: #978667;--w_btn: 400;--size_btn: 14px;--size_link: 14px;--ls_link: 1px;--ls_btn: 1px;--upper_btn: uppercase;--upper_link: uppercase;--font-btn: \"Poppins\", Helvetica, sans-serif;--font-link: \"Poppins\", Helvetica, sans-serif;--cl_btn-box: #19314b;--cl_btn-box-text: #19314b;--cl_btn-box-hover: #978667;--cl_btn-box-text-hover: #fff;--cl_btn-call: #19314bf2;--cl_btn-call-text: #fff;--cl_btn-call-hover: #978667;--cl_btn-call-text-hover: #fff;--cl_btn-link: #19314b;--cl_btn-link-hover: #978667;--cl_btn-arrow: #19314b;--cl_btn-arrow-icon: #fff;--cl_btn-arrow-hover: #978667;--cl_btn-arrow-icon-hover: #fff;--cl_btn-dots: #24262d;--cl_btn-dots-active: #978667;--cl_btn-dots-hover: #978667;--cl_btn-light: #fff;--cl_btn-light-text: #fff;--cl_btn-light-hover: #978667;--cl_btn-light-text-hover: #978667;--cl_footer-bg: #19314b;--cl_footer-bg-bottom: #0a1d31;--cl_footer-bg-logos: #f8f7f3;--cl_footer-scroll: #978667;--cl_footer-text: #fff;--cl_footer-text-hover: #978667;--btn_radius: 5px;--img_radius: 5px;--img_border: #fff;--img_border-width: 1px;--dropdown-radius: 20px;--cl_background_dropdown: #fdfbf8;--cl_border-dropdown: #d9e1e6;--font-size-engine-text: 14px;--cl_engine-text: #19314b;--cl_engine-bg-nosticky: #ffffffcf;--cl_engine-text-nosticky: #19314b;--cl_engine-bg-sticky: #ffffff00;--cl_engine-text-sticky: #19314b;--cl_engine-bg-modal: #19314bbf;--cl_engine-input-bg: #ebebeb;--cl_engine-input-bg-select: #ebebeb;--cl_dropdown: #19314b;--cl_dropdown-text: #5a5a5a;--cl_dropdown-hover: #19314b;--cl_newsletter-input-background: #d1d1d1;--cl_newsletter-input-text: #5a5a5a;--cl_error: #ff7173;--cl_desde: #bcbbc3;--cl_price: #19314b;--cl_badget: #ff8874;--cl_badget-text: #fff;--alg-service-room-detail: center;--cl_alert-text: #19314b;--cl_alert-text-error: #fff;--cl_alert-background: #fff;--cl_alert-background-error: rgb(230, 92, 92);--mdc-checkbox-disabled-selected-icon-color: rgba(0, 0, 0, .38);--mdc-checkbox-disabled-unselected-icon-color: rgba(0, 0, 0, .38);--mdc-checkbox-selected-checkmark-color: white;--mdc-checkbox-selected-focus-icon-color: var(--cl_corp);--mdc-checkbox-selected-hover-icon-color: var(--cl_corp);--mdc-checkbox-selected-icon-color: var(--cl_corp);--mdc-checkbox-selected-pressed-icon-color: var(--cl_corp);--mdc-checkbox-unselected-focus-icon-color: #212121;--mdc-checkbox-unselected-hover-icon-color: #212121;--mdc-checkbox-unselected-icon-color: rgba(0, 0, 0, .54);--mdc-checkbox-unselected-pressed-icon-color: rgba(0, 0, 0, .54);--mdc-checkbox-selected-focus-state-layer-color: var(--cl_corp);--mdc-checkbox-selected-hover-state-layer-color: var(--cl_corp);--mdc-checkbox-selected-pressed-state-layer-color: var(--cl_corp);--mdc-checkbox-unselected-focus-state-layer-color: black;--mdc-checkbox-unselected-hover-state-layer-color: black;--mdc-checkbox-unselected-pressed-state-layer-color: black;--mat-checkbox-disabled-label-color: rgba(0, 0, 0, .38);--primary: #4a4a49;--cream: #f9f8f5;--white: #ffffff;--black: #000000;--whatsapp: #24cc63;--logo: #616161;--grey: #dcdcdc;--darkgrey: #1e1e1e;--instagram: #61bdff;--facebook: #3782f4;--twitter: #4a4a49;--youtube: #d9464b;--tripadvisor: #34e0a1;--booking: #0c3b7c;--silver: #c0bebe;--gold: #ffca64;--platinum: #b5d9e2}.cs_dark{--cl_corp: #181818;--cl_accent: #aa8453;--cl_icon: #aa8453;--cl_icon-light: #fff;--cl_border-light: #ededed;--cl_border-dark: #d9e1e6;--cl_shadow: rgba(0, 0, 0, .1);--cl_breadcrumb: #fff;--cl_breadcrumb-hover: #aa8453;--cl_preload-bg: #ededed;--cl_preload: #24262d;--cl_background_body: #181818;--cl_background_white: transparent;--cl_background_dark: #aa8453;--cl_background_gray: #333;--type-align: center;--cl_title: #fff;--cl_subtitle: #aa8453;--cl_pretitle: #aa8453;--cl_text: #fff;--cl_title-light: #fff;--cl_subtitle-light: #fff;--cl_pretitle-light: #fff;--cl_text-light: #fff;--cl_header-bg: #aa8453;--cl_header-text-light: #fff;--cl_menu-bg: #79582c;--cl_menu-text: #fff;--cl_btn-box: #aa8453;--cl_btn-box-text: #aa8453;--cl_btn-box-hover: #79582c;--cl_btn-box-text-hover: #fff;--cl_btn-call: #aa8453;--cl_btn-call-text: white;--cl_btn-call-hover: #79582c;--cl_btn-call-text-hover: #fff;--cl_btn-link: #aa8453;--cl_btn-link-hover: #79582c;--cl_btn-arrow: #ffffff3a;--cl_btn-arrow-icon: #fff;--cl_btn-arrow-hover: #79582c;--cl_btn-arrow-icon-hover: #fff;--cl_btn-dots: #eee;--cl_btn-dots-active: #79582c;--cl_btn-dots-hover: #79582c;--cl_btn-light: #fff;--cl_btn-light-text: #fff;--cl_btn-light-hover: #79582c;--cl_btn-light-text-hover: #79582c;--cl_footer-bg: #aa8453;--cl_footer-bg-bottom: #79582c;--cl_footer-scroll: #aa8453;--cl_footer-text: #fff;--cl_footer-text-hover: #aa8453;--btn_radius: 1px;--img_radius: 0px;--img_border: #fff;--img_border-width: 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}.container{max-width:100%}.zigzag-v4{overflow:hidden;padding-block:5rem}@media (min-width: 540px){.zigzag-v4{padding-block:6rem}}@media (min-width: 768px){.zigzag-v4{padding-block:8rem}}@media (min-width: 1024px){.zigzag-v4{padding-block:7rem}}@media (min-width: 1280px){.zigzag-v4{padding-block:8rem 17rem}}@media (min-width: 1366px){.zigzag-v4{padding-block:9rem 18rem}}@media (min-width: 1680px){.zigzag-v4{padding-block:10rem 21rem}}@media (min-width: 768px){.zigzag-v4 .container{--inline-spacing-left: 8.9rem;--inline-spacing-right: 8.9rem}}@media (min-width: 1280px){.zigzag-v4 .container{--inline-spacing-left: 12.1rem;--inline-spacing-right: 12.1rem}}@media (min-width: 1366px){.zigzag-v4 .container{--inline-spacing-left: 12.4rem;--inline-spacing-right: 13.074rem}}@media (min-width: 1680px){.zigzag-v4 .container{--inline-spacing-right: 16rem;--inline-spacing-left: 15.6rem}}@media (min-width: 1800px){.zigzag-v4 .container{--inline-spacing-left: 17.4rem;--inline-spacing-right: 18rem}}.zigzag-v4__slider .slick-list{overflow:visible!important}.zigzag-v4__inner{display:flex;flex-direction:column;gap:2.5rem}@media (min-width: 768px){.zigzag-v4__inner{gap:3rem;max-width:59.2rem;margin-inline:auto}}@media (min-width: 1280px){.zigzag-v4__inner{gap:3.1rem;max-width:unset}}@media (min-width: 1366px){.zigzag-v4__inner{gap:3rem}}@media (min-width: 1680px){.zigzag-v4__inner{gap:4rem}}.zigzag-v4__inner .zigzag-v4__title{width:100%;text-transform:uppercase;text-align:center;color:rgb(var(--primary),80%);font-size:1.4rem;line-height:1;letter-spacing:.14rem}@media (min-width: 540px){.zigzag-v4__inner .zigzag-v4__title{font-size:1.4rem;line-height:1.4285714286}}@media (min-width: 768px){.zigzag-v4__inner .zigzag-v4__title{font-size:1.7rem;line-height:1.2941176471}}@media (min-width: 1280px){.zigzag-v4__inner .zigzag-v4__title{font-size:1.8rem;line-height:1;letter-spacing:.36rem;max-width:63rem}}@media (min-width: 1366px){.zigzag-v4__inner .zigzag-v4__title{max-width:69.926rem}}@media (min-width: 1680px){.zigzag-v4__inner .zigzag-v4__title{max-width:86rem}}@media (min-width: 1800px){.zigzag-v4__inner .zigzag-v4__title{max-width:90.1rem}}.zigzag-v4__inner .zigzag-v4__item{display:flex;flex-direction:column;gap:1.4rem}@media (min-width: 540px){.zigzag-v4__inner .zigzag-v4__item{gap:2rem}}@media (min-width: 768px){.zigzag-v4__inner .zigzag-v4__item{gap:2.062rem}}@media (min-width: 1280px){.zigzag-v4__inner .zigzag-v4__item{flex-direction:row;gap:6.08rem}}@media (min-width: 1366px){.zigzag-v4__inner .zigzag-v4__item{gap:5.51rem}}@media (min-width: 1680px){.zigzag-v4__inner .zigzag-v4__item{gap:6rem}}@media (min-width: 1800px){.zigzag-v4__inner .zigzag-v4__item{gap:8rem}}.zigzag-v4__inner .zigzag-v4__item:hover .zigzag-v4__image .btn__group{transform:translateY(0)}.zigzag-v4__inner .zigzag-v4__image{position:relative;overflow:hidden;width:100%}@media (min-width: 1280px){.zigzag-v4__inner .zigzag-v4__image{flex:0 0 auto;max-width:63rem}}@media (min-width: 1366px){.zigzag-v4__inner .zigzag-v4__image{max-width:69.926rem}}@media (min-width: 1680px){.zigzag-v4__inner .zigzag-v4__image{max-width:86rem}}@media (min-width: 1680px){.zigzag-v4__inner .zigzag-v4__image{max-width:90.1rem}}.zigzag-v4__inner .zigzag-v4__image figure{aspect-ratio:295/207}.zigzag-v4__inner .zigzag-v4__image--graphic{color:var(--white);position:absolute;bottom:-.1rem;left:50%;transform:scaleY(-1) translate(-50%);aspect-ratio:2/1;width:6rem;z-index:1}@media (min-width: 540px){.zigzag-v4__inner .zigzag-v4__image--graphic{width:10rem}}@media (min-width: 1280px){.zigzag-v4__inner .zigzag-v4__image--graphic{bottom:unset;left:unset;top:50%;right:-.1rem;transform:translate(50%) rotate(90deg);transform-origin:top}}.zigzag-v4__inner .zigzag-v4__image .btn__group{display:none;transition:var(--transition);background:var(--white)}@media (min-width: 1024px){.zigzag-v4__inner .zigzag-v4__image .btn__group{display:flex;opacity:0;pointer-events:none;position:absolute;inset:auto 0 0;transform:translateY(100%)}}@media (min-width: 1280px){.zigzag-v4__inner .zigzag-v4__image .btn__group{opacity:1;pointer-events:initial;padding-top:3rem;justify-content:center;gap:3rem}}.zigzag-v4__inner .zigzag-v4__content{display:flex;flex-direction:column}@media (min-width: 1280px){.zigzag-v4__inner .zigzag-v4__content{flex:1 1 auto;padding-top:3rem;position:relative;padding-left:.8rem}}@media (min-width: 1366px){.zigzag-v4__inner .zigzag-v4__content{padding-top:5rem}}@media (min-width: 1680px){.zigzag-v4__inner .zigzag-v4__content{padding-top:11.9rem}}.zigzag-v4__inner .zigzag-v4__content h2{font-size:4.8rem;line-height:1;margin-bottom:3rem}@media (min-width: 540px){.zigzag-v4__inner .zigzag-v4__content h2{font-size:6.6rem;line-height:1;margin-bottom:3.5rem}}@media (min-width: 768px){.zigzag-v4__inner .zigzag-v4__content h2{font-size:8rem;line-height:1;margin-bottom:5rem}}@media (min-width: 1280px){.zigzag-v4__inner .zigzag-v4__content h2{font-size:9rem;line-height:1;margin-top:auto;margin-bottom:0;position:absolute;order:3;left:0;top:calc(100% - 10rem);white-space:nowrap}}@media (min-width: 1680px){.zigzag-v4__inner .zigzag-v4__content h2{font-size:11rem;line-height:1;top:calc(100% - 13.5rem)}}.zigzag-v4__inner .zigzag-v4__content h2 br{display:none}@media (min-width: 1280px){.zigzag-v4__inner .zigzag-v4__content h2 br{display:block}}.zigzag-v4__inner .zigzag-v4__content .zigzag-v4__sub-heading{color:rgb(var(--primary),80%);text-transform:uppercase;font-size:1.6rem;line-height:1;letter-spacing:.064rem;margin-bottom:2rem}@media (min-width: 540px){.zigzag-v4__inner .zigzag-v4__content .zigzag-v4__sub-heading{font-size:1.7rem;line-height:1;letter-spacing:.17rem;margin-bottom:3rem}}@media (min-width: 768px){.zigzag-v4__inner .zigzag-v4__content .zigzag-v4__sub-heading{font-size:2rem;line-height:1}}@media (min-width: 1280px){.zigzag-v4__inner .zigzag-v4__content .zigzag-v4__sub-heading{order:1;letter-spacing:.3rem;margin-bottom:5rem}}.zigzag-v4__inner .zigzag-v4__content p{color:rgb(var(--primary),80%);font-size:1.6rem;line-height:1.5}@media (min-width: 540px){.zigzag-v4__inner .zigzag-v4__content p{font-size:1.8rem;line-height:1.5555555556;width:43.5rem}}@media (min-width: 768px){.zigzag-v4__inner .zigzag-v4__content p{font-size:2rem;line-height:1.6;letter-spacing:.04rem;width:59.8rem}}@media (min-width: 1280px){.zigzag-v4__inner .zigzag-v4__content p{font-size:2rem;line-height:1.7;width:40rem;order:2;overflow-y:auto;max-height:24rem}}@media (min-width: 1500px){.zigzag-v4__inner .zigzag-v4__content p{width:45rem;max-height:28rem}}@media (min-width: 1680px){.zigzag-v4__inner .zigzag-v4__content p{width:50rem;max-height:40rem}}@media (min-width: 1880px){.zigzag-v4__inner .zigzag-v4__content p{width:60rem;max-height:45rem}}.zigzag-v4__inner .zigzag-v4__content .btn__group{flex-direction:column;align-items:center;gap:2rem;margin-top:3rem}@media (min-width: 768px){.zigzag-v4__inner .zigzag-v4__content .btn__group{flex-direction:row;gap:3rem;justify-content:center;margin-top:3.7rem}}@media (min-width: 1024px){.zigzag-v4__inner .zigzag-v4__content .btn__group{margin-top:5rem}}@media (min-width: 1280px){.zigzag-v4__inner .zigzag-v4__content .btn__group{display:none}}.zigzag-v4.bg-cream .zigzag-v4__image .btn__group{background:var(--cream)}.zigzag-v4.bg-cream .zigzag-v4__image--graphic{color:var(--cream)}.zigzag-v4--right-img{background-color:var(--cream)}.zigzag-v4--right-img .zigzag-v4__title{margin-left:auto}@media (min-width: 1280px){.zigzag-v4--right-img .zigzag-v4__item{flex-direction:row-reverse}}@media (min-width: 1280px){.zigzag-v4--right-img .zigzag-v4__image--graphic{left:-.1rem;top:50%;right:unset;transform:translate(-50%) rotate(-90deg);transform-origin:top}}.zigzag-v4.js-active-slider .js-slider-arrows.arrows--full{left:unset}@media (min-width: 1280px){.zigzag-v4.js-active-slider .js-slider-arrows.arrows--full{left:unset;width:8px}}.zigzag-v4.js-active-slider .js-slider-arrows.arrows--full{inset-inline:-4rem}@media (min-width: 540px){.zigzag-v4.js-active-slider .js-slider-arrows.arrows--full{left:unset;inset-inline:-6rem}}@media (min-width: 1280px){.zigzag-v4.js-active-slider .js-slider-arrows.arrows--full{left:unset;inset-inline:-9.05rem}}@media (min-width: 1366px){.zigzag-v4.js-active-slider .js-slider-arrows.arrows--full{left:unset;inset-inline:-9.2rem -9.537rem}}@media (min-width: 1680px){.zigzag-v4.js-active-slider .js-slider-arrows.arrows--full{left:unset;inset-inline:-10.8rem -11rem}}@media (min-width: 1800px){.zigzag-v4.js-active-slider .js-slider-arrows.arrows--full{left:unset;inset-inline:-11.7rem -12rem}}@media (max-width: 539px){.zigzag-v4.js-active-slider .js-slider-arrows.arrows--full{inset-inline:-2rem!important}}.js-active-slider{--sliderNav__position: 50%}.relative{position:relative}.js-slider-arrows.arrows--absolute{position:absolute;top:var(--sliderNav__position);left:0;right:0;transform:translateY(-50%)}@media (min-width: 1280px){:host ::ng-deep .zigzag-v4.zigzag-v4--right-img.js-active-slider .js-slider-arrows.arrows--full{left:unset!important;width:8px}}:host ::ng-deep .zigzag-v4.zigzag-v4--right-img.js-active-slider .js-slider-arrows.arrows--full{inset-inline:-4rem}@media (min-width: 540px){:host ::ng-deep .zigzag-v4.zigzag-v4--right-img.js-active-slider .js-slider-arrows.arrows--full{inset-inline:-6rem}}@media (min-width: 1280px){:host ::ng-deep .zigzag-v4.zigzag-v4--right-img.js-active-slider .js-slider-arrows.arrows--full{left:unset!important;inset-inline:-9.05rem}}@media (min-width: 1366px){:host ::ng-deep .zigzag-v4.zigzag-v4--right-img.js-active-slider .js-slider-arrows.arrows--full{left:unset!important;inset-inline:-9.2rem -9.537rem}}@media (min-width: 1680px){:host ::ng-deep .zigzag-v4.zigzag-v4--right-img.js-active-slider .js-slider-arrows.arrows--full{left:unset!important;inset-inline:-10.8rem -11rem}}@media (min-width: 1800px){:host ::ng-deep .zigzag-v4.zigzag-v4--right-img.js-active-slider .js-slider-arrows.arrows--full{left:unset!important;inset-inline:-11.7rem -12rem}}@media (max-width: 539px){:host ::ng-deep .zigzag-v4.zigzag-v4--right-img.js-active-slider .js-slider-arrows.arrows--full{inset-inline:-2rem!important}}:host ::ng-deep .js-active-slider:has(.js-slider_fix-arrows) .js-slider-arrows{top:var(--sliderNav__position)}:host ::ng-deep .js-active-slider .js-slider-arrows{display:flex;pointer-events:none;justify-content:space-between;gap:.2rem}@media (min-width: 1280px){:host ::ng-deep .js-active-slider .js-slider-arrows:has(.icon-small){width:auto;flex-direction:column}}:host ::ng-deep .js-active-slider .js-slider-arrows .slick-arrow{pointer-events:initial;cursor:pointer;transition:all .5s;border-width:0;align-items:center;justify-content:center;display:flex;padding:0;color:#4a4a49}:host ::ng-deep .js-active-slider .js-slider-arrows .slick-arrow:before{display:none}:host ::ng-deep .js-active-slider .js-slider-arrows .slick-arrow.slick-prev.icon-small{transform:rotate(180deg)}:host ::ng-deep .js-active-slider .js-slider-arrows .slick-arrow.slick-next.icon-small{transform:rotate(0)}@media (min-width: 1280px){:host ::ng-deep .js-active-slider .js-slider-arrows .slick-arrow.slick-next.icon-small{top:-6rem}}:host ::ng-deep .js-active-slider .js-slider-arrows .slick-arrow.icon-small{aspect-ratio:1;background:#f9f8f5!important;width:4rem;display:flex;flex-direction:column!important;align-items:center}@media (min-width: 540px){:host ::ng-deep .js-active-slider .js-slider-arrows .slick-arrow.icon-small{width:6rem;height:6rem;right:-25px}}@media (min-width: 540px) and (min-width: 1280px){:host ::ng-deep .js-active-slider .js-slider-arrows .slick-arrow.icon-small{right:-28px}}:host ::ng-deep .js-active-slider .js-slider-arrows .slick-arrow.icon-small svg:not(.line){width:1rem;height:.5rem}:host ::ng-deep .js-active-slider .js-slider-arrows .slick-arrow.icon-small .line{height:0;width:1rem;margin-bottom:-.5rem;transition:all .5s}:host ::ng-deep .js-active-slider .js-slider-arrows .slick-arrow.icon-small:hover .line{height:1.5rem}:host ::ng-deep .js-active-slider .js-slider-arrows .slick-arrow.icon-large{width:4rem;aspect-ratio:5/6;background:transparent;opacity:.7;transition:all .5s}@media (min-width: 540px){:host ::ng-deep .js-active-slider .js-slider-arrows .slick-arrow.icon-large{width:5rem}}:host ::ng-deep .js-active-slider .js-slider-arrows .slick-arrow.icon-large svg{width:1.045rem;height:2rem}@media (min-width: 540px){:host ::ng-deep .js-active-slider .js-slider-arrows .slick-arrow.icon-large svg{width:1.846rem;height:3.533rem}}:host ::ng-deep .js-active-slider .js-slider-arrows .slick-arrow.icon-large:hover{opacity:1}:host ::ng-deep .js-active-slider .js-slider-arrows .slick-arrow.slick-disabled{opacity:0;pointer-events:none}:host ::ng-deep .js-active-slider .js-slider-arrows.arrows--absolute{position:absolute;transform:translateY(-50%)}:host ::ng-deep .js-active-slider .js-slider-arrows.arrows--absolute .slick-prev.icon-small{transform:rotate(90deg)}:host ::ng-deep .js-active-slider .js-slider-arrows.arrows--absolute .slick-next.icon-small{transform:rotate(-90deg);top:0rem}@media (min-width: 1280px){:host ::ng-deep .js-active-slider .js-slider-arrows.arrows--absolute .slick-next.icon-small{top:-6rem}}:host ::ng-deep .js-active-slider .js-slider-arrows.arrows--full{inset-inline:0}@media (min-width: 1280px){:host ::ng-deep .js-active-slider .js-slider-arrows.arrows--full{left:unset;flex-direction:row}}:host ::ng-deep .js-active-slider.bg-cream .js-slider-arrows .icon-small{background:#fff}:host ::ng-deep .js-active-slider.slides-visible{overflow:hidden}@media (min-width: 768px){:host ::ng-deep .js-active-slider.slides-visible .slick-list{overflow:visible}}:host ::ng-deep .slick-list{overflow:visible!important}:host ::ng-deep h2 span.maxWidth{white-space:normal;max-width:500px}\n"] }]
|
|
14768
14769
|
}], propDecorators: { rightSide: [{
|
|
14769
14770
|
type: Input
|
|
14770
14771
|
}], leftSide: [{
|
|
@@ -15215,11 +15216,11 @@ class BabylonLisC2ImgVidComponent {
|
|
|
15215
15216
|
}
|
|
15216
15217
|
}
|
|
15217
15218
|
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: BabylonLisC2ImgVidComponent, deps: [{ token: i1$2.MatDialog }, { token: PLATFORM_ID }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
15218
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "17.3.12", type: BabylonLisC2ImgVidComponent, isStandalone: true, selector: "lib-babylon-lis-c2-img-vid", inputs: { texts: "texts", title: "title", roomTitle: "roomTitle", filterTitle: "filterTitle", filters: "filters", images: "images", filtersBtn: "filtersBtn", roomsBtn: "roomsBtn" }, viewQueries: [{ propertyName: "roomsModal", first: true, predicate: ["roomsModal"], descendants: true, static: true }, { propertyName: "imagesModal", first: true, predicate: ["imagesModal"], descendants: true, static: true }], ngImport: i0, template: "<section class=\"babylon_lisc2imgvid margin-main\">\n <div class=\"container\">\n <div class=\"babylon_lisc2imgvid--header\">\n @if (title || texts?.title) {\n <h2 class=\"babylon_lisc2imgvid--header-title title\">\n {{ title || texts?.title }}\n </h2>\n <hr />\n }\n\n @if (filters?.length) {\n <div class=\"babylon_lisc2imgvid--navbar-desktop\">\n <ul>\n @for (filter of filters; track $index) {\n @if (filter && !filter.room && !filter.rooms) {\n <li\n class=\"subtitle babylon_lisc2imgvid__filter\"\n (click)=\"selectFilter($index, filter)\"\n [ngClass]=\"{\n 'babylon_lisc2imgvid__filter--selected':\n selected === $index,\n }\"\n >\n {{ filter.text }}\n </li>\n }\n @if (filter && filter.rooms) {\n <li\n class=\"subtitle babylon_lisc2imgvid__filter\"\n (click)=\"openFiltersModal(true)\"\n [ngClass]=\"{\n 'babylon_lisc2imgvid__filter--selected':\n selected === $index,\n }\"\n >\n {{ filter.text }}\n </li>\n }\n }\n </ul>\n </div>\n }\n\n <div class=\"babylon_lisc2imgvid--navbar-mobile\">\n <div\n class=\"babylon_lisc2imgvid--filter-buttons d-flex justify-content-center\"\n >\n @if (filtersBtn) {\n <button\n class=\"d-flex justify-content-between align-items-center\"\n (click)=\"openFiltersModal(false)\"\n >\n {{ filtersBtn }} <span>=</span>\n </button>\n }\n\n <hr />\n\n @if (roomsBtn) {\n <button\n class=\"d-flex justify-content-between align-items-center\"\n (click)=\"openFiltersModal(true)\"\n >\n {{ roomsBtn }} <span>=</span>\n </button>\n }\n </div>\n </div>\n </div>\n <div class=\"babylon_lisc2imgvid--gallery cs_lightgallery\">\n @if (imagesDisplayed().length) {\n @for (image of imagesDisplayed(); track $index) {\n <div class=\"babylon_lisc2imgvid--gallery-item\">\n <a\n (click)=\"openModal('images', $index)\"\n class=\"cs_style_3 d-block cs_bg_filed position-relative cs_type_1 cs--radius\"\n >\n <img\n src=\"{{\n image?.path?.original ??\n image?.img?.src ??\n 'data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7'\n }}\"\n alt=\"{{ image?.title ?? 'Image' }}\"\n />\n\n <div class=\"babylon_lisc2imgvid--gallery-itemName\">\n {{ image?.title }}\n <span class=\"\">\n <span class=\"babylon-fullscreen\"></span>\n </span>\n </div>\n </a>\n </div>\n }\n }\n </div>\n </div>\n</section>\n\n<div class=\"modal modal__images images\" #imagesModal>\n <div class=\"modal__inner\">\n <div\n class=\"modal__close js-close\"\n role=\"button\"\n (click)=\"closeModal('images')\"\n >\n <svg aria-hidden=\"true\" focusable=\"false\">\n <use href=\"/assets/babylon/svg/close-icon.svg#close-icon\"></use>\n </svg>\n </div>\n <div class=\"babylon_lisc2imgvid--modal\">\n <div\n class=\"babylon_lisc2imgvid-slider js-active-slider\"\n data-slides_infinite=\"true\"\n data-slider_name=\"babylon_lisc2imgvid__slider\"\n data-slider_showbtns=\"true\"\n data-slider_btns=\"icon-small\"\n data-slider_showdots=\"false\"\n data-slider_fade=\"false\"\n data-slides_pc=\"1\"\n >\n <div>\n <div class=\"babylon_lisc2imgvid__inner\">\n <div class=\"slick-slider-outer\">\n <div class=\"babylon_lisc2imgvid__slider\">\n @if (imagesDisplayed().length) {\n @for (\n image of imagesDisplayed();\n track $index\n ) {\n <div class=\"slick-slide\">\n <div\n class=\"babylon_lisc2imgvid__slider-item\"\n >\n <p>{{ image?.title }}</p>\n\n <img\n [src]=\"\n image?.path?.original ??\n image?.img?.src ??\n 'data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7'\n \"\n [alt]=\"\n image?.title ?? 'Image'\n \"\n />\n </div>\n </div>\n }\n }\n </div>\n <div class=\"js-slider-arrows\"></div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n</div>\n", styles: ["@charset \"UTF-8\";@media (min-width: 1280px){.order-custom-xl-xxl-1{order:1}.order-custom-xl-xxl-2{order:2}}.flex-row{flex-direction:row!important}.flex-column{flex-direction:column!important}.flex-row-reverse{flex-direction:row-reverse!important}.flex-column-reverse{flex-direction:column-reverse!important}.flex-wrap{flex-wrap:wrap!important}.flex-nowrap{flex-wrap:nowrap!important}.flex-wrap-reverse{flex-wrap:wrap-reverse!important}.flex-fill{flex:1 1 auto!important}.flex-grow-0{flex-grow:0!important}.flex-grow-1{flex-grow:1!important}.flex-shrink-0{flex-shrink:0!important}.flex-shrink-1{flex-shrink:1!important}.justify-content-start{justify-content:flex-start!important}.justify-content-end{justify-content:flex-end!important}.justify-content-center{justify-content:center!important}.justify-content-between{justify-content:space-between!important}.justify-content-around{justify-content:space-around!important}.align-items-start{align-items:flex-start!important}.align-items-end{align-items:flex-end!important}.align-items-center{align-items:center!important}.align-items-baseline{align-items:baseline!important}.align-items-stretch{align-items:stretch!important}.align-content-start{align-content:flex-start!important}.align-content-end{align-content:flex-end!important}.align-content-center{align-content:center!important}.align-content-between{align-content:space-between!important}.align-content-around{align-content:space-around!important}.align-content-stretch{align-content:stretch!important}.align-self-auto{align-self:auto!important}.align-self-start{align-self:flex-start!important}.align-self-end{align-self:flex-end!important}.align-self-center{align-self:center!important}.align-self-baseline{align-self:baseline!important}.align-self-stretch{align-self:stretch!important}.m-auto{margin:auto!important}.mt-auto,.my-auto{margin-top:auto!important}.mr-auto,.mx-auto{margin-right:auto!important}.mb-auto,.my-auto{margin-bottom:auto!important}.ml-auto,.mx-auto{margin-left:auto!important}@media (min-width: 540px){.flex-sm-row{flex-direction:row!important}.flex-sm-column{flex-direction:column!important}.flex-sm-row-reverse{flex-direction:row-reverse!important}.flex-sm-column-reverse{flex-direction:column-reverse!important}.flex-sm-wrap{flex-wrap:wrap!important}.flex-sm-nowrap{flex-wrap:nowrap!important}.flex-sm-wrap-reverse{flex-wrap:wrap-reverse!important}.flex-sm-fill{flex:1 1 auto!important}.flex-sm-grow-0{flex-grow:0!important}.flex-sm-grow-1{flex-grow:1!important}.flex-sm-shrink-0{flex-shrink:0!important}.flex-sm-shrink-1{flex-shrink:1!important}.justify-content-sm-start{justify-content:flex-start!important}.justify-content-sm-end{justify-content:flex-end!important}.justify-content-sm-center{justify-content:center!important}.justify-content-sm-between{justify-content:space-between!important}.justify-content-sm-around{justify-content:space-around!important}.align-items-sm-start{align-items:flex-start!important}.align-items-sm-end{align-items:flex-end!important}.align-items-sm-center{align-items:center!important}.align-items-sm-baseline{align-items:baseline!important}.align-items-sm-stretch{align-items:stretch!important}.align-content-sm-start{align-content:flex-start!important}.align-content-sm-end{align-content:flex-end!important}.align-content-sm-center{align-content:center!important}.align-content-sm-between{align-content:space-between!important}.align-content-sm-around{align-content:space-around!important}.align-content-sm-stretch{align-content:stretch!important}.align-self-sm-auto{align-self:auto!important}.align-self-sm-start{align-self:flex-start!important}.align-self-sm-end{align-self:flex-end!important}.align-self-sm-center{align-self:center!important}.align-self-sm-baseline{align-self:baseline!important}.align-self-sm-stretch{align-self:stretch!important}.m-sm-auto{margin:auto!important}.mt-sm-auto,.my-sm-auto{margin-top:auto!important}.mr-sm-auto,.mx-sm-auto{margin-right:auto!important}.mb-sm-auto,.my-sm-auto{margin-bottom:auto!important}.ml-sm-auto,.mx-sm-auto{margin-left:auto!important}}@media (min-width: 768px){.flex-md-row{flex-direction:row!important}.flex-md-column{flex-direction:column!important}.flex-md-row-reverse{flex-direction:row-reverse!important}.flex-md-column-reverse{flex-direction:column-reverse!important}.flex-md-wrap{flex-wrap:wrap!important}.flex-md-nowrap{flex-wrap:nowrap!important}.flex-md-wrap-reverse{flex-wrap:wrap-reverse!important}.flex-md-fill{flex:1 1 auto!important}.flex-md-grow-0{flex-grow:0!important}.flex-md-grow-1{flex-grow:1!important}.flex-md-shrink-0{flex-shrink:0!important}.flex-md-shrink-1{flex-shrink:1!important}.justify-content-md-start{justify-content:flex-start!important}.justify-content-md-end{justify-content:flex-end!important}.justify-content-md-center{justify-content:center!important}.justify-content-md-between{justify-content:space-between!important}.justify-content-md-around{justify-content:space-around!important}.align-items-md-start{align-items:flex-start!important}.align-items-md-end{align-items:flex-end!important}.align-items-md-center{align-items:center!important}.align-items-md-baseline{align-items:baseline!important}.align-items-md-stretch{align-items:stretch!important}.align-content-md-start{align-content:flex-start!important}.align-content-md-end{align-content:flex-end!important}.align-content-md-center{align-content:center!important}.align-content-md-between{align-content:space-between!important}.align-content-md-around{align-content:space-around!important}.align-content-md-stretch{align-content:stretch!important}.align-self-md-auto{align-self:auto!important}.align-self-md-start{align-self:flex-start!important}.align-self-md-end{align-self:flex-end!important}.align-self-md-center{align-self:center!important}.align-self-md-baseline{align-self:baseline!important}.align-self-md-stretch{align-self:stretch!important}.m-md-auto{margin:auto!important}.mt-md-auto,.my-md-auto{margin-top:auto!important}.mr-md-auto,.mx-md-auto{margin-right:auto!important}.mb-md-auto,.my-md-auto{margin-bottom:auto!important}.ml-md-auto,.mx-md-auto{margin-left:auto!important}}@media (min-width: 1025px){.flex-lg-row{flex-direction:row!important}.flex-lg-column{flex-direction:column!important}.flex-lg-row-reverse{flex-direction:row-reverse!important}.flex-lg-column-reverse{flex-direction:column-reverse!important}.flex-lg-wrap{flex-wrap:wrap!important}.flex-lg-nowrap{flex-wrap:nowrap!important}.flex-lg-wrap-reverse{flex-wrap:wrap-reverse!important}.flex-lg-fill{flex:1 1 auto!important}.flex-lg-grow-0{flex-grow:0!important}.flex-lg-grow-1{flex-grow:1!important}.flex-lg-shrink-0{flex-shrink:0!important}.flex-lg-shrink-1{flex-shrink:1!important}.justify-content-lg-start{justify-content:flex-start!important}.justify-content-lg-end{justify-content:flex-end!important}.justify-content-lg-center{justify-content:center!important}.justify-content-lg-between{justify-content:space-between!important}.justify-content-lg-around{justify-content:space-around!important}.align-items-lg-start{align-items:flex-start!important}.align-items-lg-end{align-items:flex-end!important}.align-items-lg-center{align-items:center!important}.align-items-lg-baseline{align-items:baseline!important}.align-items-lg-stretch{align-items:stretch!important}.align-content-lg-start{align-content:flex-start!important}.align-content-lg-end{align-content:flex-end!important}.align-content-lg-center{align-content:center!important}.align-content-lg-between{align-content:space-between!important}.align-content-lg-around{align-content:space-around!important}.align-content-lg-stretch{align-content:stretch!important}.align-self-lg-auto{align-self:auto!important}.align-self-lg-start{align-self:flex-start!important}.align-self-lg-end{align-self:flex-end!important}.align-self-lg-center{align-self:center!important}.align-self-lg-baseline{align-self:baseline!important}.align-self-lg-stretch{align-self:stretch!important}.m-lg-auto{margin:auto!important}.mt-lg-auto,.my-lg-auto{margin-top:auto!important}.mr-lg-auto,.mx-lg-auto{margin-right:auto!important}.mb-lg-auto,.my-lg-auto{margin-bottom:auto!important}.ml-lg-auto,.mx-lg-auto{margin-left:auto!important}}@media (min-width: 1280px){.flex-xl-row{flex-direction:row!important}.flex-xl-column{flex-direction:column!important}.flex-xl-row-reverse{flex-direction:row-reverse!important}.flex-xl-column-reverse{flex-direction:column-reverse!important}.flex-xl-wrap{flex-wrap:wrap!important}.flex-xl-nowrap{flex-wrap:nowrap!important}.flex-xl-wrap-reverse{flex-wrap:wrap-reverse!important}.flex-xl-fill{flex:1 1 auto!important}.flex-xl-grow-0{flex-grow:0!important}.flex-xl-grow-1{flex-grow:1!important}.flex-xl-shrink-0{flex-shrink:0!important}.flex-xl-shrink-1{flex-shrink:1!important}.justify-content-xl-start{justify-content:flex-start!important}.justify-content-xl-end{justify-content:flex-end!important}.justify-content-xl-center{justify-content:center!important}.justify-content-xl-between{justify-content:space-between!important}.justify-content-xl-around{justify-content:space-around!important}.align-items-xl-start{align-items:flex-start!important}.align-items-xl-end{align-items:flex-end!important}.align-items-xl-center{align-items:center!important}.align-items-xl-baseline{align-items:baseline!important}.align-items-xl-stretch{align-items:stretch!important}.align-content-xl-start{align-content:flex-start!important}.align-content-xl-end{align-content:flex-end!important}.align-content-xl-center{align-content:center!important}.align-content-xl-between{align-content:space-between!important}.align-content-xl-around{align-content:space-around!important}.align-content-xl-stretch{align-content:stretch!important}.align-self-xl-auto{align-self:auto!important}.align-self-xl-start{align-self:flex-start!important}.align-self-xl-end{align-self:flex-end!important}.align-self-xl-center{align-self:center!important}.align-self-xl-baseline{align-self:baseline!important}.align-self-xl-stretch{align-self:stretch!important}.m-xl-auto{margin:auto!important}.mt-xl-auto,.my-xl-auto{margin-top:auto!important}.mr-xl-auto,.mx-xl-auto{margin-right:auto!important}.mb-xl-auto,.my-xl-auto{margin-bottom:auto!important}.ml-xl-auto,.mx-xl-auto{margin-left:auto!important}}@media (min-width: 1366px){.flex-xxl-row{flex-direction:row!important}.flex-xxl-column{flex-direction:column!important}.flex-xxl-row-reverse{flex-direction:row-reverse!important}.flex-xxl-column-reverse{flex-direction:column-reverse!important}.flex-xxl-wrap{flex-wrap:wrap!important}.flex-xxl-nowrap{flex-wrap:nowrap!important}.flex-xxl-wrap-reverse{flex-wrap:wrap-reverse!important}.flex-xxl-fill{flex:1 1 auto!important}.flex-xxl-grow-0{flex-grow:0!important}.flex-xxl-grow-1{flex-grow:1!important}.flex-xxl-shrink-0{flex-shrink:0!important}.flex-xxl-shrink-1{flex-shrink:1!important}.justify-content-xxl-start{justify-content:flex-start!important}.justify-content-xxl-end{justify-content:flex-end!important}.justify-content-xxl-center{justify-content:center!important}.justify-content-xxl-between{justify-content:space-between!important}.justify-content-xxl-around{justify-content:space-around!important}.align-items-xxl-start{align-items:flex-start!important}.align-items-xxl-end{align-items:flex-end!important}.align-items-xxl-center{align-items:center!important}.align-items-xxl-baseline{align-items:baseline!important}.align-items-xxl-stretch{align-items:stretch!important}.align-content-xxl-start{align-content:flex-start!important}.align-content-xxl-end{align-content:flex-end!important}.align-content-xxl-center{align-content:center!important}.align-content-xxl-between{align-content:space-between!important}.align-content-xxl-around{align-content:space-around!important}.align-content-xxl-stretch{align-content:stretch!important}.align-self-xxl-auto{align-self:auto!important}.align-self-xxl-start{align-self:flex-start!important}.align-self-xxl-end{align-self:flex-end!important}.align-self-xxl-center{align-self:center!important}.align-self-xxl-baseline{align-self:baseline!important}.align-self-xxl-stretch{align-self:stretch!important}.m-xxl-auto{margin:auto!important}.mt-xxl-auto,.my-xxl-auto{margin-top:auto!important}.mr-xxl-auto,.mx-xxl-auto{margin-right:auto!important}.mb-xxl-auto,.my-xxl-auto{margin-bottom:auto!important}.ml-xxl-auto,.mx-xxl-auto{margin-left:auto!important}}@media (min-width: 1680px){.flex-xxxl-row{flex-direction:row!important}.flex-xxxl-column{flex-direction:column!important}.flex-xxxl-row-reverse{flex-direction:row-reverse!important}.flex-xxxl-column-reverse{flex-direction:column-reverse!important}.flex-xxxl-wrap{flex-wrap:wrap!important}.flex-xxxl-nowrap{flex-wrap:nowrap!important}.flex-xxxl-wrap-reverse{flex-wrap:wrap-reverse!important}.flex-xxxl-fill{flex:1 1 auto!important}.flex-xxxl-grow-0{flex-grow:0!important}.flex-xxxl-grow-1{flex-grow:1!important}.flex-xxxl-shrink-0{flex-shrink:0!important}.flex-xxxl-shrink-1{flex-shrink:1!important}.justify-content-xxxl-start{justify-content:flex-start!important}.justify-content-xxxl-end{justify-content:flex-end!important}.justify-content-xxxl-center{justify-content:center!important}.justify-content-xxxl-between{justify-content:space-between!important}.justify-content-xxxl-around{justify-content:space-around!important}.align-items-xxxl-start{align-items:flex-start!important}.align-items-xxxl-end{align-items:flex-end!important}.align-items-xxxl-center{align-items:center!important}.align-items-xxxl-baseline{align-items:baseline!important}.align-items-xxxl-stretch{align-items:stretch!important}.align-content-xxxl-start{align-content:flex-start!important}.align-content-xxxl-end{align-content:flex-end!important}.align-content-xxxl-center{align-content:center!important}.align-content-xxxl-between{align-content:space-between!important}.align-content-xxxl-around{align-content:space-around!important}.align-content-xxxl-stretch{align-content:stretch!important}.align-self-xxxl-auto{align-self:auto!important}.align-self-xxxl-start{align-self:flex-start!important}.align-self-xxxl-end{align-self:flex-end!important}.align-self-xxxl-center{align-self:center!important}.align-self-xxxl-baseline{align-self:baseline!important}.align-self-xxxl-stretch{align-self:stretch!important}.m-xxxl-auto{margin:auto!important}.mt-xxxl-auto,.my-xxxl-auto{margin-top:auto!important}.mr-xxxl-auto,.mx-xxxl-auto{margin-right:auto!important}.mb-xxxl-auto,.my-xxxl-auto{margin-bottom:auto!important}.ml-xxxl-auto,.mx-xxxl-auto{margin-left:auto!important}}@media (min-width: 1921px){.flex-xxxxl-row{flex-direction:row!important}.flex-xxxxl-column{flex-direction:column!important}.flex-xxxxl-row-reverse{flex-direction:row-reverse!important}.flex-xxxxl-column-reverse{flex-direction:column-reverse!important}.flex-xxxxl-wrap{flex-wrap:wrap!important}.flex-xxxxl-nowrap{flex-wrap:nowrap!important}.flex-xxxxl-wrap-reverse{flex-wrap:wrap-reverse!important}.flex-xxxxl-fill{flex:1 1 auto!important}.flex-xxxxl-grow-0{flex-grow:0!important}.flex-xxxxl-grow-1{flex-grow:1!important}.flex-xxxxl-shrink-0{flex-shrink:0!important}.flex-xxxxl-shrink-1{flex-shrink:1!important}.justify-content-xxxxl-start{justify-content:flex-start!important}.justify-content-xxxxl-end{justify-content:flex-end!important}.justify-content-xxxxl-center{justify-content:center!important}.justify-content-xxxxl-between{justify-content:space-between!important}.justify-content-xxxxl-around{justify-content:space-around!important}.align-items-xxxxl-start{align-items:flex-start!important}.align-items-xxxxl-end{align-items:flex-end!important}.align-items-xxxxl-center{align-items:center!important}.align-items-xxxxl-baseline{align-items:baseline!important}.align-items-xxxxl-stretch{align-items:stretch!important}.align-content-xxxxl-start{align-content:flex-start!important}.align-content-xxxxl-end{align-content:flex-end!important}.align-content-xxxxl-center{align-content:center!important}.align-content-xxxxl-between{align-content:space-between!important}.align-content-xxxxl-around{align-content:space-around!important}.align-content-xxxxl-stretch{align-content:stretch!important}.align-self-xxxxl-auto{align-self:auto!important}.align-self-xxxxl-start{align-self:flex-start!important}.align-self-xxxxl-end{align-self:flex-end!important}.align-self-xxxxl-center{align-self:center!important}.align-self-xxxxl-baseline{align-self:baseline!important}.align-self-xxxxl-stretch{align-self:stretch!important}.m-xxxxl-auto{margin:auto!important}.mt-xxxxl-auto,.my-xxxxl-auto{margin-top:auto!important}.mr-xxxxl-auto,.mx-xxxxl-auto{margin-right:auto!important}.mb-xxxxl-auto,.my-xxxxl-auto{margin-bottom:auto!important}.ml-xxxxl-auto,.mx-xxxxl-auto{margin-left:auto!important}}.mt--0{margin-top:0!important}.mb--0{margin-bottom:0!important}.pt--0{padding-top:0}.pb--0{padding-bottom:0}.mblock--0{margin-block:0px}.pblock--0{padding-block:0px}.mt--10{margin-top:10px!important}.mb--10{margin-bottom:10px!important}.pt--10{padding-top:10px}.pb--10{padding-bottom:10px}.mblock--10{margin-block:10px}.pblock--10{padding-block:10px}.mt--20{margin-top:20px!important}.mb--20{margin-bottom:20px!important}.pt--20{padding-top:20px}.pb--20{padding-bottom:20px}.mblock--20{margin-block:20px}.pblock--20{padding-block:20px}.mt--25{margin-top:25px!important}.mb--25{margin-bottom:25px!important}.pt--25{padding-top:25px}.pb--25{padding-bottom:25px}.mblock--25{margin-block:25px}.pblock--25{padding-block:25px}.mt--30{margin-top:30px!important}.mb--30{margin-bottom:30px!important}.pt--30{padding-top:30px}.pb--30{padding-bottom:30px}.mblock--30{margin-block:30px}.pblock--30{padding-block:30px}.mt--40{margin-top:40px!important}.mb--40{margin-bottom:40px!important}.pt--40{padding-top:40px}.pb--40{padding-bottom:40px}.mblock--40{margin-block:40px}.pblock--40{padding-block:40px}.mt--50{margin-top:50px!important}.mb--50{margin-bottom:50px!important}.pt--50{padding-top:50px}.pb--50{padding-bottom:50px}.mblock--50{margin-block:50px}.pblock--50{padding-block:50px}.mt--60{margin-top:60px!important}.mb--60{margin-bottom:60px!important}.pt--60{padding-top:60px}.pb--60{padding-bottom:60px}.mblock--60{margin-block:60px}.pblock--60{padding-block:60px}.mt--70{margin-top:70px!important}.mb--70{margin-bottom:70px!important}.pt--70{padding-top:70px}.pb--70{padding-bottom:70px}.mblock--70{margin-block:70px}.pblock--70{padding-block:70px}.mt--80{margin-top:80px!important}.mb--80{margin-bottom:80px!important}.pt--80{padding-top:80px}.pb--80{padding-bottom:80px}.mblock--80{margin-block:80px}.pblock--80{padding-block:80px}.mt--90{margin-top:90px!important}.mb--90{margin-bottom:90px!important}.pt--90{padding-top:90px}.pb--90{padding-bottom:90px}.mblock--90{margin-block:90px}.pblock--90{padding-block:90px}.mt--100{margin-top:100px!important}.mb--100{margin-bottom:100px!important}.pt--100{padding-top:100px}.pb--100{padding-bottom:100px}.mblock--100{margin-block:100px}.pblock--100{padding-block:100px}.mt--150{margin-top:150px!important}.mb--150{margin-bottom:150px!important}.pt--150{padding-top:150px}.pb--150{padding-bottom:150px}.mblock--150{margin-block:150px}.pblock--150{padding-block:150px}.mt--180{margin-top:180px!important}.mb--180{margin-bottom:180px!important}.pt--180{padding-top:180px}.pb--180{padding-bottom:180px}.mblock--180{margin-block:180px}.pblock--180{padding-block:180px}@keyframes move-right{0%{right:30px}50%{right:20px}to{right:30px}}:root{--font-title: \"the-seasons\", Helvetica, sans-serif;--font-pretitle: \"Poppins\", Helvetica, sans-serif;--font-text: \"Poppins\", Helvetica, sans-serif;--font-claim: \"turbinado-pro\", Helvetica, sans-serif;--cl_corp: #24262d;--cl_accent: #aa8453;--cl_icon: #978667;--cl_icon-light: #fff;--cl_border-light: #ededed;--cl_border-dark: #d9e1e6;--cl_shadow: rgba(0, 0, 0, .1);--cl_breadcrumb: #24262d;--cl_breadcrumb-hover: #978667;--cl_preload-bg: #ededed;--cl_preload: #24262d;--cl_background_body: #fdfbf8;--cl_background_white: #fff;--cl_background_dark: #19314b;--cl_background_gray: #eee;--cl_background_dark-opacity: #19314bbf;--cl_background_dark-opacity-v2: #1326398b;--cl_background_body-transparent: #ffffffe7;--cl_title: #978667;--cl_subtitle: #19314b;--cl_pretitle: #19314b;--cl_text: #3c3b3b;--cl_title-light: #fff;--cl_subtitle-light: #fff;--cl_pretitle-light: #fff;--cl_text-light: #fff;--cl_text-disable: #888;--w_title: 600;--w_text: 300;--w_subtitle: 300;--w_pretitle: 300;--padding-bottom-slider: 0px;--lh_pretitle-slider: 1.2;--lh_title-slider: 1.2;--cl_header-bg-nosticky: #0000001a;--cl_header-text-nosticky: #fff;--cl_header-bg-sticky: #eee;--cl_header-text-sticky: #19314b;--cl_header-bg-mobile: #b6b6b6;--cl_headerBottom-bg-mobile: #b6b6b6;--cl_header-text-mobile: #19314b;--cl_menu-modal-bg: #19314b;--cl_menu-modal-items: #978667;--cl_menu-modal-items-hover: #fff;--cl_menu-modal-text: #fff;--cl_menu-modal-text-hover: #fff;--ls_menu-modal-items: 1px;--w_menu-modal-items: 300;--hg_menu-img-height: 15rem;--cl_submenu-bg: #19314b;--cl_submenu-text: #fff;--cl_submenu-hover: #978667;--w_btn: 400;--size_btn: 14px;--size_link: 14px;--ls_link: 1px;--ls_btn: 1px;--upper_btn: uppercase;--upper_link: uppercase;--font-btn: \"Poppins\", Helvetica, sans-serif;--font-link: \"Poppins\", Helvetica, sans-serif;--cl_btn-box: #19314b;--cl_btn-box-text: #19314b;--cl_btn-box-hover: #978667;--cl_btn-box-text-hover: #fff;--cl_btn-call: #19314bf2;--cl_btn-call-text: #fff;--cl_btn-call-hover: #978667;--cl_btn-call-text-hover: #fff;--cl_btn-link: #19314b;--cl_btn-link-hover: #978667;--cl_btn-arrow: #19314b;--cl_btn-arrow-icon: #fff;--cl_btn-arrow-hover: #978667;--cl_btn-arrow-icon-hover: #fff;--cl_btn-dots: #24262d;--cl_btn-dots-active: #978667;--cl_btn-dots-hover: #978667;--cl_btn-light: #fff;--cl_btn-light-text: #fff;--cl_btn-light-hover: #978667;--cl_btn-light-text-hover: #978667;--cl_footer-bg: #19314b;--cl_footer-bg-bottom: #0a1d31;--cl_footer-bg-logos: #f8f7f3;--cl_footer-scroll: #978667;--cl_footer-text: #fff;--cl_footer-text-hover: #978667;--btn_radius: 5px;--img_radius: 5px;--img_border: #fff;--img_border-width: 1px;--dropdown-radius: 20px;--cl_background_dropdown: #fdfbf8;--cl_border-dropdown: #d9e1e6;--font-size-engine-text: 14px;--cl_engine-text: #19314b;--cl_engine-bg-nosticky: #ffffffcf;--cl_engine-text-nosticky: #19314b;--cl_engine-bg-sticky: #ffffff00;--cl_engine-text-sticky: #19314b;--cl_engine-bg-modal: #19314bbf;--cl_engine-input-bg: #ebebeb;--cl_engine-input-bg-select: #ebebeb;--cl_dropdown: #19314b;--cl_dropdown-text: #5a5a5a;--cl_dropdown-hover: #19314b;--cl_newsletter-input-background: #d1d1d1;--cl_newsletter-input-text: #5a5a5a;--cl_error: #ff7173;--cl_desde: #bcbbc3;--cl_price: #19314b;--cl_badget: #ff8874;--cl_badget-text: #fff;--alg-service-room-detail: center;--cl_alert-text: #19314b;--cl_alert-text-error: #fff;--cl_alert-background: #fff;--cl_alert-background-error: rgb(230, 92, 92);--mdc-checkbox-disabled-selected-icon-color: rgba(0, 0, 0, .38);--mdc-checkbox-disabled-unselected-icon-color: rgba(0, 0, 0, .38);--mdc-checkbox-selected-checkmark-color: white;--mdc-checkbox-selected-focus-icon-color: var(--cl_corp);--mdc-checkbox-selected-hover-icon-color: var(--cl_corp);--mdc-checkbox-selected-icon-color: var(--cl_corp);--mdc-checkbox-selected-pressed-icon-color: var(--cl_corp);--mdc-checkbox-unselected-focus-icon-color: #212121;--mdc-checkbox-unselected-hover-icon-color: #212121;--mdc-checkbox-unselected-icon-color: rgba(0, 0, 0, .54);--mdc-checkbox-unselected-pressed-icon-color: rgba(0, 0, 0, .54);--mdc-checkbox-selected-focus-state-layer-color: var(--cl_corp);--mdc-checkbox-selected-hover-state-layer-color: var(--cl_corp);--mdc-checkbox-selected-pressed-state-layer-color: var(--cl_corp);--mdc-checkbox-unselected-focus-state-layer-color: black;--mdc-checkbox-unselected-hover-state-layer-color: black;--mdc-checkbox-unselected-pressed-state-layer-color: black;--mat-checkbox-disabled-label-color: rgba(0, 0, 0, .38);--primary: #4a4a49;--cream: #f9f8f5;--white: #ffffff;--black: #000000;--whatsapp: #24cc63;--logo: #616161;--grey: #dcdcdc;--darkgrey: #1e1e1e;--instagram: #61bdff;--facebook: #3782f4;--twitter: #4a4a49;--youtube: #d9464b;--tripadvisor: #34e0a1;--booking: #0c3b7c;--silver: #c0bebe;--gold: #ffca64;--platinum: #b5d9e2}.cs_dark{--cl_corp: #181818;--cl_accent: #aa8453;--cl_icon: #aa8453;--cl_icon-light: #fff;--cl_border-light: #ededed;--cl_border-dark: #d9e1e6;--cl_shadow: rgba(0, 0, 0, .1);--cl_breadcrumb: #fff;--cl_breadcrumb-hover: #aa8453;--cl_preload-bg: #ededed;--cl_preload: #24262d;--cl_background_body: #181818;--cl_background_white: transparent;--cl_background_dark: #aa8453;--cl_background_gray: #333;--type-align: center;--cl_title: #fff;--cl_subtitle: #aa8453;--cl_pretitle: #aa8453;--cl_text: #fff;--cl_title-light: #fff;--cl_subtitle-light: #fff;--cl_pretitle-light: #fff;--cl_text-light: #fff;--cl_header-bg: #aa8453;--cl_header-text-light: #fff;--cl_menu-bg: #79582c;--cl_menu-text: #fff;--cl_btn-box: #aa8453;--cl_btn-box-text: #aa8453;--cl_btn-box-hover: #79582c;--cl_btn-box-text-hover: #fff;--cl_btn-call: #aa8453;--cl_btn-call-text: white;--cl_btn-call-hover: #79582c;--cl_btn-call-text-hover: #fff;--cl_btn-link: #aa8453;--cl_btn-link-hover: #79582c;--cl_btn-arrow: #ffffff3a;--cl_btn-arrow-icon: #fff;--cl_btn-arrow-hover: #79582c;--cl_btn-arrow-icon-hover: #fff;--cl_btn-dots: #eee;--cl_btn-dots-active: #79582c;--cl_btn-dots-hover: #79582c;--cl_btn-light: #fff;--cl_btn-light-text: #fff;--cl_btn-light-hover: #79582c;--cl_btn-light-text-hover: #79582c;--cl_footer-bg: #aa8453;--cl_footer-bg-bottom: #79582c;--cl_footer-scroll: #aa8453;--cl_footer-text: #fff;--cl_footer-text-hover: #aa8453;--btn_radius: 1px;--img_radius: 0px;--img_border: #fff;--img_border-width: 2px;--cl_engine-bg: #181818;--cl_engine-input-bg: #79582c;--cl_engine-input-bg-hover: #081523;--cl_engine-text: #fff;--cl_dropdown: #19314b;--cl_dropdown-text: #5a5a5a;--cl_dropdown-hover: #19314b;--cl_dropdown-radius: 20px;--cl_newsletter-input-background: #d1d1d1;--cl_newsletter-input-text: #5a5a5a}.babylon_lisc2imgvid{font-family:var(--font-text)}.babylon_lisc2imgvid .container{width:90%;max-width:300.6px;padding-left:0;padding-right:0}@media (min-width: 540px){.babylon_lisc2imgvid .container{max-width:440px}}@media (min-width: 768px){.babylon_lisc2imgvid .container{max-width:620px}}@media (min-width: 1025px){.babylon_lisc2imgvid .container{max-width:784px}}@media (min-width: 1280px){.babylon_lisc2imgvid .container{max-width:1100px}}@media (min-width: 1366px){.babylon_lisc2imgvid .container{max-width:1100px}}@media (min-width: 1680px){.babylon_lisc2imgvid .container{max-width:1400px}}@media (min-width: 1920px){.babylon_lisc2imgvid .container{max-width:1440px}}.babylon_lisc2imgvid--header{display:flex;flex-direction:column;align-items:center;padding-block:2rem}.babylon_lisc2imgvid--header>*{text-align:center}.babylon_lisc2imgvid--header-title{font-size:20px;text-transform:uppercase}.babylon_lisc2imgvid--header hr{border-bottom:1px solid var(--cl_border-light);width:100%}.babylon_lisc2imgvid--navbar-desktop{display:none;margin-bottom:3rem}@media (min-width: 1280px){.babylon_lisc2imgvid--navbar-desktop{display:block}}.babylon_lisc2imgvid--navbar-desktop ul{display:flex;gap:6.1rem}.babylon_lisc2imgvid--navbar-desktop ul li{padding-left:0}.babylon_lisc2imgvid--navbar-desktop ul li:hover{cursor:pointer;color:var(--cl_accent)}.babylon_lisc2imgvid--navbar-desktop ul .babylon_lisc2imgvid__filter{font-size:20px}.babylon_lisc2imgvid--navbar-desktop ul .babylon_lisc2imgvid__filter--selected{position:relative}.babylon_lisc2imgvid--navbar-desktop ul .babylon_lisc2imgvid__filter--selected:after{content:\"\\b7\";position:absolute;bottom:-150%;left:50%;display:block;font-size:50px;color:var(--cl_accent);margin-top:-50%;transform:translate(-50%)}.babylon_lisc2imgvid--navbar-mobile{display:flex}@media (min-width: 1280px){.babylon_lisc2imgvid--navbar-mobile{display:none}}.babylon_lisc2imgvid--navbar-mobile .babylon_lisc2imgvid--filter-buttons{margin-bottom:30px;flex-direction:row}@media (min-width: 540px){.babylon_lisc2imgvid--navbar-mobile .babylon_lisc2imgvid--filter-buttons{gap:30px}}.babylon_lisc2imgvid--navbar-mobile .babylon_lisc2imgvid--filter-buttons hr{width:1px;height:100%;margin-block:0px!important;margin-inline:1rem;border:1px solid var(--cl_border-light)}.babylon_lisc2imgvid--navbar-mobile .babylon_lisc2imgvid--filter-buttons button{padding:10px 20px;width:200px;border:none;width:inherit;text-transform:inherit;font-size:18px;background-color:transparent;color:var(--cl_btn-call);opacity:.6;flex-grow:1;gap:1rem;align-items:center;-moz-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;-webkit-transition:all .3s ease-in-out;-ms-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.babylon_lisc2imgvid--navbar-mobile .babylon_lisc2imgvid--filter-buttons button span{font-size:30px;display:none;align-items:center}@media (min-width: 540px){.babylon_lisc2imgvid--navbar-mobile .babylon_lisc2imgvid--filter-buttons button span{display:block}}@media (min-width: 1280px){.babylon_lisc2imgvid--navbar-mobile .babylon_lisc2imgvid--filter-buttons{display:none!important}}.babylon_lisc2imgvid--gallery{display:grid;grid-template-columns:repeat(1,1fr);gap:41px}@media (min-width: 1025px){.babylon_lisc2imgvid--gallery{grid-template-columns:repeat(2,1fr)}}@media (min-width: 1280px){.babylon_lisc2imgvid--gallery{grid-template-columns:repeat(3,1fr);grid-auto-rows:420px;gap:63px}}@media (min-width: 1680px){.babylon_lisc2imgvid--gallery{grid-auto-rows:520px}}.babylon_lisc2imgvid--gallery-item{width:100%;height:auto;aspect-ratio:306/204;padding-bottom:10px;cursor:pointer}@media (min-width: 540px){.babylon_lisc2imgvid--gallery-item{aspect-ratio:440/293;padding-bottom:40px}}@media (min-width: 768px){.babylon_lisc2imgvid--gallery-item{aspect-ratio:620/413}}@media (min-width: 1025px){.babylon_lisc2imgvid--gallery-item{padding-bottom:0;aspect-ratio:401/267}}@media (min-width: 1280px){.babylon_lisc2imgvid--gallery-item{aspect-ratio:inherit}}@media (min-width: 1280px){.babylon_lisc2imgvid--gallery-item:nth-child(4n+1),.babylon_lisc2imgvid--gallery-item:nth-child(4n){grid-column:span 2}}.babylon_lisc2imgvid--gallery-item img{width:100%;height:100%;object-fit:cover}.babylon_lisc2imgvid--gallery-item a{width:100%;height:100%;display:flex!important;flex-direction:column}@media (min-width: 1025px){.babylon_lisc2imgvid--gallery-item a{display:block!important}}.babylon_lisc2imgvid--gallery-item:hover .babylon_lisc2imgvid--gallery-itemName{height:fit-content;padding-block:1rem}.babylon_lisc2imgvid--gallery-itemName{position:absolute;bottom:-40px;transition:all .3s ease-in-out;width:100%;padding-block:0rem;padding-inline:1.5rem;font-size:20px;display:flex;justify-content:space-between;align-items:center}@media (min-width: 1025px){.babylon_lisc2imgvid--gallery-itemName{position:absolute;bottom:0;background:#0006;overflow:hidden;color:var(--white);height:0px}}.babylon_lisc2imgvid--gallery-itemName .babylon-fullscreen{display:none}@media (min-width: 1025px){.babylon_lisc2imgvid--gallery-itemName .babylon-fullscreen{display:block}}.babylon_lisc2imgvid--modal-header{width:100%;display:flex;justify-content:start;text-transform:uppercase;margin-bottom:1rem;max-width:393.7px;margin-inline:auto;font-size:20px}.babylon_lisc2imgvid--modal-header h2{font-family:var(--font-text);margin-bottom:1.9rem}.babylon_lisc2imgvid--modal-list{font-size:20px;display:flex;flex-direction:column;max-width:393.7px;width:90%;margin-inline:auto}.babylon_lisc2imgvid--modal-list li{width:100%;padding-block:2rem;display:flex;justify-content:space-between;align-items:center;border-top:1px solid var(--cl_border-light);opacity:.6}.babylon_lisc2imgvid--modal-list li div{display:flex;gap:1rem;align-items:start;align-items:center}.babylon_lisc2imgvid--modal-list li.active,.babylon_lisc2imgvid--modal-list li:hover{opacity:1}.babylon_lisc2imgvid--modal-list li .babylon-minus{font-size:2px}.babylon_lisc2imgvid__slider{transition:all .5s}.babylon_lisc2imgvid__slider-item p{text-align:center;margin-bottom:3rem}.modal{position:fixed;z-index:91;overflow-y:auto;left:0;top:0;width:100%;bottom:0;opacity:0;pointer-events:none;transition:all .5s}.modal__inner{width:100%}.modal.modal--open{opacity:1;pointer-events:all}.modal__close{position:fixed;top:2rem;right:2rem;width:2.7rem;aspect-ratio:1;transition:all .5s;color:var(--cl_text);background:transparent;display:flex;align-items:center;justify-content:center;z-index:1}@media (min-width: 540px){.modal__close{top:4.1rem;right:4rem}}.modal__close svg{width:100%;height:100%}.modal__close:hover{border-radius:100%}.modal--open{overflow:hidden}.modal.modal__rooms{background:var(--cl_background_body);display:flex;isolation:isolate;overflow:auto;justify-content:center;padding-top:5rem;padding-inline:3.8rem}@media (min-width: 1024px){.modal.modal__rooms{padding-inline:inherit;padding-top:6rem}}@media (min-width: 1280px){.modal.modal__rooms{align-items:center}}.modal--open.rooms .modal.modal__mapRooms{opacity:1;pointer-events:auto}.modal.modal__images{background:var(--cl_background_body);display:flex;isolation:isolate;overflow:auto;overflow-x:hidden;justify-content:center;align-items:center}@media (min-width: 1024px){.modal.modal__images{display:flex;padding-top:60px}}@media (min-width: 1366px){.modal.modal__images{align-items:center;padding-top:inherit}}.modal.modal__images .babylon_lisc2imgvid--modal{max-width:905px;width:100%}@media (min-width: 1024px){.modal.modal__images .babylon_lisc2imgvid--modal{max-width:830px}}@media (min-width: 1366px){.modal.modal__images .babylon_lisc2imgvid--modal{max-width:905px}}@media (min-width: 1680px){.modal.modal__images .babylon_lisc2imgvid--modal{max-width:978px}}@media (min-width: 1800px){.modal.modal__images .babylon_lisc2imgvid--modal{max-width:1100px}}.modal.modal__images .babylon_lisc2imgvid--modal{margin-inline:auto}.modal.modal__images .relative{position:relative}.modal.modal__images .js-slider-arrows button.slick-arrow svg.line{display:none!important}.modal.modal__images .js-slider-arrows{position:absolute;inset-inline:0;top:50%;display:flex;pointer-events:none;justify-content:space-evenly;z-index:1;left:.5rem;right:.5em;bottom:0;transform:translateY(120%)}@media (min-width: 1024px){.modal.modal__images .js-slider-arrows{left:-7.4rem;right:-7.4rem;transform:translateY(-50%);justify-content:space-between;bottom:auto}}.modal.modal__images .slick-slide{height:100%}.modal.modal__images .slick-slide img{height:auto;width:100%;object-fit:cover;aspect-ratio:905/603}.modal.modal__images .slick-slider-outer{position:relative;padding-inline:0}@media (max-width: 1023px){.modal.modal__images .slick-slider-outer{padding-inline:3rem}}.modal.modal__images .slick-slide{height:100%;float:left;min-height:1px}.modal--open.images .modal.modal__mapImages{opacity:1;pointer-events:auto}::ng-deep .modal.modal__images .js-slider-arrows button{position:static;margin-top:0;pointer-events:initial;aspect-ratio:1/2;width:5.55rem;height:auto;background:none;border:none;height:2.855rem;opacity:.6}::ng-deep .modal.modal__images .js-slider-arrows button.slick-prev{transform:rotate(90deg)}::ng-deep .modal.modal__images .js-slider-arrows button.slick-next{transform:rotate(-90deg)}::ng-deep .modal.modal__images .js-slider-arrows button svg.line{display:none!important}::ng-deep .modal.modal__images .js-slider-arrows button svg{width:100%;height:100%}:host ::ng-deep .js-active-slider:has(.js-slider_fix-arrows) .js-slider-arrows{top:var(--sliderNav__position)}:host ::ng-deep .js-active-slider .js-slider-arrows{display:flex;pointer-events:none;justify-content:space-between;gap:.2rem}@media (min-width: 1280px){:host ::ng-deep .js-active-slider .js-slider-arrows:has(.icon-small){width:auto;flex-direction:row}}:host ::ng-deep .js-active-slider .js-slider-arrows .slick-arrow{pointer-events:initial;cursor:pointer;transition:all .5s;border-width:0;align-items:center;justify-content:center;display:flex;padding:0;color:#4a4a49}:host ::ng-deep .js-active-slider .js-slider-arrows .slick-arrow:before{display:none}:host ::ng-deep .js-active-slider .js-slider-arrows .slick-arrow.slick-prev.icon-small{transform:rotate(90deg);background:transparent!important}:host ::ng-deep .js-active-slider .js-slider-arrows .slick-arrow.slick-next.icon-small{transform:rotate(-90deg);background:transparent!important;top:0}:host ::ng-deep .js-active-slider .js-slider-arrows .slick-arrow.icon-small{aspect-ratio:1;background:#f9f8f5!important;width:4rem;display:flex;flex-direction:row!important;align-items:center}@media (min-width: 540px){:host ::ng-deep .js-active-slider .js-slider-arrows .slick-arrow.icon-small{width:6rem;height:6rem;right:-25px}}:host ::ng-deep .js-active-slider .js-slider-arrows .slick-arrow.icon-small svg:not(.line){width:2rem;height:4.5rem}:host ::ng-deep .js-active-slider .js-slider-arrows .slick-arrow.icon-small .line{height:0;width:1rem;margin-bottom:-.5rem;transition:all .5s}:host ::ng-deep .js-active-slider .js-slider-arrows .slick-arrow.icon-small:hover .line{height:1.5rem}:host ::ng-deep .js-active-slider .js-slider-arrows .slick-arrow.icon-large{width:4rem;aspect-ratio:5/6;background:transparent;opacity:.7;transition:all .5s}@media (min-width: 540px){:host ::ng-deep .js-active-slider .js-slider-arrows .slick-arrow.icon-large{width:5rem}}:host ::ng-deep .js-active-slider .js-slider-arrows .slick-arrow.icon-large svg{width:1.045rem;height:2rem}@media (min-width: 540px){:host ::ng-deep .js-active-slider .js-slider-arrows .slick-arrow.icon-large svg{width:1.846rem;height:3.533rem}}:host ::ng-deep .js-active-slider .js-slider-arrows .slick-arrow.icon-large:hover{opacity:1}:host ::ng-deep .js-active-slider .js-slider-arrows .slick-arrow.slick-disabled{opacity:0;pointer-events:none}:host ::ng-deep .js-active-slider .js-slider-arrows.arrows--absolute{position:absolute;transform:translateY(-50%)}:host ::ng-deep .js-active-slider .js-slider-arrows.arrows--absolute .slick-prev.icon-small{transform:rotate(90deg)}:host ::ng-deep .js-active-slider .js-slider-arrows.arrows--absolute .slick-next.icon-small{transform:rotate(-90deg);top:0}:host ::ng-deep .js-active-slider .js-slider-arrows.arrows--full{inset-inline:0}@media (min-width: 1280px){:host ::ng-deep .js-active-slider .js-slider-arrows.arrows--full{flex-direction:row}}:host ::ng-deep .js-active-slider.bg-cream .js-slider-arrows .icon-small{background:#fff}:host ::ng-deep .js-active-slider.slides-visible{overflow:hidden}@media (min-width: 768px){:host ::ng-deep .js-active-slider.slides-visible .slick-list{overflow:visible}}:host ::ng-deep .slick-list{overflow:visible!important}:host ::ng-deep .slick-slide:not(.slick-current){opacity:0!important}:host ::ng-deep h2 span.maxWidth{white-space:normal;max-width:500px}\n"], dependencies: [{ kind: "ngmodule", type: CommonModule }, { kind: "directive", type: i1$1.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { kind: "directive", type: SlickInitDirective, selector: ".js-active-slider,[appSlickInit]" }], changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
15219
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "17.3.12", type: BabylonLisC2ImgVidComponent, isStandalone: true, selector: "lib-babylon-lis-c2-img-vid", inputs: { texts: "texts", title: "title", roomTitle: "roomTitle", filterTitle: "filterTitle", filters: "filters", images: "images", filtersBtn: "filtersBtn", roomsBtn: "roomsBtn" }, viewQueries: [{ propertyName: "roomsModal", first: true, predicate: ["roomsModal"], descendants: true, static: true }, { propertyName: "imagesModal", first: true, predicate: ["imagesModal"], descendants: true, static: true }], ngImport: i0, template: "<section class=\"babylon_lisc2imgvid margin-main\">\n <div class=\"container\">\n <div class=\"babylon_lisc2imgvid--header\">\n @if (title || texts?.title) {\n <h2 class=\"babylon_lisc2imgvid--header-title title\">\n {{ title || texts?.title }}\n </h2>\n <hr />\n }\n\n @if (filters?.length) {\n <div class=\"babylon_lisc2imgvid--navbar-desktop\">\n <ul>\n @for (filter of filters; track $index) {\n @if (filter && !filter.room && !filter.rooms) {\n <li\n class=\"subtitle babylon_lisc2imgvid__filter\"\n (click)=\"selectFilter($index, filter)\"\n [ngClass]=\"{\n 'babylon_lisc2imgvid__filter--selected':\n selected === $index,\n }\"\n >\n {{ filter.text }}\n </li>\n }\n @if (filter && filter.rooms) {\n <li\n class=\"subtitle babylon_lisc2imgvid__filter\"\n (click)=\"openFiltersModal(true)\"\n [ngClass]=\"{\n 'babylon_lisc2imgvid__filter--selected':\n selected === $index,\n }\"\n >\n {{ filter.text }}\n </li>\n }\n }\n </ul>\n </div>\n }\n\n <div class=\"babylon_lisc2imgvid--navbar-mobile\">\n <div\n class=\"babylon_lisc2imgvid--filter-buttons d-flex justify-content-center\"\n >\n @if (filtersBtn) {\n <button\n class=\"d-flex justify-content-between align-items-center\"\n (click)=\"openFiltersModal(false)\"\n >\n {{ filtersBtn.label }} <span>=</span>\n </button>\n }\n\n <hr />\n\n @if (roomsBtn) {\n <button\n class=\"d-flex justify-content-between align-items-center\"\n (click)=\"openFiltersModal(true)\"\n >\n {{ roomsBtn.label }} <span>=</span>\n </button>\n }\n </div>\n </div>\n </div>\n <div class=\"babylon_lisc2imgvid--gallery cs_lightgallery\">\n @if (imagesDisplayed().length) {\n @for (image of imagesDisplayed(); track $index) {\n <div class=\"babylon_lisc2imgvid--gallery-item\">\n <a\n (click)=\"openModal('images', $index)\"\n class=\"cs_style_3 d-block cs_bg_filed position-relative cs_type_1 cs--radius\"\n >\n <img\n src=\"{{\n image?.path?.original ??\n image?.img?.src ??\n 'data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7'\n }}\"\n alt=\"{{ image?.title ?? 'Image' }}\"\n />\n\n <div class=\"babylon_lisc2imgvid--gallery-itemName\">\n {{ image?.title }}\n <span class=\"\">\n <span class=\"babylon-fullscreen\"></span>\n </span>\n </div>\n </a>\n </div>\n }\n }\n </div>\n </div>\n</section>\n\n<div class=\"modal modal__images images\" #imagesModal>\n <div class=\"modal__inner\">\n <div\n class=\"modal__close js-close\"\n role=\"button\"\n (click)=\"closeModal('images')\"\n >\n <svg aria-hidden=\"true\" focusable=\"false\">\n <use href=\"/assets/babylon/svg/close-icon.svg#close-icon\"></use>\n </svg>\n </div>\n <div class=\"babylon_lisc2imgvid--modal\">\n <div\n class=\"babylon_lisc2imgvid-slider js-active-slider\"\n data-slides_infinite=\"true\"\n data-slider_name=\"babylon_lisc2imgvid__slider\"\n data-slider_showbtns=\"true\"\n data-slider_btns=\"icon-small\"\n data-slider_showdots=\"false\"\n data-slider_fade=\"false\"\n data-slides_pc=\"1\"\n >\n <div>\n <div class=\"babylon_lisc2imgvid__inner\">\n <div class=\"slick-slider-outer\">\n <div class=\"babylon_lisc2imgvid__slider\">\n @if (imagesDisplayed().length) {\n @for (\n image of imagesDisplayed();\n track $index\n ) {\n <div class=\"slick-slide\">\n <div\n class=\"babylon_lisc2imgvid__slider-item\"\n >\n <p>{{ image?.title }}</p>\n\n <img\n [src]=\"\n image?.path?.original ??\n image?.img?.src ??\n 'data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7'\n \"\n [alt]=\"\n image?.title ?? 'Image'\n \"\n />\n </div>\n </div>\n }\n }\n </div>\n <div class=\"js-slider-arrows\"></div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n</div>\n", styles: ["@charset \"UTF-8\";@media (min-width: 1280px){.order-custom-xl-xxl-1{order:1}.order-custom-xl-xxl-2{order:2}}.flex-row{flex-direction:row!important}.flex-column{flex-direction:column!important}.flex-row-reverse{flex-direction:row-reverse!important}.flex-column-reverse{flex-direction:column-reverse!important}.flex-wrap{flex-wrap:wrap!important}.flex-nowrap{flex-wrap:nowrap!important}.flex-wrap-reverse{flex-wrap:wrap-reverse!important}.flex-fill{flex:1 1 auto!important}.flex-grow-0{flex-grow:0!important}.flex-grow-1{flex-grow:1!important}.flex-shrink-0{flex-shrink:0!important}.flex-shrink-1{flex-shrink:1!important}.justify-content-start{justify-content:flex-start!important}.justify-content-end{justify-content:flex-end!important}.justify-content-center{justify-content:center!important}.justify-content-between{justify-content:space-between!important}.justify-content-around{justify-content:space-around!important}.align-items-start{align-items:flex-start!important}.align-items-end{align-items:flex-end!important}.align-items-center{align-items:center!important}.align-items-baseline{align-items:baseline!important}.align-items-stretch{align-items:stretch!important}.align-content-start{align-content:flex-start!important}.align-content-end{align-content:flex-end!important}.align-content-center{align-content:center!important}.align-content-between{align-content:space-between!important}.align-content-around{align-content:space-around!important}.align-content-stretch{align-content:stretch!important}.align-self-auto{align-self:auto!important}.align-self-start{align-self:flex-start!important}.align-self-end{align-self:flex-end!important}.align-self-center{align-self:center!important}.align-self-baseline{align-self:baseline!important}.align-self-stretch{align-self:stretch!important}.m-auto{margin:auto!important}.mt-auto,.my-auto{margin-top:auto!important}.mr-auto,.mx-auto{margin-right:auto!important}.mb-auto,.my-auto{margin-bottom:auto!important}.ml-auto,.mx-auto{margin-left:auto!important}@media (min-width: 540px){.flex-sm-row{flex-direction:row!important}.flex-sm-column{flex-direction:column!important}.flex-sm-row-reverse{flex-direction:row-reverse!important}.flex-sm-column-reverse{flex-direction:column-reverse!important}.flex-sm-wrap{flex-wrap:wrap!important}.flex-sm-nowrap{flex-wrap:nowrap!important}.flex-sm-wrap-reverse{flex-wrap:wrap-reverse!important}.flex-sm-fill{flex:1 1 auto!important}.flex-sm-grow-0{flex-grow:0!important}.flex-sm-grow-1{flex-grow:1!important}.flex-sm-shrink-0{flex-shrink:0!important}.flex-sm-shrink-1{flex-shrink:1!important}.justify-content-sm-start{justify-content:flex-start!important}.justify-content-sm-end{justify-content:flex-end!important}.justify-content-sm-center{justify-content:center!important}.justify-content-sm-between{justify-content:space-between!important}.justify-content-sm-around{justify-content:space-around!important}.align-items-sm-start{align-items:flex-start!important}.align-items-sm-end{align-items:flex-end!important}.align-items-sm-center{align-items:center!important}.align-items-sm-baseline{align-items:baseline!important}.align-items-sm-stretch{align-items:stretch!important}.align-content-sm-start{align-content:flex-start!important}.align-content-sm-end{align-content:flex-end!important}.align-content-sm-center{align-content:center!important}.align-content-sm-between{align-content:space-between!important}.align-content-sm-around{align-content:space-around!important}.align-content-sm-stretch{align-content:stretch!important}.align-self-sm-auto{align-self:auto!important}.align-self-sm-start{align-self:flex-start!important}.align-self-sm-end{align-self:flex-end!important}.align-self-sm-center{align-self:center!important}.align-self-sm-baseline{align-self:baseline!important}.align-self-sm-stretch{align-self:stretch!important}.m-sm-auto{margin:auto!important}.mt-sm-auto,.my-sm-auto{margin-top:auto!important}.mr-sm-auto,.mx-sm-auto{margin-right:auto!important}.mb-sm-auto,.my-sm-auto{margin-bottom:auto!important}.ml-sm-auto,.mx-sm-auto{margin-left:auto!important}}@media (min-width: 768px){.flex-md-row{flex-direction:row!important}.flex-md-column{flex-direction:column!important}.flex-md-row-reverse{flex-direction:row-reverse!important}.flex-md-column-reverse{flex-direction:column-reverse!important}.flex-md-wrap{flex-wrap:wrap!important}.flex-md-nowrap{flex-wrap:nowrap!important}.flex-md-wrap-reverse{flex-wrap:wrap-reverse!important}.flex-md-fill{flex:1 1 auto!important}.flex-md-grow-0{flex-grow:0!important}.flex-md-grow-1{flex-grow:1!important}.flex-md-shrink-0{flex-shrink:0!important}.flex-md-shrink-1{flex-shrink:1!important}.justify-content-md-start{justify-content:flex-start!important}.justify-content-md-end{justify-content:flex-end!important}.justify-content-md-center{justify-content:center!important}.justify-content-md-between{justify-content:space-between!important}.justify-content-md-around{justify-content:space-around!important}.align-items-md-start{align-items:flex-start!important}.align-items-md-end{align-items:flex-end!important}.align-items-md-center{align-items:center!important}.align-items-md-baseline{align-items:baseline!important}.align-items-md-stretch{align-items:stretch!important}.align-content-md-start{align-content:flex-start!important}.align-content-md-end{align-content:flex-end!important}.align-content-md-center{align-content:center!important}.align-content-md-between{align-content:space-between!important}.align-content-md-around{align-content:space-around!important}.align-content-md-stretch{align-content:stretch!important}.align-self-md-auto{align-self:auto!important}.align-self-md-start{align-self:flex-start!important}.align-self-md-end{align-self:flex-end!important}.align-self-md-center{align-self:center!important}.align-self-md-baseline{align-self:baseline!important}.align-self-md-stretch{align-self:stretch!important}.m-md-auto{margin:auto!important}.mt-md-auto,.my-md-auto{margin-top:auto!important}.mr-md-auto,.mx-md-auto{margin-right:auto!important}.mb-md-auto,.my-md-auto{margin-bottom:auto!important}.ml-md-auto,.mx-md-auto{margin-left:auto!important}}@media (min-width: 1025px){.flex-lg-row{flex-direction:row!important}.flex-lg-column{flex-direction:column!important}.flex-lg-row-reverse{flex-direction:row-reverse!important}.flex-lg-column-reverse{flex-direction:column-reverse!important}.flex-lg-wrap{flex-wrap:wrap!important}.flex-lg-nowrap{flex-wrap:nowrap!important}.flex-lg-wrap-reverse{flex-wrap:wrap-reverse!important}.flex-lg-fill{flex:1 1 auto!important}.flex-lg-grow-0{flex-grow:0!important}.flex-lg-grow-1{flex-grow:1!important}.flex-lg-shrink-0{flex-shrink:0!important}.flex-lg-shrink-1{flex-shrink:1!important}.justify-content-lg-start{justify-content:flex-start!important}.justify-content-lg-end{justify-content:flex-end!important}.justify-content-lg-center{justify-content:center!important}.justify-content-lg-between{justify-content:space-between!important}.justify-content-lg-around{justify-content:space-around!important}.align-items-lg-start{align-items:flex-start!important}.align-items-lg-end{align-items:flex-end!important}.align-items-lg-center{align-items:center!important}.align-items-lg-baseline{align-items:baseline!important}.align-items-lg-stretch{align-items:stretch!important}.align-content-lg-start{align-content:flex-start!important}.align-content-lg-end{align-content:flex-end!important}.align-content-lg-center{align-content:center!important}.align-content-lg-between{align-content:space-between!important}.align-content-lg-around{align-content:space-around!important}.align-content-lg-stretch{align-content:stretch!important}.align-self-lg-auto{align-self:auto!important}.align-self-lg-start{align-self:flex-start!important}.align-self-lg-end{align-self:flex-end!important}.align-self-lg-center{align-self:center!important}.align-self-lg-baseline{align-self:baseline!important}.align-self-lg-stretch{align-self:stretch!important}.m-lg-auto{margin:auto!important}.mt-lg-auto,.my-lg-auto{margin-top:auto!important}.mr-lg-auto,.mx-lg-auto{margin-right:auto!important}.mb-lg-auto,.my-lg-auto{margin-bottom:auto!important}.ml-lg-auto,.mx-lg-auto{margin-left:auto!important}}@media (min-width: 1280px){.flex-xl-row{flex-direction:row!important}.flex-xl-column{flex-direction:column!important}.flex-xl-row-reverse{flex-direction:row-reverse!important}.flex-xl-column-reverse{flex-direction:column-reverse!important}.flex-xl-wrap{flex-wrap:wrap!important}.flex-xl-nowrap{flex-wrap:nowrap!important}.flex-xl-wrap-reverse{flex-wrap:wrap-reverse!important}.flex-xl-fill{flex:1 1 auto!important}.flex-xl-grow-0{flex-grow:0!important}.flex-xl-grow-1{flex-grow:1!important}.flex-xl-shrink-0{flex-shrink:0!important}.flex-xl-shrink-1{flex-shrink:1!important}.justify-content-xl-start{justify-content:flex-start!important}.justify-content-xl-end{justify-content:flex-end!important}.justify-content-xl-center{justify-content:center!important}.justify-content-xl-between{justify-content:space-between!important}.justify-content-xl-around{justify-content:space-around!important}.align-items-xl-start{align-items:flex-start!important}.align-items-xl-end{align-items:flex-end!important}.align-items-xl-center{align-items:center!important}.align-items-xl-baseline{align-items:baseline!important}.align-items-xl-stretch{align-items:stretch!important}.align-content-xl-start{align-content:flex-start!important}.align-content-xl-end{align-content:flex-end!important}.align-content-xl-center{align-content:center!important}.align-content-xl-between{align-content:space-between!important}.align-content-xl-around{align-content:space-around!important}.align-content-xl-stretch{align-content:stretch!important}.align-self-xl-auto{align-self:auto!important}.align-self-xl-start{align-self:flex-start!important}.align-self-xl-end{align-self:flex-end!important}.align-self-xl-center{align-self:center!important}.align-self-xl-baseline{align-self:baseline!important}.align-self-xl-stretch{align-self:stretch!important}.m-xl-auto{margin:auto!important}.mt-xl-auto,.my-xl-auto{margin-top:auto!important}.mr-xl-auto,.mx-xl-auto{margin-right:auto!important}.mb-xl-auto,.my-xl-auto{margin-bottom:auto!important}.ml-xl-auto,.mx-xl-auto{margin-left:auto!important}}@media (min-width: 1366px){.flex-xxl-row{flex-direction:row!important}.flex-xxl-column{flex-direction:column!important}.flex-xxl-row-reverse{flex-direction:row-reverse!important}.flex-xxl-column-reverse{flex-direction:column-reverse!important}.flex-xxl-wrap{flex-wrap:wrap!important}.flex-xxl-nowrap{flex-wrap:nowrap!important}.flex-xxl-wrap-reverse{flex-wrap:wrap-reverse!important}.flex-xxl-fill{flex:1 1 auto!important}.flex-xxl-grow-0{flex-grow:0!important}.flex-xxl-grow-1{flex-grow:1!important}.flex-xxl-shrink-0{flex-shrink:0!important}.flex-xxl-shrink-1{flex-shrink:1!important}.justify-content-xxl-start{justify-content:flex-start!important}.justify-content-xxl-end{justify-content:flex-end!important}.justify-content-xxl-center{justify-content:center!important}.justify-content-xxl-between{justify-content:space-between!important}.justify-content-xxl-around{justify-content:space-around!important}.align-items-xxl-start{align-items:flex-start!important}.align-items-xxl-end{align-items:flex-end!important}.align-items-xxl-center{align-items:center!important}.align-items-xxl-baseline{align-items:baseline!important}.align-items-xxl-stretch{align-items:stretch!important}.align-content-xxl-start{align-content:flex-start!important}.align-content-xxl-end{align-content:flex-end!important}.align-content-xxl-center{align-content:center!important}.align-content-xxl-between{align-content:space-between!important}.align-content-xxl-around{align-content:space-around!important}.align-content-xxl-stretch{align-content:stretch!important}.align-self-xxl-auto{align-self:auto!important}.align-self-xxl-start{align-self:flex-start!important}.align-self-xxl-end{align-self:flex-end!important}.align-self-xxl-center{align-self:center!important}.align-self-xxl-baseline{align-self:baseline!important}.align-self-xxl-stretch{align-self:stretch!important}.m-xxl-auto{margin:auto!important}.mt-xxl-auto,.my-xxl-auto{margin-top:auto!important}.mr-xxl-auto,.mx-xxl-auto{margin-right:auto!important}.mb-xxl-auto,.my-xxl-auto{margin-bottom:auto!important}.ml-xxl-auto,.mx-xxl-auto{margin-left:auto!important}}@media (min-width: 1680px){.flex-xxxl-row{flex-direction:row!important}.flex-xxxl-column{flex-direction:column!important}.flex-xxxl-row-reverse{flex-direction:row-reverse!important}.flex-xxxl-column-reverse{flex-direction:column-reverse!important}.flex-xxxl-wrap{flex-wrap:wrap!important}.flex-xxxl-nowrap{flex-wrap:nowrap!important}.flex-xxxl-wrap-reverse{flex-wrap:wrap-reverse!important}.flex-xxxl-fill{flex:1 1 auto!important}.flex-xxxl-grow-0{flex-grow:0!important}.flex-xxxl-grow-1{flex-grow:1!important}.flex-xxxl-shrink-0{flex-shrink:0!important}.flex-xxxl-shrink-1{flex-shrink:1!important}.justify-content-xxxl-start{justify-content:flex-start!important}.justify-content-xxxl-end{justify-content:flex-end!important}.justify-content-xxxl-center{justify-content:center!important}.justify-content-xxxl-between{justify-content:space-between!important}.justify-content-xxxl-around{justify-content:space-around!important}.align-items-xxxl-start{align-items:flex-start!important}.align-items-xxxl-end{align-items:flex-end!important}.align-items-xxxl-center{align-items:center!important}.align-items-xxxl-baseline{align-items:baseline!important}.align-items-xxxl-stretch{align-items:stretch!important}.align-content-xxxl-start{align-content:flex-start!important}.align-content-xxxl-end{align-content:flex-end!important}.align-content-xxxl-center{align-content:center!important}.align-content-xxxl-between{align-content:space-between!important}.align-content-xxxl-around{align-content:space-around!important}.align-content-xxxl-stretch{align-content:stretch!important}.align-self-xxxl-auto{align-self:auto!important}.align-self-xxxl-start{align-self:flex-start!important}.align-self-xxxl-end{align-self:flex-end!important}.align-self-xxxl-center{align-self:center!important}.align-self-xxxl-baseline{align-self:baseline!important}.align-self-xxxl-stretch{align-self:stretch!important}.m-xxxl-auto{margin:auto!important}.mt-xxxl-auto,.my-xxxl-auto{margin-top:auto!important}.mr-xxxl-auto,.mx-xxxl-auto{margin-right:auto!important}.mb-xxxl-auto,.my-xxxl-auto{margin-bottom:auto!important}.ml-xxxl-auto,.mx-xxxl-auto{margin-left:auto!important}}@media (min-width: 1921px){.flex-xxxxl-row{flex-direction:row!important}.flex-xxxxl-column{flex-direction:column!important}.flex-xxxxl-row-reverse{flex-direction:row-reverse!important}.flex-xxxxl-column-reverse{flex-direction:column-reverse!important}.flex-xxxxl-wrap{flex-wrap:wrap!important}.flex-xxxxl-nowrap{flex-wrap:nowrap!important}.flex-xxxxl-wrap-reverse{flex-wrap:wrap-reverse!important}.flex-xxxxl-fill{flex:1 1 auto!important}.flex-xxxxl-grow-0{flex-grow:0!important}.flex-xxxxl-grow-1{flex-grow:1!important}.flex-xxxxl-shrink-0{flex-shrink:0!important}.flex-xxxxl-shrink-1{flex-shrink:1!important}.justify-content-xxxxl-start{justify-content:flex-start!important}.justify-content-xxxxl-end{justify-content:flex-end!important}.justify-content-xxxxl-center{justify-content:center!important}.justify-content-xxxxl-between{justify-content:space-between!important}.justify-content-xxxxl-around{justify-content:space-around!important}.align-items-xxxxl-start{align-items:flex-start!important}.align-items-xxxxl-end{align-items:flex-end!important}.align-items-xxxxl-center{align-items:center!important}.align-items-xxxxl-baseline{align-items:baseline!important}.align-items-xxxxl-stretch{align-items:stretch!important}.align-content-xxxxl-start{align-content:flex-start!important}.align-content-xxxxl-end{align-content:flex-end!important}.align-content-xxxxl-center{align-content:center!important}.align-content-xxxxl-between{align-content:space-between!important}.align-content-xxxxl-around{align-content:space-around!important}.align-content-xxxxl-stretch{align-content:stretch!important}.align-self-xxxxl-auto{align-self:auto!important}.align-self-xxxxl-start{align-self:flex-start!important}.align-self-xxxxl-end{align-self:flex-end!important}.align-self-xxxxl-center{align-self:center!important}.align-self-xxxxl-baseline{align-self:baseline!important}.align-self-xxxxl-stretch{align-self:stretch!important}.m-xxxxl-auto{margin:auto!important}.mt-xxxxl-auto,.my-xxxxl-auto{margin-top:auto!important}.mr-xxxxl-auto,.mx-xxxxl-auto{margin-right:auto!important}.mb-xxxxl-auto,.my-xxxxl-auto{margin-bottom:auto!important}.ml-xxxxl-auto,.mx-xxxxl-auto{margin-left:auto!important}}.mt--0{margin-top:0!important}.mb--0{margin-bottom:0!important}.pt--0{padding-top:0}.pb--0{padding-bottom:0}.mblock--0{margin-block:0px}.pblock--0{padding-block:0px}.mt--10{margin-top:10px!important}.mb--10{margin-bottom:10px!important}.pt--10{padding-top:10px}.pb--10{padding-bottom:10px}.mblock--10{margin-block:10px}.pblock--10{padding-block:10px}.mt--20{margin-top:20px!important}.mb--20{margin-bottom:20px!important}.pt--20{padding-top:20px}.pb--20{padding-bottom:20px}.mblock--20{margin-block:20px}.pblock--20{padding-block:20px}.mt--25{margin-top:25px!important}.mb--25{margin-bottom:25px!important}.pt--25{padding-top:25px}.pb--25{padding-bottom:25px}.mblock--25{margin-block:25px}.pblock--25{padding-block:25px}.mt--30{margin-top:30px!important}.mb--30{margin-bottom:30px!important}.pt--30{padding-top:30px}.pb--30{padding-bottom:30px}.mblock--30{margin-block:30px}.pblock--30{padding-block:30px}.mt--40{margin-top:40px!important}.mb--40{margin-bottom:40px!important}.pt--40{padding-top:40px}.pb--40{padding-bottom:40px}.mblock--40{margin-block:40px}.pblock--40{padding-block:40px}.mt--50{margin-top:50px!important}.mb--50{margin-bottom:50px!important}.pt--50{padding-top:50px}.pb--50{padding-bottom:50px}.mblock--50{margin-block:50px}.pblock--50{padding-block:50px}.mt--60{margin-top:60px!important}.mb--60{margin-bottom:60px!important}.pt--60{padding-top:60px}.pb--60{padding-bottom:60px}.mblock--60{margin-block:60px}.pblock--60{padding-block:60px}.mt--70{margin-top:70px!important}.mb--70{margin-bottom:70px!important}.pt--70{padding-top:70px}.pb--70{padding-bottom:70px}.mblock--70{margin-block:70px}.pblock--70{padding-block:70px}.mt--80{margin-top:80px!important}.mb--80{margin-bottom:80px!important}.pt--80{padding-top:80px}.pb--80{padding-bottom:80px}.mblock--80{margin-block:80px}.pblock--80{padding-block:80px}.mt--90{margin-top:90px!important}.mb--90{margin-bottom:90px!important}.pt--90{padding-top:90px}.pb--90{padding-bottom:90px}.mblock--90{margin-block:90px}.pblock--90{padding-block:90px}.mt--100{margin-top:100px!important}.mb--100{margin-bottom:100px!important}.pt--100{padding-top:100px}.pb--100{padding-bottom:100px}.mblock--100{margin-block:100px}.pblock--100{padding-block:100px}.mt--150{margin-top:150px!important}.mb--150{margin-bottom:150px!important}.pt--150{padding-top:150px}.pb--150{padding-bottom:150px}.mblock--150{margin-block:150px}.pblock--150{padding-block:150px}.mt--180{margin-top:180px!important}.mb--180{margin-bottom:180px!important}.pt--180{padding-top:180px}.pb--180{padding-bottom:180px}.mblock--180{margin-block:180px}.pblock--180{padding-block:180px}@keyframes move-right{0%{right:30px}50%{right:20px}to{right:30px}}:root{--font-title: \"the-seasons\", Helvetica, sans-serif;--font-pretitle: \"Poppins\", Helvetica, sans-serif;--font-text: \"Poppins\", Helvetica, sans-serif;--font-claim: \"turbinado-pro\", Helvetica, sans-serif;--cl_corp: #24262d;--cl_accent: #aa8453;--cl_icon: #978667;--cl_icon-light: #fff;--cl_border-light: #ededed;--cl_border-dark: #d9e1e6;--cl_shadow: rgba(0, 0, 0, .1);--cl_breadcrumb: #24262d;--cl_breadcrumb-hover: #978667;--cl_preload-bg: #ededed;--cl_preload: #24262d;--cl_background_body: #fdfbf8;--cl_background_white: #fff;--cl_background_dark: #19314b;--cl_background_gray: #eee;--cl_background_dark-opacity: #19314bbf;--cl_background_dark-opacity-v2: #1326398b;--cl_background_body-transparent: #ffffffe7;--cl_title: #978667;--cl_subtitle: #19314b;--cl_pretitle: #19314b;--cl_text: #3c3b3b;--cl_title-light: #fff;--cl_subtitle-light: #fff;--cl_pretitle-light: #fff;--cl_text-light: #fff;--cl_text-disable: #888;--w_title: 600;--w_text: 300;--w_subtitle: 300;--w_pretitle: 300;--padding-bottom-slider: 0px;--lh_pretitle-slider: 1.2;--lh_title-slider: 1.2;--cl_header-bg-nosticky: #0000001a;--cl_header-text-nosticky: #fff;--cl_header-bg-sticky: #eee;--cl_header-text-sticky: #19314b;--cl_header-bg-mobile: #b6b6b6;--cl_headerBottom-bg-mobile: #b6b6b6;--cl_header-text-mobile: #19314b;--cl_menu-modal-bg: #19314b;--cl_menu-modal-items: #978667;--cl_menu-modal-items-hover: #fff;--cl_menu-modal-text: #fff;--cl_menu-modal-text-hover: #fff;--ls_menu-modal-items: 1px;--w_menu-modal-items: 300;--hg_menu-img-height: 15rem;--cl_submenu-bg: #19314b;--cl_submenu-text: #fff;--cl_submenu-hover: #978667;--w_btn: 400;--size_btn: 14px;--size_link: 14px;--ls_link: 1px;--ls_btn: 1px;--upper_btn: uppercase;--upper_link: uppercase;--font-btn: \"Poppins\", Helvetica, sans-serif;--font-link: \"Poppins\", Helvetica, sans-serif;--cl_btn-box: #19314b;--cl_btn-box-text: #19314b;--cl_btn-box-hover: #978667;--cl_btn-box-text-hover: #fff;--cl_btn-call: #19314bf2;--cl_btn-call-text: #fff;--cl_btn-call-hover: #978667;--cl_btn-call-text-hover: #fff;--cl_btn-link: #19314b;--cl_btn-link-hover: #978667;--cl_btn-arrow: #19314b;--cl_btn-arrow-icon: #fff;--cl_btn-arrow-hover: #978667;--cl_btn-arrow-icon-hover: #fff;--cl_btn-dots: #24262d;--cl_btn-dots-active: #978667;--cl_btn-dots-hover: #978667;--cl_btn-light: #fff;--cl_btn-light-text: #fff;--cl_btn-light-hover: #978667;--cl_btn-light-text-hover: #978667;--cl_footer-bg: #19314b;--cl_footer-bg-bottom: #0a1d31;--cl_footer-bg-logos: #f8f7f3;--cl_footer-scroll: #978667;--cl_footer-text: #fff;--cl_footer-text-hover: #978667;--btn_radius: 5px;--img_radius: 5px;--img_border: #fff;--img_border-width: 1px;--dropdown-radius: 20px;--cl_background_dropdown: #fdfbf8;--cl_border-dropdown: #d9e1e6;--font-size-engine-text: 14px;--cl_engine-text: #19314b;--cl_engine-bg-nosticky: #ffffffcf;--cl_engine-text-nosticky: #19314b;--cl_engine-bg-sticky: #ffffff00;--cl_engine-text-sticky: #19314b;--cl_engine-bg-modal: #19314bbf;--cl_engine-input-bg: #ebebeb;--cl_engine-input-bg-select: #ebebeb;--cl_dropdown: #19314b;--cl_dropdown-text: #5a5a5a;--cl_dropdown-hover: #19314b;--cl_newsletter-input-background: #d1d1d1;--cl_newsletter-input-text: #5a5a5a;--cl_error: #ff7173;--cl_desde: #bcbbc3;--cl_price: #19314b;--cl_badget: #ff8874;--cl_badget-text: #fff;--alg-service-room-detail: center;--cl_alert-text: #19314b;--cl_alert-text-error: #fff;--cl_alert-background: #fff;--cl_alert-background-error: rgb(230, 92, 92);--mdc-checkbox-disabled-selected-icon-color: rgba(0, 0, 0, .38);--mdc-checkbox-disabled-unselected-icon-color: rgba(0, 0, 0, .38);--mdc-checkbox-selected-checkmark-color: white;--mdc-checkbox-selected-focus-icon-color: var(--cl_corp);--mdc-checkbox-selected-hover-icon-color: var(--cl_corp);--mdc-checkbox-selected-icon-color: var(--cl_corp);--mdc-checkbox-selected-pressed-icon-color: var(--cl_corp);--mdc-checkbox-unselected-focus-icon-color: #212121;--mdc-checkbox-unselected-hover-icon-color: #212121;--mdc-checkbox-unselected-icon-color: rgba(0, 0, 0, .54);--mdc-checkbox-unselected-pressed-icon-color: rgba(0, 0, 0, .54);--mdc-checkbox-selected-focus-state-layer-color: var(--cl_corp);--mdc-checkbox-selected-hover-state-layer-color: var(--cl_corp);--mdc-checkbox-selected-pressed-state-layer-color: var(--cl_corp);--mdc-checkbox-unselected-focus-state-layer-color: black;--mdc-checkbox-unselected-hover-state-layer-color: black;--mdc-checkbox-unselected-pressed-state-layer-color: black;--mat-checkbox-disabled-label-color: rgba(0, 0, 0, .38);--primary: #4a4a49;--cream: #f9f8f5;--white: #ffffff;--black: #000000;--whatsapp: #24cc63;--logo: #616161;--grey: #dcdcdc;--darkgrey: #1e1e1e;--instagram: #61bdff;--facebook: #3782f4;--twitter: #4a4a49;--youtube: #d9464b;--tripadvisor: #34e0a1;--booking: #0c3b7c;--silver: #c0bebe;--gold: #ffca64;--platinum: #b5d9e2}.cs_dark{--cl_corp: #181818;--cl_accent: #aa8453;--cl_icon: #aa8453;--cl_icon-light: #fff;--cl_border-light: #ededed;--cl_border-dark: #d9e1e6;--cl_shadow: rgba(0, 0, 0, .1);--cl_breadcrumb: #fff;--cl_breadcrumb-hover: #aa8453;--cl_preload-bg: #ededed;--cl_preload: #24262d;--cl_background_body: #181818;--cl_background_white: transparent;--cl_background_dark: #aa8453;--cl_background_gray: #333;--type-align: center;--cl_title: #fff;--cl_subtitle: #aa8453;--cl_pretitle: #aa8453;--cl_text: #fff;--cl_title-light: #fff;--cl_subtitle-light: #fff;--cl_pretitle-light: #fff;--cl_text-light: #fff;--cl_header-bg: #aa8453;--cl_header-text-light: #fff;--cl_menu-bg: #79582c;--cl_menu-text: #fff;--cl_btn-box: #aa8453;--cl_btn-box-text: #aa8453;--cl_btn-box-hover: #79582c;--cl_btn-box-text-hover: #fff;--cl_btn-call: #aa8453;--cl_btn-call-text: white;--cl_btn-call-hover: #79582c;--cl_btn-call-text-hover: #fff;--cl_btn-link: #aa8453;--cl_btn-link-hover: #79582c;--cl_btn-arrow: #ffffff3a;--cl_btn-arrow-icon: #fff;--cl_btn-arrow-hover: #79582c;--cl_btn-arrow-icon-hover: #fff;--cl_btn-dots: #eee;--cl_btn-dots-active: #79582c;--cl_btn-dots-hover: #79582c;--cl_btn-light: #fff;--cl_btn-light-text: #fff;--cl_btn-light-hover: #79582c;--cl_btn-light-text-hover: #79582c;--cl_footer-bg: #aa8453;--cl_footer-bg-bottom: #79582c;--cl_footer-scroll: #aa8453;--cl_footer-text: #fff;--cl_footer-text-hover: #aa8453;--btn_radius: 1px;--img_radius: 0px;--img_border: #fff;--img_border-width: 2px;--cl_engine-bg: #181818;--cl_engine-input-bg: #79582c;--cl_engine-input-bg-hover: #081523;--cl_engine-text: #fff;--cl_dropdown: #19314b;--cl_dropdown-text: #5a5a5a;--cl_dropdown-hover: #19314b;--cl_dropdown-radius: 20px;--cl_newsletter-input-background: #d1d1d1;--cl_newsletter-input-text: #5a5a5a}.babylon_lisc2imgvid{font-family:var(--font-text)}.babylon_lisc2imgvid .container{width:90%;max-width:300.6px;padding-left:0;padding-right:0}@media (min-width: 540px){.babylon_lisc2imgvid .container{max-width:440px}}@media (min-width: 768px){.babylon_lisc2imgvid .container{max-width:620px}}@media (min-width: 1025px){.babylon_lisc2imgvid .container{max-width:784px}}@media (min-width: 1280px){.babylon_lisc2imgvid .container{max-width:1100px}}@media (min-width: 1366px){.babylon_lisc2imgvid .container{max-width:1100px}}@media (min-width: 1680px){.babylon_lisc2imgvid .container{max-width:1400px}}@media (min-width: 1920px){.babylon_lisc2imgvid .container{max-width:1440px}}.babylon_lisc2imgvid--header{display:flex;flex-direction:column;align-items:center;padding-block:2rem}.babylon_lisc2imgvid--header>*{text-align:center}.babylon_lisc2imgvid--header-title{font-size:20px;text-transform:uppercase}.babylon_lisc2imgvid--header hr{border-bottom:1px solid var(--cl_border-light);width:100%}.babylon_lisc2imgvid--navbar-desktop{display:none;margin-bottom:3rem}@media (min-width: 1280px){.babylon_lisc2imgvid--navbar-desktop{display:block}}.babylon_lisc2imgvid--navbar-desktop ul{display:flex;gap:6.1rem}.babylon_lisc2imgvid--navbar-desktop ul li{padding-left:0}.babylon_lisc2imgvid--navbar-desktop ul li:hover{cursor:pointer;color:var(--cl_accent)}.babylon_lisc2imgvid--navbar-desktop ul .babylon_lisc2imgvid__filter{font-size:20px}.babylon_lisc2imgvid--navbar-desktop ul .babylon_lisc2imgvid__filter--selected{position:relative}.babylon_lisc2imgvid--navbar-desktop ul .babylon_lisc2imgvid__filter--selected:after{content:\"\\b7\";position:absolute;bottom:-150%;left:50%;display:block;font-size:50px;color:var(--cl_accent);margin-top:-50%;transform:translate(-50%)}.babylon_lisc2imgvid--navbar-mobile{display:flex}@media (min-width: 1280px){.babylon_lisc2imgvid--navbar-mobile{display:none}}.babylon_lisc2imgvid--navbar-mobile .babylon_lisc2imgvid--filter-buttons{margin-bottom:30px;flex-direction:row}@media (min-width: 540px){.babylon_lisc2imgvid--navbar-mobile .babylon_lisc2imgvid--filter-buttons{gap:30px}}.babylon_lisc2imgvid--navbar-mobile .babylon_lisc2imgvid--filter-buttons hr{width:1px;height:100%;margin-block:0px!important;margin-inline:1rem;border:1px solid var(--cl_border-light)}.babylon_lisc2imgvid--navbar-mobile .babylon_lisc2imgvid--filter-buttons button{padding:10px 20px;width:200px;border:none;width:inherit;text-transform:inherit;font-size:18px;background-color:transparent;color:var(--cl_btn-call);opacity:.6;flex-grow:1;gap:1rem;align-items:center;-moz-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;-webkit-transition:all .3s ease-in-out;-ms-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.babylon_lisc2imgvid--navbar-mobile .babylon_lisc2imgvid--filter-buttons button span{font-size:30px;display:none;align-items:center}@media (min-width: 540px){.babylon_lisc2imgvid--navbar-mobile .babylon_lisc2imgvid--filter-buttons button span{display:block}}@media (min-width: 1280px){.babylon_lisc2imgvid--navbar-mobile .babylon_lisc2imgvid--filter-buttons{display:none!important}}.babylon_lisc2imgvid--gallery{display:grid;grid-template-columns:repeat(1,1fr);gap:41px}@media (min-width: 1025px){.babylon_lisc2imgvid--gallery{grid-template-columns:repeat(2,1fr)}}@media (min-width: 1280px){.babylon_lisc2imgvid--gallery{grid-template-columns:repeat(3,1fr);grid-auto-rows:420px;gap:63px}}@media (min-width: 1680px){.babylon_lisc2imgvid--gallery{grid-auto-rows:520px}}.babylon_lisc2imgvid--gallery-item{width:100%;height:auto;aspect-ratio:306/204;padding-bottom:10px;cursor:pointer}@media (min-width: 540px){.babylon_lisc2imgvid--gallery-item{aspect-ratio:440/293;padding-bottom:40px}}@media (min-width: 768px){.babylon_lisc2imgvid--gallery-item{aspect-ratio:620/413}}@media (min-width: 1025px){.babylon_lisc2imgvid--gallery-item{padding-bottom:0;aspect-ratio:401/267}}@media (min-width: 1280px){.babylon_lisc2imgvid--gallery-item{aspect-ratio:inherit}}@media (min-width: 1280px){.babylon_lisc2imgvid--gallery-item:nth-child(4n+1),.babylon_lisc2imgvid--gallery-item:nth-child(4n){grid-column:span 2}}.babylon_lisc2imgvid--gallery-item img{width:100%;height:100%;object-fit:cover}.babylon_lisc2imgvid--gallery-item a{width:100%;height:100%;display:flex!important;flex-direction:column}@media (min-width: 1025px){.babylon_lisc2imgvid--gallery-item a{display:block!important}}.babylon_lisc2imgvid--gallery-item:hover .babylon_lisc2imgvid--gallery-itemName{height:fit-content;padding-block:1rem}.babylon_lisc2imgvid--gallery-itemName{position:absolute;bottom:-40px;transition:all .3s ease-in-out;width:100%;padding-block:0rem;padding-inline:1.5rem;font-size:20px;display:flex;justify-content:space-between;align-items:center}@media (min-width: 1025px){.babylon_lisc2imgvid--gallery-itemName{position:absolute;bottom:0;background:#0006;overflow:hidden;color:var(--white);height:0px}}.babylon_lisc2imgvid--gallery-itemName .babylon-fullscreen{display:none}@media (min-width: 1025px){.babylon_lisc2imgvid--gallery-itemName .babylon-fullscreen{display:block}}.babylon_lisc2imgvid--modal-header{width:100%;display:flex;justify-content:start;text-transform:uppercase;margin-bottom:1rem;max-width:393.7px;margin-inline:auto;font-size:20px}.babylon_lisc2imgvid--modal-header h2{font-family:var(--font-text);margin-bottom:1.9rem}.babylon_lisc2imgvid--modal-list{font-size:20px;display:flex;flex-direction:column;max-width:393.7px;width:90%;margin-inline:auto}.babylon_lisc2imgvid--modal-list li{width:100%;padding-block:2rem;display:flex;justify-content:space-between;align-items:center;border-top:1px solid var(--cl_border-light);opacity:.6}.babylon_lisc2imgvid--modal-list li div{display:flex;gap:1rem;align-items:start;align-items:center}.babylon_lisc2imgvid--modal-list li.active,.babylon_lisc2imgvid--modal-list li:hover{opacity:1}.babylon_lisc2imgvid--modal-list li .babylon-minus{font-size:2px}.babylon_lisc2imgvid__slider{transition:all .5s}.babylon_lisc2imgvid__slider-item p{text-align:center;margin-bottom:3rem}.modal{position:fixed;z-index:91;overflow-y:auto;left:0;top:0;width:100%;bottom:0;opacity:0;pointer-events:none;transition:all .5s}.modal__inner{width:100%}.modal.modal--open{opacity:1;pointer-events:all}.modal__close{position:fixed;top:2rem;right:2rem;width:2.7rem;aspect-ratio:1;transition:all .5s;color:var(--cl_text);background:transparent;display:flex;align-items:center;justify-content:center;z-index:1}@media (min-width: 540px){.modal__close{top:4.1rem;right:4rem}}.modal__close svg{width:100%;height:100%}.modal__close:hover{border-radius:100%}.modal--open{overflow:hidden}.modal.modal__rooms{background:var(--cl_background_body);display:flex;isolation:isolate;overflow:auto;justify-content:center;padding-top:5rem;padding-inline:3.8rem}@media (min-width: 1024px){.modal.modal__rooms{padding-inline:inherit;padding-top:6rem}}@media (min-width: 1280px){.modal.modal__rooms{align-items:center}}.modal--open.rooms .modal.modal__mapRooms{opacity:1;pointer-events:auto}.modal.modal__images{background:var(--cl_background_body);display:flex;isolation:isolate;overflow:auto;overflow-x:hidden;justify-content:center;align-items:center}@media (min-width: 1024px){.modal.modal__images{display:flex;padding-top:60px}}@media (min-width: 1366px){.modal.modal__images{align-items:center;padding-top:inherit}}.modal.modal__images .babylon_lisc2imgvid--modal{max-width:905px;width:100%}@media (min-width: 1024px){.modal.modal__images .babylon_lisc2imgvid--modal{max-width:830px}}@media (min-width: 1366px){.modal.modal__images .babylon_lisc2imgvid--modal{max-width:905px}}@media (min-width: 1680px){.modal.modal__images .babylon_lisc2imgvid--modal{max-width:978px}}@media (min-width: 1800px){.modal.modal__images .babylon_lisc2imgvid--modal{max-width:1100px}}.modal.modal__images .babylon_lisc2imgvid--modal{margin-inline:auto}.modal.modal__images .relative{position:relative}.modal.modal__images .js-slider-arrows button.slick-arrow svg.line{display:none!important}.modal.modal__images .js-slider-arrows{position:absolute;inset-inline:0;top:50%;display:flex;pointer-events:none;justify-content:space-evenly;z-index:1;left:.5rem;right:.5em;bottom:0;transform:translateY(120%)}@media (min-width: 1024px){.modal.modal__images .js-slider-arrows{left:-7.4rem;right:-7.4rem;transform:translateY(-50%);justify-content:space-between;bottom:auto}}.modal.modal__images .slick-slide{height:100%}.modal.modal__images .slick-slide img{height:auto;width:100%;object-fit:cover;aspect-ratio:905/603}.modal.modal__images .slick-slider-outer{position:relative;padding-inline:0}@media (max-width: 1023px){.modal.modal__images .slick-slider-outer{padding-inline:3rem}}.modal.modal__images .slick-slide{height:100%;float:left;min-height:1px}.modal--open.images .modal.modal__mapImages{opacity:1;pointer-events:auto}::ng-deep .modal.modal__images .js-slider-arrows button{position:static;margin-top:0;pointer-events:initial;aspect-ratio:1/2;width:5.55rem;height:auto;background:none;border:none;height:2.855rem;opacity:.6}::ng-deep .modal.modal__images .js-slider-arrows button.slick-prev{transform:rotate(90deg)}::ng-deep .modal.modal__images .js-slider-arrows button.slick-next{transform:rotate(-90deg)}::ng-deep .modal.modal__images .js-slider-arrows button svg.line{display:none!important}::ng-deep .modal.modal__images .js-slider-arrows button svg{width:100%;height:100%}:host ::ng-deep .js-active-slider:has(.js-slider_fix-arrows) .js-slider-arrows{top:var(--sliderNav__position)}:host ::ng-deep .js-active-slider .js-slider-arrows{display:flex;pointer-events:none;justify-content:space-between;gap:.2rem}@media (min-width: 1280px){:host ::ng-deep .js-active-slider .js-slider-arrows:has(.icon-small){width:auto;flex-direction:row}}:host ::ng-deep .js-active-slider .js-slider-arrows .slick-arrow{pointer-events:initial;cursor:pointer;transition:all .5s;border-width:0;align-items:center;justify-content:center;display:flex;padding:0;color:#4a4a49}:host ::ng-deep .js-active-slider .js-slider-arrows .slick-arrow:before{display:none}:host ::ng-deep .js-active-slider .js-slider-arrows .slick-arrow.slick-prev.icon-small{transform:rotate(90deg);background:transparent!important}:host ::ng-deep .js-active-slider .js-slider-arrows .slick-arrow.slick-next.icon-small{transform:rotate(-90deg);background:transparent!important;top:0}:host ::ng-deep .js-active-slider .js-slider-arrows .slick-arrow.icon-small{aspect-ratio:1;background:#f9f8f5!important;width:4rem;display:flex;flex-direction:row!important;align-items:center}@media (min-width: 540px){:host ::ng-deep .js-active-slider .js-slider-arrows .slick-arrow.icon-small{width:6rem;height:6rem;right:-25px}}:host ::ng-deep .js-active-slider .js-slider-arrows .slick-arrow.icon-small svg:not(.line){width:2rem;height:4.5rem}:host ::ng-deep .js-active-slider .js-slider-arrows .slick-arrow.icon-small .line{height:0;width:1rem;margin-bottom:-.5rem;transition:all .5s}:host ::ng-deep .js-active-slider .js-slider-arrows .slick-arrow.icon-small:hover .line{height:1.5rem}:host ::ng-deep .js-active-slider .js-slider-arrows .slick-arrow.icon-large{width:4rem;aspect-ratio:5/6;background:transparent;opacity:.7;transition:all .5s}@media (min-width: 540px){:host ::ng-deep .js-active-slider .js-slider-arrows .slick-arrow.icon-large{width:5rem}}:host ::ng-deep .js-active-slider .js-slider-arrows .slick-arrow.icon-large svg{width:1.045rem;height:2rem}@media (min-width: 540px){:host ::ng-deep .js-active-slider .js-slider-arrows .slick-arrow.icon-large svg{width:1.846rem;height:3.533rem}}:host ::ng-deep .js-active-slider .js-slider-arrows .slick-arrow.icon-large:hover{opacity:1}:host ::ng-deep .js-active-slider .js-slider-arrows .slick-arrow.slick-disabled{opacity:0;pointer-events:none}:host ::ng-deep .js-active-slider .js-slider-arrows.arrows--absolute{position:absolute;transform:translateY(-50%)}:host ::ng-deep .js-active-slider .js-slider-arrows.arrows--absolute .slick-prev.icon-small{transform:rotate(90deg)}:host ::ng-deep .js-active-slider .js-slider-arrows.arrows--absolute .slick-next.icon-small{transform:rotate(-90deg);top:0}:host ::ng-deep .js-active-slider .js-slider-arrows.arrows--full{inset-inline:0}@media (min-width: 1280px){:host ::ng-deep .js-active-slider .js-slider-arrows.arrows--full{flex-direction:row}}:host ::ng-deep .js-active-slider.bg-cream .js-slider-arrows .icon-small{background:#fff}:host ::ng-deep .js-active-slider.slides-visible{overflow:hidden}@media (min-width: 768px){:host ::ng-deep .js-active-slider.slides-visible .slick-list{overflow:visible}}:host ::ng-deep .slick-list{overflow:visible!important}:host ::ng-deep .slick-slide:not(.slick-current){opacity:0!important}:host ::ng-deep h2 span.maxWidth{white-space:normal;max-width:500px}\n"], dependencies: [{ kind: "ngmodule", type: CommonModule }, { kind: "directive", type: i1$1.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { kind: "directive", type: SlickInitDirective, selector: ".js-active-slider,[appSlickInit]" }], changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
15219
15220
|
}
|
|
15220
15221
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: BabylonLisC2ImgVidComponent, decorators: [{
|
|
15221
15222
|
type: Component,
|
|
15222
|
-
args: [{ selector: 'lib-babylon-lis-c2-img-vid', standalone: true, imports: [CommonModule, SlickInitDirective], changeDetection: ChangeDetectionStrategy.OnPush, template: "<section class=\"babylon_lisc2imgvid margin-main\">\n <div class=\"container\">\n <div class=\"babylon_lisc2imgvid--header\">\n @if (title || texts?.title) {\n <h2 class=\"babylon_lisc2imgvid--header-title title\">\n {{ title || texts?.title }}\n </h2>\n <hr />\n }\n\n @if (filters?.length) {\n <div class=\"babylon_lisc2imgvid--navbar-desktop\">\n <ul>\n @for (filter of filters; track $index) {\n @if (filter && !filter.room && !filter.rooms) {\n <li\n class=\"subtitle babylon_lisc2imgvid__filter\"\n (click)=\"selectFilter($index, filter)\"\n [ngClass]=\"{\n 'babylon_lisc2imgvid__filter--selected':\n selected === $index,\n }\"\n >\n {{ filter.text }}\n </li>\n }\n @if (filter && filter.rooms) {\n <li\n class=\"subtitle babylon_lisc2imgvid__filter\"\n (click)=\"openFiltersModal(true)\"\n [ngClass]=\"{\n 'babylon_lisc2imgvid__filter--selected':\n selected === $index,\n }\"\n >\n {{ filter.text }}\n </li>\n }\n }\n </ul>\n </div>\n }\n\n <div class=\"babylon_lisc2imgvid--navbar-mobile\">\n <div\n class=\"babylon_lisc2imgvid--filter-buttons d-flex justify-content-center\"\n >\n @if (filtersBtn) {\n <button\n class=\"d-flex justify-content-between align-items-center\"\n (click)=\"openFiltersModal(false)\"\n >\n {{ filtersBtn }} <span>=</span>\n </button>\n }\n\n <hr />\n\n @if (roomsBtn) {\n <button\n class=\"d-flex justify-content-between align-items-center\"\n (click)=\"openFiltersModal(true)\"\n >\n {{ roomsBtn }} <span>=</span>\n </button>\n }\n </div>\n </div>\n </div>\n <div class=\"babylon_lisc2imgvid--gallery cs_lightgallery\">\n @if (imagesDisplayed().length) {\n @for (image of imagesDisplayed(); track $index) {\n <div class=\"babylon_lisc2imgvid--gallery-item\">\n <a\n (click)=\"openModal('images', $index)\"\n class=\"cs_style_3 d-block cs_bg_filed position-relative cs_type_1 cs--radius\"\n >\n <img\n src=\"{{\n image?.path?.original ??\n image?.img?.src ??\n 'data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7'\n }}\"\n alt=\"{{ image?.title ?? 'Image' }}\"\n />\n\n <div class=\"babylon_lisc2imgvid--gallery-itemName\">\n {{ image?.title }}\n <span class=\"\">\n <span class=\"babylon-fullscreen\"></span>\n </span>\n </div>\n </a>\n </div>\n }\n }\n </div>\n </div>\n</section>\n\n<div class=\"modal modal__images images\" #imagesModal>\n <div class=\"modal__inner\">\n <div\n class=\"modal__close js-close\"\n role=\"button\"\n (click)=\"closeModal('images')\"\n >\n <svg aria-hidden=\"true\" focusable=\"false\">\n <use href=\"/assets/babylon/svg/close-icon.svg#close-icon\"></use>\n </svg>\n </div>\n <div class=\"babylon_lisc2imgvid--modal\">\n <div\n class=\"babylon_lisc2imgvid-slider js-active-slider\"\n data-slides_infinite=\"true\"\n data-slider_name=\"babylon_lisc2imgvid__slider\"\n data-slider_showbtns=\"true\"\n data-slider_btns=\"icon-small\"\n data-slider_showdots=\"false\"\n data-slider_fade=\"false\"\n data-slides_pc=\"1\"\n >\n <div>\n <div class=\"babylon_lisc2imgvid__inner\">\n <div class=\"slick-slider-outer\">\n <div class=\"babylon_lisc2imgvid__slider\">\n @if (imagesDisplayed().length) {\n @for (\n image of imagesDisplayed();\n track $index\n ) {\n <div class=\"slick-slide\">\n <div\n class=\"babylon_lisc2imgvid__slider-item\"\n >\n <p>{{ image?.title }}</p>\n\n <img\n [src]=\"\n image?.path?.original ??\n image?.img?.src ??\n 'data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7'\n \"\n [alt]=\"\n image?.title ?? 'Image'\n \"\n />\n </div>\n </div>\n }\n }\n </div>\n <div class=\"js-slider-arrows\"></div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n</div>\n", styles: ["@charset \"UTF-8\";@media (min-width: 1280px){.order-custom-xl-xxl-1{order:1}.order-custom-xl-xxl-2{order:2}}.flex-row{flex-direction:row!important}.flex-column{flex-direction:column!important}.flex-row-reverse{flex-direction:row-reverse!important}.flex-column-reverse{flex-direction:column-reverse!important}.flex-wrap{flex-wrap:wrap!important}.flex-nowrap{flex-wrap:nowrap!important}.flex-wrap-reverse{flex-wrap:wrap-reverse!important}.flex-fill{flex:1 1 auto!important}.flex-grow-0{flex-grow:0!important}.flex-grow-1{flex-grow:1!important}.flex-shrink-0{flex-shrink:0!important}.flex-shrink-1{flex-shrink:1!important}.justify-content-start{justify-content:flex-start!important}.justify-content-end{justify-content:flex-end!important}.justify-content-center{justify-content:center!important}.justify-content-between{justify-content:space-between!important}.justify-content-around{justify-content:space-around!important}.align-items-start{align-items:flex-start!important}.align-items-end{align-items:flex-end!important}.align-items-center{align-items:center!important}.align-items-baseline{align-items:baseline!important}.align-items-stretch{align-items:stretch!important}.align-content-start{align-content:flex-start!important}.align-content-end{align-content:flex-end!important}.align-content-center{align-content:center!important}.align-content-between{align-content:space-between!important}.align-content-around{align-content:space-around!important}.align-content-stretch{align-content:stretch!important}.align-self-auto{align-self:auto!important}.align-self-start{align-self:flex-start!important}.align-self-end{align-self:flex-end!important}.align-self-center{align-self:center!important}.align-self-baseline{align-self:baseline!important}.align-self-stretch{align-self:stretch!important}.m-auto{margin:auto!important}.mt-auto,.my-auto{margin-top:auto!important}.mr-auto,.mx-auto{margin-right:auto!important}.mb-auto,.my-auto{margin-bottom:auto!important}.ml-auto,.mx-auto{margin-left:auto!important}@media (min-width: 540px){.flex-sm-row{flex-direction:row!important}.flex-sm-column{flex-direction:column!important}.flex-sm-row-reverse{flex-direction:row-reverse!important}.flex-sm-column-reverse{flex-direction:column-reverse!important}.flex-sm-wrap{flex-wrap:wrap!important}.flex-sm-nowrap{flex-wrap:nowrap!important}.flex-sm-wrap-reverse{flex-wrap:wrap-reverse!important}.flex-sm-fill{flex:1 1 auto!important}.flex-sm-grow-0{flex-grow:0!important}.flex-sm-grow-1{flex-grow:1!important}.flex-sm-shrink-0{flex-shrink:0!important}.flex-sm-shrink-1{flex-shrink:1!important}.justify-content-sm-start{justify-content:flex-start!important}.justify-content-sm-end{justify-content:flex-end!important}.justify-content-sm-center{justify-content:center!important}.justify-content-sm-between{justify-content:space-between!important}.justify-content-sm-around{justify-content:space-around!important}.align-items-sm-start{align-items:flex-start!important}.align-items-sm-end{align-items:flex-end!important}.align-items-sm-center{align-items:center!important}.align-items-sm-baseline{align-items:baseline!important}.align-items-sm-stretch{align-items:stretch!important}.align-content-sm-start{align-content:flex-start!important}.align-content-sm-end{align-content:flex-end!important}.align-content-sm-center{align-content:center!important}.align-content-sm-between{align-content:space-between!important}.align-content-sm-around{align-content:space-around!important}.align-content-sm-stretch{align-content:stretch!important}.align-self-sm-auto{align-self:auto!important}.align-self-sm-start{align-self:flex-start!important}.align-self-sm-end{align-self:flex-end!important}.align-self-sm-center{align-self:center!important}.align-self-sm-baseline{align-self:baseline!important}.align-self-sm-stretch{align-self:stretch!important}.m-sm-auto{margin:auto!important}.mt-sm-auto,.my-sm-auto{margin-top:auto!important}.mr-sm-auto,.mx-sm-auto{margin-right:auto!important}.mb-sm-auto,.my-sm-auto{margin-bottom:auto!important}.ml-sm-auto,.mx-sm-auto{margin-left:auto!important}}@media (min-width: 768px){.flex-md-row{flex-direction:row!important}.flex-md-column{flex-direction:column!important}.flex-md-row-reverse{flex-direction:row-reverse!important}.flex-md-column-reverse{flex-direction:column-reverse!important}.flex-md-wrap{flex-wrap:wrap!important}.flex-md-nowrap{flex-wrap:nowrap!important}.flex-md-wrap-reverse{flex-wrap:wrap-reverse!important}.flex-md-fill{flex:1 1 auto!important}.flex-md-grow-0{flex-grow:0!important}.flex-md-grow-1{flex-grow:1!important}.flex-md-shrink-0{flex-shrink:0!important}.flex-md-shrink-1{flex-shrink:1!important}.justify-content-md-start{justify-content:flex-start!important}.justify-content-md-end{justify-content:flex-end!important}.justify-content-md-center{justify-content:center!important}.justify-content-md-between{justify-content:space-between!important}.justify-content-md-around{justify-content:space-around!important}.align-items-md-start{align-items:flex-start!important}.align-items-md-end{align-items:flex-end!important}.align-items-md-center{align-items:center!important}.align-items-md-baseline{align-items:baseline!important}.align-items-md-stretch{align-items:stretch!important}.align-content-md-start{align-content:flex-start!important}.align-content-md-end{align-content:flex-end!important}.align-content-md-center{align-content:center!important}.align-content-md-between{align-content:space-between!important}.align-content-md-around{align-content:space-around!important}.align-content-md-stretch{align-content:stretch!important}.align-self-md-auto{align-self:auto!important}.align-self-md-start{align-self:flex-start!important}.align-self-md-end{align-self:flex-end!important}.align-self-md-center{align-self:center!important}.align-self-md-baseline{align-self:baseline!important}.align-self-md-stretch{align-self:stretch!important}.m-md-auto{margin:auto!important}.mt-md-auto,.my-md-auto{margin-top:auto!important}.mr-md-auto,.mx-md-auto{margin-right:auto!important}.mb-md-auto,.my-md-auto{margin-bottom:auto!important}.ml-md-auto,.mx-md-auto{margin-left:auto!important}}@media (min-width: 1025px){.flex-lg-row{flex-direction:row!important}.flex-lg-column{flex-direction:column!important}.flex-lg-row-reverse{flex-direction:row-reverse!important}.flex-lg-column-reverse{flex-direction:column-reverse!important}.flex-lg-wrap{flex-wrap:wrap!important}.flex-lg-nowrap{flex-wrap:nowrap!important}.flex-lg-wrap-reverse{flex-wrap:wrap-reverse!important}.flex-lg-fill{flex:1 1 auto!important}.flex-lg-grow-0{flex-grow:0!important}.flex-lg-grow-1{flex-grow:1!important}.flex-lg-shrink-0{flex-shrink:0!important}.flex-lg-shrink-1{flex-shrink:1!important}.justify-content-lg-start{justify-content:flex-start!important}.justify-content-lg-end{justify-content:flex-end!important}.justify-content-lg-center{justify-content:center!important}.justify-content-lg-between{justify-content:space-between!important}.justify-content-lg-around{justify-content:space-around!important}.align-items-lg-start{align-items:flex-start!important}.align-items-lg-end{align-items:flex-end!important}.align-items-lg-center{align-items:center!important}.align-items-lg-baseline{align-items:baseline!important}.align-items-lg-stretch{align-items:stretch!important}.align-content-lg-start{align-content:flex-start!important}.align-content-lg-end{align-content:flex-end!important}.align-content-lg-center{align-content:center!important}.align-content-lg-between{align-content:space-between!important}.align-content-lg-around{align-content:space-around!important}.align-content-lg-stretch{align-content:stretch!important}.align-self-lg-auto{align-self:auto!important}.align-self-lg-start{align-self:flex-start!important}.align-self-lg-end{align-self:flex-end!important}.align-self-lg-center{align-self:center!important}.align-self-lg-baseline{align-self:baseline!important}.align-self-lg-stretch{align-self:stretch!important}.m-lg-auto{margin:auto!important}.mt-lg-auto,.my-lg-auto{margin-top:auto!important}.mr-lg-auto,.mx-lg-auto{margin-right:auto!important}.mb-lg-auto,.my-lg-auto{margin-bottom:auto!important}.ml-lg-auto,.mx-lg-auto{margin-left:auto!important}}@media (min-width: 1280px){.flex-xl-row{flex-direction:row!important}.flex-xl-column{flex-direction:column!important}.flex-xl-row-reverse{flex-direction:row-reverse!important}.flex-xl-column-reverse{flex-direction:column-reverse!important}.flex-xl-wrap{flex-wrap:wrap!important}.flex-xl-nowrap{flex-wrap:nowrap!important}.flex-xl-wrap-reverse{flex-wrap:wrap-reverse!important}.flex-xl-fill{flex:1 1 auto!important}.flex-xl-grow-0{flex-grow:0!important}.flex-xl-grow-1{flex-grow:1!important}.flex-xl-shrink-0{flex-shrink:0!important}.flex-xl-shrink-1{flex-shrink:1!important}.justify-content-xl-start{justify-content:flex-start!important}.justify-content-xl-end{justify-content:flex-end!important}.justify-content-xl-center{justify-content:center!important}.justify-content-xl-between{justify-content:space-between!important}.justify-content-xl-around{justify-content:space-around!important}.align-items-xl-start{align-items:flex-start!important}.align-items-xl-end{align-items:flex-end!important}.align-items-xl-center{align-items:center!important}.align-items-xl-baseline{align-items:baseline!important}.align-items-xl-stretch{align-items:stretch!important}.align-content-xl-start{align-content:flex-start!important}.align-content-xl-end{align-content:flex-end!important}.align-content-xl-center{align-content:center!important}.align-content-xl-between{align-content:space-between!important}.align-content-xl-around{align-content:space-around!important}.align-content-xl-stretch{align-content:stretch!important}.align-self-xl-auto{align-self:auto!important}.align-self-xl-start{align-self:flex-start!important}.align-self-xl-end{align-self:flex-end!important}.align-self-xl-center{align-self:center!important}.align-self-xl-baseline{align-self:baseline!important}.align-self-xl-stretch{align-self:stretch!important}.m-xl-auto{margin:auto!important}.mt-xl-auto,.my-xl-auto{margin-top:auto!important}.mr-xl-auto,.mx-xl-auto{margin-right:auto!important}.mb-xl-auto,.my-xl-auto{margin-bottom:auto!important}.ml-xl-auto,.mx-xl-auto{margin-left:auto!important}}@media (min-width: 1366px){.flex-xxl-row{flex-direction:row!important}.flex-xxl-column{flex-direction:column!important}.flex-xxl-row-reverse{flex-direction:row-reverse!important}.flex-xxl-column-reverse{flex-direction:column-reverse!important}.flex-xxl-wrap{flex-wrap:wrap!important}.flex-xxl-nowrap{flex-wrap:nowrap!important}.flex-xxl-wrap-reverse{flex-wrap:wrap-reverse!important}.flex-xxl-fill{flex:1 1 auto!important}.flex-xxl-grow-0{flex-grow:0!important}.flex-xxl-grow-1{flex-grow:1!important}.flex-xxl-shrink-0{flex-shrink:0!important}.flex-xxl-shrink-1{flex-shrink:1!important}.justify-content-xxl-start{justify-content:flex-start!important}.justify-content-xxl-end{justify-content:flex-end!important}.justify-content-xxl-center{justify-content:center!important}.justify-content-xxl-between{justify-content:space-between!important}.justify-content-xxl-around{justify-content:space-around!important}.align-items-xxl-start{align-items:flex-start!important}.align-items-xxl-end{align-items:flex-end!important}.align-items-xxl-center{align-items:center!important}.align-items-xxl-baseline{align-items:baseline!important}.align-items-xxl-stretch{align-items:stretch!important}.align-content-xxl-start{align-content:flex-start!important}.align-content-xxl-end{align-content:flex-end!important}.align-content-xxl-center{align-content:center!important}.align-content-xxl-between{align-content:space-between!important}.align-content-xxl-around{align-content:space-around!important}.align-content-xxl-stretch{align-content:stretch!important}.align-self-xxl-auto{align-self:auto!important}.align-self-xxl-start{align-self:flex-start!important}.align-self-xxl-end{align-self:flex-end!important}.align-self-xxl-center{align-self:center!important}.align-self-xxl-baseline{align-self:baseline!important}.align-self-xxl-stretch{align-self:stretch!important}.m-xxl-auto{margin:auto!important}.mt-xxl-auto,.my-xxl-auto{margin-top:auto!important}.mr-xxl-auto,.mx-xxl-auto{margin-right:auto!important}.mb-xxl-auto,.my-xxl-auto{margin-bottom:auto!important}.ml-xxl-auto,.mx-xxl-auto{margin-left:auto!important}}@media (min-width: 1680px){.flex-xxxl-row{flex-direction:row!important}.flex-xxxl-column{flex-direction:column!important}.flex-xxxl-row-reverse{flex-direction:row-reverse!important}.flex-xxxl-column-reverse{flex-direction:column-reverse!important}.flex-xxxl-wrap{flex-wrap:wrap!important}.flex-xxxl-nowrap{flex-wrap:nowrap!important}.flex-xxxl-wrap-reverse{flex-wrap:wrap-reverse!important}.flex-xxxl-fill{flex:1 1 auto!important}.flex-xxxl-grow-0{flex-grow:0!important}.flex-xxxl-grow-1{flex-grow:1!important}.flex-xxxl-shrink-0{flex-shrink:0!important}.flex-xxxl-shrink-1{flex-shrink:1!important}.justify-content-xxxl-start{justify-content:flex-start!important}.justify-content-xxxl-end{justify-content:flex-end!important}.justify-content-xxxl-center{justify-content:center!important}.justify-content-xxxl-between{justify-content:space-between!important}.justify-content-xxxl-around{justify-content:space-around!important}.align-items-xxxl-start{align-items:flex-start!important}.align-items-xxxl-end{align-items:flex-end!important}.align-items-xxxl-center{align-items:center!important}.align-items-xxxl-baseline{align-items:baseline!important}.align-items-xxxl-stretch{align-items:stretch!important}.align-content-xxxl-start{align-content:flex-start!important}.align-content-xxxl-end{align-content:flex-end!important}.align-content-xxxl-center{align-content:center!important}.align-content-xxxl-between{align-content:space-between!important}.align-content-xxxl-around{align-content:space-around!important}.align-content-xxxl-stretch{align-content:stretch!important}.align-self-xxxl-auto{align-self:auto!important}.align-self-xxxl-start{align-self:flex-start!important}.align-self-xxxl-end{align-self:flex-end!important}.align-self-xxxl-center{align-self:center!important}.align-self-xxxl-baseline{align-self:baseline!important}.align-self-xxxl-stretch{align-self:stretch!important}.m-xxxl-auto{margin:auto!important}.mt-xxxl-auto,.my-xxxl-auto{margin-top:auto!important}.mr-xxxl-auto,.mx-xxxl-auto{margin-right:auto!important}.mb-xxxl-auto,.my-xxxl-auto{margin-bottom:auto!important}.ml-xxxl-auto,.mx-xxxl-auto{margin-left:auto!important}}@media (min-width: 1921px){.flex-xxxxl-row{flex-direction:row!important}.flex-xxxxl-column{flex-direction:column!important}.flex-xxxxl-row-reverse{flex-direction:row-reverse!important}.flex-xxxxl-column-reverse{flex-direction:column-reverse!important}.flex-xxxxl-wrap{flex-wrap:wrap!important}.flex-xxxxl-nowrap{flex-wrap:nowrap!important}.flex-xxxxl-wrap-reverse{flex-wrap:wrap-reverse!important}.flex-xxxxl-fill{flex:1 1 auto!important}.flex-xxxxl-grow-0{flex-grow:0!important}.flex-xxxxl-grow-1{flex-grow:1!important}.flex-xxxxl-shrink-0{flex-shrink:0!important}.flex-xxxxl-shrink-1{flex-shrink:1!important}.justify-content-xxxxl-start{justify-content:flex-start!important}.justify-content-xxxxl-end{justify-content:flex-end!important}.justify-content-xxxxl-center{justify-content:center!important}.justify-content-xxxxl-between{justify-content:space-between!important}.justify-content-xxxxl-around{justify-content:space-around!important}.align-items-xxxxl-start{align-items:flex-start!important}.align-items-xxxxl-end{align-items:flex-end!important}.align-items-xxxxl-center{align-items:center!important}.align-items-xxxxl-baseline{align-items:baseline!important}.align-items-xxxxl-stretch{align-items:stretch!important}.align-content-xxxxl-start{align-content:flex-start!important}.align-content-xxxxl-end{align-content:flex-end!important}.align-content-xxxxl-center{align-content:center!important}.align-content-xxxxl-between{align-content:space-between!important}.align-content-xxxxl-around{align-content:space-around!important}.align-content-xxxxl-stretch{align-content:stretch!important}.align-self-xxxxl-auto{align-self:auto!important}.align-self-xxxxl-start{align-self:flex-start!important}.align-self-xxxxl-end{align-self:flex-end!important}.align-self-xxxxl-center{align-self:center!important}.align-self-xxxxl-baseline{align-self:baseline!important}.align-self-xxxxl-stretch{align-self:stretch!important}.m-xxxxl-auto{margin:auto!important}.mt-xxxxl-auto,.my-xxxxl-auto{margin-top:auto!important}.mr-xxxxl-auto,.mx-xxxxl-auto{margin-right:auto!important}.mb-xxxxl-auto,.my-xxxxl-auto{margin-bottom:auto!important}.ml-xxxxl-auto,.mx-xxxxl-auto{margin-left:auto!important}}.mt--0{margin-top:0!important}.mb--0{margin-bottom:0!important}.pt--0{padding-top:0}.pb--0{padding-bottom:0}.mblock--0{margin-block:0px}.pblock--0{padding-block:0px}.mt--10{margin-top:10px!important}.mb--10{margin-bottom:10px!important}.pt--10{padding-top:10px}.pb--10{padding-bottom:10px}.mblock--10{margin-block:10px}.pblock--10{padding-block:10px}.mt--20{margin-top:20px!important}.mb--20{margin-bottom:20px!important}.pt--20{padding-top:20px}.pb--20{padding-bottom:20px}.mblock--20{margin-block:20px}.pblock--20{padding-block:20px}.mt--25{margin-top:25px!important}.mb--25{margin-bottom:25px!important}.pt--25{padding-top:25px}.pb--25{padding-bottom:25px}.mblock--25{margin-block:25px}.pblock--25{padding-block:25px}.mt--30{margin-top:30px!important}.mb--30{margin-bottom:30px!important}.pt--30{padding-top:30px}.pb--30{padding-bottom:30px}.mblock--30{margin-block:30px}.pblock--30{padding-block:30px}.mt--40{margin-top:40px!important}.mb--40{margin-bottom:40px!important}.pt--40{padding-top:40px}.pb--40{padding-bottom:40px}.mblock--40{margin-block:40px}.pblock--40{padding-block:40px}.mt--50{margin-top:50px!important}.mb--50{margin-bottom:50px!important}.pt--50{padding-top:50px}.pb--50{padding-bottom:50px}.mblock--50{margin-block:50px}.pblock--50{padding-block:50px}.mt--60{margin-top:60px!important}.mb--60{margin-bottom:60px!important}.pt--60{padding-top:60px}.pb--60{padding-bottom:60px}.mblock--60{margin-block:60px}.pblock--60{padding-block:60px}.mt--70{margin-top:70px!important}.mb--70{margin-bottom:70px!important}.pt--70{padding-top:70px}.pb--70{padding-bottom:70px}.mblock--70{margin-block:70px}.pblock--70{padding-block:70px}.mt--80{margin-top:80px!important}.mb--80{margin-bottom:80px!important}.pt--80{padding-top:80px}.pb--80{padding-bottom:80px}.mblock--80{margin-block:80px}.pblock--80{padding-block:80px}.mt--90{margin-top:90px!important}.mb--90{margin-bottom:90px!important}.pt--90{padding-top:90px}.pb--90{padding-bottom:90px}.mblock--90{margin-block:90px}.pblock--90{padding-block:90px}.mt--100{margin-top:100px!important}.mb--100{margin-bottom:100px!important}.pt--100{padding-top:100px}.pb--100{padding-bottom:100px}.mblock--100{margin-block:100px}.pblock--100{padding-block:100px}.mt--150{margin-top:150px!important}.mb--150{margin-bottom:150px!important}.pt--150{padding-top:150px}.pb--150{padding-bottom:150px}.mblock--150{margin-block:150px}.pblock--150{padding-block:150px}.mt--180{margin-top:180px!important}.mb--180{margin-bottom:180px!important}.pt--180{padding-top:180px}.pb--180{padding-bottom:180px}.mblock--180{margin-block:180px}.pblock--180{padding-block:180px}@keyframes move-right{0%{right:30px}50%{right:20px}to{right:30px}}:root{--font-title: \"the-seasons\", Helvetica, sans-serif;--font-pretitle: \"Poppins\", Helvetica, sans-serif;--font-text: \"Poppins\", Helvetica, sans-serif;--font-claim: \"turbinado-pro\", Helvetica, sans-serif;--cl_corp: #24262d;--cl_accent: #aa8453;--cl_icon: #978667;--cl_icon-light: #fff;--cl_border-light: #ededed;--cl_border-dark: #d9e1e6;--cl_shadow: rgba(0, 0, 0, .1);--cl_breadcrumb: #24262d;--cl_breadcrumb-hover: #978667;--cl_preload-bg: #ededed;--cl_preload: #24262d;--cl_background_body: #fdfbf8;--cl_background_white: #fff;--cl_background_dark: #19314b;--cl_background_gray: #eee;--cl_background_dark-opacity: #19314bbf;--cl_background_dark-opacity-v2: #1326398b;--cl_background_body-transparent: #ffffffe7;--cl_title: #978667;--cl_subtitle: #19314b;--cl_pretitle: #19314b;--cl_text: #3c3b3b;--cl_title-light: #fff;--cl_subtitle-light: #fff;--cl_pretitle-light: #fff;--cl_text-light: #fff;--cl_text-disable: #888;--w_title: 600;--w_text: 300;--w_subtitle: 300;--w_pretitle: 300;--padding-bottom-slider: 0px;--lh_pretitle-slider: 1.2;--lh_title-slider: 1.2;--cl_header-bg-nosticky: #0000001a;--cl_header-text-nosticky: #fff;--cl_header-bg-sticky: #eee;--cl_header-text-sticky: #19314b;--cl_header-bg-mobile: #b6b6b6;--cl_headerBottom-bg-mobile: #b6b6b6;--cl_header-text-mobile: #19314b;--cl_menu-modal-bg: #19314b;--cl_menu-modal-items: #978667;--cl_menu-modal-items-hover: #fff;--cl_menu-modal-text: #fff;--cl_menu-modal-text-hover: #fff;--ls_menu-modal-items: 1px;--w_menu-modal-items: 300;--hg_menu-img-height: 15rem;--cl_submenu-bg: #19314b;--cl_submenu-text: #fff;--cl_submenu-hover: #978667;--w_btn: 400;--size_btn: 14px;--size_link: 14px;--ls_link: 1px;--ls_btn: 1px;--upper_btn: uppercase;--upper_link: uppercase;--font-btn: \"Poppins\", Helvetica, sans-serif;--font-link: \"Poppins\", Helvetica, sans-serif;--cl_btn-box: #19314b;--cl_btn-box-text: #19314b;--cl_btn-box-hover: #978667;--cl_btn-box-text-hover: #fff;--cl_btn-call: #19314bf2;--cl_btn-call-text: #fff;--cl_btn-call-hover: #978667;--cl_btn-call-text-hover: #fff;--cl_btn-link: #19314b;--cl_btn-link-hover: #978667;--cl_btn-arrow: #19314b;--cl_btn-arrow-icon: #fff;--cl_btn-arrow-hover: #978667;--cl_btn-arrow-icon-hover: #fff;--cl_btn-dots: #24262d;--cl_btn-dots-active: #978667;--cl_btn-dots-hover: #978667;--cl_btn-light: #fff;--cl_btn-light-text: #fff;--cl_btn-light-hover: #978667;--cl_btn-light-text-hover: #978667;--cl_footer-bg: #19314b;--cl_footer-bg-bottom: #0a1d31;--cl_footer-bg-logos: #f8f7f3;--cl_footer-scroll: #978667;--cl_footer-text: #fff;--cl_footer-text-hover: #978667;--btn_radius: 5px;--img_radius: 5px;--img_border: #fff;--img_border-width: 1px;--dropdown-radius: 20px;--cl_background_dropdown: #fdfbf8;--cl_border-dropdown: #d9e1e6;--font-size-engine-text: 14px;--cl_engine-text: #19314b;--cl_engine-bg-nosticky: #ffffffcf;--cl_engine-text-nosticky: #19314b;--cl_engine-bg-sticky: #ffffff00;--cl_engine-text-sticky: #19314b;--cl_engine-bg-modal: #19314bbf;--cl_engine-input-bg: #ebebeb;--cl_engine-input-bg-select: #ebebeb;--cl_dropdown: #19314b;--cl_dropdown-text: #5a5a5a;--cl_dropdown-hover: #19314b;--cl_newsletter-input-background: #d1d1d1;--cl_newsletter-input-text: #5a5a5a;--cl_error: #ff7173;--cl_desde: #bcbbc3;--cl_price: #19314b;--cl_badget: #ff8874;--cl_badget-text: #fff;--alg-service-room-detail: center;--cl_alert-text: #19314b;--cl_alert-text-error: #fff;--cl_alert-background: #fff;--cl_alert-background-error: rgb(230, 92, 92);--mdc-checkbox-disabled-selected-icon-color: rgba(0, 0, 0, .38);--mdc-checkbox-disabled-unselected-icon-color: rgba(0, 0, 0, .38);--mdc-checkbox-selected-checkmark-color: white;--mdc-checkbox-selected-focus-icon-color: var(--cl_corp);--mdc-checkbox-selected-hover-icon-color: var(--cl_corp);--mdc-checkbox-selected-icon-color: var(--cl_corp);--mdc-checkbox-selected-pressed-icon-color: var(--cl_corp);--mdc-checkbox-unselected-focus-icon-color: #212121;--mdc-checkbox-unselected-hover-icon-color: #212121;--mdc-checkbox-unselected-icon-color: rgba(0, 0, 0, .54);--mdc-checkbox-unselected-pressed-icon-color: rgba(0, 0, 0, .54);--mdc-checkbox-selected-focus-state-layer-color: var(--cl_corp);--mdc-checkbox-selected-hover-state-layer-color: var(--cl_corp);--mdc-checkbox-selected-pressed-state-layer-color: var(--cl_corp);--mdc-checkbox-unselected-focus-state-layer-color: black;--mdc-checkbox-unselected-hover-state-layer-color: black;--mdc-checkbox-unselected-pressed-state-layer-color: black;--mat-checkbox-disabled-label-color: rgba(0, 0, 0, .38);--primary: #4a4a49;--cream: #f9f8f5;--white: #ffffff;--black: #000000;--whatsapp: #24cc63;--logo: #616161;--grey: #dcdcdc;--darkgrey: #1e1e1e;--instagram: #61bdff;--facebook: #3782f4;--twitter: #4a4a49;--youtube: #d9464b;--tripadvisor: #34e0a1;--booking: #0c3b7c;--silver: #c0bebe;--gold: #ffca64;--platinum: #b5d9e2}.cs_dark{--cl_corp: #181818;--cl_accent: #aa8453;--cl_icon: #aa8453;--cl_icon-light: #fff;--cl_border-light: #ededed;--cl_border-dark: #d9e1e6;--cl_shadow: rgba(0, 0, 0, .1);--cl_breadcrumb: #fff;--cl_breadcrumb-hover: #aa8453;--cl_preload-bg: #ededed;--cl_preload: #24262d;--cl_background_body: #181818;--cl_background_white: transparent;--cl_background_dark: #aa8453;--cl_background_gray: #333;--type-align: center;--cl_title: #fff;--cl_subtitle: #aa8453;--cl_pretitle: #aa8453;--cl_text: #fff;--cl_title-light: #fff;--cl_subtitle-light: #fff;--cl_pretitle-light: #fff;--cl_text-light: #fff;--cl_header-bg: #aa8453;--cl_header-text-light: #fff;--cl_menu-bg: #79582c;--cl_menu-text: #fff;--cl_btn-box: #aa8453;--cl_btn-box-text: #aa8453;--cl_btn-box-hover: #79582c;--cl_btn-box-text-hover: #fff;--cl_btn-call: #aa8453;--cl_btn-call-text: white;--cl_btn-call-hover: #79582c;--cl_btn-call-text-hover: #fff;--cl_btn-link: #aa8453;--cl_btn-link-hover: #79582c;--cl_btn-arrow: #ffffff3a;--cl_btn-arrow-icon: #fff;--cl_btn-arrow-hover: #79582c;--cl_btn-arrow-icon-hover: #fff;--cl_btn-dots: #eee;--cl_btn-dots-active: #79582c;--cl_btn-dots-hover: #79582c;--cl_btn-light: #fff;--cl_btn-light-text: #fff;--cl_btn-light-hover: #79582c;--cl_btn-light-text-hover: #79582c;--cl_footer-bg: #aa8453;--cl_footer-bg-bottom: #79582c;--cl_footer-scroll: #aa8453;--cl_footer-text: #fff;--cl_footer-text-hover: #aa8453;--btn_radius: 1px;--img_radius: 0px;--img_border: #fff;--img_border-width: 2px;--cl_engine-bg: #181818;--cl_engine-input-bg: #79582c;--cl_engine-input-bg-hover: #081523;--cl_engine-text: #fff;--cl_dropdown: #19314b;--cl_dropdown-text: #5a5a5a;--cl_dropdown-hover: #19314b;--cl_dropdown-radius: 20px;--cl_newsletter-input-background: #d1d1d1;--cl_newsletter-input-text: #5a5a5a}.babylon_lisc2imgvid{font-family:var(--font-text)}.babylon_lisc2imgvid .container{width:90%;max-width:300.6px;padding-left:0;padding-right:0}@media (min-width: 540px){.babylon_lisc2imgvid .container{max-width:440px}}@media (min-width: 768px){.babylon_lisc2imgvid .container{max-width:620px}}@media (min-width: 1025px){.babylon_lisc2imgvid .container{max-width:784px}}@media (min-width: 1280px){.babylon_lisc2imgvid .container{max-width:1100px}}@media (min-width: 1366px){.babylon_lisc2imgvid .container{max-width:1100px}}@media (min-width: 1680px){.babylon_lisc2imgvid .container{max-width:1400px}}@media (min-width: 1920px){.babylon_lisc2imgvid .container{max-width:1440px}}.babylon_lisc2imgvid--header{display:flex;flex-direction:column;align-items:center;padding-block:2rem}.babylon_lisc2imgvid--header>*{text-align:center}.babylon_lisc2imgvid--header-title{font-size:20px;text-transform:uppercase}.babylon_lisc2imgvid--header hr{border-bottom:1px solid var(--cl_border-light);width:100%}.babylon_lisc2imgvid--navbar-desktop{display:none;margin-bottom:3rem}@media (min-width: 1280px){.babylon_lisc2imgvid--navbar-desktop{display:block}}.babylon_lisc2imgvid--navbar-desktop ul{display:flex;gap:6.1rem}.babylon_lisc2imgvid--navbar-desktop ul li{padding-left:0}.babylon_lisc2imgvid--navbar-desktop ul li:hover{cursor:pointer;color:var(--cl_accent)}.babylon_lisc2imgvid--navbar-desktop ul .babylon_lisc2imgvid__filter{font-size:20px}.babylon_lisc2imgvid--navbar-desktop ul .babylon_lisc2imgvid__filter--selected{position:relative}.babylon_lisc2imgvid--navbar-desktop ul .babylon_lisc2imgvid__filter--selected:after{content:\"\\b7\";position:absolute;bottom:-150%;left:50%;display:block;font-size:50px;color:var(--cl_accent);margin-top:-50%;transform:translate(-50%)}.babylon_lisc2imgvid--navbar-mobile{display:flex}@media (min-width: 1280px){.babylon_lisc2imgvid--navbar-mobile{display:none}}.babylon_lisc2imgvid--navbar-mobile .babylon_lisc2imgvid--filter-buttons{margin-bottom:30px;flex-direction:row}@media (min-width: 540px){.babylon_lisc2imgvid--navbar-mobile .babylon_lisc2imgvid--filter-buttons{gap:30px}}.babylon_lisc2imgvid--navbar-mobile .babylon_lisc2imgvid--filter-buttons hr{width:1px;height:100%;margin-block:0px!important;margin-inline:1rem;border:1px solid var(--cl_border-light)}.babylon_lisc2imgvid--navbar-mobile .babylon_lisc2imgvid--filter-buttons button{padding:10px 20px;width:200px;border:none;width:inherit;text-transform:inherit;font-size:18px;background-color:transparent;color:var(--cl_btn-call);opacity:.6;flex-grow:1;gap:1rem;align-items:center;-moz-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;-webkit-transition:all .3s ease-in-out;-ms-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.babylon_lisc2imgvid--navbar-mobile .babylon_lisc2imgvid--filter-buttons button span{font-size:30px;display:none;align-items:center}@media (min-width: 540px){.babylon_lisc2imgvid--navbar-mobile .babylon_lisc2imgvid--filter-buttons button span{display:block}}@media (min-width: 1280px){.babylon_lisc2imgvid--navbar-mobile .babylon_lisc2imgvid--filter-buttons{display:none!important}}.babylon_lisc2imgvid--gallery{display:grid;grid-template-columns:repeat(1,1fr);gap:41px}@media (min-width: 1025px){.babylon_lisc2imgvid--gallery{grid-template-columns:repeat(2,1fr)}}@media (min-width: 1280px){.babylon_lisc2imgvid--gallery{grid-template-columns:repeat(3,1fr);grid-auto-rows:420px;gap:63px}}@media (min-width: 1680px){.babylon_lisc2imgvid--gallery{grid-auto-rows:520px}}.babylon_lisc2imgvid--gallery-item{width:100%;height:auto;aspect-ratio:306/204;padding-bottom:10px;cursor:pointer}@media (min-width: 540px){.babylon_lisc2imgvid--gallery-item{aspect-ratio:440/293;padding-bottom:40px}}@media (min-width: 768px){.babylon_lisc2imgvid--gallery-item{aspect-ratio:620/413}}@media (min-width: 1025px){.babylon_lisc2imgvid--gallery-item{padding-bottom:0;aspect-ratio:401/267}}@media (min-width: 1280px){.babylon_lisc2imgvid--gallery-item{aspect-ratio:inherit}}@media (min-width: 1280px){.babylon_lisc2imgvid--gallery-item:nth-child(4n+1),.babylon_lisc2imgvid--gallery-item:nth-child(4n){grid-column:span 2}}.babylon_lisc2imgvid--gallery-item img{width:100%;height:100%;object-fit:cover}.babylon_lisc2imgvid--gallery-item a{width:100%;height:100%;display:flex!important;flex-direction:column}@media (min-width: 1025px){.babylon_lisc2imgvid--gallery-item a{display:block!important}}.babylon_lisc2imgvid--gallery-item:hover .babylon_lisc2imgvid--gallery-itemName{height:fit-content;padding-block:1rem}.babylon_lisc2imgvid--gallery-itemName{position:absolute;bottom:-40px;transition:all .3s ease-in-out;width:100%;padding-block:0rem;padding-inline:1.5rem;font-size:20px;display:flex;justify-content:space-between;align-items:center}@media (min-width: 1025px){.babylon_lisc2imgvid--gallery-itemName{position:absolute;bottom:0;background:#0006;overflow:hidden;color:var(--white);height:0px}}.babylon_lisc2imgvid--gallery-itemName .babylon-fullscreen{display:none}@media (min-width: 1025px){.babylon_lisc2imgvid--gallery-itemName .babylon-fullscreen{display:block}}.babylon_lisc2imgvid--modal-header{width:100%;display:flex;justify-content:start;text-transform:uppercase;margin-bottom:1rem;max-width:393.7px;margin-inline:auto;font-size:20px}.babylon_lisc2imgvid--modal-header h2{font-family:var(--font-text);margin-bottom:1.9rem}.babylon_lisc2imgvid--modal-list{font-size:20px;display:flex;flex-direction:column;max-width:393.7px;width:90%;margin-inline:auto}.babylon_lisc2imgvid--modal-list li{width:100%;padding-block:2rem;display:flex;justify-content:space-between;align-items:center;border-top:1px solid var(--cl_border-light);opacity:.6}.babylon_lisc2imgvid--modal-list li div{display:flex;gap:1rem;align-items:start;align-items:center}.babylon_lisc2imgvid--modal-list li.active,.babylon_lisc2imgvid--modal-list li:hover{opacity:1}.babylon_lisc2imgvid--modal-list li .babylon-minus{font-size:2px}.babylon_lisc2imgvid__slider{transition:all .5s}.babylon_lisc2imgvid__slider-item p{text-align:center;margin-bottom:3rem}.modal{position:fixed;z-index:91;overflow-y:auto;left:0;top:0;width:100%;bottom:0;opacity:0;pointer-events:none;transition:all .5s}.modal__inner{width:100%}.modal.modal--open{opacity:1;pointer-events:all}.modal__close{position:fixed;top:2rem;right:2rem;width:2.7rem;aspect-ratio:1;transition:all .5s;color:var(--cl_text);background:transparent;display:flex;align-items:center;justify-content:center;z-index:1}@media (min-width: 540px){.modal__close{top:4.1rem;right:4rem}}.modal__close svg{width:100%;height:100%}.modal__close:hover{border-radius:100%}.modal--open{overflow:hidden}.modal.modal__rooms{background:var(--cl_background_body);display:flex;isolation:isolate;overflow:auto;justify-content:center;padding-top:5rem;padding-inline:3.8rem}@media (min-width: 1024px){.modal.modal__rooms{padding-inline:inherit;padding-top:6rem}}@media (min-width: 1280px){.modal.modal__rooms{align-items:center}}.modal--open.rooms .modal.modal__mapRooms{opacity:1;pointer-events:auto}.modal.modal__images{background:var(--cl_background_body);display:flex;isolation:isolate;overflow:auto;overflow-x:hidden;justify-content:center;align-items:center}@media (min-width: 1024px){.modal.modal__images{display:flex;padding-top:60px}}@media (min-width: 1366px){.modal.modal__images{align-items:center;padding-top:inherit}}.modal.modal__images .babylon_lisc2imgvid--modal{max-width:905px;width:100%}@media (min-width: 1024px){.modal.modal__images .babylon_lisc2imgvid--modal{max-width:830px}}@media (min-width: 1366px){.modal.modal__images .babylon_lisc2imgvid--modal{max-width:905px}}@media (min-width: 1680px){.modal.modal__images .babylon_lisc2imgvid--modal{max-width:978px}}@media (min-width: 1800px){.modal.modal__images .babylon_lisc2imgvid--modal{max-width:1100px}}.modal.modal__images .babylon_lisc2imgvid--modal{margin-inline:auto}.modal.modal__images .relative{position:relative}.modal.modal__images .js-slider-arrows button.slick-arrow svg.line{display:none!important}.modal.modal__images .js-slider-arrows{position:absolute;inset-inline:0;top:50%;display:flex;pointer-events:none;justify-content:space-evenly;z-index:1;left:.5rem;right:.5em;bottom:0;transform:translateY(120%)}@media (min-width: 1024px){.modal.modal__images .js-slider-arrows{left:-7.4rem;right:-7.4rem;transform:translateY(-50%);justify-content:space-between;bottom:auto}}.modal.modal__images .slick-slide{height:100%}.modal.modal__images .slick-slide img{height:auto;width:100%;object-fit:cover;aspect-ratio:905/603}.modal.modal__images .slick-slider-outer{position:relative;padding-inline:0}@media (max-width: 1023px){.modal.modal__images .slick-slider-outer{padding-inline:3rem}}.modal.modal__images .slick-slide{height:100%;float:left;min-height:1px}.modal--open.images .modal.modal__mapImages{opacity:1;pointer-events:auto}::ng-deep .modal.modal__images .js-slider-arrows button{position:static;margin-top:0;pointer-events:initial;aspect-ratio:1/2;width:5.55rem;height:auto;background:none;border:none;height:2.855rem;opacity:.6}::ng-deep .modal.modal__images .js-slider-arrows button.slick-prev{transform:rotate(90deg)}::ng-deep .modal.modal__images .js-slider-arrows button.slick-next{transform:rotate(-90deg)}::ng-deep .modal.modal__images .js-slider-arrows button svg.line{display:none!important}::ng-deep .modal.modal__images .js-slider-arrows button svg{width:100%;height:100%}:host ::ng-deep .js-active-slider:has(.js-slider_fix-arrows) .js-slider-arrows{top:var(--sliderNav__position)}:host ::ng-deep .js-active-slider .js-slider-arrows{display:flex;pointer-events:none;justify-content:space-between;gap:.2rem}@media (min-width: 1280px){:host ::ng-deep .js-active-slider .js-slider-arrows:has(.icon-small){width:auto;flex-direction:row}}:host ::ng-deep .js-active-slider .js-slider-arrows .slick-arrow{pointer-events:initial;cursor:pointer;transition:all .5s;border-width:0;align-items:center;justify-content:center;display:flex;padding:0;color:#4a4a49}:host ::ng-deep .js-active-slider .js-slider-arrows .slick-arrow:before{display:none}:host ::ng-deep .js-active-slider .js-slider-arrows .slick-arrow.slick-prev.icon-small{transform:rotate(90deg);background:transparent!important}:host ::ng-deep .js-active-slider .js-slider-arrows .slick-arrow.slick-next.icon-small{transform:rotate(-90deg);background:transparent!important;top:0}:host ::ng-deep .js-active-slider .js-slider-arrows .slick-arrow.icon-small{aspect-ratio:1;background:#f9f8f5!important;width:4rem;display:flex;flex-direction:row!important;align-items:center}@media (min-width: 540px){:host ::ng-deep .js-active-slider .js-slider-arrows .slick-arrow.icon-small{width:6rem;height:6rem;right:-25px}}:host ::ng-deep .js-active-slider .js-slider-arrows .slick-arrow.icon-small svg:not(.line){width:2rem;height:4.5rem}:host ::ng-deep .js-active-slider .js-slider-arrows .slick-arrow.icon-small .line{height:0;width:1rem;margin-bottom:-.5rem;transition:all .5s}:host ::ng-deep .js-active-slider .js-slider-arrows .slick-arrow.icon-small:hover .line{height:1.5rem}:host ::ng-deep .js-active-slider .js-slider-arrows .slick-arrow.icon-large{width:4rem;aspect-ratio:5/6;background:transparent;opacity:.7;transition:all .5s}@media (min-width: 540px){:host ::ng-deep .js-active-slider .js-slider-arrows .slick-arrow.icon-large{width:5rem}}:host ::ng-deep .js-active-slider .js-slider-arrows .slick-arrow.icon-large svg{width:1.045rem;height:2rem}@media (min-width: 540px){:host ::ng-deep .js-active-slider .js-slider-arrows .slick-arrow.icon-large svg{width:1.846rem;height:3.533rem}}:host ::ng-deep .js-active-slider .js-slider-arrows .slick-arrow.icon-large:hover{opacity:1}:host ::ng-deep .js-active-slider .js-slider-arrows .slick-arrow.slick-disabled{opacity:0;pointer-events:none}:host ::ng-deep .js-active-slider .js-slider-arrows.arrows--absolute{position:absolute;transform:translateY(-50%)}:host ::ng-deep .js-active-slider .js-slider-arrows.arrows--absolute .slick-prev.icon-small{transform:rotate(90deg)}:host ::ng-deep .js-active-slider .js-slider-arrows.arrows--absolute .slick-next.icon-small{transform:rotate(-90deg);top:0}:host ::ng-deep .js-active-slider .js-slider-arrows.arrows--full{inset-inline:0}@media (min-width: 1280px){:host ::ng-deep .js-active-slider .js-slider-arrows.arrows--full{flex-direction:row}}:host ::ng-deep .js-active-slider.bg-cream .js-slider-arrows .icon-small{background:#fff}:host ::ng-deep .js-active-slider.slides-visible{overflow:hidden}@media (min-width: 768px){:host ::ng-deep .js-active-slider.slides-visible .slick-list{overflow:visible}}:host ::ng-deep .slick-list{overflow:visible!important}:host ::ng-deep .slick-slide:not(.slick-current){opacity:0!important}:host ::ng-deep h2 span.maxWidth{white-space:normal;max-width:500px}\n"] }]
|
|
15223
|
+
args: [{ selector: 'lib-babylon-lis-c2-img-vid', standalone: true, imports: [CommonModule, SlickInitDirective], changeDetection: ChangeDetectionStrategy.OnPush, template: "<section class=\"babylon_lisc2imgvid margin-main\">\n <div class=\"container\">\n <div class=\"babylon_lisc2imgvid--header\">\n @if (title || texts?.title) {\n <h2 class=\"babylon_lisc2imgvid--header-title title\">\n {{ title || texts?.title }}\n </h2>\n <hr />\n }\n\n @if (filters?.length) {\n <div class=\"babylon_lisc2imgvid--navbar-desktop\">\n <ul>\n @for (filter of filters; track $index) {\n @if (filter && !filter.room && !filter.rooms) {\n <li\n class=\"subtitle babylon_lisc2imgvid__filter\"\n (click)=\"selectFilter($index, filter)\"\n [ngClass]=\"{\n 'babylon_lisc2imgvid__filter--selected':\n selected === $index,\n }\"\n >\n {{ filter.text }}\n </li>\n }\n @if (filter && filter.rooms) {\n <li\n class=\"subtitle babylon_lisc2imgvid__filter\"\n (click)=\"openFiltersModal(true)\"\n [ngClass]=\"{\n 'babylon_lisc2imgvid__filter--selected':\n selected === $index,\n }\"\n >\n {{ filter.text }}\n </li>\n }\n }\n </ul>\n </div>\n }\n\n <div class=\"babylon_lisc2imgvid--navbar-mobile\">\n <div\n class=\"babylon_lisc2imgvid--filter-buttons d-flex justify-content-center\"\n >\n @if (filtersBtn) {\n <button\n class=\"d-flex justify-content-between align-items-center\"\n (click)=\"openFiltersModal(false)\"\n >\n {{ filtersBtn.label }} <span>=</span>\n </button>\n }\n\n <hr />\n\n @if (roomsBtn) {\n <button\n class=\"d-flex justify-content-between align-items-center\"\n (click)=\"openFiltersModal(true)\"\n >\n {{ roomsBtn.label }} <span>=</span>\n </button>\n }\n </div>\n </div>\n </div>\n <div class=\"babylon_lisc2imgvid--gallery cs_lightgallery\">\n @if (imagesDisplayed().length) {\n @for (image of imagesDisplayed(); track $index) {\n <div class=\"babylon_lisc2imgvid--gallery-item\">\n <a\n (click)=\"openModal('images', $index)\"\n class=\"cs_style_3 d-block cs_bg_filed position-relative cs_type_1 cs--radius\"\n >\n <img\n src=\"{{\n image?.path?.original ??\n image?.img?.src ??\n 'data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7'\n }}\"\n alt=\"{{ image?.title ?? 'Image' }}\"\n />\n\n <div class=\"babylon_lisc2imgvid--gallery-itemName\">\n {{ image?.title }}\n <span class=\"\">\n <span class=\"babylon-fullscreen\"></span>\n </span>\n </div>\n </a>\n </div>\n }\n }\n </div>\n </div>\n</section>\n\n<div class=\"modal modal__images images\" #imagesModal>\n <div class=\"modal__inner\">\n <div\n class=\"modal__close js-close\"\n role=\"button\"\n (click)=\"closeModal('images')\"\n >\n <svg aria-hidden=\"true\" focusable=\"false\">\n <use href=\"/assets/babylon/svg/close-icon.svg#close-icon\"></use>\n </svg>\n </div>\n <div class=\"babylon_lisc2imgvid--modal\">\n <div\n class=\"babylon_lisc2imgvid-slider js-active-slider\"\n data-slides_infinite=\"true\"\n data-slider_name=\"babylon_lisc2imgvid__slider\"\n data-slider_showbtns=\"true\"\n data-slider_btns=\"icon-small\"\n data-slider_showdots=\"false\"\n data-slider_fade=\"false\"\n data-slides_pc=\"1\"\n >\n <div>\n <div class=\"babylon_lisc2imgvid__inner\">\n <div class=\"slick-slider-outer\">\n <div class=\"babylon_lisc2imgvid__slider\">\n @if (imagesDisplayed().length) {\n @for (\n image of imagesDisplayed();\n track $index\n ) {\n <div class=\"slick-slide\">\n <div\n class=\"babylon_lisc2imgvid__slider-item\"\n >\n <p>{{ image?.title }}</p>\n\n <img\n [src]=\"\n image?.path?.original ??\n image?.img?.src ??\n 'data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7'\n \"\n [alt]=\"\n image?.title ?? 'Image'\n \"\n />\n </div>\n </div>\n }\n }\n </div>\n <div class=\"js-slider-arrows\"></div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n</div>\n", styles: ["@charset \"UTF-8\";@media (min-width: 1280px){.order-custom-xl-xxl-1{order:1}.order-custom-xl-xxl-2{order:2}}.flex-row{flex-direction:row!important}.flex-column{flex-direction:column!important}.flex-row-reverse{flex-direction:row-reverse!important}.flex-column-reverse{flex-direction:column-reverse!important}.flex-wrap{flex-wrap:wrap!important}.flex-nowrap{flex-wrap:nowrap!important}.flex-wrap-reverse{flex-wrap:wrap-reverse!important}.flex-fill{flex:1 1 auto!important}.flex-grow-0{flex-grow:0!important}.flex-grow-1{flex-grow:1!important}.flex-shrink-0{flex-shrink:0!important}.flex-shrink-1{flex-shrink:1!important}.justify-content-start{justify-content:flex-start!important}.justify-content-end{justify-content:flex-end!important}.justify-content-center{justify-content:center!important}.justify-content-between{justify-content:space-between!important}.justify-content-around{justify-content:space-around!important}.align-items-start{align-items:flex-start!important}.align-items-end{align-items:flex-end!important}.align-items-center{align-items:center!important}.align-items-baseline{align-items:baseline!important}.align-items-stretch{align-items:stretch!important}.align-content-start{align-content:flex-start!important}.align-content-end{align-content:flex-end!important}.align-content-center{align-content:center!important}.align-content-between{align-content:space-between!important}.align-content-around{align-content:space-around!important}.align-content-stretch{align-content:stretch!important}.align-self-auto{align-self:auto!important}.align-self-start{align-self:flex-start!important}.align-self-end{align-self:flex-end!important}.align-self-center{align-self:center!important}.align-self-baseline{align-self:baseline!important}.align-self-stretch{align-self:stretch!important}.m-auto{margin:auto!important}.mt-auto,.my-auto{margin-top:auto!important}.mr-auto,.mx-auto{margin-right:auto!important}.mb-auto,.my-auto{margin-bottom:auto!important}.ml-auto,.mx-auto{margin-left:auto!important}@media (min-width: 540px){.flex-sm-row{flex-direction:row!important}.flex-sm-column{flex-direction:column!important}.flex-sm-row-reverse{flex-direction:row-reverse!important}.flex-sm-column-reverse{flex-direction:column-reverse!important}.flex-sm-wrap{flex-wrap:wrap!important}.flex-sm-nowrap{flex-wrap:nowrap!important}.flex-sm-wrap-reverse{flex-wrap:wrap-reverse!important}.flex-sm-fill{flex:1 1 auto!important}.flex-sm-grow-0{flex-grow:0!important}.flex-sm-grow-1{flex-grow:1!important}.flex-sm-shrink-0{flex-shrink:0!important}.flex-sm-shrink-1{flex-shrink:1!important}.justify-content-sm-start{justify-content:flex-start!important}.justify-content-sm-end{justify-content:flex-end!important}.justify-content-sm-center{justify-content:center!important}.justify-content-sm-between{justify-content:space-between!important}.justify-content-sm-around{justify-content:space-around!important}.align-items-sm-start{align-items:flex-start!important}.align-items-sm-end{align-items:flex-end!important}.align-items-sm-center{align-items:center!important}.align-items-sm-baseline{align-items:baseline!important}.align-items-sm-stretch{align-items:stretch!important}.align-content-sm-start{align-content:flex-start!important}.align-content-sm-end{align-content:flex-end!important}.align-content-sm-center{align-content:center!important}.align-content-sm-between{align-content:space-between!important}.align-content-sm-around{align-content:space-around!important}.align-content-sm-stretch{align-content:stretch!important}.align-self-sm-auto{align-self:auto!important}.align-self-sm-start{align-self:flex-start!important}.align-self-sm-end{align-self:flex-end!important}.align-self-sm-center{align-self:center!important}.align-self-sm-baseline{align-self:baseline!important}.align-self-sm-stretch{align-self:stretch!important}.m-sm-auto{margin:auto!important}.mt-sm-auto,.my-sm-auto{margin-top:auto!important}.mr-sm-auto,.mx-sm-auto{margin-right:auto!important}.mb-sm-auto,.my-sm-auto{margin-bottom:auto!important}.ml-sm-auto,.mx-sm-auto{margin-left:auto!important}}@media (min-width: 768px){.flex-md-row{flex-direction:row!important}.flex-md-column{flex-direction:column!important}.flex-md-row-reverse{flex-direction:row-reverse!important}.flex-md-column-reverse{flex-direction:column-reverse!important}.flex-md-wrap{flex-wrap:wrap!important}.flex-md-nowrap{flex-wrap:nowrap!important}.flex-md-wrap-reverse{flex-wrap:wrap-reverse!important}.flex-md-fill{flex:1 1 auto!important}.flex-md-grow-0{flex-grow:0!important}.flex-md-grow-1{flex-grow:1!important}.flex-md-shrink-0{flex-shrink:0!important}.flex-md-shrink-1{flex-shrink:1!important}.justify-content-md-start{justify-content:flex-start!important}.justify-content-md-end{justify-content:flex-end!important}.justify-content-md-center{justify-content:center!important}.justify-content-md-between{justify-content:space-between!important}.justify-content-md-around{justify-content:space-around!important}.align-items-md-start{align-items:flex-start!important}.align-items-md-end{align-items:flex-end!important}.align-items-md-center{align-items:center!important}.align-items-md-baseline{align-items:baseline!important}.align-items-md-stretch{align-items:stretch!important}.align-content-md-start{align-content:flex-start!important}.align-content-md-end{align-content:flex-end!important}.align-content-md-center{align-content:center!important}.align-content-md-between{align-content:space-between!important}.align-content-md-around{align-content:space-around!important}.align-content-md-stretch{align-content:stretch!important}.align-self-md-auto{align-self:auto!important}.align-self-md-start{align-self:flex-start!important}.align-self-md-end{align-self:flex-end!important}.align-self-md-center{align-self:center!important}.align-self-md-baseline{align-self:baseline!important}.align-self-md-stretch{align-self:stretch!important}.m-md-auto{margin:auto!important}.mt-md-auto,.my-md-auto{margin-top:auto!important}.mr-md-auto,.mx-md-auto{margin-right:auto!important}.mb-md-auto,.my-md-auto{margin-bottom:auto!important}.ml-md-auto,.mx-md-auto{margin-left:auto!important}}@media (min-width: 1025px){.flex-lg-row{flex-direction:row!important}.flex-lg-column{flex-direction:column!important}.flex-lg-row-reverse{flex-direction:row-reverse!important}.flex-lg-column-reverse{flex-direction:column-reverse!important}.flex-lg-wrap{flex-wrap:wrap!important}.flex-lg-nowrap{flex-wrap:nowrap!important}.flex-lg-wrap-reverse{flex-wrap:wrap-reverse!important}.flex-lg-fill{flex:1 1 auto!important}.flex-lg-grow-0{flex-grow:0!important}.flex-lg-grow-1{flex-grow:1!important}.flex-lg-shrink-0{flex-shrink:0!important}.flex-lg-shrink-1{flex-shrink:1!important}.justify-content-lg-start{justify-content:flex-start!important}.justify-content-lg-end{justify-content:flex-end!important}.justify-content-lg-center{justify-content:center!important}.justify-content-lg-between{justify-content:space-between!important}.justify-content-lg-around{justify-content:space-around!important}.align-items-lg-start{align-items:flex-start!important}.align-items-lg-end{align-items:flex-end!important}.align-items-lg-center{align-items:center!important}.align-items-lg-baseline{align-items:baseline!important}.align-items-lg-stretch{align-items:stretch!important}.align-content-lg-start{align-content:flex-start!important}.align-content-lg-end{align-content:flex-end!important}.align-content-lg-center{align-content:center!important}.align-content-lg-between{align-content:space-between!important}.align-content-lg-around{align-content:space-around!important}.align-content-lg-stretch{align-content:stretch!important}.align-self-lg-auto{align-self:auto!important}.align-self-lg-start{align-self:flex-start!important}.align-self-lg-end{align-self:flex-end!important}.align-self-lg-center{align-self:center!important}.align-self-lg-baseline{align-self:baseline!important}.align-self-lg-stretch{align-self:stretch!important}.m-lg-auto{margin:auto!important}.mt-lg-auto,.my-lg-auto{margin-top:auto!important}.mr-lg-auto,.mx-lg-auto{margin-right:auto!important}.mb-lg-auto,.my-lg-auto{margin-bottom:auto!important}.ml-lg-auto,.mx-lg-auto{margin-left:auto!important}}@media (min-width: 1280px){.flex-xl-row{flex-direction:row!important}.flex-xl-column{flex-direction:column!important}.flex-xl-row-reverse{flex-direction:row-reverse!important}.flex-xl-column-reverse{flex-direction:column-reverse!important}.flex-xl-wrap{flex-wrap:wrap!important}.flex-xl-nowrap{flex-wrap:nowrap!important}.flex-xl-wrap-reverse{flex-wrap:wrap-reverse!important}.flex-xl-fill{flex:1 1 auto!important}.flex-xl-grow-0{flex-grow:0!important}.flex-xl-grow-1{flex-grow:1!important}.flex-xl-shrink-0{flex-shrink:0!important}.flex-xl-shrink-1{flex-shrink:1!important}.justify-content-xl-start{justify-content:flex-start!important}.justify-content-xl-end{justify-content:flex-end!important}.justify-content-xl-center{justify-content:center!important}.justify-content-xl-between{justify-content:space-between!important}.justify-content-xl-around{justify-content:space-around!important}.align-items-xl-start{align-items:flex-start!important}.align-items-xl-end{align-items:flex-end!important}.align-items-xl-center{align-items:center!important}.align-items-xl-baseline{align-items:baseline!important}.align-items-xl-stretch{align-items:stretch!important}.align-content-xl-start{align-content:flex-start!important}.align-content-xl-end{align-content:flex-end!important}.align-content-xl-center{align-content:center!important}.align-content-xl-between{align-content:space-between!important}.align-content-xl-around{align-content:space-around!important}.align-content-xl-stretch{align-content:stretch!important}.align-self-xl-auto{align-self:auto!important}.align-self-xl-start{align-self:flex-start!important}.align-self-xl-end{align-self:flex-end!important}.align-self-xl-center{align-self:center!important}.align-self-xl-baseline{align-self:baseline!important}.align-self-xl-stretch{align-self:stretch!important}.m-xl-auto{margin:auto!important}.mt-xl-auto,.my-xl-auto{margin-top:auto!important}.mr-xl-auto,.mx-xl-auto{margin-right:auto!important}.mb-xl-auto,.my-xl-auto{margin-bottom:auto!important}.ml-xl-auto,.mx-xl-auto{margin-left:auto!important}}@media (min-width: 1366px){.flex-xxl-row{flex-direction:row!important}.flex-xxl-column{flex-direction:column!important}.flex-xxl-row-reverse{flex-direction:row-reverse!important}.flex-xxl-column-reverse{flex-direction:column-reverse!important}.flex-xxl-wrap{flex-wrap:wrap!important}.flex-xxl-nowrap{flex-wrap:nowrap!important}.flex-xxl-wrap-reverse{flex-wrap:wrap-reverse!important}.flex-xxl-fill{flex:1 1 auto!important}.flex-xxl-grow-0{flex-grow:0!important}.flex-xxl-grow-1{flex-grow:1!important}.flex-xxl-shrink-0{flex-shrink:0!important}.flex-xxl-shrink-1{flex-shrink:1!important}.justify-content-xxl-start{justify-content:flex-start!important}.justify-content-xxl-end{justify-content:flex-end!important}.justify-content-xxl-center{justify-content:center!important}.justify-content-xxl-between{justify-content:space-between!important}.justify-content-xxl-around{justify-content:space-around!important}.align-items-xxl-start{align-items:flex-start!important}.align-items-xxl-end{align-items:flex-end!important}.align-items-xxl-center{align-items:center!important}.align-items-xxl-baseline{align-items:baseline!important}.align-items-xxl-stretch{align-items:stretch!important}.align-content-xxl-start{align-content:flex-start!important}.align-content-xxl-end{align-content:flex-end!important}.align-content-xxl-center{align-content:center!important}.align-content-xxl-between{align-content:space-between!important}.align-content-xxl-around{align-content:space-around!important}.align-content-xxl-stretch{align-content:stretch!important}.align-self-xxl-auto{align-self:auto!important}.align-self-xxl-start{align-self:flex-start!important}.align-self-xxl-end{align-self:flex-end!important}.align-self-xxl-center{align-self:center!important}.align-self-xxl-baseline{align-self:baseline!important}.align-self-xxl-stretch{align-self:stretch!important}.m-xxl-auto{margin:auto!important}.mt-xxl-auto,.my-xxl-auto{margin-top:auto!important}.mr-xxl-auto,.mx-xxl-auto{margin-right:auto!important}.mb-xxl-auto,.my-xxl-auto{margin-bottom:auto!important}.ml-xxl-auto,.mx-xxl-auto{margin-left:auto!important}}@media (min-width: 1680px){.flex-xxxl-row{flex-direction:row!important}.flex-xxxl-column{flex-direction:column!important}.flex-xxxl-row-reverse{flex-direction:row-reverse!important}.flex-xxxl-column-reverse{flex-direction:column-reverse!important}.flex-xxxl-wrap{flex-wrap:wrap!important}.flex-xxxl-nowrap{flex-wrap:nowrap!important}.flex-xxxl-wrap-reverse{flex-wrap:wrap-reverse!important}.flex-xxxl-fill{flex:1 1 auto!important}.flex-xxxl-grow-0{flex-grow:0!important}.flex-xxxl-grow-1{flex-grow:1!important}.flex-xxxl-shrink-0{flex-shrink:0!important}.flex-xxxl-shrink-1{flex-shrink:1!important}.justify-content-xxxl-start{justify-content:flex-start!important}.justify-content-xxxl-end{justify-content:flex-end!important}.justify-content-xxxl-center{justify-content:center!important}.justify-content-xxxl-between{justify-content:space-between!important}.justify-content-xxxl-around{justify-content:space-around!important}.align-items-xxxl-start{align-items:flex-start!important}.align-items-xxxl-end{align-items:flex-end!important}.align-items-xxxl-center{align-items:center!important}.align-items-xxxl-baseline{align-items:baseline!important}.align-items-xxxl-stretch{align-items:stretch!important}.align-content-xxxl-start{align-content:flex-start!important}.align-content-xxxl-end{align-content:flex-end!important}.align-content-xxxl-center{align-content:center!important}.align-content-xxxl-between{align-content:space-between!important}.align-content-xxxl-around{align-content:space-around!important}.align-content-xxxl-stretch{align-content:stretch!important}.align-self-xxxl-auto{align-self:auto!important}.align-self-xxxl-start{align-self:flex-start!important}.align-self-xxxl-end{align-self:flex-end!important}.align-self-xxxl-center{align-self:center!important}.align-self-xxxl-baseline{align-self:baseline!important}.align-self-xxxl-stretch{align-self:stretch!important}.m-xxxl-auto{margin:auto!important}.mt-xxxl-auto,.my-xxxl-auto{margin-top:auto!important}.mr-xxxl-auto,.mx-xxxl-auto{margin-right:auto!important}.mb-xxxl-auto,.my-xxxl-auto{margin-bottom:auto!important}.ml-xxxl-auto,.mx-xxxl-auto{margin-left:auto!important}}@media (min-width: 1921px){.flex-xxxxl-row{flex-direction:row!important}.flex-xxxxl-column{flex-direction:column!important}.flex-xxxxl-row-reverse{flex-direction:row-reverse!important}.flex-xxxxl-column-reverse{flex-direction:column-reverse!important}.flex-xxxxl-wrap{flex-wrap:wrap!important}.flex-xxxxl-nowrap{flex-wrap:nowrap!important}.flex-xxxxl-wrap-reverse{flex-wrap:wrap-reverse!important}.flex-xxxxl-fill{flex:1 1 auto!important}.flex-xxxxl-grow-0{flex-grow:0!important}.flex-xxxxl-grow-1{flex-grow:1!important}.flex-xxxxl-shrink-0{flex-shrink:0!important}.flex-xxxxl-shrink-1{flex-shrink:1!important}.justify-content-xxxxl-start{justify-content:flex-start!important}.justify-content-xxxxl-end{justify-content:flex-end!important}.justify-content-xxxxl-center{justify-content:center!important}.justify-content-xxxxl-between{justify-content:space-between!important}.justify-content-xxxxl-around{justify-content:space-around!important}.align-items-xxxxl-start{align-items:flex-start!important}.align-items-xxxxl-end{align-items:flex-end!important}.align-items-xxxxl-center{align-items:center!important}.align-items-xxxxl-baseline{align-items:baseline!important}.align-items-xxxxl-stretch{align-items:stretch!important}.align-content-xxxxl-start{align-content:flex-start!important}.align-content-xxxxl-end{align-content:flex-end!important}.align-content-xxxxl-center{align-content:center!important}.align-content-xxxxl-between{align-content:space-between!important}.align-content-xxxxl-around{align-content:space-around!important}.align-content-xxxxl-stretch{align-content:stretch!important}.align-self-xxxxl-auto{align-self:auto!important}.align-self-xxxxl-start{align-self:flex-start!important}.align-self-xxxxl-end{align-self:flex-end!important}.align-self-xxxxl-center{align-self:center!important}.align-self-xxxxl-baseline{align-self:baseline!important}.align-self-xxxxl-stretch{align-self:stretch!important}.m-xxxxl-auto{margin:auto!important}.mt-xxxxl-auto,.my-xxxxl-auto{margin-top:auto!important}.mr-xxxxl-auto,.mx-xxxxl-auto{margin-right:auto!important}.mb-xxxxl-auto,.my-xxxxl-auto{margin-bottom:auto!important}.ml-xxxxl-auto,.mx-xxxxl-auto{margin-left:auto!important}}.mt--0{margin-top:0!important}.mb--0{margin-bottom:0!important}.pt--0{padding-top:0}.pb--0{padding-bottom:0}.mblock--0{margin-block:0px}.pblock--0{padding-block:0px}.mt--10{margin-top:10px!important}.mb--10{margin-bottom:10px!important}.pt--10{padding-top:10px}.pb--10{padding-bottom:10px}.mblock--10{margin-block:10px}.pblock--10{padding-block:10px}.mt--20{margin-top:20px!important}.mb--20{margin-bottom:20px!important}.pt--20{padding-top:20px}.pb--20{padding-bottom:20px}.mblock--20{margin-block:20px}.pblock--20{padding-block:20px}.mt--25{margin-top:25px!important}.mb--25{margin-bottom:25px!important}.pt--25{padding-top:25px}.pb--25{padding-bottom:25px}.mblock--25{margin-block:25px}.pblock--25{padding-block:25px}.mt--30{margin-top:30px!important}.mb--30{margin-bottom:30px!important}.pt--30{padding-top:30px}.pb--30{padding-bottom:30px}.mblock--30{margin-block:30px}.pblock--30{padding-block:30px}.mt--40{margin-top:40px!important}.mb--40{margin-bottom:40px!important}.pt--40{padding-top:40px}.pb--40{padding-bottom:40px}.mblock--40{margin-block:40px}.pblock--40{padding-block:40px}.mt--50{margin-top:50px!important}.mb--50{margin-bottom:50px!important}.pt--50{padding-top:50px}.pb--50{padding-bottom:50px}.mblock--50{margin-block:50px}.pblock--50{padding-block:50px}.mt--60{margin-top:60px!important}.mb--60{margin-bottom:60px!important}.pt--60{padding-top:60px}.pb--60{padding-bottom:60px}.mblock--60{margin-block:60px}.pblock--60{padding-block:60px}.mt--70{margin-top:70px!important}.mb--70{margin-bottom:70px!important}.pt--70{padding-top:70px}.pb--70{padding-bottom:70px}.mblock--70{margin-block:70px}.pblock--70{padding-block:70px}.mt--80{margin-top:80px!important}.mb--80{margin-bottom:80px!important}.pt--80{padding-top:80px}.pb--80{padding-bottom:80px}.mblock--80{margin-block:80px}.pblock--80{padding-block:80px}.mt--90{margin-top:90px!important}.mb--90{margin-bottom:90px!important}.pt--90{padding-top:90px}.pb--90{padding-bottom:90px}.mblock--90{margin-block:90px}.pblock--90{padding-block:90px}.mt--100{margin-top:100px!important}.mb--100{margin-bottom:100px!important}.pt--100{padding-top:100px}.pb--100{padding-bottom:100px}.mblock--100{margin-block:100px}.pblock--100{padding-block:100px}.mt--150{margin-top:150px!important}.mb--150{margin-bottom:150px!important}.pt--150{padding-top:150px}.pb--150{padding-bottom:150px}.mblock--150{margin-block:150px}.pblock--150{padding-block:150px}.mt--180{margin-top:180px!important}.mb--180{margin-bottom:180px!important}.pt--180{padding-top:180px}.pb--180{padding-bottom:180px}.mblock--180{margin-block:180px}.pblock--180{padding-block:180px}@keyframes move-right{0%{right:30px}50%{right:20px}to{right:30px}}:root{--font-title: \"the-seasons\", Helvetica, sans-serif;--font-pretitle: \"Poppins\", Helvetica, sans-serif;--font-text: \"Poppins\", Helvetica, sans-serif;--font-claim: \"turbinado-pro\", Helvetica, sans-serif;--cl_corp: #24262d;--cl_accent: #aa8453;--cl_icon: #978667;--cl_icon-light: #fff;--cl_border-light: #ededed;--cl_border-dark: #d9e1e6;--cl_shadow: rgba(0, 0, 0, .1);--cl_breadcrumb: #24262d;--cl_breadcrumb-hover: #978667;--cl_preload-bg: #ededed;--cl_preload: #24262d;--cl_background_body: #fdfbf8;--cl_background_white: #fff;--cl_background_dark: #19314b;--cl_background_gray: #eee;--cl_background_dark-opacity: #19314bbf;--cl_background_dark-opacity-v2: #1326398b;--cl_background_body-transparent: #ffffffe7;--cl_title: #978667;--cl_subtitle: #19314b;--cl_pretitle: #19314b;--cl_text: #3c3b3b;--cl_title-light: #fff;--cl_subtitle-light: #fff;--cl_pretitle-light: #fff;--cl_text-light: #fff;--cl_text-disable: #888;--w_title: 600;--w_text: 300;--w_subtitle: 300;--w_pretitle: 300;--padding-bottom-slider: 0px;--lh_pretitle-slider: 1.2;--lh_title-slider: 1.2;--cl_header-bg-nosticky: #0000001a;--cl_header-text-nosticky: #fff;--cl_header-bg-sticky: #eee;--cl_header-text-sticky: #19314b;--cl_header-bg-mobile: #b6b6b6;--cl_headerBottom-bg-mobile: #b6b6b6;--cl_header-text-mobile: #19314b;--cl_menu-modal-bg: #19314b;--cl_menu-modal-items: #978667;--cl_menu-modal-items-hover: #fff;--cl_menu-modal-text: #fff;--cl_menu-modal-text-hover: #fff;--ls_menu-modal-items: 1px;--w_menu-modal-items: 300;--hg_menu-img-height: 15rem;--cl_submenu-bg: #19314b;--cl_submenu-text: #fff;--cl_submenu-hover: #978667;--w_btn: 400;--size_btn: 14px;--size_link: 14px;--ls_link: 1px;--ls_btn: 1px;--upper_btn: uppercase;--upper_link: uppercase;--font-btn: \"Poppins\", Helvetica, sans-serif;--font-link: \"Poppins\", Helvetica, sans-serif;--cl_btn-box: #19314b;--cl_btn-box-text: #19314b;--cl_btn-box-hover: #978667;--cl_btn-box-text-hover: #fff;--cl_btn-call: #19314bf2;--cl_btn-call-text: #fff;--cl_btn-call-hover: #978667;--cl_btn-call-text-hover: #fff;--cl_btn-link: #19314b;--cl_btn-link-hover: #978667;--cl_btn-arrow: #19314b;--cl_btn-arrow-icon: #fff;--cl_btn-arrow-hover: #978667;--cl_btn-arrow-icon-hover: #fff;--cl_btn-dots: #24262d;--cl_btn-dots-active: #978667;--cl_btn-dots-hover: #978667;--cl_btn-light: #fff;--cl_btn-light-text: #fff;--cl_btn-light-hover: #978667;--cl_btn-light-text-hover: #978667;--cl_footer-bg: #19314b;--cl_footer-bg-bottom: #0a1d31;--cl_footer-bg-logos: #f8f7f3;--cl_footer-scroll: #978667;--cl_footer-text: #fff;--cl_footer-text-hover: #978667;--btn_radius: 5px;--img_radius: 5px;--img_border: #fff;--img_border-width: 1px;--dropdown-radius: 20px;--cl_background_dropdown: #fdfbf8;--cl_border-dropdown: #d9e1e6;--font-size-engine-text: 14px;--cl_engine-text: #19314b;--cl_engine-bg-nosticky: #ffffffcf;--cl_engine-text-nosticky: #19314b;--cl_engine-bg-sticky: #ffffff00;--cl_engine-text-sticky: #19314b;--cl_engine-bg-modal: #19314bbf;--cl_engine-input-bg: #ebebeb;--cl_engine-input-bg-select: #ebebeb;--cl_dropdown: #19314b;--cl_dropdown-text: #5a5a5a;--cl_dropdown-hover: #19314b;--cl_newsletter-input-background: #d1d1d1;--cl_newsletter-input-text: #5a5a5a;--cl_error: #ff7173;--cl_desde: #bcbbc3;--cl_price: #19314b;--cl_badget: #ff8874;--cl_badget-text: #fff;--alg-service-room-detail: center;--cl_alert-text: #19314b;--cl_alert-text-error: #fff;--cl_alert-background: #fff;--cl_alert-background-error: rgb(230, 92, 92);--mdc-checkbox-disabled-selected-icon-color: rgba(0, 0, 0, .38);--mdc-checkbox-disabled-unselected-icon-color: rgba(0, 0, 0, .38);--mdc-checkbox-selected-checkmark-color: white;--mdc-checkbox-selected-focus-icon-color: var(--cl_corp);--mdc-checkbox-selected-hover-icon-color: var(--cl_corp);--mdc-checkbox-selected-icon-color: var(--cl_corp);--mdc-checkbox-selected-pressed-icon-color: var(--cl_corp);--mdc-checkbox-unselected-focus-icon-color: #212121;--mdc-checkbox-unselected-hover-icon-color: #212121;--mdc-checkbox-unselected-icon-color: rgba(0, 0, 0, .54);--mdc-checkbox-unselected-pressed-icon-color: rgba(0, 0, 0, .54);--mdc-checkbox-selected-focus-state-layer-color: var(--cl_corp);--mdc-checkbox-selected-hover-state-layer-color: var(--cl_corp);--mdc-checkbox-selected-pressed-state-layer-color: var(--cl_corp);--mdc-checkbox-unselected-focus-state-layer-color: black;--mdc-checkbox-unselected-hover-state-layer-color: black;--mdc-checkbox-unselected-pressed-state-layer-color: black;--mat-checkbox-disabled-label-color: rgba(0, 0, 0, .38);--primary: #4a4a49;--cream: #f9f8f5;--white: #ffffff;--black: #000000;--whatsapp: #24cc63;--logo: #616161;--grey: #dcdcdc;--darkgrey: #1e1e1e;--instagram: #61bdff;--facebook: #3782f4;--twitter: #4a4a49;--youtube: #d9464b;--tripadvisor: #34e0a1;--booking: #0c3b7c;--silver: #c0bebe;--gold: #ffca64;--platinum: #b5d9e2}.cs_dark{--cl_corp: #181818;--cl_accent: #aa8453;--cl_icon: #aa8453;--cl_icon-light: #fff;--cl_border-light: #ededed;--cl_border-dark: #d9e1e6;--cl_shadow: rgba(0, 0, 0, .1);--cl_breadcrumb: #fff;--cl_breadcrumb-hover: #aa8453;--cl_preload-bg: #ededed;--cl_preload: #24262d;--cl_background_body: #181818;--cl_background_white: transparent;--cl_background_dark: #aa8453;--cl_background_gray: #333;--type-align: center;--cl_title: #fff;--cl_subtitle: #aa8453;--cl_pretitle: #aa8453;--cl_text: #fff;--cl_title-light: #fff;--cl_subtitle-light: #fff;--cl_pretitle-light: #fff;--cl_text-light: #fff;--cl_header-bg: #aa8453;--cl_header-text-light: #fff;--cl_menu-bg: #79582c;--cl_menu-text: #fff;--cl_btn-box: #aa8453;--cl_btn-box-text: #aa8453;--cl_btn-box-hover: #79582c;--cl_btn-box-text-hover: #fff;--cl_btn-call: #aa8453;--cl_btn-call-text: white;--cl_btn-call-hover: #79582c;--cl_btn-call-text-hover: #fff;--cl_btn-link: #aa8453;--cl_btn-link-hover: #79582c;--cl_btn-arrow: #ffffff3a;--cl_btn-arrow-icon: #fff;--cl_btn-arrow-hover: #79582c;--cl_btn-arrow-icon-hover: #fff;--cl_btn-dots: #eee;--cl_btn-dots-active: #79582c;--cl_btn-dots-hover: #79582c;--cl_btn-light: #fff;--cl_btn-light-text: #fff;--cl_btn-light-hover: #79582c;--cl_btn-light-text-hover: #79582c;--cl_footer-bg: #aa8453;--cl_footer-bg-bottom: #79582c;--cl_footer-scroll: #aa8453;--cl_footer-text: #fff;--cl_footer-text-hover: #aa8453;--btn_radius: 1px;--img_radius: 0px;--img_border: #fff;--img_border-width: 2px;--cl_engine-bg: #181818;--cl_engine-input-bg: #79582c;--cl_engine-input-bg-hover: #081523;--cl_engine-text: #fff;--cl_dropdown: #19314b;--cl_dropdown-text: #5a5a5a;--cl_dropdown-hover: #19314b;--cl_dropdown-radius: 20px;--cl_newsletter-input-background: #d1d1d1;--cl_newsletter-input-text: #5a5a5a}.babylon_lisc2imgvid{font-family:var(--font-text)}.babylon_lisc2imgvid .container{width:90%;max-width:300.6px;padding-left:0;padding-right:0}@media (min-width: 540px){.babylon_lisc2imgvid .container{max-width:440px}}@media (min-width: 768px){.babylon_lisc2imgvid .container{max-width:620px}}@media (min-width: 1025px){.babylon_lisc2imgvid .container{max-width:784px}}@media (min-width: 1280px){.babylon_lisc2imgvid .container{max-width:1100px}}@media (min-width: 1366px){.babylon_lisc2imgvid .container{max-width:1100px}}@media (min-width: 1680px){.babylon_lisc2imgvid .container{max-width:1400px}}@media (min-width: 1920px){.babylon_lisc2imgvid .container{max-width:1440px}}.babylon_lisc2imgvid--header{display:flex;flex-direction:column;align-items:center;padding-block:2rem}.babylon_lisc2imgvid--header>*{text-align:center}.babylon_lisc2imgvid--header-title{font-size:20px;text-transform:uppercase}.babylon_lisc2imgvid--header hr{border-bottom:1px solid var(--cl_border-light);width:100%}.babylon_lisc2imgvid--navbar-desktop{display:none;margin-bottom:3rem}@media (min-width: 1280px){.babylon_lisc2imgvid--navbar-desktop{display:block}}.babylon_lisc2imgvid--navbar-desktop ul{display:flex;gap:6.1rem}.babylon_lisc2imgvid--navbar-desktop ul li{padding-left:0}.babylon_lisc2imgvid--navbar-desktop ul li:hover{cursor:pointer;color:var(--cl_accent)}.babylon_lisc2imgvid--navbar-desktop ul .babylon_lisc2imgvid__filter{font-size:20px}.babylon_lisc2imgvid--navbar-desktop ul .babylon_lisc2imgvid__filter--selected{position:relative}.babylon_lisc2imgvid--navbar-desktop ul .babylon_lisc2imgvid__filter--selected:after{content:\"\\b7\";position:absolute;bottom:-150%;left:50%;display:block;font-size:50px;color:var(--cl_accent);margin-top:-50%;transform:translate(-50%)}.babylon_lisc2imgvid--navbar-mobile{display:flex}@media (min-width: 1280px){.babylon_lisc2imgvid--navbar-mobile{display:none}}.babylon_lisc2imgvid--navbar-mobile .babylon_lisc2imgvid--filter-buttons{margin-bottom:30px;flex-direction:row}@media (min-width: 540px){.babylon_lisc2imgvid--navbar-mobile .babylon_lisc2imgvid--filter-buttons{gap:30px}}.babylon_lisc2imgvid--navbar-mobile .babylon_lisc2imgvid--filter-buttons hr{width:1px;height:100%;margin-block:0px!important;margin-inline:1rem;border:1px solid var(--cl_border-light)}.babylon_lisc2imgvid--navbar-mobile .babylon_lisc2imgvid--filter-buttons button{padding:10px 20px;width:200px;border:none;width:inherit;text-transform:inherit;font-size:18px;background-color:transparent;color:var(--cl_btn-call);opacity:.6;flex-grow:1;gap:1rem;align-items:center;-moz-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;-webkit-transition:all .3s ease-in-out;-ms-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.babylon_lisc2imgvid--navbar-mobile .babylon_lisc2imgvid--filter-buttons button span{font-size:30px;display:none;align-items:center}@media (min-width: 540px){.babylon_lisc2imgvid--navbar-mobile .babylon_lisc2imgvid--filter-buttons button span{display:block}}@media (min-width: 1280px){.babylon_lisc2imgvid--navbar-mobile .babylon_lisc2imgvid--filter-buttons{display:none!important}}.babylon_lisc2imgvid--gallery{display:grid;grid-template-columns:repeat(1,1fr);gap:41px}@media (min-width: 1025px){.babylon_lisc2imgvid--gallery{grid-template-columns:repeat(2,1fr)}}@media (min-width: 1280px){.babylon_lisc2imgvid--gallery{grid-template-columns:repeat(3,1fr);grid-auto-rows:420px;gap:63px}}@media (min-width: 1680px){.babylon_lisc2imgvid--gallery{grid-auto-rows:520px}}.babylon_lisc2imgvid--gallery-item{width:100%;height:auto;aspect-ratio:306/204;padding-bottom:10px;cursor:pointer}@media (min-width: 540px){.babylon_lisc2imgvid--gallery-item{aspect-ratio:440/293;padding-bottom:40px}}@media (min-width: 768px){.babylon_lisc2imgvid--gallery-item{aspect-ratio:620/413}}@media (min-width: 1025px){.babylon_lisc2imgvid--gallery-item{padding-bottom:0;aspect-ratio:401/267}}@media (min-width: 1280px){.babylon_lisc2imgvid--gallery-item{aspect-ratio:inherit}}@media (min-width: 1280px){.babylon_lisc2imgvid--gallery-item:nth-child(4n+1),.babylon_lisc2imgvid--gallery-item:nth-child(4n){grid-column:span 2}}.babylon_lisc2imgvid--gallery-item img{width:100%;height:100%;object-fit:cover}.babylon_lisc2imgvid--gallery-item a{width:100%;height:100%;display:flex!important;flex-direction:column}@media (min-width: 1025px){.babylon_lisc2imgvid--gallery-item a{display:block!important}}.babylon_lisc2imgvid--gallery-item:hover .babylon_lisc2imgvid--gallery-itemName{height:fit-content;padding-block:1rem}.babylon_lisc2imgvid--gallery-itemName{position:absolute;bottom:-40px;transition:all .3s ease-in-out;width:100%;padding-block:0rem;padding-inline:1.5rem;font-size:20px;display:flex;justify-content:space-between;align-items:center}@media (min-width: 1025px){.babylon_lisc2imgvid--gallery-itemName{position:absolute;bottom:0;background:#0006;overflow:hidden;color:var(--white);height:0px}}.babylon_lisc2imgvid--gallery-itemName .babylon-fullscreen{display:none}@media (min-width: 1025px){.babylon_lisc2imgvid--gallery-itemName .babylon-fullscreen{display:block}}.babylon_lisc2imgvid--modal-header{width:100%;display:flex;justify-content:start;text-transform:uppercase;margin-bottom:1rem;max-width:393.7px;margin-inline:auto;font-size:20px}.babylon_lisc2imgvid--modal-header h2{font-family:var(--font-text);margin-bottom:1.9rem}.babylon_lisc2imgvid--modal-list{font-size:20px;display:flex;flex-direction:column;max-width:393.7px;width:90%;margin-inline:auto}.babylon_lisc2imgvid--modal-list li{width:100%;padding-block:2rem;display:flex;justify-content:space-between;align-items:center;border-top:1px solid var(--cl_border-light);opacity:.6}.babylon_lisc2imgvid--modal-list li div{display:flex;gap:1rem;align-items:start;align-items:center}.babylon_lisc2imgvid--modal-list li.active,.babylon_lisc2imgvid--modal-list li:hover{opacity:1}.babylon_lisc2imgvid--modal-list li .babylon-minus{font-size:2px}.babylon_lisc2imgvid__slider{transition:all .5s}.babylon_lisc2imgvid__slider-item p{text-align:center;margin-bottom:3rem}.modal{position:fixed;z-index:91;overflow-y:auto;left:0;top:0;width:100%;bottom:0;opacity:0;pointer-events:none;transition:all .5s}.modal__inner{width:100%}.modal.modal--open{opacity:1;pointer-events:all}.modal__close{position:fixed;top:2rem;right:2rem;width:2.7rem;aspect-ratio:1;transition:all .5s;color:var(--cl_text);background:transparent;display:flex;align-items:center;justify-content:center;z-index:1}@media (min-width: 540px){.modal__close{top:4.1rem;right:4rem}}.modal__close svg{width:100%;height:100%}.modal__close:hover{border-radius:100%}.modal--open{overflow:hidden}.modal.modal__rooms{background:var(--cl_background_body);display:flex;isolation:isolate;overflow:auto;justify-content:center;padding-top:5rem;padding-inline:3.8rem}@media (min-width: 1024px){.modal.modal__rooms{padding-inline:inherit;padding-top:6rem}}@media (min-width: 1280px){.modal.modal__rooms{align-items:center}}.modal--open.rooms .modal.modal__mapRooms{opacity:1;pointer-events:auto}.modal.modal__images{background:var(--cl_background_body);display:flex;isolation:isolate;overflow:auto;overflow-x:hidden;justify-content:center;align-items:center}@media (min-width: 1024px){.modal.modal__images{display:flex;padding-top:60px}}@media (min-width: 1366px){.modal.modal__images{align-items:center;padding-top:inherit}}.modal.modal__images .babylon_lisc2imgvid--modal{max-width:905px;width:100%}@media (min-width: 1024px){.modal.modal__images .babylon_lisc2imgvid--modal{max-width:830px}}@media (min-width: 1366px){.modal.modal__images .babylon_lisc2imgvid--modal{max-width:905px}}@media (min-width: 1680px){.modal.modal__images .babylon_lisc2imgvid--modal{max-width:978px}}@media (min-width: 1800px){.modal.modal__images .babylon_lisc2imgvid--modal{max-width:1100px}}.modal.modal__images .babylon_lisc2imgvid--modal{margin-inline:auto}.modal.modal__images .relative{position:relative}.modal.modal__images .js-slider-arrows button.slick-arrow svg.line{display:none!important}.modal.modal__images .js-slider-arrows{position:absolute;inset-inline:0;top:50%;display:flex;pointer-events:none;justify-content:space-evenly;z-index:1;left:.5rem;right:.5em;bottom:0;transform:translateY(120%)}@media (min-width: 1024px){.modal.modal__images .js-slider-arrows{left:-7.4rem;right:-7.4rem;transform:translateY(-50%);justify-content:space-between;bottom:auto}}.modal.modal__images .slick-slide{height:100%}.modal.modal__images .slick-slide img{height:auto;width:100%;object-fit:cover;aspect-ratio:905/603}.modal.modal__images .slick-slider-outer{position:relative;padding-inline:0}@media (max-width: 1023px){.modal.modal__images .slick-slider-outer{padding-inline:3rem}}.modal.modal__images .slick-slide{height:100%;float:left;min-height:1px}.modal--open.images .modal.modal__mapImages{opacity:1;pointer-events:auto}::ng-deep .modal.modal__images .js-slider-arrows button{position:static;margin-top:0;pointer-events:initial;aspect-ratio:1/2;width:5.55rem;height:auto;background:none;border:none;height:2.855rem;opacity:.6}::ng-deep .modal.modal__images .js-slider-arrows button.slick-prev{transform:rotate(90deg)}::ng-deep .modal.modal__images .js-slider-arrows button.slick-next{transform:rotate(-90deg)}::ng-deep .modal.modal__images .js-slider-arrows button svg.line{display:none!important}::ng-deep .modal.modal__images .js-slider-arrows button svg{width:100%;height:100%}:host ::ng-deep .js-active-slider:has(.js-slider_fix-arrows) .js-slider-arrows{top:var(--sliderNav__position)}:host ::ng-deep .js-active-slider .js-slider-arrows{display:flex;pointer-events:none;justify-content:space-between;gap:.2rem}@media (min-width: 1280px){:host ::ng-deep .js-active-slider .js-slider-arrows:has(.icon-small){width:auto;flex-direction:row}}:host ::ng-deep .js-active-slider .js-slider-arrows .slick-arrow{pointer-events:initial;cursor:pointer;transition:all .5s;border-width:0;align-items:center;justify-content:center;display:flex;padding:0;color:#4a4a49}:host ::ng-deep .js-active-slider .js-slider-arrows .slick-arrow:before{display:none}:host ::ng-deep .js-active-slider .js-slider-arrows .slick-arrow.slick-prev.icon-small{transform:rotate(90deg);background:transparent!important}:host ::ng-deep .js-active-slider .js-slider-arrows .slick-arrow.slick-next.icon-small{transform:rotate(-90deg);background:transparent!important;top:0}:host ::ng-deep .js-active-slider .js-slider-arrows .slick-arrow.icon-small{aspect-ratio:1;background:#f9f8f5!important;width:4rem;display:flex;flex-direction:row!important;align-items:center}@media (min-width: 540px){:host ::ng-deep .js-active-slider .js-slider-arrows .slick-arrow.icon-small{width:6rem;height:6rem;right:-25px}}:host ::ng-deep .js-active-slider .js-slider-arrows .slick-arrow.icon-small svg:not(.line){width:2rem;height:4.5rem}:host ::ng-deep .js-active-slider .js-slider-arrows .slick-arrow.icon-small .line{height:0;width:1rem;margin-bottom:-.5rem;transition:all .5s}:host ::ng-deep .js-active-slider .js-slider-arrows .slick-arrow.icon-small:hover .line{height:1.5rem}:host ::ng-deep .js-active-slider .js-slider-arrows .slick-arrow.icon-large{width:4rem;aspect-ratio:5/6;background:transparent;opacity:.7;transition:all .5s}@media (min-width: 540px){:host ::ng-deep .js-active-slider .js-slider-arrows .slick-arrow.icon-large{width:5rem}}:host ::ng-deep .js-active-slider .js-slider-arrows .slick-arrow.icon-large svg{width:1.045rem;height:2rem}@media (min-width: 540px){:host ::ng-deep .js-active-slider .js-slider-arrows .slick-arrow.icon-large svg{width:1.846rem;height:3.533rem}}:host ::ng-deep .js-active-slider .js-slider-arrows .slick-arrow.icon-large:hover{opacity:1}:host ::ng-deep .js-active-slider .js-slider-arrows .slick-arrow.slick-disabled{opacity:0;pointer-events:none}:host ::ng-deep .js-active-slider .js-slider-arrows.arrows--absolute{position:absolute;transform:translateY(-50%)}:host ::ng-deep .js-active-slider .js-slider-arrows.arrows--absolute .slick-prev.icon-small{transform:rotate(90deg)}:host ::ng-deep .js-active-slider .js-slider-arrows.arrows--absolute .slick-next.icon-small{transform:rotate(-90deg);top:0}:host ::ng-deep .js-active-slider .js-slider-arrows.arrows--full{inset-inline:0}@media (min-width: 1280px){:host ::ng-deep .js-active-slider .js-slider-arrows.arrows--full{flex-direction:row}}:host ::ng-deep .js-active-slider.bg-cream .js-slider-arrows .icon-small{background:#fff}:host ::ng-deep .js-active-slider.slides-visible{overflow:hidden}@media (min-width: 768px){:host ::ng-deep .js-active-slider.slides-visible .slick-list{overflow:visible}}:host ::ng-deep .slick-list{overflow:visible!important}:host ::ng-deep .slick-slide:not(.slick-current){opacity:0!important}:host ::ng-deep h2 span.maxWidth{white-space:normal;max-width:500px}\n"] }]
|
|
15223
15224
|
}], ctorParameters: () => [{ type: i1$2.MatDialog }, { type: undefined, decorators: [{
|
|
15224
15225
|
type: Inject,
|
|
15225
15226
|
args: [PLATFORM_ID]
|
|
@@ -17071,11 +17072,11 @@ class BabylonRoomsListV2Component {
|
|
|
17071
17072
|
this.observer?.disconnect();
|
|
17072
17073
|
}
|
|
17073
17074
|
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: BabylonRoomsListV2Component, deps: [{ token: i0.ElementRef }, { token: PLATFORM_ID }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
17074
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "17.3.12", type: BabylonRoomsListV2Component, isStandalone: true, selector: "lib-babylon-rooms-list-v2", inputs: { texts: "texts", items: "items", maxItems: "maxItems" }, ngImport: i0, template: "<section class=\"list-rooms-zigzag\">\n @if (items?.length) {\n <div class=\"container\">\n @for (item of items; track $index) {\n <div\n class=\"list-rooms-zigzag__item relative\"\n [ngClass]=\"{\n 'list-rooms-zigzag--right bg-cream': $index % 2 != 0,\n }\"\n >\n <div class=\"list-rooms-zigzag__image\">\n <svg\n aria-hidden=\"true\"\n focusable=\"false\"\n class=\"list-rooms-zigzag__image--graphic\"\n >\n <use\n href=\"/assets/babylon/svg/icon-graphic.svg#icon-graphic\"\n ></use>\n </svg>\n @if (item?.images?.[0]?.src) {\n <figure>\n <img\n [src]=\"item?.images?.[0]?.src\"\n [alt]=\"item?.images?.[0]?.alt\"\n />\n </figure>\n }\n <div class=\"list-rooms-zigzag__info-wrapper\">\n <ul class=\"list-rooms-zigzag__info\">\n @if (item?.equipments?.length) {\n @for (\n equipment of item?.equipments;\n track $index\n ) {\n <li class=\"li-element\">\n <i\n class=\"icon--svg\"\n [ngClass]=\"equipment?.icon\"\n ></i>\n {{ equipment?.name }}\n </li>\n }\n\n @for (\n equipment of item?.equipments;\n track $index + '-dup'\n ) {\n <li class=\"li-element\">\n <i\n class=\"icon--svg\"\n [ngClass]=\"equipment?.icon\"\n ></i>\n {{ equipment?.name }}\n </li>\n }\n }\n </ul>\n </div>\n @if (item?.buttons?.length) {\n <div class=\"btn__group\">\n @for (btn of item?.buttons; track $index) {\n <a\n role=\"button\"\n [href]=\"btn?.url\"\n [linkType]=\"btn?.linkType\"\n class=\"btn btn__primary\"\n >\n <span>{{ btn?.label }}</span>\n </a>\n }\n </div>\n }\n </div>\n <div class=\"list-rooms-zigzag__content\">\n @if (item?.texts?.name) {\n <h2 [innerHTML]=\"item?.texts?.name\"></h2>\n }\n @if (item?.texts?.description) {\n <p [innerHTML]=\"item?.texts?.description\"></p>\n }\n @if (item?.buttons?.length) {\n <div class=\"btn__group\">\n @for (btn of item?.buttons; track $index) {\n <a\n [href]=\"btn?.url\"\n class=\"btn btn__primary\"\n >\n <span>{{ btn?.label }}</span>\n </a>\n }\n </div>\n }\n </div>\n </div>\n }\n </div>\n }\n</section>\n", styles: ["@charset \"UTF-8\";@media (min-width: 1280px){.order-custom-xl-xxl-1{order:1}.order-custom-xl-xxl-2{order:2}}.flex-row{flex-direction:row!important}.flex-column{flex-direction:column!important}.flex-row-reverse{flex-direction:row-reverse!important}.flex-column-reverse{flex-direction:column-reverse!important}.flex-wrap{flex-wrap:wrap!important}.flex-nowrap{flex-wrap:nowrap!important}.flex-wrap-reverse{flex-wrap:wrap-reverse!important}.flex-fill{flex:1 1 auto!important}.flex-grow-0{flex-grow:0!important}.flex-grow-1{flex-grow:1!important}.flex-shrink-0{flex-shrink:0!important}.flex-shrink-1{flex-shrink:1!important}.justify-content-start{justify-content:flex-start!important}.justify-content-end{justify-content:flex-end!important}.justify-content-center{justify-content:center!important}.justify-content-between{justify-content:space-between!important}.justify-content-around{justify-content:space-around!important}.align-items-start{align-items:flex-start!important}.align-items-end{align-items:flex-end!important}.align-items-center{align-items:center!important}.align-items-baseline{align-items:baseline!important}.align-items-stretch{align-items:stretch!important}.align-content-start{align-content:flex-start!important}.align-content-end{align-content:flex-end!important}.align-content-center{align-content:center!important}.align-content-between{align-content:space-between!important}.align-content-around{align-content:space-around!important}.align-content-stretch{align-content:stretch!important}.align-self-auto{align-self:auto!important}.align-self-start{align-self:flex-start!important}.align-self-end{align-self:flex-end!important}.align-self-center{align-self:center!important}.align-self-baseline{align-self:baseline!important}.align-self-stretch{align-self:stretch!important}.m-auto{margin:auto!important}.mt-auto,.my-auto{margin-top:auto!important}.mr-auto,.mx-auto{margin-right:auto!important}.mb-auto,.my-auto{margin-bottom:auto!important}.ml-auto,.mx-auto{margin-left:auto!important}@media (min-width: 540px){.flex-sm-row{flex-direction:row!important}.flex-sm-column{flex-direction:column!important}.flex-sm-row-reverse{flex-direction:row-reverse!important}.flex-sm-column-reverse{flex-direction:column-reverse!important}.flex-sm-wrap{flex-wrap:wrap!important}.flex-sm-nowrap{flex-wrap:nowrap!important}.flex-sm-wrap-reverse{flex-wrap:wrap-reverse!important}.flex-sm-fill{flex:1 1 auto!important}.flex-sm-grow-0{flex-grow:0!important}.flex-sm-grow-1{flex-grow:1!important}.flex-sm-shrink-0{flex-shrink:0!important}.flex-sm-shrink-1{flex-shrink:1!important}.justify-content-sm-start{justify-content:flex-start!important}.justify-content-sm-end{justify-content:flex-end!important}.justify-content-sm-center{justify-content:center!important}.justify-content-sm-between{justify-content:space-between!important}.justify-content-sm-around{justify-content:space-around!important}.align-items-sm-start{align-items:flex-start!important}.align-items-sm-end{align-items:flex-end!important}.align-items-sm-center{align-items:center!important}.align-items-sm-baseline{align-items:baseline!important}.align-items-sm-stretch{align-items:stretch!important}.align-content-sm-start{align-content:flex-start!important}.align-content-sm-end{align-content:flex-end!important}.align-content-sm-center{align-content:center!important}.align-content-sm-between{align-content:space-between!important}.align-content-sm-around{align-content:space-around!important}.align-content-sm-stretch{align-content:stretch!important}.align-self-sm-auto{align-self:auto!important}.align-self-sm-start{align-self:flex-start!important}.align-self-sm-end{align-self:flex-end!important}.align-self-sm-center{align-self:center!important}.align-self-sm-baseline{align-self:baseline!important}.align-self-sm-stretch{align-self:stretch!important}.m-sm-auto{margin:auto!important}.mt-sm-auto,.my-sm-auto{margin-top:auto!important}.mr-sm-auto,.mx-sm-auto{margin-right:auto!important}.mb-sm-auto,.my-sm-auto{margin-bottom:auto!important}.ml-sm-auto,.mx-sm-auto{margin-left:auto!important}}@media (min-width: 768px){.flex-md-row{flex-direction:row!important}.flex-md-column{flex-direction:column!important}.flex-md-row-reverse{flex-direction:row-reverse!important}.flex-md-column-reverse{flex-direction:column-reverse!important}.flex-md-wrap{flex-wrap:wrap!important}.flex-md-nowrap{flex-wrap:nowrap!important}.flex-md-wrap-reverse{flex-wrap:wrap-reverse!important}.flex-md-fill{flex:1 1 auto!important}.flex-md-grow-0{flex-grow:0!important}.flex-md-grow-1{flex-grow:1!important}.flex-md-shrink-0{flex-shrink:0!important}.flex-md-shrink-1{flex-shrink:1!important}.justify-content-md-start{justify-content:flex-start!important}.justify-content-md-end{justify-content:flex-end!important}.justify-content-md-center{justify-content:center!important}.justify-content-md-between{justify-content:space-between!important}.justify-content-md-around{justify-content:space-around!important}.align-items-md-start{align-items:flex-start!important}.align-items-md-end{align-items:flex-end!important}.align-items-md-center{align-items:center!important}.align-items-md-baseline{align-items:baseline!important}.align-items-md-stretch{align-items:stretch!important}.align-content-md-start{align-content:flex-start!important}.align-content-md-end{align-content:flex-end!important}.align-content-md-center{align-content:center!important}.align-content-md-between{align-content:space-between!important}.align-content-md-around{align-content:space-around!important}.align-content-md-stretch{align-content:stretch!important}.align-self-md-auto{align-self:auto!important}.align-self-md-start{align-self:flex-start!important}.align-self-md-end{align-self:flex-end!important}.align-self-md-center{align-self:center!important}.align-self-md-baseline{align-self:baseline!important}.align-self-md-stretch{align-self:stretch!important}.m-md-auto{margin:auto!important}.mt-md-auto,.my-md-auto{margin-top:auto!important}.mr-md-auto,.mx-md-auto{margin-right:auto!important}.mb-md-auto,.my-md-auto{margin-bottom:auto!important}.ml-md-auto,.mx-md-auto{margin-left:auto!important}}@media (min-width: 1025px){.flex-lg-row{flex-direction:row!important}.flex-lg-column{flex-direction:column!important}.flex-lg-row-reverse{flex-direction:row-reverse!important}.flex-lg-column-reverse{flex-direction:column-reverse!important}.flex-lg-wrap{flex-wrap:wrap!important}.flex-lg-nowrap{flex-wrap:nowrap!important}.flex-lg-wrap-reverse{flex-wrap:wrap-reverse!important}.flex-lg-fill{flex:1 1 auto!important}.flex-lg-grow-0{flex-grow:0!important}.flex-lg-grow-1{flex-grow:1!important}.flex-lg-shrink-0{flex-shrink:0!important}.flex-lg-shrink-1{flex-shrink:1!important}.justify-content-lg-start{justify-content:flex-start!important}.justify-content-lg-end{justify-content:flex-end!important}.justify-content-lg-center{justify-content:center!important}.justify-content-lg-between{justify-content:space-between!important}.justify-content-lg-around{justify-content:space-around!important}.align-items-lg-start{align-items:flex-start!important}.align-items-lg-end{align-items:flex-end!important}.align-items-lg-center{align-items:center!important}.align-items-lg-baseline{align-items:baseline!important}.align-items-lg-stretch{align-items:stretch!important}.align-content-lg-start{align-content:flex-start!important}.align-content-lg-end{align-content:flex-end!important}.align-content-lg-center{align-content:center!important}.align-content-lg-between{align-content:space-between!important}.align-content-lg-around{align-content:space-around!important}.align-content-lg-stretch{align-content:stretch!important}.align-self-lg-auto{align-self:auto!important}.align-self-lg-start{align-self:flex-start!important}.align-self-lg-end{align-self:flex-end!important}.align-self-lg-center{align-self:center!important}.align-self-lg-baseline{align-self:baseline!important}.align-self-lg-stretch{align-self:stretch!important}.m-lg-auto{margin:auto!important}.mt-lg-auto,.my-lg-auto{margin-top:auto!important}.mr-lg-auto,.mx-lg-auto{margin-right:auto!important}.mb-lg-auto,.my-lg-auto{margin-bottom:auto!important}.ml-lg-auto,.mx-lg-auto{margin-left:auto!important}}@media (min-width: 1280px){.flex-xl-row{flex-direction:row!important}.flex-xl-column{flex-direction:column!important}.flex-xl-row-reverse{flex-direction:row-reverse!important}.flex-xl-column-reverse{flex-direction:column-reverse!important}.flex-xl-wrap{flex-wrap:wrap!important}.flex-xl-nowrap{flex-wrap:nowrap!important}.flex-xl-wrap-reverse{flex-wrap:wrap-reverse!important}.flex-xl-fill{flex:1 1 auto!important}.flex-xl-grow-0{flex-grow:0!important}.flex-xl-grow-1{flex-grow:1!important}.flex-xl-shrink-0{flex-shrink:0!important}.flex-xl-shrink-1{flex-shrink:1!important}.justify-content-xl-start{justify-content:flex-start!important}.justify-content-xl-end{justify-content:flex-end!important}.justify-content-xl-center{justify-content:center!important}.justify-content-xl-between{justify-content:space-between!important}.justify-content-xl-around{justify-content:space-around!important}.align-items-xl-start{align-items:flex-start!important}.align-items-xl-end{align-items:flex-end!important}.align-items-xl-center{align-items:center!important}.align-items-xl-baseline{align-items:baseline!important}.align-items-xl-stretch{align-items:stretch!important}.align-content-xl-start{align-content:flex-start!important}.align-content-xl-end{align-content:flex-end!important}.align-content-xl-center{align-content:center!important}.align-content-xl-between{align-content:space-between!important}.align-content-xl-around{align-content:space-around!important}.align-content-xl-stretch{align-content:stretch!important}.align-self-xl-auto{align-self:auto!important}.align-self-xl-start{align-self:flex-start!important}.align-self-xl-end{align-self:flex-end!important}.align-self-xl-center{align-self:center!important}.align-self-xl-baseline{align-self:baseline!important}.align-self-xl-stretch{align-self:stretch!important}.m-xl-auto{margin:auto!important}.mt-xl-auto,.my-xl-auto{margin-top:auto!important}.mr-xl-auto,.mx-xl-auto{margin-right:auto!important}.mb-xl-auto,.my-xl-auto{margin-bottom:auto!important}.ml-xl-auto,.mx-xl-auto{margin-left:auto!important}}@media (min-width: 1366px){.flex-xxl-row{flex-direction:row!important}.flex-xxl-column{flex-direction:column!important}.flex-xxl-row-reverse{flex-direction:row-reverse!important}.flex-xxl-column-reverse{flex-direction:column-reverse!important}.flex-xxl-wrap{flex-wrap:wrap!important}.flex-xxl-nowrap{flex-wrap:nowrap!important}.flex-xxl-wrap-reverse{flex-wrap:wrap-reverse!important}.flex-xxl-fill{flex:1 1 auto!important}.flex-xxl-grow-0{flex-grow:0!important}.flex-xxl-grow-1{flex-grow:1!important}.flex-xxl-shrink-0{flex-shrink:0!important}.flex-xxl-shrink-1{flex-shrink:1!important}.justify-content-xxl-start{justify-content:flex-start!important}.justify-content-xxl-end{justify-content:flex-end!important}.justify-content-xxl-center{justify-content:center!important}.justify-content-xxl-between{justify-content:space-between!important}.justify-content-xxl-around{justify-content:space-around!important}.align-items-xxl-start{align-items:flex-start!important}.align-items-xxl-end{align-items:flex-end!important}.align-items-xxl-center{align-items:center!important}.align-items-xxl-baseline{align-items:baseline!important}.align-items-xxl-stretch{align-items:stretch!important}.align-content-xxl-start{align-content:flex-start!important}.align-content-xxl-end{align-content:flex-end!important}.align-content-xxl-center{align-content:center!important}.align-content-xxl-between{align-content:space-between!important}.align-content-xxl-around{align-content:space-around!important}.align-content-xxl-stretch{align-content:stretch!important}.align-self-xxl-auto{align-self:auto!important}.align-self-xxl-start{align-self:flex-start!important}.align-self-xxl-end{align-self:flex-end!important}.align-self-xxl-center{align-self:center!important}.align-self-xxl-baseline{align-self:baseline!important}.align-self-xxl-stretch{align-self:stretch!important}.m-xxl-auto{margin:auto!important}.mt-xxl-auto,.my-xxl-auto{margin-top:auto!important}.mr-xxl-auto,.mx-xxl-auto{margin-right:auto!important}.mb-xxl-auto,.my-xxl-auto{margin-bottom:auto!important}.ml-xxl-auto,.mx-xxl-auto{margin-left:auto!important}}@media (min-width: 1680px){.flex-xxxl-row{flex-direction:row!important}.flex-xxxl-column{flex-direction:column!important}.flex-xxxl-row-reverse{flex-direction:row-reverse!important}.flex-xxxl-column-reverse{flex-direction:column-reverse!important}.flex-xxxl-wrap{flex-wrap:wrap!important}.flex-xxxl-nowrap{flex-wrap:nowrap!important}.flex-xxxl-wrap-reverse{flex-wrap:wrap-reverse!important}.flex-xxxl-fill{flex:1 1 auto!important}.flex-xxxl-grow-0{flex-grow:0!important}.flex-xxxl-grow-1{flex-grow:1!important}.flex-xxxl-shrink-0{flex-shrink:0!important}.flex-xxxl-shrink-1{flex-shrink:1!important}.justify-content-xxxl-start{justify-content:flex-start!important}.justify-content-xxxl-end{justify-content:flex-end!important}.justify-content-xxxl-center{justify-content:center!important}.justify-content-xxxl-between{justify-content:space-between!important}.justify-content-xxxl-around{justify-content:space-around!important}.align-items-xxxl-start{align-items:flex-start!important}.align-items-xxxl-end{align-items:flex-end!important}.align-items-xxxl-center{align-items:center!important}.align-items-xxxl-baseline{align-items:baseline!important}.align-items-xxxl-stretch{align-items:stretch!important}.align-content-xxxl-start{align-content:flex-start!important}.align-content-xxxl-end{align-content:flex-end!important}.align-content-xxxl-center{align-content:center!important}.align-content-xxxl-between{align-content:space-between!important}.align-content-xxxl-around{align-content:space-around!important}.align-content-xxxl-stretch{align-content:stretch!important}.align-self-xxxl-auto{align-self:auto!important}.align-self-xxxl-start{align-self:flex-start!important}.align-self-xxxl-end{align-self:flex-end!important}.align-self-xxxl-center{align-self:center!important}.align-self-xxxl-baseline{align-self:baseline!important}.align-self-xxxl-stretch{align-self:stretch!important}.m-xxxl-auto{margin:auto!important}.mt-xxxl-auto,.my-xxxl-auto{margin-top:auto!important}.mr-xxxl-auto,.mx-xxxl-auto{margin-right:auto!important}.mb-xxxl-auto,.my-xxxl-auto{margin-bottom:auto!important}.ml-xxxl-auto,.mx-xxxl-auto{margin-left:auto!important}}@media (min-width: 1921px){.flex-xxxxl-row{flex-direction:row!important}.flex-xxxxl-column{flex-direction:column!important}.flex-xxxxl-row-reverse{flex-direction:row-reverse!important}.flex-xxxxl-column-reverse{flex-direction:column-reverse!important}.flex-xxxxl-wrap{flex-wrap:wrap!important}.flex-xxxxl-nowrap{flex-wrap:nowrap!important}.flex-xxxxl-wrap-reverse{flex-wrap:wrap-reverse!important}.flex-xxxxl-fill{flex:1 1 auto!important}.flex-xxxxl-grow-0{flex-grow:0!important}.flex-xxxxl-grow-1{flex-grow:1!important}.flex-xxxxl-shrink-0{flex-shrink:0!important}.flex-xxxxl-shrink-1{flex-shrink:1!important}.justify-content-xxxxl-start{justify-content:flex-start!important}.justify-content-xxxxl-end{justify-content:flex-end!important}.justify-content-xxxxl-center{justify-content:center!important}.justify-content-xxxxl-between{justify-content:space-between!important}.justify-content-xxxxl-around{justify-content:space-around!important}.align-items-xxxxl-start{align-items:flex-start!important}.align-items-xxxxl-end{align-items:flex-end!important}.align-items-xxxxl-center{align-items:center!important}.align-items-xxxxl-baseline{align-items:baseline!important}.align-items-xxxxl-stretch{align-items:stretch!important}.align-content-xxxxl-start{align-content:flex-start!important}.align-content-xxxxl-end{align-content:flex-end!important}.align-content-xxxxl-center{align-content:center!important}.align-content-xxxxl-between{align-content:space-between!important}.align-content-xxxxl-around{align-content:space-around!important}.align-content-xxxxl-stretch{align-content:stretch!important}.align-self-xxxxl-auto{align-self:auto!important}.align-self-xxxxl-start{align-self:flex-start!important}.align-self-xxxxl-end{align-self:flex-end!important}.align-self-xxxxl-center{align-self:center!important}.align-self-xxxxl-baseline{align-self:baseline!important}.align-self-xxxxl-stretch{align-self:stretch!important}.m-xxxxl-auto{margin:auto!important}.mt-xxxxl-auto,.my-xxxxl-auto{margin-top:auto!important}.mr-xxxxl-auto,.mx-xxxxl-auto{margin-right:auto!important}.mb-xxxxl-auto,.my-xxxxl-auto{margin-bottom:auto!important}.ml-xxxxl-auto,.mx-xxxxl-auto{margin-left:auto!important}}.mt--0{margin-top:0!important}.mb--0{margin-bottom:0!important}.pt--0{padding-top:0}.pb--0{padding-bottom:0}.mblock--0{margin-block:0px}.pblock--0{padding-block:0px}.mt--10{margin-top:10px!important}.mb--10{margin-bottom:10px!important}.pt--10{padding-top:10px}.pb--10{padding-bottom:10px}.mblock--10{margin-block:10px}.pblock--10{padding-block:10px}.mt--20{margin-top:20px!important}.mb--20{margin-bottom:20px!important}.pt--20{padding-top:20px}.pb--20{padding-bottom:20px}.mblock--20{margin-block:20px}.pblock--20{padding-block:20px}.mt--25{margin-top:25px!important}.mb--25{margin-bottom:25px!important}.pt--25{padding-top:25px}.pb--25{padding-bottom:25px}.mblock--25{margin-block:25px}.pblock--25{padding-block:25px}.mt--30{margin-top:30px!important}.mb--30{margin-bottom:30px!important}.pt--30{padding-top:30px}.pb--30{padding-bottom:30px}.mblock--30{margin-block:30px}.pblock--30{padding-block:30px}.mt--40{margin-top:40px!important}.mb--40{margin-bottom:40px!important}.pt--40{padding-top:40px}.pb--40{padding-bottom:40px}.mblock--40{margin-block:40px}.pblock--40{padding-block:40px}.mt--50{margin-top:50px!important}.mb--50{margin-bottom:50px!important}.pt--50{padding-top:50px}.pb--50{padding-bottom:50px}.mblock--50{margin-block:50px}.pblock--50{padding-block:50px}.mt--60{margin-top:60px!important}.mb--60{margin-bottom:60px!important}.pt--60{padding-top:60px}.pb--60{padding-bottom:60px}.mblock--60{margin-block:60px}.pblock--60{padding-block:60px}.mt--70{margin-top:70px!important}.mb--70{margin-bottom:70px!important}.pt--70{padding-top:70px}.pb--70{padding-bottom:70px}.mblock--70{margin-block:70px}.pblock--70{padding-block:70px}.mt--80{margin-top:80px!important}.mb--80{margin-bottom:80px!important}.pt--80{padding-top:80px}.pb--80{padding-bottom:80px}.mblock--80{margin-block:80px}.pblock--80{padding-block:80px}.mt--90{margin-top:90px!important}.mb--90{margin-bottom:90px!important}.pt--90{padding-top:90px}.pb--90{padding-bottom:90px}.mblock--90{margin-block:90px}.pblock--90{padding-block:90px}.mt--100{margin-top:100px!important}.mb--100{margin-bottom:100px!important}.pt--100{padding-top:100px}.pb--100{padding-bottom:100px}.mblock--100{margin-block:100px}.pblock--100{padding-block:100px}.mt--150{margin-top:150px!important}.mb--150{margin-bottom:150px!important}.pt--150{padding-top:150px}.pb--150{padding-bottom:150px}.mblock--150{margin-block:150px}.pblock--150{padding-block:150px}.mt--180{margin-top:180px!important}.mb--180{margin-bottom:180px!important}.pt--180{padding-top:180px}.pb--180{padding-bottom:180px}.mblock--180{margin-block:180px}.pblock--180{padding-block:180px}@keyframes move-right{0%{right:30px}50%{right:20px}to{right:30px}}:root{--font-title: \"the-seasons\", Helvetica, sans-serif;--font-pretitle: \"Poppins\", Helvetica, sans-serif;--font-text: \"Poppins\", Helvetica, sans-serif;--font-claim: \"turbinado-pro\", Helvetica, sans-serif;--cl_corp: #24262d;--cl_accent: #aa8453;--cl_icon: #978667;--cl_icon-light: #fff;--cl_border-light: #ededed;--cl_border-dark: #d9e1e6;--cl_shadow: rgba(0, 0, 0, .1);--cl_breadcrumb: #24262d;--cl_breadcrumb-hover: #978667;--cl_preload-bg: #ededed;--cl_preload: #24262d;--cl_background_body: #fdfbf8;--cl_background_white: #fff;--cl_background_dark: #19314b;--cl_background_gray: #eee;--cl_background_dark-opacity: #19314bbf;--cl_background_dark-opacity-v2: #1326398b;--cl_background_body-transparent: #ffffffe7;--cl_title: #978667;--cl_subtitle: #19314b;--cl_pretitle: #19314b;--cl_text: #3c3b3b;--cl_title-light: #fff;--cl_subtitle-light: #fff;--cl_pretitle-light: #fff;--cl_text-light: #fff;--cl_text-disable: #888;--w_title: 600;--w_text: 300;--w_subtitle: 300;--w_pretitle: 300;--padding-bottom-slider: 0px;--lh_pretitle-slider: 1.2;--lh_title-slider: 1.2;--cl_header-bg-nosticky: #0000001a;--cl_header-text-nosticky: #fff;--cl_header-bg-sticky: #eee;--cl_header-text-sticky: #19314b;--cl_header-bg-mobile: #b6b6b6;--cl_headerBottom-bg-mobile: #b6b6b6;--cl_header-text-mobile: #19314b;--cl_menu-modal-bg: #19314b;--cl_menu-modal-items: #978667;--cl_menu-modal-items-hover: #fff;--cl_menu-modal-text: #fff;--cl_menu-modal-text-hover: #fff;--ls_menu-modal-items: 1px;--w_menu-modal-items: 300;--hg_menu-img-height: 15rem;--cl_submenu-bg: #19314b;--cl_submenu-text: #fff;--cl_submenu-hover: #978667;--w_btn: 400;--size_btn: 14px;--size_link: 14px;--ls_link: 1px;--ls_btn: 1px;--upper_btn: uppercase;--upper_link: uppercase;--font-btn: \"Poppins\", Helvetica, sans-serif;--font-link: \"Poppins\", Helvetica, sans-serif;--cl_btn-box: #19314b;--cl_btn-box-text: #19314b;--cl_btn-box-hover: #978667;--cl_btn-box-text-hover: #fff;--cl_btn-call: #19314bf2;--cl_btn-call-text: #fff;--cl_btn-call-hover: #978667;--cl_btn-call-text-hover: #fff;--cl_btn-link: #19314b;--cl_btn-link-hover: #978667;--cl_btn-arrow: #19314b;--cl_btn-arrow-icon: #fff;--cl_btn-arrow-hover: #978667;--cl_btn-arrow-icon-hover: #fff;--cl_btn-dots: #24262d;--cl_btn-dots-active: #978667;--cl_btn-dots-hover: #978667;--cl_btn-light: #fff;--cl_btn-light-text: #fff;--cl_btn-light-hover: #978667;--cl_btn-light-text-hover: #978667;--cl_footer-bg: #19314b;--cl_footer-bg-bottom: #0a1d31;--cl_footer-bg-logos: #f8f7f3;--cl_footer-scroll: #978667;--cl_footer-text: #fff;--cl_footer-text-hover: #978667;--btn_radius: 5px;--img_radius: 5px;--img_border: #fff;--img_border-width: 1px;--dropdown-radius: 20px;--cl_background_dropdown: #fdfbf8;--cl_border-dropdown: #d9e1e6;--font-size-engine-text: 14px;--cl_engine-text: #19314b;--cl_engine-bg-nosticky: #ffffffcf;--cl_engine-text-nosticky: #19314b;--cl_engine-bg-sticky: #ffffff00;--cl_engine-text-sticky: #19314b;--cl_engine-bg-modal: #19314bbf;--cl_engine-input-bg: #ebebeb;--cl_engine-input-bg-select: #ebebeb;--cl_dropdown: #19314b;--cl_dropdown-text: #5a5a5a;--cl_dropdown-hover: #19314b;--cl_newsletter-input-background: #d1d1d1;--cl_newsletter-input-text: #5a5a5a;--cl_error: #ff7173;--cl_desde: #bcbbc3;--cl_price: #19314b;--cl_badget: #ff8874;--cl_badget-text: #fff;--alg-service-room-detail: center;--cl_alert-text: #19314b;--cl_alert-text-error: #fff;--cl_alert-background: #fff;--cl_alert-background-error: rgb(230, 92, 92);--mdc-checkbox-disabled-selected-icon-color: rgba(0, 0, 0, .38);--mdc-checkbox-disabled-unselected-icon-color: rgba(0, 0, 0, .38);--mdc-checkbox-selected-checkmark-color: white;--mdc-checkbox-selected-focus-icon-color: var(--cl_corp);--mdc-checkbox-selected-hover-icon-color: var(--cl_corp);--mdc-checkbox-selected-icon-color: var(--cl_corp);--mdc-checkbox-selected-pressed-icon-color: var(--cl_corp);--mdc-checkbox-unselected-focus-icon-color: #212121;--mdc-checkbox-unselected-hover-icon-color: #212121;--mdc-checkbox-unselected-icon-color: rgba(0, 0, 0, .54);--mdc-checkbox-unselected-pressed-icon-color: rgba(0, 0, 0, .54);--mdc-checkbox-selected-focus-state-layer-color: var(--cl_corp);--mdc-checkbox-selected-hover-state-layer-color: var(--cl_corp);--mdc-checkbox-selected-pressed-state-layer-color: var(--cl_corp);--mdc-checkbox-unselected-focus-state-layer-color: black;--mdc-checkbox-unselected-hover-state-layer-color: black;--mdc-checkbox-unselected-pressed-state-layer-color: black;--mat-checkbox-disabled-label-color: rgba(0, 0, 0, .38);--primary: #4a4a49;--cream: #f9f8f5;--white: #ffffff;--black: #000000;--whatsapp: #24cc63;--logo: #616161;--grey: #dcdcdc;--darkgrey: #1e1e1e;--instagram: #61bdff;--facebook: #3782f4;--twitter: #4a4a49;--youtube: #d9464b;--tripadvisor: #34e0a1;--booking: #0c3b7c;--silver: #c0bebe;--gold: #ffca64;--platinum: #b5d9e2}.cs_dark{--cl_corp: #181818;--cl_accent: #aa8453;--cl_icon: #aa8453;--cl_icon-light: #fff;--cl_border-light: #ededed;--cl_border-dark: #d9e1e6;--cl_shadow: rgba(0, 0, 0, .1);--cl_breadcrumb: #fff;--cl_breadcrumb-hover: #aa8453;--cl_preload-bg: #ededed;--cl_preload: #24262d;--cl_background_body: #181818;--cl_background_white: transparent;--cl_background_dark: #aa8453;--cl_background_gray: #333;--type-align: center;--cl_title: #fff;--cl_subtitle: #aa8453;--cl_pretitle: #aa8453;--cl_text: #fff;--cl_title-light: #fff;--cl_subtitle-light: #fff;--cl_pretitle-light: #fff;--cl_text-light: #fff;--cl_header-bg: #aa8453;--cl_header-text-light: #fff;--cl_menu-bg: #79582c;--cl_menu-text: #fff;--cl_btn-box: #aa8453;--cl_btn-box-text: #aa8453;--cl_btn-box-hover: #79582c;--cl_btn-box-text-hover: #fff;--cl_btn-call: #aa8453;--cl_btn-call-text: white;--cl_btn-call-hover: #79582c;--cl_btn-call-text-hover: #fff;--cl_btn-link: #aa8453;--cl_btn-link-hover: #79582c;--cl_btn-arrow: #ffffff3a;--cl_btn-arrow-icon: #fff;--cl_btn-arrow-hover: #79582c;--cl_btn-arrow-icon-hover: #fff;--cl_btn-dots: #eee;--cl_btn-dots-active: #79582c;--cl_btn-dots-hover: #79582c;--cl_btn-light: #fff;--cl_btn-light-text: #fff;--cl_btn-light-hover: #79582c;--cl_btn-light-text-hover: #79582c;--cl_footer-bg: #aa8453;--cl_footer-bg-bottom: #79582c;--cl_footer-scroll: #aa8453;--cl_footer-text: #fff;--cl_footer-text-hover: #aa8453;--btn_radius: 1px;--img_radius: 0px;--img_border: #fff;--img_border-width: 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}.list-rooms-zigzag{background-color:var(--cl_background_white)}.list-rooms-zigzag .container{max-width:100%}@media (min-width: 768px){.list-rooms-zigzag .container{--inline-spacing-left: 8.8rem;--inline-spacing-right: 8.8rem}}@media (min-width: 1024px){.list-rooms-zigzag .container{--inline-spacing-left: 11rem;--inline-spacing-right: 11rem}}@media (min-width: 1280px){.list-rooms-zigzag .container{--inline-spacing-left: 12.1rem;--inline-spacing-right: 12.1rem}}@media (min-width: 1366px){.list-rooms-zigzag .container{--inline-spacing-left: 13.1rem;--inline-spacing-right: 13.1rem}}@media (min-width: 1680px){.list-rooms-zigzag .container{--inline-spacing-left: 16.1rem;--inline-spacing-right: 16.1rem}}@media (min-width: 1800px){.list-rooms-zigzag .container{--inline-spacing-left: 17.9rem;--inline-spacing-right: 17.9rem}}.list-rooms-zigzag__title{width:100%;text-transform:uppercase;text-align:center;color:rgb(var(--primary),80%);font-size:1.4rem;line-height:1;letter-spacing:.14rem}@media (min-width: 540px){.list-rooms-zigzag__title{font-size:1.4rem;line-height:1.4285714286}}@media (min-width: 768px){.list-rooms-zigzag__title{font-size:1.7rem;line-height:1.2941176471}}@media (min-width: 1280px){.list-rooms-zigzag__title{font-size:1.8rem;line-height:1;letter-spacing:.36rem;max-width:59.467rem}}@media (min-width: 1366px){.list-rooms-zigzag__title{max-width:63.459rem}}@media (min-width: 1680px){.list-rooms-zigzag__title{max-width:75.6rem}}@media (min-width: 1800px){.list-rooms-zigzag__title{max-width:81rem}}.list-rooms-zigzag__item{display:flex;flex-direction:column;gap:1.4rem}@media (min-width: 540px){.list-rooms-zigzag__item{gap:2rem}}@media (min-width: 768px){.list-rooms-zigzag__item{gap:1.9rem;max-width:59.2rem;margin-inline:auto}}@media (min-width: 1280px){.list-rooms-zigzag__item{max-width:unset;flex-direction:row;align-items:center;gap:6.033rem}}@media (min-width: 1366px){.list-rooms-zigzag__item{gap:5.941rem}}@media (min-width: 1680px){.list-rooms-zigzag__item{gap:6.8rem}}@media (min-width: 1800px){.list-rooms-zigzag__item{gap:8.6rem}}.list-rooms-zigzag__item{padding-block:5rem}@media (min-width: 540px){.list-rooms-zigzag__item{padding-block:6rem}}@media (min-width: 768px){.list-rooms-zigzag__item{padding-block:8rem}}@media (min-width: 1024px){.list-rooms-zigzag__item{padding-block:7rem}}@media (min-width: 1280px){.list-rooms-zigzag__item{padding-block:8rem 8.1rem}}@media (min-width: 1366px){.list-rooms-zigzag__item{padding-block:9rem}}@media (min-width: 1680px){.list-rooms-zigzag__item{padding-block:10rem}}@media (min-width: 1800px){.list-rooms-zigzag__item{padding-block:10rem 9.9rem}}.list-rooms-zigzag__item:hover .list-rooms-zigzag__image .btn__group,.list-rooms-zigzag__item.is-visible .list-rooms-zigzag__image .btn__group{transform:translateY(0)}.list-rooms-zigzag__item:hover .list-rooms-zigzag__info-wrapper,.list-rooms-zigzag__item.is-visible .list-rooms-zigzag__info-wrapper{opacity:1;pointer-events:initial;overflow:hidden}.list-rooms-zigzag__item:hover .list-rooms-zigzag__info-wrapper .list-rooms-zigzag__info,.list-rooms-zigzag__item.is-visible .list-rooms-zigzag__info-wrapper .list-rooms-zigzag__info{animation-play-state:running}.list-rooms-zigzag__item:hover .list-rooms-zigzag__info-wrapper .li-element,.list-rooms-zigzag__item.is-visible .list-rooms-zigzag__info-wrapper .li-element{max-width:20rem;display:flex;gap:20px;align-items:center;max-height:10rem}.list-rooms-zigzag__item:hover .list-rooms-zigzag__info-wrapper .icon--svg,.list-rooms-zigzag__item.is-visible .list-rooms-zigzag__info-wrapper .icon--svg{background-color:var(--cl_icon-light);display:block;width:40px;height:40px;mask-size:contain;mask-repeat:no-repeat;mask-position:center;-webkit-mask-size:contain;-webkit-mask-repeat:no-repeat;-webkit-mask-position:center}.list-rooms-zigzag__item:hover .list-rooms-zigzag__info,.list-rooms-zigzag__item.is-visible .list-rooms-zigzag__info{opacity:1;pointer-events:initial;display:flex}.list-rooms-zigzag__item:hover .list-rooms-zigzag__info .li-element,.list-rooms-zigzag__item.is-visible .list-rooms-zigzag__info .li-element{max-width:20rem;display:flex;gap:20px;align-items:center;max-height:10rem}.list-rooms-zigzag__image{position:relative;overflow:hidden;width:100%}@media (min-width: 1280px){.list-rooms-zigzag__image{flex:0 0 auto;max-width:59.467rem}}@media (min-width: 1366px){.list-rooms-zigzag__image{max-width:63.459rem}}@media (min-width: 1680px){.list-rooms-zigzag__image{max-width:75.6rem}}@media (min-width: 1680px){.list-rooms-zigzag__image{max-width:81rem}}.list-rooms-zigzag__image figure{aspect-ratio:295/207}.list-rooms-zigzag__image--graphic{color:var(--white);position:absolute;bottom:-.1rem;left:50%;transform:scaleY(-1) translate(-50%);aspect-ratio:2/1;width:6rem;z-index:1}@media (min-width: 540px){.list-rooms-zigzag__image--graphic{width:10rem}}@media (min-width: 1280px){.list-rooms-zigzag__image--graphic{bottom:unset;left:unset;top:50%;right:-.1rem;transform:translate(50%) rotate(90deg);transform-origin:top}}.list-rooms-zigzag__image .btn__group{display:none;transition:var(--transition);background:var(--cl_background_body)}@media (min-width: 1024px){.list-rooms-zigzag__image .btn__group{display:flex;opacity:0;pointer-events:none;position:absolute;inset:-.1rem;top:auto;padding-bottom:.1rem;transform:translateY(100%)}}@media (min-width: 1280px){.list-rooms-zigzag__image .btn__group{opacity:1;pointer-events:initial;padding-top:3rem;justify-content:center;gap:3rem}}.list-rooms-zigzag__info-wrapper{opacity:0;pointer-events:none;position:absolute;inset:0 0 auto;padding:3rem;transition:var(--transition);color:var(--white);height:21rem;overflow:hidden;display:flex;align-items:center;background:linear-gradient(180deg,rgb(var(--primary),30%),rgb(var(--primary),0%));z-index:2}.list-rooms-zigzag__info-wrapper .list-rooms-zigzag__info{display:none}.list-rooms-zigzag__info{display:flex;gap:5rem;width:max-content;margin:0;padding:0;list-style:none;animation:scrollEquipments 90s linear infinite;animation-play-state:paused;font-size:1.8rem;line-height:1;letter-spacing:.036rem}@media (min-width: 1280px){.list-rooms-zigzag__content{flex:1 1 auto}}.list-rooms-zigzag__content--image{display:none}@media (min-width: 1024px){.list-rooms-zigzag__content--image{opacity:0;display:block;pointer-events:none;transition:var(--transition)}}@media (min-width: 1280px){.list-rooms-zigzag__content--image{opacity:1;pointer-events:initial;position:absolute;right:0;top:5.056rem;overflow:hidden;aspect-ratio:160/207;width:16rem;transform:translate(var(--inline-spacing-right))}}@media (min-width: 1366px){.list-rooms-zigzag__content--image{top:6.056rem}}@media (min-width: 1680px){.list-rooms-zigzag__content--image{width:18.551rem;top:7.056rem}}@media (min-width: 1800px){.list-rooms-zigzag__content--image{width:19.9rem;top:8rem}}.list-rooms-zigzag__content--image img{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover}.list-rooms-zigzag__content h2{font-size:4.8rem;line-height:1;margin-bottom:3.1rem}@media (min-width: 540px){.list-rooms-zigzag__content h2{font-size:6.6rem;line-height:1;margin-bottom:3.6rem}}@media (min-width: 768px){.list-rooms-zigzag__content h2{font-size:8rem;line-height:1;margin-bottom:4.8rem}}@media (min-width: 1024px){.list-rooms-zigzag__content h2{margin-bottom:5rem}}@media (min-width: 1280px){.list-rooms-zigzag__content h2{font-size:9rem;line-height:1;margin-bottom:3rem;width:min-content}}@media (min-width: 1680px){.list-rooms-zigzag__content h2{font-size:11rem;line-height:1;margin-bottom:5.5rem}}.list-rooms-zigzag__content p{color:rgb(var(--primary),80%);font-size:1.6rem;line-height:1.5}@media (min-width: 540px){.list-rooms-zigzag__content p{font-size:1.8rem;line-height:1.5555555556;width:43.5rem}}@media (min-width: 768px){.list-rooms-zigzag__content p{font-size:2rem;line-height:1.6;letter-spacing:.04rem;width:59.8rem}}@media (min-width: 1280px){.list-rooms-zigzag__content p{font-size:2rem;line-height:1.7;width:35.4rem}}@media (min-width: 1680px){.list-rooms-zigzag__content p{width:43.4rem}}.list-rooms-zigzag__content .btn__group{flex-direction:column;align-items:center;gap:2rem;margin-top:2.7rem}@media (min-width: 540px){.list-rooms-zigzag__content .btn__group{margin-top:2.9rem}}@media (min-width: 768px){.list-rooms-zigzag__content .btn__group{flex-direction:row;gap:3rem;justify-content:center;margin-top:3.7rem}}@media (min-width: 1024px){.list-rooms-zigzag__content .btn__group{margin-top:5rem}}@media (min-width: 1280px){.list-rooms-zigzag__content .btn__group{display:none}}.list-rooms-zigzag .list-rooms-zigzag--right.list-rooms-zigzag__item{background-color:var(--cl_background_dark);z-index:1}@media (min-width: 1280px){.list-rooms-zigzag .list-rooms-zigzag--right.list-rooms-zigzag__item{flex-direction:row-reverse}}@media (min-width: 1280px){.list-rooms-zigzag .list-rooms-zigzag--right.list-rooms-zigzag__item .list-rooms-zigzag__image--graphic{left:-.1rem;top:50%;right:unset;transform:translate(-50%) rotate(-90deg);transform-origin:top}}.list-rooms-zigzag .list-rooms-zigzag--right.list-rooms-zigzag__item .list-rooms-zigzag__content{z-index:1}@media (min-width: 1280px){.list-rooms-zigzag .list-rooms-zigzag--right.list-rooms-zigzag__item .list-rooms-zigzag__content{padding-left:.9rem}}@media (min-width: 1680px){.list-rooms-zigzag .list-rooms-zigzag--right.list-rooms-zigzag__item .list-rooms-zigzag__content{padding-left:9.3rem}}@media (min-width: 1680px){.list-rooms-zigzag .list-rooms-zigzag--right.list-rooms-zigzag__item .list-rooms-zigzag__content{padding-left:6.2rem}}@media (min-width: 1280px){.list-rooms-zigzag .list-rooms-zigzag--right.list-rooms-zigzag__item .list-rooms-zigzag__content--image{transform:translate(calc(-1 * var(--inline-spacing-left)));left:0;right:unset}}.list-rooms-zigzag .list-rooms-zigzag--right.bg-cream{background-color:var(--cl_background_dark)}.list-rooms-zigzag .list-rooms-zigzag--right.bg-cream .list-rooms-zigzag__image .btn__group{background:var(--cl_background_dark)}.list-rooms-zigzag .list-rooms-zigzag--right.bg-cream .list-rooms-zigzag__image--graphic{color:var(--cl_background_dark)}.list-rooms-zigzag .list-rooms-zigzag--right.bg-cream:before{content:\"\";position:absolute;top:0;bottom:0;left:calc(50% - 50vw);width:100vw;background:#f9f8f5;z-index:0}.list-rooms-zigzag.js-active-slider .js-slider-arrows{left:calc(-1 * (2rem + var(--inline-spacing-left) / 2));right:calc(-1 * (2rem + var(--inline-spacing-right) / 2))}@media (min-width: 540px){.list-rooms-zigzag.js-active-slider .js-slider-arrows{left:calc(-1 * (3rem + var(--inline-spacing-left) / 2));right:calc(-1 * (3rem + var(--inline-spacing-right) / 2))}}@media (min-width: 1280px){.list-rooms-zigzag.js-active-slider .js-slider-arrows{right:auto}}@keyframes scrollEquipments{0%{transform:translate(0)}to{transform:translate(calc(-50% - 2.5rem))}}\n"], dependencies: [{ kind: "ngmodule", type: CommonModule }, { kind: "directive", type: i1$1.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { kind: "directive", type: BabylonLinkTypeDirective, selector: "[linkType]", inputs: ["linkType", "href", "modalClick", "clickPopup", "disablePointerNone"], outputs: ["anchorClicked"] }] }); }
|
|
17075
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "17.3.12", type: BabylonRoomsListV2Component, isStandalone: true, selector: "lib-babylon-rooms-list-v2", inputs: { texts: "texts", items: "items", maxItems: "maxItems" }, ngImport: i0, template: "<section class=\"list-rooms-zigzag\">\n @if (items?.length) {\n <div class=\"container\">\n @for (item of items; track $index) {\n <div\n class=\"list-rooms-zigzag__item relative\"\n [ngClass]=\"{\n 'list-rooms-zigzag--right bg-cream': $index % 2 != 0,\n }\"\n >\n <div class=\"list-rooms-zigzag__image\">\n <svg\n aria-hidden=\"true\"\n focusable=\"false\"\n class=\"list-rooms-zigzag__image--graphic\"\n >\n <use\n href=\"/assets/babylon/svg/icon-graphic.svg#icon-graphic\"\n ></use>\n </svg>\n @if (item?.images?.[0]?.src) {\n <figure>\n <img\n [src]=\"item?.images?.[0]?.src\"\n [alt]=\"item?.images?.[0]?.alt\"\n />\n </figure>\n }\n <div class=\"list-rooms-zigzag__info-wrapper\">\n <ul class=\"list-rooms-zigzag__info\">\n @if (item?.equipments?.length) {\n @for (\n equipment of item?.equipments;\n track $index\n ) {\n <li class=\"li-element\">\n <i\n class=\"icon--svg\"\n [ngClass]=\"equipment?.icon\"\n ></i>\n {{ equipment?.name }}\n </li>\n }\n\n @for (\n equipment of item?.equipments;\n track $index + '-dup'\n ) {\n <li class=\"li-element\">\n <i\n class=\"icon--svg\"\n [ngClass]=\"equipment?.icon\"\n ></i>\n {{ equipment?.name }}\n </li>\n }\n }\n </ul>\n </div>\n @if (item?.buttons?.length) {\n <div class=\"btn__group\">\n @for (btn of item?.buttons; track $index) {\n <a\n role=\"button\"\n [href]=\"btn?.url\"\n [linkType]=\"btn?.linkType\"\n class=\"btn btn__primary\"\n >\n <span>{{ btn?.label }}</span>\n </a>\n }\n </div>\n }\n </div>\n <div class=\"list-rooms-zigzag__content\">\n @if (item?.texts?.name) {\n <h2 [innerHTML]=\"item?.texts?.name\"></h2>\n }\n @if (item?.texts?.description) {\n <p [innerHTML]=\"item?.texts?.description\"></p>\n }\n @if (item?.buttons?.length) {\n <div class=\"btn__group\">\n @for (btn of item?.buttons; track $index) {\n <a\n [href]=\"btn?.url\"\n class=\"btn btn__primary\"\n >\n <span>{{ btn?.label }}</span>\n </a>\n }\n </div>\n }\n </div>\n </div>\n }\n </div>\n }\n</section>\n", styles: ["@charset \"UTF-8\";@media (min-width: 1280px){.order-custom-xl-xxl-1{order:1}.order-custom-xl-xxl-2{order:2}}.flex-row{flex-direction:row!important}.flex-column{flex-direction:column!important}.flex-row-reverse{flex-direction:row-reverse!important}.flex-column-reverse{flex-direction:column-reverse!important}.flex-wrap{flex-wrap:wrap!important}.flex-nowrap{flex-wrap:nowrap!important}.flex-wrap-reverse{flex-wrap:wrap-reverse!important}.flex-fill{flex:1 1 auto!important}.flex-grow-0{flex-grow:0!important}.flex-grow-1{flex-grow:1!important}.flex-shrink-0{flex-shrink:0!important}.flex-shrink-1{flex-shrink:1!important}.justify-content-start{justify-content:flex-start!important}.justify-content-end{justify-content:flex-end!important}.justify-content-center{justify-content:center!important}.justify-content-between{justify-content:space-between!important}.justify-content-around{justify-content:space-around!important}.align-items-start{align-items:flex-start!important}.align-items-end{align-items:flex-end!important}.align-items-center{align-items:center!important}.align-items-baseline{align-items:baseline!important}.align-items-stretch{align-items:stretch!important}.align-content-start{align-content:flex-start!important}.align-content-end{align-content:flex-end!important}.align-content-center{align-content:center!important}.align-content-between{align-content:space-between!important}.align-content-around{align-content:space-around!important}.align-content-stretch{align-content:stretch!important}.align-self-auto{align-self:auto!important}.align-self-start{align-self:flex-start!important}.align-self-end{align-self:flex-end!important}.align-self-center{align-self:center!important}.align-self-baseline{align-self:baseline!important}.align-self-stretch{align-self:stretch!important}.m-auto{margin:auto!important}.mt-auto,.my-auto{margin-top:auto!important}.mr-auto,.mx-auto{margin-right:auto!important}.mb-auto,.my-auto{margin-bottom:auto!important}.ml-auto,.mx-auto{margin-left:auto!important}@media (min-width: 540px){.flex-sm-row{flex-direction:row!important}.flex-sm-column{flex-direction:column!important}.flex-sm-row-reverse{flex-direction:row-reverse!important}.flex-sm-column-reverse{flex-direction:column-reverse!important}.flex-sm-wrap{flex-wrap:wrap!important}.flex-sm-nowrap{flex-wrap:nowrap!important}.flex-sm-wrap-reverse{flex-wrap:wrap-reverse!important}.flex-sm-fill{flex:1 1 auto!important}.flex-sm-grow-0{flex-grow:0!important}.flex-sm-grow-1{flex-grow:1!important}.flex-sm-shrink-0{flex-shrink:0!important}.flex-sm-shrink-1{flex-shrink:1!important}.justify-content-sm-start{justify-content:flex-start!important}.justify-content-sm-end{justify-content:flex-end!important}.justify-content-sm-center{justify-content:center!important}.justify-content-sm-between{justify-content:space-between!important}.justify-content-sm-around{justify-content:space-around!important}.align-items-sm-start{align-items:flex-start!important}.align-items-sm-end{align-items:flex-end!important}.align-items-sm-center{align-items:center!important}.align-items-sm-baseline{align-items:baseline!important}.align-items-sm-stretch{align-items:stretch!important}.align-content-sm-start{align-content:flex-start!important}.align-content-sm-end{align-content:flex-end!important}.align-content-sm-center{align-content:center!important}.align-content-sm-between{align-content:space-between!important}.align-content-sm-around{align-content:space-around!important}.align-content-sm-stretch{align-content:stretch!important}.align-self-sm-auto{align-self:auto!important}.align-self-sm-start{align-self:flex-start!important}.align-self-sm-end{align-self:flex-end!important}.align-self-sm-center{align-self:center!important}.align-self-sm-baseline{align-self:baseline!important}.align-self-sm-stretch{align-self:stretch!important}.m-sm-auto{margin:auto!important}.mt-sm-auto,.my-sm-auto{margin-top:auto!important}.mr-sm-auto,.mx-sm-auto{margin-right:auto!important}.mb-sm-auto,.my-sm-auto{margin-bottom:auto!important}.ml-sm-auto,.mx-sm-auto{margin-left:auto!important}}@media (min-width: 768px){.flex-md-row{flex-direction:row!important}.flex-md-column{flex-direction:column!important}.flex-md-row-reverse{flex-direction:row-reverse!important}.flex-md-column-reverse{flex-direction:column-reverse!important}.flex-md-wrap{flex-wrap:wrap!important}.flex-md-nowrap{flex-wrap:nowrap!important}.flex-md-wrap-reverse{flex-wrap:wrap-reverse!important}.flex-md-fill{flex:1 1 auto!important}.flex-md-grow-0{flex-grow:0!important}.flex-md-grow-1{flex-grow:1!important}.flex-md-shrink-0{flex-shrink:0!important}.flex-md-shrink-1{flex-shrink:1!important}.justify-content-md-start{justify-content:flex-start!important}.justify-content-md-end{justify-content:flex-end!important}.justify-content-md-center{justify-content:center!important}.justify-content-md-between{justify-content:space-between!important}.justify-content-md-around{justify-content:space-around!important}.align-items-md-start{align-items:flex-start!important}.align-items-md-end{align-items:flex-end!important}.align-items-md-center{align-items:center!important}.align-items-md-baseline{align-items:baseline!important}.align-items-md-stretch{align-items:stretch!important}.align-content-md-start{align-content:flex-start!important}.align-content-md-end{align-content:flex-end!important}.align-content-md-center{align-content:center!important}.align-content-md-between{align-content:space-between!important}.align-content-md-around{align-content:space-around!important}.align-content-md-stretch{align-content:stretch!important}.align-self-md-auto{align-self:auto!important}.align-self-md-start{align-self:flex-start!important}.align-self-md-end{align-self:flex-end!important}.align-self-md-center{align-self:center!important}.align-self-md-baseline{align-self:baseline!important}.align-self-md-stretch{align-self:stretch!important}.m-md-auto{margin:auto!important}.mt-md-auto,.my-md-auto{margin-top:auto!important}.mr-md-auto,.mx-md-auto{margin-right:auto!important}.mb-md-auto,.my-md-auto{margin-bottom:auto!important}.ml-md-auto,.mx-md-auto{margin-left:auto!important}}@media (min-width: 1025px){.flex-lg-row{flex-direction:row!important}.flex-lg-column{flex-direction:column!important}.flex-lg-row-reverse{flex-direction:row-reverse!important}.flex-lg-column-reverse{flex-direction:column-reverse!important}.flex-lg-wrap{flex-wrap:wrap!important}.flex-lg-nowrap{flex-wrap:nowrap!important}.flex-lg-wrap-reverse{flex-wrap:wrap-reverse!important}.flex-lg-fill{flex:1 1 auto!important}.flex-lg-grow-0{flex-grow:0!important}.flex-lg-grow-1{flex-grow:1!important}.flex-lg-shrink-0{flex-shrink:0!important}.flex-lg-shrink-1{flex-shrink:1!important}.justify-content-lg-start{justify-content:flex-start!important}.justify-content-lg-end{justify-content:flex-end!important}.justify-content-lg-center{justify-content:center!important}.justify-content-lg-between{justify-content:space-between!important}.justify-content-lg-around{justify-content:space-around!important}.align-items-lg-start{align-items:flex-start!important}.align-items-lg-end{align-items:flex-end!important}.align-items-lg-center{align-items:center!important}.align-items-lg-baseline{align-items:baseline!important}.align-items-lg-stretch{align-items:stretch!important}.align-content-lg-start{align-content:flex-start!important}.align-content-lg-end{align-content:flex-end!important}.align-content-lg-center{align-content:center!important}.align-content-lg-between{align-content:space-between!important}.align-content-lg-around{align-content:space-around!important}.align-content-lg-stretch{align-content:stretch!important}.align-self-lg-auto{align-self:auto!important}.align-self-lg-start{align-self:flex-start!important}.align-self-lg-end{align-self:flex-end!important}.align-self-lg-center{align-self:center!important}.align-self-lg-baseline{align-self:baseline!important}.align-self-lg-stretch{align-self:stretch!important}.m-lg-auto{margin:auto!important}.mt-lg-auto,.my-lg-auto{margin-top:auto!important}.mr-lg-auto,.mx-lg-auto{margin-right:auto!important}.mb-lg-auto,.my-lg-auto{margin-bottom:auto!important}.ml-lg-auto,.mx-lg-auto{margin-left:auto!important}}@media (min-width: 1280px){.flex-xl-row{flex-direction:row!important}.flex-xl-column{flex-direction:column!important}.flex-xl-row-reverse{flex-direction:row-reverse!important}.flex-xl-column-reverse{flex-direction:column-reverse!important}.flex-xl-wrap{flex-wrap:wrap!important}.flex-xl-nowrap{flex-wrap:nowrap!important}.flex-xl-wrap-reverse{flex-wrap:wrap-reverse!important}.flex-xl-fill{flex:1 1 auto!important}.flex-xl-grow-0{flex-grow:0!important}.flex-xl-grow-1{flex-grow:1!important}.flex-xl-shrink-0{flex-shrink:0!important}.flex-xl-shrink-1{flex-shrink:1!important}.justify-content-xl-start{justify-content:flex-start!important}.justify-content-xl-end{justify-content:flex-end!important}.justify-content-xl-center{justify-content:center!important}.justify-content-xl-between{justify-content:space-between!important}.justify-content-xl-around{justify-content:space-around!important}.align-items-xl-start{align-items:flex-start!important}.align-items-xl-end{align-items:flex-end!important}.align-items-xl-center{align-items:center!important}.align-items-xl-baseline{align-items:baseline!important}.align-items-xl-stretch{align-items:stretch!important}.align-content-xl-start{align-content:flex-start!important}.align-content-xl-end{align-content:flex-end!important}.align-content-xl-center{align-content:center!important}.align-content-xl-between{align-content:space-between!important}.align-content-xl-around{align-content:space-around!important}.align-content-xl-stretch{align-content:stretch!important}.align-self-xl-auto{align-self:auto!important}.align-self-xl-start{align-self:flex-start!important}.align-self-xl-end{align-self:flex-end!important}.align-self-xl-center{align-self:center!important}.align-self-xl-baseline{align-self:baseline!important}.align-self-xl-stretch{align-self:stretch!important}.m-xl-auto{margin:auto!important}.mt-xl-auto,.my-xl-auto{margin-top:auto!important}.mr-xl-auto,.mx-xl-auto{margin-right:auto!important}.mb-xl-auto,.my-xl-auto{margin-bottom:auto!important}.ml-xl-auto,.mx-xl-auto{margin-left:auto!important}}@media (min-width: 1366px){.flex-xxl-row{flex-direction:row!important}.flex-xxl-column{flex-direction:column!important}.flex-xxl-row-reverse{flex-direction:row-reverse!important}.flex-xxl-column-reverse{flex-direction:column-reverse!important}.flex-xxl-wrap{flex-wrap:wrap!important}.flex-xxl-nowrap{flex-wrap:nowrap!important}.flex-xxl-wrap-reverse{flex-wrap:wrap-reverse!important}.flex-xxl-fill{flex:1 1 auto!important}.flex-xxl-grow-0{flex-grow:0!important}.flex-xxl-grow-1{flex-grow:1!important}.flex-xxl-shrink-0{flex-shrink:0!important}.flex-xxl-shrink-1{flex-shrink:1!important}.justify-content-xxl-start{justify-content:flex-start!important}.justify-content-xxl-end{justify-content:flex-end!important}.justify-content-xxl-center{justify-content:center!important}.justify-content-xxl-between{justify-content:space-between!important}.justify-content-xxl-around{justify-content:space-around!important}.align-items-xxl-start{align-items:flex-start!important}.align-items-xxl-end{align-items:flex-end!important}.align-items-xxl-center{align-items:center!important}.align-items-xxl-baseline{align-items:baseline!important}.align-items-xxl-stretch{align-items:stretch!important}.align-content-xxl-start{align-content:flex-start!important}.align-content-xxl-end{align-content:flex-end!important}.align-content-xxl-center{align-content:center!important}.align-content-xxl-between{align-content:space-between!important}.align-content-xxl-around{align-content:space-around!important}.align-content-xxl-stretch{align-content:stretch!important}.align-self-xxl-auto{align-self:auto!important}.align-self-xxl-start{align-self:flex-start!important}.align-self-xxl-end{align-self:flex-end!important}.align-self-xxl-center{align-self:center!important}.align-self-xxl-baseline{align-self:baseline!important}.align-self-xxl-stretch{align-self:stretch!important}.m-xxl-auto{margin:auto!important}.mt-xxl-auto,.my-xxl-auto{margin-top:auto!important}.mr-xxl-auto,.mx-xxl-auto{margin-right:auto!important}.mb-xxl-auto,.my-xxl-auto{margin-bottom:auto!important}.ml-xxl-auto,.mx-xxl-auto{margin-left:auto!important}}@media (min-width: 1680px){.flex-xxxl-row{flex-direction:row!important}.flex-xxxl-column{flex-direction:column!important}.flex-xxxl-row-reverse{flex-direction:row-reverse!important}.flex-xxxl-column-reverse{flex-direction:column-reverse!important}.flex-xxxl-wrap{flex-wrap:wrap!important}.flex-xxxl-nowrap{flex-wrap:nowrap!important}.flex-xxxl-wrap-reverse{flex-wrap:wrap-reverse!important}.flex-xxxl-fill{flex:1 1 auto!important}.flex-xxxl-grow-0{flex-grow:0!important}.flex-xxxl-grow-1{flex-grow:1!important}.flex-xxxl-shrink-0{flex-shrink:0!important}.flex-xxxl-shrink-1{flex-shrink:1!important}.justify-content-xxxl-start{justify-content:flex-start!important}.justify-content-xxxl-end{justify-content:flex-end!important}.justify-content-xxxl-center{justify-content:center!important}.justify-content-xxxl-between{justify-content:space-between!important}.justify-content-xxxl-around{justify-content:space-around!important}.align-items-xxxl-start{align-items:flex-start!important}.align-items-xxxl-end{align-items:flex-end!important}.align-items-xxxl-center{align-items:center!important}.align-items-xxxl-baseline{align-items:baseline!important}.align-items-xxxl-stretch{align-items:stretch!important}.align-content-xxxl-start{align-content:flex-start!important}.align-content-xxxl-end{align-content:flex-end!important}.align-content-xxxl-center{align-content:center!important}.align-content-xxxl-between{align-content:space-between!important}.align-content-xxxl-around{align-content:space-around!important}.align-content-xxxl-stretch{align-content:stretch!important}.align-self-xxxl-auto{align-self:auto!important}.align-self-xxxl-start{align-self:flex-start!important}.align-self-xxxl-end{align-self:flex-end!important}.align-self-xxxl-center{align-self:center!important}.align-self-xxxl-baseline{align-self:baseline!important}.align-self-xxxl-stretch{align-self:stretch!important}.m-xxxl-auto{margin:auto!important}.mt-xxxl-auto,.my-xxxl-auto{margin-top:auto!important}.mr-xxxl-auto,.mx-xxxl-auto{margin-right:auto!important}.mb-xxxl-auto,.my-xxxl-auto{margin-bottom:auto!important}.ml-xxxl-auto,.mx-xxxl-auto{margin-left:auto!important}}@media (min-width: 1921px){.flex-xxxxl-row{flex-direction:row!important}.flex-xxxxl-column{flex-direction:column!important}.flex-xxxxl-row-reverse{flex-direction:row-reverse!important}.flex-xxxxl-column-reverse{flex-direction:column-reverse!important}.flex-xxxxl-wrap{flex-wrap:wrap!important}.flex-xxxxl-nowrap{flex-wrap:nowrap!important}.flex-xxxxl-wrap-reverse{flex-wrap:wrap-reverse!important}.flex-xxxxl-fill{flex:1 1 auto!important}.flex-xxxxl-grow-0{flex-grow:0!important}.flex-xxxxl-grow-1{flex-grow:1!important}.flex-xxxxl-shrink-0{flex-shrink:0!important}.flex-xxxxl-shrink-1{flex-shrink:1!important}.justify-content-xxxxl-start{justify-content:flex-start!important}.justify-content-xxxxl-end{justify-content:flex-end!important}.justify-content-xxxxl-center{justify-content:center!important}.justify-content-xxxxl-between{justify-content:space-between!important}.justify-content-xxxxl-around{justify-content:space-around!important}.align-items-xxxxl-start{align-items:flex-start!important}.align-items-xxxxl-end{align-items:flex-end!important}.align-items-xxxxl-center{align-items:center!important}.align-items-xxxxl-baseline{align-items:baseline!important}.align-items-xxxxl-stretch{align-items:stretch!important}.align-content-xxxxl-start{align-content:flex-start!important}.align-content-xxxxl-end{align-content:flex-end!important}.align-content-xxxxl-center{align-content:center!important}.align-content-xxxxl-between{align-content:space-between!important}.align-content-xxxxl-around{align-content:space-around!important}.align-content-xxxxl-stretch{align-content:stretch!important}.align-self-xxxxl-auto{align-self:auto!important}.align-self-xxxxl-start{align-self:flex-start!important}.align-self-xxxxl-end{align-self:flex-end!important}.align-self-xxxxl-center{align-self:center!important}.align-self-xxxxl-baseline{align-self:baseline!important}.align-self-xxxxl-stretch{align-self:stretch!important}.m-xxxxl-auto{margin:auto!important}.mt-xxxxl-auto,.my-xxxxl-auto{margin-top:auto!important}.mr-xxxxl-auto,.mx-xxxxl-auto{margin-right:auto!important}.mb-xxxxl-auto,.my-xxxxl-auto{margin-bottom:auto!important}.ml-xxxxl-auto,.mx-xxxxl-auto{margin-left:auto!important}}.mt--0{margin-top:0!important}.mb--0{margin-bottom:0!important}.pt--0{padding-top:0}.pb--0{padding-bottom:0}.mblock--0{margin-block:0px}.pblock--0{padding-block:0px}.mt--10{margin-top:10px!important}.mb--10{margin-bottom:10px!important}.pt--10{padding-top:10px}.pb--10{padding-bottom:10px}.mblock--10{margin-block:10px}.pblock--10{padding-block:10px}.mt--20{margin-top:20px!important}.mb--20{margin-bottom:20px!important}.pt--20{padding-top:20px}.pb--20{padding-bottom:20px}.mblock--20{margin-block:20px}.pblock--20{padding-block:20px}.mt--25{margin-top:25px!important}.mb--25{margin-bottom:25px!important}.pt--25{padding-top:25px}.pb--25{padding-bottom:25px}.mblock--25{margin-block:25px}.pblock--25{padding-block:25px}.mt--30{margin-top:30px!important}.mb--30{margin-bottom:30px!important}.pt--30{padding-top:30px}.pb--30{padding-bottom:30px}.mblock--30{margin-block:30px}.pblock--30{padding-block:30px}.mt--40{margin-top:40px!important}.mb--40{margin-bottom:40px!important}.pt--40{padding-top:40px}.pb--40{padding-bottom:40px}.mblock--40{margin-block:40px}.pblock--40{padding-block:40px}.mt--50{margin-top:50px!important}.mb--50{margin-bottom:50px!important}.pt--50{padding-top:50px}.pb--50{padding-bottom:50px}.mblock--50{margin-block:50px}.pblock--50{padding-block:50px}.mt--60{margin-top:60px!important}.mb--60{margin-bottom:60px!important}.pt--60{padding-top:60px}.pb--60{padding-bottom:60px}.mblock--60{margin-block:60px}.pblock--60{padding-block:60px}.mt--70{margin-top:70px!important}.mb--70{margin-bottom:70px!important}.pt--70{padding-top:70px}.pb--70{padding-bottom:70px}.mblock--70{margin-block:70px}.pblock--70{padding-block:70px}.mt--80{margin-top:80px!important}.mb--80{margin-bottom:80px!important}.pt--80{padding-top:80px}.pb--80{padding-bottom:80px}.mblock--80{margin-block:80px}.pblock--80{padding-block:80px}.mt--90{margin-top:90px!important}.mb--90{margin-bottom:90px!important}.pt--90{padding-top:90px}.pb--90{padding-bottom:90px}.mblock--90{margin-block:90px}.pblock--90{padding-block:90px}.mt--100{margin-top:100px!important}.mb--100{margin-bottom:100px!important}.pt--100{padding-top:100px}.pb--100{padding-bottom:100px}.mblock--100{margin-block:100px}.pblock--100{padding-block:100px}.mt--150{margin-top:150px!important}.mb--150{margin-bottom:150px!important}.pt--150{padding-top:150px}.pb--150{padding-bottom:150px}.mblock--150{margin-block:150px}.pblock--150{padding-block:150px}.mt--180{margin-top:180px!important}.mb--180{margin-bottom:180px!important}.pt--180{padding-top:180px}.pb--180{padding-bottom:180px}.mblock--180{margin-block:180px}.pblock--180{padding-block:180px}@keyframes move-right{0%{right:30px}50%{right:20px}to{right:30px}}:root{--font-title: \"the-seasons\", Helvetica, sans-serif;--font-pretitle: \"Poppins\", Helvetica, sans-serif;--font-text: \"Poppins\", Helvetica, sans-serif;--font-claim: \"turbinado-pro\", Helvetica, sans-serif;--cl_corp: #24262d;--cl_accent: #aa8453;--cl_icon: #978667;--cl_icon-light: #fff;--cl_border-light: #ededed;--cl_border-dark: #d9e1e6;--cl_shadow: rgba(0, 0, 0, .1);--cl_breadcrumb: #24262d;--cl_breadcrumb-hover: #978667;--cl_preload-bg: #ededed;--cl_preload: #24262d;--cl_background_body: #fdfbf8;--cl_background_white: #fff;--cl_background_dark: #19314b;--cl_background_gray: #eee;--cl_background_dark-opacity: #19314bbf;--cl_background_dark-opacity-v2: #1326398b;--cl_background_body-transparent: #ffffffe7;--cl_title: #978667;--cl_subtitle: #19314b;--cl_pretitle: #19314b;--cl_text: #3c3b3b;--cl_title-light: #fff;--cl_subtitle-light: #fff;--cl_pretitle-light: #fff;--cl_text-light: #fff;--cl_text-disable: #888;--w_title: 600;--w_text: 300;--w_subtitle: 300;--w_pretitle: 300;--padding-bottom-slider: 0px;--lh_pretitle-slider: 1.2;--lh_title-slider: 1.2;--cl_header-bg-nosticky: #0000001a;--cl_header-text-nosticky: #fff;--cl_header-bg-sticky: #eee;--cl_header-text-sticky: #19314b;--cl_header-bg-mobile: #b6b6b6;--cl_headerBottom-bg-mobile: #b6b6b6;--cl_header-text-mobile: #19314b;--cl_menu-modal-bg: #19314b;--cl_menu-modal-items: #978667;--cl_menu-modal-items-hover: #fff;--cl_menu-modal-text: #fff;--cl_menu-modal-text-hover: #fff;--ls_menu-modal-items: 1px;--w_menu-modal-items: 300;--hg_menu-img-height: 15rem;--cl_submenu-bg: #19314b;--cl_submenu-text: #fff;--cl_submenu-hover: #978667;--w_btn: 400;--size_btn: 14px;--size_link: 14px;--ls_link: 1px;--ls_btn: 1px;--upper_btn: uppercase;--upper_link: uppercase;--font-btn: \"Poppins\", Helvetica, sans-serif;--font-link: \"Poppins\", Helvetica, sans-serif;--cl_btn-box: #19314b;--cl_btn-box-text: #19314b;--cl_btn-box-hover: #978667;--cl_btn-box-text-hover: #fff;--cl_btn-call: #19314bf2;--cl_btn-call-text: #fff;--cl_btn-call-hover: #978667;--cl_btn-call-text-hover: #fff;--cl_btn-link: #19314b;--cl_btn-link-hover: #978667;--cl_btn-arrow: #19314b;--cl_btn-arrow-icon: #fff;--cl_btn-arrow-hover: #978667;--cl_btn-arrow-icon-hover: #fff;--cl_btn-dots: #24262d;--cl_btn-dots-active: #978667;--cl_btn-dots-hover: #978667;--cl_btn-light: #fff;--cl_btn-light-text: #fff;--cl_btn-light-hover: #978667;--cl_btn-light-text-hover: #978667;--cl_footer-bg: #19314b;--cl_footer-bg-bottom: #0a1d31;--cl_footer-bg-logos: #f8f7f3;--cl_footer-scroll: #978667;--cl_footer-text: #fff;--cl_footer-text-hover: #978667;--btn_radius: 5px;--img_radius: 5px;--img_border: #fff;--img_border-width: 1px;--dropdown-radius: 20px;--cl_background_dropdown: #fdfbf8;--cl_border-dropdown: #d9e1e6;--font-size-engine-text: 14px;--cl_engine-text: #19314b;--cl_engine-bg-nosticky: #ffffffcf;--cl_engine-text-nosticky: #19314b;--cl_engine-bg-sticky: #ffffff00;--cl_engine-text-sticky: #19314b;--cl_engine-bg-modal: #19314bbf;--cl_engine-input-bg: #ebebeb;--cl_engine-input-bg-select: #ebebeb;--cl_dropdown: #19314b;--cl_dropdown-text: #5a5a5a;--cl_dropdown-hover: #19314b;--cl_newsletter-input-background: #d1d1d1;--cl_newsletter-input-text: #5a5a5a;--cl_error: #ff7173;--cl_desde: #bcbbc3;--cl_price: #19314b;--cl_badget: #ff8874;--cl_badget-text: #fff;--alg-service-room-detail: center;--cl_alert-text: #19314b;--cl_alert-text-error: #fff;--cl_alert-background: #fff;--cl_alert-background-error: rgb(230, 92, 92);--mdc-checkbox-disabled-selected-icon-color: rgba(0, 0, 0, .38);--mdc-checkbox-disabled-unselected-icon-color: rgba(0, 0, 0, .38);--mdc-checkbox-selected-checkmark-color: white;--mdc-checkbox-selected-focus-icon-color: var(--cl_corp);--mdc-checkbox-selected-hover-icon-color: var(--cl_corp);--mdc-checkbox-selected-icon-color: var(--cl_corp);--mdc-checkbox-selected-pressed-icon-color: var(--cl_corp);--mdc-checkbox-unselected-focus-icon-color: #212121;--mdc-checkbox-unselected-hover-icon-color: #212121;--mdc-checkbox-unselected-icon-color: rgba(0, 0, 0, .54);--mdc-checkbox-unselected-pressed-icon-color: rgba(0, 0, 0, .54);--mdc-checkbox-selected-focus-state-layer-color: var(--cl_corp);--mdc-checkbox-selected-hover-state-layer-color: var(--cl_corp);--mdc-checkbox-selected-pressed-state-layer-color: var(--cl_corp);--mdc-checkbox-unselected-focus-state-layer-color: black;--mdc-checkbox-unselected-hover-state-layer-color: black;--mdc-checkbox-unselected-pressed-state-layer-color: black;--mat-checkbox-disabled-label-color: rgba(0, 0, 0, .38);--primary: #4a4a49;--cream: #f9f8f5;--white: #ffffff;--black: #000000;--whatsapp: #24cc63;--logo: #616161;--grey: #dcdcdc;--darkgrey: #1e1e1e;--instagram: #61bdff;--facebook: #3782f4;--twitter: #4a4a49;--youtube: #d9464b;--tripadvisor: #34e0a1;--booking: #0c3b7c;--silver: #c0bebe;--gold: #ffca64;--platinum: #b5d9e2}.cs_dark{--cl_corp: #181818;--cl_accent: #aa8453;--cl_icon: #aa8453;--cl_icon-light: #fff;--cl_border-light: #ededed;--cl_border-dark: #d9e1e6;--cl_shadow: rgba(0, 0, 0, .1);--cl_breadcrumb: #fff;--cl_breadcrumb-hover: #aa8453;--cl_preload-bg: #ededed;--cl_preload: #24262d;--cl_background_body: #181818;--cl_background_white: transparent;--cl_background_dark: #aa8453;--cl_background_gray: #333;--type-align: center;--cl_title: #fff;--cl_subtitle: #aa8453;--cl_pretitle: #aa8453;--cl_text: #fff;--cl_title-light: #fff;--cl_subtitle-light: #fff;--cl_pretitle-light: #fff;--cl_text-light: #fff;--cl_header-bg: #aa8453;--cl_header-text-light: #fff;--cl_menu-bg: #79582c;--cl_menu-text: #fff;--cl_btn-box: #aa8453;--cl_btn-box-text: #aa8453;--cl_btn-box-hover: #79582c;--cl_btn-box-text-hover: #fff;--cl_btn-call: #aa8453;--cl_btn-call-text: white;--cl_btn-call-hover: #79582c;--cl_btn-call-text-hover: #fff;--cl_btn-link: #aa8453;--cl_btn-link-hover: #79582c;--cl_btn-arrow: #ffffff3a;--cl_btn-arrow-icon: #fff;--cl_btn-arrow-hover: #79582c;--cl_btn-arrow-icon-hover: #fff;--cl_btn-dots: #eee;--cl_btn-dots-active: #79582c;--cl_btn-dots-hover: #79582c;--cl_btn-light: #fff;--cl_btn-light-text: #fff;--cl_btn-light-hover: #79582c;--cl_btn-light-text-hover: #79582c;--cl_footer-bg: #aa8453;--cl_footer-bg-bottom: #79582c;--cl_footer-scroll: #aa8453;--cl_footer-text: #fff;--cl_footer-text-hover: #aa8453;--btn_radius: 1px;--img_radius: 0px;--img_border: #fff;--img_border-width: 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}.list-rooms-zigzag{background-color:var(--cl_background_white)}.list-rooms-zigzag .container{max-width:100%}@media (min-width: 768px){.list-rooms-zigzag .container{--inline-spacing-left: 8.8rem;--inline-spacing-right: 8.8rem}}@media (min-width: 1024px){.list-rooms-zigzag .container{--inline-spacing-left: 11rem;--inline-spacing-right: 11rem}}@media (min-width: 1280px){.list-rooms-zigzag .container{--inline-spacing-left: 12.1rem;--inline-spacing-right: 12.1rem}}@media (min-width: 1366px){.list-rooms-zigzag .container{--inline-spacing-left: 13.1rem;--inline-spacing-right: 13.1rem}}@media (min-width: 1680px){.list-rooms-zigzag .container{--inline-spacing-left: 16.1rem;--inline-spacing-right: 16.1rem}}@media (min-width: 1800px){.list-rooms-zigzag .container{--inline-spacing-left: 17.9rem;--inline-spacing-right: 17.9rem}}.list-rooms-zigzag__title{width:100%;text-transform:uppercase;text-align:center;color:rgb(var(--primary),80%);font-size:1.4rem;line-height:1;letter-spacing:.14rem}@media (min-width: 540px){.list-rooms-zigzag__title{font-size:1.4rem;line-height:1.4285714286}}@media (min-width: 768px){.list-rooms-zigzag__title{font-size:1.7rem;line-height:1.2941176471}}@media (min-width: 1280px){.list-rooms-zigzag__title{font-size:1.8rem;line-height:1;letter-spacing:.36rem;max-width:59.467rem}}@media (min-width: 1366px){.list-rooms-zigzag__title{max-width:63.459rem}}@media (min-width: 1680px){.list-rooms-zigzag__title{max-width:75.6rem}}@media (min-width: 1800px){.list-rooms-zigzag__title{max-width:81rem}}.list-rooms-zigzag__item{display:flex;flex-direction:column;gap:1.4rem}@media (min-width: 540px){.list-rooms-zigzag__item{gap:2rem}}@media (min-width: 768px){.list-rooms-zigzag__item{gap:1.9rem;max-width:59.2rem;margin-inline:auto}}@media (min-width: 1280px){.list-rooms-zigzag__item{max-width:unset;flex-direction:row;align-items:center;gap:6.033rem}}@media (min-width: 1366px){.list-rooms-zigzag__item{gap:5.941rem}}@media (min-width: 1680px){.list-rooms-zigzag__item{gap:6.8rem}}@media (min-width: 1800px){.list-rooms-zigzag__item{gap:8.6rem}}.list-rooms-zigzag__item{padding-block:5rem}@media (min-width: 540px){.list-rooms-zigzag__item{padding-block:6rem}}@media (min-width: 768px){.list-rooms-zigzag__item{padding-block:8rem}}@media (min-width: 1024px){.list-rooms-zigzag__item{padding-block:7rem}}@media (min-width: 1280px){.list-rooms-zigzag__item{padding-block:8rem 8.1rem}}@media (min-width: 1366px){.list-rooms-zigzag__item{padding-block:9rem}}@media (min-width: 1680px){.list-rooms-zigzag__item{padding-block:10rem}}@media (min-width: 1800px){.list-rooms-zigzag__item{padding-block:10rem 9.9rem}}.list-rooms-zigzag__item:hover .list-rooms-zigzag__image .btn__group,.list-rooms-zigzag__item.is-visible .list-rooms-zigzag__image .btn__group{transform:translateY(0)}.list-rooms-zigzag__item:hover .list-rooms-zigzag__info-wrapper,.list-rooms-zigzag__item.is-visible .list-rooms-zigzag__info-wrapper{opacity:1;pointer-events:initial;overflow:hidden}.list-rooms-zigzag__item:hover .list-rooms-zigzag__info-wrapper .list-rooms-zigzag__info,.list-rooms-zigzag__item.is-visible .list-rooms-zigzag__info-wrapper .list-rooms-zigzag__info{animation-play-state:running}.list-rooms-zigzag__item:hover .list-rooms-zigzag__info-wrapper .li-element,.list-rooms-zigzag__item.is-visible .list-rooms-zigzag__info-wrapper .li-element{max-width:20rem;display:flex;gap:20px;align-items:center;max-height:10rem}.list-rooms-zigzag__item:hover .list-rooms-zigzag__info-wrapper .icon--svg,.list-rooms-zigzag__item.is-visible .list-rooms-zigzag__info-wrapper .icon--svg{background-color:var(--cl_icon-light);display:block;width:40px;height:40px;mask-size:contain;mask-repeat:no-repeat;mask-position:center;-webkit-mask-size:contain;-webkit-mask-repeat:no-repeat;-webkit-mask-position:center}.list-rooms-zigzag__item:hover .list-rooms-zigzag__info,.list-rooms-zigzag__item.is-visible .list-rooms-zigzag__info{opacity:1;pointer-events:initial;display:flex}.list-rooms-zigzag__item:hover .list-rooms-zigzag__info .li-element,.list-rooms-zigzag__item.is-visible .list-rooms-zigzag__info .li-element{max-width:20rem;display:flex;gap:20px;align-items:center;max-height:10rem}.list-rooms-zigzag__image{position:relative;overflow:hidden;width:100%}@media (min-width: 1280px){.list-rooms-zigzag__image{flex:0 0 auto;max-width:59.467rem}}@media (min-width: 1366px){.list-rooms-zigzag__image{max-width:63.459rem}}@media (min-width: 1680px){.list-rooms-zigzag__image{max-width:75.6rem}}@media (min-width: 1680px){.list-rooms-zigzag__image{max-width:81rem}}.list-rooms-zigzag__image figure{aspect-ratio:295/207}.list-rooms-zigzag__image--graphic{color:var(--white);position:absolute;bottom:-.1rem;left:50%;transform:scaleY(-1) translate(-50%);aspect-ratio:2/1;width:6rem;z-index:1}@media (min-width: 540px){.list-rooms-zigzag__image--graphic{width:10rem}}@media (min-width: 1280px){.list-rooms-zigzag__image--graphic{bottom:unset;left:unset;top:50%;right:-.1rem;transform:translate(50%) rotate(90deg);transform-origin:top}}.list-rooms-zigzag__image .btn__group{display:none;transition:var(--transition);background:var(--cl_background_body)}@media (min-width: 1024px){.list-rooms-zigzag__image .btn__group{display:flex;opacity:0;pointer-events:none;position:absolute;inset:-.1rem;top:auto;padding-bottom:.1rem;transform:translateY(100%)}}@media (min-width: 1280px){.list-rooms-zigzag__image .btn__group{opacity:1;pointer-events:initial;padding-top:3rem;justify-content:center;gap:3rem}}.list-rooms-zigzag__info-wrapper{opacity:0;pointer-events:none;position:absolute;inset:0 0 auto;padding:3rem;transition:var(--transition);color:var(--white);height:21rem;overflow:hidden;display:flex;align-items:center;background:linear-gradient(180deg,rgb(var(--primary),30%),rgb(var(--primary),0%));z-index:2}.list-rooms-zigzag__info-wrapper .list-rooms-zigzag__info{display:none}.list-rooms-zigzag__info{display:flex;gap:5rem;width:max-content;margin:0;padding:0;list-style:none;animation:scrollEquipments 90s linear infinite;animation-play-state:paused;font-size:1.8rem;line-height:1;letter-spacing:.036rem}@media (min-width: 1280px){.list-rooms-zigzag__content{flex:1 1 auto}}.list-rooms-zigzag__content--image{display:none}@media (min-width: 1024px){.list-rooms-zigzag__content--image{opacity:0;display:block;pointer-events:none;transition:var(--transition)}}@media (min-width: 1280px){.list-rooms-zigzag__content--image{opacity:1;pointer-events:initial;position:absolute;right:0;top:5.056rem;overflow:hidden;aspect-ratio:160/207;width:16rem;transform:translate(var(--inline-spacing-right))}}@media (min-width: 1366px){.list-rooms-zigzag__content--image{top:6.056rem}}@media (min-width: 1680px){.list-rooms-zigzag__content--image{width:18.551rem;top:7.056rem}}@media (min-width: 1800px){.list-rooms-zigzag__content--image{width:19.9rem;top:8rem}}.list-rooms-zigzag__content--image img{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover}.list-rooms-zigzag__content h2{font-size:4.8rem;line-height:1;margin-bottom:3.1rem}@media (min-width: 540px){.list-rooms-zigzag__content h2{font-size:6.6rem;line-height:1;margin-bottom:3.6rem}}@media (min-width: 768px){.list-rooms-zigzag__content h2{font-size:8rem;line-height:1;margin-bottom:4.8rem}}@media (min-width: 1024px){.list-rooms-zigzag__content h2{margin-bottom:5rem}}@media (min-width: 1280px){.list-rooms-zigzag__content h2{font-size:9rem;line-height:1;margin-bottom:3rem;width:min-content}}@media (min-width: 1680px){.list-rooms-zigzag__content h2{font-size:11rem;line-height:1;margin-bottom:5.5rem}}.list-rooms-zigzag__content p{color:rgb(var(--primary),80%);font-size:1.6rem;line-height:1.5}@media (min-width: 540px){.list-rooms-zigzag__content p{font-size:1.8rem;line-height:1.5555555556;width:43.5rem}}@media (min-width: 768px){.list-rooms-zigzag__content p{font-size:2rem;line-height:1.6;letter-spacing:.04rem;width:59.8rem}}@media (min-width: 1280px){.list-rooms-zigzag__content p{font-size:2rem;line-height:1.7;width:55rem}}@media (min-width: 1680px){.list-rooms-zigzag__content p{width:65rem}}.list-rooms-zigzag__content .btn__group{flex-direction:column;align-items:center;gap:2rem;margin-top:2.7rem}@media (min-width: 540px){.list-rooms-zigzag__content .btn__group{margin-top:2.9rem}}@media (min-width: 768px){.list-rooms-zigzag__content .btn__group{flex-direction:row;gap:3rem;justify-content:center;margin-top:3.7rem}}@media (min-width: 1024px){.list-rooms-zigzag__content .btn__group{margin-top:5rem}}@media (min-width: 1280px){.list-rooms-zigzag__content .btn__group{display:none}}.list-rooms-zigzag .list-rooms-zigzag--right.list-rooms-zigzag__item{background-color:var(--cl_background_dark);z-index:1}@media (min-width: 1280px){.list-rooms-zigzag .list-rooms-zigzag--right.list-rooms-zigzag__item{flex-direction:row-reverse}}@media (min-width: 1280px){.list-rooms-zigzag .list-rooms-zigzag--right.list-rooms-zigzag__item .list-rooms-zigzag__image--graphic{left:-.1rem;top:50%;right:unset;transform:translate(-50%) rotate(-90deg);transform-origin:top}}.list-rooms-zigzag .list-rooms-zigzag--right.list-rooms-zigzag__item .list-rooms-zigzag__content{z-index:1}@media (min-width: 1280px){.list-rooms-zigzag .list-rooms-zigzag--right.list-rooms-zigzag__item .list-rooms-zigzag__content{padding-left:.9rem}}@media (min-width: 1680px){.list-rooms-zigzag .list-rooms-zigzag--right.list-rooms-zigzag__item .list-rooms-zigzag__content{padding-left:9.3rem}}@media (min-width: 1680px){.list-rooms-zigzag .list-rooms-zigzag--right.list-rooms-zigzag__item .list-rooms-zigzag__content{padding-left:6.2rem}}@media (min-width: 1280px){.list-rooms-zigzag .list-rooms-zigzag--right.list-rooms-zigzag__item .list-rooms-zigzag__content--image{transform:translate(calc(-1 * var(--inline-spacing-left)));left:0;right:unset}}.list-rooms-zigzag .list-rooms-zigzag--right.bg-cream{background-color:var(--cl_background_dark)}.list-rooms-zigzag .list-rooms-zigzag--right.bg-cream .list-rooms-zigzag__image .btn__group{background:var(--cl_background_dark)}.list-rooms-zigzag .list-rooms-zigzag--right.bg-cream .list-rooms-zigzag__image--graphic{color:var(--cl_background_dark)}.list-rooms-zigzag .list-rooms-zigzag--right.bg-cream:before{content:\"\";position:absolute;top:0;bottom:0;left:calc(50% - 50vw);width:100vw;background:#f9f8f5;z-index:0}.list-rooms-zigzag.js-active-slider .js-slider-arrows{left:calc(-1 * (2rem + var(--inline-spacing-left) / 2));right:calc(-1 * (2rem + var(--inline-spacing-right) / 2))}@media (min-width: 540px){.list-rooms-zigzag.js-active-slider .js-slider-arrows{left:calc(-1 * (3rem + var(--inline-spacing-left) / 2));right:calc(-1 * (3rem + var(--inline-spacing-right) / 2))}}@media (min-width: 1280px){.list-rooms-zigzag.js-active-slider .js-slider-arrows{right:auto}}@keyframes scrollEquipments{0%{transform:translate(0)}to{transform:translate(calc(-50% - 2.5rem))}}\n"], dependencies: [{ kind: "ngmodule", type: CommonModule }, { kind: "directive", type: i1$1.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { kind: "directive", type: BabylonLinkTypeDirective, selector: "[linkType]", inputs: ["linkType", "href", "modalClick", "clickPopup", "disablePointerNone"], outputs: ["anchorClicked"] }] }); }
|
|
17075
17076
|
}
|
|
17076
17077
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: BabylonRoomsListV2Component, decorators: [{
|
|
17077
17078
|
type: Component,
|
|
17078
|
-
args: [{ selector: 'lib-babylon-rooms-list-v2', standalone: true, imports: [CommonModule, BabylonLinkTypeDirective], template: "<section class=\"list-rooms-zigzag\">\n @if (items?.length) {\n <div class=\"container\">\n @for (item of items; track $index) {\n <div\n class=\"list-rooms-zigzag__item relative\"\n [ngClass]=\"{\n 'list-rooms-zigzag--right bg-cream': $index % 2 != 0,\n }\"\n >\n <div class=\"list-rooms-zigzag__image\">\n <svg\n aria-hidden=\"true\"\n focusable=\"false\"\n class=\"list-rooms-zigzag__image--graphic\"\n >\n <use\n href=\"/assets/babylon/svg/icon-graphic.svg#icon-graphic\"\n ></use>\n </svg>\n @if (item?.images?.[0]?.src) {\n <figure>\n <img\n [src]=\"item?.images?.[0]?.src\"\n [alt]=\"item?.images?.[0]?.alt\"\n />\n </figure>\n }\n <div class=\"list-rooms-zigzag__info-wrapper\">\n <ul class=\"list-rooms-zigzag__info\">\n @if (item?.equipments?.length) {\n @for (\n equipment of item?.equipments;\n track $index\n ) {\n <li class=\"li-element\">\n <i\n class=\"icon--svg\"\n [ngClass]=\"equipment?.icon\"\n ></i>\n {{ equipment?.name }}\n </li>\n }\n\n @for (\n equipment of item?.equipments;\n track $index + '-dup'\n ) {\n <li class=\"li-element\">\n <i\n class=\"icon--svg\"\n [ngClass]=\"equipment?.icon\"\n ></i>\n {{ equipment?.name }}\n </li>\n }\n }\n </ul>\n </div>\n @if (item?.buttons?.length) {\n <div class=\"btn__group\">\n @for (btn of item?.buttons; track $index) {\n <a\n role=\"button\"\n [href]=\"btn?.url\"\n [linkType]=\"btn?.linkType\"\n class=\"btn btn__primary\"\n >\n <span>{{ btn?.label }}</span>\n </a>\n }\n </div>\n }\n </div>\n <div class=\"list-rooms-zigzag__content\">\n @if (item?.texts?.name) {\n <h2 [innerHTML]=\"item?.texts?.name\"></h2>\n }\n @if (item?.texts?.description) {\n <p [innerHTML]=\"item?.texts?.description\"></p>\n }\n @if (item?.buttons?.length) {\n <div class=\"btn__group\">\n @for (btn of item?.buttons; track $index) {\n <a\n [href]=\"btn?.url\"\n class=\"btn btn__primary\"\n >\n <span>{{ btn?.label }}</span>\n </a>\n }\n </div>\n }\n </div>\n </div>\n }\n </div>\n }\n</section>\n", styles: ["@charset \"UTF-8\";@media (min-width: 1280px){.order-custom-xl-xxl-1{order:1}.order-custom-xl-xxl-2{order:2}}.flex-row{flex-direction:row!important}.flex-column{flex-direction:column!important}.flex-row-reverse{flex-direction:row-reverse!important}.flex-column-reverse{flex-direction:column-reverse!important}.flex-wrap{flex-wrap:wrap!important}.flex-nowrap{flex-wrap:nowrap!important}.flex-wrap-reverse{flex-wrap:wrap-reverse!important}.flex-fill{flex:1 1 auto!important}.flex-grow-0{flex-grow:0!important}.flex-grow-1{flex-grow:1!important}.flex-shrink-0{flex-shrink:0!important}.flex-shrink-1{flex-shrink:1!important}.justify-content-start{justify-content:flex-start!important}.justify-content-end{justify-content:flex-end!important}.justify-content-center{justify-content:center!important}.justify-content-between{justify-content:space-between!important}.justify-content-around{justify-content:space-around!important}.align-items-start{align-items:flex-start!important}.align-items-end{align-items:flex-end!important}.align-items-center{align-items:center!important}.align-items-baseline{align-items:baseline!important}.align-items-stretch{align-items:stretch!important}.align-content-start{align-content:flex-start!important}.align-content-end{align-content:flex-end!important}.align-content-center{align-content:center!important}.align-content-between{align-content:space-between!important}.align-content-around{align-content:space-around!important}.align-content-stretch{align-content:stretch!important}.align-self-auto{align-self:auto!important}.align-self-start{align-self:flex-start!important}.align-self-end{align-self:flex-end!important}.align-self-center{align-self:center!important}.align-self-baseline{align-self:baseline!important}.align-self-stretch{align-self:stretch!important}.m-auto{margin:auto!important}.mt-auto,.my-auto{margin-top:auto!important}.mr-auto,.mx-auto{margin-right:auto!important}.mb-auto,.my-auto{margin-bottom:auto!important}.ml-auto,.mx-auto{margin-left:auto!important}@media (min-width: 540px){.flex-sm-row{flex-direction:row!important}.flex-sm-column{flex-direction:column!important}.flex-sm-row-reverse{flex-direction:row-reverse!important}.flex-sm-column-reverse{flex-direction:column-reverse!important}.flex-sm-wrap{flex-wrap:wrap!important}.flex-sm-nowrap{flex-wrap:nowrap!important}.flex-sm-wrap-reverse{flex-wrap:wrap-reverse!important}.flex-sm-fill{flex:1 1 auto!important}.flex-sm-grow-0{flex-grow:0!important}.flex-sm-grow-1{flex-grow:1!important}.flex-sm-shrink-0{flex-shrink:0!important}.flex-sm-shrink-1{flex-shrink:1!important}.justify-content-sm-start{justify-content:flex-start!important}.justify-content-sm-end{justify-content:flex-end!important}.justify-content-sm-center{justify-content:center!important}.justify-content-sm-between{justify-content:space-between!important}.justify-content-sm-around{justify-content:space-around!important}.align-items-sm-start{align-items:flex-start!important}.align-items-sm-end{align-items:flex-end!important}.align-items-sm-center{align-items:center!important}.align-items-sm-baseline{align-items:baseline!important}.align-items-sm-stretch{align-items:stretch!important}.align-content-sm-start{align-content:flex-start!important}.align-content-sm-end{align-content:flex-end!important}.align-content-sm-center{align-content:center!important}.align-content-sm-between{align-content:space-between!important}.align-content-sm-around{align-content:space-around!important}.align-content-sm-stretch{align-content:stretch!important}.align-self-sm-auto{align-self:auto!important}.align-self-sm-start{align-self:flex-start!important}.align-self-sm-end{align-self:flex-end!important}.align-self-sm-center{align-self:center!important}.align-self-sm-baseline{align-self:baseline!important}.align-self-sm-stretch{align-self:stretch!important}.m-sm-auto{margin:auto!important}.mt-sm-auto,.my-sm-auto{margin-top:auto!important}.mr-sm-auto,.mx-sm-auto{margin-right:auto!important}.mb-sm-auto,.my-sm-auto{margin-bottom:auto!important}.ml-sm-auto,.mx-sm-auto{margin-left:auto!important}}@media (min-width: 768px){.flex-md-row{flex-direction:row!important}.flex-md-column{flex-direction:column!important}.flex-md-row-reverse{flex-direction:row-reverse!important}.flex-md-column-reverse{flex-direction:column-reverse!important}.flex-md-wrap{flex-wrap:wrap!important}.flex-md-nowrap{flex-wrap:nowrap!important}.flex-md-wrap-reverse{flex-wrap:wrap-reverse!important}.flex-md-fill{flex:1 1 auto!important}.flex-md-grow-0{flex-grow:0!important}.flex-md-grow-1{flex-grow:1!important}.flex-md-shrink-0{flex-shrink:0!important}.flex-md-shrink-1{flex-shrink:1!important}.justify-content-md-start{justify-content:flex-start!important}.justify-content-md-end{justify-content:flex-end!important}.justify-content-md-center{justify-content:center!important}.justify-content-md-between{justify-content:space-between!important}.justify-content-md-around{justify-content:space-around!important}.align-items-md-start{align-items:flex-start!important}.align-items-md-end{align-items:flex-end!important}.align-items-md-center{align-items:center!important}.align-items-md-baseline{align-items:baseline!important}.align-items-md-stretch{align-items:stretch!important}.align-content-md-start{align-content:flex-start!important}.align-content-md-end{align-content:flex-end!important}.align-content-md-center{align-content:center!important}.align-content-md-between{align-content:space-between!important}.align-content-md-around{align-content:space-around!important}.align-content-md-stretch{align-content:stretch!important}.align-self-md-auto{align-self:auto!important}.align-self-md-start{align-self:flex-start!important}.align-self-md-end{align-self:flex-end!important}.align-self-md-center{align-self:center!important}.align-self-md-baseline{align-self:baseline!important}.align-self-md-stretch{align-self:stretch!important}.m-md-auto{margin:auto!important}.mt-md-auto,.my-md-auto{margin-top:auto!important}.mr-md-auto,.mx-md-auto{margin-right:auto!important}.mb-md-auto,.my-md-auto{margin-bottom:auto!important}.ml-md-auto,.mx-md-auto{margin-left:auto!important}}@media (min-width: 1025px){.flex-lg-row{flex-direction:row!important}.flex-lg-column{flex-direction:column!important}.flex-lg-row-reverse{flex-direction:row-reverse!important}.flex-lg-column-reverse{flex-direction:column-reverse!important}.flex-lg-wrap{flex-wrap:wrap!important}.flex-lg-nowrap{flex-wrap:nowrap!important}.flex-lg-wrap-reverse{flex-wrap:wrap-reverse!important}.flex-lg-fill{flex:1 1 auto!important}.flex-lg-grow-0{flex-grow:0!important}.flex-lg-grow-1{flex-grow:1!important}.flex-lg-shrink-0{flex-shrink:0!important}.flex-lg-shrink-1{flex-shrink:1!important}.justify-content-lg-start{justify-content:flex-start!important}.justify-content-lg-end{justify-content:flex-end!important}.justify-content-lg-center{justify-content:center!important}.justify-content-lg-between{justify-content:space-between!important}.justify-content-lg-around{justify-content:space-around!important}.align-items-lg-start{align-items:flex-start!important}.align-items-lg-end{align-items:flex-end!important}.align-items-lg-center{align-items:center!important}.align-items-lg-baseline{align-items:baseline!important}.align-items-lg-stretch{align-items:stretch!important}.align-content-lg-start{align-content:flex-start!important}.align-content-lg-end{align-content:flex-end!important}.align-content-lg-center{align-content:center!important}.align-content-lg-between{align-content:space-between!important}.align-content-lg-around{align-content:space-around!important}.align-content-lg-stretch{align-content:stretch!important}.align-self-lg-auto{align-self:auto!important}.align-self-lg-start{align-self:flex-start!important}.align-self-lg-end{align-self:flex-end!important}.align-self-lg-center{align-self:center!important}.align-self-lg-baseline{align-self:baseline!important}.align-self-lg-stretch{align-self:stretch!important}.m-lg-auto{margin:auto!important}.mt-lg-auto,.my-lg-auto{margin-top:auto!important}.mr-lg-auto,.mx-lg-auto{margin-right:auto!important}.mb-lg-auto,.my-lg-auto{margin-bottom:auto!important}.ml-lg-auto,.mx-lg-auto{margin-left:auto!important}}@media (min-width: 1280px){.flex-xl-row{flex-direction:row!important}.flex-xl-column{flex-direction:column!important}.flex-xl-row-reverse{flex-direction:row-reverse!important}.flex-xl-column-reverse{flex-direction:column-reverse!important}.flex-xl-wrap{flex-wrap:wrap!important}.flex-xl-nowrap{flex-wrap:nowrap!important}.flex-xl-wrap-reverse{flex-wrap:wrap-reverse!important}.flex-xl-fill{flex:1 1 auto!important}.flex-xl-grow-0{flex-grow:0!important}.flex-xl-grow-1{flex-grow:1!important}.flex-xl-shrink-0{flex-shrink:0!important}.flex-xl-shrink-1{flex-shrink:1!important}.justify-content-xl-start{justify-content:flex-start!important}.justify-content-xl-end{justify-content:flex-end!important}.justify-content-xl-center{justify-content:center!important}.justify-content-xl-between{justify-content:space-between!important}.justify-content-xl-around{justify-content:space-around!important}.align-items-xl-start{align-items:flex-start!important}.align-items-xl-end{align-items:flex-end!important}.align-items-xl-center{align-items:center!important}.align-items-xl-baseline{align-items:baseline!important}.align-items-xl-stretch{align-items:stretch!important}.align-content-xl-start{align-content:flex-start!important}.align-content-xl-end{align-content:flex-end!important}.align-content-xl-center{align-content:center!important}.align-content-xl-between{align-content:space-between!important}.align-content-xl-around{align-content:space-around!important}.align-content-xl-stretch{align-content:stretch!important}.align-self-xl-auto{align-self:auto!important}.align-self-xl-start{align-self:flex-start!important}.align-self-xl-end{align-self:flex-end!important}.align-self-xl-center{align-self:center!important}.align-self-xl-baseline{align-self:baseline!important}.align-self-xl-stretch{align-self:stretch!important}.m-xl-auto{margin:auto!important}.mt-xl-auto,.my-xl-auto{margin-top:auto!important}.mr-xl-auto,.mx-xl-auto{margin-right:auto!important}.mb-xl-auto,.my-xl-auto{margin-bottom:auto!important}.ml-xl-auto,.mx-xl-auto{margin-left:auto!important}}@media (min-width: 1366px){.flex-xxl-row{flex-direction:row!important}.flex-xxl-column{flex-direction:column!important}.flex-xxl-row-reverse{flex-direction:row-reverse!important}.flex-xxl-column-reverse{flex-direction:column-reverse!important}.flex-xxl-wrap{flex-wrap:wrap!important}.flex-xxl-nowrap{flex-wrap:nowrap!important}.flex-xxl-wrap-reverse{flex-wrap:wrap-reverse!important}.flex-xxl-fill{flex:1 1 auto!important}.flex-xxl-grow-0{flex-grow:0!important}.flex-xxl-grow-1{flex-grow:1!important}.flex-xxl-shrink-0{flex-shrink:0!important}.flex-xxl-shrink-1{flex-shrink:1!important}.justify-content-xxl-start{justify-content:flex-start!important}.justify-content-xxl-end{justify-content:flex-end!important}.justify-content-xxl-center{justify-content:center!important}.justify-content-xxl-between{justify-content:space-between!important}.justify-content-xxl-around{justify-content:space-around!important}.align-items-xxl-start{align-items:flex-start!important}.align-items-xxl-end{align-items:flex-end!important}.align-items-xxl-center{align-items:center!important}.align-items-xxl-baseline{align-items:baseline!important}.align-items-xxl-stretch{align-items:stretch!important}.align-content-xxl-start{align-content:flex-start!important}.align-content-xxl-end{align-content:flex-end!important}.align-content-xxl-center{align-content:center!important}.align-content-xxl-between{align-content:space-between!important}.align-content-xxl-around{align-content:space-around!important}.align-content-xxl-stretch{align-content:stretch!important}.align-self-xxl-auto{align-self:auto!important}.align-self-xxl-start{align-self:flex-start!important}.align-self-xxl-end{align-self:flex-end!important}.align-self-xxl-center{align-self:center!important}.align-self-xxl-baseline{align-self:baseline!important}.align-self-xxl-stretch{align-self:stretch!important}.m-xxl-auto{margin:auto!important}.mt-xxl-auto,.my-xxl-auto{margin-top:auto!important}.mr-xxl-auto,.mx-xxl-auto{margin-right:auto!important}.mb-xxl-auto,.my-xxl-auto{margin-bottom:auto!important}.ml-xxl-auto,.mx-xxl-auto{margin-left:auto!important}}@media (min-width: 1680px){.flex-xxxl-row{flex-direction:row!important}.flex-xxxl-column{flex-direction:column!important}.flex-xxxl-row-reverse{flex-direction:row-reverse!important}.flex-xxxl-column-reverse{flex-direction:column-reverse!important}.flex-xxxl-wrap{flex-wrap:wrap!important}.flex-xxxl-nowrap{flex-wrap:nowrap!important}.flex-xxxl-wrap-reverse{flex-wrap:wrap-reverse!important}.flex-xxxl-fill{flex:1 1 auto!important}.flex-xxxl-grow-0{flex-grow:0!important}.flex-xxxl-grow-1{flex-grow:1!important}.flex-xxxl-shrink-0{flex-shrink:0!important}.flex-xxxl-shrink-1{flex-shrink:1!important}.justify-content-xxxl-start{justify-content:flex-start!important}.justify-content-xxxl-end{justify-content:flex-end!important}.justify-content-xxxl-center{justify-content:center!important}.justify-content-xxxl-between{justify-content:space-between!important}.justify-content-xxxl-around{justify-content:space-around!important}.align-items-xxxl-start{align-items:flex-start!important}.align-items-xxxl-end{align-items:flex-end!important}.align-items-xxxl-center{align-items:center!important}.align-items-xxxl-baseline{align-items:baseline!important}.align-items-xxxl-stretch{align-items:stretch!important}.align-content-xxxl-start{align-content:flex-start!important}.align-content-xxxl-end{align-content:flex-end!important}.align-content-xxxl-center{align-content:center!important}.align-content-xxxl-between{align-content:space-between!important}.align-content-xxxl-around{align-content:space-around!important}.align-content-xxxl-stretch{align-content:stretch!important}.align-self-xxxl-auto{align-self:auto!important}.align-self-xxxl-start{align-self:flex-start!important}.align-self-xxxl-end{align-self:flex-end!important}.align-self-xxxl-center{align-self:center!important}.align-self-xxxl-baseline{align-self:baseline!important}.align-self-xxxl-stretch{align-self:stretch!important}.m-xxxl-auto{margin:auto!important}.mt-xxxl-auto,.my-xxxl-auto{margin-top:auto!important}.mr-xxxl-auto,.mx-xxxl-auto{margin-right:auto!important}.mb-xxxl-auto,.my-xxxl-auto{margin-bottom:auto!important}.ml-xxxl-auto,.mx-xxxl-auto{margin-left:auto!important}}@media (min-width: 1921px){.flex-xxxxl-row{flex-direction:row!important}.flex-xxxxl-column{flex-direction:column!important}.flex-xxxxl-row-reverse{flex-direction:row-reverse!important}.flex-xxxxl-column-reverse{flex-direction:column-reverse!important}.flex-xxxxl-wrap{flex-wrap:wrap!important}.flex-xxxxl-nowrap{flex-wrap:nowrap!important}.flex-xxxxl-wrap-reverse{flex-wrap:wrap-reverse!important}.flex-xxxxl-fill{flex:1 1 auto!important}.flex-xxxxl-grow-0{flex-grow:0!important}.flex-xxxxl-grow-1{flex-grow:1!important}.flex-xxxxl-shrink-0{flex-shrink:0!important}.flex-xxxxl-shrink-1{flex-shrink:1!important}.justify-content-xxxxl-start{justify-content:flex-start!important}.justify-content-xxxxl-end{justify-content:flex-end!important}.justify-content-xxxxl-center{justify-content:center!important}.justify-content-xxxxl-between{justify-content:space-between!important}.justify-content-xxxxl-around{justify-content:space-around!important}.align-items-xxxxl-start{align-items:flex-start!important}.align-items-xxxxl-end{align-items:flex-end!important}.align-items-xxxxl-center{align-items:center!important}.align-items-xxxxl-baseline{align-items:baseline!important}.align-items-xxxxl-stretch{align-items:stretch!important}.align-content-xxxxl-start{align-content:flex-start!important}.align-content-xxxxl-end{align-content:flex-end!important}.align-content-xxxxl-center{align-content:center!important}.align-content-xxxxl-between{align-content:space-between!important}.align-content-xxxxl-around{align-content:space-around!important}.align-content-xxxxl-stretch{align-content:stretch!important}.align-self-xxxxl-auto{align-self:auto!important}.align-self-xxxxl-start{align-self:flex-start!important}.align-self-xxxxl-end{align-self:flex-end!important}.align-self-xxxxl-center{align-self:center!important}.align-self-xxxxl-baseline{align-self:baseline!important}.align-self-xxxxl-stretch{align-self:stretch!important}.m-xxxxl-auto{margin:auto!important}.mt-xxxxl-auto,.my-xxxxl-auto{margin-top:auto!important}.mr-xxxxl-auto,.mx-xxxxl-auto{margin-right:auto!important}.mb-xxxxl-auto,.my-xxxxl-auto{margin-bottom:auto!important}.ml-xxxxl-auto,.mx-xxxxl-auto{margin-left:auto!important}}.mt--0{margin-top:0!important}.mb--0{margin-bottom:0!important}.pt--0{padding-top:0}.pb--0{padding-bottom:0}.mblock--0{margin-block:0px}.pblock--0{padding-block:0px}.mt--10{margin-top:10px!important}.mb--10{margin-bottom:10px!important}.pt--10{padding-top:10px}.pb--10{padding-bottom:10px}.mblock--10{margin-block:10px}.pblock--10{padding-block:10px}.mt--20{margin-top:20px!important}.mb--20{margin-bottom:20px!important}.pt--20{padding-top:20px}.pb--20{padding-bottom:20px}.mblock--20{margin-block:20px}.pblock--20{padding-block:20px}.mt--25{margin-top:25px!important}.mb--25{margin-bottom:25px!important}.pt--25{padding-top:25px}.pb--25{padding-bottom:25px}.mblock--25{margin-block:25px}.pblock--25{padding-block:25px}.mt--30{margin-top:30px!important}.mb--30{margin-bottom:30px!important}.pt--30{padding-top:30px}.pb--30{padding-bottom:30px}.mblock--30{margin-block:30px}.pblock--30{padding-block:30px}.mt--40{margin-top:40px!important}.mb--40{margin-bottom:40px!important}.pt--40{padding-top:40px}.pb--40{padding-bottom:40px}.mblock--40{margin-block:40px}.pblock--40{padding-block:40px}.mt--50{margin-top:50px!important}.mb--50{margin-bottom:50px!important}.pt--50{padding-top:50px}.pb--50{padding-bottom:50px}.mblock--50{margin-block:50px}.pblock--50{padding-block:50px}.mt--60{margin-top:60px!important}.mb--60{margin-bottom:60px!important}.pt--60{padding-top:60px}.pb--60{padding-bottom:60px}.mblock--60{margin-block:60px}.pblock--60{padding-block:60px}.mt--70{margin-top:70px!important}.mb--70{margin-bottom:70px!important}.pt--70{padding-top:70px}.pb--70{padding-bottom:70px}.mblock--70{margin-block:70px}.pblock--70{padding-block:70px}.mt--80{margin-top:80px!important}.mb--80{margin-bottom:80px!important}.pt--80{padding-top:80px}.pb--80{padding-bottom:80px}.mblock--80{margin-block:80px}.pblock--80{padding-block:80px}.mt--90{margin-top:90px!important}.mb--90{margin-bottom:90px!important}.pt--90{padding-top:90px}.pb--90{padding-bottom:90px}.mblock--90{margin-block:90px}.pblock--90{padding-block:90px}.mt--100{margin-top:100px!important}.mb--100{margin-bottom:100px!important}.pt--100{padding-top:100px}.pb--100{padding-bottom:100px}.mblock--100{margin-block:100px}.pblock--100{padding-block:100px}.mt--150{margin-top:150px!important}.mb--150{margin-bottom:150px!important}.pt--150{padding-top:150px}.pb--150{padding-bottom:150px}.mblock--150{margin-block:150px}.pblock--150{padding-block:150px}.mt--180{margin-top:180px!important}.mb--180{margin-bottom:180px!important}.pt--180{padding-top:180px}.pb--180{padding-bottom:180px}.mblock--180{margin-block:180px}.pblock--180{padding-block:180px}@keyframes move-right{0%{right:30px}50%{right:20px}to{right:30px}}:root{--font-title: \"the-seasons\", Helvetica, sans-serif;--font-pretitle: \"Poppins\", Helvetica, sans-serif;--font-text: \"Poppins\", Helvetica, sans-serif;--font-claim: \"turbinado-pro\", Helvetica, sans-serif;--cl_corp: #24262d;--cl_accent: #aa8453;--cl_icon: #978667;--cl_icon-light: #fff;--cl_border-light: #ededed;--cl_border-dark: #d9e1e6;--cl_shadow: rgba(0, 0, 0, .1);--cl_breadcrumb: #24262d;--cl_breadcrumb-hover: #978667;--cl_preload-bg: #ededed;--cl_preload: #24262d;--cl_background_body: #fdfbf8;--cl_background_white: #fff;--cl_background_dark: #19314b;--cl_background_gray: #eee;--cl_background_dark-opacity: #19314bbf;--cl_background_dark-opacity-v2: #1326398b;--cl_background_body-transparent: #ffffffe7;--cl_title: #978667;--cl_subtitle: #19314b;--cl_pretitle: #19314b;--cl_text: #3c3b3b;--cl_title-light: #fff;--cl_subtitle-light: #fff;--cl_pretitle-light: #fff;--cl_text-light: #fff;--cl_text-disable: #888;--w_title: 600;--w_text: 300;--w_subtitle: 300;--w_pretitle: 300;--padding-bottom-slider: 0px;--lh_pretitle-slider: 1.2;--lh_title-slider: 1.2;--cl_header-bg-nosticky: #0000001a;--cl_header-text-nosticky: #fff;--cl_header-bg-sticky: #eee;--cl_header-text-sticky: #19314b;--cl_header-bg-mobile: #b6b6b6;--cl_headerBottom-bg-mobile: #b6b6b6;--cl_header-text-mobile: #19314b;--cl_menu-modal-bg: #19314b;--cl_menu-modal-items: #978667;--cl_menu-modal-items-hover: #fff;--cl_menu-modal-text: #fff;--cl_menu-modal-text-hover: #fff;--ls_menu-modal-items: 1px;--w_menu-modal-items: 300;--hg_menu-img-height: 15rem;--cl_submenu-bg: #19314b;--cl_submenu-text: #fff;--cl_submenu-hover: #978667;--w_btn: 400;--size_btn: 14px;--size_link: 14px;--ls_link: 1px;--ls_btn: 1px;--upper_btn: uppercase;--upper_link: uppercase;--font-btn: \"Poppins\", Helvetica, sans-serif;--font-link: \"Poppins\", Helvetica, sans-serif;--cl_btn-box: #19314b;--cl_btn-box-text: #19314b;--cl_btn-box-hover: #978667;--cl_btn-box-text-hover: #fff;--cl_btn-call: #19314bf2;--cl_btn-call-text: #fff;--cl_btn-call-hover: #978667;--cl_btn-call-text-hover: #fff;--cl_btn-link: #19314b;--cl_btn-link-hover: #978667;--cl_btn-arrow: #19314b;--cl_btn-arrow-icon: #fff;--cl_btn-arrow-hover: #978667;--cl_btn-arrow-icon-hover: #fff;--cl_btn-dots: #24262d;--cl_btn-dots-active: #978667;--cl_btn-dots-hover: #978667;--cl_btn-light: #fff;--cl_btn-light-text: #fff;--cl_btn-light-hover: #978667;--cl_btn-light-text-hover: #978667;--cl_footer-bg: #19314b;--cl_footer-bg-bottom: #0a1d31;--cl_footer-bg-logos: #f8f7f3;--cl_footer-scroll: #978667;--cl_footer-text: #fff;--cl_footer-text-hover: #978667;--btn_radius: 5px;--img_radius: 5px;--img_border: #fff;--img_border-width: 1px;--dropdown-radius: 20px;--cl_background_dropdown: #fdfbf8;--cl_border-dropdown: #d9e1e6;--font-size-engine-text: 14px;--cl_engine-text: #19314b;--cl_engine-bg-nosticky: #ffffffcf;--cl_engine-text-nosticky: #19314b;--cl_engine-bg-sticky: #ffffff00;--cl_engine-text-sticky: #19314b;--cl_engine-bg-modal: #19314bbf;--cl_engine-input-bg: #ebebeb;--cl_engine-input-bg-select: #ebebeb;--cl_dropdown: #19314b;--cl_dropdown-text: #5a5a5a;--cl_dropdown-hover: #19314b;--cl_newsletter-input-background: #d1d1d1;--cl_newsletter-input-text: #5a5a5a;--cl_error: #ff7173;--cl_desde: #bcbbc3;--cl_price: #19314b;--cl_badget: #ff8874;--cl_badget-text: #fff;--alg-service-room-detail: center;--cl_alert-text: #19314b;--cl_alert-text-error: #fff;--cl_alert-background: #fff;--cl_alert-background-error: rgb(230, 92, 92);--mdc-checkbox-disabled-selected-icon-color: rgba(0, 0, 0, .38);--mdc-checkbox-disabled-unselected-icon-color: rgba(0, 0, 0, .38);--mdc-checkbox-selected-checkmark-color: white;--mdc-checkbox-selected-focus-icon-color: var(--cl_corp);--mdc-checkbox-selected-hover-icon-color: var(--cl_corp);--mdc-checkbox-selected-icon-color: var(--cl_corp);--mdc-checkbox-selected-pressed-icon-color: var(--cl_corp);--mdc-checkbox-unselected-focus-icon-color: #212121;--mdc-checkbox-unselected-hover-icon-color: #212121;--mdc-checkbox-unselected-icon-color: rgba(0, 0, 0, .54);--mdc-checkbox-unselected-pressed-icon-color: rgba(0, 0, 0, .54);--mdc-checkbox-selected-focus-state-layer-color: var(--cl_corp);--mdc-checkbox-selected-hover-state-layer-color: var(--cl_corp);--mdc-checkbox-selected-pressed-state-layer-color: var(--cl_corp);--mdc-checkbox-unselected-focus-state-layer-color: black;--mdc-checkbox-unselected-hover-state-layer-color: black;--mdc-checkbox-unselected-pressed-state-layer-color: black;--mat-checkbox-disabled-label-color: rgba(0, 0, 0, .38);--primary: #4a4a49;--cream: #f9f8f5;--white: #ffffff;--black: #000000;--whatsapp: #24cc63;--logo: #616161;--grey: #dcdcdc;--darkgrey: #1e1e1e;--instagram: #61bdff;--facebook: #3782f4;--twitter: #4a4a49;--youtube: #d9464b;--tripadvisor: #34e0a1;--booking: #0c3b7c;--silver: #c0bebe;--gold: #ffca64;--platinum: #b5d9e2}.cs_dark{--cl_corp: #181818;--cl_accent: #aa8453;--cl_icon: #aa8453;--cl_icon-light: #fff;--cl_border-light: #ededed;--cl_border-dark: #d9e1e6;--cl_shadow: rgba(0, 0, 0, .1);--cl_breadcrumb: #fff;--cl_breadcrumb-hover: #aa8453;--cl_preload-bg: #ededed;--cl_preload: #24262d;--cl_background_body: #181818;--cl_background_white: transparent;--cl_background_dark: #aa8453;--cl_background_gray: #333;--type-align: center;--cl_title: #fff;--cl_subtitle: #aa8453;--cl_pretitle: #aa8453;--cl_text: #fff;--cl_title-light: #fff;--cl_subtitle-light: #fff;--cl_pretitle-light: #fff;--cl_text-light: #fff;--cl_header-bg: #aa8453;--cl_header-text-light: #fff;--cl_menu-bg: #79582c;--cl_menu-text: #fff;--cl_btn-box: #aa8453;--cl_btn-box-text: #aa8453;--cl_btn-box-hover: #79582c;--cl_btn-box-text-hover: #fff;--cl_btn-call: #aa8453;--cl_btn-call-text: white;--cl_btn-call-hover: #79582c;--cl_btn-call-text-hover: #fff;--cl_btn-link: #aa8453;--cl_btn-link-hover: #79582c;--cl_btn-arrow: #ffffff3a;--cl_btn-arrow-icon: #fff;--cl_btn-arrow-hover: #79582c;--cl_btn-arrow-icon-hover: #fff;--cl_btn-dots: #eee;--cl_btn-dots-active: #79582c;--cl_btn-dots-hover: #79582c;--cl_btn-light: #fff;--cl_btn-light-text: #fff;--cl_btn-light-hover: #79582c;--cl_btn-light-text-hover: #79582c;--cl_footer-bg: #aa8453;--cl_footer-bg-bottom: #79582c;--cl_footer-scroll: #aa8453;--cl_footer-text: #fff;--cl_footer-text-hover: #aa8453;--btn_radius: 1px;--img_radius: 0px;--img_border: #fff;--img_border-width: 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}.list-rooms-zigzag{background-color:var(--cl_background_white)}.list-rooms-zigzag .container{max-width:100%}@media (min-width: 768px){.list-rooms-zigzag .container{--inline-spacing-left: 8.8rem;--inline-spacing-right: 8.8rem}}@media (min-width: 1024px){.list-rooms-zigzag .container{--inline-spacing-left: 11rem;--inline-spacing-right: 11rem}}@media (min-width: 1280px){.list-rooms-zigzag .container{--inline-spacing-left: 12.1rem;--inline-spacing-right: 12.1rem}}@media (min-width: 1366px){.list-rooms-zigzag .container{--inline-spacing-left: 13.1rem;--inline-spacing-right: 13.1rem}}@media (min-width: 1680px){.list-rooms-zigzag .container{--inline-spacing-left: 16.1rem;--inline-spacing-right: 16.1rem}}@media (min-width: 1800px){.list-rooms-zigzag .container{--inline-spacing-left: 17.9rem;--inline-spacing-right: 17.9rem}}.list-rooms-zigzag__title{width:100%;text-transform:uppercase;text-align:center;color:rgb(var(--primary),80%);font-size:1.4rem;line-height:1;letter-spacing:.14rem}@media (min-width: 540px){.list-rooms-zigzag__title{font-size:1.4rem;line-height:1.4285714286}}@media (min-width: 768px){.list-rooms-zigzag__title{font-size:1.7rem;line-height:1.2941176471}}@media (min-width: 1280px){.list-rooms-zigzag__title{font-size:1.8rem;line-height:1;letter-spacing:.36rem;max-width:59.467rem}}@media (min-width: 1366px){.list-rooms-zigzag__title{max-width:63.459rem}}@media (min-width: 1680px){.list-rooms-zigzag__title{max-width:75.6rem}}@media (min-width: 1800px){.list-rooms-zigzag__title{max-width:81rem}}.list-rooms-zigzag__item{display:flex;flex-direction:column;gap:1.4rem}@media (min-width: 540px){.list-rooms-zigzag__item{gap:2rem}}@media (min-width: 768px){.list-rooms-zigzag__item{gap:1.9rem;max-width:59.2rem;margin-inline:auto}}@media (min-width: 1280px){.list-rooms-zigzag__item{max-width:unset;flex-direction:row;align-items:center;gap:6.033rem}}@media (min-width: 1366px){.list-rooms-zigzag__item{gap:5.941rem}}@media (min-width: 1680px){.list-rooms-zigzag__item{gap:6.8rem}}@media (min-width: 1800px){.list-rooms-zigzag__item{gap:8.6rem}}.list-rooms-zigzag__item{padding-block:5rem}@media (min-width: 540px){.list-rooms-zigzag__item{padding-block:6rem}}@media (min-width: 768px){.list-rooms-zigzag__item{padding-block:8rem}}@media (min-width: 1024px){.list-rooms-zigzag__item{padding-block:7rem}}@media (min-width: 1280px){.list-rooms-zigzag__item{padding-block:8rem 8.1rem}}@media (min-width: 1366px){.list-rooms-zigzag__item{padding-block:9rem}}@media (min-width: 1680px){.list-rooms-zigzag__item{padding-block:10rem}}@media (min-width: 1800px){.list-rooms-zigzag__item{padding-block:10rem 9.9rem}}.list-rooms-zigzag__item:hover .list-rooms-zigzag__image .btn__group,.list-rooms-zigzag__item.is-visible .list-rooms-zigzag__image .btn__group{transform:translateY(0)}.list-rooms-zigzag__item:hover .list-rooms-zigzag__info-wrapper,.list-rooms-zigzag__item.is-visible .list-rooms-zigzag__info-wrapper{opacity:1;pointer-events:initial;overflow:hidden}.list-rooms-zigzag__item:hover .list-rooms-zigzag__info-wrapper .list-rooms-zigzag__info,.list-rooms-zigzag__item.is-visible .list-rooms-zigzag__info-wrapper .list-rooms-zigzag__info{animation-play-state:running}.list-rooms-zigzag__item:hover .list-rooms-zigzag__info-wrapper .li-element,.list-rooms-zigzag__item.is-visible .list-rooms-zigzag__info-wrapper .li-element{max-width:20rem;display:flex;gap:20px;align-items:center;max-height:10rem}.list-rooms-zigzag__item:hover .list-rooms-zigzag__info-wrapper .icon--svg,.list-rooms-zigzag__item.is-visible .list-rooms-zigzag__info-wrapper .icon--svg{background-color:var(--cl_icon-light);display:block;width:40px;height:40px;mask-size:contain;mask-repeat:no-repeat;mask-position:center;-webkit-mask-size:contain;-webkit-mask-repeat:no-repeat;-webkit-mask-position:center}.list-rooms-zigzag__item:hover .list-rooms-zigzag__info,.list-rooms-zigzag__item.is-visible .list-rooms-zigzag__info{opacity:1;pointer-events:initial;display:flex}.list-rooms-zigzag__item:hover .list-rooms-zigzag__info .li-element,.list-rooms-zigzag__item.is-visible .list-rooms-zigzag__info .li-element{max-width:20rem;display:flex;gap:20px;align-items:center;max-height:10rem}.list-rooms-zigzag__image{position:relative;overflow:hidden;width:100%}@media (min-width: 1280px){.list-rooms-zigzag__image{flex:0 0 auto;max-width:59.467rem}}@media (min-width: 1366px){.list-rooms-zigzag__image{max-width:63.459rem}}@media (min-width: 1680px){.list-rooms-zigzag__image{max-width:75.6rem}}@media (min-width: 1680px){.list-rooms-zigzag__image{max-width:81rem}}.list-rooms-zigzag__image figure{aspect-ratio:295/207}.list-rooms-zigzag__image--graphic{color:var(--white);position:absolute;bottom:-.1rem;left:50%;transform:scaleY(-1) translate(-50%);aspect-ratio:2/1;width:6rem;z-index:1}@media (min-width: 540px){.list-rooms-zigzag__image--graphic{width:10rem}}@media (min-width: 1280px){.list-rooms-zigzag__image--graphic{bottom:unset;left:unset;top:50%;right:-.1rem;transform:translate(50%) rotate(90deg);transform-origin:top}}.list-rooms-zigzag__image .btn__group{display:none;transition:var(--transition);background:var(--cl_background_body)}@media (min-width: 1024px){.list-rooms-zigzag__image .btn__group{display:flex;opacity:0;pointer-events:none;position:absolute;inset:-.1rem;top:auto;padding-bottom:.1rem;transform:translateY(100%)}}@media (min-width: 1280px){.list-rooms-zigzag__image .btn__group{opacity:1;pointer-events:initial;padding-top:3rem;justify-content:center;gap:3rem}}.list-rooms-zigzag__info-wrapper{opacity:0;pointer-events:none;position:absolute;inset:0 0 auto;padding:3rem;transition:var(--transition);color:var(--white);height:21rem;overflow:hidden;display:flex;align-items:center;background:linear-gradient(180deg,rgb(var(--primary),30%),rgb(var(--primary),0%));z-index:2}.list-rooms-zigzag__info-wrapper .list-rooms-zigzag__info{display:none}.list-rooms-zigzag__info{display:flex;gap:5rem;width:max-content;margin:0;padding:0;list-style:none;animation:scrollEquipments 90s linear infinite;animation-play-state:paused;font-size:1.8rem;line-height:1;letter-spacing:.036rem}@media (min-width: 1280px){.list-rooms-zigzag__content{flex:1 1 auto}}.list-rooms-zigzag__content--image{display:none}@media (min-width: 1024px){.list-rooms-zigzag__content--image{opacity:0;display:block;pointer-events:none;transition:var(--transition)}}@media (min-width: 1280px){.list-rooms-zigzag__content--image{opacity:1;pointer-events:initial;position:absolute;right:0;top:5.056rem;overflow:hidden;aspect-ratio:160/207;width:16rem;transform:translate(var(--inline-spacing-right))}}@media (min-width: 1366px){.list-rooms-zigzag__content--image{top:6.056rem}}@media (min-width: 1680px){.list-rooms-zigzag__content--image{width:18.551rem;top:7.056rem}}@media (min-width: 1800px){.list-rooms-zigzag__content--image{width:19.9rem;top:8rem}}.list-rooms-zigzag__content--image img{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover}.list-rooms-zigzag__content h2{font-size:4.8rem;line-height:1;margin-bottom:3.1rem}@media (min-width: 540px){.list-rooms-zigzag__content h2{font-size:6.6rem;line-height:1;margin-bottom:3.6rem}}@media (min-width: 768px){.list-rooms-zigzag__content h2{font-size:8rem;line-height:1;margin-bottom:4.8rem}}@media (min-width: 1024px){.list-rooms-zigzag__content h2{margin-bottom:5rem}}@media (min-width: 1280px){.list-rooms-zigzag__content h2{font-size:9rem;line-height:1;margin-bottom:3rem;width:min-content}}@media (min-width: 1680px){.list-rooms-zigzag__content h2{font-size:11rem;line-height:1;margin-bottom:5.5rem}}.list-rooms-zigzag__content p{color:rgb(var(--primary),80%);font-size:1.6rem;line-height:1.5}@media (min-width: 540px){.list-rooms-zigzag__content p{font-size:1.8rem;line-height:1.5555555556;width:43.5rem}}@media (min-width: 768px){.list-rooms-zigzag__content p{font-size:2rem;line-height:1.6;letter-spacing:.04rem;width:59.8rem}}@media (min-width: 1280px){.list-rooms-zigzag__content p{font-size:2rem;line-height:1.7;width:35.4rem}}@media (min-width: 1680px){.list-rooms-zigzag__content p{width:43.4rem}}.list-rooms-zigzag__content .btn__group{flex-direction:column;align-items:center;gap:2rem;margin-top:2.7rem}@media (min-width: 540px){.list-rooms-zigzag__content .btn__group{margin-top:2.9rem}}@media (min-width: 768px){.list-rooms-zigzag__content .btn__group{flex-direction:row;gap:3rem;justify-content:center;margin-top:3.7rem}}@media (min-width: 1024px){.list-rooms-zigzag__content .btn__group{margin-top:5rem}}@media (min-width: 1280px){.list-rooms-zigzag__content .btn__group{display:none}}.list-rooms-zigzag .list-rooms-zigzag--right.list-rooms-zigzag__item{background-color:var(--cl_background_dark);z-index:1}@media (min-width: 1280px){.list-rooms-zigzag .list-rooms-zigzag--right.list-rooms-zigzag__item{flex-direction:row-reverse}}@media (min-width: 1280px){.list-rooms-zigzag .list-rooms-zigzag--right.list-rooms-zigzag__item .list-rooms-zigzag__image--graphic{left:-.1rem;top:50%;right:unset;transform:translate(-50%) rotate(-90deg);transform-origin:top}}.list-rooms-zigzag .list-rooms-zigzag--right.list-rooms-zigzag__item .list-rooms-zigzag__content{z-index:1}@media (min-width: 1280px){.list-rooms-zigzag .list-rooms-zigzag--right.list-rooms-zigzag__item .list-rooms-zigzag__content{padding-left:.9rem}}@media (min-width: 1680px){.list-rooms-zigzag .list-rooms-zigzag--right.list-rooms-zigzag__item .list-rooms-zigzag__content{padding-left:9.3rem}}@media (min-width: 1680px){.list-rooms-zigzag .list-rooms-zigzag--right.list-rooms-zigzag__item .list-rooms-zigzag__content{padding-left:6.2rem}}@media (min-width: 1280px){.list-rooms-zigzag .list-rooms-zigzag--right.list-rooms-zigzag__item .list-rooms-zigzag__content--image{transform:translate(calc(-1 * var(--inline-spacing-left)));left:0;right:unset}}.list-rooms-zigzag .list-rooms-zigzag--right.bg-cream{background-color:var(--cl_background_dark)}.list-rooms-zigzag .list-rooms-zigzag--right.bg-cream .list-rooms-zigzag__image .btn__group{background:var(--cl_background_dark)}.list-rooms-zigzag .list-rooms-zigzag--right.bg-cream .list-rooms-zigzag__image--graphic{color:var(--cl_background_dark)}.list-rooms-zigzag .list-rooms-zigzag--right.bg-cream:before{content:\"\";position:absolute;top:0;bottom:0;left:calc(50% - 50vw);width:100vw;background:#f9f8f5;z-index:0}.list-rooms-zigzag.js-active-slider .js-slider-arrows{left:calc(-1 * (2rem + var(--inline-spacing-left) / 2));right:calc(-1 * (2rem + var(--inline-spacing-right) / 2))}@media (min-width: 540px){.list-rooms-zigzag.js-active-slider .js-slider-arrows{left:calc(-1 * (3rem + var(--inline-spacing-left) / 2));right:calc(-1 * (3rem + var(--inline-spacing-right) / 2))}}@media (min-width: 1280px){.list-rooms-zigzag.js-active-slider .js-slider-arrows{right:auto}}@keyframes scrollEquipments{0%{transform:translate(0)}to{transform:translate(calc(-50% - 2.5rem))}}\n"] }]
|
|
17079
|
+
args: [{ selector: 'lib-babylon-rooms-list-v2', standalone: true, imports: [CommonModule, BabylonLinkTypeDirective], template: "<section class=\"list-rooms-zigzag\">\n @if (items?.length) {\n <div class=\"container\">\n @for (item of items; track $index) {\n <div\n class=\"list-rooms-zigzag__item relative\"\n [ngClass]=\"{\n 'list-rooms-zigzag--right bg-cream': $index % 2 != 0,\n }\"\n >\n <div class=\"list-rooms-zigzag__image\">\n <svg\n aria-hidden=\"true\"\n focusable=\"false\"\n class=\"list-rooms-zigzag__image--graphic\"\n >\n <use\n href=\"/assets/babylon/svg/icon-graphic.svg#icon-graphic\"\n ></use>\n </svg>\n @if (item?.images?.[0]?.src) {\n <figure>\n <img\n [src]=\"item?.images?.[0]?.src\"\n [alt]=\"item?.images?.[0]?.alt\"\n />\n </figure>\n }\n <div class=\"list-rooms-zigzag__info-wrapper\">\n <ul class=\"list-rooms-zigzag__info\">\n @if (item?.equipments?.length) {\n @for (\n equipment of item?.equipments;\n track $index\n ) {\n <li class=\"li-element\">\n <i\n class=\"icon--svg\"\n [ngClass]=\"equipment?.icon\"\n ></i>\n {{ equipment?.name }}\n </li>\n }\n\n @for (\n equipment of item?.equipments;\n track $index + '-dup'\n ) {\n <li class=\"li-element\">\n <i\n class=\"icon--svg\"\n [ngClass]=\"equipment?.icon\"\n ></i>\n {{ equipment?.name }}\n </li>\n }\n }\n </ul>\n </div>\n @if (item?.buttons?.length) {\n <div class=\"btn__group\">\n @for (btn of item?.buttons; track $index) {\n <a\n role=\"button\"\n [href]=\"btn?.url\"\n [linkType]=\"btn?.linkType\"\n class=\"btn btn__primary\"\n >\n <span>{{ btn?.label }}</span>\n </a>\n }\n </div>\n }\n </div>\n <div class=\"list-rooms-zigzag__content\">\n @if (item?.texts?.name) {\n <h2 [innerHTML]=\"item?.texts?.name\"></h2>\n }\n @if (item?.texts?.description) {\n <p [innerHTML]=\"item?.texts?.description\"></p>\n }\n @if (item?.buttons?.length) {\n <div class=\"btn__group\">\n @for (btn of item?.buttons; track $index) {\n <a\n [href]=\"btn?.url\"\n class=\"btn btn__primary\"\n >\n <span>{{ btn?.label }}</span>\n </a>\n }\n </div>\n }\n </div>\n </div>\n }\n </div>\n }\n</section>\n", styles: ["@charset \"UTF-8\";@media (min-width: 1280px){.order-custom-xl-xxl-1{order:1}.order-custom-xl-xxl-2{order:2}}.flex-row{flex-direction:row!important}.flex-column{flex-direction:column!important}.flex-row-reverse{flex-direction:row-reverse!important}.flex-column-reverse{flex-direction:column-reverse!important}.flex-wrap{flex-wrap:wrap!important}.flex-nowrap{flex-wrap:nowrap!important}.flex-wrap-reverse{flex-wrap:wrap-reverse!important}.flex-fill{flex:1 1 auto!important}.flex-grow-0{flex-grow:0!important}.flex-grow-1{flex-grow:1!important}.flex-shrink-0{flex-shrink:0!important}.flex-shrink-1{flex-shrink:1!important}.justify-content-start{justify-content:flex-start!important}.justify-content-end{justify-content:flex-end!important}.justify-content-center{justify-content:center!important}.justify-content-between{justify-content:space-between!important}.justify-content-around{justify-content:space-around!important}.align-items-start{align-items:flex-start!important}.align-items-end{align-items:flex-end!important}.align-items-center{align-items:center!important}.align-items-baseline{align-items:baseline!important}.align-items-stretch{align-items:stretch!important}.align-content-start{align-content:flex-start!important}.align-content-end{align-content:flex-end!important}.align-content-center{align-content:center!important}.align-content-between{align-content:space-between!important}.align-content-around{align-content:space-around!important}.align-content-stretch{align-content:stretch!important}.align-self-auto{align-self:auto!important}.align-self-start{align-self:flex-start!important}.align-self-end{align-self:flex-end!important}.align-self-center{align-self:center!important}.align-self-baseline{align-self:baseline!important}.align-self-stretch{align-self:stretch!important}.m-auto{margin:auto!important}.mt-auto,.my-auto{margin-top:auto!important}.mr-auto,.mx-auto{margin-right:auto!important}.mb-auto,.my-auto{margin-bottom:auto!important}.ml-auto,.mx-auto{margin-left:auto!important}@media (min-width: 540px){.flex-sm-row{flex-direction:row!important}.flex-sm-column{flex-direction:column!important}.flex-sm-row-reverse{flex-direction:row-reverse!important}.flex-sm-column-reverse{flex-direction:column-reverse!important}.flex-sm-wrap{flex-wrap:wrap!important}.flex-sm-nowrap{flex-wrap:nowrap!important}.flex-sm-wrap-reverse{flex-wrap:wrap-reverse!important}.flex-sm-fill{flex:1 1 auto!important}.flex-sm-grow-0{flex-grow:0!important}.flex-sm-grow-1{flex-grow:1!important}.flex-sm-shrink-0{flex-shrink:0!important}.flex-sm-shrink-1{flex-shrink:1!important}.justify-content-sm-start{justify-content:flex-start!important}.justify-content-sm-end{justify-content:flex-end!important}.justify-content-sm-center{justify-content:center!important}.justify-content-sm-between{justify-content:space-between!important}.justify-content-sm-around{justify-content:space-around!important}.align-items-sm-start{align-items:flex-start!important}.align-items-sm-end{align-items:flex-end!important}.align-items-sm-center{align-items:center!important}.align-items-sm-baseline{align-items:baseline!important}.align-items-sm-stretch{align-items:stretch!important}.align-content-sm-start{align-content:flex-start!important}.align-content-sm-end{align-content:flex-end!important}.align-content-sm-center{align-content:center!important}.align-content-sm-between{align-content:space-between!important}.align-content-sm-around{align-content:space-around!important}.align-content-sm-stretch{align-content:stretch!important}.align-self-sm-auto{align-self:auto!important}.align-self-sm-start{align-self:flex-start!important}.align-self-sm-end{align-self:flex-end!important}.align-self-sm-center{align-self:center!important}.align-self-sm-baseline{align-self:baseline!important}.align-self-sm-stretch{align-self:stretch!important}.m-sm-auto{margin:auto!important}.mt-sm-auto,.my-sm-auto{margin-top:auto!important}.mr-sm-auto,.mx-sm-auto{margin-right:auto!important}.mb-sm-auto,.my-sm-auto{margin-bottom:auto!important}.ml-sm-auto,.mx-sm-auto{margin-left:auto!important}}@media (min-width: 768px){.flex-md-row{flex-direction:row!important}.flex-md-column{flex-direction:column!important}.flex-md-row-reverse{flex-direction:row-reverse!important}.flex-md-column-reverse{flex-direction:column-reverse!important}.flex-md-wrap{flex-wrap:wrap!important}.flex-md-nowrap{flex-wrap:nowrap!important}.flex-md-wrap-reverse{flex-wrap:wrap-reverse!important}.flex-md-fill{flex:1 1 auto!important}.flex-md-grow-0{flex-grow:0!important}.flex-md-grow-1{flex-grow:1!important}.flex-md-shrink-0{flex-shrink:0!important}.flex-md-shrink-1{flex-shrink:1!important}.justify-content-md-start{justify-content:flex-start!important}.justify-content-md-end{justify-content:flex-end!important}.justify-content-md-center{justify-content:center!important}.justify-content-md-between{justify-content:space-between!important}.justify-content-md-around{justify-content:space-around!important}.align-items-md-start{align-items:flex-start!important}.align-items-md-end{align-items:flex-end!important}.align-items-md-center{align-items:center!important}.align-items-md-baseline{align-items:baseline!important}.align-items-md-stretch{align-items:stretch!important}.align-content-md-start{align-content:flex-start!important}.align-content-md-end{align-content:flex-end!important}.align-content-md-center{align-content:center!important}.align-content-md-between{align-content:space-between!important}.align-content-md-around{align-content:space-around!important}.align-content-md-stretch{align-content:stretch!important}.align-self-md-auto{align-self:auto!important}.align-self-md-start{align-self:flex-start!important}.align-self-md-end{align-self:flex-end!important}.align-self-md-center{align-self:center!important}.align-self-md-baseline{align-self:baseline!important}.align-self-md-stretch{align-self:stretch!important}.m-md-auto{margin:auto!important}.mt-md-auto,.my-md-auto{margin-top:auto!important}.mr-md-auto,.mx-md-auto{margin-right:auto!important}.mb-md-auto,.my-md-auto{margin-bottom:auto!important}.ml-md-auto,.mx-md-auto{margin-left:auto!important}}@media (min-width: 1025px){.flex-lg-row{flex-direction:row!important}.flex-lg-column{flex-direction:column!important}.flex-lg-row-reverse{flex-direction:row-reverse!important}.flex-lg-column-reverse{flex-direction:column-reverse!important}.flex-lg-wrap{flex-wrap:wrap!important}.flex-lg-nowrap{flex-wrap:nowrap!important}.flex-lg-wrap-reverse{flex-wrap:wrap-reverse!important}.flex-lg-fill{flex:1 1 auto!important}.flex-lg-grow-0{flex-grow:0!important}.flex-lg-grow-1{flex-grow:1!important}.flex-lg-shrink-0{flex-shrink:0!important}.flex-lg-shrink-1{flex-shrink:1!important}.justify-content-lg-start{justify-content:flex-start!important}.justify-content-lg-end{justify-content:flex-end!important}.justify-content-lg-center{justify-content:center!important}.justify-content-lg-between{justify-content:space-between!important}.justify-content-lg-around{justify-content:space-around!important}.align-items-lg-start{align-items:flex-start!important}.align-items-lg-end{align-items:flex-end!important}.align-items-lg-center{align-items:center!important}.align-items-lg-baseline{align-items:baseline!important}.align-items-lg-stretch{align-items:stretch!important}.align-content-lg-start{align-content:flex-start!important}.align-content-lg-end{align-content:flex-end!important}.align-content-lg-center{align-content:center!important}.align-content-lg-between{align-content:space-between!important}.align-content-lg-around{align-content:space-around!important}.align-content-lg-stretch{align-content:stretch!important}.align-self-lg-auto{align-self:auto!important}.align-self-lg-start{align-self:flex-start!important}.align-self-lg-end{align-self:flex-end!important}.align-self-lg-center{align-self:center!important}.align-self-lg-baseline{align-self:baseline!important}.align-self-lg-stretch{align-self:stretch!important}.m-lg-auto{margin:auto!important}.mt-lg-auto,.my-lg-auto{margin-top:auto!important}.mr-lg-auto,.mx-lg-auto{margin-right:auto!important}.mb-lg-auto,.my-lg-auto{margin-bottom:auto!important}.ml-lg-auto,.mx-lg-auto{margin-left:auto!important}}@media (min-width: 1280px){.flex-xl-row{flex-direction:row!important}.flex-xl-column{flex-direction:column!important}.flex-xl-row-reverse{flex-direction:row-reverse!important}.flex-xl-column-reverse{flex-direction:column-reverse!important}.flex-xl-wrap{flex-wrap:wrap!important}.flex-xl-nowrap{flex-wrap:nowrap!important}.flex-xl-wrap-reverse{flex-wrap:wrap-reverse!important}.flex-xl-fill{flex:1 1 auto!important}.flex-xl-grow-0{flex-grow:0!important}.flex-xl-grow-1{flex-grow:1!important}.flex-xl-shrink-0{flex-shrink:0!important}.flex-xl-shrink-1{flex-shrink:1!important}.justify-content-xl-start{justify-content:flex-start!important}.justify-content-xl-end{justify-content:flex-end!important}.justify-content-xl-center{justify-content:center!important}.justify-content-xl-between{justify-content:space-between!important}.justify-content-xl-around{justify-content:space-around!important}.align-items-xl-start{align-items:flex-start!important}.align-items-xl-end{align-items:flex-end!important}.align-items-xl-center{align-items:center!important}.align-items-xl-baseline{align-items:baseline!important}.align-items-xl-stretch{align-items:stretch!important}.align-content-xl-start{align-content:flex-start!important}.align-content-xl-end{align-content:flex-end!important}.align-content-xl-center{align-content:center!important}.align-content-xl-between{align-content:space-between!important}.align-content-xl-around{align-content:space-around!important}.align-content-xl-stretch{align-content:stretch!important}.align-self-xl-auto{align-self:auto!important}.align-self-xl-start{align-self:flex-start!important}.align-self-xl-end{align-self:flex-end!important}.align-self-xl-center{align-self:center!important}.align-self-xl-baseline{align-self:baseline!important}.align-self-xl-stretch{align-self:stretch!important}.m-xl-auto{margin:auto!important}.mt-xl-auto,.my-xl-auto{margin-top:auto!important}.mr-xl-auto,.mx-xl-auto{margin-right:auto!important}.mb-xl-auto,.my-xl-auto{margin-bottom:auto!important}.ml-xl-auto,.mx-xl-auto{margin-left:auto!important}}@media (min-width: 1366px){.flex-xxl-row{flex-direction:row!important}.flex-xxl-column{flex-direction:column!important}.flex-xxl-row-reverse{flex-direction:row-reverse!important}.flex-xxl-column-reverse{flex-direction:column-reverse!important}.flex-xxl-wrap{flex-wrap:wrap!important}.flex-xxl-nowrap{flex-wrap:nowrap!important}.flex-xxl-wrap-reverse{flex-wrap:wrap-reverse!important}.flex-xxl-fill{flex:1 1 auto!important}.flex-xxl-grow-0{flex-grow:0!important}.flex-xxl-grow-1{flex-grow:1!important}.flex-xxl-shrink-0{flex-shrink:0!important}.flex-xxl-shrink-1{flex-shrink:1!important}.justify-content-xxl-start{justify-content:flex-start!important}.justify-content-xxl-end{justify-content:flex-end!important}.justify-content-xxl-center{justify-content:center!important}.justify-content-xxl-between{justify-content:space-between!important}.justify-content-xxl-around{justify-content:space-around!important}.align-items-xxl-start{align-items:flex-start!important}.align-items-xxl-end{align-items:flex-end!important}.align-items-xxl-center{align-items:center!important}.align-items-xxl-baseline{align-items:baseline!important}.align-items-xxl-stretch{align-items:stretch!important}.align-content-xxl-start{align-content:flex-start!important}.align-content-xxl-end{align-content:flex-end!important}.align-content-xxl-center{align-content:center!important}.align-content-xxl-between{align-content:space-between!important}.align-content-xxl-around{align-content:space-around!important}.align-content-xxl-stretch{align-content:stretch!important}.align-self-xxl-auto{align-self:auto!important}.align-self-xxl-start{align-self:flex-start!important}.align-self-xxl-end{align-self:flex-end!important}.align-self-xxl-center{align-self:center!important}.align-self-xxl-baseline{align-self:baseline!important}.align-self-xxl-stretch{align-self:stretch!important}.m-xxl-auto{margin:auto!important}.mt-xxl-auto,.my-xxl-auto{margin-top:auto!important}.mr-xxl-auto,.mx-xxl-auto{margin-right:auto!important}.mb-xxl-auto,.my-xxl-auto{margin-bottom:auto!important}.ml-xxl-auto,.mx-xxl-auto{margin-left:auto!important}}@media (min-width: 1680px){.flex-xxxl-row{flex-direction:row!important}.flex-xxxl-column{flex-direction:column!important}.flex-xxxl-row-reverse{flex-direction:row-reverse!important}.flex-xxxl-column-reverse{flex-direction:column-reverse!important}.flex-xxxl-wrap{flex-wrap:wrap!important}.flex-xxxl-nowrap{flex-wrap:nowrap!important}.flex-xxxl-wrap-reverse{flex-wrap:wrap-reverse!important}.flex-xxxl-fill{flex:1 1 auto!important}.flex-xxxl-grow-0{flex-grow:0!important}.flex-xxxl-grow-1{flex-grow:1!important}.flex-xxxl-shrink-0{flex-shrink:0!important}.flex-xxxl-shrink-1{flex-shrink:1!important}.justify-content-xxxl-start{justify-content:flex-start!important}.justify-content-xxxl-end{justify-content:flex-end!important}.justify-content-xxxl-center{justify-content:center!important}.justify-content-xxxl-between{justify-content:space-between!important}.justify-content-xxxl-around{justify-content:space-around!important}.align-items-xxxl-start{align-items:flex-start!important}.align-items-xxxl-end{align-items:flex-end!important}.align-items-xxxl-center{align-items:center!important}.align-items-xxxl-baseline{align-items:baseline!important}.align-items-xxxl-stretch{align-items:stretch!important}.align-content-xxxl-start{align-content:flex-start!important}.align-content-xxxl-end{align-content:flex-end!important}.align-content-xxxl-center{align-content:center!important}.align-content-xxxl-between{align-content:space-between!important}.align-content-xxxl-around{align-content:space-around!important}.align-content-xxxl-stretch{align-content:stretch!important}.align-self-xxxl-auto{align-self:auto!important}.align-self-xxxl-start{align-self:flex-start!important}.align-self-xxxl-end{align-self:flex-end!important}.align-self-xxxl-center{align-self:center!important}.align-self-xxxl-baseline{align-self:baseline!important}.align-self-xxxl-stretch{align-self:stretch!important}.m-xxxl-auto{margin:auto!important}.mt-xxxl-auto,.my-xxxl-auto{margin-top:auto!important}.mr-xxxl-auto,.mx-xxxl-auto{margin-right:auto!important}.mb-xxxl-auto,.my-xxxl-auto{margin-bottom:auto!important}.ml-xxxl-auto,.mx-xxxl-auto{margin-left:auto!important}}@media (min-width: 1921px){.flex-xxxxl-row{flex-direction:row!important}.flex-xxxxl-column{flex-direction:column!important}.flex-xxxxl-row-reverse{flex-direction:row-reverse!important}.flex-xxxxl-column-reverse{flex-direction:column-reverse!important}.flex-xxxxl-wrap{flex-wrap:wrap!important}.flex-xxxxl-nowrap{flex-wrap:nowrap!important}.flex-xxxxl-wrap-reverse{flex-wrap:wrap-reverse!important}.flex-xxxxl-fill{flex:1 1 auto!important}.flex-xxxxl-grow-0{flex-grow:0!important}.flex-xxxxl-grow-1{flex-grow:1!important}.flex-xxxxl-shrink-0{flex-shrink:0!important}.flex-xxxxl-shrink-1{flex-shrink:1!important}.justify-content-xxxxl-start{justify-content:flex-start!important}.justify-content-xxxxl-end{justify-content:flex-end!important}.justify-content-xxxxl-center{justify-content:center!important}.justify-content-xxxxl-between{justify-content:space-between!important}.justify-content-xxxxl-around{justify-content:space-around!important}.align-items-xxxxl-start{align-items:flex-start!important}.align-items-xxxxl-end{align-items:flex-end!important}.align-items-xxxxl-center{align-items:center!important}.align-items-xxxxl-baseline{align-items:baseline!important}.align-items-xxxxl-stretch{align-items:stretch!important}.align-content-xxxxl-start{align-content:flex-start!important}.align-content-xxxxl-end{align-content:flex-end!important}.align-content-xxxxl-center{align-content:center!important}.align-content-xxxxl-between{align-content:space-between!important}.align-content-xxxxl-around{align-content:space-around!important}.align-content-xxxxl-stretch{align-content:stretch!important}.align-self-xxxxl-auto{align-self:auto!important}.align-self-xxxxl-start{align-self:flex-start!important}.align-self-xxxxl-end{align-self:flex-end!important}.align-self-xxxxl-center{align-self:center!important}.align-self-xxxxl-baseline{align-self:baseline!important}.align-self-xxxxl-stretch{align-self:stretch!important}.m-xxxxl-auto{margin:auto!important}.mt-xxxxl-auto,.my-xxxxl-auto{margin-top:auto!important}.mr-xxxxl-auto,.mx-xxxxl-auto{margin-right:auto!important}.mb-xxxxl-auto,.my-xxxxl-auto{margin-bottom:auto!important}.ml-xxxxl-auto,.mx-xxxxl-auto{margin-left:auto!important}}.mt--0{margin-top:0!important}.mb--0{margin-bottom:0!important}.pt--0{padding-top:0}.pb--0{padding-bottom:0}.mblock--0{margin-block:0px}.pblock--0{padding-block:0px}.mt--10{margin-top:10px!important}.mb--10{margin-bottom:10px!important}.pt--10{padding-top:10px}.pb--10{padding-bottom:10px}.mblock--10{margin-block:10px}.pblock--10{padding-block:10px}.mt--20{margin-top:20px!important}.mb--20{margin-bottom:20px!important}.pt--20{padding-top:20px}.pb--20{padding-bottom:20px}.mblock--20{margin-block:20px}.pblock--20{padding-block:20px}.mt--25{margin-top:25px!important}.mb--25{margin-bottom:25px!important}.pt--25{padding-top:25px}.pb--25{padding-bottom:25px}.mblock--25{margin-block:25px}.pblock--25{padding-block:25px}.mt--30{margin-top:30px!important}.mb--30{margin-bottom:30px!important}.pt--30{padding-top:30px}.pb--30{padding-bottom:30px}.mblock--30{margin-block:30px}.pblock--30{padding-block:30px}.mt--40{margin-top:40px!important}.mb--40{margin-bottom:40px!important}.pt--40{padding-top:40px}.pb--40{padding-bottom:40px}.mblock--40{margin-block:40px}.pblock--40{padding-block:40px}.mt--50{margin-top:50px!important}.mb--50{margin-bottom:50px!important}.pt--50{padding-top:50px}.pb--50{padding-bottom:50px}.mblock--50{margin-block:50px}.pblock--50{padding-block:50px}.mt--60{margin-top:60px!important}.mb--60{margin-bottom:60px!important}.pt--60{padding-top:60px}.pb--60{padding-bottom:60px}.mblock--60{margin-block:60px}.pblock--60{padding-block:60px}.mt--70{margin-top:70px!important}.mb--70{margin-bottom:70px!important}.pt--70{padding-top:70px}.pb--70{padding-bottom:70px}.mblock--70{margin-block:70px}.pblock--70{padding-block:70px}.mt--80{margin-top:80px!important}.mb--80{margin-bottom:80px!important}.pt--80{padding-top:80px}.pb--80{padding-bottom:80px}.mblock--80{margin-block:80px}.pblock--80{padding-block:80px}.mt--90{margin-top:90px!important}.mb--90{margin-bottom:90px!important}.pt--90{padding-top:90px}.pb--90{padding-bottom:90px}.mblock--90{margin-block:90px}.pblock--90{padding-block:90px}.mt--100{margin-top:100px!important}.mb--100{margin-bottom:100px!important}.pt--100{padding-top:100px}.pb--100{padding-bottom:100px}.mblock--100{margin-block:100px}.pblock--100{padding-block:100px}.mt--150{margin-top:150px!important}.mb--150{margin-bottom:150px!important}.pt--150{padding-top:150px}.pb--150{padding-bottom:150px}.mblock--150{margin-block:150px}.pblock--150{padding-block:150px}.mt--180{margin-top:180px!important}.mb--180{margin-bottom:180px!important}.pt--180{padding-top:180px}.pb--180{padding-bottom:180px}.mblock--180{margin-block:180px}.pblock--180{padding-block:180px}@keyframes move-right{0%{right:30px}50%{right:20px}to{right:30px}}:root{--font-title: \"the-seasons\", Helvetica, sans-serif;--font-pretitle: \"Poppins\", Helvetica, sans-serif;--font-text: \"Poppins\", Helvetica, sans-serif;--font-claim: \"turbinado-pro\", Helvetica, sans-serif;--cl_corp: #24262d;--cl_accent: #aa8453;--cl_icon: #978667;--cl_icon-light: #fff;--cl_border-light: #ededed;--cl_border-dark: #d9e1e6;--cl_shadow: rgba(0, 0, 0, .1);--cl_breadcrumb: #24262d;--cl_breadcrumb-hover: #978667;--cl_preload-bg: #ededed;--cl_preload: #24262d;--cl_background_body: #fdfbf8;--cl_background_white: #fff;--cl_background_dark: #19314b;--cl_background_gray: #eee;--cl_background_dark-opacity: #19314bbf;--cl_background_dark-opacity-v2: #1326398b;--cl_background_body-transparent: #ffffffe7;--cl_title: #978667;--cl_subtitle: #19314b;--cl_pretitle: #19314b;--cl_text: #3c3b3b;--cl_title-light: #fff;--cl_subtitle-light: #fff;--cl_pretitle-light: #fff;--cl_text-light: #fff;--cl_text-disable: #888;--w_title: 600;--w_text: 300;--w_subtitle: 300;--w_pretitle: 300;--padding-bottom-slider: 0px;--lh_pretitle-slider: 1.2;--lh_title-slider: 1.2;--cl_header-bg-nosticky: #0000001a;--cl_header-text-nosticky: #fff;--cl_header-bg-sticky: #eee;--cl_header-text-sticky: #19314b;--cl_header-bg-mobile: #b6b6b6;--cl_headerBottom-bg-mobile: #b6b6b6;--cl_header-text-mobile: #19314b;--cl_menu-modal-bg: #19314b;--cl_menu-modal-items: #978667;--cl_menu-modal-items-hover: #fff;--cl_menu-modal-text: #fff;--cl_menu-modal-text-hover: #fff;--ls_menu-modal-items: 1px;--w_menu-modal-items: 300;--hg_menu-img-height: 15rem;--cl_submenu-bg: #19314b;--cl_submenu-text: #fff;--cl_submenu-hover: #978667;--w_btn: 400;--size_btn: 14px;--size_link: 14px;--ls_link: 1px;--ls_btn: 1px;--upper_btn: uppercase;--upper_link: uppercase;--font-btn: \"Poppins\", Helvetica, sans-serif;--font-link: \"Poppins\", Helvetica, sans-serif;--cl_btn-box: #19314b;--cl_btn-box-text: #19314b;--cl_btn-box-hover: #978667;--cl_btn-box-text-hover: #fff;--cl_btn-call: #19314bf2;--cl_btn-call-text: #fff;--cl_btn-call-hover: #978667;--cl_btn-call-text-hover: #fff;--cl_btn-link: #19314b;--cl_btn-link-hover: #978667;--cl_btn-arrow: #19314b;--cl_btn-arrow-icon: #fff;--cl_btn-arrow-hover: #978667;--cl_btn-arrow-icon-hover: #fff;--cl_btn-dots: #24262d;--cl_btn-dots-active: #978667;--cl_btn-dots-hover: #978667;--cl_btn-light: #fff;--cl_btn-light-text: #fff;--cl_btn-light-hover: #978667;--cl_btn-light-text-hover: #978667;--cl_footer-bg: #19314b;--cl_footer-bg-bottom: #0a1d31;--cl_footer-bg-logos: #f8f7f3;--cl_footer-scroll: #978667;--cl_footer-text: #fff;--cl_footer-text-hover: #978667;--btn_radius: 5px;--img_radius: 5px;--img_border: #fff;--img_border-width: 1px;--dropdown-radius: 20px;--cl_background_dropdown: #fdfbf8;--cl_border-dropdown: #d9e1e6;--font-size-engine-text: 14px;--cl_engine-text: #19314b;--cl_engine-bg-nosticky: #ffffffcf;--cl_engine-text-nosticky: #19314b;--cl_engine-bg-sticky: #ffffff00;--cl_engine-text-sticky: #19314b;--cl_engine-bg-modal: #19314bbf;--cl_engine-input-bg: #ebebeb;--cl_engine-input-bg-select: #ebebeb;--cl_dropdown: #19314b;--cl_dropdown-text: #5a5a5a;--cl_dropdown-hover: #19314b;--cl_newsletter-input-background: #d1d1d1;--cl_newsletter-input-text: #5a5a5a;--cl_error: #ff7173;--cl_desde: #bcbbc3;--cl_price: #19314b;--cl_badget: #ff8874;--cl_badget-text: #fff;--alg-service-room-detail: center;--cl_alert-text: #19314b;--cl_alert-text-error: #fff;--cl_alert-background: #fff;--cl_alert-background-error: rgb(230, 92, 92);--mdc-checkbox-disabled-selected-icon-color: rgba(0, 0, 0, .38);--mdc-checkbox-disabled-unselected-icon-color: rgba(0, 0, 0, .38);--mdc-checkbox-selected-checkmark-color: white;--mdc-checkbox-selected-focus-icon-color: var(--cl_corp);--mdc-checkbox-selected-hover-icon-color: var(--cl_corp);--mdc-checkbox-selected-icon-color: var(--cl_corp);--mdc-checkbox-selected-pressed-icon-color: var(--cl_corp);--mdc-checkbox-unselected-focus-icon-color: #212121;--mdc-checkbox-unselected-hover-icon-color: #212121;--mdc-checkbox-unselected-icon-color: rgba(0, 0, 0, .54);--mdc-checkbox-unselected-pressed-icon-color: rgba(0, 0, 0, .54);--mdc-checkbox-selected-focus-state-layer-color: var(--cl_corp);--mdc-checkbox-selected-hover-state-layer-color: var(--cl_corp);--mdc-checkbox-selected-pressed-state-layer-color: var(--cl_corp);--mdc-checkbox-unselected-focus-state-layer-color: black;--mdc-checkbox-unselected-hover-state-layer-color: black;--mdc-checkbox-unselected-pressed-state-layer-color: black;--mat-checkbox-disabled-label-color: rgba(0, 0, 0, .38);--primary: #4a4a49;--cream: #f9f8f5;--white: #ffffff;--black: #000000;--whatsapp: #24cc63;--logo: #616161;--grey: #dcdcdc;--darkgrey: #1e1e1e;--instagram: #61bdff;--facebook: #3782f4;--twitter: #4a4a49;--youtube: #d9464b;--tripadvisor: #34e0a1;--booking: #0c3b7c;--silver: #c0bebe;--gold: #ffca64;--platinum: #b5d9e2}.cs_dark{--cl_corp: #181818;--cl_accent: #aa8453;--cl_icon: #aa8453;--cl_icon-light: #fff;--cl_border-light: #ededed;--cl_border-dark: #d9e1e6;--cl_shadow: rgba(0, 0, 0, .1);--cl_breadcrumb: #fff;--cl_breadcrumb-hover: #aa8453;--cl_preload-bg: #ededed;--cl_preload: #24262d;--cl_background_body: #181818;--cl_background_white: transparent;--cl_background_dark: #aa8453;--cl_background_gray: #333;--type-align: center;--cl_title: #fff;--cl_subtitle: #aa8453;--cl_pretitle: #aa8453;--cl_text: #fff;--cl_title-light: #fff;--cl_subtitle-light: #fff;--cl_pretitle-light: #fff;--cl_text-light: #fff;--cl_header-bg: #aa8453;--cl_header-text-light: #fff;--cl_menu-bg: #79582c;--cl_menu-text: #fff;--cl_btn-box: #aa8453;--cl_btn-box-text: #aa8453;--cl_btn-box-hover: #79582c;--cl_btn-box-text-hover: #fff;--cl_btn-call: #aa8453;--cl_btn-call-text: white;--cl_btn-call-hover: #79582c;--cl_btn-call-text-hover: #fff;--cl_btn-link: #aa8453;--cl_btn-link-hover: #79582c;--cl_btn-arrow: #ffffff3a;--cl_btn-arrow-icon: #fff;--cl_btn-arrow-hover: #79582c;--cl_btn-arrow-icon-hover: #fff;--cl_btn-dots: #eee;--cl_btn-dots-active: #79582c;--cl_btn-dots-hover: #79582c;--cl_btn-light: #fff;--cl_btn-light-text: #fff;--cl_btn-light-hover: #79582c;--cl_btn-light-text-hover: #79582c;--cl_footer-bg: #aa8453;--cl_footer-bg-bottom: #79582c;--cl_footer-scroll: #aa8453;--cl_footer-text: #fff;--cl_footer-text-hover: #aa8453;--btn_radius: 1px;--img_radius: 0px;--img_border: #fff;--img_border-width: 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}.list-rooms-zigzag{background-color:var(--cl_background_white)}.list-rooms-zigzag .container{max-width:100%}@media (min-width: 768px){.list-rooms-zigzag .container{--inline-spacing-left: 8.8rem;--inline-spacing-right: 8.8rem}}@media (min-width: 1024px){.list-rooms-zigzag .container{--inline-spacing-left: 11rem;--inline-spacing-right: 11rem}}@media (min-width: 1280px){.list-rooms-zigzag .container{--inline-spacing-left: 12.1rem;--inline-spacing-right: 12.1rem}}@media (min-width: 1366px){.list-rooms-zigzag .container{--inline-spacing-left: 13.1rem;--inline-spacing-right: 13.1rem}}@media (min-width: 1680px){.list-rooms-zigzag .container{--inline-spacing-left: 16.1rem;--inline-spacing-right: 16.1rem}}@media (min-width: 1800px){.list-rooms-zigzag .container{--inline-spacing-left: 17.9rem;--inline-spacing-right: 17.9rem}}.list-rooms-zigzag__title{width:100%;text-transform:uppercase;text-align:center;color:rgb(var(--primary),80%);font-size:1.4rem;line-height:1;letter-spacing:.14rem}@media (min-width: 540px){.list-rooms-zigzag__title{font-size:1.4rem;line-height:1.4285714286}}@media (min-width: 768px){.list-rooms-zigzag__title{font-size:1.7rem;line-height:1.2941176471}}@media (min-width: 1280px){.list-rooms-zigzag__title{font-size:1.8rem;line-height:1;letter-spacing:.36rem;max-width:59.467rem}}@media (min-width: 1366px){.list-rooms-zigzag__title{max-width:63.459rem}}@media (min-width: 1680px){.list-rooms-zigzag__title{max-width:75.6rem}}@media (min-width: 1800px){.list-rooms-zigzag__title{max-width:81rem}}.list-rooms-zigzag__item{display:flex;flex-direction:column;gap:1.4rem}@media (min-width: 540px){.list-rooms-zigzag__item{gap:2rem}}@media (min-width: 768px){.list-rooms-zigzag__item{gap:1.9rem;max-width:59.2rem;margin-inline:auto}}@media (min-width: 1280px){.list-rooms-zigzag__item{max-width:unset;flex-direction:row;align-items:center;gap:6.033rem}}@media (min-width: 1366px){.list-rooms-zigzag__item{gap:5.941rem}}@media (min-width: 1680px){.list-rooms-zigzag__item{gap:6.8rem}}@media (min-width: 1800px){.list-rooms-zigzag__item{gap:8.6rem}}.list-rooms-zigzag__item{padding-block:5rem}@media (min-width: 540px){.list-rooms-zigzag__item{padding-block:6rem}}@media (min-width: 768px){.list-rooms-zigzag__item{padding-block:8rem}}@media (min-width: 1024px){.list-rooms-zigzag__item{padding-block:7rem}}@media (min-width: 1280px){.list-rooms-zigzag__item{padding-block:8rem 8.1rem}}@media (min-width: 1366px){.list-rooms-zigzag__item{padding-block:9rem}}@media (min-width: 1680px){.list-rooms-zigzag__item{padding-block:10rem}}@media (min-width: 1800px){.list-rooms-zigzag__item{padding-block:10rem 9.9rem}}.list-rooms-zigzag__item:hover .list-rooms-zigzag__image .btn__group,.list-rooms-zigzag__item.is-visible .list-rooms-zigzag__image .btn__group{transform:translateY(0)}.list-rooms-zigzag__item:hover .list-rooms-zigzag__info-wrapper,.list-rooms-zigzag__item.is-visible .list-rooms-zigzag__info-wrapper{opacity:1;pointer-events:initial;overflow:hidden}.list-rooms-zigzag__item:hover .list-rooms-zigzag__info-wrapper .list-rooms-zigzag__info,.list-rooms-zigzag__item.is-visible .list-rooms-zigzag__info-wrapper .list-rooms-zigzag__info{animation-play-state:running}.list-rooms-zigzag__item:hover .list-rooms-zigzag__info-wrapper .li-element,.list-rooms-zigzag__item.is-visible .list-rooms-zigzag__info-wrapper .li-element{max-width:20rem;display:flex;gap:20px;align-items:center;max-height:10rem}.list-rooms-zigzag__item:hover .list-rooms-zigzag__info-wrapper .icon--svg,.list-rooms-zigzag__item.is-visible .list-rooms-zigzag__info-wrapper .icon--svg{background-color:var(--cl_icon-light);display:block;width:40px;height:40px;mask-size:contain;mask-repeat:no-repeat;mask-position:center;-webkit-mask-size:contain;-webkit-mask-repeat:no-repeat;-webkit-mask-position:center}.list-rooms-zigzag__item:hover .list-rooms-zigzag__info,.list-rooms-zigzag__item.is-visible .list-rooms-zigzag__info{opacity:1;pointer-events:initial;display:flex}.list-rooms-zigzag__item:hover .list-rooms-zigzag__info .li-element,.list-rooms-zigzag__item.is-visible .list-rooms-zigzag__info .li-element{max-width:20rem;display:flex;gap:20px;align-items:center;max-height:10rem}.list-rooms-zigzag__image{position:relative;overflow:hidden;width:100%}@media (min-width: 1280px){.list-rooms-zigzag__image{flex:0 0 auto;max-width:59.467rem}}@media (min-width: 1366px){.list-rooms-zigzag__image{max-width:63.459rem}}@media (min-width: 1680px){.list-rooms-zigzag__image{max-width:75.6rem}}@media (min-width: 1680px){.list-rooms-zigzag__image{max-width:81rem}}.list-rooms-zigzag__image figure{aspect-ratio:295/207}.list-rooms-zigzag__image--graphic{color:var(--white);position:absolute;bottom:-.1rem;left:50%;transform:scaleY(-1) translate(-50%);aspect-ratio:2/1;width:6rem;z-index:1}@media (min-width: 540px){.list-rooms-zigzag__image--graphic{width:10rem}}@media (min-width: 1280px){.list-rooms-zigzag__image--graphic{bottom:unset;left:unset;top:50%;right:-.1rem;transform:translate(50%) rotate(90deg);transform-origin:top}}.list-rooms-zigzag__image .btn__group{display:none;transition:var(--transition);background:var(--cl_background_body)}@media (min-width: 1024px){.list-rooms-zigzag__image .btn__group{display:flex;opacity:0;pointer-events:none;position:absolute;inset:-.1rem;top:auto;padding-bottom:.1rem;transform:translateY(100%)}}@media (min-width: 1280px){.list-rooms-zigzag__image .btn__group{opacity:1;pointer-events:initial;padding-top:3rem;justify-content:center;gap:3rem}}.list-rooms-zigzag__info-wrapper{opacity:0;pointer-events:none;position:absolute;inset:0 0 auto;padding:3rem;transition:var(--transition);color:var(--white);height:21rem;overflow:hidden;display:flex;align-items:center;background:linear-gradient(180deg,rgb(var(--primary),30%),rgb(var(--primary),0%));z-index:2}.list-rooms-zigzag__info-wrapper .list-rooms-zigzag__info{display:none}.list-rooms-zigzag__info{display:flex;gap:5rem;width:max-content;margin:0;padding:0;list-style:none;animation:scrollEquipments 90s linear infinite;animation-play-state:paused;font-size:1.8rem;line-height:1;letter-spacing:.036rem}@media (min-width: 1280px){.list-rooms-zigzag__content{flex:1 1 auto}}.list-rooms-zigzag__content--image{display:none}@media (min-width: 1024px){.list-rooms-zigzag__content--image{opacity:0;display:block;pointer-events:none;transition:var(--transition)}}@media (min-width: 1280px){.list-rooms-zigzag__content--image{opacity:1;pointer-events:initial;position:absolute;right:0;top:5.056rem;overflow:hidden;aspect-ratio:160/207;width:16rem;transform:translate(var(--inline-spacing-right))}}@media (min-width: 1366px){.list-rooms-zigzag__content--image{top:6.056rem}}@media (min-width: 1680px){.list-rooms-zigzag__content--image{width:18.551rem;top:7.056rem}}@media (min-width: 1800px){.list-rooms-zigzag__content--image{width:19.9rem;top:8rem}}.list-rooms-zigzag__content--image img{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover}.list-rooms-zigzag__content h2{font-size:4.8rem;line-height:1;margin-bottom:3.1rem}@media (min-width: 540px){.list-rooms-zigzag__content h2{font-size:6.6rem;line-height:1;margin-bottom:3.6rem}}@media (min-width: 768px){.list-rooms-zigzag__content h2{font-size:8rem;line-height:1;margin-bottom:4.8rem}}@media (min-width: 1024px){.list-rooms-zigzag__content h2{margin-bottom:5rem}}@media (min-width: 1280px){.list-rooms-zigzag__content h2{font-size:9rem;line-height:1;margin-bottom:3rem;width:min-content}}@media (min-width: 1680px){.list-rooms-zigzag__content h2{font-size:11rem;line-height:1;margin-bottom:5.5rem}}.list-rooms-zigzag__content p{color:rgb(var(--primary),80%);font-size:1.6rem;line-height:1.5}@media (min-width: 540px){.list-rooms-zigzag__content p{font-size:1.8rem;line-height:1.5555555556;width:43.5rem}}@media (min-width: 768px){.list-rooms-zigzag__content p{font-size:2rem;line-height:1.6;letter-spacing:.04rem;width:59.8rem}}@media (min-width: 1280px){.list-rooms-zigzag__content p{font-size:2rem;line-height:1.7;width:55rem}}@media (min-width: 1680px){.list-rooms-zigzag__content p{width:65rem}}.list-rooms-zigzag__content .btn__group{flex-direction:column;align-items:center;gap:2rem;margin-top:2.7rem}@media (min-width: 540px){.list-rooms-zigzag__content .btn__group{margin-top:2.9rem}}@media (min-width: 768px){.list-rooms-zigzag__content .btn__group{flex-direction:row;gap:3rem;justify-content:center;margin-top:3.7rem}}@media (min-width: 1024px){.list-rooms-zigzag__content .btn__group{margin-top:5rem}}@media (min-width: 1280px){.list-rooms-zigzag__content .btn__group{display:none}}.list-rooms-zigzag .list-rooms-zigzag--right.list-rooms-zigzag__item{background-color:var(--cl_background_dark);z-index:1}@media (min-width: 1280px){.list-rooms-zigzag .list-rooms-zigzag--right.list-rooms-zigzag__item{flex-direction:row-reverse}}@media (min-width: 1280px){.list-rooms-zigzag .list-rooms-zigzag--right.list-rooms-zigzag__item .list-rooms-zigzag__image--graphic{left:-.1rem;top:50%;right:unset;transform:translate(-50%) rotate(-90deg);transform-origin:top}}.list-rooms-zigzag .list-rooms-zigzag--right.list-rooms-zigzag__item .list-rooms-zigzag__content{z-index:1}@media (min-width: 1280px){.list-rooms-zigzag .list-rooms-zigzag--right.list-rooms-zigzag__item .list-rooms-zigzag__content{padding-left:.9rem}}@media (min-width: 1680px){.list-rooms-zigzag .list-rooms-zigzag--right.list-rooms-zigzag__item .list-rooms-zigzag__content{padding-left:9.3rem}}@media (min-width: 1680px){.list-rooms-zigzag .list-rooms-zigzag--right.list-rooms-zigzag__item .list-rooms-zigzag__content{padding-left:6.2rem}}@media (min-width: 1280px){.list-rooms-zigzag .list-rooms-zigzag--right.list-rooms-zigzag__item .list-rooms-zigzag__content--image{transform:translate(calc(-1 * var(--inline-spacing-left)));left:0;right:unset}}.list-rooms-zigzag .list-rooms-zigzag--right.bg-cream{background-color:var(--cl_background_dark)}.list-rooms-zigzag .list-rooms-zigzag--right.bg-cream .list-rooms-zigzag__image .btn__group{background:var(--cl_background_dark)}.list-rooms-zigzag .list-rooms-zigzag--right.bg-cream .list-rooms-zigzag__image--graphic{color:var(--cl_background_dark)}.list-rooms-zigzag .list-rooms-zigzag--right.bg-cream:before{content:\"\";position:absolute;top:0;bottom:0;left:calc(50% - 50vw);width:100vw;background:#f9f8f5;z-index:0}.list-rooms-zigzag.js-active-slider .js-slider-arrows{left:calc(-1 * (2rem + var(--inline-spacing-left) / 2));right:calc(-1 * (2rem + var(--inline-spacing-right) / 2))}@media (min-width: 540px){.list-rooms-zigzag.js-active-slider .js-slider-arrows{left:calc(-1 * (3rem + var(--inline-spacing-left) / 2));right:calc(-1 * (3rem + var(--inline-spacing-right) / 2))}}@media (min-width: 1280px){.list-rooms-zigzag.js-active-slider .js-slider-arrows{right:auto}}@keyframes scrollEquipments{0%{transform:translate(0)}to{transform:translate(calc(-50% - 2.5rem))}}\n"] }]
|
|
17079
17080
|
}], ctorParameters: () => [{ type: i0.ElementRef }, { type: Object, decorators: [{
|
|
17080
17081
|
type: Inject,
|
|
17081
17082
|
args: [PLATFORM_ID]
|