.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;
}

div#unisucre-footer {
    padding-top: 30px;
    padding-bottom: 30px;
    margin-top: 21px;
}

#unisucre-footer {
    background: #212121;
    height: auto;
}

div#credits-space {
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
}

div#credits-space {
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
}

p#unisucre-credits {
    color: #fff;
}
.text-center {
    text-align: center;
}

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