@media (max-width: 1220px) {
    .enemzao {
        margin-top: -120px !important;
        margin-left: -100px !important;
    }
    body {
        overflow-x: hidden;
    }

    .contpadding {
    padding-top: 50px;
    }

    .top-mid { 
    
    width: 100%;
    height: 400px;
    background: url(../../../img/top-mid.png) no-repeat;
    background-size: contain;
    
    }

    .apresentacao {
        width: 100%;
        min-height: 700px;
        background: url(../../../img/human-01-md.png) top right no-repeat #6599FF;
       background-size: contain;
    }

    .aulas {
    background: url(../../../img/bg-transparent.png) bottom #6599FF;
    min-height: 700px;
        width: 100%;
    }
    .simulados {
    background: url(../../../img/bg-middle.png) no-repeat bottom #25336A;
    background-size: 100% ;
    min-height: 700px;
        width: 100%;
    }
    .ranking {
    
    min-height: 700px;
    width: 100%;
    }

    #footer {
        width: 100%;
        min-height: 150px;
        border-top: none;
        background: url('../../../img/footer.png');
    }
    #footer p {
        text-align: center;
        margin: 50px 50px;
        color: #f3f3f3;
        font-family: Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
        font-size: 10px;
    }
}

