﻿body {
    font-size: 11px;
    line-height: 22px;
    font-family: Oswald;
    font-weight: 300;
    background-color: #E6E6E6;
    color: #1c1c1c;
    overflow-x: hidden;
    position: relative;
}

form, ul, ol, h1, h2, h3, h4, h5, h6, p {
    margin: 0;
    padding: 0;
}

img {
    max-width: 100%;
}

a {
    text-decoration: none;
    color: #0071bc;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

    a:hover, a:focus {
        text-decoration: none;
        color: #FFF;
    }

input[type="text"], input[type="date"], input[type="number"], input[type="email"], input[type="password"], input[type="tel"], select {
    height: 43px;
    font-size: 13px;
    background: #fff;
    border: 0;
    padding: 0 14px;
    background: #f8f8f8;
    border-radius: 8px;
    font-family: Oswald;
    font-weight: 300;
}

h5 {
    font-size: 12px;
    line-height: 14px;
    font-family: Oswald;
    font-weight: 600;
}

p {
    font-size: 11px;
    line-height: 22px;
    margin-bottom: 16px;
}
/*BACKGROUNDS*/
.bg-black {
    background-color: #000;
}

.bg-white {
    background-color: #fff;
}

.bg-grey {
    background-color: #E6E6E6;
}
/*BACKGROUNDS*/

/*POSICIONAMIENTOS*/
.fl {
    float: left;
}

.fr {
    float: right;
}

.relative {
    position: relative;
}

.absolute {
    position: absolute;
}

.m-auto {
    margin: 0 auto;
}
/*POSICIONAMIENTOS*/

/*ICONS*/
.i-notification, .nav .member-menu-user-notification, .profile-notifications .profile-section-title::after {
    background-image: url('../Images/notification.svg');
}

.i-prev {
    background-image: url('../Images/arrow-left.png');
}
/*ICONS*/

/*NAVBAR*/
.nav {
    padding-top: 8px;
    padding-bottom: 8px;
    font-size: 0px;
    display: block;
}

.nav-wrap {
    background-color: #000;
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 99999;
}

.nav-btn {
    cursor: pointer;
    background-size: 30px;
    background-repeat: no-repeat;
    background-position: center;
    height: 40px;
    width: 40px;
    padding-top: 5px;
    padding-bottom: 5px;
    text-align: center;
    display: block;
}

.nav-brand {
    padding-top: 5px;
    padding-bottom: 5px;
    display: block;
    height: 40px;
    padding-left: 10px;
    max-width: calc(100% - 94px);
}

    .nav-brand img {
        max-height: 30px;
    }

.nav-menu-user {
    position: absolute;
    right: 0;
    top: 100%;
    z-index: 999;
}

    .nav-menu-user a, .nav-menu-user a:hover {
        font-family: Oswald;
        font-weight: 300;
        color: #FFF;
        display: block;
        line-height: 55px;
        width: 184px;
        font-size: 16px;
        margin-bottom: 1px;
        background-color: #000;
        text-align: center;
    }

.nav .member-menu-user-notification {
    background-color: #FFF;
    border-radius: 50%;
    display: inline-block;
    width: 10px;
    height: 10px;
    right: 2px;
    top: 4px;
    background-size: cover;
}

.nav-points {
    font-family: Oswald;
    font-weight: bold;
    display: block;
    z-index: 99;
    color: #f2e75f;
    position: absolute;
    background-color: #000;
    top: calc(100% + 1px);
    font-size: 11px;
    right: 1px;
    padding: 0 5px;
}


/*NAVBAR*/

/*CONTAINER*/
.main-outercon {
    position: relative;
    min-height: 100vh;
    /*padding-top: 56px;*/
}

.form-container {
    width: 100%;
    margin: auto;
    padding-bottom: 60px;
}

.form-title {
    padding: 40px 0px 30px;
    line-height: normal;
}

    .form-title span {
        font-family: Oswald;
        font-weight: normal;
        font-size: 32.35px;
        line-height: normal;
    }

        .form-title span b {
            font-family: Oswald;
            font-weight: bold;
        }

        .form-title span font[color="#dd0000"] {
            font-family: Oswald;
            font-weight: bold;
        }

        .form-title span.subtitle {
            font-size: 24px;
        }

.form-award {
}

.form-award-description {
    padding-bottom: 30px;
}

    .form-award-description span {
        font-family: Oswald;
        font-weight: normal;
        font-size: 32.35px;
        line-height: normal;
    }

        .form-award-description span b {
            font-family: Oswald;
            font-weight: bold;
        }

        .form-award-description span font[color="#dd0000"] {
            font-family: Oswald;
            font-weight: bold;
        }

.form-award-aditional-description {
    background-color: #fff;
    padding: 15px 70px;
    border-radius: 100px;
    width: 85%;
    margin: 0 auto;
    margin-top: 40px;
    margin-bottom: 15px;
}

    .form-award-aditional-description.clubfan {
        background-color: #751CD4;
    }

    .form-award-aditional-description.clubplus {
        background-color: #EFC90C;
    }

    .form-award-aditional-description.clubblack {
        background-color: #000;
    }

    .form-award-aditional-description span {
        font-family: Oswald;
        font-weight: normal;
        font-size: 24.01px;
        line-height: 32px;
        color: #000;
    }

    .form-award-aditional-description.clubfan span, .form-award-aditional-description.clubplus span, .form-award-aditional-description.clubblack span {
        color: #fff;
    }

    .form-award-aditional-description span b {
        font-family: Oswald;
        font-weight: 600;
        font-weight: initial;
    }

    .form-award-aditional-description span.subtitle {
        font-size: 20px;
    }

.form-award-image {
    max-width: 810px;
    margin: 0 auto;
}

.form-registration .slogan {
    padding: 0px 2.5%;
    padding-top: 40px;
}

    .form-registration .slogan span {
        font-family: Oswald;
        font-weight: 300;
        font-size: 28.22px;
        line-height: normal;
    }

        .form-registration .slogan span b {
            font-family: Oswald;
            font-weight: bold;
        }

.form-registration .fields {
    width: 410px;
    margin: 0 auto;
    padding-top: 30px;
    padding-bottom: 10px;
}

    .form-registration .fields div[class^="input-row input-row-"] {
        display: flex;
        margin-top: 15px;
    }

        .form-registration .fields div[class^="input-row input-row-"]:first-child {
            margin-top: 0px;
        }

        .form-registration .fields div[class^="input-row input-row-"] label {
            width: 160px;
            text-align: left;
            font-size: 14px;
            font-family: Oswald;
            font-weight: 300;
            color: #0e0e0e;
            display: inline;
            margin: 0;
        }

        .form-registration .fields div[class^="input-row input-row-"] input[type=text], .form-registration .fields div[class^="input-row input-row-"] input[type=date] {
            width: 250px;
            height: 30px;
            font-family: Oswald;
            font-weight: normal;
            font-size: 12px;
            background-color: #fff;
            border: 1px solid #000;
        }

        .form-registration .fields div[class^="input-row input-row-"] input[type=checkbox] {
            margin-right: 5px;
        }

        .form-registration .fields div[class^="input-row input-row-"] select {
            width: 250px;
            height: 30px;
            font-family: Oswald;
            font-weight: normal;
            font-size: 12px;
            background-color: #fff;
            border: 1px solid #000;
        }

        .form-registration .fields div[class^="input-row input-row-"] input[field-name='strFirstName'], .form-registration .fields div[class^="input-row input-row-"] input[field-name='strLastName'], .form-registration .fields div[class^="input-row input-row-"] input[field-name='strEmailAddress'] {
            background-color: #E6E6E6;
        }

.form-registration .buttons {
    padding: 25px 0px;
}

    .form-registration .buttons .btn {
        width: 130px;
        height: 40px;
        background: #EBE54E;
        color: #000;
        border: 1px solid #ebe54e;
        font-family: Oswald;
        font-weight: 600;
        font-size: 14px;
        cursor: pointer;
        text-align: center;
        border-radius: 8px;
    }

.form-terms .lnk {
    color: #000;
    font-size: 14px;
    font-family: Oswald;
    font-weight: 600;
}

.form-legals {
    padding-top: 5px;
    padding-left: 2.5%;
    padding-right: 2.5%;
}

    .form-legals span {
        font-family: Oswald;
        font-weight: 600;
        font-size: 14px;
        color: #707070;
    }

.form-errors {
    padding-top: 30px;
}

    .form-errors p {
        font-family: Oswald;
        font-weight: 600;
        font-size: 14px;
        color: #BD1826;
    }

.specialmsge span {
    font-family: Oswald;
    font-weight: 600;
    font-size: 11px;
    color: #ff0000;
}

.congrats-texts {
    padding-top: 40px;
    padding-bottom: 20px;
}

    .congrats-texts .congrats-text {
        font-family: Oswald;
        font-weight: bold;
        font-size: 30.93px;
        line-height: normal;
    }

    .congrats-texts .congrats-participations {
        font-family: Oswald;
        font-weight: 300;
        font-size: 30.93px;
        line-height: normal;
    }

        .congrats-texts .congrats-participations b {
            font-family: Oswald;
            font-weight: bold;
        }

.congrats-prize {
    padding-bottom: 30px;
}

    .congrats-prize span {
        font-family: Oswald;
        font-weight: 300;
        font-size: 30.93px;
        line-height: normal;
    }

        .congrats-prize span b {
            font-family: Oswald;
            font-weight: bold;
        }

.congrats-image {
    max-width: 810px;
    margin: 0 auto;
    padding-top: 40px;
}

.congrats-time {
    padding: 20px 0px 40px;
}

    .congrats-time span {
        font-family: Oswald;
        font-weight: 300;
        font-size: 30.93px;
        line-height: normal;
    }

.congrats-upgrade {
    background-color: #000;
    width: 590px;
    margin: 0 auto;
    margin-top: 15px;
    padding: 40px;
}

    .congrats-upgrade span {
        font-family: Oswald;
        font-weight: 600;
        font-size: 25.6px;
        line-height: 30px;
        color: #fff;
    }

    .congrats-upgrade .upgrade-exchange {
        padding-top: 10px;
    }

    .congrats-upgrade .upgrade-btn {
        padding-top: 15px;
    }

        .congrats-upgrade .upgrade-btn input[type=submit] {
            width: 130px;
            height: 40px;
            background: #EBE54E;
            color: #000;
            border: 1px solid #ebe54e;
            font-family: Oswald;
            font-weight: 600;
            font-size: 14px;
            cursor: pointer;
            text-align: center;
            border-radius: 8px;
        }

.congrats-contact {
    margin-top: 35px;
    border-top: 1.5px solid #dd0000;
    padding-top: 15px;
}

    .congrats-contact span {
        font-family: Oswald;
        font-weight: bold;
        font-size: 24.15px;
        line-height: 22.92px;
    }

        .congrats-contact span.spam {
            font-family: Oswald;
            font-weight: 300;
            font-size: 14px;
        }

.upgrade-info {
    padding: 40px 0px;
}

.upgrade-info-points span {
    font-family: Oswald;
    font-weight: 300;
    font-size: 23.82px;
    line-height: 30px;
}

    .upgrade-info-points span.cinemarkclub {
        font-family: Oswald;
        font-weight: bold;
        color: #dd0000;
    }

.upgrade-info-exchange {
    padding-top: 35px;
}

    .upgrade-info-exchange span {
        font-family: Oswald;
        font-weight: 300;
        font-size: 23.82px;
        line-height: 30px;
    }

.upgrade-box {
    width: 460px;
    padding: 25px;
    border: 1px solid grey;
    margin: auto;
}

    .upgrade-box ul {
        list-style: none;
    }

        .upgrade-box ul li {
            padding-bottom: 30px;
        }

            .upgrade-box ul li:last-child {
                padding-bottom: 0px;
            }

            .upgrade-box ul li .points {
                width: 50%;
                float: left;
            }

                .upgrade-box ul li .points input[type="submit"] {
                    width: 180px;
                    height: 40px;
                    background-color: #EBE54E;
                    color: #000;
                    border: 1px solid #EBE54E;
                    font-family: Oswald;
                    font-weight: 600;
                    font-size: 16px;
                    border-radius: 8px;
                }

            .upgrade-box ul li .description {
                width: 50%;
                height: 40px;
                float: left;
                display: table;
            }

                .upgrade-box ul li .description .box-center {
                    display: table-cell;
                    vertical-align: middle;
                }

                    .upgrade-box ul li .description .box-center label {
                        font-family: Oswald;
                        font-weight: 600;
                        font-size: 21px;
                        margin-bottom: 0px;
                        display: block;
                    }

            .upgrade-box ul li .clear {
                clear: both;
            }

.upgradesuccess-exchange-info {
    padding-top: 40px;
    padding-bottom: 50px;
}

.upgradesuccess-congrats {
    padding-bottom: 20px;
}

    .upgradesuccess-congrats span {
        font-family: Oswald;
        font-weight: bold;
        font-size: 23.19px;
    }

.upgradesuccess-exchange span {
    font-family: Oswald;
    font-weight: 300;
    font-size: 23.19px;
}

    .upgradesuccess-exchange span.points, .upgradesuccess-exchange span.description {
        font-family: Oswald;
        font-weight: 600;
        font-size: 23.82px;
        color: #dd0000;
    }

.upgradesuccess-repeat-info {
    padding-bottom: 30px;
}

    .upgradesuccess-repeat-info span {
        font-family: Oswald;
        font-weight: 500;
        font-size: 20px;
        color: #595959;
    }

    .upgradesuccess-repeat-info a {
        font-family: Oswald;
        font-weight: bold;
        font-size: 18px;
        color: #5a5a5a;
    }

.upgradesuccess-contact-info {
    width: 50%;
    text-align: center;
    margin: 20px auto 90px auto;
    padding: 15px 0px;
    border-top: 1.5px solid #9A9999;
    border-bottom: 1.5px solid #9A9999;
    display: inline-block;
}

    .upgradesuccess-contact-info span {
        font-family: Oswald;
        font-weight: 600;
        font-size: 14px;
    }

.error-message {
    padding-top: 40px;
    padding-bottom: 300px;
    padding-left: 15px;
    padding-right: 15px;
}

    .error-message span {
        font-family: Oswald;
        font-weight: 600;
        font-size: 18px;
    }

        .error-message span a {
            color: #000;
        }

            .error-message span a:hover {
                color: #000;
                text-decoration: none;
            }

/*PUZZLE*/
.puzzle-slogan {
    padding-top: 40px;
    padding-bottom: 50px;
}

    .puzzle-slogan span {
        font-family: Oswald;
        font-weight: bold;
        font-size: 38px;
        line-height: normal;
    }

.puzzle-box .content-blocks {
    display: inline-block;
    background-color: #403a3a;
}

    .puzzle-box .content-blocks .block {
        position: relative;
        display: block;
        float: left;
        border: 1px solid #403a3a;
    }

        .puzzle-box .content-blocks .block::after {
            content: attr(data-number);
            position: absolute;
            top: 0%;
            font-weight: bold;
            color: white;
            font-size: 25px;
            text-align: center;
            right: 0px;
        }

.puzzle-box .content-clear {
    clear: both;
}

.puzzle-box .content-buttons {
    width: 50%;
    margin: 0 auto;
    padding-top: 15px;
}

    .puzzle-box .content-buttons .left {
        width: 50%;
        float: left;
        padding-right: 2.5%;
    }

    .puzzle-box .content-buttons .right {
        width: 50%;
        float: left;
        padding-left: 2.5%;
    }

    .puzzle-box .content-buttons .left input[type=submit] {
        width: 130px;
        font-family: Oswald;
        font-weight: 600;
        font-size: 14px;
        color: #000;
        background: #EBE54E;
        border: 1px solid #ebe54e;
        display: block;
        margin-left: auto;
    }

        .puzzle-box .content-buttons .left input[type=submit][disabled=disabled] {
            background-color: #222;
            border: 1px solid #222;
            color: #fff;
        }

    .puzzle-box .content-buttons .right input[type=submit] {
        width: 130px;
        font-family: Oswald;
        font-weight: 600;
        font-size: 14px;
        color: #000;
        background: #EBE54E;
        border: 1px solid #ebe54e;
        display: block;
        margin-right: auto;
    }

    .puzzle-box .content-buttons .center input[type=submit] {
        width: 130px;
        font-family: Oswald;
        font-weight: 600;
        font-size: 14px;
        color: #000;
        background: #EBE54E;
        border: 1px solid #ebe54e;
        display: block;
        margin: 0 auto;
    }

    .puzzle-box .content-buttons .clear {
        clear: both;
    }

.puzzle-timer {
    padding-top: 25px;
    display: none;
}

    .puzzle-timer span {
        font-family: Oswald;
        font-weight: 600;
        font-size: 22px;
    }

.puzzle-indications {
    padding-top: 30px;
    display: none;
}

    .puzzle-indications span {
        font-family: Oswald;
        font-weight: 600;
        font-size: 20px;
    }

.puzzle-legals {
    padding-top: 60px;
    padding-bottom: 40px;
}

    .puzzle-legals span {
        font-family: Oswald;
        font-weight: 300;
        font-size: 16px;
    }
/*PUZZLE*/
/*MEMOTEST*/
.memotest-slogan {
    padding-top: 40px;
    padding-bottom: 50px;
}

    .memotest-slogan span {
        font-family: Oswald;
        font-weight: bold;
        font-size: 38px;
        line-height: normal;
    }

.memotest-box .content-blocks {
    display: inline-block;
}

    .memotest-box .content-blocks.threecol {
        width: 312px;
    }

    .memotest-box .content-blocks.fourcol {
        width: 416px;
    }

    .memotest-box .content-blocks .block {
        float: left;
        background-color: #fff;
        width: 100px;
        height: 100px;
        margin: 2px;
        display: block;
        cursor: pointer;
        border: 1px solid #e2e2e2;
    }

        .memotest-box .content-blocks .block input[type="image"] {
            max-width: 100%;
        }

    .memotest-box .content-blocks .clear {
        clear: both;
    }

    .memotest-box .content-blocks .moves {
    }

.memotest-timer {
    padding-top: 25px;
    display: none;
}

    .memotest-timer span {
        font-family: Oswald;
        font-weight: 600;
        font-size: 22px;
    }

.memotest-indications {
    padding-top: 30px;
    padding-bottom: 60px;
}

    .memotest-indications span {
        font-family: Oswald;
        font-weight: 600;
        font-size: 20px;
    }

.memotest-legals {
    padding-bottom: 40px;
}

    .memotest-legals span {
        font-family: Oswald;
        font-weight: 300;
        font-size: 16px;
    }
/*MEMOTEST*/
/*TRIVIA*/
.trivia-slogan {
    padding-top: 40px;
    padding-bottom: 50px;
}

    .trivia-slogan span {
        font-family: Oswald;
        font-weight: 300;
        font-size: 38px;
        line-height: normal;
    }

.trivia-box .question span {
    font-family: Oswald;
    font-weight: 600;
    font-size: 29.57px;
    color: #BF2230;
    line-height: normal;
}

.trivia-box .answers {
    padding: 50px 0px;
}

    .trivia-box .answers table {
        width: 100%;
    }

        .trivia-box .answers table tr {
            float: left;
        }

        .trivia-box .answers table.threecol tr {
            width: 31%;
            margin-right: 3.5%;
        }

            .trivia-box .answers table.threecol tr:last-of-type {
                margin-right: 0px;
            }

        .trivia-box .answers table.fourcol tr {
            width: 23.5%;
            margin-right: 2%;
        }

            .trivia-box .answers table.fourcol tr:last-of-type {
                margin-right: 0px;
            }

        .trivia-box .answers table tr td {
            position: relative;
        }

            .trivia-box .answers table tr td input {
                position: absolute;
                top: 0px;
                left: 0px;
                width: 25px;
                height: 25px;
                cursor: pointer;
            }

            .trivia-box .answers table tr td label {
                font-family: Oswald;
                font-weight: 300;
                font-size: 21.91px;
                margin-left: 40px;
            }

.trivia-box .buttons input[type="submit"] {
    width: 130px;
    height: 40px;
    background: #EBE54E;
    border: 1px solid #ebe54e;
    font-family: Oswald;
    font-weight: 600;
    font-size: 14px;
}

.trivia-box .errors {
    padding-top: 20px;
    padding-bottom: 40px;
}

    .trivia-box .errors span {
        font-family: Oswald;
        font-weight: 600;
        font-size: 18px;
        color: #BF2230;
    }

.trivia-indications {
    padding-top: 40px;
    padding-bottom: 60px;
}

    .trivia-indications span {
        font-family: Oswald;
        font-weight: 600;
        font-size: 20px;
    }

.trivia-legals {
    padding-bottom: 40px;
}

    .trivia-legals span {
        font-family: Oswald;
        font-weight: 300;
        font-size: 16px;
    }
/*TRIVIA*/
/*TRIVIA VIDEO*/
.triviavideo-slogan {
    padding: 40px 0px 20px 0px;
}

    .triviavideo-slogan span {
        font-family: Oswald;
        font-weight: 600;
        font-size: 34px;
        line-height: normal;
        color: #BF2230;
    }

.triviavideo-subslogan {
    padding-bottom: 50px;
}

    .triviavideo-subslogan span {
        font-family: Oswald;
        font-weight: 300;
        font-size: 31px;
        line-height: normal;
    }

.triviavideo-video {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    width: 75%;
    margin: 0 auto 50px;
}

    .triviavideo-video iframe {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
    }

.triviavideo-box .question span {
    font-family: Oswald;
    font-weight: 600;
    font-size: 29.57px;
    color: #BF2230;
    line-height: normal;
}

.triviavideo-box .answers {
    padding: 50px 0px;
}

    .triviavideo-box .answers table {
        width: 100%;
    }

        .triviavideo-box .answers table tr {
            float: left;
        }

        .triviavideo-box .answers table.threecol tr {
            width: 31%;
            margin-right: 3.5%;
        }

            .triviavideo-box .answers table.threecol tr:last-of-type {
                margin-right: 0px;
            }

        .triviavideo-box .answers table.fourcol tr {
            width: 23.5%;
            margin-right: 2%;
        }

            .triviavideo-box .answers table.fourcol tr:last-of-type {
                margin-right: 0px;
            }

        .triviavideo-box .answers table tr td {
            position: relative;
        }

            .triviavideo-box .answers table tr td input {
                position: absolute;
                top: 0px;
                left: 0px;
                width: 25px;
                height: 25px;
                cursor: pointer;
            }

            .triviavideo-box .answers table tr td label {
                font-family: Oswald;
                font-weight: 300;
                font-size: 21.91px;
                margin-left: 40px;
            }

.triviavideo-box .buttons input[type="submit"] {
    width: 130px;
    height: 40px;
    background: #EBE54E;
    border: 1px solid #ebe54e;
    font-family: Oswald;
    font-weight: 600;
    font-size: 14px;
}

.triviavideo-box .errors {
    padding-top: 20px;
    padding-bottom: 40px;
}

    .triviavideo-box .errors span {
        font-family: Oswald;
        font-weight: 600;
        font-size: 18px;
        color: #BF2230;
    }

.triviavideo-indications {
    padding-top: 0px;
    padding-bottom: 20px;
}

    .triviavideo-indications span {
        font-family: Oswald;
        font-weight: 600;
        font-size: 20px;
    }

.triviavideo-legals {
    padding-top: 40px;
    padding-bottom: 0px;
}

    .triviavideo-legals span {
        font-family: Oswald;
        font-weight: 300;
        font-size: 16px;
    }
/*TRIVIA VIDEO*/

/*WINNERS*/
.finished-message {
    padding-top: 50px;
}

    .finished-message span {
        font-family: Oswald;
        font-weight: 300;
        font-size: 18px;
        color: #000;
        font-weight: bold;
    }

.finished-title {
    padding-top: 30px;
}

    .finished-title span {
        font-family: Oswald;
        font-weight: normal;
        font-size: 30.4px;
    }

        .finished-title span .clubfan {
            font-family: Oswald;
            font-weight: bold;
            color: #751CD4;
        }

        .finished-title span .clubplus {
            font-family: Oswald;
            font-weight: bold;
            color: #EFC90C;
        }

        .finished-title span .clubblack {
            font-family: Oswald;
            font-weight: bold;
            color: #000;
        }

.finished-img {
    padding-top: 30px;
}

    .finished-img img {
        max-width: 700px;
    }

.finished-winners {
    padding-top: 60px;
}

    .finished-winners .winners {
        width: 100%;
    }

        .finished-winners .winners .complex {
            padding-bottom: 60px;
        }

            .finished-winners .winners .complex:last-of-type {
                padding-bottom: 0px;
            }

            .finished-winners .winners .complex .complex-title {
                padding-bottom: 15px;
            }

                .finished-winners .winners .complex .complex-title span {
                    font-family: Oswald;
                    font-weight: bold;
                    font-size: 31.8px;
                }

        .finished-winners .winners .winner {
            width: 48.5%;
            float: left;
            margin-right: 1.5%;
            height: 40px;
            display: table;
        }

            .finished-winners .winners .winner.complete {
                width: 100%;
                float: initial;
                margin-right: 0px;
            }

            .finished-winners .winners .winner.grey {
                background-color: #DADADA;
            }

            .finished-winners .winners .winner .box {
                display: table-cell;
                vertical-align: middle;
            }

                .finished-winners .winners .winner .box span {
                    font-family: Oswald;
                    font-weight: normal;
                    font-size: 24px;
                    display: block;
                }

        .finished-winners .winners .clear {
            clear: both;
        }
/*WINNERS*/
/*CONTAINER*/

/*CONCURSOS*/
.concursos {
    padding-top: 50px;
}

.category-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 35px;
    padding-right: 35px;
    position: relative;
    cursor: pointer;
    padding-bottom: 20px;
}

    .category-title::after {
        content: "";
        width: 25px;
        height: 25px;
        background: transparent url('../Images/arrow-bottom.png') no-repeat;
        top: 0;
        right: 0;
        position: absolute;
        cursor: pointer;
    }

    .category-title.open::after {
        background: transparent url('../Images/arrow-top.png') no-repeat;
    }

