
/* ===============================> GLOBAIS <===================================== */

/**
 *	Local de definicição das TAGS globais utilizadas no site. *  
 * 
 * */

* {
	margin: 0;
	padding: 0;
	outline: none;
}

body {
	font-family: 'Open Sans', sans-serif;		
	z-index:7777;
    background-color: #FBF8EF;
}

section{
    float: left;
    height: auto;
    width: 100%;   
    margin: 0 0 40px 0;
    display: table;
}

ul {
	list-style-position: inside;
}

a {
	color: inherit;
	text-decoration: none;
}

img {
	border: none;
}

fieldset {
	border: none;
}


/* =============================> VARIAVEIS GERAIS <================================= */

/**
 *	Local de definicição das CLASS que serão adotados em todas VIEWS   
 *  Utilizar somente class na documentação
 *  
 * */


.inner{margin: 0 auto; width: 1100px; position: relative; z-index: 0; display: table;}

.clear {clear: both;}

.link:hover {text-decoration: underline;}

.traco{
    height: 3px;
    background-color: #006494;
    width: 100%;
    position: relative;
    bottom: 5px;
}

.traco2{
    height: 2px;
    background-color: #fff;
    width: 100%;
    position: relative;
    bottom: 5px;
}

.sombra{
    width: 100%;
    height: 79px;
    margin-top: -4px;
    float: left;
}

/* ===============================> ESTRUTURA <=================================== */

/**
 *	Definicição das views TOPO e RODAPE   
 *  Caminho: views/estrutura/...
 *  
 * */


/*########################## TOPO ###########################*/


a.fonte_menu:hover {
    color: black;
}

.fundo_topo span#info::before{content: url(../img/fone.png);height: 32px; width: 32px;position: relative; z-index: 3;right: 12px;}

.fundo_topo{
	width: 100%;
    height:	170px;
    float: left; 
    border-top:	10px solid #2D3E5F;    
}

.fundo_topo .logo_topo{
	width:545px;
	height:60px;
	margin: 50px 0 0 290px;	
}

/* MENU */
.fundo_menu{
	width:100%;
	height:65px;
	background:#2D3E5F;
	float:left;
	margin-top:-2px;
    border-bottom: 3px solid #2D3E5F;
    z-index: 99;   
}

.conteudo_menu{
	height:65px;
	margin: 0px auto;
        z-index: 99;
}

.conteudo_menu ul{
	margin-left:-16px;
    margin-top: 3px;
}

.conteudo_menu ul li{
	width: 158px;;
    height: 20px;
    list-style-type: none;
    display: inline;
    float: left;
    margin-top: 22px;
    text-align: center;
    text-transform: uppercase;
    font-family: 'bebasNeue',sans-serif;
}

.espaco{
	width:100%;
	height:35px;	
	float:left;
	margin: 0;   
    z-index: 99;   
}

.espaco2{
	width:100%;
	height:35px;	
	float:left;
	margin: -22px 0 0 0;   
    z-index: 99;   
}

/*########################## FOOTER ###########################*/

.bg-footer{
    height: 230px;
    width: 100%;
    float: left;
    background-size: cover;
    background-color: #2D3E5F;
    display: table;    
    color: #fff;
}

.titulo-footer{
	width: 95%;
	margin: 10px 0 10px 22px;
}

.footer-left {
    float: left;
    height: 100px;
    width: 30%;
	display: table;    
}

.footer-center{
    float: left;
    height: 100px;
    width: 35%;
    display: table;
    margin: 0 0 0 30px;
}

.footer-right{
    float: left;
    height: 100px;
    width: 30%;
    display: table;
}

.footer-left .icone-footer{
	width: 20px;
	float: left;
	margin: 5px 10px 15px 50px;
}

.dados-left{
	width: 250px;
	float: left;
	margin: 0;
}

.dados-left .tel{
	margin: 0 0 10px 0;
}

.dados-left .email{
	margin: 0 0 10px 0;
}

.footer-center .icone-footer{
	width: 20px;		
	float: left;
	margin: 0 10px 0 0;
}

