/* ----------------- GERAL ----------------- */

@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,400i,700,700i');

* {
	box-sizing:border-box;
	margin:0;
	padding:0;
	vertical-align:top;
	font-family: 'Open Sans', sans-serif;
}

a {
	text-decoration:none;
	color:#00652f;
}

a:hover {
	color:#00320c;
}

h1 {
	font-size:2.2em;
	line-height:1.1em;
	margin:0;
}

h2 {
	font-size:1.5em;
	line-height:1.2em;
}

h3 {
	font-size:1.2em;
	margin-top:10px;
}

h4 {
	font-size:1em;
	margin:-6px 0 20px 0;
	font-weight: 400;
	font-style: italic;
}


h5 {
	font-size:1em;
	margin-top:10px;
}

hr {
      background-color: #c7c7c6;
      height: 1px;
	  margin:35px 0;
}

iframe, img {
    max-width: 100%;
}

.destaque img, .destaque iframe {
    max-width: inherit;
}

.btn--grande {
	background-color:#fff;
	border:1px solid #20613e;
	height:50px;
	width:300px;
	text-align:center;
	font-weight:bold;
	color:#20613e;
	border-radius:5px;
	margin-top:20px;
}

.texto--laranja {
	color:#eb9c5a;
	font-weight:bold;
}
.texto--azul {
	color:#20613e;
	font-weight:bold;
}

.social-share{
	cursor: pointer;
}

@media (min-width: 769px) {
  main
   {
    display: block !important;
   }
   .mobile-only, header.mobile-only {
	   display:none;
   }
}

@media (max-width: 768px) {
   .desktop-only {
	   display:none;
   }
   body.fixed {
	   overflow: hidden;
   }
   iframe, img {
		height: initial;
	}
}

body {
	background: #ffffff !important;
	font-size:0.9em;
	line-height:1.5em;
	color:#4b4b4c;
    display: flex;
    height: 100%;
    flex-direction: column;
}

header {
	background-color:#007a40;
}

.botao {
	text-align: center;
	border-radius:3px;
	border:1px solid #00743c;
	padding:6px 10px;
	display: inline-block;
	color:#00743c;
}

.botao:hover {
	background-color:#00743c;
	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-color:#f1f5f5;
		height: inherit;
	}
}

/* ----------------- FIM GERAL MOBILE ----------------- */

/* ----------------- HEADER ----------------- */

#barra-brasil {
	min-height: 32px;
}
.envolve_logo {
	height:50px;
	max-width:1200px;
	margin:20px auto;
}
.logo {
	display:inline-block;
	padding:8px 0 0 5px;
	color:black;
	font-size:1.7em;
    float: left;
}

.logo a {
	color: black;
}

.logo__ibge {
	float: right;
    position: relative;
    top: 15px;
}

.tagline {
    margin-left: 15px;
    color: white;
    font-size: 14px;
    display: inline-block;
    position: relative;
    top: 15px;
}

.menu-auxiliar {
	position:relative;
	top:12px;
}

ul.menu-auxiliar__submenu {
	float: right;
	background-color: transparent;
}

.menu-auxiliar__submenu li {
	display:inline;
	margin-left:20px;
}

.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; */
}

