/* Homepage viva — prova social + marcas a seguir ao hero. Isolado do homepage-v2. */

.cv2-hb {
	position: relative;
	z-index: 1;
	width: 100%;
	background: #f7f3ef;
	padding: 28px 0 22px;
	box-sizing: border-box;
}

.cv2-hb__inner {
	width: 100%;
	max-width: 1440px;
	margin: 0 auto;
	padding: 0 16px;
	box-sizing: border-box;
}

.cv2-hb__proof {
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	gap: 14px 18px;
	text-align: center;
}

.cv2-hb__line {
margin: 0;
font-family: "Cormorant Garamond", Georgia, serif;
font-size: 24px;
font-weight: 500;
line-height: 1.35;
color: #1b1519;
}

.cv2-hb__rule {
	display: inline-block;
	width: 1px;
	height: 22px;
	background: #cfc6c2;
}

.cv2-hb__rating {
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	gap: 8px;
	font-family: Inter, Poppins, Helvetica, Arial, sans-serif;
	color: #5c5558;
	white-space: nowrap;
}

.cv2-hb__score {
	font-size: 14px;
	font-weight: 600;
	color: #1b1519;
}

.cv2-hb__stars {
	display: inline-flex;
	gap: 1px;
	color: #e2d7cc;
	font-size: 14px;
	line-height: 1;
	letter-spacing: 0;
}

.cv2-hb__star {
	position: relative;
	display: inline-block;
	width: 1em;
	height: 1em;
	line-height: 1;
}

.cv2-hb__star-on {
	position: absolute;
	left: 0;
	top: 0;
	overflow: hidden;
	color: #e0b84a;
	white-space: nowrap;
}

.cv2-hb__count {
	font-size: 13px;
	color: #8a8186;
}

.cv2-hb__brands {
	margin: 22px 0 0;
}

.cv2-hb__row {
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	gap: 12px 24px;
	min-height: 50px;
	opacity: 0;
	-webkit-transition: opacity 1.1s ease-in-out;
	transition: opacity 1.1s ease-in-out;
}
.cv2-hb__row.is-on {
	opacity: 1;
}

.cv2-hb__brand {
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-flex: 1 1 0;
	flex: 1 1 0;
	height: 50px;
	min-width: 0;
	opacity: 0.92;
	text-decoration: none;
}

.cv2-hb__brand img {
	display: block;
	max-height: 50px;
	max-width: 200px;
	width: auto;
	height: auto;
	filter: grayscale(1);
}

.cv2-hb__brand:hover {
	opacity: 1;
}

@media only screen and (max-width: 800px) {
	.cv2-hb {
		padding: 20px 0 16px;
	}
	.cv2-hb__line {
		font-size: 16px;
	}
	.cv2-hb__rule {
		display: none;
	}
	.cv2-hb__brands {
		margin-top: 16px;
	}
	.cv2-hb__row {
		min-height: 64px;
		gap: 10px 14px;
		-webkit-justify-content: space-around;
		justify-content: space-around;
	}
	.cv2-hb__brand {
		height: 64px;
		opacity: 1;
	}
	.cv2-hb__brand img {
		max-height: 58px;
		max-width: 140px;
	}
}

@media (prefers-reduced-motion: reduce) {
	.cv2-hb__row {
		-webkit-transition: none;
		transition: none;
		opacity: 1;
	}
}
