@font-face {
	font-family: 'poppinsbold';
	src: local('Poppins-Bold.ttf'), url('../fonts/Poppins-Bold.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'poppinslight';
	src: local('Poppins-Light.ttf'), url('../fonts/Poppins-Light.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'poppinsmedium';
	src: local('Poppins-Medium.ttf'), url('../fonts/Poppins-Medium.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'poppins';
	src: local('Poppins-Regular.ttf'), url('../fonts/Poppins-Regular.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'poppinssemibold';
	src: local('Poppins-SemiBold.ttf'), url('../fonts/Poppins-SemiBold.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

* {
	margin: 0;
	padding: 0;
	font-family: 'poppins', 'helvetica neue', 'tahoma', 'sans serif';
}

body {
	background-color: #fff;
	font-size: 1rem;
	/* 1rem equivale a 16px. 12px (target) ÷ 16px (context [body]) = 0.75em */
}

a {
	color: #591111;
	cursor: pointer;
	text-decoration: none;
	transition: all 0.2s ease;
}

a:hover, a:focus {
	border: 0;
	text-decoration: underline;
	transition: all 0.2s ease;
}

ul {
	list-style: none;
}

h1 {
	color: #333;
	padding: 20px 0;
}

a span {
	display: none;
}

font {
	font-size: 1rem;
}

.empty-class {
	display: none;
}

.wrapper {
	width: 1280px;
	margin: 0 auto;
	min-height: 100%;
	/*height: auto !important;*/
	height: 100%;
}

.box-icon-servico{
	display: inline-flex;
}

.menu-ouvi li {
	display: inline-block !important;
	text-align: center !important;
	align-items: center !important;
	font-size: 12px !important;
	margin-top: 50px !important;
	text-align: left !important;
	/* align-content: stretch; */
	/* justify-content: center; */
	/* justify-items: center; */
  }
 

  .menu-ouvi a span {
	 display: contents !important;
  }
  
  .menu-ouvi a {
	width: 200px !important;
	height: 200px !important;
	padding: 20px !important;
	margin-right: 10px !important;
	text-decoration: none;
	background-color: #528FCC;
	color: #FFF;
	/* margin: 50px; */
	/* padding-right: 20px; */
	/* padding-left: 20px; 
	margin: 5px !important;*/
  }

/* Middle
-----------------------------------------------------------------------------*/

.middle {
	width: 100%;
	padding: 0 0 20px;
	position: relative;
}

.middle:after {
	display: table;
	clear: both;
	content: '';
}

.container {
	width: 1170px;
	margin: 0 auto;
}

.container_news {
	width: 100%;
	float: left;
	overflow: hidden;
}

.container_news_right {
	width: 100%;
}

.content {
	/*	width: 100%;
	margin: 1% 0;*/
}

.content_news {
	padding-right: 270px;
	margin: 1% 0;
}

.content_news_right {
	padding-left: 270px;
	margin: 1% 0;
}

.content_news_right>.section-content {
	padding: 10px !important;
}

.content_news_right>article {
	margin-bottom: 30px;
}

.content_news_right>h1 {
	padding: 0;
}

hr.divider {
	height: 6px;
	background: url(../img/hr-11.png) repeat-x 0 0;
	border: 0;
}

/* Right Sidebar
-----------------------------------------------------------------------------*/

.right-sidebar {
	float: left;
	width: 250px;
	margin: 45px 0 0 -255px;
	position: relative;
}

/* Left Sidebar
-----------------------------------------------------------------------------*/

.left-sidebar {
	float: left;
	width: 250px;
	margin: 10px 20px 0 0;
	position: relative;
}

.news_lista_div {
	margin-bottom: 20px;
	padding: 8px;
	border: #ededed 1px solid;
	border-bottom: 4px solid #591111;
	border-radius: 4px;
}

.news_lista_div>h4 {
	border-bottom: 1px #CCCCCC solid;
}

.news_mais {
	background-color: #F5F5F5;
}

.news_lista li {
	font-size: 12px;
	margin-top: 8px;
	line-height: 140%;
	padding: 0;
	background-color: transparent;
}

.news_lista li>a {
	text-decoration: none;
	color: #616161;
}

.news_lista li>a:hover {
	font-weight: bold;
}

.news_lista .date {
	display: block;
	color: #999;
	font-size: 11px;
	font-weight: 700;
}

.cards {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(270px, 1fr));
	grid-gap: 22px;
}

.cards>article {
	position: relative;
	text-align: left;
	background: #f9f9f9;
	border-radius: 10px 10px 0 0;
	padding: 10px;
	box-shadow: 3px 3px 15px 1px #eaeaea;
}

article>h1 {
	padding: 0 !important;
}

.news-title-related {
	text-align: justify;
	font-size: 12px;
	font-weight: lighter;
	line-height: 20px;
	padding: 0 8px 8px 8px;
}

.news-title-related>a:hover {
	font-weight: bold;
}

figcaption {
	text-align: center;
	font-size: 10px;
	padding: 5px;
	margin-top: -8px;
	background-color: #EDEDED;
}

.title-dest {
	color: #333;
	display: block;
	font-size: 2rem !important;
	padding: 20px 0 !important;
	text-align: center !important;
	margin-bottom: 20px;
}

.title-adress {
	color: #fff;
	/*padding-left: 25px;*/
	font-size: 20px;
}

.sub-title {
	font-size: 1.5rem;
}

#container {
	display: block;
	border: 0;
	width: auto;
	margin: 0px auto;
	transition: all 0.2s ease;
}

#header {
	background-image: url('../img/header-background-v8.jpg');
	background-position: center;
	background-repeat: repeat-x;
	background-color: transparent;
	color: #fff;
	padding: 0px 0px;
	text-align: right;
	width: 100%;
	min-height: 75px;
	/*display:inline-table;*/
	display: table;
	box-sizing: border-box;
	transition: all 0.2s ease;
	/*margin: -15px;*/
}

#header #logo {
	background-image: url('../img/logo-mpmt-v5.png');
	background-position: center;
	background-repeat: no-repeat;
	background-size: 300px;
	width: 300px;
	height: 75px;
	display: inline-grid;
	margin-right: 10%;
}

#header #logo a {
	display: block;
	width: 250px;
	height: 65px;
}

#header #logo a span {
	display: none;
}

