:root {
    /*! put your custom css here */
}

.headerNavBar {
    position: fixed;
    width: 100%;
    z-index: 15;
    background-color: #fff;
    margin-top: 70px;
}

.meuBotaoEntre {
    margin-left: -80px;
    margin-bottom: -5px;
    padding-top: 5px !important;
}

.meuBotaoCadastro {
    margin-left: -80px;
    margin-top: -10px;
    padding-bottom: 5px !important;
}

.searchBar {
    max-width: 600px;
    display: block;
}

.carBadgePosition {
    position: absolute;
    right: 29%;
}

.listBadgePosition {
    position: absolute;
    right: 24%;
}

.navPSMR {
    position: fixed;
    width: 100vw;
    background: #fff;
    z-index: 12;
    margin-top: 60px;
}