@font-face {
    font-family: 'RobotoRegular';
    src: url('../fonts/Roboto-Regular.ttf') format('truetype');

}
@font-face {
    font-family: 'RobotoLight';
    src: url('../fonts/Roboto-Light.ttf') format('truetype');
}
@font-face {
    font-family: 'RobotoBold';
    src: url('../fonts/Roboto-Bold.ttf') format('truetype');
    src: url('../fonts/Roboto-Bold.woff') format('woff');
}
:root {
    --arkikusYellow: #FACE18;
}

#horizontal-message{
    position: absolute;
    background: #ffffffd9;
    color: black;
    padding: 3vw;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    z-index: 9999;
    width: fit-content;
    text-align: center;
    font-weight: bold;
    font-size: 2vw;
    border-radius: 3%;
    font-weight: bold;
}


.hover-cursor:hover{
    cursor: pointer;
}
.hide{
    display: none !important;
}
.hideForModal{
    display: none !important;
}
.noVisibility{
    opacity: 0;
}
.visibility{
    opacity: 1;
}

.text-center {
    text-align: center;
}

a{
    text-decoration: none;
}


body{
    font-family: 'RobotoLight';
    font-weight: 500;
    font-style: normal;
    width: 100% !important;
    height: 100% !important;
    margin: auto !important;
    display: flex;
    background-color: black !important;
}


h1 {
	font-family: RobotoBold;
    font-weight: 900;
    font-style: normal;
}


#content-html{
    margin: auto;
    background: black;
    height: 100%;
    margin: auto;
    /* TODO revisar bien */
    position: relative;
    overflow: hidden;
}

#content-html.vertical{
    width: 100% ;
    margin: auto;
}

#content-html video{
    width: 100%;
    height: auto;
}



#content-html  .content-full {
    height: 100%;
    width: 100%;
    position: relative;
    z-index: 999;

}


.extra-icons .abs{
    position: absolute;
    top: 10.8%;
    right: 5.59%;
    left: 6.5%;
    bottom: 11%;
}
.extra-icons .is_zone_visited{
    position: absolute;
    top: 10.8%;
    bottom: auto;
    left: 6.5%;
}
.extra-icons .abs.bottom{
    top: auto;
}
.extra-icons .abs.right{
    left: auto;
}
.extra-icons .abs.left{
    right: auto;
}
.extra-icons .abs.top{
    bottom: auto;
}

.extra-icons .abs.info{
    top: auto;
    bottom: 11%;
}
.extra-icons .submap-icons .is_zone_visited img {
    width: 8.3vh;
    height: auto;
    margin-left: 4vh;
}
.vertical .extra-icons .submap-icons .is_zone_visited img {
    width: 4.7vw;
    margin-left: 2.2vw;
}
.extra-icons .submap-icons .is_zone_visited span {
    color: white;
    font-size: 3vh;
    font-weight: bold;
    display: block;
    position: absolute;
    left: -10%;
    width: 200%;
}
.vertical .extra-icons .submap-icons .is_zone_visited span {
    font-size: 1.5vw;
    line-height: 1vw;
}
.extra-icons .submap-icons  img.game_stars {
    width: 8.3vh;
    height: auto;
    margin-top: 23vh;
    margin-left: 4vh;
}
.vertical .extra-icons .submap-icons  img.game_stars {
    width: 4.8vw;
    margin-top: 12.5vw;
    margin-left: 2.2vw;
}

.extra-icons .submap-icons img.history {
    margin-top: 43vh;
}
.vertical .extra-icons .submap-icons img.history {
    margin-top: 24.5vw;
}
.extra-icons .submap-icons img.audio {
    margin-top: 27vh;
}
.vertical .extra-icons .submap-icons img.audio {
    margin-top: 15.2vw;
}


#allModals{
    display: block;
    position:absolute;
    width: 100%;
    height: 100%;
    top:0;
    left: 0;
    background: #ffff0099;
}
















#pointDisabledModal .content-btn {
    display: flex;
    text-align: center;
    margin: 4vh auto auto;
    width: 70%;
}
.vertical #pointDisabledModal .content-btn {
    margin: 2vw auto auto;
    width: 80%;
}

#pointDisabledModal .content-btn  div{
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 2vh;
    padding: 3vh;
    font-weight: bold;
    font-size: 3vh;
}
.vertical #pointDisabledModal .content-btn div {
    margin: 0 1.5vw;
    padding: 2vw;
    font-size: 2vw;
}

#pointDisabledModal .content-btn .block-btn{
    background: white;
}


#pointDisabledModal .content-btn .or {
margin-left: 0;
margin-right: 0;
}

#pointDisabledModal .content-btn .block-btn span {
background: white;
padding: 2vh;
vertical-align: middle;
}
#pointDisabledModal .geo-error{
    background: pink;
    width: 30%;
    margin: auto;
    margin-top: 5vh;
    padding: 1em;
    font-weight: bold;
}
.vertical #pointDisabledModal .geo-error {
    width: 60%;
    margin-top: 2vw;
}

.text-result .removeVariable{
    color: grey;
    font-style: italic;
    text-align: right;
}

#qr-bg {
    background: #000000f7;
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    z-index: 999;
}

#qr{
    height: 50%;
    max-height: 80%;
    position: absolute !important;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 999999;
}
.mobile #qr{
    width: 95%;
    height: 95%;
    top: 5%;
    transform: translate(-50%,0);
}
.mobile #qr #qr-reader {
    width: 30%;
    left: 50%;
    transform: translate(-50%, 0);
}
.vertical.mobile #qr #qr-reader {
    width: 30%;
    left: 50%;
    transform: translate(-50%, 0);
}

#qr .qr-intro {
    background: black;
    text-align: center;
    color: white;
    padding: 2vh;
}
.vertical #qr .qr-intro {
    font-size: 3vw;
    padding: 1vw 1.5vw 0.5vw 1.5vw;
}
#qr .qr-intro .qr-close {
    text-align: right;
    display: inline-block;
    float: right;
    background: white;
    color: black;
    border-radius: 72%;
    padding: 1vh;
    width: 1vh;
    height: 1vh;
    line-height: 1vh;
    font-weight: bold;
    font-size: 2vh;
    position: absolute;
    right: -1vh;
    top: -1vh;
}
.mobile #qr .qr-intro .qr-close {
    padding: 1vh;
    width: 5vh;
    height: 5vh;
    line-height: 4vh;
    font-size: 5vh;
    right: -4vh;
    top: -2vh;
    text-align: center;
}

.mobile.vertical #qr .qr-intro .qr-close {
    padding: 1vw;
    width: 4.5vw;
    height: 4.5vw;
    line-height: 3.2vw;
    font-size: 4.5vw;
    right: -4vw;
    top: -4vw;
}

.vertical #qr .qr-intro .qr-close {
    padding: 1vw;
    width: 1.5vw;
    height: 1.5vw;
    line-height: 1.2vw;
    font-size: 2.5vw;
    right: -1vw;
    top: -1vw;
}
#qr #qr-reader{
    border: 5px solid black !important;
}
#qr video{
    width: 100% !important;
}
#qr #qr-reader__dashboard button{
    padding: 1.5vh;
    font-size: 3vh;
}
.vertical #qr #qr-reader__dashboard button {
    padding: 1.5vw;
    font-size: 1.65vw;
}
.mobile.vertical #qr #qr-reader__dashboard button {
    font-size: 3vw;
    width: 100%;
}
.mobile #qr #qr-reader__dashboard button {
    font-size: 4.5vh;
}
.icon {
border-radius: 50%;
width: 8.45vh;
height: 8.45vh;
}

.vertical .icon {
width: 4.5vw;
height: 4.5vw;
}
.point.icon{

width: 7vw;
height: auto;
}
.vertical .point.icon{
width: 7vw;
height: auto;
}

.icon-big{
    width: 17vh;
    height: 17vh;
}

.vertical .icon-big{
    width: 9.2vw;
    height: 9.2vw;
}

/*#a-frame-hover{*/
    /*position:absolute;*/
    /*width: 100%;*/
    /*height: 100%;*/

/*}*/
.fullhd.border{
    background: black;
    z-index: 99999;
    position: absolute;
}
.fullhd.border.vertical{
    height: 100%;
    left:0;
}
.fullhd.border.horizontal{
    width: 100%;
}
.fullhd.border.right{
    right:0;
    left: auto;
}
.fullhd.border.bottom{
    bottom: 0;
}
#a-frame {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: absolute;
    top: 0;
    z-index: 1;	
}

/*html.a-fullscreen .a-canvas{*/
    /*position: relative !important;*/
    /*position: relative !important;*/
     /*width: auto !important;*/
     /*height: auto !important;*/
    /*left: auto !important;*/
    /*right: auto !important;*/
    /*text-align: center !important;*/
    /*bottom: auto !important;*/
    /*max-width: 100% !important;*/
    /*max-height: 100% !important;*/

    /*width: auto;*/
    /*height: auto;*/
/*}*/

