@import url("../font/stylesheet.css");
@charset "utf-8";
* {
	margin: 0px;
	padding: 0px;
}
html, body, #wrapper {
	height: 100%;
}
body > #wrapper {
	height: auto;
	min-height: 100%;
}
body {
	font-family: "avantgarde_bk_btbook", sans-serif;
}
a {
	color: #666666;
}

/* ESTRUTURA */
.logo {
	width: 320px;
	height: 90px;
}
.menu-btn {
	display: block;
	width: 45px;
	height: 45px;
	background: url(../images/menu.png) no-repeat;
	position: absolute;
	top: 50%;
	margin-top: -22.5px;
	left: 10px;
	font-size: 26px;
	border: none;
}
#content {
	padding-bottom: 40px;
}
.text {
	max-width: 960px;
	margin: 20px auto;
	padding: 20px;
	text-align: justify;
}
.banner {
	width: 100%;
	height: auto;
	position: relative;
	-webkit-box-shadow: 0 8px 12px -3px #CCCCCC;
	-moz-box-shadow: 0 8px 12px -3px #CCCCCC;
	box-shadow: 0 8px 12px -3px #CCCCCC;
	margin-bottom: 20px;
	border-top: 2px solid #CFDFE5;
}
.banner img {
	max-width: 100%;
	height: auto;
}
.title, p {
	font-size: 14px;
	margin-bottom: 25px;
	line-height: 18px;
	letter-spacing: 1px;
}
.title {
	font-weight: bold;
	margin-bottom: 35px;
	color: #224362;
}
p b {
	color: #224362;
}
#footer {
	position: relative;
	margin-top: -40px;
	height: 40px;
	clear: both
}
hr {
	width: 95%;
	border: none;
	border-bottom: 2px solid #A7B4C0;
	margin: 0 auto;
}
.wssites{
	width: 69px;
	height: 26px;
	margin: 5px auto;
}
.tel {
	height: 20px;
	font-size: 14px;
	color: #224362;
	position: absolute;
	top: 50%;
	right: 2%;
	margin-top: -10px;
}

/* INDEX */
.col1-a, .col1-b {
	width: 31.3%;
	background: #F2F6F8;
	-moz-box-shadow: 0 0 15px #CCCCCC;
	-webkit-box-shadow: 0 0 15px #CCCCCC;
	box-shadow: 0 0 15px #CCCCCC;
	float: left;
	margin-bottom: 30px;
}
.col1-b {
	margin: 0 3%;
}
.col1 {
	width: 94%;
	margin: 10% auto;
	color: #666666;
}
.col1 img {
	max-width: 100%;
	height: auto;
	margin-bottom: 5%;
}
.link {
	text-align: right;
}
.col2-a, .col2-b {
	width: 48%;
	background: #F2F6F8;
	-moz-box-shadow: 0 0 15px #CCCCCC;
	-webkit-box-shadow: 0 0 15px #CCCCCC;
	box-shadow: 0 0 15px #CCCCCC;
	float: left;
	margin-bottom: 30px;
}
.col2-b {
	float: right
}
.col2 {
	width: 94%;
	margin: 5% auto;
	color: #666666;
}
.col2 img {
	float: left;
	padding-right: 20px;
	padding-bottom: 10px;
}
.col2 a {
	text-decoration: none;
}
.utilidade ul {
	list-style: square;
	color: #79DEFE;
	margin-left: 15px;
}

/* SERVICOS */
.servicos {
	margin-left: 5%;
	margin-bottom: 25px;
}
.servicos li {
	color: #666666;
	list-style: circle;
}

input[type="button"]:focus {
	outline: none;
	border: none;
}

/* ORÇAMENTOS */
.orcamentos {
	max-width: 675px;
}
.div1, .div3 {
	width: 100%;
	float: left;
	margin-bottom: 10px;
}
.div1, .div2 {
	width: 48%;
	margin-bottom: 10px;
}
.div2 {
	float: right;
}
.campo {
	width: 25%;
	float: left;
	font-size: 14px;
	letter-spacing: 1px;
}
.form {
	width: 75%;
	float: left;
}

/* CONTATO */
.contato {
	float: left;
}
.matriz, .filial {
	float: right;
}
.filial {
	margin-top: 40px;
}
.matriz p, .filial p {
	margin-bottom: 5px;
}


/* FORMS */
input[type="text"] {
	background: #FFF;
	border: 1px solid #90A1B0;
}
textarea {
	background: #FFF;
	border: 1px solid #90A1B0;
	resize: none;
	width: 100%;
	height: 118px;
}
input[type="submit"] {
	background: none;
	border: none;
	text-decoration: underline;
	font-size: 14px;
	color: #224362;
	margin-bottom: 35px;
	margin-top: 10px;
	cursor: pointer;
	font-family: "avantgarde_bk_btbook", sans-serif;
	
}
input[type="submit"]:hover {
	text-decoration: none;
}

@media screen and (max-width: 480px) {
	#header {
		position: relative;
	}
	.logo {
		position: relative;
		width: 50%;
		height: auto;
		max-width: 320px;
		margin: 5% auto;
	}
	.logo img {
		max-width: 100%;
		height: auto;
	}
	.contato, .matriz, .filial {
		width: 100%;
		max-width: 100%;
	}
	.matriz, .filial {
		margin-bottom: 40px;
	}
	.filial {
		margin-top: 0;
	}
	.wssites {
		margin-left: 3%;
	}
	
	/* INDEX */
	.col1-a, .col1-b, .col2-a, .col2-b {
		width: 100%;
		margin: 0 auto;
		margin-bottom: 10%;
	}
	.div1, .div2, .div3 {
		width: 100%;
	}
}
@media screen and (min-width: 480px) {
	#header {
		position: relative;
	}
	.logo {
		position: relative;
		width: 50%;
		max-width: 320px;
		height: auto;
		margin: 3% auto;
	}
	.logo img {
		max-width: 100%;
		height: auto;
	}
	.contato {
		width: 100%;
		max-width: 100%;
	}
	.matriz, .filial {
		margin-bottom: 40px;
		width: 48%;
	}
	.matriz {
		float: left;
	}
	.filial {
		margin-top: 0;
	}
	.div1, .div2, .div3 {
		width: 100%;
	}
}
@media screen and (min-width: 800px) {
	#header {
		height: 150px;
		position: relative;
	}
	.logo {
		position: relative;
		margin: 20px auto;
	}
	.contato {
		max-width: 333px;
	}
	.matriz, .filial {
		width: 40%;
	}
	.matriz {
		float: right;
	}
	.menu-btn {
		display: none;
	}
}
@media screen and (min-width: 1024px) {
	#header {
		height: 132px;
		position: relative;
	}
	.logo {
		position: absolute;
		top: 20px;
		left: 42px;
		margin: 0;
	}
}