@charset "utf-8";

@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,400italic,600,700,800,600);
@import url(http://fonts.googleapis.com/css?family=Roboto:400,500,700,300);
@import url(font-awesome.min.css);

@import url(custom-icons.css);

/* CSS Document */


a{
	outline:none !important;
}
body{
	color:#525252;
	font-family: "Open Sans",sans-serif;
	font-size:15px;
}

a {
   outline: 0 !important;
}

.navbar-brand > img{
	margin-top:4px;
}


/* Blog*/

.item-blog h1, .item-blog h1 a{
	color:#2f4684 ;
	font-weight:bold;
	 font-size: 26px;
}

.item-blog h1 a:hover, .item-blog h2 a:hover {
	text-decoration:none;
}


#capa-blog{

height:253px;
background-image:url(../images/capa-blog.jpg);

}


#capa-blog .title-main{
	text-align:center;
	color:#fff;
	font-size:80px;
	font-weight:800;
	padding-top:80px;
	margin-top:0;

	
}


.title-category h1{
	text-transform:uppercase;
	color:#2f4684;
	font-size:26px;
	font-weight:bold;
}

.title-category h1 span{
	color:#666;
}

.date{
	color:#2f4684;
	margin-bottom:10px;
}


.item-blog{
	border-bottom:1px solid #DFDFDF;
	padding:10px 0;
	margin-bottom:20px;
	width:100%;
}

.single .item-blog, .page .item-blog{
	border-bottom:none;
}


#listagem .item-blog:first-child{
	padding-top:0;
}


.single #listagem .item-blog{
	padding-bottom:30px;
	margin:0;
}
.item-blog .th{
	position:relative;
}

.item-blog img{
	width:100%;
}

.leia-mais-share{
	margin-top:20px;
	margin-bottom:20px;

	
}


.bt-leia{
		border:1px solid #DFDFDF;
		padding:20px;
		display:block;
		text-align:center;
		font-weight:bold;
		color:#444;
		font-size:14px;

}



.bt-leia:hover, .bt-leia:focus{
	background:#2f4684;
	text-decoration:none;
	color:#fff;
		border:1px solid #2f4684;
		transition: all 0.3s ease;
}

.nome-categoria{
			position:absolute;
	left:0;
	bottom:0px;
	
	width:100%;



}

.nome-categoria a{

	font-weight:bold;
	color:#fff;
		background:#2f4684;

	padding:5px 10px;
	float:left;
	margin-right:4px;

}

.nome-categoria a:hover{
	text-decoration:none;

}

#side-bar h2{
	font-size:25px;
	font-weight:700;
	padding-bottom:10px;
	border-bottom:2px solid #DFDFDF;
	margin-bottom:20px;
}

#side-bar ul{
	padding:0;
}

.widget_categories li{
	list-style:none;
	padding:10px 0;
		border-bottom:1px solid #DFDFDF;
}

.widget_categories li:first-child{
	padding-top:0;
}

.widget_categories li a{
	color:#666;
}

.widget_categories li a:hover{
	text-decoration:none;
}

#side-bar #searchform .input-group{
	width:100%;
}

#side-bar #searchform .btn-default{
	background-image:none;
	text-shadow:none;
	background-color:#2f4684;
	font-weight:bold;
	color:#fff;
	border-color:#2f4684;
	box-shadow:none !important;
	height:44px;
}


#side-bar .form-control{
	height:44px;
}


#end-rodape{
	font-size:14px;
	line-height: 45px;
}


#redes-sociais ul{
	padding:0;
	float:right;
}

#redes-sociais li {
    display: inline-block;
    font-size: 30px;
    margin: 0;
	list-style:none;
}

#comentarios{
	padding-top:30px;
	float:left;
	width:100%;
}

.tagcloud a {
    background: #E0E0E0 none repeat scroll 0 0;
    border-radius: 3px 5px;
    color: #666;
    display: inline-block;
    font-size: 14px !important;
    margin-bottom: 5px;
    margin-right: 10px;
    padding: 3px 15px;
	position:relative;
}

.tagcloud a:hover{
	text-decoration:none;
	background:#2f4684;
	color:#fff;
}
#side-bar .widget_tag_cloud h2{
	margin-bottom:20px;
}


#side-bar section, #side-bar .widget{
	margin-bottom:40px;
}



.populares li{
	border-bottom: 1px solid #dfdfdf;
	list-style:none;
	padding:10px 0;
}

.populares img{
	width: 100%;
}

.populares li a:hover{
	text-decoration:none;
}
.populares li h4{
	color:#666;

	font-size:14px;

	margin:0px;
	
	
}

