@media all and (min-width: 1000px) {
    .caixa {
        width: 100%;
        max-width: 1120px;
        float: left;
        margin: 0 calc(50% - 560px);
    }

    .list-not {
        width: 100%;
        height: 100%;
        float: left;
    }

    .list-not .noticia {
        width: 100%;
        height: 400px;
        float: left;
        padding: 60px 0;
    }

    .list-not .noticia .capa {
        width: 340px;
        height: 280px;
        float: left;
        margin-right: 50px;
    }

    .list-not .noticia .infos {
        width: 730px;
        height: 280px;
        float: right;
    }

    .list-not .noticia .infos .data {
        color: #5ca2f9;
        font-size: 10px;
        text-transform: uppercase;
        text-align: left;
        margin-top: 10px;
    }

    .list-not .noticia .infos .titulo {
        color: #254070;
        font-size: 24px;
        font-family: 'Montserrat-Bold';
        text-align: left;
        margin-top: 18px;
    }

    .list-not .noticia .infos .texto {
        color: #254070;
        font-size: 14px;
        text-align: left;
        margin-top: 26px;
        font-family: 'Montserrat-Light';
        line-height: 24px;
    }

    .list-not .noticia .infos .mais {
        width: 193px;
        height: 40px;
        color: #fff;
        background-color: #5ca2f9;
        border-radius: 21px;
        border: solid 1px #5ca2f9;
        font-size: 10px;
        text-align: center;
        padding: 12px;
        margin: 26px 0 10px;
    }

    .list-not .noticia .infos .mais:hover {
        color: #5ca2f9;
        background-color: #fff;
    }

    .list-not .pag {
        width: auto;
        float: left;
        margin: 0 30% 60px;
    }

    .list-not .pag .paginacao {
        float: right;
        width: 100%;
        display: flex;
        justify-content: flex-end;
        margin-top: 35px;
    }

    .list-not .pag .paginacao .anterior {
        font-size: 15px;
        float: right;
        padding: 17px;
        color: #254070;
        background: #fff;
        text-align: center;
        margin-right: 10px;
        width: 60px;
        height: 60px;
        border-radius: 50%;
        border: solid 1px #e8e9ef;
    }

    .list-not .pag .paginacao li {
        font-size: 15px;
        float: right;
        padding: 17px;
        color: #254070;
        background: #fff;
        text-align: center;
        /*margin-right: 10px;*/
        width: 60px;
        height: 60px;
        border-radius: 50%;
        border: solid 1px #e8e9ef;
    }

    .list-not .pag .paginacao .page {
        float: left;
        width: 60px;
        margin-right: 10px;
    }

    .list-not .pag .paginacao .proximo {
        font-size: 15px;
        float: right;
        padding: 17px;
        color: #254070;
        background: #fff;
        text-align: center;
        width: 60px;
        height: 60px;
        border-radius: 50%;
        border: solid 1px #e8e9ef;
    }

    .list-not .pag .paginacao .anterior:hover,
    .list-not .pag .paginacao li:hover,
    .list-not .pag .paginacao .proximo:hover {
        color: #5ca2f9;
        border-color: #5ca2f9;
    }

    .list-not .pag .paginacao .this {
        color: #5ca2f9;
        border-color: #5ca2f9;
    }
}

@media all and (max-width: 999px) {
    .caixa {
        width: 100%;
        /*max-width: 1120px;*/
        float: left;
        /*margin: 0 calc(50% - 560px);*/
    }

    .list-not {
        /*width: 100%;*/
        height: 100%;
        /*float: left;*/
        margin: 0 20px;
    }

    .list-not .noticia {
        width: 100%;
        /*height: 400px;*/
        /*float: left;*/
        padding: 40px 0;
    }

    .list-not .noticia .capa {
        width: 100%;
        height: 280px;
        /*float: left;*/
        /*margin-right: 50px;*/
    }

    .list-not .noticia .infos {
        width: 100%;
        /*height: 280px;*/
        /*float: right;*/
    }

    .list-not .noticia .infos .data {
        color: #5ca2f9;
        font-size: 10px;
        text-transform: uppercase;
        text-align: left;
        margin-top: 10px;
    }

    .list-not .noticia .infos .titulo {
        color: #254070;
        font-size: 24px;
        font-family: 'Montserrat-Bold';
        text-align: left;
        margin-top: 18px;
    }

    .list-not .noticia .infos .texto {
        color: #254070;
        font-size: 14px;
        text-align: left;
        margin-top: 26px;
        font-family: 'Montserrat-Light';
        line-height: 24px;
    }

    .list-not .noticia .infos .mais {
        width: 193px;
        height: 40px;
        color: #fff;
        background-color: #5ca2f9;
        border-radius: 21px;
        border: solid 1px #5ca2f9;
        font-size: 10px;
        text-align: center;
        padding: 12px;
        margin: 26px 0 10px;
    }

    .list-not .noticia .infos .mais:hover {
        color: #5ca2f9;
        background-color: #fff;
    }

    .list-not .pag {
        width: auto;
        float: left;
        margin-bottom: 30px;
    }

    .list-not .pag .paginacao {
        float: right;
        width: 100%;
        display: flex;
        justify-content: flex-end;
        margin-top: 35px;
    }

    .list-not .pag .paginacao .anterior {
        font-size: 15px;
        float: right;
        padding: 17px;
        color: #254070;
        background: #fff;
        text-align: center;
        margin-right: 10px;
        width: 60px;
        height: 60px;
        border-radius: 50%;
        border: solid 1px #e8e9ef;
    }

    .list-not .pag .paginacao li {
        font-size: 15px;
        float: right;
        padding: 17px;
        color: #254070;
        background: #fff;
        text-align: center;
        /*margin-right: 10px;*/
        width: 60px;
        height: 60px;
        border-radius: 50%;
        border: solid 1px #e8e9ef;
    }

    .list-not .pag .paginacao .page {
        float: left;
        width: 60px;
        margin-right: 10px;
    }

    .list-not .pag .paginacao .proximo {
        font-size: 15px;
        float: right;
        padding: 17px;
        color: #254070;
        background: #fff;
        text-align: center;
        width: 60px;
        height: 60px;
        border-radius: 50%;
        border: solid 1px #e8e9ef;
    }

    .list-not .pag .paginacao .anterior:hover,
    .list-not .pag .paginacao li:hover,
    .list-not .pag .paginacao .proximo:hover {
        color: #5ca2f9;
        border-color: #5ca2f9;
    }

    .list-not .pag .paginacao .this {
        color: #5ca2f9;
        border-color: #5ca2f9;
    }
}