.header-newsearch {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 150%;
    display: flex;
    align-items: center;
    letter-spacing: -0.03em;
    color: #6A7086;
    margin: 7% 15px 4%;
}

.header-newsearch-bold {
    color: #4E5161;
    font-weight: 700;
    padding-left: 5px;
}

.notif-noresults-h1 {
    font-family: Open Sans;
    font-style: normal;
    position: relative;
    text-align: center !important;
    font-weight: 600;
    font-size: 24px;
    line-height: 150%;
    align-items: center;
    letter-spacing: -0.03em;
    color: #3A3C47;
    padding-bottom: 10px;
}

.notif-noresults-p {
    font-family: Open Sans;
    font-style: normal;
    text-align: center;
    margin-top: -10px;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    align-items: center;
    letter-spacing: -0.03em;
    color: #3A3C47;
    padding-bottom: 210px;
}

.filter-newsearch {
    margin-bottom: 60px;
}

.filter-newsearch button {
    box-sizing: border-box;
    height: 40px;
    border: 1px solid #D2D2D2;
    border-radius: 8px;
    background-color: transparent;
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 28px;
    color: #6A7086;
    margin-right: 5px;
    padding: 0 15px 0 15px;
}

.filter-newsearch button:hover {
    border-color: var(--color-highlight-pure);
    color: var(--color-highlight-pure);
}

.filter-newsearch-active {
    background-color: var(--color-highlight-pure) !important;
    color: var(--color-neutral-white) !important;
    font-weight: 600 !important;
}

.tags-newsearch {
    margin: 5% 0 20px;
}

.filterDiv {
    display: none;
}

.filter-newsearch-show {
    display: block;
}

.tags-newsearch label {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 28px;
    color: #4E5161;
}

.tags-newsearch label i {
    font-family: 'RD Sans Symbols';
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 24px;
    color: #4E5161;
    padding-right: 10px;
}

.tags-newsearch-table {
    max-width: 749px;
    background: #FFFFFF;
    border-radius: 12px;
    margin-top: 25px;
    margin-bottom: 50px;
}

.table-newsearch {
    padding-left: 20px;
    padding-right: 20px;
}

.table-item-dash {
    margin-bottom: 50px;
}

.table-item-dash li:hover {
    box-shadow: 0 0 1em #d5d5d5;
}

.table-item-dash a {
    text-decoration: none;
    margin-left: 0px !important;
}

.table-item-dash a:hover {
    text-decoration: none;
}

.table-item-dash-tittle {
    font-size: 14px;
    line-height: 28px;
    color: #4E5161;
    margin-left: 70px;
}

.table-item-dash-subtittle {
    font-weight: 400;
    font-size: 13px;
    line-height: 24px;
    color: #4E5161;
    margin-left: 70px;
}

.table-item-dash-icone {
    width: 56px;
    height: 56px;
    background: #E9F1ED;
    border-radius: 50%;
    text-align: center;
    float: left;
}

.table-item-dash-seta {
    width: 56px;
    height: 56px;
    float: right !important;
    text-align: center;
}

.table-item-dash i{
    font-size: 24px;
    position: relative;
    top: 30%;
    color: #037236;
}

.table-item-dash li {
    list-style-type: none;
    height: 102px;
    padding-top: 24px;
    padding-bottom: 24px;
    padding-left: 20px;
    margin-left: -35px;
    max-width: 749px;
    background: #FFFFFF;
    border-radius: 12px;
    margin-top: 25px;
}

.newsearch-table:hover {
    font-family: 'Open Sans' !important;
    font-style: normal !important;
}

.newsearch-table tr {
    background-color: transparent !important;
}
.newsearch-table th {
    font-weight: 700 !important;
    font-size: 14px !important;
    line-height: 28px !important;
    color: #4E5161 !important;
}

.tags-table-tittle {
    font-weight: 700 !important;
    font-size: 14px !important;
    line-height: 28px !important;
    color: #037236 !important;
    text-decoration: none;
    cursor: pointer;
}

.tags-table-subtittle {
    font-weight: 400 !important;
    font-size: 14px !important;
    line-height: 28px !important;
    color: #4E5161 !important;
}

.tags-table-bottom { 
    text-align: center;
    width: 100%;
    border-top: 1px solid #CFD0D8;
    margin-top: 5px;
    padding-bottom: 18px;
    padding-top: 15px;
}

.tags-table-p { 
    font-family: 'Open Sans' !important;
    font-style: normal !important;
    margin-left: 35px !important;
    font-weight: 400 !important;
    font-size: 14px !important;
    line-height: 24px !important;
    color: #4E5161 !important;
}

.tags-table-label { 
    font-family: 'Open Sans' !important;
    margin-left: 35px !important;
    line-height: 24px !important;
    color: #4E5161 !important;
    margin-top: -29px;
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
}

#pagination-newsearch {
    width: 749px;
}

#pagination-newsearch .pagination {
    margin: 5px 0;
}

#pagination-newsearch .pagination > .active > a {
    background-color: var(--color-highlight-pure) !important;
    color: var(--color-neutral-white) !important;
}

#newsearchanterior:hover {
    background-color: #025e2c !important;
    border-color: transparent !important;
    color: white !important;
    text-decoration: none !important;
}

#newsearchproxima:hover {
    background-color: #025e2c !important;
    border-color: transparent !important;
    color: white !important;
    text-decoration: none !important;
}

.table-newsearch .table > tbody > tr > td {
    border-bottom-color: transparent !important;
    max-width: 60px;
    width: 60px;
}

.table-newsearch .table > tbody > tr > td a {
    color: #4E5161 !important;
}

.table-newsearch .table {
    margin-bottom: 5px !important;
    margin-top: 3px !important;
}

.div-table-overflow27 {
    height:27px;
    overflow:hidden;
    white-space:nowrap;
    text-overflow:ellipsis
}

.pagination #newsearchmais {
    background-color: transparent !important;
    color: #777 !important;
}