@charset "utf-8";

      /* Mobile First */


/*GENERALES*/

@import url('https://fonts.googleapis.com/css2?family=Montserrat&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Amatic+SC:wght@400;700&display=swap');

*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

img{
    height: 100%;
    width: 100%;
}

body{
    background-color: #BDDFCD;
    
}


/*HEADER Y MENU*/
    
.hamburguesa{
    background-color: #FFFBE0;
    margin: auto;   
    display: flex;
	align-content: flex-end;
    justify-content: space-between;
    position: fixed;
    box-sizing: border-box;
    width: 100%;
    z-index: 9999;
    padding-left:1em;
    padding-right: 1em;
    align-items: center;
}

header nav a {
    padding: .5em 1em;
    font-weight: bold;
}

.sofia{
    background-color:#F7BABA;
    font-family: 'Amatic SC', cursive;
    font-size:1.5em;
}

.nina{
    width:6em;
    margin-left: 6em;
    align-items: center;
}

#llamamenu {
    background-color: #30B290;
    border-radius: 0.5em;
    border: none;  
     height: 3em;
    width: 3em;
    display: flex;
    position: relative;
    z-index: 9999;
    color:white;
    cursor: pointer;
    margin-top:1em;
    margin: 2.1em;
}

#llamamenu i { 
    padding: 0;
    margin: auto;
    
}

header nav ul {
    position: fixed;
    left: 100%;
    height: 100%;
    width: 60%;
    top:0;
    z-index: 9000;
    padding-top: 3.5em;
    transition: all .5s ease;
     background-color: #F7BABA;
    border-radius: 0% 0% 0% 50%;
    
}
header nav ul li {
    
    background-color: #30B290;
    margin: 1.5em;
    padding:0.7em;
    padding-left: 0.2em;
    padding-right: 0.2em;
    border-radius: 25px;
    text-align: center;
}

header nav ul li a{
    color:white;
    font-size:0.8em;
    
}
.visible {   
    left: 40%;
    transition: all .25s ease;
}
header nav ul li:hover {
    background: #9ED0B3;
}

header nav ul li a:hover {
    text-decoration: none;
    color: white;
}
.logo{
    width: 6em;
    height: 6em;
    margin: 0.5em;
}

ul li{  
    font-size:1em;
    font-family: 'Montserrat', sans-serif;
    text-decoration: none; 
    list-style:none;
    color:  #FFFBE0;
    
}

li a {
    text-decoration: none;
}


/*TÍTULOS, SUBTÍTULOS E ÍCONOS*/

h2 {
    margin: 0.5em;
    margin-top: em;
    font-size: 2em;
    font-weight: bold;
    font-family: 'Amatic SC', cursive; 
    color: #272E62;

}

h3 {
    margin: 0.3em;
    margin-top: 0.8em;
    margin-right: 1em;
    font-size: 1.7em;
    font-weight: bold;
    text-align: center;
    font-family: 'Amatic SC', cursive; 
    color: #30B290;
}

h3 .azul {
    font-size: 0.7em;
    font-weight: bold;
}

h1 {
    color: #F7BABA;
    margin-bottom: 0.5em;
    padding-left: 0.8em;
    margin-right: 1.4em;
    margin-top: 0.5em;
    font-size: 2.2em;
    font-weight: bold;
    font-family: 'Amatic SC', cursive; 
    background-color: #FFFBE0 ; 
    border-radius:0 0.5em 0.5em 0;
}

h4 {
    font-size: 2.5em;
    margin-top: 1em;
    font-weight: 900;
    font-family: 'Amatic SC', cursive; 
    color: #30B290;
    text-align: center;
    margin-bottom: 0.5em;
}
h4:hover{
    background-color: #FFFBE0;
    border-radius: 1em;
    padding: 0.2em;
    transition: 0.4s ease;
}

.qs{ 
    
 display: flex;
 flex-direction:row;
 flex-wrap:nowrap;

}
h2{
    margin-top: 4.5em;
}

#joystick{
margin-top: 7.5em;
width: 5em;
height:5em;
margin-left: 2em;
-webkit-transform: rotate(-25deg);
}

/*VIDEO*/

.vid{
        width: 80%;
        align-content:center;
        border-radius: 2rem; 
        margin-left: 2em;
        
        
    }


/*ACORDEON*/

.accordion{
   background-color: #BDDFCD;
   border: none;
   outline: none; 
    
}   
.panel{
    display: none;
    overflow: hidden;
}

.fa-chevron-down {
    padding: 0.3em;
    font-size: 0.8em;
}

.juegosnivel0102 {
    margin-bottom: 1em;
}


/*ÚLTIMO RECORD*/

.nenafruta {
    width: 30%;
    margin-left: 1em;
    margin-top:1em;
}

.azul {
    color: #272E62;
    font-size: 0.9em;
}

.record {
    display: flex;
    flex:row;
    justify-content: center;
   
}

.barra{
    text-align: center;
    align-content: center;
    margin: 1em;
}

