/* accordion style2 */
    .same-size-btn {
        display: inline-block;
        width: 220px; 
        text-align: center;
        padding: 10px 0;
     }

      .accordion-style2  {
          font-family: 'Poppins', sans-serif;
          font-size: 20px;
          background: transparent;
          border: none;
          margin-bottom: 20px;
          box-shadow: none;
      }
      .onefa{
        font-size: 18px;
        margin-block-end: 20px;
        font-weight: 600;
       
      }
      .dateonefa{
        font-size: 16px; 
      }

      .font-title {
            font-family: 'Poppins', sans-serif;
       
        }

      .text-contex{
            font-family: 'Poppins', sans-serif;
            font-size: 18px;
            font-weight: 400;
            line-height: 160%;
      }

      .black-text-shadow {
            text-shadow: rgb(10, 10, 10) 0 -3px;
          }
    
      span{
            font-family: 'Poppins', sans-serif;
        }
     

      .cover-background1 {
            position: relative;
            background-size: cover;
            overflow: hidden;
            background-position: center;
            background-repeat: no-repeat;
        }

        .counter-feature-box-0 {height:199px;}
        .counter-feature-box-0:hover {background:#ff6600; border-color: #f47b20;}

        .counter-feature-box-8 {height:199px;}
        .counter-feature-box-8:hover {background: #216c50; border-color: #216c50;}

        @media screen and (max-width: 1080px) {
            .cover-background1 {
                background-size: contain;
            }
        }
       
 
        .text-verde{
            color: #216c50;
        }
    
       .logo img {
            height: 90px;
            width: auto;
            vertical-align: middle;
        }

        .logo-inicio img {
            height: 40px;
            width: auto;
            vertical-align: middle;
        }
        
        
            
        .week {
            font-size: 32px;
            font-weight: bold;
            margin-block-end: 20px;
            color: #ff6600;
            margin-block: 20px;
            padding-block: 20px;
        }
        .week2 {
            font-size: 32px;
            font-weight: bold;
            margin-block-end: 20px;
            color: #216c50;
            margin-block: 20px;
            padding-block: 20px;
        }
        .bye {
            font-size: 32px;
            font-weight: bold;
            margin-block-end: 20px;
            color: #ffffff;
            margin-block: 20px;
             padding-block: 20px;
        }
      
        
        .playoffs-section {
            background-color: #f7f7f7;
            padding: 40px;
            border-radius: 5px;
        }
        
        .playoff-stage {
            display: flex;
            justify-content: space-between;
            align-items: center;
            padding: 10px;
            background-color: #004d26;
            color: white;
            margin-bottom: 10px;
            border-radius: 5px;
        }
        
        .playoff-stage .stage-name {
            font-weight: bold;
            font-size: 18px;
        }
        
        .playoff-stage .stage-date {
            background-color: #ff6600;
            padding: 5px 10px;
            border-radius: 5px;
            color: white;
        }
        
        .legend {
            display: flex;
            justify-content: center;
            margin-top: 20px;
        }
        
        .legend-item {
            display: flex;
            align-items: center;
            margin-right: 20px;
        }
        
        .color-box {
            width: 20px;
            height: 20px;
            margin-right: 10px;
        }
        
        .visitante {
            background-color: #ff6600;
            border: 1px solid #ffffff;
        }
        
        .local {
            background-color: #004d26;
            border: 1px solid #ffffff;
        }
        
      
        
        
  
        
        