@charset "UTF-8";

@font-face{ 
	font-family: "TitilliumR"; 
	src: url('../fonts/Titillium/TitilliumWeb-Regular.ttf');
}

@font-face{ 
	font-family: "TitilliumB"; 
	src: url('../fonts/Titillium/TitilliumWeb-SemiBold.ttf');
}  

 
*{
	margin: 0 auto; 
	padding: 0;
}

body{
	background-color: #fff; 
	color: #fff; 
	margin: 0 auto; 
	padding:0 auto; 
} 

ul li{
	list-style-type: none; 
	font-size: 20px; 
	color: #fff; 
	display: inline;
}

a{
	text-decoration:none; 
	color: #fff; 
	font-family: "TitilliumR";
}

a img{
	border:0;
}

h1,h2,h3,h4,h5{
	margin: 0 auto; 
	padding: 0;
}

h2{
	word-spacing: 15px;
}

fieldset:{
	border:0;
}

.container{
	margin:0 auto; 
	padding:0;
}

.container-fluid{
	margin:0 auto;
	padding:0;
}

.row{
	margin: 0; 
	padding: 0;
}

p {
	font-family: 'TitilliumR'; 
	font-size: 18px;
}

hr{
	border: 0;
}



/*** Topo ***/
#topo{
	background-color: #fff;
	margin: 0;
	width: 100%;
}

#topo .logo{
	max-height: 80px;
	margin:  0;
}

#topo .btn-menu{
	position: absolute;
	display: none;
	top: 20px;
	right: 20px;
	font-size: 20px;
	color: #999;
	border: 1px solid #bbb;
	border-radius: 4px;
	padding: 4px 9px;
}

#topo .btn-menu:hover{
	cursor: pointer;
}


#topo .bloco-contato{
	margin: 0;
	padding: 12px 3px;
	background-color: #f5f5f5;
}

#topo i{
	display: block;
	color: #0071ba;
	font-size: 35px;
	margin-top: 8px;
}

#topo h5{
	font-size: 22px;
	font-family: 'TitilliumR';
	color: #9B3019;
	color: #222;
}

#topo a{
	color: #222;
	font-size: 22px;
	font-weight: bold;
	font-family: 'TitilliumR';
}


#topo .navbar-nav{
	margin: 12px 0;
}

#topo li a{
	font-family: 'TitilliumR';
	text-decoration: none; 
	font-size: 14px;
	color: #222;
	border-bottom: 3px solid transparent;
	padding: 17px 25px 14px 25px;
	text-transform: uppercase;
}

#topo li a:hover{
	background-color: transparent;
	color: #0B60A5;
	border-bottom: 3px solid #0B60A5;
}

#topo li a i{
	font-size: 12px;
}

#topo .navbar-nav>.active>a, 
#topo .navbar-nav>.active>a:hover, 
#topo .navbar-nav>.active>a:focus{
	background-color: transparent;
	color: #0B60A5;
	border-bottom: 3px solid #0B60A5;
}


/*** Banner ***/
#banner{
	position: relative;
	overflow: hidden;
}

#banner .carousel-caption{
    position: absolute;
 	top: 15%;
    margin: 0 0 0 0;
    text-align: left;
    z-index: 999999; 
    max-width: 550px;
}

#banner .overlayer{
	position: absolute; 
	z-index: 99999; 
	width: 100%; 
	height: 1000px; 
	background-color: rgba(0,0,0,0.45);
}

#banner .carousel-caption h2{
	font-family: 'TitilliumR';
	font-size: 60px;
	color: #fff;
}

#banner .carousel-caption p{
	color: #fff;
	font-size: 22px;
	margin: 40px 0;
}

#banner .carousel-caption a.saiba{
	display: block;
	background-color: #0071BA;
	font-size: 16px;
	padding: 13px 10px;
	width: 200px;
	text-shadow: none;
	margin: 15px 15px 0 15px ;
	text-align: center;
	text-transform: uppercase;
	font-family: 'TitilliumR';
	float: left;
}

#banner .carousel-caption a.saiba:hover{
	text-decoration: none;
	color: #fff;
	background-image: linear-gradient(to bottom right, #0071BA, #0c517d);
}

#banner .carousel-indicators{
	z-index: 9999999;
	color: #fff;
}

