*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html{
    scroll-behavior: smooth;
    font-family: 'Raleway', sans-serif;
    font-weight: 400;
    font-style: normal;
}

:root{
    --white-color: #fff;
    --black-color: #000;
    --aqua-color: #00ffff;
    --blue-cefa: #87CEFA;
    --blue-bfff: #00BFFF;
    --green-color: #008000;
    --red-color: #ff0000;
    --sun-color: #ffbf00;
    --grey-ddd: #ddd;
    --grey-light: #f9f9f9;
    --grey-999-color: #999;
    --grey-888-color: #888;
    --grey-777-color: #777;
    --grey-666-color: #666;
    --grey-555-color: #555;
    --grey-333-color: #333;
    --grey-dark-color: #1C1C1C;
}

body{
    display: flex;
    justify-items: center;
    align-items: center;
}

.home-section{
    position: relative;
    display: flex;
    flex-direction: column;
    left: 260px;
    width: calc(100% - 260px);
    transition: all 0.5s ease;
    background-color: var(--blue-cefa);
}
.sidebar.close ~ .home-section{
    left: 78px;
    width: calc(100% - 78px);
}
.home-section .home-content{
    height: 60px;
    display: flex;
    align-items: center;
}
.home-section .sidebar.close ~ .home-section{
    left: 78px;
    width: calc(100% - 78px);
}
.home-section .home-content{
    height: 60px;
    display: flex;
    align-items: center;
}
.home-section .home-content .text{
    font-size: 26px;
    font-weight: 600;
    color: #000;
}
.home-section .home-content .bx-menu{
    margin: 0 15px;
    color: var(--black-color);
    font-size: 30px ;
}


















.home-section .container{
    display: flex;
    justify-items: center;
    align-items: center;
    justify-content: center;
    width: 90%;
    height: 80%;
    padding-left: 10%; 
}

.home-section .container .table{
    display: flex;
    width: 10000px;
    justify-content: center;
    flex-direction: column;
    margin-bottom: 10px;
    background-color: #fff;
    border-radius: 5px;
    padding-left: 10px;
    padding-right: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 50px;
    min-width: min-content;
}

.home-section .container .table .grafic{
    display: flex;
    justify-content: center;
}

.home-section .container .table h4{
    margin-bottom: 20px;
    margin-top: 10px;
    color: var(--black-color);
}
.home-section .container .table table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 5px;
}
.home-section .container .table td {
    background-color: var(--white-color);
    color: var(--black-color);
    padding: 0px;
    text-align: left;
    padding-left: 3px;

}
.home-section .container .table th {
    background-color: var(--blue-cefa);
    color: var(--black-color);
    padding: 10px;
    text-align: left;
    border-radius: 0px;
}































.home-section .container .table .grafic .corpo{
    display: flex;
    align-items: baseline;
    margin: 20px;
}
.home-section .container .table .grafic .corpo .relatorio .lista{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: 10px;
}
.home-section .container .table .grafic .corpo .relatorio .lista h2{
    margin-bottom: 30px;
}




.home-section .container .table .grafic .grafico1{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: 20px;
}

