.convencao .convencoes-filter,
.content .convencoes-filter {
	background: #f8f9fb;
	border-bottom: 1px solid #dfdfdf;
	padding: 14px 16px 12px;
}

.convencoes-filter label,
.convencoes-filter span {
	display: block;
}

.convencoes-filter span {
	color: #7b838e;
	font-size: 10px;
	font-weight: 800;
	letter-spacing: .4px;
	line-height: 1;
	margin-bottom: 6px;
	text-transform: uppercase;
}

.convencoes-filter input,
.convencoes-filter select {
	background: #fff;
	border: 1px solid #d9dee5;
	border-radius: 4px;
	color: #343944;
	font-size: 12px;
	font-weight: 600;
	height: 34px;
	width: 100%;
}

.convencoes-filter input {
	padding: 0 11px;
}

.convencoes-filter select {
	padding: 0 8px;
}

.convencoes-filter-search {
	margin-bottom: 10px;
}

.convencoes-filter-range {
	align-items: flex-end;
	display: grid;
	gap: 8px;
	grid-template-columns: 1fr 1fr;
}

.convencoes-filter button {
	background: #343944;
	border: 0;
	border-radius: 4px;
	color: #fff;
	font-size: 11px;
	font-weight: 800;
	height: 34px;
	padding: 0 10px;
	text-transform: uppercase;
	transition: background .2s ease, transform .2s ease;
	width: 100%;
}

.convencoes-filter button {
	grid-column: 1 / -1;
}

.convencoes-filter button:hover,
.convencoes-filter button:focus {
	background: #d42531;
	transform: translateY(-1px);
}

.convencao .convencao-item,
[data-convencoes-scope] .convencao-item {
	transition: opacity .2s ease, transform .2s ease;
}

.convencao .convencao-item.is-hidden,
[data-convencoes-scope] .convencao-item.is-hidden {
	display: none;
}

.convencoes-empty {
	color: #7b838e;
	font-size: 12px;
	font-weight: 700;
	margin: 0;
}

.home .convencao .convencoes-filter + .block-section-content {
	min-height: 620px;
}

@media screen and (max-width: 768px) {
	.convencao .convencoes-filter {
		padding: 12px;
	}

	.convencoes-filter-range {
		grid-template-columns: 1fr 1fr auto;
	}

	.convencoes-filter button {
		grid-column: auto;
		width: auto;
	}

	.home .convencao .convencoes-filter + .block-section-content {
		min-height: 0;
	}
}
