@charset "utf-8";
/* CSS Document */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: local('Roboto Regular'), local('Roboto-Regular'), url(http://themes.googleusercontent.com/static/fonts/roboto/v11/2UX7WLTfW3W8TclTUvlFyQ.woff) format('woff');
}
*{
	margin:0;
	padding:0;
	border:none;
	color:inherit;
	font-family:'Roboto', Arial, sans-serif;
	text-decoration:none;
	list-style:none;
	font-size:inherit;
}
input{
	width:40%;
	min-width:230px;
	height:25px;
	padding:2px;
	border:1px solid #CCCCCC;
	border-radius:3px;
}
select{
	width:40%;
	min-width:230px;
	height:25px;
	padding:2px;
	border:1px solid #CCCCCC;
	border-radius:3px;
}
textarea{
	width:40%;
	min-width:230px;
	height:75px;
	padding:2px;
	border:1px solid #CCCCCC;
	border-radius:3px;
}
.centra{
	width:960px;
	margin:0 auto;
	display:block;
}
#topo{
	width:100%;
	height:225px;
	float:left;
	display:table;
	margin-bottom:10px;
	border-top: 4px solid #00B1F4;
}
#logo{
	width:317px;
	height:124px;
	float:left;
	margin:21px 0 0 20px;
}

#inft{
	width:350px;
	text-align:right;
	font-weight:700;
	float:right;
	margin-top:40px;
	color:#fff;
	font-size:25px;
	color:#000;
}
#inft .ddd{
	font-size:13px;
}
#menu{
	width:960px;
	height:50px;
	float:left;
	margin-top:20px;
	background-image:url(Imagens_BG/fundo_menu.jpg);
	color:#000;
	font-size:16px;
	font-weight:600;
}
#menu li{
	width:auto;
	padding:0 20px;
	height:50px;
	line-height:50px;
	float:left;
	text-align:center;
	color:#222;
	font-size:15px;
	font-weight:600;
	transition:all 0.2s linear;
	border-right:1px solid #fff;
	border-top:0px ridge #000;
}
#menu li:hover{
	color:#016E97;
	border-top:3px ridge #000;
	transition:all 0.2s linear;
}
#menu li.essa{
	border-top:3px solid #000;
}
#menu li ul{
	position:absolute;
	z-index:10;
	width:150px;
	height:0;
	overflow:hidden;
	background-color:#C2C2C2;
	background-color:rgba(200,200,200,0.90);
	color:#555;
	font-size:12px;
	font-weight:500;
	display:none;
	float:left;
	margin-left:-20px;
}
#menu li ul li{
	height:28px;
	line-height:28px;
	border-bottom:1px solid #E3E3E3;
	width:130px;
	padding:0 10px;
	font-size:12px;
	font-weight:600;
	text-align:left;
}
#menu li ul li:hover{
	color:#fff;
	border-top:0;
}
#menu li:hover > ul{
	display:block;
	transition:all 0.3s linear;
	height:auto;
}

#meio{
	width:100%;
	float:left;
}
#home{
	width:100%;
	height:auto;
	display:block;
	float:left;
}
#home #fundo_home{
	width:100%;
	height:330px;
	background-color:#016E97;
	position:absolute;
	z-index:0;
	margin-top:30px;
	float:left;
}
#slide, #slide li{
	width:960px;
	height:390px;
	overflow:hidden;
	position:relative;
	z-index:1;
	margin-top:10px;
	background-color:#fff;
	float:left;
}
#slide li{
	margin-top:0;
	background-color:#fff;
}
#slide .content{
	width:340px;
	height:390px;
	float:left;
	color:#fff;
	background-color:#00B1F4;
	text-align:center;
	border:none;
}
#slide .content h2{
	color:#fff;
	width:320px;
	margin:15px 10px;
	font-size:35px;
	line-height:110%;
}
#slide .content p{
	font-size:20px;
	font-weight:500;
	line-height:155%;
	text-align:center;
	width:320px;
	margin:15px 10px;
}
#slide img{
	width:620px;
	height:390px;
	float:left;
	border:none;
}
/* pager */
.cycle-pager { 
    text-align:center; width: 320px; z-index: 500; position: absolute; bottom: 10px; margin-left:10px; overflow: hidden;
}
.cycle-pager span { 
    font-family: arial; font-size: 50px; width: 16px; height: 16px; 
    display: inline-block; color: #fff; cursor: pointer; 
}
.cycle-pager span.cycle-pager-active { color: #016E97;}
.cycle-pager > * { cursor: pointer;}

#sombra{
	margin:0;
	float:left;
}
.botoes{
	width:300px;
	height:94px;
	float:left;
	margin:30px 20px 10px 0;
}
.botoes img{
	float:left;
}
.botoes h2{
	font-size:24px;
}
.linha{
	width:960px;
	margin:30px 0;
	background-color:#D4D4D4;
	height:1px;
	padding:none;
	border:none;
	float:left;
}


