body {
    margin: 0;
    padding: 0;
    background-color:#ADCFDE;
    /*que no se amplie todo en la pantalla grande */
     max-width: 50em;
    margin: 0 auto;
    
/*menu y menu desplegable*/    
    
}

.icono {
    width: 80px;
    float: left
}
h1 {
    font-family: Raleway , sans-serif;
    font-weight: 700;
    background: #9ba783;
    font-size: 16px;
    color: #3b533b;
    margin: 0;
    margin-top: 30px;
    padding: 0;
    float: left;
   
}

nav {
    font-family: Raleway , sans-serif;
    font-weight: 600;
    background: #9ba783;
    height: 80px;
    width: 100%;
    
}
nav ul{
    float: right;
    margin: 0;
    margin-right: 30px;
}
nav ul li {
    display: inline-block;
    line-height: 80px;
    margin: 0 5px; 
}
nav ul li a {
    padding-left: 3px;
    padding-right: 20px;
    text-decoration: none;
    color: #1c590a;
}

.chkbtn {
    font-size: 30px;
    color: #fff;
    float: right;
    line-height: 80px;
    margin-right: 40px;
    margin-top: 20px;
    display: none;
    cursor: pointer;
}
#chk {
    display: none;
}
@media(max-width: 1000px)
{
    nav ul li a {
        font-size: 20px;
    }
}
@media(max-width: 900px)
{
    .chkbtn{
        display: block;
        margin-right: 40px;
    }
    ul{
        position: fixed;
        width: 100%;
        height: 100vh;
        margin: 0;
        padding: 0;
        background: #9ba783;
        top: 80px;
        left: 112%;
        text-align: center;
        transition: .5s;
    }
    nav ul li{
        display: block;
        margin: 40px 0;
        line-height: 30px;
        
    }
    a:hover, a.active{
        background-color: none;
        color: #76d64c;
        font-weight: 700;
        
    }
    #chk:checked ~ ul {
        left: 0;
    }
}

i {
    color: #1c590a;
}

/*noticia*/   

#expo {
    max-width: 100%;
    width: 675px;
    }
    
h6 { color:#72844e;
    margin-bottom: 20px;
    margin-top: 20px;
    font-weight: 700;
    text-align: center;
    font-size: 30px;
    font-family: 'Raleway', sans-serif;
     
    
   
    
    }
.noticialey{
    margin-left: 20px;
    margin-right: 20px;
    margin-top: 1em;
    margin-bottom: 3em;
}
    
.texto{
    text-align:left;
    font-family: 'Lora', serif;
   
    }
    
h3 {
    text-align: center;
    margin-top: 35px;
    margin-left: 50px;
    margin-right: 50px;
    margin-bottom: 20px;
    background: linear-gradient(1deg, rgba(155,167,131,1) 0%, rgb(203, 247, 231) 100%);
    border: 1px solid #fff;
    padding: 10px;
    border-radius: 10px;
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    font-weight: 600;
}


/*pie e iconos contacto*/    


.contactanos {
    display: flex;
    
    
}

.contactanos img {
    
     max-width: 100%;
    height: 3em;
}

.contactanos  {
    
    display: flex;
    justify-content: space-around;
    align-items: center;
   padding-bottom: 1em;
    margin: 1em;
    }
    
     
     
footer {
    background-color:#9ba783;
    color: whitesmoke;
    padding: 2rem;
    font-size: 0.9rem;
        }




