/*
Theme name: Manchetometro
Theme URL: Not Available for download
Description: Tema desenvolvido para ser utilizado no site manchetometro.com.br
Author: Clayton Monteiro
Version: 1.0
http://ianlunn.github.io/Hover/
*/

/* TIPOS DE LETRA */
@font-face {
    font-family: 'CooperHewitt-Heavy';
    src: url('fonts/CooperHewitt-Heavy.otf');
 	src: local('CooperHewitt-Heavy.otf'), url('fonts/CooperHewitt-Heavy.woff') format('woff'), url('fonts/CooperHewitt-Heavy.ttf') format('truetype'), url('fonts/CooperHewitt-Heavy.svg') format('svg');
    font-weight: normal;
	font-style: normal;
}
@font-face {
    font-family: 'CooperHewitt-Semibold';
    src: url('fonts/CooperHewitt-Semibold.otf');
    src: local('CooperHewitt-Semibold.otf'), url('fonts/CooperHewitt-Semibold.woff') format('woff'), url('fonts/CooperHewitt-Semibold.ttf') format('truetype'), url('fonts/CooperHewitt-Semibold.svg') format('svg');
    font-weight: normal;
	font-style: normal;
}
@font-face {
    font-family: 'Maison Neue Book';
    src: url('fonts/Maison Neue Book.otf');
    src: local('Maison Neue Book.otf'), url('fonts/Maison Neue Book.woff') format('woff'), url('fonts/Maison Neue Book.ttf') format('truetype'), url('fonts/Maison Neue Book.svg') format('svg');
    font-weight: normal;
	font-style: normal;
}
@font-face {
    font-family: 'Maison Neue Light';
    src: url('fonts/Maison Neue Light.otf');
    src: local('Maison Neue Light.otf'), url('fonts/Maison Neue Light.woff') format('woff'), url('fonts/Maison Neue Light.ttf') format('truetype'), url('fonts/Maison Neue Light.svg') format('svg');
    font-weight: normal;
	font-style: normal;
}
@font-face {
    font-family: 'Maison Neue Mono';
    src: url('fonts/Maison Neue Mono.otf');
    src: local('Maison Neue Mono.otf'), url('fonts/Maison Neue Mono.woff') format('woff'), url('fonts/Maison Neue Mono.ttf') format('truetype'), url('fonts/Maison Neue Mono.svg') format('svg');
    font-weight: normal;
	font-style: normal;
}
@font-face {
    font-family: 'Swift-04-Regular';
    src: url('fonts/Swift-04-Regular.otf');
    src: local('Swift-04-Regular.otf'), url('fonts/Swift-04-Regular.woff') format('woff'), url('fonts/Swift-04-Regular.ttf') format('truetype'), url('fonts/Swift-04-Regular.svg') format('svg');
    font-weight: normal;
	font-style: normal;
}
ul {
	padding-left: 0px;
}

