*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{background-color:#1a1a1a;font-family:Inter,sans-serif;overflow-x:hidden}h1,h2,h3,h4,h5,h6{font-family:Montserrat,sans-serif;font-weight:700}.navbar{color:#fff;box-sizing:border-box;z-index:1000;background-color:#111;border-bottom:3px solid #f1c40f;justify-content:space-between;align-items:center;width:100%;padding:1rem 5%;transition:transform .4s ease-in-out;display:flex;position:fixed;top:0;left:0}.navbar-hidden{transform:translateY(-100%)}.navbar-logo{z-index:1001;align-items:center;gap:10px;font-weight:700;display:flex}.navbar-logo img{cursor:pointer;width:auto;height:70px}.navbar-links{align-items:center;gap:20px;margin:0;list-style:none;display:flex}.navbar-links a{color:#fff;-webkit-user-select:none;user-select:none;font-size:1.1rem;text-decoration:none;transition:color .3s}.navbar-links a:hover{color:#f1c40f}.btn-contacto{font-weight:700;color:#f1c40f!important}.hamburger{cursor:pointer;z-index:1001;-webkit-user-select:none;user-select:none;flex-direction:column;gap:6px;display:none}.hamburger span{background-color:#f1c40f;border-radius:5px;width:30px;height:3px;transition:all .3s ease-in-out}@media (width<=768px){.hamburger{display:flex}.hamburger.open span:first-child{transform:translateY(9px)rotate(45deg)}.hamburger.open span:nth-child(2){opacity:0}.hamburger.open span:nth-child(3){transform:translateY(-9px)rotate(-45deg)}.navbar-links{z-index:1000;background-color:#050505;flex-direction:column;justify-content:center;align-items:center;gap:3rem;width:100vw;height:100vh;transition:transform .4s ease-in-out;position:fixed;top:0;left:0;transform:translateY(-100%)}.navbar-links.open{transform:translateY(0)}.navbar-links a{color:#f1c40f;font-size:1.8rem;font-weight:700}.navbar-links a:hover{color:#fff}}.footer-container{color:#fff;background-color:#000;flex-direction:column;padding:5rem 5% 1rem;display:flex}.footer-container h2,.footer-container p,.contact-item{cursor:pointer;-webkit-user-select:none;user-select:none}.footer-content{justify-content:space-between;align-items:center;gap:4rem;width:100%;max-width:1100px;margin:0 auto;display:flex}.footer-left-box{color:#111;text-align:left;background-color:#f1c40f;border-radius:15px;flex:1;padding:3rem;box-shadow:0 10px 30px #f1c40f26}.footer-left-box h2{text-transform:uppercase;margin-bottom:2rem;font-size:2.2rem;font-weight:800;line-height:1.2}.footer-black-btn{color:#fff;text-transform:uppercase;letter-spacing:1px;cursor:pointer;background:linear-gradient(135deg,#333,#000);border:none;border-radius:50px;padding:12px 35px;font-size:1.1rem;font-weight:700;transition:all .3s;box-shadow:0 4px 15px #0000004d}.footer-black-btn:hover{background:linear-gradient(135deg,#000,#333);transform:translateY(-3px)scale(1.02);box-shadow:0 8px 25px #00000080}.footer-right-info{flex-direction:column;flex:1;gap:1.5rem;display:flex}.contact-item{color:#f1c40f;align-items:center;gap:15px;font-size:1.2rem;display:flex}.contact-item i{text-align:center;width:30px;font-size:1.8rem}.contact-item p{margin:0;font-weight:500}.footer-social{border-top:1px solid #f1c40f4d;align-items:center;gap:1.5rem;margin-top:1.5rem;padding-top:1.5rem;display:flex}.footer-social p{color:#f1c40f;text-transform:uppercase;margin:0;font-size:1.2rem;font-weight:700}.social-icons{gap:15px;display:flex}.social-icons a{color:#f1c40f;font-size:2rem;text-decoration:none;transition:transform .3s,color .3s}.social-icons a:hover{color:#fff;transform:translateY(-5px)}.footer-bottom{text-align:center;color:#777;border-top:1px solid #222;margin-top:5rem;padding-top:1.5rem;font-size:.9rem}@media (width<=992px){.footer-content{flex-direction:column;gap:2.5rem}.footer-left-box{text-align:center;width:100%;padding:2.5rem 2rem}.footer-right-info{align-items:center;width:100%}.footer-social{flex-direction:column;justify-content:center;gap:1rem;width:100%}}@media (width<=576px){.footer-container{padding:3rem 5% 1rem}.footer-left-box h2{font-size:1.8rem}.footer-black-btn{width:100%}.contact-item{font-size:1.1rem}.contact-item i{font-size:1.5rem}}.home-container{color:#333;font-family:sans-serif}.home-container h1,.home-container h2,.home-container h3,.home-container p,.home-container span,.home-container li{-webkit-user-select:none;user-select:none;cursor:default}.carousel-section{background-color:#0d1117;width:100%;position:relative;overflow:hidden}.carousel-viewport{width:100%;overflow:hidden}.carousel-track{width:100%;transition:transform .6s cubic-bezier(.25,1,.5,1);display:flex}.carousel-slide-wrapper{box-sizing:border-box;min-width:100%}.custom-slide{text-align:center;color:#fff;flex-direction:column;justify-content:center;align-items:center;min-height:60vh;padding:2rem 5%;display:flex;position:relative;overflow:hidden}.custom-slide img{object-fit:cover;z-index:0;width:100%;height:100%;animation:20s ease-in-out infinite alternate zoomInBackground;position:absolute;top:0;left:0}.custom-slide:before{content:"";z-index:1;background:linear-gradient(135deg,#0d1117e6 0%,#0d111766 50%,#0d1117e6 100%);width:100%;height:100%;position:absolute;top:0;left:0}.custom-slide h2,.custom-slide p,.custom-slide button{z-index:2;text-shadow:2px 4px 10px #000c;position:relative}.custom-slide h2{color:#f1c40f;margin-bottom:1rem;font-size:3.5rem;animation:1s ease-out fadeInUp}.custom-slide p{max-width:600px;font-size:1.3rem;animation:1.2s ease-out fadeInUp}.slide-1{background-color:#0d1117}.slide-2{background-color:#1a1a1a}.slide-3{background-color:#000}.carousel-btn{color:#ffffff80;cursor:pointer;z-index:10;background-color:#0000;border:none;padding:10px 15px;font-size:2.5rem;transition:color .3s;position:absolute;top:50%;transform:translateY(-50%)}.carousel-btn:hover{color:#f1c40f}.carousel-btn.left{left:10px}.carousel-btn.right{right:10px}.carousel-dots{z-index:10;justify-content:center;gap:8px;width:100%;display:flex;position:absolute;bottom:25px}.dot{cursor:pointer;background-color:#fff6;border-radius:50%;width:10px;height:10px;transition:all .4s}.dot.active{background-color:#f1c40f;border-radius:10px;width:30px}.hero-section{color:#fff;background-color:#0d1117;justify-content:center;padding:4rem 5%;display:flex}.hero-content{flex-direction:column;align-items:center;width:100%;max-width:1100px;display:flex}.hero-content h1{color:#f1c40f;text-align:center;margin-bottom:3rem;font-size:2.5rem}.hero-columns{justify-content:space-between;align-items:center;gap:3rem;width:100%;margin-bottom:3rem;display:flex}.hero-left{text-align:left;flex:1}.hero-left p{margin:0;font-size:1.5rem;line-height:1.6}.hero-right{flex:1;justify-content:center;display:flex}.hero-stats{color:#fff;flex-direction:column;gap:15px;font-size:1.2rem;display:flex}.check-icon{color:#f1c40f;margin-right:10px;font-size:1.3rem;font-weight:700}.cta-button{color:#111;text-transform:uppercase;letter-spacing:1px;cursor:pointer;background:linear-gradient(135deg,#f1c40f,#f39c12);border:none;border-radius:50px;padding:12px 32px;font-size:1.1rem;font-weight:800;transition:all .3s cubic-bezier(.25,.8,.25,1);animation:2s infinite pulse-yellow;box-shadow:0 4px 15px #f1c40f66}.cta-button:hover{background:linear-gradient(135deg,#f39c12,#f1c40f);transform:translateY(-4px)scale(1.03);box-shadow:0 10px 25px #f1c40fb3}.cta-button:active{transform:translateY(1px);box-shadow:0 2px 10px #f1c40f66}.black-cta-button{color:#fff;text-transform:uppercase;letter-spacing:1px;cursor:pointer;background:linear-gradient(135deg,#333,#000);border:none;border-radius:50px;margin-top:1.5rem;padding:12px 32px;font-size:1.1rem;font-weight:800;transition:all .3s cubic-bezier(.25,.8,.25,1);box-shadow:0 4px 15px #0003}.black-cta-button:hover{background:linear-gradient(135deg,#000,#333);transform:translateY(-4px)scale(1.03);box-shadow:0 10px 25px #0006}.black-cta-button:active{transform:translateY(1px);box-shadow:0 2px 10px #0003}.why-us-section{background-color:#f9f9f9;flex-direction:column;align-items:center;padding:5rem 5%;display:flex}.why-us-title{color:#111;text-align:center;margin-bottom:3rem;font-size:2.5rem}.why-us-content{align-items:center;gap:4rem;width:100%;max-width:1100px;display:flex}.why-us-image-container{border:4px solid #f1c40f;border-radius:15px;flex:1;position:relative;overflow:hidden;box-shadow:0 10px 30px #0000001a}.why-us-image{object-fit:cover;width:100%;height:100%;display:block}.light-overlay{pointer-events:none;background-color:#00000026;width:100%;height:100%;position:absolute;top:0;left:0}.why-us-text{text-align:left;flex:1}.why-us-description{color:#555;margin-bottom:1.5rem;font-size:1.2rem;line-height:1.6}.why-us-list{flex-direction:column;gap:15px;margin:0 0 2rem;padding:0;list-style:none;display:flex}.why-us-list li{color:#333;align-items:center;font-size:1.1rem;display:flex}.projects-section{text-align:center;background-color:#f1c40f;padding:5rem 5%}.projects-title{color:#111;text-transform:uppercase;letter-spacing:2px;margin-bottom:3rem;font-size:2.5rem}.projects-grid{justify-content:center;gap:30px;max-width:1200px;margin:0 auto;display:flex}.project-card{aspect-ratio:4/5;background-color:#000;border-radius:15px;flex:1;transition:transform .3s,box-shadow .3s;position:relative;overflow:hidden;box-shadow:0 15px 35px #0003}.project-card:hover{transform:translateY(-10px);box-shadow:0 20px 40px #0000004d}.project-card img{object-fit:cover;width:100%;height:100%;transition:transform .5s;display:block}.project-card:hover img{transform:scale(1.05)}.project-info{text-align:left;background:linear-gradient(#0000 0%,#000000e6 100%);width:100%;padding:40px 20px 20px;position:absolute;bottom:0;left:0}.project-info h3{color:#fff;text-transform:uppercase;letter-spacing:1px;margin:0;font-size:1.8rem}.services-section{text-align:center;background-color:#fff;padding:6rem 5%}.services-title{color:#f1c40f;text-transform:uppercase;letter-spacing:2px;margin-bottom:5rem;font-size:3rem}.services-grid{grid-template-columns:1fr 1fr;gap:5rem 2rem;max-width:1100px;margin:0 auto;display:grid}.service-item{justify-content:center;align-items:center;gap:30px;display:flex}.service-item p{color:#111;text-align:left;max-width:280px;margin:0;font-size:1.4rem;font-weight:700;line-height:1.4}.circle-img{object-fit:cover;border:none;border-radius:50%;width:220px;height:220px;box-shadow:0 15px 30px #00000026}@keyframes zoomInBackground{0%{transform:scale(1)}to{transform:scale(1.15)}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes pulse-yellow{0%{box-shadow:0 0 #f1c40fb3}70%{box-shadow:0 0 0 10px #f1c40f00}to{box-shadow:0 0 #f1c40f00}}@media (width<=992px){.hero-columns{text-align:center;flex-direction:column}.hero-left p{text-align:center}.why-us-content{flex-direction:column;gap:2rem}.why-us-text{text-align:center}.why-us-list{align-items:center}.services-grid{grid-template-columns:1fr;row-gap:3rem}}@media (width<=768px){.custom-slide h2{font-size:2.2rem}.custom-slide p{font-size:1.1rem}.carousel-btn{font-size:1.8rem}.hero-content h1{font-size:2rem}.cta-button,.black-cta-button{width:100%}.projects-grid{flex-direction:column}.services-title{font-size:2.2rem}.service-item{text-align:center;flex-direction:column;gap:15px}.service-item p{text-align:center}.service-item.reverse-mobile{flex-direction:column-reverse}.circle-img{width:180px;height:180px}}.contact-section{color:#fff;background-color:#0d1117;justify-content:center;align-items:center;min-height:100vh;padding:100px 5%;display:flex}.contact-wrapper{background:#161b22;border:1px solid #f1c40f1a;border-radius:20px;grid-template-columns:1.1fr .9fr;gap:60px;width:100%;max-width:1100px;padding:50px;display:grid;box-shadow:0 20px 40px #00000080}.highlight{color:#f1c40f}.subtitle{color:#f1c40f;letter-spacing:3px;text-transform:uppercase;font-size:.75rem;font-weight:800}.contact-info-panel h1{margin:15px 0;font-size:2.8rem;line-height:1.2}.description{color:#8b949e;margin-bottom:40px;font-size:1.1rem;line-height:1.6}.info-grid{flex-direction:column;gap:25px;display:flex}.info-item{align-items:center;gap:20px;display:flex}.info-item .icon{color:#0d1117;background:#f1c40f;border-radius:12px;justify-content:center;align-items:center;padding:12px;font-size:1.4rem;display:flex}.info-item h3{color:#f1c40f;margin:0;font-size:1rem;font-weight:700}.info-item p{color:#fff;margin:2px 0 0;font-size:.95rem}.contact-visual-panel{align-items:center;display:flex}.map-container{border:4px solid #1f242c;border-radius:20px;width:100%;height:450px;overflow:hidden}.map-container iframe{border:none;width:100%;height:100%}@media (width<=992px){.contact-wrapper{grid-template-columns:1fr;gap:40px;padding:30px}.contact-info-panel h1{font-size:2.2rem}.map-container{height:300px}}@media (width<=480px){.contact-section{padding-top:120px}}.nosotros-page-light{color:#111;background-color:#fff;min-height:100vh;padding-top:120px}.nosotros-header{text-align:center;max-width:1000px;margin:0 auto 80px}.header-badge-main{background-color:#f1c40f;margin-bottom:50px;padding:8px 40px;display:inline-block;transform:skew(-15deg);box-shadow:5px 5px #111}.header-badge-main span{letter-spacing:2px;font-size:2rem;font-weight:900;display:block}.main-title{color:#111;margin-bottom:20px;font-size:3.5rem;font-weight:900;line-height:1.1}.text-gradient{background:linear-gradient(90deg,#f1c40f,#f39c12);-webkit-text-fill-color:transparent;-webkit-background-clip:text}.intro-text-dark{color:#555;max-width:700px;margin:0 auto;font-size:1.3rem}.beneficios-grid{grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:30px;max-width:1200px;margin:0 auto 100px;padding:0 20px;display:grid}.beneficio-card-light{text-align:center;background:#fdfdfd;border:1px solid #f1c40f;border-radius:24px;padding:50px 30px;transition:all .4s cubic-bezier(.175,.885,.32,1.275)}.beneficio-card-light:hover{background:#fff;border-color:#f1c40f;transform:translateY(-12px);box-shadow:0 20px 40px #00000014}.card-icon-circle{color:#111;background:#f1c40f;border-radius:50%;justify-content:center;align-items:center;width:70px;height:70px;margin:0 auto 25px;font-size:2rem;display:flex;box-shadow:0 8px 20px #f1c40f4d}.beneficio-card-light h3{margin-bottom:15px;font-size:1.4rem;font-weight:800}.beneficio-card-light p{color:#666;line-height:1.6}.nosotros-footer-visual{width:100%;height:500px;position:relative;overflow:hidden}.nosotros-footer-visual img{object-fit:cover;width:100%;height:100%}.glass-overlay{background:#0000004d;justify-content:center;align-items:center;width:100%;height:100%;padding:20px;display:flex;position:absolute;top:0;left:0}.glass-content{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);text-align:center;background:#ffffff1a;border:1px solid #fff3;border-radius:30px;max-width:800px;padding:40px 60px}.glass-content h2{color:#fff;letter-spacing:-1px;margin-bottom:10px;font-size:3rem;font-weight:900}.glass-content p{color:#eee;letter-spacing:1px;text-transform:uppercase;font-size:1.2rem}@media (width<=768px){.nosotros-page-light{padding-top:150px}.nosotros-header{margin-bottom:50px;padding:0 15px}.header-badge-main{margin-bottom:30px;padding:6px 20px;transform:skew(-8deg)}.header-badge-main span{letter-spacing:1px;font-size:1.2rem}.main-title{font-size:2.2rem;line-height:1.2}.intro-text-dark{padding:0 10px;font-size:1.1rem}.beneficios-grid{grid-template-columns:1fr;gap:20px;margin-bottom:60px;padding:0 15px}.beneficio-card-light{border-radius:18px;padding:30px 20px}.card-icon-circle{width:60px;height:60px;margin-bottom:15px;font-size:1.6rem}.nosotros-footer-visual{height:400px}.glass-content{border-radius:20px;max-width:90%;padding:25px 20px}.glass-content h2{font-size:1.7rem;line-height:1.2}.glass-content p{font-size:.95rem}}@media (width<=400px){.main-title{font-size:1.8rem}.header-badge-main span{font-size:1rem}.glass-content h2{font-size:1.4rem}}.mision-vision-container{color:#111;background-color:#fff;font-family:Inter,sans-serif;overflow:hidden}.seguridad-total-banner{width:100%;height:350px;position:relative}.seguridad-total-banner img{object-fit:cover;width:100%;height:100%}.banner-overlay-dark{background:#0006;justify-content:center;align-items:center;width:100%;height:100%;display:flex;position:absolute;top:0;left:0}.banner-title{color:#fff;letter-spacing:5px;text-shadow:0 5px 15px #00000080;font-size:4rem;font-weight:900}.yellow-text{color:#f1c40f}.sectores-strip{color:#f1c40f;text-align:center;letter-spacing:2px;background-color:#000;padding:20px 0;font-size:1.5rem;font-weight:800}.sectores-strip span{color:#fff;margin:0 15px}.content-wrapper{max-width:1100px;margin:0 auto;padding:80px 20px}.about-text-block{text-align:center;color:#444;max-width:900px;margin-bottom:80px;margin-left:auto;margin-right:auto;font-size:1.2rem;line-height:1.8}.mision-vision-grid{grid-template-columns:1fr 1fr;gap:60px;margin-bottom:100px;display:grid}.mv-card{text-align:center;padding:20px}.mv-icon-top{color:#f1c40f;margin-bottom:20px;font-size:3rem}.mv-title{color:#f1c40f;letter-spacing:2px;margin-bottom:25px;font-size:2.5rem;font-weight:900}.mv-description{color:#555;min-height:120px;margin-bottom:30px;font-size:1.1rem;line-height:1.7}.mv-image-box{border:4px solid #f1c40f;border-radius:20px;width:100%;height:250px;overflow:hidden;box-shadow:0 15px 35px #0000001a}.mv-image-box img{object-fit:cover;width:100%;height:100%;transition:transform .5s}.mv-card:hover .mv-image-box img{transform:scale(1.1)}.final-quote{text-align:center;margin-top:50px}.quote-line{background-color:#f1c40f;width:100px;height:4px;margin:20px auto}.final-quote h3{color:#111;font-size:2rem;font-weight:800;line-height:1.3}.final-quote h3 span{color:#555;font-size:1.5rem;font-weight:500}@media (width<=900px){.mision-vision-grid{grid-template-columns:1fr;gap:50px}}@media (width<=768px){.mision-vision-container{padding-top:80px}.seguridad-total-banner{height:220px}.banner-title{letter-spacing:2px;text-align:center;padding:0 15px;font-size:2.2rem}.sectores-strip{letter-spacing:1px;padding:15px 10px;font-size:.9rem}.sectores-strip span{margin:0 8px}.content-wrapper{padding:50px 20px}.about-text-block{margin-bottom:50px;font-size:1.05rem}.mv-card{padding:0}.mv-icon-top{margin-bottom:10px;font-size:2.5rem}.mv-title{margin-bottom:15px;font-size:2rem}.mv-description{min-height:auto;margin-bottom:20px;font-size:1rem}.mv-image-box{height:200px}.final-quote{margin-top:20px}.final-quote h3{padding:0 10px;font-size:1.4rem}.final-quote h3 span{margin-top:10px;font-size:1.05rem;display:block}}@media (width<=400px){.banner-title{font-size:1.8rem}.sectores-strip{font-size:.8rem}.mv-title{font-size:1.8rem}}.scroll-up-btn{color:#111;cursor:pointer;z-index:9999;opacity:0;pointer-events:none;background-color:#f1c40f;border-radius:50%;justify-content:center;align-items:center;width:50px;height:50px;font-size:1.5rem;transition:all .3s ease-in-out;display:flex;position:fixed;bottom:30px;right:30px;transform:translateY(20px);box-shadow:0 4px 15px #0000004d}.scroll-up-btn.show{opacity:1;pointer-events:auto;transform:translateY(0)}.scroll-up-btn:hover{background-color:#f39c12;transform:translateY(-5px);box-shadow:0 6px 20px #0006}@media (width<=768px){.scroll-up-btn{width:45px;height:45px;font-size:1.2rem;bottom:20px;right:20px}}
