.homePageContainer{display:flex;flex-direction:column;align-items:center;width:100vw;min-height:100vh;z-index:-1;background-color:#fff}@property --height{syntax:"<string>";inherits:true;initial-value:100vh}@property --heightAdjustment{syntax:"<string>";inherits:true;initial-value:0}.imageContainer{z-index:0;display:flex;height:calc(var(--height) - var(--heightAdjustment));min-height:85vh;width:100vw;-o-object-fit:fill;object-fit:fill}.landingImage{position:fixed;height:110%;width:100%;-o-object-fit:cover;object-fit:cover;background-size:cover;background-position:50%;z-index:0}.firstSection{margin-top:0}.titleText{position:absolute;font-size:4.5vw;font-style:normal;font-weight:600;line-height:normal;top:51%;left:50%;margin-left:-.5rem;width:100%;text-align:center;color:#fff;transform:translate(-50%,-50%);z-index:0}.sectionContainer{flex-direction:column;justify-content:center;padding-top:4.5vw;padding-bottom:4.5vw;gap:1rem}.productsHorizontalSection,.sectionContainer{display:flex;align-items:center;width:100%;height:-moz-min-content;height:min-content;z-index:0}.productsHorizontalSection{flex-direction:row;justify-content:space-evenly;padding-top:1.5vw;padding-bottom:1.2vw;padding-left:.3rem}.lessYPadding{padding-top:2.7vw;padding-bottom:2.7vw}.productsLeftSection{display:flex;flex-direction:column;align-items:center;justify-content:center;margin-top:-1rem;gap:2.15rem;width:-moz-min-content;width:min-content;min-width:31vw;height:100%;z-index:0}.articleLink{color:#008c6e;font-weight:700}.queEsUnESIMContainer{display:flex;flex-direction:column;align-items:center;justify-content:flex-start;overflow:hidden;border-radius:38px;background:#fff;box-shadow:0 3px 2px 4px rgba(18,125,221,.25);color:#00005e;transform:translate(0);padding:1rem 2.75rem;gap:.5rem;width:20rem;text-wrap:nowrap;height:-moz-min-content;height:min-content;z-index:999;animation:none}@keyframes finalHeight{0%{width:20rem;height:3.7rem;padding:1rem 2.75rem}to{width:33rem;height:12.3rem;padding:1.25rem 1.5rem}}@keyframes initialHeight{to{width:20rem;height:3.7rem;padding:1rem 2.75rem}0%{width:33rem;height:12.3rem;padding:1.25rem 1.5rem}}.queEsUnESIMTitle{display:flex;flex-direction:row;align-items:center;justify-content:center;gap:1rem;font-size:1.7rem;font-style:normal;font-weight:600;line-height:normal;text-wrap:nowrap}.queEsUnESIMText{font-size:1rem;font-style:normal;font-weight:400;line-height:1.5rem;text-align:justify;text-wrap:wrap;width:30rem;display:none;opacity:0}@media (min-width:640px){.articleLink:hover{text-decoration:underline;transition:.3s;cursor:pointer}.queEsUnESIMContainer:hover{animation:finalHeight 1.25s forwards}.queEsUnESIMContainer:hover .queEsUnESIMText{display:flex;animation:fadeIn 1.25s forwards;transition:1.25s}}.comoFuncionaSection{padding-top:4vw;padding-bottom:4.35vw}.subTitles{text-align:center;font-size:3.47vw;font-style:normal;font-weight:600;line-height:normal}.subTitlesHorizontal{text-align:center;line-height:4.8vw}.subText{font-size:1.5vw;font-weight:400}.homeButtons,.subText{text-align:center;font-style:normal;line-height:normal}.homeButtons{display:flex;flex-wrap:nowrap;text-wrap:nowrap;flex-direction:column;justify-content:center;width:22%;height:4.0625rem;flex-shrink:0;border-radius:2.03125rem;background:#008c6e;color:#fff;font-size:1.7rem;font-weight:600;-webkit-tap-highlight-color:transparent}.homeButtonsHorizontal{width:20rem;text-wrap:nowrap}.homeReviewsButton{background:#008c6e;margin-top:1rem;margin-left:0;color:#fff;padding:.75rem 1.75rem;width:-moz-max-content;width:max-content;height:-moz-min-content;height:min-content;text-wrap:nowrap;flex-wrap:nowrap;animation:shake 6s infinite}.homeReviewsButton:hover{transform:scale(1.05);animation:none}.homeButtons:hover{transform:scale(1.05);transition:.2s;cursor:pointer}.hiddenOpacity{opacity:0}@keyframes leftSlide{0%{transform:translateX(-100%)}to{transform:translateX(0)}}.leftSlide{animation:leftSlide 1.4s forwards}.jello{animation:jello 9s 3s infinite}.jello:hover{transform:scale(1.05);animation:none}.leftSlidewDelay{animation:jello 9s 3s infinite}@keyframes rightSlide{0%{transform:translateX(220%)}to{transform:translateX(0)}}.rightSlide,.rightSlidewDelay{animation:rightSlide 2s 0s forwards}@keyframes shake{0%,27%,to{transform:translateX(0)}15%,21%,3%,9%{transform:translateX(-3px)}12%,18%,6%{transform:translateX(3px)}}@keyframes bounce{0%,10%,20%,30%,45%,to{transform:translateY(0)}5%{transform:translateY(-15px)}15%{transform:translateY(-10px)}25%{transform:translateY(-5px)}}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@keyframes swing{8%{transform:rotate(8deg)}16%{transform:rotate(-8deg)}24%{transform:rotate(5deg)}32%{transform:rotate(-3deg)}40%,to{transform:rotate(0deg)}}@keyframes flip{0%{transform:perspective(400px) rotateY(0)}20%{transform:perspective(400px) rotateY(180deg)}40%,to{transform:perspective(400px) rotateY(1turn)}}@keyframes wiggle2{0%{transform:rotate(0deg)}12%,16%,20%,24%,4%,8%{transform:rotate(-.6deg)}10%,14%,18%,2%,22%,6%{transform:rotate(.6deg)}25%,to{transform:rotate(0deg)}}@keyframes jello{0%,25%,to{transform:scale(1) translate(0)}5%{transform:scale(.94,1.06) translate(3px)}10%{transform:scale(1.06,.94) translate(-3px)}15%{transform:scale(.97,1.03) translate(0)}}.wiggle2{animation:wiggle2 10s 1.8s infinite}.wiggle2:hover{transform:scale(1.05);animation:none}.shake{animation:shake 10s 3s infinite}.shake:hover{transform:scale(1.05);animation:none}@media (max-width:1400px){.imageContainer{width:100vw;height:calc(47vw - var(--heightAdjustment))}.landingImage{margin-top:-3rem}.titleText{top:22vw;font-size:5vw}.firstSection{margin-top:0}.homeReviewsButton{width:-moz-max-content;width:max-content}}@media (max-width:1240px){.titleText{top:41vh;font-size:5vw}.subTitles{font-size:3.6vw}.subText{font-size:1.9vw}.imageContainer{width:100vw;min-height:80vh}.landingImage{margin-top:-3rem}.firstSection{margin-top:0}.homeButtons{width:25%;min-width:-moz-min-content;min-width:min-content}.homeButtons,.homeButtonsHorizontal{height:3.25rem;font-size:1.5rem;text-wrap:nowrap}.homeButtonsHorizontal{width:17rem}.queEsUnESIMContainer{border-radius:38px;padding:.8rem 2.15rem .7rem;gap:.4rem;width:17rem}@keyframes finalHeight{0%{width:17rem;height:3.7rem;padding:1rem 2.75rem}to{width:28rem;height:10.7rem;padding:1rem 1.5rem}}.queEsUnESIMTitle{gap:1rem;font-size:1.5rem}.queEsUnESIMText{font-size:.9rem;line-height:1.4rem;width:26rem}.homeReviewsButton{margin-top:0;padding:.75rem 1.75rem;width:-moz-max-content;width:max-content;height:-moz-min-content;height:min-content;text-wrap:nowrap}.productsLeftSection{margin-top:-1rem;width:-moz-min-content;width:min-content;min-width:36vw;gap:1.8vw;z-index:0}}@media (max-width:920px){.queEsUnESIMContainer{display:none}.titleText{top:40vh;font-size:3.5rem}.subTitles{font-size:2rem}.subText{font-size:2.2vw}.comoFuncionaSection{padding-top:2.25rem}.landingImage{margin-top:-3rem}.homeButtons{width:32%;height:3.2rem;font-size:1.35rem}.homeReviewsButton{margin-top:1rem;padding:.75rem 1.75rem;width:-moz-max-content;width:max-content;height:-moz-min-content;height:min-content;text-wrap:nowrap}}@media (max-width:640px){.queEsUnESIMContainer{position:relative;display:flex;justify-content:flex-start;background:#fff;border-top:3px solid rgba(18,125,221,.5);border-bottom:3px solid rgba(18,125,221,.5);box-shadow:0 0 0 0 rgba(18,125,221,.5);color:#00005e;top:0;left:0;margin-top:-1rem;border-radius:0;padding:.9rem 1.5rem;gap:1rem;width:100%;height:-moz-min-content;height:min-content;z-index:999;animation:none}.queEsUnESIMContainer,.queEsUnESIMTitle{align-items:center;margin-left:0;min-width:100%}.queEsUnESIMTitle{justify-content:center;font-size:6.1vw;text-wrap:nowrap;gap:3.5vw}.queEsUnESIMText{font-size:1rem;opacity:1;width:99%}@keyframes finalHeight{0%{max-height:3.7rem;top:0}to{max-height:1000px;top:0}}.openQueEsUnESIM{animation:finalHeight 2s forwards}.openQueEsUnESIMText{display:block}@keyframes initialHeight{0%{height:12rem;top:0}to{height:3.7rem;top:0}}.openQueEsUnESIMReverse{animation:initialHeight .75s forwards}.titleText{margin-left:0;top:19rem;width:80%;display:flex;flex-direction:column;align-items:center;justify-content:center;font-size:15vw;line-height:4rem}.subTitles{width:80%;font-size:7.5vw;line-height:2.2rem}.subText{font-size:3.4vw}.homeButtons{width:68%;height:3.2rem;font-size:1.35rem;min-width:-moz-min-content;min-width:min-content}.homeButtons,.homeReviewsButton{flex-wrap:nowrap;text-wrap:nowrap}.homeReviewsButton{padding:.75rem 1.25rem;font-size:1.1rem;margin-top:2rem;min-width:17rem;align-items:center;justify-content:center;height:-moz-min-content;height:min-content}.landingImage{height:38rem;width:100%;margin-top:0;-o-object-fit:cover;object-fit:cover}.imageContainer{height:38rem;min-height:0;width:100vw}.sectionContainer{padding-top:1.05rem;padding-bottom:4vh}.lessYPadding{padding-top:1.5rem;padding-bottom:1.5rem}.firstSection{margin-top:0}.comoFuncionaSection,.firstSection,.morePadding{padding-top:1.6rem}.rightSlide{animation:rightSlide 1.4s 0s forwards}.rightSlidewDelay{animation:rightSlide 1.2s 0s forwards}.leftSlide{animation:leftSlide 1s forwards}.leftSlidewDelay{animation:leftSlide 1.2s 0s forwards,shake 10s 3s infinite}}.faqContainer{width:100vw;min-height:100vh;z-index:-1;background-color:#fff}.faqContainer,.faqTitleContainer{display:flex;flex-direction:column;align-items:center}.faqTitleContainer{position:relative;justify-content:center;width:100%;height:80vh;background-color:#008c6e}.faqTitle{position:absolute;font-size:4.5vw;font-style:normal;font-weight:600;line-height:normal;top:43vh;left:50%;text-align:center;color:#fff;transform:translate(-50%,-50%);z-index:0}.faqQuestionsContainer,.faqTitle{align-items:center;justify-content:center;width:100%}.faqQuestionsContainer{gap:3rem;margin-top:3rem}.faqPill,.faqQuestionsContainer{display:flex;flex-direction:column;height:-moz-min-content;height:min-content;background-color:#fff}.faqPill{position:relative;align-items:center;justify-content:center;text-align:center;width:70%;padding:1.5rem;box-shadow:0 4px 10px 4px rgba(0,0,0,.1);border-radius:48px;font-size:1.7vw;cursor:pointer;-webkit-tap-highlight-color:transparent;transition:all .3s ease-in-out}@media (min-width:640px){.faqPill:hover{scale:1.02;transition:.3s ease-in-out}}.faqAnswer{width:95%;height:-moz-min-content;height:min-content;background-color:#fff;text-align:left;font-size:1.3vw;margin-top:0;margin-bottom:0}.faqShortAnswer{animation:increaseHeightQuestion .3s ease-in-out forwards,fadeIn .1s ease-in-out .25s forwards}.faqShortAnswer.animation-reverse{animation:decreaseHeightQuestion .15s ease-in-out forwards,fadeOut .1s ease-in-out forwards}.faqLongAnswer{animation:increaseHeightQuestion2 .5s ease-in-out forwards,fadeIn .15s ease-in-out .45s forwards}.faqLongAnswer.animation-reverse{animation:decreaseHeightQuestion2 .3s ease-in-out forwards,fadeOut .1s ease-in-out forwards}.divisorLine{display:flex;width:85%;height:.14rem;background-color:#000;color:#000;margin-top:1.5rem;margin-bottom:1.5rem}.faqList{list-style-type:disc;margin-left:3rem;margin-top:.6rem;line-height:1.9rem}.faqNumberedList{list-style-type:decimal}.faqBulletPoint{padding-left:1rem;line-height:1.9rem;margin-bottom:.6rem}@keyframes increaseHeightQuestion{0%{height:0;margin-top:0;margin-bottom:0}98%{height:6rem;margin-top:1.5rem;margin-bottom:1rem}to{height:-moz-min-content;height:min-content;margin-top:1.5rem;margin-bottom:1rem}}@keyframes increaseHeightQuestion2{0%{height:0;margin-top:0;margin-bottom:0}98%{height:17rem;margin-top:1.5rem;margin-bottom:1rem}to{height:-moz-min-content;height:min-content;margin-top:1.5rem;margin-bottom:1rem}}@keyframes decreaseHeightQuestion{0%{height:-moz-min-content;height:min-content;margin-top:1.5rem;margin-bottom:1rem}2%{height:6rem;margin-top:1.5rem;margin-bottom:1rem}to{height:0;margin-top:0;margin-bottom:0}}@keyframes decreaseHeightQuestion2{to{height:-moz-min-content;height:min-content;margin-top:1.5rem;margin-bottom:1rem}2%{height:17rem;margin-top:1.5rem;margin-bottom:1rem}to{height:0;margin-top:0;margin-bottom:0}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}@media (max-width:1400px){.faqTitle{top:40vh;font-size:4.5vw}.faqTitleContainer{height:75vh}.faqAnswer{font-size:1.5vw}.divisorLine{width:87%;height:.13rem;margin-top:1rem;margin-bottom:1.3rem}}@media (max-width:1120px){.faqTitle{top:36vh;font-size:5.5vw}.faqTitleContainer{height:70vh}.faqPill{width:80%;padding:1.4rem;font-size:2vw}.faqAnswer{font-size:1.8vw}.divisorLine{width:87%;height:.1rem;margin-top:1rem;margin-bottom:1.3rem}}@media (max-width:920px){.faqTitle{top:30vh;font-size:5vw}.faqTitleContainer{height:60vh}.faqPill{width:85%;padding:1.4rem 1.8rem;font-size:2.5vw}.faqAnswer{font-size:2.2vw}@keyframes increaseHeightQuestion{0%{height:0;margin-top:0;margin-bottom:0}98%{height:8rem;margin-top:1.5rem;margin-bottom:1rem}to{height:-moz-min-content;height:min-content;margin-top:1.5rem;margin-bottom:1rem}}@keyframes increaseHeightQuestion2{0%{height:0;margin-top:0;margin-bottom:0}98%{height:22rem;margin-top:1.5rem;margin-bottom:1rem}to{height:-moz-min-content;height:min-content;margin-top:1.5rem;margin-bottom:1rem}}@keyframes decreaseHeightQuestion{0%{height:-moz-min-content;height:min-content;margin-top:1.5rem;margin-bottom:1rem}2%{height:8rem;margin-top:1.5rem;margin-bottom:1rem}to{height:0;margin-top:0;margin-bottom:0}}@keyframes decreaseHeightQuestion2{to{height:-moz-min-content;height:min-content;margin-top:1.5rem;margin-bottom:1rem}2%{height:22rem;margin-top:1.5rem;margin-bottom:1rem}to{height:0;margin-top:0;margin-bottom:0}}.divisorLine{width:87%;height:.1rem;margin-top:1rem;margin-bottom:1.3rem}}@media (max-width:640px){.faqTitle{top:11.5rem;font-size:9vw;width:80%}.faqTitleContainer{height:21rem}.faqQuestionsContainer{gap:1.5rem;margin-top:.5rem}.faqPill{width:88%;padding:.9rem 1.8rem;text-align:center;font-size:4.5vw}.faqAnswer{width:100%;font-size:3.5vw}.faqList{margin-left:1.25rem;margin-top:.4rem;line-height:2.5rem}.faqBulletPoint{padding-left:.5rem;line-height:1.3rem;margin-bottom:.6rem}@keyframes increaseHeightQuestion{0%{height:0;margin-top:0;margin-bottom:0}98%{height:8rem;margin-top:1rem;margin-bottom:.7rem}to{height:-moz-min-content;height:min-content;margin-top:1rem;margin-bottom:.7rem}}@keyframes increaseHeightQuestion2{0%{height:0;margin-top:0;margin-bottom:0}98%{height:23rem;margin-top:1rem;margin-bottom:.7rem}to{height:-moz-min-content;height:min-content;margin-top:1rem;margin-bottom:.7rem}}@keyframes decreaseHeightQuestion{0%{height:-moz-min-content;height:min-content;margin-top:1rem;margin-bottom:.7rem}2%{height:8rem;margin-top:1rem;margin-bottom:.7rem}to{height:0;margin-top:0;margin-bottom:0}}@keyframes decreaseHeightQuestion2{to{height:-moz-min-content;height:min-content;margin-top:1rem;margin-bottom:.7rem}2%{height:22rem;margin-top:1rem;margin-bottom:.7rem}to{height:0;margin-top:0;margin-bottom:0}}.divisorLine{width:90%;height:.1rem;margin-top:.6rem;margin-bottom:1rem}}