@media (min-width: 1024px) {
    #lnkInicio {
        display: block;
        padding: 10px;
        background: transparent;
        position: absolute;
        top: 0px;
        left: 0px;
        z-index: +1;
    }

    #famurs {
        width: 182px;
        height: 183px;
        background: transparent url(i/premio.png) right top no-repeat;
        display: block;
        position: absolute;
        top: 0px;
        right: 0px;
        z-index: 1000;
    }

    #menu {
        display: block;
        position: absolute;
        left: 350px;
        top: 130px;
        right: auto;
        transform: translateX(0);
    }

    #menu a {
        display: inline-block;
        padding: 10px 15px;
        color: #fff;
        font-size: 1.5em;
        text-shadow: 1px 1px 0px rgba(0,0,0,0.3);
        text-decoration: none;
        border-radius: 5px;
    }

    #menu a:hover,#menu a:active {
        background: transparent url(i/texturaEscuraLinks.png) left center;
        box-shadow: 2px 2px 3px rgba(0,0,0,0.3) inset;
        box-shadow: 1px 1px 1px rgba(0,0,0,0.2) inset;
    }

    #app-tudo {
        column-count: 4;
    }

    /*** OBJETIVOS ***/

    /* */

    .sliderItem {
        flex-direction: row;
    }

    .col50 {
        width: 50%;
    }

    .etapa {
        width: calc(50% - 1rem);
        margin-left: 1rem;
    }

    /* APOIOS */

    
    /* / */

    #nuvem {
        text-align: left;
        padding: 177px 0px 0px 77px;
    }

    #nuvem h4 {
        color: #fff;
    }
}