@import url('https://fonts.googleapis.com/css2?family=Roboto+Mono:ital,wght@0,100..700;1,100..700&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');


/* listado de abajo */
.porfavor {display: flex; text-align: center left; }
.bloque1 {width: 20%; text-align: left;}
.bloque2 {width: 20% }
.ya {list-style: none;}
.gourmet {display:grid;}





/*recetas chef */
h1 { font-family: "Roboto", sans-serif;
    font-weight: 300;
    font-style: normal; text-align: right; font-size:20px; list-style: none 
}





/* alfajor y foto de aljafor*/
.maicena { background-color: #0f420d; display:flex; justify-content: space-between;align-items: center; padding: 10px; list-style: none;
}

.alfajoresdemaicena {font-family: "Roboto", sans-serif;
    font-weight: 300;
    font-style: normal;color:aliceblue;list-style: none; text-align: center; flex: 1;
}

.alfajor {
    height: 500px; width: 500px;
    object-fit:cover; 
}

header {margin: 30px;}






/* listado r*/
.titulo1 {font-family: "Roboto", sans-serif;
    font-weight: 700;
    font-style: normal;color:#0f420d }
    .titulo2 { font-family: "Roboto", sans-serif;
        font-weight: 700;
        font-style: normal; color:#0f420d }
.listado {font-family: "Roboto", sans-serif;
    font-weight: 300;
    font-style: normal;}
.cocina {font-family: "Roboto", sans-serif;
font-weight: 300;
font-style: normal;text-align:start;list-style: none }





/* frutillaaaa*/
.fresa {width: 2000px;
height: 300px;object-fit: cover;}
.texto {position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    font-size: 15px;
    font-family: "Roboto", sans-serif; font-weight: 700;
font-style: normal;}
.bien {
    position: relative;
    display: inline-block;
}