*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;line-height:1.6;color:#333;background:#f9fafb}header{background:#1e3a8a;color:#fff;padding:1rem 0;position:fixed;width:100%;top:0;z-index:1000;box-shadow:0 2px 10px #0000001a}.header-content{max-width:1400px;margin:0 auto;padding:0 2rem;display:flex;justify-content:space-between;align-items:center}.logo{display:flex;align-items:center;gap:.5rem;font-size:1.5rem;font-weight:700}nav ul{display:flex;list-style:none;gap:2rem}nav a{color:#fff;text-decoration:none;text-transform:capitalize;transition:color .3s}nav a:hover{color:#fbbf24}.menu-toggle{display:none;background:none;border:none;color:#fff;font-size:1.5rem;cursor:pointer}.hero{position:relative;margin-top:60px;height:600px;overflow:hidden;padding:0}.carousel{position:relative;width:100%;height:100%}.carousel-slide{position:absolute;width:100%;height:100%;opacity:0;transition:opacity 1s ease-in-out;display:flex;align-items:center;justify-content:center}.carousel-slide.active{opacity:1}.carousel-slide:before{content:"";position:absolute;inset:0;background:#1e3a8a66}.slide-1{background-image:url(/assets/images/slide1-DOerswvL.jpg);background-size:cover}.slide-2{background-image:url(/assets/images/slide2-oeNLmQFK.jpg);background-size:cover}.slide-3{background-image:url(/assets/images/slide3-D3zM9F1E.jpg);background-size:cover}.hero-content{position:relative;z-index:2;max-width:1400px;margin:0 auto;padding:0 2rem;color:#fff;text-align:center}.hero h1{font-size:3rem;margin-bottom:1rem;line-height:1.2}.hero p{font-size:1.25rem;margin-bottom:2rem;max-width:600px;margin-left:auto;margin-right:auto}.carousel-controls{position:absolute;bottom:2rem;left:50%;transform:translate(-50%);z-index:10;display:flex;gap:1rem}.carousel-dot{width:12px;height:12px;border-radius:50%;background:#ffffff80;border:none;cursor:pointer;transition:all .3s}.carousel-dot.active{background:#fff;width:30px;border-radius:6px}.carousel-arrow{position:absolute;top:50%;transform:translateY(-50%);background:#fff3;border:none;color:#fff;width:50px;height:50px;border-radius:50%;font-size:1.5rem;cursor:pointer;transition:background .3s;z-index:10}.carousel-arrow:hover{background:#ffffff4d}.carousel-arrow.prev{left:2rem}.carousel-arrow.next{right:2rem}.btn-primary{background:#fbbf24;color:#1e3a8a;padding:1rem 2rem;border:none;border-radius:.5rem;font-size:1rem;font-weight:600;cursor:pointer;text-decoration:none;display:inline-block;transition:background .3s}.btn-primary:hover{background:#f59e0b}section{padding:2rem;max-width:1400px;margin:0 auto}section h2{font-size:2.5rem;color:#1e3a8a;text-align:center;margin-bottom:3rem}.grid{display:grid;gap:2rem}.grid-3{grid-template-columns:repeat(auto-fit,minmax(280px,1fr))}.grid-2{grid-template-columns:repeat(auto-fit,minmax(300px,1fr))}.grid-4{grid-template-columns:repeat(auto-fit,minmax(250px,1fr))}.card{background:#fff;padding:2rem;border-radius:.5rem;box-shadow:0 1px 3px #0000001a;transition:box-shadow .3s}.card:hover{box-shadow:0 10px 25px #00000026}.card-icon{width:4rem;height:4rem;background:#dbeafe;border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 1rem;font-size:2rem}.card h3{font-size:1.25rem;margin-bottom:.5rem;color:#1e3a8a}.card p{color:#6b7280}.card ul{list-style:none;margin-top:1rem}.card li{padding:.5rem 0;color:#374151;display:flex;align-items:center;gap:.75rem}.card li:before{content:"●";color:#fbbf24}#equipos{background:#f3f4f6}.sucursal-card{background:#fff;padding:1.5rem;border-radius:.5rem;box-shadow:0 1px 3px #0000001a}.sucursal-card h3{display:flex;align-items:center;gap:.5rem;margin-bottom:.75rem;color:#1e3a8a;font-size:1.125rem}.sucursal-card p{color:#6b7280;font-size:.875rem;margin-bottom:.5rem}.sucursal-card .telefono{color:#374151;font-weight:600}.contact-form{max-width:600px;margin:0 auto}.form-group{margin-bottom:1.5rem}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem}.form-message{padding:1rem;border-radius:8px;margin-bottom:1.5rem;font-weight:500}.form-message.success{background:#d1fae5;color:#065f46;border:2px solid #10b981}.form-message.error{background:#fee2e2;color:#991b1b;border:2px solid #ef4444}input,textarea{width:100%;padding:.75rem 1rem;border:1px solid #d1d5db;border-radius:.5rem;font-size:1rem;font-family:inherit}input:focus,textarea:focus{outline:none;border-color:#1e3a8a}textarea{resize:vertical}.contact-info{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:2rem;margin-top:3rem;text-align:center}.contact-info-item{display:flex;flex-direction:column;align-items:center;gap:.5rem}footer{background:#1e3a8a;color:#fff;text-align:center;padding:2rem}footer p{color:#9ca3af}.bg-blue{background:#1e3a8ab3;color:#fff}.bg-gray{background:#f3f4f6}@media(max-width:768px){.menu-toggle{display:block}nav{display:none}nav.active{display:block;position:absolute;top:100%;left:0;right:0;background:#1e3a8a;padding:1rem 2rem}nav.active ul{flex-direction:column;gap:1rem}.hero h1{font-size:2rem}.carousel-arrow{width:40px;height:40px;font-size:1.2rem}.carousel-arrow.prev{left:1rem}.carousel-arrow.next{right:1rem}.form-row{grid-template-columns:1fr}}
