@font-face {
    font-family: 'Univers LT Std';
    src: url('UniversLTStd-Light.woff2') format('woff2'),
        url('UniversLTStd-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}





body {
    font-family: 'Univers LT Std';
    margin: 0;
    font-size: 13.5px;
    letter-spacing: .2em;
    background-color: #000;
}

section {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-content: center;
    align-items: center;
    margin: 0;
}

.bg {
    max-width: 100vw;
    position: absolute;
    bottom: 0;
}

.header {
    font-size: 15px;
    font-style: italic;
    letter-spacing: 8px;
    margin-top: 10vh;
}

.intro {
    position: fixed;
    top: 0;
    height: 100vh;
    width: 150vh;
}

.title {
    max-height: 100vh;
    position: absolute;
    z-index: -1;
    margin: 0px auto;
    display: flex;
    align-self: center;
}

div {
    display: flex;
    flex-direction: column;
    text-align: center;
    color: #ff5c01;
    justify-content: space-between;
}

li {
    height: 30px;
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
}

a {
    text-decoration: none;
    color: #ff5c01;
    position: relative;
}

a:hover {
    text-decoration: underline;
}

p {
    margin: 0;
}

p.creditos {
    margin-top: 35px;
    line-height: 2;
    margin-bottom: 0;
}

.content-mobile ul {
    flex-direction: column
}

ul {
    padding: 0;
    display: flex;
    justify-content: space-around;
    align-content: center;
    align-items: center;
    margin: 55px auto 25px;
    width: 100%;
    max-width: 923px;
    text-transform: uppercase;
}

span {
    display: block !important;
    float: none;
    clear: both !important;
    position: absolute;
    margin-top: 30px;
    font-style: italic;
}

#mobile {display: none;}

.content-mobile .creditos {
    font-size: 11px;
    letter-spacing: .15em;
}

#mobile .creditos li, .creditos-2 li {
    font-size: 8px;
    height: auto;
    padding-bottom: 6px;
}

#mobile ul.links li {
    height: 30px;
}

.copyright {
    width: 100%;
    margin-bottom: 10vh;
    text-align: center;
}

.contacto {
    flex-direction: row;
    margin: 0px auto;
    justify-content: space-between;
    width: 100%;
    position: absolute;
    top: 50%;
}


@media only screen and (min-width: 769px) {
    li {
        margin-left: 50px;
    }
}

@media only screen and (max-width: 1024px) {
    p, li {
        letter-spacing: .15em !important;
        font-size: 12px;
    }
}

@media only screen and (max-width: 768px) {

    .bg {
        max-height: 100vh;
        max-width: none !important
    }


    .header {
        font-size: 12px;
    }

    .copyright {
        margin-top: 10px;
    }


    .title {
        max-width: 120vw;
        margin-top: 25px;
    }

    #mobile {
        display: flex !important;
        width: 100vw;
        min-height: 100vh;
        position: absolute;
        top: 0;
        left: 0;
        overflow-x: hidden;
    }

    a {text-decoration: underline}

    #desktop {
        display: none !important;
    }

    p, li {
        font-size: 12px;
        letter-spacing: .15em;
        height: 20px;
    }

    ul.links li {
        height: 30px;
    }

    ul {
        margin: 0px auto;
    }
}