@import url(https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css);
@import url(https://maxcdn.bootstrapcdn.com/bootstrap/3.3.4/css/bootstrap.min.css);
@import url('https://fonts.googleapis.com/css2?family=Libre+Barcode+39+Text&display=swap');
@import url('https://fonts.googleapis.com/css2?family=News+Cycle&display=swap');

html, body, .container {
  height: 100%;
}
.container {
  display: table;
  vertical-align: middle;
}
.vertical-center-row {
  display: table-cell;
  vertical-align: middle;
}
h1 {
  font-size: 90px; 
  color: red;
  font-family: 'Libre Barcode 39 Text', cursive;
}
.tlo {
  color: #fff;
  background: rgba(0, 0, 0, .4);
}
.firma {
	color: #fff;
	font-family: 'Times New Roman', bold;
	font-size: 70px;
}
p {
	color: #fff;
	font-family: 'News Cycle', sans-serif;
	font-size: 30px;
}


.button {
  color: #fff;
  background: rgba(0, 0, 0, .3);
  text-transform: lowercase;
  line-height: 2em;
}
.button:hover, .button:focus {
  color: #fff;
  background-color: #9d435a;
  -o-transition: all .3s;
  -moz-transition: all .3s;
  -webkit-transition: all .3s;
  -ms-transition: all .3s;
  transition: all .3s;
}