.populares li .date{
	margin-bottom:3px;
	font-size:12px;
	margin-top:10px;
	
}

#post-not-found{
	text-align:center;
}


#post-not-found span{
	font-size:110px;
	font-weight:bold;
}

#post-not-found p{
	font-size:20px;
	
}

.categorias-footer h2{
	color:#fff;
	margin-top:10px;
}

.categorias-footer li{
	padding:10px 0;
	list-style:none;
}
.categorias-footer li a{
	color:#fff;
	font-size:16px;
	font-weight:bold;


}


.categorias-footer li a:hover{
	text-decoration:none;
}

.categorias-footer ul{
	padding:0;
}


#paginacao{
	padding-top:20px;

	width:100%;
	margin-bottom:20px;
}

#paginacao .wp-pagenavi a, #paginacao .wp-pagenavi span{
	padding: 5px 10px;
	-webkit-border-radius: 3px;
display: inline-block;
-moz-border-radius: 3px;
border-radius: 3px;
}
.wp-pagenavi a:hover, .wp-pagenavi span.current{
background:#2f4684;
	color:#fff;
	border-color:#2f4684 !important;
}

.txt-content h2{
	margin-bottom:10px;
	font-size: 20px;
}


/* Blog*/

h2{
	color:#525252;
	padding-bottom:10px;
	margin-bottom:0;
	font-size:26px;
	font-weight:bold;

}

body .owl-theme .owl-controls{
	margin-top:20px;
}


#topo{
	background:#F0F0F0;
	border-radius:0;

	margin-bottom:0;

	width:100%;
	padding:0;
	min-height:100px;
}




#topo .container{
	position:relative;
}


#content{

	float:left;
	width:100%;
	margin-bottom:30px;
	margin-top:80px;

}

ul{
	padding-left:15px;
}


.txt {
	line-height:25px;
}



#logo-portal{
	margin-top:15px;
}

#topo  .menu-right {

	margin:0;
}

#topo  .menu-right  li{
list-style:none;

	height:100px;
	font-weight:bold;


	line-height: 95px;
	
}



#topo  .menu-right  li {
	border-right:1px solid #D4D4D4;
	}

#topo  .menu-right  li:last-child{
	border-right: 0px;
}

#topo .menu-right  li a{
	color:#5D5D5D;
	text-decoration:none;
	line-height:66px;
}


#busca-topo{
background: #f8f8f8 none repeat scroll 0 0;
    border-bottom: 1px solid #dddddd;
    float: left;
    padding: 27px 0 10px;
    width: 100%;
}




#container-news-letter{

  background-color: #29407c;
    color: #fff;
    float: left;
    width: 100%;

}



#container-news-letter .icon-newsletter{
	font-size:70px;
	color:#fff;
}


#container-news-letter .form-control{
	border-color:#2f4684;
}


#footer-baixo{
	background:#2f4684;
	float:left;
	width:100%;

	padding-top:50px;
	color:#fff;
}

#container-news-letter input{
	margin-top:20px;
	height:46px;
}

#container-news-letter .btn{
	margin-top:20px;
	background:#B0D137;
	border:1px solid #B0D137;
	text-shadow:none;
	box-shadow:none;
	font-family: "Roboto",sans-serif;
	height:46px;
	color:#fff;
	font-size:16px;
	font-weight:bold;

}


#container-news-letter .icon {

	text-align:center;
	 margin-top: 2px;
	 line-height:0;
}


.txt-news{
	margin-top:20px;

}





.mapa-site li ul {
	margin-top:10px;
}
.mapa-site li ul li a{
	margin-bottom:10px;
}


.mapa-site li a:hover{
	text-decoration:none;
}
.mapa-site ul{
	padding:0;
}

.mapa-site li{
	list-style:none;
	color:#fff;
	font-size:18px;
	font-family: 'Roboto', sans-serif;
		font-weight:bold;
}

.mapa-site li a{
	color:#fff;


	margin-bottom:20px;

	display:block;
}


.mapa-site li ul li{
	font-weight:normal;
	font-size:15px;
	font-family: "Open Sans",sans-serif;

}

.mapa-site li ul {
	margin-top:10px;
}
.mapa-site li ul li a{
	margin-bottom:10px;
}


.mapa-site li a:hover{
	text-decoration:none;
}

#horario ul{
	padding:0;
}

#horario ul{
	padding:0;
}


#horario h4{
		color:#fff;
	font-size:18px;
	font-family: 'Roboto', sans-serif;
		font-weight:bold;
}

#horario li{
	list-style:none;
	margin-bottom:10px;
	font-size:16px;
}

#horario i{
	font-size:10px;
}

