
img {
  width: 100%;
}

body {
  /*font-family: 'Staatliches', cursive;
  background-color: #ffda79;*/
}

.content {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 0;
}

.img-logo {
  width: 140px;
}

.bg-parallaxnew {
  background-image: url("https://via.placeholder.com/1920x450");
  height: 450px;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.bg-overlay {
  background: rgba(0, 0, 0, 0.4);
  width: 100%;
  height: 100%;
}

.ptb-geral {
  padding-top: 60px;
  padding-bottom: 60px;
}

.circl-cate {
  width: 120px;
  height: 120px;
  background: #fff;
  border-radius: 50%;
  position: relative;
  margin: 0 auto;
  display: table;
}
.circl-cate h3 {
  color: #656565;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, -50%);
  text-transform: uppercase;
  font-size: 14px;
  margin: 0 auto;
  display: table;
  text-align: center;
}

.bl-cate {
  background: #282828;
  padding-top: 20px;
  padding-bottom: 10px;
}

/* carousel */
.owl-carousel .owl-item {
  min-height: 0px;
}

.owl-carousel-categorias .owl-dots {
  visibility: hidden;
  display: none;
}

.owl-carousel-categorias .owl-nav .owl-prev {
  position: absolute;
  top: 40px;
  left: -15px;
  border-radius: 3px;
  border: 1px solid #DC1925;
}

.owl-carousel-categorias .owl-nav .owl-next {
  position: absolute;
  top: 40px;
  right: -15px;
  border-radius: 3px;
  border: 1px solid #DC1925;
}

.owl-carousel-categorias .owl-theme .owl-nav [class*=owl-] {
  background: #DC1925;
}

.owl-carousel-categorias .owl-theme .owl-nav [class*=owl-]:hover {
  background: #ff5963;
}

.owl-carousel-categorias .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  background: #DC1925;
}

.owl-carousel-marcas .owl-nav {
  visibility: hidden;
  display: none;
}

.owl-carousel-marcas .owl-dots {
  margin-top: 15px;
}

/* and-carousel */
.title-products {
  color: #282828;
  font-weight: 400;
  text-align: center;
  font-size: 24px;
}
.title-products span {
  color: #DC1925;
  font-weight: 700;
}

.bl-produ {
  border-radius: 5px;
  border: 1px solid #ddd;
  padding: 15px;
}

.text-produ {
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  margin-top: 15px;
  margin-bottom: 15px;
  color: #656565;
  text-transform: uppercase;
}

.btn-produ {
  background: #282828;
  border: 1px solid #282828;
  color: #fff;
  border-radius: 0px;
  transition: 0.3s;
  width: 100%;
  text-align: center;
}
.btn-produ:hover {
  background: #fff;
  color: #282828;
  transition: 0.3s;
}

.btn-cadrodape {
  background: #282828;
  border: 1px solid #282828;
  color: #fff;
  border-radius: 0px;
  transition: 0.3s;
  text-align: center;
  text-transform: uppercase;
}
.btn-cadrodape:hover {
  background: #1b1b1b;
  border: 1px solid #1b1b1b;
  transition: 0.3s;
}

.codigo-produ {
  background: #DC1925;
  color: #ffffff;
  position: absolute;
  left: 15px;
  top: 35px;
  font-size: 13px;
  margin-top: 20px;
  padding: 2px 8px;
}

.bl-rodapenew {
  background: #D60D19;
  padding-top: 40px;
  padding-bottom: 40px;
}

.dire {
  font-size: 14px;
  color: #fff;
  opacity: 0.7;
}

.fast {
  font-size: 14px;
  color: #fff;
  opacity: 0.7;
}

.img-fast {
  width: 19px;
}

.title-rodapenew {
  color: #fff;
  font-weight: 500;
  font-size: 20px;
}

.desc-rodapenew {
  color: #fff;
  font-size: 13px;
  opacity: 0.8;
}
.desc-rodape a {
  color: #fff;
}
.desc-rodape a:hover {
  text-decoration: none;
}

.icon-rede {
  color: #fff;
  opacity: 0.7;
}

.img-marca {
  background: #ddd;
  widows: 100%;
}

.form-control {
  border-radius: 0px;
}

.bg-posrodape {
  background: #282828;
}

.barra-topo {
  background: #282828;
  widows: 100%;
  height: 3px;
}

.logo-new {
    width: 115px;
    margin: 0 auto;
    display: table;
}