.pointer {
	cursor: pointer;
}

.pointer:hover {
	background: #fafafa;
    box-shadow: 0 2px 3px rgba(16, 142, 7, 0.3), 0 0 0 1px rgba(16, 142, 7, 0.5);
}

.pointer:hover .svg-inline--fa{
	color: rgba(16, 142, 7, 0.5)
}

.footer {
    background-color: #fafafa;
    padding: 1rem 1rem 1rem;
    bottom: 0px;
    width: 100%;
	position:absolute;
	height: 120px;
	display:block;
	}

.navbar-link:hover, a.navbar-item:hover {
    background-color: transparent !important;
    color: #ac041c;
	text-decoration: underline;
}

.navbar-link.is-active, a.navbar-item.is-active {
    color: #0a0a0a;
	font-weight: bold;
	text-decoration: underline;	
}

.columns {
    margin: 0 !important;
}

#demanda_footer {
	border-top: 1px solid #ccc;
	padding: 20px;
	margin-top: 10px;
}

@media (max-width: 1024px) {
	.navbar-burger {
		color: #4a4a4a;
		cursor: pointer;
		display: block;
		height: 3.25rem;
		position: absolute;
		width: 3.25rem;
		margin-right: auto;
		right: 0px;
	}

	.navbar-brand img {
		margin-left: auto;
		margin-right: auto;
	}
}
