/* Responsive creen size to X axis */
@charset "utf-8"; 

@media screen and (max-height: 580px) {
    body.pc-device .g-container .g-adventure .module.battle .cards-container{
        position: relative;
        top: 485px;
    }

    body.pc-device .g-container .g-adventure .module.battle ,
    body.mobile-device .g-container .g-adventure .module.battle {
        height: 100%;
        position: absolute;
        width: 100%;
    }
}


@media screen and (max-height: 895px) {

    body.pc-device .g-container .g-adventure .module.battle ,
    body.mobile-device .g-container .g-adventure .module.battle {
        height: 100%;
        position: absolute;
        width: 100%;
        overflow: visible;
        border: 2px solid transparent;
    }
}

@media screen and (max-height: 610px) {
    body.mobile-device .g-container .g-adventure .module.battle .cards-container {
        position: relative;
        top: 510px;
    }
}

/* AVENTURA UNIT */
@media screen and (max-height: 720px) {
    body.pc-device .g-container .g-adventure .module.unit .g-container {
        min-height: auto;
    }

    body.pc-device .g-container .g-adventure .module.unit .g-container .g-card.unit .container {
        margin: -30px auto 20px;
        width: 235px;
    }

    body.pc-device .g-container .g-adventure .module.unit .g-container .g-card.unit .progress {
        top: 155px;
    }

    body.pc-device .g-container .g-adventure .module.unit .g-container .g-card.unit .name {
        font-size: 30px;
        top: 190px;
    }

    body.pc-device .g-container .g-adventure .module.unit .g-container .g-card.unit {
        height: 195px;
    }

    body.pc-device .g-container .g-adventure .module.unit .g-container .message {
        width: 100%;
        box-sizing: border-box;
        margin: 50px 0px 0px 0px;
        padding: 0px 10px;
        font-size: 22px;
    }
}

/* END AVENTURA UNIT */
/* MODULE ORACLE */
@media screen and (max-height: 750px) {
    body.pc-device .g-container .g-adventure .module.oracle {
    }

    body.pc-device .g-container .g-adventure .module.oracle .container-concepts {
        width: 610px;
        margin-left: -305px;
    }

    body.pc-device .g-container .g-adventure .module.oracle .container-concepts .g-card {
        width: 610px;
        box-sizing: border-box;
    }

    body.pc-device .g-container .g-adventure .module.oracle .container-concepts .g-card .flip-container {
    }

    body.pc-device .g-container .g-adventure .module.oracle .container-concepts .g-card .front , body.pc-device .g-container .g-adventure .module.oracle .container-concepts .g-card .back {
        width: 610px;
        height: 448px;
    }

    body.pc-device .g-container .g-adventure .module.oracle .container-concepts .g-card .flip-container.hover .front {
        width: 610px;
    }

    body.pc-device .g-container .g-adventure .module.oracle .container-concepts .g-card .flip-container.hover .back {
        width: 610px;
    }

    body.pc-device .g-container .g-adventure .module.oracle .container-concepts .bt-footer.bt-prev {
        top: 535px;
    }

    body.pc-device .g-container .g-adventure .module.oracle .container-concepts .bt-footer.bt-prev.disabled, body.pc-device .g-container .g-adventure .module.oracle .container-concepts .bt-footer.bt-next.disabled {
        top: 535px;
    }

    body.pc-device .g-container .g-adventure .module.oracle .container-concepts .bt-footer.bt-next {
        top: 535px;
    }

    body.pc-device .g-container .g-adventure .module.oracle .container-finish {
    }

    body.pc-device .g-container .g-adventure .module.oracle .container-concepts .g-card .tx-concept, body.pc-device .g-container .g-adventure .module.oracle .container-concepts .g-card .tx-definition {
        width: 570px;
        height: 380px;
    }

    body.pc-device .g-container .g-adventure .module.oracle .container-concepts .g-card .tx-definition span img {
        max-width: 380px;
        max-height: 308px;
    }

    body.pc-device .g-container .g-adventure .module.oracle .container-concepts .g-card .flip {
    }

    body.pc-device .g-container .g-adventure .module.oracle .container-concepts .g-card .energy {
    }
}

/* END MODULE ORACLE */

/* MODULE BATLE */	

