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

/*PRIMERA PÁGINA*/

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

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

/*SEGUDA PÁGINA*/

.fondodos {
	width: 100%;
	height: auto;
	background: url(http://www.capoliticalreview.com/wp-content/uploads/2016/07/Driving-cellphone.jpg);
	background-size: cover;
	display: inline-block;
}
.fondocuatro {
	width: 100%;
	height: auto;
	background: url(http://cdn1.benzinga.com/files/imagecache/1024x768xUP/images/story/2012/shutterstock_111984077.jpg);
	background-size: cover;
	display: inline-block;
}

@media screen and (min-width: 200px) and (max-width: 479px) {
	.fondodos .layer-black {
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.9);
	display: inline-block;
	vertical-align: middle;
	overflow: auto;
	}
	.fondodos .layer-black {
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.9);
	display: inline-block;
	vertical-align: middle;
	overflow: auto;
	}
.fondocuatro .layer-black {
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.9);
	display: inline-block;
	vertical-align: middle;
	overflow: auto;
	}
.fondocuatro .layer-black {
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.9);
	display: inline-block;
	vertical-align: middle;
	overflow: auto;
	}
}
@media screen and (min-width: 480px) and (max-width: 959px) {
	.fondodos .layer-black {
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.9);
	display: inline-block;
	vertical-align: middle;
	overflow: auto;
	}
	.fondodos .layer-black {
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.9);
	display: inline-block;
	vertical-align: middle;
	overflow: auto;
	}
.fondocuatro .layer-black {
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.9);
	display: inline-block;
	vertical-align: middle;
	overflow: auto;
	}
.fondocuatro .layer-black {
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.9);
	display: inline-block;
	vertical-align: middle;
	overflow: auto;
	}
}
@media screen and (min-width: 960px) {
	.fondodos .layer-black {
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.9);
	display: inline-block;
	vertical-align: middle;
	overflow: auto;
	}
	.fondodos .layer-black {
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.9);
	display: inline-block;
	vertical-align: middle;
	overflow: auto;
	}
.fondocuatro .layer-black {
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.9);
	display: inline-block;
	vertical-align: middle;
	overflow: auto;
	}
.fondocuatro .layer-black {
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.9);
	display: inline-block;
	vertical-align: middle;
	overflow: auto;
	}
}

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

.fondocontacto {
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.9);
	position: relative;
	top: 15%;
}

.input {
	width: 100%;
	padding: 4%;
	box-sizing: border-box;
	margin-top: 1%;
}

.submit {
	width: 100%;
	padding: 5%;
	box-sizing: border-box;
	margin-top: 6%;
	border:none;
	cursor: pointer;
	background: #006CFF;
	color: white;
}

.submit:hover {
	transition: .5s;
	width: 100%;
	padding: 5%;
	box-sizing: border-box;
	margin-top: 6%;
	border:none;
	cursor: pointer;
	background: #FF7200;
	color: orange;
}


@media screen and (min-width: 200px) and (max-width: 479px) {
	.no-mobil {
		display: none;
	}
}
@media screen and (min-width: 480px) and (max-width: 959px) {
	.no-mobil {
		display: block;
	}
}
@media screen and (min-width: 960px) {
	.no-mobil {
		display: block;
	}
}





/*DISEÑO DE MODALES*/

@media screen and (min-width: 200px) and (max-width: 479px) {
	.modal-contenido{
	  background-color:white;
	  width:85%;
	  display: inline-block;
	  padding: 10px 20px;
	  margin: auto;
	  position: relative;
	}
	.modal{
	  background-color: rgba(0,0,0,.9);
	  position:fixed;
	  top:0;
	  right:0;
	  bottom:0;
	  left:0;
	  opacity:0;
	  pointer-events:none;
	  transition: all .4s;
	  display: inline-block;
	  overflow-y: scroll;
	}
}
@media screen and (min-width: 480px) and (max-width: 959px) {
	.modal-contenido{
	  background-color:white;
	  width:70%;
	  height: auto;
	  padding: 10px 20px;
	  margin: 10% auto;
	  position: relative;
	  overflow-y: scroll;
	}
	.modal{
	  background-color: rgba(0,0,0,.9);
	  position:fixed;
	  top:0;
	  right:0;
	  bottom:0;
	  left:0;
	  opacity:0;
	  pointer-events:none;
	  transition: all .4s;
	}
}
@media screen and (min-width: 960px) {
	.modal-contenido{
	  background-color:white;
	  width:70%;
	  height: auto;
	  padding: 10px 20px;
	  margin: 10% auto;
	  position: relative;
	  overflow-y: scroll;
	}
	.modal{
	  background-color: rgba(0,0,0,.9);
	  position:fixed;
	  top:0;
	  right:0;
	  bottom:0;
	  left:0;
	  opacity:0;
	  pointer-events:none;
	  transition: all .4s;
	}
}


#miModal1:target{
  opacity:1;
  pointer-events:auto;
}

#miModal2:target{
  opacity:1;
  pointer-events:auto;
}

#miModal3:target{
  opacity:1;
  pointer-events:auto;
}

#miModal4:target{
  opacity:1;
  pointer-events:auto;
}

#miModal5:target{
  opacity:1;
  pointer-events:auto;
}

#miModal6:target{
  opacity:1;
  pointer-events:auto;
}

#miModal7:target{
  opacity:1;
  pointer-events:auto;
}

.buton {
	padding: 2%;
	background: #018AFF;
	color: white;
	text-decoration: none;
	font-size: 80%;
	font-weight: bold;
	font-family: helvetica;
}