.modal {
    position: absolute;
    z-index: 999;
    overflow: hidden;
    left: 0;
    width: 100%;
    height: 100%;
    top: 100%;
}

/* Modal Content/Box */
.modal .modal-content {

    background-color: #ffffffde;
    position: relative;
    display: block;

    /*margin-top: 5%;*/
    -webkit-transition: opacity 0.3s ease-out, bottom 0.3s ease-out;
    -moz-transition: opacity 0.3s ease-out, bottom 0.3s ease-out;
    -o-transition: opacity 0.3s ease-out, bottom 0.3s ease-out;
    transition: opacity 0.3s ease-out, bottom 0.3s ease-out;

    width: 80%;
    height: 95%;
    top: 5%;
    bottom: 0;
    margin-left: 10%;
    /*padding-top: 5%;*/

}


/*.modal.upModal {*/
    /*animation: upModalAnimation 1.5s 0s forwards;*/
/*}*/

/*@keyframes upModalAnimation {*/
    /*0% {*/
        /*top: 100%;*/
    /*}*/
    /*100% {*/
        /*top: 0%;*/
    /*}*/
/*}*/

/*.modal.downModal{*/
    /*animation: downModalAnimation 1.5s 0s forwards;*/
/*}*/

/*@keyframes downModalAnimation {*/
    /*0% {*/
        /*top: 0%;*/
    /*}*/
    /*100% {*/
        /*top: 100%;*/
    /*}*/
/*}*/
.modal .modal-content .contentBox{
    position: relative;
    overflow: hidden;
    /*height:100%;*/
    height: 95%;
    top: 5%;
}
.modal .modal-content .content {
    margin-top: 0;
    display: block;
    height: 100%;
    /*max-height: 92%;*/
    width: 90%;
    margin-left: 5%;
    overflow: hidden;
    /*line-height: 3.2vw;*/
    margin-bottom: 0 !important;
    background: transparent;
    border: none !important;
    padding: 0 !important;
}
/*.modal .modal-content .content h1,*/
.modal .modal-content .content p{
    font-size: 2.6vw;
    line-height: 2.8vw;
}
.horizontal .modal .modal-content .content p{
    font-size: 4.6vh;
    line-height: 6.3vh;
}


.modal .modal-content .content p span {
    font-family: RobotoBold;
    text-transform: uppercase;
    margin:0;
}
.modal .modal-content .content p {
    overflow: hidden;
}

.modal .modal-content .content p {
    overflow: hidden;
    margin-bottom: 0;
    margin-top: 0;
}

.modal .modal-content .content p.lines-6 {
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
}
.modal .modal-content .content p.lines-7 {
    display: -webkit-box;
    -webkit-line-clamp: 7;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
}
.modal .modal-content .content p.lines-8 {
    display: -webkit-box;
    -webkit-line-clamp: 8;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
}
.modal .modal-content .content p.lines-9 {
    display: -webkit-box;
    -webkit-line-clamp: 9;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
}
.modal .modal-content .content p.lines-10 {
    display: -webkit-box;
    -webkit-line-clamp: 10;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
}
.modal .modal-content .content p.lines-11 {
    display: -webkit-box;
    -webkit-line-clamp: 11;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
}
.modal .modal-content .content p.lines-12 {
    display: -webkit-box;
    -webkit-line-clamp: 12;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
}
.modal .modal-content .content p.lines-13 {
    display: -webkit-box;
    -webkit-line-clamp: 13;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
}
.modal .modal-content .content p.lines-14 {
    display: -webkit-box;
    -webkit-line-clamp: 14;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
}
.modal .modal-content .content p.lines-15 {
    display: -webkit-box;
    -webkit-line-clamp: 15;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
}
.modal .modal-content .content p.lines-16 {
    display: -webkit-box;
    -webkit-line-clamp: 16;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
}
.modal .modal-content .content p.lines-17 {
    display: -webkit-box;
    -webkit-line-clamp: 17;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;

}
.modal .modal-content .content p.lines-18 {
    display: -webkit-box;
    -webkit-line-clamp: 18;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
}
.modal .modal-content .content p.lines-19 {
    display: -webkit-box;
    -webkit-line-clamp: 19;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
}
.modal .modal-content .content p.lines-20 {
    display: -webkit-box;
    -webkit-line-clamp: 20;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
}
.modal .modal-content .content p.lines-21 {
    display: -webkit-box;
    -webkit-line-clamp: 21;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
}
.modal .modal-content .content p.lines-22 {
    display: -webkit-box;
    -webkit-line-clamp: 22;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
}
.modal .modal-content .content p.lines-23 {
    display: -webkit-box;
    -webkit-line-clamp: 23;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
}
.modal .modal-content .content p.lines-24 {
    display: -webkit-box;
    -webkit-line-clamp: 24;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
}
.modal .modal-content .content p.lines-25 {
    display: -webkit-box;
    -webkit-line-clamp: 25;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
}
.modal .modal-content .content p.lines-26 {
    display: -webkit-box;
    -webkit-line-clamp: 26;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
}
.modal .modal-content .content p.lines-27 {
    display: -webkit-box;
    -webkit-line-clamp: 27;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
}
.modal .modal-content .content p.lines-28 {
    display: -webkit-box;
    -webkit-line-clamp: 28;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
}
.modal .modal-content .content p.lines-29 {
    display: -webkit-box;
    -webkit-line-clamp: 29;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
}
.modal .modal-content .content p.lines-30 {
    display: -webkit-box;
    -webkit-line-clamp: 30;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
}
.modal .modal-content .content p.lines-31 {
    display: -webkit-box;
    -webkit-line-clamp: 31;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
}
.modal .modal-content .content p.lines-32 {
    display: -webkit-box;
    -webkit-line-clamp: 32;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
}
.modal .modal-content .content p.lines-33 {
    display: -webkit-box;
    -webkit-line-clamp: 33;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
}
.modal .modal-content .content p.lines-34 {
    display: -webkit-box;
    -webkit-line-clamp: 34;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
}
.modal .modal-content .content p.lines-35 {
    display: -webkit-box;
    -webkit-line-clamp: 35;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
}
.modal .modal-content .content p.lines-36 {
    display: -webkit-box;
    -webkit-line-clamp: 36;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
}
.modal .modal-content .content p.lines-37 {
    display: -webkit-box;
    -webkit-line-clamp: 37;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
}
.modal .modal-content .content p.lines-38 {
    display: -webkit-box;
    -webkit-line-clamp: 38;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
}
.modal .modal-content .content p.lines-39 {
    display: -webkit-box;
    -webkit-line-clamp: 39;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
}
.modal .modal-content .content p.lines-40 {
    display: -webkit-box;
    -webkit-line-clamp: 40;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
}
.modal .modal-content .content p.lines-41 {
    display: -webkit-box;
    -webkit-line-clamp: 41;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
}
.modal .modal-content .content p.lines-42 {
    display: -webkit-box;
    -webkit-line-clamp: 42;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
}
.modal .modal-content .content p.lines-43 {
    display: -webkit-box;
    -webkit-line-clamp: 43;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
}
.modal .modal-content .content p.lines-44 {
    display: -webkit-box;
    -webkit-line-clamp: 44;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
}
.modal .modal-content .content p.lines-45 {
    display: -webkit-box;
    -webkit-line-clamp: 45;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
}

.modal .modal-content .close,
.modal .modal-content .scroll {
    overflow: hidden;
}

.modal .modal-content .close{
    transform: translate(50%, -50%);
    -webkit-transform: translate(50%, -50%);
    position: absolute;
    top: 0;
    right: 0;
}

.modal .modal-content .scroll {
    position: absolute;
    right: 0;
    transform: translateX(50%);
    -webkit-transform: translateX(50%);
    top: 55%;
    z-index: 9999;
}

.modal .modal-content .scroll.down {
    top: 70%;
}

/*MODAL SMALL FOR 360 HOTSPOTS*/

.modal.small{
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    display: none;
}
.modal.small .modal-content{
    padding: 1.5% 5% 2.5%;
    height: auto;
    width: 70%;
    margin: auto;
}

.modal.small.padding .modal-content{
    padding: 5% 5%;
}

.modal.small .modal-content .content{
    display: block;
    height: auto;
    padding-top: 0;
    overflow: hidden;
    width: 100%;
    margin: 0;
}

/* open modal */
.modal.small.openModal{
    /*animation: openSmallModal 2s 0s forwards;*/
    display: block;
    visibility: visible;
    width: 100%;
    height: auto;
    overflow: inherit;
}
.modal.small.openModal .content {
    animation: openSmallModalText 2s 0s forwards;
}

.modal.small.openModal .modal-content .content.small p{
    margin: 0;
}
.modal.small.openModal .modal-content .content.small h1{
    /*animation: openSmallModalContentTitle 2s 0s forwards ;*/
    text-transform: uppercase;
    margin: 0;
    font-size: 2.6vw;
    line-height: 3vw;
}

.horizontal .modal.small.openModal .modal-content .content.small  h1 {
    font-size: 4.6vh;
    line-height: 5vh;
}


