* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  list-style: none;
  color: #fff;
  font-family: 'Helvetica', 'Arial', 'sans-serif';
}
body {
  background-color: #131313;
  font-size: 14px;
}
a {
  text-decoration: none;
  color: #FFF;
  letter-spacing: 1px;
}
a:hover {
  text-decoration: underline;
}
.banner {
  margin-top: 3em;
}
.banner img {
  width: 100%;
  height: auto;
}
.hidden {
  height: 1;
  opacity: 0;
}
.filtros {
  text-align: center;
  margin: 1.5em 0;
}
.filtros li {
  display: inline-block;
  vertical-align: top;
  width: auto;
  margin: 15px 8px;
}
.filtros li a {
  text-transform: uppercase;
  color: #FFF;
  text-decoration: none;
  padding-bottom: 5px;
  font-size: 12px;
}
.filtros li a:hover,
.filtros li a.active {
  text-decoration: none;
  border-bottom: 2px solid #FFF;
}
h2 {
  font-size: 18px;
  color: #fff;
  font-weight: normal;
  letter-spacing: 2px;
  text-align: center;
  margin: 4em 0;
}
.slides {
  background: #000;
}
.slides li {
  display: inline-block;
  vertical-align: top;
  width: 22%;
  margin: 0 !important;
}
.slides li img {
  width: 100%;
  height: auto;
}
.slides li .name {
  display: block;
  text-align: center;
  color: #FFF;
  text-transform: lowercase;
  margin: 1em auto;
  letter-spacing: 2px;
  padding-bottom: 5px;
}
.slides li a {
  text-decoration: none;
  padding-bottom: 10px;
  display: block;
}
.slides li a:hover .name {
  text-decoration: underline;
}
.bx-wrapper .bx-controls-direction a:hover {
  background-position: 0 0;
}
.bx-wrapper {
  margin: 3em auto !important;
}
.bx-wrapper .bx-viewport {
  background-color: #131313;
  box-shadow: none !important;
  padding: 0;
  margin: 0;
  border: none;
  height: auto !important;
}
.lojas ul {
  text-align: center;
}
.lojas li {
  display: inline-block;
  vertical-align: top;
  width: 12%;
  text-align: center;
  margin: 0 10px;
}
.lojas li img {
  max-width: 100%;
  height: auto;
}
.lojas .name {
  display: block;
  text-align: center;
  color: #FFF;
  margin: 1em auto;
  letter-spacing: 2px;
  padding-bottom: 5px;
}
.lojas a {
  text-decoration: none;
  padding-bottom: 10px;
  display: block;
}
.lojas a:hover .name {
  text-decoration: underline;
}
.facebook,
.instagram {
  width: 40%;
  margin: 0 4.7%;
  display: inline-block;
  vertical-align: top;
  text-align: center;
}
.facebook a,
.instagram a {
  text-decoration: none;
}
.facebook a img,
.instagram a img {
  width: 100%;
}
footer {
  width: 90%;
  margin: 5em 5% 0em 5%;
}
footer .copy {
  margin-top: 3em;
  margin-bottom: 0.5em;
}
.bx-wrapper .bx-prev {
  background: url(../img/left.png) 0 0 no-repeat;
}
.bx-wrapper .bx-next {
  background: url(../img/right.png) 0 0 no-repeat;
}
/*# sourceMappingURL=style.css.map */