@import url(http://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,800italic,400,600,700,300,800);


/*************************
*******Typography******
**************************/

body {
  background: #f2f2f2;
  font-family: 'Open Sans', sans-serif;
  color:#151515;
  line-height: 22px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 600; 
  font-family: 'Open Sans', sans-serif;
  color:#151515;
}

h1{
  font-size: 36px;
  color:#151515;
}

h2{
  font-size: 20px;
}

h3{
  font-size: 16px;
  color: #151515;
  font-weight: 400;
  line-height: 24px;
}

h4{
  font-size: 16px;
}

a {
  color: #0091C9;
  -webkit-transition: color 300ms, background-color 300ms;
  -moz-transition: color 300ms, background-color 300ms;
  -o-transition:  color 300ms, background-color 300ms;
  transition:  color 300ms, background-color 300ms;
}

a:hover, a:focus {
  color: #d43133;
}

hr {
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #fff;
}


.btn-primary {
  padding: 8px 20px;
  background: #151515;
  color: #fff;
  border-radius: 4px;
  border:none;
  margin-top: 10px;
}


.btn-primary:hover, 
.btn-primary:focus{
  background: #151515;
  outline: none;
  box-shadow: none;
} 

.btn-transparent {
  border: 3px solid #fff;
  background: transparent;
  color: #fff;
}

.btn-transparent:hover {
  border-color: rgba(255, 255, 255, 0.5);
}

a:hover,
a:focus {
  color: #111;
  text-decoration: none;
  outline: none;
}

.dropdown-menu {
  margin-top: -1px;
  min-width: 180px;
}

.center h2{
  font-size: 36px;
  margin-top: 0;
  margin-bottom: 20px;
}

.media>.pull-left{
  margin-right: 20px;
}

.media>.pull-right{
  margin-left: 20px;
}

body > section {
  padding: 70px 0;
}

.center {
  text-align: center;
  padding-bottom: 55px;
}

.scaleIn {
  -webkit-animation-name: scaleIn;
  animation-name: scaleIn;
}

.lead{
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}

.transparent-bg {
  background-color: transparent !important;
  margin-bottom: 0;
}

@-webkit-keyframes scaleIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
  }

  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes scaleIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
  }

  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}


/*************************
*******Header******
**************************/

#header {
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #0091c9;
}
#header .search{
  display: inline-block;
}

.navbar>.container .navbar-brand{
  margin-left: 0px;
}
.navbar-brand {
  padding: 0;
  margin:0;
}
.navbar-brand img {
  max-height: 70px;
}

.navbar {
  border-radius: 0;
  margin-bottom: 0;
  background: #151515;
  padding: 15px 0;
  padding-bottom: 0;
}

 .navbar-nav{
  margin-top: 8px;
 }

.navbar-nav>li{
  margin-left: 30px;
  padding-bottom: 28px;
}

.navbar-inverse .navbar-nav > li > a {
	padding: 3px 6px;
	margin: 0;
	border-radius: 3px;
	color: #fff;
	line-height: 24px;
	display: inline-block;
	text-transform: uppercase;
}

.navbar-inverse .navbar-nav > li > a:hover{
	background-color: #0091C9;
  	color: #fff;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #0091C9;
}

.navbar-inverse {
  border: none;
}

.navbar-inverse .navbar-brand {
  font-size: 36px;
  line-height: 50px;
  color: #fff;
}

.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus,
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
	background-color: #0091C9;
	color: #FFF;
	font-weight: bold;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #0091C9;
}

.navbar-inverse .navbar-nav .dropdown-menu {
	background-color: rgba(0,0,0,.85);
	-webkit-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.125);
	-moz-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.125);
	box-shadow: 0 3px 8px rgba(0, 0, 0, 0.125);
	border: 0;
	padding: 0;
	margin-top: 0;
	border-top: 0;
	border-radius: 6px;
	left: 0;
	font-size:12px;
}

.navbar-inverse .navbar-nav .dropdown-menu:before{
  position: absolute;
  top:0;
}

.navbar-inverse .navbar-nav .dropdown-menu > li > a {
  padding: 4px 5px;
  color: #fff;
}

.navbar-inverse .navbar-nav .dropdown-menu > li:hover > a,
.navbar-inverse .navbar-nav .dropdown-menu > li:focus > a,
.navbar-inverse .navbar-nav .dropdown-menu > li.active > a {
  background-color: #0091C9;
  color: #fff;
}

.navbar-inverse .navbar-nav .dropdown-menu > li:last-child > a {
  border-radius: 0 0 3px 3px;
}

.navbar-inverse .navbar-nav .dropdown-menu > li.divider {
  background-color: transparent;
}

.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
	border-top: 0;
	padding-bottom: 0;
}

