@charset "utf-8";

@import url('https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,400;0,600;0,700;0,800;0,900;1,400&display=swap');

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

}



/*GENERALES*/

body {
    display: flex;
    flex-direction: column;
    font-family: "nunito";
    flex-wrap: wrap;
    justify-content: space-between;
    min-height: -webkit-fill-available;
    min-height: 100vh;
}

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


img {
    max-width: 100%;
    height: auto;
}

h1 {
      color: white;
    font-size: 1.6em;
    margin: auto;

}



header {
    height: 4em;


}

#headerinfo {
    background-color: #6aa656;
    display:flex;

    
}

#headerinicio {
    background-color:  #6aa656
    
}

#headercuenta {
    background-color: #bc9f81;
    position: fixed;
    left: 0;
    right: 0;
    top:0;
    z-index: 99;
    
    
}

#headerecotips {
    background-color: #7ccac6;
     position: fixed;
    left: 0;
    right: 0;
    top:0;
}


#headerajugar {
    background-color: #ff745d;
    position: fixed;
    left: 0;
    right: 0;
    top:0;
    z-index: 99;
}


.contenedora{
    display: flex;
    align-items: center;
   padding: .5em;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: nowrap;
 
}


.imgheader {
    width: 2.8em;
}

#logo2 {
    width: 12em;
}

.logo2 {
    display: flex;
    align-items: center;    
}



#logo img {
    display: flex;
    height:11em;
    
}




main {
    display: flex;
    flex-direction: column;
    align-items: center;
    flex-grow: 1;
    background-color: #e2ffbd;
    
} 


#maininfo {
    padding:2.5em;
    padding-top: 1.2em;
}

#maininfo img {
    padding-bottom: 1em;
}

#maininfo p {
    margin: .2em
}

input:checked {
  width: 2em;
  height: 2em;
}


label {
    margin:.3em;
   
}

#checkbox {
    display:flex;
    flex-direction: column;
    margin:.8em;
    padding-bottom: .5em;
    padding-top: .6em;
    
}

#checkbox label {
    display: flex;
    margin-top:.6em;
    align-items: center;
    
}

#checkbox p {
    
    margin-left:.7em
}

#maininicio {
    font-size: 1.1em;
    padding:1.5em;
    padding-top:1em;
    text-align: center
}

#maininicio p {
    margin-top:1em;
    margin-bottom: .5em
}


#puenteinicio {
    padding: 1em;
    
}
    


#flecha2 {
    width: 2em;
    height: auto;
    padding-top: 1em;
}



#menusecciones ul li {
    display: flex;
    flex-direction: column;
    text-align: left;
    margin-top: .6em;
    padding: 1.3em;
    list-style: none;
    border-radius: 1em;
    height: 8.5em;
    width: 17.6em;


}

#menusecciones ul li a {
    text-decoration: none;
    color:white;
}

#menusecciones p {
    margin-top: .5em;
    font-size: .95em;
    width:13em
}

#seccion1 {
    background-color: #bc9f80;
    
}

#seccion2 {
    background-color: #7ccac6;
    
}

#seccion3 {
    background-color: #ff745d;
    
}

#seccion4 {
    background-color: #ffc042;
    
}
#menusecciones img {
    display: flex;
    width: 5em;
    position: relative;
    left:10.9em;
    bottom:5em;
}

#menusecciones h3 {
    font-size: 1.4em
}




#empezar {
    background-color: #6aa656;
    padding: .4em;
    padding-left: 2.3em;
    padding-right: 2.3em;
    border-radius: .3em;
    color:white;
    text-decoration: none;
    font-weight: 800;
    font-size: 1.3em
}


#flecha3 img {
    height: 4em;
    margin-bottom: 4em;
}






/*ecotips*/


#mainecotips{
    display: flex;
    flex-wrap: nowrap;
    padding-top: 1em;
   
   

}

#tituloecotips{
padding-top: 3em;
padding-bottom: 1em;
text-align: center;
justify-content: center;
font-size: 1.2em;


}

.ecotips img{
 margin: 0.5em;
  width: 30%;

}

.ecotips{
    display: flex;
    align-items: center;
    flex-wrap: nowrap;

     
}


