.caeme-agenda-container .row{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #CCCCCC;
}

.caeme-agenda-container .row > [class*='col-']{
    display: flex;
    flex-direction: column;
    position: relative;
    justify-content: center;
}

.caeme-agenda-container .title-wrapper{
    border-bottom: 1px solid #009edb;
    margin-bottom: 20px;
}

.caeme-agenda-container .title-wrapper h2{
    font-size: 20px;
}

.caeme-agenda-container .calendar-container{
    background-color: #009edb;
    text-align: center;
    border-radius: 5px;
}

.caeme-agenda-container .calendar-container span{
    display: block;
    color: #ffffff;
    line-height: 1;
    padding: 5px;
}
.caeme-agenda-container .calendar-container span:last-child{
    padding-top: 0;
}

 .calendar-container .calendar-date-number{
    font-weight: bold;
    font-size: 14px;
}
.calendar-container .calendar-date-month{
    text-transform: uppercase;
}


.caeme-agenda-container .agenda-details .post-title {
    color: #000;
    margin-bottom: 5px;
    line-height: 20px;
    font-size: 16px;
    font-family: 'Open Sans';
    font-weight: 400;
}
.caeme-agenda-container .agenda-details .post-title a {
    color:#000;
    border: none;
}
@media (max-width: 767px){
    .caeme-notas-container .post-content .post-title{
        font-size: 16px !important;
        line-height: 19px !important;
    }
    .caeme-notas-container .post-list-row   > [class*='col-']{
        margin-bottom: 25px !important;
    }
    .caeme-notas-container .post-content .post-date{
        color:#aaaaaa;
    }
    .caeme-agenda-container .col-md-3.col-3{
        padding-left: 0;
    }
    .caeme-agenda-container .calendar-container span{
        font-size: 20px;
        line-height: 22px;
    }
}
