@font-face {
  font-family: 'open_sansbold';
  src: url('fonts/OpenSans-Bold-webfont.eot');
  src: url('fonts/OpenSans-Bold-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/OpenSans-Bold-webfont.woff') format('woff'), url('fonts/OpenSans-Bold-webfont.ttf') format('truetype'), url('fonts/OpenSans-Bold-webfont.svg#open_sansbold') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'open_sansregular';
  src: url('fonts/OpenSans-Regular-webfont.eot');
  src: url('fonts/OpenSans-Regular-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/OpenSans-Regular-webfont.woff') format('woff'), url('fonts/OpenSans-Regular-webfont.ttf') format('truetype'), url('fonts/OpenSans-Regular-webfont.svg#open_sansregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'open_sanslight';
  src: url('fonts/OpenSans-Light-webfont.eot');
  src: url('fonts/OpenSans-Light-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/OpenSans-Light-webfont.woff') format('woff'), url('fonts/OpenSans-Light-webfont.ttf') format('truetype'), url('fonts/OpenSans-Light-webfont.svg#open_sanslight') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'open_sans_condensedbold';
  src: url('fonts/OpenSans-CondBold-webfont.eot');
  src: url('fonts/OpenSans-CondBold-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/OpenSans-CondBold-webfont.woff') format('woff'), url('fonts/OpenSans-CondBold-webfont.ttf') format('truetype'), url('fonts/OpenSans-CondBold-webfont.svg#open_sans_condensedbold') format('svg');
  font-weight: normal;
  font-style: normal;
}
body {
  font-family: 'open_sansregular';
  color: #333;
  background-color: #fff;
  letter-spacing: 0.5px;
}
h1,
h2,
h3,
h4 {
  font-family: 'open_sansbold';
  color: #333;
  text-rendering: optimizeLegibility;
  font-size: 1.7rem;
}
img {
  width: 100%;
  height: auto;
}
.box_h1 {
  background: #f5f5f5;
  padding: 1.5rem 0;
  margin-bottom: 2rem;
}
.box_h1 h1 {
  font-size: 0.8rem;
  color: #a9a9a9;
  margin: 0;
}
.tit_inicial {
  margin-bottom: 1rem;
  color: #666666;
  font-size: 1.5rem;
}
@media only screen and (min-width: 62em) {
  .tit_inicial {
    margin-bottom: 1rem;
  }
}
a {
  color: #333;
  text-decoration: none;
  opacity: 1;
  text-rendering: optimizeLegibility;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
}
a:focus {
  text-decoration: none;
  outline: none;
  color: #333;
}
a:hover {
  text-decoration: none;
  color: #fe3131;
}
ul {
  padding: 0;
  font-size: 0;
}
ul li {
  list-style: none;
  text-rendering: optimizeLegibility;
  font-size: 1rem;
}
@media only screen and (min-width: 34em) {
  ul li {
    font-size: 1rem;
  }
}
p {
  text-rendering: optimizeLegibility;
  font-size: 0.9rem;
}
@media only screen and (min-width: 34em) {
  p {
    font-size: 1rem;
  }
}
strong {
  font-weight: normal;
  font-family: 'open_sansbold';
}
.breadcrumb {
  font-size: 0.8rem;
  color: #a9a9a9;
  margin-bottom: 1rem;
}
.breadcrumb em {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0.5rem;
}
.breadcrumb span {
  font-size: #a9a9a9;
  text-rendering: optimizeLegibility;
}
.breadcrumb a {
  color: #a9a9a9;
  display: inline-block;
  vertical-align: middle;
}
.breadcrumb a:hover {
  color: #fe3131;
}
section {
  padding: 2rem 0;
}
@media only screen and (min-width: 62em) {
  section {
    padding: 3rem 0;
  }
}
figure a {
  opacity: 1;
}
figure a:hover {
  opacity: 0.5;
}
.navbar-toggle {
  width: 3.8rem;
  height: 3.2rem;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 0;
  z-index: 9;
}
@media only screen and (min-width: 62em) {
  .navbar-toggle {
    display: none;
  }
}
.navbar-toggle:focus {
  outline: 0;
}
.navbar-toggle .icon-bar {
  width: 2.8rem;
  height: 0.35rem;
  display: block;
  border-radius: 0;
  margin: 0.5rem 0;
  background: hsl(0, 0%, 20%);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
@media only screen and (min-width: 62em) {
  .navbar-toggle .icon-bar {
    width: 2.5rem;
    height: 0.3rem;
    display: none;
  }
}
.navbar-toggle .icon-bar.center {
  opacity: 1;
  -webkit-transform: rotate(0);
  transform: rotate(0);
  transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}
.close {
  position: absolute;
  right: 0;
  top: 0;
  display: block;
  text-align: center;
  color: #fe3131;
  font-size: 0.8rem;
}
.close:before {
  content: "";
  width: 2rem;
  height: 2rem;
  display: block;
  float: none;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2016.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0D%0A%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%2237.498px%22%20height%3D%2238px%22%20viewBox%3D%220%200%2037.498%2038%22%20enable-background%3D%22new%200%200%2037.498%2038%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cpath%20fill%3D%22%23fe3131%22%20d%3D%22M37.498%2C5.405c-1.735-1.755-3.449-3.486-5.172-5.229c-4.521%2C4.572-9.032%2C9.134-13.545%2C13.699%0D%0A%09C14.268%2C9.311%2C9.758%2C4.749%2C5.236%2C0.176C3.514%2C1.919%2C1.801%2C3.65%2C0.064%2C5.405c4.51%2C4.561%2C9.012%2C9.114%2C13.529%2C13.683%0D%0A%09C9.078%2C23.654%2C4.58%2C28.203%2C0.064%2C32.771C1.798%2C34.523%2C3.507%2C36.251%2C5.236%2C38c4.517-4.566%2C9.03-9.133%2C13.545-13.699%0D%0A%09c4.515%2C4.566%2C9.027%2C9.133%2C13.545%2C13.699c1.729-1.748%2C3.438-3.477%2C5.172-5.229c-4.517-4.568-9.015-9.117-13.528-13.684%0D%0A%09C28.485%2C14.519%2C32.987%2C9.966%2C37.498%2C5.405z%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  margin: 0 auto;
}
.close_menu .icon-bar {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 14px;
  background: hsl(0, 0%, 20%);
}
.close_menu .icon-bar.center {
  opacity: 0;
  transform: rotate(-180deg) translate3d(0, -10px, 0);
  -webkit-transform: rotate(-180deg) translate3d(0, -10px, 0);
  -ms-transform: rotate(-180deg) translate3d(0, -10px, 0);
}
.close_menu .icon-bar.last {
  opacity: 1;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 14px;
}
.has_gallery {
  display: block;
  position: relative;
}
.has_gallery:after {
  content: "";
  width: 80px;
  height: 80px;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2016.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0D%0A%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Capa_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%22124px%22%20height%3D%22124px%22%20viewBox%3D%220%200%20124%20124%22%20enable-background%3D%22new%200%200%20124%20124%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cg%3E%0D%0A%09%3Cg%3E%0D%0A%09%09%3Cpath%20fill%3D%22%23fe3131%22%20d%3D%22M62%2C55.875c-5.074%2C0-9.188%2C4.115-9.188%2C9.188c0%2C5.076%2C4.113%2C9.188%2C9.188%2C9.188%0D%0A%09%09%09c5.072%2C0%2C9.188-4.11%2C9.188-9.188C71.188%2C59.99%2C67.072%2C55.875%2C62%2C55.875z%20M86.5%2C46.688h-7.35c-1.012%2C0-2.102-0.784-2.42-1.743%0D%0A%09%09%09l-1.899-5.702c-0.319-0.958-1.407-1.743-2.419-1.743H51.588c-1.011%2C0-2.1%2C0.784-2.419%2C1.743l-1.9%2C5.702%0D%0A%09%09%09c-0.32%2C0.958-1.408%2C1.743-2.419%2C1.743H37.5c-3.369%2C0-6.125%2C2.756-6.125%2C6.125v27.563c0%2C3.369%2C2.756%2C6.125%2C6.125%2C6.125h49%0D%0A%09%09%09c3.369%2C0%2C6.125-2.756%2C6.125-6.125V52.813C92.625%2C49.442%2C89.869%2C46.688%2C86.5%2C46.688z%20M62%2C80.375%0D%0A%09%09%09c-8.457%2C0-15.313-6.855-15.313-15.313c0-8.457%2C6.855-15.313%2C15.313-15.313c8.455%2C0%2C15.313%2C6.856%2C15.313%2C15.313%0D%0A%09%09%09C77.313%2C73.52%2C70.455%2C80.375%2C62%2C80.375z%20M84.355%2C57.096c-1.185%2C0-2.145-0.959-2.145-2.144c0-1.184%2C0.96-2.144%2C2.145-2.144%0D%0A%09%09%09s2.145%2C0.96%2C2.145%2C2.144C86.5%2C56.135%2C85.54%2C57.096%2C84.355%2C57.096z%22%2F%3E%0D%0A%09%3C%2Fg%3E%0D%0A%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-color: rgba(255, 255, 255, 0.7);
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  margin: auto;
  border-radius: 50%;
  z-index: 9;
}
@media only screen and (min-width: 48em) {
  .has_gallery:after {
    width: 100px;
    height: 100px;
  }
}
#owl_banner {
  overflow: hidden;
}
#owl_banner .owl-item a {
  width: 100%;
  display: block;
  text-align: center;
}
/* Arrows */
.owl-prev {
  width: 2rem;
  height: 4rem;
  display: block;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2016.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0D%0A%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%2224px%22%20height%3D%2238px%22%20viewBox%3D%220%200%2024%2038%22%20enable-background%3D%22new%200%200%2024%2038%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cg%3E%0D%0A%09%3Cg%3E%0D%0A%09%09%3Cpolygon%20fill%3D%22%23ffe8e6%22%20points%3D%2222.891%2C2.735%2020.445%2C0.218%201.109%2C18.999%2020.445%2C37.782%2022.891%2C35.265%206.148%2C18.999%20%09%09%22%2F%3E%0D%0A%09%3C%2Fg%3E%0D%0A%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-color: #fe3131;
  background-size: 48%;
  position: absolute;
  bottom: 0;
  left: 0;
  top: 0;
  margin: auto;
  z-index: 99;
  font-size: 1px;
  text-indent: -10px;
  overflow: hidden;
}
@media only screen and (min-width: 34em) {
  .owl-prev {
    width: 3rem;
    height: 11.5rem;
  }
}
.owl-next {
  width: 2rem;
  height: 4rem;
  display: block;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2016.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0D%0A%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%2224px%22%20height%3D%2238px%22%20viewBox%3D%220%200%2024%2038%22%20enable-background%3D%22new%200%200%2024%2038%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cg%3E%0D%0A%09%3Cg%3E%0D%0A%09%09%3Cpolygon%20fill%3D%22%23ffe8e6%22%20points%3D%221.109%2C35.266%203.555%2C37.782%2022.891%2C19.001%203.555%2C0.218%201.109%2C2.735%2017.852%2C19.001%20%09%09%22%2F%3E%0D%0A%09%3C%2Fg%3E%0D%0A%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-color: #fe3131;
  background-size: 48%;
  position: absolute;
  bottom: 0;
  right: 0;
  top: 0;
  margin: auto;
  z-index: 99;
  font-size: 1px;
  text-indent: -10px;
  overflow: hidden;
}
@media only screen and (min-width: 34em) {
  .owl-next {
    width: 3rem;
    height: 11.5rem;
  }
}
/* Bolinhas banner */
.owl-pagination {
  width: 100%;
  text-align: center;
  z-index: 99;
  position: absolute;
  bottom: 10px;
  left: 0;
}
@media only screen and (min-width: 48em) {
  .owl-pagination {
    bottom: 20px;
  }
}
.owl-page {
  width: 12px;
  height: 12px;
  display: inline-block;
  border-radius: 100%;
  background: #bbbbbb;
  opacity: 0.7;
  margin: 0 5px;
  cursor: pointer;
}
.owl-page.active {
  background: transparent;
  border: 2px #bbbbbb solid;
}
@media only screen and (min-width: 62em) {
  .article {
    padding-right: 2rem;
  }
}
.article header h1 {
  font-size: 2rem;
  margin: 0.8rem 0 0.5rem 0;
  border-top: 1px #dcdcdc solid;
  padding-top: 1rem;
}
.article header time {
  font-size: 0.8rem;
  color: #ccc;
}
.article figure figcaption p {
  font-style: italic;
  margin-top: 0.5rem;
  font-size: 0.8rem;
}
.article a {
  color: #fe3131;
}
.article p strong {
  font-family: 'open_sansregular';
}
.article h2,
.article h3,
.article h4 {
  font-family: 'open_sansregular';
}
.article ul {
  padding-left: 1.5rem;
  margin: 2rem 0;
}
.article ul li {
  list-style-type: inherit;
  margin: 0.5rem 0;
}
.lista_noticias {
  margin: 1rem 0;
}
.lista_noticias li {
  margin: 0 0 1rem 0;
  padding: 1rem 0 0 0;
  border-top: 1px #d1d1d1 solid;
}
.lista_noticias li:after {
  content: "";
  display: block;
  clear: both;
}
.lista_noticias li figure {
  width: 30%;
  float: left;
  margin: 0;
}
.lista_noticias li span {
  width: 70%;
  float: left;
  padding-left: 1rem;
}
.lista_noticias li span time {
  display: block;
  font-size: 0.8rem;
  color: #fe3131;
}
.video_fluid {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 25px;
  height: 0;
}
.video_fluid iframe,
.video_fluid object,
.video_fluid embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.btn {
  border-radius: 0;
  font-size: 1rem;
  padding: 1rem;
  padding: 1rem 1.8rem;
  display: block;
  border-radius: 4px;
}
@media only screen and (min-width: 48em) {
  .btn {
    display: inline-block;
  }
}
.btn .fa {
  margin-left: 0.8rem;
}
.left {
  float: left;
}
.right {
  float: right;
}
.btn_site {
  position: relative;
  background: #fe3131;
  letter-spacing: 1px;
  font-size: 1rem;
  color: #fff;
  opacity: 1;
}
.btn_site:hover {
  color: #fff;
  opacity: 0.8;
}
.btn_site:focus {
  outline: none;
}
.btn_site.invert {
  position: relative;
  color: #fe3131;
  background: transparent;
  border: 1px #fe3131 solid;
  opacity: 1;
}
.btn_site.invert:hover {
  background: #fe3131;
  color: #fff;
  opacity: 1;
}
.btn_site.invert:focus {
  outline: none;
}
.lista {
  margin: 0.5rem 0;
}
.lista div,
.lista li {
  border-top: 1px #dcdcdc solid;
  padding: 1.5rem 0;
}
.lista div:after,
.lista li:after {
  content: "";
  display: block;
  clear: both;
}
.lista div p,
.lista li p {
  margin-bottom: 0;
}
.lista div h2,
.lista li h2,
.lista div h3,
.lista li h3,
.lista div h4,
.lista li h4 {
  font-size: 1.1rem;
  line-height: 1.5rem;
}
.lista div figure,
.lista li figure {
  float: left;
  width: 40%;
  margin-right: 1rem;
  margin-bottom: 0;
}
@media only screen and (min-width: 48em) {
  .lista div figure,
  .lista li figure {
    width: 30%;
  }
}
@media only screen and (min-width: 62em) {
  .lista div figure,
  .lista li figure {
    width: 22%;
  }
}
.lista div figure ~ p,
.lista li figure ~ p,
.lista div figure ~ h2,
.lista li figure ~ h2,
.lista div figure ~ h3,
.lista li figure ~ h3,
.lista div figure ~ h4,
.lista li figure ~ h4 {
  padding-left: calc(40% + 1rem);
}
@media only screen and (min-width: 48em) {
  .lista div figure ~ p,
  .lista li figure ~ p,
  .lista div figure ~ h2,
  .lista li figure ~ h2,
  .lista div figure ~ h3,
  .lista li figure ~ h3,
  .lista div figure ~ h4,
  .lista li figure ~ h4 {
    padding-left: calc(30% + 1rem);
  }
}
@media only screen and (min-width: 62em) {
  .lista div figure ~ p,
  .lista li figure ~ p,
  .lista div figure ~ h2,
  .lista li figure ~ h2,
  .lista div figure ~ h3,
  .lista li figure ~ h3,
  .lista div figure ~ h4,
  .lista li figure ~ h4 {
    padding-left: calc(22% + 1rem);
  }
}
.lista div:first-child {
  border: none;
}
.lista time {
  font-style: normal;
  color: #fe3131;
  font-size: 0.8rem;
  margin-bottom: 0.5rem;
  display: block;
}
.lista span {
  color: #9c9c9c;
  font-size: 0.8rem;
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.5rem;
}
.lista_h figure {
  margin: 0 0 0.5rem 0;
}
.lista_h figure a {
  display: block;
  border: 1px #dcdcdc solid;
}
.lista_h time {
  font-size: 0.8rem;
  color: #fe3131;
}
.lista_h h3,
.lista_h h4 {
  font-size: 1rem;
  font-family: 'open_sansregular';
  margin: 1rem 0 1rem 0;
  line-height: 1.2;
}
.lista_h .bt_add_cart {
  width: 100%;
  display: block;
  margin-bottom: 2rem;
  padding: 1rem 0.5rem 1rem 3.5rem;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2019.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%2221px%22%20height%3D%2219px%22%20viewBox%3D%221%201%2021%2019%22%20enable-background%3D%22new%201%201%2021%2019%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cpath%20fill%3D%22%23b3b3b3%22%20d%3D%22M11.2%2C18.2c0%2C1-0.8%2C1.8-1.7%2C1.8s-1.7-0.8-1.7-1.8c0-1%2C0.8-1.8%2C1.7-1.8S11.2%2C17.3%2C11.2%2C18.2z%20M16.5%2C16.5%0D%0A%09c-1%2C0-1.7%2C0.8-1.7%2C1.8c0%2C1%2C0.8%2C1.8%2C1.7%2C1.8s1.7-0.8%2C1.7-1.8C18.2%2C17.3%2C17.4%2C16.5%2C16.5%2C16.5z%20M21.9%2C8.2l-2.2%2C6.4c0%2C0-0.2%2C1-1.1%2C1%0D%0A%09c-0.9%2C0-9.8%2C0-10.9%2C0s-1.1-1.2-1.1-1.2S5.5%2C5.8%2C5.5%2C5.3C5.4%2C4.8%2C4.8%2C4.4%2C4.8%2C4.4L1.9%2C3.1c-1.6-0.8-0.9-2.4%2C0-2%0D%0A%09c3.6%2C1.7%2C5.3%2C2.6%2C5.4%2C3.2C7.4%2C5%2C7.6%2C6.6%2C7.6%2C6.6v0c0%2C0%2C0%2C0%2C0%2C0s11.1%2C0%2C13.3%2C0C22.5%2C6.6%2C21.9%2C8.3%2C21.9%2C8.2z%20M18.8%2C11.8L18.8%2C11.8%0D%0A%09l-10.5%2C0l0.2%2C1.7h9.8L18.8%2C11.8z%20M19.8%2C8.3h-12L8%2C10.2c2.3%2C0%2C9%2C0%2C11.2%2C0L19.8%2C8.3z%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-position: 15px center;
  background-repeat: no-repeat;
  background-size: auto;
  background-color: #f0f0f0;
  font-size: 0.85rem;
  color: #8c8c8c;
}
.lista_h .bt_add_cart:hover {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2019.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%2221px%22%20height%3D%2219px%22%20viewBox%3D%221%201%2021%2019%22%20enable-background%3D%22new%201%201%2021%2019%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M11.2%2C18.2c0%2C1-0.8%2C1.8-1.7%2C1.8s-1.7-0.8-1.7-1.8c0-1%2C0.8-1.8%2C1.7-1.8S11.2%2C17.3%2C11.2%2C18.2z%20M16.5%2C16.5%0D%0A%09c-1%2C0-1.7%2C0.8-1.7%2C1.8c0%2C1%2C0.8%2C1.8%2C1.7%2C1.8s1.7-0.8%2C1.7-1.8C18.2%2C17.3%2C17.4%2C16.5%2C16.5%2C16.5z%20M21.9%2C8.2l-2.2%2C6.4c0%2C0-0.2%2C1-1.1%2C1%0D%0A%09c-0.9%2C0-9.8%2C0-10.9%2C0s-1.1-1.2-1.1-1.2S5.5%2C5.8%2C5.5%2C5.3C5.4%2C4.8%2C4.8%2C4.4%2C4.8%2C4.4L1.9%2C3.1c-1.6-0.8-0.9-2.4%2C0-2%0D%0A%09c3.6%2C1.7%2C5.3%2C2.6%2C5.4%2C3.2C7.4%2C5%2C7.6%2C6.6%2C7.6%2C6.6v0c0%2C0%2C0%2C0%2C0%2C0s11.1%2C0%2C13.3%2C0C22.5%2C6.6%2C21.9%2C8.3%2C21.9%2C8.2z%20M18.8%2C11.8L18.8%2C11.8%0D%0A%09l-10.5%2C0l0.2%2C1.7h9.8L18.8%2C11.8z%20M19.8%2C8.3h-12L8%2C10.2c2.3%2C0%2C9%2C0%2C11.2%2C0L19.8%2C8.3z%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-position: 15px center;
  background-repeat: no-repeat;
  background-size: auto;
  background-color: #7CB342;
  color: #fff;
}
.lista_v .box_lista {
  padding: 1rem 0;
}
.lista_v .box_lista:after {
  content: "";
  display: block;
  clear: both;
}
@media only screen and (min-width: 62em) {
  .lista_v .box_lista {
    border-top: 1px #dcdcdc solid;
  }
}
.lista_v .box_lista:first-child {
  border: none;
}
.lista_v figure {
  margin: 0 0 0.5rem 0;
}
@media only screen and (min-width: 62em) {
  .lista_v figure {
    margin: 0;
  }
}
.lista_v time {
  font-size: 0.8rem;
  color: #fe3131;
}
.lista_v h3,
.lista_v h4 {
  font-size: 1.2rem;
  margin: 1rem 0;
}
.abre_sub:before {
  content: "\f0da";
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-right: 5px;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}
.menu_lateral {
  background: #F9F9F9;
  padding: 1.5rem 1rem;
}
.menu_lateral li a {
  font-size: 0.9rem;
  padding: 0.8rem 1rem;
  display: block;
  border-top: 1px #e6e6e6 solid;
  font-family: 'open_sansregular';
}
.menu_lateral li a:hover {
  color: #014AAF;
}
.menu_lateral li.ativo .abre_sub {
  color: #014AAF;
  background-color: hsl(0, 0%, 93%);
}
.menu_lateral li.ativo .abre_sub:before {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  color: #014AAF;
}
.menu_lateral li:first-child > a {
  border-top: none;
}
.sub_lateral {
  margin: 0;
  padding: 0;
  background: -webkit-gradient(linear, left top, right top, from(hsl(0, 0%, 93%)), color-stop(3%, hsl(0, 0%, 93%)), color-stop(3%, #f9f9f9));
  background: -o-linear-gradient(left, hsl(0, 0%, 93%) 0%, hsl(0, 0%, 93%) 3%, #f9f9f9 3%);
  background: linear-gradient(90deg, hsl(0, 0%, 93%) 0%, hsl(0, 0%, 93%) 3%, #f9f9f9 3%);
  display: none;
}
.sub_lateral li a {
  font-size: 0.9rem;
  padding: 0.8rem 1rem;
  display: block;
  border-top: 1px hsl(0, 0%, 88%) solid;
  font-family: 'open_sansregular';
  position: relative;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  -webkit-appearance: none;
}
.sub_lateral li a:after {
  content: "\f105";
  height: 10px;
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  bottom: 0;
  right: 0.5rem;
  top: 0;
  margin: auto;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
}
.sub_lateral li a:hover {
  background: hsl(215, 99%, 85%);
  color: #014AAF;
}
.sub_lateral li a:hover:after {
  opacity: 1;
}
.sub_lateral li a.active {
  background: #014AAF;
  color: #fff;
}
.sub_lateral li a.active:after {
  opacity: 1;
}
.sub_lateral li:first-child > a {
  border-bottom: none;
}
.lista_produtos {
  padding: 1rem;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  -ms-flex-direction: row;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -ms-align-items: flex-start;
  -webkit-align-items: flex-start;
}
.lista_produtos:after {
  content: "";
  display: block;
  clear: both;
}
#ie {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  z-index: 9999;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
}
#ie div {
  width: 60%;
  height: 460px;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -250px;
  background: #111;
  padding: 40px 20% 40px 20%;
}
#ie div p {
  margin: 30px 0;
  color: #fff;
}
#ie div p strong {
  font-size: 25px;
  display: block;
  text-transform: uppercase;
  margin-bottom: 30px;
}
#browsers {
  width: 451px;
  height: 66px;
  display: block;
  text-align: left;
  margin: 0;
  padding: 0;
}
#browsers li {
  width: 65px;
  height: 66px;
  display: inline-block;
  margin-right: 20px;
}
#browsers li a {
  width: 65px;
  height: 66px;
  display: block;
  background: url(../imagens/browsers.png) left center no-repeat;
  margin: 0;
  padding: 0;
  text-indent: -9999px;
}
#browsers li + li a {
  background-position: -72px 0;
  display: block;
}
#browsers li + li + li a {
  background-position: -144px 0;
  display: block;
}
#browsers li + li + li + li a {
  background-position: -216px 0;
  display: block;
}
#browsers li + li + li + li + li a {
  background-position: -288px 0;
  display: block;
}
#browsers li a:hover {
  opacity: 0.65;
  -moz-opacity: 0.65;
  filter: alpha(opacity=65);
  display: block;
}
.header {
  background: #f5f5f5;
  position: relative;
  z-index: 99;
}
@media screen and (max-width: 667px) {
  .col-topo {
    padding: 0;
  }
}
.navbar-menu {
  max-height: 0;
  height: auto;
  text-align: center;
  display: block;
  overflow: hidden;
  visibility: hidden;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
}
.navbar-menu:after {
  content: "";
  display: block;
  clear: both;
}
@media only screen and (min-width: 62em) {
  .navbar-menu {
    text-align: right;
    overflow: inherit;
    visibility: visible;
    max-height: inherit;
    background-color: #014AAF;
    background-image: -webkit-gradient(linear, left bottom, left top, from(#013b8c), to(#014AAF));
    background-image: -o-linear-gradient(bottom, #013b8c, #014AAF);
    background-image: linear-gradient(0deg, #013b8c, #014AAF);
  }
}
.navbar_ativo {
  max-height: 800px;
  visibility: visible;
}
.menu {
  max-width: 85rem;
  margin: 0 auto;
  list-style: none;
  background: #014AAF;
  text-align: center;
}
.menu:after {
  content: "";
  display: block;
  clear: both;
}
@media only screen and (min-width: 62em) {
  .menu {
    background: transparent;
  }
}
.menu > li {
  display: block;
  padding: 0;
  position: relative;
}
@media only screen and (min-width: 48em) {
  .menu > li {
    padding: 0 1.1rem;
  }
}
@media only screen and (min-width: 62em) {
  .menu > li {
    display: inline-block;
    vertical-align: middle;
    margin: 0;
    padding: 0;
    border-left: 1px solid #01347a;
  }
  .menu > li:first-child {
    background: none;
  }
}
@media only screen and (min-width: 75em) {
  .menu > li {
    padding: 0;
  }
}
@media only screen and (min-width: 62em) {
  .dropdown:hover .dropdown-menu {
    display: block;
  }
}
.menu li a {
  font-size: 1.125rem;
  font-family: 'open_sans_condensedbold';
  text-transform: uppercase;
  color: #fff;
  padding: 1.2rem;
  border-top: 2px solid #012a63;
  display: block;
  text-shadow: 0 1px 1px rgba(66, 6, 6, 0.78);
  letter-spacing: 1px;
  -webkit-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}
@media only screen and (min-width: 62em) {
  .menu li a {
    color: #fff;
    border-top: none;
    padding: 0.8rem;
  }
}
@media only screen and (min-width: 75em) {
  .menu li a {
    padding: 0.8rem 1.5rem;
  }
}
@media only screen and (min-width: 62em) {
  .menu li a:hover {
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.1)), color-stop(50%, rgba(255, 255, 255, 0.3)), to(rgba(255, 255, 255, 0.1)));
    background: -o-linear-gradient(top, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.3) 50%, rgba(255, 255, 255, 0.1) 100%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.3) 50%, rgba(255, 255, 255, 0.1) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1affffff', endColorstr='#1affffff', GradientType=0);
    /* IE6-9 */
    color: #fff;
  }
}
.dropdown-menu {
  background: #014AAF;
  float: inherit;
  position: relative;
  text-align: center;
  -webkit-box-shadow: none;
          box-shadow: none;
  display: none;
}
.dropdown-menu li > a {
  color: #fff;
  border-top: 2px solid #001f4a;
}
@media only screen and (min-width: 62em) {
  .dropdown-menu {
    width: 120%;
    position: absolute;
    right: 0;
    text-align: left;
    margin: 0;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  }
  .dropdown-menu:after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: -8px;
    margin: auto;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #4d80c7;
  }
  .dropdown-menu li > a {
    font-size: 1rem;
    padding: 1rem;
    color: #fff;
    border-top: 2px solid #4d80c7;
  }
  .dropdown-menu li:first-child > a {
    border-top: 2px solid #4d80c7;
  }
  .dropdown-menu li > a:hover {
    background: rgba(255, 255, 255, 0.2);
    color: #fff;
  }
}
@media only screen and (min-width: 62em) {
  .dropdown-menu {
    background: #6792cf;
  }
}
.dropdown_menu_ativo {
  display: block;
}
@media only screen and (min-width: 62em) {
  .dropdown_menu_ativo {
    display: none;
  }
}
.caret {
  width: 0.9rem;
  height: 0.5rem;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2019.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%2211.5px%22%20height%3D%227.3px%22%20viewBox%3D%22-90%2049.7%2011.5%207.3%22%20enable-background%3D%22new%20-90%2049.7%2011.5%207.3%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cpolygon%20fill%3D%22%23fff%22%20points%3D%22-87.7%2C52.3%20-84.2%2C55.8%20-80.8%2C52.3%20%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-position: center;
  background-repeat: no-repeat;
  background-size: inherit;
  border: none;
  display: inline-block;
  vertical-align: middle;
  margin-left: 0.3rem;
  margin-top: -2px;
}
@media only screen and (min-width: 62em) {
  .caret {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2019.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%2211.5px%22%20height%3D%227.3px%22%20viewBox%3D%22-90%2049.7%2011.5%207.3%22%20enable-background%3D%22new%20-90%2049.7%2011.5%207.3%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cpolygon%20fill%3D%22%23fff%22%20points%3D%22-87.7%2C52.3%20-84.2%2C55.8%20-80.8%2C52.3%20%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
    background-position: center;
    background-repeat: no-repeat;
    background-size: inherit;
  }
}
.header-flex-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.navbar-brand {
  width: 100%;
  height: 80px;
  background: url(../imagens/logo.png) left center no-repeat;
  background-size: contain;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  position: relative;
  z-index: 1;
}
@media only screen and (min-width: 48em) {
  .navbar-brand {
    height: 110px;
    margin-top: 1rem;
    margin-bottom: 1rem;
  }
}
.navbar-brand a {
  display: block;
  position: absolute;
  opacity: 0;
  font-size: 1px;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}
