body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.App{text-align:center}.App-logo{height:40vmin;pointer-events:none}@media (prefers-reduced-motion:no-preference){.App-logo{animation:App-logo-spin 20s linear infinite}}.App-header{align-items:center;background-color:#282c34;color:#fff;display:flex;flex-direction:column;font-size:calc(10px + 2vmin);justify-content:center;min-height:100vh}.App-link{color:#61dafb}@keyframes App-logo-spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.navbar{align-items:center;background-color:#fff;box-shadow:0 2px 5px #0000001a;display:flex;height:5em;justify-content:space-between;left:0;padding-left:1.5rem;padding-right:1.5rem;position:fixed;top:0;transition:all .3s ease;width:100%;z-index:1000}.navbar.scrolled{box-shadow:0 4px 10px #00000026}.nav-links{display:flex;gap:2rem;list-style:none;margin:0;padding-left:20em;padding-right:5em;width:30em}.nav-links a{color:#333;font-weight:500;position:relative;text-decoration:none;transition:color .3s ease}.nav-links a:hover{color:#007bff}.nav-links a:after{background-color:#007bff;bottom:-5px;content:"";height:2px;left:0;position:absolute;transition:width .3s ease;width:0}.nav-links a:hover:after{width:100%}.logo{align-items:center;display:flex;height:100%}.logo-img{display:block;height:70%;max-height:45px;width:auto}.hamburger{background:#0000;border:none;cursor:pointer;display:none;flex-direction:column;height:21px;justify-content:space-between;padding:0;width:30px}.hamburger span{background-color:#333;border-radius:3px;display:block;height:3px;transition:all .3s ease;width:100%}@media (max-width:1200px){.nav-links{gap:1.5rem;padding-left:10em;padding-right:3em}}@media (max-width:1024px){.nav-links{gap:1.5rem;padding-left:5em;padding-right:2em}}@media (max-width:900px){.nav-links{gap:1rem;padding-left:2em;padding-right:1em}.nav-links a{font-size:.9rem}}@media (max-width:768px){.navbar{height:4em;padding:0 1rem}.hamburger{display:flex;margin-right:10%;z-index:1001}.hamburger.active span:first-child{transform:translateY(9px) rotate(45deg)}.hamburger.active span:nth-child(2){opacity:0}.hamburger.active span:nth-child(3){transform:translateY(-9px) rotate(-45deg)}.nav-links{align-items:center;background-color:#fff;box-shadow:-5px 0 15px #0000001a;flex-direction:column;gap:2rem;height:100vh;justify-content:center;max-width:300px;padding:2rem;position:fixed;right:-100%;top:0;transition:right .3s ease;width:70%}.nav-links.active{right:0}.nav-links a{font-size:1.2rem;padding:.5rem 0}.logo-img{height:35px}}@media (max-width:480px){.navbar{padding:0 .8rem}.nav-links{width:80%}.logo-img{height:30px}.hamburger{height:18px;width:25px}.hamburger.active span:first-child{transform:translateY(7.5px) rotate(45deg)}.hamburger.active span:nth-child(3){transform:translateY(-7.5px) rotate(-45deg)}}.hero{align-items:center;background:url(/static/media/FondoHero.90c37633ba77c4a0b48b.jpg) no-repeat 50%/cover;color:#fff;display:flex;height:100vh;justify-content:center;overflow:hidden;padding:0 20px;position:relative;text-align:center}.hero .overlay{background:#0009;height:100%;left:0;position:absolute;top:0;width:100%;z-index:1}.hero-content{max-width:800px;position:relative;width:100%;z-index:2}.typing-text{color:#fff;display:flex;flex-wrap:wrap;font-size:3.5rem;font-weight:700;justify-content:center;margin:0 auto;min-height:1.2em}.cursor{animation:blink 1s infinite;margin-left:2px}.hero-content p{animation:fadeInUp 1.5s ease forwards;animation-delay:4.2s;color:#d1d5db;font-size:1.5rem;margin-top:1rem}.hero-content .btn,.hero-content p{opacity:0;transform:translateY(20px)}.hero-content .btn{animation:fadeInUp 1.5s ease forwards;animation-delay:5s;background:#00bfa6;border-radius:8px;color:#fff;display:inline-block;font-size:1.2rem;margin-top:2rem;padding:1rem 2rem;text-decoration:none;transition:background .3s ease}.hero-content .btn:hover{background:#009c87}@keyframes blink{0%,50%{opacity:1}51%,to{opacity:0}}@keyframes fadeInUp{to{opacity:1;transform:translateY(0)}}@media (max-width:768px){.typing-text{font-size:2.5rem}.hero-content p{font-size:1.2rem}}@media (max-width:480px){.typing-text{font-size:2rem}.hero-content p{font-size:1rem}.hero-content .btn{font-size:1rem;padding:.8rem 1.6rem}}.about{align-items:center;background:#f9fafb;display:flex;min-height:30vh;padding:4rem 5%}.about-container{grid-gap:3rem;align-items:center;display:grid;gap:3rem;grid-template-columns:1fr 1fr;width:100%}.title{color:#111827;font-size:2.2rem;font-weight:700;margin-bottom:1rem}.title span{color:#00bfa6}.description{color:#4b5563;font-size:1.05rem;line-height:1.7;margin-bottom:1rem}.btn-explore{background:linear-gradient(135deg,#21d1ba,#00bfa6);border-radius:2rem;color:#fff;display:inline-block;font-weight:600;margin-top:1.5rem;padding:.9rem 1.8rem;text-decoration:none;transition:transform .3s ease,box-shadow .3s ease}.btn-explore:hover{box-shadow:0 8px 20px #2563eb66;transform:translateY(-5px) scale(1.05)}.team-carousel{text-align:center}.carousel-container{align-items:center;display:flex;justify-content:center;margin:1.5rem 0;position:relative}.carousel-slide.card{background:#fff;border-radius:1.2rem;box-shadow:0 10px 30px #0000001f;display:flex;flex-direction:column;justify-content:space-between;max-width:320px;min-height:450px;opacity:1;padding:1.5rem;text-align:center;transition:all .4s ease;width:100%}.carousel-slide img{border-radius:1rem;height:400px;margin-bottom:1.5rem;object-fit:cover;width:100%}.carousel-slide h3{color:#111827;font-size:1.3rem;font-weight:600;margin-bottom:.5rem}.carousel-slide p{color:#4b5563;font-size:1rem;margin:0}.fade-in{animation:fadeIn .4s ease forwards}.fade-out{animation:fadeOut .4s ease forwards}@keyframes fadeIn{0%{opacity:0;transform:translateX(30px)}to{opacity:1;transform:translateX(0)}}@keyframes fadeOut{0%{opacity:1;transform:translateX(0)}to{opacity:0;transform:translateX(-30px)}}.carousel-btn{align-items:center;background:#00bfa6;border:none;border-radius:50%;color:#fff;cursor:pointer;display:flex;font-size:1.2rem;height:40px;justify-content:center;position:absolute;top:45%;transition:background .3s ease,transform .2s ease;width:40px;z-index:10}.carousel-btn:hover{background:#009e89;transform:scale(1.1)}.carousel-btn.left{left:-20px}.carousel-btn.right{right:-20px}.carousel-indicators{display:none;gap:.5rem;justify-content:center;margin-top:1rem}.indicator{background-color:#cbd5e1;border:none;border-radius:50%;cursor:pointer;height:10px;transition:background-color .3s ease;width:10px}.indicator.active{background-color:#00bfa6;transform:scale(1.2)}.about-text,.team-carousel{margin-left:20px;margin-right:20px}@media (max-width:1024px){.about{padding:3rem 5%}.about-container{gap:2rem}.carousel-btn.left{left:-15px}.carousel-btn.right{right:-15px}}@media (max-width:900px){.about-container{gap:3rem;grid-template-columns:1fr;text-align:center}.about-text,.team-carousel{margin:0 auto;max-width:600px}}@media (max-width:768px){.about{padding:2rem 5%}.title{font-size:1.8rem}.carousel-btn,.description{font-size:1rem}.carousel-btn{height:35px;width:35px}.carousel-btn.left{left:-10px}.carousel-btn.right{right:-10px}.carousel-slide.card{max-width:300px;min-height:420px}.carousel-slide img{height:260px}}@media (max-width:576px){.about{padding:2rem 1rem}.carousel-container{margin:1rem 0}.carousel-slide.card{max-width:280px;min-height:400px;padding:1.2rem}.carousel-slide img{height:240px}.carousel-btn{display:none}.carousel-indicators{display:flex}.btn-explore{font-size:.9rem;padding:.8rem 1.6rem}}@media (max-width:400px){.title{font-size:1.6rem}.carousel-slide.card{max-width:260px;min-height:380px}.carousel-slide img{height:220px}.carousel-slide h3{font-size:1.1rem}.carousel-slide p{font-size:.9rem}}.services-section{background:#f9fafb;border-bottom:2px solid #672fcf;border-top:2px solid #672fcf;font-family:Arial,sans-serif;padding:4rem 2rem;text-align:center}.services-section h2{color:#1f2937;font-size:2.2rem;font-weight:700;margin-bottom:2.5rem}.services-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));margin:0 auto;max-width:1200px}.service-card{background:#fff;border-radius:1.5rem;box-shadow:0 6px 12px #00000014;overflow:hidden;padding:2rem;position:relative;transition:all .3s ease}.service-card:first-child,.service-card:nth-child(2),.service-card:nth-child(3),.service-card:nth-child(4){border-left:6px solid #00bfa6}.service-card:hover{box-shadow:0 12px 24px #00000026;transform:translateY(-8px) scale(1.02)}.service-card .icon{align-items:center;background-color:#672fcf;border-radius:50%;display:inline-flex;height:60px;justify-content:center;margin-bottom:1rem;width:60px}.service-card .icon img{filter:brightness(0) invert(1);height:30px;object-fit:contain;width:30px}.service-card h3{color:#111827;font-size:1.3rem;font-weight:600;margin-bottom:.5rem}.service-card p{color:#374151;font-size:.95rem;line-height:1.5}form{background:#f9fafb;border-radius:1rem;border-top:#672fcf;box-shadow:0 8px 25px #00000014;padding:2rem 25%;transition:all .3s ease}form:hover{box-shadow:0 12px 30px #0000001f}h2{color:#1e293b;font-size:1.5rem;font-weight:700;margin-bottom:1.5rem;text-align:center}input,textarea{background-color:#f9fafb;border:1px solid #00bfa6;color:#1e293b;font-size:1rem;margin-bottom:1rem;padding:.85rem 1rem;transition:border-color .2s ease,box-shadow .2s ease;width:95%}input:focus,textarea:focus{background-color:#fff;border-color:#00bfa6;box-shadow:0 0 0 3px #2563eb33;outline:none}button{background:#00bfa6;border:none;border-radius:.75rem;color:#fff;cursor:pointer;font-size:1rem;font-weight:600;padding:.9rem 1rem;transition:all .3s ease;width:100%}button:hover:not(:disabled){background:#00bfa6;box-shadow:0 4px 12px #2563eb4d;transform:translateY(-1px)}button:disabled{background:#9ca3af;cursor:not-allowed}textarea{resize:none}.footer{background-color:#0d1117;color:#fff;font-family:Segoe UI,sans-serif;padding:3rem 1.5rem 1rem}.footer-container{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));margin:auto;max-width:1200px;text-align:center}.footer-brand h2{color:#00bfa6;font-size:1.5rem;margin-bottom:.5rem}.footer-brand p{color:#c9d1d9;font-size:.9rem}.footer-links h4,.footer-socials h4{color:#fff;font-size:1.1rem;margin-bottom:1rem}.footer-links ul{list-style:none;padding:0}.footer-links ul li{margin:.5rem 0}.footer-links ul li a{color:#c9d1d9;text-decoration:none;transition:color .3s ease}.footer-links ul li a:hover{color:#00bfa6}.footer-socials .social-icons{display:flex;gap:1rem;justify-content:center;margin-top:.5rem}.footer-socials .social-icons a{align-items:center;background-color:#1a1f25;border-radius:50%;color:#c9d1d9;display:flex;font-size:1.2rem;height:42px;justify-content:center;transition:all .3s ease;width:42px}.footer-socials .social-icons a:hover{background-color:#00bfa6;color:#fff}.footer-bottom{border-top:1px solid #30363d;color:#8b949e;font-size:.85rem;margin-top:2rem;padding-top:1rem;text-align:center}
/*# sourceMappingURL=main.3b02f41a.css.map*/