
@import url('https://fonts.googleapis.com/css?family=Fredoka+One|Lobster|Roboto');

/* TIPO DE TIPOGRAFIAS */
.principal p {
    font-size: 22px;
    color: #ffff;
    font-weight: 200px;
    text-transform: uppercase;
    text-align: center;
    padding-left: 5%;
    padding-right: 5%;
    margin-bottom: 20px;
    font-family: 'Fredoka One', cursive;
}

.personajes {
     max-width: 210px;
    height: auto;
    margin-bottom: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: auto;
    position: relative;
    top: 5em;
}

/*PAGINA PRINCIPAL RECI y EL TEXTO SOBRE RECI*/
.principal img {
    max-width: 360px;
    width: 280px;
    height: auto;
        margin-bottom: 20px;
    
}

/* DIV que contiene el box de texto y a el pj*/
.principal {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: auto;
}




.principal mapa {
    background-image: url(../imagenes/mapa.svg)
}


/* ALINEACION GENERAL*/
* {
    margin: 0;
    padding: 0;
    border: 0;
    box-sizing: border-box;
    font-family: 'Barlow Condensed', sans-serif;
    list-style: none;
}

/* IMAGENES PARA LOS FONDOS */
/* Arbolitos */
.body-bosque-del-inicio{
    background-image:url(../imagenes/fondobosque.svg);
    background-repeat: no-repeat;
    background-size: cover;
}
/* 01historia */
.body-historia-uno{
    background-image:url(../imagenes/historiauno.svg);
    background-repeat: no-repeat;
    
    /*background-size: cover;*/
}

/* 02historia */
.body-historia-dos{
    background-image:url(../imagenes/historiados.svg);
    background-repeat: no-repeat;
    background-size: cover;
}


/* 03historia */
.body-historia-tres{
    background-image:url(../imagenes/historiatres.svg);
    background-repeat: no-repeat;
    background-size: cover;
}

/*MAPA*/
.mapa{
   background-image:url(../imagenes/mapa.svg);
    background-repeat: no-repeat;
    background-size: cover; 
}

/* BODYFLEX */
body {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}



/* LOGO ECOJUEGO */
.logo-de-ecojuego {
    display: flex;
    width: 100px;
    height: 0px;
    flex-direction: column;
    align-items: center;
    margin:auto;
	text-align:center;
}


.logo-de-ecojuego img {
    max-width: 70px;
    height: auto;
    margin-top: 20px;
    margin-bottom: 20px;
}

.hoja {
    width: 3.5em;
    position: absolute;
    top: 1.25em;
    right: 17.55em;
    
}

.hojita {
    width: 3.5em;
    position: absolute;
    top: 0em;
    right: 10em;
}


/*ECOJUEGO LOGO - Nunca borrar esto, trae equilibro al MAIN*/
.comenzar-nuestra-aventura {
    flex-grow: 1;
    display: flex;
    margin: auto;
    flex-direction: column;
    justify-content: space-between;
    width: 340px;
    height: 552px;
}
/*BOTON GENERICO*/
/*Cuando hay un solo boton se pone ".botonsolo"*/
.botonsolo {
    
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    justify-content: space-around;
    align-items: center;
align-items: stretch;
    margin-left: 20px;
    margin-right: 20px;
    margin-bottom: 50px;
 
    font-family: 'Roboto', sans-serif; 
    color: #ffffff; 
    font-size: 19px; 
    font-weight: 400; 
    text-align: center;
    text-decoration: none;
    background-color: limegreen;
    overflow: hidden; 
    padding: 11px; 
    border-radius: 35px 0px 35px 0px; 
    border: 2px solid green;
}


/*Cuando hay dos botones se pone ".boton"*/
.botonizq{

    float: left;
    margin-left: 50px;
    margin-top: 10px;
 
    font-family: 'Roboto', sans-serif; 
    color: #ffffff; 
    font-size: 19px; 
    font-weight: 400; 
    text-align: center;
    text-decoration: none;
    background-color: limegreen;
    overflow: hidden; 
    padding: 15px; 
    border-radius: 35px 0px 35px 0px; 
    border: 2px solid green;
}

.botonder{
    
    float: right;
    margin-right: 50px;
    margin-bottom: 20px;
 
    font-family: 'Roboto', sans-serif; 
    color: #ffffff; 
    font-size: 19px; 
    font-weight: 400; 
    text-align: center;
    text-decoration: none;
    background-color: limegreen;
    overflow: hidden; 
    padding: 21px; 
    border-radius: 35px 0px 35px 0px; 
    border: 2px solid green;
}

.botonizqJS{

    float: left;
    margin-left: 50px;
    margin-top: 10px;
 
    font-family: 'Roboto', sans-serif; 
    color: #ffffff; 
    font-size: 19px; 
    font-weight: 400; 
    text-align: center;
    text-decoration: none;
    background-color: limegreen;
    overflow: hidden; 
    padding: 5px; 
    border-radius: 35px 0px 35px 0px; 
    border: 2px solid green;
}

