.fundo{
    background-color: rgba(193, 193, 193, 0.074);
}
.barra_header{
    width: 100%;
    background-color: rgba(153, 175, 255, 0.245);
    text-align: center;
    -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_botao{
    width: 100%;
    text-align: center;
}

/* BUTTON_PADRAO*/
.BUTTON_PADRAO {
    background-color: #f5f8ff;  
     -webkit-border-radius: 7px;
     -moz-border-radius: 7px;
     border-radius: 10px;
     width: 90%;
     height: 20%;
     
     color: rgb(111, 111, 111);
     

     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(160, 180, 255);
     -webkit-border-radius: 20px;
     -moz-border-radius: 20px;
     border-radius: 15px;
     
     height: 20%;
     text-decoration: none;
  }
  /* BUTTON_PADRAO */	
  .text{
      font-size: 18px;
      color: rgb(0, 0, 150);
  }	 

  @media screen and (min-width: 480px) {

    .BUTTON_PADRAO {
        width: 400px;
        font-size: 18px;
    }
}
@media screen and (min-width: 480px) {

    .text {
      font-size: 35px;  
    }
}