@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');
* {
    margin: 0;
    padding: 0;
    font-family: 'Poppins',sans-serif;
}
main {
    padding: 0vw;
    display: flex;
    flex-direction: column;
}
.left20 {
    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: 95vh;
    padding-top: 8vw;
}
.maintext20 {
    width: 25vw;
    height: 50vh;
    margin-left: 10vw;
    /* background-color: aquamarine; */
}
.title20 {
    font-size: 4vw;
    font-weight: 600;
    margin-bottom: 1vw;
}
.subtext20 {
    font-size: 1vw;
    font-weight: 400;
    margin-bottom: 1.5vw;
    width: 20vw;
}
.button20 {
    width: 8vw;
    height: 7vh;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgb(163, 106, 79);
    border: none;
    color: white;
    border-radius: 50px;
}
.coffes {
    /* background-color: antiquewhite; */
    width: 40vw;
    height: 65vh;
    position: relative;
}
.coffe1 {
    width: 25vw;
    position: absolute;
}
.coffe2 {
    width:  18vw;
    position: absolute;
    top: 30vh;
    left: 15vw;
}
.innerdiv20 {
    width: 100vw;
    height: 70vh;
    background-color: #363032;
    display: flex;
    flex-direction: column;
    justify-content: end;
    align-items: center;
    position: relative;
    padding-bottom: 2vw;
}
.box20 {
    display: flex;
    flex-direction: row;
    justify-content: center;
    box-sizing: border-box;
    align-items: center;
    width: 57vw;
    height: 25vh;
    background-color: rgb(236, 218, 196);
    position: absolute;
    border-radius: 90px;
    padding: 1vw;
    top: -5vw;
}
.subbox20 {
    display: flex;
    align-items: flex-start;
    width: 16vw;
    height: 15vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    align-items: center;
}
.negrilla20 {
    font-size: 1.6vw;
    font-weight: 600;
}
.lorem20 {
    font-size: 1vw;
}
.grid20 {
    display: grid;
    grid-template-columns: repeat(5,200px);
    grid-template-rows: 1fr ;
    gap: 3vw;
    
}
.textgrid20 {
    text-align:  center;
    color: white;
}
@media (max-width: 780px) {
    .left20 {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: space-around;
        margin-right: 10vw;
        background-color: rgb(242, 242, 242);
        width: 100vw;
        height: 120vh;
    }
    .maintext20 {
        display: flex;
        flex-direction: column;
        width: 70vw;
        height: 55vh;
        /* background-color: aquamarine; */
        text-align: center;
        align-items: center;
        justify-content: center;
        margin-right: 8vw;
    }
    .title20 {
        font-size: 10vw;
        font-weight: 600;
        margin-bottom: 3vw;
    }
    .subtext20 {
        font-size: 3vw;
        font-weight: 400;
        margin-bottom: 4vw;
        width: 60vw;
    }
    .button20 {
        width: 20vw;
        height: 7vh;
        display: flex;
        justify-content: center;
        align-items: center;
        background-color: rgb(163, 106, 79);
        border: none;
        color: white;
        border-radius: 50px;
    }
    .coffes {
        /* background-color: antiquewhite; */
        width: 80vw;
        height: 35vh;
        position: relative;
        margin-bottom: 25vw;
    }
    .coffe1 {
        width: 50vw;
        position: absolute;
    }
    .coffe2 {
        width:  40vw;
        position: absolute;
        top: 15vh;
        left: 35vw;
    }
    .innerdiv20 {
        width: 100vw;
        height: 230vh;
        background-color: #363032;
        display: flex;
        flex-direction: column;
        justify-content: end;
        align-items: center;
        position: relative;
        padding-bottom: 2vw;
    }
    .box20 {
        display: flex;
        flex-direction: row;
        justify-content: center;
        box-sizing: border-box;
        align-items: center;
        width: 90vw;
        height: 15vh;
        background-color: rgb(236, 218, 196);
        position: absolute;
        border-radius: 90px;
        padding: 1vw;
        top: -15vw;
    }
    .subbox20 {
        display: flex;
        align-items: flex-start;
        width: 24vw;
        height: 15vh;
        display: flex;
        flex-direction: column;
        justify-content: center;
        text-align: center;
        align-items: center;
    }
    .negrilla20 {
        font-size: 3vw;
        font-weight: 600;
    }
    .lorem20 {
        font-size: 1.8vw;
    }
    .grid20 {
        display: grid;
        grid-template-columns: repeat(1,200px);
        grid-template-rows: repeat(5,1fr) ;
        gap: 10vw;
        
    }
    .textgrid20 {
        text-align:  center;
        color: white;
    }
}