@CHARSET "UTF-8";

body, htm{
	margin: 0;
	font-family: Tahoma, Verdana, Arial;
}
body{
	background-image: url("../images/background.png");
	background-attachment: scroll;
	background-position: 50% 80%;
	background-repeat: no-repeat;
}
img{
	border:0;
}
a {
	color: #000;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
.clear{
	clear: both;
}
.container-page{
	width: 1024px;
	margin: 0 auto;
}
.alright{
	float: right;
}
.alleft{
	float: left;
}
.hide{
	display: none;
}
/* HEADER */
#header{
	border-bottom: 7px solid #02214a;	
	height: 151px;
	width: 100%;
	min-width: 1024px;
}
ul{
	padding: 0px;
	margin: 0px;
}
li{
	list-style: none;
}
.marcacao {
	margin-left: 48px;
}
.marcacao li{
	float: none;
	color: #02214a;
	font-size: 14px;
	list-style: circle;
	margin-bottom: 10px;
}
#header img:first-child{
	/*margin:5px 0 0 5px;*/
}
#header-info{
	margin-top: 58px;
	float: right;
	width: 555px;
}

#header-info .info {
 	float: right;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 9px;
    margin-right: 61px;
    text-align: right;
    width: 206px;
    color:#0a1e29;
}
#header-info .info div{
	float: right;
}
#header-info img{
	float: right;
	margin-left:6px;
}
#header-info ul{
	float:right;
	margin-right: 61px;	
}
#header-info li{
	margin-left: 23px;
	float: left;
	
}
.active{
	color: #fa691e !important;
}

#header-info a {
	font-size:19px;
	text-shadow: 2px 2px 2px #999999;
	font-weight: 200;
	color: #0a1e29;
	
	-webkit-transition:	all 0.5s linear;
	-moz-transition: all 0.5s linear;
	-o-transition: all 0.5s linear;
	transition: all 0.5s linear;	
}
#header-info a:hover{
	
	text-decoration: none;
	color: #fa691e;
	-webkit-transition:	all 0.5s linear;
	-moz-transition: all 0.5s linear;
	-o-transition: all 0.5s linear;
	transition: all 0.5s linear;	
}
.breadcrumb{
	color:#737474;
	font-size:14px;
	margin:20px 0 28px 0;
	padding-left:22px;
}
h1{
	color:#02214a;
	font-size: 24px;
	margin: 0 0 15px 0;
	padding-left:22px;
}
/* HOME */
#servicos{
	margin-top: 38px;	
}
.servicos{
	width: 727px;	
	margin-top: 22px;
}
.servicos-margin{
	margin-top: 0px;
}
.servicos .title{
	text-shadow: none !important;
    padding: 10px 0 0 22px !important;
    margin-bottom: 22px;
    width: 100% !important;
}
.servicos .title a{
	margin:0 10px 0 0;
}
.servicos p{
	width: 100%;
	padding-left: 22px;
	font-size: 14px;
	color: #02214a;
	
}
.servicos .img-mleft{
	margin: 0px 20px 10px 10px;
}
.servicos .img-mright{
	margin: 0px 0px 10px 15px;
}
.servicos .imgleft{
	margin: 0px 0px 10px 310px;
}
#orcamento{
	color:#02214a;
	width:234px;
	background: #d6d4d4; /* Old browsers */
	border:1px solid #ccc;
	padding:10px;
	background: -moz-linear-gradient(top, #d6d4d4 30%, #ffffff 97%, #ffffff 100%, #7db9e8 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(30%,#d6d4d4), color-stop(97%,#ffffff), color-stop(100%,#ffffff), color-stop(100%,#7db9e8)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #d6d4d4 30%,#ffffff 97%,#ffffff 100%,#7db9e8 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #d6d4d4 30%,#ffffff 97%,#ffffff 100%,#7db9e8 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #d6d4d4 30%,#ffffff 97%,#ffffff 100%,#7db9e8 100%); /* IE10+ */
	background: linear-gradient(to bottom, #d6d4d4 30%,#ffffff 97%,#ffffff 100%,#7db9e8 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d6d4d4', endColorstr='#7db9e8',GradientType=0 ); /* IE6-9 */
}
#orcamento h3{
	font-size: 18px;
	border-bottom: 1px solid #999999;
	padding: 10px 0 8px 0;
	margin-top:3px;
}
.input-text{
	margin-bottom: 10px;
}
.input-text label{
	display: block;
}
#orcamento .input-text input,#orcamento .input-text textarea{
	width: 227px;
}
#orcamento button, .box-contato-2 button{
	background-color: #02214a;
	border:0;
	padding: 2px;
	color:#fff;
	border-radius:4px;
	margin:15px 0 15px 0;
}
#orcamento button img, .box-contato-2 button img{
	margin: 2px 10px 0 0;	
}
#servicos li{
	width: 340px;
	text-align: center;
	float: left;
	-webkit-transition:	all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;	
}
#servicos li:hover{
	-webkit-transform: scale(1.05);
   -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
     -o-transform: scale(1.05);
        transform: scale(1.05);
        -webkit-transition:	all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;	
}
#servicos li h2{
	font-size: 18px;
	color: #0a1e29;
}
#servicos li a{
	text-decoration: none;	
}