#header ul, #header ul li {
	display: flex;
}

#header .menu-medias-sociais-container, #header .options-container, #header .search-options-container {
	display: table-cell;
	vertical-align: middle;
}

/*.menu-medias-sociais-container {
	width: 140px;
}*/

.search-options-container {
	/*width:100px;*/
}

.options-container {
	width: 95px;
}

form {
	min-width: 240px;
}

form fieldset {
	border: 0;
}

form fieldset legend {
	display: none;
}

#header input[type=text] {
	background-color: #eee;
	border: 1px solid #561011;
	border-top-left-radius: 3.5px;
	border-bottom-left-radius: 3.5px;
	font-size: 0.75rem;
	color: #333;
	margin: -6px;
	padding: 5px;
	width: 200px;
	transition: all 0.2s ease;
	outline: 0;
}

#header input[type=text]:focus {
	border: 1px solid #08f;
	box-shadow: 0 0 7.5px #08f;
}

#header input[type=submit] {
	background-image: url('../img/lupa.png');
	background-position: center;
	background-repeat: no-repeat;
	background-size: 16px;
	border: 0;
	background-color: #591111;
	border-top-right-radius: 2.5px;
	border-bottom-right-radius: 2.5px;
	color: transparent;
	cursor: pointer;
	padding: 5px;
	width: 30px;
}

#main {
	background-color: #fff;
}

/*.index {
	background-image:url('../img/pattern-1.png');
	background-position:center;
}*/

#content {
	/*	float: left;
	width: 94%;
	margin: 1% 3%;*/
	width: 1200px;
	margin: 0 auto;
	min-height: 100%;
	/*height: auto !important;*/
	height: 100%;
}

#sidebar {
	float: left;
	text-align: center;
	border-left: 1px dotted #ddd;
	width: 23%;
	min-height: 150px;
}

.clear {
	clear: both;
}

.autor {
	color: #888;
	font-size: 0.6875rem;
	text-align: left;
	font-family: 'poppinssemibold';
}

.data-con {
	color: #888;
	font-size: 0.6875rem;
	text-align: left;
	font-family: 'poppinssemibold';
	margin-bottom: 30px;
}

.img-con {
	border-radius: 3.5px;
	margin-top: 10px;
	max-width: 91vw;
}

.titulo-con {
	font-size: 3.2865rem;
	line-height: 62px;
	margin: 2px 5%;
	text-align: center;
}

.chapeu-con {
	color: #888;
	font-size: 1.65625rem;
	font-family: 'poppinsmedium';
	margin: 2px 0;
	text-align: center;
	text-transform: uppercase;
}

#agenda {
	text-align: center;
}

#agenda p {
	text-align: left;
}

#agenda a {
	color: #fff;
}

#agenda .agenda-block {
	display: inline-block;
	min-width: 270px;
	height: 300px;
}

#agenda .agenda-block>div {
	border: 1px solid #ccc;
	display: table-cell;
	margin: 5px 0;
	width: 265px;
	height: 300px;
	vertical-align: top;
}

#agenda .agenda-block>div {
	background-color: #8b103e;
	color: #fff;
}

.past>div {
	background-color: #a6a6a6 !important;
	color: #fff;
}

#agenda .dia {
	background-color: #791819;
	color: #fff;
	float: left;
	font-size: 2.25rem;
	height: 50px;
	width: 50px;
	padding: 7px;
}

.past .dia {
	background-color: #636363 !important;
}

#agenda .data {
	float: left;
	height: 50px;
	width: 190px;
	padding: 12px 0 0 3px;
	text-align: left;
}

#agenda .data p {
	font-size: 0.75rem;
	line-height: 20px;
}

#agenda .evento {
	border-top: 1px solid #ccc;
	/*border-bottom:1px solid #ccc;*/
	box-sizing: border-box;
	font-size: 1rem;
	float: left;
	text-align: justify;
	padding: 10px;
	width: 100%;
}

#agenda .horario {
	box-sizing: border-box;
	float: left;
	font-size: 0.75rem;
	padding: 10px;
	text-align: justify;
	width: 100%;
}

#agenda .local {
	/*border-top:1px solid #ccc;*/
	box-sizing: border-box;
	float: left;
	font-size: 0.75rem;
	padding: 10px;
	text-align: justify;
	width: 100%;
}

.separator {
	border: 0;
	border-top: 1px solid #ddd;
}

#delimiter, .delimiter {
	clear: both;
}

#footer {
	/*background-color:#363636;*/
	background-color: #591111;
	color: #fff;
	font-size: 0.75rem;
	padding: 10px;
	/*text-align: center;*/
}

.footer-name {
	text-align: center
}

#footer a {
	color: #fff;
}

.title {
	font-size: 0.6875rem;
	font-family: 'verdana';
	font-weight: bold;
}

.minus a, .font a, .plus a, .contrast a, .leitor-texto a, .vlibras a {
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	display: inline-block;
	color: transparent;
	height: 18px;
	width: 20px;
}

.minus a {
	background-image: url('../img/minus-v1.png');
}

.font a {
	background-image: url('../img/font-v1.png');
}

.plus a {
	background-image: url('../img/plus-v1.png');
}

.contrast a {
	background-image: url('../img/contraste.png');
}

.leitor-texto a {
	background-image: url('../img/Select-Language24.png');
	background-size: initial;
	padding: 0 10px;
}

.vlibras a {
	background-image: url('../img/vlibras-logo.png');
	background-size: initial;
	padding: 0 10px;
}

.options-container, .search-options-container {
	margin-left: 18px;
}

.youtube a, .facebook a, .instagram a, .twitter a, .flickr a, .rss a {
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	display: inline-block;
	color: transparent;
	height: 22px;
	width: 32px;
}

.youtube a {
	background-image: url('../img/youtube-button-v4.png');
}

.facebook a {
	background-image: url('../img/facebook-logo-v1.png');
}

.instagram a {
	background-image: url('../img/instagram-logo-v1.png');
}

.twitter a {
	background-image: url('../img/twitter-logo-v2.png');
}

.flickr a {
	background-image: url('../img/flickr-logo-v1.png');
}

.rss a {
	background-image: url('../img/rss-symbol-v1.png');
}

