.contenedor-pdf {
	padding: 20px 2% 15px 2%;
	margin: 0 auto;
	text-align: center;
	background: #F1F5ED;
}

.panel-pdf {
	margin: 0 auto;
}

.panel-pdf .pdf {
	padding: 0 5px;
	height: 50px;
	display: inline-block;
	vertical-align: top;
}

.panel-pdf .pdf .img-pdf {
	float: left;
	margin-bottom: 20px; /*aumentar si texto largo*/
	height: 30px;
}

.panel-pdf .pdf .pdf-text {
	color: #5C881A;
    font-size: 1em;
    line-height: 1.1em;
    text-align: left;
    margin-left: 30px;
    margin-top: 14px;
    position: relative;
    transform: translateY(-50%);
}


/* Pantallas superiores a 1280px (large desktop)*/
@media screen and (min-width: 80em) { 

	.panel-pdf .pdf {
		max-width: 200px;
	} 

}


/* Pantallas entre 1024px y 1280px (desktop)*/
@media screen and (min-width: 64em) and (max-width: 79.99em) { 
	.contenedor-pdf {
		padding: 15px 10%;
	}
	.panel-pdf .pdf {
		max-width: 255px;
	}
	.panel-pdf .pdf-cuatro {
		max-width: 200px;
	}

}


/* Pantallas entre 768px y 1024px (tablet) */
@media screen and (min-width: 47.96em) and (max-width: 63.95em) {
	.contenedor-pdf {
		padding: 20px 7% 15px 7%;
	}

	.panel-pdf .pdf {
		max-width: 218px;
	}
	.panel-pdf .pdf-cuatro {
		max-width: 350px;
		width: 350px;
	}

}
 
 
/* Pantallas inferiores a 768px (mobile) */
@media screen and (max-width: 47.95em) {

	.panel-pdf {
		width: 280px;	
	}

	.panel-pdf .pdf {
		width: 280px;
	}

}