a.ComunidadHome {
    padding: 20px;
    position: relative;
    text-align: center;
    min-height: 400px;
    font-size: 40px;
    color: #FFFFFF;
    background-color: #b3b3b3 !important;
    display: block;
    transition: all 0.3s linear;
    border-right: 0px;
    border-bottom: 0px;
}

a.ComunidadHome:after {
    background: rgb(0 0 0 / 50%);
    width: 100%;
    height: 100%;
    position: absolute;
    content: "";
    top: 0px;
    left: 0px;
}

a.ComunidadHome:hover {
    transition: all 0.3s linear;
    /*border-right: 4px solid #ef781e;
    border-bottom: 4px solid #ef781e;*/
}

a.ComunidadHome .antetitulo {
    position: absolute;
    font-size:28px;
    top:20%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80%;
    text-decoration: none;
    z-index: 20;
    line-height: 1.1; 
}

a.ComunidadHome .titulo {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80%;
    margin: 0px;
    font-size: 36px;
    font-weight: 700;
    z-index: 20;
    line-height: 1.1;
}

a.ComunidadHome .enlace {
    position: absolute;
    z-index: 4;
    border:2px solid #FFF;
    display: inline-block;
    text-transform: uppercase;
    font-size: 16px;
    bottom: 20px;
    font-weight: 400;
    transition: all 0.3s linear;
    left: 25%;
    background: none;
    color: #ffffff;
    padding-top: 10px;
    padding-right: 3em;
    padding-bottom: 10px;
    padding-left: 3em;
}

a.ComunidadHome:hover .enlace {
    border: 2px solid #ffffff;
    background: #ffffff;
    transition: all 0.3s linear;
    color: #666666;
}