body{
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 100vh;
}

@media (width: 1080px) {
    .box-rodape ul li {
        margin-right: 0px !important;
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
        text-align: center;
        padding: 0 18px;
        margin-top: 30px;
    }
    .box-rodape ul {

        align-items: flex-start !important;
    }
}

/* mobile */
@media (max-width: 1079px) {
    .topo .divulgacao_home_fechada > img{
        max-height: 80vh;
    }

    .btn-back {
        right: 5px;
        bottom: 5px;
        position: absolute;
        border: 1px solid white;
        color: white;
        padding: 2px 16px;
        border-radius: 16px;
        cursor: pointer;
        font-size: 14px;
    }

    .f60, .f40 {
        font-size: 20px;
    }

    .homefechada.topo {
        height: 80vh;
    }
    .homefechada.rodape {
        height: 20vh;
    }

    .logo {
        top: 35px !important;
        width: 140px !important;
        height: 140px !important;
    }

    body > div > .box-tour{
        max-width: 100% !important;
        position: relative;
        margin-left: auto;
        left: 0;
        top: calc(455px - 126px - 170px);
    }
    body > div > .box-tour .topo-tour{
        height: auto !important;
        background-repeat: no-repeat;
    }
    body > div > .box-tour > .row{
        max-width: 100%;
        padding: 0;
        margin: 0;
    }
    .bottom-tour {
        height: 125px !important;
    }
    .img-mobile{
        display: block !important;
        width: 100%;
    }

    .homeaberta.rodape {
        position: relative !important;
    }
    .box-divulgacao{
        position: relative !important;
        top: auto !important;
        width: 100% !important;
        height: auto !important;
        margin-left: auto !important;
        left: auto !important;
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .box-divulgacao img.float-left, .box-divulgacao img.float-right{
       float: none !important;
    }

    .btn-laranja {
        width: 130px !important;
        height: 40px !important;
        font-size: 20px !important;
    }

    .banner-topo{
        max-width: 100% !important;
        height: 125px !important;
    }
    .deskcontainer {
        padding-top: 150px !important;
    }

    .box-interna {
        padding-left: 20px !important;
        padding-right: 20px !important;
    }
    .box-rodape {
        padding: 15px 15px !important;
        position: relative !important;
        height: auto !important;
    }
    .box-rodape ul.d-none{
        display: none !important;
    }
    .box-rodape img.float-left{
        float: none !important;
    }

    .box-rodape ul {
        height: auto !important;
        display: flex !important;
        align-items: center !important;
        flex-direction: column !important;
    }
    .box-rodape ul li {
        margin: 0 !important;
        padding-left: 0 !important;
    }
    .box-rodape ul  {
        margin-bottom: 20px!important;
    }
}

/* desktop */
@media (min-width: 1081px) {
    .topo .divulgacao_home_fechada > img{
        max-height: 80vh;
    }

    .box-fechado > div{
        max-width: 10000px !important;
    }

    body > div{
        display: flex;
        justify-content: center;
    }
    .homeaberta.rodape {
        top: 1630px;
    }
    .homefechada.topo {
        height: 80vh;
    }
    .homefechada.rodape {
        height: 20vh;
    }
}