.badge {
  width: 50px;
  background-color: #000066 !important;
  width: 60px;
  height: 60px;
}

.pagination li {
  display: inline-block;
  padding: 5px;
}

.pagination li a {
  color: #000066 !important;
  font-size: 14px !important;
  font-weight: 600 !important;
}
/*.list{
  height: 650px;
}*/
.list-group-item {
  padding: 0.25rem 1.5rem;
}

a {
  text-decoration: none !important;
}

[type="button"],
[type="submit"],
button {
  border: none !important;
}

button:hover {
  background-color: #00ff0000 !important;
}

button.carousel-control-next {
  background-color: #00ff0000 !important;
}

button.carousel-control-prev {
  background-color: #00ff0000 !important;
}
#eventoList{
  padding-top: 15px;
}
#eventoList:hover {
  background-color: #eeebeb;
}

.fecha {
  margin: 5px 0 0 0;
  font-family: 'Titillium Web', sans-serif;
  font-weight: 600;
  font-size: 24px;
}

.Mes{
  margin: 3px 0 0 0;
  font-family: 'Titillium Web', sans-serif;
   font-weight: 500;
    font-size: 16px;
     font-weight: 400;
}

@media (min-width: 1024px) {
  #titulo {
    position: absolute;
    top: -62px;
    right: 310px;
    z-index: 1;
  }

  /*  #columnaEventos {
        position: absolute;
        bottom: -31px;
        right: 0px;
    } */

  /* #evento-list {
        position: absolute;
        bottom: -13px;
    }*/

  #paginador {
    align-items: center;
  }

  #divBoton {
    align-items: center;
  }
}

#evento-list .active {
  border-bottom: 3px solid #db141c;
}

#botonVer:hover {
  background-color: #ffffff !important;
  color: #000066 !important;
  border: 2px solid #000066 !important;
  opacity: 1;
}

#evento-list{
  margin-top: 30px;
  min-height: 730px;
}

