
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

body {
    background-color:#ffffff;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-style: normal;
}

header {
    width: 100%;
    margin: auto;
    height: 6rem;
    display: grid;
    padding-left: 1rem;
    grid-template-columns: auto auto;
    justify-content: space-between;
}

nav {
    color:black;
    justify-content: right;
    text-align:right;
    padding-right: 2rem;
    padding-top: 2rem;
    width: 20rem;
    min-height: 3rem;
}
.Alfajor-de-Maicena {
    background-color: rgb(27, 79, 39);
    display: grid;
    grid-template-columns: 50% 50%;
    max-width: 80rem;
    height: 26.5rem;
    margin:auto;
    margin-top: 3rem;
    align-items: center;
}
.Imagen-Alfajor{
    width: 40rem;
    margin-right: 0rem;
}
.Texto-Alfajor {
    color: aliceblue;
    align-self: center;
    text-align: center;
}

footer {
    background-image: url(recursos/fresas.webp);
    width: 100%;
    height: 20rem;
    align-items: center;
    justify-content: center;
    margin-bottom: 1rem;
}
.contenido-footer {
    text-align: center;
    color: white;
    font-size: 18px; 
    font-weight: bold;
    padding-top: 8rem;
}
.logo {
    padding-top: 1rem;
}

section {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-left: 3rem;
}

aside {
    margin-right: 10%; 
}

aside h2, article h1 {
    font-size: 1.4rem;
    color: #00450e;
    margin-top: 3rem;
}

aside ul, article ol {
    list-style-position: inside;
    margin-top: 1rem;
}

aside ul li, article ol li {
    font-size: 1rem;
    line-height: 1;
    color: #171818;
    margin-left: -8px;
    margin-bottom: 5px;
}

article {
    width: 70%;
    margin-top: 0;
    margin-left: 0; 
    padding: 20px 10px;
}

article h1 {
    font-size: 2rem;
    line-height: 1;
    margin-bottom: 20px;
}

article ol li {
    font-size: 1rem;
    line-height: 1;
    margin-left: -8px;
}