.Sy54t {
    align-items: center;
    display: flex;
    gap: 0.75rem;
    justify-content: center;
    width: 100%;
    background-color: var(--fundo-header-alert);
    line-height: 1rem;
    padding: 0.25rem 2rem 0.25rem 0.5rem;
    text-align: center;
    color: #fdffff;
}
.Sy54t span {
    font-size: 13px;
    font-weight: 500;
}
.Sy54t button {
    cursor: pointer;
    background-color: var(--cor-primaria);
    border-radius: 5px;
    padding: 6px 10px;
    border: none;
    color: var(--texto-primario);
    font-weight: 500;
}

.game-item {
    position: relative;
    display: flex;
}

.game-buttons {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: none;
    z-index: 99;
}

.game-buttons button {
    background: #00000073;
    border: 1px solid #dadada;
    color: var(--color-gamer-button);
    padding: 7px 12px;
    border-radius: 6px;
    font-weight: 500;
    font-size: 16px;
    z-index: 3333;
}
.game-item:hover .game-buttons,
.game-item:active .game-buttons,
.game-item.activeItem .game-buttons {
    width: 100%;
    height: 100%;
    background: #000000bf;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    flex-direction: column;
    border-radius: 10px;
    backdrop-filter: blur(2px);
}
.headerTitle img {
    width: 26px;
    border-radius: 100px;
}
.popularGames .wrapper {
    position: relative;
}
.popularGames .wrapper:before, .wrapper:after {
    position: absolute;
    top: 0;
    z-index: 1;
    content: "";
    display: block;
    width: 20px;
    height: 100%;
}
.popularGames .wrapper:before {
    left: 0;
    background: linear-gradient(90deg, #222, transparent);
}
.popularGames .wrapper:after {
    right: 0;
    background: linear-gradient(-90deg, #222, transparent);
}
.popularGames .item img {
    width: 100%;
    border-radius: 10px;
    width: 130px;
    height: 100%;
    object-fit: cover;
    touch-action: none;
    pointer-events: none;
    user-select: none;
}
.popularGames .items {
    position: relative;
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    font-size: 0;
    cursor: pointer;
}
.popularGames .items.active {
    cursor: grab;
}
.popularGames .item {
    display: inline-block;
    margin-right: 20px;
    height: 170px;
    color: #222;
    font-size: 33px;
    font-weight: bold;
    border-radius: 10px;
}
.popularGames .item:last-child {
    margin-right: 0px;
}

.popularGameItem.blocked .openModal {
    background: #000000c9;
    border-radius: 18px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.popularGameItem.blocked img {
    z-index: -1;
}
.blocked p {
    color: #d8c2c2ad;
    position: absolute;
    font-size: 40px;
}
#registerButtonText, #loginButtonText {
    font-size: 13.8px;
}
@font-face {
    font-family: 'Bridge OFFicer';
    src: url('libs/fonts/BridgeOFFicer.html') format('woff2'), url('libs/fonts/BridgeOFFicer-2.html') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
.fonte {
    font-family: 'Bridge OFFicer' !important;
    font-weight: normal !important;
    font-style: normal;
}

.menu_bottom {
    position: fixed;
    bottom: 0;
    width: 100%;
    margin: 0 auto;
    left: 0;
    right: 0;
    z-index: 99;
    display: none;
}
 .nav-box {
    display: flex;
    padding: 10px 4px;
    background-color: #141417;
    box-shadow: 0px 0px 4px 0px #444;
}
 .nav-container {
	display: flex;
    width: 100%;
    list-style: none;
    justify-content: space-around;
}
 .nav__item {
    display: flex;
    position: relative;
    padding: 2px;
}
/*
 .nav__item.active .nav__item-icon {
	margin-top: -26px;
    box-shadow: 0px 0px 16px 0px #444;
} */
 .nav__item.active .nav__item-text {
    transform: scale(1);
}
 .nav__item-link {
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #2f3046;
    text-decoration: none;
    font-size: 15px;;
}
 .nav__item-icon {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    font-size: 1.3em;
    border-radius: 50%;
    height: 46px;
    width: 46px;
    transition: margin-top 250ms ease-in-out, box-shadow 250ms ease-in-out;
    color: rgb(1,152,57);
    font-size: 20px;
    margin-top: -22px;
}
.nav__item-icon i {
    margin-top: 22px;
}
 .nav__item-text {
    color: white;
    font-size: 14px;
    transition: transform 250ms ease-in-out;
    font-weight: 700;
}
main {
    margin-bottom: 60px;
}
.select_menu {
    width: 100%;
    margin-top: 20px;
    margin-bottom: 20px;
}

.select_menu ul {
    text-align: left;
    display: inline;
    margin: 0;
    list-style: none;
    padding-left: 0px;
}
.select_menu ul li {
    color: #fff;
    width: 23%;
    min-width: 168px;
    display: inline-block;
    margin-right: -4px;
    position: relative;
    padding: 22px 0px;
    cursor: pointer;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    background: #17181b;
    margin-right: 12px;
    text-align: center;
    font-weight: 700;
    margin-bottom: 10px;
}
.select_menu ul li:hover {
    background-color: transparent;
    border-radius: 0;
}
.select_menu ul li ul {
    padding: 0;
    position: absolute;
    top: 48px;
    left: 0;
    width: 150px;
    display: none;
    opacity: 0;
    visibility: hidden;
}
.select_menu ul li ul li { 
    background: #555; 
    display: block; 
    color: #fff;
}
.select_menu ul li ul li:hover { background: #1d4d7b; }
.select_menu ul li:hover ul {
    display: block;
    opacity: 1;
    visibility: visible;
}
.select_menu li.active {
    color: white;
    background: #272727;
}
.select_menu li.active a{
    color:#481599;
}
.has-badge {
    position: relative;
    display: inline-block;
    overflow: hidden;
}
.badge-overlay {
    position: absolute;
    top: 0;
    left: 0;
}
.badge-overlay.triangle {
    color: yellow;
    font-weight: bold;
}
.badge-overlay.triangle:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    border: 20px solid red;
    border-right-color: transparent;
    border-bottom-color: transparent;
}
.badge-overlay.triangle:after {
    content: 'H';
    position: absolute;
    top: 0px;
    left: 5px;
}
.badge-overlay.circle {
    background-color: #f2711c;
    color: white;
    font-weight: bold;
    font-size: 12px;
    border-radius: 18px 0px 18px 0px;
    padding: 3px 10px;
    position: absolute;
    left: -2px;
    top: 0px;
    bottom: auto;
}
.badge-overlay.square {
    background-color: red;
    color: yellow;
    font-weight: bold;
    padding: 5px 10px;
    position: absolute;
    left: auto;
    left: 10px;
    bottom: 5px;
    top: auto;
}
.badge-overlay.strip {
    position: absolute;
    top: 5px;
    left: -30px;
    background-color: red;
    color: yellow;
    font-weight: bold;
    padding: 2px 40px;
    transform: rotate(-45deg);
}
.main_navegacao {
    display: flex;
}
.container .pageContent .sectionJogos .titleSection .headerBox .seeAll a {
    background: #1a1c20;
    padding: 10px;
    border-radius: 8px;
    font-weight: 500;
    text-transform: uppercase;
}
.container .pageContent .sectionJogos .titleSection .headerBox .seeAll p {
    color: #ccc !important;
    font-size: 10.5px !important;
}
.seeAll {
    display: flex;
    align-items: center;
    gap: 9px;
}
.seeAll a {
    align-items: center;
}

.seeAll i {
    font-size: 12px;
    margin-left: 10px;
    color: #585858;
}
.popularGames .swiper-container, .swiper-container2 {
    width: 100%;
}
.popularGames .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    background-size: cover;
    background-position: center;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    width: 130px !important;
}
#preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #0d0d0d;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    z-index: 9999; /* Garante que apareĆĀ§a acima de tudo */
}

.spinner {
    border: 4px solid rgba(0,0,0,.1);
    width: 36px;
    height: 36px;
    border-radius: 50%;
    border-left-color: var(--cor-primaria);
    animation: spin 1s ease infinite;
}
.wrap_ad00 {
    bottom: 60px !important;
}
.selo-rodape {
    margin: 0 auto;
    margin-bottom: 15px;
}
.selo-rodape img {
    width: 105px;
}
.wrap_ad00 {
    z-index: 10;
}
.logoIconCloud_d06b {
    background-size: 70% !important;
    background-position: 4px !important;
    width: 33px !important;
    height: 25px !important;
}
@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}
@media (max-width: 768px) {
    .animacao-infinita {
        height: 110px !important;
    }
    .select_menu ul li {
        width: 16px;
        text-align: center;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        gap: 6px;
        font-size: 12px;
        height: 65px;
    }
    .container .pageContent .pageContentNavbar {
        margin: 0;
        padding: 0;
        min-height: 100px;
    }
}