@font-face {
  font-family: AHintofSass;
  src: url(font/AHintofSass.ttf) format("truetype");
}
@font-face {
  font-family: lubalin;
  src: url(font/lubalingraphitcturner-bold_0.ttf) format("truetype");
}

body {
	margin: 0px;
	background-color: #ffffff;
    min-height: 650px;
}
.bodyheader {
    min-height: 700px !important;
}
.girar {
    position: fixed;
    z-index: 11;
    width: 100vw;
    height: 100vh;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    background-color: #fff;
    background-image: url(../images/giro.png);
    background-position: center center;
    background-size: auto 100%;
    background-repeat: no-repeat;
    display: none;
}
.preloader {
    position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    width: 100%;
    height: 100%;
    background-color: #42c1c7;
    border: none;
    z-index: 99;
}
.preloader iframe{
    width: 100%;
    height: 100%;
    border: none;
}
.popup-notification {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    z-index: 9;
    display: none;
}
.popup-notification-bg {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
}
.popup-notification-close {
    position: absolute;
    top: 3.4vw;
    right: 3vw;
    width: 6.95vw;
}
.popup-notification div {
    position: absolute;
    top: 1.4vw;
    left: 50%;
    margin-left: -46vw;
    width: 80vw;
    height: 12vw;
    font-size: 5vw;
    font-family: AHintofSass;
    font-weight: bold;
    text-align: left;
    line-height: 5vw;
    display: grid;
    align-content: center;
}
.menu-notification {
    top: 16vw !important;
}
.footer {
    position: fixed;
    bottom: 0px;
    width: 100%;
    z-index: 9;
}
.popup-recuerda {
    position: absolute;
    width: 100%;
    overflow: hidden;
    z-index: 10;
    height: calc(100vh - 13vw);
    background-color: rgba(0,0,0,0.75);
    display: none;
}
.popup-recuerda-bg {
    position: absolute;
    top: 36vw;
    left: 50%;
    margin-left: -48.9vw;
    width: 104.41vw;
}
.popup-recuerda-close {
    position: absolute;
    top: 40vw;
    left: 50%;
    margin-left: 35vw;
    width: 12.94vw;
}
#popup-recuerda-nickname {
    position: absolute;
    top: 89vw;
    left: 50%;
    margin-left: -33vw;
    width: 66vw;
    font-size: 5vw;
    font-family: AHintofSass;
    text-align: center;
    font-weight: bold;
    border-radius: 2vw;
    border: solid 1px #888;
    padding: 1vw 0vw;
}
#popup-recuerda-password {
    position: absolute;
    top: 101vw;
    left: 50%;
    margin-left: -33vw;
    width: 66vw;
    font-size: 5vw;
    font-family: AHintofSass;
    text-align: center;
    font-weight: bold;
    border-radius: 2vw;
    border: solid 1px #888;
    padding: 1vw 0vw;
}
.popup-recuerda-login {
    position: absolute;
    top: 113vw;
    left: 50%;
    margin-left: -17vw;
    width: 37.39vw;
}
.popup-recuerda-registry {
    position: absolute;
    top: 135vw;
    left: 50%;
    margin-left: -17vw;
    font-size: 4.8vw;
    color: #42c1c7;
    font-family: AHintofSass;
    text-decoration: underline;
    cursor: pointer;
}
.popup-recuerda-reg {
    position: absolute;
    width: 100%;
    overflow: hidden;
    z-index: 10;
    height: calc(100vh - 13vw);
    background-color: rgba(0,0,0,0.75);
    display: none;
}
.popup-recuerda-reg-bg {
    position: absolute;
    top: 36vw;
    left: 50%;
    margin-left: -45vw;
    width: 90vw;
}
.popup-recuerda-reg-btn {
    position: absolute;
    top: 100vw;
    left: 50%;
    margin-left: -18vw;
    width: 40vw;
}
.popup-recuerda-reg-btn-2 {
    top: 130vw;
}
.section-view {   
    height: 93vh;
    overflow-y: auto;    
}
.sectionselfie {
    max-height: 670px !important;
    overflow-y: hidden !important;
}
.container-app {
	position: absolute;
    width: 100%;
    background-image: url(../images/home-2-bg.png);
    background-position: top center;
    background-size: 100% 100%;
    background-repeat: no-repeat;
}
@supports (-webkit-touch-callout: none) {
   .section-view {   
        height: 90.5% !important;/*90.5%*/
        overflow-y: initial !important;
    }
    .container-app {
        /*background-size: auto 100%;*/
    }
    .selfiecapture {
        position: absolute;
        width: 100vw;
        height: 90vh;
        overflow: hidden;
    }
    .home-logo {
        width: 43vh !important;
        margin-left: -21.5vh !important;
    }
    .selfie-filtros {
        bottom: 14vh !important;
    }
    .selfie-filtros-right {
        bottom: 16vh !important;
    }
    .selfie-filtros-left {
        bottom: 16vh !important;
    }
    .selfie-click {
        bottom: 13.2vh !important;
    }
}
.container-app .home-bg, .container-app .game-bg {
	width: 100%;
}
.home-logo-notification {
    bottom: 40% !important;
    width: 44vh !important;
    margin-left: -22vh !important;
}
.home-logo {
    position: absolute;
    bottom: 40%;
    width: 48vh;
    left: 50%;
    margin-left: -24vh;
}
.escanear-btn {
	position: absolute;
    top: 69%;
    left: 50%;
    margin-left: -34vw;
    width: 36.27vw;
}
.play-btn {
	position: absolute;
    top: 92%;
    left: 50%;
    margin-left: 6vw;
    width: 28.27vw;
}
.menu-content {
	position: absolute;
	top: 2.7vw;
	right: 2.7vw;
	z-index: 4;
}
.menu {
	position: relative;
	width: 13.07vw;
}
.menu-user {
	position: relative;
	width: 8.8vw;
    display: none;
}
.menu-avatar {
    position: absolute;
    top: 0vw;
    left: -8.5vw;
    border-radius: 50%;
    overflow: hidden;
    width: 8vw;
    height: 8vw;
    border: solid 0.5vw black;
}
.menu-avatar-unlogged {
    overflow: initial !important;
    border: none !important;
}
.menu-avatar-content {
    /*zoom: 0.11;*/
    -webkit-transform: scale(0.11);
    -webkit-transform-origin: top left;
    /*position: relative;*/
    margin-top: -3vw;
    margin-left: -1.5vw;
    width: 100vw;
}
.web-avatar {
    position: absolute;
    top: 90px;
    left: 50%;
    margin-left: 295px;
    border-radius: 50%;
    overflow: hidden;
    width: 50px;
    z-index: 15;
    height: 50px;
    border: solid 5px black;
}
.web-user-image {
    position: absolute;
    top: 104px;
    left: 50%;
    margin-left: 306px;
    width: 0px;
    display: none;
}
.menu-popup-avatar {
    position: absolute;
    top: 20vw;
    right: 5vw;
    border-radius: 50%;
    overflow: hidden;
    width: 14vw;
    height: 14vw;
    border: solid 0.5vw black;
}
.menu-popup-avatar-content {
    /*zoom: 0.19;*/
    -webkit-transform: scale(0.19);
    -webkit-transform-origin: top left;
    position: relative;
    margin-top: -4.6vw;
    margin-left: -2.3vw;
    width: 100vw;
}
.menu-popup {
	position: absolute;
	top: 0px;
    bottom: 0px;
	left: 0px;
	z-index: 99;
	display: none;
	width: 100%;
}
.menu-popup-header {
    top: 14.7vw !important;
}
.menu-content-header {
    top: 17vw !important;
}
.menu-bg {
	width: 100%;
    height: calc(108vh - 8vh);
}
.menu-close {
	position: absolute;
	top: 4.54vw;
    right: 4.54vw;
    width: 6.94vw;
}
.menu-name {
	position: absolute;
	top: 21.4vw;
	left: 0px;
	width: 50vw;
    height: 12vw;
}
.menu-name-txt {
	position: absolute;
    top: 23vw;
    text-transform: uppercase;
    left: 2vw;
    width: 55.2vw;
    font-size: 7vw;
    font-weight: bold;
    font-family: AHintofSass;
    color: #000;
}
.menu-icon {
	position: absolute;
	top: 20vw;
    right: 5vw;
    width: 16vw;
    display: none;
}
.menu-1,  .menu-2, .menu-3, .menu-4, .menu-5, .menu-6, .menu-7, .menu-8, .menu-9{
	position: absolute;    
    left: 50%;
    margin-left: -22vw;    
    width: 39.87vw;
}
.menu-1 {
	top: 34vw;
}
.menu-2 {
	top: 46.4vw;
}
.menu-3 {
	top: 58.8vw;
}
.menu-4 {
	top: 71.1vw;
}
.menu-5 {
	top: 83.5vw;
}
.menu-6 {
	top: 96vw;
}
.menu-7 {
	top: 108.3vw;
}
.menu-8 {
    top: 120.7vw;
}
.menu-9 {
    top: 133vw;
}

.menu-4-logued {
    top: 59vw;
}
.menu-5-logued {
    top: 71.4vw;
}
.menu-6-logued {
    top: 83.8vw;
}
.menu-7-logued {
    top: 96.1vw;
}
.menu-8-logued {
    top: 108.5vw;
}
.menu-9-logued {
    top: 121vw;
}

.escanear {
	position: relative;
	display: none;
    overflow: hidden;
}
.escanear-bg {
	width: 100%;
}
#videoCapture {
	position: absolute;
    top: 400px;
    left: 50%;
    margin-left: -320px;
}
.genial {
	position: absolute;
    top: 30vw;
    left: 50%;
    margin-left: -43vw;
    width: 86vw;
}
.escanear-btn-2 {
	position: absolute;
    top: 60vw;
    left: 50%;
    margin-left: -30vw;
    width: 60vw;
}
.subir-foto-btn {
	position: absolute;
    top: 79vw;
    left: 50%;
    margin-left: -30vw;
    width: 60vw;
}
.osos {
	position: absolute;
    top: 98vw;
    left: 50%;
    margin-left: -32vw;
    width: 60vw;
}
#selectorElement, #selectorCamera {
	display: none;
}
.espera {
	position: absolute;
    top: 32vw;
    left: 50%;
    margin-left: -19vw;
    display: none;
    width: 40.27vw;
}
.procesada {
	position: absolute;
    top: 50vw;
    left: 50%;
    margin-left: -38vw;
    display: none;
    width: 76vw;
}
.spinner {
	position: absolute;
    width: 13.34vw;
    top: 114vw;
    left: 50%;
    margin-left: -6.67vw;
    display: none;
}
.genial-2 {
	position: absolute;
    top: 28vw;
    left: 50%;
    margin-left: -20.14vw;
    display: none;
    width: 42vw;
}
.nuevo-sticker-bg {
	position: absolute;
    top: 44vw;
    left: 50%;
    margin-left: -35vw;
    display: none;
    width: 70vw;
}
.nuevo-sticker {
	position: absolute;
    top: 46vw;
    left: 50%;
    margin-left: -32.5vw;
    display: none;
    width: 65vw;
}
.sticker-download {
    position: absolute;
    top: 113vw;
    left: 50%;
    margin-left: -9.5vw;
    width: 19vw;
    z-index: 1;
    cursor: pointer;
    display: none;
}
.sticker-download-item {
    position: absolute;
    left: 50%;
    width: 8vw;
    cursor: pointer;
    z-index: 1;
}
.sticker-download-item-1 {
    top: 17vw;
    margin-left: -41vw;
}
.sticker-download-item-2 {
    top: 17vw;
    margin-left: -13.7vw;
}
.sticker-download-item-3 {
    top: 17vw;
    margin-left: 13.9vw;
}
.sticker-download-item-4 {
    top: 43vw;
    margin-left: -41vw;
}
.sticker-download-item-5 {
    top: 43vw;
    margin-left: -13.7vw;
}
.sticker-download-item-6 {
    top: 43vw;
    margin-left: 13.9vw;
}
.desbloqueado {
	position: absolute;
    top: 134vw;
    left: 50%;
    margin-left: -35vw;
    display: none;
    width: 70vw;
}
.ok-btn {
	position: absolute;
    top: 144vw;
    left: 50%;
    margin-left: -17vw;
    display: none;
    width: 34vw;
}
.ups {
	position: absolute;
    top: 32vw;
    left: 50%;
    margin-left: -40vw;
    display: none;
    width: 80.14vw;
}
.ups-codigo {
    position: absolute;
    top: 32vw;
    left: 50%;
    margin-left: -40vw;
    display: none;
    width: 80.14vw;
    display: none;
}
.ups-txt {
    position: absolute;
    width: 94vw;
    left: 50%;
    margin-left: -47vw;
    top: 39vw;
    line-height: 5.8vw;
    text-align: center;
    font-family: AHintofSass;
    font-size: 18vw;
    display: none;
}
.id-exist {
    position: absolute;
    width: 100vw;
    left: 50%;
    margin-left: -47vw;
    top: 58vw;
    line-height: 5.8vw;
    text-align: center;
    font-family: AHintofSass;
    font-size: 5vw;
    font-weight: bold;
    display: none;
}
.intentar-btn {
	position: absolute;
    top: 74.8vw;
    left: 50%;
    margin-left: -41.5vw;
    display: none;
    width: 83vw;
}
.escanear-back-btn {
    position: absolute;
    top: 2.5vw;
    left: 4vw;
    width: 9.74vw;
    display: none;
}
.ingresar-codigo-btn {
    position: absolute;
    top: 74.8vw;
    left: 50%;
    margin-left: -41.5vw;
    display: none;
    width: 83vw;
}
.enviar-codigo-btn {
    position: absolute;
    top: 52vw;
    left: 50%;
    margin-left: -22.53vw;
    width: 45.6vw;
}
.escanear-codigo {
    position: absolute;
    top: 32vw;
    left: 50%;
    margin-left: -41.5vw;
    display: none;
    width: 83vw;
}
.ingresa-codigo-txt {
    font-weight: bold;
    position: absolute;
    width: 70vw;
    left: 50%;
    margin-left: -35vw;
    top: 0vw;
    line-height: 12vw;
    text-align: center;
    font-family: AHintofSass;
    font-size: 11vw;
}
.escanear-codigo-input {
    position: absolute;
    top: 30vw;
    left: 50%;
    width: 13vw;
    font-size: 11vw;
    font-family: AHintofSass;
    text-align: center;
    font-weight: bold;
    border-radius: 0vw;
    border: solid 1px #888;
    padding: 1vw 0vw;
    text-transform: uppercase;
}
.escanear-codigo-1 {
    margin-left: -44vw;
}
.escanear-codigo-2 {
    margin-left: -29vw;
}
.escanear-codigo-3 {
    margin-left: -14vw;
}
.escanear-codigo-4 {
    margin-left: 1vw;
}
.escanear-codigo-5 {
    margin-left: 16vw;
}
.escanear-codigo-6 {
    margin-left: 31vw;
}
.osos-2 {
	position: absolute;
    top: 105.34vw;
    left: 50%;
    margin-left: -39vw;
    display: none;
    width: 79.87vw;
}

