.down-lit {
    position: relative;
    top: 9px;
    right: 25px
}

.btn-view {
    background-color: rgba(63, 63, 63, 0.342);
    padding: 5px;
    border-radius: 5px;
}

.btn-view:hover {
    background-color: rgba(44, 44, 44, 0.425);
    color: black;
    transition: 0.3s;
    cursor: pointer;
}

.btn-torles {
    color: white;
    background-color: red;
    padding: 5px;
    border-radius: 5px;
}

.btn-torles:hover {
    background-color: rgb(165, 1, 1);
    padding: 5px;
    border-radius: 5px;
    cursor: pointer;
}

.btn-Invencio-primary {
    background-color: #FF6B6B;
    border-color: #FF6B6B;
}

.btn-Invencio-primary:hover {
    background-color: #ff5050;
    border-color: #ff5050;
}

.hr-text {
    line-height: 1em;
    position: relative;
    outline: 0;
    border: 0;
    color: black;
    text-align: center;
    height: 1.5em;
    opacity: .5;
    &:before {
      content: '';
      background: linear-gradient(to right, transparent, #818078, transparent);
      position: absolute;
      left: 0;
      top: 50%;
      width: 100%;
      height: 1px;
    }
    &:after {
      content: attr(data-content);
      position: relative;
      display: inline-block;
      color: black;
  
      padding: 0 .5em;
      line-height: 1.5em;
      color: #818078;
      background-color: #fcfcfa;
    }
  }