body{
	font-family: Calibri;
	font-size: 15px;
	color: #333;
}
html{
	overflow-y: auto;
	overflow-x: hidden;
}
a{
	text-decoration: none;
	font-family: Calibri;
	font-size: 15px;
	color: #FFF;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
	padding-right: 20px;
}
a:hover{
	background-color: #000;
}
.a-hidden{
	display: none;
	background-color: rgba(0,0,0,0.9);
}
.background{
	position: absolute;
	width: auto;
	height: 100%;
	top: 0px;
	left: 0px;
}
.div-master{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
}
.description{
	display: none;
}
.copyright{
	position: relative;
	width: 400px;
	top: 100%;
	left: 50%;
	margin-top: -20px;
	margin-left: -200px;
	font-family: Calibri;
	font-size: 12px;
	color: #333;
	text-align: center;
}
.icon{
	width: auto;
	height: 12px;
	margin-right: 10px;
}
.iframe{
	position: absolute;
	width: 430px;
	height: 410px;
	top: 190px;
	left: 50%;
	margin-left: -210px;
}
.logo-800x200{
	position: absolute;
	width: 800px;
	height: 200px;
	top: 50%;
	left: 50%;
	margin-top: -100px;
	margin-left: -400px;
}
.logo-400x100{
	position: absolute;
	width: 400px;
	height: 100px;
	top: 75px;
	left: 50%;
	margin-left: -200px;
}
.menu-bar{
	position: fixed;
	width: 100%;
	top: 0px;
	left: 0px;
	font-family: Calibri;
	font-size: 15px;
	color: #FFF;
	background-color: rgba(0,0,0,0.8);
}
.menu-content{
	position: relative;
	width: 600px;
	top: 0px;
	left: 50%;
	margin-left: -300px;
	padding: 10px;
}
.menu-hidden{
	position: fixed;
	top: 0px;
	left: 50%;
	margin-left: -300px;
	padding: 10px;
}
.formulario{
	position: fixed;
	float: left;
	width: 400px;
	top: 0px;
	left: 0px;
	padding: 10px;
}
.formulario-campo{
	float: left;
	width: 400px;
	margin-bottom: 10px;
	font-family: Calibri;
	font-size: 15px;
	text-align: justify;
	color: #333;
}
.textfield-campo{
	width: 400px;
	height: 20px;
	font-family: Calibri;
	font-size: 15px;
	text-align: justify;
	color: #333;
}
.textfield-ddd{
	position: absolute;
	width: 30px;
	height: 20px;
	font-family: Calibri;
	font-size: 15px;
	text-align: justify;
	color: #333;
}
.textfield-telefone{
	width: 360px;
	height: 20px;
	margin-left: 40px;
	font-family: Calibri;
	font-size: 15px;
	text-align: justify;
	color: #333;
}
.textfield-mensagem{
	width: 400px;
	height: 200px;
	font-family: Calibri;
	font-size: 15px;
	text-align: justify;
	color: #333;
}
.btn{
	width: 80px;
	height: 20px;
	margin-right: 10px;
	border: none;
	font-family: Calibri;
	font-size: 15px;
	color: #FFF;
	background-color: rgba(0,0,0,0.8);
}
.btn:hover{
	background-color: #000;
}