@charset "utf-8";
@charset 'iso-8859-15';
* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
body {
	background-color: #008BD7; 
}
/*.fondo {
	position: absolute;
	width: 100%;
	height: 100vh;
	background-image: url(../img/fondos/001-2.jpg); 
	filter: blur(6px);
}*/
.logo {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	bottom: 150px;
	width: 100%;
	height: 100vh;
}
/*.pie {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	bottom: 180px;
}*/