@charset "utf-8";
/* CSS Document */


html, body{
	width: 100%; min-height: 100%;
	text-rendering: optimizeLegibility; -webkit-font-smoothing: antialiased; font-smoothing: antialiased;
    -moz-font-feature-settings:"calt=1, liga=1, clig=1, kern=1"; -moz-font-feature-settings:"calt" 1, "liga" 1, "clig" 1, "kern" 1,;
    -ms-font-feature-settings:"calt", "liga", "clig", "kern"; -o-font-feature-settings:"calt", "liga", "clig", "kern";
    -webkit-font-feature-settings:"calt", "liga", "clig", "kern"; font-feature-settings:"calt", "liga", "clig", "kern";
	overflow-x:hidden;
	padding:0px;
	margin:0px;
	
    font: 12px 'Lato', Arial, sans-serif;
	font-weight:400;
	color:#57585b;
	line-height:16px;
	background-color:#FFF;
}

h1, h2, h3, h4, h5{
	font-family: 'Roboto', Arial, sans-serif;
	font-weight: 300; 
}

a{
	color:#46af36;
}
a:hover{
	color:#007b74;
	text-decoration:none;
}

header, a, li{
	transition: all 0.6s;
	-moz-transition: all 0.6s; /* Firefox 4 */
	-webkit-transition: all 0.6s; /* Safari and Chrome */
	-o-transition: all 0.6s; /* Opera */
}

iframe{
	border:none;
}

.navbar-wrapper {
	position: absolute;
	top: 15px;
	left: 0;
	width: 100%;
	height: 51px;
}

h2{
	width: auto;
	height:42px;
	display:block;
	overflow:hidden;
	padding:0px;
	margin: 0px auto;
	font-size:36px;
	line-height:42px;
	color:#007a74;
	text-align: center;
	text-transform:none;
	font-weight:300;
	background-color:#FFF;
}
h3{
	width:100%;
	height:auto;
	display:block;
	overflow:hidden;
	padding:0px 0px 18px 0px;
	margin: 0px;
	font-size:14px;
	line-height:14px;
	color:#007a74;
	text-transform:uppercase;
	font-weight:400;
}

#head_slide{width:100%; display:block; overflow:hidden; background: left bottom repeat-x; background-size: auto 100%;}
.img_banner{
	width:100%; height:100%; display:block; overflow:hidden; background:center bottom no-repeat;  background-size: auto 100%;
}

/* MENU -------- */
.navbar {
  position: relative;
  min-height: 60px;
  border: none;
  padding:0px;
  margin:0px;
  border-radius: 0px;
  font-family: 'Lato', Arial, sans-serif;
  font-weight: 400; 
  font-size:12px;
  line-height:18px;
  color:#3a3a3d;
  text-transform:uppercase;
}
.navbar-default {
  background-color: #FFF;
  border: none;
}
.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}
.navbar-fixed-top {
  top: 0;
  border-width: 0px;
}
.pading-top{
  margin-top:60px;
}
.navbar-fixed-top .navbar-collapse,
.navbar-default .navbar-collapse{
padding-right: 15px;
padding-left: 0px;
}
.navbar-nav > li > a.navbar-brand
{
  padding: 0px;
  margin:0px;
}
.navbar-brand {
  float: left;
  height: 60px;
  padding: 0px;
  margin:0px;
}
img.logo{
	height:60px;
}
.navbar-nav > li > a {
	text-align: center;
	padding-right:15px;
}
.navbar-default .navbar-nav > li > a {
	color: #FFF;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #46af36;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #46af36;
  background-color:#FFF;
}

.navbar-toggle {
  position: relative;
  float: right;
  padding: 9px 10px;
  margin-top: 16px;
  margin-right: 15px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 0px;
  color:#FFF !important;
}
.navbar-toggle:focus {
  outline: 0;
}
.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}
.navbar-default .navbar-toggle {
  border-color: #050505;
  color:#FFF !important;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #FFF;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #FFF;
}
.navbar-default .navbar-toggle:hover  .icon-bar,
.navbar-default .navbar-toggle:focus  .icon-bar {
  background-color: #050505;
}

	
@media (min-width: 992px) {
	.navbar-nav {
		float: left;
		margin: 0;
	}
	.navbar-nav > li {
		float: left;
		margin-top:0px;
	}
	.navbar-nav > li > a {
		padding: 0px;
		margin:0px 15px;
		height:60px;
		line-height:76px;
		
	}
	.navbar-default .navbar-nav > li > a {
	  color: #3a3a3d;
	  background: url(../images/fundo_menu.png) -200px bottom no-repeat; 
	  -webkit-background-size:  200px 3px;
	  -moz-background-size:  200px 3px;
	  -o-background-size:  200px 3px;
	  background-size: 200px 3px;
	}
	.navbar-default .navbar-nav > li > a:hover,
	.navbar-default .navbar-nav > li > a:focus {
	  color: #46af36;
	  background: url(../images/fundo_menu.png) right bottom no-repeat; 
	  -webkit-background-size: 200px 3px;
	  -moz-background-size:  200px 3px;
	  -o-background-size:  200px 3px;
	  background-size:  200px 3px;
	}
	.navbar-default .navbar-nav > .active > a,
	.navbar-default .navbar-nav > .active > a:hover,
	.navbar-default .navbar-nav > .active > a:focus {
	  color: #46af36;
	  background: url(../images/fundo_menu.png) right bottom no-repeat; 
	  -webkit-background-size: 200px 3px;
	  -moz-background-size:  200px 3px;
	  -o-background-size:  200px 3px;
	  background-size:  200px 3px;
	}
	.collapse{padding-right:0px !important;}
}


