/*

ooooooooo.                        ooooo     ooo
`888   `Y88.                      `888'     `8'
888   .d88'  .ooooo.  oo.ooooo.   888       8  oo.ooooo.
888ooo88P'  d88' `88b  888' `88b  888       8   888' `88b
888         888   888  888   888  888       8   888   888
888         888   888  888   888  `88.    .8'   888   888
o888o        `Y8bod8P'  888bod8P'    `YbodP'     888bod8P'
888                      888
o888o                    o888o

Olá mundo! Bem vindo ao nosso CSS!
Nós somos a PopUp, um jovem estúdio de design de São Paulo, Brasil.
Se quiser trocar idéias é só procurar a gente nesses canais:
http://www.popupdesign.com.br
contato@popupdesign.com.br
@popup_design
Divirta-se! :D
*/

/* =============================================================================
Normatização CSS
========================================================================== */

/*Vizualização de elementos HTML5*/
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }
audio, canvas, video { display: inline-block; *display: inline; *zoom: 1; }
audio:not([controls]) { display: none; }
[hidden] { display: none; }
figure { margin: 0; }

/* Base */
/*Corrige bug com EM no IE6/7 + Impede o ajuste de texto automático ao trocar a orientação no iOS sem ferrar com o zoom*/
html { font-size: 100%; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; padding:0; margin:0;}
html, button, input, select, textarea { font-family: sans-serif; color: #222; }
body { margin: 0; padding:0; font-size: 62.5%; background: #343434 url(../img/bg.jpg) 0 50px repeat-x; }

/*Texto selecionado*/
::-moz-selection { background: #F00; color: #fff; text-shadow: none; }
::selection { background: #F00; color: #fff; text-shadow: none; }

/* Links */
a { color: #eb940b; }
a:visited { color: #eb940b; }
a:hover { color: #06e; }
a:focus { outline: thin dotted; }
a:hover, a:active { outline: 0; }

/*Tipografia*/
abbr[title] { border-bottom: 1px dotted; }
b, strong { font-weight: bold; }
blockquote { margin: 1em 40px; }
dfn { font-style: italic; }
hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }
ins { background: #ff9; color: #000; text-decoration: none; }
mark { background: #ff0; color: #000; font-style: italic; font-weight: bold; }
pre, code, kbd, samp { font-family: monospace, serif; _font-family: 'courier new', monospace; font-size: 1em; }
pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; }
q { quotes: none; }
q:before, q:after { content: ""; content: none; }
small { font-size: 85%; }

sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }

/*Listas*/
ul, ol { margin: 1em 0; padding: 0 0 0 40px; }
dd { margin: 0 0 0 40px; }
nav ul, nav ol { list-style: none; list-style-image: none; margin: 0; padding: 0; }

/*Imagens e Conteúdo embedado*/
img { border: 0; -ms-interpolation-mode: bicubic; vertical-align: middle; max-width:100%; } /*Melhora a qualdiade das imagens no IE7*/
svg:not(:root) { overflow: hidden; } /*Corrige overflow not hidden no IE9*/

/*Formulários*/
form { margin: 0; }
fieldset { border: 0; margin: 0; padding: 0; }
label { cursor: pointer; }
legend { border: 0; *margin-left: -7px; padding: 0; white-space: normal; }
button, input, select, textarea { font-size: 100%; margin: 0; vertical-align: baseline; *vertical-align: middle; }
button, input { line-height: normal; }
button, input[type="button"], input[type="reset"], input[type="submit"] { cursor: pointer; -webkit-appearance: button; *overflow: visible; }
button[disabled], input[disabled] { cursor: default; }
input[type="checkbox"], input[type="radio"] { box-sizing: border-box; padding: 0; *width: 13px; *height: 13px; }
input[type="search"] { -webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; }
input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-cancel-button { -webkit-appearance: none; }
button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }
textarea { overflow: auto; vertical-align: top; resize: vertical; }

/*Cores para a validação*/
input:valid, textarea:valid {  }
input:invalid, textarea:invalid { background-color: #f0dddd; }

/*Tabelas*/
table { border-collapse: collapse; border-spacing: 0; }
td { vertical-align: top; }

/*Janela do Chrome Frame*/
.chromeframe { margin: 0.2em 0; background: #ccc; color: black; padding: 0.2em 0; }



/* ===== Estilos do Site ========================================================
Autor: Leandro Lima e Dani Guerrato
========================================================================== */

/*Parâmetros Comuns*/

.container {
	/*max-width: 1029px;*/
	width: 1029px;
	margin: 0 auto;
	z-index: 10;
	position: relative;
	overflow:hidden;
	-moz-box-shadow: 0px 0px 10px #888;
	-webkit-box-shadow: 0px 0px 10px #888;
	box-shadow: 0px 0px 10px #888;
	background:#FFF;
}

.homeBg {
	background:#141414;
}

.container-head {
	/*max-width: 1029px;*/
	width: 1029px;
	margin: 0 auto;
	z-index: 10;
	position: relative;
	-moz-box-shadow: 0px 0px 10px #888;
	-webkit-box-shadow: 0px 0px 10px #888;
	box-shadow: 0px 0px 10px #888;
	background:#FFF;
	z-index:1000;
}

.border {
	border-bottom:#df7f00 solid 5px;
	border-top:#df7f00 solid 5px;
}

/*Header*/

.header {
	padding:0;
}

.menu-topo {
	background:url(../img/bg-menutopo.jpg) repeat-x;
	margin-top:0;
	margin-bottom:0;
	z-index:10000000;
	display: flex;
	flex-flow: row nowrap;
	justify-content: space-between;
}
.menu-topo form {
	flex-grow: 0;
	flex-shrink: 0;
	padding: 0.5em 0.7em;
	display: flex;
	flex-flow: row nowrap;
}
.menu-topo form input {
	flex-grow: 1;
	flex-shrink: 0;
	border: 1px solid #e08204;
	background: rgba(255,255,255,.8);
	border-radius: 4px 0 0 4px;
	padding: 0 0.5em;
	font-size: 11px;
	outline: none;
}
.menu-topo form button {
	flex-grow: 0;
	flex-shrink: 0;
	font-size: 15px;
	color: #fff;
	border: 1px solid #e08204;
	border-left: none;
	background: #f9a912;
	border-radius: 0 4px 4px 0;
}
.menu-topo ul {
	flex-grow: 1;
	flex-shrink: 1;
	display: flex;
	flex-flow: row nowrap;
	justify-content: space-between;
	margin: 0 1em;
}
.menu-topo li {
	display:inline-block;
	padding:1em 0.5em;
	margin:0 0.1em;
	position:relative;
	z-index:1000000;
}

.menu-topo li a {
	color:#FFF;
	text-decoration:none;
	font-size:1.3em;
	font-weight:bold;
}

.menuiphone {
	background:#FFFFFF;
	display:none;
}
.buscamobile {
	display: none;
}

.iphone-menu {
	display:none;
}

.menu-topo li a:hover {
	text-decoration:underline;
}

.menu-topo li ul.submenu-topo {
	position:absolute;
	top:100%;
	left:0;
	background:#333333;
	text-align:left;
	-moz-box-shadow: 0px 0px 10px 5px #444;
	-webkit-box-shadow: 0px 0px 10px 5px #444;
	box-shadow: 0px 3px 10px 1px #444;
	z-index:0;
	display:none;
}

.menu-topo li:hover ul.submenu-topo {
	display:block;
}

.menu-topo ul.submenu-topo li {
	text-align:left;
	position:relative;
	width:20em;
	border-bottom:1px solid #666;
	margin:0;
}

.menu-topo ul.submenu-topo li:last-child {
	border-bottom:none;
}

.menu-topo ul.submenu-topo li ul.sub-submenu-topo {
	position:absolute;
	top:0;
	left:100%;
	background:#333333;
	-moz-box-shadow: 0px 0px 10px 5px #444;
	-webkit-box-shadow: 0px 0px 10px 5px #444;
	box-shadow: 3px 0px 5px 3px #444;
	display:none;
}

.menu-topo ul.submenu-topo li:hover ul.sub-submenu-topo {
	display:block;
}



.publicidadetopo {
	margin-bottom:2em;
}

.header ul {
	list-style:none;
	padding:0;
	margin:0;
}

.banner-home {
	background:#FFF;
	overflow:hidden;
	margin:0;
	padding:0;
}

.banner-home .legenda {
	position:absolute;
	bottom:0px;
	left:0px;
	background:url(../img/bg-60.png);
	color:#FFF;
	width:96%;
	padding:2.5%;
}

.banner-home-lateral ul {
	padding:0;
	margin:0;
}

.banner-home-lateral ul li {
	/*border-bottom:#363839 1px solid;*/
	color:#FFF;
	padding:0 /*7% 1em 6% 1em*/;
	margin:0;
	margin-right:0.6%;
	cursor:pointer;
	position:relative;
	list-style:none;
	float:left;
	width:19.5833333333333%;
	border:0;
}

.banner-home-lateral ul li.last-child {
	margin-right:0;
	float:right;
}

.banner-home-lateral ul li:nth-child(4n), .banner-home-lateral ul li.nomarginr {
	margin-right:0;
}

.banner-home-lateral .seta-banner {
	position:absolute;
	top:0;
	left:0;
	z-index:10;
	width:100%;
}

/*.banner-home-lateral .thumbSlide {
overflow:hidden;
width:22%;
height:6.0em;
float:left;
margin-right:4%;
background:#FF0000;
}*/

.banner-home-lateral ul li h1 {
	/*font-size:1.4em;
	line-height:1.5em;
	font-weight:bold;
	margin-left:25%;
	margin-top:0px;*/

	position:absolute;
	left:0px;
	bottom:87%;
	font-size:1em;
	background:#da7b00 url(../img/seta2.png) bottom center no-repeat; /*url(../img/bg-60.png)*/;
	padding:1em 2em 2.5em 2em;
	margin:0;
	-webkit-border-top-left-radius: 3px;
	-webkit-border-top-right-radius: 3px;
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-topright: 3px;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
}


.banner-home-lateral ul li .thumbSlide {
	overflow:hidden;
	height:70px;
}

.banner-home-lateral ul li .thumbSlide img {
	float:left;
	margin-right:0;
	max-width:100% /*300px*/;
	/*width:122px;
	margin-left:-35px;*/
}

.banner-home-foto {
	width:100% /* 730 / 1029 */;
	float:none;
	padding:0;
	margin:0;
	position:relative;
	overflow:hidden;
	height:359px;
	background:#FFF;
	border-bottom:3px solid #FFF;
}

.banner-home-foto ul {
	padding:0;
	margin:0;
}

.banner-home-foto ul li {
	padding:0;
	margin:0;
}

.banner-home-foto img {
	margin:0;
	padding:0;
	width:100%;
}

.banner-home-lateral {
	width: 100% /* 299 / 1029 */;
	float:none;
	z-index:10;
	padding:0;
	margin:0;
	position:relative;
	background:#000000;
}

.banner-saiba-mais {
	text-align:center;
	color:#FFF;
	font-size:1.2em;
	margin-top:6%;
}

.banner-saiba-mais a {
	color:#FFF;
	text-decoration:none;
}

.banner-saiba-mais a:hover {
	text-decoration:underline;
}


/*sidebar*/
.sidebar {
	width: 29.0573372206025% /* 299 / 1029 */;
	float:right;
	background: rgb(45,45,45) 5%;
	padding-bottom:9999px;
	margin-bottom:-9999px;;
	margin-top: -1px;
}

.sidebar  .SpdLayerContener {
	margin-left: -16px;
	margin-top: -16px;
	margin-bottom: -15px;
}

.sidebar .modulo-sidebar {
	overflow:hidden;
	height:auto;
	background-image: linear-gradient(bottom, rgb(45,45,45) 5%, rgb(81,81,81) 53%);
	background-image: -o-linear-gradient(bottom, rgb(45,45,45) 5%, rgb(81,81,81) 53%);
	background-image: -moz-linear-gradient(bottom, rgb(45,45,45) 5%, rgb(81,81,81) 53%);
	background-image: -webkit-linear-gradient(bottom, rgb(45,45,45) 5%, rgb(81,81,81) 53%);
	background-image: -ms-linear-gradient(bottom, rgb(45,45,45) 5%, rgb(81,81,81) 53%);
	background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0.05, rgb(45,45,45)), color-stop(0.53, rgb(81,81,81)) );
	padding: 05.3511705685619% /* 16 / 299 */;
}

/*.sidebar .modulo-sidebar:nth-child(2) {
padding:0;
background:#FF0000;
}*/

.sidebar h1,
.sidebar h3 {
	background:#000000;
	margin:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:1.2em;
	color:#FFF;
	font-weight:bold;
	padding: 0.8em 05.3511705685619% /* 16 / 299 */;
}

.sidebar div p {
	font-family:Arial, Helvetica, sans-serif;
	font-size:1.2em;
	line-height:1.4em;
	color:#FFFFFF;
	margin: 0 0 1em 0;
}

.sidebar div img {
	float:left;
	margin:0 1em 0.5em 0;
}

/*Parte Principal do Site*/
.principal {
	width:70.9426627793975% /* 730 / 1029 */;
	float:left;
	padding:0;
	margin:0;
	position:relative;
	background:#FFF;
}

.noticias-destaque h1 {
	font-size:1.8em;
	font-weight:normal;
	border-bottom:1px dotted #df7f00;
}

.noticias-destaque h1 a, .footer-destaque a {
	color:#df7f00;
	text-decoration:none;
}

.footer-destaque a:hover {
	text-decoration:underline;
}

.footer-destaque {
	overflow:hidden;
	float:none;
	width:100%;
	margin:0;
	padding:0;
}

.footer-destaque p {
	margin:1em 0 0 0;
	padding:0;
}

.noticias-destaque {
	overflow:hidden;
	padding: 0 03.1506849315068% 0 03.1506849315068% /* 23 / 730 */;
	margin:0 0 1.5em 0;
}

.noticias-destaque ul {
	margin:0;
	padding:0;
}

.noticias-destaque ul li {
	list-style:none;
	padding:0;
	margin:0;
}

.noticias-destaque .destaque {
	width:50.9452054794521% /* 350 / 730 */;
	float:left;
	padding:0;
	margin:0;
	position:relative;
	overflow:hidden;
}

.legenda-destaque {
	position:absolute;
	bottom:0;
	left:0;
	background:url(../img/bg-60.png);
	color:#FFF;
	width:96%;
	padding:2.5%;
	margin:0;
	font-size:1.4em;
}

.legenda-destaque a {
	color:#FFF;
	text-decoration:none;
}

.legenda-destaque a:hover {
	text-decoration:underline;
}

.noticias-destaque .outros-destaques {
	width:44.1095890410959% /* 322 / 730 */;
	float:right;
}

.noticias-destaque .outros-destaques ul li {
	font-size:1.3em;
	line-height:1.5em;
	border-bottom: 1px dotted #444;
	margin-bottom:1em;
	padding-bottom:1em;
}

.noticias-destaque .outros-destaques ul li:last-child {
	border-bottom:none;
	margin-bottom:0;
	padding-bottom:0;
}

.noticias-destaque .outros-destaques ul li a {
	color:#444;
	text-decoration:none;
}

.noticias-destaque .outros-destaques ul li a:hover {
	color:#df7f00;
}

.noticias-destaque .destaques-fotos {
	width:44.1095890410959% /* 322 / 730 */;
	height:auto;
	float:right;
	position:relative;
}

.noticias-destaque .destaques-fotos div {
	overflow:hidden;
	margin-bottom:9%;
}

.noticias-destaque .destaques-fotos div:last-child {
	margin-bottom:0;
}

.noticias-destaque .destaques-fotos img {
	width:46.8944099378882% /* 151 / 322 */;
	float:left;
	margin-right:3%;
}

.noticias-destaque .destaques-fotos h2 {
	font-size:1.3em;
	line-height:1.5em;
	margin:0;
	padding:0;
	font-weight:normal;
}

.noticias-destaque .destaques-fotos h2 a {
	color:#444;
	text-decoration:none;
}

.noticias-destaque .destaques-fotos h2 a:hover {
	color:#df7f00;
}

.sombra {
	height:10px;
	width:100%;
	background:url(../img/sombra.png);
}

.principal .videoYT {
	background:#fff;
	padding: 0 03.1506849315068% 5em 03.1506849315068% /* 23 / 730 */;
}

.principal .videoYT h1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:2.2em;
	color:#444;
	font-weight:normal;
}

.principal .videoYT p {
	font-family:Arial, Helvetica, sans-serif;
	font-size:1.2em;
	line-height:1.6em;
	margin:0 0 1.2em 0;
	color:#444;
}

.inferior {
	background: rgb(45,45,45) 5%;
}

.inferior h1 {
	background:#000000;
	margin:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:1.8em;
	color:#FFF;
	font-weight:normal;
	padding:0.5em 2%;
}

.inferior .noticias-baixo {
	overflow:hidden;
	height:auto;
	background-image: linear-gradient(bottom, rgb(20,20,20) 10%, rgb(70,70,70) 55%);
	background-image: -o-linear-gradient(bottom, rgb(20,20,20) 10%, rgb(70,70,70) 55%);
	background-image: -moz-linear-gradient(bottom, rgb(20,20,20) 10%, rgb(70,70,70) 55%);
	background-image: -webkit-linear-gradient(bottom, rgb(20,20,20) 10%, rgb(70,70,70) 55%);
	background-image: -ms-linear-gradient(bottom, rgb(20,20,20) 10%, rgb(70,70,70) 55%);
	background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0.1, rgb(20,20,20)), color-stop(0.55, rgb(70,70,70)));
	padding-top:2em;
	padding-bottom:2em;
}

.inferior .noticias-baixo .noticia {
	width:29.3150684931507% /* 214 / 730 */;
	float:left;
	margin:1em 2%;
	height:200px;
	position:relative;
}

.inferior .noticias-baixo .noticia h2 {
	color:#FFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:1.4em;
	font-weight:normal;
}

.inferior .noticias-baixo .noticia img {
	height:137px;
	width:100%;
	display:block;
	margin-bottom:6px;
}

/*footer*/

.footer-site {
	background:#414141;
}

.banners {
	overflow:hidden;
	width:100%;
	background:#f0f0f0 url(../img/bg-top.jpg) top repeat-x;
	padding-top:1em;
	padding-bottom:0.6em;
	margin-top:0;
	margin-bottom:0;
}

.banner-cel {
	display:none;
}

.banner-full {
	width:70.9426627793975% /* 730 / 1029 */;
	float:left;
}

.mini-banners {
	width: 28.0573372206025% /* 299 / 1029 */;
	float:right;
}

.mini-banners img {
	margin:5% 2.2% 0 2%;
	width: 43.1438127090301% /*129 / 299*/;
	height: auto;
}


.footer-nav {
	margin-top:2em;
}

.footer-nav a {
	color:#eb940b;
	text-decoration:none;
}

.footer-nav a:hover {
	text-decoration:underline;
}

.footer-nav ul li {
	display:inline-block;
	margin:0.3em;
	font-size:1.2em;
}

p.creditos {
	color:#FFF;
	text-align:center;
	font-size:1.2em;
	line-height:1.6em;
}

p.creditos a {
	color:#eb940b;
	text-decoration:none;
}


/*Pagina de Noticias*/

.noticia-interno {
	overflow:hidden;
	padding: 0 03.1506849315068% 0 03.1506849315068% /* 23 / 730 */;
	margin:0 0 1.5em 0;
	position:relative;
	z-index:0;
}

table tr td {
	vertical-align:middle;
}

.noticia-interno img {
	float:left;
	margin:0 1em 0.5em 0;
}

.noticia-interno .wp-caption img {
	margin:2em 0 .7em 0;
	float:left;
}

.noticia-interno h1 {
	font-size:2.2em;
	line-height:130%;
	color:#444;
	margin-bottom:0;
}

.noticia-interno span.data {
	display:block;
	margin-bottom:1.1em;
	font-size:1.2em;
}

.noticia-interno p {
	font-size:1.6em;
	line-height:160%;
	color:#444;
}

.noticia-interno table {
	font-size:1.5em;
}

p.wp-caption-text {
	text-align:center;
	font-size:1.3em;
	font-style:italic;
	font-weight:bold;
}

.articleBody {
	overflow:hidden;
}

.alignleft {
	float:left;
}

.articleBody .aligncenter {
	display:block;
	float:none;
	margin:0 auto;
	margin-top:2em;
}

.place-news-1 {
	float: left;
}

.place-news-2 {
	float: right;
}

.noticia-interno .wp-caption.alignleft {
	margin: 0 20px 0 0;
}

/*Categorias*/

.noticia-categoria {
	overflow:hidden;
	padding: 0 03.1506849315068% 0 03.1506849315068% /* 23 / 730 */;
	margin:0 0 1.5em 0;
	position:relative;
	z-index:0;
}

.noticia-categoria h1 {
	font-size:2em;
	margin-bottom:0;
}

.noticia-categoria h1.todas-noticias {
	margin-bottom:1em;
}

.noticia-categoria h1 a {
	text-decoration:none;
}

.noticia-categoria h1 a:hover {
	text-decoration:underline;
}

.noticia-categoria p {
	margin-bottom:2em;
	padding-bottom:2em;
	border-bottom:1px #CCC solid;
	font-size:1.6em;
	line-height: 160%;
}


/*PodCast*/
.powerpress_links_mp3 {
	display:none;
}

table.podcast {
	margin-top:3em;
	width:100%;
}

table.podcast td {
	padding:1em;
	border-bottom:#333 1px solid;
}

table.podcast tr.titulos_podcast {
	background:#333;
	font-family:Arial, Helvetica, sans-serif;
	color:#FFF;
	font-size:1.4em;
}

table.podcast td.ptop {
	padding-top:1.6em;
}

table.podcast td.podcast_download {
	padding-top:1.4em;
	padding-left:3.4em;
}




/**** post pagination wordpress ***/
.paginacao {
	clear:both;
	padding: 20px 0;
	margin:0;
	position:relative;
}

.paginacao span, .paginacao a {
	display:block;
	float:left;
	font: normal 1.1em verdana;
	background: #F5F5F5;
	padding: 4px 7px 4px 7px;
	margin: 1px 4px 0 0;
	text-transform: capitalize;
	color: #444;
	text-decoration:none;
}

.paginacao span {
	font: bold normal 1.1em verdana;
}

.paginacao .current, .paginacao .current a {
	color: #BBB;
	background: #f0f0f0;
	padding: 4px 7px 4px 7px;
	margin: 1px 4 0 0;
	font: bold italic 1.1em verdana;
	text-transform: capitalize;
	text-decoration:none;
}


#super-redes-sociais {
	display: table;
	margin-bottom:1.2em;
}
#super-redes-sociais div {
	width: 100px;
	float: left;
	margin-right: 10px;
}


