@charset "iso-8859-1";
/* CSS Document */
section > h2 {
	position: absolute;
	top: -200%;
	left: -200%;
}
.fullwidthbanner-container {
    padding: 0;
    position: relative;
    width: 100% !important;
	margin-bottom: 50px;
	/*
	height: 500px !important;
	max-height: 500px !important;
	*/
}

.fullwidthbanner-container:before {
	position: absolute;
	content: '';
	display: block;
	left: 0px;
	width: 100%;
	top: -22px;
	height: 136px;
	z-index: 1000;
}
.fullwidthbanner-container ul {
	position: relative;
	display: none;
}
.fullwidthbanner-container ul li {
	position: absolute;
}
.fullwidthbanner-container ul li .itensSlides {
	position: absolute;
	/*
	width: 1300px;
	height: 500px;
	*/
    top: 0px
}
.tp-caption.titulo1 {
	font-family: 'HelveticaNeueLTPRO67', Helvetica, Arial, sans-serif;
	font-size: 2.4em;
	color: #a50808;
	display: inline;
	max-width: 550px;
	text-overflow: clip;
	white-space: normal !important;	
	line-height: normal !important;
	font-weight: normal !important;
	background: rgba(255,255,255,0.9);
	padding: 10px 18px;
	z-index: 999 !important;
}
.tp-caption.titulo2 {
	font-family: 'HelveticaNeueLTPRO57', Helvetica, Arial, sans-serif;
	font-size: 1.1em;
	color: #5b5b5c;
	display: inline;
	max-width: 550px;
	text-overflow: clip;
	white-space: normal !important;	
	line-height: normal !important;
	font-weight: normal !important;
	background: rgba(255,255,255,0.9);
	padding: 6px 15px;
	z-index: 998 !important;
}

.tp-caption.link {
	z-index: 999;	
}
.tp-caption.link a {
	color: #fff;
	background-color: transparent;
	padding: 4px 12px;
	border-radius: 10px;
	border: 3px solid transparent;
	background-color: #5b5b5c;
	z-index: 1002 !important;
}
.tp-caption.link a:hover {
	background-color: #a50808;
	border-color: #fff;
}

.tp-caption.imagem img {
	display: block;	
}
.fullwidthbanner-container .tp-bullets {
	top: auto !important;
	bottom: -30px !important;
}

#midia-social.cima {
	top: 730px;
}

article {
	position: relative;
	width: 1300px;
	margin: 0px auto;
	display: block;
	clear: both;
}


.noticia {
	padding: 40px 0 0 0;
	position: relative;
	overflow: hidden;
	margin: 0px 0px 40px 0px;
}

.noticia.pequeno {
	width: 410px;
	float: left;
	margin: 17px;	
}
.postagens {
	overflow: hidden;
	clear: both;
}
	
.googlead{
	float: right;
	margin: 60px 0px 0px 0px;	
}

.noticia .resumo {
	font-family: 'HelveticaNeueLTPRO47', Helvetica, Arial, sans-serif;
	text-align: justify;
	display: block;
}

.noticia h2, .noticia h2 a {
	color: #1e1e1e;
}

.noticia .foto {
	position: relative;
	width: 835px;
	height: 470px;
	overflow: hidden;
	float: left;
	margin: 0px 30px 0px 0px;
	border-left: 10px solid #a50808;
	background: #a50808;
}
.noticia.pequeno .foto {
	position: relative;
	width: 400px;
	height: 225px;
	margin: 0px 0px 10px 0px;
}
.noticia .categoria a {
	position: absolute;
	top: 5px;
	left: 10px;
	padding: 8px 15px;
	background: #a50808;
	display: block;
	color: #fff;
}
.noticia.pequeno .categoria a {
	top: 5px !important;	
}
.noticia .assinatura {
	font-family: 'HelveticaNeueLTPRO47', Helvetica, Arial, sans-serif;
	font-style: italic;
	display: block;
	text-align: right;
	margin: 15px 0px 0px 0px;
	padding-right: 5px;
}
.noticia .assinatura, .noticia .assinatura a {
	color: #a50808;	
}
.noticia .social {
	margin-top: 20px;	
}
.noticia.grande {
	font-size: 1.2em;	
}
.noticia.grande .categoria a {
	top: 2px;	
}