/* MENU TOPO -------- */
.logo_topo{ width:200px; height:60px; display:block; overflow:hidden; background:url(../images/bemauto_logo.png) left center no-repeat; float:left; margin-top:0px;}
.logo_rento{ width:101px; height:60px; display:block; overflow:hidden; background:url(../images/rento_branco.png) left center no-repeat; float:left; margin-top:0px; cursor:pointer; margin-left:70px; margin-right:30px;}
.logo_putos{ width:57px; height:60px; display:block; overflow:hidden; background:url(../images/putos_verde.png) left center no-repeat; float:left; margin-top:0px; cursor:pointer}

.logo_rento:hover{ background:url(../images/rento_verde.png) left center no-repeat;}
.logo_putos:hover{ background:url(../images/puto_verde.png) left center no-repeat;}

.menu{
	width:auto;
	height:50px;
	display:block;
	overflow:hidden;
	float:right;
}
.menu a{
	padding: 0px;
	margin:0px 15px;
	height:60px;
	width:auto;
	display:block;
	overflow:hidden;
	line-height:68px;
	color: #FFF;
	  float:left;
	  font-family: 'Lato', Arial, sans-serif;
  font-weight: 400; 
  font-size:12px;
  text-transform:uppercase;
}
.menu a:hover{
	color: #46af36;
}
.menu a.select{
	padding: 0px;
	margin:0px 15px;
	height:60px;
	width:auto;
	display:block;
	overflow:hidden;
	line-height:68px;
	color: #46af36;
	  float:left;
	  font-family: 'Lato', Arial, sans-serif;
  font-weight: 400; 
  font-size:12px;
  text-transform:uppercase;
}

.fundo_menu_topo{
	position:absolute;
	top:0px;
	left:0px;
	z-index:99;
	width:100%;
	height:60px;
	display:block;
	overflow:hidden;
	background:url(../images/fundo_menu_topo.png) left top repeat;
	
}
/*FIM MENUS*/




h2.titulo{
	height:86px;
	margin-top:48px;
	padding-top:26px;
	margin-bottom:35px;
	color:#363636;
	line-height:60px;
	font-family: 'Lato', Arial, sans-serif;
    font-weight: 300; 
    font-size:36px;
	text-align:center;
	 background: url(../images/barra_amarela.png) center bottom no-repeat; 
	  -webkit-background-size: 57px 2px;
	  -moz-background-size:  57px 2px;
	  -o-background-size:  57px 2px;
	  background-size:  57px 2px;
}

h3.sub_titulo{
	color:#363636;
	line-height:18px;
	font-family: 'Lato', Arial, sans-serif;
    font-weight: 900; 
    font-size:14px;
	text-align:center;
	padding-bottom:12px;
}




/*HOME*/
.overlay_preta{
	width:100%;
	display:block;
	overflow:hidden;
	position:absolute;
	top:0px;
	left:0px;
	background-color:#000000;
	opacity: 0.8;
    filter: alpha(opacity=80);
}

.frase_promo{
	width:100%;
	display:block;
	overflow:hidden;
	position:absolute;
	top:25%;
	left:0px;
	text-align:center;
}

.b_logo{
	width:208px;
	height:231px;
	display:block;
	overflow:hidden;
	margin:0px auto;
	background:url(../images/b_logo.png) center center no-repeat;
	background-size: 208px 231px;
	margin-bottom:15px;
}
.texto_promo{
	position:relative;
	top:0px;
	width:auto;
	height:60px;
	display: compact;
	overflow:hidden;
	background-color:#ffd200;
	color:#262626;
	line-height:60px;
	font-family: 'Lato', Arial, sans-serif;
  font-weight: 300; 
  font-size:48px;
  padding:0px 3px;
  cursor:default;
}
.texto_promo:hover{
	color:#262626;
  cursor:default;
}
a.link_promo{
	position:relative;
	top:0px;
	width:auto;
	height:30px;
	display: compact;
	overflow:hidden;
	background-color:#FFF;
	color:#000000;
	line-height:30px;
	font-family: 'Lato', Arial, sans-serif;
  font-weight: 300; 
  font-size:18px;
  padding:3px 6px;
  z-index:99;
}
a.link_promo:hover{
	background-color:#46af36;
	color:#ffffff;
}
/*FIM HOME*/


