@media only screen and (min-width: 480px) {

.pesquisar {
	width: 50%;
	float: left;
}

.pesquisar input[type=text] {
	font-size: 15px;
	width: 70%;
	float: left;
}

.chamadasHome ul li {
    width: 48%;
    float: left;
}

.chamadasHome ul li:nth-child(2) {
    margin-left: 4%;
}

}