/* 
	RESET
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	text-decoration: none;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
*, *:before, *:after { 
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	box-sizing: border-box;
	-o-box-sizing:border-box;
}
a:link{
	text-decoration: none;
	color: inherit;
}
a:visited{
	text-decoration: none;
	color: inherit;
}
.clearfix:before,
.clearfix:after { 
	content: " "; 
	display: table;
} 
.clearfix:after { 
	clear: both;
} 
.clearfix { 
	*zoom: 1;
}
.clear{
	clear: both;
}
/* FIM RESET */


@font-face{
	font-family: 'Fira-Sans-Regular';
	src: url('../font/FiraSans-Regular.ttf')format('truetype');
	font-weight: normal;
	font-style: normal;
}
@font-face{
	font-family: 'Fira-Sans-Bold';
	src: url('../font/FiraSans-Bold.ttf')format('truetype');
	font-weight: normal;
	font-style: normal;
}
@font-face{
	font-family: 'Fira-Sans-Italic';
	src: url('../font/FiraSans-Italic.ttf')format('truetype');
	font-weight: normal;
	font-style: normal;
}
@font-face{
	font-family: 'Fira-Sans-SemiBold';
	src: url('../font/FiraSans-SemiBold.ttf')format('truetype');
	font-weight: normal;
	font-style: normal;
}
@font-face{
	font-family: 'Fira-Sans-Medium';
	src: url('../font/FiraSans-Medium.ttf')format('truetype');
	font-weight: normal;
	font-style: normal;
}
body{
	font-family: 'Fira-Sans-Regular', sans-serif;
	font-size: 13px;
	line-height: 1.2;
}

.container{
	max-width: 1400px;
	position: relative;
	height: auto;
	margin:0 auto;
}
.barraTopo{
	width: 100%;
	height: auto;
	border-bottom:thin solid #B5B5B5;
	overflow: auto;
	color: #949494;
	margin-bottom: 5px;
}
.barraTopo .menuTopo{
	width: 135px;
	padding: 15px 0px;
	float: left;
	border-right: thin solid #B5B5B5;
}
.barraTopo .menuTopo button{
	border:none;
	background-color: transparent;
	font-family: 'Fira-Sans-Bold';
	position: relative;
	padding-left: 30px;
	outline: none;
}
.barraTopo .menuTopo button span.iconeResp{
	display:block;
	background-image: url(../img/btNav.svg);
	background-repeat: no-repeat;
	width: 18px;
	height: 14px;
	position: absolute;
	top:0;
	left: 0;
}
.barraTopo .menuTopo nav ul{
	display: none;
	background: rgba(0,0,0,.9);
	position: absolute;
	top:48px;
	left: 0px;
	width: 200px;
	color:#fff;
	padding: 15px;
	z-index: 9999;
	border-radius: 5px;
}
.barraTopo .menuTopo nav ul li{
	padding: 10px 0px;
}
.barraTopo .busca{
	float: left;
	margin-left: 20px;
	padding: 15px 0px;
	position: relative;
}
.barraTopo .busca button{
	background-image: url(../img/search.svg);
	background-repeat: no-repeat;
	width: 19px;
	height: 19px;
	border:none;
	background-color: transparent;
	cursor: pointer;
	position: absolute;
	top:13px;
	right: 0;
}
.barraTopo .busca input[type="text"]{
	border:0;
	outline: none;
	padding-right: 25px;
}
.barraTopo .data{
	float: right;
	padding: 15px 0px;
}
header .logo{
	float: left;
	padding-top: 18px;
}

