.init-2{
    display: flex;
    flex-direction: column;
    height: 160vh;
    position: relative;
}
.images-init-2{
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: end;
    padding-right: 4%;
}
.images-init-2 img {
    width: 40%;
}
.information-init2 {
    display: flex;
    flex-direction: column;
    width: 100%;
    align-items: center;
}
.information-init2 h3 {
    font-size: 400%;
    color: #030605;
}
.information-init2 p {
    font-size: 150%;
    text-transform: uppercase;
}

.png-video {
    position: absolute;
    top: 43%;
    left: 25%;
    max-width: 44%;
    z-index: 1;
    display: block;
}
.video-hidden {
    position: absolute;
    top: 45%;
    left: 27%;
    max-width: 40%;
    z-index: 2;
    display: none;
}


.info-final {
    width: 100%;
    height: 48%;
    background-color: #2A6AA1;
    position: absolute;
    bottom: 0;
    border-radius: 20% 0 0 0;
    display: flex;
    flex-direction: column;
    justify-content: end;
    padding-left: 5%;
}
.info-final h3 {
    font-size: 160%;
    font-weight: 500;
    text-transform: uppercase;
    color: #91BA39;

}
.info-final p {
    color: #fff;
    font-size: 140%;
    margin-top: 4%;
}
#p2-info-final {
    font-size: 110%;
    margin-bottom: 4%;
}
.init2-info-img {
    display: none;
}
.png-video-desk {
    display: none;
}
.video-hidden-desk source {
    display: none;
    opacity: 0;
}
.video-hidden-desk {
    display: none;
    opacity: 0;
}
@media (min-width: 600px) {
    .png-video {
        position: absolute;
        top: 42%;
        left: 35%;
        max-width: 30%;
        z-index: 1;
        display: block;
    }
    .video-hidden {
        position: absolute;
        top: 48%;
        left: 36%;
        max-width: 22%;
        z-index: 2;
        display: none;
    }
    .images-init-2 img {
        width: 30%;
    }
    
}
@media (min-width: 840px) {
    .init-2{
        display: flex;
        flex-direction: column;
        align-items: center;
        height: 160vh;
        position: relative;
    }
    .images-init-2 {
        display: none;
    }
    .information-init2{
        display: none;
    }
    .init2-info-img {
        display: flex;
        justify-content: space-around;
        align-items: center;
        width: 70%;
        margin-left: 20%;
    }
    .information-init22 {
        width: 50%;
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    .information-init22 h3 {
        font-size: 500%;
    }
    .information-init22 p {
        text-transform: uppercase;
        font-size: 200%;
    }
    .images-init-22 {
        width: 30%;
        height: 100%;
    }
    .images-init-22 img {
        width: 90%;
    }
    .info-final {
        height: 50%;
        width: 80%;
        align-items: start;
        justify-content: space-evenly;
        position: inherit;
        padding-right: 20%;
        margin-top: 8%;
        border-radius: 50px 0 0 0 ;
        position: relative;
    }
    .png-video {
        display: none;
    }
    .png-video-desk {
        position: absolute;
        right: -8%;
        width: 300px;
        display: block;
    }
    .video-hidden-desk {
        position: absolute;
        right: -6.4%;
        width: 260px;
        z-index: 1;
        display: none;
        opacity: 100%;
    }
    .video-hidden {
        display: none;
        opacity: 0;
    }
    .video-hidden source {
        opacity: 0;
        display: none;
    }

    .info-final h3 {
        font-size: 240%;
        font-weight: 500;
        text-transform: uppercase;
        color: #91BA39;
        
    }
    .info-final p {
        color: #fff;
        font-size: 180%;
        margin-top: 4%;
    }
    #p2-info-final {
        font-size: 120%;
        margin-bottom: 4%;
    }
    .info-final-blue {
        width: 80%;
    }
}
