
.bg{
  background: #9c1f1f; /* fallback for old browsers */
  background: -webkit-linear-gradient(right, #a40e0e, #cb3939);
  background: -moz-linear-gradient(right, #a40e0e, #cb3939);
  background: -o-linear-gradient(right, #a40e0e, #cb3939);
  background: linear-gradient(to left, #a40e0e, #cb3939);
  font-family: "Roboto", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;      
}
.texto {
  text-align: center;
  color: #ffffff;
}
.img {
max-width: 30%;
height: auto;
}
