@charset "utf-8"
 
    @font-face{
        font-family: "SFUI"
        src: url(SFUIText-Regular.otf);
}
 body{
    background-color:floralwhite;
     font-family: tahoma;
          
}  

.contenedora {
    max-width: 70em;
    margin: 0 auto 1rem auto;
    align-items: center;
}

nav {
    display: block;
    border-radius: 20px;
}


li {
    list-style: none;
}




header {
    background-color: #326A2B;
    border-radius: 15px;
}


header nav {
    background-color: #326A2B;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0em;
    flex-wrap: wrap;
}

header ul {
    list-style: none;
    display: flex;
    max-width: 40em;
    padding: 1em 0em 1em 0em;
}

header ul li a {
    font-size: .9em;
     color: aliceblue;
    font-weight: bold;
    display: block;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    padding: 0.45em 0.6em;
}

.logo{
 max-width: 100%;
    height: auto;
    }

#logo{
    max-width: 40%;
    height: auto;
    border-radius: 15px;
    
}


.input-group {
   display: flex;
    justify-content: center;
   }

.noticias {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 2em;
}


.noticias figure {
    color: white;
    text-align: center;
    width: 90%;
    height: 8em;
    margin-bottom: 1em;
    padding: em;
    background-color: #326A2B;
    box-shadow: 1px 2px 5px rgba(0,0,0,.31);
    border-radius: 50px;
    padding: 0;
    margin: 0;
    border: 0;
    box-sizing: border-box; 
    }



.noticias figure a {
    font-size: .8em;
    text-decoration: none;
    color: #326A2B;
    text-align: center;
    margin-bottom: 1em;
    padding: .6em;
    background-color: white;
    box-shadow: 1px 2px 5px rgba(0,0,0,.31);
    border-radius: 10px;
    }




.desarrollo {
    display:flex;
    justify-content: space-around;
	padding-top: 1.625rem;
	padding-bottom: 3.75rem;
    background-color: #f7fdfd;
}


.desarrollo .image-container {
		display: flex;
    justify-content: center;
	}
.img-fluid{
    border-radius: 40px;
    max-width: 80%;
    display: flex;
    justify-content:center;
}

main img{
    max-width: 100%;
    margin-left:auto;
    margin-right: auto;
    
}


div img{
    max-width: 100%;
    display: flex;
    justify-content:center;
    flex-direction: column;
    flex-wrap:wrap;
}

.desarrollo .text-container 
	width: 70%;
    margin: auto;
    margin-top: 2em;
   	}


h1{
    color:green;
    font-family: tahoma;
    font-size: 30px;
    display: block;
    background-color: antiquewhite;
    border-radius: 20px;
    text-align: center;
    }


.equipo h1 {
    text-align: center;
    
}

.equipo ol {
    margin: auto;
    padding:0 7em 0 7em;
    display: flex;
    justify-content:center;
    flex-wrap: wrap;
}

.equipo img {
    border: solid .3em #326A2B;
    max-width: 130px;
    max-height: 130x;
    border-radius: 20px;
}


.equipo ol li {
    padding: 5em;
    width: 4%;
    border-radius: 25em;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-content: center;
   
}


.equipo ol li a {
    text-align: center;
    font-weight: bold;
    margin-top: .7em;
    background-color:#326A2B;
    color:white;
    text-decoration: none;
    margin:0 02;
    border-radius: 10px;

}

.equipo ol li a:hover {
    color: black;
    background-color: #8FBC8F;
   }


.equipo ol li h3 { 
    margin-top: .5em; 
    margin-bottom: auto;
}



.academicos ul li {
    display: flex;
    flex-wrap: wrap;
    align-items:flex-start;
}

.academicos ul li{
    border-bottom: solid 1px rgba(0, 0, 0, 0.2);
    padding-bottom: 1.5em;
    margin-bottom: 1.5em;
    justify-content: space-between;
}

.academicos img {
    width: 12em;
    height: auto;
}

.academicos ul  li {
   margin: auto;
    display: block;
   }

.academicos h3 { margin-top: 0; }



.info{
       text-align: center;
    border: solid .4em green;
    width: 50%;
    margin: auto;
    border-radius: 15px;
}


footer{
    background-color: antiquewhite;
    border-radius: 8px;
}




.links li a{
    list-style: none;
    text-align: center;
    font-weight: bold;
    margin-top: .7em;
    background-color:#326A2B;
    color:white;
    text-decoration: none;
    border-radius: 10px;
    padding: 7px;
    }




.links li a:hover {
    color: black;
    background-color: #8FBC8F;
   }

.agroecologia h1{
    margin-left: 4em;
    
}
.agroecologia div input{
    margin: auto;
    display: flex;
    margin-bottom: 2em;
    
}
.informacion h2{
    margin-right: 5em;
    text-align: center;
    
}
.informacion{
    max-width: 50em;
    display: flex;
    border: solid .3em #326A2B;
    border-radius: 20px;
    align-items: center;
    padding: 0 2em;
    margin: auto;
    margin-top: 2em;
    flex-wrap: wrap;
}
.informacion img{
    display:flex;
    flex-direction: row;
    margin: auto;
    width: 12em;
    border-radius: 12px;
    flex-wrap: wrap;
    margin-top: 1em;
    
}
.agroecologia h2{
    margin-left: 15em;
    border-bottom: solid 1px rgba(0, 0, 0, 0.2);
    margin-right: 13em;
    display: flex;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
}
.menu a{
    color: white;
    text-align: center;
    width: 100%;
    height: 20em;
    background-color: #326A2B;
    box-shadow: 1px 2px 5px rgba(0,0,0,.31);
    border-radius: 20px;
    padding: 0.5em;
    box-sizing: border-box; 
    text-decoration: none;
}
.principios{
    max-width: 50em;
    display: flex;
    border: solid .3em #326A2B;
    border-radius: 20px;
    align-items: center;
    padding: 0 2em;
    margin: auto;
    margin-top: 2em;
    flex-wrap: wrap;
}
.principios img{
        display:flex;
    flex-direction: row;
    margin: auto;
    width: 12em;
    border-radius: 12px;
    flex-wrap: wrap;
    margin-top: 1em;
}
.caracteristicas h2{
    margin-right: 0.5em;
    text-align: center;
    
    
}
.caracteristicas{
         max-width: 50em;
    display: flex;
    border: solid .3em #326A2B;
    border-radius: 20px;
    align-items: center;
    padding: 0 2em;
    margin: auto;
    margin-top: 2em;
    flex-wrap: wrap;
    
}
.caracteristicas img{
           display:flex;
    flex-direction: row;
    margin: auto;
    width: 12em;
    border-radius: 12px;
    flex-wrap: wrap;
    margin-top: 1em;
}