.modal.small .icons .inline,
#content-html.horizontal .modal.small .icons .inline{
    padding: 0 2.8vw;
    width: 7vw;
    height: 7vw;
}



/* close modal */

.modal.small.closeModal{
    animation: closeSmallModalText 2s 0s forwards;
}

.modal.small p span{
    font-family: RobotoBold;
}


/* open -close  modal */
@keyframes openSmallModalText {
    0% {
       opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@keyframes closeSmallModalText {
    0% {
        opacity: 1;
    }
    99% {
        opacity: 0;
    }
    100% {
        opacity: 0;
        display: none;
        visibility: hidden;
    }
}


/* GAME instructions MODAL */

.game-modal.modal {
    height: 85%;
}

.game-modal.modal .modal-content {
    width: 90%;
    margin-left: 5%;
    z-index: 99;
    position: absolute;
    margin-top: 2%;
}

.game-modal.modal.no-effect{
    top:15%;
}


.game-modal.modal .modal-content p{
    text-align: center;
    font-weight: bold;
    font-size: 3.7vh !important;
    line-height: 4.2vh !important;
    margin-bottom: 4vh !important;
}
.game-modal.modal .modal-content p span{
    font-size: 4.1vh !important;
}
.vertical .game-modal.modal .modal-content p {
    line-height: 3vw !important;
    font-size: 2.1vw !important;
    margin-bottom: 2.1vw !important;
}
.vertical .game-modal.modal .modal-content p span{
    font-size: 2.4vw !important;
}
.game-modal.modal .modal-content .content-text {
    font-size: 3.5vh;
}
.vertical .game-modal.modal .modal-content .content-text {
    font-size: 2.1vw;
}
.game-modal.modal .modal-content .content-text span {
    margin-bottom: 4vh;
    display: block;
}
.vertical .game-modal.modal .modal-content .content-text span {
    margin-bottom: 2vw;
}

.game-modal.modal .block-btn {
    text-align: center;
    background: var(--arkikusYellow);
    font-size: 4.4vh;
    font-weight: bold;
    text-transform: uppercase;
    padding: 1.2vh 3vh;
    margin: auto;
    border-radius: 36px;
    margin-top: 5vh;
    width: 22%;
}
.vertical .game-modal.modal .block-btn {
    font-size: 2.4vw;
    margin-top: 3vw;
    padding: 0.6vw 1vw;
}

/*quiz*/

#quizModal .question{
    font-size: 3.5vh;
    margin: 4vh auto;
}
.vertical #quizModal .question{
    font-size: 2.3vw;
    margin: 2.5vw auto 1.5vw auto
}
#quizModal .answers .answer {
    width: 42%;
    height: 12vh;
    background: white;
    text-align: center;
    display: block;
    float: left;
    position: relative;
    margin: 3vh 4%;
    padding: 2vh 0;
    border-radius: 7vh;
    font-size: 2.9vh;
    line-height: 3.8vh;
}
#quizModal .answers .answer:hover {
 background-color:#d9d9d9;
}

#quizModal .answers .answer span{
    position: absolute;
    width: 90%;
    margin: 0;
    left: 5%;
    top: 50%;
    transform: translateY(-50%);
    text-align: left;
}


.vertical #quizModal .answers .answer {
    padding: 1.5vw 0;
    margin: 1.5vw 2%;
    font-size: 1.8vw;
    height: 7.5vw;
    line-height: 2.8vw;
    width: 46%;
}


#quizModal .answers .answer:hover {
    cursor: pointer;
}
#quizModal .answers .answer.correct {
    background-color: var(--arkikusYellow);

    animation: answer-scale 0.1s linear;
    animation-iteration-count: 1;
}
@keyframes answer-scale {
    0% {
        scale: 1;
    }
    50% {
        scale: 1.1;
    }
    100% {
        scale: 1;
    }
}

#quizModal .answers .answer.wrong {
    background-color: pink;
}


/* location game*/
#locationGameModal.game-modal.modal.no-effect{
    height: 100%;
    top: 0;
}
#locationGameModal .intro {
    width: 40%;
    float: left;
    font-size: 4vh;
    height: 100%;
    position:relative;
}
.vertical #locationGameModal .intro{
    font-size: 2.3vw
}

/*#locationGameModal .img {*/
    /*width: 60%;*/
    /*float: left;*/
    /*height: 100%;*/
    /*position:relative;*/
/*}*/

#locationGameModal .intro div{
    position: absolute;
    top: 50%;
    transform: translateY(-60%);
}
#locationGameModal .intro div b {
    display: block;
}
#locationGameModal .img {
    width: 60%;
    float: left;
    height: 100%;
    position:relative;
}
#locationGameModal .img img{
    max-width: 100%;
    max-height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

#locationGameModal .game-content{
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    z-index: 9;
}

#locationGameModal .game-content .bg-img{
    height: 100%;
    width: 100%;
    display: block;
    margin: auto;
    /*TEST*/
    /*background-image: url("../app/map/pc/submap_2.jpg");*/
    /*background-repeat: no-repeat;*/
    /*background-position: center center;*/
    /*background-size: cover;*/
}


/* MODAL HUGE (full page)*/
.game-modal.modal.fullPage {
    top: 0;
    height: 100% !important;
    width: 100%!important;
}

.game-modal.modal.fullPage .game-content {
    height: 85%;
    top: 10%;
}
.game-modal.modal.fullPage .game-content {
    width: 100%;
    margin-left: 0;
    height: 100%;
    top: 0;
    background: none;
}

.game-modal.modal.fullPage .block-btn.confirm {
    position: absolute;
    top: 82%;
    margin: auto;
    left: 50%;
    transform: translate(-50%);
}

#locationGameModal .progressBar {
    width: 80%;
    margin-top: 3%;
}
#locationGameModal .game-content .icon-instructions{
    position:absolute;
    left: 20%;
    bottom: -1vh;
    width: 8vh;
    height: auto;
    z-index: 9999;
    pointer-events: all;
}
.vertical #locationGameModal .game-content .icon-instructions {
    bottom: -0.5vw;
    width: 5vw;
}
#locationGameModal .game-content .icon-instructions img{
    width: 100%;
    background: white;
    border-top-left-radius: 50%;
    border-top-right-radius: 50%;
}

#locationGameModal .game-content .confirm.right {
    z-index: 999;
    position: absolute;
    left: auto !important;
    right: 10% !important;
    margin: 0 !important;
    transform: translate(0) !important;
    top: 85% !important;
}

#locationGameModal .game-content .pointClicked,
#locationGameModal .game-content .pointCurrent,
#locationGameModal .game-content #canvasPointsLine{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99;
}
#locationGameModal .game-content .pointClicked img,
#locationGameModal .game-content .pointCurrent img{
    position: absolute;
    transform: translate(-50%, -100%);
    width: 8vh;
    height: auto;
}

.vertical #locationGameModal .game-content .pointClicked img,
.vertical #locationGameModal .game-content .pointCurrent img {
    width: 6vw;
}
#locationGameModal .game-content .pointCurrent img{
    transform: translate(-50%, -50%);
}
#locationGameModal .location-result{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    background: #000000b3;
    z-index: 9999;
}
#locationGameModal .location-result .result-text{
    text-align: center;
    color: white;
    font-size: 4.5vh;
    line-height: 6vh;
    position: absolute;
    left: 50%;
    top: 25%;
    transform: translateX(-50%);
    width: 100%;
}
.vertical #locationGameModal .location-result .result-text {
    font-size: 2.5vw;
    line-height: 4vw;
    width: 86%;
}

#locationGameModal .location-result .result-text .meters {
    font-size: 5.5vh;
}
.vertical #locationGameModal .location-result .result-text .meters {
    font-size: 3.3vw;
    font-weight: bold;
}
#locationGameModal .location-result .block-btn.confirm {
    position: absolute;
    top: 60%;
    left: 50%;
    transform: translateX(-50%);
}


/*anachronism game*/

#game360LocationModal .progressBar {
    top: 6%;
    position: absolute;
    width: 80%;
    left: 10%;
}
#game360LocationModal .game-title {
    position: absolute;
    color: black;
    top: 14%;
    z-index: 99;
    left: 50%;
    transform: translatex(-50%);
    font-size: 4vh;
}
.vertical #game360LocationModal .game-title{
    font-size: 2.3vw;
}
#game360LocationModal .modal-content.instructions {
    height: 50%;
    z-index: 99;
    background: #ffffffde;
    position: absolute;
    width: 80%;
    margin-left: 10%;
    bottom: 0;
}
#game360LocationModal .modal-content.instructions .close {
    -webkit-transform: translate(50%, -50%);
    position: absolute;
    top: 0;
    right: 0;
    z-index: 99;
}
#game360LocationModal .modal-content.instructions .content{
    width: 100%;
    height: 100%;
    position: relative;
}


#game360LocationModal .modal-content.instructions .content-text {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 5%;
    right: 5%;
    font-size: 3vh;
}
.vertical #game360LocationModal .modal-content.instructions .content-text {
    font-size: 2vw;
}
#game360LocationModal .icon-instructions{
    position: absolute;
    left: 50%;
    bottom: -1vh;
    width: 8vh;
    height: auto;
    z-index: 9999;
    transform: translateX(-50%);
}

