.bs-icon {
  --bs-icon-size: .75rem;
  display: flex;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  font-size: var(--bs-icon-size);
  width: calc(var(--bs-icon-size) * 2);
  height: calc(var(--bs-icon-size) * 2);
  color: var(--bs-primary);
}

.bs-icon-xs {
  --bs-icon-size: 1rem;
  width: calc(var(--bs-icon-size) * 1.5);
  height: calc(var(--bs-icon-size) * 1.5);
}

.bs-icon-sm {
  --bs-icon-size: 1rem;
}

.bs-icon-md {
  --bs-icon-size: 1.5rem;
}

.bs-icon-lg {
  --bs-icon-size: 2rem;
}

.bs-icon-xl {
  --bs-icon-size: 2.5rem;
}

.bs-icon.bs-icon-primary {
  color: var(--bs-white);
  background: var(--bs-primary);
}

.bs-icon.bs-icon-primary-light {
  color: var(--bs-primary);
  background: rgba(var(--bs-primary-rgb), .2);
}

.bs-icon.bs-icon-semi-white {
  color: var(--bs-primary);
  background: rgba(255, 255, 255, .5);
}

.bs-icon.bs-icon-rounded {
  border-radius: .5rem;
}

.bs-icon.bs-icon-circle {
  border-radius: 50%;
}

.bhp {
  position: relative;
  padding: 0px 10px 10px 10px;
  margin-top: 10px;
}

h3.bh {
  display: block;
  position: absolute;
  bottom: -7%;
  color: #181818;
  background: #fd7e14;
  width: 100%;
  padding: 10px 0px 10px 0px;
  text-align: center;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}

h5.bh {
  display: flex;
  position: absolute;
  align-items: center;
  bottom: -4%;
  color: #545454;
  background: #fd7e14;
  width: 100%;
  padding: 10px 10px 10px 10px;
  /*text-align: center;*/
  /*border-bottom-left-radius: 5px;*/
  /*border-bottom-right-radius: 5px;*/
  /*font-size: 1.2rem;*/
}

.home section {
  margin-top: 1.5rem;
}

div.evt-text {
  position: absolute;
  display: flex;
  flex-direction: column;
  color: #fff;
  justify-content: center;
  align-items: center;
  width: 100%;
}

.evt-text h3 {
  padding: 10px;
}

div.evt-dt {
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding: 0px 10px 0px 10px;
}

.ln {
  width: 10px;
  height: 3px;
  background: #545454;
  margin: 10px;
  border: 1px solid #545454;
}

.va {
  text-decoration: snow;
  color: var(--bs-red);
  font-size: 1.2rem;
}

.opc {
  background: #000000;
  opacity: 0.55;
}

.home .card {
  justify-content: center;
}

.content .bh {
  bottom: -2%;
}