.popup-accesorios {
    position: absolute;
    top: 0vw;
    left: 0vw;
    bottom: 0vw;
    right: 0vw;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 9;
    display: none;
}
.popup-accesorios-close {
    position: absolute;
    top: 2vw;
    right: 1vw;
    z-index: 1;
    width: 14.4vw;
}
.popup-accesorios-bg {
    position: absolute;
    top: 2vw;
    left: 3.7vw;
    width: 92.54vw;
}
.popup-accesorio-sticker {
    position: absolute;
    top: 46vw;
    left: 50%;
    margin-left: -21vw;
    width: 42vw;
}
.popup-accesorios-aqui {
    position: absolute;
    top: 85vw;
    left: 50%;
    margin-left: -22vw;
    width: 42.74vw;
}
.popup-accesorio {
    position: absolute;
    top: 125vw;
    left: 50%;
    margin-left: -15.4vw;
    width: 30.94vw;
}
.popup-accesorios-perfil {
    position: absolute;
    top: 148vw;
    left: 50%;
    margin-left: -18vw;
    width: 36vw;
}
.popup-filtros {
    position: absolute;
    top: 0vw;
    left: 0vw;
    bottom: 0vw;
    right: 0vw;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 9;
    display: none;
}
.popup-filtros-close {
    position: absolute;
    top: 2vw;
    right: 1vw;
    z-index: 1;
    width: 14.4vw;
}
.popup-filtros-bg {
    position: absolute;
    top: 4vw;
    left: 4.6vw;
    width: 90vw;
}
.popup-filtro-sticker {
    position: absolute;
    top: 39vw;
    left: 50%;
    margin-left: -20vw;
    width: 40vw;
}
.popup-filtro-aqui {
    position: absolute;
    top: 75vw;
    left: 50%;
    margin-left: -19vw;
    width: 37vw;
}
.popup-filtro {
    position: absolute;
    top: 106vw;
    left: 50%;
    margin-left: -25vw;
    width: 50vw;
}

.popup-selfie {
    position: absolute;
    top: 0vw;
    left: 0vw;
    bottom: 0vw;
    right: 0vw;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 9;
    display: none;
}
.popup-selfie-bg {
    position: absolute;
    top: 50vw;
    width: 90vw;
    left: 50%;
    margin-left: -45vw;
}
.popup-selfie-ok {
    position: absolute;
    top: 90vw;
    left: 50%;
    margin-left: -15vw;
    width: 30vw;
}

.popup-share-preview {
    position: absolute;
    top: 0vw;
    left: 0vw;
    bottom: 0vw;
    right: 0vw;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 9;
    display: none;
}
.popup-share-preview-bg {
    position: absolute;
    top: 50vw;
    width: 90vw;
    left: 50%;
    margin-left: -45vw;
}

.popup-reg {
    position: absolute;
    top: 0vw;
    left: 0vw;
    bottom: 0vw;
    right: 0vw;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 99;
    width: 100%;
    overflow: hidden;
    display: none;
}

.popup-reg-bg {
    width: 100%;
}

.popup-reg-top {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    background-color: #42c0c6;
    height: 25vw;
    text-align: center;
}
.popup-reg-top-a {
    position: absolute;
    left: 50%;
    margin-left: -42vw;
    top: 5vw;
    font-size: 12vw;
    font-family: AHintofSass;
    color: #fff;
}
.popup-reg-top-b {
    position: absolute;
    left: 50%;
    margin-left: -49vw;
    top: 4vw;
    font-size: 9vw;
    line-height: 9vw;
    font-family: AHintofSass;
    color: #fff;
}
.popup-reg-top-c {
    position: absolute;
    left: 50%;
    margin-left: -45vw;
    width: 90vw;
    top: 5vw;
    font-size: 12vw;
    font-family: AHintofSass;
    color: #fff;
}

.popup-reg-aprobar {
    position: absolute;
    top: 110vw;
    left: 50%;
    margin-left: -35vw;
    width: 34vw;
}

.popup-reg-noaprobar {
    position: absolute;
    top: 120vw;
    left: 50%;
    margin-left: 2vw;
    width: 34vw;
}
.popup-reg-autorizar {
    position: absolute;
    top: 120vw;
    left: 50%;
    margin-left: -35vw;
    width: 34vw;
    display: none;
}
.popup-reg-autorizado {
    position: absolute;
    top: 110vw;
    left: 50%;
    margin-left: -35vw;
    width: 34vw;
    display: none;
}
.popup-reg-b .popup-reg-msg {
    position: absolute;
    left: 50%;
    margin-left: -45vw;
    top: 32vw;
    width: 90vw;
    font-size: 5vw;
    line-height: 6vw;
    text-align: left;
    text-transform: uppercase;
    font-weight: bold;
    font-family: lubalin;
    color: #000;
}

.popup-reg-c .popup-reg-msg {
    position: absolute;
    left: 50%;
    margin-left: -45vw;
    top: 32vw;
    width: 90vw;
    font-size: 7vw;
    line-height: 8vw;
    text-align: center;
    font-weight: bold;
    font-family: lubalin;
    color: #000;
    text-transform: uppercase;
}
.popup-reg-c .popup-reg-msg .txt-2{
    font-size: 6vw;
    display: block;
    margin-top: 10vw;
    line-height: 7vw;
    text-transform: uppercase;
}

.popup-reg-b .popup-reg-msg a{
    color: #08a3af;
}
.popup-reg-b .popup-reg-msg .txt-2{
    font-size: 4vw;
    display: block;
    margin-top: 6vw;
    line-height: 5vw;
}

.popup-reg-iralsitio {
    position: absolute;
    top: 112vw;
    left: 50%;
    margin-left: -20vw;
    width: 40vw;
}

.popup-reg-ok {
    position: absolute;
    top: 70vw;
    left: 50%;
    margin-left: -17vw;
    width: 34vw;
}
.popup-reg-a .popup-reg-msg {
    position: absolute;
    left: 50%;
    margin-left: -42vw;
    top: 28vw;
    width: 80vw;
    font-size: 8vw;
    line-height: 9vw;
    text-align: center;
    font-weight: bold;
    font-family: AHintofSass;
    color: #000;
}
.popup-reg-a, .popup-reg-b, .popup-reg-c {
    display: none;
}
.popup-reg-top-a, .popup-reg-top-b, .popup-reg-top-c {
    display: none;
}
.popup-reg-a .popup-reg-msg .txt-2{
    font-size: 6vw;
    display: block;
    margin-top: 2vw;
    line-height: 7vw;
}

.popup-bonus {
    position: absolute;
    top: 0vw;
    left: 0vw;
    bottom: 0vw;
    right: 0vw;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 9;
    display: none;
}
.popup-bonus-close {
    position: absolute;
    top: 9vw;
    right: 5vw;
    z-index: 1;
    width: 12vw;
}
.popup-bonus-bg {
    position: absolute;
    top: 9vw;
    left: 7.6vw;
    width: 84vw;
}
.popup-bonus-sticker {
    position: absolute;
    top: 43vw;
    left: 50%;
    margin-left: -18vw;
    width: 34vw;
}
.popup-bonus-aqui {
    position: absolute;
    top: 73vw;
    left: 50%;
    margin-left: -19.5vw;
    width: 39vw;
}
.popup-bonus-item {
    position: absolute;
    top: 129vw;
    left: 50%;
    margin-left: -15vw;
    width: 30vw;
}
.popup-bonus-perfil {
    position: absolute;
    top: 106vw;
    left: 50%;
    margin-left: -22vw;
    width: 38.72vw;
}
.popup-bonus-selfie {
    position: absolute;
    top: 149vw;
    left: 50%;
    margin-left: -20vw;
    width: 38.72vw;
}
.popup-bonus-accesorio {
    position: absolute;
    top: 93vw;
    left: 50%;
    margin-left: -16vw;
    width: 29vw;
}
.popup-bonus-accesorio-20 {
    margin-top: -7.2vw;
}
.popup-bonus-accesorio-21 {
    margin-top: -4vw;
}
.popup-bonus-accesorio-22 {
    margin-top: -12vw;
}
.popup-bonus-accesorio-23 {
    margin-top: -17vw;
}
.popup-bonus-accesorio-24 {
    margin-top: -4vw;
}
.popup-bonus-accesorio-25 {
    margin-top: -9vw;
}
.popup-bonus-accesorio-26 {
    margin-top: -5vw;
}
.popup-bonus-accesorio-27 {
    margin-top: -18vw;
}
.popup-bonus-item-only {
    top: 55vw !important;
    margin-left: -20vw !important;
    width: 40vw !important;
}
.popup-bonus-selfie-only {
    top: 84vw !important;
}
.popup-bonus-accesorio-only {
    top: 116vw !important;
}
.popup-bonus-perfil-only {
    top: 130vw !important;
}

.popup-bonus-accesorio-accessory-only {
    top: 109vw !important;
}
.popup-bonus-perfil-accessory-only {
    top: 122vw !important;
}
.popup-bonus-aqui-accessory-only {
    top: 76vw !important;
}
.popup-bonus-sticker-accessory-only {
    top: 46vw !important;
}

.popup-bonus-item-filter-one {
    top: 48vw !important;
    margin-left: -17vw !important;
    width: 34vw !important;
}
.popup-bonus-selfie-filter-one {
    top: 74vw !important;
}

.popup-bonus-item-filter-only {
    top: 101vw !important;
    margin-left: -17vw !important;
    width: 34vw !important;
}
.popup-bonus-selfie-filter-only {
    top: 124vw !important;
}
.popup-bonus-aqui-filter-only {
    top: 78vw !important;
}
.popup-bonus-sticker-filter-only {
    top: 49vw !important;
}

.productos {
	position: absolute;
    width: 100%;
	display: none;
	overflow-x: hidden;
    background-image: url(../images/productos-bg.png);
    background-position: top center;
    background-size: 100% 100%;
    background-repeat: no-repeat;
}
.productos-bg {
	width: 100%;
}
.producto-i {
	position: absolute;
    top: 15vh;
    left: 50%;
    margin-left: -150vw;
    width: 100vw;
}
.producto-1 {
	position: absolute;
    top: 15vh;
    left: 50%;
    margin-left: -50vw;
    width: 100vw;
}
.producto-d {
	position: absolute;
    top: 15vh;
    left: 50%;
    margin-left: 50vw;
    width: 100vw;
}
.product-left-btn {
	position: absolute;
    top: 53vh;
    left: 50%;
    margin-left: -48vw;
    width: 13.34vw;
}
.product-right-btn {
	position: absolute;
    top: 53vh;
    left: 50%;
    margin-left: 34.6vw;
    width: 13.34vw;
}
.product-bullets {
	position: absolute;
    width: 80vw;
    left: 50%;
    margin-left: -40vw;
    top: 57vh;
    text-align: center;
}
.product-bullet {
	background-color: #ffdd00;
    border-radius: 50%;
    width: 3.5vw;
    height: 3.5vw;
    margin: 0vw 0.4vw;
    display: inline-block;
}
.product-bullet-selected {
	background-color: #094898;
}
.product-description {
	position: absolute;
    width: 94vw;
    left: 50%;
    margin-left: -47vw;
    top: 64vh;
    line-height: 5.8vw;
    text-align: center;
    font-family: AHintofSass;
    font-size: 4.7vw;
    font-weight: bold;
}

.como {
	position: absolute;
    width: 100%;
	display: none;
	overflow-x: hidden;
    background-image: url(../images/como-bg.png);
    background-position: top center;
    background-size: 100% 100%;
    background-repeat: no-repeat;
}
.como-bg {
	width: 100%;
}
.como-content {
    position: absolute;
    top: 53vh;
    left: 50%;
    margin-left: -40vw;
    width: 80vw;
    height: 30vw;
    overflow: hidden;
}
.como-num {
    width: 9vw;
    height: 9vw;
    background-color: #ec7b1a;
    border-radius: 50%;
    position: absolute;
    top: 0px;
    left: 0px;
    text-align: center;
    font-family: AHintofSass;
    font-size: 5vw;
    font-weight: bold;
    line-height: 9vw;
    color: #fff;
}
.como-text {
    position: absolute;
    width: 88%;
    left: 48%;
    margin-left: -30vw;
    top: 0px;
    line-height: 7vw;
    text-align: center;
    font-family: AHintofSass;
    font-size: 5vw;
    font-weight: bold;
}
.como-i {
	position: absolute;
    top: 0px;
    left: 50%;
    margin-left: -130vw;
    width: 100%;
}
.como-1 {
	position: absolute;
    top: 0px;
    left: 50%;
    margin-left: -40vw;
    width: 100%;
}
.como-d {
	position: absolute;
    top: 0px;
    left: 50%;
    margin-left: 50vw;
    width: 100%;
}
.como-left-btn {
	position: absolute;
    top: 68vh;
    left: 50%;
    margin-left: -48vw;
    width: 13.34vw;
}
.como-right-btn {
	position: absolute;
    top: 68vh;
    left: 50%;
    margin-left: 34.6vw;
    width: 13.34vw;
}
.como-bullets {
	position: absolute;
    width: 80vw;
    left: 50%;
    margin-left: -40vw;
    top: 72vh;
    text-align: center;
}
.como-bullet {
	background-color: #ffdd00;
    border-radius: 50%;
    width: 3.5vw;
    height: 3.5vw;
    margin: 0vw 0.4vw;
    display: inline-block;
}
.como-bullet-selected {
	background-color: #094898;
}

.gameslist {
    position: absolute;
    width: 100%;
    display: none;
    overflow-y: hidden;
}

