
body {
    overflow-x: hidden;
}

.img-trofeu {
    background-image: url('../webapp/app/analiseInformacoes/rankingInicial/imagensRankingInicial/trofeuPrimeiro.png');
    min-height: 210px;
    background-size: 20%;
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: bottom;
    z-index: 10 !important;
    position: relative;
}

.titulo-top-lojas {
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 15px;
    font-weight: bold;
    color: #fff;
    text-transform: uppercase;
    padding-top: 2px;
    text-align: center;
}

.secundario-desc {
    font-size: 12px;
    text-transform: uppercase;
    text-align: center;
}

/*blocos principais*/

.numero-posicao {
    font-size: 15px;
    margin-top: 11px;
    font-weight: bold;
    color: #ffffff;
    text-shadow: 0px 0px 4px #666666;
    display: flex;
    flex: 1;
    justify-content: center;
    align-items: center;
}

.boxRanktwo {
    display: block;
    width: 100%;
    padding-top: 4%;
    padding-right: 2%;
    padding-left: 2%;
    justify-content: space-between;
    z-index: 9;
    position: relative;
}

.boxRanktwoItem {
    width: 100%;
    background-color: #fafafa;
    border: solid 1px #c2dedf;
    border-radius: 10px;
    font-family: 'Source Sans Pro', sans-serif;
}

.boxRanktwoItem:last-child {
    margin-top: 10%;
}

.leaderboard:nth-child(2), .leaderboard:nth-child(3) {
    margin-top: 10%;
}