.category-title-text {
    white-space: nowrap;
    text-align: left;
}

    .category-title-text span {
        font-family: Oswald;
        font-weight: 600;
        font-size: 16px;
        color: #000;
    }

.category-title-line img {
    width: 100%;
}

.category-content {
    display: flex;
    flex-wrap: wrap;
}

.concurso {
    flex: 0 1 50%;
    box-sizing: border-box;
    padding: 0px 15px;
    margin-bottom: 30px;
}

    .concurso.hidden {
        display: none;
    }

.concurso-image img {
    max-width: 100%;
    display: block;
    margin: 0 auto;
}

.concurso-description {
    padding-top: 15px;
    line-height: 20px;
}

    .concurso-description span {
        font-family: Oswald;
        font-weight: 600;
        font-size: 12px;
        color: #000;
        text-transform: uppercase;
    }

.concurso-termsconditions {
    padding-top: 15px;
}

    .concurso-termsconditions a {
        font-family: Oswald;
        font-weight: 500;
        font-size: 12px;
        color: #000;
        text-decoration: underline;
        cursor: pointer;
    }

.concurso-button {
    padding-top: 15px;
}

    .concurso-button a {
        width: 193px;
        line-height: 44px;
        background-color: #f2e75f;
        border-radius: 8px;
        border: none;
        font-family: Oswald;
        font-weight: bold;
        font-size: 13px;
        color: #000;
        text-align: center;
        display: block;
        margin: 0 auto;
    }

