@charset "utf-8";

/* CSS Document */
.redesSociais {
	text-align: center;
	left: 0;
	margin-bottom: 10px;
	height: 25px;
	width: 100%;
	color: #CCC
}

.conteudo {
	margin-top: 20px;
	flex: 1
}

.footer {
	text-align: center;
	color: #CCC;
	font-size: x-small;
	margin-bottom: 10px;
}

.container {
	display: flex;
	flex-direction: column;
	min-height: 100vh;
	position: relative;
	text-align: center
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td {
	margin: 0;
	padding: 0
}

ol,
ul {
	list-style: none
}

body {
	font-family: Verdana;
	background: #000
}

.ie7 body {
	overflow: hidden
}

@media screen and (max-width:767px) {
	.container>header {
		text-align: center
	}
}