﻿/* ----------------- GERAL ----------------- */

* {
	box-sizing:border-box;
	margin:0;
	padding:0;
	vertical-align:top;
	font-family: 'Open Sans', sans-serif;
}

.clear {
	clear: both;
	float: none;
}

.pure-g [class*=pure-u] {
	font-family:'Open Sans', sans-serif;
}

a {
	text-decoration:none;
	color:#008ebb;
    transition: all 150ms;
}

a:hover {
	color:#003747;
}

h1 {
	font-size:2.2em;
	line-height:1.1em;
	margin:0;
}

h2 {
    font-size: 2.8em;
    line-height: 1.2em;
    letter-spacing: -1px;
    margin-bottom: 30px;
}

h2.app {
    font-size: 1.3em;
}

h3 {
	font-size:1.2em;
}

h5 {
	font-size:1em;
	margin-top:10px;
}

hr {
      background-color: #c7c7c6;
      height: 1px;
	  margin:35px 0;
}

.texto--single iframe {
    width: 650px;
    height: 367px;
}

iframe, img {
    max-width: 100%;
}

figure {
    margin: 0;
}

figcaption {
    font-size: 12px;
    margin-top: 7px;
    color: #9a9a9a;
}

.destaque img, .destaque iframe {
    max-width: inherit;
}

.table__scroll__container {
	overflow-x: auto;
	max-width: 100%;    
    padding-bottom: 1px;
}

.btn--grande {
	background-color:#fff;
	border:1px solid #008ebb;
	height:50px;
	width:300px;
	text-align:center;
	font-weight:bold;
	color:#008ebb;
	border-radius:5px;
	margin-top:20px;
}

.texto--laranja {
	color:#eb9c5a;
	font-weight:bold;
}
.texto--azul {
	color:#008ebb;
	font-weight:bold;
}

.social-share{
	cursor: pointer;
}

@media (min-width: 769px) {
  main
   {
    display: block !important;
   }
   .mobile-only {
	   display:none;
   }
}

@media (max-width: 768px) {
   .desktop-only {
	   display:none;
   }
   iframe, img {
		height: initial;
	}
}

body {
	font-size:0.9em;
	line-height:1.5em;
	color:#4b4b4c;
    display: flex;
    height: 100vh;
    flex-direction: column;
    background-color: white;
}

.botao {
	text-align: center;
	border-radius:3px;
	border:1px solid #008ebb;
	padding:6px 10px;
	display: inline-block;
	color:#008ebb;
}

.botao-full {
	width: 100%;
	padding: 10px 20px;
}

.botao:hover {
	background-color:#008ebb;
	color:white;
}

.botao--inativo {
	border:1px solid #aaa;
	color:#aaa;
}

.botao--ativo {
	border:1px solid black;
	color:black;
}

span.botao--prevnext {
	padding-top: 7px;
    font-size: 0.8em;
    padding-bottom: 0;
}

/* ----------------- FIM GERAL ----------------- */

/* ----------------- GERAL MOBILE ----------------- */

@media (max-width: 768px) {
	body {
		background:#ffffff;
		height: inherit;
	}
}

/* ----------------- FIM GERAL MOBILE ----------------- */

/* ----------------- HEADER ----------------- */

.envolve_logo {
	height: 103px;
	max-width:1200px;
	margin: 15px auto 10px;
	text-align: center;
}
.logo {
	display:inline-block;
	padding: 0 0 0 5px;
	color:black;
	font-size:1.7em;
	float: left;
}

.logo a {
	color: black;
	display: inline-block;
}

.logo__ibge {
	margin-left: 17px;
	position: relative;
	bottom: 5px;
	width: 111px;
}

.logo__principal {
	display: inline-block;
	position: relative;
	/* bottom:14px; */
	margin: 21px 0;
}

.logo__lentes {
	display: none;
	width: 94px;
}

.lentes-doc .logo__lentes {
    display: inline-block;
    padding-top: 23px;
}

.lentes-doc .logo .agencia-logo {
    display: inline-block;
    padding-right: 14px;
    margin-right: 13px;
    border-right: 1px solid #b2acaa;
}

.menu-auxiliar {
	position:relative;
	top:12px;
	float: right;
	text-align: right;
}

ul.menu-auxiliar__submenu {
	background-color: transparent;
}

.menu-auxiliar__submenu li {
    display: block;
    margin-bottom: 4px;
}

.menu-auxiliar__submenu li a {
    color: #ffffff;
}

.header__menu--mobile, .header__busca--mobile, .header__logo--mobile {
	display:inline-block;
}

.header__logo--mobile {
	text-align:center;
}

.custom-restricted-width {
          /* To limit the menu width to the content of the menu: */
          display: inline-block;
          /* Or set the width explicitly: */
          /* width: 10em; */
}

.mod-languages {
    margin: 7px 0;
}

.header-bandeira {
    height: 28px;
}

.contador-censo {
	display: inline-block;
	padding: 14px 0;
}

.contador-censo .logo-censo2020 {
	display: inline-block;
	width: 70px;
}

.contador-censo p {
	display: inline-block;
	font-weight: 700;
	font-size: 18px;
	color: #013b7f;
	text-align: left;
	margin-top: 10px;
	line-height: 23px;
}

.contador-censo .contador-dias {
	color: #dc8e04;
}

/* ----------------- FIM HEADER ----------------- */

/* ----------------- HEADER MOBILE ----------------- */

@media (max-width: 768px) {
	header{
		-webkit-transition: all 0.4s ease;
		transition: all 0.4s ease;
		top:-36px;
	}
	header.sticky {
		position: fixed;
		width: 100%;
		z-index: 1000;
		padding-top: 20px;
		padding-right: 5px;
		height: 78px;
		top:0;
	}
	.logo {
		font-size:1.2em;
		padding-left: 15px;
		height: 50px;
		margin-top: 6px;
	}
	.botao-menu {
		float: right;
	}
	.header__menu--mobile {
		padding-right:8px;
	}
	.header-mobile {
		padding-top:10px;
		background-color:white;
		border-bottom: 1px solid #d5d5d5;
		height: 66px;
	}
	.logo__ibge {
		float: none;
		margin-left:0;
		bottom: 0;
		top:5px;
		width: 75px;
	}
	.logo__principal {
		top: 1px;
		margin: 0;
	}
}

/* ----------------- FIM HEADER MOBILE ----------------- */

/* ----------------- HEADER MOBILE ----------------- */

@media (max-width: 400px) {
	.logo {
		font-size:0.8em;
		padding-left:8px;
	}
}

/* ----------------- FIM HEADER MOBILE ----------------- */

/* ----------------- HEADER MOBILE 2 ----------------- */

@media (max-width: 1100px) {
	.menu-auxiliar__submenu li {
		font-size:0.8em;
		margin-left:12px;
	}
	.menu-auxiliar__social img {
		width:16px;
		margin-top:3px;
	}
	.menu-auxiliar__social li {
		margin-left:4px;
	}
	.menu-auxiliar__social {
		margin-left:12px;
	}
}

/* ----------------- FIM HEADER MOBILE 2 ----------------- */

/* ----------------- MENU ----------------- */

.envolve_menu {
	width:100%;
	background-color:#008ebb;
}
body.fixed {
	padding-top: 58px;
}
body.fixed .envolve_menu {
	position:fixed;
	top: 0;
	transition: all 150ms;
	z-index: 1000;
	box-shadow: 0 0 12px rgba(0,0,0,0.4);
}
.menu {
	font-size:1em;
	height: auto;
	max-width:1200px;
	margin:0 auto;
	background-color:#008ebb;
}
.menu__item, nav.pure-menu-horizontal li[class^="item-"] {
	border-left:1px solid #5ab6d3;
	height: 60px;
	float:left;
	list-style: none;
}

.menu__item:last-child, nav.pure-menu-horizontal li[class^="item-"]:last-child {
	border-right:1px solid #5ab6d3;
}

.menu__item--atual, nav.pure-menu-horizontal li[class^="item-"]--atual {
	background-color:#007196;
}

.menu__item a, nav.pure-menu-horizontal li[class^="item-"] a {
	color:white;
	padding: 19px 25px 20px;
	display: block;
}

.menu__item a:hover, nav.pure-menu-horizontal li[class^="item-"] a:hover {
	background-color:#007196;
}

nav.pure-menu-horizontal li[class^="item-"].current {
	background-color:#007196;
}

nav.menu-auxiliar li[class^="item-"].current a{
	color: #003747;
}

.menu__subitem {
	background-color:#008ebb;
	width:220px;
}

.busca {
	float:right;
	position:relative;
	right:-4px;
	top:4px;
	display:block;
}

.busca__botao {
	float:right;
}

.busca__input {
	text-align: right;
	padding:8px;
	background-color:#007196;
	display: none;
	position:absolute;
	top:53px;
	right:0;
	z-index: 10;
}

.busca__input input {
	height:28px;
	border-radius:3px;
	width:300px;
	padding:2px 8px;
	background-color:#ededed;
	font-style: italic;
	color: #333333;
}

.busca__avancada {
	font-size:0.6em;
	text-align: center;
	margin-top: 5px;
}

.busca__avancada a {
	color:white;
	text-decoration: underline;
	width:100%;
	display: block;
	background-color:#008ebb;
}

.botao-menu {
	border-radius:20px;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
	background-color:white;
	height: 37px;
	width:37px;
	box-sizing: border-box;
	font-size:1.4em;
	padding: 8px 0 0 10px;
	cursor: pointer;
}

