#sorte {
    background: url(../imagens/fundo-sorteio.png);
    background-repeat: no-repeat;
    background-size: cover;
}

#sorte .icone {
    width:90px;
    height:auto;
}

#sorte .texto {
    font-family: 'Mulish-ExtraBold';
    font-size: 48px;
    color: #ffffff;
    width: 918px;
    /* width: 600px; original */
}

#sorte .icone-botao-sorte {
    width:40px;
    height:auto;
}

#sorte .botao-sorte {
    background-color:#ffffff;
    width: 330px;
    border-radius:0.5em;
    padding-top:0.6em;
    padding-bottom:0.6em;
}

.botao-sorte:hover{
    opacity:80%;
}

#sorte .texto-botao-sorte {
    font-size: 16px;
    font-family: 'Mulish-Bold';
    color: #77BFB4;
}

#sorte .rodape-sorte {
    font-size: 14px;
    color: #fff;
}

@media(max-width:991px){
    #sorte .texto {
        font-family: 'Mulish-Bold';
        font-size: 24px;
        width:auto;
    }

    #sorte .texto-botao-sorte {
        font-size: 14px;
    }

    #sorte .rodape-sorte {
        font-size: 12px;
    }
}

@media(max-width:768px){
    #sorte {
        background: url(../imagens/fundo-sorteio-mobile.png);
        background-repeat: no-repeat;
        background-size: cover;
    }
}