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

.animal-item {
	margin-top: 50px;
}

.animais-list a {
	display: block;
	position: relative;
}
.animais-list a img {
	width: 100%;;
}

.animais-list a .status {
	display: block;
	background: #00205b;
	text-align: center;
	text-transform: uppercase;
	margin-top: 1px;
}

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

.animais-list a .nome {
	padding: 5px 10px;
	display: block;
	overflow: hidden;
	white-space: nowrap;
	padding-right: 10px;
	text-overflow: ellipsis;

	color: #00205b;
	font-weight: 800;
	font-size: 1.13rem;
	text-transform: uppercase;
}
.animais-list a .nome .icon {
	color: #7a451d;
	display: block;
	font-size: 35px;
	font-weight: 400;
	position: absolute;
	right: 7px;
	bottom: -1px;
	line-height: 35px;
}
