@import url('https://fonts.googleapis.com/css2?family=Goldman:wght@400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Dosis:wght@200;300;400;500;600;700;800&display=swap');
/* ANIMATE WALDO 11 NOV 2020 BY JORGE E.*/

body{
    margin:0;
    background-color: #222222;
    overflow-x: hidden;
    overflow-y: hidden;
    
    background: url(../assets/inicial/fondo_pantalla_inicial.jpg) no-repeat center center fixed !important;
    -webkit-background-size: cover !important;
    -moz-background-size: cover !important;
    -o-background-size: cover !important;
    background-size: cover !important;    
    
}

.contenedor-opciones-iniciales{
	width: 600px;
	height: 350px;
	position: absolute;
	left: calc(50vw - 300px);
	top: calc(50vh - 175px);

}

.logo-universo{
	position: relative;
	width: 600px;
	height: 235px;
	margin-bottom: 20px;
}

.btn-iniciar{
	position: relative;
	width: 600px;
	height: auto;
	text-align: center;
}

.btn-reiniciar{
	position: relative;
	width: 600px;
	height: auto;
	text-transform: uppercase;	
	text-align: center;
    font-family: 'Dosis', sans-serif;
    font-weight: 900;
    color: white;
}

#boton-iniciar{
    cursor: pointer;
}



.iframe-fullscreen{
	width:100vw;
	height: 100vh;
	border:0;
    overflow: hidden;
    position: absolute;
}

#video-presentacion{
    z-index: 0;
}

#seleccion-avatar{
    opacity: 0;
    z-index: 1;
}

#mision{
    opacity: 0;
}
#viaje-espacial{
    opacity: 0;
}

#menu-galaxias{
    opacity: 0;
}

#interior-galaxia{
    opacity: 0;
}
#interior-planeta{
    opacity: 0;
}

iframe{
    -webkit-transition: opacity 0.5s ease-in-out;
  -moz-transition: opacity 0.5s ease-in-out;
  -ms-transition: opacity 0.5s ease-in-out;
  -o-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
}

#pre-loader {
    background-color: rgba(0,0,0,0.2);
    height: 100%;
    width: 100%;
    position: fixed;
    z-index: 1;
    margin-top: 0px;
    top: 0px;
    left: 0px;
    bottom: 0px;
    overflow: hidden !important;
    right: 0px;
    z-index: 999999;
    display: none;
}

#pre-loader img {
    text-align: center;
    left: 0;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    z-index: 99;
    margin: 0 auto;
}

.pantalla-inicial{
	width: 100vw;
	height: 100vh;
	position: absolute;
	top: 0;
	left: 0;
	background-color:  rgba(0,0,0,0.4);
}

#comenzar-aventura{
    background-color: rgba(0,0,0,0.4);
    height: 100%;
    width: 100%;
    position: absolute;
    z-index: 1;
    margin-top: 0px;
    top: 0px;
    left: 0px;
    bottom: 0px;
    overflow: hidden !important;
    right: 0px;
    z-index: 999999;
    display: none;
}

/*
#comenzar-aventura img {
    text-align: center;
    left: 0;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    z-index: 99;
    margin: 0 auto;
    cursor:pointer;
}
*/



#div-dialogo-comunicador{

    display: none;
    position: absolute;
    font-family: sans-serif;
    font-size: 14px;
    line-height: 17px;
    width: 250px;
    background: #ddd;
    border-radius: 25px;
    padding: 15px;
    text-align: center;
    color: #272727;
    z-index: 17;
    left: 160px;
    bottom: 50px;
    font-family: 'Montserrat', sans-serif;
    border: 5px solid #fff;
    -moz-box-shadow: 10px 10px 2px 0px rgba(0,0,0,0.27);
    -moz-box-shadow: 6px 6px 0px -1px rgba(0,0,0,0.61);
    -webkit-box-shadow: 4px 4px 0px -1px rgb(0 0 0 / 61%);
    -moz-box-shadow: 4px 4px 0px -1px rgba(0,0,0,0.61);
    box-shadow: 5px 4px 0px -1px rgb(0 0 0 / 40%);

}



#div-dialogo-comunicador:before {
  content: "";
  width: 0px;
  height: 0px;
  position: absolute;
   border-left: 24px solid transparent;
  border-right: 24px solid #fff;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
  left: -52px;
   top: calc(100% - 30px);
  margin-top:-12px;
}



/* VELO ESTA EN EL CSS DE CADA PLANETA */


.modal-seleccion-avatar{
    width: 758px;
    height: 521px;
    position: absolute; 
    background-image: url(../assets/ui/modal_seleccion_avatar.png);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position:center top;
    z-index: 20; 
    left: calc(50vw - 379px);
    top: calc(50vh - 260px);
    visibility: hidden;
}


#velo-mochila{
    position: absolute;
    width: 100vw;
    height: 100vh;
    background: url(../assets/ui/menu_galaxias/capa_cielo.jpg) no-repeat center center fixed !important;
        -webkit-background-size: cover !important;
        -moz-background-size: cover !important;
        -o-background-size: cover !important;
        background-size: cover !important;     
  z-index: 19;
  visibility: hidden;
}



#btn-cerrar-mochila{
 
    z-index:60; 
}
#btn-cerrar-mochila img{
    cursor: pointer;
}


.contenedor-btnmochila{
    z-index: 17;
    position: absolute;
    top:5px;
    right: 0;
    background-color: transparent;
    width: 58px;
    height: 64px;
}

.contenedor-btnmochila img{
    cursor: pointer;
}

#loading-mochila{
    position: absolute;
    left:50%;
    top: 50%;
    transform:translate(-50%,-50%);
}



