.suerteAncho {
    min-width: 70px;
    max-width: 115px;
}

.footer {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  color: white;
  text-align: center;
  /* margin-left: 10%; */
}

.listaEmoji {
    font-size: 2.5em;
  }

.emojiSize {
  font-size: 1.65em;
}

.emojiTablero {
  font-size: 1.8em;
}

.emojiSalida {
  font-size: 0.8em;
}

.casillaMobile {
  font-size: 0.5em;
}

.listaApuestas {
  padding-left: 0rem !important;
  padding-right: 0rem !important;
}

.table-salida,
.table-salida > td,
.table-salida > th {
    background-color: #FFBA08;
}


.table-llegada,
.table-llegada > td,
.table-llegada > th {
    background-color: #FFBA08;
}


.colorTurnoActual {
  background-color: #dc3545;
}

.colorCasillaOcupada {
  background-color: rgba(0,0,0,.2);
}

.listaPolePosition {
  padding: 0em;
  word-break: break-word;
}

.table-tablero {
    padding: 0em !important;
    padding-left: 0.2em !important;
    padding-right: 1em !important;
    vertical-align: middle !important;
    width: 8.33%;
}

.casillero {
  /* white-space: nowrap; */
  word-break: break-word;
}

.centrarSVG {
  display: flex;
  justify-content: center;
}

.jumbotronSVG {
  height: 80px;
  /* width: 90px; */
}

.topBarSVG {
  height: 40px;
  /* width: 90px; */
}


.px20 {
  height: 1.8em;
  /* width: 90px; */
}

.px25 {
  height: 2em;
  /* width: 90px; */
}

.px30 {
  height: 2.5em;
  /* width: 90px; */
}

.flipVertical {
  transform: scaleY(-1);
}

.imagen100 {
  width: 100%;
  height: auto;
}
