#kubbiesAdult{
    /* background-image: url(../img/imgFondos/Adulto-tela-1.png); */
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

#vitaBath{
    background-image: url(../img/imgFondos/Adulto-tela-2.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: bottom;
}
.activarAniPaque {
    position: absolute;
    width: 50%;
    height: 50%;
    top: 25%;
    left: 25%;
    background-color: transparent;
    z-index: 2;
}

#kbAdult,
#kbAdultM {
    z-index: 1;
    /* background-image: url(../img/productos/kubAdult1.png); */
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

#vitaB,
#vitaBM{
    z-index: 1;
    background-image: url(../img/productos/vitabath1.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.gif2KbAdult {
    animation: cerrarKbAdult .2s 1;
    animation-fill-mode: forwards;
}
.gif2VitaB {
    animation: cerrarVitaB .2s 1;
    animation-fill-mode: forwards;
}

/* @keyframes cerrarKbAdult {
    0%{
        background-image: url('../img/productos/kubAdult6.png');
    }
    33% {
        background-image: url('../img/productos/kubAdult4.png');
    }

    55% {
        background-image: url('../img/productos/kubAdult2.png');
    }

    100% {
        background-image: url('../img/productos/kubAdult1.png');
    }
} */
@keyframes cerrarVitaB {
    0%{
        background-image: url('../img/productos/vitabath6.png');
    }
    33% {
        background-image: url('../img/productos/vitabath4.png');
    }

    55% {
        background-image: url('../img/productos/vitabath2.png');
    }

    100% {
        background-image: url('../img/productos/vitabath1.png');
    }
}

.gifKbAdult {
    animation: abrirKbAdult .2s 1 ease-in-out;
    animation-fill-mode: forwards;
}
.gifVitaB {
    animation: abrirVitaB .2s 1 ease-in-out;
    animation-fill-mode: forwards;
}

/* @keyframes abrirKbAdult {

    33% {
        background-image: url('../img/productos/kubAdult2.png');
    }

    67% {
        background-image: url('../img/productos/kubAdult4.png');
    }

    100% {
        background-image: url('../img/productos/kubAdult6.png');
    }
} */
@keyframes abrirVitaB {

    33% {
        background-image: url('../img/productos/vitabath2.png');
    }

    67% {
        background-image: url('../img/productos/vitabath4.png');
    }

    100% {
        background-image: url('../img/productos/vitabath6.png');
    }
}
