.btn-testar-versao-completa{                
   margin-left: 20px !important;
   margin-top: 6px !important;
   text-transform: uppercase;
   /*
   -webkit-transition: all 0.4s linear;  
   -moz-transition: all 0.4s linear; 
   transition: all 0.4s linear;  
   -webkit-animation: smallToBig 600ms alternate infinite ease;  
   -moz-animation: smallToBig 600ms alternate infinite ease;   
   */
   font-weight: bold !important;
   color: #000 !important;
   background-color: rgba(245, 229, 27, 1) !important;
   border-color:  rgba(245, 229, 27, 1) !important;
 }   

 .btn-testar-versao-completa:hover, .btn-testar-versao-completa:focus{
   background-color: rgba(247, 202, 24, 1) !important;
   border-color: rgba(247, 202, 24, 1) !important;
 }

 .btn-comprar-sistema{
   margin-left: 20px !important;
   margin-top: 6px !important;
   background-color: rgba(46, 204, 113, 1) !important;
   border-color: rgba(46, 204, 113, 1) !important;            
   color: #FFF !important;
   font-weight: bold !important;
   text-transform: uppercase;
   /*-webkit-transition: all 0.4s linear;  
   -moz-transition: all 0.4s linear; 
   transition: all 0.4s linear;  
   -webkit-animation: smallToBig 600ms alternate infinite ease;  
   -moz-animation: smallToBig 600ms alternate infinite ease;*/
 }

 .btn-comprar-sistema:hover, .btn-testar-versao-completa:focus{
   background-color: rgba(38, 166, 91, 1) !important;
   border-color: rgba(38, 166, 91, 1) !important;
 }

 @-webkit-keyframes smallToBig{
   from {-webkit-transform: scale(1);}
   to {-webkit-transform: scale(1.1);}
 }   
 @-moz-keyframes smallToBig{
   from {-moz-transform: scale(1);}
   to {-moz-transform: scale(1.1);}
 }