.cor-padrao-vence {
 background-color: #1ed94f !important;
 color: #ffffff;
 border: none;
}

.texto-gradiente-c-1 {
  border-color: transparent !important;
  background: linear-gradient(90deg, rgba(242, 240, 71, 1) 0%, rgb(30, 217, 79) 100%) !important;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
  z-index: 1 !important;
}

.texto-gradiente-c-1:hover {
  border-color: transparent !important;
  background: linear-gradient(90deg, rgba(30, 217, 79, 1) 0%, rgba(242, 240, 71, 1) 100%) !important;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
  z-index: 1 !important;
}