.menu-esquerdo{
	width: 28%;
	height: auto;
	float: left;
	margin-bottom: 15px;
}
.menu-esquerdo p{
	font-size: 18px;
	font-weight: 300 bold;
}
.imagem-blog{
	float: left;	
	width:256px;
}
.imagem-blog img{
	width:100%;
	margin-top: 0px;
}
.texto-blog-interior h1,
.texto-blog-interior h2,
.texto-blog-interior h3,
.texto-blog-interior h4,
.texto-blog-interior h5,
.texto-blog-interior h6{
	float:none !important;
}
.btn-continuar-lendo{
	width: 140px;
	height: 35px;
	float: left;
	border: 1px solid #C80000;
	text-align: center;
	padding-top: 8px;
	color: #C80000;	
    transition: 0.5s;
	margin-top: 15px;
}
.btn-continuar-lendo:hover{
	background-color: #C80000;
	color: #FFFFFF;	
	transition: 0.5s;
}
.titulo-blog{
	font-size: 18px;
	margin-bottom: 15px;
}
.texto-blog{
	font-size: 12px;
	margin-left: 15px;
	width: calc(100% - 271px);
	float:left;
}
@media only screen and (max-width: 991px) {
	.btn-continuar-lendo{
		width: 140px;
		height: 35px;
		float: left;
		margin-left: 0px;
		border: 1px solid #C80000;
		text-align: center;
		padding-top: 8px;
		color: #C80000;
	}
	.texto-blog{
		font-size: 12px;
		margin-left: 15px;
		width: 100%;
		float: right;
		height: auto;
		margin-bottom: 10px;
	}
	.texto-blog p{
		font-size: 12px;
		margin-left: 15px;
		width: 100%;
		float: right;
		height: auto;
		margin-top: 15px;
		margin-bottom: 10px;
	}
	.imagem-blog{
		width:100%;
	}
}
.conteudo-postagens{
	width: 70%;
	float: right;	
	margin-bottom: 30px;
	color: #000000;
}
/* form busca */

.campo-busca-blog{
	width:100%;
	height:61px;
	margin-bottom:30px;
	background:#C80000;	
	margin-top: 20px;
}
.input-busca-blog{
	border:0px;
	width: calc(100% - 107px) !important;
	float:left;
	height:30px;
	padding-left:15px;
	outline:none;
	margin-left:15px;
	margin-top:15px;	
}
.botao-busca-blog{
	border:1px solid #FFF;
	color:#C80000;
	outline:none;
    width: 70px;
	cursor:pointer;
	margin-left:10px;
	margin-top:15px;
	font-size:12px;
	height:30px;
	font-weight: 600;
	background:#FFFFFF;
	float:left;
	transition:0.5s;	
}
.botao-busca-blog:hover{
	background:#C80000;
	color:#FFFFFF;
	transition:0.5s;	
}
.conteudo-barra-lateral{
	margin-bottom:30px;	
}
.topicos-mais-lidos{
	width: 100%;	
	height: 40px;	
	border-bottom: 1px dotted #000000;
	transition:0.5s;	
	color: #000000;
}
.topicos-mais-lidos:hover{
	color:#C80000;
	transition:0.5s;	
}
.topicos-mais-lidos p{
	font-size: 12px;
	margin-top: 10px;
	float:left;
}
.seta-topico-blog{
	background-image: url(../imagens/img-seta-blog.jpg);
	width: 14px;
	height: 18px;
	float:left;
	margin-top: 12px;
	margin-right: 5px;
}
/* INTERIOR */
.conteudo-postagem-interior{
	width: 70%;
	float: right;	
	color: #000000;
}
.conteudo-postagem-interior img{
	width: 100%;
}
.data-postagem{
	background-image: url(../imagens/calendario.jpg);
	background-repeat:  no-repeat;
	width: 11px;
	height: 12px;
	margin-top: 10px;
	margin-bottom: 10px;
}
.data-postagem p{
	font-size: 12px;
	padding-left: 15px;
	height: 12px;
	line-height: 0px;
	padding-top: 8px;	
}
.not-found{
	text-align: center;
	margin-top: 44px;
	font-size: 16px;
	width: 72%;
	font-size: 13px;
	float: left;
	padding-left:30px;
}
.contorno-not-found{
	border: 1px solid #CCC;
	padding-top:150px;
	padding-bottom: 150px; 
}
.nenhum-topico-encontrado{
	border: 1px solid #CCC;
	margin-top: 10px;
	padding-top: 20px;
	padding-bottom: 20px;
	text-align: center;
	font-size: 13px;
}
@media only screen and (max-width: 767px) {
	.menu-esquerdo{
		width: 100%;
		height: auto;
	}	
	.conteudo-postagens{
		width: 100%;
	}
	.conteudo-postagem-interior{
		width: 100%;
		float: left;	
		margin-left: 0px;
		margin-top: 15px;
		margin-bottom: 30px;
		color: #000000;
	}
}









