.fondo {
  background-image: url("../images/bg.png");  
  background-repeat: repeat;
}

body {
	font-family: 'Exo', sans-serif;
}

hr {
	height: 4px;
	background-color: #333333;
	border-radius: 20px;
}

@media (max-width: 980px) {
	h1 {
		font-size: 30px;
	}
}

.margen-top {
	margin-top: 65px;
	display: flex;
	align-items: center;
	justify-content: center;	
}

@media (max-width: 768px) {
	.margen-top {
		margin-top: 30px;
		margin-bottom: 30px;
	}
}


@media (max-width: 768px) {
	.ggplay {
		display: none;
	}
}

@media (min-width: 768px) {
	.android {
		display: none;
	}
}

@media (max-width: 768px) {
	.pc {
		display: none;
	}
}