
.min_w-auto{
	min-width:auto !important;
} 

.border-white{
	border:1px solid #fff;
}
.border-white:hover{
	border:1px solid #000;
	text-decoration: none;
}

.border-primary{
	border:1px solid #000;
}
.border-primary:hover{
	border:1px solid #fff;
	text-decoration: none;
}

.text-lufino{
	color: #1d1313;
}

.btn-lufino{
	border-color: #1d1313 !important;
	background-color: #1d1313 !important;
	color: #fff;
}

.btn-lufino-o{
	border-color: #eb6e06 !important;
	background-color: #eb6e06 !important;
	color: #fff;
}