/* ----------------- 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: 70px;
		top:0;
	}
	.logo {
		font-size:1.2em;
		padding-left:8px;
	}
	.botao-menu {
		float: right;
	}
	.header__menu--mobile {
		padding-right:8px;
	}
	.header-mobile {
		padding-top:10px;
		background-color:#007a40;
		border-bottom: 1px solid #d5d5d5;
		height:60px;
	}
	.logo__ibge {
		float: none;
		margin-left:10px;
		margin-top: -10px;
		width: 70px;
	}
	.logo__principal {
		width: 150px;
		position: relative;
		bottom: 3px;
		margin-right: 10px;
	}

	.sidebar__lista li li a{
		display: block;
		padding: 7px 50px;
		font-weight: 400
	}

	.sidebar__lista li a {
		display: block;
		padding: 7px 25px;
	}

	.sidebar__lista {
		padding: 0;
	}
	.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;
	}
	.multilevelpushmenu_wrapper .levelHolderClass {
		background: #02753D;
	}
	.multilevelpushmenu_wrapper li {
		border-top: 1px solid #00652f;
		padding: .8em
	}
	.multilevelpushmenu_wrapper li:last-child {
		border-bottom: 1px solid #00652f;
	}
	.multilevelpushmenu_wrapper .levelHolderClass {
		top:8px;
	}
	.tagline-mobile {
		background: #bee6a5;
    	height: 54px;
	}
	.tagline {
		color: black;
	}
	.pure-g {
		letter-spacing:0;
	}
}

/* ----------------- FIM HEADER MOBILE ----------------- */


/* ----------------- MENU ----------------- */
.navegacao {
	background-color:#007a40;
    border-top: 1px solid #729B72;
}
.envolve_menu {
	width:100%;
    max-width:1200px;
    margin: 0 auto;
}
.menu {
	font-size:1em;
	height:48px;
	max-width:1200px;
	margin:0 auto;
	position: relative
}
.menu__item, nav.pure-menu-horizontal li[class^="item-"] {
	height:48px;
	float:left;
	list-style: none;
    color: #9EB698;
}

.menu__item--atual, nav.pure-menu-horizontal li[class^="item-"]--atual {
	background-color:#004a22;
}

.menu__item a, nav.pure-menu-horizontal li[class^="item-"] a {
	color:white;
	padding:13px 5px;
    margin-right:30px;
	display: block;
}

.menu__item a:hover, nav.pure-menu-horizontal li[class^="item-"] a:hover {
	color:#9EB698;
}

nav.pure-menu-horizontal li[class^="item-"].current a {
	color:#9EB698;
}

nav.menu-auxiliar li[class^="item-"].current a{
	color: #003747;
}

.menu__subitem {
	background-color:#20613e;
	width:220px;
}

.pure-menu-has-children>.pure-menu-link:after {
	display:none;
}
.menu__itens i {
	position: relative;
	top:4px;
	left:4px;
}
.menu__itens {
	display: inline;
}

/* -------- */

.publicacao {
    float: right;
    background-color:#02753D;
    border-color: #5D9062;
    color:white;
    border-radius:3px;
    padding:3px 5px;
    position: relative;
    top:12px;
    width: 250px;
}


/* ----------------- FIM MENU ----------------- */

/* ----------------- CONTEUDO ----------------- */

.conteudo {
    background-color:white;
    border-bottom: 1px solid #DFDFDF;
}

.envolve_main {
	max-width:1200px;
	margin:0 auto;
	width: 100%;
	flex: 1 0 auto;
}
/**.forca-altura {
	min-height: calc(100% - 309px);
}**/

.conteudo-home {
	text-align: center;
	padding:10px 0;
}

html, body {
	height:100%;
}

.box-home {
	border: 1px solid #999;
	border-radius:5px;
	margin:12px;
}

.box-home h2 {
    text-transform: uppercase;
    color: white;
    margin-top:0;
    font-size: 20px;
    line-height: 24px;
}

.box-home p {
    margin-top:5px;
    color: #858584;
    font-size: 16px;
    line-height: 24px;
}

.box-titulo {
	padding:10px 0;
	margin-bottom:20px;
}

.home-agricultura .box-titulo {
	background-color:#759735;
}

.home-pecuaria .box-titulo {
	background-color:#ce5b50;
}

.home-produtores .box-titulo {
	background-color:#3faadc;
}

.home-estabelecimentos .box-titulo {
	background-color:#fbba00;
}

.home-agricultura a {
	color:#759735;
}

.home-pecuaria a {
	color:#ce5b50;
}

.home-produtores a {
	color:#3faadc;
}

