@charset "utf-8";
/* caja-juego*/
.stiker{
 position:absolute;
 top:0px;
 right:0px;
 border:none;
}

.videogames {
	padding: 3rem 0 3rem 0;
}
.game {
	padding: 0.5em;
}
.description {
	padding: 0.5em;
	color: #333333;
	font-size: 13px;
	text-align: center;
	min-height: 24rem;
}
.box-shadow {
	text-align: center;
	width: 100%;
	min-height: 45rem;
	padding-bottom: 3rem;
	position: relative;
	display: inline-block;
	background-color: #fff;
	border-radius: 3px;
	box-shadow: 0 2px 6px rgba(0, 0, 0, 0.5);
	-webkit-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
	transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.puntuacion {
	color: #FF9800;
	text-align: center;
	display: block;
}
.game-cat {
	color: #DD0C0F;
	list-style: none;
	padding: 0;
	margin: 0;
	text-align: center;
	max-height: 50%;
}
.button {
	background-color: #1F8A70; /* Green */
	border: none;
	color: white;
	padding: 10px 25px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	font-size: 1.4rem;
	margin: 1rem 2rem;
	cursor: pointer;
	transition: all .5s ease-in-out;
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	-ms-transition: all .5s ease-in-out;
}
.button:hover {
	background-color: #18765F; /* Green */
	border: none;
	color: white;
	padding: 10px 25px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	font-size: 1.4rem;
	margin: 1rem 2rem;
	cursor: pointer;
}
/* especial caja-juego*/



.fondo-ex {
	background-color: #FF8600;
	width: 100%;
	padding: 4rem;
}
.especial-gameimg{
}
.titulo-game-especial{
  padding: 2.5rem;
  font-family: Raleway;
  font-weight: 300;
  font-size: 3rem;
  color: #ffffff;
}
.linea{
  height: 0.2rem;
  background: #ffffff;
}
.especial-game {
	text-align: center;
	width: 60%;
	min-height: 61rem;
	background-color: white;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	margin-bottom: 25px;
	margin: 0 auto;
	position: relative;
}
div.container {
}
.game-cat-ex {
	padding: 1em 2em 1em 2em;
	margin: 0;
	text-align: center;
	min-height: 24rem;
  color: #bdbdbd;
}
.game-cat-ex:a {
 color: #bdbdbd;
}
.puntuacion-ex {
	color: #FF9800;
	text-align: center;
	font-size: 1em;
	display: block;
	padding: 1em 0 1em 0;
}
/* botones*/

.button-ex {
	background-color: #f56c2d;
	border: none;
	color: white;
	padding: 15px 32px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	font-size: 1.5rem;
	margin: 2rem 0.5rem;
	cursor: pointer;
	transition: all .5s ease-in-out;
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	-ms-transition: all .5s ease-in-out;
}
.button-ex:hover {
	background-color: #C1511D;
	border: none;
	color: white;
	padding: 15px 32px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	font-size: 1.5rem;
	margin: 2rem 0.5rem;
	cursor: pointer;
}


.titulo-game {
	min-height: 4em;
}
