.modraramos-quadro {
    padding: 0 60px 35px 60px;
    border: 1px solid #4D80CF;
    border-radius: 10px;
    background-color: #fff;
    margin-bottom: 43px;
}

.modraramos-faixa {
    height: 9px;
    width: 100%;
    margin-bottom: 25px;
    border-radius: 4px;
}

.modraramos-titulo {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
    margin-bottom: 40px;
    font: normal normal 28px/20px Intro;
    color: #171C66;
}

.modraramos-h2-300 {
    margin: 0 5px;
    line-height: 1.2;
    font-weight: 300;
}

.modraramos-h2-600 {
    margin: 0 5px;
    line-height: 1.2;
    font-weight: 600;
}

.modraramos-row {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    text-align: center;
    margin: 0 20px;
    gap: 0; /* Remove espaços entre os elementos */
}

.modraramos-col {
    flex: 1 1 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0 20px;
    box-sizing: border-box;
}

.modraramos-img img {
    width: 109px;
    margin-bottom: 15px;
}

.modraramos-num {
    font: normal normal 600 28px/18px Intro;
    margin-top: 28px;
    margin-bottom: 8px;
}

.modraramos-cat {
    font: normal normal 400 18px/22px Intro;
    margin-bottom: 10px;
    color: #00166B;
}

.modraramos-faixa-int {
    height: 1px;
    background: #BEBEBE 0 0 no-repeat padding-box;
    border: 0 solid #BEBEBE;
    width: 50%;
    margin: 15px 0 10px 0;
}

.modraramos-com {
    font: normal normal normal 14px/20px Inter;
    color: #171C66;
    margin-top: 10px;
    padding: 0 20%;
}

.modraramos-graficos {
    margin-top: 50px;
    padding: 20px;
    border-top: 1px solid #eee;
}

.modraramos-faixa-lateral {
    width: 1px;
    background-color: #BEBEBE;
    margin: 0 10px;
    align-self: stretch;
    height: 190px;
}

/** Ãrea dos Grãficos **/

.modramos-grafico {
    color: #001957;
    max-width: 960px;
    margin: 0 auto;
}

.modramos-grafico-container {
    width: 100%;
    margin-bottom: 47px;
}

.modramos-grafico-container:last-child {
    margin-bottom: 0;
}

/* título continua como está */
.modramos-titulo {
    font: normal normal 400 28px/22px Intro;
    margin-bottom: 37px;
    color: #00166B;
}

.modramos-img-corede {
    display: flex;
    flex-direction: column;
    align-items: center; /* Centraliza horizontalmente */
    justify-content: center; /* Centraliza verticalmente */
    text-align: center;
    gap: 5px;
}

.modramos-img-corede img {
    height: 60px;
}

.modramos-titulo-corede {
    font: normal normal 400 16px/22px Intro;
    color: #00166B;
}

/* Aqui define 960px como base para as linhas */

.modramos-linha-grafico {
    display: grid;
    grid-template-columns: 60px 1fr 150px; /* ano, barra, valor */
    align-items: center;
    gap: 12px;
    margin: 12px 0;
    height: 34px;
    max-width: 960px;
}

/* Setas podem continuar com 60px */

.modramos-seta-wrapper {
    width: 60px;
    display: flex;
    justify-content: center;
    cursor: pointer;
}

/* Bloco ano */

.modramos-col-ano-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 60px;
}

/* Botão do ano */
.modramos-ano {
    font: normal normal 600 12px/17px Intro;
    display: inline-block;
    padding: 2px 14px;
    height: 27px;
    line-height: 24px;
    border-radius: 50px;
    border: 1px solid #4D80CE;
    color: #4D80CE;
    background-color: white;
    box-sizing: border-box;
}

.modramos-ativo {
    color: #fff;
    border: none;
}

/* Área da barra */

.modramos-barra-container {
    height: 34px;
    background: #E6E6E6 0 0 no-repeat padding-box;
    border-radius: 8px;
    display: flex;
    align-items: center;
    overflow: hidden;
}

/* Barra interna */

.modramos-barra {
    height: 100%;
    border-radius: 8px;
    flex-shrink: 0;
}

/* Valor numérico */

.modramos-valor {
    text-align: left;
    font: normal normal 400 18px/23px Intro;
    color: #707070;
}

.modramos-valor-color {
    font: normal normal 600 29px/36px Intro !important;
}

.modraramos-corede {
    margin-bottom: 50px;
}

.modraramos-corede .combo-simples {
    width: 80%;
    position: relative;
}

.modraramos-corede .combo-titulo {
    background: #fff;
    border: 1px solid #4D80CE;
    padding: 12px 16px;
    border-radius: 8px;
    cursor: pointer;
    color: #171C66;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font: normal normal 400 16px/30px Inter;
}

.modraramos-corede .combo-titulo .seta {
    transition: transform 0.2s ease;
}

.modraramos-corede .combo-lista {
    display: none;
    position: absolute;
    width: 100%;
    margin-top: 4px;
    border: 1px solid #171C66;
    border-radius: 8px;
    background: #fff;
    list-style: none;
    padding: 16px 25px;
    max-height: 300px;
    overflow-y: auto;
    z-index: 1000;
}

.modraramos-corede .combo-lista li a, .combo-lista li span {
    display: block;
    padding: 10px 5px;
    text-decoration: none;
    color: #171C66;
    border-bottom: 1px solid #4D80CE;
    font: normal normal 400 16px/30px Inter;
}

.modraramos-corede .combo-lista li a:hover {
    background-color: #e8f0fe;
}

.modraramos-corede .modraramos-corede-nome {
    font: normal normal 300 28px/40px Intro;
    color: #171C66;
    display: flex;
    justify-content: end;
    align-items: center;
}

@media screen and (max-width: 992px) {
    .modraramos-quadro {
        padding: 0 25px 35px 25px;
    }

    .modraramos-faixa-lateral {
        display: none;
    }

    .modraramos-row {
        display: flex;
        justify-content: unset;
        align-items: unset;
        text-align: unset;
        margin: 0;
        flex-direction: row;
        flex-wrap: wrap;
    }

    .modraramos-col {
        flex: 50%;
        padding: 0 5px;
    }

    .modraramos-col:last-child {
        margin-top: 45px;
    }

    .modraramos-com {
        padding: 0 5%;
        text-align: center;
        font-size: 12px;
        line-height: 15px;
    }

    .modraramos-titulo {
        display: block;
    }

    .modraramos-titulo, .modraramos-num {
        font-size: 24px;
        line-height: 29px;
    }

    .modraramos-cat {
        font-size: 16px;
        line-height: 22px;
    }

    .modraramos-corede {
        display: flex;
        flex-direction: column-reverse;
    }

    .modraramos-corede .modraramos-corede-nome {
        justify-content: start;
        margin-bottom: 30px;
    }

    .modraramos-corede .combo-simples {
        width: 100%;
    }

    .modramos-img-corede {
        display: flex;
        flex-direction: row;
        gap: 10px;
        justify-content: start;
        margin-bottom: 21px;
    }

    .modramos-img-corede img {
        width: 45px;
        height: auto;
    }
}
