/******* Do not edit this file *******
Code Snippets Manager
Saved: Dec 23 2025 | 14:48:18 */
.bloque-clicable {
  position: relative;
  transition: all 0.3s ease;
}
.bloque-clicable a::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
}
