.animais-list {
	padding: 35px 20px;
	margin-bottom: 50px;
}

.animais-list a img {
	width: 100%;;
}

.animais-list a .nome {
	display: block;
	background: #00205b;
	text-align: center;
	color: #fff;
	font-weight: 800;
	text-transform: uppercase;
	padding: 10px 0;
	margin-top: 1px;
}

.animais-list a:hover .nome {
	background-color: #7a451d;
}