@media only screen 
and (min-width : 768px) 
and (max-width : 1024px) 
and (orientation : landscape) {
.sidebar1 {
	display:none;
}
.caixavantagens {
    width: 80%;
    margin: 0px 10% 70px;
    float: left;
}
}