@media (min-width: 414px) {
    .content {
        height: 690px;
    }
}

/* ----------------------------------- */
@media (min-width: 768px) {
    aside {
        padding: 25px 0;
    }
    aside .logo {
        padding: 0 25px;
        width: 19%;
    }
    aside a {
        font-size: 20px;
    }   
    aside a img {
        width: 5%;
    }
    .content {
        height: 670px;
    }
    .content-principal {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        padding: 40px;
    }
    .content-principal .btn-export {
        width: 30%;
    }
}

/* ----------------------------------- */
@media (min-width: 955px) {
    .container {
        flex-direction: row;
    }
    aside {
        flex-wrap: wrap;
        justify-content: center;
        width: 30%;
    }      
    aside .logo {
        position: absolute;
        top: 30%;
        width: 70%;
    }
    aside a {
        bottom: 30px;
        justify-content: flex-start;
        position: absolute;
    }
    aside a img {
        width: 13%;
    }
    .content {
        height: calc(100vh - 40px);
    }
    .table {
        height: 360px;
    }
    .content-principal {
        flex-wrap: nowrap;
    }
    .content-principal .title-dashboard {
        padding-bottom: 0;
    }
    .content-principal .btn-export {
        width: 20%;
    }
}

/* ---------------------------------- */
@media (min-width: 1024px) {
    .table {
        height: 400px;
    }
}

/* ----------------------------------- */
  
@media (min-width: 1200px) {
    aside {
        width: 30%;
    } 
    aside a {
        bottom: 30px;
    }
    aside a img {
        padding: 0 3px;
        width: 7%;
    }
    aside .logo {
        width: 60%;
    }
    .table {
        height: 310px;
    }
}
