#e1{
    opacity:0;
    position: relative;
    overscroll-behavior: contain;
}

.e1-f1{
    width: 100%;
    position: absolute;
    z-index: 10;
    overflow: hidden;
    height: 100vh;
}

#e1-escena{
    width:100%;
    position: absolute;
    left:0%;
    top:0%; 
}

#e1-punto{
    position: absolute;
    top:100px;
    width: 100%;
    height: 200px;
    z-index: 8000;
}

#e1-fondo-img{
    position: relative;
    width:100%;
    left:0px;
    top:0px;
    opacity:1;
}

#e1-rio{
    position: absolute;
    width:100%;
    left:0;
    top:0;
}

#e1-ave1{
    position: absolute;
    width:10%;
    left:0;
    top:9%;
}

#e1-fuego{
    position: absolute;
    width:10%;
    left:68.7%;
    top:53.5%;
}

#e1-indigena1{
    position: absolute;
    width:7%;
    left:54.7%;
    top:55.5%;
}

#e1-indigena2{
    position: absolute;
    width:7%;
    left:62.7%;
    top:54.5%;
}

#e1-chagras{
    position: absolute;
    width:16%;
    left:54.5%;
    top:55.5%;
}

#e1-pescador1{
    position: absolute;
    width:34%;
    left:19%;
    top:66%;
    animation: wavep 38.88889s 2s infinite linear;
}

#e1-pescador2{
    position: absolute;
    width:12%;
    left:13%;
    top:64.5%;
    animation: wavep 11.88889s 1s infinite linear;
}

#e1-pescador3{
    position: absolute;
    width:12%;
    left:36.5%;
    top:49.5%;
    animation: wavep 16.88889s 1s infinite linear;
}

#e1-campesino1{
    position: absolute;
    width:8%;
    left:36.5%;
    top:79.5%;
}

#e1-campesino2{
    position: absolute;
    width:8%;
    left:46.5%;
    top:89.5%;
}

#e1-vaca1{
    position: absolute;
    width:12%;
    left:46.5%;
    top:79.5%;
}

#e1-vaca2{
    position: absolute;
    width:12%;
    left:54.5%;
    top:84.5%;
}

#e1-vaca3{
    position: absolute;
    width:12%;
    left:34.5%;
    top:85.5%;
    transform:scaleX(-1);
}

#e1-ave1{
    position: absolute;
    width:10%;
    left:0;
    top:9%;
}

#e1-ave2{
    position: absolute;
    width:10%;
    left:0;
    top:11%;
}

#s13-creditos{
    width:100%;
    height: 100vh;
    background-color: aliceblue;
    color:#333;
    position: absolute;
}

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

   
} 