/*************************
*******Home Page******
*************************

/* BANNER */

#about-slider {
	margin-top:10px;
	margin-bottom:0px;
}

#carousel-slider {
	position: relative;
}

#carousel-slider .carousel-indicators {
  bottom: -25px;
}

#carousel-slider .carousel-indicators li {
  border: 1px solid #0091C9;
}

#carousel-slider a i {
  border: 1px solid #0091C9;
  border-radius:50%;
  font-size: 28px;
  height: 50px;
  padding: 8px;
  position: absolute;
  top: 50%;
  width: 50px;
  color:#0091C9;
}

#carousel-slider a i:hover {
  background:#0091C9;
  color:#fff;
  border: 1px solid #0091C9;
}

#carousel-slider 
.carousel-control {
  width:inherit;
}

#carousel-slider .carousel-control.left i {
  left:-25px
}

#carousel-slider .carousel-control.right i {
  right: -25px;
}

#carousel-slider
.carousel-control.left, 
#carousel-slider
.carousel-control.right {
  background: none;
}

/* FIM BANNER */

/* CAROUSEL MARCAS E FAMILIAS*/

.marcas-carousel {
	margin-top: 20px;
	margin-bottom: 60px;
}
.marcas-carousel img {
	max-height: 70px;
	max-width: 200px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}
.familias-carousel {
	margin-top: 20px;
	margin-bottom: 20px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	-webkit-box-shadow: 0 0 6px 6px #CFCFCF;
	box-shadow: 0 0 6px 6px #CFCFCF;	
	background-color: #FFF;
	padding-right: 10px;
	padding-left: 10px;
}
.familias-carousel h2{
	font-size: 16px;
	text-align: center;
	margin: 0px;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	line-height: 20px;
}
.familias-carousel img {
	max-height: 190px;
	max-width: 190px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}

/* FIM CAROUSEL MARCAS E FAMILIAS */

#feature {
	background: #f2f2f2;
	padding-bottom: 20px;
	margin: 0px;
	padding-top: 20px;
}
#feature h1 {
	font-weight: 600;
	font-family: 'Open Sans', sans-serif;
	color:#0091C9;
	font-size: 30px;
	margin: 0px;
	padding: 0px;
	vertical-align: text-top;
	text-align: left;
}
/*************************
*******TEXTOS******
**************************/

#feature .Textos{
	font-size: 14px;
	line-height: 24px;
	font-weight: 400;
	color: #151515;
	margin-top: 15px;
	text-align: justify;
}
#feature .Textos h1 {
	font-size: 16px;
	line-height: 24px;
	font-weight: 400;
	color: #0091C9;
	margin-top: 35px;
}
#feature .Textos h2 {
	font-size: 14px;
	line-height: 22px;
	font-weight: 400;
	color: #0091C9;
	margin-top: 35px;
}
#feature .Textos h3 {
	font-size: 12px;
	line-height: 20px;
	font-weight: 400;
	color: #0091C9;
	margin-top: 35px;
}
#feature .Textos label {
	font-size: 12px;
	font-weight: 400;
	color: #151515;
	text-shadow: 1px 1px 1px #6B6B6B;
}
#feature .Textos .btn {
	font-size: 12px;
	font-weight: 400;
	background: #0091C9;
	color: #FFF
}
#feature .Textos .btn:hover{
	font-size: 12px;
	font-weight: 400;
	background: #151515;
	color: #FFF
}
#feature .contact-wrap {
	margin-top: 0px;
	background-image: url(../imgs/loja.png);
	background-repeat: no-repeat;
	opacity: 1;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	border: thin solid #999;
}
/* FIM TEXTOS */

/* MARCAS */ 

.marcas {
	margin-top: 20px;
	margin-bottom: 20px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	-webkit-box-shadow: 0 0 6px 6px #CFCFCF;
	box-shadow: 0 0 6px 6px #CFCFCF;
	background-color: #FFF;
	padding-right: 10px;
	padding-left: 10px;
	height: 60px;
}
.marcas img {
	max-height: 60px;
	max-width: 150px;
	text-align: center;
	margin-bottom: 10px;
	margin-top: 3px;
	padding: 3px;
}
/* FIM MARCAS */ 
/* CLIENTES */ 

.clientes {
	margin-top: 5px;
	margin-bottom: 5px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	-webkit-box-shadow: 0 0 6px 6px #CFCFCF;
	box-shadow: 0 0 6px 6px #CFCFCF;
	background-color: #FFF;
	padding: 0px;
	height: 160px;
	width: 160px;
    vertical-align: middle}
.clientes img {
	max-height: 150px;
	max-width: 150px;
	text-align: center;
	margin:auto;
	padding:5px;
	vertical-align: middle;
}
/* FIM CLIENTES */ 

