@media screen and (max-width: 800px)
{
    #slide_principal
    {
        margin-left: 2.5%;
        width: 95%;
    }

    .div_bot_itens button 
    {
        width: 60px; 
    }
    
    .space_inter_slide
    {
        height: 55%;
    }	

    .space_lide_info
    {
        height: 45%;
    }
    
    
    .div_compacto2
    {
        flex-flow: column nowrap;
    }

    .div_compacto2 article 
    {
        width: 100%;
    }    

    .div_compacto2 aside 
    {
        margin-top: 25px;
        margin-left: 10%;
        width: 80%;
    }
    
    .item_slide_3, .itens_found
    {
        margin-left: 3%; 
        width: 45%; 
        height: auto;
        overflow: hidden;
        background-size: cover; 
        display: inline; 
        float: left; 
    }

    .front_item_slide_3_info_info
    {
        flex-flow: row wrap;
        justify-content: space-between;
    }

    .item_mais_vendidos_inter img
    {
        width: 150px; 
    }

    .div_anun_promo_steam .anun_promo
    {
        margin-left: 10%;
        width: 80%;
        height: 125px;
    }	
}

@media screen and (max-width: 500px)
{
    .space_inter_slide
    {
        height: 40%;
    }	

    .space_lide_info
    {
        height: 60%;
    }

    .item_mais_vendidos_inter_data
    {
        flex-flow: column nowrap; 
    }

    .div_anun_promo_gog .anun_promo
    {
        width: 150px;
    }
}    


@media screen and (max-width: 430px)
{
    .item_mais_vendidos_inter
    {
        flex-direction: column; 
        flex-direction: column; 
        justify-content: center;
        align-items: center;
    }	

    .item_mais_vendidos_inter .img
    {
        /* border-radius: 15px; 
        width: 250px; 
        height: 110px; */
        margin: auto;
    }    
}    


@media screen and (max-width: 370px)
{
    .front_item_slide_3_info_info
    {
        flex-direction: column; 
    }

    .div_bot_itens
    {
        flex-direction: column; 
    }
    
    .space_inter_slide
    {
        height: 10%;
    }	

    .space_lide_info
    {
        height: 90%;
    }

    .div_anun_promo_gog .anun_promo
    {
        width: 120px;
        height: 180px;
    }
}    