#home-quem-somos {
	margin: 45px 0 25px 0;
}
#home-quem-somos .title, .servicos .title{
	height: 33px;
	border-top:1px solid #acadae;
	background-color:#dbdcdc;	
	text-shadow: 2px 2px 3px #999999;
	font-size: 18px;
	color: #0a1e29;
	padding: 10px 0 0 40px;
	
}
#home-quem-somos img{
	margin:18px 38px 15px 30px; 
	float: right;
}
#home-quem-somos p{
	padding-left: 40px;
	margin-top:18px;
	color: #333434;
	font-size:17px;
}
#home-quem-somos a{
	color: #fa691e;
}
.fixar  {
    position:fixed;
    top:0px;
    right: 0px;
}
/* CONTATO */
.box-contato-1 h2{
	color: #02214a;
	font-size:22px;
	margin: 0;
	padding: 0 0 0 22px;
	font-weight: normal;
}
.box-contato-1{
	width: 455px;
}
.box-contato-1 p{
	color: #4b4a4a;
	font-size:15px;
	padding: 0 0 0 22px;
	margin: 0;
}
.box-contato-1 #contato {
	margin-top:50px;
}
.box-contato-1 #localizacao{
	margin-top:128px;
}
.box-contato-2{
	width: 546px;
	padding: 0 10px 0 10px;
}
.box-contato-2 .input-text input, .box-contato-2 .input-text textarea{
	min-width: 525px;
	width: 100%;
}
.box-contato-2 .inpcol{
	width: 220px;
}
.box-contato-2 .inpcol input{
	min-width: 220px;
}
/* QUEM SOMOS */
.quem-somos p, .info-quem-somos {
	font-size: 14px;
	color: #666666;
	padding-left:22px;
}
.info-quem-somos{
	margin-top:100px;	
} 

.texto-1 .img-large{
	width: 358px;
	-webkit-transition:	all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;	
}
.texto-1 .img-minus{
	width: 209px;
	-webkit-transition:	all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;	
}
.img-quem-somos{
	margin:0 35px 20px 39px;
}
.quem-somos-actions{
	width:730px;
	margin:0 auto;
	margin-top:55px;
	margin-bottom: 55px;
}
.quem-somos-actions
 a:first-child{
	margin-left: 30px;	
}
.quem-somos-actions a:nth-child(2){
	margin-left: 94px;	
}
.quem-somos-actions a:hover{
	text-decoration: none;
}
.btn{
	background-color: #02214a;
	width: 300px;
	height: 33px;
	color: #FFF;
	font-size: 18px;
	text-align: center;
	padding-top:6px;
}
.btn img{
	margin-left: 15px;
    margin-top: 4px;	
}
.btn .icon-map{
	margin-top: 0px;	
}
/* FOOTER */
#footer{
	background-color: #02214a;
	color: #fff;
	width: 100%;
	border-top: 3px solid #ccc;
	height: 63px;
	min-width: 1024px;
}
#box-left a {
	color: #fff !important;	
}

#box-center{
	margin:0 auto;
	width:310px;
	font-size:12px;
	text-align: center;
	padding-top:20px;
}
#box-left{
	width:105px;
	float:left;
	font-size:12px;
	padding-top: 15px;
	text-align: right;
}
#box-right {
	width:132px;
	float:right;
	text-align: right;
	margin-right: 6px;
	padding-top: 21px;
	font-size: 14px;
}
#box-right img {
    margin-top: 5px;
}