.features{
  padding: 0;
}

.feature-wrap {
  margin-bottom: 35px;
  overflow: hidden;
}

.feature-wrap h2{
  margin-top: 10px;
}

.feature-wrap .pull-left {
  margin-right: 25px;
}

.feature-wrap i{
  font-size: 48px;
  height: 110px;
  width: 110px;
  margin: 3px;
  border-radius: 100%;
  line-height: 110px;
  text-align:center;
  background: #ffffff;
  color: #0091C9;
  border: 3px solid #ffffff;
  box-shadow: inset 0 0 0 5px #f2f2f2;
  -webkit-box-shadow: inset 0 0 0 5px #f2f2f2;
  -webkit-transition: 500ms;
  -moz-transition: 500ms;
  -o-transition: 500ms;
  transition: 500ms;
  float: left;
  margin-right: 25px;
}

.feature-wrap i:hover {
  background: #151515;
  color: #fff;
  box-shadow: inset 0 0 0 5px #c52d2f;
  -webkit-box-shadow: inset 0 0 0 5px #c52d2f;
  border: 3px solid #c52d2f;
}
/* --------------------- NOTICIAS ----------------------------- */
.accordion h2{
  margin-bottom: 25px;
}

.panel-default{
  border-color: transparent;
}

.panel-default>.panel-heading,
.panel{
  background-color: #e6e6e6; 
  border:0 none;
  box-shadow:none;
}

.panel-default>.panel-heading+.panel-collapse .panel-body{
  background: #fff;
  color: #858586;
}

.panel-body{
  padding: 20px 20px 10px;
}

.panel-group .panel+.panel{
  margin-top: 0;
  border-top: 1px solid #d9d9d9;
}

.panel-group .panel{
  border-radius: 0;
}

.panel-heading{
  border-radius: 0;
}

.panel-title>a{
  color: #4e4e4e;
}

.accordion-inner img{
  border-radius: 4px;
}

.accordion-inner h4{
  margin-top: 0;
}

.panel-heading.active{
  background: #1f1f20;
}

.panel-heading.active .panel-title>a{
  color:#fff;
}

a.accordion-toggle  i{
  width: 45px;
  line-height: 44px;
  font-size: 20px;
  margin-top: -10px;
  text-align: center;
  margin-right: -15px;
  background: #c9c9c9;
}

.panel-heading.active a.accordion-toggle i{
  background: #c52d2f;
  color: #fff;
}

.panel-heading.active a.accordion-toggle.collapsed i{
  background: #c52d2f;
  color: #fff;
}

/* FIM NOTICIAS */
/******************
 404 page css
 ******************/

#error .btn-success:hover, 
.btn-success:focus, 
.btn-success:active, 
.btn-success.active, 
.open .dropdown-toggle.btn-success:hover {
  background-color: #EBEBEB;
  border-color: #EBEBEB;
  color: #4E4E4E;
}

#error h1{
  color: #4e4e4e;
  text-transform: uppercase;
}


/******************
shortcodes page css
******************/

.shortcode-item {
  padding-bottom: 0;
}

.shortcode-item h2 {
  color: #4E4E4E;
  font-size: 24px;
  margin-bottom: 22px;
  margin-top: 0;
  font-weight: 600
}



/***********************
********* Footer ******
************************/
#bottom {
	background: #0091C9;
	font-size: 14px;
	margin: 0px;
	padding: 0px;
	color: #FFF;
}

#bottom h3 {
	text-transform: uppercase;
	font-size:22px;
	color: #FFF;
	margin: 0px;
	padding-top: 20px;
	padding-bottom: 30px;
}

#bottom ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#bottom ul li {
  display: block;
  padding: 5px 0;
}

#bottom ul li a {
  color: #808080;
}

#bottom ul li a:hover {
  color: #c52d2f;
}

#bottom .widget {
  margin-bottom: 0;
  margin-top: 0;
}
#bottom .widget a {
	color: #FFF;
}
#bottom .widget a:hover {
	color: #151515;
}

#footer {
  padding-top: 5px;
  padding-bottom: 5px;
  color: #fff;
  background: #151515;
}

#footer a {
  color: #fff;
}

#footer a:hover {
  color: #0091C9;
}

#footer ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#footer ul > li {
  display: inline-block;
  margin-left: 15px;
}


/* NOTICIAS RODAPE*/
.glyphicon
{
    margin-right:4px !important; /*override*/
}

.pagination .glyphicon
{
	color: #FFF;
	margin-right: 0px !important; /*override*/
}

