.header{position:fixed;top:0;left:0;right:0;background:var(--white);box-shadow:var(--shadow);z-index:1000;transition:all .3s ease}.header.scrolled{box-shadow:var(--shadow-lg)}.header-content{display:flex;justify-content:space-between;align-items:center;padding:1rem 0}.logo{cursor:pointer}.logo-text{font-size:1.5rem;font-weight:700;color:var(--brand-dark);letter-spacing:.5px;display:inline-flex;align-items:baseline}.logo-number{font-family:Mr Dafoe,cursive;font-size:1.4em;font-weight:400;font-style:italic;color:var(--brand-dark);margin:0 -.1em;position:relative;top:.1em}.logo-dev{font-size:.6em;font-weight:400;letter-spacing:.1em;margin-left:.2em}.nav{display:flex;gap:2rem;align-items:center}.nav a{text-decoration:none;color:var(--text-dark);font-weight:500;transition:color .3s ease;position:relative}.nav a:hover{color:var(--brand-dark)}.nav a:after{content:"";position:absolute;bottom:-5px;left:0;width:0;height:2px;background:var(--brand-dark);transition:width .3s ease}.nav a:hover:after{width:100%}.mobile-menu-toggle{display:none;flex-direction:column;gap:4px;background:none;border:none;cursor:pointer;padding:.5rem}.mobile-menu-toggle span{width:25px;height:3px;background:var(--text-dark);transition:all .3s ease;border-radius:2px}@media (max-width: 1024px){.header-content{padding:.875rem 0}.logo-text{font-size:1.4rem}.nav{gap:1.5rem}}@media (max-width: 768px){.header-content{padding:.75rem 0}.logo-text{font-size:1.25rem}.mobile-menu-toggle{display:flex}.nav{position:absolute;top:100%;left:0;right:0;background:var(--white);flex-direction:column;padding:1rem;box-shadow:var(--shadow-lg);transform:translateY(-100%);opacity:0;visibility:hidden;transition:all .3s ease;gap:1rem}.nav.open{transform:translateY(0);opacity:1;visibility:visible}.nav a{width:100%;text-align:center;padding:.5rem;font-size:1rem}}@media (max-width: 480px){.logo-text{font-size:1.1rem}.logo-dev{font-size:.55em}}.hero{position:relative;min-height:100vh;display:flex;align-items:center;justify-content:center;padding-top:80px;overflow:hidden}.hero-background{position:absolute;top:0;left:0;right:0;bottom:0;background:var(--brand-dark);z-index:-2}.hero-background:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:radial-gradient(circle at 20% 50%,rgba(120,119,198,.3) 0%,transparent 50%),radial-gradient(circle at 80% 80%,rgba(255,255,255,.1) 0%,transparent 50%);animation:pulse 15s ease-in-out infinite}@keyframes pulse{0%,to{opacity:1}50%{opacity:.8}}.hero-overlay{position:absolute;top:0;left:0;right:0;bottom:0;background:#0000004d;z-index:-1}.hero-content{text-align:center;color:var(--white);z-index:1;max-width:800px;margin:0 auto;padding:2rem;animation:fadeInUp 1s ease-out}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.hero-title{font-size:3.5rem;font-weight:800;margin-bottom:1.5rem;line-height:1.2}.hero-title .highlight{font-family:Mr Dafoe,cursive;font-size:1.2em;color:var(--brand-white);font-weight:400;font-style:italic}.hero-subtitle{font-size:1.25rem;margin-bottom:2.5rem;opacity:.95;line-height:1.8}.hero-buttons{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.btn{padding:1rem 2rem;font-size:1rem;font-weight:600;border:none;border-radius:8px;cursor:pointer;transition:all .3s ease;text-transform:uppercase;letter-spacing:.5px}.btn-primary{background:var(--brand-white);color:var(--brand-dark)}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 10px 25px #0003}.btn-secondary{background:transparent;color:var(--white);border:2px solid var(--white)}.btn-secondary:hover{background:var(--brand-white);color:var(--brand-dark);transform:translateY(-2px)}.hero-scroll{position:absolute;bottom:2rem;left:50%;transform:translate(-50%);z-index:1}.scroll-indicator{width:30px;height:50px;border:2px solid var(--white);border-radius:25px;position:relative}.scroll-indicator:before{content:"";position:absolute;top:10px;left:50%;transform:translate(-50%);width:6px;height:6px;background:var(--white);border-radius:50%;animation:scroll 2s infinite}@keyframes scroll{0%{opacity:1;transform:translate(-50%) translateY(0)}to{opacity:0;transform:translate(-50%) translateY(20px)}}@media (max-width: 1024px){.hero-title{font-size:3rem}.hero-content{padding:1.5rem}}@media (max-width: 768px){.hero{min-height:90vh;padding-top:70px}.hero-title{font-size:2.5rem;line-height:1.1}.hero-subtitle{font-size:1.1rem;padding:0 1rem}.hero-content{padding:1rem}.btn{padding:.875rem 1.5rem;font-size:.9rem}.hero-scroll{bottom:1rem}}@media (max-width: 480px){.hero{min-height:85vh}.hero-title{font-size:2rem;margin-bottom:1rem}.hero-subtitle{font-size:1rem;margin-bottom:2rem;line-height:1.6}.hero-buttons{flex-direction:column;width:100%;gap:.75rem}.btn{width:100%;padding:1rem}.hero-scroll{display:none}}@media (max-width: 360px){.hero-title{font-size:1.75rem}.hero-subtitle{font-size:.95rem}}.servicios{padding:5rem 0;background:var(--brand-white)}.section-header{text-align:center;margin-bottom:4rem}.section-title{font-size:2.5rem;font-weight:700;color:var(--text-dark);margin-bottom:1rem}.section-subtitle{font-size:1.125rem;color:var(--text-light);max-width:600px;margin:0 auto}.servicios-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem;margin-top:3rem}.servicio-card{background:var(--white);padding:2.5rem;border-radius:12px;box-shadow:var(--shadow);transition:all .3s ease;text-align:center;border:1px solid rgba(40,40,41,.1)}.servicio-card:hover{transform:translateY(-8px);box-shadow:var(--shadow-lg);border-color:var(--brand-dark)}.servicio-icon{font-size:3.5rem;margin-bottom:1.5rem;display:flex;justify-content:center;align-items:center;color:var(--brand-dark);transition:all .3s ease;width:80px;height:80px;margin:0 auto 1.5rem;position:relative}.servicio-icon:before{content:"";position:absolute;width:100%;height:100%;border-radius:50%;background:#2828290d;transform:scale(0);transition:transform .3s ease}.servicio-card:hover .servicio-icon:before{transform:scale(1.2)}.servicio-card:hover .servicio-icon{transform:scale(1.1) translateY(-5px);color:var(--brand-dark)}.servicio-icon svg{position:relative;z-index:1}.servicio-title{font-size:1.5rem;font-weight:600;color:var(--text-dark);margin-bottom:1rem}.servicio-description{color:var(--text-light);line-height:1.7}@media (max-width: 1024px){.servicios-grid{grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem}}@media (max-width: 768px){.servicios{padding:3rem 0}.section-header{margin-bottom:3rem}.section-title{font-size:2rem}.section-subtitle{font-size:1rem;padding:0 1rem}.servicios-grid{grid-template-columns:1fr;gap:1.5rem;margin-top:2rem}.servicio-card{padding:2rem}.servicio-icon{width:70px;height:70px;font-size:3rem}}@media (max-width: 480px){.servicios{padding:2.5rem 0}.section-title{font-size:1.75rem}.servicio-card{padding:1.5rem}.servicio-title{font-size:1.25rem}.servicio-description{font-size:.95rem}}.sobre-nosotros{padding:5rem 0;background:var(--white)}.sobre-content{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.sobre-text{max-width:600px}.section-title{font-size:2.5rem;font-weight:700;color:var(--text-dark);margin-bottom:1.5rem}.sobre-description{font-size:1.125rem;color:var(--text-light);line-height:1.8;margin-bottom:1.5rem}.sobre-description strong{color:var(--brand-dark);font-weight:600}.sobre-features{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem;margin-top:2rem}.feature-item{display:flex;align-items:center;gap:.75rem;color:var(--text-dark);font-weight:500}.feature-icon{width:24px;height:24px;color:var(--brand-dark);display:flex;align-items:center;justify-content:center;font-size:1.25rem;flex-shrink:0;transition:all .3s ease}.feature-item:hover .feature-icon{transform:scale(1.2);color:var(--brand-dark)}.sobre-visual{display:flex;justify-content:center;align-items:center}.visual-card{width:100%;max-width:400px;height:300px;background:var(--brand-dark);border-radius:16px;display:flex;align-items:center;justify-content:center;box-shadow:var(--shadow-lg);position:relative;overflow:hidden}.visual-card:before{content:"";position:absolute;top:-50%;right:-50%;width:200%;height:200%;background:radial-gradient(circle,rgba(255,255,255,.1) 0%,transparent 70%);animation:rotate 20s linear infinite}@keyframes rotate{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.visual-content{text-align:center;color:var(--white);z-index:1;padding:2rem}.visual-content h3{font-size:2rem;font-weight:700;margin-bottom:.5rem}.visual-content p{font-size:1.125rem;opacity:.9}@media (max-width: 1024px){.sobre-content{gap:3rem}}@media (max-width: 968px){.sobre-content{grid-template-columns:1fr;gap:3rem}.sobre-text{max-width:100%}.sobre-features{grid-template-columns:1fr}}@media (max-width: 768px){.sobre-nosotros{padding:3rem 0}.section-title{font-size:2rem}.sobre-description{font-size:1rem;line-height:1.7}.sobre-features{margin-top:1.5rem;gap:.75rem}.visual-card{height:250px;max-width:100%}.visual-content{padding:1.5rem}.visual-content h3{font-size:1.5rem}.visual-content p{font-size:1rem}}@media (max-width: 480px){.sobre-nosotros{padding:2.5rem 0}.section-title{font-size:1.75rem;margin-bottom:1rem}.sobre-description{font-size:.95rem;margin-bottom:1rem}.visual-card{height:200px}.visual-content h3{font-size:1.25rem}.visual-content p{font-size:.9rem}}.contacto{padding:5rem 0;background:var(--brand-dark);color:var(--brand-white)}.contacto .section-header{margin-bottom:3rem}.contacto .section-title{color:var(--white)}.contacto .section-subtitle{color:#ffffffe6}.contacto-content{max-width:800px;margin:0 auto}.contacto-info{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:2rem;margin-bottom:3rem}.info-card{background:#ffffff1a;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);padding:2rem;border-radius:12px;text-align:center;border:1px solid rgba(255,255,255,.2);transition:all .3s ease}.info-card:hover{background:#ffffff26;transform:translateY(-5px)}.info-icon{font-size:2.5rem;margin-bottom:1rem;display:flex;justify-content:center;align-items:center;color:var(--brand-white);transition:all .3s ease}.info-icon-favicon{color:var(--brand-dark);background:var(--brand-white);border-radius:8px;padding:.5rem;width:60px;height:60px}.info-card:hover .info-icon{transform:scale(1.15) translateY(-3px)}.info-card h3{font-size:1.25rem;font-weight:600;margin-bottom:.5rem}.info-card p{font-size:1rem;opacity:.9}.phone-link{color:var(--white);text-decoration:none;font-weight:600;transition:opacity .3s ease}.phone-link:hover{opacity:.8;text-decoration:underline}.contacto-actions{display:flex;gap:1.5rem;justify-content:center;flex-wrap:wrap}.btn-contact{display:flex;align-items:center;justify-content:center;gap:.75rem;padding:1rem 2rem;font-size:1rem;font-weight:600;border:none;border-radius:8px;cursor:pointer;transition:all .3s ease;text-transform:uppercase;letter-spacing:.5px}.btn-phone{background:var(--brand-white);color:var(--brand-dark)}.btn-phone:hover{transform:translateY(-2px);box-shadow:0 10px 25px #0003}.btn-whatsapp{background:#25d366;color:var(--white)}.btn-whatsapp:hover{background:#20ba5a;transform:translateY(-2px);box-shadow:0 10px 25px #25d3664d}.btn-icon{font-size:1.25rem;display:flex;align-items:center;justify-content:center}@media (max-width: 1024px){.contacto-info{grid-template-columns:repeat(auto-fit,minmax(180px,1fr))}}@media (max-width: 768px){.contacto{padding:3rem 0}.section-header{margin-bottom:2rem}.contacto-info{grid-template-columns:1fr;gap:1.5rem;margin-bottom:2rem}.info-card{padding:1.5rem}.contacto-actions{flex-direction:column;width:100%;gap:1rem}.btn-contact{width:100%;justify-content:center}}@media (max-width: 480px){.contacto{padding:2.5rem 0}.section-title{font-size:1.75rem}.section-subtitle{font-size:.95rem}.info-card{padding:1.25rem}.info-icon{font-size:2rem;margin-bottom:.75rem}.info-icon-favicon{width:50px;height:50px}.info-card h3{font-size:1.1rem}.info-card p{font-size:.9rem}.btn-contact{padding:.875rem 1.5rem;font-size:.9rem}}.footer{background:var(--text-dark);color:var(--white);padding:3rem 0 1.5rem}.footer-content{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;margin-bottom:2rem}.footer-section{display:flex;flex-direction:column}.footer-logo{font-size:1.5rem;font-weight:700;margin-bottom:1rem;color:var(--brand-white);letter-spacing:.5px;display:inline-flex;align-items:baseline}.footer-logo-number{font-family:Mr Dafoe,cursive;font-size:1.4em;font-weight:400;font-style:italic;color:var(--brand-white);margin:0 -.1em;position:relative;top:.1em}.footer-logo-dev{font-size:.6em;font-weight:400;letter-spacing:.1em;margin-left:.2em}.footer-description{color:#ffffffb3;line-height:1.6}.footer-title{font-size:1.125rem;font-weight:600;margin-bottom:1rem}.footer-links,.footer-contact{list-style:none;display:flex;flex-direction:column;gap:.75rem}.footer-links a,.footer-contact a{color:#ffffffb3;text-decoration:none;transition:color .3s ease}.footer-links a:hover,.footer-contact a:hover{color:var(--white)}.footer-contact li{color:#ffffffb3}.footer-bottom{border-top:1px solid rgba(255,255,255,.1);padding-top:1.5rem;text-align:center;color:#fff9;font-size:.875rem}@media (max-width: 1024px){.footer-content{grid-template-columns:repeat(auto-fit,minmax(200px,1fr))}}@media (max-width: 768px){.footer{padding:2rem 0 1rem}.footer-content{grid-template-columns:1fr;gap:2rem}.footer-logo{font-size:1.25rem}}@media (max-width: 480px){.footer{padding:1.5rem 0 1rem}.footer-content{gap:1.5rem}.footer-logo{font-size:1.1rem}.footer-title{font-size:1rem}.footer-description,.footer-links a,.footer-contact li{font-size:.9rem}.footer-bottom{font-size:.8rem}}.App{min-height:100vh}*{margin:0;padding:0;box-sizing:border-box;-webkit-tap-highlight-color:transparent}:root{--brand-dark: #282829;--brand-white: #FEFEFE;--text-dark: #282829;--text-light: #6b7280;--bg-light: #f9fafb;--white: #FEFEFE;--shadow: 0 4px 6px -1px rgba(40, 40, 41, .1), 0 2px 4px -1px rgba(40, 40, 41, .06);--shadow-lg: 0 10px 15px -3px rgba(40, 40, 41, .1), 0 4px 6px -2px rgba(40, 40, 41, .05)}body{font-family:Tw Cen MT,Tw Cen MT Condensed,Century Gothic,Arial Narrow,Arial,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:var(--text-dark);line-height:1.6;cursor:default;user-select:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none}p,span,h1,h2,h3,h4,h5,h6,a,li{user-select:text;-webkit-user-select:text;-moz-user-select:text;-ms-user-select:text}button,a,.logo,.nav a,.btn,.btn-contact,.mobile-menu-toggle{cursor:pointer}input,textarea{cursor:text;user-select:text;-webkit-user-select:text;-moz-user-select:text;-ms-user-select:text}.font-decorative{font-family:Mr Dafoe,cursive}html{scroll-behavior:smooth}.container{max-width:1200px;margin:0 auto;padding:0 2rem}@media (max-width: 768px){.container{padding:0 1rem}}
