.border-e {
  content: "";
  display: block;
  height: 2px;
  margin-right: 0.5rem;
  flex-grow: 1;
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgb(221, 201, 163, 1) 100%, rgb(221, 201, 163, 1) 100%);
}

/*.border-s{*/
/*    color:red;*/
/*}*/

.border-s {
  content: "";
  display: block;
  height: 2px;
  margin-left: 0.5rem;
  flex-grow: 1;
  background-image: linear-gradient(to left, rgba(51,51,51,0) 0%, rgba(221, 201, 163, 1) 100%, rgba(221, 201, 163, 1) 100%);

}
.redondo {
  background-color: #DDC9A3;
  border-radius: 5vw;
  padding: 1px 4vw;
  text-align: center;
}

.eventos {
  margin-bottom: 5px;
  margin-top: 5px;
  color: #BC955C;
}

@media only screen and (max-width: 992px) {
  .eventos {
    font-size: 120%;
  }
}

.text-c {
  display: flex;
  align-items: center;
}

i.liga{
  font-size: 2rem;
  color: #BC955C;
}