ul li a.evento,
.pesquisa-eventos  .evento {
    background-color: #eaebed;
    margin: 0px 0px 5px 0px;
    padding: 0;
    border-radius: 3px;
    position: relative;
    -webkit-box-shadow: 0px 0px 2px 1px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 0px 2px 1px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 0px 2px 1px rgba(0, 0, 0, 0.75);
    height: 100px;
}

.date-event,
.pesquisa-eventos .date-event {
    text-align: center;
    align-self: center !important;
    align-items: center;
    display: inline-grid !important;
    height: inherit;
    width: 25%;
    font-size: 15px;
    font-weight: bold;
    background: url(../images/event.png) #2b4868 center;
    background-repeat: no-repeat;
    color: #ffffff;
    border-radius: 3px 0px 0px 3px;
    padding: 5px;
}

a:hover .date-event,
.pesquisa-eventos .evento:hover .date-event {
    background: url(../images/event.png) #00a59e center;
    background-repeat: no-repeat;
}

.center-horizontal,
.pesquisa-eventos .center-horizontal {
    width: 75%;
    align-self: center;
    float: right;
    padding: 5px;
}

.evento:hover .center-horizontal,
.pesquisa-eventos .evento:hover .center-horizontal {
    color: #2b4868;
}

.todos-eventos,
.pesquisa-eventos .todos-eventos {
    background-color: #2b4868;
    padding: 10px;
    color: #FFF;
    display: block;
    z-index: 100;
}

.eventos-mes,
.pesquisa-eventos .eventos-mes {
    background-color: #2b4868;
    padding: 10px;
    color: #FFFFFF;
    border-left: 1px solid white;
    width: 100%;
}

.filter-event,
.pesquisa-eventos .filter-event {
    margin-bottom: 0px !important;
}

ul li a.evento,
.pesquisa-eventos .evento {
    display: inline-flex;
    width: 99.5%;
    background-color: #eaebed;
    margin: 0px 0px 5px 0px;
    padding: 0;
    border-radius: 3px;
    position: relative;
    -webkit-box-shadow: 0px 0px 2px 1px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 0px 2px 1px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 0px 2px 1px rgba(0, 0, 0, 0.75);
}

ul li a.evento:hover,
.pesquisa-eventos .evento:hover {
    background-color: #c6c8ce;
    box-shadow: 0px 0px 2px 1px #2b4868;
}

.date-event-month {
    display: block;
    text-transform: uppercase;
    font-size: 0.85rem;
}

.date-event-day {
    display: block;
    font-weight: bold;
    font-size: 1.5rem;
    margin: .25rem 0;
}