@import url(http://fonts.googleapis.com/css?family=Lato);
@charset "UTF-8";
/* Base Styles */
#cssmenu,
#cssmenu ul,
#cssmenu li,
#cssmenu a {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
  font-weight: normal;
  text-decoration: none;
  line-height: 1;
  font-family: 'Lato', sans-serif;
  font-size: 14px;
  position: relative;
}
#cssmenu a {
  line-height: 1.3;
  padding: 2px 10px;
}
#cssmenu {
  width: 150px;
}
#cssmenu > ul > li {
  cursor: pointer;
  background: #000;
}

#cssmenu > ul > li > a {
  font-size: 12px;
  display: block;
  color: #f26721;
line-height: 2.0em;
border-bottom: 1px solid #6cbaec;
  background: #fff;
}
#cssmenu > ul > li > a:hover {
  text-decoration: none;
  background:#6cbaec;
  color:#fff;
}
#cssmenu > ul > li.active {
  border-bottom: none;
}
#cssmenu > ul > li.active > a {
  background: #6cbaec;
  color: #fff;

}
#cssmenu{
  position: relative !important;
}
#cssmenu > ul > li.has-sub > a:after {
  content: "";
  position: absolute;
  top: 8px;
  right: 8px;
  border: 5px solid transparent;
  border-left: 5px solid #ffffff;
}

#cssmenu > ul > li.has-sub.hover> a:after {
  text-decoration: none;
  background:#6cbaec;
  color:#fff;

}
#cssmenu > ul > li.has-sub.active > a:after {
  right: 8px;
  top: 8px;
}
/* Sub menu */
#cssmenu ul ul {
  padding: 0;
  display: none;
}
#cssmenu ul ul a {
  background: #fff;
  display: block;
  color: #6cbaec;
  font-size: 10px;
}


#cssmenu ul ul a:hover {
 
  background:#f26721;
  color:#fff;
}

#cssmenu ul ul a:active {
background:#f26721;
  color:#fff;

}

#cssmenu span{
  font-size: 13px;
}






/* RESPONSIVE */ 



@-webkit-viewport { width: device-width; }
@-moz-viewport { width: device-width; }
@-ms-viewport { width: device-width; }
@-o-viewport { width: device-width; }
@viewport { width: device-width; }

.mainX{
  display: none;
}
@media screen and (max-width: 60em) {
  #filtro_por_marca{
    float:none !important;
  }
  .mainX{
    display: inherit;
  }
  .js .nav-collapse {
    clip: rect(0 0 0 0);
    max-height: 0;
    position: absolute;
    display: block;
    overflow: hidden;
  }
  .nav-collapse {
    top: 0;
    width: 100%;
    position: relative;
  }
  .nav-collapse.opened { max-height: 2000px !important }
  .nav-collapse a:hover { background: transparent }
  .nav-collapse .active a:hover { color: #fff; background: rgba(0,0,0, .3) }
  .nav-toggle {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-decoration: none;
    text-indent: -999px;
    position: relative;
    overflow: hidden;
    width: 70px;
    height: 55px;
    float: right;
    display: block;
    margin: 0 -2em 1em 0;
  }
  .nav-toggle:before {
    color: #444; /* Edit this to change the icon color */
    font-family: "responsivenav";
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    font-size: 28px;
    text-transform: none;
    position: absolute;
    content: "\2261";
    text-indent: 0;
    text-align: center;
    line-height: 65px;
    speak: none;
    width: 100%;
    top: 0;
    left: 0;
  }
  .nav-toggle.active:before {
    font-size: 24px;
    content: "\78";
  }
  .mainX {
    -webkit-overflow-scrolling: auto;
    box-shadow: none;
    padding: 0 2em 2em;
    border-radius: 0;
    position: relative;
    width: 100%;
    overflow: hidden;
  }
  .mainX::-webkit-scrollbar { background-color: transparent }
}

@media screen and (-webkit-min-device-pixel-ratio: 1.3), screen and (min--moz-device-pixel-ratio: 1.3), screen and (-o-min-device-pixel-ratio: 2 / 1), screen and (min-device-pixel-ratio: 1.3), screen and (min-resolution: 192dpi), screen and (min-resolution: 2dppx) {
  body {
    -webkit-background-size: 200px 200px;
    -moz-background-size: 200px 200px;
    -o-background-size: 200px 200px;
    background-size: 200px 200px;
  }
}

@media screen and (min-width: 76em) {
  .nav-collapse { width: 18em }
  .mainX { width: auto; left: 18em }
}