@keyframes sprite {
    0% {
        background-position: 0 0;
    }

    100% {
        background-position: 100% 0;
    }
}

.ed-tab-contenido {
    display: none;
    position: relative;
    height: 100%;
}

.ed-tab-contenido:before {
    content: "";
    position: absolute;
    left: 10px;
    top: 10px;
    right: 10px;
    bottom: 10px;
    border: 1px solid #fff;
    border-radius: 10px;
}

.ed-tab-contenido.ed-tab-dos:before {
    content: "";
    position: absolute;
    left: 10px;
    top: 10px;
    width: calc(50% - 20px);
    height: calc(100% - 20px);
    border: 1px solid #fff;
    border-radius: 10px;
}

.ed-tab-contenido.ed-tab-dos:after {
    content: "";
    position: absolute;
    right: 10px;
    top: 10px;
    width: calc(50% - 20px);
    height: calc(100% - 20px);
    border: 1px solid #fff;
    border-radius: 10px;
}

@media (max-width: 767px) {

    .ed-tab-contenido.ed-tab-dos:before {
        content: "";
        position: absolute;
        left: 10px;
        top: 10px;
        width: calc(100% - 20px);
        height: calc(50% - 20px);
    }

    .ed-tab-contenido.ed-tab-dos:after {
        content: "";
        position: absolute;
        left: 10px;
        top: calc(50% + 10px);
        width: calc(100% - 20px);
        height: calc(50% - 20px);
        border: 1px solid #fff;
        border-radius: 10px;
    }
}


.ed-tab-contenido.ed-tab-contenido-activo {
    display: flex;
}

@media (max-width: 767px) {
    .ed-tab-contenido.ed-tab-contenido-activo {
        flex-wrap: wrap;
    }
}

img {
    max-width: 100%;
}

