
@media only screen and (max-width: 1502px) {
    .projects {
        height: 420px;
    }
}

@media only screen and (max-width: 1200px) {
    .flex {
        display: block !important;
    }

    .container-window {
        width: 100% !important;
        margin: 18px auto;
    }
}

@media only screen and (max-width: 800px) {
    main:not(.ws) {
        margin-left: 0;
        width: 100%;
    }

    .mobile {
        display: block;
    }

    .sidebar {
        left: -100%;
        z-index: 9999999999;
        width: 100%;
        transition: .3s;
    }

    .main-header p {
        line-height: inherit;
    }

    .sidebar-header {
        display: none;
    }

    .sidebar .menu {
        margin-top: 74px;
    }

    .mobile-menu-close, .mobile-menu-open {
        display: flex; 
    }
    .mobile-menu-close{
        width: 45px;
        height: 45px;
        align-items: center;
        justify-content: center;
        z-index: 99999999;
    }
    .menu-item_sidebar{
        width: calc(100% - 75px);
        border-radius: .5rem;
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
    }

    .menu-item_sidebar.active:after {
        background: var(--red);
        left: 0;
        right: inherit;
        width: 4px;
    }
    .menu-item_sidebar a{
        padding-left: 29px;
        font-size: 20px;
    }
    .menu-items p{
        font-size: 18px;
    }
 
}

@media only screen and (max-width: 600px) {
    .cards > .stat-card {
        width: calc(50% - 9px) !important;
    }

    .main-header {
        margin-bottom: 0px;
    }

    div.row > div > div.card:nth-child(1) {
        margin-top: 23px
    }
}