@import url("https://fonts.googleapis.com/css2?family=Geist:wght@100..900&display=swap");*{margin:0;padding:0;box-sizing:border-box;text-decoration:none;font-family:Geist}body{line-height:1.6;color:#333;overflow-x:hidden}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:black}::-webkit-scrollbar-thumb{background:white;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:var(--gray-200)}html{scroll-behavior:smooth}:root{--gray-900:#3D3D3D;--gray-800:#454545;--gray-600:#5D5D5D;--gray-500:#6D6D6D;--gray-400:#888888;--gray-300:#B0B0B0;--gray-200:#D1D1D1;--gray-100:#E7E7E7;--gray-50:#F6F6F6}.header{background-color:black;color:white;padding:1rem 0;position:fixed;top:0;width:100%;z-index:1000}.nav{display:flex;flex-direction:row;justify-content:space-between;align-items:center;max-width:1200px;margin:0 auto;padding:0 2rem}.logo{font-size:1.8rem;font-weight:700}.nav-menu{display:flex;flex-direction:row;list-style:none;gap:2rem}.nav-menu a{color:white;transition:color .2s ease-in-out;font-weight:500}.nav-menu a:hover{color:var(--gray-200)}.nav-menu a{position:relative}.nav-menu a:after{content:"";position:absolute;width:0;height:2px;background-color:var(--gray-200);bottom:-3px;left:0;transition:width .5s ease}.nav-menu a:hover:after{width:100%}.hero{height:100vh;background:linear-gradient(var(--gray-300),var(--gray-600)),url(/images/background.png);background-blend-mode:multiply;background-size:cover;background-position:50%;display:flex;align-items:center;justify-content:center;text-align:center}.hero-content{max-width:500px;width:auto}.hero-content h2{font-size:6rem;color:white;font-weight:700;line-height:6.25rem;margin-bottom:1rem}.hero-content p{font-size:1.4rem;font-weight:400;margin-bottom:2rem;color:var(--gray-200)}.cta-button{background-color:white;color:black;font-size:.875rem;line-height:1.25rem;font-weight:500;padding:1rem 2rem;border-radius:25px;cursor:pointer;transition:.4s ease-in-out;border:1px solid transparent}.cta-button:hover{background-color:black;color:white;border:1px solid white}.gallery{padding:5rem 0;background-color:black}.gallery-container{max-width:1200px;margin:0 auto;padding:0 2rem}.section-title{font-size:3rem;text-align:center;margin-bottom:1rem;color:white}.section-subtitle{font-size:1.125rem;font-weight:400;text-align:center;color:var(--gray-300);margin-bottom:3rem}.filter-buttons{display:flex;justify-content:center;margin:0 auto 3rem;background-color:#0c0c0c;width:-moz-fit-content;width:fit-content;border-radius:100px}.filter-btn{padding:.8rem 1rem;border:none;border-radius:25px;background-color:transparent;cursor:pointer;color:white;margin:.5rem;transition:.3s ease}.filter-btn:hover{background-color:var(--gray-900)}.filter-btn.active{background-color:white;color:black}.gallery-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));grid-gap:2rem;gap:2rem;margin:0 auto;max-width:1200px}.gallery-item{transition:transform .3s ease}.gallery-item:hover{transform:scale(1.05)}.gallery-item img{width:100%;max-height:300px;object-fit:cover;transition:transform .3s ease}.gallery-item{position:relative;overflow:hidden;border-radius:10px;cursor:pointer;transition:all .3s ease;opacity:0;transform:translateY(30px) scale(.9)}.gallery-item.visible{opacity:1;transform:translateY(0) scale(1)}.gallery-item.hidden{opacity:0;transform:translateY(30px) scale(.9)}.categoria-tag{display:inline-block;background-color:rgba(255,255,255,.2);padding:.3rem .8rem;border-radius:15px;font-size:.8rem;margin-top:.5rem;border:1px solid rgba(255,255,255,.3)}.filter-btn.active{background-color:#333;color:white;animation:pulse 2s infinite}@keyframes pulse{0%{box-shadow:0 0 0 0 rgba(51,51,51,.7)}70%{box-shadow:0 0 0 10px rgba(51,51,51,0)}to{box-shadow:0 0 0 0 rgba(51,51,51,0)}}.gallery-counter{text-align:center;margin-bottom:2rem;font-size:1.1rem;color:#666}.loading-spinner{grid-column:1/-1;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:3rem}.spinner{width:40px;height:40px;border:4px solid #f3f3f3;border-top-color:#333;border-radius:50%;animation:spin 1s linear infinite;margin-bottom:1rem}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.gallery-item:hover{transform:scale(1.05) rotate(1deg);box-shadow:0 10px 30px rgba(0,0,0,.3)}.modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.9);z-index:1000;padding:20px}.modal-content,.modal-overlay{display:flex;align-items:center;justify-content:center}.modal-content{position:relative;width:100%;height:100%;max-width:1200px;max-height:800px}.modal-close{position:absolute;top:20px;right:20px;background:rgba(0,0,0,.7);border:none;color:white;font-size:30px;cursor:pointer;z-index:1001;width:45px;height:45px;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:background-color .3s ease}.modal-close:hover{background-color:rgba(255,255,255,.1)}.modal-nav{position:absolute;top:50%;transform:translateY(-50%);background:rgba(255,255,255,.1);border:none;color:white;cursor:pointer;width:50px;height:50px;display:flex;justify-content:center;align-items:center;padding:1rem;border-radius:50%;transition:all .3s ease;z-index:1001}.modal-nav:hover:not(:disabled){background:rgba(0,0,0,.5);transform:translateY(-50%) scale(1.1)}.modal-nav:disabled{opacity:.3;cursor:not-allowed}.modal-prev{left:-15px}.modal-next{right:-15px}.modal-image-container{position:relative;display:flex;flex-direction:column;align-items:center;justify-content:center;width:100%;height:100%}.modal-image{max-width:70vw;max-height:60vh;width:auto;height:auto;object-fit:contain;border-radius:8px;box-shadow:0 10px 30px rgba(0,0,0,.5)}.modal-info{color:white;padding:15px 20px;border-radius:8px;margin-top:20px;text-align:center;max-width:400px}.modal-info h3{margin:0 0 8px;font-size:20px;font-weight:700}.modal-info p{margin:0 0 12px;font-size:14px;line-height:1.4;opacity:.9}.modal-categoria{margin-top:.5rem}.modal-counter{margin-top:10px;font-size:12px}.modal-categoria{display:inline-block;padding:.3rem .8rem;border-radius:15px;font-size:.8rem;background-color:rgba(255,255,255,.2);border:1px solid rgba(255,255,255,.3);font-weight:500}.modal-counter{margin-top:15px;font-size:14px;opacity:.7}@media (max-width:768px){.nav{flex-direction:column;gap:1rem}.nav-menu{display:none}.hero-content h2{font-size:3rem;line-height:3.5rem}.hero-content p{font-size:1rem}.cta-button{padding:.75rem 1.5rem;font-size:.75rem}.gallery-grid{grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1rem;margin:0 3rem}.section-title{font-size:2rem}.section-subtitle{font-size:1rem}.filter-buttons{flex-wrap:wrap;justify-content:center;padding:.5rem}.filter-btn{padding:.5rem 1rem;margin:.3rem;font-size:.8rem}}@media (max-width:480px){.logo{font-size:1.5rem}.hero-content h2{font-size:2.5rem;line-height:3rem}.hero-content{max-width:80%}.gallery-grid{grid-template-columns:1fr}.gallery-container,.gallery-grid{padding:0 1rem}::-webkit-scrollbar{display:none}body{-ms-overflow-style:none;scrollbar-width:none}}.gallery-overlay{position:absolute;bottom:0;left:0;right:0;background:linear-gradient(transparent,rgba(0,0,0,.9));color:white;padding:2rem 1rem 1rem;opacity:0;transition:opacity .3s ease}.gallery-item:hover .gallery-overlay{opacity:1}.gallery-overlay h3{font-size:1.3rem;line-height:1.3rem;margin-bottom:.25rem}.gallery-overlay p{font-size:.875rem;color:var(--gray-200)}@media (max-width:768px){.modal-image{max-width:75vw;max-height:50vh}.modal-nav{width:40px;height:40px;font-size:30px}.modal-prev{left:-10px}.modal-next{right:-10px}.modal-close{top:15px;right:15px;font-size:25px;width:40px;height:40px}.modal-info{padding:12px 15px;margin-top:15px;max-width:300px}.modal-info h3{font-size:18px}}@media (max-width:480px){.modal-image{max-width:70vw;max-height:45vh}.modal-nav{width:35px;height:35px;font-size:25px}.modal-prev{left:-5px}.modal-next{right:-5px}.modal-close{top:10px;right:10px;width:35px;height:35px;font-size:20px}.modal-info{padding:10px 12px;margin-top:10px;max-width:250px}.modal-info h3{font-size:16px}.modal-info p{font-size:13px}}@font-face{font-family:Geist;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/8d697b304b401681-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Geist;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/ba015fad6dcf6784-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Geist;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/569ce4b8f30dc480-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Geist Fallback;src:local("Arial");ascent-override:95.94%;descent-override:28.16%;line-gap-override:0.00%;size-adjust:104.76%}.__className_5cfdac{font-family:Geist,Geist Fallback;font-style:normal}.__variable_5cfdac{--font-geist-sans:"Geist","Geist Fallback"}@font-face{font-family:Geist Mono;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/9610d9e46709d722-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Geist Mono;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/747892c23ea88013-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Geist Mono;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/93f479601ee12b01-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Geist Mono Fallback;src:local("Arial");ascent-override:74.67%;descent-override:21.92%;line-gap-override:0.00%;size-adjust:134.59%}.__className_9a8899{font-family:Geist Mono,Geist Mono Fallback;font-style:normal}.__variable_9a8899{--font-geist-mono:"Geist Mono","Geist Mono Fallback"}