.header{position:fixed;top:0;left:0;right:0;z-index:1000;background:#fffffff2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);box-shadow:0 2px 10px #0000001a;padding:1rem 0}.header-container{max-width:1200px;margin:0 auto;padding:0 1.5rem;display:flex;justify-content:space-between;align-items:center}.logo{display:flex;align-items:center;text-decoration:none}.logo-img{height:48px;width:auto}.mobile-menu-btn{display:none;flex-direction:column;background:none;border:none;cursor:pointer;padding:.5rem}.mobile-menu-btn span{width:25px;height:3px;background:#75b731;margin:3px 0;border-radius:2px;transition:all .3s ease}.nav{display:flex;gap:2rem;align-items:center}.nav a{color:#3c4139;text-decoration:none;font-weight:500;transition:color .3s ease;white-space:nowrap}.nav a:hover{color:#75b731}@media (max-width: 768px){.mobile-menu-btn{display:flex}.nav{position:fixed;top:70px;left:0;right:0;background:#fff;flex-direction:column;gap:0;padding:0;max-height:0;overflow:hidden;transition:max-height .3s ease;box-shadow:0 4px 6px #0000001a}.nav.open{max-height:400px}.nav a{padding:1rem 1.5rem;border-top:1px solid #f0f0f0}.nav a:hover{background:#f9f9f9}}.hero{min-height:100vh;display:flex;align-items:center;justify-content:center;position:relative;background:linear-gradient(135deg,#75b731,#5da02d);color:#fff;padding:0 1.5rem}.hero-background{position:absolute;top:0;left:0;right:0;bottom:0;background-size:cover;background-position:center;opacity:.4}.hero-overlay{position:absolute;top:0;left:0;right:0;bottom:0;background:#0000004d}.hero-content{position:relative;z-index:1;max-width:900px;text-align:center}.hero-title{font-size:clamp(2.5rem,5vw,4rem);font-weight:800;margin-bottom:1.5rem;line-height:1.1}.hero-subtitle{font-size:clamp(1.1rem,2vw,1.4rem);margin-bottom:2.5rem;opacity:.95}.hero-cta{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap;margin-bottom:3rem}.btn{display:inline-flex;align-items:center;gap:.5rem;padding:1rem 2rem;font-size:1.1rem;font-weight:600;text-decoration:none;border-radius:50px;transition:all .3s ease}.btn-primary{background:#fff;color:#75b731}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 4px 12px #0003}.btn-secondary{background:#fff3;color:#fff;border:2px solid white}.btn-secondary:hover{background:#fff;color:#75b731}.hero-features{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:2rem;max-width:700px;margin:0 auto}.feature{display:flex;align-items:center;gap:1rem;padding:1rem;background:#ffffff1a;border-radius:10px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.feature-icon{font-size:1.5rem;font-weight:700}.feature-text{font-size:1rem;line-height:1.4}@media (max-width: 768px){.hero-cta{flex-direction:column}.btn{width:100%;justify-content:center}.hero-features{grid-template-columns:1fr;gap:1rem}}.services{padding:5rem 0;background:#f9fafb}.container{max-width:1200px;margin:0 auto;padding:0 1.5rem}.section-header{text-align:center;margin-bottom:3rem}.section-title{font-size:2.5rem;font-weight:800;color:#3c4139;margin-bottom:1rem}.section-subtitle{font-size:1.2rem;color:#666;max-width:600px;margin:0 auto}.services-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem}.service-card{background:#fff;padding:2rem;border-radius:12px;box-shadow:0 2px 8px #0000001a;transition:all .3s ease;text-align:center}.service-card:hover{transform:translateY(-5px);box-shadow:0 8px 20px #00000026}.service-icon{width:80px;height:80px;background:#75b731;border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 1.5rem;padding:.5rem}.service-icon span{font-size:2rem}.service-icon img{width:100%;height:100%;-o-object-fit:contain;object-fit:contain}.service-title{font-size:1.5rem;font-weight:700;color:#3c4139;margin-bottom:1rem}.service-description{color:#666;margin-bottom:1rem;line-height:1.6}.service-price{font-size:1.2rem;font-weight:600;color:#75b731;margin-bottom:1.5rem}.service-cta{display:inline-block;padding:.75rem 1.5rem;background:#75b731;color:#fff;text-decoration:none;border-radius:25px;font-weight:600;transition:all .3s ease}.service-cta:hover{background:#5da02d;transform:translateY(-2px)}@media (max-width: 768px){.services{padding:3rem 0}.section-title{font-size:2rem}}.portfolio{padding:5rem 0;background:#f9fafb}.portfolio-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;margin-top:3rem}.portfolio-item{background:#fff;border-radius:12px;overflow:hidden;box-shadow:0 2px 8px #0000001a;transition:all .3s ease}.portfolio-item:hover{transform:translateY(-5px);box-shadow:0 8px 20px #00000026}.portfolio-image{width:100%;height:250px;background:linear-gradient(135deg,#e0e0e0,#f0f0f0)}.portfolio-placeholder{width:100%;height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1rem}.portfolio-placeholder span{font-size:3rem}.portfolio-placeholder p{color:#666;font-weight:500}.portfolio-info{padding:1.5rem}.portfolio-info h3{font-size:1.3rem;font-weight:700;color:#3c4139;margin-bottom:.5rem}.portfolio-location{color:#666;margin-bottom:1rem}.portfolio-categories{display:flex;gap:.5rem;flex-wrap:wrap}.portfolio-category{padding:.25rem .75rem;background:#f0f0f0;border-radius:15px;font-size:.85rem;color:#3c4139}@media (max-width: 768px){.portfolio{padding:3rem 0}.portfolio-grid{grid-template-columns:1fr}}.testimonials{padding:5rem 0;background:#fff}.testimonials-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:2rem;margin-top:3rem}.testimony-card{background:#f9fafb;padding:2rem;border-radius:12px;border-left:4px solid #75B731;box-shadow:0 2px 8px #0000000d}.testimony-content{margin-bottom:1.5rem}.testimony-stars{display:flex;gap:.25rem;color:gold;margin-bottom:1rem;font-size:1.5rem}.testimony-comentario{color:#3c4139;font-size:1.1rem;line-height:1.6;font-style:italic}.testimony-author{display:flex;gap:1rem;align-items:center}.testimony-avatar{width:50px;height:50px;background:#75b731;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.3rem;font-weight:700;color:#fff;flex-shrink:0}.testimony-author h4{font-size:1rem;font-weight:700;color:#3c4139;margin-bottom:.25rem}.testimony-location{color:#666;font-size:.9rem;margin:0}@media (max-width: 768px){.testimonials{padding:3rem 0}.testimonials-grid{grid-template-columns:1fr}}.about{padding:5rem 0;background:#f9fafb}.about-content{max-width:900px;margin:0 auto;padding:0 1.5rem}.about-title{font-size:2.5rem;font-weight:800;color:#3c4139;text-align:center;margin-bottom:2rem}.about-description{font-size:1.2rem;color:#666;text-align:center;line-height:1.8;margin-bottom:3rem}.about-values{display:grid;gap:2rem;margin-bottom:3rem}.value-card{display:flex;gap:1.5rem;align-items:flex-start;background:#fff;padding:2rem;border-radius:12px;box-shadow:0 2px 8px #0000000d}.value-icon{font-size:2rem;color:#75b731;flex-shrink:0}.value-info{flex:1}.value-title{font-size:1.4rem;font-weight:700;color:#3c4139;margin-bottom:.75rem}.value-description{color:#666;line-height:1.6}.about-team{text-align:center}.about-team h3{font-size:2rem;font-weight:700;color:#3c4139;margin-bottom:1rem}.about-team p{font-size:1.2rem;color:#666;line-height:1.8;max-width:600px;margin:0 auto}@media (max-width: 768px){.about{padding:3rem 0}.about-content{padding:0 1rem}.about-title{font-size:2rem}.value-card{flex-direction:column;align-items:center;text-align:center}}.contact{padding:5rem 0;background:#fff}.contact-wrapper{max-width:1200px;margin:0 auto;padding:0 1.5rem;display:grid;grid-template-columns:1fr 1fr;gap:4rem}.contact-title{font-size:2.5rem;font-weight:800;color:#3c4139;margin-bottom:.5rem}.contact-subtitle{font-size:1.2rem;color:#666;margin-bottom:2rem}.contact-details{display:flex;flex-direction:column;gap:1.5rem}.contact-item{display:flex;gap:1rem;align-items:flex-start}.contact-icon{font-size:1.5rem;padding:.5rem;background:#75b731;border-radius:50%;min-width:40px;text-align:center}.contact-text h4{font-size:1.1rem;font-weight:700;color:#3c4139;margin-bottom:.25rem}.contact-text p{color:#666;line-height:1.5}.contact-map{display:inline-block;margin-top:2rem;padding:1rem 2rem;background:#75b731;color:#fff;text-decoration:none;border-radius:50px;font-weight:600;transition:all .3s ease}.contact-map:hover{background:#5da02d;transform:translateY(-2px)}.form-success{text-align:center;padding:3rem;background:#75b731;color:#fff;border-radius:12px}.form-success h3{font-size:1.5rem;margin-bottom:.5rem}.form-success p{font-size:1.1rem;opacity:.95}.contact-form{background:#f9fafb;padding:2rem;border-radius:12px}.contact-form h3{font-size:1.5rem;font-weight:700;color:#3c4139;margin-bottom:1.5rem}.form-group{margin-bottom:1.5rem}.form-group label{display:block;font-weight:600;color:#3c4139;margin-bottom:.5rem}.form-group input,.form-group textarea{width:100%;padding:.75rem 1rem;border:2px solid #e0e0e0;border-radius:8px;font-size:1rem;transition:border-color .3s ease}.form-group input:focus,.form-group textarea:focus{outline:none;border-color:#75b731}.form-group textarea{resize:vertical;min-height:120px}.form-submit{width:100%;padding:1rem;background:#75b731;color:#fff;border:none;border-radius:8px;font-size:1.1rem;font-weight:600;cursor:pointer;transition:all .3s ease}.form-submit:hover{background:#5da02d;transform:translateY(-2px)}@media (max-width: 768px){.contact{padding:3rem 0}.contact-wrapper{grid-template-columns:1fr;gap:2rem}.contact-title{font-size:2rem}}.whatsapp-button{position:fixed;bottom:20px;right:20px;background:#25d366;color:#fff;padding:1rem 1.5rem;border-radius:50px;text-decoration:none;font-weight:600;display:flex;align-items:center;gap:.75rem;box-shadow:0 4px 12px #25d36666;transition:all .3s ease;z-index:1000}.whatsapp-button:hover{transform:translateY(-3px);box-shadow:0 6px 20px #25d36699;background:#128c7e}.whatsapp-button span{font-size:1.1rem}@media (max-width: 768px){.whatsapp-button{bottom:80px;right:20px;padding:.75rem 1.25rem}.whatsapp-button span{display:none}.whatsapp-button svg{width:28px;height:28px}}.footer{background:#3c4139;color:#fff;padding:4rem 0 2rem}.footer-content{max-width:1200px;margin:0 auto;padding:0 1.5rem;display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:3rem;margin-bottom:3rem}.footer-section h3{font-size:1.5rem;font-weight:700;color:#75b731;margin-bottom:1rem}.footer-section h4{font-size:1.2rem;font-weight:600;margin-bottom:1rem}.footer-section p{opacity:.8;line-height:1.6}.footer-section ul{list-style:none;padding:0;margin:0}.footer-section ul li{padding:.25rem 0;opacity:.8}.footer-section a{color:#fff;text-decoration:none;transition:opacity .3s ease}.footer-section a:hover{opacity:1}.social-links{display:flex;gap:1rem;flex-wrap:wrap}.social-links a{padding:.5rem 1rem;background:#ffffff1a;border-radius:20px;font-size:.9rem}.footer-bottom{text-align:center;padding-top:2rem;border-top:1px solid rgba(255,255,255,.1);opacity:.8;font-size:.9rem}@media (max-width: 768px){.footer{padding:3rem 0 1.5rem}.footer-content{grid-template-columns:1fr;gap:2rem}}body{font-family:Roboto,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;line-height:1.6;color:#3c4139;background:#fff}*,:before,:after{--tw-border-spacing-x: 0;--tw-border-spacing-y: 0;--tw-translate-x: 0;--tw-translate-y: 0;--tw-rotate: 0;--tw-skew-x: 0;--tw-skew-y: 0;--tw-scale-x: 1;--tw-scale-y: 1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness: proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width: 0px;--tw-ring-offset-color: #fff;--tw-ring-color: rgb(59 130 246 / .5);--tw-ring-offset-shadow: 0 0 #0000;--tw-ring-shadow: 0 0 #0000;--tw-shadow: 0 0 #0000;--tw-shadow-colored: 0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }::backdrop{--tw-border-spacing-x: 0;--tw-border-spacing-y: 0;--tw-translate-x: 0;--tw-translate-y: 0;--tw-rotate: 0;--tw-skew-x: 0;--tw-skew-y: 0;--tw-scale-x: 1;--tw-scale-y: 1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness: proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width: 0px;--tw-ring-offset-color: #fff;--tw-ring-color: rgb(59 130 246 / .5);--tw-ring-offset-shadow: 0 0 #0000;--tw-ring-shadow: 0 0 #0000;--tw-shadow: 0 0 #0000;--tw-shadow-colored: 0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }*,:before,:after{box-sizing:border-box;border-width:0;border-style:solid;border-color:#e5e7eb}:before,:after{--tw-content: ""}html,:host{line-height:1.5;-webkit-text-size-adjust:100%;-moz-tab-size:4;-o-tab-size:4;tab-size:4;font-family:Roboto,system-ui,sans-serif;font-feature-settings:normal;font-variation-settings:normal;-webkit-tap-highlight-color:transparent}body{margin:0;line-height:inherit}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,samp,pre{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-feature-settings:normal;font-variation-settings:normal;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}button,input,optgroup,select,textarea{font-family:inherit;font-feature-settings:inherit;font-variation-settings:inherit;font-size:100%;font-weight:inherit;line-height:inherit;letter-spacing:inherit;color:inherit;margin:0;padding:0}button,select{text-transform:none}button,input:where([type=button]),input:where([type=reset]),input:where([type=submit]){-webkit-appearance:button;background-color:transparent;background-image:none}:-moz-focusring{outline:auto}:-moz-ui-invalid{box-shadow:none}progress{vertical-align:baseline}::-webkit-inner-spin-button,::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}summary{display:list-item}blockquote,dl,dd,h1,h2,h3,h4,h5,h6,hr,figure,p,pre{margin:0}fieldset{margin:0;padding:0}legend{padding:0}ol,ul,menu{list-style:none;margin:0;padding:0}dialog{padding:0}textarea{resize:vertical}input::-moz-placeholder,textarea::-moz-placeholder{opacity:1;color:#9ca3af}input::placeholder,textarea::placeholder{opacity:1;color:#9ca3af}button,[role=button]{cursor:pointer}:disabled{cursor:default}img,svg,video,canvas,audio,iframe,embed,object{display:block;vertical-align:middle}img,video{max-width:100%;height:auto}[hidden]:where(:not([hidden=until-found])){display:none}.container{width:100%}@media (min-width: 640px){.container{max-width:640px}}@media (min-width: 768px){.container{max-width:768px}}@media (min-width: 1024px){.container{max-width:1024px}}@media (min-width: 1280px){.container{max-width:1280px}}@media (min-width: 1536px){.container{max-width:1536px}}:root{--color-primary: #75B731;--color-dark: #3C4139;--color-light: #f9fafb}*{margin:0;padding:0;box-sizing:border-box}body{font-family:Roboto,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;line-height:1.6;color:#3c4139;background:#fff}a:focus{outline:2px solid #75B731;outline-offset:2px}.skip-link{position:absolute;top:-40px;left:0;background:#75b731;color:#fff;padding:8px;text-decoration:none;z-index:9999}.skip-link:focus{top:0}html{scroll-behavior:smooth}:focus-visible{outline:2px solid #75B731;outline-offset:2px}@media (prefers-reduced-motion: reduce){html{scroll-behavior:auto}*{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}
