/* ----------------------------------------------------------------
	Custom CSS

	Add all your Custom Styled CSS here for New Styles or
	Overwriting Default Theme Styles for Better Handling Updates
-----------------------------------------------------------------*/

div.numero-grande {
	font-family: 'Bebas Neue', sans-serif;
	position: absolute;
	top: 0;
	left: 0;
	font-size: 300px;
	font-weight: bold;
	line-height: 1;
	padding: 0;
	margin: 0;
	display: inline-block;
	overflow: hidden;
	color: rgba(0, 148, 255, 0.15);
	z-index: 0;
}

a:hover, .breadcrumb a:hover, .i-plain:hover {
	color: gold;
}