@import 'https://fonts.googleapis.com/css2?family=Kumbh+Sans:wght@100;300;400;500;700&amp;display=swap';body {
    font-family: kumbh sans,sans-serif
}

img {
    max-width: 100%
}

.gerador {
    position: relative
}

.gerador ul {
    position: absolute;
    width: 90%;
    z-index: 999;
    top: 25%;
    left: 50%;
    transform: translateX(-50%);
    list-style: none;
    margin: 0;
    padding: 0
}

.gerador ul li {
    width: 85%;
    height: 100px;
    border: 1px solid #fff;
    border-radius: 10px;
    margin: 25px;
    display: flex
}

.gerador ul li h3 {
    font-size: 22px;
    font-weight: 700;
    line-height: 100px;
    color: #fff
}

.gerador ul li img {
    width: 64px;
    height: 64px;
    margin: 20px
}

.gerador ul li:nth-child(2) img,.gerador ul li:nth-child(3) img {
    width: 54px!important;
    height: 54px!important;
    color: #fff
}

.gerador .btn-gerar {
    position: absolute;
    width: 75%;
    left: 50%;
    bottom: 5.8%;
    transform: translateX(-50%);
    height: 50px;
    border: none;
    background-color: #30c620;
    font-size: 16px!important;
    font-weight: 500;
    color: #fff
}

.gerador .btn-gerar:disabled {
    background-color: #b8b4b4
}

.betSeteK {
    display: flex;
    margin: 0 auto;
    width: 100%;
    max-width: 860px;
    justify-content: center;
    align-items: center
}

.betSeteK iframe {
    display: flex;
    width: 860px;
    max-width: 100%;
    height: 600px
}

@media screen and (max-width: 767px) {
    .gerador ul li {
        height:60px!important
    }

    .gerador ul li img {
        width: 48px!important;
        height: 48px!important;
        margin: 8px!important
    }

    .gerador ul li:nth-child(2) img,.gerador ul li:nth-child(3) img {
        width: 36px!important;
        height: 36px!important;
        margin: 12px!important
    }

    .gerador ul li h3 {
        line-height: 60px!important;
        font-size: 18px!important
    }

    .gerador .btn-gerar {
        height: 38px!important
    }
}
