body {
	margin: 0;
	padding: 0;

}

p {
	margin: 0;
	padding: 0;
}

ul, li {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.container-full {
	width: 100%;
	-webkit-box-shadow: inset 0px 0px 12px 0px rgba(0,0,0,0.25);
	-moz-box-shadow: inset 0px 0px 12px 0px rgba(0,0,0,0.25);
	box-shadow: inset 0px 0px 12px 0px rgba(0,0,0,0.25);
	background: #f9f9f9;
	overflow: auto;
}

.container-report {
	margin-top: 20px;
	width: 970px;
	margin-left: auto ;
    margin-right: auto ;
    /*background-color: grey;*/

}

.c-1 {
	width: 48%;
	padding-right: 2%;
	/*background-color: red;*/
	/*height: 500px;*/
	float: left;
}

.c-2 {
	width: 48%;
	padding-right: 2%;
	/*background-color: blue;*/
	/*height: 200px;*/
	float: left;
}

.materia {
	width: 100%;
	/*background-color: green;*/
	margin-bottom: 50px;
	margin-top: 50px;
	overflow: hidden;
	min-height: 260px;
}

.thumb-image {
	border-radius: 5px;
	overflow: hidden;
	width: 150px;
	height: 150px;
	background-color: #eaeaea;
	float: left;
	position: relative; 
    border: 1px solid white;
}

.thumb-image img { 
    max-width: 100%; 
    max-height: 100%; 
}

.overlay { 
    position: absolute; 
    top: 0; 
    left: 0; 
    right:0; 
    bottom:0; 
    /*display: none;*/ 
    background-color: rgba(255,153,51,0.6);
    visibility:hidden;
  	opacity:0;
  	transition:visibility 0s linear 0.1s,opacity 0.1s linear; 
}
.thumb-image:hover .overlay { 
  	visibility:visible;
  	opacity:1;
  	transition-delay:0s;
 }

.thumb-content {
	margin-left: 10px;
	width: 220px;
	/*background-color: white;*/
	float: left;
}

.thumb-tittle {
	font-size: 18px;
	font-weight: bold;
	color: #ff9933;
}

.thumb-autor {
	font-style: italic;
	opacity: 0.5;
	color: initial;
}

.thumb-text {
	margin-top: 20px;
	float: left;
	color: initial;
	opacity: 0.8;
}

.icon-read {
	float: left;
	margin-right: 10px;
	margin-top: 2px;
}

.leia {
	font-weight: bold;
	color: #ff9933;
}

.line {
	width: 80%;
	height: 2px;
	background-color: #eaeaea;
	clear: both;

}


/* HOVER NO THUMB */
 
.thumb-image:hover {
	opacity: 0.9;
}

/* /HOVER NO THUMB */


@media (max-width: 1024px) {

	.container-report {
		margin-left: 20px;
	}

	.c-1 {
		float: none;
	}

	.c-2 {
		float: none;
	}


	.cabecalho img {
		max-width: 435px;
		width: 100%;
	}

  
}

@media (max-width: 440px) {

	.materia {
		width: 50%;
	}

	.thumb-content {
		margin-top: 10px;
		margin-left: 0px;
	}



  
}





