     
             
	
	
	/*******************************clientes******************************/
	.clientes{
	width:136px;
	height:53px;
	}
    .crew article.crew-member{
	position:relative;
    overflow:hidden;
    width:100%;
    height:90px;
    -webkit-transition:all 300ms;transition:all 300ms;
    background-repeat:no-repeat;
    background-position:inherit;
    background-size:cover;
	border-color:#CCCCCC;
	border-style:dotted;
	border-radius:20px;
	}
    
    .crew article.crew-relation {
	position:relative;
    overflow:hidden;
    width:100%;
    height:90px;
    -webkit-transition:all 300ms;transition:all 300ms;
    background-repeat:no-repeat;
background-position:inherit;
    background-size:cover;

	}
    
    .crew article.crew-member figure
    {display:table;width:calc(100% + 1px);height:100%}
    .crew article.crew-member figure figcaption
    {display:table-cell;height:100%;text-align:center;vertical-align:middle}
    .crew article.crew-member figure figcaption p{padding:15px 15px 25px;color:#fff}
    .crew article.crew-member figure figcaption a{color:rgba(255,255,255,0.7)}
    .crew article.crew-member figure figcaption a:hover{color:#fff}
    .crew article.crew-member figure figcaption .crew-socials ul li{display:inline-block;margin-right:10px}.crew article.crew-member figure figcaption .crew-socials ul li:last-child{margin-right:0}.crew article.crew-member figure:hover .overlay{opacity:1}.crew article.crew-member h2{font-size:15px;font-weight:500;line-height:20px;text-transform:uppercase;color:#fff}.crew article.crew-member img{position:absolute;top:50%;left:50%;width:auto;min-width:100%;height:auto;min-height:100%;margin:0;padding:0;-webkit-transition:all 300ms;transition:all 300ms;-webkit-transform:translate(-50%, -50%);transform:translate(-50%, -50%)}
	
	
	.crew article.crew-member .overlay{
	z-index: 99;
	width: 100%;
	height: 100%;
	-webkit-transition: all 300ms;
	transition: all 300ms;
	opacity: 0;
	background-color: rgba(26,107,174,0.8);
}

.skillset{margin-top:55px}.skillset .bar-chart-wrapper{position:relative;margin-bottom:35px}.skillset .bar-wrapper{background-color:#414A52}.skillset .bar-wrapper .bar{height:10px;margin:10px 0;background-color:#1A6BAE}.skillset .bar-chart-figure{float:right}.skillset .push-right{position:absolute;top:0;right:0}.latest-articles .sort{text-align:right}
.latest-articles article span.featured-tag{
	font-size:13px;position:absolute;z-index:99;bottom:10px;
	left:10px;padding:4px 10px;color:#fff;
	background-color:#0069b1;
	}

		