.pagination a
{
    color:#FFF;
}
.pagination a:hover
{
    color:#0091C9;
}
.panel-footer {
	display: inline;
}
.panel-footer .pagination .next {
	color: #0091C9;
	background: none;
}
.panel-footer .pagination .next:hover {
	color: #0091C9;
	background-color: #151515;
}
.panel-footer .pagination .prev {
	color: #FFF;
	background: none;
}
.panel-footer .pagination .prev:hover {
	color: #0091C9;
	background: #151515;
}
.panel-footer .pagination .glyphicon .prev {
		color: #0091C9;
}
.panel {
	background: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.panel-default{
	background: #0091C9;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	-webkit-box-shadow: 0 0 0 0 #616161;
box-shadow: 0 0 0 0 #616161;
}
.panel-default .panel-footer {
  	padding: 0px 0px;
	background: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;

}
.panel-default .panel-footer a:hover{
	background-color: #151515;
	color: #0091C9;
}
.panel-default .panel-body {
  	padding: 0px 0px;
  	background: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;

}
.pagination {
	background: none;	 
}
.panel ul
{
	padding:0px;
	margin:0px;
	list-style:none;
	display: inline;
}
.panel-default ul.pagination > li > a {
  border: none;
  margin-right:5px;
  border-radius: 5px;
  font-size: 16px;
  padding: 5px 14px;
}

.panel-default ul.pagination > li > a i{
  margin-left:5px;
  margin-right:5px;
}

.panel-default ul.pagination > li.active > a, 
.panel-default ul.pagination > li:hover > a {
  background-color: #151515 !important;
  border-color: #151515 !important;
  color: #0091C9;
}

li .news-item
{
    padding:4px 4px;
    margin:0px;
    /*border-bottom:1px dotted #555; */

}
.img-thumbnail {
	margin-right:auto;
	margin-left:auto;
	max-height: 80px;
	max-width: 100px;
}
.panel ul table#tbNoticiasRodape {
	color: #e5e5e5;
	font-weight: normal;
}
.panel ul table#tbNoticiasRodape .TitNoticiaRodape {
	font-size: 14px;
	font-weight: normal;
	text-decoration: none;
	color: #FFF;
	text-transform: uppercase;
}
.panel ul table#tbNoticiasRodape .txtNoticiaRodape {
	font-size: 12px;
	font-weight: lighter;
	text-decoration: none;
	letter-spacing: normal;
	text-transform: none;
}
.panel ul table#tbNoticiasRodape a {
	color: #e5e5e5;
	font-weight: normal;
}

/* FIM NOTICIAS RODAPE */

/* SOCIAL RODAPE */
#bottom .social-share{
	display: inline-block;
	list-style: none;
	padding: 0;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: 0;
}

#bottom ul.social-share  {
	text-align: center;
}
#bottom ul.social-share li {
  display: inline;
  margin-left:10px;
}

#bottom ul.social-share li a i {
	border-radius: 50%;
	color: #0091C9;
	height: 35px;
	line-height: 35px;
	font-size: 20px;
	padding: 0;
	text-align: center;
	width: 35px;
	opacity:.8;
	background: #FFF;
}

#bottom ul.social-share li a:hover i{
  background: #FFF;
  color: #151515;
  opacity:1;

}
#bottom iframe .face {
	color: #151515;
	}
/* FIM SOCIAL RODAPE*/


