#e10{
    opacity:1;
}

.e10{
    opacity: 1;
}

.e10-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;
}
  
.e10-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;
}
  
.e10-f1{
    width: 100%;
    position: absolute;
    z-index: 10;
}

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

.e10-humo{
    width: 100%;
    position: absolute;
    z-index: 11;
    left: 0;
    top:0;
}

#e10-vacio{
    display: block;
    position: relative;
    opacity: 0;
    width:100%;
}

#humon{
    position: absolute;
    left: 43%;
    top: 16%;
    width:24%;
    opacity:0;
   /*  border:1px solid blue;
    background-color: rgba(0, 255, 45, 0.5);  */
}

#volqueta{
    position: absolute;
    left: -30%;
    top: 34%;
    width:32%;
/*     border:1px solid blue;
    background-color: rgba(0, 255, 45, 0.5);  */
}

#casa-azul{
    position: absolute;
    left: 11%;
    top: 54%;
    width:26%;
}

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

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