/* Add your custom css styles */
.info_escrita{
	color: #727374;
	display: inline-block;
	width: 100%;
	font-size: 15px;
	line-height: 24px;
	margin: 2px 0px 15px 0px;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	width: 100%;
	font-size: 13px;
	line-height: 20px;
	margin-bottom: 10px;
	height: 77px;
}

li.active_new a{
	color:#00b0f0;
}

.panel {
	margin-bottom: 20px;
	background-color: #fff;
	border: 1px solid transparent;
	border-radius: 0px;
	-webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);
	box-shadow: 0 1px 1px rgba(0,0,0,.05);
}

#texto-de-outras-datas{
	height:50px;
	width:100%;
	padding:5px;
	display:none;
}

.c-desktop-hide{
	display: none;
}

@media only screen and (max-width: 991px) {

	.c-desktop-hide{
		display: contents !important;
	}

	.c-mobile-hide{
		display: none !important;
	}

	.c-mobile-w-100{
		/* width: 100%; */
	}

	#topbar .top-menu > li{
		padding: 0px 8px !important;
	}

}
