.col-md-4 {
    margin-top: calc(0% - 1rem);
    height: calc(100vh - 56px);
}


.nomeitem {
    padding-top: 0.7rem;
    font-weight: bold;
    font-size: 15pt;
    padding-bottom: 0.5rem;
    color: red;
}

.precoitem {
    color: green;
    font-size: 17pt;
    padding-bottom: 0.5rem;
}

.precoitemantigo{
    color: red;
    font-size: 13pt;
}

b{
    color: black;
}

.anoitem{
    color: #777777;   
    font-size: 1rem;
    padding-bottom: 0.5rem;
}

.coritem{
    color: #777777;   
    font-size: 1rem;
    padding-bottom: 0.5rem;
}

.combustivelitem{
    color: #777777;   
    font-size: 1rem;
    padding-bottom: 0.5rem;
}

.kmitem{
    color: #777777;   
    font-size: 1rem;
    padding-bottom: 0.5rem;
}

.capacidadeitem{
    color: #777777;   
    font-size: 1rem;
    padding-bottom: 0.5rem;
}

.acessoriositem{
    color: #777777;   
    font-size: 1rem;
    padding-bottom: 0.5rem;
}


.carousel-indicators{
    position: relative;
    top: 0.2rem;
    bottom: 0;
}

.carousel-indicators li{
    /* height: 56px;
    width: 74px; */
    height: 78px;
    width: 104px;
    text-align: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.comprar {
    text-decoration: none;
}