 .content {
    padding: 0;
}

.separator {
    border-bottom: 1px solid #ccc;
    margin-top: 5px;
    margin-bottom: 10px;
}

#grado-select-default {
    font-weight: bold;
    font-size: 17px;

}

.main_container {
    background-color: #f3f3f3;
}

.tex-s-e h5 {
    font-size: 1.5rem;
}

.c-t {
    display: flex;
    align-items: center;

}

.selec-grado {
    display: flex;
    justify-content: center;
}

.card-transparent {
    background-color: transparent;
    border: none;
}
/*
.card-footer {
    border: 1px solid #ccc;
    margin: 10px;
}
*/
.c-descrip {
    margin-top: 5px;
}

.col-lg-6 {
    padding-bottom: 20px;
}

#container {
    min-width: 310px;
    max-width: 800px;
    height: 400px;
    margin: 0 auto;
}

.buttons {
    min-width: 310px;
    text-align: center;
    margin: 1rem 0;
    font-size: 0;
}

.buttons button {
    cursor: pointer;
    border: 1px solid silver;
    border-right-width: 0;
    background-color: #f8f8f8;
    font-size: 1rem;
    padding: 0.5rem;
    transition-duration: 0.3s;
    margin: 0;
}

.buttons button:first-child {
    border-top-left-radius: 0.3em;
    border-bottom-left-radius: 0.3em;
}

.buttons button:last-child {
    border-top-right-radius: 0.3em;
    border-bottom-right-radius: 0.3em;
    border-right-width: 1px;
}

.buttons button:hover {
    color: white;
    background-color: rgb(158 159 163);
    outline: none;
}

.buttons button.active {
    background-color: #0051b4;
    color: white;
}

#buttonsContainer {
    display: flex;
    flex-direction: row;
    justify-content: center;
}

#buttonsContainer button {
    font-size: 14px;
}

.highcharts-figure,
.highcharts-data-table table {
    min-width: 360px;
    max-width: 800px;
    margin: 1em auto;
}

.highcharts-data-table table {
    font-family: Verdana, sans-serif;
    border-collapse: collapse;
    border: 1px solid #ebebeb;
    margin: 10px auto;
    text-align: center;
    width: 100%;
    max-width: 500px;
}

.highcharts-data-table caption {
    padding: 1em 0;
    font-size: 1.2em;
    color: #555;
}

.highcharts-data-table th {
    font-weight: 600;
    padding: 0.5em;
}

.highcharts-data-table td,
.highcharts-data-table th,
.highcharts-data-table caption {
    padding: 0.5em;
}

.highcharts-data-table thead tr,
.highcharts-data-table tr:nth-child(even) {
    background: #f8f8f8;
}

.highcharts-data-table tr:hover {
    background: #f1f7ff;
}

.highcharts-title {
    font-size: 0.7rem;
}



@media only screen and (max-width: 1037px) and (min-width: 768px) {
    .tex-s-e h5 {
        font-size: 1rem;
    }

    .tex-s-e h6 {
        font-size: 0.9rem;
    }

    #grado-select-default {
        font-size: 1rem;
    }

    .text-center {
        font-size: 1rem;
    }

    #buttonsContainer button {
        font-size: 10px;
    }

    .highcharts-title {
        font-size: 1rem;
    }

    .c-t {
        display: flex;
        justify-content: flex-start;
    }

}


@media only screen and (max-width: 767px) {
    .tex-s-e h5 {
        font-size: 0.7rem;
    }

    .tex-s-e h6 {
        font-size: 0.7rem;
    }

    #grado-select-default {
        font-size: 0.7rem;
    }

    .text-center {
        font-size: 0.7rem;
    }

    .graf-c {
        margin: 0;
    }

    #buttonsContainer button {
        font-size: 7px;
    }

    #buttonsContainer {
        display: flex;
        align-items: flex-start;
        justify-content: flex-start;
    }

    .highcharts-title {
        font-size: 0.7rem;
    }
} 
