/*!
 *  GuiFerreiraCode v0.0.1 (http://guiferreiracode.com)
 *  Copyright 2015 GuiFerreiraCode.

 *  This program is free software: you can redistribute it and/or modify
 *  it under the terms of the GNU General Public License as published by
 *  the Free Software Foundation, either version 3 of the License, or
 *  (at your option) any later version.

 *  This program is distributed in the hope that it will be useful,
 *  but WITHOUT ANY WARRANTY; without even the implied warranty of
 *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 *  GNU General Public License for more details.

 *  You should have received a copy of the GNU General Public License
 *  along with this program.  If not, see <http://www.gnu.org/licenses/>.
 */



/*Menu Left*/

.style1 {
   color: black;
    font-size: 2em;  
}

.ul{
    left: 0px;
}
.ui-menu-left{

    position:absolute;
    
    z-index: -2;
    margin-left: 0px;
    top: 0;
    height: 100%;
    width: 250px;
    background-color: #fff;

}

.ui-menu-out{
    position: absolute;
    
    left: 10px;
    top: 37px;    
    font-size: 2em;
    color:#000000;
    width: 20px;
    height: 40px;
    z-index: 5;
}
.ui-menu-left-lista{
    
    margin-top: 10px; 
    margin-left: 0px;

}

.sombra-menu{
    width: 100%;
    background-color: rgba(0, 0, 0, 0.27);
    height: 100%;
    z-index: 3000;
    position: fixed;
}

.menu_img{
    margin-top: 15px;
    margin-left: 40%;
   /* height: 70%;
    width: 50%;    */
}
.menu_itens{
   
    margin-left: 2px;
    margin-top: 0px;
    padding-bottom: 10px;
}
.menu_itens li{
    
    margin-top: 10px;
    left: 2px;
    margin-left: 0px;
  /*  list-style: none; */
}


.menu_topo_fundo{    
  
  
    background-color: #ffffff;  /* For browsers that do not support gradients
     linear-gradient(to right, var(--cor) ,var(--corf)); */
   
    height: 76px;
    /*
    width: 100%;
*/    
    margin-left: 0px;

}

/*Menu Left*/


/* AppBar*/
.appBar_menu{
   /* background-color: var(--cor);*/
	color:#ffffff;
	font-size:1.3em;
    height: 50px;
    width: 100%; 
   /* background-color: var(--cor);  For browsers that do not support gradients 
    background-image: linear-gradient(to right, var(--cor) ,var(--corf));*/
	
}
.appBar_btn_menu i{    
    margin-top: 14px;
    font-size: 1.3em;
    margin-left: 20px;
    color: #ffffff;
}
.appBar_logo{
    margin-left: 13px;
    margin-bottom: 11px;
}
.appBar_busca{    
    font-size: 1.5em;    
    color: #ffffff;
}
/* AppBar*/