*{margin:0;padding:0;box-sizing:border-box}body{font-family:Quicksand,sans-serif;line-height:1.6;color:#333}.header{background:url(/assets/fondo_home_header.png) no-repeat 50%;background-size:cover;padding:1rem 0;position:fixed;width:100%;top:0;z-index:1000;box-shadow:0 2px 10px rgba(0,0,0,.1)}.nav-container{max-width:1200px;margin:0 auto;display:flex;justify-content:space-between;align-items:center;padding:0 2rem}.logo img{height:40px}.nav-menu{display:flex;list-style:none;gap:2rem}.nav-menu a{color:#1A1A1A;text-decoration:none;font-weight:600;transition:opacity .3s;text-shadow:0 1px 2px rgba(255,255,255,.8)}.nav-menu a:hover{opacity:.7}.hero{background:url(/assets/fondo_home_hero.png) no-repeat 50%;background-size:cover;padding:180px 0 80px;text-align:center}.hero-container{max-width:1200px;margin:0 auto;padding:0 2rem}.hero h1{font-size:3rem;font-weight:700;color:#333;margin-bottom:1rem;line-height:1.2}.hero p{font-size:1.2rem;color:#666;margin-bottom:2rem;max-width:800px;margin-left:auto;margin-right:auto}.cta-button{background:#00BCD4;color:white;padding:15px 30px;border:none;border-radius:25px;font-size:1.1rem;font-weight:600;cursor:pointer;transition:all .3s ease;text-decoration:none;display:inline-block;box-shadow:0 4px 15px rgba(0,188,212,.3)}.cta-button:hover{background:#00ACC1;box-shadow:0 6px 20px rgba(0,188,212,.4);transform:translateY(-2px)}.cta-button:active{transform:translateY(0);box-shadow:0 2px 10px rgba(0,188,212,.2)}.dashboard-section{padding:60px 0;background:url(/assets/fondo_bajoDashboard.png) no-repeat 50%;background-size:cover}.dashboard-container{max-width:1200px;margin:0 auto;padding:0 2rem;text-align:center}.dashboard-image{max-width:100%;height:auto;border-radius:15px;box-shadow:0 20px 40px rgba(0,0,0,.1);margin-bottom:4rem}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:4rem}.process-section{padding:50px 0;background:#FFFFFF}.process-container{max-width:1200px;margin:0 auto;padding:0 2rem;display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.automation-section .process-container{background:#F5F5F5;padding:3rem;border-radius:20px;margin:0 auto;max-width:1100px}.process-content h2{font-size:1.7rem;margin-bottom:1rem;color:#333}.process-content .tag{color:white;padding:5px 15px;border-radius:15px;font-size:.9rem;font-weight:600;margin-bottom:1rem;display:inline-block}.automation-section .tag{background:#99E9F2;color:#000000}.process-content p{color:#666;margin-bottom:1rem;line-height:1.6}.process-image{text-align:center}.process-image img{max-width:100%;height:auto;border-radius:15px}.catalog-section .process-container{background:transparent;padding:3rem;border-radius:20px;margin:0 auto;max-width:1100px}.catalog-section .tag{background:#15AABF}.team-section .process-container{background:#F5F5F5;padding:3rem;border-radius:20px;margin:0 auto;max-width:1100px}.team-section .tag{background:#0B7285}.innovation-section{background:#1A1A1A;color:white;padding:80px 0}.innovation-container{max-width:1200px;margin:0 auto;padding:0 2rem;display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:start}.innovation-title h2{font-size:2rem;color:white;text-decoration:underline;text-decoration-color:#3BC9DB;line-height:1.2}.innovation-quote h3{font-size:3rem;font-weight:300;text-align:center;color:white}.innovation-content{text-align:center}.innovation-features{list-style:none;margin-bottom:3.5rem;text-align:left}.innovation-features li{margin-bottom:1rem;padding-left:2rem;position:relative}.innovation-features li:before{content:"●";color:#00E5FF;position:absolute;left:0;font-size:1.2rem}.footer-section{background:#3BC9DB url(/assets/fondo_form_transp.png) no-repeat 0;background-size:80%;padding:220px 0 120px;color:white}.footer-container{max-width:1200px;margin:0 auto;padding:0 2rem;display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.footer-content h2{font-size:2.5rem;margin-bottom:1rem;color:#000000}.footer-content p{font-size:1.1rem;margin-bottom:2rem}.contact-form{background:#3BC9DB;padding:2rem;border-radius:15px}.form-group{margin-bottom:1.5rem}.form-group input{width:100%;padding:15px;border:none;border-radius:25px;font-size:1rem;outline:none}.form-group input::-moz-placeholder{color:#999}.form-group input::placeholder{color:#999}.submit-btn{background:#2c3e50;color:white;padding:15px 30px;border:none;border-radius:25px;font-size:1rem;font-weight:600;cursor:pointer;width:100%;transition:background .3s}.submit-btn:hover{background:#34495e}.footer-bottom{background:#3BC9DB;padding:2rem 0;text-align:center}.footer-bottom-container{max-width:1200px;margin:0 auto;padding:0 2rem;display:flex;justify-content:space-between;align-items:center}.footer-logo img{height:30px}.footer-nav{display:flex;list-style:none;gap:2rem}.footer-nav a{color:#000000;text-decoration:none;opacity:.8;transition:opacity .3s}.footer-nav a:hover{opacity:1}@media (max-width:768px){.nav-menu{display:none}.hero h1{font-size:2rem}.footer-container,.innovation-container,.process-container{grid-template-columns:1fr;gap:2rem}.features-grid{grid-template-columns:1fr}.footer-bottom-container{flex-direction:column;gap:1rem}}.feature-card{background:white;padding:1.5rem 2rem;border-radius:50px;box-shadow:0 10px 30px rgba(0,0,0,.1);display:flex;align-items:center;gap:1.5rem;transition:transform .3s}.feature-card:hover{transform:translateY(-5px)}.feature-icon{width:50px;height:50px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.feature-icon img{width:40px;height:40px;filter:brightness(0) saturate(100%) invert(29%) sepia(77%) saturate(1329%) hue-rotate(167deg) brightness(89%) contrast(90%)}.feature-card h3{font-size:1.1rem;margin:0;color:#333;text-align:center;width:100%;flex:1}