@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');

* { margin: 0; padding: 0; box-sizing: border-box; }

body {
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    padding-left:0;
    margin: 0;
}

header {
    display: grid;
    grid-template-columns: auto auto;
    margin: 30px;
    margin-top: 32px;
    justify-content: space-between;
    
}

header nav {
    justify-self: end;
    
}

header nav ul li {
    display: inline-block;
    justify-content: space-between;
    margin-top: 16px;

}

header nav ul li a {
    text-decoration: none;
    color: #000;
}

header nav ul {
    list-style: none;
}



section {
    display: grid;
    grid-template-columns: auto auto auto auto;   
    margin-top: 30px;
    height: 15.4rem
}  

.contenedor {
    display: grid;
    grid-template-columns: auto auto auto;
    column-width: 20% 30% 50%;
}

.contenedor section article figure img {
    width: 8.5rem;
}



.contenedor section article ul {
    margin-left: 4rem;
    margin-top: 20px;
}

.maicenitas {
    margin-left: 40px;
    margin-top: 5px;
    background-color: #00450e;
    max-width: 8.5rem;
}

section article figure figcaption {
    color: white;
   text-align: center;
  margin-top: 80px;
}

.ingredientes {
    margin-left: 15px;
}

h2 {
    font-size:1.5rem;
    color: #00450e;
margin-left: 25px;
    margin-top: 7px;
}

aside {
    height: auto;
    margin-left: 10px;
    margin-top: 22px;
} 

aside ol {
    margin-left: 40px;
} 

h1 {
    color: #00450e;
    font-size: 2rem;
    margin-bottom: 30px;
    margin-right: 100x;
} 

footer {background: url(../img/fresas.webp) ;
    background-size: cover;
    color: #fff;
    margin-top: 30px;
    margin-bottom: 18px;
    height: 340px;
} 

footer p {
    color: #fff;
    text-align: center;
    font-weight: 700;
    padding-top: 155px
   
} 