.zoom {
    overflow: hidden;
    border-radius: 5px;
}

.zoom img {
    max-width: 100%;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.zoom:hover img {
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}

.title-category {
    width: 100%;
}

.title-category span.mtext {
    display: block;
    font-weight: 600;
    font-size: 1.1em;
}

.title-category span.mborder {
    display: block;
    width: 10%;
    height: 5px;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;

}


.title-category:hover span.mborder {
    width: 50%;
}

.section-quick-access {
    background: #F6F7F9;
}

.agenda-item {
    width: 100%;
}

.agenda-day {
    min-height: 60px;
    width: 20%;
    float: left;
    color: white;
    text-align: center;
}
.agenda-day span:first-child {
    font-weight: 600;
    font-size: 3em;
    display: block;
}

.agenda-day span:last-child {
    font-size: .85em;
}


.agenda-labels{
    float: left;
    padding: 5px;
    width: 79%;

}


.agenda-labels span:first-child {
    display: block;
    font-weight: 600;
}

.agenda-labels span:last-child {
}


.links-acesso-rapido a{
    color: white;
    display: block;
    margin-bottom: 5px;

}

.links-acesso-rapido a:hover{
    color: #fdff9a;
    display: block;
}

.active.bgSystem{
    color: yellow !important;
}