.ecotips li{
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 9em;
    height: 9em;
    background-color: aliceblue;
    border-radius: 50%;
    text-align: center;
    margin-bottom: 3em;
    align-items: center;
   
}

#plantasemillas {
    margin-bottom: .8em
   
   
}


.ecotips div {
    display: flex;
    justify-content: center;
    flex-direction: column;
   
     
}




.ecotips section p {
    width: 9em;
    font-size: 9em;
}



.ecotips div section img {
    width: 3em;
    height: auto;
  }

.ecotips p{
  font-size: 80%;
    margin-bottom: 1em;

}

 


.circuloizq p{
 width: 6m;


   

 
   
}
.circulodere p{
width: 8em;



}

h4{
margin: 0;
}





/*ecotips de abajo**/

#ecotips2{
display: flex;
justify-content: center;
display: none;

   
}



.circuloizq2{
   
    justify-content: flex-start;
   
}

.circuloizq2 ul{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    flex-wrap: nowrap;
 
}

.circuloizq2 li{
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 9em;
    height: 9em;
    background-color: aliceblue;
    border-radius: 50%;
    text-align: center;
  align-items: center;

}

.circuloizq2 img{
 
    height: auto;
    margin: 0.5em;
    width: 30%;
   
}

.circulodere2{
    display: flex;
    justify-content: flex-end;

}

.circulodere2 ul{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    flex-wrap: nowrap;
    margin-bottom: 8em;
}

.circulodere2 li{
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 9em;
    height: 9em;
    background-color: aliceblue;
    border-radius: 50%;
    text-align: center;
  margin-bottom: 3em;
  align-items: center;
}

.circulodere2 img{
    height: auto;
     margin: 0.5em;
  width: 30%;
}

.circuloizq2 p {
    width: 10em;
}

.circulodere2 p {
    width: 10em;
}



/botones abajo/

.ecotipsboton ul{
    display: flex;
    flex-direction: row;
    margin-bottom: 4em;
   
   
}

.ecotipsboton li {
    list-style: none;  
   
}


.ecotipsboton li a{
background-color: #FFBF43;
color: white;
list-style: none;
text-decoration: none;
padding: 0.25em;
display: block;
margin: 0.25em;
width: 7em;
border-radius: 25em;
text-align: center;
display: block;

}

.ecotipsboton li a:hover{
    background-color: #79C0BC;
}

.ecotipsboton > li a{
    float: left;
}

#tipbici {
    margin-top: 2em;
}


.ecotipsparapc {
    display: none;
}


/*fin ecotips*/


/*botones abajo*/

.ecotipsboton ul{
    display: flex;
    flex-direction: row;
    margin-bottom: 4em;
    
    
}

.ecotipsboton li {
    list-style: none;   
    
}


.ecotipsboton li a{
background-color: #FFBF43;
color: white;
list-style: none;
text-decoration: none;
padding: 0.25em;
display: block;
margin: 0.25em;
width: 7em;
border-radius: 25em;
text-align: center;
display: block;

}

.ecotipsboton li a:hover{
    background-color: #79C0BC;
}

.ecotipsboton > li a{
    float: left;
}

#tipbici {
    margin-top: 2em;
}


.ecotipsparapc {
    display: none;
}


/*fin ecotips*/





/*CUENTA LA CUENCA*/
#headercuenta {
    z-index:3;
}


.maincuentalacuenca1 {   
    display:flex;
    flex-direction:column; 
    flex-wrap:wrap;
    padding: 0.5em;
   
    background-image: url(../imagenes/backgroundriverimg.png);
    background-size:cover;
    background-position:center center;
    background-repeat:no-repeat; 
}

.maincuentalacuenca1 ul li{
 display:flex;
 flex-direction:row;
 align-items:flex-start;
   
}

.maincuentalacuenca1 ul li p {
    text-align:center;
    display:flex;
    flex-direction:column;
    flex-wrap:wrap;
    align-content:flex-start;
}

.maincuentalacuenca1 ul li p ul {
    display:flex;
    flex-direction:column;
    align-content:flex-start;
    text-align:center;
}

