:root {
  --dark-bg: #0f0f0f;
  --neon-blue: #00d4ff;
  --alert-red: #ff3e3e;
}

body {
  background-color: #074045;
  color: white;
  font-family: "Arial", sans-serif;
}

/* ALERTAS DE ESTADO */
.status-banner {
  border-bottom: 3px solid var(--neon-blue);
  padding: 15px;
  background: rgba(0, 212, 255, 0.1);
}

.status-suspended {
  border-bottom: 3px solid var(--alert-red);
  background: rgba(255, 62, 62, 0.1);
}

/* NOTICIAS */
.news-card {
  background: #1e1e1e;
  border: none;
  border-radius: 12px;
  transition: 0.3s;
  height: 100%;
}

.news-card:hover {
  transform: scale(1.02);
  background: #252525;
}

/* FIXTURE GENERAL */
.fixture-row {
  background: #005a5c;
  border-radius: 10px;
  margin-bottom: 8px;
  padding: 15px;
  border-left: 4px solid var(--neon-blue);
}
.contenedor-apoyo.horizontal {
  display: flex;
  flex-direction: row;
  gap: 10px;
  flex-wrap: wrap;
}
.marg_apoyo {
  width: 20%;
  margin: auto;
}
.apoyo {
  display: block;
}
.img_apoyo {
  width: 100%;
  max-width: 150px;
  height: auto;
  margin: 0 auto;
}
.display-4 {
  font-size: xx-large !important;
}
.img-fluid {
  width: 75px;
  height: 75px;
  border-radius: 50%;
  object-fit: contain;
}
.img-fluid_2 {
  width: 100%;
  height: 75px;
  border-radius: 10%;
  object-fit: cover;
}
.img-tablaPos {
  width: 50px;
  height: 50px;
  border-radius: 50;
  object-fit: contain;
}
.logo_ini {
  position: absolute;
  top: 10px;
  width: 5%;
  float: left;
  margin-left: 5%;
}
.logo-contenedor {
  transition: all 0.3s ease;
  cursor: pointer;
}

.logo-contenedor:hover {
  background: rgba(255, 255, 255, 0.15) !important;
  transform: scale(1.1);
  border-color: #00d4ff !important;
}
.none {
  display: none;
}
.gap_nav {
  gap: 1.5rem !important;
}
/* Puesto 1: Campeón (Dorado) */
#pos1 td {
  background-color: rgba(246, 255, 0, 0.25) !important; /* Fondo oro */
  color: #00bfff !important; /* Texto oro */
  font-weight: bold !important;
}
#pos2 td,
#pos3 td,
#pos4 td,
#pos5 td {
  background-color: rgba(0, 162, 255, 0.25) !important; /* Fondo oro */
  color: #09ff00 !important;
}
#pos_inf1 td,
#pos_inf2 td,
#pos_inf3 td,
#pos_inf4 td,
#pos_inf5 td,
#pos_inf6 td,
#pos_inf7 td,
#pos_inf8 td {
  background-color: rgba(0, 213, 255, 0.13) !important; /* Fondo oro */
  color: #09ff00 !important;
}
.img-det-noti {
  width: 100%;
}
.institucion_link {
  text-decoration: none;
  color: #00bfff;
}
@media (max-width: 780px) {
  .display-4 {
    font-size: larger !important;
  }
  .none {
    display: block;
  }
  .logo_ini {
    width: 12%;
  }
}
@media (max-width: 500px) {
  .logo_ini {
    width: 15%;
  }
  .display-4 {
    font-size: larger !important;
  }
  .text_alert {
    font-size: large !important;
    text-align: right !important;
    margin-right: 2% !important;
  }
  .text_nav_01 {
    font-size: small !important;
    font-weight: bold !important;
  }
  .text_nav_02 {
    font-size: small !important;
  }
  .gap_nav {
    gap: 0.9rem !important;
  }
}