/* ### CORES ### */

.noticia.animes .categoria a, .noticia.animes .foto {
	background: #dc3200;
}
.noticia.animes .foto {
	border-left-color: #dc3200;
}
.noticia.animes .assinatura, .noticia.animes .assinatura a {
	color: #dc3200;	
}

.noticia.filmes .categoria a, .noticia.filmes .foto {
	background: #eb9600;
}
.noticia.filmes .foto {
	border-left-color: #eb9600;
}
.noticia.filmes .assinatura, .noticia.filmes .assinatura a {
	color: #eb9600;	
}

.noticia.desenho-animado .categoria a, .noticia.desenho-animado .foto {
	background: #0041eb;
}
.noticia.desenho-animado .foto {
	border-left-color: #0041eb;
}
.noticia.desenho-animado .assinatura, .noticia.desenho-animado .assinatura a {
	color: #0041eb;	
}

.noticia.games .categoria a, .noticia.games .foto {
	background: #f5c300;
}
.noticia.games .foto {
	border-left-color: #f5c300;
}
.noticia.games .assinatura, .noticia.games .assinatura a {
	color: #f5c300;	
}

.noticia.mangas .categoria a, .noticia.mangas .foto {
	background: #a09b9b;
}
.noticia.mangas .foto {
	border-left-color: #a09b9b;
}
.noticia.mangas .assinatura, .noticia.mangas .assinatura a {
	color: #a09b9b;	
}

.noticia.ilustracoes .categoria a, .noticia.ilustracoes .foto {
	background: #8750c8;
}
.noticia.ilustracoes .foto {
	border-left-color: #8750c8;
}
.noticia.ilustracoes .assinatura, .noticia.ilustracoes .assinatura a {
	color: #8750c8;	
}

.noticia.eventos .categoria a, .noticia.eventos .foto {
	background: #6eb43c;
}
.noticia.eventos .foto {
	border-left-color: #6eb43c;
}
.noticia.eventos .assinatura, .noticia.eventos .assinatura a {
	color: #6eb43c;	
}

.noticia.action-figure .categoria a, .noticia.action-figure .foto {
	background: #b43c8c;
}
.noticia.action-figure .foto {
	border-left-color: #b43c8c;
}
.noticia.action-figure .assinatura, .noticia.action-figure .assinatura a {
	color: #b43c8c;	
}

.noticia.grande .noticia .social {
	float: right;
	width: 425px;
}

.noticia .social .numbers {
	padding: 3px 10px 3px 30px;
	height: 24px;
	background: #ccc;
	position: relative;
	display: inline-block;
	margin: 0px 0px 3px 0px;
}
.noticia .social .numbers:before {
	width: 24px;
	height: 24px;
	position: absolute;
	left: 2px;
	top: 2px;
	display: block;
	background: url(../img/icones-sociais.png) no-repeat;
	content: '';
}
.noticia .social .numbers.likes {
	background: #3b5998;
	color: #fff;
}
.noticia .social .numbers.likes:before {
	background-position: 0px 0px;	
}
.noticia .social .numbers.comentarios {
	background: #133783;
	color: #fff;
}
.noticia .social .numbers.comentarios:before {
	background-position: -24px 0px;	
}
.noticia .social .numbers.tweets {
	background: #3A92C8;
	color: #fff;
}
.noticia .social .numbers.tweets:before {
	background-position: -48px 0px;	
}
.noticia .social .numbers.plusones {
	background: #DD4B39;
	color: #fff;
}
.noticia .social .numbers.plusones:before {
	background-position: -74px 0px;	
}
.noticia .social .numbers.pins {
	background: #CB2027;
	color: #fff;
}
.noticia .social .numbers.pins:before {
	background-position: -96px 0px;	
}


