.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:8px 40px 8px 40px; background-color:#fff; color:#000; font-size:0.85em; font-weight:600; cursor:pointer; border-radius:4px;}
.pesquisa-botao:hover{opacity:0.8}

@media screen and (min-width: 1024px) and (max-width: 1279px) { /* PARA DISPOSITIVOS PEQUENOS*/
.pesquisa-field{padding:0px 5px 0px 5px;}
.pesquisa-botao{padding:8px 40px 8px 40px; font-size:0.7em; border-radius:4px;}
}
@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*/

}