@media (max-aspect-ratio: 1/1) {
     #botao-opcoes {
    display: block;
    position: fixed;
    top: 9%;
    margin-left: 5%;
    z-index: 999;
    background-color: transparent;
    border: none;
    cursor: pointer;
}
    .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%;
        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;

    }
    
    .content-container.expandido {
        margin-left: 15%;
        width: 75%;
        transition: all 0.3s ease;
    }

    #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%;
    }
      
    .icones-menu{
        width: 25%;
        height: auto;
    }
    .divMes{
        position: absolute;
        display: flex;
        justify-content: flex-start;
        text-align: center;
        width: 60%;
        height: 5%;
        margin-top: 0;
        top : 10%;
        margin-left: 10%;
    }
    .setas{
        min-width: 10px;
    }
    #setaEsq{
        padding-right: 5%;
    }
    #setaDir{
        padding-left: 5%;
    }
    #nomeDias{
        display: none;
    }
    #nomeDiasMobile{
        display: table-row;
    }
    table{
        position: absolute;
        justify-content: flex-start;
        top: 20%;
        margin-left: 7%;
    }
    .numPedidos{
        display: none;

    }
    .variacaoPedidos{
        display: none;
    }

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

    }
    .card-producao{
        width: 50%;
        display: flex;
        justify-content: flex-start;
        flex-direction: column;

    }
    .fds{
        width: 35%;
    }
    .diaNumero{
        font-display: left;
        font-size: 16px;
        color: #242535;
    }


    .aba-mobile {
        position: fixed;
        bottom: 0;
        width: 70%;
        height: 11%;
        background-color: #4D576C;
        padding: 10px;
        box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.1);
        border-radius: 18px;
        z-index: 1000;
        color: #E5E8E5;
        font-weight: 500;
        margin-bottom: 10.7%;
        
    }
    
    
    .botoes-aba {
        display: flex;
        justify-content: space-between;
        gap: 10px;
        margin-top: 15px;
    }
    
    .btn-fechar,
    .btn-acessar {
        flex: 1;
        padding: 10px;
        border: none;
        border-radius: 10px;
        cursor: pointer;
    }
    
    @media (min-width: 1025px) {
        .aba-mobile {
            display: none !important;
        }
    }

    @media (min-width: 700px) {
        .icones-menu{
            width: 140%;
            height: auto;
        }
        .sidebar ul li:last-child {
            margin-top: 200%;
            margin-left: 25%;
        }
        .aba-mobile{
            width: 73%;
            margin-bottom: 6.3%;

        }

    }



}