@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

* {
    box-sizing: border-box;
    user-select: none;
}


body {
    font-size: 16px;
    color: #fff;
    font-family: "Poppins", serif;
    font-optical-sizing: auto;
    overflow-x: hidden;
    accent-color: #FFBF00;
}

body h2,
body h3,
body h4 {
    font-family: "Poppins", serif;
    line-height: 1;
    font-weight: 600;
}

.container {
    max-width: 1400px;
    margin: 0 auto
}

.flex {
    clear: both;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-evenly
}

.center {
    justify-content: center
}

.between {
    justify-content: space-between
}

.gap {
    gap: 30px;
}

.wrap {
    flex-wrap: wrap;
}

footer {
    background-color: #002E7F;
}

#footer-social {
    background: #0066FF;
}

#footer-social .container {
    position: relative
}

#footer-social ul {
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1rem;
    padding: 20px 0
}

#footer-social li span {
    padding: 8px;
    background-color: #fff;
    border-radius: 50%;
    color: #0066FF;
    transition: all .3s
}

#footer-social li span:hover {
    background-color: #FF5C00;
    color: #fff
}


footer p {
    color: #fff;
    font-size: 12px;
    text-align: center;
    text-transform: uppercase;
    padding: 20px 0;
}



nav ul {
    display: flex;
    gap: 5px
}

nav li a {
    color: #0263FF;
    transition: all .2s;
    font-family: "Montserrat", sans-serif;
    font-size: 1rem;
    font-weight: 600;
    display: inline-block;
    padding: 5px 10px;
    border-radius: 30px;
}

nav li a.ativo {
    background: #FF7200;
    color: #fff;
}

nav li:hover a {
    background: #0263FF;
    color: #fff;
}



.uk-navbar-nav>li>a {
    color: #0263FF;
    padding: 0;
}

.uk-navbar-nav>li>a:hover {
    color: #FF7200;
    background: none;
}



#mobile-navbar img {
    margin-bottom: 40px
}

.uk-nav-default {
    font-size: 20px;
}


header .container {
    background: #fff;
    padding: 30px 20px;
    border-radius: 20px;
}

main .container {
    background-image: url(../img/ninja-topo.webp), linear-gradient(235deg, rgba(14, 102, 234, 1) 0%, rgba(9, 66, 150, 1) 100%);
    background-position: right 80px center, center center;
    background-size: contain, auto;
    background-repeat: no-repeat;
    padding: 150px 0 150px 80px;
    border-radius: 30px;
}

main.comparador .container {
    background-image: url(../img/bg-comparador.webp), linear-gradient(235deg, rgba(14, 102, 234, 1) 0%, rgba(9, 66, 150, 1) 100%);
    background-position: right center, center center;
    background-size: contain, auto;
}

main.hubscore .container {
    background-image: url(../img/ninja-hubscore.webp), linear-gradient(235deg, rgba(14, 102, 234, 1) 0%, rgba(9, 66, 150, 1) 100%);
    background-position: right 80px center, center center;
    padding: 100px 0 100px 80px;
}


h1 {
    font-family: "Montserrat", sans-serif;
    color: #fff;
    font-size: 3rem;
    text-transform: uppercase;
    font-weight: 900;
}


main .texto {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    max-width: 500px;
    line-height: 1;
}

main.comparador .texto {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    max-width: 400px;
    line-height: 1;
}

main .container h2 {
    color: #fff;
    font-size: 1.4rem;
    font-weight: 600;
}

main .container p {
    font-size: 1.2rem;
}

#chamada {
    padding: 50px 0;
}

#chamada .icone {
    flex-shrink: 0;
}

#chamada .texto {
    flex-grow: 1;
}

#chamada h2 {
    color: #414141;
    font-size: 3rem;
    margin-bottom: 30px;
}

#chamada h2 strong {
    color: #FC6B0F;
}

#chamada p {
    color: #414141;
}

#integracoes {
    padding: 0 0 50px;
    text-align: center;
}

#integracoes .container {
    background: #F0F0F0;
    border-radius: 30px;
    padding: 30px;
    border: solid 1px #fff;
    filter: drop-shadow(0px 10px 5px rgba(0, 0, 0, 0.1));
    box-shadow: 0 15px 10px rgba(0, 0, 0, 0.1);
}