.botao-menu--busca {
	font-size:1.2em;
	padding: 9px 0 0 11px;
	position:relative;
	top:6px;
}
.pure-menu-has-children>.pure-menu-link:after {
	display:none;
}
.menu__itens i {
	position: relative;
	top:4px;
	left:4px;
}
.menu__itens {
	display: inline-block;
	height: 60px;
}

/*.menu__itens li:last-child {
	background-color: #d79b5e;
}

nav.pure-menu-horizontal li[class^="item-"].current:last-child {
	background-color:#c46d14;
}

nav.pure-menu-horizontal li[class^="item-"]:last-child a:hover {
	background-color:#c46d14;
}*/


/* ----------------- FIM MENU ----------------- */

/* ----------------- DESTAQUES ----------------- */

.envolve_main {
	max-width:1200px;
	margin:0 auto;
	width: 100%;
	flex: 1 0 auto;
}

.lentes-doc .envolve_main {
	max-width: none;
}

.envolve_main.home-main {
    max-width: none;
}

.destaques {
	margin-top:20px;
}

.home-main .destaques {
    max-width: 1200px;
    margin: auto;
}

.destaque {
	overflow:hidden;
	position:relative;
	box-sizing: border-box;
	padding-bottom:11px;
	background-color: #95918f;
}

.destaque img {
    transition: all .2s ease-in-out;
}

.destaque:hover img {
    transform: scale(1.1);
}

.destaque--grande {
	height:485px;
	padding-right:6px;
	box-sizing: border-box;
}

.destaque--pequeno {
	height:240px;
	margin-left:5px;
	box-sizing: border-box;
}

.destaque--pequeno:first-child {
    margin-bottom: 5px;
}

.destaque--micro {
	height:245px;
	padding-right:5px;
	padding-left:0;
	box-sizing: border-box;
}

.destaque--ultimo {
	padding-right:0;
	padding-left:5px;
}

.destaque--inner {
	background-repeat: no-repeat;
	background-position-x: center;
	background-position-y: center;
    width: 100%;
    height: 100%;
    transition: all .2s ease-in-out;
    position: absolute;
	background-size: cover;
}
.destaque:hover .destaque--inner, .destaque:focus .destaque--inner {
    transform: scale(1.1);
}

.destaque__img {
	/*background-position: 50% 50%;*/
	background-size: cover;
    background-position: top;
	display: block;
	width:100%;
	height: 100%;
	/*background-color: #95918f;*/
	position: absolute;
    top: 0;
}

.destaque__gradiente {
	background: -moz-linear-gradient(top, rgba(0,0,0,0) 50%, rgba(0,0,0,0.65) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(0,0,0,0) 50%,rgba(0,0,0,0.65) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(0,0,0,0) 50%,rgba(0,0,0,0.65) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 ); /* IE6-9 */
	width:100%;
	height: 100%;
	display:block;
}

.destaque__chamada {
	position:absolute;
	bottom:28px;
	left:28px;
	padding-right:28px;
	padding-top:28px;
	line-height:1.2em;
	z-index: 10;
}

.destaque__subeditoria {
    font-size: 1.1em;
    color: #ffffff;
    margin-bottom: 3px;
    text-shadow: 1px 2px 0 rgba(0, 0, 0, 1);
}

.destaque__titulo {
	color:white;
	text-shadow: 2px 2px #000;
}

.destaque:hover .destaque__titulo {
    text-shadow: 3px 3px #000;
}

.destaque__titulo--grande {
	font-size:2.5em;
}

.destaque__titulo--pequeno {
	font-size:1.8em;
}

.destaque__titulo--micro {
	font-size:1.2em;
}

.destaque__serie {
	text-shadow: 2px 2px #000;
	font-weight: normal;
	font-size:1.4em;
}

.destaque__serie li {
	margin-top:10px;
	list-style: none;
}

.destaque__serie li a {
	color:white;
}

/* ----------------- FIM DESTAQUES ----------------- */

/* ----------------- DESTAQUES MOBILE ----------------- */

@media (max-width: 768px) {
	
   body.fixed {
	   overflow: hidden;
	   padding-top: 0;
	  }

	.destaque {
		padding: 0;
		margin-bottom: 5px;
		height: 240px;
	}

	.destaque--pequeno {
		height: 180px;
		margin: 0;
	}

	.destaque__titulo {
		font-size: 1.6em;
	}

	.coluna-destaque {
		padding: 0 5px;
	}

	.destaque__chamada {
		bottom:16px;
		left:16px;
	}

	.destaque--grande .destaque__chamada {
		left:24px;
	}

	.destaque__titulo--grande {
		font-size:1.6em;
	}

	.destaque__titulo--pequeno {
		font-size:1.3em;
	}

	.destaque__serie {
		font-size:1em;
	}

	.destaques {
		margin-top:10px;
		padding: 10px 10px;
	}

}

/* ----------------- FIM DESTAQUES MOBILE ----------------- */


/* ----------------- NEWSLETTER ----------------- */

.newsletter {
	border-radius:3px;
	background-color:#fcf5ed;
	margin-top:12px;
	border: 1px solid #f7e5d0;
}

.chamada-newsletter {
	padding: 24px 30px;
}

.chamada-newsletter p {
	font-weight: bold;
    font-size: 1.1em;
    margin-top: 10px;
}

.newsletter__titulo {
	color:#6f6a5e;
}

.assinar-newsletter {
	text-align: center;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 0.9em;
	border-left: 1px solid #f7e5d0;
	padding: 27px 0 21px;
	/*margin-top:0;*/
}

.assinar-newsletter a {
	color:#d79b5e;
	display: block;
	width:100%;
}

.assinar-newsletter p {
	margin-top:3px;
}

/* ----------------- FIM NEWSLETTER ----------------- */

/* ----------------- NEWSLETTER MOBILE ----------------- */

@media (max-width: 768px) {

	.newsletter {
		margin: 0 8px;
		border: 1px solid #f7e5d0;
	}

	.chamada-newsletter {
		padding: 2px 18px 10px;
		font-size: 13px;
		line-height: 19px;
	}

	.assinar-newsletter {
		text-align: center;
		font-weight: bold;
		text-transform: uppercase;
		font-size: 0.9em;
		border-left: 1px solid #f7e5d0;
		padding: 12px 0;
		border-top: 1px solid #f7e5d0;
	}

	.assinar-newsletter:first-child {
		border-left:0;
	}

	.assinar-newsletter img, .assinar-newsletter p {
		display: inline;
	}

}

/* ----------------- FIM NEWSLETTER MOBILE ----------------- */


/* ----------------- CONTEÚDO HOME ----------------- */

.lista-noticias {
	padding-right:12px;
	box-sizing: border-box;
	padding-top: 30px;
}

.lista-noticias__foto {
	overflow: hidden;
	min-height:120px;
	max-height:120px;
}

.lista-noticias__item {
	margin-bottom:35px;
}

.lista-noticias__foto img {
	max-width: 200px;
}

.lista-noticias__texto {
	padding:0 20px;
	box-sizing: border-box;
}

.lista-noticias__texto--release {
	 padding-left:0;
 }

.lista-noticias__texto a p {
    color: #211915;
    margin-top: 6px;
}

.lista-noticias__texto a p.lista-noticias__subeditoria {
    font-weight: 700;
    color: #696969;
    margin-bottom: 1px;
    font-size: 14px;
}

.lista-noticias__data {
	color:#95918f;
	font-size:0.7em;
	font-weight:normal;
	position: relative;
	top:1px;
}

.lista-noticias__social {
    margin-top: 10px;
}

.lista-noticias__social li {
	list-style: none;
	display: inline;
	margin-right:10px;
}

.lista-noticias__social li img {
	width:24px;
}

.botao--vermais {
	font-weight:bold;
	width:100%;
	padding: 8px 0;
	font-size:1em;
}

.rede-social.whatsapp {
	display: inline-block;
}


/* ----------------- FIM CONTEÚDO HOME ----------------- */

/* ----------------- CONTEÚDO HOME MOBILE ----------------- */

@media (max-width: 768px) {

	.lista-noticias__foto {
		display: none;
	}
	
	.rede-social.whatsapp {
		display: inline-block;
	}

	.lista-noticias__item {
		margin: 8px 8px 0;
		border:1px solid #d5d5d5;
		background-color:white;
		min-height: 170px;
		position: relative;
	}
	.lista-noticias {
		padding-right:0;
	}
	.lista-noticias__texto {
    	padding: 16px 24px 16px 16px;
	}
	.lista-noticias__data {
		display: none;
	}
	.vermais {
		padding:0 8px;
	}
	.botao--vermais {
		margin-top:10px;
	}

}

/* ----------------- FIM CONTEÚDO HOME MOBILE ----------------- */

/* ----------------- SIDEBAR ----------------- */

.lateral {
	padding-left:12px;
	box-sizing: border-box;
}

.lateral--esquerda {
	padding-left:0;
	padding-right:12px;
}

.sidebar {
	margin-top:30px;
	border-top:3px solid #858585;
	padding-top: 20px;
}

.titulo-sidebar {
	text-transform:uppercase;
	color: #7e7c80;
	display: inline-block;
	margin-bottom: 15px;
	line-height: 11px;
}

.titulo-sidebar img {
	float: left;
}

.titulo-sidebar a {
	color: #7e7c80;
}

.titulo-sidebar span {
	position: relative;
	top: 9px;
	left:12px;
	font-size: 1.2em;
}

