.hidden{
    display: none;
}
.nav{
    background-color: rgb(59, 59, 59);
}
.p{
    padding: 10px 0px;
    font-size: 14px;
}
.material-icons.md-18{
    color: white;
    padding: 10px 10px;
    font-size: 14px;
}
.div_1{
    background-color: rgb(255, 255, 255);
    padding: 10px;
    
}
.div_2{
    padding: 10px;
    border-radius: 5px;
    
    background-color: white;

    -webkit-box-shadow: 2px 10px 25px -13px #000000;
   -moz-box-shadow: 2px 10px 25px -13px #000000;
   box-shadow: 2px 10px 25px -13px #000000;
   text-shadow: 1px 1px 20px #00000000;
}
.div_bar{
    width: 100%;
    height: 40px;
    background-color: #1c2b36;
    color: white;
    border-radius: 5px;
    
}
 /* BOTÃO SALVAR */
 .BUTTON_SALVAR {
    background-color: #1c2b36;   
   -webkit-border-radius: 7px;
   -moz-border-radius: 7px;
   border-radius: 10px;
   width: 100px;
   height: 20%;
   color: #ffffff;
   
   font-weight: 100;
   padding: 10px;
   -webkit-box-shadow: 2px 10px 25px -13px #000000;
   -moz-box-shadow: 2px 10px 25px -13px #000000;
   box-shadow: 2px 10px 25px -13px #000000;
   text-shadow: 1px 1px 20px #00000000;
   text-decoration: none;
   display: inline-block;
   cursor: pointer;
   text-align: center;
   vertical-align: top;
   margin: 10px;
   
}

.BUTTON_SALVAR:hover {
   border: solid #374B6C 1px;
   background-color: rgb(8, 97, 121);
   -webkit-border-radius: 20px;
   -moz-border-radius: 20px;
   border-radius: 10px;
   width: 100px;
   height: 20%;
   text-decoration: none;
   margin: 10px;
}
/* BOTÃO SALVAR */

  /* BOTÃO PADRÃO */
	.BUTTON_PADRAO {
        background-color: #f5f8ff;   
       -webkit-border-radius: 7px;
       -moz-border-radius: 7px;
       border-radius: 15px;
       width: 90%;
       height: 20%;
       color: #323232;
       
       font-weight: 100;
       padding: 10px;
       -webkit-box-shadow: 2px 10px 25px -13px #000000;
       -moz-box-shadow: 2px 10px 25px -13px #000000;
       box-shadow: 2px 10px 25px -13px #000000;
       text-shadow: 1px 1px 20px #00000000;
       text-decoration: none;
       display: inline-block;
       cursor: pointer;
       text-align: center;
    }
   
    .BUTTON_PADRAO:hover {
       border: solid #374B6C 1px;
       background-color: rgb(243, 190, 152);
       -webkit-border-radius: 20px;
       -moz-border-radius: 20px;
       border-radius: 15px;
       width: 90%;
       height: 20%;
       text-decoration: none;
    }
   /* BOTÃO PADRÃO */