body {
    background: #aed8b4;
    margin: 0;
}

.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;
    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;
}

section {
    text-align: center;
}
.caja1 {
    display: inline-block;
    width: 40%;
    margin: 10px;
    margin-bottom: 20px;
    padding: 5px;
    padding-bottom: 10px;
    background: #a8e8b9;
    border-radius: 10px;
    box-shadow: 5px 5px 20px rgba(0,0,0,0.4);
    cursor: default;
    transition: all 400ms ease;
}
.caja2 {
    display: inline-block;
    width: 40%;
    margin: 10px;
    margin-bottom: 20px;
    padding: 5px;
    padding-bottom: 10px;
    background: #a8e8b9;
    border-radius: 10px;
    box-shadow: 5px 5px 20px rgba(0,0,0,0.4);
    cursor: default;
    transition: all 400ms ease;
}
.caja3 {
    display: inline-block;
    width: 40%;
    margin: 10px;
    padding: 5px;
    padding-bottom: 10px;
    background: #a8e8b9;
    border-radius: 10px;
    box-shadow: 5px 5px 20px rgba(0,0,0,0.4);
    cursor: default;
    transition: all 400ms ease;
}
.caja4 {
    display: inline-block;
    width: 40%;
    margin: 10px;
    padding: 5px;
    padding-bottom: 10px;
    background: #a8e8b9;
    border-radius: 10px;
    box-shadow: 5px 5px 20px rgba(0,0,0,0.4);
    cursor: default;
    transition: all 400ms ease;
}

.caja1:hover {
    box-shadow: 10px 10px 20px rgba(0,0,0,0.4);
    transform: translateY(-2%);
}
.caja2:hover {
   box-shadow: 10px 10px 20px rgba(0,0,0,0.4);
   transform: translateY(-2%);
}
.caja3:hover {
    box-shadow: 10px 10px 20px rgba(0,0,0,0.4);
    transform: translateY(-2%);
}
.caja4:hover {
    box-shadow: 10px 10px 20px rgba(0,0,0,0.4);
    transform: translateY(-2%);
}

figure {
   display: inline-block;
   margin:0;
   flex-direction: column;
}
figure img {
    display: inline-block;
    width: 100%;
    border-radius: 5px;
    margin-bottom: 5px;

}

h2 {
    margin-top: 20px;
    margin-bottom: 10px;
    text-align: center;
    font-size: 25px;
    color: #1c590a;
    font-family: 'Raleway', sans-serif;
    font-weight: 600;
    padding-right: 25px;
    padding-left: 25px;
}
h3 {
    font-family: 'Lora', serif;
    font-weight: 500;
    font-size: 15px;
    margin-top: 0px;
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 20px;
    padding: 10px;

}
h4 {
    font-family: 'Raleway', sans-serif;
    font-weight: 600;
    font-size: 20px;
    color: #297911;
    margin: 0;
}

p {
    font-family: 'Lora', serif;
    font-size: 80%;
    font-weight: 500;
    margin-top: 5px;

}
.direccion {
    display: inline-block;
    text-decoration: none;
    font-family: Raleway , sans-serif;
    font-weight: 400;
    background: #226534;
    color: #a8e8b9;
    padding-left: 40px;
    padding-right: 40px;
    padding-top: 5px;
    padding-bottom: 5px;
    border-radius: 10px;
    
}


/*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;
    margin-top: 30px;
    }
    
     
footer {
    background-color:#9ba783;
    color: whitesmoke;
    padding: 2rem;
    font-size: 0.9rem;
    font-family: 'Lora', serif;
    padding: 10px;
        }