/*! normalize.css v3.0.1 | MIT License | git.io/normalize */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */

html {
  font-family: 'Roboto', sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */

body {
  margin: 0;
}


/* HTML5 display definitions
   ========================================================================== */

/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11 and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */

audio,
canvas,
progress,
video {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */

[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */

/**
 * Remove the gray background color from active links in IE 10.
 */

a {
  background: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */

a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */

/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */

abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */

b,
strong {
  font-weight: 700;
}

/**
 * Address styling not present in Safari and Chrome.
 */

dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */

h1 {
  font-size: 2em;
  margin: 0;
}

/**
 * Address styling not present in IE 8/9.
 */

mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove border when inside `a` element in IE 8/9/10.
 */

img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */

svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */

/**
 * Address margin not present in IE 8/9 and Safari.
 */

figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */

pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */

/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */

/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */

button,
input,
optgroup,
select,
textarea {
  color: inherit; /* 1 */
  font: inherit; /* 2 */
  margin: 0; /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */

button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */

button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

button,
html input[type="button"], /* 1 */
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */

input[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box; /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
  border: 0; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */

textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */

optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

table {
  border-collapse: collapse;
  border-spacing: 0;
}


td, th {
  padding: 0;
}

/*! estilo da página */

html, body, .imi-doc {
	height: 100%;
}
 
body > .imi-doc {
	height: auto !important;
	height: 100%;
	min-height: 100%;
}

header {
	margin-bottom: 25px;
}

a:link,
a:visited {
	color: #333;
	text-decoration: none;
}

a:hover {
	color: #000;
}

a:active {
	color: #000;
}

/*
a:link........define o estilo do link no estado inicial;
a:visited...define o estilo do link visitado;
a:hover.....define o estilo do link quando passa-se o mouse sobre ele;
a:active....define o estilo do link ativo (o que foi "clicado").
*/

.imi-conteudo {
	max-width: 960px;
	width: 100%;
	margin: 0 auto;
}

.imi-bloco {}

[class^="imi-col-"],
[class*=" imi-col-"] {
	/*margin-left: 24px;*/
	margin-left: 2.5%;
	float: left;
}

[class^="imi-col-"]:first-child,
[class*=" imi-col-"]:first-child {
	margin-left: 0;
}

.imi-col-1 { /*width: 58px;*/ width: 6.04166666666667%; }
.imi-col-2 { /*width: 140px;*/ width: 14.58333333333333%; }
.imi-col-3 { /*width: 222px;*/ width: 23.125%; }
.imi-col-4 { /*width: 304px;*/ width: 31.66666666666667%; }
.imi-col-5 { /*width: 386px;*/ width: 40.20833333333333%; }
.imi-col-6 { /*width: 468px;*/ width: 48.75%; }
.imi-col-7 { /*width: 550px;*/ width: 57.29166666666667%; }
.imi-col-8 { /*width: 632px;*/ width: 65.83333333333333%; }
.imi-col-9 { /*width: 714px;*/ width: 74.375%; }
.imi-col-10 { /*width: 796px;*/ width: 82.91666666666667%; }
.imi-col-11 { /*width: 878px;*/ width: 91.45833333333333% }
.imi-col-12 { /*width: 960px;*/ width: 100%; }

.clearfix {
	zoom: 1;
}

.clearfix:before,
.clearfix:after {
	display: block;
	line-height: 0;
	content: "";
}

.clearfix:after {
	clear: both;
}

.capa-hotsite {
	display: block;
	position: relative;
}

.capa-hotsite img {
	display: block;
	max-width: 100%;
}

.titulo {
	font-weight: 700;
	letter-spacing: -0.02em;
	padding-bottom: 0.5em;
}

p {
	font-size: 1em;
	line-height: 28px;
	margin: 0;
	padding-bottom: 1.5em;
	word-wrap: break-word;
	font-weight: 300;
}

ol, ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#imi-doc {
	width: 100%;
	height: 100%;
	overflow: hidden;
	margin: 0 auto;
}

#imi-doc .subir {
	position: fixed;
	right: 5%;
	bottom: 5%;
	display: none;
}
#imi-doc .subir a {
	text-decoration: none;
	padding: 5px;
	font-size: 12px;
	text-transform: uppercase;
	background-color: rgba(0,0,0,.1);
	color: #FFF;
	text-shadow: -1px 1px 0 #333;
	position: relative;
	
	-webkit-border-radius: 2px;
		-moz-border-radius: 2px;
			border-radius: 2px;
}
#imi-doc .subir span {
	width: 0;
	height: 0;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-bottom: 10px solid rgba(0,0,0,.1);
	position: absolute;
	left: 50%;
	margin-left: -10px;
	top: -10px;
}

.conteudo-principal {
	width: 100%;
	height: 100%;
}

.conteudo-principal img.mes {
    max-width: 90%;
    margin: 90px auto 0 auto;
    display: block;
}

.conteudo-principal .left {
	float: left;
	height: 100%;
	width: 60%;
}
.conteudo-principal .right {
	height: 100%;
	width: 40%;
	float: right;
}

.conteudo-principal .botoes {
	position: absolute;
	top: 50%;
	margin-top: -19px;
	left: 0;
	z-index: 2;
	width: 100%;
}
.conteudo-principal .botoes a {
	width: 38px;
	height: 38px;
	position: absolute;
	display: block;
}
.conteudo-principal .botoes a.anterior {
	background: url(../images/botao_left.png) no-repeat 0 0 transparent;
	left: 10%;
}
.conteudo-principal .botoes a.proximo {
	background: url(../images/botao_right.png) no-repeat 0 0 transparent;
	left: 90%;
}

.conteudo-principal .imi-conteudo {
	position: relative;
	top: 20%;
}
.conteudo-principal .titulo-principal {
	text-align: center;
}

.conteudo-principal .navegacao-horizontal {
	width: 100%;
	height: 100%;
	position: relative;
}
.conteudo-principal section .slide {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	z-index: 1;
}
.conteudo-principal section .conteudo-slide {
	width: 55%;
	color: #FFF;
	height: auto;
	position: relative;
	max-height: 94%;
	overflow: hidden;
}
.conteudo-principal section .conteudo-slide .itens {
	color: #fff;
	font-size: 18px;
	display: block;
	font-weight: 700;
	margin-top: 15px;
}

.conteudo-principal section .conteudo-slide .itens:first-child {
	margin-top: 0;
}

.conteudo-principal section .conteudo-slide .itens span {
	display: block;
	font-weight: 400;
}

.conteudo-principal section .conteudo-slide .itens a,
.conteudo-principal section .conteudo-slide .itens a:hover { color: #fff; }

.conteudo-principal section .conteudo-slide .logo-area {
	display: block;
	margin: 0 auto 30px;
}
.conteudo-principal section .conteudo-slide .titulo-area {
	font-weight: 700;
	font-size: 20px;
	margin-bottom: 30px;
}
.conteudo-principal section .conteudo-slide .texto-area {
	font-size: 14px;
	line-height: 20px;
	text-align: left;
}
.conteudo-principal section .conteudo-slide .link {
	padding: 10px;
	background-color: rgba(0,0,0,.1);
	display: inline-block;
}
.conteudo-principal section .conteudo-slide .link  a {
	font-weight: 700;
	color: #FFF;
}

.conteudo-principal .logo-caderno {
	position: absolute;
	bottom: 10%;
	left: 10%;
	cursor: pointer;
	z-index: 3;
}
.conteudo-principal .logo-caderno .aviso {
	background-color: #FFF;
	padding: 5px;
	position: relative;
	top: 10px;
	
	-webkit-opacity: 0;
		-khtml-opacity: 0;
			-moz-opacity: 0;
				-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
					filter:alpha(opacity=0);
						opacity: 0;
	
	-webkit-border-radius: 4px;
	-webkit-border-top-left-radius: 0;
		-moz-border-radius: 4px;
		-moz-border-radius-topleft: 0;
			border-radius: 4px;
			border-top-left-radius: 0;
}
.conteudo-principal .logo-caderno .aviso.oculto { cursor: default; }
.conteudo-principal .logo-caderno .aviso .seta-cima{
	width: 0;
	height: 0;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-bottom: 10px solid #FFF;
	position: absolute;
	top: -10px;
	left: 0;
}
.conteudo-principal .logo-caderno .aviso p {
	padding: 0;
	font-size: 14px;
	line-height: 14px;
}

.conteudo-principal .capa {
	background-color: #fff;
}

	.conteudo-principal .titulo-principal {
		display: none;
	}

	.conteudo-principal .capa .marcas {
		position: relative;
		margin-top: 6%;
		display: block;
		text-align: center;
	}
	.conteudo-principal .capa .lista {
		overflow: hidden;
		display: inline-block;
	}
	.conteudo-principal .capa .item {
		float: left;
		margin-left: 16px;
		height: 68px;
	}
	.conteudo-principal .capa .item:first-child {
		margin-left: 0;
	}
	.conteudo-principal .capa .item > a {
		display: block;
		cursor: default;
		background-image: url(../images/mark-small-gray.png);
		background-position: 0 0;
		background-color: transparent;
		background-repeat: no-repeat;
		position: relative;
	}
	.conteudo-principal .capa .marca-oestado > a {
		background-position: 0 -30px;
		width: 62px;
		height: 12px;
		margin-top: 30px;
	}
	.conteudo-principal .capa .marca-g1-maranhao > a {
		background-position: -78px -28px;
		width: 74px;
		height: 15px;
		margin-top: 28px;
	}
	.conteudo-principal .capa .marca-imirante > a {
		background-position: -166px -25px;
		width: 56px;
		height: 22px;
		margin-top: 25px;
	}
	.conteudo-principal .capa .marca-mirante-am > a {
		background-position: -238px -16px;
		width: 45px;
		height: 33px;
		margin-top: 16px;
	}
	.conteudo-principal .capa .marca-mirante-fm > a {
		background-position: -299px -18px;
		width: 68px;
		height: 31px;
		margin-top: 18px;
	}
	.conteudo-principal .capa .marca-tv-mirante > a {
		background-position: -378px -18px;
		width: 50px;
		height: 39px;
		margin-top: 18px;
	}
	.conteudo-principal .capa .marca-sistema-mirante > a {
		background-position: -456px 0;
		width: 89px;
		height: 68px;
	}

.conteudo-principal > section {
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-size: cover;
}

.conteudo-principal > section {
}

.marcas-secao {
	position: relative;
	display: block;
	text-align: center;
    margin-top: 35%;
}
.marcas-secao .lista {
	overflow: hidden;
	display: inline-block;
}
.marcas-secao .lista .item {
	float: left;
	margin-left: 16px;
	height: 54px;
}
.marcas-secao .lista .item:first-child {
	margin-left: 0;
}
.marcas-secao .lista .item > a {
	display: block;
	cursor: default;
	background-image: url(../images/mark-small-white.png);
	background-position: 0 0;
	background-color: transparent;
	background-repeat: no-repeat;
	position: relative;
}
.marcas-secao .lista .marca-oestado > a {
	background-position: 0 -23px;
	width: 50px;
	height: 10px;
	margin-top: 23px;
}
.marcas-secao .lista .marca-g1-maranhao > a {
	background-position: -63px -22px;
	width: 59px;
	height: 12px;
	margin-top: 22px;
}
.marcas-secao .lista .marca-imirante > a {
	background-position: -134px -19px;
	width: 45px;
	height: 18px;
	margin-top: 19px;
}
.marcas-secao .lista .marca-mirante-am > a {
	background-position: -192px -13px;
	width: 36px;
	height: 26px;
	margin-top: 13px;
}
.marcas-secao .lista .marca-mirante-fm > a {
	background-position: -240px -15px;
	width: 55px;
	height: 24px;
	margin-top: 15px;
}
.marcas-secao .lista .marca-tv-mirante > a {
	background-position: -304px -14px;
	width: 40px;
	height: 31px;
	margin-top: 14px;
}
.marcas-secao .lista .marca-sistema-mirante > a {
	background-position: -366px 0;
	width: 72px;
	height: 54px;
}


/*
 * section month
 */
.conteudo-principal .janeiro { background-image: url(../images/bg-azul.png); }
.conteudo-principal .janeiro .slide:first-child .conteudo-slide {
	margin-top: 170px;
}

.conteudo-principal .fevereiro { background-image: url(../images/bg-amarelo.png); }
.conteudo-principal .fevereiro .conteudo-slide .itens,
.conteudo-principal .fevereiro .conteudo-slide .itens a,
.conteudo-principal .fevereiro .conteudo-slide .itens a:hover { color: #000 !important; }
.conteudo-principal .fevereiro .slide:first-child .conteudo-slide {
	margin-top: 190px;
}


.conteudo-principal .marco { background-image: url(../images/bg-preto.png); }
.conteudo-principal .marco .slide:first-child .conteudo-slide {
	margin-top: 180px;
}

.conteudo-principal .abril { background-image: url(../images/bg-vermelho.png); }
.conteudo-principal .abril .slide:first-child .conteudo-slide {
	margin-top: 230px;
}

.conteudo-principal .maio { background-image: url(../images/bg-preto.png); }
.conteudo-principal .maio .slide:first-child .conteudo-slide {
	margin-top: 140px;
}

.conteudo-principal .junho { background-image: url(../images/bg-verde.png); }
.conteudo-principal .junho .slide:first-child .conteudo-slide {
	margin-top: 47px;
	max-height: 90%;
}

.conteudo-principal .julho { background-image: url(../images/bg-azul.png); }
.conteudo-principal .julho .slide:first-child .conteudo-slide {
	margin-top: 130px;
}

.conteudo-principal .agosto { background-image: url(../images/bg-amarelo.png); }
.conteudo-principal .agosto .conteudo-slide .itens,
.conteudo-principal .agosto .conteudo-slide .itens a,
.conteudo-principal .agosto .conteudo-slide .itens a:hover { color: #000 !important; }
.conteudo-principal .agosto .slide:first-child .conteudo-slide {
	margin-top: 190px;
}

.conteudo-principal .setembro { background-image: url(../images/bg-preto.png); }
.conteudo-principal .setembro .slide:first-child .conteudo-slide {
	margin-top: 135px;
}

.conteudo-principal .outubro { background-image: url(../images/bg-vermelho.png); }
.conteudo-principal .outubro .slide:first-child .conteudo-slide {
	margin-top: 156px;
}

.conteudo-principal .novembro { background-image: url(../images/bg-preto.png); }
.conteudo-principal .novembro .slide:first-child .conteudo-slide {
	margin-top: 266px;
}

.conteudo-principal .dezembro { background-image: url(../images/bg-verde.png); }
.conteudo-principal .dezembro .slide:first-child .conteudo-slide {
	margin-top: 106px;
}

.conteudo-principal .dezembro .slide:first-child .conteudo-slide .selo-projeto {
	margin-top: 50px;
	margin-left: 10px;
}


/**/
.menu-bar {
	background-color: #000;
	text-align: center;
	position: fixed;
	width: 100%;
	top: 0;
	height: 28px;
	line-height: 28px;
}
.menu-bar ul.menu {
	padding: 0;
	margin: 0;
	display: inline-block;
	overflow: hidden;
}
.menu-bar ul.menu > li {
	float: left;
	font-size: 15px;
	border-left: 1px solid #fff;
	height: 15px;
	padding: 0 5px;
	line-height: 15px;
}
.menu-bar ul.menu > :first-child {
	border-left: none;
}

.menu-bar ul.menu > li a {
	color: #fff;
}