#integracoes h2 {
    color: #414141;
    font-size: 2rem;
    margin-bottom: 30px;
}

#integracoes h2 strong {
    color: #FC6B0F;
}

#integracoes p {
    color: #414141;
    margin-bottom: 30px;
}

#integracoes .plataformas {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}

#integracoes .plataformas a {
    transition: all 0.3s;
}

#integracoes .plataformas a:hover {
    translate: 0 5px;
}

#links-mktplace .container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 50px;
}

#links-mktplace .link {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 50px;
}

#links-mktplace .link .texto {
    max-width: 600px;
}

#links-mktplace .link:nth-child(2) {
    flex-direction: row-reverse;
}

#links-mktplace h2 {
    color: #414141;
    font-size: 2.4rem;
    font-weight: 600;
}

#links-mktplace .texto {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
    gap: 15px;
}

#links-mktplace strong {
    color: #FC6B0F;
    font-weight: 600;
}

#links-mktplace p {
    color: #414141;
}

.cta {
    background: #FC6B0F;
    padding: 10px 30px;
    border-radius: 15px;
    color: #fff;
    transition: all 0.3s;
    display: inline-block;
}

.cta:hover {
    background: #414141;
    color: #FC6B0F;
}

#prefooter .branco {
    padding: 100px 0;
}

#prefooter .texto {
    width: 60%;
}

#prefooter.interno .texto {
    width: 100%;
}

#prefooter .branco h2 {
    color: #0C56C5;
    font-weight: 400;
    font-size: 3rem;
    margin-bottom: 15px;
}

#prefooter .branco p {
    color: #0C56C5;
}

#prefooter .branco a {
    color: #0C56C5;
    text-decoration: underline;
    font-weight: 600;
    transition: all 0.3s;
}

#prefooter .branco a:hover {
    color: #FC6B0F;
}

#prefooter .azul {
    background-image: linear-gradient(235deg, rgba(14, 102, 234, 1) 0%, rgba(9, 66, 150, 1) 100%);
}

#prefooter .azul .container {
    position: relative;
    padding: 50px 0;
}

#prefooter .azul .cta {
    background: #fff;
    color: #0C56C5;
    padding: 10px;
}

#prefooter .azul .cta:hover {
    background: #FF5C00;
    color: #fff;
}

#prefooter .azul .texto {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 30px;
}

.blocofooter {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 15px;
    max-width: 450px;
}

.blocofooter .foto {
    flex-shrink: 0;
}

.blocofooter p {
    font-size: 1rem;
    margin-bottom: 15px;
}

#ninjarodape {
    position: absolute;
    right: 0;
    bottom: 0;
    max-width: 40%;
}



/* CSS DO FILTO  */


#container-grafico {
    width: 100%;
    margin: 0 auto ;
    background-color: #ffffff;
    border: 1px solid #e0e0e0;
    border-radius: 20px;
    padding: 20px;
    box-sizing: border-box;
}

#container-grafico h2 {
    text-align: center;
    font-size: 24px;
    color: #333;
    margin-top: 0;
    margin-bottom: 20px;
}

#grafico {
    width: 100%;
    min-height: 400px;
    height: 500px;
}

#container-principal {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
    width: 100%;
}

.coluna-filtro {
    display: flex;
    flex-direction: column;
    width: 280px;
    gap: 15px;
    flex-grow: 1;
    max-width: 400px;
}

#btn-adicionar-filtro {
    background-color: #0d6efd;
    color: white;
    border: none;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    font-size: 30px;
    cursor: pointer;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    transition: all 0.2s ease;
    order: 3;
}

#btn-adicionar-filtro:hover {
    background-color: #0b5ed7;
    transform: scale(1.05);
}

#btn-adicionar-filtro.escondido {
    display: none;
}

.container-dropdown {
    position: relative;
    display: inline-block;
    width: 100%;
    z-index: 10;
}

.container-dropdown.ativo {
    z-index: 11;
}

.botao-dropdown {
    background-color: #ffffff;
    border: 1px solid #c8c8c8;
    border-radius: 8px;
    padding: 12px 18px;
    font-size: 18px;
    font-weight: 500;
    color: #555;
    cursor: pointer;
    width: 100%;
    text-align: left;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: box-shadow 0.2s ease;
    box-sizing: border-box;
}

.botao-dropdown:disabled {
    background-color: #f0f0f0;
    color: #999;
    cursor: not-allowed;
}