#redes-sociais-footer{
   border-top: 1px solid #29407c;
    float: left;
    margin-top: 50px;
    padding: 20px 0;
    width: 100%;
}


#redes-sociais h4{
		color:#fff;
	font-size:18px;

		font-weight:bold;
}


 #redes-sociais{
	
	margin-top:10px;
}



 #redes-sociais li{
	font-size:30px;
	display:inline-block;
	margin:0;
}


 #redes-sociais li a{
	color:#fff;
}

#logo-why img{
	float:right;
	margin-right:15px;
	margin-top:20px;
	display:inline-block;
}






@media screen and (max-width: 1024px) {





#container-news-letter{
	padding-bottom:20px;
}


.txt-news{
	text-align:center;
}

#endereco-rodape{
	text-align:left;
	margin-bottom:20px;
}


#logo-why{
	text-align:center;
}










}

@media screen and (min-width: 992px) {
		.populares .col-md-5, .populares .col-md-7{
	padding-left: 10px;
    padding-right: 10px;
}

.populares .row{
	 margin-left: -10px;
    margin-right: -10px;
}
.populares img{
	width:100%;
}

}

@media screen and (max-width: 992px) {
		 .listagem-veiculos  img{
	
	height:auto !important;

}

#end-rodape{
	text-align:center;
	
}


#paginacao{
	margin-bottom:30px;

}

.bt-leia{
	margin-bottom:15px;
}

#redes-sociais{
	text-align:center;
}

#redes-sociais ul{
	float:none;
}
#logo-why img{
	float:none;
	margin: 10px 0;
}


.icones-interna{
	margin-top:30px;


}




}

@media screen and (max-width: 768px) {
	
	
	
	#topo .navbar-header{
		min-height:100px;
	}
	#topo .menu-right  li{
		line-height:inherit;
		height:inherit;
	}
	
	#topo .menu-right  li a{
		line-height:inherit;
	
	}
	
	
	.navbar-default .navbar-toggle{
		margin-top:30px;
	}
	
	
#topo .menu-right li{
	border-right:none;
	border-left:none;
	border-bottom:1px solid #eee;
}


#topo .menu-right li:last-child{
	border-bottom:none;
	padding-bottom:20px;
}


.navbar-collapse{
	background:#fff;
	box-shadow:none;
	border-top: 1px solid #eee;
}

#capa-blog .title-main{
	font-size:70px;
	padding-top:50px;
}
}







@media screen and (min-width: 1024px) and (max-width: 1200px) {

			.navbar #menu ul{
			position:absolute;
			background:#EAEAEA;
			width:290px;
			z-index:99;
			padding:15px 0 15px 0;
			left:192px;
			top:100px;
			display:none;
					-webkit-box-shadow: 0px 1px 5px 0px rgba(50, 50, 50, 0.5);
		-moz-box-shadow: 0px 1px 5px 0px rgba(50, 50, 50, 0.5);
		box-shadow: 0px 1px 5px 0px rgba(50, 50, 50, 0.5);

}






.navbar-brand > img{
	margin-top:4px;
}

.listagem-veiculos img.img-responsive {
	height:180px;
}




	#products .grid-group-item .item img {
	
	height:180px;
}


#noticias-home .item-noticia img {
	height:200px;
}
.navbar #menu:hover:hover ul{
	display:block;
}

.navbar #menu ul li{
	display:block;
	width:100%;
	border-bottom:1px solid #D8D8D8;



}

.navbar #menu ul li.parente{

		height:50px;
	line-height:30px;
	text-indent:20px;
	padding-top:10px;

	width:100%;
		display:block;
		color:#5D5D5D;
		text-decoration:none;
		cursor:pointer;
}

.metas-veiculo li{
	font-size:12px;
}

.navbar #menu ul li.parente:hover{
		background:#2f4684;
	color:#fff;
}

.navbar #menu ul li a{
		height:50px;
	line-height:30px;
	text-indent:20px;
	padding-top:10px;

	width:100%;
		display:block;
		color:#5D5D5D;
		text-decoration:none;


}

.navbar #menu ul li a:hover{
	background:#2f4684;
	color:#fff;
}


.navbar #menu ul li:last-child{
	border-bottom:none;
}

.navbar #menu #icone-menu{
	height:100px;

	width:108px;
	float:left;
	text-align:center;
	cursor:pointer;
	position:relative;

	}

	.navbar #menu:hover #icone-menu{
		background:#053F66;
	}


	#icone-menu .glyphicon-triangle-top{
		color:#EAEAEA;
		clear:both;
		position:absolute;
		width:100%;
		left:0;
		top:82px;
		font-size:25px;
		z-index:999;
		display:none;
	}