.botonderJS{
    
    float: right;
    margin-right: 50px;
    margin-bottom: 20px;
 
    font-family: 'Roboto', sans-serif; 
    color: #ffffff; 
    font-size: 19px; 
    font-weight: 400; 
    text-align: center;
    text-decoration: none;
    background-color: limegreen;
    overflow: hidden; 
    padding: 5px; 
    border-radius: 35px 0px 35px 0px; 
    border: 2px solid green;
}



/*BOTON "BAHIA PILA"*/
.boton1 {
    display:block;
    font-family: 'Roboto', sans-serif; 
    color: #ffffff; 
    font-size: 19px; 
    font-weight: 400; 
    text-align: center;
    text-decoration: none;
    background-color: #34BC70;
    position: absolute;
    top:  90px; 
    left: 10px;
    margin: 0 0 25px; 
    overflow: hidden; 
    padding: 20px; 
    border-radius: 35px 0px 35px 0px; 
    -moz-border-radius: 35px 0px 35px 0px; 
    -webkit-border-radius: 35px 0px 35px 0px; 
    border: 2px solid yellow;

    
}


.caja_rectangular { 
    font-family: sans-serif; 
    font-size: 18px; 
    font-weight: 400; 
    color: #ffffff; 
    background-color: #34BC70;
    margin-top: 1em;
    
}

.caja_rectangular_java { 
    
        display: flex;
    justify-content: center;
    align-content: flex-start;
    align-items: flex-start;
    
    
    font-family: sans-serif; 
    font-size: 28px; 
    font-weight: 400; 
    color: #ffffff; 
    background-color: brown;
   
    
}

.caja_rectangular_javagreen { 
    
        display: flex;
    justify-content: center;
    align-content: flex-start;
    align-items: flex-start;
    
    
    font-family: sans-serif; 
    font-size: 28px; 
    font-weight: 400; 
    color: #ffffff; 
    background-color: forestgreen;
   
    
}

/*IMAGEN REDONDA*/
.circular{
    width:300px;
    height:300px;
    border-radius:160px;
    border:10px solid #CD6155;
}



.textodejava{
    font-size: 22px;
    color: #575756;
    font-weight: 200px;
    text-transform: uppercase;
    text-align: center;
    padding-left: 5%;
    padding-right: 5%;
    margin-bottom: 20px;
    font-family: 'Fredoka One', cursive;
}

.topbar{
     
    display: table-cell;
    vertical-align: top;

    
}

.globo{
    display: flex;
    justify-content: flex-end;
    
    
}
.caja_dibujo {
    display: flex;
    justify-content: center;
    align-content: flex-start;
    align-items: flex-start;   
}
.caja_pregunta {
    font-family: 'Fredoka One', cursive;    
}


/* header */

header{
    position: relative;
    width: 340px;
    margin:auto;
    height: 5.5em;
}

/* workspace */

.workspace, #workspace{
    position: relative;
}

/* vidas soul corazon */

.soul{
    position: absolute;
    top: 1.75em;
    right: 0.5em;
    z-index: 999;
}

#soul img{
    background: transparent;
    height: 2.30em;
}





.imagendelahistoria{
     display:block;
    margin:auto;
     max-width: 300px;
    height: 300px;
    width: 200%;
    position:relative;
    top: 0em;
}
.reciconamis {
    height: 185px;
    
}

.imagendelosniveles{
     display:block;
    margin:auto;
     max-width: 300px;
    height: 400px;
    width: 400%;
}

.amigos{
    height: 50px;
    width: 50%;
    
}

.lugarlogo{
    
    
}
.recipeque {
    height: 50px;
    position: absolute;
    top: 4.5em;
    left: 6.5em;
    
}

.preguntatrue{
    height: 120px;
    width: 120px;
    float: left;
    margin-left: 50px;
}

.preguntafalse{
    height: 120px;
    width: 120px;
    float: right;
    margin-right: 50px;
}

.botonJSperdiste{
    margin-left: 110px;
    margin-right: 50px;
 
    font-family: 'Roboto', sans-serif; 
    color: #ffffff; 
    font-size: 19px; 
    font-weight: 400; 
    text-align: center;
    text-decoration: none;
    background-color: limegreen;
    overflow: hidden; 
    padding: 10px; 
    border-radius: 35px 0px 35px 0px; 
    border: 2px solid green;
}

.botonJSganaste{

    margin-left: 70px;
    margin-right: 50px;
    margin-bottom: -100px;
    margin-top: 30px;
   
 
    font-family: 'Roboto', sans-serif; 
    color: #ffffff; 
    font-size: 19px; 
    font-weight: 400; 
    text-align: center;
    text-decoration: none;
    background-color: limegreen;
    overflow: hidden; 
    padding: 10px; 
    border-radius: 35px 0px 35px 0px; 
    border: 2px solid green;
}


.bassiperdiste {
    width: 270px;
    max-width: 360px;
    position: relative;
    left: 20px;
    margin-left: 20px;
    margin-bottom: 20px;
    margin-top: -30px;
}

.reciJS{
       width: 300px;
    max-width: 360px;
    position: relative;
    left: 10px;
    margin-left: 10px;
    margin-bottom: -20px;
    margin-top: -10px; 
    
    
}