#banner .carousel-indicators li{
	width: 15px;
	height: 15px;
	margin: 0 5px;
}



/*** Destaque ***/
#destaque{
	padding: 40px 0;
	color: #fff;
	background-color: #0071BA;
	text-align: center;
	font-size: 28px;
}

 
/*** Sobre ***/
#sobre{
	padding: 80px 0;
	margin: 0 auto; 
	color: #444; 
	background-color: #fff; 
	font-size: 20px;
}

#sobre h2{
	font-family: 'TitilliumB';
	text-transform: uppercase;
	font-size: 45px;
	color: #222;
	margin: 0 0 40px 0;
	text-align: center;
}

#sobre p{
	margin: 0; 
	padding: 15px;
	text-align: justify;
	background-color: rgba(255, 255, 255, 0.9);
	font-family: 'TitilliumR';
	line-height: 190%;
}

#sobre img{ 
	border-radius: 50%;
	max-width: 80%;
	border: 10px solid #f5f5f5;
	box-shadow: 0 2px 10px #999;
}

#sobre .btn-saiba{
	font-family: 'TitilliumR';
	display: block;
	background-color: #0071BA;
	font-size: 16px;
	padding: 13px 10px 11px 10px;
	width: 250px;
	text-shadow: none;
	margin: 0 auto;
	text-align: center;
	text-transform: uppercase;
}

#sobre .btn-saiba i{
	margin-left: 10px;
}

#sobre .btn-saiba:hover{
	text-decoration: none;
	color: #fff;
	background-image: linear-gradient(to bottom right, #0071BA, #0c517d);
}


/*** Início Serviços ***/
#inicio-servicos{
	padding: 40px 0;
	color: #222;
	background-color: #f1f1f1;
	text-align: center;
	font-size: 28px;
}

#inicio-servicos a{
	color: #fff;
	background-color: #0071BA;
	font-size: 24px;
	display: block;
	float: right;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	box-shadow: 0 2px 10px #999;
	padding-top: 4px;
	margin-right: 30px;
}

#inicio-servicos a:hover{
	text-decoration: none;
	color: #fff;
	background-image: linear-gradient(to bottom right, #0071BA, #0c517d);
}



/*** Parceiros ***/
#parceiros{
	padding: 30px 0 70px 0;
	background-color: #f7f7f7;
}

#parceiros h2{
	font-family: 'TitilliumB';
	text-transform: uppercase;
	font-size: 45px;
	color: #222;
	margin: 20px 0;
	text-align: center;
}

#parceiros .marca-parceiro{
	text-align: center;
	border: 1px solid #d1d1d1;
	padding: 35px 5px;
}



/*** Nossos  Produtos ***/
#nossos-produtos{
	padding: 40px 0;
	background: url("../images/bg-produtos.jpg") no-repeat center center;
	background-size: cover;
}

#nossos-produtos h2{
	font-family: 'TitilliumB';
	text-transform: uppercase;
	font-size: 45px;
	color: #fff;
	margin: 40px 0 20px 0;
}

#nossos-produtos .produto{
	display: block;
	padding: 15px;
	text-align: center;
	background-color: rgba(255,255,255,0.8);
	font-family: 'TitilliumR';
	color: #222;
	
	-webkit-transition: 0.7s ease-in;
	-moz-transition: 0.7s ease-in;
	-o-transition: 0.7s ease-in;
	transition: 0.7s ease-in;
}

#nossos-produtos .produto:hover{
	text-decoration: none;
	color: #fff;
	background-color: rgba(0,0,0,0.8);
}

#nossos-produtos .produto h3{
	font-size: 20px;
	text-transform: uppercase;
	margin: 20px 0;
}

#nossos-produtos .produto h3 i{
	display: block;
	font-size: 60px;
	margin-bottom: 20px;
}

#nossos-produtos .produto h4{
	font-size: 16px;
	text-transform: uppercase;
	margin: 10px 0;
	min-height: 90px;
}

#nossos-produtos .produto h4 i{
	display: block;
	font-size: 26px;
	margin-bottom: 10px;
}

#nossos-produtos .produto p{
	font-size: 16px;
	text-align: justify;
	height: 90px;
	overflow: hidden;
	margin: 40px 0;
}