.menu-dropdown {
    position: absolute;
    top: calc(100% + 5px);
    left: 0;
    width: 100%;
    background-color: #ffffff;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.1);
    max-height: 450px;
    overflow-y: auto;
    box-sizing: border-box;
}

.caixa-detalhes {
    width: 100%;
    background-color: #ffffff;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.05);
    max-height: 600px;
    overflow-y: auto;
    z-index: 5;
    box-sizing: border-box;
}

.item-dropdown {
    padding: 12px 18px;
    cursor: pointer;
    font-size: 17px;
    color: #666;
    border-bottom: 1px solid #f0f0f0;
}

.item-dropdown:last-child {
    border-bottom: none;
}

.item-dropdown:hover {
    background-color: #f9f9f9;
    color: #111;
}

.cabecalho-sistema {
    font-weight: 600;
    color: #333;
    display: flex;
    justify-content: space-between;
    align-items: center;
}


.nome-sistema:hover {
    font-weight: 500;
}

.item-api p {
    font-size: 14px;
    color: #555;
    line-height: 1.4;
    cursor: default;
}

.item-api span {
    color: #28a745;
    margin-right: 5px;
    font-weight: bold;
}

.item-api:hover {
    background-color: #ffffff;
    color: #555;
}

.escondido {
    display: none;
}

/* FIM DO FILTO */

#conteudo-cinza {
    padding: 50px 0;
}

#conteudo-cinza .icon {
    max-width: 120px;
    display: block;
}

#conteudo-cinza .titulo {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 20px;
    margin-bottom: 30px;
}

#conteudo-cinza .container {
    background: #F6F6F6;
    border-radius: 30px;
    padding: 50px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 50px;
}

#oprograma,
#nossosniveis,
.table-wrapper {
    color: #42464C;
    width: 100%;
}

#oprograma p {
    margin-bottom: 20px;
}

#oprograma p:last-child {
    margin: 0;
}

.listaniveis {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 50px;
    flex-wrap: wrap;
    text-align: center;
}

.listaniveis h3 {
    color: #FC6B0F;
    font-size: 1.4rem;
    margin-bottom: 15px;
}


#conteudo-cinza h2 {
    color: #414141;
    font-size: 2.4rem;
    font-weight: 900;
    text-align: center;
}

.bloco-h2 {
    text-align: center;
    color: #414141;
    padding-top: 50px;
}

#conteudo-cinza .bloco-h2 h2 {
    color: #414141;
    font-size: 2.4rem;
    font-weight: 400;
    text-align: center;
    margin-bottom: 30px;
}

#conteudo-cinza .bloco-h2 h2 strong {
    color: #FC6B0F;
}

#conteudo-cinza .bloco-h2 p{
    font-size: 1.2rem;
    margin-bottom: 20px;
}

#conteudo-cinza .bloco-h2 p:last-of-type{
    margin-bottom: 50px;
}

#conteudo-cinza .bloco-h2 h3 {
    color: #414141;
    font-size: 1.8rem;
    font-weight: 600;
}


.icon-circle {
    display: inline-block;
    width: 45px;
    aspect-ratio: 1;
}

.tier-bronze {
    background: url(../img/ico-recruta-p.webp) center center no-repeat;
}

.tier-silver {
    background: url(../img/ico-agente-p.webp) center center no-repeat;
}

.tier-gold {
    background: url(../img/ico-elite-p.webp) center center no-repeat;
}

.tier-teal {
    background: url(../img/ico-mestre-p.webp) center center no-repeat;
}

.tier-orange {
    background: url(../img/ico-lenda-p.webp) center center no-repeat;
}

.cabecalho-sistema {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
}

.icone-nivel {
    width: 24px;
    height: 24px;
}



.responsive-table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 20px;
}

.responsive-table thead {
    background-color: #fafafa;
}

.responsive-table th,
.responsive-table td {
    padding: 15px 10px;
    text-align: center;
    border-bottom: 1px solid #eee;
}

.responsive-table th:first-child,
.responsive-table td:first-child {
    text-align: left;
    padding-left: 25px;
    width: 40%;
}

.responsive-table tbody tr:hover {
    background-color: #f8f8f8;
}

.responsive-table td:not(:first-child) {
    font-weight: bold;
    color: #28a745;
    font-size: 18px;
}