/*EMPRESA*/

.empresa-section{
	background-color:#f6f6f6;
	color:#363636;
	line-height:16px;
	font-family: 'Lato', Arial, sans-serif;
    font-weight: 400; 
    font-size:12px;
	padding-bottom:70px;
}
.empresa-section p{
	color:#363636;
	line-height:16px;
	font-family: 'Lato', Arial, sans-serif;
    font-weight: 400; 
    font-size:12px;
	padding:0px;
	text-align:center;
}
.text-content p{
	padding:0px;
	margin:0px;
}
.icons_geral{
	text-align:center;
	padding-top:40px;
	min-height:250px;
}
.icon_empresa{
	font-size:66px;
	color:#ffd200;
	text-align:center;
	padding-bottom:20px;
}
.show-more{ width:100%; text-align:center}
.show-more a{
	color:#46af36;
	font-family: 'Lato', Arial, sans-serif;
	font-weight: 400; 
	font-size:12px;
	line-height:16px;
	cursor:pointer;
	text-decoration:none;
	text-align:center;
}
.show-more a:hover,.show-more a:active{
	color:#287a1c;
	text-decoration:none;
}
.text-content{
    color:#363636;
	line-height:16px;
	font-family: 'Lato', Arial, sans-serif;
    font-weight: 400; 
    font-size:12px;
	text-align:center;
}

.short-text {
    overflow: hidden;
    height: 34px;
}

.full-text{
    height: auto;
}

/*FIM EMPRESA*/



/*PRODUTOS*/
#produtos{
	color:#fff;
	line-height:16px;
	font-family: 'Lato', Arial, sans-serif;
    font-weight: 400; 
    font-size:12px;
	padding-bottom:70px;
	text-align:center;
	background:#040203;
}
#produtos #max{
	height:665px;
	background: url(../images/carro.jpg) center bottom no-repeat #040203;
}
#produtos h2.titulo{
	color:#ebebeb;
}
.item_produtos{
	width:100%;
	height:40px;
	display:block;
	overflow:hidden;
	cursor:pointer;
}
.icon_pro{
	width:50px;
	height:40px;
	display:block;
	overflow:hidden;
	font-size:24px;
	color:#47b036;
	line-height:40px;
	transition: all 0.6s;
	-moz-transition: all 0.6s; /* Firefox 4 */
	-webkit-transition: all 0.6s; /* Safari and Chrome */
	-o-transition: all 0.6s; /* Opera */
}
.icon-transmissao{
	margin-left:4px;
	width:46px;
	font-size:27px;
	-moz-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    transform: scaleX(-1);
    -ms-filter: fliph; /*IE*/
    filter: fliph; /*IE*/
}
.icon-liquidos{
    margin-left:2px;
	width:48px;
}
.icon-travagem{
    font-size:31px;
	margin-left:3px;
	width:47px;
}
.icon-alimentacao{
	font-size:30px;
	margin-right:20px;
	width:30px;
	height:50px;
	-ms-transform: rotate(90deg); /* IE 9 */
    -webkit-transform: rotate(90deg); /* Chrome, Safari, Opera */
    transform: rotate(90deg);
}
.icon-ignicao{
    font-size:34px;
	margin-left:12px;
	width:38px;
}
.icon-carroceria{
    font-size:18px;
}
.icon-eletrico{
    font-size:30px;
	margin-right:6px;
	width:44px;
}
.icon-embraiagem{
    font-size:30px;
	margin-right:6px;
	width:44px;
}
.icon-suspensao{
    font-size:34px;
	margin-right:13px;
	width:37px;
}
.icon-seguraca{
    font-size:30px;
	margin-right:7px;
	width:43px;
}

