
[data-v-75739ef4] .v-image {
  width: 50%;
  margin: 0 auto;
}
[data-v-75739ef4] .v-card {
  min-height: 180px;
}
[data-v-75739ef4] .v-sheet.v-card:not(.v-sheet--outlined) {
  -webkit-box-shadow: none;
          box-shadow: none;
}
[data-v-75739ef4] .v-card .v-icon {
  color: rgba(0, 0, 0, 0.3);
}
[data-v-75739ef4] .v-card__title {
  word-break: break-word;
}
[data-v-75739ef4] .v-card:hover .v-card__title,[data-v-75739ef4] .v-card:hover .v-icon {
  color: #0021CF;
  /* this is what causes the colour change when you hover on the card */
}
.v-card--reveal[data-v-75739ef4] {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  bottom: 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  width: 100%;
  background: #0021CF;
}
.icon-absolute[data-v-75739ef4] {
  position: absolute;
  bottom: 7px;
}
.disabled-card[data-v-75739ef4] {
  /* Estilos para la tarjeta deshabilitada */
  opacity: 0.5;
  pointer-events: none;
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
}



/*# sourceMappingURL=7.b64bfd74.css.map*/