body {
    width: 1920px;
    height: 1080px;
    margin: 0 auto;
    box-sizing: border-box;
    background-color: #1a1a1a;
    font-family: 'Ibarra Real Nova', serif;
}

#main {
    width: 1920px;
    height: 1080px;
    box-sizing: border-box;
    margin: 0 auto;
    display: block;
    position: relative;
}

.logos {
    width: 100%;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    margin:  0 auto;
    margin-bottom: 100px;
    border-bottom: 1px solid #AAA;
    background-color: #FFF;
    border-bottom: 10px groove #DDD;
    /* box-shadow: inset 0 0 10px rgba(0, 0, 0, .8); */
}

/* .logos > div {
    width: 33%;
}

.logos > div > img:first {
    height: 100px;
} */

.logos > div > img {
    height: 100px;
    width: auto;
    margin: 0 auto;
    display: block;
}

.logos > div > img {
    height: 100px;
    width: auto;
    margin: 0;
}

.logos > div:nth-child(2) {
    margin: 0 20px;
}
.logos > div:nth-child(2) > img {
    height: 150px;
}
.logos > div:nth-child(3) > img {
    height: 90px;
}



.logos > img.logo-gic {
    height: 150px;
}

#jackpot {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 35px;
    position: relative;
    background-color: #FFF;
    border: 15px solid #000;    
}

#roleta {
    width: auto;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 285px;
    z-index: 5;
}

#jackpot-cointainer {
    /* 
    height: auto;
    
    padding: 15px;
    
    border-radius: 50px;
    background: linear-gradient(to bottom, #fffed8, #36220b); */
    width: 1525px;
    left: 0;
    right: 0;
    top: 300px;
    margin: 0 auto;
    position: absolute;
}

.glass {
    top: 0;
    left: 0;
    z-index: 2;
    width: 100%;
    height: 100%;
    position: absolute;
    background: linear-gradient(rgba(0,0,0,.80), rgba(0,0,0,0) 20%, rgba(0,0,0,0) 80%, rgba(0,0,0,.80));
}

#jackpot > .cartas {
    width: 493px;
    height: 476px;
    overflow: hidden;
    box-shadow: inset 0 0 30px 10px #000;
    box-sizing: border-box;
    background-color: #FFF;
}

#jackpot > .carta-2 {
    margin: 0 9px;
}

#jackpot > .cartas > .content {
    display: flex;
    flex-direction: column;
    align-items: center;
    transform: translateY(-215px);
}

#jackpot > .cartas > .content > img {
    width: 300px;
    transition: all 0.05s;
    margin: 0;
}

#painel {
    width: 800px;
    height: 200px;
    margin: 0 auto;
    font-size: 100px;
    color: #FF0000;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    margin-bottom: 150px;
}

#painel p {
    margin: 0;
    letter-spacing: 10px;
    font-family: Verdana, sans-serif;
    text-shadow: none;
}

#painel.glow > p {
    text-shadow: 0 0 60px rgba(255,0,0,.8);
}

.btn-jogar-novamente {
    width: 625px;
    z-index: 2;
}

#btn-girar {
    width: 415px;
}

#btn-girar:disabled {
    filter: brightness(40%);
}

#btn-start,
.btn-jogar-novamente,
#btn-girar {
    height: auto;
    padding: 0;
    border: none;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 880px;
    background-color: transparent;
}

#btn-start {
    top: 790px;
}

.btn-jogar-novamente {
    opacity: 0;
    animation: button .5s .5s forwards;
}

#btn-start:active,
.btn-jogar-novamente:active,
#btn-girar:active {
    filter: brightness(70%);
    scale: 0.95;
}

.icon {
    border-radius: 160px;
    width: 80px;
    margin-right: 10px;
    display: inline-block;
}


.screen {
    width: 1920px;
    height: 1080px;
    position: absolute;
    display: none;
}

.screen > img:first-child {
    width: 1920px;
    height: 1080px;
    display: block;
    margin: 0;
}

.screen.active {
    display: block;
}

#logo-cricket {
    position: absolute;
    right: 228px;
    top: 100px;
}

#logo-jackpot {
    position: absolute;
    left: 195px;
    top: 80px;
}

#overlay {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;    
    position: absolute;
    /* background-color: rgba(0, 0, 0, 0.5); */

    background: radial-gradient(rgba(80, 80, 80, 0.7) 10%, #000);
}

#tela-voceganhou,
#tela-naofoidessavez {
    top: 0;
    left: 0;
    z-index: 5;
    display: none;
    width: 1920px;
    height: 1080px;
    position: absolute;
}

#tela-voceganhou.active,
#tela-naofoidessavez.active {
    display: block;
    animation: fade 0.5s forwards;
}

#img-perdeu {
    top: 400px;
    left: 0;
    right: 0;
    margin: 0 auto;
    position: absolute;
    animation: imgGanhou 0.5s forwards ease-out;
}

#tela-voceganhou > .bg {
    width: 100%;
    position: absolute;
    z-index: 1;

}

#img-ganhou {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 340px;
    z-index: 2;
    animation: imgGanhou 0.5s forwards ease-out;
}

#sombra {
    width: 1555px;
    height: 534px;
    left: 0;
    right: 0;
    top: 285px;
    margin: 0 auto;
    position: absolute;
    border-radius: 55px;
    background-color: transparent;
    box-shadow: 0 0 40px #ffe5b3;
}

/************** POPUP ***************/


#pixel {
    width: 100px;
    height: 100px;
    background-color: transparent;
    left: 0;
    bottom: 0;
    position: absolute;
    z-index: 2;
    display: flex;
    align-items: end;
    justify-content: start;
    box-sizing: border-box;
    padding-left: 20px;
    padding-bottom: 20px;
}

#pixel.active > div {
    display: block;
}

#pixel > div {
    width: 5px;
    height: 5px;
    display: none;
    background-color: #FFF;
    box-sizing: border-box;
}


@keyframes fade {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@keyframes imgGanhou {
    0% {
        opacity: 0;
        scale: 0.5;
        transform: translateY(200px);
    }
    100% {
        opacity: 1;
        scale: 1;
        transform: translateY(0);
    }
}

@keyframes button {
    0% {
        opacity: 0;
        scale: 0.5;
    }
    100% {
        opacity: 1;
        scale: 1;
    }
}