@font-face {
    font-family: "chinese-rocks-free";
    src: url(../fonts/chinese-rocks-free.ttf);
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

body {
    background-color: #fff;
}

.container {
    width: 960px;
    height: 600px;
    background-color: #fff;
    display: inline-block;
    overflow: hidden;
}

.container .slide-start {
    background-image: url(../imgs/portada.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000;
    font-family: arial;
    font-size: 100px;
    width: 100%;
    height: 100%;
    position: relative;
	z-index: 30;
}

.container .slide-start .btn-start {
	background-image: url(../imgs/Jugar.png);
    background-repeat: no-repeat;
    background-size: contain;
    cursor: pointer;
    font-size: 20px;
    position: absolute;
    bottom: 185px;
    width: 197px;
    height: 44px;
    border-radius: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
	left: 380px;
}
.container .slide-start .btn-learn {
    background-image: url(../imgs/Aprender.png);
    background-repeat: no-repeat;
    background-size: contain;
    cursor: pointer;
    font-size: 20px;
    position: absolute;
    bottom: 152px;
    width: 121px;
    height: 27px;
    border-radius: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
	left: 416px;
	
}

/*.container .slide-start .btn-start:hover {
    background-color: grey;
    color: #000;
}*/

.container .slide-door {}

.container .sliders {
    width: 100%;
    height: 100%;
    position: relative;
}

.container .sld-1 {
    background-image: url(../imgs/level1.png);
    background-repeat: no-repeat;
    background-size: contain;
}

.container .sld-2 {
    background-image: url(../imgs/level2.png);
    background-repeat: no-repeat;
    background-size: contain;
}

.container .sld-3 {
    background-image: url(../imgs/level3.png);
    background-repeat: no-repeat;
    background-size: contain;
}

.container .sld-4 {
    background-image: url(../imgs/level4.png);
    background-repeat: no-repeat;
    background-size: contain;
}

.container .sld-5 {
    background-image: url(../imgs/level5.png);
    background-repeat: no-repeat;
    background-size: contain;
}
.container .sld-6 {
    background-image: url(../imgs/level7.png);
    background-repeat: no-repeat;
    background-size: contain;
}

.container .sliders .game-area {
    width: 960px;
    height: 430px;
    border: 5px solid #fff0;
    position: absolute;
    top: 0;
    left: 0;
}

.container .sliders .game-area .gems {
    width: 40px;
    height: 40px;
    cursor: pointer;
}

.container .sliders .game-area .g1 {
    position: absolute;
    top: 356px;
    left: 253px;
    width: 33px;
    height: 22px;
    border-top-right-radius: 21px;
    border-top-left-radius: 21px;
}

.container .sliders .game-area .g2 {
    position: absolute;
    top: 203px;
    left: 562px;
    border-radius: 15px;
    width: 27px;
    transform: rotate(22deg);
    /* -webkit-transform: rotate(59deg); */
    -moz-transform: rotate(22deg);
    -o-transform: rotate(22deg);
    height: 29px;
}

.container .sliders .game-area .g3 {
    position: absolute;
    top: 351px;
    right: 422px;
    border-radius: 15px;
    width: 29px;
    -moz-transform: rotate(-76deg);
    -o-transform: rotate(-76deg);
    height: 31px;
}

.container .sliders .game-area .g4 {
    left: 798px;
    position: absolute;
    top: 118px;
    /* border-radius: 15px; */
    width: 22px;
    transform: rotate(12deg);
    -moz-transform: rotate(12deg);
    -o-transform: rotate(12deg);
    height: 37px;
    border-bottom-right-radius: 40px;
    border-top-right-radius: 40px;
}

.container .sliders .game-area .g5 {
    left: 619px;
    position: absolute;
    top: 386px;
    border-top-left-radius: 122px;
    border-top-right-radius: 57px;
    width: 37px;
    transform: rotate(-28deg);
    /* -webkit-transform: rotate(6deg); */
    -moz-transform: rotate(-28deg);
    -o-transform: rotate(-28deg);
    height: 25px;
}

.container .sliders .game-area .g6 {
	position: absolute;
    top: 422px;
    right: 211px;
    width: 32px;
    transform: rotate(-54deg);
    -webkit-transform: rotate(-54deg);
    -moz-transform: rotate(-54deg);
    -o-transform: rotate(-54deg);
    border-bottom-right-radius: 15px;
    border-top-right-radius: 15px;
}

.mapaLevel1{
    background-image: url(../imgs/mapLevel1.png);
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    top: 226px;
    left: 25px;
    width: 143px;
    /* -webkit-transform: rotate(59deg); */
    -moz-transform: rotate(22deg);
    -o-transform: rotate(22deg);
    height: 346px;
}

.container .sliders .game-area .g7 {
position: absolute;
    top: 101px;
    left: 387px;
    border-radius: 20px;
    width: 26px;
    transform: rotate(-52deg);
    -webkit-transform: rotate(-52deg);
    -moz-transform: rotate(-52deg);
    -o-transform: rotate(-52deg);
    height: 28px;

}

.container .sliders .game-area .g8 {
    position: absolute;
    top: 246px;
    left: 451px;
    border-radius: 15px;
    width: 37px;
    height: 33px;
    border-top-left-radius: 94px;
    border-top-right-radius: 121px;
}

.container .sliders .game-area .g9 {
position: absolute;
    top: 412px;
    right: 231px;
    border-top-left-radius: 36px;
    border-top-right-radius: 36px;
    width: 37px;
    height: 34px;
}

.container .sliders .game-area .g10 {
    left: 750px;
    position: absolute;
    top: 297px;
    border-radius: 15px;
    width: 48px;
    height: 33px;
    border-top-left-radius: 35px;
    border-top-right-radius: 39px;
}

.container .sliders .game-area .g11 {
left: 362px;
    position: absolute;
    top: 473px;
    border-radius: 15px;
    width: 35px;
    transform: rotate(-18deg);
    -webkit-transform: rotate(-18deg);
    -moz-transform: rotate(-18deg);
    -o-transform: rotate(-18deg);
    height: 33px;
}

.container .sliders .game-area .g12 {
	position: absolute;
    top: 20px;
    right: 333px;
    border-radius: 15px;
    width: 29px;
    height: 30px;
    transform: rotate(91deg);
    -webkit-transform: rotate(91deg);
    -moz-transform: rotate(91deg);
    -o-transform: rotate(91deg);
}
.mapaLevel2{
    background-image: url(../imgs/mapLevel2.png);
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    top: 226px;
    left: 25px;
    width: 143px;
    /* -webkit-transform: rotate(59deg); */
    -moz-transform: rotate(22deg);
    -o-transform: rotate(22deg);
    height: 346px;
}

.container .sliders .game-area .g13 {
    position: absolute;
    top: 460px;
    left: 280px;
    border-radius: 15px;
    width: 40px;
    transform: rotate(127deg);
    -webkit-transform: rotate(127deg);
    -moz-transform: rotate(127deg);
    -o-transform: rotate(127deg);


}

.container .sliders .game-area .g14 {
position: absolute;
    top: 415px;
    left: 531px;
    border-radius: 15px;
    width: 31px;
    transform: rotate(106deg);
    -webkit-transform: rotate(106deg);
    -moz-transform: rotate(106deg);
    -o-transform: rotate(106deg);
    height: 25px;

}

.container .sliders .game-area .g15 {

    position: absolute;
    top: 188px;
    right: 330px;
    border-radius: 15px;
    width: 25px;
    transform: rotate(-76deg);
    -webkit-transform: rotate(-76deg);
    -moz-transform: rotate(-76deg);
    -o-transform: rotate(-76deg);
    height: 26px;

}

.container .sliders .game-area .g16 {
    left: 563px;
    position: absolute;
    top: 331px;
    border-radius: 15px;
    width: 34px;
    height: 28px;

}

.container .sliders .game-area .g17 {
    left: 422px;
    position: absolute;
    top: 341px;
    border-radius: 15px;
    width: 23px;
    height: 37px;

}

.container .sliders .game-area .g18 {
position: absolute;
    top: 263px;
    right: 197px;
    border-radius: 15px;
    width: 44px;

}
.mapaLevel3{
    background-image: url(../imgs/mapLevel3.png);
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    top: 226px;
    left: 25px;
    width: 143px;
    /* -webkit-transform: rotate(59deg); */
    -moz-transform: rotate(22deg);
    -o-transform: rotate(22deg);
    height: 346px;
}

.container .sliders .game-area .g19 {
    position: absolute;
    top: 442px;
    left: 234px;
    border-radius: 15px;
    width: 26px;
    transform: rotate(66deg);
    -webkit-transform: rotate(66deg);
    -moz-transform: rotate(66deg);
    -o-transform: rotate(66deg);
    height: 38px;

}

.container .sliders .game-area .g20 {
    position: absolute;
    top: 384px;
    left: 321px;
    border-radius: 15px;
    width: 29px;
    transform: rotate(111deg);
    -webkit-transform: rotate(111deg);
    -moz-transform: rotate(111deg);
    -o-transform: rotate(111deg);
    height: 27px;

}

.container .sliders .game-area .g21 {
    position: absolute;
    top: 147px;
    right: 460px;
    border-radius: 15px;
    width: 28px;
    transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    height: 37px;

}

.container .sliders .game-area .g22 {
    left: 771px;
    position: absolute;
    top: 254px;
    border-radius: 15px;
    width: 26px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    height: 35px;

}

.container .sliders .game-area .g23 {
 	left: 497px;
    position: absolute;
    top: 429px;
    border-radius: 15px;
    width: 21px;
    transform: rotate(-14deg);
    -webkit-transform: rotate(-14deg);
    -moz-transform: rotate(-14deg);
    -o-transform: rotate(-14deg);
    height: 30px;

}

.container .sliders .game-area .g24 {
	position: absolute;
    top: 400px;
    right: 292px;
    border-radius: 15px;
    width: 32px;
    height: 33px;

}
.mapaLevel4{
    background-image: url(../imgs/mapLevel4.png);
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    top: 226px;
    left: 25px;
    width: 143px;
    /* -webkit-transform: rotate(59deg); */
    -moz-transform: rotate(22deg);
    -o-transform: rotate(22deg);
    height: 346px;
}
.container .sliders .game-area .g25 {
    position: absolute;
    top: 431px;
    left: 581px;
    border-radius: 15px;
    width: 35px;
    height: 31px;


}

.container .sliders .game-area .g26 {
    position: absolute;
    top: 236px;
    left: 480px;
    border-radius: 15px;
    width: 25px;
    transform: rotate(93deg);
    -webkit-transform: rotate(93deg);
    -moz-transform: rotate(93deg);
    -o-transform: rotate(93deg);
    height: 25px;

}

.container .sliders .game-area .g27 {
	position: absolute;
    top: 460px;
    right: 411px;
    border-radius: 15px;
    width: 35px;
    transform: rotate(-132deg);
    -webkit-transform: rotate(-132deg);
    -moz-transform: rotate(-132deg);
    -o-transform: rotate(-132deg);
    height: 30px;

}

.container .sliders .game-area .g28 {
	left: 726px;
    position: absolute;
    top: 352px;
    border-radius: 15px;
    width: 28px;
    transform: rotate(27deg);
    -webkit-transform: rotate(27deg);
    -moz-transform: rotate(27deg);
    -o-transform: rotate(27deg);
    height: 35px;

}

.container .sliders .game-area .g29 {
	left: 382px;
    position: absolute;
    top: 431px;
    border-radius: 15px;
    width: 36px;
    height: 33px;

}
.mapaLevel5{
    background-image: url(../imgs/mapLevel5.png);
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    top: 226px;
    left: 25px;
    width: 143px;
    /* -webkit-transform: rotate(59deg); */
    -moz-transform: rotate(22deg);
    -o-transform: rotate(22deg);
    height: 346px;
}

/*.container .sliders .game-area .g30 {
    
    position: absolute;
    top: 287px;
    right: 116px;
    border-radius: 15px;
    width: 18px;
    transform: rotate(-19deg);
    -webkit-transform: rotate(-19deg);
    -moz-transform: rotate(-19deg);
    -o-transform: rotate(-19deg);
}*/

.container .sliders .game-area .box-img {
    width: 40px;
    position: absolute;
    top: 0;
    left: 0;
}

.container .sliders .game-area .box-img img {
    width: 100%;
}

.container .sliders .game-area .puerta {
    width: 49px;
    left: 873px;
    top: 357px;
    position: absolute;
    cursor: pointer;
}

.container .sliders .game-area .puerta2 {
    width: 131px;
    height: 47px;
    left: 428px;
    top: 0;

    position: absolute;
}

.container .sliders .tablero {
    width: 960px;
    height: 170px;
    border: 5px solid #fff0;
    position: absolute;
    bottom: 0;
    left: 0;
}

.bg-modal {
    z-index: 10;
    position: absolute;
    top: 0;
    left: 0;
    width: 960px;
    height: 600px;
    display: flex;
}

.bg-modal .modal {
	background-image: url(../imgs/Actividades.png);
    background-repeat: no-repeat;
    background-size: contain;
	width: 960px;
    height: 600px;
    background-color: #071d2c;
    text-align: center;
    padding: 60px
}
.contenidoAnsw{
    background-image: url(../imgs/Tableroderespuestas.png);
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    width: 434px;
    height: 228px;
    top: 186px;
    left: 260px;
	
}
.contenedorPanel{
background-image: url(../imgs/Panelgemas.png);
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    top: 502px;
    left: 218px;
    display: flex;
    width: 691px;
    height: 88px;
	z-index: 11;
}

.box-gems {
/*    
position: absolute;
top: -22px;
left: 27px;
display: flex;
align-items: center;
justify-content: flex-start;
font-size: 17px;
font-family: 'chinese-rocks-free';
color: black;
text-align: center;
width: 710px;
height: 119px;
flex-wrap: wrap;*/
    position: absolute;
    top: 4px;
    left: 54px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    font-size: 14px;
    font-family: 'chinese-rocks-free';
    color: black;
    text-align: center;
    width: 539px;
    max-height: 87px;
    flex-wrap: wrap;
    color: white;
}

.gem-catch {
    margin-left: 0px;
    border-radius: 15px;
	
 /* background: rgba(255, 140, 0, 1);
    background: -moz-linear-gradient(left, rgba(255, 140, 0, 1) 0%, rgba(255, 164, 58, 1) 48%, rgba(255, 164, 59, 1) 49%, rgba(255, 140, 0, 1) 50%, rgba(255, 138, 5, 1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(255, 140, 0, 1)), color-stop(48%, rgba(255, 164, 58, 1)), color-stop(49%, rgba(255, 164, 59, 1)), color-stop(50%, rgba(255, 140, 0, 1)), color-stop(100%, rgba(255, 138, 5, 1)));
    background: -webkit-linear-gradient(left, rgba(255, 140, 0, 1) 0%, rgba(255, 164, 58, 1) 48%, rgba(255, 164, 59, 1) 49%, rgba(255, 140, 0, 1) 50%, rgba(255, 138, 5, 1) 100%);
    background: -o-linear-gradient(left, rgba(255, 140, 0, 1) 0%, rgba(255, 164, 58, 1) 48%, rgba(255, 164, 59, 1) 49%, rgba(255, 140, 0, 1) 50%, rgba(255, 138, 5, 1) 100%);
    background: -ms-linear-gradient(left, rgba(255, 140, 0, 1) 0%, rgba(255, 164, 58, 1) 48%, rgba(255, 164, 59, 1) 49%, rgba(255, 140, 0, 1) 50%, rgba(255, 138, 5, 1) 100%);
    background: linear-gradient(to right, rgba(255, 140, 0, 1) 0%, rgba(255, 164, 58, 1) 48%, rgba(255, 164, 59, 1) 49%, rgba(255, 140, 0, 1) 50%, rgba(255, 138, 5, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff8c00', endColorstr='#ff8a05', GradientType=1);*/
}
.gem1 {
	background-image: url(../imgs/1.png);
    background-repeat: no-repeat;
    background-size: contain;
}
.gem2 {
	background-image: url(../imgs/2.png);
    background-repeat: no-repeat;
    background-size: contain;
}
.gem3 {
	background-image: url(../imgs/3.png);
    background-repeat: no-repeat;
    background-size: contain;
}
.gem4 {
	background-image: url(../imgs/4.png);
    background-repeat: no-repeat;
    background-size: contain;
}
.gem5 {
	background-image: url(../imgs/5.png);
    background-repeat: no-repeat;
    background-size: contain;
}
.gem6 {
	background-image: url(../imgs/6.png);
    background-repeat: no-repeat;
    background-size: contain;
}
.menu {
    background-image: url(../imgs/btn_menu.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    color: #fff;
    font-size: 27px;
    font-family: 'chinese-rocks-free';
    width: 96px;
    height: 36px;
    justify-content: center;
    align-items: center;
    cursor: pointer;
	position: absolute;
    top: 7px;
    left: 37px;
}


.bg-modal4 {
	position: absolute;
	top: 0;
	left: 0;
    width: 960px;
    height: 600px;
	background-color: #000000a6;
	display: flex;
	/*flex-direction: row;*/
	align-items: center;
	justify-content: center;
	z-index: 9;
}
.bg-modal3 {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 600px;
	background-color: #000000;
	display: flex;
	/*flex-direction: row;*/
	align-items: center;
	justify-content: center;
	z-index: 9;
}
.modal4 {
    width: 576px;
    height: 240px;
	background-image: url(../imgs/return_to_menu_window.png);
	background-position: center;
    background-repeat: no-repeat;
	display: flex;
    justify-content: center;
    align-items: center;
}


.modal2 {
	width: 85%;
	height: 95%;
}

.myyVideo {
	width: 100%;
	border-radius: 10px;
}

#myVideo {
	position: fixed;
	right: 0;
	bottom: 0;
	min-width: 100%;
	min-height: 100%;
}
#botonesMenu {
	position: fixed;
	right: 0;
	bottom: 0;
	min-width: 100%;
	min-height: 100%;
}


 .Si{
    background-image: url(../imgs/btn_yes.png);
    width: 94px;
    height: 94px;
    position: absolute;
    top: 317px;
    left: 200px;
    padding: 20px;
    text-align: center;
    z-index: 6;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    font-family: 'chinese-rocks-free';
    font-size: 33px;
}
.No{
    background-image: url(../imgs/btn_no.png);
    width: 94px;
    height: 94px;
    position: absolute;
    top: 317px;
    right: 200px;
    padding: 20px;
    text-align: center;
    z-index: 6;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    font-family: 'chinese-rocks-free';
    font-size: 33px;
	
 }
.modal4Menu{
    width: 70px;
    display: flex;
    text-align: center;
    color: white;
    line-height: 17px;
    font-family: 'chinese-rocks-free';
    font-size: 30px;
    position: relative;
    bottom: 50px;
    left: 153px;
}

.modal4Pregunta{
	width: 334px;
    display: flex;
    text-align: center;
    color: black;
    line-height: 17px;
    font-family: 'chinese-rocks-free';
    font-size: 20px;
    position: relative;
    right: 30px;
    top: 11px;
}
.container .audio-play {
    width: 36px;
    height: 36px;
    background-image: url(../imgs/btn_sound_on_over.png);
    position: absolute;
    top: 7px;
    left: 140px;
    cursor: pointer;
}
.final{
    background-image: url(../imgs/PlecaFinal.png);
	background-position: center;
    background-repeat: no-repeat;
	display: flex;
    justify-content: center;
    align-items: center;
    font-family: 'chinese-rocks-free';
    width: 960px;
    height: 600px;
    text-align: center;
    font-size: 22px;
}
.carreta{
    position: absolute;
    top: 448px;
    left: 793px;
    z-index: 11;
}