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

header{width: 90%;padding: 1rem;display: flex;justify-content: space-between;margin: 1rem ;}

header ul {font-family: "Poppins", sans-serif;font-weight: 100;font-size: 1rem; list-style-position: inside;display: flex;}
nav a {
    font-family: "Poppins", sans-serif;font-weight: 300;font-size: 1rem;
    color: black;
    justify-content: space-between;
}

section { 
    width: 90%;
    display: flex;
    justify-content: space-between;
    padding: 2%;
}
section article {
    padding: 1rem;
    margin:
    1rem;width: 70%;
}
section article figure {
    background: rgb(0, 82, 27);}
section figure { 
    display: flex;}
figure {
    display: block;
    margin-block-start:
    1rem; margin-block-end:
    1rem;margin-inline-start: 40px;
    margin-inline-end: 40px;
}
section figure img {
    width: 50%;
}
section figure figcaption {
    color: aliceblue;
    align-self:center;
    text-align:center;
    width: 50%;
    font-family: "poppins", sans-serif;
    font-weight: 100;
    font-size: 1rem;
}
section article h1 { 
    font-family: "poppins", sans-serif;
    font-weight: 700;
    font-size: 2rem;
    color: rgb(0, 82, 27);
    margin: 1rem;
}
section article ol {
    margin: 2%;
    font-family:"poppins", sans-serif;
    font-weight: 400;
    font-size: 1rem;}


ul {
    font-family: "poppins", sans-serif;
    font-weight: 200;
    font-size: 1rem}

section aside {margin: 1%;
    padding: 0%;
    display: block;
}
section aside h2 {
    font-family: "poppins", sans-serif;
    font-weight: 700;
    font-size: 1.5rem;
    color: rgb(0, 82, 27);
    display: block;}
img {
    overflow-clip-margin: content-box;
    overflow:clip;
    display: flex;
    justify-content: center;unicode-bidi:isolate;
}

footer{background: url(../img/fresas.webp);
    width: 100%;
    height: 10rem;
    background-size: cover;
}
footer p { 
    text-align: center;
    font-family: "poppins", sans-serif;
    font-weight: 700;
    font-size: 1rem;
    color: aliceblue;
    padding: 4rem;
}

p{
    font-family:"Poppins", sans-serif;
    color: #ffffff;
    text-decoration: none;
    font-family: "Poppins", sans-serif; 
    font-size: 1rem;
    align-self: safe;
    align-content: center;
    text-align: center;
}
footer{
    background: url(../img/fresas.webp);
    width: 100%;
    height: 10rem;
    background-size: cover;}
    .logodesktop {
        display:block;
    }
    .logomobile {
        display:none;
    }

/*R E S P O N S I V E */

@media (max-width: 40rem) {
    body {background: rgb(191, 239, 165);}
    .logodesktop {
        display:none;
    }
    .logomobile {
        display:block;
        margin: auto;
    }
    .menutop {
        display: none;
    }
    section aside {
        margin: 0 auto;
        padding: 1rem;
        width: 20rem;
        background-color: rgb(238, 155, 255);
        color: aliceblue;

    }
    section article {
        padding: 1rem;
        margin: 1rem;

    }
    section {
        display: block;
    }
}