html, body {
    font-size: 62.5%;
    font-family: 'Crimson Pro', serif;
    font-weight: 400;
    color: #000000;
}

h1, h2, h3 {
    font-family: 'Crimson Pro', serif;
    font-weight: 400;
    color: #600036;
}

h1 {
    font-size: 6rem;
    line-height: 1;
    margin-bottom: 3rem;
}

h2 {
    font-size: 4rem;
    text-align: center;
}

h3 {
    font-size: 2.5rem;
    text-transform: uppercase;
    margin-bottom: 1rem;
    font-weight: 500;
}

.title-resume {
    text-transform: initial;
    text-align: center;
    margin-bottom: 3rem;
}

p {
    font-size: 1.8rem;
    margin: 0;
    font-family: 'Open Sans', sans-serif;
}

label {
    font-size: 1.5rem;
}

header {
    width: 100%;
    margin: 0;
}

header .img-fluid {
    max-height: 10rem;
}

input[type=checkbox], input[type=radio] {
    width: 2rem;
    height: 2rem;
}

.container {
    max-width: 102.4rem;
}

.container.login {
    max-width: 96rem;
}

.header-text {
    color: white;
    font-size: 1.8rem;
    text-transform: uppercase;
    padding-left: 2rem;
    font-family: 'Open Sans', sans-serif;
}

.form-control::-webkit-input-placeholder {
    /* Edge */
    color: #ffffff;
}

.form-control:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #ffffff;
}

.form-control::placeholder {
    color: #ffffff;
}

/* The container */
.form-check {
    display: block;
    position: relative;
    padding-left: 3.5rem;
    cursor: pointer;
    font-size: 2rem;
    line-height: 1;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #9bc31c;
    margin: 4rem 0 2rem;
}

/* Hide the browser's default checkbox */
.form-check input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 2.5rem;
    width: 2.5rem;
    background-color: #eee;
    border-radius: 0.5rem;
}

