@charset "utf-8";
/* Mobile First */

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

* {box-sizing: border-box;

}
* {
    text-decoration: none;
}

* {
    list-style: none;
}

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

header{
    background-color: #FC440F;
    font-family: 'Nunito', sans-serif;
    display: block;
    padding: 1em;
    align-items: center;
}

header section nav ul li a{
    display: block;
    background-color: white;
    border-radius: 2em;
    padding: .5em;
    color: #073F21;
    background: linear-gradient(rgb(255,255,255) 50%, rgba(220,220,220) 50%); 
}



.menu{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
    
}

.logohamb{
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    align-items: center;
    padding-bottom: 1em;
}

.bajada{
        color: white;
        padding-top: .5em;
    }

.buscador img{
    width: 3em;
    display: none;
}

body{
    background-color: #EDE5E2;
    font-family: 'Nunito', sans-serif;
}

main nav ul{
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}

.huerta{
    width: 100%;
    border-radius: 1em;
    margin-top: 1em;
}

main nav img{
    border-radius: 10%;
    height: auto;
    display: block;
}

main nav ul div li{
    display:block;
    text-align: center;
    
}

.lasfotos{
    width: 95%;
    padding-top: .7em;
}

#misplantas{
    color: white;
    display: block;
    background-color: #FC440F;
    border-radius: 2em;
    padding: .4em;
    margin: em;
    background: linear-gradient(rgb(242,145,0) 50%, rgba(252,68,15) 50%); 
    width: 8em;
    

}

main section{
    padding: 1em;
}

.recomendaciones{
    align-items: center;
    margin: .3em;
    width: 7em;

    
}

.botonverde{
    text-align: center;
    align-items: center;
    display: flex;
    justify-content: center;
    background-color: #118842;
    color: white;
    padding: .0.8em;
    margin: .2em;
    border-radius: 2em;
}

.botonrojo{
    text-align: center;
    display: block;
    background-color: #E6332A;
    color: white;
    padding: .0.8em;
    margin: .2em;
    border-radius: 2em;

}

.miscosas{
    text-align: left;
}

.imagennoticia{
    max-width: 10em;
    max-height: 7em;
}

.loblanco{
    padding-bottom: 5em;
    
}

.noticias{
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    flex-direction: row;
    background-color: white;
    text-align: left;
    padding: 1em;
    width: 66em;
}

.contenedornoticia{
    padding-left: 1em;
    max-width: 50%;
    
}

.noticia1{
    max-width: 14em;
    
}



.botonera{
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
    align-items: center;
    flex-direction: row;
    
}

footer img{
    height: 70px;
}

footer{
    position: fixed;
    bottom: 0;
    width: 100%;
    height: 90px;
    background-color: #FC440F;
    padding: 1em;
    margin: 0px;
    flex-grow: 0;
    
}


#llamamenu{
    background-color: rgba(0, 0, 0, 0.5);
    color: white;
    cursor: pointer;
    height: 2.5em;
    width: 2.5em;
    display: flex;
    position: relative;
    z-index: 9999;
}

.hamburguesa {
    background-color:darkgray ;
    position: relative;
    padding-top: 0;
    width: 100%;
    transition: all .5s ease;
    left: auto;
    top: auto;
}



#llamamenu{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items:center;
}

.visible{
    left:auto;
}



/* Solo aplica a dispositivos de más de 600px de ancho */
@media screen and (min-width: 600px){

    
    .huerta{
        width: 35em;
    }

    main{
        text-align: center;
    }

    main section figure li{
        display: flex;
    justify-content: center;
    text-align: center;
    }
    
    .noticias{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    flex-direction: row;
    background-color: white;
    text-align: left;
    padding: 1em;
    width: 60em;
}
    
    .menu{
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    align-items: center;
    }

    .imagennoticia{
        max-width: 20em;
    max-height: 9em;
        
}
.noticias{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    flex-direction: row;
    background-color: white;
    text-align: left;
    padding: 1em;
    width: 80em;
    }
.contenedornoticia{
    max-width: 45%
    }
.noticia1{
    max-width: 80em;
}
    
.botonera{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
    
}

footer img{
    height: 70px;
}

footer{
    position: fixed;
    bottom: 0;
    width: 100%;
    height: 90px;
    padding: 1em;
    margin: 0px;
    flex-grow: 0;
    
}

}

/* Solo aplica a dispositivos de más de 768px de ancho */
@media screen and (min-width: 768px){

#listarecomendaciones
    {
        display: flex;
        justify-content: center;
            }
    
    .recomendaciones{
        margin-left: 2em;
        margin-right: 2em;
        width: 9em;
    }
    
}
/* Solo aplica a dispositivos de más de 992px de ancho */
@media screen and (min-width: 992px) {
    
    footer{
        display: none;
    }
    
    
    .encabezado{
        display:flex;
        justify-content: space-between;
        flex-direction: row;
    }
    
    #listarecomendaciones
    {
        display: flex;
        justify-content: center;
            }
    
    .recomendaciones{
        margin-left: 2em;
        margin-right: 2em;
        width: 9em;
    }
    .buscador img{
    width: 3em;
    display: inherit;
        margin-left: 18;
}
    
    .logohamb{
        width: 20em;
        justify-content: flex-start;
        margin-left: 60;

    }
    

    .menu{
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    align-items: center;
    padding-top: .5em;
    padding-left: 10em;
    width: 38em;
}
    .imagennoticia{
        max-width: 30em;
    max-height: 12em;
        
}
.noticias{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    flex-direction: row;
    background-color: white;
    text-align: left;
    padding: 1em;
    width: 80em;
    }
.contenedornoticia{
    max-width: 31%
    }
.noticia1{
    max-width: 80em;
}

}


@media only screen and (min-width: 1200px) {
    
    .encabezado{
        display:flex;
        justify-content: space-between;
        flex-direction: row;
    }
    
    
    .buscador img{
    width: 3em;
    display: inherit;
}
    
    .logohamb{
        width: 30em;
        justify-content: space-around;
    }
    
    
    
    .menu{
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    align-items: center;
    padding-top: .5em;
    padding-left: 10em;
    width: 38em;
}
}