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

.to-load.entrance.right.div-perfil {
    transform: translatex(100%)!important;
}
/*
            .bird, bird2, bird3, bird4 {
			position: relative;
            height: 175px;
            margin: 0 auto;
            width: 175px;
            }
            
            .bird.anima1 {
            background: url('../images/animacion/animation_0.jpg') right center;

            -webkit-animation: anima1 1.2s steps(26);
            -moz-animation: anima1 1.2s steps(26);
            -ms-animation: anima1 1.2s steps(26);
            -o-animation: anima1 1.2s steps(26);
            animation: anima1 1.2s steps(26);
            }

            .bird2.anima1 {
            background: url('../images/animacion/animation_1.jpg') right center;

            -webkit-animation: anima1 1.2s steps(26);
            -moz-animation: anima1 1.2s steps(26);
            -ms-animation: anima1 1.2s steps(26);
            -o-animation: anima1 1.2s steps(26);
            animation: anima1 1.2s steps(26);
            }

            .bird3.anima1 {
            background: url('../images/animacion/animation_2.jpg') right center;

            -webkit-animation: anima1 1.2s steps(26);
            -moz-animation: anima1 1.2s steps(26);
            -ms-animation: anima1 1.2s steps(26);
            -o-animation: anima1 1.2s steps(26);
            animation: anima1 1.2s steps(26);
            }

            .bird4.anima1 {
            background: url('../images/animacion/animation_4.png') right center;

            -webkit-animation: anima1 1.2s steps(26);
            -moz-animation: anima1 1.2s steps(26);
            -ms-animation: anima1 1.2s steps(26);
            -o-animation: anima1 1.2s steps(26);
            animation: anima1 1.2s steps(26);
            }




            @-webkit-keyframes anima1 {
               from { background-position:    0px; }
                 to { background-position: -4550px; }
            }

            @-moz-keyframes anima1 {
               from { background-position:    0px; }
                 to { background-position: -4550px; }
            }

            @-ms-keyframes anima1 {
               from { background-position:    0px; }
                 to { background-position: -4550px; }
            }

            @-o-keyframes anima1 {
               from { background-position:    0px; }
                 to { background-position: -4550px; }
            }

            @keyframes anima1 {
               from { background-position:    0px; }
                 to { background-position: -4550px; }
            }
*/
        

            .bird, bird2, bird3, bird4 {
			position: relative;
            height: 175px;
            margin: 0 auto;
            width: 175px;
            }
            
            .bird {
            background: url('../images/animacion/ojo-perfil.png') 2625px 175px;
            }
            .bird2 {
            background: url('../images/animacion/animation_0.jpg') right center;
            }
            .bird3 {
            background: url('../images/animacion/compu-con-logo.png') 2625px 175px;
            }
            .bird4 {
            background: url('../images/animacion/animation_1.jpg') right center;
            }
