body {
  padding: 0;
  font-family: 'Roboto', sans-serif !important;
}
#mercado{
  background-color: #f2f2f2; 
}
#clientes{
  margin-top: 20px;
  margin-bottom: 20px;
}
/* Everything but the jumbotron gets side spacing for mobile first views */
.footer {
  padding-left: 15px;
  padding-right: 15px;
}

.imagen-cliente {
  height: 55px !important;
}

/*Slide Images style */
.slide-image {
  width: 100%;
  height: 700px !important;
}

/* Custom page footer */
.footer {
  padding-top: 19px;
  color: #777;
  border-top: 1px solid #e5e5e5;
}

.container-narrow > hr {
  margin: 30px 0;
}
.section-cliente-title{
  text-align: center;
}

a:hover{
  cursor: pointer;
}

/*Client Class*/
.col-sm-4 > img{
  display: block;
  margin: auto !important;
}

/* Responsive: Portrait tablets and up */
@media screen and (min-width: 768px) {
  /* Remove the padding we set earlier */
  .footer {
    padding-left: 0;
    padding-right: 0;
  }

  .container{
    width: 1200px;
  }
}
