.topo-inteiro{
	height: auto;
	width: 100vw;
	background-color: skyblue;
	position: sticky;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
body{
	margin: 0px;
	background-color: #d5d5d5;
}
.grid-topo{
	display: flex;
	justify-content: start;
	width: 100%;
	align-items: center;
	height: 100%;
	gap: 50px;
	margin: 50px;
}

.botao-texto-topo{
	text-decoration: none;
	color: white;
	font-weight: 500;
	font-size: 30px;
	font-family: "Oswald", sans-serif;
}

.logo-topo{
	height: 100%;
	max-height: 100px;
}

.logo-404{
	height: 300px;
	width: 300px;
}

.completo-404{
	height: 100%;
	width: 100%;
	justify-content: center;
	align-items: center;
	position: absolute;
	display: flex;
	flex-direction: column;
	gap: 50px;
}

.texto-ops{
	font-family: "Oswald", sans-serif;
	color: black;
	font-size: 40px;
}

.botao-azul{
	background-color: darkblue;
	text-decoration: none;
	padding: 20px;
	border-radius: 20px;
}

.rodape-inteiro{
	background-color: skyblue;
	width: 100%;
}

.texto-site{
	text-decoration: none;
	font-size: 20px;
	color: white;
}

.espacamento-body{
	margin-top: 140px;
}

.grid-home{
	display: grid;
	grid-template-columns: 1fr 1fr;
	margin-right: 10vw;
	margin-left: 10vw;
	margin-top: 5vw;
	margin-bottom: 5vw;
	gap: 10%;
}

.botao-home-grande{
	width: 90%;
	height: 150px;
	border: 20px darkblue solid;
	border-radius: 50px;
	display: flex;
	justify-content: space-around;
	background-color: darkgray;
	align-items: center;
	padding: 20px;
	text-decoration: none;
}

.texto-botao-home{
	font-size: 60px;
	font-family: "Oswald", sans-serif;
	color: white;
	text-decoration: none;
}

.imagem-botao-home{
	width: 30%;
}

.grid-sobre{
	display: grid;
	width: 100%;
	grid-template-columns: 1fr 1fr;
}

.background-logo{
	background-image: url("https://www.liberdadecomputacional.com.br/images/Logo.png");
	background-color: lightblue;
	width: 500px;
	height: 500px;
	background-repeat: no-repeat;
	background-size: contain;
	margin-left: auto;
	margin-right: auto;
	border-radius: 20px;
	border: 3px black solid;
	padding: 40px;
}

.texto-sobre{
	font-family: "Oswald", sans-serif;
	font-size: 20px;
	padding: 40px;
}

.centraliza-login{
	width: 100vw;
	height: auto;
	display: flex;
	justify-content: center;
	align-items: center;
}

.flex-login{
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 20px;
	margin-top: 200px;
}

.input-login{
	width: 300px;
	height: 40px;
	border-radius: 10px;
	border: 2px black solid;
}

.flex-login-topo{
	display: flex;
	gap: 10px;
	text-decoration: none;
	margin-right: 20px;
	background-color: #0d9fdb;
	padding: 20px;
	border-radius: 6px;
}

.img-login-topo{
	width: 100px;
	height: 80px;
	background-size: cover;
	background-repeat: no-repeat;
	background-color: white;
	border-radius: 50%;
}

.nome-login-topo{
	width: fit-content;
	font-size: 30px;
	color: white;
	text-align: center;
	font-family: "Oswald", sans-serif;
}

.genero-login-select{
	width: 300px;
	height: 40px;
	border-radius: 10px;
	border: 2px black solid;
}

.botao-logar{
	width: 300px;
	height: 40px;
	border-radius: 10px;
	border: 2px black solid;
	display: flex;
	justify-content: center;
	align-items: center;
	font-family: "Oswald", sans-serif;
}

.form-login{
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 20px;
}