/** Ini: Portada - Listado de soluciones en el carrusel **/
.solution .img-container {
  background: #94969d;
  height: 180px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.solution .img-container img {
  margin-bottom: 20px;
  object-fit: contain;
  width: 70px;
  height: 70px;
}

.solution .information {
  background: #e2e1e7;
  padding: 20px;
  min-height: 107px;
}

.solution .information a {
  font-size: 1rem;
  color: #5a5c63;
  font-weight: bold;
  margin-bottom: 20px;
  text-align: center;
}
/** Fin: Portada - Listado de soluciones en el carrusel **/
