/*-------------------------------------------------------------- OPEN: socios MENU FILTROS ---------------------------------------------------------------------*/

.menu-filtros-ptv ul {
    display: block;
    width: 100%;
    padding: 10px 0;
    margin: 0 0 0 0;
}

.menu-filtros-ptv ul li {
    display: inline-block;
    width: auto;
    padding: 0 0 0 0;
    margin: 0 40px 10px 0;
    border-bottom: none !important;
    position: relative;
}

.menu-filtros-ptv ul li:first-child {
    margin-left: 0;
}

.menu-filtros-ptv ul li a {
    font-family: 'Dosis', sans-serif;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
    line-height: 36px;
}

.menu-filtros-ptv ul li.current-menu-item a {
    color: #ba407f;
}

.menu-filtros-ptv ul li a::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 2px;
    background-color: #ba407f;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.menu-filtros-ptv ul li.current-menu-item a::after,
.menu-filtros-ptv ul li a:hover::after {
    width: 100%;
}

/*-------------------------------------------------------------- CLOSE: socios MENU FILTROS ---------------------------------------------------------------------*/




/*-------------------------------------------------------------- OPEN: socios LISTADO ---------------------------------------------------------------------*/

#seccion-socios{
    background:none;
}

#seccion-socios .socios .portfolio-filter {
	margin-bottom: 30px;
}

#seccion-socios .socios .portfolio-fitrow-layout {
	margin: 0 -15px;
}

.container-list-ptv {
    height: auto !important;
}

.socios article {
	width: calc(100% / 5 - 30px) !important;
	margin: 15px !important;
	display:inline-block;
	position: relative !important;
	left: 0px !important;
	top: 0px !important;
	border-radius: 10px;
	padding: 20px 25px;
	border: 0.5px solid #eee;
    cursor: pointer !important;
	-webkit-transition: all .4s ease-in-out;
  	-moz-transition: all .4s ease-in-out;
  	-o-transition: all .4s ease-in-out;
 	transition: all .4s ease-in-out;
}

.socios article:hover,
.socios article.socios-promotores:hover {
    box-shadow: 0px 0px 10px 3px #f3f3f3;
    -webkit-box-shadow: 0px 0px 10px 3px #f3f3f3;
    -moz-box-shadow: 0px 0px 5px 10px #f3f3f3;
}

.socios article.socios-promotores {
	border: 0.5px solid #bc3d7f;
	background-color: #fcfcfc;
}

.socios article .portfolio-img img {
	width: 100%;
}

.socios article .portfolio-title h1 {
    padding-left: 10px;
    border-left: 1px solid #ba407f;
    font-size: 21px !important;
    font-weight: 600;
    margin-top: 5px;
    margin-bottom: 18px;
}

.socios article .portfolio-excerpt {
    padding-left: 10px;
}

.socios article .portfolio-excerpt p{
	
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	-moz-line-clamp: 2; /* number of lines to show */
	-moz-box-orient: vertical;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;	/* required for Opera */
	-ms-text-overflow: ellipsis;	/* required for IE8, allegedly */
	line-height: 22px;
	max-height: 44px;
	word-wrap:break-word;  
	
}


.socios .portfolio-default .portfolio-wrap:hover .portfolio-img img{
	-webkit-transform: none;
    transform: none;
}

.socios .portfolio-default .portfolio-wrap .portfolio-content-wrap {
    padding: 0 15px 0 30px;
    width: 75%;
    float: left;
}

.socios .post-more{
    padding: 10px;
}

.socios .read-more{
	text-transform: none;
    font-size: 13px;
    color: #ba407f;
    font-weight: 400;
    border-radius: 10px;
    border: 1px solid #ba407f;
    padding: 8px 20px;
    font-family: 'Open Sans', sans-serif
}

.socios .read-more:hover{
	color: #fff;
    background-color: #ba407f;
}

.post-pagination-wrap .nav.pagination li.nav-item a {
    color: #212529;
}

.post-pagination-wrap .nav.pagination li.nav-item a:hover {
    color: #bc3d7f;
}

.post-pagination-wrap .nav.pagination li.nav-item span.active {
    color: #bc3d7f;
}

.post-pagination-wrap .nav.pagination li.nav-item.next a {
    background: none;
    border: 1px solid #212529;
    border-radius: 10px;
    margin-left: 20px;
}

.post-pagination-wrap .nav.pagination li.nav-item.previous a {
    background: none;
    border: 1px solid #212529;
    border-radius: 10px;
    margin-right: 20px;
}

.post-pagination-wrap .nav.pagination li.nav-item.next a:hover,
.post-pagination-wrap .nav.pagination li.nav-item.previous a:hover {
    border: 1px solid #bc3d7f;
}

/*-------------------------------------------------------------- CLOSE: socios LISTADO ---------------------------------------------------------------------*/





/*-------------------------------------------------------------- OPEN: socios FICHA ---------------------------------------------------------------------*/

.block_ficha_ayuda {
    background-image: url(../img/bg/bg_ficha_socios.svg);
    background-position: top left;
    background-repeat: no-repeat;
    background-size: 30%;
}

.img_ficha_ayuda .wpb_single_image figure {
    border: 1px solid #eee;
    padding: 15px;
    text-align: center;
    height: 180px;
    background-color: #fff;
    display: table;
    width: 100%;
}

.img_ficha_ayuda .wpb_single_image .vc_single_image-wrapper {
    display: table-cell;
    vertical-align: middle;
}

.img_ficha_ayuda .wpb_single_image figure img {
    width: 95%;
}

.cont_ficha_ayuda .wpb_text_column {
    padding-left: 15px;
}

/*-------------------------------------------------------------- CLOSE: socios FICHA ---------------------------------------------------------------------*/







