.mp-indice-noticia {
	margin: 28px 0 32px;
	padding: 0 24px 22px;
	background: #f7f7f7;
	border-top: 4px solid #ff6500;
	border-radius: 12px;
	box-sizing: border-box;
}

.mp-indice-kicker {
	padding-top: 16px;
	margin-bottom: 4px;
	color: #ff6500;
	font-size: 15px;
	line-height: 1.2;
	font-weight: 800;
	letter-spacing: .02em;
	text-transform: uppercase;
}

.mp-indice-titulo {
	margin: 0 0 14px;
	color: #111;
	font-size: 30px;
	line-height: 1.1;
	font-weight: 800;
}

.mp-indice-noticia ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.mp-indice-noticia li {
	position: relative;
	margin: 9px 0;
	padding-left: 22px;
	line-height: 1.35;
}

.mp-indice-noticia li::before {
	content: "•";
	position: absolute;
	left: 2px;
	top: -2px;
	color: #ff6500;
	font-size: 23px;
	line-height: 1;
	font-weight: 700;
}

.mp-indice-noticia a {
	color: #202020;
	font-weight: 700;
	text-decoration: none;
	transition: color .15s ease;
}

.mp-indice-noticia a:hover,
.mp-indice-noticia a:focus {
	color: #ff6500;
	text-decoration: none;
}

.entry-content h3[id],
.post-content h3[id],
article h3[id] {
	scroll-margin-top: 110px;
}

@media (max-width: 767px) {
	.mp-indice-noticia {
		margin: 22px 0 26px;
		padding: 0 18px 18px;
		border-radius: 9px;
	}

	.mp-indice-kicker {
		padding-top: 14px;
		font-size: 13px;
	}

	.mp-indice-titulo {
		margin-bottom: 12px;
		font-size: 25px;
	}

	.mp-indice-noticia li {
		margin: 8px 0;
		padding-left: 19px;
	}

	.mp-indice-noticia li::before {
		font-size: 21px;
	}

	.mp-indice-noticia a {
		font-weight: 700;
	}
}
