* {
	margin: 0;
	padding: 0;
}

header {
	width: 100%;
	position: absolute;
	z-index: 3;
}

header nav {
	width: 99%;
	margin: 20px auto;
	background: #2289A0;

}

.menu_bar {
	display: none;
	position: relative;
}

header nav ul {
	overflow: hidden;
	list-style: none;
}

header nav ul li {
	display: inline-block;
	font-size: 18px;
}

header ul li a {
	color: white;
	padding: 20px;
	text-decoration: none;
	display: block;
}

header nav ul li span {
	margin-right: 10px;
}

header nav ul li a:hover {
	background: #037E8C;
}


header nav ul li .children {
	display:none;
	background: #011826;
	position: absolute;
	width: auto;
}

header nav ul li:hover .children {
	display:block;
	position: absolute;
	z-index: 2;   
}


article {
	margin-top: 100px;
	width: 98%;
	margin-left: 1%;
	height: auto;
	position: absolute;
	z-index: 1;
}

/*------------------VIDEO-------------*/
#video_background { 
	position: absolute; 
	bottom: 0px; 
	right: 0px; 
	min-width: 100%; 
	min-height: 100%; 
	width: auto; 
	height: auto; 
	z-index: -1000; 
	overflow: hidden; 
}
#video_pattern { 
	background:#fff; 
	position: fixed; 
	opacity: 0.8; 
	left: 0px; 
	top: 0px; 
	width: 100%; 
	height: 100%; 
	z-index: 1; 
}
/*-----------------VIDEO--------------*/

form {
	width: 35%;
	margin-left: 60px;
	background: #011826;
	padding: 10px 20px;
	box-sizing: border-box;
	margin-top: 20px;
	border-radius: 7px;
	font-family: monospace;
	float: left;
	font-family: 'Trykker', serif;
}

h2 {
	color: white;
	text-align: center;
	margin: 0;
	font-size: 30px;
	margin-bottom: 20px;
}

input, textarea {
	width: 100%;
	margin-bottom: 20px;
	padding: 7px;
	box-sizing: border-box;
	font-size: 20px;
	border: none;
}

textarea {
	min-height: 100px;
	max-height: 200px;
	max-width: 100%;
}

#boton {
	background: #2289A0;
	color: white;
	padding: 20px;
	font-family: 'Trykker', serif;
}

#boton:hover {
	cursor: pointer;
	background: #27626F;
}



article #tel{
	width: 50%;
	background: #011826;
	color: #fff;
	float: left;
	margin-top: 20px;
	margin-left: 3%;
	margin-bottom: 90px;
	font-family: 'Trykker', serif;
	padding: 20px;
	font-size: 90%;
}

article #tel img{
	width: 40px;
}

article #mapa{
	width: 50%;
	background: #011826;
	color: #fff;
	float: left;
	margin-top: 10px;
	margin-left: 3%;
	margin-bottom: 90px;
	font-family: 'Trykker', serif;
	padding: 20px;
	font-size: 90%;
}

article #mapa img{
	width: 40px;
}

article #mail{
	width: 50%;
	background: #011826;
	color: #fff;
	float: left;
	margin-top: 10px;
	margin-left: 3%;
	margin-bottom: 90px;
	font-family: 'Trykker', serif;
	padding: 20px;
	font-size: 90%;
}

article #mail img{
	width: 40px;
}

 #map {
   width: 90%;
   height: 300px;
   margin-left: 60px;
   margin-bottom: 100px;
   float: left;
   background-color: #fff;
 }


footer {
	background: #024959;
	width: 99%;
	height: 40px;
	float: left;
	margin: 10px;
	margin-top: 50px;
}

@media screen and (max-width: 800px) {
	header nav {
		width: 40%;
		height: 70%;
		left: -100%;
		margin: 0;
		position: fixed;
	}

	header nav ul li {
		display: block;
		float: none;
		border-bottom:1px solid rgba(255,255,255,0.3);
	}

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

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

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

	form {
		width: 60%;
	}
}


