

/*   header    */
.box {
  margin-top: 4vh;
}
.navbar {
  background: #1d2125;
  justify-content: space-between;
}
.logo {
  padding-left: 2rem; 
  width: 10rem;
  height: 8rem;
}
.fa-bars {
  color: #ffffff;
}
.navbar .navbar-nav .nav-item a i {
  padding: 5px 10px;
  font-size: 25px;
  color: #ffffff;
}
.navbar .navbar-brand span {
  padding-left: 2rem; 
}
.nav-link {
  color: gold;
}
.cuadritos {
  transform: skew(20deg);
  border: 1px gold solid;
  text-align: center;
  background-color: black;
  font-weight: 700;
  border-radius: 3px;
}
.cuadritos:hover {
  background-color: #f5f5f5;
}

.cuadritos .nav-item .nav-link {
  padding: 0;
}
.dropdown-menu {
  background-color: transparent;
  border: none;
}

.title{
  text-align: center;
  padding: 5% 0;
  font-family: 'Montserrat';
  font-style: bold;
  font-weight: 800;
  font-size: 4rem;
}

.oculto {
  display: none;
}

li p {
  color: white;
}

.dropdown-item {
  color: #eee;
}


@media (max-width:1700px) {
  .left-text {
    font-size: 1.5rem;
  }
}

@media (max-width:1540px) {
#publicidad {
  display: none
}
.left-text {
  font-size: 1.5rem;
}
}
@media (max-width:753px) {
#disapeer, #disapeer2 {
  display: none;
}   
.title {
  font-size: 4rem;
}
.title, p, h2 {
  margin: 20px;
}
.left-text {
  font-size: 14px;
}

.logo {
  width: 4rem;
  height: 4rem;
  padding: 0;
}
.navbar .navbar-nav .nav-item a i {
  font-size: 14px;
}
.cuadritos .nav-item .nav-link {
  font-size: 14px;
  padding: 0;
}
.cuadritos {
  padding: 0;
}
.carousel {
  width: 100%;
  margin: auto;
}
}
@media (max-width: 550px) {
  .title {
    font-size: 2rem;
  }
  .partida-description, h2, h4  {
    font-size: 1rem;
    text-align: center;
  }
  .text-partida p {
  display: none;
  }
}
@media (max-width: 324px) {
  .navbar .navbar-brand span {
  font-size: 14px; 
  }
  .title {
    font-size: 1.5rem;
  }
  
}
@media (max-width: 500px) {
  .desplegables {
    padding: 0;
  }
  }



.video-container, .video-container-valorant {
  position: relative;
  width: 100%;
  margin: 20px 0;
  display: flex;
    justify-content: center; /* Centra el contenido horizontalmente */
    align-items: center;
}
video {
  margin: auto;
}


.video-container-valorant {
  justify-content: center;
  align-items: center;
  display: flex;
}
.video-valorant{
  margin: auto;
}
.overlay-image, .overlay-image-valorant, .overlay-image-fornite {
  position: absolute;
}
.overlay-image {      /*este es para que la img se monte arriba del video*/
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
}
.overlay-image-valorant {
  top: 30%;
  left: 8%;
  width: 30%;
  height: 20%;
}

.overlay-image-fornite {
  top: 30%;
  left: 5%;
  width: 30%;
  height: 30%;
}




/*   body    */


.top {
  margin-top: 10% !important;
  padding: 10px;
  
}

.container .row .left-text li {
  font-size: 1.3rem;
}
.sin-deco {
  list-style-type: none;
}

/*partidas*/

.modalidad i img {
  width: 10rem;
  height: 8rem;
  margin: 5px;
}
.text-partida {
  margin: 5px;
  min-height: 8rem;
}
.partida-description {
  text-align: center;
}
hr {
  border: 2px solid #1d2125;
}
.partida-link {
  color: black;

}
.partida-link:hover {
  color: black;
  text-decoration: none;
}
/*Resultados y ganadores*/
.video-ganador, h2, .noticia-container, .noticia-img{
  margin: 5% 0;
}
.partida-container {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  margin: 10px;
}

.partida-container:hover {
  transform: scale(1.02);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  background: rgb(70,130,180);
background: linear-gradient(135deg, rgba(70,130,180,1) 20%, rgba(0,123,255,0.5942752100840336) 50%, rgba(0,212,255,1) 88%);
  
}

