.hero[data-astro-cid-bbe6dxrz]{min-height:100vh;background-color:var(--color-blue);display:flex;align-items:center;position:relative;overflow:hidden}.hero-content[data-astro-cid-bbe6dxrz]{max-width:1200px;margin:0 auto;padding:0 20px;display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.hero-title[data-astro-cid-bbe6dxrz]{font-size:3.5rem;font-weight:700;color:var(--white);margin-bottom:1.5rem;line-height:1.2}.highlight[data-astro-cid-bbe6dxrz]{color:var(--primary-color);background:#fff3;padding:.2rem .8rem;border-radius:var(--border-radius);display:inline-block}.hero-subtitle[data-astro-cid-bbe6dxrz]{font-size:1.25rem;color:#ffffffe6;margin-bottom:2rem;font-weight:300}.hero-cta[data-astro-cid-bbe6dxrz]{display:flex;gap:1rem;flex-wrap:wrap}.hero-visual[data-astro-cid-bbe6dxrz]{position:relative;height:400px}.hero-wave[data-astro-cid-bbe6dxrz]{position:absolute;bottom:-1px;left:0;width:100%;height:100px;background:var(--white);clip-path:ellipse(100% 100% at 50% 100%)}@media (max-width: 768px){.hero-content[data-astro-cid-bbe6dxrz]{grid-template-columns:1fr;text-align:center;gap:2rem}.hero-title[data-astro-cid-bbe6dxrz]{font-size:2.5rem}.hero-visual[data-astro-cid-bbe6dxrz]{height:200px}.element[data-astro-cid-bbe6dxrz]{font-size:2rem}.hero-cta[data-astro-cid-bbe6dxrz]{justify-content:center}}@media (max-width: 480px){.hero-title[data-astro-cid-bbe6dxrz]{font-size:2rem}}.about[data-astro-cid-v2cbyr3p]{padding:4rem 0;background:var(--white)}.about-grid[data-astro-cid-v2cbyr3p]{display:grid;grid-template-columns:repeat(auto-fit,minmax(400px,1fr));gap:2rem;margin-bottom:4rem}.about-image[data-astro-cid-v2cbyr3p]{width:400px;height:500px;object-fit:cover;object-position:25% 75%;border-radius:10px}.about-content[data-astro-cid-v2cbyr3p]{display:flex;flex-direction:column;justify-content:center;height:100%}.card-icon[data-astro-cid-v2cbyr3p]{font-size:3rem;margin-bottom:1rem}.about-card[data-astro-cid-v2cbyr3p] h3[data-astro-cid-v2cbyr3p]{color:var(--secondary-color);margin-bottom:1rem;font-size:1.5rem}@media (max-width: 768px){.about-grid[data-astro-cid-v2cbyr3p]{grid-template-columns:1fr}}.experiences[data-astro-cid-6wzdyzp6]{padding:6rem 0;background:var(--white)}.experiences-grid[data-astro-cid-6wzdyzp6]{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem}.experience-category[data-astro-cid-6wzdyzp6]{background:var(--gray-light);padding:1rem;border-radius:var(--border-radius);transition:var(--transition)}.category-header[data-astro-cid-6wzdyzp6]{display:flex;align-items:center;gap:1rem;margin:1rem 0}.category-header[data-astro-cid-6wzdyzp6] h3[data-astro-cid-6wzdyzp6]{color:var(--secondary-color);font-size:1.3rem}.category-list[data-astro-cid-6wzdyzp6]{list-style:none}.category-list[data-astro-cid-6wzdyzp6] li[data-astro-cid-6wzdyzp6]{padding:.2rem 0;border-bottom:1px solid rgba(195,131,29,.1);color:var(--dark-color)}.category-list[data-astro-cid-6wzdyzp6] li[data-astro-cid-6wzdyzp6]:last-child{border-bottom:none}.category-list[data-astro-cid-6wzdyzp6] li[data-astro-cid-6wzdyzp6]:before{content:"*";color:var(--primary-color);margin-right:.5rem;font-weight:700}.category-image[data-astro-cid-6wzdyzp6]{width:100%;height:300px;object-fit:cover;object-position:25% 75%;border-radius:10px}.contact[data-astro-cid-xmivup5a]{padding:6rem 0;background:linear-gradient(135deg,var(--color-green),var(--color-blue));color:var(--white)}.contact-content[data-astro-cid-xmivup5a]{display:grid;grid-template-columns:1fr 1fr;gap:4rem}.contact[data-astro-cid-xmivup5a] h2[data-astro-cid-xmivup5a]{font-size:2.5rem;margin-bottom:1.5rem}.contact-methods[data-astro-cid-xmivup5a]{margin-top:2rem}.contact-method[data-astro-cid-xmivup5a]{display:flex;align-items:center;gap:1rem;padding:1rem 0;color:var(--white);text-decoration:none;transition:var(--transition)}.contact-method[data-astro-cid-xmivup5a]:hover{color:var(--primary-light);transform:translate(5px)}.method-icon[data-astro-cid-xmivup5a]{font-size:1.5rem}.contact-method[data-astro-cid-xmivup5a] h4[data-astro-cid-xmivup5a]{margin-bottom:.25rem}.contact-form[data-astro-cid-xmivup5a]{background:#ffffff1a;padding:2rem;border-radius:var(--border-radius);backdrop-filter:blur(10px)}.form-group[data-astro-cid-xmivup5a]{margin-bottom:1.5rem}.form-group[data-astro-cid-xmivup5a] label[data-astro-cid-xmivup5a]{display:block;margin-bottom:.5rem;font-weight:500}.form-group[data-astro-cid-xmivup5a] input[data-astro-cid-xmivup5a],.form-group[data-astro-cid-xmivup5a] textarea[data-astro-cid-xmivup5a]{width:100%;padding:.75rem;border:1px solid rgba(255,255,255,.3);border-radius:var(--border-radius);background:#ffffff1a;color:var(--white);font-family:inherit;transition:var(--transition)}.form-group[data-astro-cid-xmivup5a] input[data-astro-cid-xmivup5a]::placeholder,.form-group[data-astro-cid-xmivup5a] textarea[data-astro-cid-xmivup5a]::placeholder{color:#ffffffb3}.form-group[data-astro-cid-xmivup5a] input[data-astro-cid-xmivup5a]:focus,.form-group[data-astro-cid-xmivup5a] textarea[data-astro-cid-xmivup5a]:focus{outline:none;border-color:var(--primary-light);box-shadow:0 0 0 3px #c3831d33}.footer[data-astro-cid-sz7xmlte]{background:var(--dark-color);color:var(--white);padding:3rem 0 1rem}.footer-content[data-astro-cid-sz7xmlte]{display:grid;grid-template-columns:2fr 1fr 1fr;gap:3rem;margin-bottom:2rem}.footer-brand[data-astro-cid-sz7xmlte] h3[data-astro-cid-sz7xmlte]{color:var(--primary-light);margin-bottom:1rem;font-size:1.5rem}.footer-brand[data-astro-cid-sz7xmlte] p[data-astro-cid-sz7xmlte]{color:#fffc;font-style:italic}.footer-links[data-astro-cid-sz7xmlte] h4[data-astro-cid-sz7xmlte],.footer-social[data-astro-cid-sz7xmlte] h4[data-astro-cid-sz7xmlte]{color:var(--primary-light);margin-bottom:1rem}.footer-links[data-astro-cid-sz7xmlte] ul[data-astro-cid-sz7xmlte]{list-style:none}.footer-links[data-astro-cid-sz7xmlte] li[data-astro-cid-sz7xmlte]{margin-bottom:.5rem}.footer-links[data-astro-cid-sz7xmlte] a[data-astro-cid-sz7xmlte]{color:#fffc;text-decoration:none;transition:var(--transition)}.footer-links[data-astro-cid-sz7xmlte] a[data-astro-cid-sz7xmlte]:hover{color:var(--primary-light)}.social-links[data-astro-cid-sz7xmlte]{display:flex;gap:1rem}.social-links[data-astro-cid-sz7xmlte] a[data-astro-cid-sz7xmlte]{display:inline-block;width:40px;height:40px;background:#ffffff1a;border-radius:50%;text-align:center;line-height:40px;color:var(--white);text-decoration:none;transition:var(--transition);font-size:1.2rem}.social-links[data-astro-cid-sz7xmlte] a[data-astro-cid-sz7xmlte]:hover{background:var(--primary-color);transform:translateY(-2px)}.footer-bottom[data-astro-cid-sz7xmlte]{border-top:1px solid rgba(255,255,255,.1);padding-top:1rem;text-align:center;color:#fff9}@media (max-width: 768px){.footer-content[data-astro-cid-sz7xmlte]{grid-template-columns:1fr;gap:2rem;text-align:center}}h3[data-astro-cid-arj5dyob]{font-size:2rem;font-weight:500;width:50%}div[data-astro-cid-arj5dyob]{height:250px;background-color:var(--color-peach);display:flex;justify-content:center;align-items:center}.bitacoras[data-astro-cid-5wvryrts]{padding:4rem 0;background:var(--color-blue)}.bitacoras-grid[data-astro-cid-5wvryrts]{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:2rem;align-items:center}.bitacoras-image[data-astro-cid-5wvryrts]{width:600px;height:auto}.bitacoras-info[data-astro-cid-5wvryrts]{padding:2rem}.bitacoras-image-container[data-astro-cid-5wvryrts]{display:flex;flex-direction:column;justify-content:center;align-items:center}.content-list[data-astro-cid-5wvryrts]{margin-bottom:1rem}.content-list[data-astro-cid-5wvryrts] li[data-astro-cid-5wvryrts]{list-style-position:inside}.section-subtitle[data-astro-cid-5wvryrts]{font-size:1.3rem;margin-bottom:1rem}button[data-astro-cid-5wvryrts]{margin-top:1rem}button[data-astro-cid-5wvryrts] a[data-astro-cid-5wvryrts]{color:#000;text-decoration:none;font-size:1rem}