p.alignleftt{
    align-items:flex-start; 
}

.flechiita1 {
  max-width:1em;
  height:auto;
  position:relative;
  left:13em;
 z-index:1;
  
  
}

.flechiita2 {
  max-width:1em;
  height:auto;
  position:relative;
  left:13em;
     z-index:1;
  
  
}

.flechiita3 {
  max-width:1em;
  height:auto;
  position:relative;
  left:14em;
   z-index:1;
  
}

.ilustrativoanio {
    width:6.5em;
    max-width:10em;
    height:auto;
    position:relative;
    right:7.5em;
     z-index:1;
  
}


.ecotipslink1 {
    width:4em;
    height:auto;
    position:relative;
    left:21em;
    bottom:5em;
     z-index:1;
  
}

.ecotipslink2 {
    width:4em;
    height:auto;
    position:relative;
    left:8em;
     z-index:1;
  
}

.botonhoverimg {
    width:4em;
    height:auto;
    position:relative;
     z-index:1;
  

}


.cruz {
    width:4em;
    height:auto;
    position:relative;
    right:1em;
    top:3.5em;
     z-index:1;
  
}


.basuura {
    width:6em;
    height:auto;
     z-index:1;
  
    
}


.basuura2 {
    width:6em;
    height:auto;
    position:relative;
    top:5em;
    right:22em;
     z-index:1;
  
    
}


.fabrica1{
    width:9em;
    height:auto;
}

.fabrica2{
    width:7em;
    height:auto;
    position:relative;
    left:17em;
    bottom:6em;
     z-index:1;
  
    
}

.casaa{
    width:6em;
    height:auto;
}

.casasdere {
    width:6em;
    height:auto;
    position:relative;
    top:5em;
    right:22em;
     z-index:1;
  
    
}

.cruces{
    height:auto;
    width:5em;
    position:relative;
    left:9em;
     z-index:1;
  
}


li.norow {
    
    width:20em;
    height:auto;
    padding-bottom:4em;
    text-align:center; 
    
  
}


li.norow ul li{
    position:relative;
    left:10em;
     z-index:1;
  
    
}

li.casass{
    position:relative;
    bottom:5em;
     z-index:1;
  
}


.maincuentalacuenca1 ul li {
    
    display: flex;
    flex-direction: row;
    list-style: none;
    margin: .3em
}

.maincuentalacuenca1 ul li p {
    margin:.5em;
    text-align: center;
    font-weight: 600;
}


.maincuentalacuenca1 h2 {
    padding-top:3.5em;
    padding-bottom: 1em;
    text-align:center;
    justify-content: center;

}

.contaminacion{
    width:20em;
    height:auto;
    padding:0 3em 0em 8em;
    box-sizing:border-box;
    text-align:center; 
}

.contaminacion2 {
     width:25em;
     height:auto;
     padding:0.5em 2em 0.5em 10em;
     box-sizing:border-box;
     text-align:center;
}


.contaminacion3 {
     width:25em;
     height:auto;
     padding:0.5em 1em 0.5em 12em;
     box-sizing:border-box;
     text-align:center;      
}


.contaminacion4{
    width:20em;
    height:auto;
    padding:0 0em 0em 8em;
    box-sizing:border-box;
    text-align:left; 
}




.videoresponsive {
position: relative;
padding-bottom: 56.25%;
width: 80vw;
margin-bottom: 4em;
    
}

.videoresponsive iframe {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0px;
    left: 0px;
    
}


/*FINAL CUENTA LA CUENCA*/





/*A JUGAR*/


#mainjuegos {
    display: flex;
    margin-top: 4em;
    
}

#mainjuegos ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

#mainjuegos ul li {
    width: 48%;
    display: flex;
    flex-direction: column;
    margin: .2em;
    padding: .4em;

}

#mainjuegos ul li a {
    text-decoration: none
}

.estrellas {
    display: flex;
    padding-top: 1em;
    padding-bottom: 1em;
    align-content: center;
    margin-top: auto;
    
 }   

#mainjuegos h1 {
    color: black;
    text-decoration: none;
    font-size: 1.2em;
    text-align: center;
 
}

