/* Footer Unicordoba */

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;
}

.footer-mvz {
   background-color: #002f5d !important;
   color: #fff !important;
}


.footer-mvz-blanco>ul img {
   max-height: 50px;
   max-width: 170px;
}

.footer-mvz-blanco>ul {
   padding: 0;
   display: flex;
   justify-content: space-between;
   align-items: center;
}

.fusion-social-networks-wrapper svg {
   width: 16px;
}

a.fusion-social-network-icon {
   text-decoration: none;
}

div#cookiePolicy {
   opacity: 0.9;
   transition: bottom 9s;
}

/* Créditos Metabiblioteca */

.myCredits {
   background-color: var(--color01);
   text-align: center;
   color: #fff;
}

.myCredits a {
   color: #fff;
   font-family: 'Archivo Narrow';
}

.myCredits img {
   width: 45px;
}

.myCredits {
   padding: 7px;
}