.display-mobile-TAG {
	display: none;
}

/* =============================================================================
Media Queries
========================================================================== */

@media only screen and (max-width: 1023px) {


}


@media only screen and (max-width: 480px) {

	.container {
		/*max-width: 1029px;*/
		width: 100%;
		margin: 0;
		padding:0;
		z-index: 10;
		position: relative;
		overflow:hidden;
		background:#FFF;
	}

	.container-head {
		width:100%;
	}

	.menu-topo {
		display:none;
	}

	.menuiphone {
		background:#FFFFFF;
		display:flex;
		flex-flow: row nowrap;
		height:25px;
		padding: 1em;
	}
	.menuiphone form {
		flex-grow: 1;
		flex-shrink: 1;
	}
	.menuiphone a {
		flex-grow: 0;
		flex-shrink: 0;
		font-size: 19px;
		padding: 0 0 0 1em;
	}
	.buscamobile.show {
		display: block;
	}
	.buscamobile form {
		padding: 0 1em 1em 1em;
		display: flex;
		flex-flow: row nowrap;
	}
	.buscamobile form input {
		flex-grow: 1;
		flex-shrink: 0;
		border: 1px solid #767676;
		background: rgba(255,255,255,.8);
		border-radius: 4px 0 0 4px;
		padding: .2em .5em;
		font-size: 14px;
		outline: none;
		line-height: 20px;
	}
	.buscamobile form button {
		flex-grow: 0;
		flex-shrink: 0;
		font-size: 15px;
		color: #fff;
		border: 1px solid #e08204;
		border-left: none;
		background: #f9a912;
		border-radius: 0 4px 4px 0;
	}

	.iphone-menu {
		display:block;
		width:100%;
		font-size: 14px;
		padding: 0.2em 0.5em;
    border-radius: 4px;
	}

	.banners {
		display:none;
	}

	.banner-cel {
		display: block;
		text-align: center;
		width: 100%;
		background: #000;
	}

	.banner-cel img {
		width: 125px;
		height: auto;
		margin: 0 auto;
		display: block;
	}

	.bannercentro {
		display:none;
	}

	.banner-home .legenda {
		position:absolute;
		bottom:0px;
		left:0px;
		background:#333;
		color:#FFF;
		width:96%;
		padding:.5% 2.5% .5% 2.5%;
	}

	.banner-home-foto {
		height:230px;
	}

	.banner-home-lateral ul li .thumbSlide {
		overflow:hidden;
		height:45px;
	}

	.logo {
		width:100%;
		float:none;
	}

	.top-direita {
		width:100%;
		float:none;
		display:none;
	}

	.sidebar {
		display:none;
	}

	.principal {
		width:100% /* 730 / 1029 */;
		float:none;
		padding:0;
		margin:0;
		position:relative;
		background:#FFF;
	}

	.noticias-destaque .destaque {
		width:100%;
		height:auto;
		float:none;
	}

	.noticias-destaque .destaque img {
		width:100%;
	}

	.noticias-destaque .outros-destaques {
		width:100%;
		float:none;
		margin-top:1.5em;
	}

	.noticias-destaque .destaques-fotos {
		width:100%;
		height:auto;
		float:none;
		position:relative;
		margin-top:1.5em;
	}

	.noticias-destaque .destaques-fotos div {
		font-size:1em;
		line-height:1.5em;
		border-bottom: 1px dotted #444;
		margin-bottom:1em;
		padding-bottom:1em;
	}

	.noticias-destaque .destaques-fotos div:last-child {
		margin-bottom:0;
		border-bottom:none;
	}

	.noticias-destaque .destaques-fotos img {
		display:none;
	}

	.videoYT {
		display:none;
	}

	.inferior .noticias-baixo .noticia {
		width:97% /* 214 / 730 */;
		float:none;
		margin-bottom:1em;
		padding-bottom:1em;
		height:auto;
		position:relative;
		overflow:hidden;
	}

	.inferior .noticias-baixo .noticia h2 {
		margin:0;
	}

	.inferior .noticias-baixo .noticia img {
		width:25%;
		height:auto;
		margin-right:2%;
		float:left;
	}

	.footer-site {
		background:#414141;
		overflow:hidden;
	}

	.aligncenter, .wp-caption, .wp-caption img, .size-medium, .noticia-interno img {
		width:100%;
		height:auto;
		float:none;
	}

	.display-mobile-TAG {
		display: block;
		margin-top: 20px;
		margin-bottom: 25px;
		width: 100%;
	}

	.display-mobile-TAG img {
		width: 100%;
	}

}

