/* Events Module */

.uk-box-hoy {
  margin: 5px 0px
}
.evento-box h3 {
  font-size: 1.3rem;
  font-weight: 700;
  color: #000;
}
.evento-box h3 a {
  color: #000!important;
  text-decoration: none;
}
.dia-mes {
  background: #df1a22;
  padding: 5px;
  color: #fff;
  text-align: center;
  max-height: 130px;
}
.dia {
  font-size: 2.5rem;
  color: #fff;
  font-weight: 700;
  margin: 0;
  line-height: 2.5rem;
}
.mes {
  font-size: 1.5rem;
  text-transform: uppercase;
  margin: 0;
  font-weight: 700;
  color: #fff;
}
.dia-mes p {
  margin: 0;
  font-weight: 600;
}
.uk-button-primary {
  background: #e01a22;
  color: #FFF;
  box-shadow: none;
}
.uk-heading-bullet::before {
  margin:0;
}

@media screen and (max-width: 480px){
  .dia {
    font-size: 2rem!important;
  }
  .mes {
    font-size: 1rem!important;
  }
  .evento-box h3 {
    font-size: 1rem!important;
  }
  .uk-icon-clock {
    display: none!important;
  }
}