.baseTablero {
    width: 40vh;
    height: 40vh;
    float: left;
    margin-left: 40vw;
    margin-top: 10vh;
}

.ficha{
    background-color: rgba(20, 129, 186, 0);
    border-color: white;
    border-style: solid;
    border-width: 1px;
    width: 12vh;
    height: 12vh;
    float: left;
}
.ficha:hover{
    background-color: #1481BA;
}


.titulo {
    font-family: sans-serif;
    font-size: 2em;
    color: white;
    text-align: center;
    width: 99vw;

    background-color: rgba(169, 234, 255, 0.28);
}

.reset {
    position: absolute;
    text-align: center;
    color: wheat;
    font-size: 4vh;
    background-color: #0c3a52;
    width: 15vw;
    height: 5vh;
    margin-top: 2vh;
    bottom: 30vh;
    left: 29.56vw;
}

body {
    background-color: #001021;
}

.bannerResultado {
    display: none;
    position: absolute;
    text-align: center;
    color: white;
    left: 12.5vw;
    top: 12.5vh;
    width: 75vw;
    height: 75vh;
    background-color: hsla(0, 0%, 50%, 0.7);
    font-size: 15vh;
}