.load-more-container {
    width: 100%;
    line-height: normal;
    padding-top: 20px;
}

.load-more-btn {
    font-family: Oswald;
    font-weight: 500;
    font-size: 12px;
    color: #000;
    cursor: pointer;
    text-decoration: underline;
}

    .load-more-btn:hover {
        color: #000;
        text-decoration: underline;
    }

@media(max-width: 1199px) {
    .concursos {
        padding-left: 15px;
        padding-right: 15px;
        padding-top: 30px;
    }
}

@media(max-width: 767px) {
    .concurso {
        flex: 0 1 100%;
        padding: 0px;
    }

        .concurso:last-child {
            margin-bottom: 0px;
        }

    .category {
        margin-top: 30px;
    }

        .category:first-child {
            margin-top: 0px;
        }

    .category-title {
        gap: 15px;
    }

    .category-title-text span {
        font-size: 14px;
    }

    .category-title-line img {
        height: 1px;
    }
}
/*CONCURSOS*/

/*FOOTER*/
.ch-footer {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 52px 0 62px;
    background: #1c1c1c;
}

    .ch-footer.basico {
        padding: 30px 0px;
    }

    .ch-footer ul {
        list-style-type: none;
        padding: 0;
        margin-bottom: 10px;
    }

        .ch-footer ul li {
            line-height: 16px;
        }

            .ch-footer ul li a {
                color: #808080;
                font-size: 12px;
            }

                .ch-footer ul li a:hover {
                    color: #ffffff;
                }

