nav.menu{
	    float: right;
    margin-top: 35px;
}
nav.menu ul{
	list-style: none;
	float: right;
    padding: 0;
}
nav.menu ul li{
	float: left;
	position: relative;
    margin-left: 5px;
    margin-bottom: 5px;
}
nav.menu ul li a{
	    display: block;
    padding: 20px 10px;
    font-size: 14px;
    font-weight: normal;
    color: #fff;
    border-bottom: 5px solid #000000;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ed202c+1,ed202c+1,b5191b+99 */
background: rgb(237,32,44); /* Old browsers */
background: -moz-radial-gradient(center, ellipse cover, rgba(237,32,44,1) 1%, rgba(237,32,44,1) 1%, rgba(181,25,27,1) 99%); /* FF3.6-15 */
background: -webkit-radial-gradient(center, ellipse cover, rgba(237,32,44,1) 1%,rgba(237,32,44,1) 1%,rgba(181,25,27,1) 99%); /* Chrome10-25,Safari5.1-6 */
background: radial-gradient(ellipse at center, rgba(237,32,44,1) 1%,rgba(237,32,44,1) 1%,rgba(181,25,27,1) 99%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ed202c', endColorstr='#b5191b',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
    border-radius: 33px 10px;
    transition: all 0.2s;
    text-transform: uppercase;
}
nav.menu ul li a.contatos{
	
	background: url(../imagens/pattern4.png) repeat center center;
    padding: 10px;
    background-color: #354275;
    border-radius: 4px;
    margin-left: 10px;
    color: #fff;
}
nav.menu ul li a:hover{
	color: #FFF;
   /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#636363+0,0a0606+100 */
background: rgb(99,99,99); /* Old browsers */
background: -moz-radial-gradient(center, ellipse cover, rgba(99,99,99,1) 0%, rgba(10,6,6,1) 100%); /* FF3.6-15 */
background: -webkit-radial-gradient(center, ellipse cover, rgba(99,99,99,1) 0%,rgba(10,6,6,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: radial-gradient(ellipse at center, rgba(99,99,99,1) 0%,rgba(10,6,6,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#636363', endColorstr='#0a0606',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
/*
nav.menu ul li a.menu-active:before{
	width: 33px;
    height: 53px;
    content: '';
    top: 50%;
    left: 50%;
    z-index: 1;
    margin: -25px 0 0 -17px;
    display: block;
    position: absolute;
    background: url(../imagens/menuactive.png) no-repeat center center;
}
*/
nav.menu ul li ul {
    position: absolute;
    top: 100%;
    left: 0px;
    z-index: 12;
    width: 250px;
    box-sizing: content-box;
    min-width: 100%;
    display: block;
    transform: translate3d(0px, 10px, 0px);
    visibility: hidden;
    opacity: 0;
    transition: all 0.3s ease;
    padding: 0;
    margin: 0;
}
.slogan {
    font-size: 16px;
    color: #FFF;
    font-weight: normal;
    display: block;
    text-align: left;
    line-height: 50px;
}
nav.menu ul li:hover ul{
	opacity: 1;
    transform: translate3d(0px, 0px, 0px);
    visibility: visible;
    top: 80px;
}
nav.menu ul li ul li{
	width: 100%;
}
nav.menu ul li ul li a{
	color: #fff;
	padding: 5px 15px;
	font-size: 14px;
    line-height: 18px;
}
.telefone {
         font-size: 26px;
    text-align: right;
    margin-top: 10px;
/*    font-weight: bold;*/
    color: #000000;
    text-shadow: 2px 2px 0 #ffffff;
}
.telefone span {
    display: block;
    margin-bottom: 10px;
    font-size: 18px;
    font-weight: bold;
}
/*menu responsive*/
.header-menutoggle{
	    display: none;
    float: right;
    margin-top: 20px;
    border-radius: 4px;
    background: url(../imagens/pattern4.png) repeat center center;
    padding: 10px;
   /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ed202c+1,ed202c+1,b5191b+99 */
background: rgb(237,32,44); /* Old browsers */
background: -moz-radial-gradient(center, ellipse cover, rgba(237,32,44,1) 1%, rgba(237,32,44,1) 1%, rgba(181,25,27,1) 99%); /* FF3.6-15 */
background: -webkit-radial-gradient(center, ellipse cover, rgba(237,32,44,1) 1%,rgba(237,32,44,1) 1%,rgba(181,25,27,1) 99%); /* Chrome10-25,Safari5.1-6 */
background: radial-gradient(ellipse at center, rgba(237,32,44,1) 1%,rgba(237,32,44,1) 1%,rgba(181,25,27,1) 99%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ed202c', endColorstr='#b5191b',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
    float: right;
    color: #fff;
    width: auto;
	margin-bottom:20px;
}
@media (max-width: 1200px ){
  nav.menu{
  	display: none;
  }
  .header-menutoggle{
	display: block;}
}
@media (max-width: 991px ){
   .header-menutoggle{
   	margin: auto auto;
   	float: inherit;
   	margin-top: 20px;
   }
    .slogan {
        line-height: 25px;
        padding: 10px 0;
    }
}
    @media (max-width: 767px ){
    header {
          position: relative !important;
    padding-bottom: 30px;
    background-position: top center !important;
        }
    header:before {
    content: '';
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-image: url(../imagens/pattern4.png);
    background-repeat: repeat;
}
    .telefone {
        margin-top: 10px;
    }
    .slide-index {
        margin: 0;
    }
    section.marcas img {
        margin-bottom: 50px !important ;
    }
    header .top {
        margin-bottom: 20px;
    }
    .sumir_cel {
        display: none;
    }
    header .top {
        display: none;
    }
    .index header .top {
        display: block;
    }
    .index header {
        padding-top: 0;
    }
    header {
        padding-top: 30px;
        min-height: auto !important;
    }
}

/*menu lateral*/
.menu-lateral{
	position: fixed;
	transition: all 0.2s;
	left: -300px;
	width: 300px;
	height: 100%;
	background: #000;
    color: #fff;
	z-index: 10000;

}
.menu-lateral.active{
	left: 0px;
	transition: all 0.2s;
}
.menu-lateral .fechar-menu{
	float: right;
	margin: 10px;
	padding: 10px;
	cursor: pointer;
	display: block;
}
.menu-lateral .fechar-menu i{
	color: #fff;
}
.menu-lateral ul{
	padding: 10px;
	width: 100%;
	list-style: none;
}
.menu-lateral ul li{
	width: 100%;
}
.menu-lateral ul li a{
	border-bottom: 1px #ddd dotted;
	display: block;
	width: 100%;
	color: #fff;
	padding-top: 5px;
	padding-bottom: 10px;
}

/*menu categirias*/
ul.cat_prod{
    padding: 0;
    list-style: none;
}
ul.cat_prod li a{
    color: #283346;
    font-size: 20px;
    font-weight: 700;
    display: block;
    margin: 0 0 17px;
}
ul.cat_prod li ul{
    padding: 0;
    list-style: none;
}
ul.cat_prod li ul li a{
    color: #a0a6c5;
    font-size: 13px;
    text-transform: uppercase;
    margin: 0 0 13px;
    font-weight: 600;
    border: dashed 1px #a0a6c5;
    padding: 3px;
    border-radius: 4px;
}