.component-telefones-uteis {
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 999999;
    background: rgba(0, 0, 0, 0.4);
    top: 0;
    left: 0;
    display: none;
}

.component-telefones-uteis .align-center {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.component-telefones-uteis .align-center .telefones-popup {
    background: #F3F3F3;
    width: 70%;
    height: 70%;
    max-width: 850px;
    min-height: 70%;
    color: #22314b;
    margin: auto;
    position: relative;
    display: flex;
    flex-direction: column;
    box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.2);
}

@media only screen and (min-width: 961px) and (max-width: 1166px) {
    .component-telefones-uteis .align-center .telefones-popup {
        width: 80%;
        height: 80%;
        min-height: 80%;
    }
}

@media only screen and (min-width: 783px) and (max-width: 960px) {
    .component-telefones-uteis .align-center .telefones-popup {
        width: 90%;
        height: 90%;
    }
}

@media only screen and (max-width: 782px) {
    .component-telefones-uteis .align-center .telefones-popup {
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
    }
}

.component-telefones-uteis .align-center .telefones-popup .close-telefones {
    width: 40px;
    height: 40px;
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    right: 0px;
    top: 0;
    -webkit-transition: 0.2s all;
    transition: 0.2s all;
    cursor: pointer;
}

.component-telefones-uteis .align-center .telefones-popup .close-telefones:hover:before {
    color: red;
}

.component-telefones-uteis .align-center .telefones-popup .filtro-telefones {
    width: 100%;
    padding: 0 92px;
    display: flex;
    align-items: center;
    height: 110px;
    flex-shrink: 0;
    background: #02625D;
}

@media only screen and (max-width: 782px) {
    .component-telefones-uteis .align-center .telefones-popup .filtro-telefones {
        padding: 0 15px;
    }
}

@media only screen and (min-width: 783px) and (max-width: 960px) {
    .component-telefones-uteis .align-center .telefones-popup .filtro-telefones {
        padding: 0 15px;
    }
}

@media only screen and (max-width: 782px) {
    .component-telefones-uteis .align-center .telefones-popup .filtro-telefones {
        height: 85px;
    }
}

.component-telefones-uteis .align-center .telefones-popup .filtro-telefones .form-telefones {
    width: 100%;
    height: 60px;
    flex-grow: 1;
    background: #ffffff;
    border-radius: 30px;
    display: flex;
    align-items: center;
    padding: 0 20px;
}

@media only screen and (max-width: 782px) {
    .component-telefones-uteis .align-center .telefones-popup .filtro-telefones .form-telefones {
        height: 40px;
    }
}

.component-telefones-uteis .align-center .telefones-popup .filtro-telefones .form-telefones input {
    background: transparent;
    border: 0;
    color: #868686;
    width: 100%;
    box-sizing: border-box;
    padding: 20px 30px;
    font-size: 19px;
    border-radius: 33px;
    line-height: 0;
}

@media only screen and (max-width: 782px) {
    .component-telefones-uteis .align-center .telefones-popup .filtro-telefones .form-telefones input {
        font-size: 1.28571rem;
    }
}

.component-telefones-uteis .align-center .telefones-popup .lista {
    width: 100%;
    height: auto;
    flex-grow: 1;
    padding: 35px 0 0 35px;
    overflow: hidden;
    margin-bottom: 30px;
}

@media only screen and (max-width: 782px) {
    .component-telefones-uteis .align-center .telefones-popup .lista {
        padding: 20px 0 0 20px;
    }
}

.component-telefones-uteis .align-center .telefones-popup .lista .telefones-content {
    width: 100%;
    overflow: auto;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
}

.component-telefones-uteis .align-center .telefones-popup .lista .telefones-content .departamento {
    width: calc(100% / 3);
    display: flex;
    flex-direction: column;
    margin-bottom: 30px;
    padding-right: 30px;
}

@media only screen and (max-width: 640px) {
    .component-telefones-uteis .align-center .telefones-popup .lista .telefones-content .departamento {
        width: calc(100% / 2);
    }
}

@media only screen and (max-width: 490px) {
    .component-telefones-uteis .align-center .telefones-popup .lista .telefones-content .departamento {
        width: 100%;
    }
}

.component-telefones-uteis .align-center .telefones-popup .lista .telefones-content .departamento .departamento-nome {
    font-size: 1.28571rem;
    margin-bottom: 5px;
    font-weight: bold;
}

@media only screen and (max-width: 782px) {
    .component-telefones-uteis .align-center .telefones-popup .lista .telefones-content .departamento .departamento-nome {
        font-size: 1.14286rem;
    }
}

@media only screen and (max-width: 600px) {
    .component-telefones-uteis .align-center .telefones-popup .lista .telefones-content .departamento .departamento-nome {
        font-size: 1rem;
    }
}

@media only screen and (max-width: 782px) {
    .component-telefones-uteis .align-center .telefones-popup .lista .telefones-content .departamento .departamento-telefone {
        font-size: 1.14286rem;
    }
}

@media only screen and (max-width: 600px) {
    .component-telefones-uteis .align-center .telefones-popup .lista .telefones-content .departamento .departamento-telefone {
        font-size: 1rem;
    }
}

body.alto_contraste .component-telefones-uteis .align-center .telefones-popup .filtro-telefones, body.alto_contraste .component-telefones-uteis .align-center .telefones-popup {
    background: #000000;
    border: 1px solid #ffffff;
}

body.alto_contraste .component-telefones-uteis .align-center .telefones-popup .filtro-telefones .form-telefones {
    background: transparent !important;
    border: 1px solid #fff;
}

body.alto_contraste .component-telefones-uteis .mCS-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background: #ffffff !important;
}

body.alto_contraste .component-telefones-uteis .align-center .telefones-popup .icon-close:before {
    color: yellow !important;
}
