.rubro-card__figure {
  position: relative;
  overflow: hidden;
  border-radius: 1rem;
  margin-bottom: 0;
}
.rubro-card__img {
  width: 100%;
  height: 280px;
  object-fit: cover;
  transition: all 1s;
}
.rubro-card__figcaption {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0.9;
}
.rubro-card__anchor {
  position: absolute;
  text-decoration: none;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 20;
  transition: all 1s;
}
.rubro-card__anchor:hover {
  background-color: rgba(60, 180, 189, 0.35);
}
.rubro-card__info {
  text-decoration: none;
  text: white;
  display: block;
  padding: 0.5rem 0;
  margin-bottom: 2rem;
}
.rubro-card__title {
  text-align: center;
  color: var(--custom-color);
  margin-bottom: 0;
}
.rubro-card__title--small {
  font-size: 1.5rem;
}

.rubro-card:hover .rubro-card__img {
  transform: scale(1.15);
}

.rubro-card:hover .rubro-card__figcaption {
  opacity: 1;
}

/*# sourceMappingURL=rubro.css.map */
