.bg-list-eixos {
    background-color: #CFCFCF !important;
}

.nav-link.active {
    background-color: #783536 !important;
}

.c-wrapper-agrupadores {
    border-radius: 20px;
    min-height: 600px;

    .marcador {
        position: relative;
        padding-left: 16px;
    }
    
    .marcador::before {
        content: "";
        width: 8px;
        height: 8px;
        background-color: #783536;
        border-radius: 50%;
        display: inline-block;
        position: absolute;
        left: 0;
        top: 1.4em;
    }

    a {
        color: #707070 !important;
        font-size: 20px;
    }

    .c-agrupadores {
        min-height: 37vh;
    }

    .banner-agrupadores {
        padding: 0 !important;
        border-start-start-radius: 15px;
        border-start-end-radius: 15px;
    }

    .c-eixos-list {
        border-end-end-radius: 15px;
        border-end-start-radius: 15px;
        min-height: 425px;
    }

    .card {
        border: none;

        &,
        img {
            border-start-start-radius: 15px !important;
            border-start-end-radius: 15px !important;
        }

        .card-img {
            min-height: 328px;
            max-height: 328px;
            object-fit: cover;
        }
    }

    .opaco {
        opacity: 0.7;
        border-start-start-radius: 15px !important;
        border-start-end-radius: 15px !important;
    }

    .bolinha {
        width: 8px;
        height: 8px;
        background-color: #783536;
        border-radius: 50%;
        display: inline-block;
    }
}

.c-eixos-tab {
    .nav-link {
        color: #fff !important;
    }
}

.right-column-eixos-tab {
    position: relative;
    z-index: 1;
    right: 20px;
    border-radius: 20px;
    background-color: #A8A8A8;
    top: 13px;
    padding-bottom: .25rem;
}