.dados-center{
	width: 330px;	
	float: left;
	margin: 0;
}

.dados-center .end{
	margin: 0 0 15px 0;	
}

.footer-right .sociais{
	display: table;
    margin: 0;
    padding: 0 0 0 45%;
}

.footer-right a{
    text-decoration: none;
}

.footer-right .addthis{
    
}

.direitos{
    width: 100%;
    height: 20px;
    margin: 20px 0 0 0;
    padding: 0 10px 0 22px;
    display: table;
    clear: both;
}

.direitos .decricao-footer{
    width: 86%;
    margin: 0;
    float: left;
}

.direitos .hostche{
    width: 10%;
    margin: 0 0 0 30px;
    float: left;
}


/* ===============================> PAGINAS <=================================== */

/**
 *	Definicição das views de cada página na ordem:
 *	# HOME;
 *	# SOBRE;
 *	# SERVIÇOS;
 *	# GALERIA;
 *	# ORÇAMENTO;
 *	# LOCALIZAÇÂO;
 *	# CONTATO;   
 *   *  
 * */

/*########################## HOME ###########################*/

.intro-home{
	width: 100%;
	height: auto;
	margin: 0;
}
.titulo{	
	margin: 0 auto 20px auto;
	text-align: center;   
	font-weight: bold; 
}

.conteudo{   
    text-align: center;
    margin: 10px 0 50px 0;
}

.galeria{
	margin: 10px;    
}

.galeria img{
    margin: 0px 75px;
    position: relative;
    left: 12px;
}

.subTitulo ul{
    list-style: none;
    display: table;
    width: 100%;
}

.subTitulo ul li{
	width: 250px;
	height: 31px;
    float: left;
    margin: 0px 32px 0 60px;
    text-align: center;
}

