@font-face{
	src: url('../font/AzoSansThin.otf');
	font-family: 'AzoSansThin';
}
p{
	font-family: 'AzoSansLight';
	font-size: 16px;
}
.breadcum{
	background: url(../img/bkg_equipo.png) no-repeat;
	background-size: cover;
	background-position-y: bottom;
	margin-bottom: 60px;
	padding: 80px 15px 160px;
	text-align: center;
}
.breadcum img{
	max-width: 100%;
	margin: 0 auto 40px;
}
.breadcum h1{
	margin-top: 0px;
	text-transform: uppercase;
	text-align: center;
	font-size: 74px;
	font-family: 'AzoSansMedium';
}
.breadcum h3{
	font-family: 'AzoSansMedium';
	font-size: 22px;
	max-width: 460px;
	margin: 0 auto;
}
.intro{
	font-size: 26px;
	font-family: 'AzoSansLight';
}
.cifras{
	margin-top: 80px;
	margin-bottom: 100px;
	text-align: center;
}
.cifras p.num{
	font-family: 'AzoSansThin';
	font-size: 80px;
}
.caparg{
	margin-bottom: 100px;
}
.caparg img{
	float: left;
}
.caparg p{
	margin-left: 120px;
}
.crew{
	margin-bottom: 100px;
}
.member{
	position: relative;
	overflow: hidden;
	cursor: pointer;
}
.member .photo{
	width: 100%;
}
.member .cv{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 4;
	padding: 30px;
	display: none;
}
.member .cv p{
	text-align: center;
	color: #fff;
}
.member .cv p.name{
	margin-bottom: 10px;
}
.member .cv p.name strong{
	color: #fff;
}
.roll{
	position: absolute;
	top:0;
	left: 0;
	z-index: 3;
	padding: 0 15px;
	display: none;
}
.member:hover .roll, .member:hover .cv{
	display: block;
}
.cstm{
	margin-bottom: 60px;
}
.cstm h3{
	font-family: 'AzoSansLight';
	font-size: 24px;
}
@media(max-width: 990px){
    .member{
        margin-bottom: 40px;
    }
    .count-item{
        margin-bottom: 40px;
    }
}