#base{
	width:100%;
	float:left;
	height:auto;
	display:block;
}
#marcas{
	width:960px;
	height:35px;
	background-color:#DBDBDB;
	float:left;
	margin-bottom:10px;
}

#marcas h3{
	width:370px;
	height:35px;
	color:#fff;
	padding-left:30px;
	font-size:18px;
	line-height:35px;
	background-color:#016E97;
	font-weight:600;
}
#marcas #marc-img{
	float:left;
	margin-bottom:30px;
	float:left;
}
#base-cor{
	width:100%;
	height:auto;
	display:table;
	padding:15px 0;
	float:left;
	background-color:#016E97;
	color:#fff;
	margin-top:15px;
}
	
#base p{
	color:#fff;
	line-height:160%;
	font-size:15px;
	font-weight:500;
	margin:25px 0 25px 15px;
}
#autor{
	width:100%;
	height:50px;
	line-height:50px;
	margin-top:50px;
	text-align:center;
	color:#fff;
	font-size:11px;
	float:left;
}
#autor a{
	color:#FFFF00;
	font-weight:600;
}
#autor a:hover{
	color:#fff;
}
.tit{
	width:auto;
	color:#fff;
	font-size:25px;
	font-weight:600;
	height:50px;
	line-height:50px;
	margin-bottom:20px;
	margin-left:10px;
	background-color:#016E97;
	padding:0 10px;
	float:left;
	-webkit-transform: skewX(-20deg); -moz-transform: skewX(-20deg); -o-transform: skewX(-20deg); -ms-transform: skewX(-20deg); transform: skewX(-20deg);
}
.tit .letra{
	-webkit-transform: skewX(20deg); -moz-transform: skewX(20deg); -o-transform: skewX(20deg); -ms-transform: skewX(20deg); transform: skewX(20deg);
	margin-left:10px;
	margin-right:10px;
}
.sobre{
	margin-bottom:35px;
}
.sobre img{
	width:350px;
	height:auto;
	padding:6px;
	border:1px solid #555;
	margin:0 15px 10px 0;
	box-shadow:2px 1px 6px #333;
	float:left;
}
.sobre p{
	float:left;
	font-size:15px;
	line-height:155%;
	margin-bottom:40px;
}
.contato{
	margin-bottom:35px;
	display:block;
	position:relative;
}
.contato form{
	width:50%;
	max-width:500px;
	min-width:230px;
	float:left;
	margin-bottom:35px;
}
.contato .bot{
	width:90px;
	min-width:90px;
	height:30px;
	font-weight:500;
	padding:2px 10px;
}

.contato iframe{
	width:50%;
	max-width:500px;
	min-width:230px;
	height:370px;
	float:left;
}
.servicos{
	width:920px;
	height:auto;
	margin:15px 0;
	background-color:#E1E1E1;
	border:2px solid #AEAEAE;
	padding:10px;
	float:left;
	display:block;
}
.servicos .env-img{
	width:150px;
	height:150px;
	border:4px solid #fff;
	float:left;
	overflow:hidden;
	box-shadow:0px 2px 6px #333;
}
.env-img img{
	width:150px;
	margin-top:-25%;
	height:auto;
}
.servicos h2{
	text-align:center;
	font-size:25px;
	color:#2A4688;
}
.servicos p{
	margin:10px 15px;
	line-height:155%;
	font-size:16px;
	float:left;
	text-align:center;
	width:730px;
}
.servicos p a{
	color:#294388;
	text-decoration:underline;
}
.servicos p a:hover{
	color:#fff;
}
.subt{
	width:100%;
	margin:5px 0 10px 0;
	font-size:22px;
	font-weight:600;
	text-decoration:underline;
	float:left;
}
.inst .env-img{
	width:200px;
	height:200px;
	overflow:hidden;
	float:left;
	border:5px solid #fff;
	margin:5px 10px;
	box-shadow:1px 1px 5px #333;
}
.inst{
	padding-bottom:30px;
	display:block;
	position:relative;
}
.inst .env-img img{
	width:250px;
	min-width:250px;
	height:auto;
	min-height:250px;
	margin:-25% -25% 0 0;
}