.content-block {
	float: left;
	margin: 5px 1% 20px;
	width: 19vw;
	min-height: 450px;
}

.large {
	float: left;
	clear: both;
	width: 100%;
	box-sizing: border-box;
	padding: 0;
	margin-bottom: 50px;
}

.large .video {
	height: 30vw;
}

.video {
	background-color: #000;
	background-image: none !important;
	display: flex !important;
	vertical-align: middle;
}

.thumb-video {
	width: 100%;
}

.source-video {
	width: 26vw;
}

.news-thumb {
	/*background-image: url('../img/brasao-mp.png');
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;*/
	display: grid;
	width: 100%;
	min-height: 259px;
	height: auto;
	transition: all 0.2s ease;
}

.news-thumb:hover {
	transition: all 0.2s ease;
}

.news-thumb a {
	display: table-cell;
	vertical-align: middle;
}

.news-thumb a img {
	display: block;
	width: 100%;
	height: 100%;
	max-height: 100%;
	max-width: 100%;
}

.main-video {
	width: 100%;
	max-width: 1024px;
}

.post-categories {
	list-style: none;
}

.post-categories li {
	/*background-color:#0053a6;*/
	background-color: #333;
	color: #ccc;
	min-height: 27px;
	padding: 5px 10px;
	text-align: left;
	white-space: pre-wrap;
}

.mptv-logo li {
	background-color: #791819;
	background-image: url('../img/logo-mptv-branca.png');
	background-position: 5px center;
	background-repeat: no-repeat;
	background-size: 70px;
	color: #fff;
	padding-left: 80px;
}

.post-categories li a {
	background-color: #f00;
	border-top-left-radius: 2.5px;
	border-top-right-radius: 2.5px;
	color: #fff;
	font-size: 0.9375rem;
	padding: 2px 15px;
	text-decoration: none;
	text-transform: uppercase;
}

.cao-title {
	height: 40px;
	width: 1%;
	background: #fffef6;
	border-radius: 10px 10px 0 0;
	font: bold 12px/20px 'poppinslight', Raleway, sans-serif;
	color: #242424;
	text-align: center;
	display: table-cell;
	padding: 10px;
	vertical-align: middle;
}

.news-title {
	padding: 0;
}

.news-title, .news-title a {
	color: #354f52;
	display: block;
	font-weight: 500;
	font: 17px/20px "poppinsmedium", Arial, Helvetica, sans-serif;
}

.news-title a:hover {
	color: #202f31;
	text-decoration: none;
}

.news-chapeu {
	color: #c03437;
	padding: 2px 0;
	margin-bottom: 5px;
	box-shadow: inset 0 -1px 0 0 #ededed;
	font: 11px "poppinsbold", Arial, Helvetica, sans-serif;
}

.news-autor, .news-autor a {
	color: #888;
	font-size: 0.8128rem;
	font-family: 'poppinslight', Raleway, sans-serif;
	text-align: justify;
}

.news-date {
	background-image: url('../img/watch.png');
	background-position: left center;
	background-repeat: no-repeat;
	background-size: 18px;
	display: block;
	color: #666;
	font-size: 0.75rem;
	font-weight: normal;
	margin: 5px 0;
	padding-top: 5px;
	padding-left: 20px;
	text-align: left;
}

.news-content {
	font-size: 0.875rem;
	line-height: 22px;
	padding: 5px;
	text-align: justify;
}

.list-pag a {
	background-color: #ddd;
	/*border-radius:2.5px;*/
	color: #222;
	padding: 5px 10px;
	text-decoration: none;
	transition: all 0.2s ease;
}

.list-pag a:hover {
	background: #363636;
	color: #fff;
	transition: all 0.2s ease;
}

.selected {
	background-color: #0053a6 !important;
	color: #fff !important;
}

#services {
	background-color: #EDEDED;
	padding: 40px 0;
}

#services>div {
	margin: 0 auto;
	align-items: center;
}

.lista-chamadas-home {
	display: flex;
	flex-wrap: wrap;
	max-width: 95%;
	margin: 0 auto;
}

.lista-chamadas-home>li {
	width: 450px;
	height: 80px;
	font-size: 18px;
	border: 1px solid #e32f43;
	border-radius: 5px;
	padding: 10px;
	flex: 1 1 450px;
	margin: 10px;
	background-color: #e34856;
}

.lista-chamadas-home>li:hover {
	background-color: #c03437;
}

.lista-chamadas-home>li a>p {
	color: #FFFFFF;
	margin-top: 25px;
}

.lista-chamadas-home-servico-logo {
	flex-wrap: wrap;
	max-width: 95%;
	grid-template-columns: repeat(1, 1fr);
	display: grid;
}

.lista-chamadas-home-servico {
	flex-wrap: wrap;
	max-width: 95%;
	margin: 0 auto;
	grid-template-columns: repeat(3, 1fr);
	display: grid;
}

.lista-chamadas-home-servico>li {
	height: 80px;
	font-size: 18px;
	border-radius: 5px;
	padding: 10px;
	flex: 1 1 200px;
	margin: 10px;
}

.lista-chamadas-home-servico>li a>p {
	color: #FFFFFF;
	margin-top: 25px;
}

/*.btns-home-flex > li > a > img {*/

/*-webkit-filter: grayscale(100%);*/

/*filter: grayscale(100%);*/

/*}*/

/*.btns-home-flex > li > a > img:hover {*/

/*-webkit-filter: grayscale(0%);*/

/*filter: grayscale(0%);*/

/*}*/

.servicos{
	display: flex;
	justify-content: center;
}

@media screen and (max-width: 600px) {
	.servicos {
		display: grid;
		/*grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));*/
		gap: 15px;
	}

	.btns-home-flex-servico {
		grid-template-columns: repeat(1, 1fr) !important;
	}

}

.btns-home-flex {
	display: flex;
	flex-wrap: wrap;
	max-width: 95%;
	margin: 0 auto;
	place-content: center;
}

.btns-home-flex>li {
	font-size: 12px;
	flex: 0 1 125px;
	background-color: #fff;
	border-radius: 40px;
	line-height: 15px;
	height: 120px;
	margin: 8px;
	padding: 5px;
}

.btns-home-flex>li img {
	display: block;
	margin-left: auto;
	margin-right: auto
}

