.gameSelect .cardGame {
    background-color: #8d408b;
    background-position: bottom;
    padding: 0 !important;
    border: 2px solid #8d408b;
    border-radius: 10px;
    transition: 0.1s ease;
    cursor: pointer;
}

.cardGame i {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.iconQuiz {
    color: white;
    font-size: 20rem;
}

body {
    background-color: #f2f0f0;
    background-size: cover;
    margin: 0;
    padding: 0;
}

.cardGame:hover {
    transition: 0.1s ease;
    transform: scale(1.1);
    border: 2px solid gold;
}

.textCard {
    background-color: rgba(52, 52, 52, 0.6);
    width: 98%;
    margin-bottom: 0.3rem !important;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: baseline;
    justify-content: center;
    color: white;
    border-radius: 10px;
    height: 18rem;
}


#hero {
    background-color: var(--color-primary);
    padding-top: 90px;
    padding-bottom: 60px;
}

#card-event-page {
    border-top: white;
    padding-top: 60px;
}

#card-event-page .title-news {
    width: 20rem;
    background-color: rgba(0, 0, 0, 0.5);
}

#card-event-page .news-content {
    height: 7vh;
}

#card-event-page h3 {
    font-size: 40px;
}

#card-event-page p {
    font-size: 20px;
    color: white;
}

#card-navigation {
    background-color: #e5eae7;
}

#card-event-banner {
    border-top: white;
    padding-top: 20px;
}

#card-event-banner .title-news {
    width: 20rem;
    background-color: rgba(0, 0, 0, 0.5);
}

.title-news {
    background-color: rgba(111, 111, 111, 0.44);
    width: 10vw;
    display: flex;
}

#events-stick {
    font-weight: bold !important;
}

#next-events-stick {
    background-color: rgba(153, 77, 152, 1) !important;
}

.title-news h3 {
    color: white;
    padding: 0 2rem;
    font-size: 1.3vw;
    font-weight: 500;
    text-align: center;
    margin: auto;
}

.news-content {
    border-left: 6px solid var(--color-yellow);
    height: 30px;
    margin: 0;
}

@media (max-width: 1200px) {
    .gameSelect {
        display: flex;
        flex-direction: column;
    }

    .gameSelect .cardGame {
        width: 100%;
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
    }

}

@media (max-width: 1000px) {
    .cardGame:hover {
        transform: scale(1);
    }
}