@media screen and (max-width: 805px), screen and (max-height: 715px) {
    body.pc-device .g-container .g-adventure .module.battle .header {
        position: absolute;
    }
    body.pc-device .g-container .g-adventure .module.battle .header .progress-icon{ 
        margin-left: 157px
    }
    body.pc-device .g-container .g-adventure .module.battle .header .progress {
        max-width: 350px;
        left: 0;
        right: 0;
        border: 2px solid #ffd200;
        border-radius: 12px;
        height: 31px;
        background: none;
        overflow: hidden;
        margin: 20px auto 0px;
        box-sizing: border-box;
        -webkit-box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.32);
        -moz-box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.32);
        box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.32);
        background: #343434;
        width: 100%;
    }

    body.pc-device .g-container .g-adventure .module.battle .header .progress .progress-bar {
        width: calc(100% - 2px);
        height: calc(100% - 2px);
        left: 1px;
        top: 1px;
    }

    body.pc-device .g-container .g-adventure .module.battle .g-container {
        margin-top: 0px;
        width: 100%;
        height: 100%;
        position: absolute;
        min-height: 550px;
    }

    body.pc-device .g-container .g-adventure .module.battle .g-container .activity {
        margin-top: 76px;
    }

    body.pc-device .g-container .g-adventure .module.battle .g-container .activity.finish {
        margin-top: 0px;
    }

    body.pc-device .g-container .g-adventure .module.battle .g-container .activity.multiple-choice {
        width: 100%;
        min-width: 320px;
    }

    body.pc-device .g-container .g-adventure .module.battle .g-container .activity.write .card, body.pc-device .g-container .g-adventure .module.battle .g-container .activity.multiple-choice .card {
        width: 100%;
        height: 225px;
        background-repeat: no-repeat!important;
        background-size: contain;
        background-position: center center;
    }

    body.pc-device .g-container .g-adventure .module.battle .g-container .activity .feedbacks {
        top: 175px;
    }

    body.pc-device .g-container .g-adventure .module.battle .g-container .activity.write .card .text, body.pc-device .g-container .g-adventure .module.battle .g-container .activity.multiple-choice .card .text {
        width: 500px;
        padding: 5px;
        height: 210px;
        box-sizing: border-box;
        left: 50%;
        margin-left: -250px;
    }

    body.pc-device .g-container .g-adventure .module.battle .g-container .activity.multiple-choice .options {
    }

    body.pc-device .g-container .g-adventure .module.battle .g-container .activity.multiple-choice .option {
        width: auto;
        margin: 7px auto;
        max-width: 360px;
        line-height: 40px;
    }

    body.pc-device .g-container .g-adventure .module.battle .g-container .activity.multiple-choice .card .text span img, body.pc-device .g-container .g-adventure .module.battle .g-container .activity.write .card .text span img {
        max-width: 340px;
        max-height: 135px;
    }
    body.pc-device .g-container .g-adventure .module.battle .g-container .activity.multiple-choice .card .text span .concept_and_img, 
    body.pc-device .g-container .g-adventure .module.battle .g-container .activity.write .card .text span .concept_and_img {
        margin-bottom: 0;
    }

    body.pc-device .g-container .g-adventure .module.battle .g-container .activity.write .answer-label {
        padding: 0px 0px 0px 10px;
        box-sizing: border-box;
        max-width: 360px;
        margin: 0px auto;
        width: 100%;
    }

    body.pc-device .g-container .g-adventure .module.battle.classify .g-container .activity.write .answer-label {
        max-width: 560px;
    }

    body.pc-device .g-container .g-adventure .module.battle .g-container .activity.write .input {
        max-width: 350px;
        margin: 10px auto 0px;
        width: 100%;
    }

    body.pc-device .g-container .g-adventure .module.battle.classify .g-container .activity.write .input {
        max-width: 560px;
    }

    body.pc-device .g-container .g-adventure .module.battle .g-container .activity.write .input input {
        width: 210px;
    }

    body.pc-device .g-container .g-adventure .module.battle.classify .g-container .activity.write .input input {
        width: 385px;
        height: 38px;
        margin-top: 0;
    }

    body.pc-device .g-container .g-adventure .module.battle .bt-not-know {
        float: right;
        margin-right: 10px;
    }

    body.pc-device .g-container .g-adventure .module.battle .multiple-choice .bt-not-know {
        float: none;
        margin: 50px auto 0px;
        text-align: center;
        padding: 0;
        width: 340px;
    }

    body.pc-device .g-container .g-adventure .module.battle .footer {
        width: 100%;
    }

    body.pc-device .g-container .g-adventure .module.battle .cards-container .card .icon {
        height: 89px;
        width: 80px;
        background-position: center!important;
        background-repeat: no-repeat!important;
        background-size: contain!important;
    }

    body.pc-device .g-container .g-adventure .module.battle .cards-container .card .power {
        font-size: 16px;
    }

    body.pc-device .g-container .g-adventure .module.battle .cards-container {
        background-size: contain;
        bottom: 5px;
        position: absolute;
    }

    body.pc-device .g-container .g-adventure .module.battle .header .energy .progressbar-text {
        right: 32px !important;
        left: auto !important;
    }

    body.pc-device .g-container .g-adventure .module.battle .header .g-btn-back {
    }

    body.pc-device .g-container .g-adventure .module.battle .g-container .activity.write .correct-answer {
        top: 166px;
        font-size: 21px;
        width: 100%;
        position: relative;
        left: auto;
        max-width: 510px;
        margin: 0px auto;
    }

    body.pc-device .g-container .g-adventure .module.battle .g-container .activity.write .input.incorrect, body.pc-device .g-container .g-adventure .module.battle .g-container .activity.write .input.correct {

    }

    body.pc-device .g-container .g-adventure .module.battle .g-container .activity.write .input.incorrect:after, body.pc-device .g-container .g-adventure .module.battle .g-container .activity.write .input.correct:after {
        top: 14px;
        right: 6px;
        width: 30px;
        height: 30px;
        margin-left: -50px;
    }

}

