.article-content h2{
	padding-top: calc(5em/3);
	font-size: 24px;
	line-height: 1.25em;
	margin-bottom: 1.25em;
	font-weight: 600;
	letter-spacing: .025em;
}
.article-content h3{
	padding-top: 1.67em;
	font-size: 1.15rem;
    line-height: 1.35em;
    margin-bottom: 1em;
    font-weight: 700;
    letter-spacing: .025em;
}
.article-content a{
	font-weight: 600;
	text-decoration: underline;
	transition: all .35s ease;
}
.article-content a:hover{
	color: rgba(25,76,135,.8);
}
.article-content p{
	color: #000;
	letter-spacing: .025em;
	margin-bottom: calc(5em/3);
	font-size: 100%;
	font-weight: 400;
	line-height: 2.5;
}
.article-content ul{
	margin-left: calc(12.5em/9);
	margin-bottom: calc(5em/3);
	letter-spacing: .025em;
}
.article-content li{
	list-style: none;
	position: relative;
	padding: 0 0 0 33px;
	margin-bottom: calc(2.5em/3);
	letter-spacing: .025em;
	font-size: 100%;
	font-weight: 400;
	line-height: 1.5;
}
.article-content li:before{
	content: "";
	display: block;
	width: 8px;
	height: 8px;
	border-radius: 30%;
	background: #262871;
	position: absolute;
	top: calc(2.5em/3);
	left: 0;
	margin-top: -4px;
}
#breadcrumbs{
	color: #7b8086;
	margin-bottom: 3.58333em;
	line-height: 1.5;
	font-size: 12px;
}
#breadcrumbs a{
	color: #7b8086;
}
.main-article article a:hover{
	text-decoration: underline;
}
.main-article article img{
	max-width: 100%;
	max-height: 382px;
    height: auto;
    display: block;
    margin-bottom: calc(5em/3);
}
.share-content{
	padding: 25px 0;
	display: flex;
	align-items: center;
	margin: 60px 0 32px;
	border: 1px solid #f2f2f2;
	border-left: 0;
	border-right: 0;
}
.share-content h3{
	font-size: 22px;
}
.share-list{
	display: flex;
}
.share-list a{
	width: 90px;
	padding: 9px 5px;
	display: flex;
	justify-content: center;
}
.share:first-child {
    margin-left: 35px;
}
.share{
	border-radius: 2px;
	margin: 0 0 0 10px;
}
.share:hover{
	transform: scale(1.01);
}
.facebook{
	background: #6788ce;
}
.twitter{
	background: #29c5f6;
}
.linkedin{
	background: #3a9bdc;
}
.whatsapp{
	background: #25d366;
}
.icon{
	font-size: 20px;
	line-height: 1em;
	color: #fff;
}

.author{
	max-width: 1200px;
	width: 100%;
	display: flex;
	padding: 25px 10px;
	margin: 0px auto 32px auto;
	border-bottom: 1px solid #f2f2f2;
}
.img-perfil{
	margin-right: 30px;
	display: flex;
	align-items: center;
}
.img-perfil img{
	border-radius: 50%;
}
.descricao h3{
	font-size: 16px;
}
.news{
	max-width: 1200px;
	width: 100%;
	margin: 0 auto;
}
.news h2{
	display: none;
}
.post-list{
	display: flex;
	justify-content: space-around;
	max-width: 700px;
	padding: 30px 0;
	flex-wrap: wrap;
}
.post-news{
	box-shadow: 0 3px 8px 0 rgba(54,57,73,.05);
	max-width: 213px;
	margin: 0 10px 45px 10px;
	border-radius: 5px;
	border: 1px solid #f2f2f2;
}
.post-news:hover{
	transform: scale(1.005);
	box-shadow: 0 29px 60px 0 rgba(54,57,73,.09);
}
.post-news img{
	width: 100%;
	overflow: hidden;
	max-height: 128px;
	border-radius: 5px 5px 0px 0px;
	transition: all .35s ease-out;
}
.post-news h3{
	padding: 20px 30px 25px;
	font-weight: 600;
	font-size: 16px;
	line-height: 1.4;
	overflow: hidden;
}
.comments{
	max-width: 1200px;
	width: 100%;
	margin: 0 auto;
	padding: 25px 10px;
}
@media (max-width: 1020px){
	aside{
		display: none;
	}
	.main-article article{
		width: 100%;
	}
	.post-list{
		width: 100%;
	}
	.author,
	.news{
		max-width: 700px;
	}
	.comments{
		max-width: 700px;
	}
	.news h2{
		display: block;
		text-align: center;
		font-size: 20px;
		padding: 20px 0 10px;
	}
}
@media (max-width: 960px){
	.header-content h1{
		font-size: 30px;
	}
}
@media (max-width: 768px){
	.share-content h3{
		display: none;
	}
	.share:first-child{
		margin-left: 0;
	}
	.news{
		padding: 0 10px 25px 10px;
	}
	.post-news{
		max-width: 300px
	}
	.post-news img{
		max-height: 179px;
		height: 179px;
	}
	.comments{
		padding: 0 10px 25px;
	}
	.fb-comments, .fb-comments span, .fb-comments.fb_iframe_widget span iframe {
		width: 100% !important;
	}
}
@media (max-width: 660px){
	.post-news{
		max-width: 400px;
	}
	.post-news img{
		max-height: 250px;
		height: 250px;
	}
	.post-news h3{
		font-size: 18px;
	}
}
@media (max-width: 520px){
	.header-content h1{
		font-size: 27px;
	}
	.author{
		flex-direction: column;
		align-items: center;
		max-width: 400px;
	}
	.img-perfil{
		margin-right: 0;
		margin-bottom: 20px;
	}
	.descricao{
		text-align: center;
	}
	.header-content h1{
		font-size: 27px;
	}
}
@media (max-width: 480px){
	.header-content h1{
		font-size: 23px;
	}
	.share,
	.share-list a{
		width: 60px;
	}	
}
@media (max-width: 420px){
	.descricao{
		max-width: 350px;
	}
	.post-news{
		max-width: 400px;;
	}
	.post-news img{
		max-height: 200px;
	}
}