*{margin:0;padding:0;box-sizing:border-box}body{font-family:Inter,sans-serif;line-height:1.6;color:#2c2d31;background-color:#fff}.container{max-width:1200px;margin:0 auto;padding:0 2rem}h1,h2,h3,h4,h5,h6{font-weight:700;line-height:1.2;margin-bottom:1rem}h1{font-size:3.5rem}@media (max-width: 768px){h1{font-size:2.5rem}}h2{font-size:2.5rem}@media (max-width: 768px){h2{font-size:2rem}}.btn{display:inline-block;padding:1rem 2rem;border-radius:50px;font-weight:600;text-decoration:none;transition:all .3s ease;cursor:pointer;border:none}.btn-primary{background:linear-gradient(135deg,#dd5639,#d64c33);color:#fff}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 5px 15px #dd56394d}section{padding:5rem 0}@media (max-width: 768px){section{padding:3rem 0}}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.fade-in{animation:fadeIn .6s ease-out forwards}.header{position:fixed;top:0;left:0;width:100%;z-index:1000;transition:all .3s ease;background:transparent;padding:1rem 0}.header.scrolled{background:#fffffff2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);box-shadow:0 2px 10px #0000001a;padding:.5rem 0}.header.scrolled .logo img{height:60px}.header .header-container{display:flex;align-items:center;justify-content:space-between}.header .logo{display:flex;align-items:center}.header .logo img{height:70px;width:auto;transition:all .3s ease}.header .nav ul{display:flex;gap:2rem;list-style:none}.header .nav ul li a{color:#2c2d31;text-decoration:none;font-weight:500;transition:all .3s ease;cursor:pointer}.header .nav ul li a:hover{color:#dd5639}.header .header-cta .btn{padding:.8rem 1.5rem;font-size:.9rem}.header .mobile-menu-btn{display:none;background:none;border:none;cursor:pointer;padding:.5rem}.header .mobile-menu-btn span{display:block;width:25px;height:2px;background-color:#2c2d31;margin:5px 0;transition:all .3s ease}.header .mobile-menu-btn.active span:nth-child(1){transform:rotate(45deg) translate(5px,5px)}.header .mobile-menu-btn.active span:nth-child(2){opacity:0}.header .mobile-menu-btn.active span:nth-child(3){transform:rotate(-45deg) translate(7px,-6px)}@media (max-width: 768px){.header .logo img{height:60px}.header .nav{position:fixed;top:0;right:-100%;width:80%;height:100vh;background:#fff;padding:2rem;transition:all .3s ease;box-shadow:-5px 0 15px #0000001a}.header .nav.active{right:0}.header .nav ul{flex-direction:column;gap:1.5rem}.header .mobile-menu-btn{display:block}.header .header-cta{display:none}}.hero{position:relative;min-height:100vh;background:url(/assets/bg-ColKePmk.jpg) no-repeat center center;background-size:cover;display:flex;align-items:center;padding:6rem 0;margin-top:-80px}.hero .hero-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(135deg,#2c2d31d9,#d64c3326)}.hero .hero-container{position:relative;z-index:1}.hero .hero-content{max-width:800px;color:#fff;text-align:center;margin:0 auto;padding-top:80px}.hero .hero-content h1{font-size:4rem;margin-bottom:1.5rem;line-height:1.2}@media (max-width: 768px){.hero .hero-content h1{font-size:2.5rem}}.hero .hero-content p{font-size:1.2rem;margin-bottom:2rem;opacity:.9}@media (max-width: 768px){.hero .hero-content p{font-size:1rem}}.hero .hero-cta{display:flex;gap:1rem;justify-content:center;margin-bottom:3rem}@media (max-width: 768px){.hero .hero-cta{flex-direction:column;align-items:center}}.hero .hero-cta .btn{min-width:200px;text-align:center}.hero .hero-cta .btn-secondary{background:transparent;border:2px solid white;color:#fff}.hero .hero-cta .btn-secondary:hover{background:#fff;color:#dd5639}.hero .hero-features{display:flex;gap:2rem;justify-content:center;margin-top:2rem}@media (max-width: 768px){.hero .hero-features{flex-direction:column;align-items:center;gap:1rem}}.hero .hero-features .feature{display:flex;align-items:center;gap:.5rem;background:#ffffff1a;padding:.5rem 1rem;border-radius:50px;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}.hero .hero-features .feature i{color:#de9f91}.hero .hero-features .feature span{font-size:.9rem;font-weight:500}.about{background-color:#f8f9fa;padding:6rem 0}.about .about-content{max-width:1200px;margin:0 auto}.about .about-text{text-align:center;max-width:800px;margin:0 auto 4rem}.about .about-text h2{color:#2c2d31;margin-bottom:1.5rem;position:relative;display:inline-block}.about .about-text h2:after{content:"";position:absolute;bottom:-10px;left:50%;transform:translate(-50%);width:50px;height:3px;background:#dd5639}.about .about-text .lead{font-size:1.25rem;color:#646469;margin-bottom:1.5rem}.about .about-text p{color:#3c3c43;margin-bottom:1rem;line-height:1.8}.about .about-features{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;margin-bottom:3rem}@media (max-width: 768px){.about .about-features{grid-template-columns:1fr}}.about .about-features .feature-card{background:#fff;padding:2rem;border-radius:10px;box-shadow:0 5px 15px #0000000d;transition:all .3s ease;text-align:center}.about .about-features .feature-card:hover{transform:translateY(-5px);box-shadow:0 8px 25px #0000001a}.about .about-features .feature-card i{font-size:2.5rem;color:#dd5639;margin-bottom:1rem}.about .about-features .feature-card h3{color:#2c2d31;font-size:1.5rem;margin-bottom:1rem}.about .about-features .feature-card p{color:#646469;font-size:.95rem;line-height:1.6}.about .about-cta{text-align:center;margin-top:2rem}.about .about-cta .btn{min-width:200px}.gallery{padding:6rem 0;background-color:#f8f9fa}.gallery .gallery-container{max-width:1400px;margin:0 auto;padding:0 2rem}.gallery .gallery-container h2{text-align:center;font-size:2.5rem;color:#2c2d31;margin-bottom:1rem;position:relative;display:inline-block;left:50%;transform:translate(-50%)}.gallery .gallery-container h2:after{content:"";position:absolute;bottom:-10px;left:50%;transform:translate(-50%);width:50px;height:3px;background:#dd5639}.gallery .gallery-container>p{text-align:center;color:#646469;margin-bottom:3rem;font-size:1.1rem}.gallery .gallery-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:1.5rem;margin-bottom:3rem}.gallery .gallery-item{position:relative;border-radius:12px;overflow:hidden;cursor:pointer;transition:all .3s ease;aspect-ratio:4/3;background:#2c2d31}.gallery .gallery-item:hover{transform:translateY(-5px);box-shadow:0 10px 20px #0000001a}.gallery .gallery-item:hover .overlay{opacity:1}.gallery .gallery-item:hover .play-button{transform:scale(1.1);background:#dd5639e6}.gallery .gallery-item img,.gallery .gallery-item video{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.gallery .gallery-item.video .video-preview{position:relative;width:100%;height:100%}.gallery .gallery-item.video .video-preview video{opacity:.8}.gallery .gallery-item.video .play-button{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:60px;height:60px;background:#dd5639cc;border-radius:50%;display:flex;align-items:center;justify-content:center;transition:all .3s ease}.gallery .gallery-item.video .play-button i{color:#fff;font-size:1.5rem;margin-left:5px}.gallery .gallery-item .overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(to top,#000c,#0003);display:flex;flex-direction:column;justify-content:flex-end;padding:1.5rem;opacity:0;transition:opacity .3s ease}.gallery .gallery-item .overlay h3{color:#fff;font-size:1.25rem;margin-bottom:.5rem}.gallery .gallery-item .overlay p{color:#ffffffe6;font-size:.9rem;margin-bottom:.5rem}.gallery .gallery-item .overlay .media-type{position:absolute;top:1rem;right:1rem;background:#dd5639e6;color:#fff;width:30px;height:30px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:.9rem}.gallery .lightbox{position:fixed;top:0;left:0;width:100%;height:100%;background:#000000e6;z-index:1000;display:flex;align-items:center;justify-content:center;padding:2rem}.gallery .lightbox .lightbox-content{position:relative;max-width:90%;max-height:90vh;background:#fff;border-radius:12px;overflow:hidden}.gallery .lightbox .lightbox-content img,.gallery .lightbox .lightbox-content video{max-width:100%;max-height:80vh;display:block}.gallery .lightbox .lightbox-content .close-button{position:absolute;top:1rem;right:1rem;background:#00000080;color:#fff;border:none;width:40px;height:40px;border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .3s ease;z-index:1}.gallery .lightbox .lightbox-content .close-button:hover{background:#dd5639;transform:rotate(90deg)}.gallery .lightbox .lightbox-content .lightbox-info{padding:1.5rem;background:#fff}.gallery .lightbox .lightbox-content .lightbox-info h3{color:#2c2d31;margin-bottom:.5rem}.gallery .lightbox .lightbox-content .lightbox-info p{color:#646469;font-size:.9rem}@media (max-width: 768px){.gallery{padding:4rem 0}.gallery .gallery-container{padding:0 1rem}.gallery .gallery-container h2{font-size:2rem}.gallery .gallery-grid{grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:1rem}.gallery .lightbox{padding:1rem}.gallery .lightbox .lightbox-content{max-width:95%}}.services{padding:6rem 0;background-color:#f8f9fa}.services .services-header{text-align:center;max-width:800px;margin:0 auto 4rem}.services .services-header h2{font-size:2.5rem;color:#2c2d31;margin-bottom:1rem;position:relative;display:inline-block}.services .services-header h2:after{content:"";position:absolute;bottom:-10px;left:50%;transform:translate(-50%);width:50px;height:3px;background:#dd5639}.services .services-header p{color:#646469;font-size:1.1rem}.services .services-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:2rem;margin-bottom:4rem}.services .service-card{background:#fff;border-radius:12px;overflow:hidden;box-shadow:0 4px 6px #0000001a;transition:all .3s ease}.services .service-card:hover{transform:translateY(-5px);box-shadow:0 8px 15px #0000001a}.services .service-card:hover .service-image img{transform:scale(1.1)}.services .service-card:hover .service-overlay{opacity:1}.services .service-card:hover .service-cta i{transform:translate(5px)}.services .service-card .service-image{position:relative;height:250px;overflow:hidden}.services .service-card .service-image img{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.services .service-card .service-image .service-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(to bottom,#0003,#0009);opacity:0;transition:opacity .3s ease;display:flex;align-items:center;justify-content:center}.services .service-card .service-image .service-icon{width:70px;height:70px;background:#dd5639e6;border-radius:50%;display:flex;align-items:center;justify-content:center;transform:translateY(20px);transition:transform .3s ease}.services .service-card .service-image .service-icon i{font-size:1.75rem;color:#fff}.services .service-card .service-content{padding:2rem}.services .service-card .service-content h3{font-size:1.25rem;color:#2c2d31;margin-bottom:1rem;line-height:1.4}.services .service-card .service-content p{color:#646469;margin-bottom:1.5rem;line-height:1.6;font-size:.95rem}.services .service-card .service-content .service-cta{color:#dd5639;text-decoration:none;font-weight:600;display:flex;align-items:center;gap:.5rem;transition:color .3s ease}.services .service-card .service-content .service-cta:hover{color:#d64c33}.services .service-card .service-content .service-cta i{font-size:.9rem;transition:transform .3s ease}.services .services-cta{text-align:center}.services .services-cta .btn-primary{padding:1rem 2rem;font-size:1.1rem;background:linear-gradient(135deg,#dd5639,#d64c33);color:#fff;text-decoration:none;border-radius:50px;transition:all .3s ease;display:inline-flex;align-items:center;gap:.5rem}.services .services-cta .btn-primary:hover{transform:translateY(-2px);box-shadow:0 5px 15px #dd56394d}@media (max-width: 768px){.services{padding:4rem 0}.services .services-header{margin-bottom:3rem}.services .services-header h2{font-size:2rem}.services .services-grid{grid-template-columns:1fr;gap:1.5rem}.services .service-card .service-image{height:200px}}.contact{padding:6rem 0;background:#fff}.contact .contact-header{text-align:center;max-width:800px;margin:0 auto 4rem}.contact .contact-header h2{color:#2c2d31;margin-bottom:1rem;position:relative;display:inline-block}.contact .contact-header h2:after{content:"";position:absolute;bottom:-10px;left:50%;transform:translate(-50%);width:50px;height:3px;background:#dd5639}.contact .contact-header p{color:#646469;font-size:1.1rem}.contact .contact-content{display:grid;grid-template-columns:1fr 2fr;gap:4rem;max-width:1200px;margin:0 auto}@media (max-width: 768px){.contact .contact-content{grid-template-columns:1fr;gap:2rem}}.contact .contact-info .info-item{display:flex;align-items:flex-start;gap:1.5rem;margin-bottom:2rem;padding:1.5rem;background:#f8f9fa;border-radius:10px;transition:all .3s ease}.contact .contact-info .info-item:hover{transform:translateY(-5px);box-shadow:0 5px 15px #0000000d}.contact .contact-info .info-item i{font-size:1.5rem;color:#dd5639;margin-top:.25rem}.contact .contact-info .info-item div h3{color:#2c2d31;font-size:1.1rem;margin-bottom:.5rem}.contact .contact-info .info-item div p,.contact .contact-info .info-item div a{color:#646469;font-size:.9rem;text-decoration:none;transition:color .3s ease}.contact .contact-info .info-item div p:hover,.contact .contact-info .info-item div a:hover{color:#dd5639}.contact .contact-form{background:#fff;padding:2rem;border-radius:12px;box-shadow:0 5px 15px #0000000d}.contact .contact-form .form-group{margin-bottom:1.5rem}.contact .contact-form .form-group label{display:block;margin-bottom:.5rem;color:#2c2d31;font-weight:500}.contact .contact-form .form-group input,.contact .contact-form .form-group textarea{width:100%;padding:.8rem 1rem;border:1px solid #e2e8f0;border-radius:6px;font-size:1rem;transition:all .3s ease}.contact .contact-form .form-group input:focus,.contact .contact-form .form-group textarea:focus{outline:none;border-color:#dd5639;box-shadow:0 0 0 3px #dd56391a}.contact .contact-form .form-group input:disabled,.contact .contact-form .form-group textarea:disabled{background-color:#f8f9fa;cursor:not-allowed}.contact .contact-form .form-group textarea{min-height:120px;resize:vertical}.contact .contact-form .form-success{text-align:center;padding:2rem}.contact .contact-form .form-success i{font-size:3rem;color:#10b981;margin-bottom:1rem}.contact .contact-form .form-success h3{color:#2c2d31;margin-bottom:.5rem}.contact .contact-form .form-success p{color:#646469}.contact .contact-form .form-error{background:#fee2e2;color:#dc2626;padding:1rem;border-radius:6px;margin-bottom:1rem;display:flex;align-items:center;gap:.5rem}.contact .contact-form .form-error i{font-size:1.25rem}.contact .contact-form .form-error p{font-size:.9rem}.contact .contact-form .btn{width:100%;padding:1rem;font-size:1rem;display:flex;align-items:center;justify-content:center;gap:.5rem}.contact .contact-form .btn:disabled{opacity:.7;cursor:not-allowed}.contact .contact-form .btn i{font-size:1.1rem}.footer{background-color:#2c3e50;color:#fff;padding-top:4rem}.footer .footer-content{max-width:1200px;margin:0 auto;padding:0 2rem;display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:3rem;margin-bottom:3rem}.footer .footer-section h3{color:#fff;font-size:1.25rem;margin-bottom:1.5rem;position:relative;padding-bottom:.5rem}.footer .footer-section h3:after{content:"";position:absolute;left:0;bottom:0;width:40px;height:2px;background-color:#dd5639}.footer .footer-section .footer-logo{margin-bottom:1.5rem}.footer .footer-section .footer-logo img{height:60px;width:auto}.footer .footer-section p{color:#b8c2cc;margin-bottom:1rem;line-height:1.6}.footer .footer-section .contact-info p{display:flex;align-items:center;gap:.75rem;margin-bottom:1rem}.footer .footer-section .contact-info p i{color:#dd5639;font-size:1.1rem}.footer .footer-section .contact-info p a{color:#b8c2cc;text-decoration:none;transition:color .3s ease}.footer .footer-section .contact-info p a:hover{color:#fff}.footer .footer-section ul{list-style:none;padding:0}.footer .footer-section ul li{margin-bottom:.75rem}.footer .footer-section ul li a{color:#b8c2cc;text-decoration:none;transition:color .3s ease;cursor:pointer}.footer .footer-section ul li a:hover{color:#fff}.footer .footer-section .social-links{display:flex;gap:1rem;margin-bottom:2rem}.footer .footer-section .social-links a{width:40px;height:40px;background-color:#ffffff1a;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;text-decoration:none;transition:all .3s ease}.footer .footer-section .social-links a:hover{background-color:#dd5639;transform:translateY(-3px)}.footer .footer-section .social-links a i{font-size:1rem}.footer .footer-section .business-hours{background-color:#ffffff0d;padding:1.5rem;border-radius:8px;margin-top:2rem}.footer .footer-section .business-hours h4{color:#fff;margin-bottom:1rem;font-size:1.1rem}.footer .footer-section .business-hours p{color:#b8c2cc;margin-bottom:.5rem;font-size:.9rem}.footer .footer-section .business-hours p:last-child{margin-bottom:0}.footer .footer-bottom{background-color:#233140;padding:1.5rem 0;margin-top:2rem}.footer .footer-bottom .container{max-width:1200px;margin:0 auto;padding:0 2rem;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1rem}.footer .footer-bottom .container p{color:#b8c2cc;margin:0}.footer .footer-bottom .container .footer-bottom-links{text-align:center;margin-top:1rem}.footer .footer-bottom .container .footer-bottom-links a{color:#b8c2cc;text-decoration:none;font-size:.9rem;transition:color .3s ease}.footer .footer-bottom .container .footer-bottom-links a:hover{color:#fff}.footer .footer-bottom .container .footer-bottom-links a:last-child{color:#dd5639;font-weight:500}.footer .footer-bottom .container .footer-bottom-links a:last-child:hover{color:#e47b65}@media (max-width: 768px){.footer{padding-top:3rem}.footer .footer-content{grid-template-columns:1fr;gap:2rem}.footer .footer-bottom .container{flex-direction:column;text-align:center}.footer .footer-bottom .container .footer-bottom-links{justify-content:center}}.btn-whatsapp-pulse{background:#25d366;color:#fff;position:fixed;bottom:25px;right:15px;font-size:40px;display:flex;justify-content:center;align-items:center;width:0;height:0;padding:35px;text-decoration:none;border-radius:50%;animation-name:pulse;animation-duration:1.5s;animation-timing-function:ease-out;animation-iteration-count:infinite;z-index:1000;transition:all .3s ease}.btn-whatsapp-pulse:hover{transform:scale(1.1)}@keyframes pulse{0%{box-shadow:0 0 #25d36680}80%{box-shadow:0 0 0 14px #25d36600}}.btn-whatsapp-pulse-border{bottom:120px;right:15px;animation-play-state:paused;z-index:999}.btn-whatsapp-pulse-border:before{content:"";position:absolute;border-radius:50%;padding:25px;border:5px solid #25d366;opacity:.75;animation-name:pulse-border;animation-duration:1.5s;animation-timing-function:ease-out;animation-iteration-count:infinite}@keyframes pulse-border{0%{padding:25px;opacity:.75}75%{padding:50px;opacity:0}to{opacity:0}}
