@import url('https://fonts.googleapis.com/css?family=Roboto:700');

.site-footer__col {
    margin-bottom: 2.5rem;
}

.site-footer .row:first-child .site-footer__col:last-child {
    margin-bottom: 0;
}

@media (min-width: 768px) {
    .site-footer__col {
        margin-bottom: 0;
    }
}

.site-footer__credit {
    padding: 24px 0;
    text-align: center;
    color: rgba(255, 255, 255, 0.6);
    font-size: 0.85rem;
}

.site-footer__credit a {
    color: rgba(255, 255, 255, 0.85);
    font-weight: 600;
}

.site-footer .btn-primary {
    color: var(--color-brand) !important;
}

/* Créditos "Pixel Pair": texto com gradiente animado (bg-1.png) */
.apple {
    background: url('/assets/images/bg-1.png');
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    font-family: 'Roboto', sans-serif;
    font-weight: 900;
    animation: apple-slice 3s, apple-dynamic 7s infinite alternate linear;
    white-space: nowrap;
}

@keyframes apple-slice {
    0% { line-height: 0%; }
    100% { line-height: 100%; }
}

@keyframes apple-dynamic {
    0% { background-position: 0%; }
    100% { background-position: 100%; }
}
