
@media only screen and (min-width: 1000px) {
    .w-lg-50{
        width: 50%;
    }

}
@media only screen and (max-width: 1000px) {
    body{
        padding: 0;
    }
    header {
        padding: 15px;
        position: unset;
        height: fit-content;
    }
    header div:first-child {
        justify-content: space-between;
        align-items: center;
    }
    header ul{
        margin: 0;
    }
    .content-pc{
        display: none;
    }
    .openToggle{display:block;}
    .menu-left {
        width: 60px;
        display: none;
    }

    .p-35 {
        padding: 15px;
    }

    .content-right {
        flex-direction: column;
        width: calc(100%);
    }

    .info-project {
        max-width: unset;
        height: auto;
    }

    .menu-project {
        flex-direction: row;
        gap: 20px;
        flex-wrap: wrap;
    }

    .menu-project li a {
        padding: 5px;
    }

    .arrow-menu {
        left: 30px;
    }

    .info-map {
        width: 100%;
    }
    .info-project img{
        width: unset;
    }
    .card-title{
        flex-direction: column;
        align-items: flex-start;
    }
    .action-overview{
        display: flex;
        flex-direction: column;
        gap: 10px;
    }
    .bg-item ul{
        padding-left: 10px;
    }
    .bg-item .list-image{
        padding-right: 0;
    }
    /* .list-image{
        gap:20px;
    } */
    .list-image img{
        width: 100%;
        height: auto;
    }
    .list-file{
        grid-template-columns: 1fr;
    }
    .show-item-pagination{
        display: none!important;
    }
    .button-file{
        flex-direction: column;
    }
    .drop-zone .bg-secondary-dark{
        padding: 20px;
    }
    .drop-zone p{
        font-size: 20px;
    }
    .list-project{
        grid-template-columns: 1fr;
    }
    .list-project .p-4{
        padding:0!important;
        margin-top: 20px;
    }
    .footer-login{
        position: unset;
    }
}