/* 
Theme Name: Skade - Hello Elementor Child
Theme URI: 
Description: 
Author: 
Author URI: 
Template: hello-elementor
Version: 1.0.1
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: 
*/

/*
    Add your custom styles here
*/

.periodos {
    display: flex;
    justify-content: center;
    margin: 0;
    padding: 0;
    list-style: none;
    gap: 30px;
}

.periodos li {
    margin: 0;
    padding: 0;
    text-align: center;
}

.periodos li a {
    display: block;
    padding: 10px;
    text-decoration: none;
    color: #333;
    border-bottom: 2px solid #133c63;
    min-width: 110px;
}

.periodos #chart {
    max-height: 40vh!important;
}