#fixed1 { 
	position: fixed; 
	bottom: 10px;
	left: 10px;
	padding: 10px;
	width: 190px;
	height: 180px;
	font-size: 15px;
	color: #fff;
	background-color: #ad0a26; 
	z-index: 1000
}

.detalhes {
	color: #ad0a26;
}
