.index-galerias {
	display: flex;
	margin-top: 30px;
	width: 100%;
	height: auto;
	background: url(../img/t_galeria.png) no-repeat left top;
}

.galerias-albuns {
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	align-items: flex-end;
	width: 100%;
	height: auto;
	min-height: 250px;
}

.albuns-content {
	display: flex;
	justify-content: space-around;
	align-items: center; 
	width: 100%;
	height: auto;
	min-height: 350px;
}

.content-galeria {
	display: flex;
	flex-direction: column;
	/*justify-content: space-around;*/
	align-items: center;
	max-width: 20%;
	min-height: 220px;
}

.galeria-imagem {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	height: 103px;
	width: 196px;
	min-height: 125px;
}

.galeria-imagem img {
	height: 103px;
	width: 196px;
}

.content-galeria-titulo {
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	width: 100%;
	height: auto;
	margin: 0.5em 0 0 0;
	color: #000;
	font-size: 18px;
}

.content-galeria-titulo:hover {
	color: #D9A23D;
}