.btns-home-flex>li:hover {
	background-color: #CCCCCC;
	transition: all 0.2s ease;
	-webkit-filter: grayscale(0%);
	filter: grayscale(0%);
}

.btns-home-flex>li a {
	color: #b5b5b5 !important;
	font-weight: bold;
	font: 12px 'poppinssemibold', Arial;
	line-height: 14px;
	text-align: center;
}

.btns-home-flex>li a:hover {
	text-decoration: none !important;
	color: #242424 !important;
}

.btns-home-flex-servico {
	flex-wrap: wrap;
	max-width: 95%;
	place-content: baseline;
	grid-template-columns: repeat(3, 1fr);
	display: grid;
}

.btns-home-flex-servico>li {
	font-size: 14px;
	flex: 0 1 125px;
	border-radius: 40px;
	line-height: 15px;
	margin: 8px;
	padding: 5px;
	color: #FFF;
}

.btns-home-flex-servico>li img {
	display: block;
}

.btns-home-flex-servico>li svg {
	display: block;
}

.btns-home-flex-servico>li a {
	color: #b5b5b5 !important;
	font-weight: bold;
	font: 12px 'poppinssemibold', Arial;
	line-height: 14px;
	text-align: center;
}

.btns-home-flex-servico>li p {
	margin-left: 5px;
	line-height: normal;
	margin-top: 5px;
	margin-bottom: 0px;
}

.btns-home-flex-servico>li a:hover {
	text-decoration: none !important;
	color: #242424 !important;
}

#mission {
	background-color: #791819;
	background-image: url('../img/banner-promotoria-transp.png');
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 40px 0;
}

#mission h2 {
	color: #fff;
	font-size: 1.1rem;
	font-style: italic;
	font-weight: normal;
	margin-left: 3%;
	text-align: center;
}

#espec {
	background-color: #791819;
	background-image: url('../img/banner-pgj-transp.png');
	background-position: center;
	background-repeat: repeat-x;
	background-size: cover;
	padding: 40px 0;
}

#espec .block {
	display: inline-table;
	height: 150px;
	width: 15vw;
	min-width: 265px;
	margin-left: 3%;
	margin-top: 1%;
	margin-bottom: 2%;
}

#espec .block>a {
	border: 1px solid #ccc;
	background-color: #eee;
	color: #555;
	display: table-cell;
	font-weight: bold;
	vertical-align: bottom;
	transition: all 0.2s ease;
}

#espec .block>a:hover {
	color: #08f;
	text-decoration: none;
	transition: all 0.2s ease;
}

.cidadania a {
	background-image: url('../img/logo-cidadania.png');
	background-position: center;
	background-repeat: no-repeat;
	background-size: 75px;
	text-align: center;
	/*font-size: 12px;*/
	flex: 0 1 125px;
	background-color: #fff;
	border-radius: 40px;
	line-height: 15px;
	height: 120px;
	margin: 8px;
	margin-left: 50px;
	padding: 5px;
}

.meio-ambiente a {
	background-image: url('../img/logo-meio-ambiente.png');
	background-position: center;
	background-repeat: no-repeat;
	background-size: 75px;
	text-align: center;
	/*font-size: 12px;*/
	flex: 0 1 125px;
	background-color: #fff;
	border-radius: 40px;
	line-height: 15px;
	height: 120px;
	margin: 8px;
	padding: 5px;
	alignment-adjust: central;
}

.center-text {
	text-align: center;
}

.crianca a {
	background-image: url('../img/logo-crianca.png');
	background-position: center;
	background-repeat: no-repeat;
	background-size: 75px;
	text-align: center;
	/*font-size: 12px;*/
	flex: 0 1 125px;
	background-color: #fff;
	border-radius: 40px;
	line-height: 15px;
	height: 120px;
	margin: 8px;
	padding: 5px;
}

.patrimonio a {
	background-image: url('../img/logo-patrimonio.png');
	background-position: center;
	background-repeat: no-repeat;
	background-size: 75px;
	text-align: center;
	/*font-size: 12px;*/
	flex: 0 1 125px;
	background-color: #fff;
	border-radius: 40px;
	line-height: 15px;
	height: 120px;
	margin: 8px;
	padding: 5px;
}

.criminal a {
	background-image: url('../img/algemas-black.png');
	background-position: center;
	background-repeat: no-repeat;
	background-size: 75px;
	text-align: center;
	/*font-size: 12px;*/
	flex: 0 1 125px;
	background-color: #fff;
	border-radius: 40px;
	line-height: 15px;
	height: 120px;
	margin: 8px;
	padding: 5px;
}

#footer .delimiter {
	border-top: 1px solid #591111;
	margin: 30px 3%;
}

.mapa {
	margin-top: 30px;
	width: auto;
	margin: 0 17%;
}

.mapa h1, .mapa .title-dest, #mission h1, #mission .title-dest, #espec h1, #espec .title-dest {
	color: #fff;
}

.mapa div {
	display: inline-table;
	box-sizing: border-box;
	padding: 7px 9px;
	padding-left: 20px;
	text-align: left;
	min-width: 307px;
	width: 50px;
}

.mapa div ul li {
	padding: 5px 0;
}

.endereco {
	margin: 0 17%;
}

.endereco h1 {
	color: #fff;
}

.endereco li {
	display: inline-table;
	text-align: left;
	/*white-space:pre-line;*/
	/*width: 48%;*/
}

.endereco li p {
	margin-left: 20px;
}

.procuradoria {
	margin-right: 25%;
}

.home {
	background-image: url(../img/icon-home-v1.png) !important;
	background-repeat: no-repeat !important;
	background-position: center !important;
	min-height: 20px;
	padding-left: 25px !important;
	min-width: 12px;
}

.scrollToTop {
	background-image: url('../img/scroll-top-v1.png');
	background-position: center;
	background-repeat: no-repeat;
	background-size: 50px;
	color: transparent;
	cursor: pointer;
	position: fixed;
	right: 15px;
	bottom: 15px;
	display: none;
	height: 40px;
	width: 40px;
	/*transition:all 0.2s ease;*/
}

.list {
	box-sizing: border-box;
	display: block;
	margin: 0;
	min-height: 0;
	padding: 2px 10px 2px 0;
	width: 100%;
}

