@import"https://fonts.googleapis.com/css2?family=Montserrat:wght@700&family=Nunito:wght@400;700&display=swap";:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}body{margin:0;display:flex;place-items:center;min-width:320px;min-height:100vh}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media(prefers-color-scheme:light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}html{scroll-behavior:smooth}body{font-family:Nunito,sans-serif;background:linear-gradient(#2f2f2fcc,#2f2f2fcc),url(/assets/background-yoJ9zHf5.jpg);background-size:cover;background-position:center;background-repeat:no-repeat;background-attachment:fixed;color:#fff;margin:0;padding:0;box-sizing:border-box}h1,h2,h3{font-family:Montserrat,sans-serif}.container{margin:0 auto}.navbar{background-color:#2f2f2f;display:flex;justify-content:space-between;padding:1rem 0;position:fixed;width:100%;top:0;z-index:1000;border-bottom:1px solid rgba(255,255,255,.1);transition:background-color .3s ease;box-shadow:0 15px 60px #27d7ff59}.navbar .container{display:flex;justify-content:space-between;align-items:center}.logo img{height:40px;transition:transform .3s ease}.logo:hover img{transform:scale(1.1)}.nav-links{list-style:none;display:flex;gap:1.5rem;margin:0}.nav-links a{color:#fff;text-decoration:none;font-size:1.2rem;font-weight:700;position:relative;transition:color .3s ease}.nav-links a:after{content:"";position:absolute;width:100%;transform:scaleX(0);height:2px;bottom:-5px;left:0;background-color:#01a9ea;transform-origin:bottom right;transition:transform .25s ease-out}.nav-links a:hover{color:#01a9ea}.nav-links a:hover:after{transform:scaleX(1);transform-origin:bottom left}.hero{height:80vh;display:flex;align-items:center;justify-content:center;text-align:center;background-size:cover;background-position:center;background-color:#2f2f2f;animation:fadeIn 1s ease-in-out}.hero h1{font-size:4rem;margin-bottom:1rem;animation:slideInFromTop 1s ease-in-out}.hero p{font-size:1.5rem;margin-bottom:2rem;animation:slideInFromBottom 1s ease-in-out}.cta-button{background-color:#01a9ea;color:#fff;padding:1rem 2rem;border-radius:5px;text-decoration:none;font-size:1.2rem;font-weight:700;transition:background-color .3s ease,transform .3s ease;animation:pulse 2s infinite}.cta-button:hover{background-color:#017bbd;color:#fff}section{padding:2rem 1rem;opacity:0;transform:translateY(20px);transition:opacity .6s ease-out,transform .6s ease-out}section.visible{opacity:1;transform:translateY(0)}section:nth-of-type(odd){background-color:#3a3a3a}h2{text-align:center;font-size:2.5rem;color:#01a9ea}.service-items{display:flex;justify-content:space-around;gap:2rem;flex-wrap:wrap}.service-item{background-color:#3a3a3a;padding:2rem;border-radius:10px;text-align:center;flex:1 1 300px;box-shadow:0 4px 15px #0003;transition:transform .3s ease,box-shadow .3s ease}.service-item:hover{transform:translateY(-10px);box-shadow:0 8px 30px #0006}.service-item h3{font-size:1.5rem;margin-bottom:1rem;color:#01a9ea}.service-icon{width:200px;height:200px;margin-bottom:15px}.requirements ul{margin-top:50px;margin-bottom:50px;list-style:none;padding:0;max-width:600px;display:flex;flex-direction:column;justify-content:space-between}.requirements li{background-color:#3a3a3a;padding:1rem;margin-bottom:1rem;border-radius:5px;box-shadow:0 4px 15px #0003;transition:transform .3s ease}.requirements li:hover{transform:translate(10px)}.requirements .img-izq{width:30rem;border-radius:30px}.requirements .imageData{display:flex;justify-content:center;gap:100px}.about p{max-width:800px;margin:0 auto;text-align:center;font-size:1.2rem;line-height:1.6}.brand-logos{display:flex;justify-content:center;align-items:center;gap:3rem;flex-wrap:wrap}.brand-logos img{opacity:.7;transition:opacity .3s ease,transform .3s ease;max-width:100px}.brand-logos img:hover{opacity:1;transform:scale(1.1)}.contact form{max-width:600px;margin:0 auto;display:flex;flex-direction:column;gap:1.5rem}.contact input{padding:1rem;border-radius:5px;border:2px solid transparent;font-size:1rem;transition:border-color .3s ease}.contact input:focus{outline:none;border-color:#01a9ea}.contact button{background-color:#01a9ea;color:#fff;padding:1rem;border:none;border-radius:5px;font-size:1.2rem;cursor:pointer;transition:background-color .3s ease}.contact button:hover{background-color:#017bbd;animation:shake .5s}.charts .double-container{display:flex;align-items:center;justify-content:space-around;padding:80px}.charts .double-container .metrics{display:flex;flex-direction:column;align-items:center;justify-content:center}.charts .section-title{margin-bottom:0}.charts .section-subtitle{color:#fff;text-align:center;margin-top:5px;margin-bottom:2rem;font-size:1.2rem}.income-stats{background-color:#fff;color:#2f2f2f;border-radius:8px;padding:20px;max-width:600px}.chart-header{display:flex;justify-content:space-between;margin-bottom:2rem}.chart-header select{padding:.5rem 1rem;border-radius:8px;border:1px solid #ccc;font-size:1.3rem;font-weight:700;background-color:#01a9ea;color:#fff}.neto-total{font-size:1.2rem;font-weight:700}.neto-total span{font-size:1.7rem;margin-left:1rem}.chart-footer p{color:#000}.income-table table{width:100%;color:#000}.income-table th,.income-table td{padding:5px;text-align:left}.income-table th{font-weight:700;color:#666}.income-table tbody tr:hover{background-color:#eeecec}.income-table tfoot td{font-weight:700}.connection-status{display:flex;align-items:center;justify-content:center;margin-top:2rem;text-align:center;color:#000}.connection-status span{color:#01a9ea;font-weight:700;font-size:1.1rem;margin-left:5px}.lds-spinner,.lds-spinner div,.lds-spinner div:after{box-sizing:border-box}.lds-spinner{color:currentColor;display:inline-block;position:relative;width:80px;height:80px}.lds-spinner div{transform-origin:40px 40px;animation:lds-spinner 2s linear infinite;scale:.5;color:#017bbd}.lds-spinner div:after{content:" ";display:block;position:absolute;top:3.2px;left:36.8px;width:6.4px;height:17.6px;border-radius:20%;background:currentColor}.lds-spinner div:nth-child(1){transform:rotate(0);animation-delay:-1.1s}.lds-spinner div:nth-child(2){transform:rotate(30deg);animation-delay:-1s}.lds-spinner div:nth-child(3){transform:rotate(60deg);animation-delay:-.9s}.lds-spinner div:nth-child(4){transform:rotate(90deg);animation-delay:-.8s}.lds-spinner div:nth-child(5){transform:rotate(120deg);animation-delay:-.7s}.lds-spinner div:nth-child(6){transform:rotate(150deg);animation-delay:-.6s}.lds-spinner div:nth-child(7){transform:rotate(180deg);animation-delay:-.5s}.lds-spinner div:nth-child(8){transform:rotate(210deg);animation-delay:-.4s}.lds-spinner div:nth-child(9){transform:rotate(240deg);animation-delay:-.3s}.lds-spinner div:nth-child(10){transform:rotate(270deg);animation-delay:-.2s}.lds-spinner div:nth-child(11){transform:rotate(300deg);animation-delay:-.1s}.lds-spinner div:nth-child(12){transform:rotate(330deg);animation-delay:0s}@keyframes lds-spinner{0%{opacity:1}to{opacity:0}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideInFromTop{0%{transform:translateY(-50px);opacity:0}to{transform:translateY(0);opacity:1}}@keyframes slideInFromBottom{0%{transform:translateY(50px);opacity:0}to{transform:translateY(0);opacity:1}}@keyframes pulse{0%{transform:scale(1)}50%{transform:scale(1.05)}to{transform:scale(1)}}@keyframes shake{0%{transform:translate(1px,1px) rotate(0)}10%{transform:translate(-1px,-2px) rotate(-1deg)}20%{transform:translate(-3px) rotate(1deg)}30%{transform:translate(3px,2px) rotate(0)}40%{transform:translate(1px,-1px) rotate(1deg)}50%{transform:translate(-1px,2px) rotate(-1deg)}60%{transform:translate(-3px,1px) rotate(0)}70%{transform:translate(3px,1px) rotate(-1deg)}80%{transform:translate(-1px,-1px) rotate(1deg)}90%{transform:translate(1px,2px) rotate(0)}to{transform:translate(1px,-2px) rotate(-1deg)}}@media(max-width:768px){.nav-links{display:none}.hero h1{font-size:2.5rem}.hero p{font-size:1.2rem}.service-items{flex-direction:column}.chart-header{flex-direction:column;gap:1rem}}.arrow-image{width:500px;transition:transform .3s ease}.arrow-image:hover{transform:translate(10px)}.footer{background-color:#2f2f2f;padding:2rem 0;text-align:center;border-top:1px solid rgba(255,255,255,.1)}.footer .container{display:flex;flex-direction:column;align-items:center}.footer-logo{height:40px}.footer .mail{display:flex;align-items:center;gap:5px}.whatsapp-icon{position:fixed;bottom:20px;right:20px;z-index:1000;transition:transform .3s ease;animation:oscillate 2s ease-in-out infinite}.whatsapp-icon:hover{transform:scale(1.1);animation-play-state:paused}.whatsapp-svg{filter:drop-shadow(0 0 5px #01a9ea) drop-shadow(0 0 15px #01a9ea) drop-shadow(0 0 25px #01a9ea)}@keyframes oscillate{0%,to{transform:translateY(0) rotate(0)}25%{transform:translateY(-5px) rotate(5deg)}50%{transform:translateY(0) rotate(0)}75%{transform:translateY(5px) rotate(-5deg)}}
