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

.fade-in {
    opacity: 1;
}

.text-center {
    text-align: center!important;
}

.footer__campus h5 a {
    color: #3f525e;
    position: relative;
    font-weight: 700;
}

.footer__campus p {
    margin-bottom: 15px;
}

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

.footer__campus {
    width: 90%;
}

.footer__campus>div {
    display: flex;
    flex-flow: column;
    padding-right: .5rem;
}

.columna_1 {
    border-left: 1px solid #a6b1b6;
}

.columna_2 {
    border-right: 1px solid #a6b1b6;
}

.footer__info h6 {
    font-family: "Noto Serif", serif;
    margin-top: 25px;
    color: #000000;
    font-weight: 700;
}

a#scrollToTop {
    color: var(--color01) !important;
    font-weight: 800;
    font-size: 30px;
}

.myCredits {
    color: #fff;
}

.footer__data.text-center img.img-fluid {
    margin-top: 15px;
    margin-bottom: 5px;
}