@media all and (min-width: 1000px) {

    header .box .meio .menu > ul > li:first-child {
        color: #fff;
    }

    header .box .meio .menu > ul > li:nth-child(2) {
        color: #fff;
    }

    header .box .meio .menu > ul > li:nth-child(3) {
        color: #fff;
    }

    header .box .meio .menu > ul > li:nth-child(4) {
        color: #fff;
    }

    header .box .meio .menu > ul > li:nth-child(5) {
        color: #fff;
    }

    header .box .meio .menu > ul > li:nth-child(6) {
        color: #fff;
    }

    header .box {
        width: 1920px;
        height: 350px;
        float: left;
        position: relative;
        margin-left: calc(50% - 960px);
    }

    header .box .baixo {
        width: 3000px;
        height: 180px;
        float: left;
        margin-left: -540px;
    }

    header .box .baixo .banner ul li {
        width: 320px;
        height: 450px;
        float: left;
        transform: skew(-23deg);
        overflow: hidden;
        filter: grayscale(50%);
        margin-top: -100px;
    }

    header .box .baixo .box1 {
        width: 434px;
        height: 450px;
        position: absolute;
        top: 170px;
        left: 1059px;
        float: left;
        background-color: #fffdfc;
        z-index: 999;
        transform: skew(-23deg);
        display: none;
    }

    .caixa {
        width: 1120px;
        float: left;
        margin: 0 calc(50% - 560px);
    }

    h3 {
        margin: 50px auto 10px auto;
        color: #72818b;
        font-size: 0.8571rem;
    }

    h1 {
        color: #e6ac30;
        margin-bottom: 30px;
        line-height: 25px;
        font-weight: 900;
    }

    .buscar {

    }

    .buscar li {
        border-bottom: 1px solid #eee;
        padding-bottom: 20px;
        color: #72818b;
        margin-bottom: 20px;
    }

    .buscar li b {
        display: block;
        margin-bottom: 4px;
    }

    .buscar li a:hover {
        color: #407ed3;
    }

    .paginacao {
        text-align: right;
        margin-bottom: 20px;
    }

    .paginacao a {
        display: inline-block;
        border-radius: 2px;
        padding: 7px 14px;
        margin-left: 20px;
        background: #e6ac30;
        color: rgb(255, 255, 255);
    }

    .paginacao a:hover {
        background-color: #063777;
        text-decoration: underline;
        color: #fff;
    }
}

