.bg {
    background-image: url("../IMG/bg.jpg");
}

#dv-tablero {
    width: 65%;
    /* background-color: #ff0000; */
    float: left;
    height: 100vh;
    /* width: 8%; */
}

#tbl-tablero td {
    border: 2px solid white;
    border-radius: 2px;
    width: 7%; 
    aspect-ratio: 1/1;
    height: 8vh; 
}

table#tbl-tablero {
    width: 100%;
    height: 93vh;
}

.vacio {
    border: none !important;
}

.ficha {
    height: 25px;
    width: 25px;
    overflow: hidden;
    float: left;
    border: 2px solid white;
    border-radius: 15px;
}

.ficha img {
    height:100%;
    width: 100%;
}

div#ronda {
    font-size: 45px;
    text-align: center;
    color: white;
    -webkit-text-stroke: 1px #000; /* Chrome/Safari */
}

.turno {
    position: fixed;
    bottom: 15px;
    right: 15px;
    width: 200px;
    border: 4px solid white;
    border-radius: 15px;
    background-color: #00c3576b;
}

.turno h1 {
    color: #ff0000;
    text-align: center;
}

.turno .img {
    width: 150px;
    height: 150px;
    overflow: hidden;
    border-radius: 150px;
    margin-left: 25px;
}

.turno .img img {
    width: 100%;
    height: 100%;
}

.turno .nombre {
    text-align: center;
    color: white;
}

/*Casillas*/

.simple-blue {
    background: linear-gradient(to right, #0e0e71, #1825ad);
}

.simple-red {
    background: linear-gradient(to right, #710e0e, #ad1818);
}

.simple-green {
    background: linear-gradient(to right, #0e711f, #1dad18);
}

.especial .fondo {
    width: 100%;
    height: 8vh;
    float: left;
    margin-right: -100%;
    opacity: 0.2;
}

div#mensaje_pantalla {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: #000000b5;
    z-index: 1;
    display: flex;
    justify-content: center;
    align-items: center;
}

#mensaje_pantalla .texto {
    color: white;
    font-size: 100px;
    font-weight: bold;
}

.fichaVS {
    width: 30%;
    float: left;
    border: 5px solid;
    margin-left: 12%;
    border-radius: 15px;
    text-align: center;
}

.fichaVS img {
    width: 100%;
    height: 200px;
}