*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body{font-family:Inter,sans-serif;line-height:1.6;color:#333;overflow-x:hidden}.container{max-width:1200px;margin:0 auto;padding:0 20px}.header{position:fixed;top:0;left:0;right:0;background:#1f2937;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);z-index:1000;border-bottom:1px solid rgba(255,255,255,.1);transition:all .3s ease;box-shadow:0 4px 20px #0000004d}.nav-container{max-width:1200px;margin:0 auto;padding:0 20px;display:flex;justify-content:space-between;align-items:center;height:80px}.logo{display:flex;align-items:center;gap:12px}.logo-img{height:60px;width:auto;filter:drop-shadow(0 4px 12px rgba(0,0,0,.3));background:transparent}.nav-menu{display:flex;list-style:none;gap:2rem;margin:0;padding:0}.nav-link{text-decoration:none;color:#fff;font-weight:600;transition:color .3s ease;position:relative;font-size:.95rem;letter-spacing:.02em;text-shadow:0 1px 2px rgba(0,0,0,.3)}.nav-link:hover{color:#fbbf24}.nav-link:after{content:"";position:absolute;width:0;height:2px;bottom:-5px;left:0;background:linear-gradient(90deg,#fbbf24,#f59e0b);transition:width .3s ease}.nav-link:hover:after{width:100%}.hamburger{display:none;flex-direction:column;cursor:pointer;gap:4px}.hamburger span{width:25px;height:3px;background:#fff;transition:all .3s ease}.hero{position:relative;padding:140px 0 100px;text-align:center;min-height:85vh;display:flex;align-items:center;color:#fff;overflow:hidden}.hero-slideshow{position:absolute;top:0;left:0;right:0;bottom:0;z-index:1}.hero-slide{position:absolute;top:0;left:0;right:0;bottom:0;background-size:cover;background-position:center;background-repeat:no-repeat;opacity:0;transition:opacity 2s ease-in-out}.hero-slide.active{opacity:.8}.hero-overlay{position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(135deg,#00000073,#00000059);z-index:2}.hero-content{max-width:900px;margin:0 auto;padding:0 20px;position:relative;z-index:3}.hero-title{font-size:clamp(3rem,6vw,5rem);font-weight:800;margin-bottom:1.5rem;text-shadow:2px 4px 8px rgba(0,0,0,.4);letter-spacing:-.02em;line-height:1.1}.hero-subtitle{font-size:clamp(1.4rem,3vw,1.8rem);margin-bottom:3rem;color:#e5e7eb;font-weight:600;opacity:.95;letter-spacing:.02em}.hero-description{font-size:clamp(1rem,2vw,1.2rem);margin-bottom:2rem;color:#d1d5db;font-weight:400;opacity:.9;line-height:1.6;max-width:800px;margin-left:auto;margin-right:auto}.hero-buttons{display:flex;justify-content:center;margin-top:2rem}.btn{display:inline-block;padding:16px 32px;border-radius:12px;text-decoration:none;font-weight:700;transition:all .3s ease;border:none;cursor:pointer;font-size:1.05rem;text-align:center;letter-spacing:.02em;position:relative;overflow:hidden}.btn:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.2),transparent);transition:left .5s}.btn:hover:before{left:100%}.btn-primary{background:linear-gradient(135deg,#f59e0b,#fbbf24);color:#fff;box-shadow:0 8px 25px #f59e0b66;border:2px solid transparent}.btn-primary:hover{background:linear-gradient(135deg,#d97706,#f59e0b);transform:translateY(-3px);box-shadow:0 12px 35px #f59e0b80}.btn-secondary{background:#ffffff1a;color:#fff;border:2px solid rgba(255,255,255,.4);-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);display:flex;align-items:center;gap:.5rem}.btn-secondary:hover{background:#fff3;border-color:#fff9;transform:translateY(-3px);box-shadow:0 8px 25px #0003}.btn-icon{font-size:1.1rem}section{padding:100px 0}.section-header{text-align:center;margin-bottom:5rem}.section-title{font-size:clamp(2.2rem,4vw,2.8rem);font-weight:800;margin-bottom:1.5rem;color:#1f2937;letter-spacing:-.02em;line-height:1.2}.section-subtitle{font-size:1.2rem;color:#6b7280;max-width:700px;margin:0 auto;font-weight:500;line-height:1.6}.about{background:linear-gradient(135deg,#f8fafc,#f1f5f9)}.about-content{display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:center}.about-text-block{background:#fff;padding:2.5rem;border-radius:16px;box-shadow:0 8px 30px #00000014;border-left:4px solid #f59e0b;height:100%;display:flex;flex-direction:column;justify-content:center}.about-text-block h3{font-size:1.4rem;font-weight:700;margin-bottom:1rem;color:#374151;letter-spacing:-.01em}.about-text-block p{color:#4b5563;line-height:1.8;font-size:1.05rem;margin:0}.about-image-block{background:#fff;padding:1.5rem;border-radius:16px;box-shadow:0 4px 15px #00000014;height:100%;display:flex;align-items:center;justify-content:center}.about-image{width:100%;height:auto;border-radius:12px;object-fit:contain;max-height:400px;box-shadow:0 4px 20px #0000001a}.whatsapp-float{position:fixed;bottom:30px;right:30px;z-index:1000}.whatsapp-float-btn{display:flex;align-items:center;justify-content:center;width:60px;height:60px;background:#25d366;border-radius:50%;color:#fff;text-decoration:none;box-shadow:0 4px 20px #25d36666;transition:all .3s ease;animation:pulse 2s infinite}.whatsapp-float-btn:hover{background:#20ba5a;transform:scale(1.1);box-shadow:0 6px 25px #25d36680}@keyframes pulse{0%{box-shadow:0 4px 20px #25d36666}50%{box-shadow:0 4px 20px #25d36666,0 0 0 10px #25d3661a}to{box-shadow:0 4px 20px #25d36666}}.gallery{background:#fff;padding:100px 0}.gallery-wrapper{display:flex;align-items:center;justify-content:center;gap:2rem;max-width:1000px;margin:0 auto;padding:0 40px}.gallery-main{flex:1;max-width:800px}.gallery-carousel{position:relative;height:450px;overflow:hidden;border-radius:16px;box-shadow:0 12px 40px #00000026}.gallery-track{display:flex;width:700%;height:100%;transition:transform .5s ease-in-out}.gallery-slide{width:14.285%;height:100%;flex-shrink:0;opacity:0;transition:opacity .5s ease}.gallery-slide.active{opacity:1}.gallery-image{width:100%;height:100%;object-fit:cover;object-position:center;display:block}.gallery-btn{background:linear-gradient(135deg,#f59e0b,#fbbf24);border:none;width:50px;height:50px;border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center;color:#fff;transition:all .3s ease;box-shadow:0 4px 15px #f59e0b4d;flex-shrink:0}.gallery-btn:hover{background:linear-gradient(135deg,#d97706,#f59e0b);transform:scale(1.1);box-shadow:0 6px 20px #f59e0b66}.gallery-indicators{display:flex;justify-content:center;gap:12px;margin-top:2rem}.gallery-indicator{width:12px;height:12px;border-radius:50%;border:none;background:#ffffff80;cursor:pointer;transition:all .3s ease}.gallery-indicator.active{background:#fbbf24;transform:scale(1.2)}.gallery-indicator:hover{background:#fffc}.services{background:linear-gradient(135deg,#f8fafc,#f1f5f9)}.services-wrapper{display:flex;align-items:center;gap:1rem;max-width:1200px;margin:0 auto;padding:0 60px;position:relative}.services-btn{background:linear-gradient(135deg,#f59e0b,#fbbf24);border:none;width:50px;height:50px;border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center;color:#fff;transition:all .3s ease;box-shadow:0 4px 15px #f59e0b4d;flex-shrink:0;position:absolute;top:50%;transform:translateY(-50%);z-index:10}.services-btn-prev{left:10px}.services-btn-next{right:10px}.services-btn:hover{background:linear-gradient(135deg,#d97706,#f59e0b);transform:scale(1.1);box-shadow:0 6px 20px #f59e0b66}.services-main{flex:1;max-width:900px;margin:0 auto}.services-carousel{position:relative;overflow:hidden}.services-track{display:flex;width:700%;transition:transform .5s ease-in-out}.services-slide{width:14.285%;flex-shrink:0;display:flex;justify-content:center;align-items:center}.service-card{background:#fff;padding:2.5rem;border-radius:20px;box-shadow:0 8px 30px #00000014;text-align:center;transition:all .4s ease;border:1px solid rgba(0,0,0,.05);position:relative;overflow:hidden;width:100%;max-width:400px;margin:0 auto}.services-indicators{display:flex;justify-content:center;gap:12px;margin-top:2rem}.services-indicator{width:12px;height:12px;border-radius:50%;border:none;background:#1f29374d;cursor:pointer;transition:all .3s ease}.services-indicator.active{background:#f59e0b;transform:scale(1.2)}.services-indicator:hover{background:#1f293780}.service-card:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,#f59e0b,#fbbf24);transform:scaleX(0);transition:transform .3s ease}.service-card:hover{transform:translateY(-8px);box-shadow:0 15px 40px #0000001f}.service-card:hover:before{transform:scaleX(1)}.service-icon{width:80px;height:80px;margin-bottom:1.5rem;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#f59e0b,#fbbf24);border-radius:50%;color:#fff;margin:0 auto 1.5rem;box-shadow:0 8px 25px #f59e0b4d}.service-icon svg{width:32px;height:32px}.service-card h3{font-size:1.4rem;font-weight:700;margin-bottom:1.5rem;color:#1f2937;letter-spacing:-.01em}.service-card p{color:#6b7280;line-height:1.7;font-size:1.05rem;margin-bottom:1.5rem}.services-mobile-nav{display:none}.contact{background:linear-gradient(135deg,#f8fafc,#f1f5f9)}.location{position:relative;overflow:hidden;height:auto;padding:100px 0;background:#fff}.location-content{display:flex;flex-direction:column;gap:3rem;text-align:center}.location-info h3{font-size:1.5rem;font-weight:700;margin-bottom:1.5rem;color:#1f2937}.location-info p{color:#6b7280;line-height:1.7;margin-bottom:1rem;font-size:1.05rem}.location-details{background:#f8fafc;padding:2rem;border-radius:12px;border-left:4px solid #f59e0b;text-align:center}.location-item{display:flex;align-items:center;justify-content:center;gap:1rem;margin-bottom:1rem;text-align:center}.location-item:last-child{margin-bottom:0}.location-icon{width:24px;height:24px;color:#f59e0b;flex-shrink:0}.location-item strong{color:#1f2937;font-weight:600}.map-container{border-radius:12px;overflow:hidden;box-shadow:0 8px 30px #0000001a;height:400px}.map-container iframe{width:100%;height:100%;border:none}.contact-content{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:stretch}.contact-info{display:flex;flex-direction:column;gap:2rem;height:100%;justify-content:space-between}.contact-item{display:flex;align-items:flex-start;gap:1rem;margin-bottom:2rem}.contact-icon{width:50px;height:50px;background:linear-gradient(135deg,#f59e0b,#fbbf24);border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0;color:#fff;box-shadow:0 4px 15px #f59e0b4d}.contact-item h4{font-weight:600;margin-bottom:.5rem;color:#1f2937}.contact-item p{color:#6b7280;margin:0}.whatsapp-btn{display:inline-flex;align-items:center;gap:.75rem;background:#25d366;color:#fff;padding:1rem 2rem;border-radius:50px;text-decoration:none;font-weight:600;transition:all .3s ease;box-shadow:0 4px 15px #25d3664d}.whatsapp-btn:hover{background:#20ba5a;transform:translateY(-2px);box-shadow:0 6px 20px #25d36666}.contact-form{background:#fff;padding:2rem;border-radius:12px;box-shadow:0 4px 15px #0000001a;height:100%;display:flex;flex-direction:column}.contact-form h3{margin-bottom:1.5rem;color:#1f2937}.form-group{margin-bottom:1.5rem;flex:1}.form-group:last-of-type{flex:2}.contact-form .btn{margin-top:auto}.form-group input,.form-group textarea{width:100%;padding:1rem;border:2px solid #e5e7eb;border-radius:8px;font-size:1rem;transition:border-color .3s ease;font-family:inherit}.form-group select{width:100%;padding:1rem;border:2px solid #e5e7eb;border-radius:8px;font-size:1rem;transition:border-color .3s ease;font-family:inherit;background:#fff;cursor:pointer}.form-group input:focus,.form-group textarea:focus,.form-group select:focus{outline:none;border-color:#3b82f6}.form-group textarea{resize:vertical;min-height:120px}.reviews{background:#f9fafb}.reviews-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem}.review-card{background:#fff;padding:2rem;border-radius:12px;box-shadow:0 4px 15px #0000001a;text-align:center}.review-avatar{margin-bottom:1rem;display:flex;justify-content:center}.avatar-img{width:60px;height:60px;border-radius:50%;object-fit:cover;border:3px solid #f59e0b}.review-stars{font-size:1.2rem;margin-bottom:1rem;color:#fbbf24}.review-text{font-style:italic;margin-bottom:1.5rem;color:#4b5563;line-height:1.6}.review-author strong{color:#1f2937;font-weight:600}.review-author span{display:block;font-size:.9rem;color:#6b7280;margin-top:.25rem}.reviews-cta{text-align:center;margin-top:3rem}.google-reviews-btn{background:linear-gradient(135deg,#f59e0b,#fbbf24);color:#fff;border:none;display:inline-flex;align-items:center;gap:.75rem;padding:16px 32px;font-weight:600;box-shadow:0 4px 15px #f59e0b4d}.google-reviews-btn:hover{background:linear-gradient(135deg,#d97706,#f59e0b);transform:translateY(-2px);box-shadow:0 6px 20px #f59e0b66}.faq{background:#fff;padding:100px 0}.faq-list{max-width:800px;margin:0 auto}.faq-item{border:1px solid #e5e7eb;border-radius:8px;margin-bottom:1rem;overflow:hidden}.faq-question{width:100%;padding:1.5rem;background:#fff;border:none;text-align:left;cursor:pointer;display:flex;justify-content:space-between;align-items:center;font-size:1rem;font-weight:600;color:#1f2937;transition:background-color .3s ease}.faq-question:hover{background:#f9fafb}.faq-icon{font-size:1.2rem;font-weight:300;color:#6b7280;transition:transform .3s ease}.faq-item.active .faq-icon{transform:rotate(45deg)}.faq-answer{max-height:0;overflow:hidden;transition:max-height .3s ease}.faq-item.active .faq-answer{max-height:200px}.faq-answer p{padding:0 1.5rem 1.5rem;color:#6b7280;line-height:1.6;margin:0}.footer{background:#1f2937;color:#fff;padding:3rem 0 1rem}.footer-content{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;margin-bottom:2rem}.footer-logo{display:flex;align-items:center;gap:.75rem;margin-bottom:1rem}.footer-logo img{height:40px;width:auto}.footer-logo span{font-size:1.2rem;font-weight:600}.footer-section h4{margin-bottom:1rem;color:#fbbf24}.footer-section p{color:#d1d5db;margin-bottom:.5rem}.social-links{display:flex;gap:1rem}.social-links a{display:inline-flex;align-items:center;justify-content:center;width:40px;height:40px;background:#374151;border-radius:50%;text-decoration:none;color:#fff;transition:all .3s ease}.social-links a:hover{background:#dc2626;transform:translateY(-2px)}.social-links a[aria-label=Facebook]:hover{background:#1877f2}.social-links a[aria-label=Instagram]:hover{background:#e4405f}.social-links a[aria-label=WhatsApp]:hover{background:#25d366}.footer-bottom{border-top:1px solid #374151;padding-top:1rem;text-align:center;display:flex;justify-content:space-between;align-items:center;color:#9ca3af;font-size:.9rem}.privacy-link{color:#9ca3af;text-decoration:none;transition:color .3s ease}.privacy-link:hover{color:#fbbf24}@media (max-width: 768px){.container{padding:0 15px}.nav-container{padding:0 15px;height:70px}.logo-img{height:50px}.nav-menu{position:fixed;top:70px;left:-100%;width:100%;height:calc(100vh - 70px);background:#1f2937;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);flex-direction:column;justify-content:flex-start;align-items:center;padding:2rem;transition:left .3s ease}.nav-menu.active{left:0}.nav-menu li{margin:1rem 0}.hamburger{display:flex}.hamburger.active span:nth-child(1){transform:rotate(45deg) translate(5px,5px)}.hamburger.active span:nth-child(2){opacity:0}.hamburger.active span:nth-child(3){transform:rotate(-45deg) translate(7px,-6px)}.hero{padding:90px 0 60px;min-height:70vh}.hero-title{font-size:2.5rem;margin-bottom:1rem}.hero-subtitle{font-size:1.2rem;margin-bottom:2rem}.hero-description{font-size:1rem;margin-bottom:1.5rem}.hero-buttons{flex-direction:column;align-items:center;gap:1rem}.btn{width:100%;max-width:300px;padding:14px 24px;font-size:1rem}section{padding:60px 0}.section-header{margin-bottom:3rem}.section-title{font-size:2rem;margin-bottom:1rem}.section-subtitle{font-size:1.1rem}.about-content{grid-template-columns:1fr;gap:2rem}.about-text-block,.about-image-block{padding:1.5rem}.about-text-block h3{font-size:1.2rem}.about-text-block p{font-size:1rem}.gallery-wrapper{flex-direction:column;gap:1rem;max-width:100%;padding:0 20px}.gallery-carousel{height:200px;order:1}.gallery-btn{order:2;width:40px;height:40px;display:none}.gallery-indicators{position:static;order:3;transform:none;margin-top:1rem}.services-wrapper{flex-direction:column;gap:1rem;padding:0 15px}.services-btn{display:none}.services-main{width:100%;max-width:none}.services-grid{display:grid;grid-template-columns:1fr;gap:1.5rem}.service-card{width:100%;max-width:350px;margin:0 auto}.services-mobile-nav{display:flex;justify-content:center;gap:1rem;margin-top:1rem}.services-mobile-prev,.services-mobile-next{display:flex;width:45px;height:45px;background:linear-gradient(135deg,#f59e0b,#fbbf24);border:none;border-radius:50%;cursor:pointer;align-items:center;justify-content:center;color:#fff;transition:all .3s ease;box-shadow:0 4px 15px #f59e0b4d}.services-mobile-prev:hover,.services-mobile-next:hover{background:linear-gradient(135deg,#d97706,#f59e0b);transform:scale(1.1);box-shadow:0 6px 20px #f59e0b66}.services-indicators{display:flex;justify-content:center;gap:8px;margin-top:1.5rem}.services-indicator{width:10px;height:10px}.service-icon{width:60px;height:60px;margin-bottom:1rem}.service-icon svg{width:24px;height:24px}.service-card h3{font-size:1.2rem;margin-bottom:1rem}.service-card p{font-size:.95rem;line-height:1.6}.contact-content{grid-template-columns:1fr;gap:2rem}.contact-item{flex-direction:row;align-items:flex-start;text-align:left}.contact-icon{width:40px;height:40px;flex-shrink:0}.contact-form{padding:1.5rem}.contact-form h3{font-size:1.2rem;margin-bottom:1rem}.form-group{margin-bottom:1rem}.form-group input,.form-group textarea,.form-group select{padding:.75rem;font-size:.95rem}.location-content{gap:2rem}.location-details{padding:1.5rem}.location-item{flex-direction:column;text-align:center;gap:.5rem}.map-container{height:250px}.reviews-grid{grid-template-columns:1fr;gap:1.5rem}.review-card{padding:1.5rem}.review-text{font-size:.95rem}.faq-question{padding:1rem;font-size:.95rem}.footer-bottom{flex-direction:column;text-align:center;gap:.5rem;font-size:.85rem}.footer-content,.footer-section{text-align:center}.footer-logo,.social-links{justify-content:center}.whatsapp-float{bottom:20px;right:20px}.whatsapp-float-btn{width:55px;height:55px}}@media (max-width: 480px){.container,.nav-container{padding:0 10px}.hero{padding:80px 0 50px}.hero-title{font-size:2rem}.hero-subtitle{font-size:1.1rem}.hero-description{font-size:.95rem}.section-title{font-size:1.8rem}.section-subtitle{font-size:1rem}section{padding:50px 0}.service-card,.review-card,.contact-form,.about-text-block,.about-image-block{padding:1.25rem}.service-card h3{font-size:1.1rem}.service-card p{font-size:.9rem}.gallery-carousel{height:180px}.gallery-btn,.services-btn{width:35px;height:35px}.whatsapp-float{bottom:15px;right:15px}.whatsapp-float-btn{width:50px;height:50px}}@media (max-width: 1024px) and (min-width: 769px){.services-grid{grid-template-columns:repeat(2,1fr);gap:1.5rem}.about-content{grid-template-columns:1fr;gap:2.5rem}.contact-content{gap:3rem}}@media (max-width: 768px) and (orientation: landscape){.hero{padding:70px 0 40px;min-height:60vh}.hero-title{font-size:2.2rem}.gallery-carousel{height:160px}}@media (max-width: 320px){.hero-title{font-size:1.8rem}.section-title{font-size:1.6rem}.btn{padding:12px 20px;font-size:.9rem}.service-card,.review-card{padding:1rem}.gallery-carousel{height:150px}}@media (prefers-reduced-motion: no-preference){.service-card,.review-card{animation:fadeInUp .6s ease forwards}.service-card:nth-child(2){animation-delay:.1s}.service-card:nth-child(3){animation-delay:.2s}.service-card:nth-child(4){animation-delay:.3s}.service-card:nth-child(5){animation-delay:.4s}.service-card:nth-child(6){animation-delay:.5s}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@media print{.header,.hero-buttons,.whatsapp-btn,.contact-form,.hamburger{display:none}.hero{padding-top:2rem;background:none;color:#333}section{padding:2rem 0;break-inside:avoid}}
