.porcentajeListaMetas {
  background-color: rgb(84, 84, 84);
  color: white;
  font-weight: bold;
  font-size: 15px;
  text-align: center;
  padding: 10px;
  border-radius: 50%;
}

.adjuntoMeta {
  position: relative;
  width: 100%;
  height: 50px;
  margin: 5px 5px;
}

.adjuntoMeta input {
  opacity: 0;
  width: 100%;
  height: 100%;
}

.adjuntoMeta .row {
  position: absolute;
}

.adjuntoMeta .row button {
  padding: 6px;
  width: 50px;
}

.margenesYmin{
  margin-top: 2px;
  margin-bottom: 2px;
}