
    body {
        overflow-x: hidden;
    }

    .disciplina { 
    
        width:  600px;
        height: 100px;
        text-indent: -3000px;

    }

    .lateral h1 { 
        width: 350px;
        height: 212px;
        background: url(../../../img/Logomarcas.png) center center no-repeat;
        margin-bottom: 0px;
        text-indent: -2000px;

    }
    .linha_negativa {
        margin-top: -180px;   
    }
 
    .card { 
    margin-bottom: 50px;
    }

    .avancar {
    margin-top: -65px;
    margin-right: 20px; 
    position: relative;
    z-index: 999;
    }

    .robo {

    margin-top:-112px;
    margin-left: 120px;
    width: 620px;
    height: 110px;
    background: url(../../../img/robo-1.png) no-repeat;
    background-size: contain;
    
    }

    .conteudo .container {
    margin-top:-130px;
    /*margin-bottom: 50px;*/
    }

   .bola{
    width: 200px;
    height: 200px;
    background: url(../../../img/bola.png) no-repeat;
    background-size: contain;
    margin-top: -160px;
    margin-left: -80px;
    }

    .top {
    background: url(../../../img/bg-transparent.png) bottom #6599FF;
    border-bottom: red solid 5px;
    min-height: 190px;
        width: 100%;
    }

    .human-02 { 
    position: relative;
    z-index: 100;
    margin-top:-350px;
    margin-left: -200px;
    width: 510px;
    height: 450px;
    background: url(../../../img/human-2.png) no-repeat;
    background-size: contain;
    }

  .conteudo {
    
    min-height: 600px;
    width: 100%;
    }

    #footer {
        width: 100%;
        min-height: 150px;
        border-top: 5px solid red;
        background: #507FD9;
        
        background-size: contain;
    }
    #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;
    }
