.portal-eventos .nao-encontrado {font-size:16px;}


.evento-descricao{
    width: 100%;
    padding: 15px 22px 15px 22px;
    min-height: 90px;
    color: #666;
    font-size: 16px;
    list-style: none;
    background: #F0F0F0;
    margin: 0 0 14px 0;
    line-height: 1.3em;
    transition: 0.2s;
    cursor: pointer;
    border-left: 4px solid #00aa4f;
    border-image-slice: 1;
    height: 120px;
}
.evento-descricao:hover{
    transition: ease 0.3s;
    background: #e0e0e0;
    border-left: 7px solid #006599;
    cursor: pointer;
}
.evento-descricao .col-md-3{
    height: 90px;
    border-right: 1px solid rgba(255,255,255,0.1);
}
.evento-descricao .col-md-8{
    height: 90px;
    border-left: 1px solid rgba(0,0,0,0.05);
}
    
    
.evento-descricao a{
    text-decoration: none;
}   
    
.evento-descricao .icone{
    width: 100%;
    text-align: center;
    color: #006599;
}
.evento-descricao .icone span{
    font-size: 40px;
}
.evento-descricao .data-inicial {
    text-align: center;
    margin-top: 5px;
    font-size: 14px;
    color: #006599;
}
.evento-descricao .data-final {
    text-align: center;
    font-size: 13px;
    color: #006599;
    margin-top: -12px;
}
.evento-descricao h4 u {
    color: #006599;
    text-decoration: none;
    font-size: 20px;
}
.evento-descricao .local {
    color: #7b7b7b;
    font-size: 12px;
}

.evento-descricao .btn-plenus {
    position: absolute;
    right: -8px;
    top: -15px;
    width: 0px;
    height: 120px;
    text-align: center;
    background: #006599;
    transition: ease 0.3s;
}
.evento-descricao .btn-plenus span {
    margin-top: 50px;
    display:none;
    color: #FFF;
    transition: 0.4s;
}
.evento-descricao:hover .btn-plenus{
    width: 50px;
    height: 120px;
    right: -6px;
}

.evento-descricao:hover .btn-plenus span{
    display: block;
}


.evento-descricao:not( :hover ) .btn-plenus{
    width: 0px;
    right: -8px;
    transition: ease 0.3s;
}

.evento-descricao .btn-plenus:hover {
    background: #006599;
}

