.busca-final{width:100%;min-height:100vh;background-color:#1f0275}.bf__game-box-container{width:100%;margin-top:2em;display:flex;justify-content:center}.bf__game-box{height:53vh;background-color:#eeefe4;border-radius:10px;flex-direction:column;justify-content:space-evenly;position:relative}.bf__game-box,.bf__main-word-container{width:90%;display:flex;align-items:center}.bf__main-word-container{height:50%;justify-content:center}.bf__word{font-size:4em;background-color:#b98f2d;width:3em;text-align:center;border:2px solid #343434;border-radius:10px}.bf__alternatives{width:90%;display:flex;justify-content:space-around;align-items:center}.bf__alternative-ta{font-size:2em;background-color:#a7542e;color:#fff;width:2em;height:2em;display:flex;align-items:center;justify-content:center;border-radius:10px;cursor:pointer;position:relative}.bf__check-answer{position:absolute;width:.9em;height:.9em;top:0;right:0}.bf__wrong-answer{background-image:url(../img/cancelar.4707e09c.svg)}.bf__correct-answer{background-image:url(../img/comprobado.4190ac11.svg)}.bf__capa-protectora{position:absolute;width:100%;height:100%;background-color:red;opacity:0}@media (min-width:900px) and (orientation:landscape){.bf__game-box{width:60%}}