html{
height:100%;
}
body{
	height:100%;
	padding:10px;
}



.pink{
	color:#bb2283;
}

.bloque1{
	background-color:black;
	height:100%;
	
}

.bloque2{
	background-image:url("../img/contact.jpg");
	background-attachment:local;
	background-position:center;
	background-size:cover;
	background-repeat:no-repeat;
	height:100%;
	text-align:center;
}

.vertical-center{
  position: relative;
  top: 50%;
  transform: translateY(-50%);	
}

.logo{
	width:200px;
	margin-bottom:70px;
}

.simbol{
	width:70px;
	margin-top:50px;
	margin-bottom:40px;
}

.contact{
	text-align:left;
	margin-top:10%;
	font-weight:normal;
}

.contact a{
	text-decoration:none;
	color:black;
}

.contact p{
	font-size:28px;
	color:black;
}

nav{
	margin-left:10%;
}

nav a{
	display:block;
	color:white;
	font-size:14px;
	line-height:40px;
	text-align:left;
}


nav a:hover{
	text-decoration:none;
	color:#bb2283;
}

.iconos{
	margin-top:80px;
	text-align:left;
	margin-left:10%;
}


/* estilos movil */


/* navegador movil */
nav.peque{
	width:100%;
	background-color:white;
	padding:0px;
	z-index:5;
	
}
nav.peque ul{
	width:100%;
	text-align:center;
	background-color:black;
}
nav.peque ul a{
	color:white;
}

.btn-menu{
	background-color:black;
	color:white;
	border-radius:0px;
}
.btn-menu:hover{
	color:white;
	font-weight:bold;
}
.btn-menu:focus{
	color:white;
	font-weight:bold;
}



.fondomovil{
	background-image:url("../img/contact_movil.jpg");
	background-attachment:local;
	background-position:center;
	background-size:cover;
	background-repeat:no-repeat;
	height:92vh;
}

.contactmovil{
	text-align:center;
	font-weight:normal;
	padding:20px 0px;
	background-color:rgba(255,255,255,0.8);
	
}

.contactmovil a{
	text-decoration:none;
	color:black;
}

.contactmovil p{
	font-size:16px;
	color:black;
}
