/* CSS PUBLICAÇÃO *******//*=== Informações do projeto =================*/
.publication-wrapper{
	background-color: #f0f0e1;
	padding: 60px 0px;
}
.publication-text{
	display: inline-block;
	vertical-align: top;
	width: 970px;
	text-align: justify;
}
.view-pub{
	cursor: pointer;
}
/* Layout responsivo *//* ======  min-width: 992px ======================*/
@media only screen and (max-width: 1199px){
	.publication-text{
		width: 830px;
	}
}

/* ======  min-width: 768px =============================================*/
@media only screen and (max-width: 992px){
	.publication-wrapper{
		padding: 20px 0px;
	}
	.publication-text{
		width: 650px;
	}
}

/* ======  min-width: 480px =============================================*/
@media only screen and (max-width: 768px){
	.publication-text{
		width: 330px;
	}
}

/* ======  min-width: 320px =============================================*/
@media only screen and (max-width: 479px){	
	.publication-text{
		width: 240px;
	}
}