@charset "utf-8";

@media (max-width: 1080px) {
    body {
        width: 100% !important;
        overflow-x: hidden !important;
    }
}

nav#menu span {
    text-transform: uppercase !important;
}

@media (max-width: 1080px) {
    main {
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
    }
}

@media (max-width: 1080px) {
    #formulario {
        width: 80% !important;
        margin: 50px !important;
        box-sizing: border-box !important;
        display: flex !important;
        flex-direction: column !important;
        z-index: 1 !important;
    }
}

@media (max-width: 1080px) {
    #formulario input {
        display: block !important;
    }
}

@media (max-width: 1080px) {
    #formulario .btn {
        margin-top: 50px !important;
    }
}

@media (max-width: 1080px) {
    .aviao {
        display: none !important;
    }
}

@media (max-width: 1080px) {
    .nuvem01, .nuvem02, .nuvem03 {
        z-index: 0 !important;
    }
}

@media (max-width: 1080px) {
    footer#info {
        display: none !important;
    }
}

@media (max-width: 1080px) {
    #rodape {
        display: none !important;
    }
}

@media (min-width: 1080px) {
    #rodape-mobile {
        display: none !important;
    }
}

#rodape-mobile {
    position: relative;
    width: 100%;
    height: auto;
    padding: 100px 10% 100px 10%;
    box-sizing: border-box;
    background-color: #121212;
    display: block;
    margin-top: -50px;
}


#rodape-mobile img {
    display: none;
}

#rodape-mobile div.coluna h2 {
    color: #323232;
    font-family: 'helveticamedium';
    font-weight: normal;
    font-size: 2rem;
    margin-bottom: 30px;
}

#rodape-mobile div.coluna nav ul li {
    margin-bottom: 15px;
}

#rodape-mobile div.coluna nav ul:first-child li:nth-child(2) a {
    text-decoration: underline;
    color: #777 !important;
    cursor: default;
}

#rodape-mobile div.coluna nav ul li a {
    text-transform: capitalize;
    color: #323232;
    transition: color .4s;
}

#rodape-mobile div.coluna div .btn {
    position: relative;
    width: 140px;
    height: 55px;
    background-color: #212121;
    display: flex;
    justify-content: center;
    align-items: center;
    vertical-align: middle;
    overflow: hidden !important;
    margin-bottom: 50px;
    cursor: pointer;
}

#rodape-mobile div.coluna div .btn a {
    position: absolute;
    font-size: .85rem;
    color: #3377e5;
    z-index: 9;
    transition: .6s;
}

#rodape-mobile div.coluna div .btn div {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 0;
    background-color: #3377e5;
    transition: .4s;
}

#rodape-mobile div.coluna div .btn:hover div {
    height: 100%;
    transition: .2s;
}

#rodape-mobile div.coluna div .btn:hover a {
    color: #212121;
    transition: .2s;
}

#rodape-mobile div.coluna div .btn:active div {
    background-color: #ff8f33;
    transition: .1s;
}

#rodape-mobile span {
    position: absolute;
    bottom: 50px;
    margin: 0 auto;
    font-family: 'helveticamedium';
    font-size: .8rem;
    color: #323232;
}

@media (max-width: 1080px) {
    footer#categorias {
        overflow-x: scroll !important;
        overflow-y: hidden !important;
        flex-direction: row !important;
        margin-bottom: 0 !important;
        justify-content: none !important;
        padding-right: 5% !important;
    }
}

@media (max-width: 1080px) {
    footer#categorias section {
        position: relative !important;
        justify-content: none !important;
        width: 100% !important;
        flex-direction: row !important;
    }
}

@media (max-width: 1080px) {
    footer#categorias section:nth-child(2) {
        display: none !important;
    }
}

@media (max-width: 1080px) {
    footer#categorias section ul {
        position: relative !important;
        margin-right: 50px !important;
        padding: 50px !important;
    }
}

@media (max-width: 1080px) {
    footer#categorias section ul li span {
        white-space: nowrap !important;
    }
}

@media (max-width: 1080px) {
    footer#categorias img.caixa {
        display: none !important;
    }
}

@media (min-width: 1080px) {
    footer#categorias section ul.mobile {
        display: none !important;
    }
}