* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

@font-face {
    font-family: 'Nabla'; /* Nome da fonte que será usado no CSS */
    src: url('../fonts/Nabla-Regular.ttf') format('truetype'); /* Caminho para o arquivo .ttf */
    font-weight: 400; /* Peso da fonte */
    font-style: normal; /* Estilo da fonte */
}

body{
    width: 100%;
    min-height: 100%;
}

main {
    height: 100%;
    display: flex;
    justify-content: center;
    flex-direction: row;
    background-color: black;
    background-image: url(../images/fundo3.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

/****************************************************** - Ranking Equipe CSS - ******************************************************************/

.ranking-area {
    width: 900px;
    height: 700px;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    background-color: transparent;
    border-radius: 20px;
    margin-left: 40px;
    margin-top: 100px;
    background-image: url(../images/podiuns.webp);
    background-size: 900px 700px;
    background-repeat: no-repeat; 
    background-position: auto; 
}

.body-1 {
    display: flex;
    align-items: center;
    justify-content: center;
}

.ranking-title {
    margin-top: 20px;
    font-family: "Winky Rough", sans-serif;
    font-optical-sizing: auto;
    color: white;
    font-weight: 600;
    font-style: normal;
    font-size: 42px;
}

.body-2{
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    width: 100%;
    height: 100%;
}

.position-1-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 200px;
    height: 400px;
    background-image: url('../images/silver_rank.png');
    background-size: 100% auto;
    background-repeat: no-repeat; 
    background-position: center; 
    margin-left: 37px;
    margin-bottom: 100px;
}

.position-2-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 200px;
    height: 400px;
    background-image: url('../images/gold_rank.png');
    background-size: 100% auto;
    background-repeat: no-repeat; 
    background-position: center;
    margin-bottom: 150px;
}

.position-3-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 200px;
    height: 400px;
    background-image: url('../images/copper_rank.png');
    background-size: 100% auto;
    background-repeat: no-repeat; 
    background-position: center; 
    margin-right: 38px;
    margin-bottom: 100px;
}

.pc-avatar {
    width: 100px;
    height: 100px;
    border-radius: 50%;
}

.pc-status {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 120px;
    height: 60px;
    padding: 5px;
    border-radius: 10px;
    background-color: transparent;
    color: white;
    white-space: nowrap;
    font-size: clamp(10px, 2vw, 14px);
    line-height: 1.1rem;
}
.status-title {
    font-weight: bolder;
}

.position-1-content .status-title, .position-1-content .status-value, .position-1-content .status-equipe {
    margin-top: 3px;
    background-color: #7a7c51;
}

.position-2-content .status-title, .position-2-content .status-value, .position-2-content .status-equipe {
    margin-top: 3px;
    background-color: #be6812;
}

.position-3-content .status-title, .position-3-content .status-value, .position-3-content .status-equipe {
    margin-top: 3px;
    background-color: #77340b;
}

.pc-first-status h5, .pc-status h5, .pc-status h5 {
    margin: 0;
}
/****************************************************** - Ranking Equipe CSS - ******************************************************************/
.main-content-2 {
    display: flex;
    flex-direction: column;
}

.mc-up-content {
    width: 700px;
    height: 600px;
    background-image: url('../images/fundo_equipe_4.png');
    background-size: 130% 100%;
    background-repeat: no-repeat;
    background-position: center;
    margin-top: 25px;
    margin-left: 40px;
    margin-right: 40px;
    border-radius: 20px;
}

.best-equip {
    height: 100%;
}

.best-equip-head {
    display:flex;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
    font-size: 32px;
}

.best-equip-head {
    font-family: "Winky Rough", sans-serif;
    font-optical-sizing: auto;
    color: white;
    font-weight: 600;
    font-style: normal;
    font-size: 42px;
}

.best-equip-body {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 100%;
    padding-right: 10px;
}

.be-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 700px;
    height: 350px;
    background-image: url('../images/borda_diamante4.png');
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center;
    margin-bottom: 230px;
    padding-left: 10px;
}

.bc-avatar {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    margin-top: 10px;
    background-color: #eee;
}

