    .buttons {
        margin-bottom: 30px;
    }

    .buttons>button {
        background-color: var(--cor02);
        box-shadow: 0px 4px 0px #0f2446;
        outline: none;
        border: none;
        padding: 10px;
        width: 3rem;
        height: 2rem;
        border-radius: 10px;
        color: var(--cor07);
        align-self: flex-start;
    }


    .buttons>button:active {
        transform: scale(0.93);
    }

    .chart-container {
        display: flex;
        justify-content: center;
        align-items: flex-end;
        position: relative;
        margin-top: 20px;
    }

    .bar {
        width: 50px;
        margin: 0 10px;
        background-color: #4CAF50;
        transition: all 0.5s ease;
        display: flex;
        justify-content: center;
        align-items: flex-end;
        color: #fff;
        font-weight: bold;
    }

    .bar.no-ged {
        background-color: #f44336;
    }

    .bar-label {
        margin-top: 5px;
        text-align: center;
        font-size: 14px;
    }

    .bar-group {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .text-grafico {
        padding: 0.5rem;
        display: flex;
        flex-direction: column;
        gap: 15px;
        justify-content: center;
        align-items: center;
        width: 100%;
        height: 100%;
    }

    .text-grafico>h3 {
        text-align: center;
        margin: 0%;
    }

    .text-grafico>p {
        text-align: justify;
    }

    canvas {
        max-width: 500px;
        max-height: 350px;
    }

    .carousel-container {
        position: relative;
        width: 100%;
        height: 100%;
        display: flex;
        align-items: center;
    }

    .carousel {
        position: relative;
        width: 100%;
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .slide {
        position: absolute;
        width: 220px;
        height: 300px;
        background: white;
        border-radius: 16px;
        box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
        transition: all 0.6s ease;
        filter: blur(3px);
        opacity: 0.5;
        z-index: 1;
        text-align: center;
        padding: 20px;
    }

    .slide .icon {
        width: 60px;
        height: 60px;
        margin: auto;
        background: #003366;
        border-radius: 50%;
        padding: 10px;
    }

    .slide .icon img {
        width: 100%;
        height: 100%;
        object-fit: contain;
        filter: none;
    }

    .slide .content {
        margin-top: 20px;
        color: #333;
        display: none;
    }

    .slide.active {
        transform: translateX(0) scale(1.1);
        filter: none;
        opacity: 1;
        z-index: 5;
    }

    .slide.active .content {
        display: block;
    }

    .slide.pos-1 {
        transform: translateX(-260px) scale(0.9);
        z-index: 3;
    }

    .slide.pos-2 {
        transform: translateX(-520px) scale(0.8);
        z-index: 2;
    }

    .slide.pos1 {
        transform: translateX(260px) scale(0.9);
        z-index: 3;
    }

    .slide.pos2 {
        transform: translateX(520px) scale(0.8);
        z-index: 2;
    }

    button.left {
        position: absolute;
        top: 50%;
        left: 0;
        transform: translateY(-50%);
        background: none;
        border: none;
        font-size: 2rem;
        cursor: pointer;
        z-index: 10;
        color: #003366;
    }

    button.right {
        position: absolute;
        top: 50%;
        right: 0;
        transform: translateY(-50%);
        background: none;
        border: none;
        font-size: 2rem;
        cursor: pointer;
        z-index: 10;
        color: #003366;
    }

    .centralizar-slideshow {
        display: flex;
        justify-self: center;
        align-items: center;
        width: 100%;
        height: 25rem;
        overflow: hidden;
    }

    .accordion {
        width: 100% !important;
    }

    .accordion-button::after {
        display: none;
    }

    .custom-toggle {
        color: orange;
        font-weight: bold;
        font-size: 1.5rem;
        margin-left: auto;
        transition: transform 0.3s ease;
    }

    .custom-toggle.rotate {
        transform: rotate(45deg);
        /* vira o "+" em "x" */
    }

    .accordion-item {
        border: none;
        border-bottom: 2px solid var(--cor02) !important;
    }

    .accordion-button {
        background-color: transparent;
        box-shadow: none;
        font-weight: bold;
        padding-left: 0;
    }

    .accordion-body {
        padding-left: 0;
        color: var(--azul-escuro) !important;
    }

    .accordion-button::after {
        display: none;
    }

    .custom-toggle {
        color: var(--cor04) !important;
        font-weight: bold;
        font-size: 2rem;
        margin-left: auto;
        transition: transform 0.3s ease;
    }

    .custom-toggle.rotate {
        transform: rotate(45deg);
        /* vira o "+" em "x" */
    }

    .accordion-item {
        border: none;
        padding: 10px !important;
        background-color: var(--cor08) !important;
    }

    .accordion-button {
        background-color: transparent !important;
        box-shadow: none;
        font-weight: bold;
        padding: 10px !important;
        color: var(--cor02) !important;
    }

    .accordion-body {
        padding-left: 0;
        color: var(--azul-escuro);
        padding: 10px !important;
    }

    .accordion-button:focus {
        z-index: 3;
        outline: 0;
        box-shadow: none !important;
    }

    .accordion-button:not(.collapsed) {
        color: var(--cor02) !important;
        background-color: var(--cor08) !important;
        box-shadow: inset 0 calc(-1 * var(--bs-accordion-border-width)) 0 var(--bs-accordion-border-color) !important;
    }

    .slide {
        padding: 0% !important;
    }

    .slide>.relative-slides {
        position: relative;
        width: 100%;
        height: 100%;
    }

    .slide>.relative-slides>.alinhar-header-slide {

        top: 0%;
        left: 0%;
        width: 100%;
        display: flex;
        flex-direction: row;
        align-items: center;
        height: 5rem;
    }

    .slide>.relative-slides>.alinhar-header-slide>h6 {
        white-space: normal;
        margin-bottom: 0px;
        margin-left: 1rem;
        width: calc(100% - 8rem);
        color: var(--azul-escuro);
    }

    .slide>.relative-slides>.alinhar-header-slide>img {
        width: 3rem;
        height: 3rem;
        border-radius: 50%;
        margin-left: 1rem;

    }

    .slide>.relative-slides>.content {
        margin: 0% !important;
    }

    .slide>.relative-slides>.content>ul {
        list-style: none;
        padding: 0px 10px 10px 10px;

    }

    .slide>.relative-slides>.content>ul>li {
        font-size: 0.8rem;
        text-align: center;
        margin-bottom: 10px;
        color: var(--azul-escuro);
    }

    .slide>.relative-slides>.content>ul>li::before {
        content: '✓';
        color: var(--cor04);
        font-size: 16px;
        margin-right: 8px;
        font-weight: bolder;
    }

    .container-grafico {
        display: flex;
        flex-direction: column;
        justify-content: space-evenly;
        align-items: center;
        width: 90%;
        height: auto;
        border-radius: 10px;
    }


    .info-grafico {
        display: flex;
        flex-direction: row;
        justify-content: space-evenly;
        align-items: center;
        width: 100%;
        height: 100%;
        background-image: linear-gradient(to left, #f1f1f1, #86b4ffa9, #f1f1f1);
        border-radius: 10px;
        padding: 30px;
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.082);
    }

    /*rgb(191, 216, 255)*/

    @media screen and (max-width: 1200px) {
        .info-grafico {
            flex-wrap: wrap;
        }
    }

    @media screen and (max-width: 725px) {
        .container-grafico {
            width: 95%;
        }
    }

    @media screen and (max-width: 550px) {
        .fundo-img {
            padding: 1rem;
        }

        .chart-container {
            height: 200px;
        }

        .header h2 {
            font-size: 1.2rem;
        }

        .toggles button {
            padding: 0.3rem 0.8rem;
            font-size: 0.8rem;
        }
    }


    .text-info-grafico {
        width: 550px;
        padding: 20px 30px;
        text-align: justify;
        position: relative;
        font-weight: 500;
        color: black;
    }

    .fundo-img {
        background-color: var(--cor07);
        border-radius: 16px;
        box-shadow: 0 4px 4px rgba(0, 0, 0, 0.05);
        padding: 2rem;
        width: 650px;
        height: 95%;
    }

    .card {
        background: var(--cor07);
        border-radius: 16px;
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
        padding: 2rem;
        max-width: 600px;
        width: 100%;
    }

    .header {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-bottom: 1.5rem;
    }

    .header h2 {
        font-size: 1.5rem;
        color: var(--cor02);
    }

    .toggles {
        display: flex;
        gap: 0.5rem;
    }

    .toggles button {
        padding: 0.4rem 1rem;
        border: 1px solid #ccc;
        background: transparent;
        border-radius: 10px;
        cursor: pointer;
        font-size: 0.9rem;
        transition: all 0.2s;
    }

    .toggles button.active {
        background: var(--cor02);
        color: var(--cor07);
    }

    /* canvas ocupa 100% da largura do card */
    .chart-container {
        position: relative;
        width: 100%;
        height: 300px;
    }

    .teste {
        width: 1900px;
        height: 5px;
    }