.list:nth-child(even), .list tr:nth-child(odd) {
	background-color: #eee;
}

.list:nth-child(ood), .list tr:nth-child(even) {
	background-color: #fff;
}

.list-pag {
	padding: 50px 0 30px 0;
	text-align: center;
	width: 100%;
}

.list .news-thumb {
	display: none;
}

.tabela {
	box-sizing: border-box;
	margin: 0;
	min-height: 0;
	padding: 5px;
	width: 100%;
}

.tabela tbody tr:nth-child(odd) {
	background-color: #eee;
}

.tabela tbody tr:nth-child(even) {
	background-color: #fff;
}

.tabela tbody tr:first-child {
	background-color: #333;
	color: #fff;
}

.tabela tbody tr td {
	font-size: .9rem;
}

.adress {
	/*background-image: url('../img/icon-location.png');
	background-position: left center;
	background-repeat: no-repeat;
	background-size: 20px;*/
	color: #fff;
	padding-left: 10px;
}

.adress::before {
	content: url('../img/icon-location.png');
}

.section-block-index {
	width: 69% !important;
}

#slider-banner {
	background-color: #fff;
	width: 1180px;
}

.bx-wrapper {
	margin-bottom: 0;
	width: 100%;
	/*        width: 100%;
        height: 100%;*/
}

iframe {
	/*height: 240px;*/
	/*width: auto;*/
	text-align: center;
}

.bx-wrapper .bx-viewport, .bx-wrapper img {
	border-radius: 0;
}

.bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto {
	bottom: 15px;
}

.bx-wrapper .bx-pager.bx-default-pager a {
	border: 2px solid #ddd;
	border-radius: 15.5px;
	width: 15px;
	height: 15px;
}

#slider-banner2 {
	/*	margin: 30px auto;
	width: auto;
	max-width: 490px;*/
}

#slider-banner3 {
	margin: 30px auto;
	width: auto;
	max-width: 490px;
}

#slider-banner3 .bx-pager, #slider-banner3 .bx-controls-auto {
	bottom: -5px;
}

#slider-banner2 .bx-pager, #slider-banner2 .bx-controls-auto {
	bottom: -15px;
}

.more-news {
	float: right;
	background-image: url('../img/icon-more-red.png');
	background-position: 5px center;
	background-repeat: no-repeat;
	background-size: 20px;
	color: #c03437;
	padding: 5px 15px 5px 30px;
	transition: all 0.2s ease;
}

.more-news:hover {
	/*box-shadow:0 0 5px #00b7ff;*/
	text-decoration: underline;
	transition: all 0.2s ease;
}

.section-block {
	display: inline-block;
	width: 100%;
	margin: 0;
	text-align: center;
	padding: 20px 0 50px 0;
}

.section-block-cao {
	display: inline-block;
	width: 1170px;
	margin: 0 auto;
	padding: 20px 0;
}

.content-cao {
	width: 100%;
	text-align: center;
	background-color: #EDEDED;
}

.content-cao>h2 {
	padding-top: 20px;
}

.section-content {
	display: inline-block;
	width: 100%;
	margin: 0;
	padding: 50px 0;
}

.section-content>h2 {
	margin-top: 15px;
}

.grid {
	box-sizing: border-box;
	border: 1px solid #ddd;
	border-collapse: collapse;
	width: 100%;
}

.grid td {
	border: 1px solid #ddd;
	font-size: 0.75rem;
	padding: 5px;
}

.grid tr:nth-child(even) {
	background-color: #eee;
}

.grid tr:nth-child(odd) {
	background-color: #fff;
}

.grid tr:first-child td {
	background-color: #555;
	color: #fff;
	text-align: center;
}

.anexos {
	width: auto;
	margin-top: 15px;
}

.anexos p {
	font-size: 0.75rem;
}

.anexos a {
	background-color: #eee;
	border-radius: 3.5px;
	border: 1px solid #ddd;
	display: inline-grid;
	font-size: 0.75rem;
	text-align: -webkit-center;
	padding: 5px;
	min-width: 265px;
	margin: 2px;
	line-height: 4;
}

.anexos a:hover {
	box-shadow: 0 0 5px #ccc;
}

.high-contrast {
	background-color: #000;
	color: #fff;
	transition: all 0.2s ease;
}

.high-contrast #header {
	background-image: url('../img/header-background-black.png');
	background-position: center;
	background-repeat: repeat-x;
	transition: all 0.2s ease;
}

.high-contrast #header, .high-contrast #container, .high-contrast #main, .high-contrast #footer {
	background-color: #000;
	color: #fff;
	transition: all 0.2s ease;
}

.high-contrast #slider-banner {
	background-color: #000;
	transition: all 0.2s ease;
}

.high-contrast h1, .high-contrast .news-title a, .high-contrast #mission p {
	color: #fff;
	transition: all 0.2s ease;
}

.high-contrast div {
	border-color: #111 !important;
	transition: all 0.2s ease;
}

.high-contrast #services>div>div a {
	background-color: #555;
	border-color: #111;
	color: #fff;
	transition: all 0.2s ease;
}

.high-contrast #espec>div>a {
	background-color: #555;
	border-color: #111;
	color: #fff;
	transition: all 0.2s ease;
}

.high-contrast .more-news, .high-contrast #header input[type="submit"] {
	background-color: #555;
	transition: all 0.2s ease;
}

.high-contrast .scrollToTop {
	background-image: url('../img/scroll-top-white.png');
	transition: all 0.2s ease;
}

.high-contrast #agenda>div>div {
	background-color: #555;
	transition: all 0.2s ease;
}

.high-contrast #agenda .dia {
	background-color: #333;
	transition: all 0.2s ease;
}

.high-contrast .list:nth-child(even) {
	background-color: #333;
	color: #fff;
	transition: all 0.2s ease;
}

.high-contrast .list:nth-child(odd) {
	background-color: #000;
	color: #fff;
	transition: all 0.2s ease;
}

.high-contrast .grid {
	border-color: #111;
	transition: all 0.2s ease;
}

.high-contrast .grid tr:nth-child(even) {
	background-color: #000;
	transition: all 0.2s ease;
}

.high-contrast .grid tr:nth-child(odd) {
	background-color: #222;
	transition: all 0.2s ease;
}