.txt_pro{
	width:auto;
	height:40px;
	display:block;
	overflow:hidden;
	line-height:40px;
	font-size:12px;
	color:#FFF;
}
.txt_pro i{
	color:#47b036;
	transition: all 0.6s;
	-moz-transition: all 0.6s; /* Firefox 4 */
	-webkit-transition: all 0.6s; /* Safari and Chrome */
	-o-transition: all 0.6s; /* Opera */
}
.item_produtos:hover .txt_pro i, .i_active{
	color:#ffd200;
}
.col_esquerda .item_produtos, .col_esquerda .icon_pro, .col_esquerda .txt_pro{
	text-align:left;
	float:left;
}
.col_direita .item_produtos, .col_direita .icon_pro, .col_direita .txt_pro{
	text-align: right;
	float: right;
}
.encomenda a{
	width:280px;
	height:30px;
	display:block;
	overflow:hidden;
	margin:0px auto;
	border:1px solid #FFF;
	background:none;
	font: 14px 'Lato', Arial, sans-serif;
	font-weight:400;
	color:#FFF;
	line-height:27px;
	margin-top:100px;
}
.encomenda a:hover{
	border:1px solid #47b036;
	color:#47b036;
}
.transmisao_cont{
	width:530px;
	height:140px;
	display:block;
	overflow:hidden;
	position:relative;
	top:-360px;
	left:150px;
	z-index:10;
	background:url(../images/transmisao.png) 0px 10px no-repeat;
}
.txt_produtos{
	width:230px;
	height:auto;
	display:block;
	overflow:hidden;
	background-color:#ffd200;
	color:#000000;
	font-size:12px;
	line-height:16px;
	padding: 15px 30px;
	text-align:left;
	margin-left:23px;
}
.item_produtos:hover .icon_pro,.item_produtos_active{
	color:#ffd200 !important;
}
.motor_cont{
	width:530px;
	height:250px;
	display:block;
	overflow:hidden;
	position:relative;
	top:-320px;
	left:114px;
	z-index:10;
	background: url(../images/motor.png) 0px 10px no-repeat;
}
.motor_txt{margin-left:60px;}
.liquidos_cont{
	width:530px;
	height:200px;
	display:block;
	overflow:hidden;
	position:relative;
	top:-280px;
	left:126px;
	z-index:10;
	background: url(../images/liquidos.png) -15px 10px no-repeat;
}
.liquidos_txt{margin-left:40px;}
.travagem_cont{
	width:530px;
	height:200px;
	display:block;
	overflow:hidden;
	position:relative;
	top:-240px;
	left:132px;
	z-index:10;
	background: url(../images/travagem.png) -10px 10px no-repeat;
}
.travagem_txt{margin-left:30px;}
.alimentacao_cont{
	width:530px;
	height:200px;
	display:block;
	overflow:hidden;
	position:relative;
	top:-244px;
	left:154px;
	z-index:10;
	background: url(../images/alimentacao.png) -13px 10px no-repeat;
}
.alimentacao_txt{margin-left:20px; margin-top:45px;}
.ignicao_cont{
	width:530px;
	height:160px;
	display:block;
	overflow:hidden;
	position:relative;
	top:-204px;
	left:120px;
	z-index:10;
	background: url(../images/ignicao.png) -13px 10px no-repeat;
}
.ignicao_txt{margin-left:20px; margin-top:45px;}
.carroceria_cont{
	width:530px;
	height:340px;
	display:block;
	overflow:hidden;
	position:relative;
	top:-360px;
	left:492px;
	z-index:10;
	background: url(../images/carroceria.png) 0px 10px no-repeat;
}
.carroceria_txt{margin-left:200px;}
.eletrico_cont{
	width:530px;
	height:290px;
	display:block;
	overflow:hidden;
	position:relative;
	top:-320px;
	left:505px;
	z-index:10;
	background: url(../images/eletrico.png) 0px 10px no-repeat;
}
.eletrico_txt{margin-left:180px;}
.embraiagem_cont{
	width:500px;
	height:250px;
	display:block;
	overflow:hidden;
	position:relative;
	top:-280px;
	left:489px;
	z-index:10;
	background: url(../images/embraiagem.png) 10px 10px no-repeat;
}
.embraiagem_txt{margin-left:180px;}
.suspensao_cont{
	width:530px;
	height:200px;
	display:block;
	overflow:hidden;
	position:relative;
	top:-240px;
	left:426px;
	z-index:10;
	background: url(../images/susencao.png) 0px 10px no-repeat;
}
.suspensao_txt{margin-left:230px;}
.seguraca_cont{
	width:500px;
	height:290px;
	display:block;
	overflow:hidden;
	position:relative;
	top:-321px;
	left:495px;
	z-index:10;
	background: url(../images/seguranca.png) 15px 10px no-repeat;
}
.seguraca_txt{margin-left:230px; margin-top:120px;}

.txt_produtos p{
	padding:0px; margin:0px;
}

.panel-heading {
  padding: 10px 15px;
  border-bottom: none;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  font-family: 'Lato', Arial, sans-serif;
    font-weight: 700; 
    font-size:12px;
	border: none !important;
}
.panel-default > .panel-heading {
  color: #FFF;
  background-color: #000000;
  border: none !important;
}

