html{
    margin: 0px;
    padding: 0px;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
}
body{
    margin: 0px;
    padding: 0px;
    width: 100%;
    height: 100%;
    background-color: #000;
    overflow-x: hidden;
}
.cuerpo{
    width: 100%;
    height: auto;
    position: relative;
    text-align: center;
    padding-bottom: 200px;
}
img{
    max-width: 100%;
}
.images{
    position: absolute;
    z-index: -1;
}
.images.img-1{
    width: 22%;
    left: 2%;
    top: 2%;
}
.images.img-3{
    width: 34%;
    right: -12%;
    top: -8%;
}
.images.img-4{
    width: 18%;
    top: 0%;
    right: 16%;
}
.images.img-5{
    bottom: 0%;
    width: 36%;
    left: 0%;
}
.images.img-6{
    width: 35%;
    bottom: 0%;
    left: 27%;
}
.images.img-7{
    width: 24%;
    bottom: 8%;
    right: 25%;
}
.images.img-8{
    width: 40%;
    bottom: -10%;
    right: -10%;
}
.cuerpo div{
    width: 100%;
    text-align: center;
}
.video .img-2{
    width: 60%;
    margin: 20px auto;
}




iframe{
    width: 100%;
    padding: 20px 0px;
}
.btn-whatsapp{
    display: inline-block;
    text-decoration: none;
    color: #fff;
    background-color: #3cb362;
    padding: 10px 25px;
    border-radius: 30px;
    font-family: sans-serif;
    font-weight: 600;
    font-size: 12px;
    margin-top: 15px;
    box-shadow: 2px 2px 5px 0px #000;
}
.btn-whatsapp:hover{
    opacity: 0.8;
}
@media (min-width:700px){
    .images.img-1 {
        width: 150px;
        left: 2%;
        top: 2%;
    }
    .images.img-3 {
        width: 182px;
        right: -45px;
        top: -57px;
    }
    .images.img-4 {
        width: 100px;
        top: 0%;
        right: 14%;
    }
    .images.img-5 {
        bottom: 0%;
        width: 190px;
        left: 0%;
    }
    .images.img-6 {
        width: 200px;
        bottom: 0%;
        left: 200px;
    }
    .images.img-7 {
        width: 100px;
        bottom: 8%;
        right: 25%;
    }
    .images.img-8 {
        width: 200px;
        bottom: -50px;
        right: -60px;
    }
    .video .img-2 {
        width: 285px;
        margin: 0px auto;
    }
    iframe {
        width: 100%;
        padding: 20px 0px;
        height: 300px;
        position: relative;
        z-index: 99;
    }
    .cuerpo {
        width: 100%;
        height: auto;
        position: relative;
        text-align: center;
        overflow: hidden;
        padding-bottom: 125px;
    }
}