@media screen and (max-width: 767px)
{
	#modalContato{
        width: 95% !important;
    }

    #rodape .links-rodape {
        width: 100%;
    }
    
     #corpo .campos-pedido .row-fluid .span4{ width: 100%}
}

@media screen and (min-width: 767px)

{

    .row-fluid .span4 {
    width: 29.914894%;
	}

}