.dadosVeiculo {
    color: black;
}
.paddingDestaque{
    padding-left: 25px;
}
.card {
    color: black;
    margin-top: 15px;
}
.botaoWpp{
    background-color: #00a85a;
    border-radius: 5px;
    transition: 0.2s;
    margin-bottom: 10px;
    width: 118px;
    margin-left: 3rem;
}
.divDados {
    margin-bottom: 10px;
}
.divDados img {
    margin-right: 10px;
}
.destaqueImagem {
    height: 280px;
}
.preço {
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.2s;
    font-weight: bold;
}
.yt-icone{
    color: #bf160f;
    --bs-link-hover-color: #bf160f
}
.preço:hover,.botaoWpp:hover {
    opacity: 0.8;
}

.btn-estoque{
    width: 77%;
    height: 55px;
    align-items: center;
    display: flex;
    justify-content: center;
    transition: 0.2s;
}
.btn-estoque:hover{
    opacity: 0.8;
}

.bg-card{
    background-color: #333333;
}

@media screen and (max-width: 1399px) {
    .divDestaque{
        justify-content: space-evenly !important;
    }
}
@media screen and (max-width: 767px) {
    #sectionDestaque{
        padding: 0px;
    }
    .card{
        width: 300px;
    }
    .btn-estoque{
        width: 310px;
    }
}
@media screen and (min-width: 789px) and (max-width: 1199px) {
    /* .card{
        margin:20px;
    } */
}

@media screen and (max-width: 576px) {
    .titulo-destaque{
        font-size: 25px;
    }
}
@media screen and (min-width: 992px) and (max-width: 1399px){
    .botaoWpp{
        margin-left: 1rem;
    }
    .paddingDestaque{
        padding-left: 15px;
    }
}
@media screen and (max-width: 804px){
    .botaoWpp{
        margin-left: 1rem;
    }
    .paddingDestaque{
        padding-left: 10px;
    }
}