.redeImg img{
	width: 100%;
}
.textRede ul{
	margin-left: 20px;
}
.textRede li{
	color: #db794a;
    line-height: 21px;
    font-size: 18px;
}
.textRede p{
	color: #98999b;
    font-size: 16px;
    margin: 0px 0px 21px 0px;
}
.assista {
	margin-top: 30px;
	padding-left: 40px;
}
.assista a{
	display: inline-block;
}
.assista img{
  width: 100%;
  background: url(../images/btnBannerG.png);
    border-radius: 5px;
}
@media screen and (min-width: 768px) and (max-width: 991px){
	.redeImg img {
	    height: 204px;
	}
	.assista{
		margin-top: 10px;
	}
	.titleRede{
		font-size: 17px;	
	}
	
}