.footerComunidad:not( p>a){
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 33px;
    background-color: white;
    text-align: center;
    padding: 3rem 0;
    border-top: rgba(206, 27, 34, 1) solid 5px;
}

.footerComunidad > h3{
    font-weight: 700;
    color: rgba(56,54,61,1);
    font-size: 2rem;
}

.footerComunidad > div{
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    max-width: 1100px;
}

.footerComunidad > div>a {
    height: 19vh;
    width: 33%;
    display: flex;
    align-items: center;
    max-height: 100%;
}
.footerComunidad > div > a:first-of-type{
    height: 141%;
}
.footerComunidad > div>a>img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.footerComunidad > footer{
    font-size: 11px;
}
@media(min-width: 760px){
    .footerComunidad > div{
        height: 16rem;
        flex-direction: row;
        width: 70%;
        margin: 0 auto;
    }
    .footerComunidad > div > a {
        height: 27vh;
    }
    .footerComunidad > div>a:first-of-type>img{
        height: 130%;
    }
}