*:where(:not(iframe, canvas, img, svg, video):not(svg *, symbol *)) {
    all: unset;
    display: revert
}

*,
*::before,
*::after {
    box-sizing: border-box
}

.modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(0 0 0 / .7)
}

.modal-content {
    background-color: #fff;
    margin: 10% auto;
    padding: 20px;
    border: 1px solid #888;
    width: 80%;
    max-width: 400px;
    position: relative
}

a,
button {
    cursor: revert
}

ol,
ul,
menu {
    list-style: none
}

img {
    max-width: 100%
}

table {
    border-collapse: collapse
}

textarea {
    white-space: revert
}

meter {
    -webkit-appearance: revert;
    appearance: revert
}

::placeholder {
    all: unset
}

:where([hidden]) {
    display: none
}

:where([contenteditable]) {
    -moz-user-modify: read-write;
    -webkit-user-modify: read-write;
    overflow-wrap: break-word;
    -webkit-line-break: after-white-space
}

:where([draggable="true"]) {
    -webkit-user-drag: element
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0
}

@keyframes flicker {
    0% {
        opacity: 1
    }

    50% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

.arrow-left,
.arrow-right {
    position: absolute;
    top: 49%;
    font-size: 20px;
    color: #d72222;
    cursor: pointer;
    display: none;
    animation: flicker 1s infinite
}

.arrow-left {
    transform: translateY(-50%) rotate(90deg);
    margin-left: -3%
}

.arrow-right {
    transform: translateY(-50%) rotate(-90deg);
    margin-left: 53%
}

input[type=number] {
    -moz-appearance: textfield
}

html,
body {
    font-family: 'Inter', sans-serif;
    font-weight: 500
}

html {
    overflow-x: hidden
}

body {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    color: #2b3240
}

header {
    display: flex;
    justify-content: center;
    align-items: center;
}

h1 {
    font-family: 'Inter', sans-serif;
    font-size: 32px;
    line-height: 1
}

h3 {
    font-family: 'Inter', sans-serif;
    font-size: 40px;
    line-height: 1;
    text-shadow: 2px 2px #000;
    letter-spacing: 1px
}

.header-img {
    padding: 30px 30px 10px
}

.main-wrapper {
    max-width: 400px;
    margin: 0 auto;
    padding: 60px 24px 24px;
    position: relative;
}

.main-wrapper .main-right {
   
}

.main-wrapper .main-left {
  
}

.main-wrapper .page-title {
}

.main-wrapper .page-subtitle {
}

#msisdninsert {
    display: block
}

#msisdninsert,
#pininsert,
#success {
    margin-top: 0
}

section h4 {
    font-size: 20px;
    max-width: 350px;
    margin: 0 auto;
    line-height: normal;
    margin-bottom: 10px;
    font-weight: 800
}

section h6 {
    font-size: 18px;
    max-width: 400px;
    margin: 0 auto;
    color: #FF5400;
    margin-bottom: 20px
}

.no-ads {
    text-transform: uppercase;
    font-size: 12px
}

.main-wrapper .page-title {
       margin-top: 0;
    margin-bottom: 15px;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
    color: #2b3240;
    font-size: 23px;
    font-weight: 800;
    text-align: left;
}

.main-title-games {
    font-size: 90px
}

.main-wrapper .page-subtitle {
       font-size: 20px;
    text-align: left;
    margin-bottom: 10px;
    color: #0054d3;
    max-width: 100%;
    font-weight: 400;
}

.main-wrapper #pininsert .page-subtitle {
    font-weight: 800
}

.input-wrapper {
    margin-bottom: 20px
}

.input-wrapper form {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    margin: 0 auto
}

.input-wrapper .align-input {
    position: relative;
    width: 100%;
    text-align: left
}

