@font-face {
    font-family: 'AharoniBold';
    src: url('fonts/ahronbd.eot');
    src: url('fonts/ahronbd.eot') format('embedded-opentype'),
         url('fonts/ahronbd.woff') format('woff'),
         url('fonts/ahronbd.ttf') format('truetype'),
         url('fonts/ahronbd.svg#AharoniBold') format('svg');
}

body{
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
	background: url("../img/background.jpg")top center no-repeat;
}
a{
	text-decoration: none;
}
h1,h2,h3,h4,span,p{
	margin: 0px;
	padding: 0px;
}
.font-aharoni{
	font-family: 'AharoniBold';
}
.font-arial{
	font-family: arial;
}
.font-times{
	font-family: Times New Roman;
}
header{
 	width: 1000px;
 	background: url("../img/header.png")top center no-repeat;
 	height: 177px;
 	margin-left: auto;
 	margin-right: auto;
}
header a{
	float: left;
	margin-top: 20px;
	font-size: 14px;
	color: #333333;
	text-transform: uppercase;
}
header a + a{
	margin-left: 37px;
}
.container{
	width: 940px;
	display: table;
	margin-left: auto;
	margin-right: auto;
}
#logo{
	background: url("../img/logo.png")no-repeat;
	width: 183px;
	height: 177px;
	float: left;
	margin-left: 50px;
	margin-right: 26px;
}
#social{
	float: left;
	width: 100px;
	margin-top: 15px;
	margin-left: 25px;
}
#banner{
	width: 100%;
	height: 447px;
	background: url("../img/banner.png")top center no-repeat;
	margin-top: 20px;
}
#bg-text-home{
	background: url("../img/bg-text-banner.png");
	width: 320px;
	height: 320px;
	position: absolute;
	left: 50%;
	margin-left: -128px;
	margin-top: 46px;	
	display: inline-block;
}
#bg-text-home > #titulo{
	width: 166px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	margin-top: 53px;
	
}
#bg-text-home > #titulo span{
	font-family: 'AharoniBold';
	font-size: 17px;
	color: #999999;
}
#bg-text-home > #titulo > .arreia{
	color: #E6A221;
}
#bg-text-home > #titulo > .brita{
	color: #ffffff;
}
#bg-text-home > #arreia{
	width: 107px;
	color: #F3AC21;
	text-align: right;
	margin-left: 30px;
	margin-top: 10px;
	float: left;
}
#bg-text-home > #brita{
	width: 107px;
	color: #ffffff;
	text-align: left;
	margin-left: 40px;
	margin-top: 10px;
	float: left;
}
#texto-home{
	background: url("../img/line.png")bottom center no-repeat;
	height: 48px;
	width: 100%;
	text-align: center;
	font-family:"Times New Roman";
	color: #333333;
	font-size: 24px;
	margin-top: 35px;
	float: left;
	
}
#empresa-home{
	background: url("../img/empresa-home.png")bottom center no-repeat;
	width: 275px;
	float: left;
	text-align: right;
	font-family: arial;
	height: 205px;
	margin-top: 50px;
}
#empresa-home h2{
	font-size:23px;
	color: #E6A221;
	text-align: left;
	font-family: "AharoniBold";
}
#empresa-home p{
	font-size: 13px;
	color: #ffffff;
	font-style: italic;
	margin-top: 43px;
	margin-right: 25px;
}
#empresa-home h3{
	font-size: 12px;
	color: #E6A221;
	font-weight: bold;
	margin-top: 10px;
	margin-right: 25px;
}
#empresa-home h4{
	font-size: 12px;
	color: #E6A221;
	font-weight: normal;
	margin-right: 25px;
}
#galeria-home{
	width: 365px;
	float: left;
}
#galeria-home h2{
	color: #1A1A1A;
	font-size: 23px;
	font-family: "AharoniBold";
	margin-top: 50px;
	text-align: center;
}
.list_carousel {
	width: 380px;
	display: table;
	height: auto;
}
.caroufredsel_wrapper{
	float: left!important;
}
.list_carousel ul {
	margin: 0;
	padding: 0;
	list-style: none;
	display: block;
}
.list_carousel li {
	width: 240px;
	height: 80px;
	padding: 0;
	display: block;
	float: left;
	padding: 10px;
	padding-left: 15px;
	margin-top: 25px;
}
.prev {
	float: left;
	background: url("../img/prev.png");
	width: 52px;
	height: 70px;
	margin-top: 45px;
}
.next {
	float: right;
	background: url("../img/next.png");
	width: 52px;
	height: 70px;
	margin-top: 45px;
}
.list_carousel li img{
	float: left;
	
}
.list_carousel li h3{
	font-size: 14px;
	color: #E6A221;
	float: left;
	margin-left: 10px;
	font-family: arial;
	width: 140px;
	margin-top: 10px;
}
.list_carousel li p{
	font-size: 12px;
	color: #050505;
	float: left;
	margin-left: 10px;
	font-family: arial;
	width: 140px;
}
#servicos-home{
	width: 273px;
	float: right;
	background: url("../img/servicos-home.png")bottom center no-repeat;
	height: 252px;
}
#servicos-home h2{
	color: #E6A221;
	font-size: 23px;
	font-family: "AharoniBold";
	margin-top: 50px;
	text-align: left;
}
#servicos-home p{
	width: 220px;
	margin-left: 20px;
	margin-top: 35px;
	color: #333333;
	font-size: 13px;
	line-height: 15px;
	font-family: arial;
}
#leia-mais{
	background: url("../img/a.png")right no-repeat;
	width: 220px;
	font-size: 12px;
	color: #ffffff;
	font-family: arial;
	margin-left: 21px;
	margin-top: 15px;
	cursor: pointer;
}
footer{
	width: 100%;
	height: 95px;
	margin-top: 55px;
}
#logo-footer{
	background: url("../img/logo-rodape.png");
	width: 71px;
	height: 70px;
	float: left;
}
#block-1{
	float: left;
	width: 180px;
	font-family: arial;
	margin-left: 20px;
}
#block-1 h2{
	font-weight: bold;
	font-size: 14px;
	margin-top: 10px;
}
#block-1 h3{
	font-size: 14px;
	font-weight: normal;
}
#block-2{
	float: left;
	width: 300px;
	font-family: arial;
	margin-left: 20px;
	font-size: 14px;
	margin-top: 13px;
}
#block-2 img{
	float: left;
}
#block-2 p{
	margin-left:15px;
	float: left;
}
#block-3{
	float: left;
	width: 265px;
	font-family: arial;
	margin-left: 35px;
	font-size: 14px;
	margin-top: 10px;
}
#block-3 img{
	float: left;
}
#block-3 h2{
	font-size: 24px;
	color: #050505;
	font-weight: bold;
	font-family: arial;
	margin-left:15px;
	float: left;
}
#bf2{
	float: left;
	margin-top: 15px;
}
#line-footer{
	background: url("../img/line-footer.png");
	width: 940px;
	height: 4px;
	float: left;
	margin-top: 20px;
}
#empresa h2{
	text-align: center;
	font-family: 'AharoniBold';
	color: #D8841E;
	font-size: 48px;
	margin-top: 70px;
}
#empresa > p{
	text-align: center;
	font-family:"Times New Roman";
	color: #333333;
	font-size: 24px;
	font-style: 24px;
	margin-top: 10px;
	background: url("../img/line-titulos.png")bottom center no-repeat;
	height: 48px;
}
.institucional{
	width: 940px;
}
.institucional > p{
	font-size: 14px;
	color: #050505;
	width: 460px;
	margin-top: 50px;
	font-family: arial;
	line-height: 24px;
	float: left;
}
#fotos-empresa{
	width: 412px;
	height: 266px;
	float: right;
	background: url("../img/fotos-empresa.png");
	margin-top: 50px;
}
#fotos-empresa img{
	float: left;
	margin-top: 10px;