.carousel-showmanymoveone {
	margin-bottom: 50px;
}
.carousel-showmanymoveone .carousel-control {
  width: 4%;
  background-image: none;
}
.carousel-showmanymoveone .carousel-control.left {
  margin-left: 15px;
}
.carousel-showmanymoveone .carousel-control.right {
  margin-right: 15px;
}
.carousel-showmanymoveone .cloneditem-1,
.carousel-showmanymoveone .cloneditem-2,
.carousel-showmanymoveone .cloneditem-3 {
  display: none;
}
@media all and (min-width: 768px) {
  .carousel-showmanymoveone .carousel-inner > .active.left,
  .carousel-showmanymoveone .carousel-inner > .prev {
    left: -50%;
  }
  .carousel-showmanymoveone .carousel-inner > .active.right,
  .carousel-showmanymoveone .carousel-inner > .next {
    left: 50%;
  }
  .carousel-showmanymoveone .carousel-inner > .left,
  .carousel-showmanymoveone .carousel-inner > .prev.right,
  .carousel-showmanymoveone .carousel-inner > .active {
    left: 0;
  }
  .carousel-showmanymoveone .carousel-inner .cloneditem-1 {
    display: block;
  }
}
@media all and (min-width: 768px) and (transform-3d), all and (min-width: 768px) and (-webkit-transform-3d) {
  .carousel-showmanymoveone .carousel-inner > .item.active.right,
  .carousel-showmanymoveone .carousel-inner > .item.next {
    -webkit-transform: translate3d(50%, 0, 0);
            transform: translate3d(50%, 0, 0);
    left: 0;
  }
  .carousel-showmanymoveone .carousel-inner > .item.active.left,
  .carousel-showmanymoveone .carousel-inner > .item.prev {
    -webkit-transform: translate3d(-50%, 0, 0);
            transform: translate3d(-50%, 0, 0);
    left: 0;
  }
  .carousel-showmanymoveone .carousel-inner > .item.left,
  .carousel-showmanymoveone .carousel-inner > .item.prev.right,
  .carousel-showmanymoveone .carousel-inner > .item.active {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    left: 0;
  }
}
@media all and (min-width: 992px) {
  .carousel-showmanymoveone .carousel-inner > .active.left,
  .carousel-showmanymoveone .carousel-inner > .prev {
    left: -25%;
  }
  .carousel-showmanymoveone .carousel-inner > .active.right,
  .carousel-showmanymoveone .carousel-inner > .next {
    left: 25%;
  }
  .carousel-showmanymoveone .carousel-inner > .left,
  .carousel-showmanymoveone .carousel-inner > .prev.right,
  .carousel-showmanymoveone .carousel-inner > .active {
    left: 0;
  }
  .carousel-showmanymoveone .carousel-inner .cloneditem-2,
  .carousel-showmanymoveone .carousel-inner .cloneditem-3 {
    display: block;
  }
}
@media all and (min-width: 992px) and (transform-3d), all and (min-width: 992px) and (-webkit-transform-3d) {
  .carousel-showmanymoveone .carousel-inner > .item.active.right,
  .carousel-showmanymoveone .carousel-inner > .item.next {
    -webkit-transform: translate3d(25%, 0, 0);
            transform: translate3d(25%, 0, 0);
    left: 0;
  }
  .carousel-showmanymoveone .carousel-inner > .item.active.left,
  .carousel-showmanymoveone .carousel-inner > .item.prev {
    -webkit-transform: translate3d(-25%, 0, 0);
            transform: translate3d(-25%, 0, 0);
    left: 0;
  }
  .carousel-showmanymoveone .carousel-inner > .item.left,
  .carousel-showmanymoveone .carousel-inner > .item.prev.right,
  .carousel-showmanymoveone .carousel-inner > .item.active {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    left: 0;
  }
}
.maquipesa {
	font-size: 14px;
	font-weight: 400;
	color: #FFF;
}
.maquipesa img {
}

/* -------------------------------- MENU PRODUTOS*/
.list-group.panel > .list-group-item {
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px;
	background-color: #0091C9;
	color: #FFF;
	font-size: 14px;
	font-weight: 500;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}
.list-group-item .strong {
	background-color: #868480;
	color: #FFF;
}
.list-group.SubMenu {
	background-color: #868480;
	color: #FFF;
}
.SubMenu a {
	color: #FFF;
}
.SubMenu a:hover a:active {
	color: #868480;
	background-color: #0091C9;
}
.list-group-submenu {
  margin-left:20px;
}
.list-group-submenu a{
	color: #868480;
}
.list-group-submenu a:hover {
	color: #0091C9;
}
.strong { font-weight: bold; }}

.searchm{
	display: inline;
	margin-right: 50px;
	float: right;
	padding: 0px;
	margin-top: 15px;
}

.searchm .pesquisa{
	padding: 0px;
	margin: 0px;
}

.searchm i {
  color: #0091C9;
}

input.search-formm{
  background: #0091C9;
  border: 0 none;
  width: 90%;
  padding: 0 10px;
  color: #FFF;
  -webkit-transition: all 400ms;
  -moz-transition: all 400ms;
  -ms-transition: all 400ms;
  -o-transition: all 400ms;
  transition: all 400ms;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}

input.search-formm::-webkit-input-placeholder{
  color: transparent;
}

input.search-formm:hover::-webkit-input-placeholder {
  color: #FFF;
}

input.search-formm:hover {
  width: 90%;
}

.PesqMarcas #frmPesqMarcas #marca {
  background: #0091C9;
  border: 0 none;
  width: 100%;
  padding: 0 10px;
  color: #FFF;
  -webkit-transition: all 400ms;
  -moz-transition: all 400ms;
  -ms-transition: all 400ms;
  -o-transition: all 400ms;
  transition: all 400ms;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}


.PesqMarcas  {
  color: #FFF;
}


.navcontainer
{
	margin: 0 auto;
	padding: 1em 0;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	text-align: center;
	text-transform: lowercase;
	color: #E42A24;
}

ul#navlist
{
	text-align: left;
	padding: 0;
	width: 100%;
	list-style-image: none;
	list-style-type: none;
	list-style-position: outside;
	font-size: 11px;
	text-transform: uppercase;
	line-height: 15px;
	vertical-align: text-top;
	font-weight: normal;
	color: #81807B;
	display: block;
	margin: 0px;
	height: auto;
	clear: none;
	float: none;
	position: relative;
}