.home-section .container .table .grafic .relatorio1 .grafico1{
    display: flex;
    flex-direction: column;
    width: 500px;
    height: 380px;
    margin-bottom: 120px;
}
.home-section .container .table .grafic .relatorio1 .grafico2{
    width: 500px;
    height: 450px;
}
.home-section .container .table .grafic .grafico2{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: 20px;  
}
.home-section .container .table .grafic .relatorio2 .grafico1{
    width: 480px;
    height: 450px;
    padding-left: 0px;
    margin-bottom: 40px;
}
.home-section .container .table .grafic .relatorio2 .grafico2{
    width: 480px;
    height: 450px;
    padding-left: 0px;
    
}
.home-section .container .table .btnMenu{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 50px;
}
.home-section .container .table .btnMenu button{
    margin: 10px;
    padding: 10px;
    border-radius: 10px;
    background-color: var(--blue-bfff);
    border: none;
    outline: none;
    text-decoration: none;
    cursor: pointer;
    margin-bottom: 50px;
}
.home-section .container .table .btnMenu button a{
    color: var(--black-color);
}




 /* @media (max-width: 1500px){

    .home-section .container{
        margin-left: 30px;
        margin-right: 30px;
    }
    .home-section .container .table .grafic .corpo{
        width: 100%;
    }
    .home-section .container .table .grafic .corpo .relatorio .lista{
        margin-left: 20px;
    }
    .home-section .container .table .grafic .relatorio1 .grafico1{
        width: 300px;
        height: 280px;
        margin-bottom: 100px;
        
    }
    .home-section .container .table .grafic  .relatorio1 .grafico2{
        width: 350px;
        height: 280px;
        margin: 0px;
    }
    .home-section .container .table .grafic .relatorio2 .grafico1{
        width: 350px;
        height: 350px;
        margin-bottom: 30px;
    }
    .home-section .container .table .grafic .relatorio2 .grafico2{
        width: 400px;
        height: 300px;
        margin: 0px;
    }
}
*/
@media (max-width: 1800px){
    .home-section .container{
        margin-left: 30px;
        margin-right: 30px;
    }
    .home-section .container .table .grafic .corpo{
        width: 100%;
    }
    .home-section .container .table .grafic .corpo .relatorio .lista{
        margin-left: 20px;
    }
    .home-section .container .table .grafic .relatorio1 .grafico1{
        width: 300px;
        height: 280px;
        margin-bottom: 100px;
        
    }
    .home-section .container .table .grafic  .relatorio1 .grafico2{
        width: 350px;
        height: 280px;
        margin: 0px;
    }
    .home-section .container .table .grafic .relatorio2 .grafico1{
        width: 350px;
        height: 350px;
        margin-bottom: 30px;
    }
    .home-section .container .table .grafic .relatorio2 .grafico2{
        width: 400px;
        height: 300px;
        margin: 0px;
    }
} 
@media (max-width: 1500px){
    .home-section .container .table{
        flex-direction: column;
        margin-left: 0px;
        margin-right: 0px;
    }
    .home-section .container .table .grafic{
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }
    .home-section .container .table .grafic .grafico1{
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: row;
    }
    .home-section .container .table .grafic .corpo{
        justify-content: center;
        align-items: center;
    }
    .home-section .container .table .grafic .corpo .relatorio .lista{
        margin-left: 20px;
    }
    .home-section .container .table .grafic .relatorio1 .grafico1{
        width: 350px;
        height: 280px;
        margin-bottom: 30px;
        
    }
    .home-section .container .table .grafic .grafico2{
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: row;
        
    
    }
    .home-section .container .table .grafic .relatorio1 .grafico2{
        width: 350px;
        height: 300px;
        margin: 0px;
    }
    .home-section .container .table .grafic .relatorio2 .grafico1{
        width: 350px;
        height: 350px;
        margin-bottom: 30px;
    }
    .home-section .container .table .grafic .relatorio2 .grafico2{
        width: 400px;
        height: 300px;
        margin: 0px;
    }
}

@media (max-width: 700px){
    .home-section .container .table .btnMenu{
        display: flexbox;
        flex-direction: column;
    }
    .home-section .container .table .grafic .grafico1{
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }
    .home-section .container .table .grafic .relatorio1 .grafico1{
        width: 350px;
        height: 300px;
        margin-bottom: 30px;
        
    }
    .home-section .container .table .grafic .grafico2{
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }
    .home-section .container .table .grafic .relatorio1 .grafico2{
        width: 350px;
        height: 320px;
        margin: 0px;
    }
    .home-section .container .table .grafic .relatorio2 .grafico1{
        width: 350px;
        height: 370px;
        margin-bottom: 30px;
    }
    .home-section .container .table .grafic .relatorio2 .grafico2{
        width: 400px;
        height: 320px;
        margin: 0px;
    }
} 