.home-estabelecimentos a {
	color:#fbba00;
}

.box-home p {
	margin:30px;
}

.box-home p span {
	font-weight: bold;
	font-size:21px;
}

.saibamais {
	border-top: 1px solid #999;
	padding:10px;
	font-weight: bold;
}

.saibamais a {
	color:#00652f;
}

.modulo-conteudo {
	margin-bottom:30px;
	clear: both;
}

.pdf {
	background-color:#f0f0f0;
	padding: 10px 25px 20px;
}

.pdf ul {
	margin-left:17px;
}

@media (max-width: 768px) {
	.conteudo-home {
		text-align: center;
		min-height: none;
	}
	html, body {
		height:inherit;
	}
}

.menu-lateral ul {
	border: 1px solid #999;
	border-radius:3px;
	list-style: none;
	margin-right: 30px;
}

.menu-lateral li {
	border-top: 1px solid #999;
	padding: 7px 10px; 
}

.menu-lateral li:first-child {
	border-top: none;
}
.menu-lateral li.selected {
	background-color:#f0f0f0;
}

.menu-lateral li.selected a {
	color:black;
}

@media (max-width: 768px) {
	.conteudo .pure-u-1 {
		margin-left: 10px;
		margin-right: 10px;
	}
	.menu-lateral ul {
		margin-right:0;
		margin-bottom:20px;
	}
}





/* ----------------- FIM CONTEUDO ----------------- */

/* ----------------- RODAPE ----------------- */
.envolve_footer {
	background-color:#4b4b4c;
	color:white;
	padding:30px 0 55px;
	margin: 0 auto;
	/*flex: 1;*/
	width:100%;
}

.footer {
	max-width:1200px;
	margin: 0 auto;
}
.social {
    text-align: right;
}
.menu-auxiliar__social {
	margin-right:18px;
    float: right;
}
.menu-auxiliar__social li {
	display:inline;
	margin-left:6px;
}
.menu-auxiliar__social img {
	width:25px;
}
.logo--rodape img {
	position: relative;
	top:2px;
    float: right;
}
.sobre .texto--laranja {
    text-transform: uppercase;
}
.sobre ul {
    margin-top:10px;
}
.sobre li {
    list-style-type: none;
    float: left;
    margin-right: 15px;
}
.sobre li a {
    color: white;
}

/* ----------------- FIM RODAPE ----------------- */

/* ----------------- RODAPE MOBILE ----------------- */

@media (max-width: 768px) {

	.footer {
		padding-left:8px;
		padding-right:8px;
	}
	.menu-auxiliar__social {
    	float: left;
	}
	.sobre {
		margin-bottom: 30px;
	}
	.menu-auxiliar__social li {
		display: inline;
		margin-left: 0;
	}

	.menu-auxiliar__social li img {
		margin-right: 6px;
	}
}

/* ----------------- FIM RODAPE MOBILE ----------------- */

/* ----------------- FILTROS ----------------- */

.filtro {
	padding: 10px 0 15px;
	margin-right:10px;
	font-size:12px;
}
.filtro label {
	font-weight: bold;
}
.filtro select {
	width: 100%;
	border-radius:3px;
}
@media (max-width: 768px) {
	.filtro {
		margin:0 10px;
	}
	.filtro select {
		padding:8px 10px;
	}
	.filtro:first-child {
		margin-bottom:-15px;
	}
}

/* ----------------- FIM FILTROS ----------------- */

/* ----------------- CABEÇALHO ----------------- */