.jugosos {
	position: absolute;
    width: 100%;
	display: none;
    overflow-y: hidden;
}
.jugosos-bg {
	width: 100%;
}
.games-title {
    position: absolute;
    width: 80vw;
    left: 50%;
    margin-left: -40vw;
    top: 10vw;
    text-align: center;
    color: #fff;
    font-family: AHintofSass;
    font-size: 12vw;
    font-weight: bold;
}
.games-bg {
    width: 100%;
}
.game-1 {
    position: absolute;
    top: 75vw;
    left: 50%;
    margin-left: -47.5vw;
    width: 92.8vw;
}
.game-1-btn {
    position: absolute;
    top: 107vw;
    left: 50%;
    margin-left: 9vw;
    width: 31.07vw;
}
.game-2 {
    position: absolute;
    top: 119.6vw;
    left: 50%;
    margin-left: -47.5vw;
    width: 92.8vw;
}
.game-2-btn {
    position: absolute;
    top: 151vw;
    left: 50%;
    margin-left: 9vw;
    width: 31.07vw;
}
.game-3 {
    position: absolute;
    top: 30.67vw;
    left: 50%;
    margin-left: -47.5vw;
    width: 92.8vw;
}
.game-3-btn {
    position: absolute;
    top: 62.67vw;
    left: 50%;
    margin-left: 9vw;
    width: 31.07vw;
}
.perfil {
	position: relative;
	display: none;
}
.perfil-bg {
	width: 100%;
}
.perfil-name {
    position: absolute;
    top: 15.5vw;
    width: 100%;
    height: 12vw;
    background-color: #ffdd00;
    z-index: 1;
}
.menu-name-txt-perfil {
    top: 1.8vw;
    left: 50%;
    margin-left: -27vw;
    text-align: center;
}
.user-image {
	position: absolute;
    top: 30vw;
    left: 50%;
    margin-left: -35vw;
    width: 70vw;
}
.user-accessory {
    position: absolute;
    display: none;
}
.user-accessory-1 {    
    top: 66.4vw;
    left: 19.5vw;
    width: 61vw;
}
.user-accessory-2 {
    top: 42vw;
    left: 31.5vw;
    width: 38vw;
}
.user-accessory-3 {
    top: 27vw;
    left: 26vw;
    width: 50vw;
}
.user-accessory-4 {
    top: 52vw;
    left: 40vw;
    width: 20vw;
}
.user-accessory-5 {
    top: 36vw;
    left: 30vw;
    width: 43vw;
}
.user-accessory-6 {
    top: 24vw;
    left: 21vw;
    width: 58vw;
}
.user-accessory-7 {
    top: 65.5vw;
    left: 20.4vw;
    width: 60vw;
}
.user-accessory-8 {
    top: 26vw;
    left: 16vw;
    width: 67vw;
}
.user-accessory-9 {
    top: 26vw;
    left: 8vw;
    width: 86.3vw;
}
.user-accessory-10 {
    top: 38vw;
    left: 31.6vw;
    width: 39.6vw;
}
.user-accessory-11 {
    top: 63vw;
    left: 19.7vw;
    width: 57vw;
}
.user-accessory-12 {
    top: 40vw;
    left: 22vw;
    width: 62vw;
}
.user-accessory-13 {
    top: 19.8vw;
    left: 12vw;
    width: 64vw;
}
.user-accessory-14 {
    top: 32.7vw;
    left: 15vw;
    width: 64vw;
}
.user-accessory-15 {
    top: 51.5vw;
    left: -1.1vw;
    width: 96vw;
}
.user-accessory-16 {
    top: 19.8vw;
    left: 12vw;
    width: 64vw;
}
.user-accessory-17 {
    top: 26vw;
    left: 16vw;
    width: 68vw;
}
.user-accessory-18 {
    top: 29vw;
    left: 19vw;
    width: 63vw;
}
.user-accessory-19 {
    top: 28vw;
    left: 15vw;
    width: 70vw;
}
.user-accessory-20 {
    top: 28vw;
    left: 16vw;
    width: 69vw;
}
.user-accessory-21 {
    top: 49vw;
    left: -4.8vw;
    width: 100vw;
}
.user-accessory-22 {
    top: 27.8vw;
    left: 15.3vw;
    width: 70vw;
}
.user-accessory-23 {
    top: 28.1vw;
    left: 15.2vw;
    width: 70vw;
}
.user-accessory-24 {
    top: 24.8vw;
    left: 11vw;
    width: 78vw;
}
.user-accessory-25 {
    top: 23vw;
    left: 16vw;
    width: 70vw;
}
.user-accessory-26 {
    top: 28vw;
    left: 16vw;
    width: 70vw;
}
.user-accessory-27 {
    top: 28vw;
    left: 15vw;
    width: 70vw;
}
.perfil-editar-btn {
	position: absolute;
    top: 88vw;
    left: 50%;
    margin-left: -18vw;
    width: 36vw;
}

.accesorios {
    position: absolute;
    top: 102vw;
    left: 50%;
    margin-left: -42vw;
    overflow-x: hidden;
    width: 83vw;
    height: 51vw;
}
.accesorio-pagina-i {
    position: absolute;
    top: 0vw;
    left: 50%;
    margin-left: -124vw;
    overflow-x: hidden;
    width: 83vw;
    height: 51vw;
}
.accesorio-pagina {
    position: absolute;
    top: 0vw;
    left: 50%;
    margin-left: -40.9vw;
    overflow-x: hidden;
    width: 83vw;
    height: 51vw;
}
.accesorio-pagina-d {
    position: absolute;
    top: 0vw;
    left: 50%;
    margin-left: 40vw;
    overflow-x: hidden;
    width: 83vw;
    height: 51vw;
}
.accesorio {
    position: absolute;
    left: 50%;
    width: 24.67vw;
}
.accesorio-1 {
    top: 0vw;
    margin-left: -40vw;
}
.accesorio-2 {
    top: 0vw;
    margin-left: -12.5vw;
}
.accesorio-3 {
    top: 0vw;
    margin-left: 15vw;
}
.accesorio-4 {
    top: 26vw;
    margin-left: -40vw;
}
.accesorio-5 {
    top: 26vw;
    margin-left: -12.5vw;   
}
.accesorio-6 {
    top: 26vw;
    margin-left: 15vw;
}
.accesorios-left {
    position: absolute;
    top: 121vw;
    left: 50%;
    margin-left: -50vw;
    width: 9vw;
    z-index: 1;
}
.accesorios-right {
    position: absolute;
    top: 121vw;
    left: 50%;
    margin-left: 40.5vw;
    width: 9vw;
    z-index: 1;
}

/*
.accesorios {
	position: absolute;
	top: 112vw;
    left: 50%;
    margin-left: -40.5vw;
    width: 81.34vw;
}
.accesorio {
	position: absolute;
    left: 50%;
    width: 24.67vw;
}
.accesorio-1 {
	top: 0vw;
	margin-left: -40vw;
}
.accesorio-2 {
	top: 0vw;
	margin-left: -12.5vw;
}
.accesorio-3 {
	top: 0vw;
	margin-left: 15vw;
}
.accesorio-4 {
	top: 26vw;
	margin-left: -40vw;
}
.accesorio-5 {
	top: 26vw;
	margin-left: -12.5vw;	
}
.accesorio-6 {
	top: 26vw;
	margin-left: 15vw;
}
*/


.cerrar-sesion-btn {
	position: absolute;
    top: 155vw;
    left: 50%;
    margin-left: 1vw;
    width: 44vw;
    display: none;
}
.perfil-guardar-btn {
    position: absolute;
    top: 155vw;
    left: 50%;
    margin-left: -45vw;
    width: 44vw;
}
.edit-avatars {
    position: absolute;
    top: 100vw;
    left: 50%;
    margin-left: -40.9vw;
    overflow-x: hidden;
    width: 83vw;
    height: 80vw;
    display: none;
}
.avatars {
    position: absolute;
    top: 0vw;
    left: 50%;
    margin-left: -40.9vw;
    overflow-x: hidden;
    width: 83vw;
    height: 25vw;
}
.avatar-pagina-i {
    position: absolute;
    top: 0vw;
    left: 50%;
    margin-left: -124vw;
    overflow-x: hidden;
    width: 83vw;
    height: 25vw;
}
.avatar-pagina {
    position: absolute;
    top: 0vw;
    left: 50%;
    margin-left: -40.9vw;
    overflow-x: hidden;
    width: 83vw;
    height: 25vw;
}
.avatar-pagina-d {
    position: absolute;
    top: 0vw;
    left: 50%;
    margin-left: 40vw;
    overflow-x: hidden;
    width: 83vw;
    height: 25vw;
}
.avatar {
    position: absolute;
    left: 50%;
    width: 24.67vw;
}
.avatar-1 {
    top: 0vw;
    margin-left: -40vw;
}
.avatar-2 {
    top: 0vw;
    margin-left: -13.5vw;
}
.avatar-3 {
    top: 0vw;
    margin-left: 13vw;
}
.avatars-left {
    position: absolute;
    top: 33vw;
    left: 50%;
    margin-left: -23vw;
    width: 10vw;
    z-index: 1;
}
.avatars-right {
    position: absolute;
    top: 33vw;
    left: 50%;
    margin-left: 13vw;
    width: 10vw;
    z-index: 1;
}
.avatars-listo-btn {
    position: absolute;
    top: 53vw;
    left: 50%;
    margin-left: -19vw;
    width: 38vw;
}
.avatars-num {
    position: absolute;
    top: 33vw;
    left: 50%;
    margin-left: -7vw;
    width: 14.8vw;
}
.avatars-num-txt {
    position: absolute;
    top: 35.5vw;
    left: 50%;
    margin-left: -6.5vw;
    font-family: lubalin;
    font-size: 5vw;
    font-weight: bold;
    width: 14vw;
    text-align: center;
    z-index: 1;
}

.juegoiframe {
    position: relative;
    top: 0px;
    left: 0px;
    bottom: 0px;
    right: 0px;
    width: 100%;
    max-width: 100%;
    height: 100%;
    max-height: 100%;
    border: none;
    background-color: #000;
}

.sectionselfie {
    position: relative;
    display: none;
    height: 100vh;
    background-color: #000;
}

.sectionselfie iframe {
    position: absolute;
    top: 0px;
    left: 0px;
    bottom: 0px;
    right: 0px;
    width: 100vw;
    height: 100vh;
    border: none;
    background-color: #000;
}/*
.sectionselfie iframe {
    position: absolute;
    top: 24vw;
    left: 0px;
    bottom: 25vw;
    right: 0px;
    width: 100vw;
    height: 70vh;
    border: none;
    background-color: #000;
}*/
.selfiecapture {
    background-color: #000;
}
.selfie-top {
    position: absolute;
    top: 6vw;
    left: 50%;
    margin-left: -29vw;
    width: 59.87vw;
    z-index: 1;
}
.selfie-close {
    position: absolute;
    top: 6.8vw;
    right: 5.1vw;
    width: 9.74vw;
    z-index: 10;
}
.selfie-footer {
    position: absolute;
    bottom: 0vw;
    left: 0vw;
    width: 100%;
    z-index: 1;
}
.selfie-click {
    position: absolute;
    bottom: 15.2vh;
    left: 50%;
    margin-left: -11vw;
    width: 22vw;
    z-index: 2;
}
.selfie-abrelaboca {
    position: absolute;
    background-color: rgba(0,0,0,0.7);
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: none;
}
.selfie-abrelaboca img{
    width: 70vw;
    position: absolute;
    top: 45vh;
    left: 50%;
    margin-left: -35vw;
}
.selfiepreview {
    position: absolute;
    width: 100%;
    display: none;
}
.selfie-preview-bg {
    width: 100%;
}
.selfie-back-btn {
    position: absolute;
    top: 2.5vw;
    left: 4vw;
    width: 9.74vw;    
}
.selfie-preview-genial {
    position: absolute;
    top: 26vw;
    font-size: 13vw;
    left: 50%;
    font-family: AHintofSass;
    margin-left: -22vw;
}
.selfie-preview-marco {
    position: absolute;
    width: 76vw;
    top: 15vw;
    left: 50%;
    margin-left: -38vw;
}
.selfie-preview-download {
    position: absolute;
    top: 149vw;
    left: 50%;
    margin-left: -34vw;
    width: 34vw;
}
.selfie-preview-new {
    position: absolute;
    top: 149vw;
    left: 50%;
    margin-left: 2vw;
    width: 34vw;
}
.selfie-preview-irahome {
    position: absolute;
    top: 150vw;
    left: 50%;
    margin-left: -19.3vw;
    width: 38vw;
    display: none;
}
.selfie-share-preview-irahome {
    position: absolute;
    top: 150vw;
    left: 50%;
    margin-left: -19.3vw;
    width: 38vw;
}
.selfie-preview-img {
    position: absolute;
    width: 75vw;
    top: 14vw;
    left: 50%;
    margin-left: -38vw;
}
.selfie-preview-img img {
    width: 69vw;
    height: 133.4vw;
    top: 4vw;
    position: absolute;
    left: 4vw;
    border-radius: 3vw;
}

.selfie-share-preview-img {
    position: absolute;
    width: 75vw;
    top: 14vw;
    left: 50%;
    margin-left: -38vw;
}
.selfie-share-preview-img img {
    width: 67vw;
    height: 130vw;
    top: 1vw;
    position: absolute;
    left: 5.15vw;
    border-radius: 5vw;
}

.selfie-preview {
    position: fixed;
    top: 0px;
    width: 100%;
    z-index: 3;
    display: none;
    background-color: #ffdc00;
}
.selfie-preview-back-btn {
    position: absolute;
    top: 1.5vw;
    left: 4vw;
    width: 9.74vw;
    z-index: 1;
}
.selfie-preview-photo-bg {
    position: absolute;
    width: 74vw;
    top: 12vw;
    left: 50%;
    margin-left: -37vw;
}
.selfie-preview-photo-img {
    position: absolute;
    width: 70vw;
    top: 10vw;
    left: 50%;
    margin-left: -37.6vw;
}
.selfie-preview-photo {
    width: 68vw;
    height: 131.5vw;
    top: 4vw;
    position: absolute;
    left: 4vw;
    border-radius: 4.2vw;
}
.selfie-preview-logo {
    position: absolute;
    top: 140vw;
    left: 50%;
    margin-left: -16vw;
    z-index: 1;
    width: 32vw;
    display: none;
}
.selfie-preview-stickers-num {
    position: absolute;
    top: 132vw;
    left: 50%;
    margin-left: -7vw;
    width: 13vw;
}
.selfie-preview-stickers-num-txt {
    position: absolute;
    top: 135.5vw;
    left: 50%;
    margin-left: -7.2vw;
    font-family: lubalin;
    font-size: 5vw;
    font-weight: bold;
    width: 14vw;
    text-align: center;
    z-index: 1;
}
.selfie-preview-left {
    position: absolute;
    top: 133vw;
    left: 50%;
    margin-left: -23vw;
    width: 10vw;
    z-index: 1;
}
.selfie-preview-right {
    position: absolute;
    top: 133vw;
    left: 50%;
    margin-left: 11.4vw;
    width: 10vw;
    z-index: 1;
}
.selfie-preview-preloader {
    position: absolute;
    top: 58vw;
    left: 50%;
    width: 14vw;
    margin-left: -4vw;
}
.download-btn {
    position: absolute;
    top: 150.5vw;
    left: 50%;
    margin-left: -35vw;
    width: 34vw;
}
.share-btn {
    position: absolute;
    top: 150.5vw;
    left: 50%;
    margin-left: 1vw;
    width: 34vw;
}
.selfie-preview-share-popup {
    position: absolute;
    top: 114vw;
    left: 50%;
    margin-left: -43vw;
    z-index: 1;
    display: none;
}
.selfie-preview-share-popup-bg {
    width: 86vw;
}
.share_url {
    position: absolute;
    top: 17vw;
    left: 50%;
    margin-left: -36vw;
    width: 70vw;
    padding: 1vw;
    font-family: AHintofSass;
    font-size: 5vw;
    font-weight: bold;
    color: #8f8f8f;
    border: none;
}
.share-copy-btn {
    position: absolute;
    top: 31vw;
    left: 50%;
    margin-left: -38.3vw;
    width: 36vw;
}
.share-close-btn {
    position: absolute;
    top: 31vw;
    left: 50%;
    margin-left: 2vw;
    width: 36vw;
}

