.sidebar-left {
    background: #fdfdfd;
    width: 20%;
    position: relative;
    height: fit-content;
    margin-right: 1em;
}

.filter-box {
    box-shadow: 0 0 20px 0px #0000001a;
    margin-bottom: 0.9em;
    text-align: left;
}

.filter-content {
    padding: 0;
    line-height: 22px;
    /* font-size: 14px; */
}

.filtro .grupo-box {
    text-align: center;
    width: 80%;
}

.filter-title {
    padding: 1em 1.5em;
    font-size: 0.9em;
    border: 1px solid #d8d8d8;
    margin: 0;
    font-weight: 600;
    color: #3a3a3a;
    font-family: latob;
    background: -moz-linear-gradient(top, #ffffff 0%, #f4f4f4 40%, #f4f4f4 100%);
    background: -webkit-linear-gradient(top, #ffffff 0%, #f4f4f4 40%, #f4f4f4 100%);
    background: linear-gradient(to bottom, #ffffff 0%, #f4f4f4 40%, #f4f4f4 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f4f4f4', GradientType=0);
}

.filtro ol {
    margin: 0;
    padding-left: 0;
}

.filtro li {
    list-style: none;
}

.filter-content li {
    border-bottom: 1px solid #ececec;
}

.filter-content li a {
    color: #4db4b0;
    display: block;
    padding: 0.5em 1.5em;
    line-height: 1.25;
}

.filter-content li:hover a {
    color: #FFF !important;
}

.filter-content li:hover {
    border-bottom: 1px solid #4db4b0;
    background-color: #4db4b0;
}

.filter-content.selecionados li a {
    background: #4db4b0;
    height: 27px;
    display: flex;
    padding-left: 0.6em;
    align-items: center;
    color: #f7fbfb;
    border-radius: 3px;
    justify-content: space-between;
    padding-right: 0.6em;
    text-shadow: 0 0 1px black;
    box-shadow: 0 0 2px 1px #000000a3;
    overflow: hidden;
    white-space: nowrap;
}

.selecionados li {
    border-bottom: 1px solid #ececec;
    padding: 0.4em 0.5em;
}

.slidecontainer {
    display: flex;
}

.slidecontainer input {
    margin: 0 0.5em;
}

.text-ellipse {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.box-lista li {
    display: block;
    font-size: 0.85em !important;
}

.card-flutuante {
    position: fixed;
    top: 71%;
    left: 90%;
    transform: translate(-50%, -50%);
    background-color: #00736d;
    padding: 10px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
    border-radius: 5px;
    width: 236px;
}

.card-flutuante p {
    color: #ffff;
    font-size: 20px;
}

.card-flutuante h3 {
    color: #ffff;
    font-size: 20px;
}

@media only screen and (max-width: 560px) {


    .card-flutuante {
        position: absolute;
        top: 195%;
        left: -2% !important;
        transform: translate(-50%, -50%);
        background-color: #00736d;
        padding: 10px;
        box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
        border-radius: 5px;
        width: 400px;
    }

    .sidebar-r {
        margin-bottom: 15em;
    }

    .botao {
        width: 123%;
    }
}

@media screen and (max-width: 420px) {
    .card-flutuante {
        position: absolute;
        top: 423%;
        left: 50% !important;
        transform: translate(-50%, -50%);
        background-color: #00736d;
        padding: 10px;
        box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
        border-radius: 5px;
        width: 358px;
    }

    .botao {
        width: 117%;
    }
}


@media screen and (min-width: 561px)and (max-width: 860px) {
    .card-flutuante {
        left: 78% !important;
    }
}

