body {
  font-family: 'Monserrat', sans-serif;
  color: #c1c9d1;
  background: url("../imagenes/background.png") no-repeat center center fixed;

  background-size: cover;
  -moz-background-size: cover;
  -webkit-background-size: cover;
  -o-background-size: cover;

  overflow-x: hidden;
  max-width: 100%;
}

p {
  text-shadow: 2px 2px 2px #000000;
}

th {
  text-shadow: 2px 2px 2px #000000;
}

h2 {
  margin: 4px 0;
  color: #fff;
  text-shadow: 2px 2px 2px #000000;
}

/*barra de menu: */

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.imgRedes {
  margin: 0px 4px;
}

.divRedes {
  margin: 0 4px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 23px;
}

.imgDescargar {
  color: green;
}

.fa-youtube {
  color: #FF0000;
}

.fa-twitch {
  color: #6441A4;
}

.fa-instagram {
  color: #bb3f96;
}


.fa-facebook{
  color: #2c59bb;

}

.fa-discord{
  color: #7289da;
}

.fa-earth-americas{
  color: #6f9acf;
}

.fa-discord:hover,
.fa-earth-americas:hover,
.fa-youtube:hover,
.fa-twitch:hover,
.imgRedes:hover,
.fa-instagram:hover,
.fa-facebook:hover {
  color: rgb(74, 98, 233);
}






.fa-star{
  color: #FFD43B;
  max-height: 1px;
}

/* Noticias */

.contenidoNoticiasGeneral{
  position: relative;
  margin: 2px auto;
  padding: 10px;

  background: rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 0 15px rgba(0, 0, 0, 0.2);
  border-radius: 5px;
  overflow: hidden;
  color: #fff;
  text-shadow: 2px 2px 2px #000000;
  max-width: 90%;

}

.contenidoInicioNoticias{

  text-align: center;
  text-shadow: 2px 2px 2px #000000;

  background: rgba(255, 255, 255, 0.1);
  border-radius: 5px;
  overflow: hidden;
  position: relative;
  margin: 2px auto;
  margin-bottom: 3%;
  padding: 5px;
}

.imgSrvPrueba {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: block;
 }
/* FIN Noticias */


/* Cronograma */
.DivCronograma {
  position: relative;
  margin: 2px auto;
  padding: 10px;

  background: rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 0 15px rgba(0, 0, 0, 0.2);
  border-radius: 5px;
  overflow: hidden;
  color: #fff;
  text-shadow: 2px 2px 2px #000000;
  max-width: 90%;
}



.h2Titulo{
  margin-bottom: 15px;
  text-align: center;
}


/* Grilla */
table {
  position: relative;
  height: 98%;
  width: 100%;
  padding: 10px;

  background: rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 0 15px rgba(0, 0, 0, 0.2);
  border-radius: 5px;
  overflow: hidden;

}



/* titulo Grilla */
thead {
  background: rgba(0, 0, 0, 0.404);
  margin: 2px 0;
  color: #fff;
  text-shadow: 2px 2px 2px #000000;

  font-size: 20px; /* Increase the font size to your desired value */
}


 tr {
  text-align: center;
  background: rgba(255, 255, 255, 0.1);
  padding: 10px 20px;
  color: #fff;
  margin: 5px 0;
  transition: .5s;
  border-spacing: 10px;

}

/*
tbody tr:nth-child(1) {
  background: rgba(255, 255, 255, 0.6);
}
tbody tr:nth-child(2) {
  background: rgba(255, 255, 255, 0.4);
}
tbody tr:nth-child(3) {
  background: rgba(255, 255, 255, 0.2);
}
*/
tbody tr td:nth-child(1) {
  width: 200px;

}

tbody tr td:nth-child(2) {
  width: 80px;
}

tbody tr td:nth-child(3) {
  width: 100px;
  text-align: center;
}

tbody tr td:nth-child(4) {
  width: 70px;
  text-align: right;
}

tbody tr:hover {
  transform: scale(1.10);
  background: #272729a4;
}


/* Fin Cronograma*/





/* Servidores */
/*
.zoom {

  transition: transform .2s;
  width: 370px;
  height: 215px;
  margin: 0 auto;
}

.zoom:hover {

  -ms-transform: scale(1.3);
  -webkit-transform: scale(1.3);
  transform: scale(1.3);
  filter: brightness(50%);


}
*/

.listado-articulosSvrs{
  min-width: 370px;
  margin: auto;
}

.CuadroServer {
  background: rgba(0, 0, 0, 0.247);
  box-shadow: inset 0 0 15px rgba(0, 0, 0, 0.2);
  /*border-radius: 5px;*/
  color: #fff;
  margin: 0 auto;
  margin-bottom: 5px;
  margin-top: 5px;
  max-width: 400px;

}

.imgSrvs {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 5px;
}

.CuadroInfoServers {
  position: relative;

  background: rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 0 15px rgba(0, 0, 0, 0.2);
  border-radius: 5px;
  width: 370px;

  text-align: center;
  margin: 0 auto; 
  margin-bottom: 5px;

}




.TextInfoServers {
  display: inline-block;  
  max-height: 10px;
 
}

.rowInfoServers{

  position: relative;

  background: rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 0 15px rgba(0, 0, 0, 0.2);
  border-radius: 5px;
  

  text-align: center;
  margin: 3px auto; 


}

.colPuntos{
  max-width: 60px;
  margin: 0 10px;
}

