

.colGames{
  height:auto;
  width:100%;
  margin-top: 2%;
  
}
.colGames2{
  height:auto;
  width:100%;
  margin-top: 2%;
  overflow-y: hidden;
  overflow-x: scroll ;
  white-space:nowrap;
  scroll-snap-type: x proximity;
  
  
}
.gameIcon{
  height: 150px;
  width: 257px;
  border-color: maroon;
  border-style: solid;
  border-radius: 5px;
  
}
.gameIconContainer{
  margin: 0;
  padding:0;
  align-self: center;
  margin-left:2px;
  padding-left: 20px;
  scroll-snap-align: center;
  
}
.gameIconContainer , .gameIcon{
  margin-top: 2%;
  display: inline-flex; 
  
  
   

}

.gameIconContainer .gameIcon:hover{
  transform: scale(1.15);
  transition-duration: .3s;
  /* position:static; */
  opacity: .5;
  
}

#column2138{
  border-radius: 0 0 0 15px !important;
}

.vid-banner-inicio{
  margin-top: -3% !important;
  position:relative;
}
/* CSS */
.inicio-promo-button,.inicio-promo-button2{
position: relative;
overflow: hidden;
border: 2px solid rgb(145, 13, 13);
border-radius: 5px;
color: #ffffff;
display: inline-block;
font-size: 15px;
line-height: 14px;
padding: 18px 18px 17px;
text-decoration: none;
cursor: pointer;
background: rgba(145, 13, 13, 0.13);
user-select: none;
-webkit-user-select: none;
touch-action: manipulation;
text-align: center;


}

.inicio-promo-button span:first-child {
position: relative;
transition: color 600ms cubic-bezier(0.48, 0, 0.12, 1);
z-index: 10;
}

.inicio-promo-button span:last-child {
color: rgb(255, 255, 255);
display: block;
position: absolute;
bottom: 0;
transition: all 500ms cubic-bezier(0.48, 0, 0.12, 1);
z-index: 100;
opacity: 50%;
top: 50%;
left: 50%;
transform: translateY(225%) translateX(-50%);
height: 14px;
line-height: 20px;

}
.inicio-promo-button2 span:last-child {
color: rgb(255, 255, 255);
display: block;
position: absolute;
bottom: 0;
transition: all 500ms cubic-bezier(0.48, 0, 0.12, 1);
z-index: 100;
opacity: 0;
top: 50%;
left: 50%;
transform: translateY(225%) translateX(-50%);
height: 20px;
line-height: 20px;

}

.inicio-promo-button:after,.inicio-promo-button2:after {
content: "";
position: absolute;
bottom: -50%;
left: 0;
width: 100%;
height: 100%;
background-color: rgb(145, 13, 13);
transform-origin: bottom center;
transition: transform 600ms cubic-bezier(0.48, 0, 0.12, 1);
transform: skewY(9.3deg) scaleY(0);
z-index: 50;
}

.inicio-promo-button:hover:after,.inicio-promo-button2:hover:after {
transform-origin: bottom center;
transform: skewY(9.3deg) scaleY(2);
}

.inicio-promo-button:hover span:last-child,.inicio-promo-button2:hover span:last-child {
transform: translateX(-50%) translateY(-100%);
opacity: 1;
transition: all 900ms cubic-bezier(0.48, 0, 0.12, 1);
}
.new-inicio-btn{
  margin-right:33.5% !important;
}
.navMenu:hover{
transform:scale(1.1); 
/* border-bottom: 2px solid red;  */
transition-duration: 100ms ;

}
.navMenu>div>h3>span>a>span:hover{
color:white !important;
}
.userUI{
  margin-right:10px !important;
}
#column2153{
  margin-top: -6vh;
    padding-bottom: 0vh;
    background-image: linear-gradient(359deg, black, #0000005c,transparent);
}

.new-banner-image{
  height: auto;
  width: 100%;
}

.cards {
  height: 210px;
  width:358px;
  margin:4px;
  overflow: hidden;
  position: relative;
  background: rgba(255, 255, 255, 0);
  background: linear-gradient(135deg, rgba(255, 255, 255, 0) 0%, hsla(354, 80%, 55%, 1) 68%);
  background: -moz-linear-gradient(135deg, rgba(255, 255, 255, 0) 0%, hsla(354, 80%, 55%, 1) 68%);
  background: -webkit-linear-gradient(135deg, rgba(255, 255, 255, 0) 0%, hsla(354, 80%, 55%, 1) 68%);  
  cursor: pointer;
  border-radius: 2px;
  transition-duration:.3s;
}

.card-img{
  position: absolute;
  right: -60px;
  top:20px;
  filter:sepia(80%)
}
.card:hover{
  filter:sepia(0%) 
  
}
.hide-filter{
  filter:sepia(0);
  transform: scale(1.02);
  overflow-x: visible;
  transition-duration: .3s;
  
}
.card-label{
  font-family:Righteous;
  font-size: 30px;
  color:white;
  padding-left:10px;
  position: absolute;
}
/* #iframe2065{
  width:125%;
} */
