@media screen and (max-width: 1024px) {	
#wrapper { width: 100%; }
#container_banner { width: 100% !IMPORTANT;}
#menu{ float:none;}
#footer { width: 100%; }
}

@media screen and (max-width: 420px) {	
#banner_home li .txt_titulo { font: 800 30px 'Raleway', sans-serif; line-height: 32px; }
#banner_home li .resumo_destaque { font: 14px 'Raleway', sans-serif; line-height: 16px; text-transform: none; }
}