.infos{    
    width: 100%;
    height: 260px;
    margin: 35px 0 0 0;    
    display: table;
    /* For Safari 5.1 to 6.0 */
    background: -webkit-linear-gradient(left, #006494 50%, #2D3E5F 50%); 
    /* For Opera 11.1 to 12.0 */
    background: -o-linear-gradient(left, #006494 50%, #2D3E5F 50%); 
    /* For Firefox 3.6 to 15 */
    background: -moz-linear-gradient(left, #006494 50%, #2D3E5F 50%); 
    /* Standard syntax */
    background: linear-gradient(left, #006494 50%, #2D3E5F 50%); 
}

.infos h1{
	width: 100%;
	margin: 15px 0 0 0;
}

.infos p{
	width: 100%;
	text-align: justify;
	margin: 15px 0 0 0;
}
.infos .fundo-left{
	
	width: 50%;  
    height: 260px;  
    float: left;     
}

.infos .info-left{
	margin: 10px 5% 0 5%;
    width: 85%;
    height: 240px;   
}

.infos .info-left .logoCentro{
	left: 509px;
    top: 97px;
    z-index:9999; 
    position:absolute;
}

.infos .fundo-right{
	
    width: 50%;  
    height: 260px;  
    float: left; 
}
.infos .info-right{
	margin: 10px 5% 0 10%;
    width: 85%;
    height: 240px;   
}

.lista-produtos{
	width: 100%;
	margin: 40px 0;
	padding: 10px 0 0 0;
	display: table;
}

.produtos .descricao{
    text-align: center;
    margin: 15px 0 15px 0;
}
.box-produto{
	width: 480px;
	float: left;
	margin: 0 0 10px 50px;	
}

.box-produto img{
	width: 220px;
	height: 165px;
	float: left;
	margin: 0;
	padding: 4px 6px;
	border: 1px solid #DDDDDD;
}
.box-produto p{
	width: 47%;
	float: left;
	margin: 0 0 0 2%;
	padding: 2.5px;
	text-align: justify;
}





/*#################### SOBRE #########################*/

.sobre{
	width: 100%;
	height: 390px;
    margin: 20px 0 0 0;
    display: table;
}
.sobre .titulo{
    text-align: center;
    font-weight: bolder;
}

.sobre .sobre-desc{
	width: 90%;
    text-align: justify;
    margin: 15px 4% 15px 0;
    display: table;
}

.sobre .sobre-imgs{
	width: 96%;
	height: 350px;
	margin: 0 2%;
	display: table;
}

.sobre .base-img1{
	width: 450px;
	height: 200px;
	margin: 0 0 20px 25px;
	padding: 6px 10px;
	border: 2px solid #DDDDDD;
	float: left;
}

.sobre .base-img1 img{
	width: 100%;
	height: 100%;
	margin: 0;
}

.sobre .base-img2{
	width: 160px;
	height: 100px;
	margin: 0 0 0 45px;
	padding: 5px 10px;
	border: 2px solid #DDDDDD;
	float: left;
}

.sobre .base-img2 img{
	width: 100%;
	height: 100%;
	margin: 0;
}

.sobre .sobre-left{
    float: left;
    width: 50%;
    height: 300px;    
}

.sobre .sobre-right{
    float: left;
    width: 50%;
    height: 300px;
}



/*################## SERVIÇOS ########################*/


.servicos{
	width: 100%;
	display: table; 
	margin: 0;
}

.servicos h1{
	padding: 0 0 40px 0;
}

.servicos .servicos-left{
	width: 50%;
	margin: 0;
	float: left;
}

.servicos .servicos-left .servico-desc{
	width: 90%;
	height: 90%;
	margin: 0 auto;
	text-align: justify;
}

.servicos .servicos-right{
	width: 50%;
	margin: 0;
	float: left;
}

.servicos .servicos-right .foto{
	width: 90%;
	height: 90%;
	margin: 0 auto;
}

.linha_fotos{
	width: 90%;
	min-height:180px;
	margin: 50px auto;
	display: table;
}

.linha_fotos .fotos_box{
	width:217px;
	height:164px;
	border:2px solid #DDDDDD;
	float:left;	
	margin:0 0 0 20px;	
}

.linha_fotos .fotos_box .fotos_img{
	width:200px;
	height:150px;	
	margin:8px 0 0 8px;
}


/*################## GALERIA ########################*/

.galeria-fotos{
	width: 100%;
	height: 550px;
	margin: 0;
	padding: 0;
    display: table;
}

.galeria_fotos{
    float: right;
    width: 75%;
    height: auto;
    margin-bottom: 10px;
    
}

.galeria_fotos .imgs{
    height: 288px;
    width: 380px;
    float: left;
    margin: 5px;
    border: 2px solid #D8D8D8;
	text-align:center;
}

.galeria_fotos .imgs img{
    height: 278px;
    width: auto;
    margin: 5px;
	text-align:center;
}

.galeria_fotos .imgs img:hover{
	-webkit-transform: scale(1.01);
    -moz-transform: scale(1.01);
    -ms-transform: scale(1.01);
    -o-transform: scale(1.01);
    transform: scale(1.01);
}

.lista-colecoes {
    width: 203px;
    height: auto;
    min-height: 100px;
    float: left;
    margin-bottom: 35px;
}

.lista-colecoes .header {
    width: 203px;
    height: 40px;
    padding-top: 10px;
    background-color: #247BA0;
    text-indent: 23px;
    color: #FFFFFF;
    font-size: 24px;
    border-radius: 0 10px 0 0;
    margin-top: 10px
}

.lista-colecoes .item {
    width: 203px;
    height: 32px;
    padding-top: 6px;
    color: #4C4C4C;
    background-color: #EEEEEE;
    text-indent: 25px;
    font-size: 18px;
    margin-bottom: 1px;
}

.lista-colecoes .item:hover {
    background-color: #F9F9F9
}

.lista-coloecoes a:active {
	background-color: #006494;
}

.paginacao{
    width: 7%;
    margin: 0 0 0 45%;
    background-color: #006494;
    color: #ffffff;
}
/*################## ORÇAMENTO ########################*/

.orcamento{
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
    display: table;
}

.orcamento .formulario{
	width: 60%;
	margin: 0 auto;
	display: table;
}

.formulario .mensagem-orcamento{
    width: 80%;
    margin: 0 0 30px 150px;
    padding: 3px 0;
    background-color: #006494;
    text-align: center;
}

.formulario .box-form{
	width: 90%;
	height: auto;
	padding: 0 5%;
	margin: 0 0 2% 0;
    display: table;
}

.box-form label{
	width: 97%;	
}

.box-form .input{
	width: 97%;
    height: 40px;
    background-color: transparent;
    border: 2px solid #247BA0;
    border-radius: 4px;
    margin-top: 15px;
    padding: 1px 5px;
}

.box-form .mini-input1{
    float:left; 
    width:45%;
    margin: 0 48px 0 0;
}

.box-form .mini-input2{
    float:left; 
    width:45%;
    margin: 0;
}

.box-form .dest-select{
    width: 100%;
    height: 40px;
    background-color: transparent;
    border: 2px solid #247BA0;
    border-radius: 4px;
    margin-top: 15px;
    padding: 1px 5px;
    clear: both;
}

.box-form .textarea{
	width: 97.5%;
    height: 150px;
    background-color: transparent;
    border: 2px solid #247BA0;
    border-radius: 4px;
    margin-top: 14px;
    padding: 3px 5px;
}

.submit{
	width: 150px;
    height: 41px;
    float: right;
    margin: 20px 0 0 0;
    background-color: #006494;
    border: none;
    color: #FFFFFF;
    cursor: pointer;
    font-size: 20px;
    border-radius: 5px;
}



/*################## LOCALIZAÇÃO ########################*/

.localizacao{
	width: 100%;
	height: 500px;
	margin: 0 0 150px 0;
	padding: 0;
}

.localizacao .box-mapa{
	height: 450px;
	margin: 40px 0;
	position: relative;
	overflow: hidden;
	background-color: rgb(229, 227, 223);
	border: 1px solid #00afef;
}



/*################## CONTATOS ########################*/

.contato{
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
    display: table;
}

.contato .formulario{
    width: 60%;
    margin: 0 auto;
    display: table;
}

.contato .formulario .mensagem-orcamento{
    width: 80%;
    margin: 0 0 30px 150px;
    padding: 3px 0;
    background-color: #006494;
    text-align: center;
}

.formulario .box-form{
    width: 90%;
    height: auto;
    padding: 0 5%;
    margin: 0 0 2% 0;
    display: table;
}

.box-form label{
    width: 97%; 
}

.box-form .input{
    width: 97%;
    height: 40px;
    background-color: transparent;
    border: 2px solid #247BA0;
    border-radius: 4px;
    margin-top: 15px;
    padding: 1px 5px;
}

.box-form .mini-input1{
    float:left; 
    width:45%;
    margin: 0 48px 0 0;
}

.box-form .mini-input2{
    float:left; 
    width:45%;
    margin: 0;
}

.box-form .dest-select{
    width: 100%;
    height: 40px;
    background-color: transparent;
    border: 2px solid #247BA0;
    border-radius: 4px;
    margin-top: 15px;
    padding: 1px 5px;
    clear: both;
}

.box-form .textarea{
    width: 97.5%;
    height: 150px;
    background-color: transparent;
    border: 2px solid #247BA0;
    border-radius: 4px;
    margin-top: 14px;
    padding: 3px 5px;
}

.submit{
    width: 150px;
    height: 41px;
    float: right;
    margin: 20px 0 0 0;
    background-color: #006494;
    border: none;
    color: #FFFFFF;
    cursor: pointer;
    font-size: 20px;
    border-radius: 5px;
}
.contato .desc-contato{
	width: 90%;
	margin: 10px auto;
	text-align: center;
}


/****************** QUERIES ********************/
@-moz-document url-prefix() {
	div.infos div p{
		font-size: 15.5px;
	}
}



@media only screen and (max-width: 1080px){
	#fundo_topo {width: 1100px;}
	#fundo_menu {width: 1100px;}
	footer {width: 1100px;}
}