/************************************************************/
.busca {
	position: relative;
}
.busca-geral {
	font-size: 12px;
	box-shadow: inset #eeeeee50 0px 0px 60px -2px;
	position: relative;
	padding: 20px;
}
.buscar {
	border-top: 1px dashed #eee;
}
.btn-buscar {
	color: #fff;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	text-align: center;
	position: relative;
	display: table;
	margin: auto;
	padding: 6px 20px 6px 40px;
	text-decoration: none;
	font-size: 10px;
	box-shadow: 0px 5px 5px #00000030;
	font-weight: bold;
	text-transform: uppercase;
	width: 150px;
	margin-left: -59px;
	position: absolute;
	bottom: -26px;
	left: 50%;
	background: var(--azulescuro);
	background-size: 15px;
}
.btn-buscar-lupa::after {
	content: '';
	width: 30px;
	height: 18px;
	background: url('../img/icones/lupa.svg') no-repeat center center;
	background-size: 15px;
	position: absolute;
	top: 5px;
	left: 2px;
	border-right: 1px solid #486a8b;
	padding-right: 5px;
}
.btn-buscar-up::after {
	content: '';
	width: 30px;
	height: 18px;
	background: url('../img/icones/up.svg') no-repeat center center;
	position: absolute;
	top: 5px;
	left: 5px;
	border-right: 1px solid #486a8b;
	padding-right: 5px;
}

@media (min-width: 768px) {
	.busca-geral header {
		border-bottom: 1px dashed var(--cinzaclaro);
		margin-bottom: 5px;
		padding: 5px 0;
	}
	.busca-geral header ul {
		width: 100%;
		display: flex;
		justify-content: space-between;
	}
}
@media (min-width: 768px) {
	.busca-geral header {
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	.busca-geral header p {
		text-align: right;
		max-width: 300px;
		margin-top: 0;
	}
}

.busca-geral header p a {
	color: var(--azulescuro);
	font-weight: bold;
}
.busca-geral header li {
	display: inline-flex;
	align-items: center;
	margin-right: 15px;
}
.busca-geral header input {
	margin-right: 3px;
}
.busca-geral .link-add {
	width: 100%;
	text-align: right;
	display: flex;
	flex-direction: row-reverse;
}
.busca-geral .btn-utilizar {
	color: #434343;
	font-weight: bold;
	text-decoration: none;
	display: block;
	background: url('../img/icones/info.svg') no-repeat;
	padding-left: 22px;
}
ul.campos label {
	width: 100%;
}
ul.campos li {
	margin-bottom: 20px;
	display: flex;
	align-items: center;
	flex-direction: column;
}
ul.campos input,
select {
	width: 100%;
	padding: 8px;
	border: 1px solid #ccc;
	border-radius: 5px;
	box-shadow: inset #eeeeee50 0px 0px 60px -2px;
}
ul.campos li button {
	width: 100%;
	cursor: pointer;
	position: relative;
}
.busca-geral .btn-verde-pd {
	position: relative;
	top: 17px;
}
@media (min-width: 768px) {
	.btn-pesquisar {
		width: auto;
	}
}
@media (min-width: 990px) {
	.btn-pesquisar {
		padding: 5px 140px;
	}
}
.btn-pesquisar:hover {
	background: var(--verdevertex);
	transition: all 1s;
}
ul.campos .btn-pd-verde {
	position: relative;
	top: 17px;
}
/*  */
.select2-container {
	top: 1px;
}
.select2-container--default .select2-selection--single {
	height: 35px !important;
	border: 1px solid #c9c9c9;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
	color: #444;
	line-height: 28px;
	position: relative !important;
	top: 3px !important;
}
.select2-container--default .select2-selection--single {
	height: 35px !important;
}

.busca-geral #btnFiltrar {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}
