/*--PAGE_2--*/

.img-bg2 {

        top: 0;
        position: relative;
        z-index: -1;
        width: 100%;
        height: 950px;


        background-attachment: fixed;
        background-image: url('../pages/heiki.jpg');
        background-size: cover;
}

/*--PAGE_3--*/

.img-bg3 {

    top: 0;
    position: relative;
    z-index: -1;
    width: 100%;
    height: 950px;


    background-attachment: fixed;
    background-image: url('../pages/ouro.jpg');
    background-size: cover;
}

/*--PAGE_4--*/

.img-bg4 {

    top: 0;
    position: relative;
    z-index: -1;
    width: 100%;
    height: 950px;


    background-attachment: fixed;
    background-image: url('../pages/divorcio.jpg');
    background-size: cover;
}

/*--PAGE_5--*/
.img-bg5 {

    top: 0;
    position: relative;
    z-index: -1;
    width: 100%;
    height: 950px;


    background-attachment: fixed;
    background-image: url('../pages/sistema-nervoso.jpg');
    background-size: cover;
}

/*--PAGE_6--*/
.img-bg6 {

    top: 0;
    position: relative;
    z-index: -1;
    width: 100%;
    height: 950px;


    background-attachment: fixed;
    background-image: url('../pages/animal.jpg');
    background-size: cover;
}

