#pre_slider,#pos_slider{margin:10px}
.eventos{border:1px solid #eee;border-color:#eee #ddd #bbb;border-radius:5px;box-shadow: 0 3px 6px #777;background-color:#f2f2f2;padding:10px}
.eventos .logo-agenda{width:180px;margin-right:10px;float:left}
.eventos .item{display:none}
.eventos .item:first-of-type{display:block}
.eventos .img{width:100%}
.eventos .img:hover{opacity:80%}
.eventos .periodo{font-weight:bold;margin-bottom:5px}
.eventos .title .link{font-size:17px;line-height:20px}
@media only screen and (max-width: 959px) {
    #pre_slider,#pos_slider{margin-left:0;margin-right:0}
}
@media only screen and (max-width:767px) {
    .eventos .item{
        margin-top:10px;
        padding-top:10px;
        border-top:1px dotted #CCC
    }
    .eventos .logo-agenda{
        float:none;
        margin-right:0;
        max-width:100%;
        width:160px
    }
    .eventos{
        text-align:center;
        padding-top:5px
    }
}
