/* Mio Footer */
.footer:before {
    content: '';
    background-repeat: no-repeat;
    transform: scale(0.8);
    position: absolute;
    width: 261px;
    left: -1rem;
    bottom: 0rem;
    height: 368px;
    z-index: 0;
    top: -9rem;
}
/* .footer {
    background-color: #dddddd54;
    background-color: #1e1e1e;
    padding-bottom: 0;
}
.footer strong {
    color: rgb(197 189 189);
}
.footer:after {
    background: url(https://www.onyva.com.ar/storage/otros/navbar_background.jpeg);
    filter: hue-rotate(3deg);
    filter: grayscale(1);
    background: none;
}
.whatsapp:link {
    cursor: pointer;
    color: rgb(197 189 189);
} */
.footer .social-links {
    margin-top: 0;
    display: flex;
    justify-content: center;
}
.footer .social-links ul {
    bottom: 5rem;
}
.footer .social-links img {
    vertical-align: middle;
    width: 44px;
    height: 25px;
    /* filter: grayscale(100%);
    filter: brightness(0.5); */
}
.footer .social-links img:hover {
    vertical-align: middle;
    width: 44px;
    height: 25px;
    filter: none;
    color: blue;
}
/* .copyright {
    padding: 1rem 0;
    background-color: rgb(15, 15, 15);
    background-color: rgb(34 34 34 / 79%);
    color: rgb(76 76 76);
} */