/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 02/08/2018, 14:33:14
    Author     : Diego
*/
@media(max-width: 760px){
    .formulario_corpo .nav-tabs > li.active{
        display: block;
        width: 100%;
    }
    .formulario_corpo .nav-tabs > li{
        display: none;
    }
    .btn_voltar{
        display: none;
    }
    .btn_continuar{
        display: none;
    }
}
