/* Homepage viva — faixa Avaliacoes EmbedSocial antes dos Contos. Isolado do homepage-v2. */

.cv2-hr {
	position: relative;
	z-index: 1;
	width: 100%;
	max-width: none;
	margin: 0;
	padding: 64px 0 28px;
	box-sizing: border-box;
	background: #f7f3ef;
	color: #1a1519;
}
.cv2-hr__inner {
	width: 100%;
	max-width: 1440px;
	margin: 0 auto;
	padding-left: 16px;
	padding-right: 16px;
	box-sizing: border-box;
}
.cv2-hr__head {
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: flex-end;
	align-items: flex-end;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	gap: 24px 40px;
	margin: 0;
}
.cv2-hr__intro { min-width: 0; }
.cv2-hr__kicker {
	margin: 0 0 10px;
	font-family: Inter, Manrope, Poppins, Arial, sans-serif;
	font-size: 11px;
	font-weight: 600;
	letter-spacing: 0.22em;
	text-transform: uppercase;
	color: #890038;
}
html body.cv2-home-blank h2.cv2-hr__title,
.cv2-hr h2.cv2-hr__title {
	margin: 0 0 12px !important;
	padding: 0 !important;
	font-family: Poppins, Helvetica, Arial, sans-serif !important;
	font-weight: 700 !important;
	font-size: 34px !important;
	line-height: 1.1 !important;
	letter-spacing: 0.04em !important;
	text-transform: uppercase !important;
	color: #1b1519 !important;
	text-align: left !important;
}
.cv2-hr__score {
	margin: 0;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	gap: 10px;
	font-family: Inter, Manrope, Poppins, Arial, sans-serif;
	font-size: 13px;
	color: #5c5558;
}
.cv2-hr__stars {
	display: inline-flex;
	gap: 2px;
	color: #e8d5c0;
	font-size: 16px;
	line-height: 1;
	letter-spacing: 0;
}
.cv2-hr__star {
	position: relative;
	display: inline-block;
	width: 1em;
	color: #e4d4c4;
}
.cv2-hr__star-on {
	position: absolute;
	left: 0; top: 0;
	overflow: hidden;
	color: #e2a33a;
	white-space: nowrap;
}
html body.cv2-home-blank a.cv2-hr__write,
.cv2-hr a.cv2-hr__write {
	-webkit-flex: 0 0 auto;
	flex: 0 0 auto;
	display: inline-block;
	margin: 0 0 4px;
	padding: 10px 22px;
	border: 1px solid #890038;
	border-radius: 999px;
	color: #890038 !important;
	text-decoration: none;
	font-family: Inter, Manrope, Poppins, Arial, sans-serif;
	font-size: 13px;
	font-weight: 500;
	line-height: 1.2;
	background: #fff;
	-webkit-transition: background 200ms ease, color 200ms ease;
	transition: background 200ms ease, color 200ms ease;
}
html body.cv2-home-blank a.cv2-hr__write:hover,
.cv2-hr a.cv2-hr__write:hover {
	background: #890038;
	color: #fff !important;
}
.cv2-hr__embed {
	min-height: 180px;
}
.cv2-hr__embed .embedsocial-reviews {
	max-width: 100%;
}
.cv2-hr__foot {
	margin: 18px 0 0;
	text-align: center;
	font-family: Inter, Manrope, Poppins, Arial, sans-serif;
	font-size: 11px;
	font-weight: 600;
	letter-spacing: 0.16em;
	text-transform: uppercase;
	color: #b09aa3;
}
.cv2-hr__foot a {
	color: #b09aa3;
	text-decoration: none;
}
.cv2-hr__foot a:hover { color: #890038; }

@media only screen and (max-width: 980px) {
	.cv2-hr { padding: 48px 0 20px; }
	.cv2-hr__head {
		-webkit-flex-direction: column;
		flex-direction: column;
		-webkit-align-items: flex-start;
		align-items: flex-start;
		gap: 16px;
	}
	html body.cv2-home-blank h2.cv2-hr__title,
	.cv2-hr h2.cv2-hr__title { font-size: 34px !important; }
}
