  .filtro-form {
    background-color: #fdfdfd;
    padding: 2rem;
    border-radius: 1rem;
    box-shadow: 0 4px 12px rgba(0,0,0,0.05);
    max-width: 100%;
    margin-bottom: 2rem;
  }

  .filtro-form h4 {
    color: #2c3e50;
    font-weight: 600;
    margin-bottom: 1rem;
    font-size: 1.25rem;
  }


  .filtro-item {
    flex: 1 1 200px;
    display: flex;
    flex-direction: column;
  }

  .filtro-item label {
    font-weight: 500;
    margin-bottom: 0.3rem;
    font-size: 0.95rem;
    color: #34495e;
  }
  .fondo-negro {
    background: url('../images/FONDO_NEGRO.jpg') no-repeat center center fixed;
    background-size: cover;
    padding-bottom: 40px;
    position: relative;
  }

  .franja-gris {
    background-color: #f1f1f1;
    border-bottom-left-radius: 40px;
    border-bottom-right-radius: 40px;
    padding: 10px 0;
    margin-bottom: 30px;
  }
  
  
      .style-title {
        font-size: 28px;
        font-weight: bold;
        margin: 0;
        font-family: 'PoppinsRegular', sans-serif !important;
      }
  .filtro-item select {
    padding: 0.6rem 0.75rem;
    border: 1px solid #ccc;
    border-radius: 0.5rem;
    font-size: 0.95rem;
    background-color: #ffed00;
    transition: border-color 0.3s;
  }
  .checkbox-group {
    background-color: #ffed00 !important;
    color: black !important;
  }

  .filtro-item select:focus {
    border-color: #ffed00;
    outline: none;
  }

  .filtro-submit {
    align-self: flex-end;
    margin-top: auto;
  }

  .filtro-submit button {
    padding: 0.6rem 1.2rem;
    background-color: #ffed00;
    color: black;
    border: none;
    border-radius: 0.5rem;
    font-weight: 500;
    font-size: 1rem;
    cursor: pointer;
    transition: background-color 0.3s;
    width: 100%;
  }

  .filtro-submit button:hover {
    background-color: black;
    color: white;
  }

  @media (max-width: 768px) {
    .filtro-submit {
      width: 100%;
    }
  }

  .page-item.active .page-link {
        background-color: black;
    }
    .page-item .page-link {
        background-color: #ffed00;
        color: black;
    }

    .page-item .page-link:hover {
        background-color: black;
        color: white;
    }

    .modal-imagen {
      display: none;
      position: fixed;
      z-index: 9999;
      padding-top: 50px;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      overflow: auto;
      background-color: rgba(0,0,0,0.8);
      text-align: center;
    }
    
    
    .modal-contenido {
      max-width: 90%;
      max-height: 90%;
      margin: auto;
    }
    
    .cerrar {
      position: absolute;
      top: 20px;
      right: 35px;
      color: white;
      font-size: 40px;
      font-weight: bold;
      cursor: pointer;
    }
    
    .filtro-item select {
      width: 100%;
      max-width: 100%;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap;
      color: black;
    }
    
    .btn-reset-filtros {
      width: 100%;
      padding-top: 12px;
    }
        
    /* Estilos para pantallas mayores a 768px (escritorio) */
    @media (min-width: 768px) {
      .btn-reset-filtros {
        width: 50%;
        margin: 0 auto;
        display: block;
      }
    }
    

    .franja-gris {
      background-color: #f1f1f1;
      border-bottom-left-radius: 40px;
      border-bottom-right-radius: 40px;
      padding: 10px 0;
      margin-bottom: 30px;
    }
    
    @media screen and (min-width: 768px) {
      .logo-container {
        display: flex;
        justify-content: center;
        align-items: center;
        height: 100%;
      }
    
      .logo-container img {
        height: 60px;
        width: auto;
        object-fit: contain;
        transition: transform 0.3s ease;
        transform-origin: center center;
      }
    
      .rd-navbar--is-stuck .logo-container img {
        transform: scale(1.3);
      }
    
      .rd-navbar-panel {
        flex: 1;
        display: flex;
        justify-content: center;
      }
    
      .rd-navbar-main {
        flex: 2;
      }
    
      .franja-gris {
        position: sticky;
        top: 80px;
        z-index: 900;
        background-color: #f1f1f1;
        border-bottom-left-radius: 40px;
        border-bottom-right-radius: 40px;
        padding: 10px 0;
        margin-bottom: 30px;
      }
    }
    
        .style-title {
          font-size: 28px;
          font-weight: bold;
          margin: 0;
          font-family: 'PoppinsBold', sans-serif !important;
        }
    
    
        @media (min-width: 992px) {
          #seccion-fondo {
      transition: padding-top 0.3s ease;
    }
    
    
    }

    .filtro-group .row {
      margin-bottom: 1rem !important;
      margin-top: 1rem !important;
    }


  h1 {
      color: #2c3e50;
      text-align: center;
      margin-bottom: 20px;
  }
  .filters {
      background-color: #f5f5f5;
      padding: 20px;
      border-radius: 8px;
      margin-bottom: 20px;
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 15px;
  }
  .filter-group {
      margin-bottom: 15px;
  }
  .filter-group h3 {
      margin-top: 0;
      color: #34495e;
      font-size: 14px;
      margin-bottom: 8px;
  }
  select {
      width: 100%;
      padding: 8px;
      border: 1px solid #ddd;
      border-radius: 4px;
      font-size: 14px;
  }
  .checkbox-group {
      display: flex;
      flex-direction: column;
      gap: 6px;
      background-color: white;
      padding: 10px;
      border: 1px solid #ddd;
      border-radius: 4px;
  }
  .checkbox-item {
      display: flex;
      align-items: center;
  }
  .checkbox-item input {
      margin-right: 8px;
  }
  button {
      background-color: #3498db;
      color: white;
      border: none;
      padding: 10px 15px;
      border-radius: 4px;
      cursor: pointer;
      font-size: 14px;
      grid-column: 1 / -1;
      width: fit-content;
      margin: 0 auto;
  }
  button:hover {
      background-color: #2980b9;
  }
  #results {
      margin-top: 20px;
  }
  .equipo {
      background-color: #f9f9f9;
      border: 1px solid #ddd;
      border-radius: 4px;
      padding: 15px;
      margin-bottom: 10px;
  }
  .equipo h3 {
      margin-top: 0;
      color: #2c3e50;
      font-size: 16px;
      margin-bottom: 6px;
  }
  .equipo p {
      margin: 4px 0;
      font-size: 14px;
  }
  .no-results {
      color: #e74c3c;
      font-weight: bold;
      text-align: center;
      padding: 20px;
  }
  
  /* Responsive design */
  @media (max-width: 768px) {
      .filters {
          grid-template-columns: 1fr;
      }
  }