/* CODDE */
@import url(https://fonts.googleapis.com/css?family=Roboto+Condensed:300,400,700);
/* -------------------------- */
.left {
  float: left;
}
.right {
  float: right;
}
.fx {
  -webkit-transition: all .10s linear;
  -moz-transition: all .10s linear;
  transition: all .10s linear;
}
.text-right {
  text-align: right;
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.cf:before,
.cf:after {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}
.clear {
  clear: both;
}
a{text-decoration: none;}
ul{list-style: none;}
body {
  background-color: #EEE;
  background-image: linear-gradient(to bottom, #fefefe, #eeeeee 40%);
  font-family: 'Roboto Condensed';
}
header .logo {
  display: block;
}
header .parte-de-cima {
  text-align: right;
  vertical-align: middle;
  padding: 1.5625rem 0rem 0rem 0rem;
  color: #666666;
  font-weight: 400;
  line-height: 14px;
  font-size: 0.75em;
}
header .parte-de-cima a {
  display: inline-block;
  color: #666;
}
header .parte-de-cima a:first-of-type {
  color: #DF1E21;
  margin: 0rem 1.125rem 0rem 0.3125rem;
  font-size: 1.125em;
}
header .parte-de-cima a:hover {
  color: #000;
}
header .parte-de-cima .btn-curtir {
  margin: 0rem 0rem 0rem 1.5625rem;
}
header .parte-de-baixo {
  text-align: right;
  margin: 1.0625rem 0rem 0rem 0rem;
}
header .parte-de-baixo form {
  display: inline-block;
}
header .parte-de-baixo .input-pesquisar {
  border: 1px #CCCCCC solid;
  height: 45px;
  color: #666666;
  font-weight: 400;
  line-height: 45px;
  font-size: 0.875em;
  padding: 0rem 1.25rem 0rem 1.25rem;
  -webkit-box-shadow: inset 0px 0px 5px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: inset 0px 0px 5px 0px rgba(0, 0, 0, 0.15);
  box-shadow: inset 0px 0px 5px 0px rgba(0, 0, 0, 0.15);
  -webkit-border-radius: 4px 0 0 4px;
  -moz-border-radius: 4px 0 0 4px;
  border-radius: 4px 0 0 4px;
}
header .parte-de-baixo .select-pesquisar {
  border: 1px #CCCCCC solid;
  border-left: 0;
  background: url('../img/seta_baixo_peq_cinza.png') no-repeat calc(100% - 15px) #ffffff;
  width: 190px;
  height: 45px;
  margin-left: -4px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  text-transform: uppercase;
  color: #999999;
  font-weight: 400;
  line-height: 3;
  font-size: 0.875em;
  padding: 0rem 1.875rem 0rem 1.25rem;
  -webkit-box-shadow: inset 0px 0px 5px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: inset 0px 0px 5px 0px rgba(0, 0, 0, 0.15);
  box-shadow: inset 0px 0px 5px 0px rgba(0, 0, 0, 0.15);
}
header .parte-de-baixo .btn-pesquisar {
  border: 0;
  background-color: #333333;
  width: 52px;
  height: 45px;
  margin-left: -4.7px;
  -webkit-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
}
header .parte-de-baixo .btn-pesquisar:hover {
  background-color: #525252;
}
header .parte-de-baixo .carrinho {
  display: inline-block;
  vertical-align: middle;
  width: 99px;
  margin: 0rem 0rem 0rem 1.5625rem;
}
header .parte-de-baixo .carrinho:hover {
  -webkit-filter: brightness(1.1);
  -moz-filter: brightness(1.1);
  filter: brightness(1.1);
}
header .parte-de-baixo .carrinho .left {
  width: 50%;
  height: 45px;
  text-align: center;
  background-color: #DF1E23;
  line-height: 45px;
  -webkit-border-radius: 4px 0 0 4px;
  -moz-border-radius: 4px 0 0 4px;
  border-radius: 4px 0 0 4px;
}
header .parte-de-baixo .carrinho .right {
  width: 50%;
  height: 45px;
  text-align: center;
  background-color: #C21B1F;
  border-left: 1px #DE6164 solid;
  color: #ffffff;
  font-weight: 400;
  line-height: 45px;
  font-size: 0.9375em;
  -webkit-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
}
header .menu-mobile {
  position: relative;
}
header .menu-mobile .sidemenu {
  display: inline-block;
  width: 50px;
  height: 45px;
  text-align: center;
  line-height: 45px;
  background-color: #B1181D;
  margin: 0rem 1.5625rem 0rem 0rem;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
header .menu-mobile .btn-pesquisar {
  display: inline-block;
  width: 50px;
  height: 45px;
  text-align: center;
  line-height: 45px;
  background-color: #525252;
  position: relative;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
header .menu-mobile .carrinho {
  display: inline-block;
  vertical-align: middle;
  width: 99px;
}
header .menu-mobile .carrinho .left {
  width: 50%;
  height: 45px;
  text-align: center;
  background-color: #DF1E23;
  line-height: 45px;
  -webkit-border-radius: 4px 0 0 4px;
  -moz-border-radius: 4px 0 0 4px;
  border-radius: 4px 0 0 4px;
}
header .menu-mobile .carrinho .right {
  width: 50%;
  height: 45px;
  text-align: center;
  background-color: #C21B1F;
  border-left: 1px #DE6164 solid;
  color: #ffffff;
  font-weight: 400;
  line-height: 45px;
  font-size: 0.9375em;
  -webkit-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
}
header .menu-mobile .pesquisa-form {
  display: none;
  position: absolute;
  width: 100%;
  height: 45px;
  left: 0;
  top: 0;
  background-color: #E4E4E4;
  border-top: 1px #CCCCCC solid;
  border-bottom: 1px #CCCCCC solid;
  padding: 0.3125rem 0.625rem 0.3125rem 0.625rem;
}
header .menu-mobile .pesquisa-form form {
  display: inline-block;
  width: 88%;
}
header .menu-mobile .pesquisa-form input {
  width: 60%;
  height: 35px;
  display: inline-block;
  vertical-align: middle;
  border: 1px #CCCCCC solid;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  color: #666666;
  font-weight: 400;
  line-height: 35px;
  font-size: 0.875em;
  padding: 0rem 0.9375rem 0rem 0.9375rem;
  -webkit-box-shadow: inset 0px 0px 20px -6px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: inset 0px 0px 20px -6px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0px 0px 20px -6px rgba(0, 0, 0, 0.2);
}
header .menu-mobile .pesquisa-form button {
  width: 45px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  display: inline-block;
  vertical-align: middle;
  border: 0;
}
header .menu-mobile .pesquisa-form .btn-fechar {
  float: right;
  display: inline-block;
  vertical-align: middle;
  width: 35px;
  height: 35px;
  text-align: center;
  background-color: #DB1C21;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  color: #ffffff;
  font-weight: 700;
  line-height: 35px;
  font-size: 1em;
}
.menu-desktop ul {
  list-style: none;
  margin: 0;
  padding: 0;
  float: left;
  background-color: #DF1E23;
  width: 100%;
  -webkit-border-radius: 0 5px 0 0;
  -moz-border-radius: 0 5px 0 0;
  border-radius: 0 5px 0 0;

}
.menu-desktop .principal li {
  /*display: inline-block;
  margin-left: -3.8px;*/
  float: left;
  border-right: 1px #CA6367 solid;
  background-color: #DF1E23;
  /*position: relative;*/
}
.menu-desktop .principal li:last-of-type {
  -webkit-border-radius: 0 5px 0 0;
  -moz-border-radius: 0 5px 0 0;
  border-radius: 0 5px 0 0;
  border-right: 0;
}
.menu-desktop .principal li a {
  background-color: #DF1E23;
  display: block;
  padding-top: 21px;
  padding-bottom: 20px;
  text-transform: uppercase;
  color: #ffffff;
  font-weight: 400;
  line-height: 18px;
  font-size: 0.9375em;
  -webkit-border-radius: 0 5px 0 0;
  -moz-border-radius: 0 5px 0 0;
  border-radius: 0 5px 0 0;
}
.menu-desktop .principal li a:hover {
  background-color: #B1181D;
}
.menu-desktop .principal li.destaque {
  background-color: #B1181D;
  width: 243px;
  cursor: pointer;
  padding: 20px;
  margin-left: 0;
  color: #ffffff;
  font-weight: 700;
  line-height: 19px;
  font-size: 1em;
  -webkit-border-radius: 5px 0 0 0;
  -moz-border-radius: 5px 0 0 0;
  border-radius: 5px 0 0 0;
}
.menu-desktop .principal li.destaque img {
  margin-right: 5px;
  vertical-align: -1px;
}
.menu-desktop .principal ul.sub {
  width: 243px;
  position: absolute;
  top: 59px;
  /*left: -1px;*/
  left: 9px;
  z-index: 9100;
  display: none;
}
.menu-desktop .principal ul.sub li {
  display: block;
  width: 243px;
  margin: 0;
  border-right: 0;
  border-bottom: 1px #E3E3E3 solid;
  background: url('../img/seta_dir_peq_vermelha.png') no-repeat calc(100% - 20px) #ffffff;
  -webkit-transition: all .10s linear;
  -moz-transition: all .10s linear;
  transition: all .10s linear;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.menu-desktop .principal ul.sub li:hover {
  background: url('../img/seta_dir_peq_branca.png') no-repeat calc(100% - 20px) #df1e23;
}
.menu-desktop .principal ul.sub span {
  display: block;
  text-transform: uppercase;
  background-color: #EEEEEE;
  padding-left: 22px;
  -webkit-box-shadow: inset -5px 0px 5px 0px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset -5px 0px 5px 0px rgba(0, 0, 0, 0.05);
  box-shadow: inset -5px 0px 5px 0px rgba(0, 0, 0, 0.05);
  color: #b1181d;
  font-weight: 700;
  line-height: 35px;
  font-size: 0.875em;
}
.menu-desktop .principal ul.sub a {
  display: block;
  background: transparent;
  padding: 0;
  padding-left: 35px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  color: #444444;
  font-weight: 400;
  line-height: 35px;
  font-size: 0.875em;
  -webkit-box-shadow: inset -5px 0px 5px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset -5px 0px 5px 0px rgba(0, 0, 0, 0.1);
  box-shadow: inset -5px 0px 5px 0px rgba(0, 0, 0, 0.1);
}
.menu-desktop .principal ul.sub a:hover {
  color: #FFF;
}
.menu-desktop .principal ul.sub-sub {
  width: 243px;
  height: 447px;
  background: #FFF;
  position: absolute;
  right: -243px;
  /*top: -36px;*/
  top: 0;
  display: none;
  z-index: 9100;
}
.menu-desktop .principal ul.sub-sub a {
  padding-left: 25px;
}
.menu-desktop .principal ul.sub-sub-sub {
  width: 243px;
  height: 447px;
  z-index: 9100;
  background-color: #FFF;
  -webkit-column-count: 3;
  -moz-column-count: 3;
  column-count: 3;
  -webkit-column-width: 243px;
  -moz-column-width: 243px;
  column-width: 243px;
  -webkit-column-gap: 0;
  -moz-column-gap: 0;
  column-gap: 0;
  position: absolute;
  right: -243px;
  /*top: -36px;*/
  top: 0;
  display: none;
}
.menu-desktop .principal ul.sub-sub-sub a {
  text-transform: none;
}
li.destaque:hover ul.sub {
  display: block;
}
ul.sub li:hover ul.sub-sub {
  display: block;
}
ul.sub-sub li:hover ul.sub-sub-sub {
  display: block;
}
.btn-curtir:hover {
  -webkit-filter: brightness(1.2);
  -moz-filter: brightness(1.2);
  filter: brightness(1.2);
}
.sidr {
  display: none;
  position: absolute;
  position: fixed;
  top: 0;
  height: 100%;
  z-index: 999999;
  width: 200px;
  border-right: 1px #CCCCCC solid;
  overflow-x: none;
  overflow-y: auto;
  background: #EEE;
}
.sidr ul {
  display: block;
  list-style: none;
  margin: 0;
  padding: 0;
  text-transform: uppercase;
}
.sidr ul li {
  display: block;
  height: 35px;
  line-height: 35px;
  border-bottom: 1px #E3E3E3 solid;
}
.sidr ul.sidr-class-produtos li span {
  display: block;
  padding: 0rem 0rem 0rem 1.25rem;
  color: #b1181d;
  font-weight: 700;
  line-height: 35px;
  font-size: 0.875em;
  -webkit-box-shadow: inset -3px 0px 5px -1px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: inset -3px 0px 5px -1px rgba(0, 0, 0, 0.2);
  box-shadow: inset -3px 0px 5px -1px rgba(0, 0, 0, 0.2);
}
.sidr ul.sidr-class-produtos li a {
  display: block;
  background-color: #FFF;
  padding: 0rem 0.9375rem 0rem 1.875rem;
  color: #444444;
  font-weight: 400;
  line-height: 35px;
  font-size: 0.875em;
  -webkit-box-shadow: inset -3px 0px 5px -1px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: inset -3px 0px 5px -1px rgba(0, 0, 0, 0.2);
  box-shadow: inset -3px 0px 5px -1px rgba(0, 0, 0, 0.2);
}
.sidr ul.sidr-class-geral li a {
  display: block;
  background-color: #DF1E23;
  padding: 0rem 0.9375rem 0rem 1.25rem;
  color: #ffffff;
  font-weight: 400;
  line-height: 35px;
  font-size: 0.875em;
  -webkit-box-shadow: inset -3px 0px 5px -1px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: inset -3px 0px 5px -1px rgba(0, 0, 0, 0.2);
  box-shadow: inset -3px 0px 5px -1px rgba(0, 0, 0, 0.2);
}
.sidr ul.sidr-class-acesso li a {
  display: block;
  background-color: #CC1C20;
  padding: 0rem 0.9375rem 0rem 1.25rem;
  color: #ffffff;
  font-weight: 400;
  line-height: 35px;
  font-size: 0.875em;
  -webkit-box-shadow: inset -3px 0px 5px -1px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: inset -3px 0px 5px -1px rgba(0, 0, 0, 0.2);
  box-shadow: inset -3px 0px 5px -1px rgba(0, 0, 0, 0.2);
}
.sidr .sidr-inner {
  padding: 0 0 15px;
}
.sidr.right {
  left: auto;
  right: -200px;
}
.sidr.left {
  left: -200px;
  right: auto;
}
main {
  margin: 1.875rem 0rem 0rem 0rem;
}
.download-catalogo {
  width: 243px;
  height: 418px;
  float: left;
}
.download-catalogo .btn-catalogo {
  text-align: center;
  /*margin-top: 330px;*/
  margin-top: 258px;
  display: block;
  background-color: #DF1E23;
  /*height: 87px;*/
  height: 159px;
  -webkit-border-radius: 0 0 5px 5px;
  -moz-border-radius: 0 0 5px 5px;
  border-radius: 0 0 5px 5px;
  /*padding: 1.5625rem 1rem 1rem 1rem;*/
  padding: 2.4rem 1rem 1rem 1rem;
  color: #ffffff;
  font-weight: 700;
  line-height: 18px;
  font-size: 0.9375em;
}
.download-catalogo .btn-catalogo:hover {
  background-color: #BF1A1E;
}
.download-catalogo .btn-catalogo img {
  float: left;
  margin: -0.625rem 0.625rem 0rem 0rem;
}
.banner-principal {
  height: 447px;
  float: left;
  overflow: hidden;
  z-index: -1;
  position: relative;
  -webkit-border-radius: 0 0 5px 5px;
  -moz-border-radius: 0 0 5px 5px;
  border-radius: 0 0 5px 5px;
}
.sectitulo {
  display: block;
  padding-left: 9px;
  text-transform: uppercase;
  color: #555555;
  font-weight: 700;
  line-height: 32px;
  font-size: 1.6875em;
  margin: 3.75rem 0rem 1.25rem 0rem;
}
.banner-geral {
  width: 100%;
  position: relative;
}
.banner-novidades {
  width: 100%;
  padding: 9px;
}
.banner-novidades .produto {
  background-color: #F7F7F7;
  width: 100%;
  overflow: hidden;
  margin-top: 23px;
  margin-bottom: 10px;
  -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.banner-novidades .produto .imagem {
  background-color: #FFF;
  width: 100%;
  text-align: center;
  height: 213px;
  overflow: hidden;
  border-bottom: 1px #DDDDDD solid;
  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
}
.banner-novidades .produto .imagem img {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  max-width: 100%;
}
.banner-novidades .produto .informacoes {
  text-transform: uppercase;
  padding: 1.5625rem 1.25rem 0.9375rem 1.25rem;
}
.banner-novidades .produto .informacoes .nomeproduto {
  display: block;
  letter-spacing: -0.1px;
  color: #444444;
  font-weight: 700;
  line-height: 19px;
  font-size: 1em;
}
.banner-novidades .produto .informacoes .marcaproduto {
  display: block;
  color: #666666;
  font-weight: 400;
  line-height: 25px;
  font-size: 0.8125em;
}
.banner-novidades .produto .informacoes .btn-detalhes {
  display: inline-block;
  margin-top: 10px;
  background-color: #F0B500;
  padding: 0.5rem 0.75rem 0.5rem 0.75rem;
  color: #ffffff;
  font-weight: 400;
  line-height: 14px;
  font-size: 0.75em;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.banner-novidades .produto .informacoes .btn-detalhes:hover {
  background-color: #ED8A03;
}
.banner-promocoes {
  width: 100%;
  padding: 9px;
}
.banner-promocoes .produto {
  background-color: #F7F7F7;
  width: 100%;
  overflow: hidden;
  margin-top: 23px;
  margin-bottom: 10px;
  -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.banner-promocoes .produto .imagem {
  background-color: #FFF;
  text-align: center;
  width: 100%;
  height: 213px;
  overflow: hidden;
  border-bottom: 1px #DDDDDD solid;
  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
}
.banner-promocoes .produto .imagem img {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  max-width: 100%;
}
.banner-promocoes .produto .informacoes {
  text-transform: uppercase;
  padding: 1.5625rem 1.25rem 0.9375rem 1.25rem;
}
.banner-promocoes .produto .informacoes .nomeproduto {
  display: block;
  letter-spacing: -0.1px;
  color: #444444;
  font-weight: 700;
  line-height: 19px;
  font-size: 1em;
}
.banner-promocoes .produto .informacoes .marcaproduto {
  display: block;
  color: #666666;
  font-weight: 400;
  line-height: 25px;
  font-size: 0.8125em;
}
.banner-promocoes .produto .informacoes .btn-detalhes {
  display: inline-block;
  margin-top: 10px;
  background-color: #008C46;
  padding: 0.5rem 0.75rem 0.5rem 0.75rem;
  color: #ffffff;
  font-weight: 400;
  line-height: 14px;
  font-size: 0.75em;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.banner-promocoes .produto .informacoes .btn-detalhes:hover {
  background-color: #006C36;
}
.banner-blog {
  width: 100%;
  padding: 9px;
  margin-top: -5px;
}
.banner-blog .post {
  width: 100%;
  overflow: hidden;
  margin-top: 10px;
  margin-bottom: 10px;
}
.banner-blog .post:hover span.titulo {
  color: #921417;
}
.banner-blog .post:hover .imagem img {
  -webkit-transform: scale(1.03);
  -moz-transform: scale(1.03);
  transform: scale(1.03);
}
.banner-blog .post .imagem {
  background-color: #FFF;
  width: 100%;
  height: 213px;
  padding: 4px;
  margin-bottom: 15px;
  -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.banner-blog .post .imagem div {
  overflow: hidden;
  width: 100%;
  height: 100%;
}
.banner-blog .post .imagem img {
  width: 100%;
  max-width: 100%;
  height: auto;
}
.banner-blog .post span.titulo {
  display: block;
  color: #555555;
  font-weight: 400;
  line-height: 29px;
  font-size: 1.3125em;
}
.banner-blog .post span.data {
  display: block;
  margin-top: 5px;
  margin-bottom: 5px;
  color: #df1e22;
  font-weight: 400;
  line-height: 16px;
  font-size: 0.8125em;
}
#nextNovidades,
#nextPromocoes,
#nextBlog {
  display: inline-block;
  cursor: pointer;
  position: absolute;
  right: -40px;
  top: 30%;
}
#prevNovidades,
#prevPromocoes,
#prevBlog {
  display: inline-block;
  cursor: pointer;
  position: absolute;
  left: -40px;
  top: 30%;
}
.assinar-newsletter {
  background-color: #DF1E23;
  padding: 1.875rem 1.875rem 1.875rem 1.875rem;
  margin: 6.25rem 0rem 3.125rem 0rem;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.assinar-newsletter img {
  vertical-align: -1px;
}
.assinar-newsletter span.tit {
  display: inline-block;
  margin-left: 10px;
  color: #ffffff;
  font-weight: 400;
  line-height: 30px;
  font-size: 1.875em;
}
.assinar-newsletter span.tit2 {
  display: inline-block;
  margin-left: 10px;
  color: #ffffff;
  font-weight: 300;
  line-height: 21px;
  font-size: 1.125em;
}
.assinar-newsletter input,
.assinar-newsletter select {
  width: 100%;
  height: 50px;
  border: 1px #BBBBBB solid;
  background: #F4F4F4;
  margin-top: 15px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  color: #666666;
  font-weight: 400;
  line-height: 50px;
  font-size: 0.9375em;
  padding: 0.9375rem 0.9375rem 0.9375rem 0.9375rem;
}
.assinar-newsletter select {
  background: url('../img/seta_baixo_peq_preta.png') no-repeat calc(100% - 10px) #f4f4f4;
  padding: 0rem 0.9375rem 0rem 0.9375rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.assinar-newsletter button {
  width: 100%;
  height: 50px;
  border: 0;
  margin-top: 15px;
  background-color: #444444;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  color: #ffffff;
  font-weight: 700;
  line-height: 50px;
  font-size: 1.25em;
}
.assinar-newsletter button:hover {
  background-color: #1A1A1A;
}
.fornecedores {
  width: 100%;
  background-color: #FFF;
  border-bottom: 1px #DDDDDD solid;
  -webkit-box-shadow: inset 0px 14px 20px -11px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: inset 0px 14px 20px -11px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0px 14px 20px -11px rgba(0, 0, 0, 0.2);
}
.fornecedores .fornecedor {
  padding-top: 20px;
  padding-bottom: 10px;
  border-right: 1px #DDD solid;
  text-align: center;
}
.fornecedores .fornecedor img {
  max-width: 100%;
  height: auto;
}
.fornecedores .fornecedor:first-of-type {
  border-left: 1px #DDD solid;
}
.flinks {
  width: 100%;
  background-color: #FFF;
  border-bottom: 1px #DDDDDD solid;
  padding: 3.4375rem 0rem 3.4375rem 0rem;
}
.flinks span.tit {
  display: block;
  margin-bottom: 5px;
  color: #b1181d;
  font-weight: 700;
  line-height: 19px;
  font-size: 1em;
}
.flinks a {
  display: block;
  text-transform: uppercase;
  color: #555555;
  font-weight: 700;
  line-height: 31px;
  font-size: 0.875em;
}
.flinks a:hover {
  color: #2A2A2A;
}
.flinks a::before {
  content: url('../img/seta_dir_peq_vermelha.png');
  margin-right: 10px;
}
.flinks .curtir-fanpage {
  text-align: right;
  color: #444444;
  font-weight: 700;
  line-height: 19px;
  font-size: 1em;
}
.flinks .curtir-fanpage a {
  display: inline;
}
.flinks .curtir-fanpage a::before {
  content: "";
  margin: 0;
}
.flinks .curtir-fanpage a:hover {
  -webkit-filter: brightness(1.1);
  -moz-filter: brightness(1.1);
  filter: brightness(1.1);
}
.flinks .curtir-fanpage img {
  margin-top: 10px;
  max-width: 100%;
  height: auto;
}
.cr1 {
  display: block;
  margin-top: 40px;
  color: #666666;
  font-weight: 400;
  line-height: 21px;
  font-size: 0.9375em;
}
.cr2 {
  display: block;
  color: #666666;
  font-weight: 400;
  line-height: 30px;
  font-size: 0.8125em;
}
.codde {
  text-align: right;
  display: block;
  margin: 45px 0;
}
.sidemenu-links {
  background-color: #FFF;
  padding-bottom: 10px;
  -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 4px 4px 2px 2px;
  -moz-border-radius: 4px 4px 2px 2px;
  border-radius: 4px 4px 2px 2px;
}
.sidemenu-links .sidemenu-titulo {
  display: block;
  text-transform: uppercase;
  padding: 0.9375rem 0.9375rem 0.75rem 1.5625rem;
  color: #df1e23;
  font-weight: 700;
  line-height: 20px;
  font-size: 1.1875em;
}
.sidemenu-links ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.sidemenu-links ul li.atual {
  background: url('../img/seta_dir_peq_branca.png') no-repeat calc(100% - 20px) #df1e23;
}
.sidemenu-links ul li.atual a {
  color: #FFF;
}
.sidemenu-links ul li {
  border-top: 1px #E3E3E3 solid;
  background: url('../img/seta_dir_peq_vermelha.png') no-repeat calc(100% - 20px);
  -webkit-transition: all .10s linear;
  -moz-transition: all .10s linear;
  transition: all .10s linear;
}
.sidemenu-links ul li a {
  display: block;
  background-color: transparent;
  text-transform: uppercase;
  padding: 0.625rem 1.8rem 0.625rem 1.5625rem;
  color: #444444;
  font-weight: 400;
  line-height: 15px;
  font-size: 0.875em;
}
.sidemenu-links ul li:hover {
  background: url('../img/seta_dir_peq_branca.png') no-repeat calc(100% - 20px) #df1e23;
}
.sidemenu-links ul li:hover a {
  color: #FFF;
}
.sidemenu-links ul li:last-child {
  border-bottom: 1px #E3E3E3 solid;
}
.sidemenu-links.sideblog li {
  border-top: 1px #E3E3E3 solid;
  background: url('../img/seta_dir_peq_vermelha.png') no-repeat 20px;
  -webkit-transition: all .10s linear;
  -moz-transition: all .10s linear;
  transition: all .10s linear;
}
.sidemenu-links.sideblog li a {
  display: block;
  background-color: transparent;
  text-transform: uppercase;
  padding: 0.9375rem 0.9375rem 0.9375rem 2.5rem;
  color: #444444;
  font-weight: 400;
  line-height: 15px;
  font-size: 0.875em;
}
.sidemenu-links.sideblog li:hover {
  background: url('../img/seta_dir_peq_branca.png') no-repeat 20px #df1e23;
}
.sidemenu-links.sideblog li:hover a {
  color: #FFF;
}
.lista-de-produtos .produto {
  background-color: #F7F7F7;
  width: 100%;
  overflow: hidden;
  margin-top: 23px;
  margin-bottom: 10px;
  -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.lista-de-produtos .produto .imagem {
  background-color: #FFF;
  width: 100%;
  height: 213px;
  text-align: center;
  overflow: hidden;
  border-bottom: 1px #DDDDDD solid;
  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
}
.lista-de-produtos .produto .imagem img {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  max-width: 100%;
}
.lista-de-produtos .produto .informacoes {
  text-transform: uppercase;
  padding: 1.5625rem 1.25rem 0.9375rem 1.25rem;
}
.lista-de-produtos .produto .informacoes .nomeproduto {
  display: block;
  letter-spacing: -0.1px;
  color: #444444;
  font-weight: 700;
  line-height: 19px;
  font-size: 1em;
}
.lista-de-produtos .produto .informacoes .marcaproduto {
  display: block;
  color: #666666;
  font-weight: 400;
  line-height: 25px;
  font-size: 0.8125em;
}
.lista-de-produtos .produto .informacoes .btn-detalhes {
  display: inline-block;
  margin-top: 10px;
  background-color: #DF1E23;
  padding: 0.5rem 0.75rem 0.5rem 0.75rem;
  color: #ffffff;
  font-weight: 400;
  line-height: 14px;
  font-size: 0.75em;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.lista-de-produtos .produto .informacoes .btn-detalhes:hover {
  background-color: #891215;
}
.produto-em-promocao {
  display: inline-block;
  margin-top: 10px;
  background-color: #00B058;
  margin-left: -4px;
  padding: 0.5rem 0.75rem 0.5rem 0.75rem;
  color: #ffffff;
  font-weight: 400;
  line-height: 14px;
  font-size: 0.75em;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.produto-em-novidade {
  display: inline-block;
  margin-top: 10px;
  margin-left: -4px;
  background-color: #F0B500;
  padding: 0.5rem 0.75rem 0.5rem 0.75rem;
  color: #ffffff;
  font-weight: 400;
  line-height: 14px;
  font-size: 0.75em;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.banner-interno {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
  -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.banner-interno #bipager {
  position: absolute;
  bottom: 50px;
  left: 50px;
  z-index: 9000;
}
.banner-interno #bipager .bx-pager-item {
  display: inline-block;
}
.banner-interno #bipager .bx-pager-item a {
  font-size: 0;
  margin-right: 7px;
  color: transparent;
  display: block;
  background-color: #BBBBBB;
  width: 12px;
  height: 12px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.banner-interno #bipager .bx-pager-item a.active {
  background-color: #DF1E23;
}
.banner-interno-novidades {
  margin-top: 30px;
  position: relative;
  overflow: hidden;
  -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 5px 5px 3px 3px;
  -moz-border-radius: 5px 5px 3px 3px;
  border-radius: 5px 5px 3px 3px;
}
.banner-interno-novidades .sidemenu-titulo {
  display: block;
  background-color: #FFF;
  border-bottom: 1px #E3E3E3 solid;
  text-transform: uppercase;
  padding: 0.9375rem 0.9375rem 0.75rem 1.5625rem;
  color: #df1e23;
  font-weight: 700;
  line-height: 20px;
  font-size: 1.1875em;
}
.banner-interno-novidades .produto {
  background-color: #F7F7F7;
  width: 100%;
  overflow: hidden;
}
.banner-interno-novidades .produto .imagem {
  background-color: #FFF;
  width: 100%;
  height: 213px;
  text-align: center;
  overflow: hidden;
  border-bottom: 1px #DDDDDD solid;
  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
}
.banner-interno-novidades .produto .imagem img {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  max-width: 100%;
}
.banner-interno-novidades .produto .informacoes {
  text-transform: uppercase;
  padding: 1.5625rem 1.25rem 0.9375rem 1.25rem;
}
.banner-interno-novidades .produto .informacoes .nomeproduto {
  display: block;
  letter-spacing: -0.1px;
  color: #444444;
  font-weight: 700;
  line-height: 19px;
  font-size: 1em;
}
.banner-interno-novidades .produto .informacoes .marcaproduto {
  display: block;
  color: #666666;
  font-weight: 400;
  line-height: 25px;
  font-size: 0.8125em;
}
.banner-interno-novidades .produto .informacoes .btn-detalhes {
  display: inline-block;
  margin-top: 10px;
  background-color: #DF1E23;
  padding: 0.5rem 0.75rem 0.5rem 0.75rem;
  color: #ffffff;
  font-weight: 400;
  line-height: 14px;
  font-size: 0.75em;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.banner-interno-novidades .produto .informacoes .btn-detalhes:hover {
  background-color: #891215;
}
#binpager {
  width: 100%;
  text-align: center;
}
#binpager .bx-pager-item {
  display: inline-block;
}
#binpager .bx-pager-item a {
  font-size: 0;
  margin-right: 7px;
  color: transparent;
  display: block;
  background-color: #BBBBBB;
  width: 12px;
  height: 12px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
#binpager .bx-pager-item a.active {
  background-color: #DF1E23;
}
.subtitulo-pagina-novidades {
  width: 100%;
  background-color: #FFBF00;
  text-align: center;
  padding: 18px;
  margin-top: -30px;
  color: #ffffff;
  font-weight: 700;
  line-height: 32px;
  font-size: 1.6875em;
  -webkit-border-radius: 0 0 5px 5px;
  -moz-border-radius: 0 0 5px 5px;
  border-radius: 0 0 5px 5px;
}
.subtitulo-pagina-blog {
  width: 100%;
  background-color: #00C4C4;
  text-align: center;
  padding: 18px;
  margin-top: -30px;
  margin-bottom: 25px;
  color: #ffffff;
  font-weight: 700;
  line-height: 32px;
  font-size: 1.6875em;
  -webkit-border-radius: 0 0 5px 5px;
  -moz-border-radius: 0 0 5px 5px;
  border-radius: 0 0 5px 5px;
}
.subtitulo-pagina-promocoes {
  width: 100%;
  background-color: #00B058;
  text-align: center;
  padding: 18px;
  margin-top: -30px;
  color: #ffffff;
  font-weight: 700;
  line-height: 32px;
  font-size: 1.6875em;
  -webkit-border-radius: 0 0 5px 5px;
  -moz-border-radius: 0 0 5px 5px;
  border-radius: 0 0 5px 5px;
}
.produto-box {
  width: 100%;
  overflow: hidden;
  background-color: #FFF /*#FCFCFC*/;
  -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.produto-box .produto-imagens {
  position: relative;
  min-height: 100%;
  padding: 0.9375rem 0.9375rem 0.9375rem 0.9375rem;
  border-right: 1px #DDDDDD solid;
}
.produto-box .produto-detalhes {
  background-color: #FFF;
  /*border-left: 1px #DDDDDD solid;*/
  padding: 2.5rem 2.5rem 2.5rem 2.5rem;
}
.produto-box .produto-detalhes .nome-do-produto {
  display: block;
  text-transform: uppercase;
  margin: 0rem 0rem 0.375rem 0rem;
  color: #444444;
  font-weight: 700;
  line-height: 44px;
  font-size: 2.5em;
}
.produto-box .produto-detalhes .marca-do-produto {
  display: block;
  text-transform: uppercase;
  margin: 0rem 0rem 1.25rem 0rem;
  color: #666666;
  font-weight: 400;
  line-height: 18px;
  font-size: 0.9375em;
}
.produto-box .produto-detalhes .btn-quero {
  display: block;
  background-color: #DF1E23;
  text-align: center;
  color: #ffffff;
  font-weight: 700;
  line-height: 25px;
  font-size: 1.3125em;
  padding: 1.25rem 0rem 1.25rem 0rem;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  margin: 0rem 0rem 1.25rem 0rem;
}
.produto-box .produto-detalhes .btn-quero:hover {
  background-color: #BB1A1E;
}
.produto-box .produto-detalhes .desc-do-produto,
.produto-box .produto-detalhes .ref-do-produto,
.produto-box .produto-detalhes .tamanho-do-produto {
  display: block;
  margin: 0rem 0rem 1.25rem 0rem;
  color: #878787;
  font-weight: 400;
  line-height: 19px;
  font-size: 1em;
}
.produto-box .produto-detalhes .desc-do-produto strong,
.produto-box .produto-detalhes .ref-do-produto strong,
.produto-box .produto-detalhes .tamanho-do-produto strong {
  color: #444444;
}
.produto-box .produto-detalhes .compartilhamento {
  border-top: 1px #CCCCCC solid;
}
.produto-box .produto-detalhes .compartilhamento a {
  display: inline-block;
  margin: 1.5rem 0.25rem 0rem 0rem;
}
.produto-box .produto-detalhes .compartilhamento a:hover {
  -webkit-filter: brightness(1.1);
  -moz-filter: brightness(1.1);
  filter: brightness(1.1);
}
#nextIProd {
  display: inline-block;
  cursor: pointer;
  position: absolute;
  right: 15px;
  top: calc(50% - 26px);
  z-index: 9000;
}
#prevIProd {
  display: inline-block;
  cursor: pointer;
  position: absolute;
  left: 15px;
  top: calc(50% - 26px);
  z-index: 9000;
}
#prodpager {
  width: 100%;
  position: absolute;
  bottom: 10px;
  text-align: center;
}
#prodpager .bx-pager-item {
  display: inline-block;
}
#prodpager .bx-pager-item a {
  font-size: 0;
  margin-right: 7px;
  color: transparent;
  display: block;
  background-color: #BBBBBB;
  width: 12px;
  height: 12px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
#prodpager .bx-pager-item a.active {
  background-color: #DF1E23;
}
.bloco-adm {
  background-color: #FFFFFF;
  -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  padding: 1.25rem 1.25rem 3.125rem 1.25rem;
}
.bloco-adm .bloco-adm-titulo {
  display: block;
  text-transform: uppercase;
  border-bottom: 1px #CCCCCC solid;
  padding: 0rem 0rem 0.9375rem 0rem;
  margin: 0rem 0rem 1.875rem 0rem;
  color: #df1e20;
  font-weight: 700;
  line-height: 22px;
  font-size: 1.1875em;
}
.bloco-adm .bloco-adm-subtitulo {
  display: block;
  text-transform: uppercase;
  border-bottom: 1px #CCCCCC solid;
  color: #444444;
  font-weight: 700;
  line-height: 28px;
  font-size: 1.5625em;
  padding: 0rem 0rem 0.75rem 0rem;
  margin: 0rem 0rem 1.125rem 0rem;
}
.bloco-adm p {
  color: #868686;
  font-weight: 400;
  line-height: 24px;
  font-size: 0.9375em;
}
.bloco-adm p strong {
  color: #444444;
}
.bloco-adm .btn-btn {
  display: inline-block;
  width: 185px;
  text-align: center;
  background-color: #444444;
  border: 0;
  text-transform: uppercase;
  padding: 0.9375rem 0rem 0.9375rem 0rem;
  color: #ffffff;
  font-weight: 700;
  line-height: 14px;
  font-size: 0.875em;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.bloco-adm .btn-btn:hover {
  background-color: #5D5D5D;
}
.bloco-adm label {
  display: block;
  text-transform: uppercase;
  color: #444444;
  font-weight: 400;
  line-height: 20px;
  font-size: 1.0625em;
  margin: 0rem 0rem 0.3125rem 0rem;
}
.bloco-adm .adm-input {
  width: 100%;
  height: 47px;
  border: 1px #999999 solid;
  background-color: #F4F4F4;
  color: #716868;
  font-weight: 400;
  line-height: 20px;
  font-size: 1.0625em;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  margin: 0rem 0rem 0.9375rem 0rem;
  padding: 0rem 0.9375rem 0rem 0.9375rem;
}
.bloco-adm select {
  background: url('../img/seta_baixo_peq_preta.png') no-repeat calc(100% - 15px) #f4f4f4;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.bloco-adm input[type='checkbox'] {
  margin: 0rem 0rem 0.9375rem 0rem;
}
.bloco-adm .sublbl {
  text-transform: inherit;
  cursor: pointer;
  color: #878787;
  font-weight: 400;
  line-height: 17px;
  font-size: 0.9375em;
}
.bloco-adm .representantes-infos {
  border-top: 1px #CCCCCC solid;
  margin: 1.25rem 0rem 0rem 0rem;
  padding: 0.625rem 0rem 0rem 0rem;
}
.bloco-adm h3 {
  color: #878787;
  font-weight: 400;
  line-height: 34px;
  font-size: 1.3125em;
}
.sp1 {
  color: #868686;
  font-weight: 400;
  line-height: 24px;
  font-size: 0.9375em;
  display: inline-block;
}
.sp2 {
  display: inline-block;
  color: #666666;
  font-weight: 400;
  line-height: 22px;
  font-size: 1.125em;
}
.link1 {
  color: #df1e22;
  font-weight: 400;
  line-height: 30px;
  font-size: 1.25em;
}
.mapa-frame {
  border: 1px #999999 solid;
  width: 100%;
  height: 333px;
  overflow: hidden;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  margin: 1.875rem 0rem 1.875rem 0rem;
}
textarea.adm-input {
  height: 220px !important;
  max-height: 220px;
  width: 100%;
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}
.lista-de-post .post {
  border-bottom: 1px #BBBBBB solid;
  display: block;
  padding: 1.5625rem 0rem 1.5625rem 0rem;
}
.lista-de-post .post:first-of-type {
  border-bottom: 1px #BBBBBB solid;
  display: block;
  padding: 0rem 0rem 1.5625rem 0rem;
}
.lista-de-post .post .imagem {
  width: 100%;
  overflow: hidden;
  background-color: #FFF;
  padding: 5px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
}
.lista-de-post .post .imagem div {
  width: 100%;
  overflow: hidden;
}
.lista-de-post .post .imagem img {
  width: 100%;
  height: auto;
  min-height: 100%;
}
.lista-de-post .post:hover strong {
  color: #B1181D;
}
.lista-de-post .post .desc {
  padding-top: 8px;
}
.lista-de-post .post span {
  display: block;
  margin: 0rem 0rem 0.3125rem 0rem;
  color: #DF1E1F;
  font-family: Roboto;
  line-height: 15px;
  font-weight: 900;
  font-size: 0.93rem;
}
.lista-de-post .post strong {
  display: block;
  text-transform: uppercase;
  margin: 0rem 0rem 0.3125rem 0rem;
  color: #444444;
  font-family: Roboto;
  line-height: 26px;
  font-weight: 700;
  font-size: 1.5rem;
}
.lista-de-post .post p {
  color: #666666;
  font-family: Roboto;
  line-height: 25px;
  font-weight: 400;
  font-size: 0.93rem;
}
.pager {
  margin: 2rem 0rem 0rem 0rem;
}

.pager a {
  margin-left: 1em;
  text-align: center;
  display: inline-block;
  width: 42px;
  text-transform: uppercase;
  border: 2px #666666 solid;
  color: #666666;
  font-family: Roboto;
  line-height: 16px;
  font-weight: 700;
  font-size: 0.8125rem;
  padding: 0.625rem 0rem 0.625rem 0rem;
  margin: 0.3125rem 0rem 0rem 0rem;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  margin-right: .5rem;
}

.pager a:hover {
  color: #FFF;
  background-color: #DF1E23;
  border-color: #DF1E23;
}
.pager a.atual, .pager a.active {
  color: #FFF;
  background-color: #DF1E23;
  border-color: #DF1E23;
}
.pager a.nav {
  width: 110px;
  border: 2px #666666 solid;
}
.pager a.nav:hover {
  background-color: #FFF;
  color: #DF1E23;
  border-color: #DF1E23;
}
.ultimos-posts {
  background-color: #FFF;
}
.ultimos-posts .post {
  display: block;
  background-color: #FFF;
  padding: 2rem;
}
.ultimos-posts .post .imagem {
  width: 100%;
  overflow: hidden;
  background-color: #FFF;
  padding: 5px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
}
.ultimos-posts .post .imagem div {
  width: 100%;
  overflow: hidden;
}
.ultimos-posts .post .imagem img {
  width: 100%;
  height: auto;
  min-height: 100%;
}
.ultimos-posts .post:hover strong {
  color: #B1181D;
}
.ultimos-posts .post .desc {
  padding-top: 8px;
}
.ultimos-posts .post span {
  display: block;
  margin: 0.5rem 0rem 0.3125rem 0rem;
  color: #DF1E1F;
  font-family: Roboto;
  line-height: 15px;
  font-weight: 900;
  font-size: 0.93rem;
}
.ultimos-posts .post strong {
  display: block;
  text-transform: uppercase;
  margin: 0rem 0rem 0.3125rem 0rem;
  color: #444444;
  font-family: Roboto;
  line-height: 21px;
  font-weight: 700;
  font-size: 1rem;
}
.post-completo .titulo {
  border-bottom: 1px #AAAAAA solid;
  padding: 0rem 0rem 1.25rem 0rem;
  margin: 0rem 0rem 1.25rem 0rem;
}
.post-completo .titulo h1 {
  display: inline-block;
  max-width: 80%;
  margin: 0;
  color: #444444;
  font-weight: 700;
  line-height: 43px;
  font-size: 2.0625em;
}
.post-completo .titulo .data {
  display: inline-block;
  background-color: #DF1E1F;
  text-align: center;
  padding: 0.375rem 0.625rem 0.3125rem 0.625rem;
  color: #ffffff;
  font-weight: 700;
  line-height: 16px;
  font-size: 0.875em;
}
.post-completo .corpo img {
  max-width: 100%;
  height: auto;
}
.post-completo .compartilhar {
  position: relative;
  width: 100%;
}
.post-completo .compartilhar::before {
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  background-color: #CCCCCC;
  left: 0;
  top: 50%;
}
.post-completo .compartilhar .botoes {
  margin: 0 auto;
  position: relative;
  padding: 10px;
  z-index: 20;
  width: 190px;
  text-align: center;
  background-color: #FFF;
}
.post-completo .compartilhar .botoes a:hover {
  -webkit-filter: brightness(1.1);
  -moz-filter: brightness(1.1);
  filter: brightness(1.1);
}
.post-completo .compartilhar .botoes .coments {
  width: 43px;
  height: 44px;
  overflow: hidden;
  vertical-align: middle;
  display: inline-block;
  background: url('../img/coments.png') no-repeat;
  color: #ffffff;
  font-weight: 400;
  line-height: 40px;
  font-size: 0.875em;
}
.qwerty {
  display: block;
  border-bottom: 1px #CCCCCC solid;
  color: #df1e23;
  font-weight: 700;
  line-height: 32px;
  font-size: 1.5625em;
  margin: 3.125rem 0rem 1.25rem 0rem;
  padding: 0rem 0rem 1.25rem 0rem;
}
.thead {
  width: 100%;
  padding-bottom: 8px;
  border-bottom: 1px #CCCCCC solid;
}
.thead span {
  color: #444444;
  font-weight: 700;
  line-height: 15px;
  font-size: 0.875em;
}
.carrinho-compras .produto {
  border-bottom: 1px #CCCCCC solid;
  padding: 1.25rem 0rem 1.25rem 0rem;
}
.carrinho-compras .imagem {
  width: 132px;
  height: 100px;
  border: 1px #CCCCCC solid;
  overflow: hidden;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  margin: 0rem 1.25rem 0rem 0rem;
}
.carrinho-compras .imagem img {
  width: 100%;
  min-height: 100%;
}
.carrinho-compras .nome {
  display: block;
  text-transform: uppercase;
  color: #444444;
  font-weight: 700;
  line-height: 22px;
  font-size: 1.125em;
}
.carrinho-compras .marca {
  display: block;
  text-transform: uppercase;
  color: #666666;
  font-weight: 400;
  line-height: 22px;
  font-size: 0.9375em;
}
.carrinho-compras .qtd-btn {
  width: 39px;
  height: 43px;
  text-align: center;
  background-color: #EEEEEE;
  display: inline-block;
  border: 1px #CCCCCC solid;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  color: #666666;
  font-weight: 700;
  line-height: 43px;
  font-size: 1.75em;
}
.carrinho-compras .qtd-btn:hover {
  background-color: #E5E5E5;
}
.carrinho-compras .qtd {
  width: 75px;
  height: 43px;
  text-align: center;
  border: 1px #CCCCCC solid;
  margin: 0rem 0.3125rem 0rem 0.3125rem;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  color: #666666;
  font-weight: 400;
  line-height: 17px;
  font-size: 1.0625em;
}
.carrinho-compras .qtdss {
  padding: 1.25rem 0rem 0rem 0rem;
}
.carrinho-compras .produto-del {
  color: #888888;
  border: 0;
  background: transparent;
  font-weight: 400;
  line-height: 30px;
  font-size: 0.75em;
}
.carrinho-compras .enviar-orcamento {
  display: inline-block;
  width: 260px;
  background-color: #DF1E23;
  border: 0;
  color: #ffffff;
  font-weight: 400;
  line-height: 65px;
  font-size: 1.3125em;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  margin: 1.875rem 0rem 0rem 0rem;
}
.carrinho-compras .enviar-orcamento:hover,
.carrinho-compras .produto-addmais:hover {
  background-color: #BF1A1E;
}
.carrinho-compras .produto-addmais {
  width: 200px;
  background-color: #DF1E23;
  border: 0;
  color: #ffffff;
  font-weight: 400;
  line-height: 40px;
  font-size: 0.8em;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
/* ===== BX SLIDER ====== */
.bx-wrapper {
  position: relative;
  margin: 0 !important;
  padding: 0;
  *zoom: 1;
}
.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
  position: absolute;
  top: -50px;
  right: 5px;
  width: 100%;
}
.bx-wrapper .bx-pager {
  text-align: right;
  font-size: .85em;
  font-family: Arial;
  font-weight: bold;
  color: #666;
  padding-top: 20px;
}
.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
  display: inline-block;
  *zoom: 1;
  *display: inline;
}
.bx-wrapper .bx-pager.bx-default-pager a {
  background: #BBBBBB;
  text-indent: -9999px;
  display: block;
  color: transparent;
  width: 12px;
  height: 12px;
  margin: 0 5px;
  outline: 0;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.banner-geral[rel="novidades"] .bx-pager.bx-default-pager a:hover,
.banner-geral[rel="novidades"] .bx-pager.bx-default-pager a.active {
  background: #F0B500;
}
.banner-geral[rel="promocoes"] .bx-pager.bx-default-pager a:hover,
.banner-geral[rel="promocoes"] .bx-pager.bx-default-pager a.active {
  background: #008C46;
}
.banner-geral[rel="padrao"] .bx-pager.bx-default-pager a:hover,
.banner-geral[rel="padrao"] .bx-pager.bx-default-pager a.active,
.banner-geral[rel="padrao"] .btn-detalhes {
  background-color: #DF1E23 !important;
}
.banner-geral[rel="padrao"] .btn-detalhes:hover {
  background-color: #BB1A1E !important;
}
input::-webkit-input-placeholder {
  color: #666;
  opacity: 1;
}
input::-moz-placeholder {
  color: #666;
  opacity: 1;
}
input:-moz-placeholder {
  color: #666;
  opacity: 1;
}
input:-ms-input-placeholder {
  color: #666;
  opacity: 1;
}
textarea::-webkit-input-placeholder {
  color: #666;
  opacity: 1;
}
textarea::-moz-placeholder {
  color: #666;
  opacity: 1;
}
textarea:-moz-placeholder {
  color: #666;
  opacity: 1;
}
textarea:-ms-input-placeholder {
  color: #666;
  opacity: 1;
}
#disqus_thread a {
  color: #FF4000 !important;
}


.btn-controle:hover, .btn-controle2:hover { color: #FFF; background-color: #B00; }
.btn-controle, .btn-controle2 {
    display: none;
    margin-top: 30px;
    background-color: #DF1E23;
    text-align: center;
    padding: 0.5rem 0.75rem 0.5rem 0.75rem;
    color: #FFF;
    text-transform: uppercase;
    font-weight: 400;
    line-height: 14px;
    font-size: 0.9em;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

#bppager {
    position: absolute;
    width: 26px;
    text-align: right;
    z-index: 2000;
    top: 0;
    right: 0;
}
#bppager a:last-child { border-bottom: 1px #F4F4F4 solid; }
#bppager a {
  display: block;
  width: 26px;
  height: 26px;
  background-color: #DDDDDD;
  border: 1px #F4F4F4 solid;
  border-bottom: 0;
  color: #666666;
  font-family: 'Roboto Condensed';
  font-size: 13px;
  text-align: center;
  line-height: 26px;
}
#bppager a.cycle-pager-active {
  background-color: #CE1C20;
  color: #FFFFFF;
}

@media (max-width: 768px) {
  body,
  html {
    font-size: 14px;
  }
  header .logo {
    text-align: center;
  }
  header .logo {
    margin: 2.1875rem 0rem 2.1875rem 0rem;
  }
  .bx-wrapper .bx-pager {
    display: none;
  }
  .banner-principal,
  .banner-promocoes,
  .banner-novidades {
    margin-top: -28px;
  }
  .produto-box .produto-imagens {
    width: 100%;
  }
  .produto-box .produto-detalhes {
    width: 100%;
  }
  .link1 {
    display: block;
  }
  .lista-de-post .post .imagem div {
    height: 155px;
  }
  .lista-de-post .post .imagem {
    height: 165px;
  }
  .ultimos-posts .post .imagem div {
    height: 145px;
  }
  .ultimos-posts .post .imagem {
    height: 155px;
  }
}
@media (min-width: 768px) {
  body,
  html {
    font-size: 15px;
  }
  header .logo {
    text-align: center;
  }
  header .logo {
    margin: 2.1875rem 0rem 2.1875rem 0rem;
  }
  .banner-principal,
  .banner-promocoes,
  .banner-novidades {
    margin-top: -28px;
  }
  .produto-box .produto-imagens {
    width: 100%;
  }
  .produto-box .produto-detalhes {
    width: 100%;
  }
  .link1 {
    display: block;
  }
  .lista-de-post .post .imagem div {
    height: 155px;
  }
  .lista-de-post .post .imagem {
    height: 165px;
  }
  .ultimos-posts .post .imagem div {
    height: 145px;
  }
  .ultimos-posts .post .imagem {
    height: 155px;
  }
}
@media (min-width: 992px) {
  body,
  html {
    font-size: 15px;
  }
  header .parte-de-cima a {
    margin: 0rem 0.125rem 0rem 0.125rem;
  }
  header .parte-de-baixo .input-pesquisar {
    width: 360px;
  }
  header .logo {
    margin: 3.25rem 0rem 2.1875rem 0rem;
    text-align: left;
  }
  .menu-desktop .principal li a {
    padding-left: 19px;
    padding-right: 18.9px;
  }
  .banner-principal,
  .banner-promocoes,
  .banner-novidades {
    width: 697px;
    margin-top: -28px;
  }
  .produto-box .produto-imagens {
    width: 62.5%;
  }
  .produto-box .produto-detalhes {
    width: 37.5%;
  }
  .lista-de-produtos .produto {
    height: 356px !important;
  }
}
@media (min-width: 1200px) {
  body,
  html {
    font-size: 16px;
  }
  header .parte-de-cima a {
    margin: 0rem 1.125rem 0rem 1.125rem;
  }
  header .parte-de-baixo .input-pesquisar {
    width: 470px;
  }
  .menu-desktop .principal li a {
    padding-left: 30.85px;
    padding-right: 31.6px;
  }
  .banner-principal,
  .banner-promocoes,
  .banner-novidades {
    /*width: 895px;*/
    width: calc(100% - 243px);
    margin-top: -30px;
  }
  .link1 {
    display: inline;
  }
}