@charset "utf-8";
@import url("servicios_sub.css");
@import url("menu_videojuegos.css");


#banner_juegos {
	position: relative;
}

#banner_juegos img {
	margin-top: 100px;
	width: 100%;
	height: 100%;
	
}

#banner_juegos .contenedor {
	position: absolute;
	margin-top: 55px;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
	top: 45%;
	text-align: center;
	color:#FFFFFF;
	transition: all 0.5s;
}

#banner_juegos h2 {
	font-size: 24px;
}

#banner_juegos a {
	display: inline-block;
	align-content: center;
	color: #FFFFFF;
	text-decoration: none;
	padding: 7px;
	margin-top: 10px;
	border: 1px solid;
	border-color:#3B7FD7;
}

#contenido_juegos {
	text-align: center;
}

#contenido_juegos .contenedor{
	margin-bottom: 50px;
}



#contenido_juegos h2 {
	text-align: center;
	font-size: 24px;
	margin: 40px;
}

#contenido_juegos p {
	text-align: justify;
	margin-bottom: 15px
}

#contenido_juegos h3 {
	margin-top: 8%;
	margin-bottom: 3%;
}

#contenido_juegos p {
	justify-content: center;
	margin: 2%;
}


#games_frames.contenedor {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin-bottom: 30px;
}


.games_frames {
	margin: 2%;
	
}

.games_frames img {
	width: auto;
	height: 100px;
	margin: 0%;
	padding: 0%;

}

#games_platform.contenedor {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin-bottom: 30px;
}


.games_platform {
	margin: 2%;
	
}

.games_platform img {
	width: auto;
	height: 100px;
	margin: 0%;
	padding: 0%;

}


#games_captures.contenedor {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin-bottom: 30px;
}

.games_captures img {
	width: 80vw;
	height: auto;
	margin: 0%;
	padding: 0%;

}




#conocenos {
	text-align: center;
	margin-top: 100px;
}

#conocenos a {
	color: rgba(0,0,0,1.00);
	text-decoration: none;
	
}

#servicios_sub {
	margin-top: 5%;
}

@media (min-width:480px) {
	#banner_juegos .contenedor{

		transition: all 0.5s;
	}
	
	#banner_juegos h2 {
		font-size: 28px;
		margin-bottom: 0px;
	}
	
	#banner_juegos a {
		margin-top: 10px;
	}
	
	.games_frames {
	margin: 3%
}
}

@media (min-width:768px) {
	#banner_juegos .contenedor {

		transition: all 0.5s;
		
	}
	
	#banner_juegos h2 {
		font-size: 40px;
		margin-bottom: 20px;
	}
	
	#banner_juegos p {
		font-size: 20px;
	}
	
	#banner_juegos a {
		margin-top: 10px;
	}
	
	
	#banner_juegos img {
		height: auto;
	}
	

	.games_captures {
	margin-left: 13%;
	margin-right: 13%;
	
}
	
	.games_frames {
	margin: 1%
}
	}

@media (min-width:1024px) {
	#banner_juegos .contenedor{

		transition: all 0.5s;
	}
	
	.games_captures {
	margin: 6%;
	
	}
	
	.games_frames {
	margin: 2%
}
}