.fondo{
  /* Location of the image */
background-image: url(../images/bg.jpg);

/* Background image is centered vertically and horizontally at all times */
background-position: center center;

/* Background image doesn't tile */
background-repeat: no-repeat;

/* Background image is fixed in the viewport so that it doesn't move when
  the content's height is greater than the image's height */
background-attachment: fixed;

/* This is what makes the background image rescale based
  on the container's size */
background-size: cover;
}


.titulo{
  font-size: 20px;
  color: #797676;
  margin-bottom:20px;
}

.texto1{
  font-size: 16px;
}

.servicios{
  font-size: 16px;
  text-align: center;
}

.texto2{
  font-size: 16px;
  color: #797676;
}

.texto22{
  font-size: 16px;
  color: #797676;
  margin-bottom: 6px;

}
