/* Css página Detalhes de veiculo*/
/* Autor ThinkSo */
/* data: 26/10/2016 */

.detalhes-veiculo{
    height: auto;
    border: solid 1px #ccc;

}

.imgG-detalhes-veiculo{
    width: 100%;
    border-bottom: solid 2px #3590c4;
    padding-bottom: 20px;
}

.imgM-detalhes-veiculo{
    width: 100%;
    padding: 0 !important; 
}

.grupo-img-veiculo{
    border-right: dotted 1px #3590c4; 
    padding-top: 10px;
    padding-right:25px !important; 
}

.detalhes-veiculo-inferior{
    text-align: justify;
    border-top: dotted 1px #3590c4;
}

.descricao-veiculo h2{
    color: #3590c4;
    font-weight: 800;
    margin: 0;
    
}