html{font-size: 62.5%; font-family:"Nunito", sans-serif; font-weight: 100, 300, 400, 500, 700, 800, 900; font-style: normal;}

.navbar {
    background-color: #000;
    padding: 10px 20px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    font-size: 2.3rem;
    line-height: 5.5rem;
    font-weight: 500;
    text-transform:initial;
}

.navbar-toggle {
    cursor: pointer;
    display: none;
}

.bar {
    width: 25px;
    height: 3px;
    background-color: #fff;
    margin: 5px 0;
}

.navbar-menu {
    list-style: none;
    margin: 0;
    padding: 0 10%;
    display: flex;
    align-items: center;
}
.izq{position: absolute;
    left: 8rem;
    top: 3rem;
}

.navbar-menu li {
    margin-right: 3rem;
}

.navbar-menu li a {
    text-decoration: none;
    color: #fff;
}

@media screen and (max-width: 1635px) {
    .navbar-menu {
        display: none;
        flex-direction: column;
        background-color: rgba(51, 51, 51, 0.8);
        position: absolute;
        top: 60px;
        left: 0;
        width: 100%;
        z-index: 40;
    }

    .navbar-menu li {
        margin: 0;
        text-align: center;
    }

    .navbar-menu li a {
        padding: 10px 0;
        display: block;
        border-bottom: 1px solid #555;
    }

    .navbar-toggle {
        display: block;
    }

    .izq{position: absolute; left: 1rem; top: -5rem;}
}