.vertical #game360LocationModal .icon-instructions {
    bottom: -0.5vw;
    width: 5vw;
}
#game360LocationModal .icon-instructions img{
    width: 100%;
    background: white;
    border-top-left-radius: 50%;
    border-top-right-radius: 50%;
}

#game360LocationModal .feedback-wrong{
    position: absolute;
    z-index: 9999;
    width: 100%;
    height: 100%;
    pointer-events: none;
}
#game360LocationModal.noClick .feedback-wrong{
    pointer-events: all;
}
#game360LocationModal .feedback-wrong .feedback-icon{
    position: absolute;
    transform: translate(-50%, -50%);
}
#game360LocationModal .feedback-wrong .feedback-icon.error{
    width: 10vh;
    opacity: 0;
    animation: errorDisapear 0.3s ;
    animation-iteration-count: 1;
}
.vertical #game360LocationModal .feedback-wrong .feedback-icon.error {
    width: 7vw;
}
#game360LocationModal .feedback-wrong .feedback-icon.ok{
    width: 20vh;
}
.vertical #game360LocationModal .feedback-wrong .feedback-icon.ok{
    width: 15vw;
}

@keyframes errorDisapear {
    0% {
      opacity: 1;
    }
    80% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

#game360LocationModal .error-bg {
    width: 100%;
    height: 100%;
    /* background: yellow; */
    z-index: 999;
    position: absolute;
    background-image: url("../icons/error-bg.png");
    background-size: 100% 100%;
    background-position: center;
    animation: bgTransparent 0.3s ;
    animation-iteration-count: 1;
    opacity:0;
    pointer-events: none;

}

/*Empiezan en 0 alpha -> 0.15s -> hasta 0.3 alpha -> 0.15s -> vuelta a 0 alpha*/

@keyframes bgTransparent {
    0% {
        opacity: 0;
    }
    50% {
        opacity: 0.3;
    }
    100% {
        opacity: 0;
    }
}



/* stars end game modal*/

#gameEndResultModal .modal-content{
    background: #000000cc;
    height: 100%;
    width: 100%;
    margin: 0;
    top: 0;
}
#gameEndResultModal .modal-content .stars {
    position: absolute;
    left: 50%;
    top: 16.4%;
    transform: translate(-50%, 0);
}

#gameEndResultModal .modal-content .stars .star {
    position: relative;
    width: 12vh;
    height: 12vh;
    display: inline-block;
    margin: auto 2vh;
}
.vertical #gameEndResultModal .modal-content .stars .star {
    width: 8vw;
    height: 8vw;
    margin: auto 1vw;
}
#gameEndResultModal .modal-content .stars .star img{
    width: 100%;
    height: 100%;
    z-index: 99;
    position: absolute;
    top: 0;
    left: 0;
}

#gameEndResultModal .modal-content .stars .star img.starIcon{
    background-image: url("../icons/StarIcon_base_bgDisable.png");
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: center;
}

#gameEndResultModal .modal-content .stars .star img.bg-animate{
    display: none;
    z-index: 9;
    width: 132%;
    height: 133%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
#gameEndResultModal .modal-content .stars .star img.star-active{
    display:none;
}
#gameEndResultModal .modal-content .stars .star.active img.star-active{
    display:block;
    top:50%;
    left:50%;
    transform: translate(-50%,-50%);
    animation: starActiveBgScale 0.7s linear;
}
#gameEndResultModal .modal-content .stars .star.active img.bg-animate{
    display: block;
    opacity:0;
    animation: starActiveBgRotate 3s linear infinite;
    animation-delay: 0.5s;
}

@keyframes starActiveBgScale {
    0% {
        width: 0;
        height: 0;
        transform: translate(-50%,-50%);
    }
    20% {
        width: 0%;
        height: 0%;
        transform: translate(-50%,-50%);
    }
    70% {
        width: 150%;
        height: 150%;
        transform: translate(-50%,-50%);
    }
    100% {
        width: 100%;
        height: 100%;
        transform: translate(-50%,-50%);
    }
}
@keyframes starActiveBgRotate {
    0% {
        opacity:1;
        transform: translate(-50%,-50%) rotate(0deg);
    ;
    }
    100% {
        opacity:1;
        transform: translate(-50%,-50%) rotate(360deg);
    }
}

#gameEndResultModal .modal-content .stars-text {
    font-weight: bold;
    color: white;
    font-size: 6vh;
    position:absolute;
    width: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.vertical #gameEndResultModal .modal-content .stars-text {
    font-size: 3vw;
}

/*STARS PARTICLE ANIMATION*/

#feedback-ok{
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 12vh;
    height: 12vh;
    z-index: 99;
    transform: translate(-50%, -50%);


    top: 20vh;
    left: 40vh;
}

#feedback-ok .starsAnimation{
    position: relative;
    width: 12vh;
    height: 12vh;
    display: flex;
    justify-content: center;
    align-items: center;
}

.vertical #feedback-ok,
.vertical #feedback-ok .starsAnimation{
    width: 14vw;
    height: 14vw;
}

#feedback-ok .starsAnimation::before{
    content: ' ';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity:0;
    background: center no-repeat url('../icons/gameStar_bg_active.png');
    background-size: 0;
    animation: bg-star 1.5s linear;
    animation-iteration-count: 1;
}
@keyframes bg-star {
    0%{
        opacity:0;
        background-size: 0%;
    }
    30%{
        opacity:1;
        background-size: 75%;
    }

    90%{
        opacity:1;
        background-size: 75%;
    }
    100%{
        opacity:0;
        background-size: 0%;
    }
}

#feedback-ok .starsAnimation span{
    position: absolute;
    transform-origin: 6vh;
    transform: translateX(-6vh) rotate(calc(var(--i) * 30deg));
    /*filter: drop-shadow(0 0 5px #ff8204) drop-shadow(0 0 15px #ff8204) drop-shadow(0 0 30px #ff8204);*/
    filter: drop-shadow(0 0 5px #ff82043d) drop-shadow(0 0 10px #ff82043d)  drop-shadow(0 0 15px #ff82043d);
    animation: opacity-stars 0.6s linear infinite;
    animation-delay: calc(var(--i) * -0.05s);
    animation-iteration-count: 1.5;
    opacity: 0;
}
.vertical #feedback-ok .starsAnimation span{
    transform-origin: 7vw;
    transform: translateX(-5vw) rotate(calc(var(--i) * 30deg));
}

@keyframes opacity-stars {
    0%{
        opacity: 0;
    }
    20%{
        opacity: 0;
    }

    50%{
        opacity: 1;

    }
    80%{
        opacity: 0;

    }
    100%{
        opacity: 0;
    }
}

