/*
 * Custom code goes here.
 * A template should always ship with an empty custom.css
 */
pie-fondo {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50px;
    display: block;
    background-color:white;
    z-index: 999;
}

.animation-text {
    position: absolute;
    white-space: nowrap;
    will-change: transform;
    animation: textop 12s linear infinite;
}