@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,700&display=swap');

@font-face {
    font-family: Aero;
    src: url("../font/aeroviasbrasilnf.eot") format("eot"), url("../font/aeroviasbrasilnf.woff2") format("woff2"), url("../font/aeroviasbrasilnf.woff") format("woff"), url("../font/aeroviasbrasilnf.ttf") format("truetype"), url("../font/aeroviasbrasilnf.svg") format("svg");
    font-style: normal;
    font-weight: normal
}

body, html {
    height: 100%
}

body {
    min-height: 100vh;
}

.main {
    width: 100%;
    min-height: 100vh;
    height: auto;
    background: url(../images/bg.jpg);
    background-position-y: 85%;
    background-position-x: center;
    background-repeat: no-repeat;
    font-family: 'Roboto', sans-serif;
    overflow: hidden;
    position: relative;
    background-size: cover;
}

.main:after {
    content: '';
    position: absolute;
    background-image: url("../images/lion_new.png");
    width: 100%;
    height: 80%;
    /*bottom: 56px;*/
    bottom: 0;
    left: 7%;
    background-repeat: no-repeat;
    background-size: contain;
}

/*.main:after {
    content: '';
    position: absolute;
    background-image: url("../images/floor.png");
    width: 100%;
    height: 128px;
    bottom: 0;
    background-repeat: no-repeat;
    background-size: cover;
}*/


@media screen and (max-width: 1150px) {
    .main:after {
        display: none;
    }
    .box:before {
        content: '';
        position: absolute;
        background-image: url("../images/lion-tab.png");
        width: 418px;
        height: 519px;
        top: 100%;
        right: -35px;
        background-repeat: no-repeat;
        background-size: contain;
    }
}
@media (orientation: portrait) and (min-height: 1025px) {
    .box:before {
        top: 50vh;
    }
}

.header {
    height: 59px;
    padding: 0 135px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background: url('../images/header_bg.jpg') repeat-x top left;
    position: relative;
    z-index: 3;
}

@media screen and (max-width: 1150px) {
    .logo img.desk {
        display: none;
    }
    .logo img.mob {
        display: block !important;
        width: 50px;
    }
    .logo {
        min-width: 50px !important;
        height: 48px;
        align-items: center;
        justify-content: center;
        display: flex;
    }
    .stars {
        display: none !important;
    }
    .header-wrapper {
        justify-content: flex-end !important;
    }
}

.logo {
    min-width: 348px;
}

.logo img.mob {
    display: none;
}

.header-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 48px;
    width: 100%;
    padding-left: 15px;
}

