

.screen[data-screen='0']{
    text-align: center;
    padding: 0px 20px 50px 20px;
}

.screen[data-screen='0'] .personajes{
    margin: 50px 0px 40px 0px;
}


.screen[data-screen='0'] .personaje{
    display: inline-block;
    vertical-align: bottom;
    margin: 0px 5px 32px 5px;
    cursor: pointer;
    max-width: 90%;
}

.screen[data-screen='0'] .personaje .draw{
    max-width: 100%;
}

.screen[data-screen='0'] .personaje .namedw{
    position: relative;
    padding: 0px 16px;
    height: 32px;
    display: inline-block;
    vertical-align: top;
}

.screen[data-screen='0'] .personaje .namedw img{
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
}

.screen[data-screen='0'] .personaje .namedw p{
    position: relative;
    font-size: 16px;
    line-height: 32px;
    text-align: center;
    font-weight: 600;
}


.screen[data-screen='0'] .text-vegem{
    max-width: 480px;
    padding: 0px 20px 40px 20px;
    margin: 40px auto 20px auto;
}

.screen[data-screen='0'] .continuar{
    position: absolute;
    left: 50%;
    bottom: 0px;
    width: 120px;
    height: auto;
    margin: 0px auto 0px auto;
    font-weight: 600;
}