.sidebar__lista li {
    list-style: none;
    overflow: hidden;
    display: block;
    margin-bottom: 17px;
}
.sidebar__lista li input{
	display: inline-block;
	margin-right: 5px;
	margin-top: 5px;
}
.sidebar__lista li.current{
	font-weight: bold
}
.sidebar--agenda__data {
    font-weight: bold;
    color: #a09da3;
    float: left;
    overflow: hidden;
    display: inline-block;
    margin-right: 8px;
    font-size: 16px;
}

.sidebar--agenda__evento {
	color: black;
	display: block;
}

.sidebar--videos__thumb {
	overflow: hidden;
	min-height:80px;
	float: left;
	overflow: hidden;
	display: block;
	margin-right:12px;
}

.sidebar--videos__thumb img {
	max-width: 120px;
	overflow: hidden;
	display: block;
}

.sidebar__select {
	width: 100%;
	margin-top:5px;
	margin-bottom:2px;
	padding:3px 5px;
	border-radius:3px;
}

.sidebar--videos {
	clear: both;
}

.sidebar--galeria__lista {
	display:inline-block;
}

.sidebar--galeria__lista li {
	float:left;
	margin: 0 8px 8px 0;
	overflow: hidden;
	max-width:48%;
	height:80px;
}

.sidebar--galeria__lista li:nth-child(2n) {
	margin-right: 0;
}

.sidebar--serie {
	border-top:3px solid #d79b5e;
}

.titulo-sidebar--serie {
	color: #d79b5e;
}

.sidebar input[type="submit"] {
	background-color:#fff;
	border:1px solid #008ebb;
	height:40px;
	width:100px;
	text-align:center;
	font-weight:bold;
	color:#008ebb;
	border-radius:5px;
	margin-top:7px;
}

.sidebar input[type="submit"]:hover {
	background-color:#008ebb;
	color:white;
}

.atendimento-estado {
    background: #f1f1f1;
    border-radius: 5px;
    border: 1px solid #e0e0e0;
    padding: 10px 15px 17px 15px;
    margin-top: 9px;
}

.atendimento-estado hr {
    border: none;
    border-top: 1px solid #c5c3c3;
    margin: 5px 0;
    height: 0;
}

/* ----------------- FIM SIDEBAR ----------------- */

/* ----------------- SIDEBAR MOBILE ----------------- */

@media (max-width: 768px) {

	.lateral {
		padding-left:8px;
		padding-right:8px;
	}
	.filtro {
		display: none;
		margin-bottom:10px;
	}
	.filtros {
		margin: 10px 8px;
	}
	.botao-grupo {
		margin-bottom:10px;
	}
	.botao-grupo__botao {
		width:50%;
		background-color:white;
		font-weight:bold;
		padding-top:12px;
		padding-bottom:12px;
	}
	.botao-grupo__botao--infografico {
		width:33%;
	}
	.botao-grupo__botao--video {
		width:25%;
	}
	.pure-button-group .botao-grupo__botao:last-child {
		border-right:1px solid #008ebb;
		border-left:none;
	}
	.sidebar-atendimento {
		margin-left:8px;
		margin-right:8px;
	}
}

/* ----------------- FIM SIDEBAR MOBILE ----------------- */

/* ----------------- SIDEBAR TABLET 2 ----------------- */

@media (max-width: 768px) and (min-width: 630px) {
	.sidebar--galeria__lista li {
		max-width:24%;
	}

	.sidebar--galeria__lista li:nth-child(2n) {
		margin-right: 8px;
	}

	.sidebar--galeria__lista li:nth-child(4n) {
		margin-right: 0;
	}
}

/* ----------------- FIM SIDEBAR TABLET 2 ----------------- */

/* ----------------- SIDEBAR TABLET ----------------- */

@media (max-width: 629px) and (min-width: 450px) {
	.sidebar--galeria__lista li {
		max-width:32%;
	}

	.sidebar--galeria__lista li:nth-child(2n) {
		margin-right: 8px;
	}

	.sidebar--galeria__lista li:nth-child(4n) {
		margin-right: 8px;
	}

	.sidebar--galeria__lista li:nth-child(3n) {
		margin-right: 0;
	}
}

/* ----------------- FIM SIDEBAR TABLET ----------------- */

/* ----------------- CONTEUDO PRINCIPAL ----------------- */

.principal {
	padding: 0 12px 0 12px;
	margin-top:30px;
}

.home-main .principal {
	padding: 0 0 0;
}

.principal--lista {
	padding-right:0;
}

.destaque--interno {
	padding-right:0;
}

.lista-noticias--interno {
	padding-right:0;
	padding-top: 30px;
}

.paginacao {
	list-style: none;
	margin-top:15px;
	clear: both; /* evita floating quando existem menos itens */
}

.paginacao li {
	margin-right:5px;
	display:inline;
}

li.reticencia {
	position:relative;
	top:5px;
	margin-right: 10px;
	margin-left: 5px;
}

.noticias__subtitle {
    font-weight: 400;
    font-size: 20px;
    line-height: 28px;
    margin: 15px 0 45px;
}

.noticias__info {
    border-top: 1px solid #e0e0e0;
    border-bottom: none;
    margin-top: 50px;
    margin-bottom: 5px;
    padding: 8px 0;
}

.minuto.noticias__info {
    margin-top: 20px;
    margin-bottom: -31px;
}

.subeditoria {
    font-weight: 700;
    margin: 4px 0 8px;
    font-size: 16px;
    color: #9a9a9a;
    margin-left: 0px;
    display: inline-block;
}

.noticias__info--superior {
    border-bottom: none;
    border-top: none;
    margin-top: -4px;
    margin-bottom: 18px;
    padding: 0 0 10px;
}

.metadados {
    color: #9a9a9a;
    font-size: 0.9em;
    margin: 0 15px 0 0;
    float: none;
    background: #fff;
    padding-right: 20px;
}

.metadados small {
    font-size: 12px;
}

.noticias__info .metadados {
    margin: -19px 15px 0 0;
    float: left;
}

.minuto.noticias__info .metadados {
    margin: -20px 15px 0 -10px;
    float: none;
    display: inline-block;
    padding: 0 18px 0 5px;
}

.metadados a {
	padding-right: 0px;
	font-weight: bold;
}

.leia-mais {
	margin-top: 30px;
	font-weight:normal;
	margin-bottom:5px;
}

.data {
    color: #9a9a9a;
    font-size: 13px;
    font-weight: normal;
    vertical-align: baseline;
    line-height: 22px;
}

.noticias__info--superior h3 {
    color: #95918f;
    margin-bottom: 15px;
    position: relative;
}

.noticias__info--superior h3:after {
    content: "";
    background: #ccc;
    height: 1px;
    width: 25px;
    position: absolute;
    bottom: -8px;
    left: 0;
}

.noticias__info .lista-noticias__social {
    float: right;
    margin-top: -25px;
    margin-left: 3px;
    background: #ffffff;
    padding-left: 15px;
}

.noticias__info .minuto.lista-noticias__social {
    float: none;
    margin: -22px 0 0 0;
    padding: 0 9px 0 0;
    display: inline-block;
}

.noticias__info .lista-noticias__social li {
	list-style: none;
	margin:0 0 0 10px;
}

.noticias__info .minuto.lista-noticias__social li {
	list-style: none;
	margin:0 10px 0 0;
}

.img--single {
	margin-bottom:20px;
	width:100%;
}

.principal--single {
	padding-right:12px;
}

.texto--single {
	margin-bottom:20px;
}
.institucional__titulo {
	margin-bottom:20px;
}

.single table {
	max-width: 100%;
	margin:10px auto;
	text-align: left;
}


.single center{ /* espera-se que seja o container da tabela*/
	overflow-x: auto; /* tabelas grandes nao apareciam corretamente no mobile */
}


.texto--single table td, .texto--single table th {
	padding: 3px 5px;
	border:1px solid #4b4b4c;
    vertical-align: middle;
}

.texto--single table th {
	background-color:#ccc;
	text-align: center;
}

.texto--single p {
	margin: 20px 0;
    font-size: 1.2em;
    line-height: 1.5em;
}

.texto--single  .lidao {
    font-size: 20.736px;
    line-height: 31.104px;
}

.marcadores__noticia {
    border-top: 1px solid #ccc;
    padding-top: 15px;
    font-size: 1.2em;
	margin-bottom: 25px; 
}

.sem-resultado {
	width: 100%;
    padding: 80px 0;
    text-align: center;
    border: 1px solid #ccc;
    margin-top: 12px;
	border-radius:4px;
}

.destaque--video {
	background-image: url("/templates/agencia_noticias/imagens/video.png");
    background-size: inherit;
    background-repeat: no-repeat;
    background-position: center;
}


/* ----------------- FIM CONTEUDO PRINCIPAL ----------------- */

/* ----------------- CONTEUDO PRINCIPAL MOBILE ----------------- */

@media (max-width: 768px) {
	.principal {
		margin-top: 0;
		padding: 0 20px;
		overflow-x: hidden;
	}
	.destaque--interno {
		padding-right:8px;
	}
	.paginacao {
		padding: 0 8px;
	}
	.noticias__info--superior h3 {
		float: none;
	}
	.data {
		float: none;
	}
	.metadados {
		display:none;
	}
	.metadados--single {
		display:block;
		float: none;
    	margin: 0;
	}
	.noticias__info .lista-noticias__social {
		float: none;
		margin: 10px 0 5px;
	}
	.noticias__info .lista-noticias__social li {
		margin: 0 10px 0 0;
	}
	.leia-mais {
		padding:0 8px;
	}
	.body--single {
		background-color:white;
	}
	.single {
		margin-top:30px;
		padding-left:8px;
		padding-right:8px;
	}
	.institucional {
		margin-top:30px;
		padding-left:8px;
		padding-right:8px;
	}
}

