/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 27/04/2017, 11:17:43
    Author     : Leonardo
*/

@media screen and (min-width: 1200px)
{
    
}

@media screen and (max-width: 1000px) 
{
    .esq
    {
        width: 100%;
        float: none;
    }

    .dir
    {
        width: 100%;
        float: none;
    }

    #pag #cab
    {
        background-image: none;
        height: auto;
    }
    
    #pag #cab #logo
    {
        margin: 20px 0px 0px 10px;
        width: 100px;
    }
    
    .bt_menu
    {
        display: block;
    }

    #rod #rod_c .rod_lista
    {
        display: none;
    }
    
    .rod_lista_endereco
    {
        display: block !important;
        width: 100% !important;
        margin: 0 auto !important;
        text-align: center !important;
    }
    
    #pag #cab #cab_d #menu
    {
        display: none;
    }

    #pag #cab #cab_d #menu_principal
    {
        display: none;
    }

}