@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');
* {
    /* background-color: rgb(9, 33, 44); */
    margin: 0;
    padding: 0;
    font-family: 'Poppins', sans-serif;
}
body {
    background: linear-gradient(to bottom, #09212c , rgb(4, 62, 73));
    background-repeat: no-repeat;
    box-sizing: border-box; 
    width: 100vw;
    height: 110vh;
}
.photo16 {
    display: flex;
    align-content: last baseline;
    justify-content: last baseline;
    background-image: url('../img16/image.png');
    background-size:80%;
    background-position-x: right; 
    background-position-y: -18vw; 
    background-repeat: no-repeat;
    z-index: 1;
    width: 100vw;
    height: 110vh;
    position: relative;
}
.text16 {
    box-sizing: border-box;
    width: 35vw;
    height: 60vh;
    background-color: rgba(0, 3, 7, 0.185);
    position: absolute;
    top: 5vw;
    left: 3vw;
    z-index: 2;
    border-radius: 15px;
    color: white;
    padding: 2vw;
}
.title16 {
    font-size: 3.5vw;
    font-weight: 400; 
}
.subtext16 {
    font-weight: 200;
    margin-bottom: 1vw;
}
.buttom16 {
    width: 9vw;
    height: 7vh;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgb(99, 225, 225);
    color: white;
    border: none;
    border-radius: 50px;
}
.bottombox16 {
    display: flex;
    flex-direction: row;
    width: 93vw;
    height: 22vh;
    box-sizing: border-box;
    border-radius: 15px;
    font-family: 'Poppins', sans-serif;
    font-size: 1vw;
    padding: 2vw;
    background-color: rgba(0, 0, 0, 0.308);
    z-index: 3;
    position: absolute;
    top: 38vw;
    left: 3.5vw;
    color: white;
    border: 1px solid white;
}
.subbox {
    width: 15vw;
    height: 17vh;
    display: flex;
    flex-direction: column;
}
.negrilla16 {
    font-weight: 600;
    font-size: 1.2vw;
}
.lorem16 {
    font-weight: 200;
    font-size: 0.9vw;
}

@media (max-width: 780px) {
    .photo16 {
        display: flex;
        align-content: last baseline;
        justify-content: last baseline;
        background-image: url('../img16/image.png');
        background-size: 90%;
        background-position-x: right; 
        background-position-y: -18vw; 
        background-repeat: no-repeat;
        z-index: 1;
        width: 210vw;
        height: 100vh;
        position: relative;
    }
    .text16 {
        box-sizing: border-box;
        width: 75vw;
        height: 60vh;
        background-color: rgba(0, 3, 7, 0.185);
        position: absolute;
        top: 10vw;
        left: 6vw;
        z-index: 2;
        border-radius: 15px;
        color: white;
        padding: 4vw;
    }
    .title16 {
        font-size: 7vw;
        font-weight: 400; 
    }
    .subtext16 {
        font-weight: 200;
        margin-bottom: 1vw;
    }
    .buttom16 {
        width: 25vw;
        height: 7vh;
        box-sizing: border-box;
        display: flex;
        justify-content: center;
        align-items: center;
        background-color: rgb(99, 225, 225);
        color: white;
        border-color: none;
        border-radius: 50px;
    }
    .bottombox16 {
        display: flex;
        flex-direction: row;
        width: 93vw;
        height: 22vh;
        box-sizing: border-box;
        border-radius: 15px;
        font-family: 'Poppins', sans-serif;
        font-size: 1vw;
        padding: 2vw;
        background-color: rgba(0, 0, 0, 0.308);
        z-index: 3;
        position: absolute;
        top: 130vw;
        left: 3.5vw;
        color: white;
    }
    .subbox {
        width: 30vw;
        height: 37vh;
        display: flex;
        flex-direction: column;
    }
    .negrilla16 {
        font-weight: 600;
        font-size: 3.2vw;
    }
    .lorem16 {
        font-weight: 200;
        font-size: 2vw;
    }
}