.noticia.pequeno .social .numbers {
	padding: 1px 10px 3px 22px;
	height: 16px;
}
.noticia.pequeno .social .numbers:before {
	width: 16px;
	height: 16px;
	top: 2px;
}
.noticia.pequeno .social .numbers.likes:before {
	background-position: 0px -24px;	
}
.noticia.pequeno .social .numbers.comentarios:before {
	background-position: -16px -24px;	
}
.noticia.pequeno .social .numbers.tweets:before {
	background-position: -32px -24px;	
}
.noticia.pequeno .social .numbers.plusones:before {
	background-position: -48px -24px;	
}
.noticia.pequeno .social .numbers.pins:before {
	background-position: -64px -24px;	
}
article #postagens .postagens div.noticia:nth-of-type(3n+1), article #postagens .postagens.grande div.noticia:nth-of-type(2n) {
	clear: left;
	margin-left: 0px;
}
article #postagens .postagens div.noticia:nth-of-type(3n) {
	margin-right: 0px;
}
	
	
.paginacao {
	padding: 7px;
	margin-left: -5px;
	text-align: center;
	clear: both;
	border-top: 5px solid #d70000;
}
#postagens .ias-noneleft, #postagens .ias-trigger, #postagens .ias-spinner {
	clear: both;
	border-top: 5px solid #d70000;
	padding: 7px;
}
#postagens .ias-noneleft, #postagens .ias-trigger, #postagens .ias-spinner {
	background: #fff;
	padding: 10px 10px 6px 10px;
	text-align: center;	
}
#postagens .ias-spinner img {
	display: inline-block;	
}
.paginacao li {
	position: relative;
	display: inline-block;	
}
.paginacao li:before {
	display: none !important;	
}
.paginacao a {
	padding: 2px 6px 2px 6px;
	background: rgba(0,0,0,0.15);
	color: #737373;
	margin: 4px;
	text-decoration: none;
}
.paginacao li a:hover, .paginacao li.current {
	color: #fff;
	background: #d70000;
}
.paginacao li.current {
	padding: 2px 6px 2px 6px;
	font-weight: bold;
	margin: 2px;
	background: #000;
	border-bottom: 2px solid #d70000;
}


#meio {
	position: relative;
	width: 1300px;
	margin: 20px auto 0px auto;
    position: relative;
}
#breadcumb {
	padding: 5px 0px;
	text-align: left;
	position: absolute;
	top: 0px;
	left: 0px;
	font-size: 0.9em !important;
	color: #aaa;
}
#breadcumb ol {
	list-style: none;
	padding: 0 0 0 6px !important;
	margin: 0;	
	display: inline;
}
#breadcumb ol li, #breadcumb ol li div {
	display: inline;	
}
#breadcumb ol li:before {
	display: none !important;	
}
#breadcumb span, #breadcumb ol li {
	font-size: 0.9em !important;
}
#breadcumb ol li a {
	color: #999;	
}

#meio h1.titulo.categoria {
	display: block;
	border-bottom: 2px solid #a50808;
	margin-bottom: 30px;
	font-size: 1.8em;
	text-align: right;
}
#meio h1.titulo.categoria span {
	display: inline-block;
	background: #a50808;
	color: #fff;
	padding: 6px 12px;	
}
/* ### CORES CATEGORIAS ### */

section.animes #postagens .ias-noneleft, section.animes #postagens .ias-trigger, section.animes #postagens .ias-spinner {
	border-top-color: #dc3200;
}
section.animes #postagens .ias-trigger a {
	color: #dc3200;
}
section.animes #meio h1.titulo.categoria span {
	background: #dc3200;
}
section.animes #meio h1.titulo.categoria span {
	border-bottom-color: #dc3200;
}

