@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');
* {
    padding: 0;
    margin: 0;
    font-family: 'Poppins',sans-serif;
}
main {
    padding: 0vw;
    display: flex;
    flex-direction: column;
}
.left19 {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    /* align-items: center; */
    /* align-items: center; */
    /* padding-left: 5vw; */
    background-color: rgb(242, 242, 242);
    width: 100vw;
    height: 80vh;
    padding-top: 8vw;
}
.maintext19 {
    width: 30vw;
    height: 50vh;
    /* background-color: aquamarine; */
}
.title19 {
    font-size: 4vw;
    font-weight: 600;
    margin-bottom: 1vw;
}
.subtext19 {
    font-size: 1vw;
    font-weight: 400;
    margin-bottom: 1.5vw;
}
.button19 {
    width: 12vw;
    height: 6vh;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgb(37, 37, 37);
    border: none;
    color: white;
    border-radius: 50px;
}
.containerleft19 {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    width: 35vw;
    height: 20vw;
    /* background-color: rgb(188, 166, 209); */
    margin-bottom: 2vw;
}
.rectangle19 {
    width: 10vw;
    height: 40vh;
}
.right19 {
    background-color: white;
    width: 100vw;
    height: 15vw;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: end;

}
.plato {
    /* margin-top: 1vw; */
    width: 35vw;
    height: 40vw;
    /* height: 90vh; */
}
.containerright19 {
    width: 30vw;
    height: 20vh;
    /* background-color: antiquewhite; */
}
.line19 {
    width: 2.5vw;
    background-color: black;
    height: 0.5vh;
}
.negrilla19 {
    font-size: 1.3vw;
    font-weight: 500;
}
.lorem19 {
    font-size: 1vw;
    font-weight: 400;
    margin-bottom: 1.5vw;
}
.vegetales {
    width: 30vw;
}
@media (max-width: 780px) {
    .left19 {
        display: flex;
        flex-direction: column;
        justify-content: space-around;
        align-items: center;
        /* padding-left: 5vw; */
        background-color: rgb(242, 242, 242);
        width: 100vw;
        height: 120vh;
        padding-top: 8vw;
    }
    .maintext19 {
        display: flex;
        width: 80vw;
        height: 50vh;
        /* background-color: aquamarine; */
        align-items: center;
        text-align: center;
        justify-content: center;
        flex-direction: column;
    }
    .title19 {
        font-size: 9vw;
        font-weight: 600;
        margin-bottom: 1vw;

    }
    .subtext19 {
        font-size: 3vw;
        font-weight: 400;
        margin-bottom: 3vw;
        width: 65vw;
    }
    .button19 {
        width: 40vw;
        height: 6vh;
        display: flex;
        justify-content: center;
        align-items: center;
        background-color: rgb(37, 37, 37);
        border: none;
        color: white;
        border-radius: 50px;
    }
    .containerleft19 {
        display: flex;
        flex-direction: row;
        justify-content: space-around;
        width: 90vw;
        height: 60vw;
        /* background-color: rgb(188, 166, 209); */
        margin-bottom: 2vw;
    }
    .rectangle19 {
        width: 28vw;
        height: 30vh;
        margin-bottom: 10vw;
    }
    .right19 {
        background-color: white;
        width: 100vw;
        height: 70vh;
        display: flex;
        flex-direction: column;
        justify-content: space-around;
        align-items: center;
        /* justify-content: center; */
    
    }
    .plato {
        /* margin-top: 1vw; */
        width: 90vw;
        /* height: 90vh; */
    }
    .containerright19 {
        width: 80vw;
        height: 20vh;
        /* background-color: antiquewhite; */
    }
    .line19 {
        width: 12vw;
        background-color: black;
        height: 0.5vh;
    }
    .negrilla19 {
        font-size: 5vw;
        font-weight: 500;
    }
    .lorem19 {
        font-size: 3vw;
        font-weight: 400;
        margin-bottom: 1.5vw;
    }
    .vegetales {
        width: 80vw;
    }
 }