/* ----------------- FIM CONTEUDO PRINCIPAL MOBILE ----------------- */

/* ----------------- BUSCA ----------------- */

.search div.principal{
	float:right;
}
.lista-noticias__texto a .tipo {
    text-transform: uppercase;
    color: #807a7b;
    font-size: 0.7em;
    font-weight: bold;
    margin-top: 0;
    line-height: 1em;
    padding-bottom: 4px;
    border-bottom: 1px solid #e6dede;
}
.lista-noticias__thumb{
	position: relative;
	min-width:120px;
	min-height:120px;
	background-repeat:no-repeat;
}
.lista-noticias__icone { /* extends thumb */
	text-align: center;
    top: 3em;
	left:3.8em;
}
.lista-noticias__icone_busca { /* extends thumb */
	text-align: center;
    top: 3em;
	left:5em;
}
.lista-noticias__preview {/* extends thumb */
	background-size: cover;
    background-position: top center;
}

.lista-noticias__busca {
	border:1px solid #ccc;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+62,f0f0f0+99 */
	background: rgb(255,255,255); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(255,255,255,1) 62%, rgba(240,240,240,1) 99%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(255,255,255,1) 62%,rgba(240,240,240,1) 99%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(255,255,255,1) 62%,rgba(240,240,240,1) 99%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f0f0f0',GradientType=0 ); /* IE6-9 */
	text-align: center;
}

.termodebusca {
	color:#d79b5e;
	font-style: italic;
}

/* ----------------- FIM BUSCA ----------------- */

/* ----------------- BUSCA MOBILE ----------------- */

@media (max-width: 768px) {

	.lista-noticias__busca--comimagem {
		display:block;
		min-height: 180px;
		width:90px;
	}
	.lista-noticias__texto--busca-comimagem {
		padding-left:90px;
	}
	.busca-titulo {
		padding: 0 8px;
	}

}

/* ----------------- FIM BUSCA MOBILE ----------------- */

/* ----------------- CALENDARIO ----------------- */

.calendario {
	margin:20px 0;
	position: relative;
}

.calendario__nav {
	font-size:2em;
	color:#b3b3b3;
	position: absolute;
	top:105px;
}
.calendario__nav--avancar {
	right: 0;
}
.fa.slick-disabled{
	display: none !important;
}
.calendario__meses {
	padding:0 20px;
	width:100%;
}
.calendario__tabela {
	width:100%;
}
.calendario__tabela thead td {
	background-color:#4b4b4c;
	color:white;
	font-weight:bold;
	padding: 16px;
	border:1px solid #ccc;
}
.calendario__tabela tbody td {
	padding:6px 16px;
	font-size:0.9em;
	border:1px solid #ccc;
}
.calendario__semestre {
	float:left;
	width:50%;
}
.calendario__semestre li {
	list-style: none;
	margin:5px 0;
}
.calendario__semestre li.active a{
	color:black;
	font-weight: bold;
}
.calendario__inativo {
	color:#b3b3b3;
}
.calendario__ano{
	float:left;
	width:100%;
}
.calendario__ano_txt{
	background-color: #4b4b4c;
	color: white;
	font-weight: bold;
	padding: 16px;
	border: 1px solid #ccc;
}
.calendario__ano--meses {
	padding: 6px 16px;
    font-size: 0.9em;
    border: 1px solid #ccc;
	border-left:0;
	border-top:0;
	overflow: auto;
}
.calendario__biano {
    border-left: 1px solid #ccc;
}
.metadados--agenda {
	margin-top:0;
}
.calendario__tabela {
	width:100%;
}
.agenda {
	margin-top: 20px;
}
.agenda--lista {
	list-style:none;
	margin-bottom:20px;
}
.agenda--lista li {
	margin-top:10px;
}
.agenda--lista__data {
	font-weight:bold;
	width:95px;
	color:#858585;
	float: left;
	overflow: hidden;
	display: block;
}
.agenda--lista__evento {
	color:black;
	overflow: hidden;
	display: block;
}
.metadados--agenda {
	margin-top:0;
}

.calendario__tabela--divulgacoes  tbody td {
	border:none;
}

.calendario__tabela--divulgacoes td:first-child {
	width:620px;
}

.check {
	position: relative;
	top:6px;
	left:5px;
	color:#789433;
}
.expand {
	cursor: pointer;
}
.td-expandida {
	display: none;
}
.botao--calendario {
	font-weight:bold;
	margin-top:10px;
}
.fa-caret-down {
	position: relative;
	top:6px;
	margin-right:5px;
}

nav.sidebar li.nav-item a.current{
	color: #003747;
}

.calendario__ano.slick-slide {
	height: inherit;
}

.calendario-detalhes {
    margin: 20px 0;
    width: 100%;
    position: relative
}

.calendario-detalhes .accordion {
    display: flex;
    flex-direction: row;
    background: #efefef;
    margin: 2px 0 0;
    padding: 0;
    border: none;
    align-items: stretch;
    position: relative;
    cursor: pointer;
}

.calendario-detalhes .accordion:before {
    content: "";
    top: 8px;
    left: 3px;
    border-left: 4px solid #008ebd;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    content: "";
    top: auto;
    bottom: 17px;
    left: 22.7%;
    position: absolute;
    transition: .4s;
}

.calendario-detalhes.eventos .accordion:before {
    top: 13px;
    left: 15px
}

.calendario-detalhes .accordion:hover {
    background: #e4e4e4
}

.calendario-detalhes .panel {
	display: none;
    background: #fff;
    padding: 0;
    border: 1px solid #eaeaea
}

.calendario-detalhes.eventos .panel {
	display: none;
    background: #fff;
    padding: 15px;
    border: 1px solid #eaeaea;
    font-size: 14px
}

.calendario-detalhes.eventos .panel p {
    margin-bottom: 15px
}

.calendario-detalhes.eventos .panel a {
    margin: 5px 0 5px;
    font-size: 13px
}

.calendario-detalhes .titulo-tabela {
    background: #4b4b4c;
    color: #fff;
    margin: 2px 0 0;
    padding: 0;
    border: none;
    font-weight: 700;
    position: relative;
    font-size: 13px
}

.calendario-detalhes .titulo-tabela p {
    padding: 6px 14px;
    height: 100%
}

.calendario-detalhes .titulo-tabela p.light {
    background: #717171
}

.calendario-detalhes .titulo-tabela p.teste {
    padding: 6px 14px 6px 220px
}

.calendario-detalhes .box-data {
    flex: 0 1 auto;
    font-size: 13px;
    color: #1f1f1f;
    font-weight: 400;
    background: #f9f9f9;
    padding: 10px 14px;
    transition: all 250ms
}

.calendario-detalhes .accordion:hover .box-data {
    background: #efefef
}

.calendario-detalhes .data-destaque {
    font-size: 14px;
    color: #4b4b4c
}

.calendario-detalhes .box-data small {
    display: block;
    margin: 0;
    line-height: 21px;
    color: #909090;
    font-size: 12px
}

.calendario-detalhes .titulo {
    flex: 0 1 auto;
    font-size: 14px;
    color: #6b6b6b;
    font-weight: 700;
    padding: 12px 15px;
    line-height: 18px
}

.calendario-detalhes .titulo small {
    display: block;
    margin: 2px 10px 0;
    font-size: 11px;
    color: #008ebd
}

.calendario-detalhes .lista-divulgacao {
    display: block;
    font-size: 13px;
    color: #7b7b7b;
    font-weight: 300
}

.calendario-detalhes .lista-divulgacao li {
    width: 100%;
    padding: 0;
    font-size: 14px;
    border-bottom: 1px solid #eaeaea;
    list-style: none;
}

.calendario-detalhes .lista-divulgacao p {
    padding: 5px 12px
}

.calendario-detalhes .lista-divulgacao li span {
    font-size: 11px;
    margin-left: 23px
}

.calendario-detalhes .lista-divulgacao li:last-child {
    border-bottom: none
}

.calendario-detalhes .evt-titulo {
    flex: 0 1 auto;
    font-size: 14px;
    color: #008ebb;
    font-weight: 700;
    background: #f9f9f9;
    padding: 7px 14px 8px 26px;
    transition: all 250ms
}

.calendario-detalhes .evt-data {
    flex: 0 1 auto;
    font-size: 14px;
    color: #908f8f;
    font-weight: 400;
    background: #ececec;
    padding: 7px 14px 8px;
    transition: all 250ms
}

/* ----------------- FIM CALENDARIO ----------------- */

/* ----------------- CALENDARIO MOBILE ----------------- */

@media (max-width: 768px) {
	.calendario {
		padding:0 12px;
	}
	.agenda {
		padding:0 12px;
	}
	.calendario__titulo {
		padding:0 12px;
	}
}

/* ----------------- FIM CALENDARIO MOBILE ----------------- */

/* ----------------- CALENDARIO MOBILE 2 ----------------- */

@media (max-width: 400px) {
	.calendario__semestre {
		width:100%;
	}
}

/* ----------------- FIM CALENDARIO MOBILE 2 ----------------- */

/* ----------------- FOTOS ----------------- */

.titulo-fotos {
	margin-bottom:10px;
}

.fotos {
	margin-top:20px;
}

.foto {
	overflow:hidden;
	position:relative;
	box-sizing: border-box;
}