#feedback-ok .starsAnimation span i{
    position: relative;
    color: #ff8204;
    animation: rotate-stars 0.6s linear infinite;
    animation-delay: calc(var(--i) * -0.05s);
    animation-iteration-count: 1.5;
    opacity: 0;
    font-size: 2vh;
}
.vertical #feedback-ok .starsAnimation span i{
    font-size: 3vw;
    animation: rotate-stars-vertical 0.6s linear infinite;
    animation-delay: calc(var(--i) * -0.05s);
    animation-iteration-count: 1.5;
}
@keyframes rotate-stars {
    0%{
        opacity: 0;
        transform: rotate(0deg) scale(0);
    }
    1%{
        opacity: 1;
    }
    50%{
        transform: rotate(180deg) scale(2);
    }
    99%{
        opacity: 1;

    }
    100%{
        opacity: 0;
        transform: rotate(180deg) scale(0);
    }
}
@keyframes rotate-stars-vertical {
    0%{
        opacity: 0;
        transform: rotate(0deg) scale(0);
    }
    1%{
        opacity: 1;
    }
    50%{
        transform: rotate(180deg) scale(1.5);
    }
    99%{
        opacity: 1;

    }
    100%{
        opacity: 0;
        transform: rotate(180deg) scale(0);
    }
}
#feedback-ok .starsAnimation span::before{
    content: '\f005';
    position: absolute;
    font-size: 2vh;
    font-family: fontAwesome;
    color: #ff8204;
    animation: rotate-particle 0.6s linear infinite;
    animation-delay: calc(var(--i) * -0.05s);
    animation-iteration-count: 1.5;
}
.vertical #feedback-ok .starsAnimation span::before{
    font-size: 1vw;
    animation: rotate-particle-vertical 0.6s linear infinite;
    animation-delay: calc(var(--i) * -0.05s);
    animation-iteration-count: 1.5;
}
@keyframes rotate-particle {
    0%{
        scale: 1;
        opacity: 0;
        rotate: 0deg;
    }
    50%{
        scale: 1;
        opacity: 0.8;
        rotate: 180deg;
    }
    100% {
        scale: 0;
        opacity: 0;
        rotate: 360deg;
        filter: drop-shadow(-4vh 0 #ff8204) drop-shadow(4vh 0 #ff8204) drop-shadow(0 4vh #ff8204) drop-shadow(0 -4vh #ff8204);
    }
}
@keyframes rotate-particle-vertical {
    0%{
        scale: 1;
        opacity: 0;
        rotate: 0deg;
    }
    50%{
        scale: 1;
        opacity: 0.8;
        rotate: 180deg;
    }
    100%{
        scale: 0;
        opacity: 0;
        rotate: 360deg;
        filter: drop-shadow(-1.5vw 0 #ff8204)  drop-shadow(-1.5vw 0 #ff8204)  drop-shadow( 0 -1.5vw #ff8204) drop-shadow( 0 -1.5vw #ff8204);
    }
}



/* original effect  > https://www.youtube.com/watch?v=prfvYAzwdxE
body{
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
    background: #131a1c;
}
.loader{
    position: relative;
    width: 300px;
    height: 300px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.loader span{
    position: absolute;
    transform-origin: 150px;
    transform: translateX(-150px) rotate(calc(var(--i) * 30deg));
    filter: drop-shadow(0 0 5px #ff8204) drop-shadow(0 0 15px #ff8204) drop-shadow(0 0 30px #ff8204);
}
.loader span i{
    position: relative;
    color: #ff8204;
    animation: rotate-stars 2.4s linear infinite;
    animation-delay: calc(var(--i) * -0.2s);
}
@keyframes rotate-stars {
    0%{
        transform: rotate(0deg) scale(0);
    }
    50%{
        transform: rotate(180deg) scale(3);
    }
    100%{
        transform: rotate(180deg) scale(0);
    }
}
.loader span::before{
    content: '\f005';
    position: absolute;
    font-size: 0.75em;
    font-family: fontAwesome;
    color: #131a1c;
    animation: rotate-particle 2.4s linear infinite;
    animation-delay: calc(var(--i) * -0.2s);
}
@keyframes rotate-particle {
    0%{
        scale: 1;
        opacity: 0;
        rotate: 0deg;
    }
    50%{
        scale: 1;
        opacity: 1;
        rotate: 180deg;
    }
    100%{
        scale: 0;
        opacity: 0;
        rotate: 360deg;
        filter: drop-shadow(-150px 0 #3cc2ff)  drop-shadow(150px 0 #3cc2ff)  drop-shadow( 0 150px #3cc2ff) drop-shadow( 0 -150px #3cc2ff);
    }
}
@keyframes bg-star {
    0%{
        opacity:0;
        background-size: 0%;
    }
    30%{
        opacity:0;
        background-size: 0%;
    }
    40%{
        opacity:1;
        background-size: 75%;
    }
    60%{
        opacity:1;
        background-size: 75%;
    }
    100%{
        opacity:0;
    }
}
*/



/* GAME TUTORIAL */
#map .game-tutorial,
#map .game-tutorial .step{
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 999;
    top: 0;
    left: 0;
    text-align: center;
    background: black;
}
#map .game-tutorial .icons img {
    z-index: 9999;
}

#map .game-tutorial .step.bg-arkikus{
    background-color: var(--arkikusYellow);
}


#map .game-tutorial .step .step-intro{
    font-size: 4.5vh;
    line-height: 8vh;
    position: absolute;
    width: 80%;
    left: 10%;
    top: 10.8%;
}

.vertical #map .game-tutorial .step .step-intro {
    font-size: 2.5vw;
    line-height: 4vw;
}
.mobile.vertical #map .game-tutorial .step .step-intro,
.mobile.vertical #map .game-tutorial .step .step-next {
    font-size: 3vw;
    line-height: 5vw;
}

#map .game-tutorial .step img.game {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 17vh;
    height: 17vh;
}
.vertical #map .game-tutorial .step img.game {
    width: 10vw;
    height: 10vw;
}

#map .game-tutorial .step .step-text {
    bottom: 14%;
    position: absolute;
    font-size: 4vh;
    width: 60%;
    left: 20%;
}
.vertical #map .game-tutorial .step .step-text {
    font-size: 2.5vw;
}

#map .game-tutorial .step.bg-dark{
    background-size: cover;
}

#map .game-tutorial .step.bg-dark .step-info {
    position: absolute;
    background: var(--arkikusYellow);
    font-size: 2.3vh;
    line-height: 3.2vh;
    height: 19vh;
    width: 53vh;
    text-align: left;
    border-radius: 2.5em 2.5em;
    left: 0;
    top: 0;
}
.vertical #map .game-tutorial .step.bg-dark .step-info {
    font-size: 1.8vw;
    line-height: 2vw;
    height: 12vw;
    width: 30vw;
}

.mobile.vertical #map .game-tutorial .step.bg-dark .step-info {
    font-size: 1.8vw;
    line-height: 2.5vw;
    height: 16vw;
    width: 37vw;
}


#map .game-tutorial .step .step-info span {
    position: absolute;
    width: 80%;
    left: 10%;
    top: 50%;
    transform: translateY(-50%);
}

#map .game-tutorial .step-info.no-border-top-left{
    border-top-left-radius: inherit !important;
}
#map .game-tutorial .step-info.no-border-bottom-left {
    border-bottom-left-radius: inherit !important;
}
#map .game-tutorial .step-info.no-border-top-right{
    border-top-right-radius: inherit !important;
}
#map .game-tutorial .step-info.no-border-bottom-right {
    border-bottom-right-radius: inherit !important;
}


#map .game-tutorial .step.step-2 {
    background-image: url("../app/tutorial/pc/step-2.png");
}
.mobile #map .game-tutorial .step.step-2 {
    background-image: url("../app/tutorial/step-2.png");
}
#map .game-tutorial .step.step-2 .step-info{
    top: 60%;
    left: 52%;
}

#map .game-tutorial .step.step-3 {
    background-image: url("../app/tutorial/pc/step-3.png");
}
.mobile #map .game-tutorial .step.step-3 {
    background-image: url("../app/tutorial/step-3.png");
}
#map .game-tutorial .step.step-3 .step-info{
    top: 57%;
    right: 53%;
    left: auto;
}

#map .game-tutorial .step.step-4 {
    background-image: url("../app/tutorial/pc/step-4.png");
}
.mobile #map .game-tutorial .step.step-4 {
    background-image: url("../app/tutorial/step-4.png");
}
#map .game-tutorial .step.step-4 .step-info{
    top: 43%;
    left: 25%;
}
#map .game-tutorial .step.step-5 {
    background-image: url("../app/tutorial/pc/step-5.png");
}
.mobile #map .game-tutorial .step.step-5 {
    background-image: url("../app/tutorial/step-5.png");
}
#map .game-tutorial .step.step-5 .step-info{
    top: 54%;
    left: 54%;
}
#map .game-tutorial .step.step-6 {
    background-image: url("../app/tutorial/pc/step-6.png");
}
.mobile #map .game-tutorial .step.step-6 {
    background-image: url("../app/tutorial/step-6.png");
}
#map .game-tutorial .step.step-6 .step-info{
    top: 28%;
    left: 17.5%;
}

    /* PROGRESS BAR */

.progressBar {
    /*width: 90%;*/
    /*margin: 10px auto;*/
    /*height: 22px;*/
    /*background-color: var(--arkikusYellow);;*/
    overflow: hidden;
    width: 100%;
    margin: auto;
    background-color: white;
    font-size: 2vh;
    font-weight: bold;
    line-height: 5vh;
    height: 5vh;
    vertical-align: middle;
    border-radius: 26px;
    border-left: none;
    position: relative;
    z-index: 999;
}
.vertical .progressBar {
    font-size: 1.5vw;
    line-height: 3vw;
    height: 3vw;
}

.progressBar div.bar {
    /*height: 100%;*/
    /*text-align: right;*/
    /*padding: 0 10px;*/
    /*line-height: 22px; !* same as #progressBar height if we want text middle aligned *!*/
    /*width: 0;*/
    /*background-color: white;*/
    /*box-sizing: border-box;*/

    width: 100%;
    height: 100%;
    text-align: right;
    padding: 0;
    background-color: var(--arkikusYellow);
    box-sizing: border-box;
}

.progressBar div.seconds {
    text-align: center;
    position: absolute;
    top: 50%;
    transform: translate(0%, -50%);
    -webkit-transform: translate(0%, -50%);
    width: 100%;
    height: 100%;
}

/* HOTSPOT MODAL WITH IMAGE */
canvas.a-canvas.a-mouse-cursor-hover:hover {
    cursor: grab;
    cursor: -moz-grab;
    cursor: -webkit-grab;
}


#scene360InfoHotModal.modal.small.withImage{
    height: 100%;
    max-width: 100%;
    background: black;
    z-index: 99999999;
}
#scene360InfoHotModal.modal.small.withImage .modal-content{
    /* width: auto; */
    height: 100%;
    /*display: table;*/
    /*vertical-align: middle;*/
    padding: 0;
    top: 0;
    margin: auto;
    text-align: center;
    width: auto;
}
#scene360InfoHotModal.modal.small.withImage .modal-content .content{
    height: inherit;

}
#scene360InfoHotModal.modal.small.withImage .modal-content .content .modal-img{
    height: 85%;
    width: 100%;
    display: flex;
    vertical-align: middle;
}

