@charset "utf-8";
/* CSS Document */

.banner-pdf{
	margin: 10px auto;
	width: 100%;
	background-color: #000000;
	text-align: left;
	padding: 100px 0;
}

.banner-pdf-texto{
	width: 50%;
	margin-left: 90px;

}

.banner-pdf h1{
	font-family: "Metric Black";
  	font-size: 35px;
  	font-weight: 500;
  	line-height: 40px;
	color: #fff;
	
}

.banner-pdf p{
	font-family: 'Metric Light';
	font-size: 19px;
	line-height: 26px;
	color: #fff;
	font-weight: 400;
	
}

.banner-pdf a {
	font-family: "Metric SemiBold";
	font-size: 20px;
	color: #01a982;
	font-weight: 400;
	line-height: 24px;
}

@media(max-width: 700px){
	.banner-pdf h1{
		text-align: center;
	}
}