.foto {
	padding-right:6px;
	padding-left:6px;
	box-sizing: border-box;
}

.foto:nth-child(5n) {
	padding-right:0;
}

.foto:nth-child(5n+1) {
	padding-left:0;
}

li.foto{
	float:left;
	min-height: 198px;
}

.foto__img {
	max-width:100%;
}

.foto__paragrafo {
	margin-top: 0;
    margin-bottom: 12px;
    height: 95px;
    font-size: 12px;
    line-height: 17px;
    background: #fbfbfb;
    padding: 5px 10px;
    border: 1px solid #e2e1e1;
    border-top: 1px solid #e4e4e4;
    overflow: hidden;
}

.foto__banco_midia {
    border: 1px solid #e2e1e1;
    border-bottom: none;
}

.bloco__banco_midia {
	margin-bottom: 15px;
}

.galeria {
	margin-top:10px;
}

.galeria__thumb {
	padding-right:2px;
	padding-left:2px;
	box-sizing: border-box;
	margin-bottom:4px;
}
.voltar--midia {
	margin-top:20px;
}
.foto-grande {
	margin:20px 0 0;
}
.foto-grande__nav {
	display:table-cell;
	vertical-align: middle;
	font-size:4em;
	color:#b3b3b3;
}
.foto-grande__principal {
	/*padding:0 40px;*/
	display:table-cell;
	width:100%;
}
.foto-grande__principal audio {
	width:70%;
	margin-bottom:10px;
	margin-top:30px;
	text-align: left;
}
.foto-grande__principal img {
	max-width:100%;
	margin-bottom:20px
}
.download {
	background-color: #fff;
    border: 1px solid #008ebb;
    height: 40px;
    width: 100px;
    text-align: center;
    font-weight: bold;
    color: #008ebb;
    border-radius: 5px;
    margin-top: 7px;
}

/* ----------------- FIM FOTOS ----------------- */

/* ----------------- FOTOS MOBILE ----------------- */
@media (max-width: 768px) {
	.titulo--midia {
		padding-left:12px;
		padding-right:12px;
	}
	.voltar--midia {
		padding-left:12px;
		padding-right:12px;
	}
	.fotos {
		padding-left:12px;
		padding-right:12px;
	}

	.foto {
		padding-right:5px;
		padding-left:5px;
	}
	.foto:nth-child(3n) {
		padding-right:5px;
		padding-left:5px;
	}

	.foto:nth-child(3n+1) {
		padding-right:5px;
		padding-left:5px;
	}
	.foto:nth-child(3n) {
		padding-right:0;
	}

	.foto:nth-child(3n+1) {
		padding-left:0;
	}
	.lista-noticias__icone { /* extends thumb */
		left:3em;
	}
	.galeria {
		padding-left:12px;
		padding-right:12px;
	}
	.img-audio {
		display: block;
	}
}
/* ----------------- FIM FOTOS MOBILE ----------------- */

/* ----------------- AVANÇADA ----------------- */
.input {
	margin-top:20px;
}

.input__label {
	display:block;
	color:#5a5758;
	font-weight:bold;
	margin-bottom:5px;
}

.input__texto {
	width:90%;
	height:30px;
	border-radius:3px;
	border:1px solid #b4b4b9;
	margin-right:5px;
	padding-left:5px;
}

.input__explicacao {
	font-size:0.8em;
	color:#5a5758;
	margin-top:2px;
}

.input__incluir {
	position:relative;
	top:2px;
	font-weight:bold;
	display:inline-block;
}

.input__checkbox {
	position:relative;
	top:4px;
	margin-right:5px;
	margin-bottom:12px;
}

.input__texto--mes {
	width:120px;
}

.input__texto--ano {
	width:80px;
}

.botao--avancada, input[type=button].botao--avancada, input[type=reset].botao--avancada, input[type=submit].botao--avancada {
	font-weight:bold;
	margin: 30px 0 0;
	padding: 8px 50px;
	font-size:1em;
	background-color: #fff;
    -webkit-appearance: initial;
}

.botao--avancada:hover, input[type=button].botao--avancada:hover, input[type=reset].botao--avancada:hover, input[type=submit].botao--avancada:hover {
    background-color: #008ebb !important;
    color: white;
}

.chzn-container {
	width: 90% !important;
}

/* ----------------- FIM AVANÇADA ----------------- */

/* ----------------- AVANÇADA MOBILE ----------------- */
@media (max-width: 768px) {
	.input__texto {
		width:100%;
		margin-bottom:5px;
	}
}
/* ----------------- FIM AVANÇADA MOBILE ----------------- */

/* ----------------- RODAPE ----------------- */
.envolve_footer {
	background-color:#4b4b4c;
	color:white;
	padding:30px 0 55px;
	margin: 40px auto 0;
	/*flex: 1;*/
	width:100%;
}

.footer {
	max-width:1200px;
	margin: 0 auto;
}
.menu-auxiliar__social {
	float:left;
	margin-left:18px;
}
.menu-auxiliar__social li {
	display: inline-block;
	margin-left: 9px;
}
.menu-auxiliar__social img {
	width: 21px;
}
.logo__ibge--rodape {
    float: right;
    position: relative;
    top: 2px;
    margin-left: 25px;
}
.direitos {
	text-align: right;
}
.footer-menu__titulo {
    font-weight: 700;
    margin-top: -5px;
    margin-bottom: 5px;
    color: #d99357;
    text-transform: uppercase;
}

/* ----------------- FIM RODAPE ----------------- */

/* ----------------- RODAPE MOBILE ----------------- */

@media (max-width: 768px) {

	.footer {
		padding-left:8px;
		padding-right:8px;
	}
	.footer-menu {
		display: none;
	}
	.logo__ibge--rodape {
		float: none;
		margin-bottom: 25px;
	}
	.menu-auxiliar__social--header {
		float: none;
	}
	.direitos {
		text-align: left;
		margin-top:30px;
	}

}

/* ----------------- FIM RODAPE MOBILE ----------------- */



/* ----------- ICONE NO MENU BANCO DE IMAGENS ---------- */
.fa_icon {
    position: relative;
}

/*replace the content value with the
corresponding value from the list below*/

.fa_icon:before {
    content: "\f107";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
/*--adjust as necessary--*/
    color: white;
    font-size: 18px;
    padding-right: 18px 25px 18px;
    position: absolute;
    top: 20px;
    left: 133px;
}
/* --------- FIM ICONE NO MENU BANCO DE IMAGENS ------- */


/* --------- GRÁFICOS --------------------------------- */
div.novixTable{
	float:none !important;
	/*width: 63%;*/
	height: 50% !important;
	width: 876px !important;
}

.highcharts-container {
	width: 100% !important;
}

.highcharts-title tspan {
	font-weight: bold;
	fill: #eb9c5a;
	text-align: left;
	font-size:14px;
}
table.pvtTable, table.envolve_conteudo table {
	width: 100%;
    border: 1px solid #CDCDCD;
	font-size:14px;
	table-layout: fixed;
	background-color: #4b4b4c;
}
table.pvtTable thead tr:first-child th:nth-child(2){
    width: 0;
    visibility: hidden;
}
table.pvtTable thead tr:nth-child(2) th:first-child {
	display: none;
}
table.pvtTable thead tr:nth-child(2) th:nth-child(2){
    display: none;
}
.envolve_conteudo table.pvtTable thead tr th, .envolve_conteudo table.conteudo__produto__tabela thead tr th {
	color:white;
	background-color:#4b4b4c;
	font-weight:bold;
	text-align: left;
	font-size:14px;
}
.envolve_conteudo table.conteudo__produto__tabela tbody th, .envolve_conteudo table.pvtTable tbody th  {
	background-color:#e3e3e3;
	text-align: left;
	font-size:14px;
}
.envolve_conteudo table.conteudo__produto__tabela tbody td, .envolve_conteudo table.pvtTable tbody td  {
	text-align: left;
	font-size:14px;
}
.produto__serieshistoricas .chzn-container-multi .chzn-choices {
	width: 240px;
	margin-bottom: 10px;
}

.pure-g{
	letter-spacing: inherit;
}

/*menu  mobile */
.multilevelpushmenu_inactive{
	box-shadow:none !important;
}

.multilevelpushmenu_wrapper{
	position:relative !important;
	height: 100vh !important;
}

.multilevelpushmenu_wrapper .levelHolderClass {
	background-color: #008ebb !important;
	margin-top: 0;
}

.multilevelpushmenu_wrapper .top-level-menu a {
	font-size: 1.2em;
    padding: .6em;
}

.multilevelpushmenu_wrapper .top-level-menu a:first-letter {
    text-transform: capitalize;
}

.multilevelpushmenu_wrapper li {
	border-top: 1px solid #5ab6d3 !important;
}

.multilevelpushmenu_wrapper li:last-child {
	border-top: 1px solid #5ab6d3 !important;
}

/* esconder totais */
.pvtTotal, .pvtTotalLabel, .pvtGrandTotal {display: none}

/* -------------------------  FIM GRAFICOS ------------------------------------*/

/* ------------------------ GRAFICOS MOBILE -----------------------------------*/

@media (max-width: 1200px) {
	div.novixTable{
		width: 756px !important;
	}
}
@media (max-width:1080px) {
	div.novixTable{
		width: 636px !important;
	}
}
@media (max-width:960px) {
	div.novixTable{
		width: 516px !important;
	}
}
@media (max-width:768px) {
	div.novixTable{
		width: 100% !important;
	}
}

