.apps-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
  padding: 8px;
  margin-top: 40px !important;
}
@media (min-width: 1024px) {
  .apps-grid {
    grid-template-columns: repeat(4, 1fr);
  }
}
.apps-grid .app-card {
  display: flex;
  align-items: center;
  gap: 13px;
  padding: 15px 10px;
  background: #fff;
  border: 1px solid #e6eef5;
  border-radius: 16px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.04);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.apps-grid .app-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.07);
}
.apps-grid .app-card__icon {
  flex: 0 0 auto;
  width: 42px;
  height: 42px;
}
.apps-grid .app-card__icon svg, .apps-grid .app-card__icon path {
  fill: #12b76a;
  stroke: #12b76a;
}
.apps-grid .app-card__icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.apps-grid .app-card__title {
  margin: 0;
  font-size: 15px;
  line-height: 17px;
  color: #0b3b82;
  font-weight: 400;
}

/*# sourceMappingURL=accesos-rapidos.css.map */
