.meunovocarro {
    padding: 10rem 0px;
}

.bg-meucarronovo {
    background-color: #f4f4f4;
    min-height: 45px !important;
    display: flex;
    justify-content: center;
    position: relative
}

.bg-meucarronovo span {
    position: absolute;
    right: 10px;
    top: 15px;
    font-size: 12px;
    color: #969494;
    font-weight: 900;
}

.bg-meucarronovo img {
    max-width: 10rem;
}

.car .name {
    font-weight: 900;
    min-height: 4.7rem;

}

.card .destaque {
    position: absolute;
    top: 20px;
    left:15px;
    background: #ffbc00;
    padding:4px 8px;
    font-weight: 600;
}
.drop{
    font-size: .6rem;
    margin-left: 3rem;
}
.meunovocarro{
    margin: auto !important;
}
.meunovocarro .card{
    border: .5px #c0bdbd solid;
    border-radius: 6px;
    padding: 10px;
    padding-bottom: 0px;
}

.meunovocarro .row .card{
    margin-left: 5px;
    margin-right: 5px;
} 
p.valor{
    font-size:2.1rem;
    font-weight:900;
}
p.date{
    font-size: 15px;
    color: #969494 !important;
}
p.date span{
    font-size:14px; 
    margin-right: 6px;
}
h3.sub-title{
  margin-bottom: 10px !important;
}

.div-center{
    display: flex;
    justify-content: center;
    align-items: center;
}

@media (max-width:500px) {
    h3.sub-title{
        font-size: 16px !important;
      }

}

.card-body.car{
    padding-bottom: 8px !important;
}

.termos{
    line-height: 16px !important;
    text-align: justify !important;
}