@import"https://fonts.googleapis.com/css2?family=Bricolage+Grotesque:opsz,wght@12..96,200..800&family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap";:root{--primary-color: #9b3b32;--primary-color-dark: #7a2e27;--primary-color-light: #b8453a;--primary-color-alpha-30: rgba(155, 59, 50, .3);--primary-color-alpha-40: rgba(155, 59, 50, .4);--primary-color-alpha-60: rgba(155, 59, 50, .6);--primary-color-alpha-80: rgba(155, 59, 50, .8);--primary-gradient: linear-gradient(135deg, #9b3b32 0%, #7a2e27 100%);--primary-gradient-hover: linear-gradient(135deg, #7a2e27 0%, #9b3b32 100%);--font-family: "Bricolage Grotesque", sans-serif}:root,:root[data-theme=dark]{--bg-primary: #2d2d2d;--bg-secondary: #1a1a1a;--bg-tertiary: #333333;--text-primary: #ffffff;--text-secondary: rgba(255, 255, 255, .9);--text-muted: rgba(255, 255, 255, .7);--text-disabled: rgba(255, 255, 255, .3);--border-primary: rgba(255, 255, 255, .2);--border-secondary: rgba(255, 255, 255, .1);--shadow-primary: rgba(0, 0, 0, .3);--shadow-secondary: rgba(0, 0, 0, .1);--backdrop-blur: blur(20px);--overlay-bg: rgba(0, 0, 0, .7);--bg-gradient-primary: linear-gradient(135deg, #333 0%, #666 100%);--bg-gradient-accent: radial-gradient( circle at 80% 20%, rgba(155, 59, 50, .1) 0%, transparent 50% )}:root[data-theme=light]{--bg-primary: #f8f9fa;--bg-secondary: #ffffff;--bg-tertiary: #f8f9fa;--text-primary: #212529;--text-secondary: #495057;--text-muted: #6c757d;--text-disabled: #adb5bd;--border-primary: #dee2e6;--border-secondary: #e9ecef;--shadow-primary: rgba(0, 0, 0, .1);--shadow-secondary: rgba(0, 0, 0, .05);--backdrop-blur: blur(5px);--overlay-bg: rgba(0, 0, 0, .5);--bg-gradient-primary: linear-gradient(135deg, #ffffff 0%, #f8f9fa 100%);--bg-gradient-accent: radial-gradient( circle at 80% 20%, rgba(155, 59, 50, .05) 0%, transparent 50% )}*{margin:0;padding:0;box-sizing:border-box;font-family:var(--font-family)}html,body{font-family:var(--font-family);background:var(--bg-primary);color:var(--text-primary);min-height:100%;transition:background-color .3s ease,color .3s ease}#app{min-height:100vh;background:var(--bg-primary);transition:background-color .3s ease}input,button,select,textarea{font-family:var(--font-family)}.btn-primary,button.btn-primary{background:var(--primary-gradient);color:#fff;box-shadow:0 4px 15px var(--primary-color-alpha-30);border:none;border-radius:12px;padding:12px 24px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease;font-family:var(--font-family)}.btn-primary:hover:not(:disabled),button.btn-primary:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 6px 20px var(--primary-color-alpha-40);background:var(--primary-gradient-hover)}.btn-primary:disabled,button.btn-primary:disabled{opacity:.6;cursor:not-allowed;transform:none!important}.bg-secondary{background:var(--bg-secondary)}.bg-tertiary{background:var(--bg-tertiary)}.text-primary{color:var(--text-primary)}.text-secondary{color:var(--text-secondary)}.text-muted{color:var(--text-muted)}.border-primary{border-color:var(--border-primary)}.border-secondary{border-color:var(--border-secondary)}*{transition:background-color .3s ease,color .3s ease,border-color .3s ease}input,textarea,select{background:var(--bg-secondary);color:var(--text-primary);border:1px solid var(--border-primary)}input::placeholder,textarea::placeholder{color:var(--text-muted)}.container{width:100%;max-width:1200px;margin:0 auto;padding:0 1rem}.container-fluid{width:100%;padding:0 1rem}.text-responsive{font-size:clamp(.875rem,2.5vw,1.125rem)}.heading-responsive{font-size:clamp(1.5rem,4vw,2.5rem)}.subheading-responsive{font-size:clamp(1.125rem,3vw,1.5rem)}.p-responsive{padding:clamp(1rem,3vw,2rem)}.m-responsive{margin:clamp(1rem,3vw,2rem)}.flex-responsive{display:flex;flex-wrap:wrap;gap:1rem}@media (max-width: 768px){.flex-responsive{flex-direction:column}}.grid-responsive{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1rem}@media (max-width: 480px){.grid-responsive{grid-template-columns:1fr}}@media (max-width: 1200px){.container{max-width:960px}html{font-size:15px}}@media (max-width: 992px){.container{max-width:720px}.p-responsive{padding:clamp(.75rem,2.5vw,1.5rem)}}@media (max-width: 768px){.container{max-width:540px;padding:0 1rem}html{font-size:14px}button,.btn-primary,a{min-height:44px;min-width:44px}.flex-responsive{flex-direction:column}.p-responsive{padding:clamp(.5rem,2vw,1rem)}input,textarea,select{font-size:16px;padding:.75rem}}@media (max-width: 576px){.container{padding:0 .75rem}html{font-size:13px}.btn-primary{padding:.75rem 1rem;font-size:.9rem}}@media (max-width: 480px){.container{padding:0 .5rem}.p-responsive{padding:clamp(.25rem,1.5vw,.75rem)}.flex-responsive,.grid-responsive{grid-template-columns:1fr}}body{overflow-x:hidden}@media (max-width: 768px){button,a,input[type=button],input[type=submit]{padding:.75rem 1rem;margin:.25rem}p{line-height:1.6}table{width:100%;overflow-x:auto;display:block;white-space:nowrap}table thead,table tbody,table th,table td,table tr{display:block}table thead tr{position:absolute;top:-9999px;left:-9999px}table tr{border:1px solid var(--border-primary);margin-bottom:.5rem;padding:.5rem;border-radius:8px}table td{border:none;position:relative;padding-left:50%;white-space:normal;text-align:left}table td:before{content:attr(data-label) ": ";position:absolute;left:6px;width:45%;padding-right:10px;white-space:nowrap;font-weight:700;color:var(--text-secondary)}}*:focus{outline:2px solid var(--primary-color);outline-offset:2px}@media (prefers-reduced-motion: reduce){*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}@media (prefers-contrast: high){:root{--border-primary: #000000;--text-primary: #000000;--bg-secondary: #ffffff}:root[data-theme=dark]{--border-primary: #ffffff;--text-primary: #ffffff;--bg-secondary: #000000}}.loading-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#00000080;display:flex;justify-content:center;align-items:center;z-index:1000}.spinner{display:inline-block;width:50px;height:50px;border:5px solid #fff;border-top:5px solid transparent;border-radius:50%;animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.letrero-rombo[data-v-79181e74]{font-family:Montserrat,sans-serif;font-size:2.1rem;font-weight:10;letter-spacing:-2px;color:#fff}.logo-hexagono[data-v-79181e74]{width:200px;height:200px;border-radius:50%;object-fit:cover;margin-bottom:1rem;box-shadow:0 4px 16px #0003;background:#fff}.hero[data-v-79181e74]{min-height:100vh;display:flex;align-items:center;position:relative;background:linear-gradient(135deg,#2c3e5000,#4a674100),url(/images/img_constr.png);background-size:cover;background-position:center;background-attachment:fixed;overflow:hidden}.hero[data-v-79181e74]:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:#0006;-webkit-backdrop-filter:blur(1px);backdrop-filter:blur(1px)}@keyframes constructionPattern-79181e74{0%{transform:translate(0)}to{transform:translate(20px)}}.hero-container[data-v-79181e74]{max-width:1200px;margin:0 auto;padding:0 2rem;display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center;position:relative;z-index:1;min-height:80vh}.hero-content[data-v-79181e74]{padding:2rem 0;display:flex;flex-direction:column;align-items:flex-start}.hero-visual[data-v-79181e74]{display:flex;justify-content:center;align-items:center;position:relative}.hero-content h1[data-v-79181e74]{font-size:4rem;font-weight:900;margin-bottom:1rem;font-family:Arial,sans-serif;margin:0;-webkit-background-clip:text;background-clip:text;animation:titleGlow-79181e74 3s ease-in-out infinite alternate;letter-spacing:-10px}.fondo-rojo[data-v-79181e74]{background-color:#eee7e71f;display:inline-block;padding:3px 0;border-radius:15px}.letra-a[data-v-79181e74]{color:#fff;font-size:2.6rem;font-weight:900;text-shadow:2px 2px 4px rgba(0,0,0,.5);animation:fadeInUp-79181e74 1s ease-out .5s both}.letra-y[data-v-79181e74]{color:#fff;font-size:2.6rem;font-weight:900;text-shadow:2px 2px 4px rgba(0,0,0,.5);animation:fadeInUp-79181e74 1s ease-out .7s both}.letra-p[data-v-79181e74]{color:#fff;font-size:2.6rem;font-weight:900;text-shadow:2px 2px 4px rgba(0,0,0,.5);animation:fadeInUp-79181e74 1s ease-out .9s both}.letras[data-v-79181e74]{display:flex;align-items:center;justify-content:center;gap:.5rem;margin-bottom:1rem;width:100%}@keyframes titleGlow-79181e74{0%{filter:drop-shadow(0 0 5px #9B3B32)}to{filter:drop-shadow(0 0 20px #9B3B32)}}.subtitle[data-v-79181e74]{font-size:1.8rem;margin-bottom:2rem;margin-top:.5rem;margin-right:-200px;text-align:center;color:#ecf0f1;animation:fadeInUp-79181e74 1s ease-out .5s both}@keyframes fadeInUp-79181e74{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.services-list[data-v-79181e74]{list-style:none;margin-bottom:2rem}.services-list li[data-v-79181e74]{display:flex;align-items:center;gap:1rem;padding:1rem 0;border-bottom:1px solid rgba(255,255,255,.1);transition:all .3s ease;animation:fadeInUp-79181e74 1s ease-out calc(.7s + var(--delay)) both}.services-list li[data-v-79181e74]:hover{transform:translate(10px);background:#ff6b351a;border-radius:10px;padding-left:1.5rem}.p-icon[data-v-79181e74]{font-weight:400!important;font-size:21px;margin-top:10px}.service-icon[data-v-79181e74]{width:50px;height:50px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.2rem;transition:all .3s ease}.services-list li:hover .service-icon[data-v-79181e74]{transform:scale(1.2) rotate(10deg)}.service-icon-1[data-v-79181e74]{width:50px;height:50px;border-radius:50%;transition:all .3s ease;margin-right:1rem;animation:fadeInUp-79181e74 1s ease-out .5s both}.services-list li:hover .service-icon-1[data-v-79181e74]{transform:scale(1.2) rotate(10deg)}.hero-visual[data-v-79181e74]{position:relative;height:600px;display:flex;align-items:center;justify-content:center}.hexagon[data-v-79181e74]{width:500px;height:400px;margin-right:-220px;background:linear-gradient(135deg,#1a1a1a,#1a1a1a);clip-path:polygon(25% 0%,75% 0%,100% 50%,75% 100%,25% 100%,0% 50%);display:flex;align-items:center;justify-content:center;position:relative;animation:hexagonFloat-79181e74 3s ease-in-out infinite;animation:fadeInUp-79181e74 .4s ease-out .5s both}@keyframes hexagonFloat-79181e74{0%,to{transform:translate(30px)}50%{transform:translate(0)}}.hexagon-content[data-v-79181e74]{color:#fff;text-align:center;padding:2rem}.hexagon-content h2[data-v-79181e74]{font-size:2.5rem;margin-bottom:1rem;font-weight:900}.hexagon-content p[data-v-79181e74]{font-size:1.9rem;margin-bottom:4rem}.cta-text[data-v-79181e74]{font-size:1.2rem;font-weight:700;color:#f44336;text-shadow:2px 2px 4px rgba(0,0,0,.5)}.floating-tools[data-v-79181e74]{position:absolute;top:0;left:0;width:100%;height:100%;pointer-events:none}.tool[data-v-79181e74]{position:absolute;width:60px;height:60px;background:#ffffff1a;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.5rem;animation:float-79181e74 4s ease-in-out infinite}.tool[data-v-79181e74]:nth-child(1){top:15%;left:30%;animation-delay:0s}.tool[data-v-79181e74]:nth-child(2){top:20%;right:-15%;animation-delay:1s}.tool[data-v-79181e74]:nth-child(3){bottom:13%;left:30%;animation-delay:2s}.tool[data-v-79181e74]:nth-child(4){bottom:20%;right:-15%;animation-delay:3s}@keyframes float-79181e74{0%,to{transform:translateY(0) rotate(0)}50%{transform:translateY(-30px) rotate(180deg)}}.linea-roja-nueva[data-v-79181e74]{width:170%;max-width:700px;height:3px;background-color:#f44336;margin:18px auto 0;border-radius:2px}@media (max-width: 1024px){.hero-container[data-v-79181e74]{gap:2rem;padding:0 2rem}.letras[data-v-79181e74],.letra-a[data-v-79181e74],.letra-y[data-v-79181e74],.letra-p[data-v-79181e74]{font-size:3rem}.subtitle[data-v-79181e74]{font-size:1.4rem;margin-top:4rem}.logo-hexagono[data-v-79181e74]{width:150px;height:150px}.letrero-rombo[data-v-79181e74]{font-size:1.6rem}.hexagon[data-v-79181e74]{width:350px;height:350px}}@media (max-width: 768px){.hero[data-v-79181e74]{background-attachment:scroll;min-height:100vh;padding:1rem 0}.hero-container[data-v-79181e74]{flex-direction:column;text-align:center;gap:3rem;padding:0 1rem}.hero-content[data-v-79181e74]{order:2;width:100%}.hero-visual[data-v-79181e74]{order:1;width:100%}.letras[data-v-79181e74]{font-size:2.5rem;justify-content:center}.letra-a[data-v-79181e74],.letra-y[data-v-79181e74],.letra-p[data-v-79181e74]{font-size:2.5rem;margin-left:0;position:relative}.service-icon-1[data-v-79181e74]{width:40px;height:40px}.subtitle[data-v-79181e74]{font-size:1.2rem;margin-top:2rem;margin-bottom:1.5rem}.services-list[data-v-79181e74]{flex-direction:column;gap:1rem;align-items:center}.services-list li[data-v-79181e74]{flex-direction:row;text-align:left;width:100%;max-width:300px}.service-icon[data-v-79181e74]{width:40px;height:40px}.p-icon[data-v-79181e74]{font-size:.9rem;margin-left:1rem}.hexagon[data-v-79181e74]{width:280px;height:280px}.logo-hexagono[data-v-79181e74]{width:120px;height:120px;margin-bottom:1rem}.letrero-rombo[data-v-79181e74]{font-size:1.2rem;line-height:1.4}.linea-roja-nueva[data-v-79181e74]{width:80%;max-width:300px}.floating-tools[data-v-79181e74]{display:none}}@media (max-width: 480px){.hero[data-v-79181e74]{min-height:90vh;padding:.5rem 0}.hero-container[data-v-79181e74]{gap:2rem;padding:0 .5rem}.letras[data-v-79181e74],.letra-a[data-v-79181e74],.letra-y[data-v-79181e74],.letra-p[data-v-79181e74]{font-size:2rem}.service-icon-1[data-v-79181e74]{width:30px;height:30px}.subtitle[data-v-79181e74]{font-size:1rem;margin-top:1.5rem;margin-bottom:1rem}.services-list li[data-v-79181e74]{max-width:250px}.service-icon[data-v-79181e74]{width:35px;height:35px}.p-icon[data-v-79181e74]{font-size:.8rem}.hexagon[data-v-79181e74]{width:220px;height:220px}.logo-hexagono[data-v-79181e74]{width:100px;height:100px}.letrero-rombo[data-v-79181e74]{font-size:1rem;line-height:1.3}.linea-roja-nueva[data-v-79181e74]{width:90%;max-width:250px;height:2px}}@media (max-width: 360px){.letras[data-v-79181e74],.letra-a[data-v-79181e74],.letra-y[data-v-79181e74],.letra-p[data-v-79181e74]{font-size:1.8rem}.subtitle[data-v-79181e74]{font-size:.9rem}.hexagon[data-v-79181e74]{width:180px;height:180px}.logo-hexagono[data-v-79181e74]{width:80px;height:80px}.letrero-rombo[data-v-79181e74]{font-size:.9rem}.services-list li[data-v-79181e74]{max-width:200px}.p-icon[data-v-79181e74]{font-size:.75rem}}@media (max-width: 768px) and (orientation: landscape){.hero[data-v-79181e74]{min-height:100vh}.hero-container[data-v-79181e74]{flex-direction:row;gap:2rem}.hero-content[data-v-79181e74]{order:1;width:60%}.hero-visual[data-v-79181e74]{order:2;width:40%}.hexagon[data-v-79181e74]{width:200px;height:200px}.logo-hexagono[data-v-79181e74]{width:80px;height:80px}.letrero-rombo[data-v-79181e74]{font-size:.8rem}.services-list[data-v-79181e74]{flex-direction:column;gap:.5rem}.subtitle[data-v-79181e74]{margin-top:1rem;margin-bottom:1rem}}.services-section[data-v-7c7b61e4]{background:linear-gradient(#00000080,#00000080),url(/images/fondo3.jpg) center/cover no-repeat;padding:60px 20px;text-align:center;font-family:Segoe UI,sans-serif;color:#fff}.section-title[data-v-7c7b61e4]{font-size:1.8rem;color:#fff;margin-bottom:30px;text-transform:uppercase;font-weight:700}.section-title-1[data-v-7c7b61e4]{color:#fff;margin-bottom:0;text-transform:uppercase;font-weight:10px}.service-grid[data-v-7c7b61e4]{display:flex;flex-wrap:wrap;justify-content:center;gap:30px;margin-bottom:50px}.service-card[data-v-7c7b61e4]{background:#fffe;width:280px;border-radius:15px;box-shadow:0 8px 16px #0003;transition:all .3s ease;overflow:hidden}.service-card[data-v-7c7b61e4]:hover{transform:translateY(-5px);box-shadow:0 12px 24px #00000040}.service-card img[data-v-7c7b61e4]{width:100%;height:170px;object-fit:cover}.service-card h3[data-v-7c7b61e4]{margin:15px 10px 5px;font-size:1.1rem;color:#9b3b32}.service-card p[data-v-7c7b61e4]{margin:0 10px 15px;font-size:.95rem;color:#333}.offerings[data-v-7c7b61e4]{background-color:#222222e6;height:40vh;display:flex;justify-content:center;align-items:center;color:#fff;font-size:2rem;overflow:hidden}.cards[data-v-7c7b61e4]{display:flex;justify-content:center;gap:3rem;height:80%}.card[data-v-7c7b61e4]{border:2px solid white;padding:1rem;border-radius:8px;color:#131212;text-align:left;cursor:pointer;font-size:1rem;display:flex;flex-direction:column;align-items:flex-start;transition:background-color .3s,color .3s;width:30%}.rent[data-v-7c7b61e4]{background-image:url(/images/rent_building_banner.png);background-size:cover}.sell[data-v-7c7b61e4]{background-image:url(/images/sell_tools_banner.png);background-size:contain}.card h2[data-v-7c7b61e4]{margin:0;font-family:Bricolage Grotesque,sans-serif}.card p[data-v-7c7b61e4]{margin:.5rem 0;font-family:Bricolage Grotesque,sans-serif}.card[data-v-7c7b61e4]:hover{background-color:#17181acc;background-image:none;color:#fff}@media (max-width: 768px){.services-section[data-v-7c7b61e4]{padding:1rem .5rem}.section-title-1[data-v-7c7b61e4]{font-size:.9rem;margin-bottom:.5rem}.section-title[data-v-7c7b61e4]{font-size:1.5rem;margin-bottom:1rem}.service-grid[data-v-7c7b61e4]{gap:1rem;padding:0 .5rem}.service-card[data-v-7c7b61e4]{width:100%;max-width:300px;margin:0 auto}.service-card img[data-v-7c7b61e4]{height:140px}.service-card h3[data-v-7c7b61e4]{margin:10px 8px 5px;font-size:1rem}.service-card p[data-v-7c7b61e4]{margin:0 8px 10px;font-size:.85rem}}@media (max-width: 480px){.services-section[data-v-7c7b61e4]{padding:.75rem .25rem}.section-title[data-v-7c7b61e4]{font-size:1.3rem}.service-card img[data-v-7c7b61e4]{height:120px}.service-card h3[data-v-7c7b61e4]{font-size:.95rem}.service-card p[data-v-7c7b61e4]{font-size:.8rem}}.conocenos-section[data-v-f9847493]{background:url(/images/img_constr.png) center/cover no-repeat;position:relative;padding:60px 20px;color:#fff;overflow:hidden}.conocenos-section .overlay[data-v-f9847493]{background:#0009;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);padding:40px 20px;border-radius:12px}.conocenos-section h2[data-v-f9847493]{text-align:center;font-size:2.5rem;font-weight:600;margin-bottom:20px;text-shadow:2px 2px 8px rgba(0,0,0,.4)}.conocenos-section h4[data-v-f9847493]{text-align:center;font-weight:400;font-size:1rem;margin-bottom:10px;color:#ccc}.cards-container[data-v-f9847493]{display:flex;gap:20px;justify-content:center;flex-wrap:wrap;margin-top:30px}.card[data-v-f9847493]{background:#fff;color:#333;border-radius:10px;box-shadow:0 6px 20px #0003;padding:30px 20px;width:300px;transition:transform .3s ease,box-shadow .3s ease;position:relative;text-align:center}.card h3[data-v-f9847493]{font-weight:600;font-size:1.2rem;margin:10px 0 15px;border-bottom:2px solid #e74c3c;padding-bottom:5px}.card p[data-v-f9847493]{font-size:.95rem;line-height:1.5}.card[data-v-f9847493]:hover{transform:translateY(-8px);box-shadow:0 12px 30px #0000004d}.icon-card[data-v-f9847493]{font-size:2.2rem;color:#e74c3c;margin-bottom:10px}.main-banner[data-v-f9847493]{background-color:#4caf50;height:33vh;display:flex;justify-content:center;align-items:center;color:#fff;font-size:2rem}@media (max-width: 768px){.conocenos-section[data-v-f9847493],.conocenos-section .overlay[data-v-f9847493]{padding:1.5rem 1rem}.conocenos-section h2[data-v-f9847493]{font-size:2rem;margin-bottom:15px}.conocenos-section h4[data-v-f9847493]{font-size:.9rem;margin-bottom:8px}.cards-container[data-v-f9847493]{gap:15px;margin-top:20px}.card[data-v-f9847493]{padding:20px 15px;width:100%;max-width:280px}.card h3[data-v-f9847493]{font-size:1.1rem;margin:8px 0 12px}.card p[data-v-f9847493]{font-size:.9rem;line-height:1.4}.icon-card[data-v-f9847493]{font-size:2rem;margin-bottom:8px}}@media (max-width: 480px){.conocenos-section[data-v-f9847493]{padding:1rem .5rem}.conocenos-section .overlay[data-v-f9847493]{padding:1rem .75rem}.conocenos-section h2[data-v-f9847493]{font-size:1.8rem}.card[data-v-f9847493]{padding:15px 12px}.card h3[data-v-f9847493]{font-size:1rem}.card p[data-v-f9847493]{font-size:.85rem}.icon-card[data-v-f9847493]{font-size:1.8rem}}.main-banner[data-v-1293f567]{background-color:#c5a025;height:33vh;display:flex;justify-content:center;align-items:center;color:#fff;font-size:2rem}.conocenos-section[data-v-1293f567]{background:url(img/img_constr.png) center/cover no-repeat;position:relative;padding:60px 20px;color:#fff;overflow:hidden}.conocenos-section .overlay[data-v-1293f567]{background:#0009;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);padding:40px 20px;border-radius:12px}.conocenos-section h2[data-v-1293f567]{text-align:center;font-size:2.5rem;font-weight:600;margin-bottom:20px;text-shadow:2px 2px 8px rgba(0,0,0,.4)}.conocenos-section h4[data-v-1293f567]{text-align:center;font-weight:400;font-size:1rem;margin-bottom:10px;color:#ccc}.cards-container[data-v-1293f567]{display:flex;gap:20px;justify-content:center;flex-wrap:wrap;margin-top:30px}.card[data-v-1293f567]{background:#fff;color:#333;border-radius:10px;box-shadow:0 6px 20px #0003;padding:30px 20px;width:300px;transition:transform .3s ease,box-shadow .3s ease;position:relative;text-align:center}.card h3[data-v-1293f567]{font-weight:600;font-size:1.2rem;margin:10px 0 15px;border-bottom:2px solid #e74c3c;padding-bottom:5px}.card p[data-v-1293f567]{font-size:.95rem;line-height:1.5}.card[data-v-1293f567]:hover{transform:translateY(-8px);box-shadow:0 12px 30px #0000004d}.icon-card[data-v-1293f567]{font-size:2.2rem;color:#e74c3c;margin-bottom:10px}.contacto-section[data-v-1293f567]{padding:60px 20px;background:#f9f9f9;color:#333;font-family:Montserrat,sans-serif}.contacto-section h2[data-v-1293f567]{text-align:center;font-size:2.5rem;margin-bottom:10px}.subtexto[data-v-1293f567]{text-align:center;font-size:1rem;color:#666;margin-bottom:40px}.contacto-grid[data-v-1293f567]{display:flex;flex-wrap:wrap;gap:40px;justify-content:center;align-items:flex-start}.info-contacto[data-v-1293f567]{flex:none;width:100%;max-width:900px;display:flex;flex-direction:column;gap:15px;margin:0 auto}.card-contacto[data-v-1293f567]{background:#fff;padding:15px 20px;border-left:4px solid #e74c3c;border-radius:10px;box-shadow:0 4px 12px #0000001a;font-size:.95rem;transition:transform .3s ease}.card-contacto[data-v-1293f567]:hover{transform:translate(5px)}.icon[data-v-1293f567]{margin-right:10px;color:#e74c3c}.media-contacto[data-v-1293f567]{flex:1 1 400px;display:flex;flex-direction:column;gap:20px;background:#fff;padding:24px 18px;border-radius:16px;box-shadow:0 6px 20px #00000014;align-items:center;min-width:320px;max-width:600px;margin:0 auto}.foto-contacto[data-v-1293f567]{width:100%;max-width:900px;height:auto;border-radius:16px;box-shadow:0 8px 24px #00000021;margin-bottom:18px;display:block;margin-left:auto;margin-right:auto}.mapa-section[data-v-1293f567]{width:100%;display:flex;flex-direction:column;align-items:center;margin-top:32px}.mapa-titulo[data-v-1293f567]{font-size:1.7rem;font-weight:700;color:#e74c3c;margin-bottom:18px;letter-spacing:1px;text-align:center;text-shadow:0 2px 8px rgba(231,76,60,.08)}.mapa-wrapper[data-v-1293f567]{background:#fff;border-radius:16px;box-shadow:0 6px 20px #0000001a;padding:18px;max-width:600px;width:100%;display:flex;justify-content:center}.mapa-contacto[data-v-1293f567]{width:100%;min-height:380px;max-width:900px;border:none;border-radius:16px;box-shadow:0 8px 24px #00000021;display:block;margin:0 auto}@media (max-width: 900px){.contacto-grid[data-v-1293f567]{flex-direction:column;align-items:center}.media-contacto[data-v-1293f567]{width:100%;max-width:500px;min-width:unset;padding:1px 8px;flex:none}.mapa-section[data-v-1293f567]{margin-top:24px}.mapa-wrapper[data-v-1293f567]{max-width:100%;padding:8px}.mapa-contacto[data-v-1293f567]{min-height:200px;max-width:100%}}@media (max-width: 768px){.contacto-section[data-v-1293f567]{padding:1.5rem 1rem}.contacto-section h2[data-v-1293f567]{font-size:2rem;margin-bottom:8px}.subtexto[data-v-1293f567]{font-size:.9rem;margin-bottom:1.5rem}.contacto-grid[data-v-1293f567]{gap:1.5rem}.card-contacto[data-v-1293f567]{padding:12px 15px;font-size:.9rem}.media-contacto[data-v-1293f567]{padding:15px 12px}.foto-contacto[data-v-1293f567]{margin-bottom:12px}.mapa-section[data-v-1293f567]{margin-top:1.5rem}.mapa-titulo[data-v-1293f567]{font-size:1.4rem;margin-bottom:12px}.mapa-wrapper[data-v-1293f567]{padding:12px}.mapa-contacto[data-v-1293f567]{min-height:180px}}@media (max-width: 480px){.contacto-section[data-v-1293f567]{padding:1rem .75rem}.contacto-section h2[data-v-1293f567]{font-size:1.8rem}.subtexto[data-v-1293f567]{font-size:.85rem}.card-contacto[data-v-1293f567]{padding:10px 12px;font-size:.85rem}.media-contacto[data-v-1293f567]{padding:12px 8px}.mapa-titulo[data-v-1293f567]{font-size:1.2rem}.mapa-wrapper[data-v-1293f567]{padding:8px}.mapa-contacto[data-v-1293f567]{min-height:160px}}.whatsapp-float[data-v-1293f567]{position:fixed;bottom:20px;right:20px;z-index:1000}.whatsapp-btn[data-v-1293f567]{display:flex;align-items:center;justify-content:center;width:60px;height:60px;background:#25d366;border-radius:50%;box-shadow:0 4px 16px #25d36666;text-decoration:none;transition:all .3s ease;color:#fff;font-size:2rem}.whatsapp-btn[data-v-1293f567]:hover{background:#128c7e;transform:scale(1.1);box-shadow:0 6px 20px #25d36699;color:#fff;text-decoration:none}.whatsapp-btn[data-v-1293f567]:focus{outline:2px solid #25D366;outline-offset:2px}@keyframes whatsappPulse-1293f567{0%{transform:scale(1);box-shadow:0 4px 16px #25d36666}50%{transform:scale(1.05);box-shadow:0 6px 20px #25d36699}to{transform:scale(1);box-shadow:0 4px 16px #25d36666}}@media (max-width: 768px){.whatsapp-float[data-v-1293f567]{bottom:15px;right:15px}.whatsapp-btn[data-v-1293f567]{width:55px;height:55px;font-size:1.8rem}}@media (max-width: 480px){.whatsapp-float[data-v-1293f567]{bottom:10px;right:10px}.whatsapp-btn[data-v-1293f567]{width:50px;height:50px;font-size:1.6rem}}.home-main[data-v-04cf25f1]{padding-top:70px;background-color:transparent;overflow-x:hidden}.desktop-version[data-v-04cf25f1]{display:block}.mobile-version[data-v-04cf25f1]{display:none}.section[data-v-04cf25f1]{padding:.1px 0 0;border-bottom:1px solid var(--border-secondary);position:relative}.section[data-v-04cf25f1]:last-child{border-bottom:none}.offset[data-v-04cf25f1]{padding-top:0;margin-top:-70px}.mobile-hero[data-v-04cf25f1]{min-height:80vh;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,var(--bg-secondary) 0%,var(--bg-secondary) 100%);color:#fff;text-align:center;margin-bottom:2rem;position:relative;overflow:hidden}.mobile-hero[data-v-04cf25f1]:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:url(/images/img_constr.png) center/cover;opacity:.9;z-index:1}.mobile-hero-content[data-v-04cf25f1]{padding:2rem 1rem;position:relative;z-index:2;max-width:400px;margin:0 auto}.mobile-logo-section[data-v-04cf25f1]{margin-bottom:3rem}.mobile-letras[data-v-04cf25f1]{display:flex;align-items:center;justify-content:center;gap:1rem;margin-bottom:1.5rem}.mobile-service-icon[data-v-04cf25f1]{width:40px;height:40px;animation:rotate-04cf25f1 3s linear infinite}.mobile-ayp-letters[data-v-04cf25f1]{display:flex;gap:.5rem}.mobile-letra-a[data-v-04cf25f1],.mobile-letra-y[data-v-04cf25f1],.mobile-letra-p[data-v-04cf25f1]{font-size:3rem;font-weight:900;color:#fff;text-shadow:2px 2px 4px rgba(0,0,0,.5);animation:pulse-04cf25f1 2s ease-in-out infinite alternate}.mobile-letra-a[data-v-04cf25f1]{animation-delay:0s}.mobile-letra-y[data-v-04cf25f1]{animation-delay:.3s}.mobile-letra-p[data-v-04cf25f1]{animation-delay:.6s}.mobile-subtitle[data-v-04cf25f1]{margin-bottom:1rem}.mobile-subtitle p[data-v-04cf25f1]{font-size:.9rem;font-weight:600;letter-spacing:2px;color:#fff;margin:0}.mobile-linea-roja[data-v-04cf25f1]{width:60px;height:3px;background:var(--primary-color);margin:0 auto 2rem;border-radius:2px}.mobile-hexagon-container[data-v-04cf25f1]{margin-bottom:3rem}.mobile-hexagon[data-v-04cf25f1]{width:120px;height:120px;background:#1a1919e7;margin:0 auto 1.5rem;position:relative;border-radius:15px;transform:rotate(45deg);box-shadow:0 8px 25px #ff6b354d}.mobile-logo-hexagon[data-v-04cf25f1]{width:80px;height:80px;border-radius:50px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%) rotate(-45deg);object-fit:cover}.mobile-slogan[data-v-04cf25f1]{font-size:1rem;font-weight:400;line-height:1.4;color:#fff;margin:0;opacity:.95}.mobile-key-services[data-v-04cf25f1]{display:flex;flex-direction:column;gap:1.5rem}.mobile-service-item[data-v-04cf25f1]{display:flex;align-items:center;gap:1rem;padding:1rem;background:#ffffff1a;border-radius:10px;border:1px solid rgba(255,107,53,.3);-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);transition:all .3s ease}.mobile-service-item[data-v-04cf25f1]:hover{background:#ff6b3533;transform:translate(5px)}.mobile-service-img[data-v-04cf25f1]{width:30px;height:30px;filter:brightness(0) invert(1)}.mobile-service-item span[data-v-04cf25f1]{font-size:.8rem;font-weight:600;color:#fff;letter-spacing:1px}@keyframes rotate-04cf25f1{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes pulse-04cf25f1{0%{transform:scale(1);text-shadow:2px 2px 4px rgba(0,0,0,.5)}to{transform:scale(1.05);text-shadow:3px 3px 6px rgba(0,0,0,.7)}}.mobile-offerings[data-v-04cf25f1]{padding:1rem .75rem;background:var(--bg-primary)}.mobile-about[data-v-04cf25f1]{padding:1rem .75rem;background:var(--bg-secondary)}.mobile-contact[data-v-04cf25f1]{padding:1rem .75rem;background:var(--bg-primary);border-top:1px solid var(--border-primary)}@media (max-width: 768px){.home-main[data-v-04cf25f1]{padding-top:60px}.desktop-version[data-v-04cf25f1]{display:none!important}.mobile-version[data-v-04cf25f1]{display:block!important}}@media (max-width: 640px){.mobile-hero-content[data-v-04cf25f1]{padding:1.5rem .75rem}.mobile-letras[data-v-04cf25f1]{gap:.75rem}.mobile-service-icon[data-v-04cf25f1]{width:35px;height:35px}.mobile-letra-a[data-v-04cf25f1],.mobile-letra-y[data-v-04cf25f1],.mobile-letra-p[data-v-04cf25f1]{font-size:2.5rem}.mobile-subtitle p[data-v-04cf25f1]{font-size:.8rem;letter-spacing:1.5px}.mobile-hexagon[data-v-04cf25f1]{width:100px;height:100px}.mobile-logo-hexagon[data-v-04cf25f1]{width:70px;height:70px}.mobile-slogan[data-v-04cf25f1]{font-size:.9rem}.mobile-service-item[data-v-04cf25f1]{padding:.75rem}.mobile-service-img[data-v-04cf25f1]{width:25px;height:25px}.mobile-service-item span[data-v-04cf25f1]{font-size:.75rem}.services-grid[data-v-04cf25f1]{gap:1rem}.service-card[data-v-04cf25f1]{padding:1.25rem}}@media (max-width: 480px){.mobile-hero[data-v-04cf25f1]{min-height:70vh}.mobile-hero-content[data-v-04cf25f1]{padding:1rem .5rem}.mobile-letras[data-v-04cf25f1]{gap:.5rem}.mobile-service-icon[data-v-04cf25f1]{width:30px;height:30px}.mobile-letra-a[data-v-04cf25f1],.mobile-letra-y[data-v-04cf25f1],.mobile-letra-p[data-v-04cf25f1]{font-size:2rem}.mobile-subtitle p[data-v-04cf25f1]{font-size:.75rem;letter-spacing:1px}.mobile-hexagon[data-v-04cf25f1]{width:80px;height:80px}.mobile-logo-hexagon[data-v-04cf25f1]{width:55px;height:55px}.mobile-slogan[data-v-04cf25f1]{font-size:.8rem}.mobile-key-services[data-v-04cf25f1]{gap:1rem}.mobile-service-item[data-v-04cf25f1]{padding:.5rem;gap:.75rem}.mobile-service-img[data-v-04cf25f1]{width:20px;height:20px}.mobile-service-item span[data-v-04cf25f1]{font-size:.7rem;letter-spacing:.5px}.service-card[data-v-04cf25f1]{padding:1rem}.mobile-contact[data-v-04cf25f1]{padding:1.5rem .75rem}}@media (min-width: 769px){.offset[data-v-04cf25f1]{padding-top:70px;margin-top:-70px}.section[data-v-04cf25f1]{max-width:100%}}@media (min-width: 1025px){.section[data-v-04cf25f1]{max-width:100%}}.theme-toggle[data-v-7cb9549d]{background:none;border:none;cursor:pointer;padding:8px;border-radius:12px;transition:all .3s ease;display:flex;align-items:center;justify-content:center}.theme-toggle[data-v-7cb9549d]:hover{background:#ffffff1a;transform:scale(1.05)}.toggle-container[data-v-7cb9549d]{position:relative;width:60px;height:30px;background:#fff3;border-radius:15px;border:2px solid rgba(255,255,255,.3);transition:all .3s ease;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.toggle-slider[data-v-7cb9549d]{position:absolute;top:2px;left:2px;width:22px;height:22px;background:var(--primary-gradient);border-radius:50%;transition:all .3s ease;display:flex;align-items:center;justify-content:center;box-shadow:0 2px 8px #0000004d}.toggle-slider.dark[data-v-7cb9549d]{transform:translate(28px)}.toggle-icon[data-v-7cb9549d]{display:flex;align-items:center;justify-content:center}.icon[data-v-7cb9549d]{font-size:12px;filter:drop-shadow(0 1px 2px rgba(0,0,0,.5))}[data-theme=light] .theme-toggle .toggle-container[data-v-7cb9549d]{background:#0000001a;border-color:#0003}[data-theme=light] .theme-toggle[data-v-7cb9549d]:hover{background:#0000000d}@media (max-width: 768px){.toggle-container[data-v-7cb9549d]{width:50px;height:26px}.toggle-slider[data-v-7cb9549d]{width:20px;height:20px}.toggle-slider.dark[data-v-7cb9549d]{transform:translate(22px)}.icon[data-v-7cb9549d]{font-size:10px}.theme-toggle[data-v-7cb9549d]{padding:6px}}@media (max-width: 480px){.toggle-container[data-v-7cb9549d]{width:45px;height:24px}.toggle-slider[data-v-7cb9549d]{width:18px;height:18px}.toggle-slider.dark[data-v-7cb9549d]{transform:translate(19px)}.icon[data-v-7cb9549d]{font-size:9px}.theme-toggle[data-v-7cb9549d]{padding:4px}}.navbar[data-v-5897fc67]{background:var(--bg-secondary);border-bottom:1px solid var(--border-primary);margin:0;width:100%;display:flex;justify-content:space-between;align-items:center;position:fixed;top:0;left:0;z-index:1000;height:70px;padding:0 2rem;box-shadow:0 2px 10px var(--shadow-primary);transition:all .3s ease}.navbar-brand[data-v-5897fc67]{font-size:1.8rem;font-weight:800;color:var(--primary-color);text-decoration:none;text-shadow:2px 2px 4px var(--shadow-primary);transition:all .3s ease}.navbar-brand[data-v-5897fc67]:hover{transform:scale(1.05);text-shadow:2px 2px 8px var(--primary-color-alpha-60)}.navbar-nav[data-v-5897fc67]{display:flex;align-items:center;gap:1.5rem;margin-left:2rem}.nav-link[data-v-5897fc67]{text-decoration:none;padding:.75rem 1rem;font-weight:500;font-size:1rem;color:var(--text-primary);border-radius:8px;transition:all .3s ease;position:relative;overflow:hidden}.nav-link[data-v-5897fc67]:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:var(--primary-gradient);transition:left .3s ease;z-index:-1}.nav-link[data-v-5897fc67]:hover:before{left:0}.nav-link[data-v-5897fc67]:hover{color:#fff;transform:translateY(-2px);box-shadow:0 4px 15px var(--primary-color-alpha-30)}.nav-controls[data-v-5897fc67]{display:flex;align-items:center;gap:1rem}.access-btn[data-v-5897fc67]{background:var(--primary-gradient);color:#fff!important;border-radius:25px;padding:.75rem 1.5rem!important;font-weight:600;box-shadow:0 4px 15px var(--primary-color-alpha-30)}.access-btn[data-v-5897fc67]:hover{transform:translateY(-2px);box-shadow:0 6px 20px var(--primary-color-alpha-40)}.user-greeting[data-v-5897fc67]{font-weight:600;color:var(--primary-color);background:var(--bg-tertiary);border-radius:20px;padding:.5rem 1rem!important}.logout-btn[data-v-5897fc67]{background:#ef4444cc;color:#fff!important;border-radius:20px;padding:.5rem 1rem!important}.logout-btn[data-v-5897fc67]:hover{background:#ef4444!important}.mobile-toggle[data-v-5897fc67]{display:none;flex-direction:column;background:none;border:none;cursor:pointer;padding:.5rem;z-index:1001}.mobile-toggle span[data-v-5897fc67]{width:25px;height:3px;background:var(--text-primary);margin:3px 0;transition:all .3s ease;border-radius:2px}.mobile-toggle.active span[data-v-5897fc67]:nth-child(1){transform:rotate(45deg) translate(5px,5px)}.mobile-toggle.active span[data-v-5897fc67]:nth-child(2){opacity:0}.mobile-toggle.active span[data-v-5897fc67]:nth-child(3){transform:rotate(-45deg) translate(7px,-6px)}.mobile-menu-overlay[data-v-5897fc67]{position:fixed;top:0;left:0;width:100%;height:100%;background:#00000080;z-index:999;opacity:0;visibility:hidden;transition:all .3s ease}.mobile-menu-overlay.active[data-v-5897fc67]{opacity:1;visibility:visible}.mobile-menu[data-v-5897fc67]{position:fixed;top:0;right:-100%;width:320px;max-width:85vw;height:100%;background:var(--bg-secondary);border-left:1px solid var(--border-primary);z-index:1000;transition:right .3s ease;overflow-y:auto;box-shadow:-2px 0 10px var(--shadow-primary)}.mobile-menu.active[data-v-5897fc67]{right:0}.mobile-menu-content[data-v-5897fc67]{padding:1rem;height:100%;display:flex;flex-direction:column}.mobile-menu-header[data-v-5897fc67]{display:flex;justify-content:space-between;align-items:center;padding:1rem 0;border-bottom:1px solid var(--border-primary);margin-bottom:2rem}.mobile-brand[data-v-5897fc67]{font-size:1.5rem;font-weight:800;color:var(--primary-color)}.mobile-close[data-v-5897fc67]{background:none;border:none;font-size:2rem;color:var(--text-primary);cursor:pointer;padding:.5rem;border-radius:50%;transition:all .3s ease}.mobile-close[data-v-5897fc67]:hover{background:var(--bg-tertiary);transform:rotate(90deg)}.mobile-nav-links[data-v-5897fc67]{flex:1;display:flex;flex-direction:column;gap:.5rem}.mobile-nav-link[data-v-5897fc67]{display:flex;align-items:center;gap:1rem;padding:1rem;color:var(--text-primary);text-decoration:none;border-radius:12px;transition:all .3s ease;font-weight:500;font-size:1.1rem}.mobile-nav-link[data-v-5897fc67]:hover{background:var(--bg-tertiary);transform:translate(5px)}.mobile-nav-link.router-link-active[data-v-5897fc67]{background:var(--primary-gradient);color:#fff}.mobile-nav-icon[data-v-5897fc67]{font-size:1.2rem;width:24px;text-align:center}.mobile-menu-footer[data-v-5897fc67]{border-top:1px solid var(--border-primary);padding-top:1rem;margin-top:1rem}.mobile-theme-toggle[data-v-5897fc67]{margin-bottom:1rem;text-align:center}.mobile-user-info[data-v-5897fc67]{text-align:center;margin-bottom:1rem}.mobile-user-greeting[data-v-5897fc67]{display:block;color:var(--primary-color);font-weight:600;margin-bottom:.5rem}.mobile-logout-btn[data-v-5897fc67]{display:inline-block;background:#ef4444cc;color:#fff;text-decoration:none;padding:.75rem 1.5rem;border-radius:8px;font-weight:600;transition:all .3s ease}.mobile-logout-btn[data-v-5897fc67]:hover{background:#ef4444;transform:translateY(-2px)}.mobile-access-btn[data-v-5897fc67]{display:block;background:var(--primary-gradient);color:#fff;text-decoration:none;text-align:center;padding:1rem;border-radius:12px;font-weight:600;font-size:1.1rem;transition:all .3s ease}.mobile-access-btn[data-v-5897fc67]:hover{transform:translateY(-2px);box-shadow:0 6px 20px var(--primary-color-alpha-40)}@media (max-width: 1024px){.navbar[data-v-5897fc67]{padding:0 1.5rem}.navbar-nav[data-v-5897fc67]{gap:1rem}.nav-link[data-v-5897fc67]{font-size:.95rem;padding:.6rem .8rem}}@media (max-width: 768px){.navbar[data-v-5897fc67]{padding:0 1rem;height:60px}.navbar-brand[data-v-5897fc67]{font-size:1.5rem}.desktop-nav[data-v-5897fc67],.desktop-controls[data-v-5897fc67]{display:none}.mobile-toggle[data-v-5897fc67]{display:flex}}@media (max-width: 480px){.navbar[data-v-5897fc67]{padding:0 1rem}.navbar-brand[data-v-5897fc67]{font-size:1.3rem}.mobile-menu[data-v-5897fc67]{width:280px}.mobile-nav-link[data-v-5897fc67]{font-size:1rem;padding:.8rem}}
