
/* cambios chichi */

* img{
	
	image-rendering: -moz-crisp-edges;         /* Firefox */
	image-rendering:   -o-crisp-edges;         /* Opera */
	image-rendering: -webkit-optimize-contrast;/* Webkit (non-standard naming) */
	image-rendering: crisp-edges;
	-ms-interpolation-mode: nearest-neighbor;  /* IE (non-standard property) */
}
.dondeinvertimos img{ 
	margin: 0 auto; float: none 
}
.item-bordered span strong {font-size: 34px;}
.un_inmueble{text-align: center;    margin-bottom: 52px;}
.un_inmueble .item-bordered{ margin: 0 auto; float: none }
#inversiones-empresas img{ float: none; margin: 0 auto }

@media screen and (max-width: 991px){
  .text-gray--big{font-size: 22px;}
  .main-img{padding: 30px 0px 120px 0;height:472px}
}
@media screen and (max-width: 690px){
  .text-gray--big{font-size: 18px}
}