header .publicidade{
	float: right;
	max-width: 960px;
}
header .publicidade img{
	max-width: 960px;
}
header nav.principal{
	width: 100%;
	background-color: #212930;
	margin-top: 5px;
}
header nav.principal ul li{
	display: inline-block;
	padding: 18px 20px;
	text-transform: uppercase;
	color: #fff;
	font-family: 'Fira-Sans-Bold';
	transition: all ease 0.5s;
	-moz-transition: all ease 0.5s;
	-o-transition: all ease 0.5s;
	-webkit-transition: all ease 0.5s;
	-ms-transition: all ease 0.5s;
}
header nav.principal ul li:hover{
	background: #000;
}
header nav.principal ul li.destaque{
	font-family: 'Fira-Sans-Regular';
	color: #06CBFE;
}
section.destaque{
	width:61.42857142857143%; /*860px;*/
	float: left;
	margin-top: 20px;
}
section.destaque article{
	position: relative;
}
section.destaque article .overlay{
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 10;
	color:#fff;
	padding: 70px 20px 20px 20px;
	background: rgb(0,0,0);
	background: -webkit-linear-gradient(bottom, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%);
	background: -o-linear-gradient(bottom, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%);
	background: linear-gradient(to top, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%);
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
}
section.destaque article .overlay h2{
	font-size: 35px;
	font-family: 'Fira-Sans-SemiBold';
	text-shadow: 1px 1px 2px #000;
}
section.destaque article .overlay span.data{
	text-shadow: 1px 1px 2px #000;
}
section.destaque article figure{
	position: relative;
	top:0;
	left: 0;
	z-index: 9;
}
section.destaque article figure img{
	border-radius: 5px;
	width: 100%;
}
section.destaque2{
	width: 36.78571428571429%; /*515px;*/
	float: right;
	margin-top: 20px;
}
section.destaque2 article{
	position: relative;
	width: 100%;
}
section.destaque2 article .overlay{
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 10;
	color:#fff;
	padding: 70px 20px 20px 20px;
	background: rgb(0,0,0);
	background: -webkit-linear-gradient(bottom, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%);
	background: -o-linear-gradient(bottom, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%);
	background: linear-gradient(to top, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%);
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
}
section.destaque2 article .overlay h2{
	font-size: 25px;
	font-family: 'Fira-Sans-SemiBold';
	text-shadow: 1px 1px 2px #000;
}
section.destaque2 article .overlay span.data{
	text-shadow: 1px 1px 2px #000;
}
section.destaque2 article figure{
	position: relative;
	top:0;
	left: 0;
	z-index: 9;
	width: 100%;
}
section.destaque2 article figure img{
	border-radius: 5px;
	width: 100%;
}
section.destaque3{
	width: 49.42857142857143%; /*692px;*/
	float: left;
	margin-top: 20px;
}
section.destaque3 article{
	position: relative;
}
section.destaque3 article .overlay{
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 10;
	color:#fff;
	padding: 70px 20px 20px 20px;
	background: rgb(0,0,0);
	background: -webkit-linear-gradient(bottom, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%);
	background: -o-linear-gradient(bottom, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%);
	background: linear-gradient(to top, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%);
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
}
section.destaque3 article .overlay h2{
	font-size: 25px;
	font-family: 'Fira-Sans-SemiBold';
	text-shadow: 1px 1px 2px #000;
}
section.destaque3 article .overlay span.data{
	text-shadow: 1px 1px 2px #000;
}
section.destaque3 article figure{
	position: relative;
	top:0;
	left: 0;
	z-index: 9;
	width: 100%:;
}
section.destaque3 article figure img{
	border-radius: 5px;
	width: 100%;
}
section.destaque4{
	width: 49.42857142857143%; /*692px;*/
	float: right;
	margin-top: 20px;
}
section.destaque4 article{
	position: relative;
	width: 100%;
}
section.destaque4 article .overlay{
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 10;
	color:#fff;
	padding: 70px 20px 20px 20px;
	background: rgb(0,0,0);
	background: -webkit-linear-gradient(bottom, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%);
	background: -o-linear-gradient(bottom, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%);
	background: linear-gradient(to top, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%);
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
}
section.destaque4 article .overlay h2{
	font-size: 25px;
	font-family: 'Fira-Sans-SemiBold';
}
section.destaque4 article .overlay span.data{
	text-shadow: 1px 1px 2px #000;
}
section.destaque4 article figure{
	position: relative;
	top:0;
	left: 0;
	z-index: 9;
	width: 100%;

}
section.destaque4 article figure img{
	border-radius: 5px;
	width: 100%;
}

