@media (min-width: 300px) and (max-width: 600px) {
	.bannerComputador {
	    display: none;
	}

	.bannerMobile {
	    display: block;
	}
}