header .banner{
  display: none!important
}
header{
  background-size: cover;
}
.conteudo-header{
  height: 140px
}

/* BLOG */
.total-blog{
	padding-top: 94px;
	margin-bottom: 80px;
}

/* ESQUERDA BLOG */
.total-blog .esquerda-blog{
	width: 340px;
	float: left;
}
.total-blog .esquerda-blog h2{
	font-size: 26px;
	color: #4c535a;
	text-align: left;
	font-weight: 300;
	margin-top: 12px;
}
.total-blog .esquerda-blog span{
	display: block;
	font-size: 18px;
	color: #4c535a;
	text-align: left;
	margin-top: -4px;
}
.total-blog .esquerda-blog p{
	display: block;
	font-size: 16px;
	line-height: 22px;
	color: #999;
	text-align: left;
	margin-top: 32px;
}

/* BUSCA */
.total-busca{
	width: 100%;
	margin-top: 45px;
}
.total-busca h3{
	font-size: 16px;
	color: #999;
	text-align: left;
	font-weight: bold;
	margin-bottom: 12px;
}
.total-busca form #FrmBusca{
    border: 1px solid #979797;
    border-radius: 11px;
	width: calc(100% - 115px);
	height: 38px;
	padding-left: 40px;
	outline: none;
	float: left;
	font-weight: 400;
	font-size: 14px;
	color: #979797;
    background: url('../../imagens/pesquisa.svg') 7px 50% no-repeat;
    background-size: 22px 23px;
}
.total-busca form .button{
	width: 105px;
	height: 38px;
	float: left;
    margin-left: 10px;
    min-width: 50px;
    min-height: 20px;
    padding: 1px;
}

/* CATEGORIAS */
.total-categorias{
	width: 100%;
	margin-top: 50px;
}
.total-categorias h3{
	font-size: 16px;
	color: #02355C;
	text-align: left;
	font-weight: bold;
	margin-bottom: 12px;
}
.total-categorias ul{
	border-top: 1px solid #01355C;
}
.total-categorias ul li{
	position: relative;
}
.total-categorias ul li a{
	width: 100%;
	padding-left: 32px;
	padding-right: 15px;
	padding-top: 7px;
	padding-bottom: 9px;
	border-bottom: 1px solid #01355C;
	font-size: 16px;
	color: #999;
	background: url('../../imagens/categorias.svg') 6px 50% no-repeat;
}
.total-categorias ul li a.selecionado,
.total-categorias ul li a:hover{
	color: #01355C;
}

/* CAMPOS BLOG */
.total-campos-blog{
	width: calc(100% - 340px);
	float: left;
	padding-left: 50px;
}
.total-campos-blog ul{
	margin-left: -15px;
	margin-right: -15px;
}
.total-campos-blog ul li{
	width: 50%;
	float: left;
	padding-left: 15px;
	padding-right: 15px;
	margin-bottom: 30px;
}
.total-campos-blog ul li .contorno-campo{
	padding-bottom: 30px;
	background: #FFFFFF;
	position: relative;
	-webkit-box-shadow: 0px 5px 15px 2px rgba(217, 217, 217, 1);
	-moz-box-shadow:    0px 5px 15px 2px rgba(217, 217, 217, 1);
	box-shadow:         0px 5px 15px 2px rgba(217, 217, 217, 1);
}
.total-campos-blog ul li .foto-campo{
	width: 100%;
	height: 174px;
}
.total-campos-blog ul li .data{
	font-size: 16px;
	color: #999;
	text-align: center;
    margin-top: 18px;
    font-weight: 300;
}
.total-campos-blog ul li h2{
	font-size: 18px;
	line-height: 22px;
	width: 100%;
	text-align: center;
	color: #5A5A5A;
	font-weight: bold;
	padding-left: 15px;
	padding-right: 15px;
	margin-top: 6px;
	max-height: 44px;
	overflow: hidden;
	text-transform: uppercase;
}
.total-campos-blog ul li span{
	display: block;
	font-size: 16px;
	color: #02355C;
	text-align: center;
    margin-top: 7px;
    font-weight: 400;
}
.total-campos-blog ul li p{
	width: 70%;
	margin: 0 auto;
	font-size: 16px;
	line-height: 19px;
	color: #999;
	text-align: center;
	margin-top: 17px;
	max-height: 58px;
	overflow: hidden;
}
.total-campos-blog ul li .botao-ler-mais{
	height: 28px;
	line-height: 28px;
	padding-left: 21px;
	padding-right: 21px;
	display: table;
	margin: 0 auto;
    margin-top: 29px;
    border-radius: 20px;
    min-width: 120px;
    min-height: 28px;
    background-color: #FFF;
    color: #02355C;
    border: 1px solid #02355C;
    font-weight: 400;
    font-size: 16px;
}
.total-campos-blog ul li .botao-ler-mais:hover{
    background-color: #02355C;
    color: #FFF;
    border: 1px solid #02355C;
}
.total-busca .buscando-por{
	border: 1px solid #D4D4D4;
	padding: 15px;
	color: #18304C;
	margin-bottom: 5px;
	margin-top: 15px;
	width: 100%;
	border-radius: 6px;
	text-align: center;
}
.total-busca .buscando-por a{
	color: #01355C;
	display: inline;
}

/* SEM NOTICIAS ENCONTRADAS */
.nenhum-item-cadastrado{
    color: #979797;
    font-size: 33px;
    text-align: center;
    padding: 60px;
    border: 1px solid #979797;
}

/* ESPECIAL */
@media (max-width: 1050px) and (min-width: 992px){
	.total-campos-blog{
		padding-left: 25px;
	}
}

/* TABLET */
@media (max-width: 991px) and (min-width: 768px){
	.total-blog{
		padding-top: 50px;
		margin-bottom: 50px;
	}
	.total-campos-blog{
		padding-left: 25px;
	}
	.total-campos-blog ul li{
		width: 100%;
		float: none;
	}
}

/* MOBILE */
@media (max-width: 767px){
	.total-blog{
		padding-top: 50px;
		margin-bottom: 50px;
	}
	.total-blog .esquerda-blog{
		width: 100%;
		float: none;
	}
	.total-campos-blog{
		width: 100%;
		float: none;
		padding-left: 0px;
		margin-top: 50px;
	}
	.total-campos-blog ul li{
		width: 100%;
		float: none;
	}
}
