@scope (#link-banner) {
    :scope {
        display: flex;
        width: 100%;
        justify-content: center;
        text-decoration: none;
    }

    :scope,
    :scope:hover,
    :scope:visited {
        text-decoration: none;
    }

    a:hover {
        text-decoration: none;
    }

    :scope:hover>.banner-cis-container {
        box-shadow: 2px 2px 20px rgba(0, 0, 0, 0.200);
    }

    .banner-cis-container {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        width: 70%;
        height: 140px;
        color: whitesmoke;
        font-size: 14px;
        font-weight: bold;
        text-align: center;
        background-image: url('/imagens/banners/banner-background.jpg');
        background-color: var(--blue-sege);
    }

    #title-banner {
        margin-top: 10px;
    }

    #sub-title-banner {
        margin-top: 20px;
    }
}
