*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{color:#1a1a1a;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;line-height:1.6}header{color:#fff;z-index:1000;background:linear-gradient(135deg,#1672af 0%,#15389b 100%);width:100%;padding:.5rem 0;position:fixed;top:0;box-shadow:0 2px 10px #00bcd44d}nav{justify-content:space-between;align-items:center;max-width:1200px;margin:0 auto;padding:0 2rem;display:flex}.logo-container{align-items:center;gap:1rem;display:flex}.logo-image{width:auto;height:60px}.logo-text{font-size:1.3rem;font-weight:700}nav ul{gap:2rem;list-style:none;display:flex}nav a{color:#fff;font-weight:500;text-decoration:none;transition:color .3s}nav a:hover{color:#e3f2fd}.hero{color:#fff;text-align:center;background:linear-gradient(135deg,#1672aff2 0%,#15389bf2 100%) 50%/cover;margin-top:75px;padding:150px 2rem 100px}.hero h1{text-shadow:2px 2px 4px #0000004d;margin-bottom:1rem;font-size:3rem}.hero p{text-shadow:1px 1px 2px #0000004d;margin-bottom:2rem;font-size:1.3rem}.cta-button{color:#1672af;background:#fff;border-radius:5px;padding:1rem 2rem;font-weight:700;text-decoration:none;transition:all .3s;display:inline-block;box-shadow:0 4px 6px #0003}.cta-button:hover{background:#e3f2fd;transform:translateY(-2px);box-shadow:0 6px 8px #0000004d}.services{background:#fff;padding:4rem 2rem}.container{max-width:1200px;margin:0 auto}.section-title{text-align:center;color:#1672af;margin-bottom:1rem;font-size:2.5rem}.services-subtitle{text-align:center;color:#666;max-width:700px;margin-bottom:3rem;margin-left:auto;margin-right:auto;font-size:1.1rem}.services-grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem;margin-top:2rem;display:grid}.service-card{text-align:center;background:linear-gradient(135deg,#e3f2fd 0%,#b3e5fc 100%);border-radius:15px;padding:2rem;transition:all .3s;box-shadow:0 4px 8px #1672af26}.service-card:hover{transform:translateY(-5px);box-shadow:0 8px 16px #1672af40}.service-icon{margin-bottom:1rem;font-size:3rem}.service-card h3{color:#1672af;margin-bottom:.5rem;font-size:1.3rem}.service-card p{color:#424242;font-size:.95rem}.gallery{background:#e3f2fd;padding:4rem 2rem}.gallery-sections{grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:3rem;margin-bottom:4rem;display:grid}.gallery-section{background:#fff;border-radius:15px;transition:transform .3s;overflow:hidden;box-shadow:0 6px 20px #1672af33}.gallery-section:hover{transform:translateY(-8px)}.gallery-section h3{color:#fff;text-align:center;background:linear-gradient(135deg,#1672af 0%,#15389b 100%);padding:1.5rem;font-size:1.8rem}.gallery-grid{grid-template-columns:repeat(2,1fr);gap:1rem;padding:1.5rem;display:grid}.gallery-item{cursor:pointer;aspect-ratio:4/3;border-radius:10px;position:relative;overflow:hidden;box-shadow:0 4px 8px #0000001a}.gallery-item img{object-fit:cover;width:100%;height:100%;transition:transform .3s}.gallery-item:hover img{transform:scale(1.1)}.why-choose-us{background:#fff;padding:5rem 2rem}.why-content{grid-template-columns:1fr 1fr;align-items:center;gap:4rem;max-width:1100px;margin:0 auto;display:grid}.why-text{flex-direction:column;gap:2rem;display:flex}.why-item{align-items:flex-start;gap:1.5rem;display:flex}.why-icon{background:linear-gradient(135deg,#e3f2fd 0%,#b3e5fc 100%);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:60px;height:60px;font-size:1.8rem;display:flex;box-shadow:0 4px 12px #1672af26}.why-item h3{color:#1672af;margin-bottom:.5rem;font-size:1.4rem}.why-item p{color:#666;line-height:1.7}.business-card-container{justify-content:center;align-items:center;display:flex}.business-card{border-radius:15px;width:100%;max-width:500px;transition:transform .3s;box-shadow:0 10px 30px #1672af4d}.business-card:hover{transform:scale(1.05)}.slideshow-section{background:#e3f2fd;padding:4rem 2rem}.slideshow-container{background:#fff;border-radius:20px;max-width:1000px;margin:0 auto;position:relative;overflow:hidden;box-shadow:0 10px 30px #1672af4d}.slideshow-header{color:#fff;text-align:center;background:linear-gradient(135deg,#1672af 0%,#15389b 100%);padding:2rem}.slideshow-header h3{margin:0;font-size:2rem}.slides{height:550px;position:relative}.slide{width:100%;height:100%;display:none;position:absolute;top:0;left:0}.slide.active{display:block}.slide img{object-fit:cover;width:100%;height:100%}.slide-caption{color:#fff;text-align:center;background:linear-gradient(#0000,#15389bf2);padding:3rem 2rem 2rem;position:absolute;bottom:0;left:0;right:0}.slide-caption h4{margin-bottom:.5rem;font-size:1.5rem}.slide-caption p{font-size:1.1rem}.prev,.next{cursor:pointer;color:#fff;z-index:10;background:#1672afb3;border:none;width:auto;padding:1rem 1.5rem;font-size:2rem;font-weight:700;transition:all .3s;position:absolute;top:50%;transform:translateY(-50%)}.next{border-radius:10px 0 0 10px;right:0}.prev{border-radius:0 10px 10px 0;left:0}.prev:hover,.next:hover{background:#1672aff2}.dots-container{text-align:center;background:#f5f5f5;padding:2rem}.dot{cursor:pointer;background-color:#b2ebf2;border-radius:50%;width:15px;height:15px;margin:0 5px;transition:background-color .3s;display:inline-block}.dot.active,.dot:hover{background-color:#1672af}.contact{background:linear-gradient(135deg,#e3f2fd 0%,#b3e5fc 100%);padding:4rem 2rem}.contact-content{max-width:1000px;margin:0 auto}.contact-info{grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1.5rem;margin-bottom:3rem;display:grid}.info-card{text-align:center;background:#fff;border-radius:15px;padding:2rem;transition:transform .3s;box-shadow:0 4px 12px #1672af33}.info-card:hover{transform:translateY(-5px)}.info-card h3{color:#1672af;margin-bottom:.8rem;font-size:1.3rem}.info-card p{color:#424242;word-wrap:break-word;overflow-wrap:break-word;-webkit-hyphens:auto;hyphens:auto}.info-card a{color:inherit;word-wrap:break-word;overflow-wrap:break-word;text-decoration:none;display:block}.info-card a:hover{text-decoration:underline}.info-icon{margin-bottom:.5rem;font-size:1.5rem}.whatsapp-card{text-align:center;background:#fff;border-radius:20px;padding:3rem;box-shadow:0 6px 20px #1672af40}.whatsapp-card h3{color:#15389b;margin-bottom:1rem;font-size:2rem}.whatsapp-card p{color:#666;margin-bottom:2rem;font-size:1.1rem}.whatsapp-button{color:#fff;background:#25d366;border-radius:50px;padding:1.2rem 3rem;font-size:1.2rem;font-weight:700;text-decoration:none;transition:all .3s;display:inline-block;box-shadow:0 4px 15px #25d36666}.whatsapp-button:hover{background:#20ba5a;transform:translateY(-3px);box-shadow:0 8px 20px #25d36680}footer{color:#fff;text-align:center;background:linear-gradient(135deg,#1672af 0%,#15389b 100%);padding:3rem 2rem}.social-links{justify-content:center;gap:2.5rem;margin:2rem 0;display:flex}.social-links a{color:#fff;font-size:2rem;text-decoration:none;transition:all .3s}.social-links a:hover{color:#e3f2fd;transform:translateY(-5px)}footer p{margin:.5rem 0;font-size:1rem}.modal{z-index:2000;background:#000000e6;justify-content:center;align-items:center;width:100%;height:100%;display:none;position:fixed;top:0;left:0}.modal.open{display:flex}.modal-content{object-fit:contain;max-width:90%;max-height:90%}.close-modal{color:#fff;cursor:pointer;font-size:40px;font-weight:700;position:absolute;top:20px;right:40px}.mobile-menu-button{color:#fff;cursor:pointer;background:0 0;border:none;font-size:1.5rem;display:none}.animate-target{opacity:0;transition:opacity .5s,transform .5s;transform:translateY(20px)}.animate-in{opacity:1;transform:translateY(0)}@media (max-width:968px){.why-content{grid-template-columns:1fr;gap:3rem}.business-card-container{order:-1}.gallery-sections{grid-template-columns:1fr}}@media (max-width:768px){header{padding:.4rem 0}nav{padding:0 1rem}.logo-container{gap:.6rem}.logo-image{height:40px}.logo-text{max-width:140px;font-size:.85rem;line-height:1.2}.mobile-menu-button{padding:.5rem;font-size:1.3rem;display:block}nav ul{text-align:center;background:linear-gradient(135deg,#1672af 0%,#15389b 100%);flex-direction:column;gap:.8rem;padding:1.5rem;display:none;position:absolute;top:100%;left:0;right:0}nav ul.active{display:flex}nav ul a{padding:.8rem;font-size:1.1rem;display:block}.hero{margin-top:60px;padding:100px 1.5rem 70px}.hero h1{margin-bottom:1rem;font-size:2.2rem;line-height:1.2}.hero p{margin-bottom:1.5rem;font-size:1rem}.cta-button{padding:.9rem 1.8rem;font-size:.95rem}.section-title{margin-bottom:1.5rem;font-size:1.8rem}.gallery{padding:3rem 1rem}.gallery-sections{gap:2rem;margin-bottom:2rem}.gallery-section{border-radius:12px}.gallery-section h3{padding:1.2rem;font-size:1.3rem}.gallery-grid{grid-template-columns:repeat(2,1fr);gap:.8rem;padding:1rem}.gallery-item{border-radius:8px}.slideshow-section{padding:3rem 1rem}.slideshow-container{border-radius:12px}.slideshow-header{padding:1.2rem}.slideshow-header h3{font-size:1.3rem}.slides{height:300px}.slide-caption{padding:2rem 1rem 1.2rem}.slide-caption h4{margin-bottom:.3rem;font-size:1.1rem}.slide-caption p{font-size:.9rem}.prev,.next{padding:.8rem 1rem;font-size:1.5rem}.dots-container{padding:1.2rem}.dot{width:10px;height:10px;margin:0 4px}.why-choose-us{padding:3rem 1.5rem}.why-content{gap:2rem}.why-item{text-align:center;flex-direction:column;gap:.8rem}.why-icon{width:55px;height:55px;margin:0 auto;font-size:1.6rem}.why-item h3{font-size:1.2rem}.why-item p{font-size:.95rem}.business-card{border-radius:12px;max-width:100%}.contact{padding:3rem 1rem}.contact-info{grid-template-columns:repeat(2,1fr);gap:1rem}.info-card{border-radius:12px;padding:1.2rem 1rem}.info-card h3{margin-bottom:.5rem;font-size:1rem}.info-card p{word-wrap:break-word;overflow-wrap:break-word;font-size:.8rem}.whatsapp-card{border-radius:15px;padding:2rem 1.5rem}.whatsapp-card h3{font-size:1.5rem}.whatsapp-card p{margin-bottom:1.5rem;font-size:1rem}.whatsapp-button{padding:1rem 2rem;font-size:1rem}footer{padding:2rem 1.5rem}.social-links{gap:2rem;margin:1.5rem 0}.social-links a svg{width:28px;height:28px}footer p{font-size:.9rem}.services{padding:3rem 1.5rem}.services-grid{grid-template-columns:1fr;gap:1.5rem}.service-card{border-radius:12px;padding:1.5rem}}@media (max-width:480px){.logo-text{max-width:120px;font-size:.75rem}.logo-image{height:35px}.hero h1{font-size:1.8rem}.section-title{font-size:1.5rem}.gallery-grid,.contact-info{grid-template-columns:1fr}.slides{height:250px}}
