:root{color:#fff;font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#000;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;font-weight:400;line-height:1.5}body{color:#fff;background-color:#000;min-width:320px;min-height:100vh;margin:0}#root{min-height:100vh}h1,h2,h3,h4,h5,h6{color:#f80}a{color:#f80;text-decoration:none}a:hover{color:#fa4}button{font-family:inherit}::-webkit-scrollbar{width:10px}::-webkit-scrollbar-track{background:#1a1a1a}::-webkit-scrollbar-thumb{background:#f80;border-radius:5px}::-webkit-scrollbar-thumb:hover{background:#fa4}.navbar{z-index:1000;background-color:#000;padding:.75rem 0;position:sticky;top:0;box-shadow:0 2px 10px #ffa5004d}.navbar-menu{align-items:center;gap:1.8rem;margin:0;padding:0;list-style:none;display:flex}.navbar-link:hover,.navbar-link.active{color:#f80}.navbar-link:hover:after,.navbar-link.active:after{width:100%}.navbar-cta{color:#000;white-space:nowrap;background:#f80;border-radius:20px;padding:.5rem 1.2rem;font-size:.9rem;font-weight:700;text-decoration:none;transition:background .25s,transform .2s;display:inline-block}.navbar-cta:hover{background:#ff9f33;transform:translateY(-1px)}.navbar-hamburger{cursor:pointer;z-index:1100;background:0 0;border:none;flex-direction:column;justify-content:space-between;width:28px;height:20px;padding:0;display:none}.navbar-hamburger span{background:#fff;border-radius:2px;height:2px;transition:transform .3s,opacity .3s;display:block}.navbar-hamburger.open span:first-child{transform:translateY(9px)rotate(45deg)}.navbar-hamburger.open span:nth-child(2){opacity:0}.navbar-hamburger.open span:nth-child(3){transform:translateY(-9px)rotate(-45deg)}@media (width<=768px){.navbar-container{padding:0 1.2rem}.navbar-hamburger{display:flex}.navbar-menu{background:#0d0d0d;border-left:2px solid #f80;flex-direction:column;align-items:flex-start;gap:0;width:75%;max-width:320px;height:100vh;padding:6rem 2rem 2rem;transition:right .35s;position:fixed;top:0;right:-100%;box-shadow:-5px 0 20px #00000080}.navbar-menu.active{right:0}.navbar-item{border-bottom:1px solid #1e1e1e;width:100%}.navbar-link{padding:1rem 0;font-size:1.1rem;display:block}.navbar-link:after{display:none}.navbar-cta-item{border-bottom:none;margin-top:1.5rem}.navbar-cta{text-align:center;border-radius:6px;width:100%;padding:.75rem 1rem;font-size:1rem;display:block}}.navbar-container{justify-content:space-between;align-items:center;max-width:1200px;margin:0 auto;padding:0 2rem;display:flex}.navbar-logo{color:#f80;align-items:center;font-size:1.5rem;font-weight:700;text-decoration:none;transition:color .3s;display:flex}.navbar-logo:hover{color:#fa4}.logo-image{object-fit:contain;width:auto;height:120px;transition:transform .3s}.navbar-logo:hover .logo-image{transform:scale(1.05)}.logo-text{font-size:1.5rem;font-weight:700}.navbar-menu{gap:2rem;margin:0;padding:0;list-style:none;display:flex}.navbar-item{margin:0}.navbar-link{color:#fff;font-size:1.1rem;text-decoration:none;transition:color .3s;position:relative}.navbar-link:hover{color:#f80}.navbar-link:after{content:"";background-color:#f80;width:0;height:2px;transition:width .3s;position:absolute;bottom:-5px;left:0}.navbar-link:hover:after{width:100%}@media (width<=768px){.navbar-menu{gap:1rem}.navbar-link{font-size:1rem}.navbar-container{padding:0 1rem}.logo-image{height:90px}}.footer{color:#fff;background-color:#000;margin-top:auto;padding:3rem 0 1rem}.footer-container{grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;max-width:1200px;margin:0 auto 2rem;padding:0 2rem;display:grid}.footer-section h3{color:#f80;margin-bottom:1rem;font-size:1.5rem}.footer-section h4{color:#f80;margin-bottom:1rem;font-size:1.2rem}.footer-section p{color:#ccc;line-height:1.6}.footer-section ul{margin:0;padding:0;list-style:none}.footer-section ul li{margin-bottom:.5rem}.footer-section ul li a{color:#ccc;text-decoration:none;transition:color .3s}.footer-section ul li a:hover{color:#f80}.social-links{flex-direction:column;gap:1rem;display:flex}.social-links a{color:#ccc;background-color:#ff88001a;border:1px solid #333;border-radius:5px;align-items:center;gap:.5rem;padding:.5rem;text-decoration:none;transition:all .3s;display:flex}.social-links a:hover{color:#f80;background-color:#f803;border-color:#f80;transform:translate(5px)}.footer-bottom{text-align:center;border-top:1px solid #333;padding:1.5rem 0}.footer-bottom p{color:#999;margin:0;font-size:.9rem}@media (width<=768px){.footer-container{grid-template-columns:1fr;padding:0 1rem}}.whatsapp-float{color:#fff;cursor:pointer;z-index:1000;background-color:#25d366;border:none;border-radius:50%;justify-content:center;align-items:center;width:60px;height:60px;transition:all .3s;animation:2s infinite pulse;display:flex;position:fixed;bottom:30px;right:30px;box-shadow:0 4px 20px #25d36666}.whatsapp-float:hover{background-color:#20ba5a;transform:scale(1.1);box-shadow:0 6px 30px #25d36699}.whatsapp-float:active{transform:scale(.95)}.whatsapp-icon{width:35px;height:35px}@keyframes pulse{0%{box-shadow:0 4px 20px #25d36666}50%{box-shadow:0 4px 30px #25d366b3}to{box-shadow:0 4px 20px #25d36666}}.whatsapp-float:before{content:"¿Necesitas ayuda?";color:#000;white-space:nowrap;opacity:0;pointer-events:none;background-color:#fff;border-radius:8px;padding:8px 15px;font-size:14px;transition:opacity .3s;position:absolute;right:70px;box-shadow:0 2px 10px #0000001a}.whatsapp-float:hover:before{opacity:1}@media (width<=768px){.whatsapp-float{width:50px;height:50px;bottom:20px;right:20px}.whatsapp-icon{width:28px;height:28px}.whatsapp-float:before{display:none}}.home{min-height:calc(100vh - 200px)}.hero{color:#fff;text-align:center;background:linear-gradient(135deg,#0a0a0a 0%,#1a1a1a 50%,#0d0d0d 100%);border-bottom:4px solid #f80;padding:7rem 2rem 6rem;position:relative;overflow:hidden}.hero:before{content:"";pointer-events:none;background:radial-gradient(at 50% 0,#ff88001f 0%,#0000 70%);position:absolute;inset:0}.hero-content{z-index:1;max-width:800px;margin:0 auto;position:relative}.hero-badge{color:#f80;letter-spacing:.5px;background:#ff880026;border:1px solid #f806;border-radius:20px;margin-bottom:1.5rem;padding:.4rem 1rem;font-size:.95rem;display:inline-block}.hero h1{color:#fff;text-shadow:0 2px 20px #00000080;white-space:nowrap;margin-bottom:1.2rem;font-size:3.6rem;font-weight:800;line-height:1.15}.hero-highlight{color:#f80}.hero-subtitle{color:#ccc;margin-bottom:2.5rem;font-size:1.25rem;line-height:1.7}.hero-ctas{flex-wrap:wrap;justify-content:center;gap:1.2rem;display:flex}.btn-primary{color:#000;background:#f80;border-radius:6px;padding:.85rem 2rem;font-size:1rem;font-weight:700;text-decoration:none;transition:background .25s,transform .2s,box-shadow .25s;display:inline-block;box-shadow:0 4px 15px #f806}.btn-primary:hover{background:#ff9f33;transform:translateY(-2px);box-shadow:0 6px 20px #f809}.btn-secondary{color:#fff;background:0 0;border:2px solid #fff;border-radius:6px;padding:.85rem 2rem;font-size:1rem;font-weight:600;text-decoration:none;transition:background .25s,color .25s,transform .2s;display:inline-block}.btn-secondary:hover{color:#000;background:#fff;transform:translateY(-2px)}.btn-outline{color:#f80;background:0 0;border:2px solid #f80;border-radius:6px;padding:.85rem 2rem;font-size:1rem;font-weight:600;text-decoration:none;transition:background .25s,color .25s,transform .2s;display:inline-block}.btn-outline:hover{color:#000;background:#f80;transform:translateY(-2px)}.btn-large{padding:1rem 2.5rem;font-size:1.1rem}.stats-section{background:#111;border-bottom:1px solid #222;padding:2.5rem 2rem}.stats-grid{text-align:center;grid-template-columns:repeat(4,1fr);gap:1rem;display:grid}.stat-item{border-right:1px solid #2a2a2a;padding:1.2rem .5rem}.stat-item:last-child{border-right:none}.stat-number{color:#f80;margin-bottom:.4rem;font-size:2.5rem;font-weight:800;line-height:1;display:block}.stat-label{color:#aaa;text-transform:uppercase;letter-spacing:.5px;font-size:.9rem;display:block}.content-section h2,.gallery-section h2,.process-section h2,.testimonials-section h2,.final-cta-section h2{color:#f80;text-align:center;margin-bottom:.8rem;font-size:2.4rem}.section-subtitle{color:#aaa;text-align:center;margin-bottom:3rem;font-size:1.1rem}.features-grid{grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:2rem;margin-top:3rem;display:grid}.feature-card{text-align:center;background:#111;border:1px solid #222;border-radius:10px;padding:2rem 1.5rem;transition:border-color .3s,transform .3s,box-shadow .3s}.feature-card:hover{border-color:#f80;transform:translateY(-5px);box-shadow:0 8px 25px #ff880026}.feature-icon{margin-bottom:1rem;font-size:2.5rem}.feature-card h3{color:#f80;margin-bottom:.8rem;font-size:1.2rem}.feature-card p{color:#bbb;font-size:.95rem;line-height:1.7}.process-section{background:#000;border-top:1px solid #1a1a1a;border-bottom:1px solid #1a1a1a;padding:5rem 2rem}.process-steps{flex-wrap:wrap;justify-content:center;align-items:flex-start;gap:1rem;margin:3rem 0 2.5rem;display:flex}.process-step{text-align:center;background:#0d0d0d;border:1px solid #222;border-radius:10px;flex:1;min-width:200px;max-width:280px;padding:2rem 1.5rem;transition:border-color .3s}.process-step:hover{border-color:#f80}.step-number{color:#000;background:#f80;border-radius:50%;justify-content:center;align-items:center;width:54px;height:54px;margin:0 auto 1.2rem;font-size:1.5rem;font-weight:800;display:flex}.process-step h3{color:#fff;margin-bottom:.6rem;font-size:1.15rem}.process-step p{color:#aaa;font-size:.9rem;line-height:1.6}.process-arrow{color:#f80;flex-shrink:0;align-self:center;margin-top:-1rem;font-size:2rem}.process-cta{text-align:center;margin-top:2rem}.gallery-item{aspect-ratio:4/3;border-radius:8px;transition:transform .3s,box-shadow .3s;position:relative;overflow:hidden;box-shadow:0 4px 15px #0006}.gallery-overlay{background:linear-gradient(#0000,#000c);padding:2rem 1rem 1rem;transition:transform .3s;position:absolute;bottom:0;left:0;right:0;transform:translateY(100%)}.gallery-item:hover .gallery-overlay{transform:translateY(0)}.gallery-overlay span{color:#f80;font-size:.95rem;font-weight:600}.gallery-cta{text-align:center;margin-top:2.5rem}.testimonials-section{background:#0a0a0a;border-top:1px solid #1a1a1a;padding:5rem 2rem}.testimonials-grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem;margin-top:3rem;display:grid}.testimonial-card{background:#111;border:1px solid #2a2a2a;border-left:4px solid #f80;border-radius:8px;padding:2rem;transition:border-color .3s,transform .3s}.testimonial-card:hover{border-color:#f80;transform:translateY(-4px)}.stars{color:#f80;margin-bottom:1rem;font-size:1.2rem}.testimonial-card p{color:#ccc;margin-bottom:1rem;font-size:.95rem;font-style:italic;line-height:1.7}.testimonial-author{color:#f80;font-size:.9rem;font-weight:600}.final-cta-section{text-align:center;background:linear-gradient(135deg,#1a0a00 0%,#0d0d0d 100%);border-top:4px solid #f80;padding:5rem 2rem}.final-cta-section p{color:#bbb;margin:1rem 0 2.5rem;font-size:1.1rem}.final-cta-buttons{flex-wrap:wrap;justify-content:center;gap:1.2rem;display:flex}@media (width<=768px){.hero{padding:5rem 1.5rem 4rem}.hero h1{white-space:normal;font-size:2.2rem}.hero-subtitle{font-size:1.05rem}.stats-grid{grid-template-columns:repeat(2,1fr)}.stat-item{border-bottom:1px solid #2a2a2a;border-right:none}.stat-item:nth-child(2n){border-right:none}.stat-item:nth-last-child(-n+2){border-bottom:none}.content-section h2,.gallery-section h2,.process-section h2,.testimonials-section h2,.final-cta-section h2{font-size:1.8rem}.gallery{grid-template-columns:1fr}.process-steps{flex-direction:column;align-items:center}.process-arrow{margin:-.5rem 0;transform:rotate(90deg)}.process-step{width:100%;max-width:100%}}.hero h1{color:#f80;text-shadow:2px 2px 4px #00000080;text-align:center;justify-content:center;align-items:center;margin-bottom:1rem;font-size:3rem;display:flex}.hero-subtitle{color:#fff;margin:0;font-size:1.5rem}.content-section{background-color:#0a0a0a;padding:4rem 2rem}.content-section h2{color:#f80;text-align:center;margin-bottom:2rem;font-size:2.5rem}.content-section p{color:#ddd;text-align:justify;margin-bottom:1.5rem;font-size:1.1rem;line-height:1.8}.gallery-section{background-color:#000;padding:4rem 2rem}.gallery-section h2{color:#f80;text-align:center;margin-bottom:3rem;font-size:2.5rem}.gallery{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;margin-top:2rem;display:grid}.gallery-item{border-radius:8px;transition:transform .3s,box-shadow .3s;position:relative;overflow:hidden;box-shadow:0 4px 15px #f803}.gallery-item:hover{transform:translateY(-10px);box-shadow:0 8px 25px #f806}.gallery-item img{object-fit:cover;width:100%;height:400px;transition:transform .3s;display:block}.gallery-item:hover img{transform:scale(1.1)}@media (width<=768px){.hero h1{font-size:2rem}.hero-subtitle{font-size:1.2rem}.content-section h2,.gallery-section h2{font-size:2rem}.gallery{grid-template-columns:1fr;gap:1.5rem}}.servicios{background-color:#000;min-height:calc(100vh - 200px)}.servicios-hero{color:#fff;text-align:center;background:linear-gradient(135deg,#1a1a1a 0%,#0a0a0a 100%);border-bottom:4px solid #f80;padding:5rem 2rem 4rem;position:relative}.servicios-hero:before{content:"";pointer-events:none;background:radial-gradient(at 50% 0,#ff88001a 0%,#0000 65%);position:absolute;inset:0}.servicios-hero h1{color:#f80;margin-bottom:1rem;font-size:3rem;font-weight:800;position:relative}.servicios-hero p{color:#ccc;font-size:1.2rem;position:relative}.servicios-intro{background:#080808;border-bottom:1px solid #1a1a1a;padding:3rem 2rem}.intro-text{color:#bbb;text-align:center;max-width:800px;margin:0 auto;font-size:1.1rem;line-height:1.8}.intro-text a{color:#f80;font-weight:600;text-decoration:none}.intro-text a:hover{text-decoration:underline}.servicios-lista{padding:4rem 2rem 5rem}.servicios-grid{grid-template-columns:repeat(auto-fit,minmax(520px,1fr));gap:2rem;display:grid}.servicio-card{background:#0d0d0d;border:1px solid #222;border-radius:12px;flex-direction:column;padding:2.5rem 2rem;transition:border-color .3s,transform .3s,box-shadow .3s;display:flex}.servicio-card:hover{border-color:#f80;transform:translateY(-4px);box-shadow:0 10px 30px #ff88001f}.servicio-numero{color:#ff880026;margin-bottom:.5rem;font-size:3rem;font-weight:900;line-height:1}.servicio-card h2{color:#f80;margin-bottom:.8rem;font-size:1.5rem;line-height:1.3}.servicio-desc{color:#bbb;margin-bottom:1.5rem;font-size:.95rem;line-height:1.7}.servicio-features{margin:0 0 1.5rem;padding:0;list-style:none}.servicio-features li{color:#ccc;align-items:flex-start;gap:.5rem;padding:.35rem 0;font-size:.9rem;display:flex}.check{color:#f80;flex-shrink:0;font-weight:700}.servicio-ideal{color:#ccc;background:#ff880014;border-left:3px solid #f80;border-radius:0 6px 6px 0;flex:1;margin-bottom:1.8rem;padding:.7rem 1rem;font-size:.9rem}.servicio-ideal strong{color:#f80}.btn-cotizar{color:#000;text-align:center;background:#f80;border-radius:6px;padding:.8rem 1.5rem;font-size:1rem;font-weight:700;text-decoration:none;transition:background .25s,transform .2s,box-shadow .25s;display:inline-block;box-shadow:0 3px 12px #ff880059}.btn-cotizar:hover{background:#ff9f33;transform:translateY(-2px);box-shadow:0 5px 18px #ff880080}.servicios-proceso{text-align:center;background:#080808;border-top:1px solid #1a1a1a;padding:4rem 2rem 5rem}.servicios-proceso h2{color:#f80;margin-bottom:.6rem;font-size:2.2rem}.proceso-sub{color:#aaa;margin-bottom:2.5rem;font-size:1.05rem}.proceso-items{flex-wrap:wrap;justify-content:center;gap:2rem;margin-bottom:3rem;display:flex}.proceso-item{background:#111;border:1px solid #2a2a2a;border-radius:10px;min-width:200px;max-width:260px;padding:1.5rem 2rem;transition:border-color .3s}.proceso-item:hover{border-color:#f80}.proceso-icon{margin-bottom:.8rem;font-size:2rem;display:block}.proceso-item p{color:#ccc;margin:0;font-size:.95rem;line-height:1.5}.proceso-cta{flex-wrap:wrap;justify-content:center;gap:1.2rem;display:flex}.btn-primary-srv{color:#000;background:#f80;border-radius:6px;padding:.9rem 2rem;font-size:1rem;font-weight:700;text-decoration:none;transition:background .25s,transform .2s,box-shadow .25s;display:inline-block;box-shadow:0 4px 15px #f806}.btn-primary-srv:hover{background:#ff9f33;transform:translateY(-2px)}.btn-outline-srv{color:#f80;background:0 0;border:2px solid #f80;border-radius:6px;padding:.9rem 2rem;font-size:1rem;font-weight:600;text-decoration:none;transition:background .25s,color .25s,transform .2s;display:inline-block}.btn-outline-srv:hover{color:#000;background:#f80;transform:translateY(-2px)}@media (width<=768px){.servicios-hero h1{font-size:2rem}.servicios-grid{grid-template-columns:1fr}.servicios-proceso h2{font-size:1.8rem}}.carousel-container{width:100%;margin:3rem auto;padding:0 20px;position:relative}.carousel-wrapper{justify-content:center;align-items:center;gap:1rem;display:flex;position:relative}.carousel-content{border-radius:10px;width:100%;max-width:800px;overflow:hidden}.carousel-track{transition:transform .5s ease-in-out;display:flex}.carousel-slide{justify-content:center;align-items:center;min-width:100%;display:flex}.carousel-slide img{object-fit:cover;border:3px solid #f80;border-radius:10px;width:100%;height:500px;box-shadow:0 4px 15px #ff88004d}.carousel-button{color:#fff;cursor:pointer;z-index:10;background-color:#f80;border:none;border-radius:50%;justify-content:center;align-items:center;width:50px;height:50px;font-size:2rem;transition:all .3s;display:flex;box-shadow:0 2px 10px #0000004d}.carousel-button:hover{background-color:#fa4;transform:scale(1.1)}.carousel-button:active{transform:scale(.95)}.carousel-dots{justify-content:center;gap:10px;margin-top:2rem;display:flex}.dot{cursor:pointer;background-color:#333;border:2px solid #f80;border-radius:50%;width:12px;height:12px;padding:0;transition:all .3s}.dot:hover{background-color:#666;transform:scale(1.2)}.dot.active{background-color:#f80;transform:scale(1.3)}@media (width<=768px){.carousel-container{padding:0 10px}.carousel-slide img{height:350px}.carousel-button{width:40px;height:40px;font-size:1.5rem}.carousel-wrapper{gap:.5rem}}@media (width<=480px){.carousel-button{width:35px;height:35px;font-size:1.2rem}.carousel-slide img{height:300px}}.nosotros{background-color:#000;min-height:calc(100vh - 200px)}.nosotros-hero{color:#fff;text-align:center;background:linear-gradient(135deg,#1a1a1a 0%,#000 100%);border-bottom:4px solid #f80;padding:5rem 2rem}.nosotros-hero h1{color:#f80;text-shadow:2px 2px 4px #00000080;margin-bottom:1rem;font-size:3rem}.nosotros-hero p{color:#ddd;margin:0;font-size:1.3rem}.nosotros-content{padding:4rem 2rem}.about-card{background-color:#0a0a0a;border:2px solid #f80;border-radius:10px;margin-bottom:2rem;padding:2.5rem;transition:transform .3s,box-shadow .3s;box-shadow:0 4px 15px #f803}.about-card:hover{transform:translateY(-5px);box-shadow:0 8px 25px #f806}.about-card h2{color:#f80;border-bottom:2px solid #f80;margin-bottom:1.5rem;padding-bottom:.5rem;font-size:2rem}.about-card p{color:#ddd;text-align:justify;margin-bottom:1rem;font-size:1.1rem;line-height:1.8}.about-card p:last-child{margin-bottom:0}.team-section{text-align:center;background:linear-gradient(135deg,#0a0a0a 0%,#1a1a1a 100%);border:2px solid #f80;border-radius:10px;margin-top:3rem;padding:3rem}.team-section h2{color:#f80;margin-bottom:2rem;font-size:2.5rem}.team-section p{color:#ddd;text-align:justify;font-size:1.1rem;line-height:1.8}.enganches-section{background:linear-gradient(135deg,#1a1a1a 0%,#0a0a0a 100%);border:3px solid #f80;border-radius:10px;margin-top:3rem;padding:3rem}.enganches-section h2{color:#f80;text-align:center;margin-bottom:1.5rem;font-size:2.5rem}.enganches-description{color:#ddd;text-align:center;margin-bottom:2rem;font-size:1.2rem}@media (width<=768px){.nosotros-hero h1{font-size:2rem}.nosotros-hero p{font-size:1.1rem}.about-card{padding:1.5rem}.about-card h2{font-size:1.5rem}.team-section{padding:2rem}.team-section h2{font-size:2rem}.enganches-section{padding:2rem}.enganches-section h2{font-size:1.8rem}.enganches-description{font-size:1rem}}.contacto{background-color:#000;min-height:calc(100vh - 200px)}.contacto-hero{color:#fff;text-align:center;background:linear-gradient(135deg,#1a1a1a 0%,#000 100%);border-bottom:4px solid #f80;padding:5rem 2rem 4rem;position:relative}.contacto-hero:before{content:"";pointer-events:none;background:radial-gradient(at 50% 0,#ff88001a 0%,#0000 65%);position:absolute;inset:0}.contacto-hero h1{color:#f80;margin-bottom:1rem;font-size:3rem;font-weight:800;position:relative}.contacto-hero p{color:#ccc;font-size:1.2rem;position:relative}.contact-info{background-color:#0d0d0d;border:1px solid #222;border-radius:12px;padding:2.5rem}.info-item h3{color:#f80;margin-bottom:.4rem;font-size:1rem;font-weight:600}.info-item a{color:#ccc;text-decoration:none;transition:color .3s}.info-item a:hover{color:#f80}.whatsapp-direct{text-align:center;border-top:1px solid #222;margin-top:2.5rem;padding-top:2rem}.whatsapp-direct p{color:#aaa;margin-bottom:1rem;font-size:.9rem}.whatsapp-btn{color:#fff;background:#25d366;border-radius:6px;padding:.75rem 1.5rem;font-size:.95rem;font-weight:700;text-decoration:none;transition:background .25s,transform .2s;display:inline-block}.whatsapp-btn:hover{background:#1ebe5c;transform:translateY(-2px)}.contact-form-container{background-color:#0d0d0d;border:1px solid #222;border-radius:12px;padding:2.5rem}.alert{border-radius:6px;margin-bottom:1.5rem;padding:1rem 1.2rem;font-size:.95rem;line-height:1.5;animation:.3s slideDown}@keyframes slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.form-row{grid-template-columns:1fr 1fr;gap:1.2rem;display:grid}.form-section-title{color:#f80;text-transform:uppercase;letter-spacing:.5px;border-top:1px solid #222;margin-top:.3rem;padding:.5rem 0 .2rem;font-size:1rem;font-weight:700}.form-group input,.form-group textarea,.form-group select{color:#fff;background-color:#111;border:1px solid #333;border-radius:6px;padding:.75rem 1rem;font-family:inherit;font-size:.95rem;transition:border-color .3s,box-shadow .3s}.form-group select{cursor:pointer;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%23ff8800' stroke-width='2' fill='none' stroke-linecap='round'/%3E%3C/svg%3E");background-position:right 1rem center;background-repeat:no-repeat;padding-right:2.5rem}.form-group select option{color:#fff;background:#111}.form-group input:focus,.form-group textarea:focus,.form-group select:focus{border-color:#f80;outline:none;box-shadow:0 0 0 3px #ff88001a}.form-group input::placeholder,.form-group textarea::placeholder{color:#555}.form-group input:disabled,.form-group textarea:disabled,.form-group select:disabled{opacity:.5;cursor:not-allowed}@media (width<=968px){.contact-grid{grid-template-columns:1fr;gap:2rem}}@media (width<=768px){.contacto-hero h1{font-size:2rem}.contacto-hero p{font-size:1.05rem}.contact-info,.contact-form-container{padding:1.5rem}.form-row{grid-template-columns:1fr}}.contacto-hero h1{color:#f80;text-shadow:2px 2px 4px #00000080;margin-bottom:1rem;font-size:3rem}.contacto-hero p{color:#ddd;margin:0;font-size:1.3rem}.contacto-content{padding:4rem 2rem}.container{max-width:1200px;margin:0 auto}.contact-grid{grid-template-columns:1fr 1fr;gap:3rem;display:grid}.contact-info{background-color:#0a0a0a;border:2px solid #f80;border-radius:10px;padding:2.5rem;box-shadow:0 4px 15px #f803}.contact-info h2{color:#f80;border-bottom:2px solid #f80;margin-bottom:2rem;padding-bottom:.5rem;font-size:2rem}.info-item{margin-bottom:2rem}.info-item h3{color:#f80;margin-bottom:.5rem;font-size:1.3rem}.info-item p{color:#ddd;margin:.3rem 0;font-size:1.1rem;line-height:1.6}.contact-form-container{background-color:#0a0a0a;border:2px solid #f80;border-radius:10px;padding:2.5rem;box-shadow:0 4px 15px #f803}.contact-form-container h2{color:#f80;border-bottom:2px solid #f80;margin-bottom:2rem;padding-bottom:.5rem;font-size:2rem}.alert{border-radius:5px;margin-bottom:1.5rem;padding:1rem;font-size:1rem;animation:.3s slideDown}.alert-success{color:#86efac;background-color:#22c55e33;border:2px solid #22c55e}.alert-error{color:#fca5a5;background-color:#ef444433;border:2px solid #ef4444}.contact-form{flex-direction:column;gap:1.5rem;display:flex}.form-group{flex-direction:column;gap:.5rem;display:flex}.form-group label{color:#f80;font-size:1.1rem;font-weight:500}.form-group input,.form-group textarea{color:#fff;background-color:#1a1a1a;border:2px solid #333;border-radius:5px;padding:.8rem;font-size:1rem;transition:border-color .3s}.form-group input:focus,.form-group textarea:focus{border-color:#f80;outline:none}.form-group textarea{resize:vertical;min-height:120px}.submit-btn{color:#000;cursor:pointer;background-color:#f80;border:none;border-radius:5px;margin-top:1rem;padding:1rem 2rem;font-size:1.1rem;font-weight:700;transition:all .3s}.submit-btn:hover:not(:disabled){background-color:#fa4;transform:translateY(-2px);box-shadow:0 4px 15px #f806}.submit-btn:active:not(:disabled){transform:translateY(0)}.submit-btn:disabled{cursor:not-allowed;opacity:.6;background-color:#666}@media (width<=968px){.contact-grid{grid-template-columns:1fr;gap:2rem}.contacto-hero h1{font-size:2rem}.contacto-hero p{font-size:1.1rem}.contact-info,.contact-form-container{padding:1.5rem}}.app{background-color:#000;flex-direction:column;min-height:100vh;display:flex}.main-content{flex:1}*{box-sizing:border-box;margin:0;padding:0}