ul#navlist li
{
	margin: auto;
	line-height: 15px;
	list-style-image: none;
	list-style-type: none;
	text-indent: 0px;
	padding-top: 10px;
}

ul#navlist li a
{
	display: list-item;
	width: 100%;
	color: #E42A24;
	text-decoration: none;
	list-style-image: none;
	list-style-type: none;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E42A24;
}


ul#navlist li#active a
{
	background: #f0e7d7;
	color: #E42A24;
}

ul#navlist li a:hover, ul#navlist li#active a:hover
{
	color: #FFF;
	background-color: #E42A24;
}
/*Nivel 1 */

ul#sub {
	text-align: left;
	padding: 0;
	list-style-image: none;
	list-style-type: none;
	list-style-position: outside;
	font-size: 11px;
	text-transform: uppercase;
	line-height: 15px;
	vertical-align: text-top;
	font-weight: normal;
	color: #81807B;
	margin: 0px;
	height: auto;
	clear: none;
	float: none;
	position: relative;
	
}

ul#sub li
{
	margin: 0px;
	line-height: 15px;
	list-style-image: none;
	list-style-type: none;
	text-indent: 0px;
	padding: 0px;
	height: 15px;
}

ul#sub li a
{
	display: list-item;
	width: 100%;
	color: #81807B;
	text-decoration: none;
	list-style-image: none;
	list-style-type: none;
	font-size: 10px;
	font-weight: normal;
	text-transform: uppercase;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#navcontainer>ul#sub li a {
	width: auto;
	line-height: 15px;
}

ul#sub li#active a

{
	color: #FFF;
	background-color: #E42A24;
	list-style-image: none;
	list-style-type: none;
}

ul#sub li a:hover, ul#sub li#active a:hover
{
	color: #FFF;
	background-color: #E42A24;
}

/* 2 nivel */ 
ul#sub2 {
	text-align: left;
	list-style-image: none;
	list-style-type: none;
	list-style-position: outside;
	font-size: 11px;
	text-transform: uppercase;
	line-height: 15px;
	vertical-align: text-top;
	font-weight: normal;
	color: #81807B;
	margin: 0px;
	height: auto;
	clear: none;
	float: none;
	position: relative;
	padding-left: 10px;
}

ul#sub2 li
{
	margin: 0px;
	line-height: 15px;
	list-style-image: none;
	list-style-type: none;
	padding: 0px;
	height: 15px;
}

ul#sub2 li a
{
	display: list-item;
	width: 100%;
	color: #E42A24;
	text-decoration: none;
	list-style-image: none;
	list-style-type: none;
	font-weight: normal;
	text-transform: uppercase;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#navcontainer>ul#sub2 li a {
	width: auto;
	line-height: 15px;
}

ul#sub2 li#active a
{
	color: #E42A24;
	background-color: #81807B;
	list-style-image: none;
	list-style-type: none;
}

ul#sub2 li a:hover, ul#sub2 li#active a:hover
{
	color: #FFF;
	border-color: #81807B;
	background-color: #E42A24;
	display: inline-block;
	width: 100%;
	margin-left: 0px;
}/* END Vertical Buttons */

ol#TopList
{
	text-align: left;
	padding: 0;
	width: 100%;
	list-style-position: inside;
	margin-right: 0px;
	margin-left: 0px;
	font-size: 10px;
	text-transform: uppercase;
	line-height: 20px;
	vertical-align: text-bottom;
	font-weight: bold;
}

ol#TopList li
{
	display: block;
	margin: 0;
	padding: 0;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #81807B;
	list-style-type: none;
	list-style-position: outside;
}

ol#TopList li a
{
	display: list-item;
	width: 100%;
	color: #81807B;
	text-decoration: none;
	background-color: #FFF;
	font-size: 11px;
	text-transform: uppercase;
}


ol#TopList li#active a
{
	background: #f0e7d7;
	color: #E42A24;
}

ol#TopList li a:hover, ol#TopList li#active a:hover
{
	color: #FFF;
	border-color: #81807B;
	background-color: #E42A24;
}
#lista1 {
	color: #CE103D;
}

