 @import url("../frameworks/css/includes.css");

 
 body{
     background-color: black;
 }
 li{
     list-style: none
 }
 
.customTD{
		
        text-align: center;
        vertical-align: middle!important;

}

.dt-column{

        text-align:center;
        font-weight:600;
}

.favorite{

        padding:3rem;
}

.destacados{

}
.destacados {
        border: 1px solid rgb(200, 200, 200);
        box-shadow: rgba(0, 0, 0, 0.1) 0px 5px 5px 2px;
        background: rgba(200, 200, 200, 0.1);
        transition: 0.1s;
        margin-bottom:5rem;
}
/*.destacados:hover{

        border: 1px solid rgb(200, 200, 200);
        box-shadow: rgba(0, 0, 0, 0.1) 0px 5px 5px 2px;
        background: rgba(200, 200, 200, 0.1);
        transition: 0.1s;
}*/

td:hover{
        cursor:pointer;

}



.detailHide,.randomHide{
        margin-top: 10px;
        border: 1px solid rgb(200, 200, 200);
        box-shadow: rgba(0, 0, 0, 0.1) 0px 5px 5px 2px;
        background: rgba(600, 200, 200, 0.5);
        transition: 0.5s;
        width:auto;
        padding:10px;
        border-radius:10px;

}


.popup {
  display: none;
  position: absolute;
  color: white;
  padding: 40px;
  border: solid 1px #ddd;
  background: green;
  text-align: center;
  width: 10%;
}


.buttonDesign{
     border: 1px solid rgb(200, 200, 200);
        box-shadow: rgba(0, 0, 0, 0.1) 0px 5px 5px 2px;
        background: rgba(200, 200, 200, 0.1);
        transition: 0.1s;
        margin-bottom:5rem;
        padding:5px;
        text-align: center;
        font-size: 1.8rem;
        margin: 2px;
}


/*.buttonDesign:hover{
    color:white;
}*/



.red {
        color: red;
        top:3px;
}

.blue {
        color: blue;
        top:3px;
}


.background_green{

        background: rgba(50, 254, 50, 0.8) !important;

}


.background_red{

        background: rgba(255, 50, 50, 0.8) !important;

}


.showTableButton:hover{

        cursor: pointer;
}

.randomGames :hover{
    cursor: pointer;
}


.columnOption{
        display:none;


}



.shadowDesign{
        border: 1px solid rgb(200, 200, 200);
        box-shadow: rgba(0, 0, 0, 0.1) 0px 5px 5px 2px;
        background: rgba(200, 200, 200, 0.1);
        transition: 0.1s;
        margin-bottom:5rem;
        padding:5px;
        text-align: center;
        font-size: 1.8rem;
}

.randomKiz{
    height: 100%;
}

.mobile{
     height: auto;
     max-height:600px;
     overflow: hidden;
}


.banner{
    min-height: 180px;
    background-image: url("../img/dna_minimal_padding_logo.png");
    background-size: 350px 100px;
    background-position: center center;
    background-repeat: no-repeat;
    background-color: black; 
}

.banner h1{
     font-size: xxx-large;
    font-weight: 800;
    color: #0009E1;
}

.bannerHeadLine{
    margin-left: auto;
    margin-right: auto;
    text-align: center;    
    
}

.bannerHeadLine h1{
   font-size:2rem;  
    
}


.bannerBottom{
    text-align: justify;
  text-justify: inter-word;
  text-align: center;
  position: relative;
  bottom: -8rem;  
}

.bannerBottom h1{
    color: white;
    font-size: 2rem;
}


.bannerHeadLine img{
    width: 30px;
    height:25px
}

@media only screen and (min-width: 600px) {
    .bannerBottom{
         margin-top: 0px;
         font-size: 4rem;
         bottom: -10rem; 
    }
    
    .bannerBottom h1{
        color: white;
        font-size: 4rem;
    
    }
    
    .bannerHeadLine h1{
        font-size:4rem;  
    } 
    
    .bannerHeadLine img{
        width: 60px;
        height:50px
    }
    
    
    .banner{
        min-height: 250px;
        background-image: url("../img/dna_minimal_padding_logo.png");
        background-size: 600px 150px;
        background-position: center center;
        background-repeat: no-repeat;
        background-color: black; 
    }
    
}

.even td{
    /*background-color: black;*/
}

.odd td{
    background-color: #0019ffs;
}





    .swiper-container {
      width: 100%;
      padding-top: 50px;
      padding-bottom: 50px;
      margin: 0;
      padding: 0;
 
    }

    .swiper-slide {
      background-position: center;
      background-size: cover;
      width: 300px;
      height: 300px;
      background: #000;

    }


