/* CSS Document */

.right30 { margin-right:30px; }

.content_destaques {
	position:relative;
	overflow:hidden;
	padding:40px 0px;
	background-image: url(../_img/pontilhado.png);
	background-repeat: repeat-x;
}
.content_destaques2 {
	position:relative;
	overflow:hidden;
	padding:40px 0px;
	background-image: url(../_img/pontilhado.png);
	background-repeat: repeat-x;
}
.mobile .content_destaques2 {
	padding:0px;
	background-image: none;
}
.content_destaques ul, .content_destaques2 ul {
	position:relative;
	overflow:hidden;
	margin:auto;
}

.imgDestaque {
	position:relative;
}
.pop_fix {
	position:absolute;
	overflow:hidden;
	bottom:0;
	padding:5px 10px;
	background:url(../_img/bkg-preto-opac60.png) repeat;
	clear:both;
	pointer-events:none;
	display:block;
}

#img_float{
	float: left;
	margin-right: 20px;
	margin-bottom: 12px;	
}
.mobile #img_float{
	float:none;
	display:block;
	margin-left:auto;
	margin-right:auto;
}
#blocos li{
	position:relative;
	float:left;
	width: 203px;
	margin-left: 6px;
	margin-right: 6px;
	height: 270px;
	margin-bottom:30px;
}
.tablet #blocos li{
	width: 251px;	
	height: 320px;
}
.mobile #blocos li{
	width: 230px;	
	height: 300px;
}

#blocos li.last{
	margin-right: 0px;	
}
#blocos_topo h2{
	margin-bottom:15px;	
}
#blocos p{
	font-family:"Times New Roman", Times, serif;
	font-size:18px;
	font-style:italic;	
}
#blocos .pontilhado2{
	margin-top: 10px;
	margin-bottom: 10px;	
}
.link_bloco img{
	/*
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	*/
	position: absolute;
	z-index: 2;
}
.link_bloco div{
	position:absolute;
	width: 94%;
	height: 50px;
	overflow:hidden;
	font-family: 'Dosis', Arial, Helvetica, sans-serif;
	font-size: 15px;
	z-index:1;
	bottom: 0px;
	padding-top: 20px;
	padding-left: 3%;
	padding-right: 3%;
	padding-bottom: 10px;
	background:url(../_img/bkg-roxo-opac38.png) top left repeat!important;
}
.link_bloco div:hover{
	text-decoration:none;
}

/*====== DESTAQUE INTERNO ======================================*/

.boxLeft_destqInt {
	position:relative;
	overflow:hidden;
	float:left;
	width:300px;
	margin-right:20px;	
}

.boxRight_destqInt {
	position:relative;
	overflow:hidden;
	float:right;
	width:540px;
}
.imgLeft_destqInt {
	position:relative;
	width:300px;
	}
.topRight_destqInt {
	position:relative;
	overflow:hidden;
	width:640px;
}
.titRight_destqInt {
	position:relative;
	padding:0px 20px 30px 0px;
}
.txtRight_destqInt {
	position:relative;
	padding-bottom:20px;
}
.mobile .txtRight_destqInt {
	width: 100%;
}
.date_box {
	position:relative;
	float:left;
	padding:0px 30px 20px 0px;
}
.social_box {
	position:relative;
	float:left;
	padding-right:20px;
}
.topoBox {
	position:relative;
	width:150px;
	margin-top:50px;
}
.topoBtnRight_destqInt {
	position:relative;
	padding-bottom:5px;
}
.topoTxtBtnRight_destqInt {
	position:relative;
	padding-bottom:20px;
}













