*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}#root{width:100%;min-height:100vh}section{scroll-margin-top:80px}.navigation{background-color:#1a1a1a;padding:0;position:fixed;top:0;width:100%;z-index:1000;box-shadow:0 2px 4px #0000001a}.nav-container{max-width:1200px;margin:0 auto;padding:1rem;display:flex;justify-content:space-between;align-items:center}.nav-logo .logo-image{height:48px;max-width:120px;width:auto;object-fit:contain}.nav-menu{display:flex;list-style:none;margin:0;padding:0;gap:2rem}.nav-item{margin:0}.nav-link{color:#fff;text-decoration:none;font-weight:500;padding:.5rem 1rem;border-radius:4px;transition:all .3s ease}.nav-link:hover{background-color:#333;color:#4caf50}.nav-cta{background-color:#25d366;color:#fff;text-decoration:none;padding:.6rem 1.2rem;border-radius:25px;font-weight:600;font-size:.9rem;transition:all .3s ease;display:flex;align-items:center;gap:.5rem}.nav-cta:hover{background-color:#20ba5a;transform:translateY(-1px);box-shadow:0 4px 8px #25d3664d;color:#fff}.nav-toggle{display:none;flex-direction:column;cursor:pointer;z-index:1001}.bar{width:25px;height:3px;background-color:#fff;margin:3px 0;transition:.3s}.mobile-whatsapp{display:none}.whatsapp-mobile{background-color:#25d366!important;color:#fff!important;border-radius:25px!important;margin:1rem auto!important;width:200px!important;font-weight:600!important}@media screen and (max-width: 768px){.nav-menu{position:fixed;left:-100%;top:70px;flex-direction:column;background-color:#1a1a1a;width:100%;text-align:center;transition:.3s;box-shadow:0 10px 27px #0000000d;padding:2rem 0;z-index:999}.nav-menu.active{left:0}.nav-item{margin:1rem 0}.nav-link{font-size:1.1rem;padding:1rem;display:block;width:100%}.nav-cta{display:none}.nav-toggle{display:flex}.nav-toggle.active .bar:nth-child(2){opacity:0}.nav-toggle.active .bar:nth-child(1){transform:translateY(8px) rotate(45deg)}.nav-toggle.active .bar:nth-child(3){transform:translateY(-8px) rotate(-45deg)}.mobile-whatsapp{display:block;margin-top:2rem}.whatsapp-mobile:hover{background-color:#20ba5a!important;transform:scale(1.05)!important}}.hero{height:100vh;background-size:cover;background-position:center;background-repeat:no-repeat;display:flex;align-items:center;justify-content:center;position:relative;overflow:hidden}.hero:before{content:"";position:absolute;inset:0;background:#0006;z-index:1}.hero-container{max-width:1200px;margin:0 auto;padding:2rem;position:relative;z-index:2}.hero-content{text-align:center;color:#fff}.hero-content h1{font-size:3.5rem;font-weight:700;margin-bottom:1rem;text-shadow:2px 2px 4px rgba(0,0,0,.5)}.hero-content h2{font-size:1.8rem;font-weight:700;margin-bottom:1rem;text-shadow:1px 1px 2px rgba(0,0,0,.5);color:#87ceeb}.hero-content p{font-size:1.3rem;margin-bottom:2rem;text-shadow:1px 1px 2px rgba(0,0,0,.5);font-style:italic}.hero-btn{background-color:#4caf50;color:#fff;border:none;padding:1rem 2rem;font-size:1.1rem;font-weight:700;border-radius:5px;cursor:pointer;transition:all .3s ease;text-transform:uppercase;letter-spacing:1px;text-decoration:none;display:inline-block}.hero-btn:hover{background-color:#45a049;transform:translateY(-2px);box-shadow:0 4px 8px #0000004d;color:#fff}@media screen and (max-width: 768px){.hero-content h1{font-size:2.5rem}.hero-content h2{font-size:1.4rem}.hero-content p{font-size:1.1rem}.hero-btn{padding:.8rem 1.5rem;font-size:1rem}}@media screen and (max-width: 480px){.hero-content h1{font-size:2rem}.hero-content h2{font-size:1.2rem}.hero-content p{font-size:1rem}}.solutions{padding:80px 0;background:linear-gradient(135deg,#f8f9fa,#e9ecef)}.solutions-container{max-width:1200px;margin:0 auto;padding:0 2rem}.solutions-header{text-align:center;margin-bottom:60px}.solutions-header h2{font-size:2.5rem;color:#1a1a1a;margin-bottom:1rem;font-weight:700}.solutions-header p{font-size:1.2rem;color:#666;max-width:600px;margin:0 auto}.solutions-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;margin-bottom:60px}.solution-card{background:#fff;padding:2rem;border-radius:12px;text-align:center;box-shadow:0 4px 20px #0000001a;transition:all .3s ease}.solution-card:hover{transform:translateY(-5px);box-shadow:0 8px 30px #00000026}.solution-icon{color:#4caf50;margin-bottom:1.5rem;display:flex;justify-content:center}.solution-card h3{font-size:1.3rem;color:#1a1a1a;margin-bottom:1rem;font-weight:600}.solution-card p{color:#666;line-height:1.6}.solution-card.heritage{background:linear-gradient(135deg,#4caf50,#45a049);color:#fff}.solution-card.heritage .solution-icon,.solution-card.heritage h3{color:#fff}.solution-card.heritage .heritage-text{color:#fffffff2;font-style:italic;font-size:1.1rem}.problems-solutions{background:#fff;padding:3rem 2rem;border-radius:12px;box-shadow:0 4px 20px #0000001a;margin-bottom:40px}.problems-solutions h3{text-align:center;font-size:1.8rem;color:#1a1a1a;margin-bottom:2rem;font-weight:600}.problems-grid{display:flex;flex-direction:column;gap:1.5rem}.problem-item{display:grid;grid-template-columns:1fr auto 1fr;gap:1rem;align-items:center;padding:1.5rem;border:2px solid #f0f0f0;border-radius:8px;transition:all .3s ease}.problem-item:hover{border-color:#4caf50;background-color:#f9f9f9}.problem,.solution{text-align:center}.problem h4{color:#e74c3c;font-size:1rem;margin-bottom:.5rem;font-weight:600}.solution h4{color:#4caf50;font-size:1rem;margin-bottom:.5rem;font-weight:600}.problem p,.solution p{color:#333;font-weight:500;font-style:italic}.arrow{font-size:1.5rem;color:#4caf50;font-weight:700}.solutions-cta{text-align:center}.solutions-btn{background:linear-gradient(135deg,#4caf50,#45a049);color:#fff;text-decoration:none;padding:1rem 2rem;border-radius:30px;font-size:1.1rem;font-weight:600;display:inline-block;transition:all .3s ease;box-shadow:0 4px 15px #4caf504d}.solutions-btn:hover{transform:translateY(-2px);box-shadow:0 6px 20px #4caf5066;color:#fff}@media screen and (max-width: 768px){.solutions{padding:60px 0}.solutions-container{padding:0 1rem}.solutions-header h2{font-size:2rem}.solutions-grid{grid-template-columns:1fr;gap:1.5rem;margin-bottom:40px}.solution-card{padding:1.5rem}.problems-solutions{padding:2rem 1rem}.problem-item{grid-template-columns:1fr;text-align:center;gap:1rem}.arrow{transform:rotate(90deg)}.problems-solutions h3{font-size:1.5rem}}@media screen and (max-width: 480px){.solutions-header h2{font-size:1.8rem}.solution-card h3{font-size:1.1rem}.problems-solutions h3{font-size:1.3rem}}.services-in-action{padding:80px 0;background:#fff}.services-container{max-width:1200px;margin:0 auto;padding:0 2rem}.services-header{text-align:center;margin-bottom:60px}.services-header h2{font-size:2.5rem;color:#1a1a1a;margin-bottom:.5rem;font-weight:700}.services-header h3{font-size:1.8rem;color:#4caf50;margin-bottom:1rem;font-weight:600}.services-header p{font-size:1.2rem;color:#666;max-width:600px;margin:0 auto}.transformations{margin-bottom:80px}.transformations h4{font-size:2rem;text-align:center;color:#1a1a1a;margin-bottom:40px;font-weight:600}.before-after-grid{display:flex;flex-direction:column;gap:3rem}.transformation-item{background:#f8f9fa;border-radius:16px;padding:2rem;box-shadow:0 4px 20px #0000001a}.before-after{display:grid;grid-template-columns:1fr auto 1fr;gap:2rem;align-items:center;margin-bottom:1.5rem}.before,.after{position:relative;border-radius:12px;overflow:hidden;box-shadow:0 4px 15px #0003}.before img,.after img{width:100%;height:250px;object-fit:cover;display:block}.label{position:absolute;top:10px;left:10px;background:#000c;color:#fff;padding:.5rem 1rem;border-radius:20px;font-weight:700;font-size:.9rem}.before .label{background:#e74c3c}.after .label{background:#4caf50}.arrow{font-size:2rem;color:#4caf50;font-weight:700;text-align:center}.transformation-description{text-align:center}.transformation-description h5{font-size:1.3rem;color:#1a1a1a;margin-bottom:.5rem;font-weight:600}.transformation-description p{color:#666;line-height:1.6}.services-cta{background:linear-gradient(135deg,#4caf50,#45a049);border-radius:16px;padding:3rem;text-align:center;color:#fff}.cta-content h4{font-size:1.8rem;margin-bottom:1rem;font-weight:600}.cta-content p{font-size:1.1rem;margin-bottom:2rem;opacity:.95}.services-btn{background:#fff;color:#4caf50;text-decoration:none;padding:1rem 2rem;border-radius:30px;font-size:1.1rem;font-weight:600;display:inline-block;transition:all .3s ease;box-shadow:0 4px 15px #0003}.services-btn:hover{transform:translateY(-2px);box-shadow:0 6px 20px #0000004d;color:#45a049}@media screen and (max-width: 768px){.services-in-action{padding:60px 0}.services-container{padding:0 1rem}.services-header h2{font-size:2rem}.services-header h3{font-size:1.5rem}.transformations h4{font-size:1.6rem}.before-after{grid-template-columns:1fr;gap:1rem;text-align:center}.arrow{transform:rotate(90deg);margin:.5rem 0}.before img,.after img{height:200px}.transformation-item{padding:1.5rem}.services-cta{padding:2rem 1rem}.cta-content h4{font-size:1.5rem}}@media screen and (max-width: 480px){.services-header h2{font-size:1.8rem}.services-header h3{font-size:1.3rem}.transformations h4{font-size:1.4rem}.before img,.after img{height:180px}.transformation-description h5{font-size:1.1rem}.video-showcase h4{font-size:1.4rem}.video-description h5{font-size:1.2rem}}.faq-section{padding:5rem 0;background:linear-gradient(135deg,#f8f9fa,#e9ecef)}.faq-container{max-width:800px;margin:0 auto;padding:0 2rem}.faq-header{text-align:center;margin-bottom:3rem}.faq-header h2{font-size:2.5rem;color:#2c3e50;margin-bottom:1rem;font-weight:700}.faq-header p{font-size:1.2rem;color:#6c757d;max-width:500px;margin:0 auto}.faq-list{margin-bottom:3rem}.faq-item{background:#fff;border-radius:12px;margin-bottom:1rem;box-shadow:0 2px 10px #0000001a;overflow:hidden;transition:all .3s ease}.faq-item:hover{box-shadow:0 4px 20px #00000026;transform:translateY(-2px)}.faq-item.active{box-shadow:0 4px 20px #3498db4d}.faq-question{width:100%;padding:1.5rem 2rem;background:none;border:none;text-align:left;font-size:1.1rem;font-weight:600;color:#2c3e50;cursor:pointer;display:flex;justify-content:space-between;align-items:center;transition:all .3s ease}.faq-question:hover{background:#f8f9fa;color:#3498db}.faq-item.active .faq-question{background:#3498db;color:#fff}.faq-icon{transition:transform .3s ease;flex-shrink:0;margin-left:1rem}.faq-icon.rotated{transform:rotate(180deg)}.faq-answer{max-height:0;overflow:hidden;transition:max-height .3s ease}.faq-answer.open{max-height:200px}.faq-answer-content{padding:0 2rem 1.5rem;background:#f8f9fa}.faq-answer-content p{margin:0;color:#495057;line-height:1.6;font-size:1rem}.faq-cta{text-align:center;padding:2rem;background:#fff;border-radius:12px;box-shadow:0 2px 10px #0000001a}.faq-cta p{font-size:1.2rem;color:#2c3e50;margin-bottom:1.5rem;font-weight:600}.faq-whatsapp-btn{display:inline-flex;align-items:center;gap:.75rem;background:#25d366;color:#fff;padding:1rem 2rem;border-radius:25px;text-decoration:none;font-weight:600;font-size:1.1rem;transition:all .3s ease;box-shadow:0 4px 15px #25d3664d}.faq-whatsapp-btn:hover{background:#22c55e;transform:translateY(-2px);box-shadow:0 6px 20px #25d36666;color:#fff;text-decoration:none}.faq-whatsapp-btn svg{flex-shrink:0}@media (max-width: 768px){.faq-section{padding:3rem 0}.faq-container{padding:0 1rem}.faq-header h2{font-size:2rem}.faq-header p{font-size:1rem}.faq-question{padding:1.25rem 1.5rem;font-size:1rem}.faq-answer-content{padding:0 1.5rem 1.25rem}.faq-cta{padding:1.5rem 1rem}.faq-cta p{font-size:1.1rem}.faq-whatsapp-btn{padding:.875rem 1.5rem;font-size:1rem}}.legal-page{min-height:100vh;background:#f8f9fa;padding:2rem 0}.legal-container{max-width:800px;margin:0 auto;padding:0 2rem;background:#fff;border-radius:12px;box-shadow:0 4px 20px #0000001a;overflow:hidden}.legal-container h1{background:linear-gradient(135deg,#3498db,#2980b9);color:#fff;padding:2rem;margin:0 -2rem 2rem;font-size:2.5rem;font-weight:700;text-align:center}.last-updated{text-align:center;color:#6c757d;font-style:italic;margin-bottom:2rem;padding-bottom:1rem;border-bottom:2px solid #e9ecef}.legal-section{margin-bottom:2.5rem;padding:0 1rem}.legal-section:last-child{margin-bottom:2rem}.legal-section h2{color:#2c3e50;font-size:1.5rem;font-weight:600;margin-bottom:1rem;padding-bottom:.5rem;border-bottom:2px solid #3498db}.legal-section p{color:#495057;line-height:1.7;margin-bottom:1rem;text-align:justify}.legal-section ul{color:#495057;line-height:1.7;margin-left:1.5rem;margin-bottom:1rem}.legal-section li{margin-bottom:.5rem}.legal-section strong{color:#2c3e50;font-weight:600}@media (max-width: 768px){.legal-page{padding:1rem 0}.legal-container{margin:0 1rem;padding:0 1.5rem}.legal-container h1{font-size:2rem;padding:1.5rem;margin:0 -1.5rem 1.5rem}.legal-section{padding:0}.legal-section h2{font-size:1.3rem}.legal-section p,.legal-section ul{text-align:left}}@media (max-width: 480px){.legal-container h1{font-size:1.7rem}.legal-section h2{font-size:1.2rem}.legal-section ul{margin-left:1rem}}.footer{background:linear-gradient(135deg,#2c3e50,#34495e);color:#fff;padding:3rem 0 0;margin-top:auto}.footer-container{max-width:1200px;margin:0 auto;padding:0 2rem}.footer-main{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2.5rem;margin-bottom:2rem}.footer-section h3,.footer-section h4{margin-bottom:1.5rem;color:#3498db;font-weight:600}.footer-section h3{font-size:1.5rem}.footer-section h4{font-size:1.2rem}.footer-logo p{color:#bdc3c7;font-size:.95rem;margin-top:.5rem;line-height:1.5}.contact-info,.address-info{display:flex;flex-direction:column;gap:1rem}.contact-item,.address-item{display:flex;align-items:flex-start;gap:.75rem;color:#ecf0f1}.contact-item svg,.address-item svg{flex-shrink:0;margin-top:.2rem;color:#3498db}.contact-item a{color:#ecf0f1;text-decoration:none;transition:color .3s ease}.contact-item a:hover{color:#3498db}.address-item address{font-style:normal;line-height:1.5;color:#ecf0f1}.map-container{margin-top:1.5rem}.map-container iframe{width:100%;border-radius:8px;box-shadow:0 4px 12px #0000004d}.map-link{display:inline-block;margin-top:1rem;color:#3498db;text-decoration:none;font-size:.9rem;font-weight:500;transition:color .3s ease}.map-link:hover{color:#5dade2}.footer-nav{display:flex;flex-direction:column;gap:.75rem}.footer-nav a{color:#ecf0f1;text-decoration:none;transition:all .3s ease;border-left:3px solid transparent;padding:.25rem 0 .25rem .75rem}.footer-nav a:hover{color:#3498db;border-left-color:#3498db;transform:translate(5px)}.footer-bottom{border-top:1px solid #34495e;padding:1.5rem 0;background:#0003}.footer-bottom-content{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1rem}.copyright p{color:#bdc3c7;font-size:.9rem;margin:0}.legal-links{display:flex;align-items:center;gap:1rem}.legal-link{color:#bdc3c7;text-decoration:none;font-size:.9rem;transition:color .3s ease}.legal-link:hover{color:#3498db}.divider{color:#7f8c8d;font-size:.8rem}@media (max-width: 768px){.footer{padding:2rem 0 0}.footer-container{padding:0 1rem}.footer-main{grid-template-columns:1fr;gap:2rem}.footer-section{text-align:center}.contact-item,.address-item{justify-content:center}.map-container{margin-top:1rem}.map-container iframe{height:180px}.footer-nav{align-items:center}.footer-nav a{border-left:none;border-bottom:2px solid transparent;padding:.5rem 0;transform:none}.footer-nav a:hover{border-left:none;border-bottom-color:#3498db;transform:translateY(-2px)}.footer-bottom-content{flex-direction:column;text-align:center}}@media (max-width: 480px){.footer-section h3{font-size:1.3rem}.footer-section h4{font-size:1.1rem}.legal-links{flex-direction:column;gap:.5rem}.divider{display:none}}.modal-overlay{position:fixed;inset:0;background:#000c;display:flex;justify-content:center;align-items:center;z-index:10000;padding:1rem}.modal-content{background:#fff;border-radius:12px;max-width:900px;max-height:90vh;width:100%;overflow-y:auto;position:relative;box-shadow:0 10px 40px #0000004d}.modal-close{position:absolute;top:1rem;right:1rem;background:#e74c3c;color:#fff;border:none;border-radius:50%;width:40px;height:40px;font-size:1.5rem;cursor:pointer;z-index:10001;display:flex;align-items:center;justify-content:center;transition:all .3s ease}.modal-close:hover{background:#c0392b;transform:scale(1.1)}.whatsapp-float{position:fixed;bottom:20px;right:20px;background-color:#25d366;color:#fff;border:none;border-radius:50%;width:60px;height:60px;display:flex;align-items:center;justify-content:center;text-decoration:none;box-shadow:0 4px 12px #0000004d;z-index:1001;transition:all .3s ease;animation:pulse 2s infinite;cursor:pointer}.whatsapp-float:hover{background-color:#20ba5a;transform:scale(1.1);box-shadow:0 6px 16px #0006}.whatsapp-float svg{width:32px;height:32px}.whatsapp-float .close-icon{font-size:24px;font-weight:700}.whatsapp-chat-widget{position:fixed;bottom:100px;right:20px;width:350px;height:450px;background:#fff;border-radius:8px;box-shadow:0 8px 32px #0000004d;z-index:1000;display:flex;flex-direction:column;overflow:hidden}.chat-header{background:#25d366;color:#fff;padding:16px;display:flex;align-items:center;justify-content:space-between}.chat-info{display:flex;align-items:center;gap:12px}.chat-avatar{width:40px;height:40px;background:#20ba5a;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:18px}.chat-details h4{margin:0;font-size:16px}.chat-details span{font-size:12px;opacity:.9}.chat-close{background:none;border:none;color:#fff;font-size:24px;cursor:pointer;padding:0;width:30px;height:30px;display:flex;align-items:center;justify-content:center}.chat-body{flex:1;padding:16px;background:#e5ddd5;background-image:url("data:image/svg+xml,%3Csvg width='40' height='40' viewBox='0 0 40 40' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%23ffffff' fill-opacity='0.03'%3E%3Cpath d='M20 20c0-11.046-8.954-20-20-20s-20 8.954-20 20 8.954 20 20 20 20-8.954 20-20z'/%3E%3C/g%3E%3C/svg%3E");overflow-y:auto}.chat-message{background:#fff;padding:12px 16px;border-radius:8px;margin-bottom:8px;max-width:80%;box-shadow:0 1px 2px #0000001a}.chat-message p{margin:0 0 4px;font-size:14px;color:#333}.chat-time{font-size:11px;color:#999}.chat-footer{background:#fff;padding:12px 16px;display:flex;align-items:center;gap:8px;border-top:1px solid #eee}.chat-input{flex:1;border:1px solid #ddd;border-radius:20px;padding:8px 16px;font-size:14px;outline:none}.chat-input:focus{border-color:#25d366}.chat-send{background:#25d366;color:#fff;border:none;border-radius:50%;width:36px;height:36px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:background-color .3s ease}.chat-send:hover{background:#20ba5a}@keyframes pulse{0%{box-shadow:0 0 #25d366b3}70%{box-shadow:0 0 0 10px #25d36600}to{box-shadow:0 0 #25d36600}}@media screen and (max-width: 768px){.whatsapp-float{bottom:15px;right:15px;width:55px;height:55px}.whatsapp-float svg{width:28px;height:28px}.whatsapp-chat-widget{width:calc(100vw - 40px);right:15px;bottom:85px;height:400px}}@media screen and (max-width: 480px){.whatsapp-float{bottom:10px;right:10px;width:50px;height:50px}.whatsapp-float svg{width:24px;height:24px}.whatsapp-chat-widget{width:calc(100vw - 20px);right:10px;bottom:75px;height:350px}}
