.entra {
    transform: translatex(0)!important;
}
/*
.fondius {
    
    background-image: url(../images/jpg/sdasd.jpg);
    background-position: center center;
    background-size: cover;
    background-attachment: fixed;
    opacity: 1
}
*/
.fondius:before {
    content: ' ';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    opacity: 0.6;
    background-image: url(../images/jpg/sdasd.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: fixed;
    -ms-background-size: cover;
    -o-background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
}