@font-face {
	font-family: futura;
	src: url("fuentes/futurastd-book.otf") format("opentype");
}

@font-face {
	font-family: futura;
	font-weight: bold;
	src: url("fuentes/futurastd-bold.otf") format("opentype");
}
* {
	font-family: futura;
}

body {
	background: url(../img/fondo-index.jpg) center no-repeat;
	background-size: cover;
	background-color: #333;
	margin: 0;
	padding: 0;
	overflow: hidden;
}
section {
	display: grid;
	grid-template-columns: 12% 8% 20% 20% 20% 8% 12%;;
	grid-template-rows: 20% 20% 20% 20% 20%;
	height: 100vh;
	background-color: rgba(27, 65, 105, .2);
}

#ojo {
	fill: #fff;
/* 	padding: .5rem; */
}

p {
	color: #fff;
	text-transform:uppercase;
	margin: 4rem 0 0;
	text-align: left;
	text-shadow: 0.2rem 0.2rem 0.4rem #000;
}
h3 {
	color: #faebb4;
	text-transform: uppercase;
	font-style: bold;
	margin: 16rem 7rem 0 7rem;
	position:absolute;
}

.logo {
	grid-column-start: 5;
	grid-column-end: 7;
	display: grid;
	grid-template-rows: 20% 20% 20% 20% 20%;
	justify-content: center;
/* 	float: right; */
/* 	width: 40vw; */
	height: 100vh;
/* 	padding: 2rem 5rem; */
/* 	background-color: rgba(27, 65, 105, .6); */
	text-align: center;
}
#logo {
	grid-row-start: 3;
	/* position: absolute; */
	/* top: 45%; */
	/* margin-right: 0rem; */
	/* -ms-transform: translateY(-50%); */
/* 	transform: translateY(-50%); */
}

.login {
	grid-column-start: 3;
	border-radius: .2rem;
/* 	width: 20rem; */
/* 	margin: 0 auto 0 10rem; */
	padding: 1rem;
	text-align: center;
}

form {
	width: 30rem;
	position: absolute;
	top: 45%;
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

input, input[type="password"], input[type="email"] {
	color: #666;
	border-radius: .1rem;
	border: none;
	margin: .5rem 0;
	padding: .2rem .5rem;
	font-size: 1.2rem;
	width: 100%;
	background-color: rgba(255,255, 255, .5);
	box-shadow: 0.1rem 0.1rem 0.4rem #001;
}

/*placeholder {
	color: #fff;
}*/

input:hover {
	background-color: rgba(255,255, 255, .7);
}

#pie {
	grid-column-start: 3;
	grid-column-end: 4;
	grid-row-start: 5;
	margin: 8rem 0 0;
}

.btnLogin {
	display: inline-block;
/*	border: none;*/
/* 	background-color: rgba(30, 133, 207, .4); */
	background-color: rgba(33, 33, 33, .6);
	border-radius: .2rem;
	padding: 0 1rem 1rem;
	color: #fff;
/* 	background-color: transparent; */
	margin: 2rem 3rem;
/* 	font-weight: bold; */
	font-size: 1.2rem;
	text-transform: uppercase;
	width: 7rem;
	text-shadow: 0.2rem 0.2rem 0.4rem #000;
/* 	box-shadow: 0.2rem 0.2rem 0.4rem #000; */
}

.btnLogin:hover {
	background-color: rgba(33, 33, 33, .8);
}

.whiteLink, .uk-link {
/* 	margin: 0 1.5rem; */
	/*color: #b4c8d2;*/
	color: #fff;
	font-size: .9rem;
	float: left;
	text-shadow: 0.2rem 0.2rem 0.4rem #000;
}

a.whiteLink:hover, .uk-link:hover {
	color: #faebb4;
	text-decoration: underline;
}

@media screen and (max-width: 1600px) {
	section {
	grid-template-columns: 10% 10% 20% 20% 20% 20%;
	grid-template-rows: 20% 20% 20% 20% 20%;
}
.logo {
	grid-column-start: 5;
}
/*#logo {
	grid-row-start: 2;
}*/

.login {
	grid-column-start: 2;
}
form {
	width: 16rem;
}
#pie {
	grid-column-start: 2;
	grid-column-end: 4;
	text-shadow: 0.2rem 0.2rem 0.4rem #000;
}
}

@media screen and (max-width: 768px) {
	.logo {
		grid-column-start: 3;
		height: 20vh;
	}
	#logo {
		background-color: rgba(0, 0, 0, .5);
		padding: .7rem .5rem;
	}
}
