.index-img {
  max-width: 100%;
  margin: auto;
  object-fit: cover;
}

.toast {
  left: 50%;
  position: fixed;
  transform: translate(-50%, -100%);
  z-index: 9999;
}

.category-card {
  height: 100%;
  display: block;
  background: rgba(218, 228, 241, 0.5333333333);
}

.category-card-index {
  height: 100%;
  display: block;
}

.category-card-index-color {
  background: rgba(218, 228, 241, 0.5333333333);
}

.title {
  color: #fff;
  font-family: "Impact";
  font-size: 6vh;
}

.logo-index {
  max-height: 10vh;
  margin-right: 2vw;
}

@media (min-width: 992px) {
  .afiliate-box {
    background-image: url("/img/index/afiliate.png");
    background-position: right;
    background-size: contain;
    background-clip: border-box;
    background-color: white;
    background-repeat: no-repeat;
  }
}

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