/* CSS home-intro */
.marker-list{
	list-style: none;
	line-height: 1.3;
}
.marker-list:before {
	content: "●";
	font-size: 33px;
	color: #ff9a0a;
	margin-right: 0.5rem;
}
.marker-list:hover{
	text-decoration: none;
}
.subli-home:hover{
	text-decoration: underline #087dbd !important;
}
.marker-list:hover:before {
	color: #087dbd ;
}
/*sublinhado linha inteira*/
.topic-post-actions{
	border-bottom:4px solid #ffc107
}
.topic-post-actions>*{
	display:inline-block
}
.topic-post-actions{
	padding-bottom:0;
	width:100%;
}
@media screen and (max-width: 800px){
	.marker-list{
		text-align: left;
	}
}
@media screen and (max-width: 770px){
	.title-home h1{
		font-size: 36px !important;
		line-height: 1.3 !important;
	}
}