/* MOCHILA */
.modal-mochila{
    width: 1000px;
    height: 630px;
    position: absolute;
    background-image: url(../assets/ui/ventana_modal_mochila.png);
    background-repeat: no-repeat;
    /* background-size: 80%; */
    background-position: center top;
    z-index: 20; 
    left: calc(50vw - 500px);
    top: calc(50vh - 315px);
     visibility: hidden;

}

.modal-mochila .btn-cerrar img{
    width: 50px;
}

.nombre-mochila{
    color: white;
    font-size: 30px;
    text-transform: uppercase;
    width: 660px;
/*  background-color: red; */
    position: relative;
    font-family: 'Goldman', cursive;
    font-weight: 900;
    text-shadow: 2px 2px 0px rgba(0,0,0,0.7);
}

.modal-mochila .btn-cerrar{
    width: 50px;
    height: 50px;
    position: absolute;
    margin-right: 10px;
    margin-top: 10px;
    top: 0px;
    right: -15px;
    cursor: pointer;
}

.menu-tabs{
/*  background-color: red; */
    width: 287px;
    height: 570px;
    position: relative;
    float: left;
}

.contenidos-tabs{
/*  background-color: blue; */
    width: 660px;
    height: 570px;
    position: relative;
    float: left;
    padding-left: 20px;
    padding-right: 20px;
}

.contenedor-nivel-avatar{
    width: 287px;
    height: 200px;
/*  background-color: green; */
}

.contenedor-mochila{
    
    width:970px;
    height: 570px;

    position: relative;
    top:30px;
    left: 20px;
    padding-top:0px;
/*  background-color: yellow; */
}

.avatar-imagen{
    width: 287px;
    height: 150px;
/*  background-color: red; */
    text-align: center;
}
.avatar-imagen img{
    height: 150px;
}
.titulo-mision{
    width: 287px;
/*  background-color: blue; */
    color: #585858;
    text-align: center;
    font-family: 'Goldman', cursive;
    font-size: 15px;
    font-weight: 800;
    margin-top: 5px;
    margin-bottom: -10px;
}
.texto-mision{
    width: 287px;
/*  background-color: yellow; */
    text-align: center;
    font-family: 'Goldman', cursive;
    font-weight: 400;
    font-size: 18px;
    color: #2F2F2F;
}

.linea-top{
    border-top-color: #C7C4C4;
    border-top-style: solid;
    border-top-width: 1px;
}

.opcion-menu-mochila{
    border-radius: 0 !important;
    color: #585858 !important;
    background-color: #FFFFFF !important;
    text-transform: uppercase;
    text-align: right;
    font-family: 'Dosis', sans-serif;
    font-weight: 400;
    border-bottom-color: #C7C4C4;
    border-bottom-style: solid;
    border-bottom-width: 1px;
}

.opcion-menu-mochila.active {
    color: #585858 !important;
    background-color: #FFF0D1 !important;
    text-transform: uppercase;
    text-align: right;
    font-family: 'Dosis', sans-serif;
    font-weight: 700;
    border-bottom-color: #C7C4C4;
    border-bottom-style: solid;
    border-bottom-width: 1px;
}

.titulo-seccion-mochila{
    width: 630px;
/*  background-color: aqua; */
    text-align: left;
    font-family: 'Goldman', cursive;
    font-weight: 900;
    font-size: 18px;
    color: #2e2e2e;
    margin-bottom: 20px;
    margin-top: 20px;
}

.caja-premio{
/*  background-color: red; */
    background-color: #94644C;
    width: 109px;
    height: 108px;
    position: relative;
    float: left;
    margin-right: 15px;
    margin-bottom: 15px;
    border-radius: 16px;
    
}
.caja-premio img{
    width: 110px;
    height: 109px;
    position: relative;
    margin-left: -1px;
    margin-top: -1px;
    border-radius: 16px;
    
}

.count-premio{
    position: absolute;
    right: -10px;
    top:-10px;
    width: 30px;
    height: 30px;
    text-align: center;
    font-family: 'Goldman', cursive;
    font-weight: 900;
    font-size: 18px;
    color: white;
    background-color: #1777BE;
    border-radius: 50%;
}

.contenedor-insignias-planeta{
    width: 630px;
    height: 440px;
    overflow-y: scroll;
    background-color: #B59681;
    border-radius: 11px;
    padding-top: 20px;
    padding-right: 20px;
    padding-left: 20px;
}

.caja-insignia{
/*  background-color: red; */
    background-color: #FFF0D1;
    width: 590px;
    height: 108px;
    position: relative;
    float: left;
    margin-right: 15px;
    margin-bottom: 15px;
    border-radius: 16px;
        display: flex;
    align-items: center;
-webkit-box-shadow: 0px 6px 0px 0px rgba(148,100,76,1);
-moz-box-shadow: 0px 6px 0px 0px rgba(148,100,76,1);
box-shadow: 0px 6px 0px 0px rgba(148,100,76,1);
    
}

.icono-medalla{
    position: relative;
    float: left;
/*  background-color: red; */
    width: 100px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    top:5px;
}

.icono-medalla img{
    height: 90px;
}
.contenedor-medalla-textos{
    position: relative;
    float: left;
    width: 500px;
/*  height: 100px; */
/*  background-color: red; */

}

.titulo-medalla{
    text-align: left;
    font-family: 'Goldman', cursive;
    font-weight: 700;
    font-size: 18px;
    color: #2F2F2F; 
}
.texto-tip{
    text-align: left;
      font-family: 'Dosis', sans-serif;
    font-weight: 400;
    font-size: 15px;
    color: #2F2F2F; 
}
