*{margin:0;padding:0;box-sizing:border-box}:root{--primary-color: #f35e15;--primary-dark: #c84712;--text-primary: #1c263b;--text-secondary: #6b7280;--text-light: #9ca3af;--background-light: #f8fafb;--white: #ffffff;--green: #10b981;--red: #ef4444;--orange: #f59e0b;--purple: #8b5cf6;--pink: #ec4899;--teal: #14b8a6;--border-light: #e5e7eb;--border-lighter: #f3f4f6;--shadow-sm: 0 1px 2px 0 rgb(0 0 0 / .05);--shadow-md: 0 4px 6px -1px rgb(0 0 0 / .1), 0 2px 4px -2px rgb(0 0 0 / .1);--shadow-lg: 0 10px 15px -3px rgb(0 0 0 / .1), 0 4px 6px -4px rgb(0 0 0 / .1);--shadow-xl: 0 20px 25px -5px rgb(0 0 0 / .1), 0 8px 10px -6px rgb(0 0 0 / .1)}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;line-height:1.6;color:var(--text-primary);background-color:var(--background-light)}.container{max-width:1200px;margin:0 auto;padding:0 1rem}.btn-primary{background:var(--primary-color);color:#fff;border:none;padding:.75rem 1.5rem;border-radius:.5rem;font-weight:500;cursor:pointer;transition:all .2s ease;font-size:.875rem;text-decoration:none;display:inline-flex;align-items:center;gap:.5rem}.btn-primary:hover{background:var(--primary-dark);transform:translateY(-1px);box-shadow:var(--shadow-md)}.btn-secondary{background:transparent;color:var(--text-primary);border:1px solid var(--border-light);padding:.75rem 1.5rem;border-radius:.5rem;font-weight:500;cursor:pointer;transition:all .2s ease;font-size:.875rem}.btn-secondary:hover{border-color: #0c0c0c;background:#1a1a1a;box-shadow:var(--shadow-md)}.link-secondary{color:var(--text-secondary);text-decoration:none;font-weight:500;transition:color .2s ease}.link-secondary:hover{color:var(--text-primary)}.header{background:var(--white);border-bottom:1px solid var(--border-lighter);position:sticky;top:0;z-index:100;box-shadow:var(--shadow-sm)}
.nav{display:flex;justify-content:space-between;align-items:center;padding:1.5rem 2rem;max-width:1200px;margin:0 auto}.logo{display:flex;align-items:center;gap:.5rem}.logo-img{height:34px;width:auto;display:block}.logo-icon{background:var(--primary-color);color:#fff;width:2.5rem;height:2.5rem;border-radius:.5rem;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:1rem}.logo-text{font-size:1.5rem;font-weight:700;color:var(--text-primary)}.nav-menu{display:flex;list-style:none;gap:2rem;margin:0}.nav-menu a{color:var(--text-secondary);text-decoration:none;font-weight:500;transition:color .2s ease}.nav-menu a:hover{color:var(--primary-color)}.hero{padding:6rem 2rem 4rem;max-width:1200px;margin:0 auto;position:relative;overflow:hidden}.hero-outer{width:100%;background:linear-gradient(180deg,#f4f4f4,#f0f4ff)}.hero-content{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.hero-badge{display:inline-flex;align-items:center;gap:.5rem;background:var(--white);padding:.5rem 1rem;border-radius:2rem;border:1px solid var(--border-light);margin-bottom:2rem;font-size:.875rem;color:var(--text-secondary);box-shadow:var(--shadow-sm)}.hero-badge img{width:1rem;height:1rem}.hero-title{font-size:3.5rem;font-weight:700;line-height:1.1;margin-bottom:1.5rem;color:var(--text-primary)}.title-brand{color:var(--primary-color)}.hero-description{font-size:1.125rem;color:var(--text-secondary);margin-bottom:2rem;line-height:1.7}.hero-actions{display:flex;gap:1.5rem;align-items:center;margin-bottom:3rem}.hero-stats{display:flex;gap:3rem}.stat{text-align:center}.stat-number{font-size:2rem;font-weight:700;color:var(--text-primary)}.stat-label{font-size:.875rem;color:var(--text-secondary);margin-top:.25rem}.panel-infosoft{background:var(--white);border-radius:1rem;padding:2rem;box-shadow:var(--shadow-xl);border:1px solid var(--border-lighter)}.panel-infosoft h3{font-size:1.25rem;font-weight:600;margin-bottom:1.5rem;color:var(--text-primary)}.panel-item{display:flex;align-items:center;gap:1rem;padding:.9rem 1rem;border-radius:.75rem;margin-bottom:.75rem;border:1px solid transparent;transition:all .18s ease;background:transparent}.panel-item:hover{transform:translateY(-3px);box-shadow:var(--shadow-sm)}.panel-item:last-child{margin-bottom:0}.panel-item img,.panel-item svg{width:2.6rem;height:2.6rem;padding:.625rem;display:block;border-radius:9999px;object-fit:contain;background-clip:padding-box;color:inherit}.panel-item svg{stroke-width:2.2}.panel-item span{flex:1;font-weight:600;color:var(--text-primary)}.status{display:none}.panel-infosoft .panel-item:nth-of-type(1){background:#eef6ff;border-color:#6366f114}.panel-infosoft .panel-item:nth-of-type(1) img,.panel-infosoft .panel-item:nth-of-type(1) svg{background:#dbeafe;color:#2563eb}.panel-infosoft .panel-item:nth-of-type(2){background:#ecfdf5;border-color:#10b9810f}.panel-infosoft .panel-item:nth-of-type(2) img,.panel-infosoft .panel-item:nth-of-type(2) svg{background:#d1fae5;color:var(--green)}.panel-infosoft .panel-item:nth-of-type(3){background:#fbf5ff;border-color:#8b5cf60f}.panel-infosoft .panel-item:nth-of-type(3) img,.panel-infosoft .panel-item:nth-of-type(3) svg{background:#ede9fe;color:var(--purple)}.panel-infosoft{display:flex;flex-direction:column;gap:.5rem}.hero-decoration{position:absolute;top:0;right:0;width:100%;height:100%;pointer-events:none;z-index:-1}.circle{position:absolute;border-radius:50%;opacity:.1}.circle-1{width:20rem;height:20rem;background:var(--primary-color);top:-10rem;right:-10rem}.circle-2{width:30rem;height:30rem;background:var(--pink);bottom:-15rem;left:-15rem}.servicios{padding:6rem 2rem;max-width:1200px;margin:0 auto}.section-header{text-align:center;margin-bottom:4rem;max-width:600px;margin-left:auto;margin-right:auto}.section-subtitle{color:var(--text-secondary);font-size:.875rem;font-weight:500;text-transform:uppercase;letter-spacing:.05em;margin-bottom:1rem}.section-title{font-size:2.5rem;font-weight:700;margin-bottom:1rem;line-height:1.2}.text-primary{color:var(--primary-color)}.section-description{font-size:1.125rem;color:var(--text-secondary);line-height:1.7}.services-section{margin-bottom:4rem}.services-header{display:flex;align-items:center;gap:1rem;margin-bottom:2rem}.services-header img{width:2rem;height:2rem}.services-header h3{font-size:1.5rem;font-weight:600;color:var(--text-primary)}.services-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem}.service-card{background:var(--white);padding:2rem;border-radius:1rem;border:1px solid var(--border-lighter);transition:all .3s ease;position:relative}.service-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-xl);border-color:var(--border-light)}.service-icon{width:3rem;height:3rem;border-radius:.75rem;display:flex;align-items:center;justify-content:center;margin-bottom:1.5rem}.service-icon.blue{background:#dbeafe}.service-icon.green{background:#d1fae5}.service-icon.purple{background:#ede9fe}.service-icon.orange{background:#fed7aa}.service-icon.red{background:#fecaca}.service-icon.teal{background:#ccfbf1}.service-icon.pink{background:#fce7f3}.service-icon img{width:1.5rem;height:1.5rem}.service-card h4{font-size:1.125rem;font-weight:600;margin-bottom:.75rem;color:var(--text-primary)}.service-card p{color:var(--text-secondary);line-height:1.6}.section-cta{text-align:center;margin-top:3rem}.caracteristicas{padding:6rem 2rem;background:var(--white)}.caracteristicas .section-header{margin-bottom:4rem}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:2rem;max-width:1200px;margin:0 auto}.feature-card{background:var(--background-light);padding:2rem;border-radius:1rem;border:1px solid var(--border-lighter);position:relative;transition:all .3s ease}.feature-card:hover{transform:translateY(-2px);box-shadow:var(--shadow-lg)}.feature-icon{width:3rem;height:3rem;background:#e3e3e3;border-radius:.75rem;display:flex;align-items:center;justify-content:center;margin-bottom:1.5rem}.feature-icon img{width:1.5rem;height:1.5rem;filter:brightness(0) invert(1)}.feature-card h4{font-size:1.125rem;font-weight:600;margin-bottom:.75rem;color:var(--text-primary)}.feature-card p{color:var(--text-secondary);line-height:1.6;margin-bottom:1rem}.feature-badge{display:inline-block;background:var(--primary-color);color:#fff;padding:.25rem .75rem;border-radius:1rem;font-size:.75rem;font-weight:500}.feature-check{position:absolute;top:1rem;right:1rem;width:1.5rem;height:1.5rem}.feature-check img{width:100%;height:100%}.cta-section{background:var(--background-light);padding:4rem 2rem;text-align:center}.cta-content{max-width:600px;margin:0 auto;background:var(--white);padding:3rem 2rem;border-radius:1rem;box-shadow:var(--shadow-md);border:1px solid var(--border-lighter)}.cta-content h2{font-size:2rem;font-weight:700;margin-bottom:1rem;color:var(--text-primary)}.cta-content p{color:var(--text-secondary);margin-bottom:2rem;font-size:1.125rem}.cta-buttons{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.newsletter{background:var(--text-primary);color:#fff;padding:4rem 2rem}.newsletter .container{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:center}.newsletter-content h3{font-size:2rem;font-weight:700;margin-bottom:1rem}.newsletter-content p{color:#9ca3af;font-size:1.125rem}.newsletter-form{display:flex;gap:1rem}.newsletter-form input{flex:1;padding:.75rem 1rem;border:1px solid #374151;border-radius:.5rem;background:#374151;color:#fff;font-size:.875rem}.newsletter-form input::placeholder{color:#9ca3af}.newsletter-form input:focus{outline:none;border-color:var(--primary-color)}.footer{background:var(--text-primary);color:#fff;padding:4rem 2rem 2rem}.footer-content{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr 1fr 1fr;gap:3rem;margin-bottom:3rem}.footer-about{grid-column:span 1}.footer-logo{display:flex;align-items:center;gap:.5rem;margin-bottom:1rem}.footer-logo .logo-icon{background:var(--primary-color)}.footer-about p{color:#9ca3af;line-height:1.6;margin-bottom:2rem}.social-links{display:flex;gap:1rem}.social-links a{width:2rem;height:2rem;display:flex;align-items:center;justify-content:center;background:#374151;border-radius:.5rem;transition:background .2s ease}.social-links a:hover{background:var(--primary-color)}.social-links img{width:1rem;height:1rem;filter:brightness(0) invert(1)}.footer-section h4{font-size:1.125rem;font-weight:600;margin-bottom:1.5rem}.footer-section ul{list-style:none}.footer-section ul li{margin-bottom:.75rem}.footer-section ul a{color:#9ca3af;text-decoration:none;transition:color .2s ease}.footer-section ul a:hover{color:#fff}.contact-item{display:flex;align-items:flex-start;gap:.75rem;margin-bottom:1rem}.contact-item img{width:1rem;height:1rem;margin-top:.25rem;filter:brightness(0) invert(1)}.contact-item span{color:#9ca3af;line-height:1.5}.footer-bottom{max-width:1200px;margin:0 auto;padding-top:2rem;border-top:1px solid #374151;display:flex;justify-content:space-between;align-items:center;color:#9ca3af;font-size:.875rem}.footer-links{display:flex;gap:2rem}.footer-links a{color:#9ca3af;text-decoration:none;transition:color .2s ease}.footer-links a:hover{color:#fff}@media (max-width: 1024px){.hero-content{grid-template-columns:1fr;gap:3rem;text-align:center}.hero-title{font-size:3rem}.newsletter .container{grid-template-columns:1fr;gap:2rem;text-align:center}.footer-content{grid-template-columns:1fr 1fr;gap:2rem}.panel-infosoft{width:100%;max-width:720px;margin-left:auto;margin-right:auto}.hero-decoration{right:-4rem}}@media (max-width: 768px){.nav{padding:1rem}.nav-menu{display:none}.hero{padding:4rem 1rem 2rem}.hero-title{font-size:2.5rem}.hero-actions,.hero-stats{flex-direction:column;gap:1rem}.servicios,.caracteristicas{padding:4rem 1rem}.section-title{font-size:2rem}
.services-grid,.features-grid{grid-template-columns:1fr;gap:1.5rem}.cta-buttons,
.newsletter-form{flex-direction:column}.footer-content{grid-template-columns:1fr;gap:2rem}.footer-bottom{flex-direction:column;gap:1rem;text-align:center}.footer-links{flex-direction:column;gap:1rem}.logo-img{height:32px}.panel-item{padding:.65rem .75rem;gap:.75rem}.panel-item img,.panel-item svg{width:2.2rem;height:2.2rem;padding:.5rem}.hero-decoration{display:none}}@media (max-width: 480px){.hero-title{font-size:2rem}.section-title{font-size:1.75rem}.service-card,.feature-card{padding:1.5rem}.cta-content{padding:2rem 1.5rem}.panel-infosoft{padding:1rem}.panel-item{padding:.5rem .6rem;gap:.6rem}.panel-item img,.panel-item svg{width:1.9rem;height:1.9rem;padding:.45rem}.hero-badge{padding:.4rem .75rem;font-size:.8125rem}}html{scroll-behavior:smooth}button:focus,a:focus,input:focus{outline:2px solid var(--primary-color);outline-offset:2px}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.hero-badge,.hero-title,.hero-description,.hero-actions{animation:fadeInUp .6s ease-out}.hero-title{animation-delay:.1s}.hero-description{animation-delay:.2s}.hero-actions{animation-delay:.3s}
.link_naranja:link,
.link_naranja:visited {
  color: #f35e15;
  text-decoration: none;
  transition: color 0.2s ease-in-out;
}

.link_naranja:hover,
.link_naranja:active {
  color: #ff7a33;  
}
.float {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 40px;
  right: 40px;
  background-color: #25d366;
  color: #FFF;
  border-radius: 50px;
  text-align: center;
  font-size: 30px;
  box-shadow: 2px 2px 3px #999;
  z-index: 100;
}
.float:hover{border: 0;}
.my-float {
  margin-top: 16px;
}
.my-float:hover {
  color: #000;
}