/**
* 	Section de llamada a la acción
*/
.wdg-clientes{
}
	.wdg-clientes .wdg-clientes-cliente{
		background: #FFF;
		width: 100%; 
		box-sizing: border-box;
		-moz-box-sizing: border-box;
		border: 1px solid #DDD;
	}

	.wdg-clientes .wdg-clientes-cliente img{
		display: block;
		width: 100%;
	    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
    	filter: gray;
    	-webkit-filter: grayscale(100%);
    	opacity: .4;
	}

		.wdg-clientes .wdg-clientes-cliente:hover img{
			display: block;
			width: 100%;
			filter: none;
		    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0\'/></filter></svg>#grayscale");
    		-webkit-filter: grayscale(0%);
	    	opacity: 1;
	
		}


	.wdg-clientes .page-section-content a.more{
		display: block;
		height: 84px;
		width: 100%; 
		box-sizing: border-box;
		-moz-box-sizing: border-box;
		background: #DDD;
		text-align: center;
		line-height: 84px;
		text-decoration: none;
		font-size: 40px;
	}