#e11{
    opacity:1;
}

.e11{
    opacity: 1;
}

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

.e11-f1{
    width: 100%;
    position: relative;
    overflow: hidden;
}
  
#e11-fondo{
    width: 100%;
    left:0;
    top:0;
    position: relative;
    z-index: 10;
}

#paraco{
    position: absolute;
    width:100%;
    width:50%;
    left:-6%;
    bottom:-5%;
    z-index: 11;
    opacity:0;
}

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

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