margin-left: 13px;
}
#servicos > h2{
	text-align: center;
	font-family: 'AharoniBold';
	color: #D8841E;
	font-size: 48px;
	margin-top: 70px;
}
.listagem-servicos{
	float: left;
	width: 100%;
	margin-top: 25px;
}
.bg-image{
	background: url("../img/bg-foto-servico.png");
	width: 212px;
	height: 152px;
}
.bg-image img{
	margin-top: 10px;
	margin-left: 13px;
}
.img{
	float: left;
	margin-top: 15px;
}
.lupa{
	background: url("../img/lupa.png")left no-repeat;
	width: 155px;
	padding-left: 25px;
	margin-left: 20px;
}
.lupa a{
	font-size: 14px;
	color: #050505;
}
.listagem-servicos{
	float: left;
	margin-top: 25px;
}
.listagem-servicos h2{
	float: left;
	width: 680px;
	margin-left: 45px;
	color: #333333;
	font-size: 24px;
	font-family:"Times New Roman";
	font-style: italic;
	
}
.listagem-servicos p{
	float: left;
	width: 680px;
	margin-left: 45px;
	font-size: 14px;
	color: #050505;
	margin-top: 5px;
}
#galeria > h2{
	text-align: center;
	font-family: 'AharoniBold';
	color: #D8841E;
	font-size: 48px;
	margin-top: 70px;
}
#galeria h4{
	font-family:"Times New Roman";
	font-style: italic;
	color: #333333;
	font-size: 24px;
	text-align: center;
	font-weight: normal;
}
.bg-galeria{
	width: 110px;
	height: 79px;
	background: url("../img/bg-galeria-detalhe.png");
	padding: 5px;
	display: inline-block;
	vertical-align: middle;
	margin-right: 10px;
	
}
#maps{
	border: 4px solid black;
}
#form{
	float: left;
	width: 520px;
	margin-top: 25px;
}
#form input{
	width: 520px;
	outline: 0;
	border: 1px solid #CCCCCC;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	height: 40px;
	float: left;
	margin-top: 5px;
}
#form textarea{
	width: 520px;
	outline: 0;
	border: 1px solid #CCCCCC;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	height: 100px;
	float: left;
	margin-top: 5px;
}
#form label{
	color: #000000;
	font-size: 13px;
	width: 520px;
	margin-top: 15px;
	float: left;
}
#maps{ 
	float: right;
}
.contact-button input{
	text-align: right;
	border: 0!important;
	outline: 0;
	background: transparent;
	font-size: 18px;
	color: #D8841E;
	font-weight: bold;
}