.slider-content {
  width: 100%;
  height: 350px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.headequipos {
  .left {
    width: 40%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;

    .left-content {
      width: 80%;
      height: 80%;
      border-radius: 15px;
      display: flex;
      justify-content: left;
      align-items: center;
      flex-direction: column;
      color: rgb(255, 255, 255);
      font-size: 2rem;
      text-align: center;
      padding: 20px;
      font-family: fantasy;

      .img-logo-equipo1 {
        width: 190px;
        height: 190px;
        margin-right: 20px;
        border-radius: 50%;
        object-fit: cover;
        transition: all 0.3s ease-in-out;

        img {
          width: 100%;
          height: 100%;
          border-radius: 50%;
          object-fit: cover;
        }

        &:hover {
          transform: scale(1.1);
          transition: all 0.3s ease-in-out;
        }
      }
    }
  }

  .center {
    width: 20%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    font-size: 3rem;
    font-weight: bold;

    .match-card {
      width: 100%;
      height: 100%;
      display: flex;

      justify-content: center;
      align-items: center;
      flex-direction: column;

      .match-header {
        text-align: center;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        gap: 5px;
        h2 {
          font-size: 0.9rem;
          margin: 0;
          font-family: fantasy;
        }
        h3 {
          font-size: 1rem;
          margin: 0 10px;
          font-family: "Rubik Mono One", monospace;
          font-weight: 400;
          font-style: normal;
        }
      }

      .match-info {
        .venue {
          font-size: 1rem;
          text-align: center;
          font-family: "Rubik Mono One", monospace;
          font-weight: 400;
          font-style: normal;
        }
        .date {
          font-size: 1rem;
          text-align: center;
          font-family: "Saira Stencil One", sans-serif;
          font-weight: 450;
          font-style: normal;
        }
        .time {
          text-align: center;
          font-family: "Bungee Shade", sans-serif;
          font-weight: 400;
          font-style: normal;
        }
      }
    }
  }

  .right {
    width: 40%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;

    .right-content {
      width: 80%;
      height: 80%;
      border-radius: 15px;
      display: flex;
      font-family: fantasy;
      justify-content: left;
      align-items: center;
      flex-direction: column;
      color: rgb(255, 255, 255);
      font-size: 2rem;
      text-align: center;
      padding: 20px;

      .img-logo-equipo2 {
        width: 190px;
        height: 190px;
        margin-right: 20px;
        border-radius: 50%;
        object-fit: cover;
        transition: all 0.3s ease-in-out;

        img {
          width: 100%;
          height: 100%;
          border-radius: 50%;
          object-fit: cover;
        }

        &:hover {
          transform: scale(1.1);
          transition: all 0.3s ease-in-out;
        }
      }
    }
  }
}

/* Jugadores FEB */