.blocoEsquerdo{
	width:64.28571428571429%;  /*900px;*/
	float: left;
	margin-top: 60px;
	padding-right: 10px;
}
.blocoEsquerdo h1{
	font-size: 25px;
	text-transform: uppercase;
	font-family: 'Fira-Sans-Medium';
	margin-bottom: 10px;
}
.blocoEsquerdo article{
	padding-right: 10px;
	width: 100%;
	height: 140px;
	position: relative;
	clear: both;
	-webkit-box-shadow: 5px 5px 15px 1px rgba(0,0,0,0.2);
	-moz-box-shadow: 5px 5px 15px 1px rgba(0,0,0,0.2);
	box-shadow: 5px 5px 15px 1px rgba(0,0,0,0.2);
	margin-bottom: 20px;
	border-radius: 5px;
	transition: all ease 0.5s;
	-moz-transition: all ease 0.5s;
	-o-transition: all ease 0.5s;
	-ms-transition: all ease 0.5s;
	-webkit-transition: all ease 0.5s;
}
.blocoEsquerdo article:hover{
	background: #282923;
	color: #fff;
}
.blocoEsquerdo article figure{
	width: 23.59550561797753%; /*210px;*/
	float: left;
}
.blocoEsquerdo article .desc{
	width: 75.28089887640449%; /*670px;*/
	height: 100%;
	background: #fff;
	float: left;
}
.blocoEsquerdo article figure img{
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
}
.blocoEsquerdo article span.data{
	display: table;
	margin-top: 20px;
	margin-left: 20px;

}
.blocoEsquerdo article h2{
	font-size: 20px;
	font-family: 'Fira-Sans-Medium';
	margin-left: 20px;
}
.blocoEsquerdo article p{
	margin-left: 20px;
	margin-top: 10px;
}

.blocoDireito{
	width: 34.28571428571429%; /*480px;*/
	float: right;
	margin-top: 60px;
}
.blocoDireito h1{
	font-size: 25px;
	text-transform: uppercase;
	font-family: 'Fira-Sans-Medium';
	margin-bottom: 10px;
}
.blocoDireito h3{
	font-size: 15px;
	text-transform: uppercase;
	font-family: 'Fira-Sans-Medium';
	margin-bottom: 10px;
	line-height: 1.3em;
}
#enquete button {
    margin: 0px;
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 10px;
    padding-right: 10px;
    border: 2px solid #07093D;
    background: #07093D;
    color: #FFF;
    cursor: pointer;
}
.blocoDireito ul{
	
}
.blocoDireito ul li{
	background: #F6F6F6;
	border-radius: 5px;
	padding: 15px 10px;
	margin-bottom: 10px;
	border-left: 5px solid #0CCCFE;
	font-family: 'Fira-Sans-Medium';
	transition: all ease 0.5s;
	-moz-transition: all ease 0.5s;
	-o-transition: all ease 0.5s;
	-ms-transition: all ease 0.5s;
	-webkit-transition: all ease 0.5s;
}
.blocoDireito ul li:hover{
	background: #0CCCFE;
	color: #fff;
}
.blocoDireito .pub{
	margin-bottom: 20px;
}

