/*
 Theme Name: Kronos WP
 Theme URI: http://demo.drythemes.com/kronos-wp/
 Description: Fancy portfolio dry theme, completely compatible with WordPress 3.6
 Author: DryThemes
 Author URI:  http://www.drythemes.com
 License: GPL General Public License and Themeforest general license
 License URI: License/README_License.txt
 Version: 1.4
 Tags: flexible-width, four-columns, custom-background, custom-colors, featured-images, threaded-comments
 */
#np-1842 {
	float: left;
	width: 100%;
	padding-bottom: 88px;
}
.clientes {
	width: 100%;
	float: left;
	position: relative;
}
.box-cliente {
	width: calc( 25% - 30px);
	float: left;
	padding: 15px;
}
.box-cliente img {
	width: 100%;
}
.box-cliente img:hover {
	opacity: 0.65;
}
#np-1595 {
	float: left;
	width: 100%;
}
@media (max-width: 1000px) {
	.box-cliente {
		width: calc( 33.333333% - 30px);
	}
}

@media (max-width: 768px) {
	.box-cliente {
		width: calc( 50% - 30px);
	}
}