body{
    scrollbar-color: #010b2b #087bff;
background-image: url(images/bg.png);
background-position: center center;
background-repeat: no-repeat;
background-size: cover;
background-attachment: fixed;
font-family:Arial;
margin: 0;
}
.btn-gamebar {
    height: 60px;
width:300px;
padding:20px;
margin:20px;
background: #ffae00;
border: none;
outline-style: none;
border-radius:50px;
transition: all .7s;
cursor: pointer;
}
.btn-gamebar:hover {
height: 90px;
transition: .7s;
}
.btn-gamebar span{
 color: black;
font-size: 20px;
transition: .7s
}

.btn-gamebar span::after{

opacity:0 ;
content: "\00bb";
transition: .7s;
}

.btn-gamebar:hover span::after{
opacity: 1;
margin-left: 10px;
}
a {
    text-decoration: none;
    color:black;
}
header{
display: flex;
min-height: 70px;
background-color:#00c3ff;
justify-content: space-between;
align-items: center;
padding: 10px;
border-radius: 30px;
}

.logo{
    display: flex;
    align-items: center;
}


.logo img{
    height: 100px;
    align-items: center;
    margin-right: 10px;
     transition: all .7s;
}
.logo img:hover{
    height: 120px;
   transition: .7s;
}

nav a{
font-weight: 600;
padding-right: 10px;
}
nav a:hover{
color: #50390d;
padding-top: 20px;
}

@media (max-width:700px){
    header{
    flex-direction: column;
    }

    nav{
        padding: 10px 0px;
    }
}

.game-image {
    display: flex;
min-height: 70px;

justify-content: space-between;
align-items: center;
padding: 10px;
    padding:2px;
    margin: 2px;
    height: 200px;
    border-radius:20px;
transition: all .7s;
}

.game-image:hover {
    object-fit: cover;
height: 225px;
border-radius: 50px;
transition: .7s;
}

.game-1-title{
width:350px;
padding:20px;
margin:20px;
background: #ffae00;
border: none;
outline-style: none;
border-radius:50px;
transition: all .10s;
cursor: pointer;

}

.game-1-title span {
     color: black;
font-size: 30px;
transition: .10s
}

.game-2-title{
width:350px;
padding:20px;
margin:20px;
background: #ffae00;
border: none;
outline-style: none;
border-radius:50px;
transition: all .10s;
cursor: pointer;

}

.game-2-title span {
     color: black;
font-size: 30px;
transition: .10s
}
.texto-nosotros{
    height: 99px;
background-color: rgb(12, 14, 26);
border-radius: 10px;
margin-left: 10px;
margin-right: 750px;
}
.texto-nosotros-fuente{
    margin-bottom: 90;
    margin: 50;
    font-size: 20;
    color:#eee;
}

.logo-dev{
    margin-left: 50px;
    height: 200px;
    border-radius: 100px;
    transition: all .7s;
}
.logo-dev:hover{
    height: 250;
    transition: .7s;
}

.game-image-menu-1 {
    display: flex;
min-height: 70px;

justify-content: space-between;
align-items: center;
padding: 10px;
  
    padding:2px;
    margin: 2px;
    height: 200px;
    border-radius:20px;
transition: all .7s;
}
.game-image-menu-1:hover {
    object-fit: cover;
height: 225px;
border-radius: 50px;
transition: .7s;
}

.game-image-menu-2 {
    display: flex;
min-height: 70px;
padding:2px;

    margin: 2px;
    height: 200px;
    border-radius:20px;
justify-content: space-between;
align-items: center;
padding: 10px;
    
transition: all .7s;
}
.game-image-menu-2:hover {
    object-fit: cover;
height: 225px;
border-radius: 50px;
transition: .7s;
}

.game-image-menu-3 {padding:2px;
    margin: 2px;
    height: 200px;
    border-radius:20px;
    display: flex;
min-height: 70px;

justify-content: space-between;
align-items: center;
padding: 10px;
    
transition: all .7s;
}

.game-image-menu-3:hover {
    object-fit: cover;
height: 225px;
border-radius: 50px;
transition: .7s;
}

.game-image-menu-4 {
    display: flex;
min-height: 70px;
 
justify-content: space-between;
align-items: center;
padding: 10px;
    padding:2px;
    margin: 2px;
    height: 200px;
    border-radius:20px;
transition: all .7s;
}

.game-image-menu-4:hover {
    object-fit: cover;
height: 225px;
border-radius: 50px;
transition: .7s;
}

.games{
    display: flex;
    flex-direction:column;
}
@media (max-width:750px){
    .games{
        
    flex-direction: column;
    }
    .game-image{
        display: none;
    }
    .game-image-menu-1{
          flex-direction: column;
    }
    .game-image-menu-2{
    flex-direction: column;
    }
    .game-image-menu-3{
          flex-direction: column;
   
    }
    .game-image-menu-4{
          flex-direction: column;
    }
}
@media (min-width:750px){
    .games{
        
    flex-direction: column;
    }
    .game-image-menu-1{
        display: none;
          flex-direction: column;
    }
    .game-image-menu-2{
    flex-direction: column;
    }
    .game-image-menu-3{
          flex-direction: column;
   
    }
    .game-image-menu-4{
          flex-direction: column;
    }
}

.button-container {
  display: flex;
  justify-content: center;
  margin: 20px;
}

.button-3d {
  -webkit-appearance: none;
  appearance: none;
  position: relative;
  border-width: 0;
  padding: 0 8px;
  min-width: 4em;
  min-height: 4em;
  box-sizing: border-box;
  background: transparent;
  font: inherit;
  cursor: pointer;
  margin: 10px;
  border-radius: 20px;
}

.button-top {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 2;
  padding: 8px 16px;
  transform: translateY(0);
  color: #fff;
  background-image: linear-gradient(145deg, #6a11cb, #2575fc);
  text-shadow: 0 -1px rgba(0, 0, 0, 0.25);
  border-radius: 20px;
  transition: transform 0.3s, border-radius 0.3s, background 10s;
}

.button-3d:active .button-top {
  border-radius: 10px 10px 8px 8px / 8px;
  transform: translateY(2px);
  background-image: linear-gradient(145deg, #2575fc, #6a11cb);
}

.button-bottom {
  position: absolute;
  z-index: 1;
  bottom: 4px;
  left: 4px;
  border-radius: 20px;
  padding-top: 6px;
  width: calc(100% - 8px);
  height: calc(100% - 10px);
  background-image: linear-gradient(145deg, #2575fc, #6a11cb);
  box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.5);
  transition: border-radius 0.2s, padding-top 0.2s;
}

.button-base {
  position: absolute;
  z-index: 0;
  top: 4px;
  left: 0;
  border-radius: 20px;
  width: 100%;
  height: calc(100% - 4px);
  background-color: rgba(0, 0, 0, 0.15);
  box-shadow: 0 1px 1px 0 rgba(255, 255, 255, 0.75),
    inset 0 2px 2px rgba(0, 0, 0, 0.25);
  transition: border-radius 0.2s, padding-top 0.2s;
}

.button-3d:active .button-bottom {
  border-radius: 10px 10px 8px 8px / 8px;
  padding-top: 0;
}

.button-3d:active .button-base {
  border-radius: 10px 10px 8px 8px / 8px;
}
