.oc__figures-container{width:90%;height:10em;display:flex;justify-content:center;align-items:center;overflow:hidden;position:relative}.oc__figures{width:100%;height:8em;display:flex;justify-content:space-evenly;align-items:center;transition:all 1s}.capa_protectora{width:100%;height:100%;position:absolute;background-color:#8a2be2;opacity:0;top:0;z-index:9}.figure__pos{z-index:1;width:3em;height:3em;padding:.5em;background-color:#1de9bd;border-radius:50%;border:3px solid #128169;position:relative;display:flex;justify-content:center;align-items:center;cursor:pointer;transition:all .2s}.figure__pos:hover{transform:translateY(-10%)}.oc__figures--initial-position{opacity:.1;transform:translateY(-110%)}.oc__figures--medium-position{transform:translateY(0);opacity:1}.oc__figures--end-position{transform:translateY(110%);opacity:.1}.oc__check-answer{position:absolute;width:1.5em;height:1.5em;right:0;top:0}@media (min-width:900px) and (orientation:landscape){.figure__pos{width:5em;height:5em}}.objeto-cambia{width:100%;min-height:100vh;background-color:#1f0275}.oc__game-box-container{width:100%;margin-top:2em;display:flex;justify-content:center}.oc__game-box{width:90%;height:53vh;background-color:#eeefe4;border-radius:10px;display:flex;flex-direction:column;justify-content:space-evenly;align-items:center;position:relative}.oc__active-animation{-webkit-animation-name:entrada;animation-name:entrada;-webkit-animation-play-state:running;animation-play-state:running;-webkit-animation-timing-function:ease;animation-timing-function:ease;-webkit-animation-duration:2s;animation-duration:2s;-webkit-animation-iteration-count:1;animation-iteration-count:1}.oc__figure{width:3em;height:3em;padding:5px;border:2px solid #434343;border-radius:50%;background-color:#2ea8a8}.bounce-enter-active,.bounce-leave-active{animation:bounce-in 2s reverse}@-webkit-keyframes entrada{0%{transform:translateX(0)}30%{transform:translateX(-100%)}80%{transform:translateX(-100%)}to{transform:translateX(0)}}@keyframes entrada{0%{transform:translateX(0)}30%{transform:translateX(-100%)}80%{transform:translateX(-100%)}to{transform:translateX(0)}}.oc__wrong-answer{background-image:url(../img/cancelar.4707e09c.svg)}.oc__correct-answer{background-image:url(../img/comprobado.4190ac11.svg)}@media (min-width:900px) and (orientation:landscape){.oc__game-box{width:60%}}