::-webkit-scrollbar {
	display: none;
}

.mobile-after::after {
  content: "";
  display: inline-block;
  height: 0.25rem;
  width: 0.25rem;
  background-color: #166534;
  margin-left: 0.375rem;
  border-radius: 9999px;
  vertical-align: middle;
}

@media (min-width: 769px) {
	.mobile-after::after {
		display: none;
	}
}

.desktop-slider {
	overflow: hidden;
	touch-action: pan-y;
}

.texto-noticia img {
	margin-right:auto;
	margin-left:auto;
}

.texto-noticia a {
	color: #166534;
	text-decoration:underline;
}

.texto-noticia a:hover {
	color: #15803d;
	text-decoration:none;
}
