.footer_demo {
    display: block;
    width: 100%;
    height: auto;
    background-repeat: no-repeat;
    background-size: cover;
}

.socialnet-container {
    display: block;
    float: left;
    width: 100%;
    height: auto;
    text-align: center;
}

.socialnet-container {
    justify-content: center;
    font-size: 24px;
    display: inline-flex;
}

.logo-container img {
    width: 150px;
    display: block;
    margin: auto;
    margin-bottom: 10px;
}

.menu-footer {
    display: block;
    float: left;
    padding-top: 20px;
}

.white {
    color: #f0f0f0;
}

p.white {
    margin-bottom: 24px;
    font-size: 16px;
}

.socialnet-container a {
    color: #fff;
    padding: 10px;
}

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

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

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

.fade-in {
    opacity: 1;
}

/* FOOTER  */

.img_foot img {
    display: block;
    margin: auto;
}

.textwidget {
    text-align: center;
    padding: 33px;
}

.img_foot {
    padding: 26px;
}

.sedePrincipal {
    margin-top: 40px;
}

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

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

.footer.footer_ibero {
    background-color: #363839;
}

.sedePrincipal h3 {
    color: #fff !important;
}

.sedePrincipal a {
    color: #fff !important;
}

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

/* FOOTER  */