.partida-container:hover .partida-link {
  text-decoration: none;
}

.part-container {
  margin: 20px 0;
}

.franja {
  background: rgb(70,130,180);
background: linear-gradient(135deg, rgba(70,130,180,1) 20%, rgba(0,123,255,0.5942752100840336) 50%, rgba(0,212,255,1) 88%);
  max-height: 150px;
}


/*noticias*/


@media (max-width: 765px) { 
  #right-colum {
    display: none;
  }
  .tasa-botom {
    margin: auto;
  }
  #cookieNotification {
    font-size: 15px;
  }
}

@media (min-width: 705px) {
  .dropdown {
    display: none;
  }
}
#demo {
  width: 60%;
  height: 50%;
}

@media (max-width: 306px) {
  .logo {
    margin: 0;
  }
}
 

/*aside bar*/
 .presentacion i img {
  width: 100%;
}

.carousel-inner img {
  width: 100%;
  height: 100%;
}
/*aside bar publicidad*/ 
.text-publicidad {
text-align: center;
}


 
/*   FOOTER    */

/*COUNTER STRIKE 2 APARTADO CSS HEADER*/
body {
  font-family: Arial, sans-serif;
  
  margin: 0;
  padding: 0;
}

.header {
  background-color: #333;
  color: #fff;
  text-align: center;
  padding: 20px;
}

.header h1 {
  font-size: 36px;
}

.header p {
  font-size: 18px;
}

.upcoming-tournaments, .team-data {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  margin: 20px;
}

.tournament, .team {
  background-color: #fff;
  border: 2px solid #ddd;
  border-radius: 10px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  margin: 10px;
  padding: 10px;
  max-width: 300px;
  display: flex;
  flex-direction: column;
  align-items: center;
  transition: transform 0.2s;
}

.tournament:hover, .team:hover {
  transform: scale(1.05);
}

.tournament img, .team img {
  max-width: 100%;
  height: auto;
}

.tournament-info, .team-info {
  padding: 0 10px;
  text-align: center;
}

h2 {
  font-size: 24px;
  margin-bottom: 20px;
}

h3 {
  font-size: 20px;
  margin: 0;
}

p {
  font-size: 18px;
}
/* Estilo para el contenedor del video */


video {
  max-width: 100%;
  max-height: 90%;
}

.boldeo {
  border: 4px solid gold;
  margin: auto;
  padding: 25px;
  border-radius: 25px;
  text-align: center;
  background-color: #1d2125;
  color: #ffffff;
}
#quienes-somos {
  text-align: center;
  padding-top: 3rem;
}

#cookieNotification {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 6rem;
  padding: 10px;
  background-color: black;
  text-align: center;
  z-index: 9999;
  color: #ffffff;
  
}
#cookieNotification button {
  color: #ffffff;
  padding: 0;
  margin: 0;
}


.winner {
  background-color: #d4edda; /* Verde claro */
  color: #155724; /* Texto verde */
  font-weight: bold; /* Texto en negrita */
}
.inasistente {
  background-color: #f8d7da; /* Rojo claro */
  color: #721c24; /* Texto rojo */
  font-weight: bold;
}
.table-warning {
  background-color: #fff3cd !important;
}
.badge-success {
  background-color: #28a745 !important;
}
.badge-secondary {
  background-color: #6c757d !important;
}

.vistasbtn {
  width: 100%;
  margin: 1px;
}

th, td {
  text-align: center;
}

.spinner-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.8);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1050;
}
.d-none {
  display: none !important;
}
.text-white{
  padding: 3%;
}

.bitcontent {
  border-radius: 5px;
}

.bittext {
  background: rgb(70,130,180);
background: linear-gradient(135deg, rgba(70,130,180,1) 20%, rgba(0,123,255,0.5942752100840336) 50%, rgba(0,212,255,1) 88%);
}
.game-icon {
  width: 8%;/* Ajusta el tamaño del icono */
  height: 8%;
  margin-right: 10px; /* Espacio entre la imagen y el texto */
  vertical-align: middle; /* Alinea con el texto */
}


.perfil-card {
background: rgb(70,130,180);
background: linear-gradient(135deg, rgba(70,130,180,1) 20%, rgba(0,123,255,0.5942752100840336) 50%, rgba(0,212,255,1) 88%);
}

#foto-perfil {
  margin-bottom: 2%;
}