.academias-container {

    width: 100%;

    max-width: 90%;

    margin: 0 auto;

    box-sizing: border-box;

}
.academia-grid {

    display: grid;

    grid-template-columns:
        repeat(
            auto-fit,
            minmax(360px, 420px)
        );

    justify-content: center;

    gap: 25px;

    width: 100%;

}
.academia-card {

    width: 100%;

    min-width: 0;

    box-sizing: border-box;

    background: #181818;

    border: 1px solid #2b2b2b;

    border-radius: 18px;

    padding: 25px;

    display: flex;

    flex-direction: column;

}
.academia-topo {

    display: flex;

    justify-content: space-between;

    align-items: flex-start;

    gap: 15px;

    margin-bottom: 15px;

}
.academia-topo h3 {

    margin: 0;

    font-size: 22px;

}
.academia-topo span {

    color: #9b9b9b;

}
.badge-principal {

    background: var(--green);

    color: #000;

    font-size: 12px;

    font-weight: 700;

    padding: 6px 12px;

    border-radius: 30px;

    white-space: nowrap;

}
.academia-tipo {

    color: var(--green);

    margin-bottom: 25px;

    font-weight: 600;

}
.academia-status {

    margin-bottom: 15px;

}
.academia-localizacao {

    display: block;

    color: #9b9b9b;

    font-size: 13px;

    margin-top: 5px;

}
.academia-localizacao i {

    color: var(--green);

    margin-right: 5px;

}
.academia-progresso {

    margin-bottom: 20px;

}
.progresso-info {

    display: flex;

    justify-content: space-between;

    align-items: center;

    margin-bottom: 7px;

    color: #9b9b9b;

    font-size: 12px;

}
.progresso-info strong {

    color: var(--green);

}
.progresso-barra {

    width: 100%;

    height: 6px;

    background: #111;

    border-radius: 10px;

    overflow: hidden;

}
.progresso-preenchido {

    height: 100%;

    background: var(--green);

    border-radius: 10px;

    transition: width .3s ease;

}
.academia-numeros {

    display: grid;

    grid-template-columns: repeat(2, 1fr);

    gap: 15px;

    margin-bottom: 20px;

}
.academia-numeros div {

    background: #111;

    border: 1px solid #2b2b2b;

    border-radius: 12px;

    padding: 15px;

    text-align: center;

}
.academia-numeros strong {

    display: block;

    font-size: 24px;

    margin-bottom: 6px;

}
.academia-numeros span {

    color: #9b9b9b;

    font-size: 13px;

}
.academia-plano {

    display: flex;

    justify-content: space-between;

    align-items: center;

    gap: 10px;

    background: #111;

    border: 1px solid #2b2b2b;

    border-radius: 12px;

    padding: 12px 15px;

    margin-bottom: 18px;

    font-size: 13px;

}
.academia-plano span {

    color: #9b9b9b;

}
.academia-plano span i {

    color: var(--green);

    margin-right: 5px;

}
.academia-plano strong {

    color: #fff;

}
.academia-btn {

    width: 100%;

    text-align: center;

    text-decoration: none;

    margin-top: auto;

}
.nova-academia {

    justify-content: center;

    align-items: center;

    text-align: center;

    text-decoration: none;

    transition: .25s;

}
.nova-academia:hover {

    transform: translateY(-4px);

    border-color: var(--green);

}
.nova-icone {

    width: 70px;

    height: 70px;

    border-radius: 50%;

    background: var(--green);

    color: #000;

    font-size: 40px;

    display: flex;

    justify-content: center;

    align-items: center;

    margin-bottom: 20px;

    font-weight: 700;

}
.nova-academia h3 {

    color: #fff;

    margin-bottom: 10px;

}
.nova-academia p {

    color: #999;

}
.academia-vazia {

    grid-column: 1 / -1;

    text-align: center;

    padding: 50px 25px;

    border-radius: 18px;

    border: 1px solid #2b2b2b;

    background: #181818;

}
.academia-vazia-icone {

    width: 65px;

    height: 65px;

    margin: 0 auto 18px;

    display: flex;

    align-items: center;

    justify-content: center;

    border-radius: 50%;

    background: rgba(57, 209, 29, .12);

    color: var(--green);

    font-size: 25px;

}
.academia-vazia h3 {

    margin: 0 0 8px;

}
.academia-vazia p {

    color: #999;

    margin-bottom: 20px;

}
/* ======================TABLET========================================= */

@media (max-width: 800px) {

    .academia-grid {

        grid-template-columns:
            repeat(
                auto-fit,
                minmax(300px, 380px)
            );

        justify-content: center;

    }

}


/* ===================CELULAR=================================== */

@media (max-width: 650px) {

    .academia-grid {

        grid-template-columns: 1fr;

        justify-content: stretch;

    }
    .academia-card {

        width: 100%;

    }

}


/* =====================CELULARES PEQUENOS================================== */

@media (max-width: 400px) {

    .academia-card {

        padding: 20px;

        border-radius: 15px;

    }
    .academia-topo h3 {

        font-size: 19px;

    }
    .academia-numeros {

        gap: 10px;

    }
    .academia-numeros div {

        padding: 12px 8px;

    }
    .academia-numeros strong {

        font-size: 20px;

    }

}


/* =======================ABAS DO CADASTRO============================ */

.tab-pane {

    display: none;

}
.tab-pane.active {

    display: block;

}
.usuario-logado {

    margin: 4px 0 0;

    color: #999;

    font-size: 13px;

}

.usuario-logado strong {

    color: #39d11d;

    font-weight: 600;

}
/* =========================================================
   STATUS DA ACADEMIA
   ========================================================= */

.academia-status-box {

    margin: 5px 0 12px;

    font-size: 14px;

}

.academia-status-box strong {

    font-weight: 600;

}


/* =========================================================
   STATUS - CORES
   ========================================================= */

.status-verde {

    color: #39d11d;

}

.status-amarelo {

    color: #f1c40f;

}

.status-azul {

    color: #3498db;

}

.status-laranja {

    color: #f39c12;

}

.status-vermelho {

    color: #ff4d4d;

}

.status-cinza {

    color: #999;

}


/* =========================================================
   PROGRESSO
   ========================================================= */

.academia-progresso {

    width: 100%;

    margin-bottom: 15px;

}


.academia-progresso-topo {

    display: flex;

    justify-content: space-between;

    align-items: center;

    margin-bottom: 5px;

    font-size: 11px;

}


.academia-progresso-topo span {

    color: #999;

}


.academia-progresso-topo strong {

    color: #39d11d;

    font-size: 11px;

}


.academia-progresso-barra {

    width: 100%;

    height: 5px;

    background: #292929;

    border-radius: 10px;

    overflow: hidden;

}


.academia-progresso-fill {

    height: 100%;

    background: #39d11d;

    border-radius: 10px;

    transition: width .4s ease;

}