.pleca.gray .image-category .img-pleca img{
	height: 224.36px;
	width: 263.23px;
}
.pleca.gray .image-category .content-pleca h3{
      text-align: left !important;
}
.card-experience{
	min-height: 440px;
	border: 1px solid #DFE2E6;
	border-radius: 6px;
	background-color: #FFFFFF;
	box-shadow: 0 6px 16px 0 rgba(0,0,0,0.06);
	margin-top: 30px;
	padding: 0px;
}
.card-experience span{
	color: #199EDA;
	font-family: 'Rubik', sans-serif;
	font-size: 12px;
	letter-spacing: 0.5px;
	line-height: 14px;
	margin-top: 14px;
	padding-left: 15px;
	padding-right: 15px;
	margin-bottom: 14px;
}
.card-experience span.orange{
	color: #FF6B0E !important;
	font-size: 12px;
}
.card-experience span.blue-marine{
	color: #0A406A;
	font-family: 'Muli', sans-serif;
	font-size: 15px;
	font-weight: bold;
	letter-spacing: 0.25px;
	line-height: 19px;
}
.card-experience h4{
	color: #343E45;
	font-family: 'Rubik', sans-serif;
	font-size: 18px;
	font-weight: 500;
	letter-spacing: 0.5px;
	line-height: 26px;
	padding-left: 15px;
	padding-right: 15px;
	overflow: hidden;
}
.card-experience h4.short{
	-webkit-line-clamp: 3;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	text-overflow: ellipsis;
}
.card-experience p{
	color: #5A6B78;
	font-family: 'Muli', sans-serif;
	font-size: 16px;
	letter-spacing: 0.5px;
	line-height: 20px;
	padding-left: 15px;
	padding-right: 15px;
	overflow: hidden;
	-webkit-line-clamp: 4;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	text-overflow: ellipsis;
}
.card-experience .complete h4{
	-webkit-line-clamp: 4;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	text-overflow: ellipsis;
	height: 100px;

}
.card-experience .complete p{
	-webkit-line-clamp: 7;
	overflow:hidden;
	height:136px;
}
.card-experience img{
	height: 213px;
	width: 100%;
	margin-top: auto;
}
.card-experience .img-ex{
	height: 213px;
	width: 100%;
	margin-top: auto;    
	background-repeat: round !important;
}
.card-experience a{
	color: #FFFFFF;
	font-family: 'Muli', sans-serif;
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 0.5px;
	line-height: 18px;
	text-align: center;
	position: absolute;
    display: flex;
    justify-content: center;
    margin-left: 17px;
	bottom: 12px;
	text-decoration: none;
}
.paginador{
	margin-top: 30px;
	justify-content: center;
	width: 100%;
	margin-bottom: 30px;
}
.wp-pagenavi {
	clear: both;
	display: flex;
    justify-content: center;
}
a[title="Página 1"]{
	border-radius: 6px 0 0 6px !important;
	border-left: 1px solid #CED3D9 !important;
}
a[title="Página 4"]{
	border-radius: 0 6px 6px 0 !important;
	border-left: 1px solid #CED3D9 !important;
}
.wp-pagenavi span.extend:first-of-type{
	border-radius: 6px 0 0 6px !important;
	border-left: 1px solid #CED3D9 !important;
}
.wp-pagenavi span.extend:last-of-type{
	border-radius: 0 6px 6px 0 !important;
	border-left: 1px solid #CED3D9 !important;
}
.wp-pagenavi a.page, .wp-pagenavi span {
	text-decoration: none;
	padding: 8px 14px;
	margin: 0px;
	height: 38px;
	width: 39px;
	border: 1px solid #CED3D9;
	background-color: #FFFFFF;
	color: #697D8C;
	font-family: 'Rubik', sans-serif;
	font-size: 18px;
	line-height: 22px;
	border-left: 0px;
}
.wp-pagenavi a:hover, .wp-pagenavi span.current {
	border-color: #CED3D9;
}
.wp-pagenavi a.previouspostslink{
	padding: 5px 11px;
	color: #8F4198;
	border: 1px solid #DFE2E6;
	background-color: #FFFFFF;
	border-radius: 50%;
	margin-left: auto;
	margin-right: 20px;
	height: 34px;
	margin-top: 3px;
}
.wp-pagenavi a.nextpostslink{
	padding: 5px 11px;
	color: #8F4198;
	border: 1px solid #DFE2E6;
	background-color: #FFFFFF;
	border-radius: 50%;
	margin-right: auto;
	margin-left: 20px;
	height: 34px;
	margin-top: 3px;
}

.wp-pagenavi span.current {
	color: #FFFFFF;
	margin: 0px;
	font-family: 'Rubik', sans-serif;
	font-size: 18px;
	line-height: 22px;
	background-color : #FF6B0E;
	border: 1px solid #CED3D9;
	border-right: 0px;
}

@media all and (max-width:767px){
	.card-experience{
		margin-right: 0px !important;
	}

}