@media all and (max-width: 999px) {
    header {
        width: 100%;
        margin: 0 auto;
        position: relative;
        float: left;
    }

    header .box {
        width: 100%;
        /*height: 620px;*/
        float: left;
        position: relative;
        /*margin-left: calc(50% - 960px);*/
    }

    header .box .top {
        /*width: 100%;*/
        /*height: 110px;*/
        float: left;
        /*margin-left: calc(50% - 560px);*/
        position: relative;
        background: #063777;
    }

    header .box .top .top-mobile {
        position: fixed;
        height: 85px;
        background: #063777;
        width: 100vw;
        z-index: 1000;
    }

    header .box .top .top-mobile a {
        float: left;
    }

    header .box .top .abrir-menu {
        background: #063777;
        z-index: 10000;
        width: 24px;
        height: 24px;
        background: url("../../img/site/menu.png") center / 100% no-repeat;
        position: absolute;
        top: 30px;
        right: 25px;
        cursor: pointer;
        transition: 0.5s;
    }

    header .box .top .fechar-menu {
        width: 24px;
        height: 24px;
        /*background: url("../../img/site/menu.png") center / 100% no-repeat;*/
        position: absolute;
        top: 30px;
        right: 25px;
        cursor: pointer;
        /*display: none;*/
        transition: 0.5s;
    }

    header .box .top .logo {
        width: 100px;
        height: 65px;
        /*float: left;*/
        background: url("../../img/site/logo.png") center / 100% no-repeat;
        margin: 10px 20px;
    }

    header .box .meio {
        width: 1920px;
        /*height: 60px;*/
        /*float: left;*/
        background-color: #063777;
        /*display: none;*/
    }

    header .box .meio .menu {
        /*width: 630px;*/
        /*height: 60px;*/
        float: left;
        /*margin-left: calc(50% - 560px);*/
    }

    header .box .meio .menu > ul {
        position: fixed;
        width: 100vw;
        top: -100vh;
        left: 0vw;
        height: calc(100vh - 85px);
        background: #153090;
        z-index: 999;
        overflow-y: auto;
        /*padding: 20px 5px;*/
        text-transform: uppercase;
    }

    header .box .meio .menu > ul > .fechar-menu {
        width: 24px;
        height: 24px;
        background: url("../../img/site/menu.png") center / 100% no-repeat;
        position: absolute;
        top: 30px;
        right: 25px;
        cursor: pointer;
        display: none;
    }

    header .box .meio .menu > ul > li {
        font-family: "Roboto";
        font-size: 19px;
        font-weight: bold;
        color: #fff;
        /*height: 100%;*/
        padding: 10px 30px;
        /*position: relative;*/
    }

    header .box .meio .menu > ul > li .submenu {
        width: 100%;
        /*position: absolute;*/
        text-align: left;
        /*padding-top: 10px;*/
        /*top: 50px;*/
        /*left: 0px;*/
        display: none;
        /*z-index: 1000;*/
    }

    header .box .meio .menu > ul > li > .submenu > ul {
        /*background-color: #0f2b57;*/
        color: #92a5c3;
        /*width: 318px;*/
        float: left;
        padding: 10px 15px;
    }

    header .box .meio .menu > ul > li > .submenu > ul > li {
        float: left;
        width: 100%;
        font-size: 18px;
        margin-bottom: 10px;
        /*position: relative;*/
    }

    header .box .meio .menu > ul > li > .submenu > ul > li:last-child {
        margin-bottom: 0;
    }

    header .box .meio .menu > ul > li .submenu > ul > li > .submenu1 {
        /*position: absolute;*/
        /*top: -20px;*/
        /*left: 280px;*/
        width: 100%;
        text-align: left;
        display: none;
        /*padding-left: 50px;*/
        /*z-index: 1000;*/
    }

    header .box .meio .menu > ul > li .submenu > ul > li .submenu1 > ul {
        float: left;
        /*background-color: #0f2b57;*/
        /*padding: 18px 16px;*/
        color: #92a5c3;
        padding: 10px 15px;
    }

    header .box .meio .menu > ul > li .submenu > ul > li .submenu1 > ul > li {
        float: left;
        width: 100%;
        font-size: 18px;
        margin-bottom: 10px;
        /*margin-bottom: 16px;*/
    }

    header .box .baixo {
        width: 3000px;
        height: 200px;
        float: left;
        margin-left: -540px;
    }

    header .box .baixo .box1 {
        width: 434px;
        height: 450px;
        position: absolute;
        top: 170px;
        left: 1059px;
        float: left;
        background-color: #fffdfc;
        z-index: 999;
        transform: skew(-23deg);
        display: none;
    }

    h3 {
        margin: 20px;
        color: #72818b;
        font-size: 12px;
    }

    h1 {
        color: #e6ac30;
        line-height: 25px;
        font-weight: 900;
        margin: 0 20px 30px;
    }

    .buscar {
        margin: 0 20px;
    }

    .buscar li {
        border-bottom: 1px solid #eee;
        padding-bottom: 20px;
        color: #72818b;
        margin-bottom: 20px;
    }

    .buscar li b {
        display: block;
        margin-bottom: 4px;
    }

    .buscar li a:hover {
        color: #407ed3;
    }

    .paginacao {
        text-align: right;
        margin:0 20px 20px;
    }

    .paginacao a {
        display: inline-block;
        border-radius: 2px;
        padding: 7px 14px;
        margin-left: 20px;
        background: #e6ac30;
        color: rgb(255, 255, 255);
    }

    .paginacao a:hover {
        background-color: #063777;
        text-decoration: underline;
        color: #fff;
    }
}