        #content {
            
            /*display: table;*/
            min-height: 30em !important;
        }
        
        #menuLateral {
            display: table-cell;
            width: 180px;
            height: auto;
            min-height: 100%;
            background-color: #f2f2f2;
            border-right: 2px solid #e2e2e2;
        }
        
        #menuLateral ul {
            padding-left: 0px;
            list-style: none;
        }
        
        #menuLateral ul li {
            display: block;
            margin-left: 0px;
        }
        
        #menuLateral ul li a {
            font-size: 20px;
            font-family: Arial, Helvetica, sans-serif;
            color: #333;
            padding: 8px 15px;
            display: block;
            text-decoration: none;
            border-left: 5px solid #005789;
        }
        
        .itemMenuAtivo {
            background-color: #005789;
            color: white !important;
        }
        
        #menuLateral ul li a:hover {
            background-color: #004167;
            color: white !important;
        }
        
        #listagemConteudo {
            overflow: hidden;
            padding: 20px 15px;
        }
        
        .item {
            background-image: url('sistema/img/exemplo1.png');
            background-size: 100%;
            margin: 10px 7px;
            float: left;
            width: 224px;
            height: 111px;
            border-radius: 3px;
            transition: .1s;
        }
        
        .item:hover {
            cursor: pointer;
            box-shadow: 3px 3px 20px #ccc;
        }
        
        .item .linha {
            border-bottom: 5px solid #005789;
            position: relative;
            width: 100%;
            top: 50px;
            height: 80px
        }
        
        .item .titulo {
            color: white;
            background-color: rgba(0, 0, 0, .7);
            background-color: #005789;
            /*background-color: rgba( 0, 38, 61, .8);*/
            /*background-color: rgba(89, 64, 44, .8);*/
            font-size: 18px;
            font-weight: bold;
            text-transform: uppercase;
            text-decoration: none;
            padding: 7px;
        }
        
        .item .texto {
            /*color: white;*/
            color: #333;
            background-color: #e2e2e2;
            padding: 2px;
            margin: 4px 7px 0 5px;
            font-size: 18px;
            text-decoration: none;
            line-height: 28px;
            padding-left: 5px;
            /*text-shadow: 3px 3px 3px #666;
            text-shadow:2px 2px 2px #8c6545;*/
        }
        
        .bloco {
            overflow: auto;
            margin-bottom: 15px;
            display: none;
        }
        
        .descricaoConteudo {
            height: auto;
            width: 98%;
            background-color: #eee;
            margin-bottom: 15px;
            margin-left: 10px;
            cursor: default;
            display: inline-block;
            
        }
        
        .descricaoConteudo p {
            background-color: #005789;
            padding: 10px;
            color: white;
            font-size: 20px;
            display: inline-block;
            margin-bottom: 0px;
            border-bottom: 3px solid #004167;
            display: none
        }
        
        .descricaoConteudo p:hover {
            padding-bottom: 5px;
            border-bottom: 8px solid #004167;
        }
        
        #menuFixo {
            display: none;
            position: fixed;
            width: 100%;
            overflow: auto;
            background-color: #004167;
            top: 0
        }
        
        #menuFixo ul {
            margin: 0 auto !important;
            width: 350px;
            list-style: none;
        }
        
        #menuFixo ul li {
            float: left;
        }
        
        #menuFixo ul li a {
            padding: 10px;
            font-size: 20px;
            font-family: Arial, Helvetica, sans-serif;
            color: white;
            text-decoration: none;
            display: block;
        }
        
        #menuFixo ul li a:hover {
            background-color: #004770;
        }

        .zoom:hover{
            transform:scale(1.05);
        }