.panel-title > a, .panel-title > small, .panel-title > .small, .panel-title > small > a, .panel-title > .small > a
{
  font-family: 'Lato', Arial, sans-serif;
    font-weight: 700; 
    font-size:12px;
	color: #FFF;
	text-decoration:none;
	
}
.panel-title > a > i {
  color: #46af36;
  transition: all 0.6s;
	-moz-transition: all 0.6s; /* Firefox 4 */
	-webkit-transition: all 0.6s; /* Safari and Chrome */
	-o-transition: all 0.6s; /* Opera */
}
.panel-title > a:hover > i , .panel-title > a:active > i, .panel-title > a:focus > i {
  color: #ffd200;
  text-decoration:none;
  outline:none !important;
}

.panel-title > a > .icon_pro
{
  width: 25px;
  height: 20px;
  display: block;
  overflow: hidden;
  font-size: 16px;
  color: #47b036;
  line-height: 20px;
  float: left;
  transition: all 0.6s;
	-moz-transition: all 0.6s; /* Firefox 4 */
	-webkit-transition: all 0.6s; /* Safari and Chrome */
	-o-transition: all 0.6s; /* Opera */
}
@font-face {
    font-family: 'Bemauto';
    src:    url('fonts/Bemauto.eot?3od7jn');
    src:    url('fonts/Bemauto.eot?3od7jn#iefix') format('embedded-opentype'),
        url('fonts/Bemauto.ttf?3od7jn') format('truetype'),
        url('fonts/Bemauto.woff?3od7jn') format('woff'),
        url('fonts/Bemauto.svg?3od7jn#Bemauto') format('svg');
    font-weight: normal;
    font-style: normal;
}

.panel-title > a::before {
	font-family: 'Bemauto' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  font-size:16px;
  color: #46af36;
  transition: all 0.6s;
	-moz-transition: all 0.6s; /* Firefox 4 */
	-webkit-transition: all 0.6s; /* Safari and Chrome */
	-o-transition: all 0.6s; /* Opera */
}

.panel-title > a:hover::before , .panel-title > a:active::before, .panel-title > a:focus::before {
  color: #ffd200;
}

.panel-body {
	background-color:#000;
}
.panel-title > a.atransmissao::before {
  content: "\e904";
}
.panel-title > a.amotor::before {
  content: "\e905";
}
.panel-title > a.aliquidos::before {
  content: "\e906";
}
.panel-title > a.atravagem::before {
  content: "\e907";
}
.panel-title > a.aalimentacao::before {
  content: "\e908";
}
.panel-title > a.aignicao::before {
  content: "\e909";
}
.panel-title > a.acarroceria::before {
  content: "\e90a";
}
.panel-title > a.aeletrico::before {
  content: "\e90b";
}
.panel-title > a.aembraiagem::before {
  content: "\e90c";
}
.panel-title > a.asuspensao::before {
  content: "\e90d";
}
.panel-title > a.aseguraca::before {
  content: "\e90e";
}

/*FIM PRODUTOS*/



/*promocoes*/
#promocoes{
	background-color:#343434;
	color:#ebebeb;
	line-height:16px;
	font-family: 'Lato', Arial, sans-serif;
    font-weight: 400; 
    font-size:12px;
	padding-bottom:70px;
	text-align:center;
}
#promocoes h2.titulo{
	color:#ebebeb;
}

.select-style {
    padding: 0;
    margin: 0px auto;
    border: 1px solid #ccc;
    width: 170px;
    overflow: hidden;
    background-color: #343434;
    background: #343434 url(../images/seta_select.png) no-repeat 90% 50%;
	cursor:pointer;
}

.select-style select {
    padding: 5px 8px;
    width: 130%;
    border: none;
    box-shadow: none;
    background-color: transparent;
    background-image: none;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
}

.select-style select:focus {
    outline: none;
}
.cx_img{
    width: calc(100% - 2px);
	height:auto;
	display:block;
	overflow:hidden;
	border:1px solid #ebebeb;
	padding:10px;
	transition: all 0.6s;
	-moz-transition: all 0.6s; /* Firefox 4 */
	-webkit-transition: all 0.6s; /* Safari and Chrome */
	-o-transition: all 0.6s; /* Opera */
}
.cx_img img{
	margin:0px auto;
}
.cx_txt{
    width: calc(100% - 2px);
	height:auto;
	display:block;
	overflow:hidden;
	border:1px solid #ebebeb;
	padding:10px;
	color:#ebebeb;
	background-color:#343434;
	line-height:18px;
	font-family: 'Lato', Arial, sans-serif;
    font-weight: 400; 
    font-size:14px;
	margin-top:4px;
	transition: all 0.6s;
	-moz-transition: all 0.6s; /* Firefox 4 */
	-webkit-transition: all 0.6s; /* Safari and Chrome */
	-o-transition: all 0.6s; /* Opera */
}
.cla_promo{
	cursor:pointer;
	margin-bottom:20px;
}
.cx_btn a{
	color:#ebebeb;
	line-height:18px;
	font-family: 'Lato', Arial, sans-serif;
    font-weight: 400; 
    font-size:12px;
}
.btn_modal .cx_btn a{
	color:#000000;
}
.cx_btn a:hover{
	color:#febb00;
}
.cla_promo:hover .cx_img{
	border:1px solid #47b036;
}
.cla_promo:hover .cx_txt{
	color:#343434;
	background-color:#47b036;
	border:1px solid #47b036;
}
.titulo_p{
	color:#46af36;
	line-height:60px;
	font-family: 'Lato', Arial, sans-serif;
    font-weight: 300; 
    font-size:48px;
}
/*FIM promocoes*/


