@import 'https://fonts.googleapis.com/css?family=Roboto:300,400,700';

html{
	height:100%;
	min-height:100%;
}

body {
	font-family: 'Roboto', sans-serif !important;
	min-height:100%;
	background-size: cover;
}

ul, li {
	margin: 0;
	padding: 0;
	list-style: none;
}

a, a:hover{text-decoration: none !important;}

h1.title{
	text-align: center;
	float: left;
	width: 100%;
	font-weight: 300;
	font-size: 32px;
	margin: 0 0 20px 0;
	color: #564138;
}

h2{
	font-weight: 300;
}

header{
	float: left;
	width: 100%;
	height: 200px;
	position: absolute;
	top: 55px;
	z-index: 999;
}

header h1{
	text-align: center;
}

section.form{
	float: left;
	width: 100%;
	background: url(../images/bg-form.jpg) center top no-repeat;
	background-size: cover;
	padding: 180px 0 30px 0;
	margin-bottom: 20px;
	color: #564138;
}

section.form a{
	color: #f7adaf;
}

section.form h2{
	float: left;
	width: 100%;
	text-align: center;
}

section.form form{
	float: left;
	width: 100%;
}

section.form form input{
	width: 100%;
	float: left;
	border-radius: 5px;
	padding: 10px;
	border: none;
	color: #551120;
	margin: 0 0 20px 0;
}

section.form form input.checkbox{
	display: inline-block;
	width: initial;
	margin: 4px 5px 15px 0;
}

section.form form label{
	float: left;
	margin-right: 10px;
}

section.form form button.bt{
	background: #564138;
	border-radius: 5px;
	padding: 10px;
	border: none;
	width: 100%;
	text-transform: uppercase;
	font-weight: 700;
	margin-bottom: 10px;
	color: #fff; 
}

section.fornecedores {
	float: left;
	width: 100%;
	margin-bottom: 20px;
}

section.fornecedores figure{
	float: left;
	width: 100%;
	height: 150px;
	background-size: 100%;
	background-position: center center;
	background-repeat: no-repeat;
}

@media (max-width: 768px){
	section.fornecedores figure{
		height: 80px;
	}
}

footer{
	background: #564138;
	float: left; 
	width: 100%;
	color: #fff;
}

footer .informacoes{
	float: left; 
	width: 100%;
	text-align: right;
}

footer .local{
	float: left; 
	width: 100%;
	text-align: right;
}

footer .footer-bottom{
	float: left;
	width: 100%;
	background: #312520;
	padding: 10px 0;
	margin-top: 20px;
}

footer .panda{
	float: left;
	width: 100%;
	text-align: right;
}

@media (max-width: 768px){
	footer .informacoes, footer .local, footer .realizacao, footer .panda{
		text-align: center;
	}
}

.entrada{
	width: 100%;
	background: #564138;
	float: left;
	text-align: center;
	color: #fff;
	padding: 10px 0;
	font-size: 16px;
}