.main_content_index {
    width: 100%;
    padding: 0;
    margin-bottom: 2%;
}

.chart_ind_index {
    font-family: 'Roboto Mono', monospace, sans-serif;
    width: 95%;
    height: auto;
    border-radius: 7px;
    box-sizing: border-box;
    margin-left: 0;
}

.main_colun_charts_box_1 {
    width: 100%;
    height: auto;
}

.main_colun_charts_box_2 {
    width: 100%;
    height: auto;
}

.colun_ind_charts {
    width: 100%;
    height: auto;
}

.chart_ind_1 {
    width: 100%;
    height: 330px;
    border-radius: 7px;
    box-shadow: var(--box-shadow);
}

.chart_ind_2 {
    width: 100%;
    height: 330px;
    border-radius: 7px;
    box-shadow: var(--box-shadow);
}

.chart_ind_3 {
    width: 100%;
    height: 330px;
    border-radius: 7px;
    box-shadow: var(--box-shadow);
}

.chart_ind_4 {
    width: 100%;
    height: 330px;
    border-radius: 7px;
    box-shadow: var(--box-shadow);
}

.chart_ind_5 {
    width: 100%;
    height: 330px;
    border-radius: 7px;
    box-shadow: var(--box-shadow);
}

.chart_ind_6 {
    width: 100%;
    height: 330px;
    border-radius: 7px;
    box-shadow: var(--box-shadow);
}

.chart_ind_7 {
    width: 100%;
    height: 330px;
    border-radius: 7px;
    box-shadow: var(--box-shadow);
}

.chart_ind_8 {
    width: 100%;
    height: 330px;
    border-radius: 7px;
    box-shadow: var(--box-shadow);
}

/*chart*/

.title_ind_index {
    height: 15%;
}

.chart_funsio_index {
    height: 85%;
}

.charts_ind_index {
    width: 100% !important;
}

.legend-card-index {
    width: 100% !important;
}

.chart-legend-index {
    z-index: 1;
    text-align: right;
    font-size: 10px;
    margin-right: 4%;
    font-weight: bold;
}

.container_page_inicio {
    width: 100%;
    height: 77vh;

    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 3rem;
}

.container_page_inicio_titulo {
    font-size: 30px;
    font-weight: 600;
    color: #474a57;

    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.5em;
}

.container_page_inicio_img {
    width: 80%;
    height: 70%;
}

@media only screen and (max-width: 1320px) {
    .container_page_inicio_titulo {
        font-size: 20px;
    }
}

@media only screen and (max-width: 890px) {
    .container_page_inicio {

        gap: 1rem;
    }

    .container_page_inicio_titulo {
        font-size: 16px;
    }
}

@media only screen and (max-width: 710px) {
    .container_page_inicio {
        gap: 1rem;
    }

    .container_page_inicio_titulo {
        font-size: 12px;
    }
}

@media only screen and (max-width: 580px) {
    .container_page_inicio {
        height: 40vh;
        gap: 1rem;
    }

    .container_page_inicio_titulo {
        font-size: 10px;
    }
}


@media only screen and (min-width: 1025px) and (max-width: 1300px) {
    .charts_ind_index {
        height: 90% !important;
    }

    .legend-card-index {
        height: 30%;
    }

    .chart-legend-index {
        height: 70%;
    }

    .chart-cad {
        margin-bottom: 6%;
    }

}