/* HEADER PRODUCTO CATEGORIA */
#headerCategoria {
  width: 100%;
  height: 90px;
  overflow: hidden;
  position: relative;
}

.headerBG{
  width: 100%;
  height: 215px;
  /*background-image: url('../../img/series/machinery_producto_categoria_bg.jpg');*/
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: absolute;
  top: 0;
  left: 0;
}
/*  */

/* CATEGORIA TITULO */
#categoria_titulo {
  width: 100%;
  height: auto;
  padding: 100px 15% 85px 15%;
  background-image: url('../../img/series/machinery_producto_categoria_mosaico.png');
  background-size: auto;
  background-repeat: repeat;
  overflow: hidden;
  position: relative;
}

#categoria_titulo::before {
  content: "";
  width: 55%;
  height: 100%;
  background: #ffffff;
  background-color: #ffffff;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
}

.categoriaHeader {
  width: 55%;
  height: auto;
  position: relative;
}

.categoriaHeader h1 {
  font-family: 'Circular Std';
  font-weight: bold;
  font-style: normal;
  font-size: 55px;
  color: #666467;
  padding: 0 0 0 0!important;
  margin: 0 0 0 0!important;
}
/*  */

/* CATEGORIA PRODUCTO LIST */
#categoria_producto_list {
  width: 100%;
  height: auto;
  background: #ffffff;
  background-color: #ffffff;
  padding: 100px 15% 100px 15%;
  overflow: hidden;
  position: relative;
}

.productoImg {
  width: 100%;
  height: 475px;
  /* border: 1px solid #000; */
  padding: 0 0 0 0;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.categoria-img {
  max-width: 100%;
  height: auto;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  transition: all .3s ease;
}
.marca-img {
  max-width: 50%;
  height: auto;
  position: absolute;
  top: 0;
  left: 30%;
  z-index: 1;
  transition: all .3s ease;
}
.medalla-img {
  max-width: 120px;
  height: auto;
  position: absolute;
  top: 40px;
  right: 100px;
  z-index: 2;
}

.productoTitle {
  width: 100%;
  height: auto;
  padding: 33px 5% 0 5%;
  text-align: left;
}

.productoTitle h1 {
  font-family: 'Circular Std';
  font-weight: 900;
  font-style: normal;
  font-size: 20px;
  padding: 0 0 0 0!important;
  margin: 0 0 0 0!important;
}

.productoTitle h1.blueTxt {
  color: #203a7a;
}

.productoTitle h1.redTxt {
  color: #811524;
}

.productoDetails {
  width: 100%;
  height: auto;
  padding: 5px 5% 5px 5%;
  text-align: left;
}

.productoDetails ul li {
  font-family: 'Circular Std Book';
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  color: #3e3e3c;
  padding: 0 0 0 15px;
  line-height: 20px;
  position: relative;
  margin-bottom:8px;
  list-style-type:none;
}

.productoDetails ul li::before {
  content: "";
  width: 6px;
  height: 6px;
  background: #484848;
  background-color: #484848;
  position: absolute;
  top: 6px;
  left: 0;
  margin: auto;
  border-radius: 100%;
}

.productoLink {
  width: 100%;
  height: auto;
  padding: 0 5% 5px 5%;
  text-align: left;
}

.productoLink a {
  font-family: 'Circular Std';
  font-weight: 900;
  font-style: normal;
  font-size: 17px;
  background: #750514;
  background-color: #750514;
  color: #ffffff;
  transition: all .3s ease;
}
.productoLink a:hover, .productoLink a:active, .productoLink a:focus {
  background: #484848!important;
  background-color: #484848!important;
}
/*  */