#mainjuegos h3 {
    color: coral;
    text-align: center;
    font-size: 1em;
    
}

.botonjugar {
    display: none
}

/*comienza A JUGAR 2*/


.sopadeletras h1 {
    color: black;
    text-decoration: none;
    font-size: 1.6em;
    text-align: center;
    padding-top: 2.7em;
   
}

.sopadeletras h3{
    color: black;
    text-align: center;
    font-size: 1.4em;
    
    border-bottom: .3rem solid #ff745d;
    border-top: .3rem solid #ff745d;
    
    margin-top: .7em;
    margin-bottom: .7em;
}

.sopadeletras p {
    text-align: center;
    font-size: 1.2em;

}    

.videoresponsivef {
    position: relative;
    margin: 0 auto;
    height: 0;
    padding-bottom: 125%;
 }

.videoresponsivef iframe {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0px;
    left: 0px;
}


/*comienza A JUGAR 3*/


#mainrompecabeza {
    display: flex;
    
}

#mainrompecabeza ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

#mainrompecabeza ul li {
    width: 48%;
    display: flex;
    flex-direction: column;
    margin: .2em;
    padding: .4em;

}

#mainrompecabeza h2 {
    color: black;
    text-decoration: none;
    text-align: center;
    margin-top: 3.1em;
   
}

#mainrompecabeza h3 {
    color: black;
    text-align: center;
    
    border-bottom: .2rem solid #ff745d;
    border-top: .2rem solid #ff745d;
    
}

#mainrompecabeza p {
    text-align: center;
    font-size: 1.2em;
    padding-top: .2em;
    color: black;

}

#mainrompecabeza ul li a {
    text-decoration: none    
}


.videorompecabeza {
    padding-top: 4.8em;
}


/*fin a jugar*/


/*SABIAS QUE*/


#headersabiasque {
     background-color: #ffc042;
     position: fixed;
    left: 0;
    right: 0;
    top:0;
    z-index: 3;
    
}



#mainsabiasque {
    display: flex;
    padding-top: 2.5em;
    background-color: #b8ddea;

    padding-bottom: 4em;
    flex-direction: column;
    padding-left: .3em;
    padding-right: .3em

    
    
}
#mainsabiasque section {
    display:flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
 
}


#mainsabiasque p {
    text-align: center;
    padding:1em;
    
}

#mainsabiasque ul {
    display: flex;
    flex-direction: row;
    margin-top: 3em;
    
}


#mainsabiasque ul li a{
    color:#ffc042;
    background-color:white;
    padding:.3em;
    padding-left:.6em;
    padding-right: .6em;
    font-weight: 700;
    text-decoration: none;
    border-radius: 2em;
    margin: .8em;

}

#mainsabiasque li {
    list-style: none;
}

.personasabias1 { 
   height: 10em;
    width: auto;
    position: relative;
    left:.5em;
    top:1.5em
}

.personasabias2 { 
   height: 10em;
    width: auto;
    position: relative;
    top:2.6em
    
}

.personasabias3 { 
   height: 10em;
    width: auto;
    position: relative;
    top:4em
}

.puentesabias1 {
    width: 12em;
    height: auto;
    position: relative;
    left: .8em;
    top:3em
}

.puentesabias2 {
    width: 11.5em;
    height: auto;
    position: relative;
    right: .5em;
    top:2em
}

.textoizq { 
    display: flex;
    align-items: center;
    justify-content: center;
    background-image: url(../imagenes/globoizq.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    width: 11em;
    height: 11em;
    
}



.textoder {
    display: flex;
    align-items: center;
    justify-content: center;
    background-image: url(../imagenes/globoder.png);
    background-size:contain;
    background-repeat: no-repeat; 
    background-position: center center;
    width: 11em;
    height: 11em;
    position: relative;
    
}




#mainsabiasque section a img {
    width: 3.4em;
    height: auto;
    padding:.1em;
    z-index: 1;
    
    
}

.botonj1 {
    position: relative;
    right: 1.8em;
    top: 2.2em;
    z-index: 1
}

.botonj2 {
    position: relative;
    left: 2.9em;
    top: 2.9em;
    z-index: 1
}