body{
	overflow-x: hidden;
}
.menu {
	font-family:'CooperHewitt-Heavy', sans-serif;
    list-style-type: none;
	position: fixed;
	z-index: 2;
	background-color: white;
	width: 100%;
	top: 0px;
	margin-left: -8px;
	height: 63px;
	border-bottom-style: solid;
    border-bottom-width: thin;
	border-bottom-color: grey;
}
.clearFixed {
	display: block;
	content: '';
	height: 55px;
	background-color: red;
}
.menu a{
	text-decoration: none;
	color: black;
}
.menuLeftMargin{
	width: 39px;
}
.menuList li{
    display: inline-block;
	font-size: 24px;
	text-transform: uppercase;
	vertical-align: top;
}
.dropdown:hover + .menu-dropdown {
    display: block;
}
.dropdown  {
	height: 47px;
	width: 18%;
}
.dropdown a{
	padding-bottom: 5px;
}
.dropdown-Menu-Label {
	text-align: center;
}
.dropdown--publicacoes:hover a{
	border-bottom: 14px solid black;
}
.dropdown--analises:hover a{
	border-bottom: 14px solid #7C599E;
}
.dropdown--institucional:hover a{
	border-bottom: 14px solid #455F8C;
}
.dropdown--mediometro:hover a{
	border-bottom: 14px solid black;
}
.menu-dropdown {
    display: none;
    position: absolute;
    background-color: black;
	color: white;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
	text-align: left;
	left: 0px;
	width: 100%;
	min-height: 250px;
}
.menu-dropdown ul{
	list-style-type: none;
}
.menu-dropdown li{
	text-transform: none;
}
.menu-dropdown a{
	color: white;
}
.menu-dropdown:hover {
    display: block;
}
.institucional .seeAll {
	display: none;
}
.institucional .menu-dropdown-col-lastPubli-label {
	display: none;
}
.institucional .menu-dropdown-col-lastPubli {
	display: none;
}
.mediometro .seeAll  {
    display: none;
}
.mediometro .menu-dropdown-col-lastPubli-label{
    display: none;
}
.mediometro .menu-dropdown-col-lastPubli  {
	display: none;
}
.menu-dropdown-col {
	display: inline-block;
	vertical-align: top;
}
.menu-dropdown-col li{
	font-family:'CooperHewitt-Semibold', sans-serif;
	font-size: 26px;
	display: block;
	margin-bottom: 10px;
}
.menu-dropdown-col ul{
	margin-left: 0px;
	margin-top: 30px;
}
.seeAll a, .seeAll, .menu-dropdown-col-lastPubli-label, .postNavColLabel {
	font-family:'Maison Neue Light', sans-serif;
	font-size: 14px;
	margin-top: 15px;
	text-transform: uppercase;
}
.descrCat {
	margin-bottom: 30px;
}
.descrCat, .menu-dropdown-col-lastPubli-label {
    display: block;
	margin-top: 30px;
	margin-right: 30px;
}
.menu-dropdown-col-lastPubli {
	margin-top: 10px;
	padding-bottom: 60px;
}
.menu-dropdown-col-lastPubli div{
    display: inline-block;
	vertical-align: top;
}
.menu-dropdown-col-lastPubli--col {
	width: 45%;
	padding-right: 30px;
}
.menu-dropdown-col-lastPubli--Title {
	font-family:'CooperHewitt-Heavy', sans-serif;
	font-size: 24px;
	text-transform: uppercase;
}
.hrExcerptPostTop {
	height: 14px;
	width: 100%;
	border-style: none;
	background-color: grey;
}
.headerCateg, .headerPage {
	width: 101%;
	display: block;
	min-height: 250px;
	color: white;
	background-color: black;
	background-image: URL('./images/Malha-Header.png');
	margin-left: -8px;
}
.headerCateg div, .headerPage div {
	display: inline-block;
	width: 47%;
	vertical-align:top;
	padding-top: 20px;
    padding-bottom: 15px;
    padding-left: 0px;
	padding-right: 10px;
	font-weight: lighter;
	background-color: inherit;
	background-image: inherit;
    margin-left: 25px;
}
.headerCategCol1, .headerPageCol1 {
	font-family: 'CooperHewitt-Semibold', sans-serif;
	font-size: 24px;
	font-weight: normal;
}
.headerCategCol2, .descrCat, .headerPageCol2 {
	font-family: 'Swift-04-Regular', sans-serif;
	font-size: 24px;
	line-height: 35px;
}
.headerCateg--Home {
	background-color: #455F8C;
}
.headerPost {
	margin-left: -8px;
}
.headerPost a, .featuredPostContainer a{
	text-decoration: none;
	color: white;
}
.headerPostBar {
	position: fixed;
	width: 100%;
	font-family:'CooperHewitt-Semibold', sans-serif;
	color: white;
	padding-top: 20px;
    padding-bottom: 15px;
    padding-left: 25px;
	background-color: black;
	z-index: 1;
}
.headerPostBar div {
	display: inline-block;
	vertical-align: center;
	font-weight: lighter;
}
.headerPostContainer {
	display: block;
	clear: both;
	padding-top: 66px;
}
.headerPostCateg {
	margin-left: 17px;
}
.headerPostCateg, .headerPostCategLink  {
	font-size: 24px;
}
.headerPostCategLink{
	margin-right: 75px;
	margin-left: 25px;
}
.headerPostCategTitle {
	font-size: 14px;
	text-transform: uppercase;
	vertical-align: top;
	margin-top: 6px;
}
.headerPostImg {
	background-color: black;
}
.headerPostImg img, .featuredPostImg img {
	width: 101%;
	max-width: 101%;
    filter: brightness(75%);
	margin-left: -7;
  height: 100vh
}
.headerPostTitleContainer {
	margin-top: 20px;
	margin-left: 40px;
}
.headerPostTitle, .featuredTitle {
	font-family:'CooperHewitt-Heavy', sans-serif;
	font-size: 80px;
	font-size: 5vw;
	text-transform: uppercase;
    width: 55%;
	line-height: 90px;
	line-height: 5vw;
}
.headerPostAuthor {
	font-family:'Maison Neue Mono', sans-serif;
	font-size: 15px;
	font-size: 1vw;
	margin-top: 10px;
	margin-left: 90px;
	letter-spacing: 2px;
}
.headerPostAuthorHR, .hrFeaturedPost {
	float: left;
	height: 17px;
	width: 80px;
	border-style: none;
	margin-left: 0px;
	background-color: black;
}
.WithImg {
	position: absolute;
	top: 190px;
	color: white;
}
.hrWithImg {
	background-color: white;
}
.postContent, .institucionalTmpltColDesc {
	font-family:'Maison Neue Light', sans-serif;
	font-size: 18px;
	font-weight: normal;
	line-height: 160%;
	text-align: justify;
}
.postContent {
	margin-top: 60px;
	margin-left: auto;
    margin-right: auto;
    width: 50%;
}
.featuredReadMore {
	font-family:'Maison Neue Mono', sans-serif;
	font-size: 15px;
	font-size: 1vw;
	margin-top: -7px;
	margin-left: 93px;
	/* letter-spacing: 2px; */
	text-transform: uppercase;
}
/*
.postContent p > strong{
	text-transform: uppercase;
	margin-left: -50px;
}
.postContent p > strong::before {
    content: '';
    display: block;
    height: 12px;
    width: 40%;
    background: grey;
	margin-bottom: 5px;
	/* margin-left: -50px;
}*/
.wp-caption[style] {
    width: 100% !important;
}
.wp-caption{
	position: relative;
}
.wp-caption img{
	max-width: 120%;
	height: auto;
	margin-left: -50px;
}
.wp-caption-text {
	position: absolute;
	bottom: 0;
	right: 0;
	color: white;
	font-size: 12px;
	margin-right: 12px;
}
.shiny iframe {
	max-width: 101%;
	margin-left: -8px;
}
.postContent img{
	max-width: 96%;
	height: auto;
    width: auto;
	margin-left: 25px;
}
.featuredPostContainer {
	position: relative;
	display: block;
	clear: both;
	padding-top: 66px;
}
.featuredTitleContainer {
	position: absolute;
	top: 190px;
	left: 100px;
	color: white;
	width: 50%
}
.lastPubliLabel {
	font-family:'CooperHewitt-Semibold', sans-serif;
	font-size: 24px;
	margin-left: 22px;
	margin-top: 30px;
}
.lastPubliList {
	margin-left: 11px;
	margin-top: 30px;
}
.lastPubliList li{
    display: inline-block;
	vertical-align:top;
	width: 31%;
	padding-right: 10px;
	padding-left: 10px;
}
.lastPubliListTitle, .listPostsCategPostTitle, .postNavPostTitle {
	font-family:'CooperHewitt-Heavy', sans-serif;
	font-size: 32px;
	color: black;
}
.lastPubliListTitle {
	line-height: 42px;
}
.listPostsCategPostTitle, .postNavPostTitle {
	float: left;
	width: 350px;
	padding-bottom: 25px;
}
.listPostsCategPostAuthor, .postNavPostAuthor {
	float: right;
	width: 230px;
	padding-right: 5px;
}
.lastPubliList a, .listPostsCategCol a, .postNav a{
	text-decoration: none;
	text-transform: uppercase;
	font-weight: normal;
	color: black;
}
.postNav {
	background-color: #f5f2f2;
	margin-left: -8px;
}
.postNavColLabel {
	padding-top: 30px;
	padding-bottom: 20px;
}
.listPostsCategPostAuthor, .postNavPostAuthor {
	font-family:'Maison Neue Book', sans-serif;
	font-size: 16px;
	letter-spacing: 2px;
	line-height: 120%;
	color: black;
}
.lastPubliList, .readMore , .lastPubliListReadMore {
	font-family:'CooperHewitt-Heavy', sans-serif;
	font-size: 18px;
	color: black;
}
.listPostsCategCol, .postNavCol {
    display: inline-block;
	width: 47%;
	vertical-align: top;
	margin-left: 22px;
	margin-top: 40px;
	padding-right: 5px;
}
.postNavCol {
	margin-top: 0px;
}
.excerptPost, .lastPubliListExcerptPost, .postNavPostExcerpt {
    clear: both;
}
.excerptPost, .lastPubliListExcerptPost, .postNavPostExcerpt {
	font-family:'Maison Neue Book', sans-serif;
	font-size: 18px;
	margin-top: 14px;
	letter-spacing: 1px;
	line-height: 140%;
}
.footer {
	background-color: black;
	color: white;
	height: 200px;
	max-width: 102%;
	margin-left: -8px;
}
.footerItems {
	margin-left: 30px;
}
.footerItems li{
	font-family: 'Maison Neue Mono', sans-serif;
	line-height: 1.4;
	font-size: 12px;
	list-style-type: none;
    display: inline-block;
	vertical-align:top;
	margin-top: 40px;
}
.footerItems a{
	margin-right: 11px;
}
.footerLogo {
	margin-bottom: 20px;
}
.footerItem--Col1 {
	width: 20%;
}
.footerItem--Col2 {
	width: 20%;
	margin-left: 15%;
}
.footerItem--Col3 {
	width: 19%;
	margin-left: 12%;
	margin-right: 2%;
}
.footerItem--Col4 {
	margin-left: 20px;
	float: right;
	margin-right: 2%
}
.footerItemDescr {
	margin-bottom: 20px;
}
.footerLogoINCT img{
	width: 220px;
	height: 100px;
}
.header404 {
	background-color: #DCDCDC;
	color: black;
}
.header404 div{
	width: 62%;
}
.institucionalTmpltContent {
	margin-left: 35px;
	margin-top: 35px;
}
.institucionalTmpltHelp {
	display: none;
}
.institucionalTmplt a{
	text-decoration: none;
	color: black;
}
.institucionalTmpltCol {
    display: inline-block;
	vertical-align:top;
	width: 49%;
}
.institucionalTmplt-membro {
    display: inline-block;
	vertical-align:top;
	width: 49%;
}
.institucionalTmplt-membro--nome, .estagiarios-Header {
	font-family:'CooperHewitt-Heavy';
	font-size: 18px;
	text-transform: uppercase;
}
.institucionalTmplt-membro--cargo {
	font-family: 'Maison Neue Mono';
	font-size: 14px;
	color: #455F8C;
	text-transform: capitalize;
	margin-top: 5px;
}
.institucionalTmplt-membro--resumo, .institucionalTmplt-estagiario-nome {
    font-family: 'Maison Neue Light';
	font-size: 18px;
}
.institucionalTmplt-membro--resumo {
	margin-top: 10px;
	margin-right: 15px;
	margin-bottom: 25px;
}
.institucionalTmplt-membro--resumo p{
text-align: justify;
}
.institucionalTmplt-Header {
	font-family: 'CooperHewitt-Semibold';
	font-size: 24px;
	margin-top: 0px;
}
.institucionalTmplt-DescContato {
    font-family: 'Swift-04-Regular';
	font-size: 24px;
	margin-top: 0px;
}
.hrinstitucionalTmplt {
	width: 70px;
	height: 15px;
	margin-top: 50px;
	margin-bottom: 50px;
	margin-left: 0px;
	border: 0;
	background-color: black;
}
.formContato input.inputField::-webkit-input-placeholder{
	font-family:'CooperHewitt-Heavy';
    color:#000;
    font-size: 18px;
}
.formContato input.inputField::-moz-placeholder{
	font-family:'CooperHewitt-Heavy';
    color:#000;
    font-size: 18px;
}
.formContato input.inputField:focus::-webkit-input-placeholder{
	color:#999494;
    font-size: 18px;
}
.formContato input.inputField:focus::-moz-placeholder{
	color:#999494;
    font-size: 18px;
}
.formContato input[type="text"], input[type="email"]{
	border: 0;
	border-bottom: 5px solid #000;
	width: 96%;
	margin-bottom: 20px;
	height: 30px;
}
.formContato input[type="submit"]{
	font-family:'CooperHewitt-Heavy';
    color:#000;
    font-size: 18px;
    border: 0px;
    text-decoration:none;
    background:#FFF;
	cursor:pointer;
	text-transform: uppercase;
	padding-left: 0px;
}
.header404title {
	font-family: 'CooperHewitt-Heavy';
	font-size: 18px;
	text-transform: uppercase;
}
.header404content {
	font-family: 'Maison Neue Book';
	font-size: 25px;
	font-weight: lighter;
}
.page404SearchResult {
	margin-top: 50px;
	margin-left: 75px;
	width: 90%;
}
.page404SearchResult-Title {
	font-family: 'Maison Neue Mono';
	font-size: 14px;
	text-transform: uppercase;
}
.hrPage404SearchResult {
	height: 5px;
	border-style: none;
	background-color: grey;
}
.page404SearchResult-Item--Title {
	font-family:'CooperHewitt-Heavy';
	font-size: 18px;
	text-transform: uppercase;
	text-decoration: none;
	color: black;
	/* margin-left: 3%; */
}
.page404SearchResult-Item--Author {
	font-family: 'Maison Neue Mono';
	font-size: 13px;
	color: black;
	/* margin-left: 3%; */
}
.serie-m, .seriem {
	background-color: #0C9FC8;
}
.boletim-m, .boletimm {
	background-color: #3374BA;
}
.analises, .eleicoes-1998, .eleicoes-2010, .eleicoes-2014 {
	background-color: #7C599E;
}
.infograficos {
	background-color: #5D56A5;
}
.institucional {
	background-color: #455F8C;
}
.featuredPostContainer {
	animation:fading 10s infinite
}
@keyframes fading {
	0%{opacity:0}
	50%{opacity:1}
	100%{opacity:0}
}
.wraperLoadingShiny {
  position: relative;
}
.wraperLoadingShiny img {
  position: relative;
  height: 500px;
  width: 100vw;
}
.loaderShiny {
	position: absolute;
  left: 50%;
  top: 50%;
  z-index: 1;
  width: 150px;
  height: 150px;
  margin: -75px 0 0 -75px;
  border: 16px solid #h3h3h3;
  border-radius: 50%;
  border-top: 16px solid #455f8c;
  width: 120px;
  height: 120px;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
}
@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}