.high-contrast .menu, .high-contrast .nav, .high-contrast .nav ul {
	background-color: #222;
	transition: all 0.2s ease;
}

.high-contrast .nav>li, .high-contrast .nav>li:first-child {
	border-color: #444;
	transition: all 0.2s ease;
}

#indicadores {
	/*background-color:#0078dc;
	background-color:#2cc5d3;
	background-color:#64d0da;*/
	text-align: center;
	color: #fff;
}

#indicadores a {
	color: #fff;
}

#indicadores>div {
	background-position: top center;
	background-repeat: no-repeat;
	background-size: 200px;
	width: 20vw;
	height: 350px;
	display: table-cell;
	vertical-align: bottom;
}

#indicadores span {
	font-size: 1rem;
}

#indicadores>div>div {
	font-size: 2.75rem;
}

#indicadores #pig {
	background-color: #34b2e4;
	background-image: url('../img/balanca-justica.png');
	border-bottom: 25px solid #0b98d0;
}

#indicadores #tac {
	background-color: #058009;
	background-image: url('../img/maos-dadas.png');
	border-bottom: 25px solid #096910;
}

#indicadores #atendimento {
	background-color: #8b103e;
	background-image: url('../img/atendimento-publico.png');
	border-bottom: 25px solid #7a002b;
}

#indicadores #denuncias {
	background-color: #e34856;
	background-image: url('../img/algemas.png');
	border-bottom: 25px solid #c42231;
}

#indicadores #ouvidoria {
	background-color: #fe912a;
	background-image: url('../img/ouvidoria.png');
	border-bottom: 25px solid #fa7902;
}

.bx-wrapper .bx-controls-direction a {
	z-index: 100;
}

.atualizacao {
	font-size: 0.6875rem;
	text-align: center;
}

.half-display {
	background-image: url('../img/agenda011.png');
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	width: 100%;
	padding: 40px 0;
}

.half-display .section-block {
	width: 49vw;
	margin: 0;
	float: left;
}

.half-display #indicadores>div {
	display: inline-block;
	width: 60%;
	height: 60px;
	border: 0 !important;
	background-position: left;
	background-size: contain;
	line-height: 35px;
	text-align: center;
	/*        margin-left: 3%;*/
}

.half-display #indicadores span {
	padding-top: 15px;
	float: left;
	padding-left: 75px;
}

.half-display #indicadores>div>div {
	padding-top: 18px;
	float: right;
}

.mptv-submenu {
	background-color: #122433;
	text-align: center;
}

.mptv-submenu ul {
	display: inline;
}

.mptv-submenu ul li {
	display: table-cell;
}

.mptv-submenu ul li a {
	border-right: 1px solid #333;
	display: block;
	color: #fff;
	font-size: 0.875rem;
	padding: 7px;
	transition: all 0.2s ease;
}

.mptv-submenu ul li:first-child a {
	border-left: 1px solid #333;
}

.mptv-submenu ul li a:hover {
	background-color: #ccc;
	color: #222;
	text-decoration: none;
	transition: all 0.2s ease;
}

.redes-sociais {
	border-top: 1px dotted #ccc;
	color: #888;
	width: 100%;
	min-height: 10px;
	margin-top: 15px;
	font-size: 2.25rem;
	clear: both;
}

.thumb-pesquisa {
	background-size: cover;
	background-repeat: no-repeat;
	float: left;
	width: 113px;
	height: 61px;
}

.info-pesquisa {
	float: left;
	max-width: 80%;
	padding-left: 5px;
}

.history-bar {
	border-bottom: 1px dotted #ccc;
	color: #888;
	margin-bottom: 30px;
	text-align: left;
	padding-bottom: 10px;
}

.history-bar-cao {
	border-bottom: 1px dotted #ccc;
	color: #888;
	margin: 10px 0;
	text-align: left;
}

.more-secao {
	border-top: 1px dotted #ccc;
	box-sizing: border-box;
	display: inline-block;
	border-radius: 2.5px;
	margin-top: 15px;
	width: 100%;
}

.left-bar {
	border: 1px solid #ccc;
	border-radius: 3.5px;
	float: left;
	margin: 1%;
	text-align: left;
	width: 20%;
}

.left-bar div {
	color: #555;
	width: auto;
	padding: 5px;
}

.left-bar div:last-child {
	text-align: center;
	padding: 7px;
}

.left-bar input[type=text], .left-bar select {
	border: 1px solid #ccc;
	border-radius: 3.5px;
	box-sizing: border-box;
	color: #555;
	padding: 5px;
	width: auto;
}

.left-bar .data {
	width: 110px !important;
}

.left-bar input[type=submit], .left-bar input[type=reset], .left-bar input[type=button] {
	background-color: #591111;
	border: 0;
	border-radius: 3.5px;
	color: #fff;
	padding: 3px 10px;
}

.right-bar {
	float: left !important;
	margin: 1% !important;
	width: 75% !important;
}

.right-bar .result {
	border-bottom: 1px solid #ccc;
	color: #aaa;
	margin-bottom: 10px;
	height: 25px;
}

.right-bar .result div:first-child {
	float: left;
	text-align: left;
	width: 49%;
}

.right-bar .result div:last-child {
	float: right;
	text-align: right;
	width: 49%;
}

.categoria {
	margin-left: 5%;
}

.title-block {
	margin-top: 10px;
}

/* SECTION SECOES */

img {
	max-width: 100%;
}

.grid-secoes {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-gap: 20px;
	margin: 0 auto;
	max-width: 900px;
}

.grid-secoes-item {
	display: grid;
}

.grid-secoes-item img {
	grid-column: 1;
	grid-row: 1/3;
	align-self: end;
}

.grid-secoes-item p {
	background: rgba(0, 0, 0, 0.6);
	padding: 10px;
	grid-column: 1;
	grid-row: 2;
	align-self: end;
}

.grid-secoes-item p:hover {
	background: rgba(192, 52, 55, 0.6);
}

.grid-secoes-item p a {
	color: white;
	text-decoration: none;
}

/*ULTIMA NOTICIA*/

.news-lista {
	margin-bottom: 10px;
}

.news-lista img {
	float: left;
}

.news-lista-titulo {}

.news-lista-dados  {
	color: #868686;


}

