nav li a, ul {
    list-style: none
}

.mobile {
    display: none
}

.navigation {
    float: left;
    box-shadow: 0 2px 8px 0 rgba(0, 0, 0, .2);
    width: 100%;
    background: #fff;
    position: fixed;
    z-index: 1;
    clear: right
}

header {
    float: right;
    margin-top: .5rem;
    margin-right: 5%
}

#menu li {
    display: inline-block;
    margin: 0 .5em;
    position: relative;
    top: 10px
}

.logotipo {
    max-width: 25%;
    margin-top: .6em;
    margin-bottom: .8em
}

.logo {
    padding-left: 10%;
    padding-right: 10%;
    width: 250px;
    float: left
}

@media screen and (max-width: 600px) {
    .logo {
    width: 180px;
    padding-top: 8px;
    }
}

nav li a {
    font-family: 'Matter-Light';
    font-size: 14px;
    color: #404041;
    letter-spacing: 1px;
    line-height: 17px;
    text-transform: uppercase;
    padding-left: 2em
}

@media screen and (max-width: 1050px) {
    .mobile {
        display: inherit;
        float: left;
        box-shadow: 0 2px 8px 0 rgba(0, 0, 0, .2);
        width: 100%;
        background: #fff;
        position: fixed;
        z-index: 1;
        clear: right;
        padding-bottom: 10px
    }

    #linksmobile, .navigation {
        display: none
    }

    nav {
        padding-top: 10px
    }

    nav ul {
        margin: 0;
        padding: 0
    }

    nav ul li a {
        display: block;
        padding: 1.5rem .5em 2rem 0;
        text-align: center;
        border-bottom: 1px solid #f4f4f4
    }

    .menu-link, .menu-link2 {
        float: right;
        clear: right;
        font-family: 'Atlas Typewriter Web';
        font-size: 13px;
        color: #404041;
        letter-spacing: 1px;
        line-height: 17px;
        text-decoration: none;
        text-transform: uppercase;
        padding-left: 2em;
        list-style: none;
        cursor: pointer
    }

    nav li:first-child {
        padding-top: .7em;
        border-top: 1px solid #f4f4f4
    }

    nav li:last-child {
        margin-bottom: -.7em;
        border-bottom: 0 solid
    }

    .menu-link {
        margin-top: 2.5rem;
        margin-right: 2.5rem
    }

    .menu-link2 {
        padding-top: 2.5rem;
        padding-right: 2.5rem;
        display: none
    }

    #linksmobile {
        clear: both;
        -webkit-transition: all .3s ease-out;
        -moz-transition: all .3s ease-out;
        -ms-transition: all .3s ease-out;
        -o-transition: all .3s ease-out;
        transition: all .3s ease-out
    }
}

.container {
    clear: both
}

.clearme:after {
    content: ' ';
    display: block;
    clear: both
}

.clearme {
    height: 7rem
}
