﻿body {
	height: 100%;
	margin: 0px;
	padding: 0px;
	color: #333333;
	font: 12px/16px 'Open Sans';
	background: #FFFFFF;
	overflow: hidden;
}

a:visited, a:link, a:active {
	color: #B3C51D;
	text-decoration: none;
	outline: none;
}

a:hover {
	color: #B3C51D;
	text-decoration: underline;
	outline: none;
}

img.fundo {
	position: absolute;
	width: 100%;
	min-height: 100%;
	margin: 0%;
	padding: 0%;
	z-index: 1;
	object-fit: cover;
}

.brevemente {
	position: absolute;
	width: 100%;
	height: 100%;
	margin: 0%;
	text-align: center;
	z-index: 2;
	display: flex;
	justify-content: center;
	align-items: center;
}

	.brevemente img {
		max-width: 520px;
		width: auto;
		max-height: 90%;
	}