@media screen and (max-height: 750px) {
    body.pc-device .g-container .g-adventure .activity.finish .round-complete {
        margin-top: -38px;
        position: absolute;
        zoom: 0.8;
        height: calc(100% + 38px);
        width: 100%;
    }

    body.pc-device .g-container .g-adventure .activity.finish .round-complete .wrap-person.enemy-only{

    }
}

@media screen and (max-height: 760px) {
    .g-container .g-adventure .module.battle .multiple-choice .bt-not-know {
        text-align: right;
        width: 695px;
        padding: 0px 26px 0px 0px;
        box-sizing: border-box;
        z-index: 1;
        position: relative;
    }
}
/* END MODULE BATLE */

/* INTRO */
/*80%*/
@media screen and (max-width: 1280px), screen and (max-height: 720px) {
    #wrap-end-game .cover-end-game,
    .g-container .g-adventure #intro-game .cover-intro{
        width: 1024px;
        height: 576px;
        top: calc(50% - 288px);
        left: calc(50% - 512px);
    }
}
/*60%*/
@media screen and (max-width: 1024px), screen and (max-height: 576px) {
    #wrap-end-game .cover-end-game,
    .g-container .g-adventure #intro-game .cover-intro{
        width: 768px;
        height: 432px;
        top: calc(50% - 216px);
        left: calc(50% - 384px);
    }
}
/*40%*/
@media screen and (max-width: 768px), screen and (max-height: 432px) {
    #wrap-end-game .cover-end-game,
    .g-container .g-adventure #intro-game .cover-intro{
        width: 512px;
        height: 288px;
        top: calc(50% - 144px);
        left: calc(50% - 256px);
    }
}
/*30%*/
@media screen and (max-width: 512px), screen and (max-height: 288px) {
    #wrap-end-game .cover-end-game,
    .g-container .g-adventure #intro-game .cover-intro{
        width: 384px;
        height: 216px;
        top: calc(50% - 108px);
        left: calc(50% - 192px);
    }
}
/*25%*/
@media screen and (max-width: 384px), screen and (max-height: 216px) {
    #wrap-end-game .cover-end-game,
    .g-container .g-adventure #intro-game .cover-intro{
        width: 320px;
        height: 180px;
        top: calc(50% - 90px);
        left: calc(50% - 160px);
    }
}
/*20%*/
@media screen and (max-width: 320px), screen and (max-height: 180px) {
    #wrap-end-game .cover-end-game,
    .g-container .g-adventure #intro-game .cover-intro{
        width: 256px;
        height: 144px;
        top: calc(50% - 72px);
        left: calc(50% - 128px);
    }

}

@media screen and (max-height: 700px) {
    body.pc-device .g-container .g-adventure #omboarding-intro-game .omboarding-center-image{
        top: -7px;
    }
    body.pc-device .g-container .g-adventure #omboarding-intro-game .omboarding-center-image .line-center{
        top: 45px;
    }
    body.pc-device .g-container .g-adventure #omboarding-intro-game .omboarding-center-image .content-center{
        width: 210px;
    }
    body.pc-device .g-container .g-adventure #omboarding-intro-game .omboarding-center-image .content-center img{
        width: 150px;
        top: 30px;
        left: 26px;
    }
    body.pc-device .g-container .g-adventure #omboarding-intro-game .omboarding-center-text{
        margin-top: 5px;
    }
    body.pc-device .g-container .g-adventure #omboarding-intro-game .omboarding-center-image .content-center:before{
        width: 210px;
        height: 210px;
        top: -10px;
        left: 0px;
    }
    body.pc-device .g-container .g-adventure #omboarding-intro-game .omboarding-center-image{
        height: 180px;
    }
    body.pc-device .g-container .g-adventure #omboarding-intro-game{
        overflow: auto;
    }
}
/* END INTRO */

@media screen and (max-height: 725px) {
    .g-container .g-adventure .module.battle .modal.energy .center-character{
        top: 60px;
    }
    .g-container .g-adventure .module.battle .modal.energy .bar-bg{
        top: 210px;
    }
    .g-container .g-adventure .module.battle .modal.energy .text-character{
        top: 335px;
    }
    .g-container .g-adventure .module.battle .modal.energy .button-character{
        top: 430px;
    }
}

@media screen and (max-height: 680px) {
    body.pc-device .g-container .g-adventure .modal-unit .g-container-unit .bt-oracle.load-more-energy{
        top: 520px;
    }

    body.pc-device .g-container .g-adventure .modal-unit .g-container-unit .bt-battle.margin-t{
        margin-top: 52px;
    }
}

@media screen and (max-height: 560px) {
    body.pc-device .g-container .g-adventure .modal-unit .g-container-unit .bt-oracle.load-more-energy{
        margin: auto;
        right: 50%;
        margin-right: -402px;
        top: 438px;
        left: auto;
        zoom: 0.8;
    }
}