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



header{ min-height: 4rem; margin: 2rem;}

header p{
    text-align: right;
    font-family: arial;
    font-size: 12pt;
    font-weight: lighter;
}

header img{ width: 11rem;}

.contenedoralfajor { 
    background-color: rgb(13, 71, 16);
    height: 15rem;
}

.contenedoralfajor p{
    color: aliceblue;
    font-weight: lighter;
    font-family: arial;
    font-size: 12pt;
    text-align: center;
    margin-top: 70px;
}

section{ 
    margin: 2rem;
    display: grid;
    grid-template-columns: 15% 17% 58%;
    justify-content: space-between;

}

article{  
    min-height: 2rem;
}

h2{
    color: rgb(14, 75, 17);
    font-family: arial;
    font-size: 700;
    text-align: left;
    padding-bottom: 15px;
    margin: 0;
}

ul{
    font: arial;
    margin-left: 20px;
}

h1{
    color: rgb(14, 75, 17);
    font-weight: 700;
    font-family: arial;
    font-size: 2rem;
    text-align: left;
    padding-bottom: 25px;
}

.ingredientes li{
    font-family: arial;
    font-size: 15px;
    margin-left: 10px;
}

.preparacion li{
    font-family: arial;
    font-weight: lighter;
    font-size: 11pt;
    margin-left: 20px;
    
}

article img{
    width: 100%;
}

.textocentrado {
    color: aliceblue;
    text-align: center;
    font-size: 12pt;
    font-weight: bolder;
    font-family: arial;
    position: absolute;
    top: 94%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.contenedorfinal {
    width: 100%;
    height: 21em;
    overflow: hidden;
}

.contenedorfinal img {
    width: 100%;
    height: auto;
    object-fit: cover;
}

footer{ 
    background: aliceblue; 
    min-height: 1rem;
}
