
.comanda {
	display:block;
	width:100%;
	height:50px;
	line-height:34px;
	background:#305474;
	border-radius:21px;
	color:#FFF;
	text-align:center;
	text-transform:uppercase;
	padding:8px 18px;
	text-decoration:none;
	box-sizing:border-box;
	font-size:16px;
	font-weight:600;
	margin-bottom:20px;
}
.comanda:hover {
	text-decoration:none;
	color:#FFF !important;
	background:#042842;
}
.cere_oferta {
	display:block;
	width:100%;
	height:50px;
	line-height:34px;
	background:#305474;
	border-radius:21px;
	color:#FFF;
	text-align:center;
	text-transform:uppercase;
	padding:8px 18px;
	text-decoration:none;
	box-sizing:border-box;
	font-size:16px;
	font-weight:600;
	margin-bottom:20px;
}
.cere_oferta:hover {
	text-decoration:none;
	color:#FFF !important;
	background:#042842;
}
