@media screen and (max-width: 1024px) {

    html {
        -webkit-text-size-adjust: 100%;
    }

    .header-page {
        width: 100vw;
        margin: 0px;
    }

    .header-menu {
        width: 100vw;
        text-align: center;
        right: 0px;
    }

    .header-menu-item {
        display: inline-block;
        margin: 3px 0px 0px 0px;
    }

    .header-menu-item a {
        padding: 0px 3px 0px 3px;
    }


    .banner {
        width: 100vw;
        height: 252px;
        top: 0px;
        margin-bottom: 17px;
    }

    .banner-page {
        width: 100vw;
        height: 230px;
        top: 40px;
        margin: 0px;
        text-align: center;
    }

    .banner-title {
        width: 100vw;
        position: relative;
        top: 15px;
        left: 0px;
        z-index: 1;
    }

    .banner-title-main {
        line-height: 40px;
        font-size: 40px;
        font-weight: bold;
        color: #ffffff;
        -webkit-text-stroke: 1px #262626;
        text-shadow: 5px 5px 15px #262626;
    }

    .banner-title-sub {
        margin-top: 15px;
        line-height: 18px;
        font-size: 18px;
        color: #ffffff;
        z-index: 1000;
    }
    .banner-mountains {
        position: absolute;
        width: 100vw;
        background-size: 1024px 134px;
    }
    .banner-bos-img {
        position: absolute;
        width: 220px;
        bottom: 37px;
        right: -63px;
    }
    .banner-button {
        margin: 25px 0px 0px 0px;
        z-index: 20;
        width: 180px;
    }

    .banner-date-enroll {
        width: 100vw;
        top: 6px;
        left: 0px;
    }


    .conteudo {
        width: calc(100vw - 20px);
        margin: 0px 10px 0px 10px;
    }

    .home-row {
        margin: 0px 0px 10px 0px;
    }

    .home-cell, .home-cell-left, .home-cell-right {
        padding: 0px;
        margin: 0px;
        position: relative;
    }
    .home-cell-big {
        width: 100%;
    }
    .home-cell-small {
        width: 100%;
    }

    #aosp-layers-div {
        height: auto;
    }
    .aosp-layers {
        display: none;
    }
    
    #aosp-layers-nodetails {
        width: calc(100vw - 40px);
        max-width: 400px;
        height: auto;
        display: block;
        margin: 0 auto;
    }


    #new-android {
        height: auto;
        padding: 0px 0px 10px 0px;
    }

    #video-kraken {
        top: 0px;
    }

    #img-nodemcu {
        width: calc(100vw - 30px);
        max-width: 400px;
        height: auto;
        margin-bottom: 0px;
    }

    #footer-page {
        width: 100vw;
        margin: 0px;
        padding: 30px 0px 20px 0px;
    }


}