#scene360InfoHotModal.modal.small.withImage .modal-content .content .modal-img img{
    /*margin-top: -2%;*/
    max-height: 85%;
    max-width: 100%;
    width: auto;
    height: auto;
    margin: auto;
}

#scene360InfoHotModal.modal.small.withImage .modal-content .content p {
    height: 10%;
    font-size: 2vw;
    line-height: 2.5vw;
    position: absolute;
    bottom: 0%;
    text-align: center;
    width: 100%;
}
.mobile #scene360InfoHotModal.modal.small.withImage .modal-content .content p {
    line-height: 2vw !important;
    font-size: 2vw !important;
    bottom: 0;
}
#scene360InfoHotModal.modal.small.withImage .modal-content .close{
    /*transform: translate(110%, 10%);*/
    /*-webkit-transform: translate(110%, 10%);*/
    transform: translate(0);
    -webkit-transform: translate(0);
    top: 10.8%;
    right: 5.99%;
    z-index: 99999999;
}



/* The Close Button */
.close {
    color: #aaa;
    float: right;
    /*font-size: 28px;*/
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}



/********** FADE ***********/
#fade{
    opacity: 1;
}
#fade.start{
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index:99999;
    background-color: #1c2637;
    top: 0;
    pointer-events: none;
    /*opacity: 1;*/
    animation: hideFade 2s 0s forwards;
}
#fade.white{
    background-color: white;
}
#fade.black{
    background-color: black;
}
#fadee{
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index:99999;
    background-color: #1c2637;
    top: 0;
}

/*** time finish fade */
#timeFinish {
    position: relative;
    width: 100%;
    height: 100%;
    top: -100%;
    display: block;
    z-index: 9999;
    background-color: #00000099;
}
#timeFinish .divCenter{
    width: 15%;
    height: auto;
    transform-origin:center center;
    -webkit-transform-origin:center center;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    position: absolute;
    text-align: center;
}

#timeFinish span{
    font-size: 2.7vh;
    line-height: 7vh;
    color: white;
    font-weight: bold;
}

#timeFinish:not(.hide) img{
    width: 100%;
    animation: balanceo 1s 1;
    animation-iteration-count: infinite;
    display: block;
    margin: auto;
}
@keyframes balanceo{
    0%, 100%{
        transform:  rotate(0);
    }
    20%{
        transform:  rotate(-6deg);
    }
    30%, 70%{
        transform:  rotate(6deg);
    }
    50%, 90%{
        transform:  rotate(-6deg);
    }
}

#timeFinish.show img{

}

@keyframes hideFade {
    0% {
        opacity: 1;
        pointer-events: all;
    }
    /*50%*/
    /*{*/
        /*opacity: 0.5;*/
    /*}*/

    50%
    {
        opacity: 0.5;
        /*pointer-events: none;*/
    }
    100%
    {
        opacity: 0;
        /*visibility: hidden;*/
        pointer-events: none;
    }

}


/****** LOADING PAGE  *********/
#loading {
    height: 100%;
    width: 100%;
    z-index: 99;
}

#loading #languages{
	font-family: 'RobotoRegular';
    animation: showAnimation 6s 0s forwards;
    opacity: 1;
    z-index: 99999;
    color: black;
    font-size: 4.6vh;
    position: absolute;
    text-transform: uppercase;
    list-style: none;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    bottom: 16.4%;
    text-align: center;
}
.vertical #loading #languages{
    font-size: 2.5vw;
 }

#loading #languages.hideSlow{
    animation: hideAnimation 2s 0s forwards !important;
}

#loading #languages .lang{
    font-weight: 500;
}
#loading #languages .separator{
    margin: auto 3vh;
}
.vertical #loading #languages .separator{
    margin: auto 1.8vw;
}

@keyframes showAnimation {
    0% {
        z-index: 0;
        visibility: hidden;
        opacity: 0;
    }
    30% {
        z-index: 0;
        visibility: hidden;
        opacity: 0;
    }
    100%
    {
        z-index: 999;
        visibility: visible;
        opacity: 1;
    }
}

@keyframes hideAnimation {
    0% {
        opacity: 1;
        visibility: visible;

    }
    99%
    {
        opacity: 0;
        visibility: visible;
    }
    100%
    {
        opacity: 0;
        visibility: hidden;
        display:none;
    }
}

#loading #home-bg{
    max-width: 100%;
    max-height: 100%;
}

#loading #video.bg-black{
    background-image: none;
    background-color: black !important;
}

#loading #video{
    z-index: 99;
    width: 100%;
    height: 100%;
    text-align: center;
    background-image: url("../app/loading/pc/loading.jpg");
    background-color: var(--arkikusYellow);
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: center;
}
#loading #video.playing,
.mobile #loading #video.playing{
    background-image: none;
}

.mobile #loading #video{
    background-image: url("../app/loading/loading.jpg");
    background-color: var(--arkikusYellow);
}

#loading #video{
    background-size: auto 100% ;
    background-color: var(--arkikusYellow);
}
.vertical #loading #video{
    background-size: 100% auto ;
    background-color: var(--arkikusYellow);
}

#loading #video video{
    max-width: 100%;
    max-height: 100%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    width: 100%;
    height: auto;
}

/******** MAIN PAGE *************/
#main {
	font-family: 'RobotoBold';
    color: white;
    text-align: center;
    background-image: url('../app/main/main-bg.jpg');
    /*background-image: url('../app/disenos/01.1 Menú ppl.jpg');*/

    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    overflow: hidden;
}
.mobile #main {
    background-image: url('../app/main/main-bg_mobile.jpg');
}

#main h1 {
    position: absolute;
    text-transform: uppercase;
    margin: 0 auto;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    /*margin-top: 12%;*/
    top: 9%;
    width: 100%;
    font-size: 8vh;
    letter-spacing: 0.3vh;
}
.vertical #main h1 {
    font-size: 4.1vw;
    letter-spacing: 0.1vw;
}

#main p {
    margin: 0 auto;
    position: absolute;
    top: 21.3%;
    left: 50%;
    transform: translatex(-50%);
    -webkit-transform: translatex(-50%);
    width: 100%;
    font-size: 4.8vh;
    letter-spacing: 0.15vh;
    font-weight: 500;
}
.vertical #main p {
    font-size: 2.6vw;
    letter-spacing: 0.1vw;
}
#main .icons {
    position: absolute;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    top: 54%;
    left: 50%;
    width: 100%;
}

#main .icons .inline {
    display: inline-block;
    text-transform: uppercase;
    padding: 0 9.6vh;
}

#main .icons .inline .title {
    font-size: 4.5vh;
    padding-top: 3vh;
    font-weight: bold;
}
.vertical #main .icons .inline .title {
    font-size: 2.8vw;
}

#main .sponsors {
    position: absolute;
    bottom: 0;
    left: 5.9%;
    bottom: 8%;
    width: 82.5%;
}
#main .sponsors img {
    display: block;
    width: 100%;
    height: auto;
    margin-left: 0;
}

/*#main img.sponsors {*/
    /*width: 55vh;*/
    /*max-width: 29.5%;*/
    /*position: absolute;*/
    /*margin: auto;*/
    /*left: 6.7%;*/
    /*bottom: 11%;*/
/*}*/
/*.vertical #main img.sponsors{*/
    /*max-width: 29.5%;*/
/*}*/

/*********  MAP ************/

#map {
    position: relative;
    background-color: black;
}
#map .map-bg{
    /*opacity: 0.2;*/
    height: 100%;
    /*width: 100%;*/
    background-image: url('../app/map/pc/map.jpg');
    /*background-image: url('../app/disenos/02.1.jpg');*/
    /*background-image: url('../app/disenos/02.3.jpg');*/
    /*background-image: url('../app/disenos/04.2.jpg');*/
    /*background-image: url('../app/disenos/02.5.jpg');*/
    /*background-image: url('../app/disenos/02.6a.jpg');*/
    /*background-image: url('../app/disenos/02.6b.jpg');*/
    /*background-image: url('../app/disenos/02.7a.jpg');*/

    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    display: block;
    margin: auto;
}
.mobile #map .map-bg{

    height: 100%;
    width: 100%;
    background-image: url('../app/map/map.jpg');
    /*height: calc(100vw * 9 / 16);*/
    /*top: 50%;*/
    /*transform: translateY(calc((100vw * 9 / 16 - 100vh) / -2));*/
    /*-webkit-transform: translateY(calc((100vw * 9 / 16 - 100vh) / -2));*/
    /*margin: auto;*/
    /*display: block;*/

    /*-webkit-transform: translate(-50%, 0%);*/
    /*left: 50%;*/
}



