/* NAV SUPERIOR */
.top-bar {
    background: #0d0d0d;
    padding: 6px 0;
    font-size: 13px;
    color: #ccc;
}

/* LOGO */
.logo-text {
    font-size: 24px;
    font-weight: 800;
    color: #fff !important;
    letter-spacing: -1px;
}

/* MENU PRINCIPAL */
.navbar-nav .nav-link {
    font-size: 15px;
    padding: 12px 16px !important;
    font-weight: 600;
    color: #fff !important;
}
.navbar-nav .nav-link:hover {
    color: #ffc107 !important;
}

/* ESCUDOS */
.escudo-topo {
    width: 32px;
    height: 32px;
    object-fit: contain;
    margin: 0 6px;
    transition: 0.2s;
}
.escudo-topo:hover {
    transform: scale(1.15);
}

/* MOBILE */
@media (max-width: 768px) {
    .escudo-topo {
        width: 28px;
        height: 28px;
    }
}

/* RODAPÉ */
.footer {
    background: #111;
    color: #ccc;
    padding: 40px 0 20px 0;
    margin-top: 50px;
    font-size: 15px;
}
.footer a {
    color: #ccc;
    text-decoration: none;
}
.footer a:hover {
    color: #fff;
}
.footer-title {
    color: #fff;
    font-weight: 700;
    margin-bottom: 12px;
    font-size: 16px;
    letter-spacing: .5px;
}
.footer-line {
    background: #222;
    padding: 10px;
    font-size: 14px;
    text-align: center;
    color: #999;
}
.footer-escudo {
    width: 32px;
    height: 32px;
    object-fit: contain;
    margin: 3px;
    transition: 0.2s;
}
.footer-escudo:hover {
    transform: scale(1.15);
}

/*index.php styles*/
.card-title {
        min-height: 55px;
    }
    .manchete-img {
        height: 380px;
        object-fit: cover;
    }
    .secundaria-img {
        height: 180px;
        object-fit: cover;
    }
    .ultima-img {
        height: 160px;
        object-fit: cover;
    }
    .escudo-time {
        width: 40px;
        height: 40px;
        object-fit: contain;
        margin: 8px;
        transition: 0.2s;
    }
    .escudo-time:hover { transform: scale(1.12); }