/* On mouse-over, add a grey background color */
.form-check:hover input~.checkmark {
    background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.form-check input:checked~.checkmark {
    background-color: #9bc31c;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.form-check input:checked~.checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.form-check .checkmark:after {
    left: 0.9rem;
    top: 0.5rem;
    width: 0.6rem;
    height: 1.3rem;
    border: solid #ffffff;
    border-width: 0 .3rem .3rem 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.disabled, a.btn.disabled, .not-allowed {
    opacity: .3;
    pointer-events: initial;
}

.disabled, a.btn.disabled:hover, .not-allowed:hover {
    cursor: not-allowed;
    pointer-events: initial;
}

.navbar {
    background-color: #600036;
    padding: 1rem;
    min-height: 10rem;
    margin-bottom: 3rem;
    -webkit-box-shadow: 3px 7px 7px 0px rgba(96, 0, 54, 0.3);
    -moz-box-shadow: 3px 7px 7px 0px rgba(96, 0, 54, 0.3);
    box-shadow: 3px 7px 7px 0px rgba(96, 0, 54, 0.3);
    z-index: 99;
}

.navbar header {
    display: flex;
    align-items: center;
}

.navbar header span {
    color: #ffffff;
    font-size: 1.3rem;
    text-transform: uppercase;
    font-family: 'Open Sans', sans-serif;
    letter-spacing: .2rem;
}

.green {
    color: #9bc31c;
}

.box {
    background-color: #ffffff;
    padding: 2rem;
    -webkit-box-shadow: 3px 3px 7px 0px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 3px 3px 7px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 3px 3px 7px 0px rgba(0, 0, 0, 0.3);
    min-height: 30rem;
    display: flex;
    flex-direction: column;
}

.wrapper-img-box {
    text-align: center;
    margin: 1rem 0;
}

.wrapper-img-box img {
    width: 100%;
    max-width: 27rem;
}

.wrapper-buttons {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.wrapper-buttons .btn {
    width: 49%;
}

.btn {
    padding: 2rem 1rem;
    border-radius: 1rem;
    color: #ffffff;
    text-transform: uppercase;
    text-align: center;
    display: inline-block;
    font-family: 'Open Sans', sans-serif;
    border: none;
    font-size: 1.5rem;
    font-weight: 700;
}

.btn.big {
    min-width: 20rem;
}

.btn:hover {
    color: #ffffff;
}

.primary {
    background-color: #9bc31c;
}

.secondary {
    background-color: #f2902d;
}

.tertiary {
    background-color: #600036;
}

.form-control {
    font-family: 'Open Sans', sans-serif;
}

.form-control-lg {
    height: 5rem;
    font-size: 1.8rem;
    background-color: #9bc31c;
    color: #ffffff;
    border-radius: 1rem;
    border: 0;
}

.form-control:focus {
    color: #000000;
}

.container-message {
    display: none;
}

.img-all-fruits {
    /* position: relative;
    top: -6rem;
    z-index: -1; */
    width: 100%;
}

.back {
    position: absolute;
    top: 12rem;
    left: 2rem;
    width: 4rem;
    z-index: 99;
    display: none;
}

.back:hover {
    cursor: pointer;
}

.wrapper-title-shop {
    position: absolute;
    top: 12rem;
    left: 10rem;
    right: 0;
    z-index: 99;
    text-align: center;
    display: none;
}

.wrapper-title-shop h2 {
    background-color: #9bc31c;
    color: #ffffff;
    padding: 1rem 2rem;
    border-radius: 1rem;
    display: inline-block;
    text-transform: uppercase;
    margin-bottom: 0;
}

#img-intro {
    z-index: 999;
    background-color: #ffffff;
    position: absolute;
    left: 0;
    right: 0;
    top: 10rem;
    bottom: 0;
}

#img-intro .btn {
    position: absolute;
    bottom: 4rem;
    width: 20rem;
    font-size: 2rem;
    left: calc(50% - 10rem);
}

#game3-end-game, #resume-game {
    display: none;
}

#resume-game .container {
    height: 100%;
    display: flex;
    flex-direction: column;
}

.wrapper-cup .cup {
    width: 100%;
    width: 45rem;
}

#team-winner-text {
    font-size: 3rem;
    font-weight: 500;
}

.wrapper-awards {
    display: flex;
    align-items: center;
    margin-top: 2rem;
}

.wrapper-awards .awards {
    width: 4rem;
    flex: 0 0 4rem;
    margin-right: 1rem;
}

.wrapper-awards .awards.first {
    width: 5rem;
    flex: 0 0 5rem;
}

.wrapper-awards h3 {
    text-transform: uppercase;
    margin-bottom: 0;
    font-size: 3rem;
}

.wrapper-awards .points {
    font-weight: 700;
    color: #9bc31c;
    font-size: 2rem;
}

.wrapper-footer-steps {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 14rem;
    z-index: 99;
    font-family: 'Open Sans', sans-serif;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 4rem;
    color: #ffffff;
    background: rgba(0, 0, 0, 0);
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, .9) 85%, rgba(0, 0, 0, 1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(85%, rgba(0, 0, 0, .9)), color-stop(100%, rgba(0, 0, 0, 1)));
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, .9) 85%, rgba(0, 0, 0, 1) 100%);
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, .9) 85%, rgba(0, 0, 0, 1) 100%);
    background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, .9) 85%, rgba(0, 0, 0, 1) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, .9) 85%, rgba(0, 0, 0, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#000000', GradientType=0);
    display: none;
}

.wrapper-steps h3 {
    margin-bottom: 0;
    color: #ffffff;
    margin-right: 1rem;
}

.wrapper-steps {
    display: flex;
    align-items: center;
}

.wrapper-single-step {
    position: relative;
}

