@media screen and (max-width: 800px) {
   select[id="marca"]{
      max-width: 100px;
   }
}