*	{
		margin: 0;
		padding: 0;
		font-family: 'Roboto', sans-serif;
	}
.container	{
	width: 100%;
	height: 100vh;
	background-image: linear-gradient(rgba(0, 0, 0, 0.7),rgba(0, 0, 0, 0.7)),url(images/criptomonedas.jpg);
	background-position: center;
	background-size: cover;
	padding-left: 8%;
	padding-right: 8%;
	box-sizing: border-box;
}
.navbar	{
	height: 12%;
	display: flex;
	align-items: center;
}
.logo	{
	width: 50px;
	cursor: pointer;
}
.menu-icon	{
	width: 30px;
	cursor: pointer;
	margin-left: 40px;
}
nav	{
	flex: 1;
	text-align: right;
}
nav ul li	{
	list-style: none;
	display: inline-block;
	margin-left: 60px;
}
nav ul li a	{
	text-decoration: none;
	color: #fff;
	font-size: 14px;
}
.row	{
	display: flex;
	height: 88%;
	align-items: center;
}
.col	{
	flex-basis: 50%;
	margin-left: 6px;
}
h1	{
	color: #fff;
	font-size: 100px;
}
p	{
	color: #fff;
	font-size: 14px;
	line-height: 15px;
}
.p2	{
	color: #000;
	font-size: 12px;
	font-family: sans-serif;
	font-weight: bold;
}

/* Formulario */
*	{
	box-sizing:border-box;
}
form	{
	width:300px;
	padding:16px;
	border-radius:10px;
	margin:auto;
	background-color:#efb810 ;
}

form label	{
	width: 72px;
	font-weight: bold;
	display:inline-block;
}
#question{
	width:100%;
	font-weight:bold;
	display:inline-block;
}

	form input[type="text"], form input[type="email"]	{
	width:180px;
	padding:3px 10px;
	border:1px solid #f6f6f6;
	border-radius:3px;
	background-color:#f6f6f6;
	margin:8px 0;
	display:inline-block;
}
form input[type="text2"]	{
	width:100%;
	padding:8px 16px;
	margin-top:32px;
	border:1px solid #f6f6f6;
	border-radius:3px;
	background-color:#f6f6f6;
	margin:8px 0;
	display:inline-block;
}
form input[type="submit"]	{
	width:100%;
	padding:8px 16px;
	margin-top:15px;
	border:1px solid #000;
	border-radius:5px;
	display:block;
	color:#fff;
	background-color:#000;
}
form input[type="submit"]:hover	{
	cursor:pointer;
}

textarea	{
	width:100%;
	height:100px;
	border:1px solid #f6f6f6;
	border-radius:3px;
	background-color:#f6f6f6;
	margin:8px 0;
	resize:none;
	display:block;
}
/* Estilo a los items seleccionados*/
select	{
	width:100%;
	padding:8px 16px;
	margin-top:32px;
	border:1px solid #f6f6f6;
	border-radius:3px;
	background-color:#f6f6f6;
	margin:8px 0;
	display:inline-block;
}