/* -------------------------  FIM GRAFICOS MOBILE ------------------------------------*/

/* -------------------------  INICIO GALERIA IMAGENS  ------------------------------------*/

.galeria__container img {
    display: block;
    max-width: 100%;
    margin: auto;
}

.galeria__container p {
    position: absolute;
    bottom: 0;
    width: 100%;
    background: rgba(37, 37, 37, 0.94);
    margin: 0;
    padding: 5px 17px 10px;
    color: #ffffff;
}

.texto--single .bx-wrapper {
    margin-bottom: 25px;
    border: none;
    box-shadow: none;
    overflow: hidden;
}

.bx-viewport {
    background: #f3f3f3;
}

.bx-viewport div { 
	min-height: 1px; 
	min-width: 1px; 
}

.bx-wrapper .bx-controls .bx-pager {
    width: 100%;
    height: 100px;
    padding: 6px 0;
    position: static;
    text-align: left;
}

.bx-wrapper .bx-controls .bx-pager-item {
    border: 3px solid #ffffff;
    border-top: none;
    border-bottom: none;
    width: 16.67%;
    height: 90px;
    position: relative;
}

.bx-wrapper .bx-controls .bx-pager-item:first-child {
    border-left: none;
}

.bx-wrapper .bx-controls .bx-pager-item:last-child {
    border-right: none;
}

.bx-wrapper .bx-controls .bx-pager-item a,
.bx-wrapper .bx-controls .bx-pager-item span {
    position: absolute;
    width: 100%;
    height: 100%;
    background-position: top center;
    background-size: cover;
}

.bx-wrapper .bx-controls-direction a {
    margin-top: -76px !important;
}

.bx-wrapper .bx-controls .bx-pager-item .bx-pager-link:not(.active) {
    opacity: 0.5;
}

.bx-wrapper .bx-controls .bx-pager-item .bx-pager-link:not(.active):hover {
    opacity: 1;
}

@media (max-width: 768px) {
	.galeria__container p {
		position: static;
		bottom: 0;
		width: 100%;
		background: rgb(58, 58, 58);
		margin: 0;
		padding: 15px 17px 20px;
		color: #ffffff;
		font-size: 15px;
	}

	.bx-wrapper .bx-controls .bx-pager-item {
		height: 70px;
	}

	.bx-wrapper .bx-controls .bx-pager {
		height: 80px;
	}
}


/* -------------------------  FIM GALERIA IMAGENS  ------------------------------------*/

.qrcodeimg{
	width: 100px;
	display: none;
}

/* -------------------------  INICIO TABELA DECORADA  ------------------------------------*/

.tabela_agencia{
	background-color:#f3f3f3;
	padding:25px 25px 5px 25px;
	display:block;
}
.tabela_agencia table{
	background-color: #e4b587;
	border: none;
}
.tabela_agencia table tr:nth-child(even), 
.tabela_agencia table th {		
	background-color: #d08b2e;
	border: none;
}
.tabela_agencia table caption{
	text-align:left;
	font-size:120%;
	padding-bottom:10px;
}
.tabela_agencia table th, .tabela_agencia table td{
	text-align:right;
    padding: 8px 10px;
	border: none;
}
.tabela_agencia table th:first-child, .tabela_agencia table td:first-child{
	text-align:left;
}
.tabela_agencia tfoot td{
	background-color:#f3f3f3;
	font-size:75%;
	font-weight:bold;
	padding-left:0;
	border: none;
}

/* -------------------------  FIM TABELA DECORADA  ------------------------------------*/

/* -------------------------  INICIO SERIES ESPECIAIS  ------------------------------------*/

.center {
	height: 440px;
	margin-top: -20px;
	margin-bottom: 50px;
}

.center .slick-list,
.center .slick-track,
.center .slick-slide, 
.center .slick-slide div {
	height: 100%;
}

.center .slick-list {
	padding-top: 20px !important;
	padding-bottom: 20px !important;
}

.center .slick-slide div.slide-serie {
	height: 350px;
	margin-top: 24px;
	background-size: cover;
	background-position: center;
	background-repeat: repeat-x;
	transition: all 250ms ease-in-out;
}

.center .slick-slide.slick-current div.slide-serie {
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.4);
	z-index: 100;
	position: relative;
	height: 100%;
	margin-top: 0;
}

.center .slick-slide .slide-serie {	
	box-shadow: 0 0 12px rgba(0, 0, 0, 0.2);
}

.center .slick-arrow {
	background: rgba(0, 0, 0, 0.5);
	border: none;
	font-size: 0;
	width: 45px;
	height: 45px;
	border-radius: 100%;
	position: absolute;
	top: 193px;
	z-index: 1;
	transition: all 150ms;
}

.center .slick-next {
	right: 20px;
}

.center .slick-prev {
	left: 20px;
}

.center .slick-arrow:not(.slick-disabled):hover {
	background: rgba(0, 0, 0, 0.8);
	width: 50px;
	height: 50px;
	top: 190px;
}

.center .slick-next:not(.slick-disabled):hover {
	right: 17.5px;
}

.center .slick-prev:not(.slick-disabled):hover {
	left: 17.5px;
}

.center .slick-next:before,
.center .slick-prev:before {
	content: "\f105";
	font-size: 25px;
	font-family: FontAwesome;
	color: #ffffff;
	line-height: 33px;
	margin-left: 3px;
}

.center .slick-prev:before {
	content: "\f104";
	margin-left: -3px;
}

.center .slick-disabled {
	opacity: 0.15;
	cursor: default;
}

.center .slick-dots {
    text-align: center;
}

.center .slick-dots li {
    list-style: none;
    display: inline-block;
    margin: 0 6px;
}

.center .slick-dots li button {
    list-style: none;
    background: rgba(0, 0, 0, 0.2);
    border: none;
    font-size: 0;
    width: 12px;
    height: 12px;
    border-radius: 100%;
    transition: all 150ms;
}

.center .slick-dots li.slick-active button {
    background: rgba(0, 0, 0, 0.8);
    cursor: default;
}

.center .slick-slide div.serie-descricao {
    font-size: 19px;
    color: #fff;
    font-weight: 700;
    position: absolute;
    bottom: 0;
    height: auto;
    padding: 15px 25px;
    text-shadow: 1px 1px 3px #000;
    opacity: 0;
    transition: all 250ms;
}

.center .slick-slide.slick-current div.serie-descricao {
    opacity: 1;
}

@media (max-width: 768px) {
	.center {
		height: 300px;
		margin-top: 10px;
		margin-bottom: 10px;
	}

	.slick-slide div.slide-serie {
		height: 200px;
	}
}

/* -------------------------  FIM SERIES ESPECIAIS  ------------------------------------*/

/* HOME */

.titulo-sidebar{
	width:100%;	
}


/*Destaque nivel 1*/

.home-nivel-1{     
    margin-top: 40px;
}

.home-nivel-1 .titulo-sidebar{
    margin-bottom: 18px;
}

.home-noticias-content.titulo-sidebar span{
    text-transform: none;
    top: 8px;
    left: 9px;
    font-size: 1.4em;
}

.home-podcasts, .home-retratos{
    border-top: 3px solid #a5a5a5;
    padding: 17px 10px 20px;
    width: 100%;
}

.home-nivel-1 ul{
	list-style: none;
	font-size: 1.1em;
	font-weight: bold;
}

.home-nivel-1 ul span{
	font-weight: normal;   
	font-size: 0.9em;
	margin-left: 5px;
}

.home-nivel-1 ul li{
    margin-bottom: 35px;
    font-size: 15px;
}

.home-nivel-1-direita {
    padding: 0 0 0 15px;
    margin: 0;
    border: none;
}

.home-nivel-1-esquerda {
    padding: 0 15px 0 0;
    margin: 0;
    border: none;
}

.home-noticias-content {
    padding: 0;
    margin: 0;
    border: none;
}

.home-noticias ul li {
    border-top: 1px solid #eceef0;
    margin-bottom: 40px;
}

.home-noticias ul li:last-child {
    margin-bottom: 32px;
}

.home-noticias-content .home-noticia-conteudo {
    width: 60%;
    display: inline-block;
    padding-left: 15px;
}

.home-noticias-content h3 {
    padding: 0 10px 0 0;
    margin: -13px 0 0 0;
    display: inline-block;
    background: #ffffff;
    font-size: 17px;
    font-weight: 400;
}

.home-noticias-content .home-noticia-imagem {
    width: 37%;
    height: 140px;
    background-size: cover;
    background-position: center;
    display: inline-block;
}

.home-noticias-content .home-noticia-titulo {
	font-size: 20px;
	line-height: 25px;
}

.home-noticias-content .home-noticia-subeditoria {
    font-size: 14px;
    line-height: 15px;
    color: #a19ea4;
    margin-bottom: 7px;
}

.home-noticias-content .home-noticia-data {
    font-size: 12px;
    font-weight: 300;
    line-height: 19px;
    color: #a19ea4;
    margin-top: 7px;
}

.home-noticias-content h3.sociais{
	color: #962358;
}

.home-noticias-content h3.economicas{
	color: #e68900;
}

.home-noticias-content h3.geociencias{
	color: #0f7110;
}

.home-noticias-content h3.ibge{
	color: #003b7f;
}

.home-podcasts audio {
    width: 90%;
}

.home-podcasts .home-podcasts-titulo {
    font-size: 19px;
    margin-bottom: 9px;
    display: block;
}

.home-podcasts .home-podcasts-titulo p {
    font-size: 19px;
    margin: 0;
}

