/* Custom Produtos Industriais */

.cursorIndustriaRolamentos {
	cursor: pointer;
}

.caption h3 {
	cursor: default;
}


.custom-img-industria-rolamentos{
	-webkit-transition: all .3s linear;  
  	-moz-transition: all .3s linear;  
  	-o-transition: all .3s linear;  
  	-ms-transition: all .3s linear;  
  	transition: all .3s linear;
  	/* ----- */
	margin-top: 25px;
	/*cursor: zoom-in;*/
}

.custom-img-industria-rolamentos:hover {
	transform: scale(1.25);
}

.custom-img-industria-rolamentos div div h3 {
	padding-left: 5px;
	padding-right: 5px;
	font-weight: lighter;
	font-size: 10px !important;
	text-align: center;
}

.custom-text-industria-rolamentos {
	text-align: justify;
	font-size: 16px;
}

.custom-colcontacto-industria-rolamentos {
	padding-left: 25px;
	margin-top: 50px;
}

.custom-subcolcontacto-industria-rolamentos {
	border: 2px solid #edeef0;
}

body > *{
	-webkit-transition: all .3s linear;  
  	-moz-transition: all .3s linear;  
  	-o-transition: all .3s linear;  
  	-ms-transition: all .3s linear;  
  	transition: all .3s linear;
}

/* //Custom Produtos Industriais */