/* Artigo */

article {
	display: flex;
	flex-direction: column;
}

@media screen and (max-width: 992px) {
	.article__container {
		margin-top: 20px!important;
	}
}

.post__content {
	align-self: center;
	max-width: 780px;
	font-size: 18px;
	line-height: 26px;
	padding-top: 8px;
}

.post__content h2,
.post__content h3 {
	font-family: "Quando", serif;
	font-size: 28px;
	line-height: 38px;
	font-weight: 500;
	padding: 36px 0 6px;
}

.post__content h2 strong,
.post__content h3 strong {
	font-weight: 500;
}

.post__content strong,
.post__content a {
	font-weight: 600;
}

.post__content li {
	line-height: 34px;
}

.post__content ul {
	padding-top: 6px;
}

.post__content figure {
	text-align: center;
	padding: 40px 0 30px;
}

.post__content .banner-bg {
	width: 100vw;
	transform: translateX(-50%);
	left: 50%;
}

@media screen and (max-width: 500px) {
  .article-page {
	padding-top: 156px;
  }

	.post__content {
		padding-top: 8px;
	}
}

@media screen and (min-width: 501px) and (max-width: 1199px) {
  .post__content {
	padding-top: 0px;
  }
}

@media screen and (min-width: 1200px) {
	.bg-day {
		margin-top: 68px!important;
	}
}

header .bg-internal {
	background-color: transparent!important;
}

/* Artigos Relacionados */

.related-articles__grid .blog-card {
	height: 100%;
}

.related-articles__grid > .col {
	display: flex;
	justify-content: center;
}

.related-articles__carousel {
	margin-bottom: 80px;
}

.blog-card__meta {
	font-size: 12px;
	line-height: 16px;
	color: #544182;
	margin-bottom: 18px;
	text-transform: uppercase;
	font-weight: 600;
	text-align: center;
}

.blog-card__cta {
	margin-top: 16px;
	display: flex;
	justify-content: center;
}

.blog-card__cta .button {
	display: inline-block;
	background-color: #44386E;
	color: #FFFFFF;
	padding: 16px 28px;
	border-radius: 100px;
	font-size: 14px;
	font-weight: 600;
	line-height: 16px;
	text-transform: uppercase;
	text-align: center;
/* 		transition: background 0.3s; */
}

/* 	.blog-card__cta .button:hover {
	background-color: #44386E;
} */

.related-articles__title {
	font-size: 32px;
	line-height: 40px;
	color: #544182;
	margin-bottom: 40px;
}

.blog-card {
	max-width: 380px;
/* 		padding: 0 20px; */
}

.blog-card a {
	text-decoration: none;
}

.blog-card__image img {
	max-width: 280px;
}

.blog-card__image {
	display: flex;
	justify-content: center;
	margin-bottom: 38px;
}

.related-articles .owl-item {
	display: flex;
	justify-content: center;
}

.blog-card__title {
	text-align: center;
	font-size: 20px;
	line-height: 24px;
	font-weight: 500;
	margin-bottom: 28px;
	min-height: 50px;
}

.owl-dots {
	text-align: center;
	margin-top: 40px;
	display: block;
}

.owl-dot {
	width: 16px;
	height: 16px;
	margin: 10px;
	background-color: #FFFFFF;
	border: 2px solid #917DA2!important;
	border-radius: 50%;
	display: inline-block;
	transition: background 0.3s;
}

.owl-dot.active {
	background-color: #44386E!important;
	border-color: #44386E!important;
}

@media (max-width: 1199px) {
	.owl-dot {
		width: 12px;
		height: 12px;
	}

	.owl-dots {
		margin-top: 26px;
	}
}

/* Partilhar */

.share-section {
	display: flex;
	justify-content: space-between;
	align-items: baseline;
	margin: 80px 0 0;
	width: 100%;
	max-width: 780px;
	align-self: center;
}

.share-label {
	font-size: 12px;
	line-height: 16px;
	text-transform: uppercase;
	color: #544182;
	font-weight: 600;
}

.share-icons {
	display: flex;
	gap: 20px;
	align-items: baseline;
}

.share-icons a {
	font-size: 18px;
	color: #544182;
	text-decoration: none;
	display: flex;
	align-items: baseline;
	justify-content: center;
/* 		transition: color 0.3s; */
}

/* 	.share-icons a:hover {
	color: #5A3985;
} */

.share__facebook i {
	transform: translateY(-1px);
}

.share__linkedin i {
	transform: translateY(2px);
}

.share-divider {
	border: none;
	border-top: 1px solid #544182;
	margin: 20px 0;
	opacity: 1;
	height: 0px!important;
}

@media (max-width: 1199px) {		
	.share__linkedin i {
		transform: translateY(1px);
	}
}