section.videos{
	margin-top: 40px;
}
section.videos h1{
	font-size: 25px;
	text-transform: uppercase;
	font-family: 'Fira-Sans-Medium';
	margin-bottom: 10px;
}
section.videos h2 span{
	display: inline-block;
	color: #FEC31F;
}
section.videos .bloco{
	width: 23.92857142857143%; /*335px*/
	height: auto;
	float: left;
	margin-right: 01.42857142857143%; /*20*/
}
section.videos .bloco img{
	width: 100%;
}
section.videos .bloco:last-child{
	margin-right: 0px;
	margin-bottom: 20px;
}
section.videos .bloco p{
	font-family: 'Fira-Sans-Medium';
	color:#404040;
	line-height: 1.3;
	margin-top: 5px;
}
footer{
	width: 100%;
	background: #212930;
	padding: 20px;
	margin-top: 80px;
}
footer span.destaque{
	font-family: 'Fira-Sans-Medium';
	font-size: 20px;
}
footer span{
	display: block;
	color: #878787;
	text-align: center;
	margin-bottom: 3px;
	
}
.btn{
	display: table;
	margin:0 auto;
	background: #0CCCFE;
	color: #fff !important;
	padding: 10px 30px;
	margin-top: 20px;
	border-radius: 3px;
}
.quemSomos p{
	margin-bottom: 15px;
	text-align: justify;
	line-height: 1.3;
}

.quemSomos img{
	margin-bottom: 20px;
	border-radius: 5px;
}
.quemSomos span{
	display: block;
	font-family: 'Fira-Sans-Medium';
	font-size: 20px;
}


.descricaoNoticia{
	width:100%;
	padding-right: 30px;
	line-height: 1.3;
	position: relative;
	margin-bottom: 90px;
}
.descricaoNoticia h2{
	font-size: 35px;
	margin-top: 30px;
	color: #000;
}
.descricaoNoticia p{
	font-size: 18px;
}
.descricaoNoticia p.resumo{
	margin-bottom: 30px;
	font-size: 20px;
	
}

.descricaoNoticia .dataPostagem{
	width: 100%;
	position: relative;
}
.descricaoNoticia .dataPostagem span.dataPostagem{
	display: block;
}
.descricaoNoticia .dataPostagem strong{
	font-family: 'Fira-Sans-Bold';
}
.descricaoNoticia .autor{
	width: 100%;
	position: relative;
	margin-bottom: 30px;
	padding-bottom: 2px;
	border-top: thin solid #ddd;
}
.descricaoNoticia .autor .compartilhar{
	position: relative;
	margin-top: 5px;
}
.descricaoNoticia .autor .compartilhar .facebook{
	width: 35px;
	height: 35px;
	background-image: url(../img/facebookNoticia.svg);
	background-repeat: no-repeat;
	display: inline-block;
	margin:0px 20px 0px 0px;
}
.descricaoNoticia .autor .compartilhar .whatsapp{
	width: 35px;
	height: 35px;
	background-image: url(../img/whatsAppNoticia.svg);
	background-repeat: no-repeat;
	display: inline-block;
	margin:0px 20px 0px 0px;
}
.descricaoNoticia .autor .compartilhar .twitter{
	width: 35px;
	height: 35px;
	background-image: url(../img/twitterNoticia.svg);
	background-repeat: no-repeat;
	display: inline-block;
}
.descricaoNoticia p{
	margin-bottom: 15px;
	text-align: justify;
}
.descricaoNoticia .imagemPrincipal{
	width: 100%;
	display: table;
	margin:5px auto;
	border-radius: 5px;
}
.descricaoNoticia .imagemPrincipal img{
	width: 100%;
}
.descricaoNoticia figure{
	margin-top: 20px;
	display: table;
}
.descricaoNoticia figure figcaption{
	margin-bottom: 20px;
	text-align: center;
}

.quemSomos .tituloQuemSomos{
	display: block;
	font-family: 'Fira-Sans-Medium';
	font-size: 20px;
}

.video-container {
	overflow: hidden;
	position: relative;
	width:100%;
}

.video-container::after {
	padding-top: 56.25%;
	display: block;
	content: '';
}

