/* NOTICIAS */
.noticias{padding: 100px 0 50px 0;}
	.noticias .noticiasLista{}
		.noticias .noticiasLista .titulo{}
			.noticias .noticiasLista .titulo h1{font-family: 'Roboto', sans-serif;font-weight: 700;font-size: 28px;color: #333366;margin: 0 0 35px 0;}
			.noticias .noticiasLista .titulo h1::after{content: ''; width: 65px; height: 5px; background-color: #616161; display: block; border-radius: 5px; margin: 10px 0 0 0;}
			.noticias .noticiasLista .titulo p{font-family: 'Roboto', sans-serif;font-weight: 400;font-size: 14px;color: #222222;line-height: 24px;text-align: justify;}
	.noticias .posts{margin: 40px 0 0 0;}
		.noticias .posts article{padding: 0 25px 0 0;margin: 0 0 70px 0;}
		.noticias .posts article:nth-child(4n){clear: left;}
			.noticias .posts article .box{text-align: center;}
				.noticias .posts article .box img{width: 100%;margin: 0 auto 20px auto;}
				.noticias .posts article .box span.data{font-family: 'Roboto', sans-serif;font-weight: 400;font-size: 16px;color: #222222;display: inline-block;}
				.noticias .posts article .box span.categoria{font-family: 'Roboto', sans-serif;font-weight: 400;font-size: 16px;color: #333366;display: inline-block;text-transform: uppercase;}
				.noticias .posts article .box a.titulo:active, .noticias .posts article .box a.titulo:visited, .noticias .posts article .box a.titulo:link{font-family: 'Roboto', sans-serif;font-weight: 700;font-size: 18px;color: #333366;display: block;line-height: 25px;margin: 20px 0 15px 0;text-align: initial;}
				.noticias .posts article .box a.titulo:hover{color: #ff0000;}
				.noticias .posts article .box p.resenha{font-family: 'Roboto', sans-serif;font-weight: 400;font-size: 14px;color: #222222;line-height: 24px;text-align: justify;margin: 0 0 25px 0;}
				.noticias .posts article .box a.btnArticle:active, .noticias .posts article .box a.btnArticle:visited, .noticias .posts article .box a.btnArticle:link{font-family: 'Roboto', sans-serif;font-weight: 400;font-size: 16px;color: #333366;line-height: 30px;border: solid 2px #333366;display: inline-block;padding: 0 30px;}
				.noticias .posts article .box a.btnArticle:hover{color: #ff0000;border: solid 2px #ff0000;}
	.noticias .posts .paginacao{margin: 30px 0 0 0;text-align: center;}
		.noticias .posts  .paginacao a:active, .noticias .posts  .paginacao a:visited, .noticias .posts  .paginacao a:link{font-family: 'Roboto', sans-serif;font-weight: 400;font-size: 14px;color: #333366;margin-right: 25em;opacity: 1;transition: all 0.3s ease;}
		.noticias .posts .paginacao a:hover{color: #ff0000;}
		.noticias .posts .paginacao a.inativo{opacity: 0.5; cursor: default; pointer-events: none;}
		.noticias .posts .paginacao a:last-child{margin:0;}
	.noticias .sidebar{margin-top: 0;}
		.noticias .sidebar .boxBlue{background-color: #333366;padding: 30px 15px;margin-bottom: 3em;}
			.noticias .sidebar .boxBlue .buscar{margin-bottom: 3em;}
				.noticias .sidebar .boxBlue .buscar form{}
					.noticias .sidebar .boxBlue .buscar form input[type=text]{font-family: 'Roboto', sans-serif;font-weight: 400;font-size: 14px;height: 45px;width: 80%;float: left;padding: 15px 15px 0 15px;color: #333333;border-radius: 0;border: none;}
					.noticias .sidebar .boxBlue .buscar form button{width: 20%;background-color: #ff0000;height: 45px;transition: all 0.5s ease;cursor: pointer;border: none;}
					.noticias .sidebar .boxBlue .buscar form button:hover{background-color: #222222;}
						.noticias .sidebar .boxBlue .buscar form button svg{width: 25px;height: 25px;margin: 3px 0 0 0;}
							.noticias .sidebar .boxBlue .buscar form button svg path{fill: #ffffff;}
		.noticias .sidebar .categorias{}
		    .noticias .sidebar .categorias h1{font-family: 'Roboto', sans-serif;font-weight: 700;font-size: 20px; color:#ffffff; margin-bottom: 1.3em;}
		    .noticias .sidebar .categorias ul{display: block;}
		        .noticias .sidebar .categorias ul li{display: block; border-bottom: solid 1px #ffffff; margin-bottom: 2em;}
		            .noticias .sidebar .categorias ul li a:active, .noticias .sidebar .categorias ul li a:visited, .noticias .sidebar .categorias ul li a:link{font-family: 'Roboto', sans-serif;font-weight: 400;font-size: 16px;color:#ffffff;line-height: 40px;text-transform: uppercase;}
		            .noticias .sidebar .categorias ul li a:hover{color: #ff0000;}

/* ============== AJUSTES RESPONSIVO E MOBILE ============== */

/* 1000 */
._1000{}

/* 640 */
._640 .noticias{padding: 60px 0;}
	._640 .noticias .posts article{padding: 0;}
		._640 .noticias .posts article .box img{width: auto;}
		._640 .noticias .posts article .box a.btnArticle{display: block;}
	._640 .noticias .posts .paginacao{margin: 0 0 15px 0;}
	    ._640 .noticias .posts .paginacao a{margin: 0 0 2em 0;width: 100%;display: block;}
	._640 .noticias .sidebar .boxBlue{margin: 0;}