.input-wrapper form input#msisdn,
.input-wrapper form input#pin {
    width: 100%;
    background: #fff;
    min-height: 50px;
    border: 2px solid #000;
    max-width: 400px;
    color: #000000;
    font-weight: 800;
    font-size: 24px;
    text-align: left;
    text-indent: 35px;
    border-radius: 5px;
}

.input-wrapper form input#msisdn {
    margin-bottom: 10px
}

.input-wrapper form input#pin {
    margin-bottom: 20px
}

.input-wrapper .example-span {
    margin-bottom: 15px;
    font-style: italic;
    font-weight: 400;
    font-size: 12px
}

.inputcheck {
    position: absolute;
    width: 25px;
    height: 25px;
    margin-left: -33px;
    top: 13px;
    display: none;
    border-radius: 100px;
}

.input-wrapper form input#msisdn:focus,
.input-wrapper form input#pin:focus {
    color: #040443;
    border-color: #000
}

.input-wrapper form input#msisdn::placeholder,
.input-wrapper form input#pin::placeholder {
    color: #90909070
}

.input-wrapper label {
    margin-bottom: 20px;
    font-weight: 700;
    font-style: italic;
    max-width: 325px
}

.input-wrapper button[type="submit"] {
    position: relative;
    margin-bottom: 20px;
    padding: 15px 50px 25px;
    font-size: 24px;
    font-family: 'Inter', sans-serif;
    color: #fff;
    background: #f63;
    border-radius: 5px;
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    transition: all .2s ease;
    cursor: pointer;
    -webkit-box-shadow: 0 2px 4px 2px #f11712;
    box-shadow: 0 2px 4px 2px #f11712;
    width: 400px;
    max-width: 100%;
    margin: 7.5px 0 15px 0;
    text-transform: uppercase;
    font-weight: 800;
    text-align: center
}

.input-wrapper button:hover,
.input-wrapper button:focus {
    -ms-transform: translate(2px, 2px);
    -webkit-transform: translate(2px, 2px);
    transform: translate(2px, 2px);
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: #d94800
}

.input-wrapper button[type="submit"][disabled] {
    opacity: .3;
    cursor: not-allowed !important;
    animation: none
}

.input-wrapper button[type="submit"][disabled]:hover {
    -ms-transform: none;
    -webkit-transform: none;
    transform: none;
    -webkit-box-shadow: 0 2px 4px 2px #f11712;
    box-shadow: 0 2px 4px 2px #f11712;
    background: #f63
}

.input-wrapper button:hover::before,
.input-wrapper button:focus::before {
    opacity: 1
}

.input-wrapper button span {
    font-size: 30px;
    top: 10px;
    position: relative;
}

form .icon_phone {
    position: absolute;
    width: 25px;
    height: 25px;
    margin-left: 10px;
    top: 13px
}

.main-wrapper .bottom-small {
    text-align: left;
    padding: 15px;
    max-width: 900px;
    margin: 0 auto
}

.main-wrapper .bottom-small p {
    margin-bottom: 15px;
    font-size: 12px;
    color: #2b3240
}

.main-wrapper .bottom-small p a {
    text-decoration: underline
}

footer a {
    text-decoration: underline
}

footer a:hover {
    color: #0054d3
}

.bottom-small a:hover {
    color: #0054d3
}

.terms-conditions {
    margin-top: 35px;
    margin-bottom: 5px;
    cursor: pointer;
    text-decoration: underline
}

#overlay {
    display: none;
    background-color: rgb(0 0 0 / .6);
    position: fixed;
    height: 100%;
    top: 0;
    left: 0;
    text-align: center;
    z-index: 110;
    width: 100%
}

.disc {
    position: absolute;
    width: calc(100% - 50px);
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 111;
    background: #fff;
    color: #000;
    padding: 30px;
    text-align: center;
    max-width: 600px
}

.disc p.terms_text {
    font-size: 12px;
    text-align: left;
    margin-bottom: 10px
}

.disc .terms_title {
    font-size: 24px;
    margin-bottom: 20px;
    font-weight: 700
}