.video-container iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* pagination */
.pagination {
	display: inline-block;
	padding-left: 0;
	margin: 0 0 10px 0;
	border-radius: 4px;
  }
  .pagination > li {
	display: inline;
  }
  .pagination > li > a,
  .pagination > li > span {
	position: relative;
	float: left;
	padding: 6px 12px;
	margin-left: -1px;
	line-height: 1.42857143;
	color: #222;
	text-decoration: none;
	background-color: #fff;
	border: 1px solid #ddd;
  }
  .pagination > li:first-child > a,
  .pagination > li:first-child > span {
	margin-left: 0;
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
  }
  .pagination > li:last-child > a,
  .pagination > li:last-child > span {
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
  }
  .pagination > li > a:hover,
  .pagination > li > span:hover,
  .pagination > li > a:focus,
  .pagination > li > span:focus {
	z-index: 2;
	color: #23527c;
	background-color: #eee;
	border-color: #ddd;
  }
  .pagination > .active > a,
  .pagination > .active > span,
  .pagination > .active > a:hover,
  .pagination > .active > span:hover,
  .pagination > .active > a:focus,
  .pagination > .active > span:focus {
	z-index: 3;
	color: #fff;
	cursor: default;
	background-color: #222;
	border-color: #222;
  }
  .pagination > .disabled > span,
  .pagination > .disabled > span:hover,
  .pagination > .disabled > span:focus,
  .pagination > .disabled > a,
  .pagination > .disabled > a:hover,
  .pagination > .disabled > a:focus {
	color: #777;
	cursor: not-allowed;
	background-color: #fff;
	border-color: #ddd;
  }
  .pagination-lg > li > a,
  .pagination-lg > li > span {
	padding: 10px 16px;
	font-size: 18px;
  }
  /* fim - pagination */
  
/* formulários */
#contato form, #contato fieldset, #contato label, .grupo, .campo {
    margin: 0;
    padding: 0;
	font-size: 13px;
}
#contato input, #contato textarea, #contato select {
	margin: 0px;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-left: 10px;
	padding-right: 10px;
	border: 1px solid #DDD;
	color: #666;	

	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	
}
#contato input:radio{
	border: 0px;
}
#contato button {
	margin: 0px;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-left: 10px;
	padding-right: 10px;
	border: 2px solid #07093D;
	background: #07093D;
	color: #FFF;	
	cursor: pointer;
}
#contato fieldset {
    border: 0;
}
.campo {
    margin-bottom: 15px;
}
 
.campo_label {
    margin-bottom: 5px;
	font-weight: normal;
}
#contato fieldset.grupo .campo {
    float:  left;
    margin-right: 20px;
}
.form_categoria {
	padding: 15px; 
	background-color: #A2A2A2; 
	font-size: 28px; 
	font-weight: bold; 
	color: #FFF; 
	margin-bottom: 5px;
}
/* fim - formulários */

label.error { color: red; display: none; font-size: 11px; }	


@media screen and (max-width: 1439px){
	.container{
		padding-right: 30px;
		padding-left: 30px;
	}
	.blocoDireito .pub img{
		width: 100% !important;
	}
	.barraTopo .menuTopo nav ul{
		left: 30px;
	}
}

@media screen and (max-width: 1349px){
	header .logo{
		float: none;
		padding-top: 0;
		display: table;
		margin:0px auto 20px auto;
	}
	header .publicidade{
		float: none;
		max-width: 100%;
	}
	header .publicidade img{
		max-width: 100% !important;
	}

	section.destaque {
		margin-top: 20px;
	}
	section.destaque2 {
		margin-top: 20px;
	}
}

@media screen and (max-width: 1199px){
	nav.principal{
		display: none;
	}
	.blocoEsquerdo{
		float: none;
		width: 100%;
	}
	.blocoDireito{
		float: none;
		width: 100%;
	}
	.blocoDireito .pub{
		float: left;
		width: 25%;
		padding: 5px;
	}
	section.destaque article .overlay h2{
		font-size: 25px;
		font-family: 'Fira-Sans-SemiBold';
		text-shadow: 1px 1px 2px #000;
	}
	section.destaque2 article .overlay h2{
	font-size: 20px;
	font-family: 'Fira-Sans-SemiBold';
	text-shadow: 1px 1px 2px #000;
	}
	section.destaque3 article .overlay h2{
	font-size: 20px;
	font-family: 'Fira-Sans-SemiBold';
	text-shadow: 1px 1px 2px #000;
	}
	section.destaque4 article .overlay h2{
	font-size: 20px;
	font-family: 'Fira-Sans-SemiBold';
	text-shadow: 1px 1px 2px #000;
	}
	.blocoDireito .pub{
		width: 50%;
	}
	section.videos .bloco{
		width: 50%; /*335px*/
		height: auto;
		float: left;
		margin-right:0%; /*20*/
		padding: 5px;
	}
}