.home-podcasts .home-podcasts-titulo span {
    font-size: 13px;
    font-weight: 300;
    line-height: 19px;
    color: #a19ea4;
    vertical-align: middle;
}

.home-lentes-capas {
    text-align: center;
    margin-bottom: 25px;
}

.home-lentes .lentes-banner {
    width: 100%;
    height: 290px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    display: inline-block;
    margin: 0;
    overflow: hidden;
}

.home-lentes .lentes-banner .home-lentes-img {
	height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    opacity: 1;
    transform: scale(1);
    transition: all 350ms;
}

.home-lentes .lentes-banner:hover .home-lentes-img {
    transform: scale(1.05);
}

.home-retratos ul{
	list-style: none;
	margin-left: 0;
}

.home-retratos.eng ul{
	float: none;
	margin-left: 0;
	width: 100%;
}

.home-retratos ul li{
	margin-bottom: 15px;
}

.home-link-data a {
    font-size: 15px;
    font-weight: 400;
    line-height: 24px;
}

.home-link-data a span {    
    font-size: 13px;
    font-weight: 300;
    color: #a19ea4;
    vertical-align: bottom;
    margin-left: 10px
}

.minuto-ibge-home a:hover p:before {
    border-right-color: #018ebb;
    border-bottom-color: #018ebb;
}

.minuto-ibge-home .audio-player {
	display: flex;
	background: #ccc;align-items: center;
}

.minuto-ibge-home .audio-player img {
	flex: 0 0 auto;
	width: 165px;
	margin: 0;
}

.minuto-ibge-home .audio-player audio {
	flex: 1 0 auto;
	width: 95px;
	margin: 19px 17px;
}


/*Destaque nivel 2*/

.home-nivel-2 {
    background: #e4e3e2;
    margin-top: 30px;
    margin-bottom: -40px;
    padding: 35px 0 55px;
}

.home-nivel-2-esquerda {
    border-right: 1px solid #ccc;
	padding: 0 25px 0 0;
}

.home-nivel-2-meio {
	padding: 0 25px;	
}

.home-nivel-2-direita {
    border-left: 1px solid #ccc;
	padding: 0 0 0 25px;
}

.home-nivel-2-content .titulo-sidebar{
    margin-bottom: 14px;
}

.home-nivel-2-content .titulo-sidebar span {
    font-size: 1.1em;
    top: 9px;
}



.serie-especial {
    margin-bottom: 25px;
}

.serie-especial .home-noticia-conteudo {
    width: 53%;
    display: inline-block;
    padding-left: 15px;
}

.serie-especial .home-noticia-imagem {
    width: 45%;
    height: 181px;
    background-size: cover;
    background-position: center;
    display: inline-block;
}

.serie-especial .home-noticia-titulo {
	font-size: 20px;
	line-height: 25px;
	font-weight: 700;
}

.serie-especial .home-noticia-subeditoria {
    font-size: 14px;
    line-height: 15px;
    color: #a19ea4;
    margin-bottom: 7px;
	font-weight: 700;
}

.serie-especial .home-noticia-data {
    font-size: 12px;
    font-weight: 300;
    line-height: 19px;
    color: #a19ea4;
    margin-top: 7px;
}

.serie-especial__descricao {
    font-size: 14px;
    line-height: 15px;
    color: #838185;
    margin-bottom: 0px;
    font-weight: 700;
    margin-top: 11px;
}

.serie-especial__titulo {
	margin: 9px 0 5px;
	font-size: 17px;
}

.home-releases li {
	list-style: none;
	margin-bottom: 15px;
}

@media (max-width: 768px) {	
	.home-nivel-1{
		margin-top: 35px;
		padding: 0 17px;
	}	

	.home-noticias ul li {
		margin-bottom: 40px;
	}

	.home-noticias-content h3 {
		font-size: 14px;
	}

	.home-noticias-content .home-noticia-titulo {
		font-size: 17px;
		line-height: 23px;
	}

	.home-noticias-content .home-noticia-subeditoria {
		font-size: 13px;
		line-height: 17px;
		margin-bottom: 6px;
	}

	.botao-full {
		margin-bottom: 30px;
	}

	.home-nivel-1-esquerda {
		padding: 0;
	}

	.home-nivel-1-direita {
		padding: 0;
	}	

	.home-podcasts, .home-retratos{
		border-top: 2px solid #a5a5a5;
		padding: 10px 0 20px;
	}

	.home-podcasts .home-podcasts-titulo {
		font-size: 15px;
	}

	.home-podcasts audio {
		width: 100%;
	}

	.home-retratos .capa-revista {
		width: 120px;
	}

	.home-lentes .lentes-banner .home-lentes-img {
		height: 280px;
	}	

	.home-nivel-2-esquerda, .home-nivel-2-meio, .home-nivel-2-direita {
		border: none;
		border-bottom: 1px solid #ccc;
		padding: 20px 20px;
	}

	.home-nivel-2-direita {
		border: none;
	}
	
	.home-nivel-2 {
		background: #e4e3e2;
		margin-top: 10px;
		padding: 15px 0 35px;
	}
}

.ibge-logo {
	height: 30px;
	padding-left: 15px;
	padding-top: 2px;
	margin-left: 15px;
	margin-top: -2px;
	border-left: 1px solid #b2acaa;
}

.revista-retratos article {
    width: 20%;
    height: 313px;
    float: left;
    padding: 0 5px;
    margin-bottom: 100px;
}

.revista-retratos article img {
    border: none;
    margin: 0;
    display: block;
    width: 100%;
    height: auto;    
}

.revista-retratos article span {
    display: block;
    margin: 0;
    text-align: center;
    background: #eaeaea;
    padding: 5px;
    font-size: 15px;
    border-radius: 0 0 5px 5px;
}


/* LENTES.DOC */

.lentes-doc .principal {
    margin: 0;
    padding: 0;
}

.lentes-doc .lentes-intro {
	position: relative;
	width: 100%;
	height: calc(100vh - 154px);
	min-height: 800px;
	background: #000;
	background-size: cover;
	background-position: center;
}

.lentes-doc .lentes-intro iframe {
    width: 100%;
	height: 100%;
}

.lentes-doc .lentes-intro .intro-info {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.lentes-doc .lentes-intro .intro-info img {
	display: block;
	max-width: 500px;
	margin: auto;	
}

.lentes-doc .lentes-intro .intro-info h3 {
	font-weight: 400;
	color: #595959;
	max-width: 710px;
	text-align:center;
	margin: 35px auto 0;
	line-height: 28px;
	font-size: 20px;
	background: rgba(245, 245, 244, 0.9);
	padding: 35px 25px;
	border-radius: 5px;
}

.lentes-doc .lentes-intro .intro-info hr {
	font-weight: 400;
	border: none;
	border-top: 1px solid rgb(215, 214, 213);
	max-width: 710px;
	text-align: center;
	margin: 35px auto 0px;
	height: 0;
}

.lentes-doc .lentes-intro .intro-info .intro-data {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%)
}

.lentes-doc .lentes-text {
    width: 100%;
    max-width: 1200px;
    margin: 50px auto 80px;
}

.lentes-doc .lentes-text p {
    font-size: 17px;
    line-height: 25px;
    margin: 20px 0;
}

.lentes-doc .lentes-text img {
    margin: 30px 0 15px;
}

.lentes-doc .lentes-subtitle {
    background: #f8f6f7;
}

.lentes-doc .lentes-subtitle.fullimage {
    height: 100vh;
    position: relative;
    display: flex;
    flex-direction: column;
}

.lentes-doc .lentes-subtitle.fullimage .bg-image {
    flex: 1 1 auto;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}

.lentes-doc h2 {
	font-family: 'Barlow', sans-serif;
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	font-weight: 400;
	color: #838484;
	padding: 55px 0 60px 61px;
	font-size: 43px;
	background: url(../imagens/lentes.svg) no-repeat left center;
	background-size: 35px; 
}

.lentes-doc .lentes-subtitle.fullimage h2 {
    flex: 0 0 auto;
}

.lentes-doc .lentes-quote {
	font-family: 'Barlow', sans-serif;
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	font-weight: 400;
	color: #838484;
	padding: 95px 0 50px;
}

.lentes-doc .lentes-quote p {
	font-family: 'Barlow', sans-serif;
	text-transform: uppercase;
	font-size: 33px;
	line-height: 40px;
}

.lentes-doc .lentes-quote small {
	font-family: 'Barlow', sans-serif;
	display: block;
	font-size: 18px;
	line-height: 36px;
	margin-top: 15px;
}

.lentes-doc .col-1-4 {
	width: 25%;
}

.lentes-doc .col-2-4 {
	width: 50%;
}

.lentes-doc .col-3-4 {
	width: 75%;
}

.lentes-doc .col-4-4 {
	width: 100%;
}

.lentes-doc .right {
	float: right;
	padding: 0 0 15px 35px;
}

.lentes-doc .left {
	float: left;
	padding: 0 35px 15px 0;
}

.lentes-doc .lentes-minuto p {
	font-family: 'Barlow', sans-serif;
	color: #838484;
	font-size: 24px;
	text-transform: uppercase;
	transition: all 250ms;
	margin: 0 0 12px;
}

.lentes-doc .lentes-minuto a:hover p {
	color: #018ebb;
}

.lentes-doc .lentes-minuto p:before {
    content: "";
    display: inline-block;
    width: 8px;
    height: 8px;
    border-right: 2px solid #828484;
    border-bottom: 2px solid #828484;
    transform: rotate(-45deg);
    vertical-align: top;
    margin: 9px 5px 0 0;
	transition: all 250ms;
}

