.bottom-bar {
    /*position: absolute;*/
    /*bottom: 0;*/
    height: 150px;
}

.float-left {
    float: left !important;
}

.float-right {
    float: right !important;
}

.bg-red {
    background-color: #c00c0c;
    color: #ffffff;
}

.total-rota {
    position: relative;
    float: right;
    font-size: 19px;
    right: 10px;
}

.total-rota span {
    font-size: 27px;
    vertical-align: middle;
}

.total-rota span>strong {
    font-size: 35px;
    vertical-align: middle;
}

.tempo-estimado {}

#time {
    display: inline-block;
    margin-left: 10px;
}

.btn-solicitar-coleta {
    /*position: absolute;*/
    width: 100%;
    border-radius: 0;
    /*bottom: 0;*/
    padding: 12px;
    font-size: 16px;
    font-weight: 600;
}

.progress {
    background-color: #4e4e4e;
}

.progress-bar {
    background-color: #c00c0c;
}

.bool {
    width: 50px;
    height: 50px;
    background: #4e4e4e;
    border-radius: 50%;
    position: absolute;
    top: -15px;
}

.bool-0 {
    left: 20px;
}

.bool-1 {
    left: calc(50% - 25px);
}

.bool-2 {
    right: 20px;
}

.bool-active {
    background: #c00c0c;
}

.btn-v {
    width: 150px;
    float: left;
    margin: 20px 40px;
}

.btn-a {
    width: 150px;
    float: right;
    margin: 20px 40px;
}

.block-status {
    position: relative;
    bottom: 0;
    display: block;
    left: 0;
    margin-top: 30px;
}

.block-btn {
    position: relative;
    bottom: 0;
    display: block;
    left: 0;
}

#mapa {
    width: 100%;
    height: 100%;
    border-left-width: 1px;
    border-left-style: solid;
    border-left-color: #4e4e4e;
    align-items: center;
    flex-direction: row;
    padding: 0;
    flex-wrap: wrap;
    justify-content: center;
}

@media only screen and (max-width: 575px) {
    #mapa {
        height: 500px;
        display: block;
        margin-top: -10px;
    }
    #login {
        width: 40%;
        margin-right: 15px;
    }
    #senha {
        width: 40%;
    }
    .js-get-date {
        display: none;
    }
    #finalizar {
        /*padding: 20px;*/
    }
    .bar-progress .progress {
        height: 10px !important;
    }
    .bool {
        width: 35px;
        height: 35px;
        top: -11px;
    }
    .block-status {
        margin-top: 35px;
        position: relative;
        bottom: 0;
    }
    .block-btn {
        position: relative;
    }
}

@media only screen and (min-width: 992px) {
    .fixa-div-01 {
        position: absolute;
        left: 0;
        bottom: 0;
    }
}

@media only screen and (min-height: 854px) {
    .h-100-2 {
        height: 100% !important;
    }
}
