.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  */

.img_foot img {
    width: 30%;
    display: block;
    margin: auto;
}

.img_foot {
    padding: 26px;
}

.sedePrincipal {
    margin-top: 40px;
}

.sedePrincipal ul {
    margin-left: -39px;
}

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

.footer.footer_ibero {
    background-color: rgba(0, 0, 0, .125);
}

.sedePrincipal h3 {
    color: #4a4a48 !important;
}

.sedePrincipal a {
    color: #4a4a48 !important;
}

.sedePrincipal ul li {
    list-style: none;
    line-height: 33px;
}

/* FOOTER  */