@import url(http://fonts.googleapis.com/css?family=Lato:100,300,400,700);

p {
  font-size: 16px;
}

#testimonial {
  background: url('/imagenes/estructura/slider_pie.jpg') no-repeat;
  background-size: cover;
  padding: 100px 0;
}
#testimonial .block {
  text-align: center;
}
#testimonial .block h5 {
	font-family: 'Hind', sans-serif;
  background: rgba(0, 0, 0, 0.6);
  text-align: center;
  color: #fff;
  display: inline-block;
  padding: 20px;
  font-size: 40px;
  width: 95%;
  margin: 0 auto;
  font-weight:500;
}
#testimonial .block h5 span {
  font-size:55px;
  font-weight:600;
}

@media (max-width:992px) {
#testimonial .block h5 {
  font-size: 18px;
}
#testimonial .block h5 span {
  font-size:25px;
  font-weight:bold;
}
}