.close_btn {
    position: absolute;
    top: 0;
    right: 0;
    transform: translate(50%, -50%);
    border-radius: 50px;
    border: none;
    -webkit-box-shadow: 5px 5px 15px 3px rgb(0 0 0 / 30%);
    box-shadow: 5px 5px 15px 3px rgb(0 0 0 / 30%);
    background-color: #fff;
    color: #000;
    padding: 5px 10px;
    font-weight: 900;
    cursor: pointer
}

.close_terms {
    font-weight: 700;
    border-radius: 50px;
    width: 100%;
    border: 2px solid #000;
    padding: 5px 15px;
    margin-top: 15px;
    background-color: #000;
    color: #fff;
    transition: all ease-in-out 150ms;
    cursor: pointer
}

.close_terms:hover {
    background-color: #fff0;
    color: #000
}

.disc p.terms_text a {
    text-decoration: underline
}

.loader-wrapper {
    display: none;
    background: rgb(255 255 255 / 80%);
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    z-index: 999
}

.load {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center
}

.load div {
    width: 25px;
    height: 25px;
    background-color: #FF5400;
    margin-left: 5px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    margin-top: calc(50px - 12.5px);
    animation-name: loading;
    animation-duration: 0.8s;
    animation-iteration-count: infinite;
    animation-direction: alternate
}

.load-two {
    animation-delay: 0.4s
}

.load-three {
    animation-delay: 0.6s
}

@keyframes loading {
    to {
        opacity: .7;
        transform: translateY(-25px);
        -webkit-transform: translateY(-25px);
        -moz-transform: translateY(-25px);
        -ms-transform: translateY(-25px);
        -o-transform: translateY(-25px)
    }
}

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box
}

.main-left .container {
    width: 400px;
    height: 100px;
    display: block;
    margin: auto;
    background: none;
    animation: updown 1s ease 0.2s infinite
}

.phone {
    position: relative;
    background-color: #373a40;
    width: 150px;
    height: 250px;
    margin: auto;
    padding: 0;
    z-index: 2;
    border-radius: 10px;
    transform: rotate(-25deg)
}

.main-left .screen {
    position: relative;
    background-color: #0054d3;
    width: 150px;
    height: 200px;
    margin: auto;
    padding: 0;
    z-index: 3;
    top: -226px;
    transform: rotate(-25deg);
    border-radius: 5px
}

.back {
    position: relative;
    background-color: #000;
    width: 160px;
    height: 250px;
    margin: auto;
    padding: 0;
    z-index: 1;
    top: -445px;
    left: -10px;
    border-radius: 10px;
    transform: rotate(-25deg)
}

.message-1 {
    position: relative;
    background-color: #f6f5f5;
    width: 160px;
    height: 80px;
    margin: auto;
    padding: 0;
    z-index: 1;
    top: -677px;
    left: 40px;
    border-radius: 10px;
    z-index: 4;
    transform: rotate(-25deg);
    box-shadow: -20px 10px 10px -10px rgb(0 0 0 / .3)
}

.inner-text-1 {
    position: relative;
    background-color: #01c5c4;
    width: 120px;
    height: 16px;
    margin: auto;
    padding: 0;
    z-index: 1;
    top: -738px;
    left: 35px;
    border-radius: 30px;
    z-index: 5;
    transform: rotate(-25deg)
}

.inner-text-2 {
    position: relative;
    background-color: #01c5c4;
    width: 120px;
    height: 10px;
    margin: auto;
    padding: 0;
    z-index: 1;
    top: -728px;
    left: 46px;
    border-radius: 30px;
    z-index: 5;
    transform: rotate(-25deg)
}

.message-2 {
    opacity: 0;
    position: relative;
    background-color: #f6f5f5;
    width: 60px;
    height: 70px;
    margin: auto;
    padding: 0;
    z-index: 1;
    top: -702px;
    left: 83px;
    border-radius: 10px;
    z-index: 4;
    transform: rotate(-25deg);
    box-shadow: -20px 10px 10px -10px rgb(0 0 0 / .3)
}

