body {
  font-family: 'Titillium Web', sans-serif;
}

.navbar-brand {
  font-size: 20px;
  color: #000;
  font-weight: bold;
}

#testimonial {
  background: #f1f1f1;
  padding: 50px 0 30px 0;
  text-align:center;
  margin-top: 40px;
}

#testimonial1 {
  background: #9ec644;
  padding: 20px 0 15px 0;
  text-align:center;
  margin-top: 40px;
}
#testimonial2 {
  background: #fff;
  padding: 20px 0 15px 0;
  text-align:center;
  margin-top: 40px;
}
#info-contacto{
  padding-left: 80px;
  text-align: left;

}
#info-contacto p{
  color: white;
}
#blanco{
  color: white;
}

footer {
  background: url(../img/wipe_banner.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  padding: 50px 0 30px 0;
  text-align:center;
  margin-top: 40px;
}

#formulario{
	background: #f1f1f1;
}
