@import url(https://fonts.googleapis.com/css2?family=Boogaloo&display=swap);body{margin:0;background:#37262e;color:#fff;font-family:"Boogaloo",sans-serif;text-align:center}.encabezado{position:sticky;top:0;z-index:10000;display:flex;justify-content:space-between;align-items:center;background:#6a5881;background:linear-gradient(43deg,rgb(106 88 129) 0%,rgb(255 137 101) 33%,rgb(255 95 156) 69%,rgb(0 190 161) 100%);padding:8px 10px;box-shadow:0 4px 12px rgb(0 0 0 / .1);border-bottom:2px solid rgb(255 255 255 / .15)}.encabezado .logo{flex-grow:1;display:flex;justify-content:center}.encabezado img{height:45px}.red-icon{color:#fff;font-size:20px;width:32px;height:32px;display:flex;align-items:center;justify-content:center;text-decoration:none;transition:opacity 0.2s ease}.red-icon:hover{opacity:.7}.evento{background-color:#61b3ade3;padding:5px 10px;box-shadow:0 4px 12px rgb(0 0 0 / .1);border-bottom:1px solid rgb(255 255 255 / .15)}.evento h1{font-size:22px;margin:0;text-transform:uppercase}.partybanner{display:flex;justify-content:center;margin:15px 22px}.partybanner img{width:100%;max-width:500px;height:auto;border-radius:8px}.grid{padding-top:5px;display:flex;flex-wrap:wrap;justify-content:center;gap:15px;margin-bottom:20px}.thumb{width:180px;cursor:pointer}.thumb img{opacity:0;transition:opacity 0.4s ease;width:100%;border-radius:8px;display:block;border:2px #ff5e9b solid}.thumb img.loaded{opacity:1}.lightbox{position:fixed;top:0;left:0;right:0;bottom:0;background:rgb(0 0 0 / .9);display:flex;flex-direction:column;align-items:center;justify-content:center;z-index:999}.lightbox.hidden{display:none}.cerrar{margin-top:20px;color:#aaa;text-decoration:underline;font-size:19px}iframe{width:90%;max-width:800px;height:450px;margin-bottom:15px;border-radius:12px;border:none;background:#000}.download-btn{background:#ff5f9c;border:none;color:#fff;padding:10px 20px;font-size:18px;font-weight:700;text-transform:uppercase;border-radius:8px;cursor:pointer;text-decoration:none}.download-btn:hover{background:#9b3d61}.footer{display:flex;justify-content:center;margin-bottom:20px}#goTop{position:fixed;bottom:20px;right:20px;background:#695780;color:#fff;border:none;border-radius:50%;width:50px;height:50px;font-size:20px;cursor:pointer;display:none;align-items:center;justify-content:center;box-shadow:0 4px 8px rgb(0 0 0 / .2);z-index:9999;transition:opacity 0.3s ease}#goTop:hover{background:#695780}.skeleton{width:180px;aspect-ratio:9 / 16;background:linear-gradient(90deg,#4b3841 25%,#5a4250 50%,#4b3841 75%);background-size:200% 100%;animation:shimmer 1.2s infinite;border-radius:8px;opacity:1;transition:opacity 0.4s ease}@keyframes shimmer{0%{background-position:200% 0}100%{background-position:-200% 0}}.skeleton.fade-out{opacity:0}