.navbar #menu:hover .glyphicon-triangle-top{
	display:block;
}



.navbar #menu #icone-menu span{
	color:#fff;
	margin-top:35px;
	float:left;
	display:block;
	margin-right:5px;
	margin-left:20px;
	line-height:23px;
}

.navbar #menu .glyphicon-menu-hamburger{
	font-size:20px;
	color:#fff;
	margin-top:35px;
	float:left;
	display:block;
}



.navbar #menu ul li.parente ul{
	position:absolute;
	left:290px;
	min-height:333px;
	top:0px;
	padding-top:15px;
	display:none !important;

}


.navbar #menu ul li:hover.parente ul{
	display:block!important;

}


.navbar #menu ul li ul li{
	width:90%;
	margin:0 5%;
	height:40px;
	padding:0;


}


.navbar #menu ul li ul li a{
	line-height:20px;
	text-indent:5px;
}


.navbar #menu ul li ul li a:hover{
	color:#333;
	background:none;
}

#capa .nav-controls{
	font-size:30px;
}
}


#basic-modal-content { display:none;}
#simplemodal-overlay, .simplemodal-overlay {background: #000;}
#simplemodal-container {height:770px; width:877px;   }
#simplemodal-container .simplemodal-data {}
#simplemodal-container code {background:#141414; border-left:3px solid #65B43D; color:#bbb; display:block; font-size:12px; margin-bottom:12px; padding:4px 6px 6px;}
#simplemodal-container a {color:#ddd;}
#simplemodal-container a.modalCloseImg, .modalCloseImg.simplemodal-close {
   background-image: url("../images/bt-fechar.png");
    color: #666;
    cursor: pointer;
    font-family: Arial,Helvetica,sans-serif;
    height: 44px;
    left: 750px;
    position: absolute;
    text-indent: 9999;
    top: 44px;
    width: 45px;
    z-index: 3200;
	
	
	}

.simplemodal-close{
	position: absolute;
    /*right: 50%;*/
    right: 45.9% !important;
    top: 30px;
}
 
#simplemodal-container h3 {color:#84b8d9;}

#headmodal{
	background:#fff;
	width:100%;
	text-align:center;
	height:80px;
	padding-top:20px;
	
}

@media screen and (min-width: 960px) and (max-width: 1024px) {

			.navbar #menu ul{
			position:absolute;
			background:#EAEAEA;
			width:290px;
			z-index:99;
			padding:15px 0 15px 0;
			left:192px;
			top:100px;
			display:none;
					-webkit-box-shadow: 0px 1px 5px 0px rgba(50, 50, 50, 0.5);
		-moz-box-shadow: 0px 1px 5px 0px rgba(50, 50, 50, 0.5);
		box-shadow: 0px 1px 5px 0px rgba(50, 50, 50, 0.5);

}



#capa .nav-controls{
	font-size:30px ;

}



.navbar #menu:hover:hover ul{
	display:block;
}

.navbar #menu ul li{
	display:block;
	width:100%;
	border-bottom:1px solid #D8D8D8;



}

.navbar #menu ul li.parente{
		height:50px;
	line-height:30px;
	text-indent:20px;
	padding-top:10px;

	width:100%;
		display:block;
		color:#5D5D5D;
		text-decoration:none;
		cursor:pointer;
}

.navbar #menu ul li.parente:hover{
		background:#2f4684;
	color:#fff;
}

.navbar #menu ul li a{
		height:50px;
	line-height:30px;
	text-indent:20px;
	padding-top:10px;

	width:100%;
		display:block;
		color:#5D5D5D;
		text-decoration:none;


}

.navbar #menu ul li a:hover{
	background:#2f4684;
	color:#fff;
}


.navbar #menu ul li:last-child{
	border-bottom:none;
}

.navbar #menu #icone-menu{
	height:100px;

	width:108px;
	float:left;
	text-align:center;
	cursor:pointer;
	position:relative;

	}

	.navbar #menu:hover #icone-menu{
		background:#053F66;
	}


	#icone-menu .glyphicon-triangle-top{
		color:#EAEAEA;
		clear:both;
		position:absolute;
		width:100%;
		left:0;
		top:82px;
		font-size:25px;
		z-index:999;
		display:none;
	}


.navbar #menu:hover .glyphicon-triangle-top{
	display:block;
}



.navbar #menu #icone-menu span{
	color:#fff;
	margin-top:35px;
	float:left;
	display:block;
	margin-right:5px;
	margin-left:20px;
	line-height:23px;
}