.ch-footer-wrap {
    display: table;
    width: 100%;
}

.ch-footer-col {
    display: table-cell;
    vertical-align: top;
    padding-left: 10px;
    padding-right: 10px;
}

    .ch-footer-col img {
        margin-right: 15px;
        margin-bottom: 10px;
    }

    .ch-footer-col h5 {
        font-family: Oswald;
        font-weight: bold;
        color: #838483;
        padding-bottom: 2px;
        margin-top: 0;
        margin-bottom: 0;
    }

.ch-footer-logo {
    padding-top: 30px;
}

.ch-footer-info {
    position: absolute;
    bottom: 0px;
    left: 0px;
    right: 0px;
    background: #000000;
    padding: 12px 0 8px;
    text-align: center;
    color: #808080;
    font-size: 12px;
}

    .ch-footer-info p {
        margin: 0;
    }

    .ch-footer-info a {
        color: #FFF;
    }

.footer {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
}

.footer-logo,
.footer-qr {
    display: flex;
    align-items: center;
}

    .footer-qr a:last-child {
        margin-left: 10px;
    }
/*FOOTER*/

/*MEDIAS QUERYS*/
@media (min-width: 1200px) {
    /*CONTAINER*/
    .form-container {
        width: 996px;
    }
    /*CONTAINER*/
}