#tbColunaProdutos {
	height: 100%;
}
#tbColunaProdutos h3 {
	font-size: 18px;
	font-weight: normal;
	text-transform: uppercase;
	color: #E42A24;
	height: 10px;
	margin: 0px;
	line-height: 25px;
}
#tbColunaProdutos_temp .tdBgkColuna {
	background-image: url(../imgs/coluna_bgk.png);
	background-repeat: repeat-y;
	height: 820px;
}
#tbColunaProdutos .tdBgkColuna {
	background-image: url(../imgs/coluna_bgk.png);
	background-repeat: repeat-y;
}
#tbFrmPesqColuna{
	background-image: url(../imgs/bgk_pesq.png);
	background-repeat: no-repeat;
	height: 25px;
	width: 170px;
}
#tbFrmPesqColuna #inp_pesquisa{
	background-color: #FFF;
	height: 21px;
	width: 120px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-bottom: 0px;
	padding-right: 4px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	color: #666;
}
/*#frmPesquisa .bgkSelectPesquisa {
	background-image: url(../imgs/pesquisa.png);
	margin: 0px;
	height: 35px;
	width: 165px;
	background-repeat: no-repeat;
	background-position: 0px 5px;
	}	*/
#tbPesqMarcas {
	background-image: url(../imgs/bgk_pesq.png);
	background-repeat: no-repeat;
	height: 25px;
	width: 170px;	
}
/*#frmPesqMarcas #selectPesqMarcas {
	width: 165px;
	font-size: 12px;
	color: #666;
	border: none;
	height: 25px;
	font-family: Tahoma, Geneva, sans-serif;
}*/

/* /MENU PRODUTOS */

/* ------------------- FAMILIAS -------------------- */ 
.Familia {
	margin-right: auto;
	margin-left: auto;
	padding: 20px;
	text-align: center;
	height: 290px;
	width: 240px;
	}
.Familias {
	margin-top: 20px;
	margin-bottom: 20px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	-webkit-box-shadow: 0 0 6px 6px #CFCFCF;
	box-shadow: 0 0 6px 6px #CFCFCF;	
	background-color: #FFF;
	padding-right: 10px;
	padding-left: 10px;
	height: 240px;
	width: 210px;
	}
.Familias .imgfamilia {
	margin-right: auto;
	margin-left: auto;
	height: 180px;
	width: 180px;
	}
.Familias img {
	margin-right: auto;
	margin-left: auto;
	max-height: 180px;
	max-width: 180px;
	text-align: center;
	padding:5px;
	}
.Familias .NomeFamilia {
	text-align: center;
	margin-bottom: 30px;
	margin-top: 5px;
	width: 100%;
	height: 40px;
	}
.NomeFamilia h2 {
	text-align: center;
	font-size: 16px;
	font-weight: 300;
	color: #0091C9;
	position: relative;
	}
.NomeFamilia h2 a {
	text-align: center;
	font-size: 16px;
	font-weight: 300;
	color: #E42A24;
	}

/* ------------------- /FAMILIAS -------------------- */ 


/* ------------------- PRODUTOS -------------------- */ 
.ListaProdutos {
	margin-right: 10px;	
	margin-left: 10px;	
}
.imgProd {
	float: left;
	padding-right: 10px;
	padding-bottom: 10px;
	margin-bottom: 10px;
	height: 160px;
	width: 160px;
	margin-right: 15px;
}
.imgProd img {
	max-width: 150px;
	max-height: 150px;
	padding: 5px;
}
.NomePRodMarca {
	position: relative;
	display: table;
	padding-right: 30px;
}
.NomePRodMarca span.Ref {
	font-size: 10px;
	font-weight: 300;
	text-decoration: none;
	color: #E42A24;
	text-transform: uppercase;
}
.NomePRodMarca span.Ref2 {
	font-size: 12px;
	font-weight: 300;
	text-decoration: none;
	color: #868480;
	text-transform: uppercase;
}

