.btAzul
{
  width:120px;
    height:30px;
    background: #1E90FF; 
    border: 5px solid #1E90FF; /* borda branca em volta */
    margin: auto; /* centraliza com bordas automáticas nas laterais */
    text-align: center; /* centraliza o texto */
 //   padding: 6px 0px 6px 0px; /* espaços top right bottom left */
    font-family: Source Sans Pro; /* fonte */
    font-size: 16px;  /* tamanho da fonte */
    color: #1E90FF; /* cor fonte */ 
}

.btAzul:hover
{
 background:#1C86EE !important;
 -webkit-transition: background 0.2s ease-in-out;
 transition: background 0.2s ease-in-out;
 border: none !important;
 border-radius: 0px !important;
}


.btVerde
{
  width:120px;
    height:30px;
    background: #32CD32; 
    border: 5px solid #32CD32; /* borda branca em volta */
    margin: auto; /* centraliza com bordas automáticas nas laterais */
    text-align: center; /* centraliza o texto */
 //   padding: 6px 0px 6px 0px; /* espaços top right bottom left */
    font-family: Source Sans Pro; /* fonte */
    font-size: 16px;  /* tamanho da fonte */
    color: #32CD32; /* cor fonte */ 
}

.btVerde:hover
{
 background:#43CD80 !important;
 -webkit-transition: background 0.2s ease-in-out;
 transition: background 0.2s ease-in-out;
 border: none !important;
 border-radius: 0px !important;
}