/*clientes*/
#clientes{
	min-height:570px;
	color:#262626;
	line-height:16px;
	font-family: 'Lato', Arial, sans-serif;
    font-weight: 400; 
    font-size:12px;
	padding-bottom:70px;
	background:url(../images/bg_clientes.jpg) center center fixed no-repeat #ebebeb;
}
#clientes h2.titulo{
	color:#363636;
}
.txt_clientes{
	color:#262626;
	line-height:16px;
	font-family: 'Lato', Arial, sans-serif;
    font-weight: 400; 
    font-size:12px;
	text-align:left;
}
.txt_gr_clientes{
	color:#343434;
	line-height:42px;
	font-family: 'Lato', Arial, sans-serif;
    font-weight: 300; 
    font-size:30px;
	text-align:left;
	margin-top:40px;
	margin-bottom:40px;
}
.credito_clientes{
	color:#343434;
	line-height:24px;
	font-family: 'Lato', Arial, sans-serif;
    font-weight: 400; 
    font-size:18px;
	text-align:left;
	font-style:italic;
}
.credito_clientes b, .credito_clientes strong{
    font-weight: 700; 
	line-height:24px;
}
/*FIM clientes*/


/*marcas*/
#marcas{
	background-color:#000000;
	color:#ffffff;
	line-height:16px;
	font-family: 'Lato', Arial, sans-serif;
    font-weight: 400; 
    font-size:12px;
	padding-bottom:70px;
	text-align:center;
}
#marcas h2.titulo{
	color:#ffffff;
}
.slide_cont{
	margin-top:40px;
}
.seta_esquerda{
	width:27px;
	height:92px;
	display:block;
	overflow:hidden;
	margin:0px auto;
	margin-top:0px;
	background:url(../images/seta_esquerda.png) left center no-repeat;
	cursor:pointer;
	opacity: 0.6;
    filter: alpha(opacity=60);
}
.seta_direita{
	width:27px;
	height:92px;
	display:block;
	overflow:hidden;
	margin:0px auto;
	margin-top:0px;
	background: url(../images/seta_direita.png) right center no-repeat;
	cursor:pointer;
	opacity: 0.6;
    filter: alpha(opacity=60);
}
.seta_esquerda:hover, .seta_direita:hover{
	opacity: 1;
    filter: alpha(opacity=100);
}
.seta_esquerda, .seta_direita{
	margin-top:30px;
}
#content-slider img{
	cursor:pointer;
}
.link_site{
	border:1px solid #000000;
	color:#000000;
	background-color:#FFF;
	font-family: 'Lato', Arial, sans-serif;
    font-weight: 400; 
    font-size:12px;
	padding: 9px 20px;
}
.link_site:hover{
	border:1px solid #8dc63f;
	color:#000000;
	background-color:#8dc63f;
}
/*FIM marcas*/


/*tecdoc*/
#tecdoc{
	background-color:#ebebeb;
	color:#262626;
	line-height:16px;
	font-family: 'Lato', Arial, sans-serif;
    font-weight: 400; 
    font-size:12px;
	padding-bottom:70px;
	text-align:center;
}
#tecdoc h2.titulo{
	color:#262626;
}
.col_esquerda{
	color:#262626;
	line-height:16px;
	font-family: 'Lato', Arial, sans-serif;
    font-weight: 400; 
    font-size:12px;
	text-align: right;
}
.col_esquerda b,.col_esquerda strong{
	color:#46af36;
	line-height:20px;
	font-family: 'Lato', Arial, sans-serif;
    font-weight: 400; 
    font-size:18px;
	text-align: right;
}
.col_geral{
	margin-top:40px;
}
.col_centro img{
	margin:0px auto;
}
.col_direita{
	color:#262626;
	line-height:16px;
	font-family: 'Lato', Arial, sans-serif;
    font-weight: 400; 
    font-size:12px;
	text-align: left;
}
.col_direita b,.col_direita strong{
	color:#46af36;
	line-height:20px;
	font-family: 'Lato', Arial, sans-serif;
    font-weight: 400; 
    font-size:18px;
	text-align: left;
}
#tecdoc ul{
	list-style:none;
	margin:0px;
	padding:0px;
}
#tecdoc li{
	background:url(../images/li_icon.png) left 2px no-repeat;
	padding-left:14px;
	margin-left:0px;
	margin-bottom:12px;
}
#tecdoc p{
	margin:0px;
	padding:0px;
}
/*FIM tecdoc*/