.titulo-bloco {
    min-height: 45px;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    color: #FFF;
    background-image: repeating-radial-gradient(circle at 15%, transparent 0%, transparent 10%, rgb(217 216 214 / 11%) 10%, rgb(217 216 214 / 11%) 17%), linear-gradient(to right, rgba(175, 150, 150, 0.55), #af9696);
    background-color: rgb(253, 1, 20);
    display: flex;
    justify-content: flex-end;
}

.titulo-lojas-direita {
    width: 100%;
}

.bloco-ouro {
    display: flex;
}

.fundo-icone-loja-ouro, .fundo-icone-vendedor-ouro {
    border-top-right-radius: 20px;
    border-top-left-radius: 20px;
    display: flex;
    justify-content: center;
}

.bloco-proximos {
    width: 100%;
    display: flex;
    padding-left: 1%;
    padding-right: 1%;
    padding-top: 0.5%;
    padding-bottom: 0.5%;
}

.bloco-proximos:last-child {
    margin-bottom: 2%;
}

.bloco-item-loja {
    border: solid 1px #d5d7d7;
    background-color: rgb(254, 254, 254);
    box-shadow: 0 5px 1px -1px rgba(51, 51, 51, 0.23);
    border-radius: 5px;
    width: 100%;
    height: 25px;
    display: flex;
    align-items: center;
    font-family: 'Source Sans Pro', sans-serif;
}

.bloco-item-loja:hover {
    transform: scale(1.03);
}


.bloco-item-loja-conteudo, .bloco-item-vendedor-conteudo {
    width: 100%;
    display: flex;

}

.bloco-nome-localizacao {
    width: 100%;
}

.bloco-nome-localizacao div:first-child {
    display: block;
    font-size: 12px;
    font-family: 'Righteous';
}

.bloco-nome-localizacao div:before {
    content: "\f1ad";
    font-family: "FontAwesome";
    speak: none;
    font-weight: normal;
    font-style: normal;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    margin-right: .2em;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    font-size: 16px !important;
    color: #c50000;
}

.icone-build-primero {
    color: #c50000;
    font-size: 16px;
    margin-left: 8px;
}

.bloco-nome-estrela {
    width: 100%;
}

.bloco-nome-estrela div:first-child {
    display: block;
    font-size: 12px;
    font-family: 'Righteous';
}

.bloco-nome-estrela div:before {
    font-family: "FontAwesome";
    speak: none;
    font-weight: normal;
    font-style: normal;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    margin-right: .2em;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    font-size: 16px !important;
    color: #c50000;
}

.titulo-loja-ouro:before {
    font-family: "FontAwesome";
    speak: none;
    font-weight: normal;
    font-style: normal;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    margin-right: .2em;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    font-size: 12px !important;
    color: #ed9c28;
}

.titulo-loja-ouro {
    font-size: 14px;
    font-family: 'Righteous';
    word-break: break-all;
    color: #ed9c28;
}

.icone-loja-ouro {
    width: 100%;
    height: 35px;
    position: relative;
    background-image: url('img/imgRankingLogin/badgeOuro.png');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

.icone-loja-prata, .icone-loja-bronze, .icone-loja-outros {
    background-repeat: no-repeat;
    background-size: contain;
    background-position: left;
    width: 50px;
    height: 100px;
}

.icone-loja-prata {
    background-image: url('img/imgRankingLogin/badgePrata.png');
}

.icone-loja-bronze {
    background-image: url('img/imgRankingLogin/badgeBronze.png');
}

.icone-loja-outros {
    background-image: url('img/imgRankingLogin/badgeOutros.png');
}


.bloco-conteudo-loja-ouro {
    text-align: center;
    width: 90%;
}

.bloco-conteudo-loja-ouro div {
    display: block;
    text-align: left;
    padding: 2%;
}

.localizacao-loja-ouro {
    font-size: 12px;
    font-weight: 500;
}


.numero-posicao-loja-ouro {
    font-size: 24px;
    margin-left: 12px;
    font-weight: bold;
    color: #ffce78;
    display: flex;
    justify-content: left;
    font-family: 'Source Sans Pro', sans-serif;
}

.numero-posicao-loja-prata,
.numero-posicao-loja-bronze,
.numero-posicao-loja-outros {
    font-size: 18px;
    padding-top: 38px;
    padding-left: 10px;
    font-weight: bold;
    display: flex;
    flex: 1;
    justify-content: left;
    align-items: center;
}

.numero-posicao-loja-bronze {
    color: #785530;
}

.numero-posicao-loja-prata {
    color: #9b9b9b;
}

.numero-posicao-loja-outros {
    color: #833c41;
}


.cor-fundo-prata {
    background-color: #f3f3f3;
    box-shadow: 0 3px 1px -1px #d5d7d7;
    border: solid 1px #d5d7d7;
    color: #c9c9c9;
}

.cor-fundo-bronze {
    background-color: #ebcfab47;
    box-shadow: 0 3px 1px -1px #dfc6ab;
    border: solid 1px #dfc6ab;
    color: #d1b28b;
}

.cor-fundo-outros {
    background-color: #f7eded;
    box-shadow: 0 3px 1px -1px #f3c9ca;
    border: solid 1px #f3c9ca;
    color: #e39297;
}

.box-pai {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px;
    border-left: solid 1.5px #e2e2e2;
    border-right: solid 1.5px #e2e2e2;
    border-bottom: solid 1.5px #e2e2e2;
    width: 100% !important;
    box-shadow: 0px -5px 0px #7b798b, 2px 5px 8px #cbd3e8, 2px -2px 8px #cbd3e8 !important;
    background-color: #f0f0f0;
    z-index: 12;
    position: relative;
    top: 10px;
}

#rankingLoginForm {
    margin-top: -30px;
}

@media (min-width: 799px) {

    .img-trofeu {
        background-image: url('../webapp/app/analiseInformacoes/rankingInicial/imagensRankingInicial/trofeuPrimeiro.png');
        min-height: 180px;
        background-size: 10%;
        background-repeat: no-repeat;
        background-position-x: center;
        background-position-y: bottom;
        z-index: 10 !important;
        position: relative;
        margin-bottom: 4px;
    }

    .boxRanktwo {
        display: flex;
        max-height: 420px;
    }

    .boxRanktwoItem {
        width: 48%;
        flex: 1;
    }

    .boxRanktwoItem:first-child {
        margin-right: 1%;
    }

    .boxRanktwoItem:last-child {
        margin-left: 1%;
    }

    .boxRanktwoItem:last-child {
        margin-top: 0%;
    }

    .leaderboard:nth-child(2), .leaderboard:nth-child(3) {
        margin-top: 0%;
    }

    .box-pai {
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
        border-bottom-right-radius: 8px;
        border-bottom-left-radius: 8px;
        border-left: solid 1.5px #e2e2e2;
        border-right: solid 1.5px #e2e2e2;
        border-bottom: solid 1.5px #e2e2e2;
        width: 100% !important;
        box-shadow: 0px -5px 0px #7b798b, 2px 5px 8px #cbd3e8, 2px -2px 8px #cbd3e8;
        background-color: #f0f0f0;
        top: 0px;
    }

    .box-conteudo {
        display: flex;
        padding: 0% !important;
    }

    .leaderboard {
        margin-bottom: 2%;
        margin-left: 2% !important;
        width: 33% !important;
        flex: 1;
    }

}