.barra li{
    list-style: none;
     font-family: 'MOntserrat', sans-serif;
     color: #272E62;
    margin-top: 1em;
}
.barra{
    text-align: center;
    align-content: center;
    margin: 1em;
}
progress {
    width: 18em;
    height:1.5em;
    -webkit-appearance: none;
    border-radius: 0.6em;
    align-content: center;
    margin-top: 1em;
  
}
progress::-webkit-progress-bar {
    background-color: #F8F2E4;
    border-radius: 0.6em;
    
}

progress::-webkit-progress-value {
    background: #30B290;
    border-radius: 0.6em;
}

progress::-moz-progress-bar {
    background-color: #30B290;
    border-radius: 0.6em;
}

/*nivs*/
.nivs{
    margin: 1em;
    max-width: 20em;
    margin-left: auto;
    margin-right: auto;
}
.nivs figure{
    position: relative;
    overflow: hidden;
   
}
.nivs img{
    object-fit: cover;
    object-position: left center;
    width: 45vmin;
    height: 45vmin;
    display: block;
   
}
.nivs figcaption{
    background-color: #FFFBE0;  
    font-family: 'Amatic SC', cursive; 
    color: #272E62;
    padding: .5em;
    line-height: 1.1em;
    text-transform: uppercase;
    font-weight: 1000;
    position: absolute;
    width: 100%;
    height: 100%;
    top: calc( 100% - 2em );
    font-size: 1.2em;
    transition: all .6s ease-out;
}
.nivs figure:hover figcaption {
    background-color:  #FFFBE0;
    opacity: 50%;
    color: #272E62;
    font-size: 1.2em;
    top: 0;
    transition: all .2s ease;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.nivs figcaption span {
    display: block;
    font-size: .75em;
    color:  #272E62;
    margin-top: .5em;
    text-transform: none;
}

/*BOTONERA*/

.botonera img {
        width: 100%;
        display: flex;
        align-items: center;
        margin: auto;
    }
    
    
.botonera{
        margin:auto;
        display:flex;
        flex-direction: column;
        align-items: center;
        
    }


/*PIE*/

footer{
    padding:1em;
    background-color: #F7BABA;
    width: 100%;
}
    
.nene{
    width: 20em;
}

.pie{
    font-family: sans-serif;
    font-style: italic;
    color: #FFFBE0;
    font-size: 0.7em;
    margin:1em;
    background-color: #F7BABA;
    text-align: left;
}


/*RESPONSIVE*/

@media screen and (min-width: 620px)
{
   
    #llamamenu {
        display: none;
}
    header nav ul {
        display: flex;
        flex-wrap: wrap;
        background: none;
        position: relative;
        height: auto;
        width: 100%;
        left: auto;
        padding-top: 0;
       
}
    .visible {
        left: 0;
}
    header nav ul {
        padding-right: .5em;
}
    header nav ul li {
        font-size: 20px;
        padding: .2em .3em;
        
        
}

    header nav a {
        color: white;
      
}
    .logo{
        margin-left: 5em;
    }
    
}

    
    .botonera img {
        width: 100%;
        display: flex;
        align-items: center;
        margin: auto;
    }
    
    
    
    .botonera{
        margin:auto;
        display:flex;
        flex-direction: column;
        align-content: center;
        align-items: center;
        
        
    }


/*MENU RESPONSIVE*/

@media (min-width: 1200px){
    
      .vidptos{
        display: flex;
        flex-direction: row;
        margin: 2em;
        
    }
    
    
    h2 {
        font-size: 2.5em;
        margin-top: 3.5em;
    }
       #joystick {
      width:5em;
      height: 5em;
      

}
   .record h3{
    font-size: 2.2em;
    margin-top: 1em;
    }
    
    h1{
    margin:auto;
    margin-top: 0.5em;
    font-size:2.5em;
    margin-right: 25em;
    padding: 0.3em; 
    }
    
    
    /*niv*/
  .nivs{
    margin: 1em;
    max-width: 50em;
     

}
    
    .nivs img{
     object-fit: cover;
     object-position: left center;
     width: 90vmin;
     display: block;
   
}
    .nivs figcaption{
        font-size: 2em;
        line-height: 2em;
        
    }
    .nivs figure:hover figcaption {
        font-size: 2em;
    }
    .infobar{
    display: flex;
    flex-direction: column;
    justify-content: center;
   
    }
    
    .record {
        margin: 2em;
    }
  
/* BOTONERA JUEGOS */

.botonera{
    padding:1em;
    margin: 2em;
    display: flex;
    flex-direction: row;      
      
}
    
    h4{
        margin-right: 0.4em;
        font-size: 3em;
    }
    
    .vid{
        width: 40em;
        align-content: center;
        align-items: center; 
       
    }
    
    .nenafruta{
        width: 14em;
        height: 10em;
        margin-left: 2em;
        
    }

   .nina{
    display: none;
    }
    
    .sofia{
    display: none;
    }
    
    .juegosnivel0102 {
        width: 90%;
    }
    .abajo{
    display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-around;
	align-items: center;
	align-content: center; 
    margin-left: 10em;
    margin-right: 10em;
    }
}