#e7{
    opacity:1;
}

.e7{
    opacity: 1;
}

.e7-t1{
    position:absolute;
    width: 100vw;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgba(27, 27, 27, 0);
    z-index: 700;
    opacity:0;
}
  
.e7-t1 p{
    position:absolute;
    bottom: 52%;
    left: 24%;
    width:57%;
    height: auto;
    padding: 20px 10px;
    background-color: antiquewhite;
    color:rgb(70, 70, 70);
    font-size: 17px;
    text-align: center;
}
  
.e7-f1{
    width: 100%;
    position: absolute;
    z-index: 10;
    overflow: hidden;
}

#e7-f1-img{
    display: block;
    width:100%;
}

#e7-hombre{
   position: absolute;
   right:-2%;
   bottom:-2%;
   width:48%;
   z-index: 11;
}

#e7-mujer{
    position: absolute;
    right:35%;
    bottom:0%;
    width:32%;
    z-index: 11;
 }

 #e7-balsa{
    position: absolute;
    left:-10%;
    bottom:40%;
    width:39%;
    animation: wave 13.88889s 1s infinite linear;
 }

.e7-rio{
    width: 100%;
    position: absolute;
    z-index: 9;
}

.e7-rio img{
    display: block;
    width:100%;
}

@media only screen and (max-width: 500px) {

    .e7-t1 p{
        position:absolute;
        bottom:30%;
        left: 0%;
        width:100%;
        height: auto;
        padding: 20px 10px;
        background-color: antiquewhite;
        color:rgb(70, 70, 70);
        font-size: 16px;
        text-align: center;
    }
}