.news-lista-dados1 p   {
 	background: rgba(0, 0, 0, 0.6);
	margin-left: 5px;
	text-align: center;
}
.news-lista-dados1 a{

	color: ghostwhite;
	text-decoration: none;
}

.news-lista-dados-img {
	margin-left: 260px;
	color: #868686;
}

.news-lista-chapeu {
	font-size: 12px;
}

.news-lista-complemento {
	padding: 5px 0;
	border-bottom: 1px solid #EDEDED;
	font-size: 12px;
}

/*TABELA DE CONTEUDOS RELACIONADOS*/

.responsive-table li {
	border-radius: 3px;
	padding: 15px 30px;
	display: flex;
	justify-content: space-between;
	margin-bottom: 10px;
}

.responsive-table .table-header {
	background-color: #95A5A6;
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: 0.03em;
}

.responsive-table .table-row {
	background-color: #ffffff;
	box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.1);
}

.responsive-table .col-1 {
	flex-basis: 20%;
	text-align: left;
}

.responsive-table .col-2 {
	flex-basis: 100%;
	text-align: left;
}

/* CSS GRID HOME */

.grid-home {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	max-width: 100%;
	padding: 10px;
	margin: 0 auto;
	grid-gap: 20px;
}

.grid-home>div:nth-child(n+5) {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-gap: 10px;
	align-items: start;
}

.grid-home>div:nth-child(n+5)>div>p * {
	font-size: 15px;
	line-height: 21px;
	font-weight: 400;
}

/*.grid-home > div > a > img {
	width: 186px;
        height: 124px;
}*/

.grid-home>div.video-home {
	grid-column: 1;
	grid-row: 2 / 5;
	display: block;
}

.video {
	width: auto;
	height: auto;
}

.mptv-logo {
	width: auto;
}

.img-concurso {
	padding-left: 31%;
}

#slider-banner2 {
	width: 380px;
}

.noticias {
	width: 380px;
}

.video-hight {
	width: 1024px;
	height: 576px;
}

.gallery {
	display: grid;
	grid-template-columns: repeat(5, 1fr);
}

.grid-noticia{
	margin-top: -40px;
    display: grid;
    grid-template-columns: repeat(5,1fr);
    width: 85%;
    grid-template-areas: "a a b b b";
    align-items: start;
    float: left;
}

.grid-noticia a{
	grid-column: 3 span;
    display: block;
    grid-area: b;
}

.grid-noticia img{
	width: 96.1%;
    display: block;
}

@media screen and (max-width: 1200px) {
	.grid-home {
		grid-template-columns: repeat(2, 1fr);
	}
	.grid-home>div:nth-child(n+5) {
		display: block;
	}
	.grid-home>div.video-home {
		grid-column: auto;
		grid-row: auto;
		order: -1;
	}
	.grid-home div a img {
		width: auto;
		height: auto;
	}
	.content_news_right {
		padding: 0;
		margin: 1% 0;
	}
	.left-sidebar {
		margin: 5px 10px 0 10px;
		width: 97%;
	}
	.right-sidebar {
		margin: 0 10px 0 10px;
		width: 97%;
	}
	.wrapper {
		width: 95%;
	}
	.content_news {
		padding: 0;
	}
	.content_news_right {
		padding: 0;
		margin: 0 10px 0 10px;
	}
	.section-block-cao {
		width: 840px;
		margin: 0 auto;
		padding: 20px 0;
	}
	.half-display #indicadores>div {
		display: inline-block;
		width: 100%;
		height: 60px;
		border: 0 !important;
		background-position: left;
		background-size: contain;
		line-height: 35px;
		text-align: center;
		/*        margin-left: 3%;*/
	}
	.responsive-table li {
		display: block;
	}
	.responsive-table .col {
		flex-basis: 100%;
	}
	.responsive-table .col {
		display: flex;
		padding: 10px 0;
	}
	.responsive-table .col:before {
		color: #6C7A89;
		padding-right: 10px;
		content: attr(data-label);
		flex-basis: 10%;
		text-align: left;
	}
	#slider-banner {
		width: 87.3%;
	}
	.img-concurso {
		padding-left: 29%;
	}

	.grid-noticia{
		margin-top: 10px;
		display: grid;
		grid-template-columns: repeat(5,1fr);
		width: 95%;
		grid-template-areas: "b b b b b";
		align-items: start;
		float: left;
	}

	.grid-noticia img{
		width: 100%;
		display: block;
	}

	.more-news{
		margin-right: 50px;
	}


}

@media screen and (max-width: 930px) {
	.grid-home {
		grid-template-columns: repeat(2, 1fr);
	}
	.grid-home>div:nth-child(n+5) {
		display: block;
	}
	.grid-home>div.video-home {
		grid-column: auto;
		grid-row: auto;
		order: -1;
	}
	.content_news_right {
		padding: 0;
		margin: 1% 0;
	}
	.left-sidebar {
		margin: 5px 10px 0 10px;
		width: 97%;
	}
	.right-sidebar {
		margin: 0 10px 0 10px;
		width: 97%;
	}
	.wrapper {
		width: 95%;
	}
	.content_news {
		padding: 0;
	}
	.content_news_right {
		padding: 0;
		margin: 0 10px 0 10px;
	}
	.section-block-cao {
		width: 840px;
		margin: 0 auto;
		padding: 20px 0;
	}
	.responsive-table li {
		display: block;
	}
	.responsive-table .col {
		flex-basis: 100%;
	}
	.responsive-table .col {
		display: flex;
		padding: 10px 0;
	}
	.responsive-table .col:before {
		color: #6C7A89;
		padding-right: 10px;
		content: attr(data-label);
		flex-basis: 10%;
		text-align: left;
	}
	.img-concurso {
		padding-left: 23%;
	}

	.grid-noticia{
		display: grid;
		grid-template-columns: repeat(5,1fr);
		width: 73%;
		grid-template-areas: "b b b b b";
		align-items: start;
		float: left;
	}

	.grid-noticia img{
		width: 100%;
		display: block;
	}

	.more-news{

	}
}