.wrapper-single-step .wrapper-shop {
    position: absolute;
    bottom: -3rem;
    left: calc(50% - 1.2rem);
    display: none;
}

.wrapper-shop img {
    width: 2.4rem;
    height: 2.4rem;
}

.wrapper-single-step .step.active~.wrapper-shop {
    display: inline-flex;
    align-items: center;
}

.wrapper-single-step .number-product {
    font-size: 1.8rem;
    font-weight: 700;
    color: #ff6600;
}

.step:hover {
    cursor: pointer;
}

.step {
    border-radius: 1rem;
    margin: 0 1rem;
    padding: 1rem 1.5rem;
    display: inline-flex;
    align-items: center;
    font-weight: 700;
    background-color: #9bc31c;
    display: none;
    font-size: 1.8rem;
    text-transform: uppercase;
}

.step .number-team {
    margin-left: 2rem;
    background: rgba(0, 0, 0, .6);
    width: 3rem;
    height: 3rem;
    text-align: center;
    border-radius: 50%;
    line-height: 1.6;
}

.step.active {
    background-color: #ff6600;
}

.wrapper-footer-steps .timer {
    font-weight: 700;
    display: none;
    font-size: 1.8rem;
    margin: 0;
    font-family: 'Open Sans', sans-serif;
}

.game-intro {
    z-index: 999;
    background-color: #ffffff;
    position: absolute;
    left: 0;
    right: 0;
    top: 10rem;
    bottom: 0;
    padding: 5rem;
    overflow-y: auto;
}

.img-intro {
    max-width: 25rem;
    width: 100%;
    margin-bottom: 2rem;
}

.wrapper-select-team {
    border-radius: 2rem;
    background-color: #f3f3f3;
    padding: 1rem 2rem;
    display: inline-block;
    margin-bottom: 2rem;
}

.wrapper-btn-team {
    display: inline-block;
    padding-top: 3rem;
}

.wrapper-btn-team.active {
    background: url("../images/icons/check.png") no-repeat top center;
    background-size: 4rem;
}

.wrapper-btn-team.active .btn {
    background-color: #f2902d;
}

.game-intro .btn {
    padding: 1rem 3rem;
    margin: 1rem 1rem 0;
    font-size: 1.8rem;
}

.btn.confirm {
    opacity: .5;
}

.item-product {
    background-color: #f3f3f3;
    padding: 0.8rem;
    border-radius: 20rem;
    position: relative;
    display: flex;
    align-items: center;
    margin-bottom: 2rem;
}

.item-product .answer {
    width: 4rem;
    height: 4rem;
    margin-left: auto;
}

.item-product .content {
    text-align: center;
    position: absolute;
    left: 1.5rem;
    right: 0;
    top: calc(50% - 1rem);
}

