@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;
}

html {
    height: -webkit-fill-available;
}

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

body{
    background-color: #FFDCDC;
    
}

body {
    max-height: 100vh;
    max-height: -webkit-fill-available;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}


/*HEADER Y MENU*/

header {
    background-color: aqua;
}

.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: 2.5em;
    width: 2.5em;
    display: flex;
    position: relative;
    z-index: 9999;
    color:white;
    cursor: pointer;
    margin-top:1em;
    margin: 2em;
}

#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.5em;
    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;
}


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

.principio{
 display: flex;
 flex-direction:row;
 flex-wrap:nowrap;
}
.lavanda{
    width: 5em;
    height:5em;
    margin-top:8em;
    margin-right:5em;
    -webkit-transform: rotate(-2deg);    
    
}

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

h1 {
    font-size: 2.1em;
    font-weight: 900;
    font-family: 'Amatic SC', cursive; 
    color: #30B290;
    text-align: center;
}


/*CARRUSEL*/

.carousel-inner {
   width: 75%;
   margin: auto;
}

.carousel-inner {
    border-radius: 20px;
    margin-top: 2em;
    margin-bottom: 0.5em;
}

.carousel-control-prev {
    margin: 0.2em;
}

.carousel-control-next {
    margin: 0.2em;
  
   
}
.pri{
    font-family: 'Montserrat', sans-serif;
    margin-left: 3.2em;
    margin-right: 3.2em;
    margin-top: 2em;
    font-weight: light;
    color: #272E62;
}


/*ÚLTIMO RECORD*/

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

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

.record {
    display: flex;
    float: right;
}

.ultimorecord {
   padding-right: 2em;
}

h3 {
    font-size: 1.8em;
    margin-top: 0.9em;
    font-weight: 900;
    font-family: 'Amatic SC', cursive; 
    color: #30B290;
    text-align: center;
}


/*BUSCADOR*/

.buscador {
  margin: 2.5em;
  width: 85%;
  display: flex;
  width: auto;
    
}

.buscador input {
  width: 35em;
  padding: 0.5em;
  font-family: 'Montserrat', sans-serif;
 
  font-weight: light;
  color: #272E62;
  border-color: #30B290;
  border-style: solid;
  border-radius: 25px;
}

.buscador .search {
  background: #30B290;
  color: #272E62;
  padding: 0.5em;
  border-radius: 20px;
  padding: 1em 1em 1em 1em;
  margin: 0 1em 0em 1em;
}

.search img {
    
  height: 1.3em;
  width: auto;
  text-align: center;
}

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

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;
}


/*BOTONERA*/

.botonera{
    padding-bottom: 2em;
    max-width: 2em;
    margin-left: auto;
    margin-right: auto;
    /* caja flexible */
    display: flex;
	flex-direction:row;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	align-content: center; 
    
}


.botonera img {
    width: 80vmin;
    margin: .125em;
    position: relative;
    overflow: hidden;
}

/*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;
}


/*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;
    }
    
}

@media (min-width: 1200px){
    
    h1{
        font-size: 3.5em;
    }
 
    #llamamenu {
        display: none;
        
    }
    .carousel-inner {
        width: 60%;
    }
    
    .pri {
        text-align: center;
        margin-left:15em;
        margin-right: 15em;
    }
/*  menu horizontal */
    header nav ul {
    display: flex;
    flex-wrap: wrap;
        
/* menu al "fondo" */
    position: relative;
    width: 100%;
    padding-top: 0em;
    right: auto;
    height: auto;
    justify-content: center;
        
       
    }
    
    header nav ul.visible {
        right: auto;
    }
    
    .nenafruta {
        margin-left: -6em;
        width: 50%
    }
    
    h3 {
        margin-left: 0.2em;
    }
    
    .botonera{

    display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items: stretch;
	align-content: stretch;
    margin: 3.5em;     
    }
    .botonera img {
        width: 45vmin;
       
        
    }
    .barrajuegos{
       display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items: center;
	align-content: center; 
        margin-left: 19em;
        margin-right: 15em;
    }
    .buscador{
        align-items: center;
        align-content: center;
        text-align: center;
        margin-left: 22em;
    }
    progress {
        width: 30em;
        height:3em;
        
    }
    
    .ulrimorecord {
        align-content: center;
    }
    
    h2{
        margin-top: 3.5em;
        font-size: 2.5em;
    }
   
    .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;
    }
    
    .lavanda{
        margin-top:8em;
    }
    .nina{
 display: none;
    }
    .sofia{
         display: none;
    }
}

    
   







