/*MENU DE NAVEGACIÓN*/

header nav {
	width:100%;
	background:#0084FF;
	position: fixed;
	top: 0;
	animation: menu 1s;
	z-index: 100;
}

@keyframes menu {
	0% {top: -10%}
	100% {top: 0}
}
 
.menu_bar {
	display:none;
}
 
header nav ul {
	overflow:hidden;
	list-style:none;
	width: 50%;
	float: left;
}
 
header nav ul li {
	float:left;
}
 
header nav ul li a {
	color:#fff;
	padding:15px;
	display:block;
	text-decoration:none;
	font-family: helvetica;
	font-size: 100%;
}
 
header nav ul li a:hover {
	background:#013769;
}

 
@media screen and (max-width:900px ) {
	header nav {
		width:80%;
		height:100%;
		left:-100%;
		margin:0;
		position: fixed;
	}
 	
 	header nav ul {
	overflow:hidden;
	list-style:none;
	width: 100%;
	float: none;
	}

	header nav ul li {
		display:block;
		float:none;
		border-bottom:1px solid rgba(255,255,255, .3);
	}
 
	.menu_bar {
		display:block;
		width:100%;
		background:#033D6A;
	}
 
	.menu_bar .bt-menu {
		display:block;
		padding:20px;
		background:#014686;
		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:40px;
	}
}


/*DISEÑO WEB*/

.fondo {
	background: url(../images/portada.jpg);
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

/*tamaños de fuente y colores*/
@media screen and (min-width: 200px) and (max-width: 479px) {
	.fondodos {
	background: url(../images/fondodos.jpg) no-repeat center center;
	background-size: cover;
	width: 100%;
	display: inline-block;
	vertical-align: middle;
	}

	.fondotres {
	background: url(../images/fondotres.jpg) no-repeat center center;
	background-size: cover;
	width: 100%;
	display: inline-block;
	vertical-align: middle;
	}

	.fondocuatro {
	background: url(../images/fondocuatro.jpg);
	background-size: cover;
	width: 100%;
	height: 100%;
	}

	.fondocinco {
	background: url(../images/fondoseis.jpg);
	background-size: cover;
	background-attachment: fixed;
	width: 100%;
	height: 100%;
	}

	.layer-black {
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.8);
	display: inline-block;
	vertical-align: middle;
	}
}
@media screen and (min-width: 480px) and (max-width: 959px) {
	.fondodos {
	background: url(../images/fondodos.jpg) no-repeat center center;
	background-size: cover;
	width: 100%;
	display: inline-block;
	vertical-align: middle;
	}

	.fondotres {
	background: url(../images/fondotres.jpg);
	background-size: cover;
	width: 100%;
	display: inline-block;
	vertical-align: middle;
	}

	.fondocuatro {
	background: url(../images/fondocuatro.jpg);
	background-size: cover;
	width: 100%;
	height: 100%;
	}

	.fondocinco {
	background: url(../images/fondoseis.jpg);
	background-size: cover;
	background-attachment: fixed;
	width: 100%;
	height: 100%;
	}

	.layer-black {
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.8);
	display: inline-block;
	vertical-align: middle;

	}
}
@media screen and (min-width: 960px) {
	.fondodos {
	background: url(../images/fondodos.jpg) no-repeat center center;
	background-size: cover;
	width: 100%;
	height: 100%;
	}

	.fondotres {
	background: url(../images/fondotres.jpg);
	background-size: cover;
	width: 100%;
	height: 100%;
	}

	.fondocuatro {
	background: url(../images/fondocuatro.jpg);
	background-size: cover;
	width: 100%;
	height: 100%;
	}

	.fondocinco {
	background: url(../images/fondoseis.jpg);
	background-size: cover;
	background-attachment: fixed;
	width: 100%;
	height: 100%;
	}

	.layer-black {
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.8);
	display: inline-block;
	vertical-align: middle;
	}
}



.barra {
	width: 100%;
	height: 100%;
	background: linear-gradient(#008EFB,#023968);
	display: inline-block;
}

.titulo {
	font-weight: bold;
	font-size: 200%;
}

@media screen and (min-width: 480px) and (max-width: 959px) {
	.position {
	position: relative;
	top: 0;
	}
}

@media all and (min-width: 900px) {
	.position {
	position: relative;
	top: 15%;
	}
}


/*TECERA PÁGINA*/

.banner {
	background: url(../images/bannerdos.jpg);
	background-size: cover;
	background-attachment: fixed;
	width: 100%;
	height: 100%;
}


/*QUINTA PÁGINA*/

.bannerdos {
	background: url(../images/banner.jpg);
	background-position: -450px 0px;
	background-size: cover;
	background-attachment: fixed;
	width: 100%;
	height: 100%;
}

/*SEXTA PÁGINA*/

.layer-white {
	width: 100%;
	height: 100%;
	background: rgba(255,255,255,.5);
	border-radius: 5px;
}

.buttonproductuno {
	width: 100%;
	height: 100%;
	background: url(../images/tlf.jpg);
	background-size: cover;
	border-radius: 5px;
}

.buttonproductdos {
	width: 100%;
	height: 100%;
	background: url(../images/ram.jpg);
	background-size: cover;
	border-radius: 5px;
}

.buttonproducttres {
	width: 100%;
	height: 100%;
	background: url(../images/ram.jpg);
	background-size: cover;
	border-radius: 5px;
}

.buttonproductcuatro {
	width: 100%;
	height: 100%;
	background: url(../images/ram.jpg);
	background-size: cover;
	border-radius: 5px;
}

.boton {
	height: 30%;
	width: 60%;
	margin: auto;
	text-align: center;
	background: #0064B9;
	position: relative;
	top: 40%;
	border-radius: 5px;
	color: white;
	font-weight: bold;
}

.formulario {
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.7);
}

.formulario .contacto {
	font-weight: bold;
	color: orange;
	font-size: 140%;
}

.formulario .input {
	width: 100%;
	height: auto;
	padding: 4%;
	box-sizing: border-box;
	border:none;
	margin-top: 2%;
}

.formulario .submit {
	width: 100%;
	height: auto;
	padding: 4%;
	box-sizing: border-box;
	border:none;
	margin-top: 2%;
	background: #008AFF;
	color: white;
	font-family: helvetica;
	font-weight: bold;
	cursor: pointer;
}

.formulario .submit:hover {
	transition: .2s;
	width: 100%;
	height: auto;
	padding: 4%;
	box-sizing: border-box;
	border:none;
	margin-top: 2%;
	background: #933E00;
	color: orange;
	font-family: helvetica;
	font-weight: bold;
	cursor: pointer;
}

.formulario .no-mobil {
		font-size: 85%;
		display: block;
	}

@media screen and (min-width: 200px) and (max-width: 479px) {
	.formulario .no-mobil {
		font-size: 85%;
		display: none;
	}

}