.gallery { display: flex; flex-wrap: wrap; gap: 10px; justify-content: center; }
.gallery a { display: block; width: 150px; height: 100px; overflow: hidden; border-radius: 8px; }
.gallery img, .gallery video { width: 100%; height: 100%; object-fit: cover; }

p.descargar{ margin-top: 60px; font-size: 18px; color: #786b67 }