.redes_sociais {
  display: inline-block;
  vertical-align: middle;
}
.redes_sociais .fa {
  width: 44px;
  height: 44px;
  color: #fe3131;
  border-radius: 50%;
  background-color: #fff;
  text-align: center;
  font-size: 20px;
  padding-top: 7px;
}
.redes_sociais .fa {
  border-radius: 0;
  padding-top: 11px;
}
.box_tel {
  width: 100%;
  margin-top: 1.2rem;
  display: none;
}
@media only screen and (min-width: 48em) {
  .box_tel {
    display: block;
  }
}
@media only screen and (min-width: 75em) {
  .box_tel {
    width: 77%;
    float: left;
  }
}
.box_tel p {
  font-size: 0.8rem;
  margin-bottom: 0;
}
.box_tel p em {
  font-style: normal;
}
.box_tel p span {
  color: #a9a9a9;
  display: inline-block;
}
@media only screen and (min-width: 48em) {
  .box_tel p span {
    margin-right: 1px;
  }
}
.box_tel p strong {
  display: inline-block;
  letter-spacing: 0;
}
.box_tel p strong + strong {
  border-left: 1px #e7e7e7 solid;
  padding-left: 5px;
  margin-left: 3px;
}
.box_tel .telefone {
  width: 100%;
  text-align: center;
}
@media only screen and (min-width: 48em) {
  .box_tel .telefone {
    width: 43%;
    float: left;
    text-align: left;
  }
}
.box_tel .telefone p span {
  display: block;
  margin-bottom: 0.5rem;
  letter-spacing: 0;
}
@media only screen and (min-width: 48em) {
  .box_tel .telefone p span {
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 48em) {
  .box_tel .telefone p span:before {
    content: "";
    width: 21px;
    height: 21px;
    display: inline-block;
    vertical-align: middle;
    background: url(../imagens/tel_topo.svg) center center no-repeat;
    background-size: contain;
    margin-right: 0.5rem;
  }
}
.box_tel .whatsapp {
  width: 100%;
  padding-left: 1rem;
  text-align: center;
}
@media only screen and (min-width: 48em) {
  .box_tel .whatsapp {
    width: 31%;
    float: left;
    text-align: left;
  }
}
.box_tel .whatsapp p span {
  display: block;
  margin-bottom: 0.5rem;
}
@media only screen and (min-width: 48em) {
  .box_tel .whatsapp p span {
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 48em) {
  .box_tel .whatsapp p span:before {
    content: "";
    width: 21px;
    height: 21px;
    display: inline-block;
    vertical-align: middle;
    background: url(../imagens/whatsapp.png) center center no-repeat;
    background-size: contain;
    margin-right: 1px;
    margin-top: -2px;
  }
}
.box_tel .skype {
  width: 100%;
  padding-left: 1rem;
  text-align: center;
}
@media only screen and (min-width: 48em) {
  .box_tel .skype {
    width: 26%;
    float: left;
    text-align: left;
  }
}
.box_tel .skype p span {
  display: block;
  margin-bottom: 0.5rem;
}
@media only screen and (min-width: 48em) {
  .box_tel .skype p span {
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 48em) {
  .box_tel .skype p span:before {
    content: "";
    width: 21px;
    height: 21px;
    display: inline-block;
    vertical-align: middle;
    background: url(../imagens/skype.svg) center center no-repeat;
    background-size: contain;
    margin-right: 3px;
    margin-top: -2px;
  }
}
.links_topo {
  width: 100%;
  text-align: center;
  margin: 0 0 1.8rem;
  padding-right: 1.2rem;
}
@media only screen and (min-width: 48em) {
  .links_topo {
    margin: 1rem 0 0 0;
  }
}
@media only screen and (min-width: 75em) {
  .links_topo {
    width: 22%;
    float: left;
    text-align: right;
  }
}
.links_topo a {
  font-size: 0.8rem;
  display: inline-block;
  padding: 0.2rem 0;
  letter-spacing: 0;
}
.links_topo a .fa {
  font-size: 1.1rem;
  color: #fe3131;
  margin-right: 3px;
  vertical-align: middle;
  margin-top: -1px;
}
.links_topo a + a {
  border-left: 1px #e7e7e7 solid;
  padding-left: 0.5rem;
  margin-left: 0.5rem;
}
.links_topo .minha_conta .fa {
  color: #014AAF;
  margin-right: 0.5rem;
}
.box_menu_restrito {
  position: relative;
  width: 200px;
  margin: 0 auto;
}
.menu_restrito {
  width: 200px;
  background: #fe3131;
  position: absolute;
  left: 0;
  right: 0;
  top: 3.3rem;
  margin: auto;
  z-index: 9;
  text-align: center;
  display: none;
}
@media only screen and (min-width: 48em) {
  .menu_restrito {
    position: absolute;
    top: 6.3rem;
    right: 0;
  }
}
@media only screen and (min-width: 75em) {
  .menu_restrito {
    top: 2.3rem;
    right: -80px;
  }
}
.menu_restrito:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: -8px;
  margin: auto;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #fe3131;
}
.menu_restrito li a {
  padding: 1rem;
  color: #fff;
  display: block;
  border-bottom: 1px #b50e15 solid;
  font-size: 1rem;
}
.menu_restrito li a:hover {
  background: #f14950;
}
.lateral_restrito .fa {
  margin-right: 0.5rem;
}
#form_busca {
  max-width: 480px;
  display: block;
  border: none;
  margin: 1.5rem auto 1.5rem auto;
  box-shadow: 0 13px 20px -15px rgba(0, 0, 0, 0.7);
  -webkit-box-shadow: 0 13px 20px -15px rgba(0, 0, 0, 0.7);
}
#form_busca:after {
  content: "";
  display: block;
  clear: both;
}
@media only screen and (min-width: 48em) {
  #form_busca {
    margin: 1.5rem auto 2.5rem auto;
  }
}
#form_busca label {
  display: none;
}
#form_busca input[type=search] {
  color: #dbdbdb;
  background: url(../imagens/busca.svg) #f7f7f7 20px center no-repeat;
  border: 1px #eaeaea solid;
  width: calc(100% - 2rem);
  font-family: 'open_sansregular';
  padding: 1.05rem 1.05rem 1.05rem 4rem;
  color: #333;
}
#form_busca input[type=search]:focus,
#form_busca input[type=submit]:focus {
  outline: none;
}
#form_busca .box_search {
  width: 72%;
  float: left;
}
@media only screen and (min-width: 34em) {
  #form_busca .box_search {
    width: 70%;
  }
}
@media only screen and (min-width: 62em) {
  #form_busca .box_search {
    width: 75%;
  }
}
#form_busca .box_bt_busca {
  width: 28%;
  float: left;
  position: relative;
}
@media only screen and (min-width: 34em) {
  #form_busca .box_bt_busca {
    width: 30%;
  }
}
@media only screen and (min-width: 62em) {
  #form_busca .box_bt_busca {
    width: 25%;
  }
}
#form_busca .box_bt_busca:before {
  content: "";
  width: 100%;
  height: 2px;
  background: rgba(255, 255, 255, 0.2);
  position: absolute;
  left: 0;
  right: 0;
  top: 1px;
  margin: auto;
}
#form_busca input[type=submit].bt_busca {
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  border: none;
  display: block;
  background-color: #000;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#000), to(hsl(0, 0%, 20%)));
  background-image: -o-linear-gradient(bottom, #000, hsl(0, 0%, 20%));
  background-image: linear-gradient(0deg, #000, hsl(0, 0%, 20%));
  color: #fff;
  font-family: 'open_sansbold';
  letter-spacing: 1px;
  padding: 1.1rem;
  -webkit-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}
#form_busca input[type=submit].bt_busca:focus {
  outline: none;
}
#form_busca input[type=submit].bt_busca:hover {
  opacity: 0.8;
}
.bt_carrinho {
  width: 127px;
  position: relative;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2019.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%2221px%22%20height%3D%2219px%22%20viewBox%3D%221%201%2021%2019%22%20enable-background%3D%22new%201%201%2021%2019%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cpath%20fill%3D%22hsl%280,%200%25,%2060%25%29%22%20d%3D%22M11.2%2C18.2c0%2C1-0.8%2C1.8-1.7%2C1.8s-1.7-0.8-1.7-1.8c0-1%2C0.8-1.8%2C1.7-1.8S11.2%2C17.3%2C11.2%2C18.2z%20M16.5%2C16.5%0D%0A%09c-1%2C0-1.7%2C0.8-1.7%2C1.8c0%2C1%2C0.8%2C1.8%2C1.7%2C1.8s1.7-0.8%2C1.7-1.8C18.2%2C17.3%2C17.4%2C16.5%2C16.5%2C16.5z%20M21.9%2C8.2l-2.2%2C6.4c0%2C0-0.2%2C1-1.1%2C1%0D%0A%09c-0.9%2C0-9.8%2C0-10.9%2C0s-1.1-1.2-1.1-1.2S5.5%2C5.8%2C5.5%2C5.3C5.4%2C4.8%2C4.8%2C4.4%2C4.8%2C4.4L1.9%2C3.1c-1.6-0.8-0.9-2.4%2C0-2%0D%0A%09c3.6%2C1.7%2C5.3%2C2.6%2C5.4%2C3.2C7.4%2C5%2C7.6%2C6.6%2C7.6%2C6.6v0c0%2C0%2C0%2C0%2C0%2C0s11.1%2C0%2C13.3%2C0C22.5%2C6.6%2C21.9%2C8.3%2C21.9%2C8.2z%20M18.8%2C11.8L18.8%2C11.8%0D%0A%09l-10.5%2C0l0.2%2C1.7h9.8L18.8%2C11.8z%20M19.8%2C8.3h-12L8%2C10.2c2.3%2C0%2C9%2C0%2C11.2%2C0L19.8%2C8.3z%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-position: 20px center;
  background-repeat: no-repeat;
  background-size: auto;
  background-color: transparent;
  font-size: 0.85rem;
  padding: 1.2rem 1.5rem 1.2rem 4rem;
  margin: 0 auto 1.5rem auto;
  display: block;
  border: 1px solid hsl(0, 0%, 60%);
  color: hsl(0, 0%, 40%);
}
@media only screen and (min-width: 48em) {
  .bt_carrinho {
    float: right;
    margin: 1.5rem auto 0 auto;
  }
}
.bt_carrinho:hover {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2019.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%2221px%22%20height%3D%2219px%22%20viewBox%3D%221%201%2021%2019%22%20enable-background%3D%22new%201%201%2021%2019%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M11.2%2C18.2c0%2C1-0.8%2C1.8-1.7%2C1.8s-1.7-0.8-1.7-1.8c0-1%2C0.8-1.8%2C1.7-1.8S11.2%2C17.3%2C11.2%2C18.2z%20M16.5%2C16.5%0D%0A%09c-1%2C0-1.7%2C0.8-1.7%2C1.8c0%2C1%2C0.8%2C1.8%2C1.7%2C1.8s1.7-0.8%2C1.7-1.8C18.2%2C17.3%2C17.4%2C16.5%2C16.5%2C16.5z%20M21.9%2C8.2l-2.2%2C6.4c0%2C0-0.2%2C1-1.1%2C1%0D%0A%09c-0.9%2C0-9.8%2C0-10.9%2C0s-1.1-1.2-1.1-1.2S5.5%2C5.8%2C5.5%2C5.3C5.4%2C4.8%2C4.8%2C4.4%2C4.8%2C4.4L1.9%2C3.1c-1.6-0.8-0.9-2.4%2C0-2%0D%0A%09c3.6%2C1.7%2C5.3%2C2.6%2C5.4%2C3.2C7.4%2C5%2C7.6%2C6.6%2C7.6%2C6.6v0c0%2C0%2C0%2C0%2C0%2C0s11.1%2C0%2C13.3%2C0C22.5%2C6.6%2C21.9%2C8.3%2C21.9%2C8.2z%20M18.8%2C11.8L18.8%2C11.8%0D%0A%09l-10.5%2C0l0.2%2C1.7h9.8L18.8%2C11.8z%20M19.8%2C8.3h-12L8%2C10.2c2.3%2C0%2C9%2C0%2C11.2%2C0L19.8%2C8.3z%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-position: 20px center;
  background-repeat: no-repeat;
  background-size: auto;
  background-color: #000;
  color: #fff;
}
.footer {
  background: #fff;
  margin-top: 42px;
  padding: 3rem 0 0 0;
  border-top: 1px solid #e8e8e8;
}
.footer p {
  font-size: 1rem;
  color: #333;
  margin-bottom: 0.3rem;
}
.footer h4 {
  font-family: 'open_sansbold';
  font-size: 1.15rem;
  color: #333;
  margin: 0 0 1.5rem 0;
}
.footer .expression {
  margin-bottom: 1rem;
  display: block;
  padding: 0;
  padding-top: -23.2rem;
  padding-bottom: -13.2rem;
}
@media only screen and (min-width: 62em) {
  .footer .expression {
    margin-bottom: 0;
    float: right;
    padding: 1.8rem 0;
  }
}
.footer .expression a {
  width: 95px;
  height: 17px;
  background-position: center center;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2016.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0D%0A%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%22640px%22%20height%3D%22134px%22%20viewBox%3D%220%200%20640%20134%22%20enable-background%3D%22new%200%200%20640%20134%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cg%3E%0D%0A%09%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M99.747%2C33.685h18.612l12.625%2C17.41l12.562-17.41h18.299l-21.687%2C30.061l24.524%2C33.818H146.07%0D%0A%09%09l-15.194-20.955L115.76%2C97.563H97.457l24.246-33.604L99.747%2C33.685z%22%2F%3E%0D%0A%09%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M188.754%2C33.685v7.045c2.896-2.896%2C6.027-5.068%2C9.394-6.517c3.366-1.447%2C6.966-2.172%2C10.803-2.172%0D%0A%09%09c8.337%2C0%2C15.421%2C3.151%2C21.254%2C9.453c5.832%2C6.302%2C8.748%2C14.384%2C8.748%2C24.248c0%2C9.511-3.014%2C17.466-9.042%2C23.867%0D%0A%09%09c-6.028%2C6.398-13.172%2C9.599-21.43%2C9.599c-3.68%2C0-7.104-0.655-10.275-1.967c-3.17-1.312-6.322-3.453-9.453-6.429v30.119h-15.911%0D%0A%09%09V33.685H188.754z%20M205.605%2C46.836c-5.049%2C0-9.238%2C1.723-12.564%2C5.167c-3.328%2C3.445-4.991%2C7.946-4.991%2C13.504%0D%0A%09%09c0%2C5.677%2C1.663%2C10.267%2C4.991%2C13.769c3.326%2C3.504%2C7.515%2C5.254%2C12.564%2C5.254c4.892%2C0%2C9.012-1.779%2C12.359-5.342%0D%0A%09%09c3.347-3.563%2C5.02-8.104%2C5.02-13.622c0-5.479-1.644-9.971-4.932-13.475C214.764%2C48.588%2C210.615%2C46.836%2C205.605%2C46.836z%22%2F%3E%0D%0A%09%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M248.465%2C33.685h13.739v8.044c1.487-3.171%2C3.464-5.578%2C5.93-7.222c2.466-1.644%2C5.167-2.466%2C8.103-2.466%0D%0A%09%09c2.074%2C0%2C4.246%2C0.548%2C6.517%2C1.644l-4.99%2C13.797c-1.879-0.939-3.426-1.409-4.638-1.409c-2.466%2C0-4.55%2C1.527-6.253%2C4.58%0D%0A%09%09c-1.703%2C3.053-2.554%2C9.042-2.554%2C17.966l0.059%2C3.111v25.834h-15.911V33.685H248.465z%22%2F%3E%0D%0A%09%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M354.675%2C70.264h-51.491c0.743%2C4.541%2C2.73%2C8.15%2C5.959%2C10.832s7.348%2C4.021%2C12.358%2C4.021%0D%0A%09%09c5.989%2C0%2C11.136-2.093%2C15.44-6.282l13.504%2C6.341c-3.365%2C4.776-7.396%2C8.31-12.094%2C10.599s-10.274%2C3.435-16.732%2C3.435%0D%0A%09%09c-10.021%2C0-18.182-3.16-24.483-9.481c-6.302-6.32-9.453-14.238-9.453-23.749c0-9.747%2C3.141-17.838%2C9.423-24.278%0D%0A%09%09c6.282-6.438%2C14.159-9.658%2C23.632-9.658c10.059%2C0%2C18.238%2C3.22%2C24.541%2C9.658c6.302%2C6.439%2C9.453%2C14.942%2C9.453%2C25.511L354.675%2C70.264z%0D%0A%09%09%20M338.646%2C57.639c-1.06-3.561-3.146-6.458-6.265-8.689s-6.733-3.346-10.853-3.346c-4.468%2C0-8.389%2C1.253-11.76%2C3.757%0D%0A%09%09c-2.117%2C1.566-4.078%2C4.326-5.881%2C8.278H338.646z%22%2F%3E%0D%0A%09%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M406.752%2C42.609l-9.922%2C9.922c-4.032-3.992-7.691-5.989-10.979-5.989c-1.802%2C0-3.211%2C0.382-4.228%2C1.145%0D%0A%09%09c-1.019%2C0.763-1.526%2C1.713-1.526%2C2.848c0%2C0.861%2C0.322%2C1.654%2C0.969%2C2.378c0.646%2C0.725%2C2.24%2C1.712%2C4.785%2C2.965l5.871%2C2.936%0D%0A%09%09c6.185%2C3.053%2C10.43%2C6.165%2C12.74%2C9.334c2.309%2C3.172%2C3.464%2C6.891%2C3.464%2C11.156c0%2C5.676-2.084%2C10.411-6.253%2C14.209%0D%0A%09%09c-4.169%2C3.797-9.757%2C5.693-16.763%2C5.693c-9.315%2C0-16.753-3.641-22.312-10.92l9.864-10.744c1.879%2C2.191%2C4.08%2C3.963%2C6.604%2C5.313%0D%0A%09%09c2.524%2C1.351%2C4.766%2C2.025%2C6.723%2C2.025c2.114%2C0%2C3.816-0.509%2C5.107-1.525c1.291-1.019%2C1.938-2.192%2C1.938-3.523%0D%0A%09%09c0-2.466-2.329-4.873-6.987-7.223l-5.4-2.699c-10.333-5.205-15.5-11.722-15.5-19.551c0-5.049%2C1.947-9.365%2C5.842-12.946%0D%0A%09%09c3.895-3.582%2C8.875-5.372%2C14.941-5.372c4.148%2C0%2C8.054%2C0.91%2C11.713%2C2.73C401.105%2C36.591%2C404.208%2C39.204%2C406.752%2C42.609z%22%2F%3E%0D%0A%09%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M459.651%2C42.609l-9.923%2C9.922c-4.031-3.992-7.69-5.989-10.979-5.989c-1.801%2C0-3.21%2C0.382-4.227%2C1.145%0D%0A%09%09c-1.02%2C0.763-1.527%2C1.713-1.527%2C2.848c0%2C0.861%2C0.323%2C1.654%2C0.969%2C2.378c0.646%2C0.725%2C2.24%2C1.712%2C4.785%2C2.965l5.871%2C2.936%0D%0A%09%09c6.185%2C3.053%2C10.431%2C6.165%2C12.741%2C9.334c2.309%2C3.172%2C3.464%2C6.891%2C3.464%2C11.156c0%2C5.676-2.084%2C10.411-6.253%2C14.209%0D%0A%09%09c-4.169%2C3.797-9.757%2C5.693-16.764%2C5.693c-9.314%2C0-16.753-3.641-22.311-10.92l9.864-10.744c1.879%2C2.191%2C4.08%2C3.963%2C6.604%2C5.313%0D%0A%09%09c2.525%2C1.351%2C4.767%2C2.025%2C6.724%2C2.025c2.113%2C0%2C3.815-0.509%2C5.107-1.525c1.291-1.019%2C1.938-2.192%2C1.938-3.523%0D%0A%09%09c0-2.466-2.329-4.873-6.987-7.223l-5.401-2.699c-10.333-5.205-15.5-11.722-15.5-19.551c0-5.049%2C1.947-9.365%2C5.843-12.946%0D%0A%09%09c3.895-3.582%2C8.875-5.372%2C14.941-5.372c4.148%2C0%2C8.053%2C0.91%2C11.713%2C2.73S457.107%2C39.204%2C459.651%2C42.609z%22%2F%3E%0D%0A%09%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M479.702%2C7.382c2.81%2C0%2C5.22%2C1.018%2C7.229%2C3.053c2.011%2C2.036%2C3.017%2C4.502%2C3.017%2C7.398%0D%0A%09%09c0%2C2.857-0.995%2C5.294-2.986%2C7.31c-1.99%2C2.017-4.371%2C3.024-7.142%2C3.024c-2.851%2C0-5.279-1.028-7.29-3.083s-3.015-4.55-3.015-7.486%0D%0A%09%09c0-2.818%2C0.994-5.226%2C2.984-7.222C474.491%2C8.38%2C476.891%2C7.382%2C479.702%2C7.382z%20M471.688%2C33.685h16.028v63.879h-16.028V33.685z%22%2F%3E%0D%0A%09%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M532.279%2C32.041c6.025%2C0%2C11.691%2C1.507%2C16.997%2C4.521c5.303%2C3.015%2C9.441%2C7.104%2C12.417%2C12.271%0D%0A%09%09c2.975%2C5.167%2C4.463%2C10.744%2C4.463%2C16.733c0%2C6.028-1.498%2C11.665-4.492%2C16.909c-2.994%2C5.246-7.074%2C9.346-12.241%2C12.301%0D%0A%09%09s-10.861%2C4.433-17.085%2C4.433c-9.159%2C0-16.979-3.258-23.456-9.774c-6.479-6.518-9.717-14.434-9.717-23.75%0D%0A%09%09c0-9.981%2C3.66-18.298%2C10.979-24.953C516.563%2C34.938%2C523.941%2C32.041%2C532.279%2C32.041z%20M532.543%2C47.13%0D%0A%09%09c-4.979%2C0-9.126%2C1.732-12.438%2C5.196c-3.313%2C3.464-4.971%2C7.897-4.971%2C13.298c0%2C5.56%2C1.638%2C10.06%2C4.911%2C13.504%0D%0A%09%09s7.42%2C5.167%2C12.438%2C5.167c5.018%2C0%2C9.193-1.74%2C12.525-5.227c3.332-3.482%2C4.999-7.965%2C4.999-13.444c0-5.479-1.638-9.932-4.909-13.357%0D%0A%09%09C541.825%2C48.843%2C537.64%2C47.13%2C532.543%2C47.13z%22%2F%3E%0D%0A%09%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M579.249%2C33.685h16.028v6.546c3.635-3.064%2C6.927-5.195%2C9.878-6.393c2.95-1.198%2C5.971-1.797%2C9.059-1.797%0D%0A%09%09c6.331%2C0%2C11.705%2C2.211%2C16.123%2C6.634c3.712%2C3.757%2C5.569%2C9.316%2C5.569%2C16.674v42.213h-15.854V69.59c0-7.624-0.342-12.686-1.024-15.188%0D%0A%09%09c-0.684-2.502-1.874-4.408-3.573-5.718s-3.797-1.965-6.296-1.965c-3.241%2C0-6.023%2C1.085-8.348%2C3.255%0D%0A%09%09c-2.322%2C2.17-3.935%2C5.171-4.833%2C9.002c-0.469%2C1.994-0.701%2C6.314-0.701%2C12.959v25.627h-16.028V33.685L579.249%2C33.685z%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M101.527%2C77.604c-32.648%2C31.078-61.511%2C34.231-78.374%2C24.037l-0.005-0.006l-1.831%2C2.412l-9.537-7.631%0D%0A%09l2.17-3.168C2.585%2C77.794%2C5.27%2C51.959%2C30.487%2C30.692c10.802-10.01%2C25.001-13.127%2C36-13.651c14.768-0.701%2C24.59%2C8.872%2C23.599%2C21.478%0D%0A%09c-1.023%2C13.004-13.669%2C29.262-51.332%2C42.557l-1.392%2C1.831c0.1%2C0.049%2C0.193%2C0.102%2C0.293%2C0.149%0D%0A%09c12.19%2C5.664%2C33.188%2C2.233%2C53.888-19.396L101.527%2C77.604L101.527%2C77.604z%20M27.953%2C72.8l3.051-4.454%0D%0A%09c9.467-1.431%2C20.682-7.491%2C27.57-14.459c6.073-6.142%2C8.49-12.229%2C6.441-15.407c-1.042-2.764-10.214-5.496-21.73%2C3.612%0D%0A%09C28.916%2C52.902%2C25.043%2C64.372%2C27.953%2C72.8L27.953%2C72.8z%22%2F%3E%0D%0A%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M12.317%2C98.07l7.303%2C5.914c0.613%2C0.498%2C0.708%2C1.402%2C0.211%2C2.018l-3.983%2C4.918%0D%0A%09c-0.497%2C0.613-1.403%2C0.708-2.016%2C0.211l-7.302-5.91c-0.613-0.496-0.708-1.402-0.213-2.018l3.984-4.92%0D%0A%09C10.798%2C97.672%2C11.705%2C97.574%2C12.317%2C98.07L12.317%2C98.07z%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
  text-indent: -9999px;
  margin: 0.5rem auto;
}
@media only screen and (min-width: 62em) {
  .footer .expression a {
    margin: 5px auto 0 auto;
  }
}
.footer .logo_footer {
  width: 100%;
  height: 8rem;
  background: url(../imagens/logo.png) center center no-repeat;
  background-size: contain;
}
@media only screen and (min-width: 48em) {
  .footer .logo_footer {
    background: url(../imagens/logo.png) left center no-repeat;
    background-size: contain;
  }
}
.footer .small {
  color: #fff;
  margin: 0.5rem 0 0 0;
  padding-top: 1.3rem;
  padding-bottom: 1.3rem;
  text-align: center;
  float: inherit;
}
@media only screen and (min-width: 62em) {
  .footer .small {
    text-align: left;
    margin: 0;
    float: left;
    padding-top: 1.8rem;
    padding-bottom: 1.8rem;
  }
}
.footer .small small {
  font-size: 1rem;
}
@media only screen and (min-width: 62em) {
  .footer .small small {
    font-size: 1rem;
  }
}
.footer .box_small {
  background: #000;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#000), to(#333333));
  background-image: -o-linear-gradient(bottom, #000, #333333);
  background-image: linear-gradient(0deg, #000, #333333);
  margin: 3rem 0 0 0;
}
.footer .box_small .col-md-4:after,
.footer .box_small .col-md-8:after {
  content: "";
  display: block;
  clear: both;
}
.endereco_footer {
  margin: 5rem 0 3rem 0;
  text-align: center;
}
@media only screen and (min-width: 62em) {
  .endereco_footer {
    text-align: left;
  }
}
.endereco_footer h4 {
  margin-bottom: 0.5rem;
}
.endereco_footer p {
  font-family: 'open_sansregular';
}
.atendimento_footer {
  margin-bottom: 2rem;
}
@media only screen and (min-width: 62em) {
  .atendimento_footer {
    margin-bottom: 0;
  }
}
.atendimento_footer strong {
  font-weight: normal;
  font-family: 'open_sansregular';
}
.atendimento_footer strong em {
  font-style: normal;
}
.atendimento_footer h4 {
  margin-bottom: 0.5rem;
}
.atendimento_footer:before {
  content: "";
  width: 49px;
  height: 49px;
  display: block;
  float: left;
  background: url(../imagens/tel_topo.svg) center center no-repeat;
  background-size: contain;
  margin: -10px 1.5rem 0 0;
}
.skype_footer {
  width: 100%;
  padding-left: 0.5rem;
  text-align: center;
  margin: 2rem 0;
}
@media only screen and (min-width: 48em) {
  .skype_footer {
    text-align: left;
  }
}
.skype_footer p strong {
  display: inline-block;
  vertical-align: middle;
  margin-top: -4px;
}
.skype_footer p span {
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.5rem;
}
.skype_footer p span:before {
  content: "";
  width: 50px;
  height: 50px;
  display: inline-block;
  vertical-align: middle;
  background: url(../imagens/skype.svg) center center no-repeat;
  background-size: contain;
  margin-right: 1rem;
}
.boleto {
  margin-bottom: 5rem;
  text-align: center;
}
.boleto:after {
  content: "";
  display: block;
  clear: both;
}
@media only screen and (min-width: 62em) {
  .boleto {
    text-align: left;
  }
}
.boleto h4 {
  margin-bottom: 2rem;
}
.boleto p a {
  display: inline-block;
}
.boleto p a:before {
  content: "";
  width: 64px;
  height: 52px;
  display: block;
  float: left;
  background: url(../imagens/boleto.jpg) center center no-repeat;
  background-size: contain;
  margin: -10px 1.5rem 0 0;
}
.boleto p a:hover {
  color: #014AAF;
}
.bnds {
  color: #005995;
  font-family: 'open_sansbold';
  text-transform: uppercase;
  text-align: center;
  margin-top: 1.2rem;
}
.bnds:after {
  content: "";
  width: 164px;
  height: 33px;
  display: block;
  margin: 0.8rem auto 0 auto;
  background: url(../imagens/bnds.png) center center no-repeat;
}
.menu_footer li {
  display: block;
  margin: 0;
}
.menu_footer li:first-child {
  border-top: none;
}
.menu_footer li a {
  display: block;
  padding: 0.5rem 0;
  color: #dbdbdb;
}
.menu_footer li a:before {
  content: "";
  width: 0.3rem;
  height: 0.3rem;
  display: inline-block;
  vertical-align: middle;
  background: #fe3131;
  margin-right: 0.5rem;
}
.menu_footer li a:hover {
  color: #fe3131;
}
.pagination {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-left: 0;
  margin: 1rem 0 2rem 0;
  border-radius: 4px;
  text-align: center;
}
.pagination > li {
  display: inline-block;
  border: none;
  margin: 0;
}
.pagination > li > a .fa {
  font-size: 1.2rem;
  padding: 2px 0;
}
.pagination > li > a,
.pagination > li > span {
  width: 3.7rem;
  height: 3.7rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 1.1;
  position: relative;
  text-decoration: none;
  color: #101010;
  background-color: #ffffff;
  border: 1px #d9d9d9 solid;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
}
.pagination > li > a:hover,
.pagination > li > span:hover {
  z-index: 3;
  background-color: #e6e6e6;
  border-color: #cccccc;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 2;
  color: #ffffff;
  background-color: #000;
  border-color: #000;
  cursor: default;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #dcdcdc;
  background-color: #ffffff;
  cursor: not-allowed;
  border: 1px #dcdcdc solid;
}
.whatsapp-footer {
  width: 4.5rem;
  height: 4.5rem;
  background-image: url('../imagens/whatsapp.svg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #7ad06d;
  background-size: 59%;
  position: fixed;
  bottom: 0;
  right: 0;
  top: 0;
  margin: auto;
  border-radius: 4px 0 0 4px;
  z-index: 15;
  cursor: pointer;
  -webkit-box-shadow: 6px 7px 8px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 6px 7px 8px 0px rgba(0, 0, 0, 0.2);
}
.card-catalog:after {
  content: '';
  width: 40%;
  height: 2px;
  display: block;
  margin: 0 auto 3rem;
  background-color: #f1f1f1;
}
.card-catalog .catalog-thumb {
  border: 1px solid #e7e7e7;
  border-radius: 0.4em;
}
.card-catalog .catalog-title {
  font-size: 1.2rem;
  text-align: center;
  line-height: 1.3;
  padding: 1.5rem 0.5rem 1rem;
}
.card-catalog a {
  display: block;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  position: relative;
}
.card-catalog a:hover {
  opacity: 0.6;
}
.card-catalog .float-info {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  padding: 0.2rem 0.8rem;
  background: #000;
  border-radius: 2rem;
  font-size: 0.85rem;
  color: #fff;
  position: absolute;
  bottom: 0.7rem;
  right: 0;
  left: 0;
  z-index: 1;
}
.card-catalog .float-info i {
  margin: 0 0 0 0.3rem;
}
@media only screen and (min-width: 48em) {
  .card-catalog:after {
    content: none;
  }
}
