body {
	/* SANS */
	font-family: 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
	/* SERIF */
	/* font-family: 'Georgia', 'Times New Roman', serif; */
	overflow: hidden;

	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	background:#fff;
}

.arte-folha {
	height: 100vh;
	width: 100%;
	position: relative;

	display: -webkit-flex;
	display: flex;

	-webkit-justify-content: space-between;
	justify-content: space-between;

	-webkit-flex-direction: column;
	flex-direction: column;
	background-color: #000000; /* Old browsers */
	background: -moz-linear-gradient(top,  #000000 0%, #120b41 80%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #000000 0%,#120b41 80%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #000000 0%,#120b41 80%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#120b41',GradientType=0 ); /* IE6-9 */
}

.arte-folha .img {
	height: 100vh;
	width: 100%;
	position: relative;

	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,120b41+30 */
	background: url('../images/background.png') no-repeat right bottom transparent;
	background-size: contain;

	display: -webkit-flex;
	display: flex;

	-webkit-justify-content: space-between;
	justify-content: space-between;

	-webkit-flex-direction: column;
	flex-direction: column;
}

.arte-folha .img .credit {
	color: #fff;
	font-size: 12px;
	position: absolute;
	bottom: 3px;
	right: 3px;
}

.arte-folha img {
	max-height: 100%;
	width: auto;
	margin-top: 10px;
	overflow: auto;

	-webkit-flex-grow: 1;
	-webkit-flex-grow: 1;

    -webkit-flex-shrink: 1;
    flex-shrink: 1;
}

.arte-folha h1 {
	background-color: #fff;
	padding: 10px 10px 3px;
	width: 100%;
	text-align: center;
	line-height: 1.3em;
	font-size: 1.1em;

	-webkit-flex-shrink: 0;
	flex-shrink: 0;
}

.arte-folha h1 img {
	width: 100%;
	max-width: 600px;
}

.arte-folha h1 .patrocinador {
	display: block;
	width: 100%;
	max-width: 100px;
	margin: 15px auto 0;
}

.arte-folha h1 .patrocinador:before {
	content: 'Patrocínio';
	font-size: 11px;
	color: #757575;
	text-transform: uppercase;
}
#nvg_rt {
	visibility: hidden;
	height: 0;
}

@media (max-width: 600px) {
	.arte-folha .img {
		background: url('../images/background-small.png') no-repeat center center transparent;
		background-size: contain;
	}
}