/*-------------------------------------------------------------- OPEN: AYUDAS LISTADO ---------------------------------------------------------------------*/

#seccion-ayudas{
    background-image: url(../img/bg/bg_ayudas.svg);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: 100%;

}

.ayudas article {
    width: 100% !important;
    position: relative !important;
    left: 0 !important;
    top: 0 !important;
    padding-bottom: 50px;
    margin-bottom: 50px !important;
    border-bottom: 1px solid #f6f6f6;
}

.ayudas article .portfolio-wrap {
    box-shadow: none;
    margin: 0 -15px;
}

.ayudas article .portfolio-img {
    width: 25%;
    float: left;
    padding: 0 15px;
    height: 180px;
}

.ayudas article .portfolio-img a {
    width: 100%;
    text-align: center;
    display: block;
    background-color: #fff;
    border: 1px solid #f6f6f6;
    height: 152px;
    align-items: center;
}

.ayudas article .portfolio-img img {
    max-width: 100%;
    max-height: 100%;
    height: auto;
    width: auto;
}

.ayudas 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;
}

.ayudas article .portfolio-excerpt {
    padding-left: 10px;
}

.ayudas 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;  
	
}


.ayudas .portfolio-default .portfolio-wrap:hover .portfolio-img img{
	-webkit-transform: none;
    transform: none;
}

.ayudas .portfolio-default .portfolio-wrap .portfolio-content-wrap {
    padding: 0 15px 0 30px;
    width: 75%;
    float: left;
}

.ayudas .post-more{
    padding: 10px;
}

.ayudas .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
}

.ayudas .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: AYUDAS LISTADO ---------------------------------------------------------------------*/





/*-------------------------------------------------------------- OPEN: AYUDAS FICHA ---------------------------------------------------------------------*/

.block_ficha_ayuda {
    background-image: url(../img/bg/bg_ficha_ayudas.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: AYUDAS FICHA ---------------------------------------------------------------------*/





/*-------------------------------------------------------------- OPEN: INCENTIVOS FISCALES ---------------------------------------------------------------------*/

#row-idi .letra_big p {
    font-size: 150px;
    line-height: 150px;
    font-family: dosis;
    font-weight: 600;
}

#row-idi .letra_mid p {
    font-size: 130px;
    line-height: 130px;
    font-family: dosis;
    font-weight: 400;
}

#seccion-incentivos-idi {
    background-image: url(../img/bg/bg_home_unete.svg), url(../img/bg/bg_home_noticias.svg);
    background-position: top center, bottom center;
    background-repeat: no-repeat;
    background-size: 100%;
    margin-top: -40px;
}

.idi-definiciones p em {
    color: #999;
    padding-top: 20px;
    display: block;
}

#seccion-incentivos-parrafos #row-dos-col .tipo-incentivos .wpb_text_column {
    border-left: 1px dotted #bc3d7f;
    padding-left: 30px;
}

#seccion-incentivos-parrafos #row-dos-col .tipo-incentivos ul {
    list-style: circle;
}

#seccion-incentivos-parrafos #row-dos-col .tipo-incentivos ul li {
    padding: 5px 0;
}

/*-------------------------------------------------------------- CLOSE: INCENTIVOS FISCALES ---------------------------------------------------------------------*/