.bc-avatar img {
    width: 100%;         /* ajuste o tamanho conforme desejar */
    height: 100%;
    object-fit: cover;   /* mantém o aspecto e cobre toda a área */
    border-radius: 50%;  /* deixa redondo, estilo avatar */
    display: block;
    background: #fff;
    border: 2px solid #eee;
}

.bc-name {
    font-weight: 500;
    color: white;
    background-color: #004651;
    white-space: nowrap;
    font-size: clamp(10px, 2vw, 14px);
}

.bc-value {
    color: white;
    background-color: #004651;
    white-space: nowrap;
    font-size: clamp(10px, 2vw, 14px); 
    margin-bottom: 30px;
    margin-top: 3px;
}






/****************************************************** - Ranking Coins CSS - ******************************************************************/

.mc-down-content {
    display: flex;
    align-items: center;
    justify-content: center;
}

.ranking-table {
    margin-left: 40px;
    display: flex;
    flex-direction: column;
    width: 700px;
    height: 400px;
    border-radius: 20px;
    margin-right: 40px;
    margin-top: 25px;
    margin-bottom: 50px;
}

.header-ranking-table {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 50px;
    width: 100%;
    border-radius: 20px 20px 0px 0px;
    background-color: #77340b;
    font-family: "Winky Rough", sans-serif;
    font-optical-sizing: auto;
    color: white;
    font-weight: 600;
    font-style: normal;
    font-size: 42px;
}

.body-ranking-table {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
    height: 100%;
    width: 100%;
    background-color: #77340b;
    border-radius: 0px 0px 20px 20px;

    /* Adiciona rolagem interna */
    overflow-y: auto; /* Rolagem vertical */
    overflow-x: hidden; /* Evita rolagem horizontal */
    scrollbar-width: thin; /* Para navegadores compatíveis */
    scrollbar-color: #d1680a #77340b; /* Cor da barra de rolagem */
}

.body-ranking-table::-webkit-scrollbar {
    width: 8px; /* Largura da barra de rolagem */
}

.body-ranking-table::-webkit-scrollbar-track {
    background: #d1680a; /* Cor do fundo da barra */
    border-radius: 10px; /* Bordas arredondadas */
}

.body-ranking-table::-webkit-scrollbar-thumb {
    background: #d1680a; /* Cor do "polegar" da barra */
    border-radius: 10px; /* Bordas arredondadas */
}

.body-ranking-table::-webkit-scrollbar-thumb:hover {
    background: #d1680a; /* Cor do "polegar" ao passar o mouse */
}

.hrt-content {
    display: flex;
    align-items: center;
    margin-top: 20px;
    height: 100px;
    padding: 10px;
    width: 95%;
    background-color: #d1680a;
    border-radius: 10px;
    flex-shrink: 0;
}

.numberBlock {
    width: 60px;
    height: 60px;
    border-radius: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    background: #77340b;
    border: 2px solid #eee;
    color: white;
    font-size: 32px;
    font-weight: 500;
    
}

.hrt-content-lside {
    width: 10%;
    height: 80%;
    margin-left: 20px;
    background-color: black;
    border-radius: 20px;
}

.hrt-content-lside img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 20px;
    display: block;
    margin: 0 auto;
    background: #fff;
    border: 2px solid #eee;
}

.hrt-content-rside {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 70%;
    height: 80%;
    /*font-family: "Josefin Slab", serif;*/
    /*font-style: italic;*/
    
    font-weight: bolder;
    color: white;
    font-size: 14px;
}

