
/*font-family: 'Encode Sans Semi Condensed', sans-serif;
font-family: 'Nanum Gothic', sans-serif;*/

/* TEXTO DE BANNER */
#superh1{
	color: rgb(255, 255, 255);
	margin-top: 5%;
	margin-bottom: 0;
	padding-left: 1.1em;
	font-family: 'Patua One', cursive;
	font-size: 1em;
	
	text-shadow: 1px 1px 10px #000;
}
/* FIN DE TEXTO DE BANNER */

html, body {
  overflow-x: hidden;
}

body {
	margin: 0;
	padding: 0;
	position: relative;
	font-family: 'Encode Sans Semi Condensed', sans-serif;
}

header {
	width: 100%;
	background: #000000;
	position: fixed;
	z-index: 100;
	font-family: 'Nanum Gothic', sans-serif;
}

#espacio {
	width: 100%;
	height: 63px;
}

.contenedor {
	width: 100%;
	margin: auto;
}

header nav {
	display: none;
}

.menu {
	padding-left: 0;
	margin-top: 0;
	margin-bottom: 0;
	list-style: none;
	background-color: #000000;
}

.menu li {
	border-bottom: 1px solid rgba(255,255,255,.3);	
}
/*.menu #logo {
	/*border-bottom: 1px solid rgba(255,255,255,.3);ESTE SE BLOQUEA
	margin-bottom: 0;
	height: 20px;
}
.menu #logo img {
	padding: 5px;
	padding-top: 17px;
	height: 50px;
}

}*/
.menu li a img {
	padding-top: -5px;
	height: 94px;
}

.menu li:first-child {
	padding: 10px;
	padding-top: 17px;
	height: 68px;
}

.menu li a {
	color: rgb(255, 255, 255);
	text-decoration: none;
	line-height: 4;
	display: block;
	padding-left: .7em;
	font-size: 1.2em;
}

.menu li a:hover {
	color: rgb(119, 119, 119);
}

header .contenedor .menu_bar {
	display: block;
	width: 100%;
	background: #ccc;
}

header .contenedor .menu_bar .bt-menu {
	display: block;
	padding: 20px;
	background: #000000;
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	font-size: 1em;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.menu_bar span {
	float: right;
	font-size: 22px;

}

/*PIE DE PAGINA*/
footer {
	background: rgb(0, 0, 0);
	/* position:fixed; */
	width: 100%;
   	bottom:0px;
   	display: none;
}

footer .contenedor {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	padding-top: 0;
	padding-bottom: 5px;
}
#derechos {
	margin-top: 0px;
	display: flex;
	flex: auto;
}
#derechos .copy {
	font-size: 14px;
	color: #fff;
	flex: auto;
	padding-left: 6%
}
#derechos img {
	margin-left: 10px;
	max-height: 22px;
	padding-right: 6%;
	padding-top: 10px;
}

.sociales {
	width: 100%;
	font-size: .8em;
	text-align: center;
	color: #fff;
}

.sociales a {
	margin: 0px 20px;
	color: #fff;
	text-decoration: none;
	cursor: pointer;
}

.sociales a:hover {
	color: orange;
}

.menu_down {
	margin-bottom: 0;
	list-style: none;
}

.menu_down li {
	/*border-bottom: 1px solid rgba(255,255,255,.3);*/
}

.menu_down li a {
	color: #eee;
	text-decoration: none;
	line-height: 2;
	display: block;
	padding-left: .7em;
	font-size: 1em;
}

@media screen and (min-width: 600px) {

	#espacio {
		width: 100%;
		height: 63px;
	}

	.menu {
		background-color: #000000;
	}
	header .contenedor .menu_bar {
		display: block;
	}

	header {
		border-bottom: 1px solid rgba(255,255,255,.3);
	}

	footer {
		display: block;
		/* border-top: 1px solid rgb(192, 15, 151); */
	}
}
@media screen and (min-width: 768px) {
	#espacio {
		width: 100%;
		height: 95px;
	}

	/* TEXTO DE BANNER */
	#superh1{
		color: rgb(255, 255, 255);
		margin-top: 5%;
		margin-bottom: 0;
		padding-left: 1.1em;
		font-family: 'Patua One', cursive;
		font-size: 2.4em;
	
		text-shadow: 1px 1px 10px #000;
	}
	/* FIN DE TEXTO DE BANNER */


	.contenedor {
		width: 100%;
	}

	header nav {
		display: block;
	}

	header .contenedor .menu_bar {
		display: none;
	}

	.menu {
		display: flex;
	}

	.menu li {
		flex: auto;
		text-align: center;
		border-bottom: 0;
	}
	.menu li a {
		padding-left: 0;
		line-height: 5;
	}

	/*PIE DE PAGINA*/
	.menu_down {
		display: flex;
	}

	.menu_down li {
		flex: auto;
		text-align: center;
		border-bottom: 0;
	}
	.menu_down li a {
		padding-left: 0;
		line-height: 2.5;
	}

}

@media (min-width: 1280px) {
	.contenedor {
		width: 1280px;
	}
	header nav {
		display: block;
	}

	header .contenedor .menu_bar {
		display: none;
	}

}