
.footer-item img{
    height: 200px !important;
}

.btn-red-social{
    position: fixed;
    height: 65px;
    width: 65px;
    right: 1rem;
    bottom: 1rem;
    background-color: black;
    color: white;
    border-radius: 360px;
    z-index: 10;
    box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
    display: flex;
    justify-content: center;
    align-items: center;
    vertical-align: middle;
}

.btn-red-social i{
    font-size: 3rem !important;
    color: white;
}

.btn-whatsapp{
    background-color: #25D366 !important;
}

.btn-telegram{
    bottom: 5.5rem;
    background-color: #0088cc !important;
    height: 60px;
    width: 60px;
}

.link-donar-nav{
    color: var(--color-primary) !important;
}


.attr-right ul li .button{
    max-height: 50px !important;
    justify-content: center;
    align-items: center !important;
}
.attr-right ul li .button > a{
    max-width: 100%;
    max-height: 100% !important;
    height: 50px !important;
    display: flex !important;
    justify-content: center;
    align-items: center !important;
}

nav.navbar.validnavs.inc-shape::after {
    background-image: none !important;
}
.eight100 {
    max-width: 800px;
    margin: auto;
}
@media screen and (max-width: 500px) {

    .footer-image{
        width: 100%;
        display: inline-flex;
        justify-content: center;
    }


}

