@charset "utf-8";
/* CSS Document */

body {
	margin:0;
	padding:0;
	width:100%;
	font-family: 'Yanone Kaffeesatz', sans-serif;
}

img {
	border:none;
}

#header {
	width:1000px;
	height:160px;
	margin:0 auto;
}

ul.menu li {
	float:left;
	margin:4px;
	list-style:none;
}

ul.menu li a {
	color:#bbb;
	text-decoration:none;
	letter-spacing:1px;
	font-size:21px;
	font-weight:300;
}

ul.menu li a:hover, ul.menu li.active a {
	color:#151515;
}

#image-header {
	width:100%;
	overflow:hidden;
}

#conteudo-bg {
	background-color:#eae5e5;
	width:100%;
	overflow:hidden;
}

#conteudo-interno {
	width:1000px;
	margin:0px auto;
	overflow:hidden;
}

#conteudo-interno h1 {
	font-size:45px;
	font-weight:400;
}

#conteudo-interno h2 {
	font-size:25px;
	font-weight:400;
	text-transform:uppercase;
}

#conteudo-interno h3 {
	font-size:20px;
	font-weight:400;
	text-transform:uppercase;
}

#conteudo-interno ul.ancora {
	float:left;
	margin:0;
	padding:0;
}

#conteudo-interno ul.ancora li {
	float:left;
	list-style:none;
	margin:0px 3px;
}

#conteudo-interno ul.ancora li a, #conteudo-interno p a {
	text-decoration:none;
	color:#151515;
	font-weight:400;
}

#conteudo-interno p {
	font-size:19px;
	font-weight:300;
	text-align:justify;
}

#conteudo-interno ul li {
	font-size:18px;
	font-weight:300;
	list-style:square;
}

#conteudo-interno p strong {
	font-weight:400;
	letter-spacing:1px;
}

.img {
	overflow:hidden;
	width:100%;
	height:180px;
	transition: height 1s;
	-webkit-transition: height 1s;
	border:1px solid #e3dede;
}

.img2 {
	overflow:hidden;
	width:100%;
	height:300px;
	transition: height 1s;
	-webkit-transition: height 1s;
	border:1px solid #e3dede;
}

.img3 {
	overflow:hidden;
	width:100%;
	height:220px;
	transition: height 1s;
	-webkit-transition: height 1s;
	border:1px solid #e3dede;
}

.img:hover, .img2:hover {
	height:488px;
}

.img3:hover {
	height:394px;
}

.servicos-box {
	float:left;
	width:31%;
	margin:1%;
}

.servicos-box img {
	width:100%;
}

.servicos-box p {
}

#conteudo {
	width:1000px;
	margin:50px auto;
	overflow:hidden;
}

#rodape blockquote {
	font-size:25px;
}
.box-fundo {
	width:275px;
	height:224px;
	float:left;
}

.box-home {
	margin:0 auto;
	width:220px;
	height:190px;
	border:1px solid #ccc;
	color:#FFF;
	transition: height 1s, width 1s;
	-webkit-transition: height 1s, width 1s; /* Safari */
	padding:10px;
}

.box-home:hover {
	width:255px;
	height:214px;
}

.box-home h1 {
	font-weight:400;
	font-size:30px;
	margin:0;
}

.box-home p {
	font-size:18px;
	font-weight:300;
	letter-spacing:1px;
	text-align:justify;
}

.seta {
	background-image:url(images/seta.jpg);
	background-repeat:no-repeat;
	width:47px;
	height:98px;
	float:left;
	margin:68px 2px;
}

#footer {
	background-color:#151515;
	width:100%;
	overflow:hidden;
	color:#FFF;
}

.footer-box {
	float:left;
	width:31%;
	margin:1%;
	color:#FFF;
}

.footer-box h1 {
	font-size:20px;
	font-weight:300;
}

.footer-box h1 img {
	border-radius:18px;
	position:relative;
	top:10px;
	margin-right:5px;
}

.footer-box p {
	font-size:16px;
	font-weight:200;
	text-align:justify;
}

form{
	width:300px;
	float:left;
	background:#;
	-webkit-border-radius:20px;
	padding-top:10px;
}
	
form fieldset{
	border:0;
	padding:0 15px 10px;
}

form fieldset legend{
	font-size:18px;
	color:#bcbcbc;
	padding-bottom:10px;
	font-weight: normal;
}

form label{
	display:block;
	padding:3px 0;
}

form label span{
	display:block;
	color:#222;
	font-size:16px;
	font-weight:normal;
	padding-bottom:3px;
}

form label input{
	font-weight:normal;
	color:#000;
	padding:3px 0;
	width:255px;
}

form input.btn{
	display:block;
	width:100px;
	padding:5px 0;
	margin:10px auto 0;
	float:right;
	border:0;
	background:#d6d1d1;
	text-transform:uppercase;
	color:#222;
	cursor:pointer;
	font-weight: bold;
	font-family: "Segoe UI", Verdana, Geneva, sans-serif;
	font-size: 11px;
	}
form input.btn:hover{
	background:#666;
	background-position:bottom;
	color:#fff;
}