/*#map .map-bg img.bg{*/
    /*height: 100%;*/
    /*width: auto;*/
    /*text-align: center;*/
    /*margin: auto;*/
    /*!*display: block;*!*/
    /*position: relative;*/
    /*left: 50%;*/
    /*-webkit-transform: translate(-50%, 0%);*/
    /*transform: translate(-50%, 0%);*/
/*}*/


#map .point{

    position: absolute;
    left:0;
    top:0;
    display:block;
    z-index:999;
    transform: translate(-50%, -100%);
    -webkit-transform: translate(-50%, -100%);

    display: block;
    position: absolute;
    /*width: 100%;*/
    /*height: 100%;*/
}
#map .point-text {
    font-family: 'RobotoBold';
    font-size: 3.2vh;
    letter-spacing: 0.1vh;;
    position: absolute;
    color: white;
    font-weight: bold;
}
.vertical #map .point-text {
    font-size: 1.9vw;
    letter-spacing: 0.04vw;
}
#map.submap .point-text {
    font-family: 'RobotoBold';
    font-size: 3.2vh;
    letter-spacing: 0.1vh;
}

#map.submap .point {
    width: 8vh;
}

.vertical #map.submap .point {
    width: auto;
    height: 5vw;
}
.vertical #map.submap .point-text {
    font-size: 1.8vw;
    letter-spacing: 0.1vw;
}

#map .point{
    width:11.8vh;
    height: auto;
}

.vertical #map .point{
    width: auto;
    height: 7vw;
}

#map .map-content{
    position: absolute;
    top: 0;
    left: 0;
}

#map .north{
    width: 11.5vh;
    height: 11.5vh;
    top: 8.25%;
    left: 5.5%;
}
.vertical #map .north {
    width: 5vw;
    height: 5vw;
}

#map .map-total-stars,
#scene360 .map-total-stars{
    overflow: hidden;
    font-weight: bold;
    font-size: 2.6vh;
}
.vertical #map .map-total-stars,
.vertical #scene360 .map-total-stars {
    font-size: 1.4vw;
}
#map .map-total-stars .stars-bg,
#scene360 .map-total-stars .stars-bg {
    z-index: 10;
    position: absolute;
    width: 100%;
    height: 100%;
    background: url("../icons/gameStar_disable.png");
    background-size: 100% 100%;
}
#map .map-total-stars .stars-bg-active,
#scene360 .map-total-stars .stars-bg-active {
    z-index: 9;
    position: absolute;
    width: 100%;
    height: 0%;
    background-color: #face18;
    bottom: 0;
    background-size: 100% 100%;

}
#map .map-total-stars .stars-bg-disable,
#scene360 .map-total-stars .stars-bg-disable {
    z-index: 8;
    position: absolute;
    width: 100%;
    height: 100%;
    background: grey;
    background-size: 100% 100%;
}
#map .map-total-stars span,
#scene360 .map-total-stars span{
    z-index: 12;
    display: block;
    position: absolute;
    left: 50%;
    top: 0;
}
#map .map-total-stars span.currentPoints,
#scene360 .map-total-stars span.currentPoints {
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    top: 30%;
}
.vertical #map .map-total-stars span.currentPoints,
.vertical #scene360 .map-total-stars span.currentPoints {
    top: 28%;
}
#map .map-total-stars span.maxPoints,
#scene360 .map-total-stars span.maxPoints{
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    top: 51%;
}

#map .counter {
    position: absolute;
    width: 14vh;
    height: 4vh;
    border-radius: 6vh;
    background-color:white;
    margin-top: 4vh;
}
#map .counter img {
    max-width: 30%;
    max-height: 70%;
    position: absolute;
    top: 15%;
    left: 8%;
}

.vertical #map .counter {
    width: 8.5vw;
    height: 2.5vw;
    border-radius: 6vw;
    margin-top: 2.2vw;
}
#map .counter span {
    padding-left: 5vh;
    line-height: 4.2vh;
    font-size: 2.8vh;
    font-weight: bold;
    margin-top: 4vh;
}
.vertical #map .counter span {
    padding-left: 3vw;
    line-height: 2.6vw;
    font-size: 1.6vw;
    letter-spacing: 0.1vw;
}

#map.subMap .counter {
    width: 7.8vh;
    height: 3vh;
    background-size: 31%;

    /*left: 1208.34475px;*/
    /*top: 1315.62px;*/
}
.vertical #map.subMap .counter {
    width: 6.4vw;
    height: 2.4vw;
}
#map.subMap .counter span {
    padding-left: 3.4vh;
    line-height: 3.2vh;
    font-size: 1.8vh;
    font-weight: bold;

}
.vertical #map.subMap .counter span {
    padding-left: 3vw;
    line-height: 2.5vw;
    font-size: 1.5vw;
    font-weight: bold;
}





/********  360  **********/

#scene360{
    height: 100%;
    width: 100%;
    position: relative;
    /* TODO REVISAR*/
    pointer-events: none;
}
#scene360 div{
    pointer-events: all;
}

#scene360 .menu-icons {
    z-index: 9999;
    position: absolute;
    bottom: 5%;
    text-align: center;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 70%;
}
#scene360 .menu-icons > div {
    display: inline-block;
}

#scene360 .menu-icons img,
#scene360 .menu-icons .share img{
    bottom: 15%;
    margin: 0 2vh;
}
.vertical #scene360 .menu-icons img,
.vertical #scene360 .menu-icons .share img{
    margin: 0 1vw;
}

#scene360 .menu-icons .rrss a {
    display: block;
    margin: 1.3vw 0;
}


#scene360 .periods  {
    /*position: relative;*/
    overflow: hidden;
    position: absolute;
    left: 4%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 9999;

}
#scene360 .periods .periods-icons{
    background-image: url("../icons/DotsIcon_tactil.png");
    background-position: center center;
    background-size: 45%;
    background-repeat: repeat-y;
}

#scene360 .periods .periods-icons img {
    display: block;
    margin: 11vh auto;
    padding: 0;
}

.vertical #scene360 .periods .periods-icons img {
    margin: 5vw auto;
}

#scene360 .periods .periods-icons img:first-child {
    margin-top: 0;
}

#scene360 .periods .periods-icons img:last-child {
    margin-bottom: 0;
}

/* gamification in 360 */

#scene360 .gamification-icons{
    position: absolute;
    bottom: 5%;
    left: 4%;
    right: 4%;
}
#scene360 .gamification-icons .map-total-stars,
#scene360 .gamification-icons .game-360{
    width: 11vh;
    height: 11vh;
}
.vertical #scene360 .gamification-icons .map-total-stars,
.vertical #scene360 .gamification-icons .game-360{
    width: 7vw;
    height: 7vw;
}
#scene360 .gamification-icons .map-total-stars {
    position: relative;
    float: left;
    background: red;
}

#scene360 .gamification-icons .game-360 {
    float: right;
}

#scene360 .map-total-stars {
    font-size: 2vh;
}
#scene360 .map-total-stars span.currentPoints{
    top: 27%;
}


/**** screen shot -mark ****/
#loadingPanel {
    position: absolute;
    z-index: 99999;
    width: 100%;
    height: 100%;
    background: black;
    top: 0;
}
#loadingPanel img {
    top: 50%;
    position: absolute;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

#scene360 #bg-screenshot{
    position:absolute;
    z-index:0;
    width:100%;
    height:100%
}
#scene360 #bg-screenshot img.bg{
    max-width: 100%;
}

#scene360 #bg-screenshot .watermark {
    bottom: 0;
    position: absolute;
    width: 100%;
    overflow: hidden;
    height: 5%;
    /*background: #ffffffcc;*/
    background: #ffffff7d;
    display: table;
}
.watermark .title {
    text-align: center;
    font-size: 5vh;
    font-weight: bold;
    vertical-align: middle;
    display: table-cell;
    height: 100%;
    width: 100%;
}
.vertical .watermark .title {
    font-size: 3vw;
}
#scene360 #bg-screenshot .watermark img {
    position: absolute;
    left: 7%;
    bottom: 20%;
    max-height: 23%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

#scene360 #bg-screenshot .watermark img.watermark-client{
    left: auto;
    right: 7%;
    max-height: 65%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    top: 50%;
}

/********** HOT SPOT ****************/
#scene360 img.infoHotSpot{
    position: absolute;
    width: 2.8em;
    height: 2.8em;
    opacity: 0.5;
}


/********** INSTRUCTIONS VIDEO **********/
#instructions{
    position: absolute;
    z-index: 99;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: black;
}
#instructions .videoContainer{
    max-width: 100%;
    max-height: 100%;
    width: 100%;
    height: 100%;
    margin: auto;
    display: block;
}
#instructions .videoContainer video{
    width: 100%;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    position: relative;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.extra-icons .abs{
    position: absolute;
    z-index: 999;
}

.extra-icons img.next,
.extra-icons img.previous{
    top:50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}


#screenShot{
    background-color: black;
    position: absolute;
    opacity: 0.5;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
#screenShot img{
    width: 30%;
    height: auto;
    position:relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);

}


