.header{width:100%;background-color:#133d6a;box-shadow:0 2px 4px #0000001a;position:relative;z-index:1000}.header__container{width:90%;max-width:1200px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;padding:10px 0}.header__logo img{max-height:80px}.header__nav{display:flex}.header__nav ul{list-style:none;display:flex;gap:1.5rem;margin:0;padding:0}.header__nav a{text-decoration:none;font-weight:700;color:#fff;transition:color .3s}.header__nav a:hover{color:#007bff}.hamburger{display:none;flex-direction:column;cursor:pointer;gap:5px}.hamburger div{width:25px;height:3px;background-color:#fff;transition:.3s}@media (max-width: 768px){.hamburger{display:flex}.header__nav{display:none;width:100%;position:absolute;top:100%;left:0;background-color:#133d6a;flex-direction:column;align-items:flex-start;padding:10px 20px}.header__nav.open{display:flex!important}.header__nav ul{flex-direction:column;gap:1rem;width:100%;text-align:center}.header__nav ul li{width:100%}.header__nav ul li a{display:block;width:100%;padding:10px 0;text-align:left}}.footer{background-color:#133d6a;color:#fff;padding:20px 0;text-align:center}.footer-container{display:flex;justify-content:space-around;flex-wrap:wrap;max-width:1200px;margin:0 auto;padding:0;gap:20px}.footer-section{max-width:250px;text-align:left;flex:1;min-width:200px}.footer-section h3{color:#eeb600;margin-bottom:10px}.footer-section ul{list-style:none;padding:0}.footer-section ul li{margin-bottom:5px}.footer-section ul li a{text-decoration:none;color:#fff;transition:.3s}.footer-section ul li a:hover{color:#007bff}.logo{max-width:150px;margin-bottom:10px}.footer-bottom{padding:10px;margin-top:20px;display:flex;flex-direction:row-reverse;flex-wrap:wrap;justify-content:center;text-align:center}.footer-bottom p{margin:0;font-size:.9rem;padding:10px;color:#ccc}@media (max-width: 768px){.footer-container{flex-direction:column;align-items:center;text-align:center}.footer-section{text-align:center;max-width:100%}.footer-section ul{padding-left:0}.footer-bottom{flex-direction:column;align-items:center}}.service-card{flex:1;padding:1rem;text-align:center;border-radius:4px;max-width:200px;margin-left:5rem}.service-card img{width:100px;height:auto;margin-bottom:1rem}.service-card h3{margin-bottom:.5rem;font-size:1.2rem;color:#eeb600}.home{width:100%;margin:0;padding:0}.hero{width:100%;height:70vh;background-position:center;background-size:cover;background-repeat:no-repeat;display:flex;align-items:center;justify-content:center}.hero__overlay{background-color:#0006;color:#fff;text-align:center;padding:2rem;border-radius:8px}.hero__overlay h1{font-size:2.5rem;margin-bottom:1rem}.hero__overlay p{font-size:1.2rem;margin-bottom:2rem}.btn-hero{background-color:#007bff;padding:.75rem 1.5rem;border-radius:4px;color:#fff;font-weight:700;transition:background-color .3s;text-decoration:none}.btn-hero:hover{background-color:#0056b3}.cards-intro{display:flex;flex-wrap:wrap;gap:2rem;margin:2rem 0;justify-content:center;text-align:center}.card-intro{background-color:#f8f8f8;padding:2rem;flex:1;min-width:250px;border-radius:8px;box-shadow:0 2px 4px #0000001a}.card-intro h3{margin-bottom:1rem;color:#333}.about-home{margin:2rem 0}.about-home h2{text-align:center;margin-bottom:1.5rem}.about-home__content{display:flex;flex-wrap:wrap;gap:2rem;align-items:center}.about-home__text{flex:1}.about-home__image{flex:1;text-align:center}.about-home__image img{width:100%;max-width:400px;border-radius:8px}.btn-primary{display:inline-block;margin-top:1rem;background-color:#eeb600;padding:.75rem 1.5rem;border-radius:4px;color:#fff;font-weight:700;text-decoration:none;transition:background-color .3s}.btn-primary:hover{background-color:#e65c00}.services-home{margin:2rem 0;text-align:center}.services-home h2{margin-bottom:1rem}.services-list{display:flex;flex-wrap:wrap;gap:2rem;justify-content:center;margin-top:2rem}.service-item{width:150px;text-align:center}.service-item img{width:60px;margin-bottom:.5rem}.projects-home{display:flex;justify-content:center;align-items:center;flex-direction:column;padding:2rem 0;background-color:#133d6a;width:100%}.projects-text{color:#fff;text-align:center;justify-content:center;margin:1rem;font-size:1.5rem}.projects-list{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;justify-content:center;margin-top:2rem}.project-card{background-color:#f8f8f8;border-radius:8px;overflow:hidden;box-shadow:0 2px 4px #0000001a;text-align:left;width:100%}.project-card img{width:100%;height:auto;display:block}.project-card h3{margin:1rem;font-size:1.1rem}.project-card p{margin:0 1rem .5rem;font-size:.9rem}.btn-primary{margin-bottom:1rem}.clients-home{margin:2rem 0;text-align:center}.clients-list{display:flex;flex-wrap:wrap;gap:2rem;justify-content:center;margin-top:2rem}.client-card{width:120px;background-color:#fff;border:1px solid #eee;border-radius:8px;padding:1rem;text-align:center}.client-card img{width:100%;height:auto}.video-home{margin:2rem 0;text-align:center}.video-wrapper{margin-top:1rem;overflow:hidden;position:relative;padding-top:56.25%}.video-wrapper iframe{position:absolute;top:0;left:0;width:100%;height:100%}.cta-home{margin:2rem 0;text-align:center}.services{padding:2rem 0;text-align:left}.services h2{font-size:2.5rem;margin-bottom:1rem;color:#0a2c47;font-weight:700}.services__form{font-size:1.2rem;margin-bottom:1rem;margin-top:8px;color:#69727d}.services__form ul{padding-left:1.5rem;margin-top:.5rem;margin-bottom:1.5rem}.services__form li{margin-bottom:.5rem}.services__list{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;margin-top:2rem}@media (max-width: 900px){.services__list{grid-template-columns:repeat(2,1fr)}}@media (max-width: 600px){.services__list{grid-template-columns:1fr}}.service-card{border-radius:16px;transition:transform .3s ease,box-shadow .3s ease;cursor:pointer;padding:1rem;text-align:center}.service-card:hover{transform:translateY(-5px);box-shadow:0 8px 20px #0000001a}.service-card img{max-width:80px;height:auto;margin-bottom:1rem}.service-card h3{font-size:1.1rem;color:#eeb600}.about{padding:2rem 0}.about__content{display:flex;flex-wrap:wrap;gap:2rem;align-items:center}.about__content img{width:400px;max-width:100%;border-radius:8px;padding:2rem 0}.about__content p{max-width:100%;border-radius:8px;padding:.5rem 0}.about__content div{flex:1}.projects{padding:2rem 0;text-align:center}.projects h2{margin-bottom:1.5rem;text-align:center}.projects__gallery{display:flex;flex-wrap:wrap;gap:1.5rem;justify-content:center;margin-top:2rem;text-align:center}.project__card{width:320px;background:#f8f9fa;border-radius:8px;overflow:hidden;box-shadow:0 4px 6px #0000001a;text-align:center}.project__card img{width:100%;height:200px;object-fit:cover}.project__info{padding:1rem}.project__info h3{font-size:.9rem;color:#eeb600;font-weight:700}.project__info h4{font-size:1.1rem;color:#eeb600;margin-bottom:.5rem}.project__info p{font-size:.9rem;margin:.3rem 0}.project__info p strong{font-weight:700;color:#333}.clients{padding:2rem 0;text-align:left}.clients h2{font-size:2.5rem;margin-bottom:1rem;color:#0a2c47;font-weight:700}.clients__form{font-size:1.2rem;margin-bottom:1rem;margin-top:8px;color:#69727d}.clients__list{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:1.5rem;justify-items:center;margin-top:2rem}@media (max-width: 900px){.clients__list{grid-template-columns:repeat(2,1fr)}}@media (max-width: 600px){.clients__list{grid-template-columns:1fr}}body{background-color:#f8f9fa}.contact{padding:2rem}.contact__grid{display:flex;flex-direction:row;gap:2rem;align-items:flex-start}.contact__info{flex:1;text-align:left}.contact__info h2{font-size:2rem;color:#002b45;margin-bottom:1rem}.contact__info ul{list-style:none;padding:0;margin:1rem 0;line-height:1.8;font-size:1rem}.contact__mapa{margin-top:1rem;border-radius:8px;overflow:hidden}.contact__form-container{flex:1}.contact__form{display:flex;flex-direction:column;gap:.8rem;background-color:#f9f9f9;padding:1.5rem;border-radius:8px;box-shadow:0 0 8px #0000001a}.contact__form label{font-weight:700}.contact__form input,.contact__form textarea{width:100%;padding:.75rem;border:1px solid #ccc;border-radius:4px}.contact__form button{padding:.75rem;background-color:#007bff;color:#fff;font-weight:700;border:none;border-radius:4px;cursor:pointer;margin-top:1rem;transition:background-color .3s ease}.contact__form button:hover{background-color:#0056b3}*{margin:0;padding:0;box-sizing:border-box}body{font-family:Arial,sans-serif;color:#333}a{text-decoration:none;color:inherit}.container{width:90%;max-width:1200px;margin:0 auto}.full-width{width:100vw!important;max-width:100%!important;margin:0;padding:0}body,html{margin:0;padding:0;height:100%}.app-container{display:flex;flex-direction:column;min-height:67.89vh}footer{margin-top:auto}