.colApertura{
  max-width: 180px;
}

/* Fin Servidores */

/*
#Inicio:hover {
  color: red;
}


#Servidores:hover {
  color: red;
}

*/


/*Menu */

nav{
  background: #00000070;
  height: 50px;
  width: 100%;
  

}

.enlace{
  /*position: absolute;*/
  /*padding: 20px 50px;*/
 
  margin-left: 15vw;
  
}


.logo{
  margin-top: 5px;
  height: 45px;
  
}

.menuText{
  color: white;

  /*text-transform: uppercase;*/
  /*margin: 0 20px;*/
  line-height: 50px;
  transition: .3s;
  margin-right: 16vw;
  text-shadow: 2px 2px 2px #000000;
  
  overflow-y: auto;
}


.menuInstalar{
  color: green;
}

nav ul{
  float: right;
  margin-right: 20px;
}

nav ul li{
  display: inline;
  margin: 0 10px;
  line-height: 50px;
}


nav ul li a{
  color: white;
  text-decoration: none;
  /*text-transform: uppercase;*/
  font-size: 18px;
}

li a.active{
  color: #594dff;

  transition: .3s;
}

 li a:hover{
  color: #ff4040;

  transition: .3s;
}

.checkbtn{
  font-size: 30px;
  color: rgb(255, 255, 255);
  float: right;
  line-height: 50px;
  margin-right: 40px;
  cursor: pointer;
  display: none;
}

#check{
  display: none;
  
}



@media (max-width: 1199px)
{
  .container{
    margin: 0%;
    width: 100%;
    max-width: 100%;
  }
  /*
  .ComunidadSection{
    width: 95%;
  }
  */
  

}
@media (max-width: 900px)
{
  nav ul li a{
    font-size: 15px;
  
  }
 


  .fb-page{
    width: 100%;
  }

}



@media (max-width: 858px)
{
  nav ul li a{
    font-size: 13px;
  
  }
  .enlace{
    margin-left: 4%;
  }
  .menuText{
    margin-right: 3vw;
  }

}

@media (max-width: 552px){

  .checkbtn{
    display: block;
  }
  

  ul{
    position: fixed;
    width: 100%;
    height: 100vh;
    background: #000000;
    top: 50px;
    left: -100%;
    text-align: center;
    transition: all .5s;
  }
  
  nav ul li{
    display: block;
    margin: 50px 0;
    line-height: 30px;
  }

  nav ul li a{
    font-size: 20px;
  }

  li a.active{
    color: #594dff;
  }

 li a:hover{
    color: #ff4040;
  }

  #check:checked ~ ul{
    left: 0;
  }

  .menuText{
    display: none;
  }

  .menuShow{
    display: block;
    left: 0;
  }


  .enlace{
    margin-left: 4%;
  }

  .divColFB {
    
    text-align: center;
  }

  .divRowDiscFB{
    margin: 0;
    padding: 0;
    overflow: hidden;
    display: block;
  }

  .divColDiscord{
    height: 500px;
    width: 95%;
  }

  .DivGridCronograma{
    min-width: 100%;
    margin: 5px auto;
  }

  .DivCronograma{
    max-width: 100%;
  }

  

}

/* Fin Menu */

footer{
  bottom: 0;
  margin-top: 10px;
  width: 100%;
  background: #00000070;
  text-align: center;
  font-size: 20px;
  color: white;
}

footer a{
  color: white;
  font-size: 20px;
}

footer a:hover{
  color: #0099ff;
}

.redesFooter{
  text-decoration: none;
  margin: 0 1rem;
  
}

.rowFooterRedes{
  padding-top: 10px;
}




/* Instalar Atlas */
.instalarSection{
  
  margin: 0px auto;
  padding: 10px;

  background: rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 0 15px rgba(0, 0, 0, 0.2);
  border-radius: 5px;
  overflow: hidden;
  color: #fff;
  text-shadow: 2px 2px 2px #000000;

  max-width: 88%;
  /*max-height: 80%;*/

}
.DescInstalar{
  color: #fff;
  font-size: 3.5vw;/*calc(70px - 2vw);*/
  text-shadow: 2px 2px 2px #000000;
  margin:  auto;
 /*  display: block;*/
 
}

.logoHD{
  display: block;
  margin:  auto;
  height: auto;
  max-width: 93%;
}
.rowCmdInstalar{
  margin: 2px auto;
  padding: 10px;
}

/* Fin Instalar Atlas*/


/* Menu COMUNIDAD */
.iframeDiscord{
  margin: 0 auto;
  display: block;
  width: 100%;
  height: 95%;
  min-width: 230px;
  border: none;
}

.ComunidadSection{
  overflow: hidden

}
.ComunidadSection p{
  margin: 0 auto;
}

.divRowComunidad{
  position: relative;
  margin: 10px;
  padding: 10px;

  background: rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 0 15px rgba(0, 0, 0, 0.2);
  border-radius: 5px;
  overflow: hidden;

  /*max-width: 90%;*/
}

.divColFB {
  margin: 10px;
  padding: 10px;
  
 
  height: 100%;
  width: auto; /* Updated width property */
  border: none;
  margin-right: -22vw;
  overflow: hidden;

}

.logoGS{
  display: block;
  margin:  auto;
  height: auto;
  width: auto;
  max-width: 93%;
}
.ComunidadSection a{
  color: #fff;

}


/* Fin Menu COMUNIDAD */

