html {
    min-width: 100%;
    min-height: 100%;
}
body {
    min-width: 100vw;
    min-height: 100vh;
    font-family: 'Roboto', sans-serif;
    color: #323E48;
}

#result {
    display : none;
}
#error {
    display : none;
}


.juego {
    color: #555;
}
.max-100 {
    max-width: 100%;
}
.boton-equipo {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: #72A2B4;
    color: white;
    font-size: 2.8em;
    height: 100%;
    padding: 15px;
    line-height: 1.2em;
    z-index: 2;
}
.boton-equipo small {
    font-size: 0.7em;
}
.bg-red {
    background-color: #E51A2F;
}
.bg-green {
    background-color: #006327;
}
.bg-yellow {
    background-color: #EEBE2D;
}
.legales {
    position: relative;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 1;

}
.legales a {
    color: inherit;
    text-decoration: none;
}

.titulo {
    text-align: center;
    color: #323E48;
    font-size: 2em;
}
.texto {
    font-size: 1.3em;
}
.formul {
    max-width: 500px;
    margin: 0 auto;
}
.txt-input {
    font-size: 1.3em;
}
.formulario {
    padding-top: 30px;
    max-width: 480px;
    margin: 0 auto;
}
.form-control {
    border: 2px solid #666;
}
.btn-enviar {
    display: inline-block;
    background-color: #323E48;
    color: #FFF;
    padding: 4px 40px;
    outline: 0;
    border: none;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    font-size: 1.3em;
    font-weight: 700;
}
.around {
    min-height: 90vh;
}
.caja {
    height: 440px;
    border: 2px solid #666;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    overflow-y: scroll;
    background-color: rgba(255,255,255,0.6);
}
.caja h1 {
    font-size: 2.9em;
}
.caja h3 {
    font-size: 1.8em;
}
.alert {
    padding: 9px 15px;
}
.equipoclass{
    text-decoration:none;
}


.table-wrapper {
    display: flex;
    justify-content: space-evenly;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    align-items: center;
    margin-top:3%;
  }
.table{
    width:50%;
}  