:root{--primary:#dd6b3a;--secondary:#043f53;--gray:#666e70;--light:#f5f5f5;--dark:#333;--white:#fff;--accent:#ff8c5a}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{color:var(--dark);background-color:var(--light);font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;line-height:1.6}h1,h2,h3,h4,h5,h6{color:var(--secondary);margin-bottom:1rem;font-family:Montserrat,sans-serif;font-weight:700}a{color:inherit;text-decoration:none}ul{list-style:none}.container{width:100%;max-width:1200px;margin:0 auto;padding:0 1rem}.section-padding{padding:4rem 0}.text-center{text-align:center}.btn{cursor:pointer;border:none;border-radius:.5rem;padding:.75rem 1.5rem;font-size:1rem;font-weight:700;transition:all .3s;display:inline-block}.btn-primary{background-color:var(--primary);color:var(--white)}.btn-primary:hover{background-color:#c55a2a}.btn-secondary{background-color:var(--secondary);color:var(--white)}.btn-secondary:hover{background-color:#032a3a}.section-title{margin-bottom:1.5rem;font-size:2.5rem}.section-subtitle{color:var(--gray);max-width:800px;margin:0 auto 3rem;font-size:1.25rem}.divider{background-color:var(--primary);width:100px;height:4px;margin:0 auto 2rem}.navbar{z-index:1000;background-color:#fffffff2;width:100%;padding:1rem 0;transition:all .3s;position:fixed}.navbar.scrolled{background-color:var(--white);padding:.5rem 0;box-shadow:0 2px 10px #0000001a}.navbar-inner{justify-content:space-between;align-items:center;display:flex}.logo{align-items:center;display:flex}.logo img{max-width:100%;height:auto}.logo a{color:var(--secondary);align-items:center;font-size:1.5rem;font-weight:700;display:flex}.logo-placeholder{background-color:var(--light);border:2px solid var(--primary);border-radius:.5rem;width:4rem;height:4rem;margin-right:.75rem}.desktop-nav{display:none}.desktop-nav a{margin-left:2rem;font-weight:500;transition:color .3s}.desktop-nav a:hover{color:var(--primary)}.contact-link{background-color:var(--primary);color:var(--white);border-radius:.5rem;padding:.75rem 1.5rem;font-weight:700;transition:background-color .3s}.contact-link:hover{background-color:#c55a2a}.mobile-menu-button{display:block}.mobile-menu-button button{cursor:pointer;background:0 0;border:none}.menu-icon{width:1.5rem;height:1.5rem;color:var(--secondary)}.mobile-nav{background-color:var(--white);border-radius:.5rem;flex-direction:column;margin-top:1rem;padding:1rem;display:flex;box-shadow:0 10px 15px -3px #0000001a}.mobile-nav a{border-bottom:1px solid var(--light);padding:.75rem 0;font-weight:500}.mobile-nav a:last-child{border-bottom:none}.contact-link-mobile{background-color:var(--primary);color:var(--white);text-align:center;border-radius:.5rem;margin-top:1rem;padding:.75rem;font-weight:700;transition:background-color .3s}.contact-link-mobile:hover{background-color:#c55a2a}@media (min-width:768px){.desktop-nav{align-items:center;display:flex}.mobile-menu-button,.mobile-nav{display:none}}.hero{background:0 0;align-items:center;width:100%;min-height:100vh;display:flex;position:relative;overflow:hidden}@media (max-width:768px){.hero{padding-top:96px}}.hero>div.absolute{z-index:0;width:100%;height:100%;position:absolute;top:0;left:0}.hero-content{z-index:10;grid-template-columns:1fr;align-items:center;gap:2rem;width:100%;max-width:1200px;margin:0 auto;padding:1rem;display:grid;position:relative}.hero .carousel-container{width:100vw;height:100vh;top:0;left:0;z-index:1!important}.hero-text{text-align:center;order:2}.hero-image{order:1;justify-content:center;display:none}.image-placeholder{background-color:#ffffff1a;border:2px solid #fff3;border-radius:.5rem;width:100%;height:300px}.hero-title{color:var(--white);text-shadow:1px 1px 3px #000c;letter-spacing:-.5px;margin-bottom:1.5rem;font-size:2.5rem;font-weight:800;line-height:1.2}.hero-subtitle{opacity:.9;color:var(--white);text-shadow:1px 1px 2px #0009;max-width:800px;margin-bottom:2rem;margin-left:auto;margin-right:auto;font-size:1.25rem;font-weight:400;line-height:1.6}.hero-buttons{flex-wrap:wrap;justify-content:center;gap:1rem;display:flex}@media (min-width:768px){.hero-content{grid-template-columns:1fr 1fr;padding:2rem}.hero-text{text-align:left;order:1}.hero-image{order:2}.hero-title{font-size:3rem}.hero-subtitle{font-size:1.5rem}.hero-buttons{justify-content:flex-start}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.hero-content>*{opacity:0;animation:.8s ease-out forwards fadeInUp}.hero-title{animation-delay:.2s}.hero-subtitle{animation-delay:.4s}.hero-buttons{animation-delay:.6s}.about{background-color:var(--white)}.about-grid{grid-template-columns:1fr;gap:2rem;display:grid}.about-text p{color:var(--gray);margin-bottom:1.5rem;font-size:1.1rem}.highlight{color:var(--primary);font-weight:700}.mission-vision{grid-template-columns:1fr;gap:1.5rem;display:grid}.card{color:var(--white);border-radius:.5rem;padding:2rem}.card-primary{background-color:var(--primary)}.card-secondary{background-color:var(--secondary)}.card-title{margin-bottom:1rem;font-size:1.5rem}.card-title-primary{color:var(--primary);margin-bottom:1rem;font-size:1.5rem}.services{background-color:#f8f9fa}.service-card{background-color:var(--white);border-top:4px solid var(--primary);border-radius:.5rem;transition:transform .3s,box-shadow .3s;overflow:hidden;box-shadow:0 4px 6px #0000000d}.service-title{color:var(--secondary);margin-bottom:.75rem;font-size:1.25rem}.service-description{color:var(--gray)}.values-grid{grid-template-columns:1fr;gap:1.5rem;display:grid}.value-card{text-align:center;background-color:#f8f9fa;border:1px solid #e9ecef;border-radius:.5rem;padding:1.5rem;transition:transform .3s}.value-card:hover{transform:translateY(-5px)}.value-number{background-color:var(--primary);width:3rem;height:3rem;color:var(--white);border-radius:50%;justify-content:center;align-items:center;margin:0 auto 1rem;font-size:1.25rem;font-weight:700;display:flex}.value-title{color:var(--secondary);margin-bottom:.75rem;font-size:1.25rem}.why-choose{background-color:var(--secondary);color:var(--white);padding:4rem 0}.why-choose .section-title,.why-choose .section-subtitle,.why-choose .why-choose-text{color:var(--white)}.why-choose-grid{grid-template-columns:1fr;gap:1.5rem;max-width:800px;margin:0 auto;display:grid}.why-choose-item{align-items:flex-start;display:flex}.why-choose-icon{color:var(--primary);margin-top:.25rem;margin-right:1rem}.team-grid{grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:2rem;display:grid}.team-card{text-align:center;background:#fff;border-radius:10px;padding:1.5rem;transition:transform .3s;box-shadow:0 5px 15px #0000000d}.team-card:hover{transform:translateY(-10px);box-shadow:0 10px 25px #0000001a}.team-image-container{border:5px solid #f5f5f5;border-radius:50%;width:200px;height:200px;margin:0 auto 1.5rem;position:relative;overflow:hidden;box-shadow:0 5px 15px #0000001a}.team-image{object-fit:cover;width:100%;height:100%;transition:transform .5s}.team-card:hover .team-image{transform:scale(1.05)}.team-name{color:var(--secondary);margin-bottom:.5rem;font-size:1.25rem}.team-position{color:var(--primary);font-size:.9rem;font-weight:500}@media (max-width:768px){.team-grid{grid-template-columns:repeat(2,1fr)}.team-image-container{width:150px;height:150px}}@media (max-width:480px){.team-grid{grid-template-columns:1fr}}.contact-grid{grid-template-columns:1fr;gap:2rem;display:grid}.contact-info{margin-bottom:2rem}.contact-item{align-items:flex-start;margin-bottom:1.5rem;display:flex}.contact-icon{color:var(--primary);margin-top:.25rem;margin-right:1rem}.contact-form{background-color:var(--white);border-radius:.5rem;padding:2rem;box-shadow:0 4px 6px #0000000d}.form-group{margin-bottom:1.5rem}.form-group label{color:var(--secondary);margin-bottom:.5rem;font-weight:500;display:block}.form-group input,.form-group textarea{border:1px solid #ced4da;border-radius:.25rem;width:100%;padding:.75rem;font-size:1rem;transition:border-color .3s}.form-group input:focus,.form-group textarea:focus{border-color:var(--primary);outline:none}.form-group textarea{resize:vertical;min-height:150px}.footer{background-color:var(--secondary);color:var(--white);padding-top:4rem}.footer-grid{grid-template-columns:1fr;gap:2rem;margin-bottom:3rem;display:grid}.footer-logo{align-items:center;margin-bottom:1.5rem;display:flex}.footer-logo-placeholder{border:2px solid var(--primary);background-color:#ffffff1a;border-radius:.5rem;width:4rem;height:4rem;margin-right:1rem}.footer-description{opacity:.8;margin-bottom:1.5rem}.footer-logo-container{justify-content:center;margin-bottom:1.5rem;display:flex}.footer-logo-img{max-width:100%;height:auto;transition:transform .3s}.footer-logo-img:hover{transform:scale(1.05)}@media (min-width:768px){.footer-logo-container{justify-content:flex-start}}.social-links{gap:1rem;display:flex}.social-link{background-color:#ffffff1a;border-radius:50%;justify-content:center;align-items:center;width:2.5rem;height:2.5rem;transition:all .3s;display:inline-flex}.social-link:hover{background-color:var(--primary);transform:translateY(-3px)}.footer-title{margin-bottom:1.5rem;padding-bottom:.75rem;font-size:1.25rem;position:relative}.footer-title:after{content:"";background-color:var(--primary);width:50px;height:2px;position:absolute;bottom:0;left:0}.footer-links{flex-direction:column;gap:.75rem;display:flex}.footer-links a{opacity:.8;transition:all .3s}.footer-links a:hover{opacity:1;color:var(--primary);padding-left:5px}.footer-bottom{border-top:1px solid #ffffff1a;padding:1.5rem 0}.bottom-inner{opacity:.8;flex-direction:column;justify-content:space-between;align-items:center;gap:1rem;font-size:.875rem;display:flex}.legal-links{gap:1.5rem;display:flex}.legal-links a{transition:color .3s}.legal-links a:hover{color:var(--primary)}@media (min-width:768px){.hero-content{grid-template-columns:1fr 1fr}.hero-text{order:1}.hero-image{order:2}.image-placeholder{height:350px}.hero-title{font-size:3rem}.about-grid{grid-template-columns:1fr 1fr}.mission-vision{grid-template-columns:1fr}.services-grid,.values-grid,.team-grid{grid-template-columns:repeat(2,1fr)}.contact-grid{grid-template-columns:1fr 1fr}.footer-grid{grid-template-columns:repeat(2,1fr)}.bottom-inner{flex-direction:row}.why-choose-grid{grid-template-columns:repeat(2,1fr);max-width:1000px}}@media (min-width:992px){.services-grid{grid-template-columns:repeat(3,1fr)}.values-grid{grid-template-columns:repeat(5,1fr)}.team-grid{grid-template-columns:repeat(3,1fr)}.team-card.center-desktop{grid-column:2}.mission-vision{grid-template-columns:1fr 1fr}.footer-grid{grid-template-columns:repeat(4,1fr)}.why-choose-grid{grid-template-columns:repeat(3,1fr)}}.hero-image{justify-content:center;align-items:center;width:100%;height:100%;display:flex;position:relative}.hero-img{border:5px solid #ffffff1a;border-radius:10px;width:190%;max-width:500px;height:auto;animation:6s ease-in-out infinite float;box-shadow:0 10px 30px #0003}@media (max-width:768px){.hero-image{margin-top:2rem}.hero-img{max-width:80%}}.map-container{margin-top:4rem;padding:2rem 0}.map-container .section-title{color:var(--secondary);margin-bottom:1.5rem;font-size:2rem}.divider-center{background-color:var(--primary);width:100px;height:4px;margin:0 auto 2rem}.map-wrapper{border:1px solid #e9ecef;border-radius:10px;width:100%;height:450px;margin-bottom:1.5rem;overflow:hidden;box-shadow:0 10px 30px #0000001a}.map-wrapper iframe{width:100%;height:100%;display:block}.map-address{color:var(--gray);margin-top:1rem;font-size:1.1rem;font-weight:500}@media (max-width:768px){.map-wrapper{height:350px}.map-container .section-title{font-size:1.8rem}}@keyframes pulse{0%{opacity:1;transform:scale(1)}50%{opacity:.8;transform:scale(1.05)}to{opacity:1;transform:scale(1)}}.animate-pulse{animation:1.5s cubic-bezier(.4,0,.6,1) infinite pulse}body.loader-active{height:100vh;overflow:hidden}.pt-16{padding-top:6rem}.compact-hero{height:40vh;min-height:300px;max-height:500px;position:relative}.compact-hero-image{width:100%;height:100%;position:relative}.compact-hero-overlay{background:#0006;width:100%;height:100%;position:absolute;top:0;left:0}.compact-hero-content{text-align:center;color:#fff;width:100%;max-width:800px;padding:0 20px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.compact-hero-title{margin-bottom:1rem;font-size:2.5rem;font-weight:700}.compact-hero-subtitle{font-size:1.25rem;line-height:1.6}@media (max-width:768px){.compact-hero-title{font-size:2rem}.compact-hero-subtitle{font-size:1rem}}.secondary-bg{background-color:var(--secondary)}.hero-internal{padding:100px 0}.hero-internal-content{text-align:center;grid-template-columns:1fr;align-items:center;gap:2rem;display:grid}.hero-internal-text{max-width:700px;margin:0 auto}.hero-embed{order:3;justify-content:center;display:flex}.responsive-iframe{aspect-ratio:267/476;width:100%;max-width:360px}.responsive-iframe iframe{border:none;border-radius:12px;width:100%;height:100%}@media (max-width:768px){.hero-internal{padding:80px 0}.hero-title{font-size:2.2rem}.hero-subtitle{font-size:1.1rem}}.whatsapp-button{z-index:1200;background:#25d366;border-radius:50%;justify-content:center;align-items:center;width:64px;height:64px;transition:transform .2s,box-shadow .2s;animation:5s ease-in-out infinite whatsappPulse;display:flex;position:fixed;bottom:1.5rem;right:1.5rem;box-shadow:0 10px 25px #00000026}.whatsapp-button:hover{transform:scale(1.05);box-shadow:0 12px 28px #0003}.whatsapp-icon{object-fit:contain;width:48px;height:48px}@keyframes whatsappPulse{0%{transform:scale(1);box-shadow:0 0 #25d36673}4%{transform:scale(1.08);box-shadow:0 0 0 12px #25d36600}8%{transform:scale(1);box-shadow:0 0 #25d36600}12%{transform:scale(1.06);box-shadow:0 0 0 10px #25d3664d}16%{transform:scale(1);box-shadow:0 0 #25d36600}to{transform:scale(1);box-shadow:0 0 #25d36600}}@media (min-width:768px){.hero-embed{order:2}}@media (min-width:992px){.hero-internal-content{text-align:left;grid-template-columns:1.2fr .8fr}.hero-internal-text{text-align:left;margin:0}}.services-grid{grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:40px;display:grid}.service-card{background:#fff;border-radius:10px;transition:all .4s cubic-bezier(.175,.885,.32,1.275);overflow:hidden;box-shadow:0 15px 30px #0000001a}.service-card:hover{transform:translateY(-10px);box-shadow:0 20px 40px #00000026}.service-image-container{height:250px;position:relative;overflow:hidden}.service-image{object-fit:cover;width:100%;height:100%;transition:transform .5s}.service-card:hover .service-image{transform:scale(1.05)}.service-overlay{background:linear-gradient(#0000 0%,#000000b3 100%);width:100%;height:100%;position:absolute;top:0;left:0}.service-content{padding:25px}.service-title{color:#333;margin-bottom:12px;font-size:1.4rem;font-weight:700}.service-description{color:#555;font-size:1rem;line-height:1.7}.process-step{z-index:1;margin-bottom:40px;display:flex;position:relative}.step-number{color:#fff;z-index:2;background:#1a73e8;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:60px;height:60px;margin-right:30px;font-size:1.5rem;font-weight:700;display:flex;position:relative}.step-connector{z-index:0;background:#1a73e8;width:2px;position:absolute;top:60px;bottom:-40px;left:30px}.cta-box{background:linear-gradient(135deg,#0d47a1 0%,#1a73e8 100%);border-radius:10px;justify-content:space-between;align-items:center;padding:40px;display:flex;box-shadow:0 15px 40px #0d47a14d}.cta-content{max-width:70%}.cta-title{color:#fff;margin-bottom:15px;font-size:1.8rem;font-weight:700}.cta-subtitle{color:#ffffffe6;font-size:1.2rem;line-height:1.6}.btn-light{color:#1a73e8;background:#fff;border-radius:50px;padding:15px 35px;font-size:1.1rem;font-weight:600;transition:all .3s;box-shadow:0 5px 15px #0000001a}.btn-light:hover{background:#f8f9fa;transform:translateY(-3px);box-shadow:0 8px 20px #00000026}@media (max-width:992px){.services-grid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:30px}.cta-box{text-align:center;flex-direction:column}.cta-content{max-width:100%;margin-bottom:30px}}.process-steps{flex-direction:column;display:flex;position:relative}.process-step{z-index:1;align-items:flex-start;margin-bottom:40px;display:flex;position:relative}.step-number{background:var(--primary);color:#fff;z-index:2;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:60px;height:60px;margin-right:30px;font-size:1.5rem;font-weight:700;display:flex;position:relative}.step-content{background:#fff;border-radius:10px;flex:1;padding:25px;box-shadow:0 10px 30px #00000014}.step-title{color:#043f53;margin-bottom:10px;font-size:1.3rem;font-weight:700}.step-description{color:#555;font-size:1.05rem;line-height:1.6}.step-connector{background:var(--primary);z-index:0;width:2px;position:absolute;top:60px;bottom:-40px;left:30px}.connector-line{background:var(--primary);width:100%;height:100%}.connector-arrow{color:var(--primary);font-size:1.5rem;position:absolute;bottom:-10px;left:-8px}@media (max-width:992px){.step-connector{left:25px}}@media (max-width:768px){.process-step{flex-direction:column;align-items:flex-start;margin-bottom:30px}.step-number{margin-bottom:20px;margin-right:0;position:relative;left:0}.step-connector{z-index:0;width:calc(100% - 60px);height:2px;position:absolute;inset:30px 0 auto 30px}.connector-arrow{inset:-8px -10px auto auto;transform:rotate(90deg)}.step-content{width:100%;margin-left:0}}@media (max-width:480px){.step-connector{width:calc(100% - 40px);left:20px}.step-number{width:50px;height:50px;font-size:1.3rem}.step-content{padding:20px}}@media (max-width:576px){.services-grid{grid-template-columns:1fr}.cta-title{font-size:1.5rem}.cta-subtitle{font-size:1rem}}