.stars {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.item {
    font-family: Aero;
    color: white;
    font-size: 20px;
    line-height: 48px;
    text-transform: capitalize;
    letter-spacing: .05em;
}

.item + .item {
    margin-left: 40px;
}

.item img {
    margin-right: 15px;
}

.reg {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.login {
    color: white;
    font-family: Arial;
    font-weight: bold;
    margin-right: 40px;
    font-size: 14px;
}

.login:hover {
    text-decoration: none;
}

.registration {
    color: #221a08;
    font-family: Arial;
    background-image: -moz-linear-gradient(150deg, rgb(204, 149, 54) 0%, rgb(216, 188, 99) 100%);
    background-image: -webkit-linear-gradient(150deg, rgb(204, 149, 54) 0%, rgb(216, 188, 99) 100%);
    background-image: -ms-linear-gradient(150deg, rgb(204, 149, 54) 0%, rgb(216, 188, 99) 100%);
    text-decoration: none;
    padding: 7px 26px;
    border-radius: 4px;
    position: relative;
    z-index: 1;
    font-size: 14px;
}

.registration:hover {
    -webkit-box-shadow: 0 0 10px #e89b00;
    box-shadow: 0 0 10px #e89b00;
}

.container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    height: calc(90vh - 59px);
    min-height: 700px;
    align-items: flex-end;
}

@media screen and (max-width: 1150px) {
    .container {
        justify-content: center;
        align-items: flex-start;
    }
}

.content {
    position: relative;
    z-index: 2;
    margin-bottom: 10%;
}

@media screen and (max-width: 1150px) {
    .content {
        margin-bottom: 0;
        margin-top: 5%;
    }
}

.box {
    width: 447px;
    padding: 40px 0 50px 0;
    margin-right: 150px;
    text-align: center;
    border-radius: 10px;
    background: transparent linear-gradient(328deg, rgba(70, 10, 17, .95) 0%, rgba(118, 25, 36, .95) 100%) 0% 0% no-repeat padding-box;
    border: 3px solid #EDB83D;
    display: flex;
    flex-direction: column;
    align-items: center;
}



.box2 {
    margin-top: 30px;
    width: 470px;
    padding: 20px;
    overflow: hidden;
    color: #fff;
    box-sizing: border-box;
}

.box2__title {
    font-weight: 300;
    margin-bottom: 5px;
}

.box2__numbers {
    font-weight: bold;
    font-size: 45px;
}

.box-title {
    text-align: center;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 52px;
    line-height: 70px;
    color: #ffbe28;
    text-shadow: 0px 1px 6px #0000008F;
}

.box-title img {
    position: relative;
    top: -5px;
}

.box-title__small {
    font-size: 18px;
    text-align: center;
    color: white;
    font-weight: lighter;
    /*text-transform: uppercase;*/
    letter-spacing: 0;
    line-height: 30px;
    margin-top: 5px;
}

.box-undertitle {
    font-weight: bold;
    font-size: 36px;
    line-height: 16px;
    text-transform: uppercase;
    color: #fff;
    margin-top: 24px;
}

.box-undertitle .color {
    color: #ffbe28;
}

.box-undertitle .font-size {
    font-size: 20px;
}

.gamename {
    font-weight: 300;
    font-size: 16px;
    color: #fff;
    margin-top: 20px;
}

.hr {
    width: 40px;
    margin: 35px auto 20px;
    height: 3px;
    background-color: #edb83d;
}

.on-game {
    font-size: 14px;
    color: #44050b;
}

.use-code {
    color: rgba(255, 255, 255, .8);
    font-size: 16px;
    margin-top: 0;
}

.bonus {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 5px;
    margin: 22px auto 0;
    overflow: hidden;
}

.code {
    width: 225px;
    height: 54px;
    line-height: 56px;
    padding: 0;
    border-top: none;
    border-left: none;
    border-bottom: none;
    font-size: 18px;
    letter-spacing: .15em;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    outline: none;
    border-radius: 6px 0 0 6px;
    border: 1px solid #fff;
}

.copy {
    width: 120px;
    height: 56px;
    line-height: 56px;
    border: 0;
    outline: none;
    color: #000;
    background-color: #fff;
    cursor: pointer;
    border-radius: 0 6px 6px 0;
    font-weight: 500;
    font-size: 16px;
}

.claim {
    letter-spacing: .1em;
    color: #000000;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: bold;
    text-decoration: none;
    border-radius: 6px;
    margin-top: 45px;
    transition: .3s;
    position: relative;
    z-index: 1;
    cursor: pointer;
    background: transparent linear-gradient(355deg, #C4A113 0%, #EDD23D 100%) 0% 0% no-repeat padding-box;
    width: 349px;
    height: 68px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.tabs {
    position: fixed;
    display: -webkit-box;
    display: -ms-flexbox;
    -ms-flex-pack: center;
    display: flex;
    -webkit-justify-content: space-around;
    justify-content: space-around;
    width: 65%;
    bottom: 0;
}

@media screen and (max-width: 1980px) {
    .box-title {
        font-size: 52px;
        line-height: 52px;
    }
    .box-undertitle {
        font-size: 36px;
        line-height: 36px;
    }
    .claim {
        height: 58px;
    }
}

@media screen and (max-width: 1280px) {
    .tabs {
        display: none;
    }
}

.sign-up-show,
.claim-show,
.games-show {
    position: absolute;
    top: -43px;
    /*left: 50%;*/
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    background: rgba(20, 20, 21, 0.8);
    color: #fff;
    text-decoration: none;
    padding: 16px 25px;
    border: 1px solid rgb(213, 164, 53);
    border-bottom: 3px solid #262629;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: normal;
}

@media screen and (max-width: 1620px) {
    .sign-up-show,
    .claim-show,
    .games-show {
        font-size: 15px;
    }
}

.sign-up-wrap {
    position: relative;
}

.sign-up-wrap:after {
    content: '1';
    position: absolute;
    top: -79px;
    left: -89px;
    color: rgb(213, 164, 53);
    font-size: 55px;
    font-weight: bold;
    text-shadow: 0 1px 5px #333;
}

.sign-up-show {
    width: 130px;
}

@media screen and (max-width: 1620px) {
    .sign-up-show {
        width: 110px;
    }
}

.claim-wrap {
    position: relative;
}

.claim-wrap:after {
    content: '2';
    position: absolute;
    top: -79px;
    left: -104px;
    color: rgb(213, 164, 53);
    font-size: 55px;
    font-weight: bold;
    text-shadow: 0 1px 5px #333;
}

.claim-show {
    width: 177px;
}

@media screen and (max-width: 1620px) {
    .claim-show {
        width: 146px;
    }
}

.games-wrap {
    position: relative;
}

.games-wrap:after {
    content: '3';
    position: absolute;
    top: -79px;
    left: -127px;
    color: rgb(213, 164, 53);
    font-size: 55px;
    font-weight: bold;
    text-shadow: 0 1px 5px #333;
}

.games-show {
    width: 213px;
}

@media screen and (max-width: 1620px) {
    .games-show {
        width: 174px;
    }
}

@media screen and (max-width: 1620px) {
    .sign-up-wrap:after,
    .claim-wrap:after,
    .games-wrap:after {
        font-size: 42px;
        top: -69px;
    }

    .sign-up-wrap:after {
        left: -81px;
    }

    .claim-wrap:after {
        left: -93px;
    }

    .games-wrap:after {
        left: -106px;
    }
}

.anim {
    -webkit-animation: scale 1s infinite ease-in-out alternate;
    animation: scale 1s infinite ease-in-out alternate;
}

@-webkit-keyframes scale {
    from {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    to {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }

}

@keyframes scale {
    from {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    to {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }

}

.welcome {
    color: #e89b00;
}

.terms-container {
    width: 450px;
    z-index: 33;
    border: 1px solid rgb(213, 164, 53);
    border-bottom: none;
    position: fixed;
    bottom: 0;
    right: 150px;
    background-color: #262629;
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
}
@media screen and (max-width: 1150px) {
    .terms-container {
        right: 0;
        left: 0;
        margin-left: auto;
        margin-right: auto;
    }
}

.terms {
    margin: 0 auto;
    font-size: 14px;
    line-height: 18px;
    color: rgba(134, 134, 134, 0.9);
    padding: 11px 18px;
    position: relative;
}

.terms-content {
    color: #b8b8b8;
}

.terms-show {
    position: absolute;
    top: -33px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    background: #262629;
    color: #fff;
    text-decoration: none;
    padding: 8px 18px;
    border: 1px solid rgb(213, 164, 53);
    border-bottom: 0;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    cursor: pointer;
    z-index: 22;
    font-size: 12px;
    width: 92%;
}

.terms-container .terms-show:after {
    content: '';
    position: absolute;
    background: url("../images/arrow.svg");
    transform: rotateY(180deg);
    width: 13px;
    height: 13px;
    right: 16px;
}

.terms-container.hide .terms-show:after {
    content: '';
    position: absolute;
    background: url("../images/arrow.svg");
    transform: rotateX(180deg);
    width: 13px;
    height: 13px;
    right: 16px;
}

.terms-show:focus {
    outline: none;
}

.terms-container.hide {
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
}

@media screen and (max-height: 830px) {
    .main {
        padding-bottom: 40px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        background-position-x: 31%;
    }

    .terms-container {
        position: absolute;
    }
}

@media screen and (max-height: 599px) {
    .container {
        height: auto;
        padding-top: 50px;
    }
}

@media screen and (min-width: 1921px) {
    .main {
        background-size: cover;
    }
}

@media screen and (max-width: 1599px) {
    .header {
        padding: 0 15px;
    }

    .item {
        font-size: 18px;
    }
    .main:after {
        height: 90%;
        left: 5%;
    }
    .content {
        margin-bottom: 2%;
    }
}

@media screen and (max-width: 1279px) {
    .box {
        margin-right: 50px;
    }

    .terms-container {
        right: 0;
    }

    .logo img {
        width: 100%;
    }

    .item + .item {
        margin-left: 15px;
    }

    .item img {
        margin-right: 0;
        width: 20px;
    }

    .item {
        font-size: 16px;
    }

    .header-wrapper {
        padding-left: 0;
    }

    .login {
        margin-right: 30px;
    }

    .main {
        background-position: right 69% bottom;
    }
}

@media screen and (max-width: 1150px) {
    .box {
        margin-right: 0 !important;
    }
    .box1 {
        width: 320px;
        padding: 25px 0px;
        margin-left: auto !important;
        margin-right: auto !important;
    }
    .bonus {
        max-width: 90%;
        margin-top: 0;
    }
    .claim {
        padding: 20px 45px;
        font-size: 12px;
        width: 171px;
        height: 8px;
        margin-top: 25px;
    }
    .box-undertitle {
        font-size: 23px;
        line-height: 16px;
        margin-top: 16px;
    }
    .use-code {
        margin-top: 0;
        font-size: 10px;
        line-height: 48px;
    }
    .copy {
        width: 105px;
        height: 46px;
        line-height: 46px;
        font-size: 12px;
    }
    .box-title {
        font-size: 34px;
        line-height: 50px;
    }
    .code {
        font-size: 14px;
        width: 155px;
        height: 44px;
        line-height: 44px;
    }
    .hr {
        margin: 28px auto 0 auto;
        height: 2px;
    }
    .terms-container {
        width: 320px;
    }
    .terms-show {
        padding: 10px 12px;
        top: -35px;
        width: 92.7%;
    }
}


@media screen and (max-width: 1025px) and (min-height: 1024px) {
    /*.box:before {
        content: '';
        position: absolute;
        background-image: url("../images/lion-tab.png");
        width: 418px;
        height: 519px;
        bottom: 0;
        left: 0;
        right: 0;
        margin-left: auto;
        margin-right: auto;
        background-repeat: no-repeat;
        background-size: contain;
    }*/
}

@media screen and (max-width: 1024px) and (min-height: 768px) and (orientation:landscape) {
    /*.box:before {
        width: 274px;
        height: 519px;
        bottom: -35%;
    }*/
}

@media screen and (max-width: 1023px) {
    .container:after {
        left: 0;
    }

    .stars {
        display: none;
    }

    .header-wrapper {
        justify-content: flex-end;
    }

    .main {
        background-position: right 60% bottom;
    }
}

@media screen and (min-height: 1081px) {
    .main {
        background-size: cover;
        background-position: right 68% bottom;
    }
    .tabs {
        display: none;
    }
}

@media screen and (max-width: 767px) {
    .container {
        padding-top: 0;
    }

    .logo img.mob {
        display: block;
        width: 50px;
    }

    .logo img.desk {
        display: none;
    }

    .logo {
        min-width: 50px;
        height: 48px;
        align-items: center;
        justify-content: center;
        display: flex;
    }

    .login {
        margin-right: 15px;
        font-weight: normal;
    }

    .header {
        /*height: 43px;*/
        /*background-image: url('../images/header_bg_mob.jpg');*/
        padding: 0 10px 0 20px;
    }

    .container:after {
        display: none;
    }

    .registration {
        padding: 8px 22px;
        font-size: 12px;
    }

    .stars {
        display: none;
    }

    .container {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        align-items: flex-start;
        height: auto;
    }

    .box {
        margin-right: 0;
        z-index: 1;
    }

    .box1 {
        margin-top: 11px;
    }
}

@media screen and (max-width: 480px), (max-height: 480px) {


    .box1 {
        width: 320px;
        padding: 25px 0px;
        margin-left: auto !important;
        margin-right: auto !important;
        margin-top: 0;
    }

    .bonus {
        max-width: 90%;
        margin-top: 0;
    }

    .claim {
        padding: 16px 45px;
        font-size: 14px;
        width: 171px;
        height: 8px;
        margin-top: 25px;
    }

    .claim:after {
        content: '';
        position: absolute;
        width: 171px;
        height: 94px;
        top: -14px;
        left: -6px;
        cursor: pointer;
        background-size: contain;
        background-repeat: no-repeat;
    }

    .box2 {
        width: 100%;
        margin: 0 auto;
        margin-top: 15px;
    }

    .box-title__small {
        font-size: 11.4px;
    }

    .box-undertitle {
        font-size: 22px;
        line-height: 26px;
        margin-top: 10px;
    }

    .box-undertitle .font-size {
        font-size: 16px;
    }

    .box-bonus {
        margin-bottom: 25vh;
    }

    .use-code {
        margin-bottom: 20px;
        font-size: 14px;
        line-height: 12px;
    }

    .copy {
        width: 105px;
        height: 36px;
        line-height: 38px;
        font-size: 12px;
    }

    .box-title {
        font-size: 32px;
        line-height: 34px;
    }

    .code {
        font-size: 14px;
        width: 155px;
        height: 34px;
        line-height: 36px;
    }

    .terms {
        font-size: 11px;
        padding: 20px 12px;
    }

    .gamename {
        margin-top: 10px;
    }

    .hr {
        margin: 15px auto;
        height: 2px;
    }

    .terms-container {
        width: 320px;
    }

    .terms-show {
        padding: 10px 12px;
        top: -35px;
        width: 92.7%;
    }


    .box-title img {
        top: -3px;
        width: 30px;
    }

    /*.box:before {
        width: 282px;
        bottom: -228px;
    }*/
    .container {
        min-height: 100%;
    }

}

@media screen and (max-width: 375px) and (min-height: 800px){
    /*.box:before {
        width: 264px !important;
        bottom: -171px !important;
    }*/
}

@media screen and (max-width: 374px){
    .box:before {
        width: 380px;
        right: -25px;
        top: 270px;
    }
}

@media screen and (max-width: 320px) {
    /*.box:before {
        width: 138px;
        bottom: -374px;
    }*/

    .box1 {
        width: 300px;
        padding: 15px 0px;
    }
    .box-title {
        font-size: 28px;
        line-height: 30px;
    }
    .hr {
        margin: 10px auto;
    }
    .box-undertitle {
        font-size: 18px;
        line-height: 22px;
        margin-top: 8px;
    }
    .use-code {
        margin-bottom: 10px;
    }
    .claim {
        margin-top: 15px;
    }
    .terms-container {
        width: 300px;
    }

    .terms-show {
        width: 92.1%;
    }
    .box:before {
        top: 210px;
    }

}

@media screen and (orientation:landscape) {
    .container {
        min-height: 669px;
    }
}