@media only screen and (min-width: 768px) {

}


/* =============================================================================
Classes Auxiliares do Boilerplate
========================================================================== */

.ir { display: block; border: 0; text-indent: -999em; overflow: hidden; background-color: transparent; background-repeat: no-repeat; text-align: left; direction: ltr; *line-height: 0; } /* Substrituição de imagens */
.ir br { display: none; }
.hidden { display: none !important; visibility: hidden; }
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }
.invisible { visibility: hidden; }
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { *zoom: 1; }

/* =============================================================================
Estilos para Impressão
========================================================================== */

@media print {
	* { background: transparent !important; color: black !important; box-shadow:none !important; text-shadow: none !important; filter:none !important; -ms-filter: none !important; }
	a, a:visited { text-decoration: underline; }
	a[href]:after { content: " (" attr(href) ")"; }
	abbr[title]:after { content: " (" attr(title) ")"; }
	.ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; }
	/* Esconde link para imagens e links internos de Javascript*/
	pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
	thead { display: table-header-group; }
	tr, img { page-break-inside: avoid; }
	img { max-width: 100% !important; }
	@page { margin: 0.5cm; }
	p, h2, h3 { orphans: 3; widows: 3; }
	h2, h3 { page-break-after: avoid; }
}

/*Thanks: HTML5 ✰ Boilerplate (http://html5boilerplate.com/)*/

