.instagram-gallery__header{display:flex;align-items:center;gap:.35rem;font-size:1rem;font-weight:bold;margin:0 auto 1.25rem;padding-left:.75rem;max-width:960px;width:100%;color:#333;box-sizing:border-box}.instagram-gallery__header::before{content:'\f16d';font-family:'Font Awesome 6 Brands';font-size:1.2rem;flex-shrink:0;margin-right:.1rem;background:radial-gradient(circle at 30% 107%,#fdf497 0,#fdf497 5%,#fd5949 45%,#d6249f 60%,#285aeb 90%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}#a_instagram-gallery.instagram-gallery{container-type:inline-size;max-width:960px;margin:0 auto;width:100%;--ig-columns:3;--ig-gap:4px;--ig-aspect-ratio:4 / 5}#a_instagram-gallery.instagram-gallery .instagram-gallery__grid{display:grid;grid-template-columns:repeat(var(--ig-columns),1fr);gap:var(--ig-gap)}#a_instagram-gallery.instagram-gallery .instagram-gallery__item{display:block;position:relative;overflow:hidden;aspect-ratio:var(--ig-aspect-ratio);background:#f0f0f0}#a_instagram-gallery.instagram-gallery .instagram-gallery__item img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .3s ease}#a_instagram-gallery.instagram-gallery .instagram-gallery__item:hover img{transform:scale(1.05)}#a_instagram-gallery.instagram-gallery .instagram-gallery__item .instagram-gallery__overlay{position:absolute;inset:0;background:rgba(0,0,0,0.5);color:#fff;font-size:.8rem;line-height:1.4;padding:.75rem;opacity:0;transition:opacity .3s ease;overflow:hidden;display:-webkit-box;-webkit-line-clamp:5;-webkit-box-orient:vertical}#a_instagram-gallery.instagram-gallery .instagram-gallery__item:hover .instagram-gallery__overlay{opacity:1}#a_instagram-gallery.instagram-gallery .instagram-gallery__skeleton{aspect-ratio:var(--ig-aspect-ratio);background:linear-gradient(90deg,#eee 25%,#f5f5f5 50%,#eee 75%);background-size:200% 100%;animation:ig-skeleton 1.2s ease-in-out infinite}#a_instagram-gallery.instagram-gallery .instagram-gallery__message{text-align:center;color:#666;padding:1.5rem;margin:0}@media(max-width:768px){#a_instagram-gallery.instagram-gallery{--ig-columns:2}}@media(max-width:480px){#a_instagram-gallery.instagram-gallery{--ig-columns:1}}.instagram-gallery__footer{text-align:center;margin:1rem auto 0;padding:0;max-width:960px;width:100%}.instagram-gallery__footer a{color:#333;font-size:.9rem;font-weight:bold;text-decoration:none;letter-spacing:.5px}.instagram-gallery__footer a:hover,.instagram-gallery__footer a:focus{text-decoration:underline;color:#e1306c}@container(max-width:480px){#a_instagram-gallery.instagram-gallery{--ig-columns:1}}@container(min-width:481px) and (max-width:768px){#a_instagram-gallery.instagram-gallery{--ig-columns:2}}.caja-redes #a_instagram-gallery.instagram-gallery,.caja-redes .instagram-gallery__header,.caja-redes .instagram-gallery__footer{max-width:100%;margin-left:0;margin-right:0;width:100%}@keyframes ig-skeleton{0{background-position:200% 0}100%{background-position:-200% 0}}