if(navigator.userAgent.indexOf('iPhone') != -1){
   document.location="http://www.simcauto.com.br/mobile/default.htm";
}

if(screen.width < 799){
   document.location="http://www.simcauto.com.br/mobile/default.htm";
}
