@media screen and (max-width: 500px) {

    :root {
        --main-height: 95vw;
        font-family: 'Axiforma Regular';
    }

    .section-container {
        height: 100vh;
    }

/* NAVBAR */

    /* TODO: SEPARAR */
    .navbar { 
        height: 60px;
    }
    .nav-menu {
        width: 10px;
    }
    
    .logo {
        width: 40%;
    }
    .navbar .rrss {
        display: none;
    }
    .rrss {
        list-style: none;
        display: flex;
        width: 20%;
        justify-content: space-between;
        position: absolute;
        right: 2vw;
    }
    
    .rrss li img {
        width: 10px;
    }

    /* .menu-container {
        
    } */

    .menu-container button {
        position: absolute;
        z-index: 11;
    }

    .menu-container li {
        margin-bottom: 10vh;
    }

    .nav-menu {
        width: calc(100vw + 6px);
        margin-left: calc(-2vw + 6px);
        height: calc(100vh + 60px);
        margin-top: -60px;
        background: black;
        z-index: 10;
        padding: 0;
        padding-top: 20vh;
        align-items: center;
    }

    .clock-inner span{
        font-size: 15vw;
        line-height: 20vw;
    }
    
}
@media screen and (max-width: 1024px) {

}

