/*===================================================================================*/
/*  Global | Variables | Partial
/*===================================================================================*/
.card-categories {
  height: 42rem;
}
.card-categories--small {
  height: 24rem;
}
.card-categories__link {
  position: relative;
  overflow: hidden;
  display: block;
  height: 100%;
  width: 100%;
  -webkit-transition: all 300ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
  transition: all 300ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
}
.card-categories__link:hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.card-categories__link:hover .card-categories__content {
  background-position: center bottom;
}
.card-categories img {
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  height: 100%;
  width: 100%;
  -webkit-transition: all 300ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
  transition: all 300ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
}
.card-categories__title {
  font-size: 2.8rem;
}
.card-categories__subtitle {
  font-size: 1.4rem;
  text-transform: uppercase;
  color: #ffffff;
  margin-top: 1rem;
}
.card-categories__content {
  position: absolute;
  -webkit-transition: all 300ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
  transition: all 300ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(50%, rgba(0, 0, 0, 0.4)), to(rgba(0, 0, 0, 0.6)));
  background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.4) 50%, rgba(0, 0, 0, 0.6) 100%);
  background-size: 100% 200%;
  background-position: center top;
}
/*# sourceMappingURL=app-card-categories.css.map */
