@font-face {
    font-family: digital;
    src: url(Digital.woff);
  }

.fullwidth {
    height: 600px;

}

.lens {
    height: 600px;
    margin: -300px 0 0 -420px;
    left: 150px;
    top:300px;
}

#textoog {
    opacity: 0.6;
}

#iris {
    opacity: 0.7;
}

#logoSerie {
    
    top: -190px;

}
#txt {
 
    padding: 3px;

    /* border-radius: 100px; */
    font-family: digital;
    font-size: 16px;
    transition: 0.5s;
    font-weight: lighter;
    top: -128px;
}

#txt2 {
    background-color: rgba(49,51,139,0.6);
    padding: 5px 10px 5px 10px;
    border: 2px solid #e06cff;
    /* border-radius: 100px; */
    font-family: digital;
    font-size: 16px;
    transition: 0.5s;
    color: white;
    font-weight: lighter;
    text-align: center;
    top: -5px;
    position: absolute;
}

#txt2 span {
    /* font-weight: bold; */
    font-size: 18px;
}

#mainPanel:hover #txt2 {
    background-color: #28282d;
border: 2px solid white;

}

#btn {
    top: -40px;
   display: none;
}

#logos {
    width: 160px;
    top: -15px;
}

#logos2 {
    width: 160px;
    top: -15px;
    opacity: 0;
}