.single-depoimento-main {
	background-color: #fafafa;
}

.single-depoimento-container {
	padding-bottom: 5rem;
}

.single-depoimento-nav a {
	margin: 2rem 0rem;
	color: var(--cor-primaria);
}

.single-depoimento-nav a:hover {
	color: var(--cor-primaria-clara);
}

.depoimento-card {
	padding: 1rem;
	background-color: #fff;
	padding: 3.5rem;
	border-radius: 1rem;
	box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.depoimento-header {
	margin-bottom: 3rem;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 2rem;
}

.depoimento-header .author-avatar-img {
	height: 9rem;
	width: 9rem;
	border-radius: 50%;
	padding: 0.3rem;
	border: 6px solid var(--cor-primaria);
	object-fit: cover;
	object-position: center;
}

.autor-data {
	display: flex;
	align-items: baseline;
	gap: 1rem;
}

.autor-links {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 0.5rem;
}

.autor-links img {
	height: auto;
	width: 1.5vw;
}

.author-bio {
	max-width: 50vw;
}

.quote-bg-icon {
	font-size: 24px;
}

/* ==========================================================================
	Media Queries (Responsivo)
========================================================================== */

@media (max-width: 768px) {
	.depoimento-header {
		flex-direction: column;
	}

	.autor-data {
		flex-direction: column;
	}

	.autor-links img {
		width: 6vw;
	}

	.depoimento-header .entry-title {
		line-height: 1;
		padding-bottom: 0.5rem;
	}

	.depoimento-header .author-role {
		padding-bottom: 1rem;
	}

	.depoimento-header .autor-links {
		padding-bottom: 1rem;
	}

	.author-bio {
		max-width: 100%;
	}
}
