body
{
  margin: 10px auto;
  width:80%;
  font-family: "Montserrat", sans-serif;
  background-image: url(../img/more-leaves.png);
}
.contenedor{
    height: 30vh;
    background-size: cover;
    background-position: center center;
    position: relative;
    background-color: #009343; 
}
.izquierda img{
    top: 0%;
    float:left;
	width: 150px;
	height: 150px;
}
.derecha h1{
    color:#ffffff;
    letter-spacing: 1px;
    text-transform: uppercase;
    text-align: center;
    font-family: "Boldonse", system-ui;
    font-weight: 400;
    font-style: normal;
}
.menuprincipal{
    display: flex;
    align-items: center;/alineación vertical/
    justify-content: space-around;  
    background-color: #009343; 
    box-shadow: 10px 10px 10px -6px rgba(0,0,0,0.45);
    top: 0;
    width: 100%;
}
nav
{
    display: block;
    width: 100%;
    text-align: center;
}
nav ul
{
	list-style: none;
}
nav li
{
    display: inline-block;
    margin-right: 2px;
    margin-top: 0.2em;
  }
.menuprincipal a{
    display: block;
    font-family: "Boldonse", system-ui;
    font-size: 0.5rem;
    padding: 1.1rem;
    background-color: #044ea5;
    color: #ffffff;
    text-decoration: none;
    border-radius: 10px;
    transition: background-color .3s ease-in-out;
}
.menuprincipal a:hover{
    background-color: #ffffff;
    color: #009343;
    border-radius: 10px;
}
.contenedor h2{
    text-align: center;
    font-size: 4rem;
    color: #044ea5;
    font-family: "Montserrat", sans-serif;
}
section{
    background-color: #ffffff ;
    padding: 20px;
}
.informacion-tema{
    top: 20pxs;
}
h2{
    color: #044ea5;
    text-align: center;
}
.informacion-tema p{
    text-align: justify;
}
.informacion-tema img{
    width: 30%;
    height: 30%;
    border-radius: 10%;
    float: left;
    margin-right: 20px;
    margin-bottom: 20px;
}
footer{
    background-color: #009343;
    width: 100%; 
    align-items:center;
    justify-content: space-around;
}
footer p{
    color: #ffffff;
    text-align: center;
    font-size: 0.8rem;
}
.redessociales {
    display: flex;
    align-items: center;/alineación vertical/
    justify-content: center; 
    background-color: #009343;
    width: 100%; 
}
.boton img{
    width: 20px;
    height: 20px;
}
.boton{
    border-radius: 100%;
    background-color: #ffffff;
    padding: 5px;
    width: 25px;
    height: 25px;
    margin: 10px;
}