.portal-eventos .nao-encontrado {font-size:16px;}

.box-eventos-home{
    min-height: 320px;
}

.box-eventos-home:hover .icone,
.box-eventos-home:hover .data,
.box-eventos-home:hover .nome,
.box-eventos-home:hover .descricao {
    color: #47646F;
    transition: 0.3s;
}

.box-eventos-home a{
    text-decoration: none!important;
}
.box-eventos-home .icone{
    width: 100%;
    height: auto;
    text-align: center;
    font-size: 70px;
    color: #c3e2ec;
}

.box-eventos-home .data{
    width: 100%;
    height: auto;
    text-align: center;
    font-size: 24px;
    font-weight: 400;
    margin-top: 15px;
    color: #75a9bb;
    padding-bottom: 0px;
}
.box-eventos-home .nome{
    width: 100%;
    min-height: 100px;
    text-align: center;
    font-size: 20px;
    color: #75a9bb;
    font-weight: 400;
    line-height: 40px;
    margin-bottom: 5px;
}
.box-eventos-home .descricao{
    width: 100%;
    height: auto;
    text-align: center;
    font-size: 14px;
    color: #0CA3D8;
    font-weight: 500;
}

.box-eventos-home .bt-saiba-mais{
    width: 40%;
    height: auto;
    margin: auto;
    text-align: center;
    font-size: 14px;
    font-weight: 500;
    color: #FFF;
    background: #FFF;
    visibility: hidden;
    margin-top: 10px;
    padding: 10px;
}
.box-eventos-home:hover .bt-saiba-mais{
    visibility: visible;
    background-color: #47646F;
    border-radius: 25px;
    transition: 0.3s;
}