body {
    background-color: #111;
}

main {
    /*margin-top: 70px;*/
    max-width: 1920px;
    min-width: 375px;
    font-family: 'Museo-500', serif;
    color: whitesmoke;
    margin: 0 auto;
}

.top-wrapper,
.mid-wrapper,
.footer-wrapper {
    width: 100%;
    display: flex;
}

/*// INTRO //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
.top-wrapper {
    align-items: center;
    justify-content: center;
    height: 590px;
    background-image: url('https://cdn.axeso5.com/sts/runescape.axeso5.com/images/splash/top-bg.jpg');
    background-repeat: no-repeat;
    background-position: top center;
    background-color: #fff;
}

.content-wrapper-intro {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 100%;
    height: 100%;
    margin-top: 15rem;
}

/*QUOTES*/

.quotes-ul {
    font-family: Trajan-bold;
    font-weight: 500;
    font-size: 0.875rem;
    color: #023;
    text-align: center;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    max-width: 715px;
    list-style: none;
}

    .quotes-ul li {
        width: 100%;
        height: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        line-height: 1.063rem;
    }

        .quotes-ul li:nth-child(1) p {
            width: 120%;
        }

        .quotes-ul li:nth-child(2) {
            margin-top: 4.25rem;
        }

        .quotes-ul li:nth-child(3) div {
            width: 120%;
        }

        .quotes-ul li div {
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 1.313rem;
            width: 100%;
        }

            .quotes-ul li div span {
                margin: 0.1rem 0.35rem 0 0.35rem;
            }

/* CTA */

.cta {
    margin-top: 5rem;
    width: 470px;
    height: 70px;
    background-image: url('https://cdn.axeso5.com/sts/runescape.axeso5.com/images/splash/cta.png');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: auto 100%;
    transition: filter 0.2s ease-in-out;
}

    .cta:hover {
        filter: brightness(1.25);
    }

@media screen and (max-width: 1024px) and (orientation: portrait) {
    .top-wrapper {
        height: unset;
        background-image: url('https://cdn.axeso5.com/sts/runescape.axeso5.com/images/splash/top-bg-mobile-v2.jpg');
        background-size: 100% auto;
    }

    .content-wrapper-intro {
        margin-top: 45vw;
    }

    .quotes-ul {
        display: flex;
        flex-direction: column;
    }

        .quotes-ul li {
            margin: 1rem 0;
        }

            .quotes-ul li:nth-child(2) {
                margin-top: unset;
            }

    .cta {
        width: 350px;
        height: 50px;
        margin: 4rem 0 4rem 0;
    }
}

@media screen and (max-width: 780px) and (max-height: 700px) and (orientation: landscape) {
    .top-wrapper {
        height: unset;
        background-image: url('https://cdn.axeso5.com/sts/runescape.axeso5.com/images/splash/top-bg-mobile-v2.jpg');
        background-size: 100% auto;
    }

    .content-wrapper-intro {
        margin-top: 50vh;
    }

    .quotes-ul {
        display: flex;
        flex-direction: column;
    }

        .quotes-ul li {
            margin: 1rem 0;
        }

            .quotes-ul li:nth-child(2) {
                margin-top: unset;
            }

    .cta {
        margin: 1.5rem 0;
        background-size: auto auto;
    }
}

/*// DESCUBRE MAS ///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/

.mid-wrapper {
    align-items: center;
    justify-content: center;
    background-image: url('https://cdn.axeso5.com/sts/runescape.axeso5.com/images/splash/mid-bg.jpg');
    background-repeat: no-repeat;
    background-position: top center;
    height: 790px;
}

.content-wrapper-mid {
    margin-top: 14.25rem;
    width: 1000px;
    height: 590px;
    display: flex;
}

.left-col {
    width: 50%;
    height: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    padding: 0 2.25rem;
    font-size: 0.85rem;
}

    .left-col h2,
    .left-col h4 {
        color: #ffcb05;
        font-family: Trajan-bold;
    }

    .left-col h2 {
        font-size: 1.38rem;
        width: 100%;
    }

    .left-col p {
        margin-top: 1rem;
        width: 90%;
    }

    .left-col h4 {
        margin: 1rem 0;
        width: 100%;
    }

.left-col-ul-wrapper {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.left-col ul {
    list-style: none;
    width: 80%;
}

    .left-col ul li {
        margin-bottom: 5px;
    }

.awards {
    margin-top: 2rem;
}

.cta2 {
    margin-top: 2rem;
    display: flex;
    width: 220px;
    height: 57px;
}

.cta2 {
    width: 220px;
    height: 57px;
    background: url('https://cdn.axeso5.com/sts/runescape.axeso5.com/images/splash/cta2.png');
    background-repeat: no-repeat;
    position: relative;
    transition: filter 0.2s ease-in-out;
}

    .cta2:hover {
        filter: brightness(1.25);
    }

/* RIGHT */

