﻿.sidebar-widget-area .Entidades-Atalhos {
    text-align: center;
}
#VerEntidadesSobre, #VerEntidadesArtigos{
    display:none;
}

@media (max-width:550px) {
    .sidebar-widget-area .Entidades-Atalhos a {
        width: 100%;
        display: block;
        margin-top: 10px;
    }
    .Entidades-Sobre, .Entidades-Artigos {
        display: none
    }
    #VerEntidadesSobre, #VerEntidadesArtigos {
        display: block;
    }
    .VerMais {
        bottom: -35px;
        font-size: 30px;
        width: 40px;
        transform: translate(-50%,-50%);
        height: 40px;
        left: 47%;
    }
}
