.e3{
    opacity: 0;
    overscroll-behavior: contain;
}

.e3-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;
}
  
.e3-t1 p{
    position:absolute;
    bottom: 16%;
    left: 4%;
    width:36%;
    height: auto;
    padding: 20px 10px;
    background-color: antiquewhite;
    color:rgb(70, 70, 70);
    font-size: 16px;
    text-align: center;
}

@media only screen and (max-width: 500px) {
    .e3-t1{
        justify-content: center;
        align-items:center;   
    }

    .e3-t1 p{
        position:static;
        width:80%;
        height: auto;
        padding: 20px 10px;
        background-color: antiquewhite;
        color:rgb(70, 70, 70);
        font-size: 16px;
        text-align: center;
    }
}
  
.e3-f1{
    width: 100%;
    position: absolute;
    z-index: 10;
}

.e3-f1 img{
    display: block;
    width:100%;
}

.e3-bomba{
    width:100%;
    position: absolute;
    z-index: 15;
    opacity: 1;
}
  
.e3-bomba img{
    width:38%;
    margin-left: 38%;
    margin-top: 6%;
}

.e3-bomba2{
    width:100%;
    position: absolute;
    z-index: 15;
    opacity: 1;
}
  
.e3-bomba2 img{
    width:54%;
    margin-left: 46%;
    margin-top: 1%;
}

.e3-plantacion{
    width:100%;
    position: absolute;
    z-index: 15;
    opacity: 1;
}

.img-invisible{
    visibility: hidden;
    width:100%;
}

#planta1{
    position:absolute;
    bottom:33%;
    width:10%;
    left: 45%;
}

#planta2{
    position:absolute;
    bottom:33%;
    width:10%;
    left: 55%;
}

#planta3{
    position:absolute;
    bottom:33%;
    width:10%;
    left: 65%;
}

#planta4{
    position:absolute;
    bottom:37%;
    width:9%;
    left: 35%;
    animation: swing 1s infinite alternate cubic-bezier(0.004, 0.03, 0.00515, 0.0955);
}

#planta5{
    position:absolute;
    bottom:33%;
    width:11%;
    left: 40%;
    animation: swing 0.8s infinite alternate cubic-bezier(0.04, 0.03, 0.0515, 0.0955);
}

#planta6{
    position:absolute;
    bottom:33%;
    width:14%;
    left: 47%;
    animation: swing 1.2s infinite alternate cubic-bezier(0.04, 0.03, 0.0515, 0.0955);
}

#planta7{
    position:absolute;
    bottom:37%;
    width:9%;
    left: 50%;
    animation: swing 1s infinite alternate cubic-bezier(0.004, 0.03, 0.00515, 0.0955);
}

#planta8{
    position:absolute;
    bottom:37%;
    width:9%;
    left: 61%;
    animation: swing 1s infinite alternate cubic-bezier(0.004, 0.03, 0.00515, 0.0955);
}

#campesino1{
    position:absolute;
    bottom:18%;
    width:10%;
    left: 45%;
    opacity: 0;
}

#campesino2{
    position:absolute;
    bottom:18%;
    width:14%;
    left: 55%;
    opacity: 0;
}