/* These styles are generated from project.scss. */

.alert-debug {
  color: black;
  background-color: white;
  border-color: #d6e9c6;
}

.alert-error {
  color: #b94a48;
  background-color: #f2dede;
  border-color: #eed3d7;
}

.content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.draggable {
  flex-basis: calc(15% - 10px); /* Ajusta el ancho de las tarjetas según tus necesidades */
  margin-bottom: 10px; /* Ajusta el espacio entre las tarjetas según tus necesidades */
  padding: 20px 0;
  text-align: center;
  position: relative;
  transition: all 700ms ease;
}

.draggable img {
  width: 100%;
  height: auto;
}

