* {
	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;

}


.buscar {
	position: relative;
	float: right;
	margin-bottom: 1% !important;
	margin-right: 10%!important;
}

.buscar input {
	width: 0px;
	height: 40px;
	padding: 0 20px !important;
	font-size: calc(0.5em + 1vw);
	color: #222;
	outline: none;
	border: 1px solid white;
	border-radius: 30px;
	transition: all 0.6s ease;
}

.btnb {
	position: absolute;
	top: 0;
	right: 0;
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	background: white;
	color: black;
	font-size: 20px;
	border-radius: 50%;
	border: 0;
	cursor: pointer;
}

.buscar:hover input {
	width: 270px;
}

.buscar input:focus {
	width: 270px;
}

.marco {
	background-color: white;
	width: 80%;
	margin-bottom: 5% !important;
	margin-left: 10%!important;
}

.marco h3 {
	margin-top: 5% !important;
	font-size: calc(0.7em + 1vw);
}

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

.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%;
	background-color: #FAFAFA !important;
}

.mrc img {
	margin-top: 2% !important;
	width: auto;
	height: 50vh;
	padding: 5%;
}

.mrc h3 {
	margin-top: 1% !important;
	font-style: italic;
	font-size: calc(0.7em + 1vw);

}

.dsc {
	margin-top: 1% !important;
	font-size: calc(0.2em + 1vw);
}

.pr {
	float: right;
	padding: 1% !important;
}

footer {
	margin-top: 3% !important;
	text-align: center;
	background-color: white;
	color: black;
	width: 100%;
	font-size: calc(0.3em + 1vw);
	position: fixed !important;
	bottom: 0;

}

.ig {
	color: black;
	font-size: 35px !important;
	font-weight: bold;
	line-height: 1;
	margin: 0.5% !important;
}

footer img {
	width: 8%;
}

/*----------------------------------------------------------------------------*/
@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;

	}

	.buscar input {
		width: 95%;
	}

	.tit {
		width: 70%;
	}

	.marco h3 {
		font-size: calc(0.2em + 5vw);
	}

	.marco img {
		margin: 2% !important;
		width: 85%;
	}

	.close {
		position: fixed;
		color: white;

	}

	.next {
		position: relative;
		color: rgba(0, 0, 0, .5);
	}

	.mrc {
		width: 90%;
	}

	.hf {
		font-size: calc(0.2em + 4vw) !important;
	}

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

	.dsc {
		font-size: calc(0.5em + 2vw);
	}

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

	footer img {
		width: 15%;
	}
}

/*----------------------------------------------------------------------------*/
@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;

	}


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

	.marco h3 {
		font-size: calc(0.9em + 5vw);
	}

	.mrc {
		width: 100% !important;
	}

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

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

	.mrc {
		width: 100% !important;
	}

	.dsc {
		margin-top: 1% !important;
		font-size: calc(0.5em + 3vw);
	}

	.pr {
		float: right;
		padding: 5% !important;
	}

	.fti {
		width: 15% !important;
	}

	footer {
		margin-top: 5% !important;
		font-size: calc(0.5em + 1vw);

	}


}