/* =============================================================================
Estilos melhorias responsivo/SEO
========================================================================== */
.top-site {
	display: flex;
	flex-flow: row nowrap;
	align-items: flex-end;
	background:#000 url('../img/bandeira.jpg') no-repeat top right;
}
.top-site .top-direita {
	display: none;
}
.top-site .logo {
	width: 100%;
	max-width: 360px;
}
.top-site .top-esquerda {
	margin: 0 auto;
}
h2.titulo-lista {
	font-size: 1.5rem;
}
.result-list h2 {
	font-size: 2em;
	margin-bottom: 0;
}
.result-list h2 a {
	text-decoration:none;
}
#at-share-dock {
	top: -40px !important;
	transition: all 0.4s ease;
}
body.share-scroll #at-share-dock {
	top: 0 !important;
}
@media (min-width: 768px) {
	.top-site {
		background:#000 url('../img/bandeira.jpg') no-repeat top right;
	}
	.top-site .top-direita {
		display: flex;
		align-items: center;
		justify-content: center;
		padding: 1rem;
		flex-grow: 1;
		flex-shrink: 1;
		width: 100%;
	}
	.top-site .top-direita > * {
		margin: 0 .3rem;
	}
	.top-site .top-esquerda {
		flex-grow: 0;
		flex-shrink: 0;
	}
	.mainContent .adsbyvli > div {
		zoom:1;
    -moz-transform: scale(0.935);
    -moz-transform-origin: center;
    -o-transform: scale(0.935);
    -o-transform-origin: center;
    -webkit-transform: scale(0.935);
    -webkit-transform-origin: center;
    transform: scale(0.935); /* Standard Property */
    transform-origin: center;  /* Standard Property */
	}
}
