.container {
    width: 100% !important;
    max-width: unset !important;
}

.btnCorporativo {
    background-color: rgb(179, 51, 51) !important;
    color: white !important;
}

.ui-autocomplete {
    max-height: 200px;
    overflow-y: auto;
    overflow-x: hidden;
    border: 1px solid #ddd;
    background: #fff;
    width: 44% !important;
    z-index: 9999!important;
}

.ui-menu-item-wrapper {
    padding: 8px;
    font-size: 14px;
    cursor: pointer;
    height: 100%;
    display: flex;
    align-items: center;
}

.ui-menu-item-wrapper:hover {
    background-color: #f0f0f0;
}

.ui-menu-item {
    list-style: none !important;
}