.ouvidoria {
    background-color: #f5f7f9;
    padding-bottom: 3rem;
    position: relative;
}

.ouvidoria__title {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #08246c;
    padding: 8rem 0;
}

.ouvidoria__title h2 {
    color: #fff;
    font-size: 2.5rem;
    font-weight: 700;
}

.ouvidoria__list {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 1.5rem;
    height: 100%;
}

.ouvidoria__item {
    display: flex;
    align-items: center;
    padding: 1rem;
    top: -40px;
    position: relative;
    border-radius: 1rem;
    background-color: #fff;
    box-shadow: 0 3px 6px #adadad;
    max-width: 300px;
}

.ouvidoria__item i {
    color: #08246c;
    font-size: 3rem;
    margin-right: 1rem;
}

.ouvidoria__item div h3 {
    color: #08246c;
    font-size: 18px;
    font-weight: 700;
}

.ouvidoria__item div p {
    color: #08246c;
    font-size: 1rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 3;
}

.ouvidoria__item:hover {
    text-decoration: none;
    transform: translateY(-5px);
    transition: all 0.3s;
}

.ouvidoria__quest {
    text-align: center;
    font-size: 1.5rem;
    font-weight: 700;
    color: #08246c;
    margin-bottom: 2rem;
}

.accordion {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-items: center;
    align-items: center;
    flex-direction: column;
    gap: 1rem;
}

.accordion__item {
    cursor: pointer;
    background-color: #fff;
    width: 100%;
    border-radius: 0.5rem;
    padding: 1rem;
    display: flex;
    flex-direction: column;
    transition: all 0.3s;
}

.accordion__item:hover {
    opacity: 0.9;
}

.accordion__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.accordion__header p,
.accordion__icon {
    margin: 0;
    font-weight: 600;
    font-size: 1rem;
    color: #08246c;
}

.accordion__icon {
    color: #08246c;
    font-size: 1.2rem;
    font-weight: 700;
}

.accordion__content {
    overflow: hidden;
    height: 0;
    transition: all 0.5s ease;
    font-size: 0.9rem;
    font-weight: 600;
}

.active {
    padding: 10px 0;
}

.ouvidoria__modal-sic,
.ouvidoria__modal-pesquisa {
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 9999;
    transform: translate(-50%, 0%);
    min-width: 760px;
    background-color: #fff;
    border-radius: 0.5rem;
    transition: all 0.3s;
    opacity: 0;
    z-index: -999;
}

.ouvidoria__header {
    border-radius: 0.5rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 0 1rem 1rem;
    position: relative;
    overflow: hidden;
    /* background-color: #08246c; */
}

.ouvidoria__header button {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: -30px;
    margin-right: -30px;
    padding: 2rem;
    border: 0;
    background-color: #08246c;
    border-radius: 50%;
    color: #fff;
    box-shadow: 0 0 10px #08246c;
}

.ouvidoria__header h2 {
    font-weight: 800;
    color: #08246c;
}

.ouvidoria__header button p {
    font-size: 1.2rem;
    font-weight: 700;
    margin-right: 10px;
    margin-top: 10px;
    margin-bottom: 0;
}

.ouvidoria__content {
    margin: 0;
    display: flex;
    justify-content: center;
    gap: 1rem;
    padding: 0 1rem 0.5rem;
}

.ouvidoria__content div:first-child,
.ouvidoria__content div:last-child {
    width: 50%;
}

.ouvidoria__shape {
    width: 2px;
    height: 250px;
    background-color: #08246c;
}

.ouvidoria__content div h3 {
    text-align: center;
    border-radius: 0.2rem;
    color: #fff;
    background-color: #08246c;
    padding: 0.5rem 0;
}

.ouvidoria__text {
    width: 100% !important;
    padding: 0 1rem;
}

.ouvidoria__content div div p {
    font-size: 0.9rem;
    font-weight: 600;
    margin-bottom: 0.3rem;
    color: #08246c;
}

.ouvidoria__content div div p i {
    color: #08246c;
    margin-right: 0.5rem;
}

.ouvidoria__footer {
    padding: 1rem;
    text-align: end;
}

.ouvidoria__footer button {
    background-color: #08246c;
    border: none;
    font-size: 1rem;
    font-weight: 600;
    border-radius: 0.5rem;
    padding: 0.5rem 1rem;
    color: #fff;
}

.ouvidoria__background {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    width: 100vw;
    height: 100vh;
    background-color: #0e111681;
}

.ouvidoria__message {
    position: fixed;
    top: 19%;
    border-radius: 0;
    z-index: 99;
    width: 100%;
}

.show-modal {
    transform: translate(-50%, -50%);
    opacity: 1;
    z-index: 9999;
}

.show-bg {
    display: block;
}

#input {
    width: 400px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

#input span {
    position: relative;
    margin: 15px -5px 0 -5px;
    flex-basis: 0;
    flex-grow: 1;
    text-align: center;
    font-size: 0.85em;
    user-select: none;
}

#input span::after {
    content: "";
    position: absolute;
    width: 1px;
    height: 8px;
    left: 0;
    right: 0;
    margin: auto;
    top: -12px;
    background-color: #ccc;
}

#input input {
    width: 100%;
    margin: 5px 10px;
    position: relative;
    background-color: #ccc;
    border-radius: 99px;
    z-index: 10;
    height: 7px;
    -webkit-appearance: none;
}

#input input::-moz-range-thumb {
    border: none;
    height: 16px;
    width: 16px;
    border-radius: 99px;
    background: #08246c;
    cursor: pointer;
}

#input input::-webkit-slider-thumb {
    box-shadow: none;
    border: none;
    height: 16px;
    width: 16px;
    border-radius: 99px;
    background-color: #08246c;
    cursor: pointer;
    -webkit-appearance: none;
}

.table_lai tbody tr th, .table_lai tbody tr td {
    text-align: start !important;
}