.album {
	position: relative;
	display: none;
}
.album-bg {
	width: 100%;
}
.stickers {
    position: absolute;
    top: 20vw;
    left: 50%;
    margin-left: -40.9vw;
    overflow-x: hidden;
    width: 83vw;
    height: 51vw;
}
.stickernew {
    position: absolute;
    left: 50%;
    z-index: 3;
    width: 13.2vw;
}
.stickernew-1 {
    top: 20vw;
    margin-left: -28vw;
}
.stickernew-2 {
    top: 20vw;
    margin-left: 0vw;
}
.stickernew-3 {
    top: 20vw;
    margin-left: 27.2vw;
}
.stickernew-4 {
    top: 46vw;
    margin-left: -28vw;
}
.stickernew-5 {
    top: 46vw;
    margin-left: 0vw;
}
.stickernew-6 {
    top: 46vw;
    margin-left: 27.2vw;
}
.sticker-pagina-i {
    position: absolute;
    top: 0vw;
    left: 50%;
    margin-left: -124vw;
    overflow-x: hidden;
    width: 83vw;
    height: 51vw;
}
.sticker-pagina {
    position: absolute;
    top: 0vw;
    left: 50%;
    margin-left: -40.9vw;
    overflow-x: hidden;
    width: 83vw;
    height: 51vw;
}
.sticker-pagina-d {
    position: absolute;
    top: 0vw;
    left: 50%;
    margin-left: 40vw;
    overflow-x: hidden;
    width: 83vw;
    height: 51vw;
}
.sectionalbum {
    height: 917px !important;
}
.sticker-preloader {
    position: absolute;
    left: 50%;
    width: 24.67vw;
    height: 24.9vw;
    background-image: url(../images/sticker-blocked.png);
    background-size: 100%;
    background-repeat: no-repeat;
}
.sticker-preloader img {
    width: 6vw;
    top: 9.4vw;
    left: 9.5vw;
    position: absolute;
}
.sticker-preloader-1 {
    top: 0vw;
    margin-left: -40vw;
}
.sticker-preloader-2 {
    top: 0vw;
    margin-left: -12.5vw;
}
.sticker-preloader-3 {
    top: 0vw;
    margin-left: 15vw;
}
.sticker-preloader-4 {
    top: 26vw;
    margin-left: -40vw;
}
.sticker-preloader-5 {
    top: 26vw;
    margin-left: -12.5vw;   
}
.sticker-preloader-6 {
    top: 26vw;
    margin-left: 15vw;
}

.filter-preloader {
    position: absolute;
    left: 50%;
    width: 24.67vw;
    height: 24.9vw;
    background-image: url(../images/filtro-blocked.png);
    background-size: 100%;
    background-repeat: no-repeat;
}
.filter-preloader img {
    width: 6vw;
    top: 9.4vw;
    left: 9.5vw;
    position: absolute;
}
.filter-preloader-1 {
    top: 0vw;
    margin-left: -26vw;
}
.filter-preloader-2 {
    top: 0vw;
    margin-left: 1vw;
}

.selfie-preloader {
    position: absolute;
    left: 50%;
    width: 23.3vw;
    height: 33.4vw;
    background-color: #d4d4d4;
    border-radius: 1.5vw;
}
.selfie-preloader img {
    width: 6vw;
    top: 14vw;
    left: 8.6vw;
    position: absolute;
}
.selfie-preloader-1 {
    top: 0vw;
    margin-left: -37vw;
}
.selfie-preloader-2 {
    top: 0vw;
    margin-left: -12.2vw;
}
.selfie-preloader-3 {
    top: 0vw;
    margin-left: 12.3vw;
}

.sticker {
    position: absolute;
    left: 50%;
    width: 24.67vw;
}
.sticker-1 {
    top: 0vw;
    margin-left: -40vw;
}
.sticker-2 {
    top: 0vw;
    margin-left: -12.5vw;
}
.sticker-3 {
    top: 0vw;
    margin-left: 15vw;
}
.sticker-4 {
    top: 26vw;
    margin-left: -40vw;
}
.sticker-5 {
    top: 26vw;
    margin-left: -12.5vw;   
}
.sticker-6 {
    top: 26vw;
    margin-left: 15vw;
}
.sticker-number {
    position: absolute;
    left: 50%;
    width: 24.67vw;
    font-family: AHintofSass;
    font-size: 7vw;
    font-weight: bold;
    color: #8f8f8f;
}
.sticker-number-1 {
    top: 8vw;
    margin-left: -31vw;
}
.sticker-number-2 {
    top: 8vw;
    margin-left: -3.4vw;
}
.sticker-number-3 {
    top: 8vw;
    margin-left: 24vw;/*ok*/
}
.sticker-number-4 {
    top: 33.7vw;
    margin-left: -31vw;
}
.sticker-number-5 {
    top: 33.7vw;
    margin-left: -3.4vw;   
}
.sticker-number-6 {
    top: 33.7vw;
    margin-left: 24vw;
}
.stickers-left {
    position: absolute;
    top: 74.5vw;
    left: 50%;
    margin-left: -24vw;
    width: 10vw;
    z-index: 1;
}
.stickers-right {
    position: absolute;
    top: 74.5vw;
    left: 50%;
    margin-left: 14.5vw;
    width: 10vw;
    z-index: 1;
}
.stickers-num {
    position: absolute;
    top: 73vw;
    left: 50%;
    margin-left: -7vw;
    width: 14.8vw;
}
.stickers-num-txt {
    position: absolute;
    top: 77vw;
    left: 50%;
    margin-left: -6.5vw;
    font-family: lubalin;
    font-size: 5vw;
    font-weight: bold;
    width: 14vw;
    text-align: center;
    z-index: 1;
}

.filtros {
    position: absolute;
    top: 110vw;
    left: 50%;
    margin-left: -40.9vw;
    overflow-x: hidden;
    width: 83vw;
    height: 25vw;
}
.filtro-pagina-i {
    position: absolute;
    top: 0vw;
    left: 50%;
    margin-left: -124vw;
    overflow-x: hidden;
    width: 83vw;
    height: 25vw;
}
.filtro-pagina {
    position: absolute;
    top: 0vw;
    left: 50%;
    margin-left: -40.9vw;
    overflow-x: hidden;
    width: 83vw;
    height: 25vw;
}
.filtro-pagina-d {
    position: absolute;
    top: 0vw;
    left: 50%;
    margin-left: 40vw;
    overflow-x: hidden;
    width: 83vw;
    height: 25vw;
}
.filternew {
    position: absolute;
    left: 50%;
    z-index: 3;
    width: 13.2vw;
}
.filternew-1 {
    top: 20vw;
    margin-left: -14vw;
}
.filternew-2 {
    top: 20vw;
    margin-left: 13vw;
}
.filtro {
    position: absolute;
    left: 50%;
    width: 24.67vw;
}
.filtro-1 {
    top: 0vw;
    margin-left: -26vw;
}
.filtro-2 {
    top: 0vw;
    margin-left: 1vw;
}
.filtros-left {
    position: absolute;
    top: 136vw;
    left: 50%;
    margin-left: -23vw;
    width: 10vw;
    z-index: 1;
}
.filtros-right {
    position: absolute;
    top: 136vw;
    left: 50%;
    margin-left: 13vw;
    width: 10vw;
    z-index: 1;
}
.filtros-num {
    position: absolute;
    top: 136.5vw;
    left: 50%;
    margin-left: -7vw;
    width: 14.8vw;
}
.filtros-num-txt {
    position: absolute;
    top: 139vw;
    left: 50%;
    margin-left: -6.5vw;
    font-family: lubalin;
    font-size: 5vw;
    font-weight: bold;
    width: 14vw;
    text-align: center;
    z-index: 1;
}
.filtros-tooltip {
    position: absolute;
    top: 100vw;
    left: 50%;
    z-index: 3;
    display: none;
    width: 36.8vw;
}
.filtros-tooltip-1 {
    margin-left: -45vw;
}
.filtros-tooltip-2 {
    margin-left: -20vw;
}
.selfies {
    position: absolute;
    top: 163vw;
    left: 50%;
    margin-left: -40.9vw;
    overflow-x: hidden;
    width: 83vw;
    height: 35vw;
    display: none;
}
.selfie-pagina-i {
    position: absolute;
    top: 0vw;
    left: 50%;
    margin-left: -124vw;
    overflow-x: hidden;
    width: 83vw;
    height: 35vw;
}
.selfie-pagina {
    position: absolute;
    top: 0vw;
    left: 50%;
    margin-left: -40.9vw;
    overflow-x: hidden;
    width: 83vw;
    height: 35vw;
}
.selfie-pagina-d {
    position: absolute;
    top: 0vw;
    left: 50%;
    margin-left: 40vw;
    overflow-x: hidden;
    width: 83vw;
    height: 35vw;
}
.selfie {
    position: absolute;
    left: 50%;
    width: 21.5vw;
    height: 31.5vw;
    border-radius: 2vw;
    border: solid 1vw #fff;
    /*-webkit-box-shadow: 0px 0px 4px 4px rgba(0,0,0,1);
    -moz-box-shadow: 0px 0px 4px 4px rgba(0,0,0,1);
    box-shadow: 0px 0px 4px 4px rgba(0,0,0,1);*/
}
.selfie-b {
    position: absolute;
    left: 50%;
    width: 23vw;
    height: 34vw;
    border-radius: 2vw;
}
.selfie-1 {
    top: 0vw;
    margin-left: -37vw;    
}
.selfie-2 {
    top: 0vw;
    margin-left: -12.2vw;
}
.selfie-3 {
    top: 0vw;
    margin-left: 12.3vw;
}
.selfies-left {
    position: absolute;
    top: 173vw;
    left: 50%;
    margin-left: -48vw;
    width: 10vw;
    z-index: 1;
}
.selfies-right {
    position: absolute;
    top: 173vw;
    left: 50%;
    margin-left: 38vw;
    width: 10vw;
    z-index: 1;
}
.tomar-selfie-btn {
    position: absolute;
    top: 200vw;
    left: 50%;
    margin-left: -24vw;
    width: 48.67vw;
    display: none;
}

.selfie-filtros {
    position: absolute;
    bottom: 16vh;
    left: 50%;
    margin-left: -35vw;
    overflow-x: hidden;
    width: 70vw;
    height: 18vw;
    z-index: 2;
}
.selfie-filtro-pagina-i {
    position: absolute;
    top: 0vw;
    left: 50%;
    margin-left: -124vw;
    overflow-x: hidden;
    width: 83vw;
    height: 25vw;
}
.selfie-filtro-pagina {
    position: absolute;
    top: 0vw;
    left: 50%;
    margin-left: -14vw;
    width: 83vw;
    height: 25vw;
}
.selfie-filtro-pagina-d {
    position: absolute;
    top: 0vw;
    left: 50%;
    margin-left: 40vw;
    overflow-x: hidden;
    width: 83vw;
    height: 25vw;
}
.selfie-filtro {
    position: absolute;
    left: 50%;
    width: 17vw;
    height: 17vw;
    top: 0vw;
}
.selfie-filtro-1 {
    margin-left: -36vw;
}
.selfie-filtro-2 {    
    margin-left: -11vw;
}
.selfie-filtro-3 {
    margin-left: 14vw;
}
.selfie-filtro-4 {
    margin-left: 39vw;
}
.selfie-filtro-5 {
    margin-left: 64vw;
}
.selfie-filtro-6 {
    margin-left: 89vw;
}
.selfie-filtro-7 {
    margin-left: 114vw;
}
.selfie-filtro-8 {
    margin-left: 139vw;
}
.selfie-filtro-9 {
    margin-left: 164vw;
}
.selfie-filtro-10 {
    margin-left: 189vw;
}
.selfie-filtro-11 {
    margin-left: 214vw;
}
.selfie-filtro-12 {
    margin-left: 239vw;
}
.selfie-filtros-left {
    position: absolute;
    bottom: 18vh;
    left: 50%;
    margin-left: -46vw;
    width: 10vw;
    z-index: 1;
}
.selfie-filtros-right {
    position: absolute;
    bottom: 18vh;
    left: 50%;
    margin-left: 36vw;
    width: 10vw;
    z-index: 1;
}
.selfie-plus-1 {
    position: absolute;
    top: 27.2vw;
    z-index: 3;
    left: 50%;
    margin-left: -36vw;
    width: 21.6vw;
}
.selfie-plus-2 {
    position: absolute;
    top: 27.2vw;
    z-index: 3;
    left: 50%;
    margin-left: -11.2vw;
    width: 21.6vw;
}
.selfie-plus-3 {
    position: absolute;
    top: 27.2vw;
    z-index: 3;
    left: 50%;
    margin-left: 13.3vw;
    width: 21.6vw;
}

.login {
	position: relative;
	display: none;
    background-color: #fd0;
}
.login-bg {
	width: 100%;
}
.selfie-preview-popup-bg {
    width: 100%;
}
.back-btn {
	position: absolute;
    top: 2.5vw;
    left: 4vw;
    width: 9.74vw;
    z-index: 1;
}
.login-title {
	position: absolute;
    top: 32.5vw;
    left: 50%;
    margin-left: -40vw;
    font-family: AHintofSass;
    font-size: 11.5vw;
    font-weight: bold;
}
.recover-title {
    position: absolute;
    top: 32.5vw;
    left: 50%;
    margin-left: -40vw;
    width: 80vw;
    font-family: AHintofSass;
    font-size: 5vw;
    text-align: center;
    font-weight: bold;
}
.changepass-title {
    position: absolute;
    top: 32.5vw;
    left: 50%;
    margin-left: -45vw;
    width: 90vw;
    font-family: AHintofSass;
    font-size: 5vw;
    text-align: center;
    font-weight: bold;
}
.recover-msg {
    position: absolute;
    top: 116vw;
    left: 50%;
    margin-left: -40vw;
    width: 80vw;
    font-family: AHintofSass;
    font-size: 5vw;
    text-align: center;
    font-weight: bold;
}
#recovernickname {
    position: absolute;
    top: 54vw;
    left: 50%;
    margin-left: -45vw;
    width: 90vw;
    font-size: 7.3vw;
    font-family: AHintofSass;
    text-align: center;
    font-weight: bold;
    border-radius: 2vw;
    border: solid 1px #888;
    padding: 1vw 0vw;
}
#recoveremail {
    position: absolute;
    top: 67vw;
    left: 50%;
    margin-left: -45vw;
    width: 90vw;
    font-size: 7.3vw;
    font-family: AHintofSass;
    text-align: center;
    font-weight: bold;
    border-radius: 2vw;
    border: solid 1px #888;
    padding: 1vw 0vw;
}
.changepass-msg {
    position: absolute;
    top: 54vw;
    left: 50%;
    margin-left: -40vw;
    width: 80vw;
    font-family: AHintofSass;
    font-size: 5vw;
    text-align: center;
    font-weight: bold;
}
.iniciar-btn {
	position: absolute;
    top: 85vw;
    left: 50%;
    margin-left: -23vw;
    width: 45.6vw;
}
.recover-btn {
    position: absolute;
    top: 85vw;
    left: 50%;
    margin-left: -23vw;
    width: 45.6vw;
}
.changepass-btn {
    position: absolute;
    top: 74vw;
    left: 50%;
    margin-left: -17vw;
    width: 34vw;
}
.changepass-irahome-btn {
    position: absolute;
    top: 74vw;
    left: 50%;
    margin-left: -17vw;
    width: 34vw;
    display: none;
}
.changepass-osook {
    position: absolute;
    top: 90vw;
    left: 50%;
    margin-left: -8vw;
    width: 50vw;
}
#nickname {
	position: absolute;
    top: 54vw;
    left: 50%;
    margin-left: -45vw;
    width: 90vw;
    font-size: 7.3vw;
    font-family: AHintofSass;
    text-align: center;
    font-weight: bold;
    border-radius: 2vw;
    border: solid 1px #888;
    padding: 1vw 0vw;
}
#password {
	position: absolute;
    top: 70vw;
    left: 50%;
    margin-left: -45vw;
    width: 90vw;
    font-size: 7.3vw;
    font-family: AHintofSass;
    text-align: center;
    font-weight: bold;
    border-radius: 2vw;
    border: solid 1px #888;
    padding: 1vw 0vw;
}
#changepassword {
    top: 44vw;
}
#changeconfpassword {
    top: 58vw;
}
.login-register {
	position: absolute;
    top: 104vw;
    left: 0px;
    width: 100%;
    text-align: center;
    font-size: 5.5vw;
    font-family: AHintofSass;
    font-weight: bold;
}
.login-register a{
	color: #000;
}

