header.no-bg {
  background-color: transparent !important;
  padding-bottom: 4%;
}

#sectClientes .item {
  /*margin-left:10px;
	margin-bottom:20px;*/
  display: block;
  font-size: 1em;
  /*box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);*/
  /*	height:200px;*/
}

/*
#sectClientes .item:hover {
	box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.4), 0 8px 22px 0 rgba(0, 0, 0, 0.21);
	cursor:pointer;
}*/
#sectClientes .item .contentImg {
  cursor: pointer;
  /*	overflow:hidden;  IMPORTANTE */
  /*	width:95%;*/
  /*	height:100%;*/
  margin: 0px auto;
  /*	transition: width 1s, height 1s;*/
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: center;
}

/*
#sectClientes .item .contentImg:hover {
	width:100%;
	cursor:pointer;
}
*/
#sectClientes .item .contentImg img {
  width: 80%;
  object-fit: cover;
}

/*
#sectClientes .item .contentImg img:hover{
	width:100%;
}*/