#sabiasquedos {
    display:none
}






/*FIN SABIAS QUE*/




footer {
   background-color: #e2ffbd;
    font-size: .7em;
    height: 4.5em;
    
}

footer p {
    display: flex;
    justify-content: center;
    padding-top:2em;
}


.footerbotones {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 2

  
}

.footerbotones ul {
    display: flex;
   flex-direction: row;
    list-style: none;
    flex-wrap: nowrap;
    justify-content: center;

}




/*PUNTOS DE QUIEBRE SABIAS QUÉ*/

@media (min-width: 40em) {
    
    #mainsabiasque {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        position:relative;
        justify-content: space-around;
        padding-left: 7em;
        padding-right: 7em;
        
    
    }
    
    #sabiasquedos {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        position:relative;
        justify-content: space-around;

    }
    
    #mainsabiasque section { margin:2em;
        
        
    }
    
    
    
    #mainsabiasque ul {
        
        display: none;
    }
    
    


/*fin puntos de quiebre Sabias qué*/


/*FOOTER PARA PC*/

    
    .footerbotones {
        width: 7em;
        height: 4em;
        position: fixed;
        bottom: 56.8em;
        left:.3em;  
    }

    .footerbotones ul {
        display: flex;
        flex-direction: column;
        width: 9em;
        left:.3em;
    } 
    
    
/*INICIO PARA PC*/
    
    #menusecciones ul {
        display: flex;
        flex-direction: row;
        
    }
    
    #menusecciones li {
        margin: .5em;
    }
    
    #menumobile {
        display: none;
    }
    
    #puenteinicio {
        width: 22em;
        height: auto;
    }
    
    #maininicio h2 {
        font-size: 2.2em
    }
    
    
    
    /*ecotips PC*/

   
    .ecotips{
        display: flex;
        flex-direction: row;
        justify-content: space-around;
       flex-wrap: wrap;
        align-content: center;
        }

    .circuloizq ul {
        display: flex;
        flex-direction: row;
    
    }
    
    .circuloizq ul p {
        font-size: 1em
    
    }
    
    .circuloizq ul li {
        margin: 2em;
        width: 13em;
        height: 13em;
    
    }
     .circulodere ul {
        display: flex;
        flex-direction: row;
    }
    
    .circulodere ul p {
        font-size: 1em
    
    }
    
     .circulodere ul li {
        margin: 2em;
        width: 13em;
        height: 13em;
    }
    
    
    .ecotipsboton {
        display: none;
    }
    
    
    .circuloizq2 ul {
        display: flex;
        flex-direction: row;
        align-items: center;
    
    }
    
    .circuloizq2 ul p {
        font-size: 1em
    
    }
    
    .circuloizq2 ul li {
        margin: 2em;
         width: 13em;
        height: 13em;
    
    }
     .circulodere2 ul {
        display: flex;
        flex-direction: row;
         margin-bottom: 0;
         
    }
    
    .circulodere2 ul p {
        font-size: 1em
    
    }
    
     .circulodere2 ul li {
        margin: 2em;
          width: 13em;
        height: 13em;
    }
    
    
    #tituloecotips {
        font-size: 1.5em
    }
    
    
    /*A jugar para pc*/
    
    #mainjuegos ul{
    display: flex;
    flex-wrap: nowrap;
    margin-top: 2em;
    }
    
    #mainjuegos ul li {
    width: 49%;
    display: flex;
    flex-direction: column;

}    
    
    #mainjuegos h1 {
    color: black;
    text-decoration: none;
    font-size: 1.6em;
    text-align: center;
    padding-top: .5em;
 
}

    #mainjuegos h3 {
    color: coral;
    text-align: center;
    font-size: 1.2em;
    padding-top: .3em;
    
}

 .estrellas {
    display: flex;
    padding-top: 5em;
    width: 12em;
    margin: auto;
  
 }   

    .botonjugar {
    display: flex;
    width: 60%;
    padding-top: .5em;
    margin: auto;    

    }
    
   .piezaspuzzle {
    display: flex;
    margin: auto;
    margin-bottom: 1em;
    width: 60%;
       
  }
    
   

}
