.conteudo-colunas{
	display: grid;
	place-items: center;
}

.conteudo-colunas span{
	grid-area: 1 / 1; /* Ambos os elementos ocupam a mesma área */
  width: 100%;
  height: 100%;
}

.conteudo-colunas span div{
	height: 100%;
}

.conteudo-colunas a{
	position: relative;
	display: inline-block;
	width: 100%;
	height: 100%;
	opacity: 0;
}

.link-esep{
	display:block;
	width:100%;
}

.imagme-esep{
	display: block;
	width:100%;
}