section.filmes #postagens .ias-noneleft, section.filmes #postagens .ias-trigger, section.filmes #postagens .ias-spinner {
	border-top-color: #eb9600;
}
section.filmes #postagens .ias-trigger a {
	color: #eb9600;
}
section.filmes #meio h1.titulo.categoria span {
	background: #eb9600;
}
section.filmes #meio h1.titulo.categoria {
	border-bottom-color: #eb9600;
}

section.desenho-animado #postagens .ias-noneleft, section.desenho-animado #postagens .ias-trigger, section.desenho-animado #postagens .ias-spinner {
	border-top-color: #0041eb;
}
section.desenho-animado #postagens .ias-trigger a {
	color: #0041eb;
}
section.desenho-animado #meio h1.titulo.categoria span {
	background: #0041eb;
}
section.desenho-animado #meio h1.titulo.categoria {
	border-bottom-color: #0041eb;
}

section.games #postagens .ias-noneleft, section.games #postagens .ias-trigger, section.games #postagens .ias-spinner {
	border-top-color: #f5c300;
}
section.games #postagens .ias-trigger a {
	color: #f5c300;
}
section.games #meio h1.titulo.categoria span {
	background: #f5c300;
}
section.games #meio h1.titulo.categoria {
	border-bottom-color: #f5c300;
}

section.mangas #postagens .ias-noneleft, section.mangas #postagens .ias-trigger, section.mangas #postagens .ias-spinner {
	border-top-color: #a09b9b;
}
section.mangas #postagens .ias-trigger a {
	color: #a09b9b;
}
section.mangas #meio h1.titulo.categoria span {
	background: #a09b9b;
}
section.mangas #meio h1.titulo.categoria {
	border-bottom-color: #a09b9b;
}

section.ilustracoes #postagens .ias-noneleft, section.ilustracoes #postagens .ias-trigger, section.ilustracoes #postagens .ias-spinner {
	border-top-color: #8750c8;
}
section.ilustracoes #postagens .ias-trigger a {
	color: #8750c8;
}
section.ilustracoes #meio h1.titulo.categoria span {
	background: #8750c8;
}
section.ilustracoes #meio h1.titulo.categoria {
	border-bottom-color: #8750c8;
}

section.eventos #postagens .ias-noneleft, section.eventos #postagens .ias-trigger, section.eventos #postagens .ias-spinner {
	border-top-color: #6eb43c;
}
section.eventos #postagens .ias-trigger a {
	color: #6eb43c;
}
section.eventos #meio h1.titulo.categoria span {
	background: #6eb43c;
}
section.eventos #meio h1.titulo.categoria {
	border-bottom-color: #6eb43c;
}

section.action-figure #postagens .ias-noneleft, section.action-figure #postagens .ias-trigger, section.action-figure #postagens .ias-spinner {
	border-top-color: #b43c8c;
}
section.action-figure #postagens .ias-trigger a {
	color: #b43c8c;
}
section.action-figure #meio h1.titulo.categoria span {
	background: #b43c8c;
}
section.action-figure #meio h1.titulo.categoria {
	border-bottom-color: #b43c8c;
}


@media (min-width: 1024px) and (max-width: 1300px) {
	.googlead{
		display: none;
	}
	article {
		width: 1000px;
	}
	#meio {
		width: 1000px;
	}
	.fullwidthbanner-container {
		/*
		height: 500px !important;
		max-height: 500px !important;
		*/
	}
	.noticia .foto {
		width: 605px;
		height: 300px;
	}
	.noticia.pequeno {
		width: 310px;
	}
	.noticia.pequeno .foto {	
		width: 300px;
		height: 160px;
	}
	.noticia .social .numbers:nth-of-type(2n+1) {
		
		
	}
}


