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

    .noticia {
        width: 730px;
        height: auto;
        float: left;
        margin-right: 50px;
        min-height: 700px;
    }

    .noticia .not {
        width: 100%;
        height: 100%;
        float: left;
        margin: 60px auto 80px;
    }

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

    .noticia .not .h1 {
        color: #254070;
        font-size: 24px;
        font-family: 'Montserrat-Bold';
        text-align: left;
        margin-top: 5px;
        margin-bottom: 26px;
    }

    .noticia .not .capa {
        width: 100%;
        float: left;
        margin-bottom: 50px;
    }

    .noticia .not .texto {
        font-family: 'Montserrat-Light';
        font-size: 16px;
        text-align: left;
        float: left;
        color: #254070;
    }

    .noticia .not h3 {
        color: #72818b;
        font-weight: bold;
        font-size: 30px;
        text-align: left;
        float: left;
        font-family: 'Oswald-Bold';
    }

    .noticia .not .galerias {
        float: left;
        width: 100%;
        /*height: 100%;*/
    }

    .noticia .not .galerias ul {
        padding-left: 0;
        float: left;
        width: 100%;
        height: 100%;
    }

    .noticia .not .galerias ul li {
        width: 340px;
        height: 200px;
        float: left;
        margin: 0 50px 50px 0;
    }

    .noticia .not .galerias ul li:nth-child(2n) {
        margin-right: 0;
    }

    .noticia .not .galerias ul .audios,
    .noticia .not .galerias ul .anexos {
        width: 100%;
        height: auto;
        margin: 10px auto;
    }

    .noticia .not .galerias ul .audios:last-child,
    .noticia .not .galerias ul .anexos:last-child {
        margin-bottom: 40px;
    }

    .noticia .not .galerias ul .imagens li img,
    .noticia .not .galerias ul .videos li img {
        border: 0 !important;
        float: left;
    }

    .noticia .not .galerias ul .imagens li i,
    .noticia .not .galerias ul .videos li i {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: url("../../img/site/video.png") center no-repeat;
    }

    .noticia .not .galerias ul .videos li img {
        object-fit: cover;
    }

    .noticia .not .galerias ul .imagens li a:hover,
    .noticia .not .galerias ul .videos li a:hover,
    .noticia .not .galerias ul .anexos li a:hover {
        text-decoration: underline;
        color: #72818b;
    }

    .share {
        width: 340px;
        height: 170px;
        float: left;
        background-color: #fff;
        margin-top: 80px;
        padding: 43px 50px;
    }

    .share span {
        width: 100%;
        font-size: 11px;
        font-family: 'Montserrat-Bold';
        color: #27394a;
        float: left;
    }

    .share .icones {
        width: 100%;
        height: 100%;
        float: left;
        text-align: left;
        display: flex;
        align-items: center;
    }

    .share .icones:after {
        content: none;
    }

    .share .icones li {
        position: relative;
        width: 50px;
        height: 50px;
        margin-right: 10px;
        color: #828799;
        float: left;
    }

    .share .icones li:hover {
        color: #254070;
    }

    .share .icones li a {
        width: 100%;
        height: 100%;
        float: left;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: center;
        align-content: center;
        border: solid 1px #828799;
        border-radius: 50%;
        padding: 10px 14px;
    }

    .share .icones li a:hover {
        border-color: #254070;
    }

    .share .icones li a .icone {
        display: flex;
        float: left;
        width: 100%;
        height: 50px;
        justify-content: center;
    }

    .share .icones li a .icone:before {
        font-size: 25px;
        display: flex;
        align-items: center;
        align-content: center;
        width: 40px;
        height: 28px;
        padding: 10px 14px;
    }

    .share .icones li:nth-child(1) a .icone:before {
        width: 40px;
    }

    .share .icones li:nth-child(2) a .icone:before {
        width: 53px;
    }

    .share .icones li:nth-child(3) a .icone:before {
        width: 48px;
    }

    .mais-not {
        width: 340px;
        height: 460px;
        float: left;
        background-color: #fff;
        margin: 50px auto 80px;
        padding: 38px 50px 20px 55px;
    }

    .mais-not span {
        width: 100%;
        font-size: 11px;
        font-family: 'Montserrat-Bold';
        color: #27394a;
        float: left;
    }

    .mais-not .box {
        width: 100%;
        float: left;
        padding: 17px 0;
    }

    .mais-not .box:after {
        content: none;
    }

    .mais-not .box a {
        width: 100%;
        height: 100%;
        float: left;
        border-bottom: solid 1px #e8ebee;
    }

    .mais-not .box a:hover {
        box-shadow: 5px 5px 5px rgba(0, 0, 0, .1);
    }

    .mais-not .box .capa {
        width: 50px;
        height: 50px;
        float: left;
        margin-right: 20px;
    }

    .mais-not .box .titulo {
        width: 160px;
        float: right;
        color: #84919a;
        font-size: 12px;
        text-align: left;
    }

    .mais-not .box a:hover .titulo {
        color: #5ca2f9;
    }
}

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

    .noticia {
        width: 100%;
        height: auto;
        /*float: left;*/
        /*margin-right: 50px;*/
        /*min-height: 700px;*/
    }

    .noticia .not {
        width: 100%;
        height: 100%;
        float: left;
        margin: 30px auto;
    }

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

    .noticia .not .h1 {
        color: #254070;
        font-size: 24px;
        font-family: 'Montserrat-Bold';
        text-align: left;
        margin-top: 5px;
        margin-bottom: 26px;
    }

    .noticia .not .capa {
        width: 100%;
        float: left;
        margin-bottom: 50px;
    }

    .noticia .not .texto {
        font-family: 'Montserrat-Light';
        font-size: 16px;
        text-align: left;
        float: left;
        color: #254070;
    }

    .noticia .not h3 {
        color: #72818b;
        font-weight: bold;
        font-size: 30px;
        text-align: left;
        float: left;
        font-family: 'Oswald-Bold';
    }

    .noticia .not .galerias {
        float: left;
        width: 100%;
        /*height: 100%;*/
    }

    .noticia .not .galerias ul {
        padding-left: 0;
        float: left;
        width: 100%;
        height: 100%;
    }

    .noticia .not .galerias ul li {
        width: 340px;
        height: 200px;
        float: left;
        margin: 0 50px 50px 0;
    }

    .noticia .not .galerias ul li:nth-child(2n) {
        margin-right: 0;
    }

    .noticia .not .galerias ul .audios,
    .noticia .not .galerias ul .anexos {
        width: 100%;
        height: auto;
        margin: 10px auto;
    }

    .noticia .not .galerias ul .audios:last-child,
    .noticia .not .galerias ul .anexos:last-child {
        margin-bottom: 40px;
    }

    .noticia .not .galerias ul .imagens li img,
    .noticia .not .galerias ul .videos li img {
        border: 0 !important;
        float: left;
    }

    .noticia .not .galerias ul .imagens li i,
    .noticia .not .galerias ul .videos li i {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: url("../../img/site/video.png") center no-repeat;
    }

    .noticia .not .galerias ul .videos li img {
        object-fit: cover;
    }

    .noticia .not .galerias ul .imagens li a:hover,
    .noticia .not .galerias ul .videos li a:hover,
    .noticia .not .galerias ul .anexos li a:hover {
        text-decoration: underline;
        color: #72818b;
    }

    .share {
        width: 100%;
        height: 170px;
        float: left;
        background-color: #fff;
        margin-top: 20px;
        padding: 43px 50px;
    }

    .share span {
        width: 100%;
        font-size: 11px;
        font-family: 'Montserrat-Bold';
        color: #27394a;
        float: left;
    }

    .share .icones {
        width: 100%;
        height: 100%;
        float: left;
        text-align: left;
        display: flex;
        align-items: center;
    }

    .share .icones:after {
        content: none;
    }

    .share .icones li {
        position: relative;
        width: 50px;
        height: 50px;
        margin-right: 10px;
        color: #828799;
        float: left;
    }

    .share .icones li:hover {
        color: #254070;
    }

    .share .icones li a {
        width: 100%;
        height: 100%;
        float: left;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: center;
        align-content: center;
        border: solid 1px #828799;
        border-radius: 50%;
        padding: 10px 14px;
    }

    .share .icones li a:hover {
        border-color: #254070;
    }

    .share .icones li a .icone {
        display: flex;
        float: left;
        width: 100%;
        height: 50px;
        justify-content: center;
    }

    .share .icones li a .icone:before {
        font-size: 25px;
        display: flex;
        align-items: center;
        align-content: center;
        width: 40px;
        height: 28px;
        padding: 10px 14px;
    }

    .share .icones li:nth-child(1) a .icone:before {
        width: 40px;
    }

    .share .icones li:nth-child(2) a .icone:before {
        width: 53px;
    }

    .share .icones li:nth-child(3) a .icone:before {
        width: 48px;
    }

    .mais-not {
        width: 100%;
        /*height: 460px;*/
        float: left;
        background-color: #fff;
        margin: 50px auto 80px;
        padding: 38px 20px 20px;
    }

    .mais-not span {
        width: 100%;
        font-size: 11px;
        font-family: 'Montserrat-Bold';
        color: #27394a;
        float: left;
    }

    .mais-not .box {
        width: 100%;
        float: left;
        padding: 17px 0;
    }

    .mais-not .box:after {
        content: none;
    }

    .mais-not .box a {
        width: 100%;
        height: 100%;
        float: left;
        border-bottom: solid 1px #e8ebee;
    }

    .mais-not .box a:hover {
        box-shadow: 5px 5px 5px rgba(0, 0, 0, .1);
    }

    .mais-not .box .capa {
        width: 50px;
        height: 50px;
        float: left;
        margin-right: 20px;
    }

    .mais-not .box .titulo {
        width: 160px;
        float: left;
        color: #84919a;
        font-size: 12px;
        text-align: left;
    }

    .mais-not .box a:hover .titulo {
        color: #5ca2f9;
    }
}