#e12{
    opacity:1;
}

.e12{
    opacity: 1;
}

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

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

#protesta1{
    position: absolute;
    z-index: 11;
    width:36%;
    left:9%;
    top:22%;
}

#nino{
    position: absolute;
    z-index: 11;
    width: 12%;
    left: 35%;
    top: 40%;
}

#taita{
    position: absolute;
    left: 0;
    top:0;
    z-index: 11;
    width:20%;
    left:41%;
    top:21%;
}

#protesta2{
    position: absolute;
    z-index: 11;
    width:36%;
    left:48%;
    top:22%;
}

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

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