@import"https://fonts.googleapis.com/css2?family=Lora:ital,wght@0,400;0,600;0,700;1,400&family=Nunito:wght@300;400;500;600&display=swap";:root{--verde: #2E7D5E;--verde-dark: #1A4D3A;--verde-light: #D4EBE0;--verde-glow: rgba(46, 125, 94, .15);--amber: #C47A2A;--amber-light: #F5E6CC;--turquoise: #2DD4BF;--turquoise-soft: #99F6E4;--turquoise-glow: rgba(45, 212, 191, .45);--text: #2B2520;--text-muted: #5C4F42;--text-light: #9C8E82;--white: #FFFFFF;--bg: #F7F3ED;--bg-alt: #E6F2EC;--border: rgba(0, 0, 0, .1);--shadow-sm: 0 2px 8px rgba(0, 0, 0, .07);--shadow-md: 0 8px 24px rgba(0, 0, 0, .11);--shadow-lg: 0 20px 48px rgba(0, 0, 0, .15);--radius-sm: 8px;--radius-md: 12px;--radius-lg: 20px;--radius-full: 50px;--font-display: "Lora", Georgia, serif;--font-body: "Nunito", sans-serif;--transition: all .25s cubic-bezier(.4, 0, .2, 1)}*,*:before,*:after{margin:0;padding:0;box-sizing:border-box}html{font-size:16px;-webkit-text-size-adjust:100%}body{font-family:var(--font-body);color:var(--text);background-color:var(--bg);line-height:1.6;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}img{max-width:100%;height:auto;display:block}a{color:inherit;text-decoration:none}ul{list-style:none}button{cursor:pointer;border:none;background:none;font-family:var(--font-body)}@keyframes shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes pulse{0%,to{transform:scale(1)}50%{transform:scale(1.05)}}h1,h2,h3,h4{font-family:var(--font-display);line-height:1.15;color:var(--text)}h1{font-size:clamp(2rem,7vw,3.8rem);font-weight:700}h2{font-size:clamp(1.6rem,5vw,2.6rem);font-weight:700}h3{font-size:clamp(1.2rem,3vw,1.5rem);font-weight:600}p{font-size:clamp(.9rem,2.5vw,1rem);color:var(--text-muted);line-height:1.8}.btn-primary{display:inline-flex;align-items:center;gap:8px;background:var(--verde);color:var(--white);padding:14px 28px;border-radius:var(--radius-full);font-size:14px;font-weight:600;font-family:var(--font-body);transition:var(--transition);white-space:nowrap;border:none;cursor:pointer}.btn-primary:hover{background:var(--verde-dark);transform:translateY(-2px);box-shadow:var(--shadow-md)}.btn-primary.btn-full{width:100%;justify-content:center}.btn-secondary{display:inline-flex;align-items:center;gap:8px;background:transparent;color:var(--verde);padding:12px 24px;border-radius:var(--radius-full);font-size:14px;font-weight:600;border:1.5px solid var(--verde);transition:var(--transition)}.btn-secondary:hover{background:var(--verde-light);transform:translateY(-2px)}.navbar{position:fixed;top:0;left:0;right:0;z-index:100;background:transparent;border-bottom:none;isolation:isolate;transition:background .5s cubic-bezier(.4,0,.2,1),border-color .5s ease,box-shadow .5s ease}.navbar--scrolled{background:#f7f3eda6;backdrop-filter:blur(24px) saturate(180%) brightness(1.06);-webkit-backdrop-filter:blur(24px) saturate(180%) brightness(1.06);border-bottom:.5px solid rgba(255,255,255,.55);box-shadow:0 1px #0000000f,0 4px 24px #0000000d,inset 0 1px #fffc}.navbar--scrolled:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(105deg,#ffffff2e,#b4f0dc1a 28%,#a0dcff14 52%,#c8b4ff0f 74%,#ffffff24);pointer-events:none;z-index:0}.navbar--scrolled .navbar-inner,.navbar--scrolled .navbar-mobile{position:relative;z-index:1}.navbar-inner{display:flex;align-items:center;justify-content:space-between;padding:0 1.25rem;height:64px;max-width:1200px;margin:0 auto;gap:1rem}.navbar-logo{flex:1;min-width:0;overflow:hidden}.navbar-logo img{height:38px;width:auto;object-fit:contain}.navbar-brand{display:block;font-family:var(--font-display);font-size:clamp(11px,3.2vw,20px);font-weight:700;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;color:var(--white);font-style:italic;letter-spacing:.04em;transition:color .4s ease}.navbar--scrolled .navbar-brand{color:var(--verde-dark)}.navbar-links{display:none}.navbar-hamburger{display:flex;flex-direction:column;flex-shrink:0;gap:5px;padding:4px;background:none;border:none;cursor:pointer}.bar{display:block;width:24px;height:2px;background:var(--white);border-radius:2px;transition:var(--transition)}.navbar--scrolled .bar{background:var(--text)}.bar.open:nth-child(1){transform:translateY(7px) rotate(45deg)}.bar.open:nth-child(2){opacity:0;transform:scaleX(0)}.bar.open:nth-child(3){transform:translateY(-7px) rotate(-45deg)}@keyframes nav-item-in{0%{transform:translate(105%)}to{transform:translate(0)}}@keyframes nav-item-out{0%{transform:translate(0)}to{transform:translate(105%)}}.navbar-mobile{display:none;flex-direction:column;position:absolute;left:0;right:0;top:100%;z-index:99;overflow:hidden;box-shadow:0 6px 20px #00000014}.navbar-mobile.active{display:flex}.navbar-mobile.active li{animation:nav-item-in .34s cubic-bezier(.25,.46,.45,.94) both;animation-delay:calc(var(--i) * .07s)}.navbar-mobile.closing li{animation:nav-item-out .28s cubic-bezier(.55,0,1,.45) both;animation-delay:calc((var(--total) - var(--i) - 1) * .06s)}.navbar-mobile li{background:var(--bg)}.navbar-mobile li a{display:block;padding:14px 1.25rem;font-size:15px;font-weight:500;color:var(--text);border-bottom:.5px solid var(--border);transition:var(--transition)}.navbar-mobile li:last-child a{border-bottom:none}.navbar-mobile li a:hover{background:var(--turquoise-soft);color:var(--verde-dark);padding-left:1.75rem}.hero{position:relative;min-height:100svh;display:flex;align-items:center;background-color:var(--verde-dark);background-size:cover;background-position:center;background-repeat:no-repeat;overflow:hidden}.hero-video{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;z-index:0}.hero-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to bottom,#0000002e,#00000080);z-index:1}.hero-content{position:relative;z-index:2;padding:4rem 1.25rem 3rem;max-width:680px;animation:fadeInUp .8s ease both}.hero-badge{display:inline-flex;align-items:center;gap:6px;background:#ffffff26;border:.5px solid rgba(255,255,255,.3);border-radius:var(--radius-full);padding:6px 14px;margin-bottom:1.5rem;color:#ffffffe6;font-size:11px;font-weight:600;letter-spacing:.06em;text-transform:uppercase;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.hero-content h1{color:var(--white);margin-bottom:1.25rem;line-height:1.1;display:flex;flex-direction:column;width:fit-content}.hero-title-2{align-self:center}.hero-content p{color:#ffffffd1;font-size:clamp(.95rem,3vw,1.1rem);margin-bottom:2rem;font-weight:300}.hero-skeleton{background:linear-gradient(135deg,#1a4d3a,#2e7d5e)}.hero-skeleton .hero-content{display:flex;flex-direction:column;gap:1rem}.section-header{margin-bottom:2.5rem}.section-header h2{margin-bottom:.75rem}.section-header p{max-width:640px}.section-reveal{opacity:0;transform:translateY(36px);transition:opacity .7s ease,transform .7s ease;will-change:opacity,transform}.section-reveal.section-visible{opacity:1;transform:translateY(0)}main>section:not(#inicio):nth-child(2n){background:var(--white)}main>section:not(#inicio):nth-child(odd){background:var(--bg-alt)}.nosotros{padding:4rem 1.25rem}.nosotros-inner{max-width:1100px;margin:0 auto;display:flex;flex-direction:column;gap:2.5rem}.nosotros-img{border-radius:var(--radius-md);overflow:hidden}.nosotros-img img{width:100%;height:auto;display:block}.nosotros-text{display:flex;flex-direction:column;gap:1rem}.nosotros-text h2{margin-bottom:.25rem}.nosotros-mv{display:grid;grid-template-columns:1fr;gap:1.25rem;max-width:1100px;margin:2.5rem auto 0}.nosotros-mv-card{background:#c7f3e3f2;border:.5px solid var(--border);border-left:4px solid var(--verde);border-radius:var(--radius-md);padding:1.75rem;display:flex;flex-direction:column;gap:.75rem;transition:box-shadow .25s ease,transform .25s ease}.nosotros-mv-card:hover{box-shadow:var(--shadow-md);transform:translateY(-3px)}.nosotros-mv-icon{font-size:1.75rem;line-height:1}.nosotros-mv-card h3{font-size:1.1rem;font-weight:700;color:var(--verde-dark);margin:0}.nosotros-mv-card p{margin:0;font-size:.95rem;line-height:1.75}@media (min-width: 768px){.nosotros-mv{grid-template-columns:1fr 1fr}}.galeria{padding:4rem 1.25rem}.galeria-header{max-width:1100px;margin:0 auto 2rem;text-align:center}.galeria-carousel{position:relative;max-width:900px;margin:0 auto;border-radius:var(--radius-md);overflow:hidden;background:#000;aspect-ratio:16 / 9}.carousel-track{width:100%;height:100%;position:relative}.carousel-slide{position:absolute;top:0;right:0;bottom:0;left:0;opacity:0;transition:opacity .4s ease;pointer-events:none}.carousel-slide.active{opacity:1;pointer-events:auto}.carousel-slide img{width:100%;height:100%;object-fit:cover;display:block}.carousel-caption{position:absolute;bottom:0;left:0;right:0;margin:0;padding:.75rem 1rem;background:linear-gradient(transparent,#000000a6);color:#fff;font-size:.85rem;text-align:center}.carousel-btn{position:absolute;top:50%;transform:translateY(-50%);z-index:10;background:#f7f3ede6;border:none;border-radius:50%;width:44px;height:44px;font-size:1.75rem;line-height:1;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--text);box-shadow:var(--shadow-sm);transition:background .2s,transform .2s}.carousel-btn:hover{background:var(--white);transform:translateY(-50%) scale(1.08)}.carousel-btn--prev{left:12px}.carousel-btn--next{right:12px}.carousel-dots{display:flex;justify-content:center;gap:8px;margin-top:1.25rem}.carousel-dot{width:10px;height:10px;border-radius:50%;border:none;background:var(--border);cursor:pointer;padding:0;transition:background .2s,transform .2s}.carousel-dot.active{background:var(--amber);transform:scale(1.25)}.red-turismo{padding:4rem 1.25rem;background:var(--white)}.red-turismo .section-header{max-width:1100px;margin:0 auto 2.5rem}.red-grid{display:grid;grid-template-columns:1fr;gap:.875rem;max-width:1100px;margin:0 auto}.red-btn{display:flex;align-items:center;justify-content:center;gap:10px;background:var(--white);color:var(--text);padding:16px 24px;border-radius:var(--radius-full);font-size:14px;font-weight:500;border:.5px solid var(--border);box-shadow:var(--shadow-sm);transition:var(--transition);text-align:center}.red-btn:hover{background:var(--verde);color:var(--white);border-color:var(--verde);transform:translateY(-2px);box-shadow:var(--shadow-md)}.red-btn-icon{width:22px;height:22px;object-fit:contain}.nosotros-galeria{display:grid;grid-template-columns:repeat(auto-fill,minmax(160px,1fr));gap:.75rem;max-width:1100px;margin:2rem auto 0}.nosotros-galeria-item{border-radius:var(--radius-md);overflow:hidden;aspect-ratio:4/3}.nosotros-galeria-img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .3s ease}.nosotros-galeria-item:hover .nosotros-galeria-img{transform:scale(1.04)}.red-galeria{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:.75rem;max-width:1100px;margin:0 auto 2rem}.red-galeria-item{border-radius:var(--radius-md);overflow:hidden;aspect-ratio:16/9}.red-galeria-img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .3s ease}.red-galeria-item:hover .red-galeria-img{transform:scale(1.04)}.explore-occidente{padding:4rem 1.25rem}.explore-occidente-inner{max-width:700px;margin:0 auto;display:flex;flex-direction:column;align-items:center;gap:1.5rem;text-align:center}.explore-occidente-titulo{font-size:2rem;font-weight:700;color:var(--verde-dark)}.explore-occidente-img-wrap{display:flex;justify-content:center}.explore-occidente-img{width:200px;height:200px;object-fit:contain;border-radius:12px;max-width:100%}.explore-occidente-texto{font-size:1rem;line-height:1.75;color:var(--text-muted);max-width:600px}.mapa{padding:4rem 1.25rem}.mapa .section-header{max-width:1100px;margin:0 auto 2rem}.mapa-embed{max-width:1100px;margin:0 auto;border-radius:var(--radius-md);overflow:hidden;border:.5px solid var(--border);box-shadow:var(--shadow-sm);height:340px}.mapa-embed iframe{width:100%;height:100%;border:none}.modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000073;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);display:flex;align-items:center;justify-content:center;z-index:1000;padding:1rem}.modal-panel{background:#d2f7e1b3;backdrop-filter:blur(28px) saturate(1.4);-webkit-backdrop-filter:blur(28px) saturate(1.4);border:1px solid rgba(210,247,225,.6);border-radius:20px;max-width:960px;width:100%;max-height:90vh;display:flex;flex-direction:column;position:relative;box-shadow:0 8px 40px #0000004d,inset 0 1px #fff6;animation:modal-in 1.2s cubic-bezier(.22,1,.36,1) both}.modal-panel.closing{animation:modal-out .45s cubic-bezier(.4,0,1,1) both}@keyframes modal-in{0%{transform:translateY(90px);opacity:0}to{transform:translateY(0);opacity:1}}@keyframes modal-out{0%{transform:translateY(0);opacity:1}to{transform:translateY(90px);opacity:0}}.modal-close{position:absolute;top:1rem;right:1rem;z-index:10;background:#ffffffb3;border:none;font-size:18px;cursor:pointer;color:#1a3d2e;line-height:1;width:34px;height:34px;display:flex;align-items:center;justify-content:center;border-radius:50%;flex-shrink:0;transition:background .2s,transform .15s}.modal-close:hover{background:#fffffff2;transform:scale(1.1)}.modal-content{padding:2.5rem 2.5rem 3rem;overflow-y:auto;flex:1}.modal-title{font-size:2rem;font-weight:700;color:#0f2418;margin-bottom:1.25rem;padding-right:2rem;text-align:center}.modal-body{font-size:1.05rem;line-height:1.8;color:#1a2e22;margin-bottom:1.25rem;text-align:justify}.modal-subtitle{font-size:.8rem;font-weight:700;letter-spacing:.08em;text-align:center;text-transform:uppercase;color:#1a7a4a;margin-bottom:1.5rem}.modal-items{display:flex;flex-direction:column;gap:1.5rem;margin-top:.5rem}.modal-item{display:flex;align-items:stretch;border-radius:14px;overflow:hidden;border:1px solid rgba(100,200,150,.25);min-height:200px;background:#d2f7e180}.modal-item-text{flex:1;padding:1.5rem 1.75rem;display:flex;flex-direction:column;justify-content:center}.modal-item-title{font-size:1.2rem;font-weight:700;color:#0f2418;margin-bottom:.75rem}.modal-item-desc{font-size:1rem;line-height:1.75;color:#1a2e22;text-align:justify}.modal-item-img{width:38%;flex-shrink:0;object-fit:cover;display:block}.modal-section-title{font-size:1.35rem;font-weight:700;color:#0f2418;text-align:center;margin:1.75rem 0 1rem}.modal-table{width:100%;border-collapse:collapse;margin-bottom:1.5rem;font-size:.95rem}.modal-table th{background:#40c98538;color:#0a3a22;font-weight:700;padding:.65rem 1rem;text-align:center;border:1px solid rgba(64,201,133,.3)}.modal-table td{padding:.65rem 1rem;border:1px solid rgba(64,201,133,.2);color:#0d3320;vertical-align:top}.modal-table tbody tr:nth-child(2n) td{background:#ffffff40}.modal-table-price td{font-size:.88rem;color:#0a3a22}.modal-table-center{text-align:center}@media (max-width: 600px){.modal-item{flex-direction:column}.modal-item-img{width:100%;height:200px}.modal-item-text{padding:1.25rem}.modal-content{padding:1.5rem 1.25rem 2rem}.modal-title{font-size:1.3rem}.modal-table{font-size:.82rem}.modal-table th,.modal-table td{padding:.5rem .6rem}}.contacto{padding:4rem 1.25rem;position:relative}.contacto-inner{max-width:1100px;margin:0 auto;display:flex;flex-direction:column;gap:2.5rem}.contacto-info h2{margin:.5rem 0 1rem}.contacto-detalle{display:flex;flex-direction:column;gap:.875rem;margin:1.5rem 0}.contacto-detalle li{display:flex;align-items:flex-start;gap:10px;font-size:14px;color:var(--text-muted);line-height:1.6}.contacto-redes{display:flex;gap:1rem;margin-top:.5rem}.contacto-redes a{display:flex;align-items:center;justify-content:center;width:44px;height:44px;border-radius:50%;border:.5px solid var(--border);background:var(--white);transition:var(--transition);box-shadow:var(--shadow-sm)}.contacto-redes a:hover{transform:translateY(-2px);box-shadow:var(--shadow-md);border-color:var(--verde)}.contacto-redes img{width:22px;height:22px;object-fit:contain}.contacto-form{background:var(--white);border:.5px solid var(--border);border-radius:var(--radius-md);padding:1.75rem 1.25rem;box-shadow:var(--shadow-sm)}.contacto-form h3{font-size:16px;font-weight:600;margin-bottom:1.5rem;color:var(--text)}.form-group{margin-bottom:1.25rem}.form-group label{display:block;font-size:11px;font-weight:600;color:var(--text-muted);text-transform:uppercase;letter-spacing:.05em;margin-bottom:6px}.form-group input,.form-group textarea,.form-group select{width:100%;padding:11px 14px;border:.5px solid var(--border);border-radius:var(--radius-sm);font-size:14px;font-family:var(--font-body);background:var(--bg);color:var(--text);outline:none;transition:var(--transition);-webkit-appearance:none;-moz-appearance:none;appearance:none}.form-group input:focus,.form-group textarea:focus{border-color:var(--verde);background:var(--white);box-shadow:0 0 0 3px var(--verde-glow)}.form-group textarea{resize:vertical;min-height:110px;line-height:1.6}.whatsapp-flotante{position:fixed;bottom:1.5rem;right:1.25rem;z-index:99;width:54px;height:54px;border-radius:50%;box-shadow:var(--shadow-lg);transition:var(--transition);animation:pulse 3s ease-in-out infinite}.whatsapp-flotante:hover{transform:scale(1.1);box-shadow:0 12px 36px #0003;animation:none}.whatsapp-flotante img{width:100%;height:100%;border-radius:50%;object-fit:cover}.footer{background:#16301e;color:var(--white);padding:2.5rem 1.25rem}.footer-inner{max-width:1100px;margin:0 auto;display:flex;flex-direction:column;gap:1.5rem;align-items:center;text-align:center}.footer-logo{height:40px;width:auto;object-fit:contain;filter:brightness(0) invert(1);opacity:.9}.footer-links{display:flex;flex-wrap:wrap;justify-content:center;gap:.25rem 1.5rem}.footer-links li a{color:#ffffffa6;font-size:13px;transition:var(--transition)}.footer-links li a:hover{color:#a8d5b5}.footer-redes{display:flex;gap:.875rem;align-items:center}.footer-redes a{display:flex;align-items:center;justify-content:center;width:38px;height:38px;border-radius:50%;border:.5px solid rgba(255,255,255,.2);transition:var(--transition)}.footer-redes a:hover{border-color:#a8d5b5;background:#ffffff1a;transform:translateY(-2px)}.footer-redes img{width:18px;height:18px;object-fit:contain;filter:brightness(0) invert(1);opacity:.8}.footer-copy{font-size:12px;color:#fff6}@media (min-width: 768px){.navbar-inner{padding:0 2rem;height:64px}.navbar-logo{flex:0 1 auto;min-width:0;overflow:hidden}.navbar-brand{font-size:14px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.navbar-hamburger{display:none}.navbar-mobile{display:none!important}.navbar-links{display:flex;align-items:center;gap:.75rem;margin-left:1rem;flex-shrink:0}.navbar-links li a{font-size:11.5px;font-weight:600;color:#ffffffe0;letter-spacing:.04em;text-transform:uppercase;padding:7px 16px;border-radius:var(--radius-full);white-space:nowrap;transition:color .25s ease,background .25s ease,box-shadow .25s ease}.navbar--scrolled .navbar-links li a{color:var(--text-muted)}.navbar-links li a:hover,.navbar--scrolled .navbar-links li a:hover{color:#fff;background:var(--verde);box-shadow:0 2px 12px #2e7d5e59;text-shadow:none}.hero-content{padding:5rem 2rem 4rem}.galeria{padding:5rem 2rem}.carousel-btn{width:48px;height:48px}.nosotros{padding:5rem 2rem}.nosotros-inner{flex-direction:row;align-items:center;gap:4rem}.nosotros-img{flex:0 0 340px}.red-turismo{padding:5rem 2rem}.red-grid{grid-template-columns:repeat(2,1fr)}.mapa{padding:5rem 2rem}.mapa-embed{height:400px}.contacto{padding:5rem 2rem}.contacto-inner{flex-direction:row;align-items:flex-start;gap:4rem}.contacto-info{flex:1}.contacto-form{flex:1.2;padding:2rem}.footer{padding:3rem 2rem}.footer-inner{flex-direction:row;flex-wrap:wrap;justify-content:space-between;align-items:center;text-align:left;gap:1rem}}@media (min-width: 1024px){.hero-content{padding:6rem 3rem 5rem;max-width:920px}.red-grid{grid-template-columns:repeat(3,1fr)}.mapa-embed{height:440px}.contacto-inner,.nosotros-inner{gap:6rem}.nosotros-img{flex:0 0 400px}}@media (min-width: 1280px){.hero-content{padding:6rem 4rem 5rem;max-width:1060px}.red-turismo,.mapa,.contacto,.nosotros,.galeria{padding:6rem 3rem}.footer{padding:3.5rem 3rem}}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}.fade-in-up{animation:fadeInUp .6s ease both}:focus-visible{outline:2px solid var(--verde);outline-offset:3px;border-radius:4px}::-webkit-scrollbar{width:6px}::-webkit-scrollbar-track{background:var(--bg)}::-webkit-scrollbar-thumb{background:var(--verde-light);border-radius:3px}.proyectos{padding:4rem 1.25rem}.proyectos-inner{max-width:1100px;margin:0 auto}.proyectos-inner .section-header{margin-bottom:2.5rem}.proyectos-list{display:flex;flex-direction:column;gap:.75rem}.proyecto-item{border:1px solid var(--border);border-radius:var(--radius-md);overflow:hidden;background:var(--white);box-shadow:var(--shadow-sm);transition:box-shadow .25s ease,border-color .25s ease}.proyecto-item--open{box-shadow:var(--shadow-md);border-color:var(--verde)}.proyecto-header{width:100%;display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:1.25rem 1.5rem;background:var(--verde-light);border:none;cursor:pointer;text-align:left;transition:background .2s ease}.proyecto-header:hover{background:#c0ddd0}.proyecto-item--open .proyecto-header{background:#a8cfbf;border-bottom:1px solid #8bbfad}.proyecto-title{font-family:var(--font-display);font-size:1.05rem;font-weight:600;color:var(--verde-dark);margin:0;line-height:1.4}.proyecto-chevron{flex-shrink:0;width:22px;height:22px;color:var(--verde);transition:transform .3s cubic-bezier(.4,0,.2,1)}.proyecto-item--open .proyecto-chevron{transform:rotate(180deg)}.proyecto-body{display:grid;grid-template-rows:0fr;transition:grid-template-rows .35s cubic-bezier(.4,0,.2,1)}.proyecto-item--open .proyecto-body{grid-template-rows:1fr}.proyecto-body-inner{overflow:hidden}.proyecto-grid{display:grid;grid-template-columns:1fr;gap:1.5rem;padding:1.5rem}@media (min-width: 768px){.proyecto-grid{grid-template-columns:200px 1fr 200px;align-items:start}}@media (min-width: 1024px){.proyecto-grid{grid-template-columns:240px 1fr 240px;gap:2rem;padding:2rem}.proyectos{padding:5rem 2rem}}.proyecto-img-placeholder{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.5rem;aspect-ratio:4 / 3;border:2px dashed var(--verde-light);border-radius:var(--radius-md);background:#d4ebe040;color:var(--text-light);font-size:.8rem;text-align:center}.proyecto-img-placeholder svg{width:40px;height:40px;color:var(--verde-light)}.proyecto-img{width:100%;aspect-ratio:4 / 3;object-fit:cover;border-radius:var(--radius-md);display:block}.proyecto-description{font-size:.95rem;line-height:1.8;color:var(--text-muted);margin:0 0 1.25rem}.proyecto-links{list-style:none;display:flex;flex-direction:column;gap:.5rem}.proyecto-link{font-size:.9rem;font-weight:500;color:var(--turquoise);text-decoration:underline;text-underline-offset:3px;transition:color .2s ease}.proyecto-link:hover{color:var(--verde)}.proyecto-btns{display:flex;flex-wrap:wrap;gap:.75rem;margin-top:1rem}.proyecto-link-primary{display:inline-flex;align-items:center;gap:6px;font-size:.875rem;font-weight:700;color:var(--verde);text-decoration:none;padding:.45rem 1.1rem;border:1.5px solid var(--verde);border-radius:var(--radius-full);transition:background .2s ease,color .2s ease;width:fit-content}.proyecto-link-primary:hover{background:var(--verde);color:var(--white)}.servicios{padding:4rem 1.25rem}.servicios-inner{max-width:1100px;margin:0 auto}.servicios-inner .section-header{margin-bottom:2.5rem}.servicios-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1.25rem}@media (min-width: 640px){.servicios-grid{grid-template-columns:repeat(4,1fr);gap:1.5rem}}@media (min-width: 1024px){.servicios{padding:5rem 2rem}}.servicio-card{display:flex;flex-direction:column;align-items:center;justify-content:space-between;padding:1.5rem 1rem 1.25rem;border-radius:1.25rem;text-decoration:none;cursor:pointer;aspect-ratio:1;box-shadow:0 6px 24px #15bdc547;transition:transform .28s cubic-bezier(.34,1.56,.64,1),box-shadow .28s ease;will-change:transform;overflow:hidden;position:relative}.servicio-card:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(160deg,rgba(255,255,255,.18) 0%,transparent 60%);border-radius:inherit;pointer-events:none}.servicio-card:hover,.servicio-card:focus-visible{transform:scale(1.08);box-shadow:0 14px 40px #15bdc56b}@media (hover: none){.servicio-card:active{transform:scale(.96);box-shadow:0 4px 12px #15bdc54d}}.servicio-icon{flex:1;width:70%;display:flex;align-items:center;justify-content:center}.servicio-label{font-family:var(--font-body);font-size:.82rem;font-weight:700;color:#fff;text-align:center;line-height:1.3;letter-spacing:.01em;margin-top:.5rem;text-shadow:0 1px 4px rgba(0,0,0,.18)}::-webkit-scrollbar-thumb:hover{background:var(--verde)}