@media (min-width: 1025px) {
    /*CONTAINER*/
    .main-outercon {
        /*padding-bottom: 138px;*/
    }
    /*CONTAINER*/
}

@media (min-width: 768px) {
    /*NAVBAR*/
    .nav-menu-user a, .nav-menu-user a:hover {
        width: 102px;
        font-size: 10px;
        line-height: 36px;
    }

    .nav-points {
        font-size: 15px;
        float: right;
        line-height: 40px;
        position: relative;
        color: #999999;
    }
    /*NAVBAR*/
}

@media (max-width: 1199px) {
    /*CONTAINER*/
    /*TRIVIA*/
    .trivia-slogan span {
        font-size: 26px;
    }

    .trivia-box {
        padding: 0px 2.5%;
    }

        .trivia-box .question span {
            font-size: 24px;
        }

        .trivia-box .answers {
            padding: 40px 0px 60px;
        }

            .trivia-box .answers table tr td label {
                font-size: 18px;
            }
    /*TRIVIA*/
    /*TRIVIA VIDEO*/
    .triviavideo-slogan span, .triviavideo-subslogan span {
        font-size: 26px;
    }

    .triviavideo-box {
        padding: 0px 2.5%;
    }

        .triviavideo-box .question span {
            font-size: 24px;
        }

        .triviavideo-box .answers {
            padding: 40px 0px 60px;
        }

            .triviavideo-box .answers table tr td label {
                font-size: 18px;
            }
    /*TRIVIA VIDEO*/
    /*CONTAINER*/
}

