@charset "utf-8";

/*reglas generales*/

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

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

header {    background-color: #699051;
            background-position: center;  
}

body{ 
    background-color: #E2F2B1;
    font-family: sans-serif;
}

/*primera parte para el celular - mobile first*/
#imagen{display: flex;
    justify-content: center; }

.logo{
    max-width: 5em;
    height: auto;
    padding: 0.5em;
    

}
header nav ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row;
    margin-right: 2em;
    margin-left: 2em;
font-size: 0.8em;
}

header nav ul li {
    display: inline-block;
    margin-top: 1.5em;

}

header nav ul li a {
    color: white;
    align-items: center;
    font-size: 1em;
    font-family: sans-serif;
    text-align: center;
    display: flex;
    justify-content: space-between;
    text-decoration-line: none;
    margin-bottom: 1em;
}

header nav ul li a:hover {
    text-decoration-line: none;
    color: white;

}



h1 { 
    font-family: sans-serif;
    background-color: ;
    margin-top: 1em;
    color: black;
    height: 1.6em;
    width: 12em;
    border-bottom: 5px solid #F9B55A;
    padding: 0 0 0 0.9em;
    font-size: 1.5em;
}

.poblacion {
    display: block;
	height: auto;
    margin: auto;
    padding: 0.9em 0.9em 0.9em 0.9em;
}


.poblacion p{
    font-family: sans-serif;
    padding: 0.3em 0.9em 0.9em 0.9em;
	color: black;
    padding-bottom: 0em
}

h2 { color:rgba(65, 114, 34, 0.79);
margin-bottom: 1em;
font-size: 1.3em;
}


h4{padding-top: 1em;
margin-bottom: 0.5em;
}

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

}

.florafauna { ;
margin-left:1em;
    margin-right: 1em;
    padding: 0.3em 0.9em 0.9em 0.9em;
}

.florafauna p{
margin-top: 0.5em;
margin-bottom: 2em;
padding-bottom: 0em;}


footer {
    background-color: rgba(65, 114, 34, 0.79);
}

footer p {
    font-size: 0.8em;
    padding: 1em;
    color: white;
    font-family: sans-serif;
    text-align: center;
}

@media screen and (min-width:750px) {

    header nav ul {
        min-height: -webkit-fill-available;
        margin: auto;
        max-width: 50em;
        font-size: 1em;
    }
    
body { display: flex;
    flex-direction: column;
        min-height: 100vh;
        justify-content: space-between;
    }
    
    main { flex-grow: 1;
    max-width: 50em;
    margin: auto;
    }
   
    .flora{ 
        display: flex;
        flex-direction: row;
}
    .flora p{ margin-left: 1em; }   
    
    h4 { margin-left: 1em;
    padding-top: 0em;}
    
    .flora img { max-width: 50%;
    height: auto;}