#sectionDestaque{
    background-color: white;
}
.titulo-destaque {
    font-size: 20px;
}
.linhavermelha::before {
    content: " ";
    position: absolute;
    height: 8px;
    background: #fe0000;
    width: 150px;
    z-index: 1;
  }
.dadosVeiculo {
    color: white;
}
.shadow-card-espec{
    box-shadow: -1px 0px 64px -33px rgba(0,0,0,0.75);
}
.paddingDestaque{
    padding-right: 15px;
    padding-left: 15px;
}
.card {
    color: black;
    width: 410px;
    height: 500px;
    -webkit-box-shadow: -1px -1px 22px -7px rgba(0,0,0,0.75);
    -moz-box-shadow: -1px -1px 22px -7px rgba(0,0,0,0.75);
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 20px;
    margin-top: 20px;
    margin-bottom: 20px;
}
.dados {
    background: white;
    border-radius: 0 0 20px 20px;
}
.simboloValor{
    font-size: 14px;
    font-weight: normal;
}
.botaoWpp{
    background-color: #e6e6e6;
    padding: 2px 20px;
    border-radius: 5px;
    transition: 0.2s;
    font-weight: 900;
}
.divDados img {
    margin-right: 10px;
}
.destaqueImagem {
    height: 300px;
    border-radius: 20px 20px 0 0;
}
.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: white !important;
}
.corDescrição{
    color: white;
    font-size: 13px;
}
.riscoDestaque{
    background-color: white;
    height: 2px;
}
.btn-estoque{
    color: white !important;
    width: 380px;
    height: 40px;
    transition: 0.2s;
    background-color: black;
    font-weight: 900;
    border-radius: 20px;
}
.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;
    }
}

@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;
    }
}