.search-faq .selectSearch {
	display: contents;
}

@media screen and (max-width: 991px) {
	.search-faq {
		display: flex;
		flex-direction: column;
		gap: 12px !important;
	}
}

.obj-produto img {
	max-height: 240px;
}

.obj-produtos div {
	width: 335px;
}

h2.heaterBrand {
	text-transform: uppercase;
	font-weight: 300;
	font-size: 30px;
	color: #004571;
	border-bottom: 3px solid #004571;
}

.obj-produtos {
	gap: 50px;
	display: flex;
	justify-items: center;
	flex-wrap: wrap;
	justify-content: center;
}

/* .obj-produtos {
  gap: 50px;
  display: grid;
  justify-items: center;
  grid-template-columns: repeat(3, 1fr);
} */

.titulo-descricao {
	color: #004786;
	font-weight: 700;
}

.banner-saiba-mais {
	position: relative;
	width: 100vw;
	left: 50%;
	margin-left: -50vw;
}

@media(min-width: 576px) {
	.banner-saiba-mais.mobile {
		display: none;
	}
}

@media(max-width: 575px) {
	.banner-saiba-mais:not(.mobile) {
		display: none;
	}
}

@media screen and (max-width: 991px) {
	.obj-produtos {
		gap: 30px;
		grid-template-columns: repeat(2, calc(50% - 15px));
	}
}

@media screen and (max-width: 575px) {
	.obj-produtos {
		grid-template-columns: 1fr;
	}
}

.obj-produto {
	padding: 25px;
}

.obj-produto {
	border: 2px solid #cbd7dd;
	border-radius: 5px;
}

.obj-produto:hover {
	border: solid 2px #004571;
}

.productName h3 {
	text-transform: uppercase;
	font-weight: 300;
	font-size: 20px;
	color: #004571;
	margin: 0 !important;
	margin-top: 20px !important;
	margin-bottom: 20px !important;
	text-align: center;
}

.obj-produto button {
	/* display: block; */
	/* width: 86%; */
	padding: 0.375rem 0.75rem;
	margin: 0 auto;
	/* left: 6%; */
	/* bottom: 30px; */
	background: #e57200;
	border: none;
	font-size: 14px;
	/* border-radius: 4px; */
	font-weight: 700;
	color: #fff;
}

.obj-produto button:hover {
	color: #fff;
	background-color: #954120;
	border-color: #78341a;
}

.obj-produtos ul {
	flex: 1;
}

.tablist .nav-item {
	width: 100%;
	justify-content: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.gasistas ul.nav {
	flex-wrap: nowrap !important;
	overflow: auto;
}

.gasistas p {
	max-width: 800px;
}

@media screen and (min-width: 768px) {
	.gasistas ul.nav {
		/* flex-wrap: nowrap !important; */
		/* overflow: auto; */
		display: flex;
		justify-content: center;
	}
}

.main p {
	color: #707070;
	font-weight: 300;
	font-size: 18px;
}