.site-footer {
    padding-top: 40px;
    padding-bottom: 40px;
    background-color: #002c40;
}

.site-footer a {
    color: white;
    margin-right: 5%;
}

.site-content {
    min-height: 90vh;
}

.box-to-top {
    position: fixed;
    right: 10px;
    bottom: -3px;
    background: var(--color01);
    width: 51px;
    height: 32px;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    --ease: all 300ms ease;
    opacity: 0;
    border-radius: 5px;
    transition: var(--ease);
}

.fade-in {
    opacity: 1;
}

/* FOOTER  */


footer {
    background-color: #ffffff;
    border-top: 1px solid #4b4c4d;
    padding-top: 30px;
    padding-bottom: 30px;
}

footer#footer {
    position: relative;
    background-image: url(https://www.unicordoba.edu.co/wp-content/uploads/2021/03/university_ft_bg2a.png);
    background-size: cover;
    color: rgb(0, 0, 0);
    backface-visibility: hidden;
    padding: 95px 10px 85px;
    border-top: 1px solid rgb(233, 234, 238);
    background-repeat: no-repeat;
    background-position: center center;
}

img.img-footter-meta {
    width: 45px;
    padding: 4px;
}

.footer-mvz-blanco>ul>li {
    list-style: none;
}

/* FOOTER  */