.right-col {
    width: 50%;
    height: 100%;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 1.25rem;
    padding: 2.15rem;
}

.right-col-item {
    width: 100%;
    height: 95%;
    background-color: whitesmoke;
    opacity: 0;
    transition: opacity 0.2s ease-in-out;
}

    .right-col-item:hover {
        opacity: 0.1;
    }

    .right-col-item img {
        display: none;
    }

.screenshots-gal {
    display: none;
}

/* MOBILE */

.mid-wrapper-mobile-header {
    display: none;
}

@media screen and (max-width: 1024px) and (orientation: portrait) {
    .mid-wrapper {
        background-image: url('https://cdn.axeso5.com/sts/runescape.axeso5.com/images/splash/mid-bg-mobile-v2.jpg');
        background-size: 100% auto;
        height: 77.25vw;
        flex-direction: column;
    }

    .content-wrapper-mid {
        margin-top: 22vw;
        width: 100%;
        height: 59vw;
    }

    .awards {
        display: none;
    }
}

@media screen and (max-width: 900px) and (max-height: 700px) and (orientation: landscape) {
    .mid-wrapper {
        background-image: url('https://cdn.axeso5.com/sts/runescape.axeso5.com/images/splash/mid-bg-mobile.jpg');
        background-size: 100% auto;
        height: 77.25vw;
    }

    .content-wrapper-mid {
        margin-top: 22vw;
        width: 1000px;
        height: 59vw;
        display: flex;
    }

    .awards {
        margin-top: 1rem;
    }

    .cta2 {
        margin-top: 1rem;
    }
}

@media screen and (max-width: 700px) and (max-height: 400px) and (orientation: landscape) {
    .left-col h2 {
        font-size: 1.15rem;
    }

    .left-col {
        font-size: 0.75rem;
    }

    .awards {
        display: none;
    }
}

@media screen and (max-width: 640px) and (orientation: portrait) {
    .mid-wrapper {
        background: transparent url('https://cdn.axeso5.com/sts/runescape.axeso5.com/images/splash/content_repeat_y.jpg') repeat-y 0 0;
        margin-top: unset;
        height: unset;
    }

    .content-wrapper-mid {
        margin-top: 0;
        height: unset;
        flex-direction: column;
    }

    .mid-wrapper-mobile-header {
        display: flex;
        height: unset;
        width: 100%;
        height: 10vw;
    }

    .left-col, .right-col {
        width: 100%;
    }

    .left-col {
        padding-top: 1rem;
        padding-bottom: 1rem;
    }

    .right-col-item {
        opacity: 1;
        display: flex;
        align-items: center;
        justify-content: center;
        background-color: unset;
    }

        .right-col-item img {
            width: 291px;
            height: 164px;
            display: flex;
        }

        .right-col-item:hover {
            opacity: initial;
        }

    .awards {
        display: flex;
    }
}

/*// FOOTER /////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/

.footer-wrapper {
    background-image: url('https://cdn.axeso5.com/sts/runescape.axeso5.com/images/splash/footer-bg.jpg');
    background-position: center center;
    background-repeat: no-repeat;
    height: 310px;
    align-items: center;
    justify-content: center;
}

.content-wrapper-footer {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}

.footer-wrapper p {
    color: #4e402b;
    font-weight: 700;
    margin-top: 6px;
    margin-left: 10px;
    text-align: center;
}

.axeso5-logo {
    width: 90px;
    height: 36px;
}

.jagex-logo {
    margin-top: 5px;
    margin-left: 10px;
    width: 90px;
    height: 28px;
}

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

    .content-wrapper-footer {
        flex-direction: column;
        padding-top: 1.25rem;
    }

    .axeso5-logo {
        width: unset;
        height: 2rem;
    }

    .jagex-logo {
        margin-left: unset;
        width: unset;
        height: unset;
    }

    .footer-wrapper p {
        width: 90%;
        margin-left: unset;
    }
}

@media screen and (max-width: 700px) and (max-height: 400px) and (orientation: landscape) {
    .content-wrapper-footer {
        display: row;
        width: 90%;
    }
}