@media screen and (max-width: 768px) {
	.grid-home {
		grid-template-columns: repeat(2, 1fr);
	}
	.grid-home>div:nth-child(n+5) {
		display: block;
	}
	.grid-home>div.video-home {
		grid-column: auto;
		grid-row: auto;
		order: -1;
	}
	.grid-home div a img {
		width: auto;
		height: auto;
	}
	.content_news_right {
		padding: 0;
		margin: 1% 0;
	}
	.left-sidebar {
		margin: 5px 10px 0 10px;
		width: 97%;
	}
	.right-sidebar {
		margin: 0 10px 0 10px;
		width: 97%;
	}
	.wrapper {
		width: 95%;
	}
	.content_news {
		padding: 0;
	}
	.content_news_right {
		padding: 0;
		margin: 0 10px 0 10px;
	}
	.section-block-cao {
		width: 600px;
		margin: 0 auto;
		padding: 20px 0;
	}
	#menu-bar {
		background-color: #591111;
	}
	.options-container, label[for=busca] {
		/*.menu-medias-sociais-container, */
		display: none !important;
	}
	#header .menu-medias-sociais-container, #header .options-container, #header .search-options-container {
		float: left;
		margin: 0 auto;
		height: 25px;
		clear: both;
	}
	#content {
		margin: 0 1.4%;
		width: 97%;
	}
	.content-block {
		margin: 5px 5px 20px;
		width: 100%;
		min-height: 0;
	}
	#sidebar {
		border-left: 0;
		border-top: 1px solid #ddd;
		margin: 0 1.4%;
		min-width: inherit;
		width: 97%;
	}
	.home {
		background-position: 10px center !important;
	}
	.section-block {
		display: block;
	}
	#indicadores>div {
		background-position: bottom center;
		display: block;
		width: 100%;
		height: 255px;
	}
	.section-block-index {
		width: 97% !important;
	}
	.titulo-con {
		font-size: 1.78125rem;
	}
	#necessidades {
		display: none !important;
	}
	.info-pesquisa {
		width: 70%;
	}
	#indicadores span {
		font-size: 0.5rem;
	}
	#indicadores>div>div {
		font-size: 1rem;
		margin-right: 10px
	}
	.menu-medias-sociais-container {
		box-sizing: border-box;
		width: 100%;
		text-align: center;
	}
	#header ul, #header ul li {
		display: inline-flex;
		/*margin: -15px;*/
	}
	.grid-secoes {
		grid-template-columns: repeat(1, 1fr);
	}
	.img-concurso {
		padding-left: 18%;
	}

	.grid-noticia{
		margin-top: 0px;
		display: grid;
		grid-template-columns: repeat(5,1fr);
		width: 100%;
		grid-template-areas: "b b b b b";
		align-items: start;
		float: left;
	}

	.grid-noticia img{
		width: 100%;
		display: block;
	}

	.more-news {
		margin-right: 0px;
		margin-top: 20px;
	}
}

@media screen and (max-width: 530px) {
	.grid-home {
		grid-template-columns: repeat(1, 1fr);
	}
	.grid-home div a img {
		width: 324px;
		height: 254px;
	}
	.grid-home>div:nth-child(n+5) {
		display: block;
	}
	/*	.grid-home > div.video-home {
		grid-column: auto;
		grid-row: auto;
		order: -1;
	}*/
	#header {
		padding: 10px 5px;
	}
	#header #logo {
		display: table-row;
		float: none;
		margin: 0 auto;
	}
	#menu-bar {
		background-color: #591111;
	}
	.options-container, label[for=busca] {
		/*.menu-medias-sociais-container, */
		display: none !important;
	}
	.left-bar {
		box-sizing: border-box;
		width: 98%;
	}
	.right-bar {
		box-sizing: border-box;
		width: auto !important;
	}
	.right-bar .result div:first-child, .right-bar .result div:last-child {
		box-sizing: border-box;
		float: left;
		text-align: left;
		width: 100%;
	}
	.content-block {
		box-sizing: border-box;
		margin-bottom: 30px;
		width: 100%;
	}
	.section-block-cao {
		width: 450px;
		margin: 0 auto;
		padding: 20px 0;
	}
	#services>div>div {
		width: 112px;
		height: 112px;
	}
	.mptv-submenu ul {
		display: grid;
	}
	.info-pesquisa {
		max-width: 100%;
		width: 100%;
	}
	#agenda, #indicadores {
		width: 95%;
	}
	#indicadores span {
		font-size: 0.5rem;
	}
	#indicadores>div>div {
		font-size: 1.4rem;
		margin-right: 10px;
	}
	.menu-medias-sociais-container {
		box-sizing: border-box;
		width: 100%;
		text-align: center;
	}
	#header ul, #header ul li {
		display: inline-flex;
	}
	.grid-secoes {
		grid-template-columns: repeat(1, 1fr);
	}
	.half-display #indicadores>div {
		display: inline-block;
		width: 100%;
		height: 60px;
		border: 0 !important;
		background-position: left;
		background-size: contain;
		line-height: 35px;
		text-align: center;
	}
	.bx-wrapper {
		width: 100%;
		height: 100%;
	}
	.mptv-logo {
		width: auto;
	}
	.video {
		width: 324px;
		height: auto;
	}
	#slider-banner {
		background-color: #fff;
	}
	.lista-chamadas-home>li a>p {
		color: #FFFFFF;
		margin-top: 10px;
	}
	/*        .img-concurso {
            padding-left: 0;
        }*/
	#slider-banner2 {
		width: 324px;
	}
	.noticias {
		width: 324px;
	}
	.video-hight {
		width: 363px;
		height: 300px;
	}
	.gallery {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
	}
	.gallery div img {
		width: 165px;
	}

	.grid-noticia{
		margin-top: 0px;
		display: grid;
		grid-template-columns: repeat(5,1fr);
		width: 100%;
		grid-template-areas: "b b b b b";
		align-items: start;
		float: left;
	}

	.grid-noticia img{
		width: 100%;
		display: block;
	}

	.grid-maisnoticia {
		display: grid;
		grid-template-columns: repeat(1,2fr);
		width: 100%;
		grid-template-areas: "b b b b b";
		align-items: start;
		float: left;
		grid-auto-rows: 15px;
	}
	
	.grid-maisnoticia a{
		grid-column: 3 span;
		display: block;
		grid-area: d;
	}

	.more-news{
		margin-top: 20px;
	}
	
}