.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:12px 60px 12px 60px; color:#fff; font-size:1em; font-weight:500; cursor:pointer; border-radius:4px; background-color:#ed2224; 
}
.pesquisa-botao:hover{ background-color:#cc1a1b}

@media screen and (min-width: 1024px) and (max-width: 1279px) { /* PARA DISPOSITIVOS PEQUENOS*/
.pesquisa-field{padding:0px 5px 0px 5px;}
}
@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*/

}