:root{--navbar-bg:#fff9;--navbar-blur:blur(25px);--navbar-shadow:0px 4px 4px 0px #00000026;--color-primary:#0046ff;--color-primary-hover:#0036d9;--color-text-dark:#1f2937;--color-text-gray:#7a7a7a;--color-border-light:#e5e7eb}.navbar-floating{background:var(--navbar-bg);width:calc(100% - 40px);max-width:1200px;-webkit-backdrop-filter:var(--navbar-blur);box-shadow:var(--navbar-shadow);z-index:1000;border:1px solid #fff6;border-radius:100px;transition:all .3s cubic-bezier(.4,0,.2,1);position:fixed;top:20px;left:50%;transform:translate(-50%)}.navbar-container{align-items:center;width:100%;padding:10px 24px;display:flex}.navbar-brand{color:var(--color-primary);letter-spacing:-.04em;font-size:1.6rem;font-weight:800;font-family:var(--font-sans);user-select:none;flex-shrink:0;align-items:center;text-decoration:none;display:flex}.navbar-menu{flex-grow:1;justify-content:space-between;align-items:center;margin-left:2rem;display:flex}.navbar-links{align-items:center;gap:2rem;margin:0 auto;padding:0;list-style:none;display:flex}.navbar-link{color:var(--color-text-gray);font-size:.95rem;font-weight:500;text-decoration:none;transition:color .25s;position:relative}.navbar-link:hover{color:var(--color-primary)}.navbar-link:after{content:"";background-color:var(--color-primary);border-radius:2px;width:0;height:2px;transition:width .25s;position:absolute;bottom:-4px;left:0}.navbar-link:hover:after{width:100%}.navbar-actions{flex-shrink:0;align-items:center;gap:.75rem;display:flex}.btn-pill{cursor:pointer;font-size:.9rem;font-weight:600;font-family:var(--font-sans);border:1px solid #0000;border-radius:100px;justify-content:center;align-items:center;padding:10px 24px;text-decoration:none;transition:all .25s;display:inline-flex}.btn-pill-outline{border-color:var(--color-border-light);color:var(--color-text-dark);background-color:#0000}.btn-pill-outline:hover{border-color:var(--color-text-dark);background-color:#0000000a}.btn-pill-primary{background-color:var(--color-primary);border-color:var(--color-primary);color:#fff;box-shadow:0 4px 12px #0046ff33}.btn-pill-primary:hover{background-color:var(--color-primary-hover);border-color:var(--color-primary-hover);transform:translateY(-1px);box-shadow:0 6px 16px #0046ff4d}.mobile-toggle{cursor:pointer;z-index:1100;background:0 0;border:none;flex-direction:column;justify-content:space-between;width:24px;height:18px;margin-left:auto;padding:0;display:none}.mobile-toggle span{background-color:var(--color-text-dark);border-radius:4px;width:100%;height:2px;transition:all .3s;display:block}.mobile-toggle span.open:first-child{transform:translateY(8px)rotate(45deg)}.mobile-toggle span.open:nth-child(2){opacity:0}.mobile-toggle span.open:nth-child(3){transform:translateY(-8px)rotate(-45deg)}@media (width<=992px){.mobile-toggle{display:flex}.navbar-menu{-webkit-backdrop-filter:blur(20px);z-index:1050;background:#fffffff2;border-left:1px solid #0000000d;flex-direction:column;justify-content:flex-start;align-items:flex-start;gap:1.5rem;width:280px;height:100vh;margin-left:0;padding:100px 30px 40px;transition:right .35s cubic-bezier(.4,0,.2,1);position:fixed;top:0;right:-100%;box-shadow:-4px 0 20px #0000000d}.navbar-menu.active{right:0}.navbar-links{flex-direction:column;align-items:flex-start;gap:1rem;width:100%;margin:0}.navbar-link{color:var(--color-text-dark);width:100%;padding:8px 0;font-size:1.1rem;display:block}.navbar-link:after{display:none}.navbar-actions{flex-direction:column;gap:.75rem;width:100%;margin-top:1.5rem}.navbar-actions .btn-pill{width:100%}}.hero-banner-section{max-width:1240px;margin:0 auto;padding:20px 20px 0}.hero-banner{background-image:url(/home1.png);background-position:50%;background-size:cover;border-radius:32px;justify-content:flex-start;align-items:center;width:100%;min-height:480px;padding:4rem 4.5rem;display:flex;position:relative;overflow:hidden;box-shadow:0 10px 30px #00000026}.hero-banner-content{z-index:2;flex-direction:column;align-items:flex-start;max-width:55%;display:flex}.hero-badge{color:#0f172a;text-transform:none;letter-spacing:-.01em;background-color:#bef264;border-radius:100px;margin-bottom:1.5rem;padding:6px 16px;font-size:.85rem;font-weight:700;display:inline-block;box-shadow:0 4px 10px #bef26426}.hero-banner-title{color:#fff;letter-spacing:-.03em;font-size:clamp(2rem,4vw,3.2rem);font-weight:800;line-height:1.15;font-family:var(--font-primary);margin-bottom:1.25rem}.hero-highlight{color:#00d2ff}.hero-banner-desc{color:#fffc;max-width:480px;margin-bottom:2.25rem;font-size:1.15rem;font-weight:400;line-height:1.5}.hero-actions{align-items:center;gap:1rem;width:100%;display:flex}.btn-pill-outline-white{color:#fff;background-color:#0000;border-color:#fff6}.btn-pill-outline-white:hover{background-color:#ffffff1a;border-color:#fff}@media (width<=992px){.hero-banner{background-image:linear-gradient(90deg,#0a0a0fd9 0%,#0a0a0f99 60%,#0a0a0f4d 100%),url(/home1.png);min-height:420px;padding:3.5rem 3rem}.hero-banner-content{max-width:75%}}@media (width<=768px){.hero-banner{background-image:linear-gradient(#0a0a0fe6 0%,#0a0a0fb3 100%),url(/home1.png);min-height:auto;padding:3rem 2rem}.hero-banner-content{width:100%;max-width:100%}.hero-banner-title{font-size:2.2rem}}@media (width<=576px){.hero-banner{border-radius:24px;padding:2.5rem 1.5rem}.hero-banner-title{font-size:1.85rem}.hero-banner-desc{margin-bottom:1.75rem;font-size:1rem}.hero-actions{flex-direction:column;gap:.75rem}.hero-actions .btn-pill{width:100%}}.credit-section-wrapper{color:#0f172a;background-color:#fff;border-top:1px solid #f1f5f9;border-bottom:1px solid #f1f5f9;width:100%;padding:6rem 2rem}.credit-container{align-items:center;gap:4rem;max-width:1200px;margin:0 auto;display:flex}.credit-left{user-select:none;flex:0 0 35%;justify-content:center;width:35%;display:flex}.credit-visual-container{width:290px;height:480px;position:relative}.oval-capsule{background:#fff;border-radius:100px;justify-content:center;align-items:center;width:85px;height:135px;transition:box-shadow .3s;display:flex;position:absolute;box-shadow:0 35px 64px #00000014}.oval-capsule:hover{box-shadow:0 35px 64px #00000024}.oval-capsule img{width:36px;height:auto}.oval-flama{animation:6s ease-in-out infinite float-oval-up;top:0;left:170px}.oval-grafico{animation:7s ease-in-out infinite float-oval-down;top:60px;left:30px}.oval-reloj{animation:8s ease-in-out .5s infinite float-oval-up;top:160px;left:170px}.oval-carro{animation:6.5s ease-in-out .2s infinite float-oval-down;top:240px;left:30px}.oval-campana{animation:7.5s ease-in-out .8s infinite float-oval-up;top:320px;left:170px}@keyframes float-oval-up{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}@keyframes float-oval-down{0%,to{transform:translateY(0)}50%{transform:translateY(10px)}}.credit-right{flex-direction:column;flex:0 0 65%;width:65%;display:flex}.credit-title{color:#0f172a;font-size:clamp(2rem,3.5vw,2.75rem);font-weight:800;line-height:1.15;font-family:var(--font-primary);letter-spacing:-.03em;margin-bottom:1.5rem}.credit-badge-blue{color:#fff;letter-spacing:-.04em;vertical-align:middle;background-color:#0046ff;border-radius:100px;justify-content:center;align-items:center;margin:0 4px;padding:4px 22px;font-size:.9em;font-weight:800;display:inline-flex}.credit-desc{color:#555864;max-width:620px;margin-bottom:3rem;font-size:1.1rem;font-weight:400;line-height:1.6}.credit-cards{gap:1.25rem;display:flex}.credit-card{background-color:#f5f6fc;border-radius:24px;flex-direction:column;flex:1;gap:8px;padding:24px;transition:transform .3s cubic-bezier(.4,0,.2,1),box-shadow .3s;display:flex}.credit-card:hover{transform:translateY(-4px);box-shadow:0 10px 25px #0046ff0d}.credit-card-title{color:#0f172a;letter-spacing:-.02em;font-size:1.1rem;font-weight:800}.credit-card-time{color:#0046ff;font-size:.95rem;font-weight:700}.credit-card-text{color:#555864;font-size:.88rem;line-height:1.45}@media (width<=992px){.credit-container{text-align:center;flex-direction:column;gap:3.5rem}.credit-left{width:100%;max-width:290px;margin:0 auto}.credit-right{width:100%}.credit-desc{margin-left:auto;margin-right:auto}.credit-cards{text-align:left}}@media (width<=768px){.credit-section-wrapper{padding:4rem 1.5rem}.credit-cards{flex-direction:column;gap:1rem}}.calc-section-wrapper{background-color:#f6f8fb;width:100%;padding:6rem 2rem}.calc-container{align-items:center;gap:4rem;max-width:1200px;margin:0 auto;display:flex}.calc-left{flex-direction:column;flex:0 0 50%;width:50%;display:flex}.calc-title{color:#0f172a;font-size:clamp(2rem,3.5vw,2.75rem);font-weight:800;line-height:1.15;font-family:var(--font-primary);letter-spacing:-.03em;margin-bottom:1.25rem}.calc-desc{color:#555864;max-width:520px;margin-bottom:3rem;font-size:1.1rem;font-weight:400;line-height:1.6}.calc-inputs-group{flex-direction:column;gap:2.25rem;width:100%;display:flex}.calc-input-block{flex-direction:column;width:100%;display:flex}.calc-input-label-row{justify-content:space-between;align-items:center;margin-bottom:.75rem;display:flex}.calc-input-label{color:#0f172a;letter-spacing:-.01em;font-size:1.05rem;font-weight:700}.calc-input-value{color:#0046ff;font-size:1.15rem;font-weight:800}.calc-range-slider{appearance:none;background:#e5e7eb;border-radius:100px;outline:none;width:100%;height:6px;transition:background .3s}.calc-range-slider::-webkit-slider-thumb{appearance:none;cursor:pointer;background:#0046ff;border:none;border-radius:50%;width:20px;height:20px;transition:transform .15s,box-shadow .15s;box-shadow:0 0 0 4px #0046ff26}.calc-range-slider::-webkit-slider-thumb:hover{transform:scale(1.15);box-shadow:0 0 0 6px #0046ff40}.calc-range-slider::-moz-range-thumb{cursor:pointer;background:#0046ff;border:none;border-radius:50%;width:20px;height:20px;transition:transform .15s,box-shadow .15s;box-shadow:0 0 0 4px #0046ff26}.calc-range-slider::-moz-range-thumb:hover{transform:scale(1.15);box-shadow:0 0 0 6px #0046ff40}.calc-right{flex:0 0 50%;justify-content:flex-end;width:50%;display:flex}.calc-card{color:#fff;background-color:#0b0f19;border-radius:32px;width:100%;max-width:480px;padding:40px;position:relative;overflow:hidden;box-shadow:0 25px 50px -12px #0006}.calc-card-glow{filter:blur(64px);pointer-events:none;z-index:1;background-color:#0046ff33;border-radius:50%;width:200px;height:200px;position:absolute;top:-40px;right:-40px}.calc-card-content{z-index:2;flex-direction:column;display:flex;position:relative}.calc-card-label{color:#ffffff73;text-transform:uppercase;letter-spacing:.12em;margin-bottom:.5rem;font-size:.8rem;font-weight:700}.calc-card-amount{color:#fff;font-size:clamp(2.5rem,5vw,3.5rem);font-weight:800;font-family:var(--font-primary);letter-spacing:-.02em;margin-bottom:2rem}.calc-card-row{justify-content:space-between;align-items:center;padding:12px 0;font-size:.95rem;display:flex}.calc-card-row-label{color:#ffffff80;font-weight:400}.calc-card-row-val{color:#fff;font-weight:600}.calc-card-divider{background-color:#ffffff1a;height:1px;margin:8px 0}.calc-card-total-row{justify-content:space-between;align-items:center;padding:16px 0;font-size:1.1rem;font-weight:800;display:flex}.calc-card-total-row-label,.calc-card-total-row-val{color:#fff}.calc-card-btn{color:#fff;cursor:pointer;width:100%;font-size:1.05rem;font-weight:700;font-family:var(--font-sans);background-color:#0046ff;border:none;border-radius:100px;justify-content:center;align-items:center;margin-top:1.5rem;padding:16px 32px;transition:all .25s;display:inline-flex;box-shadow:0 4px 14px #0046ff4d}.calc-card-btn:hover{background-color:#0036d9;transform:translateY(-1px);box-shadow:0 6px 20px #0046ff66}@media (width<=992px){.calc-container{text-align:center;flex-direction:column;gap:3.5rem}.calc-left{width:100%;max-width:600px}.calc-right{justify-content:center;width:100%;display:flex}.calc-desc{margin-left:auto;margin-right:auto}.calc-inputs-group{text-align:left}.calc-card{text-align:left;max-width:100%}}@media (width<=768px){.calc-section-wrapper{padding:4.5rem 1.5rem}}@media (width<=576px){.calc-card{border-radius:24px;padding:24px}}@media (width<=992px){.vehicles-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=768px){.vehicles-section-wrapper{padding:4.5rem 1.5rem}}@media (width<=576px){.vehicles-grid{grid-template-columns:1fr}.vehicles-header{flex-direction:column;align-items:flex-start;gap:1.5rem;margin-bottom:2rem}.vehicles-header .btn-pill{width:100%}}:root{--bg-primary:#fff;--bg-secondary:#f8fafc;--text-primary:#0f172a;--text-secondary:#4b5563;--accent:#0046ff;--accent-gradient:linear-gradient(135deg, #0046ff 0%, #a855f7 100%);--glass-bg:#ffffffb3;--glass-border:#0000000d;--font-sans:"Noto Sans", system-ui, -apple-system, sans-serif}*{box-sizing:border-box;margin:0;padding:0}body{background-color:var(--bg-primary);color:var(--text-primary);font-family:var(--font-sans);line-height:1.6;overflow-x:hidden}h1,h2,h3,h4{letter-spacing:-.02em;font-weight:700}a{color:inherit;text-decoration:none;transition:all .3s}.gradient-text{background:var(--accent-gradient);-webkit-text-fill-color:transparent;background-clip:text}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.animate-fade-in{animation:.8s ease-out forwards fadeIn}:root{--font-primary:"Noto Sans", sans-serif;--font-heading:"Noto Sans", sans-serif}h1,h2,h3{font-family:var(--font-primary)}.vehicles-section-wrapper{background-color:#f6f8fb;width:100%;padding:6rem 2rem}.vehicles-container{flex-direction:column;max-width:1200px;margin:0 auto;display:flex}.vehicles-header{justify-content:space-between;align-items:flex-end;width:100%;margin-bottom:3rem;display:flex}.vehicles-header-left{flex-direction:column;align-items:flex-start;display:flex}.vehicles-badge{color:#0046ff;background-color:#ebf3ff;border-radius:100px;margin-bottom:.75rem;padding:6px 14px;font-size:.8rem;font-weight:700;display:inline-block}.vehicles-title{color:#0f172a;font-size:clamp(2rem,3.5vw,2.75rem);font-weight:800;line-height:1.15;font-family:var(--font-primary);letter-spacing:-.03em;margin:0}.vehicles-grid{grid-template-columns:repeat(3,1fr);gap:1.5rem;width:100%;display:grid}.vehicle-card{background-color:#fff;border:1px solid #f6f6f6;border-radius:24px;flex-direction:column;transition:transform .3s cubic-bezier(.4,0,.2,1),box-shadow .3s;display:flex;overflow:hidden;box-shadow:0 4px 4px #0000000a}.vehicle-card:hover{transform:translateY(-6px);box-shadow:0 12px 25px #00000012}.vehicle-image-box{aspect-ratio:1.6;background-color:#f1f5f9;width:100%;position:relative;overflow:hidden}.vehicle-image-box img{object-fit:cover;width:100%;height:100%;transition:transform .5s}.vehicle-card:hover .vehicle-image-box img{transform:scale(1.04)}.vehicle-price-badge{color:#fff;z-index:2;letter-spacing:-.01em;background-color:#0046ff;border-radius:100px;padding:6px 14px;font-size:.85rem;font-weight:800;position:absolute;top:16px;left:16px}.vehicle-cond-badge{z-index:2;color:#fff;letter-spacing:-.01em;border-radius:100px;padding:6px 14px;font-size:.85rem;font-weight:800;position:absolute;top:16px;right:16px}.vehicle-cond-badge.usado{-webkit-backdrop-filter:blur(4px);background-color:#0f172a99}.vehicle-cond-badge.nuevo{background-color:#ff6d00}.vehicle-card-body{flex-direction:column;gap:16px;padding:20px;display:flex}.vehicle-info-row-1{justify-content:space-between;align-items:flex-start;display:flex}.vehicle-model{color:#0f172a;letter-spacing:-.02em;margin:0;font-size:1.15rem;font-weight:800}.vehicle-finance-label{color:#9ca3af;text-align:right;margin-top:2px;font-size:.75rem;font-weight:500}.vehicle-info-row-2{justify-content:space-between;align-items:flex-end;display:flex}.vehicle-specs{align-items:center;gap:.75rem;display:flex}.vehicle-spec-item{color:#6b7280;align-items:center;gap:6px;font-size:.8rem;font-weight:600;display:flex}.vehicle-spec-item svg{color:#9ca3af;width:14px;height:14px}.vehicle-finance-price{color:#0046ff;letter-spacing:-.02em;font-size:1.4rem;font-weight:800;line-height:1}.vehicle-finance-price span{color:#6b7280;font-size:.8rem;font-weight:500}.btn-llevatelo{color:#0046ff;cursor:pointer;width:100%;font-size:.9rem;font-weight:700;font-family:var(--font-sans);text-align:center;background-color:#ebf3ff;border:none;border-radius:100px;padding:14px;text-decoration:none;transition:all .25s;display:block;box-shadow:0 1px 2px #1018280d}.btn-llevatelo:hover{background-color:#d6e8ff;transform:translateY(-1px);box-shadow:0 3px 8px #0046ff1a}@media (width<=992px){.vehicles-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=768px){.vehicles-section-wrapper{padding:4.5rem 1.5rem}}@media (width<=576px){.vehicles-grid{grid-template-columns:1fr}.vehicles-header{flex-direction:column;align-items:flex-start;gap:1.5rem;margin-bottom:2rem}.vehicles-header .btn-pill{width:100%}}main[data-astro-cid-lcdefpme]{padding-top:120px}.container[data-astro-cid-lcdefpme]{max-width:1200px;margin:0 auto;padding:0 2rem}.stats[data-astro-cid-lcdefpme]{border-top:1px solid #ffffff0d;grid-template-columns:repeat(3,1fr);gap:2rem;padding:4rem 2rem;display:grid}.stat-item[data-astro-cid-lcdefpme]{text-align:center}.stat-number[data-astro-cid-lcdefpme]{font-size:2.5rem;font-weight:800;font-family:var(--font-heading);background:var(--accent-gradient);-webkit-text-fill-color:transparent;-webkit-background-clip:text;margin-bottom:.5rem;display:block}.stat-label[data-astro-cid-lcdefpme]{color:var(--text-secondary);text-transform:uppercase;letter-spacing:2px;font-size:.8rem;font-weight:600}