@media (max-width: 1024px) {
    /*FOOTER*/
    .ch-footer {
        display: none;
    }
    /*FOOTER*/
}

@media (max-width: 992px) {
    /*CONTAINER*/
    .form-award-aditional-description span {
        font-size: 17px;
    }

        .form-award-aditional-description span.subtitle {
            font-size: 15px;
        }
    /*CONTAINER*/
}

@media (max-width: 768px) {
    /*NAVBAR*/
    .nav {
        width: 100%;
        padding-right: 7px;
    }
    /*NAVBAR*/
}

@media (max-width: 767px) {
    /*CONTAINER*/
    .form-title {
        padding: 40px 0px 2.5%;
    }

        .form-title span {
            font-size: 16px;
        }

            .form-title span.subtitle {
                font-size: 14px;
            }

    .form-award-description {
        padding: 0px 2.5% 2.5%;
    }

        .form-award-description span {
            font-size: 14px;
        }

    .form-award-aditional-description {
        width: 90%;
        padding: 5%;
        margin: 5% auto;
        margin-bottom: 2.5%;
    }

        .form-award-aditional-description span {
            font-size: 16px;
            line-height: normal;
        }

            .form-award-aditional-description span.subtitle {
                font-size: 14px;
            }

    .form-registration .slogan {
        padding-top: 5%;
    }

        .form-registration .slogan span {
            font-size: 18px;
        }

    .form-registration .buttons {
        padding: 2.5% 0px 5%;
    }

    .form-terms .lnk {
        font-size: 12px;
    }

    .form-legals span {
        font-size: 12px;
    }

    .congrats-texts {
        padding-top: 5%;
        padding-bottom: 5%;
    }

        .congrats-texts .congrats-text, .congrats-texts .congrats-participations {
            font-size: 16px;
        }

    .congrats-prize span {
        font-size: 16px;
    }

    .congrats-time {
        padding: 0px 2.5%;
    }

        .congrats-time span {
            font-size: 14px;
        }

    .congrats-upgrade {
        width: 100%;
        height: auto;
        padding: 5%;
        margin-top: 5%;
    }

        .congrats-upgrade span {
            font-size: 16px;
        }

    .congrats-contact {
        padding: 2.5% 5%;
    }

        .congrats-contact span {
            font-size: 14px;
        }

            .congrats-contact span.spam {
                font-size: 12px;
            }

    .upgrade-info-exchange span {
        font-size: 16px;
    }

    .upgradesuccess-congrats span {
        font-size: 16px;
    }

    .upgradesuccess-exchange-info {
        padding-bottom: 5%;
    }

    .upgradesuccess-exchange span {
        font-size: 16px;
    }

        .upgradesuccess-exchange span.points, .upgradesuccess-exchange span.description {
            font-size: 16px;
        }

    .upgradesuccess-repeat-info {
        padding: 0px 2.5%;
    }

        .upgradesuccess-repeat-info span, .upgradesuccess-repeat-info a {
            font-size: 14px;
        }

    .upgradesuccess-contact-info {
        width: initial;
        padding: 20px;
    }

    .error-message span {
        font-size: 14px;
    }

        .error-message span a, .error-message span a:hover {
            color: #000;
        }

    /*PUZZLE*/
    .puzzle-slogan {
        padding-bottom: 5%;
    }

        .puzzle-slogan span {
            font-size: 18px;
        }

    .puzzle-box .content-blocks {
        width: 100% !important;
        height: auto !important;
    }

        .puzzle-box .content-blocks .block {
            width: 33.3% !important;
            height: auto !important;
        }

        .puzzle-box .content-blocks input[type="image"] {
            width: 100%;
            display: block;
        }

    .puzzle-timer {
        padding: 5% 0px;
    }

        .puzzle-timer span {
            font-size: 16px;
        }

    .puzzle-indications {
        padding: 2.5% 2.5% 0px;
    }

        .puzzle-indications span {
            font-size: 16px;
        }

    .puzzle-legals {
        padding: 5% 2.5%;
    }

        .puzzle-legals span {
            font-size: 14px;
        }
    /*PUZZLE*/
    /*MEMOTEST*/
    .memotest-slogan {
        padding-bottom: 5%;
    }

        .memotest-slogan span {
            font-size: 18px;
        }

    .memotest-timer span {
        font-size: 18px;
    }

    .memotest-indications {
        padding: 5% 2.5%;
    }

        .memotest-indications span {
            font-size: 16px;
        }

    .memotest-legals {
        padding: 0px 2.5% 5%;
    }

        .memotest-legals span {
            font-size: 14px;
        }
    /*MEMOTEST*/
    /*TRIVIA*/
    .trivia-slogan {
        padding-bottom: 5%;
    }

        .trivia-slogan span {
            font-size: 18px;
        }

    .trivia-box {
        padding: 0px;
    }

        .trivia-box .question {
            padding: 0px 2.5%;
        }

            .trivia-box .question span {
                font-size: 16px;
            }

        .trivia-box .answers {
            padding: 2.5% 0px 5%;
        }

            .trivia-box .answers table {
                width: 75%;
                margin: 0 auto;
            }

                .trivia-box .answers table.threecol tr, .trivia-box .answers table.fourcol tr {
                    width: 100%;
                    margin-right: 0px;
                    float: initial;
                }

                .trivia-box .answers table tr td input {
                    width: 15px;
                    height: 15px;
                    left: initial;
                }

                .trivia-box .answers table tr td label {
                    font-size: 14px;
                    margin-left: 20px;
                    margin-bottom: 10px;
                }

        .trivia-box .buttons {
            padding-top: 2.5%;
        }

    .trivia-indications {
        padding: 5% 2.5%;
    }

        .trivia-indications span {
            font-size: 16px;
        }

    .trivia-legals {
        padding: 0px 2.5% 5%;
    }

        .trivia-legals span {
            font-size: 14px;
        }
    /*TRIVIA*/
    /*TRIVIA VIDEO*/
    .triviavideo-slogan {
        padding-bottom: 5%;
    }

        .triviavideo-slogan span {
            font-size: 18px;
        }

    .triviavideo-subslogan {
        padding-bottom: 5%;
    }

        .triviavideo-subslogan span {
            font-size: 18px;
        }

    .triviavideo-video {
        margin-bottom: 10%;
        width: 100%;
    }

    .triviavideo-box {
        padding: 0px;
    }

        .triviavideo-box .question {
            padding: 0px 2.5%;
        }

            .triviavideo-box .question span {
                font-size: 16px;
            }

        .triviavideo-box .answers {
            padding: 2.5% 0px 5%;
        }

            .triviavideo-box .answers table {
                width: 75%;
                margin: 0 auto;
            }

                .triviavideo-box .answers table.threecol tr, .triviavideo-box .answers table.fourcol tr {
                    width: 100%;
                    margin-right: 0px;
                    float: initial;
                }

                .triviavideo-box .answers table tr td input {
                    width: 15px;
                    height: 15px;
                    left: initial;
                }

                .triviavideo-box .answers table tr td label {
                    font-size: 14px;
                    margin-left: 20px;
                    margin-bottom: 10px;
                }

        .triviavideo-box .buttons {
            padding-top: 2.5%;
        }

    .triviavideo-indications {
        padding: 5% 2.5%;
    }

        .triviavideo-indications span {
            font-size: 16px;
        }

    .triviavideo-legals {
        padding: 0px 2.5% 5%;
    }

        .triviavideo-legals span {
            font-size: 14px;
        }
    /*TRIVIA VIDEO*/
    /*WINNERS*/
    .finished-img img {
        max-width: 300px;
    }
    /*WINNERS*/
    /*CONTAINER*/
}

