@import 'https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&family=Poppins:wght@400;500;600;700&display=swap';:root{--min-screen-width:320px;--max-screen-width:1366px;--primary:#4DFFAB;--primary-90:#4dffabe6;--secondary:#BEBEFC;--tertiary:#fec701;--base:#F3F6FF;--bg-body:#e6e6e6;--bg-surface:#FFFFFF;--text-body:hsl(0,0%,25%);--text-title:hsl(0,0%,0%);--light:#ffffff;--light-10:#ffffff1a;--light-80:#ffffffcc;--light-90:#ffffffe6;--dark:#101016;--dark-5:#1010160d;--dark-10:#1010161a;--success:hsl(136,95%,56%);--error:hsl(351,95%,56%);--space-4xs:clamp(0.52rem,calc(-0.03vw + 0.53rem),0.49rem);--space-3xs:clamp(0.66rem,calc(0.04vw + 0.64rem),0.7rem);--space-2xs:clamp(0.82rem,calc(0.16vw + 0.77rem),0.99rem);--space-xs:clamp(1.02rem,calc(0.36vw + 0.91rem),1.4rem);--space-s:clamp(1.28rem,calc(0.67vw + 1.07rem),1.98rem);--space-m:clamp(1.6rem,calc(1.15vw + 1.23rem),2.8rem);--space-l:clamp(2rem,calc(1.87vw + 1.4rem),3.96rem);--space-xl:clamp(2.5rem,calc(2.96vw + 1.55rem),5.6rem);--space-2xl:clamp(3.13rem,calc(4.58vw + 1.66rem),7.92rem);--space-3xl:clamp(3.91rem,calc(6.97vw + 1.68rem),11.19rem);--text-xs:clamp(1.26rem,calc(-0.24vw + 1.34rem),1.01rem);--text-s:clamp(1.42rem,calc(-0.07vw + 1.44rem),1.35rem);--text-m:clamp(1.6rem,calc(0.19vw + 1.54rem),1.8rem);--text-l:clamp(1.8rem,calc(0.57vw + 1.62rem),2.4rem);--text-xl:clamp(2.02rem,calc(1.12vw + 1.67rem),3.2rem);--text-2xl:clamp(2.28rem,calc(1.9vw + 1.67rem),4.26rem);--text-3xl:clamp(2.6rem, calc(2.8vw + 1.7rem), 5.6rem);--text-4xl:clamp(3rem, calc(4vw + 1.8rem), 7.2rem);--text-5xl:clamp(3.6rem, calc(5.6vw + 1.9rem), 9.2rem);--radius-xs:clamp(0.4rem,calc(0vw + 0.4rem),0.4rem);--radius-s:clamp(0.6rem,calc(0.19vw + 0.54rem),0.8rem);--radius-m:clamp(1rem,calc(0.19vw + 0.94rem),1.2rem);--radius-l:clamp(1.6rem,calc(0.38vw + 1.48rem),2rem);--radius-xl:clamp(2.6rem,calc(0.57vw + 2.42rem),3.2rem);--bricks-color-qpevlu:#e8f3e4;--green-brand:#48ad4b}*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}html{font-size:62.5%;background-color:var(--dark-5)}body{font-size:var(--text-m);color:var(--text-body);line-height:1.5;font-family:inter,sans-serif;background:0 0}h1,h2,h3,h4,h5,h6{color:var(--text-title);line-height:1.2;font-family:inter,sans-serif}a{text-decoration:none;color:inherit}img{max-width:100%;height:auto;display:block}ul,ol{list-style:none}.container{width:var(--max-screen-width);max-width:100%;margin:0 auto}.section{padding-top:var(--space-3xl);padding-right:var(--space-m);padding-bottom:var(--space-3xl);padding-left:var(--space-m)}.btn{font-size:var(--text-s);font-weight:600;line-height:150%;padding:var(--space-xs)var(--space-m);border-radius:var(--radius-xs);transition:all .2s ease;border:none;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;font-family:poppins,sans-serif}.btn-primary{background-color:var(--green-brand);color:var(--light)}.btn-primary:hover{background-color:var(--text-title)}.btn-large{font-size:var(--text-l)}.hero{background-color:var(--light);background-image:url(../images/bg-hero.webp);background-size:cover;background-position:50%;position:relative;padding-top:var(--space-2xl);padding-bottom:var(--space-2xl)}.hero::before{background-image:linear-gradient(transparent,var(--light));position:absolute;content:"";top:0;right:0;bottom:0;left:0;pointer-events:none}.hero>*{position:relative}.hero__logo{margin-bottom:var(--space-2xl);display:block;text-align:center}.hero__logo img{width:250px;margin:0 auto}.hero__container{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:var(--space-xl);align-items:stretch}.hero__container-info{display:flex;flex-direction:column;row-gap:var(--space-m);justify-content:flex-start}.hero__tag{background-color:var(--bricks-color-qpevlu);padding:var(--space-2xs)var(--space-s);font-family:poppins,sans-serif;font-weight:500;letter-spacing:2px;font-size:var(--text-s);width:fit-content}.hero__heading{font-size:var(--text-xl);line-height:135%;font-family:poppins,sans-serif}.hero__heading span{color:var(--green-brand)}.hero__description{max-width:640px;font-family:poppins,sans-serif;color:var(--text-title);font-size:var(--text-m);font-weight:400;padding-bottom:var(--space-m)}.hero__form-title{font-family:poppins,sans-serif;color:var(--text-title);font-size:var(--text-m);font-weight:400}.hero__image-wrapper{height:fit-content}.hero__image{aspect-ratio:1/1;width:100%;object-fit:cover;border-radius:0}.form-wrapper-hero,.form-wrapper-cta{width:100%}#webinar-register-form{position:relative;font-family:poppins,sans-serif}#form-overlay-loading{position:absolute;top:0;left:0;right:0;bottom:0;background:rgba(255,255,255,.8);display:flex;align-items:center;justify-content:center;z-index:10}#form-overlay-loading.hide-overlay{display:none}#form-overlay-loading .spinner{width:40px;height:40px;border:4px solid var(--dark-10);border-top-color:var(--green-brand);border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.s-offer-form-line{display:flex;flex-wrap:wrap;gap:10px;margin-bottom:15px}.s-offer-form-line.flex{display:flex}.s-offer-form-item{flex:1;min-width:200px}.s-offer-form-item input[type=text],.s-offer-form-item input[type=email]{width:100%;padding:var(--space-xs);font-size:var(--text-s);font-family:poppins,sans-serif;border:1px solid #999;border-radius:var(--radius-xs);transition:border-color .2s ease}.s-offer-form-item input[type=text]:focus,.s-offer-form-item input[type=email]:focus{outline:none;border-color:var(--green-brand)}.s-offer-form-item:first-child{margin-right:5px}.just-validate-error-label{font-size:var(--text-xs)}.terms{margin-bottom:15px}.terms label{display:inline;font-size:var(--text-s);font-family:poppins,sans-serif;line-height:1.6;cursor:pointer;color:var(--text-body)}.terms a{color:var(--green-brand);text-decoration:underline}.terms a:hover{color:var(--text-title)}.s-offer-form-button{margin-top:10px}.s-info-btn{width:100%;padding:var(--space-xs)var(--space-m);font-size:var(--text-l);font-weight:600;font-family:poppins,sans-serif;background-color:var(--green-brand);color:var(--light);border:none;border-radius:var(--radius-xs);cursor:pointer;transition:background-color .2s ease;text-decoration:none}.s-info-btn:hover{background-color:var(--text-title)}.s-info-btn.flex{display:flex}.s-info-btn.flexalcenter{align-items:center}.s-info-btn.flexcenter{justify-content:center}.form-wrapper-cta{width:100%}.form-wrapper-cta .s-offer-form-line{justify-content:center}.form-wrapper-cta .s-offer-form-item{}.form-wrapper-cta .s-offer-form-button{width:100%}@media(max-width:478px){.s-offer-form-line{flex-direction:column}.s-offer-form-item{width:100%}.s-offer-form-item input.mr5,.s-offer-form-item input.ml5{margin-left:0;margin-right:0}.s-offer-form-item input.ml5+.just-validate-error-label{margin-left:0}}.datos-section{background-color:var(--light);padding-top:0;padding-bottom:0}.datos__container{display:flex;flex-direction:column;align-items:center;row-gap:var(--space-l);background-color:var(--bricks-color-qpevlu);padding:var(--space-xl);border-radius:20px}.datos__heading{font-family:poppins,sans-serif;font-size:var(--text-xl);color:var(--text-title);text-align:center;margin:0;font-weight:500;line-height:135%}.datos__heading strong{}.datos__grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:var(--space-m);padding:var(--space-xs);border-radius:var(--radius-xl);width:100%}.card-datos{background-color:var(--light);border-radius:var(--radius-m);padding:var(--space-m);text-align:center;border:1px solid var(--dark-10);position:relative}.card-datos__number{font-family:poppins,sans-serif;font-size:var(--text-3xl);font-weight:600;color:var(--green-brand);line-height:1.2;display:inline-flex;align-items:center;letter-spacing:-.02em}.card-datos__number .prefix{color:var(--dark);font-size:var(--text-xl);margin-right:.2em}.card-datos__number .suffix{margin-left:.2em}.card-datos__description{font-family:poppins,sans-serif;font-size:var(--text-s);line-height:1.45;text-align:center}.descubrir{background-color:var(--light);padding-top:var(--space-2xl);padding-bottom:var(--space-2xl)}.descubrir__container{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:var(--space-xl);align-items:stretch;margin-bottom:var(--space-3xl)}.descubrir__container:last-of-type{margin-bottom:0}.descubrir__container-info{display:flex;flex-direction:column;row-gap:var(--space-m);align-self:center;overflow:hidden}.descubrir__inner-container-info{display:flex;flex-direction:column;row-gap:var(--space-xs)}.descubrir__heading{margin-top:0;font-size:var(--text-xl);font-family:poppins,sans-serif;line-height:135%}.descubrir__heading span{color:var(--green-brand)}.descubrir__img-wrapper{display:flex;align-items:center}.descubrir__img{aspect-ratio:1/1;width:100%;border-radius:20px;object-fit:cover}.clase__list{display:flex;flex-direction:column;row-gap:var(--space-3xs)}.clase__intro{font-family:poppins,sans-serif}.clase__item{display:flex;flex-direction:row;align-items:center;column-gap:var(--space-2xs)}.clase__item-icon{width:var(--text-xl);height:var(--text-xl);flex-shrink:0}.clase__item-text{font-family:poppins,sans-serif;font-weight:400;color:var(--text-title)}.clase__divider{height:1px;background-color:var(--dark-10);margin:var(--space-s)0}.testimonial{background-color:var(--light);padding-top:0;padding-bottom:0}.testimonial>*{position:relative}.testimonial__image{aspect-ratio:1/1;width:100%;object-fit:cover;border-radius:20px}.testimonial__container{display:flex;flex-direction:column;row-gap:var(--space-l);align-items:center;background-color:var(--bricks-color-qpevlu);padding:var(--space-xl);border-radius:20px}.testimonial__container-info{display:flex;flex-direction:column;align-items:center;justify-content:flex-start;width:100%;max-width:1080px;row-gap:var(--space-xs);text-align:center}.testimonial__heading{font-size:var(--text-xl);font-family:poppins,sans-serif;font-weight:500;max-width:650px;line-height:135%}.testimonial__description{max-width:800px;font-family:poppins,sans-serif}.testimonial__list{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:var(--space-m);width:100%}.card-testimonial{display:flex;flex-direction:column;justify-content:center;align-items:flex-start;row-gap:var(--space-m);padding:var(--space-m);border:1px solid var(--dark-10);border-radius:var(--radius-m);height:100%;background-color:var(--light);position:relative}.card-testimonial__testimonial-wrapper{display:flex;flex-direction:column;align-items:flex-start;row-gap:var(--space-xs);border:0;position:relative;margin:0;padding-left:2.2rem}.card-testimonial__testimonial-wrapper::before{content:"“";position:absolute;left:.2rem;top:-.3rem;font-size:3rem;line-height:1;color:#b8d8b8;font-family:playfair display,serif;font-weight:700}.card-testimonial__testimonial{font-size:var(--text-m);color:var(--dark);font-weight:400;font-family:poppins,sans-serif;font-style:italic;line-height:normal;margin:0}.card-testimonial__author-container{display:flex;flex-direction:row;column-gap:var(--space-xs);align-items:center;margin-top:auto;margin-top:1.5rem;gap:.75rem}.card-testimonial__avatar{width:4.8rem;height:4.8rem;border-radius:var(--radius-xl);overflow:hidden;flex-shrink:0;object-fit:cover}.card-testimonial__author-info{display:flex;flex-direction:column}.card-testimonial__author{line-height:120%;font-size:var(--text-m);font-weight:700;color:var(--green-brand);font-family:poppins,sans-serif}.card-testimonial__position{color:var(--dark);font-size:var(--text-s);font-family:poppins,sans-serif}.method{background-color:var(--light);row-gap:var(--space-3xl);position:relative;padding-top:var(--space-2xl);padding-bottom:var(--space-2xl)}.method>*{position:relative}.method__hero-container{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:var(--space-xl);align-items:stretch}.method__image{aspect-ratio:1/1;width:100%;object-fit:cover;border-radius:20px}.method__container-info{display:flex;flex-direction:column;row-gap:var(--space-m);justify-content:center}.method__heading{font-size:var(--text-xl);font-family:poppins,sans-serif;line-height:135%}.method__heading span{color:var(--green-brand)}.method__list{display:flex;flex-direction:column;row-gap:var(--space-3xs)}.method__item{display:flex;flex-direction:column;gap:var(--space-xs)}.method__item-header{display:flex;flex-direction:row;align-items:center;column-gap:var(--space-2xs)}.method__item-icon{width:var(--text-xl);height:var(--text-xl)}.method__item-title{font-family:poppins,sans-serif;font-weight:700;color:var(--text-title)}.method__item-description{font-family:poppins,sans-serif}.method__divider{height:1px;background-color:var(--dark-10);margin:var(--space-s)0}.media{background-color:var(--light);row-gap:var(--space-3xl);position:relative;padding-top:var(--space-xl);padding-bottom:var(--space-xl)}.medios{display:flex;flex-direction:column;align-items:center;row-gap:var(--space-m)}.medios__tag{background-color:var(--bricks-color-qpevlu);padding:var(--space-2xs)var(--space-s);font-family:poppins,sans-serif;font-weight:500;letter-spacing:2px;font-size:var(--text-s);text-align:center}.medios__heading{font-size:var(--text-xl);font-family:poppins,sans-serif;text-align:center;max-width:900px;line-height:135%}.medios__heading span{color:var(--green-brand)}.medios__description{text-align:center;font-family:poppins,sans-serif;color:var(--text-title);max-width:700px;margin-bottom:var(--space-m)}.medios__grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-template-rows:repeat(2,minmax(0,1fr));gap:20px;width:100%}.medios__item{border:1px solid #e1ebec;border-radius:20px;overflow:hidden}.medios__item img{width:100%;height:100%;object-fit:cover}.enrique{background-color:var(--light);padding-top:var(--space-xl)}.enrique__container{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:var(--space-xl);align-items:stretch;margin-bottom:var(--space-3xl)}.enrique__container:last-of-type{margin-bottom:0}.enrique__container-info{display:flex;flex-direction:column;row-gap:var(--space-m);align-self:center;overflow:hidden}.enrique__inner-container-info{display:flex;flex-direction:column;row-gap:var(--space-xs)}.enrique__tag{background-color:var(--bricks-color-qpevlu);padding:var(--space-2xs)var(--space-s);font-family:poppins,sans-serif;font-weight:500;letter-spacing:2px;font-size:var(--text-s);width:fit-content}.enrique__heading{margin-top:0;font-size:var(--text-xl);font-family:poppins,sans-serif;line-height:135%}.enrique__heading span{color:var(--green-brand)}.enrique__description{max-width:540px;font-family:poppins,sans-serif;color:var(--text-title)}.enrique__img-wrapper{display:flex;align-items:center}.enrique__img{aspect-ratio:1/1;width:100%;border-radius:20px;object-fit:cover}.cta-form-container{width:100%;max-width:800px;background-color:var(--bricks-color-qpevlu);align-self:center;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:var(--space-xl);border-radius:20px;row-gap:var(--space-s);margin:0 auto;margin-top:var(--space-3xl)}.cta-form-container .form-title{text-align:center;font-size:var(--text-xl);font-family:poppins,sans-serif;font-weight:700;color:var(--text-title)}.cta-form-container .form-subtitle{text-align:center;font-family:poppins,sans-serif;color:var(--text-title);margin-top:0;max-width:540px}.footer{padding-top:var(--space-l);padding-right:var(--space-m);padding-bottom:var(--space-l);padding-left:var(--space-m);background-color:var(--green-brand)}.footer__container{display:flex;flex-direction:column;align-items:center;row-gap:var(--space-xl)}.footer__container-top{display:flex;flex-direction:column;justify-content:center;row-gap:var(--space-s);align-items:center}.footer__logo img{width:200px}.footer__container-top p{font-size:var(--text-xs);font-family:poppins,sans-serif;color:var(--light);text-align:center}.footer__container-bot{display:flex;flex-direction:column;justify-content:center;align-items:center;row-gap:var(--space-m);width:100%}.footer__divider{width:100%;height:1px;background-color:var(--light)}.footer__inner-container-bot{display:flex;flex-direction:row;justify-content:space-between;align-items:center;width:100%}.footer__credit-name{font-size:var(--text-s);font-family:poppins,sans-serif;color:var(--light)}.legal-menu{display:flex;gap:20px;align-items:center;width:fit-content;font-family:poppins,sans-serif;font-size:var(--text-s)}.legal-menu a{color:#fff;text-decoration:none;font-weight:400;transition:color .25s ease,transform .25s ease}.legal-menu a:hover{color:#000;transform:translateY(-1px)}.banner-noticia{position:fixed;top:0;left:0;right:0;z-index:8888;transform:translateY(-110%);opacity:0;pointer-events:none;transition:transform .75s cubic-bezier(.2,.8,.2,1),opacity .35s ease;will-change:transform,opacity;background-color:var(--text-title);font-family:poppins,sans-serif;color:var(--light)}.banner-noticia.is-visible{transform:translateY(0);opacity:1;pointer-events:auto}.banner-noticia__link{display:flex;justify-content:center;align-items:center;padding:var(--space-2xs)var(--space-s);text-align:center;font-size:var(--text-m);color:var(--light)}.banner-noticia__link:hover{background-color:rgba(255,255,255,.1)}.banner-noticia__link p{margin:0;white-space:nowrap;display:flex;align-items:center;gap:.4em;min-width:0;max-width:900px}.banner-noticia__link span.noticia{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;min-width:0;flex:auto}.banner-noticia__link span.ver-mas{white-space:nowrap;font-size:var(--text-s);vertical-align:middle;color:gold;flex-shrink:0}@media(max-width:991px){.hero{padding-top:var(--space-3xl)}.hero__container{grid-template-columns:repeat(1,minmax(0,1fr));width:100%;gap:20px}.datos__grid{grid-template-columns:repeat(2,minmax(0,1fr))}.card-datos__description{margin-top:var(--space-2xs)}.descubrir__container{gap:var(--space-s);grid-template-columns:repeat(1,minmax(0,1fr))}.testimonial__list{grid-template-columns:repeat(1,minmax(0,1fr))}.card-testimonial{height:auto}.method__hero-container{grid-template-columns:repeat(1,minmax(0,1fr))}.enrique__container{gap:var(--space-s)}}@media(max-width:767px){.hero__container{grid-template-columns:1fr;width:100%}.hero__tag{width:fit-content}.btn{padding-top:var(--space-s);padding-bottom:var(--space-s)}.datos__grid{grid-template-columns:repeat(1,minmax(0,1fr))}.descubrir__container{grid-template-columns:repeat(1,minmax(0,1fr));gap:var(--space-xl)}.enrique__container{grid-template-columns:repeat(1,minmax(0,1fr));gap:var(--space-xl)}.footer__inner-container-bot{flex-direction:column-reverse;row-gap:var(--space-l)}.legal-menu{flex-direction:column;align-items:center;gap:12px}.medios__grid{grid-template-columns:repeat(1,minmax(0,1fr));grid-template-rows:auto}}@media(max-width:478px){html{background-color:var(--light)}.hero{padding-top:var(--space-3xl);background-image:linear-gradient(rgba(255,255,255,.9),rgba(255,255,255,.9)),url(../images/bg-hero.webp)}.hero__logo img{width:150px}.banner-noticia__link{padding:var(--space-3xs)var(--space-2xs);font-size:var(--text-s)}.banner-noticia__link span.ver-mas{font-size:var(--text-xs)}.datos-section{background-color:var(--bricks-color-qpevlu)}.datos__container{padding:var(--space-xl)0;background:0 0}.datos__heading{text-align:left}.card-datos__number{font-size:var(--text-5xl)}.card-datos__number .prefix{font-size:var(--text-3xl)}.descubrir__container-info{order:2}.descubrir__img-wrapper{order:1}.descubrir__img{width:100%}.testimonial{background-color:var(--bricks-color-qpevlu)}.testimonial__container{padding:var(--space-xl)0;background:0 0}.testimonial__heading{text-align:left}.testimonial__description{text-align:left}.enrique__container-info{order:2}.enrique__img-wrapper{order:1}.enrique__img{width:100%}.form .form-group:nth-child(1),.form .form-group:nth-child(2){width:100%}.form .form-group{padding-right:0}.footer__logo img{width:180px}.cta-form-container{padding:var(--space-m)}.medios{align-items:flex-start}.medios__heading,.medios__description{text-align:left}}