.item-product .content p {
    font-size: 1.4rem;
    font-weight: 700;
    color: #600036;
    width: calc(100% - 5rem);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.box-team {
    padding: 1rem 2rem;
    background-color: #9bc31c;
    border-radius: 1rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #ffffff;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 2rem;
    width: 100%;
}

.box-team.active {
    background-color: #f2902d;
}

.box-team .number {
    background-color: rgb(0, 0, 0, .6);
    padding: 2rem;
    border-radius: 50%;
    margin-left: 1rem;
    height: 4rem;
    width: 4rem;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}

/* popup receipt */
.wrapper-popup-receipt {
    position: absolute;
    top: 20rem;
    left: 2rem;
    width: 30rem;
    z-index: 99;
    display: none;
}

.modal-content .wrapper-popup-receipt {
    position: relative;
    top: initial;
    left: initial;
    width: 100%;
    display: block;
}

.modal-content .wrapper-popup-receipt .bottom-receipt .img-fluid {
    width: 100%;
}

.modal-content .wrapper-popup-receipt .popup-receipt {
    border-top-left-radius: 5rem;
    border-top-right-radius: 5rem;
    padding: 6rem 2rem 0rem 2rem;
}

@keyframes zoominoutsinglefeatured {
    0% {
        transform: scale(1, 1);
    }

    50% {
        transform: scale(1.2, 1.2);
    }

    100% {
        transform: scale(1, 1);
    }
}

.img-result-game {
    position: absolute;
    top: calc(50% - 5rem);
    left: calc(50% - 5rem);
    width: 10rem;
    height: 10rem;
    animation: zoominoutsinglefeatured 1s infinite;
    display: none;
}

.add-product-feedback {
    animation: zoominoutsinglefeatured 1s infinite;
}

.bottom-receipt {
    margin-top: -.1rem;
}

.popup-receipt {
    border-top-left-radius: 2rem;
    border-top-right-radius: 2rem;
    background-color: #fff4b9;
    text-align: center;
    padding: 2rem 2rem 0rem 2rem;
}

.info-shop-list {
    padding: 2rem 0;
    border-top: .1rem solid #ccc079;
    border-bottom: .1rem solid #ccc079;
}

.info-receipt {
    padding: 2rem 0 0;
}

.info-receipt img {
    width: 3rem;
    margin-bottom: 1rem;
}

.info-receipt p {
    color: #9a8e4a;
}

/* popup product */
.popup-product {
    position: absolute;
    top: 20rem;
    right: 5rem;
    padding: 4rem;
    border-radius: 2rem;
    background-color: #ffffff;
    z-index: 99;
    width: 35rem;
    box-shadow: 0.3rem 0.3rem .7rem #dddddd;
    display: none;
}

.popup-product .close {
    position: absolute;
    right: 2rem;
    top: 2rem;
    width: 3rem;
    opacity: 1;
    z-index: 9;
}

.popup-product .close:hover, .modal-dialog .close:hover {
    cursor: pointer;
}

.close:not(:disabled):not(.disabled):hover {
    opacity: 1;
}

.modal-dialog .close {
    opacity: 1;
    width: 8rem;
    position: absolute;
    right: -1rem;
    top: -1rem;
}

.modal-title {
    font-size: 3.5rem;
    line-height: 1.2;
}

.modal-body {
    padding: 4rem;
}

.modal-body h4 {
    font-size: 2.8rem;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 1rem;
}

.modal-body:last-child {
    border-bottom-left-radius: 3rem;
    border-bottom-right-radius: 3rem;
}

.modal-body.correct {
    color: #ffffff;
    background-color: rgba(0, 128, 0, 0.5);
}

.modal-body.wrong {
    color: #ffffff;
    background-color: rgba(255, 0, 0, .5);
}

.modal-content {
    border-radius: 5rem;
    border: 0;
    background: transparent;
}

.modal-header {
    padding: 5rem 1rem 2rem;
}

.popup-product .btn {
    padding: 1rem;
}

/* Tab */
.nav-pills .nav-link {
    font-size: 2rem;
    border-radius: 1rem;
    padding: 1rem 2rem;
}

.nav-pills .nav-item {
    margin: 0 2rem;
    font-family: 'Open Sans', sans-serif;
    text-transform: uppercase;
}

.nav-pills .nav-link.active {
    background-color: #600036;
    color: #ffffff
}

.nav-pills .nav-link {
    color: #600036;
}

/* media query */
@media (max-width: 1023px) {
    .main-container {
        display: none;
    }

    .navbar header {
        flex-wrap: wrap;
    }
}

@media (max-width: 1023px) {
    .container-message {
        height: calc(100vh - 13rem);
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
    }
}

@media (max-height: 560px) {
    .main-container {
        display: none;
    }

    .navbar header {
        flex-wrap: wrap;
    }
}

@media (max-height: 560px) {
    .container-message {
        height: calc(100vh - 13rem);
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
    }

    .login-page .container-message {
      display: none;
    }
    .login-page .main-container {
        display: block;
    }
}

/* -- media query -- */
