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

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

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;

}


.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;
}

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

.imgTitle {
	width: 15%;
}

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

}

section {}

.rw {
	background: white !important;
	color: black;
	width: 80% !important;
	margin-left: 10% !important;
	margin-top: 1% !important;
	margin-bottom: 6% !important;

}

.px h4 {
	margin-left: 5% !important;
	font-size: calc(0.3em + 1.5vw);
}

.px p {
	margin-left: 5% !important;
	font-size: calc(0.1em + 1.3vw);
}

.tit {
	margin-left: 3% !important;
	margin-bottom: 2% !important;

}

.par {
	font-size: calc(0.1em + 1.1vw);
	margin-left: 3% !important;
	margin-bottom: 1% !important;

}

.rw span {
	font-weight: bold;

}

.imgEx {
	width: 70% !important;
	margin-right: 15% !important;
}

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;

	}


	.rw {
		margin-bottom: 30% !important;
	}

	.rw p {
		font-size: calc(0.1em + 5vw);
	}

	footer {
		font-size: calc(0.1em + 1vw);
	}

	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;

	}

	.logoT {
		width: 100% !important;
	}

	.rw {
		margin-top: 20% !important;
	}

	.rw p {
		font-size: calc(0.6em + 3vw);
	}

	.px h4 {
		font-size: calc(1.5em + 1.5vw);
	}

	.px p {
		font-size: calc(1em + 1.3vw);
	}

	.imgEx {
		width: 70% !important;
		margin-left: 15% !important;
		margin-top: 5% !important;
		margin-bottom: 5% !important;
	}

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

	.fti {
		width: 25% !important;
	}

	.ig {

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


}
