.header{background:transparent;box-shadow:none;position:absolute;top:0;left:0;right:0;z-index:1000;padding:1rem 0}.header-container{display:flex;justify-content:space-between;align-items:center;gap:2rem}.logo{display:flex;align-items:center;position:relative;z-index:1001}.logo-image{height:160px;width:auto;margin-bottom:-80px;padding:0;background:#fff;border-radius:50%}.hamburger{display:none;flex-direction:column;background:none;border:none;cursor:pointer;padding:.5rem;z-index:1001}.hamburger span{width:25px;height:3px;background:#fff;margin:3px 0;transition:all .3s;border-radius:3px}.hamburger.active span:nth-child(1){transform:rotate(45deg) translate(6px,6px)}.hamburger.active span:nth-child(2){opacity:0}.hamburger.active span:nth-child(3){transform:rotate(-45deg) translate(6px,-6px)}.nav-list{display:flex;list-style:none;gap:1.5rem;margin:0;padding:0}.nav-list a{color:#fff;text-decoration:none;font-weight:500;padding:.5rem 1rem;border-radius:5px;transition:all .3s}.nav-list a:hover{background:#fff3;color:#fff}.nav-list a.active{background:#1b6b3a;color:#fff}.mobile-overlay{display:none}@media (max-width: 768px){.hamburger{display:flex}.mobile-overlay{display:block;position:fixed;top:0;left:0;width:100%;height:100vh;background:#00000080;z-index:1001;animation:fadeIn .3s}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.nav{position:fixed;top:0;right:-100%;height:100vh;width:70%;max-width:300px;background:#fff;box-shadow:-2px 0 10px #0000001a;transition:right .3s ease-in-out;z-index:1002}.nav.mobile-open{right:0}.nav-list{flex-direction:column;gap:0;padding:5rem 0 2rem;height:100%}.nav-list li{width:100%}.nav-list a{display:block;padding:1rem 2rem;border-radius:0;border-bottom:1px solid #f0f0f0;color:#333}.nav-list a:hover{background:#f8f9ff;color:#1b6b3a}.nav-list a.active{background:#1b6b3a;color:#fff;border-bottom-color:#1b6b3a}.logo-image{height:120px;margin-bottom:-60px;padding:0}.header-inner .logo-image{height:60px;margin-bottom:-30px}.header-home .header-container{justify-content:center}.header-home .hamburger{position:absolute;right:1rem}}.footer{background:#2d3748;color:#fff;margin-top:0}.footer-container{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;padding:3rem 2rem}.footer-section h3{font-size:1.5rem;margin-bottom:2rem;margin-top:1rem;color:#3cb371}.footer-section h4{font-size:1.1rem;margin-bottom:2rem;margin-top:1rem;color:#a0aec0}.footer-section p{margin-bottom:.75rem;line-height:1.8;color:#cbd5e0;font-size:.95rem}.footer-section strong{color:#e2e8f0}.footer-section a{color:#cbd5e0;text-decoration:none;transition:color .3s}.footer-section a:hover{color:#3cb371}.footer-bottom{background:#1a202c;padding:1.5rem 2rem;text-align:center;border-top:1px solid #4a5568}.footer-bottom p{margin:0;color:#a0aec0;font-size:.9rem}@media (max-width: 768px){.footer-container{grid-template-columns:1fr;text-align:center;padding:2rem 1rem}}.doc-title{font-size:2.5rem;color:#1a202c;margin-bottom:2rem;font-weight:700;text-align:center}.doc-content{background:transparent;padding:0;line-height:1.8;color:#333}.doc-content h1,.doc-content h2,.doc-content h3,.doc-content h4,.doc-content h5,.doc-content h6{margin-top:2rem;margin-bottom:1rem;font-weight:600;line-height:1.3;color:#1a202c}.doc-content h1{font-size:2.5rem;border-bottom:2px solid #1B6B3A;padding-bottom:.5rem}.doc-content h2{font-size:2rem;color:#1b6b3a}.doc-content h3{font-size:1.5rem}.doc-content p{margin-bottom:1.5rem;font-size:1.05rem;line-height:1.8}.doc-content ul,.doc-content ol{margin-bottom:1.5rem;padding-left:2rem}.doc-content li{margin-bottom:.75rem;line-height:1.6}.doc-content strong,.doc-content b{font-weight:600;color:#2d3748}.doc-content em,.doc-content i{font-style:italic}.doc-content a{color:#1b6b3a;text-decoration:underline}.doc-content a:hover{color:#2e8b57}.doc-content img{max-width:100%;height:auto;border-radius:8px;margin:2rem 0;box-shadow:0 4px 12px #0000001a}.doc-content blockquote{border-left:4px solid #1B6B3A;padding-left:1.5rem;margin:2rem 0;font-style:italic;color:#4a5568}.doc-content table{width:100%;border-collapse:collapse;margin:2rem 0}.doc-content table th,.doc-content table td{border:1px solid #e2e8f0;padding:.75rem;text-align:left}.doc-content table th{background:#f7fafc;font-weight:600}.doc-content-loading{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:5rem 2rem;background:linear-gradient(to bottom,#faf9ff,#f4f3ff);border-radius:8px;box-shadow:0 2px 20px #667eea26;border:1px solid rgba(102,126,234,.1)}.spinner{width:50px;height:50px;border:4px solid #f3f3f3;border-top:4px solid #1B6B3A;border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.doc-content-loading p{margin-top:1rem;color:#666;font-size:.95rem}.doc-content-error{padding:3rem;text-align:center;background:#fff3cd;border:1px solid #ffc107;border-radius:8px;color:#856404}.doc-content-error p{margin:0;font-size:1rem}@media (max-width: 768px){.doc-title,.doc-content h1{font-size:2rem}.doc-content h2{font-size:1.5rem}.doc-content p{font-size:1rem}}.hero-section{background:url(/images/bg.png) center top / cover no-repeat;color:#fff;padding:10rem 0 6rem;margin-bottom:3rem;min-height:100vh;display:flex;align-items:center;position:relative}.hero-section:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:#0006;pointer-events:none}.hero-container{position:relative;z-index:1;max-width:600px}.hero-content{text-align:left}.hero-section h1{font-size:3.5rem;margin-bottom:1.5rem;line-height:1.2;text-shadow:2px 2px 8px rgba(0,0,0,.5)}.hero-text{font-size:1.4rem;opacity:.95;line-height:1.6;text-shadow:1px 1px 4px rgba(0,0,0,.5)}.contact-buttons{position:fixed;right:0;top:50%;transform:translateY(-50%);display:flex;flex-direction:column;gap:1rem;z-index:1000}.phone-button,.whatsapp-button{width:60px;height:60px;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;text-decoration:none;transition:all .3s ease}.phone-button{background:#1b6b3a;box-shadow:0 4px 15px #1b6b3a66}.phone-button:hover{transform:scale(1.1);box-shadow:0 6px 20px #1b6b3a99}.whatsapp-button{background:#25d366;box-shadow:0 4px 15px #25d36666}.whatsapp-button:hover{transform:scale(1.1);box-shadow:0 6px 20px #25d36699}.phone-button svg,.whatsapp-button svg{width:32px;height:32px}.services-section{background:linear-gradient(135deg,#f0fff4,#c6f6d5);padding:5rem 0;margin-top:4rem;margin-bottom:0}.services-title{font-size:2.5rem;color:#1a202c;text-align:center;margin-bottom:3rem;font-weight:700}.services-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem;max-width:1200px;margin:0 auto}.service-card{background:#fff;border:2px solid rgba(27,107,58,.2);border-radius:12px;padding:2rem 1.5rem;text-align:center;cursor:pointer;box-shadow:0 4px 12px #0000000d}.service-card:hover{border-color:#1b6b3a;box-shadow:0 8px 20px #1b6b3a40}.service-icon{font-size:3rem;margin-bottom:1rem;display:block}.service-card h3{color:#1a202c;font-size:1.1rem;font-weight:600;margin:0;line-height:1.3}@media (max-width: 968px){.hero-container{max-width:100%}.hero-content{text-align:center}.hero-section h1{font-size:2.5rem}.hero-text{font-size:1.2rem}.services-grid{grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:1.5rem}}@media (max-width: 768px){.hero-section{padding:12rem 0 4rem;min-height:75vh}.hero-section h1{font-size:2rem}.hero-text{font-size:1.1rem}.contact-buttons{right:0;gap:.75rem}.hero-content{padding-right:60px}.phone-button,.whatsapp-button{width:50px;height:50px}.phone-button svg,.whatsapp-button svg{width:26px;height:26px}.services-title{font-size:2rem}.services-section{padding:3rem 0}.services-grid{grid-template-columns:1fr}}.page-header{position:relative;background:linear-gradient(135deg,#1b6b3a,#2e8b57,#3cb371);color:#fff;padding:5rem 0 4rem;text-align:center;margin-bottom:3rem;overflow:hidden}.page-header:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:radial-gradient(circle at 20% 50%,rgba(255,255,255,.1) 0%,transparent 50%),radial-gradient(circle at 80% 80%,rgba(255,255,255,.08) 0%,transparent 50%);pointer-events:none}.page-header .container{position:relative;z-index:1}.page-header h1{font-size:3rem;margin-bottom:1rem;font-weight:700;text-shadow:0 2px 10px rgba(0,0,0,.2);letter-spacing:-.5px}.page-header p{font-size:1.3rem;opacity:.95;max-width:600px;margin:0 auto;line-height:1.6;text-shadow:0 1px 3px rgba(0,0,0,.2)}.content-section{margin-bottom:3rem}@media (max-width: 768px){.page-header{padding:3rem 0 2.5rem}.page-header h1{font-size:2.2rem}.page-header p{font-size:1.1rem}}*{margin:0;padding:0;box-sizing:border-box}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;color:#333;line-height:1.6;background:linear-gradient(to bottom,#f0fff4,#fefefe)}.app{min-height:100vh;display:flex;flex-direction:column}.main-content{flex:1}.container{max-width:1200px;margin:0 auto;padding:0 2rem}h1,h2,h3,h4,h5,h6{line-height:1.2;margin-bottom:1rem}a{color:#1b6b3a;text-decoration:none}a:hover{text-decoration:underline}button{font-family:inherit;cursor:pointer}@media (max-width: 768px){.container{padding:0 1rem}}
