@media screen and (max-width: 1300px)
{
    .div_ima
    {
        /* margin-left: 150px; */
    }
}

@media screen and (max-width: 1000px)
{
    .div_central .sup_div_ima
    {
        /* margin-left: 0; */
        margin: auto;
        margin-top: 50px;
        display: block;
        float: none;
    }

    .header_link_logo
    {
        width: 100px;
    }
}


@media screen and (max-width: 950px)
{
    /* 
    .local_itens
    {
        margin-left: 15%; 
        width: 70%; 
    }    
    
    article
    {
    	margin-left: 0%;
    	width: 100%;
    }    
    */
    
    .ul_pri, #pri, .logado
    { 
        display: none; 
    } 
    
    
    #ico_menu
    {
        display: inline;
    }
    
    /*
    #footer_info
    {
        flex-direction: column;
    }    
    
    #div_foot1, #div_foot2, #div_foot3
    {
    	width: 100%; 
    }	
    
    .button_alone_3
    {
        font-size: 15px;
    }
    
    .local_form
    {
    	margin-left: 5%; 
    	width: 90%; 
    }	
    
    #eumud
    {
        width: 100px; 
        height: 100px;
    }    
    
    #ima_text
    {
        flex-direction: column;
        align-items: center;
        justify-content: normal;
        
        margin-left: 5%; 
        width: 90%; 
    }
    
    #ima_text p
    {
        margin-top: 50px;    
        margin-left: 0px;
        width: 90%;
    }   
    */ 
} 


@media screen and (max-width: 800px)
{
    .pop_previum_inter 
    {
        width: 95%;
    }

    .previum
    { 
        /* margin-top: 25px; */
        min-height: 80%; 
        /* min-height: 600px;  */
        
        /* border: groove, gray, 5px;  */
        /* border-radius: 15px; */
        /* background-color: gray;  */
    }
}

@media screen and (max-width: 680px)
{
    .config_temp 
    {
        /* width: 100%; */
        /* min-height: 400px;  */
        /* height: 100%; */
        
        flex-direction: column; 
        justify-content: start;
        min-height: 80%; 
        /* align-items: center; */

        /* overflow: auto; */
    }
    
    
    
    
    .config_temp_div_1, .config_temp_div_2
    {
        width: 100%;
        height: 50%;

        /* display: flex; */
        /* flex-direction: column;  */
        /* justify-content: space-around; */
        /* align-items: center; */
    }

    /* .config_temp_div_2
    {
        justify-content: center;
    }

    .config_temp_div_2 input
    {
        margin-bottom: 7px;
        width: 80%;
    } */
}