* {
    font-family: 'Roboto', sans-serif;
    font-size: 8pt;
    padding: 0;
    margin: 0;
    list-style: none;
    border: none;
}

body {
    background-color: #000;
    margin: 0;
    background-position: top center;
    background-repeat: no-repeat
}

h2,
h2 span {
    font-size: 10pt !important
}

#ongame-header {
    max-width: 1140px;
}

#conteudo {
    display: block;
    margin: auto;
}

@media (min-width: 1200px){
    header#ongame-header {
        width: 1140px !important;
        max-width: 1140px !important;
    }
    #conteudo{
        width: 1140px;
    }
    #conteudo #centro #direito #baixe-gratis a {
        height: 65px;
    }
}

@media (max-width: 1199px) and (min-width: 992px){
    header#ongame-header {
        width: 960px !important;
        max-width: 960px !important;
    }
    #conteudo{
        width: 960px;
    }
    #conteudo #centro #direito #baixe-gratis a {
        height: 54px;
    }

}
@media (max-width: 991px) and (min-width: 768px){
    header#ongame-header {
        width: 720px !important;
        max-width: 720px !important;
    }
    #conteudo{
        width: 720px;
    }
}

@media (max-width: 991px){
    #direito{
        display: none;
    }
    #meio{
        width: 100%;
    }
}
@media (min-width: 992px){
    #conteudo #centro #meio {
        width: 75%;
    }
}

@media (max-width: 767px) and (min-width: 576px){
    header#ongame-header {
        width: 540px !important;
        max-width: 540px !important;
    }
    #conteudo{
        width: 540px;
    }
}
@media (max-width: 575px){
    #ongame-footer{
        margin-top: 0 !important;
    }
    #conteudo #centro #meio{
        padding: 16px;
    }
}

@media (min-width: 481px) {
    #conteudo #centro {
        background-color: rgba(15, 15, 15, 1);
        position: relative;
        margin: 0px auto;
        min-height: 235px;
        border: 1px solid #2E2C2D;
        display: flex;
    }
    
    #conteudo #centro #meio .titulo {
        width: 100%;
        border-bottom: 1px solid #ff7e00;
        padding-bottom: 16px;
    }
    
    #conteudo #centro #meio .titulo .fa {
        color: #ff7e00;
    }
    
    #conteudo #centro #meio .titulo h1 {
        font-weight: 500;
        font-size: 28px;
        text-transform: uppercase;
    }
    
    .marcador_h2 {
        width: 13px;
        height: 13px;
        float: left;
        margin: 8px 5px 5px 7px
    }
    
    .titulo_conteudo h2 {
        padding: 6px 0
    }
    
    #conteudo #centro #direito {
        position: relative;
        width: 25%;
        padding: 32px 32px 32px 0;
    }
    #conteudo #centro #meio:after, #conteudo #centro #direito:after{
        display: table;
        content: '';
        clear: both;
    }
    
    #conteudo #centro #direito #baixe-gratis a {
        margin: 2px 0 10px 0;
        position: relative;
        width: 100%;
        display: block;
        background-size: cover!important;
    }
    
    #conteudo #centro #direito #box_facebook {
        overflow: hidden;
        max-width: 262px;
        width: 100%;
    }
    
    #conteudo #centro #direito #box_quick_menu {
        position: relative;
        float: right;
        margin: 10px 0 0;
        width: 240px;
        height: 160px
    }
    
    #conteudo #centro #meio {
        position: relative;
        padding: 32px;
    }
    
    .material-icons {
        color: #616161;
    }
    
    .card_jogo {
        background-image: none !important;
    }
    
    .card_conteudo .logo_text {
        display: none;
    }
    
    .card_conteudo .logo_image {
        vertical-align: middle;
        width: 90px;
        height: auto;
    }
    
    .card_jogo:hover {
        box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
    }
}
