@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;
    }

    main {
        background-color: #f4f5f7;
    }

    .caixa {
        width: 1120px;
        float: left;
        margin: 0 calc(50% - 560px);
    }

    h4 {
        margin: 50px auto 10px auto;
        color: #72818b;
        font-size: 0.8571rem;
        text-transform: uppercase;
    }

    .galerias h3 {
        /*color: #72818b;*/
        /*font-size: 20px;*/
        /*text-align: left;*/
        color: #e6ac30;
        margin-bottom: 50px;
        line-height: 25px;
        font-weight: 900;
        font-size: 36px;
        text-transform: uppercase;
    }

    .galerias {
        width: 100%;
        height: 100%;
        float: left;
    }

    .galerias ul {
        padding-left: 0;
        float: left;
        width: 100%;
        height: 100%;
    }

    .galerias ul li {
        width: 340px;
        height: 280px;
        float: left;
        margin: 0 50px 50px 0;
        filter: grayscale(50%);
        background: center / cover no-repeat;
    }

    .galerias ul li:nth-child(3n) {
        margin-right: 0;
    }

    .galerias ul .imagens li img,
    .galerias ul .videos li img {
        border: 0 !important;
        float: left;
        background: center / cover no-repeat;
    }

    .galerias ul .imagens li i,
    .galerias ul .videos li i {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: url("../../img/site/video.png") center no-repeat;
    }

    .galerias ul .videos li img {
        object-fit: cover;
    }

    .galerias ul .imagens li a:hover,
    .galerias ul .videos li a:hover {
        text-decoration: underline;
    }

    .galerias > ul > li:hover {
        filter: none;
        transition: 0.3s;
    }
}

@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;
    }

    main {
        background-color: #f4f5f7;
    }

    h4 {
        margin: 20px;
        color: #72818b;
        font-size: 12px;
        text-transform: uppercase;
    }

    .galerias h3 {
        /*color: #72818b;*/
        /*font-size: 20px;*/
        /*text-align: left;*/
        color: #e6ac30;
        margin-bottom: 30px;
        line-height: 25px;
        font-weight: 900;
        font-size: 36px;
        text-transform: uppercase;
    }

    .galerias {
        /*width: 100%;*/
        height: 100%;
        float: left;
        margin: 0 20px;
    }

    .galerias ul {
        padding-left: 0;
        float: left;
        /*width: 100%;*/
        height: 100%;
    }

    .galerias ul li {
        width: 100%;
        /*height: 280px;*/
        /*float: left;*/
        margin: 0 auto 30px;
        filter: grayscale(50%);
    }

    /*.galerias ul li:nth-child(3n) {*/
        /*margin-right: 0;*/
    /*}*/

    .galerias ul .imagens li img,
    .galerias ul .videos li img {
        border: 0 !important;
        float: left;
        background: center / cover no-repeat;
    }

    .galerias ul .imagens li i,
    .galerias ul .videos li i {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: url("../../img/site/video.png") center no-repeat;
    }

    .galerias ul .videos li img {
        object-fit: cover;
    }

    .galerias ul .imagens li a:hover,
    .galerias ul .videos li a:hover {
        text-decoration: underline;
    }

    .galerias > ul > li:hover {
        filter: none;
        transition: 0.3s;
    }
}