.cabecalho {
	background-color: #f0f0f0;
}
.envolve_cabecalho {
	min-height: 140px;
	max-width: 1200px;
	margin: 0 auto;
    width: 100%;
    flex: 1 0 auto;
}
.cabecalho h1 {
	font-size:16px;
	line-height:21px;
	color: black;
}
.cabecalho__info__conteudo {
	font-size: 12px;
	line-height: 21px;
	float: left;
	margin: 5px 10px 0 0;
	column-count:2;
	column-gap: 30px;
	color: #6b6b6f;
	column-width: 340px;
}
.cabecalho__info__conteudo dt {
	margin-right: 5px;
	float: left;
}
.cabecalho__info {
	margin: 30px 0 20px 0;
	padding-right:10px;
	display: block;
}
.cabecalho__icon {
	margin-top:20px;
	float: left;
	display: block;
	width: 110px;
	height: 100px;
	padding: 5px 0;
	background: rgba(217,217,217,1);
	background: -moz-radial-gradient(center, ellipse cover, rgba(217,217,217,1) 50%, rgba(255,255,255,0) 51%);
	background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(50%, rgba(217,217,217,1)), color-stop(51%, rgba(255,255,255,0)));
	background: -webkit-radial-gradient(center, ellipse cover, rgba(217,217,217,1) 50%, rgba(255,255,255,0) 51%);
	background: -o-radial-gradient(center, ellipse cover, rgba(217,217,217,1) 50%, rgba(255,255,255,0) 51%);
	background: -ms-radial-gradient(center, ellipse cover, rgba(217,217,217,1) 50%, rgba(255,255,255,0) 51%);
	background: radial-gradient(ellipse at center, rgba(217,217,217,1) 50%, rgba(255,255,255,0) 51%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d9d9d9', endColorstr='#ffffff', GradientType=1 );
}
.cabecalho__txt {
	display: block;
	float: left;
	margin:20px 0 20px 20px;
}
@media (max-width: 768px) {
	.envolve_cabecalho {
		height:inherit;
	}
	.cabecalho__img {
		text-align: center;
		float: none;
	}
}

/* ----------------- FIM CABEÇALHO ----------------- */

/* ----------------- MAPAS ----------------- */

.dados {
	padding: 20px 0;
}
.mapa--cartograma {
	text-align: right;
	padding: 10px 0;
}
.mapa--legenda {
	margin-bottom: 20px;
}
.ranking-grafico {
	margin-bottom: 20px;
}
h2 {
	font-size: 16px;
	line-height: 22px;
	color: #02753D;
}
h3 {
	font-size:18px;
	margin-bottom:12px;
	color: black;
}
.dados p {
	margin-top:10px;
}
.dados p a {
	text-decoration: underline;
}
.centralizado {
	text-align: center;
}
.chave {
	display: block;
	margin: 20px auto;
}
.ver-tabela {
    background-color: white;
    border: 1px solid #09609F;
    padding: 3px 10px 2px;
    color: #09609F;
    border-radius: 4px;
    font-size: 12px;
	position: relative;
	bottom:15px;
	margin-bottom: 10px;
	letter-spacing: 0;
}
#download {
	bottom: 0;
	position: initial;
	margin:0;
	float: right;
}
.mapa-coropletico--tabela {
	margin-bottom:50px;
}
.mapa-coropletico--tabela table {
	width:100%;
	text-align: left;
	border:1px solid #999;
}
.mapa-coropletico--tabela td, .mapa-coropletico--tabela th {
	padding: 5px 20px 5px 10px;
}
.mapa-coropletico--tabela th {
	text-align: left;
}
.mapa-coropletico--tabela tr:first-child th {
	background-color: #007a40;
	padding: 8px 20px 8px 10px;
	color:white;
}
.mapa-coropletico--tabela tr:last-child th {
	background-color: #f0f0f0;
}
.mapa-coropletico--tabela tr:nth-child(2n) td{
	background-color:#f0f0f0;
}
.mapa-coropletico--tabela tfoot {
	font-size:10px;
	color:#999;
	text-align: right;
	padding: 8px 20px 8px 10px;
}
@media (max-width: 768px) {
	.chave {
		display: none;
	}
	.mapa--legenda li {
		float: left;
		width: 50%;
	}
}

/* ----------------- FIM MAPAS ----------------- */

