.bandeiras-credenciadas-class .barra-menu {
    float: left;
    position: relative;
    height: 268px;
    display: inline-table;
    border-radius: 3px;
    text-decoration: none;
    width: 115%;
    background: #f1f1f1;
    margin: -3% 0 0 0;
    border: 1px solid #CCC;
    margin-bottom: 25px;
    margin-left: -15%;
}

.bandeiras-homologadas-class .barra-menu {
    float: left;
    position: relative;
    height: 127px;
    display: inline-table;
    border-radius: 3px;
    text-decoration: none;
    width: 115%;
    background: #f1f1f1;
    margin: -3% 0 0 0;
    border: 1px solid #CCC;
    margin-bottom: 25px;
    margin-left: -15%;
}

.central-atendimento .barra-menu {
    float: left;
    position: relative;
    height: 105px;
    display: inline-table;
    border-radius: 3px;
    text-decoration: none;
    width: 115%;
    background: #f1f1f1;
    margin: -3% 0 0 0;
    border: 1px solid #CCC;
    margin-left: -15%;
}

.bandeiras-central-class {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.ui-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 14.4px;
    padding: 0.9rem;
    border-radius: 3px;
    background: #f1f1f1;
    margin: -3% 0 0 0;
    border: 1px solid #CCC;
    margin-left: -15%;
}

.ui-atendimento {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.ui-central-atendimento {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.ui-central-atendimento-texto {
    width: 65%;
    text-align: left;
    float: left;
    font-weight: 600;
}

.ui-in-loader {
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    display: block;
    position: relative;
    margin-top: 20%;
}