.pesquisa-field{width:25%; position:relative; float:left; text-align:center; margin-bottom:20px; padding:0px 10px 0px 10px;}

.pesquisa-botao{position:relative; float:left; padding:9px 60px 9px 60px; color:#fff; font-size:0.8em; font-weight:500; cursor:pointer; border-radius:4px;}

@media screen and (min-width: 1024px) and (max-width: 1279px) { /* PARA DISPOSITIVOS PEQUENOS*/
.pesquisa-field{padding:0px 5px 0px 5px;}
.pesquisa-botao{padding:9px 30px 9px 30px;}
}
@media screen and (min-width: 1280px) and (max-width: 1365px) { /* PARA DISPOSITIVOS MÉDIOS*/
}
@media screen and (min-width: 1366px) and (max-width: 1919px) { /* PARA DISPOSITIVOS MÉDIOS*/
}
@media screen and (min-width: 1920px) and (max-width: 2159px) { /* PARA DISPOSITIVOS GRANDES*/
}
@media screen and (min-width: 2160px) { /* PARA DISPOSITIVOS MUITO GRANDES*/

}