@media screen and (max-width: 767px){
	section.destaque{
		width:100%; /*860px;*/
		float: none;
	}
	section.destaque2{
		width: 100%; /*515px;*/
		float: none;
		margin-top: 20px;
	}
	section.destaque3{
		width:100%; /*860px;*/
		float: none;
	}
	section.destaque4{
		width:100%; /*860px;*/
		float: none;
	}
	section.videos .bloco{
		width: 100%; /*335px*/
		padding: 0;
		margin-bottom: 20px;
	}
	.blocoDireito .pub{
		width: 100%;
	}
}

@media screen and (max-width: 424px){
	section.destaque2{
		width: 100%; /*515px;*/
		float: none;
		margin-top: 20px;
		position: relative;
	}
	section.destaque2 article{
		position: relative;
		width: 100%;
	}
	section.destaque2 article .overlay{
		float: none;
		width: 100%;
		position: absolute;
		bottom: 0;
		left: 0;
		z-index: 10;
		color:#fff;
		padding: 70px 20px 20px 20px;
		background: rgb(0,0,0);
		background: -webkit-linear-gradient(bottom, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%);
		background: -o-linear-gradient(bottom, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%);
		background: linear-gradient(to top, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%);
		border-bottom-left-radius: 5px;
		border-bottom-right-radius: 5px;
	}
	section.destaque2 article .overlay h2{
		font-size: 25px;
		font-family: 'Fira-Sans-SemiBold';
		text-shadow: 1px 1px 2px #000;
		color: #fff;
	}
	section.destaque2 article .overlay span.data{
		text-shadow: 1px 1px 2px #000;
		color: #fff;
	}
	section.destaque2 article figure{
		position: relative;
		float: none;
		top:0;
		left: 0;
		z-index: 9;
		width: 100%;
	}
	section.destaque2 article figure img{
		border-radius: 5px;
		width: 100%;
	}
	.blocoEsquerdo article figure{
		display: none;
	}
	.blocoEsquerdo article .desc{
		float: none;
		width: 100%;
	}
	.blocoEsquerdo article{
		padding: 10px;
		height: auto;
	}
	.blocoEsquerdo article span.data{
		margin-top: 0px;
		margin-left: 0px;
	}
	.blocoEsquerdo article h2 {
		margin-left: 0px;
	}
	.blocoEsquerdo article p {
		margin-left:0px;
	}
	.barraTopo .data {
    	display: none;
	}
	header .logo{
		width: 100%;
	}
}

@media screen and (max-width: 324){
	section.destaque article .overlay {
    	padding: 20px;
	}
	section.destaque article .overlay h2{
		font-size: 20px;
	}
	section.destaque2 article .overlay {
    	padding: 20px;
	}
	section.destaque2 article .overlay h2{
		font-size: 20px;
	}
	section.destaque3 article .overlay {
    	padding: 20px;
	}
	section.destaque3 article .overlay h2{
		font-size: 16px;
	}
	section.destaque4 article .overlay {
    	padding: 20px;
	}
	section.destaque4 article .overlay h2{
		font-size: 16px;
	}
	.barraTopo .busca {
		float: none;
		margin-left: 0;
		padding: 15px 0px;
		position: relative;
		width: 100%;
	}
	.barraTopo .menuTopo {
		width: 135px;
		padding: 15px 0px;
		float: none;
		border-right: none;
	}
}