footer .footer-bottom .footer-info .social-networks li.rss:hover a {
    background-color: #ff7f00;
    border-color: #ff7f00;
}
footer .footer-bottom .footer-info .social-networks li.brand-bluesky:hover a {
    background-color: #0f73ff;
    border-color: #0f73ff
}
.logos-subvencion {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin-top: 40px;
}
.logos-subvencion span {
    flex-basis: 100%;
    margin: 10px 5px;
}
.logos-subvencion img {
    max-height: 80px;
    margin: 10px 20px;
}
@media (min-width: 768px) {
    .section-cards .section-detail .eventos img {
        max-height: none;
    }
}