.wp-image-121,
.alignnone{
  width: 100%;
}
.marcas-img{
  width: 100%;
}
.items-marcas{
  padding: 10px;
  margin:0 auto 30px auto;
  box-sizing: border-box;
  position: relative;
}
.items-marcas .over{
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background:url(../wp-content/themes/bepensa/assets/img/png/opacity.png);
}
.items-marcas:hover .over{
  display: block;
}
.items-marcas h4{
  color: #fa4c06;
}
.items-marcas div{
  position: relative;
      overflow: hidden;
}
.items-marcas div .size-full{
  position: absolute;
  left: 35%;
  top: 35%;
  width: 150px;
  height: auto!important;
  display: none;
}
.items-marcas div .triangle-rb{
      position: absolute;
      width: 0;
      height: 0;
      right:0;
      bottom: 0;
      border-left: 60px solid transparent;
      border-bottom: 60px solid #fa4c06;
}
.items-marcas div:hover .size-full{
  display: block;
}
.content-rows{
  margin-top:-80px;
  margin-bottom:60px;
}
.content-rows .row{
  background-color: #fff;
}
.portada-industrial{
  background-image: url(../wp-content/uploads/2018/04/header-division-industrial.jpg);height:195px;
}
.margin-top-menos-100{
  margin-top:-100px;
}
.color-fff{
  color:#fff;
}