@media screen and (max-width: 1440px) {
    .container {
        margin: 0 30px
    }
}

@media screen and (max-width: 1360px) {
    main .container {
        background-position: right center, center center;
        padding: 100px 0 100px 50px;
    }

    main .texto {
        max-width: 400px;
    }

    main.comparador .texto {
        max-width: 300px;
    }



    #prefooter .azul .texto {
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
    }

    .blocofooter {
        max-width: none;
    }

    #prefooter .azul .texto {
        justify-content: center;
        align-items: center;
    }

    .interno .blocofooter {
        flex-direction: column;
        justify-content: center;
        align-items: center;
        width: 100%;
    }

    .interno .blocofooter .infos {
        display: flex;
        flex-direction: column;
        text-align: center;
        text-wrap: balance;
        width: 100%;
    }

    .blocofooter .foto {
        max-width: 60px;
    }
}

@media screen and (max-width: 1060px) {

    main .container,
    main.hubscore .container,
    main.comparador .container {
        background-image: linear-gradient(235deg, rgba(14, 102, 234, 1) 0%, rgba(9, 66, 150, 1) 100%);
        background-position: center center;
        padding: 50px;
        text-align: center;
    }

    main .texto,
    main.comparador .texto {
        max-width: none;

    }

    #chamada .icone {
        flex-shrink: 1;
        width: 200px;
        min-width: 200px;
    }

    #chamada h2 {
        font-size: 2rem;
        margin-bottom: 15px;
    }

    #prefooter .branco h2 {
        font-size: 2rem;
    }

    #prefooter .branco {
        padding: 50px 0;
    }

    #container-principal {
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .coluna-filtro {
        width: 100%;
        max-width: none;
    }


}

@media screen and (max-width: 880px) {
    #links-mktplace .link:nth-child(n) {
        flex-direction: column;
        gap: 20px;
    }

    #links-mktplace .texto {
        justify-content: center;
        align-items: center;
        text-align: center;
    }

    #links-mktplace .foto {
        width: 200px;
    }

    #prefooter .texto {
        width: 100%;
    }

    #prefooter .branco .texto {
        text-wrap: balance;
        text-align: center;
    }

    #ninjarodape {
        position: static;
        max-width: 400px;
        margin: 0 auto -50px;
        display: block;
        width: 100%;
    }

    #prefooter .azul .texto {
        justify-content: center;
        align-items: center;
    }

    .blocofooter {
        flex-direction: column;
        justify-content: center;
        align-items: center;
        width: 100%;
    }

    .blocofooter .infos {
        display: flex;
        flex-direction: column;
        text-align: center;
        text-wrap: balance;
        width: 100%;
    }


}

@media (max-width: 768px) {

    #conteudo-cinza .titulo {
        flex-direction: column;
        justify-content: center;
        align-items: center;
        width: 100%;
    }

    .table-wrapper h2 {
        text-align: center;
        padding: 20px 15px 0;
    }

    .responsive-table thead {
        display: none;
    }

    .responsive-table,
    .responsive-table tbody,
    .responsive-table tr,
    .responsive-table td {
        display: block;
        width: 100%;
    }

    .responsive-table tr {
        margin-bottom: 15px;
        border: 1px solid #ddd;
        border-radius: 8px;
        overflow: hidden;
    }

    .responsive-table td:first-child {
        background-color: #f5f5f5;
        font-weight: bold;
        text-align: left;
        padding: 15px;
        width: 100%;
        border-bottom: 1px solid #ddd;
    }

    .responsive-table td:not(:first-child) {
        padding: 12px 15px 12px 50%;
        text-align: right;
        position: relative;
        border-bottom: none;
        border-top: 1px solid #eee;
    }

    .responsive-table td:not(:first-child)::before {
        content: attr(data-label);
        position: absolute;
        left: 15px;
        top: 50%;
        transform: translateY(-50%);
        font-weight: 400;
        color: #555;
        text-align: left;
        font-size: 1rem;
    }

    .responsive-table td:empty {
        color: #999;
    }

    .responsive-table td:empty::after {
        content: "—";
    }
}

@media screen and (max-width: 660px) {

    h1 {
        font-size: 1.8rem;
    }

    #chamada .container {
        flex-direction: column-reverse;
        text-align: center;

    }

    #links-mktplace h2 {
        font-size: 2rem;
    }
}