.message-red {
    border: 2px solid #f63;
    position: relative;
    background-color: #f0f3fa;
    width: 160px;
    height: 25px;
    margin: auto;
    padding: 0;
    z-index: 1;
    top: -768px;
    left: 72px;
    border-radius: 5px;
    z-index: 6;
    transform: rotate(-25deg);
    box-shadow: -20px 10px 10px -10px rgb(0 0 0 / 30%)
}

.message-blue {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    position: relative;
    background-color: #f63;
    width: 69px;
    height: 25px;
    margin: auto;
    padding: 0;
    z-index: 1;
    top: -767px;
    left: 91px;
    border-radius: 10px;
    z-index: 6;
    transform: rotate(-25deg);
    box-shadow: -20px 10px 10px -10px rgb(0 0 0 / 30%)
}

.button {
    position: relative;
    background-color: #495464;
    width: 18px;
    height: 18px;
    margin: auto;
    padding: 0;
    z-index: 1;
    top: -710px;
    left: 50px;
    border-radius: 50px;
    z-index: 6
}

.side-button {
    position: relative;
    background-color: #000;
    width: 50px;
    height: 18px;
    margin: auto;
    padding: 0;
    z-index: 1;
    top: -820px;
    left: -95px;
    border-radius: 10px;
    transform: rotate(65deg);
    z-index: 7
}

.shadow {
    position: relative;
    display: flex;
    justify-content: center;
    background-color: #000;
    width: 240px;
    height: 50px;
    margin: auto;
    opacity: .3;
    top: -20px;
    padding: 0;
    border-radius: 50%;
    animation: shadow 1s ease 0.2s infinite
}

@keyframes updown {
    0% {
        transform: translateY(0) 
    }

    50% {
        transform: translateY(8px)
    }

    100% {
        transform: translateY(0)
    }
}

@keyframes updown-small {
    0% {
        transform: translateY(0) scale(0.75)
    }

    50% {
        transform: translateY(8px) scale(0.75)
    }

    100% {
        transform: translateY(0)scale(0.75)
    }
}

@keyframes shadow {
    0% {
        transform: scale(1);
        opacity: .2
    }

    50% {
        transform: scale(.95);
        opacity: .28
    }

    100% {
        transform: scale(1);
        opacity: .2
    }
}

.sin-costo {
    color: #fff;
    font-weight: 500;
    background: #0054d3;
    padding: 15px 35px 15px 35px;
    display: inline-block;
    margin: 10px 0 50px 0;
    border-radius: 40px;
    font-size: 32px
}

#pininsert .page-subtitle {
    margin-left: 0
}

section#success h4 {
    color: #0054d3;
    font-size: 42px
}

@media only screen and (max-width:1366px) {
    h1 {
        font-size: 46px
    }

    .main-wrapper .page-title {
    }

    .main-title-games {
        font-size: 76px
    }
}

@media only screen and (max-width:850px) {
    .main-wrapper .main-right {
        text-align: left;
        width: 100%
    }

    .main-wrapper .main-left {
        text-align: left;
        width: 100%
    }

 

    section#success h4 {
        color: #0054d3;
        text-align: center;
        font-size: 32px
    }

    section#success h6 {
        font-size: 24px
    }
}

@media only screen and (max-width:650px) {
    h1 {
        font-size: 42px
    }

    .main-wrapper .page-title {
    }

    .input-wrapper .align-input {
        margin: 0 auto
    }

    .main-title-games {
        font-size: 70px
    }

    .arrow-left {
        margin-left: -6%
    }

    .arrow-right {
        margin-left: 100%
    }
}