.menuLateral {
    max-width: 1000px;
    margin-top: 20px;
    margin-bottom: 40px;
    margin-left: auto;
    margin-right: auto;

    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

@media (max-width: 992px) {
    .menuLateral {
        align-items: flex-start;
    }
}

.menuLateral__colMenu {
    display: flex;
    flex-direction: column;
    width: 48%;
    max-width: 400px;
    margin-right: 20px;
    background-color: #c4c4c4;
    border-radius: 10px;
}

@media (max-width: 991px) {
    .menuLateral__colMenu {
        width: 40%;
    }
}

@media (max-width: 767px) {
    .menuLateral__colMenu {
        width: 32%;
        margin-right: 10px;
    }
}

@media (max-width: 576px) {
    .menuLateral__colMenu {
        width: 42%;
    }
}

.menuLateral__colContenido {
    width: calc(100% - 48% - 20px);
    max-width: 600px;

    background-color: #C21015;
    border-radius: 10px;
    position: relative;
}

@media (max-width: 991px) {
    .menuLateral__colContenido {
        width: calc(100% - 40% - 20px);
    }
}

@media (max-width: 767px) {
    .menuLateral__colContenido {
        width: calc(100% - 32% - 10px);
    }
}

@media (max-width: 576px) {
    .menuLateral__colContenido {
        width: calc(100% - 42% - 10px);
    }
}

.menuLateral__menu {
    --menu__color: #F0D427;

    padding: 15px 10px;
    border-radius: 10px;
    margin-bottom: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    height: 100%;
}

.menuLateral__menu:last-child {
    margin-bottom: 0;
}

.menuLateral__contenidoMenu {
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    height: 100%;
}

.menuLateral__btnMenu {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    margin: 0 10px 10px;
    min-width: 25%;
}

@media (max-width: 576px) {
    .menuLateral__btnMenu {
        margin: 0 2px 10px;
    }
}

.menuLateral__btnMenu img {
    display: inline-block;
    padding: 0;
    margin: 8px 0 0;
    max-width: 83px;
    background-color: var(--menu__color);
    border-radius: 50%;
    border: 1px solid #F0D427;
    overflow: hidden;
    transform: scale(1);
    transition: transform .3s, box-shadow .3s;
}

.menuLateral__btnMenu:hover {
    transform: scale(1.05);
}

.menuLateral__btnMenu:focus {
    outline: none;
}

.menuLateral__btnMenu.ed-tab-activo img {
    transform: scale(1.15);
    border: 5px solid #C21015;
}

.menuLateral__titulo {
    background: #F0D427;
    margin-top: 10px;
    border-radius: 10px;
    border: none;
    color: #fff;
    font-size: 20px;
    font-family: var(--fuenteTitulo);
    padding: 5px 7px 5px;
    line-height: 1;
    min-width: 95px;
    letter-spacing: .6px;
    text-shadow: 0px 2px 2px rgba(0, 0, 0, .3);
}

@media (max-width: 576px) {
    .menuLateral__titulo {
        font-size: 15px;
        border-radius: 5px;
        padding: 5px 3px 2px;
    }
}

.menuLateral__btnMenu.ed-tab-activo .menuLateral__titulo {
    background: #C21015;
}

.personaje {
    position: relative;
    padding: 10px 30px;
    width: 100%;
}

@media (max-width: 767px) {
    .personaje {
        padding: 20px;
    }
}

.ed-tab-contenido.ed-tab-dos .personaje {
    max-width: 50%;
}

@media (max-width: 767px) {
    .ed-tab-contenido.ed-tab-dos .personaje {
        max-width: 100%;
        padding: 20px 20px 30px;
    }
}

.personaje1,
.personaje2,
.personaje3,
.personaje4,
.personaje5,
.personaje6 {
    margin-left: auto;
    margin-right: auto;
}

.personaje__sprite {
    width: 100%;
    height: 0;
    max-width: 40%;
    padding: 0 0 60%;
    margin: 0 auto 10px;

    background-size: cover;
    animation-name: sprite;
    background-position: left center;
    animation-iteration-count: infinite;
    animation-direction: alternate;
}

.ed-tab-dos .personaje__sprite {
    padding: 0 0 140%;
    max-width: 90%;
}


.ed-tab-dos .personaje3__sprite {
    max-width: 120%;
    padding: 0 0 140%;
}


@media (max-width: 767px) {
    .ed-tab-dos .personaje__sprite {
        max-width: 50%;
        padding: 0 0 80%;
    }

    .ed-tab-dos .personaje3__sprite {
        max-width: 60%;
    }

    .personaje__sprite {
        max-width: 50%;
        padding: 0 0 80%;
    }
}

@media (max-width: 576px) {
    .ed-tab-dos .personaje__sprite {
        max-width: 90%;
        padding: 0 0 140%;
    }

    .ed-tab-dos .personaje3__sprite {
        max-width: 100%;
    }

    .personaje__sprite {
        max-width: 90%;
        padding: 0 0 140%;
    }
}

/* .personaje1 {
    max-width: 340px;
} */

.personaje1__sprite {

    background-image: url(../img/cuello.png);
    background-size: 400%;
    animation-timing-function: steps(3);
    animation-duration: 1.6s;
}

/* .personaje2 {
    max-width: 300px;
} */

.personaje2__sprite {
    background-image: url(../img/hombros1.png);
    background-size: 400%;
    animation-timing-function: steps(3);
    animation-duration: 1.6s;
}

/* .personaje3 {
    max-width: 280px;
} */

.personaje3__sprite {
    background-image: url(../img/hombros2.png);
    background-size: 300%;
    animation-timing-function: steps(2);
    animation-duration: 1.4s;
    max-width: 200px;
}

/* .personaje4 {
    max-width: 330px;
} */

.personaje4__sprite {
    background-image: url(../img/manos1.png);
    background-size: 600%;
    animation-timing-function: steps(5);
    animation-duration: 2s;
}

/* .personaje5 {
    max-width: 330px;
} */

.personaje5__sprite {
    background-image: url(../img/manos2.png);
    background-size: 300%;
    animation-timing-function: steps(2);
    animation-duration: 1.4s;
}

/* .personaje6 {
    max-width: 330px;
} */

.personaje6__sprite {
    background-image: url(../img/brazos.png);
    background-size: 300%;
    animation-timing-function: steps(2);
    animation-duration: 1.4s;
}

.personaje7__sprite {
    background-image: url(../img/ojos1.png);
    background-size: 600%;
    animation-timing-function: steps(5);
    animation-duration: 2s;
}

.personaje8__sprite {
    background-image: url(../img/ojos2.png);
    background-size: 300%;
    animation-timing-function: steps(2);
    animation-duration: 1.4s;
}

.personaje9__sprite {
    background-image: url(../img/piernas1.png);
    background-size: 400%;
    animation-timing-function: steps(3);
    animation-duration: 1.6s;
}

.personaje10__sprite {
    background-image: url(../img/piernas2.png);
    background-size: 400%;
    animation-timing-function: steps(3);
    animation-duration: 1.6s;
}

.personaje11__sprite {
    background-image: url(../img/agradecimientos.png);
    background-size: 300%;
    animation-timing-function: steps(2);
    animation-duration: 1.4s;
}

.descripcion__sprite {
    color: #fff;
    font-size: 18px;
    line-height: 1.3;
    margin-bottom: 20px;
}

.descripcion__spriteFinal {
    text-align: left;
}

.descripcion__spriteFinal h2 {
    padding-top: 10px;
    text-align: center;
}

.descripcion__spriteFinal h2>span {
    color: #F0D427;
}