@media (max-width: 1920px) {
    body {
        overflow-x: hidden;
    }

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

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

    .aulas {
    background: url(../../../img/bg-transparent.png) bottom #6599FF no-repeat;
    min-height: 700px;
        width: 100%;
    }
    .simulados {
    background: url(../../../img/bg-middle.png) no-repeat bottom #25336A;
    background-size: 100% ;
    min-height: 800px;
    width: 100%;
overflow: hidden;
    }
    .ranking {
    overflow: hidden;
    min-height: 700px;
    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;
    }

    .bola-videoaulas{
    margin-top: 20px;
    background: #9DBAF2;
    width:200px;
    height:200px;
    border-radius: 200px;
    padding-top: 2px;
    margin-top: 30px;
    margin-left: -70px;
    }



}

    .cardmateria{

        border-radius: 5px;
        margin: 10px;
        padding: 10px;
        background: #6599FF;


    
    }
    
    .aula-aovivo {
    text-indent: -3000px;
    width: 234px;
    height: 68px;
    background:url(../../../img/home-logo-aulas-aovivo.png) no-repeat;
    margin-top: 50px;
    
    }

    
    .bola-videoaulash2 { 
    text-indent: -3000px;
    width: 286px ;
    height: 81px ;
    background:url(../../../img/home-topo-videoaulas.png) no-repeat;
    margin-top: 50px;
    margin-left: 70px;
    }

    .bolasimulados {
    float: right !important;
    background: #9DBAF2;
    width:500px;
    height:500px;
    border-radius: 500px;
    margin-top: 30px;
    margin-right: -113px;
    
    
    }

    .bolasimuladosh2 {
    text-indent: -3000px;
    width: 296px ;
    height: 81px ;
    background:url(../../../img/home-contato-topo.png) no-repeat;
    margin-top: 50px;
    margin-left: 70px;
    }

    .bolaranking {
    
    background: #9DBAF2;
    width:500px;
    height:500px;
    border-radius: 500px;
    padding-top: 2px;
    margin-top: 30px;
    margin-left: -70px;
    }

    .bolarankingazul{ 

   
    background: #25336A;
    width:100px;
    height:100px;
    border-radius: 100px;
    padding-top: 2px;
    margin-top: -130px;
    margin-left: -70px;
    
    }



.bolarankingh2 {
    text-indent: -3000px;
    width: 296px ;
    height: 81px ;
    background:url(../../../img/home-ranking-topo.png) no-repeat;
    margin-top: 50px;
    margin-left: 70px;
    }

.robo {
    float: right;
    margin-top:20px;
    width: 620px;
    height: 110px;
    background: url(../../../img/robo-1.png) no-repeat;
    background-size: contain;
    
    }

.bolasimulados p {

    text-align: right;
    color: white;
    margin-right: 134px;

}
.cardsimulado {
background: #FFEFC6; 
color:#8F6D00;
margin-top: -290px;
min-height: 300px;
}
.cardranking {
background: #FFEFC6; 
color:#8F6D00;
min-height: 400px;
border: 3px solid #25336A;

}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #fff;
    background-color: #25336A;
    border-color: #25336A;
}

.nav-tabs .nav-link {
    margin-bottom: -1px;
    border: 1px solid #FFEFC6;
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
    background: #EDDEB7; 
    color: #B6A271
}
.nav-tabs {
    border-bottom: none;
}
.in-line{
display: inline;
}