.box4 {
    width: 100vw;
    background-color: blueviolet;
    padding-inline-start: 90px;
    padding-inline-end: 10px;
    position:relative;
    height: 100vh;
    padding-block-start: 40px;
}


.box4 .valores{
    position:relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    word-wrap:break-word;
    width: 70%;
}


.box4 img {
    width: 100%;
    height: 100%;
    position:absolute;
    left:0;
    bottom: 0;
}

.box4 h1 {
    color: rgb(190, 0, 245);
    font-size: 2.5rem;
    font-family: 'Poppins';
    font-weight: 700;
    position: relative;
    margin-block-end: 16px;
}



.box4 ul {
    font-family: 'Poppins';
    list-style-type: disc;
    margin-inline-start: 20px;
    position: relative;
    width: 80%;
}


.box4 ul li {
    font-family: 'Poppins';
    font-size: 1.2rem;
    color: rgb(63, 0, 82);
    font-weight: 300;
    line-height: 1.4em;
    margin-block-end: 20px;
}

@media only screen and (max-width: 360px){
    .box4 ul li {
        font-size: 1rem;
    }    
}





/* 360 x 667 */
@media only screen and (min-width: 360px){
    .box4 ul {
        width: 68%;
        margin-inline-start: 30px;
    }
}


/* 480 x 800 */
@media only screen and (min-width: 480px){

    .box4 {
        height: 100vh;
        padding-inline-start: 50px;
    }

    .box4 ul {
        width: 91%;
        padding-right:20px;
    }

    .box4 ul li{
        font-size: 1.5rem;
        margin-block-end: 38px;
    }

    .box4 img {
        width: 140%;
        top:0px;
        left:-71px;
     
    }    
    
}


/* 768 x 800 */
@media only screen and (min-width: 768px){

    .box4 {
        padding-inline-start: 7%;
        padding-block-start: 50px;
        width: 100%;
        height:120vh;
        position: relative;
    }

    .box4 h1 {
        font-size: 4rem;
    }

    .box4 ul li {
        width: 85%;
    }

    .box4 ul li {
        font-size: 2.2rem;
        margin-block-end: 60px;
    }

    .box4 img{
        position:absolute;
        bottom: 100px;
        left: -259px;
        height: 140%;
    }
    
}

/* 1000 x 800 */
@media only screen and (min-width: 1000px){
    .box4 {
        height: 120vh;
    }

    .box4 img{
        position:absolute;
        bottom: -179px;
        left: -177px;
        height: 140%;
        width: 140%;
    }
}   


/* 1366 x 800 */
@media only screen and (min-width: 1366px){
    .box4 {
        padding-inline-start: 170px;
        padding-block-start: 40px;
    }       
}

@media only screen and (max-width: 414px){
    .box4 {
        height: 80vh;
    }
}

@media only screen and (orientation: landscape) and (max-width: 999px){
    .box4 {
        height: 200vh;
    }
}


@media only screen and (width: 800px) and (height: 768px){
    .box4 {
        height: 140vh;
    }    
}

@media only screen and (width: 800px) and (height: 1000px){
    .box4 {
        height: 140vh;
    }    
}

@media only screen and (width: 800px) and (height: 1366px){
    .box4 {
        height: 100vh;
    }    
}