.portfolio-item {
margin-bottom: 25px;
}

footer {
    margin: 50px 0;
}

.producto {
	box-shadow: 2px 2px 7px -3px rgba(0,0,0,.75);
	padding: 5px;
	margin-bottom: 25px;
}

.img-producto {
	width: 80%;
	border-style: solid;
	border-width: 1px;
	border-radius: 4px;
	padding: 5px;
	border-color: rgba(0,0,0,.1);
}

.etiqueta-producto {
	width: 90%;
	margin-left: 10px;
	margin-right: 10px;
}

.ratings {
	
}

.precio-producto {
	font-size: large;
	font-weight: 700;
	margin-right: 15px;
}