@charset "UTF-8";:root{--ge-navy: #2D326E;--ge-navy-light: #3d4480;--ge-gray: #808285;--ge-gray-light: #9ca3af;--ge-bg-dark: #000000;--ge-bg-darker: #0a0a0f;--electric-yellow: #FFD700;--electric-yellow-light: #FFE55C;--electric-navy: #1A1A5E;--electric-navy-light: #2D2D7A;--solar-green: #16a34a;--solar-green-light: #22c55e;--solar-orange: #f59e0b;--solar-dark: #15803d;--color-brand-navy: var(--ge-navy);--color-primary: var(--ge-navy);--color-accent: var(--ge-gray);--color-text: #1F2937;--color-text-muted: #6B7280;--color-bg: #FAFBFC;--color-bg-alt: #F3F4F6;--color-white: #ffffff;--shadow-sm: 0 2px 8px rgba(0, 0, 0, .08);--shadow-md: 0 4px 20px rgba(0, 0, 0, .1);--shadow-lg: 0 8px 40px rgba(0, 0, 0, .12);--radius: 12px;--radius-lg: 20px;--radius-xl: 28px;--transition: .3s cubic-bezier(.4, 0, .2, 1);--transition-slow: .5s cubic-bezier(.4, 0, .2, 1)}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:DM Sans,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;color:var(--color-text);background:var(--color-bg);line-height:1.6;overflow-x:hidden;-webkit-text-size-adjust:100%}body.nav-open{overflow:hidden;touch-action:none}.container{width:100%;max-width:1200px;margin:0 auto;padding:0 1.5rem}.container-wide{max-width:1400px}.section{padding:5rem 0;scroll-margin-top:80px}.section-label{display:inline-block;font-size:.875rem;font-weight:700;text-transform:uppercase;letter-spacing:.15em;color:var(--ge-gray);margin-bottom:1rem}.section-title{font-family:Outfit,sans-serif;font-size:clamp(2rem,4vw,3rem);font-weight:700;color:inherit;margin-bottom:1rem;letter-spacing:-.02em;line-height:1.2}.section-subtitle{font-size:1.125rem;color:var(--color-text-muted);max-width:600px;margin-bottom:3rem;line-height:1.7}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.875rem 1.75rem;font-family:inherit;font-size:1rem;font-weight:600;border-radius:var(--radius);border:none;cursor:pointer;transition:var(--transition);text-decoration:none}.btn-primary{background:linear-gradient(135deg,var(--ge-gray) 0%,var(--ge-gray-light) 100%);color:var(--ge-bg-dark);box-shadow:var(--shadow-md)}.btn-primary:hover{transform:translateY(-2px)}.btn-outline{background:transparent;color:var(--ge-gray);border:2px solid var(--ge-gray)}.btn-outline:hover{background:var(--ge-gray);color:var(--ge-bg-dark)}.btn-accent{background:linear-gradient(135deg,var(--ge-gray) 0%,var(--ge-gray-light) 100%);color:var(--ge-bg-dark)}.btn-accent:hover{transform:translateY(-2px)}.btn-navy{background:var(--ge-navy);color:var(--color-white)}.btn-navy:hover{background:var(--ge-navy-light);transform:translateY(-2px)}@media (max-width: 768px){.container{padding-left:max(1rem,env(safe-area-inset-left));padding-right:max(1rem,env(safe-area-inset-right))}.section{padding:3rem 0;scroll-margin-top:70px}.section-title{font-size:clamp(1.65rem,6vw,2.25rem)}.section-subtitle{font-size:1rem;margin-bottom:2rem}.btn{min-height:48px;padding:.875rem 1.25rem}}@media (max-width: 380px){.container{padding-left:max(.75rem,env(safe-area-inset-left));padding-right:max(.75rem,env(safe-area-inset-right))}}.hero{min-height:100vh;display:flex;align-items:center;padding:8rem 0 4rem;position:relative;overflow:hidden}.hero-grupo{background:linear-gradient(180deg,var(--ge-bg-dark) 0%,var(--ge-bg-darker) 30%,var(--ge-navy) 100%)}.hero-bg-pattern{position:absolute;inset:0;background-image:radial-gradient(circle at 20% 80%,rgba(45,50,110,.4) 0%,transparent 50%),radial-gradient(circle at 80% 20%,rgba(128,130,133,.1) 0%,transparent 40%),repeating-linear-gradient(90deg,transparent,transparent 60px,rgba(255,255,255,.02) 60px,rgba(255,255,255,.02) 61px);pointer-events:none}.hero-content{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center;position:relative;z-index:1}.hero-badge{display:inline-block;padding:.5rem 1rem;background:#80828533;color:var(--ge-gray-light);font-size:.875rem;font-weight:600;border-radius:50px;margin-bottom:1.5rem;border:1px solid rgba(128,130,133,.3)}.hero h1{font-family:Outfit,sans-serif;font-size:clamp(2.5rem,5vw,4rem);font-weight:800;line-height:1.1;color:var(--color-white);margin-bottom:1.5rem;letter-spacing:-.03em}.hero-subtitle{font-size:1.2rem;color:var(--ge-gray-light);margin-bottom:2rem;max-width:520px;line-height:1.7}.hero-buttons{display:flex;gap:1rem;flex-wrap:wrap}.btn-grupo{background:var(--ge-gray);color:var(--ge-bg-dark)}.btn-grupo:hover{background:var(--ge-gray-light);transform:translateY(-2px)}.btn-grupo-outline{background:transparent;color:var(--ge-gray);border:2px solid var(--ge-gray)}.btn-grupo-outline:hover{background:var(--ge-gray);color:var(--ge-bg-dark)}.hero-visual{display:flex;flex-direction:column;gap:2rem;align-items:center}.hero-stats{display:flex;gap:3rem}.hero-stat{text-align:center}.hero-stat .hero-stat-number{display:block;font-family:Outfit,sans-serif;font-size:3rem;font-weight:800;color:var(--ge-gray);line-height:1}.hero-stat .hero-stat-label{font-size:.95rem;color:var(--ge-gray-light)}.hero-units-intro{font-size:.9rem;font-weight:600;color:var(--ge-gray);text-transform:uppercase;letter-spacing:.1em}.hero-units{display:flex;gap:1.5rem;flex-wrap:wrap;justify-content:center}.hero-unit-card{border-radius:var(--radius-lg);padding:2rem;display:flex;flex-direction:column;align-items:center;gap:.75rem;min-width:200px;transition:var(--transition);text-decoration:none;border:2px solid transparent}.hero-unit-card:hover{transform:translateY(-4px)}.hero-unit-electrica{background:#ffd70026;border-color:#ffd70066}.hero-unit-electrica:hover{background:#ffd70040;box-shadow:0 8px 30px #ffd70033}.hero-unit-electrica .hero-unit-name{color:var(--electric-yellow)}.hero-unit-electrica .hero-unit-tagline{color:#fffc}.hero-unit-solar{background:#16a34a26;border-color:#16a34a66}.hero-unit-solar:hover{background:#16a34a40;box-shadow:0 8px 30px #16a34a33}.hero-unit-solar .hero-unit-name{color:var(--solar-green-light)}.hero-unit-solar .hero-unit-tagline{color:#fffc}.hero-unit-logo{height:80px;width:auto;object-fit:contain}.hero-unit-name{font-weight:700;font-size:1rem;text-align:center}.hero-unit-tagline{font-size:.8rem;opacity:.9}.units{background:var(--color-bg-alt)}.units-grupo .section-title{color:var(--ge-navy)}.units-grupo .section-label{color:var(--ge-gray)}.units-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem}.unit-card{background:var(--color-white);border-radius:var(--radius-xl);padding:2.5rem;border:2px solid transparent;transition:var(--transition);text-decoration:none;display:block}.unit-card:hover{box-shadow:var(--shadow-lg)}.unit-card-electrica{border-color:#ffd7004d}.unit-card-electrica:hover{border-color:var(--electric-yellow);box-shadow:0 8px 40px #ffd70026}.unit-card-electrica .unit-tagline{color:var(--electric-yellow)}.unit-card-electrica .unit-name{color:var(--electric-navy)}.unit-card-electrica .unit-link-cta{color:var(--electric-yellow)}.unit-card-solar{border-color:#16a34a4d}.unit-card-solar:hover{border-color:var(--solar-green);box-shadow:0 8px 40px #16a34a26}.unit-card-solar .unit-tagline{color:var(--solar-green)}.unit-card-solar .unit-name{color:var(--solar-dark)}.unit-card-solar .unit-link-cta{color:var(--solar-green)}.unit-card-header{display:flex;align-items:center;gap:1rem;margin-bottom:1.5rem}.unit-logo{height:70px;width:auto;object-fit:contain}.unit-tagline{font-size:.9rem;font-weight:600}.unit-name{font-family:Outfit,sans-serif;font-size:1.5rem;font-weight:700;margin-bottom:1rem}.unit-description{color:var(--color-text-muted);margin-bottom:1.5rem;line-height:1.7}.unit-services-list{list-style:none;display:flex;flex-wrap:wrap;gap:.5rem}.unit-services-list li{background:var(--color-bg);padding:.35rem .75rem;border-radius:50px;font-size:.875rem;font-weight:500;color:var(--color-text);border:1px solid rgba(0,0,0,.08)}.unit-link-cta{margin-top:1rem;font-weight:600;font-size:.95rem}.section-electrica{background:linear-gradient(180deg,#fefce8,#fef9c3,#fef08a)}.section-label-electrica,.section-electrica .section-title{color:var(--electric-navy)}.section-electrica .section-subtitle{color:var(--electric-navy);opacity:.9}.services-section-electric{margin-top:2rem}.services-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1.5rem}.service-card{padding:2rem;background:var(--color-white);border-radius:var(--radius-lg);transition:var(--transition);border:1px solid rgba(26,26,94,.08);box-shadow:var(--shadow-sm)}.service-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-md)}.service-card-electrica{border-color:#ffd70066}.service-card-electrica:hover{border-color:var(--electric-yellow);box-shadow:0 8px 30px #ffd70040}.service-card-electrica h4{color:var(--electric-navy)}.service-icon{width:56px;height:56px;border-radius:var(--radius);display:flex;align-items:center;justify-content:center;font-size:1.5rem;margin-bottom:1.5rem}.service-icon-electrica{background:linear-gradient(135deg,var(--electric-yellow) 0%,var(--electric-yellow-light) 100%)}.service-card h4{font-family:Outfit,sans-serif;font-size:1.1rem;font-weight:700;margin-bottom:.75rem}.service-card p{color:var(--color-text-muted);font-size:.95rem;line-height:1.6}.extra-services{margin-top:2.5rem;padding:2rem;background:var(--color-white);border-radius:var(--radius-lg);border:1px solid rgba(26,26,94,.08)}.extra-services h4{font-family:Outfit,sans-serif;font-size:1.1rem;font-weight:700;color:var(--electric-navy);margin-bottom:1rem}.extra-services ul{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:.5rem;list-style:none}.extra-services ul li{padding:.5rem 0;color:var(--color-text-muted);font-size:.95rem}.extra-services ul li:before{content:"\2022";color:var(--electric-yellow);font-weight:700;margin-right:.5rem}.extra-services-electrica{border-color:#ffd7004d}.section-solar{background:linear-gradient(180deg,#ecfdf5,#d1fae5,#a7f3d0)}.section-label-solar,.section-solar .section-title{color:var(--solar-dark)}.section-solar .section-subtitle{color:var(--solar-dark);opacity:.9}.solar-content,.solar-mission,.solar-vision,.solar-services{margin-bottom:2rem}.solar-mission h3,.solar-vision h3,.solar-services h3{font-family:Outfit,sans-serif;font-size:1.25rem;font-weight:700;color:var(--solar-dark);margin-bottom:.75rem}.solar-mission p,.solar-mission li,.solar-vision p,.solar-vision li,.solar-services p,.solar-services li{color:var(--solar-dark);opacity:.95;line-height:1.7}.solar-mission ul,.solar-vision ul,.solar-services ul{list-style:none}.solar-mission ul li,.solar-vision ul li,.solar-services ul li{padding:.5rem 0 .5rem 1.5rem;position:relative}.solar-mission ul li:before,.solar-vision ul li:before,.solar-services ul li:before{content:"\2600\fe0f";position:absolute;left:0}.btn-solar{background:linear-gradient(135deg,var(--solar-green) 0%,var(--solar-green-light) 100%);color:var(--color-white)}.btn-solar:hover{transform:translateY(-2px);box-shadow:0 8px 25px #16a34a59}.section-label-grupo{color:var(--ge-gray)}.about{background:var(--color-white)}.about .section-title{color:var(--ge-navy)}.about-grid{display:grid;grid-template-columns:1fr 400px;gap:4rem;align-items:start}.about-mission,.about-vision,.about-values{margin-bottom:2.5rem}.about-mission h3,.about-vision h3,.about-values h3{font-family:Outfit,sans-serif;font-size:1.25rem;font-weight:700;color:var(--ge-navy);margin-bottom:.75rem}.about-mission p,.about-vision p,.about-values p{color:var(--color-text-muted);line-height:1.7}.values-list{display:flex;flex-wrap:wrap;gap:.75rem}.value-tag{padding:.5rem 1rem;background:#80828526;color:var(--ge-navy);font-weight:600;font-size:.9rem;border-radius:50px;border:1px solid rgba(128,130,133,.3)}.about-stats-card{background:linear-gradient(180deg,var(--ge-navy) 0%,var(--ge-bg-darker) 100%);border-radius:var(--radius-xl);padding:2.5rem;color:var(--color-white);position:sticky;top:100px}.stat-item{margin-bottom:2rem}.stat-item .stat-number{display:block;font-family:Outfit,sans-serif;font-size:2.5rem;font-weight:800;color:var(--ge-gray);line-height:1}.stat-item .stat-label{font-size:.95rem;opacity:.9}.mexico-map{width:100%;height:auto;opacity:.9;margin-top:1rem;border-radius:var(--radius)}.projects{background:var(--color-bg-alt)}.projects .section-title{color:var(--ge-navy)}.projects-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:1rem;margin-bottom:3rem}.project-item{display:flex;align-items:flex-start;gap:1rem;padding:1rem 1.25rem;background:var(--color-white);border-radius:var(--radius);border:1px solid rgba(26,26,94,.08);transition:var(--transition)}.project-item:hover{border-color:#ffd70066}.project-item .project-icon{color:var(--ge-navy);font-weight:700;flex-shrink:0}.clients-section{padding-top:2rem;border-top:1px solid rgba(26,26,94,.1)}.clients-section h3{font-family:Outfit,sans-serif;font-size:1.25rem;font-weight:700;color:var(--ge-navy);margin-bottom:1.5rem}.clients-grid{display:flex;flex-wrap:wrap;gap:1rem}.client-badge{padding:.75rem 1.5rem;background:var(--color-white);border:2px solid rgba(45,50,110,.2);border-radius:50px;font-weight:600;color:var(--ge-navy);font-size:.95rem;transition:var(--transition)}.client-badge:hover{border-color:var(--ge-gray);transform:translateY(-2px)}.contact{background:var(--color-white)}.contact .section-title,.contact-info h3,.contact-info .info-item strong{color:var(--ge-navy)}.contact-info .info-item a{color:var(--ge-navy);font-weight:600}.contact-info .info-item a:hover{color:var(--ge-gray)}.contact-form .form-group label{color:var(--ge-navy)}.contact-form input:focus,.contact-form textarea:focus{border-color:var(--ge-gray)}.contact-wrapper{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:start}.contact-info h3{font-family:Outfit,sans-serif;font-size:1.5rem;font-weight:700;margin-bottom:1.5rem;color:var(--color-brand-navy)}.contact-info .info-item{display:flex;gap:1rem;margin-bottom:1.5rem;color:var(--color-text)}.contact-info .info-item .info-icon{font-size:1.5rem;flex-shrink:0}.contact-info .info-item strong{display:block;color:var(--color-brand-navy);font-size:.9rem;margin-bottom:.25rem}.contact-info .info-item p{margin:0;color:var(--color-text-muted);font-size:.95rem}.contact-info .info-item a{color:var(--color-brand-navy);text-decoration:none;font-weight:600}.contact-info .info-item a:hover{color:var(--color-accent)}.contact-form{background:var(--color-bg);padding:2.5rem;border-radius:var(--radius-xl);box-shadow:var(--shadow-md);border:1px solid rgba(26,26,94,.06)}.contact-form .form-group{margin-bottom:1.5rem}.contact-form .form-group label{display:block;font-weight:600;margin-bottom:.5rem;color:var(--color-brand-navy);font-size:.95rem}.contact-form .form-group input,.contact-form .form-group textarea{width:100%;padding:.875rem 1rem;border:2px solid #e5e7eb;border-radius:var(--radius);font-family:inherit;font-size:1rem;transition:var(--transition)}.contact-form .form-group input:focus,.contact-form .form-group textarea:focus{outline:none;border-color:var(--color-accent)}.contact-form .form-group textarea{min-height:120px;resize:vertical}.footer{color:var(--color-white);padding:4rem 0 2rem}.footer-grupo{background:var(--ge-bg-dark)}.footer-content{display:flex;justify-content:space-between;align-items:flex-start;gap:3rem;flex-wrap:wrap;margin-bottom:3rem}.footer-brand{max-width:320px}.footer-brand .footer-logo{height:50px;width:auto;margin-bottom:1rem;opacity:.95}.footer-brand p{color:#ffffffbf;font-size:.95rem;line-height:1.6;margin-bottom:1rem}.footer-units{margin-bottom:1rem}.footer-units a{color:var(--ge-gray);text-decoration:none;font-weight:600;transition:var(--transition)}.footer-units a:hover{color:var(--color-white)}.footer-units span{color:var(--ge-gray);margin:0 .5rem}.footer-social{display:flex;gap:1rem}.footer-social a{color:var(--ge-gray);text-decoration:none;font-size:.9rem;transition:var(--transition)}.footer-social a:hover{color:var(--color-white)}.footer-links{display:flex;gap:3rem}.footer-links h4{font-family:Outfit,sans-serif;font-size:1rem;font-weight:600;margin-bottom:1rem;color:var(--color-white)}.footer-links ul{list-style:none}.footer-links ul li{margin-bottom:.5rem}.footer-links ul li a{color:#ffffffbf;text-decoration:none;transition:var(--transition);font-size:.95rem}.footer-links ul li a:hover{color:var(--color-accent)}.footer-links ul li:not(:has(a)){color:#ffffffbf;font-size:.95rem}.footer-bottom{padding-top:2rem;border-top:1px solid rgba(255,255,255,.1);text-align:center;color:#fff9;font-size:.9rem}@media (max-width: 1024px){.about-grid{grid-template-columns:1fr}.about-stats-card{position:static;display:grid;grid-template-columns:1fr 1fr;gap:2rem}.mexico-map{grid-column:1/-1}.hero-content{gap:2.5rem}.services-grid{grid-template-columns:repeat(auto-fit,minmax(260px,1fr))}}@media (max-width: 768px){.hero{min-height:auto;padding:calc(5.5rem + env(safe-area-inset-top)) 0 2.5rem;padding-bottom:max(2.5rem,env(safe-area-inset-bottom))}.hero-content{grid-template-columns:1fr;gap:2rem}.hero-text{text-align:center}.hero-badge{font-size:.75rem;padding:.4rem .85rem;line-height:1.4;max-width:100%}.hero h1{font-size:clamp(1.85rem,8vw,2.5rem)}.hero-subtitle{font-size:1rem;margin-left:auto;margin-right:auto;max-width:100%}.hero-buttons{flex-direction:column;width:100%;max-width:400px;margin-left:auto;margin-right:auto}.hero-buttons .btn{width:100%;justify-content:center}.hero-visual{order:0}.hero-stats{gap:2rem;justify-content:center;flex-wrap:wrap}.hero-stat .hero-stat-number{font-size:2.25rem}.hero-stat .hero-stat-label{font-size:.85rem;max-width:120px;display:inline-block;line-height:1.3}.hero-units{flex-direction:column;width:100%;max-width:320px;margin-left:auto;margin-right:auto;gap:1rem}.hero-unit-card{min-width:unset;width:100%;padding:1.25rem 1.5rem;flex-direction:row;justify-content:flex-start;text-align:left;gap:1rem}.hero-unit-logo{height:56px;flex-shrink:0}.hero-unit-name{text-align:left;font-size:.9rem}.units-grid{grid-template-columns:1fr;gap:1.5rem}.unit-card{padding:1.5rem}.unit-card-header{flex-wrap:wrap}.unit-name{font-size:1.35rem}.services-subtitle{flex-direction:column;align-items:flex-start;font-size:1.25rem;gap:.75rem}.services-subtitle .services-subtitle-icon{height:44px}.services-grid{grid-template-columns:1fr;gap:1rem}.service-card,.extra-services{padding:1.35rem}.extra-services ul{grid-template-columns:1fr}.projects-grid{grid-template-columns:1fr;gap:.75rem}.project-item{padding:.875rem 1rem;font-size:.9rem;line-height:1.45;word-break:break-word}.clients-grid{justify-content:center}.client-badge{font-size:.875rem;padding:.6rem 1.1rem}.contact-wrapper{grid-template-columns:1fr;gap:2rem}.contact-info .info-item p{word-break:break-word}.contact-form{padding:1.5rem}.footer{padding:2.5rem 0 1.5rem;padding-bottom:max(1.5rem,env(safe-area-inset-bottom))}.footer-content{flex-direction:column;gap:2rem}.footer-links{flex-direction:column;gap:1.75rem;width:100%}.footer-social{flex-wrap:wrap}}@media (max-width: 480px){.hero-stat .hero-stat-number{font-size:2rem}.hero-stats{gap:1.5rem}.about-stats-card{grid-template-columns:1fr;padding:1.75rem}.stat-item .stat-number{font-size:2rem}.section-label{font-size:.75rem;letter-spacing:.12em}}@media (max-width: 360px){.hero h1{font-size:1.65rem}.unit-card{padding:1.25rem}.hero-unit-card{padding:1rem}}
