.botoes-veiculo{
    position:fixed; 
    bottom:90px; 
    right:15px; 
    z-index:999; 
    width: 200px; 
    height: auto; 
    text-align: end;
}

.botoes-veiculo button{
    margin:5px;
}

@media (max-width: 575.98px){
    .botoes-veiculo{
        bottom: 70px !important;
        right: 0px !important;
    }
}

@media (min-width: 576px) and (max-width: 1199.98px) and (orientation:landscape){
    .botoes-veiculo{
        bottom: 90px !important;
        right: 15px !important;
    }
}

@media (min-width: 576px) and (max-width: 1199.98px) and (orientation:portrait){
    .botoes-veiculo{
        bottom: 550px !important;
        right: 15px !important;
    }
}

@media (min-width: 768px) and (max-width: 991.98px) and (orientation:portrait){
    .botoes-veiculo{
        bottom: 200px !important;
        right: 15px !important;
    }
}

@media (min-width: 991.98px) and (max-width: 1199.98px) and (orientation:landscape){
    .botoes-veiculo{
        bottom: 200px !important;
        right: 15px !important;
    }
}

@media (min-width:1200px) and (max-width:1679px){
    .botoes-veiculo{
        bottom: 200px !important;
        right: 15px !important;
    }
}