.login-ups {
	position: absolute;
    top: 0vw;
    width: 100%;
}
.login-ups-message {
	position: absolute;
    top: 40vw;
    left: 0px;
    width: 100%;
    text-align: center;
    font-size: 9vw;
    font-family: AHintofSass;
    font-weight: bold;
}
.ups-ok-btn {
	position: absolute;
    top: 70vw;
    left: 50%;
    margin-left: -17vw;
    width: 34.27vw;
    z-index: 10;
}
.osos-ups {
    position: absolute;
    top: 85vw;
    left: 50%;
    width: 49.34vw;
}
.login-genial {
    position: absolute;
    top: 0vw;
    width: 100%;
}
.login-genial-message {
    position: absolute;
    top: 42vw;
    left: 0px;
    width: 100%;
    text-align: center;
    font-size: 7vw;
    font-family: AHintofSass;
    font-weight: bold;
    line-height: 10vw;
}
.genial-ok-btn {
    position: absolute;
    top: 86vw;
    left: 50%;
    margin-left: -17vw;
    width: 34.27vw;
    z-index: 10;
}
.osos-genial {
    position: absolute;
    top: 108vw;
    left: 50%;
    margin-left: -44vw;
    width: 92.8vw;
}

.registro-title {
	position: absolute;
    top: 10vw;
    left: 50%;
    margin-left: -27vw;
    width: 58vw;
}
.registro-title-2 {
    position: absolute;
    top: 21vw;
    left: 50%;
    margin-left: -27vw;
    width: 58vw;
    text-align: center;
    font-size: 7vw;
    font-family: AHintofSass;
    font-weight: normal;
}
.reg-nick-label {
    top: 58vw;
}
.reginput {
	position: absolute;    
    left: 50%;
    margin-left: -40vw;
    width: 80vw;
    padding: 1.6vw;
    font-size: 4.5vw;
    font-family: AHintofSass;
    text-align: center;
    font-weight: bold;
    border-radius: 1.6vw;
    border: solid 1px #888;
    padding: 1vw 0vw;
}
.reglabel {
	position: absolute;
    left: 11vw;
    font-family: AHintofSass;
    font-size: 4vw;
    font-weight: bold;
}
#regnickname {
	top: 64vw;
}
.reg-pass-label {
    top: 73vw;
}
#regpassword {
	top: 79vw;
}
.reg-rep-label {
	top: 88.3vw;
}
#regconfpassword {
	top: 93.8vw;
}
.reg-nac-label {
	top: 33vw;
    width: 24vw;
    line-height: 5.5vw;
}
#dia {
	top: 33.3vw;
    width: 18vw;
    margin-left: -22vw;
}
#mes {
	top: 31vw;
    width: 18vw;
    margin-left: 4vw;
}
#anio {
	top: 31vw;
    width: 21vw;
    margin-left: 22.7vw;
}
#dia2 {
    top: 32vw;
    width: 18vw;
    margin-left: -20vw;
    background-color: #8cc63f;
}
#mes2 {
    top: 31vw;
    width: 18vw;
    margin-left: 4vw;
    background-color: #8cc63f;
}
#anio2 {
    top: 31vw;
    width: 21vw;
    margin-left: 22.7vw;
    background-color: #8cc63f;
}
.reg-gen-label {
	top: 92vw;
    left: 50%;
    margin-left: -8vw;
}
.reg-st-label {
	top: 120vw;
}
.reg-enviar-btn {
	position: absolute;
    top: 102vw;
    left: 50%;
    margin-left: -23vw;
    width: 45.6vw;
}

.reg-2-enviar-btn {
    position: absolute;
    top: 144vw;
    left: 50%;
    margin-left: -23vw;
    width: 45.6vw;
}

.reg-email-label {
    top: 46vw;
}
.reg-confirmemail-label {
    top: 64vw;
}
.reg-email-label-2 {
    top: 43vw;
}
.reg-phone-label {
    top: 103vw;
}
#regemail2 {
    top: 49vw;
    color: #000;
    background-color: #8cc63f;
}
#regemail {
    top: 52vw;
}
#regconfirmemail {
    top: 70vw;
}
#regconfirmemail2 {
    top: 70vw;
}
#regphone {
    top: 109vw;
}
#regmex {
    position: absolute;
    top: 120vw;    
    left: 50%;
    margin-left: -40vw;
    padding: 1.6vw;
    border-radius: 2vw;
    border: solid 1px #888;
    padding: 1vw 0vw;
}
.regmex {
    position: absolute;
    top: 121.2vw;    
    left: 50%;
    margin-left: -40vw;
    padding: 1.6vw;
    border-radius: 2vw;
    border: solid 1px #888;
    padding: 1vw 0vw;
}

.reg-mex {
    position: absolute;
    top: 122.6vw;
    left: 20vw;
    font-family: lubalin;
    font-size: 4vw;
    font-weight: normal;
}
#regterms {
    position: absolute;
    top: 131vw;    
    left: 50%;
    margin-left: -40vw;
    padding: 1.6vw;
    border-radius: 2vw;
    border: solid 1px #888;
    padding: 1vw 0vw;
}
.regterms {
    position: absolute;
    top: 87vw;    
    left: 50%;
    margin-left: -40vw;
    padding: 1.6vw;
    border-radius: 2vw;
    border: solid 1px #888;
    padding: 1vw 0vw;
}
.regterms2 {
    position: absolute;
    top: 130vw;    
    left: 50%;
    margin-left: -40vw;
    padding: 1.6vw;
    border-radius: 2vw;
    border: solid 1px #888;
    padding: 1vw 0vw;
}

.reg-terms {
    position: absolute;
    top: 86vw;
    left: 20vw;
    font-family: lubalin;
    font-size: 4vw;
    font-weight: normal;
}
.reg-terms2 {
    position: absolute;
    top: 129vw;
    left: 20vw;
    font-family: lubalin;
    font-size: 4vw;
    font-weight: normal;
}
.reg-terms a, .reg-terms2 a{
    color: #000;
}

.registro-gen-1 {
	position: absolute;
    top: 98vw;
    left: 50%;
    width: 22.4vw;
    margin-left: -27vw;
}
.registro-gen-2 {
	position: absolute;
    top: 98vw;
    left: 50%;
    width: 22.4vw;
    margin-left: 5vw;
}
.genderSelected {
    transform: matrix(1.2, 0, 0, 1.2, 0, 0) !important;
}
#estado {;
	top: 127.4vw;
}
.reg-message {
    position: absolute;
    top: 100vw;
    left: 50%;
    margin-left: -45vw;
    width: 45vh;
}
.popup-reg-ups {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    width: 100%;
    background-color: rgba(0,0,0,0.75);
    display: none;
    min-height: 700px;  
}
.popup-reg-ups-bg {
    position: absolute;
    top: 28vw;
    left: 50%;
    margin-left: -48vw;
    width: 93.6vw;
}
.popup-reg-ups-ok {
    position: absolute;
    top: 134vw;
    left: 50%;
    margin-left: -17vw;
    width: 34.267vw;
}
.inputerror {
	background-color: #f9acac;
}
.rolloverBtn {
    cursor: pointer;
}
.home-aqui-btn, .home-tooltip, .home-menu, .web-footer, .menu-web-content, .menu-web, .popup-share-preview-bg {
    display: none;
}

.web-user-image, .web-menu-avatar, .perfil-title, .selfie-preview-web-bg, .selfie-preview-web-close, .selfie-capture-web-close, .selfie-web-preview-bg  {
    display: none;
}

/*@media screen and (min-height:836px) {
    .web-footer {
        display: inline;
        position: absolute;
        bottom: auto;
        top: 836px;
        width: 100%;
        z-index: 9;
        background-color: #00347d;
        text-align: center;
    }
    .section-view {
        margin-bottom: 80px;
    }
}

@media screen and (max-height:836px) {
    .section-view {
        margin-bottom: 80px;
    }
}*/

.mob-footer {
    display: none;
}

@media screen and (max-height: 400px) {
    .mob-footer {
        display: inline-block;
        position: fixed;
        bottom: 0px;
        background-color: #00377a;
        width: 100%;
        height: 10vh;
    }
    .footer {
        height: 10vh;
        left: 50%;
        margin-left: -35vh;
        width: auto;
    }
    .juegoiframe {
        height: 80vh !important;
    }
    .back-btn {
        top: 2vw;
        left: 2vw;
        width: 7vw;
    }
}