.lentes-doc .lentes-minuto a:hover p:before {
    border-right-color: #018ebb;
    border-bottom-color: #018ebb;
}

.lentes-doc  .audio-player {
	display: flex;
	background: #ccc;align-items: center;
}

.lentes-doc  .audio-player img {
	flex: 0 0 auto;
	width: 165px;
	margin: 0;
}

.lentes-doc  .audio-player audio {
	flex: 1 0 auto;
	width: 95px;
	margin: 19px 17px;
}

.lentes-doc  .video-player iframe {
	width: 100%;
}

.lentes-doc  .video-player p {
	width: 100%;
}

.lentes-doc  .video-player p {
	font-family: 'Barlow', sans-serif;
	color: #838484;
	font-size: 24px;
	text-transform: uppercase;
	transition: all 250ms;
	margin: 0 0 12px;
}

.lentes-doc .video-player a:hover p {
	color: #018ebb;
}

.lentes-doc .video-player p:before {
    content: "";
    display: inline-block;
    width: 8px;
    height: 8px;
    border-right: 2px solid #828484;
    border-bottom: 2px solid #828484;
    transform: rotate(-45deg);
    vertical-align: top;
    margin: 9px 5px 0 0;
	transition: all 250ms;
}

.lentes-doc .video-player a:hover p:before {
    border-right-color: #018ebb;
    border-bottom-color: #018ebb;
}

.lentes-doc .lentes-fullimage {
	display: block;
	margin: -30px 0 95px;
}

.lentes-navigation {
    max-width: 1200px;
    margin: 0 auto;
}

.lentes-navigation ul {
    list-style: none;
    text-align: center;
    margin-bottom: 35px;
}

.lentes-navigation ul li {
    display: inline-block;
    padding: 23px 0;
}

.lentes-navigation ul li span {
	display: block;
	font-family: 'Barlow', sans-serif;
	color: #838484;
	font-size: 17px;
	padding: 7px 23px;
	border-right: 1px solid #838484;
	transition: all 250ms;
	cursor: pointer;
}

.lentes-navigation ul li:last-child span {
	border-right: none;
}

.lentes-navigation ul li span:hover {
	color: #018ebb;
}

.lentes-creditos{
	list-style: none;
	border-top: 1px solid #828484;
	margin-top: 35px;
	padding-top: 25px
}

.lentes-creditos li, .lentes-creditos li b {
	list-style: none;
	font-family: 'Barlow', sans-serif;
	text-transform:uppercase;
	font-size: 18px;
	line-height: 30px;
	font-weight: 300;
}

.lentes-creditos li b {
	font-weight: 600;
	display: inline-block;
	margin-left: 5px;
}

@media (max-width: 768px){
	
	.lentes-doc .logo__lentes {
		width: 47px;
		padding: 0;
	}
	
	.lentes-doc .ibge-logo {
		height: 30px;
		padding-left: 3px;
		padding-top: 2px;
		margin-left: 15px;
		margin-top: -2px;
		border-left: 1px solid #b2acaa;
		display: none;
	}

	.lentes-doc .lentes-intro {
		height: calc(100vh - 93px);
	}	

	.lentes-doc .lentes-intro .intro-info img {
		width: 350px;
		max-width: 100%;
	}

	.lentes-doc .lentes-intro .intro-info .intro-data {
		width: 80%;
	}

	.lentes-doc .lentes-intro .intro-info h3 {
		line-height: 25px;
		font-size: 17px;
	}

	.lentes-doc .lentes-intro .intro-info hr {
		max-width: 400px;
	}	

	.lentes-navigation ul li {
		display: block;
		border-bottom: 1px solid #dadada;
		padding: 0;
	}

	.lentes-navigation ul li span {
		display: block;
		font-family: 'Barlow', sans-serif;
		color: #838484;
		font-size: 17px;
		padding: 18px 23px;
		border-right: none;
		transition: all 250ms;
		cursor: pointer;
	}

	.lentes-navigation ul {
		list-style: none;
		text-align: center;
		margin-bottom: 0;
	}

	.lentes-doc .lentes-subtitle {
		padding: 0;
	}

	.lentes-doc .lentes-subtitle.fullimage {
		height: calc(100vh - 73px);
	}

	.lentes-doc h2 {
		color: #838484;
		padding: 45px 40px 47px 71px;
		font-size: 28px;
		background-size: 25px;
		background-position-x: 30px;
	}

	.lentes-doc .lentes-quote {
		padding: 45px 30px 0;
	}

	.lentes-doc .lentes-quote p {
		font-size: 21px;
		line-height: 30px;
	}

	.lentes-doc .lentes-quote small {
		font-family: 'Barlow', sans-serif;
		display: block;
		font-size: 14px;
		line-height: 26px;
		margin-top: 10px;
	}

	.lentes-doc .lentes-text {
		padding: 0 30px;
		margin: 50px auto 80px;
	}

	.lentes-doc .col-1-4 {
		width: 100%;
	}

	.lentes-doc .col-2-4 {
		width: 100%;
	}

	.lentes-doc .col-3-4 {
		width: 100%;
	}

	.lentes-doc .col-4-4 {
		width: 100%;
	}

	.lentes-doc .right {
		float: none;
		padding: 0 0 15px 0;
	}

	.lentes-doc .left {
		float: none;
		padding: 0 0 15px 0;
	}

	.lentes-doc .lentes-text p {
		font-size: 14px;
		line-height: 20px;
		margin: 20px 0;
	}

	.lentes-doc .video-player iframe {
		height: 350px;
	}

	.lentes-doc .lentes-minuto p {
		font-size: 19px;
	}

	.lentes-doc .lentes-minuto p:before {
		margin: 5px 9px 0 0;
	}
}

@media (max-width: 400px){
	
	.lentes-doc .ibge-logo {
		display: none;
	}

	.lentes-doc  .audio-player {
		flex-direction:column;
		background-color: transparent;
	}

	.lentes-doc  .audio-player img {
		flex: 0 0 auto;
		width: 100%;
		margin: 0;
	}

	.lentes-doc  .audio-player audio {
		flex: 1 0 auto;
		width: 100%;
		margin: 19px 17px 0;
	}
}

.aviso-retratos {
    font-size: 16px;
    margin-bottom: 35px;
}

.aviso-retratos p {
    margin-bottom: 25px;
}

.minutointerna-content {
    margin-top: 35px;
    list-style: none;
}

.minutointerna-content li {
    display: flex;
    padding-bottom: 35px;
    margin-bottom: 35px;
    border-bottom: 1px solid #ccc;
}

.minuto-single.minutointerna-content li {
    border-bottom: none;
}

.minutointerna-imagem {
    width: 35%;
    flex: 0 0 auto;
}

.minutointerna-texto {
    width: 75%;
    flex: 0 0 auto;
    padding-left: 33px;
    padding-top: 7px;
    align-self: auto;
}

.minutointerna-texto h3 {
    display: inline-block;
    font-size: 20px;
    vertical-align: baseline;
}

.minutointerna-texto .minutointerna-data {
    display: inline-block;
    font-size: 13px;
    margin: 3px 0 0;
    color: #ccc;
    margin-left: 9px;
}

.minutointerna-descricao {
	margin: 15px 0 0;
	font-size: 1.15em;
	line-height: 1.5em;
}

.minuto-single .minutointerna-descricao {
	margin: 0 0 0;
}

.minutointerna-descricao p {
	margin: 5px 0;
}

.minutointerna-descricao audio {
	display: block;
	width: 550px;
	max-width: 100%;
	margin-top: 20px;
}


@media (max-width: 768px){

.minutointerna-content li {
    display: block;
    padding-bottom: 35px;
    margin-bottom: 35px;
    border-bottom: 1px solid #ccc;
}

.minutointerna-imagem {
    width: 100%;
    flex: 0 0 auto;
}

.minutointerna-texto {
    width: 100%;
    flex: 0 0 auto;
    padding-left: 0;
    padding-top: 20px;
    align-self: auto;
}

.minutointerna-descricao audio {
	width: 100%;
}

}

/* resumo noticia */

.resumo-noticia {
    background: #f9f9f9;
    border: 1px solid #ececec;
    padding: 20px 25px 15px;
    border-radius: 5px;
    position: relative;
    list-style: none;
    margin: 0 0 35px;
}

.resumo-noticia li {
    padding: 0 0 0 15px;
    margin: 0 0 13px;
    position: relative;
}

.resumo-noticia li:not(:first-child):before {
    content: "";
    height: 4px;
    width: 4px;
    position: absolute;
    background: #008ebb;
    left: 0;
    top: 9px;
}

.resumo-noticia li:first-child {    
    color: #008ebb;
    padding: 0;
    margin: 0 0 10px;
    font-size: 15px;
}

.selo-experimental {
    display: inline-block;
    background: url(../imagens/marca-experimentais-alerta.png) no-repeat;
    background-size: 15px;
    background-position: left 15px top 2px;
    padding-left: 23px;
    border-left: 1px solid #ccc;
    margin: 0 0 10px 15px;
    padding: 3px 0 4px 38px;
    font-weight: 700;
    font-size: 13px;
    text-transform: none;
}

.selo-experimental:first-child {
    background-position: left 0px top 2px;
    border-left: none;
    margin: 0 0 10px 0;
    padding: 3px 0 4px 25px;
}

.selo-experimental a {
    color: #4b4b4c;
}

.selo-experimental a:hover {
    color: #a53131;
}