.figuras-en-serie{width:100%;min-height:100vh;background-color:#1f0275}.fes__game-box-container{width:100%;margin-top:2em;display:flex;justify-content:center}.fes__game-box{width:90%;height:53vh;background-color:#eeefe4;border-radius:10px;display:flex;flex-direction:column;justify-content:space-evenly;align-items:center}.fes__serie-container{height:3.5em;width:95%;grid-template-columns:repeat(8,12.5%)}.fes__alternatives-container,.fes__serie-container{display:grid;grid-template-rows:100%;align-items:center;align-content:center;justify-content:center;justify-items:center}.fes__alternatives-container{height:8em;width:90%;grid-template-columns:repeat(4,25%);position:relative}.fes__alternative-item{width:4em;height:4em;border:2px solid #a1a1a1;border-radius:10px;background-size:90% 90%;background-repeat:no-repeat;background-position:50%;position:relative;cursor:pointer}.fes__serie-item-container{width:2.3em;height:2.3em;background:transparent;box-shadow:0 0 10px #323232;border-radius:50%;background-size:90% 90%;background-repeat:no-repeat;background-position:50%}.fes__check-answer-container{width:2em;height:2em;top:0;right:-10px;position:absolute}.fes__capa-protectora{width:100%;height:100%;background-color:tomato;position:absolute;opacity:0}.fes__wrong-answer{background-image:url(../img/cancelar.4707e09c.svg)}.fes__correct-answer{background-image:url(../img/comprobado.4190ac11.svg)}.fes__fig1{background-image:url(../img/pikachu.3c788fc7.svg)}.fes__fig2{background-image:url(../img/bullbasour.0de06a76.svg)}.fes__fig3{background-image:url(../img/snorlax.76e9afe3.svg)}.fes__fig4{background-image:url(../img/meow.2df2c95f.svg)}.fes__interrogation{background-image:url(../img/wut.4688c329.png)}@media (min-width:900px) and (orientation:landscape){.fes__game-box{width:60%}}