#nossos-produtos .produto .btn-saiba{
	display: block;
	background-color: #8c9953;
	font-size: 16px;
	padding: 10px;
	width: 100%;
	margin: 0;
	text-shadow: none;
	text-align: center;
	text-transform: uppercase;
	font-family: 'TitilliumR';
}

#nossos-produtos .produto .btn-saiba i{
	font-size: 16px;
}

#nossos-produtos .produto .btn-saiba:hover{
	text-decoration: none;
	color: #fff;
	background-image: linear-gradient(to bottom right, #8c9953, #525d22);
}




/*** Títulos ***/
#titulos{
	padding: 60px 0 20px 0 ;
	background-color: #0071BA;
}

#titulos h1{
	color: #fff;
	font-family: 'TitilliumR';
	text-transform: uppercase;
}

#titulos .mapeamento{
	text-align: right;
	font-size: 12px;
	padding-top: 22px;
}

#titulos .mapeamento a:hover{
	color: #fff;
}


/*** Contato ***/
#contato{
	margin: 0 auto; 
	padding: 80px 0;
	color: #333; 
	background-color: #fff;
	font-size: 20px;
}

#contato p{
	text-align: justify;
	font-size: 18px;
	font-family: "TitilliumR";
}

#contato p i{
	color: #0071BA;
}

#contato p a{
	font-family: "TitilliumR";
	color: #333;
}

#contato p a:hover{
	text-decoration: none;
	color: #0071BA;
}

#contato .telefone{
	font-size: 24px;
	color: #0071BA;
	font-family: "TitilliumR";
}

#contato label{
	font-family: "TitilliumR";
	font-weight: normal;
	text-align: left;
	clear: both;
	float: left;
	font-size: 16px;
	cursor: pointer;
	margin-left: 5px;
}

#contato .controle{
	width: 100%; 
	padding: 10px; 
	border: 1px solid #a1a1a1;
	margin: 0 5px 20px 5px; 
	background-color: #fff; 
	font-size: 16px;
	font-family: "TitilliumR";
	border-radius: 8px;
}

#contato .controle:focus{
	border: 1px solid #c1c1c1 !important;
	border-radius: 8px !important;
	box-shadow: 0 0 3px #c1c1c1 !important;
	-moz-box-shadow: 0 0 3px #c1c1c1 !important;
	-webkit-box-shadow: 0 0 3px #c1c1c1 !important;
	outline-offset: 0px !important;
	outline: none !important;
}

#contato .botao:focus{
	outline-offset: 0px !important;
	outline: none !important;
}

#contato textarea{
	height: 120px;
}

#contato .botao{
	display: block;
	background-color: #8c9953;
	color: #fff;
	font-size: 16px;
	padding: 13px 10px 11px 10px;
	width: 200px;
	border: 0;
	text-transform: uppercase;
	font-family: "TitilliumR";
	float: right;
	margin: 5px 0 5px 5px;
}

#contato .botao:hover{
	text-decoration: none;
	color: #fff;
	background-image: linear-gradient(to bottom right, #8c9953, #525d22);
}


::-webkit-input-placeholder{
	color:#fff;
}

#contato .feedback{
	display: none;
	background-color: #8c9953;
	color: #fff;
	text-align: center;
	padding: 10px 0;
}


/*** Mapa ***/
#mapa,
#mapa .row,
#mapa .col-md-12{
	padding: 0;
	margin: 0;
}

#mapa iframe{
	width: 100%;
	height: 450px;
	margin: 0;
	padding: 0;
}



/*** Erro ***/
#erro{
	margin: 0 auto; 
	padding: 100px 0;
	color: #333; 
	background-color: #f1f1f1;
	font-size: 20px;
	text-align: center; 
}

#erro h3{
	font-size: 28px;
	font-family: "TitilliumR";
}


/*** Quem Somos ***/
#quem-somos{
	margin: 0 auto; 
	color: #333; 
	background-color: #fff;
	font-size: 20px;
}

#quem-somos h2{
	font-family: 'TitilliumB';
	text-transform: uppercase;
	font-size: 45px;
	color: #222;
	margin: 0 0 40px 0;
	text-align: center;
}

#quem-somos p{
	text-align: justify;
	font-size: 18px;
	font-family: "TitilliumR";
}

#quem-somos .conteudo{
	padding: 120px 100px;
}

