@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: #118842;
    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;
    margin: 0 .5em .2em 0;
    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;
}

main section{
    padding: 1em;
}


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

main section div figure img{
    border-radius: 10%;
}

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

main nav ul div li a{
    color: white;
    display: block;
    text-align:center;
    background-color: #118842;
    border-radius: 2em;
    padding: .1em;
    margin-top: .5em;
    background: linear-gradient(rgb(0,170,0) 50%, rgba(0,100,0) 50%); 

}

main section figure{
    padding-bottom: 1em;
}


 

.estado1{
    text-align: center;
    display: block;
    background-color: #118842;
    color: white;
}

.estado2{
    text-align: center;
    display: block;
    background-color: #E6332A;
    color: white;
}

.contenedormiscosas{
    margin: .5em;

}

.recomendaciones{
    padding-top: .4em;
}

.miscosas{
    text-align: left;
    color: white;
    background-color: rgb(0,150,0);
    padding: .2em;
    border-top-left-radius: .5em;
    border-top-right-radius: .5em;
}

.divsmiestado{
    max-width: 10em;
}

.divsmiestado2{
    max-width: 10em;
}

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

.loblanco{
    padding-bottom: 5em;
}

.noticias{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    flex-direction: row;
    background-color: white;
    padding: 1em;
    width: 60em;
}

.noticias2{
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    flex-direction: row;
    background-color: white;
    padding: 1em;
    width: 24em;
}



.paginas{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    background-color: floralwhite;
    padding-bottom: 8em;
}

.contenedornoticia{
    padding-left: 1em;
}

.noticia1{
    max-width: 9em;
}

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

footer img{
    height: 70px;
}

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

.videoescaner{
    align-content: center;
    max-width: 26em;
    
}

/*HTML MORÓN SURCO*/

.mainmoron{
    background-image: url(imageneswebapp/fondomoron.jpg);
    background-repeat: no-repeat;
    background-position: top center;
    
}

.mapa{
    display: flex;
    width: 20em;
    margin-right: 0;
    padding-right: 0;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.contienemapa{
    display:flex;
    justify-content: center;
    flex-wrap: wrap;
}

.huerta{
    width: 4em;
    height: 4em;
}

.contienehuerta{
    display: flex;
    width: 4em;
}

.cajablanca{
    background-color: rgba(255,255,255,0.5);
    margin-left: 1em;
    margin-bottom: 1em;
    margin-right: 1em;
    border-radius: 2em;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    flex-direction: column;
    align-items: center;

}

.botonesmoron{
    padding-left: 1em;
    padding-right: 1em;
}


/* HTML NOTICIAS*/

.noticias2{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    flex-direction: column;
    background-color: white;
    padding: 1em;
    width: 20em;
    border-radius: 2em;
    text-align: center;
}

.tienenoticias{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}


/* HTML BOLSÓN*/
    
.bolson5kg{
         display: flex;
    justify-content:center;
    padding: .8em;
    flex-wrap: wrap;
    flex-direction: column;
    text-align: center;
    }
    
.verduras5gk{
        background-color: white;
        border-radius: .8em;
        padding: 1.2em;
        margin: 1.5em;
        
    }
    
    .verduras5kg2{
         background-color: white;
         border-radius: .8em;
         padding: 1.2em;
         margin: 1.5em;
    }   
    
    .bolson2kg{
         display: flex;
    justify-content:center;
    padding: .8em;
        flex-wrap: wrap;
        flex-direction: column;
        text-align: center;
    }
    
    .verduras2gk{
        background-color: white;
         border-radius: .8em;
         padding: 1.2em;
         margin: 1.5em;
    }
    
    .plantines{
        margin: 1.2em;
        border-radius: 8em;
        }

.losplantines{
    width: 17em;
}

.losbolsones{
    text-align: center;
}

.comprar{
    padding: .3em;
}

.reservar{
    padding: .3em;
}

/* Solo aplica a dispositivos de más de 600px de ancho */
@media (min-width: 600px) {
    .menu{
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    align-items: center;
    
}
    
    .logohamb{
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    align-items: center;
}
    
    .buscador img{
    width: 3em;
    display: none;
}
    
    main section figure{
    padding-left: 3em;
}
    
    section h1 {
        padding-left: 2em;
    }
    
    .h1moron{
        padding-left: 0;
    }
    
    .actualizado {
        padding-left: 3em;
    }
    
    .noticia1{
        margin-left: 0;
    }
    
    .imagennoticia{
    max-width: 15em;
    max-height: 11em;
}
    .mainmoron{
    background-image: url(imageneswebapp/fondomoron.jpg);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: 150%;
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
}
    
    .mapa{
    display: flex;
    width: 30em;
    margin-right: 0;
    padding-right: 0;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}
    
    .cajablanca{
    background-color: rgba(255,255,255,0.5);
    margin-left: 1em;
    margin-bottom: 1em;
    margin-right: 1em;
    border-radius: 2em;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    width: 35em;

}
    .noticias2{
        width: 40em;
    }
    
}


/* Solo aplica a dispositivos de más de 900px de ancho*/
@media screen and (min-width: 900px) {
    .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;
}
    
    main section figure{
    padding-left: 3em;
    text-align: center;
}
    
    main nav ul{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
    section{
        text-align: center;
}
    
    section h1 {
        padding-left: 0;
}
    
    .actualizado {
        padding-left: 0;
}
    
    .recomendaciones{
    padding: 2em;
}
    
    .section1 img{
        width: 12em;
    }
    
    
    
    .divsmiestado{
    max-width: 15em;
    padding-left: 1.5em;
}

    
    .section1{
    background-color: linen;
}
    
    .contenedornoticia{
    text-align: left;
}
   
footer img{
    height: 70px;
    
}

footer{
    display: none;
}
    
.loblanco{
    padding-bottom: .5em;
    
}
    
    .botonescaner{
        display: none;
    }

    .botonera{
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    align-items: center;
    }
    
.videoescaner1{
    margin: auto;
    
   
  
}
 
        
    
    
    
    
    

