#e9{
    opacity:1;
}

.e9{
    opacity: 1;
}

.e9-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;
}
  
.e9-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;
}
  
.e9-f1{
    width: 100%;
    position: absolute;
    z-index: 12;
    left:0;
    top:0;
}

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

.e9-f2{
    width: 100%;
    position: absolute;
    z-index: 10;
    left:0;
    top:0;
}

.e9-f2 img{
    display: block;
    width:100%;
}

.e9-empresario{
    width: 40%;
    left: 30%;
    top:0;
    position: absolute;
    z-index: 11;    
}

#cara-contenedor{
    position: relative;
    width:100%;
    left:0;
    top:0;
    z-index: 12;
    opacity: 0;
}

#cara{
    position: relative;
    width:100%;
    left:0;
    top:0;
    z-index: 12;
}

#ojos{
    width: 22%;
    position: absolute;
    left: 41%;
    z-index: 11;
    top:22%;
    opacity: 0;
}

#iris1{
    width: 2.8%;
    position: absolute;
    left: 44.5%;
    top: 25.5%;
    z-index: 14;
    opacity: 0;
}

#iris2{
    width: 2.8%;
    position: absolute;
    left: 56%;
    top: 25.5%;
    z-index: 14;
    opacity: 0;
}

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

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