@media (max-width: 730px) {
    /*CONTAINER*/
    .form-award-aditional-description span {
        font-size: 15px;
    }

        .form-award-aditional-description span.subtitle {
            font-size: 13px;
        }
    /*CONTAINER*/
}

@media (max-width: 630px) {
    /*CONTAINER*/
    .form-award-aditional-description span {
        font-size: 14px;
    }

        .form-award-aditional-description span.subtitle {
            font-size: 12px;
        }
    /*CONTAINER*/
}

@media (max-width: 530px) {
    /*CONTAINER*/
    .form-award-aditional-description span {
        font-size: 13px;
    }

        .form-award-aditional-description span.subtitle {
            font-size: 11px;
        }

    .puzzle-box .content-buttons {
        width: 80%;
    }
    /*CONTAINER*/
}

@media (max-width: 480px) {
    /*CONTAINER*/
    .form-title {
        padding: 40px 0px 5%;
    }

    .form-award-description {
        padding-bottom: 5%;
    }

        .form-award-description span {
            font-size: 12px;
        }

    .form-award-aditional-description {
        width: 95%;
    }

        .form-award-aditional-description span {
            font-size: 12px;
        }

            .form-award-aditional-description span.subtitle {
                font-size: 10px;
            }

    .form-registration .slogan {
        padding-top: 7.5%;
    }

        .form-registration .slogan span {
            font-size: 16px;
        }

    .form-registration .fields {
        width: 80%;
        padding: 5% 0px;
    }

        .form-registration .fields div[class^="input-row input-row-"] {
            /*min-height: 70px;*/
        }

            .form-registration .fields div[class^="input-row input-row-"] label, .form-registration .fields div[class^="input-row input-row-"] input[type=text], .form-registration .fields div[class^="input-row input-row-"] input[type=date], .form-registration .fields div[class^="input-row input-row-"] select {
                width: 100%;
            }

    .form-registration .buttons {
        padding: 0px 0px 7.5%;
    }

    .form-terms .lnk {
        font-size: 10px;
    }

    .form-legals span {
        font-size: 10px;
    }

    .congrats-texts {
        padding-top: 10%;
    }

    .congrats-prize {
        padding: 0px 2.5% 5%;
    }

    .congrats-time {
        padding: 2.5% 2.5% 0px;
    }

    .congrats-upgrade {
        margin-top: 10%;
    }

    .congrats-contact span {
        font-size: 11px;
    }

        .congrats-contact span.spam {
            font-size: 9px;
        }

    .upgrade-info-points span {
        font-size: 16px;
        line-height: normal;
    }

    .upgrade-info-exchange {
        padding-top: 5%;
    }

        .upgrade-info-exchange span {
            font-size: 14px;
            line-height: normal;
        }

    .upgrade-box {
        width: 100%;
    }

        .upgrade-box ul li .points, .upgrade-box ul li .description {
            width: 100%;
        }

    .upgradesuccess-exchange-info {
        padding-bottom: 10%;
    }

    .upgradesuccess-exchange span {
        font-size: 14px;
    }

    /*MEMOTEST*/
    .memotest-box .content-blocks.threecol {
        width: 192px;
    }

    .memotest-box .content-blocks.fourcol {
        width: 256px;
    }

    .memotest-box .content-blocks .block {
        width: 60px;
        height: 60px;
    }
    /*MEMOTEST*/
    /*TRIVIA*/
    .trivia-box .answers {
        padding: 7.5% 0px 10%;
    }

    .trivia-box .buttons {
        padding-top: 0px;
    }

    .trivia-indications {
        padding-top: 10%;
    }
    /*TRIVIA*/
    /*TRIVIA VIDEO*/
    .triviavideo-box .answers {
        padding: 7.5% 0px 10%;
    }

    .triviavideo-box .buttons {
        padding-top: 0px;
    }

    .triviavideo-indications {
        padding-top: 10%;
    }
    /*TRIVIA VIDEO*/
    /*CONTAINER*/
}

@media (max-width: 425px) {
    /*CONTAINER*/
    .congrats-upgrade {
        padding: 10% 5%;
    }

    .form-award-aditional-description span {
        font-size: 10px;
    }

        .form-award-aditional-description span.subtitle {
            font-size: 9px;
        }
    /*CONTAINER*/
}

@media (max-width: 375px) {
    /*CONTAINER*/
    .form-award-aditional-description span {
        font-size: 9px;
    }
    /*CONTAINER*/
}

@media (max-width: 320px) {
    /*CONTAINER*/
    .form-registration .slogan span {
        font-size: 12px;
    }
    /*CONTAINER*/
}
/*MEDIAS QUERYS*/
