ctt-babylon 0.10.13 → 0.10.15
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/esm2022/lib/components/core/babylon-blog-details/babylon-blog-details.component.mjs +3 -2
- package/esm2022/lib/components/external/core/c4-fo-link-svg/c4-fo-link-svg.component.mjs +3 -3
- package/esm2022/lib/components/external/core/c4-for-c2-txt/c4-for-c2-txt.component.mjs +10 -8
- package/esm2022/lib/components/external/core/c4-sli-c1-img-txt/h04-slider-text.component.mjs +6 -9
- package/esm2022/lib/components/external/core/c4-sli-c2-img-txt-c/c4-sli-c2-img-txt-c.component.mjs +10 -10
- package/esm2022/lib/components/external/core/c4-sli-c2-txt-img/c4-sli-c2-txt-img.component.mjs +7 -6
- package/esm2022/lib/interfaces/babylon-consult-type.interface.mjs +1 -1
- package/esm2022/lib/interfaces/babylon-contact-info.interface.mjs +1 -1
- package/esm2022/lib/interfaces/babylon-hotel.interface.mjs +2 -0
- package/esm2022/lib/interfaces/babylon-item.interface.mjs +1 -1
- package/esm2022/lib/services/mapper/mapper.service.mjs +42 -1
- package/fesm2022/ctt-babylon.mjs +77 -84
- package/fesm2022/ctt-babylon.mjs.map +1 -1
- package/lib/components/external/core/c4-for-c2-txt/c4-for-c2-txt.component.d.ts +7 -3
- package/lib/components/external/core/c4-sli-c1-img-txt/h04-slider-text.component.d.ts +4 -3
- package/lib/components/external/core/c4-sli-c2-img-txt-c/c4-sli-c2-img-txt-c.component.d.ts +5 -3
- package/lib/components/external/core/c4-sli-c2-txt-img/c4-sli-c2-txt-img.component.d.ts +4 -3
- package/lib/interfaces/babylon-consult-type.interface.d.ts +1 -0
- package/lib/interfaces/babylon-contact-info.interface.d.ts +2 -0
- package/lib/interfaces/babylon-hotel.interface.d.ts +21 -0
- package/lib/interfaces/babylon-item.interface.d.ts +2 -0
- package/lib/services/mapper/mapper.service.d.ts +5 -0
- package/package.json +1 -1
- package/esm2022/lib/components/external/core/c4-sli-c1-img-txt/h04-slider-text-interfaces.mjs +0 -2
- package/esm2022/lib/components/external/core/c4-sli-c1-img-txt/h04-slider-text.json +0 -24
- package/esm2022/lib/components/external/core/c4-sli-c2-img-txt-c/c4-sli-c2-img-txt-c.interfaces.mjs +0 -2
- package/esm2022/lib/components/external/core/c4-sli-c2-img-txt-c/content.json +0 -21
- package/lib/components/external/core/c4-sli-c1-img-txt/h04-slider-text-interfaces.d.ts +0 -12
- package/lib/components/external/core/c4-sli-c2-img-txt-c/c4-sli-c2-img-txt-c.interfaces.d.ts +0 -18
package/esm2022/lib/components/external/core/c4-sli-c1-img-txt/h04-slider-text.component.mjs
CHANGED
|
@@ -2,14 +2,9 @@ import { CommonModule } from '@angular/common';
|
|
|
2
2
|
import { Component, CUSTOM_ELEMENTS_SCHEMA, Input, ViewChild, } from '@angular/core';
|
|
3
3
|
import 'swiper';
|
|
4
4
|
import Swiper, { Autoplay, EffectFade, Navigation, Pagination } from 'swiper';
|
|
5
|
-
import h04SliderTextData from './h04-slider-text.json';
|
|
6
5
|
import * as i0 from "@angular/core";
|
|
7
|
-
import * as i1 from "@angular/common";
|
|
8
6
|
Swiper.use([Navigation, Pagination, Autoplay, EffectFade]);
|
|
9
7
|
export class H04SliderTextComponent {
|
|
10
|
-
constructor() {
|
|
11
|
-
this.data = h04SliderTextData;
|
|
12
|
-
}
|
|
13
8
|
ngAfterViewInit() {
|
|
14
9
|
const swiperOptions = {
|
|
15
10
|
loop: true,
|
|
@@ -31,15 +26,17 @@ export class H04SliderTextComponent {
|
|
|
31
26
|
this.swiper = new Swiper(this.swiperContainer.nativeElement, swiperOptions);
|
|
32
27
|
}
|
|
33
28
|
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: H04SliderTextComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
34
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.12", type: H04SliderTextComponent, isStandalone: true, selector: "ces-h04-slider-text", inputs: { data: "data" }, viewQueries: [{ propertyName: "swiperContainer", first: true, predicate: ["swiperContainer"], descendants: true }], ngImport: i0, template: "<section class=\"mdl-h04\">\n <div class=\"mdl-container\">\n <div class=\"m-imagenes swiper\" #swiperContainer>\n <div class=\"swiper-wrapper\">\n <div class=\"swiper-slide\" *ngFor=\"let item of data.items\">\n <img [src]=\"item.image.src\" [alt]=\"item.image.alt\" />\n </div>\n </div>\n <div class=\"swiper-pagination\"></div>\n </div>\n\n <div class=\"m-foot\">\n <div class=\"m-content\">\n <div class=\"m-bottom\">\n <div class=\"m-textos\">\n <button type=\"button\" class=\"m-swiper-button prev fill\" aria-label=\"Next slide\">\n <svg width=\"8\" height=\"14\" viewBox=\"0 0 8 14\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n <path d=\"M6.84717 0.5L0.707031 6.64014L6.84717 12.7798\" stroke=\"#B7985D\" stroke-linecap=\"round\" />\n </svg>\n </button>\n <button type=\"button\" class=\"m-swiper-button next fill\" aria-label=\"Previous slide\">\n <svg width=\"8\" height=\"14\" viewBox=\"0 0 8 14\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n <path d=\"M0.500488 0.5L6.64062 6.64014L0.500488 12.7798\" stroke=\"#B7985D\" stroke-linecap=\"round\" />\n </svg>\n </button>\n <h3 class=\"m-titulo\">{{ data.title }}</h3>\n <div class=\"m-texto\" [innerHTML]=\"data.text\"></div>\n </div>\n </div>\n </div>\n </div>\n </div>\n</section>\n", styles: [".m-swiper-button{width:3.9rem;height:3.9rem;display:flex;align-items:center;justify-content:center;transition:.3s}.m-swiper-button.fill{border:1px solid #b7985d}.m-swiper-button.fill:hover{background-color:#b7985d;transition:.3s}.m-swiper-button.fill:hover svg{filter:brightness(250%)}.m-button{font-family:josefinsans,sans-serif!important;font-weight:400!important;font-size:1.6rem;line-height:100%!important;letter-spacing:4%!important;text-transform:uppercase!important;border:1px solid #b7985d;padding:1.2rem 4.6rem .6rem;color:#b7985d;transition:.3s}.m-button:hover{background-color:#b7985d;transition:.3s;color:#fff}.m-button-clean{font-family:josefinsans,sans-serif!important;font-weight:400!important;font-size:1.6rem;line-height:100%!important;letter-spacing:4%!important;text-transform:uppercase!important;font-size:1.3rem;color:#b7985d;display:flex;gap:2.5rem;white-space:nowrap;align-items:center}.m-button-clean svg{transition:-webkit-clip-path .3s ease;transition:clip-path .3s ease;transition:clip-path .3s ease,-webkit-clip-path .3s ease;-webkit-clip-path:polygon(0% 0%,100% 0%,100% 100%,0% 100%);clip-path:polygon(0% 0%,100% 0%,100% 100%,0% 100%)}.m-button-clean:hover{transition:.3s;color:#9d793f}.m-button-clean:hover svg{-webkit-clip-path:polygon(30% 0%,100% 0%,100% 100%,30% 100%);clip-path:polygon(30% 0%,100% 0%,100% 100%,30% 100%)}.m-button-clean:hover svg path{color:#9d793f;fill:#9d793f}html{font-size:62.5%;overflow-x:hidden}html.overflow-hidden{overflow:hidden}html body{font:14px \"\"}@media (min-width: 1921px)and (max-height: 600px){html{font-size:55.5%}}html a{text-decoration:none}h1,h2,h3,h4,h5,h6{all:unset;display:revert}.fancybox__container{background-color:#0000!important}section .mdl-container{width:100%;max-width:160rem;margin:0 auto}.w100{font-weight:100}.w300{font-weight:300}.w400{font-weight:400}.w500{font-weight:medium}.w600{font-weight:600}.w700{font-weight:700}.w900{font-weight:900}.italic{font-style:italic}.row{display:flex;flex-direction:row}.col{display:flex;flex-direction:column}html{overflow-x:hidden}body{cursor:default;overflow-x:hidden;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{color:inherit;border:0;margin:0;padding:0}a{-moz-text-size-adjust:none;text-size-adjust:none;-webkit-text-size-adjust:none;text-decoration:none;cursor:pointer}ul{list-style-position:outside}li{padding-left:3rem;list-style:none;position:relative}li:before{content:\"\\25cf\";position:absolute;top:0;left:0}button,mark{background:none}button,label{cursor:pointer}:focus{outline:none!important}::-moz-focus-inner{border:0}summary::-webkit-details-marker{display:none}button,input[type=submit],input[type=text]{-webkit-appearance:none}h1,h2,h3,h4,h5,h6{text-transform:none}p{width:100%}img{width:auto;height:auto;-o-object-fit:contain;object-fit:contain}@keyframes swingV{15%{transform:translateY(.5rem)}30%{transform:translateY(-.5rem)}50%{transform:translateY(.3rem)}65%{transform:translateY(-.3rem)}80%{transform:translateY(.2rem)}to{transform:translateY(0)}}@keyframes swingH{15%{transform:translate(.5rem)}30%{transform:translate(-.5rem)}50%{transform:translate(.3rem)}65%{transform:translate(-.3rem)}80%{transform:translate(.2rem)}to{transform:translate(0)}}input:-webkit-autofill,input:-webkit-autofill:hover,input:-webkit-autofill:focus,input:-webkit-autofill:active{-webkit-background-clip:text;-webkit-text-fill-color:#fff;-webkit-transition:background-color 5000s ease-in-out 0s;transition:background-color 5000s ease-in-out 0s;box-shadow:inset 0 0 20px 20px #23232329}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.mdl-h04{padding:0 12.2rem 6rem}.mdl-h04 .mdl-container{position:relative;max-width:143.6rem}.mdl-h04 .mdl-container .m-imagenes{height:69.2rem;width:100%;position:relative}.mdl-h04 .mdl-container .m-imagenes img{height:100%;width:100%;-o-object-fit:cover;object-fit:cover}.mdl-h04 .mdl-container .m-swiper-button{position:absolute;top:0}.mdl-h04 .mdl-container .m-swiper-button.prev{left:-7rem}.mdl-h04 .mdl-container .m-swiper-button.next{right:-7rem}.mdl-h04 .mdl-container .m-swiper-button:hover{background-color:#b7985d}.mdl-h04 .mdl-container .m-foot{display:flex;justify-content:center}.mdl-h04 .mdl-container .m-foot .m-content{max-width:100%;width:97rem}.mdl-h04 .mdl-container .m-foot .m-content .m-bottom{padding:8rem 0 0;display:flex;justify-content:center;flex-direction:column;align-items:center}.mdl-h04 .mdl-container .m-foot .m-content .m-bottom .m-textos{width:100%;max-width:88.7rem;margin-left:7.5rem}.mdl-h04 .mdl-container .m-foot .m-content .m-bottom .m-textos .m-titulo{font-family:bentham,sans-serif;font-weight:400;font-size:4rem;line-height:4rem;color:#b7985d}.mdl-h04 .mdl-container .m-foot .m-content .m-bottom .m-textos .m-texto{font-family:ptsans,sans-serif;font-weight:400;font-size:1.4rem;line-height:2.2rem;margin-left:20rem;margin-top:2rem;width:100%;max-width:68.7rem;color:#54565a}@media (max-width: 768px){.mdl-h04 .mdl-container .m-foot .m-content .m-bottom .m-textos .m-texto{line-height:2.4rem}}.mdl-h04 .mdl-container .m-foot .m-content .m-bottom .m-textos .m-texto ul li{padding-left:0}.mdl-h04 .mdl-container .m-foot .m-content .m-bottom .m-textos .m-texto ul li:before{display:none}@media (max-width: 1440px){.mdl-h04{padding:6rem 10rem}.mdl-h04 .m-imagenes{height:63.6rem!important}.mdl-h04 .m-imagenes .m-floatbutton{width:calc(100% - 49.6rem)!important}.mdl-h04 .m-imagenes .m-floatbutton button{left:5.6rem!important}}@media (max-width: 1080px){.mdl-h04{padding:0}.mdl-h04 .m-imagenes{height:50.9rem!important}.mdl-h04 .m-imagenes .m-floatbutton{width:calc(100% - 14.7rem)!important}.mdl-h04 .m-imagenes .m-floatbutton button{left:6.6rem!important}.mdl-h04 .mdl-container .m-content .m-top{margin-left:8rem}.mdl-h04 .mdl-container .m-foot .m-content .m-bottom{padding:4rem 4rem 12rem}.mdl-h04 .mdl-container .m-foot .m-content .m-bottom .m-textos{position:relative;max-width:56rem;margin-left:0;padding-top:8rem}.mdl-h04 .mdl-container .m-foot .m-content .m-bottom .m-textos .m-swiper-button{position:absolute}.mdl-h04 .mdl-container .m-foot .m-content .m-bottom .m-textos .m-swiper-button.prev{left:0}.mdl-h04 .mdl-container .m-foot .m-content .m-bottom .m-textos .m-swiper-button.next{left:5rem}.mdl-h04 .mdl-container .m-foot .m-content .m-bottom .m-textos .m-texto{margin-left:12.2rem;max-width:47.9rem}}@media (max-width: 768px){.mdl-h04 .m-imagenes img{width:100%}.mdl-h04 .m-imagenes .m-floatbutton{width:calc(100% - 7.9rem)!important}.mdl-h04 .mdl-container .m-content .m-top{margin-left:6.6rem}.mdl-h04 .mdl-container .m-content .m-bottom{padding:2rem 0 12rem;display:flex;justify-content:center}.mdl-h04 .mdl-container .m-content .m-bottom .m-textos{width:100%;max-width:55.2rem;padding:0 2rem}.mdl-h04 .mdl-container .m-content .m-bottom .m-textos .m-swiper-button.prev{left:2rem!important}.mdl-h04 .mdl-container .m-content .m-bottom .m-textos .m-swiper-button.next{left:7rem!important}.mdl-h04 .mdl-container .m-content .m-bottom .m-textos .m-texto{width:calc(100% - 8.6rem)!important;margin-left:6.6rem!important}}@media (max-width: 540px){.mdl-h04 .m-imagenes .m-floatbutton{width:calc(100% - 6.5rem)!important}.mdl-h04 .m-imagenes .m-floatbutton button{left:4.1rem!important}.mdl-h04 .mdl-container .m-foot .m-content .m-bottom{padding:4rem 4rem 6rem}.mdl-h04 .mdl-container .m-content .m-top{margin-left:6.7rem}.mdl-h04 .mdl-container .m-content .m-bottom .m-textos{padding:0 3.7rem}.mdl-h04 .mdl-container .m-content .m-bottom .m-textos .m-swiper-button.prev{left:4rem!important}.mdl-h04 .mdl-container .m-content .m-bottom .m-textos .m-swiper-button.next{left:9rem!important}.mdl-h04 .mdl-container .m-content .m-bottom .m-textos .m-texto{width:100%!important;margin-left:0!important}}\n"], dependencies: [{ kind: "ngmodule", type: CommonModule }, { kind: "directive", type: i1.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }] }); }
|
|
29
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "17.3.12", type: H04SliderTextComponent, isStandalone: true, selector: "ces-h04-slider-text", inputs: { multimedia: "multimedia", texts: "texts" }, viewQueries: [{ propertyName: "swiperContainer", first: true, predicate: ["swiperContainer"], descendants: true }], ngImport: i0, template: "<section class=\"mdl-h04\">\n <div class=\"mdl-container\">\n @if (multimedia?.imagenes?.length) {\n <div class=\"m-imagenes swiper\" #swiperContainer>\n <div class=\"swiper-wrapper\">\n @for (item of multimedia?.imagenes; track $index) {\n <div class=\"swiper-slide\">\n <img [src]=\"item.img?.src\" [alt]=\"item.img?.alt\" />\n </div>\n }\n </div>\n <div class=\"swiper-pagination\"></div>\n </div>\n }\n\n @if (texts) {\n <div class=\"m-foot\">\n <div class=\"m-content\">\n <div class=\"m-bottom\">\n <div class=\"m-textos\">\n <button\n type=\"button\"\n class=\"m-swiper-button prev fill\"\n aria-label=\"Next slide\"\n >\n <svg\n width=\"8\"\n height=\"14\"\n viewBox=\"0 0 8 14\"\n fill=\"none\"\n xmlns=\"http://www.w3.org/2000/svg\"\n >\n <path\n d=\"M6.84717 0.5L0.707031 6.64014L6.84717 12.7798\"\n stroke=\"#B7985D\"\n stroke-linecap=\"round\"\n />\n </svg>\n </button>\n <button\n type=\"button\"\n class=\"m-swiper-button next fill\"\n aria-label=\"Previous slide\"\n >\n <svg\n width=\"8\"\n height=\"14\"\n viewBox=\"0 0 8 14\"\n fill=\"none\"\n xmlns=\"http://www.w3.org/2000/svg\"\n >\n <path\n d=\"M0.500488 0.5L6.64062 6.64014L0.500488 12.7798\"\n stroke=\"#B7985D\"\n stroke-linecap=\"round\"\n />\n </svg>\n </button>\n @if (texts.title) {\n <h3\n class=\"m-titulo\"\n [innerHTML]=\"texts.title\"\n ></h3>\n }\n @if (texts.description) {\n <div\n class=\"m-texto\"\n [innerHTML]=\"texts.description\"\n ></div>\n }\n </div>\n </div>\n </div>\n </div>\n }\n </div>\n</section>\n", styles: [".m-swiper-button{width:3.9rem;height:3.9rem;display:flex;align-items:center;justify-content:center;transition:.3s}.m-swiper-button.fill{border:1px solid #b7985d}.m-swiper-button.fill:hover{background-color:#b7985d;transition:.3s}.m-swiper-button.fill:hover svg{filter:brightness(250%)}.m-button{font-family:josefinsans,sans-serif!important;font-weight:400!important;font-size:1.6rem;line-height:100%!important;letter-spacing:4%!important;text-transform:uppercase!important;border:1px solid #b7985d;padding:1.2rem 4.6rem .6rem;color:#b7985d;transition:.3s}.m-button:hover{background-color:#b7985d;transition:.3s;color:#fff}.m-button-clean{font-family:josefinsans,sans-serif!important;font-weight:400!important;font-size:1.6rem;line-height:100%!important;letter-spacing:4%!important;text-transform:uppercase!important;font-size:1.3rem;color:#b7985d;display:flex;gap:2.5rem;white-space:nowrap;align-items:center}.m-button-clean svg{transition:-webkit-clip-path .3s ease;transition:clip-path .3s ease;transition:clip-path .3s ease,-webkit-clip-path .3s ease;-webkit-clip-path:polygon(0% 0%,100% 0%,100% 100%,0% 100%);clip-path:polygon(0% 0%,100% 0%,100% 100%,0% 100%)}.m-button-clean:hover{transition:.3s;color:#9d793f}.m-button-clean:hover svg{-webkit-clip-path:polygon(30% 0%,100% 0%,100% 100%,30% 100%);clip-path:polygon(30% 0%,100% 0%,100% 100%,30% 100%)}.m-button-clean:hover svg path{color:#9d793f;fill:#9d793f}html{font-size:62.5%;overflow-x:hidden}html.overflow-hidden{overflow:hidden}html body{font:14px \"\"}@media (min-width: 1921px)and (max-height: 600px){html{font-size:55.5%}}html a{text-decoration:none}h1,h2,h3,h4,h5,h6{all:unset;display:revert}.fancybox__container{background-color:#0000!important}section .mdl-container{width:100%;max-width:160rem;margin:0 auto}.w100{font-weight:100}.w300{font-weight:300}.w400{font-weight:400}.w500{font-weight:medium}.w600{font-weight:600}.w700{font-weight:700}.w900{font-weight:900}.italic{font-style:italic}.row{display:flex;flex-direction:row}.col{display:flex;flex-direction:column}html{overflow-x:hidden}body{cursor:default;overflow-x:hidden;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{color:inherit;border:0;margin:0;padding:0}a{-moz-text-size-adjust:none;text-size-adjust:none;-webkit-text-size-adjust:none;text-decoration:none;cursor:pointer}ul{list-style-position:outside}li{padding-left:3rem;list-style:none;position:relative}li:before{content:\"\\25cf\";position:absolute;top:0;left:0}button,mark{background:none}button,label{cursor:pointer}:focus{outline:none!important}::-moz-focus-inner{border:0}summary::-webkit-details-marker{display:none}button,input[type=submit],input[type=text]{-webkit-appearance:none}h1,h2,h3,h4,h5,h6{text-transform:none}p{width:100%}img{width:auto;height:auto;-o-object-fit:contain;object-fit:contain}@keyframes swingV{15%{transform:translateY(.5rem)}30%{transform:translateY(-.5rem)}50%{transform:translateY(.3rem)}65%{transform:translateY(-.3rem)}80%{transform:translateY(.2rem)}to{transform:translateY(0)}}@keyframes swingH{15%{transform:translate(.5rem)}30%{transform:translate(-.5rem)}50%{transform:translate(.3rem)}65%{transform:translate(-.3rem)}80%{transform:translate(.2rem)}to{transform:translate(0)}}input:-webkit-autofill,input:-webkit-autofill:hover,input:-webkit-autofill:focus,input:-webkit-autofill:active{-webkit-background-clip:text;-webkit-text-fill-color:#fff;-webkit-transition:background-color 5000s ease-in-out 0s;transition:background-color 5000s ease-in-out 0s;box-shadow:inset 0 0 20px 20px #23232329}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.mdl-h04{padding:0 12.2rem 6rem}.mdl-h04 .mdl-container{position:relative;max-width:143.6rem}.mdl-h04 .mdl-container .m-imagenes{height:69.2rem;width:100%;position:relative}.mdl-h04 .mdl-container .m-imagenes img{height:100%;width:100%;-o-object-fit:cover;object-fit:cover}.mdl-h04 .mdl-container .m-swiper-button{position:absolute;top:0}.mdl-h04 .mdl-container .m-swiper-button.prev{left:-7rem}.mdl-h04 .mdl-container .m-swiper-button.next{right:-7rem}.mdl-h04 .mdl-container .m-swiper-button:hover{background-color:#b7985d}.mdl-h04 .mdl-container .m-foot{display:flex;justify-content:center}.mdl-h04 .mdl-container .m-foot .m-content{max-width:100%;width:97rem}.mdl-h04 .mdl-container .m-foot .m-content .m-bottom{padding:8rem 0 0;display:flex;justify-content:center;flex-direction:column;align-items:center}.mdl-h04 .mdl-container .m-foot .m-content .m-bottom .m-textos{width:100%;max-width:88.7rem;margin-left:7.5rem}.mdl-h04 .mdl-container .m-foot .m-content .m-bottom .m-textos .m-titulo{font-family:bentham,sans-serif;font-weight:400;font-size:4rem;line-height:4rem;color:#b7985d}.mdl-h04 .mdl-container .m-foot .m-content .m-bottom .m-textos .m-texto{font-family:ptsans,sans-serif;font-weight:400;font-size:1.4rem;line-height:2.2rem;margin-left:20rem;margin-top:2rem;width:100%;max-width:68.7rem;color:#54565a}@media (max-width: 768px){.mdl-h04 .mdl-container .m-foot .m-content .m-bottom .m-textos .m-texto{line-height:2.4rem}}.mdl-h04 .mdl-container .m-foot .m-content .m-bottom .m-textos .m-texto ul li{padding-left:0}.mdl-h04 .mdl-container .m-foot .m-content .m-bottom .m-textos .m-texto ul li:before{display:none}@media (max-width: 1440px){.mdl-h04{padding:6rem 10rem}.mdl-h04 .m-imagenes{height:63.6rem!important}.mdl-h04 .m-imagenes .m-floatbutton{width:calc(100% - 49.6rem)!important}.mdl-h04 .m-imagenes .m-floatbutton button{left:5.6rem!important}}@media (max-width: 1080px){.mdl-h04{padding:0}.mdl-h04 .m-imagenes{height:50.9rem!important}.mdl-h04 .m-imagenes .m-floatbutton{width:calc(100% - 14.7rem)!important}.mdl-h04 .m-imagenes .m-floatbutton button{left:6.6rem!important}.mdl-h04 .mdl-container .m-content .m-top{margin-left:8rem}.mdl-h04 .mdl-container .m-foot .m-content .m-bottom{padding:4rem 4rem 12rem}.mdl-h04 .mdl-container .m-foot .m-content .m-bottom .m-textos{position:relative;max-width:56rem;margin-left:0;padding-top:8rem}.mdl-h04 .mdl-container .m-foot .m-content .m-bottom .m-textos .m-swiper-button{position:absolute}.mdl-h04 .mdl-container .m-foot .m-content .m-bottom .m-textos .m-swiper-button.prev{left:0}.mdl-h04 .mdl-container .m-foot .m-content .m-bottom .m-textos .m-swiper-button.next{left:5rem}.mdl-h04 .mdl-container .m-foot .m-content .m-bottom .m-textos .m-texto{margin-left:12.2rem;max-width:47.9rem}}@media (max-width: 768px){.mdl-h04 .m-imagenes img{width:100%}.mdl-h04 .m-imagenes .m-floatbutton{width:calc(100% - 7.9rem)!important}.mdl-h04 .mdl-container .m-content .m-top{margin-left:6.6rem}.mdl-h04 .mdl-container .m-content .m-bottom{padding:2rem 0 12rem;display:flex;justify-content:center}.mdl-h04 .mdl-container .m-content .m-bottom .m-textos{width:100%;max-width:55.2rem;padding:0 2rem}.mdl-h04 .mdl-container .m-content .m-bottom .m-textos .m-swiper-button.prev{left:2rem!important}.mdl-h04 .mdl-container .m-content .m-bottom .m-textos .m-swiper-button.next{left:7rem!important}.mdl-h04 .mdl-container .m-content .m-bottom .m-textos .m-texto{width:calc(100% - 8.6rem)!important;margin-left:6.6rem!important}}@media (max-width: 540px){.mdl-h04 .m-imagenes .m-floatbutton{width:calc(100% - 6.5rem)!important}.mdl-h04 .m-imagenes .m-floatbutton button{left:4.1rem!important}.mdl-h04 .mdl-container .m-foot .m-content .m-bottom{padding:4rem 4rem 6rem}.mdl-h04 .mdl-container .m-content .m-top{margin-left:6.7rem}.mdl-h04 .mdl-container .m-content .m-bottom .m-textos{padding:0 3.7rem}.mdl-h04 .mdl-container .m-content .m-bottom .m-textos .m-swiper-button.prev{left:4rem!important}.mdl-h04 .mdl-container .m-content .m-bottom .m-textos .m-swiper-button.next{left:9rem!important}.mdl-h04 .mdl-container .m-content .m-bottom .m-textos .m-texto{width:100%!important;margin-left:0!important}}\n"], dependencies: [{ kind: "ngmodule", type: CommonModule }] }); }
|
|
35
30
|
}
|
|
36
31
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: H04SliderTextComponent, decorators: [{
|
|
37
32
|
type: Component,
|
|
38
|
-
args: [{ selector: 'ces-h04-slider-text', standalone: true, imports: [CommonModule], schemas: [CUSTOM_ELEMENTS_SCHEMA], template: "<section class=\"mdl-h04\">\n <div class=\"mdl-container\">\n <div class=\"m-imagenes swiper\" #swiperContainer>\n <div class=\"swiper-wrapper\">\n <div class=\"swiper-slide\" *ngFor=\"let item of data.items\">\n <img [src]=\"item.image.src\" [alt]=\"item.image.alt\" />\n </div>\n </div>\n <div class=\"swiper-pagination\"></div>\n </div>\n\n <div class=\"m-foot\">\n <div class=\"m-content\">\n <div class=\"m-bottom\">\n <div class=\"m-textos\">\n <button type=\"button\" class=\"m-swiper-button prev fill\" aria-label=\"Next slide\">\n <svg width=\"8\" height=\"14\" viewBox=\"0 0 8 14\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n <path d=\"M6.84717 0.5L0.707031 6.64014L6.84717 12.7798\" stroke=\"#B7985D\" stroke-linecap=\"round\" />\n </svg>\n </button>\n <button type=\"button\" class=\"m-swiper-button next fill\" aria-label=\"Previous slide\">\n <svg width=\"8\" height=\"14\" viewBox=\"0 0 8 14\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n <path d=\"M0.500488 0.5L6.64062 6.64014L0.500488 12.7798\" stroke=\"#B7985D\" stroke-linecap=\"round\" />\n </svg>\n </button>\n <h3 class=\"m-titulo\">{{ data.title }}</h3>\n <div class=\"m-texto\" [innerHTML]=\"data.text\"></div>\n </div>\n </div>\n </div>\n </div>\n </div>\n</section>\n", styles: [".m-swiper-button{width:3.9rem;height:3.9rem;display:flex;align-items:center;justify-content:center;transition:.3s}.m-swiper-button.fill{border:1px solid #b7985d}.m-swiper-button.fill:hover{background-color:#b7985d;transition:.3s}.m-swiper-button.fill:hover svg{filter:brightness(250%)}.m-button{font-family:josefinsans,sans-serif!important;font-weight:400!important;font-size:1.6rem;line-height:100%!important;letter-spacing:4%!important;text-transform:uppercase!important;border:1px solid #b7985d;padding:1.2rem 4.6rem .6rem;color:#b7985d;transition:.3s}.m-button:hover{background-color:#b7985d;transition:.3s;color:#fff}.m-button-clean{font-family:josefinsans,sans-serif!important;font-weight:400!important;font-size:1.6rem;line-height:100%!important;letter-spacing:4%!important;text-transform:uppercase!important;font-size:1.3rem;color:#b7985d;display:flex;gap:2.5rem;white-space:nowrap;align-items:center}.m-button-clean svg{transition:-webkit-clip-path .3s ease;transition:clip-path .3s ease;transition:clip-path .3s ease,-webkit-clip-path .3s ease;-webkit-clip-path:polygon(0% 0%,100% 0%,100% 100%,0% 100%);clip-path:polygon(0% 0%,100% 0%,100% 100%,0% 100%)}.m-button-clean:hover{transition:.3s;color:#9d793f}.m-button-clean:hover svg{-webkit-clip-path:polygon(30% 0%,100% 0%,100% 100%,30% 100%);clip-path:polygon(30% 0%,100% 0%,100% 100%,30% 100%)}.m-button-clean:hover svg path{color:#9d793f;fill:#9d793f}html{font-size:62.5%;overflow-x:hidden}html.overflow-hidden{overflow:hidden}html body{font:14px \"\"}@media (min-width: 1921px)and (max-height: 600px){html{font-size:55.5%}}html a{text-decoration:none}h1,h2,h3,h4,h5,h6{all:unset;display:revert}.fancybox__container{background-color:#0000!important}section .mdl-container{width:100%;max-width:160rem;margin:0 auto}.w100{font-weight:100}.w300{font-weight:300}.w400{font-weight:400}.w500{font-weight:medium}.w600{font-weight:600}.w700{font-weight:700}.w900{font-weight:900}.italic{font-style:italic}.row{display:flex;flex-direction:row}.col{display:flex;flex-direction:column}html{overflow-x:hidden}body{cursor:default;overflow-x:hidden;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{color:inherit;border:0;margin:0;padding:0}a{-moz-text-size-adjust:none;text-size-adjust:none;-webkit-text-size-adjust:none;text-decoration:none;cursor:pointer}ul{list-style-position:outside}li{padding-left:3rem;list-style:none;position:relative}li:before{content:\"\\25cf\";position:absolute;top:0;left:0}button,mark{background:none}button,label{cursor:pointer}:focus{outline:none!important}::-moz-focus-inner{border:0}summary::-webkit-details-marker{display:none}button,input[type=submit],input[type=text]{-webkit-appearance:none}h1,h2,h3,h4,h5,h6{text-transform:none}p{width:100%}img{width:auto;height:auto;-o-object-fit:contain;object-fit:contain}@keyframes swingV{15%{transform:translateY(.5rem)}30%{transform:translateY(-.5rem)}50%{transform:translateY(.3rem)}65%{transform:translateY(-.3rem)}80%{transform:translateY(.2rem)}to{transform:translateY(0)}}@keyframes swingH{15%{transform:translate(.5rem)}30%{transform:translate(-.5rem)}50%{transform:translate(.3rem)}65%{transform:translate(-.3rem)}80%{transform:translate(.2rem)}to{transform:translate(0)}}input:-webkit-autofill,input:-webkit-autofill:hover,input:-webkit-autofill:focus,input:-webkit-autofill:active{-webkit-background-clip:text;-webkit-text-fill-color:#fff;-webkit-transition:background-color 5000s ease-in-out 0s;transition:background-color 5000s ease-in-out 0s;box-shadow:inset 0 0 20px 20px #23232329}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.mdl-h04{padding:0 12.2rem 6rem}.mdl-h04 .mdl-container{position:relative;max-width:143.6rem}.mdl-h04 .mdl-container .m-imagenes{height:69.2rem;width:100%;position:relative}.mdl-h04 .mdl-container .m-imagenes img{height:100%;width:100%;-o-object-fit:cover;object-fit:cover}.mdl-h04 .mdl-container .m-swiper-button{position:absolute;top:0}.mdl-h04 .mdl-container .m-swiper-button.prev{left:-7rem}.mdl-h04 .mdl-container .m-swiper-button.next{right:-7rem}.mdl-h04 .mdl-container .m-swiper-button:hover{background-color:#b7985d}.mdl-h04 .mdl-container .m-foot{display:flex;justify-content:center}.mdl-h04 .mdl-container .m-foot .m-content{max-width:100%;width:97rem}.mdl-h04 .mdl-container .m-foot .m-content .m-bottom{padding:8rem 0 0;display:flex;justify-content:center;flex-direction:column;align-items:center}.mdl-h04 .mdl-container .m-foot .m-content .m-bottom .m-textos{width:100%;max-width:88.7rem;margin-left:7.5rem}.mdl-h04 .mdl-container .m-foot .m-content .m-bottom .m-textos .m-titulo{font-family:bentham,sans-serif;font-weight:400;font-size:4rem;line-height:4rem;color:#b7985d}.mdl-h04 .mdl-container .m-foot .m-content .m-bottom .m-textos .m-texto{font-family:ptsans,sans-serif;font-weight:400;font-size:1.4rem;line-height:2.2rem;margin-left:20rem;margin-top:2rem;width:100%;max-width:68.7rem;color:#54565a}@media (max-width: 768px){.mdl-h04 .mdl-container .m-foot .m-content .m-bottom .m-textos .m-texto{line-height:2.4rem}}.mdl-h04 .mdl-container .m-foot .m-content .m-bottom .m-textos .m-texto ul li{padding-left:0}.mdl-h04 .mdl-container .m-foot .m-content .m-bottom .m-textos .m-texto ul li:before{display:none}@media (max-width: 1440px){.mdl-h04{padding:6rem 10rem}.mdl-h04 .m-imagenes{height:63.6rem!important}.mdl-h04 .m-imagenes .m-floatbutton{width:calc(100% - 49.6rem)!important}.mdl-h04 .m-imagenes .m-floatbutton button{left:5.6rem!important}}@media (max-width: 1080px){.mdl-h04{padding:0}.mdl-h04 .m-imagenes{height:50.9rem!important}.mdl-h04 .m-imagenes .m-floatbutton{width:calc(100% - 14.7rem)!important}.mdl-h04 .m-imagenes .m-floatbutton button{left:6.6rem!important}.mdl-h04 .mdl-container .m-content .m-top{margin-left:8rem}.mdl-h04 .mdl-container .m-foot .m-content .m-bottom{padding:4rem 4rem 12rem}.mdl-h04 .mdl-container .m-foot .m-content .m-bottom .m-textos{position:relative;max-width:56rem;margin-left:0;padding-top:8rem}.mdl-h04 .mdl-container .m-foot .m-content .m-bottom .m-textos .m-swiper-button{position:absolute}.mdl-h04 .mdl-container .m-foot .m-content .m-bottom .m-textos .m-swiper-button.prev{left:0}.mdl-h04 .mdl-container .m-foot .m-content .m-bottom .m-textos .m-swiper-button.next{left:5rem}.mdl-h04 .mdl-container .m-foot .m-content .m-bottom .m-textos .m-texto{margin-left:12.2rem;max-width:47.9rem}}@media (max-width: 768px){.mdl-h04 .m-imagenes img{width:100%}.mdl-h04 .m-imagenes .m-floatbutton{width:calc(100% - 7.9rem)!important}.mdl-h04 .mdl-container .m-content .m-top{margin-left:6.6rem}.mdl-h04 .mdl-container .m-content .m-bottom{padding:2rem 0 12rem;display:flex;justify-content:center}.mdl-h04 .mdl-container .m-content .m-bottom .m-textos{width:100%;max-width:55.2rem;padding:0 2rem}.mdl-h04 .mdl-container .m-content .m-bottom .m-textos .m-swiper-button.prev{left:2rem!important}.mdl-h04 .mdl-container .m-content .m-bottom .m-textos .m-swiper-button.next{left:7rem!important}.mdl-h04 .mdl-container .m-content .m-bottom .m-textos .m-texto{width:calc(100% - 8.6rem)!important;margin-left:6.6rem!important}}@media (max-width: 540px){.mdl-h04 .m-imagenes .m-floatbutton{width:calc(100% - 6.5rem)!important}.mdl-h04 .m-imagenes .m-floatbutton button{left:4.1rem!important}.mdl-h04 .mdl-container .m-foot .m-content .m-bottom{padding:4rem 4rem 6rem}.mdl-h04 .mdl-container .m-content .m-top{margin-left:6.7rem}.mdl-h04 .mdl-container .m-content .m-bottom .m-textos{padding:0 3.7rem}.mdl-h04 .mdl-container .m-content .m-bottom .m-textos .m-swiper-button.prev{left:4rem!important}.mdl-h04 .mdl-container .m-content .m-bottom .m-textos .m-swiper-button.next{left:9rem!important}.mdl-h04 .mdl-container .m-content .m-bottom .m-textos .m-texto{width:100%!important;margin-left:0!important}}\n"] }]
|
|
33
|
+
args: [{ selector: 'ces-h04-slider-text', standalone: true, imports: [CommonModule], schemas: [CUSTOM_ELEMENTS_SCHEMA], template: "<section class=\"mdl-h04\">\n <div class=\"mdl-container\">\n @if (multimedia?.imagenes?.length) {\n <div class=\"m-imagenes swiper\" #swiperContainer>\n <div class=\"swiper-wrapper\">\n @for (item of multimedia?.imagenes; track $index) {\n <div class=\"swiper-slide\">\n <img [src]=\"item.img?.src\" [alt]=\"item.img?.alt\" />\n </div>\n }\n </div>\n <div class=\"swiper-pagination\"></div>\n </div>\n }\n\n @if (texts) {\n <div class=\"m-foot\">\n <div class=\"m-content\">\n <div class=\"m-bottom\">\n <div class=\"m-textos\">\n <button\n type=\"button\"\n class=\"m-swiper-button prev fill\"\n aria-label=\"Next slide\"\n >\n <svg\n width=\"8\"\n height=\"14\"\n viewBox=\"0 0 8 14\"\n fill=\"none\"\n xmlns=\"http://www.w3.org/2000/svg\"\n >\n <path\n d=\"M6.84717 0.5L0.707031 6.64014L6.84717 12.7798\"\n stroke=\"#B7985D\"\n stroke-linecap=\"round\"\n />\n </svg>\n </button>\n <button\n type=\"button\"\n class=\"m-swiper-button next fill\"\n aria-label=\"Previous slide\"\n >\n <svg\n width=\"8\"\n height=\"14\"\n viewBox=\"0 0 8 14\"\n fill=\"none\"\n xmlns=\"http://www.w3.org/2000/svg\"\n >\n <path\n d=\"M0.500488 0.5L6.64062 6.64014L0.500488 12.7798\"\n stroke=\"#B7985D\"\n stroke-linecap=\"round\"\n />\n </svg>\n </button>\n @if (texts.title) {\n <h3\n class=\"m-titulo\"\n [innerHTML]=\"texts.title\"\n ></h3>\n }\n @if (texts.description) {\n <div\n class=\"m-texto\"\n [innerHTML]=\"texts.description\"\n ></div>\n }\n </div>\n </div>\n </div>\n </div>\n }\n </div>\n</section>\n", styles: [".m-swiper-button{width:3.9rem;height:3.9rem;display:flex;align-items:center;justify-content:center;transition:.3s}.m-swiper-button.fill{border:1px solid #b7985d}.m-swiper-button.fill:hover{background-color:#b7985d;transition:.3s}.m-swiper-button.fill:hover svg{filter:brightness(250%)}.m-button{font-family:josefinsans,sans-serif!important;font-weight:400!important;font-size:1.6rem;line-height:100%!important;letter-spacing:4%!important;text-transform:uppercase!important;border:1px solid #b7985d;padding:1.2rem 4.6rem .6rem;color:#b7985d;transition:.3s}.m-button:hover{background-color:#b7985d;transition:.3s;color:#fff}.m-button-clean{font-family:josefinsans,sans-serif!important;font-weight:400!important;font-size:1.6rem;line-height:100%!important;letter-spacing:4%!important;text-transform:uppercase!important;font-size:1.3rem;color:#b7985d;display:flex;gap:2.5rem;white-space:nowrap;align-items:center}.m-button-clean svg{transition:-webkit-clip-path .3s ease;transition:clip-path .3s ease;transition:clip-path .3s ease,-webkit-clip-path .3s ease;-webkit-clip-path:polygon(0% 0%,100% 0%,100% 100%,0% 100%);clip-path:polygon(0% 0%,100% 0%,100% 100%,0% 100%)}.m-button-clean:hover{transition:.3s;color:#9d793f}.m-button-clean:hover svg{-webkit-clip-path:polygon(30% 0%,100% 0%,100% 100%,30% 100%);clip-path:polygon(30% 0%,100% 0%,100% 100%,30% 100%)}.m-button-clean:hover svg path{color:#9d793f;fill:#9d793f}html{font-size:62.5%;overflow-x:hidden}html.overflow-hidden{overflow:hidden}html body{font:14px \"\"}@media (min-width: 1921px)and (max-height: 600px){html{font-size:55.5%}}html a{text-decoration:none}h1,h2,h3,h4,h5,h6{all:unset;display:revert}.fancybox__container{background-color:#0000!important}section .mdl-container{width:100%;max-width:160rem;margin:0 auto}.w100{font-weight:100}.w300{font-weight:300}.w400{font-weight:400}.w500{font-weight:medium}.w600{font-weight:600}.w700{font-weight:700}.w900{font-weight:900}.italic{font-style:italic}.row{display:flex;flex-direction:row}.col{display:flex;flex-direction:column}html{overflow-x:hidden}body{cursor:default;overflow-x:hidden;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{color:inherit;border:0;margin:0;padding:0}a{-moz-text-size-adjust:none;text-size-adjust:none;-webkit-text-size-adjust:none;text-decoration:none;cursor:pointer}ul{list-style-position:outside}li{padding-left:3rem;list-style:none;position:relative}li:before{content:\"\\25cf\";position:absolute;top:0;left:0}button,mark{background:none}button,label{cursor:pointer}:focus{outline:none!important}::-moz-focus-inner{border:0}summary::-webkit-details-marker{display:none}button,input[type=submit],input[type=text]{-webkit-appearance:none}h1,h2,h3,h4,h5,h6{text-transform:none}p{width:100%}img{width:auto;height:auto;-o-object-fit:contain;object-fit:contain}@keyframes swingV{15%{transform:translateY(.5rem)}30%{transform:translateY(-.5rem)}50%{transform:translateY(.3rem)}65%{transform:translateY(-.3rem)}80%{transform:translateY(.2rem)}to{transform:translateY(0)}}@keyframes swingH{15%{transform:translate(.5rem)}30%{transform:translate(-.5rem)}50%{transform:translate(.3rem)}65%{transform:translate(-.3rem)}80%{transform:translate(.2rem)}to{transform:translate(0)}}input:-webkit-autofill,input:-webkit-autofill:hover,input:-webkit-autofill:focus,input:-webkit-autofill:active{-webkit-background-clip:text;-webkit-text-fill-color:#fff;-webkit-transition:background-color 5000s ease-in-out 0s;transition:background-color 5000s ease-in-out 0s;box-shadow:inset 0 0 20px 20px #23232329}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.mdl-h04{padding:0 12.2rem 6rem}.mdl-h04 .mdl-container{position:relative;max-width:143.6rem}.mdl-h04 .mdl-container .m-imagenes{height:69.2rem;width:100%;position:relative}.mdl-h04 .mdl-container .m-imagenes img{height:100%;width:100%;-o-object-fit:cover;object-fit:cover}.mdl-h04 .mdl-container .m-swiper-button{position:absolute;top:0}.mdl-h04 .mdl-container .m-swiper-button.prev{left:-7rem}.mdl-h04 .mdl-container .m-swiper-button.next{right:-7rem}.mdl-h04 .mdl-container .m-swiper-button:hover{background-color:#b7985d}.mdl-h04 .mdl-container .m-foot{display:flex;justify-content:center}.mdl-h04 .mdl-container .m-foot .m-content{max-width:100%;width:97rem}.mdl-h04 .mdl-container .m-foot .m-content .m-bottom{padding:8rem 0 0;display:flex;justify-content:center;flex-direction:column;align-items:center}.mdl-h04 .mdl-container .m-foot .m-content .m-bottom .m-textos{width:100%;max-width:88.7rem;margin-left:7.5rem}.mdl-h04 .mdl-container .m-foot .m-content .m-bottom .m-textos .m-titulo{font-family:bentham,sans-serif;font-weight:400;font-size:4rem;line-height:4rem;color:#b7985d}.mdl-h04 .mdl-container .m-foot .m-content .m-bottom .m-textos .m-texto{font-family:ptsans,sans-serif;font-weight:400;font-size:1.4rem;line-height:2.2rem;margin-left:20rem;margin-top:2rem;width:100%;max-width:68.7rem;color:#54565a}@media (max-width: 768px){.mdl-h04 .mdl-container .m-foot .m-content .m-bottom .m-textos .m-texto{line-height:2.4rem}}.mdl-h04 .mdl-container .m-foot .m-content .m-bottom .m-textos .m-texto ul li{padding-left:0}.mdl-h04 .mdl-container .m-foot .m-content .m-bottom .m-textos .m-texto ul li:before{display:none}@media (max-width: 1440px){.mdl-h04{padding:6rem 10rem}.mdl-h04 .m-imagenes{height:63.6rem!important}.mdl-h04 .m-imagenes .m-floatbutton{width:calc(100% - 49.6rem)!important}.mdl-h04 .m-imagenes .m-floatbutton button{left:5.6rem!important}}@media (max-width: 1080px){.mdl-h04{padding:0}.mdl-h04 .m-imagenes{height:50.9rem!important}.mdl-h04 .m-imagenes .m-floatbutton{width:calc(100% - 14.7rem)!important}.mdl-h04 .m-imagenes .m-floatbutton button{left:6.6rem!important}.mdl-h04 .mdl-container .m-content .m-top{margin-left:8rem}.mdl-h04 .mdl-container .m-foot .m-content .m-bottom{padding:4rem 4rem 12rem}.mdl-h04 .mdl-container .m-foot .m-content .m-bottom .m-textos{position:relative;max-width:56rem;margin-left:0;padding-top:8rem}.mdl-h04 .mdl-container .m-foot .m-content .m-bottom .m-textos .m-swiper-button{position:absolute}.mdl-h04 .mdl-container .m-foot .m-content .m-bottom .m-textos .m-swiper-button.prev{left:0}.mdl-h04 .mdl-container .m-foot .m-content .m-bottom .m-textos .m-swiper-button.next{left:5rem}.mdl-h04 .mdl-container .m-foot .m-content .m-bottom .m-textos .m-texto{margin-left:12.2rem;max-width:47.9rem}}@media (max-width: 768px){.mdl-h04 .m-imagenes img{width:100%}.mdl-h04 .m-imagenes .m-floatbutton{width:calc(100% - 7.9rem)!important}.mdl-h04 .mdl-container .m-content .m-top{margin-left:6.6rem}.mdl-h04 .mdl-container .m-content .m-bottom{padding:2rem 0 12rem;display:flex;justify-content:center}.mdl-h04 .mdl-container .m-content .m-bottom .m-textos{width:100%;max-width:55.2rem;padding:0 2rem}.mdl-h04 .mdl-container .m-content .m-bottom .m-textos .m-swiper-button.prev{left:2rem!important}.mdl-h04 .mdl-container .m-content .m-bottom .m-textos .m-swiper-button.next{left:7rem!important}.mdl-h04 .mdl-container .m-content .m-bottom .m-textos .m-texto{width:calc(100% - 8.6rem)!important;margin-left:6.6rem!important}}@media (max-width: 540px){.mdl-h04 .m-imagenes .m-floatbutton{width:calc(100% - 6.5rem)!important}.mdl-h04 .m-imagenes .m-floatbutton button{left:4.1rem!important}.mdl-h04 .mdl-container .m-foot .m-content .m-bottom{padding:4rem 4rem 6rem}.mdl-h04 .mdl-container .m-content .m-top{margin-left:6.7rem}.mdl-h04 .mdl-container .m-content .m-bottom .m-textos{padding:0 3.7rem}.mdl-h04 .mdl-container .m-content .m-bottom .m-textos .m-swiper-button.prev{left:4rem!important}.mdl-h04 .mdl-container .m-content .m-bottom .m-textos .m-swiper-button.next{left:9rem!important}.mdl-h04 .mdl-container .m-content .m-bottom .m-textos .m-texto{width:100%!important;margin-left:0!important}}\n"] }]
|
|
39
34
|
}], propDecorators: { swiperContainer: [{
|
|
40
35
|
type: ViewChild,
|
|
41
36
|
args: ['swiperContainer']
|
|
42
|
-
}],
|
|
37
|
+
}], multimedia: [{
|
|
38
|
+
type: Input
|
|
39
|
+
}], texts: [{
|
|
43
40
|
type: Input
|
|
44
41
|
}] } });
|
|
45
|
-
//# sourceMappingURL=data:application/json;base64,
|
|
42
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaDA0LXNsaWRlci10ZXh0LmNvbXBvbmVudC5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL2JhYnlsb24vc3JjL2xpYi9jb21wb25lbnRzL2V4dGVybmFsL2NvcmUvYzQtc2xpLWMxLWltZy10eHQvaDA0LXNsaWRlci10ZXh0LmNvbXBvbmVudC50cyIsIi4uLy4uLy4uLy4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL2JhYnlsb24vc3JjL2xpYi9jb21wb25lbnRzL2V4dGVybmFsL2NvcmUvYzQtc2xpLWMxLWltZy10eHQvaDA0LXNsaWRlci10ZXh0LmNvbXBvbmVudC5odG1sIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFBRSxZQUFZLEVBQUUsTUFBTSxpQkFBaUIsQ0FBQztBQUMvQyxPQUFPLEVBRUgsU0FBUyxFQUNULHNCQUFzQixFQUV0QixLQUFLLEVBQ0wsU0FBUyxHQUNaLE1BQU0sZUFBZSxDQUFDO0FBQ3ZCLE9BQU8sUUFBUSxDQUFDO0FBQ2hCLE9BQU8sTUFBTSxFQUFFLEVBQUUsUUFBUSxFQUFFLFVBQVUsRUFBRSxVQUFVLEVBQUUsVUFBVSxFQUFFLE1BQU0sUUFBUSxDQUFDOztBQUk5RSxNQUFNLENBQUMsR0FBRyxDQUFDLENBQUMsVUFBVSxFQUFFLFVBQVUsRUFBRSxRQUFRLEVBQUUsVUFBVSxDQUFDLENBQUMsQ0FBQztBQVUzRCxNQUFNLE9BQU8sc0JBQXNCO0lBUS9CLGVBQWU7UUFDWCxNQUFNLGFBQWEsR0FBa0I7WUFDakMsSUFBSSxFQUFFLElBQUk7WUFDVixVQUFVLEVBQUU7Z0JBQ1IsRUFBRSxFQUFFLG9CQUFvQjtnQkFDeEIsU0FBUyxFQUFFLElBQUk7YUFDbEI7WUFDRCxVQUFVLEVBQUU7Z0JBQ1IsTUFBTSxFQUFFLHVCQUF1QjtnQkFDL0IsTUFBTSxFQUFFLHVCQUF1QjthQUNsQztZQUNELFFBQVEsRUFBRTtnQkFDTixLQUFLLEVBQUUsSUFBSTtnQkFDWCxvQkFBb0IsRUFBRSxLQUFLO2FBQzlCO1lBQ0QsTUFBTSxFQUFFLE1BQU07WUFDZCxhQUFhLEVBQUUsQ0FBQztTQUNuQixDQUFDO1FBQ0YsSUFBSSxDQUFDLE1BQU0sR0FBRyxJQUFJLE1BQU0sQ0FDcEIsSUFBSSxDQUFDLGVBQWUsQ0FBQyxhQUFhLEVBQ2xDLGFBQWEsQ0FDaEIsQ0FBQztJQUNOLENBQUM7K0dBOUJRLHNCQUFzQjttR0FBdEIsc0JBQXNCLHlQQ3hCbkMsdzVHQTZFQSx5blBEMURjLFlBQVk7OzRGQUtiLHNCQUFzQjtrQkFSbEMsU0FBUzsrQkFDSSxxQkFBcUIsY0FDbkIsSUFBSSxXQUNQLENBQUMsWUFBWSxDQUFDLFdBR2QsQ0FBQyxzQkFBc0IsQ0FBQzs4QkFHSCxlQUFlO3NCQUE1QyxTQUFTO3VCQUFDLGlCQUFpQjtnQkFJbkIsVUFBVTtzQkFBbEIsS0FBSztnQkFDRyxLQUFLO3NCQUFiLEtBQUsiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBDb21tb25Nb2R1bGUgfSBmcm9tICdAYW5ndWxhci9jb21tb24nO1xuaW1wb3J0IHtcbiAgICBBZnRlclZpZXdJbml0LFxuICAgIENvbXBvbmVudCxcbiAgICBDVVNUT01fRUxFTUVOVFNfU0NIRU1BLFxuICAgIEVsZW1lbnRSZWYsXG4gICAgSW5wdXQsXG4gICAgVmlld0NoaWxkLFxufSBmcm9tICdAYW5ndWxhci9jb3JlJztcbmltcG9ydCAnc3dpcGVyJztcbmltcG9ydCBTd2lwZXIsIHsgQXV0b3BsYXksIEVmZmVjdEZhZGUsIE5hdmlnYXRpb24sIFBhZ2luYXRpb24gfSBmcm9tICdzd2lwZXInO1xuaW1wb3J0IHsgU3dpcGVyT3B0aW9ucyB9IGZyb20gJ3N3aXBlci90eXBlcyc7XG5pbXBvcnQgeyBCYWJ5bG9uTXVsdGltZWRpYUksIEJhYnlsb25UZXh0cyB9IGZyb20gJy4uLy4uLy4uLy4uL2ludGVyZmFjZXMnO1xuXG5Td2lwZXIudXNlKFtOYXZpZ2F0aW9uLCBQYWdpbmF0aW9uLCBBdXRvcGxheSwgRWZmZWN0RmFkZV0pO1xuXG5AQ29tcG9uZW50KHtcbiAgICBzZWxlY3RvcjogJ2Nlcy1oMDQtc2xpZGVyLXRleHQnLFxuICAgIHN0YW5kYWxvbmU6IHRydWUsXG4gICAgaW1wb3J0czogW0NvbW1vbk1vZHVsZV0sXG4gICAgdGVtcGxhdGVVcmw6ICcuL2gwNC1zbGlkZXItdGV4dC5jb21wb25lbnQuaHRtbCcsXG4gICAgc3R5bGVVcmw6ICcuL2gwNC1zbGlkZXItdGV4dC5jb21wb25lbnQuY3NzJyxcbiAgICBzY2hlbWFzOiBbQ1VTVE9NX0VMRU1FTlRTX1NDSEVNQV0sXG59KVxuZXhwb3J0IGNsYXNzIEgwNFNsaWRlclRleHRDb21wb25lbnQgaW1wbGVtZW50cyBBZnRlclZpZXdJbml0IHtcbiAgICBAVmlld0NoaWxkKCdzd2lwZXJDb250YWluZXInKSBzd2lwZXJDb250YWluZXIhOiBFbGVtZW50UmVmO1xuICAgIHN3aXBlcj86IFN3aXBlcjtcblxuICAgIC8qICBASW5wdXQoKSBkYXRhOiBIMDRTbGlkZXJUZXh0ID0gaDA0U2xpZGVyVGV4dERhdGE7ICovXG4gICAgQElucHV0KCkgbXVsdGltZWRpYT86IEJhYnlsb25NdWx0aW1lZGlhSTtcbiAgICBASW5wdXQoKSB0ZXh0cz86IEJhYnlsb25UZXh0cztcblxuICAgIG5nQWZ0ZXJWaWV3SW5pdCgpOiB2b2lkIHtcbiAgICAgICAgY29uc3Qgc3dpcGVyT3B0aW9uczogU3dpcGVyT3B0aW9ucyA9IHtcbiAgICAgICAgICAgIGxvb3A6IHRydWUsXG4gICAgICAgICAgICBwYWdpbmF0aW9uOiB7XG4gICAgICAgICAgICAgICAgZWw6ICcuc3dpcGVyLXBhZ2luYXRpb24nLFxuICAgICAgICAgICAgICAgIGNsaWNrYWJsZTogdHJ1ZSxcbiAgICAgICAgICAgIH0sXG4gICAgICAgICAgICBuYXZpZ2F0aW9uOiB7XG4gICAgICAgICAgICAgICAgbmV4dEVsOiAnLm0tc3dpcGVyLWJ1dHRvbi5uZXh0JyxcbiAgICAgICAgICAgICAgICBwcmV2RWw6ICcubS1zd2lwZXItYnV0dG9uLnByZXYnLFxuICAgICAgICAgICAgfSxcbiAgICAgICAgICAgIGF1dG9wbGF5OiB7XG4gICAgICAgICAgICAgICAgZGVsYXk6IDUwMDAsXG4gICAgICAgICAgICAgICAgZGlzYWJsZU9uSW50ZXJhY3Rpb246IGZhbHNlLFxuICAgICAgICAgICAgfSxcbiAgICAgICAgICAgIGVmZmVjdDogJ2ZhZGUnLFxuICAgICAgICAgICAgc2xpZGVzUGVyVmlldzogMSxcbiAgICAgICAgfTtcbiAgICAgICAgdGhpcy5zd2lwZXIgPSBuZXcgU3dpcGVyKFxuICAgICAgICAgICAgdGhpcy5zd2lwZXJDb250YWluZXIubmF0aXZlRWxlbWVudCxcbiAgICAgICAgICAgIHN3aXBlck9wdGlvbnNcbiAgICAgICAgKTtcbiAgICB9XG59XG4iLCI8c2VjdGlvbiBjbGFzcz1cIm1kbC1oMDRcIj5cbiAgICA8ZGl2IGNsYXNzPVwibWRsLWNvbnRhaW5lclwiPlxuICAgICAgICBAaWYgKG11bHRpbWVkaWE/LmltYWdlbmVzPy5sZW5ndGgpIHtcbiAgICAgICAgICAgIDxkaXYgY2xhc3M9XCJtLWltYWdlbmVzIHN3aXBlclwiICNzd2lwZXJDb250YWluZXI+XG4gICAgICAgICAgICAgICAgPGRpdiBjbGFzcz1cInN3aXBlci13cmFwcGVyXCI+XG4gICAgICAgICAgICAgICAgICAgIEBmb3IgKGl0ZW0gb2YgbXVsdGltZWRpYT8uaW1hZ2VuZXM7IHRyYWNrICRpbmRleCkge1xuICAgICAgICAgICAgICAgICAgICAgICAgPGRpdiBjbGFzcz1cInN3aXBlci1zbGlkZVwiPlxuICAgICAgICAgICAgICAgICAgICAgICAgICAgIDxpbWcgW3NyY109XCJpdGVtLmltZz8uc3JjXCIgW2FsdF09XCJpdGVtLmltZz8uYWx0XCIgLz5cbiAgICAgICAgICAgICAgICAgICAgICAgIDwvZGl2PlxuICAgICAgICAgICAgICAgICAgICB9XG4gICAgICAgICAgICAgICAgPC9kaXY+XG4gICAgICAgICAgICAgICAgPGRpdiBjbGFzcz1cInN3aXBlci1wYWdpbmF0aW9uXCI+PC9kaXY+XG4gICAgICAgICAgICA8L2Rpdj5cbiAgICAgICAgfVxuXG4gICAgICAgIEBpZiAodGV4dHMpIHtcbiAgICAgICAgICAgIDxkaXYgY2xhc3M9XCJtLWZvb3RcIj5cbiAgICAgICAgICAgICAgICA8ZGl2IGNsYXNzPVwibS1jb250ZW50XCI+XG4gICAgICAgICAgICAgICAgICAgIDxkaXYgY2xhc3M9XCJtLWJvdHRvbVwiPlxuICAgICAgICAgICAgICAgICAgICAgICAgPGRpdiBjbGFzcz1cIm0tdGV4dG9zXCI+XG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgPGJ1dHRvblxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICB0eXBlPVwiYnV0dG9uXCJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgY2xhc3M9XCJtLXN3aXBlci1idXR0b24gcHJldiBmaWxsXCJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgYXJpYS1sYWJlbD1cIk5leHQgc2xpZGVcIlxuICAgICAgICAgICAgICAgICAgICAgICAgICAgID5cbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgPHN2Z1xuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgd2lkdGg9XCI4XCJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIGhlaWdodD1cIjE0XCJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIHZpZXdCb3g9XCIwIDAgOCAxNFwiXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICBmaWxsPVwibm9uZVwiXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICB4bWxucz1cImh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnXCJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgPlxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgPHBhdGhcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICBkPVwiTTYuODQ3MTcgMC41TDAuNzA3MDMxIDYuNjQwMTRMNi44NDcxNyAxMi43Nzk4XCJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICBzdHJva2U9XCIjQjc5ODVEXCJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICBzdHJva2UtbGluZWNhcD1cInJvdW5kXCJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIC8+XG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIDwvc3ZnPlxuICAgICAgICAgICAgICAgICAgICAgICAgICAgIDwvYnV0dG9uPlxuICAgICAgICAgICAgICAgICAgICAgICAgICAgIDxidXR0b25cbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgdHlwZT1cImJ1dHRvblwiXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIGNsYXNzPVwibS1zd2lwZXItYnV0dG9uIG5leHQgZmlsbFwiXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIGFyaWEtbGFiZWw9XCJQcmV2aW91cyBzbGlkZVwiXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgPlxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICA8c3ZnXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICB3aWR0aD1cIjhcIlxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgaGVpZ2h0PVwiMTRcIlxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgdmlld0JveD1cIjAgMCA4IDE0XCJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIGZpbGw9XCJub25lXCJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIHhtbG5zPVwiaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmdcIlxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICA+XG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICA8cGF0aFxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIGQ9XCJNMC41MDA0ODggMC41TDYuNjQwNjIgNi42NDAxNEwwLjUwMDQ4OCAxMi43Nzk4XCJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICBzdHJva2U9XCIjQjc5ODVEXCJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICBzdHJva2UtbGluZWNhcD1cInJvdW5kXCJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIC8+XG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIDwvc3ZnPlxuICAgICAgICAgICAgICAgICAgICAgICAgICAgIDwvYnV0dG9uPlxuICAgICAgICAgICAgICAgICAgICAgICAgICAgIEBpZiAodGV4dHMudGl0bGUpIHtcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgPGgzXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICBjbGFzcz1cIm0tdGl0dWxvXCJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIFtpbm5lckhUTUxdPVwidGV4dHMudGl0bGVcIlxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICA+PC9oMz5cbiAgICAgICAgICAgICAgICAgICAgICAgICAgICB9XG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgQGlmICh0ZXh0cy5kZXNjcmlwdGlvbikge1xuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICA8ZGl2XG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICBjbGFzcz1cIm0tdGV4dG9cIlxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgW2lubmVySFRNTF09XCJ0ZXh0cy5kZXNjcmlwdGlvblwiXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgID48L2Rpdj5cbiAgICAgICAgICAgICAgICAgICAgICAgICAgICB9XG4gICAgICAgICAgICAgICAgICAgICAgICA8L2Rpdj5cbiAgICAgICAgICAgICAgICAgICAgPC9kaXY+XG4gICAgICAgICAgICAgICAgPC9kaXY+XG4gICAgICAgICAgICA8L2Rpdj5cbiAgICAgICAgfVxuICAgIDwvZGl2PlxuPC9zZWN0aW9uPlxuIl19
|