.titulo-destaque {
    font-size: 20px;
}
.tituloFont{
    color: #363435;
}

.dadosVeiculo {
    color: #363435;
}

.paddingDestaque{
    padding-right: 15px;
    padding-left: 15px;
    background-color: white;
}
.card {
    color: white;
    width: 400px;
    margin-top: 20px;
    margin-bottom: 20px;
    border-color: #ededed;
}
.dados {
    background: white;
    color: #363435 !important;
}
.simboloValor{
    font-size: 14px;
    font-weight: normal;
}
.botaoWpp{
    background-color: #c52c31;
    padding: 5px 20px;
    transition: 0.2s;
    font-weight: 900;
}
.divDados img {
    margin-right: 10px;
}
.destaqueImagem {
    height: 300px;
}
.preço {
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.2s;
    font-weight: bold;
    font-size: 1.3rem;
}
.preço:hover,.botaoWpp:hover {
    opacity: 0.8;
}
.preço a {
    color: #363435 !important;
    font-weight: 900;
}
.corDescrição{
    color: #363435;
    font-size: 14px;
}
.btn-estoque{
    color: white !important;
    width: 400px;
    height: 50px;
    transition: 0.2s;
    background-color: #c52c31;
    font-weight: 900;
}
.btn-estoque:hover{
    opacity: 0.8;
}

.btn__wpp{
    background-color: #c52c31;
}

@media screen and (max-width: 1399px) {
    .divDestaque{
        justify-content: space-evenly !important;
    }
}
@media screen and (max-width: 767px) {
    #sectionDestaque{
        padding: 0px;
    }
}

@media screen and (min-width: 619px) and (max-width: 767px) {
    .card{
        margin:20px;
    }
    .btn-estoque{
        margin: 20px;
    }
}
@media screen and (max-width: 576px) {
    .titulo-destaque{
        font-size: 25px;
    }
}
@media screen and (max-width: 390px){
    .tituloFont{
        font-size: 1.2rem;
    }
    .btn-estoque{
        margin-left: 0.5rem;
        margin-right: 0.5rem;
    }
}