.navbar #menu .glyphicon-menu-hamburger{
	font-size:20px;
	color:#fff;
	margin-top:35px;
	float:left;
	display:block;
}



.navbar #menu ul li.parente ul{
	position:absolute;
	left:290px;
	min-height:333px;
	top:0px;
	padding-top:15px;
	display:none !important;

}


.navbar #menu ul li:hover.parente ul{
	display:block!important;

}


.navbar #menu ul li ul li{
	width:90%;
	margin:0 5%;
	height:40px;
	padding:0;


}


.navbar #menu ul li ul li a{
	line-height:20px;
	text-indent:5px;
}


.navbar #menu ul li ul li a:hover{
	color:#333;
	background:none;
}

#busca-topo select.form-control {

    background-position: 98% center;

}
}






@media screen and (min-width: 480px) and (max-width: 750px) {

	#endereco-rodape img{
		display:block;
	}
	#redes-sociais-footer{
	text-align:center;

}




}



@media screen and (max-width: 480px) {
	
	
#capa-blog .title-main{
	font-size:54px;
	padding-top: 60px;
}


}

@media screen and (min-width: 320px) and (max-width: 480px) {


}


@media screen and (max-width: 320px) {
		#redes-sociais-footer #redes-sociais li{
	margin:0 7px;


	}



#redes-sociais-footer{
	text-align:center;
}
#horario ul li{
	font-size:14px;
}
#horario i {
    font-size: 8px;
}

	.metas-veiculo li{
line-height: 20px;
    margin-top: 6px;
}

#busca-topo select.form-control {

    background-position: 96% center;

}

.metas-veiculo{
	padding-bottom:10px;
}


}

/* 
 * 	Core Owl Carousel CSS File
 *	v1.3.3
 */

/* clearfix */
.owl-carousel .owl-wrapper:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
/* display none until init */
.owl-carousel{
	display: none;
	position: relative;
	width: 100%;
	-ms-touch-action: pan-y;
}
.owl-carousel .owl-wrapper{
	display: none;
	position: relative;
	-webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper-outer{
	overflow: hidden;
	position: relative;
	width: 100%;
}
.owl-carousel .owl-wrapper-outer.autoHeight{
	-webkit-transition: height 500ms ease-in-out;
	-moz-transition: height 500ms ease-in-out;
	-ms-transition: height 500ms ease-in-out;
	-o-transition: height 500ms ease-in-out;
	transition: height 500ms ease-in-out;
}
	
.owl-carousel .owl-item{
	float: left;
}
.owl-controls .owl-page,
.owl-controls .owl-buttons div{
	cursor: pointer;
}
.owl-controls {
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* mouse grab icon */
.grabbing { 
    cursor:url(grabbing.png) 8 8, move;
}

/* fix */
.owl-carousel  .owl-wrapper,
.owl-carousel  .owl-item{
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility:    hidden;
	-ms-backface-visibility:     hidden;
  -webkit-transform: translate3d(0,0,0);
  -moz-transform: translate3d(0,0,0);
  -ms-transform: translate3d(0,0,0);
}

/*
* 	Owl Carousel Owl Demo Theme 
*	v1.3.3
*/

.owl-theme .owl-controls{
	margin-top: 10px;
	text-align: center;
}

/* Styling Next and Prev buttons */

.owl-theme .owl-controls .owl-buttons div{
	color: #FFF;
	display: inline-block;
	zoom: 1;
	*display: inline;/*IE7 life-saver */
	margin: 5px;
	padding: 3px 10px;
	font-size: 12px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	background: #869791;
	filter: Alpha(Opacity=50);/*IE7 fix*/
	opacity: 0.5;
}
/* Clickable class fix problem with hover on touch devices */
/* Use it for non-touch hover action */
.owl-theme .owl-controls.clickable .owl-buttons div:hover{
	filter: Alpha(Opacity=100);/*IE7 fix*/
	opacity: 1;
	text-decoration: none;
}

/* Styling Pagination*/

.owl-theme .owl-controls .owl-page{
	display: inline-block;
	zoom: 1;
	*display: inline;/*IE7 life-saver */
}
.owl-theme .owl-controls .owl-page span{
	display: block;
	width: 12px;
	height: 12px;
	margin: 5px 7px;
	
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	background:#CECECE;
}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span{
	background:#3283C5;

}

/* If PaginationNumbers is true */

.owl-theme .owl-controls .owl-page span.owl-numbers{
	height: auto;
	width: auto;
	color: #FFF;
	padding: 2px 10px;
	font-size: 12px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
}

/* preloading images */
.owl-item.loading{
	min-height: 150px;
	background: url(AjaxLoader.gif) no-repeat center center
}