.NomeProduto {
	width: 100%;
}
.NomeProduto h2{
	font-size: 13px;
	font-weight: 500;
	text-decoration: none;
	color: #E42A24;
	text-transform: uppercase;
	line-height: 16px;
	min-height: 30px;
}
.LogoMarca {
	padding-left: 40px;
	padding-bottom: 20px;
	display: block;
	text-align: right;
	width: 100%;
}
.LogoMarca img {
	max-height:50px;
	max-width: 100px;
}
.TextoProduto {
	text-align: justify;
	margin: 0px;
	padding: 0px;
	min-height: 60px;
	width: auto;
	clear: none;
	float: none;
	position: relative;
	font-size: 13px;
	line-height: 15px;
}
.Botao  {
	background: #f22c29;
	background-image: -webkit-linear-gradient(top, #f22c29, #cc3333);
	background-image: -moz-linear-gradient(top, #f22c29, #cc3333);
	background-image: -ms-linear-gradient(top, #f22c29, #cc3333);
	background-image: -o-linear-gradient(top, #f22c29, #cc3333);
	background-image: linear-gradient(to bottom, #f22c29, #cc3333);
	-webkit-border-radius: 5;
	-moz-border-radius: 5;
	border-radius: 5px;
	/*  font-family: Arial;
  color: #ffffff;
  font-size: 11px;*/
  padding: 3px 3px 3px 3px;
	text-decoration: none;
	color: #FFF;
}

.Botao:hover {
  background: #a11212;
  background-image: -webkit-linear-gradient(top, #a11212, #ff0a0a);
  background-image: -moz-linear-gradient(top, #a11212, #ff0a0a);
  background-image: -ms-linear-gradient(top, #a11212, #ff0a0a);
  background-image: -o-linear-gradient(top, #a11212, #ff0a0a);
  background-image: linear-gradient(to bottom, #a11212, #ff0a0a);
  text-decoration: none;
}
.InfoProduto {
	float: right;
}
/* ------------------- /PRODUTOS -------------------- */ 

/* ------------------- PAGINA PRODUTOS -------------------- */
.FotoProduto {
	margin-top: 20px;
	margin-bottom: 20px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	-webkit-box-shadow: 0 0 6px 6px #CFCFCF;
	box-shadow: 0 0 6px 6px #CFCFCF;	
	background-color: #FFF;
	padding-right: 10px;
	padding-left: 10px;
	height: 260px;
	width: 260px;
	}
.FotoProduto img {
	margin-right: auto;
	margin-left: auto;
	max-height: 240px;
	max-width: 240px;
	text-align: center;
	padding: 5px;
	}
.FotoProduto img {
	margin-top: 10px;
	margin-bottom: 10px;
	vertical-align: middle;
	}
.DadosProduto {
}
.DadosProduto .MarcaProduto {
	padding-left: 20px;
	padding-bottom: 20px;
	display: block;
	float: right;
}
.DadosProduto .NomeProduto h2 {
	font-size: 18px;
	font-weight: 600;
	color: #0091C9;	
}
.DadosProduto .DescProduto{
	white-space: normal;
	font-size: 12px;
	padding-left: 20px;
}
.DadosProduto a .fa {
	color: #0091C9;
}

.DadosProduto .Info .fa-file-pdf-o{
	color: #F00;
}
.FotoProduto2 {
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	-webkit-box-shadow: 0 0 6px 6px #CFCFCF;
	box-shadow: 0 0 6px 6px #CFCFCF;	
	background-color: #FFF;
	padding-right: 10px;
	padding-left: 10px;
	}
.FotoProduto2 img {
	margin-right: auto;
	margin-left: auto;
	min-height: 150px;
	text-align: center;
	padding: 5px;
	}
.FotoProduto2 img {
	margin-top: 5px;
	margin-bottom: 5px;
	vertical-align: middle;
	}
.fotos {
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	-webkit-box-shadow: 0 0 2px 2px #CFCFCF;
	box-shadow: 0 0 2px 2px #CFCFCF;
	background-color: #FFF;
	padding-right: 0px;
	padding-left: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 2px;
	margin-left: 15px;
	}
.fotos img {
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	padding: 0px;
	}
.fotos img {
	margin-top: 1px;
	margin-bottom: 1px;
	vertical-align: middle;
	}
.imagens-produto {
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

.imagens-produto img {
	max-width: 60px;
}	
.Notas {
	font-size: 11px;
	color: #F00;	
}
.Master {
	font-size: 14px;
	color: #0091C9;	
}


/* ------------------- /PAGINA PRODUTOS -------------------- */ 
/* ------------------- PAGINA NOTICIAS -------------------- */ 

.Noticias  {
	margin-top: 20px;
	margin-bottom: 20px;
	text-align: left;
	}
.Noticias .FotoNoticia {
	margin-top: 20px;
	margin-bottom: 20px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	-webkit-box-shadow: 0 0 6px 6px #CFCFCF;
	box-shadow: 0 0 6px 6px #CFCFCF;	
	background-color: #FFF;
	padding-right: 10px;
	padding-left: 10px;
	height: auto;
	width: auto;
	}
.Noticia img {
	margin-right: auto;
	margin-left: auto;
	max-height: 240px;
	max-width: 240px;
	text-align: center;
	padding: 5px;
	}
.Noticia img {
	margin-top: 10px;
	margin-bottom: 10px;
	vertical-align: middle;
	}
.TextoNoticia {
}
.TextoNoticia img{
	height: auto;
	width: auto;
	max-height:100%;
	max-height:100%
}
.Noticias .Noticia h2 {
	font-size: 18px;
	font-weight: 600;
	color: #0091C9;	
}
.Noticias .TextoNoticia{
	white-space: normal;
	font-size: 16px;
}
/* ------------------- /PAGINA NOTICIAS -------------------- */ 

.NomeFamiliaCar {
  white-space: nowrap; 
  overflow: hidden;
  text-overflow: ellipsis;
}