header {
    height: 225px;
}

.noticias {
    width: 100%;
    height: 100%;
    background-color: #FBFBFB;
}

.noticias .container {
    width: 1100px;
    margin: 0 auto;
    padding: 30px 0;
}

.noticias .container .esq {
    width: 723px;
    height: auto;
    float: left;
    display: flex;
    flex-direction: column;
}

.noticias .container .esq h2 {
    color: #0975AB;
    font-weight: bolder;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.noticias .container .esq .containerNoticias .mais-obras {
    display: flex;
    justify-content: flex-end;
    font-size: 1rem;
    color: #0975AB;
}

.noticias .container .esq .containerNoticias .mais-obras:hover {
    text-decoration: underline;
}

.noticias .container .esq .containerNoticias {
    width: 100%;
    height: auto;
}

.noticias .container .esq .containerNoticias > ul {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
}

.noticias .container .esq .containerNoticias > ul::after {
    content: none;
}

.noticias .container .esq .containerNoticias > ul > li {
    width: 347px;
    min-height: 427px;
    margin-bottom: 30px;
    border: 1px solid #E6E6E6;
}

.noticias .container .esq .containerNoticias > ul > li a {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.noticias .container .esq .containerNoticias > ul > li a:hover {
    opacity: .7;
}

.noticias .container .esq .containerNoticias > ul > li a .fotoCapa {
    background: url(../../img/site/img-noticia.jpg) center / cover no-repeat;
    width: 100%;
    height: 220px;
}

.noticias .container .esq .containerNoticias > ul > li a .descNoticia {
    width: 100%;
    height: calc(100% - 220px);
    display: flex;
    flex-direction: column;
    background-color: white;
    padding: 20px 30px;
}

.noticias .container .esq .containerNoticias > ul > li a .descNoticia .categoria {
    color: white;
    width: -moz-fit-content;
    width: fit-content;
    font-size: 1rem;
    text-transform: uppercase;
    padding: 5px;
    margin-bottom: 20px;
    background-color: #999933;
}

.noticias .container .esq .containerNoticias > ul > li a .descNoticia .data {
    color: #A9ABAE;
    margin-bottom: 20px;
    font-size: 1rem;
    width: 100%;
}

.noticias .container .esq .containerNoticias > ul > li a .descNoticia .text {
    color: #4D4D4D;
    font-size: 1.071rem;
    width: 100%;
    height: 90px;
}

.noticias .container .esq .paginacao {
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    margin-bottom: 30px;
}

.noticias .container .esq .paginacao a li {
    width: 40px;
    height: 40px;
    border-radius: 5px;
    color: #626c7e;
    border: 1px solid #E6E6E6;
    margin: 4px;
    background-color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 600;
}

.noticias .container .esq .paginacao .ultima,
.noticias .container .esq .paginacao .anterior,
.noticias .container .esq .paginacao .proximo,
.noticias .container .esq .paginacao .primeira {
    width: 40px;
    height: 40px;
    border-radius: 5px;
    color: #626c7e;
    background-color: white;
    margin: 4px;
    display: flex;
    border: 1px solid #E6E6E6;
    justify-content: center;
    align-items: center;
    font-weight: 600;
}

.noticias .container .esq .paginacao .ultima:hover,
.noticias .container .esq .paginacao .anterior:hover,
.noticias .container .esq .paginacao .proximo:hover,
.noticias .container .esq .paginacao .primeira:hover {
    background-color: #0975ab;
    color: white;
}

.noticias .container .esq .paginacao a li:hover {
    background-color: #0975ab;
    color: white;
}

.noticias .container .esq .paginacao a .this {
    background-color: #0975ab;
    color: white;
    border: none;
}

.noticias .container .dir {
    width: 347px;
    float: right;
    height: auto;
    display: flex;
    flex-direction: column;
}

.noticias .container .dir .buscaNot {
    width: 100%;
    display: flex;
    flex-direction: column;
    height: auto;
    margin-bottom: 30px;
}

.noticias .container .dir .categoriaNot .tittle,
.noticias .container .dir .buscaNot .tittle {
    background-color: #0975AB;
    color: white;
    border-top-right-radius: 8px;
    border-top-left-radius: 8px;
    font-size: 1.286rem;
    font-weight: bolder;
    padding: 10px 20px;
}

.noticias .container .dir .buscaNot form {
    width: 100%;
    padding: 30px 60px 30px 20px;
    background-color: white;
    position: relative;
    height: auto;
}

.noticias .container .dir .buscaNot form input[type=text] {
    color: #0975AB;
    width: 100%;
    font-size: 1.286rem;
}

.noticias .container .dir .buscaNot form button {
    background-color: transparent;
    color: #0975AB;
    position: absolute;
    top: 20px;
    right: 10px;
}

.noticias .container .dir .buscaNot form .icon-busca::before {
    font-size: 30px;
}

.noticias .container .dir .categoriaNot > ul {
    padding: 30px;
    width: 100%;
    background-color: white;
    display: flex;
    flex-direction: column;
}

.noticias .container .dir .categoriaNot > ul > li {
    width: 100%;
    display: flex;
    font-size: 1.143rem;
    margin-bottom: 10px;
    text-transform: uppercase;
    border: 1px solid #eee;
    min-height: 40px;
    align-items: center;
    position: relative;
    color: #0975AB;
}

.noticias .container .dir .categoriaNot > ul > li .risco{
    width: 5px;
    height: 40px;
    background-color: #0975AB;
    position: absolute;
    left: -1px;
    z-index: 2;
}


.noticias .container .dir .categoriaNot > ul > li:hover {
    opacity: .8;
}

.noticias .container .dir .categoriaNot > ul > li:last-child {
    margin-bottom: 0;
}

.noticias .container .dir .categoriaNot > ul > li a {
    width: 100%;
    display: flex;
    height: 100%;
    align-items: center;
    border: 1px solid #eee;
    padding: 5px 5px 5px 15px;
}

@media all and (max-width: 999px) {

    header {
        height: 80px;
    }

    .noticias .container {
        width: 100%;
        flex-direction: column;
        padding: 30px 10px;
    }

    .noticias .container .esq {
        width: 100%;
    }

    .noticias .container .esq .containerNoticias > ul {
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .noticias .container .esq .containerNoticias > ul > li {
        width: 100%;
    }

    .noticias .container .dir {
        width: 100%;
    }

    .noticias .container .esq .paginacao a li {
        display: none;
    }

}