.card__wrap{width:100%;gap:2rem}.card__wrap,.card__wrap .card{display:flex;flex-direction:column;justify-content:center;align-items:center}.card__wrap .card{height:100px;width:90%;border-radius:1rem;gap:1rem;padding:1rem;border:1px solid var(--border-primary)}.card__wrap .card .card-image-container{width:100%;display:flex;justify-content:center}.card__wrap .card .card-image-container img{height:2.5rem;object-fit:contain}.card__wrap .card .card-content{display:flex;flex-direction:column;align-items:center;text-align:center}.card__wrap .card .card-content h2{font-size:var(--font-size-normal);color:#fff;padding-right:5px}.card__wrap .card .card-content p{font-size:var(--font-size-small);color:var(--text-primary);text-align:center}@media screen and (min-width:768px){.card__wrap{flex-direction:column;gap:2.5rem}.card{height:110px;width:280px;border-radius:1.25rem}.card .card-image-container img{height:3.2rem}.card .card-content h2{font-size:1.15rem}.card .card-content p{font-size:var(--font-size-small)}}@media screen and (min-width:1024px){.card__wrap{flex-direction:row;gap:3rem}.card{height:120px;width:318px;border-radius:1.5rem}.card .card-image-container img{height:3.4rem}.card .card-content h2{font-size:1.25rem}.card .card-content p{font-size:var(--font-size-small)}}@keyframes moving-lines{0%{background-position:0 0}to{background-position:100px 100px}}.hover-animate-moving-lines:hover{animation:moving-lines 1s linear infinite}.bg-pattern-diagonal-lines-left{background-image:-webkit-image-set(url("/public/diagonal-lines-left-16x16.png") 1x);background-image:image-set(url("/public/diagonal-lines-left-16x16.png") 1x);background-size:16px 16px;background-repeat:repeat}.ButtonMain_btn__Ym9TA{border:1px solid var(--second-color);background-color:var(--second-color);color:#fff;border-radius:8px;padding:.8rem 2.1rem;font-size:var(--font-size-extra-small);font-weight:var(--font-weight-medium);line-height:100%;text-decoration:none;transition:all .4s ease-in-out;position:relative;cursor:pointer}.ButtonMain_btn__Ym9TA:hover{background-color:rgba(77,197,172,.35);box-shadow:inset 0 -10px 20px rgba(77,197,172,.5)}@media screen and (min-width:768px){.ButtonMain_btn__Ym9TA{padding:1rem 2.5rem;font-size:var(--font-size-small)}.ButtonMain_btn__Ym9TA .ButtonMain_btn__Ym9TA:hover{background-color:rgba(111,65,210,.35);box-shadow:inset 0 -10px 25px rgba(111,65,210,.5)}}.BG{background-image:url(/esfera-form-verde.png);background-size:contain;background-position:50%;background-repeat:no-repeat;justify-content:center;margin-top:5rem;height:auto;-webkit-mask-image:linear-gradient(0deg,transparent,#000 30px,#000 calc(100% - 20px),transparent);mask-image:linear-gradient(0deg,transparent,#000 30px,#000 calc(100% - 20px),transparent)}#info,.BG{display:flex;align-items:center;padding:1rem}#info{flex-direction:column;width:100%;margin-top:.5rem;color:#7fffd4;gap:1.2rem}.gradient-text{background:linear-gradient(180deg,rgba(0,0,0,.027) 5%,#fff 45%);-webkit-background-clip:text;background-clip:text;color:transparent}.sub-title-text{font-size:var(--font-size-extra-small);margin-bottom:1.6rem;text-align:center;width:70%;color:#fff}.title-text{background:linear-gradient(180deg,rgba(0,0,0,.267) 5%,#fff 45%);-webkit-background-clip:text;background-clip:text;color:transparent;font-weight:700;line-height:1.2;margin-top:3rem;font-size:var(--font-size-large)}@media screen and (min-width:768px)and (max-width:1099px){.BG{margin-top:3rem;height:47rem;background-size:contain;-webkit-mask-image:linear-gradient(0deg,transparent,#000 30px,#000 calc(100% - 20px),transparent);mask-image:linear-gradient(0deg,transparent,#000 30px,#000 calc(100% - 20px),transparent)}#info{padding:1.5rem}.gradient-text{font-size:var(--font-size-medium)}.gracias{font-size:var(--font-size-small)}.sub-title-text{font-size:1.5rem;width:65%}.title-text{margin-bottom:6rem;font-weight:var(--font-weight-small);font-size:60px}.input-group{flex-direction:column;gap:1rem}}@media screen and (min-width:1100px){.BG{margin-top:6rem;background-size:contain;height:50rem;-webkit-mask-image:linear-gradient(0deg,transparent,#000 160px,#000 calc(100% - 90px),transparent);mask-image:linear-gradient(0deg,transparent,#000 160px,#000 calc(100% - 90px),transparent)}#info{gap:1.5rem}.sub-title-text{font-size:var(--font-size-medium);width:45%}.title-text{margin-bottom:3rem;font-weight:var(--font-weight-small);font-size:70px}}.navbar{height:55px;border-bottom:1px solid var(--border-primary);width:100%}.navbar__int{display:flex;width:100%;justify-content:left;align-items:center;height:100%}.navbar__logo a{color:var(--primary-color);font-size:20px;font-weight:600}.navbar__links{list-style:none;display:flex;font-size:var(--font-size-small);font-weight:400;gap:1.5rem}.navbar__links li a{color:var(--text-primary);text-decoration:none;transition:color .3s ease}.navbar__links li a:hover{color:var(--text-secondary)}.hero__wrap{height:70vh;display:flex;flex-direction:column-reverse;justify-content:start;align-items:center;gap:3.5rem}.hero__wrap .hero__content{width:100%;display:flex;flex-direction:column;align-items:center;text-align:center;gap:1.5rem}.hero__wrap .hero__content .hero__title h1{font-size:var(--font-size-medium);font-weight:700;color:#fff}.hero__wrap .hero__content .hero__description{width:100%}.hero__wrap .hero__content .hero__description span{font-size:var(--font-size-small);font-weight:var(--font-weight-medium);color:#fff}.hero__wrap .hero__content .hero__description p{font-size:12px;color:var(--text-primary)}.hero__wrap .hero__content .hero__button{margin-top:2.5rem}.hero__wrap .hero__imagewrap{width:100%}.hero__wrap .hero__imagewrap div{height:20rem;width:100%;display:flex;justify-content:center}@media screen and (min-width:768px){.hero__wrap{height:50rem;flex-direction:column-reverse;align-items:center;justify-content:center;margin-bottom:2rem}.hero__wrap .hero__content{width:100%;text-align:center;gap:1.5rem}.hero__wrap .hero__content .hero__title h1{font-size:var(--font-size-large)}.hero__wrap .hero__content span{font-size:var(--font-size-medium);font-weight:var(--font-weight-medium);color:#fff}.hero__wrap .hero__content .hero__description p{width:80%;margin:auto;font-size:var(--font-size-small)}.hero__wrap .hero__content .hero__button{margin:2.5rem auto auto}.hero__wrap .hero__imagewrap{width:100%}}@media screen and (min-width:1100px){.hero__wrap{height:75vh;flex-direction:row;justify-content:space-between}.hero__wrap .hero__content{width:40%;height:25rem;text-align:left;gap:1.5rem}.hero__wrap .hero__content .hero__title h1{font-size:30px}.hero__wrap .hero__content .hero__description p{margin:0;width:90%;font-size:var(--font-size-small)}.hero__wrap .hero__content .hero__button{width:100%;margin-top:2rem}.hero__wrap .hero__imagewrap{width:50%}.hero__wrap .hero__imagewrap div{height:30rem}}@media screen and (min-width:1400px){.hero__wrap{height:60vh;justify-content:center}.hero__wrap .hero__content{width:50%;height:35rem;text-align:left;gap:2rem}.hero__wrap .hero__content .hero__title h1{font-size:36px}.hero__wrap .hero__content .hero__description p,.hero__wrap .hero__content .hero__description span{font-size:18px}.hero__wrap .hero__content .hero__button{margin-top:3rem}.hero__wrap .hero__imagewrap{width:50%}.hero__wrap .hero__imagewrap div{height:35rem}}.container{background-image:linear-gradient(90deg,rgba(79,79,79,.3) 1px,transparent 0),linear-gradient(180deg,rgba(79,79,79,.3) 1px,transparent 0);background-size:16px 16px;-webkit-mask-image:radial-gradient(circle at 49% 49%,#000 60%,rgba(0,0,0,.9) 0,transparent 100%);mask-image:radial-gradient(circle at 49% 49%,#000 60%,rgba(0,0,0,.9) 0,transparent 100%);position:relative;width:100%;height:20rem;margin:auto;text-align:center}.main-text{font-size:35px;font-weight:700;top:50%;left:50%;transform:translate(-50%,-50%)}.main-text,.word{color:#fff;position:absolute}.word{padding:2px 10px;border-radius:12px;cursor:pointer;transition:.4s ease-in-out}.word:hover{transform:scale(1.1)}.word1,.word2,.word3,.word4{font-size:10px}.word1{top:40px;right:25px}.word1,.word2{background-color:rgba(103,49,216,.44);color:#baadff;border:1px solid #baadff}.word2{bottom:45px;left:30px}.word3{top:35px;left:50px}.word3,.word4{background-color:rgba(0,251,236,.4);color:#95fff8;border:1px solid #95fff8}.word4{bottom:30px;right:35px}@media screen and (min-width:768px){.container{width:70%;height:25rem}.main-text{font-size:50px}.word1,.word2,.word3,.word4{font-size:14px}.word1{top:35px;right:120px}.word2{bottom:40px;left:85px}.word3{top:40px;left:125px}.word4{bottom:50px;right:65px}}@media screen and (min-width:1024px){.container{width:50%;height:30rem}.main-text{font-size:68px}.word{border-radius:10px}.word1,.word2,.word3,.word4{font-size:16px}.word1{top:80px;right:65px}.word2{bottom:75px;left:80px}.word3{top:55px;left:130px}.word4{bottom:50px;right:50px}}@media screen and (min-width:1400px){.container{height:35rem}.main-text{font-size:75px}.word1,.word2,.word3,.word4{font-size:19px}.word1{top:90px;right:90px}.word2{bottom:90px;left:100px}.word3{top:70px;left:140px}.word4{bottom:65px;right:80px}}.wrap__article{display:flex;flex-direction:column;justify-content:center;align-items:center;width:100%;height:70rem;padding:2rem}.article__content{width:90%;text-align:center;margin-bottom:3rem}.article__content h2{font-size:var(--font-size-large);font-weight:700;margin-bottom:1rem;color:#fff}.article__content p{font-size:var(--font-size-extra-small);line-height:1.4;color:var(--text-primary)}.article__component{width:100%}@media screen and (min-width:768px){.wrap__article{height:75rem;padding:3rem}.article__content{width:80%;margin-bottom:4rem}.article__content h2{font-size:1.8rem}.article__content p{font-size:var(--font-size-small);line-height:1.5}}@media screen and (min-width:1024px){.wrap__article{height:45rem}.article__content{width:70%;margin-bottom:5rem}.article__content h2{font-size:var(--font-size-large)}.article__content p{font-size:var(--font-size-small);line-height:1.6}}.footer{background-color:var(--color-default);color:#fff;padding:1rem 2rem;height:8rem;display:flex;justify-content:center;align-items:center;gap:5px}.footer p{margin:0;color:var(--text-primary);font-size:var(--font-size-small)}.footer .linkedin-link{color:var(--color-primary);text-decoration:none;font-size:var(--font-size-small)}.footer .linkedin-link:hover{text-decoration:underline}@media screen and (min-width:768px){.footer{justify-content:center}}@media(max-width:375px){.footer p:nth-child(2){display:none}}.Phrase_phrase_wrap__XPFzU{display:flex;justify-content:center;align-items:center;height:10rem;width:100%;background-color:rgba(26,23,23,.25);box-shadow:inset 0 -8px 25px rgba(0,0,0,.5);border-radius:30px;text-align:center;padding:2rem;border:1px solid var(--border-primary);-webkit-mask-image:linear-gradient(0deg,transparent,#000 70px,#000 calc(100% - 80px),transparent);mask-image:linear-gradient(0deg,transparent,#000 70px,#000 calc(100% - 80px),transparent)}.Phrase_phrase_wrap__XPFzU .Phrase_phrase__QYG6T{font-size:var(--font-weight-small);font-weight:var(--font-weight-medium);color:#fff;cursor:pointer}@media(min-width:768px){.Phrase_phrase_wrap__XPFzU{height:12rem}.Phrase_phrase_wrap__XPFzU .Phrase_phrase__QYG6T{font-size:var(--font-size-normal)}}@media(min-width:1024px){.Phrase_phrase_wrap__XPFzU{height:15rem}.Phrase_phrase_wrap__XPFzU .Phrase_phrase__QYG6T{font-size:var(--font-size-large)}}.TextInput_input__EQsOz{color:var(--base-color-neutral--white);background-color:rgba(0,0,0,.533);background-image:radial-gradient(circle at 0 100%,hsla(0,0%,100%,.08),hsla(0,0%,100%,.01) 90%);border:1px solid hsla(0,0%,100%,.1);border-radius:8px;min-height:3.75rem;margin-bottom:0;padding:.5rem 1rem;transition:all .35s;display:flex;width:100%}.TextInput_input-wrap__hGQu3{width:100%}.form{display:flex;flex-direction:column;max-width:30px;align-items:center;color:#fff;max-width:100%}.input-group{display:block;flex-wrap:wrap;color:#fff;justify-content:space-between;gap:10px;padding:20px;border-radius:20px;height:60%}@media(max-width:460px){.input-group{font-size:16px}}.gracias{font-size:var(--font-size-medium)}.input-group>*{margin-bottom:30px}.primerLinea{grid-column-gap:16px;grid-row-gap:16px;grid-template-rows:auto;grid-template-columns:1fr 1fr;grid-auto-columns:1fr;justify-content:space-between;align-items:center;display:grid;align-content:space-evenly}.button-container{display:flex;justify-content:left;width:100%;margin-top:20px}@media(max-width:768px){.button-container{justify-content:center}}.NameInput_input__3lIJD,.PhoneInput_input__7yA6r{color:var(--base-color-neutral--white);background-color:rgba(0,0,0,.533);background-image:radial-gradient(circle at 0 100%,hsla(0,0%,100%,.08),hsla(0,0%,100%,.01) 90%);border:1px solid hsla(0,0%,100%,.1);border-radius:8px;min-height:3.75rem;margin-bottom:0;padding:.5rem 1rem;transition:all .35s;display:flex;width:100%}.ButtonInput_btn__JSqXi{border:1px solid #4dc5ac;background-color:#4dc5ac;color:#fff;border-radius:10px;padding:1rem 2.5rem;font-size:var(--font-size-small);font-weight:var(--font-weight-medium);line-height:100%;text-decoration:none;transition:all .4s ease-in-out;position:relative;cursor:pointer}.ButtonInput_btn__JSqXi:hover{background-color:rgba(60,192,170,.25);box-shadow:inset 0 -8px 20px rgba(65,210,203,.5)}.loader-container{position:relative;flex-direction:column;height:17rem}.loader-step{display:flex;gap:.5rem;margin-bottom:1rem}.loader-check-icon{color:#000}@media(prefers-color-scheme:dark){.loader-check-icon{color:#fff}}.loader-text{color:#fff;gap:1rem}@media(prefers-color-scheme:dark){.loader-text{color:#fff}}.loader-overlay{width:100%;height:100%;position:fixed;inset:0;z-index:100;display:flex;align-items:center;justify-content:center;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px)}.loader-background{height:17rem;position:relative}.icon{width:20px;height:20px;stroke-width:1.5}.check-icon{color:var(--default-color)}.check-filled{color:#fff}.check-filled.active{color:var(--second-color)}.loader-core{justify-content:center;flex-direction:column}.loader-core,.loader-text{display:flex;align-items:center}.loader-text{margin:16px 0;opacity:.8;transition:opacity .4s ease}.text{font-size:var(--font-size-small);opacity:.8}.text.active{opacity:1}.multi-step-loader{position:relative;padding:20px}.loader-container{width:100%;height:60vh;align-items:center}.loader-container,.loader-wraper{display:flex;justify-content:center}.loader-wraper{height:17rem;overflow-y:hidden}.loader-title{font-size:var(--font-size-medium);color:#fff;margin-bottom:3rem;text-align:center}.loader-icon{height:40px;width:40px}.suscription-container{position:relative;width:100%;height:90rem;background-color:transparent;background-image:radial-gradient(circle at center,rgba(59,218,178,.09),hsla(0,0%,100%,.01) 50%);-webkit-mask-image:linear-gradient(transparent,#000,#000 calc(100% - 80px),transparent);mask-image:linear-gradient(transparent,#000,#000 calc(100% - 80px),transparent)}#suscripcion{flex-direction:column}#suscripcion,.grilla{display:flex;width:100%}.grilla{z-index:1;position:absolute;height:100%;background-image:linear-gradient(90deg,rgba(79,79,79,.18) 1px,transparent 0),linear-gradient(180deg,rgba(79,79,79,.18) 1px,transparent 0);background-size:14px 24px;-webkit-mask-image:radial-gradient(ellipse 75% 100% at 50% 0,#000 50%,transparent 100%);mask-image:radial-gradient(ellipse 75% 100% at 50% 0,#000 50%,transparent 100%)}.otromas{display:flex;z-index:20;width:100%;height:100%;justify-content:center;flex-direction:column}@media(min-width:768px)and (max-width:1100px){.otromas{margin-top:50px}}@media(min-width:1100px)and (max-width:1400px){.otromas{margin-top:50px}}.Form,.Multistep{width:100%}@media(min-width:768px){.suscription-container{padding-top:4rem;height:60rem}.otromas{height:100%;flex-direction:row;justify-content:center;align-items:center}.Form,.Multistep{width:50%}}.landing{width:100%;margin:0 auto;padding:0 20px;max-width:1400px}.hr__landing{width:100%;border:0;border-bottom:1px solid var(--border-primary)}@media(min-width:1024px)and (max-width:1599px){.landing{padding:0 50px}}