/*
 * CSS secundario.
 * Ayuda a dar estilo a algunos
 * componentes del carrusel
 */

.suggestion{
  width: 100%;
  font-size: medium;
  color: black;
  float: left;
  background-color: white;
  margin: 4px;
}

.title{
  color: #808080;
  font-size: smaller ;
}

a{
  text-decoration: none;
}

#suggestions{
  display: inline-block;
  width: 100%;
  margin-bottom: 20px;
}

.head-suggestions{
  font-size: 18px;
  background-color: #35942f;
  width: 100%;
  text-align: center;
  color: #fefefe;
}

.sn-italic{
  font-style: italic;
}