
.cards-wrapper[data-v-03374e34] {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  grid-auto-rows: 1fr;
  gap: 10px;
  margin-right: 10px;
}
.modulo-card[data-v-03374e34] {
  background: #ffffff;
  border-radius: 24px;
  padding: 24px 32px;
  -webkit-box-shadow: 0 8px 24px rgba(0, 0, 0, 0.16);
          box-shadow: 0 8px 24px rgba(0, 0, 0, 0.16);
  color: #512da8;
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: -webkit-transform 0.2s ease, -webkit-box-shadow 0.2s ease;
  transition: -webkit-transform 0.2s ease, -webkit-box-shadow 0.2s ease;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  transition: transform 0.2s ease, box-shadow 0.2s ease, -webkit-transform 0.2s ease, -webkit-box-shadow 0.2s ease;
}
.modulo-card[data-v-03374e34]:hover,
.modulo-card-selecionado[data-v-03374e34] {
  -webkit-box-shadow: 0 12px 28px rgba(0, 0, 0, 0.25);
          box-shadow: 0 12px 28px rgba(0, 0, 0, 0.25);
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
}
.codigo-modulo[data-v-03374e34] {
  font-weight: 700;
  font-size: 18px;
  margin-bottom: 12px;
  color: #e65100;
}
.nome-modulo[data-v-03374e34] {
  font-weight: 700;
  font-size: 16px;
  text-align: center;
  margin-bottom: 6px;
  color: #512da8;
}
.descricao-modulo[data-v-03374e34] {
  text-align: center;
  font-size: 13px;
  line-height: 1.4;
  color: #555;
}
.logo-modulo[data-v-03374e34] {
  background: #512da8;
  color: white;
  width: 64px;
  height: 64px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 32px;
  margin-bottom: 10px;
}
.logo-letter[data-v-03374e34] {
  font-size: 32px;
  line-height: 1;
  font-weight: 800;
  color: #fff;
  text-transform: uppercase;
}
.modulo-card-body[data-v-03374e34] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}
.cadeia-modulo[data-v-03374e34] {
  margin-top: 16px;
  font-weight: 600;
  font-size: 13px;
  text-align: center;
  color: #333;
}
.filtros-modulos[data-v-03374e34] {
  max-width: 1100px;
}
.card-modulo[data-v-03374e34] {
  border-radius: 18px;
}
.modulo-selecionado[data-v-03374e34] {
  border-radius: 18px;
}
.logo-modulo.pequeno[data-v-03374e34] {
  width: 48px;
  height: 48px;
  font-size: 24px;
}


/*# sourceMappingURL=display-data356.9be24063.css.map*/