.signoutModalOverlay{position:fixed;top:0;left:0;width:100vw;height:100vh;background:#000000b3;display:flex;justify-content:center;align-items:center;z-index:999;animation:fadeIn .3s ease-in-out}.signoutModal{width:30%;max-width:350px;background-color:#1d1d1d;display:flex;flex-direction:column;justify-content:center;align-items:center;border-radius:10px;box-shadow:0 8px 32px #000c;color:#fff;text-align:center;animation:slideIn .3s ease-in-out}@keyframes slideIn{0%{transform:translateY(20px);opacity:0}to{transform:translateY(0);opacity:1}}.confirmationSignout{width:100%;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:10px;border-bottom:1px solid #363636;padding:20px 20px 40px}.confirmationSignout .titleSignout{width:100%;color:#e4e4e4;font-size:1.7rem;font-weight:500;font-family:var(--fontFamilyIBM)}.confirmationSignout .subtitleSignout{width:100%;color:#a4a4a4;font-size:1rem;font-weight:400;font-family:var(--fontFamilyIBM)}.modalButtons{width:100%;display:flex;justify-content:space-between;gap:10px;padding:20px}.confirmButton,.cancelButton{width:100%;padding:10px 25px;border:none;border-radius:10px;cursor:pointer;color:#fff;font-size:.9rem;font-weight:600;font-family:var(--fontFamilyIBM);transition:background .3s ease}.confirmButton{background:#e63946;color:#fff}.confirmButton:hover{background:#b71c1c}.cancelButton{background:#4caf50;color:#fff}.cancelButton:hover{background:#2e7d32}.containerLogin{width:100vw;height:100vh;display:flex;flex-direction:row;justify-content:center;align-items:center;gap:20px;padding:20px;background:linear-gradient(180deg,#000e00,#172f1f)}.containerLogin .leftSide{width:100%;height:100%;background:linear-gradient(to bottom right,#000e00,#172f1f);background-repeat:no-repeat;background-position:100%;background-size:cover;overflow:hidden;border-radius:20px;position:relative}.containerLogin .leftSide .ilustracion:nth-child(1){width:50%;height:auto;position:absolute;bottom:-18%;left:-8%}.containerLogin .leftSide .ilustracion:nth-child(2){width:25%;height:auto;position:absolute;top:30%;left:5%}.containerLogin .leftSide .ilustracion:nth-child(3){width:24%;height:auto;position:absolute;top:10%;right:15%}.containerLogin .leftSide .ilustracion:nth-child(4){width:23%;height:auto;position:absolute;bottom:20%;right:7%}.containerLogin .leftSide .ilustracion:nth-child(5){width:12%;height:auto;position:absolute;top:4%;left:4%}.containerLogin .rightSide{width:100%;height:100%;background:linear-gradient(to bottom right,#000e00,#172f1f);background-repeat:no-repeat;background-position:100%;background-size:cover;overflow:hidden;border-radius:20px;display:flex;flex-direction:column;justify-content:center;align-items:center;position:relative}.containerLogin .rightSide .linkReturn{width:auto;height:auto;position:absolute;top:3%;left:3%;transition:transform .3s ease-in-out}.containerLogin .rightSide .linkReturn:hover .returnHome .returnArrow{transform:translate(-5px)}.containerLogin .rightSide .linkReturn:hover .returnHome{text-decoration:underline}.containerLogin .rightSide .linkReturn .returnHome{width:auto;height:auto;display:flex;flex-direction:row;justify-content:flex-start;align-items:center;font-family:var(--fontFamilyIBM);color:#ddd;font-size:.7rem;font-weight:500;text-decoration:none;transition:.3s ease-in-out}.containerLogin .rightSide .linkReturn .returnHome .returnArrow{width:18px;height:auto;transform:translate(0);transition:transform .3s ease-in-out}.containerLogin .rightSide .headingLogin{width:100%;height:auto;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:5px;margin-bottom:10px}.containerLogin .rightSide .headingLogin .title{width:50%;height:auto;font-family:var(--fontFamilyIBM);color:#ddd;font-size:1.5rem;font-weight:500;text-align:center}.containerLogin .rightSide .headingLogin .isotipo{width:30px;height:auto}.containerLogin .rightSide .form{width:300px;height:auto;gap:5px;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:10px}.containerLogin .rightSide .form .fieldSet{width:100%;height:auto;gap:5px;display:flex;flex-direction:column;justify-content:center;align-items:flex-start;gap:3px}.containerLogin .rightSide .form .fieldSet label{width:auto;height:auto;font-family:var(--fontFamilyIBM);color:#d9d9d9;font-size:.875rem;font-weight:500;text-align:center}.containerLogin .rightSide .form .fieldSet input{width:100%;height:auto;border-radius:5px;background-color:#172f1f;padding:10px 15px;border:1px solid #172F1F;font-family:var(--fontFamilyIBM);color:#bdbdbd;font-size:.75rem;font-weight:500;text-align:left;outline:none}.containerLogin .rightSide .form .fieldSet input:focus-within{outline:1px solid #4D6754}.containerLogin .rightSide .form .fieldSet input:-webkit-autofill{background-color:#fff;color:#bdbdbd;-webkit-text-fill-color:#BDBDBD;transition:background-color 5000s ease-in-out 0s}.containerLogin .rightSide .form .btnLogin{width:100%;height:auto;font-family:var(--fontFamilyIBM);color:#000;font-size:1rem;font-weight:500;padding:10px 15px;border-radius:10px;margin-top:70px;text-decoration:none;text-align:center;background-color:#fff;border:1px solid #ffffff;transition:.3s ease-in-out}.containerLogin .rightSide .form .btnLogin:hover{color:#fff;background-color:#4d6754;border:1px solid #4D6754}.containerLogin .rightSide .form .btnArea{width:100%;height:auto;display:flex;flex-direction:row;justify-content:center;align-items:center;gap:5px}.containerLogin .rightSide .form .btnArea .text{width:auto;height:auto;font-family:var(--fontFamilyIBM);color:#bdbdbd;font-size:.7rem;font-weight:500}.containerLogin .rightSide .form .btnArea .goToRegister{width:auto;height:auto;font-family:var(--fontFamilyIBM);color:#bdbdbd;font-size:.7rem;font-weight:700;text-decoration:none;transition:.3s ease-in-out}.containerLogin .rightSide .form .btnArea .goToRegister:hover{text-decoration:underline;color:#00ef5d}#loader{position:fixed;top:0;left:0;width:100%;height:100%;background:#1d1d1d;display:flex;justify-content:center;align-items:center;z-index:1000}.spinner{width:50px;height:50px;border:5px solid #393939;border-top-color:#0f6;border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.containerRegister{width:100vw;height:100vh;display:flex;flex-direction:row;justify-content:center;align-items:center;gap:20px;padding:20px;background:linear-gradient(180deg,#000e00,#172f1f)}.containerRegister .leftSide{width:100%;height:100%;background:linear-gradient(to bottom right,#000e00,#172f1f);background-repeat:no-repeat;background-position:100%;background-size:cover;overflow:hidden;border-radius:20px;position:relative}.containerRegister .leftSide .ilustracion:nth-child(1){width:50%;height:auto;position:absolute;bottom:-18%;left:-8%}.containerRegister .leftSide .ilustracion:nth-child(2){width:25%;height:auto;position:absolute;top:30%;left:5%}.containerRegister .leftSide .ilustracion:nth-child(3){width:24%;height:auto;position:absolute;top:10%;right:15%}.containerRegister .leftSide .ilustracion:nth-child(4){width:23%;height:auto;position:absolute;bottom:20%;right:7%}.containerRegister .leftSide .ilustracion:nth-child(5){width:12%;height:auto;position:absolute;top:4%;left:4%}.containerRegister .rightSide{width:100%;height:100%;background:linear-gradient(to bottom right,#000e00,#172f1f);background-repeat:no-repeat;background-position:100%;background-size:cover;overflow:hidden;border-radius:20px;display:flex;flex-direction:column;justify-content:center;align-items:center;position:relative}.containerRegister .rightSide .linkReturn{width:auto;height:auto;position:absolute;top:3%;left:3%;transition:transform .3s ease-in-out}.containerRegister .rightSide .linkReturn:hover .returnHome .returnArrow{transform:translate(-5px)}.containerRegister .rightSide .linkReturn:hover .returnHome{text-decoration:underline}.containerRegister .rightSide .linkReturn .returnHome{width:auto;height:auto;display:flex;flex-direction:row;justify-content:flex-start;align-items:center;font-family:var(--fontFamilyIBM);color:#ddd;font-size:.7rem;font-weight:500;text-decoration:none;transition:.3s ease-in-out}.containerRegister .rightSide .linkReturn .returnHome .returnArrow{width:18px;height:auto;transform:translate(0);transition:transform .3s ease-in-out}.containerRegister .rightSide .headingRegister{width:100%;height:auto;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:5px;margin-bottom:10px}.containerRegister .rightSide .headingRegister .title{width:50%;height:auto;font-family:var(--fontFamilyIBM);color:#ddd;font-size:1.5rem;font-weight:500;text-align:center}.containerRegister .rightSide .headingRegister .isotipo{width:30px;height:auto}.containerRegister .rightSide .form{width:300px;height:auto;gap:5px;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:10px}.containerRegister .rightSide .form .fieldSet{width:100%;height:auto;gap:5px;display:flex;flex-direction:column;justify-content:center;align-items:flex-start;gap:3px}.containerRegister .rightSide .form .fieldSet label{width:auto;height:auto;font-family:var(--fontFamilyIBM);color:#d9d9d9;font-size:.875rem;font-weight:500;text-align:center}.containerRegister .rightSide .form .fieldSet input{width:100%;height:auto;border-radius:5px;background-color:#172f1f;padding:10px 15px;border:1px solid #172F1F;font-family:var(--fontFamilyIBM);color:#bdbdbd;font-size:.75rem;font-weight:500;outline:none}.containerRegister .rightSide .form .fieldSet input:focus-within{outline:1px solid #4D6754}.containerRegister .rightSide .form .fieldSet input:-webkit-autofill{background-color:#fff;color:#bdbdbd;-webkit-text-fill-color:#BDBDBD;transition:background-color 5000s ease-in-out 0s}.containerRegister .rightSide .form .btnRegister{width:100%;height:auto;font-family:var(--fontFamilyIBM);color:#000;font-size:1rem;font-weight:500;padding:10px 15px;border-radius:10px;margin-top:30px;text-align:center;text-decoration:none;background-color:#fff;border:1px solid #ffffff;transition:.3s ease-in-out}.containerRegister .rightSide .form .btnRegister:hover{color:#fff;background-color:#4d6754;border:1px solid #4D6754}.containerRegister .rightSide .form .btnArea{width:100%;height:auto;display:flex;flex-direction:row;justify-content:center;align-items:center;gap:5px}.containerRegister .rightSide .form .btnArea .text{width:auto;height:auto;font-family:var(--fontFamilyIBM);color:#bdbdbd;font-size:.7rem;font-weight:500}.containerRegister .rightSide .form .btnArea .goToLogin{width:auto;height:auto;font-family:var(--fontFamilyIBM);color:#bdbdbd;font-size:.7rem;font-weight:700;text-decoration:none;transition:.3s ease-in-out}.containerRegister .rightSide .form .btnArea .goToLogin:hover{text-decoration:underline;color:#00ef5d}.heroSection{width:100vw;height:auto;display:flex;justify-content:center;align-items:center;margin:80px auto 200px}.heroSection .heroSectionCenter{width:90%;max-width:1200px;height:auto;display:flex;flex-direction:column;justify-content:space-between;align-items:center;overflow:hidden}.heroSection .heroSectionCenter .heroSectionHeading{width:100%;height:auto;display:flex;flex-direction:row;justify-content:space-between;align-items:center;padding:50px 0}.heroSection .heroSectionCenter .heroSectionHeading .headingBlock{width:100%;height:auto;display:flex;flex-direction:column;justify-content:center;align-items:flex-start;gap:20px}.heroSection .heroSectionCenter .heroSectionHeading .headingBlock .mainHeading{width:100%;height:auto;font-family:var(--fontFamilyIBM);color:#fff;font-size:3.8rem;font-weight:900;text-wrap:balance}.heroSection .heroSectionCenter .heroSectionHeading .ctas{width:100%;display:flex;flex-direction:row;justify-content:flex-start;align-items:center;gap:10px}.heroSection .heroSectionCenter .heroSectionHeading .ctas .cta{width:35%;height:auto;padding:15px;font-family:var(--fontFamilyIBM);text-decoration:none;text-align:center;font-size:1.125rem;font-weight:600;border-radius:10px;transition:.3s ease-in-out}.heroSection .heroSectionCenter .heroSectionHeading .ctas .ctaLogin{background-color:#4e4e4e;color:#fff}.heroSection .heroSectionCenter .heroSectionHeading .ctas .ctaRegister{background-color:#00ef5d;color:#000}.heroSection .heroSectionCenter .heroSectionHeading .ctas .ctaLogin:hover,.heroSection .heroSectionCenter .heroSectionHeading .ctas .ctaRegister:hover{background-color:#fff;color:#000}.heroSection .heroSectionCenter .heroSectionCards{width:100%;height:auto;display:flex;flex-direction:row;justify-content:space-between;align-items:center;gap:32px;padding:50px 0}.heroSection .heroSectionCenter .heroSectionCards .card{width:auto;height:auto;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:20px;padding:25px;border-radius:20px;background-color:#00ff6608;overflow:hidden}.heroSection .heroSectionCenter .heroSectionCards .card .text{font-family:var(--fontFamilySpace);color:#cdcdcd;font-size:.75rem;font-weight:400}.heroSection .heroSectionCenter .heroSectionSlider{width:auto;height:auto;display:flex;flex-direction:row;flex-wrap:nowrap;justify-content:flex-start;align-items:center;gap:50px;padding:50px 0;animation:sliderOne 150s linear infinite}@keyframes sliderOne{0%{transform:translate(36%)}50%{transform:translate(-36%)}to{transform:translate(36%)}}.heroSection .heroSectionCenter .heroSectionSlider .img{width:auto;height:auto;transform:scale(1);transition:transform .3s ease-in-out}.heroSection .heroSectionCenter .heroSectionSlider .img:hover{transform:scale(105%)}.header{width:100vw;height:auto;background-color:#0f2919ad;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);display:flex;justify-content:center;align-items:center;overflow:hidden;position:fixed;top:0;left:0;right:0;z-index:9;margin:auto}.header .headerCenter{width:90%;max-width:1200px;height:auto;display:flex;flex-direction:row;justify-content:space-between;align-items:center}.header .headerCenter .blockIsotipo{width:auto;height:auto;display:flex;justify-content:center;align-items:center}.header .headerCenter .blockIsotipo .blockImagotipo{display:flex;flex-direction:row;justify-content:center;align-items:center;gap:10px}.header .headerCenter .itemOptions{width:auto;display:flex;flex-direction:row;justify-content:center;align-items:center;gap:30px}.header .headerCenter .itemOptions .navbar{width:100%;display:flex;justify-content:space-between;align-items:center}.header .headerCenter .itemOptions .navbar ul{width:auto;display:flex;flex-direction:row;justify-content:center;align-items:center}.header .headerCenter .itemOptions .navbar ul li{width:auto;display:flex;justify-content:center;align-items:center;gap:0px;list-style-type:none}.header .headerCenter .itemOptions .navbar ul li .item{width:100px;display:flex;justify-content:center;align-items:center;gap:0px;text-decoration:none;padding:25px 15px;font-family:var(--fontFamilyIBM);color:#fff;font-size:1rem;font-weight:600;border-bottom:2px solid transparent;transition:.3s ease-in-out}.header .headerCenter .itemOptions .navbar ul li .item:hover{color:#00ef5d;border-bottom:2px solid #00EF5D;background-color:#0f2919}.header .headerCenter .itemOptions .buttons{width:auto;display:flex;flex-direction:row;justify-content:center;align-items:center;gap:10px}.header .headerCenter .itemOptions .buttons .button{width:143px;height:41px;font-family:IBM Plex Sans,sans-serif;text-decoration:none;text-align:center;font-size:1rem;font-weight:600;padding:10px 25px;border-radius:10px;transition:.3s ease-in-out}.header .headerCenter .itemOptions .buttons .button:nth-child(1){background-color:#4e4e4e;color:#fff}.header .headerCenter .itemOptions .buttons .button:nth-child(2){background-color:#00ef5d;color:#000}.header .headerCenter .itemOptions .buttons .button:nth-child(1):hover,.header .headerCenter .itemOptions .buttons .button:nth-child(2):hover{background-color:#fff;color:#000}.mercadosSection{width:100vw;height:auto;display:flex;justify-content:center;align-items:center;margin:200px auto}.mercadosSection .mercadosCenter{width:90%;max-width:1200px;height:auto;display:flex;flex-direction:row;justify-content:space-between;align-items:center}.mercadosSection .mercadosCenter .cellphone{width:100%;display:flex;justify-content:center;align-items:center;position:relative}.mercadosSection .mercadosCenter .cellphone .imgCellphone{width:60%;z-index:2}.mercadosSection .mercadosCenter .cellphone .greenSpot{width:5px;height:5px;border-radius:50%;box-shadow:0 0 150px 150px #00ef5d;z-index:1;position:absolute;top:50%;left:50%;background-color:#00c844}.mercadosSection .mercadosCenter .cardMercados{width:100%;height:auto;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:40px}.mercadosSection .mercadosCenter .cardMercados .headingCard{width:100%;height:auto;display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;gap:10px}.mercadosSection .mercadosCenter .cardMercados .headingCard .titleSection{width:100%;height:auto;font-family:var(--fontFamilyIBM);color:#ddd;font-size:2.8125rem;font-weight:500}.mercadosSection .mercadosCenter .cardMercados .headingCard .text{width:100%;height:auto;font-family:var(--fontFamilySpace);color:#bdbdbd;font-size:1.25rem;font-weight:400}.mercadosSection .mercadosCenter .cardMercados .cardBlock{width:100%;height:auto;display:flex;flex-direction:row;justify-content:center;align-items:center;gap:15px}.mercadosSection .mercadosCenter .cardMercados .cardBlock .card{width:50%;height:auto;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:0px;background-color:#172f1f;border-radius:20px;overflow:hidden}.mercadosSection .mercadosCenter .cardMercados .cardBlock .card .bodyCard{display:flex;flex-direction:column;justify-content:center;align-items:center;gap:20px;text-align:left;padding:30px 20px 20px}.mercadosSection .mercadosCenter .cardMercados .cardBlock .card .bodyCard .titleCard{font-family:var(--fontFamilyIBM);color:#fff;font-size:1.375rem;font-weight:500}.mercadosSection .mercadosCenter .cardMercados .cardBlock .card .bodyCard .textCard{font-family:var(--fontFamilySpace);color:#b6b6b6;font-size:.8rem;font-weight:400}.mercadosSection .mercadosCenter .cardMercados .cardBlock .card .footerCard{width:100%;display:flex;flex-direction:row;justify-content:center;align-items:center;gap:10px;padding:20px 20px 30px;border-top:1px solid #2F4836}.mercadosSection .mercadosCenter .cardMercados .cardBlock .card .footerCard .criptoBunch{width:100%;height:auto}.mercadosSection .mercadosCenter .cardMercados .cardBlock .card .footerCard .imgItem{width:40px;height:auto}.mercadosSection .mercadosCenter .cardMercados .cta{display:flex;flex-direction:column;justify-content:center;align-items:center;gap:10px}.mercadosSection .mercadosCenter .cardMercados .cta .text{font-family:var(--fontFamilyIBM);color:#00c844;font-size:1.125rem;font-weight:500}.mercadosSection .mercadosCenter .cardMercados .cta .query{width:100%;height:auto;padding:15px;font-family:var(--fontFamilyIBM);text-decoration:none;text-align:center;font-size:1.125rem;font-weight:600;border-radius:10px;background-color:#00ef5d;color:#000;transition:.3s ease-in-out}.mercadosSection .mercadosCenter .cardMercados .cta .query:hover{background-color:#fff;color:#000}.tradingSection{width:100vw;height:auto;display:flex;justify-content:center;align-items:center;margin:200px auto}.tradingSection .tradingCenter{width:90%;max-width:1200px;height:auto;display:flex;flex-direction:row;justify-content:space-between;align-items:center;gap:50px}.tradingSection .tradingCenter .card{width:100%;height:100%;display:flex;flex-direction:column;justify-content:center;align-items:flex-start;overflow:hidden;background-image:url(/img/backgroundTrading.webp);background-position:100%;background-size:cover;background-repeat:no-repeat;border-radius:20px}.tradingSection .tradingCenter .card .headingCard{width:100%;height:auto;display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:left;gap:10px;padding:75px 75px 0}.tradingSection .tradingCenter .card .headingCard .titleSection{width:100%;height:auto;font-family:var(--fontFamilyIBM);color:#ddd;font-size:2.8125rem;font-weight:500}.tradingSection .tradingCenter .card .headingCard .text{width:100%;height:auto;font-family:var(--fontFamilySpace);color:#bdbdbd;font-size:1.25rem;font-weight:400}.tradingSection .tradingCenter .card .imageScreenshot{width:100%;height:100%}.tradingSection .tradingCenter .card .imageScreenshot .screenshot{width:100%;height:100%;transform:translate(-20%,10%)}.tarifasSection{width:100vw;height:auto;display:flex;justify-content:center;align-items:center;margin:190px auto 120px}.tarifasSection .tarifasCenter{width:90%;max-width:1200px;height:auto;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:100px}.tarifasSection .tarifasCenter .heading{width:100%;height:auto;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:10px}.tarifasSection .tarifasCenter .heading .titleSection{width:100%;height:auto;font-family:var(--fontFamilyIBM);color:#ddd;font-size:2.8125rem;font-weight:500;text-align:center}.tarifasSection .tarifasCenter .heading .text{width:70%;height:auto;font-family:var(--fontFamilySpace);color:#bdbdbd;font-size:1.25rem;font-weight:400;text-align:center}.tarifasSection .tarifasCenter .tarifasSet{width:100%;height:auto;display:flex;flex-direction:row;justify-content:center;align-items:flex-start;gap:60px}.tarifasSection .tarifasCenter .tarifasSet .tarifaCard{width:100%;height:auto;background-color:#172f1f;border-radius:20px;overflow:hidden;padding:30px}.tarifasSection .tarifasCenter .tarifasSet .tarifaCard:nth-child(2){border:1.5px solid #00FF66}.tarifasSection .tarifasCenter .tarifasSet .tarifaCard .headingCard{width:100%;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:15px;border-bottom:1px solid #5A5A5A;padding-bottom:20px}.tarifasSection .tarifasCenter .tarifasSet .tarifaCard .headingCard .plan{width:100%;display:flex;flex-direction:row;justify-content:space-between;align-items:center}.tarifasSection .tarifasCenter .tarifasSet .tarifaCard .headingCard .plan .textPlan{font-family:var(--fontFamilySpace);color:#ddd;font-size:1.5rem;font-weight:800}.tarifasSection .tarifasCenter .tarifasSet .tarifaCard .headingCard .plan .textOne{font-family:var(--fontFamilySpace);color:#707070;font-size:.75rem;font-weight:500;border-radius:25px;border:1px solid #707070;background-color:#70707014;padding:5px 10px}.tarifasSection .tarifasCenter .tarifasSet .premium .headingCard .plan .textPremium{font-family:var(--fontFamilySpace);color:#0f6;font-size:.75rem;font-weight:500;border-radius:25px;border:1px solid #00ff66;background-color:#00ff6614;padding:5px 10px}.tarifasSection .tarifasCenter .tarifasSet .tarifaCard .headingCard .numbers{width:auto;display:flex;flex-direction:column;justify-content:space-between;align-items:center}.tarifasSection .tarifasCenter .tarifasSet .tarifaCard .headingCard .numbers .price{font-family:var(--fontFamilySpace);color:#cecece;font-size:2.5rem;font-weight:500}.tarifasSection .tarifasCenter .tarifasSet .tarifaCard .headingCard .numbers .bunchDolar{width:auto;display:flex;flex-direction:row;justify-content:space-between;align-items:center;gap:5px}.tarifasSection .tarifasCenter .tarifasSet .tarifaCard .headingCard .numbers .bunchDolar .flag{width:auto;height:auto}.tarifasSection .tarifasCenter .tarifasSet .tarifaCard .headingCard .numbers .bunchDolar .dolar{font-family:var(--fontFamilySpace);color:#fff;font-size:1.125rem;font-weight:400}.tarifasSection .tarifasCenter .tarifasSet .tarifaCard .headingCard .motivationText{width:100%;background-color:#ffffff13;border-radius:10px;padding:10px 15px}.tarifasSection .tarifasCenter .tarifasSet .tarifaCard .headingCard .motivationText .textTwo{font-family:var(--fontFamilySpace);color:#cecece;font-size:1rem;font-weight:800}.tarifasSection .tarifasCenter .tarifasSet .tarifaCard .wrapped{width:auto;height:321px;display:flex;justify-content:center;align-items:center}.tarifasSection .tarifasCenter .tarifasSet .tarifaCard .wrapped .bodyCard{width:auto;height:321px;display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start;gap:10px;padding-bottom:20px;padding-top:20px}.tarifasSection .tarifasCenter .tarifasSet .tarifaCard .wrapped .bodyCard .features{width:auto;display:flex;flex-direction:row;justify-content:center;align-items:center;gap:20px}.tarifasSection .tarifasCenter .tarifasSet .tarifaCard .wrapped .bodyCard .features .check{width:13.99px;height:13.99px}.tarifasSection .tarifasCenter .tarifasSet .tarifaCard .wrapped .bodyCard .features .option{font-family:var(--fontFamilySpace);color:#dedede;font-size:.75rem;font-weight:400}.tarifasSection .tarifasCenter .tarifasSet .tarifaCard #openContextFree{display:none}.tarifasSection .tarifasCenter .tarifasSet .tarifaCard label.open{width:100%;height:50px;display:flex;justify-content:center;align-items:flex-end;cursor:pointer}.tarifasSection .tarifasCenter .tarifasSet .tarifaCard label.open .arrow{width:auto;height:auto;transform:rotateX(0);transition:transform .2s ease-in-out}.tarifasSection .tarifasCenter .tarifasSet .tarifaCard #openContextFree:checked+label.open .arrow{transform:rotateX(180deg)}.tarifasSection .tarifasCenter .tarifasSet .tarifaCard .wrapped{width:100%;height:auto;display:flex;flex-direction:column;justify-content:center;align-items:center;overflow:hidden;opacity:0;visibility:hidden;max-height:0;transition:max-height .2s ease-in-out,opacity .4s ease-in-out,visibility .4s ease-in-out}.tarifasSection .tarifasCenter .tarifasSet .tarifaCard #openContextFree:checked~.wrapped{max-height:100%;opacity:1;visibility:visible}.tarifasSection .tarifasCenter .tarifasSet .tarifaCard #openContextPremium{display:none}.tarifasSection .tarifasCenter .tarifasSet .tarifaCard #openContextPremium:checked+label.open .arrow{transform:rotateX(180deg)}.tarifasSection .tarifasCenter .tarifasSet .tarifaCard #openContextPremium:checked~.wrapped{max-height:100%;opacity:1;visibility:visible}.tarifasSection .tarifasCenter .tarifasSet .tarifaCard #openContextPlatinum{display:none}.tarifasSection .tarifasCenter .tarifasSet .tarifaCard #openContextPlatinum:checked+label.open .arrow{transform:rotateX(180deg)}.tarifasSection .tarifasCenter .tarifasSet .tarifaCard #openContextPlatinum:checked~.wrapped{max-height:100%;opacity:1;visibility:visible}.tarifasSection .tarifasCenter .tarifasSet .tarifaCard .wrapped .footerCard{width:100%;display:flex;justify-content:center;align-items:center;padding-top:20px;border-top:1px solid #5A5A5A}.tarifasSection .tarifasCenter .tarifasSet .tarifaCard .wrapped .footerCard .link{width:80%;height:auto;font-family:var(--fontFamilyIBM);font-size:1rem;font-weight:500;background-color:#fff;border-radius:10px;padding:15px;color:#000;text-align:center;text-decoration:none;transition:.3s ease-in-out}.tarifasSection .tarifasCenter .tarifasSet .tarifaCard .wrapped .footerCard .link:hover{background-color:#4d6754;color:#fff}.tarifasSection .tarifasCenter .tarifasSet .premium .wrapped .footerCard .link{color:#000;background-color:#0f6;transition:.3s ease-in-out}.tarifasSection .tarifasCenter .tarifasSet .premium .wrapped .footerCard .link:hover{background-color:#fff;color:#000}.seguridadSection{width:100vw;height:auto;display:flex;justify-content:center;align-items:center;margin:200px auto}.seguridadSection .seguridadCenter{width:90%;max-width:1200px;height:auto;display:flex;flex-direction:column;justify-content:space-between;align-items:center;gap:100px}.seguridadSection .seguridadCenter .heading{width:100%;height:auto;display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:left;gap:10px;padding:0;text-align:center}.seguridadSection .seguridadCenter .heading .titleSection{font-family:var(--fontFamilyIBM);color:transparent;font-size:5.625rem;font-weight:800;background:radial-gradient(closest-side at 50% 50%,#637d6ad6,#4d6754 59%,#2f4836);-webkit-background-clip:text;background-clip:text;display:inline-block;animation:titleup .5s linear}.seguridadSection .seguridadCenter .heading .text{width:50%;height:auto;font-family:var(--fontFamilySpace);color:#bdbdbd;font-size:1.25rem;font-weight:400}.seguridadSection .seguridadCenter .deviceSet{width:100%;height:auto;display:flex;flex-direction:row;justify-content:space-evenly;align-items:center;position:relative}.seguridadSection .seguridadCenter .deviceSet .images{width:auto;height:auto;z-index:2}.seguridadSection .seguridadCenter .deviceSet .images:nth-child(1){opacity:0;align-self:self-start;padding-top:50px;animation:iconOne 20s linear 0s infinite}@keyframes iconOne{0%{transform:scale(.9);opacity:0}50%{transform:scale(115%);opacity:.1}to{transform:scale(.9);opacity:0}}.seguridadSection .seguridadCenter .deviceSet .images:nth-child(2){width:60%;height:auto}.seguridadSection .seguridadCenter .deviceSet .images:nth-child(3){opacity:0;animation:iconTwo 20s linear 5s infinite}@keyframes iconTwo{0%{transform:scale(.8);opacity:0}50%{transform:scale(1.2);opacity:.1}to{transform:scale(.8);opacity:0}}.seguridadSection .seguridadCenter .deviceSet .greenSpot{width:5px;height:5px;border-radius:50%;box-shadow:0 0 200px 200px #00ef5d;z-index:1;position:absolute;top:50%;left:50%;background-color:#00c844}.academySection{width:100vw;height:auto;display:flex;justify-content:center;align-items:center;margin:200px auto;padding:100px 0;background:linear-gradient(to bottom right,#00a732,#0e2314 40%,#142b1b)}.academySection .academyCenter{width:90%;max-width:1200px;height:auto;display:flex;flex-direction:row;justify-content:center;align-items:center;gap:100px;overflow:hidden}.academySection .academyCenter .heading{width:100%;height:auto;display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start;gap:10px;background-color:#00ff6610;border-radius:20px;border-right:1px solid #00A732;border-bottom:1px solid #00A732;padding:40px 30px}.academySection .academyCenter .heading .titleSection{width:100%;height:auto;font-family:var(--fontFamilyIBM);color:#ddd;font-size:2.8125rem;font-weight:500;text-align:left}.academySection .academyCenter .heading .text{width:100%;height:auto;font-family:var(--fontFamilySpace);color:#bdbdbd;font-size:1.25rem;font-weight:400;text-align:left}.academySection .academyCenter .heading .infoBlock{width:100%;height:auto;display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start;gap:10px}.academySection .academyCenter .heading .infoBlock .features{width:100%;height:auto;display:flex;flex-direction:row;justify-content:flex-start;align-items:center;gap:10px}.academySection .academyCenter .heading .infoBlock .features .option{width:100%;height:auto;font-family:var(--fontFamilySpace);color:#e0e0e0;font-size:.875rem;font-weight:400;text-align:left}.academySection .academyCenter .academyBlock{width:100%;height:auto;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:65px;overflow:hidden}.academySection .academyCenter .academyBlock .hightlightMessage{width:100%;height:auto;display:flex;flex-direction:row;justify-content:center;align-items:center;gap:10px}.academySection .academyCenter .academyBlock .hightlightMessage .advertising{width:max-content;height:auto;background-color:#00ff6620;padding:5px 15px;border-radius:25px;border:1px solid #00FF66;text-align:left;font-family:var(--fontFamilySpace);color:#0f6;font-size:.8rem;font-weight:600;text-align:center}.academySection .academyCenter .academyBlock .hightlightMessage .greenLight{width:15px;height:15px;background-color:#0f6;border-radius:50%;filter:blur(0px);border:1px solid #00FF66;animation:greenLight 10s linear infinite}.academySection .academyCenter .academyBlock .academySlider{width:100%;height:auto;display:flex;flex-direction:column;justify-content:space-between;align-items:flex-start;gap:65px;padding:0 75px;overflow:hidden}.academySection .academyCenter .academyBlock .academySlider .cardSlider{width:auto;height:auto;display:flex;flex-direction:row;flex-wrap:nowrap;justify-content:center;align-items:center;gap:80px;overflow:hidden;transition:transform .5s ease-in-out}.academySection .academyCenter .academyBlock .academySlider .cardSlider .card{width:min-content;height:auto;display:flex;flex-direction:column;justify-content:center;align-items:center;background-color:#172f1f;border-radius:20px;overflow:hidden;flex:0 0 auto;flex-grow:100%;transition:.3s ease-in-out}.academySection .academyCenter .academyBlock .academySlider .cardSlider .card:hover{background-color:#2f4836}.academySection .academyCenter .academyBlock .academySlider .cardSlider .card .headingCard{width:100%;height:200px;overflow:hidden;transition:opacity .3s ease-in-out,transform .3s ease-in-out}.academySection .academyCenter .academyBlock .academySlider .cardSlider .card .headingCard .imageCard{object-fit:contain;opacity:1;transform:scale(1);transition:opacity .3s ease-in-out,transform .3s ease-in-out}.academySection .academyCenter .academyBlock .academySlider .cardSlider .card:hover .headingCard .imageCard{opacity:.6;transform:scale(105%)}.academySection .academyCenter .academyBlock .academySlider .cardSlider .card:hover .footerCard .arrowRight{transform:translate(5px)}.academySection .academyCenter .academyBlock .academySlider .cardSlider .card .bodyCard{width:100%;height:135px;display:flex;flex-direction:column;justify-content:center;align-items:flex-start;gap:10px;padding:20px;border-bottom:1px solid #2F4836}.academySection .academyCenter .academyBlock .academySlider .cardSlider .card .bodyCard .titleCard{font-family:var(--fontFamilyIBM);color:#e0e0e0;font-size:1.5rem;font-weight:600;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}.academySection .academyCenter .academyBlock .academySlider .cardSlider .card .bodyCard .content{font-family:var(--fontFamilySpace);color:#a9a9a9;font-size:.9rem;font-weight:300;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}.academySection .academyCenter .academyBlock .academySlider .cardSlider .card .footerCard{width:100%;height:auto;display:flex;flex-direction:row;justify-content:space-between;align-items:center;gap:10px;padding:20px}.academySection .academyCenter .academyBlock .academySlider .cardSlider .card .footerCard .content{font-family:var(--fontFamilySpace);color:#a9a9a9;font-size:.85rem;font-weight:600}.academySection .academyCenter .academyBlock .academySlider .cardSlider .card .footerCard .arrowRight{width:26px;height:26px;display:flex;flex-direction:column;justify-content:space-between;align-items:center;transform:translate(0);transition:transform .3s ease-in-out}.academySection .academyCenter .academyBlock .academySlider .directionArrows{width:100%;height:auto;display:flex;flex-direction:row;justify-content:flex-end;align-items:center;gap:15px}.academySection .academyCenter .academyBlock .academySlider .directionArrows .arrow{width:auto;height:auto;border-radius:10px;background-color:#172f1f;transition:.3s ease-in-out}.academySection .academyCenter .academyBlock .academySlider .directionArrows .arrow:hover{background-color:#4d6754}.blogSection{width:100vw;height:auto;display:flex;justify-content:center;align-items:center;margin:200px auto;padding:100px 0}.blogSection .blogCenter{width:90%;max-width:1200px;height:auto;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:100px}.blogSection .blogCenter .heading{width:100%;height:auto;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:10px}.blogSection .blogCenter .heading .titleSection{width:100%;height:auto;font-family:var(--fontFamilyIBM);color:#ddd;font-size:2.8125rem;font-weight:500;text-align:center}.blogSection .blogCenter .heading .text{width:100%;height:auto;font-family:var(--fontFamilySpace);color:#bdbdbd;font-size:1.25rem;font-weight:400;text-align:center}.blogSection .blogCenter .blogSlider{width:100%;height:auto;display:flex;flex-direction:column;justify-content:center;align-items:flex-start;gap:65px;overflow:hidden}.blogSection .blogCenter .blogSlider .blogBlock{width:max-content;height:auto;display:flex;flex-direction:row;flex-direction:nowrap;justify-content:space-between;align-items:flex-start;gap:30px;padding:0 45px}.blogSection .blogCenter .blogSlider .blogBlock .blogCard{width:350px;height:auto;background-color:#2f4836;border-radius:20px;padding:20px;display:flex;flex-direction:column;justify-content:center;align-items:flex-start;gap:10px;transition:transform .3s ease-in-out}.blogSection .blogCenter .blogSlider .blogBlock .blogCard:hover .bodyCard .backgroundImage .imageCard{transform:scale(105%)}.blogSection .blogCenter .blogSlider .blogBlock .blogCard .headingCard{width:auto;height:auto;display:flex;flex-direction:row;justify-content:center;align-items:flex-start;gap:10px}.blogSection .blogCenter .blogSlider .blogBlock .blogCard .headingCard .blogInfo{width:auto;height:auto;display:flex;flex-direction:column;justify-content:center;align-items:flex-start;gap:5px}.blogSection .blogCenter .blogSlider .blogBlock .blogCard .headingCard .blogInfo .titleCard{font-family:var(--fontFamilyIBM);color:#e0e0e0;font-size:1.5rem;font-weight:600;text-align:left;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}.blogSection .blogCenter .blogSlider .blogBlock .blogCard .headingCard .blogInfo .content{font-family:var(--fontFamilySpace);color:#a9a9a9;font-size:1rem;font-weight:300;text-align:left;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}.blogSection .blogCenter .blogSlider .blogBlock .blogCard .bodyCard{width:auto;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:10px;overflow:hidden}.blogSection .blogCenter .blogSlider .blogBlock .blogCard .bodyCard .backgroundImage{width:100%;height:auto;background-image:url(../../img/fondoCardBlog.webp);background-position:100%;background-size:cover;background-repeat:no-repeat;border-radius:10px;display:flex;justify-content:center;align-items:center}.blogSection .blogCenter .blogSlider .blogBlock .blogCard .bodyCard .backgroundImage .imageCard{width:120px;height:auto;padding:20px;object-fit:cover;transform:scale(1);transition:transform .3s ease-in-out}.blogSection .blogCenter .blogSlider .blogBlock .blogCard .bodyCard .content{font-family:var(--fontFamilySpace);color:#e0e0e0;font-size:.85rem;font-weight:300;text-align:left;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}.blogSection .blogCenter .blogSlider .blogBlock .blogCard .footerCard{width:100%;height:auto;display:flex;justify-content:flex-end;align-items:flex-end;margin-top:20px}.blogSection .blogCenter .blogSlider .blogBlock .blogCard .footerCard .activeBtn{width:auto;height:auto;padding:10px 25px;border-radius:10px;background-color:#fff;border:1px solid #ffffff;font-family:var(--fontFamilyIBM);color:#000;font-size:.9rem;font-weight:500;text-align:left;transition:.3s ease-in-out}.blogSection .blogCenter .blogSlider .blogBlock .blogCard .footerCard .activeBtn:hover{background-color:#4d6754;border:1px solid #4D6754;color:#fff}.blogSection .blogCenter .blogSlider .directionArrows{width:100%;height:auto;display:flex;flex-direction:row;justify-content:flex-end;align-items:right;gap:15px}.blogSection .blogCenter .blogSlider .directionArrows .arrow{width:auto;height:auto;border-radius:10px;background-color:#172f1f;transition:.3s ease-in-out}.blogSection .blogCenter .blogSlider .directionArrows .arrow:hover{background-color:#4d6754}.testimonySection{width:100vw;height:auto;display:flex;justify-content:center;align-items:center;margin:200px auto}.testimonySection .testimonyCenter{width:90%;max-width:1200px;height:auto;display:flex;flex-direction:column;justify-content:space-between;align-items:center;gap:50px}.testimonySection .testimonyCenter .heading .titleSection{font-family:var(--fontFamilyIBM);color:transparent;font-size:5.625rem;font-weight:800;background:radial-gradient(closest-side at 50% 50%,#637d6ad6,#4d6754 59%,#2f4836);-webkit-background-clip:text;background-clip:text;display:inline-block;text-align:left;animation:titleup .5s linear}.testimonySection .testimonyCenter .cardSet{width:auto;height:auto;display:grid;grid-template-columns:repeat(3,1fr);grid-template-areas:".     message card6" ".     card3   card6" "card1 card3   card7" "card1 card4   card7" "card2 card4   card8" "card2 card5   card8" ".     card5     .";gap:30px}.testimonySection .testimonyCenter .cardSet .card{width:auto;height:auto;background:linear-gradient(90deg,#00551a,#00551a 40%,#004113 66%,#00300f);display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start;gap:15px;border-radius:20px;padding:30px;overflow:hidden}.testimonySection .testimonyCenter .cardSet .card:nth-child(1){grid-area:message;width:100%;height:100%;padding:20px;background:none;border-radius:0;display:flex;justify-content:flex-end;align-items:flex-end;gap:0px}.testimonySection .testimonyCenter .cardSet .card:nth-child(1) .blockMessage{font-family:var(--fontFamilyIBM);color:#00cc84;font-size:1.125rem;font-weight:500;text-align:left}.testimonySection .testimonyCenter .cardSet .card:nth-child(2){grid-area:card1}.testimonySection .testimonyCenter .cardSet .card:nth-child(3){grid-area:card2}.testimonySection .testimonyCenter .cardSet .card:nth-child(4){grid-area:card3}.testimonySection .testimonyCenter .cardSet .card:nth-child(5){grid-area:card4}.testimonySection .testimonyCenter .cardSet .card:nth-child(6){grid-area:card5}.testimonySection .testimonyCenter .cardSet .card:nth-child(7){grid-area:card6}.testimonySection .testimonyCenter .cardSet .card:nth-child(8){grid-area:card7}.testimonySection .testimonyCenter .cardSet .card:nth-child(9){grid-area:card8}.testimonySection .testimonyCenter .cardSet .card .headingCard{width:auto;height:auto;display:flex;flex-direction:row;justify-content:flex-start;align-items:center;gap:10px}.testimonySection .testimonyCenter .cardSet .card .headingCard .avatar{width:40px;height:auto}.testimonySection .testimonyCenter .cardSet .card .headingCard .infoUser{width:auto;height:auto;display:flex;flex-direction:row;justify-content:flex-start;align-items:center;gap:10px}.testimonySection .testimonyCenter .cardSet .card .headingCard .infoUser .user{width:auto;height:auto;display:flex;flex-direction:column;justify-content:center;align-items:flex-start;gap:0px}.testimonySection .testimonyCenter .cardSet .card .headingCard .infoUser .user .name{font-family:var(--fontFamilySpace);color:#e4e4e4;font-size:1rem;font-weight:500;text-align:left}.testimonySection .testimonyCenter .cardSet .card .headingCard .infoUser .user .date{font-family:var(--fontFamilySpace);color:#cdcdcd;font-size:.625rem;font-weight:600;text-align:left}.testimonySection .testimonyCenter .cardSet .card .headingCard .infoUser .simbols{width:auto;height:auto;display:flex;flex-direction:row;justify-content:center;align-items:center;gap:5px}.testimonySection .testimonyCenter .cardSet .card .headingCard .infoUser .simbols .checkIcon{width:16px;height:auto}.testimonySection .testimonyCenter .cardSet .card .headingCard .infoUser .simbols .at{font-family:var(--fontFamilySpace);color:#00ef5d;font-size:.625rem;font-weight:600;text-align:left}.testimonySection .testimonyCenter .cardSet .card .blockContext .context{font-family:var(--fontFamilySpace);color:#a4a4a4;font-size:.8rem;font-weight:600}.testimonySection .testimonyCenter .cardSet .card .blockContext .context span{color:#00ef5d}.faqSection{width:100vw;height:auto;display:flex;justify-content:center;align-items:center;margin:200px auto}.faqSection .faqCenter{width:90%;max-width:1200px;height:auto;display:flex;flex-direction:column;justify-content:space-between;align-items:center;gap:100px}.faqSection .faqCenter .heading{width:100%;height:auto;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:10px}.faqSection .faqCenter .heading .titleSection{width:100%;height:auto;font-family:var(--fontFamilyIBM);color:#ddd;font-size:2.8125rem;font-weight:500;text-align:center}.faqSection .faqCenter .heading .text{width:50%;height:auto;font-family:var(--fontFamilySpace);color:#bdbdbd;font-size:1.25rem;font-weight:400;text-align:center;margin:auto}.faqSection .faqCenter .faqSet{width:100%;max-width:100%;display:flex;flex-direction:column;justify-content:center;align-items:center}.faqSection .faqCenter .faqSet .faqBlock{width:100%;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:10px}.faqSection .faqCenter .faqSet .faqBlock .accordionFaq{width:100%}.faqSection .faqCenter .faqSet .faqBlock .detailsFaq{width:100%;background-color:transparent;border:none;margin:0;padding:0;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:5px;cursor:pointer}.faqSection .faqCenter .faqSet .faqBlock .summaryFaq{width:100%;display:flex;flex-direction:row;justify-content:space-between;align-items:center;background-color:#172f1f;border:none;padding:25px 40px;cursor:pointer;list-style:none;border-radius:10px;border:1px solid #172F1F;transition:.3s ease-in-out}.faqSection .faqCenter .faqSet .faqBlock .summaryFaq::-webkit-details-marker{display:none}.faqSection .faqCenter .faqSet .faqBlock .summaryFaq:hover{background-color:#2f4836;border:1px solid #2F4836}.faqSection .faqCenter .faqSet .faqBlock .optionFaq{width:100%;display:flex;flex-direction:row;justify-content:space-between;align-items:center}.faqSection .faqCenter .faqSet .faqBlock .subtitle{width:100%;color:#dadada;font-size:1.5rem;font-weight:500;font-family:var(--fontFamilyIBM);text-align:left}.faqSection .faqCenter .faqSet .faqBlock .plus{width:48px;height:48px;transition:transform .2s ease-in-out}.detailsFaq[open] .plus{transform:rotate(-45deg)}.faqSection .faqCenter .faqSet .faqBlock .detailsFaq .infoFaq{width:100%;color:#a9a9a9;font-size:1.25rem;font-weight:500;font-family:var(--fontFamilyIBM);padding:35px 40px;text-align:left;border-radius:10px;background-color:#172f1f;border:1px solid #172F1F}.appMobileSection{width:100vw;height:auto;display:flex;justify-content:center;align-items:center;margin:200px auto}.appMobileSection .appMobileCenter{width:90%;max-width:1200px;height:auto;display:flex;flex-direction:column;justify-content:space-between;align-items:center;gap:100px}.appMobileSection .appMobileCenter .titleSection{font-family:var(--fontFamilyIBM);color:transparent;font-size:5.625rem;font-weight:800;background:radial-gradient(closest-side at 50% 50%,#637d6ad6,#4d6754 59%,#2f4836);-webkit-background-clip:text;background-clip:text;display:inline-block;text-align:center;animation:titleup .5s linear}@keyframes titleup{0%{transform:translateY(100%)}to{transform:translateY(0)}}.appMobileSection .appMobileCenter .appMobileBlock{width:100%;height:auto;display:flex;flex-direction:row;justify-content:center;align-items:center;background-image:url(/img/backgroundApps.webp);background-position:100%;background-repeat:no-repeat;background-size:cover;border-radius:20px;padding:50px 70px;gap:100px}.appMobileSection .appMobileCenter .appMobileBlock .infoDownload{width:100%;display:flex;flex-direction:column;gap:50px}.appMobileSection .appMobileCenter .appMobileBlock .infoDownload .heading{width:100%;height:auto;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:10px;padding:0;text-align:left}.appMobileSection .appMobileCenter .appMobileBlock .infoDownload .heading .subtitleSection{width:100%;height:auto;font-family:var(--fontFamilyIBM);color:#ddd;font-size:2.8125rem;font-weight:500}.appMobileSection .appMobileCenter .appMobileBlock .infoDownload .heading .text{width:100%;height:auto;font-family:var(--fontFamilySpace);color:#bdbdbd;font-size:1.25rem;font-weight:400}.appMobileSection .appMobileCenter .appMobileBlock .infoDownload .download{width:100%;display:flex;flex-direction:column;justify-content:flex-end;align-items:flex-end;gap:5px}.appMobileSection .appMobileCenter .appMobileBlock .infoDownload .download .textDownload{width:50%;font-family:var(--fontFamilyIBM);color:#fff;font-size:1rem;font-weight:400;text-align:left}.appMobileSection .appMobileCenter .appMobileBlock .infoDownload .download .appsDownload{width:50%;display:flex;flex-direction:row;align-items:flex-end;gap:5px}.appMobileSection .appMobileCenter .appMobileBlock .infoDownload.download .appsDownload .itemDownload,.appMobileSection .appMobileCenter .appMobileBlock .infoDownload .download .appsDownload .itemDownload .item{width:100%}.appMobileSection .appMobileCenter .cellphoneImage{width:100%;height:auto;display:flex;justify-content:center;align-items:center}.appMobileSection .appMobileCenter .cellphoneImage .laptopDownload{width:auto;height:auto;animation:laptop 20s linear infinite}@keyframes laptop{0%{transform:scale(.9)}50%{transform:scale(1)}to{transform:scale(.9)}}.footerContainer{width:100vw;height:auto;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:50px;position:relative}.footerContainer .footerHeading{width:90%;max-width:1200px;height:auto;display:flex;flex-direction:row;gap:40px;border-radius:20px;margin:auto;overflow:hidden;background-color:#172f1f3f;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-left:1px solid #172F1F;border-top:1px solid #172F1F;z-index:2}.footerContainer .columnOne{width:auto;height:auto;display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start;gap:30px}.footerContainer .footerHeading .columnOne .blockIsotipo{width:auto;height:auto;display:flex;justify-content:center;align-items:center;margin:70px 0 0 50px}.footerContainer .footerHeading .columnOne .blockIsotipo .blockImagotipo{display:flex;flex-direction:row;justify-content:center;align-items:center;gap:10px}.footerContainer .footerHeading .columnOne .socialNetwork{width:55%;height:auto;display:flex;flex-wrap:wrap;flex-direction:column;justify-content:flex-start;align-items:flex-start;gap:20px;align-items:center;margin:0 0 0 50px}.footerContainer .footerHeading .columnOne .socialNetwork .contactus{width:100%;font-family:var(--fontFamilyIBM);color:#cdcdcd;font-size:1rem;font-weight:600;text-align:left}.footerContainer .footerHeading .columnOne .socialNetwork .socialNetworkIcons{width:fit-content;height:auto;display:flex;flex-direction:row;flex-wrap:wrap;gap:15px}.footerContainer .footerHeading .columnOne .socialNetwork .socialNetworkIcons .item{width:auto}.footerContainer .footerHeading .columnOne .socialNetwork .socialNetworkIcons .item .iconSocial{width:40px;height:40px;transform:scale(1);transition:transform .3s ease-in-out}.footerContainer .footerHeading .columnOne .socialNetwork .socialNetworkIcons .item .iconSocial:hover{transform:scale(103%)}.footerContainer .footerHeading .columnOne .download{width:65%;height:auto;display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start;gap:10px;align-items:center;margin:0 0 0 50px}.footerContainer .footerHeading .columnOne .download .textDownload{width:100%;font-family:var(--fontFamilyIBM);color:#cdcdcd;font-size:v1rem;font-weight:600;text-align:left}.footerContainer .footerHeading .columnOne .download .appsDownload{width:100%}.footerContainer .footerHeading .columnOne .imageTriangle{width:100%;transform:translate(-3%,12.5%)}.footerContainer .footerHeading .columnTwo{width:auto;height:fit-content;margin-top:70px}.footerContainer .footerHeading .columnTwo .navbar{width:100%;height:auto;display:flex;justify-content:flex-start;align-items:flex-start}.footerContainer .footerHeading .columnTwo .navbar ul{width:100%;height:auto;display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start;gap:20px}.footerContainer .footerHeading .columnTwo .navbar ul li{width:100%;height:auto;display:flex;justify-content:center;align-items:center;list-style:none}.footerContainer .footerHeading .columnTwo .navbar ul li .item{width:100%;height:auto;display:flex;flex-direction:row;justify-content:flex-start;align-items:center;gap:20px;text-decoration:none;font-family:var(--fontFamilyIBM);color:#cdcdcd;font-size:1rem;font-weight:600;text-align:left;transition:.3s ease-in-out}.footerContainer .footerHeading .columnTwo .navbar ul li .item:hover{color:#00ef5d}.footerContainer .footerHeading .columnThree{width:100%;height:100%}.footerContainer .footerHeading .columnThree .circleGraphic{width:auto;height:100%;transform:translateY(50%)}.footerContainer .footerBottom{width:90%;max-width:1200px;height:80px;display:flex;flex-direction:center;justify-content:center;align-items:center;border-radius:20px;padding:20px;margin:20px auto;background-color:#172f1f3f;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-left:1px solid #172F1F;border-top:1px solid #172F1F;z-index:2}.footerContainer .footerBottom .footerFooterCenter{width:100%;height:auto;display:flex;flex-direction:row;justify-content:space-between;align-items:center}.footerContainer .footerBottom .footerFooterCenter .developedBy{width:auto;height:auto}.footerContainer .footerBottom .footerFooterCenter .developedBy .developed{font-family:var(--fontFamilySpace);color:#bdbdbd;font-size:.75rem;font-weight:400}.footerContainer .footerBottom .footerFooterCenter .conditions{width:auto;height:auto;display:flex;flex-direction:row;justify-content:space-between;align-items:center;gap:10px}.footerContainer .footerBottom .footerFooterCenter .conditions .rights{font-family:var(--fontFamilySpace);color:#bdbdbd;font-size:.75rem;font-weight:400}.footerContainer .footerBottom .footerFooterCenter .conditions .options{width:auto;height:auto;display:flex;flex-direction:row;justify-content:space-between;align-items:center;gap:10px}.footerContainer .footerBottom .footerFooterCenter .conditions .options .link{font-family:var(--fontFamilySpace);color:#bdbdbd;font-size:.75rem;font-weight:400;text-decoration:none;transition:.3s ease-in-out}.footerContainer .footerBottom .footerFooterCenter .conditions .options .link:hover{font-family:var(--fontFamilySpace);color:#00ef5d;font-size:.75rem;font-weight:400;text-decoration:underline}.footerContainer .greenSpot{width:5px;height:5px;border-radius:50%;box-shadow:0 0 200px 200px #00ef5d;z-index:1;position:absolute;bottom:0%;left:0%}*{padding:0;margin:0;box-sizing:border-box}:root{--fontFamilyIBM:"IBM Plex Sans", serif;--fontFamilySpace:"Space Mono", serif;font-family:IBM Plex Sans,sans-serif;font-family:Space Mono,monospace}body{width:100vw;height:auto;overflow-x:hidden}.landingPage{width:100vw;height:auto;background-repeat:no-repeat;background-position:100%;background-size:cover;background-attachment:fixed;overflow-x:hidden;background:linear-gradient(180deg,#000e00,#172f1f)}html{scroll-behavior:smooth}.bodyProfile{width:100vw;height:auto;min-height:100vh;background-color:#000;display:flex;flex-direction:column;justify-content:space-between;align-items:center;margin:0 auto}.headerProfile{width:100vw;height:auto;background-color:#1d1d1d;display:flex;justify-content:center;align-items:center;overflow:hidden;position:fixed;top:0;left:0;right:0;z-index:9;margin:auto;padding:10px}.headerProfile .headerCenter{width:90%;height:auto;display:flex;flex-direction:row;justify-content:space-between;align-items:center;margin:auto}.headerProfile .headerCenter .leftSide{width:auto;height:auto;display:flex;flex-direction:row;justify-content:center;align-items:center;gap:10px}.headerProfile .headerCenter .leftSide .isotipo{width:30px;height:auto;cursor:pointer}.headerProfile .headerCenter .leftSide .activeMenu .menuIcon{width:30px;height:30px;cursor:pointer}.headerProfile .headerCenter .rightSide{width:auto;height:auto;display:flex;flex-direction:row;justify-content:center;align-items:center;gap:10px}.headerProfile .headerCenter .rightSide .userName{font-family:var(--fontFamilyIBM);text-align:center;font-size:.8rem;font-weight:500;color:#e4e4e4}.headerProfile .headerCenter .rightSide .avatar{width:25px;height:25px}.headerProfile #menu{display:none;z-index:99}.headerProfile #menu:checked~.menuSide{transform:translate(0)}.headerProfile #menu:checked~.darkScreen{opacity:1;visibility:visible;backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(6px);background-color:#00000090}.headerProfile .darkScreen{width:100vw;height:100vh;position:fixed;top:0;left:0;right:0;opacity:0;visibility:hidden;transition:opacity .3s ease-in-out,visibility .3s ease-in-out}.headerProfile .menuSide{width:250px;height:100vh;z-index:100;position:fixed;top:0;left:0;display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-end;gap:100px;background-color:#1d1d1d;transform:translate(-120%);transition:transform .3s ease-in-out}.headerProfile .menuSide .activeMenu{width:auto;height:auto;display:flex;position:relative;top:10px;right:-35px;margin:0;justify-content:flex-end}.headerProfile .menuSide .activeMenu .closeIcon{width:30px;height:30px}.headerProfile .menuSide .navbar{width:100%;height:auto;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:120px}.headerProfile .menuSide .navbar ul{width:100%;height:auto;display:flex;flex-direction:column;gap:0px}.headerProfile .menuSide .navbar ul li{width:100%;height:auto;display:flex;flex-direction:row;justify-content:flex-start;align-items:flex-start;list-style-type:none}.headerProfile .menuSide .navbar ul li:nth-child(4) span{font-family:var(--fontFamilyIBM);color:#51ff83;font-size:.75rem;font-weight:500;padding:2.5px 8px;border-radius:5px;background-color:#00a73244}.headerProfile .menuSide .navbar ul li .item{width:100%;height:auto;display:flex;flex-direction:row;justify-content:flex-start;align-items:center;gap:15px;text-decoration:none;font-family:var(--fontFamilyIBM);color:#e4e4e4;font-size:1rem;font-weight:500;padding:10px 25px;border:none;background-color:#1d1d1d;transition:.3s ease-in-out}.headerProfile .menuSide .navbar ul li .item:hover{background-color:#393939}.headerProfile .menuSide .navbar ul li .item .img{width:20px;height:20px}.containerWelcome{width:100%;height:100vh;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:0px;margin:50px auto}.containerWelcome .welcomeSection{width:100%;height:auto;display:flex;flex-direction:column;justify-content:center;align-items:center}.containerWelcome .welcomeSection .titleSection{width:auto;height:auto;text-align:center;font-family:var(--fontFamilyIBM);color:#a4a4a4;font-size:2.1875rem;font-weight:500;margin-bottom:50px}.containerWelcome .welcomeSection .ilustracion{width:auto;height:auto;display:flex;justify-content:center;align-items:center;margin:auto auto 25px}.containerWelcome .welcomeSection .sentence{width:auto;height:auto;text-align:center;font-family:var(--fontFamilyIBM);color:#e4e4e4;font-size:1rem;font-weight:500;margin-bottom:20px}.containerWelcome .welcomeSection .ctaAcademy{width:auto;height:auto;padding:10px 25px;background-color:#0f6;font-family:var(--fontFamilyIBM);color:#1d1d1d;font-size:1rem;font-weight:500;border-radius:10px;text-decoration:none;transition:.3s ease-in-out}.containerWelcome .welcomeSection .ctaAcademy:hover{background-color:#fff}.containerFooter{width:100vw;height:auto;display:flex;justify-content:center;align-items:center}.containerFooter .socialNetworkIcons{width:90%;max-width:1200px;height:auto;display:flex;justify-content:center;align-items:center;border-radius:10px;background-color:#1d1d1d;margin:10px auto;padding:10px}.containerFooter .socialNetworkIcons .socialItems{width:auto;height:auto;display:flex;flex-direction:row;align-items:center;gap:10px}.containerFooter .socialNetworkIcons .socialItems .item{width:100%;height:auto;display:flex;flex-direction:row;justify-content:center;align-items:center;text-decoration:none}.containerFooter .socialNetworkIcons .socialItems.item .iconSocial{width:25px;height:25px}.containerFooter .socialNetworkIcons .socialItems .item .iconSocial{width:25px;height:25px;transform:scale(1);transition:transform .3s ease-in-out}.containerFooter .socialNetworkIcons .socialItems .item .iconSocial:hover{transform:scale(103%)}.linkProfile{width:90%;max-width:1200px;position:absolute;top:70px;display:flex;flex-direction:row;justify-content:flex-end;align-items:center;gap:0px;font-family:var(--fontFamilyIBM);color:#a4a4a4;font-size:.9rem;font-weight:500;text-decoration:none;transition:.3s ease-in-out}.linkProfile:hover{text-decoration:underline;color:#d6d6d6}.linkProfile .iconReturn{width:20px;height:auto;transform:rotate(90deg);transition:.3s ease-in-out}.linkProfile:hover>.iconReturn{margin-right:5px}.bodyDashboard{width:100vw;height:auto;min-height:100vh;background-color:#000;display:flex;flex-direction:column;justify-content:space-between;align-items:center;margin:0 auto}.containerDashboard{width:100%;height:auto;display:flex;flex-direction:row;flex-wrap:wrap;justify-content:center;align-items:center;overflow:hidden;margin:130px auto}.containerDashboard .dashboardSection{width:90%;max-width:1200px;height:auto;display:flex;flex-direction:column;flex-wrap:wrap;justify-content:center;align-items:center;gap:15px;overflow:hidden;margin:auto}.containerDashboard .dashboardSection .heading{width:100%;height:auto;display:flex;flex-direction:column;justify-content:center;align-items:flex-start}.containerDashboard .dashboardSection .heading .titleSection{font-family:var(--fontFamilyIBM);color:#a4a4a4;font-size:2.1875rem;font-weight:500}.containerDashboard .dashboardSection .heading .sentence{font-family:var(--fontFamilyIBM);color:#e4e4e4;font-size:1rem;font-weight:500;margin-bottom:20px}.containerDashboard .dashboardSection .initialBalance{width:100%;height:100px;display:flex;flex-direction:row;justify-content:space-between;border-radius:20px;background-color:#172f1f;padding:20px 30px}.containerDashboard .dashboardSection .initialBalance .titleBalance{width:auto;height:auto;align-self:self-start;font-family:var(--fontFamilyIBM);color:#e4e4e4;font-size:1.25rem;font-weight:500}.containerDashboard .dashboardSection .initialBalance .balance{width:auto;height:auto;align-self:self-end;font-family:var(--fontFamilyIBM);color:#a4a4a4;font-size:2rem;font-weight:500}.containerDashboard .dashboardSection .criptoCurrency{width:100%;height:auto;display:flex;flex-direction:column;gap:50px;border-radius:20px;background-color:#393939;padding:20px 30px;font-family:var(--fontFamilyIBM);color:#a4a4a4;font-size:.8rem;font-weight:500}.containerDashboard .dashboardSection .criptoCurrency .headingCriptocurrency{width:100%;height:auto;display:flex;flex-direction:column;align-items:flex-end;gap:20px}.containerDashboard .dashboardSection .criptoCurrency .headingCriptocurrency .titleBalance{width:auto;height:auto;align-self:self-start;font-family:var(--fontFamilyIBM);color:#e4e4e4;font-size:1.25rem;font-weight:500}.containerDashboard .dashboardSection .criptoCurrency .headingCriptocurrency .dropdownContainer{width:auto;height:auto;display:flex;flex-direction:row;align-items:flex-end;gap:20px;position:relative}.containerDashboard .dashboardSection .criptoCurrency .headingCriptocurrency .dropdownContainer:after{content:" ";position:absolute;right:15px;top:50%;transform:translateY(-50%);pointer-events:none;color:#a4a4a4}.containerDashboard .dashboardSection .criptoCurrency .headingCriptocurrency .dropdownContainer select.dropdown{width:170px;background-color:#1d1d1d;font-family:var(--fontFamilyIBM);color:#a4a4a4;font-size:.9rem;font-weight:500;border:1px solid #222222;border-radius:10px;padding:12px;font-size:.8rem;cursor:pointer;-webkit-appearance:none;-moz-appearance:none;appearance:none;outline:none}.containerDashboard .dashboardSection .criptoCurrency .headingCriptocurrency .dropdownContainer select.dropdown option{width:100%;height:auto;padding:10px;border-radius:5px;font-family:var(--fontFamilyIBM);color:#a4a4a4;font-size:.8rem;font-weight:500;background-color:#1d1d1d}.cryptoTable{width:100%;height:auto;display:flex;flex-direction:column;justify-content:space-between;align-items:center;gap:20px}.cryptoTable .lineTitles{width:100%;display:flex;flex-direction:row;justify-content:space-between;align-items:center}.cryptoTable .lineTitles .titleTable{width:100%;font-family:var(--fontFamilyIBM);color:#e4e4e4;font-size:1.1rem;font-weight:500;padding:0 30px}.cryptoTable .lineTitles .titleTable:nth-child(1){text-align:left}.cryptoTable .lineTitles .titleTable:nth-child(2){text-align:center}.cryptoTable .lineTitles .titleTable:nth-child(3){text-align:right}.cryptoTable .lineCriptos{width:100%}.cryptoTable .lineCriptos .linkToTrading{width:100%;display:flex;flex-direction:column;align-items:center;gap:10px;text-decoration:none}.cryptoTable .lineCriptos .cripto{width:100%;display:flex;flex-direction:row;justify-content:space-between;align-items:center;padding:10px 30px;background-color:#444;border-radius:10px}.cryptoTable .lineCriptos .cripto .item{width:100%;color:#a4a4a4;font-size:.9rem;font-weight:500}.cryptoTable .lineCriptos .cripto .item:nth-child(1){display:flex;flex-direction:row;justify-content:flex-start;align-items:center}.cryptoTable .lineCriptos .cripto .item:nth-child(2){text-align:center}.cryptoTable .lineCriptos .cripto .item:nth-child(3){text-align:right}.cryptoTable{width:100%;display:flex;flex-direction:column;align-items:center;gap:10px;transition:max-height .6s ease-in-out,opacity .6s ease-in-out}.lineCriptos{max-height:200px;overflow:hidden;transition:max-height .6s ease-in-out,opacity .6s ease-in-out;opacity:1}#toggleCrypto:checked~.lineCriptos{max-height:600px;opacity:1}#toggleCrypto{display:none}#toggleCrypto:checked~.toggleLabel .arrow{transform:rotateX(180deg)}.modalContent .successContent{width:100%;color:#a4a4a4;font-size:1.8rem;font-weight:500;text-align:center;padding:0 0 30px;border-bottom:1px solid #e9e9e9}.modalContent .successContent .imgConfirmation{width:80px;margin-bottom:20px}.modalContent .successContent .textSuccess{width:100%;color:#686868;font-size:.9rem;font-weight:500;text-align:center}.modalContent .footerSuccess{width:100%;display:flex;flex-direction:column;justify-content:space-between;align-items:center;gap:15px}.modalContent .footerSuccess .wish{width:100%;text-align:center;font-size:1rem;font-weight:500;color:#d3d3d3}.modalContent .footerSuccess .ctas{width:100%;display:flex;flex-direction:row;justify-content:space-between;align-items:center;gap:10px}.modalContent .footerSuccess .cta{width:100%;border:1px solid #4E4E4E;font-size:1rem;font-weight:500;font-family:var(--fontFamilyIBM);padding:10px 25px;border-radius:10px;transition:.3s ease-in-out}.modalContent .footerSuccess .btnPortfolio{background-color:#4e4e4e;color:#fff}.modalContent .footerSuccess .btnPortfolio:hover,.modalContent .footerSuccess .btnProfile{background-color:#fff;color:#4e4e4e;border:1px solid #4E4E4E}.modalContent .footerSuccess .btnProfile:hover{background-color:#4d6754;color:#fff}.modalContent .headingModal{width:100%}.modalContent .headingModal .titleModal{width:100%;color:#a4a4a4;font-size:1.8rem;font-weight:500;text-align:center}.modalContent .bodyModal .contentConfirmation{width:100%;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:10px;border-top:1px solid #e9e9e9;border-bottom:1px solid #e9e9e9;padding:20px 0}.modalContent .bodyModal .contentConfirmation .confirmation{width:100%;display:flex;flex-direction:row;justify-content:space-between;align-items:center}.modalContent .bodyModal .contentConfirmation .confirmation .textConf{color:#858585;font-size:1rem;font-weight:500}.modalContent .bodyModal .contentConfirmation .confirmation:nth-child(2) .textConf:nth-child(2){padding:5px;background-color:#f5f5f5;border-radius:5px;width:25%;text-align:right}.modalContent .footerConfirmation{width:100%;display:flex;flex-direction:row;justify-content:space-between;align-items:center;gap:10px}.modalContent .footerConfirmation .btn{width:100%;border:1px solid transparent;font-size:1rem;font-weight:500;font-family:var(--fontFamilyIBM);padding:10px 25px;border-radius:10px;transition:.3s ease-in-out}.modalContent .footerConfirmation .btnConfirmation{background-color:#4e4e4e;color:#fff}.modalContent .footerConfirmation .btnConfirmation:hover,.modalContent .footerConfirmation .btnReturn{background-color:#fff;color:#4e4e4e;border:1px solid #4E4E4E}.modalContent .footerConfirmation .btnReturn:hover{background-color:#4d6754;color:#fff}.modal{position:fixed;top:0;left:0;width:100vw;height:100vh;background:#000000b3;display:flex;justify-content:center;align-items:center;z-index:999;font-family:var(--fontFamilyIBM);animation:fadeIn .5s ease-in-out}.modalContent{width:100%;max-width:500px;height:auto;background-color:#fff;padding:30px;display:flex;flex-direction:column;justify-content:center;align-items:flex-start;gap:30px;border-radius:20px;box-shadow:0 8px 32px #000c;opacity:0;animation:slideIn .5s ease-in-out forwards}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideIn{0%{transform:translateY(30px);opacity:0}to{transform:translateY(0);opacity:1}}.modalContent .headingModal .titleModal{width:100%;color:#a4a4a4;font-size:1.8rem;font-weight:500}.modalContent .bodyModal{width:100%;display:flex;flex-direction:column;justify-content:center;align-items:flex-start;gap:10px;color:#a4a4a4;font-size:1rem;font-weight:500}.modalContent .bodyModal .subtitles{width:100%;display:flex;flex-direction:row;justify-content:space-between;align-items:center}.modalContent .bodyModal .titleBody{color:#c2c2c2;font-size:1.4rem;font-weight:500}.modalContent .bodyModal .textChange{color:#919191;font-size:.6rem;font-weight:500;padding:5px;background-color:#f0f0f0;border-radius:25px}.modalContent .bodyModal .contentExchange{width:100%;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:10px;border-top:1px solid #e9e9e9;border-bottom:1px solid #e9e9e9;padding:20px 0}.modalContent .bodyModal .contentExchange .exchange{width:100%;display:flex;flex-direction:row;justify-content:space-between;align-items:center}.modalContent .bodyModal .contentExchange .exchange .subtitles{width:auto;display:flex;flex-direction:row;justify-content:space-between;align-items:center;gap:5px}.modalContent .bodyModal .contentExchange .exchange .subtitles img.criptoIcon{width:25px;height:25px;border-radius:50%}.modalContent .bodyModal .contentExchange .exchange .subtitles .textCripto{width:auto;display:flex;flex-direction:row;justify-content:space-between;align-items:center;color:#747474;font-size:1.5rem;font-weight:500}.modalContent .bodyModal .contentExchange .exchange .blockNumber{width:35%;color:#747474;font-size:1.5rem;font-weight:500;padding:5px 20px;border-radius:10px;text-align:right;background-color:#f5f5f5}.modalContent .bodyModal .totalContent{width:100%;display:flex;flex-direction:column;justify-content:center;align-items:flex-end}.modalContent .bodyModal .totalContent .totalBlock{width:60%;display:flex;flex-direction:row;justify-content:flex-end;align-items:center;gap:50px;width:auto;color:#000;font-size:1.1rem;font-weight:500}.modalContent .bodyModal .totalContent .adjustment{color:#7c7c7c;font-size:.6rem;font-weight:500}.modalContent .footerModal{width:100%;display:flex;flex-direction:row;justify-content:space-between;align-items:center;gap:10px}.modalContent .footerModal .btn{width:100%;border:1px solid transparent;font-size:1rem;font-weight:500;font-family:var(--fontFamilyIBM);padding:10px 25px;border-radius:10px;transition:.3s ease-in-out}.modalContent .footerModal .btnBuy{background-color:#4e4e4e;color:#fff}.modalContent .footerModal .btnBuy:hover,.modalContent .footerModal .btnReturn{background-color:#fff;color:#4e4e4e;border:1px solid #4E4E4E}.modalContent .footerModal .btnReturn:hover{background-color:#4d6754;color:#fff}#btnWhite{width:auto;font-family:var(--fontFamilyIBM);color:#4e4e4e;font-size:1rem;font-weight:500;background-color:#fff;border-radius:10px;text-decoration:none;padding:10px 25px;border:none;transition:.3s ease-in-out}#btnWhite:hover{background-color:#4d6754;color:#fff}.bodyTradingProfile{width:100vw;height:auto;min-height:100vh;background-color:#000;display:flex;flex-direction:column;justify-content:space-between;align-items:center;margin:0 auto;color:#fff}.containerTradingProfile{width:100%;height:auto;display:flex;flex-direction:column;justify-content:center;align-items:center;overflow:hidden;margin:130px auto}.containerTradingProfile .tradingProfileSection{width:90%;max-width:1200px;height:auto;display:flex;flex-direction:column;flex-wrap:wrap;justify-content:center;align-items:center;gap:40px;overflow:hidden;margin:auto}.containerTradingProfile .tradingProfileSection .heading{width:100%;height:auto;display:flex;flex-direction:column;justify-content:center;align-items:flex-start}.containerTradingProfile .tradingProfileSection .heading .titleSection{font-family:var(--fontFamilyIBM);color:#a4a4a4;font-size:2.1875rem;font-weight:500}.containerTradingProfile .tradingProfileSection .heading .sentence{font-family:var(--fontFamilyIBM);color:#e4e4e4;font-size:1rem;font-weight:500}.containerTradingProfile .tradingProfileSection .cardBlock{width:100%;height:auto;display:flex;justify-content:center}.containerTradingProfile .tradingProfileSection .cardBlock .cards{width:100%;height:auto;display:flex;flex-direction:row;justify-content:space-between;align-items:center;gap:30px}.containerTradingProfile .tradingProfileSection .cardBlock .cards .card{width:100%;height:300px;display:flex;flex-direction:column;justify-content:space-between;align-items:flex-end;background-color:#172f1f;border-radius:20px;padding:30px}.containerTradingProfile .tradingProfileSection .cardBlock .cards .card .titleCard{width:100%;font-family:var(--fontFamilyIBM);color:#b8b8b8;font-size:1.5rem;font-weight:500;border-bottom:1px solid #2F4836;padding-bottom:20px}.containerTradingProfile .tradingProfileSection .cardBlock .cards .card .bunchText{width:100%;height:auto;display:flex;flex-direction:row;justify-content:center;align-items:center;gap:50px}.containerTradingProfile .tradingProfileSection .cardBlock .cards .card .bunchText .column{width:auto;height:auto;display:flex;flex-direction:column;justify-content:center;align-items:center}.containerTradingProfile .tradingProfileSection .cardBlock .cards .card .bunchText .column .time{width:100%;font-family:var(--fontFamilySpace);color:#979797;font-size:1rem;font-weight:600;display:flex;flex-direction:row;justify-content:flex-start;align-items:flex-start}.containerTradingProfile .tradingProfileSection .cardBlock .cards .card .bunchText .column .time .number{width:100%;font-family:var(--fontFamilySpace);color:#828282;font-size:1rem;font-weight:500}.containerTradingProfile .tradingProfileSection .cardBlock .cards #cardSell .btnGrey{width:auto;font-family:var(--fontFamilyIBM);color:#4e4e4e;font-size:1rem;font-weight:500;background-color:#fff;border-radius:10px;text-decoration:none;padding:10px 25px;border:none;transition:.3s ease-in-out}.containerTradingProfile .tradingProfileSection .cardBlock .cards #cardSell .btnGrey{color:#fff;background-color:#4e4e4e}.containerTradingProfile .tradingProfileSection .cardBlock .cards #cardSell .btnGrey:hover{color:#4e4e4e;background-color:#fff}.containerTradingProfile .tradingProfileSection .cardBlock .cards #variation{width:100%;height:100%;display:flex;flex-direction:column;justify-content:flex-start;align-items:center;gap:50px;margin:auto}.containerTradingProfile .tradingProfileSection .cardBlock .cards #variation .percentage{width:100%;font-family:var(--fontFamilySpace);color:#00c844;font-size:3rem;font-weight:600;text-align:center}.containerTradingProfile .tradingProfileSection .comparationGraphic{width:100%;height:auto;display:flex;flex-direction:column;justify-content:center;background-color:#000e00;border-radius:20px;padding:30px}.containerTradingProfile .tradingProfileSection .comparationGraphic .titleCard{width:100%;font-family:var(--fontFamilyIBM);color:#b8b8b8;font-size:1.5rem;font-weight:500;margin-bottom:30px}.containerTradingProfile .tradingProfileSection .comparationGraphic .cards{width:100%;height:auto;display:flex;flex-direction:row;justify-content:space-between;align-items:center;gap:30px;margin:auto}.containerTradingProfile .tradingProfileSection .comparationGraphic .cards .card{width:600px;height:250px;display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start;background-color:#172f1f;padding:30px;border-radius:10px}.containerTradingProfile .tradingProfileSection .comparationGraphic .cards .card .city{width:100%;margin-bottom:0;font-family:var(--fontFamilySpace);color:#979797;font-size:1.3rem;font-weight:500;background-color:#172f1f}.containerTradingProfile .tradingProfileSection .comparationGraphic .cards .card .bunchCripto{width:auto;height:auto;display:flex;flex-direction:row;justify-content:center;align-items:center;gap:10px;margin-bottom:20px}.containerTradingProfile .tradingProfileSection .comparationGraphic .cards .card .bunchCripto .imageCripto{width:16px;height:auto}.containerTradingProfile .tradingProfileSection .comparationGraphic .cards .card .bunchCripto .item{color:#637d6a;font-size:.8rem;font-weight:600;font-family:var(--fontFamilySpace)}.containerTradingProfile .tradingProfileSection .comparationGraphic .cards .card .bunchCripto .item .acronism{color:#00c844}.containerTradingProfile .tradingProfileSection .comparationGraphic .cards .card .price{color:#637d6a;font-size:1.1rem;font-weight:500;font-family:var(--fontFamilySpace)}.containerTradingProfile .tradingProfileSection .comparationGraphic .cards .card .numberOne{color:#999;font-size:2.5rem;font-weight:500;font-family:var(--fontFamilySpace)}.containerTradingProfile .tradingProfileSection .comparationGraphic .cards .card .numberTwo{color:#6d6d6d;font-size:1.1rem;font-weight:500;font-family:var(--fontFamilySpace);display:flex;flex-direction:row;justify-content:center;align-items:center;gap:10px}.containerTradingProfile .tradingProfileSection .comparationGraphic .cards .card .numberTwo .percentage{color:#00c844;font-size:1.1rem;font-weight:600}.containerTradingProfile .tradingProfileSection .comparationGraphic .cards .graphicBlock{width:100%;height:250px;display:flex;justify-content:center;align-items:center}.containerTradingProfile .tradingProfileSection .comparationGraphic .cards .graphicBlock .graphic{width:100%;height:100%}.containerTradingProfile .goToDashboard{width:90%;max-width:1200px;height:auto;margin:20px auto auto;display:flex;justify-content:flex-end;align-items:center}.containerTradingProfile .goToDashboard .linkToDashboard{width:auto;height:auto;font-family:var(--fontFamilyIBM);color:#1d1d1d;font-size:1rem;font-weight:600;margin-bottom:20px;padding:10px 25px;text-decoration:none;background-color:#0f6;border-radius:10px;transition:.3s ease-in}.containerTradingProfile .goToDashboard .linkToDashboard:hover{background-color:#fff}.bodyPortfolio{width:100vw;height:auto;min-height:100vh;background-color:#000;display:flex;flex-direction:column;justify-content:center;align-items:center;margin:0 auto}.containerPortfolio{width:100%;height:100vh;display:flex;flex-direction:row;justify-content:center;align-items:center;gap:0px;margin:50px auto}.containerPortfolio .PortfolioSection{width:100%;height:auto;display:flex;flex-direction:column;justify-content:center;align-items:center}.containerPortfolio .PortfolioSection .titleSection{width:40%;height:auto;text-align:center;font-family:var(--fontFamilyIBM);color:#a4a4a4;font-size:2.1875rem;font-weight:500;margin-bottom:50px}.containerPortfolio .PortfolioSection .ilustracion{width:auto;height:auto;display:flex;justify-content:center;align-items:center;margin:auto auto 25px}.containerPortfolio .PortfolioSection .sentence{width:auto;height:auto;text-align:center;font-family:var(--fontFamilyIBM);color:#e4e4e4;font-size:1rem;font-weight:500;margin-bottom:20px}.containerPortfolio .PortfolioSection .ctaAcademy{width:auto;height:auto;padding:10px 25px;background-color:#0f6;font-family:var(--fontFamilyIBM);color:#1d1d1d;font-size:1rem;font-weight:500;border-radius:10px;text-decoration:none;transition:.3s ease-in-out}.containerPortfolio .PortfolioSection .ctaAcademy:hover{background-color:#fff}.bodyProfileMomentaneo{width:100vw;height:auto;min-height:100vh;background-color:#000;display:flex;flex-direction:column;justify-content:space-between;align-items:center;margin:0 auto;color:#fff}.containerProfileMomentaneo{width:100%;height:auto;display:flex;flex-direction:column;justify-content:center;align-items:center;margin:130px auto}.containerProfileMomentaneo .profileMomentaneoSection{width:90%;max-width:1200px;height:auto;display:flex;flex-direction:column;flex-wrap:wrap;justify-content:center;align-items:center;gap:40px;margin:auto}.containerProfileMomentaneo .profileMomentaneoSection .heading{width:100%;height:auto;display:flex;flex-direction:column;justify-content:center;align-items:flex-start}.containerProfileMomentaneo .profileMomentaneoSection .heading .titleSection{font-family:var(--fontFamilyIBM);color:#a4a4a4;font-size:2.1875rem;font-weight:500}.containerProfileMomentaneo .profileMomentaneoSection .heading .sentence{font-family:var(--fontFamilyIBM);color:#e4e4e4;font-size:1rem;font-weight:500}.containerProfileMomentaneo .profileMomentaneoSection .cardBlock{width:100%;height:auto;display:flex;justify-content:center;position:relative}.containerProfileMomentaneo .profileMomentaneoSection .cardBlock .directionArrows{width:auto;height:auto;display:flex;justify-content:space-between;align-items:center}.containerProfileMomentaneo .profileMomentaneoSection .cardBlock .directionArrows .arrowLeft,.containerProfileMomentaneo .profileMomentaneoSection .cardBlock .directionArrows .arrowRight{width:40px;height:auto;position:absolute;background-color:#393939;transition:.3s ease-in-out;border-radius:10px}.containerProfileMomentaneo .profileMomentaneoSection .cardBlock .directionArrows .arrowLeft{left:-50px}.containerProfileMomentaneo .profileMomentaneoSection .cardBlock .directionArrows .arrowRight{right:-50px}.containerProfileMomentaneo .profileMomentaneoSection .cardBlock .cards{width:100%;height:auto;display:flex;flex-direction:row;justify-content:space-between;align-items:center;gap:30px}.containerProfileMomentaneo .profileMomentaneoSection .cardBlock .cards .card{width:100%;height:300px;display:flex;flex-direction:column;justify-content:space-between;align-items:flex-end;background-color:#172f1f;border-radius:20px;padding:30px;overflow:hidden}.containerProfileMomentaneo .profileMomentaneoSection .cardBlock .cards .card .headingCard{width:100%;display:flex;flex-direction:column;justify-content:space-between;align-items:flex-start;gap:10px;border-bottom:1px solid #2F4836;padding-bottom:20px}.containerProfileMomentaneo .profileMomentaneoSection .cardBlock .cards .card .headingCard .blockText{width:100%;font-family:var(--fontFamilyIBM);color:#e0e0e0;font-size:.8rem;font-weight:500}.containerProfileMomentaneo .profileMomentaneoSection .cardBlock .cards .card .headingCard .blockText .text{width:fit-content;font-family:var(--fontFamilyIBM);color:#172f1f;font-size:.8rem;font-weight:600;background-color:#637d6a;padding:5px 10px;border-radius:5px}.containerProfileMomentaneo .profileMomentaneoSection .cardBlock .cards .card .headingCard .blockText:nth-child(2){width:100%;display:flex;flex-direction:row;justify-content:space-between;align-items:center}.containerProfileMomentaneo .profileMomentaneoSection .cardBlock .cards .card .headingCard .blockText:nth-child(2) .titleCard,.containerProfileMomentaneo .profileMomentaneoSection .cardBlock .cards .card .headingCard .blockText:nth-child(2) .number{width:auto;font-family:var(--fontFamilySpace);color:#e0e0e0;font-size:1.3rem;font-weight:500}.containerProfileMomentaneo .profileMomentaneoSection .cardBlock .cards .card .imageIncrease{width:100%;display:flex;justify-content:flex-start;align-items:flex-start;margin-bottom:0;padding:0 70px}.containerProfileMomentaneo .profileMomentaneoSection .cardBlock .cards .card .imageIncrease .iconProfitable{width:80px}.containerProfileMomentaneo .profileMomentaneoSection .cardBlock .cards .card .divLink{width:100%;display:flex;justify-content:flex-end;align-items:center}.containerProfileMomentaneo .profileMomentaneoSection .cardBlock .cards .card .divLink .btn{width:auto;font-family:var(--fontFamilyIBM);color:#4e4e4e;font-size:1rem;font-weight:500;background-color:#fff;border-radius:10px;text-decoration:none;padding:10px 25px;border:none;transition:.3s ease-in-out}.containerProfileMomentaneo .profileMomentaneoSection .cardBlock .cards .card .divLink .btn:hover{color:#fff;background-color:#4d6754}.containerProfileMomentaneo .profileMomentaneoSection .cardBlock .cards #cardTwo .headingCard .blockText{width:auto;display:flex;flex-direction:row;align-items:center;gap:10px}.containerProfileMomentaneo .profileMomentaneoSection .cardBlock .cards #cardTwo .headingCard .blockText .text{background-color:transparent;color:#929292;padding:5px 0}.containerProfileMomentaneo .profileMomentaneoSection .cardBlock .cards #cardTwo .headingCard .blockText .textCard{width:auto;display:flex;flex-direction:row;align-items:center;gap:5px}.containerProfileMomentaneo .profileMomentaneoSection .cardBlock .cards #cardTwo .headingCard .blockText .textCard .iconProfitable{width:16px}.containerProfileMomentaneo .profileMomentaneoSection .cardBlock .cards #cardTwo .headingCard .blockText:nth-child(2){width:100%;display:flex;flex-direction:row;justify-content:space-between;align-items:center}.containerProfileMomentaneo .profileMomentaneoSection .cardBlock .cards #cardTwo .headingCard .blockText:nth-child(2) .text{width:auto;color:#929292;font-family:var(--fontFamilySpace);color:#e0e0e0;font-size:1.3rem;font-weight:500;padding:0}.containerProfileMomentaneo .profileMomentaneoSection .cardBlock .cards #cardTwo .blockNumbers{width:100%;display:flex;flex-direction:column;align-items:flex-start;gap:5px}.containerProfileMomentaneo .profileMomentaneoSection .cardBlock .cards #cardTwo .blockNumbers .textCard{width:100%;display:flex;flex-direction:row;justify-content:space-between;align-items:center}.containerProfileMomentaneo .profileMomentaneoSection .cardBlock .cards #cardTwo .blockNumbers .textCard .text{width:auto;color:#929292;font-family:var(--fontFamilySpace);font-size:1rem;font-weight:600;padding:0}.containerProfileMomentaneo .profileMomentaneoSection .cardBlock .cards #cardTwo .blockNumbers .textCard .number{width:auto;font-family:var(--fontFamilySpace);color:#e0e0e0;font-size:1rem;font-weight:500;padding:0}.containerProfileMomentaneo .profileMomentaneoSection .cardBlock .cards #cardTwo .divLink{width:100%;display:flex;justify-content:flex-end;align-items:center}.containerProfileMomentaneo .profileMomentaneoSection .cardBlock .cards #cardTwo .divLink .btn{width:auto;font-family:var(--fontFamilyIBM);font-size:1rem;font-weight:500;color:#fff;background-color:#4e4e4e;border-radius:10px;text-decoration:none;padding:10px 25px;border:none;transition:.3s ease-in-out}.containerProfileMomentaneo .profileMomentaneoSection .cardBlock .cards #cardTwo .divLink .btn:hover{color:#4e4e4e;background-color:#fff}.containerProfileMomentaneo .profileMomentaneoSection .cardBlock .cards #cardThree{width:100%;display:flex;flex-direction:column;justify-content:space-between;align-items:flex-end}.containerProfileMomentaneo .profileMomentaneoSection .cardBlock .cards #cardThree .heading{width:100%;display:flex;flex-direction:column;align-items:flex-start;gap:15px}.containerProfileMomentaneo .profileMomentaneoSection .cardBlock .cards #cardThree .heading .titleSection{font-family:var(--fontFamilySpace);color:#e0e0e0;font-size:1.3rem;font-weight:500}.containerProfileMomentaneo .profileMomentaneoSection .cardBlock .cards #cardThree .heading .sentence{font-family:var(--fontFamilyIBM);color:#8f8f8f;font-size:.9rem;font-weight:600}.containerProfileMomentaneo .profileMomentaneoSection .cardBlock .cards #cardThree .divLink{width:auto;display:flex;gap:10px}.containerProfileMomentaneo .profileMomentaneoSection .cardBlock .cards #cardThree .divLink .btn{width:auto;font-family:var(--fontFamilyIBM);font-size:1rem;font-weight:500;color:#fff;background-color:#00a732;border-radius:10px;text-decoration:none;padding:10px 25px;border:none;transition:.3s ease-in-out}.containerProfileMomentaneo .profileMomentaneoSection .cardBlock .cards #cardThree .divLink .btn:hover{color:#fff;background-color:#00c844}.containerProfileMomentaneo .profileMomentaneoSection .cardBlock .cards #cardThree .divLink .btnWhite{color:#fff;background-color:#4e4e4e;transition:.3s ease-in-out}.containerProfileMomentaneo .profileMomentaneoSection .cardBlock .cards #cardThree .divLink .btnWhite:hover{color:#4e4e4e;background-color:#fff}.containerProfileMomentaneo .profileMomentaneoSection .transactionBlock{width:100%;height:auto;display:flex;flex-direction:column;gap:50px;border-radius:20px;background-color:#393939;padding:20px 30px;font-family:var(--fontFamilyIBM);color:#a4a4a4;font-size:.8rem;font-weight:500}.containerProfileMomentaneo .profileMomentaneoSection .transactionBlock .headingTransaction{width:100%;height:auto;display:flex;flex-direction:column;align-items:flex-end;gap:20px}.containerProfileMomentaneo .profileMomentaneoSection .transactionBlock .headingTransaction .titleTransaction{width:auto;height:auto;align-self:self-start;font-family:var(--fontFamilyIBM);color:#e4e4e4;font-size:1.25rem;font-weight:500}.transactionTable{width:100%;height:auto;display:flex;flex-direction:column;justify-content:space-between;align-items:center;gap:20px}.transactionTable .lineTitles{width:100%;display:flex;flex-direction:row;justify-content:space-between;align-items:center}.transactionTable .lineTitles .titleTable{width:100%;font-family:var(--fontFamilyIBM);color:#e4e4e4;font-size:1.1rem;font-weight:500;padding:0 30px}.transactionTable .lineTitles .titleTable:nth-child(1){text-align:left}.transactionTable .lineTitles .titleTable:nth-child(2){text-align:center}.transactionTable .lineTitles .titleTable:nth-child(3){text-align:center}.transactionTable .lineTitles .titleTable:nth-child(4){text-align:right}.transactionTable .lineTransaction{width:100%;display:flex;flex-direction:column;gap:10px}.transactionTable .lineTransaction .linkToTrading{width:100%;display:flex;flex-direction:column;align-items:center;gap:10px;text-decoration:none}.transactionTable .lineTransaction .transactionPlace{width:100%;display:flex;flex-direction:row;justify-content:space-between;align-items:center;padding:10px 30px;background-color:#444;border-radius:10px}.transactionTable .lineTransaction .transactionPlace .item{width:100%;color:#a4a4a4;font-size:.9rem;font-weight:500}.transactionTable .lineTransaction .transactionPlace .item:nth-child(1){text-align:left}.transactionTable .lineTransaction .transactionPlace .item:nth-child(2){text-align:center}.transactionTable .lineTransaction .transactionPlace .item:nth-child(3){text-align:center}.transactionTable .lineTransaction .transactionPlace .item:nth-child(4){text-align:right}.transactionTable .lineTransaction .transactionPlace:nth-child(1) .item:nth-child(4){color:#0f6;font-style:italic;font-family:var(--fontFamilyIBM)}.transactionTable .lineTransaction .transactionPlace:nth-child(2) .item:nth-child(4){color:#cf0c00;font-style:italic;font-family:var(--fontFamilyIBM)}.transactionTable .lineTransaction .transactionPlace:nth-child(3) .item:nth-child(4){color:#9b9b9b;font-style:italic;font-family:var(--fontFamilyIBM)}.transactionTable .lineTransaction .transactionPlace:nth-child(4) .item,.transactionTable .lineTransaction .transactionPlace:nth-child(5) .item{color:#e7e7e7;text-align:center}.transactionTable{width:100%;display:flex;flex-direction:column;justify-content:space-between;align-items:center;gap:10px;transition:max-height .6s ease-in-out,opacity .6s ease-in-out}.lineTransaction{max-height:140px;overflow:hidden;transition:max-height .6s ease-in-out,opacity .6s ease-in-out;opacity:1}#toggleTransaction:checked~.lineTransaction{max-height:500px;opacity:1}#toggleTransaction{display:none}.toggleLabel{display:flex;justify-content:center;align-items:center;cursor:pointer;border:none;color:#fff;font-size:16px;font-weight:700;padding:10px;border-radius:5px;transition:background .3s ease,transform .3s ease-in-out}.arrow{width:auto;height:auto;cursor:pointer;transition:transform .3s ease-in-out}#toggleTransaction:checked~.toggleLabel .arrow{transform:rotateX(180deg)}.containerProfileMomentaneo .goToDashboard{width:90%;max-width:1200px;height:auto;margin:20px auto auto;display:flex;justify-content:flex-end;align-items:center}.containerProfileMomentaneo .goToDashboard .linkToDashboard{width:auto;height:auto;font-family:var(--fontFamilyIBM);color:#1d1d1d;font-size:1rem;font-weight:600;margin-bottom:20px;padding:10px 25px;text-decoration:none;background-color:#0f6;border-radius:10px;transition:.3s ease-in}.containerProfileMomentaneo .goToDashboard .linkToDashboard:hover{background-color:#fff}.bodyAcademyProfile{width:100vw;height:auto;min-height:100vh;background-color:#000;display:flex;flex-direction:column;justify-content:space-between;align-items:center;margin:0 auto}.containerAcademyCripto{width:100%;height:auto;display:flex;justify-content:center;align-items:center;overflow:hidden;margin:130px auto}.containerAcademyCripto .academyCriptoSection{width:90%;max-width:1200px;height:auto;display:flex;flex-direction:column;justify-content:center;align-items:center;overflow:hidden;margin:auto}.containerAcademyCripto .academyCriptoSection .heading{width:auto;height:auto;display:flex;flex-direction:column;justify-content:center;align-items:center;margin-bottom:70px}.containerAcademyCripto .academyCriptoSection .heading .titleSection{font-family:var(--fontFamilyIBM);color:#a4a4a4;font-size:2.1875rem;font-weight:500}.containerAcademyCripto .academyCriptoSection .heading .sentence{font-family:var(--fontFamilyIBM);color:#e4e4e4;font-size:1rem;font-weight:500;margin-bottom:20px}.containerAcademyCripto .academyCriptoSection .heading .hightlightMessage{width:auto;height:auto;display:flex;flex-direction:row;justify-content:center;align-items:center;gap:10px}.containerAcademyCripto .academyCriptoSection .heading .hightlightMessage .advertising{width:max-content;height:auto;background-color:#00ff6620;padding:5px 10px;border-radius:25px;border:1px solid #00FF66;text-align:left;font-family:var(--fontFamilySpace);color:#0f6;font-size:.7rem;font-weight:500;text-align:center}.containerAcademyCripto .academyCriptoSection .heading .hightlightMessage .greenLight{width:15px;height:15px;background-color:#0f6;border-radius:50%;filter:blur(0px);border:1px solid #00FF66;animation:greenLight 10s linear infinite}@keyframes greenLight{0%{filter:blur(0px);border:1px solid #00FF66}16%{filter:blur(1px);border:1px solid #00DA4F}32%{filter:blur(2px);border:1px solid #00DA4F}48%{filter:blur(3px);border:1px solid #00DA4F}64%{filter:blur(3px);border:1px solid #00DA4F}80%{filter:blur(2px);border:1px solid #00DA4F}96%{filter:blur(1px);border:1px solid #00DA4F}to{filter:blur(0px);border:1px solid #00DA4F}}.containerAcademyCripto .academyCriptoSection .academySlider{width:100%;height:auto;display:flex;flex-direction:row;flex-wrap:wrap;justify-content:center;align-items:flex-start;gap:20px;overflow:hidden;margin:auto}.containerAcademyCripto .academyCriptoSection .academySlider .articleCard{width:350px;text-decoration:none}.containerAcademyCripto .academyCriptoSection .academySlider .articleCard .card{width:auto;height:auto;display:flex;flex-direction:column;justify-content:center;align-items:center;background-color:#172f1f;border-radius:20px;overflow:hidden;transition:.3s ease-in-out}.containerAcademyCripto .academyCriptoSection .academySlider .articleCard .card .headingCard{width:100%;height:200px;overflow:hidden;transition:opacity .3s ease-in-out,transform .3s ease-in-out}.containerAcademyCripto .academyCriptoSection .academySlider .articleCard .card .headingCard .imageCard{width:auto;object-fit:cover;transform:scale(1);transition:opacity .3s ease-in-out,transform .3s ease-in-out}.containerAcademyCripto .academyCriptoSection .academySlider .articleCard .card:hover .headingCard .imageCard{transform:scale(105%)}.containerAcademyCripto .academyCriptoSection .academySlider .articleCard .card:hover .footerCard .arrowRight{transform:translate(5px)}.containerAcademyCripto .academyCriptoSection .academySlider .articleCard .card .bodyCard{width:100%;height:auto;display:flex;flex-direction:column;justify-content:center;align-items:flex-start;gap:10px;padding:20px;border-bottom:1px solid #2F4836}.containerAcademyCripto .academyCriptoSection .academySlider .articleCard .card .bodyCard .titleCard{font-family:var(--fontFamilyIBM);color:#e0e0e0;font-size:1.5rem;font-weight:600;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}.containerAcademyCripto .academyCriptoSection .academySlider .articleCard .card .footerCard{width:100%;height:auto;display:flex;flex-direction:row;justify-content:space-between;align-items:center;gap:10px;padding:20px}.containerAcademyCripto .academyCriptoSection .academySlider .articleCard .card .footerCard .content{font-family:var(--fontFamilySpace);color:#a9a9a9;font-size:.85rem;font-weight:600}.containerAcademyCripto .academyCriptoSection .academySlider .articleCard .card .footerCard .arrowRight{width:26px;height:26px;display:flex;flex-direction:column;justify-content:space-between;align-items:center;transform:translate(0);transition:transform .3s ease-in-out}.articleDetailContainer{width:100vw;height:100%;min-height:100vh;display:flex;flex-direction:column;justify-content:space-between;align-items:center;overflow-x:hidden;background-color:#f1f1f1}.articleDetailContainer .articleDetailSection{width:100%;height:auto;margin:0 auto 100px;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:20px}.articleDetailContainer .articleDetailSection .headingArticle{width:100%;height:auto;display:flex;justify-content:center;align-items:center;background-color:#eee;padding:30px 0}.articleDetailContainer .articleDetailSection .headingArticle .subheadingArticle{width:70%;max-width:1000px;height:auto;display:flex;flex-direction:row;justify-content:center;align-items:center;gap:0px}.articleDetailContainer .articleDetailSection .headingArticle .subheadingArticle .title{width:80%;height:auto;font-family:var(--fontFamilyIBM);color:#00a732;font-size:4rem;font-weight:600;text-align:left;display:flex;justify-content:center;align-items:center;margin:auto}.articleDetailContainer .articleDetailSection .headingArticle .subheadingArticle .ilustration{width:100%;height:auto}.articleDetailContainer .articleDetailSection .bodyArticle{width:70%;max-width:1000px;height:auto;display:flex;flex-direction:column;justify-content:center;gap:40px}.articleDetailContainer .articleDetailSection .bodyArticle .headingBody{width:auto;height:auto;display:flex;flex-direction:row;justify-content:flex-end;align-items:center;gap:20px}.articleDetailContainer .articleDetailSection .bodyArticle .headingBody .avatarArticle{width:auto;height:auto;display:flex;flex-direction:row;justify-content:flex-start;align-items:center;gap:20px}.articleDetailContainer .articleDetailSection .bodyArticle .headingBody .avatarArticle .avatar{width:32px;height:auto}.articleDetailContainer .articleDetailSection .bodyArticle .headingBody .avatarArticle .author{width:auto;height:auto;font-family:var(--fontFamilyIBM);color:#000;font-size:.8rem;font-weight:600}.articleDetailContainer .articleDetailSection .bodyArticle .headingBody .icons{width:auto;height:auto;display:flex;flex-direction:row;justify-content:center;align-items:center;gap:5px}.articleDetailContainer .articleDetailSection .bodyArticle .headingBody .icons .icon{width:auto;height:auto;border-radius:50%;padding:5px;transition:.3s ease-in-out}.articleDetailContainer .articleDetailSection .bodyArticle .headingBody .icons .icon:hover{background-color:#e4e4e4}.articleDetailContainer .articleDetailSection .bodyArticle .contentArticle{width:100%;display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start;gap:20px}.articleDetailContainer .articleDetailSection .bodyArticle .contentArticle .subtitle{width:auto;height:auto;font-family:var(--fontFamilyIBM);color:#393939;font-size:2.5rem;font-weight:600}.articleDetailContainer .articleDetailSection .bodyArticle .contentArticle .text{width:auto;height:auto;font-family:var(--fontFamilySpace);color:#4e4e4e;font-size:1rem;font-weight:500}.articleDetailContainer .linkAcademySection{width:70%;max-width:1000px;height:auto;display:flex;justify-content:flex-end;align-items:center;margin-top:20px}.articleDetailContainer .linkAcademySection .linkAcademy{display:flex;flex-direction:row;justify-content:center;align-items:center;gap:5px;font-family:var(--fontFamilyIBM);color:#fff;font-size:.9rem;font-weight:500;background-color:#4e4e4e;padding:10px 25px;border-radius:10px;text-decoration:none;transition:.3s ease-in-out}.articleDetailContainer .linkAcademySection .linkAcademy:hover{background-color:#7e7e7e}.articleDetailContainer .linkAcademySection .linkAcademy .iconReturn{width:20px;height:auto;transform:translate(0) rotate(90deg);transition:transform .3s ease-in-out}.articleDetailContainer .linkAcademySection .linkAcademy:hover>.iconReturn{transform:translate(-5px) rotate(90deg)}.articleDetailContainer .footerAcademy{width:78%;max-width:1100px;display:flex;justify-content:center;align-items:center;padding:20px 0;background-color:#f1f1f1}.bodyMembership{width:100vw;height:auto;min-height:100vh;background-color:#000;display:flex;flex-direction:column;justify-content:space-between;align-items:center;margin:0 auto}#customFees{width:100vw;height:auto;margin:-60px auto 0}#customFees h2.titleSection{font-family:var(--fontFamilyIBM);color:#a4a4a4;font-size:2.1875rem;font-weight:500}#customFees p.text{font-family:var(--fontFamilyIBM);color:#e4e4e4;font-size:1rem;font-weight:500}.bodyUserProfile{width:100vw;height:auto;min-height:100vh;background-color:#000;display:flex;flex-direction:column;justify-content:space-between;align-items:center;margin:0 auto}.containerUser{width:100%;height:100vh;display:flex;flex-direction:column;justify-content:center;align-items:center;margin:70px auto 100px}.containerUser .userSection{width:100%;height:auto;display:flex;justify-content:center;align-items:center}.containerUser .userSection .userCenter .heading{width:auto;height:auto;display:flex;flex-direction:column;justify-content:center;align-items:center;margin-bottom:50px}.containerUser .userSection .userCenter .heading .titleSetting{width:auto;height:auto;text-align:center;font-family:var(--fontFamilyIBM);color:#a4a4a4;font-size:2.1875rem;font-weight:500;margin-bottom:0}.containerUser .userSection .userCenter .heading .content{width:auto;height:auto;text-align:center;font-family:var(--fontFamilyIBM);color:#e4e4e4;font-size:1rem;font-weight:500;margin-bottom:20px}.containerUser .userSection .userCenter .userBlock{width:auto;height:auto;display:flex;flex-direction:row;justify-content:flex-start;align-items:flex-start;gap:20px}.containerUser .userSection .userCenter .userBlock .userColumn{width:auto;height:100%;display:grid;grid-template-columns:repeat(2,1fr);grid-template-areas:"user    name" "user    name" "user    cellphone" "profile cellphone";gap:20px}.containerUser .userSection .userCenter .userBlock .userColumn .card:nth-child(1){grid-area:user}.containerUser .userSection .userCenter .userBlock .userColumn .card:nth-child(2){grid-area:profile}.containerUser .userSection .userCenter .userBlock .userColumn .card:nth-child(3){grid-area:name}.containerUser .userSection .userCenter .userBlock .userColumn .card:nth-child(4){grid-area:cellphone}.containerUser .userSection .userCenter .userBlock .userColumn .card{width:300px;height:auto;background-color:#0f0f0f;border-radius:15px;padding:20px;display:flex;flex-direction:column;justify-content:center;align-items:flex-start;gap:20px}.containerUser .userSection .userCenter .userBlock .userColumn #cardAvatar .headingCard{width:100%;height:auto;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:10px}.containerUser .userSection .userCenter .userBlock .userColumn #cardAvatar .headingCard .userPic{width:50%;height:auto;position:relative;display:flex;justify-content:center;align-items:center}.containerUser .userSection .userCenter .userBlock .userColumn #cardAvatar .headingCard .userPic .avatar{width:50%;height:auto}.containerUser .userSection .userCenter .userBlock .userColumn #cardAvatar .headingCard .userPic .icon{width:24px;height:auto;position:absolute;top:0;right:10px}.containerUser .userSection .userCenter .userBlock .userColumn #cardAvatar .footerCard{width:100%;height:auto;display:flex;justify-content:center;align-items:center;gap:10px}.containerUser .userSection .userCenter .userBlock .userColumn .card .headingCard{width:100%;height:auto;display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start;gap:10px}.containerUser .userSection .userCenter .userBlock .userColumn .card .headingCard .titleCard{width:auto;height:auto;font-family:var(--fontFamilyIBM);color:#adadad;font-size:1.1rem;font-weight:500}.containerUser .userSection .userCenter .userBlock .userColumn #resumeCard .headingCard{width:100%;height:auto;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:10px}.containerUser .userSection .userCenter .userBlock .userColumn #resumeCard .headingCard .userName,.containerUser .userSection .userCenter .userBlock .userColumn #resumeCard .headingCard .cellphone{width:auto;height:auto;font-family:var(--fontFamilySpace);color:#d6d6d6;font-size:.9rem;font-weight:500}.containerUser .userSection .userCenter .userBlock .userColumn .card .bodyCard{width:100%;display:flex;flex-direction:row;justify-content:space-between;align-items:center;padding-bottom:20px;border-bottom:1px solid #393939}.containerUser .userSection .userCenter .userBlock .userColumn .card .bodyCard .nameUser{width:auto;height:auto;font-family:var(--fontFamilySpace);color:#d6d6d6;font-size:.9rem;font-weight:500}.containerUser .userSection .userCenter .userBlock .userColumn .card .bodyCard .icon{width:20px;height:auto;margin-left:auto}.containerUser .userSection .userCenter .userBlock .userColumn .card .footerCard{width:100%;height:auto;display:flex;justify-content:flex-end;align-items:center}.containerUser .userSection .userCenter .userBlock .userColumn .card .footerCard .btn{width:auto;height:auto;padding:8px 20px;background-color:transparent;font-family:var(--fontFamilyIBM);color:#0f6;font-size:.75rem;font-weight:400;border-radius:10px;border:1px dashed #00FF66;text-decoration:none}.bodySetting{width:100vw;height:auto;min-height:100vh;background-color:#000;display:flex;flex-direction:column;justify-content:space-between;align-items:center;margin:0 auto}.containerSetting{width:100%;height:100vh;display:flex;flex-direction:column;justify-content:center;align-items:center;margin:0 auto 100px}.containerSetting .settingSection{width:100%;height:auto;display:flex;justify-content:center;align-items:center}.containerSetting .settingSection .settingCenter .heading{width:auto;height:auto;display:flex;flex-direction:column;justify-content:center;align-items:center;margin-bottom:100px}.containerSetting .settingSection .settingCenter .heading .titleSetting{width:auto;height:auto;text-align:center;font-family:var(--fontFamilyIBM);color:#a4a4a4;font-size:2.1875rem;font-weight:500;margin-bottom:0}.containerSetting .settingSection .settingCenter .heading .content{width:auto;height:auto;text-align:center;font-family:var(--fontFamilyIBM);color:#e4e4e4;font-size:1rem;font-weight:500;margin-bottom:20px}.containerSetting .settingSection .settingCenter .settingBlock{width:auto;height:auto;display:flex;flex-direction:row;justify-content:center;align-items:flex-start;gap:20px}.containerSetting .settingSection .settingCenter .settingBlock .card{width:300px;height:auto;background-color:#0f0f0f;border-radius:15px;padding:20px;display:flex;flex-direction:column;justify-content:center;align-items:flex-start;gap:20px}.containerSetting .settingSection .settingCenter .settingBlock .card .headingCard{width:100%;height:auto;display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start;gap:10px}.containerSetting .settingSection .settingCenter .settingBlock .card .headingCard .titleCard{width:auto;height:auto;font-family:var(--fontFamilyIBM);color:#adadad;font-size:1.1rem;font-weight:500}.containerSetting .settingSection .settingCenter .settingBlock .card .bodyCard{width:100%;display:flex;flex-direction:row;justify-content:space-between;align-items:center;padding-bottom:20px;border-bottom:1px solid #393939}.containerSetting .settingSection .settingCenter .settingBlock .card .bodyCard .nameUser{width:auto;height:auto;font-family:var(--fontFamilySpace);color:#d6d6d6;font-size:.9rem;font-weight:500}.containerSetting .settingSection .settingCenter .settingBlock .card .bodyCard .icon{width:20px;height:auto;margin-left:auto}.containerSetting .settingSection .settingCenter .settingBlock .card .footerCard{width:100%;height:auto;display:flex;justify-content:flex-end;align-items:center}.containerSetting .settingSection .settingCenter .settingBlock .card .footerCard .btn{width:auto;height:auto;padding:8px 20px;background-color:transparent;font-family:var(--fontFamilyIBM);color:#0f6;font-size:.75rem;font-weight:400;border-radius:10px;border:1px dashed #00FF66;text-decoration:none}.bodySignOut{width:100vw;height:auto;min-height:100vh;background-color:#000;display:flex;flex-direction:column;justify-content:space-between;align-items:center;margin:0 auto}.containerFarewell .farewellSection .goToHome{width:auto;height:auto;padding:10px 25px;background-color:#0f6;font-family:var(--fontFamilyIBM);color:#1d1d1d;font-size:1rem;font-weight:500;border-radius:10px;text-decoration:none;transition:.3s ease-in-out}.containerFarewell .farewellSection .goToHome:hover{background-color:#fff}.headerSignOut{width:100vw;height:auto;background-color:#1d1d1d;display:flex;justify-content:center;align-items:center;overflow:hidden;position:fixed;top:0;left:0;right:0;z-index:9;margin:auto;padding:10px}.headerSignOut .headerCenter{width:90%;height:auto;display:flex;flex-direction:row;justify-content:space-between;align-items:center;margin:auto}.headerSignOut .headerCenter .leftSide{width:auto;height:auto;display:flex;flex-direction:row;justify-content:center;align-items:center;gap:10px}.headerSignOut .headerCenter .leftSide .imagotipo{width:auto;height:auto;text-decoration:none;display:flex;justify-content:center;align-items:center;gap:5px}.headerSignOut .headerCenter .leftSide .isotipo{width:30px;height:auto}.headerSignOut .headerCenter .leftSide .imagotipo .logotipo{width:50px;height:auto}.containerFarewell{width:100%;height:100vh;display:flex;flex-direction:row;justify-content:center;align-items:center;gap:0px;margin:50px auto}.containerFarewell .farewellSection{width:100%;height:auto;display:flex;flex-direction:column;justify-content:center;align-items:center}.containerFarewell .farewellSection .titleSection{width:50%;height:auto;text-align:center;font-family:var(--fontFamilyIBM);color:#a4a4a4;font-size:2.1875rem;font-weight:500;margin-bottom:50px}.containerFarewell .farewellSection .ilustracion{width:auto;height:auto;display:flex;justify-content:center;align-items:center;margin:auto auto 25px}.containerFarewell .farewellSection .sentence{width:auto;height:auto;text-align:center;font-family:var(--fontFamilyIBM);color:#e4e4e4;font-size:1rem;font-weight:500;margin-bottom:20px}.containerFarewell .farewellSection .goToIndex{width:auto;height:auto;padding:10px 25px;background-color:#0f6;font-family:var(--fontFamilyIBM);color:#1d1d1d;font-size:1rem;font-weight:500;border-radius:10px;text-decoration:none;transition:.3s ease-in-out}.containerFarewell .farewellSection .goToIndex:hover{background-color:var(--colorWhite)}