@media screen and (min-width: 800px) {
    body {
        background-color: #00347d;
        min-height: 917px;
    }
    .bodyheader {
        min-height: 1000px !important;
    }
    .menu-content {
        display: none;
    }
    .popup-notification div {
        font-size: 1.5vw;
        text-align: center;
        line-height: 1vw;
        margin-left: -40vw;
        height: 1vw;
    }
    .popup-notification-close {
        top: 1vw;
        right: 1vw;
        width: 1.5vw;
    }
    .popup-notification-bg {
        height: 3.75vw;
    }
    .footer {
        display: none;
    }
    .web-footer {
        display: inline;
        position: absolute;
        top: 836px;
        bottom: 0px;
        width: 100%;
        height: 80px;
        z-index: 9;
        background-color: #00347d;
        text-align: center;
    }
    .web-footer-header {
        top: 920px !important;
    }
    .menu-web-content-header {
        top: 90px !important;
    }
    .section-view {
        height: 836px;
        min-height: 836px;        
    }
    .sectionselfie {
        max-height: none !important;
    }
    .home-bg, .game-bg, .productos-bg, .como-bg, .perfil-bg, .album-bg, .escanear-bg, .menu-bg, .menu-mobile, .login-bg, .login-ups, .osos-ups, .login-genial, .osos-genial, .reg-message, .games-bg {
        display: none;
    }
    .menu-web, .web-user-image {
        display: inline;
    }
    .menu-1, .menu-2, .menu-3, .menu-4, .menu-5, .menu-6, .menu-7, .menu-8, .menu-9 {
        margin-left: -162px;
        width: 325px;
    }
    .menu-popup-avatar {
        top: 10px;
        right: auto;
        left: 50%;
        margin-left: 120px;
        width: 70px;
        height: 70px;
        border: solid 3px black;
    }
    .menu-popup-avatar-content {
        margin-top: -10px;
        margin-left: -45px;
        width: 800px;
    }
    .container-app {
        background-image: url(../images/web/home-bg.png);
        background-position: top center;
        background-size: auto auto;
        background-repeat: no-repeat;
    }
    .home-logo {
        top: 70px;
        bottom: 40%;
        width: 300px;
        left: 50%;
        margin-left: -490px;
    }
    .home-logo-notification {
        bottom: 40% !important;
        width: 300px !important;
        margin-left: -490px !important;
    }
    .productos {
        background-image: url(../images/web/productos-bg.png);
        background-position: top center;
        background-size: auto auto;
        background-repeat: no-repeat;
    }
    .como {
        background-image: url(../images/web/como-bg.png);
        background-position: top center;
        background-size: auto auto;
        background-repeat: no-repeat;
    }
    .perfil {
        background-image: url(../images/web/perfil-bg.png);
        background-position: top center;
        background-size: auto auto;
        background-repeat: no-repeat;
    }
    .perfil-title {
        position: absolute;
        top: 13px;
        left: 50%;
        margin-left: -100px;
        display: inline;
        z-index: 1;
    }
    .album {
        background-image: url(../images/web/album-bg.png);
        background-position: top center;
        background-size: auto auto;
        background-repeat: no-repeat;
    }
    .escanear {
        background-image: url(../images/web/escanear-bg.png);
        background-position: top center;
        background-size: auto 100%;
        background-repeat: no-repeat;
    }
    .menu-popup {
        background-image: url(../images/web/menu-bg.png);
        background-position: top center;
        background-size: auto auto;
        background-repeat: no-repeat;
        background-color: rgba(0,0,0,0.75);
        /*height: 836px;*/
        position: fixed;
    }
    .menu-popup-header {
        top: 84px !important;
    }
    .login-form {
        background-image: url(../images/web/login-bg.png);
        background-position: top center;
        background-size: auto auto;
        background-repeat: no-repeat;
        height: 836px;
    }
    .recover-form {
        background-image: url(../images/web/login-bg.png);
        background-position: top center;
        background-size: auto auto;
        background-repeat: no-repeat;
        height: 836px;
    }
    .changepass-form {
        background-image: url(../images/web/login-bg.png);
        background-position: top center;
        background-size: auto auto;
        background-repeat: no-repeat;
        height: 836px;
    }
    .registro-form, .registro2-form{
        background-image: url(../images/web/registro-bg.png);
        background-position: top center;
        background-size: auto auto;
        background-repeat: no-repeat;
        height: 836px;
    }
    .login-form-ups {
        background-image: url(../images/web/ups-bg.png);
        background-position: top center;
        background-size: auto auto;
        background-repeat: no-repeat;
        height: 836px;
    }
    .login-form-genial {
        background-image: url(../images/web/genial-bg.png);
        background-position: top center;
        background-size: auto auto;
        background-repeat: no-repeat;
        height: 836px;
    }
    .escanear {
        background-color: #fd0;        
    }
    .escanear-bg {
        width: 440px;
        left: 50%;
        margin-left: -220px;
        position: absolute;
        background-color: #fd0;
    }
    .genial {
        top: 140px;
        margin-left: -220px;
        width: 440px;
    }    
    .escanear-btn-2 {
        top: 310px;
        margin-left: -125px;
        width: 250px;
    }
    .subir-foto-btn {
        top: 410px;
        margin-left: -125px;
        width: 250px;
    }
    .osos {
        top: 500px;
        margin-left: -90px;
        width: 300px;
    }
    .espera {
        top: 140px;
        margin-left: -150px;
        width: 300px;
    }
    .procesada {
        top: 240px;
        margin-left: -170px;
        width: 340px;
    }
    .spinner {
        width: 100px;
        top: 510px;
        margin-left: -50px;
    }
    .genial-2 {
        top: 130px;
        margin-left: -170px;
        width: 340px;
    }
    .nuevo-sticker-bg {
        top: 250px;
        margin-left: -150px;
        width: 300px;
    }
    .nuevo-sticker {
        top: 255px;
        margin-left: -140px;
        width: 280px;
    }
    .sticker-download {
        top: 550px;
        margin-left: -37px;
        width: 74px;
    }
    .sticker-download-item {
        width: 50px;
    }
    .sticker-download-item-1 {
        top: 84px;
        margin-left: -247px;
    }
    .sticker-download-item-2 {
        top: 84px;
        margin-left: -66px;
    }
    .sticker-download-item-3 {
        top: 84px;
        margin-left: 115px;
    }
    .sticker-download-item-4 {
        top: 224px;
        margin-left: -247px;
    }
    .sticker-download-item-5 {
        top: 224px;
        margin-left: -66px;
    }
    .sticker-download-item-6 {
        top: 224px;
        margin-left: 115px;
    }
    .desbloqueado {
        top: 630px;
        margin-left: -150px;
        width: 300px;
    }
    .ok-btn {
        top: 680px;
        margin-left: -75px;
        width: 150px;
    }
    .escanear-back-btn {
        top: 20px;
        margin-left: -320px;
        width: 70px;
    }
    .ups {
        top: 130px;
        margin-left: -170px;
        width: 340px;
    }
    .ups-txt {
        width: 300px;
        margin-left: -150px;
        top: 170px;
        font-size: 94pt;
    }
    .id-exist {
        width: 400px;
        margin-left: -200px;
        top: 270px;
        line-height: 30px;
        font-size: 20pt;
    }
    .intentar-btn {
        top: 380px;
        margin-left: -170px;
        width: 340px;
    }
    .ingresar-codigo-btn {
        top: 380px;
        margin-left: -170px;
        width: 340px;
    }
    .osos-2 {
        top: 540px;
        margin-left: -200px;
        width: 400px;
    }
    .escanear-codigo {
        top: 140px;
        margin-left: -200px;
        width: 400px;
    }
    .ingresa-codigo-txt {
        font-weight: bold;
        position: absolute;
        width: 400px;
        left: 50%;
        margin-left: -200px;
        top: 0vw;
        line-height: initial;
        text-align: center;
        font-family: AHintofSass;
        font-size: 26pt;
    }
    .escanear-codigo-input {
        top: 60px;
        width: 50px;
        font-size: 30px;
        border-radius: 0vw;
        padding: 10px 0vw;
    }
    .escanear-codigo-1 {
        margin-left: -200px;
    }
    .escanear-codigo-2 {
        margin-left: -130px;
    }
    .escanear-codigo-3 {
        margin-left: -59px;
    }
    .escanear-codigo-4 {
        margin-left: 12px;
    }
    .escanear-codigo-5 {
        margin-left: 82px;
    }
    .escanear-codigo-6 {
        margin-left: 152px;
    }
    .enviar-codigo-btn {
        top: 160px;
        margin-left: -100px;
        width: 200px;
    }

    .popup-filtros-bg {
        top: 50px;
        left: 50%;
        margin-left: -200px;
        width: 400px;
    }
    .popup-filtro-aqui {
        top: 364px;
        margin-left: -76px;
        width: 148px;
    }
    .popup-filtro {
        top: 517px;
        margin-left: -90px;
        width: 180px;
    }
    .popup-filtro-sticker {
        top: 206px;
        margin-left: -90px;
        width: 180px;
    }
    .popup-filtros-close {
        top: 36px;
        right: auto;
        left: 50%;
        margin-left: 164px;
        width: 60px;
    }

    .popup-accesorios-bg {
        top: 50px;
        left: 50%;
        margin-left: -200px;
        width: 400px;
    }
    .popup-accesorios-close {
        top: 36px;
        right: auto;
        left: 50%;
        margin-left: 164px;
        width: 60px;
    }
    .popup-accesorio-sticker {
        top: 246px;
        margin-left: -90px;
        width: 180px;
    }
    .popup-accesorios-aqui {
        top: 405px;
        margin-left: -100px;
        width: 200px;
    }
    .popup-accesorio {
        top: 579px;
        margin-left: -60px;
        width: 120px;
    }
    .popup-accesorios-perfil {
        top: 670px;
        margin-left: -90px;
        width: 180px;
    }

    .play-btn {
        top: 743px;
        margin-left: -115px;
        width: 172px;
    }
    .escanear-btn {
        top: 474px;
        margin-left: -220px;
        width: 200px;
    }
    .home-aqui-btn {
        display: inline;
        position: absolute;
        left: 50%;
        top: 280px;
        margin-left: -100px;
    }
    .home-tooltip {
        display: inline;
        position: absolute;
        left: 50%;
        top: 20px;
        margin-left: -480px;
    }
    .home-menu {
        display: inline;
        position: absolute;
        left: 50%;
        top: 160px;
        margin-left: 180px;
        width: 180px;
    }
    .producto-1 {
        top: 140px;
        margin-left: -300px;
        width: 600px;
    }
    .producto-i {
        top: 140px;
        margin-left: -900px;
        width: 600px;
    }
    .producto-d {
        top: 140px;
        margin-left: 300px;
        width: 600px;
    }
    .product-left-btn {
        top: 570px;
        margin-left: -250px;
        width: 50px;
    }
    .product-right-btn {
        top: 570px;
        margin-left: 180px;
        width: 50px;
    }
    .product-bullets {
        width: 380px;
        margin-left: -190px;
        top: 590px;
    }
    .product-description {
        width: 600px;
        margin-left: -300px;
        top: 670px;
        line-height: 30px;
        font-size: 30px;
    }
    .product-bullet {
        width: 25px;
        height: 25px;
        margin: 0px 4px;
    }
    .menu-web-content {
        position: absolute;
        top: 20px;
        left: 50%;
        margin-left: 250px;
        z-index: 1;
    }
    .web-menu {
        position: absolute;
        width: 80px;
        left: 55px;
        top: 2px;
    }
    .web-menu-user {
        position: absolute;
        width: 0px;
    }
    .menu-close {
        top: 30px;
        right: auto;
        left: 50%;
        margin-left: 270px;
        width: 40px;
    }
    .web-menu-7 {
        display: none;
    }
    .menu-1 {
        top: 100px;
    }
    .menu-2 {
        top: 155px;
    }
    .menu-3 {
        top: 210px;
    }
    .menu-4 {
        top: 264px;
    }
    .menu-5 {
        top: 318px;
    }
    .menu-6 {
        top: 372px;
    }
    .menu-7 {
        top: 426px;
    }
    .menu-8 {
        top: 480px;
    }
    .menu-9 {
        top: 535px;
    }
    .menu-4-logued {
        top: 209px;
    }
    .menu-5-logued {
        top: 264px;
    }
    .menu-6-logued {
        top: 318px;
    }
    .menu-7-logued {
        top: 373px
    }
    .menu-8-logued {
        top: 426px;
    }
    .menu-9-logued {
        top: 481px;
    }
    .como-content {
        position: absolute;
        top: 540px;
        left: 50%;
        margin-left: -220px;
        width: 440px;
        height: 180px;
        overflow: hidden;
    }
    .como-num {
        width: 50px;
        height: 50px;
        background-color: #ec7b1a;
        border-radius: 50%;
        position: absolute;
        top: 0px;
        left: 0px;
        text-align: center;
        font-family: AHintofSass;
        font-size: 24pt;
        font-weight: bold;
        line-height: 50px;
        color: #fff;
    }
    .como-text {
        position: absolute;
        width: 360px;
        left: 50%;
        margin-left: -150px;
        top: 0px;
        line-height: 33px;
        text-align: center;
        font-family: AHintofSass;
        font-size: 22pt;
        font-weight: bold;
    }
    .como-1 {
        top: 0px;
        margin-left: -220px;
        width: 420px;
    }
    .como-i {
        top: 0px;
        margin-left: -640px;
        width: 420px;
    }
    .como-d {
        top: 0px;
        margin-left: 200px;
        width: 420px;
    }
    .como-left-btn {
        top: 720px;
        margin-left: -270px;
        width: 50px;
    }
    .como-right-btn {
        top: 720px;
        margin-left: 194px;
        width: 50px;
    }
    .como-bullets {
        width: 400px;
        margin-left: -210px;
        top: 730px;
    }
    .como-bullet {
        width: 25px;
        height: 25px;
        margin: 0px 3px;
    }
    .user-image {
        top: 70px;
        margin-left: -185px;
        width: 400px;
    }
    .perfil-editar-btn {
        top: 418px;
        margin-left: 100px;
        width: 140px;
    }
    .perfil-name {
        top: 420px;
        left: 50%;
        margin-left: -220px;
        width: 260px;
        height: 45px;
    }
    .menu-name-txt-perfil {
        top: 3px !important;
        font-size: 24pt !important;
        margin-left: -135px !important;
    }
    .perfil-guardar-btn {
        top: 750px;
        left: 50%;
        margin-left: 20px;
        width: 220px;
    }
    .accesorios-left {
        top: 560px;
        margin-left: -335px;
        width: 50px;
    }
    .accesorios-right {
        top: 560px;
        margin-left: 298px;
        width: 50px;
    }
    .accesorios {
        top: 470px;
        margin-left: -250px;
        width: 500px;
        height: 300px;
    }
    .accesorio-pagina {
        top: 0vw;
        margin-left: -250px;
        width: 500px;
        height: 300px;
    }
    .accesorio-pagina-i {
        top: 0vw;
        margin-left: -750px;
        width: 500px;
        height: 300px;
    }
    .accesorio-pagina-d {
        top: 0vw;
        margin-left: 250px;
        width: 500px;
        height: 300px;
    }
    .accesorio {
        width: 120px;
    }
    .accesorio-1 {
        top: 0px;
        margin-left: -200px;
    }
    .accesorio-2 {
        top: 0px;
        margin-left: -50px;
    }
    .accesorio-3 {
        top: 0px;
        margin-left: 100px;
    }
    .accesorio-4 {
        top: 140px;
        margin-left: -200px;
    }
    .accesorio-5 {
        top: 140px;
        margin-left: -50px;
    }
    .accesorio-6 {
        top: 140px;
        margin-left: 100px;
    }
    .cerrar-sesion-btn {
        top: 750px;
        margin-left: -220px;
        width: 220px;
    }
    .user-accessory-1 {
        top: 288px;
        left: 50%;
        margin-left: -158px;
        width: 343px;
    }
    .user-accessory-2 {
        top: 160px;
        left: 50%;
        margin-left: -85px;
        width: 200px;
    }
    .user-accessory-3 {
        top: 60px;
        left: 50%;
        width: 300px;
        margin-left: -130px;
    }
    .user-accessory-4 {
        top: 200px;
        left: 50%;
        margin-left: -35px;
        width: 100px;
    }
    .user-accessory-5 {
        top: 100px;
        left: 50%;
        margin-left: -90px;
        width: 230px;
    }
    .user-accessory-6 {
        top: 50px;
        left: 50%;
        margin-left: -130px;
        width: 300px;
    }
    .user-accessory-7 {
        top: 270px;
        left: 50%;
        margin-left: -160px;
        width: 349px;
    }
    .user-accessory-8 {
        top: 50px;
        left: 50%;
        margin-left: -178px;
        width: 381px;
    }
    .user-accessory-9 {
        top: 50px;
        left: 50%;
        margin-left: -230px;
        width: 504px;
    }
    .user-accessory-10 {
        top: 130px;
        left: 50%;
        margin-left: -100px;
        width: 243px;
    }
    .user-accessory-11 {
        top: 254px;
        left: 50%;
        margin-left: -158px;
        width: 330px;
    }
    .user-accessory-12 {
        top: 170px;
        left: 50%;
        margin-left: -140px;
        width: 300px;
    }
    .user-accessory-13 {
        top: 13px;
        left: 50%;
        margin-left: -207px;
        width: 377px;
    }
    .user-accessory-14 {
        top: 100px;
        left: 50%;
        margin-left: -160px;
        width: 350px;
    }
    .user-accessory-15 {
        top: 198px;
        left: 50%;
        margin-left: -261px;
        width: 530px;
    }
    .user-accessory-16 {
        top: 198px;
        left: 50%;
        margin-left: -261px;
        width: 530px;
    }
    .user-accessory-17 {
        top: 30px;
        left: 50%;
        margin-left: -200px;
        width: 420px;
    }
    .user-accessory-18 {
        top: 65px;
        left: 50%;
        margin-left: -167px;
        width: 374px;
    }
    .user-accessory-19 {
        top: 56px;
        left: 50%;
        margin-left: -185px;
        width: 401px;
    }
    .user-accessory-20 {
        top: 62px;
        left: 50%;
        margin-left: -191px;
        width: 415px;
    }
    .user-accessory-21 {
        top: 182px;
        left: 50%;
        margin-left: -298px;
        width: 572px;
    }
    .user-accessory-22 {
        top: 56px;
        left: 50%;
        margin-left: -183px;
        width: 401px;
    }
    .user-accessory-23 {
        top: 56px;
        left: 50%;
        margin-left: -185px;
        width: 401px;
    }
    .user-accessory-24 {
        top: 36px;
        left: 50%;
        margin-left: -212px;
        width: 456px;
    }
    .user-accessory-25 {
        top: 526px;
        left: 50%;
        margin-left: -153px;
        width: 352px;
    }
    .user-accessory-26 {
        top: 49px;
        left: 50%;
        margin-left: -185px;
        width: 401px;
    }
    .user-accessory-27 {
        top: 56px;
        left: 50%;
        margin-left: -185px;
        width: 401px;
    }
    .edit-avatars {
        top: 470px;
        margin-left: -340px;
        width: 700px;
        height: 350px;
    }
    .avatars-left {
        top: 45px;
        margin-left: -300px;
        width: 50px;
    }
    .avatars-right {
        top: 45px;
        margin-left: 270px;
        width: 50px;
    }
    .avatars {
        top: 0px;
        margin-left: -240px;
        width: 500px;
        height: 250px;
    }
    .avatar-pagina {
        margin-left: -290px;
        width: 600px;
        height: 250px;
    }
    .avatar-pagina-i {
        top: 0vw;
        margin-left: -890px;
        width: 600px;
        height: 250px;
    }
    .avatar-pagina-d {
        top: 0vw;
        margin-left: 310px;
        width: 600px;
        height: 250px;
    }
    .avatar {
        width: 150px;
    }
    .avatar-1 {
        margin-left: -250px;
    }
    .avatar-2 {
        margin-left: -85px;
    }
    .avatar-3 {
        margin-left: 80px;
    }
    .avatars-num {
        top: 165px;
        margin-left: -32px;
        width: 80px;
    }
    .avatars-num-txt {
        top: 175px;
        margin-left: -40px;
        font-size: 32px;
        width: 100px;
    }
    .avatars-listo-btn {
        top: 243px;
        margin-left: -90px;
        width: 200px;
    }
    .back-btn {
        top: 20px;
        left: 50%;
        margin-left: -340px;
        width: 65px;
    }
    .login-title {
        top: 50px;
        margin-left: -135px;
        font-size: 40px;
    }
    #nickname {
        top: 150px;
        margin-left: -150px;
        width: 300px;
        font-size: 20px;
        border-radius: 10px;
        padding: 10px 0vw;
    }
    #password {
        top: 240px;
        margin-left: -150px;
        width: 300px;
        font-size: 20px;
        border-radius: 10px;
        padding: 10px 0vw;
    }
    .iniciar-btn {
        top: 330px;
        margin-left: -100px;
        width: 200px;
    }
    .login-register {
        top: 440px;
        left: 50%;
        margin-left: -200px;
        width: 400px;
        text-align: center;
        font-size: 25px;
    }
    .login-ups {
        top: 0vw;
        width: 750px;
        left: 50%;
        margin-left: -375px;
    }
    .login-ups-message {
        top: 200px;
        left: 50%;
        margin-left: -200px;
        width: 400px;
        font-size: 30px;
    }
    .ups-ok-btn {
        top: 320px;
        margin-left: -70px;
        width: 140px;
    }
    .osos-ups {
        top: 400px;
        left: 50%;
        margin-left: 120px;
        width: 250px;
    }
    .registro-title {
        top: 30px;
        margin-left: -125px;
        width: 250px;
    }
    .registro-title-2 {
        top: 76px;
        margin-left: -125px;
        width: 250px;
        text-align: center;
        font-size: 23pt;
        font-family: AHintofSass;
        font-weight: normal;
    }
    .reg-nick-label {
        top: 286px;
    }
    .reglabel {
        left: 50%;
        margin-left: -130px;
        font-size: 18px;
    }
    .reginput {
        margin-left: -130px;
        width: 300px;
        font-size: 20px;
        border-radius: 10px;
        padding: 10px 0vw;
    }
    #regnickname {
        top: 313px;
    }
    .reg-pass-label {
        top: 365px;
    }
    #regpassword {
        top: 394px;
    }
    .reg-rep-label {
        top: 445px;
    }
    #regconfpassword {
        top: 474px;
    }
    .reg-nac-label {
        top: 152px;
        width: 300px;
        line-height: 25px;
    }
    #dia {
        top: 140px;
        width: 90px;
        margin-left: -80px;
    }
    #mes {
        top: 150px;
        width: 90px;
        margin-left: -30px;
    }
    #anio {
        top: 150px;
        width: 100px;
        margin-left: 70px;
    }
    #dia2 {
        top: 140px;
        width: 90px;
        margin-left: -80px;
    }
    #mes2 {
        top: 150px;
        width: 90px;
        margin-left: -30px;
    }
    #anio2 {
        top: 150px;
        width: 100px;
        margin-left: 70px;
    }
    .reg-gen-label {
        top: 480px;
        margin-left: -20px;
    }
    .registro-gen-1 {
        top: 510px;
        width: 100px;
        margin-left: -130px;
    }
    .registro-gen-2 {
        top: 510px;
        width: 100px;
        margin-left: 64px;
    }
    .reg-st-label {
        top: 620px;
    }
    #estado {
        top: 656px;
    }
    .reg-enviar-btn {
        top: 500px;
        margin-left: -80px;
        width: 200px;
    }
    .reg-2-enviar-btn {
        top: 700px;
        margin-left: -80px;
        width: 200px;
    }
    .login-genial {
        top: 0vw;
        width: 750px;
        left: 50%;
        margin-left: -375px;
    }
    .login-genial-message {
        top: 230px;
        left: 50%;
        margin-left: -235px;
        font-size: 30px;
        line-height: 30px;
        width: 450px;
    }
    .genial-ok-btn {
        top: 370px;
        margin-left: -75px;
        width: 150px;
    }
    .osos-genial {
        top: 480px;
        margin-left: -250px;
        width: 500px;
    }
    .jugosos {
        background-color: #ec7b1a;
    }
    .jugosos-bg {
        width: 750px;
        left: 50%;
        position: absolute;
        margin-left: -375px;
    }
    .jugosos-1 {
        top: 200px;
        margin-left: -200px;
        width: 400px;
    }
    .jugosos-1-btn {
        top: 330px;
        margin-left: 50px;
        width: 130px;
    }
    .popup-recuerda {
        height: 863px;
    }
   .popup-recuerda-bg {
        top: 50px;
        margin-left: -300px;
        width: 600px;
    }
    .popup-recuerda-close {
        top: 80px;
        margin-left: 200px;
        width: 70px;
    }
    .popup-recuerda-reg {
        height: 863px;
    }
   .popup-recuerda-reg-bg {
        top: 150px;
        margin-left: -200px;
        width: 400px;
    }
    .popup-recuerda-reg-btn {
        top: 440px;
        margin-left: -90px;
        width: 190px;
    }
    .popup-recuerda-reg-btn-2 {
        top: 566px;
    }
    #popup-recuerda-nickname {
        top: 340px;
        margin-left: -180px;
        width: 340px;
        font-size: 20px;
        border-radius: 10px;
        padding: 10px 0vw;
    }
    #popup-recuerda-password {
        position: absolute;
        top: 405px;
        left: 50%;
        margin-left: -180px;
        width: 340px;
        font-size: 20px;
        font-family: AHintofSass;
        text-align: center;
        font-weight: bold;
        border-radius: 10px;
        border: solid 1px #888;
        padding: 10px 0vw;
    }
    .popup-recuerda-login {
        top: 470px;
        margin-left: -110px;
        width: 200px;
    }
    .popup-recuerda-registry {
        top: 620px;
        margin-left: -100px;
        font-size: 25px;
    }
    .stickers {
        top: 108px;
        margin-left: -300px;
        width: 600px;
        height: 300px;
    }
    .sticker-pagina {
        top: 0vw;
        margin-left: -300px;
        width: 600px;
        height: 300px;
    }
    .sticker-pagina-i {
        top: 0vw;
        margin-left: -900px;
        width: 600px;
        height: 300px;
    }
    .sticker-pagina-d {
        top: 0vw;
        margin-left: 300px;
        width: 600px;
        height: 300px;
    }
    .sticker-preloader {
        width: 130px;
        
        height: 140px;
    }
    .sticker-preloader img {
        width: 38px;
        top: 46px;
        left: 46px;
    }
    .sticker-preloader-1 {
        margin-left: -240px;
    }
    .sticker-preloader-2 {
        margin-left: -60px;
    }
    .sticker-preloader-3 {
        margin-left: 120px;
    }
    .sticker-preloader-4 {
        top: 140px;
        margin-left: -240px;
    }
    .sticker-preloader-5 {
        top: 140px;
        margin-left: -60px;
    }
    .sticker-preloader-6 {
        top: 140px;
        margin-left: 120px;
    }

    .sticker {
        width: 130px;
    }
    .sticker-1 {
        margin-left: -240px;
    }
    .stickernew {
        width: 100px;
    }
    .stickernew-1 {
        top: 100px;
        margin-left: -205px;
    }
    .stickernew-2 {
        top: 100px;
        margin-left: -26px;
    }
    .stickernew-3 {
        top: 100px;
        margin-left: 154px;
    }
    .stickernew-4 {
        top: 238px;
        margin-left: -205px;
    }
    .stickernew-5 {
        top: 238px;
        margin-left: -26px;
    }
    .stickernew-6 {
        top: 238px;
        margin-left: 154px;
    }
    .sticker-number {
        width: 100px;
        font-size: 30pt;
    }
    .sticker-number-1 {
        top: 38px;
        margin-left: -195px;
    }
    .sticker-2 {
        margin-left: -60px;
    }
    .sticker-number-2 {
        top: 36px;
        margin-left: -15px;
    }
    .sticker-3 {
        margin-left: 120px;
    }
    .sticker-number-3 {
        top: 36px;
        margin-left: 165px;
    }
    .sticker-4 {
        top: 140px;
        margin-left: -240px;
    }
    .sticker-number-4 {
        top: 178px;
        margin-left: -195px;
    }
    .sticker-5 {
        top: 140px;
        margin-left: -60px;
    }
    .sticker-number-5 {
        top: 180px;
        margin-left: -16px;
    }
    .sticker-6 {
        top: 140px;
        margin-left: 120px;
    }
    .sticker-number-6 {
        top: 178px;
        margin-left: 166px;
    }
    .stickers-left {
        top: 224px;
        margin-left: -310px;
        width: 50px;
    }
    .stickers-right {
        top: 224px;
        margin-left: 270px;
        width: 50px;
    }
    .stickers-num-txt {
        top: 396px;
        margin-left: -50px;
        font-size: 19px;
        width: 100px;
    }
    .stickers-num {
        top: 384px;
        margin-left: -25px;
        width: 50px;
    }
    .filtros {
        top: 530px;
        margin-left: -200px;
        width: 400px;
        height: 180px;
    }
    .filtro-pagina {
        top: 0vw;
        margin-left: -300px;
        width: 600px;
        height: 180px;
    }
    .filtro-pagina-i {
        top: 0vw;
        margin-left: -900px;
        width: 600px;
        height: 180px;
    }
    .filtro-pagina-d {
        top: 0vw;
        margin-left: 300px;
        width: 600px;
        height: 180px;
    }
    .filtro {
        width: 130px;
    }
    .filtro-1 {
        top: 0vw;
        margin-left: -150px;
    }
    .filternew-1 {
        top: 100px;
        margin-left: -114px;
    }
    .filternew-2 {
        top: 100px;
        margin-left: 64px;
    }
    .filternew {
        width: 100px;
    }
    .filtro-2 {
        top: 0vw;
        margin-left: 30px;
    }
    .filtros-tooltip {
        top: 480px;
        width: 180px;
    }
    .filtros-tooltip-1 {
        margin-left: -250px;
    }
    .filtros-tooltip-2 {
        margin-left: -70px;
    }
    .filtros-num {
        top: 668px;
        margin-left: -30px;
        width: 60px;
    }
    .filtros-num-txt {
        top: 674px;
        margin-left: -50px;
        font-size: 25px;
        width: 100px;
    }
    .filtros-left {
        top: 564px;
        margin-left: -240px;
        width: 50px;
    }
    .filtros-right {
        top: 564px;
        margin-left: 200px;
        width: 50px;
    }
    .selfies {
        top: 780px;
        margin-left: -300px;
        width: 600px;
        height: 300px;
    }
    .selfie-pagina {
        top: 0vw;
        margin-left: -300px;
        width: 600px;
        height: 300px;
    }
    .selfie-pagina-i {
        top: 0vw;
        margin-left: -900px;
        width: 600px;
        height: 300px;
    }
    .selfie-pagina-d {
        top: 0vw;
        margin-left: 300px;
        width: 600px;
        height: 300px;
    }
    .selfie {
        width: 160px;
        height: 227px;
        border-radius: 10px;
        border: solid 1px black;
    }
    .selfie-plus-1 {
        top: 190px;
        margin-left: -249px;
        width: 160px;
    }
    .selfie-plus-2 {
        top: 190px;
        margin-left: -78px;
        width: 160px;
    }
    .selfie-plus-3 {
        top: 190px;
        margin-left: 91.4px;
        width: 160px;
    }
    .selfie-b {
        width: 160px;
        height: 227px;
        border-radius: 10px;
    }
    .selfie-1 {
        top: 0vw;
        margin-left: -250px;        
    }
    .selfie-2 {
        top: 0vw;
        margin-left: -80px;
    }
    .selfie-3 {
        top: 0vw;
        margin-left: 90px;
    }
    .selfies-left {
        top: 866px;
        margin-left: -320px;
        width: 50px;
    }
    .selfies-right {
        top: 866px;
        margin-left: 270px;
        width: 50px;        
    }
    .tomar-selfie-btn {
        top: 1025px;
        margin-left: -100px;
        width: 200px;
    }
    .selfiecapture {
        position: absolute;
        left: 50%;
        margin-left: -237px;
        overflow: hidden;
        width: 475px;
        height: 836px;
    }
    .selfie-top {
        position: absolute;
        top: 25px;
        left: 50%;
        margin-left: -130px;
        width: 260px;
        z-index: 1;
    }
    .sectionselfie {
        background-image: url(../images/web/selfie-bg.png);
        background-position: top center;
        background-size: auto 100%;
        background-repeat: no-repeat;
    }
    .selfie-close {
        top: 20px;
        right: auto;
        width: 70px;
    }
    .selfie-click {
        bottom: auto;
        top: 744px;
        margin-left: -40px;
        width: 80px;
    }
    .selfie-filtros-left {
        bottom: auto;
        top: 750px;
        margin-left: -230px;
        width: 50px;
        z-index: 3;
    }
    .selfie-filtros-right {
        bottom: auto;
        top: 753px;
        margin-left: 180px;
        width: 50px;
        z-index: 3;
    }
    .selfie-filtros {
        bottom: auto;
        top: 752px;
        margin-left: -164px;
        width: 330px;
        height: 80px;
    }
    .selfie-filtro-pagina {
        top: 0vw;
        left: 0px;
        margin-left: 113px;
        width: 300px;
        height: 80px;
    }
    .selfie-filtro {
        left: 50%;
        width: 60px;
        height: 60px;
        top: 0vw;
    }
    .selfie-filtro-1 {
        margin-left: -129px;
    }
    .selfie-filtro-2 {
        margin-left: -15px;
    }
    .selfie-filtro-3 {
        margin-left: 99px;
    }
    .selfie-filtro-4 {
        margin-left: 213px;
    }
    .selfie-filtro-5 {
        margin-left: 327px;
    }
    .selfie-filtro-6 {
        margin-left: 441px;
    }
    .selfie-filtro-7 {
        margin-left: 555px;
    }
    .selfie-filtro-8 {
        margin-left: 669px;
    }
    .selfie-filtro-9 {
        margin-left: 783px;
    }
    .selfie-filtro-10 {
        margin-left: 897px;
    }
    .selfie-filtro-11 {
        margin-left: 1011px;
    }
    .selfie-filtro-12 {
        margin-left: 1125px;
    }
    .sectionselfie iframe {
        width: 475px;
        height: 836px;
    }
    .juegoiframe {
        top: 0px;
        left: 50%;
        margin-left: -237px;
        bottom: 0px;
        right: 0px;
        width: 475px;
        height: 836px;
    }
    .jugosos {        
        background-position: top center;
        background-size: auto 100%;
        background-repeat: no-repeat;
    } 
    .game-1-bg {
        background-image: url(../images/web/game-bg.png);
    }
    .game-2-bg {
        background-image: url(../images/web/game-bg-2.png);
    }
    .game-3-bg {
        background-image: url(../images/web/game-bg-3.png);
    }
    .gameslist {
        background-image: url(../images/web/gamelist-bg.png);
        background-position: top center;
        background-size: auto 100%;
        background-repeat: no-repeat;
    }    
    .popup-bonus-bg {
        top: 56px;
        left: 50%;
        margin-left: -165px;
        width: 330px;
    }
    .popup-bonus-sticker {
        top: 186px;
        margin-left: -71px;
        width: 133px;
    }
    .popup-bonus-aqui {
        top: 304px;
        margin-left: -75px;
        width: 150px;
    }
    .popup-bonus-item {
        top: 520px;
        margin-left: -55px;
        width: 110px;
    }
    .popup-bonus-item-only {
        top: 220px !important;
        margin-left: -100px !important;
        width: 200px !important;
    }
    .popup-bonus-selfie-only {
        top: 350px !important;
    }
    .popup-bonus-accesorio-only {
        top: 470px !important;
    }
    .popup-bonus-perfil-only {
        top: 530px !important;
    }

    .popup-bonus-accesorio-accessory-only {
        top: 443px !important;
    }
    .popup-bonus-perfil-accessory-only {
        top: 496px !important;
    }
    .popup-bonus-aqui-accessory-only {
        top: 314px !important;
    }
    .popup-bonus-sticker-accessory-only {
        top: 198px !important;
    }

    .popup-bonus-item-filter-one {
        top: 200px !important;
        margin-left: -74px !important;
        width: 148px !important;
    }
    .popup-bonus-selfie-filter-one {
        top: 316px !important;
    }

    .popup-bonus-item-filter-only {
        top: 417px !important;
        margin-left: -83px !important;
        width: 148px !important;
    }
    .popup-bonus-selfie-filter-only {
        top: 506px !important;
    }
    .popup-bonus-sticker-filter-only {
        top: 206px !important;
    }
    .popup-bonus-aqui-filter-only {
        top: 316px !important;
    }

    .popup-bonus-accesorio {
        top: 380px;
        margin-left: -76px;
        width: 151px;
    }
    .popup-bonus-accesorio-20 {
        margin-top: -30px;
    }
    .popup-bonus-accesorio-21 {
        margin-top: -20px;
    }
    .popup-bonus-accesorio-22 {
        margin-top: -80px;
    }
    .popup-bonus-accesorio-23 {
        margin-top: -90px;
    }
    .popup-bonus-accesorio-24 {
        margin-top: -20px;
    }
    .popup-bonus-accesorio-25 {
        margin-top: -60px;
    }
    .popup-bonus-accesorio-26 {
        margin-top: -30px;
    }
    .popup-bonus-accesorio-27 {
        margin-top: -90px;
    }
    .popup-bonus-close {
        top: 54px;
        left: 50%;
        margin-left: 130px;
        width: 50px;
    }
    .popup-bonus-selfie {
        top: 602px;
        left: 50%;
        margin-left: -73px;
        width: 140px;
    }
    .popup-bonus-perfil {
        top: 440px;
        margin-left: -70px;
        width: 140px;
    }
    .selfie-back-btn {
        top: 20px;
        margin-left: -320px;
        left: 50%;
        width: 70px;
        display: none;
    }
    .selfie-web-preview-bg {
        display: inline;
        position: absolute;
        top: 20px;
        left: 50%;
        margin-left: -445px
    }
    .selfiepreview {
        width: 100%;
        height: 100%;
        background-color: rgba(0,0,0,0.7);
        z-index: 1;
    }
    .selfie-preview-bg {
        display: none;
    }
    .selfie-preview-genial {
        display: none;
        top: 100px;
        font-size: 70pt;
        margin-left: -160px;
    }
    .selfie-preview-marco {
        display: none;
        width: 340px;
        top: 220px;
        margin-left: -170px;
    }
    .selfie-preview-img {
        width: 300px;
        top: 120px;
        margin-left: -146px;
    }
    .selfie-preview-img img {
        width: 300px;
        height: 590px;
        top: 10px;
        left: 12px;
        border-radius: 20px;
    }
    .selfie-preview-download {
        top: 700px;
        margin-left: -130px;
        width: 140px;
    }
    .selfie-preview-new {
        top: 700px;
        margin-left: 20px;
        width: 140px;
    }
    .selfie-preview-irahome {
        top: 730px;
        margin-left: -100px;
        width: 200px;
    }
    .ups-codigo {
        top: 150px;
        margin-left: -170px;
        width: 340px;
    }
    .web-menu-avatar {        
        position: absolute;
        border: solid 3px black;
        width: 50px;
        height: 50px;
        top: 100px;
        left: 50%;
        margin-left: 302px;
        border-radius: 50%;
        overflow: hidden;
        display: none;
    }
    .web-menu-avatar-2 {
        top: 2px !important;
        margin-left: 0px !important;
    }
    .web-menu-avatar-content{
        position: absolute;
        top: -8px;
        left: -5px;
        width: 56px;
    }
    .web-menu-image {
        position: absolute;
        top: 8px;
        left: 2px;
        width: 56px;
    }
    .menu-name {
        position: absolute;
        top: 10px;
        left: 50%;
        margin-left: -321px;
        width: 260px;
        height: 80px;
    }
    .menu-name-txt {
        top: 22px;
        left: 50%;
        margin-left: -290px;
        width: 280px;
        font-size: 30pt;
    }
    .selfie-preview {
        position: fixed;
        top: 0px;
        width: 100%;
        height: 100%;
        z-index: 3;
        background-color: rgba(0,0,0,0.7);
    }
    .selfie-capture-web-close {
        position: absolute;
        top: 10px;
        left: 50%;
        margin-left: 200px;
        z-index: 1;
        display: inline;
    }
    .selfie-preview-popup-bg {
        display: none;
    }
    .selfie-preview-photo-bg {
        width: 320px;
        top: 160px;
        margin-left: -160px;
        display: none;
    }
    .selfie-preview-web-bg {
        position: absolute;
        width: 860px;
        left: 50%;
        margin-left: -430px;
        z-index: 0;
        display: inline;
    }
    .selfie-preview-photo-img {
        position: absolute;
        width: 320px;
        top: 72px;
        left: 50%;
        margin-left: -160px;
    }
    .selfie-preview-photo {
        width: 299px;
        height: 586px;
        top: 4px;
        position: absolute;
        left: 14px;
        border-radius: 15px;
    }
    .selfie-preview-logo {
        position: absolute;
        top: 660px;
        left: 50%;
        margin-left: -60px;
        z-index: 1;
        width: 145px;
        display: none;
    }
    .selfie-preview-stickers-num {
        top: 588px;
        margin-left: -35px;
        width: 70px;
    }
    .selfie-preview-stickers-num-txt {
        top: 608px;
        margin-left: -50px;
        font-size: 30px;
        width: 100px;
    }
    .selfie-preview-left {
        top: 596px;
        margin-left: -110px;
        width: 44px;
    }
    .selfie-preview-right {
        top: 596px;
        margin-left: 65px;
        width: 44px;
    }
    .download-btn {
        top: 700px;
        margin-left: -190px;
        width: 180px;
    }
    .share-btn {
        top: 700px;
        margin-left: 2px;
        width: 180px;
    }
    .selfie-preview-share-popup {
        top: 540px;
        margin-left: -200px;
    }
    .selfie-preview-share-popup-bg {
        width: 400px;
    }
    .share_url {
        top: 75px;
        margin-left: -170px;
        width: 320px;
        padding: 10px;
        font-size: 24px;
    }
    .share-copy-btn {
        top: 145px;
        margin-left: -180px;
        width: 170px;
    }
    .share-close-btn {
        top: 145px;
        margin-left: 5px;
        width: 170px;
    }
    .selfie-preview-back-btn {
        display: none;
    }
    .selfie-preview-web-close {
        position: absolute;
        top: 5px;
        left: 50%;
        margin-left: 180px;
        z-index: 1;
        display: inline;
    }
    .selfie-preview-preloader {
        top: 160px;
        width: 80px;
        margin-left: -40px;
    }
    .popup-selfie-bg {
        top: 290px;
        width: 414px;
        margin-left: -207px;
    }
    .popup-selfie-ok {
        top: 474px;
        margin-left: -70px;
        width: 140px;
    }
    .popup-share-preview-bg {
        top: 20px;
        width: 889px;
        margin-left: -444.5px;
        display: inline;
    }
    .selfie-share-preview-irahome {
        top: 708px;
        margin-left: -76px;
        width: 200px;
    }
    .selfie-share-preview-img {
        width: 300px;
        top: 76px;
        margin-left: -146px;
    }
    .selfie-share-preview-img img {
        width: 300px;
        height: 590px;
        top: 10px;
        left: 13px;
        border-radius: 20px;
    }
    .filter-preloader img {
        width: 50px;
        top: 42px;
        left: 42px;
    }
    .filter-preloader {
        width: 130px;
        height: 130px;
    }
    .filter-preloader img {
        width: 50px;
        top: 42px;
        left: 42px;
    }
    .filter-preloader-1 {
        margin-left: -150px;
    }
    .filter-preloader-2 {
        margin-left: 30px;
    }
    .selfie-preloader {
        width: 162px;
        height: 229px;
        border-radius: 10px;
    }
    .selfie-preloader img {
        width: 50px;
        top: 76px;
        left: 55px;
    }
    .selfie-preloader-1 {
        margin-left: -250px;
    }
    .selfie-preloader-2 {
        margin-left: -80px;
    }
    .selfie-preloader-3 {
        margin-left: 91.4px;
    }
    .selfie-abrelaboca img {
        width: 320px;
        top: 550px;
        margin-left: -160px;
    }
    .recover-title {
        top: 140px;
        margin-left: -190px;
        width: 380px;
        font-size: 18pt;
    }
    #recovernickname {
        top: 240px;
        margin-left: -150px;
        width: 300px;
        font-size: 20pt;
        border-radius: 10px;
        border: solid 1px #888;
        padding: 6px 0vw;
    }
    #recoveremail {
        top: 300px;
        margin-left: -150px;
        width: 300px;
        font-size: 20pt;
        border-radius: 10px;
        border: solid 1px #888;
        padding: 6px 0vw;
    }
    .recover-msg {
        top: 500px;
        margin-left: -190px;
        width: 380px;
        font-size: 20pt;
    }
    .recover-btn {
        top: 360px;
        margin-left: -90px;
        width: 180px;
    }
    .changepass-title {
        top: 140px;
        margin-left: -200px;
        width: 400px;
        font-size: 20pt;
    }
    #changepassword {
        top: 200px;
        margin-left: -150px;
    }
    #changeconfpassword {
        top: 270px;
        margin-left: -150px;
    }
    .changepass-msg {
        top: 200px;
        margin-left: -190px;
        width: 380px;
        font-size: 20pt;
    }
    .changepass-btn {
        top: 390px;
        margin-left: -70px;
        width: 140px;
    }
    .changepass-irahome-btn {
        top: 300px;
        margin-left: -90px;
        width: 180px;
    }
    .changepass-osook {
        display: none;
    }
    .reg-email-label {
        top: 220px;
    }
    .reg-email-label-2 {
        top: 206px;
    }
    #regemail {
        top: 250px;
    }
    #regemail2 {
        top: 234px;
    }
    .reg-confirmemail-label {
        top: 320px;
    }
    #regconfirmemail {
        top: 350px;
    }
    .reg-phone-label {
        top: 528px;
    }
    #regphone {
        top: 553px;
    }
    .regmex {
        top: 610px;
        left: 50%;
        width: 350px;
        margin-left: -130px;
        font-size: 12pt;
        border: none;
    }
    .reg-mex {
        top: 612px;
        left: 50%;
        width: 440px;
        margin-left: -90px;
        font-size: 15pt;
    }
    .regterms {
        top: 430px;
        left: 50%;
        width: 350px;
        margin-left: -130px;
        font-size: 12pt;
        border: none;
    }
    .reg-terms {
        top: 417px;
        left: 50%;
        width: 440px;
        margin-left: -90px;
        font-size: 15pt;
    }
    .regterms2 {
        top: 650px;
        left: 50%;
        width: 350px;
        margin-left: -130px;
        font-size: 12pt;
        border: none;
    }
    .reg-terms2 {
        top: 642px;
        left: 50%;
        width: 440px;
        margin-left: -90px;
        font-size: 15pt;
    }
    .popup-reg-ups-bg {
        top: 100px;
        margin-left: -200px;
        width: 400px;
    }
    .popup-reg-ups-ok {
        top: 550px;
        margin-left: -75px;
        width: 150px;
    }
    .popup-reg-bg {
        display: none;
    }
    .popup-reg {
        background-image: url(../images/web/confirmar-bg.png);
        background-position: top center;
        background-size: auto 100%;
        background-repeat: no-repeat;
        height: 920px;
    }
    .popup-reg-top-a {
        left: 50%;
        margin-left: -200px;
        width: 400px;
        top: 16px;
        font-size: 40pt;
    }
    .popup-reg-top {
        height: 130px;
    }
    .popup-reg-top-b {
        margin-left: -250px;
        width: 500px;
        top: 46px;
        font-size: 30pt;
        line-height: 30pt;
    }
    .popup-reg-top-c {
        margin-left: -200px;
        width: 400px;
        top: 16px;
        font-size: 40pt;
    }
    .popup-reg-a .popup-reg-msg {
        margin-left: -200px;
        top: 150px;
        width: 400px;
        font-size: 30pt;
        line-height: 30pt;
    }
    .popup-reg-a .popup-reg-msg .txt-2 {
        font-size: 26pt;
        margin-top: 20px;
        line-height: 26pt;
    }
    .popup-reg-ok {
        top: 340px;
        margin-left: -70px;
        width: 140px;
    }
    .popup-reg-b .popup-reg-msg {
        margin-left: -310px;
        top: 170px;
        width: 620px;
        font-size: 20pt;
        line-height: 27pt;
    }
    .popup-reg-b .popup-reg-msg .txt-2 {
        font-size: 20pt;
        margin-top: 50px;
        line-height: 23pt;
    }
    .popup-reg-aprobar {
        top: 600px;
        margin-left: -200px;
        width: 200px;
    }
    .popup-reg-noaprobar {
        top: 600px;
        margin-left: 10px;
        width: 200px;
    }
    .popup-reg-autorizar {
        top: 200px;
        margin-left: 400px;
        width: 475px;
        display: inline;
    }
    .popup-reg-autorizado {
        top: 400px;
        margin-left: 300px;
        width: 400px;
        display: inline;
    }
    .popup-reg-c .popup-reg-msg {
        margin-left: -300px;
        top: 200px;
        width: 600px;
        font-size: 30pt;
        line-height: 30pt;
    }
    .popup-reg-c .popup-reg-msg .txt-2 {
        font-size: 26pt;
        margin-top: 30px;
        line-height: 28pt;
    }
    .popup-reg-iralsitio {
        top: 570px;
        margin-left: -120px;
        width: 240px;
    }
    .games-title {
        width: 600px;
        margin-left: -300px;
        top: 50px;
        font-size: 50pt;
    }
    .game-1 {
        top: 350px;
        margin-left: -220px;
        width: 440px;
    }
    .game-1-btn {
        top: 496px;
        margin-left: 30px;
        width: 160px;
    }
    .game-2 {
        top: 564px;
        margin-left: -220px;
        width: 440px;
    }
    .game-2-btn {
        top: 710px;
        margin-left: 30px;
        width: 160px;
    }
    .game-3 {
        top: 140px;
        margin-left: -220px;
        width: 440px;
    }
    .game-3-btn {
        top: 282px;
        margin-left: 30px;
        width: 160px;
    }
    .game-3-resize {
        margin-left: -487px !important;
        width: 975px !important;
        height: 448px;
        top: 180px;
        border-style: solid;
        border-color: #FFF;
        border-width:6px;
    }
}

/* CUSTOM CHECKBOX */
.custom-checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.custom-checkbox .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #fff;
  border-radius: 5px;
  border: solid 1px #777;
}
.custom-checkbox:hover input ~ .checkmark {
  background-color: #eee;
}
.custom-checkbox input:checked ~ .checkmark {
  background-color: #5abdac;
}
.custom-checkbox .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.custom-checkbox input:checked ~ .checkmark:after {
  display: block;
}
.custom-checkbox .checkmark:after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
