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

section {
	text-align: center !important;
	color: #F6F9F9;
	margin-bottom: 5% !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;

}

.formu {
	margin-top: 3% !important;
	width: 70%;
	margin-left: 15% !important;
	background-color: white !important;
	color: black;
	text-align: left;

}

.imgSB {
	width: 65% !important;
	margin-top: 5% !important;
	margin-left: 25% !important;
	margin-bottom: 2% !important;
}

form {
	width: 95%;
	margin-top: 7% !important;
	color: black;
	border-radius: 1%;
	font-size: calc(0.2em + 0.9vw);
}

.env {
	width: 20% !important;
	margin-left: 40% !important;
}

.bt1 {
	margin-top: 10% !important;
	background-color: #58a2c4;
	color: white;
	border: 0px;
}

input[type="text"],
button[type="submit"] {
	font-size: calc(0.3em + 0.9vw);
	border-radius: 5%;

}

textarea.form-control {
	font-size: calc(0.3em + 0.9vw) !important;
}

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


}

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

footer img {
	width: 10%;
}

/* Cambiar el fondo del cuadro de alerta */
#swal2-text {
	text-align: center !important;
}

/* Cambiar el estilo del botón de confirmación */
.swal2-confirm {
	background-color: #70b1cf !important;
	color: #ffffff !important;
	border-radius: 5px !important;
	margin-top: 2% !important;
	margin-bottom: 2% !important;
	width: 20% !important;
	border: none !important;
}

.swal2-icon {
	width: 15% !important;
	margin-left: 40% !important;
	margin-top: 2% !important;
	margin-bottom: 2% !important;
}

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

	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;

	}

	.formu {
		margin-top: 7% !important;
		width: 80%;
		margin-left: 10% !important;

	}

	.imgSB {
		width: 80% !important;
		margin-top: 5% !important;
		margin-left: 10% !important;
		margin-bottom: 2% !important;
	}

	form {
		width: 95%;
		margin-top: 7% !important;
		font-size: calc(0.2em + 1.5vw);
	}

	label {
		margin-top: 1% !important;
	}

	input {
		font-size: calc(0.2em + 1.5vw);
	}


	textarea.form-control {
		font-size: calc(0.2em + 1.5vw);
	}

	.env {
		width: 50% !important;
		margin-left: 25% !important;
		font-size: calc(0.2em + 2vw) !important;
		padding-bottom: 5% !important;
		border-radius: 0px !important;
	}

	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;

	}

	.formu {
		margin-top: 3% !important;

	}

	.imgSB {
		width: 90% !important;
		margin-top: 5% !important;
		margin-left: 5% !important;
		margin-bottom: 1% !important;
	}

	form {
		width: 90%;
		margin-top: 5% !important;
		margin-left: 5% !important;
		font-size: calc(0.2em + 3.5vw);
	}



	.env {
		width: 50% !important;
		margin-left: 25% !important;
		font-size: calc(0.2em + 13vw) !important;
	}


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

	.fti {
		width: 25% !important;
	}

	.ig {

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