/*Contactos*/
#Contactos{
	background-color:#000000;
	color:#ebebeb;
	line-height:16px;
	font-family: 'Lato', Arial, sans-serif;
    font-weight: 300; 
    font-size:13px;
	padding-bottom:70px;
}
.contactos_fundo{
	padding-top:45px;
	padding-bottom:45px;
}
#Contactos span{
	color:#ffd200;
	line-height:16px;
	font-family: 'Lato', Arial, sans-serif;
    font-weight: 900; 
    font-size:13px;
}
#Contactos strong{
    font-weight: 700; 
}
#Contactos h2.titulo{
	color:#262626;
	background:none;
}
.cont_amarelo{
	width:100%;
	height:auto;
	background-color:#ffd200;
	color:#262626;
}
.cont_amarelo h2.titulo{
	margin-top:0px;
	margin-bottom:20px;
}
.cont_amarelo input{
	background-color:#ffd200;
	color:#262626;
	line-height:30px;
	font-family: 'Lato', Arial, sans-serif;
    font-weight: 400; 
    font-size:12px;
	border:1px solid #262626;
	border-radius: 0px;
}

.cont_amarelo input:focus{
	background-color:#ffd200;
	color:#262626;
	line-height:30px;
	font-family: 'Lato', Arial, sans-serif;
    font-weight: 400; 
    font-size:12px;
	border:1px solid #262626;
	border-radius: 0px;
}
.btn_newsletter{
	background-color:#46af36;
	color:#ffffff;
	line-height:32px;
	font-family: 'Lato', Arial, sans-serif;
    font-weight: 400; 
    font-size:11px;
	border:1px solid #46af36;
	border-radius: 0px;
	text-transform:uppercase;
	padding:0px 8px;
	transition: all 0.6s;
	-moz-transition: all 0.6s; /* Firefox 4 */
	-webkit-transition: all 0.6s; /* Safari and Chrome */
	-o-transition: all 0.6s; /* Opera */
}
.btn_newsletter:hover{
	background-color:#46af36;
	border:1px solid #FFF;
	color:#ffffff;
}
.form-control::-webkit-input-placeholder { color: #262626; }
.form-control:-moz-placeholder { color: #262626; }
.form-control::-moz-placeholder { color: #262626; }
.form-control:-ms-input-placeholder { color: #262626; }
/*FIM Contactos*/







.relat_msg_topo{
	width:100%;
	height:auto;
	display:block;
	overflow:hidden;
	z-index:99;
}
.msg_cinza{
	width:400px;
	height:auto;
	display:block;
	overflow:hidden;
	float:right;
	margin-right:0px;
}
.msg_topo_cont{
	width:400px;
	height:230px;
	display:block;
	overflow:hidden;
	background:url(../images/cinza_transp.png) left top repeat;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}
.balao_seta{
	width:400px;
	height: 51px;
	display:block;
	overflow:hidden;
	background:url(../images/balao_seta.png) 84px top no-repeat;
}
.frase_01{ 
	font-size:12px;
	color:#46af36;
	font: 26px 'Lato', Arial, sans-serif;
	font-weight:300;
	line-height:36px;
	padding:30px 30px 0px 30px;
	text-align:right;
}
.frase_02{ 
	font-size:12px;
	color:#FFF;
	font: 26px 'Lato', Arial, sans-serif;
	font-weight:300;
	line-height:36px;
	padding:0px 30px 30px 30px;
	text-align:right;
}






/* ANIMAÇÕES */
.visibility_no{visibility: hidden;}
/* FIM ANIMAÇÕES */

















/*
* devices
*/

@media (max-width: 1200px) {
	.logo_rento{ width:76px; margin-left:5px; margin-right:5px; 	background-size: 76px  auto;}
.logo_putos{ width:40px; background-size: 40px  auto;}

.logo_rento:hover{ background:url(../images/rento_verde.png) left center no-repeat;background-size: 76px  auto;}
.logo_putos:hover{ background:url(../images/puto_verde.png) left center no-repeat;background-size: 40px  auto;}


}
@media (max-width: 992px) {
	.navbar-default .navbar-nav > li.face_ico > a {
		padding-right:5px;
	}
	.logo_topo{ width:260px; height:70px; display:block; overflow:hidden; background:url(../images/LGE_Logo_topo.png) left center no-repeat; background-size: 260px auto; float:left; margin-top:26px;}
	ul#content-slider{
		width:100%;
		height:auto;
	}
	ul#content-slider li{
		width:30%;
		height:auto;
		display:block;
		overflow:hidden;
		float:left;
		margin: 5px;
	}
.transmisao_cont{
	width:260px;
	height:140px;
	display:block;
	overflow:hidden;
	position:relative;
	top:-360px;
	left:150px;
	z-index:10;
	background:url(../images/transmisao.png) 0px 10px no-repeat;
}
.txt_produtos{
	width:230px;
	height:auto;
	display:block;
	overflow:hidden;
	background-color:#ffd200;
	color:#000000;
	font-size:12px;
	line-height:16px;
	padding: 15px 30px;
	text-align:left;
	margin-left:23px;
}
.motor_cont{
	width:290px;
	height:250px;
	display:block;
	overflow:hidden;
	position:relative;
	top:-320px;
	left:114px;
	z-index:10;
	background: url(../images/motor.png) 0px 10px no-repeat;
}
.motor_txt{margin-left:60px;}
.liquidos_cont{
	width:270px;
	height:200px;
	display:block;
	overflow:hidden;
	position:relative;
	top:-280px;
	left:126px;
	z-index:10;
	background: url(../images/liquidos.png) -15px 10px no-repeat;
}
.liquidos_txt{margin-left:40px;}
.travagem_cont{
	width:260px;
	height:200px;
	display:block;
	overflow:hidden;
	position:relative;
	top:-240px;
	left:132px;
	z-index:10;
	background: url(../images/travagem.png) -10px 10px no-repeat;
}
.travagem_txt{margin-left:30px;}
.alimentacao_cont{
	width:250px;
	height:200px;
	display:block;
	overflow:hidden;
	position:relative;
	top:-244px;
	left:154px;
	z-index:10;
	background: url(../images/alimentacao.png) -13px 10px no-repeat;
}
.alimentacao_txt{margin-left:20px; margin-top:45px;}
.ignicao_cont{
	width:250px;
	height:160px;
	display:block;
	overflow:hidden;
	position:relative;
	top:-204px;
	left:120px;
	z-index:10;
	background: url(../images/ignicao.png) -13px 10px no-repeat;
}
.ignicao_txt{margin-left:20px; margin-top:45px;}
.carroceria_cont{
	width:280px;
	height:340px;
	display:block;
	overflow:hidden;
	position:relative;
	top:-360px;
	left:280px;
	z-index:10;
	background: url(../images/carroceria.png) right 10px no-repeat;
}
.carroceria_txt{margin-left:0px;}
.eletrico_cont{
	width:280px;
	height:290px;
	display:block;
	overflow:hidden;
	position:relative;
	top:-320px;
	left:280px;
	z-index:10;
	background: url(../images/eletrico.png) right 10px no-repeat;
}
.eletrico_txt{margin-left:0px;}
.embraiagem_cont{
	width:280px;
	height:250px;
	display:block;
	overflow:hidden;
	position:relative;
	top:-280px;
	left:280px;
	z-index:10;
	background: url(../images/embraiagem.png) right 10px no-repeat;
}
.embraiagem_txt{margin-left:0px;}
.suspensao_cont{
	width:280px;
	height:200px;
	display:block;
	overflow:hidden;
	position:relative;
	top:-240px;
	left:210px;
	z-index:10;
	background: url(../images/susencao.png) right 10px no-repeat;
}
.suspensao_txt{margin-left:0px;}
.seguraca_cont{
	width:280px;
	height:290px;
	display:block;
	overflow:hidden;
	position:relative;
	top:-321px;
	left:280px;
	z-index:10;
	background: url(../images/seguranca.png) right 10px no-repeat;
}
.seguraca_txt{margin-left:0px; margin-top:120px;}

.txt_produtos p{
	padding:0px; margin:0px;
}
}
@media (max-width: 768px) {
	.navbar-default .navbar-nav > li.face_ico > a {
		padding-right:20px;
	}
	.cla_promo{
	cursor:pointer;
		margin-bottom:50px;
	}
	.col_esquerda{
		margin-bottom:20px;
		text-align: center;
	}
	
	.col_direita{
		margin-top:20px;
		text-align:  center;
	}
	#produtos{
		padding-top:50px;
	}
	.b_logo{
		width:108px;
		height:120px;
		background-size: 108px 120px;
	}
	.texto_promo{
		position:relative;
		top:0px;
		width:auto;
		height:40px;
		display: compact;
		overflow:hidden;
		background-color:#ffd200;
		color:#262626;
		line-height:40px;
		font-family: 'Lato', Arial, sans-serif;
	  font-weight: 300; 
	  font-size:32px;
	  padding:0px 3px;
	  cursor:default;
	}
	.short-text {
		overflow: hidden;
		height: auto;
	}
}
@media (max-width: 480px) {
}
@media (max-width: 321px) {

}