.telefones-uteis {
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 999;
    background: rgba(0, 0, 0, .4);
    top: 0;
    left: 0;
    display: none;
}

.telefones-uteis .mCSB_scrollTools .mCSB_draggerContainer {
    top: 30px;
    left: 0;
}

.telefones-uteis .mCustomScrollBox {
    width: 100%;
}

.telefones-uteis #mCSB_1_container {
    display: flex;
    flex-wrap: wrap;
}

.telefones-uteis .align-center {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.telefones-uteis .align-center .telefones-popup {
    background: #fff;
    width: 70%;
    height: 72%;
    max-width: 850px;
    min-height: 70%;
    color: #476170;
    margin: auto;
    position: relative;
    display: flex;
    flex-direction: column;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
    border-radius: 5px;
}

.telefones-uteis .align-center .telefones-popup .close-telefones {
    width: 25px;
    height: 40px;
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    right: 12px;
    top: 0;
    transition: 0.2s all;
    cursor: pointer;
    z-index: 99;
    padding-bottom: 10px;
}

.telefones-uteis .align-center .telefones-popup .close-telefones:before {
    font-size: 20px;
    margin-top: 20px;
}

.telefones-uteis .align-center .telefones-popup .close-telefones:hover:before {
    color: #2A2A2A;
}

.telefones-uteis .align-center .telefones-popup .filtro-telefones {
    width: 100%;
    padding: 0 92px;
    display: flex;
    align-items: center;
    height: 110px;
    flex-shrink: 0;
    background: #138034;
    border-radius: 0 0 5px 5px;
}

.telefones-uteis .align-center .telefones-popup .filtro-telefones .form-telefones {
    width: 100%;
    height: 60px;
    flex-grow: 1;
    background: #fff;
    border-radius: 30px;
    display: flex;
    align-items: center;
    padding: 0 20px;
}

.telefones-uteis .align-center .telefones-popup .filtro-telefones .form-telefones input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px #fff inset;
}

.telefones-uteis .align-center .telefones-popup .filtro-telefones .form-telefones input::placeholder {
    color: #485260;
}

.telefones-uteis .align-center .telefones-popup .filtro-telefones .form-telefones input {
    background: #fff;
    border: 0;
    color: #485260;
    width: 100%;
    box-sizing: border-box;
    padding: 15px 30px;
    font-size: 1.188rem;
    border-radius: 33px;
    line-height: 0;
    font-family: 'Roboto', sans-serif;
}

.telefones-uteis .align-center .telefones-popup .lista {
    width: 100%;
    height: auto;
    flex-grow: 1;
    padding: 35px 18px 0 35px;
    overflow: hidden;
    margin-bottom: 30px;
}

.telefones-uteis .align-center .telefones-popup .lista .telefones-content {
    width: 100%;
    overflow: auto;
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
    height: 100%;
}

.telefones-uteis .align-center .telefones-popup .lista .telefones-content .departamento {
    width: 33.33333%;
    display: flex;
    flex-direction: column;
    margin-bottom: 30px;
    padding-right: 20px;
    height: min-content;
    line-height: 1.188rem;
}

.telefones-uteis .align-center .telefones-popup .lista .telefones-content .departamento found {
    background-color: rgba(255, 255, 0, .5);
}

.telefones-uteis .align-center .telefones-popup .lista .telefones-content .departamento .departamento-nome {
    font-size: 1rem;
    margin-bottom: 5px;
    font-weight: bold;
}

@media all and (max-width: 1150px) {
    .telefones-uteis .align-center .telefones-popup {
        width: 80%;
        height: 80%;
        min-height: 80%;
    }
}

@media all and (max-width: 1000px) {
    .telefones-uteis .align-center .telefones-popup {
        width: 90%;
        height: 90%;
    }

    .telefones-uteis .align-center .telefones-popup .filtro-telefones {
        padding: 0 15px;

    }
}

@media all and (max-width: 760px) {
    .telefones-uteis .align-center .telefones-popup {
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
    }

    .telefones-uteis .align-center .telefones-popup .filtro-telefones .form-telefones {
        height: 40px;
    }

    .telefones-uteis .align-center .telefones-popup .lista {
        padding: 20px 0 0 20px;
    }

    .telefones-uteis .align-center .telefones-popup .filtro-telefones .form-telefones input {
        padding: 5px 30px;
    }
}

@media all and (max-width: 640px) {
    .telefones-uteis .align-center .telefones-popup .lista .telefones-content .departamento {
        width: calc(100% / 2);
    }
}

@media all and (max-width: 490px) {
    .telefones-uteis .align-center .telefones-popup .lista .telefones-content .departamento {
        width: 100%;
    }

    .telefones-uteis .align-center .telefones-popup .lista .telefones-content .departamento .departamento-nome {
        font-size: 16px;
    }
}