.rside-block1-hrt {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.pc-avatar img {
    width: 100%;         /* ajuste o tamanho conforme desejar */
    height: 100%;
    object-fit: cover;   /* mantém o aspecto e cobre toda a área */
    border-radius: 50%;  /* deixa redondo, estilo avatar */
    display: block;
    margin: 0 auto;
    background: #fff;
    border: 2px solid #eee;
}

.title-content-name, .title-content-equipe, .value-content-coin {
    background-color:  #77340b;
    border-radius: 5px;
}

.value-content-coin {
    display: flex;
    justify-content: center;
}

/********************************************************************************* - Responsividade - PC - 1440px x 1080px **********************************************************************************************/
@media  ((max-width: 1440px) and (max-height: 1080px)) {

    body {
        height: 100%;
    }

    main {
        height: 100vh;
    }

    /***********************************************/

    .main-content-1{
        margin-top: 10%;
        width: 35%;
        height: 520px;
    }

    .ranking-area {
        width: 100%;
        height: 100%;
        margin: 0;
        margin-left: 5px;
        background-size: 100% 100%;
        background-repeat: no-repeat;
        background-position: center;
    }

    .ranking-title {
        font-size: 24px;
    }

    .position-1-content, .position-2-content, .position-3-content {
        width: 140px;
        height: 220px;
         background-size: 100% 100%;
        background-repeat: no-repeat;
        background-position: center;
    }

    .position-1-content {
        margin-left: 23px;
    }

    .position-2-content {
        margin-bottom: 110px;
    }

    .position-3-content {
        margin-right: 20px;
    }

    .pc-avatar {
        width: 60px;
        height: 60px;
    }

    .pc-status {
        line-height: 0.9rem !important;
    }

    .status-title {
        font-weight: 700;
    }
    .status-value {
        margin-bottom: 0px;
        font-weight: 500;
        font-size: 12px;
    }

    /*************************************************/

     .main-content-2 {
        width: 35%;
        height: 95%;
        margin-left: 15px;
        margin-right: 10px;
        display: flex;
        flex-direction: column;
        justify-content: space-around;
    }

    .mc-up-content {
        width: 100%;
        height: 45%;
        margin: 0;
        margin-top: 10px;
        margin-bottom: 20px;
        background-size: 160% 110%;
    }

    .mc-down-content {
        height: 50%;
    }

    .best-equip {
        height: 100%;
    }

    .best-equip-head {
        margin-top: 10px;
        font-size: 24px;
    }

    .best-equip-body {
        height: 300px;
        padding: 0;
    }

    .be-card {
        padding: 0;
        margin: 0;
        width: 110%;
        height: 250px;
        margin-bottom: 0;
        margin-right: 4px;
        padding-left: 6px;
    }

    .bc-avatar {
        margin-top: 10px;
        width: 55px;
        height: 55px;
    }

    .bc-name{
        line-height: 18px;
    }

    .bc-value {
        line-height: 18px;
        font-weight: 500;
        font-size: 12px;
    }

    .ranking-table {
        width: 100%;
        height: 80%;
        margin: 0;
    }

    .header-ranking-table {
        font-size: 24px;
    }

    .hrt-content {
        height: 70px;
        margin-top: 10px;
    }

    .numberBlock {
        height: 35px;
        width: 35px;
        border-radius: 10px;
        font-size: 16px;
    }

    .hrt-content-rside {
        font-size: 11px;
    }

    .hrt-content-lside img{
        height: 50px;
        width: 50px;
        border-radius: 10px;
    }

    /*************************************************/

    .main-content-3 {
        width: 30%;
        height: 95%;
        margin-right: 10px;
        
    }

}

/********************************************************************************* - Responsividade TV - 1440px x 768px **********************************************************************************************/
@media (max-width: 1440px) and (max-height: 768px){
    body {
        height: 100%;
    }

    main {
        height: 100vh;
    }

/**********************************************************/
    .main-content-1{
        margin-top: 10%;
        width: 35%;
        height: 520px;
    }

    .ranking-area {
        width: 100%;
        height: 100%;
        margin: 0;
        margin-left: 5px;
        background-size: 100% 100%;
        background-repeat: no-repeat;
        background-position: center;
    }

    .ranking-title {
        font-size: 24px;
    }

    .position-1-content, .position-2-content, .position-3-content {
        width: 140px;
        height: 240px;
         background-size: 100% 100%;
        background-repeat: no-repeat;
        background-position: center;
    }

    .position-1-content {
        margin-left: 23px;
    }

    .position-2-content {
        margin-bottom: 90px;
    }

    .position-3-content {
        margin-right: 20px;
    }

    .pc-avatar {
        width: 80px;
        height: 80px;
    }

    .pc-status {
        line-height: 0.8rem !important;
    }

    .status-title {
        font-weight: 700;
    }
    .status-value {
        margin-bottom: 0px;
        font-weight: 500;
        font-size: 12px;
    }

/**********************************************************/

    .main-content-2 {
        width: 35%;
        height: 95%;
        margin-left: 15px;
        margin-right: 10px;
        display: flex;
        flex-direction: column;
        justify-content: space-around;
    }

    .mc-up-content {
        width: 100%;
        height: 50%;
        margin: 0;
        margin-top: 10px;
        margin-bottom: 20px;
        background-size: 130% 100%;
    }

    .mc-down-content {
        height: 50%;
    }

    .best-equip {
        height: 100%;
    }

    .best-equip-head {
        margin-top: 10px;
        font-size: 24px;
    }

    .best-equip-body {
        height: 300px;
        padding: 0;
    }

    .be-card {
        padding: 0;
        margin: 0;
        width: 85%;
        height: 200px;
        margin-bottom: 100px;
        margin-right: 4px;
        padding-left: 6px;
    }

    .bc-avatar {
        margin-top: 10px;
        width: 80px;
        height: 80px;
    }

    .bc-name{
        margin-top: 3px;
        line-height: 18px;
    }

    .bc-value {
        line-height: 18px;
        font-weight: 500;
        font-size: 12px;
    }

    .ranking-table {
        width: 100%;
        height: 80%;
        margin: 0;
    }

    .header-ranking-table {
        font-size: 24px;
    }

    .hrt-content {
        height: 70px;
        margin-top: 10px;
    }

    .numberBlock {
        height: 35px;
        width: 35px;
        border-radius: 10px;
        font-size: 16px;
    }

    .hrt-content-rside {
        font-size: 11px;
    }

    .hrt-content-lside img{
        height: 50px;
        width: 50px;
        border-radius: 10px;
    }

/**********************************************************/
    
    .main-content-3 {
        width: 25%;
    }

    .flexCarousel {
        margin: 0;
    }
}

/********************************************************************************* - Responsividade - Notebook - 1024px x 1080px **********************************************************************************************/
@media  ((max-width: 1024px) and (max-height: 1080px)) {

    main {
        flex-direction: column;
        align-items: center;
        height: 100%;
        width: 100%;
    }

    .main-content-1, .main-content-2, .main-content-3 {
        width: 50%;
    }

    .main-content-1 {
        margin-bottom: 50px;
    }

    .main-content-3 {
        margin-bottom: 50px;
    }

    .mc-up-content {
        height: 450px;
    }
    .mc-down-content {
        height: 500px
    }
}

/********************************************************************************* - Responsividade - Tablet - 768px x 1080px **********************************************************************************************/
@media  ((max-width: 768px) and (max-height: 1080px)) {
    .main-content-1, .main-content-2, .main-content-3 {
        width: 70%;
    }

    .be-card {
        width: 100%;
        padding: 0;
        margin-right: 8px;
    }
}

/*********************************************************** - Carrousel CSS - *********************************************************************/

/*CSS CARROUSEL*/
.flexCarousel {
    margin-top: 100px;
    display: flex;
    justify-content: center;
}

#carouselExampleControls{
    max-width: 500px;
}

.button:hover {
    color: transparent !important;
}

.carousel-control-prev,
.carousel-control-next {
    display: none !important;
}

/*********************************************************** - Key Frames - *********************************************************************/

@keyframes subirDescer {
    0% { transform: translateY(0); }
    50% { transform: translateY(-30px); }
    100% { transform: translateY(0); }
}

@keyframes subirDescer2 {
    0% { transform: translateY(0); }
    50% { transform: translateY(-15px); }
    100% { transform: translateY(0); }
}

.position-1-content,
.position-2-content,
.position-3-content {
    animation: subirDescer 2.5s ease-in-out infinite;
}

.position-1-content {
    animation-delay: 0s;
}
.position-2-content {
    animation-delay: 0.8s;
}
.position-3-content {
    animation-delay: 1.6s;
}

.be-card {
    animation: subirDescer2 2.5s ease-in-out infinite;
}
