.conteudo-post h1,
.conteudo-post h2,
.conteudo-post h3,
.conteudo-post h4,
.conteudo-post h5,
.conteudo-post p,
.conteudo-post li,
.conteudo-post a{
	font-size: 16px;
	color: #6e6e6e;
	font-family: 'OpenSans-Bold';
}
.conteudo-post p,
.conteudo-post li,
.conteudo-post a,
.postagens p{
	font-family: 'Merriweather-Regular';
}
.conteudo-post a{
    font-family: 'Merriweather-Bold';
    color: #009cdf;
    border-bottom: dotted 2px rgba(0, 156, 223, 0.44);
}
.conteudo-post a:hover{
    border-bottom: solid 2px rgba(0, 156, 223, 0.44);
}

.conteudo-post h2,
.conteudo-post h3,
.conteudo-post h4,
.conteudo-post h5{
	font-weight: 700;
	margin-bottom: 33px;
}
.conteudo-post h1{
	font-size: 3em;
	margin-bottom: 30px;
}
.conteudo-post h2{
	font-size: 2.4em;
}
.conteudo-post h3{
	font-size: 1.8em;
}
.conteudo-post h4{
	font-size: 1.4em;
	font-weight: 300;
}
.conteudo-post h5{
	font-size: 1.3em;
}

.data p{
    float: left;
    font-size: 12px;
}

.postagens .sidebar{
	position: relative;
	top: 0 !important;
    width: 100%;
}

@media (max-width: 480px){
    .breadcrumb{
        display: none;
    }
}
.sidebar .one-article{
    max-width: 100%;
    float: left;
    width: 100%;
    padding-bottom: 20px;
    margin-bottom: 0;
    transition: all 0.5s ease;
}
.sidebar figure{
	height: 60px;
    width: 60px;
    display: inherit;
    position: relative;
    float: left;
    overflow: hidden;
    max-width: 100%;
    background-position: 50%;
    background-size: contain;
    background-repeat: no-repeat;
}
.sidebar .title-post{
	font-size: 13px;
    padding-left: 20px;
    float: left;
    vertical-align: top;
    margin: 5px 0 0;
    width: calc(100% - 60px);
    text-align: left;
}
.sidebar .title-post a{
	color:#505050;
	line-height: 16px;
	font-family: 'OpenSans';
}
.sidebar .one-article:hover a{
	color: #009cdf;
}
.sidebar h2{
	color:#504f4f;
    font-size: 15px;
	font-family: 'OpenSans';
    font-weight: bold;
}
.bx-search{
    margin-top: 87px;
}
.postagens{
	margin-top: 20px;
}
.authorInfo{
	background-color: #e4e6ea;
	padding: 40px 30px;
    position: relative;
}
.authorInfo .autor{
	width: calc(25% - 15px);
    display: inline-block;
    float: left;
    position: absolute;
    top: calc(50% - 75px);
    text-align: center;
    height: 150px;
}
.authorInfo .descricaoAutor{
	width: calc(75% - 15px);
	display: inline-block;
    float: left;
    margin-left: 25%;
}
.authorInfo .thumbAuthorSingle2{
	border-radius: 50%;
	width: 150px;
	height: 150px;
	overflow: hidden;
	margin:0 auto;
}


@media (max-width:1199px) {
	.bx-search{
	    margin-top: 80px;
	}
}
@media (max-width:991px) {
	.bx-author{
		display: none;
	}
	.conteudo-post{
		max-width: 100%;
	}
	.postagens .sidebar.mais-inf{
        margin: 0 auto 50px;
        max-width: 300px;
        right: 0;
        display: table;
    }
    .authorInfo .autor{
        position: relative;
        width: 100%;
    }
    .authorInfo .descricaoAutor{
        width: 100%;
        margin-left: 0;
    }
    .postagens .sidebar .bx-icon{
    	display: none;
    }
    .postagens .sidebar .form-news{
    	box-shadow: none;
    }
}

