#texto-banner{
	font-family: 'Lato', sans-serif;
	padding: 2em;
	display: flex;
	align-items: flex-end;

}

#texto-banner > div > h2{
	color: #F3C318;
	font-weight: bold;
	font-size: 18pt;
}

#texto-banner > div > h1{
	color: white;
	font-size: 29pt;
	line-height: 20px;
	text-shadow: 0 3px 8px rgba(0,0,0,0.5);
}

#texto-banner span{
	font-weight: 900;
}

@media screen and (max-width: 1000px){

	#texto-banner > div > h1{
		font-size: 20pt;
		line-height: 10px;
	}

	#texto-banner > div > h2{
		font-size: 10pt;
	}
}
