.bi-b {
    height: 30px;
    width: 50px;
    margin-top: 10px;
    margin-left: 10px;
    margin-left: 20px;
}
.section {
    display: none;
  }

    .section.active {
      display: block;
    }

  body {
    font-family: Arial, sans-serif;
    background-color: white;
    margin: 0;
    padding: 0;
  }
  
  .btns{
    margin-bottom: 60px;
  }

  .buttons{
    padding: 10px 20px;
    background-color: #4CAF50;
    color: white;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    margin-left: 50px;
    margin-right: 10px;
}

  .grupo_contenido {
      max-width: 1100px;
      grid-auto-rows: 50px 50px 50px 50px;
      overflow: auto;
      border: 3px solid;
  }

    .cont {
      max-width: 1200px;
      grid-auto-rows: 50px 50px 50px 50px;
      overflow: auto;
      margin-bottom: 20px;
      padding-left: 70px;
      padding-right: 70px;


    }
    .table{
      text-align: center;
    }

    .equipo1 {
      text-align: left;
    }
    .equipo2 {
      text-align: left;
    }
  

  .name_equip {
    font-size: 18px;
    font-weight: bold;
    text-align: left;
  }

  .numequip {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
  }

  .cont_clasi {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    max-width: 1195px;
    margin: 0 auto;
    overflow: auto;
    margin-bottom: 2rem;
  }

  .cont_semi {
    margin-right: 70px;
  }

  .titulo_semi {
    font-size: 30px;
    font-weight: bold;
    text-align: center;
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .cua_semi {
    width: 350px;
    height: 140px;
    margin-bottom: 50px;
    display: grid;
    grid-template-areas:
      "num hl hl"
      "num team1 score1"
      "num team2 score2"
      "num det det";
    grid-template-columns: 85px 1fr 40px;
    grid-template-rows: 25px 35px 35px 45px;
    padding: 10px;
    box-sizing: border-box;
    position: relative;
    background-color: cornflowerblue
  }

  .no_part {
    grid-area: num;
    background-color: yellow;
    height: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: black;
    font-weight: 600;
    border-radius: 10px
  }

  .equip_1 {
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: left;
    height: 35px;
  }

  .equipo_2 {
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: left;
    height: 35px;
  }

  .cont_fin {
    margin-right: 70px;
    z-index: 2;
  }

  .cua_fin {
    width: 350px;
    height: 140px;
    margin-bottom: 50px;
    display: grid;
    grid-template-areas:
      "num hl hl"
      "num team1 score1"
      "num team2 score2"
      "num det det";
    grid-template-columns: 40px 1fr 40px;
    grid-template-rows: 25px 35px 35px 45px;
    padding: 10px;
    box-sizing: border-box;
    position: relative;
    background-color: cornflowerblue
  }

  @media (max-width:1300px) {
  }

  .con_defin {
    width: 350px;
    height: 60px;
    margin-bottom: 10px;
  }

  .cua_defin {
    width: 350px;
    height: 60px;
    margin-bottom: 20px;
    background-color: cornflowerblue;
    border-radius: 10px;
    position: relative;
    display: grid;
    grid-template-columns: 40px 1fr;
  }

  .definequi {
    display: flex;
    align-items: center;
    justify-content: left;
    font-size: 20px;
  }

  .nodefi {
    background-color: yellow;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 60px;
    color: black;
    font-weight: 600;
  }

  .cont_clasi .cont_semi .cua_semi:nth-child(even):after {
    content: "";
    position: absolute;
    width: 211px;
    height: 2px;
    background-color: black;
    right: -31px;
    top: 160px;
  }

  .cont_clasi .cont_fin .cua_fin::before {
    content: "";
    position: absolute;
    width: 42px;
    height: 2px;
    background-color: black;
    left: -42px;
    top: 70px;
  }

  .cont_clasi .cont_semi .cua_semi:nth-child(odd)::before {
    content: "";
    position: absolute;
    width: 2px;
    height: 50px;
    background-color: black;
    right: 180px;
    top: -50px;
  }

  .cont_clasi .cont_fin .cua_fin:nth-child(odd)::after {
    content: "";
    position: absolute;
    width: 2px;
    height: 191px;
    background-color: #000;
    left: -42px;
    top: -120px;
  }

  .cont_clasi .con_defin .cua_defin:nth-child(even)::before {
    content: "";
    position: absolute;
    width: 50px;
    height: 2px;
    background-color: #000;
    left: -82px;
    top: 70px;
  }

  .cont_clasi .con_defin .cua_defin:nth-child(even)::after {
    content: "";
    position: absolute;
    width: 32px;
    height: 2px;
    background-color: #000;
    left: -32px;
    top: 30px;
  }

  .cont_clasi .con_defin .cua_defin:nth-child(odd)::before {
    content: "";
    position: absolute;
    width: 2px;
    height: 80px;
    background-color: #000;
    left: -32px;
    top: -50px;
  }

  .cont_clasi .con_defin .cua_defin:nth-child(odd)::after {
    content: "";
    position: absolute;
    width: 32px;
    height: 2px;
    background-color: #000;
    left: -32px;
    top: 30px;
  }

  .cont_clasi .con_defin .cua_defin:nth-child(odd) {
    margin-bottom: 50px
  }

  .hora_lugar {
    font-size: 14px;
  }
  .content {
    display: none;
  }

  .content.active {
    display: block;
  }