.div-txt-bt {
	font-family: Muli, sans-serif;
	color: #555;
	font-weight: 300;
	box-sizing: border-box;
	position: absolute;
	right: 40px;
	bottom: -4px;
	width: 230px;
	padding: 20px;
	border-style: solid;
	border-width: 1px;
	border-color: rgba(0, 0, 0, .21);
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	background-color: #fff;
	box-shadow: 0 0 17px 0 rgba(0, 0, 0, .5);
	font-size: 14px;
	line-height: 22px;
	text-align: center;
}

.txt-box-fixo {
	font-family: Muli, sans-serif;
	color: #555;
	line-height: 22px;
	text-align: center;
	box-sizing: border-box;
	margin-bottom: 20px;
	font-size: 20px;
	font-weight: 300;
}

.ul-new {
	list-style-type: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
	background-color: red;
}

.li-new {
	float: left;
	border-right: 1px solid #bbb;
}

.li-a-new {
	display: block;
	color: white;
	text-align: center;
	padding: 15px;
	text-decoration: none;
	background-color: firebrick;
}

.a-new-active {
	background-color: #8B0000;
	padding-top: 20px;
	padding-bottom: 20px;
}

.color {
	color:green;
}

.orcamento {
	font-family: Muli, sans-serif;
	color: #555;
	font-size: 14px;
	line-height: 22px;
	font-weight: 300;
	box-sizing: border-box;
	position: fixed;
	right: 0px;
	bottom: 0px;
	z-index: 99999;
	width: 300px;
	height: 180px;
	padding-top: 58px;
	padding-bottom: 58px;
}

.cabecalhoFooter {
	width: 100%;
}

.linha {
	width: 100px;
	height: 3px;
	margin-bottom: 20px;
	background-color: firebrick;
}

.card-produtos {
	height:120px;
	width:100px;
}

.bold {
	font-weight: bold;
	font-size:15px;
	background-color: orange;
	height: 60px;
}