nav{background-color:#000c1dfd;padding:15px 30px;display:flex;justify-content:space-between;align-items:center}nav .logo{width:100px}nav ul{width:40%;list-style-type:none;display:flex;justify-content:center;align-items:center;gap:10%}nav ul a{text-decoration:none;display:flex;align-items:center;gap:10px}nav ul li{font-size:12px}nav ul li img{width:20px;height:20px}nav .right{display:flex;align-items:center;gap:20px}nav .right button{cursor:pointer;padding:8px 20px;background-color:#008040;color:#fff;font-weight:700;border:none;border-radius:5px;display:flex;justify-content:center;align-items:center;gap:5px}nav .right button img{width:20px;height:20px}nav .right img{width:30px;height:30px}.nav-cel{display:none}@media (max-width: 900px){.nav-cel{display:block;position:fixed;bottom:0;left:0;width:100%;padding:15px;background-color:#000a16;border-top:3px solid #00142c;z-index:100}.nav-cel ul{width:100%;list-style-type:none;display:flex;justify-content:space-around;align-items:center}.nav-cel ul a{text-decoration:none;display:flex;flex-direction:column;align-items:center;gap:5px}.nav-cel ul li{font-size:12px}.nav-cel ul li img{width:20px;height:20px}nav{padding:15px}nav .logo{width:110px}nav ul{display:none}nav .right button{padding:8px 20px}nav .right button img{display:block;width:20px;height:20px}}@media (max-width: 550px){.nav-cel{padding:15px}.nav-cel ul{gap:10%}.nav-cel ul a{gap:5px}.nav-cel ul li{font-size:12px}.nav-cel ul li img{width:20px;height:20px}nav{padding:15px 30px}nav .logo{width:100px}nav .right{gap:10px}nav .right button{padding:7px 10px}nav .right button img{display:block;width:20px;height:20px}}.homeContainer{margin:0 auto;min-height:91vh;padding:20px 20px 40px;font-family:Poppins,sans-serif;background-color:#001836}.homeContainer .banner{color:#fff;text-align:center;padding:15px;border-radius:10px;margin-bottom:20px;display:flex;gap:30px}.homeContainer .banner .left{background:#163152;padding:20px;border-radius:10px;width:50%;display:flex;flex-direction:column;justify-content:space-between;gap:10px}.homeContainer .banner .left h3{font-style:italic}.homeContainer .banner .left .cont-center{display:flex;flex-direction:column}.homeContainer .banner .left small{font-weight:700;text-decoration:underline;color:#ccc}.homeContainer .banner .left span{font-size:35px}.homeContainer .banner .left .advertencia{text-decoration:none;background-color:#00ff2270;padding:10px;text-align:center;border-radius:10px;color:#fff;display:flex;justify-content:center;align-items:center;gap:10px}.homeContainer .banner .left .advertencia img{width:25px}.homeContainer .banner .priceTable{width:50%;overflow-x:auto;padding:20px;background-color:#163152;border-radius:10px}.homeContainer .banner .priceTable h3{margin-bottom:15px}.homeContainer .banner .priceTable table{width:100%;border-collapse:collapse;background:#ffffff1a;border-radius:8px;overflow:hidden}.homeContainer .banner .priceTable table th,.homeContainer .banner .priceTable table td{padding:8px;text-align:center;border-bottom:1px solid rgba(255,255,255,.2);color:#fff}.homeContainer .banner .priceTable table th{background:#0003;font-weight:700}.homeContainer .banner .priceTable table tr:last-child td{border-bottom:none}.homeContainer .history{margin-top:2rem;background:#163152;padding:1.5rem;border-radius:10px}.homeContainer .history h3{margin-bottom:1.5rem;text-align:center}.homeContainer .history ul{list-style:none;padding:0;margin:0;display:flex;flex-wrap:wrap;gap:20px}.homeContainer .history ul .history-item{background:#000b16;border-radius:8px;padding:1rem;margin-bottom:1rem;border-left:5px solid transparent;display:flex;flex-direction:column;gap:.5rem;width:32%;position:relative;padding-bottom:60px}.homeContainer .history ul .history-item.buy{border-color:#28a745}.homeContainer .history ul .history-item.sell{border-color:#dc3545}.homeContainer .history ul .history-item .header{display:flex;justify-content:space-between;font-size:1rem;color:#bbb}.homeContainer .history ul .history-item .header .type.buy{color:#28a745;font-weight:700}.homeContainer .history ul .history-item .header .type.sell{color:#dc3545;font-weight:700}.homeContainer .history ul .history-item .details{display:flex;text-align:center;justify-content:space-between;font-size:.95rem;background-color:#00a83e3a;padding:10px;border-radius:5px}.homeContainer .history ul .history-item .details strong{color:#fff}.homeContainer .history ul .history-item .extra{display:flex;flex-direction:column;font-size:.9rem;color:#aaa}.homeContainer .history ul .history-item .actions{margin-top:.5rem;position:absolute;right:20px;bottom:20px}.homeContainer .history ul .history-item .actions button{background:#dfb600;color:#000;border:none;padding:.5rem 1rem;border-radius:5px;cursor:pointer;transition:background .3s}.homeContainer .history ul .history-item .actions button:hover{background:#caa700}.homeContainer .history .modal{position:fixed;top:0;left:0;right:0;bottom:0;background:#000000d9;display:flex;align-items:center;justify-content:center;z-index:100}.homeContainer .history .modal .modal-content{background:#111;padding:1rem;border-radius:10px}.homeContainer .history .modal .modal-content img{max-width:90vw;max-height:80vh;border-radius:8px}.homeContainer .calculator{background:#081a30;padding:20px;border-radius:12px;box-shadow:0 2px 8px #0000001a}.homeContainer .calculator h3{margin-bottom:20px;text-align:center}.homeContainer .calculator .switch{display:flex;justify-content:center;margin-bottom:15px}.homeContainer .calculator .switch button{flex:1;padding:10px;border:none;cursor:pointer;background:#838383;font-weight:700;transition:background .3s}.homeContainer .calculator .switch button.active{background:#008607;color:#fff}.homeContainer .calculator .switch button:first-child{border-radius:8px 0 0 8px}.homeContainer .calculator .switch button:last-child{border-radius:0 8px 8px 0}.homeContainer .calculator .inputBox{margin-bottom:15px}.homeContainer .calculator .inputBox label{display:block;margin-bottom:5px;font-weight:500}.homeContainer .calculator .inputBox input{width:100%;padding:10px;border-radius:8px;border:1px solid #ccc;color:#000;font-size:16px}.homeContainer .calculator .result{margin-bottom:15px}.homeContainer .calculator .result p{font-size:18px;font-weight:700;text-align:center}.homeContainer .calculator .actionBtn{width:100%;padding:12px;background:#20a100;color:#fff;border:none;border-radius:8px;font-size:16px;cursor:pointer;transition:background .3s}.homeContainer .calculator .actionBtn:hover{background:#0d2f13}.homeContainer .calculatorSection{display:flex;background-color:#163152;padding:20px;border-radius:10px;gap:30px;margin-bottom:30px}.homeContainer .calculator,.homeContainer .calculatorInfo{flex:1;border-radius:10px}.homeContainer .calculatorInfo{padding:20px;display:flex;flex-direction:column;justify-content:center}.homeContainer .calculatorInfo h3{margin-bottom:1rem}.homeContainer .calculatorInfo ul{margin:1rem 0;padding-left:1.2rem}.homeContainer .whatsappBtn{display:flex;gap:10px;align-items:center;justify-content:center;width:max-content;background-color:#00a83e;color:#fff;padding:.5rem 1.3rem;border-radius:8px;text-decoration:none;margin-top:10px;font-size:14px;font-weight:700}.homeContainer .whatsappBtn:hover{background-color:#1ebe5a}.homeContainer .modalHome{position:fixed;top:0;left:0;width:100%;height:100%;background:#0009;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);display:flex;align-items:center;justify-content:center;z-index:999}.homeContainer .modalHome .modal-content{background:#f3f3f3;padding:20px;border-radius:12px;text-align:center;max-width:500px;width:90%;box-shadow:0 4px 12px #0000004d;animation:fadeInModal .3s ease;position:relative}.homeContainer .modalHome .modal-content h2{margin-bottom:20px;font-size:20px;color:#333;text-align:left}.homeContainer .modalHome .modal-content img{max-width:100%;height:auto;border-radius:8px;margin-bottom:20px;box-shadow:0 2px 6px #0003}.homeContainer .modalHome .modal-content .close-btn{background:#ff4d4f;color:#fff;border:none;padding:7px 18px;border-radius:8px;cursor:pointer;font-size:14px;transition:background .2s ease;position:absolute;right:25px;top:20px}.homeContainer .modalHome .modal-content .close-btn:hover{background:#d9363e}@media (max-width: 900px){.banner{flex-direction:column}.banner .left,.banner .priceTable{width:100%!important}.banner .left h3,.banner .priceTable h3{margin-bottom:20px}.banner .left span{font-size:28px;margin-bottom:20px}.history ul .history-item{width:100%!important}.calculatorSection{flex-direction:column}}@media (max-width: 600px){.banner{gap:15px;padding:0!important}.banner .left span{font-size:24px}.banner .left h3,.banner .priceTable h3,.banner .history h3,.banner .calculator h3{font-size:1.2rem}.history{margin-bottom:100px!important}.history ul .history-item{width:100%}.calculatorInfo{padding:10px!important}.calculator .inputBox input{font-size:14px}.calculator .result p{font-size:16px}.whatsappBtn{font-size:12px;padding:.4rem 1rem}}@media (max-width: 400px){.banner .left span{font-size:20px}.banner .left h3,.banner .priceTable h3{font-size:1rem}.calculator .actionBtn{font-size:14px;padding:10px}}*{margin:0;padding:0;box-sizing:border-box;font-family:Trebuchet MS,Lucida Sans Unicode,Lucida Grande,Lucida Sans,Arial,sans-serif;color:#fff}html,body,#root{height:100%}.site-root{margin:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,Segoe UI,Roboto,Helvetica Neue,Arial;background:linear-gradient(180deg,#0f1724,#071029);color:#e6eef8;-webkit-font-smoothing:antialiased}.container{max-width:1100px;margin:0 auto;padding:1rem}.site-header{-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);z-index:40}.site-header .header-inner{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:1rem}.site-header .header-inner .logo img{width:150px}.site-header .header-inner .nav{display:flex;align-items:center;gap:2rem;background-color:transparent;padding-right:0;margin-right:-30px}.site-header .header-inner .nav a{color:#9aa4b2;text-decoration:underline;font-size:.95rem}.site-header .header-inner .nav .btn{text-decoration:none;color:#000}.btn{border:0;padding:.6rem 1.5rem;border-radius:10px;cursor:pointer;font-weight:600}.btn.btn-primary{background:linear-gradient(90deg,#d1bc00,#d1bc00);color:#062027;text-decoration:none}.btn.btn-ghost{background:transparent;color:#9aa4b2}.btn.full{width:100%;margin-top:.5rem}.hero{padding:6rem 0}.hero .hero-inner{display:flex;align-items:center;justify-content:center;gap:5rem}.hero .hero-inner .hero-left h1{font-size:3rem;margin:0 0 .6rem}.hero .hero-inner .hero-left h1 span{color:#00ac72}.hero .hero-inner .hero-left h1 .bolivia{background:linear-gradient(to right,#f37369,#eed87e,#68df9b);-webkit-background-clip:text;-webkit-text-fill-color:transparent;font-weight:700}.hero .hero-inner .hero-left .lead{color:#9aa4b2;margin-bottom:1rem}.hero .hero-inner .hero-left .hero-ctas{display:flex;gap:.6rem;margin-bottom:1rem}.hero .hero-inner .hero-left .stats{display:flex;gap:.5rem;margin-bottom:.5rem}.hero .hero-inner .hero-left .stats .stat{font-size:12px;background:#d2fad705;padding:.6rem .9rem;text-align:center;display:flex;gap:10px;border-radius:100px}.hero .hero-inner .hero-left .stats .stat .stat-num{font-weight:700}.hero .hero-inner .hero-left .stats .stat .small{color:#9aa4b2;margin-top:.6rem}.hero .hero-inner img{width:35%;filter:drop-shadow(10px 10px 50px #00917b);animation:zoomInOut 3s ease-in-out infinite}.why-usdt{margin:0 auto;display:flex;align-items:center;justify-content:center;background:#0829444d;color:#fff;padding:40px 7%;gap:10%}.why-usdt .content{max-width:50%}.why-usdt h2{font-size:28px;font-weight:700;margin-bottom:10px}.why-usdt p{font-size:16px;margin-bottom:25px}.why-usdt .features{display:flex;flex-direction:column;gap:20px}.why-usdt .feature{display:flex;align-items:center;gap:20px}.why-usdt .feature .icon{font-size:28px}.why-usdt .feature h3{margin:0;font-size:18px;font-weight:600}.why-usdt .feature p{font-size:14px;margin:3px 0 0}.why-usdt .cta{display:inline-block;margin-top:30px;text-align:center;padding:8px 30px;background:linear-gradient(90deg,#d1bc00,#d1bc00);color:#062027;font-weight:600;border-radius:10px;text-decoration:none;transition:.3s}.why-usdt .cta:hover{background:#e6e6e6}.why-usdt .illustration{width:35%;min-width:380px;filter:drop-shadow(10px 10px 50px #00917b);max-width:350px}@keyframes zoomInOut{0%,to{transform:scale(1)}50%{transform:scale(1.1)}}.card{background:#0b1220;padding:1rem;border-radius:14px;box-shadow:0 6px 18px #02061799}.card.exchange-card h3{margin:0 0 .6rem}.field{display:flex;flex-direction:column;margin-bottom:.75rem}.field span{font-size:.85rem;color:#9aa4b2;margin-bottom:.35rem}.field input,.field select{padding:.6rem;border-radius:8px;border:1px solid rgba(255,255,255,.04);background:transparent;color:inherit}.how{padding:2.5rem 0;margin-bottom:50px;display:flex;flex-direction:column;gap:10px}.how span{font-size:15px;color:#9aa4b2}.how .steps{display:flex;margin-top:1.5rem;gap:1rem}.how .steps .step{flex:1;background:#ffffff0e;padding:2.5rem;border-radius:10px;display:flex;flex-direction:column;gap:10px;position:relative}.how .steps .step h4{font-size:18px;font-weight:700}.how .steps .step .step-num{position:absolute;top:-10px;left:-10px;width:40px;height:40px;border-radius:50%;background:linear-gradient(90deg,#00d157,#d1bc00);display:flex;align-items:center;justify-content:center;font-weight:700;font-size:18px;color:#062027;margin-bottom:.6rem}.faq{padding:4.5rem 0;width:60%}.faq .dt{margin-bottom:30px;margin-top:10px;font-size:15px;color:#9aa4b2}.faq details{padding:.9rem;border-bottom:2px solid #00917b46;cursor:pointer}.faq details:hover{background-color:#00917b21}.faq details summary{display:flex;align-items:center;justify-content:space-between;cursor:pointer;font-weight:700;list-style:none}.faq details summary::-webkit-details-marker{display:none}.faq details summary::marker{display:none}.faq details p{margin-top:20px;color:#9aa4b2}.faq .nobb{border:none}.contact-section{display:flex;width:65%;max-width:1100px;margin:0 auto;justify-content:space-between;align-items:center;padding:20px 40px;border-radius:12px;color:#fff}.contact-section .contact-text h2{font-weight:700}.contact-section .contact-text p{margin-top:5px;font-size:1rem;color:#ccc}.contact-section .contact-icons{display:flex;gap:15px}.contact-section .contact-icons .icon{text-decoration:none;width:50px;height:50px;display:flex;justify-content:center;align-items:center;border-radius:50%;font-size:1.5rem;color:#fff;transition:transform .3s ease,box-shadow .3s ease}.contact-section .contact-icons .icon:hover{box-shadow:0 0 35px #78ffe866}.contact-section .contact-icons .whatsapp{background:#25d366}.contact-section .contact-icons .gmail{background:#fff}.icon-wf{position:fixed;right:20px;bottom:20px;text-decoration:none;width:50px;height:50px;display:flex;justify-content:center;align-items:center;border-radius:50%;font-size:1.5rem;color:#fff;transition:transform .3s ease,box-shadow .3s ease;background:#25d366}.icon-wf:hover{box-shadow:0 0 35px #78ffe866}.site-footer{background:#000f22;color:#9aa4b2;padding:3rem 1rem 1rem;border-top:1px solid rgba(255,255,255,.03);margin-top:2rem}.site-footer .footer-grid{display:grid;grid-template-columns:1.5fr 1fr 1fr;gap:5rem}.site-footer .footer-col h3,.site-footer .footer-col h4{color:#fff;margin-bottom:1rem;display:flex;gap:10px;align-items:center}.site-footer .footer-col h3 img,.site-footer .footer-col h4 img{width:35px}.site-footer .footer-col p,.site-footer .footer-col a,.site-footer .footer-col li{color:#9aa4b2;font-size:.95rem;line-height:1.6}.site-footer .footer-col ul{list-style:none;padding:0}.site-footer .footer-col a{text-decoration:none;transition:.3s}.site-footer .footer-col a:hover{color:#fff}.site-footer .social-icons{margin-top:1rem}.site-footer .social-icons a{margin-right:.8rem;font-size:1.2rem;color:#9aa4b2;transition:.3s}.site-footer .social-icons a:hover{color:#fff}.site-footer .footer-bottom{text-align:center;margin-top:2rem;padding-top:1rem;border-top:1px solid rgba(255,255,255,.05);font-size:.9rem;color:#9aa4b2}@media (max-width: 1000px){.site-header .header-inner{padding:1rem}.site-header .header-inner .logo img{width:150px}.site-header .header-inner .nav{gap:1rem;margin-right:10px}.site-header .header-inner .nav a{font-size:.95rem}.btn{padding:.6rem 1.5rem}.hero{padding:5rem 1rem}.hero .hero-inner{gap:3rem}.hero .hero-inner .hero-left h1{font-size:2rem;margin:0 0 .6rem}.hero .hero-inner .hero-left .lead{margin-bottom:1rem}.hero .hero-inner .hero-left .hero-ctas{gap:.6rem}.hero .hero-inner .hero-left .stats{gap:.5rem;margin-bottom:.5rem}.hero .hero-inner .hero-left .stats .stat{font-size:12px;padding:.6rem .9rem;gap:10px}.hero .hero-inner img{width:35%}.why-usdt{padding:40px 7%;gap:10%}.why-usdt .content{max-width:50%}.why-usdt h2{font-size:24px;margin-bottom:10px}.why-usdt p{font-size:15px;margin-bottom:25px}.why-usdt .features{gap:20px}.why-usdt .feature h3{font-size:18px}.why-usdt .feature p{font-size:14px;margin:3px 0 0}.why-usdt .cta{margin-top:30px;padding:8px 30px;border-radius:10px}.why-usdt .illustration{min-width:330px;max-width:330px}.how{padding:2.5rem;margin-bottom:50px}.how span{font-size:15px}.how .steps{margin-top:1.5rem;gap:1rem}.how .steps .step{padding:2rem;gap:10px}.how .steps .step h4{font-size:18px}.how .steps .step .step-num{width:40px;height:40px;font-size:18px}.faq{padding:4.5rem 0;width:90%}.faq .dt{margin-bottom:30px;margin-top:10px;font-size:15px}.faq details p{margin-top:20px}.contact-section{width:90%;padding:20px 40px}.contact-section .contact-text h2{font-weight:700}.contact-section .contact-text p{font-size:1rem}.contact-section .contact-icons{gap:15px}.contact-section .contact-icons .icon{width:50px;height:50px}.icon-wf{right:20px;bottom:20px;width:50px;height:50px}.site-footer{padding:3rem 1rem 1rem;margin-top:2rem}.site-footer .footer-grid{display:grid;grid-template-columns:1.5fr 1fr 1fr;gap:3rem}.site-footer .footer-col h3,.site-footer .footer-col h4{margin-bottom:1rem}.site-footer .footer-col p,.site-footer .footer-col a,.site-footer .footer-col li{font-size:.95rem}.site-footer .social-icons{margin-top:1rem}.site-footer .social-icons a{font-size:1.2rem}.site-footer .footer-bottom{margin-top:2rem;padding-top:1rem;font-size:.9rem}}@media (max-width: 700px){.site-header .header-inner{padding:0;gap:0}.site-header .header-inner .logo{padding:10px}.site-header .header-inner .logo img{width:120px}.site-header .header-inner .nav{margin-right:0;padding:10px 30px}.site-header .header-inner .nav a{font-size:.95rem}.btn{padding:.6rem 1.5rem}.hero{padding:3rem 1rem}.hero .hero-inner{gap:3rem;flex-direction:column}.hero .hero-inner .hero-left{width:100%;display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center}.hero .hero-inner .hero-left h1{font-size:2rem;margin:0 0 .6rem}.hero .hero-inner .hero-left .lead{margin-bottom:1rem}.hero .hero-inner .hero-left .hero-ctas{gap:.6rem}.hero .hero-inner .hero-left .stats{gap:.5rem}.hero .hero-inner .hero-left .stats .stat{font-size:12px}.hero .hero-inner img{width:55%}.why-usdt{padding:40px 7%}.why-usdt .content{max-width:100%}.why-usdt h2{font-size:24px;margin-bottom:10px}.why-usdt p{font-size:15px;margin-bottom:25px}.why-usdt .features{gap:20px}.why-usdt .feature h3{font-size:18px}.why-usdt .feature p{font-size:14px;margin:3px 0 0}.why-usdt .cta{margin-top:30px;padding:8px 30px;border-radius:10px}.why-usdt .illustration{display:none}.how{padding:2.5rem;margin-bottom:50px}.how span{font-size:15px}.how .steps{flex-direction:column;margin-top:1.5rem;gap:2rem}.how .steps .step{padding:2rem;gap:10px;font-size:14px}.how .steps .step h4{font-size:16px;margin-bottom:-5px}.how .steps .step .step-num{width:40px;height:40px;font-size:16px}.faq{padding:4.5rem 0;width:90%}.faq .dt{margin-bottom:30px;margin-top:10px;font-size:15px}.faq details{font-size:15px}.faq details p{margin-top:20px}.contact-section{width:100%;flex-direction:column;align-items:start;gap:20px}.contact-section .contact-text h2{font-weight:700}.contact-section .contact-text p{font-size:15px}.contact-section .contact-icons{gap:15px}.contact-section .contact-icons .icon{width:50px;height:50px}.icon-wf{right:20px;bottom:20px;width:50px;height:50px}.site-footer{padding:3rem 1rem 1rem;margin-top:2rem}.site-footer .footer-grid{display:flex;flex-direction:column;gap:2rem}.site-footer .footer-col h3,.site-footer .footer-col h4{margin-bottom:10px}.site-footer .footer-col p,.site-footer .footer-col a,.site-footer .footer-col li{font-size:.95rem}.site-footer .social-icons{margin-top:10px}.site-footer .social-icons a{font-size:1.2rem}.site-footer .footer-bottom{margin-top:2rem;padding-top:1rem;font-size:.9rem}}@media (max-width: 550px){.site-header .header-inner{padding:10px}.site-header .header-inner a{display:none}.site-header .header-inner img{width:100px!important}.site-header .header-inner .btn{display:block;padding:8px 15px;font-size:14px!important}.hero{padding:2rem 1rem}.hero .hero-inner{gap:3rem;flex-direction:column}.hero .hero-inner .hero-left h1{font-size:1.6rem}.hero .hero-inner .hero-left .lead{font-size:14px}.hero .hero-inner .hero-left .stats{gap:5px}.hero .hero-inner .hero-left .stats .stat{font-size:11px;padding:5px 10px}.hero .hero-inner .hero-left a{padding:8px 15px;font-size:14px}.hero .hero-inner img{width:75%}.why-usdt h2{font-size:20px;margin-bottom:10px}.why-usdt p{font-size:14px;margin-bottom:25px}.why-usdt .feature h3{font-size:16px}.why-usdt .feature p{font-size:14px;margin:3px 0 0}.why-usdt .cta{margin-top:30px;padding:7px 25px;font-size:14px}.why-usdt .illustration{display:none}.how{padding:1.5rem;margin-bottom:50px}.how span{font-size:14px;margin-top:-5px}.how h2{font-size:18px}.how .steps{flex-direction:column;margin-top:1.5rem;gap:2rem}.how .steps .step{padding:1.5rem;gap:10px;font-size:14px}.how .steps .step h4{font-size:16px;margin-bottom:-5px}.how .steps .step .step-num{width:30px;height:30px;font-size:16px}.faq{padding:3rem 0;width:90%}.faq h2{font-size:18px}.faq .dt{margin-bottom:20px;margin-top:5px;font-size:14px}.faq details{font-size:14px}.faq details p{margin-top:20px}.contact-section{width:100%;flex-direction:column;align-items:start;gap:20px}.contact-section .contact-text h2{font-weight:700;font-size:18px}.contact-section .contact-text p{font-size:14px}.contact-section .contact-icons{gap:15px}.contact-section .contact-icons .icon{width:40px;height:40px}.contact-section .contact-icons .icon img{width:25px;height:25px}.site-footer{padding:1rem;margin-top:2rem;font-size:14px}}.buycont{background-color:#000f1d;color:#fff;width:100%;height:max-content;min-height:91vh;padding:2rem;padding-top:70px}.buycont h2{text-align:center;margin-bottom:2rem;color:#35c253}.buycont .anunce{max-width:50%;margin:0 auto 40px;color:#bdbdbd;border-radius:10px}.buycont .steps{width:60%;display:flex;justify-content:space-between;margin:0 auto 30px}.buycont .steps .step-indicator{flex:1;text-align:center;padding:10px;border-bottom:3px solid #444;color:#777;font-size:14px}.buycont .steps .step-indicator.active{border-bottom:3px solid #35c253;font-weight:700;color:#35c253}.buycont form{width:60%;margin:0 auto;display:flex;flex-direction:column;gap:1rem}.buycont form label{font-weight:700}.buycont form input[type=number],.buycont form input[type=text],.buycont form input[type=file]{background-color:#4e4e4e;color:#fff;border:none;padding:.75rem;border-radius:5px}.buycont form input[type=number]:disabled,.buycont form input[type=text]:disabled,.buycont form input[type=file]:disabled{background-color:#575757;color:#fff;cursor:not-allowed}.buycont form button{width:48%;margin-top:1rem;background-color:#35c253;border:none;padding:.75rem;font-weight:700;cursor:pointer;border-radius:5px;transition:background .3s}.buycont form button:hover{background:#2a9942}.buycont form .img-p{width:150px;border-radius:10px;border:2px solid white}.buycont .step-content{display:flex;flex-direction:column;gap:15px;margin-top:20px;padding:20px;border-radius:10px}.buycont .step-content .text-s3{margin-top:-20px;text-decoration:underline;margin-bottom:20px}.buycont .step-content h3{margin-bottom:10px}.buycont .step-content .step-actions{display:flex;justify-content:space-between;margin-top:20px}.buycont .sc2 ul{list-style:none;display:flex;flex-direction:column;gap:5px;text-transform:uppercase}.buycont .ulsc2{font-weight:700;font-size:18px}.buycont .monto-s2{text-align:center;font-size:45px;font-family:Franklin Gothic Medium,Arial Narrow,Arial,sans-serif;background-color:#001e41;width:60%;border-radius:10px;padding:35px 20px 20px;margin:0 auto 20px;line-height:25px}.buycont .monto-s2 span{font-size:18px}.buycont .qr-code{display:flex;flex-direction:column;gap:5px;margin-top:30px;margin-bottom:20px;font-size:18px;font-weight:700}.buycont .qr-code img{display:block;max-width:250px;margin:10px auto}.buycont .cont-alert-bank{background-color:#ff000048;text-align:center;padding:20px;border-radius:10px;width:60%;margin:0 auto 20px}@media (max-width: 900px){.anunce{max-width:90%;font-size:.95rem!important}.steps{width:80%!important}.steps .step-indicator{font-size:13px!important;padding:8px}form{width:80%!important;padding-bottom:100px}form button{width:100%}.monto-s2{font-size:35px!important}.monto-s2 span{font-size:13px!important}.qr-code{font-size:16px!important}.qr-code img{max-width:200px}.cont-alert-bank{width:80%;font-size:.95rem!important;padding:15px}}@media (max-width: 600px){h2{font-size:1.5rem!important}.anunce{max-width:90%!important;font-size:.9rem!important}.steps{width:100%!important;flex-direction:column}.step-content{padding:0!important}form{width:100%!important}form input,form button{font-size:14px!important;padding:.6rem!important}.monto-s2{width:100%!important;font-size:28px!important}.monto-s2 span{font-size:12px!important}.qr-code{font-size:14px!important}.qr-code img{margin-top:30px!important}.cont-alert-bank{width:100%!important;padding:12px!important;font-size:.85rem!important}}.sellcont{background-color:#000f1d;color:#fff;width:100%;height:max-content;min-height:91vh;padding:2rem;padding-top:70px}.sellcont h2{text-align:center;margin-bottom:2rem;color:#dd0404}.sellcont .anunce{max-width:50%;margin:0 auto 40px;color:#d6d6d6;border-radius:10px}.sellcont .steps{width:60%;display:flex;justify-content:space-between;margin:0 auto 30px}.sellcont .steps .step-indicator{flex:1;text-align:center;padding:10px;border-bottom:3px solid #444;color:#777;font-size:14px}.sellcont .steps .step-indicator.active{border-bottom:3px solid #dd0404;font-weight:700;color:#dd0404}.sellcont form{width:60%;margin:0 auto;display:flex;flex-direction:column;gap:1rem}.sellcont form label{font-weight:700}.sellcont form input[type=number],.sellcont form input[type=text],.sellcont form input[type=file]{background-color:#4e4e4e;color:#fff;border:none;padding:.75rem;border-radius:5px}.sellcont form input[type=number]:disabled,.sellcont form input[type=text]:disabled,.sellcont form input[type=file]:disabled{background-color:#575757;color:#fff;cursor:not-allowed}.sellcont form button{width:48%;margin-top:1rem;background-color:#ca1a1a;border:none;padding:.75rem;font-weight:700;cursor:pointer;border-radius:5px;transition:background .3s}.sellcont form button:hover{background:#a11717}.sellcont form .img-p{width:150px;border-radius:10px;border:2px solid white}.sellcont .step-content{display:flex;flex-direction:column;gap:15px;margin-top:20px;padding:20px;border-radius:10px}.sellcont .step-content .text-s3{margin-top:-20px;text-decoration:underline;margin-bottom:20px}.sellcont .step-content h3{margin-bottom:10px}.sellcont .step-content .step-actions{display:flex;justify-content:space-between;margin-top:20px}.sellcont .sc2{text-align:center}.sellcont .sc2 ul{list-style:none;display:flex;flex-direction:column;gap:5px;text-transform:uppercase}.sellcont .ulsc2{font-weight:700;font-size:18px}.sellcont .monto-s2{text-align:center;font-family:Franklin Gothic Medium,Arial Narrow,Arial,sans-serif;font-size:45px;background-color:#001e41;width:60%;border-radius:10px;padding:35px 20px 20px;margin:0 auto 20px;line-height:25px}.sellcont .monto-s2 span{font-size:18px}.sellcont .qr-code{display:flex;flex-direction:column;gap:5px;margin-top:30px;margin-bottom:20px;font-size:18px;font-weight:700}.sellcont .qr-code .qr{display:block;width:250px!important;max-width:250px;margin:10px auto}.sellcont .cont-alert-bank{background-color:#ff000048;text-align:center;padding:20px;border-radius:10px;width:60%;margin:0 auto 20px}.profile{padding:2.3rem 3.5rem 3.5rem;color:#e8f5e9;background-color:#0a192f;height:max-content;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;display:flex;justify-content:center;align-items:center;flex-direction:column}.profile-layout{display:flex;flex-direction:column;align-items:flex-start;gap:1rem;width:75%}.stats-cards{display:flex;gap:1rem;width:100%}.stat-card{background:#112240;padding:1.5rem;border-radius:10px;text-align:center;transition:transform .2s ease;border-left:5px solid #4caf50;display:flex;flex-direction:column;justify-content:center;align-items:center;width:100%}.stat-card h4{font-size:1rem;color:#81c784;margin-bottom:8px}.stat-card p{font-size:1.4rem;font-weight:700;color:#e8f5e9}.profile h2{font-size:2rem;margin-bottom:1.5rem;color:#22aa4f;display:flex;width:75%;justify-content:space-between;align-items:center}.profile h2 button{background:transparent;border:2px solid #4caf50;color:#4caf50;padding:.5rem 1rem;border-radius:6px;font-weight:700;cursor:pointer;transition:all .3s ease}.profile h2 button:hover{background:#4caf50;color:#0a192f}.profile h3{margin-top:20px;margin-bottom:20px;color:#81c784;font-size:1.2rem}.profile .profile-card{margin:auto;display:flex;flex-direction:column;align-items:center;gap:1.5rem;width:100%;background-color:#112240;padding:25px;border-radius:12px}.profile .flexform{display:flex;flex-direction:column;width:100%}.profile .inform{display:flex;flex-wrap:wrap;gap:15px}.profile .profile-item{display:flex;flex-direction:column;gap:8px;width:32%}.direction{width:65%!important}.profile input,.profile select{background-color:#0a192f;color:#e8f5e9;border:none;border-radius:6px;padding:.75rem;font-size:1rem;transition:border-color .3s ease,box-shadow .3s ease}.profile input:disabled{cursor:not-allowed;background-color:#1b2b45;border:1px solid #3d5a80;color:#a9b7c6}.profile label{font-weight:700;margin-bottom:.25rem;color:#b6b6b6}.profile button[type=submit]{background-color:#4caf50;border:none;padding:.85rem;border-radius:8px;font-weight:700;cursor:pointer;margin-top:15px;width:100%;color:#0a192f;transition:all .3s ease}.profile button[type=submit]:disabled{background-color:gray;cursor:not-allowed;transform:none}.modal-overlay-profile{position:fixed;top:0;right:0;bottom:0;left:0;background:#0009;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);display:flex;justify-content:center;align-items:center}.modal-overlay-profile .modal-content{background:#fff;padding:2rem;border-radius:12px;min-width:600px}.modal-overlay-profile .modal-content h3{margin-bottom:1rem;color:#22aa4f;margin-top:-5px}.modal-overlay-profile .modal-content form{display:flex;flex-direction:column;gap:1rem}.modal-overlay-profile .modal-content form input{background-color:#fff;padding:.5rem;border:1px solid #ddd;border-radius:8px;color:#000}.modal-overlay-profile .modal-content form .btns{display:flex;align-items:center;gap:10px;margin-top:10px}.modal-overlay-profile .modal-content form .btns button{height:max-content;padding:10px 25px!important;border:none;border-radius:8px;cursor:pointer;margin:0;background-color:red}.modal-overlay-profile .modal-content form .btns button:first-of-type{background:#007bff;color:#fff}@media (max-width: 1200px){.profile-layout{width:85%}.profile h2{font-size:1.8rem}.stat-card h4{font-size:.95rem}.stat-card p{font-size:1.2rem}}@media (max-width: 900px){.profile{padding:2rem;padding-top:70px;padding-bottom:150px}.profile-layout{width:90%!important;gap:.8rem}.stats-cards{flex-wrap:wrap;justify-content:center}.stat-card{width:48%;padding:1.2rem}.profile h2{font-size:1.6rem;width:90%}.profile h2 button{padding:.4rem .8rem;font-size:.9rem}.profile h3{font-size:1.05rem}.profile-card{margin:0!important;width:100%!important}.profile .profile-item{width:48%!important}.direction{width:100%!important}.modal-overlay-profile .modal-content{min-width:450px!important;padding:1.5rem!important}.modal-overlay-profile .modal-content .formmp{width:100%!important;padding:0}}@media (max-width: 768px){.profile{padding:1.5rem;padding-top:65px;padding-bottom:150px}.profile-layout{width:100%}.stats-cards{flex-direction:column;gap:.8rem}.stat-card{width:100%;padding:1rem}.profile h2{font-size:1.4rem}.profile h3{font-size:1rem}.profile .inform{flex-direction:column}.profile .profile-item{width:100%!important}.modal-overlay-profile .modal-content{min-width:unset;width:90%!important;padding:1.2rem!important}}@media (max-width: 480px){.profile{padding:1rem;padding-top:60px;padding-bottom:150px}.profile h2{font-size:1.2rem}.profile h2 button{font-size:.8rem;padding:.35rem .7rem}.stat-card h4{font-size:.85rem}.stat-card p{font-size:1.1rem}.profile h3{font-size:.9rem}.profile input,.profile select{font-size:.9rem;padding:.65rem}.profile button[type=submit]{padding:.7rem;font-size:.95rem}.modal-overlay-profile .modal-content{min-width:95%!important;padding:1rem!important}}.dashboard{padding:30px;background-color:#001836;color:#fff;font-family:Segoe UI,sans-serif;min-height:93vh}.dashboard h2{margin-bottom:30px;color:#11c76f;display:flex;justify-content:space-between;align-items:center}.dashboard h2 .config-actions button{width:100%;padding:10px 24px;background:#2a4d8f;color:#fff;border:none;border-radius:6px;cursor:pointer;font-weight:700;transition:background .2s ease}.dashboard h2 .config-actions button:hover{background:#3a67c1}.dashboard h2 .contbtns{display:flex;gap:10px}.dashboard .stats{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:20px;margin-bottom:40px}.dashboard .card{background-color:#0e294a;padding:20px;border-radius:12px;text-align:center;font-size:14px;font-weight:700;box-shadow:0 2px 6px #00000040}.dashboard .card span{font-size:32px;font-weight:700;color:#fff;margin-top:10px;display:block}.dashboard .table-section{margin-bottom:40px}.dashboard .table-section h3{margin-bottom:15px;display:flex;align-items:center;gap:10px;font-size:1.2rem;margin-top:50px}.dashboard .table-wrapper{overflow-x:auto;border-radius:8px}.dashboard table{width:100%;border-collapse:collapse;background-color:#0b223d;border-radius:8px;overflow:hidden}.dashboard th,.dashboard td{padding:12px;border-bottom:1px solid #1b355a;text-align:left;font-size:14px}.dashboard th button,.dashboard td button{background-color:#3a67c1;border:none;border-radius:5px;padding:5px 10px;display:flex;gap:5px;margin-top:10px;cursor:pointer}.dashboard .truncate-text{max-width:150px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.dashboard th{background-color:#12345a;color:#9bd2ff}.dashboard tbody tr:hover{background:#ffffff0d}.dashboard .btns{display:flex;gap:8px}.dashboard .btns button{padding:6px 12px;border:none;border-radius:5px;font-weight:700;cursor:pointer;transition:background .2s ease;font-size:13px}.dashboard .btns .ap{background-color:#11c76f;color:#fff}.dashboard .btns .ap:hover{background-color:#0e9e57}.dashboard .btns .re{background-color:#e74c3c;color:#fff}.dashboard .btns .re:hover{background-color:#c0392b}.dashboard .empty-message{text-align:center;padding:20px;color:#9bd2ff;font-style:italic;font-size:15px}.dashboard .modal{position:fixed;top:0;left:0;width:100%;height:100%;background:#0009;display:flex;align-items:center;justify-content:center;z-index:999}.dashboard .modal .modal-content{background:#fff;width:420px;max-width:90%;border-radius:12px;padding:20px;box-shadow:0 6px 20px #00000040;animation:fadeIn .3s ease-in-out}.dashboard .modal .modal-content h3{margin-bottom:15px;font-size:1.3rem;font-weight:700;color:#12345a}.dashboard .modal .modal-content h4{width:100%;padding:10px;text-align:center;background-color:#001836;color:#fff;margin-top:15px;margin-bottom:15px}.dashboard .modal .modal-content label{display:block;font-size:.9rem;color:#444;margin-bottom:5px}.dashboard .modal .modal-content input,.dashboard .modal .modal-content select{width:100%;padding:8px 10px;border:1px solid #ccc;border-radius:6px;font-size:.95rem;margin-bottom:15px;color:#000}.dashboard .modal .modal-content input option,.dashboard .modal .modal-content select option{color:#000}.dashboard .modal .modal-content input:focus,.dashboard .modal .modal-content select:focus{border-color:#11c76f;outline:none;box-shadow:0 0 4px #11c76f66}.dashboard .modal .modal-content .modal-actions{display:flex;justify-content:flex-end;gap:10px}.dashboard .modal .modal-content .modal-actions button{padding:10px 24px;border-radius:6px;font-size:.9rem;font-weight:700;cursor:pointer;border:none;transition:all .2s ease}.dashboard .modal .modal-content .modal-actions button:first-of-type{background:#0dac54;color:#fff}.dashboard .modal .modal-content .modal-actions button:first-of-type:hover{background:#0e9e57}.dashboard .modal .modal-content .modal-actions button:last-of-type{background:#eee;color:#333}.dashboard .modal .modal-content .modal-actions button:last-of-type:hover{background:#ddd}.dashboard .modal .modalbank{height:80vh;overflow-y:scroll!important}.dashboard .modal-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:#0009;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);display:flex;align-items:center;justify-content:center;z-index:999}.dashboard .modal-overlay .modal-content{background:#f3f3f3;padding:20px;border-radius:12px;text-align:center;max-width:500px;width:90%;box-shadow:0 4px 12px #0000004d;animation:fadeInModal .3s ease;position:relative}.dashboard .modal-overlay .modal-content h2{margin-bottom:20px;font-size:20px;color:#333}.dashboard .modal-overlay .modal-content img{max-width:100%;height:auto;border-radius:8px;margin-bottom:20px;box-shadow:0 2px 6px #0003}.dashboard .modal-overlay .modal-content .close-btn{background:#ff4d4f;color:#fff;border:none;padding:7px 18px;border-radius:8px;cursor:pointer;font-size:14px;transition:background .2s ease;position:absolute;right:25px;top:20px}.dashboard .modal-overlay .modal-content .close-btn:hover{background:#d9363e}@keyframes fadeInModal{0%{opacity:0;transform:translateY(-50px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeIn{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}@media (max-width: 600px){.dashboard{padding:30px}.dashboard h2{flex-direction:column;gap:20px;font-size:22px!important}.dashboard h2 .contbtns{flex-direction:column}.dashboard .stats{gap:20px!important;margin-bottom:40px}.dashboard .card{padding:15px;font-size:14px}.dashboard .card span{font-size:27px;margin-top:10px}.dashboard .modal-overlay .modal-content{padding:20px;max-width:500px;width:90%}.dashboard .modal-overlay .modal-content h2{margin-bottom:20px;font-size:17px!important}}.sectionInit{display:flex;justify-content:center;align-items:center;height:100vh;background-color:#000418}.sectionInit .form-container{width:30%;display:flex;flex-direction:column}.sectionInit img{margin:0 auto;width:150px}.sectionInit .form-container.register{width:40%;display:flex;flex-direction:column}.sectionInit .logo{margin-bottom:30px}.sectionInit .title{text-align:start;margin:10px 0 20px;font-size:22px;font-weight:500}.sectionInit .form{width:100%;display:flex;flex-direction:column;gap:20px;margin-bottom:15px}.sectionInit .flex-form{display:flex;gap:15px}.sectionInit .form-group{display:flex;flex-direction:column;justify-content:center;align-items:start;gap:10px;width:100%}.sectionInit label{font-size:14px;color:silver}.sectionInit .input{border-radius:5px;border:1px solid #c0c0c0;outline:0!important;box-sizing:border-box;padding:12px 15px;width:100%;color:#000}.sectionInit .form-btn{padding:10px 15px;border-radius:5px;border:0!important;background:#dbb300;font-weight:700;color:#fff;cursor:pointer;box-shadow:#0000003d 0 3px 8px}.sectionInit .form-btn:active{box-shadow:none}.sectionInit .sign-up-label{font-size:14px;color:#747474;text-align:start}.sectionInit .sign-up-link{margin-left:1px;font-size:14px;text-decoration:underline;text-decoration-color:#c9ab00;color:#c9ab00;cursor:pointer;font-weight:500}.sectionInit .buttons-container{width:100%;display:flex;flex-direction:column;justify-content:flex-start;gap:15px;padding-top:35px;margin-top:35px;border-top:1px solid #2e2e2e}.sectionInit .google-login-button{border-radius:5px;padding:10px 15px;cursor:pointer;display:flex;justify-content:center;align-items:center;font-size:13px;font-weight:500;gap:15px;color:#000!important}.sectionInit .google-login-button{background-color:#fff}.sectionInit .google-login-button span{color:#000}@media (max-width: 900px){.sectionInit{height:100vh}.sectionInit .form-container{width:70%}.sectionInit .form{padding-bottom:0}.sectionInit .form-container.register{width:70%}}@media (max-width: 550px){.sectionInit{height:100vh}.sectionInit .form-container,.sectionInit .form-container.register{width:90%}.sectionInit .logo{margin-bottom:30px;width:40%}.sectionInit .title{font-size:20px}.sectionInit .form{gap:15px;margin-bottom:15px}.sectionInit .flex-form{gap:10px}.sectionInit .form-group{gap:10px;width:100%}.sectionInit label{font-size:13px}.sectionInit .input{padding:10px 15px;width:100%}.sectionInit .form-btn{padding:10px 15px}.sectionInit .buttons-container{padding-top:25px;margin-top:25px}}
