/* fondo imagen*/
#contenedor-torneos {
  display: block;
  width: 100%;
  height: auto;
  min-height: 100%;
  background-repeat: no-repeat;
  background-attachment: scroll;
  margin-left: -1em;
  background-color: #0120ffd9;
}

#contenedor-torneos::before {
  background-image: url(../src/torneo-futbol.jpg);
  background-size: cover;
  background-attachment: unset;
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 50%;
  background-repeat: no-repeat;
  margin-left:0px;
  z-index: 0;
  opacity: 1;
  mix-blend-mode: overlay;
  margin-top: 80px;
}


/* botones*/
#todotorneos button {
    color: white;
    padding: 9px;
    background:#1D0076;
    border: none;
    border-radius: 15px;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    justify-content: space-between;
    align-items: center;
    margin-left: 10px;
    margin-right: 10px;

    font-kerning: 10px;
}

#todotorneos button:hover{
    color: white;
    background: #53A7ff;
    text-decoration: none;
}

#ingresobotones {
  margin-top: 25px;
}

/*CARGA NOMBRES EQUIPO*/
#ingreso{

    position: relative;
    display: inline-block;
    max-width: 85%;
    padding: 5px 20px;
    box-sizing: border-box;
    border: solid 2px #FFF;
    border-radius: 30px;
    background-color: rgba(0, 0, 255, 0.6);
}

#nombre-equipo {
  background: none;
  width: 200px;
  max-width: 100%;
  border: none;
  padding: 0px;
  font-family: inherit;
  font-size: 1.2em;
  color: white;
  font-weight: bold;
  margin-left: 15px;


}
#nombre-equipo:focus{
  width: 250px;
}

#nombre-equipo.placeholder:disabled{
  color: white;
}

#agregar-equipo {
  display: none;
}

#seleccion {

    color: white;
    padding: 12px;
    background:none;
    width: 100px;
    border: 1px;
    color: #ffff;
    font-size: 20px;
     }


/*Main*/
#todotorneos {
    text-align: center;
    line-height: 23px;
    font-style: normal;
    width: 100%;
    margin: 60px 0px 0px 0px;
    position: relative;
    display: block;


/*CONTENIDO INICIAL*/
  }
  #contenido2 {
      position: relative;
      display: flex;
      flex-direction: column;
      width: 100%;
}

  #contenido2 h3 {

      color: #1D0076;
      margin-bottom: 15px;
      font-size: 35px;
      margin-bottom: 20px;
  }

/*LISTA EQUIPOS*/

  #lista-equipos {
      margin-bottom: 100px;
      margin-top: 25px;
      color: #1D0076;
      width: 300px;
      text-align: center;
      display: inline-block;
      background-size: cover;
      background-color: rgba(0, 0, 255, 0.4);
      border-top: solid 3px var(--azul-claro);
      margin-bottom: 10px;
      -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.3);
      -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.3);
      box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.3);
      font-weight: bold;


  }

  #lista-equipos div{
    padding: 10px;
  }

/*RONDAS*/

#contenedor-rondas {
    display: flex;
    flex-direction: row;
    float:none;
    align-items: flex-end;
    text-align: -webkit-auto;
    align-content: stretch;
    align-items: center;
    margin-left: 30px;
    font-weight: bold;
    color:#1D0076;
}

#contenedor-rondas div{
    padding: 10px;
    background: none;
}


#contenedor-rondas div div input {
  box-sizing: border-box;
  border: none;
  border-radius: 30px;
  padding: 5px;
  margin-bottom: 10px;
  margin-left: 10px;
  margin-right: 10px;
  background-color: rgba(0, 0, 255, 0.4);
}

input:disabled {
    color:#1D0076;
    cursor: default;
}
#container-ganador {
    vertical-align: middle;
}



/*TABLA*/
#headertabla{
  font-weight: bold;
}

#divtable {
    margin: auto;
    padding: 3px;
    margin-bottom: 100px;
    font-weight: lighter;
}

table {
    color: #1D0076;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    background-color: rgba(0, 0, 255, 0.4);
}

table td {
  padding: 5px;
}

/* FLECHAS INPUT NUMBER */
input[type="number"]::-webkit-outer-spin-button, input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type="number"] {
    -moz-appearance: textfield;
}

/*CATEGORIA */
#viendo-categoria {

    display: block;
    margin-top: auto;
    margin-bottom: 30px;
    color: white;
    padding: 0px 5px;
}



#categoriafinal1{
    color: white;
    display: -webkit-inline-box;
    font-weight: bold;
    font-size: 20px;
}

#secuenciafinal {
    display: grid;
    margin-top: 10px;
}