@media only screen and (max-width:500px) {
    h1 {
        font-size: 36px
    }


    
    .main-title-games {
        font-size: 66px
    }

    .main-wrapper {
        padding: 0 15px 0
    }

    .main-wrapper .box-container {
        padding: 50px 15px
    }

    .input-wrapper form input#msisdn,
    .input-wrapper form input#pin {
        max-width: 100%
    }

    .input-wrapper button[type="submit"] {
        font-size: 25px;
        max-width: 100%;
        margin: 0 auto
    }

    .main-wrapper .bottom-small p {
        font-size: 12px
    }

    .disc {
        padding: 15px
    }

    .main-wrapper .page-title {
        margin-bottom: 30px
    }

    .main-wrapper .page-title {
        margin-top: 0
    }

    .main-wrapper .page-title {


    }

    .main-wrapper .page-subtitle {
        font-size: 20px
    }

    section h4 {
        font-size: 18px
    }

    section h6 {
        font-size: 16px
    }

    .input-wrapper form input#msisdn,
    .input-wrapper form input#pin {
        font-size: 18px
    }

    .sin-costo {
        font-size: 18px;
        margin: 0 0 0 0;
        padding: 15px 20px 15px 20px;
    }

    .main-left>.container>div {
        transform: rotate(-25deg) scale(.6)
    }

    .main-left>.container>div.button {
        transform: none;
        transform: rotate(-25deg) scale(.6)
    }

    .main-left>.container>div.side-button {
        transform: rotate(65deg) scale(.6)
    }

    .main-left>.container>div.message-blue {
        transform: rotate(-25deg) scale(1)
    }

    .message-1 {
        top: -650px;
        left: 6px
    }

    .inner-text-1 {
        top: -707px;
        left: 5px
    }

    .inner-text-2 {
        top: -706px;
        left: 13px
    }

    .message-red {
        top: -761px;
        left: 23px
    }

    .message-blue {
        top: -766px;
        left: 38px
    }

    .button {
        top: -750px;
        left: 31px
    }

    .side-button {
        top: -841px;
        left: -64px;
        background: #495464
    }

    .main-left .container {
        width: 200px;
        height: 165px;
        
    }


    .shadow {
        width: 200px;
        height: 40px
    }

    header {
        max-width: 160px;
        margin: auto;
    }

    #msisdninsert,
    #pininsert,
    #success {
        margin-top: 0
    }

    .main-wrapper .page-title {
        margin-bottom: 30px
    }

    .main-wrapper .page-subtitle {
        margin-bottom: 15px
    }

    .main-wrapper .page-title {
        margin-bottom: 15px
    }

    .input-wrapper button[type="submit"] {
        font-size: 25px
    }

    .main-wrapper {
        justify-content: center
    }

    #pininsert .page-subtitle {
        margin-left: auto
    }
}



    @media (max-width: 480px) {
    .container {
        animation: updown-small 1s ease 0.2s infinite !important; 
        transform-origin: top center;
    }
}

@media only screen and (max-width:375px) {
    h1 {
        font-size: 32px
    }

    h4 {
        font-size: 20px
    }

    h6 {
        font-size: 16px
    }

    .disc p.terms_text {
        font-size: 10px
    }

    .main-wrapper .page-title {
        margin-bottom: 15px
    }
}

@media only screen and (min-width:350px) {


 .main-left .container {
      
        margin-top: 12px;
        
    }

}

@media only screen and (min-width:500px) {

.clickable{
        margin-top: 0px !important;
    }

}



@media only screen and (max-width:350px) {


   
    .input-wrapper button[type="submit"] {
        font-size: 22px;
        padding: 15px 30px 25px;
    }

    .input-wrapper button::before {
        min-height: calc(60px + 17px);
        min-width: calc(250px + 17px)
    }
}

@media only screen and (max-width:320px) {
    .input-wrapper button span {
        display: none
    }
}

@media only screen and (max-width:350px) {
    .main-wrapper {
        padding: 20px 15px 15px
    }

    h1 {
        font-size: 85px
    }
}