body{
	margin:0;
	padding: 0;
}
h1{
	font-family: Segoe UI;
}

/*.anchor{
	text-decoration: none;
	padding: 0;
}*/

.divimg{
	background-position: center;
	background-size: cover;
	width: 100%;
	height: 7.2vw;
}

.htmlfromrss {
	font-family: sans-serif;
	/*background-color: lavender;*/
}

.htmlfromrss a{
	text-decoration: none;
}

#htmlfromrss0 {
	display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
    overflow: visible;
}

.htmlfromrss ul {
	margin: 0;
	padding: 0;
}

.htmlfromrss li {
	margin-bottom:1vw;
	padding: 0;
	background-color: #FCFCFC;
	width: 24%;
	height: 23vw;
	cursor: pointer;
	position: relative;
	box-shadow: 0px 0px 10px rgba(0,0,0,0.1);
	bottom: 0VW;
	transition: .3s;
	margin-right: 0!important;
	list-style-type: none;
}

.htmlfromrss li:hover {
	bottom: 0.7vw;
}



.htmlfromrss li div {
	clear:both;
}

.htmlfromrss li .title a{
	font-weight: bold;
	margin-left: 0vw;
	font-size: 1vw;
	font-family: Segoe UI;
	text-align: left;
	color: #707070;
	opacity: 1;
}

.htmlfromrss li .title{
	width: 85%;
	margin:0 auto;
	line-height: 1.1vw;
	margin-bottom: 0.5vw;
}

/*.htmlfromrss li .title a:hover{
	opacity:0.5;
}
*/
.htmlfromrss li .date {
	color: #c6c6c6;
	font-size: 1vw;
	margin-top: 0.7vw;
	margin-left:1.3vw;
	font-family: Segoe UI;
	font-weight: lighter;
	line-height: 2vw;
}

.htmlfromrss li .post img {
	float: left;
	margin: 5px 10px 5px 0px;
}

.post{
	color: #707070;
    font-weight: lighter;
    width: 85%;
    height: 4.1vw;
    margin: 0 auto;
    font-family: Segoe UI;
    font-size: 1vw;
    overflow: hidden;
    text-align: left;
}

.post::after{

}

.imagem{
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	height: 7.2vw;
}

.read{
	color:#0096ff!important;
	font-family: Segoe UI;
	font-weight: bold;
	font-size: 1.1vw;
	position: absolute;
	bottom: 0.3vw;
	right: 2vw;
}

.read a{
	color:#0096ff!important;
}

.read:hover{
	opacity:0.5;
	cursor: pointer;
}

/***************************************************************************/
@media only screen and (min-width: 1680px /* TV */) {

	.divimg{
		height: 122px;
	}

	.htmlfromrss li .date {
		color: #dbdbdb;
		font-size: 18px;
		margin-top: 37px;
		margin-left:19px;
		line-height: 0;
	}

	.htmlfromrss li .title a{
		font-size: 16px;
	}

	.htmlfromrss li .title{
		margin-bottom:7px;
		line-height: 18px;
	}

	.post{
	    height: 88px;
	    margin: 0 auto;
	    font-size: 17px;
	}

	.read{
		font-size: 16px;
		bottom: 1px;
		right: 25px;
	}

	.imagem{
		height: 122px;
	}

	.htmlfromrss li {
		margin-bottom:18px;
		width: 24%;
		height: 385px;
	}

	.htmlfromrss li:hover {
	    bottom: 10px;
	}

}

@media only screen and (max-width: 768px /* TABLET */) {

	.divimg{
		height: 13vw;
	}

	.htmlfromrss li {
		margin-bottom:3vw;
		width: 48%;
		height: 45vw;
	}

	.imagem{
		height: 13vw;
	}

	.read{
		font-size: 2vw;
		bottom: 0;
		right: 3vw;
	}

	.post{
	    height: 9vw;
	    margin: 0 auto;
	    font-size: 2vw;
	}

	.htmlfromrss li .date {
		font-size: 2vw;
		margin-top: 3.5vw;
		margin-left:2.5vw;
		line-height: 0;
	}

	.htmlfromrss li .title a{
		margin-left: 0vw;
		font-size: 2vw;
		line-height: 2.3vw;
	}

	.htmlfromrss li .title{
		margin-bottom:1vw;
	}



}

@media only screen and (max-width: 480px /* SMARTPHONE */) {

	.divimg{
		height: 30vw;
	}

	.htmlfromrss li {
		margin-bottom:5vw;
		width: 100%;
		height: 90vw;
	}

	.imagem{
		height: 30vw;
	}

	.read{
		font-size: 4vw;
		bottom: 0;
		right: 8vw;
	}

	.post{
	    height: 18vw;
	    margin: 0 auto;
	    margin-top: 2vw!important;
	    font-size: 4vw;
	    width: 79%;
	}

	.htmlfromrss li .date {
		font-size: 4.5vw;
		margin-top: 8.5vw;
		margin-left:7.5vw;
	}

	.htmlfromrss li .title a{
		margin-left: 0vw;
		margin-top: 6vw;
		font-size: 4vw;
		line-height: 5vw;
	}

	.htmlfromrss li .title{
		width:79%;
	}
}