.container {
    display: flex;
    flex-wrap: wrap;
    background: yellow;
    border: 1px solid;
    width: 100%;
    padding: 5px;
    gap: 0px;
}

.grupo {
    display: flex;
    width: 100%;
}

.grupo .minhaDiv {
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: bold;
    width: 100%;
    background: #f0f0f0;
    cursor: pointer;
    aspect-ratio: 1/1;
    font-size: 4vw;
}

.barra .minhaDiv {
    display: flex;
    justify-content: space-between;
    flex-grow: 1;
    cursor: pointer;
    font-size: 15px;
}

.rodape {
    display: flex;
    justify-content: space-around;
    border: 1px solid;
    background: rgb(200, 200, 218);
    width: 100%;
    height: 100%;
    padding: 5px;
    font-weight: bold;
}

.voltar{
    position: absolute;
    font-size: 15px;
    color: black;
    font-weight: bold;
    right: 2%;
    /*transform: translate(2%, 5%);*/
}

.titulo {
    display: flex;
    justify-content: center;
    color: red;
    margin-top: 1px;
}

.ajuda_cruzadas {
    display: flex;
    justify-content: center;
}
