* {
	padding: 0px !important;
	margin: 0px !important;
}



body {
	/*background-image : url(../sources/img/fondo.jpg);
    position: relative;
	background-repeat: no-repeat!important;
	background-size: cover!important;
	background-attachment:fixed!important;*/
	min-height: 100% !important;
	background-color: #f9f3e3 !important;

}


#menu_on {
	display: inline-block;
	width: 30px;
	height: 20px;
	position: fixed;
	z-index: 2;
	margin: 10px !important;
}

#menu_on span {
	width: 100%;
	height: 4px;
	border-radius: 4px;
	position: fixed;
	display: block;
	position: absolute;
	background: black;
	transition: all 0.25s ease;
	/* Propiedades a animar | Tiempo | Tipo animación*/
	transform-origin: 0px 100%;



}

#menu_on span:nth-child(2) {
	top: calc(50% - 2px);
}

#menu_on span:nth-child(3) {
	bottom: 0;
}

nav {
	position: fixed;
	top: 0;
	bottom: 0;
	left: -300px;
	/* Escondemos nuestro menú con un valor negativo */
	width: 15%;
	z-index: 1;
	padding: 90px 30px 30px;
	background-color: white;
	opacity: 0;
	transition: all 0.75s ease;
	font-size: 1.2em;
	overflow-y: auto;
}

nav ul {
	padding-top: 5% !important;
}

nav a {
	display: block;
	text-decoration: none !important;
	margin: 20px !important;
	color: black;
	font-weight: bold;
	transition: all ease 0.25s;
	font-size: calc(0.5em + 5vw);
}


nav img {
	width: 100%;
	margin-top: 3% !important;
}

nav a:hover {
	color: #49C8CA;

}

.ex {
	color: #49C8CA !important;
	font-weight: bold;
}

.visible_menu span:nth-child(1) {
	transform: rotate(45deg) translate(-2px, 1px);
	background: black !important;
	overflow-y: auto;
}

.visible_menu span:nth-child(2) {
	opacity: 0;
	background: black;
	overflow-y: auto;
}

.visible_menu span:nth-child(3) {
	background: black !important;
	transform: rotate(-45deg) translate(-3px, 3px);

	overflow-y: auto;

}

.visible_menu nav {
	left: 0;
	opacity: 1;
}

.visible_menu #content {
	transform: translateX(260px);
}

.ia {
	color: black;
	font-size: 25px;
	font-weight: bold;
}

section {
	text-align: center !important;

}

.cb {
	background-color: white !important;
	text-align: center;
}

.imgTitle {
	width: 15%;
}

.logoH {
	width: 4% !important;
	margin-top: 0.3% !important;
	margin-left: 1% !important;

}

.tabla {
	color: white;
	width: 100%;
	text-align: center !important;
	font-size: calc(0.5em + 1vw);
	width: 70%;
	margin-left: 15% !important;
	background-color: white;
}

.tabla td {
	width: 10%;
}

.tabla a {
	margin-top: 5% !important;
	margin-bottom: 5% !important;
	display: block;
	text-decoration: none;
	color: white !important;
	display: inline-block;
	padding: 10px 20px;
	border-radius: 50px;
	background-color: #58a2c4;
	cursor: pointer;
	width: 70%;
}

.tabla a:hover {
	text-decoration: none;
	color: black !important;
	font-weight: bold;
}

.marco {
	background-color: white;
	width: 70%;
	margin-left: 15% !important;
}

.marco img {
	margin: 2% !important;
	width: 95%;
	height: 80%;
}


.light-box {
	position: fixed;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, .5);
	transition: transform .3s ease-in-out;
	width: 100%;
	height: 100vh;
	z-index: 1000;
	display: flex;
	justify-content: center;
	align-items: center;
	transform: scale(0);
}


.light-box:target {
	transform: scale(1);
}

.close {
	display: block;
	position: absolute;
	top: 5%;
	right: 5%;
	color: white !important;
	text-decoration: none;
	font-size: calc(0.6em + 1vw) !important;
}

.next {
	display: block;
	color: white !important;
	text-decoration: none;
	font-size: calc(0.4em + 1vw) !important;
	margin: 5% !important;
}

.mrc {
	text-align: center;
	width: 60%;
	padding: 5%;
}

.mrc img {
	width: auto;
	height: 90vh;
	padding: 5%;
}


footer {
	margin-top: 3% !important;
	text-align: center;
	background-color: white;
	color: black;
	width: 100%;
	font-size: calc(0.2em + 0.8vw);

}

.ig {
	color: black;
	font-size: calc(0.2em + 2vw) !important;
	font-weight: bold;
	line-height: 1;
	margin: 0.7% !important;
}

footer img {
	width: 10%;
}

/*----------------------------------------------------------------------------*/
@media screen and (max-width: 990px) {

	nav {
		width: 35%;
	}

	nav a {
		font-size: calc(0.9em + 3vw);
	}

	nav img {
		width: 100%;
	}

	.imgTitle {
		width: 15%;
		margin-top: 1% !important;
	}

	.logoH {
		width: 4% !important;
		margin-top: 1% !important;
		margin-left: 1% !important;

	}

	.tabla {
		font-size: calc(0.1em + 3vw);
	}

	.marco {
		margin-bottom: 100px !important;
	}


	.mrc {
		width: 100% !important;
	}


	.next {
		font-size: calc(0.5em + 5vw) !important;
	}

	footer {
		font-size: calc(0.1em + 1vw);
		position: fixed !important;
		bottom: 0;
	}

	footer img {
		width: 15% !important;
	}

	.ig {

		font-size: calc(0.3em + 2vw) !important;

	}
}

/***************************************************/
@media screen and (max-width: 575px) {
	nav {
		width: 100%;
	}

	nav img {
		width: 70%;
		margin-left: 15% !important;
	}

	nav ul {
		padding-top: 2% !important;
	}

	.imgTitle {
		margin-top: 2% !important;
		width: 35%;
	}

	.logoH {
		width: 10% !important;
		margin-top: 1.5% !important;
		margin-left: 35% !important;

	}

	.tabla a {
		width: 100%;
		margin: 5%;
		font-size: calc(0.1em + 5vw) !important;
	}

	.marco {
		margin-bottom: 100px !important;
	}

	.mrc {
		width: 100% !important;
	}

	.mrc img {
		max-width: 100% !important;
		height: auto !important;
	}

	.next {
		font-size: calc(0.5em + 5vw) !important;
	}

	footer {
		margin-top: 5% !important;
		font-size: calc(0.5em + 2vw);
		position: fixed !important;
		bottom: 0;
	}

	.fti {
		width: 25% !important;
	}

	.ig {

		font-size: calc(0.3em + 7vw) !important;
	}

}
