.dadosVeiculo {
    background-color: white;
}
.divDestaque {
    border-radius: 15px 15px 0px 0px;
}
.shadow-card-espec{
    box-shadow: -1px 0px 3px -33px rgba(0,0,0,0.75);
}
.paddingDestaque{
    padding-right: 15px;
    padding-left: 15px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.card {
    color: white;
    width: 400px;
    margin-top: 40px;
    border: none;
}
.dados {
    background: #000204;
}
.text-cinza{
    color: #262424;
}
.botaoWpp{
    background-color: #363435;
    padding: 3px 7px;
    transition: 0.2s;
}
.divDados {
    padding-bottom: 14px;
}
.divDados img {
    margin-right: 10px;
}
.destaqueImagem {
    height: 310px;
}
.preço {
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.2s;
}
.preço:hover,.botaoWpp:hover {
    opacity: 0.8;
}
.btn-estoque{
    background-color: #fff000;
    width: 400px;
    height: 45px;
    align-items: center;
    display: flex;
    justify-content: center;
    transition: 0.2s;
}
.btn-estoque:hover{
    opacity: 0.8;
}
@media screen and (max-width: 1399px) {
    .divDestaque{
        justify-content: space-evenly !important;
    }
}
@media screen and (max-width: 767px) {
    #sectionDestaque{
        padding: 0px;
    }
    .card{
        width: 310px;
    }
    .btn-estoque{
        width: 310px;
    }
}
@media screen and (min-width: 789px) and (max-width: 1199px) {
    /* .card{
        margin:20px;
    } */
}
@media screen and (min-width: 619px) and (max-width: 767px) {
    .card{
        margin:20px;
    }
}
@media screen and (max-width: 500px){
    .espaçamentoCard{
        padding-left: 4px;
    }
}