#quem-somos .imagem{
	background: url('../images/quem-somos.jpg') no-repeat top right fixed;
	padding: 80px 0;
	background-size: contain;
}


/*** Serviços ***/
#servicos{
	padding: 80px 0
}

#servicos h2{
	font-family: 'TitilliumB';
	text-transform: uppercase;
	font-size: 45px;
	color: #222;
	margin: 0 0 40px 0;
	text-align: center;
}

#servicos p{
	text-align: justify;
	font-size: 18px;
	font-family: "TitilliumR";
	color: #222;
	margin-bottom: 30px;
}


#servicos ul li{
	margin: 0; 
	padding: 10px 8px;
	text-align: justify;
	font-family: "TitilliumR";
	color: #222;
	display: block; 
	font-size: 14px;
}

#servicos ul li i{
	color: #0071BA;
}



/*** Serviços Imagens ***/
#servicos-imagens{
	padding: 80px 0;
	background-color: #f1f1f1;
}

#servicos-imagens img{
	margin-bottom: 30px;
	box-shadow: 0 2px 10px #999;
}


/*** Rodapé ***/
#footer{
	background: url('../images/bg-rodape.jpg') top center fixed;
	font-family: 'TitilliumR';
    position: relative; 
	padding: 80px 0;
	font-size: 22px;
}

#footer .logo{
	max-height: 100px;
	margin: 5px 0;
	background-color: rgba(255,255,255,0.75);
}

#footer i{
	color: #fff;
	font-size: 24px;
	margin: 8px 8px 0 0;
}

#footer a{
	color: #fff;
	font-size: 22px;
	font-weight: bold;
	font-family: 'TitilliumR';
}


/*** Assinatura ***/

#assinatura{
	background-color: #0B60A5;
	text-align: center;
	padding: 15px 0;
}

#assinatura p{
	padding: 0; 
	margin: 0; 
	color: #fff; 
	font-size: 11px;
}

#assinatura a{
	text-decoration: none; 
	color: #e1e1e1;
}


	
@media only screen and (max-width: 420px){
	/*** Topo ***/
	#topo .btn-menu{
		display: block;
	}
	
	#topo .bloco-contato div{
		float: left;
	}
	
	#topo .bloco-contato div.col-md-2{
		width: 25%;
	}
	
	#topo .bloco-contato div.col-md-10{
		width: 75%;
	}
	
	#topo .nav{
		display: none;
	}
	
	#topo .icon-bar{
		display: block;
		float: right;
		background-color: #f00;
		color: #000;
	}
	
		
/*** Banner ***/
	#banner{
		/*margin: -20px 0 0 0;*/
	}
	
	#banner .carousel-caption{
		height: 25px;
		margin-bottom: 25px;
	  	padding: 5px 0;
	}	
	
	#banner .carousel-inner .carousel-caption h2{
		font-size: 18px;
		text-align: left;
	}
	
	#banner .carousel-inner .carousel-caption .saiba{
		display: none;
	}
	
	#banner .carousel-indicators li{
		display: none;
	}
	
	
/*** Detaque ***/
	#destaque{
		font-size: 18px;
	}
	
	
/*** Sobre ***/
	#sobre h2{
		font-size: 24px;
	}
	
	#sobre img{
		margin-top: 30px;
	}
	

/*** Início Serviços ***/
	#inicio-servicos{
		font-size: 20px;
	}
	
	#inicio-servicos a{
		padding-top: 3px;
	}
	
	
/*** Rodapé ***/
	#footer{
		padding-bottom: 20px;
	}

	#footer div{
		boder: 0;
		margin-bottom: 20px;
		text-align: center;
	}
	
	
/*** Títulos ***/
	#titulos h1{
		font-size: 26px;
	} 
	
	
/*** Quem Somos ***/
	#quem-somos h2{
		font-size: 24px;
	}
	
	#quem-somos .conteudo{
		padding: 40px 20px;
		background-color: #f1f1f1;
	}
	
	#quem-somos .imagem{
		width: 100%;
		height: 320px;
		background-attachment: scroll;
		margin-bottom: 40px;
	}
	

/*** Serviços ***/
	#servicos h2{
		font-size: 21px;
	}

	
/*** Contato ***/
	#contato form{
		margin-top: 40px;
	}
	
}
