#e13{
    opacity:1;
}

.e13{
    opacity: 1;
}

.e13-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;
}
  
.e13-t1 p{
    position:absolute;
    top: 12%;
    left: 24%;
    width:57%;
    height: auto;
    padding: 20px 10px;
    background-color: antiquewhite;
    color:rgb(70, 70, 70);
    font-size: 17px;
    text-align: center;
}
  
.e13-f1{
    width: 100%;
    position: absolute;
    z-index: 10;
}

#e13-fondo{
    position: relative;
    left:0;
    top:0;
    width:100%;
}

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

#e13-fuego{
    position: absolute;
    width:10%;
    left:68.7%;
    top:25.5%;
}

#e13-indigena1{
    position: absolute;
    width:7%;
    left:54.7%;
    top:28.5%;
}

#e13-indigena2{
    position: absolute;
    width:7%;
    left:62.7%;
    top:24.5%;
}

#e13-chagras{
    position: absolute;
    width:16%;
    left:54.5%;
    top:31.5%;
}

#e13-pescador1{
    position: absolute;
    width:35%;
    left:19%;
    top:64%;
}

#e13-pescador2{
    position: absolute;
    width:12%;
    left:13%;
    top:59.5%;
}

#e13-pescador3{
    position: absolute;
    width:12%;
    left:36.5%;
    top:13.5%;
}

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

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

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

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

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

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

#e13-textos{
    position: fixed;
    width:90%;
    left:-55%;
    top:3%;
    opacity: 0;
    background-color: rgba(22, 22, 22, 0.7);
    color:#fff;
    font-size: 0.9em;
    text-align: center;
    padding: 2.2% 2.4%;
    margin: auto;
    border-radius: 3px;
    z-index: 400;
}

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

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

    .e13-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;
    }
}