
.col-custom-event{
  padding: 15px 35px;
}

.custom-event{
  position: relative;
  margin-bottom: 50px;
}

.card.custom-event:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 5px;
  background: linear-gradient(0deg, rgba(0,0,0,0.7) 0%, rgba(0,0,0,0.2) 40%, rgba(0,0,0,0) 100%);
}

.custom-event.card{
  border: none;
  border-radius: 9px;
  box-shadow: 0 0 5px rgba(0,0,0, .15);
  transition:all .2s linear;
  color: #ffffff;
}

.custom-event.card:hover{
  transform:scale(1.02);
  transition:all .2s linear;
  box-shadow: 0 0 10px rgba(0,0,0, .35);
}

.custom-event-date{
  display: flex;
  position: absolute;
  left: -50px;
  top: 20px;
  background-color: rgba(0, 0, 0, 0.5);
}

.custom-event-date>div{
  width: 50px;
  padding: 5px;
  text-align: center;
}

.custom-event-date>div>b{
  font-size: 20px;
}

.custom-event-title{
  background-color: #000000;
  padding: 10px 20px;
  text-align: center;
  font-size: 15px;
  position: absolute;
  width: 75%;
  bottom: -25px;
  left: 50%;
  transform: translateX(-50%);
}

.custom-event .nome-evento{
  position: absolute;
  bottom: 27px;
  left: 15px;
  font-weight: bold;
  font-size: 11.5pt;
  text-shadow: 0px 0px 5px rgba(0,0,0, .9);
  text-transform: capitalize;
  letter-spacing: 1px;
  line-height: 109%;
  width: 85%;
  display: block;
}

.custom-event .card-img-top{
  background-size: cover;
  height: 220px;
  background-position: center center;
  background-repeat: no-repeat;
  background-color:#333;
  transition:all .2s linear;
  border-radius: 5px;
}

.col-pagination{
  display: flex;
  justify-content: center;
}

.col-pagination>button{
  color: #ffffff;
}

.col-pagination>button:hover{
  font-weight: bold;
  color: #ffffff;
}

.col-pagination>.active-page{
  color: red;
  font-weight: bold;
}

.col-pagination>.separator{
  background-color: #ffffff;
  margin-top: 12px;
  width: 1px;
  height: 15px;
}