.screen[data-screen='0'] .button{
    position: relative;
    cursor: pointer;
    display: block;
    width: 100%;
    filter: drop-shadow(5px 5px 1px #5d514c40);
}

.screen[data-screen='0'] .button img{
    position: relative;
    display: block;
    width: 100%;
}

.screen[data-screen='0'] .button div{
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;

}

.screen[data-screen='0'] .button p{
    position: relative;
    color: #222222;
}


.screen[data-screen='1']{
    text-align: center;
    padding: 100px 20px 50px 20px;
}

.screen[data-screen='1'] .panel-column{
    position: relative;
    margin-top: 30px;
    margin-bottom: 10px;
}

.screen[data-screen='1'] .panel-e .panel-column img{
    width: 100%;
}

.screen[data-screen='1'] .panel-title{
    position: relative;
    display: inline-block;
    vertical-align: top;
    padding: 0px 16px 10px 16px;
}

.screen[data-screen='1'] .panel-title u{
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100%;
    height: 1px;
    background: rgba(0,0,0,0);
    background: -moz-linear-gradient(left, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 15%, rgba(0,0,0,1) 85%, rgba(0,0,0,0) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(0,0,0,0)), color-stop(15%, rgba(0,0,0,1)), color-stop(85%, rgba(0,0,0,1)), color-stop(100%, rgba(0,0,0,0)));
    background: -webkit-linear-gradient(left, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 15%, rgba(0,0,0,1) 85%, rgba(0,0,0,0) 100%);
    background: -o-linear-gradient(left, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 15%, rgba(0,0,0,1) 85%, rgba(0,0,0,0) 100%);
    background: -ms-linear-gradient(left, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 15%, rgba(0,0,0,1) 85%, rgba(0,0,0,0) 100%);
    background: linear-gradient(to right, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 15%, rgba(0,0,0,1) 85%, rgba(0,0,0,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000', GradientType=1 );
}


.screen[data-screen='1'] .panel-p{
    display: inline-block;
    vertical-align: top;
    width: 25%;
    text-align: center;
}

.screen[data-screen='1'] .panel-e{
    display: inline-block;
    vertical-align: top;
    width: 40%;
    text-align: center;
    margin-bottom: 40px;
}

.screen[data-screen='1'] .panel-o{
    display: inline-block;
    vertical-align: top;
    width: 25%;
    text-align: center;
}

.screen[data-screen='1'] .personaje2{
    position: relative;
    display: inline-block;
    vertical-align: bottom;
    margin: 0px 0px 32px 0px;
    width: 50%;
    text-align: center;
}

.screen[data-screen='1'] .personaje2-in{
    cursor: pointer;
}

.screen[data-screen='1'] .personaje2 img{
    max-width: 100%;

}

.screen[data-screen='1'] .personaje2 p{
    font-size: 12px;
    font-weight: bold;
}

.screen[data-screen='1'] .personaje2 .pelotita{
    position: absolute;
    right: 0px;
    bottom: 24px;
    text-align: center;
    width: 34px;
    height: 30px;
    line-height: 30px;
    background: url(../img-qui_fa_que/pelotita.svg);
    filter: drop-shadow(1px 1px 1px #5d514c40);
}



.screen[data-screen='1'] .objeto{
    position: relative;
    display: inline-block;
    vertical-align: bottom;
    margin: 0px 0px 32px 0px;
    cursor: pointer;
    width: 35%;
    text-align: center;
    display: none;
}


.screen[data-screen='1'] .objeto img{
    width: auto;
    max-width: 100%;
}

.screen[data-screen='1'] .rooms{
    position: relative;
    width: 100%;
    max-width: 450px;
    margin: 0px auto;
}

.screen[data-screen='1'] .rooms .roomsback{
    position: relative;
    display: inline-block;
    opacity: 1.0;
}

.screen[data-screen='1'] .room{
    position: absolute;
    left: auto;
    top: auto;
    width: auto;
    height: auto;
    cursor: pointer;
    opacity: 0.0;
}

.screen[data-screen='1'] .roomname{
    position: absolute;
    left: auto;
    top: auto;
    width: auto;
    height: auto;
    cursor: pointer;
    opacity: 0.0;
    pointer-events: none;
}


.popup{
    position: fixed;
    right: -100%;
    top: 0%;
    width: 100%;
    height: 100%;
    z-index: 20;
    overflow: hidden;
    /*transform: translateY(-50%);*/
}

.popup > img{
    position: absolute;
    display: block;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
}

.popup .close{
    position: absolute;
    right: 10%;
    top: 10%;
    width: 40px;
    cursor: pointer;
    filter: drop-shadow(5px 5px 1px #5d514c40);
}

.popup .close img{
    display: block;
}


.popup .content{
    position: relative;
    text-align: left;
    left: 0px;
    width: 100%;
    height: auto;
    padding: 0px 25% 0px 25%;
    color: #222222;
}

.popup .content h1{
    font-size: 28px;
    line-height: 34px;
    font-weight: 200;
    margin-bottom: 30px;
    text-align: center;
}

.popup .content div{
    font-size: 16px;
    line-height: 22px;
    font-weight: 600;
    text-align: center;
}

.popup .someimages{

    text-align: center;
}

.popup .someimages img{
    display: inline-block;
    vertical-align: middle;
    width: auto;
    margin: 0px 1%;
}

.forcemodal{
    display: none;
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.7);
}


.coverflex{
	position: relative;
	display: flex;
    flex-direction: column;
  	align-items: center;
  	justify-content: center;
	height: 100%;
}

.popupphotos{
    position: relative;
    margin: 30px 0px 30px 0px;
    text-align: center;
}

.popupphotos div{
    width: auto;
    display: inline-block;
    vertical-align: middle;
    margin: 0px 4%;
}

.popupphotos div img{
    width: auto;
    max-width: 100%;
    display: block;
}

.popup-error{
    display: none;
    position: fixed;
    left: 50%;
    top: 50%;
    width: 50%;
    min-width: 240px;
    max-width: 600px;
    height: auto;
    transform: translate(-50%,-50%);
}


.popup-error > img{
    position: relative;
    display: block;
    left: 0px;
    top: 0px;
    width: 100%;
    height: auto;
}

.popup-error .content{
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    text-align: center;
    padding: 0px 20px;
}

.popup-error .content h1{
    margin-bottom: 20px;
}


.popup-error .close{
    position: absolute;
    right: 15%;
    top: 14%;
    width: 40px;
    cursor: pointer;
    filter: drop-shadow(5px 5px 1px #5d514c40);
}

.popup-error .close img{
    display: block;
}

.tapa{
    display: none;
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    opacity: 0.75;
    background: #ffffff;
    cursor: normal;
}


@media screen and (min-width: 0px) {

    .screen[data-screen='0'] .continuar{ position: relative; left: 0px; bottom: auto; margin-bottom: 100px; margin: 0px auto 0px auto; }
    .screen[data-screen='0'] .text-vegem{ margin: 40px auto 0px auto;  }

    .screen[data-screen='1'] .panel-p{ width: 100%; }
    .screen[data-screen='1'] .panel-e{ width: 100%; }
    .screen[data-screen='1'] .panel-o{ width: 100%; }

    .screen[data-screen='1'] .personaje2{ width: 45%; margin: 0px 0px 32px 0px; }

    .screen[data-screen='1']{  padding: 100px 5px 50px 5px; }


    .popup .content{ width: 100%; padding: 0px 15% 0px 15%; }

    /*.screen[data-screen='1'] .objeto{ width: 25%; }*/

}

@media screen and (min-width: 480px) {

    .screen[data-screen='1'] .personaje2{ width: 30%; margin: 0px 0px 32px 0px; }

    .screen[data-screen='1']{  padding: 100px 20px 50px 20px; }


    .popup .content{ width: 100%; padding: 0px 25% 0px 25%; }

    /*.screen[data-screen='1'] .objeto{ width: 20%; }*/
}

@media screen and (min-width: 640px) {

    .screen[data-screen='1'] .personaje2{ width: 30%; margin: 0px 0px 32px 0px; }


    .popup .content{ width: 100%; padding: 0px 25% 0px 25%; }

    /*.screen[data-screen='1'] .objeto{ width: 20%; }*/
}

@media screen and (min-width: 768px) {


    .popup .content{ width: 100%; padding: 0px 25% 0px 25%; }

    /*.screen[data-screen='1'] .objeto{ width: 15%; }*/

}

@media screen and (min-width: 1024px) {

    .screen[data-screen='0'] .continuar{ position: absolute; left: 50%; bottom: 0px; margin: 0px 0px 0px 300px;  }

    .screen[data-screen='1'] .panel-p{ width: 100%; }
    .screen[data-screen='1'] .panel-e{ width: 40%; }
    .screen[data-screen='1'] .panel-o{ width: 60%; }

    .screen[data-screen='1'] .personaje2{ width: auto; margin: 0px 0px 32px 0px; }


    .popup .content{ width: 100%; padding: 0px 25% 0px 25%; }

    /*.screen[data-screen='1'] .objeto{ width: 20%; }*/
}

@media screen and (min-width: 1200px) {

    .screen[data-screen='0'] .continuar{ left: 50%; }


    .popup .content{ twidth: 100%; padding: 0px 25% 0px 25%; }

    /*.screen[data-screen='1'] .objeto{ width: 20%; }*/
}

@media screen and (min-width: 1400px) {

    .screen[data-screen='1'] .panel-p{ width: 25%; }
    .screen[data-screen='1'] .panel-e{ width: 40%; }
    .screen[data-screen='1'] .panel-o{ width: 25%; }

    .screen[data-screen='1'] .personaje2{ width: 50%; margin: 0px 0px 32px 0px; }

    /*.screen[data-screen='1'] .objeto{ width: 35%; }*/


}
