main {
    background-color: white;
}

header .containerhd nav > ul > li:nth-child(7) {
    color: #cd4829;
}

.noticias {
    width: 100%;
    height: 100%;
}

.noticias .container {
    width: 100%;
    padding: 50px 30px;
}

.noticias .container::after {
    content: none;
}

.noticias .container .esq {
    width: 690px;
    height: auto;
    float: left;
    display: flex;
    flex-direction: column;
}

.noticias .container .esq h2 {
    color: #ff794c;
    font-weight: bolder;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.noticias .container .esq .containerNoticias {
    width: 100%;
    height: auto;
}

.noticias .container .esq .containerNoticias > ul {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
}

.noticias .container .esq .containerNoticias > ul > li {
    margin-bottom: 30px;
}

.noticias .container .esq .containerNoticias > ul > li a {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: row;
}

.noticias .container .esq .containerNoticias > ul > li a:hover {
    opacity: .7;
}

.noticias .container .esq .containerNoticias > ul > li a .fotoCapa {
    background: url(../../img/nucleo/notfound.png) center / cover no-repeat;
    width: 345px;
    height: 220px;
}

.noticias .container .esq .containerNoticias > ul > li a .descNoticia {
    width: calc(100% - 345px);
    height: 100%;
    display: flex;
    flex-direction: column;
    background-color: white;
    padding: 20px 30px;
}

.noticias .container .esq .containerNoticias > ul > li a .descNoticia .categoria {
    color: #ff794c;
    width: -moz-fit-content;
    width: fit-content;
    font-size: 1.143rem;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.noticias .container .esq .containerNoticias > ul > li a .descNoticia .data {
    color: #A9ABAE;
    margin-bottom: 20px;
    font-size: 1rem;
    font-weight: 500;
    width: 100%;
}

.noticias .container .esq .containerNoticias > ul > li a .descNoticia .text {
    color: #4D4D4D;
    font-size: 1.214rem;
    font-weight: 700;
    text-transform: uppercase;
    width: 100%;
}

.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: #cd4829;
    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: #cd4829;
    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: #cd4829;
    color: white;
}

.noticias .container .esq .paginacao a li:hover {
    background-color: #cd4829;
    color: white;
}

.noticias .container .esq .paginacao a .this {
    background-color: #ff794c;
    color: white;
    border: none;
}

.noticias .container .dir {
    width: 335px;
    height: auto;
    float: right;
    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: #ff794c;
    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;
    border-bottom: 1px solid #eee;
    border-right: 1px solid #eee;
    border-left: 1px solid #eee;
    height: auto;
}

.noticias .container .dir .buscaNot form input[type=text] {
    color: #ff794c;
    width: 100%;
    font-size: 1.286rem;
}

.noticias .container .dir .buscaNot form button {
    background-color: transparent;
    color: #ff794c;
    position: absolute;
    top: 20px;
    right: 17px;
    display: flex;
    width: 25px;
}

.noticias .container .dir .buscaNot form .icon-lupa::before {
    font-size: 30px;
}

.noticias .container .dir .categoriaNot > ul {
    padding: 30px;
    width: 100%;
    background-color: white;
    border-bottom: 1px solid #eee;
    border-right: 1px solid #eee;
    border-left: 1px solid #eee;
    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;
    font-weight: 700;
    align-items: center;
    position: relative;
    color: #ff794c;
}

.noticias .container .dir .categoriaNot > ul > li:hover {
    color: #cd4829;
}

.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;
}

@media all and (max-width: 999px) {

    main {
        background-color: unset;
        width: 100%;
    }

    .noticias {
        background-color: white;
    }

    .noticias .container {
        width: 100%;
        flex-direction: column;
        padding: 30px 10px;
        margin-top: 30px;
    }

    .noticias .container .esq {
        width: 100%;
    }

    .noticias .container .esq .containerNoticias > ul > li a .descNoticia .categoria {
        font-size: 14px;
    }

    .noticias .container .esq .containerNoticias > ul > li a .descNoticia .text {
        font-size: 15px;
    }

    .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;
    }

    .noticias .container .esq .containerNoticias > ul > li a .fotoCapa {
        width: 140px;
        height: 100%;
        min-height: 180px;
    }

    .noticias .container .esq .containerNoticias > ul > li a .descNoticia {
        width: calc(100% - 140px);
        padding: 20px 10px;
    }

}