@media (max-aspect-ratio: 1/1) {

    #botao-opcoes {
    display: block;
    position: fixed;
    top: 20px;
    left: 20px;
    z-index: 999;
    background-color: transparent;
    border: none;
    cursor: pointer;
}

    #botao-opcoes img {
        width: 30px;
        height: auto;
        margin-top: 200%;
        margin-left: 40%;
    }

    
    .sidebar {
        width: 15%;
        overflow: hidden;
        transition: width 0.3s ease;
    }

        .sidebar.expandido {
        width: 40%;
    }

    .sidebar ul li {
        list-style: none;
        display: flex;
        align-items: center;
        width: 90%;
        padding: 10px;
        color: white;
    }

    
    .sidebar.expandido ul li span {
        margin-left: 10px;  
        font-family: 'Ainslie Sans';
        font-size: 1.2rem;
        display: block;
    
    }
    
    .content-container.expandido {
        margin-left: 15%;
        width: 75%;
        transition: all 0.3s ease;
    }

    .containerPrincipal{
        width: 90%;
    }
    header{
        display: flex;
        width: 100%;
        height: 20%;
        margin-top: 10px;
    }
    .date-time{
        margin-left: auto;
        color: #E6E9E6;
        text-align: right; 
    }

    .sidebar{
        position: fixed;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        width: 15%;
        height: 100%;
    }

    .content-container{
        position: absolute;
        width: 90%;
        height: 80.1%;
        background-color: #F6F4EA;
        margin-top: 2%;        
        margin-left: 0%;
        border-top-left-radius: 20px;
        border-bottom-left-radius: 20px;
        border-bottom-right-radius: 20px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;

    }

    #intro-menu{
        font-size: 20px;
        margin-right: 8%;
        padding-top: 25%;
        
    }
    .options-menu{
        width: 74%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        height: 65%;
        width: 100%;
        margin-left: 0;
        padding-top: 10%;
    }
    .lado-esq, .lado-dir{
        width: 100%;
    }
    .lado-dir{
        margin-top: 20%;
        margin-left: 5%;
        height: 170%;
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap : 0;
    }
    .lado-esq{
        height: 90%;
        padding-bottom: 10%;
    }
    .icones-menu{
        width: 25%;
        height: auto;
    }
    #quadro-producao{
        width: 74%;
        height: 110%;
        margin-left: 7%;
        display: flex;
        justify-content: flex-start;
        align-items: flex-end;
        text-decoration: none;
        color: #F6F4EA;
        font-size: 16px;
        box-shadow: 0px 15px 40px 4px #00000040;
    }
    #estoque-btn{
        height: 80%;
        width: 75%;
        display: flex;
        justify-content: flex-start;
        align-items: flex-end;
        background-color:#4D576C;
        color: #F6F4EA;
        text-decoration: none;
        font-size: 20px;
        border-radius: 7px;
        padding-bottom: 3%;
        padding-left: 5%;
        font-size: 16px;
        padding-right: 0;
        margin-left: 7%;
        box-shadow: 0px 15px 40px 4px #00000040;

    }
    #central-notificacao{
        display: flex;
        width: 75%;
        height: 80%;
        justify-content: flex-start;
        align-items: flex-end;
        background-color: #242535;
        text-decoration: none;
        color: #F6F4EA;
        font-size: 20px;
        border-radius: 7px;
        padding-bottom: 3%;
        padding-left: 5%;
        font-size: 16px;
        padding-right: 0;
        box-shadow: 0px 15px 40px 4px #00000040;
    }


    .sidebar ul li:last-child {
        margin-top: 200%;
    }

    @media (min-width: 530px) {

        #intro-menu{
            font-size: 30px;
        }
        .lado-dir{
            margin-top: 5%;
        }
        .lado-esq{
            width: 110%;
            margin-left: 8%;

        }
        .icones-menu{
            width: 140%;
            height: auto;
        }
        
        .sidebar ul li:last-child {
            margin-top: 200%;
        }

        .icones-menu{
            
        }

    }




}