.cuenta-bloques{width:100%;height:100vh;background-color:#1f0275}.cb__matrix-icons-container{margin-top:2em;width:100%;height:100%;display:flex;justify-content:center;align-items:center}.cb__game-box{width:90%;height:40vh;display:grid;grid-template-columns:repeat(11,7.6%);grid-template-rows:repeat(10,8%);grid-gap:5px}.cb__matrix-icons{width:95%;height:50vh;background-color:#eeefe4;border-radius:10px;flex-direction:column}.cb__icon-box,.cb__matrix-icons{display:flex;justify-content:center;align-items:center}.cb__icon-box{width:100%;height:100%;border-radius:5px;box-shadow:1px 1px 5px #a1a1a1}.cb__icon-blank{background-color:transparent;box-shadow:0 0 0 transparent}.cb__alternatives-box{width:90%;height:4em;display:flex;justify-content:space-evenly;align-items:center}.cb__alternatives-item{width:3em;height:3em;background-color:#966363;border-radius:10px;border:2px solid #492f2f;display:flex;align-items:center;justify-content:center;cursor:pointer;position:relative}.cb__numero{font-size:2em;color:#dddada}.cb__icon--size{width:1em;height:1em}.cb__check-answer{position:absolute;width:1.5em;height:1.5em;top:-8px;right:-8px;background-size:100% 100%}.cb__wrong-answer{background-image:url(../img/cancelar.4707e09c.svg)}.cb__correct-answer{background-image:url(../img/comprobado.4190ac11.svg)}.cb__capa-protectora{width:100%;height:8em;background-color:red;opacity:0;bottom:0;position:absolute}@media (min-width:900px) and (orientation:landscape){.cb__matrix-icons{width:60%}}