.portada{justify-content: center;}
.portada-content h1, .portada-content h2{
	text-transform: uppercase;
	font-size: 40px;
	line-height: 45px;
	letter-spacing: -1px;
	max-width: 200px !important;
}
@media only screen and (min-width: 900px) {
	.portada-content h1, .portada-content h2{
		font-size: 70px;
		line-height: 70px;
		max-width: 360px !important;
	}
}
.portada-content h1{
	font-family: "Soho Gothic W01 Regular";
	margin: 30px auto 0px;
}
.portada-content h2{
	font-family: "SohoGothicW01-ExtraBold 734925";
	color:#dd1211;
}