@media (min-width: 768px) and (max-width: 1023px) {
	.googlead{
		display: none;
	}
	article {
		width: 750px;
	}
	#meio {
		width: 750px;
	}
	.fullwidthbanner-container {
		/*
		height: 500px !important;
		max-height: 500px !important;
		*/
	}
	.noticia {
		padding-top: 30px;	
	}
	.noticia.pequeno {
		width: 210px;
		padding-top: 27px !important;	
	}
	.noticia .categoria a, .noticia.pequeno .categoria a {
		padding: 4px 8px;
		top: 0px !important;
	}	
	.noticia .foto {
		width: 480px;
		height: 250px;
	}
	.noticia.pequeno .foto {	
		width: 200px;
		height: 130px;
	}
	.noticia h2, .noticia h2 a {
		font-size: 1.0em;	
	}
	.noticia .resumo {
		font-size: 0.9em;
	}
	.noticia .assinatura, .noticia .social {
		font-size: 0.8em;
	}
}


@media (min-width: 640px) and (max-width: 767px) {
	.googlead{
		display: none;
	}
	article {
		width: 620px;
	}
	#meio {
		width: 620px;
	}
	.fullwidthbanner-container {
		/*
		height: 500px !important;
		max-height: 500px !important;
		*/
	}
	.noticia {
		padding-top: 30px;	
	}
	.noticia.pequeno {
		width: 290px;
		padding-top: 27px !important;	
	}
	.noticia.pequeno .foto {	
		width: 290px;
		height: 160px;
	}
	.noticia .categoria a, .noticia.pequeno .categoria a {
		padding: 4px 8px;
		top: 0px !important;
	}	
	.noticia .foto {
		width: 610px;
		height: 250px;
		margin-bottom: 15px;
		float: none;
	}
	
	
	
	.noticia h2, .noticia h2 a {
		font-size: 1.0em;	
	}
	.noticia .resumo {
		font-size: 0.9em;
	}
	.noticia .assinatura, .noticia .social {
		font-size: 0.8em;
	}
}

@media (min-width: 480px) and (max-width: 639px) {
	.googlead{
		display: none;
	}
	article {
		width: 450px;
	}
	#meio {
		width: 450px;
	}
	.fullwidthbanner-container {
		/*
		height: 500px !important;
		max-height: 500px !important;
		*/
	}
	.noticia {
		padding-top: 30px;	
	}
	.noticia.pequeno {
		width: 208px;
		padding-top: 27px !important;	
	}
	.noticia.pequeno .foto {	
		width: 208px;
		height: 120px;
	}
	.noticia .categoria a, .noticia.pequeno .categoria a {
		padding: 4px 8px;
		top: 0px !important;
	}	
	.noticia .foto {
		width: 440px;
		height: 250px;
		margin-bottom: 15px;
		float: none;
	}
	
	
	.noticia h2, .noticia h2 a {
		font-size: 1.0em;	
	}
	.noticia .resumo {
		font-size: 0.9em;
	}
	.noticia .assinatura, .noticia .social {
		font-size: 0.8em;
	}
}

@media (max-width: 479px) {
	.googlead{
		display: none;
	}
	article {
		width: 300px;
	}
	#meio {
		width: 300px;
	}
	.fullwidthbanner-container {
		/*
		height: 500px !important;
		max-height: 500px !important;
		*/
	}
	.noticia {
		padding-top: 30px;
		font-size: 1.0em !important;
	}
	.noticia.grande .categoria a, .noticia.pequeno .categoria a {
		padding: 4px 8px;
		top: 3px !important;
	}
	.noticia {
		padding-top: 30px;
		float: none !important;
		width: auto !important;
		margin: 0px auto 40px auto !important;
	}
	.noticia .foto {
		width: 290px !important;
		height: 165px !important;
		margin-bottom: 15px;
		float: none;
	}
	
	.noticia h2, .noticia h2 a {
		font-size: 1.0em;	
	}
	.noticia .resumo {
		width: 100%;
		font-size: 0.9em;
	}
	.noticia .assinatura, .noticia .social {
		font-size: 0.8em;
	}
}