:root{--primary-color:#3e3e40;--accent-color:#e98539;--accent-hover:#d6742a;--text-dark:#2c2c2c;--text-light:#666666;--bg-light:#f8f9fa;--white:#ffffff;--border-color:#e5e5e5;--container-padding:20px;--header-height:80px;--shadow-sm:0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);--shadow-md:0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);--shadow-lg:0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);--shadow-focus:0 0 0 3px rgba(233, 133, 57, 0.3);--gradient-hero:linear-gradient(135deg, var(--primary-color) 0%, #2a2a2c 100%);--gradient-btn:linear-gradient(135deg, #e98539 0%, #d6742a 100%)}*, *::before, *::after{margin:0;padding:0;box-sizing:border-box;-webkit-tap-highlight-color:transparent}html{scroll-behavior:smooth;text-size-adjust:100%}body{font-family:'Poppins', sans-serif;color:var(--text-dark);line-height:1.6;background-color:var(--white);overflow-x:hidden;width:100%}h1, h2, h3, h4, h5, h6{font-weight:600;line-height:1.3;margin-bottom:1rem;color:var(--primary-color)}p{margin-bottom:1rem}a{color:inherit;text-decoration:none;transition:all 0.3s ease}ul{list-style:none}img{max-width:100%;height:auto;display:block}.container{width:100%;max-width:1200px;margin:0 auto;padding:0 var(--container-padding)}.main-header{background:var(--white);height:var(--header-height);position:sticky;top:0;z-index:1000;box-shadow:var(--shadow-sm);display:flex;align-items:center;contain:layout size}.navbar{display:flex;justify-content:space-between;align-items:center;width:100%}.logo{width:100px;height:100px;flex-shrink:0;display:flex;align-items:center;justify-content:center}.logo img{width:100px;height:100px;object-fit:contain}.nav-menu{display:flex;gap:2rem;list-style:none}.nav-menu a{color:var(--text-dark);font-weight:500;padding:5px 0;font-size:1rem;position:relative}.nav-menu a::after{content:'';position:absolute;width:0;height:2px;bottom:0;left:0;background-color:var(--accent-color);transition:width 0.3s ease}.nav-menu a:hover, .nav-menu a.active{color:var(--accent-color)}.nav-menu a:hover::after, .nav-menu a.active::after{width:100%}.hamburger{display:none;background:none;border:none;cursor:pointer;flex-direction:column;gap:6px;padding:10px;z-index:1002;width:45px;height:45px;justify-content:center;align-items:center}.hamburger span{width:25px;height:3px;background-color:var(--primary-color);border-radius:2px;transition:all 0.3s ease}.breadcrumb-nav{background:var(--bg-light);padding:1rem 0;border-bottom:1px solid var(--border-color);margin-bottom:2rem}.breadcrumb{display:flex;flex-wrap:wrap;align-items:center;gap:0.5rem;font-size:0.9rem;color:var(--text-light);margin:0;padding:0;list-style:none}.breadcrumb-item{display:inline-flex;align-items:center}.breadcrumb-item a{color:var(--primary-color);font-weight:500;transition:color 0.3s;text-decoration:none;white-space:nowrap}.breadcrumb-item a:hover{color:var(--accent-color);text-decoration:underline}.breadcrumb-item.active{color:#888;font-weight:400;pointer-events:none}.breadcrumb-separator{color:#ccc;font-size:0.8rem;display:flex;align-items:center;margin:0 5px}.hero-professional{background:var(--gradient-hero);color:var(--white);padding:120px 0 80px;position:relative;overflow:hidden;min-height:600px;display:flex;align-items:center;contain:layout paint;content-visibility:auto}.hero-professional::before{content:'';position:absolute;top:0;left:0;width:100%;height:100%;background-image:url('data:image/svg+xml,<svg width="60" height="60" xmlns="http://www.w3.org/2000/svg"><g fill="none" fill-rule="evenodd"><g fill="%23e98539" fill-opacity="0.05"><circle cx="30" cy="30" r="2"/></g></g></svg>');opacity:0.4;z-index:0;pointer-events:none}.hero-professional h1, .hero-professional h2, .hero-professional h3{color:var(--white)}.hero-content-wrapper{display:grid;grid-template-columns:1.2fr 0.8fr;gap:4rem;position:relative;z-index:2;align-items:center}.hero-text h1{font-size:clamp(2.5rem, 5vw, 3.5rem);line-height:1.2;margin-bottom:1.5rem;font-weight:700}.hero-description{font-size:1.15rem;margin-bottom:2rem;opacity:0.9;max-width:600px;line-height:1.7}.hero-highlights{display:flex;gap:1.5rem;margin-bottom:2.5rem;flex-wrap:wrap}.highlight-item{display:flex;align-items:center;gap:0.6rem;color:rgba(255, 255, 255, 0.95);font-weight:500;font-size:0.95rem;background:rgba(255, 255, 255, 0.1);padding:0.5rem 1rem;border-radius:50px;border:1px solid rgba(255, 255, 255, 0.1)}.highlight-item svg{color:var(--accent-color);width:20px;height:20px}.hero-cta{display:flex;gap:1rem;flex-wrap:wrap;align-items:center}.hero-services-quick{background:rgba(255, 255, 255, 0.08);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border:1px solid rgba(255, 255, 255, 0.1);border-radius:16px;padding:2rem;box-shadow:0 10px 30px rgba(0, 0, 0, 0.2)}.hero-services-quick h3{font-size:1.5rem;margin-bottom:1.5rem;color:var(--white);font-weight:600}.quick-services-grid{display:grid;gap:1rem}.quick-service-card{display:flex;align-items:center;gap:1rem;padding:1.25rem;background:rgba(255, 255, 255, 0.07);border:1px solid rgba(255, 255, 255, 0.05);border-radius:10px;color:var(--white);text-decoration:none;transition:all 0.3s ease}.quick-service-card:hover{background:rgba(255, 255, 255, 0.15);transform:translateX(5px);border-color:rgba(255, 255, 255, 0.2)}.quick-service-icon{width:45px;height:45px;display:flex;align-items:center;justify-content:center;background:var(--accent-color);border-radius:10px;flex-shrink:0;color:var(--white)}.quick-service-content h4{font-size:1.05rem;margin:0 0 0.25rem 0;font-weight:600;color:var(--white)}.quick-service-content p{font-size:0.85rem;margin:0;opacity:0.8}.quick-service-arrow{margin-left:auto;opacity:0.5;transition:opacity 0.3s}.btn{display:inline-flex;align-items:center;justify-content:center;padding:0.8rem 1.8rem;border-radius:8px;font-weight:600;text-decoration:none;transition:all 0.3s cubic-bezier(0.4, 0, 0.2, 1);cursor:pointer;font-size:1rem;border:none;background:var(--accent-color);color:var(--white);gap:0.5rem}.btn:hover{background:var(--accent-hover);transform:translateY(-2px);box-shadow:var(--shadow-md)}.btn:active{transform:translateY(0)}.btn-primary-large{background:var(--gradient-btn);color:var(--white);box-shadow:0 4px 15px rgba(233, 133, 57, 0.3);padding:1rem 2.2rem;font-size:1.1rem}.btn-primary-large:hover{background:linear-gradient(135deg, #f0954e 0%, #e98539 100%);transform:translateY(-3px);box-shadow:0 8px 25px rgba(233, 133, 57, 0.5)}.btn-outline-call{display:inline-flex;align-items:center;padding:1rem 2rem;background:rgba(255, 255, 255, 0.05);color:var(--white);border:2px solid rgba(255, 255, 255, 0.2);gap:0.8rem;backdrop-filter:blur(5px);border-radius:8px;font-weight:600;font-size:1.1rem}.btn-outline-call:hover{background:var(--white);color:var(--primary-color);border-color:var(--white);transform:translateY(-2px);box-shadow:0 5px 15px rgba(0, 0, 0, 0.1)}.btn-secondary{background:transparent;color:var(--primary-color);border:2px solid var(--primary-color)}.btn-secondary:hover{background:var(--primary-color);color:var(--white);box-shadow:var(--shadow-md)}.trust-section{padding:60px 0;background:var(--bg-light);border-bottom:1px solid var(--border-color)}.trust-grid{display:grid;grid-template-columns:repeat(auto-fit, minmax(240px, 1fr));gap:2rem;max-width:1400px;margin:0 auto}.trust-item{display:flex;flex-direction:column;align-items:center;text-align:center;padding:2rem;background:var(--white);border-radius:16px;box-shadow:var(--shadow-sm);transition:transform 0.3s ease;border:1px solid rgba(0, 0, 0, 0.03)}.trust-item:hover{transform:translateY(-5px);box-shadow:var(--shadow-md);border-color:rgba(233, 133, 57, 0.2)}.trust-item svg{color:var(--accent-color);margin-bottom:1.2rem;width:48px;height:48px;padding:10px;background:rgba(233, 133, 57, 0.1);border-radius:12px}.trust-item h3{font-size:1.25rem;margin-bottom:0.5rem;color:var(--primary-color)}.trust-item p{font-size:0.95rem;color:var(--text-light);margin:0}.section{padding:80px 0}.section-header-pro, .section-title{text-align:center;max-width:800px;margin:0 auto 3rem;position:relative}.section-header-pro h2, .section-title{font-size:2.2rem;color:var(--primary-color);margin-bottom:1rem;position:relative;display:inline-block}.section-header-pro h2::after, .section-title::after{content:'';display:block;width:60px;height:4px;background:var(--accent-color);margin:0.8rem auto 0;border-radius:2px}.section-header-pro p, .section-subtitle{color:var(--text-light);font-size:1.1rem;max-width:700px;margin-left:auto;margin-right:auto}.services-section-pro{padding:80px 0;background:var(--white)}.services-grid-pro{display:grid;grid-template-columns:repeat(auto-fit, minmax(320px, 1fr));gap:2.5rem;margin-bottom:3rem}.service-card-pro{background:var(--white);border-radius:16px;box-shadow:var(--shadow-sm);overflow:hidden;transition:all 0.3s ease;border:1px solid #f0f0f0;display:flex;flex-direction:column;height:100%}.service-card-pro:hover{transform:translateY(-8px);box-shadow:var(--shadow-lg);border-color:rgba(233, 133, 57, 0.15)}.service-image-pro{height:240px;overflow:hidden;position:relative}.service-image-pro img{width:100%;height:100%;object-fit:cover;transition:transform 0.6s ease}.service-card-pro:hover .service-image-pro img{transform:scale(1.08)}.service-content-pro{padding:2rem;flex:1;display:flex;flex-direction:column}.service-content-pro h3{font-size:1.4rem;margin-bottom:1rem;color:var(--primary-color)}.service-content-pro p{color:var(--text-light);font-size:0.95rem;margin-bottom:1.5rem;line-height:1.6;flex:1}.service-link-pro{display:inline-flex;align-items:center;color:var(--accent-color);font-weight:600;font-size:0.95rem;transition:all 0.3s ease;gap:5px;margin-top:auto}.service-link-pro:hover{gap:10px;color:var(--accent-hover)}.features-section-pro{padding:80px 0;background:var(--bg-light)}.features-grid-pro{display:grid;grid-template-columns:repeat(auto-fit, minmax(260px, 1fr));gap:2rem}.feature-card-pro{background:var(--white);padding:2.5rem;border-radius:16px;box-shadow:var(--shadow-sm);transition:transform 0.3s ease;position:relative;overflow:hidden;border-bottom:3px solid transparent}.feature-card-pro:hover{transform:translateY(-5px);box-shadow:var(--shadow-lg);border-bottom-color:var(--accent-color)}.feature-number{font-size:5rem;font-weight:900;color:rgba(233, 133, 57, 0.08);position:absolute;top:-15px;right:15px;line-height:1;z-index:0}.feature-card-pro h3{margin-bottom:1rem;margin-top:1rem;font-size:1.3rem;position:relative;z-index:1}.feature-card-pro p{position:relative;z-index:1;color:var(--text-light)}.process-section{padding:80px 0 100px;background:var(--white)}.process-steps{display:flex;justify-content:space-between;align-items:flex-start;gap:1rem;position:relative;flex-wrap:wrap;margin-top:3rem}.process-step{flex:1;min-width:200px;text-align:center;position:relative;padding:1rem}.step-number{width:70px;height:70px;background:linear-gradient(135deg, var(--primary-color), #222);color:var(--white);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.5rem;font-weight:700;margin:0 auto 1.5rem;position:relative;z-index:2;box-shadow:0 0 0 8px rgba(255, 255, 255, 1), 0 0 0 9px var(--border-color)}.process-step h3{margin-bottom:0.8rem;font-size:1.25rem}.process-step p{font-size:0.95rem;color:var(--text-light)}.process-arrow{display:flex;align-items:center;justify-content:center;font-size:2rem;color:#e0e0e0;padding-top:1.5rem}.cta-section-pro{padding:100px 0;background:linear-gradient(135deg, var(--primary-color) 0%, #202022 100%);color:var(--white);text-align:center;position:relative;overflow:hidden}.cta-section-pro::before{content:'';position:absolute;top:0;left:0;width:100%;height:100%;background-image:radial-gradient(circle at 10% 20%, rgba(233, 133, 57, 0.1) 0%, transparent 20%);pointer-events:none}.cta-content-pro h2{color:var(--white);font-size:2.8rem;margin-bottom:1rem;font-weight:700}.cta-buttons-pro{display:flex;gap:1.5rem;justify-content:center;margin-bottom:3rem;flex-wrap:wrap}.contact-section{display:grid;grid-template-columns:1fr 1fr;gap:3rem;margin-top:2rem}.contact-form{background:var(--white);padding:3rem;border-radius:16px;box-shadow:var(--shadow-lg);border:1px solid var(--border-color)}.form-group{margin-bottom:1.5rem}.form-group label{display:block;margin-bottom:0.8rem;color:var(--primary-color);font-weight:600;font-size:0.95rem}.form-group input, .form-group textarea{width:100%;padding:14px 18px;border:2px solid #e0e0e0;border-radius:8px;font-family:inherit;font-size:1rem;transition:all 0.3s ease;background:#fdfdfd}.form-group input:focus, .form-group textarea:focus{outline:none;border-color:var(--accent-color);background:var(--white);box-shadow:0 0 0 4px rgba(233, 133, 57, 0.1)}.form-group textarea{resize:vertical;min-height:160px}.contact-info{background:var(--primary-color);padding:3rem;border-radius:16px;color:var(--white);box-shadow:var(--shadow-lg);display:flex;flex-direction:column;justify-content:center}.contact-info h3{color:var(--white);font-size:1.8rem;margin-bottom:2rem;border-bottom:1px solid rgba(255, 255, 255, 0.1);padding-bottom:1rem}.contact-detail{display:flex;align-items:flex-start;gap:1.2rem;margin-bottom:2rem}.contact-detail svg{color:var(--accent-color);flex-shrink:0;margin-top:5px}.contact-detail span{font-size:1.1rem;line-height:1.6}.contact-detail a{color:rgba(255, 255, 255, 0.95);transition:color 0.3s;font-weight:500}.contact-detail a:hover{color:var(--accent-color)}.map-container{margin-top:4rem;border-radius:16px;overflow:hidden;box-shadow:var(--shadow-lg);border:5px solid var(--white);height:500px;width:100%;position:relative;background:#e0e0e0}.map-container iframe{width:100%;height:100%;border:none;display:block}.elevator-grid{display:grid;grid-template-columns:repeat(auto-fit, minmax(350px, 1fr));gap:2.5rem;padding:1rem 0}.elevator-card{background:var(--white);border-radius:20px;overflow:hidden;box-shadow:var(--shadow-sm);transition:all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);border:1px solid rgba(0, 0, 0, 0.05);display:flex;flex-direction:column;position:relative}.elevator-card:hover{transform:translateY(-10px);box-shadow:var(--shadow-lg);border-color:rgba(233, 133, 57, 0.2)}.elevator-card img{width:100%;height:280px;object-fit:cover;transition:transform 0.6s ease}.elevator-card:hover img{transform:scale(1.05)}.elevator-card-content{padding:2.5rem;flex:1;display:flex;flex-direction:column;background:linear-gradient(to bottom, #ffffff, #fafafa)}.elevator-card-content h2{font-size:1.6rem;color:var(--primary-color);margin-bottom:1rem;font-weight:700;letter-spacing:-0.5px;position:relative;display:inline-block}.elevator-card-content h2::after{content:'';display:block;width:40px;height:3px;background:var(--accent-color);margin-top:0.5rem;border-radius:2px;transition:width 0.3s ease}.elevator-card:hover .elevator-card-content h2::after{width:60px}.elevator-card-content p{color:var(--text-light);font-size:1rem;line-height:1.7;margin-bottom:0;flex:1}.service-item{display:flex;align-items:stretch;gap:0;margin-bottom:4rem;background:var(--white);border-radius:20px;box-shadow:var(--shadow-md);overflow:hidden;border:1px solid rgba(0, 0, 0, 0.05);transition:transform 0.3s ease}.service-item:hover{transform:translateY(-5px);box-shadow:var(--shadow-lg)}.service-item:nth-child(even){flex-direction:row-reverse}.service-image{flex:1;min-width:400px}.service-image img{width:100%;height:100%;object-fit:cover;display:block}.service-content{flex:1.2;padding:3rem;display:flex;flex-direction:column;justify-content:center}.service-content h2{font-size:2rem;color:var(--primary-color);margin-bottom:1.5rem;position:relative;padding-bottom:15px}.service-content h2::after{content:'';position:absolute;bottom:0;left:0;width:60px;height:3px;background:var(--accent-color)}.service-content p{font-size:1.05rem;line-height:1.7;color:#555;margin-bottom:1rem}.mission-vision{display:grid;grid-template-columns:repeat(auto-fit, minmax(300px, 1fr));gap:3rem;margin-bottom:4rem}.mission-card, .vision-card{background:var(--white);padding:3rem;border-radius:16px;box-shadow:var(--shadow-sm);border-top:4px solid var(--accent-color);transition:all 0.3s ease}.mission-card:hover, .vision-card:hover{box-shadow:var(--shadow-md);transform:translateY(-5px)}.team-grid{display:grid;grid-template-columns:repeat(2, 1fr) !important;gap:2.5rem;max-width:1000px;margin:0 auto}.team-card{background:var(--white);border-radius:16px;padding:2.5rem;text-align:center;box-shadow:var(--shadow-sm);transition:all 0.3s ease;border:1px solid var(--border-color)}.team-card:hover{transform:translateY(-8px);box-shadow:var(--shadow-lg);border-color:var(--accent-color)}.team-avatar, .team-img-loaded{border:4px solid rgba(233, 133, 57, 0.1);box-shadow:var(--shadow-sm)}.team-card h3{font-size:1.4rem;margin-bottom:0.5rem;color:var(--primary-color)}.team-role{color:var(--accent-color);font-weight:600;margin-bottom:0.8rem;font-size:0.95rem;text-transform:uppercase;letter-spacing:0.5px}.team-experience{color:var(--text-light);font-size:0.9rem;font-style:italic}.main-footer{background:#252528;color:var(--white);padding:80px 0 30px;position:relative;margin-top:auto}.footer-content{display:grid;grid-template-columns:repeat(auto-fit, minmax(220px, 1fr));gap:3rem;margin-bottom:4rem}.footer-section h3, .footer-section h4{color:var(--white);margin-bottom:1.5rem;font-size:1.3rem;border-bottom:2px solid var(--accent-color);padding-bottom:0.5rem;display:inline-block}.footer-section a{color:#bbb;transition:.3s}.footer-section a:hover{color:var(--accent-color)}.footer-section ul li{margin-bottom:0.8rem;display:flex;align-items:center;gap:0.8rem}.social-links{display:flex;gap:1rem}.social-links a{display:flex;align-items:center;justify-content:center;width:40px;height:40px;background:rgba(255, 255, 255, 0.1);color:var(--white);border-radius:10px;transition:all 0.3s ease}.social-links a:hover{background:var(--accent-color);transform:translateY(-3px)}.footer-bottom{text-align:center;padding-top:2rem;border-top:1px solid rgba(255, 255, 255, 0.1);color:#888;font-size:0.9rem}.hidden{display:none !important}.cookie-consent{position:fixed;bottom:20px;left:20px;right:20px;max-width:500px;background:var(--white);padding:1.5rem;border-radius:12px;box-shadow:0 10px 40px rgba(0, 0, 0, 0.2);z-index:9999;border:1px solid var(--border-color);animation:slideUp 0.5s ease}.cookie-buttons{display:flex;gap:1rem;margin-top:1rem}.btn-cookie{padding:0.6rem 1.2rem;border-radius:6px;border:none;cursor:pointer;font-weight:500}.btn-accept{background:var(--accent-color);color:var(--white)}.btn-decline{background:#eee;color:var(--text-dark)}.whatsapp-float{position:fixed;bottom:30px;right:30px;background:#25d366;color:white;width:60px;height:60px;border-radius:50%;display:flex;align-items:center;justify-content:center;box-shadow:0 5px 20px rgba(37, 211, 102, 0.4);z-index:9990;transition:all 0.3s ease}.whatsapp-float:hover{transform:scale(1.1)}@keyframes slideUp{from{transform:translateY(100px);opacity:0}to{transform:translateY(0);opacity:1}}@media (max-width:992px){.service-item{flex-direction:column}.service-item:nth-child(even){flex-direction:column}.service-image{min-width:100%;height:300px}.hero-content-wrapper{grid-template-columns:1fr}}@media (max-width:768px){.nav-menu{position:fixed;top:var(--header-height);left:0;width:100%;height:calc(100vh - var(--header-height));background:var(--white);flex-direction:column;padding:2rem;transform:translateX(100%);transition:transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);gap:1.5rem;align-items:center;border-top:1px solid #eee;z-index:999;overflow-y:auto}.nav-menu.active{transform:translateX(0);box-shadow:-5px 0 20px rgba(0, 0, 0, 0.1)}.hamburger{display:flex}.nav-menu a{font-size:1.2rem;width:100%;text-align:center;padding:1rem 0;border-bottom:1px solid #f0f0f0}.team-grid{grid-template-columns:1fr !important}.contact-section{grid-template-columns:1fr}.hero-text h1{font-size:2.2rem}.map-container{height:350px}.breadcrumb-item a{font-size:0.85rem}.btn, .btn-primary-large{width:100%}.hero-cta{flex-direction:column;width:100%}.cta-buttons-pro{flex-direction:column}}