/* -----------------------------
   Footer global
----------------------------- */
#mainFooter {
    width: 100%;
	flex-shrink: 0;
}

#mainFooter img {
    width: 100%;
	height: 100%;
    object-fit: cover;
    display: block;
}
/* Texto encima del footer */ /*tenía position: absolute;*/
.footer-text {
    position: fixed;
    bottom: 10px;
    right: 20px;
    text-align: right;
    color: white;
    font-size: 12px;
}

/* Enlaces */
.footer-links a {
    color: white;
    text-decoration: none;
    margin: 0 3px;
}

.footer-links a:hover {
    text-decoration: underline;
}

/* Copy */
.footer-copy {
    margin-top: 2px;
    opacity: 0.8;
}