* {
    margin: 0;
    padding: 0;
    
}


body {
    font-weight: 300;
    
    margin: 0;
    font-family: 'Roboto', sans-serif;

}

header {
    width: 100%;
    padding: 2rem;
    margin-bottom: 3rem;
    display: grid;
    grid-template-columns: auto auto;
    justify-content: space-between;

}

nav {
    display: block;
    unicode-bidi: isolate;
    text-decoration: none;
}

nav ul li a {
    text-decoration: none;
    padding: 0;
    margin: 1.5rem;
}

ul li {
}

section {
    background-color: rgb(255, 255, 255);
    width: 100%;
    display: flex;
    justify-content: space-between;
}

article {
    width: 10rem;
    height: 4rem;
}

section article {
    width: 70%;
    height: 20rem;
    margin-left: 2rem;
    margin-top: 2rem;
    background-color: rgb(255, 255, 255); 
}

ol {
    display: block;
    list-style-type: decimal;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 40px;
    unicode-bidi: isolate;
}


section aside {
    width: 15%;
    height: 20rem;
    margin-left: 2rem;
    margin-top: 2rem;
    background-color: rgb(255, 255, 255);
}

h1 {
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    color: rgb(0, 101, 0);
    font-size: 2rem;
}



h2 {
    font-family: 'Roboto', sans-serif;
    font-weight: bold;
    unicode-bidi: isolate;
    color: #00450e;
}

ul {
    display: block;
    list-style-type: disc;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 40px;
    unicode-bidi: isolate;
    text-decoration: none;
}

li {
    display: list-item;
    unicode-bidi: isolate;
}


.logo {
    width: 4rem;
    height: 1.6rem; 
    padding: 1rem;
    margin: 1rem 0 rem 1rem 1rem;
}



figure {
    display: grid;
    background: #00450e;
    grid-template-columns: 50% 50%;
    margin: 3%;
    align-items: center;
}
figcaption {
    color: #fff;
    align-self: center;
    text-align: center;
}

figure img {
    width: 100%;
}




footer {
    background-image: url('../img/fresas.webp');
    background-size: cover;
    background-position: cover;
    height: 350px; 
    display: flex;
    justify-content: center;
    align-items: center;
}

.footer-content {
    text-align: center;
    color: white;
    font-size: 18px; 
    font-weight: bold;
    background-color: rgba(0, 0, 0, 0);
    padding: 10px 20px;
}