/***** RESPONSIVE MOBILE *********/

    iframe {
        max-width: 100%;
    }


    .mobile .icon {
        width: 11vh;
        height: 11vh;
    }
    .vertical.mobile .icon {
        width: 7vw;
        height: 7vw;
    }

    .mobile .icon.icon-big {
        width: 16.5vh;
        height: 16.5vh;
    }
    .vertical.mobile .icon.icon-big {
        width: 11vw;
        height: 11vw;
    }
    .vertical.mobile #main .icons .inline {
        display: inline-block;
        text-transform: uppercase;
        padding: 0 6vw;
    }

    /* loading */
    .mobile #loading #languages{
        bottom: 0;
    }
    .mobile #loading #languages .lang {
        font-size: 6vh;
        width: auto;
        display: inline-block;
        padding: 10% 1% 8%;
    }
    .mobile #loading #languages .separator{
        font-size: 6vh;
    }
    .vertical.mobile #loading #languages .lang,
    .vertical.mobile #loading #languages .separator {
        font-size: 2.8vw;
    }


    /*MAIN*/
    .mobile #main {
        background-image: url('../app/main/main-bg_mobile.jpg');
        background-repeat: no-repeat;
        background-position: center center;
        background-size: cover;
    }
    .mobile #main .icons .inline .title {
        font-size: 5.5vh;
        padding-top: 2vh;
    }
    .vertical.mobile #main .icons .inline .title {
        font-size: 3vw;
        padding-top: 1vw;
    }
    .mobile #main img.sponsors {
        width: 20%;
        max-width: 30vh;
    }

    /* modals */

    .mobile .modal .modal-content .content{
        /*line-height: 3.5vw;*/
        /*font-size: 2.8vw;*/
        /*height: 100%;*/
        /*max-height: 89%;*/
        height: 93%;
        top: 7%;
    }
    .mobile .modal .modal-content .close{
        top: 2.5vh;
    }
    .mobile .modal .modal-content .content p {
        font-size: 4vh;
        line-height: 5.3vh;
    }
    .vertical.mobile .modal .modal-content .content p {
        font-size: 3vw;
        line-height: 3.7vw;
    }
    .vertical.mobile .modal .modal-content .close{
        top: 1vw;
    }

    .mobile .modal .modal-content .close,
    .mobile .modal .modal-content .scroll {
        padding: 3% 8%;
    }
    .mobile .modal .modal-content .scroll {
        top: 37%;
        padding: 4% 6%;
    }
    .mobile .modal .modal-content .scroll.down{
        bottom: 9%;
        top: auto;
     }


    /* map */

    .mobile #map .north {
        width: 5vw;
        height: 5vw;
    }
    .mobile #map .point {
        width: 12.5vh;
        height: auto;
    }
    .mobile #map .point-text{
        font-size: 4vh;
        letter-spacing: 0.38vh;
    }
    .mobile #map .counter {
        margin-top: 4.5vh;
    }
    .vertical.mobile #map .counter {
        margin-top: 2.8vw;
    }
    .vertical.mobile #map .point {
        width: 12.5vw;
        height: auto;
    }
    .vertical.mobile #map .point-text {
        font-size: 2.4vw;
        letter-spacing: 0.26vw;
    }

    .vertical.mobile #map.submap .point {
        width: auto;
        height: 5.6vw;
    }

    .mobile #scene360 .periods .periods-icons{
        background-size: 15%;
        overflow: hidden;
        width: auto;
    }

    .mobile .periods .periods-icons img:last-child {
        margin-bottom: 0 !important;
    }

    .mobile #scene360 .periods {
        left: 2%;
    }

    .mobile #scene360 .menu-icons{
        bottom: 2%;
    }

    .mobile #scene360 .menu-icons img{
        padding: 0.5vh 0.5vh;
    }

    .mobile.vertical #scene360 .menu-icons img{
        padding: 0.5vw 0.5vw;
    }

    .mobile #scene360 .menu-icons .rrss a{
        display: block;
    }
    .mobile #scene360 .menu-icons .rrss a img{
        padding: 1vw 0;
    }

    /*loading */
    .mobile #loadingPanel img {
        width: 20%;
    }

    /*games*/
    .mobile .extra-icons .submap-icons img.game_stars {
        width: 6vh;
    }
    .vertical.mobile .extra-icons .submap-icons img.game_stars {
        width: 4vw;
    }
    .mobile #quizModal .answers .answer {
        width: 42%;
        height: 10vh;
    }
    .vertical.mobile #quizModal .answers .answer {
        height: 7vw;
    }
    .mobile #scene360 .gamification-icons .map-total-stars,
    .mobile #scene360 .gamification-icons .game-360 {
        width: 8vw;
        height: 8vw;
    }
    .vertical.mobile #scene360 .gamification-icons .map-total-stars,
    .vertical.mobile #scene360 .gamification-icons .game-360 {
        width: 6vh;
        height: 6vh;
    }
    .mobile #pointDisabledModal .content-btn {
        width: 90%;
    }
    .vertical.mobile #pointDisabledModal .content-btn {
        width: 100%;
    }
    .vertical.mobile #pointDisabledModal .content-btn div {
        margin: 0 1.5vw;
        padding: 1.5vw;
        font-size: 2.2vw;
        line-height: 3vw;
    }
    .mobile.vertical #quizModal .answers .answer {
        font-size: 2.2vw;
        line-height: 3vw;
    }
    .mobile.vertical .progressBar {
        font-size: 2.5vw;
        line-height: 4.5vw;
        height: 4.5vw;
    }

    .mobile.vertical .game-modal.modal .block-btn {
        padding: 1.5vw 1vw;
    }
    .mobile .game-modal.modal .modal-content .content-text{
        font-size: 3.5vh !important;
    }
    .vertical.mobile .game-modal.modal .modal-content .content-text{
        font-size: 2.2vw !important;
    }
    .mobile .game-modal.modal .modal-content .content-text span {
        margin-bottom: 4vh;
        display: block;
    }

    .vertical.mobile .game-modal.modal .modal-content .content-text span {
        margin-bottom: 2vw;
    }

    .mobile #pointDisabledModal {
        font-size: 3.5vh;
    }
    .vertical.mobile #pointDisabledModal{
        font-size: 2vw;
    }
    .mobile #timeFinish .divCenter {
        width: 25%;
    }
    .vertical.mobile .a-dialog {
        height: 120px;
    }
    .mobile .game-modal.modal .modal-content {
        margin-top: 0;
    }

    .vertical.mobile #timeFinish span {
        font-size: 5vw;
        line-height: 7vw;
    }



@media screen and (max-width: 800px) {
    #horizontal-message{
        padding: 4vw;
        font-size: 3vw;
    }
}




/* modal de permisos dentro del 360 ios */
#a-frame .a-modal{
    max-height: 30%;
    top:50%;
    transform:translate(0,-50%);
}
#a-frame .a-modal .a-dialog {
    /*width: fit-content;*/
    /*height: fit-content;*/
    max-width: 220px;
    font-family: 'RobotoLight';
    padding: 7px;
    max-height: 50%;
    position: relative;
}
.vertical #a-frame .a-modal .a-dialog {
    max-height: 20%;
}

#a-frame .a-modal .a-dialog .a-dialog-text {
    /*font-size: 10px;*/
    /*line-height: 14px;*/
    font-size: 1em;
    line-height: 1.2em;
    text-align: center;
    margin: 0px;
}
#a-frame .a-modal .a-dialog button {
    background-color: white !important;
    font-family: 'RobotoLight';
    /*font-size: 11px;*/
    font-size: 1em;
    text-transform: uppercase;
    height: 30px;
    color: black;
}

@media screen and (max-width: 1200px) {
    #a-frame .a-modal {
        max-height: 60%;
    }
    #a-frame .a-modal .a-dialog .a-dialog-text {
        font-size: 0.8em;
    }
}



/*a-dialog-deny-button*/
/*a-dialog-allow-button*/


#gameLoadingPanel.loading {
    display: block;
    width: 100%;
    position: absolute;
    /*background: brown;*/
    height: 100%;
  }

#gameLoadingPanel.loading div {
    width: 0;
    background: var(--arkikusYellow);
    height: 100%;
    display: block;
    position: absolute;
    z-index: 9999;
    left: 0;
    animation: movePanelAnimation 1.5s 0s forwards;
}

#gameLoadingPanel.loading .right {
    right: 0;
    left: auto;
    max-width: 50%;
}

#gameLoadingPanel.loading img {
    z-index: 99999;
    display: block;
    max-width: 30%;
    width: 0;
    height: auto;
    top: 50%;
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
    animation: logoPanelAnimation 1.5s 0s forwards;
}




@keyframes movePanelAnimation {
    0% {
        width: 0;
    }
    33%
    {
        width: 50%;
    }
    70%
    {
        width: 50%;
    }
    100%
    {
        width: 0;
    }
}
@keyframes logoPanelAnimation {
    0% {
        width: 0;
        opacity:1;
    }
    33% {
        width: 0;
    }
    60%
    {
        width: 40%;
        opacity:1;
    }
    100%
    {
        width: 40%;
        opacity:0;
    }
}
